.container {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    position: relative
}

.m_nav {
    display: none
}

.m_nav {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    background: #202020;
    visibility: hidden;
    z-index: 1;
    overflow-y: auto;
    transition: all .4s ease
}

.m_nav.on {
    visibility: visible
}

#body_contents {
    margin-top: -0.5pt
}

#wrap {
}

.m_nav.on ~ #wrap {
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%);
    box-shadow: 0 0 10px #000
}

#main-nav .navbar {
    padding: 0;
    height: 100px;
    /*box-shadow: 0px 2px 5px rgba(0,0,0,0.1);*/
}

#main-nav .navbar-nav > li > a {
    line-height: 20px;
}

#main-nav .navbar-nav > li > a {
    padding: 40px 35px;
}

}

.navbar-inverse .navbar-nav > .current-menu-item > a:after,
.navbar-inverse .navbar-nav > .current-menu-item > a:focus:after,
#main-nav .navbar-nav > li:hover > a:after {
    right: 0;
}

#main-nav .navbar-nav > li > a {
    color: #343434;
    font-size: 18px;
    position: relative;
}

.main #main-nav .navbar-nav > li > a {
    color: #fff;
}

#main-nav .navbar-nav > li > a:before {
}

#main-nav .navbar-nav li a span:after {
    position: absolute;
    right: 20px;
    top: 48%;
    margin-top: -6px;
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#main-nav .navbar-nav > li > a:hover,
#main-nav .navbar-nav > li:hover > a,
#main-nav .navbar-inverse .navbar-nav > .current-menu-item > a:hover {
    background-color: transparent;
}

#main-nav .navbar-nav > li > a .menu-description {
    display: block;
    font-style: italic;
    color: rgba(255, 255, 255, .5);
    font-size: 13px;
    transition: all .2s;
    -webkit-transition: all .2s;
}

#main-nav .navbar-nav > li > a:hover .menu-description {
    color: #fff;
}

.logo {
    line-height: 80px;
    padding: 0;
    height: 80px;
    vertical-align: middle;
}

@media (max-width: 980px) {

    .logo {
        text-align: center;
        margin: 0 15px 0;
    }

    .navbar-header {
        text-align: center;
        float: initial !important;
        width: 100%;
        height: 100%;
    }

    #main-nav .navbar {
        height: 80px;
    }

    .wpml-ls-flag {
        height: 50px;
        margin-top: 15px;
    }

    .mini header .wpml-ls-flag {
        margin-top: 20px;
    }


}

@media (min-width: 320px) {
    .container > .navbar-header {
        margin-left: 0 !important;
        padding-top: 22px;
    }
}

@media (min-width: 980px) {
    .container > .navbar-header {
        z-index: 9;
        position: relative;
        padding-top: 30px;
    }

    .mini header .container > .navbar-header {
        padding-top: 20px;
    }
}

/*header*/
header {
    position: fixed;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 110px;
}

header h1 {
    position: absolute;
    left: 15px;
    top: 0;
    z-index: 1;
    width: 150px;
    height: 100%;
    background: url("../../assets/images/main/logo.svg") no-repeat 0;
    background-size: 90%;
    transition: all .4s ease;
}

header nav {
    display: flex;
    justify-content: center;
    float: left;
    margin-left: 35%;
}

header nav .oneDep {
    position: relative;
    z-index: 1;
}

header nav .oneDep:first-child {
}

header nav .oneDep > a {
    position: relative;
    display: block;
    padding: 35px 45px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

header nav .oneDep .twoDep {
    display: none;
    padding: 22px 10px 0;
}

header nav .oneDep .twoDep > a {
    display: block;
    padding: 2px 0;
    font-size: 16px;
    color: #343434 !important;
    font-weight: 400;
    text-align: center;
    word-break: break-all;
}

header nav .oneDep .twoDep > a.active {
    color: #77a650;
    font-weight: 500;
}

header nav .oneDep:hover:before {
    content: '';
    display: block;
    position: absolute;
    top: 108px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    height: 3px;
    background: #77a650;
}

header:before {
    display: block;
    opacity: 0;
    content: "";
    position: absolute;
    top: 109px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 1px;
    background: #ddd;
    transition: all 0.3s ease-out;
}

header:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0px;
    background: #fff;
    transition: all 0.3s ease-out;
}

