@charset "utf-8";

/* 내용관리 */
#ctt {margin:10px 0;padding:10px;border:1px solid #e9e9e9}
.ctt_admin {text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0}
.ctt_img {text-align:center}



/*!
 * Copyright 2020 ASW.
 */

#sub-cnt { min-height: 500px; }
#sub-cnt h1 { padding-bottom: 5rem; font-weight: 700; text-align: center; color: #222; }
#sub-cnt h2 { font-weight: 700; color: #000; }
#sub-cnt h3 { font-weight: 700; color: #222; }
#sub-cnt h5 { font-weight: 500; color: #000; }
#sub-cnt h6 { font-size: 1.1rem; font-weight: 700; color: #333333; }
#sub-cnt p { font-weight: 400; color: #000; word-break: keep-all; /*word-break: break-all;*/ }
#sub-cnt p b { font-weight: 600; color: #333333; }
#sub-cnt span { display: inline-block; }
#sub-cnt em { font-style: normal; font-weight: 500; color: #ffcc00; }
#sub-cnt img { max-width: 100%; }
#sub-cnt .p-end { padding-bottom: 2rem; width: 100% !important }
#sub-cnt .p-memo { font-weight: 400; font-size: 0.9rem; }

#sub-cnt .ic { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; }
#sub-cnt .ic:before { display: inline-block; background-repeat: no-repeat; background-position: 50% 50%; background-size: 95% auto; font-size: 1.5em; color: transparent; content: "\f015"; }
#sub-cnt .ic-quote-start:before { background-image: url('../../../img/icons/quote-start.png'); }
#sub-cnt .ic-quote-end:before { background-image: url('../../../img/icons/quote-end.png'); }

/* common */
#sub-cnt .round-box { padding: 1rem; border-radius: 1rem; background-color: #fff; }
#sub-cnt .round-box .row { margin: 0; }
#sub-cnt .round-box .row .col { padding-right: 0; padding-left: 0;}
#sub-cnt .step-box { display: flex; flex-wrap: wrap; gap: 20px; }
#sub-cnt .step-box .steps { display: flex; flex-direction: column; position: relative; width: 44%; }
/*#sub-cnt .step-box .steps:after { z-index: 1; position: absolute; top: 4rem; right: -1.75rem; width: 30px; height: 30px; content: "▶"; font-size: 0.5rem; line-height: 30px; color: #ccc; text-align: center; border-radius: 50%; background: #FFF; box-shadow: 1px 1px 5px #00000025; }*/
/*#sub-cnt .step-box .steps:after { color: #29c7c9 ; box-shadow: 1px 1px 5px #00000025; }*/
/*#sub-cnt .step-box .steps:last-child:after { display: none; }*/
#sub-cnt .step-box .steps .step-cnt { position: relative; background: #fff; box-shadow: 0px 0px 10px 0px #00000010; }
#sub-cnt .step-box .steps .step-cnt:after { z-index: 1; position: absolute; top: 50%; right: -1rem; margin-top: -15px; width: auto; height: auto; content: "▶"; font-size: 0.5rem; line-height: 30px; color: #ccc; text-align: center; border-radius: 50%; /*background: #FFF;*/ /*box-shadow: 1px 1px 5px #00000025;*/ }
#sub-cnt .step-box .steps:last-child .step-cnt:after { display: none; }
#sub-cnt .step-box .steps .step-img { padding: 1.5rem 1.5rem 1rem; text-align: center; }
#sub-cnt .step-box .steps .step-img img { width: 60%; }
#sub-cnt .step-box .steps .step-txt { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: 0 .5rem 1.5rem; /*height: 100%;*/ border-radius: 1rem; /*background: #f9f9f9;*/ text-align: center; }
#sub-cnt .step-box .steps .step-txt i { display: none; margin-bottom: .5rem; width: 5rem; height: 4rem; border-radius: 0% 0% 50% 50%; background: #FFF; font-size: 2rem; line-height: 3.75rem; color: #c2c3c7; }
#sub-cnt .step-box .steps:nth-child(even) .step-txt i { color: #96d4d5; }
#sub-cnt .step-box .steps .step-txt p { margin-bottom: 0 !important; font-size: 1rem; font-weight: 400; color: #000 !important; word-break: keep-all !important; }
#sub-cnt .step-box .steps .step-txt p b { font-size: 1.25rem; font-weight: 600; color: ##212529 !important; }
#sub-cnt .step-box .steps .step-txt p span { /*margin-top: 0.5rem; padding-top: 0.5rem; border-top: 1px solid #b0b0b0;*/ font-size: 1rem; font-weight: 500; color: #212529; }
#sub-cnt .step-box .steps:nth-child(even) .step-txt { /*background: #def5f5;*/ }
#sub-cnt .step-box .steps .step-cnt-2 { padding: 1rem 0 0; text-align: center; }
#sub-cnt .step-box .steps .step-cnt-2 p { margin-bottom: 0; font-size: 0.975rem; }

