.section1_wrap {
    background:url(/images/intro/bg_section1.png) bottom center no-repeat;
    background-size:100% auto;
    padding-bottom:200px;
}

.section1_wrap .top_wrap {
    position: relative;
    margin-bottom:140px;
}

.section1_wrap .top_wrap .layout_1120 {
    height:auto;
    position: static;
}

.section1_wrap .top_wrap .article {
    position: absolute;
    top:80px;
}

.section1_wrap .top_wrap .article .text_wrap {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-align: center;
}

.section1_wrap .top_wrap .article .text_wrap img {
    margin:77px auto 30px;
    display:block;
    width:56px;
}

.section1_wrap .top_wrap .article .text_wrap h4 {
    font-size: 48px;
    font-family: 'SpL';
    font-weight:400;
    color: rgb(255, 255, 255);
    line-height: 1.4;
	letter-spacing: -0.1em;
    text-align: justify;
    display: inline;
}

.section1_wrap .top_wrap .article .text_wrap h4 strong {
    font-family:'SpR';
    font-weight: 700;
    letter-spacing: -0.07em;
}

.section1_wrap .top_wrap .article .text_wrap:before {
    content:'';
    position: absolute;
    bottom:0;
    left:50%;
    width:2px;
    height:111px;
    border-left:1px solid #fff;
}

.section1_wrap .bottom_wrap
{
    margin-top:130px;
}

.section1_wrap .bottom_wrap .left_wrap {
    float:left;
    width:calc(50% - 35px);
}

.section1_wrap .bottom_wrap .left_wrap h4 {
    color:#333333;
    font-size:36px;
    font-family:'SpR';
    font-weight:600;
	letter-spacing:-0.06em;
    margin-bottom:20px;
}

.section1_wrap .bottom_wrap .left_wrap h5 {
    color:#000;
    font-size:24px;
    font-family:'SpL';
	font-weight:600;
    line-height:1.3;
	letter-spacing: -0.05em;
    margin-bottom:40px;
}

.section1_wrap .bottom_wrap .left_wrap p {
    font-size: 16px;
    font-family: "Verdana","Malgun Gothic", "맑은 고딕";
    color: rgb(102, 102, 102);
    line-height: 1.75;
    margin-bottom:30px;
}

.section1_wrap .bottom_wrap .right_wrap {
    float:right;
    width:calc(50% - 35px);
}

.section1_wrap .bottom_wrap .right_wrap p {
    font-size: 16px;
    font-family: "Malgun Gothic", "맑은 고딕";
    color: rgb(102, 102, 102);
    line-height: 1.75;
    margin-bottom:30px;
}

.section2_wrap {
    margin-bottom:100px;
    position: relative;
    z-index: 5;
}

.section2_wrap .top_wrap {
	text-align: center;
	background: url(/images/intro/bg_wall.jpg) repeat 0 0;
}

.section2_wrap .top_wrap img {
    /*width:100%;*/
    max-width:100%;
}

.section2_wrap .visibility_wrap {
    height:80px;
    margin-bottom:100px;
}

.section2_wrap .progress_wrap {
    width:100%;
    height:80px;
    background-color:#ce0f13;
    /* margin-bottom:100px; */
    z-index: 2;
}

.section2_wrap .progress_wrap .line_wrap {
    position: absolute;
    top: 29px;
   /*  left: 5.7%;
    width: 87.5%; */
	left: 4.5%;
    width: 91.0%;
}

.section2_wrap .progress_wrap hr {
    margin:0;
    width:100%;
    height:2px;
    border-top:1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    top:-2px;
    left:0;
}

.section2_wrap .progress_wrap hr.active {
    /* width:16.666667%; */
    width:0%;
    border-top:1px solid #fff;
}

.section2_wrap .progress_wrap ul {
    height:100%;
    min-width:550px;
	display: flex;
    flex-flow: row nowrap;
}

.section2_wrap .progress_wrap ul li {
    float:left;
    width:11%;
    color:#fff;
    text-align:center;
    height:100%;
    cursor: pointer;
}

.section2_wrap .progress_wrap ul li span {
    display:block;
    width:6px;
    height:6px;
    border-radius:100%;
    background-color:#fff;
    margin:24px auto 17px;
    position: relative;
}

