@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: 3rem; font-weight: 700; color: #1d1d21; }
#sub-cnt h3 { font-weight: 700; color: #1d1d21; }
#sub-cnt h6 { font-size: 1.1rem; font-weight: 700; color: #333333; }
#sub-cnt p { font-weight: 300; color: #666666; word-break: keep-all; }
#sub-cnt p b { font-weight: 500; color: #333333; }
#sub-cnt span { display: inline-block; }
#sub-cnt em { font-style: normal; font-weight: 500; color: #4cac27; }
#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'); }

/* 5010 */
.co-5010 .img-green-box { margin: 0 auto 1.5rem; max-width: 50%; text-align: center; }

/* 5020 */
/*.co-5020 .corp-img { background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #ebf3e6 100%);
background: -webkit-linear-gradient(top,  #ffffff 0%,#ebf3e6 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#ebf3e6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebf3e6',GradientType=0 ); }*/
.co-5020 .corp-img { height: 290px; background: url('../../../img/cnt/cnt-5020-01.png') no-repeat; background-size: auto 100%; background-position: center bottom; }

/* map */
.co-map #daumRoughmapContainer1655732109583 { width: 100%; }
.co-map #daumRoughmapContainer1655732109583 .img_zoom { display: block; }





/* Responsive - Min */
@media (min-width: 360px) {
	.co-5020 .corp-img { height: 290px; background-size: auto 100%; }
}

@media (min-width: 576px) {
	.co-5020 .corp-img { height: 290px; background-size: 50% auto; }
}

@media (min-width: 768px) {
	.co-5020 .corp-img { height: 100%; background-size: 100% auto; }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}



/* Responsive - Max */
@media only screen and (max-width: 768px) {
}