@charset "utf-8";

.main_slide {
    position: relative;
    padding: 0 50px;
}
.main_slide .txt_wrap {
    z-index: 5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}
.main_slide .txt_wrap .sub_title {
    display: inline-block;
    background: #fff;
    font-size: 32px;
    font-weight: bold;
    color: #222;
    padding: 15px 35px;
}
.main_slide .txt_wrap h2 {
    font-family: "Roboto Black";
    font-size: 75px;
    text-shadow: 0 0 8px rgba(0,0,0,0.5);
    margin: 20px 0 30px;
}
.main_slide .txt_wrap p {
    font-size: 45px;
    font-weight: bold;
    text-shadow: 0 0 8px rgba(0,0,0,0.5);
    margin: 0;
}
.carousel-indicators li {
    width: 36px;
    height: 4px;
    margin: 3px;
    border-radius: 0;
    background: #fff;
    border: none;
}
.carousel-indicators .active {
    width: 36px;
    height: 4px;
    margin: 3px;
    background: #eaad01;
}


.main_contents > div {
    margin: 100px 0 150px;
}
.main_contents h2 {
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 60px;
    text-align: center;
}
.main_contents .more_btn {
    background: #fff;
    border: 1px solid #ebaf08;
    border-radius: 5px;
    font-size: 15px;
    text-align: center;
    display: block;
    width: 250px;
    height: 50px;
    line-height: 50px;
    margin: 65px auto 0;
    color: #222;
}
.main_contents .more_btn img {margin-left: 5px;}
.main_contents .section_1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.main_contents .section_1 ul li {
    float: left;
    width: calc((100% - 40px)/2);
    height: 450px;
    position: relative;
}
.main_contents .section_1 ul li.left {
    background: url("/img/custom/main_img_1.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 40px;
}
.main_contents .section_1 ul li.right {
    background: url("/img/custom/main_img_2.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.main_contents .section_1 ul li .txt_wrap {
    background: #fff;
    padding: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 300px;
    width: 100%;
}
.main_contents .section_1 ul li .txt_wrap .business {
    font-family: "Roboto";
    font-size: 14px;
    color: #ebaf08;
    line-height: 14px;
}
.main_contents .section_1 ul li .txt_wrap h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 15px 0 10px;
    line-height: 1.3;
}
.main_contents .section_1 ul li .txt_wrap p {
    font-size: 16px;
    margin: 0;
}

@media all and (max-width: 767px) {
    .main_slide {padding: 0;}
    .main_slide .txt_wrap {width: 100%;}
    .main_slide .txt_wrap .sub_title {
        font-size: 16px;
        padding: 5px 20px;
    }
    .main_slide .txt_wrap h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .main_slide .txt_wrap p {font-size: 30px;}
    .main_contents > div {margin: 40px 0 80px;}
    .main_contents h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .main_contents .section_1 ul {overflow: inherit;}
    .main_contents .section_1 ul li {
        float: none;
        width: 100%;
        margin: 0 !important;
        height: 300px !important;
    }
    .main_contents .section_1 ul li.left {margin-bottom: 160px !important;}
    .main_contents .section_1 ul li .txt_wrap {
        max-width: none;
        bottom: -150px;
        padding: 30px 0;
    }
    .main_contents .section_1 .more_btn {margin: 170px auto 0;}
}