@charset "utf-8";

@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}




/* Common */
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none
}

body,
html {
    width: 100%;
    height: 100%;
    min-width: 1240px;
}

body,
input,
textarea,
select,
button,
table {
    font-family: 'GMarketSans', -apple-system, BlinkMacSystemFont,
        'Apple SD Gothic Neo', 'Malgun Gothic', '돋움', sans-serif;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
}

img,
fieldset,
button {
    border: 0
}

ul,
ol {
    list-style: none
}

em,
address {
    font-style: normal
}

a {
    text-decoration: none
}

a:hover,
a:active,
a:focus {
    text-decoration: none
}

.blind {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0
}

.edge {
    position: absolute;
    top: 12px;
    right: 4px;
    width: 0;
    height: 0;
    border-width: 0 8px 8px;
    border-style: solid;
    border-color: transparent transparent #333
}

.clear {
    clear: both
}

/* Skip to content */
.skip {
    margin: 0
}

.skip>a {
    display: block;
    overflow: hidden;
    height: 0;
    line-height: 28px;
    text-align: center
}

.skip>a:focus {
    height: auto
}

/* Layout */
.container {
    min-width: 1240px;
    background-color: #fff
}

/* 수정 후 */
.header {
    position: relative;
    z-index: 2;
    width: 100%;
    /* 전체 폭 사용 */
    height: 100px;
    /* 헤더 높이 고정 */
    margin: 0;
    /* 가운데 정렬 제거 */
    padding: 0 40px;
    /* 좌우 여백만 살짝 */
    box-sizing: border-box;
    display: flex;
    /* 로고 + 메뉴를 가로 한 줄 */
    align-items: center;
    /* 수직 가운데 정렬 */
}

.header>.side {
    float: right;
    z-index: 2;
    margin: 39px 0 0 22px;
    line-height: 20px
}

.visual {
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 100%
}

.body {

    padding: 0px 0
}

.body .content {}

.body.fixed-width {
    width: 1200px;
    margin: 0 auto
}

.header:after,
.body:after {
    display: block;
    clear: both;
    content: ''
}

.content {}

.content:after {
    display: block;
    clear: both;
    content: ''
}

.content> :first-child {
    margin-top: 0
}

/* Header */
.header>h1 {
    float: none;
    /* float 제거 – flex 아이템으로 사용 */
    padding: 0;
    margin: 0;
    line-height: 1;
}

.header>h1 img {
    vertical-align: middle;
    max-height: 46px;
}

.header>.logo-item a {
    font-size: 24px;
    color: #888;
}

.header>.logo-item a:hover {
    color: #444;
}

/* Fixed Header */
/* 수정 후 */
.container.fixed_header {
    padding-top: 0px;
}

.fixed_header .header_wrap {
    position: fixed;
    /* 처음부터 fixed */
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-width: 1240px;
    z-index: 1000;
    padding: 0;

}

.fixed_header .header_wrap.shrink {
    position: fixed;
    /* shrink 때도 동일 */
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-width: 1240px;
    z-index: 1000;
    border-bottom: none;
    background-color: rgba(0, 0, 0, 0.50);
    -webkit-animation: none;
    /* 애니메이션 제거 */
    animation: none;
}

.fixed_header .header_wrap.shrink .header>h1 {
    padding: 20px 0;
}

.fixed_header .header_wrap.shrink .gnb>ul>li>a {
    line-height: 100px;
}

.fixed_header .header_wrap.shrink .header>.side {
    margin: 19px 0 0 22px
}

.fixed_header .header_wrap.shrink .search_area {
    padding: 0 20px
}

