@charset "utf-8";

/* Common */
*{word-break:keep-all;}
.xm{margin-top: 200px !important;}
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%;
}
body, input, textarea, select, button, table {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 12px;
    -webkit-font-smoothing: antialiased
}
.terms_and_conditions{
    margin:150px auto !important;
    width: 90% !important;
    max-width: 1420px;
}
.terms_and_conditions.info{
    margin:50px auto 0 !important;
}
.xe-widget-wrapper{float: none !important;}
img, fieldset, button {
    border: 0
}
ul, ol {
    list-style: none
}
em, address {
    font-style: normal
}
a {
    text-decoration: none;
    color: #000;
}
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 {
    background-color: #fff
}
.header {
    display: flex;
    position: relative;
    z-index: 2;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    height: 100%;
    margin: 0 auto;
    zoom: 1;
}
.header > .side {
    float: right;
    z-index: 2;
    margin: 39px 0 0 22px;
    line-height: 20px;
    display: none;
}
.visual {
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 100%
}
.body {
    position: relative;
}
.body.fixed-width {
    margin: 0 auto
}
.body:after {
    display: block;
    clear: both;
    content: ''
}
.content {
    width: 100%;
}
.content:after {
    display: block;
    clear: both;
    content: ''
}
.content > :first-child {
    margin-top: 0
}
.content img {
    display: block;
}
/* Header */
.header_wrap{    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    transition: 0.3s;}
.header > h1 a{
    display: block;
}
.header > h1 img {
    width: 100%;
    min-width: 200px;
    max-height: 50px;
}
/* Fixed Header */
.fixed_header .header_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    transition: 0.3s;
}
.fixed_header .header_wrap.shrink {
    position: fixed;
    top: 0;
    width:auto;
    min-width: 1240px;
    z-index: 1000;
    border-bottom: 1px solid #e1e1e1;
    background-color: #fff;
    -webkit-animation: ani-header 0.5s forwards;
    animation: ani-header 0.5s forwards;
    left: 0;
    right: 0;
}
.fixed_header .header_wrap.shrink .header > h1 {
    padding: 0
}
.fixed_header .header_wrap.shrink .gnb > ul > li > a {
    line-height: 60px
}
.fixed_header .header_wrap.shrink .header > .side {
    margin: 19px 0 0 22px
}
.fixed_header .header_wrap.shrink .search_area {
    padding: 0 20px
}
/* Footer */
.footer {
    border-top: 1px solid #a9a5a2;
}
.footer a:hover, .footer a:focus {
    text-decoration: none
}
.footer .f_info_area {
    width: 90%;
    max-width: 1420px;
    margin: 0 auto 100px;
    overflow: hidden;
}
.footer .f_cr_area {
    margin:0 auto;
    padding:20px 0;
    border-top:1px solid #a9a5a2;
    text-align: center;
    
}
.footer .copyright {
    margin: 0 auto;
    font-size: 18px;
    line-height: 16px;
    text-align: center;
    color: #a4a4a4;
}
.footer .copyright a:hover,
.footer .copyright a:focus,
.footer .copyright a:active {
    color: #cda25a
}
.footer .copyright span {
    display: inline-block;
    margin-left: 60px
}
.footer .sub_desc {
    margin-bottom: 16px;
    font-size: 13px;
    color: #888;
    line-height: 22px
}
.footer .f_info_01{ margin: 20px auto 0;
					color:#666;
					font-size: 14px;}
.footer .f_info_01 .f_info_01_title{font-family: "Poetsen One", serif;
									font-weight: normal;
									font-size: clamp(16px, 2vw, 18px);}
.footer .f_info_01 ul{
                    width: 60%;
                    display: flex;
					flex-wrap: wrap;
                    font-size: clamp(11px, 1vw, 18px);}
.footer .f_info_01 li{line-height: 33px;}
.footer .f_info_01 li:nth-child(1){margin:0 7px 0 0;}
.footer .f_info_01 li a{color: #333333;
						font-size: clamp(13px, 1vw, 18px);}
.footer .f_info ul {
	width: 60%;
	display: flex;
	flex-wrap: wrap;
}
.footer .bottom_logo {
    width: 90%;
    max-width: 1420px;
    margin: 60px auto 75px;
}
.footer .bottom_logo h1{
	line-height: 0;
}

.footer .bottom_logo a{
    display: inline-block;
    color: #666;
}
.footer .bottom_logo img{
    width: 100%;
    max-width: 300px;
}
.footer .utility ul{
    display: flex;
    flex-wrap: wrap;
}
.footer .utility ul li{
    padding: 0 10px;
    position: relative;
}
.footer .utility ul li::after{
    display: block;
    content: "";
    clear: both;
    width: 1px;
    height: 60%;
    background-color: #666;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.footer .utility ul li:last-child::after{
    display: none;
}
.footer .utility ul li:nth-child(1){
    padding: 0 10px 0 0;
}
.footer .utility ul li a{
    font-size: clamp(11px, 1vw, 18px);
    color: #666;
}
.footer .utility ul li:nth-child(2) a{
    font-weight: 700;
}

