/* 인사말 */

section.company h3.company_h3 {
    font-size: 24px;
    font-family: 'NanumSquare';
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 50px;
    text-align: center;
}

section.company.company_01 .ceo-box {
    background-repeat: no-repeat;
    height: 500px;
    display: flex;
    align-items: center;
}

section.company.company_01 .ceo-box .text {
    font-size: 34px;
    line-height: 46px;
    font-family: 'NanumSquare';
    margin-left: 50px;
    color: #000;
    margin-top:-350px;


}

section.company.company_01 .ceo-box .text p {
    font-size: 19px;
    margin-top: 20px;
    font-weight: 600;
    color: #333333;
    position: relative;
    display: inline-block;
    font-family: 'NanumSquare';
}

section.company.company_01 .ceo-box .text p::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    content: '';
    margin-top: 36px;
}

section.company .about_text {
    margin-top: 80px;
}

section.company .about_text h1 {
    font-size: 52px;
    color: #000;
    font-weight: 900;
    font-family: 'Noto Sans KR';
    line-height: 66px;
}

section.company .about_text h1 span {
    position: relative;
    z-index: 0;
}

section.company .about_text h1 span::before {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 12px;
    background: rgba(255, 234, 93, 1);
    content: '';
    margin-top: 52px;
}

section.company .about_text {
    line-height: 33px;
    font-size: 20px;
}

/* 인사말 마감 */

/* 회사소개 */
section.company.company_02 .ceo-box {
    background-repeat: no-repeat;
    height: 500px;
    position: relative;
}

section.company.company_02 .ceo-box .text {
    right: 0;
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: right;
    padding-right: 50px;
    padding-bottom: 30px
}

section.company.company_02 .ceo-box .text p {
    color: #fff;
    font-size: 42px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    text-transform:

}

section.company.company_02 .table_wrap {
    margin-top: 80px;
}

section.company.company_02 .table_wrap .table {
    border-top: 3px #000 solid;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 20px 18px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #e3e3e3;
}


section.company_03 #tab_wrap {
    border: 0;
    border-top: 0;
    border-bottom: 0;
    margin-bottom: 80px;
}

section.company_03 .history-left h2 {
    font-size: 47px;
    color: #000;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    float: left;

}

section.company_03 .history-left h2 span {
    font-size: 49px;
    color: #000;
    font-family: 'Noto Sans KR';
    font-weight: 800;
    padding-left: 0;
    margin-left: 0;

}

section.company_03 .history-left span {
    font-size: 26px;
    line-height: 68px;
    padding-left: 20px;
}

section.company_03 .history-left p.text {
    color: #484848;
    font-family: 'Noto Sans KR';
    margin-top: 30px;


}

section.company_03 .history-left .image {
    margin-top: 70px;
}

section.company_03 .history-right {
    background: url("../../img/company/dot_back.png") 9px 0% repeat-y;
    margin-top: 10px;
    margin-left: 80px;
}

section.company_03 .history-right .box {
    background: url('../../img/company/dot.png') 0 14px no-repeat;
    margin-bottom: 30px;
    border-bottom: 0;
    padding-left: 60px;
    font-size: 30px;
    font-weight: 900;
}

section.company_03 .history-right .box h2 {
    font-weight: 900;
    font-family: 'Noto Sans KR';
    margin-bottom: 20px;
    color: #000;
}

section.company_03 .history-right dl {
    display: flex;
    margin-bottom: 8px;

}

section.company_03 .history-right dl dt span {
    background: #efefef;
    display: block;
    border-radius: 1em;
    text-align: center;
    font-size: 15px;
    color: #a1a1a1;
    padding-top: 6px;
    padding-bottom: 6px;
    width: 50px;
    margin-right: 12px;
    font-weight: 600;
}

section.company_03 .history-right dl dd {
    font-size: 18px;
    color: #686868;
    font-weight: 400;

}

/* 회사소개 마감 */
/* 오시는 길 */
section.company_04 #map p.sky {
    position: absolute;
    z-index: 2;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 16px 48px 18px;
}

section.company_04 #map .root_daum_roughmap {
    width: 100%;
}

section.company_04 .table_wrap {
    margin-top: 60px;
}

section.company_04 .table_wrap .title h2 {
    font-size: 33px;
    font-weight: 900;
    color: #000;
    margin-bottom: 24px;
    font-family: 'Noto Sans KR';
}

section.company_04 .table_wrap .title span {
    font-size: 22px;
    font-weight: 100;
    color: #868686;
    font-family: 'Open Sans', sans-serif;
    padding-left: 12px;
}

section.company_04 .table_wrap .title a.btn {
    font-size: 16px;
    color: #000;
    border: 1px #000 solid;
    border-radius: 0;
}

section.company_04 .table_wrap .table {
    border-bottom: 1px #ddd solid;
}

section.company_04 .table_wrap .table {
    border-top: 3px #000 solid;
}

section.company_04 .table_wrap .table th,
section.company_04 .table_wrap .table td {
    font-size: 19px;
    line-height: 32px;
}

section.company_04 .table_wrap .table span.blue {
    background: #7182f5;
    line-height: 14px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 0.2em;
    margin-right: 6px;
}

/* 오시는 길 마감 */

@media(min-width:992px) {
    section.company .about_text .text {
        margin-left: 70px;
		word-break: keep-all;
    }

    section.company.company_02 .table_wrap .table tbody th,
    section.company.company_04 .table_wrap .table tbody th {
        width: 15%;
        padding-left: 40px;
    }

    section.company_03 .history-right {
        margin-left: 80px;
    }

    section.company_04 .table_wrap .table th,
    section.company_04 .table_wrap .table td {width: 35%;
        line-height: 32px;
    }
}

