@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'); }

/* 4010 */
.co-4010 h2 { display: inline-block; }
.co-4010 h2 i { font-size: ; }
.co-4010 h2 b { color: #82ba4c; font-weight: 600; }
.co-4010 .welcome-tit { width: 100%; max-width: 350px; }

/* 4020 */
.co-4020 .txt-box { border: 1px solid #dee2e6; border-radius: 1rem; background: #f1f1f1; }
.co-4020 .circle-wrap .circle-box { display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0 auto; padding: 0.5rem 0; border-radius: .5rem; background: #ededed; }
.co-4020 .circle-wrap div:nth-child(1) .circle-box { background: #eb8b44; }
.co-4020 .circle-wrap div:nth-child(2) .circle-box { background: #31a1ad; }
.co-4020 .circle-wrap div:nth-child(3) .circle-box { background: #57bf6f; }
.co-4020 .circle-wrap .circle-box p { margin-bottom: 0; color: #fff !important; text-shadow: 1px 1px 3px #408550; font-size: 1.5rem; line-height: 1.25; }
.co-4020 .circle-wrap .circle-box p span { font-weight: 500; }
.co-4020 .list-style { display: inline-block; padding-left: 0.75rem; width: 100%; line-height: 1.25rem; }
.co-4020 .list-style:before { display: inline-block; margin-left: -0.75rem; padding-right: 0.35rem; color: #666; content: "-"; }

/* 4030 */
.co-4030 .txt-box { border: 1px solid #dee2e6; border-radius: 1rem; background: #f1f1f1; }
.co-4030 .txt-box .text-orange { color: #ff9600 !important; }





/* Responsive - Min */
@media (min-width: 360px) {
}

@media (min-width: 576px) {
	.co-4010 .welcome-tit { width: 100%; max-width: 100%; }
	.co-4020 .circle-wrap .circle-box { max-width: 160px; border-radius: 50%; aspect-ratio: 1 / 1; }
	/*.co-4020 .list-style { width: 50%; }*/
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}



/* Responsive - Max */
@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 440px) {
}