@charset "UTF-8";

/********* common_layout *********/
html, body {height:100%;}
body {line-height:1.3; color:#333; font-family: 'CoreDream', 'sans-serif'; font-size:15px;}
.wrapper {position:relative; z-index:1; min-height:100%;}
#real_contents {width: 100%;}
.container {position: relative; /* z-index:1; */ max-width:1400px; margin:0 auto;}
.fc_point1 {color: #0180ba !important;}
/* skip navi */
.skip_navi {position:absolute; z-index:999999; width:100%; left:0; top:0; text-align:center;}
.skip_navi a {display:block; position:absolute; left:0; top:-9999px; z-index:1; width:100%; height:40px; line-height:40px; background-color:#333; color:#fff; font-size:20px; font-weight:700;}
.skip_navi a:hover, .skip_navi a:focus {top:0;}

/* 메인 레이어 팝업 */
.pop_layer {position: fixed; z-index: 9999; top: 0; left: 0;}
.pop_layer .pop_box {width: 100%; height: 100%; background-color: #ffffff;}
.pop_layer .pop_box img {border: none;}
.pop_layer .pop_box p {font-weight: 400; font-size: 18px; line-height: 27px; color: #333333;}
.pop_layer .pop_btn_area {position: relative; overflow: hidden; padding: 8px 10px; background-color: #aaaaaa;}
.pop_layer .pop_btn_area .chk_each {vertical-align: middle;}
.pop_layer .pop_btn_area .chk_each label {display: inline-block; position: relative; font-family: 'Noto Sans KR'; font-weight: 400; font-size: 14px; line-height: 24px; color: #ffffff; z-index: 1; padding-left: 20px; cursor:pointer; vertical-align: middle;}
.pop_layer .pop_btn_area .chk_each .vchkbox {display: block; position: absolute; left: 0; top: 50%; z-index: 1; width: 15px; height: 15px; margin: -7px 0 0; border: 1px solid #cacaca; background-color: #fff;}
.pop_layer .pop_btn_area .chk_each .vchkbox > i {display: none; color: #0562a9; margin-top: 1px; margin-left: 1px; font-size: 12px; font-weight: 700; text-align: center;}
.pop_layer .pop_btn_area .close {position: absolute; top: 50%; right: 8px; margin: -11px 0 0;}
.pop_layer .pop_btn_area .chk_each input:checked + label .vchkbox > i {display: block;}
.pop_layer .pop_btn_area .chk_each input:focus + label .vchkbox {outline:1px dotted #000; outline:-webkit-focus-ring-color auto 5px;}
/* 메인 레이어 팝업 */

/* header */
.header {position:relative; z-index:9999; background-color: #ffffff; border-bottom:1px solid #eeeeee;}
.header .header_top_box {padding: 10px 0; background-color: rgb(112, 195, 173); background: linear-gradient(90deg, rgba(112, 195, 173, 1) 14%, rgba(130,199,226,1) 100%);}
.header .header_top_box .container {}
.header .header_top_box .container .inner {overflow: hidden;}
.header .header_top_box .container .inner .call_box {float: left;}
.header .header_top_box .container .inner .call_box .text {position: relative; padding: 1px 0 1px 35px; font-weight: 400; font-size: 17px; line-height: 26px; color: #ffffff;}
.header .header_top_box .container .inner .call_box .text:before {display: block; content: ""; position: absolute; left: 0; top: 0; width: 26px; height: 26px; background-image: url("/images/home/eng/user/common/com_call_icon.png"); background-size: cover; background-position: 0 0; background-repeat: no-repeat;	}
.header .header_top_box .container .inner .call_box .text .ft_s {font-weight: 700; letter-spacing: 0.1em;}
.header .header_top_box .container .inner .inner_list {float: right;}
.header .header_top_box .container .inner .inner_list .list {font-size: 0;}
.header .header_top_box .container .inner .inner_list .list li {display: inline-block; position: relative; margin: 0 20px 0 0; padding: 0 20px 0 0;}
.header .header_top_box .container .inner .inner_list .list li:before {display: block; content: ""; position: absolute; top: 50%; right: 0; width: 1px; height: 12px; margin: -6px 0 0; background-color: rgba(255, 255, 255, 0.3);}
.header .header_top_box .container .inner .inner_list .list li:last-child {margin: 0; padding: 0;}
.header .header_top_box .container .inner .inner_list .list li a {display: block;}
.header .header_top_box .container .inner .inner_list .list li a .text {position: relative; padding: 0 0 0 19px; font-weight: 400; font-size: 14px; line-height: 26px; color: #ffffff;}
.header .header_top_box .container .inner .inner_list .list li a .text:before {display: block; content: ""; position: absolute; left: 0; top: 50%; width: 15px; height: 15px; margin: -8px 0 0; background-position: 0 0; background-repeat: no-repeat;}
.header .header_top_box .container .inner .inner_list .list li.icon01 a .text:before {background-image: url("/images/home/eng/user/common/header_list_icon01.png");}
.header .header_top_box .container .inner .inner_list .list li.icon02 a .text:before {background-image: url("/images/home/eng/user/common/header_list_icon02.png");}
.header .header_top_box .container .inner .inner_list .list li.icon03 a .text:before {background-image: url("/images/home/eng/user/common/header_list_icon03.png");}

.inner_area {position: absolute; right: 5px; top: 50%; outline: none; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); font-size: 0;}
.inner_area.m_cont {display: none;}
.inner_area .head_btn_com {display: inline-block; vertical-align: middle;}
.inner_area .sitemap_btn {margin: 0 0 0 15px;}
.inner_area .search_loc {width: 26px; height: 26px;}

.header .gnb_header {width: 100%; background-color: #ffffff; transition:all 0.3s; -moz-transition:all 0.3s; -webkit-transition:all 0.3s;}
.header .gnb_header .container .gnb {padding: 0 90px 0 290px; font-size: 0;}
.header .gnb_header .container .gnb > li {display: inline-block; margin: 0 45px 0 0; z-index:1; text-align: center;}
.header .gnb_header .container .gnb > li:last-child {margin: 0;}
.header .gnb_header .container .gnb > li.none {display: none;}
.header .gnb_header .container .gnb > li > a {display:block; font-weight: 500; font-size: 19px; line-height: 93px; color: #141414; border: none;}
.header .gnb_header .container .logo {position: absolute; top: 50%; left: 5px; margin: -17px 0 0;}
.header .gnb_header .container .logo a {display: inline-block; border: none;}
.header .gnb_header .container .logo a img {}
.header .gnb_header .container .gnb > li > .sub_gnb {display:none; position:absolute; left:0; top:60px; z-index:1; width:100%; padding: 27px 5px;}
.header .gnb_header .container .gnb > li > .sub_gnb > li {margin: 12px 0 0; text-align: left;}
.header .gnb_header .container .gnb > li > .sub_gnb > li:first-child {margin: 0;}
.header .gnb_header .container .gnb > li > .sub_gnb > li > a {display:block; font-weight: 400; font-size: 14px; line-height: 21px; color: #797c7f;}
.header .gnb_header .container .gnb > li > .sub_gnb > li > a:hover, .sub_gnb > li > a:focus {font-weight: 500; color:#1fb9d7;}
.header .gnb_header .container .gnb > li:nth-last-child(2) > a .text span {position: relative; padding: 12px 0 0;}
.header .gnb_header .container .gnb > li:nth-last-child(2) > a .text span:before {display: block; content: ''; position: absolute; top: 0; left: 3px; width: 21px; height: 5px; background-image: url("/images/home/eng/user/common/head_icon.png"); background-repeat: no-repeat;}


.gnb_header .sub_gnb_box_wrap {display: none; position:absolute; left:0; top:93px; z-index:9999; height: 560px; overflow: hidden;}
.gnb_header .sub_gnb_box_wrap .container {display: table; table-layout: fixed; width: 100%;}
.gnb_header .sub_gnb_box_wrap .sub_gnb_box {display: table; table-layout: fixed; width: 100%; padding: 30px 0 45px;}
.gnb_header .sub_gnb_box_wrap .title_area {display: table-cell; width: 260px; vertical-align: top;}
.gnb_header .sub_gnb_box_wrap .title_area .inner {display: inline-block; text-align: center;}
.gnb_header .sub_gnb_box_wrap .title_area .inner .title {position: relative; padding: 0 0 177px; font-weight: 500; font-size: 32px; line-height: 48px; color: #252525;}
.gnb_header .sub_gnb_box_wrap .title_area .inner .title:before {display: block; content: ""; position: absolute; left: 50%; bottom: 0; width: 182px; height: 135px; background-position: 0 0; background-repeat: no-repeat; transform: translate(-50%,0);}
.gnb_header .sub_gnb_box_wrap .title_area.icon01 .inner .title:before {background-image: url("/images/home/eng/user/common/header_title_icon01.png");}
.gnb_header .sub_gnb_box_wrap .title_area.icon02 .inner .title:before {background-image: url("/images/home/eng/user/common/header_title_icon02.png");}
.gnb_header .sub_gnb_box_wrap .title_area.icon03 .inner .title:before {background-image: url("/images/home/eng/user/common/header_title_icon03.png");}
.gnb_header .sub_gnb_box_wrap .title_area.icon04 .inner .title:before {background-image: url("/images/home/eng/user/common/header_title_icon04.png");}
.gnb_header .sub_gnb_box_wrap .title_area.icon05 .inner .title:before {background-image: url("/images/home/eng/user/common/header_title_icon05.png");}
.gnb_header .sub_gnb_box_wrap .title_area.icon06 .inner .title:before {background-image: url("/images/home/eng/user/common/header_title_icon06.png");}
.gnb_header .sub_gnb_box_wrap .title_area.icon07 .inner .title:before {background-image: url("/images/home/eng/user/common/header_title_icon07.png");}
.gnb_header .sub_gnb_box_wrap .inner {display: table-cell; width: 100%; vertical-align: top; text-align: left;}
.gnb_header .sub_gnb_box_wrap .inner .gnb_area {}
.gnb_header .sub_gnb_box_wrap .inner .gnb_area .sub_gnb_02 {}
.gnb_header .sub_gnb_box_wrap .inner .gnb_area .sub_gnb_02 .list {font-size: 0;}
.gnb_header .sub_gnb_box_wrap .inner .gnb_area .sub_gnb_02 .list > li {display: inline-block; width: calc(33.33% - 13.3333px); margin: 27px 20px 0 0; vertical-align: top;}
.gnb_header .sub_gnb_box_wrap .inner .gnb_area .sub_gnb_02 .list > li:nth-child(-n+3) {margin: 0 20px 0 0;}
.gnb_header .sub_gnb_box_wrap .inner .gnb_area .sub_gnb_02 .list > li:nth-child(3n) {margin: 27px 0 0;}
.gnb_header .sub_gnb_box_wrap .inner .gnb_area .sub_gnb_02 .list > li:nth-child(3) {margin: 0;}
.gnb_header .sub_gnb_box_wrap .inner .gnb_area .sub_gnb_02 .list > li > a {display: block; padding: 10px 23px; background-color: #f7f7f7; font-weight: 400; font-size: 17px; line-height: 34px; color: #333333;}
.gnb_header .sub_gnb_box_wrap .inner .gnb_area .sub_gnb_02 .list > li:hover > a {background-color: #0180ba; color: #ffffff;}
.gnb_header .sub_gnb_box_wrap .inner .gnb_area .sub_gnb_02 .list > li > a:hover, .gnb_header .sub_gnb_box_wrap .inner .gnb_area .sub_gnb_02 .list > li > a:focus {background-color: #0180ba; color: #ffffff;}
.gnb_header .sub_gnb_box_wrap .inner .gnb_area .sub_gnb_02 .list > li .sub_gnb_03 {margin: 14px 0 0;}
.gnb_header .sub_gnb_box_wrap .inner .gnb_area .sub_gnb_02 .list > li .sub_gnb_03 li {margin: 7px 0 0;}
.gnb_header .sub_gnb_box_wrap .inner .gnb_area .sub_gnb_02 .list > li .sub_gnb_03 li:first-child {margin: 0;}
.gnb_header .sub_gnb_box_wrap .inner .gnb_area .sub_gnb_02 .list > li .sub_gnb_03 li a {position: relative; display: inline-block; padding: 0 0 0 13px; font-weight: 400; font-size: 16px; line-height: 24px; color :#707070;}
.gnb_header .sub_gnb_box_wrap .inner .gnb_area .sub_gnb_02 .list > li .sub_gnb_03 li a:hover, .gnb_header .sub_gnb_box_wrap .inner .gnb_area .sub_gnb_02 .list > li .sub_gnb_03 li a:focus {color: #63c5d4;}
.gnb_header .sub_gnb_box_wrap .inner .gnb_area .sub_gnb_02 .list > li .sub_gnb_03 li a:before {display: block; content: ""; position: absolute; left: 0; top: 10px; width: 2px; height: 2px; background-color: #414141;}
.gnb_header .sub_gnb_box_wrap .inner .gnb_area .sub_gnb_02 .list > li .sub_gnb_03 li a .arr {display: inline-block; position: relative; padding: 0 20px 0 0; background-image: url("/images/home/eng/user/common/link_view_icon.png"); background-position: right center; background-repeat: no-repeat;}


.gnb > li.focus .sub_gnb_box_wrap {display: block;}

.gnb_bg {display: none; position: absolute; left: 0; top: 140px; right: 0; height: 560px; border-bottom: 2px solid #79c5c8; background-color: #ffffff; box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);}



.header.scrolled .gnb_bg {top: 94px;}


/* sitemap (10/10) */ 
.sitemap_wrap {display: none; position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 9999; overflow: auto; padding: 40px 0; background-color: #ffffff; background-image: url("/images/home/eng/user/common/sitemap_bg.jpg"); background-position: 0 0; background-size: cover; background-repeat: no-repeat;}
.sitemap_wrap .title_area {position: relative;}
.sitemap_wrap .title_area .title {width: 100%; font-weight: 500; font-size: 40px; line-height: 60px; color: #262626; text-align: center;}
.sitemap_wrap .sitemap_close {position: absolute; right: 0; top: 11px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.sitemap_wrap .sitemap_close:hover {transform:rotate(180deg);}
.sitemap_wrap .sitemap {padding: 40px 0; font-size: 0;}
.sitemap_wrap .sitemap > li {display: inline-block; width: calc(25% - 30px); margin: 20px 40px 0 0; vertical-align: top;}
.sitemap_wrap .sitemap > li:nth-child(-n+4) {margin: 0 40px 0 0;}
.sitemap_wrap .sitemap > li:nth-child(4n) {margin: 20px 0 0;}
.sitemap_wrap .sitemap > li:nth-child(4) {margin: 0;}
/*.sitemap_wrap .sitemap > li:nth-child(n+5) {margin-top: 2%;}*/
.sitemap_wrap .sitemap > li > a {display: table; table-layout: fixed; width: 100%; padding: 3px; background-color: #24bdcf; background: linear-gradient(90deg, #2faa6e 14%, #3e80a5 100%); font-weight: 500; font-size: 20px; line-height: 30px; color: #37948b; text-align: center;}
.sitemap_wrap .sitemap > li > a:hover, .sitemap_wrap .sitemap > li > a:focus {}
.sitemap_wrap .sitemap > li > a .text {display: table-cell; height: 60px; vertical-align: middle; text-align: center ;background-color: #ffffff;}
.sitemap_wrap .sitemap > li > a:hover .text, .sitemap_wrap .sitemap > li > a:focus .text {background-color: inherit; color: #ffffff;}
.sitemap_wrap .sitemap_sub_gnb {min-height: 285px; margin: 23px 0 0;}
.sitemap_wrap .sitemap_sub_gnb > li {margin: 12px 0 0;}
.sitemap_wrap .sitemap_sub_gnb > li:first-child {margin: 0;}
.sitemap_wrap .sitemap_sub_gnb > li > a {display: inline-block; position: relative; border: none; padding: 0 0 0 18px; font-weight: 400; font-size: 18px; line-height: 27px; color: #000000;}
.sitemap_wrap .sitemap_sub_gnb > li > a:before {display: block; content: ""; position: absolute; left: 0; top: 50%; width: 4px; height: 4px; margin: -2px 0 0; background-color: #40b1b7;}

.sitemap_wrap .sitemap > li:hover > a, .sitemap_wrap .sitemap > li:focus > a {background: linear-gradient(270deg, #2faa6e 14%, #3e80a5 100%); }
.sitemap_wrap .sitemap > li:hover > a .text, .sitemap_wrap .sitemap > li:focus > a .text{background-color: inherit; color: #ffffff;}
.sitemap_wrap .sitemap .sub_gnb_box_wrap .sub_gnb_box .inner .gnb_area .sub_gnb_02 .list > li > a:hover, .sitemap_wrap .sitemap .sub_gnb_box_wrap .sub_gnb_box .inner .gnb_area .sub_gnb_02 .list > li > a:focus {color:#40b1b7}
.sitemap_wrap .sitemap .sub_gnb_box_wrap .sub_gnb_box .inner .gnb_area .sub_gnb_02 .list > li > .sub_gnb_03 > li > a:hover, .sitemap_wrap .sitemap .sub_gnb_box_wrap .sub_gnb_box .inner .gnb_area .sub_gnb_02 .list > li > .sub_gnb_03 > li > a:focus {color:#40b1b7}

.sitemap_wrap .sitemap .sub_gnb_box_wrap {display: block;}
.sitemap_wrap .sitemap .sub_gnb_box_wrap .sub_gnb_box {}
.sitemap_wrap .sitemap .sub_gnb_box_wrap .sub_gnb_box .title_area {}
.sitemap_wrap .sitemap .sub_gnb_box_wrap .sub_gnb_box .title_area .inner {}
.sitemap_wrap .sitemap .sub_gnb_box_wrap .sub_gnb_box .title_area .inner .title {display: none;}
.sitemap_wrap .sitemap .sub_gnb_box_wrap .sub_gnb_box .inner .gnb_area .sub_gnb_02 {margin: 24px 0 0;}
.sitemap_wrap .sitemap .sub_gnb_box_wrap .sub_gnb_box .inner .gnb_area .sub_gnb_02 .list {}
.sitemap_wrap .sitemap .sub_gnb_box_wrap .sub_gnb_box .inner .gnb_area .sub_gnb_02 .list > li {margin: 9px 0 0;}
.sitemap_wrap .sitemap .sub_gnb_box_wrap .sub_gnb_box .inner .gnb_area .sub_gnb_02 .list > li:first-child {margin: 0;}
.sitemap_wrap .sitemap .sub_gnb_box_wrap .sub_gnb_box .inner .gnb_area .sub_gnb_02 .list > li > a {display: inline-block; position: relative; padding: 0 0 0 16px; font-weight: 400; font-size: 18px; line-height: 27px; color: #000000;}
.sitemap_wrap .sitemap .sub_gnb_box_wrap .sub_gnb_box .inner .gnb_area .sub_gnb_02 .list > li > a:before {display: block; content: ""; position: absolute; left: 0; top: 11px; width: 4px; height: 4px; background-color: #40b1b7;}
.sitemap_wrap .sitemap .sub_gnb_box_wrap .sub_gnb_box .inner .gnb_area .sub_gnb_02 .list > li > .sub_gnb_03 {margin: 8px 0 0; padding: 0 0 0 14px;}
.sitemap_wrap .sitemap .sub_gnb_box_wrap .sub_gnb_box .inner .gnb_area .sub_gnb_02 .list > li > .sub_gnb_03 li {margin: 4px 0 0;}
.sitemap_wrap .sitemap .sub_gnb_box_wrap .sub_gnb_box .inner .gnb_area .sub_gnb_02 .list > li > .sub_gnb_03 li:first-child {margin: 0;}
.sitemap_wrap .sitemap .sub_gnb_box_wrap .sub_gnb_box .inner .gnb_area .sub_gnb_02 .list > li > .sub_gnb_03 li a {font-weight: 400; font-size: 15px; line-height: 23px; color: #000000;}
.sitemap_wrap .sitemap .sub_gnb_box_wrap .sub_gnb_box .inner .gnb_area .sub_gnb_02 .list > li > .sub_gnb_03 li a .arr {display: inline-block; position: relative; padding: 0 20px 0 0; background-image: url("/images/home/eng/user/common/link_view_icon.png"); background-position: right center; background-repeat: no-repeat;}

/* scrolled */
.header.scrolled {padding-top:90px;}
.header.scrolled .gnb_header {position:fixed; top:0; z-index:1; width:100%; border-bottom: 1px solid #e2e4e8; box-shadow:0 2px 5px rgba(211,211,211,0.5);}
.header.scrolled .sub_gnb_cont {top: 94px;}


/* m_gnb */
.m_gnb_btn {display:none; position:absolute; right: 10px; top:50%; z-index:1; width:24px; height:24px; margin-top:-12px;}
.m_gnb_btn span {display:block; position:absolute; left:0; top:0; z-index:1; width:100%; height:4px; border-radius:2px; background-color:#333; }
.m_gnb_btn span.mid {top:50%; margin-top:-2px;}
.m_gnb_btn span.btm {top:auto; bottom:0;}

.m_gnb_wrap {display:none; position:fixed; right:-480px; top:0; z-index:9999; overflow-y: auto; width: 100%; max-width: 480px; max-height:800px; height:100%; background-color:#fff;}
.m_gnb_top {position: relative; border-bottom:1px solid #eeeeee; padding: 15px 10px;}
.m_logo {display: inline-block; vertical-align: middle;}
.m_logo a {display: block;}
.m_logo a img {width: 130px;}
.m_gnb_middle {padding: 8px 0; background-color: rgb(112, 195, 173); background: linear-gradient(90deg, rgba(112, 195, 173, 1) 14%, rgba(130,199,226,1) 100%);}
.m_gnb_middle > .list {text-align: center; font-size: 0;}
.m_gnb_middle > .list li {display: inline-block; position: relative; width: 50%;}
.m_gnb_middle > .list li:before {display: block; content: ""; position: absolute; top: 50%; right: 0; width: 1px; height: 16px; margin: -8px 0 0; background-color: rgba(255, 255, 255, 0.5);}
.m_gnb_middle > .list li:last-child:before {display: none;}
.m_gnb_middle > .list li a {display: inline-block; position: relative; padding: 0 0 0 24px; font-weight: 400; font-size: 15px; line-height: 23px; color: #ffffff;}
.m_gnb_middle > .list li a:before {display: block; content: ""; position: absolute; left: 0; top: 50%;  width: 15px; height: 15px; margin: -8px 0 0; background-position: 0 0; background-repeat: no-repeat;}
.m_gnb_middle > .list li.icon01 a:before {background-image: url("/images/home/eng/user/common/header_list_icon02.png");}
.m_gnb_middle > .list li.icon02 a:before {background-image: url("/images/home/eng/user/common/header_list_icon03.png");}

.m_gnb {height: 100%; font-size: 0;}
.m_gnb .menu_tab_area {display: inline-block; width: 130px;height: 100%;  background-color: #0e6c9e; vertical-align: top;}
.m_gnb .menu_tab_area .list {}
.m_gnb .menu_tab_area .list li {border-bottom: 1px solid #3d86ac}
.m_gnb .menu_tab_area .list li .btn {display: block; width: 100%; padding: 20px 0; background-color: #0e6c9e; font-weight: 500; font-size: 12px; line-height: 18px; color: #ffffff; text-align: center;}
.m_gnb .menu_tab_area .list li.on .btn {background-color: #ffffff;color: #282828;}
.m_gnb .m_menu_list_area {display: inline-block; width: calc(100% - 130px); padding: 6px 17px 0 25px; vertical-align: top;}
.m_gnb .m_menu_list_area .menu_cont {display: none;}
.m_gnb .m_menu_list_area .menu_cont.on {display: block;}
.m_gnb .m_menu_list_area .menu_cont > .list {}
.m_gnb .m_menu_list_area .menu_cont > .list > li {border-bottom: 1px solid #e9e9e9;}
.m_gnb .m_menu_list_area .menu_cont > .list > li a {display: block; position: relative; padding: 10px 0; font-weight: 400; font-size: 15px; line-height: 24px; color: #282828;}
.m_gnb .m_menu_list_area .menu_cont > .list > li.gnb_04.on > a {border-bottom: 1px solid #e9e9e9; color: #0180ba;}
.m_gnb .m_menu_list_area .menu_cont > .list > li.gnb_04 a .icon {position: absolute; top: 50%; right: 10px; width: 14px; height: 14px; margin: -8px 0 0;}
.m_gnb .m_menu_list_area .menu_cont > .list > li.gnb_04 a .icon:before {display: block; content: ''; position: absolute; top: 0; left: 50%; width: 2px; height: 14px; margin: 0 0 0 -1px; background-color: #282828; transition: all 0.5s;}
.m_gnb .m_menu_list_area .menu_cont > .list > li.gnb_04.on a .icon:before {transform: rotate(-90deg);}
.m_gnb .m_menu_list_area .menu_cont > .list > li.gnb_04 a .icon:after {display: block; content: ''; position: absolute; top: 50%; left: 0; width: 14px; height: 2px; margin: -1px 0 0 0; background-color: #282828;}
.m_gnb .m_menu_list_area .menu_cont > .list > li .sub_gnb_03 {display: none;}
.m_gnb .m_menu_list_area .menu_cont > .list > li.gnb_04.on .sub_gnb_03 {display: block;}
.m_gnb .m_menu_list_area .menu_cont > .list > li .sub_gnb_03 {}
.m_gnb .m_menu_list_area .menu_cont > .list > li .sub_gnb_03 li {}
.m_gnb .m_menu_list_area .menu_cont > .list > li .sub_gnb_03 li a {display: block; position: relative; padding: 4px 0 4px 12px; font-weight: 400; font-size: 14px; line-height: 21px; color: #3b3b3b;}
.m_gnb .m_menu_list_area .menu_cont > .list > li .sub_gnb_03 li a:before {display: block; content: ""; position: absolute; left: 0; top: 13px; width: 4px; height: 4px; background-color: #76c4c0;}
.m_gnb .m_menu_list_area .menu_cont > .list > li .sub_gnb_03 li a .arr {display: inline-block; position: relative; padding: 0 20px 0 0; background-image: url("/images/home/eng/user/common/link_view_icon.png"); background-position: right center; background-repeat: no-repeat;}


.m_gnb_close {display:block; position:absolute; top:20px; right:15px; z-index:1; width:30px; height:30px; line-height: 30px; color:#000; font-size:25px; text-align: center;}
.m_gnb_bg {display:none; position:fixed; left:0; top:0; z-index:9998; width:100%; height:100%; background-color:#000; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); opacity: 0;}




/* sub_top */
.bread_box {background-color: #f5f5f5;}
.bread_box .breadcrumb {font-size: 0;}
.bread_box .breadcrumb li {display: inline-block; position: relative; margin: 0 16px 0 0; padding: 0 21px 0 0; font-weight: 400; font-size: 15px; line-height: 44px; color: #6d6d6d;}
.bread_box .breadcrumb > li:after {display: inline-block; content: ""; position: absolute; right: 0; top: 50%; width: 6px; height: 11px; margin-top: -5px; background-image: url("/images/home/eng/user/common/bread_arr.png"); background-repeat: no-repeat; vertical-align: middle;}
.bread_box .breadcrumb > li:last-child:after {display: none;}
.bread_box .breadcrumb li a {color: #6d6d6d;}
.bread_box .breadcrumb li.link_txt a:hover, .bread_box .breadcrumb li.link_txt a:focus {font-weight: 500; color: #000000;}
/* footer */
.footer {position:absolute; bottom:0; z-index:1; width: 100%; padding: 38px 0 78px; background-color: #222f37;}
.quick_box {position: fixed; right: 30px; bottom: 70px; z-index: 2; border-radius: 50%; transition: all 0.3s ease;}
.quick_box:last-child {display: none;}
.quick_box .top_btn {width: 63px; height: 63px; background-color: #777b7d; background-image: url("/images/home/eng/user/common/scroll_top.png"); background-position: center; background-repeat: no-repeat; border-radius: 50%; box-shadow: 4px 4px 7px rgb(0 0 0 / 26%);}
.footer .ft_top {}
.footer .ft_top .ft_list {}
.footer .ft_top .ft_list > .list {font-size: 0; text-align: center;}
.footer .ft_top .ft_list > .list > li {display: inline-block; width: calc(33.3333% - 46.6666px); margin: 0 70px 0 0; vertical-align: top;}
.footer .ft_top .ft_list > .list > li:last-child {margin: 0;}
.footer .ft_top .ft_list > .list > li .box {}
.footer .ft_top .ft_list > .list > li .box .title {position: relative;}
.footer .ft_top .ft_list > .list > li .box .title .tit {padding: 0 18px; background-color: #222f37; font-weight: 500; font-size: 20px; line-height: 30px; color: #ffffff; letter-spacing: -0.025em;}
.footer .ft_top .ft_list > .list > li .box .title .line {position: absolute; left: 0; right: 0; top: 50%; width: 100%; height: 1px; background-color: rgba(255, 255, 255, 0.2); z-index: -1;}
.footer .ft_top .ft_list > .list > li .box .ft_txt_box {display: table; table-layout: fixed; width: 100%; margin: 12px 0 0;}
.footer .ft_top .ft_list > .list > li .box .ft_txt_box .ft_txt_inner {display: table-cell; height: 64px; vertical-align: middle; text-align: center;}
.footer .ft_top .ft_list > .list > li .box .ft_txt_box .ft_txt_inner .txt1 {font-weight: 500; font-size: 18px; line-height: 27px; color: #ffffff; letter-spacing: -0.025em;}
.footer .ft_top .ft_list > .list > li .box .ft_txt_box .ft_txt_inner .txt2 {font-weight: 700; font-size: 25px; line-height: 37px; letter-spacing: -0.025em;}
.footer .ft_top .ft_list > .list > li .box .ft_txt_box .ft_txt_inner .txt2.ft_c01 {color: #55b442}
.footer .ft_top .ft_list > .list > li .box .ft_txt_box .ft_txt_inner .txt2.ft_c02 {color: #358dc9}
.footer .ft_top .ft_list > .list > li .box .ft_txt_box .ft_txt_inner .sns_list {}
.footer .ft_top .ft_list > .list > li .box .ft_txt_box .ft_txt_inner .sns_list .list {font-size: 0;}
.footer .ft_top .ft_list > .list > li .box .ft_txt_box .ft_txt_inner .sns_list .list li {display: inline-block; margin: 0 14px 0 0;}
.footer .ft_top .ft_list > .list > li .box .ft_txt_box .ft_txt_inner .sns_list .list li:last-child {margin: 0;}
.footer .ft_top .ft_list > .list > li .box .ft_txt_box .ft_txt_inner .sns_list .list li a {display: block;}
.footer .ft_top .ft_list > .list > li .box .ft_txt_box .ft_txt_inner .sns_list .list li a img {}
.footer .ft_top .ft_list > .list > li .box .dona_btn_com {display: inline-block; margin: 30px 0 0; padding: 0 18px; background-color: #24bdcf; background: linear-gradient(270deg, #2faa6e 14%, #3e80a5 100%); font-weight: 400; font-size: 16px; line-height: 40px; color: #ffffff;}
.footer .ft_btm {position: relative; margin: 50px 0 0;}
.footer .ft_btm .ft_btm_right {position: absolute; right: 0; top: 0;}
.footer .ft_btm .ft_btm_right .site_list {}
.footer .ft_btm .ft_btm_right .site_list > .list {}
.footer .ft_btm .ft_btm_right .site_list > .list > li {margin: 6px 0 0;}
.footer .ft_btm .ft_btm_right .site_list > .list > li:first-child {margin: 0;}
.footer .ft_btm .ft_btm_right .site_list > .list > li .site_box {display: inline-block; vertical-align: middle;}
.footer .ft_btm .ft_btm_right .site_list > .list > li .site_box .baro_box {position: relative;}
.footer .ft_btm .ft_btm_right .site_list > .list > li .site_box .baro_box .site_btn {position:relative; width: 250px; height: 44px; padding: 0 30px 0 22px; background-color: #131c22; font-weight: 400; font-size: 15px; line-height: 44px; color: rgba(255, 255, 255, 0.5); text-align: left; outline: none;}
.footer .ft_btm .ft_btm_right .site_list > .list > li .site_box .baro_box .site_btn .arr {position:absolute; right:15px; top:50%; margin-top:-5px; font-size:12px; transition:all 0.3s;}
.footer .ft_btm .ft_btm_right .site_list > .list > li .site_box .baro_box .site_btn.on .arr {transform:rotate(180deg);}
.footer .ft_btm .ft_btm_right .site_list > .list > li .site_box .baro_box .site_link {display: none; position: absolute; left: 0; bottom: 44px; width: 100%; max-height: 120px; border: 1px solid #e1e1e1; background-color: #fff; overflow-y: auto;}
.footer .ft_btm .ft_btm_right .site_list > .list > li .site_box .baro_box .site_link li {border-bottom: 1px solid #515462;}
.footer .ft_btm .ft_btm_right .site_list > .list > li .site_box .baro_box .site_link li:last-child {border-bottom: 0;}
.footer .ft_btm .ft_btm_right .site_list > .list > li .site_box .baro_box .site_link li a {display: block; padding: 10px; font-weight: 300; font-size: 14px; line-height: 21px; color: #000000; word-break: keep-all;}
.footer .ft_btm .ft_btm_left {overflow: hidden; padding: 0 250px 0 0;}
.footer .ft_btm .ft_btm_left .ft_logo_box {float: left; margin: 0 35px 0 0;}
.footer .ft_btm .ft_btm_left .ft_logo_box img {}
.footer .ft_btm .ft_btm_left .ft_txt_box {float: left;}
.footer .ft_btm .ft_btm_left .ft_txt_box .ft_txt_top {}
.footer .ft_btm .ft_btm_left .ft_txt_box .ft_txt_top .list {font-size: 0;}
.footer .ft_btm .ft_btm_left .ft_txt_box .ft_txt_top .list li {display: inline-block; margin: 0 21px 0 0;}
.footer .ft_btm .ft_btm_left .ft_txt_box .ft_txt_top .list li:last-child {margin: 0;}
.footer .ft_btm .ft_btm_left .ft_txt_box .ft_txt_top .list li a {font-weight: 400; font-size: 16px; line-height: 24px; color: #ffffff; letter-spacing: -0.025em;}
.footer .ft_btm .ft_btm_left .ft_txt_box .ft_txt_top .list li a .fw {font-weight: 700; color: #e7df67}
.footer .ft_btm .ft_btm_left .ft_txt_box .copyright_box {margin: 19px 0 0;}
.footer .ft_btm .ft_btm_left .ft_txt_box .copyright_box p {font-weight: 400; font-size: 15px; line-height: 23px; color: rgba(255, 255, 255, 0.48); letter-spacing: -0.025em;}


a:focus, button:focus {border: 1px solid #000000;}

/* select 기본 화살표 없애기 */
select {
    border-radius:0; /* 아이폰 사파리 보더 없애기 */
    -webkit-appearance:none; /* 화살표 없애기 for chrome*/
    -moz-appearance:none; /* 화살표 없애기 for firefox*/
    appearance:none /* 화살표 없애기 공통*/ 
}

select::-ms-expand{
    display:none /* 화살표 없애기 for IE10, 11*/
}

.main_popup_cont {position: fixed; top: 100px; right: 100px; width: 100%; max-width: 390px;}
.main_popup_cont .cont {}
.main_popup_cont .cont .main_slide_box {position: relative;}
.main_popup_cont .cont .main_slide_box #main_popup {z-index: 1;}
.main_popup_cont .cont .main_slide_box #main_popup .slick-list {}
.main_popup_cont .cont .main_slide_box #main_popup .slick-list .slick-track {}
.main_popup_cont .cont .main_slide_box #main_popup .slick-list .slick-track li {}
.main_popup_cont .cont .main_slide_box #main_popup .slick-list .slick-track li .box {display: block; padding: 27px 25px 31px; background-color: #ffffff;}
.main_popup_cont .cont .main_slide_box #main_popup .slick-list .slick-track li .box .img_box {}
.main_popup_cont .cont .main_slide_box #main_popup .slick-list .slick-track li .box .img_box .inner_box {}
.main_popup_cont .cont .main_slide_box #main_popup .slick-list .slick-track li .box .img_box .inner_box img {}
.main_popup_cont .cont .main_slide_box #main_popup .slick-list .slick-track li .box .title {height: 30px; margin: 25px 0 0; font-weight: 700; font-size: 20px; line-height: 30px; color: #1a1a1a; letter-spacing: -0.075em; word-break: keep-all; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-wrap: break-word;}
.main_popup_cont .cont .main_slide_box #main_popup .slick-list .slick-track li .box .text_box {height: 52px; margin: 14px 0 0; word-break: keep-all; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word;}
.main_popup_cont .cont .main_slide_box #main_popup .slick-list .slick-track li .box .text_box .text {font-weight: 400; font-size: 16px; line-height: 26px; color: #1a1a1a; letter-spacing: -0.075em;}
.main_popup_cont .cont .main_slide_box #main_popup .slick-list .slick-track li .box .link_box {display: inline-block; margin: 18px 0 0; border: 1px solid #464646; padding: 0 22px; font-weight: 400; font-size: 16px; line-height: 28px; color: #1a1a1a; letter-spacing: -0.075em; text-align: center; border-radius: 20px;}
.main_popup_cont .cont .main_slide_box .control_box {position: absolute; bottom: 0; right: 0; max-width: 139px; font-size: 0; z-index: 2;}
.main_popup_cont .cont .main_slide_box .control_box .btn_arr_area {display: inline-block; width: 100%; max-width: 88px; background-color: #0899a6; vertical-align: middle;}
.main_popup_cont .cont .main_slide_box .control_box .btn_arr_area .btn_arr {display: inline-block; width: 44px; height: 49px; background-position: center; background-repeat: no-repeat; vertical-align: middle;}
.main_popup_cont .cont .main_slide_box .control_box .btn_arr_area .btn_arr.prev {position: relative; background-image: url("/spri/images/home/eng/user/common/popup_prev.png");}
.main_popup_cont .cont .main_slide_box .control_box .btn_arr_area .btn_arr.prev:after {display: block; content: ''; position: absolute; top: 50%; right: 0; width: 1px; height: 20px; margin: -10px 0 0; background-color: rgba(255, 255, 255, 0.3);}
.main_popup_cont .cont .main_slide_box .control_box .btn_arr_area .btn_arr.next {background-image: url("/spri/images/home/eng/user/common/popup_next.png");}
.main_popup_cont .cont .main_slide_box .control_box .play_area {display: inline-block; background-color: #00707a; vertical-align: middle;}
.main_popup_cont .cont .main_slide_box .control_box .play_area .btn_arr2 {width: 51px; height: 49px; background-position: center; background-repeat: no-repeat;}
.main_popup_cont .cont .main_slide_box .control_box .play_area .btn_arr2.play {display: none; background-image: url("/spri/images/home/eng/user/common/popup_play.png");}
.main_popup_cont .cont .main_slide_box .control_box .play_area .btn_arr2.stop {background-image: url("/spri/images/home/eng/user/common/popup_stop.png");}
.main_popup_cont .cont .chk_box {margin: 14px 0 0;}
.main_popup_cont .cont .chk_box .box {text-align: right;}
.main_popup_cont .cont .chk_box .box .chk_area {display: inline-block; margin: 0 16px 0 0; font-size: 0; vertical-align: middle;}
.main_popup_cont .cont .chk_box .box .chk_area input {display: inline-block; width: 18px; height: 18px; margin: 0 8px 0 0; border: 1px solid #ffffff; padding: 0; background-color: inherit; background-position: center; background-repeat: no-repeat; vertical-align: middle;}
.main_popup_cont .cont .chk_box .box .chk_area input:checked {background-image: url("/spri/images/home/eng/user/common/pop_chk.png");}
.main_popup_cont .cont .chk_box .box .chk_area label {display: inline-block; font-weight: 400; font-size: 16px; line-height: 26px; color: #ffffff; letter-spacing: -0.075em; vertical-align: middle;}
.main_popup_cont .cont .chk_box .box .chk_area label .text {}
.main_popup_cont .cont .chk_box .box .close_box {display: inline-block; vertical-align: middle;}
.main_popup_cont .cont .chk_box .box .close_box .close_btn {width: 44px; height: 44px; background-color: rgba(255, 255, 255, 0.1); background-image: url("/images/home/eng/user/home/eng/user/common/main_popup_close.png"); background-position: center; background-repeat: no-repeat; border-radius: 50%;}
