@charset "utf-8";
/* 모바일만 ~767px */
@media screen and (max-width: 767px) {
    .pf-gnb-label {
        right: 10px;
        top: 10px;
    }
    #fp-nav{display: none;}
    .ft-intro {
        text-align: right;
        padding-top: 30px;
        padding-right: 10px;
        font-weight: 700;
        font-size: 0.8em;
    }
    .ft-icons {
        font-size: 1.5em;
        top: 60px;
        right: 10px;
        width: 200px;
    }
    .ft-icons i {padding-left: 10px;}
}

/* 태블릿부터 768px~ */
@media screen and (min-width: 768px) {

}

/* 태블릿만 768px~1023px */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .pf-gnb-label {
        right: 20px;
        top: 20px;
    }
    .ft-intro {
        text-align: right;
        padding-top: 80px;
        padding-right: 230px;
        font-weight: 700;
    }
    .ft-icons {
        top: 75px;
        right: 10px;
        width: 200px;
    }
    .ft-icons i {padding-left: 10px;}
}

/* PC부터 1024px~ */
@media screen and (min-width: 1024px) {

}
