/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 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%;}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Mobile »ó´Ü¸Þ´º ¹× Åä±Û¸Þ´º ¿µ¿ª common */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* mobile common */
#header-inner-m {position: fixed; width: 100%; background-color: #fff; z-index: 10000000; transition: var(--transition);} /* z-index 7 ¼³Á¤°ª */
#header-inner-m.roll {box-shadow: 3px 3px 16px rgba(0,0,0,0.15);} /* ½ºÅ©·Ñ ÈÄ Çì´õÄÃ·¯ º¯°æ */

/* mobile »ó´Ü */
.mo-gnb-wrap {position: relative; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; 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%;}

/* mobile »ó´Ü Åä±Û ¿ÀÇÂ¹öÆ° ¿µ¿ª */
.mo-togglemenu {position: relative; z-index: 1000000000; display: inline-flex; justify-content: center; align-items: center; flex-wrap: wrap; width: 2.8rem; background: none;}
.hamburger-btn {width: 100%; height: 100%; cursor: pointer;}
.hamburger-btn .mhamburger {display: block;}
.hamburger-btn .mhamburger .line {width: 100%; height: 2px; background-color: #252525; display: block; margin: 5px auto; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
#motion.is-active .line:nth-child(2) {opacity: 0;}  /* translateY(7px) > height: 2px + margin: 5px 0 == 7px »êÃâ */
#motion.is-active .line:nth-child(1) {-webkit-transform: translateY(7px) rotate(45deg); -ms-transform: translateY(7px) rotate(45deg); -o-transform: translateY(7px) rotate(45deg); transform: translateY(7px) rotate(45deg);}
#motion.is-active .line:nth-child(3) {-webkit-transform: translateY(-7px) rotate(-45deg); -ms-transform: translateY(-7px) rotate(-45deg); -o-transform: translateY(-7px) rotate(-45deg); transform: translateY(-7px) rotate(-45deg);}

/* mobile Åä±Û¸Þ´º °øÅë ¿µ¿ª */
#sidebar {position: fixed; width: 100%; height: 100%; top: 70px; right: -100%; overflow-y: auto; background-color: #fff; z-index: 10000000; transition: 0.5s all;}
#sidebar.active {right: 0; display: block;}
a[data-toggle="collapse"] {position: relative;}
#sidebar .sidebar-box {display: block; width: 100%; height: 100vh;}

/* mobile Åä±Û¸Þ´º °øÅë ¿µ¿ª - °­Á¦ Body ½ºÅ©·Ñ¹æÁö */
.scrollOff {position: relative; overflow: hidden; height: 100%;}

/* mobile Åä±Û¸Þ´º - ·Î±×ÀÎ¿µ¿ª */
.mo-user-login {display: block; width: 100%; background-color: var(--default-blue-color); 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; 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 {display: block; width: 100%; top: 0; right: 0px; font-family: "Noto Sans KR", sans-serif;}
#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.4rem; right: 1.8rem; width: 1.8rem; height: 1rem; display: inline-block; transition: var(--transition);} /* ¿ìÃø È­»ìÇ¥¹öÆ° */
#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 {display: block; float: left; width: 100%; font-family: "Noto Sans KR", sans-serif; padding: 2rem 2rem 10rem; background: #fff url("../img/wowweb/images/toggle_ico_customer.png") no-repeat 93% 20px; background-size: 6.3rem 5.7rem;}
.toggle-customer h4.tit {font-size: 2.2rem; color: #111; font-weight: 700; line-height: 2.3rem; letter-spacing: -0.08rem;}
.toggle-customer .cu-call {display: inline-block; margin-top: 15px;}
.toggle-customer .cu-call span {font-family: "Saira", sans-serif; font-size: 2.7rem; color: #000; font-weight: 600; letter-spacing: -0.06rem; line-height: 1.1;}
.toggle-customer .cu-time {width: 100%; margin-top: 10px;}
.toggle-customer .cu-time p {font-size: 1.45rem; color: #929191; font-weight: 400; letter-spacing: -0.06rem; line-height: 1.3;}
.customer-btns {width: 100%; font-family: "Noto Sans KR", sans-serif; 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%;}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* PC GNB ÃÖ»ó´Ü ¿µ¿ª common */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#header-inner {position: fixed; width: 100%; background-color: #fff; z-index: 10000000; transition: var(--transition);} /* z-index 7 ¼³Á¤°ª */
#header-inner.on {box-shadow: 3px 3px 16px rgba(0,0,0,0.15);}
#header-inner .inner {position: relative; margin: 0 auto; width: 100%; max-width: var(--max-width); height: 12rem;} /* Çì´õ ¸ðµç ÄÁÅÙÃ÷ ¼¼·Î°¡¿îµ¥ Á¤·Ä */

/* ÃÖ»ó´Ü ÄÁÅÙÃ÷ - ¼¾ÅÍ ·Î°í ¿µ¿ª */
h1.logo {position: absolute; top: 0; left: 0; display: flex; align-items: center; flex-wrap: wrap;  width: auto; height: 12rem; z-index: 2;}
h1.logo a {display: block; width: 100%;}
h1.logo a img {width: 100%;}

/* ÃÖ»ó´Ü ÄÁÅÙÃ÷ - GNB ÀüÃ¼¿µ¿ª */
nav {position: relative;}
.gnb-menu {position: relative; width: 100%; height: 12rem; text-align: center; transition: var(--transition3);}

/* ÃÖ»ó´Ü ÄÁÅÙÃ÷ - GNB ¸Þ´º ¿µ¿ª */
.gnb-menu .gnb {position: absolute; top: 0; left: 0; display: flex; justify-content: center; flex-wrap: wrap; width: 100%; font-size: 0;}
.gnb-menu .gnb > li {display: flex; align-items: center; flex-wrap: wrap; height: 12rem;}
.gnb-menu .gnb > li > a {display: block; width: auto; padding: 0 6rem; font-family: "SCoreDream", sans-serif; text-align: center;}
.gnb-menu .gnb > li > a span {font-size: 1.9rem; color: #000; font-weight: 600; letter-spacing: -0.010rem; padding-bottom: 0.5rem; border-bottom: 4px solid transparent; transition: var(--transition);}
.gnb-menu .gnb > li:hover > a span {color: var(--default-blue-color); border-color: var(--default-blue-color);} /*¸¶¿ì½º·Ñ¿À¹ö½Ã*/

/* ÃÖ»ó´Ü ÄÁÅÙÃ÷ - GNB ÇÏÀ§¸Þ´º ¿µ¿ª */
.sub-wrap {position: absolute; top: 12rem; left: 0; width: 100%; height: 0; background: var(--default-blue-color); overflow: hidden;}
.sub {background: var(--default-blue-color); overflow: hidden;}
.sub > li {display: inline-flex; align-items: center; flex-wrap: wrap; height: 6rem;}
.sub > li a {display: block; transform: rotate(-0.03deg); padding: 0 2rem; font-size: 1.6rem; color: #8fbeff !important; font-weight: 500 !important; transition: var(--transition);}
.sub > li a:hover {color: #fff !important;}

/* ÃÖ»ó´Ü ÄÁÅÙÃ÷ - ¿ìÃø ¹öÆ° ¿µ¿ª */
.right-btns {position: absolute; top: 0; right: 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; width: auto; height: 12rem;}

/* ÃÖ»ó´Ü ÄÁÅÙÃ÷ - ¿ìÃø ¹öÆ° ¿µ¿ª - È¸¿ø°¡ÀÔ ¹öÆ° ¿µ¿ª */
.right-btns .memmer-btn {width: auto; margin-right: 3rem;}
.right-btns .memmer-btn a {display: inline-block; transform: rotate(-0.03deg); font-family: "SCoreDream", sans-serif; font-size: 1.4rem; color: #707070; font-weight: 500; letter-spacing: -0.010rem;}
.right-btns .memmer-btn a:first-child:after{display: inline-block; content: ""; width: 0.1rem; height: 1.3rem; margin: 0.3rem 1rem 0 1.3rem; background: #b2b3b3; vertical-align: top;}
.right-btns .memmer-btn a:hover {color: var(--default-blue-color);}

/* ÃÖ»ó´Ü ÄÁÅÙÃ÷ - ¿ìÃø ¹öÆ° ¿µ¿ª - ¹®ÀÇÇÏ±â ¹öÆ° ¿µ¿ª */
.right-btns .inquiry-btn {width: auto;}
.right-btns .inquiry-btn a {display: inline-flex; align-items: center; flex-wrap: wrap; width: auto; height: 4.2rem; padding: 0 3rem; background-color: #fff; border: 1px solid #000; border-radius: 5.8rem; transition: var(--transition);}
.right-btns .inquiry-btn a span {transform: rotate(-0.03deg); font-size: 1.55rem; color: #111; font-weight: 500; letter-spacing: -0.025rem; transition: var(--transition);}
.right-btns .inquiry-btn a:hover {background-color: var(--default-blue-color); border: 1px solid var(--default-blue-color);}
.right-btns .inquiry-btn a:hover span {color: #fff;}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* °øÅë ÄÁÅÙÃ÷ - ÇÏ´Ü ºü¸¥»ó´ã¹®ÀÇ ¹è³Ê ¿µ¿ª */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.sec-common {position: relative; width: 100%; margin-top: 15rem; margin-bottom: 9rem;}
.sec-common .inner {display: flex; flex-wrap: wrap; margin: 0 auto; width: 100%; max-width: var(--max-width);}
.sec-common .seccommon-wrap {display: flex; width: 100%;}
.seccommon-wrap .inquiry-banner {position: relative; width: 100%; height: 47rem; background-image: url("../img/wowweb/images/inquiry_img.jpg"); background-repeat: no-repeat; background-position: center; background-size: cover; border-radius: 1.4rem;}
.seccommon-wrap .inquiry-banner .bann-title {position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 100%;}
.seccommon-wrap .inquiry-banner .bann-title .title-common-foot {text-align: center; word-break: keep-all;}
.seccommon-wrap .inquiry-banner .bann-title .title-common-foot .tit-eng {font-family: "Saira", sans-serif; transform: rotate(-0.03deg); font-size: 2.4rem; color: #fff; font-weight: 600; letter-spacing: -0.1rem;}
.seccommon-wrap .inquiry-banner .bann-title .title-common-foot h2.tit-kor {font-family: "SCoreDream", sans-serif; font-size: 5.4rem; color: #fff; font-weight: 800; letter-spacing: -0.025rem; line-height: 1.1; margin-top: 1.2rem;}
.seccommon-wrap .inquiry-banner .bann-title .title-common-foot p {font-family: "SCoreDream", sans-serif; font-size: 2.2rem; color: #fff; font-weight: 400; letter-spacing: -0.025rem; line-height: 1.55; word-break: keep-all; margin-top: 2.4rem;}
.seccommon-wrap .inquiry-banner .tit-more {position: absolute; bottom: -3.75rem; left: 50%; transform: translateX(-50%);}
.seccommon-wrap .inquiry-banner .tit-more a {display: inline-flex; justify-content: center; align-items: center; flex-wrap: wrap; height: 7.5rem; padding: 0 8.2rem; background-color: var(--default-blue-color); border: 1px solid var(--default-blue-color); border-radius: 5.8rem; transition: var(--transition);}
.seccommon-wrap .inquiry-banner .tit-more a span {font-family: "Saira", sans-serif; transform: rotate(-0.03deg); font-size: 1.5rem; color: #fff; font-weight: 500; letter-spacing: -0.025rem;}
.seccommon-wrap .inquiry-banner .tit-more a i {display: inline-block; width: 1.9rem; height: 0.8rem; margin-left: 3rem;}
.seccommon-wrap .inquiry-banner .tit-more a i img {width: 100%; vertical-align: top;}
.seccommon-wrap .inquiry-banner .tit-more a:hover {background-color: #0485fe; border: 1px solid #0485fe;}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Footer ÇÏ´ÜÁ¤º¸ ¹× Ä«ÇÇ¶óÀÌÆ® ¿µ¿ª °øÅë common */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* ÇÏ´Ü °øÅë ¿µ¿ª */
.foot-box {width: 100%; background-color: #fff;}
.foot-box .inner {margin: 0 auto; width: 100%; max-width: var(--max-width);}

/* ÇÏ´Ü °øÅë - »ó´Ü ¿µ¿ª - °³ÀÎÁ¤º¸ ¹Ù·Î°¡±â ¹öÆ° ¹× SNS ¹öÆ° ¿µ¿ª */
.foot-box .foot-top {display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; width: 100%; height: 4rem; margin-bottom: 3rem;}
.foot-box .foot-top .foot-use {display: flex; align-items: center; flex-wrap: wrap;}
.foot-box .foot-top .foot-use a {display: block; font-family: "SCoreDream", sans-serif; font-size: 1.7rem; color: #787878; font-weight: 500; line-height: 1.1; letter-spacing: -0.010rem; margin-right: 5rem;}
.foot-box .foot-top .foot-use a.admin {margin-right: 0;}
.foot-box .foot-top .foot-sns {display: flex; justify-content: space-between; flex-wrap: wrap; align-items: end;}
.foot-box .foot-top .foot-sns a {display: inline-flex; flex-wrap: wrap; justify-content: space-between; align-items: center; width: auto; height: 3.8rem; margin-right: 3rem;}
.foot-box .foot-top .foot-sns a:last-child {margin-right: 0;}
.foot-box .foot-top .foot-sns a i {position: relative; display: inline-block; width: 3.9rem; height: 3.8rem;}
.foot-box .foot-top .foot-sns a i img {width: 100%; height: auto; transition: var(--transition);}
.foot-box .foot-top .foot-sns a i img.arrow-off {position: absolute; top: 0; left: 0; display: inline;}
.foot-box .foot-top .foot-sns a i img.arrow-on {position: absolute; top: 0; left: 0; opacity: 0;}

/* ÇÏ´Ü °øÅë - »ó´Ü ¿µ¿ª - °³ÀÎÁ¤º¸ ¹Ù·Î°¡±â ¹öÆ° ¹× SNS ¹öÆ° ¿µ¿ª - ¸¶¿ì½º·Ñ¿À¹ö È¿°ú Àû¿ë */
.foot-box .foot-top .foot-use a:hover {color: #0b59c6;}
.foot-box .foot-top .foot-sns a:hover i img.arrow-off {opacity: 0;}
.foot-box .foot-top .foot-sns a:hover i img.arrow-on {opacity: 1;}

/* ÇÏ´Ü °øÅë - ÇÏ´Ü ¿µ¿ª - ÇÏ´Ü ·Î°í ¹× ±â¾÷Á¤º¸ ¹× ÆÐ¹Ð¸®»çÀÌÆ® ¿µ¿ª */
.foot-box .foot-bottom {display: flex; flex-wrap: wrap; width: 100%; padding-top: 4rem; margin-bottom: 5rem; border-top: 1px solid #dfdede;}
.foot-box .foot-bottom .foot-logo {display: flex; width: auto;}
.foot-box .foot-bottom .foot-logo img {width: 100%; max-width: 100%; height: auto;}
.foot-box .foot-bottom .foot-address {width: 100%; margin-top: 2.5rem;}
.foot-box .foot-bottom .foot-address address {font-style: normal;}
.foot-box .foot-bottom .foot-address address .address-txt {width: 60%;}
.foot-box .foot-bottom .foot-address address .address-txt ul {font-size: 0;}
.foot-box .foot-bottom .foot-address address .address-txt ul li {position: relative; display: inline-block; margin-right: 3rem; margin-bottom: 0.8rem;}
.foot-box .foot-bottom .foot-address address .address-txt ul li span {display: inline-block; width: auto; transform: rotate(-0.03deg); font-size: 1.5rem; color: #282828; font-weight: 600; line-height: 1.2; vertical-align: top;}
.foot-box .foot-bottom .foot-address address .address-txt ul li p {display: inline-block; transform: rotate(-0.03deg); font-size: 1.5rem; color: #282828; font-weight: 300; line-height: 1.2; word-break: keep-all; margin-left: 1rem;}
.foot-box .foot-bottom .foot-address .copyright {display: inline-block; transform: rotate(-0.03deg); font-size: 1.4rem; color: #605f5f; font-weight: 400; line-height: 1.2; letter-spacing: 0.02rem; word-break: keep-all; margin-top: 1rem;}

/* gototop */
div.gototop {position: absolute; top: 0; left: 0; z-index: 99999999;}
div.gototop a.top {position: fixed; right: 1rem; bottom: 2rem; display: table; width: 50px; height: 50px; font-family: "Saira", sans-serif; transform: rotate(-0.03deg); font-size: 1.2rem; color: #0b59c6; text-align: center; line-height: 49px; background: #fff; border: 2px solid var(--default-blue-color); border-radius: 1rem; box-shadow: 3px 6px 18px rgba(0,0,0,0.15); display: none; opacity: 1; transition: var(--transition);}
div.gototop a.top:hover {color: #fff; background: var(--default-blue-color); opacity: 1;}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** ¹ÝÀÀÇü¼³Á¤ Mobile 359 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width:359px) {

/* mobile »ó´Ü ·Î°í ¿µ¿ª */
.mo-gnb-wrap .mobile-logo h1 {max-width: 24rem;}

/* PC GNB »ó´Ü¿µ¿ª */
#header-inner {display: none;}

/* °øÅë ÄÁÅÙÃ÷ - ÇÏ´Ü ºü¸¥»ó´ã¹®ÀÇ ¹è³Ê ¿µ¿ª */
.sec-common {margin-top: 10rem;}
.sec-common .seccommon-wrap {padding: 0 2rem;}
.seccommon-wrap .inquiry-banner .bann-title .title-common-foot {padding: 0 3rem;}
.seccommon-wrap .inquiry-banner .bann-title .title-common-foot .tit-eng {font-size: 1.8rem;}
.seccommon-wrap .inquiry-banner .bann-title .title-common-foot h2.tit-kor {font-size: 4rem; line-height: 1.3; margin-top: 1rem;}
.seccommon-wrap .inquiry-banner .bann-title .title-common-foot p {font-size: 1.9rem;}
.seccommon-wrap .inquiry-banner .tit-more {width: 70%;}
.seccommon-wrap .inquiry-banner .tit-more a {width: 100%; padding: 0 3rem;}
.seccommon-wrap .inquiry-banner .tit-more a span {display: inline-block;}

/* Footer ÇÏ´ÜÁ¤º¸ ¹× Ä«ÇÇ¶óÀÌÆ® ¿µ¿ª °øÅë common */
.foot-box .foot-top {height: auto; padding: 0 2rem;}
.foot-box .foot-top .foot-use {margin-bottom: 2rem;}
.foot-box .foot-top .foot-use a.admin {display: none;}
.foot-box .foot-bottom {padding: 4rem 2rem 0;}
.foot-box .foot-bottom .foot-logo {max-width: 24rem;}
.foot-box .foot-bottom .foot-address address .address-txt {width: 100%;}
.foot-box .foot-bottom .foot-address address .address-txt ul li.address {width: 100%; margin-right: 0;}
.foot-box .foot-bottom .foot-address address .address-txt ul li.address p {width: 85%;}
.foot-box .foot-bottom .foot-address .copyright {padding-right: 6rem;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** ¹ÝÀÀÇü¼³Á¤ Mobile 360,719 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:360px) and (max-width:719px) {

/* mobile »ó´Ü ·Î°í ¿µ¿ª */
.mo-gnb-wrap .mobile-logo h1 {max-width: 24rem;}

/* PC GNB »ó´Ü¿µ¿ª */
#header-inner {display: none;}

/* °øÅë ÄÁÅÙÃ÷ - ÇÏ´Ü ºü¸¥»ó´ã¹®ÀÇ ¹è³Ê ¿µ¿ª */
.sec-common {margin-top: 10rem;}
.sec-common .seccommon-wrap {padding: 0 2rem;}
.seccommon-wrap .inquiry-banner .bann-title .title-common-foot {padding: 0 3rem;}
.seccommon-wrap .inquiry-banner .bann-title .title-common-foot .tit-eng {font-size: 1.8rem;}
.seccommon-wrap .inquiry-banner .bann-title .title-common-foot h2.tit-kor {font-size: 4rem; line-height: 1.3; margin-top: 1rem;}
.seccommon-wrap .inquiry-banner .bann-title .title-common-foot p {font-size: 1.9rem;}
.seccommon-wrap .inquiry-banner .tit-more {width: 70%;}
.seccommon-wrap .inquiry-banner .tit-more a {width: 100%; padding: 0 3rem;}
.seccommon-wrap .inquiry-banner .tit-more a span {display: inline-block;}

/* Footer ÇÏ´ÜÁ¤º¸ ¹× Ä«ÇÇ¶óÀÌÆ® ¿µ¿ª °øÅë common */
.foot-box .foot-top {height: auto; padding: 0 2rem;}
.foot-box .foot-top .foot-use {width: 100%; margin-bottom: 2rem;}
.foot-box .foot-top .foot-use a.admin {display: none;}
.foot-box .foot-bottom {padding: 4rem 2rem 0;}
.foot-box .foot-bottom .foot-logo {max-width: 24rem;}
.foot-box .foot-bottom .foot-address address .address-txt {width: 100%;}
.foot-box .foot-bottom .foot-address address .address-txt ul li.address {width: 100%; margin-right: 0;}
.foot-box .foot-bottom .foot-address address .address-txt ul li.address p {width: 85%;}
.foot-box .foot-bottom .foot-address .copyright {padding-right: 6rem;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** ¹ÝÀÀÇü¼³Á¤ Tablet 720,767 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:720px) and (max-width:767px) {

/* mobile common */
.mo-gnb-wrap {height: 80px;}
#sidebar {top: 80px;}

/* PC GNB »ó´Ü¿µ¿ª */
#header-inner {display: none;}

/* °øÅë ÄÁÅÙÃ÷ - ÇÏ´Ü ºü¸¥»ó´ã¹®ÀÇ ¹è³Ê ¿µ¿ª */
.sec-common {margin-top: 10rem;}
.sec-common .seccommon-wrap {padding: 0 2rem;}

/* Footer ÇÏ´ÜÁ¤º¸ ¹× Ä«ÇÇ¶óÀÌÆ® ¿µ¿ª °øÅë common */
.foot-box .foot-top {padding: 0 2rem;}
.foot-box .foot-top .foot-use a.admin {display: none;}
.foot-box .foot-bottom {padding: 4rem 2rem 0;}
.foot-box .foot-bottom .foot-address address .address-txt {width: 100%;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** ¹ÝÀÀÇü¼³Á¤ Tablet 768,1023 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:768px) and (max-width:1023px) {

/* mobile common */
.mo-gnb-wrap {height: 80px;}
#sidebar {top: 80px;}

/* PC GNB »ó´Ü¿µ¿ª */
#header-inner {display: none;}

/* °øÅë ÄÁÅÙÃ÷ - ÇÏ´Ü ºü¸¥»ó´ã¹®ÀÇ ¹è³Ê ¿µ¿ª */
.sec-common {margin-top: 10rem;}
.sec-common .seccommon-wrap {padding: 0 2rem;}

/* Footer ÇÏ´ÜÁ¤º¸ ¹× Ä«ÇÇ¶óÀÌÆ® ¿µ¿ª °øÅë common */
.foot-box .foot-top {padding: 0 2rem;}
.foot-box .foot-top .foot-use a.admin {display: none;}
.foot-box .foot-bottom {padding: 4rem 2rem 0;}
.foot-box .foot-bottom .foot-address address .address-txt {width: 100%;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** ¹ÝÀÀÇü¼³Á¤ PC 1024,1279 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1024px) and (max-width:1279px) {

.mo-gnb-wrap {height: 90px;}
#sidebar {top: 90px;}

/* PC GNB »ó´Ü¿µ¿ª */
#header-inner {display: none;}

/* °øÅë ÄÁÅÙÃ÷ - ÇÏ´Ü ºü¸¥»ó´ã¹®ÀÇ ¹è³Ê ¿µ¿ª */
.sec-common .seccommon-wrap {padding: 0 2rem;}

/* Footer ÇÏ´ÜÁ¤º¸ ¹× Ä«ÇÇ¶óÀÌÆ® ¿µ¿ª °øÅë common */
.foot-box .foot-top {padding: 0 2rem;}
.foot-box .foot-top .foot-use a.admin {display: none;}
.foot-box .foot-bottom {padding: 4rem 2rem 0;}
.foot-box .foot-bottom .foot-address address .address-txt {width: 100%;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** ¹ÝÀÀÇü¼³Á¤ PC 1280,1760 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1280px) and (max-width:1760px) {

/* mobile »ó´Ü¿µ¿ª common */
#header-inner-m {display: none;}

/* PC GNB »ó´Ü¿µ¿ª */
#header-inner {padding: 0 2rem;}

/* °øÅë ÄÁÅÙÃ÷ - ÇÏ´Ü ºü¸¥»ó´ã¹®ÀÇ ¹è³Ê ¿µ¿ª */
.sec-common .seccommon-wrap {padding: 0 2rem;}

/* Footer ÇÏ´ÜÁ¤º¸ ¹× Ä«ÇÇ¶óÀÌÆ® ¿µ¿ª °øÅë common */
.foot-box {padding: 0 2rem;}
.foot-box .foot-bottom .foot-address address .address-txt {width: 80%;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** ¹ÝÀÀÇü¼³Á¤ PC 1280,1290 ¿¹¿ÜÃ³¸® *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1280px) and (max-width:1290px) {

/* PC GNB »ó´Ü¿µ¿ª */
.gnb-menu .gnb > li > a {padding: 0 2.5rem;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** ¹ÝÀÀÇü¼³Á¤ PC 1291,1560 ¿¹¿ÜÃ³¸® *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1291px) and (max-width:1560px) {

/* PC GNB »ó´Ü¿µ¿ª */
.gnb-menu .gnb > li > a {padding: 0 4.5rem;}

}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* *** ¹ÝÀÀÇü¼³Á¤ PC 1761,1920 *** */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1761px) and (max-width:1920px) {

/* mobile »ó´Ü¿µ¿ª common */
#header-inner-m {display: none;}

}