@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; }

/* 6010 */
.co-6010 h2 { font-weight: 300 !important; word-break: keep-all; }
.co-6010 .cnt-img img { max-height: 300px; }
.co-6010 .list-style { padding-left: 0.75rem; line-height: 1.25rem; }
.co-6010 .list-style:before { display: inline-block; margin-left: -0.75rem; padding-right: 0.35rem; color: #000; content: "-"; }
.co-6010 p i.fa-arrow-right,
.co-6010 p i.fa-arrow-circle-right { padding: 0 4px 3px; font-size: 0.75rem; vertical-align: middle; color: #777; }





/* Responsive - Min */
@media (min-width: 360px) {
}

@media (min-width: 576px) {
	#sub-cnt .table-responsive-arr-box { display: none; }
}

@media (min-width: 768px) {
	/*#sub-cnt h1 { text-align: left; }*/
	#sub-cnt .round-box { padding: 2rem; border-radius: 2rem; }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1440px) {
	#sub-cnt .round-box { padding: 3rem; }
}



/* Responsive - Max */
@media only screen and (max-width: 768px) {
}