/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Loading Common °øÅë ÆäÀÌÁö ½ÇÇà½Ã ·Îµù¸ð¼Ç */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#loading {position: fixed; width: 100%; height: 100%; top: 0px; left: 0px; display: block; text-align: center; background-color: #fff; transition: transform 0.7s cubic-bezier(0.49,0.47,0.48,0.79); opacity: 1; z-index: 1000000000;} 
#loading div.loadcontents {position: absolute; top: 45%; left: 50%; margin-left: -3.2rem; font-family: "Saira", sans-serif; transform: rotate(-0.04deg); font-size: 1.8rem; color: #252525; font-weight: 500;}
#loading div.loadcontents img {max-width: 100%; margin-bottom: 1.5rem;}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ·¹ÀÌ¾Æ¿ô °øÅë */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#wrap {float: left; width: 100%;}
#header {float: left; width: 100%;}
#contents {float: left; width: 100%;}
#footer {float: left; width: 100%; margin-top: 12rem;}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Basic Mobile »ó´Ü¸Þ´º ¹× Åä±Û¸Þ´º ¿µ¿ª common */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* mobile common */
#header-inner-m {position: fixed; width: 100%; border-bottom: 1px solid rgba(255,255,255,0.2); z-index: 10000000; -webkit-transition: background 0.5s, color 0.5s; transition: background 0.5s, color 0.5s;} /* z-index 7 ¼³Á¤°ª */

/* mobile »ó´Ü */
.mo-gnb-wrap {position: relative; display: flex; justify-content: space-between; align-items: center; width: 100%; height: 70px; padding: 0 2rem;}

