@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: 500; 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 .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; }
}
#sub-cnt .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) }
}
#sub-cnt .table-responsive table { min-width: 540px; }
#sub-cnt .table-responsive table tbody tr th { background: #f8f9fa; vertical-align: middle; }
#sub-cnt .table thead { background: #f0f6f9; }
#sub-cnt .table thead th, 
#sub-cnt .table tbody td { font-weight: 400; text-align: center; vertical-align: middle; }
#sub-cnt .table thead th { border-top: none; border-bottom: 1px solid #dee2e6; font-weight: 700; }
/*#sub-cnt .table thead th:nth-child(1) { border-radius: 1rem 0 0 0; border-left: none; }
#sub-cnt .table thead th:last-child { border-radius: 0 1rem 0 0; border-right: none; }*/
#sub-cnt .table tbody td { border-top: none; }
#sub-cnt .table tbody td:nth-child(1) { border-left: none; }
#sub-cnt .table tbody td:last-child { border-right: none; }
#sub-cnt .text-keep-all { word-break: keep-all; }

/* 1010 */
.co-1010 h2 { font-weight: 300 !important; word-break: keep-all; }
.co-1010 .sign { font-family: 'Nanum Pen Script'; font-style: italic; font-size: 1.5rem; }

.co-1010 .txt-box { border: 1px solid #dee2e6; border-radius: 1rem; background: #f1f1f1; }
.co-1010 .txt-box img.img-123 { border-radius: 0.5rem; }
.co-1010 .txt-box a.badge-custom { padding: 5px 10px; }
.co-1010 .list-style { display: inline-block; padding-left: 0.75rem; width: 100%; line-height: 1.25rem; }
.co-1010 .list-style:before { display: inline-block; margin-left: -0.75rem; padding-right: 0.35rem; color: #666; content: "-"; }
.co-1010 .openClass { margin-left: -7.5px; margin-right: -7.5px; }
.co-1010 .openClass > div { padding-top: 1rem; padding-left: 7.5px; padding-right: 7.5px; }
.co-1010 .openClass .card { height: 100%; border-radius: .5rem; }
.co-1010 .openClass .card .card-img-top { border-top-left-radius: calc(.5rem - 1px); border-top-right-radius: calc(.5rem - 1px); }
.co-1010 .openClass .card .card-body { padding: .75rem 1rem; }
.co-1010 .openClass .card .list-group-item { padding: .75rem 1rem; }
.co-1010 .openClass .card .btn-box {}
.co-1010 .openClass .card .btn-box .btn { width: 100%; border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-left-radius: calc(.5rem - 1px); border-bottom-right-radius: calc(.5rem - 1px); }

/* 1020 */
.co-1020 img.rounded-xl { border-radius: 2rem; }
.co-1020 .top-txt dl { margin: 0; padding: 0; font-size: 2rem; }
.co-1020 .top-txt dl dt { display: inline-block; width: 160px; text-align: justify; line-height: 0; }
.co-1020 .top-txt dl dt:before { display: inline-block; width: 100%; content: ""; }
.co-1020 .top-txt dl dt:after { display: inline-block; width: 100%; content: ""; }
.co-1020 .top-txt dl dd { display: inline-block; font-weight: 400; }
.co-1020 .top-txt dl dd:before { display: inline-block; padding-right: 7px; padding-left: 5px; content: "·"; color: #ffcc00; font-weight: 700; }

.co-1020 .cnt-wrap { gap: 3rem; }
.co-1020 .cnt-box { padding: 2rem; border-radius: 2rem; background: #fff; }
.co-1020 .cnt-box .mivi {}
.co-1020 .cnt-box .mivi .mivi-tit { font-weight: 700 !important; }
.co-1020 .cnt-box .mivi .mivi-tit span { color: #ffcc00; opacity: 0.5; }
.co-1020 .cnt-box .mivi .mivi-txt {}
.co-1020 .cnt-box .mivi .mivi-txt span { margin-right: 3px; padding: 0.15rem 0.5rem 0.2rem; width: auto; border-radius: 2rem; background: #ffcc00; color: #fff !important; text-align: center; }
.co-1020 .cnt-box .mivi .mivi-txt:nth-child(2) span { background: #c6df8b; }
.co-1020 .cnt-box .mivi .mivi-txt:nth-child(3) span { background: #92d2c1; }
.co-1020 .cnt-box .mivi .mivi-txt:nth-child(4) span { background: #96baec; }
.co-1020 .cnt-box .mivi .mivi-txt:nth-child(5) span { background: #4c638f; }
.co-1020 .cnt-box .mivi:nth-child(2) .mivi-txt span { background: #92d2c1; }
.co-1020 .cnt-box:nth-child(2) { background: #fdf9eb; }
.co-1020 .cnt-box .busi {}
.co-1020 .cnt-box .busi .busi-tit { font-weight: 700 !important; }
.co-1020 .cnt-box .busi .busi-tit span { color: #ffcc00; }
.co-1020 .cnt-box .busi .busi-txt { display: block; padding: 1.5rem .5rem 0; vertical-align: top; text-align: center; }
/*.co-1020 .cnt-box .busi .busi-txt:before { display: inline; color: #ffcc00; content: "· "; font-weight: 700; }*/
.co-1020 .cnt-box .busi .busi-txt span { width: 100%; text-align: center; font-size: 1.5rem; }

/* 1030 */
.co-1030 .txt-box { border: 1px solid #dee2e6; border-radius: 1rem; background: #f1f1f1; }
.co-1030 .txt-box img.img-123 { border-radius: 0.5rem; }
.co-1030 .list-style { display: inline-block; padding-left: 0.75rem; width: 100%; line-height: 1.25rem; }
.co-1030 .list-style:before { display: inline-block; margin-left: -0.75rem; padding-right: 0.35rem; color: #666; content: "-"; }

/* 1040 */
.co-1040 .txt-box { border: 1px solid #dee2e6; border-radius: 1rem; background: #f1f1f1; }
.co-1040 .txt-box img.radius-05 { border-radius: 0.5rem; }
.co-1040 .txt-box img.mx-520 {width: 100%; max-width: 520px; }
.co-1040 .list-style { display: inline-block; padding-left: 0.75rem; width: 100%; line-height: 1.25rem; }
.co-1040 .list-style:before { display: inline-block; margin-left: -0.75rem; padding-right: 0.35rem; color: #666; content: "-"; }
.co-1040 .list-style-num:before { content: ""; }
.co-1040 img.round-img { border-radius: 0.5rem; }
.co-1040 .txt-1 { font-size: 1.5rem; }
.co-1040 .img-1 { width: 100%; max-width: 360px !important; }

.co-1040 .step-box { display: flex; flex-wrap: wrap; gap: 20px; }
.co-1040 .step-box .steps { display: flex; flex-direction: column; position: relative; width: 46%; }
/*.co-1040 .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; }*/
/*.co-1040 .step-box .steps:after { color: #29c7c9 ; box-shadow: 1px 1px 5px #00000025; }*/
/*.co-1040 .step-box .steps:last-child:after { display: none; }*/
.co-1040 .step-box .steps .step-cnt { position: relative; background: #fff; box-shadow: 0px 0px 10px 0px #00000010; }
.co-1040 .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;*/ }
.co-1040 .step-box .steps:last-child .step-cnt:after { display: none; }
.co-1040 .step-box .steps .step-img { padding: 1.5rem 1.5rem 1rem; text-align: center; }
.co-1040 .step-box .steps .step-img { padding: 1rem; border-bottom: 1px solid #dee2e6; border-radius: 1rem 1rem 0 0; background: #fff; }
.co-1040 .step-box .steps .step-img img { width: 60%; }
.co-1040 .step-box .steps .step-txt { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 0 0.5rem 1.25rem; /*height: 100%;*/ border-radius: 1rem; /*background: #f9f9f9;*/ text-align: center; }
.co-1040 .step-box .steps .step-txt i { margin-bottom: 1rem; width: 5rem; height: 4rem; border-radius: 0% 0% 50% 50%; background: /*#FFF*/#ffb279; font-size: 2rem; line-height: 3.75rem; color: #FFF; }
.co-1040 .step-box .steps:nth-child(even) .step-txt i { background: #d4e38e; /*color: #96d4d5;*/ }
.co-1040 .step-box .steps .step-txt p { margin-bottom: 0.25rem; font-size: 1rem; font-weight: 400; word-break: keep-all !important; }
.co-1040 .step-box .steps .step-txt p b { font-weight: 600 !important; }
.co-1040 .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; }
.co-1040 .step-box .steps .step-txt p small { font-weight: 500; }

.co-1040 .step-box .steps .step-cnt { height: 100%; border: 1px solid #dee2e6; border-radius: 1rem; /*background: #f8f9fa;*/ box-shadow: 2px 2px 5px 0px #00000010; }

.co-1040 .partner-wrap { margin-right: 0; margin-left: -0.5rem; }
.co-1040 .partner-wrap .partners-cnts { padding: 0 0 .5rem .5rem; width: 100%; text-align: center; }
.co-1040 .partner-wrap .partners-cnts .partners-box { padding: 1rem; height: 100%; border: 1px solid #dee2e6; border-radius: 0.5rem; background: #FFF; }
.co-1040 .partner-wrap .partners-cnts .partners-box p { margin: 0.5rem 0; font-size: 1.25rem; font-weight: 500 !important; word-break: break-all !important; }
.co-1040 .partner-wrap .partners-cnts .partners-box p:last-child { margin-bottom: 0; }
.co-1040 .partner-wrap .partners-cnts .partners-box .ptn-img { display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0 auto; width: 100%; height: 5rem; }
.co-1040 .partner-wrap .partners-cnts .partners-box .ptn-img img { /*width: 100%; max-width: 100% !important;*/ width: auto; max-height: 70px; }
.co-1040 .partner-wrap .partners-cnts .partners-box .ptn-img { display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0 auto; width: 100%; height: 5rem; }
.co-1040 .partner-wrap .partners-cnts .partners-box .ptn-btn { margin: 1rem 0; }





/* Responsive - Min */
@media (min-width: 360px) {
	.co-1020 .cnt-box .busi .busi-txt { display: inline-block; /*width: 49%;*/ width: 32.333%; }
}

@media (min-width: 576px) {
	#sub-cnt .table-responsive-arr-box { display: none; }

	.co-1010 .step-box .steps { width: 30%; }
	.co-1020 .cnt-box .busi .busi-txt { /*width: 32.777%;*/ }
	.co-1040 .step-box .steps { width: 48%; }
	.co-1040 .partner-wrap .partners-cnts { width: 50%; }
}

@media (min-width: 768px) {
	/*#sub-cnt h1 { text-align: left; }*/
	#sub-cnt .round-box { padding: 2rem; border-radius: 2rem; }

	.co-1010 .round-box .txt-box-1 { padding: 0 2rem; }
	.co-1010 .round-box .txt-box-1.bd-dashed { margin-bottom: ; border-right: 1px dashed #ddd; border-bottom: none; }
	.co-1010 .round-box .txt-box-2 { margin: 0 2rem; }
	.co-1010 .step-box { gap: 2rem; }
	.co-1010 .step-box .steps { width: 30%; }
	.co-1010 .step-box .steps .step-cnt:after { right: -1.35rem; font-size: 0.75rem; }
	.co-1040 .step-box { gap: 2rem; }
	.co-1040 .step-box .steps { width: 21.777%; }
	.co-1040 .step-box .steps .step-cnt:after { right: -1.35rem; font-size: 0.75rem; }
	.co-1040 .step-box.step-box-02 .steps { width: 30.333%; }
	.co-1040 .partner-wrap .partners-cnts { width: 33.333333%; }
}

@media (min-width: 992px) {
	.co-1010 .step-box .steps { width: 17%; }

	.co-1020 .cnt-box:nth-child(1) { display: flex; gap: 3rem; }
	.co-1020 .cnt-box .busi .busi-txt { /*width: 24.444%;*/ }
	.co-1040 .step-box { flex-wrap: nowrap; }
	.co-1040 .step-box .steps { width: 100%; }
	.co-1040 .step-box.step-box-02 .steps { width: 30.777%; }
}

@media (min-width: 1200px) {
	.co-1010 .step-box { justify-content: space-between; gap: auto; }
	.co-1010 .step-box .steps .step-cnt:after { right: -1.65rem; }
	.co-1020 .cnt-box:nth-child(1) { flex-direction: column; gap: 1.5rem; }
	.co-1020 .cnt-box .busi .busi-txt { /*width: 49%;*/ }
	.co-1040 .step-box { justify-content: space-between; gap: auto; }
	.co-1040 .step-box .steps .step-cnt:after { right: -1.5rem; }
	.co-1040 .partner-wrap .partners-cnts { width: 25%; }
}

@media (min-width: 1440px) {
	#sub-cnt .round-box { padding: 3rem; }

	.co-1010 .round-box .txt-box-2 { margin: 0; }
	.co-1010 .step-box .steps .step-cnt:after { right: -2rem; }
	.co-1020 .cnt-box { padding: 3rem; }
	.co-1020 .cnt-box .busi .busi-txt { width: 32.777%; }
}



/* Responsive - Max */
@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 440px) {
	/*.co-1010 .step-box .steps { width: 50%; min-height: 160px; }*/
}