header .topUtils {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 1;
}

header .topUtils:after {
    display: block;
    content: "";
    clear: both;
}

header .topUtils .utils {
    float: left
}

header .topUtils .utils:after {
    display: block;
    content: "";
    clear: both;
}

header .topUtils .utils > a {
    position: relative;
    float: left;
    padding: 30px 10px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
}

header .topUtils .utils > a:after {
    content: '';
    display: block;
    position: absolute;
    top: 40px;
    right: 0;
    width: 1px;
    height: 11px;
    background: #aaa;
}

header .topUtils .utils > a:last-child:after {
    display: none
}

header .topUtils .utils > a img.icon_over {
    display: none;
}

header .topUtils .utils .arrow_box {
    display: none;
    position: absolute;
    width: auto;
    padding: 5px 15px;
    left: 0;
    background: #77a650;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

header .topUtils .utils .arrow_box:after {
    position: absolute;
    bottom: 100%;
    left: 20px;
    width: 0;
    height: 0;
    margin-left: -10px;
    border: solid transparent;
    border-color: rgba(51, 51, 51, 0);
    border-bottom-color: #77a650;
    border-width: 8px;
    pointer-events: none;
    content: " ";
}

header .topUtils .utils a:hover p.arrow_box {
    display: block;
}

header .gnbOnAir {
    position: absolute;
    top: 130px;
    right: 50px;
    z-index: 1;
    display: none
}

header.color nav .oneDep a {
    color: #343434;
}

header.color .topUtils .utils > a {
    color: rgba(34, 34, 34, 0.8);
}

header.color .topUtils .utils > a:after {
    /*background:#c3c3c3*/
}

header.bgType {
    background: #fff;
}

header.hover:before {
    opacity: 1;
}

/*height*/
header.hover:after {
    height: 335px;
    border-bottom: 1px solid #ddd;
}

header.hover {
    border-bottom: 1px solid #ddd;
}

header.hover nav .oneDep.on > a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #bfd715;
}

header.hover nav .oneDep .twoDep > a.on {
    font-weight: 500;
    color: #77a650 !important;
}

header.on {
    background: #fff;
    border-bottom: 1px solid #ddd
}

header.on h1 {
    background: url("../../assets/images/main/logo-b.svg") no-repeat 0;
    background-size: 90%;
}

header.on nav .oneDep a {
    color: #343434;
}

header.on .topUtils .utils > a {
    color: rgba(34, 34, 34, 0.8);
}

header.on .topUtils .utils > a:after {
    /*background:#c3c3c3*/
}

header .recruitB {
    display: none;
    position: absolute;
    top: 140px;
    left: calc(50% + 390px);
    left: -webkit-calc(50% + 390px);
    padding: 30px 35px;
    width: 320px;
    height: 168px;
    background: url('/assets/images/header_recruit_bg.jpg') no-repeat center;
    z-index: 1
}

header .recruitB p {
    padding-bottom: 50px;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    color: #222;
    background: url('/assets/images/header_arrow_icon.png') no-repeat left bottom
}

/* .main header h1 {
    background: url(../../assets/images/main/로고 3.jpg) no-repeat 0;
    background-size: 100%;
} */

.main header .topUtils .utils > a img {
    display: none;
}

.main header .topUtils .utils > a img.icon_over {
    display: block;
}

.main header .topUtils .utils > a:after {
    background: #fff;
}


