@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; }
#sub-cnt p b { font-weight: 600; }
#sub-cnt span { display: inline-block; }
#sub-cnt em { font-style: normal; font-weight: 500; color: #fcb040; }
#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('/theme/21-001/img/icons/quote-start.png'); }
#sub-cnt .ic-quote-end:before { background-image: url('/theme/21-001/img/icons/quote-end.png'); }

/* 5010 */
.co-5010 p.business-info { font-size: 1.25rem; font-weight: 400 !important; color: #1d1d21 !important; }
.co-5010 p.business-info b { color: #fcb040; }
.co-5010 .card { border-bottom: none; border-radius: 0; }

/* 5020 */
.co-5020 .d-table {}
.co-5020 .d-table:nth-child(1) .d-table-cell { border-top: 1px solid #dee2e6; }
.co-5020 .d-table-cell { padding: 0.75rem; border-bottom: 1px solid #dee2e6; text-align: center; vertical-align: middle; }
.co-5020 .d-table-cell.d-th { width: 120px; border-right: 1px solid #dee2e6; border-left: 1px solid #dee2e6; font-weight: 600; }
.co-5020 .d-table-cell.d-td { border-right: 1px solid #dee2e6; color: #666666; }
.co-5020 .staff-table { text-align: center; white-space: nowrap; }
.co-5020 .staff-table th,
.co-5020 .staff-table td { border-right: 1px solid #dee2e6; font-weight: 600; vertical-align: middle; }
.co-5020 .staff-table th:first-child,
.co-5020 .staff-table td:first-child { border-left: 1px solid #dee2e6; }
.co-5020 .staff-table td { font-weight: 400; color: #666666; }
.co-5020 .staff-table tbody th,
.co-5020 .staff-table tbody td { border-bottom: 1px solid #dee2e6; }


/* Responsive - Min */
@media (min-width: 360px) {
}

@media (min-width: 576px) {
	.co-5010 .card { border-bottom: 1px solid #00000020; border-radius: .25rem; }
}

@media (min-width: 768px) {
	.co-5020 .d-table:nth-child(2) .d-table-cell { border-top: 1px solid #dee2e6; }
	.co-5020 .d-table:nth-child(odd) { padding-right: 0; }
	.co-5020 .d-table:nth-child(even) { padding-left: 0; border-left: none; }
	.co-5020 .d-table:nth-child(even) .d-table-cell { border-left: none; }
}

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

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



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