.section2_wrap .progress_wrap ul li span:before {
    content:'';
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    width:24px;
    height:24px;
    border-radius:100%;
    border:1px solid #fff;
    opacity:0;
    transition:all .5s;
}

.section2_wrap .progress_wrap ul li.active span:before {
    opacity:1;
}

.section2_wrap .progress_wrap ul li p {
    font-size:18px;
    font-family:'SpoqaHanSans', 'SpL';
    font-weight:300;
	letter-spacing:0.06em;
}

.section2_wrap .tab_content>div h4 {
    text-align:center;
    color:#333333;
    font-size:100px;
    font-family:'SpB';
    font-weight:700;
	letter-spacing:0.04em;
    margin-bottom:100px;
}

.section2_wrap .tab_content>div .content_wrap .left_wrap {
    float:left;
    width:430px;
    /* box-shadow:0 20px 45px -10px rgba(0, 0, 0, 0.15) */
}

.section2_wrap .tab_content>div .content_wrap .left_wrap img {
    /* width:100%; */
}

.section2_wrap .tab_content>div .content_wrap .right_wrap {
    width: calc(100% - 520px);
    float:right;
}

.section2_wrap .tab_content>div .content_wrap .right_wrap ul li {
    margin-bottom:20px;
    color:#666666;
    font-size:16px;
    font-family:'Verdana','Malgun Gothic', '맑은 고딕';
    line-height:1.5;
    padding-left:16px;
    position: relative;
    letter-spacing: -0.07em;
	word-break: keep-all;
}

.section2_wrap .tab_content>div .content_wrap .right_wrap ul li span.sm_text {
	margin-left:3px;
	color:#999;
	font-size:14px;
	vertical-align:1px;
}

.section2_wrap .tab_content>div .content_wrap .right_wrap ul li span.ls_0 {
	margin-left:3px;
	letter-spacing:0.02em;
}

.section2_wrap .tab_content>div .content_wrap .right_wrap ul li:before {
    content:'';
    background-color:#ce0f13;
    width:3px;
    height:3px;
    position: absolute;
    top: 11px;
    left:0;
}

.section2_wrap .tab_content>div .content_wrap .right_wrap ul li strong {
    color:#000000;
}

.section3_wrap {
    margin-bottom:60px;
    overflow:hidden;
}

.section3_wrap .top_wrap {
    background-color:#f3f3f3;
    height: 480px;
    padding-top:100px;
    margin-bottom:240px;
}

.section3_wrap .top_wrap>img:first-child {
    display:block;
    margin:0 auto;
    width:248px;
}

.section3_wrap .top_wrap>p {
    font-size: 24px;
    font-family: 'SpL';
	font-weight: 600;
    color: rgb(34, 34, 34);
    line-height: 1.5;
	letter-spacing: -0.07em;
    text-align: center;
    margin-bottom:90px;
}

.section3_wrap .top_wrap>p span {
    color:#8e9299;
}

.section3_wrap .top_wrap>img:last-child {
    display:block;
    width:678px;
    margin: 0 auto -123px;
}

.section3_wrap .bottom_wrap .article {
    margin-bottom:100px;
}

.section3_wrap .bottom_wrap .article .left_wrap {
    float:left;
    width:calc(100% - 740px);
    overflow:hidden;
}

.section3_wrap .bottom_wrap .article .left_wrap h4 {
    color:#333333;
    font-size:32px;
    font-family:'SpR';
    font-weight:600;
	line-height:1.3;
	letter-spacing:-0.08em;
    margin-top:74px;
    margin-bottom:37px;
}

.section3_wrap .bottom_wrap .article .left_wrap ul li {
    color:#666666;
    font-size:16px;
    font-family:'Verdana','Malgun Gothic', '맑은 고딕';
    line-height:1.4;
    margin-bottom:20px;
    padding-left:12px;
    position: relative;
}

.section3_wrap .bottom_wrap .article .left_wrap ul li:first-child {
	letter-spacing:0.02em;
}

.section3_wrap .bottom_wrap .article .left_wrap ul li:before {
    content:'';
    width:3px;
    height:3px;
    background-color:#ce0f13;
    position: absolute;
    top: 10px;
    left:0;
}

