@charset "UTF-8";
/* 공통영역 */
#wrap { min-width: 1340rem;}
.container {position: relative;z-index: 1;max-width: 1560px;margin: 0 auto;}
select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none /* 화살표 없애기 공통*/;
}

.m_images { display: none;}

/*--------------------------------------------------------------*/
/* header */
/* #header {position: fixed;width: 100%;display: flex;justify-content:space-between;max-width: 1920rem;align-items: center;}
#header h1 {margin-left: 4%;margin-top: 27rem;}
#header .gnb {width: 48.43%;position: absolute;left: 50%;top: 50rem;display: flex;justify-content: space-evenly;transform: translateX(-50%);}
#header .gnb a {font-size: 18rem;color: #111111;padding: 10rem 0;}
#header .h_link {display: inline-block;background:var(--point-color-green);color: #fff;font-size: 18rem;padding: 0 15rem;line-height: 44rem;height: 44rem;border-radius: 10rem;margin-right: 5.4%;margin-top: 43rem;} */


/* header */
.header .gnb_header {position: fixed; z-index: 50; min-width: 1340rem; width: 100%;background-color: #fff;}
.header .gnb_header.on {background-color: #fff;}
header .main_header {background: transparent;}
header .main_header .gnb_header {border-bottom: none;background: #fff;}
header .main_header .gnb_header .container .gnb > li > a .text {color: #111;}

.header .gnb_header .container { max-width: 1580rem; margin: 0 auto; padding: 0 30rem; display: flex; align-items: center; justify-content: space-between;}
.header .gnb_header .container .gnb {display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; justify-content: space-between; font-size: 0;}
.header .gnb_header .container .gnb > li {position:relative; width: 145rem; text-align: center;}
.header .gnb_header .container .gnb > li.none {display: none;}
.header .gnb_header .container .gnb > li > a {display:flex; font-weight: 700; text-align: center;align-items: center;justify-content: center;height: 84rem;}
.header .gnb_header .container .gnb > li:hover a .text, .header .gnb_header .container .gnb > li:focus a .text {color: var(--point-color-blue);}
.header .gnb_header .container .gnb > li > a .text {display: inline-block; position: relative; font-family: 'Cafe24Ssurround', sans-serif; font-size: 18rem;  color: #111;  transition: all 0.3s;font-weight: 500; margin-top: 5rem;}
.header .gnb_header .container .gnb > li > a:before {display: block; content: ""; position: absolute; right: 0; bottom: 0; left: 15%; width: 0; height: 4rem; background-color: var(--point-color-blue);  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: var(--point-color-blue);}
.header .gnb_header .container .gnb > li:hover > a .text:before {width: 100%;}
.header .gnb_header > .container .logo {}
.header .gnb_header > .container .logo a { word-break: keep-all; display: block; font-family: 'Cafe24Ssurround', sans-serif; font-size: 26rem; font-weight: 800; line-height: 140%; letter-spacing: -1.04px; height: 36rem; margin-top: 8rem; white-space: nowrap;}
/* .header .gnb_header > .container .logo a img {width: auto;height: 100%;} */
.header .gnb_header > .container .gnb > li > .sub_gnb {display:none; position: absolute; left: 0; top: 90rem; z-index: 1; width: 100%; height: 225rem; padding: 15rem 0 30rem; text-align: center; transition: all 0.3s;}

.header .gnb_header > .container .gnb > li > .sub_gnb li {margin: 0 0 10rem;}
.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: 16rem; line-height: 30rem; color: #707070; font-family: 'NotoSans KR', sans-serif;}
.header .gnb_header > .container .gnb > li > .sub_gnb li a:hover, .header .gnb_header > .container .gnb > li > .sub_gnb li a:focus {font-weight: 500; color: var(--point-color-blue); text-decoration: underline;}

.header .gnb_header > .container .inner_area {display: flex; position: relative; padding-right: 44rem; /* background: url(../images/common/header_right_icon3.png) right center no-repeat; background-size: 26rem 26rem; */}
.header .gnb_header > .container .inner_area .header_menu_btn { position: absolute; top: 50%;right: 0; transform: translateY(-50%); width: 26px; height: 26px;  background: url(../images/common/header_right_icon3.png) center no-repeat; background-size: 26rem 26rem; cursor: pointer;}

.header .gnb_header > .container .inner_area.m_cont {display: none; font-size: 0;  background: url(../images/common/header_right_icon3.png) center no-repeat; background-size: 26rem 26rem;}
.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 15rem;}
.header .gnb_header > .container .inner_area .search_loc {width: 26rem; height: 26rem;}

.header .gnb_header > .container .inner_area.m_cont .head_btn_com {display: inline-block; margin: 0 15rem 0 0;}
.header .gnb_header > .container .inner_area.m_cont .m_gnb_btn {display: inline-block;}

.gnb_header .icon01 {display: inline-block; position: relative; white-space: nowrap;}
.gnb_header .icon01 .box { display: block;}
.gnb_header .icon01 .box .text {margin-right: 7rem; display: inline-block; position: relative;  padding:0 20rem 0 34rem; font-size: 14rem; height: 32rem; line-height: 31rem; color: #111; background-color: #fff; border: 1px solid #ddd; border-radius: 50rem; font-family: 'NotoSans KR', sans-serif ;}
.gnb_header .icon01:nth-child(2) .box .text {margin-right: 0; padding:0 16rem 0 32rem;}
.gnb_header .icon01:nth-child(1)::before { content: ''; display: block; position: absolute; top: 50%; left: 11rem; transform: translateY(-50%); width: 18rem; height: 18rem; background: url(../images/common/header_right_icon.png) center no-repeat; background-size: cover; z-index: 10;}
.gnb_header .icon01:nth-child(2)::before { content: ''; display: block; position: absolute; top: 50%; left: 11rem; transform: translateY(-50%); width: 18rem; height: 18rem; background: url(../images/common/header_right_icon4.png) center no-repeat; background-size: cover; z-index: 10;}
.gnb_header .icon01:nth-child(3)::before { content: ''; display: block; position: absolute; top: 50%; left: 11rem; transform: translateY(-50%); width: 17rem; height: 17rem; background: url(../images/common/header_right_icon2.png) center no-repeat; background-size: contain; z-index: 10;}

.gnb_header .icon01.blue {margin-right: 10rem;}
.gnb_header .icon01.blue .box .text {background-color: var(--point-color-blue);}
.gnb_header .icon01.pink .box .text {background-color: #DB0059;}

header .main_header .gnb_header .icon01.blue {margin-right: 10rem;}
header .main_header .gnb_header .icon01.blue .box .text {background-color: #fff;color: var(--point-color-blue);}
header .main_header .gnb_header .icon01.pink .box .text {color: #DB0059;}

/* 221006 height 값 수정 */
.gnb_bg {position: absolute; top: 84rem; left:0; display: none;  width: 100%; height: 225rem; background-color: #ffffff; box-shadow: 0 5rem 10rem rgba(211,211,211,0.5); font-size: 0; z-index: -1;}
/* // 221006 height 값 수정 */
.header.pop_non .gnb_bg {top: 155rem;}


.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: 70%;}
/* sitemap (10/10) */ 
.sitemap_wrap {display: none; position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 9999; overflow: auto; padding: 40rem 0; background-color: #335272;}
.sitemap_wrap .title_area {position: relative;}
.sitemap_wrap .title_area .title {font-family: 'GmarketSans'; font-weight: 700; font-size: 43rem; line-height: 60rem; color: #ffffff; text-align: center;}
.sitemap_wrap .sitemap_close {position: absolute; right: 0; top: 11rem; -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: 40rem 0; font-size: 0;}
.sitemap_wrap .sitemap > li {display: inline-block; width: calc(25% - 30rem); margin: 0 40rem 20rem 0; vertical-align: top;}
.sitemap_wrap .sitemap > li:nth-last-child(-n+4) {margin: 0 40rem 0 0;}
.sitemap_wrap .sitemap > li:nth-child(4n) {margin: 0 0 20rem;}
.sitemap_wrap .sitemap > li:last-child {margin: 0;}
.sitemap_wrap .sitemap > li > a {display: block; border: 1rem solid #ffffff; font-weight: 700; font-size: 24rem; line-height: 66rem; color: #ffffff; text-align: center; border-radius: 10rem;}
.sitemap_wrap .sitemap > li > a:hover, .sitemap_wrap .sitemap > li > a:focus {border: none; padding: 1rem 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: 285rem; margin: 23rem 0 0;}
.sitemap_wrap .sitemap_sub_gnb > li {margin: 13rem 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 18rem; font-weight: 400; font-size: 18rem; line-height: 27rem; 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: 4rem; height: 4rem; 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: 1rem 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: 24rem 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: 9rem 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 18rem; font-weight: 400; font-size: 18rem; line-height: 27rem; 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: 3rem; height: 4rem; margin: -2rem 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: 8rem 0 0; padding: 0 0 0 18rem;}
.sitemap_wrap .sitemap .sub_gnb_box_wrap .sub_gnb_box .inner .gnb_area .sub_gnb_02 .list > li > .sub_gnb_03 li {margin: 4rem 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: 15rem; line-height: 23rem; color: #ffffff;}

/* scrolled */
.header.scrolled {}
.header.scrolled .gnb_header {position:fixed; top:0; z-index:15; width:100%; border-bottom: 1rem solid #e2e4e8; box-shadow:0 2rem 5rem rgba(211,211,211,0.5); background-color: #ffffff;}
.header.scrolled .sub_gnb_cont {top: 94rem;}

/* 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:4rem; border-radius:2rem; background-color:#333; }
.m_gnb_btn span.mid {top:50%; margin-top:-2rem;}
.m_gnb_btn span.btm {top:auto; bottom:0;}

.m_gnb_wrap {display:none; position:fixed; right:-480rem; top:0; z-index:9999; overflow-y: auto; width: 100%; max-width: 480rem; height:100vh; background-color:#fff; font-family:'NotoSans KR', sans-serif ;}
.m_gnb_top {position: relative; border-bottom:1rem solid #eeeeee; padding: 10rem 15rem;}
.main_header .m_gnb_top {height: 50rem;} /* 메인에서만 높이잡아주기 */
.m_logo {display: inline-block; vertical-align: middle;}
/* .main_header .m_logo {display: none;} */ /* 메인에서만 로고빼기 */
.m_logo a {display: block; font-size: 18rem; font-weight: 700; font-family: 'Cafe24Ssurround'; margin-top: 5rem;}
.m_logo a img {width: 150rem;}
.m_gnb_middle {padding: 8rem 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: 1rem; height: 16rem; margin: -8rem 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 24rem; font-weight: 400; font-size: 13rem; line-height: 23rem; color: #ffffff;}
.m_gnb_middle > .list li a:before {display: block; content: ""; position: absolute; left: 0; top: 50%;  width: 15rem; height: 19rem; 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.5rem); font-size: 0;}
.m_gnb .menu_tab_area {display: inline-block; width: 130rem;height: 100%;  background-color: var(--point-color-blue); vertical-align: top;}
.m_gnb .menu_tab_area .list {}
.m_gnb .menu_tab_area .list li {border-bottom: 1rem solid #fff;}
.m_gnb .menu_tab_area .list li.none {display: none;}
.m_gnb .menu_tab_area .list li .btn {display: block; width: 100%; padding: 10rem 0; background-color: var(--point-color-blue); font-weight: 500; font-size: 14rem; line-height: 24rem; 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% - 130rem); padding: 6rem 10rem 0 10rem; 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: 1rem solid #e9e9e9;}
.m_gnb .m_menu_list_area .menu_cont > .list > li a {display: block; position: relative; padding: 10rem 0; font-weight: 400; font-size: 16rem; line-height: 24rem; color: #282828;}
.m_gnb .m_menu_list_area .menu_cont > .list > li.gnb_04.on > a {border-bottom: 1rem solid #e9e9e9; color: #0180ba;}
.m_gnb .m_menu_list_area .menu_cont > .list > li.gnb_04 a .icon {position: absolute; top: 50%; right: 10rem; width: 14rem; height: 14rem; margin: -8rem 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: 2rem; height: 14rem; margin: 0 0 0 -1rem; 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: 14rem; height: 2rem; margin: -1rem 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: 4rem 0 4rem 12rem; font-weight: 400; font-size: 14rem; line-height: 21rem; 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: 13rem; width: 4rem; height: 4rem; 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 20rem 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: 11rem; right:15rem; z-index:1; width: 30rem; height: 30rem;}
.m_gnb_close::before {content: '';width: 30rem;height: 1px;background-color: #000;position: absolute;left: 0;top: 50%;transform: rotate(45deg) translateY(-50%); display: block;}
.m_gnb_close::after {content: '';width: 30rem;height: 1px;background-color: #000;position: absolute;left: 0;top: 50%;transform: rotate(-45deg) translateY(-50%); display: block;}
.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: 30rem; bottom: 70rem; 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: 63rem; height: 63rem; background-color: #777b7d; background-image: url("/images/common/scroll_top.png"); background-position: center; background-repeat: no-repeat; border-radius: 50%; box-shadow: 4rem 4rem 7rem rgb(0 0 0 / 26%);}

.footer {font-family:'NotoSans KR', sans-serif ; position: relative; width: 100%; padding: 0 0 40rem; background-color: #333; z-index: 4; }
.footer .container { max-width: 1560rem; padding: 18rem 30rem; margin: 0 auto;}
.footer .ft_top {background-color: #f5f5f5; color: #222;}
.footer .ft_top .box {display: flex; align-items: center; justify-content: space-between; }
.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 20rem; padding: 0 0 0 20rem;}
.footer .ft_top .box .ft_list > .list > li:before {content: ''; position: absolute; top: 50%; transform: translateY(-50%); left: 0; width: 1rem; height: 13rem; 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: 400; font-size: 16rem; line-height: 140%; letter-spacing: -0.64rem; color: #222; padding-right: 53.2rem; background: url(../images/common/ft_btn1.png) right center no-repeat; background-size: 22rem;}
.footer .ft_top .box .ft_list > .list > li > a > .fw {color: #a4e5f8;}
.footer .ft_top .box .site_box {display: flex; align-items: center; column-gap: 76rem;}
.footer .sns_list {position: relative; display: inline-block; vertical-align: middle;}
.footer .sns_list .item_list {font-size: 0;}
.footer .sns_list .item_list .item {display: inline-block; margin: 0 12rem 0 0;}
.footer .sns_list .item_list .item:last-child {margin: 0;}
.footer .sns_list .item_list .item .link {display: inline-block;width: 30rem; height: 30rem; background-color: rgba(255, 255, 255, 0.2); border-radius: 50%;}
.footer .sns_list .item_list .item .link .text {display: inline-block; width: 100%; height: 100%; font-size: 0; background-position: center center; background-repeat: no-repeat;}
.footer .sns_list .item_list .item.icon01 .link .text {background-image: url(../images/common/icon_blog.svg);}
.footer .sns_list .item_list .item.icon02 .link .text {background-image: url(../images/common/icon_insta.svg);}
.footer .sns_list .item_list .item.icon03 .link .text {background-image: url(../images/common/icon_youtube.svg);}

.ft_btm .sns_list {display:none; text-align: center; margin-top: 16rem;}
.ft_btm .sns_list .item_list .item .link { width: 38rem; height: 38rem;}
.ft_btm .sns_list .item_list .item.icon01 .link .text,
.ft_btm .sns_list .item_list .item.icon02 .link .text,
.ft_btm .sns_list .item_list .item.icon03 .link .text { background-size: 38rem;}


.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;  padding: 0 109.5rem 0 0; font-weight: 400; font-size: 16rem; line-height: 140%; letter-spacing: -0.64rem; color: #222; text-align: left; background: url(../images/common/ft_btn2.png) right center no-repeat;}
.footer .ft_top .box .site_box .baro_box .site_btn.on { background: url(../images/common/ft_btn3.png) right center no-repeat;}
.footer .ft_top .box .site_box .sns_list:before { content: ''; display: block; position: absolute; top: 50%; left: 152rem; transform: translateY(-50%); width: 1.5rem; height: 18rem; background-color: #ccc; }
.footer .ft_top .box .site_box .baro_box .site_btn .arr_btn {position: absolute; right: 20rem; top: 50%; width: 16rem; height: 16rem; 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: 16rem; 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: 40rem; width: 100%; max-height: 120rem; border: 1rem solid #e1e1e1; background-color: #fff; overflow-y: auto;}
.footer .ft_top .box .site_box .baro_box .site_link > li {border-bottom: 1rem 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: 10rem; font-weight: 300; font-size: 14rem; line-height: 21rem; color: #000000; word-break: keep-all;}
.footer .ft_btm { padding: 22rem 0 0; font-size: 0;}
.footer .ft_btm .container {}
.ft_info {display: flex; justify-content: space-between;}
.footer .ft_btm .container .copy_box {margin-top: 30rem; font-size: 14rem; color: #999; text-align: center;}
.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: 400; font-size: 16rem; color: #fff; word-break: keep-all;}
.footer .ft_btm .box .txt_box .list li br {display: none;}
.footer .ft_btm .box .copy_box .text {font-weight: 500; font-size: 15rem; line-height: 30rem; color: #fff;}
.footer .ft_btm .box .tit {font-weight: 500; font-size: 15rem; line-height: 24rem;}
.footer .ft_btm .inq_area {display: inline-block;}
.footer .ft_btm .inq_area .box {}
.footer .ft_btm .inq_area .box .logo01 {display: inline-block; margin: 0 24rem 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: 0rem; right: 40rem; display: inline-block; width: 98rem; padding: 0 0 65rem 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: 10rem 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: 98rem; height: 98rem; border: 1rem solid #1e233f; border-radius: 50%;}
.quick_menu_inner .quick_menu .list > .box > .btn .text {padding: 40rem 0 0; font-family: 'GmarketSans', sans-serif;  font-weight: 500; font-size: 15rem; line-height: 15rem; color: #1e233f; background-position: top center; background-size: 30rem 29rem; 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');}


/* 컬러 재사용 */
:root {
    --point-color-green: #048129;
    --point-color-blue: #00B4ED;
    --point-color-yellow: #FFEC00;
  }



  @media screen and (max-width:1300px){
	
  }
  
  @media screen and (max-width:1280px){ 
    
  }
  
  @media screen and (max-width:1200px){
    
  
    
  }
  
  
  @media screen and (max-width:960px){

    #wrap { min-width: auto;}

    .m_images { display: block; width: 100%; height: auto;}
    .pc_images { display: none;}


    /* common */
    .header .gnb_header .container { padding: 0 15rem; width: 100%; }
  
    /* header */
    .header .gnb_header .container .gnb > li > a {height:80px;}
    .header .gnb_header .container .gnb > li > a .text {font-size: 18px;}
    .header .gnb_header > .container .gnb > li > .sub_gnb li a {font-size: 15px; line-height: 26px;}
    /* header */
  
    /* footer */
    /* .footer .ft_btm {display: block;}
    .footer .ft_btm .box {display: block;}
    .footer .ft_btm .box:last-child {margin: 10px 0 0; padding: 0;} */
    .ft_btm .sns_list {display: block;}
    /* footer */
  
    /* 221006 추가 */
    .gnb_bg {top: 80px; height: 231px;}
    .header .gnb_header > .container .gnb > li > .sub_gnb {top: 80px; height: 231px;}
    /* 221006 추가 */


    /* head_logo */
    .head_logo {left: 15px;}

    /* footer */
    .footer .container {width: 100%; padding: 0 15rem;}
    .footer .ft_top .box .site_box .sns_list { display: none;}
    .footer .ft_top .box .site_box .baro_box .site_btn:before { display: none;}

    .footer .ft_top .box {position: relative; display: flex; align-items: center; justify-content: space-between; column-gap: 32rem;} 
    .footer .ft_top .box::before {content: ''; display: block; width: 1.5rem; height: 18rem; background-color: #ccc; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);} 
    .footer .ft_top .box > div { width: 50%; text-align: center; position: static !important; justify-content: center; } 
    .footer .ft_top .box .ft_list > .list > li > a { font-size: 12rem; line-height: 41rem;  letter-spacing: -0.48rem !important; background-size: 12rem !important ; padding-right: 20rem;}
    .footer .ft_top .box .site_box .baro_box .site_btn {background-size: 12rem !important; padding: 0 62rem 0 0; font-size: 12rem;  letter-spacing: -0.48rem !important; font-weight: 400; height: 41rem; line-height: 41rem; width: 100%;}

    .footer .ft_btm { padding: 24rem 0 0;}
    .ft_info { justify-content: space-between; flex-direction: column-reverse; gap:8rem;}
    .footer .ft_btm .inq_area .box { display: flex; align-items: center; justify-content: center; gap: 10rem;}
    .footer .ft_btm .inq_area .box .logo01 { margin: 0; width: 57.8rem;}
    .footer .ft_btm .inq_area .box .logo01 img { width: 100%; height: auto;}
    .footer .ft_btm .inq_area .box .logo02 { width: 106.75rem;}
    .footer .ft_btm .inq_area .box .logo02 img { width: 100%; height: auto;}

    .footer .ft_btm .box .txt_box .list li { text-align: center; font-size: 13rem; line-height: 140%; letter-spacing: -0.52rem;}
    .footer .ft_btm .container .copy_box { margin-top: 16rem; font-size: 12rem;  }

    .footer .ft_top .box .site_box .baro_box .site_link { width: 150rem;}
  
    /* header */

    .header .gnb_header > .container .logo a { font-size: 12rem;  width: 80rem; margin-top: 0; height: 34rem; padding-top: 3.5rem;}
    .header .gnb_header > .container .logo a span { display: block; }

    .gnb {display: none !important;}
    .gnb_header .container {}
    
    .header .header_top_box {display: none;}
    
    .header .gnb_header .header_top_box .inner {overflow: hidden; padding: 8px 0;}
  
    .header .gnb_header {padding: 18px 0; min-width: auto;}
    .header .gnb_header .container .logo {display: block; height:100%;}
    .header .gnb_header > .container .inner_area {display: none;}
    .header .gnb_header > .container .inner_area.m_cont {display:block; padding-right: 0;}
    .header .gnb_header > .container .inner_area.m_cont .m_gnb_btn {display: inline-block; vertical-align: middle; padding: 0; width: 26rem; height: 26rem;}
    .header .gnb_header > .container .inner_area.m_cont .m_gnb_btn img {display: none;}
    .header .gnb_header > .container .inner_area.m_cont .head_btn_com {display: inline-block; vertical-align: middle;}
    .header .gnb_header > .container .inner_area .head_btn_com {display: none;}
      
    .header .gnb_header .header_top_box .inner .inner_list {float: right; position: inherit; top: inherit; right: inherit; margin: 0 5px 0 0;}
    /* scrolled */
  
  
    /* common */
    /* .contents {padding-bottom: 321px;} */
    .quick_box {right: 10px; bottom: 50px;}
    .quick_box .top_btn {width: 43px; height: 43px; background-size: 13px 16px;}

    header .main_header .gnb_header .icon01.blue .box .text {font-size: 14rem;}
  
  
    
    
  }
  
  @media screen and (max-width:767px){
    
  
  }
  
  @media screen and (max-width:480px){
    
  }