/*.main header .topUtils .utils .arrow_box{background: #333;}
.main header .topUtils .utils .arrow_box:after {border-bottom-color: #333;}*/
.main header.hover .topBtnWrap .allMenu [class*="bar"] {
    background-color: #000;
}

.main header .topBtnWrap .allMenu [class*="bar"] {
    background-color: #fff;
}

.main header.hover h1 {
    background: url(../../assets/images/main/logo-b.svg) no-repeat 0;
    background-size: 90%;
}

.fp-viewing-main_sec04 .navbar a.logo_b,
.fp-viewing-main_sec05 .navbar a.logo_b {
    display: block;
}

.fp-viewing-main_sec04 .navbar a.logo_w,
.fp-viewing-main_sec05 .navbar a.logo_w {
    display: none;
}


.fp-viewing-main_sec04 #fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: #77a650;
}

/*mobile nav*/
.mobile-menu {
    display: none;
}

#main-navbar {
    display: none;
}

div.toggle-sidebar {
    position: absolute;
    top: 15px;
    left: 15px;
    cursor: pointer;
    padding: 13px 0;
    border-radius: 6px;
    width: 42px;
    background: #000;
}

div.toggle-sidebar .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.2em;
}

div.toggle-sidebar .slicknav_icon-bar {
    display: block;
    width: 1.3em;
    height: 0.23em;
    margin: 0 auto;
    background: #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#main-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    background: #262626;
}

#main-sidebar .global {
    display: table;
    width: 100%;
    border-bottom: 1px solid #4b4b4b;
    margin: 0;
}

#main-sidebar .global a {
    display: table-cell;
    padding: 15px 5px;
    text-align: center;
    border-left: 1px solid #4b4b4b;
    border-top: 1px solid #4b4b4b;
    color: #fff;
    vertical-align: middle;
    font-size: 0.9em;
    float: left;
    width: 50%;
}

#main-sidebar .global a:first-child {
    border: 0;
}

#main-sidebar .global a:hover {
    text-decoration: underline;
}

a.sidr-class-toggle-sidr-close {
    position: relative;
    margin: 0 auto;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
}

.sidr-class-toggle-sidr-close:before {
    font-family: "FontAwesome";
    content: "\f0c9";
    position: absolute;
    top: 0;
    left: 20px;
    height: 50px;
    line-height: 50px;
}

.sidr-class-mobile-menu-searchform {
    position: relative;
    margin: 30px 20px;
}

.sidr-class-mobile-menu-searchform input {
    width: 100%;
    background: #fff;
    background: rgba(255, 255, 255, 0.06);
    border: 0;
    outline: 0;
    padding: 15px 45px 15px 15px;
    line-height: 1.4em;
    border-radius: 3px;
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
    font-size: 1em;
    font-weight: 400;
    transition: all 0.3s;
}

.sidr-class-mobile-menu-searchform input:focus {
    color: #fff;
}

.sidr-class-mobile-menu-searchform button {
    background: none !important;
    display: block;
    position: absolute;
    right: 10px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    top: 50%;
    margin-top: -15px;
    color: #fff;
    opacity: 0.4;
    padding: 0;
    border: 0;
}

.sidr-class-mobile-menu-searchform button:hover {
    opacity: 1;
}

#main-sidebar ul {
    padding: 0;
}

#main-sidebar ul li {
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.035);
    clear: both;
}

#main-sidebar ul li.show a {
    color: #fff;
}

#main-sidebar ul li:hover a {
    color: #fff;
}

#main-sidebar ul li > a {
    display: block;
    padding: 7px 20px;
    color: #8b8b8b;
    font-size: 16px;
}

#main-sidebar ul li.show a.main {
}

#main-sidebar ul li li > a {
    display: block;
    padding: 5px 20px;
    background: #2a2a2a;
    color: #8b8b8b !important;
    font-size: 14px;
}

#main-sidebar ul li li > a:hover {
    color: #fff !important;
}

