@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: #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; /*word-break: break-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: #29c7c9; }
#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'); }

/* map */
.co-map .root_daum_roughmap { width: 100%; }
.co-map .root_daum_roughmap .img_zoom { display: block !important; }
.co-map .row .map-cnts { padding: 1rem; border: 1px solid #dee2e6; border-bottom: none; }
.co-map .row .map-cnts p { display: inline-block; margin-bottom: 0; }
.co-map .row .map-cnts p img { max-width: 7rem !important; }
.co-map .row .map-cnts p span a { color: #666666; }
.co-map .row.map-cnt-1 { margin: 0; border-bottom: 1px solid #dee2e6; }
.co-map .row.map-cnt-1 .map-cnts { display: flex; flex-direction: row; align-items: center; padding: 0 1rem; }
.co-map .row.map-cnt-1 .map-cnts p:nth-child(2) { padding-left: 1rem; }

.co-map .row.map-cnt-2 { margin: 0; border-bottom: 1px solid #dee2e6; }
.co-map .row.map-cnt-2 .map-cnts { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 1rem 1rem .5rem; }
.co-map .row.map-cnt-2 .map-cnts p { margin-bottom: .5rem; }
.co-map .row.map-cnt-2 .map-cnts p i.fa-bus { position: relative; font-size: 3rem; color: #545454; }
.co-map .row.map-cnt-2 .map-cnts p i.fa-subway { font-size: 3rem; color: #545454; }
.co-map .row.map-cnt-2 .map-cnts:nth-child(1) p { text-align: center; }
.co-map .row.map-cnt-2 .map-cnts:nth-child(2) { align-items: baseline; padding-left: 1rem; border-left: none; }

.co-map .row.map-cnt-3 { margin: 0; border-bottom: 1px solid #dee2e6; }
.co-map .row.map-cnt-3 { border-top: 1px solid #29c7c955; }
.co-map .row.map-cnt-3 .map-cnts { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 1rem 1rem .5rem; border-right: none; border-left: none; }
.co-map .row.map-cnt-3 .map-cnts p { margin-bottom: .5rem; }
.co-map .row.map-cnt-3 .map-cnts p i { position: relative; font-size: 3rem; color: #545454; }
.co-map .row.map-cnt-3 .map-cnts p i:after { content: ""; position: absolute; top: -0.5rem; left: -0.5rem; width: 2rem; height: 2rem; border-radius: 50%; background: #29c7c955; }
.co-map .row.map-cnt-3 .map-cnts:nth-child(1) p,
.co-map .row.map-cnt-3 .map-cnts:nth-child(3) p { text-align: center; }
.co-map .row.map-cnt-3 .map-cnts:nth-child(2),
.co-map .row.map-cnt-3 .map-cnts:nth-child(3),
.co-map .row.map-cnt-3 .map-cnts:nth-child(4),
.co-map .row.map-cnt-3 .map-cnts:nth-child(6) { align-items: baseline; padding-left: 1rem; border-left: none; }





/* Responsive - Min */
@media (min-width: 360px) {
}

@media (min-width: 576px) {
	.co-map .row .map-cnts { border-right: none; }
	.co-map .row.map-cnt-1 { border-right: 1px solid #dee2e6; }
	.co-map .row.map-cnt-1 .map-cnts { display: flex; flex-direction: column; align-items: center; padding: .5rem 1rem 1rem; }
	.co-map .row.map-cnt-1 .map-cnts p { display: block; text-align: center; }
	.co-map .row.map-cnt-1 .map-cnts p:nth-child(2) { padding-left: 0; }
	.co-map .row.map-cnt-2 .map-cnts { border-right: 1px solid #dee2e6; }
}

@media (min-width: 768px) {
	#sub-cnt h1 { text-align: left; }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}



/* Responsive - Max */
@media only screen and (max-width: 768px) {
}