/* button */
.btn_item {
    display: inline-block;
    margin: 35px 0;
    padding: 0 27px;
    height: 50px;
    font-family: "Open Sans";
    background-color: #555;
    font-size: 14px;
    line-height: 50px;
    letter-spacing: 1px;
    color: #FFF;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.btn_item:hover,
.btn_item:active .btn_item:focus {
    background-color: #CBA061;
    color: #fff
}

.btn_item+.btn_item {
    margin-left: 10px;
}

/* Login */
.header>.side>ul>li {
    float: left;
    position: relative
}

.header>.side>ul:after {
    display: block;
    clear: both;
    content: ''
}

.header>.side>ul>li>a {
    display: block;
    width: 22px;
    height: 22px;
    margin-left: 12px;
    font-size: 22px;
    line-height: 22px;
    color: #888;
    text-align: center
}

.header>.side>ul>li>a:hover,
.header>.side>ul>li>a:focus,
.header>.side>ul>li>a:active,
.header>.side>ul>li.on>a {
    color: #444
}

.header>.side>ul .ly {
    position: relative;
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 13px;
    background-color: #f9f9f9
}

.header>.side>ul .ly.ly_login {
    overflow: hidden;
    margin-top: 0;
    background: url('../img/blank.gif') 0 0 repeat;
    height: 0
}

.header>.side>ul .ly.ly_login ul {
    position: relative;
    margin-top: 18px;
    padding: 8px 0;
    background-color: #333;
    z-index: 3
}

.header>.side>ul .on .ly.ly_login {
    height: auto
}

.header>.side>ul .ly a {
    display: block;
    min-width: 120px;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    font-size: 13px;
    color: #9d9d9d
}

.header>.side>ul .ly a:hover {
    color: #cda25a;
    text-decoration: none
}

.header>.side>ul>li .login_after {
    overflow: hidden;
    width: 40px;
    height: 40px;
    margin-top: -9px;
    border-radius: 100%
}

.header>.side>ul>li .login_after img {
    width: 40px;
    height: 40px
}

.header>.side>ul>li .login_after~.ly_login .edge {
    right: 11px
}

/* Magazine Header Type */
.custom_area {
    display: none
}

.magazine .header {
    text-align: center
}

.magazine .header>h1 {
    float: none;
    display: inline-block;
    margin: 0;
    padding: 80px 0 20px;
    vertical-align: top
}

.magazine .header>.side {
    float: none;
    position: absolute;
    top: 0;
    right: 0;
    margin: 30px 0 0
}

.magazine .gnb {
    float: none;
    max-width: 100%;
    margin-bottom: 40px
}

.magazine .gnb>ul {
    display: inline-block;
    vertical-align: top
}

.magazine .gnb>ul>li>a {
    position: relative;
    line-height: 60px
}

.magazine .gnb>ul>li>a:after {
    position: absolute;
    top: 50%;
    left: -1px;
    width: 1px;
    height: 16px;
    margin-top: -8px;
    background-color: #888;
    content: ''
}

.magazine .gnb>ul>li:first-child>a:after {
    background: none
}

.magazine .gnb>ul .depth2:after {
    background: none
}

.magazine .gnb>ul .depth2,
.magazine .gnb>ul .depth3 {
    background-color: #f7f7f7
}

.magazine .gnb>ul .depth2 a,
.magazine .header>.side>ul .ly a {
    color: #999
}

.magazine .header>.side>ul .ly a:hover {
    color: red
}

.magazine .gnb>ul>li>a:hover,
.magazine .gnb>ul>li>a:focus,
.magazine .gnb>ul>li>a:focus,
.magazine .gnb>ul>li.on>a,
.magazine .header>.side>ul>li.on>a,
.magazine .header>.side>ul .ly a:hover {
    color: #cda25a
}

.magazine .header>.side>ul .ly.ly_login ul {
    background-color: #f7f7f7;
    text-align: left
}

.magazine .edge {
    border-color: transparent transparent #f7f7f7
}

.magazine .header>.side>ul>li>a:hover,
.magazine .header>.side>ul>li>a:focus,
.magazine .header>.side>ul>li>a:active {
    color: #cda25a
}

.magazine .custom_area {
    display: block;
    position: absolute;
    top: 30px;
    left: 0
}

.magazine .custom_area li {
    float: left;
    margin-right: 30px
}

.magazine .custom_area a {
    font-size: 13px;
    line-height: 15px;
    color: #999
}

.magazine .custom_area a:hover,
.magazine .custom_area a:hover,
.magazine .custom_area a:hover {
    color: #cda25a
}

.magazine .search_area {
    padding: 10px 20px
}

/* Onepage Header Type */
.onepage .header_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000
}

