/* 인사말 */

section.company h3.company_h3 {
    font-size: 24px;
    font-family: 'NanumSquare';
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 50px;
    text-align: center;
}

section.company.company_01 .ceo-box {
    background-repeat: no-repeat;
    height: 500px;
    display: flex;
    align-items: center;
}

section.company.company_01 .ceo-box .text {
    font-size: 34px;
    line-height: 46px;
    font-family: 'NanumSquare';
    margin-left: 161px;
    color: #000;
    margin-top: 105px;

}

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(222, 221, 254);
    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;
    }

    section.company.company_02 .table_wrap .table tbody th,
    section.company.company_04 .table_wrap .table tbody th {
        width: 33.3%;
        text-align:center;
    }

	   section.company.company_02 .table_wrap .table tbody td,
    section.company.company_04 .table_wrap .table tbody td {
        width: 33.3%;
        text-align:center;
    }

    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%;
    }
    /* 오시는 길 마감  */


}


	.fc_ver2_pointer {color:#C53428; }
	.daon_content_wrap{width:100%; min-width:320px; max-width:1500px; 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_type2 {width:100%; border-top:1px solid #000; }
	.daon_ver2_sub_type2:after{ content:""; display:block; clear:both;}
	.daon_ver2_sub_type2 .tour_area { width:100%; padding:40px 0px; overflow:hidden; border-bottom:1px solid #ddd; }
	.daon_ver2_sub_type2 .tour_img { float:left; width:45%; transition: 0.5s all ease;}
	.daon_ver2_sub_type2 .tour_img img {width:100%;}
	.daon_ver2_sub_type2 .tour_info { float:right; position:relative; width:50%; transition: 0.5s all ease;}
	.daon_ver2_sub_type2 .tour_box1 {position:relative; padding-bottom:20px; border-bottom:1px dashed #ddd; background-color:none; }
	.daon_ver2_sub_type2 .tour_box1:after{ content:""; display:block; clear:both;}
	.daon_ver2_sub_type2 .tour_box1 .tour_tit { display:block; margin:0; padding:0; font-size:1.65em; font-weight:700; color:#222; line-height:1.2em; }
	.daon_ver2_sub_type2 .tour_box1 .tour_tit a{text-decoration:none; color:#000;}
	.daon_ver2_sub_type2 .tour_box1 .tour_txt { display:block; width:85%; font-size:1.1em; color:#555; line-height:1.5em; margin:15px 0 20px 0; word-break:keep-all; }
	.daon_ver2_sub_type2 .tour_box1 .tour_map {  width:100%; font-size:1em; line-height:1.4em; color:#555; }
	.daon_ver2_sub_type2 .tour_box1 .tour_map i { display:inline-block; vertical-align:middle; color:#000; font-size:18px; margin-right:7px;  }
	.daon_ver2_sub_type2 .tour_box1 .tour_chu {position:absolute; right:0; top:0; width:70px; height:70px; text-align:center; padding-top:16px; color:#c30300; background-color:rgba(255,255,255,0.8); font-size:1em; border-radius:50%; border:1px solid #ddd; box-sizing: border-box;}	
	.daon_ver2_sub_type2 .tour_box1 .tour_chu  i{display:block; font-size:1.2em;}
	.daon_ver2_sub_type2 .tour_box2 {width:100%; padding-top:20px; background-color:none; }
	.daon_ver2_sub_type2 .tour_box2:after{ content:""; display:block; clear:both;}
	.daon_ver2_sub_type2 .tour_box2 .tour_link { width:100%; }
	.daon_ver2_sub_type2 .tour_box2 .tour_link a {margin:0 2px;}
	.daon_ver2_sub_type2 .tour_box2 .tour_link span {display:inline-block;  color:#fff; padding:5px 10px; }
	.daon_ver2_sub_type2 .tour_box2 .tour_link span.time {background-color:#fff; border-radius:4px; transition: 0.5s all ease; color:#222; border:1px solid #ccc;margin-top:5px;}
	.daon_ver2_sub_type2 .tour_box2 .tour_link span.time:hover {background-color:#222; color:#fff; border:1px solid #222; transition: 0.5s all ease;}
	.daon_ver2_sub_type2 .tour_box2 .tour_link span.site_map { background-color:#d59337; border:1px solid #d59337; border-radius:4px; transition: 0.5s all ease;}
	.daon_ver2_sub_type2 .tour_box2 .tour_link span.site_map:hover {background-color:#222; border:1px solid #222; transition: 0.5s all ease;}
	.daon_ver2_sub_type2 .tour_box2 .tour_link span.site_home { background-color:#777; border:1px solid #777; border-radius:4px; transition: 0.5s all ease;}
	.daon_ver2_sub_type2 .tour_box2 .tour_link span.site_home:hover {background-color:#222; border:1px solid #222; transition: 0.5s all ease;}
	.daon_ver2_sub_type2 .tour_box2 .tour_link span.site_call { background-color:#293d6b; border:1px solid #293d6b; border-radius:4px; transition: 0.5s all ease;}
	.daon_ver2_sub_type2 .tour_box2 .tour_link span.site_call:hover {background-color:#222; border:1px solid #222; transition: 0.5s all ease;}
	.daon_ver2_sub_type2 .tour_box2 .tour_tag {width:100%;  margin-top:20px;}
	.daon_ver2_sub_type2 .tour_box2 .tour_tag li {display:inline-block; padding:5px 15px; margin-right:5px; margin-bottom:5px; font-size:1em; color: #555; border: 1px solid #ddd; border-radius:50px; text-align: center;  box-sizing: border-box;}

	
	@media screen and (max-width:1300px){		
		.daon_ver2_sub_type2 .tour_img { width:35%;}
		.daon_ver2_sub_type2 .tour_info { width:60%;}
		.daon_ver2_sub_type2 .tour_box2 .tour_tag li { margin-bottom:12px;}
	}
		
	@media screen and (max-width:992px){		
		.daon_content_wrap{padding:0 2%;}
		.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_type2 .tour_area {padding:30px 0px;}
		.daon_ver2_sub_type2 .tour_img {float:none; width:100%; text-align:center;}
		.daon_ver2_sub_type2 .tour_info {float:none; width:100%; margin-top:25px;}
		.daon_ver2_sub_type2 .tour_box1 .tour_txt {width:100%; font-size:0.9em;}
		.daon_ver2_sub_type2 .tour_box1 .tour_chu { top:-83px; right:8px; width:50px; height:50px; padding-top:10px; font-size:1em; }	
		.daon_ver2_sub_type2 .tour_box2 .tour_link {text-align:center; font-size:12px;}
		.daon_ver2_sub_type2 .tour_box2 .tour_tag {text-align:center; font-size:12px;}
		.daon_ver2_sub_type2 .tour_box2 .tour_tag li { padding:3px 10px; margin-right: 3px; margin-bottom:6px; font-size:0.85em; }
		.daon_ver2_sub_type2 .tour_box1 .tour_chu{font-size:0.9em;}
	}

	@media screen and (max-width:480px){
		.daon_ver2_sub_type2 .tour_box2 .tour_link {font-size:10px;}		
		.daon_ver2_sub_type2 .tour_box2 .tour_link a{margin:0 1px;}
		.daon_ver2_sub_type2 .tour_box2 .tour_link span{padding:5px;}
		.daon_ver2_sub_type2 .tour_box2 .tour_tag {font-size:10px;}
	}


.fc_ver2_pointer {color:#C53428; }
	.daon_content_wrap{width:100%; min-width:320px; max-width:1500px; 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_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%;}
	.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:210px; 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-alex/theme/ak/img/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;}
	.daon_ver2_sub_type7 .step_box ul li div strong {position:relative; display:block; padding:20px; font-size:1.25em; color:#fff; background-color:#3ac1e1; overflow:hidden;}
	.daon_ver2_sub_type7 .step_box ul li div strong em { position:absolute; top:-10px; right:25px; font-size:3.5em; color:rgba(255,255,255,.5); 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.8em; 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_type10 {width:100%;}
	.daon_ver2_sub_type10:after{ content:""; display:block; clear:both;}
	.daon_ver2_sub_type10 h3.con_tit {display:block; font-size:1.85em; font-weight:700; line-height:1.5em; max-width:1500px; margin:50px auto 25px; color:#3ac1e1;}
	.daon_ver2_sub_type10 .g_map {width:100%; height:auto; margin-bottom:30px;}
	.daon_ver2_sub_type10 .g_map:after{ content:""; display:block; clear:both;}
	.daon_ver2_sub_type10 .daon_map_info {width:100%;margin:0 auto; }
	.daon_ver2_sub_type10 .daon_map_info:after {content:""; display:block; clear:both;}
	.daon_ver2_sub_type10 .daon_map_info .con_box { width:100%; min-width:320px; transition: 0.3s all ease;}
	.daon_ver2_sub_type10 .daon_map_info .con_box:after{content:""; display:block; clear:both;}
	.daon_ver2_sub_type10 .daon_map_info .con_box ul { width:100%; margin:0; padding:0;} 
	.daon_ver2_sub_type10 .daon_map_info .con_box ul li {display:table; float:left; text-align:center; width:23.5%; min-height:240px; padding:40px 15px; margin-right:2%; margin-bottom:40px; background-color:#fff; border:1px solid #eee; transition: 0.5s all ease; }
	.daon_ver2_sub_type10 .daon_map_info .con_box ul li:last-child { margin-right:0;}
	.daon_ver2_sub_type10 .daon_map_info .con_box ul li:last-child:after {display:none}
	.daon_ver2_sub_type10 .daon_map_info .con_box ul li div.tb-cell {display:table-cell; vertical-align:middle; }
	.daon_ver2_sub_type10 .daon_map_info .con_box ul li div.tb-cell i {display:block;  font-size:3em; color:#3b445b;}
	.daon_ver2_sub_type10 .daon_map_info .con_box ul li div.tb-cell strong {display:block;  font-size:1.5em; color:#000; margin-top:20px;}
	.daon_ver2_sub_type10 .daon_map_info .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_type10 .daon_map_info .map_info.left {float:left; width:48%;}
	.daon_ver2_sub_type10 .daon_map_info .map_info.right {float:right; width:48%; }
	.daon_ver2_sub_type10 .daon_map_info .map_info .con_box {width:100%; margin-bottom:30px; padding-bottom:20px; border-bottom:1px solid #eee;}
	.daon_ver2_sub_type10 .daon_map_info .map_info .con_box .left-box {float:left; width:20%;}
	.daon_ver2_sub_type10 .daon_map_info .map_info .con_box .right-box {float:right; width:80%; font-size:1em;}
	.daon_ver2_sub_type10 .daon_map_info .map_info .con_box h2 {font-size:1.1em; margin-bottom:10px; font-weight:700;}
	.daon_ver2_sub_type10 .daon_map_info .map_info .con_box h2 i{ display:inline-block; vertical-align:middle; text-align:center; width:30px; margin-right:0px; font-size:0.5em; color:#3b445b; }

	@media all and (max-width:1024px){
		.daon_ver2_sub_type10 .daon_map_info .con_box ul li { width:49%; margin-right:2%; margin-bottom:2%;}
		.daon_ver2_sub_type10 .daon_map_info .con_box ul li:nth-child(even) {float:right; margin-right:0;}
		.daon_ver2_sub_type10 .daon_map_info .map_info .con_box .left-box {width:25%;}
		.daon_ver2_sub_type10 .daon_map_info .map_info .con_box .right-box {width:75%;}
		.daon_ver2_sub_type10 .daon_map_info .map_info.left{float:none; width:100%;}
		.daon_ver2_sub_type10 .daon_map_info .map_info.right{float:none; width:100%;}
	}

	@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_type10 {padding:0 2%; }
		.daon_ver2_sub_type10 h3.con_tit { font-size:1.5em;}
		.daon_ver2_sub_type10 .daon_map_info .con_box ul li { min-height:220px;}
		.daon_ver2_sub_type10 .daon_map_info .con_box ul li div.tb-cell i {font-size:2.5em;  }
		.daon_ver2_sub_type10 .daon_map_info .con_box ul li div.tb-cell strong {font-size:1.25em;}		
		.daon_ver2_sub_type10 .daon_map_info .map_info .con_box h2 {font-size:1em;}	
		.daon_ver2_sub_type10 .daon_map_info .map_info .con_box .right-box {font-size:1em;}
	}

	@media screen and (max-width: 640px){
		.daon_ver2_sub_type10 .daon_map_info .map_info .con_box .left-box{width:100%;}
		.daon_ver2_sub_type10 .daon_map_info .map_info .con_box .right-box {width:100%;}
	}
.btn_go {display:inline-block; background:#222; color:#fff; text-align:center;  font-size:1em; margin:20px 0px; padding:10px 30px; border:1px solid #000;  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:#000; 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; }


.btn_go3 {display:inline-block;  color:#fff; text-align:center;  font-size:1.5em; font-weight:bold; margin:20px 0px; padding:10px 0px; 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;}



		.fc_pointer {color:#1F88E5; }
	.daon_content_wrap{width:100%; min-width:320px; max-width:1500px; margin:0 auto;}
	.daon_page_title{width:100%; margin-bottom:70px;}
	.daon_page_title h1{width:100%; margin:0 auto; text-align:center; font-size:2.5em; font-weight:600;}
	.daon_page_title h1:after {content:""; clear:both; display:block; width:30px; margin:10px auto; border:1px solid #000;}
	.daon_page_title h2{width:100%; margin:0 auto; text-align:center; font-size:1.2em; color:#666; margin-top:20px; }


	.business_type4 {width:100%; max-width:1500px;  margin:0 auto;}
	.business_type4:after{ content:""; display:block; clear:both;}
	.business_type4 .business_info { position:relative; width:100%; height:565px; margin:150px auto; background:none;}
	.business_type4 .business_info:after{ content:""; display:block; clear:both;}
	.business_type4 .business_info:first-child {margin-top:0px;}
	.business_type4 .business_info .img_left { position:absolute; left:0; top:0; width:750px; height:565px; background:blue; }
	.business_type4 .business_info .img_left img{ width:100%; height:100%;}
	.business_type4 .business_info .img_right { position:absolute; right:0; top:0; width:750px; height:565px; background:blue; }
	.business_type4 .business_info .img_right img{ width:100%; height:100%;}
	.business_type4 .business_info .con_box { position: absolute; right:0; top:25%; width:40%; height:450px; background:rgba(255,255,255,1); box-shadow:10px 10px 5px rgba(0,0,0,0.04); }
	.business_type4 .business_info .con_box .txt_area {padding:5%; }

	.business_type4 .business_info .con_box .txt_area em { position:relative; display:block; vertical-align:middle; color:#33b4df;  font-size:3em; font-weight:700;}
	.business_type4 .business_info .con_box .txt_area strong {display:block; color:#333;  font-size:1.5em; font-weight: 600;  line-height:1.5em; margin:30px 0 20px 0;}
	.business_type4 .business_info .con_box .txt_area p.box_txt {display:block; color:#555; font-size:1em;  font-weight: 300;  line-height:1.5em; text-align:justify; padding-top:20px;  }
	.business_type4 .business_info .type_other { position: absolute; left: 0; top:25%; width:40%; height:450px; background:rgba(255,255,255,1);  box-shadow:10px 10px 5px rgba(0,0,0,0.04); }
	.business_type4 .business_info .type_other .txt_area:before {display:none;}



	@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;}

	}

	@media screen and (max-width:768px){

		.business_type4 .business_info { height:auto; margin:50px auto;}
		.business_type4 .business_info .img_left { position:relative; width:100%; height:auto;  background:#000; }
		.business_type4 .business_info .img_left img{ height:auto;}
		.business_type4 .business_info .img_right { position:relative; width:100%; height:auto;  background:#000; }
		.business_type4 .business_info .img_right img{ height:auto;}
		.business_type4 .business_info .con_box { position:relative; width:90%; left:50%; top:-50px; margin-left:-45%; height:auto; }
		.business_type4 .business_info .con_box .txt_area:before { display: none;}
		.business_type4 .business_info .type_other .txt_area:after {display:none;}
		.business_type4 .business_info .con_box .txt_area{padding:15px;}
		.business_type4 .business_info .con_box .txt_area strong{font-size:1.2em;}

	}

	.daon_ver2_sub_type17 {width:100%;}
	.daon_ver2_sub_type17:after{ content:""; display:block; clear:both;}
	.daon_ver2_sub_type17 .professor1 {width:100%;}
	.daon_ver2_sub_type17 .professor1:after{content:""; display:block; clear:both;}
	.daon_ver2_sub_type17 .professor1 .professor_box { float:left; display:inline-block; width:49%; margin-bottom:2%; border:1px solid #ddd; transition: 0.5s all ease;}
	.daon_ver2_sub_type17 .professor1 .professor_box:after{content:""; display:block; clear:both;}
	.daon_ver2_sub_type17 .professor1 .professor_box:nth-child(odd) {float:right;}
	.daon_ver2_sub_type17 .professor1 .professor_box ul { width:100%; margin:0; padding:0;} 
	.daon_ver2_sub_type17 .professor1 .professor_box ul li {float:left; width:100%; padding:25px;  }
	.daon_ver2_sub_type17 .professor1 .professor_box ul li div.professor_img { float:left; width:200px; transition: 0.5s all ease;}  
	.daon_ver2_sub_type17 .professor1 .professor_box ul li div.professor_img img {max-width:100%; }
	.daon_ver2_sub_type17 .professor1 .professor_box ul li div.professor_info { float:right; width:calc(100% - 230px);}
	.daon_ver2_sub_type17 .professor1 .professor_box ul li div.professor_info dl {width:100%; min-height:260px; padding:0; margin:0; }
	.daon_ver2_sub_type17 .professor1 .professor_box ul li div.professor_info dl dt {width:100%; padding-bottom:10px; margin-bottom:20px; font-size:1.25em;  border-bottom:1px solid #ddd; }
	.daon_ver2_sub_type17 .professor1 .professor_box ul li div.professor_info dl dt em {display:block; margin-bottom:10px; font-size:0.85em; color:#247bcb; font-style:normal;}
	.daon_ver2_sub_type17 .professor1 .professor_box ul li div.professor_info dl dt strong {font-size:1.5em; color:#000; margin-right:10px; }
	.daon_ver2_sub_type17 .professor1 .professor_box ul li div.professor_info dl dd { position:relative; width:100%; font-size:0.9em; color:#666; padding-left:100px; margin:0; display : -webkit-box; overflow : hidden;  text-overflow : ellipsis;  -webkit-line-clamp : 3;   -webkit-box-orient : vertical;}
	.daon_ver2_sub_type17 .professor1 .professor_box ul li div.professor_info dl dd:before {content:''; display:block; position:absolute; left:0; top:11px; width:2px; height:2px; background-color:#247bcb;}
	.daon_ver2_sub_type17 .professor1 .professor_box ul li div.professor_info dl dd a.link_email {display:block; color:#666; text-decoration:none;}
	.daon_ver2_sub_type17 .professor1 .professor_box ul li div.professor_info dl dd a.link_email:hover {color:#247bcb;}
	.daon_ver2_sub_type17 .professor1 .professor_box ul li div.professor_info dl dd span {position:absolute; left:10px; top:0; color:#000; font-weight:700;}
	.daon_ver2_sub_type17 .professor1 .professor_box ul li div.professor_info dl dd + dd {margin-top:7px;}
	.daon_ver2_sub_type17 .professor2 {width:100%;}
	.daon_ver2_sub_type17 .professor2:after{content:""; display:block; clear:both;}
	.daon_ver2_sub_type17 .professor2 .professor_box { float:left; display:inline-block; width:100%; margin-bottom:2%; border:1px solid #ddd; transition: 0.5s all ease;}
	.daon_ver2_sub_type17 .professor2 .professor_box:after{content:""; display:block; clear:both;}
	.daon_ver2_sub_type17 .professor2 .professor_box ul { width:100%; margin:0; padding:0;} 
	.daon_ver2_sub_type17 .professor2 .professor_box ul li {display:table; width:100%;  padding:25px;  transition: 0.5s all ease;}
	.daon_ver2_sub_type17 .professor2 .professor_box ul li .professor_img { width:18%; display:table-cell; vertical-align:middle; transition: 0.5s all ease;} 
	.daon_ver2_sub_type17 .professor2 .professor_box ul li .professor_img img { max-width:100%; }
	.daon_ver2_sub_type17 .professor2 .professor_box ul li .professor_name {width:16%; display:table-cell; vertical-align:middle; transition: 0.5s all ease; }
	.daon_ver2_sub_type17 .professor2 .professor_box ul li .professor_name em {display:block; margin-bottom:10px; font-size:1em; color:#247bcb; font-style:normal;}
	.daon_ver2_sub_type17 .professor2 .professor_box ul li .professor_name strong {font-size:1.85em; color:#000; margin-right:10px; }
	.daon_ver2_sub_type17 .professor2 .professor_box ul li .professor_name a {display:block; margin-top:20px; font-size:1em; color:#555; text-decoration:none; width:90px; text-align:center; background-color:#fff; border:1px solid #ddd;}
	.daon_ver2_sub_type17 .professor2 .professor_box ul li dl.professor_info { width:100%; display:table-cell; vertical-align:middle; transition: 0.5s all ease;}
	.daon_ver2_sub_type17 .professor2 .professor_box ul li dl.professor_info dt a:hover { color:#fff; background-color:#247bcb; border:1px solid #247bcb;}
	.daon_ver2_sub_type17 .professor2 .professor_box ul li dl.professor_info dd { position:relative; width:100%; color:#666; padding-left:150px; margin:0; }
	.daon_ver2_sub_type17 .professor2 .professor_box ul li dl.professor_info dd:before {content:''; display:block; position:absolute; left:0; top:5px; width:3px; height:14px; background-color:#247bcb;}
	.daon_ver2_sub_type17 .professor2 .professor_box ul li dl.professor_info dd a.link_email {display:block; color:#666; text-decoration:none;}
	.daon_ver2_sub_type17 .professor2 .professor_box ul li dl.professor_info dd a.link_email:hover {color:#247bcb;}
	.daon_ver2_sub_type17 .professor2 .professor_box ul li dl.professor_info dd span {position:absolute; left:15px; top:0; color:#000; font-weight:700;}
	.daon_ver2_sub_type17 .professor2 .professor_box ul li dl.professor_info dd + dd {margin-top:10px;}
	.daon_ver2_sub_type17 h3.con_tit {display:block; font-size:1.85em; font-weight:700; line-height:1.5em; max-width:1500px; margin:50px auto 25px;}
	.daon_ver2_sub_type17 h3.con_tit:after{content:""; display:block; clear:both;}


	@media all and (max-width:1200px){
		.daon_ver2_sub_type17 .professor1 .professor_box ul li div.professor_img { width:30%; } 
		.daon_ver2_sub_type17 .professor1 .professor_box ul li div.professor_info { width:62%;}
		.daon_ver2_sub_type17 .professor2 .professor_box ul li .professor_img { width:25%;}
		.daon_ver2_sub_type17 .professor2 .professor_box ul li .professor_name {width:25%;}
	}

	@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_type17 {padding:0 2%;}
		.daon_ver2_sub_type17 .professor1 .professor_box ul li div.professor_img { width:100%; text-align:center; } 
		.daon_ver2_sub_type17 .professor1 .professor_box ul li div.professor_info { width:100%; margin-top:20px;}
		.daon_ver2_sub_type17 .professor2 .professor_box ul li .professor_img { float:left; width:30%;  }
		.daon_ver2_sub_type17 .professor2 .professor_box ul li .professor_name {float:left; width:70%; padding:20px 0 0 20px;}
		.daon_ver2_sub_type17 .professor2 .professor_box ul li dl.professor_info {float:left; width:100%;  margin-top:20px;}
		.daon_ver2_sub_type17 .professor2 .professor_box ul li dl.professor_info dd {padding-left:110px;}
	}

	@media all and (max-width:640px){
		.daon_ver2_sub_type17 .professor1 .professor_box { width:100%; margin-bottom:20px;}
		.daon_ver2_sub_type17 .professor1 .professor_box ul li div.professor_info dl { min-height:auto;}
		.daon_ver2_sub_type17 .professor1 .professor_box ul li div.professor_info dl dd { -webkit-line-clamp :unset;}
		.daon_ver2_sub_type17 .professor2 .professor_box { width:100%; margin-bottom:20px;}
		.daon_ver2_sub_type17 .professor2 .professor_box ul li .professor_img { width:40%; }
		.daon_ver2_sub_type17 .professor2 .professor_box ul li .professor_name { width:60%; }
		.daon_ver2_sub_type17 .professor2 .professor_box ul li .professor_name strong {font-size:1.5em;}
	}