@charset "utf-8";
#gnb_wrap {
    display:block;
    position:absolute;
    left:50%;
    top:0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
ul.sf-menu {
    text-align:center;
    font-size:0;
    z-index:1;
    padding:0;
}
ul.sf-menu:after {
    display:block;
    visibility:hidden;
    clear:both;
    content:"";
}
ul.sf-menu li {
    display:inline-block;
    position:relative;
    zoom:1;
}
ul.sf-menu li:last-child {
    background:none
}
ul.sf-menu li a {
    display:block;
    position:relative;
    min-width:80px;
    height:100px;
    padding:0 8px;
    color:#222;
    font-size:16px;
    line-height:100px;
    font-weight:500;
    text-align:center;
    white-space:nowrap;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
ul.sf-menu li a:hover {color:#ff7700;}
ul.sf-menu li ul {
    display:none;
    position:absolute;
    left:50%;
    top:70px;
    min-width:160px;
    /* margin:0 0 0 -80px; */
    background:#fff;
    border:solid 1px #ddd;
    border-bottom:none;
    z-index:99;
    padding:0;
    transform: translate(-50%, 0);
}
ul.sf-menu li ul li {
    display:block;
    float:none;
    position:relative;
}
ul.sf-menu li ul li a {
    display:block;
    height:40px;
    padding:0 10px;
    color:#666;
    font-size:13px;
    line-height:40px;
    font-weight:300;
    background:#fff;
    border-bottom:solid 1px #ddd;
    text-shadow:none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
ul.sf-menu li ul li a:hover {
    color:#ff7700;
    background:#eee;
}
ul.sf-menu li ul li ul {
    display:block;
    position:absolute;
    left:100%;
    top:-1px;
    width:160px;
    margin:0;
    background:#fff;
    border:solid 1px #ccc;
    z-index:999;
    transform:unset;
}
ul.sf-menu li ul li ul li {
    display:block;
    float:none;
    position:relative;
}
ul.sf-menu li ul li ul li a {
    display:block;
    height:40px;
    padding:0 10px;
    color:#666;
    font-size:13px;
    line-height:40px;
    font-weight:300;
    background:#f6f6f6;
    border:none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
ul.sf-menu li ul li ul li a:hover {
    color:#ff7700;
    background:#eee;
}
#header_wrap {
    display:block;
    position:relative;
    left:0;
    top:0;
    width:100%;
    background:#fff;
    border-bottom:solid 1px #eee;
    z-index:99;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#header_wrap h2 {
    position:absolute;
    font-size:0;
    line-height:0;
    overflow:hidden
}
#header {
    display:block;
    position:relative;
    width:100%;
    max-width:1280px;
    margin:0 auto;
}
#header:after {
    display:block;
    visibility:hidden;
    clear:both;
    content:""
}
#header #logo {
    display:block;
    position:relative;
    color: #103148;
    width:180px;
    z-index:99;
}
#header #logo a {
    display:block;
    height:100px;
    /* background:url('../../../img/logo.jpg') no-repeat 50% 50%; */
    background-size:100% auto;
}
#header,
#header #logo,
#header img,
#header a {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.sticky {
    position:fixed !important;
}

/* 회원 로그인/로그아웃등 버튼 프로파일이미지*/
#tnb {
    display:block;
    position:absolute;
    right:0px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 1;
}
#tnb > ul {
    display: flex;
    gap: 10px;
    padding:0px;
    margin:0px;
}
#tnb > ul li {
    position:relative;
    /* float:left; */
    list-style: none;
}
#tnb > ul li .profilePic {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    cursor:pointer;
}
#tnb > ul li .profilePic img {
    width:100%;
}
#tnb > ul li ul.memberMenu {
    display:none;
    position: absolute;
    top:50px;
    right:0;
    width:152px;
    padding:0px;
    margin:0;
    border:1px solid #dddddc;
    background:#fff;
}
#tnb > ul li ul.memberMenu:after {
    border-color: #fff transparent;
    border-style: solid;
    border-width: 0 6px 8px 6.5px;
    content: '';
    display: block;
    right: 13px;
    position: absolute;
    top: -7px;
    width: 0;
    z-index: 1;
}
#tnb > ul li ul.memberMenu:before {
    border-color: #aaa transparent;
    border-style: solid;
    border-width: 0 6px 8px 6.5px;
    content: '';
    display: block;
    right: 13px;
    position: absolute;
    top: -8px;
    width: 0;
    z-index: 0;
}

