@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%; overflow: hidden;}
.container {position: relative; z-index: 1; max-width: 1280px; 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 .gnb_header {position: relative; border-bottom: 1px solid #f5f5f5; z-index: 2;}
.header .gnb_header.on {background-color: #fff;}
.header .gnb_header .container {max-width: 1840px;}
.header .gnb_header .container .gnb {display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; justify-content: center; padding: 0 240px 0 250px; font-size: 0;}
.header .gnb_header .container .gnb > li {position:relative; width: 100%; max-width: 240px; text-align: center;}
.header .gnb_header .container .gnb > li.none {display: none;}
.header .gnb_header .container .gnb > li > a {display:block; font-weight: 700;  text-align: center;}
.header .gnb_header .container .gnb > li:hover a .text, .header .gnb_header .container .gnb > li:focus a .text {color: #e62e8b;}
.header .gnb_header .container .gnb > li > a .text {display: inline-block; position: relative; font-size: 20px; line-height: 90px; color: #000000;  transition: all 0.3s;}
.header .gnb_header .container .gnb > li > a .text:before {display: block; content: ""; position: absolute; right: 0; bottom: 0; left: 0; width: 0; height: 4px; background-color: #e62e8b;  transition: all 0.5s; transition: all 0.3s;}
.header .gnb_header.on .container .gnb > li > a, .header.scrolled .gnb_header .container .gnb > li > a {color: #000000;}
.header .gnb_header .container .gnb > li:hover > a .text:before {width: 100%;}
.header .gnb_header > .container .logo {position: absolute; top: 50%; left: 5px; transform: translateY(-50%);}
.header .gnb_header > .container .logo a {display: inline-block;}

/* 221006 width값 235 -> 270으로 수정 */
.header .gnb_header > .container .logo a img {width: 270px;}
/* // 221006 width값 235 -> 270으로 수정 */

/* 221006 height 값 수정 */
.header .gnb_header > .container .gnb > li > .sub_gnb {display:none; position: absolute; left: 0; top: 90px; z-index: 1; width: 100%; height: 225px; padding: 15px 0 30px; text-align: center; transition: all 0.3s;}
/* // 221006 height 값 수정 */

.header .gnb_header > .container .gnb > li > .sub_gnb li {margin: 0 0 10px;}
.header .gnb_header > .container .gnb > li > .sub_gnb li:last-child {margin: 0;}
.header .gnb_header > .container .gnb > li > .sub_gnb li a {display: block; font-weight: 400; font-size: 18px; line-height: 30px; color: #010101;}
.header .gnb_header > .container .gnb > li > .sub_gnb li a:hover, .header .gnb_header > .container .gnb > li > .sub_gnb li a:focus {font-weight: 700; color: #e62e8b; text-decoration: underline;}

.header .gnb_header > .container .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;}
.header .gnb_header > .container .inner_area.m_cont {display: none; font-size: 0;}
.header .gnb_header > .container .inner_area .head_btn_com {display: inline-block; vertical-align: middle;}
.header .gnb_header > .container .inner_area .sitemap_btn {margin: 0 0 0 15px;}
.header .gnb_header > .container .inner_area .search_loc {width: 26px; height: 26px;}

.header .gnb_header > .container .inner_area.m_cont .head_btn_com {display: inline-block; margin: 0 15px 0 0;}
.header .gnb_header > .container .inner_area.m_cont .m_gnb_btn {display: inline-block;}

.gnb_header .icon01 {display: inline-block;}
.gnb_header .icon01 .box .text {display: inline-block; position: relative; background-color: #e62e8b; padding:0 44px 0 24px; font-weight: 700; font-size: 15px; line-height: 48px; color: #ffffff; border-radius: 10px;}
.gnb_header .icon01 .box .text::after {content: ''; display: inline-block; position: absolute; top: 50%; right: 24px; width: 14px; height: 14px; background-image: url("/images/common/link_icon.png"); background-position: center; background-size: 100% 100%; background-repeat: no-repeat; transform: translateY(-50%);}
/* 221006 height 값 수정 */
.gnb_bg {position: absolute; top: 90px; left:0; display: none;  width: 100%; height: 225px; background-color: #ffffff; box-shadow: 0 5px 10px rgba(211,211,211,0.5); font-size: 0; z-index: -1;}
/* // 221006 height 값 수정 */
.header.pop_non .gnb_bg {top: 155px;}



.header .gnb_header .container .gnb > li:hover > a, .header .gnb_header .container .gnb > li:hover > .sub_gnb, .header .gnb_header .container .gnb > li:focus > a, .header .gnb_header .container .gnb > li:focus > .sub_gnb {}
.header .gnb_header .container .gnb > li:hover > a:before {width: 100%;}
/* 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: #335272;}
.sitemap_wrap .title_area {position: relative;}
.sitemap_wrap .title_area .title {font-family: 'GmarketSans'; font-weight: 700; font-size: 43px; line-height: 60px; color: #ffffff; 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: 0 40px 20px 0; vertical-align: top;}
.sitemap_wrap .sitemap > li:nth-last-child(-n+4) {margin: 0 40px 0 0;}
.sitemap_wrap .sitemap > li:nth-child(4n) {margin: 0 0 20px;}
.sitemap_wrap .sitemap > li:last-child {margin: 0;}
.sitemap_wrap .sitemap > li > a {display: block; border: 1px solid #ffffff; font-weight: 700; font-size: 24px; line-height: 66px; color: #ffffff; text-align: center; border-radius: 10px;}
.sitemap_wrap .sitemap > li > a:hover, .sitemap_wrap .sitemap > li > a:focus {border: none; padding: 1px 0;	background: linear-gradient(90deg, #37afcd 14%, #23bfa4 100%);}
.sitemap_wrap .sitemap > li > a .text {}
.sitemap_wrap .sitemap > li > a:hover .text, .sitemap_wrap .sitemap > li > a:focus .text {color: #ffffff;}
.sitemap_wrap .sitemap_sub_gnb {min-height: 285px; margin: 23px 0 0;}
.sitemap_wrap .sitemap_sub_gnb > li {margin: 13px 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: #ffffff;}
.sitemap_wrap .sitemap_sub_gnb > li > a:hover, .sitemap_wrap .sitemap_sub_gnb > li > a:focus {color: #4894ea;}
.sitemap_wrap .sitemap_sub_gnb > li > a:before {display: block; content: ""; position: absolute; left: 0; top: 50%; width: 4px; height: 4px; transform: translateY(-50%); background-color: #ffffff;}
.sitemap_wrap .sitemap_sub_gnb > li > a:hover:before, .sitemap_wrap .sitemap_sub_gnb > li > a:focus:before {background-color: #4894ea;}

.sitemap_wrap .sitemap > li:hover > a, .sitemap_wrap .sitemap > li:focus > a {border: none; padding: 1px 0;	background: linear-gradient(270deg, #37afcd 14%, #23bfa4 100%);}
.sitemap_wrap .sitemap > li:hover > a .text, .sitemap_wrap .sitemap > li:focus > a .text{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 {position: relative; padding: 0 0 0 18px; font-weight: 400; font-size: 18px; line-height: 27px; color: #ffffff;}
.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: 50%; width: 3px; height: 4px; margin: -2px 0 0; background-color: #ffffff;}
.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 18px;}
.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: #ffffff;}

/* scrolled */
.header.scrolled {padding-top:90px;}
.header.scrolled .gnb_header {position:fixed; top:0; z-index:4; width:100%; border-bottom: 1px solid #e2e4e8; box-shadow:0 2px 5px rgba(211,211,211,0.5); background-color: #ffffff;}
.header.scrolled .sub_gnb_cont {top: 94px;}

/* m_gnb */
.m_gnb_btn {display:none;}
.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: 10px 5px;}
.m_logo {display: inline-block; vertical-align: middle;}
.m_logo a {display: block;}
.m_logo a img {width: 150px;}
.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: 33.33%;}
.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: 13px; line-height: 23px; color: #ffffff;}
.m_gnb_middle > .list li a:before {display: block; content: ""; position: absolute; left: 0; top: 50%;  width: 15px; height: 19px; transform: translateY(-50%); background-size: contain; background-position: 0 0; background-repeat: no-repeat;}
.m_gnb_middle > .list li.icon01 a:before {background-image: url("/images/main/header_list_icon01.png");}
.m_gnb_middle > .list li.icon02 a:before {background-image: url("/images/main/header_list_icon02.png");}
.m_gnb_middle > .list li.icon03 a:before {background-image: url("/images/main/header_list_icon03.png");}

.m_gnb {height: calc(100% - 51.5px); font-size: 0;}
.m_gnb .menu_tab_area {display: inline-block; width: 130px;height: 100%;  background-color: #601986; vertical-align: top;}
.m_gnb .menu_tab_area .list {}
.m_gnb .menu_tab_area .list li {border-bottom: 1px solid #7c3c9e;}
.m_gnb .menu_tab_area .list li.none {display: none;}
.m_gnb .menu_tab_area .list li .btn {display: block; width: 100%; padding: 10px 0; background-color: #601986; font-weight: 500; font-size: 14px; line-height: 24px; 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 10px 0 10px; 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: 16px; 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/common/link_view_icon.png"); background-position: right center; background-repeat: no-repeat;}

.m_gnb_close {display:block; position:absolute; top: 14px; right:5px; z-index:1; width: 25px; height: 25px; 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;}

/*  ========== footer  ========== */
/* footer */
.quick_box {position: fixed; right: 30px; bottom: 70px; z-index: 2; border-radius: 50%; transition: all 0.3s ease; z-index: 10;}
.quick_box:last-child {display: none;}
.quick_box .top_btn {width: 63px; height: 63px; background-color: #777b7d; background-image: url("/images/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 {position: absolute; bottom: 0; width: 100%; border-top: 1px solid #e8e8e8; padding: 0 0 42px; background-color: #ffffff; z-index: 4; }
.footer .ft_top {background-color: #601986;}
.footer .ft_top .box {position: relative; padding: 0 256px 0 0;}
.footer .ft_top .box .ft_list {}
.footer .ft_top .box .ft_list > .list {font-size: 0;}
.footer .ft_top .box .ft_list > .list > li {display: inline-block; position: relative; margin: 0 0 0 20px; padding: 0 0 0 20px;}
.footer .ft_top .box .ft_list > .list > li:before {content: ''; position: absolute; top: 50%; transform: translateY(-50%); left: 0; width: 1px; height: 13px; background-color: #e8e8e8;}
.footer .ft_top .box .ft_list > .list > li:first-child {margin: 0; padding: 0;}
.footer .ft_top .box .ft_list > .list > li:first-child:before {display: none;}
.footer .ft_top .box .ft_list > .list > li > a {display: block; font-weight: 800; font-size: 15px; line-height: 58px; color: #fff;}
.footer .ft_top .box .ft_list > .list > li > a > .fw {color: #a4e5f8;}
.footer .ft_top .box .site_box {position: absolute; top: 0; right: 0;}
.footer .ft_top .box .site_box .sns_list {display: inline-block; padding: 0 24px 0 0; vertical-align: middle;}
.footer .ft_top .box .site_box .sns_list .item_list {font-size: 0;}
.footer .ft_top .box .site_box .sns_list .item_list .item {display: inline-block; margin: 0 12px 0 0;}
.footer .ft_top .box .site_box .sns_list .item_list .item:last-child {margin: 0;}
.footer .ft_top .box .site_box .sns_list .item_list .item .link {display: inline-block;width: 40px; height: 40px; background-color: rgba(255, 255, 255, 0.2); border-radius: 50%;}
.footer .ft_top .box .site_box .sns_list .item_list .item .link .text {display: inline-block; width: 100%; height: 100%; font-size: 0; background-position: center center; background-size: 22px auto; background-repeat: no-repeat;}
.footer .ft_top .box .site_box .sns_list .item_list .item.icon01 .link .text {background-image: url('/images/home/kor/user/fair/main/icon_blog.png');}
.footer .ft_top .box .site_box .sns_list .item_list .item.icon02 .link .text {background-image: url('/images/home/kor/user/fair/main/icon_insta.png');}
.footer .ft_top .box .site_box .sns_list .item_list .item.icon03 .link .text {background-image: url('/images/home/kor/user/fair/main/icon_youtube.png');}

.footer .ft_top .box .site_box .baro_box {position: relative; display: inline-block;}
.footer .ft_top .box .site_box .baro_box .site_btn {position: relative; width: 256px; height: 58px; border-right: 1px solid #e8e8e8; border-left: 1px solid #e8e8e8; padding: 0 50px 0 20px; font-weight: 500; font-size: 15px; line-height: 58px; color: #fff; text-align: left;}
.footer .ft_top .box .site_box .baro_box .site_btn .arr_btn {position: absolute; right: 20px; top: 50%; width: 16px; height: 16px; transform: translateY(-50%);}
.footer .ft_top .box .site_box .baro_box .site_btn .arr_btn .arr {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(180deg); font-size: 16px; transition: all 0.3s;}
.footer .ft_top .box .site_box .baro_box .site_btn.on .arr {transform: translate(-50%, -50%) rotate(0deg);}
.footer .ft_top .box .site_box .baro_box .site_link {display: none; position: absolute ; left: 0; bottom: 58px; width: 100%; max-height: 120px; border: 1px solid #e1e1e1; background-color: #fff; overflow-y: auto;}
.footer .ft_top .box .site_box .baro_box .site_link > li {border-bottom: 1px solid #e8e8e8;}
.footer .ft_top .box .site_box .baro_box .site_link > li:last-child {border-bottom: 0;}
.footer .ft_top .box .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 {border-top: 1px solid #e8e8e8; padding: 28px 0 0; font-size: 0;}
.footer .ft_btm .box {display: inline-block; vertical-align: top;}
.footer .ft_btm .box .txt_box {}
.footer .ft_btm .box .txt_box .list {}
.footer .ft_btm .box .txt_box .list li {font-weight: 300; font-size: 15px; line-height: 30px; color: #9f9f9f; word-break: keep-all;}
.footer .ft_btm .box .txt_box .list li br {display: none;}
.footer .ft_btm .box .copy_box .text {font-weight: 300; font-size: 15px; line-height: 30px; color: #9f9f9f;}
.footer .ft_btm .box .tit {font-weight: 500; font-size: 15px; line-height: 24px;}
.footer .ft_btm .inq_area {display: inline-block; position: absolute; top: 0; right: 0;}
.footer .ft_btm .inq_area .box {}
.footer .ft_btm .inq_area .box .logo01 {display: inline-block; margin: 0 24px 0 0;  vertical-align: middle;}
.footer .ft_btm .inq_area .box .logo02 {display: inline-block; vertical-align: middle;}

/* 퀵메뉴 */
.quick_menu_inner {}
.quick_menu_inner {}
.quick_menu_inner {position: absolute; top: 0; left: 0; width: 100%;}
.quick_menu_inner .quick_menu {position: fixed; width: 100%; bottom: 0px; right: 40px; display: inline-block; width: 98px; padding: 0 0 65px 0;}
.quick_menu_inner .quick_menu.sticky {position: absolute; bottom: 0;}
.quick_menu_inner .quick_menu .list {}
.quick_menu_inner .quick_menu .list > .box {margin: 10px 0 0;}
.quick_menu_inner .quick_menu .list > .box:first-child {margin: 0;}
.quick_menu_inner .quick_menu .list > .box > .btn{display: flex; justify-content: center; align-items: center; width: 98px; height: 98px; border: 1px solid #1e233f; border-radius: 50%;}
.quick_menu_inner .quick_menu .list > .box > .btn .text {padding: 40px 0 0; font-family: 'GmarketSans', sans-serif;  font-weight: 500; font-size: 15px; line-height: 15px; color: #1e233f; background-position: top center; background-size: 30px 29px; background-repeat: no-repeat;}
.quick_menu_inner .quick_menu .list > .box.btn1 > .btn {background-color: #1b69d4; border: none;}
.quick_menu_inner .quick_menu .list > .box.btn1 > .btn .text {font-weight: 700; color: #fff; background-image:url('/images/common/icon_app.png');}
.quick_menu_inner .quick_menu .list > .box.btn2 > .btn .text {background-image:url('/images/common/icon_edu.png');}
.quick_menu_inner .quick_menu .list > .box.btn3 > .btn .text {background-image:url('/images/common/icon_inquiry.png');}



/* footer */
/*  ========== footer  ========== */

/* 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/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/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/common/popup_play.png");}
.main_popup_cont .cont .main_slide_box .control_box .play_area .btn_arr2.stop {background-image: url("/spri/images/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/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("/spri/images/common/main_popup_close.png"); background-position: center; background-repeat: no-repeat; border-radius: 50%;}

