@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: #222; }
#sub-cnt h2 { font-weight: 700; color: #000; }
#sub-cnt h3 { font-weight: 700; color: #222; }
#sub-cnt h5 { font-weight: 500; color: #000; }
#sub-cnt h6 { font-size: 1.1rem; font-weight: 700; color: #333333; }
#sub-cnt p { font-weight: 400; color: #000; word-break: keep-all; /*word-break: break-all;*/ line-height: 1.75; }
#sub-cnt p b { font-weight: 600; color: #333333; }
#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; }
.nav-tabs { justify-content: center; margin-bottom: 6rem; border: none; }
.nav-tabs .nav-item { padding: 0; width: 33.333333%; }
.nav-tabs .nav-item:last-child { margin-right: 0; }
.nav-tabs .nav-item:nth-child(1) a.nav-link { border-radius: 1rem 0 0 1rem; }
/*.nav-tabs .nav-item:nth-child(3) a.nav-link { border-radius: 0 0.75rem 0 0; border-right: 1px solid #dee2e6; }
.nav-tabs .nav-item:nth-child(4) a.nav-link { border-radius: 0 0 0 0.75rem; }*/
.nav-tabs .nav-item:last-child a.nav-link { border-radius: 0 1rem 1rem 0; border-right: 1px solid #dee2e6; }
.nav-tabs .nav-item a.nav-link { padding: 1rem 0; border: 1px solid #dee2e6; border-right: none; border-radius: 0; /*background: #dee2e650;*/ background: #FFF; font-weight: 500; color: #33373c !important; text-align: center; white-space: nowrap; }
.nav-tabs .nav-item a.nav-link.active { background: #2b4d8a; color: #fff !important; }
.tab-content .tab-pane .cnt-tit-sub { font-size: 1.75rem; }
.tab-content .tab-pane .cnt-tit-sub span { color: #2da20b; }

.step-box { display: flex; flex-wrap: wrap; gap: 20px; padding: 0 2rem; }
.step-box .steps { display: flex; flex-direction: column; position: relative; width: 46%; }
/*.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; height: 100%; border-radius: 1rem; 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: .5rem; /*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; }

.givetype { background: #f0f6f9 !important; }
.givetype ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; margin: 0; padding: 0; list-style: none; }
.givetype ul li { padding: 1.5rem; width: 100%; border-radius: 1rem; background: #fff; box-shadow: 0px 0px 10px 0px #00000010; text-align: center; }
.givetype ul li dl { margin-bottom: 0; }
.givetype ul li dl dt { display: flex; flex-direction: column; align-items: center; }
.givetype ul li dl dt p img { width: 50px; height: 50px; }
.givetype ul li dl dt h4 { font-size: 1.25rem; color: #5e7bab !important; }
.givetype ul li dl dd { margin-bottom: 0; font-weight: 400; }

#sub-cnt span.am-1 { margin-left: 1.3rem; }
#sub-cnt span.am-1:before { margin-left: -0.65rem; content: "- "; }


/* 3010 */
.co-3010 {}
/*.co-3010 .round-box .row { margin-right: -15px !important; margin-left: -15px !important; }*/

.co-3010 h2 { font-size: 1.5rem; font-weight: 300 !important; word-break: keep-all; }
.co-3010 h2 i { display: none; font-size: 1.25rem; }
.co-3010 h2 span { font-size: 1.5rem; font-weight: 600; color: #3d9f54; }
.co-3010 h5 i { display: inline-block; padding: 8px 0 4px 0; font-size: 0.75rem; vertical-align: bottom; }

.co-3010 .round-box .row.cnts-wrap { margin-right: -7.5px !important; margin-left: -7.5px !important; }
.co-3010 .round-box .row .cnts-box { margin-top: .5rem; margin-bottom: .5rem; padding: 0 7.5px; }
.co-3010 .cnts { overflow: hidden; position: relative; height: 100%; border: 1px solid #dee2e6; border-radius: 1rem; background: #f8f9fa; text-align: center; }
.co-3010 .cnts { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; }
.co-3010 .cnts .cnt-img { display: flex; align-items: center; margin-bottom: 0; padding: 0; max-width: 30%; height: 100%; border-right: 1px solid #dee2e6; background: #FFF; text-align: center; }
.co-3010 .cnts .cnt-img img { max-width: 100%; }
.co-3010 .cnts p.cnt-txt { margin-bottom: 0; padding: 1rem; width: 100%; text-align: left; }
.co-3010 .cnts p.cnt-txt span { display: block; font-size: .925rem; }
.co-3010 .cnts p.cnt-txt { margin-bottom: 0; padding: 1rem; text-align: left; }
.co-3010 .cnts p.list-style { padding-left: 0.75rem; line-height: 1.25rem; }
.co-3010 .cnts p.list-style:before { display: inline-block; margin-left: -0.75rem; padding-right: 0.35rem; color: #000; content: "-"; }
.co-3010 .cnts p:last-child { margin-bottom: 0; }
.co-3010 .cnts.cnts-w { flex-direction: row; flex-wrap: nowrap; }
.co-3010 .cnts.cnts-w .cnt-img { padding: 0; max-width: 30%; height: 100%; border-right: 1px solid #dee2e6; }
.co-3010 .cnts.cnts-w .cnt-txt { border-top: none; text-align: left; }

/* 3030 */
.co-3030 {}
/*.co-3030 .round-box .row { margin-right: -15px !important; margin-left: -15px !important; }*/

.co-3030 h2 { font-size: 1.5rem; font-weight: 300 !important; word-break: keep-all; }
.co-3030 h2 i { display: none; font-size: 1.25rem; }
.co-3030 h2 span { font-size: 1.5rem; font-weight: 600; color: #3d9f54; }

.co-3030 .round-box .row.cnts-wrap { margin-right: -7.5px !important; margin-left: -7.5px !important; }
.co-3030 .round-box .row .cnts-box { margin-top: .5rem; margin-bottom: .5rem; padding: 0 7.5px; }
.co-3030 .cnts { overflow: hidden; position: relative; height: 100%; border: 1px solid #dee2e6; border-radius: 1rem; background: #f8f9fa; text-align: center; }
.co-3030 .cnts { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; }
.co-3030 .cnts .cnt-img { display: flex; align-items: center; margin-bottom: 0; padding: 0; max-width: 25%; height: 100%; border-right: 1px solid #dee2e6; background: #FFF; text-align: center; }
.co-3030 .cnts .cnt-img img { max-width: 100%; }
.co-3030 .cnts .cnt-txt { margin-bottom: 0; padding: 1rem; width: 100%; text-align: left; }
.co-3030 .cnts .cnt-txt p span { display: block; font-size: .925rem; }
.co-3030 .cnts .cnt-txt { margin-bottom: 0; padding: 1rem; text-align: left; }
.co-3030 .cnts.cnts-t { display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-start; gap: 0 2rem; }
.co-3030 .cnts.cnts-t p.list-style { padding-left: 0.75rem; line-height: 1.25rem; width: 100%; }
.co-3030 .cnts.cnts-t p.list-style:before { display: inline-block; margin-left: -0.75rem; padding-right: 0.35rem; color: #000; content: "-"; }
.co-3030 .cnts.cnts-t p:last-child { margin-bottom: 0; }
.co-3030 .cnts.cnts-w { flex-direction: row; flex-wrap: nowrap; }
.co-3030 .cnts.cnts-w .cnt-img { padding: 0; max-width: 25%; height: 100%; border-right: 1px solid #dee2e6; }
.co-3030 .cnts.cnts-w .cnt-txt { border-top: none; text-align: left; }

.co-3030 .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-3030 .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-3030 .table-responsive table { margin-bottom: 0; min-width: 540px; }
.co-3030 .table-responsive table tbody tr th { background: #f8f9fa; vertical-align: middle; }
.co-3030 .table-responsive table tbody tr td p { padding-left: 0.75rem; line-height: 1.5rem; color: #212529 !important; }
.co-3030 .table-responsive table tbody tr td p:last-child { margin-bottom: 0; }
.co-3030 .table-responsive table tbody tr td p:before { display: inline-block; margin-left: -0.75rem; padding-right: 0.35rem; color: #777; content: "-"; }
.co-3030 .table th,
.co-3030 .table td { vertical-align: middle; }
.co-3030 .table thead { background: #f0f6f9; }
.co-3030 .table thead th { border-top: none; border-bottom: 1px solid #dee2e6; text-align: center; }
.co-3030 .table thead th:nth-child(1) { border-radius: 1rem 0 0 0; border-left: none; }
.co-3030 .table thead th:last-child { border-radius: 0 1rem 0 0; border-right: none; }
.co-3030 .table tbody th { border-left: none; text-align: center; }
.co-3030 .table tbody td { border-top: 1px solid #dee2e6 !important; font-weight: 400; text-align: left !important; }
.co-3030 .table tbody td:nth-child(1) { border-left: none; }
.co-3030 .table tbody td:last-child { border-right: none; }


/* 3_3 */
.co-3_3 {}
/*.co-3010 .round-box .row { margin-right: -15px !important; margin-left: -15px !important; }*/

.co-3_3 h2 { font-size: 1.5rem; font-weight: 300 !important; word-break: keep-all; }
.co-3_3 h2 i { display: none; font-size: 1.25rem; }
.co-3_3 h2 span { font-size: 1.5rem; font-weight: 600; color: #3d9f54; }
.co-3_3 h5 i { display: inline-block; padding: 8px 0 4px 0; font-size: 0.75rem; vertical-align: bottom; }

.co-3_3 .round-box .row.cnts-wrap { margin-right: -7.5px !important; margin-left: -7.5px !important; }
.co-3_3 .round-box .row .cnts-box { margin-top: .5rem; margin-bottom: .5rem; padding: 0 7.5px; }
.co-3_3 .cnts { overflow: hidden; position: relative; height: 100%; border: 1px solid #dee2e6; border-radius: 1rem; background: #f8f9fa; text-align: center; }
.co-3_3 .cnts { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; }
.co-3_3 .cnts .cnt-img { display: flex; align-items: center; margin-bottom: 0; padding: 0; max-width: 30%; height: 100%; border-right: 1px solid #dee2e6; background: #FFF; text-align: center; }
.co-3_3 .cnts .cnt-img img { max-width: 100%; }
.co-3_3 .cnts p.cnt-txt { margin-bottom: 0; padding: 1rem; width: 100%; text-align: left; }
.co-3_3 .cnts p.cnt-txt span { display: block; font-size: .925rem; }
.co-3_3 .cnts p.cnt-txt { margin-bottom: 0; padding: 1rem; text-align: left; }
.co-3_3 .cnts p.list-style { padding-left: 0.75rem; line-height: 1.25rem; }
.co-3_3 .cnts p.list-style:before { display: inline-block; margin-left: -0.75rem; padding-right: 0.35rem; color: #000; content: "-"; }
.co-3_3 .cnts p:last-child { margin-bottom: 0; }
.co-3_3 .cnts.cnts-w { flex-direction: row; flex-wrap: nowrap; }
.co-3_3 .cnts.cnts-w .cnt-img { padding: 0; max-width: 30%; height: 100%; border-right: 1px solid #dee2e6; }
.co-3_3 .cnts.cnts-w .cnt-txt { border-top: none; text-align: left; }





/* Responsive - Min */
@media (min-width: 360px) {
}

@media (min-width: 576px) {
	#sub-cnt .table-responsive-arr-box { display: none; }
	.nav-tabs .nav-item { width: 16.666666%; }
	.nav-tabs .nav-item a.nav-link { border-radius: 0 !important; }
	.nav-tabs .nav-item:nth-child(1) a.nav-link { border-radius: 2rem 0 0 2rem !important; }
	.nav-tabs .nav-item:nth-child(3) a.nav-link { border-right: none; }
	.nav-tabs .nav-item:last-child a.nav-link { border-radius: 0 2rem 2rem 0 !important; }
	.btn-box { justify-content: center; }
	.btn-box dl,
	.btn-box a { width: auto; }
	.btn-box dl { margin-bottom: 0; margin-right: 1.5rem; }
	.step-box .steps { width: 30%; }

	.co-3010 .round-box .row .cnts-box { margin-top: 1rem; margin-bottom: 1rem; }
	.co-3010 .cnts { flex-direction: column; flex-wrap: wrap; }
	.co-3010 .cnts .cnt-img { padding: 0 2rem; max-width: 100%; height: auto; border-right: none; }
	.co-3010 .cnts .cnt-img img { max-width: 100%; }
	.co-3010 .cnts .cnt-txt { border-top: 0px solid #dee2e6; text-align: center; }

	.co-3030 .round-box .row .cnts-box { margin-top: 1rem; margin-bottom: 0; }
	.co-3030 .cnts { flex-direction: column; flex-wrap: wrap; }
	.co-3030 .cnts .cnt-img { padding: 0 2rem; max-width: 100%; height: auto; border-right: none; }
	.co-3030 .cnts .cnt-img img { max-width: 100%; }
	.co-3030 .cnts .cnt-txt { border-top: 0px solid #dee2e6; text-align: center; }

	.co-3_3 .round-box .row .cnts-box { margin-top: 1rem; margin-bottom: 1rem; }
	.co-3_3 .cnts { flex-direction: column; flex-wrap: wrap; }
	.co-3_3 .cnts .cnt-img { padding: 0 2rem; max-width: 100%; height: auto; border-right: none; }
	.co-3_3 .cnts .cnt-img img { max-width: 100%; }
	.co-3_3 .cnts .cnt-txt { border-top: 0px solid #dee2e6; text-align: center; }
}

@media (min-width: 768px) {
	/*#sub-cnt h1 { text-align: left; }*/
	#sub-cnt .round-box { padding: 2rem; border-radius: 2rem; }
	.step-box { gap: 2rem; padding: 0 3rem; }
	.step-box .steps { width: 30%; }
	.step-box .steps .step-cnt:after { right: -1.35rem; font-size: 0.75rem; }

	.co-3030 .cnts .cnt-img { padding: 0 3rem; }
}

@media (min-width: 992px) {
	.step-box .steps { width: 17%; }

	.co-3030 .cnts .cnt-img { padding: 0 1rem; }
	.co-3030 .cnts.cnts-t p.list-style { width: 48%; }
}

@media (min-width: 1200px) {
	.btn-box { justify-content: flex-start; }
	.step-box { justify-content: space-between; gap: auto; }
	.step-box .steps .step-cnt:after { right: -1.65rem; }
}

@media (min-width: 1440px) {
	#sub-cnt .round-box { padding: 3rem; }
	.round-box .txt-box-2 { margin: 0; }
	.step-box .steps .step-cnt:after { right: -2rem; }
}



/* Responsive - Max */
@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 440px) {
}