/* mobile »ó´Ü ·Î°í ¹× Åä±Û ¿ÀÇÂ¹öÆ° */
.mo-gnb-wrap .mobile-logo {float: left;}
.mo-gnb-wrap .mobile-logo h1 {display: block; width: auto;}
.mo-gnb-wrap .mobile-logo h1 a {display: block; width: 100%; height: 100%;}
.mo-gnb-wrap .mobile-logo h1 img {width: 100%;}
.mo-gnb-wrap .mobile-logo h1 img.logo-off {display: inline; transition: all 0.3s ease-in-out;}
.mo-gnb-wrap .mobile-logo h1 img.logo-on {display: none; transition: all 0.3s ease-in-out;}
.mo-gnb-wrap .mo-togglelist {float: right; font-size: 0;}
.mo-gnb-wrap .mo-togglelist .hamburger {float: left;}
.mo-gnb-wrap .mo-togglelist .hamburger .line {width: 2.8rem; height: 0.3rem; background-color: #fff; display: block; margin: 0.6rem auto;}
.mo-gnb-wrap .mo-togglelist .hamburger:hover {cursor: pointer;}

/* mobile Çì´õ ½ºÅ©·Ñ½Ã Çì´õ ½ºÅ¸ÀÏ º¯°æ */
#header-inner-m.roll {background: rgba(255,255,255,1); border-bottom: 1px solid #e8e8e8; box-shadow: 3px 3px 12px rgba(0,0,0,0.08);} /* ½ºÅ©·Ñ ÈÄ Çì´õÄÃ·¯ º¯°æ */
#header-inner-m.roll .mo-gnb-wrap .mobile-logo h1 img.logo-off {display: none;}
#header-inner-m.roll .mo-gnb-wrap .mobile-logo h1 img.logo-on {display: inline;}
#header-inner-m.roll .mo-gnb-wrap .mo-togglelist .hamburger .line {background-color: #000;}

/* mobile Åä±Û °øÅë¿µ¿ª */
html .opened {overflow: hidden;}
.drawer-toggle {top: 0; right: 0;}
#drawer {position: fixed; width: 80%; height: 100%; top: 0; right: -80%; background: #f9f9f9; /* Åä±Û¸Þ´º ÀüÃ¼¹è°æÄÃ·¯ */ -webkit-transition: .3s; transition: .3s; overflow: hidden; z-index: 10000000000;} /* ¿ÀÇÂ½Ã ³ªÅ¸³ª´Â drawer ÅÂ±×. closed »óÅÂ¿¡¼­ È­¸é ¹Û¿¡ À§Ä¡ÇÏ°í open½Ã¿¡ ³ªÅ¸³­´Ù. */
#drawer.opened {right: 0; box-shadow: 5px 5px 15px 1.5px rgba(0, 0, 0, 0.2); display: block;} /* left¼Ó¼ºÀÌ -(width)px ¶ó¼­ È­¸é ¹Û¿¡ ÀÖ°í left¸¦ 0À¸·Î ¹Ù²ã¼­ È­¸é¿¡ ³ªÅ¸³­´Ù. */
#blocker {display: none; background: rgba(0,0,0,0.8); position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 999;} /* drawer open ½Ã ¹è°æ ¾îµÓ°Ô ÇÏ±â */ 
#blocker.opened {display: block; background-color: rgba(0,0,0,0.8); background-image: url("../img/wowweb/images/toggle_ico_close.png"); background-repeat: no-repeat; background-position: 8% 15px;}
.drawer-area {float: right; width: 100%; max-height: 100vh; overflow-y: auto; /* ¼¼·Î½ºÅ©·Ñ ¼³Á¤ */}

/* mobile Åä±Û - ·Î±×ÀÎ¿µ¿ª */
.mo-user-login {display: block; width: 100%; background: #0559ce; overflow: hidden;}
.mo-user-login .user-login {float: left; height: 5rem; padding-left: 6rem; background: url("../img/wowweb/images/member_ico_login.png") no-repeat; background-position: 2rem 1rem; background-size: 2.7rem 3rem;}
.mo-user-login .user-login a {display: block; transform: rotate(-0.04deg); font-size: 1.7rem; color: #fff; font-weight: 300; line-height: 5rem;}
.mo-user-login .user-login a span {color: #fff; font-weight: 700;}

/* mobile Åä±Û - ¸Þ´º¸®½ºÆ® ¿µ¿ª */
#slide-categorymenu {width: 100%; top: 0; right: 0px; font-family: "Noto Sans KR", sans-serif; transform: rotate(-0.04deg);}
#slide-categorymenu ul {width: 100%; height: 100%; background: #f5f5f5;} /* ¸Þ´º¸®½ºÆ® ÄÃ·¯ */
#slide-categorymenu ul .category-top {width: 100%; height: 5rem; font-size: 1.8rem; color: #fff; font-weight: 400; line-height: 5rem; text-align: center; background: #252525;}
#slide-categorymenu ul li {width: 100%; height: 6rem; line-height: 6rem; border-bottom: 1px solid #dbd8d8; overflow: hidden; position: relative;}
#slide-categorymenu ul li a {display: block; cursor: pointer; font-size: 1.9rem; color: #6e6e6e; font-weight: 500; text-decoration: none; cursor: pointer;} /* Åä±Û ´ë¸Þ´º */
#slide-categorymenu ul li.tt-fr a {display: flex; justify-content: space-between; align-items: center; padding-left: 2rem; cursor: pointer;}
#slide-categorymenu ul li.tt-fr .lotate-v {position: absolute; top: 2.3rem; right: 1.8rem; width: 2rem; height: 1.1rem; display: inline-block;} /* ¿ìÃø È­»ìÇ¥¹öÆ° */
#slide-categorymenu ul li.tt-fr .lotate-v img {width: 100%; height: 100%; vertical-align: top;}
#slide-categorymenu ul li.tt-fr .lotate-v_180 {-ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg);}
#slide-categorymenu ul li.active {background: #e2e6ea;} /* ´ë¸Þ´º Å¬¸¯½Ã ÄÃ·¯ */
#slide-categorymenu ul li.active a {color: #000; font-weight: 700; border-bottom: 1px solid #e4e3e3; cursor: pointer;}
#slide-categorymenu ul li ul.nav {background: #fff; display: none;} /* ÇÏÀ§¸Þ´º ÄÃ·¯ */
#slide-categorymenu ul li ul.nav li {border-bottom: 1px solid #ececec; height: 5rem; line-height: 5rem;}
#slide-categorymenu ul li ul.nav li:last-child {border-bottom: 0;}
#slide-categorymenu ul li ul.nav li a {display: block; font-size: 1.75rem; color: #6e6e6e; font-weight: 400; cursor: pointer; padding-left: 2rem; background: none;}
#slide-categorymenu ul li ul.nav li a:hover {color: #252525; font-weight: 700; background: #f5f5f5; cursor: pointer; text-decoration: none;}

/* mobile Åä±Û - °í°´Áö¿ø¼¾ÅÍ */
.toggle-customer {width: 100%; font-family: "Noto Sans KR", sans-serif; transform: rotate(-0.04deg); padding: 2rem 2rem 2.2rem; background: #fff url("../img/wowweb/images/toggle_ico_customer.png") no-repeat 93% 15px; background-size: 14%; border-bottom: 1px solid #dbd8d8;}
.toggle-customer h4.tit {font-size: 2.2rem; color: #111; font-weight: 700; line-height: 2.3rem; letter-spacing: -0.08rem;}
.toggle-customer .cu-time {width: 100%; margin-top: 15px;}
.toggle-customer .cu-time p {font-size: 1.4rem; color: #929191; font-weight: 400; letter-spacing: -0.06rem;}
.customer-btns {width: 100%; font-family: "Noto Sans KR", sans-serif; transform: rotate(-0.04deg); font-size: 0; text-align: center; margin-top: 15px;}
.customer-btns a {display: inline-block; width: 47%; height: 4rem; font-size: 1.6rem; color: #6d6a6a; font-weight: 400; line-height: 4rem; letter-spacing: -0.08rem; text-align: center; background: #eeeded;}
.customer-btns a.btn1 {margin-right: 6%;}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Basic PC GNB »ó´Ü ¿µ¿ª common */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#header-inner {position: fixed; width: 100%; height: 9rem; border-bottom: 1px solid rgba(255,255,255,0.2); z-index: 10000000; -webkit-transition: background 0.5s, color 0.5s; transition: background 0.5s, color 0.5s;} /* z-index 7 ¼³Á¤°ª */
#header-inner .inner {position: relative; display: flex; justify-content: space-between; width: 100%;} /* Çì´õ ¸ðµç ÄÁÅÙÃ÷ ¼¼·Î°¡¿îµ¥ Á¤·Ä */

/* ÁÂÃø »ó´Ü ·Î°í */
h1.logo {position: absolute; top: 0; left: 2%; height: 9rem; z-index: 2;}
h1.logo a {display: flex; align-items: center; width: 100%; height: 100%;}
h1.logo a img {width: 100%;}
h1.logo a img.logo-off {display: inline; transition: all 0.3s ease-in-out;}
h1.logo a img.logo-on {display: none; transition: all 0.3s ease-in-out;}

/* GNB ¸Þ´º¸®½ºÆ® */
.gnb-menu {position: absolute; top: 0; left: 0; display: block; width: 100%; height: 9rem; text-align: center;}
.gnb-menu .gnb {float: left; width: 100%; font-size: 0;}
.gnb-menu .gnb > li {position: relative; display: inline-block; line-height: 9rem;}
.gnb-menu .gnb > li > a {display: block; position: relative; padding: 0 4.8rem; width: auto; height: 100%; transform: rotate(-0.03deg); font-family: "SCoreDream", sans-serif; font-size: 1.9rem; color: #fff; font-weight: 500; letter-spacing: -0.04rem; text-align: center; transition: all 0.3s ease;}
.gnb-menu .gnb > li > a:after {position: absolute; bottom: 0; left: 50%; content: ""; width: 0; height: 3px; background: #0559ce; transition-duration: 0.5s; transition-property: width, left;}
.gnb-menu .gnb > li:first-child > .sub-wrap > .sub {border-left: 1px solid #2a2a2a;} /* ÇÏÀ§¸Þ´º Ã¹¹øÂ° ¶óÀÎ */

/* GNB ÇÏÀ§ ¸Þ´º ¸®½ºÆ® */
.sub-wrap {position: absolute; width: 100%; height: 0; overflow: hidden;}
.sub {position: relative; float: left; width: 100%; text-align: left; height: 100%; padding-top: 15px; padding-left: 20px; border-right: 1px solid #2a2a2a; z-index: 1000000;}
.sub li {width: 100%; height: 35px; transform: rotate(-0.03deg);}
.sub li a {display: block; font-family: "Noto Sans KR", sans-serif !important; font-size: 1.5rem; color: #b4b3b3 !important; font-weight: 400 !important; line-height: 35px; letter-spacing: -0.1rem !important; border-bottom: 0 !important; transition: all 0.3s ease;}

/* GNB ÇÏÀ§ ¸Þ´º ÆîÃÄº¸ÀÌ´Â BG */
.gnbmenu-bg {position: absolute; top: 9rem; left: 0; width: 100%; height: 0; background-color: rgba(0,0,0,0.85); box-shadow: 0 10px 12px rgba(0,0,0,0.16); z-index: 100000;}

/* ¿ìÃø ¹®ÀÇÇÏ±â ¹öÆ° */
.inquirybtns .btnsbox {position: absolute; top: 0; right: 0; width: 17rem; height: 100%; height: 9rem; text-align: center;}
.inquirybtns .btnsbox a {display: block; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; font-family: "SCoreDream", sans-serif; transform: rotate(-0.03deg); font-size: 1.8rem; color: #fff; font-weight: 500; line-height: 1; text-align: center; background: rgba(0,0,0,0.2); border-left: 1px solid rgba(255,255,255,0.2); transition: all 0.3s ease;}
.inquirybtns .btnsbox a i {display: inline-block; width: 3.2rem; height: 3.1rem; margin-top: -0.2rem; margin-right: 1rem;}
.inquirybtns .btnsbox a i img {width: 100%; vertical-align: top;}
.inquirybtns .btnsbox a:hover {background: rgba(234,0,44,1);}

/* Çì´õ ½ºÅ©·Ñ½Ã Çì´õ ½ºÅ¸ÀÏ º¯°æ */
#header-inner.roll {background: rgba(255,255,255,1); box-shadow: 3px 3px 12px rgba(0,0,0,0.08);} /* ½ºÅ©·Ñ ÈÄ Çì´õÄÃ·¯ º¯°æ */
#header-inner.roll h1 a img.logo-off {display: none;}
#header-inner.roll h1 a img.logo-on {display: inline;}
#header-inner.roll .gnb-menu .gnb > li > a {color: #000;}
#header-inner.roll .inquirybtns .btnsbox a {background: rgba(0,0,0,0.9);}

/* Çì´õ ¸¶¿ì½º·Ñ¿À¹ö½Ã Çì´õ ½ºÅ¸ÀÏ º¯°æ */
#header-inner:hover {background: rgba(255,255,255,1); box-shadow: 3px 3px 12px rgba(0,0,0,0.08);}
#header-inner:hover h1 a img.logo-off {display: none;}
#header-inner:hover h1 a img.logo-on {display: inline;}
#header-inner:hover .gnb-menu .gnb > li > a {color: #000;}
#header-inner:hover .gnb-menu .gnb > li:hover > a {color: #0559ce;}
#header-inner:hover .gnb-menu .gnb > li:hover > a:after {left: 0; width: 100%; background: #0559ce;}
#header-inner:hover .gnb-menu .gnb > li:hover > .sub-wrap .sub {background-color: rgba(1,121,232,0.2);} /* ÇÏÀ§¸Þ´º ·Ñ¿À¹ö BG */
#header-inner:hover .gnb-menu .sub li a:hover {color: #fff !important; border-bottom: 0 !important; text-decoration: underline;}
#header-inner:hover .inquirybtns .btnsbox a {background: rgba(0,0,0,0.9);}
#header-inner:hover .inquirybtns .btnsbox a:hover {background: #0559ce;}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Footer °øÅë ¿µ¿ª common */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.foot-box {margin: 0 auto; width: 100%; max-width: 172rem;}
.foot-box .inner {position: relative; display: flex; flex-wrap: wrap; width: 100%; padding: 5rem 16rem; background-color: #000;}

/* ÇÏ´Ü ÄÁÅÙÃ÷ - ÇÏ´Ü·Î°í ¹× ±â¾÷Á¤º¸, SNS ¹öÆ° ¿µ¿ª */
.foot-top {width: calc(100% - 23rem);}
.foot-top .foot-logo {display: flex; width: auto;}
.foot-top .foot-logo img {height: 3.1rem;}
.foot-top .foot-address {display: flex; flex-wrap: wrap; width: 100%; margin-top: 3rem;}
.foot-top .foot-address address {font-style: normal;}
.foot-top .foot-address address .address-txt {display: flex; width: 100%;}
.foot-top .foot-address address .address-txt ul {font-size: 0;}
.foot-top .foot-address address .address-txt ul li {position: relative; display: inline-block; margin-right: 2.5rem; margin-bottom: 1rem;}
.foot-top .foot-address address .address-txt ul li:nth-of-type(4) {margin-right: 20rem;}
.foot-top .foot-address address .address-txt ul li span {display: inline-block; width: auto; transform: rotate(-0.03deg); font-size: 1.5rem; color: #767676; font-weight: 700; line-height: 1.2; vertical-align: top;}
.foot-top .foot-address address .address-txt ul li p {display: inline-block; transform: rotate(-0.03deg); font-size: 1.5rem; color: #b3b2b2; font-weight: 400; line-height: 1.2; word-break: keep-all; margin-left: 1rem;}
.foot-top .foot-address .copyright {display: inline-block; text-align: center; transform: rotate(-0.03deg); font-size: 1.4rem; color: #6a6969; font-weight: 400; line-height: 1.2; letter-spacing: -0.02rem; word-break: keep-all; margin-top: 0.5rem;}
.foot-top .foot-sns {display: flex; flex-wrap: wrap; align-items: center; width: 100%; margin-top: 4rem;}
.foot-top .foot-sns a {display: inline-flex; flex-wrap: wrap; justify-content: space-between; align-items: center; font-family: "Saira", sans-serif; font-size: 1.4rem; color: #c5c4c4; font-weight: 400; margin-right: 2.4rem;}
.foot-top .foot-sns a i {display: inline-block; width: auto; height: 2.4rem; margin-right: 1rem;}
.foot-top .foot-sns a i img {width: 100%;}

/* ÇÏ´Ü ÄÁÅÙÃ÷ - ÇÏ´Ü ¹Ù·Î°¡±â ¹öÆ° ¿µ¿ª */
.foot-bottom {width: 23rem;}
.foot-bottom .foot-use {display: flex; flex-wrap: wrap; width: 100%;}
.foot-bottom .foot-use a {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; padding: 0 3rem; width: 100%; height: 5rem; font-family: "SCoreDream", sans-serif; transform: rotate(-0.03deg); font-size: 1.6rem; color: #fff; font-weight: 500; letter-spacing: -0.08rem; margin-bottom: 1.5rem; border: 2px solid #fff; transition: all 0.3s ease;}
.foot-bottom .foot-use a:last-child {margin-bottom: 0;}
.foot-bottom .foot-use a.admin {background-color: #555555; border: 2px solid #555555;}
.foot-bottom .foot-use a span {display: inline-block; line-height: 1;}
.foot-bottom .foot-use a i {display: inline-block; width: 0.7rem; height: 1.1rem;}
.foot-bottom .foot-use a i img {width: 100%; vertical-align: top;}
.foot-bottom .foot-use a:hover {color: #fff; background-color: #0559ce; border: 2px solid #0559ce;}

/* gototop */
div.gototop {position: absolute; top: 0; left: 0; z-index: 99999999;}
div.gototop a.top {position: fixed; right: 20px; bottom: 20px; display: table; width: 50px; height: 50px; font-family: "Noto Sans KR", sans-serif !important; font-size: 1.2rem; color: #111; text-align: center; line-height: 48px; background: #fff; border: 2px solid #000; display: none; opacity: 1; transition: all 0.3s ease;}
div.gototop a.top:hover {color: #fff; background: #0559ce; border: 2px solid #0559ce; opacity: 1;}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** ¹ÝÀÀÇü¼³Á¤ Mobile 359 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width:359px) {

/* mobile Åä±Û - °í°´Áö¿ø¼¾ÅÍ */
.toggle-customer .cu-time p {font-size: 1.3rem;}

/* PC GNB »ó´Ü¿µ¿ª */
#header-inner {display: none;}

/* ÇÏ´Ü ÄÁÅÙÃ÷ - ÇÏ´Ü·Î°í ¹× ±â¾÷Á¤º¸, SNS ¹öÆ° ¿µ¿ª */
.foot-box .inner {padding: 4rem 2rem 10rem;}
.foot-top {width: 100%;}
.foot-top .foot-address address .address-txt ul li:nth-of-type(2) {width: 100%; margin-right: 0;}
.foot-top .foot-address address .address-txt ul li:nth-of-type(2) p {width: 80%;}
.foot-top .foot-address address .address-txt ul li:nth-of-type(4) {margin-right: 2.5rem;}

/* ÇÏ´Ü ÄÁÅÙÃ÷ - ÇÏ´Ü ¹Ù·Î°¡±â ¹öÆ° ¿µ¿ª */
.foot-bottom {width: 100%; margin-top: 4rem;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** ¹ÝÀÀÇü¼³Á¤ Mobile 360,719 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:360px) and (max-width:719px) {

/* PC GNB »ó´Ü¿µ¿ª */
#header-inner {display: none;}

/* ÇÏ´Ü ÄÁÅÙÃ÷ - ÇÏ´Ü·Î°í ¹× ±â¾÷Á¤º¸, SNS ¹öÆ° ¿µ¿ª */
.foot-box .inner {padding: 4rem 2rem 10rem;}
.foot-top {width: 100%;}
.foot-top .foot-address address .address-txt ul li:nth-of-type(2) {width: 100%; margin-right: 0;}
.foot-top .foot-address address .address-txt ul li:nth-of-type(2) p {width: 80%;}
.foot-top .foot-address address .address-txt ul li:nth-of-type(4) {margin-right: 2.5rem;}

/* ÇÏ´Ü ÄÁÅÙÃ÷ - ÇÏ´Ü ¹Ù·Î°¡±â ¹öÆ° ¿µ¿ª */
.foot-bottom {width: 100%; margin-top: 4rem;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** ¹ÝÀÀÇü¼³Á¤ Tablet 720,767 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:720px) and (max-width:767px) {

/* mobile »ó´Ü */
.mo-gnb-wrap {height: 80px;}

/* mobile Åä±Û °øÅë¿µ¿ª */
#drawer {width: 60%; right: -60%;}
#blocker.opened {background-position: 32% 15px;}

/* PC GNB »ó´Ü¿µ¿ª */
#header-inner {display: none;}

/* ÇÏ´Ü ÄÁÅÙÃ÷ - ÇÏ´Ü·Î°í ¹× ±â¾÷Á¤º¸, SNS ¹öÆ° ¿µ¿ª */
.foot-box .inner {padding: 4rem 3rem 10rem;}
.foot-top {width: 100%;}
.foot-top .foot-address address .address-txt ul li:nth-of-type(2) {width: 100%; margin-right: 0;}
.foot-top .foot-address address .address-txt ul li:nth-of-type(2) p {width: 80%;}
.foot-top .foot-address address .address-txt ul li:nth-of-type(4) {margin-right: 2.5rem;}
.foot-top .foot-address address .address-txt ul li span {font-size: 1.6rem;}
.foot-top .foot-address address .address-txt ul li p {font-size: 1.6rem;}
.foot-top .foot-address .copyright {font-size: 1.5rem;}

/* ÇÏ´Ü ÄÁÅÙÃ÷ - ÇÏ´Ü ¹Ù·Î°¡±â ¹öÆ° ¿µ¿ª */
.foot-bottom {width: 100%; margin-top: 4rem;}
.foot-bottom .foot-use {justify-content: space-between;}
.foot-bottom .foot-use a:nth-child(1) {float: left; width: 48%;}
.foot-bottom .foot-use a:nth-child(2) {float: right; width: 48%;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** ¹ÝÀÀÇü¼³Á¤ Tablet 768,1023 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:768px) and (max-width:1023px) {

/* mobile »ó´Ü */
.mo-gnb-wrap {height: 80px;}

/* mobile Åä±Û °øÅë¿µ¿ª */
#drawer {width: 60%; right: -60%;}
#blocker.opened {background-position: 32% 15px;}

/* PC GNB »ó´Ü¿µ¿ª */
#header-inner {display: none;}

/* ÇÏ´Ü ÄÁÅÙÃ÷ - ÇÏ´Ü·Î°í ¹× ±â¾÷Á¤º¸, SNS ¹öÆ° ¿µ¿ª */
.foot-box .inner {padding: 4rem 2rem 10rem;}
.foot-top {width: 100%;}
.foot-top .foot-address address .address-txt ul li:nth-of-type(2) {width: 100%; margin-right: 0;}
.foot-top .foot-address address .address-txt ul li:nth-of-type(2) p {width: 80%;}
.foot-top .foot-address address .address-txt ul li:nth-of-type(4) {margin-right: 2.5rem;}
.foot-top .foot-address address .address-txt ul li span {font-size: 1.6rem;}
.foot-top .foot-address address .address-txt ul li p {font-size: 1.6rem;}
.foot-top .foot-address .copyright {font-size: 1.5rem;}

/* ÇÏ´Ü ÄÁÅÙÃ÷ - ÇÏ´Ü ¹Ù·Î°¡±â ¹öÆ° ¿µ¿ª */
.foot-bottom {width: 100%; margin-top: 4rem;}
.foot-bottom .foot-use {justify-content: space-between;}
.foot-bottom .foot-use a:nth-child(1) {float: left; width: 48%;}
.foot-bottom .foot-use a:nth-child(2) {float: right; width: 48%;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** ¹ÝÀÀÇü¼³Á¤ PC 1024,1279 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1024px) and (max-width:1279px) {

/* mobile »ó´Ü¿µ¿ª common */
#header-inner-m {display: none;}

/* Basic PC GNB »ó´Ü ¿µ¿ª common */
h1.logo {left: 1%; width: 18rem;}
.gnb-menu .gnb {padding-left: 4.5rem;}
.gnb-menu .gnb > li > a {padding: 0 4rem;}
.sub li {height: 30px;}
.inquirybtns .btnsbox {width: 15rem;}

/* Basic PC Footer ÇÏ´ÜÁ¤º¸ ¹× Ä«ÇÇ¶óÀÌÆ® ¿µ¿ª common */
.foot-box .inner {padding: 5rem 3rem;}
.foot-top .foot-address address .address-txt ul li:nth-of-type(4) {margin-right: 2.5rem;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** ¹ÝÀÀÇü¼³Á¤ PC 1280,1919 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1280px) and (max-width:1919px) {

/* mobile »ó´Ü¿µ¿ª common */
#header-inner-m {display: none;}

/* Basic PC Footer ÇÏ´ÜÁ¤º¸ ¹× Ä«ÇÇ¶óÀÌÆ® ¿µ¿ª common */
.foot-box {padding: 0 3rem;}
.foot-box .inner {padding: 5rem 8rem;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** ¹ÝÀÀÇü¼³Á¤ PC 1280,1550 ¿¹¿ÜÃ³¸® *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1280px) and (max-width:1550px) {

.foot-top .foot-address address .address-txt ul li:nth-of-type(4) {margin-right: 2.5rem;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** ¹ÝÀÀÇü¼³Á¤ PC 1690,1919 ¿¹¿ÜÃ³¸® *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1690px) and (max-width:1919px) {

.foot-top .foot-address address .address-txt ul li:nth-of-type(4) {margin-right: 30rem;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** ¹ÝÀÀÇü¼³Á¤ PC wide 1920 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1920px) {

/* mobile »ó´Ü¿µ¿ª common */
#header-inner-m {display: none;}

}