.onepage .gnb>ul {
    background: url(../img/blank.gif) 0 0 repeat
}

.onepage .gnb>ul>li>a {
    line-height: 60px;
    color: #f6f6f6
}

.onepage .gnb>ul>li>a:hover,
.onepage .gnb>ul>li>a:focus,
.onepage .gnb>ul>li>a:focus,
.onepage .gnb>ul>li.on>a {
    color: #fff
}

.onepage .shrink .gnb>ul>li>a {
    color: #888
}

.onepage .shrink .gnb>ul>li>a:hover,
.onepage .shrink .gnb>ul>li>a:focus,
.onepage .shrink .gnb>ul>li>a:focus,
.onepage .shrink .gnb>ul>li.on>a {
    color: #444
}

.onepage .header>.side>ul>li>a {
    color: #f6f6f6
}

.onepage .header>.side>ul>li>a:hover,
.onepage .header>.side>ul>li>a:focus,
.onepage .header>.side>ul>li>a:active,
.onepage .header>.side>ul>li.on>a {
    color: #fff
}

.onepage .search_area .btn_close {
    color: #f6f6f6
}

.onepage .shrink .search_area .btn_close {
    color: #888
}

.onepage .gnb>ul .depth2:after {
    background: none
}

.onepage .gnb {
    margin-top: 20px
}

.onepage .header>h1 {
    padding: 20px 0 0
}

.onepage .search_area input[type=text] {
    color: #f6f6f6
}

.onepage .shrink .search_area input[type=text] {
    color: #888
}

.onepage .visual.sub.sub_type3 {
    margin-top: -100px;
}

/* Search */
.search_wrap {
    position: relative;
    width: 1200px;
    margin: 0 auto
}

.search_area {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 1160px;
    padding: 20px;
    z-index: 3;
    z-index: 3
}

.search_area input {
    font-size: 13px;
    vertical-align: top
}

.search_area input[type=text] {
    position: relative;
    width: 100%;
    height: 40px;
    padding: 10px 0;
    border: 0;
    background-color: transparent;
    font-size: 40px;
    color: #444;
    -webkit-appearance: none;
}

.search_area input[type=text]:focus {
    outline: 0
}

.search_area input[type=text]::-ms-clear {
    display: none
}

.search_area .btn_close {
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-size: 22px;
    color: #888;
    text-align: center;
    line-height: 20px
}

/* GNB */
.gnb {
    float: none;
    /* float 제거 */
    position: relative;
    z-index: 1;
    margin-left: auto;
    /* flex 안에서 오른쪽 끝으로 밀기 */
    height: 100%;
    font-size: 13px;
}

.gnb a {
    text-decoration: none;
    white-space: nowrap
}

.gnb>ul>li {
    float: left;
    position: relative;
    text-align: left
}

.gnb>ul:after {
    display: block;
    clear: both;
    content: ''
}

.gnb>ul>li>a {
    display: block;
    position: relative;
    padding: 0 50px;
    line-height: 100px;
    font-size: 16px;
    font-weight: 500;
    /* Medium 느낌 */
    color: #fff;
}

.gnb>ul>li>a:hover,
.gnb>ul>li>a:focus,
.gnb>ul>li>a:focus,
.gnb>ul>li.on>a {
    color: #444
}

.gnb>ul .depth2 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    padding: 8px 0;
    background-color: #333
}

.gnb>ul .depth2>li {
    position: relative
}

.gnb>ul .depth2:after {
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #cda25a;
    content: ''
}

.gnb>ul .depth2 a {
    display: block;
    position: relative;
    min-width: 170px;
    height: 40px;
    padding: 0 30px 0 20px;
    line-height: 40px;
    font-size: 13px;
    color: #9d9d9d
}

.gnb>ul .depth2 a:hover,
.gnb>ul .depth2 a:active,
.gnb>ul .depth2 a:focus,
.gnb>ul .depth2>li.on>a {
    color: #cda25a
}

.gnb>ul .depth3 {
    display: none;
    position: absolute;
    top: -8px;
    left: 100%;
    z-index: 2;
    padding: 8px 0;
    background-color: #333
}

