@charset "utf-8";

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css");
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR&display=swap');

@font-face {
    font-family: 'Giants-Bold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2307-1@1.1/Giants-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Giants-Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2307-1@1.1/Giants-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:0.75em;font-family:'pretendard', dotum, sans-serif;background:#fff}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'pretendard', dotum, sans-serif}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-family:'pretendard', dotum, sans-serif;font-size:1em}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {font-family:'pretendard', dotum, sans-serif;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}

*, :after, :before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

/*input[type=text],input[type=password], textarea {
-webkit-transition:all 0.30s ease-in-out;
-moz-transition:all 0.30s ease-in-out;
-ms-transition:all 0.30s ease-in-out;
-o-transition:all 0.30s ease-in-out;
outline:none;
}

input[type=text]:focus,input[type=password]:focus, textarea:focus,select:focus {
-webkit-box-shadow:0 0 5px #9ed4ff;
-moz-box-shadow:0 0 5px #9ed4ff;
box-shadow:0 0 5px #9ed4ff;
border:1px solid #558ab7 !important;
}*/

.placeholdersjs {color:#aaa !important}


/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops img {max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject {background:#000;text-align:left}
.hd_pops_footer .hd_pops_close {background:#393939;position:absolute;top:0;right:0}



/*! Animate */
@keyframes bgScale{ 
    0% { transform: scale(1.07) translateZ(0); }
    100% { transform: scale(1) translateZ(0); }
}
@keyframes wibing{ 
    0% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
    100% { transform: translateY(0); }
}
@keyframes mv-moveU {
    0% { transform: translateY(50px); opacity: 0; }	
    100% { transform: translateY(0px); opacity: 1; }
}
@keyframes mv-moveU2 {
    0% { transform: translateY(20px); opacity: 0; }	
    100% { transform: translateY(0px); opacity: 1; }
}
@keyframes mv-moveD2 {
    0% { transform: translateY(-20px); opacity: 0; }	
    100% { transform: translateY(0px); opacity: 1; }
}



/*! Color & Fonts */
::selection { background-color: #cecece; }
.cl_white { color: #fff; }
.cl_main { color: #c32721 !important; }

.ft_gia { font-family: 'Giants-Regular'; font-weight: 400; font-style: normal; }
.ft_giaB { font-family: "Giants-Bold"; font-weight: 700; font-style: normal; }


#wrapper { overflow: hidden; }



/*! Header */

#hd{ position: fixed; left: 0; top: 0; width: 100%; z-index: 999; transition: all .2s ease-in-out; }
#hd .hd_wrap{ width: 100%; padding: 0 5%; display: flex; align-items: center; justify-content: flex-start; margin: 0 auto; transition: all .2s ease-in-out; }
#hd .hd_wrap *{ font-family: 'Giants-Regular'; font-weight: 400; font-style: normal; }
#hd .hd_wrap #logo a{ display: inline-block; width: 81px; height: 70px; background: url(/img/logo.png) no-repeat left center; background-size: contain; text-indent: -9999px; transition: all .2s ease-in-out; }
#hd .hd_wrap > .mmenu{ display: none; }
#hd .hd_wrap > nav{ width: calc(100% - 127px); display: flex; justify-content: center; align-items: center; padding-right: 139px; transition: all .2s ease-out; }
#hd .hd_wrap > nav ul{ display: flex; align-items: center; justify-content: space-between; margin-left: 80px; }
#hd .hd_wrap > nav ul li{ margin-left: 50px; flex: 1 1 auto;} 
#hd .hd_wrap > nav ul li:first-of-type{ margin-left: 0; }
#hd .hd_wrap > nav ul li a{ position: relative; font-size: 20px; color: rgba(17, 17, 17,.5); font-weight: 500; line-height: 130px; display: block; transition: all .2s ease-in-out;}
.brand-meun:hover { color: #ffffff; }

/** call*/
#hd .hd_wrap .call { position: absolute; top: 0; right: 0; }
#hd .hd_wrap .call > a{ display: inline-block; height: 95px; background-color: #c32721; width: 0; opacity: 0; transition: all .2s ease-out; }
#hd .hd_wrap .call > a > h3{ font-size: 20px; color: #fff; line-height: 95px; }

/*? hover */
#hd .hd_wrap > nav ul li a:hover{ color: #111; }


#hd.sub_head .hd_wrap{ height: 95px; justify-content: center; align-items: center; }

/* ? active */
#hd.active{ background: #101010; -webkit-box-shadow: 0 2px 20px 0 rgba(0,0,0,0.05); box-shadow: 0 2px 20px 0 rgba(0,0,0,0.05); }
#hd.active .hd_wrap{ padding: 0 5%; }
#hd.active .hd_wrap #logo a{ background: url(/img/logo-wh.png) no-repeat left center; background-size: contain; }
#hd.active .hd_wrap > nav{ padding-right: 239px; }
#hd.active .hd_wrap > nav ul li a{ color: rgba(255,255,255,.5); line-height: 95px; }
#hd.active .hd_wrap > nav ul li a span{ background-color: rgba(255,255,255,.5); }

#hd.active .hd_wrap .call > a{ height: 95px; opacity: 1; width: auto; padding: 0 40px; transition-delay: .3s; }
#hd.active .hd_wrap .call > a > h3{ line-height: 95px; }

/* ? active hover */
#hd.active .hd_wrap > nav ul li a:hover{ color: #fff; }



/*! Header - brand */
#hd.brand{ position: fixed; left: 0; top: 0; width: 100%; z-index: 999; background-color: #fff; transition: all .2s ease-in-out; }
#hd.brand .hd_wrap{ width: 1320px; margin: 0 auto; padding: 0; display: flex; align-items: center; justify-content: space-between; margin: 0 auto; transition: all .2s ease-in-out; }
#hd.brand .hd_wrap *{ font-family: 'Giants-Regular'; font-weight: 400; font-style: normal; }
#hd.brand .hd_wrap #logo a{ display: inline-block; width: 81px; height: 70px; background: url(/img/logo.png) no-repeat left center; background-size: contain; text-indent: -9999px; transition: all .2s ease-in-out; }
#hd.brand .hd_wrap > .mmenu{ display: none; }
#hd.brand .hd_wrap > nav{ width: auto; display: flex; justify-content: center; align-items: center; padding-right: 0; transition: all .2s ease-out; }
#hd.brand .hd_wrap > nav ul{ display: flex; align-items: center; justify-content: space-between; margin-left: 0; }
#hd.brand .hd_wrap > nav ul li{ margin-left: 50px; }
#hd.brand .hd_wrap > nav ul li:first-of-type{ margin-left: 0; }
#hd.brand .hd_wrap > nav ul li a{ position: relative; font-size: 21px; color: #111; font-weight: 500; line-height: 100px; display: block; transition: all .2s ease-in-out; }

/** frlink */
#hd.brand .hd_wrap .frlink { position: relative; }
#hd.brand .hd_wrap .frlink > a{ display: inline-block; height: 60px; background-color: #c32721; width: 170px; border-radius: 20px; transition: all .2s ease-out; }
#hd.brand .hd_wrap .frlink > a > h3{ font-size: 20px; color: #fff; text-align: center; line-height: 60px; }

/*? hover */
#hd.brand .hd_wrap > nav ul li a:hover{ color: #c32721; }
#hd.brand .hd_wrap .frlink > a:hover{ border-radius: 0; }

/* ? active */
#hd.brand.active{ background: #101010; -webkit-box-shadow: 0 2px 20px 0 rgba(0,0,0,0.05); box-shadow: 0 2px 20px 0 rgba(0,0,0,0.05); }
#hd.brand.active .hd_wrap{ width: 1320px; margin: 0 auto; padding: 0; }
#hd.brand.active .hd_wrap #logo a{ background: url(/img/logo-wh.png) no-repeat left center; background-size: contain; }
#hd.brand.active .hd_wrap > nav{ padding-right: 0; }
#hd.brand.active .hd_wrap > nav ul li a{ color: rgba(255,255,255,.5); line-height: 90px; }
#hd.brand.active .hd_wrap > nav ul li a span{ background-color: rgba(255,255,255,.5); }

/* ? active hover */
#hd.brand.active .hd_wrap > nav ul li a:hover{ color: #fff; }





/*! Index */

/** mvisual */
.mvisual { position: relative; height: 1080px; background: url(/img/bg_mvisual.png) no-repeat; background-size: cover; display: flex; justify-content: center; align-items: center; }
.mvisual .inner .tit-box > h2{ font-size: 85px; text-align: center; letter-spacing: -1px; opacity: 0; }
.mvisual .inner .tit-box > p{ font-size: 30px; text-align: center; margin-top: 15px; opacity: 0; }
/*? animate */
.mvisual .inner .tit-box > h2{ animation: mv-moveU 1s ease-out 1 forwards; }
.mvisual .inner .tit-box > p{ animation: mv-moveU 1s ease-out 1 forwards .2s; }

/*? mv-slider */
.mvisual .inner .mv-slide { width: 100%; margin-top: 50px; overflow: hidden; }
.mv-slide > ul{ position: relative; width: 100%; display: flex; justify-content: center; align-items: center; }
.mv-slide > ul > li{ position: relative; width: 500px; height: 500px; margin-right: 10px; display: flex; justify-content: center; align-items: center; transition: all .2s ease-in-out; }
.mv-slide > ul > li > span{ display: block; width: 300px; height: 300px; border-radius: 225px; transition: all .3s ease-in-out; }
.mv-slide > ul > li > span.mv-img1{ background: url(/img/main-1.png) no-repeat center center; background-size: cover; }
.mv-slide > ul > li > span.mv-img2{ background: url(/img/main-2.png) no-repeat center center; background-size: cover; }
.mv-slide > ul > li > span.mv-img3{ background: url(/img/main-3.png) no-repeat center center; background-size: cover; }
.mv-slide > ul > li > span.mv-img4{ background: url(/img/main-4.png) no-repeat center center; background-size: cover; }
.mv-slide > ul > li > span.mv-img5{ background: url(/img/main-5.png) no-repeat center center; background-size: cover; }
.mv-slide > ul > li > span.mv-img6{ background: url(/img/main-6.png) no-repeat center center; background-size: cover; }

/*? active */
.mv-slide > ul > li.swiper-slide-active > span{ width: 500px; height: 500px; transition-delay: .8s; }


/** msection2 */
.msection2 { position: relative; background-color: #101010; padding: 120px 0 180px; }
.msection2 .inner { width: 1600px; margin: 0 auto; }
.msection2 .inner *{ color: #fff; text-align: center; word-break: keep-all; }
.msection2 .inner .tit-box > h2{ font-size: 60px; letter-spacing: -1px; }
.msection2 .inner .tit-box > p{ font-size: 23px; margin-top: 20px; }
.msection2 .inner > ul{ display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; margin-top: 60px; }
.msection2 .inner > ul > li{ width: 500px; }
.msection2 .inner > ul > li:nth-of-type(n+4){ margin-top: 65px; }
.msection2 .inner > ul > li > span{ position: relative; display: block; width: 100%; height: 400px; border-radius: 40px; overflow: hidden; }
.msection2 .inner > ul > li > span::after{ position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; content: ''; transition: all .2s ease-in-out; }
.msection2 .inner > ul > li > p{ font-size: 30px; margin-top: 25px; transition: all .2s ease-in-out; }

/*? hover */
.msection2 .inner > ul > li:hover > span::after{ transform: scale(1.03); }
.msection2 .inner > ul > li:hover > p{ color: #c32721; }

/*? bg-img */
.msection2 .inner > ul > li > span.bmenu-1::after{ background: url(/img/img_bmenu1.png) no-repeat center center; background-size: cover; }
.msection2 .inner > ul > li > span.bmenu-2::after{ background: url(/img/img_bmenu2.png) no-repeat center center; background-size: cover; }
.msection2 .inner > ul > li > span.bmenu-3::after{ background: url(/img/img_bmenu3.png) no-repeat center center; background-size: cover; }
.msection2 .inner > ul > li > span.bmenu-4::after{ background: url(/img/img_bmenu4.png) no-repeat center center; background-size: cover; }
.msection2 .inner > ul > li > span.bmenu-5::after{ background: url(/img/img_bmenu5.png) no-repeat center center; background-size: cover; }
.msection2 .inner > ul > li > span.bmenu-6::after{ background: url(/img/img_bmenu6.png) no-repeat center center; background-size: cover; }
.msection2 .inner > ul > li > span.bmenu-7::after{ background: url(/img/img_bmenu7.png) no-repeat center center; background-size: cover; }
.msection2 .inner > ul > li > span.bmenu-8::after{ background: url(/img/img_bmenu8.png) no-repeat center center; background-size: cover; }
.msection2 .inner > ul > li > span.bmenu-9::after{ background: url(/img/img_bmenu9.png) no-repeat center center; background-size: cover; }
.msection2 .inner > ul > li > span.bmenu-10::after{ background: url(/img/img_bmenu10.png) no-repeat center center; background-size: cover; }
.msection2 .inner > ul > li > span.bmenu-11::after{ background: url(/img/img_bmenu11.png) no-repeat center center; background-size: cover; }
.msection2 .inner > ul > li > span.bmenu-12::after{ background: url(/img/img_bmenu12.png) no-repeat center center; background-size: cover; }


.msection3 { 
  position: relative; 
  background: url(/img/bg_mvisual3.png) no-repeat center center; 
  padding: 120px 0; 
}
.msection3 .tit-box { 
  margin: 0 auto; 
  text-align: center; 
}
.msection3 .tit-box > h2 { 
  font-size: 60px; 
  text-align: center; 
  letter-spacing: -1px; 
}
.msection3 .tit-box > p { 
  font-size: 23px; 
  text-align: center; 
  margin-top: 20px; 
}
.msection3 .tit-box .review { 
  display: inline-flex; 
  justify-content: center; 
  align-items: center; 
  margin: 50px auto 0; 
}
.msection3 .tit-box .review > p { 
  display: inline-block; 
  font-size: 23px; 
  margin: 0 8px; 
}
.msection3 .tit-box .review > span { 
  display: block; 
  width: 44px; 
  height: 19px; 
  background: url(/img/ico-star2.png) no-repeat; 
}
/*? animate */
.msection3 .tit-box .review { animation: wibing 1.2s ease-in-out infinite; }

/*? review slide */
.msection3 .rv-slide { width: 100%; overflow: hidden; margin-top: 50px; }
.rv-slide > ul{ position: relative; display: flex; justify-content: flex-start; align-items: flex-start; margin-left: 12px; }
.rv-slide > ul > li{ position: relative; width: 320px; height: 449px; margin-right: 20px; }
.rv-slide > ul > li > span{ display: block; width: 100%; height: 100%; transition: all .1s ease-out; }
.rv-slide > ul > li > span.rv-img1{ background: url(/img/review-1.png) no-repeat center top; background-size: contain; }
.rv-slide > ul > li > span.rv-img2{ background: url(/img/review-2.png) no-repeat center top; background-size: contain; }
.rv-slide > ul > li > span.rv-img3{ background: url(/img/review-3.png) no-repeat center top; background-size: contain; }
.rv-slide > ul > li > span.rv-img4{ background: url(/img/review-4.png) no-repeat center top; background-size: contain; }
.rv-slide > ul > li > span.rv-img5{ background: url(/img/review-5.png) no-repeat center top; background-size: contain; }
.rv-slide > ul > li > span.rv-img6{ background: url(/img/review-6.png) no-repeat center top; background-size: contain; }
.rv-slide > ul > li > span.rv-img7{ background: url(/img/review-7.png) no-repeat center top; background-size: contain; }

/*? active */
.rv-slide > ul > li.swiper-slide-active > span{ width: 100%; height: 100%; border: 5px solid #c32721; transition-delay: .7s; }


/** msection4 */
.msection4 { position: relative; height: auto; background-color: #101010; padding: 95px 0; overflow: hidden; }
.msection4 > span{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(/img/bg_section4.png) no-repeat; background-size: cover; }
.msection4 .inner { position: relative; width: 1600px; height: 100%; margin: 0 auto; display: flex; justify-content: flex-end; align-items: center; z-index: 10; }
.msection4 .inner > div{ max-width: 900px; padding: 50px; background-color: #c32721; border-radius: 40px; text-align: center; }
.msection4 .inner > div *{ color: #fff; text-align: center; }
.msection4 .inner > div > h3{ font-size: 60px; letter-spacing: -1px; }
.msection4 .inner > div > p{ font-size: 25px; margin-top: 10px; }
.msection4 .inner > div > ul{ display: flex; justify-content: center; align-items: stretch; flex-wrap: wrap; margin-top: 45px; }
.msection4 .inner > div > ul > li{ position: relative; width: 50%; padding: 50px 45px; }
.msection4 .inner > div > ul > li > span{ display: block; width: 62px; height: 50px; margin: 0 auto; }
.msection4 .inner > div > ul > li > span.ico-sec41{ background: url(/img/ico_sec4_1.png) no-repeat center center; }
.msection4 .inner > div > ul > li > span.ico-sec42{ background: url(/img/ico_sec4_2.png) no-repeat center center; }
.msection4 .inner > div > ul > li > span.ico-sec43{ background: url(/img/ico_sec4_3.png) no-repeat center center; }
.msection4 .inner > div > ul > li > span.ico-sec44{ background: url(/img/ico_sec4_4.png) no-repeat center center; }
.msection4 .inner > div > ul > li > h5{ font-size: 30px; letter-spacing: -1px; margin-top: 25px; }
.msection4 .inner > div > ul > li > p{ font-size: 20px; line-height: 26px; margin-top: 15px; opacity: .5; }
.msection4 .inner > div > ul > li:nth-of-type(1)::after{ position: absolute; bottom: -1px; left: 50%; display: block; width: 90%; height: 1px; transform: translateX(-50%); background-color: #d56864; content: ''; }
.msection4 .inner > div > ul > li:nth-of-type(2)::after{ position: absolute; top: 50%; left: -1px; display: block; width: 1px; height: 90%; transform: translateY(-50%); background-color: #d56864; content: ''; }
.msection4 .inner > div > ul > li:nth-of-type(3)::after{ position: absolute; top: 50%; right: 0; display: block; width: 1px; height: 90%; transform: translateY(-50%); background-color: #d56864; content: ''; }
.msection4 .inner > div > ul > li:nth-of-type(4)::after{ position: absolute; top: 0; left: 50%; display: block; width: 90%; height: 1px; transform: translateX(-50%); background-color: #d56864; content: ''; }


/** msection5 */
.msection5 { position: relative; background-color: #101010; padding: 115px 0; }
.msection5 .inner { width: 1600px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.msection5 .inner .tit-box { max-width: 500px; }
.msection5 .inner .tit-box > h2{ font-size: 60px; line-height: 70px; letter-spacing: -1px; }
.msection5 .inner .tit-box > p{ font-size: 30px; line-height: 42px; margin-top: 30px; }
.msection5 .inner .tit-box > p > mark{ background-color: #c32721; color: #fff; }
.msection5 .inner .con-box { position: relative; display: inline-block; padding: 70px 20px 40px; background-color: #fff; border-radius: 40px; }
.msection5 .inner .con-box > span{ position: absolute; top: -30px; left: 50%; transform: translateX(-50%); display: block; width: max-content; font-size: 30px; letter-spacing: -1px; line-height: 60px; padding: 0 45px; border-radius: 30px; background-color: #c32721; }
.msection5 .inner .con-box > ul{ display: flex; justify-content: center; align-items: flex-start; }
.msection5 .inner .con-box > ul > li{ width: 287px; text-align: center; border-right: 1px solid #e6e6e6; }
.msection5 .inner .con-box > ul > li:last-of-type{ border: 0; }
.msection5 .inner .con-box > ul > li > span{ display: block; width: 180px; height: 160px; margin: 0 auto; }
.msection5 .inner .con-box > ul > li > span.img-sec51{ background: url(/img/img_sec5_1.png) no-repeat center center; background-size: contain; }
.msection5 .inner .con-box > ul > li > span.img-sec52{ background: url(/img/img_sec5_2.png) no-repeat center center; background-size: contain; }
.msection5 .inner .con-box > ul > li > span.img-sec53{ background: url(/img/img_sec5_3.png) no-repeat center center; background-size: contain; }
.msection5 .inner .con-box > ul > li > p{ font-size: 20px; text-align: center; margin-top: 15px; }
.msection5 .inner .con-box > ul > li > h5{ font-size: 30px; text-align: center; }


/** msection6 */
.msection6 { position: relative; background-color: #c32721; padding: 120px 0 90px; }

.msection6 .inner { width: 1600px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }

.msection6 .inner .tit-box { max-width: 800px; padding-right: 60px; }
.msection6 .inner .tit-box > h2{ font-size: 55px; line-height: 70px; letter-spacing: -1px; }
.msection6 .inner .tit-box > h2 > span{ color: #101010; }
.msection6 .inner .tit-box > p{ width: max-content; font-size: 30px; line-height: 42px; margin-top: 30px; word-break: keep-all; }
.msection6 .inner .tit-box > p > mark{ background-color: #101010; color: #fff; }

.msection6 .inner .con-box { position: relative; display: inline-block; width: 700px; padding: 70px 20px 40px; background-color: #fff; border-radius: 40px; }
.msection6 .inner .con-box > span{ position: absolute; top: -30px; left: 50%; transform: translateX(-50%); display: block; width: max-content; font-size: 30px; letter-spacing: -1px; line-height: 60px; padding: 0 45px; border-radius: 30px; background-color: #101010; }
.msection6 .inner .con-box > div{ width: 480px; height: 66px; margin: 0 auto; background: url(/img/img_sec6_1.png) no-repeat; background-size: contain; }
.msection6 .inner .con-box > p{ font-size: 20px; line-height: 30px; text-align: center; margin-top: 30px; }

.msection6 .inner .modelimg {
    display: none;
    position: absolute; /* 절대 위치로 설정 */
    bottom: 0; /* 하단에 붙도록 설정 */
    left: 55%; /* 가로 중앙으로 설정 */
    transform: translateX(-50%); /* 이미지가 정확히 가로로 가운데 정렬되도록 설정 */
    text-align: center; /* 텍스트가 가로로 가운데 정렬되도록 설정 */
    width: 350px; /* 이미지의 너비를 자동으로 설정 */
}

.msection6 .inner .modelimg img {
    max-width: 100%; /* 이미지가 부모 요소의 너비를 넘지 않도록 설정 */
    height: auto; /* 이미지 비율을 유지하면서 크기를 자동 조정 */
}

/* 모바일 설정: 화면이 768px 이하일 때 이미지를 145px로 설정하고 오른쪽 정렬 */
@media screen and (max-width: 768px) {
    .msection6 .inner .modelimg {
        position: absolute;
        bottom: 0; /* 이미지가 하단에 붙도록 설정 */
        left: 88%; /* 가로 중앙으로 설정 */
    }

    .msection6 .inner .modelimg img {
        width: 145px; /* 모바일에서는 이미지 너비를 145px로 설정 */
        height: auto; /* 이미지 비율 유지 */
    }
}

/** msection7 */
.msection7 { position: relative; background-color: #101010; padding: 100px 0; }
.msection7 .inner { width: 1600px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.msection7 .inner .tit-box { max-width: 580px; }
.msection7 .inner .tit-box > span{ display: block; width: 109px; height: 116px; background: url(/img/ico_sec7_1.png) no-repeat; }
.msection7 .inner .tit-box > h2{ font-size: 60px; line-height: 70px; letter-spacing: -1px; margin-top: 30px; }
.msection7 .inner .tit-box > p{ font-size: 30px; line-height: 42px; margin-top: 30px; }
.msection7 .inner .tit-box > p > mark{ background-color: #c32721; color: #fff; }
.msection7 .inner > ul{ display: flex; justify-content: flex-end; align-items: flex-start; }
.msection7 .inner > ul > li{ width: 280px; text-align: center; margin-right: 40px; }
.msection7 .inner > ul > li:last-of-type{ margin-right: 0; }
.msection7 .inner > ul > li > span{ display: block; width: 280px; height: 420px; }
.msection7 .inner > ul > li > span.img-sec71{ background: url(/img/img_sec7_1.png) no-repeat; background-size: contain; }
.msection7 .inner > ul > li > span.img-sec72{ background: url(/img/img_sec7_2.png) no-repeat; background-size: contain; }
.msection7 .inner > ul > li > span.img-sec73{ background: url(/img/img_sec7_3.png) no-repeat; background-size: contain; }
.msection7 .inner > ul > li > p{ font-size: 20px; text-align: center; margin-top: 30px; }
.msection7 .inner > ul > li > h5{ font-size: 30px; text-align: center; letter-spacing: -1px; }


/** msection8 */
.msection8 { position: relative; background-color: #fff; padding: 110px 0 100px; }
.msection8 .inner { width: 1600px; margin: 0 auto; }
.msection8 .inner > h2{ font-size: 60px; letter-spacing: -1px; text-align: center; }
.msection8 .inner > ul{ display: flex; justify-content: space-between; align-items: stretch; flex-wrap: wrap; margin-top: 65px; }
.msection8 .inner > ul > li{ position: relative; width: 500px; padding: 45px 40px 55px; background-color: #f3f3f3; border-radius: 30px; }
.msection8 .inner > ul > li:nth-of-type(n+4){ margin-top: 40px; }
.msection8 .inner > ul > li.step8{ background: url(/img/img_sec8_8.png) no-repeat bottom right #c32721; }
.msection8 .inner > ul > li > p{ font-size: 20px; line-height: 28px; word-break: keep-all; }
.msection8 .inner > ul > li > p:last-of-type{ margin-top: 21px; }
.msection8 .inner > ul > li > h4{ font-size: 30px; letter-spacing: -1px; margin-top: 18px; }
.msection8 .inner > ul > li > div{ position: absolute; top: 40px; right: 40px; width: 70px; height: 70px; display: flex; justify-content: center; align-items: center; border-radius: 50%; background-color: #fff; }
.msection8 .inner > ul > li > div > span{ display: block; width: 34px; height: 34px; }
.msection8 .inner > ul > li > div > span.ico-sec81{ background: url(/img/ico_sec8_1.png) no-repeat center center; }
.msection8 .inner > ul > li > div > span.ico-sec82{ background: url(/img/ico_sec8_2.png) no-repeat center center; }
.msection8 .inner > ul > li > div > span.ico-sec83{ background: url(/img/ico_sec8_3.png) no-repeat center center; }
.msection8 .inner > ul > li > div > span.ico-sec84{ background: url(/img/ico_sec8_4.png) no-repeat center center; }
.msection8 .inner > ul > li > div > span.ico-sec85{ background: url(/img/ico_sec8_5.png) no-repeat center center; }
.msection8 .inner > ul > li > div > span.ico-sec86{ background: url(/img/ico_sec8_6.png) no-repeat center center; }
.msection8 .inner > ul > li > div > span.ico-sec87{ background: url(/img/ico_sec8_7.png) no-repeat center center; }
.msection8 .inner > ul > li > div > span.ico-sec89{ background: url(/img/ico_sec8_9.png) no-repeat center center; }



/** msection9 */
.msection9 { position: relative; background-color: #f3f3f3; padding: 120px 0 110px; }
.msection9 .inner { width: 1600px; margin: 0 auto; }
.msection9 .inner > h2{ font-size: 60px; letter-spacing: -1px; text-align: center; }
.msection9 .inner > table{ max-width: 1320px; width: 100%; margin: 50px auto 0; }
.msection9 .inner > table *{ font-family: 'Giants-Regular'; font-weight: 400; font-style: normal; }
.msection9 .inner .cost tr td{ text-align: center; padding: 0 40px; border-bottom: 1px solid #d8d8d8; border-right: 1px solid #d8d8d8; }
.msection9 .inner .cost tr td:last-of-type{ border-right: 0; }
.msection9 .inner .cost tr td.t-line{ height: 2px; background-color: #c32721; }
.msection9 .inner .cost tr td.a-left{ text-align: left; }
.msection9 .inner .cost tr td.b-wh{ background-color: #fff; }
.msection9 .inner .cost tr td p{ position: relative; display: inline-block; font-size: 23px; line-height: 80px; letter-spacing: -1px; } 
.msection9 .inner .cost .c-line{ text-decoration: line-through; }
.msection9 .inner .cost tr td p span.s-pass{ position: absolute; top: 50%; right: -58px; transform: translateY(-50%); display: inline-block; font-size: 23px; color: #fff; line-height: 29px; padding: 0 5px; background-color: #c32721; }
.msection9 .inner .cost tr td p strong{ font-size: 35px; color: #c32721; }



/** msection10 */
.msection10 { position: relative; background: url(/img/bg_section10.png) no-repeat top left #c32721; background-size: cover; padding: 125px 0; }
.msection10 .inner { width: 1600px; margin: 0 auto; display: flex; justify-content: space-between; align-items: flex-start; }
.msection10 .inner .tit-box { max-width: 650px; }
.msection10 .inner .tit-box > h2{ font-size: 60px; line-height: 70px; letter-spacing: -1px;  padding-top: 150px; }
.msection10 .inner .tit-box > p{ font-size: 23px; margin-top: 25px; letter-spacing: -1px; }
.msection10 .inner .tit-box > ul{ margin-top: 45px; }
.msection10 .inner .tit-box > ul > li{ display: flex; justify-content: flex-start; align-items: center; margin-bottom: 15px; }
.msection10 .inner .tit-box > ul > li:last-of-type{ margin-bottom: 0; }
.msection10 .inner .tit-box > ul > li > span{ display: block; width: 22px; height: 22px; }
.msection10 .inner .tit-box > ul > li > span.ico-sec101{ background: url(/img/ico_sec10_1.png) no-repeat center center; }
.msection10 .inner .tit-box > ul > li > span.ico-sec102{ background: url(/img/ico_sec10_2.png) no-repeat center center; }
.msection10 .inner .tit-box > ul > li > p{ font-size: 20px; letter-spacing: -1px; margin-left: 13px; }
.msection10 .inner .inqry-box { position: relative; width: 800px; border-radius: 50px; background-color: #fff; padding: 110px 90px; }
.msection10 .inner .inqry-box > h3{ font-size: 45px; letter-spacing: -1px; }
.msection10 .inner .inqry-box > div{ margin-top: 65px; }

/* 모바일 대응: 화면이 768px 이하일 때 배경 이미지 조정 */
@media screen and (max-width: 768px) {
    .msection10 {
        background: url(/img/bg_section10_mobile.png) no-repeat center center #c32721;
        background-size: contain; /* 모바일 버전에서는 이미지가 축소되도록 설정 */
        background-position: center center; /* 이미지를 가운데 배치 */
    }
}

/*? form box */
.inqry-box .frmBox ul{ width: 100%; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.inqry-box .frmBox ul li{ width: 100%; margin-bottom: 25px; display: block; }
.inqry-box .frmBox ul li.conput{ align-items: flex-start; }
.inqry-box .frmBox ul li.conput .label{ padding-top: 13px; }
.inqry-box .frmBox ul li.wid02{ width: 49%; }
.inqry-box .frmBox ul li.wid03{ width: 32%; }
.inqry-box .frmBox ul li .label{ position: relative; display: inline-block; font-size: 18px; font-weight: 500; color: #111; letter-spacing: -1px; margin-bottom: 10px; font-family: 'Giants-Regular'; font-weight: 400; font-style: normal; }
.inqry-box .frmBox ul li .label .req{ position: absolute; top: 0; right: -10px; display: block; width: 5px; height: 5px; background: #c32721; border-radius: 50%; z-index: -1; }
.inqry-box .frmBox ul li .label em{ font-size: 14px; font-weight: 400; color: #aaa; font-style: normal; }
.inqry-box .frmBox ul li .inpBox{ width: 100%; }
.inqry-box .frmBox ul li .inpBox.half { display: flex; justify-content: flex-start; align-items: center; }
.inqry-box .frmBox ul li .inpBox.half > input{ width: 50%; }
.inqry-box .frmBox ul li .inpBox.half > p{ font-size: 17px; padding-left: 12px; }
.inqry-box .frmBox ul li .selectBox{ position: relative; }
.inqry-box .frmBox ul li .selectBox::after{ position: absolute; right: 5%; top: 50%; transform: translateY(-50%); width: 10px; height: 8px; background: url(/img/ico_select.png) no-repeat center center; content: ''; display: block; }
.inqry-box .frmBox ul li select,
.inqry-box .frmBox ul li .frm_input,
.inqry-box .frmBox ul li textarea{ width: 100%; height: 55px; font-size: 16px; color: #111; padding: 0 20px; border: 1px solid #f8f8f8; outline: none; border-radius: 10px; background: #f8f8f8; transition: all 0.2s ease-in-out; }
.inqry-box .frmBox ul li textarea{ height: 120px; line-height: 30px; padding: 10px 20px; resize: none; }
.inqry-box .frmBox ul li .frm_input.rows{ height: 120px; line-height: 30px; padding: 10px 20px; resize: none; }
.inqry-box .frmBox ul li .frm_input::placeholder,
.inqry-box .frmBox ul li textarea::placeholder{ color: #c1c5cc; font-family: 'pretendard'; }
.inqry-box .frmBox ul li select:focus,
.inqry-box .frmBox ul li select:focus-visible,
.inqry-box .frmBox ul li .frm_input:focus,
.inqry-box .frmBox ul li .frm_input:focus-visible,
.inqry-box .frmBox ul li textarea:focus,
.inqry-box .frmBox ul li textarea:focus-visible{ border: 1px solid #c32721; }

.inqry-box .frmBox select { font-family: 'pretendard'; cursor: pointer; border-radius: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.inqry-box .frmBox select::-ms-expand{ display: none; }

/* 파일박스 */
.inqry-box .frmBox .fileBox{ width: 100%; height: 55px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; border-radius: 10px; background: #f4f4f4; border: 1px solid #f4f4f4; }
.inqry-box .frmBox .fileBox input[type="file"]{ display: none; }
.inqry-box .frmBox .fileBox label{ display: inline-block; cursor: pointer; }
.inqry-box .frmBox .fileBox .upload-name{ display: inline-block; font-size: 16px; color: #c1c5cc; border: 0; background-color: transparent; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.inqry-box .frmBox .fileBox + .file_del{ display: block; margin-top: 7px; padding: 0; }

/* 라디오박스 */
.inqry-box .frmBox > ul li .radioBox{ width: 100%; display: flex; justify-content: space-between; text-align: center; }
.inqry-box .frmBox > ul li .radioBox > input{ display: none; }
.inqry-box .frmBox > ul li .radioBox > input + label{ position: relative; width: 23%; height: 45px; font-size: 14px; font-weight: 400; color: #c1c5cc; line-height: 45px; border: 1px solid #ddd; background: #f8f8f8; cursor: pointer; display: block; transition: all 0.2s ease-in-out; }
.inqry-box .frmBox > ul li .radioBox > input:checked + label{ color: #fff; background: #000; border: 1px solid #000; }

/* 약관박스 */
.inqry-box .frmChk{ width: 100%; height: 55px; display: flex; align-items: center; justify-content: space-between; }
.inqry-box .frmChk .provision { display: inline-block; font-size: 18px; font-weight: 500; color: #111; letter-spacing: -1px; padding-left: 10px; font-family: 'Giants-Regular'; font-weight: 400; font-style: normal; }
/*.frmChk .provision .unline { position: absolute; bottom: 0; display: block; width: 155px; height: 6px; background: #fbff5f; z-index: -1; }*/
.inqry-box .frmChk .chkBox input[type=checkbox]{ display: none; }
.inqry-box .frmChk .chkBox input[type=checkbox] + label{ font-size: 18px; font-weight: 500; color: #111; letter-spacing: -1px; cursor: pointer; font-family: 'Giants-Regular'; font-weight: 400; font-style: normal; }
.inqry-box .frmChk .chkBox input[type=checkbox] + label em{ color: #bfbfbf; font-style: normal; }
.inqry-box .frmChk .chkBox input[type=checkbox] + label span{ width: 40px; height: 40px; background: url(/img/ico_chkBox.png) no-repeat center center; background-size: contain; display: inline-block; }
.inqry-box .frmChk .chkBox input[type=checkbox]:checked + label span{ background: url(/img/ico_chkBox_on.png) no-repeat center center; background-size: contain; }
.inqry-box .frmChk .pv-open{ font-size: 16px; color: #bfbfbf; letter-spacing: -1px; cursor: pointer; transition: all 0.2s ease-in-out; margin-left: 15px; text-decoration: underline; font-family: 'Giants-Regular'; font-weight: 400; font-style: normal; }
.inqry-box .frmChk .pv-open:hover{ color: #111; }

/* 약관팝업 */
.inqry-box .pop_terms{ display: none; position: absolute; left: 50%; top: 60%; transform: translate(-50%,-50%); width: 90%; padding: 50px; border: 1px solid #000; background: #fff; z-index: 100; -webkit-box-shadow: 0 0 20px 0 rgba(25,39,32,0.1); box-shadow: 0 0 20px 0 rgba(25,39,32,0.1); }
.inqry-box .pop_terms > h3{ font-size: 26px; font-weight: 700; color: #111; letter-spacing: -1.5px; margin-bottom: 20px; }
.inqry-box .pop_terms > .pv-close{ position: absolute; right: 50px; top: 50px; width: 35px; height: 35px; background: url(/img/ico_pop_close.png) no-repeat center center, #fff; background-size: contain; border-radius: 50%; border: none; text-indent: -9999px; }
.inqry-box .pop_terms .txtBox{ width: 100%; height: 350px; background-color: #f8f8f8; overflow-y: scroll; padding: 20px 20px; }
.inqry-box .pop_terms .txtBox .parag{ margin-bottom: 40px;}
.inqry-box .pop_terms .txtBox .parag .t_1{display: block; font-size: 20px; color: #222; margin-bottom: 10px;}
.inqry-box .pop_terms .txtBox .parag .t_2{display: block; font-size: 15px; color: #272727; font-weight: bold; font-style: normal; margin-top: 10px; margin-bottom: 5px;}
.inqry-box .pop_terms .txtBox .parag p{ display: block; color: #313131; font-size: 15px; line-height: 30px; letter-spacing: -0.5px; word-break: keep-all; }
.inqry-box .pop_terms .txtBox .parag ul{ margin-top: 5px;}
.inqry-box .pop_terms .txtBox .parag ul li span{ display: block; color: #313131; font-size: 15px; line-height: 30px; letter-spacing: -0.5px; word-break: keep-all; }
.inqry-box .pop_terms .txtBox .parag ul li p{ padding-left: 8px; }
.inqry-box .pop_terms .txtBox::-webkit-scrollbar{ width: 6px; }
.inqry-box .pop_terms .txtBox::-webkit-scrollbar-thumb{ height: 17%; background-color: #aaa; border-radius: 10px; }
.inqry-box .pop_terms .txtBox::-webkit-scrollbar-track{ background: transparent; }

/* 확인버튼 */
.inqry-box .btn_confirm{ text-align: center; margin-top: 0; }
.inqry-box .btn_confirm *{ display: block; width: 100%; line-height: 70px; font-size: 22px; font-weight: 800; color: #fff; border: 1px solid #111; padding: 0 40px; background: #111; border-radius: 10px; vertical-align: middle; text-align: center; transition: all 0.2s ease-in-out; }
.inqry-box .btn_confirm .go_list{ color: #fff; font-size: 18px; background: #999999; border: 1px solid #999999; text-align: center; margin-top: 10px; }
.inqry-box .btn_confirm #btn_submit:hover{ color: #fff; background: #c32721; border: 1px solid #c32721; }

/* radio Box2 */
.inqry-box .frm_radio2 { display: flex; justify-content: space-between; text-align: center; }
.inqry-box .frm_radio2 > input[type="radio"]{ display: none; }
.inqry-box .frm_radio2 > input[type="radio"] + label{ position: relative; width: 49%; height: 55px; font-size: 15px; font-family: 'pretendard'; line-height: 55px; font-weight: 500; color: #aaa; border-radius: 10px; border: 1px solid #f3f3f3; background-color: #f3f3f3; cursor: pointer; display: block; overflow: hidden; margin-right: 2px; transition: all 0.3s ease-in-out; }
.inqry-box .frm_radio2 > input[type="radio"] + label:last-of-type{ margin-right: 0; }
.inqry-box .frm_radio2 > input[type="radio"]:checked + label{ border-color: #c32721; color: #c32721; background: #fff; }






/*! Inqry */
.minqry { position: fixed; bottom: -140px; z-index: 990; width: 100%; transition: all .4s ease-out; }
.minqry .inner { width: 100%; margin: 0 auto; }
.minqry .inner .apply .iq-bar { width: 100%; height: 50px; display: flex; justify-content: center; align-items: center; background-color: #c32721; border-top-left-radius: 40px; border-top-right-radius: 40px; transition: all .2s ease-out; cursor: pointer; }
.minqry .inner .apply .iq-bar > span{ display: block; width: 20px; height: 20px; background: url(/img/iq_up.png) no-repeat; transition: all .2s ease-out; }
.minqry .inner .apply .iq-bar > p{ font-size: 20px; font-weight: 700; margin-left: 10px; letter-spacing: -1px; }

.minqry.on{ bottom: 0; }
.minqry.on .inner .apply .iq-bar { background-color: #656565; }
.minqry.on .inner .apply .iq-bar > span{ background: url(/img/iq_down.png) no-repeat; }

/** inqry - apply **/
.minqry .inner .apply > ul{ display: flex; justify-content: space-between; align-items: center; padding: 30px 150px; height: 140px; background-color: #111; }
.minqry .inner .apply .iq-tit > p{ font-size: 18px; letter-spacing: -1px; }
.minqry .inner .apply .iq-tit > h2{ font-size: 35px; font-weight: 800; margin-top: 5px; letter-spacing: -1px; }

.apply form{ display: flex; justify-content: flex-start; align-items: flex-end; }
.apply form .frmBox ul{ display: flex; justify-content: flex-start; align-items: flex-end; }
.apply form .frmBox ul li{ margin-right: 10px; }
.apply form .frmBox ul li:last-of-type{ margin-right: 0; }
.apply form .frmBox ul li .label{ position: relative; font-size: 18px; font-weight: 700; color: #fff; margin-bottom: 8px; }

.apply form .frmBox ul li .selectBox{ position: relative; width: 220px; }
.apply form .frmBox ul li .selectBox::after{ position: absolute; right: 5%; top: 50%; transform: translateY(-50%); width: 10px; height: 8px; background: url(/img/ico_select.png) no-repeat center center; content: ''; display: block; }

.apply form .frmBox ul li select { width: 100%; height: 50px; font-size: 13px; color: #c0c0c3; padding: 0 20px; border: 1px solid #e9e9ed; outline: none; border-radius: 10px; background: #fff; transition: all 0.2s ease-in-out; -webkit-appearance:none; /* 크롬 화살표 없애기 */ -moz-appearance:none; /* 파이어폭스 화살표 없애기 */ appearance:none /* 화살표 없애기 */ }


.apply form .frmBox ul li .frm_input{ width: 220px; height: 50px; font-size: 13px; color: #c0c0c3; line-height: 50px; padding: 0 0 0 20px; border: none; border-radius: 10px; border: 1px solid #e9e9ed; outline: none; background: #fff; transition: all 0.2s ease-in-out; }
.apply form .frmBox ul li .frm_input::placeholder{ color: #aaa; font-weight: 300; }
.apply form .frmBox ul li textarea{ width: calc(100% - 100px); font-size: 13px; color: #c0c0c3; line-height: 30px; padding: 10px 15px; border: 1px solid #e9e9ed; background: #fff; resize: none; outline: none; resize: none; transition: all 0.2s ease-in-out; }
.apply form .frmBox ul li textarea::placeholder{ color: #aaa; font-weight: 300; }
.apply form .frmBox ul li select:focus,
.apply form .frmBox ul li select:focus-visible,
.apply form .frmBox ul li .frm_input:focus,
.apply form .frmBox ul li .frm_input:focus-visible{ border: 1px solid #c32721; }
.apply form .frmBox ul li textarea:focus,
.apply form .frmBox ul li textarea:focus-visible{ border: 1px solid #c32721; }
.apply form .frmBox ul li .fileBox{ width: calc(100% - 100px); height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 10px 10px; border: 1px solid #e9e9ed; background: #fff; }
.apply form .frmBox ul li .fileBox input[type="file"]{ display: none; }
.apply form .frmBox ul li .fileBox label { display: block; width: 60px; height: 32px; font-size: 15px; color: #96969d; line-height: 32px; cursor: pointer; margin: 0; text-align: center; background-color: #f6f6f8; }
.apply form .frmBox ul li .fileBox .upload-name{ width: calc(100% - 90px); display: block; font-size: 13px; color: #c0c0c3; font-weight: 300; background: #fff; border: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
/* 약관박스 */
.apply form .frmChk{ display: flex; align-items: center; justify-content: center; width: 170px; padding-bottom: 4px; }
.apply form .frmChk .chkBox input[type=checkbox]{ display: none; }
.apply form .frmChk .chkBox input[type=checkbox] + label{ display: flex; justify-content: flex-start; align-items: center; cursor: pointer; }
.apply form .frmChk .chkBox input[type=checkbox] + label p{ font-size: 18px; font-weight: 500; color: #fff; line-height: 22px; }
.apply form .frmChk .chkBox input[type=checkbox] + label em{ color: #bfbfbf; font-style: normal; }
.apply form .frmChk .chkBox input[type=checkbox] + label span{ width: 30px; height: 30px; background: url(/img/img_bar_frmchk.png) no-repeat center center; background-size: contain; display: inline-block; margin-right: 10px; }
.apply form .frmChk .chkBox input[type=checkbox]:checked + label span{ background: url(/img/img_bar_frmchk_on.png) no-repeat center center; background-size: contain; }
.apply form .frmChk .pv-open{ display: inline-block; font-size: 11px; color: #96969d; line-height: 21px; background-color: #f6f6f8; padding: 0 6px; margin-left: 20px; cursor: pointer; transition: all 0.2s ease-in-out; }
.apply form .frmChk .pv-open:hover{ color: #111; }
/* 버튼박스 */
.apply form .btnBox{ width: 220px; height: 75px; margin-left: 20px; }
.apply form .btnBox > *{ width: 100%; font-size: 25px; font-weight: 800; color: #fff; line-height: 75px; border: none; border-radius: 20px; transition: all 0.2s ease-in-out; }
.apply form .btnBox > button{ background: #c32721; }
.apply form .btnBox > *:hover{ background: #c32721; border-radius: 0; }
/* 약관팝업 */
.apply .pop_terms_bar{ display: none; position: absolute; left: 45%; top: 50%; transform: translate(-50%,-50%); width: 700px; background: #fff; z-index: 999; -webkit-box-shadow: 0 0 20px 0 rgba(25,39,32,0.1); box-shadow: 0 0 20px 0 rgba(25,39,32,0.1); }
.apply .pop_terms_bar .pop_wrap{ position: relative; width: 85%; margin: 0 auto; padding: 30px 0; }
.apply .pop_terms_bar .pop_wrap > h3{ font-size: 17px; font-weight: 700; color: #111111; margin-bottom: 10px; }
.apply .pop_terms_bar .pop_wrap > .pv-close{ position: absolute; right: 0; top: 30px; border: none; background-color: transparent; }
.apply .pop_terms_bar .pop_wrap .txtBox{ width: 100%; height: 300px; background-color: #f8f8f8; overflow-y: scroll; padding: 20px 20px; border-radius: 3px; }
.apply .pop_terms_bar .pop_wrap .txtBox .parag{ margin-bottom: 20px; }
.apply .pop_terms_bar .pop_wrap .txtBox .parag h4{ font-size: 13px; font-weight: 700; color: #636363; line-height: 20px; }
.apply .pop_terms_bar .pop_wrap .txtBox .parag p{ font-size: 13px; font-weight: 400; color: #636363; line-height: 20px; }
.apply .pop_terms_bar .pop_wrap .txtBox .parag strong{ display: block; font-size: 13px; font-weight: 400; color: #636363; line-height: 20px; margin-bottom: 10px; }
.apply .pop_terms_bar .pop_wrap .txtBox::-webkit-scrollbar{ width: 6px; }
.apply .pop_terms_bar .pop_wrap .txtBox::-webkit-scrollbar-thumb{ height: 17%; background-color: rgba(0,0,0,1); border-radius: 10px; }
.apply .pop_terms_bar .pop_wrap .txtBox::-webkit-scrollbar-track{ background-color:rgba(0,0,0,0.2);}





/*! Contact complete */

.contact.at-complete { position: relative; min-height: 80vh; padding-top: 90px; background-color: #252525; display: flex; justify-content: center; align-items: center; }

.contact .con-box .complete-box { min-height: 500px; margin-top: 120px; text-align: center; }
.contact .con-box .complete-box > *{ color: #fff; text-align: center; }
.contact .con-box .complete-box > div{ display: flex; justify-content: center; align-items: center; }
.contact .con-box .complete-box > div > span{ display: block; width: 12px; height: 12px; background-color: #c32721; }
.contact .con-box .complete-box > div > h2{ font-size: 60px; font-weight: 700; text-transform: uppercase; margin: 0 20px; }
.contact .con-box .complete-box > p{ font-size: 24px; line-height: 40px; margin-top: 30px; }
.contact .con-box .complete-box > a{ display: inline-block; margin: 60px auto 0; }
.contact .con-box .complete-box > a > span{ display: block; width: 32px; height: 27px; margin: 0 auto; background: url(/img/arrow-right.svg) no-repeat; background-size: contain; }
.contact .con-box .complete-box > a > h5{ font-size: 30px; font-weight: 600; margin-top: 5px; transition: all .2s ease-out; }
/*? hover */
.contact .con-box .complete-box > a:hover > h5{ color: #c32721; }







/*! Brandinfo */
.brand1 { position: relative; width: 100%; height: 1030px; padding-top: 100px; background: url(/img/bg_brand1.png) no-repeat bottom center; }
.brand1 .inner { width: 1320px; margin: 0 auto; padding-top: 110px; }
.brand1 .inner > h4{ font-size: 45px; font-weight: 600; opacity: 0; }
.brand1 .inner > h2{ font-size: 90px; font-weight: 600; margin-top: 5px; opacity: 0; }
.brand1 .inner > p{ font-size: 23px; line-height: 36px; margin-top: 20px; opacity: 0; }
/*? animate */
.brand1 .inner > h4{ animation: mv-moveU 1s ease-out 1 forwards; }
.brand1 .inner > h2{ animation: mv-moveU 1s ease-out 1 forwards .2s; }
.brand1 .inner > p{ animation: mv-moveU 1s ease-out 1 forwards .4s; }

.brand2 { padding: 150px 0 100px; background-color: #101010; }
.brand2 .inner1 { width: 100%; height: 700px; background: url(/img/img_brand2_1.png) no-repeat left center; display: flex; align-items: center; }
.brand2 .inner2 { width: 100%; height: 700px; margin-top: 100px; background: url(/img/img_brand2_2.png) no-repeat right center; display: flex; align-items: center; }
.brand2 .txt-box { width: 1320px; margin: 0 auto; display: flex; align-items: center; }
.brand2 .txt-box.a-end{ justify-content: flex-end; }
.brand2 .txt-box.a-start{ justify-content: flex-start; }
.brand2 .txt-box > div > h4{ font-size: 45px; line-height: 60px; }
.brand2 .txt-box > div > p{ font-size: 23px; line-height: 36px; margin-top: 25px; }

.brand3 { padding: 90px 0; background-color: #c32721; }
.brand3 .inner { width: 1320px; margin: 0 auto; }
.brand3 .inner > h2{ font-size: 60px; text-align: center; }



.brand4 { padding: 100px 0; background-color: #f3f3f3; }
.brand4 .inner { width: 1320px; margin: 0 auto; }
.brand4 .inner > h2{ font-size: 60px; text-align: center; }
.brand4 .inner > div{ margin-top: 40px; }





/*! Aside */
#aside { position: fixed; bottom: 40vh; right: 22px; z-index: 890; animation: wibing 2s ease-in-out infinite; }
#aside > a{ position: relative; display: block; width: 65px; height: 65px; border-radius: 15px; margin-bottom: 10px; text-align: center; transition: all .2s ease-out; }
#aside > a:last-of-type{ margin-bottom: 0; }
#aside .as_kakao { background-color: #f9e000; padding-top: 16px; }
#aside .as_kakao > span{ display: block; width: 33px; height: 34px; background: url(/img/ico_asidekakao.png) no-repeat; margin: 0 auto; transition: all .2s ease-out; }
#aside .as_instar { background-color: transparent; padding-top: 0px; }
#aside .as_instar > span{ display: block; width: 66px; height: 66px; background: url(/img/ico_ftinsta_on_2.png) no-repeat; margin: 0 auto; transition: all .2s ease-out; }
#aside .as_inqry { background-color: #000; padding-top: 17px; }
#aside .as_inqry > span{ display: block; width: 32px; height: 30px; background: url(/img/ico_aside1.svg) no-repeat; margin: 0 auto; }
#aside .as_top{ font-size: 30px; font-weight: 400; line-height: 62px; background-color: #fff; border: 1px solid #f1f1f1; }

#aside > a.btn-view-inqry{ width: auto; height: auto; background-color: #c32721; font-size: 14px; color: #fff; font-weight: 700; line-height: 18px; text-align: center; padding: 14px 20px; }

/*? hover */
#aside .as_kakao:hover{ background-color: #000; }
#aside .as_kakao:hover > span{ background: url(/img/ico_asidekakao_on.png) no-repeat; }
#aside .as_inqry:hover{ background-color: #c32721; }
#aside .as_top:hover{ background-color: #c32721; color: #fff; border: 0; }
#aside > a.btn-view-inqry:hover{ background-color: #000; }

/*! Footer */
#ft { background-color: #111; }
#ft .inner { position: relative; width: 1600px; margin: 0 auto; display: flex; justify-content: flex-start; align-items: flex-start; padding-bottom: 60px; }
#ft .inner > div{ padding-top: 40px; }
#ft .inner .left-call { padding-right: 100px; }
#ft .inner .left-call > div{ display: block; padding-top: 20px; }
#ft .inner .left-call > div > span{ display: block; width: 81px; height: 70px; background: url(/img/logo-wh.png) no-repeat; }
#ft .inner .left-call .copyright { font-size: 13px; line-height: 20px; color: #bbbbbb; margin-top: 32px; }
#ft .inner .right-info { padding-left: 40px; border-left: 1px solid #3a3a3a; }
#ft .inner .right-info > ul > li{ display: flex; justify-content: flex-start; align-items: center; line-height: 30px; }
#ft .inner .right-info .lable { font-size: 13px; width: 80px; display: block; }
#ft .inner .right-info .l-info { font-size: 13px; color: #bbbbbb; word-break: keep-all; }

#ft .inner .ft_link { position: absolute; top: 0; right: 0; z-index: 10; display: flex; justify-content: flex-end; align-items: center; }
#ft .inner .ft_link .ft_insta { display: block; width: 50px; height: 50px; border-radius: 15px; background-color: #424242; transition: all .2s ease-out; }
#ft .inner .ft_link .ft_insta > span{ display: block; width: 25px; height: 25px; margin: 12px auto 0; background: url(/img/ico_ftinsta.png) no-repeat; background-size: contain; transition: all .2s ease-out; }

/*? hover */
#ft .inner .ft_link .ft_insta:hover{ background-color: #e930a6; }
#ft .inner .ft_link .ft_insta:hover > span{ background: url(/img/ico_ftinsta_on.png) no-repeat; background-size: contain; }





/*! PC small 1280 ~ 1700 */

@media screen and (max-width: 1700px){



/*! Header */

#hd .hd_wrap{ width: 100%; padding: 0 3%; display: flex; align-items: center; justify-content: flex-start; margin: 0 auto; transition: all .2s ease-in-out; }
#hd .hd_wrap #logo a{ display: inline-block; width: 81px; height: 70px; background: url(/img/logo.png) no-repeat left center; background-size: contain; text-indent: -9999px; transition: all .2s ease-in-out; }
#hd .hd_wrap > nav{ width: calc(100% - 127px); display: flex; justify-content: center; align-items: center; padding-right: 139px; transition: all .2s ease-out; }
#hd .hd_wrap > nav ul{ display: flex; align-items: center; justify-content: space-between; margin-left: 80px; }
#hd .hd_wrap > nav ul li{ margin-left: 35px; }
#hd .hd_wrap > nav ul li a{ font-size: 17px; line-height: 130px; letter-spacing: -0.5px; }

/** call*/
#hd .hd_wrap .call > a > h3{ font-size: 18px; color: #fff; line-height: 95px; }


/* ? active */
#hd.active .hd_wrap{ padding: 0 3%; }
#hd.active .hd_wrap > nav{ padding-right: 178px; }
#hd.active .hd_wrap > nav ul li a{ line-height: 95px; }

#hd.active .hd_wrap .call > a{ height: 95px; padding: 0 20px; }




/*! Index */

/** mvisual */
.mvisual { position: relative; height: 960px; background: url(/img/bg_mvisual.png) no-repeat; background-size: cover; display: flex; justify-content: center; align-items: center; }
.mvisual .inner .tit-box > h2{ font-size: 70px; text-align: center; letter-spacing: -1px; opacity: 0; }
.mvisual .inner .tit-box > p{ font-size: 20px; text-align: center; margin-top: 15px; opacity: 0; }
/*? animate */
.mvisual .inner .tit-box > h2{ animation: mv-moveU 1s ease-out 1 forwards; }
.mvisual .inner .tit-box > p{ animation: mv-moveU 1s ease-out 1 forwards .2s; }

/*? mv-slider */
.mvisual .inner .mv-slide { width: 100%; margin-top: 70px; overflow: hidden; }
.mv-slide > ul{ position: relative; width: 100%; display: flex; justify-content: center; align-items: center; }
.mv-slide > ul > li{ position: relative; width: 500px; height: 500px; margin-right: 10px; display: flex; justify-content: center; align-items: center; transition: all .2s ease-in-out; }
.mv-slide > ul > li > span{ display: block; width: 300px; height: 300px; border-radius: 225px; transition: all .3s ease-in-out; }

/*? active */
.mv-slide > ul > li.swiper-slide-active > span{ width: 500px; height: 500px; transition-delay: .8s; }


/** msection2 */
.msection2 { position: relative; background-color: #101010; padding: 120px 0 180px; }
.msection2 .inner { width: 90%; margin: 0 auto; }
.msection2 .inner *{ color: #fff; text-align: center; word-break: keep-all; }
.msection2 .inner .tit-box > h2{ font-size: 50px; letter-spacing: -1px; }
.msection2 .inner .tit-box > p{ font-size: 20px; margin-top: 20px; }
.msection2 .inner > ul{ display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; margin-top: 60px; }
.msection2 .inner > ul > li{ width: 31%; min-width: 360px; }
.msection2 .inner > ul > li:nth-of-type(n+4){ margin-top: 65px; }
.msection2 .inner > ul > li > span{ position: relative; display: block; width: 100%; height: 340px; border-radius: 40px; overflow: hidden; }
.msection2 .inner > ul > li > p{ font-size: 24px; margin-top: 25px; transition: all .2s ease-in-out; }

/*? hover */
.msection2 .inner > ul > li:hover > span::after{ transform: scale(1.03); }
.msection2 .inner > ul > li:hover > p{ color: #c32721; }



/** msection3 */
.msection3 { position: relative; background-color: #f3f3f3; padding: 120px 0; }
.msection3 .tit-box { margin: 0 auto; text-align: center; }
.msection3 .tit-box > h2{ font-size: 50px; text-align: center; letter-spacing: -1px; }
.msection3 .tit-box > p{ font-size: 20px; text-align: center; margin-top: 20px; }
.msection3 .tit-box .review { display: inline-flex; justify-content: center; align-items: center; margin: 50px auto 0; }
.msection3 .tit-box .review > p{ display: inline-block; font-size: 23px; margin: 0 8px; }
.msection3 .tit-box .review > span{ display: block; width: 44px; height: 19px; background: url(/img/ico-star2.png) no-repeat; }

/*? animate */
.msection3 .tit-box .review { animation: wibing 1.2s ease-in-out infinite; }

/*? review slide */
.msection3 .rv-slide { width: 100%; overflow: hidden; margin-top: 50px; }
.rv-slide > ul{ position: relative; display: flex; justify-content: flex-start; align-items: flex-start; margin-left: 12px; }
.rv-slide > ul > li{ position: relative; width: 320px; height: 449px; margin-right: 20px; }

/*? active */
.rv-slide > ul > li.swiper-slide-active > span{ width: 100%; height: 100%; border: 5px solid #c32721; transition-delay: .7s; }



/** msection4 */
.msection4 { position: relative; height: 960px; background-color: #101010; padding: 95px 0; overflow: hidden; }
.msection4 > span{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(/img/bg_section4.png) no-repeat; background-size: cover; }
.msection4 .inner { position: relative; width: 90%; height: 100%; margin: 0 auto; display: flex; justify-content: flex-end; align-items: center; z-index: 10; }
.msection4 .inner > div{ max-width: 900px; padding: 50px; background-color: #c32721; border-radius: 40px; text-align: center; }
.msection4 .inner > div *{ color: #fff; text-align: center; }
.msection4 .inner > div > h3{ font-size: 50px; letter-spacing: -1px; }
.msection4 .inner > div > p{ font-size: 22px; margin-top: 10px; }
.msection4 .inner > div > ul{ display: flex; justify-content: center; align-items: stretch; flex-wrap: wrap; margin-top: 45px; }
.msection4 .inner > div > ul > li{ position: relative; width: 50%; padding: 50px 45px; }
.msection4 .inner > div > ul > li > span{ display: block; width: 62px; height: 50px; margin: 0 auto; }
.msection4 .inner > div > ul > li > h5{ font-size: 30px; letter-spacing: -1px; margin-top: 25px; }
.msection4 .inner > div > ul > li > p{ font-size: 20px; line-height: 26px; margin-top: 15px; opacity: .5; }
.msection4 .inner > div > ul > li:nth-of-type(1)::after{ position: absolute; bottom: -1px; left: 50%; display: block; width: 90%; height: 1px; transform: translateX(-50%); background-color: #d56864; content: ''; }
.msection4 .inner > div > ul > li:nth-of-type(2)::after{ position: absolute; top: 50%; left: -1px; display: block; width: 1px; height: 90%; transform: translateY(-50%); background-color: #d56864; content: ''; }
.msection4 .inner > div > ul > li:nth-of-type(3)::after{ position: absolute; top: 50%; right: 0; display: block; width: 1px; height: 90%; transform: translateY(-50%); background-color: #d56864; content: ''; }
.msection4 .inner > div > ul > li:nth-of-type(4)::after{ position: absolute; top: 0; left: 50%; display: block; width: 90%; height: 1px; transform: translateX(-50%); background-color: #d56864; content: ''; }


/** msection5 */
.msection5 { position: relative; background-color: #101010; padding: 115px 0; }
.msection5 .inner { width: 90%; margin: 0 auto; display: flex; justify-content: center; align-items: center; }
.msection5 .inner .tit-box { max-width: 500px; padding-right: 60px; }
.msection5 .inner .tit-box > h2{ font-size: 50px; line-height: 60px; letter-spacing: -1px; word-break: keep-all; }
.msection5 .inner .tit-box > p{ font-size: 22px; line-height: 34px; margin-top: 30px; word-break: keep-all; }
.msection5 .inner .tit-box > p > mark{ background-color: #c32721; color: #fff; }
.msection5 .inner .con-box { position: relative; display: inline-block; padding: 70px 20px 40px; background-color: #fff; border-radius: 40px; }
.msection5 .inner .con-box > span{ position: absolute; top: -30px; left: 50%; transform: translateX(-50%); display: block; width: max-content; font-size: 24px; letter-spacing: -1px; line-height: 60px; padding: 0 45px; border-radius: 30px; background-color: #c32721; }
.msection5 .inner .con-box > ul{ display: flex; justify-content: center; align-items: flex-start; }
.msection5 .inner .con-box > ul > li{ width: 287px; text-align: center; border-right: 1px solid #e6e6e6; }
.msection5 .inner .con-box > ul > li:last-of-type{ border: 0; }
.msection5 .inner .con-box > ul > li > span{ display: block; width: 180px; height: 160px; margin: 0 auto; }
.msection5 .inner .con-box > ul > li > p{ font-size: 20px; text-align: center; margin-top: 15px; }
.msection5 .inner .con-box > ul > li > h5{ font-size: 30px; text-align: center; }



/** msection6 */
.msection6 { position: relative; background-color: #c32721; padding: 120px 0 90px; }
.msection6 .inner { width: 90%; margin: 0 auto; display: flex; justify-content: center; align-items: center; }
.msection6 .inner .tit-box { max-width: 800px; padding-right: 0px; padding-left: 60px; }
.msection6 .inner .tit-box > h2{ font-size: 50px; line-height: 60px; letter-spacing: -1px; }
.msection6 .inner .tit-box > h2 > span{ color: #101010; }
.msection6 .inner .tit-box > p{ width: max-content; font-size: 22px; line-height: 34px; margin-top: 30px; word-break: keep-all; }
.msection6 .inner .tit-box > p > mark{ background-color: #101010; color: #fff; }
.msection6 .inner .con-box { position: relative; display: inline-block; width: 700px; padding: 70px 20px 40px; background-color: #fff; border-radius: 40px; }
.msection6 .inner .con-box > span{ position: absolute; top: -30px; left: 50%; transform: translateX(-50%); display: block; width: max-content; font-size: 30px; letter-spacing: -1px; line-height: 60px; padding: 0 45px; border-radius: 30px; background-color: #101010; }
.msection6 .inner .con-box > div{ width: 480px; height: 66px; margin: 0 auto; background: url(/img/img_sec6_1.png) no-repeat; background-size: contain; }
.msection6 .inner .con-box > p{ font-size: 20px; line-height: 30px; text-align: center; margin-top: 30px; }


/** msection7 */
.msection7 { position: relative; background-color: #101010; padding: 100px 0; }
.msection7 .inner { width: 90%; margin: 0 auto; display: flex; justify-content: center; align-items: center; }
.msection7 .inner .tit-box { max-width: 580px; }
.msection7 .inner .tit-box > span{ display: block; width: 109px; height: 116px; background: url(/img/ico_sec7_1.png) no-repeat; }
.msection7 .inner .tit-box > h2{ font-size: 50px; line-height: 60px; letter-spacing: -1px; margin-top: 30px; word-break: keep-all; }
.msection7 .inner .tit-box > p{ font-size: 22px; line-height: 34px; margin-top: 30px; word-break: keep-all; }
.msection7 .inner .tit-box > p > mark{ background-color: #c32721; color: #fff; }
.msection7 .inner > ul{ display: flex; justify-content: flex-end; align-items: flex-start; margin-left: 60px; }
.msection7 .inner > ul > li{ width: 240px; text-align: center; margin-right: 40px; }
.msection7 .inner > ul > li:last-of-type{ margin-right: 0; }
.msection7 .inner > ul > li > span{ display: block; width: 240px; height: 360px; }
.msection7 .inner > ul > li > span.img-sec71{ background: url(/img/img_sec7_1.png) no-repeat; background-size: contain; }
.msection7 .inner > ul > li > span.img-sec72{ background: url(/img/img_sec7_2.png) no-repeat; background-size: contain; }
.msection7 .inner > ul > li > span.img-sec73{ background: url(/img/img_sec7_3.png) no-repeat; background-size: contain; }
.msection7 .inner > ul > li > p{ font-size: 16px; text-align: center; margin-top: 30px; }
.msection7 .inner > ul > li > h5{ font-size: 24px; text-align: center; letter-spacing: -1px; }



/** msection8 */
.msection8 { position: relative; background-color: #fff; padding: 110px 0 100px; }
.msection8 .inner { width: 90%; margin: 0 auto; }
.msection8 .inner > h2{ font-size: 50px; letter-spacing: -1px; text-align: center; word-break: keep-all; }
.msection8 .inner > ul{ display: flex; justify-content: space-between; align-items: stretch; flex-wrap: wrap; margin-top: 65px; }
.msection8 .inner > ul > li{ position: relative; width: 32%; padding: 45px 40px 55px; background-color: #f3f3f3; border-radius: 30px; }
.msection8 .inner > ul > li:nth-of-type(n+4){ margin-top: 40px; }
.msection8 .inner > ul > li.step8{ background: url(/img/img_sec8_8.png) no-repeat bottom right #c32721; }
.msection8 .inner > ul > li > p{ font-size: 20px; line-height: 28px; word-break: keep-all; }
.msection8 .inner > ul > li > p:last-of-type{ margin-top: 21px; }
.msection8 .inner > ul > li > h4{ font-size: 28px; letter-spacing: -1px; margin-top: 18px; }
.msection8 .inner > ul > li > div{ position: absolute; top: 40px; right: 40px; width: 70px; height: 70px; display: flex; justify-content: center; align-items: center; border-radius: 50%; background-color: #fff; }
.msection8 .inner > ul > li > div > span{ display: block; width: 34px; height: 34px; }
.msection8 .inner > ul > li > div > span.ico-sec81{ background: url(/img/ico_sec8_1.png) no-repeat center center; background-size: contain; }
.msection8 .inner > ul > li > div > span.ico-sec82{ background: url(/img/ico_sec8_2.png) no-repeat center center; background-size: contain; }
.msection8 .inner > ul > li > div > span.ico-sec83{ background: url(/img/ico_sec8_3.png) no-repeat center center; background-size: contain; }
.msection8 .inner > ul > li > div > span.ico-sec84{ background: url(/img/ico_sec8_4.png) no-repeat center center; background-size: contain; }
.msection8 .inner > ul > li > div > span.ico-sec85{ background: url(/img/ico_sec8_5.png) no-repeat center center; background-size: contain; }
.msection8 .inner > ul > li > div > span.ico-sec86{ background: url(/img/ico_sec8_6.png) no-repeat center center; background-size: contain; }
.msection8 .inner > ul > li > div > span.ico-sec87{ background: url(/img/ico_sec8_7.png) no-repeat center center; background-size: contain; }
.msection8 .inner > ul > li > div > span.ico-sec89{ background: url(/img/ico_sec8_9.png) no-repeat center center; background-size: contain; }



/** msection9 */
.msection9 { position: relative; background-color: #f3f3f3; padding: 120px 0 110px; }
.msection9 .inner { width: 90%; margin: 0 auto; }
.msection9 .inner > h2{ font-size: 50px; letter-spacing: -1px; text-align: center; word-break: keep-all; }
.msection9 .inner > table{ max-width: 1280px; width: 100%; margin: 50px auto 0; }
.msection9 .inner > table *{ font-family: 'Giants-Regular'; font-weight: 400; font-style: normal; }
.msection9 .inner .cost tr td{ text-align: center; padding: 0 40px; border-bottom: 1px solid #d8d8d8; border-right: 1px solid #d8d8d8; }
.msection9 .inner .cost tr td:last-of-type{ border-right: 0; }
.msection9 .inner .cost tr td.t-line{ height: 2px; background-color: #c32721; }
.msection9 .inner .cost tr td.a-left{ text-align: left; }
.msection9 .inner .cost tr td.b-wh{ background-color: #fff; }
.msection9 .inner .cost tr td p{ position: relative; display: inline-block; font-size: 23px; line-height: 80px; letter-spacing: -1px; } 
.msection9 .inner .cost .c-line{ text-decoration: line-through; }
.msection9 .inner .cost tr td p span.s-pass{ position: absolute; top: 50%; right: -58px; transform: translateY(-50%); display: inline-block; font-size: 23px; color: #fff; line-height: 29px; padding: 0 5px; background-color: #c32721; }
.msection9 .inner .cost tr td p strong{ font-size: 35px; color: #c32721; }




/** msection10 */
.msection10 { position: relative; background: url(/img/bg_section10.png) no-repeat top left #c32721; background-size: cover; padding: 125px 0; }
.msection10 .inner { width: 90%; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.msection10 .inner .tit-box { max-width: 450px; }
.msection10 .inner .tit-box > h2{ font-size: 50px; line-height: 60px; letter-spacing: -1px; word-break: keep-all; }
.msection10 .inner .tit-box > p{ font-size: 20px; margin-top: 25px; letter-spacing: -1px; word-break: keep-all; }
.msection10 .inner .tit-box > ul{ margin-top: 45px; }
.msection10 .inner .tit-box > ul > li{ display: flex; justify-content: flex-start; align-items: center; margin-bottom: 15px; }
.msection10 .inner .tit-box > ul > li:last-of-type{ margin-bottom: 0; }
.msection10 .inner .tit-box > ul > li > span{ display: block; width: 22px; height: 22px; }
.msection10 .inner .tit-box > ul > li > span.ico-sec101{ background: url(/img/ico_sec10_1.png) no-repeat center center; }
.msection10 .inner .tit-box > ul > li > span.ico-sec102{ background: url(/img/ico_sec10_2.png) no-repeat center center; }
.msection10 .inner .tit-box > ul > li > p{ font-size: 20px; letter-spacing: -1px; margin-left: 13px; }
.msection10 .inner .inqry-box { position: relative; width: 800px; border-radius: 50px; background-color: #fff; padding: 110px 90px; }
.msection10 .inner .inqry-box > h3{ font-size: 45px; letter-spacing: -1px; }
.msection10 .inner .inqry-box > div{ margin-top: 65px; }




/*! Footer */
#ft .inner { position: relative; width: 90%; margin: 0 auto; padding-bottom: 60px; }
#ft .inner > div{ padding-top: 40px; }
#ft .inner .left-call { padding-right: 60px; }
#ft .inner .left-call > div{ display: block; padding-top: 5px; }
#ft .inner .left-call > div > span{ display: block; width: 81px; height: 70px; background: url(/img/logo-wh.png) no-repeat; }
#ft .inner .left-call .copyright { font-size: 12px; line-height: 18px; color: #bbbbbb; margin-top: 32px; }
#ft .inner .right-info { padding-left: 30px; border-left: 1px solid #3a3a3a; }
#ft .inner .right-info > ul > li{ display: flex; justify-content: flex-start; align-items: center; line-height: 24px; }
#ft .inner .right-info .lable { font-size: 12px; width: 70px; display: block; }
#ft .inner .right-info .l-info { font-size: 12px; color: #bbbbbb; word-break: keep-all; }

#ft .inner .ft_link { position: absolute; top: 0; right: 0; z-index: 10; display: flex; justify-content: flex-end; align-items: center; }
#ft .inner .ft_link .ft_insta { display: block; width: 40px; height: 40px; border-radius: 12px; background-color: #424242; transition: all .2s ease-out; }
#ft .inner .ft_link .ft_insta > span{ display: block; width: 22px; height: 22px; margin: 9px auto 0; background: url(/img/ico_ftinsta.png) no-repeat; background-size: contain; transition: all .2s ease-out; }

/*? hover */
#ft .inner .ft_link .ft_insta:hover{ background-color: #e930a6; }
#ft .inner .ft_link .ft_insta:hover > span{ background: url(/img/ico_ftinsta_on.png) no-repeat; background-size: contain; }



}




/*! Tablet 768 ~ 1279 */

@media screen and (max-width: 1279px){

/*! Header */

#hd{ transition-duration: 0.3s; }
#hd .hd_wrap{ justify-content: space-between; height: 70px; }
#hd .hd_wrap #logo a{ width: 58px; height: 50px; background: url(/img/logo.png) no-repeat left center; background-size: contain; }

#hd .hd_wrap > .mmenu{ display: block; }
#hd .hd_wrap > .mmenu input[type="checkbox"]{ display: none; }
#hd .hd_wrap > .mmenu input[type="checkbox"] + label{ display: block; width: 25px; height: 19px; position: relative; cursor: pointer; z-index: 999; }
#hd .hd_wrap > .mmenu input[type="checkbox"] + label span{ display: block; position: absolute; right: 0; width: 100%; height: 3px; border-radius: 15px; background: #111; transition: all 0.3s ease-in-out; }
#hd .hd_wrap > .mmenu input[type="checkbox"] + label span:first-child{top: 0;}
#hd .hd_wrap > .mmenu input[type="checkbox"] + label span:nth-child(2){ top: 50%; width: 70%; transform: translateY(-50%);}
#hd .hd_wrap > .mmenu input[type="checkbox"] + label span:last-child{bottom: 0;}
#hd .hd_wrap > .mmenu input[type="checkbox"]:checked + label span:first-child{ top: 50%; transform: translateY(-50%) rotate(45deg);}
#hd .hd_wrap > .mmenu input[type="checkbox"]:checked + label span:nth-child(2){opacity: 0;}
#hd .hd_wrap > .mmenu input[type="checkbox"]:checked + label span:last-child{ bottom: 50%; transform: translateY(50%) rotate(-45deg);}
#hd .hd_wrap > nav{ position: fixed; left: 0; top: 70px; width: 100%; height: 0; margin-left: 0; background: #111; overflow: hidden; z-index: 990; transition: all 0.3s ease-in 0.2s; padding-right: 0; }
#hd .hd_wrap > nav.on{ height: calc(100vh - 70px); }
#hd .hd_wrap > nav ul{ width: 100%; flex-direction: column; padding: 50px 5%; margin-left: 0; }
#hd .hd_wrap > nav ul li{ width: 100%; text-align: center; margin-left: 0; padding: 10px 0; }
#hd .hd_wrap > nav ul li a{ position: relative; display: inline-block; font-size: 18px; line-height: 28px; transition-duration: 0s; }
#hd .hd_wrap > nav ul li a::before{ transition-duration: 0s; }

#hd .hd_wrap .call { display: none; }

/* ? active */
#hd.active .hd_wrap > .mmenu input[type="checkbox"] + label span{ background: #fff; }
#hd.active .hd_wrap > nav{ padding-right: 0; }
#hd.active .hd_wrap > nav ul li a{ color: rgba(255, 255, 255, 1); line-height: 28px; }
#hd.active .hd_wrap > nav ul li a:hover{ color: #fff; }
#hd.active .hd_wrap #logo a{ background: url(/img/logo-wh.png) no-repeat left center; background-size: contain; }




/*! Index */

/** mvisual */
.mvisual { position: relative; height: 100vh; background: url(/img/bg_mvisual.png) no-repeat; background-size: cover; display: flex; justify-content: center; align-items: center; }
.mvisual .inner .tit-box > h2{ font-size: 50px; text-align: center; letter-spacing: -1px; opacity: 0; }
.mvisual .inner .tit-box > p{ font-size: 18px; text-align: center; margin-top: 15px; opacity: 0; }
/*? animate */
.mvisual .inner .tit-box > h2{ animation: mv-moveU 1s ease-out 1 forwards; }
.mvisual .inner .tit-box > p{ animation: mv-moveU 1s ease-out 1 forwards .2s; }

/*? mv-slider */
.mvisual .inner .mv-slide { width: 100%; margin-top: 70px; overflow: hidden; }
.mv-slide > ul{ position: relative; width: 100%; display: flex; justify-content: center; align-items: center; }
.mv-slide > ul > li{ position: relative; width: 400px; height: 400px; margin-right: 10px; display: flex; justify-content: center; align-items: center; transition: all .2s ease-in-out; }
.mv-slide > ul > li > span{ display: block; width: 250px; height: 250px; border-radius: 225px; transition: all .3s ease-in-out; }

/*? active */
.mv-slide > ul > li.swiper-slide-active > span{ width: 400px; height: 400px; transition-delay: .8s; }


/** msection2 */
.msection2 { position: relative; background-color: #101010; padding: 100px 0 150px; }
.msection2 .inner { width: 90%; margin: 0 auto; }
.msection2 .inner *{ color: #fff; text-align: center; word-break: keep-all; }
.msection2 .inner .tit-box > h2{ font-size: 40px; letter-spacing: -1px; }
.msection2 .inner .tit-box > p{ font-size: 16px; margin-top: 20px; }
.msection2 .inner > ul{ display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; margin-top: 60px; }
.msection2 .inner > ul > li{ width: 48%; min-width: 360px; }
.msection2 .inner > ul > li:nth-of-type(n+3){ margin-top: 45px; }
.msection2 .inner > ul > li > span{ position: relative; display: block; width: 100%; height: 340px; border-radius: 25px; overflow: hidden; }
.msection2 .inner > ul > li > p{ font-size: 16px; margin-top: 20px; transition: all .2s ease-in-out; }

/*? hover */
.msection2 .inner > ul > li:hover > span::after{ transform: scale(1); }
.msection2 .inner > ul > li:hover > p{ color: #fff; }



/** msection3 */
.msection3 { position: relative; background-color: #f3f3f3; padding: 100px 0; }
.msection3 .tit-box { margin: 0 auto; text-align: center; }
.msection3 .tit-box > h2{ font-size: 40px; text-align: center; letter-spacing: -1px; }
.msection3 .tit-box > p{ font-size: 16px; text-align: center; margin-top: 20px; }
.msection3 .tit-box .review { display: inline-flex; justify-content: center; align-items: center; margin: 30px auto 0; }
.msection3 .tit-box .review > p{ display: inline-block; font-size: 23px; margin: 0 8px; }
.msection3 .tit-box .review > span{ display: block; width: 44px; height: 19px; background: url(/img/ico-star2.png) no-repeat; }

/*? animate */
.msection3 .tit-box .review { animation: wibing 1.2s ease-in-out infinite; }

/*? review slide */
.msection3 .rv-slide { width: 100%; overflow: hidden; margin-top: 50px; }
.rv-slide > ul{ position: relative; display: flex; justify-content: flex-start; align-items: flex-start; margin-left: 12px; }
.rv-slide > ul > li{ position: relative; width: 320px; height: 449px; margin-right: 20px; }

/*? active */
.rv-slide > ul > li.swiper-slide-active > span{ width: 100%; height: 100%; border: 5px solid #c32721; transition-delay: .7s; }



/** msection4 */
.msection4 { position: relative; height: 900px; background-color: #101010; padding: 95px 0; overflow: hidden; }
.msection4 > span{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(/img/bg_section4.png) no-repeat; background-size: cover; }
.msection4 .inner { position: relative; width: 90%; height: 100%; margin: 0 auto; display: flex; justify-content: flex-end; align-items: center; z-index: 10; }
.msection4 .inner > div{ max-width: 900px; padding: 40px; background-color: #c32721; border-radius: 25px; text-align: center; }
.msection4 .inner > div *{ color: #fff; text-align: center; }
.msection4 .inner > div > h3{ font-size: 40px; letter-spacing: -1px; }
.msection4 .inner > div > p{ font-size: 16px; margin-top: 10px; }
.msection4 .inner > div > ul{ display: flex; justify-content: center; align-items: stretch; flex-wrap: wrap; margin-top: 30px; }
.msection4 .inner > div > ul > li{ position: relative; width: 50%; padding: 40px 35px; }
.msection4 .inner > div > ul > li > span{ display: block; width: 62px; height: 50px; margin: 0 auto; }
.msection4 .inner > div > ul > li > h5{ font-size: 22px; letter-spacing: -1px; margin-top: 20px; word-break: keep-all; }
.msection4 .inner > div > ul > li > p{ font-size: 16px; line-height: 22px; margin-top: 10px; opacity: .5; word-break: keep-all; }
.msection4 .inner > div > ul > li:nth-of-type(1)::after{ position: absolute; bottom: -1px; left: 50%; display: block; width: 90%; height: 1px; transform: translateX(-50%); background-color: #d56864; content: ''; }
.msection4 .inner > div > ul > li:nth-of-type(2)::after{ position: absolute; top: 50%; left: -1px; display: block; width: 1px; height: 90%; transform: translateY(-50%); background-color: #d56864; content: ''; }
.msection4 .inner > div > ul > li:nth-of-type(3)::after{ position: absolute; top: 50%; right: 0; display: block; width: 1px; height: 90%; transform: translateY(-50%); background-color: #d56864; content: ''; }
.msection4 .inner > div > ul > li:nth-of-type(4)::after{ position: absolute; top: 0; left: 50%; display: block; width: 90%; height: 1px; transform: translateX(-50%); background-color: #d56864; content: ''; }


/** msection5 */
.msection5 { position: relative; background-color: #101010; padding: 100px 0; }
.msection5 .inner { width: 90%; margin: 0 auto; display: block; }
.msection5 .inner .tit-box { max-width: 100%; padding-right: 0; }
.msection5 .inner .tit-box > h2{ font-size: 40px; line-height: 50px; letter-spacing: -1px; word-break: keep-all; text-align: center; }
.msection5 .inner .tit-box > h2 > br{ display: none; }
.msection5 .inner .tit-box > p{ font-size: 16px; line-height: 28px; margin-top: 20px; word-break: keep-all; text-align: center; }
.msection5 .inner .tit-box > p > br{ display: none; }
.msection5 .inner .tit-box > p > mark{ background-color: #c32721; color: #fff; }
.msection5 .inner .con-box { width: 100%; position: relative; display: inline-block; padding: 70px 20px 40px; background-color: #fff; border-radius: 25px; margin-top: 60px; }
.msection5 .inner .con-box > span{ position: absolute; top: -25px; left: 50%; transform: translateX(-50%); display: block; width: max-content; font-size: 20px; letter-spacing: -1px; line-height: 50px; padding: 0 40px; border-radius: 25px; background-color: #c32721; }
.msection5 .inner .con-box > ul{ display: flex; justify-content: center; align-items: flex-start; }
.msection5 .inner .con-box > ul > li{ width: 33.3%; text-align: center; border-right: 1px solid #e6e6e6; }
.msection5 .inner .con-box > ul > li:last-of-type{ border: 0; }
.msection5 .inner .con-box > ul > li > span{ display: block; width: 180px; height: 160px; margin: 0 auto; }
.msection5 .inner .con-box > ul > li > p{ font-size: 16px; text-align: center; margin-top: 15px; }
.msection5 .inner .con-box > ul > li > h5{ font-size: 24px; text-align: center; }



/** msection6 */
.msection6 { position: relative; background-color: #c32721; padding: 90px 0 90px; }
.msection6 .inner { width: 90%; margin: 0 auto; display: flex; justify-content: center; align-items: center; flex-wrap: wrap-reverse; }
.msection6 .inner .tit-box { max-width: 100%; padding-right: 0px; padding-left: 0; }
.msection6 .inner .tit-box > h2{ font-size: 40px; line-height: 50px; letter-spacing: -1px; text-align: center; }
.msection6 .inner .tit-box > h2 > span{ color: #101010; }
.msection6 .inner .tit-box > p{ width: max-content; font-size: 16px; line-height: 28px; margin-top: 20px; word-break: keep-all; text-align: center; }
.msection6 .inner .tit-box > p > mark{ background-color: #101010; color: #fff; }
.msection6 .inner .con-box { position: relative; display: inline-block; width: 100%; padding: 70px 20px 40px; background-color: #fff; border-radius: 25px; margin-top: 60px; }
.msection6 .inner .con-box > span{ position: absolute; top: -25px; left: 50%; transform: translateX(-50%); display: block; width: max-content; font-size: 20px; letter-spacing: -1px; line-height: 50px; padding: 0 40px; border-radius: 25px; background-color: #101010; }
.msection6 .inner .con-box > div{ width: 480px; height: 66px; margin: 0 auto; background: url(/img/img_sec6_1.png) no-repeat; background-size: contain; }
.msection6 .inner .con-box > p{ font-size: 16px; line-height: 26px; text-align: center; margin-top: 30px; }


/** msection7 */
.msection7 { position: relative; background-color: #101010; padding: 90px 0; }
.msection7 .inner { width: 90%; margin: 0 auto; display: block; }
.msection7 .inner .tit-box { max-width: 100%; text-align: center; }
.msection7 .inner .tit-box > span{ display: block; width: 109px; height: 116px; background: url(/img/ico_sec7_1.png) no-repeat; margin: 0 auto; }
.msection7 .inner .tit-box > h2{ font-size: 40px; line-height: 50px; letter-spacing: -1px; margin-top: 15px; word-break: keep-all; text-align: center; }
.msection7 .inner .tit-box > h2 > br{ display: none; }
.msection7 .inner .tit-box > p{ font-size: 16px; line-height: 28px; margin-top: 20px; word-break: keep-all; text-align: center; }
.msection7 .inner .tit-box > p > mark{ background-color: #c32721; color: #fff; }
.msection7 .inner > ul{ display: flex; justify-content: center; align-items: flex-start; margin-left: 0; margin-top: 40px; }
.msection7 .inner > ul > li{ width: 220px; text-align: center; margin-right: 30px; }
.msection7 .inner > ul > li:last-of-type{ margin-right: 0; }
.msection7 .inner > ul > li > span{ display: block; width: 220px; height: 330px; }
.msection7 .inner > ul > li > span.img-sec71{ background: url(/img/img_sec7_1.png) no-repeat; background-size: contain; }
.msection7 .inner > ul > li > span.img-sec72{ background: url(/img/img_sec7_2.png) no-repeat; background-size: contain; }
.msection7 .inner > ul > li > span.img-sec73{ background: url(/img/img_sec7_3.png) no-repeat; background-size: contain; }
.msection7 .inner > ul > li > p{ font-size: 14px; text-align: center; margin-top: 20px; }
.msection7 .inner > ul > li > h5{ font-size: 20px; text-align: center; letter-spacing: -1px; }



/** msection8 */
.msection8 { position: relative; background-color: #fff; padding: 90px 0 90px; }
.msection8 .inner { width: 90%; margin: 0 auto; }
.msection8 .inner > h2{ font-size: 40px; letter-spacing: -1px; text-align: center; word-break: keep-all; }
.msection8 .inner > ul{ display: flex; justify-content: space-between; align-items: stretch; flex-wrap: wrap; margin-top: 50px; }
.msection8 .inner > ul > li{ position: relative; width: 32%; padding: 35px 30px 45px; background-color: #f3f3f3; border-radius: 20px; }
.msection8 .inner > ul > li:nth-of-type(n+4){ margin-top: 30px; }
.msection8 .inner > ul > li.step8{ background: url(/img/img_sec8_8.png) no-repeat bottom right #c32721; }
.msection8 .inner > ul > li > p{ font-size: 16px; line-height: 24px; word-break: keep-all; }
.msection8 .inner > ul > li > p:last-of-type{ margin-top: 21px; }
.msection8 .inner > ul > li > h4{ font-size: 22px; letter-spacing: -1px; margin-top: 14px; word-break: keep-all; }
.msection8 .inner > ul > li > div{ position: absolute; top: 20px; right: 20px; width: 40px; height: 40px; display: flex; justify-content: center; align-items: center; border-radius: 50%; background-color: #fff; }
.msection8 .inner > ul > li > div > span{ display: block; width: 24px; height: 24px; }
.msection8 .inner > ul > li > div > span.ico-sec81{ background: url(/img/ico_sec8_1.png) no-repeat center center; background-size: contain; }
.msection8 .inner > ul > li > div > span.ico-sec82{ background: url(/img/ico_sec8_2.png) no-repeat center center; background-size: contain; }
.msection8 .inner > ul > li > div > span.ico-sec83{ background: url(/img/ico_sec8_3.png) no-repeat center center; background-size: contain; }
.msection8 .inner > ul > li > div > span.ico-sec84{ background: url(/img/ico_sec8_4.png) no-repeat center center; background-size: contain; }
.msection8 .inner > ul > li > div > span.ico-sec85{ background: url(/img/ico_sec8_5.png) no-repeat center center; background-size: contain; }
.msection8 .inner > ul > li > div > span.ico-sec86{ background: url(/img/ico_sec8_6.png) no-repeat center center; background-size: contain; }
.msection8 .inner > ul > li > div > span.ico-sec87{ background: url(/img/ico_sec8_7.png) no-repeat center center; background-size: contain; }
.msection8 .inner > ul > li > div > span.ico-sec89{ background: url(/img/ico_sec8_9.png) no-repeat center center; background-size: contain; }



/** msection9 */
.msection9 { position: relative; background-color: #f3f3f3; padding: 90px 0 90px; }
.msection9 .inner { width: 90%; margin: 0 auto; }
.msection9 .inner > h2{ font-size: 40px; letter-spacing: -1px; text-align: center; word-break: keep-all; }
.msection9 .inner > table{ max-width: 100%; width: 100%; margin: 40px auto 0; }
.msection9 .inner > table *{ font-family: 'Giants-Regular'; font-weight: 400; font-style: normal; }
.msection9 .inner .cost tr td{ text-align: center; padding: 0 20px; border-bottom: 1px solid #d8d8d8; border-right: 1px solid #d8d8d8; }
.msection9 .inner .cost tr td:last-of-type{ border-right: 0; }
.msection9 .inner .cost tr td.t-line{ height: 2px; background-color: #c32721; }
.msection9 .inner .cost tr td.a-left{ text-align: left; }
.msection9 .inner .cost tr td.b-wh{ background-color: #fff; }
.msection9 .inner .cost tr td p{ position: relative; display: inline-block; font-size: 16px; line-height: 70px; letter-spacing: -1px; } 
.msection9 .inner .cost .c-line{ text-decoration: line-through; }
.msection9 .inner .cost tr td p span.s-pass{ position: absolute; top: 50%; right: -48px; transform: translateY(-50%); display: inline-block; font-size: 16px; color: #fff; line-height: 26px; padding: 0 5px; background-color: #c32721; }
.msection9 .inner .cost tr td p strong{ font-size: 22px; color: #c32721; }




/** msection10 */
.msection10 { position: relative; background: url(/img/bg_section10.png) no-repeat top left #c32721; background-size: cover; padding: 90px 0; }
.msection10 .inner { width: 90%; margin: 0 auto; display: block; }
.msection10 .inner .tit-box { max-width: 100%; }
.msection10 .inner .tit-box > h2{ font-size: 40px; line-height: 50px; letter-spacing: -1px; word-break: keep-all; text-align: center; }
.msection10 .inner .tit-box > h2 > br{ display: none; }
.msection10 .inner .tit-box > p{ font-size: 16px; margin-top: 24px; letter-spacing: -1px; word-break: keep-all; text-align: center; }
.msection10 .inner .tit-box > ul{ margin: 30px auto 0; }
.msection10 .inner .tit-box > ul > li{ display: flex; justify-content: center; align-items: center; margin-bottom: 15px; }
.msection10 .inner .tit-box > ul > li:last-of-type{ margin-bottom: 0; }
.msection10 .inner .tit-box > ul > li > span{ display: block; width: 22px; height: 22px; }
.msection10 .inner .tit-box > ul > li > span.ico-sec101{ background: url(/img/ico_sec10_1.png) no-repeat center center; }
.msection10 .inner .tit-box > ul > li > span.ico-sec102{ background: url(/img/ico_sec10_2.png) no-repeat center center; }
.msection10 .inner .tit-box > ul > li > p{ font-size: 18px; letter-spacing: -1px; margin-left: 13px; }
.msection10 .inner .inqry-box { position: relative; width: 100%; border-radius: 30px; background-color: #fff; padding: 70px 70px; margin-top: 40px; }
.msection10 .inner .inqry-box > h3{ font-size: 30px; letter-spacing: -1px; }
.msection10 .inner .inqry-box > div{ margin-top: 40px; }





/*! Inqry */
.minqry { position: fixed; bottom: -140px; z-index: 990; width: 100%; transition: all .4s ease-out; }
.minqry .inner { width: 100%; margin: 0 auto; }
.minqry .inner .apply .iq-bar { width: 100%; height: 50px; display: flex; justify-content: center; align-items: center; background-color: #e13036; border-top-left-radius: 40px; border-top-right-radius: 40px; transition: all .2s ease-out; cursor: pointer; }
.minqry .inner .apply .iq-bar > span{ display: block; width: 20px; height: 20px; background: url(/img/iq_up.png) no-repeat; transition: all .2s ease-out; }
.minqry .inner .apply .iq-bar > p{ font-size: 16px; font-weight: 700; margin-left: 10px; }

.minqry.on{ bottom: 0; }
.minqry.on .inner .apply .iq-bar { background-color: #656565; }
.minqry.on .inner .apply .iq-bar > span{ background: url(/img/iq_down.png) no-repeat; }

/** inqry - apply **/
.minqry .inner .apply > ul{ display: flex; justify-content: space-between; align-items: center; padding: 20px 2%; height: 140px; background-color: #111; }
.minqry .inner .apply .iq-tit { display: none; }
.minqry .inner .apply .iq-tit > p{ font-size: 15px; }
.minqry .inner .apply .iq-tit > h2{ font-size: 20px; font-weight: 800; margin-top: 5px; }

.minqry .inner .apply .iq-box { margin: 0 auto; }
.apply form{ display: flex; justify-content: flex-start; align-items: flex-end; }
.apply form .frmBox ul{ display: flex; justify-content: flex-start; align-items: flex-end; }
.apply form .frmBox ul li{ margin-right: 10px; }
.apply form .frmBox ul li:last-of-type{ margin-right: 0; }
.apply form .frmBox ul li .label{ position: relative; font-size: 14px; font-weight: 500; color: #fff; margin-bottom: 8px; }

.apply form .frmBox ul li .selectBox{ position: relative; width: 120px; }
.apply form .frmBox ul li .selectBox::after{ position: absolute; right: 5%; top: 50%; transform: translateY(-50%); width: 10px; height: 8px; background: url(/img/ico_select.png) no-repeat center center; content: ''; display: block; }

.apply form .frmBox ul li select { width: 100%; height: 50px; font-size: 11px; color: #c0c0c3; padding: 0 10px; border: 1px solid #e9e9ed; outline: none; border-radius: 5px; background: #fff; transition: all 0.2s ease-in-out; -webkit-appearance:none; /* 크롬 화살표 없애기 */ -moz-appearance:none; /* 파이어폭스 화살표 없애기 */ appearance:none /* 화살표 없애기 */ }


.apply form .frmBox ul li .frm_input{ width: 120px; height: 50px; font-size: 11px; color: #c0c0c3; line-height: 50px; padding: 0 0 0 10px; border: none; border-radius: 5px; border: 1px solid #e9e9ed; outline: none; background: #fff; transition: all 0.2s ease-in-out; }
.apply form .frmBox ul li .frm_input::placeholder{ color: #aaa; font-weight: 300; }
.apply form .frmBox ul li textarea{ width: calc(100% - 100px); font-size: 13px; color: #c0c0c3; line-height: 30px; padding: 10px 15px; border: 1px solid #e9e9ed; background: #fff; resize: none; outline: none; resize: none; transition: all 0.2s ease-in-out; }
.apply form .frmBox ul li textarea::placeholder{ color: #aaa; font-weight: 300; }
.apply form .frmBox ul li select:focus,
.apply form .frmBox ul li select:focus-visible,
.apply form .frmBox ul li .frm_input:focus,
.apply form .frmBox ul li .frm_input:focus-visible{ border: 1px solid #c32721; }
.apply form .frmBox ul li textarea:focus,
.apply form .frmBox ul li textarea:focus-visible{ border: 1px solid #1d2088; }
.apply form .frmBox ul li .fileBox{ width: calc(100% - 100px); height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 10px 10px; border: 1px solid #e9e9ed; background: #fff; }
.apply form .frmBox ul li .fileBox input[type="file"]{ display: none; }
.apply form .frmBox ul li .fileBox label { display: block; width: 60px; height: 32px; font-size: 15px; color: #96969d; line-height: 32px; cursor: pointer; margin: 0; text-align: center; background-color: #f6f6f8; }
.apply form .frmBox ul li .fileBox .upload-name{ width: calc(100% - 90px); display: block; font-size: 13px; color: #c0c0c3; font-weight: 300; background: #fff; border: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
/* 약관박스 */
.apply form .frmChk{ display: flex; align-items: center; justify-content: center; width: 120px; padding-bottom: 4px; }
.apply form .frmChk .chkBox input[type=checkbox]{ display: none; }
.apply form .frmChk .chkBox input[type=checkbox] + label{ display: flex; justify-content: flex-start; align-items: center; cursor: pointer; }
.apply form .frmChk .chkBox input[type=checkbox] + label p{ font-size: 13px; font-weight: 500; color: #fff; line-height: 17px; }
.apply form .frmChk .chkBox input[type=checkbox] + label em{ color: #bfbfbf; font-style: normal; }
.apply form .frmChk .chkBox input[type=checkbox] + label span{ width: 20px; height: 20px; background: url(/img/img_frmchk.png) no-repeat center center; background-size: contain; display: inline-block; margin-right: 10px; }
.apply form .frmChk .chkBox input[type=checkbox]:checked + label span{ background: url(/img/img_frmchk_on.png) no-repeat center center; background-size: contain; }
.apply form .frmChk .pv-open{ display: inline-block; font-size: 11px; color: #96969d; line-height: 21px; background-color: #f6f6f8; padding: 0 6px; margin-left: 20px; cursor: pointer; transition: all 0.2s ease-in-out; }
.apply form .frmChk .pv-open:hover{ color: #111; }
/* 버튼박스 */
.apply form .btnBox{ width: 150px; height: 50px; margin-left: 20px; }
.apply form .btnBox > *{ width: 100%; font-size: 18px; font-weight: 700; color: #fff; line-height: 50px; border: none; border-radius: 10px; transition: all 0.2s ease-in-out; }
.apply form .btnBox > button{ background: #c32721; }
.apply form .btnBox > *:hover{ background: #c32721; border-radius: 10px; }





/*! Contact complete */

.contact.at-complete { position: relative; min-height: 80vh; padding-top: 90px; background-color: #252525; display: flex; justify-content: center; align-items: center; }

.contact .con-box .complete-box { min-height: 400px; margin-top: 120px; text-align: center; }
.contact .con-box .complete-box > *{ color: #fff; text-align: center; }
.contact .con-box .complete-box > div{ display: flex; justify-content: center; align-items: center; }
.contact .con-box .complete-box > div > span{ display: block; width: 10px; height: 10px; }
.contact .con-box .complete-box > div > h2{ font-size: 40px; margin: 0 20px; }
.contact .con-box .complete-box > p{ font-size: 18px; line-height: 26px; margin-top: 30px; }
.contact .con-box .complete-box > a{ display: inline-block; margin: 60px auto 0; }
.contact .con-box .complete-box > a > span{ display: block; width: 32px; height: 27px; margin: 0 auto; background: url(/img/arrow-right.svg) no-repeat; background-size: contain; }
.contact .con-box .complete-box > a > h5{ font-size: 24px; font-weight: 600; margin-top: 5px; transition: all .2s ease-out; }
/*? hover */
.contact .con-box .complete-box > a:hover > h5{ color: #fff; }





/*! Aside */
#aside { position: fixed; bottom: 30vh; right: 10px; z-index: 890; animation: wibing 2s ease-in-out infinite; }
#aside > a{ position: relative; display: block; width: 40px; height: 40px; border-radius: 10px; margin-bottom: 5px; text-align: center; transition: all .2s ease-out; }
#aside > a:last-of-type{ margin-bottom: 0; }
#aside .as_kakao { background-color: #f9e000; padding-top: 9px; }
#aside .as_kakao > span{ display: block; width: 22px; height: 23px; background: url(/img/ico_asidekakao.png) no-repeat; background-size: contain; margin: 0 auto; transition: all .2s ease-out; }

#aside .as_instar { background-color: transparent; padding-top: 0px; }
#aside .as_instar > span{ display: block; width: 40px; height: 40px; background: url(/img/ico_ftinsta_on_2.png)no-repeat; background-size: contain; margin: 0 auto; transition: all .2s ease-out; }

#aside .as_inqry { background-color: #000; padding-top: 10px; }
#aside .as_inqry > span{ display: block; width: 19px; height: 20px; background: url(/img/ico_aside1.svg) no-repeat; background-size: contain; margin: 0 auto; }
#aside .as_top{ font-size: 20px; font-weight: 400; line-height: 40px; background-color: #fff; border: 1px solid #f1f1f1; }

#aside > a.btn-view-inqry{ width: auto; height: auto; background-color: #c32721; font-size: 12px; color: #fff; font-weight: 700; line-height: 16px; text-align: center; padding: 10px 5px; }

/*? hover */
#aside .as_kakao:hover{ background-color: #f9e000; }
#aside .as_kakao:hover > span{ background: url(/img/ico_asidekakao.png) no-repeat; }
#aside .as_inqry:hover{ background-color: #000; }
#aside .as_top:hover{ background-color: #fff; color: #111; border: 0; }
#aside > a.btn-view-inqry:hover{ background-color: #c32721; }




/*! Footer */
#ft .inner { position: relative; width: 90%; margin: 0 auto; padding-bottom: 60px; }
#ft .inner > div{ padding-top: 40px; }
#ft .inner .left-call { padding-right: 60px; }
#ft .inner .left-call > div{ display: block; padding-top: 5px; }
#ft .inner .left-call > div > span{ display: block; width: 81px; height: 70px; background: url(/img/logo-wh.png) no-repeat; }
#ft .inner .left-call .copyright { font-size: 12px; line-height: 18px; color: #bbbbbb; margin-top: 32px; }
#ft .inner .right-info { padding-left: 30px; border-left: 1px solid #3a3a3a; }
#ft .inner .right-info > ul > li{ display: flex; justify-content: flex-start; align-items: center; line-height: 24px; }
#ft .inner .right-info .lable { font-size: 12px; width: 70px; display: block; }
#ft .inner .right-info .l-info { font-size: 12px; color: #bbbbbb; word-break: keep-all; }

#ft .inner .ft_link { position: absolute; top: 0; right: 0; z-index: 10; display: flex; justify-content: flex-end; align-items: center; }
#ft .inner .ft_link .ft_insta { display: block; width: 40px; height: 40px; border-radius: 12px; background-color: #424242; transition: all .2s ease-out; }
#ft .inner .ft_link .ft_insta > span{ display: block; width: 22px; height: 22px; margin: 9px auto 0; background: url(/img/ico_ftinsta.png) no-repeat; background-size: contain; transition: all .2s ease-out; }

/*? hover */
#ft .inner .ft_link .ft_insta:hover{ background-color: #e930a6; }
#ft .inner .ft_link .ft_insta:hover > span{ background: url(/img/ico_ftinsta_on.png) no-repeat; background-size: contain; }








/*! Brand - Header */

#hd.brand{ transition-duration: 0.3s; }
#hd.brand .hd_wrap{ width: 100%; padding: 0 3%; justify-content: space-between; height: 70px; }
#hd.brand .hd_wrap #logo a{ width: 58px; height: 50px; background: url(/img/logo.png) no-repeat left center; background-size: contain; }

#hd.brand .hd_wrap > .mmenu{ display: block; }
#hd.brand .hd_wrap > .mmenu input[type="checkbox"]{ display: none; }
#hd.brand .hd_wrap > .mmenu input[type="checkbox"] + label{ display: block; width: 25px; height: 19px; position: relative; cursor: pointer; z-index: 999; }
#hd.brand .hd_wrap > .mmenu input[type="checkbox"] + label span{ display: block; position: absolute; right: 0; width: 100%; height: 3px; border-radius: 15px; background: #111; transition: all 0.3s ease-in-out; }
#hd.brand .hd_wrap > .mmenu input[type="checkbox"] + label span:first-child{top: 0;}
#hd.brand .hd_wrap > .mmenu input[type="checkbox"] + label span:nth-child(2){ top: 50%; width: 70%; transform: translateY(-50%);}
#hd.brand .hd_wrap > .mmenu input[type="checkbox"] + label span:last-child{bottom: 0;}
#hd.brand .hd_wrap > .mmenu input[type="checkbox"]:checked + label span:first-child{ top: 50%; transform: translateY(-50%) rotate(45deg);}
#hd.brand .hd_wrap > .mmenu input[type="checkbox"]:checked + label span:nth-child(2){opacity: 0;}
#hd.brand .hd_wrap > .mmenu input[type="checkbox"]:checked + label span:last-child{ bottom: 50%; transform: translateY(50%) rotate(-45deg);}
#hd.brand .hd_wrap > nav{ position: fixed; left: 0; top: 70px; width: 100%; height: 0; margin-left: 0; background: #111; overflow: hidden; z-index: 990; transition: all 0.3s ease-in 0.2s; padding-right: 0; }
#hd.brand .hd_wrap > nav.on{ height: calc(100vh - 70px); }
#hd.brand .hd_wrap > nav ul{ width: 100%; flex-direction: column; padding: 50px 5%; margin-left: 0; }
#hd.brand .hd_wrap > nav ul li{ width: 100%; text-align: center; margin-left: 0; padding: 10px 0; }
#hd.brand .hd_wrap > nav ul li a{ position: relative; display: inline-block; font-size: 18px; line-height: 28px; transition-duration: 0s; }
#hd.brand .hd_wrap > nav ul li a::before{ transition-duration: 0s; }

#hd.brand .hd_wrap .frlink { display: none; }

/* ? active */
#hd.brand.active .hd_wrap{ width: 100%; padding: 0 3%; }
#hd.brand.active .hd_wrap > .mmenu input[type="checkbox"] + label span{ background: #fff; }
#hd.brand.active .hd_wrap > nav{ padding-right: 0; }
#hd.brand.active .hd_wrap > nav ul li a{ color: #fff; line-height: 28px; }
#hd.brand.active .hd_wrap > nav ul li a:hover{ color: #fff; }
#hd.brand.active .hd_wrap #logo a{ background: url(/img/logo-wh.png) no-repeat left center; background-size: contain; }



/*! Brandinfo */
.brand1 { position: relative; width: 100%; height: 1030px; padding-top: 70px; background: url(/img/bg_brand1.png) no-repeat top center; background-size: cover; }
.brand1 .inner { width: 90%; margin: 0 auto; padding-top: 110px; }
.brand1 .inner > h4{ font-size: 23px; font-weight: 600; opacity: 0; }
.brand1 .inner > h2{ font-size: 40px; font-weight: 600; margin-top: 5px; opacity: 0; }
.brand1 .inner > p{ font-size: 16px; line-height: 28px; margin-top: 20px; opacity: 0; }
/*? animate */
.brand1 .inner > h4{ animation: mv-moveU 1s ease-out 1 forwards; }
.brand1 .inner > h2{ animation: mv-moveU 1s ease-out 1 forwards .2s; }
.brand1 .inner > p{ animation: mv-moveU 1s ease-out 1 forwards .4s; }

.brand2 { padding: 150px 0 100px; background-color: #101010; }
.brand2 .inner1 { width: 100%; height: 700px; background: url(/img/img_brand2_1.png) no-repeat left center; display: flex; align-items: center; }
.brand2 .inner2 { width: 100%; height: 700px; margin-top: 100px; background: url(/img/img_brand2_2.png) no-repeat right center; display: flex; align-items: center; }
.brand2 .txt-box { width: 90%; margin: 0 auto; display: flex; align-items: center; }
.brand2 .txt-box.a-end{ justify-content: flex-end; }
.brand2 .txt-box.a-start{ justify-content: flex-start; }
.brand2 .txt-box > div > h4{ font-size: 32px; line-height: 42px; }
.brand2 .txt-box > div > p{ font-size: 16px; line-height: 28px; margin-top: 25px; word-break: keep-all; }

.brand3 { padding: 90px 0; background-color: #c32721; }
.brand3 .inner { width: 90%; margin: 0 auto; }
.brand3 .inner > h2{ font-size: 40px; text-align: center; }



.brand4 { padding: 100px 0; background-color: #f3f3f3; }
.brand4 .inner { width: 90%; margin: 0 auto; }
.brand4 .inner > h2{ font-size: 40px; text-align: center; }
.brand4 .inner > div{ margin-top: 30px; }



}




/*! Mobile ~ 767 */

@media screen and (max-width: 767px){

/*! Header */

#hd{ transition-duration: 0.3s; }
#hd .hd_wrap{ justify-content: space-between; height: 70px; }
#hd .hd_wrap #logo a{ width: 58px; height: 50px; background: url(/img/logo.png) no-repeat left center; background-size: contain; }

#hd .hd_wrap > .mmenu{ display: block; }
#hd .hd_wrap > .mmenu input[type="checkbox"]{ display: none; }
#hd .hd_wrap > .mmenu input[type="checkbox"] + label{ display: block; width: 25px; height: 19px; position: relative; cursor: pointer; z-index: 999; }
#hd .hd_wrap > .mmenu input[type="checkbox"] + label span{ display: block; position: absolute; right: 0; width: 100%; height: 3px; border-radius: 15px; background: #111; transition: all 0.3s ease-in-out; }
#hd .hd_wrap > .mmenu input[type="checkbox"] + label span:first-child{top: 0;}
#hd .hd_wrap > .mmenu input[type="checkbox"] + label span:nth-child(2){ top: 50%; width: 70%; transform: translateY(-50%);}
#hd .hd_wrap > .mmenu input[type="checkbox"] + label span:last-child{bottom: 0;}
#hd .hd_wrap > .mmenu input[type="checkbox"]:checked + label span:first-child{ top: 50%; transform: translateY(-50%) rotate(45deg);}
#hd .hd_wrap > .mmenu input[type="checkbox"]:checked + label span:nth-child(2){opacity: 0;}
#hd .hd_wrap > .mmenu input[type="checkbox"]:checked + label span:last-child{ bottom: 50%; transform: translateY(50%) rotate(-45deg);}
#hd .hd_wrap > nav{ position: fixed; left: 0; top: 70px; width: 100%; height: 0; margin-left: 0; background: #111; overflow: hidden; z-index: 990; transition: all 0.3s ease-in 0.2s; padding-right: 0; }
#hd .hd_wrap > nav.on{ height: calc(100vh - 70px); }
#hd .hd_wrap > nav ul{ width: 100%; flex-direction: column; padding: 0 5% 50px; margin-left: 0; }
#hd .hd_wrap > nav ul li{ width: 100%; text-align: center; margin-left: 0; padding: 10px 0; }
#hd .hd_wrap > nav ul li a{ position: relative; display: inline-block; font-size: 18px; line-height: 28px; transition-duration: 0s; }
#hd .hd_wrap > nav ul li a::before{ transition-duration: 0s; }

#hd .hd_wrap .call { display: none; }

/* ? active */
#hd.active .hd_wrap > .mmenu input[type="checkbox"] + label span{ background: #fff; }
#hd.active .hd_wrap #logo a{ background: url(/img/logo-wh.png) no-repeat left center; background-size: contain; }
#hd.active .hd_wrap > nav{ padding-right: 0; }
#hd.active .hd_wrap > nav ul li a{ color: rgba(255, 255, 255, 1); line-height: 28px; }
#hd.active .hd_wrap > nav ul li a:hover{ color: #fff; }
#hd.active .hd_wrap #logo a{ background: url(/img/logo-wh.png) no-repeat left center; background-size: contain; }




/*! Index */

/** mvisual */
.mvisual { position: relative; height: 100vh; background: url(/img/bg_mvisual.png) no-repeat; background-size: cover; display: flex; justify-content: center; align-items: center; }
.mvisual .inner .tit-box { width: 90vw; margin: 0 auto; text-align: right; }
.mvisual .inner .tit-box > h2{ font-size: 40px; text-align: center; letter-spacing: -1px; opacity: 0; }
.mvisual .inner .tit-box > p{ font-size: 16px; text-align: center; margin-top: 15px; opacity: 0; word-break: keep-all; }
/*? animate */
.mvisual .inner .tit-box > h2{ animation: mv-moveU 1s ease-out 1 forwards; }
.mvisual .inner .tit-box > p{ animation: mv-moveU 1s ease-out 1 forwards .2s; }

/*? mv-slider */
.mvisual .inner .mv-slide { width: 100%; margin-top: 50px; overflow: hidden; }
.mv-slide > ul{ position: relative; width: 100%; display: flex; justify-content: center; align-items: center; }
.mv-slide > ul > li{ position: relative; width: 280px; height: 280px; margin-right: 10px; display: flex; justify-content: center; align-items: center; transition: all .2s ease-in-out; }
.mv-slide > ul > li > span{ display: block; width: 200px; height: 200px; border-radius: 225px; transition: all .3s ease-in-out; }

/*? active */
.mv-slide > ul > li.swiper-slide-active > span{ width: 280px; height: 280px; transition-delay: .8s; }


/** msection2 */
.msection2 { position: relative; background-color: #101010; padding: 100px 0 150px; }
.msection2 .inner { width: 90%; margin: 0 auto; }
.msection2 .inner *{ color: #fff; text-align: center; word-break: keep-all; }
.msection2 .inner .tit-box > h2{ font-size: 32px; letter-spacing: -1px; }
.msection2 .inner .tit-box > p{ font-size: 16px; margin-top: 20px; }
.msection2 .inner > ul{ display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; margin-top: 40px; }
.msection2 .inner > ul > li{ width: 48%; min-width: 160px; }
.msection2 .inner > ul > li:nth-of-type(n+3){ margin-top: 30px; }
.msection2 .inner > ul > li > span{ position: relative; display: block; width: 100%; height: 150px; border-radius: 20px; overflow: hidden; }
.msection2 .inner > ul > li > p{ font-size: 16px; margin-top: 13px; transition: all .2s ease-in-out; }

/*? hover */
.msection2 .inner > ul > li:hover > span::after{ transform: scale(1); }
.msection2 .inner > ul > li:hover > p{ color: #fff; }



/** msection3 */
.msection3 { position: relative; background-color: #f3f3f3; padding: 90px 0; }
.msection3 .tit-box { margin: 0 auto; text-align: center; padding: 0 5%; }
.msection3 .tit-box > h2{ font-size: 32px; text-align: center; letter-spacing: -1px; word-break: keep-all; }
.msection3 .tit-box > p{ font-size: 16px; text-align: center; margin-top: 20px; word-break: keep-all; }
.msection3 .tit-box .review { display: inline-flex; justify-content: center; align-items: center; margin: 30px auto 0; }
.msection3 .tit-box .review > p{ display: inline-block; font-size: 23px; margin: 0 8px; }
.msection3 .tit-box .review > span{ display: block; width: 44px; height: 19px; background: url(/img/ico-star2.png) no-repeat; }

/*? animate */
.msection3 .tit-box .review { animation: wibing 1.2s ease-in-out infinite; }

/*? review slide */
.msection3 .rv-slide { width: 100%; overflow: hidden; margin-top: 50px; }
.rv-slide > ul{ position: relative; display: flex; justify-content: flex-start; align-items: flex-start; margin-left: 12px; }
.rv-slide > ul > li{ position: relative; width: 320px; height: 449px; margin-right: 20px; }

/*? active */
.rv-slide > ul > li.swiper-slide-active > span{ width: 100%; height: 100%; border: 5px solid #c32721; transition-delay: .7s; }



/** msection4 */
.msection4 { position: relative; height: 900px; background-color: #101010; padding: 90px 0; overflow: hidden; }
.msection4 > span{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(/img/bg_section4.png) no-repeat; background-size: cover; }
.msection4 .inner { position: relative; width: 90%; height: 100%; margin: 0 auto; display: flex; justify-content: flex-end; align-items: center; z-index: 10; }
.msection4 .inner > div{ max-width: 340px; padding: 20px; background-color: #c32721; border-radius: 20px; text-align: center; }
.msection4 .inner > div *{ color: #fff; text-align: center; }
.msection4 .inner > div > h3{ font-size: 32px; letter-spacing: -1px; word-break: keep-all; }
.msection4 .inner > div > p{ font-size: 16px; margin-top: 10px; }
.msection4 .inner > div > ul{ display: flex; justify-content: center; align-items: stretch; flex-wrap: wrap; margin-top: 30px; }
.msection4 .inner > div > ul > li{ position: relative; width: 50%; padding: 30px 20px; }
.msection4 .inner > div > ul > li > span{ display: block; width: 42px; height: 34px; margin: 0 auto; }
.msection4 .inner > div > ul > li > h5{ font-size: 18px; letter-spacing: -1px; margin-top: 15px; word-break: keep-all; }
.msection4 .inner > div > ul > li > p{ font-size: 14px; line-height: 18px; margin-top: 10px; opacity: .5; word-break: keep-all; }
.msection4 .inner > div > ul > li:nth-of-type(1)::after{ position: absolute; bottom: -1px; left: 50%; display: block; width: 90%; height: 1px; transform: translateX(-50%); background-color: #d56864; content: ''; }
.msection4 .inner > div > ul > li:nth-of-type(2)::after{ position: absolute; top: 50%; left: -1px; display: block; width: 1px; height: 90%; transform: translateY(-50%); background-color: #d56864; content: ''; }
.msection4 .inner > div > ul > li:nth-of-type(3)::after{ position: absolute; top: 50%; right: 0; display: block; width: 1px; height: 90%; transform: translateY(-50%); background-color: #d56864; content: ''; }
.msection4 .inner > div > ul > li:nth-of-type(4)::after{ position: absolute; top: 0; left: 50%; display: block; width: 90%; height: 1px; transform: translateX(-50%); background-color: #d56864; content: ''; }

.msection4 .inner > div > ul > li > span.ico-sec41{ background: url(/img/ico_sec4_1.png) no-repeat center center; background-size: contain; }
.msection4 .inner > div > ul > li > span.ico-sec42{ background: url(/img/ico_sec4_2.png) no-repeat center center; background-size: contain; }
.msection4 .inner > div > ul > li > span.ico-sec43{ background: url(/img/ico_sec4_3.png) no-repeat center center; background-size: contain; }
.msection4 .inner > div > ul > li > span.ico-sec44{ background: url(/img/ico_sec4_4.png) no-repeat center center; background-size: contain; }


/** msection5 */
.msection5 { position: relative; background-color: #101010; padding: 90px 0; }
.msection5 .inner { width: 90%; margin: 0 auto; display: block; }
.msection5 .inner .tit-box { max-width: 100%; padding-right: 0; }
.msection5 .inner .tit-box > h2{ font-size: 32px; line-height: 40px; letter-spacing: -1px; word-break: keep-all; text-align: center; }
.msection5 .inner .tit-box > h2 > br{ display: none; }
.msection5 .inner .tit-box > p{ font-size: 16px; line-height: 28px; margin-top: 20px; word-break: keep-all; text-align: center; }
.msection5 .inner .tit-box > p > br{ display: block; }
.msection5 .inner .tit-box > p > mark{ background-color: #c32721; color: #fff; }
.msection5 .inner .con-box { width: 100%; position: relative; display: inline-block; padding: 50px 10px 30px; background-color: #fff; border-radius: 25px; margin-top: 60px; }
.msection5 .inner .con-box > span{ position: absolute; top: -25px; left: 50%; transform: translateX(-50%); display: block; width: max-content; font-size: 20px; letter-spacing: -1px; line-height: 50px; padding: 0 40px; border-radius: 25px; background-color: #c32721; }
.msection5 .inner .con-box > ul{ display: flex; justify-content: center; align-items: flex-start; }
.msection5 .inner .con-box > ul > li{ width: 33.3%; text-align: center; border-right: 1px solid #e6e6e6; }
.msection5 .inner .con-box > ul > li:last-of-type{ border: 0; }
.msection5 .inner .con-box > ul > li > span{ display: block; width: 90px; height: 80px; margin: 0 auto; }
.msection5 .inner .con-box > ul > li > p{ font-size: 14px; text-align: center; margin-top: 10px; }
.msection5 .inner .con-box > ul > li > h5{ font-size: 20px; text-align: center; }



/** msection6 */
.msection6 { position: relative; background-color: #c32721; padding: 90px 0; }
.msection6 .inner { width: 90%; margin: 0 auto; display: flex; justify-content: center; align-items: center; flex-wrap: wrap-reverse; }
.msection6 .inner .tit-box { max-width: 100%; padding-right: 0px; padding-left: 0; }
.msection6 .inner .tit-box > h2{ font-size: 32px; line-height: 40px; letter-spacing: -1px; text-align: center; }
.msection6 .inner .tit-box > h2 > span{ color: #101010; }
.msection6 .inner .tit-box > p{ width: auto; font-size: 16px; line-height: 28px; margin-top: 20px; word-break: keep-all; text-align: center; }
.msection6 .inner .tit-box > p > mark{ background-color: #101010; color: #fff; }
.msection6 .inner .con-box { position: relative; display: inline-block; width: 100%; padding: 50px 10px 30px; background-color: #fff; border-radius: 25px; margin-top: 60px; }
.msection6 .inner .con-box > span{ position: absolute; top: -25px; left: 50%; transform: translateX(-50%); display: block; width: max-content; font-size: 20px; letter-spacing: -1px; line-height: 50px; padding: 0 40px; border-radius: 25px; background-color: #101010; }
.msection6 .inner .con-box > div{ width: 290px; height: 40px; margin: 0 auto; background: url(/img/img_sec6_1.png) no-repeat; background-size: contain; }
.msection6 .inner .con-box > p{ font-size: 14px; line-height: 22px; text-align: center; margin-top: 20px; }


/** msection7 */
.msection7 { position: relative; background-color: #101010; padding: 90px 0; }
.msection7 .inner { width: 90%; margin: 0 auto; display: block; }
.msection7 .inner .tit-box { max-width: 100%; text-align: center; }
.msection7 .inner .tit-box > span{ display: block; width: 80px; height: 85px; background: url(/img/ico_sec7_1.png) no-repeat; background-size: contain; margin: 0 auto; }
.msection7 .inner .tit-box > h2{ font-size: 32px; line-height: 40px; letter-spacing: -1px; margin-top: 10px; word-break: keep-all; text-align: center; }
.msection7 .inner .tit-box > h2 > br{ display: none; }
.msection7 .inner .tit-box > p{ font-size: 16px; line-height: 28px; margin-top: 15px; word-break: keep-all; text-align: center; }
.msection7 .inner .tit-box > p > mark{ background-color: #c32721; color: #fff; }
.msection7 .inner > ul{ display: flex; justify-content: center; align-items: flex-start; margin-left: 0; margin-top: 40px; }
.msection7 .inner > ul > li{ width: 110px; text-align: center; margin-right: 5px; }
.msection7 .inner > ul > li:last-of-type{ margin-right: 0; }
.msection7 .inner > ul > li > span{ display: block; width: 110px; height: 160px; }
.msection7 .inner > ul > li > span.img-sec71{ background: url(/img/img_sec7_1.png) no-repeat; background-size: contain; }
.msection7 .inner > ul > li > span.img-sec72{ background: url(/img/img_sec7_2.png) no-repeat; background-size: contain; }
.msection7 .inner > ul > li > span.img-sec73{ background: url(/img/img_sec7_3.png) no-repeat; background-size: contain; }
.msection7 .inner > ul > li > p{ font-size: 12px; text-align: center; margin-top: 15px; word-break: keep-all; }
.msection7 .inner > ul > li > h5{ font-size: 16px; text-align: center; letter-spacing: -1px; word-break: keep-all; }



/** msection8 */
.msection8 { position: relative; background-color: #fff; padding: 90px 0 90px; }
.msection8 .inner { width: 90%; margin: 0 auto; }
.msection8 .inner > h2{ font-size: 32px; letter-spacing: -1px; text-align: center; word-break: keep-all; }
.msection8 .inner > ul{ display: flex; justify-content: block; margin-top: 50px; }
.msection8 .inner > ul > li{ position: relative; width: 100%; padding: 35px 30px 45px; background-color: #f3f3f3; border-radius: 15px; }
.msection8 .inner > ul > li:nth-of-type(n+2){ margin-top: 10px; }
.msection8 .inner > ul > li.step8{ background: url(/img/img_sec8_8.png) no-repeat bottom right #c32721; }
.msection8 .inner > ul > li > p{ font-size: 16px; line-height: 24px; word-break: keep-all; }
.msection8 .inner > ul > li > p:last-of-type{ margin-top: 21px; }
.msection8 .inner > ul > li > h4{ font-size: 22px; letter-spacing: -1px; margin-top: 14px; word-break: keep-all; }
.msection8 .inner > ul > li > div{ position: absolute; top: 20px; right: 20px; width: 40px; height: 40px; display: flex; justify-content: center; align-items: center; border-radius: 50%; background-color: #fff; }
.msection8 .inner > ul > li > div > span{ display: block; width: 24px; height: 24px; }
.msection8 .inner > ul > li > div > span.ico-sec81{ background: url(/img/ico_sec8_1.png) no-repeat center center; background-size: contain; }
.msection8 .inner > ul > li > div > span.ico-sec82{ background: url(/img/ico_sec8_2.png) no-repeat center center; background-size: contain; }
.msection8 .inner > ul > li > div > span.ico-sec83{ background: url(/img/ico_sec8_3.png) no-repeat center center; background-size: contain; }
.msection8 .inner > ul > li > div > span.ico-sec84{ background: url(/img/ico_sec8_4.png) no-repeat center center; background-size: contain; }
.msection8 .inner > ul > li > div > span.ico-sec85{ background: url(/img/ico_sec8_5.png) no-repeat center center; background-size: contain; }
.msection8 .inner > ul > li > div > span.ico-sec86{ background: url(/img/ico_sec8_6.png) no-repeat center center; background-size: contain; }
.msection8 .inner > ul > li > div > span.ico-sec87{ background: url(/img/ico_sec8_7.png) no-repeat center center; background-size: contain; }
.msection8 .inner > ul > li > div > span.ico-sec89{ background: url(/img/ico_sec8_9.png) no-repeat center center; background-size: contain; }



/** msection9 */
.msection9 { position: relative; background-color: #f3f3f3; padding: 90px 0 90px; }
.msection9 .inner { width: 90%; margin: 0 auto; }
.msection9 .inner > h2{ font-size: 32px; letter-spacing: -1px; text-align: center; word-break: keep-all; }
.msection9 .inner > table{ max-width: 100%; width: 100%; margin: 40px auto 0; }
.msection9 .inner > table *{ font-family: 'Giants-Regular'; font-weight: 400; font-style: normal; }
.msection9 .inner .cost tr td{ text-align: center; height: 60px; padding: 0 10px; border-bottom: 1px solid #d8d8d8; border-right: 1px solid #d8d8d8; }
.msection9 .inner .cost tr td:last-of-type{ border-right: 0; }
.msection9 .inner .cost tr td.t-line{ height: 2px; background-color: #c32721; }
.msection9 .inner .cost tr td.a-left{ text-align: left; }
.msection9 .inner .cost tr td.b-wh{ background-color: #fff; }
.msection9 .inner .cost tr td p{ position: relative; display: inline-block; font-size: 12px; line-height: 20px; letter-spacing: -1px; word-break: keep-all; } 
.msection9 .inner .cost .c-line{ text-decoration: line-through; }
.msection9 .inner .cost tr td p span.s-pass{ position: absolute; top: 50%; right: -24px; transform: translateY(-50%); display: inline-block; font-size: 10px; color: #fff; line-height: 20px; padding: 0 3px; background-color: #c32721; }
.msection9 .inner .cost tr td p strong{ font-size: 16px; color: #c32721; }




/** msection10 */
.msection10 { position: relative; background: url(/img/bg_section10.png) no-repeat top left #c32721; background-size: cover; padding: 90px 0; }
.msection10 .inner { width: 90%; margin: 0 auto; display: block; }
.msection10 .inner .tit-box { max-width: 100%; }
.msection10 .inner .tit-box > h2{ font-size: 32px; line-height: 40px; letter-spacing: -1px; word-break: keep-all; text-align: center; }
.msection10 .inner .tit-box > h2 > br{ display: none; }
.msection10 .inner .tit-box > p{ font-size: 16px; margin-top: 24px; letter-spacing: -1px; word-break: keep-all; text-align: center; }
.msection10 .inner .tit-box > ul{ margin: 30px auto 0; }
.msection10 .inner .tit-box > ul > li{ display: flex; justify-content: center; align-items: center; margin-bottom: 15px; }
.msection10 .inner .tit-box > ul > li:last-of-type{ margin-bottom: 0; }
.msection10 .inner .tit-box > ul > li > span{ display: block; width: 22px; height: 22px; }
.msection10 .inner .tit-box > ul > li > span.ico-sec101{ background: url(/img/ico_sec10_1.png) no-repeat center center; }
.msection10 .inner .tit-box > ul > li > span.ico-sec102{ background: url(/img/ico_sec10_2.png) no-repeat center center; }
.msection10 .inner .tit-box > ul > li > p{ font-size: 18px; letter-spacing: -1px; margin-left: 13px; }
.msection10 .inner .inqry-box { position: relative; width: 100%; border-radius: 15px; background-color: #fff; padding: 40px 20px; margin-top: 40px; }
.msection10 .inner .inqry-box > h3{ font-size: 22px; letter-spacing: -1px; }
.msection10 .inner .inqry-box > div{ margin-top: 40px; }

/*? form box */
.inqry-box .frmBox ul{ width: 100%; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.inqry-box .frmBox ul li{ width: 100%; margin-bottom: 25px; display: block; }
.inqry-box .frmBox ul li.conput{ align-items: flex-start; }
.inqry-box .frmBox ul li.conput .label{ padding-top: 10px; }
.inqry-box .frmBox ul li.wid02{ width: 100%; }
.inqry-box .frmBox ul li.wid03{ width: 100%; }
.inqry-box .frmBox ul li .label{ position: relative; display: inline-block; font-size: 14px; font-weight: 500; color: #111; letter-spacing: -1px; margin-bottom: 10px; font-family: 'Giants-Regular'; font-weight: 400; font-style: normal; }
.inqry-box .frmBox ul li .label .req{ position: absolute; top: 0; right: -10px; display: block; width: 5px; height: 5px; background: #c32721; border-radius: 50%; z-index: -1; }
.inqry-box .frmBox ul li .label em{ font-size: 14px; font-weight: 400; color: #aaa; font-style: normal; }
.inqry-box .frmBox ul li .inpBox{ width: 100%; }
.inqry-box .frmBox ul li .inpBox.half { display: flex; justify-content: flex-start; align-items: center; }
.inqry-box .frmBox ul li .inpBox.half > input{ width: 50%; }
.inqry-box .frmBox ul li .inpBox.half > p{ font-size: 17px; padding-left: 12px; }
.inqry-box .frmBox ul li .selectBox{ position: relative; }
.inqry-box .frmBox ul li .selectBox::after{ position: absolute; right: 5%; top: 50%; transform: translateY(-50%); width: 10px; height: 8px; background: url(/img/ico_select.png) no-repeat center center; content: ''; display: block; }
.inqry-box .frmBox ul li select,
.inqry-box .frmBox ul li .frm_input,
.inqry-box .frmBox ul li textarea{ width: 100%; height: 55px; font-size: 16px; color: #111; padding: 0 20px; border: 1px solid #f8f8f8; outline: none; border-radius: 10px; background: #f8f8f8; transition: all 0.2s ease-in-out; }
.inqry-box .frmBox ul li textarea{ height: 120px; line-height: 30px; padding: 10px 20px; resize: none; }
.inqry-box .frmBox ul li .frm_input.rows{ height: 120px; line-height: 30px; padding: 10px 20px; resize: none; }
.inqry-box .frmBox ul li .frm_input::placeholder,
.inqry-box .frmBox ul li textarea::placeholder{ color: #c1c5cc; font-family: 'pretendard'; }
.inqry-box .frmBox ul li select:focus,
.inqry-box .frmBox ul li select:focus-visible,
.inqry-box .frmBox ul li .frm_input:focus,
.inqry-box .frmBox ul li .frm_input:focus-visible,
.inqry-box .frmBox ul li textarea:focus,
.inqry-box .frmBox ul li textarea:focus-visible{ border: 1px solid #c32721; }

.inqry-box .frmBox select { font-family: 'pretendard'; cursor: pointer; border-radius: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.inqry-box .frmBox select::-ms-expand{ display: none; }

/* 파일박스 */
.inqry-box .frmBox .fileBox{ width: 100%; height: 55px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; border-radius: 10px; background: #f4f4f4; border: 1px solid #f4f4f4; }
.inqry-box .frmBox .fileBox input[type="file"]{ display: none; }
.inqry-box .frmBox .fileBox label{ display: inline-block; cursor: pointer; }
.inqry-box .frmBox .fileBox .upload-name{ display: inline-block; font-size: 16px; color: #c1c5cc; border: 0; background-color: transparent; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.inqry-box .frmBox .fileBox + .file_del{ display: block; margin-top: 7px; padding: 0; }

/* 라디오박스 */
.inqry-box .frmBox > ul li .radioBox{ width: 100%; display: flex; justify-content: space-between; text-align: center; }
.inqry-box .frmBox > ul li .radioBox > input{ display: none; }
.inqry-box .frmBox > ul li .radioBox > input + label{ position: relative; width: 23%; height: 45px; font-size: 14px; font-weight: 400; color: #c1c5cc; line-height: 45px; border: 1px solid #ddd; background: #f8f8f8; cursor: pointer; display: block; transition: all 0.2s ease-in-out; }
.inqry-box .frmBox > ul li .radioBox > input:checked + label{ color: #fff; background: #000; border: 1px solid #000; }

/* 약관박스 */
.inqry-box .frmChk{ width: 100%; height: auto; display: flex; align-items: center; justify-content: space-between; }
.inqry-box .frmChk .provision { display: inline-block; font-size: 12px; font-weight: 500; color: #111; letter-spacing: -1px; padding-left: 6px; font-family: 'Giants-Regular'; font-weight: 400; font-style: normal; }
/*.frmChk .provision .unline { position: absolute; bottom: 0; display: block; width: 155px; height: 6px; background: #fbff5f; z-index: -1; }*/
.inqry-box .frmChk .chkBox input[type=checkbox]{ display: none; }
.inqry-box .frmChk .chkBox input[type=checkbox] + label{ font-size: 12px; font-weight: 500; color: #111; letter-spacing: -1px; cursor: pointer; font-family: 'Giants-Regular'; font-weight: 400; font-style: normal; }
.inqry-box .frmChk .chkBox input[type=checkbox] + label em{ color: #bfbfbf; font-style: normal; }
.inqry-box .frmChk .chkBox input[type=checkbox] + label span{ width: 20px; height: 20px; background: url(/img/ico_chkBox.png) no-repeat center center; background-size: contain; display: inline-block; }
.inqry-box .frmChk .chkBox input[type=checkbox]:checked + label span{ background: url(/img/ico_chkBox_on.png) no-repeat center center; background-size: contain; }
.inqry-box .frmChk .pv-open{ font-size: 11px; color: #bfbfbf; letter-spacing: -1px; cursor: pointer; transition: all 0.2s ease-in-out; margin-left: 5px; text-decoration: underline; font-family: 'Giants-Regular'; font-weight: 400; font-style: normal; }
.inqry-box .frmChk .pv-open:hover{ color: #111; }

/* 약관팝업 */
.inqry-box .pop_terms{ display: none; position: absolute; left: 50%; top: 60%; transform: translate(-50%,-50%); width: 90%; padding: 50px; border: 1px solid #000; background: #fff; z-index: 100; -webkit-box-shadow: 0 0 20px 0 rgba(25,39,32,0.1); box-shadow: 0 0 20px 0 rgba(25,39,32,0.1); }
.inqry-box .pop_terms > h3{ font-size: 26px; font-weight: 700; color: #111; letter-spacing: -1.5px; margin-bottom: 20px; }
.inqry-box .pop_terms > .pv-close{ position: absolute; right: 50px; top: 50px; width: 35px; height: 35px; background: url(/img/ico_pop_close.png) no-repeat center center, #fff; background-size: contain; border-radius: 50%; border: none; text-indent: -9999px; }
.inqry-box .pop_terms .txtBox{ width: 100%; height: 350px; background-color: #f8f8f8; overflow-y: scroll; padding: 20px 20px; }
.inqry-box .pop_terms .txtBox .parag{ margin-bottom: 40px;}
.inqry-box .pop_terms .txtBox .parag .t_1{display: block; font-size: 20px; color: #222; margin-bottom: 10px;}
.inqry-box .pop_terms .txtBox .parag .t_2{display: block; font-size: 15px; color: #272727; font-weight: bold; font-style: normal; margin-top: 10px; margin-bottom: 5px;}
.inqry-box .pop_terms .txtBox .parag p{ display: block; color: #313131; font-size: 15px; line-height: 30px; letter-spacing: -0.5px; word-break: keep-all; }
.inqry-box .pop_terms .txtBox .parag ul{ margin-top: 5px;}
.inqry-box .pop_terms .txtBox .parag ul li span{ display: block; color: #313131; font-size: 15px; line-height: 30px; letter-spacing: -0.5px; word-break: keep-all; }
.inqry-box .pop_terms .txtBox .parag ul li p{ padding-left: 8px; }
.inqry-box .pop_terms .txtBox::-webkit-scrollbar{ width: 6px; }
.inqry-box .pop_terms .txtBox::-webkit-scrollbar-thumb{ height: 17%; background-color: #aaa; border-radius: 10px; }
.inqry-box .pop_terms .txtBox::-webkit-scrollbar-track{ background: transparent; }

/* 확인버튼 */
.inqry-box .btn_confirm{ text-align: center; margin-top: 0; }
.inqry-box .btn_confirm *{ display: block; width: 100%; line-height: 70px; font-size: 22px; font-weight: 800; color: #fff; border: 1px solid #111; padding: 0 40px; background: #111; border-radius: 10px; vertical-align: middle; text-align: center; transition: all 0.2s ease-in-out; }
.inqry-box .btn_confirm .go_list{ color: #fff; font-size: 18px; background: #999999; border: 1px solid #999999; text-align: center; margin-top: 10px; }
.inqry-box .btn_confirm #btn_submit:hover{ color: #fff; background: #c32721; border: 1px solid #c32721; }

/* radio Box2 */
.inqry-box .frm_radio2 { display: flex; justify-content: space-between; text-align: center; }
.inqry-box .frm_radio2 > input[type="radio"]{ display: none; }
.inqry-box .frm_radio2 > input[type="radio"] + label{ position: relative; width: 49%; height: 55px; font-size: 15px; font-family: 'pretendard'; line-height: 55px; font-weight: 500; color: #aaa; border-radius: 10px; border: 1px solid #f3f3f3; background-color: #f3f3f3; cursor: pointer; display: block; overflow: hidden; margin-right: 2px; transition: all 0.3s ease-in-out; }
.inqry-box .frm_radio2 > input[type="radio"] + label:last-of-type{ margin-right: 0; }
.inqry-box .frm_radio2 > input[type="radio"]:checked + label{ border-color: #c32721; color: #c32721; background: #fff; }




/*! Inqry */
.minqry { position: fixed; bottom: -420px; z-index: 990; width: 100%; transition: all .4s ease-out; }
.minqry .inner { width: 100%; margin: 0 auto; }
.minqry .inner .apply .iq-bar { width: 100%; height: 50px; display: flex; justify-content: center; align-items: center; background-color: #c32721; border-top-left-radius: 40px; border-top-right-radius: 40px; transition: all .2s ease-out; cursor: pointer; }
.minqry .inner .apply .iq-bar > span{ display: block; width: 20px; height: 20px; background: url(/img/iq_up.png) no-repeat; transition: all .2s ease-out; }
.minqry .inner .apply .iq-bar > p{ font-size: 16px; font-weight: 700; margin-left: 10px; }

.minqry.on{ bottom: 0; }
.minqry.on .inner .apply .iq-bar { background-color: #656565; }
.minqry.on .inner .apply .iq-bar > span{ background: url(/img/iq_down.png) no-repeat; }

/** inqry - apply **/
.minqry .inner .apply > ul{ display: flex; justify-content: space-between; align-items: center; padding: 20px 2%; height: 420px; background-color: #111; }
.minqry .inner .apply .iq-tit { display: none; }
.minqry .inner .apply .iq-tit > p{ font-size: 15px; }
.minqry .inner .apply .iq-tit > h2{ font-size: 20px; font-weight: 800; margin-top: 5px; }

.minqry .inner .apply .iq-box { margin: 0 auto; width: 100%; padding: 0 5%; }
.apply form{ display: flex; justify-content: flex-start; align-items: flex-end; flex-direction: column; }
.apply form .frmBox { width: 100%; }
.apply form .frmBox ul{ display: flex; justify-content: flex-start; align-items: flex-end; flex-direction: column; }
.apply form .frmBox ul li{ margin-right: 0; margin-bottom: 10px; width: 100%; }
.apply form .frmBox ul li:last-of-type{ margin-right: 0; margin-bottom: 10px; }
.apply form .frmBox ul li .label{ position: relative; font-size: 14px; font-weight: 500; color: #fff; margin-bottom: 8px; }

.apply form .frmBox ul li .selectBox{ position: relative; width: 100%; }
.apply form .frmBox ul li .selectBox::after{ position: absolute; right: 5%; top: 50%; transform: translateY(-50%); width: 10px; height: 8px; background: url(/img/ico_select.png) no-repeat center center; content: ''; display: block; }

.apply form .frmBox ul li select { width: 100%; height: 50px; font-size: 11px; color: #c0c0c3; padding: 0 10px; border: 1px solid #e9e9ed; outline: none; border-radius: 5px; background: #fff; transition: all 0.2s ease-in-out; -webkit-appearance:none; /* 크롬 화살표 없애기 */ -moz-appearance:none; /* 파이어폭스 화살표 없애기 */ appearance:none /* 화살표 없애기 */ }


.apply form .frmBox ul li .frm_input{ width: 100%; height: 50px; font-size: 11px; color: #c0c0c3; line-height: 50px; padding: 0 0 0 10px; border: none; border-radius: 5px; border: 1px solid #e9e9ed; outline: none; background: #fff; transition: all 0.2s ease-in-out; }
.apply form .frmBox ul li .frm_input::placeholder{ color: #aaa; font-weight: 300; }
.apply form .frmBox ul li textarea{ width: calc(100% - 100px); font-size: 13px; color: #c0c0c3; line-height: 30px; padding: 10px 15px; border: 1px solid #e9e9ed; background: #fff; resize: none; outline: none; resize: none; transition: all 0.2s ease-in-out; }
.apply form .frmBox ul li textarea::placeholder{ color: #aaa; font-weight: 300; }
.apply form .frmBox ul li select:focus,
.apply form .frmBox ul li select:focus-visible,
.apply form .frmBox ul li .frm_input:focus,
.apply form .frmBox ul li .frm_input:focus-visible{ border: 1px solid #c32721; }
.apply form .frmBox ul li textarea:focus,
.apply form .frmBox ul li textarea:focus-visible{ border: 1px solid #1d2088; }
.apply form .frmBox ul li .fileBox{ width: calc(100% - 100px); height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 10px 10px; border: 1px solid #e9e9ed; background: #fff; }
.apply form .frmBox ul li .fileBox input[type="file"]{ display: none; }
.apply form .frmBox ul li .fileBox label { display: block; width: 60px; height: 32px; font-size: 15px; color: #96969d; line-height: 32px; cursor: pointer; margin: 0; text-align: center; background-color: #f6f6f8; }
.apply form .frmBox ul li .fileBox .upload-name{ width: calc(100% - 90px); display: block; font-size: 13px; color: #c0c0c3; font-weight: 300; background: #fff; border: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
/* 약관박스 */
.apply form .frmChk{ display: flex; align-items: center; justify-content: center; width: 100%; padding-bottom: 20px; padding-top: 10px; }
.apply form .frmChk .chkBox input[type=checkbox]{ display: none; }
.apply form .frmChk .chkBox input[type=checkbox] + label{ display: flex; justify-content: flex-start; align-items: center; cursor: pointer; }
.apply form .frmChk .chkBox input[type=checkbox] + label p{ font-size: 13px; font-weight: 500; color: #fff; line-height: 17px; }
.apply form .frmChk .chkBox input[type=checkbox] + label p > br{ display: none; }
.apply form .frmChk .chkBox input[type=checkbox] + label em{ color: #bfbfbf; font-style: normal; }
.apply form .frmChk .chkBox input[type=checkbox] + label span{ width: 20px; height: 20px; background: url(/img/img_frmchk.png) no-repeat center center; background-size: contain; display: inline-block; margin-right: 10px; }
.apply form .frmChk .chkBox input[type=checkbox]:checked + label span{ background: url(/img/img_frmchk_on.png) no-repeat center center; background-size: contain; }
.apply form .frmChk .pv-open{ display: inline-block; font-size: 11px; color: #96969d; line-height: 21px; background-color: #f6f6f8; padding: 0 6px; margin-left: 20px; cursor: pointer; transition: all 0.2s ease-in-out; }
.apply form .frmChk .pv-open:hover{ color: #111; }
/* 버튼박스 */
.apply form .btnBox{ width: 100%; height: 50px; margin-left: 20px; }
.apply form .btnBox > *{ width: 100%; font-size: 18px; font-weight: 700; color: #fff; line-height: 50px; border: none; border-radius: 10px; transition: all 0.2s ease-in-out; }
.apply form .btnBox > button{ background: #c32721; }
.apply form .btnBox > *:hover{ background: #c32721; border-radius: 0; }





/*! Contact complete */

.contact.at-complete { position: relative; min-height: 70vh; padding-top: 90px; background-color: #252525; display: flex; justify-content: center; align-items: center; }

.contact .con-box .complete-box { min-height: 350px; margin-top: 100px; text-align: center; }
.contact .con-box .complete-box > *{ color: #fff; text-align: center; }
.contact .con-box .complete-box > div{ display: flex; justify-content: center; align-items: center; }
.contact .con-box .complete-box > div > span{ display: block; width: 10px; height: 10px; }
.contact .con-box .complete-box > div > h2{ font-size: 24px; margin: 0 10px; }
.contact .con-box .complete-box > p{ font-size: 14px; line-height: 22px; margin-top: 20px; }
.contact .con-box .complete-box > a{ display: inline-block; margin: 60px auto 0; }
.contact .con-box .complete-box > a > span{ display: block; width: 32px; height: 27px; margin: 0 auto; background: url(/img/arrow-right.svg) no-repeat; background-size: contain; }
.contact .con-box .complete-box > a > h5{ font-size: 24px; font-weight: 600; margin-top: 5px; transition: all .2s ease-out; }
/*? hover */
.contact .con-box .complete-box > a:hover > h5{ color: #fff; }






/*! Aside */
#aside { position: fixed; bottom: 15vh; right: 10px; z-index: 890; animation: wibing 2s ease-in-out infinite; }
#aside > a{ position: relative; display: block; width: 40px; height: 40px; border-radius: 10px; margin-bottom: 5px; text-align: center; transition: all .2s ease-out; }
#aside > a:last-of-type{ margin-bottom: 0; }
#aside .as_kakao { background-color: #f9e000; padding-top: 9px; }
#aside .as_kakao > span{ display: block; width: 22px; height: 23px; background: url(/img/ico_asidekakao.png) no-repeat; background-size: contain; margin: 0 auto; transition: all .2s ease-out; }
#aside .as_inqry { background-color: #000; padding-top: 10px; }
#aside .as_inqry > span{ display: block; width: 19px; height: 20px; background: url(/img/ico_aside1.svg) no-repeat; background-size: contain; margin: 0 auto; }
#aside .as_top{ font-size: 20px; font-weight: 400; line-height: 40px; background-color: #fff; border: 1px solid #f1f1f1; }

#aside > a.btn-view-inqry{ width: auto; height: auto; background-color: #c32721; font-size: 11px; color: #fff; font-weight: 700; line-height: 13px; text-align: center; padding: 10px 5px; }

/*? hover */
#aside .as_kakao:hover{ background-color: #f9e000; }
#aside .as_kakao:hover > span{ background: url(/img/ico_asidekakao.png) no-repeat; }
#aside .as_inqry:hover{ background-color: #000; }
#aside .as_top:hover{ background-color: #fff; color: #111; border: 0; }
#aside > a.btn-view-inqry:hover{ background-color: #c32721; }




/*! Footer */
#ft .inner { position: relative; width: 90%; margin: 0 auto; padding-bottom: 60px; }
#ft .inner { display: block; }
#ft .inner > div{ padding-top: 20px; }
#ft .inner .left-call { padding-right: 0; }
#ft .inner .left-call > div{ display: block; padding-top: 5px; }
#ft .inner .left-call > div > span{ display: block; width: 50px; height: 43px; background: url(/img/logo-wh.png) no-repeat; background-size: contain; }
#ft .inner .left-call .copyright { font-size: 10px; line-height: 15px; color: #bbbbbb; margin-top: 10px; }
#ft .inner .left-call .copyright > br{ display: none; }
#ft .inner .right-info { padding-left: 0; border-left: 0; margin-top: 15px; padding-top: 0; }
#ft .inner .right-info > ul > li{ display: flex; justify-content: flex-start; align-items: center; line-height: 19px; }
#ft .inner .right-info .lable { font-size: 11px; width: 60px !important; display: block; margin-right: 10px; }
#ft .inner .right-info .l-info { position: relative; width: calc(100% - 70px); font-size: 11px; color: #bbbbbb; word-break: keep-all; }

#ft .inner .ft_link { position: relative; top: auto; right: auto; z-index: 10; margin-top: 0px; display: flex; justify-content: flex-start; align-items: center; padding-bottom: 20px; }
#ft .inner .ft_link .ft_insta { display: block; width: 40px; height: 40px; border-radius: 12px; background-color: #424242; transition: all .2s ease-out; }
#ft .inner .ft_link .ft_insta > span{ display: block; width: 22px; height: 22px; margin: 9px auto 0; background: url(/img/ico_ftinsta.png) no-repeat; background-size: contain; transition: all .2s ease-out; }

/*? hover */
#ft .inner .ft_link .ft_insta:hover{ background-color: #e930a6; }
#ft .inner .ft_link .ft_insta:hover > span{ background: url(/img/ico_ftinsta_on.png) no-repeat; background-size: contain; }








/*! Brand - Header */

#hd.brand{ transition-duration: 0.3s; }
#hd.brand .hd_wrap{ width: 100%; padding: 0 3%; justify-content: space-between; height: 70px; }
#hd.brand .hd_wrap #logo a{ width: 58px; height: 50px; background: url(/img/logo.png) no-repeat left center; background-size: contain; }

#hd.brand .hd_wrap > .mmenu{ display: block; }
#hd.brand .hd_wrap > .mmenu input[type="checkbox"]{ display: none; }
#hd.brand .hd_wrap > .mmenu input[type="checkbox"] + label{ display: block; width: 25px; height: 19px; position: relative; cursor: pointer; z-index: 999; }
#hd.brand .hd_wrap > .mmenu input[type="checkbox"] + label span{ display: block; position: absolute; right: 0; width: 100%; height: 3px; border-radius: 15px; background: #111; transition: all 0.3s ease-in-out; }
#hd.brand .hd_wrap > .mmenu input[type="checkbox"] + label span:first-child{top: 0;}
#hd.brand .hd_wrap > .mmenu input[type="checkbox"] + label span:nth-child(2){ top: 50%; width: 70%; transform: translateY(-50%);}
#hd.brand .hd_wrap > .mmenu input[type="checkbox"] + label span:last-child{bottom: 0;}
#hd.brand .hd_wrap > .mmenu input[type="checkbox"]:checked + label span:first-child{ top: 50%; transform: translateY(-50%) rotate(45deg);}
#hd.brand .hd_wrap > .mmenu input[type="checkbox"]:checked + label span:nth-child(2){opacity: 0;}
#hd.brand .hd_wrap > .mmenu input[type="checkbox"]:checked + label span:last-child{ bottom: 50%; transform: translateY(50%) rotate(-45deg);}
#hd.brand .hd_wrap > nav{ position: fixed; left: 0; top: 70px; width: 100%; height: 0; margin-left: 0; background: #111; overflow: hidden; z-index: 990; transition: all 0.3s ease-in 0.2s; padding-right: 0; }
#hd.brand .hd_wrap > nav.on{ height: calc(100vh - 70px); }
#hd.brand .hd_wrap > nav ul{ width: 100%; flex-direction: column; padding: 50px 5%; margin-left: 0; }
#hd.brand .hd_wrap > nav ul li{ width: 100%; text-align: center; margin-left: 0; padding: 10px 0; }
#hd.brand .hd_wrap > nav ul li a{ position: relative; display: inline-block; font-size: 18px; line-height: 28px; transition-duration: 0s; }
#hd.brand .hd_wrap > nav ul li a::before{ transition-duration: 0s; }

#hd.brand .hd_wrap .frlink { display: none; }

/* ? active */
#hd.brand.active .hd_wrap{ width: 100%; padding: 0 3%; }
#hd.brand.active .hd_wrap > .mmenu input[type="checkbox"] + label span{ background: #fff; }
#hd.brand.active .hd_wrap > nav{ padding-right: 0; }
#hd.brand.active .hd_wrap > nav ul li a{ color: #fff; line-height: 28px; }
#hd.brand.active .hd_wrap > nav ul li a:hover{ color: #fff; }
#hd.brand.active .hd_wrap #logo a{ background: url(/img/logo-wh.png) no-repeat left center; background-size: contain; }



/*! Brandinfo */
.brand1 { position: relative; width: 100%; height: 100vh; padding-top: 70px; background: url(/img/bg_brand1_m.png) no-repeat top center; background-size: cover; }
.brand1 .inner { width: 90%; margin: 0 auto; padding-top: 110px; }
.brand1 .inner > h4{ font-size: 22px; font-weight: 600; opacity: 0; }
.brand1 .inner > h2{ font-size: 32px; font-weight: 600; margin-top: 5px; opacity: 0; }
.brand1 .inner > p{ font-size: 16px; line-height: 28px; margin-top: 20px; opacity: 0; word-break: keep-all; }
/*? animate */
.brand1 .inner > h4{ animation: mv-moveU 1s ease-out 1 forwards; }
.brand1 .inner > h2{ animation: mv-moveU 1s ease-out 1 forwards .2s; }
.brand1 .inner > p{ animation: mv-moveU 1s ease-out 1 forwards .4s; }

.brand2 { padding: 50px 0 80px; background-color: #101010; }
.brand2 .inner1 { width: 100%; height: 400px; background: url(/img/img_brand2_1.png) no-repeat left center; background-size: cover; display: flex; align-items: center; }
.brand2 .inner2 { width: 100%; height: 400px; margin-top: 20px; background: url(/img/img_brand2_2.png) no-repeat right center; background-size: cover; display: flex; align-items: center; }
.brand2 .txt-box { width: 90%; margin: 0 auto; display: flex; align-items: center; }
.brand2 .txt-box.a-end{ justify-content: flex-end; }
.brand2 .txt-box.a-start{ justify-content: flex-start; }
.brand2 .txt-box > div > h4{ font-size: 24px; line-height: 32px; }
.brand2 .txt-box > div > p{ font-size: 14px; line-height: 22px; margin-top: 25px; word-break: keep-all; }

.brand3 { padding: 90px 0; background-color: #c32721; }
.brand3 .inner { width: 90%; margin: 0 auto; }
.brand3 .inner > h2{ font-size: 32px; text-align: center; }



.brand4 { padding: 100px 0; background-color: #f3f3f3; }
.brand4 .inner { width: 90%; margin: 0 auto; }
.brand4 .inner > h2{ font-size: 32px; text-align: center; }
.brand4 .inner > div{ margin-top: 30px; }


}





/* 게시물 선택복사 선택이동 */
#copymove {}
#copymove .win_desc {text-align:center;display:block}
#copymove .tbl_wrap {margin:20px}
#copymove .win_btn {padding:0 20px 20px}
.copymove_current {float:right;background:#ff3061;padding:5px;color:#fff;border-radius:3px}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;width:0;height:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}

/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span {display:none}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../../../img/captcha2.png') no-repeat 0 0 ; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc {display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl {margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* ckeditor 태그 기본값 */
#bo_v_con ul {display:block;list-style-type:disc;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con ol {display:block;list-style-type:decimal;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con li {display:list-item}

/* 버튼 */
a.btn,.btn {line-height:35px;height:35px;padding:0 10px;text-align:center;font-weight:bold;border:0;font-size:1.4em;
-webkit-transition:background-color 0.3s ease-out;
-moz-transition:background-color 0.3s ease-out;
-o-transition:background-color 0.3s ease-out;
transition:background-color 0.3s ease-out}

a.btn01 {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

.btn_confirm {text-align:right} /* 서식단계 진행 */

.btn_submit {border:0;background:#3a8afd;color:#fff;cursor:pointer;border-radius:3px}
.btn_submit:hover {background:#2375eb}
.btn_close {border:1px solid #dcdcdc;cursor:pointer;border-radius:3px;background:#fff}
a.btn_close {text-align:center;line-height:50px}

a.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
.btn_cancel:hover {background:#aaa}
a.btn_frmline, button.btn_frmline {display:inline-block;width:128px;padding:0 5px;height:40px;border:0;background:#434a54;border-radius:3px;color:#fff;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;color:#bababa;text-decoration:none;vertical-align:middle;border:0;background:transparent}
.btn_b01:hover, .btn_b01:hover {color:#000}
a.btn_b02,.btn_b02 {display:inline-block;background:#253dbe;padding:0 10px;color:#fff;text-decoration:none;border:0;vertical-align:middle}
a.btn_b02:hover, .btn_b02:hover {background:#0025eb}
a.btn_b03, .btn_b03 {display:inline-block;background:#fff;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {background:#ebedf6}
a.btn_b04, .btn_b04 {display:inline-block;background:#fff;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle}
a.btn_b04:hover, .btn_b04:hover {color:#333;background:#f9f9f9}
a.btn_admin,.btn_admin {display:inline-block;color:#d13f4a;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {color:#ff3746}


/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0 5px;background:#fff;border-top:1px solid #ececec;border-bottom:1px solid #ececec} 
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:20px 0;font-weight:normal;text-align:center;border-bottom:1px solid #ececec;height:40px}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-bottom:1px solid #e8e8e8}
.tbl_head01 td {color:#666;padding:10px 5px;border-top:1px solid #ecf0f1;border-bottom:1px solid #ecf0f1;line-height:1.4em;height:60px;word-break:break-all}
.tbl_head01 tbody tr:hover td {background:#fafafa}
.tbl_head01 a:hover {text-decoration:underline}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:70px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {border:1px solid #d0d3db;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;
/*-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);*/
}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:40px}

.full_input {width:100%}
.half_input {width:49.5%}
.twopart_input {width:385px;margin-right:10px}
.tbl_frm01 textarea, .write_div textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

/*기본 리스트*/
.list_01 ul {border-top:1px solid #ececec}
.list_01 li {border-bottom:1px solid #ececec;background:#fff;padding:10px 15px;list-style:none;position:relative}
.list_01 li:nth-child(odd) {background:#f6f6f6}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover {background:#f9f9f9}
.list_01 li.empty_li {text-align:center;padding:20px 0;color:#666}

/*폼 리스트*/
.form_01 h2 {font-size:1.167em}
.form_01 li {margin-bottom:10px}
.form_01 ul:after,
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 .left_input {float:left}
.form_01 .margin_input {margin-right:1%}
.form_01 textarea {height:100px;width:100%}
.form_01 .frm_label {display:inline-block;width:130px}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;color:#666;text-align:center}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png') !important;background-repeat:no-repeat !important;background-position:right top !important}

/* 테이블 항목별 정의 */
.td_board {width:80px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_group {width:80px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {position:relative}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.3em;height:50px;line-height:30px;padding:10px 20px;background:#fff;color:#000;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);
-moz-box-shadow:0 1px 10px rgba(0,0,0,.1);
box-shadow:0 1px 10px rgba(0,0,0,.1)}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin-bottom:15px;padding:0 20px}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;background:#fff;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
.new_win .win_ul li:first-child {margin-left:0}
.new_win .win_ul li a {display:block;padding:8px 0;color:#6794d3}
.new_win .win_ul .selected {background:#3a8afd;border-color:#3a8afd;position:relative;z-index:5}
.new_win .win_ul .selected a {color:#fff;font-weight:bold}
.new_win .win_desc {position:relative;margin:10px;border-radius:5px;font-size:1em;background:#f2838f;color:#fff;line-height:50px;text-align:left;padding:0 20px}
.new_win .win_desc i {font-size:1.2em;vertical-align:baseline}
.new_win .win_desc:after {content:"";position:absolute;left:0;top:0;width:4px;height:50px;background:#da4453;border-radius:3px 0 0 3px}
.new_win .frm_info {font-size:0.92em;color:#919191}
.new_win .win_total {float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#3a8afd;background:#f6f6f6;padding:0 10px;border-radius:5px}
.new_win .new_win_con {margin:20px 0;padding:20px}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .new_win_con2 {margin:20px 0}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn {text-align:center}
.new_win .cert_btn {margin-bottom:30px;text-align:center}
.new_win .btn_close {padding:0 20px;height:45px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:45px;font-weight:bold;font-size:1.083em}

/* 검색결과 색상 */
.sch_word {color:#fff;background:#ff005a;padding:2px 5px 3px;line-height:18px;margin:0 2px}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;font-size:0.92em;background:#333;
-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2)}
.sv_wrap .sv:before {content:"";position:absolute;top:-6px;left:15px;width:0;height:0;border-style:solid;border-width:0 6px 6px 6px;border-color:transparent transparent #333 transparent}
.sv_wrap .sv a {display:inline-block;margin:0;padding:0 10px;line-height:30px;width:100px;font-weight:normal;color:#bbb}
.sv_wrap .sv a:hover {background:#000;color:#fff}
.sv_member {color:#333}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}


/*! Paging */
.pg_wrap { display: flex; justify-content: center; align-items: center; margin-top: 60px; }
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg { text-align: center; font-family: 'Outfit', sans-serif; font-weight: 600; }
.pg_page, .pg_current { display: inline-block; vertical-align: middle; }
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page { color:#aaa; font-size: 18px; line-height:28px; padding: 0 5px; min-width: 30px; text-decoration:none; transition: all .2s ease-out; }
.pg_page:hover { color:#6d6d6d; }
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50%; border-radius: 3px; }
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50%; border-radius: 3px; }
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50%; border-radius: 3px; }
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50%; border-radius: 3px; }
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover { background-color:#fafafa; }

.pg_current { display:inline-block; color:#000; font-size: 18px; line-height:28px; padding: 0 5px; line-height: 28px; min-width: 30px; }


/* cheditor 이슈 */
.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before {
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}

/* 기본 이미지 스타일 */
.popup-image {
    width: 100%;
    height: auto;
}

/* 모바일 기기에서 이미지 크기를 50%로 줄이기 */
@media (max-width: 767px) {
    .popup-image {
        width: 50%;
    }
}
