/* 인사말 */

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: 30px;
    line-height: 46px;
    font-family: 'NanumSquare';
    margin-left: 161px;
    color: #000;
    margin-top: 10px;

}

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: 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: 18px;
        line-height: 22px;
        font-family: 'NanumSquare';
        margin-left: 20px;
        color: #000;
        margin-top: 22px;
        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%;
    }
    /* 오시는 길 마감  */


}

.responsive-image {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
	margin-bottom: 50px;
}


	.fc_pointer {color:#3375C0; }
	.daon_content_wrap{width:100%; min-width:320px; max-width:100%; margin:0 auto;}
	.daon_page_title{width:100%; margin-bottom:60px;}
	.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; }


.guide_type1 {width:100%; max-width:1400px; margin:0 auto; }
	.guide_type1:after {clear:both; content:''; display:block;}
	
	.guide_type1 .guide_box1 .con_wrap {width:100%; background:;  padding:50px 0; border:1px solid #ddd; box-sizing:border-box; }
	.guide_type1 .guide_box1 .con_wrap:after {clear:both; content:''; display:block;}
	.guide_type1 .guide_box1 .con_wrap ul { padding:0; margin:0;}
	.guide_type1 .guide_box1 .con_wrap ul li {float:left; width:50%; text-align:center; padding:0; text-transform:uppercase; border-left:1px solid #eee; box-sizing:border-box;}
	.guide_type1 .guide_box1 .con_wrap ul li:first-child{border-left:none;}
	.guide_type1 .guide_box1 .con_wrap ul li .con_txt {min-height:220px; padding:0 20px; }
	.guide_type1 .guide_box1 .con_wrap ul li .icon {display:block; width:100px; margin:0 auto; overflow:hidden;}
	.guide_type1 .guide_box1 .con_wrap ul li .icon i {display:inline-block; font-size:3em; color:#2297d8;}
	.guide_type1 .guide_box1 .con_wrap ul li h3.title {position:relative; font-size:1.4em;  padding-bottom:10px; margin:15px 0; color:#000;}
	.guide_type1 .guide_box1 .con_wrap ul li h3.title:before {content:""; position:absolute; left:50%; bottom:0; margin-left:-20px; display:block; width:40px; height:1px; background:#bbb; }
	.guide_type1 .guide_box1 .con_wrap ul li strong {font-size:1.8em; color:#dc3232; line-height:1.5em;}
	.guide_type1 .guide_box1 .con_wrap ul li p {font-size:1em; color:#555; line-height:1.5em;}
	.guide_type1 .guide_box1 .con_wrap ul li .btn1 { display:inline-block; height:40px; line-height:38px; padding:0 20px; background:#2297d8; color:#fff; font-size:1em; margin-top:20px; text-decoration:none; transition:0.3s;}
	.guide_type1 .guide_box1 .con_wrap ul li .btn1:hover {background:#000; color:#fff; border:0;} 

	.guide_type1 .guide_box2 { width:100%; max-width:1400px; margin:50px auto; border-top:1px solid #000;}
	.guide_type1 .guide_box2:after {clear:both; content:''; display:block;}
	.guide_type1 .guide_box2 .con_wrap { width:100%; padding:50px 0; border-bottom:1px solid #eee;}
	.guide_type1 .guide_box2 .con_wrap:after {clear:both; content:''; display:block;}
	.guide_type1 .guide_box2 .con_wrap .con_area {padding:0 20px;}
	.guide_type1 .guide_box2 .con_wrap .left {width:25%; float:left; padding:0; }
	.guide_type1 .guide_box2 .con_wrap .left .con_title {font-size:1.5em; font-weight:700; color:#000; font-family: 'Noto Sans KR', sans-serif; }
	.guide_type1 .guide_box2 .con_wrap .left .con_title em {display:block; font-size:13px; font-weight:400; text-transform:uppercase; font-style:normal; letter-spacing:0.05em; color:#c0c0c0; }
	.guide_type1 .guide_box2 .con_wrap .right {width:75%; float:left; padding:0; }
	.guide_type1 .guide_box2 .con_wrap .right ul li {position:relative; margin-bottom:20px; padding-left:30px; line-height:1.5em; word-break:keep-all;}
	.guide_type1 .guide_box2 .con_wrap .right ul li:last-child {margin-bottom:0}
	.guide_type1 .guide_box2 .con_wrap .right ul li .txt_depth {font-size:1em; color:#aaa; text-transform:uppercase; padding-top:5px;  }
	.guide_type1 .guide_box2 .con_wrap .right ul li .numb { position:absolute; left:0; font-weight:700; }
	.guide_type1 .guide_box2 .con_wrap table {width:100%; margin-top:20px; border-collapse:collapse;}
	.guide_type1 .guide_box2 .con_wrap table tr {border-top:1px solid #e1e1e1; border-left:1px solid #e1e1e1}
	.guide_type1 .guide_box2 .con_wrap table tr:last-child {border-bottom:1px solid #e1e1e1}
	.guide_type1 .guide_box2 .con_wrap table tr th {background:#f9f9f9;font-size:0.90em;  padding:10px 0; border-right:1px solid #e1e1e1; text-align:center;}
	.guide_type1 .guide_box2 .con_wrap table tr td {text-align:center; font-size:0.85em; padding:10px 15px; border-right:1px solid #e1e1e1; word-break: keep-all;}
	.guide_type1 .guide_box2 .con_wrap .imp {font-size:0.85em; word-break:keep-all; color:#333; margin-top:20px; background:#fafafa; padding:25px 25px;}


	@media screen and (max-width: 768px){
		.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;}


		.guide_type1 .guide_box1 .con_wrap {padding:0; }
		.guide_type1 .guide_box1 .con_wrap ul li {width:100%;  padding:50px 0; border-left:0;  border-bottom:1px solid #ededed; }
		.guide_type1 .guide_box1 .con_wrap ul li .con_txt {min-height:150px;}

		.guide_type1 .guide_box2 .con_wrap .left {width:100%;}
		.guide_type1 .guide_box2 .con_wrap .right {width:100%; margin-top:30px; }

	}

	
	.daon_ver2_sub_type6 {width:100%;}
	.daon_ver2_sub_type6 .busi_title { width:100%; margin:20px auto;}
	.daon_ver2_sub_type6 .busi_title:after{ content:""; display:block; clear:both;}
	.daon_ver2_sub_type6 .busi_title h3.tit { position:relative; float:left; width:100%; padding-left:20px; font-size:1.45em; color:#000;  font-weight:700; line-height:1.4em; letter-spacing:-0.05em; }
	.daon_ver2_sub_type6 .busi_title h3.tit:before { content:'';  position:absolute; left:0; top:8px; width:5px; height:26px; background-color:#036eb8;  }

	.daon_ver2_sub_type6:after{ content:""; display:block; clear:both;}
	.daon_ver2_sub_type6 .step_top {width:100%; margin-top:50px; background-color:#fff; transition: 0.3s all ease;}
	.daon_ver2_sub_type6 .step_top:after{ content:""; display:block; clear:both;}
	.daon_ver2_sub_type6 .step_top .img_box { width:100%;  }
	.daon_ver2_sub_type6 .step_top .img_box img {max-width:100%;}
	.daon_ver2_sub_type6 .step_top .txt_box { position:relative; top:-30px; left:50%; margin-left:-45%; width:90%; padding:40px 0 0 0; background-color:#fff; } /*텍스트_배경색상*/
	.daon_ver2_sub_type6 .step_top .txt_box h2.tit { display:block; font-size:2em; font-weight:700; text-align:center; color:#2860AF; line-height:1.4em; letter-spacing:-0.05em; word-break:keep-all; }
	.daon_ver2_sub_type6 .step_top .txt_box div.txts {width:100%; margin-top:20px; text-align:center; }
	.daon_ver2_sub_type6 .step_top .txt_box div.txts p {display:block; margin-bottom:10px; font-size:1.1em; color:#333; line-height:1.6em; word-break:keep-all; }
	.daon_ver2_sub_type6 .step_box { width:100%; margin-top:50px;  transition: 0.3s all ease;}
	.daon_ver2_sub_type6 .step_box:after{content:""; display:block; clear:both;}
	.daon_ver2_sub_type6 .step_box ul { width:100%; margin:0; padding:0;} 
	.daon_ver2_sub_type6 .step_box ul li {display:table; position:relative; float:left; text-align:center; width:22%; min-height:180px; padding:20px 15px; margin-right:4%; margin-bottom:40px; background-color:#fff; border:1px solid #dfdfdf; transition: 0.5s all ease; }
	.daon_ver2_sub_type6 .step_box ul li:hover {background-color:#036eb8; border:1px solid #dfdfdf; }
	.daon_ver2_sub_type6 .step_box ul li:hover .con_box strong {	color: #fff;}
	.daon_ver2_sub_type6 .step_box ul li:hover .con_box p {	color: #fff;}
	.daon_ver2_sub_type6 .step_box ul li:after {  content: ""; position: absolute; width:30px; height:30px; top:50%; right:0; margin-top:-15px; margin-right:-15%; background:url('http://211.234.100.234/0-aram/image/step_arrow_right.png')no-repeat;}
	.daon_ver2_sub_type6 .step_box ul li:first-child {display:table; background-color:#fff;}
	.daon_ver2_sub_type6 .step_box ul li:first-child .con_box {display:table-cell; vertical-align:middle;  } 
	.daon_ver2_sub_type6 .step_box ul li:first-child .con_box p {display:block; color:#fff; font-size:1.1em; margin-top:10px; } 
	.daon_ver2_sub_type6 .step_box ul li:nth-child(4n) { margin-right:0;}
	.daon_ver2_sub_type6 .step_box ul li:nth-child(4n):after {display:none}
	.daon_ver2_sub_type6 .step_box ul li .con_box em { position:absolute; top:0; left:0; width:34px; height:34px; line-height:32px; background-color:#333; border:1px solid #333; text-align:center; font-size:1em; color:#fff; font-style:normal; z-index:1;}
	.daon_ver2_sub_type6 .step_box ul li:last-child .con_box em {background-color:#2860AF; border:1px solid #2860AF;} 
	.daon_ver2_sub_type6 .step_box ul li .con_box {display:table-cell; vertical-align:middle; }
	.daon_ver2_sub_type6 .step_box ul li .con_box strong {display:block;  font-size:1.2em; color:#000;}
	.daon_ver2_sub_type6 .step_box ul li .con_box p { display:block; line-height:1.4em; font-size:1em; color:#666; margin-top:15px; word-break:keep-all;}

	@media screen and (max-width:1100px){		
		.daon_ver2_sub_type3 .busi_title h3.tit {  width:100%;}

	}

	@media all and (max-width:1024px){
		.daon_ver2_sub_type6 .step_box ul li { width:46%; margin-right:4%; }
		.daon_ver2_sub_type6 .step_box ul li:after { margin-right:-12%;}
		.daon_ver2_sub_type6 .step_box ul li:nth-child(even) {float:right; margin-right:0;}
		.daon_ver2_sub_type6 .step_box ul li:nth-child(even):after {display:none;}
	}

	@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_type6 .step_top {padding:0; border:0;}
		.daon_ver2_sub_type6 .step_top .txt_box h2.tit {font-size:1.5em;}
		.daon_ver2_sub_type6 .step_top .txt_box div.txts p {font-size:1em;}
		.daon_ver2_sub_type6 .step_box { padding:0 4%; margin-top:50px; }
		.daon_ver2_sub_type6 .step_box ul li { width:100%; min-height:auto; padding:25px 25px; margin-bottom:50px;  }
		.daon_ver2_sub_type6 .step_box ul li:after { top: unset; bottom:-40px; margin-top:0; left:50%; margin-left:-15px; transform: rotate(90deg);}
		.daon_ver2_sub_type6 .step_box ul li:first-child {text-align:center; }
		.daon_ver2_sub_type6 .step_box ul li:nth-child(even):after {display:block; }
		.daon_ver2_sub_type6 .step_box ul li:nth-child(4n):after {display:block}
		.daon_ver2_sub_type6 .step_box ul li:last-child:after {display:none;}
		.daon_ver2_sub_type6 .step_box ul li:last-child {margin-bottom:0;}
		.daon_ver2_sub_type6 .step_box ul li .con_box strong {display:inline-block;  font-size:1.25em; color:#000;}		

		.daon_ver2_sub_type6 .busi_title h3.tit {  width:100%;}
		.daon_ver2_sub_type6 .busi_title p.desc {  width:100%; margin-top:30px;}
	}

	.btn_go {display:inline-block; background:#ff7e00; color:#fff; text-align:center;  font-size:1em; margin:20px 10px; padding:10px 30px; border:1px solid #ff7e00;  border-radius:50px; 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:#ff7e00; background-color:#fff; }


.btn_go2 {display:inline-block; background:#ff7e00; color:#fff; text-align:center;  font-size:1em; margin:20px 0px; padding:10px 30px; border:1px solid #ff7e00;  border-radius:50px; 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:#ff7e00; background-color:#fff; }

/* PC 화면에서만 pc-only 클래스 활성화 */
@media (max-width: 768px) {
    .pc-only {
        display: none;
    }
}


.mobile-only {
  display: none;
}

/* 화면 너비가 768px 이하일 때만 보이도록 설정 */
@media only screen and (max-width: 768px) {
  .mobile-only {
    display: block; /* <br> 요소 특성상 block으로 설정해도 줄바꿈이 됩니다 */
  }
}

.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.2em; color:#666; margin-top:20px; }

	.daon_ver2_sub_type19 {width:100%; }
	.daon_ver2_sub_type19:after{ content:""; display:block; clear:both;}	
	.daon_ver2_sub_type19 h3.con_tit {display:block; text-align:center; margin-top:20px; }
	.daon_ver2_sub_type19 h3.con_tit p {display:block; font-size:2.5em; font-weight:700; line-height:1.5em;}
	.daon_ver2_sub_type19 h3.con_tit span {display:block; margin-top:15px; font-size:1.25em; line-height:1.5em;}
	.daon_ver2_sub_type19 .busi_cont1 {width:100%; max-width:1500px; margin:0 auto;}
	.daon_ver2_sub_type19 .busi_cont1:after{ content:""; display:block; clear:both;}
	.daon_ver2_sub_type19 .busi_cont1 .con_box {width:100%;margin:0 auto; }
	.daon_ver2_sub_type19 .busi_cont1 .con_box:after{ content:""; display:block; clear:both;}
	.daon_ver2_sub_type19 .busi_cont1 .con_box:last-child {margin-bottom:0;}
	.daon_ver2_sub_type19 .busi_cont1 .con_box .img_box {position:relative; float:left; width:40%; transition: 0.3s all ease;}
	.daon_ver2_sub_type19 .busi_cont1 .con_box .img_box img { max-width:100%;}
	.daon_ver2_sub_type19 .busi_cont1 .con_box .txt_box {float:right; width:60%; padding:20px 50px; transition: 0.3s all ease; }
	.daon_ver2_sub_type19 .busi_cont1 .con_box .txt_box:after {content:""; display:block; clear:both;}
	.daon_ver2_sub_type19 .busi_cont1 .con_box .txt_box ul {width:100%; margin:0; padding:0; }
	.daon_ver2_sub_type19 .busi_cont1 .con_box .txt_box ul li {width:100%; margin:0; padding:10px 0; transition: 0.3s all ease;}
	.daon_ver2_sub_type19 .busi_cont1 .con_box .txt_box ul li:first-child {padding-top:0;}
	.daon_ver2_sub_type19 .busi_cont1 .con_box .txt_box ul li:last-child {border-bottom:0; } 
	.daon_ver2_sub_type19 .busi_cont1 .con_box .txt_box ul li dl { width:100%; margin:0; padding:0; font-size:0; *display:inline;*zoom:1; vertical-align:top;}
	.daon_ver2_sub_type19 .busi_cont1 .con_box .txt_box ul li dl dt { display:inline-block; vertical-align: middle; width:70px; font-size:14px; font-weight:700;}
	.daon_ver2_sub_type19 .busi_cont1 .con_box .txt_box ul li dl dt span {display:table; width:70px; height:70px; border-radius:50%; background-color:#0070C0; text-align:center; overflow:hidden; transition: 0.3s all ease;}
	.daon_ver2_sub_type19 .busi_cont1 .con_box .txt_box ul li dl dt span em { display:table-cell; vertical-align: middle; font-size:1.5em; font-weight:400; color:#fff; font-style:normal;}
	.daon_ver2_sub_type19 .busi_cont1 .con_box .txt_box ul li dl dt span i { display:table-cell; vertical-align: middle; font-size:2em; color:#fff; }
	.daon_ver2_sub_type19 .busi_cont1 .con_box .txt_box ul li dl dd { display:inline-block; vertical-align: middle; width:80%; font-size:14px; padding-left:5%;   }
	.daon_ver2_sub_type19 .busi_cont1 .con_box .txt_box ul li dl dd strong {display:block; font-size:1.4em; font-weight:700; margin-bottom:10px;}
	.daon_ver2_sub_type19 .busi_cont1 .con_box .txt_box ul li dl dd p {margin-top:10px; font-size:1.2em; color:#777; word-break:keep-all; }
	.daon_ver2_sub_type19 .busi_cont1 .con_box .txt_box ul li dl dd p:first-child {margin-top:0; }
	.daon_ver2_sub_type19 .busi_cont2 {width:100%; padding:80px 0; margin-top:100px; background:#eff3f6;}
	.daon_ver2_sub_type19 .busi_cont2:after{ content:""; display:block; clear:both;}
	.daon_ver2_sub_type19 .busi_cont2 .con_box {width:100%; max-width:1500px; margin:50px auto;}
	.daon_ver2_sub_type19 .busi_cont2 .con_box:after {content:""; display:block; clear:both;}
	.daon_ver2_sub_type19 .busi_cont2 .con_box ul {width:100%; margin:0; padding:0; }
	.daon_ver2_sub_type19 .busi_cont2 .con_box ul li {float:left; vertical-align:top; width:32%; margin-right:2%; padding:40px 25px; text-align:left; background-color:#fff; border-radius:20px; box-shadow: 5px 5px 8px rgba(0,0,0,.05); transition: 0.3s all ease;}
	.daon_ver2_sub_type19 .busi_cont2 .con_box ul li:last-child {margin-right:0; }
	.daon_ver2_sub_type19 .busi_cont2 .con_box ul li .txt_box { width:100%; min-height:200px; }
	.daon_ver2_sub_type19 .busi_cont2 .con_box ul li .txt_box em {display:block; font-size:1.1em; font-style:normal; }
	.daon_ver2_sub_type19 .busi_cont2 .con_box ul li .txt_box strong {display:block; font-size:1.85em; font-weight:700; line-height:1.2em; margin:20px 0 15px 0;}
	.daon_ver2_sub_type19 .busi_cont2 .con_box ul li .txt_box strong span {display:block; font-size:1em; color:#fa7245;}
	.daon_ver2_sub_type19 .busi_cont2 .con_box ul li .txt_box p {display:block; margin-top:10px; font-size:1em; color:rgba(0,0,0,.5);  display : -webkit-box; overflow:hidden;  text-overflow : ellipsis;  -webkit-line-clamp : 3;   -webkit-box-orient : vertical; }
	.daon_ver2_sub_type19 .busi_cont2 .con_box ul li .img_box { width:100%; text-align:center; overflow:hidden; }
	.daon_ver2_sub_type19 .busi_cont2 .con_box ul li .img_box img { max-width:100%;  transition: 0.3s all ease; border-radius:10px;}
	.daon_ver2_sub_type19 .busi_cont2 .con_box ul li a { display:block; text-decoration:none; }
	.daon_ver2_sub_type19 .busi_cont2 .con_box ul li a span.btn_link {display:block; margin:20px auto 40px; font-size:1em; color:#999; text-decoration:none; transition: 0.3s all ease; }
	.daon_ver2_sub_type19 .busi_cont2 .con_box ul li:hover {background-color:#fa7245;}
	.daon_ver2_sub_type19 .busi_cont2 .con_box ul li:hover .txt_box em {color:#fff;}
	.daon_ver2_sub_type19 .busi_cont2 .con_box ul li:hover .txt_box strong {color:#fff;}
	.daon_ver2_sub_type19 .busi_cont2 .con_box ul li:hover .txt_box strong span {color:#fff;}
	.daon_ver2_sub_type19 .busi_cont2 .con_box ul li:hover .txt_box p {color:rgba(255,255,255,.8);}
	.daon_ver2_sub_type19 .busi_cont2 .con_box ul li:hover a span.btn_link {color:#fff;}	


	@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_type19 h3.con_tit { padding:0 4%;}
		.daon_ver2_sub_type19 h3.con_tit p { font-size:1.85em;}
		.daon_ver2_sub_type19 h3.con_tit span { font-size:1em; }
		.daon_ver2_sub_type19 .busi_cont1 .con_box .img_box { width:100%; text-align:center;}
		.daon_ver2_sub_type19 .busi_cont1 .con_box .txt_box { width:100%; padding:25px 4%; margin-top:20px; }
		.daon_ver2_sub_type19 .busi_cont1 .con_box .txt_box ul li dl dd { width:80%; }
		.daon_ver2_sub_type19 .busi_cont2 { padding:40px 0 0 0; margin-top:50px;}
		.daon_ver2_sub_type19 .busi_cont2 .con_box {padding:0 4%;}
		.daon_ver2_sub_type19 .busi_cont2 .con_box ul li {width:100%; margin-bottom:50px; }
		.daon_ver2_sub_type19 .busi_cont2 .con_box ul li:last-child { margin-bottom:0; }
		.daon_ver2_sub_type19 .busi_cont2 .con_box ul li .txt_box {min-height:auto; }
		.daon_ver2_sub_type19 .busi_cont2 .con_box ul li .txt_box strong span {display:inline;}			
	}

	@media all and (max-width:640px){
		.daon_ver2_sub_type19 h3.con_tit p { font-size:1.5em;}
		.daon_ver2_sub_type19 .busi_cont2 .con_box ul li .txt_box strong {font-size:1.5em;}
	}

	
	.business_type2{ width:100%; max-width:1500px; 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:650px; height:500px; 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:50%; height:500px;}
	.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; }
	.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;
  display: table;            /* 텍스트 너비에 맞춰 li 폭 shrink-wrap */
  padding-left: 20px;        /* bullet 위치만큼 여유 */
  margin-bottom: 5px;
  color: #555;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.5em;
  list-style: none;
  cursor: pointer;}
	.business_type2 .txt_area .txt02 ul li:before {position:absolute; top:14px; left:0; content:""; display:inline-block; width:4px; height:4px; background:#555; margin-right:10px; vertical-align:middle;}
/* 밑줄용 요소 (초기에는 길이 0) */
.business_type2 .txt_area .txt02 ul li::after {
  content: "";
  position: absolute;
  bottom: 2px;              /* 텍스트 바닥과 살짝 겹치도록 */
  left: 20px;                /* padding-left와 동일하게 */
  width: 0;
  height: 10px;               /* 선 두께 */
  background: rgba(0,112,192,0.3); /* 반투명  */
  transition: width 0.3s ease;
}

/* 호버 시 텍스트 길이만큼 밑줄 확장 */
.business_type2 .txt_area .txt02 ul li:hover::after {
  width: calc(100% - 20px);
}


	.business_type2 .con_arrow2{ width:100%; max-width:1500px;  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%; }

	}


        main {
            padding: 40px 20px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .product {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            max-width: 1200px;
            margin: 20px 0;
            background-color: white;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
            overflow: hidden;
        }
        .product-image {
            flex: 1;
            min-width: 100%;
            max-width: 100%;
            box-sizing: border-box;
            position: relative;
        }
        .product-image .slider img {
            width: 100%;
            height: auto;
            border-radius: 0;
        }
        .product-info {
            flex: 1;
            min-width: 50%;
            max-width: 50%;
            padding: 40px;
            box-sizing: border-box;
            text-align: left;
        }
        .product-info h2 {
            margin-top: 0;
            font-size: 2.4rem;
            color: #34495E;
            margin-bottom: 20px;
        }
        .product-info p {
            font-size: 1.1rem;
            line-height: 1.6;
            color: #555;
        }
        .features {
            margin: 40px 0;
            text-align: center;
            width: 100%;
        }
        .features h2 {
            font-size: 1.8rem;
            color: #34495E;
            margin-bottom: 20px;
        }
        .features ul {
            list-style: none;
            padding: 0;
            margin: 0;
            text-align: left;
            max-width: 800px;
            margin: 0 auto;
        }
        .features ul li {
            font-size: 1.1rem;
            margin: 10px 0;
            color: #555;
            padding-left: 20px;
            position: relative;
        }
        .features ul li::before {
            content: "\f058"; /* FontAwesome check-circle */
            font-family: "Font Awesome 5 Free";
            color: #007BFF;
            position: absolute;
            left: 0;
            font-weight: 900;
        }
        .cta {
            margin: 20px 0;
            text-align: center;
            width: 100%;
        }
        .cta a {
            background-color: #007BFF;
            color: white;
            padding: 15px 30px;
            text-align: center;
            border-radius: 5px;
            text-decoration: none;
            font-weight: bold;
            font-size: 1.2rem;
            display: inline-block;
            transition: background-color 0.3s ease;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        }
        .cta a:hover {
            background-color: #0056b3;
        }
      
        /* 반응형 디자인 */
        @media (max-width: 1024px) {
            .product-info h2 {
                font-size: 2rem;
            }
            .product-info p {
                font-size: 1rem;
            }
        }
        @media (max-width: 768px) {
            .product {
                flex-direction: column;
                max-width: 100%;
            }
            .product-image, .product-info {
                max-width: 100%;
                min-width: 100%;
            }
            .product-image {
                order: 1;
            }
            .product-info {
                order: 2;
                padding: 20px;
            }
          
        }
        @media (max-width: 480px) {
          
            .product-info h2 {
                font-size: 1.8rem;
            }
            .product-info p {
                font-size: 0.95rem;
            }
            .cta a {
                font-size: 1rem;
                padding: 12px 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:32%; height:370px; 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:2em; font-weight:700; font-style:normal;}
	.daon_ver2_sub_type13 .busi_area ul li em:after { content: ''; position: absolute; left: 0; bottom:0; width:30px; 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:1em; color:#666;  margin-top:5px; text-align:left;  }
	.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,.6);}
	.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:100%; 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_type11 {width:100%; margin:0 auto;}
	.daon_ver2_sub_type11:after{ content:""; display:block; clear:both;}
	.daon_ver2_sub_type11 h3.con_tit {display:block; font-size:1.85em; font-weight:700; line-height:1.5em;  margin:25px auto 25px;}
	.daon_ver2_sub_type11 .recruit_top { position: relative; width:100%; height:500px; margin:0 auto; background:url("../../img/rec_back.jpg") no-repeat center center; background-size:cover;}
	.daon_ver2_sub_type11 .recruit_top .recruit-info { width: 100%; text-align: center; position: absolute; top: 50%; left: 50%;  -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
	.daon_ver2_sub_type11 .recruit_top .recruit-info p { display:block; color:#fff; font-size:2.5em; font-weight: 700; line-height:1.4em;  transition: 0.3s all ease;}
	.daon_ver2_sub_type11 .recruit_top .recruit-info span {display:block; color:#999; font-size:1.25em; line-height:1.4em; margin-top:15px;}
	.daon_ver2_sub_type11 .recruit_top .recruit-info a {position:relative; display:inline-block; padding-bottom:10px; margin-top:40px; font-size:1.15em; text-decoration:none; color:#fff;  }
	.daon_ver2_sub_type11 .recruit_top .recruit-info a:before { content: ""; display:block; position: absolute; left: 0; bottom:0; font-size: 10rem;  opacity: 1; width:100%; height:1px; background-color:#666; transition: 0.3s all ease;}
	.daon_ver2_sub_type11 .recruit_top .recruit-info a:after { content: ""; display:block; position: absolute; left: 0; bottom:0; font-size: 10rem;  opacity: 1; width:0%; height:3px; background-color:#f7cc89; transition: 0.3s all ease;}
	.daon_ver2_sub_type11 .recruit_top .recruit-info a:hover:after { width:100%;}
	.daon_ver2_sub_type11 .recruit_info {width:100%; max-width:1500px; margin:0 auto; margin-top:50px;}
	.daon_ver2_sub_type11 .recruit_step {width:100%; margin:0 auto;}
	.daon_ver2_sub_type11 .recruit_step:after {content:""; display:block; clear:both;}
	.daon_ver2_sub_type11 .recruit_step .con_box { width:100%; min-width:320px; transition: 0.3s all ease;}
	.daon_ver2_sub_type11 .recruit_step .con_box:after{content:""; display:block; clear:both;}
	.daon_ver2_sub_type11 .recruit_step .con_box ul { width:100%; margin:0; padding:0;} 
	.daon_ver2_sub_type11 .recruit_step .con_box ul li {display:table; position:relative; float:left; text-align:center; width:22%; min-height:240px; padding:40px 15px; margin-right:4%; margin-bottom:0px; background-color:#fff; border:1px solid #ddd; transition: 0.5s all ease; }
	.daon_ver2_sub_type11 .recruit_step .con_box ul li:after {  content: ""; position: absolute; width:30px; height:30px; top:50%; right:0; margin-top:-15px; margin-right:-14%; background:url('../image/step_arrow_right.png')no-repeat;}
	.daon_ver2_sub_type11 .recruit_step .con_box ul li:last-child { margin-right:0; background-color:#3b445b; border:0}
	.daon_ver2_sub_type11 .recruit_step .con_box ul li:last-child:after {display:none}
	.daon_ver2_sub_type11 .recruit_step .con_box ul li div.tb-cell {	display:table-cell; vertical-align:middle; }
	.daon_ver2_sub_type11 .recruit_step .con_box ul li div.tb-cell i {display:block;  font-size:3em; color:#3b445b;}
	.daon_ver2_sub_type11 .recruit_step .con_box ul li div.tb-cell strong {display:block;  font-size:1.5em; color:#000; margin-top:20px;}
	.daon_ver2_sub_type11 .recruit_step .con_box ul li div.tb-cell p { display:block; line-height:1.4em; font-size:1em; color:#666; margin-top:15px; word-break:keep-all;}
	.daon_ver2_sub_type11 .recruit_step .con_box ul li:last-child div.tb-cell i {color:#fff;}
	.daon_ver2_sub_type11 .recruit_step .con_box ul li:last-child div.tb-cell strong {color:#fff;}
	.daon_ver2_sub_type11 .recruit_step .con_box ul li:last-child div.tb-cell p {color:#fff;}
	.daon_ver2_sub_type11 .recruit_benefit {width:100%; padding:30px 0; margin-top:0px; background-color:#fff; }
	.daon_ver2_sub_type11 .recruit_benefit:after {content:""; display:block; clear:both;}
	.daon_ver2_sub_type11 .recruit_benefit .inner {width:100%;margin:0 auto; }
	.daon_ver2_sub_type11 .recruit_benefit .inner:after {content:""; display:block; clear:both;}
	.daon_ver2_sub_type11 .recruit_benefit .con_box {width:100%;margin:0 auto; border-top:1px solid #ddd; border-right:1px solid #ddd;}
	.daon_ver2_sub_type11 .recruit_benefit .con_box:after {content:""; display:block; clear:both;}
	.daon_ver2_sub_type11 .recruit_benefit .con_box ul {width:100%; margin:0; padding:0; }
	.daon_ver2_sub_type11 .recruit_benefit .con_box ul li {float:left; width:33.33333%; padding:25px 25px 15px 25px; text-align:center; background-color:#fff; border-left:1px solid #ddd; border-bottom:1px solid #ddd; box-sizing:border-box; transition: 0.3s all ease; }
	.daon_ver2_sub_type11 .recruit_benefit .con_box ul li:nth-child(3n) {margin-right:0; }
	.daon_ver2_sub_type11 .recruit_benefit .con_box ul li dl.box {  width:100%; margin:0; padding:0; }
	.daon_ver2_sub_type11 .recruit_benefit .con_box ul li dl.box dt { display:block; width:80px; height:80px; margin:0 auto;  background-color:#f7cc89; border-radius:100%; overflow:hidden; transition: 0.3s all ease; }
	.daon_ver2_sub_type11 .recruit_benefit .con_box ul li:nth-child(even) dl.box dt {background-color:#89b4f7;}
	.daon_ver2_sub_type11 .recruit_benefit .con_box ul li dl.box dt i { line-height:80px; display:inline-block; vertical-align:middle; font-size:2.5em; color:#fff;}
	.daon_ver2_sub_type11 .recruit_benefit .con_box ul li dl.box dd { float:left; width:100%; margin-top:15px;}
	.daon_ver2_sub_type11 .recruit_benefit .con_box ul li dl.box dd strong {display:block; min-height:34px; font-size:1.4em; font-weight:700; line-height:1.2em; }
	.daon_ver2_sub_type11 .recruit_benefit .con_box ul li dl.box dd p {min-height:40px; font-size:1em; color:#777;  line-height:1.4em;}
	.daon_ver2_sub_type11 .recruit_btn { display:block; text-align:center; margin:10px auto; }
	.daon_ver2_sub_type11 .recruit_btn a {display:inline-block; margin:0 6px; width:250px; height:60px; line-height:60px; font-size: 1.25em; text-decoration:none; letter-spacing: -0.025em; color: #fff; background-color:#3B445B; transition: 0.3s all ease;}
	.daon_ver2_sub_type11 .recruit_btn a i { display:inline-block; font-size:1em; color:#fff; margin-left:10px; transition: all 0.4s; }
	.daon_ver2_sub_type11 .recruit_btn a:hover { background-color:#000; color: #fff; transition: 0.3s all ease;}
	.daon_ver2_sub_type11 .recruit_btn a:hover i { color: #fff; }
	.daon_ver2_sub_type11 .recruit_btn a.other{background-color:#000;}
	.daon_ver2_sub_type11 .recruit_btn a.other:hover{background-color:#3B445B;}

	@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_type11 h3.con_tit {font-size:1.5em;}
		.daon_ver2_sub_type11 .recruit_top .recruit-info p {font-size:2em;}
		.daon_ver2_sub_type11 .recruit_info {padding:0 4%;}
		.daon_ver2_sub_type11 .recruit_step .con_box ul li { width:100%; min-height:auto; padding:25px 10px; margin-bottom:50px; text-align:left; }
		.daon_ver2_sub_type11 .recruit_step .con_box ul li:after { top: unset; bottom:-40px; margin-top:0; left:50%; margin-left:-15px; transform: rotate(90deg);}
		.daon_ver2_sub_type11 .recruit_step .con_box ul li:nth-child(even):after {display:block; }
		.daon_ver2_sub_type11 .recruit_step .con_box ul li:last-child {margin-bottom:0;}
		.daon_ver2_sub_type11 .recruit_step .con_box ul li:last-child:after {display:none;}
		.daon_ver2_sub_type11 .recruit_step .con_box ul li div.tb-cell i {display:inline-block; vertical-align:middle; width:15%; text-align:center; font-size:2em;  }
		.daon_ver2_sub_type11 .recruit_step .con_box ul li div.tb-cell strong {display:inline-block;  vertical-align:middle; margin-top:0;  width:30%; font-size:1.25em;}
		.daon_ver2_sub_type11 .recruit_step .con_box ul li div.tb-cell p {display:inline-block;  vertical-align:middle; margin-top:0;  width:auto;}
		.daon_ver2_sub_type11 .recruit_benefit .con_box ul li { width:50%;}
		.daon_ver2_sub_type11 .recruit_benefit .con_box ul li dl.box dt { width:50px; height:50px; }
		.daon_ver2_sub_type11 .recruit_benefit .con_box ul li dl.box dt i { line-height:50px; font-size:1.5em;}
		.daon_ver2_sub_type11 .recruit_benefit .con_box ul li dl.box dd strong {font-size:1.25em; }
		.daon_ver2_sub_type11 .recruit_btn a {float:left; width:50%; margin:0%; height:60px; line-height:60px;  font-size:1em;}
	}

	@media all and (max-width:480px){
		.daon_ver2_sub_type11 .recruit_benefit .con_box ul li dl.box dd strong {font-size:1em; }
		.daon_ver2_sub_type11 .recruit_benefit .con_box ul li dl.box dd p {display:none;}
	}