.gnb>ul .depth2>li.more>a:after {
    position: absolute;
    right: 20px;
    content: '>'
}

.onepage .shrink .header>.side>ul>li>a {
    color: #444;
}

.onepage .shrink .gnb {
    margin-top: 0;
}

.magazine .shrink .gnb {
    margin-bottom: 10px;
}

.magazine .shrink h1 {
    margin-top: 10px;
}

.magazine .header_wrap.shrink .gnb>ul>li>a {
    line-height: 40px;
}

/* VISUAL */
.visual.sub {
    position: relative;
    padding: 35px 0;
    background-color: #f6f6f6;
    line-height: 30px
}

.visual.sub .sub_title {
    position: relative;
    z-index: 2;
    width: 1200px;
    margin: 0 auto
}

.visual.sub .sub_title h1 {
    position: relative;
    font-weight: 700;
    font-family: Raleway, NanumBarunGothic, Malgun Gothic, Dotum, Apple SD Gothic Neo, AppleGothic, Helvetica, sans-serif;
    font-size: 17px;
    color: #444
}

.visual.sub .sub_title h1:after {
    position: absolute;
    top: 115%;
    left: 0;
    width: 22px;
    height: 2px;
    background-color: #444;
    content: ''
}

.visual.sub .bg_img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.visual.sub.sub_type2 {
    padding: 70px 0
}

.visual.sub.sub_type2 .bg_img {
    display: block
}

.visual.sub.sub_type2 .sub_title h1 {
    color: #fff;
    font-weight: 400;
    font-size: 23px;
    letter-spacing: 1px
}

.visual.sub.sub_type2 .sub_title h1:after,
.visual.sub.sub_type3 .sub_title h1:after {
    background: none
}

.visual.sub.sub_type3 {
    padding: 250px 0 210px;
    line-height: 40px;
    text-align: center
}

.visual.sub.sub_type3 .bg_img {
    display: block;
    background-attachment: fixed;
    background-size: auto auto
}

.visual.sub.sub_type3 .sub_title h1 {
    font-size: 39px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 2px
}

/* LNB */
.body.fixed-width .lnb>ul {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 40px 0 0
}

.body.fixed-width .lnb>ul>li {
    margin-bottom: 40px
}

.body.fixed-width .lnb>ul>li>a,
.body.fixed-width .lnb>ul>li>span {
    display: block;
    line-height: 21px;
    margin-bottom: 14px;
    font-size: 15px;
    color: #444
}

.body.fixed-width .lnb ul ul li.on a {
    color: #cda25a
}

.body.fixed-width .lnb ul ul a {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    line-height: 20px;
    color: #888;
    text-decoration: none
}

.body.fixed-width .lnb ul ul a:hover,
.body.fixed-width .lnb ul ul a:focus,
.body.fixed-width .lnb ul ul a:active {
    color: #cda25a
}

.body.fixed-width .lnb img {
    vertical-align: top
}

.body.fixed-width.left .lnb,
.body.fixed-width.right .lnb {
    float: left;
    width: 260px;
    padding: 0 0 16px
}

.body.fixed-width.left .content,
.body.fixed-width.right .content {
    float: right;
    width: 900px;
    min-height: 400px;
    padding: 40px 0 100px
}

.body.fixed-width.right .lnb {
    float: right
}

.body.fixed-width.right .content {
    float: left
}

.body.fixed-width.none .lnb {
    display: none
}

.body.fixed-width.none .content {
    float: none;
    width: 1200px
}

