@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: #e33d54 /*#f49e10*/; }
#sub-cnt h6 { font-size: 1.25rem; font-weight: 800; color: #333333; }
#sub-cnt p { font-weight: 700; color: #666666; }
#sub-cnt span { display: inline-block; }
#sub-cnt em { font-style: normal; font-weight: 800; color: #e33d54 /*#f49e10*/; }
#sub-cnt img { width: 100%; max-width: 100%; }
#sub-cnt .p-end { padding-bottom: 2rem; width: 100% !important }

#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: 1em; color: transparent; content: "\f015"; }
#sub-cnt .ic-quote-start:before { background-image: url('/theme/bootstrap4/img/icons/quote-start.png'); }
#sub-cnt .ic-quote-end:before { background-image: url('/theme/bootstrap4/img/icons/quote-end.png'); }

#sub-cnt .scroll-box { position: relative; border-right: 2px dashed #dee2e6; border-left: none; }
#sub-cnt .scroll-box i { position: absolute; z-index: 1; top: 45%; color: #c9c9c9; color: #e33d54; }
#sub-cnt .scroll-box i.scroll-arr-left { left: -0.65rem; display: none; }
#sub-cnt .scroll-box i.scroll-arr-right { right: -0.65rem; }
#sub-cnt .scroll-x { overflow-x: auto; padding: 5px 0; }
#sub-cnt table { white-space: nowrap; }
#sub-cnt table th, #sub-cnt table td { padding: 0.5rem 0.65rem; /*border: 1px solid #DDD;*/ text-align: center; vertical-align: middle; }
#sub-cnt table th { background: #F9F9F9; }
#sub-cnt table td { background: #FFF; }

/* map */
.map { position: relative; max-width: 720px; }
.map:after {display:block;visibility:hidden;clear:both;content:""}
.map .map-box {}
.map .map-box .map-layer { position: ; display: block; overflow: hidden; }
.map .map-box .map-layer a { display: block; border: 1px solid rgb(204, 204, 204); background: url('//t1.daumcdn.net/roughmap/imgmap/eaeac55d3792ded037064372f70c428f6a0c406a36ca7d6385099191ec0e2138') center 40%; }
.map .map-box .map-layer a img { display: block; margin: 0 auto; width: auto; max-width: 718px; min-width: 100%; opacity: 0; }
.map .map-label { padding: 10px 15px 8px; border-right-color: rgb(219, 219, 219); border-bottom-color: rgb(219, 219, 219); border-left-color: rgb(219, 219, 219); border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; box-sizing: border-box; background-color: rgb(255, 255, 255); }
.map .map-label span { display: inline-block; }




/* Responsive - Min */
@media (min-width: 768px) {
	#sub-cnt .scroll-box { border: none !important; }
	#sub-cnt .scroll-box i { display: none !important; }
	#sub-cnt .scroll-x { padding: 0; }
}

@media (min-width: 1140px) {
}



/* Responsive - Max */
@media only screen and (max-width: 768px) {
}