@charset "utf-8";

.sub_category {display: none;}
.main_wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main_wrap p {margin: 0;}
.main_wrap > div {padding: 120px 0;}
.main_wrap h2 {
    font-size: 40px;
    margin: 0 0 80px;
    text-align: center;
    line-height: 1.4;
    font-weight: 300;
}
.main_wrap h2 img {
    width: 117px; height: 45px;
    vertical-align: sub;
}

.section_1 {padding: 0 !important;}
.section_1 .box_wrap {
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    border-radius: 15px;
    padding: 30px 0;
    margin-top: -60px;
    z-index: 1;
    position: relative;
}
.section_1 .box_wrap ul {overflow: hidden;}
.section_1 .box_wrap ul li {
    float: left;
    width: 33.33%;
    text-align: center;
    border-right: 1px solid #ddd;
}
.section_1 .box_wrap ul li:last-child {border-right: none;}
.section_1 .box_wrap ul li:first-child img {width: 50px; height: 60px;}
.section_1 .box_wrap ul li:nth-child(2) img {width: 54px; height: 60px;}
.section_1 .box_wrap ul li:last-child img {width: 45px; height: 60px;}
.section_1 .box_wrap ul li .txt {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
.section_1 .box_wrap ul li p {
    font-size: 18px;
    text-align: left;
}
.section_1 .box_wrap ul li b {
    font-size: 26px;
    display: block;
    text-align: left;
}
.section_1 .box_wrap ul li:first-child b span {font-size: 16px;}
.section_1 .box_wrap ul li:last-child b span {color: #7b4124;}

.section_2 h2 {margin-bottom: 25px;}
.section_2 .desc {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 50px;
}
.section_2 ul {display: flex;}
.section_2 ul li {
    width: calc((100% - 60px)/3);
    margin-right: 30px;
    padding: 35px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.section_2 ul li:first-child {
    background: url("/img/custom/main_sect_2_img_1.jpg?v=aw") no-repeat;
    background-position: center;
    background-size: cover;
}
.section_2 ul li:nth-child(2) {
    background: url("/img/custom/main_sect_2_img_2.jpg?v=aw") no-repeat;
    background-position: center;
    background-size: cover;
}
.section_2 ul li:last-child {
    background: url("/img/custom/main_sect_2_img_3.jpg?v=aw") no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 0;
    color: #fff;
}
.section_2 ul li p {
    font-size: 18px;
    margin-bottom: 10px;
}
.section_2 ul li h3 {
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 70px;
}
.section_2 ul li h3 span {color: #ad5f22;}
.section_2 ul li a {
    font-size: 16px;
    width: 170px;
    height: 50px;
    line-height: 47px;
    text-align: center;
    display: block;
    transition: all 0.3s;
}
.section_2 ul li:first-child a {
    color: #ad5f22;
    border: 1px solid #ad5f22;
}
.section_2 ul li:first-child a:hover {
    background: #ad5f22;
    color: #fff;
}
.section_2 ul li:nth-child(2) a {
    color: #111;
    border: 1px solid #111;
}
.section_2 ul li:nth-child(2) a:hover {
    background: #111;
    color: #fff;
}
.section_2 ul li:last-child a {
    color: #fff;
    border: 1px solid #fff;
}
.section_2 ul li:last-child a:hover {
    background: #fff;
    color: #333;
}

.section_3 {
    background: url("/img/custom/main_sect_3_bg.jpg") no-repeat;
    background-position: center;
    background-size: cover;
}
.section_3 ul li {
    float: left;
    width: 20%;
    text-align: center;
}
.section_3 ul li .step {
    font-family: "Roboto";
    font-weight: 500;
    color: #fff;
    font-size: 20px;
    background: #ad5f22;
    border-radius: 5px;
    display: inline-block;
    padding: 1px 10px;
}
.section_3 ul li .ico {
    background: #fff;
    border-radius: 200px;
    width: 200px;
    height: 200px;
    line-height: 200px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    margin: 20px auto 30px;
}
.section_3 ul li .ico img {width: 107px; height: 93px;}
.section_3 ul li h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 15px;
}
.section_3 ul li p {font-size: 18px;}

.section_4 ul li {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: calc(40% - 20px);
    padding: 50px;
    min-height: 300px;
}
.section_4 ul li.long_box {width: 60%;}
.section_4 ul li:nth-child(2n) {margin-right: 0;}
.section_4 ul li:first-child {
    background: url("/img/custom/main_sect_4_img_1.jpg?v=av") no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
}
.section_4 ul li:nth-child(2) {
    background: url("/img/custom/main_sect_4_img_2.jpg?v=av") no-repeat;
    background-position: center;
    background-size: cover;
}
.section_4 ul li:nth-child(3) {
    background: url("/img/custom/main_sect_4_img_3.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 0;
}
.section_4 ul li:last-child {
    background: url("/img/custom/main_sect_4_img_4.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    margin-bottom: 0;
}
.section_4 ul li h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px;
}
.section_4 ul li h3 span {
    display: inline-block;
    width: 4px;
    height: 23px;
    margin-right: 6px;
    background: #222;
    vertical-align: bottom;
}
.section_4 ul li:first-child h3 span,
.section_4 ul li:last-child h3 span {background: #fff;}

.section_5 {
    background: url("/img/custom/main_sect_5_bg.jpg") no-repeat;
    background-position: center;
    background-size: cover;
}
.section_5 > div > ul > li {
    padding: 50px;
    float: left;
    margin-right: 30px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    width: calc((100% - 30px)/2);
    min-height: 400px;
}
.section_5 > div > ul > li:first-child {
    background: url("/img/custom/main_sect_5_img.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
}
.section_5 > div > ul > li:first-child img {width: 225px; height: 50px;}
.section_5 > div > ul > li:first-child p {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 300;
    margin-top: 70px;
}
.section_5 > div > ul > li:first-child a {
    font-size: 16px;
    width: 170px;
    height: 50px;
    line-height: 47px;
    text-align: center;
    display: block;
    transition: all 0.3s;
    color: #fff;
    border: 1px solid #fff;
}
.section_5 > div > ul > li:first-child a:hover {
    color: #ad5f22;
    background: #fff;
}
.section_5 > div > ul > li:last-child {
    background: #fff;
    margin-right: 0;
}
.section_5 > div > ul > li:last-child .title, .section_6 > div > ul > li .title {
    padding-bottom: 20px;
    border-bottom: 1px solid #333;
    margin-bottom: 10px;
    overflow: hidden;
}
.section_5 > div > ul > li:last-child .title h3, .section_6 > div > ul > li .title h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    float: left;
}
.section_5 > div > ul > li:last-child .title a, .section_6 > div > ul > li .title a {
    font-size: 16px;
    color: #ad5f22;
    float: right;
    margin-top: 5px;
}
.section_5 > div > ul > li:last-child .title a img, .section_6 > div > ul > li .title a img {width: 11px; height: 11px;}

.section_6 > div > ul > li {
    background: #fff;
    padding: 50px;
    float: left;
    margin-right: 30px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    width: calc((100% - 30px)/2);
}
.section_6 > div > ul > li:last-child {margin-right: 0}

@media all and (max-width: 991px) {
    .section_2 ul {display: block;}
    .section_2 ul li {
        width: 100%;
        margin: 0 0 15px;
    }
    .section_2 ul li:last-child {margin-bottom: 0;}
}
@media all and (max-width: 767px) {
    .main_wrap > div {padding: 50px 0;}
    .main_wrap h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .main_wrap h2 img {width: 88px; height: 34px;}
    .section_1 .box_wrap {
        margin-top: -50px;
        padding: 20px 15px !important;
    }
    .section_1 .box_wrap ul {margin-bottom: 0;}
    .section_1 .box_wrap ul li {
        border: none;
    }
    .section_1 .box_wrap ul li img {display: inline-block;}
    .section_1 .box_wrap ul li p {font-size: 14px;}
    .section_1 .box_wrap ul li b {font-size: 18px;}
    .section_1 .box_wrap .slick-prev {
        left: 0;
        background: url("/img/custom/arrow_left.svg") no-repeat;
        width: 9px;
        height: 16px;
        opacity: 1;
    }
    .section_1 .box_wrap .slick-next {
        right: 0;
        background: url("/img/custom/arrow_right.svg") no-repeat;
        width: 9px;
        height: 16px;
        opacity: 1;
    }
    .section_1 .box_wrap .slick-prev:before, .section_1 .box_wrap .slick-next:before {content: none;}

    .section_2 h2 {margin-bottom: 15px;}
    .section_2 .desc {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .section_2 ul li {
        width: 100%;
        padding: 30px;
    }
    .section_2 ul li p {font-size: 16px;}
    .section_2 ul li h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .section_2 ul li a {
        font-size: 14px;
        width: 150px;
        height: 40px;
        line-height: 37px;
    }
    .section_3 ul {
        font-size: 0;
        text-align: center;
    }
    .section_3 ul li {
        float: none;
        display: inline-block;
        width: 50%;
        margin-bottom: 30px;
    }
    .section_3 ul li:last-child {margin-bottom: 0;}
    .section_3 ul li .step {font-size: 14px;}
    .section_3 ul li .ico {
        width: 120px;
        height: 120px;
        line-height: 120px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .section_3 ul li .ico img {width: 68px; height: 60px;}
    .section_3 ul li h3 {font-size: 18px;}
    .section_3 ul li p {
        font-size: 14px;
        padding: 0 15px;
    }
    .section_4 ul li {
        float: none;
        width: 100% !important;
        margin: 0 0 15px !important;
        padding: 30px 30px 50px;
        min-height: auto;
    }
    .section_4 ul li:last-child {margin-bottom: 0 !important;}
    .section_4 ul li h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .section_4 ul li h3 span {
        width: 3px;
        height: 17px;
    }
    .section_4 ul li p {font-size: 14px;}

    .section_5 > div > ul > li, .section_6 > div > ul > li {
        float: none;
        width: 100%;
        padding: 30px;
        margin: 0 0 15px;
        min-height: auto;
    }
    .section_5 > div > ul > li:first-child img {width: 200px; height: 44px;}
    .section_5 > div > ul > li:first-child p {
        font-size: 16px;
        margin-top: 50px;
    }
    .section_5 > div > ul > li:first-child a {
        font-size: 14px;
        width: 150px;
        height: 40px;
        line-height: 37px;
    }
    .section_5 > div > ul > li:last-child, .section_6 > div > ul > li:last-child {margin-bottom: 0;}
    .section_5 > div > ul > li:last-child .title, .section_6 > div > ul > li .title {padding-bottom: 15px;}
    .section_5 > div > ul > li:last-child .title h3, .section_6 > div > ul > li .title h3 {font-size: 18px;}
    .section_5 > div > ul > li:last-child .title a, .section_6 > div > ul > li .title a {
        font-size: 14px;
        margin: 0;
    }

}