@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: #222; }
#sub-cnt h3 { font-weight: 700; color: #222; }
#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: #32dec4; }
#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'); }

/* 1010 */
.co-1010 h2 { word-break: keep-all; }
.co-1010 .sign { font-family: 'Nanum Pen Script'; font-style: italic; font-size: 1.5rem; }

/* 1020 */

/* 1030 */
.co-1030 .txt-1 { font-size: 1.25rem; }
.co-1030 img.cnt-1030-01 { width: 100%; max-width: 300px !important; }
.co-1030 .ms-box { display: flex; flex-direction: column; align-items: center; border: 0px solid #dee2e6; }
.co-1030 .ms-box:nth-child(2) { margin-top: 4rem; border-top: none; }
.co-1030 .ms-box:last-child { margin-bottom: 0.5rem; border-top: none; }
.co-1030 .ms-box div p:last-child { margin-bottom: 0 !important; }
/*.co-1030 .ms-box .ms-tit { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 1rem 0; min-width: 120px; width: 120px; background: #f9f9f9; }
.co-1030 .ms-box .ms-tit p { font-weight: 500 !important; color: #1d1d21 !important; letter-spacing: .25rem; text-align: center; }*/
.co-1030 .ms-box .ms-tit { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100px; height: 100px; border-radius: 50% 50% 0% 50%; background: #4ba7e0; }
.co-1030 .ms-box .ms-tit p { margin-bottom: 0; font-size: 1.5rem; font-weight: 500 !important; color: #FFF !important; }
.co-1030 .ms-box .ms-tit span { font-weight: 400 !important; color: #FFF !important; }
.co-1030 .ms-box .ms-cnt { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 3rem 2rem; width: 100%; background: #f9f9f9; }
.co-1030 .ms-box .ms-cnt p { font-size: 1.125rem; }
.co-1030 .ms-box.vision-box .ms-tit { background: #f5ae26; }
.co-1030 .ms-box.vision-box .ms-cnt {}

/* 1040 */
.co-1040 .step-box { display: flex; flex-wrap: wrap; }
.co-1040 .steps { width: 100%; }
.co-1040 .steps .st-cnt { border: 1px solid #dee2e6; }
.co-1040 .steps .st-cnt .st-hd { border-bottom: 1px solid #dee2e6; background: #efefef; font-weight: 500; }
.co-1040 .steps .st-cnt .st-hd .st-bd-item { padding: .5rem; text-align: center; }
.co-1040 .steps .st-cnt .st-bd { display: flex; flex-wrap: wrap; padding: .25rem 0.5rem; }
.co-1040 .steps .st-cnt .st-bd .st-bd-item { padding: .25rem .5rem; width: 50%; }
.co-1040 .steps .st-cnt .st-bd p.list-style { margin: 0.25rem 0; padding-left: 0.75rem; width: 100%; }
.co-1040 .steps .st-cnt .st-bd p.list-style:before { display: inline-block; margin-left: -0.6rem; padding-right: 0.35rem; color: #666; content: "·"; }
.co-1040 .steps .st-arr { padding: 1rem 0; width: 100%; text-align: center; }
.co-1040 .steps .st-arr i.fa-arrow-right { display: none; }
.co-1040 .steps .st-arr i.fa-arrow-down { display: block; }





/* Responsive - Min */
@media (min-width: 360px) {
	.co-1040 .steps .st-cnt .st-bd p.list-style { width: 50%; }
	.co-1040 .steps .st-cnt .st-bd p.list-style:nth-child(odd) { padding-right: 0.5rem; }
}

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

@media (min-width: 768px) {
	#sub-cnt h1 { text-align: left; }
	.co-1030 .ms-box { flex-direction: row; }
	.co-1030 .ms-box:nth-child(2) { margin-top: 5rem; }
	.co-1030 .ms-box .ms-tit { width: 150px; height: 150px; }
	.co-1030 .ms-box .ms-tit p { font-size: 1.75rem; }
	.co-1030 .ms-box .ms-tit span { font-size: 1.25rem; }
	.co-1030 .ms-box .ms-cnt { align-items: flex-start; margin-left: 2rem; padding: 0 2rem; width: 75%; height: 150px;  }
	.co-1040 .steps { display: flex; align-items: center; padding: 1rem 0; width: 50%; }
	.co-1040 .steps .st-cnt { width: 90%; height: 100%; }
	.co-1040 .steps .st-cnt .st-bd { flex-direction: column; }
	.co-1040 .steps .st-cnt .st-bd .st-bd-item { width: 100%; }
	.co-1040 .steps .st-cnt .st-bd p.list-style { width: auto; }
	.co-1040 .steps .st-cnt .st-bd p.list-style:nth-child(odd) { padding-right: 0; }
	.co-1040 .steps .st-arr { width: 10%; }
	.co-1040 .steps .st-arr i.fa-arrow-right { display: block; }
	.co-1040 .steps .st-arr i.fa-arrow-down { display: none; }
}

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

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



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