.section3_wrap .bottom_wrap .article .left_wrap ul li b {
    color:#3a4d55;
}

.section3_wrap .bottom_wrap .article .right_wrap {
    float:right;
    width:740px;
    text-align:right;
}

.section3_wrap .bottom_wrap .article .right_wrap img {
    margin-right: -33px;
}

.section4_wrap {
    margin-bottom:80px;
    height:620px;
}

.section4_wrap .left_wrap {
    float:left;
    width:830px;
    height:100%;
    overflow:hidden;
    position: relative;
}

.section4_wrap .right_wrap {
    float:left;
    width:calc(100% - 830px);
    height:100%;
    background-color:#9b9fa7;
    overflow:hidden;
}

.section4_wrap .right_wrap h4 {
    color:#fff;
    font-size:36px;
    font-family:'SpoqaHanSans', 'SpB';
    font-weight:700;
    margin-top:80px;
    margin-bottom:20px;
    text-align:center;
}

.section4_wrap .right_wrap>p:nth-child(2) {
    color:#fff;
    font-size:14px;
    font-family:'Malgun Gothic', '맑은 고딕';
    text-align:center;
    margin-bottom:90px;
}

.section4_wrap .right_wrap ul {
    text-align:center;
    margin-bottom:80px;
}

.section4_wrap .right_wrap ul li {
    display:inline-block;
    text-align:center;
    width:170px;
}

.section4_wrap .right_wrap ul li:nth-child(2) {
    margin:0 140px;
}

.section4_wrap .right_wrap ul li em {
    display:block;
    font-style: normal;
}

.section4_wrap .right_wrap ul li em:first-child {
    color:#fff;
    font-size:26px;
    font-family:'SpL';
	font-weight:300;
	letter-spacing:-0.06em;
    padding-bottom:38px;
    border-bottom:5px solid #fff;
    margin-bottom:40px;
}

.section4_wrap .right_wrap ul li em:last-child {
    font-size:60px;
    color:#fff;
    font-family:'SpB';
    font-weight:700;
	letter-spacing:0.03em;
}

.section4_wrap .right_wrap>p:last-child {
    text-align:center;
    color:#fff;
    font-size:15px;
    font-family:'Malgun Gothic', '맑은 고딕';
}

.section4_wrap .right_wrap>p:last-child span {
    display:inline-block;
    width:75px;
    height:27px;
    line-height: 25px;
    text-align:center;
    border:1px solid #fff;
    margin-right:10px;
}

.section5_wrap .tab_menu {
    margin-bottom:50px;
}

.section5_wrap .tab_menu li {
    float:left;
    /* width: 25%; */
	width: 50%;
    position: relative;
    z-index: 1;
}

.section5_wrap .tab_menu li:not(:last-child) {
    margin-right:-1px;
}

.section5_wrap .tab_menu li a {
    display:block;
    height:50px;
    line-height: 48px;
    text-align:center;
    background-color:#f7f7f7;
    border:1px solid #e2e2e2;
    color:#666666;
    font-size:18px;
    font-family:'SpL';
    transition:all .3s;
}

.section5_wrap .tab_menu li.active {
    z-index: 2;
}

.section5_wrap .tab_menu li.active a {
    background-color:#ce0f13;
    border:1px solid #ab0d11;
    color:#fff;
}

.section5_wrap .tab_content .map {
    width:100%;
    height:600px;
    /*background-color:#ddd;*/
    margin-bottom:50px;
    /*border:1px solid rgba(128, 128, 128, 0.13);*/
    position: relative;
}

.section5_wrap .tab_content .map>div:first-child {
    overflow: hidden;
    width:100%;
    height:100%;
}

.section5_wrap .tab_content .map .map_border {
    /*display:none !important;*/
}

.root_daum_roughmap_landing .border2 {
	display: block !important;
}

.root_daum_roughmap_landing .border3, .root_daum_roughmap_landing .border4 {
	top: 1px !important;
}

.section5_wrap .tab_content .intro_wrap .left_wrap {
    width:430px;
    float:left;
}

.section5_wrap .tab_content .intro_wrap .left_wrap h4 {
    color:#333333;
    font-size:27px;
    font-family:'SpR';
    font-weight:600;
	letter-spacing:-0.06em;
    padding-bottom:25px;
    margin-bottom:30px;
    position: relative;
}