#main-sidebar ul li > a span:after {
    float: right;
    margin-top: 8px;
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#row {
    *zoom: 1;
    margin: 0 0 0 -40px;
}

#row:after {
    content: '';
    display: block;
    clear: both;
}

#row div.cell {
    float: left;
    margin: 0 0 0 40px;
}

#main-sidebar ul li.sidr-class-menu-item-mypage {
    background: #77a650;
    color: #fff;
    float: left;
    width: 50%;
    border: 0;
    color: #fff;
    border-right: 1px solid #77a650;
    text-align: center;
    clear: initial;
}

#main-sidebar ul li.sidr-class-menu-item-mypage > a {
    color: #fff;
    font-size: 15px;
    padding: 10px 20px;
}

@media (max-width: 980px) {
    #main-navbar {
        display: block;
    }

    .mobile-menu {
        display: block;
    }

    .main-menu {
        display: none;
    }

    header .topUtils .utils a {
        display: none;
    }

    header .topUtils .utils .search {
        display: block;
    }

    header h1 {
        position: relative;
        top: auto;
        left: auto;
        text-align: center;
        margin: 0 auto;

    }

    header.on h1 {
        background-size: 65%;
        background-position: center;
    }

    .main header .topUtils .utils > a:after,
    header .topUtils .utils > a:after {
        display: none;
    }

}

@media (max-width: 500px) {
    div.toggle-sidebar {
        left: 10px;
    }
}

@media (max-width: 420px) {

    /*.container>.navbar-header{background: url(../../assets/images/logo-small.png) no-repeat center center ;}*/
    .navbar a.logo img {
        display: none;
    }
}

/*end mobil menu*/


header * {
    /*transition:all .4s ease*/
}

header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99;
    transition: all .4s ease;
    background: #fff;
}

header .container {
    max-width: 1230px;
    height: 100%;
    padding: 0 15px;
}

header h1 {
    display: table
}

header h1 a {
    display: table-cell;
    vertical-align: middle
}

header h1 a span {
    display: block;
    margin: 7px 0
}

header h1 .logo img {
}

header h1 .txt img {
    width: 100px
}

header .gnb {
    margin: 0 auto;
    text-align: center
}

header .gnb .inner {
    height: 100px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

header .gnb:after {
    display: block;
    content: '';
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    border-bottom: 1px solid #ddd;
    transition: all .4s ease;
    opacity: 0
}

header .gnb a {
    display: block
}

header .gnb .dep1 > li {
    display: inline-block;
    vertical-align: top;
    width: 180px
}

header .gnb .dep1 > li:first-child {
    margin-left: 300px;
}

header .gnb .dep1 > li > a {
    font-size: 17px;
    color: #323232;
    line-height: 100px;
    font-weight: 600;
}

header .gnb .dep2 {
    padding: 30px 0 60px
}

header .gnb .dep2 > li > a {
    padding: 10px;
    font-size: 15px;
    color: #969696
}

header .gnb .dep2 > li > a:hover {
    font-weight: bold;
    color: #323232
}

header.on {
    border-bottom: 1px solid #ddd;
}

header.on .gnb .inner {
    height: 370px;
    overflow: visible
}

header.on .gnb:after {
    opacity: 1
}

header.on .gnb .dep1 > li > a {
    color: #323232;
}

header .nav_btn .menu-icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    bottom: auto;
    width: 24px;
    height: 2px;
    background-color: #4b4e53;
    margin-top: -2px
}

header .nav_btn .menu-icon::before,
header .nav_btn .menu-icon:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: inherit;
    left: 0
}

header .nav_btn .menu-icon::before {
    bottom: 7px
}

header .nav_btn .menu-icon::after {
    top: 7px
}

header .nav_btn.is-clicked .menu-icon {
    background-color: rgba(255, 255, 255, 0)
}

header .nav_btn .menu-icon,
header .nav_btn .cd-menu-icon::before,
header .nav_btn .cd-menu-icon::after {
    transition: all .3s cubic-bezier(0.3, 0.1, 0.58, 1)
}