.footer .f_cr_area .mobile-footer-member {
	display: none;
}
.footer .f_info {
    float: left;
    width: 240px;
    margin-right: 65px
}
.footer .f_logo {
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 16px;
    font-size: 24px;
    color: #555
}
.footer .f_logo.log_txt a {
    font-size: 24px;
    font-weight: bold;
    color: #555
}
.footer .f_logo img {
    max-width: 240px
}
.footer .f_info2 {
    overflow: hidden;
    margin-top: 7px
}
.footer .site_map > ul {
    display: inline-block;
    overflow: hidden;
    background: url(../img/bg_sitemap.png) repeat-y
}
.footer .site_map > ul li {
    float: left;
    width: 282px;
    margin: 0 0 0 24px
}
.footer .site_map > ul li:first-child, .footer .site_map > ul li.clear {
    clear: both;
    margin-left: 0
}
.footer .site_map > ul li a {
    display: inline-block;
    margin: 0 0 20px;
    padding: 0 23px;
    font-size: 15px;
    font-weight: bold;
    color: #555
}
.footer .site_map > ul ul {
    overflow: hidden;
    margin: 0 0 10px
}
.footer .site_map > ul ul li {
    margin-left: 0
}
.footer .site_map > ul ul a {
    margin: 0 0 13px;
    font-size: 13px;
    font-weight: normal;
    color: #888;
    line-height: 18px
}
.footer .site_map > ul ul a:hover,
.footer .site_map > ul ul a:focus,
.footer .site_map > ul ul a:active {
    color: #555
}
.footer .f_cr_area .mobile-footer-member {
    display: none;
}
/* 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
}


.menu_m{background: #00a3d1;
    position: fixed;
    width: 400px;
    height: 100vh;
    z-index: 10;
    top: 0;
    left: 100%;
    transition:0.3s;
    overflow-y: hidden;}
.menu_m > ul{width:80%;
              margin: 150px auto 0;}
.menu_m > ul > li{margin: 30px 0;
            overflow: hidden;
            cursor: pointer;}
.menu_m > ul > li a{font-size: clamp(20px, 3vw, 25px);
            color: #ffffff !important;
            }
.menu_m > ul > li > a{pointer-events: none;}
.menu_m > ul li .depth2{max-height: 0;
                transition:0.3s;
                overflow: hidden;}

.menu_m ul li .depth2.active{max-height: 500px;}

.menu_m > ul li .depth2 li{margin:15px 0 15px 15px;}
.menu_m > ul li .depth2 li a{font-size: clamp(16px, 2vw, 20px);
                            font-family: 'NanumSquareNeoBold';}


.menu_m  .menu_close{position: absolute;
                top: 50px;
                left: calc(100% - 70px);
                cursor: pointer;
                height: 32px;}
.menu_m  .menu_close span{
display: block;
background: #ffffff;
width: 32px;
height: 4px;
border-radius: 10px;
position: relative;
top: 50%;
}
.menu_m  .menu_close span:nth-child(1) {
transform: rotate(45deg);
}
.menu_m  .menu_close span:nth-child(2) {
margin-top: -4px;
transform: rotate(135deg);
}



    /* 열기 버튼 */
    .open-btn {
        padding: 10px 25px;
        border: none;
        border-radius: 4px;
        background-color: #00a3d1;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        cursor: pointer;
        margin-top:30px;
        transition: 0.3s;
      }
      .open-btn:hover{
        background-color: #19c896;
      }
      /* 모달(dialog) */
      
      dialog.modal {
        width: 90%;
        max-width: 640px;
        max-height: 90vh;   /* 화면의 90%까지만 보이도록 제한 */
        border: none;
        border-radius: 10px;
        padding: 0;
        background: #fff;
        overflow: hidden; /* 전체 모달은 스크롤 숨김 */
      }
  
      dialog::backdrop {
        background: rgba(0, 0, 0, 0.7);
      }
  
    /* 헤더 */
    .modal-header {
        padding: 16px 0;
        width: 94%;
        margin: 0 auto;
        border-bottom: 2px solid rgb(0, 163, 209);
        position: sticky;
        top: 0;
        z-index: 1;
        font-size: 1.714em;
        font-weight: 400;
    }
  

    /* 본문 */
    .modal-body {
        padding: 16px 0;
        width: 94%;
        margin: 0 auto;
        line-height: 1.5;
        overflow-y: auto;
        max-height: calc(90vh - 160px); /* 헤더+푸터 높이를 제외 */
    }
    .modal-body table{
        margin-top:30px;
        border: 1px solid #ececec;
        border-collapse: collapse;
    }
    .modal-body table td{
        border: 1px solid #ececec;
        padding: 8px;
    }
    /* 푸터 */
    .modal-footer {
        padding: 16px 0;
        width: 94%;
        margin: 0 auto;
        text-align: right;
        border-top: 1px solid #ddd;
        position: sticky;
        bottom: 0;
        background: #fff;
        z-index: 1;
    }
  
      .modal-footer button {
        padding: 6px 14px;
        border: none;
        border-radius: 6px;
        cursor: pointer;
      }
  
      .close-btn {
        background: rgb(0, 163, 209);
        color: #fff; 
        margin-left: 6px;
      }
      .close-btn:hover { background: rgb(0, 132, 168); }