.section5_wrap .tab_content .intro_wrap .left_wrap h4:before,
.section5_wrap .tab_content .intro_wrap .left_wrap h4:after {
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    height:2px;
    background-color:#3a4d55;
}

.section5_wrap .tab_content .intro_wrap .left_wrap h4:after {
    z-index: 1;
    background-color:#ce0f13;
    width:170px;
}

.section5_wrap .tab_content .intro_wrap .left_wrap ul li {
    float:left;
    width:50%;
    margin-bottom:20px;
}

.section5_wrap .tab_content .intro_wrap .left_wrap ul li .image_wrap {
    width:60px;
    height:60px;
    border-radius:100%;
    /*border:1px solid #e3e3e3;*/
    overflow:hidden;
    float:left;
    margin-right:16px;
	padding-top: 4px;
    text-align:center;
	position:relative;
}

.section5_wrap .tab_content .intro_wrap .left_wrap ul li .image_wrap:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	border: 1px solid rgba(0,0,0,0.12);
}

.section5_wrap .tab_content .intro_wrap .left_wrap ul li .image_wrap img {
    max-width:110%;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.section5_wrap .tab_content .intro_wrap .left_wrap ul li .image_wrap.noimage img {
    width:60px;
}

.section5_wrap .tab_content .intro_wrap .left_wrap ul li .text_wrap {
    float:left;
    width:calc(100% - 76px);
}

.section5_wrap .tab_content .intro_wrap .left_wrap ul li .text_wrap p {
    color:#000000;
    font-size:15px;
    font-family:'Malgun Gothic', '맑은 고딕';
    font-weight: bold;
    margin:12px 0 10px;
}

.section5_wrap .tab_content .intro_wrap .left_wrap ul li .text_wrap span {
    display:block;
    color:#666666;
    font-size:13px;
    font-family:'Malgun Gothic', '맑은 고딕';
    line-height: 1.4;
}

.section5_wrap .tab_content .intro_wrap .right_wrap {
    float:right;
    width:calc(100% - 480px);
}

.section5_wrap .tab_content .intro_wrap .right_wrap h4 {
    color: #333333;
    font-size: 27px;
    font-family: 'SpR';
    font-weight: 600;
	letter-spacing:-0.06em;
    padding-bottom: 25px;
    margin-bottom: 30px;
    position: relative;
}

.section5_wrap .tab_content .intro_wrap .right_wrap h4:before,
.section5_wrap .tab_content .intro_wrap .right_wrap h4:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #3a4d55;
}

.section5_wrap .tab_content .intro_wrap .right_wrap h4:after {
    z-index: 1;
    background-color: #ce0f13;
    width: 170px;
}

.section5_wrap .tab_content .intro_wrap .right_wrap ul {
    padding-left:30px;
}

.section5_wrap .tab_content .intro_wrap .right_wrap ul li {
    margin-bottom:25px;
}

.section5_wrap .tab_content .intro_wrap .right_wrap ul li span {
    display:inline-block;
    width:90px;
    color:#333333;
    font-size:21px;
    font-family:'SpR';
    font-weight:600;
}

.section5_wrap .tab_content .intro_wrap .right_wrap ul li span:first-child img {
    width:24px;
    vertical-align: top;
    margin-right:5px;
}

.section5_wrap .tab_content .intro_wrap .right_wrap ul li span:last-child {
    color:#666666;
    font-size:18px;
    font-family:'SpoqaHanSans', 'SpR';
    font-weight:500;
	vertical-align:7px;
    width:calc(100% - 95px);
}

/* 브로슈어 다운로드 */
.brochure {
	border: 4px solid #9b9fa7;
    background: rgba(255,255,255,0.7);
    margin-top: 50px;
    padding: 30px 30px 30px 42px;
}

.brochure h4 {
    float: left;
    width: 30%;
	margin-top: 4px;
	color: #777b84;
    font-family: 'SpL';
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -0.06em;
    line-height: 1.5;
}

.brochure ul {
    float: left;
    width: 70%;
    text-align: right;
}

.brochure ul li {
	float: right;
	margin-left: 7px;
}