header .nav_btn.is-clicked .menu-icon::before,
header .nav_btn.is-clicked .menu-icon::after {
    background-color: #4b4e53;
    transition: all .3s cubic-bezier(0.3, 0.1, 0.58, 1)
}

header .nav_btn.is-clicked .menu-icon::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

header .nav_btn.is-clicked .menu-icon::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}


.util_nav {
    position: absolute;
    right: 15px;
    top: 41px;
}

.util_nav > div {
    display: inline-block;
    vertical-align: middle
}

.util_nav .h_sns li {
    display: inline-block;
    margin: 0 10px
}

.util_nav .h_sns li a span {
    font-size: 0
}

.util_nav .h_sns li a {
    color: #fff;
    font-size: 20px
}

.icon-instagram:hover:before {
    font-weight: bold;
    background: -webkit-linear-gradient(#b332a5, #f99a3c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.icon-youtube:hover:before {
    color: #de1010
}

.util_nav .h_util {
    margin-right: 30px
}

.util_nav .h_util li a {
    font-weight: bold;
    font-style: italic;
    color: #fff
}

.util_nav .h_util li a:before {
    font-style: normal;
    margin-right: 5px;
    font-weight: normal
}

.main_wrap header {
    position: fixed;
}

.util_nav .lang_box {
    cursor: pointer;
    position: relative;
}

.util_nav .lang_box button {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
    font-weight: 400;
    background: none;
    border: 0;
}

.util_nav .lang_box button img {
    width: 30px;
    transition: all .2s ease;
}

.util_nav .lang_box button img.on {
    display: none;
}

header.hover .util_nav .lang_box button img {
    display: none;
}

header.hover .util_nav .lang_box button img.on {
    display: block;
}

header.on .util_nav .lang_box button img {
    display: none;
}

header.on .util_nav .lang_box button img.on {
    display: block;
}

.util_nav .lang_box .lang_item {
    display: none;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px 15px;
    z-index: 999;
    border-radius: 10px;
    line-height: 1.2;
    color: #666;
    font-weight: 400;
    position: absolute;
    width: 110px;
    text-align: center;
    top: 38px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 5px 5px 10px rgb(0 0 0 / 20%);
}

.util_nav .lang_box .lang_item.show {
    display: block;
}

.util_nav .lang_box .Languages_links li {
    padding: 5px 0;
}

.util_nav .lang_box .Languages_links li a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.util_nav .lang_box .Languages_links li:hover a {
    color: #77a650;
    font-weight: 500;
}

.util_nav .lang_box .Languages_links li a img {
    width: 24px;
}

.mini .util_nav .lang_box button img {
    display: none;
}

.mini .util_nav .lang_box button img.on {
    display: block;
}

.mini header .wpml-ls-flag {
    width: 300px;
    height: auto;
}

.mini header #main-nav .navbar {
    height: 80px;
}

.mini header #main-nav .navbar-nav > li > a {
    padding: 30px 45px;
}

.mini header:before {
    top: 79px;
}

.mini header nav .oneDep:hover:before {
    top: 78px;
}

.mini header nav .oneDep > a {
    padding: 22px 45px;
    font-size: 18px;
    color: #000;
}

.mini header nav .oneDep .twoDep {
    padding: 15px 5px 0;
}

.mini header .topUtils .utils > a {
    padding: 25px 10px;
}

.mini header nav .oneDep .twoDep > a {
    font-size: 15px;
    padding: 0;
}

.mini header .topBtnWrap .allMenu [class*="bar"] {
    background-color: #000;
}

.mini header .mypage-menu .menu_item a {
    color: #666;
}

.mini header .mypage-menu .menu_item:last-child:after {
    background: #666;
}

/*height*/
.mini header.hover:after {
    height: 265px;
}

.main header {
    position: fixed;
    border-bottom: 0;
    background: rgba(255, 255, 255, 0.00);
}