@media(max-width:991px) {
    section.company h3.company_h3 {
        font-size: 16px;
        font-family: 'NanumSquare';
        line-height: 24px;
        font-weight: 400;
        margin-bottom: 0;
        padding-bottom: 35px;
        margin-top: 30px;
    }

    section.company.company_01 h3.company_h3 {
        padding-bottom: 20px;
    }

    section.company.company_01 .ceo-box {
        background-repeat: no-repeat;
        height: 250px;
        display: flex;
        align-items: center;
        background-position: 60% 0%;
        background-size: cover
    }

    section.company.company_01 .ceo-box .text {
        font-size: 16px;
        line-height: 22px;
        font-family: 'NanumSquare';
        margin-left: 20px;
        color: #000;
        margin-top: 42px;
        font-weight: 600;

    }

    section.company.company_01 .ceo-box .text p {
        font-size: 13px;
        margin-top: 20px;
        font-weight: 600;
        color: #333333;
        position: relative;
        display: inline-block;
        font-family: 'NanumSquare';
    }

    section.company.company_01 .ceo-box .text p::before {
        position: absolute;
        width: 100%;
        height: 1px;
        background: #000;
        content: '';
        margin-top: 20px;
    }

    section.company .about_text {
        margin-top: 40px;
        line-height: 26px;
        font-size: 14px;
    }

    section.company .about_text h1 {
        font-size: 20px;
        color: #000;
        font-weight: 600;
        font-family: 'Noto Sans KR';
        line-height: 28px;
        margin-bottom: 26px;
    }

    section.company .about_text h1 span {
        position: relative;
        z-index: 0;
    }

    section.company .about_text h1 span::before {
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 6px;
        background: rgba(255, 234, 93, 1);
        content: '';
        margin-top: 22px;
    }

    /* 회사소개 */
    section.company.company_02 .ceo-box {
        background-repeat: no-repeat;
        height: 180px;
        position: relative;
        /* margin-top: 42px; */
        background-size: cover;

    }

    section.company.company_02 .ceo-box .text {
        right: 0;
        position: absolute;
        bottom: 0;
        color: #fff;
        text-align: right;
        padding-right: 15px;
        padding-bottom: 15px;
        font-size: 12px;
    }

    section.company.company_02 .ceo-box .text p {
        color: #fff;
        font-size: 16px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 900;
        text-transform:

    }

    section.company.company_02 .table_wrap {
        margin-top: 40px;
    }

    section.company.company_02 .table_wrap .table {
        border-top: 2px #000 solid;
    }

    section.company.company_02 .table_wrap .table tbody th {
        min-width: 90px;
    }

    .table>tbody>tr>td,
    .table>tbody>tr>th,
    .table>tfoot>tr>td,
    .table>tfoot>tr>th,
    .table>thead>tr>td,
    .table>thead>tr>th {
        padding: 16px 18px;
        line-height: 1.22857143;
        vertical-align: top;
        border-top: 1px solid #e3e3e3;
    }

    /* 회사소개 마감 */
    /* 연혁 */
    section.company_03 #tab_wrap {
        border: 0;
        border-top: 0;
        border-bottom: 0;
        margin-bottom: 30px;
    }
    section.company_03 .history-left {
        padding-top: 25px;
    }

    section.company_03 .history-left h2 {
        font-size: 20px;
        color: #000;
        font-family: 'Titillium Web', sans-serif;
        font-weight: 700;

    }

    section.company_03 .history-left h2 span {
        font-size: 20px;
        color: #000;
        font-family: 'Noto Sans KR';
        font-weight: 800;
        padding-left: 0;
        margin-left: 0;

    }

    section.company_03 .history-left span {
        font-size: 16px;
        line-height: 40px;
        padding-left: 12px;
        letter-spacing: 0;
    }

    section.company_03 .history-left p.text {
        color: #484848;
        font-family: 'Noto Sans KR';
        margin-top: 6px;
        text-align: left;


    }

    section.company_03 .history-left .image {
        margin-top: 30px;
    }

    section.company_03 .history-right {
        margin-top: 35px;
        margin-left: 0;
    }

    section.company_03 .history-right .box {
        background: url('http://theme06.wiztheme.co.kr/theme/theme06/img/sub/dot.png') 0 8px no-repeat;
        margin-bottom: 20px;
        border-bottom: 0;
        padding-left: 40px;
        font-size: 26px;
        font-weight: 900;
    }

    section.company_03 .history-right .box h2 {
        font-weight: 900;
        font-family: 'Noto Sans KR';
        margin-bottom: 12px;
        color: #000;
        font-size:18px;
    }

    section.company_03 .history-right dl {
        display: flex;
        margin-bottom: 8px;


    }

    section.company_03 .history-right dl dt span {
        background: #efefef;
        display: block;
        border-radius: 1em;
        text-align: center;
        font-size: 13px;
        color: #a1a1a1;
        padding-top: 5px;
        padding-bottom: 5px;
        width: 42px;
        margin-right: 12px;
        font-weight: 600;
    }

    section.company_03 .history-right dl dd {
        font-size: 14px;
        color: #686868;
        font-weight: 400;
        padding-top: 2px;

    }

    /* 연혁 마감 */
    /* 오시는 길 */
    section.company_04 #map p.sky {
        position: absolute;
        z-index: 2;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        padding: 12px 28px 12px;
    }

    section.company_04 .table_wrap {
        margin-top: 30px;
        border: 0;
    }
    section.company_04 .table_wrap .table {
        border-left: 1px #ddd solid;

    }
    section.company_04 .table_wrap .title {
        margin-bottom: 20px;
    }
    section.company_04 .table_wrap .title h2 {
        font-size: 19px;
        font-weight: 600;
        color: #000;
        margin-bottom: 6px;
    }

    section.company_04 .table_wrap .title span {
        font-size: 13px;
        font-weight: 100;
        color: #868686;
        padding-left: 6px;
    }

    section.company_04 .table_wrap  .title a.btn {
        font-size: 13px;
        color: #000;
        border: 1px #000 solid;
        border-radius: 0;
    }
    section.company_04 .table_wrap .table {
        border-top: 2px #000 solid;
    }
    
    section.company_04 .table_wrap .table th {
        width: 60px;
        padding-left: 10px;
        padding-right: 10px;
    }
    section.company_04 .table_wrap .table th,
    section.company_04 .table_wrap .table td {
        font-size: 13px;
        line-height: 20px;
    }
    
    section.company_04 .table_wrap .table span.blue {
        background: #7182f5;
        line-height: 14px;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        border-radius: 0.2em;
        margin-right: 6px;
    }
    section.company_04 .embed-container {
        position: relative;
        padding-bottom: 80%;
        height: 0;
        overflow: hidden;
        max-width: 100%;
    }
    
    section.company_04 .embed-container iframe,
    section.company_04 .embed-container object,
    section.company_04 .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    /* 오시는 길 마감  */


}



