@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: #1d1d21; }
#sub-cnt h3 { font-weight: 700; color: #1d1d21; }
#sub-cnt h6 { font-size: 1.1rem; font-weight: 700; color: #333333; }
#sub-cnt p { font-weight: 300; color: #666666; word-break: keep-all; /*word-break: break-all;*/ }
#sub-cnt p b { font-weight: 500; color: #333333; }
#sub-cnt span { display: inline-block; }
#sub-cnt em { font-style: normal; font-weight: 500; color: #32dec4; }
#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'); }

/* 2010 */
.co-2010 .photo-wrap { margin-top: 1rem; padding-right: 7.5px; padding-left: 7.5px;  }
.co-2010 .step-box { display: flex; flex-wrap: wrap; }
.co-2010 .step-box .steps { display: flex; flex-direction: column; position: relative; padding-bottom: 1rem; padding-right: 1rem; width: 50%; }
.co-2010 .step-box .steps:after { z-index: 1; position: absolute; top: 32%; right: -0.5rem; width: 30px; height: 30px; content: "▶"; font-size: 0.75rem; line-height: 30px; color: #6c757d; text-align: center; border-radius: 50%; background: #FFF; /*box-shadow: 1px 1px 5px #00000025;*/ }
.co-2010 .step-box .steps:after { color: #29c7c9 ; box-shadow: 1px 1px 5px #00000025; }
.co-2010 .step-box .steps:last-child:after { display: none; }
.co-2010 .step-box .steps .step-txt { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: 0 .5rem 1rem; height: 100%; border-radius: .5rem; background: #f9f9f9; text-align: center; }
.co-2010 .step-box .steps .step-txt i { margin-bottom: .5rem; width: 5rem; height: 4rem; border-radius: 0% 0% 50% 50%; background: #FFF; font-size: 2rem; line-height: 3.75rem; color: #c2c3c7; }
.co-2010 .step-box .steps:nth-child(even) .step-txt i { color: #96d4d5; }
.co-2010 .step-box .steps .step-txt p { margin-bottom: 0 !important; font-size: 0.925rem; font-weight: 400; color: #666 !important; word-break: keep-all !important; }
.co-2010 .step-box .steps .step-txt p b { font-size: 1.25rem; font-weight: 600; color: ##212529 !important; }
.co-2010 .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; }
.co-2010 .step-box .steps:nth-child(even) .step-txt { background: #def5f5; }

/* 2020 */
.co-2020 .txt-box { display: flex; flex-direction: row; align-items: center; }
.co-2020 .txt-box .txt-1 { /*padding-right: 1rem;*/ border-right: 1px solid #212529; }
.co-2020 .txt-box .txt-1 span { display: block !important; font-size: 1.5rem; font-weight: 500; line-height: 2rem; white-space: nowrap; }
.co-2020 .txt-box .txt-1 span:nth-child(1) { letter-spacing: 1.07rem; }
.co-2020 .txt-box .txt-1 span:nth-child(2) { letter-spacing: .66rem; }
.co-2020 .txt-box .txt-2 { font-size: 1rem; }
.co-2020 .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-2020 .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-2020 .table-responsive table { min-width: 540px; }
.co-2020 .table-responsive table tbody tr th { background: #f8f9fa; vertical-align: middle; }

/* 2050 */
.co-2050 .txt-box { display: flex; flex-direction: row; align-items: center; }
.co-2050 .txt-box .txt-1 { padding-right: 1rem; border-right: 1px solid #212529; }
.co-2050 .txt-box .txt-1 span { display: block !important; font-size: 1.5rem; font-weight: 500; line-height: 2rem; white-space: nowrap; }
.co-2050 .txt-box .txt-1 span:nth-child(2) { letter-spacing: 0.425rem; }
.co-2050 .txt-box .txt-2 { font-size: 1rem; }
.co-2050 .docs { display: flex; flex-direction: row; flex-wrap: wrap; border-top: 1px solid #dee2e6; border-left: 1px solid #dee2e6; }
.co-2050 .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-2050 .docs .doc-list:nth-child(even) { border-left: ; }
.co-2050 .docs .doc-list img { display: inline-block; margin-bottom: 1.5rem; box-shadow: 3px 3px 7px #00000020; }
.co-2050 .docs .doc-list p { word-break: keep-all !important; }





/* Responsive - Min */
@media (min-width: 360px) {
	.co-2010 .step-box .steps { width: 33.333333%; min-height: 160px; }
}

@media (min-width: 576px) {
	.co-2010 .step-box .steps { width: 33.333333%; min-width: 150px; }
}

@media (min-width: 768px) {
	#sub-cnt h1 { text-align: left; }
	.co-2020 .txt-box .txt-2 { padding-left: 1rem; word-break: keep-all; }
	.co-2020 .table-responsive-arr-box { display: none; }
	.co-2050 .txt-box .txt-2 { padding-left: 1rem; word-break: keep-all; }
	.co-2050 .docs .doc-list { padding: 1.5rem 1rem 0.5rem; max-width: 33.333333%; }
}

@media (min-width: 992px) {
	.co-2010 .step-box .steps { width: 23.5%; }
	.co-2020 .txt-box .txt-1 span { padding-right: .5rem; font-size: 2rem; line-height: 2.5rem; }
	.co-2020 .txt-box .txt-1 span:nth-child(1) { letter-spacing: .9rem; }
	.co-2020 .txt-box .txt-1 span:nth-child(2) { letter-spacing: .43rem; }
	.co-2020 .txt-box .txt-2 { font-size: 1.5rem; }
	.co-2050 .txt-box .txt-1 span { font-size: 2rem; line-height: 2.5rem; }
	.co-2050 .txt-box .txt-1 span:nth-child(1) { letter-spacing: 0.25rem; }
	.co-2050 .txt-box .txt-1 span:nth-child(2) { letter-spacing: 0.6rem; }
	.co-2050 .txt-box .txt-2 { font-size: 1.25rem; }
	.co-2050 .docs .doc-list { padding: 2rem 1.5rem 1rem; max-width: 20%; }
}

@media (min-width: 1200px) {
	.co-2010 .step-box .steps { width: 19%; }
}



/* Responsive - Max */
@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 440px) {
	.co-2010 .step-box .steps { width: 50%; min-height: 160px; }
}