/* Scroll to top link */
.btn_top {
    display: none;
    position: fixed;
    right: 0;
    bottom: 57px;
    z-index: 1000;
    width: 48px;
    height: 48px;
    background-color: #555;
    font-size: 24px;
    color: #fff;
    text-align: center;
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.btn_top:hover {
    background-color: #cda25a;
    color: #fff;
    text-decoration: none;
    opacity: 1;
    filter: alpha(opacity=100)
}

.btn_top i {
    line-height: 48px
}

.swiper-container {
    height: 600px;
    font-family: Raleway, NanumBarunGothic, Dotum, AppleGothic, Helvetica, sans-serif;
}

.swiper-container>div>div {
    display: table;
    height: 600px;
    color: #fff;
    background-size: cover;
}

.swiper-container>div>div>div {
    display: table-cell;
    vertical-align: middle;
}

.swiper-container>div>div>div>div {
    width: 1200px;
    margin: 0 auto;
}

.swiper-container h1 {
    font-weight: 700;
    margin: 0 0 19px 0;
    font-size: 60px;
    line-height: 70px;
    text-decoration: none;
}

.swiper-container p {
    font-size: 20px;
    line-height: 22px;
}

.swiper-button {
    position: absolute;
    top: 50%;
    display: none;
    margin: -25px 0 0 0;
}

.swiper-container:hover .swiper-button {
    display: block;
}

.swiper-button.left {
    left: 20px;
}

.swiper-button.right {
    right: 20px;
}

.swiper-button i {
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.swiper-button button {
    background-color: #333;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.swiper-pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 5px;
    width: 100%;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
    opacity: 0.6;
    margin: 0 3px;
    cursor: pointer;
}

.swiper-active-switch {
    background: #fff;
    opacity: 1;
}

@media all and (max-width: 479px) {

    body,
    html {
        min-width: 100%;
        width: 100%;
        overflow-x: hidden;
        /* Prevent horizontal scroll */
    }

    a.btn_top {
        display: none;
    }

    /* Layout */
    .container {
        min-width: 100% !important;
        width: 100%;
        background-color: #fff;
        overflow-x: hidden;
    }

    .header {
        position: relative;
        z-index: 2;
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        /* Reset padding to 0 so logo can touch the left */
        display: block;
        /* Ensure block display to avoid flex alignment issues if any remain */
    }

    .magazine .header {
        text-align: left;
    }

    .magazine .header>h1 {
        text-align: left;
        display: block;
        padding: 0 15px;
    }

    .header>.side {
        display: none;
    }

    .body.fixed-width {
        width: auto;
        margin: 0
    }

    .header:after,
    .body:after {
        clear: both;
        content: ''
    }

    .body {
        padding: 0;
    }

    .content {}

    .content:after {
        clear: both;
        content: ''
    }

    .content> :first-child {
        margin-top: 0;
    }

    .body.fixed-width.none .content {
        width: auto;
    }

    .content img {
        max-width: 100%;
        height: auto
    }

    .body.fixed-width.left .content,
    .body.fixed-width.right .content {
        width: auto;
        float: none;
        min-height: 100%;
        padding: 40px 0;
    }

    /* Header */
    .header>h1 {
        float: none;
        margin-right: 0;
        padding: 0 0 0 10px;
        /* Only 10px from left edge */
        line-height: 50px;
        display: block;
        text-align: left;
    }

    .header>h1 img {
        max-height: 30px;
        /* Reduced from 40px */
        padding: 10px 0;
        margin: 0;
    }

    .header.sub_type3 {
        position: absolute;
    }

    /* Fixed Header */
    .container.fixed_header {
        padding-top: 0
    }

    .header_wrap {
        min-width: 0 !important;
        width: 100% !important;
    }

    .header_wrap.shrink {
        display: none;
    }

    .onepage .header>h1 {
        padding: 0 14px;
    }

    .fixed_header .header_wrap {
        position: static;
        top: 0;
        left: 0;
        width: 100% !important;
        min-width: 0 !important;
        z-index: 1000
    }

    .fixed_header .header_wrap.shrink {
        position: fixed;
        top: 0;
        width: 100% !important;
        min-width: 0 !important;
        z-index: 1000;
        background-color: rgba(0, 0, 0, 0.75);
        border-bottom: none;
        animation: ani-header 0.5s forwards;
    }

    .fixed_header .header_wrap.shrink .header>h1 {
        padding: 0
    }

    .fixed_header .header_wrap.shrink .gnb>ul>li>a {
        line-height: 100px
    }

    .fixed_header .header_wrap.shrink .header>.side {
        margin: 19px 0 0 22px
    }

    .fixed_header .header_wrap.shrink .search_area {
        padding: 0 20px
    }

    /* button */
    .btn_item {
        display: inline-block;
        margin: 35px 0;
        padding: 0 27px;
        height: 50px;
        font-family: "Open Sans";
        background-color: #555;
        font-size: 14px;
        line-height: 50px;
        letter-spacing: 1px;
        color: #FFF;
        transition: all .2s ease-in-out;
    }

    .btn_item:hover,
    .btn_item:active .btn_item:focus {
        background-color: #CBA061;
        color: #fff
    }

    .btn_item+.btn_item {
        margin-left: 10px;
    }

    /* Login */
    .header>.side {
        display: none;
    }

    .header>.custom_area {
        display: none;
    }

    /* Search */
    .search_wrap {
        display: none;
    }

    .gnb {
        float: none;
        position: static;
        z-index: 1;
        max-width: 100%;
        height: 100%;
        font-size: 1em;
        background: #fff;
    }

    .onepage .gnb {
        margin-top: 0;
    }

    .magazine .gnb {
        margin-bottom: 0;
    }

    .gnb a {
        white-space: normal;
        font-size: 16px;
        /* Larger font */
        font-weight: 500;
        display: block;
        padding: 20px 24px;
        /* More spacing */
        border-top: 1px solid #f1f1f1;
        color: #333;
        transition: background-color 0.2s, color 0.2s;
    }

    .gnb a:hover,
    .gnb a:focus {
        background-color: #f9f9f9;
        color: #cda25a;
    }

    .gnb>ul {
        display: none;
        padding: 0;
        max-height: none;
        overflow: visible;
        border-bottom: none;
        background: #fff;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        /* Add shadow for depth */
    }

    .magazine .gnb>ul {
        display: none;
    }

    .gnb>ul>li {
        float: none;
        position: static;
    }

    .gnb>ul>li:first-child>a {
        border-top: 0;
    }

    .gnb>ul:after {
        display: none;
    }

    .magazine .gnb>ul>li>a,
    .gnb>ul>li>a {
        position: static;
        display: block;
        padding: 20px 24px;
        /* Restore premium spacing */
        line-height: 1.5;
        font-size: 16px;
        /* Restore premium font size */
        color: #333;
        font-weight: 600;
        /* Bolder for main items */
        border-bottom: 1px solid #f1f1f1;
        /* Clean separator */
        transition: all 0.2s ease;
    }

    .gnb>ul>li>a:active,
    .gnb>ul>li>a:focus,
    .gnb>ul>li>a:hover {
        background-color: #f9f9f9;
        color: #007aff;
        /* Brand/Premium blue accent */
        padding-left: 32px;
        /* Slide effect on hover */
    }

    .onepage .gnb>ul>li>a {
        color: #555;
        line-height: normal
    }

    .onepage .gnb>ul>li>a:hover,
    .onepage .gnb>ul>li>a:focus,
    .onepage .gnb>ul>li>a:focus,
    .onepage .gnb>ul>li.on>a {
        color: #555;
    }

    .magazine .gnb>ul .depth2,
    .magazine .gnb>ul .depth3,
    .gnb>ul .depth2 {
        display: block;
        position: static;
        padding: 0;
        background-color: #fcfcfc;
        /* Slight contrast for sub-menu */
        border-top: 1px solid #f1f1f1;
    }

    .gnb>ul .depth2>li {
        position: static
    }

    .gnb>ul .depth2:after {
        display: none
    }

    .gnb>ul .depth2 a {
        position: static;
        min-width: 100%;
        height: auto;
        padding: 12px 24px 12px 40px;
        /* Indented sub-items */
        line-height: normal;
        color: #666;
        font-size: 14px;
        border-top: 1px solid #f9f9f9;
        font-weight: normal;
    }

    .gnb>ul .depth2 a {
        position: static;
        min-width: 100%;
        height: auto;
        padding: 10px 0;
        line-height: normal;
        color: #555;
    }

    .gnb>ul .depth3 {
        display: block;
        position: static;
        background-color: #fff;
        padding: 0;
    }

    .gnb>ul .depth3 a {
        color: #999;
    }

    .gnb>ul .depth2>li.more>a:after {
        display: none;
    }

    /* GNB */
    .gnb {
        float: none;
        position: static;
        z-index: 1;
        max-width: 100%;
        height: 100%;
        font-size: 1em;
        display: block;
    }

    .gnb #mobile_menu_btn {
        display: block;
    }

    .gnb .menu_btn {
        height: 22px;
        width: 44px;
        display: block;
        position: absolute;
        top: 15px;
        right: 10px;
        z-index: 9999;
        cursor: pointer;
    }

    .gnb .menu_btn .menu_bar {
        width: 20px;
        height: 14px;
        position: relative;
        top: 4px;
        left: 12px;
    }

    .gnb .menu_btn .menu_bar div {
        height: 0;
        border-top: 3px solid #333 !important;
        position: absolute;
        width: 100%;
        background-color: transparent;
    }

    .header.sub_type3 .gnb .menu_btn .menu_bar div {
        border-top: 3px solid #333 !important;
    }

    .gnb .menu_btn .menu_bar div.btn1 {
        width: 20px;
        top: 0;
    }

    .gnb .menu_btn .menu_bar div.btn2 {
        width: 20px;
        top: 6px;
        transition: all 0.1s
    }

    .gnb .menu_btn .menu_bar div.btn3 {
        width: 20px;
        bottom: 0;
    }

    .gnb .menu_btn.opened .menu_bar div.btn1 {
        top: 6px;
        width: 20px;
        transform: rotate(45deg);
    }

    .gnb .menu_btn {
        height: 22px;
        width: 44px;
        display: block;
        position: absolute;
        top: 15px;
        right: 10px;
        z-index: 9999;
        cursor: pointer;
    }

    .gnb .menu_btn .menu_bar {
        width: 20px;
        height: 14px;
        position: relative;
        top: 4px;
        left: 12px;
    }

    .gnb .menu_btn .menu_bar div {
        height: 0;
        border-top: 3px solid #333 !important;
        /* Force dark color */
        position: absolute;
        width: 100%;
        background-color: transparent;
        /* Stick to border for the lines */
    }

    /* Force overwrite specific header types on mobile */
    .header.sub_type3 .gnb .menu_btn .menu_bar div {
        border-top: 3px solid #333 !important;
    }

    .gnb .menu_btn.opened .menu_bar div.btn3 {
        top: 6px;
        width: 20px;
        transform: rotate(-45deg);
    }

    .body .lnb {
        display: none;
    }

    .body .content {
        overflow: hidden;
    }

    .visual {
        box-sizing: border-box;
    }

    .visual.sub {
        position: relative;
        padding: 15px 14px 30px 14px;
        background-color: #f6f6f6;
        line-height: 30px
    }

    .visual.sub .sub_title {
        position: relative;
        z-index: 2;
        width: auto;
        margin: 0;
    }

    .visual.sub .sub_title h1 {
        position: relative;
        font-weight: 700;
        font-family: Raleway, NanumBarunGothic, Malgun Gothic, Dotum, Apple SD Gothic Neo, AppleGothic, Helvetica, sans-serif;
        font-size: 17px;
        color: #444
    }

    .visual.sub .sub_title h1:after {
        position: absolute;
        top: 115%;
        left: 0;
        width: 22px;
        height: 2px;
        background-color: #444;
        content: ''
    }

    .visual.sub .bg_img {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover
    }

    .visual.sub.sub_type2 {
        padding: 40px 15px
    }

    .visual.sub.sub_type2 .bg_img {
        display: block
    }

    .visual.sub.sub_type2 .sub_title h1 {
        color: #fff;
        font-weight: 400;
        font-size: 23px;
        letter-spacing: 1px
    }

    .visual.sub.sub_type2 .sub_title h1:after,
    .visual.sub.sub_type3 .sub_title h1:after {
        background: none
    }

    .visual.sub.sub_type3 {
        padding: 80px 0 0;
        line-height: 40px;
        text-align: center
    }

    .visual.sub.sub_type3 .bg_img {
        display: block;
        background-attachment: fixed;
        background-size: auto auto
    }

    .visual.sub.sub_type3 .sub_title {
        padding: 100px 0 70px 0;
    }

    .visual.sub.sub_type3 .sub_title h1 {
        font-size: 23px;
        font-weight: 400;
        color: #fff;
        letter-spacing: 2px
    }

    .swiper-container {
        height: 270px;
        font-family: Raleway, NanumBarunGothic, Dotum, AppleGothic, Helvetica, sans-serif;
    }

    .swiper-container>div>div {
        display: table;
        height: 270px;
        color: #fff;
    }

    .swiper-container>div>div>div {
        display: table-cell;
        vertical-align: middle;
    }

    .swiper-container>div>div>div>div {
        padding: 0 14px;
        width: auto;
        margin: 0;
    }

    .swiper-container h1 {
        font-weight: 600;
        margin: 0 0 10px 0;
        font-size: 24px;
        line-height: 30px;
        text-decoration: none;
    }

    .swiper-container p {
        font-size: 14px;
        line-height: 18px;
    }

}

/* header animation */
@keyframes ani-header {
    0% {
        top: -60px
    }

    100% {
        top: 0px
    }
}



/* ================================
   PREMIUM CORPORATE FOOTER
   ================================ */
.premium-footer {
    margin-top: 60px;
    padding: 56px 24px 32px;
    background: #050816;
    /* 아주 짙은 네이비 */
    color: #e5e7eb;
    /* 밝은 회색 텍스트 */
    font-size: 13px;
    line-height: 1.6;
}

.premium-footer a {
    color: #e5e7eb;
    text-decoration: none;
}

.premium-footer a:hover {
    text-decoration: underline;
}

.premium-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    align-items: flex-start;
}

