@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 */
.round-box { padding: 1rem; border-radius: 1rem; background-color: #fff; }
.round-box .row { margin: 0; }
.round-box .row .col { padding-right: 0; padding-left: 0; }
.round-box h5 i { display: inline-block; padding: 8px 0 4px 0; font-size: 0.75rem; vertical-align: bottom; }

.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; }
}
.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) }
}
.table-responsive table { min-width: 540px; }
.table-responsive table tbody tr th { background: #f8f9fa; vertical-align: middle; }
.table thead { background: #f0f6f9; }
.table thead th, 
.table tbody td { font-weight: 400; text-align: center; vertical-align: middle; }
.table thead th { border-top: none; border-bottom: 1px solid #dee2e6; font-weight: 700; }
.table thead th:nth-child(1) { border-radius: 1rem 0 0 0; border-left: none; }
.table thead th:last-child { border-radius: 0 1rem 0 0; border-right: none; }
.table tbody td { border-top: none; }
.table tbody td:nth-child(1) { border-left: none; }
.table tbody td:last-child { border-right: none; }

.step-box { display: flex; flex-wrap: wrap; gap: 20px; }
.step-box .steps { display: flex; flex-direction: column; position: relative; width: 44%; }
/*.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; }*/
/*.step-box .steps:after { color: #29c7c9 ; box-shadow: 1px 1px 5px #00000025; }*/
/*.step-box .steps:last-child:after { display: none; }*/
.step-box .steps .step-cnt { position: relative; background: #fff; box-shadow: 0px 0px 10px 0px #00000010; }
.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;*/ }
.step-box .steps:last-child .step-cnt:after { display: none; }
.step-box .steps .step-img { padding: 1.5rem 1.5rem 1rem; text-align: center; }
.step-box .steps .step-img img { width: 60%; }
.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; }
.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; }
.step-box .steps:nth-child(even) .step-txt i { color: #96d4d5; }
.step-box .steps .step-txt p { margin-bottom: 0 !important; font-size: 1rem; font-weight: 400; color: #000 !important; word-break: keep-all !important; }
.step-box .steps .step-txt p b { font-size: 1.25rem; font-weight: 600; color: ##212529 !important; }
.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; }
.step-box .steps:nth-child(even) .step-txt { /*background: #def5f5;*/ }
.step-box .steps .step-cnt-2 { padding: 1rem 0 0; text-align: center; }
.step-box .steps .step-cnt-2 p { margin-bottom: 0; font-size: 0.975rem; }

/* 3010 */

/* 3020 */
.co-3020 .txt-box { display: flex; flex-direction: row; align-items: center; }
.co-3020 .txt-box .txt-1 { padding-right: 1rem; border-right: 1px solid #212529; }
.co-3020 .txt-box .txt-1 span { display: block !important; font-size: 1.5rem; font-weight: 500; line-height: 2rem; white-space: nowrap; }
/*.co-3020 .txt-box .txt-1 span:nth-child(2) { letter-spacing: 0.425rem; }*/
.co-3020 .txt-box .txt-2 { font-size: 1rem; }
/*.co-3020 .marks { display: flex; flex-direction: row; flex-wrap: wrap; border-top: 1px solid #dee2e6; border-left: 1px solid #dee2e6; border-radius: 1rem; overflow: hidden; }
.co-3020 .marks .mark-list { width: 100%; max-width: 25%; padding: 2rem 1.5rem 1rem; border-right: 1px solid #dee2e6; border-bottom: 1px solid #dee2e6; text-align: center; }*/
.co-3020 .marks { display: flex; flex-direction: row; flex-wrap: nowrap; }
.co-3020 .marks .mark-list { overflow: hidden; width: 100%; max-width: 50%; padding: 1rem; border: 1px solid #dee2e6; border-right: none; text-align: center; }
.co-3020 .marks .mark-list:nth-child(1) { border-radius: 1rem 0 0 1rem; }
.co-3020 .marks .mark-list:last-child { border-right: 1px solid #dee2e6; border-radius: 0 1rem 1rem 0; }
.co-3020 .marks .mark-list p:last-child { margin-bottom: 0; }
.co-3020 .docs { display: flex; flex-direction: row; flex-wrap: wrap; border-top: 1px solid #dee2e6; border-left: 1px solid #dee2e6; border-radius: 1rem; overflow: hidden; }
.co-3020 .docs .doc-list { width: 100%; max-width: 50%; padding: 2rem 1.5rem 1rem; border-right: 1px solid #dee2e6; border-bottom: 1px solid #dee2e6; background: #f8f9fa; text-align: center; }
.co-3020 .docs .doc-list:nth-child(even) { border-left: ; }
.co-3020 .docs .doc-list img { display: inline-block; margin-bottom: 1.5rem; border-radius: 0.5rem; box-shadow: 3px 3px 7px #00000020; }
.co-3020 .docs .doc-list p { word-break: keep-all !important; }
.co-3020 .docs .doc-list p:last-child { margin-bottom: 0; }





/* Responsive - Min */
@media (min-width: 360px) {
}

@media (min-width: 576px) {
	.table-responsive-arr-box { display: none; }
	.step-box .steps { width: 44%; }
}

@media (min-width: 768px) {
	/*#sub-cnt h1 { text-align: left; }*/
	.round-box { padding: 2rem; border-radius: 2rem; }
	.step-box { gap: 2rem; }
	.step-box .steps { width: 21.777%; }
	.step-box .steps .step-cnt:after { right: -1.35rem; font-size: 0.75rem; }

	.co-3020 .txt-box .txt-2 { padding-left: 1rem; word-break: keep-all; }
	.co-3020 .docs .doc-list { padding: 1.5rem 1rem 0.5rem; max-width: 33.333333%; }
}

@media (min-width: 992px) {
	.step-box .steps { width: 22.222%; }
	
	.co-3020 .txt-box .txt-1 span { font-size: 2rem; line-height: 2.5rem; }
	/*.co-3020 .txt-box .txt-1 span:nth-child(2) { letter-spacing: 0.6rem; }*/
	.co-3020 .txt-box .txt-2 { font-size: 1.25rem; }
	.co-3020 .docs .doc-list { padding: 2rem 1.5rem 1rem; max-width: 25%; }
}

@media (min-width: 1200px) {
	.step-box { justify-content: space-between; gap: auto; }
	.step-box .steps .step-cnt:after { right: -1.65rem; }
}

@media (min-width: 1440px) {
	.round-box { padding: 3rem; }
	.round-box { padding: 3rem; }
	.step-box .steps .step-cnt:after { right: -2rem; }
}



/* Responsive - Max */
@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 440px) {
}