#tnb > ul li ul.memberMenu li:first-child {
    font-weight: bold;
    color:#434D5C !important;
    padding:8px 10px;
    text-align: center;
    border-bottom: 1px solid #dddddc;
}
#tnb > ul li ul.memberMenu li {
    padding:0px;
    width: 100%;
}
#tnb > ul li ul.memberMenu li > a {
    display: block;
    padding:8px 15px;
    line-height: normal;
}
#tnb > ul li ul.memberMenu li > a:hover {
    background: #434D5C;
    color:#fff;
}
#tnb > ul li a {
    display:block;
    color:#444;
    line-height:40px;
    font-size:13px;
    text-align:center;
    cursor:pointer;
}
#tnb > ul li a.langChg:hover {
    background: #434D5C;
    color:#fff;
}
#tnb > ul li a strong {
    font-weight:500;
}
#tnb a.lang_btn {
    display:block;
    position:relative;
    width:100px;
    padding:0 6px;
    text-align:left !important;
    background:url('../../../img/arrow_down.png') no-repeat right 50%;
    border:solid 1px #ddd;
}
#tnb .lang_wrap {
    display:none;
    position:absolute;
    left:0;
    top:40px;
    width:100%;
    padding:4px 0;
    background:#f6f6f6;
    border:solid 1px #ddd;
}
#tnb .lang_wrap a {
    line-height:30px !important;
}

#header #btn_common_search,
#header #btn_common_gnball {
    display:block;
    position:absolute;
    top:50%;
    width:30px;
    height:40px;
    color:#444;
    font-size:16px;
    text-align:center;
    line-height:40px;
    cursor:pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#header #btn_common_search {
    right:0px;
}
#header #btn_common_gnball {
    right:0;
    padding:12px 0 0 5px
}
#header #btn_common_gnball .bar1,
#header #btn_common_gnball .bar2,
#header #btn_common_gnball .bar3 {
    display:block;
    width:20px;
    height:2px;
    background:#444;
    cursor:pointer;
    transition: all 0.3s ease-in-out;
}
#header #btn_common_gnball .bar1 {
    margin:0 0 5px 0;
}
#header #btn_common_gnball .bar2 {
    margin:0 0 5px 0;
}
#header #btn_common_gnball .bar3 {
    margin:0;
}
.hd_sch_wr {
    display:none;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    background:#eee;
    z-index:999;
}
.hd_sch_wr_in {
    position:absolute;
    right:0px;
    top:30px;
    width:400px;
}
#hd_sch {
    position:relative;
}
#hd_sch #sch_stx {
    display:block;
    width:100%;
    height:40px;
    line-height:24px;
    text-indent:10px;
    border:solid 3px #444;
}
#hd_sch #sch_submit {
    display:block;
    position:absolute;
    right:40px;
    top:0;
    width:40px;
    height:40px;
    color:#fff;
    font-size:16px;
    line-height:40px;
    text-align:centr;
    background:#444;
    border:none;
    border-right:solid 1px #fff;
}
#hd_sch #sch_close {
    display:block;
    position:absolute;
    right:0;
    top:0;
    width:40px;
    height:40px;
    color:#fff;
    font-size:16px;
    line-height:40px;
    text-align:centr;
    background:#444;
    border:none;
}
.hd_sch_wr,
.hd_sch_wr_in,
#hd_sch,
#hd_sch #sch_stx {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

@media screen and (max-width:1280px) {
    #header .gnb ul li a {
        padding:0 8px;
    }
}

@media screen and (max-width:1024px) {
    #header #logo a {
        width:180px;
        height:60px;
        background-size:80%;
    }
    #header .gnb {
        position:relative;
        left:0;
        right:0;
        top:0;
        width:100%;
        border-top:solid 1px #eee;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    #header .gnb ul li {
        width:14.28%;
    }
    #header .gnb ul li a {
        padding:0;
        font-size:14px;
        line-height:40px;
    }
    #header .gnb ul li ul {
        left:0;
        top:40px;
        width:100%;
        margin:0;
    }
    #header .gnb ul li ul li a {
        line-height:40px;
    }
    #tnb {
        top:10px;
        right:40px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    #header #btn_common_search,
    #header #btn_common_gnball {
        top:0px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    /* #header #btn_common_search, */
    #header #btn_common_gnball {
        right:10px;
    }
    #gnb_sub {
        top:102px;
    }
    .hd_sch_wr_in {
        right:10px;
        top:10px;
    }
    #gnb_wrap {
        position:relative;
        left:0;
        top:0;
        border-top:solid 1px #ddd;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    ul.sf-menu li a {
        height:50px;
        padding:0 8px;
        font-size:14px;
        line-height:50px;
    }
    ul.sf-menu li ul {
        top:50px;
    }
}

@media screen and (max-width:768px) {

    #header #logo a {
        width:180px;
        background-position: left;
    }
    #header .gnb,
    #gnb_wrap,
    /* #tnb > ul > li:last-child, */
    /* #tnb > ul > li, */
    #gnb_sub,
    #header #btn_common_gnball {
        display:none;
    }
    #tnb {
        right:50px;
    }
    #tnb ul li a {
        font-size:12px;
    }
    /* #header #btn_common_search, */
    #header #btn_common_gnball {
        right:40px;
    }
    .hd_sch_wr_in {
        width:260px;
        right:40px;
        top:10px;
    }

}

@media screen and (max-width:480px) {
    #header #btn_common_search {
        display: none;
    }
}

@media screen and (max-width:420px) {
    #header #logo a {
        width:100px;
        background-position: left;
    }
}