@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: bre-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: #ff5367; }
#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'); }

/* 20 */
.step-box { display: flex; flex-wrap: wrap; }
.step-box .steps { position: relative; padding-bottom: .5rem; padding-right: 1rem; width: 50%; }
.step-box .steps:after { z-index: 1; position: absolute; top: 32%; right: -0.5rem; width: 30px; height: 30px; content: "▶"; font-size: 0.75rem; line-height: 30px; color: #6c757d; text-align: center; border-radius: 50%; background: #FFF; /*box-shadow: 1px 1px 5px #00000025;*/ }
.step-box .steps:last-child:after { display: none; }
.step-box .steps .step-txt { display: flex; justify-content: center; align-items: center; padding: 0 .5rem; height: 100px; border-radius: .5rem; background: #f9f9f9; text-align: center; }
.step-box .steps .step-txt p { margin-bottom: 0 !important; font-weight: 400; color: #666 !important; word-break: keep-all !important; }
.step-box .steps .step-txt p b { font-size: 1.25rem; color: ##212529 !important; }
.step-box .steps:last-child .step-txt { background: #ff5367; }
.step-box .steps:last-child .step-txt p { color: #fff !important; }
.step-box .steps:last-child .step-txt p b { color: #fff !important; }

/* 2010 */
.co-2010 p i.fa-chevron-right { margin-right: .5rem; margin-left: .5rem; color: #ff5367; }
.co-2010 p i.fa-chevron-right:before { font-size: .5rem; line-height: 1rem; vertical-align: top; }
.co-2010 .table-box table { margin-bottom: 0; border-bottom: 1px solid #dee2e6; }
.co-2010 .table-box table.table-02 thead { display: none; }
.co-2010 .table-box table th,
.co-2010 .table-box table td { padding: 0.75rem 0; text-align: center; vertical-align: middle; }
.co-2010 .table-box table th,
.co-2010 .table-box table td { width: 25%; }
.co-2010 .table-box table th:nth-child(2),
.co-2010 .table-box table td:nth-child(2) { width: 50%; border-right: 1px solid #dee2e6; border-left: 1px solid #dee2e6; }

/* 2020 */
.co-2020 .txt-box { border: 5px solid #ededed; }
.co-2020 .txt-box p b { color: #ff5367 !important; }
.co-2020 .txt-box em { color: #666 !important; }

/* 2030 */
.co-2030 .txt-box { border: 5px solid #ededed; text-align: center; }





/* Responsive - Min */
@media (min-width: 360px) {
	.step-box .steps { width: 33.333333% }
}

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

@media (min-width: 768px) {
	.step-box .steps { width: 20%; min-width: 200px; }
	.co-2010 .table-box table.table-02 thead { display: table-header-group; }
}

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

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



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