@charset "utf-8";

.wrapper {
    background-image: url("../img/custom/main_bg.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
}
.pc-menu {background: transparent;}
.at-body {margin-top: -100px;}
.main_wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main_wrap p {margin: 0;}
.main_wrap .at-container {position: relative;}
.main_wrap .title_wrap {
    padding: 270px 0 320px;
    color: #fff;
    text-align: right;
}
.main_wrap .title_wrap h2 {
    font-size: 48px;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0 0 40px;
}
.main_wrap .title_wrap p {font-size: 18px;}

.main_wrap .box_wrap {
    background: #fff;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.main_wrap .box_wrap .section_1 .txt_wrap {
    position: absolute;
    top: 100px;
    right: 70px;
    z-index: 1;
    color: #fff;
    text-align: right;
}
.main_wrap .box_wrap .section_1 .txt_wrap h3 {
    font-size: 36px;
    font-weight: 300;
    margin: 0 0 20px;
}
.main_wrap .box_wrap .section_1 .txt_wrap p {font-size: 18px;}

.main_wrap .box_wrap .section_2 {
    background: #e8e8e8;
    padding: 120px 200px;
    padding-right: 150px;
    position: relative;
    color: #444;
    font-size: 0;
}
.main_wrap .box_wrap .section_2 .txt_wrap {
    display: inline-block;
    vertical-align: middle;
    width: 36%;
}
.main_wrap .box_wrap .section_2 .txt_wrap h3 {
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 20px;
    line-height: 1.5;
}
.main_wrap .box_wrap .section_2 .txt_wrap h3 b {font-size: 28px;}
.main_wrap .box_wrap .section_2 .txt_wrap p {
    font-size: 11px;
    font-weight: 800;
}
.main_wrap .box_wrap .section_2 ul {
    display: inline-block;
    vertical-align: middle;
    width: 64%;
    overflow: hidden;
}
.main_wrap .box_wrap .section_2 ul li {
    float: left;
    width: 33.33%;
    padding-right: 20px;
    font-size: 0;
    margin-bottom: 70px;
}
.main_wrap .box_wrap .section_2 ul li:nth-child(4),
.main_wrap .box_wrap .section_2 ul li:nth-child(5),
.main_wrap .box_wrap .section_2 ul li:last-child {margin-bottom: 0;}
.main_wrap .box_wrap .section_2 ul li a {color: #444;}
.main_wrap .box_wrap .section_2 ul li img {
    display: inline-block;
    vertical-align: middle;
}
.main_wrap .box_wrap .section_2 ul li h4 {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin: 0;
    margin-left: 12px;
}

.main_wrap .box_wrap .section_3 {padding: 100px 50px;}
.main_wrap .box_wrap .section_3 h3 {
    font-size: 28px;
    margin: 0 0 50px;
    line-height: 1.2;
}
.main_wrap .box_wrap .section_3 ul {overflow: hidden;}
.main_wrap .box_wrap .section_3 ul li {
    float: left;
    width: calc((100% - 80px)/3);
    margin-right: 40px;
    margin-bottom: 40px;
}
.main_wrap .box_wrap .section_3 ul li:nth-child(3n) {margin-right: 0;}
.main_wrap .box_wrap .section_3 ul li:nth-child(4),
.main_wrap .box_wrap .section_3 ul li:nth-child(5),
.main_wrap .box_wrap .section_3 ul li:last-child {margin-bottom: 0;}

.main_wrap .box_wrap .section_3 ul li a {
    background: #e8eaeb;
    background-position: right bottom;
    background-repeat: no-repeat;
    display: block;
    padding-top: 45px;
    padding-left: 30px;
    padding-bottom: 40px;
    color: #555;
}
.main_wrap .box_wrap .section_3 ul li:first-child a {background-image: url("../img/custom/main_sect_3_img_1.png");}
.main_wrap .box_wrap .section_3 ul li:nth-child(2) a {background-image: url("../img/custom/main_sect_3_img_2.png");}
.main_wrap .box_wrap .section_3 ul li:nth-child(3) a {background-image: url("../img/custom/main_sect_3_img_3.png");}
.main_wrap .box_wrap .section_3 ul li:nth-child(4) a {background-image: url("../img/custom/main_sect_3_img_4.png");}
.main_wrap .box_wrap .section_3 ul li:nth-child(5) a {background-image: url("../img/custom/main_sect_3_img_5.png");}
.main_wrap .box_wrap .section_3 ul li:last-child a {background-image: url("../img/custom/main_sect_3_img_6.png");}

.main_wrap .box_wrap .section_3 ul li a p {
    font-size: 13px;
    font-weight: bold;
}
.main_wrap .box_wrap .section_3 ul li a h4 {
    font-size: 25px;
    font-weight: 800;
    margin: 15px 0 0;
}
.main_wrap .box_wrap .section_3 ul li a .detail_btn {
    font-size: 13px;
    color: #fff;
    background: #8c8c8c;
    padding: 6px 20px 4px;
    border-radius: 30px;
    display: inline-block;
    letter-spacing: 0;
    font-weight: 800;
    margin-top: 40px;
}

.main_wrap .box_wrap .section_4 {
    position: relative;
    padding: 0 50px 100px;
}
.main_wrap .box_wrap .section_4 h3 {
    font-size: 28px;
    margin: 0 0 50px;
    line-height: 1.2;
}
@media all and (max-width: 1280px) {
    .main_wrap > .at-container {padding: 0;}
    .main_wrap .title_wrap {padding-right: 30px;}
    .main_wrap .box_wrap {border-radius: 0;}
}
@media all and (max-width: 1680px) {
    .main_wrap .title_wrap {padding: 200px 30px 150px 0;}
}
@media all and (max-width: 1023px) {
    .wrapper {background-image: url("../img/custom/m_main_bg.jpg");}
    .main_wrap .box_wrap .section_2 {padding: 120px 50px;}
    .main_wrap .box_wrap .section_3 ul li {width: calc((100% - 40px)/2);}
    .main_wrap .box_wrap .section_3 ul li:nth-child(3n) {margin-right: 40px;}
    .main_wrap .box_wrap .section_3 ul li:nth-child(2n) {margin-right: 0;}
    .main_wrap .box_wrap .section_3 ul li a {background-size: 45%;}
    .main_wrap .box_wrap .section_3 ul li:nth-child(3) a,
    .main_wrap .box_wrap .section_3 ul li:nth-child(5) a {background-size: 60%;}
}
@media all and (max-width: 991px) {
    .wrapper {background-size: contain !important;}
    .at-body {margin-top: -65px;}
}
@media all and (max-width: 767px) {
    .main_wrap .title_wrap {
        padding: 150px 0;
        padding-right: 30px;
    }
    .main_wrap .title_wrap h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .main_wrap .title_wrap p {font-size: 13px;}
    .main_wrap .box_wrap .section_1 .txt_wrap {
        top: 50px;
        right: 30px;
    }
    .main_wrap .box_wrap .section_1 .txt_wrap h3 {
        font-size: 26px;
        margin-bottom: 10px;
        line-height: 1.3;
    }
    .main_wrap .box_wrap .section_1 .txt_wrap p {font-size: 13px;}
    .main_wrap .box_wrap .section_2 {padding: 50px 30px;}
    .main_wrap .box_wrap .section_2 .txt_wrap {
        display: block;
        width: 100%;
        margin-bottom: 40px;
    }
    .main_wrap .box_wrap .section_2 .txt_wrap h3 {
        line-height: 1.3;
        margin-bottom: 15px;
    }
    .main_wrap .box_wrap .section_2 .txt_wrap p br {display: none;}
    .main_wrap .box_wrap .section_2 ul {
        display: block;
        width: 100%;
    }
    .main_wrap .box_wrap .section_2 ul li {
        width: 50%;
        padding-right: 15px;
        margin-bottom: 30px;
        min-height: 31px;
    }
    .main_wrap .box_wrap .section_2 ul li:nth-child(2n) {padding-right: 0;}
    .main_wrap .box_wrap .section_2 ul li:nth-child(4) {margin-bottom: 30px;}
    .main_wrap .box_wrap .section_2 ul li img {max-width: 30px;}
    .main_wrap .box_wrap .section_2 ul li h4 {
        font-size: 12px;
        margin-left: 10px;
    }
    .main_wrap .box_wrap .section_3 {padding: 50px 30px;}
    .main_wrap .box_wrap .section_3 h3 {margin-bottom: 40px;}
    .main_wrap .box_wrap .section_3 ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .main_wrap .box_wrap .section_3 ul li:nth-child(4), .main_wrap .box_wrap .section_3 ul li:nth-child(5) {margin-bottom: 15px;}
    .main_wrap .box_wrap .section_3 ul li a {
        padding: 20px 0 20px 20px;
        background-size: auto 80% !important;
        background-position: right 15px bottom;
    }
    .main_wrap .box_wrap .section_3 ul li:nth-child(3) a {background-position: right bottom;}
    .main_wrap .box_wrap .section_3 ul li a .detail_btn {display: none;}
    .main_wrap .box_wrap .section_3 ul li a p {font-size: 12px;}
    .main_wrap .box_wrap .section_3 ul li a p br {display: none;}
    .main_wrap .box_wrap .section_3 ul li a h4 {
        font-size: 20px;
        margin-top: 10px;
    }
    .main_wrap .box_wrap .section_4 {padding: 0 30px 50px;}
}