.brochure ul li a {
	display: block;
    background: #3a4d55;
    color: #fff;
    font-family: 'SpL';
    font-weight: 600;
    font-size: 16px;
    padding: 10px 20px 12px;
	text-indent: -1px;
	transition: .3s;
}

.brochure ul li a:hover {
	background: #ce0f13;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	.section5_wrap .tab_content .intro_wrap .right_wrap ul li span:last-child {
		vertical-align:2px;
	}
}

.section_move {
    position: fixed;
    right:75px;
    top:50%;
    transform:translateY(-50%);
    z-index: 10;
}

.section_move a {
    display:block;
    width:8px;
    height:8px;
    border-radius:100%;
    background-color: #666;
    margin:24px 0;
    position: relative;
    text-indent:-9999px;
    transform:scale(0);
}

.section_move a:nth-child(1) {
    transition:all .1s;
}

.section_move a:nth-child(2) {
    transition: all .2s;
}

.section_move a:nth-child(3) {
    transition: all .3s;
}

.section_move a:nth-child(4) {
    transition: all .4s;
}

.section_move a:nth-child(5) {
    transition: all .5s;
}

.section_move a:before {
    content:'';
    width:35px;
    height:35px;
    border:1px solid #ce0f13;
    border-radius:100%;
    transition:all .3s;
    opacity:0;
    position: absolute;
    top:50%;
    left:50%;
    margin-left:-18px;
    margin-top:-18px;
}

.section_move a.active {
    margin:38px 0;
    background-color:#ce0f13;
}

.section_move a.active:before {
    opacity:1;
}

.section_move a:first-child {
    margin-top:0;
}

.section_move a:last-child {
    margin-bottom: 0;
}

@media screen and (max-width:1650px) {
    .section4_wrap .right_wrap ul li:nth-child(2) {
        margin:0 60px;
    }

    .section4_wrap .right_wrap {
        width:700px;
    }

    .section4_wrap .left_wrap {
        width:calc(100% - 700px);
    }
}