.mini div.toggle-sidebar {
    top: 12px;
}

header .topBtnWrap {
    z-index: 100;
}

header .topBtnWrap > button {
    display: inline-block;
    margin-top: -2px;
    margin-left: 20px;
    vertical-align: middle;
    line-height: 1;
    width: 30px;
    background: rgba(255, 255, 255, 0.00);
    border: 0;
}

header .topBtnWrap .allMenu [class*="bar"] {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #000;
    transition: all .2s ease;
}


header .topBtnWrap .allMenu .bar2 {
    margin: 8px 0 8px 4px;
}

header .topBtnWrap .allMenu:hover .bar1,
header .topBtnWrap .allMenu:hover .bar3 {
    margin-left: 4px;
}

header .topBtnWrap .allMenu:hover .bar2 {
    margin-left: 0px;
}

header .topBtnWrap .schBtn {
    font-size: 24px;
    width: auto;
    height: auto;
}

.mini header {
    position: fixed;
    background: #fff;
    height: 80px;
    border-bottom: 1px solid #ddd;
}

.mini header h1 {
    background-color: transparent;
    width: 110px;
    height: 80px;
    background: url(../../assets/images/main/logo-b.svg) no-repeat 0;
    background-size: 90%;
}

.mini header h1 .logo img {
    width: 34px
}

.mini header h1 .txt {
    display: none
}

.mini header .gnb .inner {
    height: 80px;
    background: #000
}

.mini header .gnb:after {
    top: 80px
}

.mini header .gnb .dep1 > li > a {
    line-height: 80px;
    color: #323232;
}

.mini header.on .gnb .inner {
    height: 340px
}

.mini header .util_nav {
    top: 27px;
}

.mini header .topBtnWrap > button {
    margin-left: 20px;
}

/*mypage-menu*/
.mypage-menu {
    float: left;
}

.mypage-menu .menu_item {
    float: left;
    padding: 0 8px;
    color: #fff;
    position: relative;
}

.mypage-menu .menu_item:last-child:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 1px;
    height: 13px;
    background: #fff;
}

.mypage-menu .menu_item a {
    color: #fff;
}

.main header.hover .mypage-menu .menu_item a {
    color: #666;
}


.main header.hover .mypage-menu .menu_item:last-child:after {
    background: #666;
}


@media screen and (max-width: 1280px) {
    header {
        height: 90px;
    }

    header h1 {
        width: 130px;
    }

    .mini header h1 {
        width: 100px;
    }

    header nav .oneDep > a {
        font-size: 17px;
        padding: 27px 40px;
    }

    header nav .oneDep .twoDep > a,
    .mini header nav .oneDep .twoDep > a {
        font-size: 15px;
        padding: 0;
    }

    header:before {
        top: 89px;
    }

    header nav .oneDep:hover:before {
        top: 88px;
    }

    header nav .oneDep .twoDep,
    .mini header nav .oneDep .twoDep {
        padding: 15px 0 0;
    }

    .mini header nav .oneDep > a {
        padding: 24px 40px;
        font-size: 16px;
    }

    /*height*/
    header.hover:after {
        height: 265px;
    }

    .util_nav {
        top: 30px;
    }

    #fp-nav.right {
        right: 20px
    }

    header .gnb .dep1 > li {
        width: 140px
    }

    header .gnb .dep1 > li > a {
        font-size: 15px
    }

    header .gnb .dep2 > li > a {
        font-size: 12px
    }

    .mini header nav {
        margin-left: 37%;
    }

    .lnb li a {
        font-size: 16px
    }

    footer {
        padding: 30px 0
    }

    footer .f_logo {
        width: 160px;
        margin-right: 40px
    }

    footer .f_info {
        margin-right: 120px
    }

    footer .f_sns {
        width: auto;
        right: 10px
    }

}