ark.green{
  background-color: rgba(80, 255, 0, 0.3);
}
.highlight {
    background-color: #fff2ac;
    background-image: linear-gradient(to right, #ffe359 0%, #fff2ac 100%);
}

.highlight.two-highlight {
    background-color: #fff2ac;
    background-image: linear-gradient(to right, rgb(132, 250, 176) 0%, rgb(143, 211, 244) 100%);
}

.half-highlight {
  background: linear-gradient(180deg,rgba(255,255,255,0) 50%, #FFD0AE 50%);
}




	.fc_pointer {color:#1F88E5; }
	.daon_content_wrap{width:100%; min-width:320px; max-width:1400px; margin:0 auto; margin-top:50px; margin-bottom:50px;}
	.daon_page_title{width:100%; margin-bottom:70px;}
	.daon_page_title h1{width:100%; margin:0 auto; text-align:center; font-size:2.5em; font-weight:600;}
	.daon_page_title h1:after {content:""; clear:both; display:block; width:30px; margin:10px auto; border:1px solid #000;}
	.daon_page_title h2{width:100%; margin:0 auto; text-align:center; font-size:1.2em; color:#666; margin-top:20px; }

	.company_type1 {width:100%; margin:0 auto; }
	.company_type1:after{content:""; clear:both; display:block;}
	.company_type1 .ceo_img {position: relative; float:right; width:500px; text-align:right; padding-left:30px;}
	.company_type1 .ceo_img img {width:100%; height:auto; }
	.company_type1 .ceo_area{ float:left; width:50%;} 
	.company_type1 .ceo_area .ceo_tit { position:relative; float:left; width:100%; font-size:2em; line-height:1.4em; letter-spacing:-0.05em;  }
	.company_type1 .ceo_area .ceo_txt { float:right; width:100%; padding-top:50px; }
	.company_type1 .ceo_area .ceo_txt p {margin-top:20px; line-height:1.5em; color: #000; word-break: keep-all; }
	.company_type1 .ceo_area .ceo_txt span.ceo_sign{ display:block; font-size:1.1em; color:#000; margin-top:50px; font-family: 'Satisfy', 'Noto Sans KR', sans-serif;}

	.daon_s_tit {width:100%; height:30px; line-height:30px; text-align:left; border-left:5px solid #000; margin:50px auto;  margin-bottom:10px;  font-size:1.5em;  text-indent:10px;}
	.tbla{width:100%; border-collapse: collapse; margin:0 auto; border:1px solid #ddd; border-bottom:0px;}
	.tbla tr th{width:20%; height:45px; padding:15px 0; text-align:center; border-bottom:1px solid #666; font-size:1em;}
	.tbla tr td{width:80%; border-bottom:1px solid #ddd; padding-left:15px; height:45px; text-align:left;}

		
	@media screen and (max-width:992px){
		
		.daon_content_wrap{width:96%;}
		.daon_page_title{margin-bottom:50px;}	
		.daon_page_title h1{font-size:2em;}
		.daon_page_title h2{font-size:1em;}
		.daon_s_tit{font-size:1.2em;}

		.company_type1 .ceo_img {width:100%; text-align:center; margin-bottom:30px; padding-left:0; }
		.company_type1 .ceo_img img{width:100%;}
		.company_type1 .ceo_area{ float:none; width:95%; margin:0 auto; } 
		.company_type1 .ceo_area .ceo_tit { font-size:1.8em; text-align:center;}
		.company_type1 .ceo_area .ceo_txt{padding-top:10px;}

		.tbla tr th{width:30%; font-size:0.9em;}
		.tbla tr td{width:70%; font-size:0.9em;}

	}

	
	.history_type1 {width:100%; min-width:320px; max-width:1200px; margin:0 auto;}
	.history_type1 .innerBox{position:relative; width:100%; }
	.history_type1 .innerBox:after{content:'';display:block;clear:both;}
	.history_type1 h3 {text-align:center; padding-bottom:20px; font-size:2em; font-weight:100; color:#aaa;}
	.history_type1:first-child h3 { padding:0px 0 50px 0;}
	.history_type1 .history { position:relative; margin-bottom:100px;}
	.history_type1 .history:last-child{margin-bottom:0px;}
	.history_type1 .history:before { content:''; display:block; position:absolute; top:0; left:50%; width:1px; height:100%; background:#eee;} /* 라인색상 */
	.history_type1 .history .img_box {position:absolute; top:0; left:0; padding:0; margin:0; width:50%; text-align:left; }
	.history_type1 .history .img_box img { width:auto;}

	.history_type1 .history > div { position:relative; margin-left:50%; padding-left:90px; margin-bottom:45px; }
	.history_type1 .history > div:before { content:''; display:block; position:absolute; top:10px; left:-2px; width:5px; height:5px; border-radius:50%; background:#555;} /* 라인포인트색상 */
	.history_type1 .history > div .year { position:absolute; top:0; left:20px; font-size:1em; color:#555; padding:0 10px; margin-bottom:15px; display:inline-block; border:1px solid #ddd;}
	.history_type1 .history > div ul {padding:0; margin:0; }
	.history_type1 .history > div ul li { padding:0; margin:0;}
	.history_type1 .history > div ul li p {margin-top:0px; }
	.history_type1 .history > div ul li p strong { width:15%; display:inline-block; vertical-align:top; font-size:0.9em; text-align:center; }
	.history_type1 .history > div ul li p span {width:85%; display:inline-block; font-size:0.9em;  }

		
	@media screen and (max-width: 992px) {

		.daon_content_wrap{width:100%;}
		.daon_page_title{margin-bottom:40px;}
		.daon_page_title h1{font-size:2em;}
		.daon_page_title h2{font-size:1em;}

		.history_type1 .history .img_box { display:block; position:relative; top:0; left:0; width:100%; padding:0; margin-bottom:40px;}
		.history_type1 .history .img_box img { width:100%;}
		.history_type1 .history:before { left:20px; } /* 라인 */
		.history_type1 .history > div { margin-left:0; }
		.history_type1 .history > div:before {left:18px; }
		.history_type1 .history > div .year { top:0px; left:40px; font-size:0.9em;}
		.history_type1 .history > div ul li { font-size:0.9em;}

	}

	@media screen and (max-width: 480px) {
	
		.history_type1 .history > div {padding-left:40px;  }
		.history_type1 .history > div .year { position:relative; left:0; }
		.history_type1 .history > div ul li p strong { text-align:left; }

	}

	
	.vision_type4 {width:100%; min-width:320px;  margin:0 auto; }
	.vision_type4:after{content:""; clear:both; display:block;}
	.vision_type4 h2.title {text-align:center; font-size:2em; font-weight:400; color:#333; line-height:1.2em; margin-bottom:40px; }
	.vision_type4 h2.title i{color:#aaa;}

	.vision_type4 .vision_area4 { width:100%; padding:0;  text-align: center; margin-top:50px; overflow:hidden;}
	.vision_type4 .vision_area4::after {content:'';display:table; clear:both;}
    .vision_type4 .vision_area4 li {display:inline-block; padding:0; margin-left:-20px;}
    .vision_type4 .vision_area4 li:first-child {margin-left: 0;} 
    .vision_type4 .vision_area4 .i_box {position:relative; display:inline-block; padding-top:30%; width:15rem; height:15rem; text-align:center; background:rgba(43,129,208,0.9); border-radius:100%; box-sizing: border-box;}
    .vision_type4 .vision_area4 li:nth-child(2n) .i_box {background: rgba(137,137,137,0.65);}
	.vision_type4 .vision_area4 .i_box i {display: inline-block; padding:0; margin:0; font-size:3em; color:#fff;}
    .vision_type4 .vision_area4 .i_box strong {display:block; margin-top:10%; font-size:2em; color:#fff; font-weight:500; letter-spacing:-0.03em;}	

	.vision_type4 .con_bg{ width:100%; max-width:100%; margin:60px auto; background:#fcfcfc;}
    .vision_type4 .con_txt { width:100%; max-width:1200px; margin:60px auto; }
	.vision_type4 .con_txt:after{ content:""; display:block; clear:both;}
	.vision_type4 .con_box { float:left; width:49.5%; height:150px; ; margin:25px 0; text-align:left; overflow:hidden; border-right:1px solid #ddd; }
	.vision_type4 .con_box:nth-child(2n){border-right:0px;}
	.vision_type4 .con_box:after{ content:""; display:block; clear:both;}
	.vision_type4 .con_box .icon { float:left; width:15%; text-align:center; }
	.vision_type4 .con_box .icon i {width:50px; height:50px; line-height:50px; text-align:center; color:#8BCE7B; font-size:2em; }
	.vision_type4 .con_box .info { float:left; width:80%;}
	.vision_type4 .con_box .info .txt_tit { font-size:1.5em; }
	.vision_type4 .con_box .info .txt_list { font-size:1em; color:#777; line-height:1.6em; margin-top:20px; }


	@media screen and (max-width: 992px){

		.daon_content_wrap{width:100%;}
		.daon_page_title{margin-bottom:50px;}	
		.daon_page_title h1{font-size:2em;}
		.daon_page_title h2{font-size:1em;}

		.vision_type4 h2.title { font-size:1.5em; }
		.vision_type4 span.stitle{font-size:1em; width:90%;}

	}

	@media screen and (max-width: 768px){

		.vision_type4 .vision_area4 li {float:left; width:50%; padding:0; margin:0; margin-bottom:5%; }
		.vision_type4 .vision_area4 li:nth-child(even) {margin-left: 0;} 
		.vision_type4 .vision_area4 li:last-child {margin-bottom:0;}
		.vision_type4 .vision_area4 .i_box {  padding-top:25%; }
		.vision_type4 .vision_area4 .i_box strong { font-size:2em;}

		.vision_type4 .con_box { float:left; width:100%; height:auto; padding-bottom:50px; padding-left:0px;  border-bottom:1px solid #ddd; border-right:0px;}
		.vision_type4 .con_box:last-child { border-bottom:0;}
	
	}


	@media screen and (max-width: 480px) {		
		
		.vision_type4 h2.title br{ display:inline !important; }
		.vision_type4 .vision_area4 li { width:100%; }
		.vision_type4 .vision_area4 .i_box {padding-top:12%; width:12rem; height:12rem; }
		.vision_type4 .vision_area4 .i_box strong { font-size:1.5em;}

	}

	
	.business_type1 {width:100%; max-width:1200px; margin:0 auto; }
	.business_type1:after{content:""; display:block; clear:both;}
	.business_type1 .con_img {width:100%; }
	.business_type1 .con_img img {width:100%; height:auto; }
	.business_type1 .txt_area {width:100%; padding:0px; padding-bottom:50px; margin-top:0px; word-break: keep-all;}
	.business_type1 .txt_area:after{content:""; display:block; clear:both;}
	.business_type1 .txt_area .txt01 { position:relative; float:left; width:50%;  }
	.business_type1 .txt_area .txt01:after { position:absolute; left:5%; top:0;  content:""; display:inline-block; width:4px; height:100%; background:#222; }
	.business_type1 .txt_area .txt01 p { padding:0; margin:0; padding-left:10%; padding-right:20px;}
	.business_type1 .txt_area .txt01 span.tit { display:block; font-size:2.2em; color:#000; font-weight:700; line-height:1.2em; margin-bottom:20px; }
	.business_type1 .txt_area .txt01 span.txt { display:block; font-size:1.15em; color:#333; font-weight:400; }
	.business_type1 .txt_area .txt02 { float:left; width:50%; }
	.business_type1 .txt_area .txt02 ul {margin:0; padding:0;}
	.business_type1 .txt_area .txt02 ul li { position:relative; font-size:1em; color:#555; font-weight:400; line-height:1.4em; list-style:none; padding-left:3%; margin-bottom:10px; }
	.business_type1 .txt_area .txt02 ul li:before {position:absolute; top:8px; left:0; content:""; display:inline-block; width:4px; height:4px; background:#555; margin-right:10px;vertical-align:middle;}
	.business_type1 .business_info { width:100%; margin-bottom:50px;}
	.business_type1 .business_info:after { content:""; display:block; clear:both;}
	.business_type1 .business_info li {float:left; overflow:hidden; position:relative; width:25%; height:450px; text-align:center; box-sizing:border-box; border-right:1px solid #fff;}
	.business_type1 .business_info li:nth-child(1) {background:url('/0-chdedu/img/01031.jpg')no-repeat 50% 0;  background-size:cover;}
	.business_type1 .business_info li:nth-child(2) {background:url('/0-chdedu/img/01032.jpg')no-repeat 50% 0;  background-size:cover;}
	.business_type1 .business_info li:nth-child(3) {background:url('/0-chdedu/img/01033.jpg')no-repeat 50% 0;  background-size:cover;}
	.business_type1 .business_info li:nth-child(4) {background:url('/0-chdedu/img/01034.jpg')no-repeat 50% 0;  background-size:cover; border-right:0px;}
	.business_type1 .business_info li .summary {position:absolute; width:100%; height:100%; cursor:pointer; z-index:10; transition:all .5s ease; -moz-transition:all .5s ease; -ms-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease;}
	.business_type1 .business_info li .summary:after{ content:""; display:block; clear:both;}
	.business_type1 .business_info li .summary p.title {position:absolute; top:45%; width:100%;  color:#fff; font-size:1em; text-shadow: 0px 0px 2px #000; }
	.business_type1 .business_info li .summary p.title:after { display: block; content: ""; width:7%; height:1px; margin:10px auto; background: #eee; }
	.business_type1 .business_info li .summary span.txt { display:none; padding-right:20px; font-size:15px; line-height:30px; word-break: keep-all;}
	.business_type1 .business_info li .summary a { display:none; }
	.business_type1 .business_info li:hover .summary, .business_type1 .business_info li.on .summary { position:absolute; width:100%; height:100%; background:rgba(0,0,0,.7); }
	.business_type1 .business_info li:hover .summary p.title, .business_type1 .business_info li.on .summary p.title { display:block; top:10%; left:5%; margin-left:0; text-align:left; text-shadow:none; }
	.business_type1 .business_info li:hover .summary p.title:after, .business_type1 .business_info li.on .summary p.title:after { display: block; content: ""; width:90%; height:1px; margin:10px 0; background: #eee; text-align:left; }
	.business_type1 .business_info li:hover .summary span.txt, .business_type1 .business_info li.on .summary span.txt { position:absolute; display:inline-block; left:5%; top:25%; width:100%; color:#fff; font-size:0.95em; text-align:left;  }
	.business_type1 .business_info li:hover .summary a, .business_type1 .business_info li.on .summary a{position:absolute; display:inline-block; left:5%; bottom:5%; width:40%; height:40px; line-height:40px; font-size:1em; color:#fff;  text-decoration:none; background:rgba(0,0,0,0);  border:1px solid #fff;  margin:20px auto; transition: 0.5s all ease;   }
	.business_type1 .business_info li:hover .summary a:hover, .business_type1 .business_info li.on .summary a:hover{color:#000; background:#fff; border:1px solid #fff;}

		
	@media screen and (max-width:992px){
		
		.daon_content_wrap{width:100%;}
		.daon_page_title{margin-bottom:50px;}	
		.daon_page_title h1{font-size:2em;}
		.daon_page_title h2{font-size:1em;}
		.daon_s_tit{font-size:1.2em;}

		.business_type1 .txt_area .txt01 { width:100%; }
		.business_type1 .txt_area .txt02 { width:100%; margin-top:40px;}
		.business_type1 .txt_area .txt02 li {padding:0 5%;}
		.business_type1 .txt_area .txt02 ul li {padding-left:7%;}
		.business_type1 .txt_area .txt02 ul li:before { left:5%;  }

		.business_type1 .txt_area .txt01 span.tit  { display:inline-block; font-size:1.85em; }
		.business_type1 .txt_area .txt01 span.txt { display:inline-block; }
		.business_type1 .business_info li { width:50%; height:400px; border-top:1px solid #fff;}
		.business_type1 .business_info li:nth-child(2n){border-right:0px !important;}
		.business_type1 .business_info li:nth-child(3){border-top:1px solid #fff;}
		.business_type1 .business_info li:nth-child(4){border-top:1px solid #fff;}

	}

	@media screen and (max-width:480px){
.business_type1 .business_info li .summary p.title {font-weight:bold;font-size:1.5em;}
		.business_type1 .txt_area {width:100%; padding-top:20px; }
		.business_type1 .txt_area .txt02 ul li {padding-left:9%;}
		.business_type1 .business_info li { width:100%; height:350px;}
		.business_type1 .business_info li:hover .summary span.txt { top:30%;}

	}


/* business.css */

  
  .bsn_area_sec2 {
    padding: 100px 0;
    background: url(../../img/business/bns_area_bg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
  }
  
  .bsn_area_sec2 .tit_area.subpage * {
    text-align: center;
    color: rgba(255,255,255,0.8);

  }
  
  .bsn_area_sec2 .tit_area.subpage .desc {
    width: 70%;
  }
  
  .bsn_area_sec2  .tit-line{
    display: block;
    width: 40px;
    height: 2px;
    background-color:rgba(255,255,255,0.7);
    margin: 30px auto 0;
    
  }
  
  .bsn_area_sec3 .tit_area  {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

  }
  .bsn_area_sec3 .tit_area .tit_box {
    width: 40%;
    padding-right: 20px;
  }
  
  .bsn_area_sec3 .tit_area .desc {
    margin: 0;
    width: 60%;
  }
  
  .bsn_area_sec3 .bsn_img_area {
    margin-top: 70px;
  }
  
  .bsn_area_sec3 .bsn_img_area img {
    width: 100%;
  }
  
  .bsn_area_sec1 .inner {
    display: table;
  }
  
  .bsn_area_sec1 .sec1_content {
    display: flex;
    flex-wrap: wrap;
  }
  .bsn_area_sec1 .text_area {
    padding-right: 50px;
    width: 50%;
  }
  
  .bsn_area_sec1 .tit_area {
    padding-bottom: 30px;
    margin-bottom: 30px;
   
  }
  
  .bsn_area_sec1 .detail_box ul { 
    display: flex;
    flex-wrap: wrap;
    margin:0 -8px;
  }
  .bsn_area_sec1 .detail_box li {

    padding:0 8px;
    width: 50%;
  }

  .bsn_area_sec1 .detail_box li+li {
    border-left: 1px solid #ddd;
  }
  

  .bsn_area_sec1 .detail_box .icon {
    display: table-cell;
    width: 45px;
    height: 45px;
    background-image: url(../../img/business/bns_area_icon1.png) ;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: top center;
  }
  
  .bsn_area_sec1 .detail_box .icon2 {
    background-image: url(../../img/business/bns_area_icon2.png);
  }
  
  .bsn_area_sec1 .detail_box .detail_box_text {
    display: table-cell;
    padding-left: 20px;
  }
  
  .bsn_area_sec1 .detail_box .detail_box_text .tit {
    font-size: 18px;
    color: #00387D;
    line-height: 24px;
    letter-spacing: -0.2px;
    font-weight: 500;
  }
  
  .bsn_area_sec1 .detail_box .detail_box_text .desc {
    margin-top: 10px;
    color: #535353;
    font-size: 14px;
    line-height: 20px;
  }
  
  .bsn_area_sec1 .bsn_img_area {
    width: 50%;
  }
  
  .bsn_area_sec1 .bsn_img {
    width: 100%;
    overflow: hidden;
  }
  
  .bsn_area_sec1 .bsn_img img {
    width: 100%;
  }
  
  .bsn_info_sec2 {
    background: #f5f5f5;
  }
  
  .bsn_info_sec2 .tit_area.subpage * {
    text-align: center;
  }

  .bsn_info_sec2 .tit_area.subpage .main_tit {
    font-weight: 400;
  }
  
  .bsn_info_sec2 .tit_area.subpage .main_tit strong{
    font-weight: 700;
  }
  
  .bsn_info_sec2 .list_area {
    margin-top: 60px;
  }
  
  .bsn_info_sec2 .list_area li {
    float: left;
    width: 25%;
  }
  
  .bsn_info_sec2 .list_area li .icon {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background-size: 50px;
    /* background-color: #3a3838; */
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    border: 2px solid #fff;
  }

  .bsn_info_sec2 .list_area li:hover .icon{
    border-color: #00387D;
    transform: rotateY(
      180deg
      );
  } 

  
  .bsn_info_sec2 .list_area li.box1 .icon1 {
    background-image: url(../../img/business/bns_info_icon1.png);

  }
  
  .bsn_info_sec2 .list_area .box2 .icon2 {
    background-image: url(../../img/business/bns_info_icon2.png);
  }
  
  .bsn_info_sec2 .list_area .box3 .icon3 {
    background-image: url(../../img/business/bns_info_icon3.png);
  }
  
  .bsn_info_sec2 .list_area .box4 .icon4 {
    background-image: url(../../img/business/bns_info_icon4.png);
  }
  
  .bsn_info_sec2 .list_area li .tit {
    margin: 20px auto 10px;
    text-align: center;
    font-size: 18px;
  }
  
  .bsn_info_sec2 .list_area li .desc {
    padding: 0 15px;
    text-align: center;
    font-size: 14px;
    color: #888;
    line-height: 20px;
  }
  

  
  .bsn_info_sec3 .tit_area.subpage .main_tit {
    font-weight: 400;
  }
  
  .bsn_info_sec3 .tit_area.subpage .main_tit strong {
    font-weight: 700;
  }
  
  .bsn_info_sec3 .list_area {
    margin-top: 60px;
  }

  .bsn_info_sec3 .list_area ul {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    margin:0 -8px;
  }
  
  .bsn_info_sec3 .list_area li {
    width: 50%;
    padding:0 8px;
  }
  
  
  .bsn_info_sec3 .list_area .list_item {
    width: 100%;
  }
  
  .bsn_info_sec3 .list_area .list_item img {
    width: 100%;
  }
  
  .bsn_info_sec3 .list_area .text {
    margin-top: 26px;
    display: flex;
  }
  
  .bsn_info_sec3 .list_area .text .num {

    width: 45px;
    font-size: 30px;
    color: #353535;
    line-height: 35px;
    margin-right: 16px;
    letter-spacing: -3px;
    font-weight: 700;
  }
  
  .bsn_info_sec3 .list_area .text .con {
  }
  
  .bsn_info_sec3 .list_area .text .con .tit {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.6px;
    line-height: 22px;
  }
  
  .bsn_info_sec3 .list_area .text .con .desc {
    margin-top: 10px;
    padding-right: 15px;
    font-size: 14px;
    color: #777;
    line-height: 20px;
  }
  
  @media screen and (max-width: 1199px) {
  
    .bsn_area_sec2 {
      padding: 70px 0;
    }
    .bsn_area_sec3 .tit_area .tit_box {
      width: 42%;
    }
    .bsn_area_sec3 .tit_area .desc {
      margin: 43px auto 0;
      width: 55%;
    }
    .bsn_area_sec1 .detail_box .detail_box_text .tit {
      font-size: 15px;
    }
    .bsn_area_sec1 .detail_box .detail_box_text .desc {
      font-size: 13px;
    }
    .bsn_info_sec2 .list_area {
      margin-top: 50px;
    }
    .bsn_info_sec2 .list_area li .icon {
      width: 90px;
      height: 90px;
      background-size: 35px auto;
    }
    .bsn_info_sec2 .list_area li .tit {
      font-size: 16px;
    }
    .bsn_info_sec2 .list_area li .desc {
      font-size: 13px;
    }
    .bsn_info_sec3 .list_area {
      margin-top: 50px;
    }
    .bsn_info_sec3 .list_area .text .num {
      width: 40px;
      font-size: 24px;
      line-height: 30px;
    }
    .bsn_info_sec3 .list_area .text .con .tit {
      font-size: 16px;
    }
    .bsn_info_sec3 .list_area .text .con .desc {
      font-size: 13px;
      line-height: 18px;
    }
  }
  
  @media screen and (max-width: 1024px) {

    .bsn_area_sec1 .inner {
      display: block;
    }
    .bsn_area_sec1 .text_area {
      display: block;
      padding-right: 0;
      width: 100%;
    }
    .bsn_area_sec1 .detail_box .icon {
      width: 40px;
      height: 40px;
      background-size: 30px auto;
    }
    .bsn_area_sec1 .detail_box .detail_box_text {
      padding-left: 10px;
    }
    .bsn_area_sec1 .detail_box .detail_box_text .desc {
      margin-top: 10px;
    }
    .bsn_area_sec1 .bsn_img_area {
      display: block;
      padding-top: 50px;
      width: 100%;
    }
    .bsn_info_sec3 .list_area li {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 24px;
    }
    .bsn_info_sec3 .list_area li:last-child {
      margin-bottom: 0;
    }

    .bsn_info_sec3 .list_area .list_item {
      width: 50%;
    }
    .bsn_info_sec3 .list_area .text {
      margin-top: 0;
      padding: 0 10px;
      width: 50%;
      vertical-align: middle;
    }
  }
  
  @media screen and (max-width: 767px) {

    .bsn_area_sec2 {
      padding: 60px 0;
    }
    .bsn_area_sec2 .tit_area.subpage .desc {
      width: 90%;
    }
    .bsn_area_sec3 .tit_area .tit_box {
      float: none;
      width: 100%;
    }
    .bsn_area_sec3 .tit_area .desc {
      float: none;
      margin: 30px auto 0;
      width: 100%;
    }
    .bsn_area_sec3 .bsn_img_area {
      margin-top: 50px;
    }
    .bsn_info_sec2 .list_area li {
      width: 50%;
      margin-bottom: 30px;
    }
  }
  
  @media screen and (max-width: 600px) {
    .bsn_info_sec3 .list_area li {
      width: 100%;
      display: block;
    }
    .bsn_info_sec3 .list_area .list_item {
      display: block;
      width: 100%;
    }
    .bsn_info_sec3 .list_area .text {
      padding: 20px 0 0;
      width: 100%;
    }
  }
  
  @media screen and (max-width: 480px) {


    .bsn_area_sec1 .tit_area {
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #ddd;
    }
    .bsn_area_sec1 .detail_box li {
      padding: 0;
      width: 100%;
      margin-bottom: 20px;
    }

    .bsn_area_sec1 .detail_box li+li {
      border-left: 0;
    }

    .bsn_area_sec1 .detail_box .icon {
      width: 30px;
      height: 30px;
      background-size: 28px;
    }

    .bsn_area_sec1 .bsn_img_area {
      padding-top: 30px;
    }

    .bsn_area_sec2 {
      padding: 50px 0;
    }
    .bsn_area_sec2 .tit_area.subpage .desc {
      width: 100%;
    }
    
    .bsn_area_sec3 .tit_area .desc {
      margin: 30px auto 0;
    }
    .bsn_area_sec3 .bsn_img_area {
      margin-top: 40px;
      height: 200px;
    }
    .bsn_area_sec3 .bsn_img {
      width: 100%;
      height: 100%;
      overflow: hidden;
    }
    .bsn_area_sec3 .bsn_img_area img {
      width: auto;
      height: 100%;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
    }
  
    .bsn_info_sec2 .list_area li {
      width: 100%;
      margin-bottom: 40px;
    }
    .bsn_info_sec2 .list_area li .icon {
      width: 80px;
      height: 80px;
      background-size: 30px auto;
    }
    .bsn_info_sec2 .list_area li .tit {
      font-size: 14px;
    }
    .bsn_info_sec2 .list_area li .desc {
      margin: 0 auto;
      max-width: 350px;
      font-size: 12px;
      line-height: 18px;
    }
    .bsn_info_sec3 .tit_area.subpage .main_tit br {
      display: none;
    }
    .bsn_info_sec3 .list_area .text .num {
      width: 30px;
      font-size: 20px;
      line-height: 24px;
    }
    .bsn_info_sec3 .list_area .text .con .tit {
      font-size: 15px;
    }

  }
  
  /*# sourceMappingURL=widget.css.map */
  



  /*  사업안내  */  

/* section1 */
.bsn_info_sec1 .bnsi_sec1 .bnsi_sec1_bg {position: relative; height: 480px; background-image: url(../../img/business/bsn_info_1.jpg); background-repeat: no-repeat; background-position: center;    background-size: cover;}
.bsn_info_sec1 .bnsi_sec1 .bnsi_sec1_txt {position: absolute; top: 0; left: 0;  height: 100%; width: 50%; max-width: 600px;       padding: 70px 50px 50px 100px;     background-color: rgba(0, 56, 125, 0.8);}
.bsn_info_sec1 .bnsi_sec1 .bnsi_sec1_txt:after {content: ''; display: block; position: absolute; width: 70px; height: 1px;  top: 100px; left: 0; background: #fff;}

.bnsi_sec1 .tit_area.subpage .sub_tit {
  color: rgba(255,255,255,0.5);
}

.bnsi_sec1 .tit_area.subpage .main_tit{
  color:#fff;
}
.bnsi_sec1 .tit_area.subpage .desc {
  color: rgba(255,255,255,0.7);
}





 @media screen and (max-width:1199px) {
	.bsn_info_sec1 .bnsi_sec1 .bnsi_sec1_txt {  width: 55%;  padding: 40px 40px 50px 50px;}
  .bsn_info_sec1 .bnsi_sec1 .bnsi_sec1_txt:after {width: 30px; top: 60px;}

}

@media screen and (max-width:768px) {
  .sub_sec.bsn_info_sec1 {padding-bottom: 0;}
  .bnsi_sec1 {margin: 0 -15px;}
	.bsn_info_sec1 .bnsi_sec1 .bnsi_sec1_txt{width: 100%;
    max-width: 100%; position: relative;}
    .bsn_info_sec1 .bnsi_sec1 .bnsi_sec1_bg {height: 100%;}

}

@media screen and (max-width:600px) {
	.bsn_info_sec1 .bnsi_sec1 .bnsi_sec1_txt:after {top: 55px;}

  /* business.css */
  .bsn_area_sec2 {
    padding: 100px 0;
    background: url(../../img/business/bns_area_bg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
  }
  
  .bsn_area_sec2 .tit_area.subpage * {
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
  }
  
  .bsn_area_sec2 .tit_area.subpage .desc {
    width: 70%;
  }
  
  .bsn_area_sec2 .tit-line {
    display: block;
    width: 40px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.7);
    margin: 30px auto 0;
  }
  
  .bsn_area_sec3 .tit_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .bsn_area_sec3 .tit_area .tit_box {
    width: 40%;
    padding-right: 20px;
  }
  
  .bsn_area_sec3 .tit_area .desc {
    margin: 0;
    width: 60%;
  }
  
  .bsn_area_sec3 .bsn_img_area {
    margin-top: 70px;
  }
  
  .bsn_area_sec3 .bsn_img_area img {
    width: 100%;
  }
  
  .bsn_area_sec1 .inner {
    display: table;
  }
  
  .bsn_area_sec1 .sec1_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
  .bsn_area_sec1 .text_area {
    padding-right: 50px;
    width: 50%;
  }
  
  .bsn_area_sec1 .tit_area {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  
  .bsn_area_sec1 .detail_box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -8px;
  }
  
  .bsn_area_sec1 .detail_box li {
    padding: 0 8px;
    width: 50%;
  }
  
  .bsn_area_sec1 .detail_box li + li {
    border-left: 1px solid #ddd;
  }
  
  .bsn_area_sec1 .detail_box .icon {
    display: table-cell;
    width: 45px;
    height: 45px;
    background-image: url(../../img/business/bns_area_icon1.png);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: top center;
  }
  
  .bsn_area_sec1 .detail_box .icon2 {
    background-image: url(../../img/business/bns_area_icon2.png);
  }
  
  .bsn_area_sec1 .detail_box .detail_box_text {
    display: table-cell;
    padding-left: 20px;
  }
  
  .bsn_area_sec1 .detail_box .detail_box_text .tit {
    font-size: 18px;
    color: #00387D;
    line-height: 24px;
    letter-spacing: -0.2px;
    font-weight: 500;
  }
  
  .bsn_area_sec1 .detail_box .detail_box_text .desc {
    margin-top: 10px;
    color: #535353;
    font-size: 14px;
    line-height: 20px;
  }
  
  .bsn_area_sec1 .bsn_img_area {
    width: 50%;
  }
  
  .bsn_area_sec1 .bsn_img {
    width: 100%;
    overflow: hidden;
  }
  
  .bsn_area_sec1 .bsn_img img {
    width: 100%;
  }
  
  .bsn_info_sec2 {
    background: #f5f5f5;
  }
  
  .bsn_info_sec2 .tit_area.subpage * {
    text-align: center;
  }
  
  .bsn_info_sec2 .tit_area.subpage .main_tit {
    font-weight: 400;
  }
  
  .bsn_info_sec2 .tit_area.subpage .main_tit strong {
    font-weight: 700;
  }
  
  .bsn_info_sec2 .list_area {
    margin-top: 60px;
  }
  
  .bsn_info_sec2 .list_area li {
    float: left;
    width: 25%;
  }
  
  .bsn_info_sec2 .list_area li .icon {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background-size: 50px;
    /* background-color: #3a3838; */
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    border: 2px solid #fff;
  }
  
  .bsn_info_sec2 .list_area li:hover .icon {
    border-color: #00387D;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  
  .bsn_info_sec2 .list_area li.box1 .icon1 {
    background-image: url(../../img/business/bns_info_icon1.png);
  }
  
  .bsn_info_sec2 .list_area .box2 .icon2 {
    background-image: url(../../img/business/bns_info_icon2.png);
  }
  
  .bsn_info_sec2 .list_area .box3 .icon3 {
    background-image: url(../../img/business/bns_info_icon3.png);
  }
  
  .bsn_info_sec2 .list_area .box4 .icon4 {
    background-image: url(../../img/business/bns_info_icon4.png);
  }
  
  .bsn_info_sec2 .list_area li .tit {
    margin: 20px auto 10px;
    text-align: center;
    font-size: 18px;
  }
  
  .bsn_info_sec2 .list_area li .desc {
    padding: 0 15px;
    text-align: center;
    font-size: 14px;
    color: #888;
    line-height: 20px;
  }
  
  .bsn_info_sec3 .tit_area.subpage .main_tit {
    font-weight: 400;
  }
  
  .bsn_info_sec3 .tit_area.subpage .main_tit strong {
    font-weight: 700;
  }
  
  .bsn_info_sec3 .list_area {
    margin-top: 60px;
  }
  
  .bsn_info_sec3 .list_area ul {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -8px;
  }
  
  .bsn_info_sec3 .list_area li {
    width: 33.3333%;
    padding: 0 8px;
  }
  
  .bsn_info_sec3 .list_area .list_item {
    width: 100%;
  }
  
  .bsn_info_sec3 .list_area .list_item img {
    width: 100%;
  }
  
  .bsn_info_sec3 .list_area .text {
    margin-top: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .bsn_info_sec3 .list_area .text .num {
    width: 45px;
    font-size: 30px;
    color: #353535;
    line-height: 35px;
    margin-right: 16px;
    letter-spacing: -3px;
    font-weight: 700;
  }
  
  .bsn_info_sec3 .list_area .text .con .tit {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.6px;
    line-height: 22px;
  }
  
  .bsn_info_sec3 .list_area .text .con .desc {
    margin-top: 10px;
    padding-right: 15px;
    font-size: 14px;
    color: #777;
    line-height: 20px;
  }
  
  @media screen and (max-width: 1199px) {
    .bsn_area_sec2 {
      padding: 70px 0;
    }
    .bsn_area_sec3 .tit_area .tit_box {
      width: 42%;
    }
    .bsn_area_sec3 .tit_area .desc {
      margin: 43px auto 0;
      width: 55%;
    }
    .bsn_area_sec1 .detail_box .detail_box_text .tit {
      font-size: 15px;
    }
    .bsn_area_sec1 .detail_box .detail_box_text .desc {
      font-size: 13px;
    }
    .bsn_info_sec2 .list_area {
      margin-top: 50px;
    }
    .bsn_info_sec2 .list_area li .icon {
      width: 90px;
      height: 90px;
      background-size: 35px auto;
    }
    .bsn_info_sec2 .list_area li .tit {
      font-size: 16px;
    }
    .bsn_info_sec2 .list_area li .desc {
      font-size: 13px;
    }
    .bsn_info_sec3 .list_area {
      margin-top: 50px;
    }
    .bsn_info_sec3 .list_area .text .num {
      width: 40px;
      font-size: 24px;
      line-height: 30px;
    }
    .bsn_info_sec3 .list_area .text .con .tit {
      font-size: 16px;
    }
    .bsn_info_sec3 .list_area .text .con .desc {
      font-size: 13px;
      line-height: 18px;
    }
  }
  
  @media screen and (max-width: 1024px) {
    .bsn_area_sec1 .inner {
      display: block;
    }
    .bsn_area_sec1 .text_area {
      display: block;
      padding-right: 0;
      width: 100%;
    }
    .bsn_area_sec1 .detail_box .icon {
      width: 40px;
      height: 40px;
      background-size: 30px auto;
    }
    .bsn_area_sec1 .detail_box .detail_box_text {
      padding-left: 10px;
    }
    .bsn_area_sec1 .detail_box .detail_box_text .desc {
      margin-top: 10px;
    }
    .bsn_area_sec1 .bsn_img_area {
      display: block;
      padding-top: 50px;
      width: 100%;
    }
    .bsn_info_sec3 .list_area li {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 24px;
    }
    .bsn_info_sec3 .list_area li:last-child {
      margin-bottom: 0;
    }
    .bsn_info_sec3 .list_area .list_item {
      width: 50%;
    }
    .bsn_info_sec3 .list_area .text {
      margin-top: 0;
      padding: 0 10px;
      width: 50%;
      vertical-align: middle;
    }
  }
  
  @media screen and (max-width: 767px) {
    .bsn_area_sec2 {
      padding: 60px 0;
    }
    .bsn_area_sec2 .tit_area.subpage .desc {
      width: 90%;
    }
    .bsn_area_sec3 .tit_area .tit_box {
      float: none;
      width: 100%;
    }
    .bsn_area_sec3 .tit_area .desc {
      float: none;
      margin: 30px auto 0;
      width: 100%;
    }
    .bsn_area_sec3 .bsn_img_area {
      margin-top: 50px;
    }
    .bsn_info_sec2 .list_area li {
      width: 50%;
      margin-bottom: 30px;
    }
  }
  
  @media screen and (max-width: 600px) {
    .bsn_info_sec3 .list_area li {
      width: 100%;
      display: block;
    }
    .bsn_info_sec3 .list_area .list_item {
      display: block;
      width: 100%;
    }
    .bsn_info_sec3 .list_area .text {
      padding: 20px 0 0;
      width: 100%;
    }
  }
  
  @media screen and (max-width: 480px) {
    .bsn_area_sec1 .tit_area {
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #ddd;
    }
    .bsn_area_sec1 .detail_box li {
      padding: 0;
      width: 100%;
      margin-bottom: 20px;
    }
    .bsn_area_sec1 .detail_box li + li {
      border-left: 0;
    }
    .bsn_area_sec1 .detail_box .icon {
      width: 30px;
      height: 30px;
      background-size: 28px;
    }
    .bsn_area_sec1 .bsn_img_area {
      padding-top: 30px;
    }
    .bsn_area_sec2 {
      padding: 50px 0;
    }
    .bsn_area_sec2 .tit_area.subpage .desc {
      width: 100%;
    }
    .bsn_area_sec3 .tit_area .desc {
      margin: 30px auto 0;
    }
    .bsn_area_sec3 .bsn_img_area {
      margin-top: 40px;
      height: 200px;
    }
    .bsn_area_sec3 .bsn_img {
      width: 100%;
      height: 100%;
      overflow: hidden;
    }
    .bsn_area_sec3 .bsn_img_area img {
      width: auto;
      height: 100%;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
    }
    .bsn_info_sec2 .list_area li {
      width: 100%;
      margin-bottom: 40px;
    }
    .bsn_info_sec2 .list_area li .icon {
      width: 80px;
      height: 80px;
      background-size: 30px auto;
    }
    .bsn_info_sec2 .list_area li .tit {
      font-size: 14px;
    }
    .bsn_info_sec2 .list_area li .desc {
      margin: 0 auto;
      max-width: 350px;
      font-size: 12px;
      line-height: 18px;
    }
    .bsn_info_sec3 .tit_area.subpage .main_tit br {
      display: none;
    }
    .bsn_info_sec3 .list_area .text .num {
      width: 30px;
      font-size: 20px;
      line-height: 24px;
    }
    .bsn_info_sec3 .list_area .text .con .tit {
      font-size: 15px;
    }
  }
  
  /*# sourceMappingURL=widget.css.map */
  /*  사업안내  */
  /* section1 */
  .bsn_info_sec1 .bnsi_sec1 .bnsi_sec1_bg {
    position: relative;
    height: 480px;
    background-image: url(../../img/business/bsn_info_1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  
  .bsn_info_sec1 .bnsi_sec1 .bnsi_sec1_txt {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    max-width: 600px;
    padding: 70px 50px 50px 100px;
    background-color: rgba(0, 56, 125, 0.8);
  }
  
  .bsn_info_sec1 .bnsi_sec1 .bnsi_sec1_txt:after {
    content: '';
    display: block;
    position: absolute;
    width: 70px;
    height: 1px;
    top: 100px;
    left: 0;
    background: #fff;
  }
  
  .bnsi_sec1 .tit_area.subpage .sub_tit {
    color: rgba(255, 255, 255, 0.5);
  }
  
  .bnsi_sec1 .tit_area.subpage .main_tit {
    color: #fff;
  }
  
  .bnsi_sec1 .tit_area.subpage .desc {
    color: rgba(255, 255, 255, 0.7);
  }
  
  @media screen and (max-width: 1199px) {
    .bsn_info_sec1 .bnsi_sec1 .bnsi_sec1_txt {
      width: 55%;
      padding: 40px 40px 50px 50px;
    }
    .bsn_info_sec1 .bnsi_sec1 .bnsi_sec1_txt:after {
      width: 30px;
      top: 60px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .sub_sec.bsn_info_sec1 {
      padding-bottom: 0;
    }
    .bnsi_sec1 {
      margin: 0 -15px;
    }
    .bsn_info_sec1 .bnsi_sec1 .bnsi_sec1_txt {
      width: 100%;
      max-width: 100%;
      position: relative;
    }
    .bsn_info_sec1 .bnsi_sec1 .bnsi_sec1_bg {
      height: 100%;
    }
  }
  
  @media screen and (max-width: 600px) {
    .bsn_info_sec1 .bnsi_sec1 .bnsi_sec1_txt:after {
      top: 55px;
    }
  }

  

}



	.fc_ver2_pointer {color:#C53428; }

	.daon_ver2_page_title{width:100%; text-align:center; margin-bottom:70px;}
	.daon_ver2_page_title h1{width:100%; font-size:2.5em; font-weight:600;}
	.daon_ver2_page_title h1:after {content:""; clear:both; display:block; width:30px; margin:10px auto; border:1px solid #000;}
	.daon_ver2_page_title h2{width:100%; font-size:1.2em; color:#666; margin-top:20px; }
	.ver2_pc_only {display:block;}

	.daon_ver2_sub_type20 {width:100%; }
	.daon_ver2_sub_type20:after{ content:""; display:block; clear:both;}	
	.daon_ver2_sub_type20 .busi_top { width:100%;  margin:0 auto; }
	.daon_ver2_sub_type20 .busi_top:after{ content:""; display:block; clear:both;}
	.daon_ver2_sub_type20 .busi_top .img_box {position:relative; width:100%; height:400px; background:url('http://211.234.100.234/0-chdedu/theme/ak/img/company_04_back.jpg') no-repeat 50% 10%; background-size:cover; }
	.daon_ver2_sub_type20 .busi_top .img_blind {position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.3); }
	.daon_ver2_sub_type20 .busi_top .img_txts {position:relative; width:100%; padding-left:80px; top:calc(25% - 60px); margin:0 auto; }  
	.daon_ver2_sub_type20 .busi_top .img_txts h2.tit { display:block; font-size:2.5em; font-weight:700; color:#fff; line-height:1.2em; letter-spacing:-0.05em; word-break:keep-all; transition: 0.3s all ease;}
	.daon_ver2_sub_type20 .busi_top .img_txts p {display:block; margin-top:15px; font-size:1.1em; color:rgba(255,255,255,.8); line-height:1.6em; word-break:keep-all; transition: 0.3s all ease;}
	.daon_ver2_sub_type20 .busi_top .txt_box { width:100%; margin:0 auto; }
	.daon_ver2_sub_type20 .busi_top .txt_box ul {width:100%; margin:0; padding:0; overflow:hidden; border-right:1px solid #ddd; }
	.daon_ver2_sub_type20 .busi_top .txt_box ul li {float:left; width:50%; height:210px; padding:20px 40px; border-left:1px solid #ddd; border-bottom:1px solid #ddd; box-sizing:border-box; transition: 0.3s all ease;}
	.daon_ver2_sub_type20 .busi_top .txt_box ul li:last-child{ box-sizing:border-box;}
	.daon_ver2_sub_type20 .busi_top .txt_box ul li em { display:inline-block; padding:4px 15px; font-size:1em; font-style:normal; color:#b18373; border:1px solid #b18373; border-radius:50px;}
	.daon_ver2_sub_type20 .busi_top .txt_box ul li p { display:block; font-size:1.5em; color:#000; line-height:1.4em; margin:15px 0 20px 0;}
	.daon_ver2_sub_type20 .busi_top .txt_box ul li span { display:block; min-height:100px; font-size:1em; color:#777;}
	.daon_ver2_sub_type20 .busi_cont1 {width:100%; margin-top:80px;}
	.daon_ver2_sub_type20 .busi_cont1:after{ content:""; display:block; clear:both;}
	.daon_ver2_sub_type20 .busi_cont1 h3.con_tit {display:block; text-align:center; font-size:2.5em; font-weight:700; line-height:1em; }
	.daon_ver2_sub_type20 .busi_cont1 h3.con_tit p {display:block; font-size:1em; }
	.daon_ver2_sub_type20 .busi_cont1 .con_box {width:100%;  margin:40px auto 0; }
	.daon_ver2_sub_type20 .busi_cont1 .con_box:after {content:""; display:block; clear:both;}
	.daon_ver2_sub_type20 .busi_cont1 .con_box ul {width:100%; margin:0; padding:0; }
	.daon_ver2_sub_type20 .busi_cont1 .con_box ul li {float:left; width:48%; margin-bottom:40px; transition: 0.3s all ease; }
	.daon_ver2_sub_type20 .busi_cont1 .con_box ul li:nth-child(even) {float:right; }
	.daon_ver2_sub_type20 .busi_cont1 .con_box ul li dl { width:100%; margin:0; padding:0; font-size:0; *display:inline;*zoom:1; vertical-align:top; }
	.daon_ver2_sub_type20 .busi_cont1 .con_box ul li dl dt { display:inline-block; vertical-align:middle; width:20.5%; font-size:14px; font-weight:700; }
	.daon_ver2_sub_type20 .busi_cont1 .con_box ul li dl dt img {max-width:90%; }
	.daon_ver2_sub_type20 .busi_cont1 .con_box ul li dl dd { display:inline-block; vertical-align:middle; width:79.5%;   }
	.daon_ver2_sub_type20 .busi_cont1 .con_box ul li dl dd strong {display:block; font-size:1.25em; font-weight:700; padding:0 20px 15px 20px; border-bottom:1px solid #666;}
	.daon_ver2_sub_type20 .busi_cont1 .con_box ul li dl dd p {padding:15px 20px 0 20px; font-size:1em; color:#777; word-break:keep-all; }
	.daon_ver2_sub_type20 .busi_cont1 .con_box ul li dl dd p:first-child {margin-top:0; }

	@media all and (max-width:1200px){		
		.daon_ver2_sub_type20 .busi_top .txt_box ul li { width:100%; padding:20px 20px;}
		.daon_ver2_sub_type20 .busi_top .txt_box ul li span {min-height:auto; margin-bottom:15px;}
	}

	@media all and (max-width:992px){		
		.daon_ver2_page_title{margin-bottom:50px;}	
		.daon_ver2_page_title h1{font-size:1.85em;}
		.daon_ver2_page_title h2{font-size:1em;}
		.daon_s_tit{font-size:1.2em;}	

		.daon_ver2_sub_type20 .busi_top .img_txts { padding:0 25px; text-align:center;  top:calc(30% - 40px); }
		.daon_ver2_sub_type20 .busi_top .img_txts h2.tit {font-size:2em; }
		.daon_ver2_sub_type20 .busi_top .img_txts p {font-size:1em; }
		.daon_ver2_sub_type20 .busi_cont1 {padding:0 4%;}
		.daon_ver2_sub_type20 .busi_cont1 h3.con_tit { font-size:1.85em; }
		.daon_ver2_sub_type20 .busi_cont1 .con_box ul li {width:100%; }
		.daon_ver2_sub_type20 .busi_cont1 .con_box ul li dl dt { vertical-align:top; }
		.daon_ver2_sub_type20 .busi_cont1 .con_box ul li dl dd { vertical-align:top; }
	}

	@media all and (max-width:480px){
		.ver2_pc_only {display:none;}
		
		.daon_ver2_sub_type20 .busi_top .img_txts h2.tit {font-size:1.5em; }
		.daon_ver2_sub_type20 .busi_top .img_txts p {font-size:0.85em; }
		.daon_ver2_sub_type20 .busi_cont1 .con_box ul li dl{border-bottom:1px solid #666; padding-bottom:40px;}
		.daon_ver2_sub_type20 .busi_cont1 .con_box ul li dl dt {width:100%; text-align:center;}
		.daon_ver2_sub_type20 .busi_cont1 .con_box ul li dl dd { width:100%; margin-top:30px; text-align:center; }
		.daon_ver2_sub_type20 .busi_cont1 .con_box ul li dl dd strong {padding-bottom:0; border-bottom:0; }
	}