@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 .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; }

/* 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; }

/* 1020 */
.co-1020 img.rounded-xl { border-radius: 2rem; }
.co-1020 .top-txt { display: flex; flex-direction: column; align-items: center; }
.co-1020 .top-txt dl { margin: 0; padding: 0; width: 100%; font-size: 1.5rem; text-align: left; }
.co-1020 .top-txt dl dt { display: inline-block; width: 100px; 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 .btn-box { margin-top: 1rem; padding: 1.5rem; border-radius: 1.5rem; background: #fff; }*/
.co-1020 .btn-box { margin-top: 1rem; }
.co-1020 .btn-box h5 { margin-bottom: 0.25rem; }
.co-1020 .btn-box h5 i { display: inline-block; padding: 8px 0 4px 0; font-size: 0.75rem; vertical-align: bottom; }
.co-1020 .btn-box a { display: inline-block; padding: .25rem .5rem .35rem; border-radius: .5rem; color: #FFF; font-weight: 500; text-decoration: none; }
.co-1020 .btn-box a:hover { opacity: 0.9; }
.co-1020 .btn-box a:nth-child(2) { margin-top: .5rem; margin-right: .25rem; border: 1px solid #6a63a1; background: #7d76b7; }
.co-1020 .btn-box a:nth-child(3) { margin-top: .5rem; border: 1px solid #019d82; background: #00b192; }

.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 .table-wrap { padding-right: 15px; padding-left: 15px; }
.co-1030 .table th { text-align: center; white-space: nowrap; }
.co-1030 .table thead { background: #f8f9fa !important; }
.co-1030 .table thead tr:nth-child(2) th:nth-child(1),
.co-1030 .table thead tr:nth-child(2) th:last-child { border-radius: 0 !important; }
.co-1030 .table tbody td { border-top: 1px solid #dee2e6 !important; }
.co-1030 .table tbody th:nth-child(1),
.co-1030 .table tbody td:nth-child(1) { border-left: 0px solid #dee2e6 !important; }
.co-1030 .table tbody th:last-child,
.co-1030 .table tbody td:last-child { border-right: 0px solid #dee2e6 !important; }

/* 1040 */
.co-1040 .cnt-wrap { margin-right: 0; margin-left: 0; gap: 3rem; }
.co-1040 .h-line { margin: 0 auto; width: 2px; height: 20px; }
.co-1040 .cnt-type-1 { padding: 0; text-align: center; }
.co-1040 .cnt-type-1 h4 { padding: 0 2rem; font-weight: 700 !important; }
.co-1040 .cnt-type-1 p { display: inline-block; padding: 1rem; border-radius: 2rem; color: #FFF !important; }
.co-1040 .cnt-type-1.cnt-1 .h-line { background: #8a72b1; }
.co-1040 .cnt-type-1.cnt-1 p { font-size: 1.25rem; background: #8a72b1; }
.co-1040 .cnt-type-1.cnt-2 .h-line { background: #00ab99; }
.co-1040 .cnt-type-1.cnt-2 p { font-size: 1.25rem; background: #00ab99; }
.co-1040 .cnt-type-1.cnt-3 .h-line { background: #e98500; }
.co-1040 .cnt-type-1.cnt-3 p { font-size: 1.25rem; background: #e98500; }
.co-1040 .cnt-box { padding: 2rem; border-radius: 2rem; background: #fff; }
.co-1040 .cnt-box .busi {}
.co-1040 .cnt-box .busi .busi-tit { font-weight: 700 !important; }
.co-1040 .cnt-box .busi .busi-tit span { color: #ffcc00; }
.co-1040 .cnt-box .busi .busi-txt { display: block; padding: 1.5rem .5rem 0; vertical-align: top; text-align: center; }
/*.co-1040 .cnt-box .busi .busi-txt:before { display: inline; color: #ffcc00; content: "· "; font-weight: 700; }*/
.co-1040 .cnt-box .busi .busi-txt span { width: 100%; text-align: center; font-size: 1.5rem; }
.co-1040 .cnt-box .rule {}
.co-1040 .cnt-box .rule .rule-tit { padding-bottom: 0.5rem; font-weight: 700 !important; }
.co-1040 .cnt-box .rule .rule-tit span { color: #ffcc00; }
.co-1040 .cnt-box .rule .rule-txt { display: inline-block; padding: 1rem 0.5rem 0; text-align: left; }
.co-1040 .cnt-box .rule .rule-txt span { display: flex !important; }
.co-1040 .cnt-box .rule .rule-txt span em { margin-left: -0.5rem; padding-right: 0.25rem; }
.co-1040 .cnt-5 { background: #fdf9eb; }
.co-1040 .cnt-6 {}
.co-1040 .cnt-6 h4 { font-weight: 700 !important; }
.co-1040 .cnt-6 .h-line { background: #DDD; }
.co-1040 .cnt-6 .txt-box { display: flex; flex-wrap: wrap; }
.co-1040 .cnt-6 .txt-box .txts { display: flex; padding: 1rem 1rem; width: 100%; border: 1px solid #DDD; border-radius: 1rem; background: #fff; }
.co-1040 .cnt-6 .txt-box .txts p { margin-bottom: 0; width: 100%; color: #000 !important; }
.co-1040 .cnt-6 .txt-box .txts-line { display: inline-block; margin: 0 auto; width: 1px; height: 10px; background: #DDD; }
.co-1040 .cnt-7 { background: #e9f3f3; }
.co-1040 .cnt-7 .rule .rule-txt span em { color: #00ab99 !important; }
.co-1040 .cnt-8 h4 { padding-bottom: 1rem; font-weight: 700 !important; }
.co-1040 .cnt-8 .table-responsive table { min-width: 692px !important; }
.co-1040 .cnt-8 .table-responsive table th { word-break: keep-all; }
.co-1040 .cnt-8 .table-responsive table tbody tr th { border-left: none; background: #f0f6f9 !important; text-align: center; }
.co-1040 .cnt-8 .table-responsive table tbody tr td { background: #FFF; text-align: left !important; vertical-align: top !important; }
.co-1040 .cnt-8 .table-responsive table tbody tr td h6 { font-size: 1rem !important; font-weight: 600 !important; }
.co-1040 .cnt-8 .table-responsive table tbody tr td p { padding-left: 0.75rem; line-height: 1.25rem; }
.co-1040 .cnt-8 .table-responsive table tbody tr td p:before { display: inline-block; margin-left: -0.75rem; padding-right: 0.35rem; color: #9a8fc2 ; content: "-"; }





/* Responsive - Min */
@media (min-width: 360px) {
	.co-1020 .top-txt dl { width: 300px; }
	.co-1020  img.img-logo { max-width: 300px !important; }
	.co-1020 .btn-box { text-align: center; }
	.co-1020 .cnt-box .busi .busi-txt { display: inline-block; /*width: 49%;*/ width: 32.333%; }

	.co-1040 .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 .top-txt dl { width: 410px; font-size: 2rem; }
	.co-1020 .top-txt dl dt { width: 160px; }
	.co-1020 .cnt-box .busi .busi-txt { /*width: 32.777%;*/ }

	.co-1040 .cnt-box .rule .rule-txt { width: 49%; }
	.co-1040 .cnt-8 .table-responsive-arr-box { display: block !important; }
}

@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 .cnt-6 .txt-box .txts { padding: 1.25rem 1rem; width: 19.2%; }
	.co-1040 .cnt-6 .txt-box .txts-line { margin: auto 0; width: 1%; height: 1px; }
	.co-1040 .cnt-8 .table-responsive-arr-box { display: none !important; }
	.co-1040 .cnt-8 .table-responsive thead th:nth-child(1) { border-radius: 2rem 0 0 0 !important; }
	.co-1040 .cnt-8 .table-responsive thead th:last-child { border-radius: 0 2rem 0 0 !important; }
}

@media (min-width: 992px) {
	.co-1010 .step-box .steps { width: 17%; }

	.co-1020 .top-txt dl { width: 450px; }
	.co-1020 .cnt-box:nth-child(1) { display: flex; gap: 3rem; }
	.co-1020 .cnt-box .busi .busi-txt { /*width: 24.444%;*/ }

	.co-1040 .cnt-type-1 p { padding: 1rem 2rem; border-radius: 3rem; }
	.co-1040 .cnt-box:nth-child(1) { display: flex; gap: 3rem; }
}

@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 .top-txt { align-items: start; }
	.co-1020  img.img-logo { max-width: 400px !important; }
	.co-1020 .btn-box { text-align: left; }
	.co-1020 .cnt-box:nth-child(1) { flex-direction: column; gap: 1.5rem; }

	.co-1040 .cnt-box:nth-child(1) { flex-direction: column; gap: 1.5rem; }
}

@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%; }

	.co-1040 .cnt-box { padding: 3rem; }
	.co-1040 .cnt-box .busi .busi-txt { width: 32.777%; }
	.co-1040 .cnt-box .rule .rule-txt { width: 32.777%; }
}



/* Responsive - Max */
@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 440px) {
}