@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: #212529; }
#sub-cnt h2 { font-weight: 700; color: #212529; }
#sub-cnt h3 { font-weight: 700; color: #212529; }
#sub-cnt h5 { font-weight: 500; color: #212529; }
#sub-cnt h6 { font-size: 1.1rem; font-weight: 700; color: #212529; }
#sub-cnt p { font-weight: 400; color: #212529; word-break: keep-all; /*word-break: break-all;*/ }
#sub-cnt p b { font-weight: 600; color: #212529; }
#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 .round-box h5 i { display: inline-block; padding: 8px 0 4px 0; font-size: 0.75rem; vertical-align: bottom; }
#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 { min-width: 540px; }
.co-2010 .table-responsive table tbody tr th { background: #f8f9fa; vertical-align: middle; }
.co-2010 .table thead { background: #f0f6f9; }
.co-2010 .table thead th, 
.co-2010 .table tbody td { text-align: center; vertical-align: middle; font-weight: 400; }
.co-2010 .table thead th { border-top: none; border-bottom: 1px solid #dee2e6; }
.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; }
.co-2010 .table tbody td:nth-child(1) { border-left: none; width: 240px; word-break: keep-all; }
.co-2010 .table tbody td:last-child { border-right: none; }
.co-2010 .service-map {}
.co-2010 .service-map tbody td { padding: 1rem 1rem 0; height: 5rem; border: none; white-space: nowrap; }
.co-2010 .service-map tbody td.td-map { text-align: center; }
.co-2010 .service-map tbody td.td-none:nth-child(1) { width: 200px; padding: 0; }
.co-2010 .service-map tbody td.td-map:nth-child(2) { width: 150px; }
.co-2010 .service-map tbody td.td-map:nth-child(3) { width: 150px; }
.co-2010 .service-map tbody td.td-map:nth-child(4) { width: 256px; padding-right: 1.5rem; }
.co-2010 .service-map tbody td.td-map .boxs { display: inline-block; z-index: 2; position: relative; padding: 0.75rem 1rem; width: 100%; max-width: 230px; border-radius: 0.75rem; font-weight: 500; text-align: center; }
.co-2010 .service-map tbody td.td-map .boxs span { white-space: nowrap; }
.co-2010 .service-map tbody td.td-map .box-1 { background: #20bdc2; color: #FFF; }
.co-2010 .service-map tbody td.td-map .box-2 { background: #FFFFFF; border: 1px solid #999; color: #555; }
.co-2010 .service-map tbody td.td-map .box-3 { background: #FFFFFF;border: 2px solid #20bdc2; color: #20bdc2; }
.co-2010 .service-map tbody td.td-map .box-4 { padding-right: 0; padding-left: 0; width: 110px; background: #FFFFFF; border: 1px solid #999; color: #555; }
.co-2010 .service-map tbody td.td-map .box-yn { background: #20bdc2; color: #FFF; width: 130px; }
.co-2010 .service-map tbody td.td-map .box-end { background: #5f91b6; color: #FFF; }

.co-2010 .service-map tbody td.td-map .arrs { position: absolute; width: 2rem; height: 2rem; text-align: center; }
.co-2010 .service-map tbody td.td-map .arrs i { color: #212529; }
.co-2010 .service-map tbody td.td-map .arr-c { border-color: #20bdc2; }
.co-2010 .service-map tbody td.td-map .arr-c i { color: #20bdc2; }
.co-2010 .service-map tbody td.td-map .arr-down { bottom: -2.25rem; left: 50%; margin-left: -1rem; }
.co-2010 .service-map tbody td.td-map .arr-left { top: 50%; left: -2rem; margin-top: -0.85rem; }
.co-2010 .service-map tbody td.td-map .arr-ld { left: 0; transform: rotate(45deg); }
.co-2010 .service-map tbody td.td-map .arr-rd { left: auto; right: 0; transform: rotate(-45deg); }
.co-2010 .service-map tbody td.td-map .arr-ld-1 { left: 35%; }
.co-2010 .service-map tbody td.td-map .arr-rd-1 { left: 65%; right: auto; }
.co-2010 .service-map tbody td.td-map .arr-rd-2 { right: 10%; }
.co-2010 .service-map tbody td.td-map .arr-ld-2 { left: 22%; }

.co-2010 .service-map tbody td.td-sub { padding-left: 1.5rem; text-align: left; }
.co-2010 .service-map tbody td.td-sub .box-txt { position: relative; padding: 0.5rem 1rem; max-width: 350px; border: 1px solid #dee2e6; border-radius: 0.75rem; background: #f8f9fa; text-align: left; }
.co-2010 .service-map tbody td.td-sub .box-txt:after { z-index: 1; position: absolute; top: 50%; left: -3rem; width: 3rem; border-top: 1px dashed #dee2e6; display: block; content: ""; }
.co-2010 .service-map tbody td.td-sub .box-txt p { margin-bottom: 0.25rem; white-space: nowrap; font-size: 0.925rem; }
.co-2010 .service-map tbody td.td-sub .box-txt p:last-child { margin-bottom: 0; }

/* 2020 */
.co-2020 .cnt-img img { border-radius: 1rem; }





/* 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; }
}

@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; }
}

@media (min-width: 992px) {
	#sub-cnt .step-box .steps { width: 22.222%; }

	.co-2010 .service-map tbody td.td-map:nth-child(4) { padding-right: 3rem; }
	.co-2010 .service-map tbody td.td-sub { padding-right: 3rem; padding-left: 3rem; }
	.co-2010 .service-map tbody td.td-sub .box-txt:after { left: -6rem; width: 6rem; }
}

@media (min-width: 1200px) {
	#sub-cnt .step-box { justify-content: space-between; gap: auto; }
	#sub-cnt .step-box .steps .step-cnt:after { right: -1.65rem; }

	.co-2020 .cnt-img img { max-height: 300px; }
}

@media (min-width: 1440px) {
	#sub-cnt .round-box { padding: 3rem; }
	#sub-cnt .step-box .steps .step-cnt:after { right: -2rem; }
}



/* Responsive - Max */
@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 440px) {
}