/* 2010 */
.co-2010 .table-responsive-arr-box { display: block; position: absolute; top: 1rem; width: 100%; height: 0; font-size: 5rem; text-align: center; opacity: 0; animation: hideArr 5s; -webkit-transition: all 5s ease-in-out; -moz-transition: all 5s ease-in-out; -o-transition: all 5s ease-in-out; transition: all 5s ease-in-out; }
@keyframes hideArr {
	/*from { transform: translate(0, 0); opacity: .75; overflow: visible; }
	to { transform: translate(0, 0); opacity: 0; overflow: hidden; }*/
	0% { transform: translate(0, 0); opacity: .75; overflow: visible; }
	99% { transform: translate(0, 0); }
	100% { opacity: 0; overflow: hidden; }
}
.co-2010 .table-responsive-arr-box i { margin-left: -3rem; animation: moveArr 1s linear; animation-iteration-count: 3; -webkit-transition: .5s; -moz-transition: .5s; -o-transition: .5s; transition: .5s; }
@keyframes moveArr {
	0% { transform: translate(0, 0)	}
	50% { transform: translate(3rem, 0) }
	100% { transform: translate(0, 0) }
}
.co-2010 .table-responsive table { margin-bottom: 0; min-width: 540px; }
.co-2010 .table-responsive table tbody tr th { background: #f8f9fa; vertical-align: middle; }
.co-2010 .table-responsive table tbody tr td p { padding-left: 0.75rem; line-height: 1.5rem; color: #212529 !important; }
.co-2010 .table-responsive table tbody tr td p:before { display: inline-block; margin-left: -0.75rem; padding-right: 0.35rem; color: #777; content: "-"; }
.co-2010 .table thead { background: #f0f6f9; }
.co-2010 .table thead th, 
.co-2010 .table tbody td { vertical-align: middle; }
.co-2010 .table thead th { border-top: none; border-bottom: 1px solid #dee2e6; text-align: center; }
.co-2010 .table thead th:nth-child(1) { border-radius: 1rem 0 0 0; border-left: none; }
.co-2010 .table thead th:last-child { border-radius: 0 1rem 0 0; border-right: none; }
.co-2010 .table tbody td { border-top: none; font-weight: 400; }
.co-2010 .table tbody td:nth-child(1) { border-left: none; }
.co-2010 .table tbody td:last-child { border-right: none; }
.co-2010 .table-02 {}
.co-2010 .table-02 th,
.co-2010 .table-02 td { text-align: center; }
.co-2010 .table-02 th { word-break: keep-all; }
.co-2010 .table-02 tbody tr th:nth-child(1) { border-left: none; }
.co-2010 .table-02 tbody tr th:last-child { border-right: none; }
.co-2010 .table-02 tbody tr th.th-1 { background: #fffbf2; }

.co-2010 h5 i { display: inline-block; padding: 8px 0 4px 0; font-size: 0.75rem; vertical-align: bottom; }
#sub-cnt.co-2010 .step-box .steps .step-cnt { height: 100%; border: 1px solid #dee2e6; border-radius: 1rem; background: #f8f9fa; box-shadow: none; }
#sub-cnt.co-2010 .step-box .steps .step-img { padding: 1rem; border-bottom: 1px solid #dee2e6; border-radius: 1rem 1rem 0 0; background: #fff; }
#sub-cnt.co-2010 .step-box .steps .step-txt { justify-content: center; padding: 1.25rem 0.5rem; }
#sub-cnt.co-2010 .step-box .steps .step-txt p { color: #212529 !important; line-height: 1.5rem; }
#sub-cnt.co-2010 .step-box .steps .step-txt p span { font-size: 0.925rem; font-weight: 400; color: #212529; }
#sub-cnt.co-2010 .step-bo.step-box-02x .steps .step-txt span { color: #2083cb; }

.co-2010 p.list-style { padding-left: 0.75rem; line-height: 1.25rem; }
.co-2010 p.list-style:before { display: inline-block; margin-left: -0.75rem; padding-right: 0.35rem; color: #000; content: "-"; }

/* 2020 */
.co-2020 {  }
.co-2020 .round-box .row { margin-right: -15px !important; margin-left: -15px !important; }
.co-2020 .round-box .row .cnts-box { margin-top: 1rem; margin-bottom: 1rem; }
.co-2020 .cnts { overflow: hidden; position: relative; height: 100%; border: 1px solid #dee2e6; border-radius: 1rem; text-align: center; }
.co-2020 .cnts .cnt-txt { position: absolute; bottom: 0; right: 0; left: 0; margin-bottom: 0; padding: 0.5rem 1rem; border-top: 1px solid #dee2e6; background: #f8f9faDD; }
.co-2020 .cnts .cnt-img { margin-bottom: 0;}
.co-2020 .cnts .cnt-img { overflow: hidden; display: block; height: 100%; background-position: center center; background-size: cover; background-repeat: no-repeat; text-align: center; }
.co-2020 .cnts .cnt-img img { opacity: 0; max-width: 100%; }

/* 2030 */
.co-2030 {  }
.co-2030 .round-box .row { margin-right: -15px !important; margin-left: -15px !important; }
.co-2030 .round-box .row .cnts-box { margin-top: 1rem; margin-bottom: 1rem; }
.co-2030 .cnts { overflow: hidden; position: relative; height: 100%; border: 1px solid #dee2e6; border-radius: 1rem; background: #f8f9fa; text-align: center; }
.co-2030 .cnts .cnt-txt { margin-bottom: 0; padding: 0.5rem 1rem; border-top: 1px solid #dee2e6; }
.co-2030 .cnts .cnt-txt p span { display: block; font-size: .925rem; }
.co-2030 .cnts .cnt-img { margin-bottom: 0;}
.co-2030 .cnts .cnt-img { text-align: center; }
.co-2030 .cnts .cnt-img img { max-width: 100%; }

/* swiper */
.swiper-box .swiper-container { width: 100%; height: 100%; margin-left: auto; margin-right: auto; }
.swiper-box .swiper-slide { text-align: center; font-size: 18px; background: #fff; height: calc((100% - 30px) / 2); 
	/* Center slide text vertically */
	display: -webkit-box; display: -ms-flexbox;	display: -webkit-flex; display: flex;
	-ms-flex-direction: column!important; flex-direction: column!important;
	-webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center;
	-webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;
}
/* swiper - custom */
.swiper-box { position: relative; margin: 0 auto; width: 100%; max-width: 1000px; }
.swiper-box .swiper-container { padding: 0 0 50px !important; }
.swiper-box .swiper-slide { padding: 0 0.5rem; width: auto; height: auto; }
.swiper-box .swiper-slide .slide-img { overflow: hidden; border-radius: 0.75rem 0.75rem 0 0; border: 1px solid #dee2e6; cursor: pointer; }
.swiper-box .swiper-slide .slide-img img { max-width: 100%; }
.swiper-box .swiper-slide .slide-txt { display: ; padding: 1rem; width: 100%; border-radius: 0 0 0.75rem 0.75rem; border: 1px solid #dee2e6; border-top: none; background: #f8f9fa; text-align: center; cursor: pointer; }
.swiper-box .swiper-slide .slide-txt h6 { margin-bottom: 0.25rem; font-size: 0.925rem; }
.swiper-box .swiper-slide .slide-txt p { margin-bottom: 0; font-size: 0.825rem; font-weight: 300; /*white-space: nowrap; overflow: hidden; text-overflow: ellipsis;*/ }
.swiper-box .swiper-pagination-fraction, .swiper-box .swiper-pagination-custom, .swiper-box .swiper-container-horizontal > .swiper-pagination-bullets { bottom: 20px; }
.swiper-box .swiper-button { width: 3rem; height: 3rem; border-radius: 50%; box-shadow: 2px 2px 7px #00000020; background-color: #FFF; background-size: 40% auto; }
/*.swiper-box .swiper-button-next, .swiper-box .swiper-container-rtl .swiper-button-prev { top: 50%; right: 2.5rem; }
.swiper-box .swiper-button-prev, .swiper-box .swiper-container-rtl .swiper-button-next { top: 50%; left: 2.5rem; }*/
.swiper-box .swiper-button-next, .swiper-box .swiper-container-rtl .swiper-button-prev { top: 40%; right: -0.5rem; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23555555'%2F%3E%3C%2Fsvg%3E"); }
.swiper-box .swiper-button-prev, .swiper-box .swiper-container-rtl .swiper-button-next { top: 40%; left: -0.5rem; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23555555'%2F%3E%3C%2Fsvg%3E"); }
.swiper-box .swiper-pagination-bullet-active { background: #FF6666 !important; }		
@media (min-width: 360px) {
	.swiper-box .swiper-slide .slide-txt h6 { font-size: 1.1rem; }
	.swiper-box .swiper-slide .slide-txt p { font-size: 1rem; }
}
@media (min-width: 576px) {
	.swiper-box { padding: 0 !important; }
	.swiper-box .swiper-slide .slide-img { border-radius: 1.5rem 1.5rem 0 0; }
	.swiper-box .swiper-slide .slide-txt { border-radius: 0 0 1.5rem 1.5rem; }
	/*.swiper-box .swiper-button-next, .swiper-box .swiper-container-rtl .swiper-button-prev { display: block; top: 40%; right: 0; background-size: 20px 33px; }
	.swiper-box .swiper-button-prev, .swiper-box .swiper-container-rtl .swiper-button-next { display: block; top: 40%; left: 0; background-size: 20px 33px; }*/
}
@media (min-width: 768px) {
	/*.swiper-box .swiper-button-next, .swiper-box .swiper-container-rtl .swiper-button-prev { margin-left: 50%; right: auto; left: 300px; }
	.swiper-box .swiper-button-prev, .swiper-box .swiper-container-rtl .swiper-button-next { margin-right: 50%; left: auto; right: 300px; }*/
	.swiper-box .swiper-button-next, .swiper-box .swiper-container-rtl .swiper-button-prev { right: -1rem; }
	.swiper-box .swiper-button-prev, .swiper-box .swiper-container-rtl .swiper-button-next { left: -1rem; }
}
@media (min-width: 992px) {
	/*.swiper-box .swiper-button-next, .swiper-box .swiper-container-rtl .swiper-button-prev { margin-left: 50%; right: 0; left: auto; background-size: 27px 44px; }
	.swiper-box .swiper-button-prev, .swiper-box .swiper-container-rtl .swiper-button-next { margin-right: 50%; left: 0; right: auto; background-size: 27px 44px; }*/
}





/* Responsive - Min */
@media (min-width: 360px) {
}

@media (min-width: 576px) {
	#sub-cnt .step-box .steps { width: 44%; }
	.co-2010 .table-responsive-arr-box { display: none; }
	.co-2010 .table-responsive table { min-width: 512.5px; }
}

@media (min-width: 768px) {
	/*#sub-cnt h1 { text-align: left; }*/
	#sub-cnt .round-box { padding: 2rem; border-radius: 2rem; }
	#sub-cnt .step-box { gap: 2rem; }
	#sub-cnt .step-box .steps { width: 21.777%; }
	#sub-cnt .step-box .steps .step-cnt:after { right: -1.35rem; font-size: 0.75rem; }
	#sub-cnt.co-2010 .step-box.step-box-02 .steps { width: 30.333%; }
}

@media (min-width: 992px) {
	#sub-cnt .step-box { flex-wrap: nowrap; }
	#sub-cnt .step-box .steps { width: 100%; }
	#sub-cnt.co-2010 .step-box.step-box-02 .steps { width: 30.777%; }
}

@media (min-width: 1200px) {
	#sub-cnt .step-box { justify-content: space-between; gap: auto; }
	#sub-cnt .step-box .steps .step-cnt:after { right: -1.5rem; }
}

@media (min-width: 1440px) {
	#sub-cnt .round-box { padding: 3rem; }
}



/* Responsive - Max */
@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 440px) {
}