/* 브랜드 영역 */
.footer-brand {
    min-width: 240px;
    max-width: 280px;
}

.footer-logo-wrap {
    margin-bottom: 14px;
}

.footer-logo {
    display: block;
    max-width: 170px;
    height: auto;
}

.footer-brand-name {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-bottom: 4px;
}

.footer-brand-sub {
    font-size: 13px;
    color: #9ca3af;
}

/* 정보 컬럼 */
.footer-columns {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    justify-content: flex-end;
}

.footer-column {
    min-width: 200px;
    flex: 1;
}

.footer-column-title {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #cbd5f5;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li {
    margin-bottom: 4px;
    color: #e5e7eb;
}

/* 하단 바 */
.premium-footer-bottom {
    max-width: 1200px;
    margin: 32px auto 0;
    padding-top: 18px;
    border-top: 1px solid rgba(148, 163, 184, 0.25);
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #9ca3af;
}

.footer-copy {
    margin: 0;
}

.footer-bottom-meta {
    margin: 0;
    text-align: right;
}

/* 반응형 */
@media (max-width: 900px) {
    .premium-footer-inner {
        flex-direction: column;
        gap: 32px;
    }

    .footer-columns {
        flex-direction: column;
        align-items: flex-start;
    }

    .premium-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .footer-bottom-meta {
        text-align: left;
    }
}

/* Mobile Width Reset & Horizontal Scroll Fix */
@media all and (max-width: 479px) {

    body,
    html {
        width: 100% !important;
        min-width: 0 !important;
        overflow-x: hidden !important;
    }

    .container {
        width: 100% !important;
        min-width: 0 !important;
        overflow-x: hidden !important;
        padding: 0 !important;
    }

    .header_wrap,
    .header {
        width: 100% !important;
        min-width: 0 !important;
        padding: 0 !important;
    }

    .header>h1 {
        padding-left: 10px !important;
    }

    /* Search Fix */
    .search_wrap,
    .search_area {
        width: 100% !important;
        min-width: 0 !important;
        left: 0 !important;
        padding: 10px !important;
        box-sizing: border-box !important;
    }

    /* Sub Page Title Fix */
    .visual.sub .sub_title {
        width: 100% !important;
        padding: 0 20px !important;
        box-sizing: border-box !important;
    }

    /* Swiper (Main Hero) Fix */
    .swiper-container>div>div>div>div {
        width: 100% !important;
        padding: 0 20px !important;
        box-sizing: border-box !important;
    }

    /* Footer Fix */
    .premium-footer-bottom {
        max-width: 100% !important;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
}