@charset "UTF-8";
/* 공통영역 */
.container {position: relative;z-index: 1;max-width: 1280px;margin: 0 auto;}
select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: 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; border-bottom: 1rem solid #f5f5f5; z-index: 5;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: transparent;}
header .main_header .gnb_header .container .gnb > li > a .text {color: #fff;}

.header .gnb_header .container {max-width: 1840rem;margin: 0 auto;}
.header .gnb_header .container .gnb {display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; justify-content: center; font-size: 0;max-width: 55%;margin: 0 auto;margin-left: 14%;}
.header .gnb_header .container .gnb > li {position:relative; width: 25%; 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: 90rem;}
.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-size: 18rem;  color: var(--point-color-blue);  transition: all 0.3s;font-weight: 500;}
.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 {position: absolute; top: 50%; left: 4%; transform: translateY(-50%);height: 70%;}
.header .gnb_header > .container .logo a {display: inline-block;height: 100%;}
.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: 18rem; line-height: 30rem; color: #707070;}
.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 {position: absolute; right: 2%; 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 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;}
.gnb_header .icon01 .box .text {display: inline-block; position: relative;  padding:0 16rem; font-size: 15rem; line-height: 44rem; color: #fff; border-radius: 10rem;}
.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: 90rem; 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; max-height:800rem; height:100%; background-color:#fff;}
.m_gnb_top {position: relative; border-bottom:1rem solid #eeeeee; padding: 10rem 5rem;}
.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;}
.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: 14rem; 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);display: block;margin-top: -0.5rem;}
.m_gnb_close::after {content: '';width: 30rem;height: 1px;background-color: #000;position: absolute;left: 0;top: 50%;transform: rotate(-45deg);display: block;margin-top: -0.5rem;}
.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 {position: relative; width: 100%; border-top: 1rem solid #e8e8e8; padding: 0 0 42rem; background-color: #ffffff; z-index: 4; }
.footer .container {max-width: 1314px;margin: 0 auto;}
.footer .ft_top {background-color: var(--point-color-blue);}
.footer .ft_top .box {position: relative; padding: 0 256rem 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 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: 18rem; line-height: 58rem; 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 24rem 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 12rem 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: 40rem; height: 40rem; 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: 22rem auto; background-repeat: no-repeat;}
.footer .ft_top .box .site_box .sns_list .item_list .item.icon01 .link .text {background-image: url(../images/common/icon_blog.png);}
.footer .ft_top .box .site_box .sns_list .item_list .item.icon02 .link .text {background-image: url(../images/common/icon_insta.png);}
.footer .ft_top .box .site_box .sns_list .item_list .item.icon03 .link .text {background-image: url(../images/common/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: 256rem; height: 58rem; border-right: 1rem solid #e8e8e8; border-left: 1rem solid #e8e8e8; padding: 0 50rem 0 20rem; font-weight: 500; font-size: 15rem; line-height: 58rem; color: #fff; text-align: left;}
.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: 58rem; 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 {border-top: 1rem solid #e8e8e8; padding: 28rem 0 0; font-size: 0;}
.footer .ft_btm .container {display: flex;justify-content: space-between;}
.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: 500; font-size: 15rem; line-height: 30rem; color: #111111; 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: #111111;}
.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: #0075A4;
    --point-color-yellow: #FFEC00;
  }



  @media screen and (max-width:1300px){
	
  }
  
  @media screen and (max-width:1280px){ 
    /* common */
    .container {padding:0 5px;}
  
      /* 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;}
    /* footer */
  
      /* 221006 추가 */
      .gnb_bg {top: 80px; height: 231px;}
      .header .gnb_header > .container .gnb > li > .sub_gnb {top: 80px; height: 231px;}
      /* 221006 추가 */
  }
  
  @media screen and (max-width:1200px){
    
  
    /* head_logo */
    .head_logo {left: 15px;}
  }
  
  
  @media screen and (max-width:1080px){
    /* footer */
    .footer {padding: 0 0 20px; text-align: center;}
    .footer .ft_top .box {padding: 10px 0;}
    .footer .ft_top .box .ft_list > .list > li {margin: 0 0 0 10px; padding: 0 0 0 10px;}
    .footer .ft_top .box .ft_list > .list > li > a {font-size: 14px; line-height: 50px;}
  
  
    .footer .ft_top .box .site_box {position: relative; top: auto; right: auto;}
    .footer .ft_top .box .site_box .baro_box .site_btn {height: 40px; border: 1px solid #e8e8e8; font-size: 14px; line-height: 40px; border-radius: 8px;}	
    .footer .ft_top .box .site_box .baro_box .site_link {bottom: 41px;}
    .footer .ft_top .box .site_box .baro_box .site_link > li > a {padding: 8px;}
    
    .footer .ft_btm .box {margin: 0;}
    .footer .ft_btm .container > .box {margin: 15px 0 0;}
    .footer .ft_btm .box .top_area {padding: 0;}
    .footer .ft_btm .box .txt_box {}
    .footer .ft_btm .box .txt_box > .list > li {margin: 3px 0 0;}
    .footer .ft_btm .box .txt_box > .list > li .list_inner li {margin: 0 0 0 8px; padding: 0 0 0 8px;}
    .footer .ft_btm {padding: 5px 0 0; border-top: 0;}
    .footer .ft_btm .box .top_area .site_box {position: inherit; top: inherit; right: inherit; margin: 15px auto 0;}
    .footer .ft_btm .box .txt_box > .list > li {margin: 3px 0 0;}
    .footer .ft_btm .inq_area {position: relative; width: 100%; text-align: center;}
    
    .footer .ft_btm .box .copy_box .text {font-size: 14px; line-height: 28px;}
    .quick_menu_inner {display: none;}
      .footer .ft_top .box .site_box .sns_list {padding: 0; width: 100%; margin: 0 0 15px 0;}
    /* footer */
  
    /* header */
    .gnb {display: none !important;}
    .gnb_header .container {height:40px;}
    
    .header .header_top_box {display: none;}
    
    .header .gnb_header .header_top_box .inner {overflow: hidden; padding: 8px 0;}
  
    .header .gnb_header {padding: 10px 0;}
    .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;}
    .header .gnb_header > .container .inner_area.m_cont .m_gnb_btn {display: inline-block; vertical-align: middle;}
    .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){
    /* footer */
    .footer {padding: 0 0 15px;}
    .footer .ft_top .box {padding: 8px 0;}
    .footer .ft_top .box .site_box .baro_box .site_link > li > a {padding: 5px; font-size: 13px; line-height: 18px;}
    .footer .ft_top .box .ft_list > .list > li {margin: 0 0 0 8px; padding: 0 0 0 8px;}
    .footer .ft_top .box .ft_list > .list > li > a {font-size: 13px; line-height: 40px;}
    .footer .ft_btm {}
    .footer .ft_btm .box .txt_box > .list > li {font-size: 13px; line-height: 20px;}
    .footer .ft_btm .box .txt_box > .list > li > br {display: block;}
    .footer .ft_btm .box .txt_box > .list > li > .dash {display: none;}
    .footer .ft_btm .box .top_area .footer_logo a img {width: 130px;}
    .footer .ft_btm .box .top_area .site_box {margin: 10px 0 0;}
    .footer .ft_btm .box .top_area .site_box .baro_box .site_btn {height: 35px; padding: 0 35px 0 10px; font-size: 14px; line-height: 35px;}
    .footer .ft_btm .box .top_area .site_box .baro_box .site_btn .arr_btn {width: 35px; height: 35px;}
    .footer .ft_btm .box .top_area .site_box .baro_box .site_btn .arr_btn .arr {font-size: 16px;}
    .footer .ft_btm .box .top_area .site_box .baro_box .site_link {bottom: 35px;}
    .footer .ft_btm .box .top_area .site_box .baro_box .site_link > li > a {padding: 5px 5px 5px 10px; text-align: left;}
    .footer .ft_btm .box .txt_box > .list > li .list_inner li {font-size: 13px; line-height: 30px;}
    
    .footer .ft_btm .box .copy_box .text  {font-size: 13px; line-height: 20px;}
    
    /* footer */
  
    .m_gnb .m_menu_list_area .menu_cont > .list > li a {font-size: 14px; line-height: 21px;}
  
  }
  
  @media screen and (max-width:480px){
    /* common */
    body {font-size:14px;}
    /* .contents {padding-bottom: 316px;} */
  
    .m_gnb .m_menu_list_area .menu_cont > .list > li.gnb_04 a .icon {right: 5px; width: 8px; height: 8px; margin: -4px 0 0;}
    .m_gnb .m_menu_list_area .menu_cont > .list > li.gnb_04 a .icon:before {height: 8px;}
    .m_gnb .m_menu_list_area .menu_cont > .list > li.gnb_04 a .icon:after {width: 8px;}
  
      .footer .ft_btm .inq_area .box .logo01 {margin: 0 12px 0 0;}
      .footer .ft_btm .inq_area .box .logo01 img {width: 80px;}
      .footer .ft_btm .inq_area .box .logo02 img {width: 150px;}
  }