@media screen and (max-width: 1240px) {
    .navbar-right {
        width: 70%;
    }
}

@media screen and (max-width: 1080px) {

    .mini header nav {
        margin-left: 32%;
    }
}

@media screen and (max-width: 1024px) {
    #mobile-indicator {
        display: block
    }

    .m_nav {
        display: block
    }

    .all_nav {
        display: block
    }

    #body_contents {
        overflow: hidden
    }

    #body_contents.fixed {
        position: fixed;
        left: 0;
        right: 0;
        top: 0
    }

    header h1 .logo img {
        width: 30px
    }

    header h1 .txt img {
        width: 60px
    }

    header .util_nav .h_sns li {
        margin: 0 5px
    }

    .mini header h1 .logo img {
        width: 26px
    }

    .gnb {
        display: none
    }

    .main_wrap .section:not(footer) {
        padding: 90px 0
    }

    .main_wrap.mini header {
        border-bottom: 1px solid rgba(255, 255, 255, 0);
        background-color: black
    }

    .main_wrap header .util_nav .h_util li a {
        font-size: 0
    }

    .main_wrap header .util_nav .h_util li a:before {
        font-size: 18px
    }

    .navbar-right {
        width: 75%;
    }

    header nav .oneDep > a {
        font-size: 16px;
        padding: 27px 30px;
    }

    header nav .oneDep .twoDep > a,
    .mini header nav .oneDep .twoDep > a {
        font-size: 14px;
    }


    header nav .oneDep .twoDep {
        padding: 15px 0 0;
    }

    header .topBtnWrap > button,
    .mini header .topBtnWrap > button {
        margin-left: 10px;
    }

    .mypage-menu .menu_item a {
        font-size: 13px;
    }

    /*height*/
    header.hover:after {
        height: 250px;
    }
}

@media screen and (max-width: 980px) {
    header {
        height: 70px;
    }

    header:before {
        top: 69px;
    }

    .mini header {
        height: 65px;
    }

    .mini header h1 {
        height: 64px;
        background-size: 75%;
        background-position: center;
    }

    .mini header:before {
        top: 63px;
    }

    header nav {
        display: none;
    }

    .fp-viewing-main_sec02 header {
        border-bottom: 1px solid #ddd !important;
        background: #fff !important;
    }

    .fp-viewing-main_sec03 header,
    .fp-viewing-main_sec04 header {
        border-bottom: 1px solid #ddd !important;
        background: #fff !important;
    }

    .util_nav {
        top: 20px;
    }

    .mini header .util_nav {
        top: 17px;
    }

    header .topBtnWrap > button {
        display: none;
    }

    .util_nav .lang_box button img {
        display: none;
        width: 28px;
    }

    .util_nav .lang_box button img.on {
        display: block;
    }

    .util_nav .lang_box .lang_item {
        top: 32px;
        right: 0;
        left: auto;
        transform: none;
        padding: 5px 8px;
        width: 90px;
    }

    .util_nav .lang_box .Languages_links li a {
        font-size: 13px;
        gap: 5px;
    }

    header .topUtils .utils > a {
        padding: 31px 10px;
    }

    .main header {
        background: rgba(255, 255, 255, 0.5);
    }

    .main.mini header {
        background: #fff;
    }

    .main header h1 {
        background: url(../../assets/images/main/logo-b.svg) no-repeat 0;
        background-size: auto 85%;
        background-position: center;
    }

    .main header .topUtils .utils > a img {
        display: block;
    }

    .main header .topUtils .utils > a img.icon_over {
        display: none;
    }

    .main .navbar a.logo_b {
        display: block;
    }

    .main .navbar a.logo_w {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .mini header .wpml-ls-flag {
        height: 30px !important;
        width: auto !important;
        margin-top: 25px;
    }
}

@media screen and (max-width: 340px) {
    .wpml-ls-flag {
        height: 30px;
        margin-top: 25px;
        margin-left: 60px;
    }
}
