@charset "utf-8";

/* 초기화 */
* img {max-width:100%;}
html {overflow-y:scroll;}
body {margin:0;padding:0;font-size:1rem;font-family:'Pretendard', sans-serif;background-color:transparent;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1rem;font-family:'Pretendard', 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:1rem}
input, button {margin:0;padding:0;font-family:'Pretendard', sans-serif;font-size:1rem}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {font-family:'Pretendard', sans-serif;font-size:1rem}
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:#333;text-decoration:none}

*, :after, :beBfore {
  -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;
}

/* div 클릭시 복사방지 */
/* div {user-select:none;-webkit-user-select:none;} */

.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}

/* 팝업레이어 */
#boxBlack {display:none;left:0;top:0;position:fixed;width:100%;height:100%;z-index:999;background:rgba(0,0,0,.5);}
#hd_pop {overflow:hidden;z-index:1000;width:90%;max-width:680px;position:fixed;left:50%;top:50%;transform:translate(-50%, -50%);margin:0 auto;}
.hd_pops {width:100%;position:relative;}
.hd_pops img {width:100%;display:block;}
.hd_pops_footer {background:#fff;color:#333;text-align:left;position:relative;}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:.5rem 1rem;border:0;background:#fff;color:#333;font-size:.9rem;}
.hd_pops_footer .hd_pops_reject {text-align:left}
.hd_pops_footer .hd_pops_close {position:absolute;top:0;right:0}
@media (min-width:720px) {
		#hd_pop {max-width:540px;}
		.hd_pops_footer button {padding:1rem;font-size:1rem;}
}

/* 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:#4273ea;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 #ddd;background:#fff;color:#333;vertical-align:middle;padding:5px;}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:40px}
.frm_input_full {width:100%}
.frm_textarea {border:1px solid #ddd;width:100%;}

.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}

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

/* 자바스크립트 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}

/* 페이징 */
.pg_wrap {clear:both;display:block;margin:1.5rem auto;text-align:center;}
.pg_wrap .pg {align-items:center;display:block;}
.pg_wrap .pg a,
.pg_wrap .pg strong {display:inline-block;text-align:center;vertical-align:middle;background-color:#eee;color:#959595;border:1px solid #eee;font-size:1rem;height:2rem;line-height:2rem;min-width:2rem;text-decoration:none;border-radius:3px;}
.pg_wrap .pg a:focus,
.pg_wrap .pg a:hover {text-decoration:none}
.pg_wrap .pg strong {background:var(--color1);color:#fff;font-weight:normal;}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {background-color:#fafafa}

/* 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;
}

.telbox {display:flex;justify-content:space-between;}
.telbox input {width:34%;}
.telbox select {width:30%;}

.section {padding:120px 0;}
.title {text-align:center;margin-bottom:5rem;}
.title strong {display:block;overflow:hidden;font-size:3rem;color:var(--color1);letter-spacing:-2px;font-weight:500;font-family: 'JalnanGothic';}
.title strong em {font-style:normal;color:var(--color2);}
.title span {display:block;font-size:1.25rem;letter-spacing:.4rem;color:var(--color2);margin-bottom:2rem;font-weight:500;text-transform: uppercase;}
.title p {display:block;font-size:1.15rem;}
.contain {width:1380px;margin:0 auto;}

/* ================================================
   상단 고정메뉴
   ================================================ */
#boxTop {background: linear-gradient(to right, #eff3fa 40%, #fff 60%);position:fixed;z-index:1001;width:100%;left:0;top:0;min-width:1380px;}
#boxTop > .contain {background: linear-gradient(-60deg, #fff 80%, #eff3fa 80%);}
#boxTop > .contain .logo {position:relative;}
#boxTop > .contain .logo img {display:block;height:4rem;float:left;}
#boxTop > .contain .boxTopSub {height:120px;width:80%;}
#boxTop > .contain .boxTopSub .boxMenu {flex:1;}
#boxTop > .contain .boxTopSub .boxMenu span {color:var(--color6);line-height:50px;display:block;font-size:1.2rem;font-weight:400;cursor:pointer;position:relative;}
#boxTop > .contain .boxTopSub .boxMenu span::after {transition:width 0.3s ease-in-out;position:absolute;content:'';display:block;bottom:0;width:0;height:3px;background:var(--color2);}
#boxTop > .contain .boxTopSub .boxMenu span:hover,
#boxTop > .contain .boxTopSub .boxMenu span.on {color:var(--color2);}
#boxTop > .contain .boxTopSub .boxMenu span:hover::after,
#boxTop > .contain .boxTopSub .boxMenu span.on::after {width:100%;}
#boxTop > .contain .boxTel {text-align:right;margin-left:5%;}
#boxTop > .contain .boxTel .txt {display:inline-block;font-size:.95rem; background:#01478c; color:#fff; border-radius:.8rem; line-height:1.6rem; padding:0 1rem; margin-bottom:.35rem;letter-spacing:-1px;}
#boxTop > .contain .boxTel .txt span {color:#ffe812;}
#boxTop > .contain .boxTel .tel {font-size:2rem;color:#01478c;font-family:'JalnanGothic';font-weight:500;line-height:100%;}
#boxTop > .contain .boxTel img {margin-left:.5rem;}
#boxBlank {height:120px;}
#boxTop.scroll > .contain .logo img {height:3rem;}
#boxTop.scroll > .contain .boxTel .txt,
#boxTop.scroll > .contain .boxTel .tel {opacity:0;}
#boxTop.scroll  > .contain .boxTopSub,
#boxBlank.scroll {height:80px;}

/* ================================================
   메인 이미지
   ================================================ */
#boxMain {position:relative;width:100%;overflow:hidden;background:#ECEFFE;min-width:1380px;}
#boxMain .mask {position:absolute;z-index:10;width:100%;height:100%;top:0;left:0;} 
#boxMain .mask .boxMainText {font-weight:700;color:#fff;text-align:left;}
#boxMain .mask .boxMainText span {display:inline-block;font-size:2rem;color:var(--color5);font-weight:400;letter-spacing:-2px;margin-bottom:1.75rem;font-family: 'JalnanGothic';}
#boxMain .mask .boxMainText span i {margin-right:1rem;}
#boxMain .mask .boxMainText strong {display:block;font-size:4.5rem;font-family: 'JalnanGothic';letter-spacing:1px;color:#fff;line-height:125%;}
#boxMain .swiper-wrapper .swiper-slide {position:relative;height:calc(100vh - 120px);}
#boxMain .swiper-wrapper .swiper-slide span {display:block;width:100%;height:100%;background:linear-gradient(to right, #062462 40%, transparent 60%);}
#boxMain .boxPopAword {margin-top:2rem;display:inline-block;}

/* ================================================
   메인 접수폼
   ================================================ */
#boxMainForm {width:720px;margin-top:2rem;}
#boxMainForm textarea,
#boxMainForm select,
#boxMainForm input {border:0;background:#fff;line-height:3rem;height:3rem;padding:0 1rem;font-size:1rem;color:#555;border-radius:.25rem;}
#boxMainForm input::placeholder {color:#a2a2a2;font-weight:400;}
#boxMainForm .boxMainForm_input {width:62%;margin-right:.5rem;}
#boxMainForm .boxMainForm_input .flexbox_stretch input {width:49.25%;}
#boxMainForm .boxMainForm_input textarea {padding:1rem;line-height:145%;height:5rem;width:100%;margin-top:.5rem;}
#boxMainForm .boxMainForm_button {flex:1;}
#boxMainForm .boxMainForm_button .boxAgree {line-height:3rem;font-weight:normal;font-size:1.15rem;}
#boxMainForm .boxMainForm_button .boxAgree a {color:#fff;}
#boxMainForm .boxMainForm_button button {width:100%;border:0;background:var(--color2);height:5rem;font-size:1.15rem;color:#fff;border-radius:.25rem;margin-top:.5rem;position:relative;}
#boxMainForm .boxMainForm_button button i {position:absolute;right:1rem;}

/* ================================================
   메인 이용헤택
   ================================================ */
#boxBenefit {background:#fff;}
#boxBenefit .boxBenefit_Title {text-align:center;}
#boxBenefit .boxBenefitSub .boxBenefitSubList {width:18%;}
#boxBenefit .boxBenefitSub .boxBenefitSubList .boxBenefitSubList_Image {width:70%;aspect-ratio: 1 / 1;border-radius:100%;background:#f5f8fe;position:relative;margin:0 auto;}
#boxBenefit .boxBenefitSub .boxBenefitSubList .boxBenefitSubList_Image:before {position: absolute;content: "";left: -6%;top: -6%;width: 112%;aspect-ratio: 1 / 1;border-radius:50%;border: 2px dashed #152b63;opacity: .154;transition: .5s;}
#boxBenefit .boxBenefitSub .boxBenefitSubList .boxBenefitSubList_Image:after {position: absolute;content: "";z-index: -1;left: 0;top: 0;bottom: 0;right: 0;border-radius: 50%;background: #cd0d14;transform: scale(0);transition: .5s;}
#boxBenefit .boxBenefitSub .boxBenefitSubList:hover .boxBenefitSubList_Image:before {border: 2px dashed #cd0d14;opacity: 1;animation: spin 1s linear infinite;}
#boxBenefit .boxBenefitSub .boxBenefitSubList:hover .boxBenefitSubList_Image:after {transform: scale(1);z-index: 1;}
#boxBenefit .boxBenefitSub .boxBenefitSubList .boxBenefitSubList_Image img {margin:0 auto;display:block;width:45%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:10;}
#boxBenefit .boxBenefitSub .boxBenefitSubList .boxBenefitSubList_Text {font-size:1.25rem;text-align:center;line-height:1.4;color:#777;margin-top:1.75rem;}
#boxBenefit .boxBenefitSub .boxBenefitSubList .boxBenefitSubList_Text strong {display:block;font-size:1.75rem;margin-bottom:.5rem;letter-spacing:-2px;font-family:'JalnanGothic';color:var(--color1);font-weight:normal;}
#boxBenefit .boxBenefitSub .boxBenefitSubList .boxBenefitSubList_Text strong span {display:block;font-family:'Pretendard';color:#1d2c38;}

@keyframes spin {
	from {transform: rotate(0deg);}
	to {transform: rotate(360deg);}
}

/* ================================================
   메인 어워드
   ================================================ */
#boxMainAword {overflow:hidden;}
#boxMainAword .boxMainAwordSub {background:rgba(0,0,0,0.5);}
#boxMainAword .boxMainAwordImage {height:470px;width:290px;}
#boxMainAword .boxMainAwordCaracter {height:470px;width:310px;}
#boxMainAword .boxMainAwordText {margin-left:60px;}
#boxMainAword .boxMainAwordText .boxMainAwordContent {text-align:left;}
#boxMainAword .boxMainAwordText .boxMainAwordContent span {display:block;color:#009bfa;font-size:1rem;margin-bottom:1.5rem;letter-spacing:1px;}
#boxMainAword .boxMainAwordText .boxMainAwordContent strong {color:#fff;font-family: 'JalnanGothic';font-weight:normal;display:block;font-size:3.5rem; margin-bottom:1.5rem;}
#boxMainAword .boxMainAwordText .boxMainAwordContent strong em {color:#009bfa;font-style:normal;}
#boxMainAword .boxMainAwordText .boxMainAwordContent p {color:#c2d4f8;display:block;font-family:'Pretendard';font-size:1.15rem; line-height:1.6;text-align:justify;}

/* ================================================
   메인 그래픽
   ================================================ */
#boxChart {background:#f5f8fe}
#boxChart .title p {display:block;font-size:1.5rem;margin-top:1.25rem;color:var(--color1);}
#boxChart .boxChartSub {background:#fff;border-radius:2rem;padding:2.5rem;position: relative;}

#boxChart .boxChartSub .boxVs {margin-bottom:1rem;}
#boxChart .boxChartSub .boxVs .vs {font-family: 'JalnanGothic';font-size:3rem;font-weight:500;}
#boxChart .boxChartSub .boxVs .vsTitle {width:40%;text-align:center;font-size:1.35rem;}
#boxChart .boxChartSub .boxVs .vsTitle span {display:inline-block;padding:.25rem 1.5rem;background:var(--color3);color:#fff;border-radius:1.5rem;}
#boxChart .boxChartSub .boxVs .vsTitle img {height:3.5rem;display:block;margin:0 auto;}

#boxChart .boxChartSub .boxBar {font-size:1.35rem;}
#boxChart .boxChartSub .boxBar .bar {width:40%; height:.75rem;background:#dfe3ef;}
#boxChart .boxChartSub .boxBar .bar span {display:block;height:100%;background:#777;}
#boxChart .boxChartSub .boxBar .bar.barLeft {border-top-left-radius:.5rem;border-bottom-left-radius:.5rem;}
#boxChart .boxChartSub .boxBar .bar.barRight {border-top-right-radius:.5rem;border-bottom-right-radius:.5rem;}
#boxChart .boxChartSub .boxBar .bar.barRight span {background:var(--color2); }
#boxChart .boxChartSub .boxBar .barItem {line-height:4rem;width:20%;text-align:center;border-left:1px solid #ddd;border-right:1px solid #ddd;background:#fff;}
#boxChart .boxChartText {flex:1;margin-left:5rem;font-size:1.75rem;line-height:1.5;color:var(--color5);}
#boxChart .boxChartText em {display:inline-block;background:var(--color3);color:var(--color4);border-radius:2rem;padding:0 2rem; line-height:3rem;font-style:normal;font-size:1.5rem;margin-bottom:2rem;}
#boxChart .boxChartText strong{display:block;font-size:3.4rem;font-family:'JalnanGothic';color:var(--color1);margin-bottom:1rem;line-height:1.2;}

/* ================================================
   메인 진행절차
   ================================================ */
#boxProcess .boxProcess_Title {text-align:center;margin-bottom:2rem;}
#boxProcess .boxProcessSub .arrow {zoom:75%;position:relative;top:-10rem;}
#boxProcess .boxProcessSub .boxProcessSubList {width:18%;}
#boxProcess .boxProcessSub .boxProcessSubList .boxProcessSubList_Image {width:80%;aspect-ratio: 1 / 1;border-radius:100%;background:#f5f8fe;position:relative;margin:0 auto;}
#boxProcess .boxProcessSub .boxProcessSubList .boxProcessSubList_Image:before {position: absolute;content: "";left: -7%;top: -7%;width: 114%;aspect-ratio: 1 / 1;border-radius:50%;border: 2px solid #cd0d14;}
#boxProcess .boxProcessSub .boxProcessSubList .boxProcessSubList_Image span {display:block;width:100%;height:100%;border-radius:100%;}
#boxProcess .boxProcessSub .boxProcessSubList .boxProcessSubList_Image .boxProcessStep {width: 60px;position:relative;height: 60px;line-height: 60px;border-radius: 50%;text-align:center;position: absolute;font-family:'JalnanGothic';color: var(--color2);top: 0;left: 0;z-index: 3;}
#boxProcess .boxProcessSub .boxProcessSubList .boxProcessSubList_Image .boxProcessStep:before {background-color: var(--color2);opacity: 0.2;content: '';position: absolute;inset: -10px;border-radius: inherit;z-index: -1;}
#boxProcess .boxProcessSub .boxProcessSubList .boxProcessSubList_Image .boxProcessStep:after {content: '';position: absolute;border-radius: inherit;inset: 0;background-color: #fff;z-index: -1;}
#boxProcess .boxProcessSub .boxProcessSubList .boxProcessSubList_Text {font-size:1.25rem;text-align:center;line-height:1.4;color:#777;margin-top:1.75rem;}
#boxProcess .boxProcessSub .boxProcessSubList .boxProcessSubList_Text strong {display:block;font-size:1.5rem;margin-bottom:.5rem;letter-spacing:-1px;color:var(--color6);font-weight:normal;}
#boxProcess .boxProcessSub .boxProcessSubList .boxProcessSubList_Text strong span {display:block;font-family:'Pretendard';color:#1d2c38;}

/* ================================================
   장비소개
   ================================================ */
#boxGear {background:#f5f8fe;position:relative;}
#boxGear .boxGearLeft {width:570px;}
#boxGear .boxGearRight {flex:1;margin-left:80px;}
#boxGear .boxGearRight .title {text-align:left;margin-bottom:2rem;}
#boxGear .boxGearRight ul li {display:block;font-size:1.35rem;line-height:2.6rem;}
#boxGear .boxGearRight ul li i {margin-right:1rem;color:var(--color2);}
#boxGearSub {width:570px;height:420px;}
#boxGearSub .swiper-slide,
#boxGearSub .swiper-slide span {display:block;width:100%;height:100%;}

/* ================================================
   메인 현장사진
   ================================================ */
#boxGallery {position:relative;}
#boxGallery .boxGalleryBg {background:linear-gradient(to right, #f5f8fe 50%, transparent 50%);}
#boxGallery .boxGalleryBg > .contain {position:relative;background:linear-gradient(to right, #fff 50%, transparent 50%);border-top-left-radius:7.5rem;border-bottom-left-radius:7.5rem;padding-left:4rem;padding-right:4rem;}
#boxGallery .boxGalleryBg > .contain .title {text-align:left;margin-bottom:3.5rem;position:relative;}
#boxGallerySub .swiper-slide {cursor:pointer;aspect-ratio: 1 / 1.2;position:relative;}
#boxGallerySub .swiper-slide:after {background:#fff;position:absolute;z-index:0;right:0;bottom:0;content:'';width:100%;height:50px;}
#boxGallerySub .swiper-slide div {position:absolute;bottom:0rem;left:0;z-index:1;color:var(--color1);background:#f5f8fe;width:75%;height:5rem;font-family:'JalnanGothic';border-bottom-right-radius:1.5rem;}
#boxGallerySub .swiper-slide div span {display:block;font-size:1.5rem;line-height:5rem;padding:0 2rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
#boxGallerySub .swiper-slide div i {display:block;width:3rem;height:3rem;border-radius:50%;border-bottom-left-radius:0;font-size:1.25rem;line-height:3rem;background:var(--color2);color:#fff;position:absolute;bottom:5rem;right:-3rem;font-weight:normal;text-align:center;}
#boxGallerySub .swiper-slide:hover div {width:85%;background:var(--color1);color:#fff;}
#boxGallerySub .swiper-slide:hover div i {right:-3rem;}
#boxGallery .swiper-button-prev, 
#boxGallery .swiper-button-next {top: auto;bottom:0;width: 44px;height: 44px;margin-top: -22px;z-index: 10;background:var(--color1);color:#fff;border-radius:50%;text-align:center;line-height:44px;font-size:1rem;}
#boxGallery .swiper-button-prev:hover, 
#boxGallery .swiper-button-next:hover {background:var(--color2);}
#boxGallery .swiper-button-next, 
#boxGallery .swiper-container-rtl .swiper-button-prev {background-image:none;right: 0;left: auto;}
#boxGallery .swiper-button-prev,
#boxGallery .swiper-container-rtl .swiper-button-next {background-image:none;left: auto;right: 50px;}

/* ================================================
   시공전후사진
   ================================================ */
#boxBeforeAfter {background:#f5f8fe;}
#boxBeforeAfterSub {overflow:hidden;position:relative; background:#f5f8fe;}
#boxBeforeAfterSub .boxBAImage {width:50%;}
#boxBeforeAfterSub .boxBAImage .boxBA {width:50%;position:relative;}
#boxBeforeAfterSub .boxBAImage .boxBA strong {z-index:2;display:inline-block;position:absolute;background:rgba(0,0,0,0.75);color:#fff;top:0;left:0;width:auto;font-size:1.5rem;padding:1rem;line-height:100%;}
#boxBeforeAfterSub .boxBAImage .boxBA span {z-index:1;display:block;height:500px;}
#boxBeforeAfterSub .boxBAImage .boxBA.boxBefore span {filter: grayscale(100%);}
#boxBeforeAfterSub .boxBAContent {flex:1; margin-left:80px;font-size:1.15rem;}
#boxBeforeAfterSub .boxBAContent strong {display:block;line-height:4.4rem;padding:0 1.5rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;border-top-left-radius:1rem;font-size:1.5rem;background:var(--color1);color:#fff;}
#boxBeforeAfterSub .boxBAContent > div > span {display:inline-block; line-height:2rem;padding:0 1rem;border-radius:1rem; margin-right:1rem; color:#fff;background:var(--color2);}
#boxBeforeAfterSub .boxBAContent > div {background:#fff;line-height:3.4rem;padding:0 1.5rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;margin-top:.5rem;}
#boxBeforeAfterSub .boxBAContent > p {background:#fff;padding:1.5rem;line-height:1.7;margin-top:.5rem;border-bottom-right-radius:1rem;}

#boxBeforeAfterSub .swiper-button-next,
#boxBeforeAfterSub .swiper-button-prev {bottom:0;top:auto;color:#fff;background-color:rgba(0,0,0,.25);width:65px;height:65px;border-radius:50%;}
#boxBeforeAfterSub .swiper-button-next:hover,
#boxBeforeAfterSub .swiper-button-prev:hover {background-color:var(--color1);}

#boxBeforeAfterSub .swiper-button-next, 
#boxBeforeAfterSub .swiper-container-rtl .swiper-button-prev {right: 0;left: auto;}
#boxBeforeAfterSub .swiper-button-prev,
#boxBeforeAfterSub .swiper-container-rtl .swiper-button-next {left: auto;right:70px;}

/* ================================================
   메인 선택해야 하는 이유
   ================================================ */
#boxWhy {background: linear-gradient(to bottom, #0c356a, #122641);min-width:1380px;}
#boxWhy .boxWhyLeft {width:608px;}
#boxWhy .boxWhyLeft img {border-radius:2rem;overflow:hidden;}
#boxWhy .boxWhyRight {flex:1;margin-left:80px;}
#boxWhy .boxWhyRight .title {text-align:left;margin-bottom:1.5rem;}
#boxWhy .boxWhyRight .title p {margin-top:1.5rem; font-size:1.15rem; }
#boxWhy .boxWhyRight ul li {line-height:2.6rem; font-size:1.35rem;}
#boxWhy .boxWhyRight ul li i { display:inline-block; margin-right: 1rem; color: var(--color2); }
#boxWhy .boxWhyRight .boxWhyTel  {margin-top:1.5rem; }
#boxWhy .boxWhyRight .boxWhyTel span {display:block;color:var(--color1);font-size:1.5rem;line-height:5rem;}
#boxWhy .boxWhyRight .boxWhyTel p {display:block;margin-top:1rem; font-size:1.35rem;line-height:2rem;}
#boxWhy .boxWhyRight .boxWhyTel strong {font-size:3rem; color: var(--color2);font-family: 'JalnanGothic'; font-weight:700;display:block;letter-spacing:2px;}

/* ================================================
   메인 AS
   ================================================ */
#boxAs {background:#F2F2F2;}
#boxAs .boxAs_Title {text-align:center;margin-bottom:3.5rem;}
#boxAs .boxAs_Title span {display:block;font-size:2rem;letter-spacing:-2px;margin-bottom:1rem;}
#boxAs .boxAs_Title strong {display:block;font-family:'Pretendard';font-size:3rem;}
#boxAs .boxAs_Title strong em {font-style:normal;color:#0085d9;}
#boxAs .boxAs_Title p {display:block;font-size:1.15rem;margin-top:1rem;line-height:1.4;}
#boxAs .boxAsSub .boxAsSubList {width:32%;}
#boxAs .boxAsSub .boxAsSubList .boxAsSubList_Image {margin:0 auto;display:block;max-width:75%;border-radius:100%;overflow:hidden;}
#boxAs .boxAsSub .boxAsSubList .boxAsSubList_Text {font-size:1.15rem;text-align:center;margin-top:1.5rem;line-height:1.4;font-weight:300;color:#777;}
#boxAs .boxAsSub .boxAsSubList .boxAsSubList_Text strong {display:block;font-size:2rem;margin-bottom:.5rem;letter-spacing:-1px;font-weight:600;color:#111;}

/* ================================================
   메인 이용후기
   ================================================ */
#boxReview {background:#fff;position:relative;overflow:hidden; }
#boxReviewSub .boxReviewData { border:1px solid #dedede; cursor:pointer; background:#fff; padding:2.5rem; position:relative;}
#boxReviewSub .boxReviewData:after {content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 4px;background: linear-gradient(to right, transparent calc(160px + 5rem), var(--color2) calc(160px + 5rem));}
#boxReviewSub .boxReviewData .boxReviewImage { width:160px; overflow:hidden; margin-right:2.5rem;}
#boxReviewSub .boxReviewData .boxReviewImage span { display:block; width:100%; height:100%; }
#boxReviewSub .boxReviewData:hover .boxReviewImage span { transform:scale(1.2); opacity:.75; }
#boxReviewSub .boxReviewData .boxReviewContent {flex:1;}
#boxReviewSub .boxReviewData .boxReviewContent .boxStar {margin-bottom:1rem;}
#boxReviewSub .boxReviewData .boxReviewContent .boxStar i {color:var(--color2);font-size:1.35rem;margin-right:.25rem;}
#boxReviewSub .boxReviewData .boxReviewContent p { display:block; text-align:justify; text-overflow: ellipsis; font-size:1.1rem; color:#444; line-height:1.7rem; height:6.8rem; overflow: hidden; word-break: break-word; display: -webkit-box; -webkit-line-clamp:4; -webkit-box-orient: vertical; }
#boxReviewSub .boxReviewData .boxReviewContent strong { display:block; color:#333; letter-spacing:-1px; font-size:1.35rem; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; font-weight:500; padding-bottom:1rem; }


/* ================================================
   메인 서비스 목록
   ================================================ */
#boxService {background:#fff;}
#boxService .boxServiceSubList {width:31%;margin:2rem auto;text-align:center;font-size:1.35rem;}
#boxService .boxServiceSubList .boxServiceSub_Image {margin:0 auto 1rem auto;border-radius:1rem;width:100%;height:300px;overflow:hidden;}
#boxService .boxServiceSubList .boxServiceSub_Image span {display:block;margin:0 auto;width:100%;height:100%;}

/* ================================================
   자주하는 질문
   ================================================ */
#boxFaq { position:relative; background:#fff; }
#boxFaq dl { display:block; margin-bottom:1rem; background:#f0f6fd; overflow:hidden; }
#boxFaq dl dt { padding:0 3rem; font-weight:500; text-align:left; letter-spacing:-1px; cursor:pointer; font-size:1.75rem; color:#333141; line-height:5.4rem; height:5.4rem; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; position:relative; }
#boxFaq dl dt span { font-weight:bold; font-family: "Vitro-Head"; margin-right:1rem; color:var(--color1);}
#boxFaq dl dt i { position:absolute; background:#f0f6fd; right:3rem; line-height:5.4rem; height:5.4rem; font-size:1.75rem; color:var(--color1); }
#boxFaq dl dd { width:96%; margin:0 auto 1.5rem auto; display:none; padding:2rem 3rem; text-align:left; font-size:1.5rem; line-height:180%; }
#boxFaq dl.on dd { display:block; }
#boxFaq dl dd table { border-spacing:0; border-collapse:collapse; width:100%; box-sizing:border-box; }
#boxFaq dl dd table tr td { border:3px solid #eee; padding:1.5rem 3rem; font-size:1.5rem; }
#boxFaq dl dd table tr td b { font-weight:600; font-size:1.25em; margin-bottom:.5rem; }
#boxFaq dl dd img { display:block; max-width:100%; }
#boxFaq dl dd em { font-style:normal; }
#boxFaq dl dd em.under { 
	background-image: -webkit-linear-gradient(transparent 60%, #f8e1b8 40%);
	background-image: -moz-linear-gradient(transparent 60%, #f8e1b8 40%);
	background-image: -ms-linear-gradient(transparent 60%, #f8e1b8 40%);
	background-image: -o-linear-gradient(transparent 60%, #f8e1b8 40%);
	background-image: linear-gradient(transparent 60%, #f8e1b8 40%);
	background-size: 100% 100%; 
}

/* ================================================
   메인 라이센스
   ================================================ */
#boxLicense {padding-bottom:180px;}
#boxLicense .boxLicenseLeft {width:35%;text-align:left;position:relative;}
#boxLicense .boxLicenseLeft .title span {text-align:left;}
#boxLicense .boxLicenseLeft .title strong {text-align:left;color:#fff;}
#boxLicense .boxLicenseLeft .title p {text-align:left;color:#fff;font-size:1.35rem;line-height:1.6;}
#boxLicense .boxLicenseRight {width:60%;}
#boxLicenseSub .swiper-slide {height:370px;position:relative;cursor:pointer;}
#boxLicenseSub .swiper-slide strong {display:block;text-align:center;color:#fff;height:3rem;line-height:3rem;position:absolute;bottom:0;left:0;width:100%;background:#1e3970;}
#boxLicenseSub .swiper-slide:hover strong {background:var(--color2);}
#boxLicense .boxLicenseLeft .swiper-button-prev, 
#boxLicense .boxLicenseLeft .swiper-button-next {top: auto;bottom:0;width: 44px;height: 44px;margin-top: -22px;z-index: 10;background-color:rgba(255,255,255,.15);color:#fff;border-radius:50%;text-align:center;line-height:44px;font-size:1rem;}
#boxLicense .boxLicenseLeft .swiper-button-prev:hover, 
#boxLicense .boxLicenseLeft .swiper-button-next:hover {background:var(--color2);}
#boxLicense .boxLicenseLeft .swiper-button-next, 
#boxLicense .boxLicenseLeft .swiper-container-rtl .swiper-button-prev {background-image:none;right:auto;left: 50px;}
#boxLicense .boxLicenseLeft .swiper-button-prev,
#boxLicense .boxLicenseLeft .swiper-container-rtl .swiper-button-next {background-image:none;left:0 ;right: auto;}

/* ================================================
   실시간 이용후기
   ================================================ */
#boxReatime { box-sizing:border-box; padding-top:0;position:relative;top:-60px;padding-bottom:0;}
#boxList {background:var(--color2); flex:1; margin-right:3%; position:relative; border-radius:1rem; border-top-left-radius:0;padding:3rem;}
#boxList:before {position: absolute;content: "";left: -59px;top: 0;height: 60px;width: 60px;background: #8C0B10;clip-path: polygon(30% 100%, 100% 0%, 100% 100%, 100% 100%);}
#boxListSub {height:520px;overflow:hidden;}
#boxList .swiper-wrapper { height:auto; display:block; }
#boxList .swiper-wrapper > div { color:#fff; border-bottom:1px solid rgba(255,255,255,.25); display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; padding:.75rem; height:auto; }
#boxList .swiper-wrapper > div > span { display:block; line-height:2rem; height:auto; font-size:1rem; padding:0 .75rem;}
#boxList .swiper-wrapper > div > span.state1 { background:var(--color1); color:#fff; padding:0 1rem; }
#boxList .swiper-wrapper > div > span.state2 { background:var(--color3); color:#fff; padding:0 1rem; }
#boxList .swiper-wrapper > div > span.sv { width:25%; text-align:center; }

/* ================================================
   하단 접수폼
   ================================================ */
#boxWrite {width:55%;background:#fff;border-radius:1rem;padding:3.5rem;filter: drop-shadow(0px 10px 15px rgba(186, 186, 186, 0.4));}
#boxWrite .title {text-align:left;margin-bottom:2rem;}
#boxWrite form textarea,
#boxWrite form input,
#boxWrite form select {width:49%;border:0;background:#f6f6f6;line-height:3.4rem;height:3.4rem;padding:0 1rem;font-size:1rem;color:#555;border-radius:.25rem;margin-bottom:1rem;}
#boxWrite form input::placeholder,
#boxWrite form textarea::placeholder {color:#a2a2a2;font-weight:400;}
#boxWrite form .boxAgree {padding:.5rem 1.5rem;}
#boxWrite form textarea {width:100%;padding:1rem;line-height:145%;height:7rem;}
#boxWrite form button {width:100%;border:0;background:var(--color1);height:4rem;font-size:1.15rem;color:#fff;border-radius:.25rem;margin-top:1.25rem;position:relative;}
#boxWrite form button i {position:absolute;right:1rem;}

/* ================================================
   메인 주요 고객사
   ================================================ */
#boxLink {background:#fff;}
#boxLink .boxLink_Content {max-width:1440px;margin:0 auto;}
#boxLink .boxLink_Content .boxLink_Content_List {border-radius:.5rem;width:18%;height:120px;margin:1rem 0;background:#fff; border:1px solid #ddd;}
#boxLink .boxLink_Content .boxLink_Content_List img {display:block;margin:0 auto;max-width:210px;max-height:75%;}

/* ================================================
   메인 하단 고정폼
   ================================================ */
#boxFixedForm {position:fixed;left:0;bottom:-150px;z-index:1000;background:#1e3971;left:50%;transform:translateX(-50%); border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;overflow:hidden;}
#boxFixedForm .boxFixedFormTel {padding:2rem;}
#boxFixedForm .boxFixedFormTel span {border-radius:1.5rem;text-align:center;background:#fff;width:3rem;height:3rem;margin-right:.75rem;}
#boxFixedForm .boxFixedFormTel span i {color:var(--color2);font-size:1.5rem;line-height:3rem;}
#boxFixedForm .boxFixedFormTel em {font-size:1rem;color:#fff;display:block;margin-bottom:.5rem;font-style:normal;}
#boxFixedForm .boxFixedFormTel strong {color:#fff;font-size:2rem;font-family: 'JalnanGothic'; font-weight:500;display:block;letter-spacing:1px;}
#boxFixedForm form {position:relative;flex:1;padding:2rem;}
#boxFixedForm form input,
#boxFixedForm form select {flex:1;border:0;background:#fff;line-height:3rem;height:3rem;padding:0 1rem;font-size:1rem;color:#555;border-radius:4px;margin-right:.25rem;}
#boxFixedForm form .addr {width:100%;}
#boxFixedForm form textarea{margin:0 .7rem;flex:1;border:1px solid #d4d7e5;background:#fff;line-height:1.4;height:6.7rem;padding:1rem;font-size:1rem;color:#555;border-radius:4px;}
#boxFixedForm form input::placeholder {color:#a2a2a2;font-weight:400;}
#boxFixedForm form .boxAgree {color:#fff;line-height:3rem;height:3rem;}
#boxFixedForm form .boxAgree span {display:block;margin-left:.5rem;}
#boxFixedForm form button {display:block;border:0;background:var(--color2);height:3rem;font-size:1.15rem;color:#fff;border-radius:4px; width:180px;}
#boxFixedForm form button i {margin-right:.5rem;}
#boxFixedForm.scroll {bottom:0;}

/* ================================================
   하단 카피
   ================================================ */
#boxCopy {background:var(--color1);text-align:center;font-size:1rem;padding-bottom:130px;}
#boxCopy .boxCopyLogo {height:3.5rem;filter: brightness(0) invert(1);opacity:.5;margin-bottom:2rem;}

/* 사업자 정보확인 */
#boxCopy .boxCopyContent {margin-top:1.5rem;color:rgba(255,255,255,.8);line-height:2;}
#boxCopy .boxCopyContent .boxCopySub {flex:1;text-align:left;padding:90px 45px;border-right:1px solid rgba(255,255,255,.1);}
#boxCopy .boxCopyContent .boxCopySub strong {display:block;font-size:1.25rem;color:#fff;font-family: 'JalnanGothic';font-weight:300;margin-bottom:1rem;}
#boxCopy .boxCopyContent .boxCopySub ul li {display:block;}
#boxCopy .boxCopyContent .boxCopySub:last-child {border-right:0;}
#boxCopy .boxCopyContent .boxCopySub .tel {font-size:2.5rem;font-family: 'JalnanGothic';color:#fff;display:block;}
#boxCopy .boxCopyContent .boxCopySub .email i {margin-right:1rem;}

#boxCopy .boxCopyBottom {background:var(--color1);border-top:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.8);line-height:80px;text-align:center;}
#boxCopy .boxCopyBottom .copyright a {font-weight:600;color:#fff;}
#boxCopy .boxCopyBottom .boxCopyLink a {display:block;color:#999;}
#boxCopy .boxCopyBottom .boxCopyLink a.strong {font-weight:600;color:#fff;}
#boxCopy .boxCopyBottom .boxCopyLink em {width:1px;height:1rem;background:rgba(255,255,255,.25);display:block;margin:0 1.5rem;}

/* ================================================
   고정 퀵메뉴
   ================================================ */
#boxQuickKakao {position:fixed;bottom:11rem;right:.5rem;z-index:10000;background:#FFE812;width:4rem;height:4rem;border-radius:2rem;overflow:hidden;}
#boxQuickKakao img {display:block;margin:0 auto;width:70%;}
#boxQuickBlog {position:fixed;bottom:15.5rem;right:.5rem;z-index:10000;background:#009345;width:4rem;height:4rem;border-radius:2rem;overflow:hidden;}
#boxQuickBlog img {display:block;margin:0 auto;width:70%;}
#boxQuickTop {position:fixed;bottom:15.5rem;right:.5rem;z-index:9999;border:0;background:rgba(0,0,0,0);width:4rem;height:4rem;border-radius:2rem;overflow:hidden;}
#boxQuickTop img {display:block;margin:0 auto;width:50%;}
#boxQuickTop.on {bottom:20rem;background:rgba(0,0,0,0.5);}
#boxQuickTop.on:hover {background:#01478c;}

.aceTop {position:fixed;top:.5rem;left:.5rem;z-index:10000000;height:2rem;}