
.mobileShow {display:none !important;}
.mobileShowInline {display:none !important;}
.tabletShow {display:none !important;}
.tabletShowInline {display:none !important;}

.wrapper {width: 1400px; margin: auto;}


.mask{display: none;position: fixed;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.7);z-index: 900;}
.wrap{z-index: 902;}
#header{width: 100%;box-sizing: border-box;z-index: 900; border-bottom: 1px solid #ddd;}
.header_top{background: var(--color-blue); padding: 1rem 0;}
.header_top_con {position: relative;width: 1680px;margin: 0 auto; text-align: right;}
.header_top_con:after{content: "";display: block;clear: both;}
.header_top_con .util {display: inline-block; vertical-align: middle;}
.header_top_con .util li {display: inline-block; margin-right: 2rem;}
.header_top_con .util li a {opacity: 0.7; transition: 0.2s all linear;}
.header_top_con .util li a:hover {opacity: 1; transition:0.2s all linear;}
.header_top_con .screen_zoom {display: inline-block; vertical-align: middle; }
.header_top_con .screen_zoom .zoom-reset {display: inline-block; vertical-align: middle; margin-right: 1rem;color: #fff;}
.header_top_con .screen_zoom .zoom_btn {display: inline-block; vertical-align: middle;}
.header_top_con .screen_size .zoom_btn a {margin: 0 0.25rem;}

.header_body{display: flex; align-items:center; width: 1680px;margin: 0 auto;}
.header_body:after{content: "";display: block;clear: both;}
#logo{}
#header_search, #btn_allmenu_close {display: none;}

#gnb_area{width: calc(100% - 220px - 300px); box-sizing: border-box; padding-left: 100px;}
#gnb{width: 100%;margin: 0 auto;box-sizing: border-box;display: -webkit-box;display: -ms-flexbox;display: flex;text-align: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-evenly;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
#gnb > li > a{position: relative;display: block;height: 110px;line-height: 110px;font-size: 20px; font-weight: 700;color: #333;text-align: center;}
/*#gnb > li > a:before{content: "";display: block;position: absolute;bottom: 40px;left: 0;width: 100%;height: 2px;background-color: var(--color-blue);transform: scaleX(0);transform-origin: left center;transition: transform 300ms ease-in-out;}*/
.gnb_menu{display: none; position: absolute;left: 0;right: 0;margin: auto;/*background: linear-gradient(90deg, #f8fbfd 50% , #fff 50%);*/border-top: 1px solid #ddd; box-shadow: 0 8px 8px rgba(0,0,0,0.01);/*border-bottom: 4px solid var(--color-blue);background-color: #f8fbfd;*/ background: #fff; z-index: 500;}
.gnb_menu_inner{position: relative;display: table;width: 100%;max-width: 1680px;min-height: 420px;margin: 0 auto;}
.gnb_menu_title{position: relative;display: table-cell;width: 20%;min-width: 350px;vertical-align: top;text-align: center;}
.gnb_menu_title:after{content: "";display: block;clear: both;}
.gnb_menu_title img{margin-top: 60px;}
.gnb_menu_title h2{display: block;margin-top: 45px;font-size: 32px;color: #333;font-weight: 600;line-height: 1;}
.gnb_menu_title p{margin-top: 2rem;font-size: 17px;color: #767676;line-height: 26px;}
.gnb_menu > .gnb_menu_inner > ul{position: relative;display: table-cell;width: 80%;background-color: #fff;padding: 50px 0 20px 50px;font-size: 0;text-align: left;}
.gnb_menu > .gnb_menu_inner > ul > li{position: relative;display: inline-block;width: calc((100% - (5rem * 3) - 12px) / 4); margin-right:5rem; vertical-align: top;}
.gnb_menu > .gnb_menu_inner > ul > li:nth-child(4n) {margin-right: 0;}
.gnb_menu > .gnb_menu_inner > ul > li:after{content: "";display: block;clear: both;}
.gnb_menu > .gnb_menu_inner > ul > li > a{position: relative;float: left;width: 100%;line-height: 1;font-size: 17px;font-weight: 600;color: #333;text-align: left;word-break: keep-all;box-sizing: border-box; border-bottom: 1px solid #333; padding: 0 0.5rem 0.75rem; border-bottom: 1px solid #ddd;}
.gnb_menu > .gnb_menu_inner > ul > li > a:after {content:''; width: 12px; height: 8px; background: url('../../img/renewal/common/ico-gnb-arrow.png') no-repeat; background-size: cover; background-position: 0 0; position: absolute; right: 0.5rem; top: 5px;}
.gnb_menu > .gnb_menu_inner > ul > li:hover > a {color: var(--color-blue);border-bottom: 1px solid var(--color-blue)}
.gnb_menu > .gnb_menu_inner > ul > li:hover > a:after {background-position: -12px 0;}
.gnb_menu > .gnb_menu_inner > ul > li > ul{display: block;float: left;padding: 20px 0 40px 0;background-color: #fff;box-sizing: border-box;}
.gnb_menu > .gnb_menu_inner > ul > li > ul > li{position: relative;}
.gnb_menu > .gnb_menu_inner > ul > li > ul > li:before{content: "";position: absolute;top: 8px;left: 0.5rem;display: block;width: 4px;height: 4px;background-color: #767676;border-radius: 50%;}
.gnb_menu > .gnb_menu_inner > ul > li > ul > li + li{margin-top: 10px;}
.gnb_menu > .gnb_menu_inner > ul > li > ul > li > a{position: relative;display: block;padding-left: 1.5rem;font-size: 16px;color: #333;line-height: 20px;font-weight: 500;word-break: keep-all;text-align: left;}
.gnb_menu > .gnb_menu_inner > ul > li > ul > li > a[target="_blank"]:after{content: "";display: inline-block;width: 14px;height: 14px;margin-left: 6px;background-image: url(../img/common/icon_gnb_blank.png);background-size: 100%;background-repeat: no-repeat;vertical-align: -1px;}
.gnb_menu > .gnb_menu_inner > ul > li > ul > li > a:hover {text-decoration: underline;}
.gnb_menu > .gnb_menu_inner > ul > li > ul > li:hover > a{font-weight: 600;}
.gnb_menu > .gnb_menu_inner > ul > li > ul > li:hover:before {background-color: var(--color-blue);}
.gnb_menu > .gnb_menu_inner > ul > li > ul > li > a img {display: inline-block; vertical-align: middle; margin-left: 5px; margin-top: -5px; width: 14px;}

.header_body.header_search_opened{position: relative;}
.header_body.header_search_opened #header_search{display: block;position: absolute;right: 0;bottom: 0;width: calc(100% - 300px);height: 78px;padding-right: 65px;background-color: #fff;display: -webkit-box;display: -ms-flexbox;display: flex;box-sizing: border-box;-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}
.header_icon_group{float: right;margin: 1.875rem 0;}
#btn_search_open{float: left;width: 26px;height: 26px;background-image: url(../../img/renewal/common/ico-search.png);background-position: center;background-repeat: no-repeat;overflow: hidden;text-indent: -9999px;white-space: nowrap; margin: 0.625rem 2rem;z-index: 1600;}
.header_search_input{position: relative; width: 380px; margin-right: 20px; font-size: 0; border-radius: 2rem; background: var(--color-blue); overflow: hidden; }
.header_keyword{width: calc(100% - 40px);height: 46px;line-height: 44px;padding: 0;background:var(--color-blue); font-size: 18px !important; color: #333; border:none !important; padding: 0 1rem 0 1.5rem; color: #fff !important;}
.header_keyword::placeholder {color: #fff; opacity: 0.7;}
.btn_header_search{width: 40px;height: 44px;border: 0;background-color: transparent;overflow: visible;-webkit-appearance: button;cursor: pointer;vertical-align: middle; text-align: left; padding-left: 5px;}
.btn_header_search img {filter:brightness(5); width: 20px;}
#btn_search_close{width: 35px; height: 35px; margin-top: 5px; background: var(--color-blue) url(../../img/renewal/common/ico-close-wh.png) center no-repeat; background-size: 11px; border-radius: 50%; overflow: hidden; text-indent: -9999px; white-space: nowrap;}
#btn_reserve_open{float: left;width: 160px;padding: 10px 0 8px; margin-right: 1rem; background-color: var(--color-blue);border-radius: 35px;box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);text-align: center;}
#btn_reserve_open:before{content: "";display: inline-block;width: 22px;height: 18px;background-image: url(../../img/renewal/common/ico-reservation.png);background-position: center;background-repeat: no-repeat;vertical-align: middle; margin-right:0.5rem;}
#btn_reserve_open span{display: inline-block;margin-left: 5px;font-size: 18px;color: #fff;vertical-align: middle;}
#reserve_wrap{display: none;position: absolute;top: 170px;left: 0;width: 100%;height: 234px;background-color: #fff; z-index: 99;}
.reserve_wrap_inner{position: relative;width: 1160px;margin: 40px auto 50px; }
#reserve_wrap h2{display: inline-block;padding: 10px;padding-left: 93px;background-image: url(../../img/common/bg_reserve_h2.png);background-position: 15px center;background-repeat: no-repeat; background-size: 50px; font-size: 34px;color: #333;font-weight: 600;}
#reserve_wrap ul{margin-top: 30px;}
#reserve_wrap ul li{float: left;}
#reserve_wrap ul li + li{margin-left: 1rem;}
#reserve_wrap ul li a{display: block; background: url(../../img/renewal/common/ico-blank.png) 90% center no-repeat; padding: 1rem 3.5rem 1rem 1.5rem; box-sizing: border-box; color: #fff; transition:0.2s all linear; border-radius: 10px;}
#reserve_wrap ul li:first-child a {background-color: var(--color-green);}
#reserve_wrap ul li:last-child a {background-color: var(--color-blue);}
#btn_reserve_close{position: absolute; top: 15px; right: 0; display: block; width: 50px; height: 51px; background: #f6fafe url(../../img/renewal/common/ico-close.png) center no-repeat; background-size: 20px; overflow: hidden; text-indent: -9999px; white-space: nowrap; border-radius: 50%;}
#reserve_wrap.reserve_wrap_opened{display: block;box-shadow: 0 8px 8px rgba(0,0,0,0.01);}

#btn_gnb_open{display: inline-block; vertical-align: middle; width: 24px;height: 24px;overflow: hidden;text-indent: -9999px; background: url('../../img/renewal/common/ico-allmenu.png') center no-repeat; margin: 0.625rem 0;}

/*
#header.header_blind{position: absolute;background-color: transparent;border-bottom: 0;}
#header.header_blind .util li + li:before{background-color: rgba(255, 255, 255, 0.2);}
#header.header_blind .util li.home a{background-image: url(../img/common/icon_home_off.png);color: #fff;}
#header.header_blind .util li.eng a{border-color: #fff;color: #fff;}
#header.header_blind #gnb > li > a{color: #fff;}
#header.header_blind .logo_off, .header_blind .util li.sns img.sns_off{display: block;}
#header.header_blind .logo_on, .header_blind .util li.sns img.sns_on{display: none;}
#header.header_blind #btn_search_open{background-image: url(../img/common/icon_search_off.png);}
*/

#gnb > li.on > a, #gnb > li.act > a, #gnb > li > a:hover{color: var(--color-blue);font-weight: 600;}
#gnb > li.on > a:before, #gnb > li.act > a:before, #gnb > li > a:hover:before{transform: scaleX(1);}
#gnb > li.on > .gnb_menu{display: block;}

/* footer */
#footer{position: relative;background-color: #353535;}
#footer:before {content:''; width: 100%; height: 1px; background: #fff; opacity: 0.5; position: absolute; left: 0; top:80px;}
.footer_inner{position: relative;width: 1400px;margin: 0 auto;}
.footer_top{padding: 1.75rem 0; display: flex; align-items: center; justify-content: space-between; position: relative;}
.footer_menu{display: flex; align-items: center;}
.footer_menu > li{}
.footer_menu > li + li {margin-left: 2rem;}
.footer_menu > li > a{position: relative;font-size: 14px;color: #b9b9b9;}
.footer_menu > li:nth-child(1) a {color: #fff;    font-weight: 600;    border-bottom: 1px solid #fff;    padding-bottom: 2px;}
.footer_menu > li > a:hover {color: #fff;}
.familysite_list {position: absolute; right: 0; top: 1rem;}
.familysite_list > li {position: relative;float: left;width: 220px;}
/* 20220624 start */
.familysite_list > li.on > .list {display:block;}
.familysite_list > li.on button.layeropen{display: block;position: relative;width: 100%;background-image: url(../../img/renewal/common/ico-arrow-up.png); color: #333;z-index:102;}
.familysite_list > li.on button.layeropen:before{content: "";position: absolute;top: 0;left: 5%;width: 90%;height: 1px;border-top: 1px dashed #35383d;}
/* 20220624 end */
.familysite_list > li + li{margin-left: 0.5rem;}
.familysite_list > li > button.layeropen{display: block;position: relative;width: 100%;padding: 0.5rem 1rem; line-height: 30px;background: url(../../img/renewal/common/ico-arrow-down.png) 90% center no-repeat;border: 1px solid #fff; box-sizing: border-box; color: #fff;text-align: left;}
.familysite_list .list{display: none;position: absolute;left: 0;right: 0;bottom: 0;height: 210px;background-color: #fff;border: 1px solid #666;z-index: 101;}
.familysite_list .list > button.layerclose{display: block;position: relative;width: 100%;line-height: 32px;padding-left: 13px;padding-right: 22px;background-image: url(../img/common/arr_familysite_close.png);background-position: 95% center;background-repeat: no-repeat;border: 0;font-size: 16px;text-align: left;color: #333;}
.familysite_list .list > button.layerclose:before{content: "";position: absolute;top: 0;left: 5%;width: 90%;height: 1px;border-top: 1px dashed #35383d;}
.familysite_list .list > ul {overflow: auto; height: 165px; margin: 0; box-sizing: border-box; padding: 10px 1rem 10px;}
.familysite_list .list > ul > li > a {position: relative;display: block;padding-left: 10px;font-size: 15px;color: #333;line-height: 30px;}
.familysite_list .list > ul > li > a:before{content: "";position: absolute;left: 0;top: 15px;display: block;width: 2px;height: 2px;background-color: #333;}
.familysite_list .list > ul > li > a:hover{text-decoration: underline;}

.footer_bottom{padding: 2.5rem 0; display: flex;}
.footer_addr{width: 50%; }
.footer_logo{display: block; margin-bottom: 2rem;}
.footer_logo img { filter: grayscale(1);}
.address{}
.address p {display: block; font-size: 14px; color: #9c9c9c; word-break: keep-all;}
.address p + p {margin-top: 5px;}
.address p b {font-weight: 700; display: inline-block; margin-right: 0.5rem;}

.footer_info{width: 50%; position: relative;}
.footer_info_inner {position: relative;}
.footer_call{width: calc(100% - 200px); display: flex; flex-wrap: wrap;}
.footer_call li{width: 50%;}
.footer_call li span {display: block;font-size: 1.125rem;color: #fff;}
.footer_call li p {font-size: 36px; font-weight: 600; line-height: 1.5;}
.footer_call li p.color-blue {color: #508f88;}
.footer_call li p.color-green {color: #63bb80;}
.wa_mark{position: absolute; right: 1rem; top: 0;}

.footer_call li.footer_sns {margin-top: 1rem;}
.footer_call li.footer_sns a {width: 20px; opacity: 0.5; display: inline-block; transition: 0.2s all linear;}
.footer_call li.footer_sns a + a {margin-left: 1rem;}
.footer_call li.footer_sns a:hover {opacity: 1; transition: 0.2s all linear;}
.footer_copy { position: absolute; left: 0; bottom: -28px; color: #b9b9b9; font-size: 14px;}

#btn_top{position: fixed; bottom: 2rem;right: 5rem;width: 80px;height: 80px; background: var(--color-blue) url(../../img/renewal/common/ico-btn-top.png) center no-repeat;box-sizing: border-box;overflow: hidden;text-indent: -9999px;white-space: nowrap;transition: .3s;-webkit-transition: .3s; box-shadow: 0 0 5px rgba(0,0,0,0.4); z-index: 100;}

.quickMenu {position: fixed; right: 4.75rem; bottom: 8.5rem; background: #fff; width: 90px; border-radius: 1rem; box-sizing: border-box; box-shadow: 0 0 7px rgba(0,0,0,0.1); text-align: center; padding: 1.25rem 0; z-index: 100;}
.quickMenu a {display: block;}
.quickMenu a + a {margin-top: 1.25rem;}
.quickMenu a span {display: block; padding: 0 0.5rem; line-height: 1.3; word-break: keep-all; transition: 0.2s all linear;}
.quickMenu a i.icon {display: block; width: 60px; height: 60px; border-radius: 50%; background-color: var(--color-lightbl); margin: 0 auto 0.5rem; background-position: center; background-repeat: no-repeat; position: relative; transition: 0.2s all linear;}
.quickMenu a i.icon:before {content: ''; width: 37px; height: 36px; position: absolute; left: 50%; top:50%; transform: translate(-50%,-50%); transition: 0.2s all linear;}
.quickMenu a:first-child i.icon:before {background-image: url('../../img/renewal/common/ico-quick01.png');}
.quickMenu a:nth-child(2) i.icon:before {background-image: url('../../img/renewal/common/ico-quick02.png');}
.quickMenu a:nth-child(3) i.icon:before {background-image: url('../../img/renewal/common/ico-quick03.png');}
.quickMenu a:last-child i.icon:before {background-image: url('../../img/renewal/common/ico-quick04.png');}
.quickMenu a:hover i.icon {background-color: var(--color-blue); transition: 0.2s all linear;}
.quickMenu a:hover i.icon:before {filter:brightness(5); transition: 0.2s all linear;}
.quickMenu a:hover span {color: var(--color-blue); transition: 0.2s all linear;}
.quickClose {display: none;}

@media screen and (max-width: 1680px){

   /* header */
   .header_top_con {width: 96%;}
   .header_body {width: 96%;}
   #gnb_area {padding-left: 50px;}

   /* footer */
   #btn_top {right: 2rem;}
   .quickMenu {right: 1.75rem;}

}

@media screen and (max-width: 1400px){

   body {width: 100vw; overflow-x: hidden;}
   
   /* header */
   #header{overflow-x: hidden;}
   .allmenu_opened #header {overflow-x: visible;}
   .header_top {padding: 0.5rem 0; height: 43px; box-sizing: border-box;}
   .header_top_con .util li {margin-right: 1rem;}
   .header_top_con .util li:last-child {margin-right: 0;}
   .header_top_con .screen_zoom {display: none;}
   .header_top_con .util li a img {width: 20px;}
   .header_top_con .screen_zoom .zoom-reset {font-size: 14px; margin-right: 0.5rem;}
   .header_top_con .screen_zoom .zoom_btn img {width: 20px; margin-top: -2px;}
   .header_body {display: block; position: relative;}
   #logo {position: absolute; left: 0%; top: 50%; transform: translateY(-50%); z-index: 1600;}
   .header_body.header_search_opened #header_search {height: 61px; padding-right:0;}

   #btn_reserve_open{display: none;}
   #reserve_wrap{display: none !important;}
   .header_icon_group {margin: 1rem 0;}
   #btn_allmenu_close{display: block;position: absolute;right: -78px;top: 1.625rem;width: 24px;height: 24px;background: #fff url(../../img/renewal/common/ico-close-blue.png) center no-repeat;z-index: 1600;overflow: hidden;text-indent: -9999px;}
   .allmenu_opened {position: fixed;width: 100vw;height: calc(100vh - 43px);overflow: hidden;}
   .allmenu_opened:before{content: "";position: fixed;background-color:#fff;left: 0;right: 0;top: 43px;bottom: 0;z-index: 902;}
   .allmenu_opened #header{position: inherit;z-index: inherit;}
   .allmenu_opened #gnb_area{display: block;right: 0;}
   #btn_gnb_open {margin-right: 0.5rem;}
   .allmenu_opened #btn_allmenu_close{right: 0.5rem;}
   .allmenu_opened #gnb_top_group{right: 70px;}

   #gnb_area{position: absolute;top: 78px;right: -102%; width: 100%; max-width: 100vw;height: calc(100dvh - 78px - 43px);overflow-x: hidden;overflow-y: auto; z-index: 1000;transition-duration: 0.5s; padding-left: 0;}
   #gnb{position: relative;width: 100%;padding: 0;margin: 0;-ms-display: block;display: -webkit-box;display: block;justify-content: inherit;align-items: inherit;}
	#gnb > li > a {width: 100%;height: 60px;padding-left: 20px;padding-right: 38px;font-size: 20px;color: #333;line-height: 60px;text-align: left;font-weight: 600;vertical-align: middle;z-index: 501;border-bottom: 1px solid #eee;box-sizing: border-box;background: var(--color-lightbl); display: block; position: relative;}
   #gnb > li > a:before, #gnb > li > a:after{content: "";display: inline-block;position: absolute;bottom: auto;left: auto;top: 50%;background-color: #333;transition-duration: 0.3s;-webkit-transition-duration: 0.3s;transform: scaleX(1);}
	#gnb > li > a:before {right: 20px;width: 18px;height: 2px;margin-top: 0;}
	#gnb > li > a:after {right: 28px;width: 2px;height: 18px;margin-top: -8px;}

   .gnb_menu {position: inherit;left: auto;right: auto;width: 100%; display: none; background: #fff;border: 0;border-bottom: 1px solid #eee;box-sizing: border-box; box-shadow: none;}
    #gnb > li.on > .gnb_menu {height: auto; display: block;}
   .gnb_menu_inner{display: block;max-width: inherit;min-height: auto;}
   .gnb_menu_title{display: none;}
   .gnb_menu > .gnb_menu_inner > ul{display: block;width: 100%;padding: 0;}
   .gnb_menu > .gnb_menu_inner > ul > li {display: block;width: 100%;border-bottom: 1px solid #ebebeb; margin-right: 0;}
   .gnb_menu > .gnb_menu_inner > ul > li > a {float: none;display: block;padding: 1rem;font-size: 16px;line-height: 22px;}
   .gnb_menu > .gnb_menu_inner > ul > li > a[target="_blank"]:after{content: "";display: inline-block;width: 12px;height: 12px;margin-left: 6px;background-image: url(../../img/renewal/common/ico-blank-blue.png) right center no-repeat; vertical-align: 0;}
   .gnb_menu > .gnb_menu_inner > ul > li > a:after {background: none;}
   .gnb_menu > .gnb_menu_inner > ul > li.on > a {color: var(--color-blue);}
   .gnb_menu > .gnb_menu_inner > ul > li.drop > a:before { content: ""; display: inline-block; position: absolute; top: 50%; right: 28px; width: 12px; height: 2px; margin-top: 0; background-color: #aaa; transition-duration: 0.3s; transform: rotate(225deg); }
   .gnb_menu > .gnb_menu_inner > ul > li.drop > a:after { content: ""; display: inline-block; position: absolute; top: 50%; right: 25px; width: 2px; height: 12px; margin-top: -5px; background-color: #aaa; transition-duration: 0.3s; transform: rotate(45deg); }
   .gnb_menu > .gnb_menu_inner > ul > li.drop.on > a:before, .gnb_menu > .gnb_menu_inner > ul > li.drop.on > a:after{transform: rotate(135deg);-webkit-transform: rotate(135deg);}
   .gnb_menu > .gnb_menu_inner > ul > li > ul {display: none;float: none;padding: 0.75rem;}
   .gnb_menu > .gnb_menu_inner > ul > li > ul > li + li {margin-top: 2px;}
   .gnb_menu > .gnb_menu_inner > ul > li > ul > li > a{padding: 0.375rem 0.375rem 0.375rem 1.5rem;line-height: 22px;font-size: 16px;color: #666;}
   .gnb_menu > .gnb_menu_inner > ul > li > ul > li:before {top: 14px;}
   .gnb_menu > .gnb_menu_inner > ul > li > ul > li > a[target="_blank"]:after{width: 12px;height: 12px;}

   #gnb > li.on > a:after {-webkit-transform: rotate(90deg);transform: rotate(90deg);}
   #gnb > li.on > a, #gnb > li.act > a, #gnb > li > a:hover{color: var(--color-blue);}
   .gnb_menu > .gnb_menu_inner > ul > li.on > ul {display: block;}
   #header.header_blind #gnb > li > a, #header.header_blind #gnb > li.on > a, #header.header_blind #gnb > li.act > a, #header.header_blind #gnb > li > a:hover{color: #333;}
   #header.header_blind #btn_gnb_open span:before, #header.header_blind #btn_gnb_open span:after, #header.header_blind #btn_gnb_open span i:before, #header.header_blind #btn_gnb_open span i:after{background-color: #fff;}
    
   /* footer */
   .footer_inner {width: 96%;}
   .footer_addr {width: 45%;}
   .footer_info {width: 55%;}
   .footer_call {width: calc(100% - 160px);}
   .footer_call li p {font-size: 30px;}
   .footer_call li span {font-size: 1rem;}



}

@media screen and (max-width: 1200px){

  /* footer */
  .wa_mark {width: 100px;}
  .familysite_list > li {width: 200px;}
  .footer_call li p {font-size: 26px;}
  .footer_call li span {font-size: 15px;}
  .footer_call {width: calc(100% - 130px);}



}

@media screen and (max-width: 1024px){

   #btn_top {width: 60px; height: 60px;}

   /* footer */
   #footer:before {top: 140px;}
  .footer_top {padding: 1.5rem 0; display: block;}
  .familysite_list {position: inherit; right: auto; top: auto; margin-top: 1rem;}
  .familysite_list:after {content:''; width: 100%; clear: both; display: block; height: 0;}
  .familysite_list > li {width: calc((100% - 0.5rem) / 2);}
  .familysite_list > li > button.layeropen {line-height: 24px; font-size: 14px; background-position-x: 96%;}
  .footer_addr {width: 50%;}
  .footer_info {width: 50%;}
  .footer_call {display: flex;}
  .footer_call li {width: 100%; margin-bottom: 0.5rem;}
  .footer_call li.footer_sns {margin-top: 0;}
  .quickMenu {right: 1.375rem; bottom: 7rem; width: 80px; padding: 1rem 0;}
  .quickMenu a + a {margin-top: 1.125rem;}
  .quickMenu a i.icon {width: 50px; height: 50px;}
  .quickMenu a i.icon:before {width: 30px; height: 29px; background-size: contain;}
  .quickMenu a span {line-height: 1.2; font-size: 15px;}


   
}

@media screen and (max-width: 970px){

   #gnb > li > a {height: 55px; font-size: 18px;}
   .gnb_menu > .gnb_menu_inner > ul > li > a {padding: 0.875rem 1rem; font-size: 15px;}
   .gnb_menu > .gnb_menu_inner > ul > li > ul > li > a {font-size: 15px;}
   .gnb_menu > .gnb_menu_inner > ul > li > ul > li + li {margin-top: 0;}

   /* footer */
   .footer_logo {text-align: center; margin-bottom: 1.5rem;}
   .footer_bottom {display: block;}
   .footer_addr {width: 100%;}
   .footer_info {width: 100%;}
   .address .ad_wrap {display: flex; flex-wrap: wrap; justify-content: center; text-align: center;}
   .address p + p {margin-top: 0; margin-left: 1rem; padding-left: 1rem;}
   .address p {position: relative;}
   .address p:before {content:''; width: 1px; height: 10px; background: #ddd; position: absolute; left: 0; top: 6px;}
   .address p:first-child:before, .address p:nth-child(4):before, .address p:nth-child(5):before {display: none;}
   .address p:nth-child(4) {width: 100%; margin-left: 0; padding-left: 0;}
   .footer_call {display: block;text-align: center; width: 100%; margin-top: 2rem;}
   .footer_call li {width: auto; display: inline-block; }
   .footer_call li + li {margin-left: 3rem;}
   .footer_call li.footer_sns{display: block; margin-left: 0;}
   .footer_copy {position: inherit; left: auto; bottom: auto; text-align: center; margin-top: 2rem;}
}

@media screen and (max-width: 768px){

   .tabletShow {display:block !important;}
   .tabletHide {display: none !important;}

   #logo {width: 200px;}
   #btn_search_open {margin: 0.625rem 1.5rem;}
   .header_search_input {margin-right: 1rem;}
   .header_keyword {font-size: 15px !important; height: 40px; line-height: 40px;}
   .header_search_input {width: 280px;}
   .header_body.header_search_opened #header_search {width: calc(100% - 220px);}

   #btn_top {width: 40px; height: 40px; background-size: 15px; right: 2rem; bottom: 1.5rem;}

   /* footer */
   .address p + p {margin-top: 0; margin-left: 0.75rem; padding-left: 0.75rem;}
   .quickClose {display: block; position: fixed; width: 50px; height: 50px; right: 1.625rem; bottom: 5.375rem; line-height: 1.1; font-size: 13px;background: linear-gradient(to right, var(--color-green), var(--color-blue)); border-radius: 50%; text-align: center; padding-top: 0.625rem; box-sizing: border-box; z-index: 100; color: #fff; box-shadow: 0 0 5px rgba(0,0,0,0.4); cursor: pointer;}
   .quickMenu {display: none; right: 1rem; bottom: 4.75rem; width: 70px; padding-bottom: 5rem; }
   .quickMenu a span {font-size: 14px; line-height: 1.1;}
   .quickMenu a i.icon:before {width: 26px; height: 25px;}

}

@media screen and (max-width: 640px){

   .header_body.header_search_opened #header_search {width: 100%; background: #fff; height: 78px; z-index: 1601; padding-top: 1rem;}

   /* footer */
   .footer_top {padding: 1rem 0;}
   .footer_menu {flex-wrap: wrap;}
   .footer_menu > li {width: 50%; text-align: center;}
   .footer_menu > li + li {margin-left: 0;}
   .wa_mark {width: 80px; top: -10.5rem;}

    
}

@media screen and (max-width: 480px){

   .tabletShow {display: none !important;}

   /* footer */
   .footer_logo img {width: 200px;}
   .footer_bottom {padding: 2.5rem 0 2rem;}
   .address p {letter-spacing: -0.5px;}
   .address p:first-child {width: 100%;}
   .address p:nth-child(2) {margin-left: 0; padding-left: 0;}
   .address p:nth-child(2):before {display: none;}
   .address p b {margin-right: 0.375rem;}
   .footer_call li p {font-size: 20px;}
   .footer_call li span {font-size: 14px;}
   .footer_call li.footer_sns {margin-top: 1.5rem;text-align: left; margin-left: 20%;}
   .footer_copy {margin-top: 1.5rem;}
   .footer_call li + li {margin-left: 2rem;}
   .wa_mark {width: 60px; top: 4.75rem; right: 15%;}
   .familysite_list .list > ul > li > a {line-height: 20px; padding: 5px 0 5px 10px; font-size: 14px; word-break: keep-all;}
   .familysite_list .list > ul > li > a:before {top: 13px;}

 
}

@media screen and (max-width: 380px){

   .footer_call li + li {margin-left: 1rem;}
 
}
