@charset 'utf-8';
@media screen and (max-width: 767px) {
    .logo {
        padding-left: 7%;
    }
    #sy-gnb, .gnb-lang {
        display: none;
    }
    .ft-logo a {
        display: block;
        padding-top: 10%;
        background-size: 35% !important;
    }
    .ft-wrap {
        padding-left: 7%;
    }
    .ft-family {
        display: none;
    }
    .footlang {
        display: none;
    }
}
@media screen and (min-width: 768px) {
 
    .ft-wrap {
        padding: 0 1%;
    }
    .ft-logo a {
        padding-top: 8.84%;
        background-size: 20%;
    }
    .ft-site a:hover {
        color: #1e4eff;
    }
    .ft-menu {
        width: 700px;
    }
    .ft-menu a {
        width: auto;
        padding-right: 20px;
        color: #8d8d8d;
    }
    .ft-sns a > i {
        color: #8d8d8d;
    }
    .ft-info1 dd > a {
        color: #8d8d8d;
    }
    .ft-info dl {
        float: left;
        color: #8d8d8d;
    }
    .ft-info1, .ft-info2 {
        float: left;
        width: 100%;
    }
    .ft-info dt {
        float: left;
        clear: both;
    }
    .ft-info dd {
        float: left;
    }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
    #sy-gnb, .gnb-lang {
        display: none;
    }
    .logo {
        padding-left: 7%;
    }
    .ft-wrap {
        padding-left: 7%;
    }
    .ft-family {
        display: none;
    }
    .footlang {
        display: none;
    }
    .ft-site {
        position: absolute;
        right: 0;
        top: 0;
        padding-top: 20px;
        max-width: 300px;
    }
    .ft-site img {
        padding-left: 15px;
        padding-top: 30px;
    }
    .ft-sns {
        padding-top: 20px;
    }
    
}
@media screen and (min-width: 1280px) {
    .logo {
        position: absolute;
        width: 200px;
        margin-top: 30px;
    }
    .logo a {
        padding-top: 20.84%;
    }
    .ft-logo a {
        background-size: 12% !important;
    }
    #m-gnb-chk, #sy-m-gnb, .m-gnb-label{
        display: none;
    }
    #sy-gnb {
        display: block;
    }
    .gnb-lang {
        position: absolute;
        right: 50px;
        top: 0;
        width: 80px;
        height: 80px;
        overflow: hidden;
    }
    .gnb-lang li {
        margin: auto;
        margin-top: 35px;
        width: 40px;
        height: 34px;
    }
    .gnb-lang li a {
        display: block;
        color: #fff;
    }
    #sy-gnb {
        text-align: center;
    }
    #sy-gnb .depth1 {
        display: inline-block;
    }
    #sy-gnb .depth1 > a {
        position: relative;
        display: block;
        padding: 0 50px;
        line-height: 80px;
        font-size: 1.15em;
        font-weight: 500;
        color: #fff;
    }
    #sy-gnb .depth1.active > a {
        color: #1e4eff;
    }
    #sy-gnb .depth1 > a:after {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 5px;
        background-color: #1e4eff;
        content: '';
        transform: scaleX(0);
        transition: transform 0.3s;
    }
    #sy-gnb .depth1.active > a:after {
        transform: scaleX(1);
    }
    #sy-gnb .depth2 { 
        display: none;
        position: absolute;
        left: 0;
        top: 80px;
        width: 100%;
        background-color: #000;
        line-height: 80px;
        text-align: center;
        font-size: 1.1em;
    }
    #sy-gnb .depth1.active .depth2 {
        display: block;
    }
    #sy-gnb .depth2 li {
        display: inline-block;
    }
    #sy-gnb .depth2 li a {
        display: block;
        padding: 0 2em;
        color: #ccc;
    }
    #sy-gnb .depth2 li.active a {
        color: #fff;
    }
    /* 가로메뉴 작동 */
    #sy-gnb .depth1:hover .depth2, #sy-gnb .depth1:focus-within .depth2 {
        display: block;
    }
    #sy-gnb .depth1:hover > a:after, #sy-gnb .depth1:focus-within > a:after {
        transform: scaleX(1.0);
        transition-duration: 0.5s;
    }

    #header.fixed {
        position: fixed;
        height: 70px;
        background-color: rgba(0, 0, 0, 0.8);
    }
    #header.fixed .logo {
        width: 180px;
        margin-top: 15px;
    }
    #header.fixed #sy-gnb {
        margin-top: 0;
        margin-left: 150px;
        font-size: 0.9em;
    }
    #header.fixed #sy-gnb .depth1 a {
        color: #fff;
    }
    #header.fixed #sy-gnb .depth2 {
        top: 70px;
        line-height: 60px;
    }
    #header.fixed ~ .fp-tableCell {
        padding-top: 70px;
    }
    #header.fixed .gnb-lang li {
        margin-top: 25px;
    }

    /*footer*/
    .ft-site {
        position: absolute;
        right: 0;
        top: 30px;
        width: 100%;
        max-width: 680px;
    }
    .ft-site img {
        padding-top: 0;
    }
    .ft-family {
        float: left;
        width: 150px;
        position: relative;
        color: #8d8d8d;
    }
    .foot-f a {
        display: block;
    }
    .family-title {
        float: left;
        color: #8d8d8d;
    }
    .family-title i {
        padding-left: 10px;
        color: #8d8d8d;
    }
    .ft-family .foot-f {
        overflow: hidden;
        display: none;
        position: absolute;
        left: 0;
        bottom: 28px;
        width: 150px;
        height: 600px;
        padding-top: 10px;
        padding-left: 15px;
        background: #fff;
        z-index: 9;
        border: 1px solid #eee;
    }
    .foot-f dt {
        color: #1e4eff;
        padding-top: 10px;
    }
    .f-depth {
        font-size: 0.9em;
    }
    .footlang .f-l-depth {
        display: none;
    }
    .footlang .f-l-depth {
        overflow: hidden;
        display: none;
        position: absolute;
        left: 149px;
        bottom: 158px;
        width: 120px;
        height: 80px;
        padding-top: 15px;
        padding-left: 15px;
        background: #fff;
        z-index: 9;
        border: 1px solid #eee;
    }

    .ft-sns {
        float: left;
        right: 0;
        margin-left: 20px;
        width: 100%;
    }
    .ft-sns a > i {
        font-size: 1.5em;
    }
}