/* 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: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    transition: 0.3s;
}
.onepage .gnb > ul {
    background: url(../img/blank.gif) 0 0 repeat
}
.onepage .gnb > ul > li > a {
    line-height: 100px;
    color: #fff;
}

.fixed_header .header_wrap:hover,
.fixed_header .header_wrap.active{
    background-color: rgba(255, 255, 255, 0.95);
}
.fixed_header .header_wrap:hover .logo{
    display: block;
}
.fixed_header .header_wrap:hover .logo_w{
    display: none;
}
.fixed_header .header_wrap .logo{
    display: none;
}
.fixed_header .header_wrap .logo_w{
    display: block;
}
.fixed_header .header_wrap.active .logo{
    display: block;
}
.fixed_header .header_wrap.active .logo_w{
    display: none;
}
.fixed_header .header_wrap:hover .gnb ul li>a,
.fixed_header .header_wrap.active .gnb ul li>a{
    color: #333333;
}

.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 .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 */
.whitelogo{display: block;}
.colorlogo,
.fixed_header .header_wrap:hover .whitelogo, 
.fixed_header .header_wrap.active .whitelogo{
    display: none;
}
.fixed_header .header_wrap:hover .colorlogo,
.fixed_header .header_wrap.active .colorlogo{display: block;}

.gnb {
    width: 500px;
    position: relative;
    font-size: 13px;
    display: flex;
    align-items: center;
}
.gnb a {
    text-decoration: none;
    white-space: nowrap
}
.gnb > ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.gnb > ul > li {
    float: left;
    position: relative;
    text-align: left;
}
.gnb > ul > li > a {
    display: block;
    position: relative;
    line-height: 100px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.gnb > ul > li:nth-child(1) > a {
    margin-left: 0;
}
.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: 50%;
    transform: translateX(-50%);
    z-index: 2;
    padding: 10px 0;
    border-top: 3px solid #00a3d1;
    background-color: #fff;
    box-shadow: 0 4px 15px rgb(0 55 69 / 20%);
}

.gnb > ul .depth2 > li {
    position: relative
}
.gnb > ul .depth2:after {
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    content: ''
}
.gnb > ul .depth2 a {
    display: block;
    position: relative;
    min-width: 140px;
    height: 50px;
    padding: 0 30px 0 20px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
}
.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: '>'
}
.gnb .menu_btn{cursor: pointer;}
.gnb .menu_btn span{display: block; background-color: #fff;}
.gnb .menu_btn span:nth-child(1){width: 32px; height: 2px;}
.gnb .menu_btn span:nth-child(2){width: 16px; height: 2px; margin-top:7px;}
.onepage .shrink .header > .side > ul > li > a {color: #444;}

.fixed_header .header_wrap:hover .gnb .menu_btn span,
.fixed_header .header_wrap.active .gnb .menu_btn span{display: block; background-color: #333;}
.fixed_header .header_wrap .gnb ul>li:nth-child(1)>ul>li:nth-child(5){display: none;}
.fixed_header .header_wrap .gnb ul>li>ul>li>a{transition: 0.3s;}
.fixed_header .header_wrap .gnb ul>li>ul>li>a:hover{color: #00a3d1;}

.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, ng, '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, '애플 SD 산돌고딕 Neo', '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 {
    display: none;
    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 {
    display: none;
    float: left;
    width: 260px;
    padding: 0 0 16px
}
.body.fixed-width.left .content,
.body.fixed-width.right .content {
    min-height: 400px;
}
.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: #00a3d1;
    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, ng, '돋움', Dotum, AppleGothic, Helvetica, 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 only screen and (max-width : 1100px){
    .header_wrap{    height: 60px !important;}
    .header > h1 img{    max-height: 40px;}
	.menu_m.active{
        opacity: 1;
        pointer-events:auto;
        overflow-y: hidden;
      }
    .gnb > ul{justify-content: end;}
    .gnb > ul > li:not(:last-child){display: none;}
    
    .footer .bottom_logo{margin: 40px auto 40px;}
    .footer .bottom_logo a img{display: block;
                                margin:0 auto;}

    .footer .utility ul{    justify-content: center;}
    .footer .utility ul li{ margin-top:10px;}
    .footer .f_info_area{    margin: 0 auto 40px;}
    .footer .f_info_01 ul{width: 100%;
                        margin: 0 auto;
                        justify-content: center;
                        text-align: center;}
    .footer .f_info_01 li{    line-height: 26px;}
    
    .footer .copyright{    font-size: 12px;}
    .footer .bottom_logo img{
        max-width: 200px;
    }
}

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