/* 인사말 */

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: 28px;
    line-height: 46px;
    font-family: 'NanumSquare';
    margin-left: 161px;
    color: #000;
    margin-top: 0px;
	font-weight:bold;
	margin-top:-200px;
}

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: 32px;
    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;
	padding-top:4px;
}

/* 회사소개 마감 */
/* 오시는 길 */
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: 170px;
        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 {
        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%;
    }
    /* 오시는 길 마감  */


}

.daon_ver2_sub_type7 {width:100%;}
	.daon_ver2_sub_type7:after{ content:""; display:block; clear:both;}
	.daon_ver2_sub_type7 .step_top {position:relative; width:100%; margin-top:50px; transition: 0.3s all ease;}
	.daon_ver2_sub_type7 .step_top:after{ content:""; display:block; clear:both;}
	.daon_ver2_sub_type7 .step_top .img_box { width:100%; }
	.daon_ver2_sub_type7 .step_top .img_box img {max-width:100%; display: block; margin: 0 auto;}
	.daon_ver2_sub_type7 .step_top .txt_box { position:relative; width:100%; padding:40px; background-color:#247BCB; text-align:center;} 
	.daon_ver2_sub_type7 .step_top .txt_box h2.tit { display:block; font-size:2em; font-weight:700; color:#fff; line-height:1.4em; letter-spacing:-0.05em; word-break:keep-all; }
	.daon_ver2_sub_type7 .step_top .txt_box div.txts {width:100%; margin-top:20px; }
	.daon_ver2_sub_type7 .step_top .txt_box div.txts p {display:block; margin-bottom:10px; font-size:1.1em; color:#cfdee9; line-height:1.6em; word-break:keep-all; }
	.daon_ver2_sub_type7 .step_top .txt_box .con_box {width:100%; margin-top:30px;}
	.daon_ver2_sub_type7 .step_top .txt_box .con_box:after {content:""; display:block; clear:both;}
	.daon_ver2_sub_type7 .step_top .txt_box .con_box ul {width:100%; margin:0; padding:0; }
	.daon_ver2_sub_type7 .step_top .txt_box .con_box ul li {float:left; width:33.33333%; min-height:260px; text-align:center; padding:25px; border-left:1px solid rgba(255,255,255,0.2); box-sizing:border-box; transition: 0.3s all ease;}
	.daon_ver2_sub_type7 .step_top .txt_box .con_box ul li:first-child {border-left:0; }
	.daon_ver2_sub_type7 .step_top .txt_box .con_box ul li:last-child {margin-right:0; }
	.daon_ver2_sub_type7 .step_top .txt_box .con_box ul li dl.box { width:100%; margin:0; padding:0; transition: 0.3s all ease;}
	.daon_ver2_sub_type7 .step_top .txt_box .con_box ul li dl.box dt { width:100%; }
	.daon_ver2_sub_type7 .step_top .txt_box .con_box ul li dl.box dt img { max-width:100%; overflow:hidden;}
	.daon_ver2_sub_type7 .step_top .txt_box .con_box ul li dl.box dd { width:100%; margin-top:20px; }
	.daon_ver2_sub_type7 .step_top .txt_box .con_box ul li dl.box dd strong {display:block; font-size:1.25em; font-weight:700; line-height:1.2em; color:#fff; }
	.daon_ver2_sub_type7 .step_top .txt_box .con_box ul li dl.box dd p {margin-top:15px; font-size:1em; color:#cfdee9;  line-height:1.4em; }
	.daon_ver2_sub_type7 .step_box { width:100%; margin-top:50px;  transition: 0.3s all ease; }
	.daon_ver2_sub_type7 .step_box:after{content:""; display:block; clear:both;}
	.daon_ver2_sub_type7 .step_box ul { width:100%; margin:0; padding:0;} 
	.daon_ver2_sub_type7 .step_box ul li {display:table; position:relative; float:left; text-align:center; width:30%; min-height:240px; padding:0; margin-right:5%; margin-bottom:40px; background-color:#fff; border:1px solid #dfdfdf; transition: 0.5s all ease; }
	.daon_ver2_sub_type7 .step_box ul li:after { content: ""; position: absolute; width:30px; height:30px; top:50%; right:0; margin-top:-15px; margin-right:-12%; background:url('http://211.234.100.234/0-aonec/theme/theme07/image/step_arrow_right.png')no-repeat;}
	.daon_ver2_sub_type7 .step_box ul li:nth-child(3n) { margin-right:0;}
	.daon_ver2_sub_type7 .step_box ul li:nth-child(3n):after {display:none}
	.daon_ver2_sub_type7 .step_box ul li div {	display:table-cell; vertical-align:top; text-align:left; height:295px;}
	.daon_ver2_sub_type7 .step_box ul li div strong {position:relative; display:block; padding:20px; font-size:1.25em; color:#fff; background-color:#5f6674; overflow:hidden;}
	.daon_ver2_sub_type7 .step_box ul li div strong em { position:absolute; top:30px; right:5px; font-size:4em; color:rgba(255,255,255,.1); font-weight:700; letter-spacing:-0.05em; z-index:1;}
	.daon_ver2_sub_type7 .step_box ul li div dl {width:100%;  padding:20px; }
	.daon_ver2_sub_type7 .step_box ul li div dl dd { position:relative; display:block; padding-left:10px; margin-top:10px; line-height:1.4em; font-size:0.9em; color:#666; word-break:keep-all;}
	.daon_ver2_sub_type7 .step_box ul li div dl dd:before { content: ''; position: absolute; left: 0; top: 11px; width: 3px; height: 3px; background-color:#017ece; border-radius: 50%;}
	.daon_ver2_sub_type7 .step_box ul li div dl dd:first-child {margin-top:0;}

	@media all and (max-width:1024px){
		.daon_ver2_sub_type7 .step_box ul li { width:46%; margin-right:4%; }
		.daon_ver2_sub_type7 .step_box ul li:after { margin-right:-12%;}
		.daon_ver2_sub_type7 .step_box ul li:nth-child(even) {float:right; margin-right:0;}
		.daon_ver2_sub_type7 .step_box ul li:nth-child(even):after {display:none;}
		.daon_ver2_sub_type7 .step_box ul li:nth-child(3n):after {display:block;}
		.daon_ver2_sub_type7 .step_box ul li:last-child:after {display:none;}
		.daon_ver2_sub_type7 .step_box ul li div strong em {font-size:3em;}
	}

	@media screen and (max-width: 768px){
		.daon_ver2_page_title{margin-bottom:40px;}
		.daon_ver2_page_title h1{font-size:1.85em;}
		.daon_ver2_page_title h2{font-size:1em;}

		.daon_ver2_sub_type7 .step_top {padding:0; border:0;}
		.daon_ver2_sub_type7 .step_top .txt_box {position:static; width:100%; text-align:center; background-color:rgba(36,123,203,1);}
		.daon_ver2_sub_type7 .step_top .txt_box h2.tit {font-size:1.5em;}
		.daon_ver2_sub_type7 .step_top .txt_box div.txts p {font-size:1em;}
		.daon_ver2_sub_type7 .step_top .txt_box .con_box ul li {width:100%; min-height:auto; padding:40px 10px; border-left:0; border-bottom:1px solid rgba(255,255,255,0.2);}
		.daon_ver2_sub_type7 .step_box { padding:0 4%; margin-top:50px; }
		.daon_ver2_sub_type7 .step_box ul li { width:100%; min-height:auto; margin-bottom:50px; text-align:left; }
		.daon_ver2_sub_type7 .step_box ul li:after { top: unset; bottom:-40px; margin-top:0; left:50%; margin-left:-15px; transform: rotate(90deg);}
		.daon_ver2_sub_type7 .step_box ul li:nth-child(even):after {display:block; }
		.daon_ver2_sub_type7 .step_box ul li:nth-child(4n):after {display:block}
		.daon_ver2_sub_type7 .step_box ul li:last-child:after {display:none;}
		.daon_ver2_sub_type7 .step_box ul li:last-child {margin-bottom:0;}			
	}
	.daon_ver2_sub_type7 {width:100%;}
	.daon_ver2_sub_type7:after{ content:""; display:block; clear:both;}
	.daon_ver2_sub_type7 .step_top {position:relative; width:100%; margin-top:50px; transition: 0.3s all ease;}
	.daon_ver2_sub_type7 .step_top:after{ content:""; display:block; clear:both;}
	.daon_ver2_sub_type7 .step_top .img_box { width:100%; }
	.daon_ver2_sub_type7 .step_top .img_box img {max-width:100%; display: block; margin: 0 auto;}
   
	.daon_ver2_sub_type7 .step_top .txt_box { position:relative; width:100%; padding:40px; background-color:#247BCB; text-align:center;} 
	.daon_ver2_sub_type7 .step_top .txt_box h2.tit { display:block; font-size:2em; font-weight:700; color:#fff; line-height:1.4em; letter-spacing:-0.05em; word-break:keep-all; }
	.daon_ver2_sub_type7 .step_top .txt_box div.txts {width:100%; margin-top:20px; }
	.daon_ver2_sub_type7 .step_top .txt_box div.txts p {display:block; margin-bottom:10px; font-size:1.1em; color:#cfdee9; line-height:1.6em; word-break:keep-all; }
	.daon_ver2_sub_type7 .step_top .txt_box .con_box {width:100%; margin-top:30px;}
	.daon_ver2_sub_type7 .step_top .txt_box .con_box:after {content:""; display:block; clear:both;}
	.daon_ver2_sub_type7 .step_top .txt_box .con_box ul {width:100%; margin:0; padding:0; }
	.daon_ver2_sub_type7 .step_top .txt_box .con_box ul li {float:left; width:33.33333%; min-height:260px; text-align:center; padding:25px; border-left:1px solid rgba(255,255,255,0.2); box-sizing:border-box; transition: 0.3s all ease;}
	.daon_ver2_sub_type7 .step_top .txt_box .con_box ul li:first-child {border-left:0; }
	.daon_ver2_sub_type7 .step_top .txt_box .con_box ul li:last-child {margin-right:0; }
	.daon_ver2_sub_type7 .step_top .txt_box .con_box ul li dl.box { width:100%; margin:0; padding:0; transition: 0.3s all ease;}
	.daon_ver2_sub_type7 .step_top .txt_box .con_box ul li dl.box dt { width:100%; }
	.daon_ver2_sub_type7 .step_top .txt_box .con_box ul li dl.box dt img { max-width:100%; overflow:hidden;}
	.daon_ver2_sub_type7 .step_top .txt_box .con_box ul li dl.box dd { width:100%; margin-top:20px; }
	.daon_ver2_sub_type7 .step_top .txt_box .con_box ul li dl.box dd strong {display:block; font-size:1.25em; font-weight:700; line-height:1.2em; color:#fff; }
	.daon_ver2_sub_type7 .step_top .txt_box .con_box ul li dl.box dd p {margin-top:15px; font-size:1em; color:#cfdee9;  line-height:1.4em; }
	.daon_ver2_sub_type7 .step_box { width:100%; margin-top:50px;  transition: 0.3s all ease; }
	.daon_ver2_sub_type7 .step_box:after{content:""; display:block; clear:both;}
	.daon_ver2_sub_type7 .step_box ul { width:100%; margin:0; padding:0;} 
	.daon_ver2_sub_type7 .step_box ul li {display:table; position:relative; float:left; text-align:center; width:30%; min-height:240px; padding:0; margin-right:5%; margin-bottom:40px; background-color:#fff; border:1px solid #dfdfdf; transition: 0.5s all ease; }
	.daon_ver2_sub_type7 .step_box ul li:after { content: ""; position: absolute; width:30px; height:30px; top:50%; right:0; margin-top:-15px; margin-right:-12%; background:url('http://211.234.100.234/0-aonec/theme/theme07/image/step_arrow_right.png')no-repeat;}
	.daon_ver2_sub_type7 .step_box ul li:nth-child(3n) { margin-right:0;}
	.daon_ver2_sub_type7 .step_box ul li:nth-child(3n):after {display:none}
	.daon_ver2_sub_type7 .step_box ul li div {	display:table-cell; vertical-align:top; text-align:left; height:295px;}
	.daon_ver2_sub_type7 .step_box ul li div strong {position:relative; display:block; padding:20px; font-size:1.25em; color:#fff; background-color:#5f6674; overflow:hidden;}
	.daon_ver2_sub_type7 .step_box ul li div strong em { position:absolute; top:30px; right:5px; font-size:4em; color:rgba(255,255,255,.1); font-weight:700; letter-spacing:-0.05em; z-index:1;}
	.daon_ver2_sub_type7 .step_box ul li div dl {width:100%;  padding:20px; }
	.daon_ver2_sub_type7 .step_box ul li div dl dd { position:relative; display:block; padding-left:10px; margin-top:10px; line-height:1.4em; font-size:0.9em; color:#666; word-break:keep-all;}
	.daon_ver2_sub_type7 .step_box ul li div dl dd:before { content: ''; position: absolute; left: 0; top: 11px; width: 3px; height: 3px; background-color:#017ece; border-radius: 50%;}
	.daon_ver2_sub_type7 .step_box ul li div dl dd:first-child {margin-top:0;}

	@media all and (max-width:1024px){
		.daon_ver2_sub_type7 .step_box ul li { width:46%; margin-right:4%; }
		.daon_ver2_sub_type7 .step_box ul li:after { margin-right:-12%;}
		.daon_ver2_sub_type7 .step_box ul li:nth-child(even) {float:right; margin-right:0;}
		.daon_ver2_sub_type7 .step_box ul li:nth-child(even):after {display:none;}
		.daon_ver2_sub_type7 .step_box ul li:nth-child(3n):after {display:block;}
		.daon_ver2_sub_type7 .step_box ul li:last-child:after {display:none;}
		.daon_ver2_sub_type7 .step_box ul li div strong em {font-size:3em;}
	}

	@media screen and (max-width: 768px){
		.daon_ver2_page_title{margin-bottom:40px;}
		.daon_ver2_page_title h1{font-size:1.85em;}
		.daon_ver2_page_title h2{font-size:1em;}

		.daon_ver2_sub_type7 .step_top {padding:0; border:0;}
		.daon_ver2_sub_type7 .step_top .txt_box {position:static; width:100%; text-align:center; background-color:rgba(36,123,203,1);}
		.daon_ver2_sub_type7 .step_top .txt_box h2.tit {font-size:1.5em;}
		.daon_ver2_sub_type7 .step_top .txt_box div.txts p {font-size:1em;}
		.daon_ver2_sub_type7 .step_top .txt_box .con_box ul li {width:100%; min-height:auto; padding:40px 10px; border-left:0; border-bottom:1px solid rgba(255,255,255,0.2);}
		.daon_ver2_sub_type7 .step_box { padding:0 4%; margin-top:50px; }
		.daon_ver2_sub_type7 .step_box ul li { width:100%; min-height:auto; margin-bottom:50px; text-align:left; }
		.daon_ver2_sub_type7 .step_box ul li:after { top: unset; bottom:-40px; margin-top:0; left:50%; margin-left:-15px; transform: rotate(90deg);}
		.daon_ver2_sub_type7 .step_box ul li:nth-child(even):after {display:block; }
		.daon_ver2_sub_type7 .step_box ul li:nth-child(4n):after {display:block}
		.daon_ver2_sub_type7 .step_box ul li:last-child:after {display:none;}
		.daon_ver2_sub_type7 .step_box ul li:last-child {margin-bottom:0;}			
	}

	.fc_ver2_pointer {color:#C53428; }
	.daon_content_wrap{width:100%; min-width:320px; max-width:100%; margin:0 auto;}
	.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.8em; color:#0b9444; margin-top:20px; }

	.daon_ver2_sub_type13 {width:100%; }
	.daon_ver2_sub_type13:after{ content:""; display:block; clear:both;}
	.daon_ver2_sub_type13 .busi_top {width:100%; margin-top:50px; border-bottom:1px solid #eee;}
	.daon_ver2_sub_type13 .busi_top:after{ content:""; display:block; clear:both;}
	.daon_ver2_sub_type13 .busi_top .txt_box { text-align:center; padding:80px 20px; background: linear-gradient(to left, #3884cf 0%, #2845ab 80%);}  
	.daon_ver2_sub_type13 .busi_top .txt_box h2.tit { display:block; font-size:2.5em; font-weight:700; text-align:center; color:#fff; line-height:1.4em; letter-spacing:-0.05em; word-break:keep-all; }
	.daon_ver2_sub_type13 .busi_top .txt_box div.txts {width:100%; margin-top:20px; text-align:center; }
	.daon_ver2_sub_type13 .busi_top .txt_box div.txts p {display:block; margin-bottom:10px; font-size:1.1em; color:rgba(255,255,255,.7); line-height:1.6em; word-break:keep-all; }
	.daon_ver2_sub_type13 .busi_all{width:100%; max-width:1500px; margin:0 auto;}
	.daon_ver2_sub_type13 .busi_area{ position:relative; width:100%; max-width:1500px; margin:50px auto 0; text-align:center; }
	.daon_ver2_sub_type13 .busi_area:after{ content:""; display:block; clear:both;}
	.daon_ver2_sub_type13 .busi_area ul{ width:100%; margin:0; padding:0; font-size:0;}
	.daon_ver2_sub_type13 .busi_area ul li {position:relative; float:left; width:23%; height:650px; min-height:470px; margin-right:2%; text-align:left; transition: 0.3s all ease; border-radius:10px;}
	.daon_ver2_sub_type13 .busi_area ul li img{width:100%; height:auto; border-radius:10px; border-bottom-right-radius:0; border-bottom-left-radius:0;}
	.daon_ver2_sub_type13 .busi_area ul li a { display:block; padding:40px 25px; text-decoration:none; transition: 0.3s all ease;}
	.daon_ver2_sub_type13 .busi_area ul li:hover { border-radius:10px; overflow:hidden;  transition: 0.3s all ease; margin-top:-10px;}
	.daon_ver2_sub_type13 .busi_area ul li:last-child{ margin-right:0;}
	.daon_ver2_sub_type13 .busi_area ul li.bg1 { background-color:#f8f8f8; border-bottom:5px solid #39c3d3; }
	.daon_ver2_sub_type13 .busi_area ul li.bg1 em { color:#39c3d3; }	
	.daon_ver2_sub_type13 .busi_area ul li:hover.bg1 { background-color:#39c3d3; }
	.daon_ver2_sub_type13 .busi_area ul li.bg2 { background-color:#f8f8f8; border-bottom:5px solid #57a0e9; }
	.daon_ver2_sub_type13 .busi_area ul li.bg2 em { color:#57a0e9; }	
	.daon_ver2_sub_type13 .busi_area ul li:hover.bg2 { background-color:#57a0e9; }
	.daon_ver2_sub_type13 .busi_area ul li.bg3 { background-color:#f8f8f8; border-bottom:5px solid #7774dc; }
	.daon_ver2_sub_type13 .busi_area ul li.bg3 em { color:#7774dc; }	
	.daon_ver2_sub_type13 .busi_area ul li:hover.bg3 { background-color:#7774dc; }
	.daon_ver2_sub_type13 .busi_area ul li.bg4 { background-color:#f8f8f8; border-bottom:5px solid #0968C6; }
	.daon_ver2_sub_type13 .busi_area ul li.bg4 em { color:#0968C6; }	
	.daon_ver2_sub_type13 .busi_area ul li:hover.bg4 { background-color:#0968C6; }
	.daon_ver2_sub_type13 .busi_area ul li em {position:relative; display:inline-block; padding-bottom:20px; font-size:1.25em; font-weight:700; font-style:normal;}
	.daon_ver2_sub_type13 .busi_area ul li em:after { content: ''; position: absolute; left: 0; bottom:0; width:130px; height:1px; background-color:#000;  transition: 0.3s all ease; }
	.daon_ver2_sub_type13 .busi_area ul li:hover em {display:block;}
	.daon_ver2_sub_type13 .busi_area ul li:hover em:after {width:100%; }
	.daon_ver2_sub_type13 .busi_area ul li strong {display:block; font-size:1.75em; color: #000; line-height:1.2em; margin-top:30px;  }
	.daon_ver2_sub_type13 .busi_area ul li dl{ width:100%; margin-top:30px; transition: 0.3s all ease; }
	.daon_ver2_sub_type13 .busi_area ul li dl dd{ position:relative; font-size:0.8em; color:#333;  margin-top:5px; text-align:left; line-height:1.8em;word-break: keep-all;  }
	.daon_ver2_sub_type13 .busi_area ul li span.btn_view {opacity:0; position:absolute; bottom:0; right:25px; display:block; text-align:left; color:#fff; transition: 0.3s all ease; }
	.daon_ver2_sub_type13 .busi_area ul li:hover span.btn_view {opacity:1; bottom:30px; transition: 0.3s all ease; }
	.daon_ver2_sub_type13 .busi_area ul li:hover.hover_type em { color:#fff;}
	.daon_ver2_sub_type13 .busi_area ul li:hover.hover_type em:after { background-color:#fff;}
	.daon_ver2_sub_type13 .busi_area ul li:hover.hover_type strong { color:#fff;}
	.daon_ver2_sub_type13 .busi_area ul li:hover.hover_type dl dd { color:rgba(255,255,255,.9);}
	.daon_ver2_sub_type13 .busi_comment { width:100%;margin: 50px auto;  padding: 25px 40px;  background-color:#f8f8f8; border:1px solid #eee; box-sizing:border-box; }
	.daon_ver2_sub_type13 .busi_comment .point_tit {position:relative; display:block; font-size:1.5em; color:#000; padding-left:25px;}
	.daon_ver2_sub_type13 .busi_comment .point_tit:before { position:absolute; left:0; top:2px; content:"\f071";  display:block; font-size:0.75em; font-weight:700; font-family: "Font Awesome 5 Free";  }
	.daon_ver2_sub_type13 .busi_comment ul.point_list {width:100%; margin-top:20px;}
	.daon_ver2_sub_type13 .busi_comment dl strong {display:block; font-size:1.85em; color: #000; margin-bottom:30px;  }
	.daon_ver2_sub_type13 .busi_comment dl dd{ position:relative; font-size:1em; color: #000;  padding-left:15px;  text-align:left; margin-top:5px; }
	.daon_ver2_sub_type13 .busi_comment dl dd:before { content: ''; position: absolute; left: 0; top: 11px; width: 3px; height: 3px; background-color:#017ece; border-radius: 50%;}

	@media all and (max-width:1024px){
		.daon_ver2_sub_type13 .busi_area {padding:0 4%;}
		.daon_ver2_sub_type13 .busi_area ul li {width:49%; margin-bottom:2%;}
		.daon_ver2_sub_type13 .busi_area ul li:nth-child(even) {margin-right:0; }
		.daon_ver2_sub_type13 .busi_area ul li {min-height:570px;}
	}

	@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;}
	}

	@media all and (max-width:860px){
		.daon_ver2_sub_type13 .busi_area ul li {min-height:490px;}
	}

	@media all and (max-width:640px){
		.daon_ver2_sub_type13 .busi_top .txt_box {padding:50px 20px; }
		.daon_ver2_sub_type13 .busi_top .txt_box h2.tit {font-size:1.75em; }
		.daon_ver2_sub_type13 .busi_area ul li:hover{margin-top:0;}		
		.daon_ver2_sub_type13 .busi_area ul li {min-height:470px;}
		.daon_ver2_sub_type13 .busi_area ul li strong{font-size:1.3em;}
	}

	@media all and (max-width:480px){	
		.daon_ver2_sub_type13 .busi_area ul li {width:100%;  height:500px; min-height:auto; margin-bottom:15px;}
		.daon_ver2_sub_type13 .busi_area ul li span.btn_view {opacity:1; bottom:30px; color:#000;}
		.daon_ver2_sub_type13 .busi_area ul li:hover span.btn_view {right:15px; color:#fff;}
	}

.daon_ver2_sub_type14 {width:100%; }
	.daon_ver2_sub_type14:after{ content:""; display:block; clear:both;}	
	.daon_ver2_sub_type14 .busi_top { position: relative;  width:100%; }
	.daon_ver2_sub_type14 .busi_top:after{ content:""; display:block; clear:both;}
	.daon_ver2_sub_type14 .busi_top .img_box_all {position: relative;  width:100%; margin-top:50px; padding-bottom:0px; }
	.daon_ver2_sub_type14 .busi_top .img_box_all::before { content: '';  position: absolute; display: block; top:100px; width:100%; bottom: 0; left: 0; background: linear-gradient(to left, #3884cf 0%, #4165c3 80%); transition: 0.3s all ease;}	
	.daon_ver2_sub_type14 .busi_top .img_box_all .con_area { width:100%; max-width:1500px; margin:50px auto; }
	.daon_ver2_sub_type14 .busi_top .img_box_all .con_area:after{ content:""; display:block; clear:both;}
	.daon_ver2_sub_type14 .busi_top .img_box_all .con_area ul {width:100%; margin:0; padding:0; overflow:hidden;}
	.daon_ver2_sub_type14 .busi_top .img_box_all .con_area ul li{ float:left; width:23.5%; margin-right:2%; margin-bottom:2%; overflow:hidden;}
	.daon_ver2_sub_type14 .busi_top .img_box_all .con_area ul li:nth-child(4n){margin-right:0; }
	.daon_ver2_sub_type14 .busi_top .img_box_all .con_area ul li a{ position:relative; display:inline-block; overflow:hidden; }
	.daon_ver2_sub_type14 .busi_top .img_box_all .con_area ul li a:before{ z-index:10; position:absolute; content:""; top:0; left:0; width:100%; height:100%; background-color:#000; opacity:0.5; transition:all 0.3s; }
	.daon_ver2_sub_type14 .busi_top .img_box_all .con_area ul li a:hover:before{ opacity:.85;  background-color:#3648aa;}
	.daon_ver2_sub_type14 .busi_top .img_box_all .con_area ul li .txt_box{ opacity:1; z-index:20; position:absolute; top:10%; left:8%; text-align:left; transition:all 0.3s; }
	.daon_ver2_sub_type14 .busi_top .img_box_all .con_area ul li:hover .txt_box{opacity:1; transform:translateY(-10%);}
	.daon_ver2_sub_type14 .busi_top .img_box_all .con_area ul li p{ display:block; font-size:1.65em; font-weight:700; color:#fff; }
	.daon_ver2_sub_type14 .busi_top .img_box_all .con_area ul li span{ display:block; margin-top:20px; font-size:1em; color:rgba(255,255,255,.6); font-weight:normal; }
	.daon_ver2_sub_type14 .busi_top .img_box_all .con_area ul li .img_box { width:100%;  overflow:hidden; }
	.daon_ver2_sub_type14 .busi_top .img_box_all .con_area ul li .img_box img{ max-width:100%; }   
	.daon_ver2_sub_type14 .busi_cont {width:100%; max-width:1500px; margin:0 auto;}
	.daon_ver2_sub_type14 .info_box { width:100%; margin:0 auto;}
	.daon_ver2_sub_type14 .info_box:after{ content:""; display:block; clear:both;}
	.daon_ver2_sub_type14 .info_box .txts {display:block; font-size:1.15em; color:#333; line-height:1.6em;  margin-bottom:50px;}
	.daon_ver2_sub_type14 .info_box .txts strong {color:#4165c3;} 
	.daon_ver2_sub_type14 .info_box .img_50 {float:left; width:49%; margin-right:2%; margin-bottom:0;}	
	.daon_ver2_sub_type14 .info_box .img_50:last-child {float:right; margin-right:0;} 
	.daon_ver2_sub_type14 .info_box .img_50 img {max-width:100%;}	
	.daon_ver2_sub_type14 .info_box .img_50 p { margin-top:15px; font-size:1.25em; text-align:center;}
	.daon_ver2_sub_type14 .info_box dl strong {display:block; font-size:1.85em; color: #000; margin-bottom:30px;  }
	.daon_ver2_sub_type14 .info_box dl dd{ position:relative; font-size:1em; color: #000;  padding-left:15px;  text-align:left; margin-top:5px; }
	.daon_ver2_sub_type14 .info_box dl dd:before { content: ''; position: absolute; left: 0; top: 11px; width: 3px; height: 3px; background-color:#017ece; border-radius: 50%;}	
	.daon_ver2_sub_type14 h3.con_tit {display:block; font-size:1.85em; font-weight:700; line-height:1.5em;  margin:50px auto 25px;}
	.daon_ver2_sub_type14 .cs_box { width:100%; margin: 50px auto;  padding: 25px 40px;  background-color:#f8f8f8; border:1px solid #eee; box-sizing:border-box; }
	.daon_ver2_sub_type14 .cs_box:after {content:""; display:block; clear:both;}
	.daon_ver2_sub_type14 .cs_box .cs_tit {display:block; font-size:1.5em; color:#000;}
	.daon_ver2_sub_type14 .cs_box .cs_info {width:100%; margin-top:20px; }
	.daon_ver2_sub_type14 .cs_box .cs_info div {display:inline-block; vertical-align:top;  margin-right:50px}
	.daon_ver2_sub_type14 .cs_box .cs_info div span {float:left;  display:inline-block; width:30px; margin-right:10px; }
	.daon_ver2_sub_type14 .cs_box .cs_info div span i { line-height:30px; color:#fff; font-size:1em; width:30px; height:30px;  text-align:center; background-color:#6a7780; border-radius:100%;  }
	.daon_ver2_sub_type14 .cs_box .cs_info div p {float:left; display:inline-block; width:auto; text-align:left; font-size:1.25em; }
	.daon_ver2_sub_type14 .scroll{width:100%;margin:0 auto; text-align:right; margin-bottom:5px; display:none;}
	.daon_ver2_sub_type14 .tbl_scroll_wrap { width:100%; overflow-x:auto;  white-space: nowrap; margin-bottom:30px;}
	.daon_ver2_sub_type14 .tbl_scroll_wrap::-webkit-scrollbar { -webkit-appearance: none; } 
	.daon_ver2_sub_type14 .tbl_scroll_wrap::-webkit-scrollbar:vertical { width: 12px; } 
	.daon_ver2_sub_type14 .tbl_scroll_wrap::-webkit-scrollbar:horizontal { height: 8px; } 
	.daon_ver2_sub_type14 .tbl_scroll_wrap::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, .5); border-radius: 10px; border: 2px solid #ffffff; } 
	.daon_ver2_sub_type14 .tbl_scroll_wrap::-webkit-scrollbar-track { border-radius: 10px; background-color:#fff; }
	.daon_ver2_sub_type14  h3.busi_tbl_title {clear:both; font-size:1.5em; padding:0; margin-bottom:20px; margin-top:0 !important;}
	.daon_ver2_sub_type14  table.busi_tbl{ width:100%;min-width:850px; border-collapse:collapse; border-spacing:0; border-top:2px solid #494949;   border-right:0px solid #e9e9e9; margin:0 auto; }
	.daon_ver2_sub_type14  table.busi_tbl thead th{ font-size:1em; color:#000; font-weight:normal; text-align:center; padding:15px 0; border-bottom:1px solid #e9e9e9; border-left:1px solid #e9e9e9 ; background-color:#f6f6f6; }
	.daon_ver2_sub_type14  table.busi_tbl tbody td{ font-size:0.9em; color:#333; text-align:center; padding:10px 15px; border-bottom:1px solid #e9e9e9; border-left:1px solid #e9e9e9;}
	.daon_ver2_sub_type14  table.busi_tbl thead th:first-child {border-left:0;}
	.daon_ver2_sub_type14  table.busi_tbl tbody td:first-child {border-left:0;}


	@media all and (max-width:1024px){
		.daon_ver2_sub_type14 .busi_cont {padding:0 4%;}	
		.daon_ver2_sub_type14 .cs_box {padding:25px;}
		.daon_ver2_sub_type14 .cs_box .cs_tit { font-size:1.25em;}
		.daon_ver2_sub_type14 .cs_box .cs_info {margin-top:20px;}
		.daon_ver2_sub_type14 .cs_box .cs_info div {margin-bottom:10px;}
	}

	@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;}		
	}
	
	@media all and (max-width:860px){
		.daon_ver2_sub_type14 .busi_top .img_box_all {padding-bottom:0px; }
		.daon_ver2_sub_type14 .busi_top .img_box_all .con_area {padding:0 4%;}
		.daon_ver2_sub_type14 .busi_top .img_box_all .con_area ul li{ width:49%; margin-right:2%; margin-bottom:1.5%;}		
		.daon_ver2_sub_type14 .busi_top .img_box_all .con_area ul li:nth-child(4n){margin-right:2%;}	
		.daon_ver2_sub_type14 .busi_top .img_box_all .con_area ul li:nth-child(2n){margin-right:0;}
		.daon_ver2_sub_type14 .busi_top .img_box_all .con_area ul li .txt_box{ top:20%;}
		.daon_ver2_sub_type14 .busi_top .img_box_all .con_area ul li p{ font-size:1.25em; }
		.daon_ver2_sub_type14 .scroll{display:block;}
	}

	@media all and (max-width:640px){
		.daon_ver2_sub_type14 .info_box .txts {font-size:1em;}
		.daon_ver2_sub_type14 .info_box .img_50 {width:100%; margin-bottom:10px;}
		.daon_ver2_sub_type14 .cs_box .cs_info div {width:100%; margin-right:0;}
		.daon_ver2_sub_type14 .cs_box .cs_info div p { width:80%; font-size:1em;}
	}

	@media all and (max-width:480px){
		.daon_ver2_sub_type14 h3.con_tit { font-size:1.5em;}
		.daon_ver2_sub_type14 .busi_top .img_box_all .con_area ul li{ width:100%; text-align:center; height:auto; margin-right:0;}
	}
pc-only {
    display: none;
}

/* PC 화면에서만 pc-only 클래스 활성화 */
@media screen and (min-width: 1024px) {
    .pc-only {
        display: inline;
    }
}

.btn_go {display:inline-block; background:#ff7e00; color:#fff; text-align:center;  font-size:0.8em; margin:20px 0px; padding:10px 30px; border:1px solid #ff7e00;  border-radius:10px; transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -ms-transition: 0.5s all ease; -o-transition: 0.5s all ease;}
.btn_go:hover {color:#fff; background-color:#ff7e00; }


.btn_go2 {display:inline-block; background:#171d99; color:#fff; text-align:center;  font-size:0.65em; margin:20px 0px; padding:10px 30px; border:1px solid #171d99;  border-radius:10px; transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -ms-transition: 0.5s all ease; -o-transition: 0.5s all ease;}
.btn_go2:hover {color:#171d99; background-color:#fff; }

.btn_go3 { color:#333; text-align:center;  font-size:1.2em; margin:20px 0px; padding:10px 30px; }
.btn_go3:hover {color:#171d99; background-color:#fff; }

.btn_go4 {width:100%; display:inline-block; background:#0f6b35; color:#fff; text-align:center;  font-size:0.8em; margin:5px 0px; padding:10px 30px; border:1px solid #0f6b35;  border-radius:10px; transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -ms-transition: 0.5s all ease; -o-transition: 0.5s all ease;}
.btn_go4:hover {color:#0f6b35; background-color:#fff; }

.btn_go5 { display:inline-block; background:#0f6b35; color:#fff; text-align:center;  font-size:20px; margin:5px 0px; padding:10px 30px; border:1px solid #0f6b35; border-radius:10px; transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; -ms-transition: 0.5s all ease; -o-transition: 0.5s all ease;}
.btn_go5:hover {color:#0f6b35; background-color:#fff; }

	.daon_ver2_sub_type8 {width:100%;}
	.daon_ver2_sub_type8:after{ content:""; display:block; clear:both;}
	.daon_ver2_sub_type8 .sidewrap_img{margin:0 auto; width:100%; max-width:1500px;}
	.daon_ver2_sub_type8 .sidewrap_img img{width:100%; height:auto;}
	.daon_ver2_sub_type8 .sidewrap {max-width:1500px; margin:0 auto; padding:50px 25px; border-bottom: 1px solid #eee;}
	.daon_ver2_sub_type8 .sidewrap:after {content:""; display:block; clear:both;}
	.daon_ver2_sub_type8 .sidewrap:first-child {border-top: 1px solid #222;}
	.daon_ver2_sub_type8 .sidewrap:last-child{border-bottom:1px solid #eee;}
	.daon_ver2_sub_type8 .sidewrap .left-box {float:left; width:25%;}
	.daon_ver2_sub_type8 .sidewrap .left-box h3.tit {display:block; font-size:1.85em; font-weight:700; line-height:1.5em;}
	.daon_ver2_sub_type8 .sidewrap .right-box {float:left; width:75%; }	
	.daon_ver2_sub_type8 .sidewrap.ex1 .con_box {width:100%;}
	.daon_ver2_sub_type8 .sidewrap.ex1 .con_box .title { display:block; font-size:1.5em;  color:#000;  line-height:1.5m; word-break: keep-all;}
	.daon_ver2_sub_type8 .sidewrap.ex1 .con_box .desc {display:block;  margin-top:25px;   line-height:1.6em; word-break: keep-all;}
	.daon_ver2_sub_type8 .sidewrap.ex1 .con_box .sign {display:block; margin-top:25px;  }
	.daon_ver2_sub_type8 .sidewrap.ex1 .con_box .sign .ceo_sign { font-size:1.5em; font-weight:700; letter-spacing:0.3em; text-align:right;}
	.daon_ver2_sub_type8 .sidewrap.ex2 div.item {float:left; width:32%; margin-right:2%; margin-bottom:2%; padding:20px 10px; text-align:center;  border:1px solid #ddd; transition: 0.3s all ease;}
	.daon_ver2_sub_type8 .sidewrap.ex2 div.item:nth-child(3n){margin-right:0;}
	.daon_ver2_sub_type8 .sidewrap.ex2 div.item i { display:block; width:50px; height:50px; line-height:50px; font-size:2.5em;  color:#000; margin:0 auto; }
	.daon_ver2_sub_type8 .sidewrap.ex2 div.item div.txts {width:100%; margin-top:20px;}
	.daon_ver2_sub_type8 .sidewrap.ex2 div.item div.txts strong { display:block;  font-size:1.25em;  color:#000;  line-height:1.5m;}
	.daon_ver2_sub_type8 .sidewrap.ex2 div.item div.txts p {display:block;  margin-top:5px;   line-height:1.6em;}
	.daon_ver2_sub_type8 .sidewrap.ex3 div.overview {width:100%;margin:0 auto; }
	.daon_ver2_sub_type8 .sidewrap.ex3 div.overview ul { width:100%;  margin:0; padding:0; display:inline-block; vertical-align:middle;/* border:1px solid #ddd; border-radius:200px; padding:50px;*/}
	.daon_ver2_sub_type8 .sidewrap.ex3 div.overview ul li {position:relative; float:left; display:inline-block; width:19%; margin-right:8%; transition: 0.3s all ease;} 
	.daon_ver2_sub_type8 .sidewrap.ex3 div.overview ul li:last-child {margin-right:0;}
	.daon_ver2_sub_type8 .sidewrap.ex3 div.overview ul li:before {width:50%; height:1px; border:1px dashed #ddd; content:''; display:block; position:absolute; top: 50%; right:-50%;}
	.daon_ver2_sub_type8 .sidewrap.ex3 div.overview ul li:last-child:before {display:none;}
	.daon_ver2_sub_type8 .sidewrap.ex3 div.overview ul li div.txts {display:table; width:100%; height:150px; text-align:center; background-color:#555; transition: 0.3s all ease;}
	.daon_ver2_sub_type8 .sidewrap.ex3 div.overview ul li:nth-child(even) div.txts { background-color:#C53428; }
	.daon_ver2_sub_type8 .sidewrap.ex3 div.overview ul li div.txts p {display:table-cell; vertical-align:middle; }
	.daon_ver2_sub_type8 .sidewrap.ex3 div.overview ul li div.txts p em {display:block; font-size:1em; color:#fff;}
	.daon_ver2_sub_type8 .sidewrap.ex3 div.overview ul li div.txts p span {display:block; font-size:1.5em; color:#fff; margin-top:5px;}

	@media all and (max-width:1200px){
		.daon_ver2_sub_type8 .sidewrap.ex3 div.overview ul li {width:49%; margin-right:2%; margin-bottom:2%;}
		.daon_ver2_sub_type8 .sidewrap.ex3 div.overview ul li:nth-child(even) {float:right; width:49%; margin-right:0;}
		.daon_ver2_sub_type8 .sidewrap.ex3 div.overview ul li:before {display:none;}
		.daon_ver2_sub_type8 .sidewrap.ex3 div.overview ul li:nth-child(3) div.txts {background-color:#C53428;}
		.daon_ver2_sub_type8 .sidewrap.ex3 div.overview ul li:nth-child(4) div.txts {background-color:#555;}
	}

	@media screen and (max-width: 768px){
		.daon_ver2_page_title{margin-bottom:40px;}
		.daon_ver2_page_title h1{font-size:1.85em;}
		.daon_ver2_page_title h2{font-size:1em;}

		.daon_ver2_sub_type8 .sidewrap .left-box { width:100%;}
		.daon_ver2_sub_type8 .sidewrap .right-box { width:100%; margin-top:20px; }
		.daon_ver2_sub_type8 .sidewrap .left-box h3.tit {font-size:1.5em; }
		.daon_ver2_sub_type8 .sidewrap.ex2 div.item {width:100%; text-align:left; padding:15px 10px; margin-bottom:0; background-color:#fff; border:0; border-bottom:1px solid #eee; transition: 0.3s all ease;}
		.daon_ver2_sub_type8 .sidewrap.ex2 div.item:last-child {border-bottom:0;}
		.daon_ver2_sub_type8 .sidewrap.ex2 div.item i { display:inline-block; vertical-align:middle; font-size:1.5em;  }
		.daon_ver2_sub_type8 .sidewrap.ex2 div.item div.txts {width:auto; margin-top:0; display:inline-block; vertical-align:middle; }
		.daon_ver2_sub_type8 .sidewrap.ex2 div.item div.txts strong { font-size:1em; }
	}


.daon_ver2_sub_type80 {width:100%;}
	.daon_ver2_sub_type80:after{ content:""; display:block; clear:both;}
	.daon_ver2_sub_type80 .sidewrap_img{margin:0 auto; width:100%; max-width:1500px;}
	.daon_ver2_sub_type80 .sidewrap_img img{width:100%; height:auto;}
	.daon_ver2_sub_type80 .sidewrap {max-width:1500px; margin:0 auto; padding:20px 25px; border-bottom: 1px solid #eee;}
	.daon_ver2_sub_type80 .sidewrap:after {content:""; display:block; clear:both;}
	.daon_ver2_sub_type80 .sidewrap:first-child {border-top: 1px solid #222;}
	.daon_ver2_sub_type80 .sidewrap:last-child{border-bottom:1px solid #eee;}
	.daon_ver2_sub_type80 .sidewrap .left-box {float:left; width:15%;}
	.daon_ver2_sub_type80 .sidewrap .left-box h3.tit {display:block; font-size:1.4em; font-weight:700; line-height:1.5em;}
	.daon_ver2_sub_type80 .sidewrap .right-box {float:left; width:85%; }	
	.daon_ver2_sub_type80 .sidewrap.ex1 .con_box {width:100%;}
	.daon_ver2_sub_type80 .sidewrap.ex1 .con_box .title { display:block; font-size:1.5em;  color:#000;  line-height:1.5m; word-break: keep-all;}
	.daon_ver2_sub_type80 .sidewrap.ex1 .con_box .desc {display:block;  margin-top:10px;   line-height:1.6em; word-break: keep-all;}
	.daon_ver2_sub_type80 .sidewrap.ex1 .con_box .sign {display:block; margin-top:25px;  }
	.daon_ver2_sub_type80 .sidewrap.ex1 .con_box .sign .ceo_sign { font-size:1.5em; font-weight:700; letter-spacing:0.3em; text-align:right;}
	.daon_ver2_sub_type80 .sidewrap.ex2 div.item {float:left; width:32%; margin-right:2%; margin-bottom:2%; padding:20px 10px; text-align:center;  border:1px solid #ddd; transition: 0.3s all ease;}
	.daon_ver2_sub_type80 .sidewrap.ex2 div.item:nth-child(3n){margin-right:0;}
	.daon_ver2_sub_type80 .sidewrap.ex2 div.item i { display:block; width:50px; height:50px; line-height:50px; font-size:2.5em;  color:#000; margin:0 auto; }
	.daon_ver2_sub_type80 .sidewrap.ex2 div.item div.txts {width:100%; margin-top:20px;}
	.daon_ver2_sub_type80 .sidewrap.ex2 div.item div.txts strong { display:block;  font-size:1.25em;  color:#000;  line-height:1.5m;}
	.daon_ver2_sub_type80 .sidewrap.ex2 div.item div.txts p {display:block;  margin-top:5px;   line-height:1.6em;}
	.daon_ver2_sub_type80 .sidewrap.ex3 div.overview {width:100%;margin:0 auto; }
	.daon_ver2_sub_type80 .sidewrap.ex3 div.overview ul { width:100%;  margin:0; padding:0; display:inline-block; vertical-align:middle;/* border:1px solid #ddd; border-radius:200px; padding:50px;*/}
	.daon_ver2_sub_type80 .sidewrap.ex3 div.overview ul li {position:relative; float:left; display:inline-block; width:19%; margin-right:8%; transition: 0.3s all ease;} 
	.daon_ver2_sub_type80 .sidewrap.ex3 div.overview ul li:last-child {margin-right:0;}
	.daon_ver2_sub_type80 .sidewrap.ex3 div.overview ul li:before {width:50%; height:1px; border:1px dashed #ddd; content:''; display:block; position:absolute; top: 50%; right:-50%;}
	.daon_ver2_sub_type80 .sidewrap.ex3 div.overview ul li:last-child:before {display:none;}
	.daon_ver2_sub_type80 .sidewrap.ex3 div.overview ul li div.txts {display:table; width:100%; height:150px; text-align:center; background-color:#555; transition: 0.3s all ease;}
	.daon_ver2_sub_type80 .sidewrap.ex3 div.overview ul li:nth-child(even) div.txts { background-color:#C53428; }
	.daon_ver2_sub_type80 .sidewrap.ex3 div.overview ul li div.txts p {display:table-cell; vertical-align:middle; }
	.daon_ver2_sub_type80 .sidewrap.ex3 div.overview ul li div.txts p em {display:block; font-size:1em; color:#fff;}
	.daon_ver2_sub_type80 .sidewrap.ex3 div.overview ul li div.txts p span {display:block; font-size:1.5em; color:#fff; margin-top:5px;}

	@media all and (max-width:1200px){
		.daon_ver2_sub_type80 .sidewrap.ex3 div.overview ul li {width:49%; margin-right:2%; margin-bottom:2%;}
		.daon_ver2_sub_type80 .sidewrap.ex3 div.overview ul li:nth-child(even) {float:right; width:49%; margin-right:0;}
		.daon_ver2_sub_type80 .sidewrap.ex3 div.overview ul li:before {display:none;}
		.daon_ver2_sub_type80 .sidewrap.ex3 div.overview ul li:nth-child(3) div.txts {background-color:#C53428;}
		.daon_ver2_sub_type80 .sidewrap.ex3 div.overview ul li:nth-child(4) div.txts {background-color:#555;}
	}

	@media screen and (max-width: 768px){
		.daon_ver2_page_title{margin-bottom:40px;}
		.daon_ver2_page_title h1{font-size:1.85em;}
		.daon_ver2_page_title h2{font-size:1em;}

		.daon_ver2_sub_type80 .sidewrap .left-box { width:100%;}
		.daon_ver2_sub_type80 .sidewrap .right-box { width:100%; margin-top:20px; }
		.daon_ver2_sub_type80 .sidewrap .left-box h3.tit {font-size:1.5em; }
		.daon_ver2_sub_type80 .sidewrap.ex2 div.item {width:100%; text-align:left; padding:15px 10px; margin-bottom:0; background-color:#fff; border:0; border-bottom:1px solid #eee; transition: 0.3s all ease;}
		.daon_ver2_sub_type80 .sidewrap.ex2 div.item:last-child {border-bottom:0;}
		.daon_ver2_sub_type80 .sidewrap.ex2 div.item i { display:inline-block; vertical-align:middle; font-size:1.5em;  }
		.daon_ver2_sub_type80 .sidewrap.ex2 div.item div.txts {width:auto; margin-top:0; display:inline-block; vertical-align:middle; }
		.daon_ver2_sub_type80 .sidewrap.ex2 div.item div.txts strong { font-size:1em; }
	}


	.business_type2{ width:100%; max-width:1400px; margin:0 auto;}
	.business_type2:after{content:""; display:block; clear:both;}
	.business_type2 .business_info { width:100%; background:#fff; margin-bottom:80px; }
	.business_type2 .business_info:after{content:""; display:block; clear:both;}
	.business_type2 .business_info ul{ padding:0; margin:0;}
	.business_type2 .business_info ul li{ padding:0; margin:0;}
	.business_type2 .business_info ul li.left_box { float:left; width:600px;overflow:hidden; }
	.business_type2 .business_info ul li.left_box img{ width:100%; height:100%; }
	.business_type2 .business_info ul li.right_box{position:relative; float:right; width:55%; }
	.business_type2 .business_info ul li.right_box .txt03{ position:absolute; left:0; bottom:0; width:100%; border-top:1px solid #ddd; font-size:0.9em; color:#555; line-height:1.5em; text-transform: uppercase; background:#f8f8f8; overflow:hidden;}
	.business_type2 .business_info ul li.right_box .txt03 span {display:block; padding:20px 25px; height:100px; }

	.business_type2 .txt_area { width:100%; padding-top:40px; border-top:2px solid #000; }
	.business_type2 .txt_area:after{content:""; display:block; clear:both;}
	.business_type2 .txt_area .txt01 { float:left; width:100%; word-break: keep-all; }
	.business_type2 .txt_area .txt01 p { padding:0; margin:0; margin-bottom:15px; padding:0;}
	.business_type2 .txt_area .txt01 span.tit { display:block; font-size:2.2em; color:#000; font-weight:700; line-height:1.2em;  }
	.business_type2 .txt_area .txt01 span.txt { display:block; font-size:1.15em; color:#333; font-weight:400; line-height:1.4em; word-break: keep-all; }
	.business_type2 .txt_area .txt01 span.txt2 { display:block; font-size:1em; color:#333; font-weight:400; line-height:1.6em;  word-break: keep-all;}
	.business_type2 .txt_area .txt02 { float:left; width:100%; margin-top:20px;}
	.business_type2 .txt_area .txt02 ul {margin:0; padding:0; }
	.business_type2 .txt_area .txt02 ul li { position:relative; color:#555; font-weight:400; line-height:1.5em; list-style:none; padding-left:3%; margin-bottom:5px;}
	.business_type2 .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_type2 .con_arrow2{ width:100%; max-width:1200px;  padding-bottom:20px;  margin:0 auto;}
	.business_type2 .con_arrow2 p{position:relative; font-size:2em; color:#000; padding-left:30px; }
	.business_type2 .con_arrow2 span{  position:absolute; right:0; display:inline-block; font-size: 1em;  padding-left: 10px;  color: #555;}
	.business_type2 .con_arrow2 > p:before{position:absolute; top:4px; left:10px; display:inline-block; content:""; width:3px; height:23px; background-color:#1F88E5; -ms-transform:rotate(45deg); -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -o-transform:rotate(45deg); transform:rotate(45deg);}

	.business_type2 .con_box{ width:100%; padding:20px 0; border-top:1px solid #000; border-bottom:1px solid #000;}
	.business_type2 .con_box:after{content:""; display:block; clear:both;}
	.business_type2 .con_box ul { padding:0; margin:0; }
	.business_type2 .con_box ul li {float:left; width:50%; list-style:none; margin:10px 0; }
	.business_type2 .con_box ul li p{display:table; width:100%; }
	.business_type2 .con_box ul li p > em, .business_type2 .con_box p > span{display:table-cell; vertical-align:top; }
	.business_type2 .con_box ul li p > em{ width:30px; }
	.business_type2 .con_box ul li p > em > strong{display:inline-block; width:30px; height:30px;  line-height:30px; color:#fff; background-color:#000; text-align:center; font-size:1em;  border-radius:100%; -moz-border-radius:100%; -webkit-border-radius:100%; -o-border-radius:100%; font-weight:500;}
	.business_type2 .con_box ul li p > span{font-size:1em; line-height:30px; color:#555; letter-spacing:-0.75px;  padding:0 15px;}


	@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_type2 .business_info{margin-bottom:0px;}
		.business_type2 .business_info ul li.left_box { width:100%; height:300px;  }
		.business_type2 .business_info ul li.right_box{ width:100%; }
		.business_type2 .business_info ul li.right_box .txt03 {position:relative !important; margin-top:40px;}
		.business_type2 .business_info ul li.right_box .txt03 span {height:auto;}
		.business_type2 .txt_area { width:90%; margin:0 auto; border-top:0;}
		.business_type2 .txt_area .txt01 span.tit {font-size:1.85em;}
		.business_type2 .con_arrow2{width:95%; margin:0 auto;}
		.business_type2 .con_box{width:95%; margin:0 auto;}

	}

	@media screen and (max-width:480px){

	
		.business_type2 .con_arrow2 p{ font-size:1.5em; margin-top:30px;}
		.business_type2 .con_box ul li { width:100%; }

	}

		.daon_ver2_sub_type9 {width:100%; }
	.daon_ver2_sub_type9:after{ content:""; display:block; clear:both;}
	.daon_ver2_sub_type9 .sidewrap {max-width:1500px; margin:0 auto; padding:50px 25px; border-bottom: 1px solid #dcdcdc;}
	.daon_ver2_sub_type9 .sidewrap:after {content:""; display:block; clear:both;}
	.daon_ver2_sub_type9 .sidewrap:first-child {border-top: 1px solid #222;}
	.daon_ver2_sub_type9 .sidewrap:last-child{border-bottom:0;}
	.daon_ver2_sub_type9 .sidewrap .left-box {float:left; width:20%;}
	.daon_ver2_sub_type9 .sidewrap .left-box h3.tit {display:block; font-size:1.85em; font-weight:700; line-height:1.5em;}
	.daon_ver2_sub_type9 .sidewrap .right-box {float:right; width:75%; }
	.daon_ver2_sub_type9 .sidewrap.ex0 .con_box {width:100%;}
	.daon_ver2_sub_type9 .sidewrap.ex0 .con_box:after {content:""; display:block; clear:both;}
	.daon_ver2_sub_type9 .sidewrap.ex0 .con_box h4.t1 {display:block; font-size:1.5em; font-weight:700; line-height:1.2em; }
	.daon_ver2_sub_type9 .sidewrap.ex0 .con_box p {margin-top:0px; font-size:1em; color:#333;  line-height:1.4em; word-break: keep-all;}
	.daon_ver2_sub_type9 .sidewrap.ex0 .con_box .img_box { width:100%; text-align:center; margin-top:30px;}
	.daon_ver2_sub_type9 .sidewrap.ex0 .con_box .img_box img{width:100%; height:auto;}
	.daon_ver2_sub_type9 .sidewrap.ex1 .con_box {width:100%;}
	.daon_ver2_sub_type9 .sidewrap.ex1 .con_box:after {content:""; display:block; clear:both;}
	.daon_ver2_sub_type9 .sidewrap.ex1 .con_box ul {width:100%; margin:0; padding:0; }
	.daon_ver2_sub_type9 .sidewrap.ex1 .con_box ul li {width:100%; margin:0; padding:25px 0; border-bottom:1px dashed #ddd; transition: 0.3s all ease;}
	.daon_ver2_sub_type9 .sidewrap.ex1 .con_box ul li:first-child {padding-top:0;}
	.daon_ver2_sub_type9 .sidewrap.ex1 .con_box ul li:last-child {border-bottom:0; } 
	.daon_ver2_sub_type9 .sidewrap.ex1 .con_box ul li dl.box { width:100%; margin:0; padding:0; font-size:0; *display:inline;*zoom:1; vertical-align:top;}
	.daon_ver2_sub_type9 .sidewrap.ex1 .con_box ul li dl.box dt { display:inline-block; vertical-align: middle; width:12%; font-size:15px; font-weight:700;}
	.daon_ver2_sub_type9 .sidewrap.ex1 .con_box ul li dl.box dt span {display:table; width:70px; height:70px; text-align:center; overflow:hidden; transition: 0.3s all ease;}
	.daon_ver2_sub_type9 .sidewrap.ex1 .con_box ul li dl.box dt span i { display:table-cell; vertical-align: middle; font-size:2.5em; color:#000; }
	.daon_ver2_sub_type9 .sidewrap.ex1 .con_box ul li dl.box dd { display:inline-block; vertical-align: middle; width:88%; font-size:15px;  }
	.daon_ver2_sub_type9 .sidewrap.ex1 .con_box ul li dl.box dd strong {display:block; font-size:1.25em; font-weight:700;}
	.daon_ver2_sub_type9 .sidewrap.ex1 .con_box ul li dl.box dd p {margin-top:10px; font-size:0.9em; color:#777;  }
	.daon_ver2_sub_type9 .sidewrap.ex1 .con_box ul li dl.box dd p:first-child {margin-top:0; }
	.daon_ver2_sub_type9 .sidewrap.ex2 .con_box {width:100%;}
	.daon_ver2_sub_type9 .sidewrap.ex2 .con_box:after {content:""; display:block; clear:both;}
	.daon_ver2_sub_type9 .sidewrap.ex2 .con_box ul {width:100%; margin:0; padding:0; }
	.daon_ver2_sub_type9 .sidewrap.ex2 .con_box ul li {width:100%; padding:15px 0; border-bottom:1px dashed #ddd;}
	.daon_ver2_sub_type9 .sidewrap.ex2 .con_box ul li:first-child {padding-top:0;}
	.daon_ver2_sub_type9 .sidewrap.ex2 .con_box ul li:last-child {border-bottom:0; } 
	.daon_ver2_sub_type9 .sidewrap.ex2 .con_box ul li dl.box { width:100%; margin:0; padding:25px 40px; font-size:0; background-color:#f7f7f7; border-radius:10px; overflow:hidden; }
	.daon_ver2_sub_type9 .sidewrap.ex2 .con_box ul li dl.box dt { width:auto; display:inline-block; vertical-align: middle;  font-size:15px; font-weight:700; }
	.daon_ver2_sub_type9 .sidewrap.ex2 .con_box ul li dl.box dt span {display:table; width:60px; height:60px; text-align:center; background-color:#4460d9; border-radius:10px;}
	.daon_ver2_sub_type9 .sidewrap.ex2 .con_box ul li dl.box dt span i { display:table-cell; vertical-align: middle; font-size:1.85em; color:#fff; }
	.daon_ver2_sub_type9 .sidewrap.ex2 .con_box ul li dl.box dd { display:inline-block; vertical-align: middle; font-size:15px; color:#000;  }
	.daon_ver2_sub_type9 .sidewrap.ex2 .con_box ul li dl.box:first-child dd {width:24%; display:inline-block; padding-left:15px; } 
	.daon_ver2_sub_type9 .sidewrap.ex2 .con_box ul li dl.box dd:last-child {width:66%; display:inline-block;} 
	.daon_ver2_sub_type9 .sidewrap.ex2 .con_box ul li dl.box dd strong {display:inline-block; vertical-align: middle;  font-size:1.25em; font-weight:700;}
	.daon_ver2_sub_type9 .sidewrap.ex2 .con_box ul li dl.box dd p {margin-top:10px; font-size:0.9em; color:#777;  }
	.daon_ver2_sub_type9 .sidewrap.ex2 .con_box ul li dl.box dd p:first-child {margin-top:0; }
	.daon_ver2_sub_type9 .sidewrap.ex3 .con_box {width:100%;}
	.daon_ver2_sub_type9 .sidewrap.ex3 .con_box:after {content:""; display:block; clear:both;}
	.daon_ver2_sub_type9 .sidewrap.ex3 .con_box ul {width:100%; margin:0; padding:0; }
	.daon_ver2_sub_type9 .sidewrap.ex3 .con_box ul li {float:left; width:49%; margin-right:2%; padding:20px 0;  transition: 0.3s all ease;}
	.daon_ver2_sub_type9 .sidewrap.ex3 .con_box ul li:nth-child(even) { margin-right:0;}
	.daon_ver2_sub_type9 .sidewrap.ex3 .con_box ul li dl.box { width:100%; margin:0; padding:0; font-size:0; *display:inline;*zoom:1; vertical-align:top; }
	.daon_ver2_sub_type9 .sidewrap.ex3 .con_box ul li dl.box dt { display:inline-block; vertical-align:top; width:20%; font-size:15px; font-weight:700;}
	.daon_ver2_sub_type9 .sidewrap.ex3 .con_box ul li dl.box dt span {display:table; width:60px; height:60px; text-align:center; background-color:#222; border-radius:10px;  overflow:hidden; transition: 0.3s all ease;}
	.daon_ver2_sub_type9 .sidewrap.ex3 .con_box ul li dl.box dt span i { display:table-cell; vertical-align: middle; font-size:1.85em; color:#fff;}
	.daon_ver2_sub_type9 .sidewrap.ex3 .con_box ul li dl.box dd { display:inline-block; vertical-align: top; width:80%; font-size:15px;  color:#555;  }
	.daon_ver2_sub_type9 .sidewrap.ex3 .con_box ul li dl.box dd strong {display:block; font-size:1.25em; font-weight:700; margin-bottom:15px;}
	.daon_ver2_sub_type9 .sidewrap.ex3 .con_box ul li dl.box dd p {margin-top:10px; font-size:0.9em; color:#777;  }
	.daon_ver2_sub_type9 .sidewrap.ex3 .con_box ul li dl.box dd p:first-child {margin-top:0; }


	@media all and (max-width:1024px){
		.daon_ver2_sub_type9 .sidewrap .left-box { width:100%;}
		.daon_ver2_sub_type9 .sidewrap .right-box { width:100%; margin-top:20px; }
	}

	@media screen and (max-width: 768px){
		.daon_ver2_page_title{margin-bottom:40px;}
		.daon_ver2_page_title h1{font-size:1.85em;}
		.daon_ver2_page_title h2{font-size:1em;}

		.daon_ver2_sub_type9 .sidewrap .left-box h3.tit {font-size:1.5em; }
		.daon_ver2_sub_type9 .sidewrap.ex0 .con_box .img_box span {font-size:1.5em;}
		.daon_ver2_sub_type9 .sidewrap.ex1 .con_box ul li dl.box dt {width:15%;}
		.daon_ver2_sub_type9 .sidewrap.ex1 .con_box ul li dl.box dd {width:85%;}
		.daon_ver2_sub_type9 .sidewrap.ex2 .con_box ul li {text-align:center;}
		.daon_ver2_sub_type9 .sidewrap.ex2 .con_box ul li dl.box {padding:25px 20px;}
		.daon_ver2_sub_type9 .sidewrap.ex2 .con_box ul li dl.box dt span {width:50px; height:50px;}
		.daon_ver2_sub_type9 .sidewrap.ex2 .con_box ul li dl.box:first-child dd {width:100%; padding-left:0; margin-top:15px;} 
		.daon_ver2_sub_type9 .sidewrap.ex3 .con_box ul li {width:100%; }
		.daon_ver2_sub_type9 .sidewrap.ex3 .con_box ul li dl.box dt {width:15%;}
		.daon_ver2_sub_type9 .sidewrap.ex3 .con_box ul li dl.box dt span {width:50px; height:50px;}
		.daon_ver2_sub_type9 .sidewrap.ex3 .con_box ul li dl.box dd {width:85%;}
	}

	@media screen and (max-width: 480px){
		.daon_ver2_sub_type9 .sidewrap.ex1 .con_box ul li dl.box dt {width:100%; }
		.daon_ver2_sub_type9 .sidewrap.ex1 .con_box ul li dl.box dt span {text-align:left;}
		.daon_ver2_sub_type9 .sidewrap.ex1 .con_box ul li dl.box dd {width:100%; }
		.daon_ver2_sub_type9 .sidewrap.ex3 .con_box ul li dl.box dt {width:25%;}
		.daon_ver2_sub_type9 .sidewrap.ex3 .con_box ul li dl.box dd {width:75%;}
	}

	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%);
}

	.vision_type5 {width:100%; min-width:320px; max-width:1400px; margin:0 auto; }
	.vision_type5:after {display:block; visibility:hidden; clear:both; content:""}
	.vision_type5 .vision_area5 {width:100%; margin-bottom:80px; }
	.vision_type5 .vision_area5 h2.title {position:relative; font-size:1.5em; color:#000; padding-left:30px; margin-bottom:20px; }
	.vision_type5 .vision_area5 h2.title:before{position:absolute; top:18px; left:0; display:inline-block; content:""; width:8px; height:8px; border:4px solid #1F88E5; background:#fff; }
	.vision_type5 .vision_area5 ul {margin:0; padding:0; }
	.vision_type5 .vision_area5 ul li {clear:both; display:table; padding:0; margin:0; width:100%; border:1px solid #ddd; background-color:#fafafa; overflow:hidden;}
	.vision_type5 .vision_area5 ul li .i_box {display:table-cell; width:30%; vertical-align:middle; }
	.vision_type5 .vision_area5 ul li .i_box img {max-width:100%;  }
	
	.vision_type5 .vision_area5 ul li .i_box .icon {display:block; position:relative; left:0; top:25%; width:100%; text-align:center; }
	.vision_type5 .vision_area5 ul li .i_box .icon i {display:block; font-size:5em; color:#fff; }
	.vision_type5 .vision_area5 ul li .i_box .icon em {display:block; font-size:1.2em; color:#fff; font-style:normal; margin-top:20px;}
	.vision_type5 .vision_area5 ul li .con_txt {display:table-cell; width:70%; padding:20px 40px;}
	.vision_type5 .vision_area5 ul li .con_txt span {display:block; font-size:0.9em; color:#333; text-align:left; line-height:1.5em; word-break:keep-all; margin-top:15px; }

	.vision_type5 .vision_area5 dl {width:95%; margin:20px auto; }
	.vision_type5 .vision_area5 dl dd { position:relative; font-size:0.9em; color:#777; padding-left:15px; margin-bottom:15px; }
	.vision_type5 .vision_area5 dl dd:before{ content: ""; position:absolute; top:10px; left:0;  width:4px; height:4px; background:#333;}

	.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:10;}

	@media screen and (max-width:768px){
		
		.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;}

		.vision_type5 .vision_area5 h2.title { font-size:1.5em; }
		.vision_type5 .vision_area5 span.stitle{font-size:1em; width:90%;}
		.vision_type5 .vision_area5 ul li {width:100%;}
		.vision_type5 .vision_area5 ul li .i_box{ display:block; width:100%; padding:50px 0; }
		.vision_type5 .vision_area5 ul li .con_txt{display:block; width:100%; height:auto; padding:30px 0; margin:0;}
		.vision_type5 .vision_area5 ul li .con_txt span { padding:0 20px; }
		
	}

	