@media screen and (max-width:425px) {
    .section1_wrap .top_wrap>img {
        width: 100%;
    }

    .section1_wrap .top_wrap .article {
        position: static;
        background-color:#ce0f13;
    }

    .section1_wrap .top_wrap .article>img {
        display:none;
    }

    .section1_wrap .top_wrap .article .text_wrap {
        position: static;
        padding-bottom:50px;
    }

    .section1_wrap .top_wrap .article .text_wrap img {
        margin:-13px auto 20px;
        width:36px;
    }

    .section1_wrap .top_wrap .layout_1120 {
        padding:0;
    }

    .section1_wrap .top_wrap .article .text_wrap h4 {
        font-size:28px;
    }

    .section1_wrap .top_wrap .article .text_wrap:before {
        height:30px;
    }

    .section1_wrap .top_wrap {
        margin-bottom:25px;
    }

    .section1_wrap .bottom_wrap .left_wrap,
    .section1_wrap .bottom_wrap .right_wrap {
        float:none;
        width:100%;
    }

    .section1_wrap .bottom_wrap
    {
        margin-top:0;
    }

    .section1_wrap .bottom_wrap .left_wrap h4 {
        font-size:24px;
        margin-bottom:10px;
    }

    .section1_wrap .bottom_wrap .left_wrap h5 {
        font-size:17px;
        margin-bottom:18px;
    }

    .section1_wrap .bottom_wrap .left_wrap p,
    .section1_wrap .bottom_wrap .right_wrap p {
        font-size:15px;
        line-height:1.5;
        margin-bottom:18px;
    }

    .section1_wrap {
        padding-bottom:20px;
        background:none;
    }

    .section_move a {
        width:5px;
        height:5px;
        margin:20px 0;
    }

    .section_move a:before {
        width:25px;
        height:25px;
        margin-left:-12.5px;
        margin-top:-12.5px;
    }

    .section_move a.active {
        margin:24px 0;
    }

    .section_move {
		display: none;
        right:20px;
    }

	.section2_wrap .progress_wrap hr {
		height: 1px;
		top: -10px;
	}

    .section2_wrap .top_wrap img {
        width:100%;
    }

    .section2_wrap .progress_wrap .layout_1200 {
        overflow:auto;
    }

    .section2_wrap .progress_wrap .line_wrap {
        /* width:480px;
        left:47px; */
		width: 500px;
		left: 40px;
        top:26px;
    }

    .section2_wrap .progress_wrap ul li p {
        font-size:12px;
    }

    .section2_wrap .progress_wrap ul li span {
		width: 4px;
		height: 4px;
        margin:14px auto 8px;
    }

	.section2_wrap .progress_wrap ul li span:before {
		width: 14px;
		height: 14px;
	}

    .section2_wrap .visibility_wrap {
        height:50px;
        margin-bottom:30px;
    }

    .section2_wrap .progress_wrap {
        height:50px;
        /* margin-bottom:30px; */
    }

    .section2_wrap .tab_content>div h4 {
        font-size:40px;
        margin-bottom:20px;
    }

    .section2_wrap .tab_content>div .content_wrap .left_wrap {
		display: none;
        float:none;
        width:100%;
    }

    .section2_wrap .tab_content>div .content_wrap .right_wrap {
        float:none;
        width:100%;
    }

    .section2_wrap .tab_content>div .content_wrap .right_wrap ul li {
        font-size:15px;
        margin-bottom:15px;
        padding-left:10px;
    }

    .section2_wrap .tab_content>div .content_wrap .right_wrap ul li:before {
        top:10px;
    }

    .section2_wrap {
        margin-bottom:30px;
    }

    .section2_wrap .tab_content>div .content_wrap .left_wrap img {
        width:100%;
    }

    .section3_wrap .top_wrap {
        padding-top:40px;
        height:263px;
        margin-bottom:100px;
    }

    .section3_wrap .top_wrap>img:first-child {
        width:120px;
    }

    .section3_wrap .top_wrap>p {
        font-size:15px;
        margin-bottom:30px;
    }

    .section3_wrap .top_wrap>p br.hide {
        display:block !important;
    }

    .section3_wrap .top_wrap>img:last-child {
        width: 90%;
    }

    .section3_wrap .bottom_wrap .article {
        display:flex;
        flex-direction: column;
        margin-bottom:30px;
    }

    .section3_wrap .bottom_wrap .article .left_wrap {
        flex:1;
        order:2;
        float:none;
        width:100%;
		padding: 0 2%;
    }
    
    .section3_wrap .bottom_wrap .article .right_wrap {
        flex: 1;
        order: 1;
        float:none;
        width:100%;
    }

    .section3_wrap .bottom_wrap .article .right_wrap img {
        margin-right:0;
        width:100%;
    }

    .section3_wrap .bottom_wrap .article .left_wrap h4 {
		font-family: "SpB";
        font-size:22px;
        margin-top:5px;
        margin-bottom:15px;
		margin-left: 2px;
    }

    .section3_wrap .bottom_wrap .article .left_wrap ul li {
        font-size:15px;
        margin-bottom:10px;
    }

    .section3_wrap {
        margin-bottom:5px;
    }

    .section4_wrap .left_wrap {
        float:none;
        width:100%;
        height:auto;
    }

    .section4_wrap {
        margin-bottom:35px;
        height:auto;
    }

    .section4_wrap .left_wrap img {
        width:100% !important;
        height:auto !important;
        position: static !important;
        transform:translate(0) !important;
    }

    .section4_wrap .right_wrap {
        float:none;
        width:100%;
        height:auto;
		margin-top: -1px;
        padding-bottom:40px;
    }

    .section4_wrap .right_wrap h4 {
        font-size:24px;
    }

    .section4_wrap .right_wrap>p:nth-child(2) {
		display: none;
        font-size:10px;
        margin-bottom:50px;
    }

    .section4_wrap .right_wrap ul li {
        width:80px;
    }

    .section4_wrap .right_wrap ul li em:first-child {
        font-size:16px;
        padding-bottom:15px;
        border-bottom:2px solid #fff;
        margin-bottom:5px;
    }

    .section4_wrap .right_wrap ul li em:last-child {
        font-size: 30px;
    }

    .section4_wrap .right_wrap ul li:nth-child(2) {
        margin:0 20px;
    }

    .section4_wrap .right_wrap>p:last-child {
        font-size:12px;
    }

    .section4_wrap .right_wrap>p:last-child span {
        width:55px;
        height:20px;
        line-height:18px;
        margin-right:5px;
    }

    .section4_wrap .right_wrap ul {
        margin-bottom:30px;
    }

    .section4_wrap .right_wrap h4 {
        margin-top:40px;
        margin-bottom:36px;
    }

    .section5_wrap .tab_menu li {
        /*float:none;
        width:100%;*/
    }

    .section5_wrap .tab_menu li:not(:last-child) {
        /*margin-right:0;*/
    }

    .section5_wrap .tab_menu li:not(:last-child) a {
        /*border-bottom:none;*/
    }

    .section5_wrap .tab_menu li a {
        font-size:15px;
        height:40px;
        line-height:37px;
    }

    .section5_wrap .tab_content .map {
        height:280px;
		margin-bottom: 25px;
    }

    .section5_wrap .tab_content .intro_wrap .left_wrap {
        float:none;
        width:100%;
        margin-bottom:10px;
    }

    .section5_wrap .tab_content .intro_wrap .right_wrap {
        float:none;
        width:100%;
    }

    .section5_wrap .tab_content .intro_wrap .left_wrap h4,
    .section5_wrap .tab_content .intro_wrap .right_wrap h4 {
        font-size:20px;
        padding-bottom:15px;
        margin-bottom:20px;
    }

    .section5_wrap .tab_content .intro_wrap .left_wrap ul li {
        /*float:none;
        width:100%;*/
		margin-bottom: 15px;
    }

    .section5_wrap .tab_content .intro_wrap .left_wrap ul li .image_wrap {
        width:50px;
        height:50px;
    }

    .section5_wrap .tab_content .intro_wrap .left_wrap ul li .text_wrap span {
        font-size:12px;
    }

    .section5_wrap .tab_content .intro_wrap .left_wrap ul li .text_wrap p {
        font-size:13px;
        margin:6px 0 10px;
    }

    .section5_wrap .tab_content .intro_wrap .left_wrap h4:before,
    .section5_wrap .tab_content .intro_wrap .left_wrap h4:after,
    .section5_wrap .tab_content .intro_wrap .right_wrap h4:before,
    .section5_wrap .tab_content .intro_wrap .right_wrap h4:after {
        height:1px;
    }

    .section5_wrap .tab_content .intro_wrap .right_wrap ul {
        padding-left:0;
    }

	.section5_wrap .tab_content .intro_wrap .right_wrap ul li {
		margin-bottom: 15px;
	}

    .section5_wrap .tab_content .intro_wrap .right_wrap ul li span {
        vertical-align:top;
        font-size:16px;
        width:70px;
    }

    .section5_wrap .tab_content .intro_wrap .right_wrap ul li span:first-child img {
        width:18px;
        margin-right:2px;
    }

    .section5_wrap .tab_content .intro_wrap .right_wrap ul li span:last-child {
        font-size:14px;
        line-height:1.3;
        margin-top:-2px;
    }

    .section3_wrap .bottom_wrap .article .left_wrap ul li:before {
        top:9px;
		left:3px;
    }

    .section5_wrap .tab_menu {
        margin-bottom:15px;
    }

    .sub_menu_wrap .menu:not(.none):hover>a:not(.none):before,
    .sub_menu_wrap .menu:not(.none):hover>a:not(.none):after {
        top:44%;
    }

	.brochure {
		margin-top: 10px;
		padding: 18px 20px 20px 20px;
		margin-bottom: 15px;
	}

	.brochure h4 {
		float: none;
		width: 100%;
		margin-top: 0;
		font-size: 16px;
		line-height: 1;
		margin-bottom: 8px;
		text-align: center;
	}

	.brochure ul {
		float: none;
		width: 100%;
		text-align: center;
	}

	.brochure ul li {
		float: none;
		margin-left: 0;
		margin-top: 8px;
	}

	.brochure ul li a {
		font-family: 'SpR';
		font-weight: 400;
		font-size: 15px;
		padding: 10px 20px 11px;
	}
}

@media screen and (max-width: 350px) {
	.section4_wrap .right_wrap>p:last-child {
		font-size: 10px;
	}

	.section5_wrap .tab_content .intro_wrap .left_wrap ul li {
        float:none;
        width:100%;
    }
}