@charset "UTF-8";

.pc-menu, .m-menu {border-bottom: 1px solid rgba(255,255,255,0.1)}
.pc-menu .header_logo a, .m-menu .header_logo a {background: url("/img/custom/logo_white.svg") no-repeat;}
.pc-menu .menu-a, .m-menu .menu_bar a {color: #fff;}
.nav-fixed .pc-menu .header_logo a,
.pc-menu:hover .header_logo a,
.nav-fixed .m-menu .header_logo a {background: url("/img/custom/logo.svg") no-repeat;}
.nav-fixed .pc-menu .menu-a,
.pc-menu:hover .menu-a,
.nav-fixed .m-menu .menu_bar a {color: #333;}

.main_wrap {margin-top: -100px;}
.main_wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main_wrap h2 {
    font-family: "Montserrat";
    font-weight: bold;
    font-size: 30px;
    margin: 0 0 50px;
}
.main_wrap p {margin: 0;}
.main_wrap > div {margin-bottom: 100px;}
.main_wrap .more_btn {
    font-family: "Montserrat";
    font-weight: 500;
    color: #333;
    font-size: 14px;
}
.main_wrap .more_btn img {margin-left: 3px;}

.main_wrap .section_1 .at-container {position: relative;}
.main_wrap .section_1 h2 {
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    bottom: 80px;
    line-height: 1.3;
    margin: 0;
}

.main_wrap .section_2 .at-container {overflow: hidden;}
.main_wrap .section_2 .more_btn {
    text-align: center;
    margin: 50px auto 0;
    display: block;
}

.main_wrap .section_3 {
    overflow: hidden;
    position: relative;
    padding-bottom: 150px;
}
.main_wrap .section_3 .at-container {
    height: 550px;
    padding-top: 100px;
}
.main_wrap .section_3 h2 {
    color: #fff;
    position: relative;
    z-index: 1;
}
.main_wrap .section_3 .color_box {
    background: #32477a;
    width: 100%;
    height: 550px;
    position: absolute;
    top: 0;
    left: 0;
}
.main_wrap .section_3 .color_box::before {
    content: "";
    background: url("/img/custom/logo_symbol_white.svg") no-repeat;
    background-position: left 75px bottom -80px;
    background-size: 320px 331px;
    width: 100%;
    height: 550px;
    opacity: 0.1;
    display: block;
}

.main_wrap .section_3 .contents {
    z-index: 1;
    position: absolute;
    left: calc((100% - 1200px)/2);
    top: 180px;
    width: calc(((100% - 1200px)/2) + 1200px);
}
.main_wrap .section_3 .contents ul, .main_wrap .section_3 .contents ul li {height: 467px;}
.main_wrap .section_3 .contents .slick-list {padding-bottom: 30px;}
.main_wrap .section_3 .contents ul li {margin-right: 50px;}
.main_wrap .section_3 .contents ul li a {
    background-position: center;
    background-size: cover;
    height: 467px;
    display: block;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
.main_wrap .section_3 .slick-prev,
.main_wrap .section_3 .slick-next {
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,0.4);
    opacity: 1;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
}
.main_wrap .section_3 .slick-prev {
    position: absolute;
    top: -65px;
    left: 230px;
}
.main_wrap .section_3 .slick-next {
    position: absolute;
    top: -65px;
    left: 290px;
}
.main_wrap .section_3 .slick-prev:before {
    content: "";
    background: url("/img/custom/arrow_left.svg") no-repeat;
    background-position: center;
    width: 12px;
    height: 20px;
    opacity: 1;
    display: block;
    margin: 15px auto 0;
}
.main_wrap .section_3 .slick-next:before {
    content: "";
    background: url("/img/custom/arrow_right.svg") no-repeat;
    background-position: center;
    width: 12px;
    height: 20px;
    opacity: 1;
    display: block;
    margin: 15px auto 0;
}

.main_wrap .section_4 h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px;
}
.main_wrap .section_4 .left {
    float: left;
    width: calc((100% - 50px)/2);
    margin-right: 50px;
    background: #f5f5f5;
    padding: 40px;
}
.main_wrap .section_4 .form_group {
    overflow: hidden;
    margin-bottom: 15px;
}
.main_wrap .section_4 label {display: none;}
.main_wrap .section_4 input[type=text], .main_wrap .section_4 textarea {
    width: 100%;
    box-shadow: none;
    border: 1px solid #ddd;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #333;
    font-size: 16px;
}
.main_wrap .section_4 input::placeholder {color: #888;}
.main_wrap .section_4 textarea {height: 150px;}
.main_wrap .section_4 .agree_group {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
}
.main_wrap .section_4 .agree_group label {display: inline-block;}
.main_wrap .section_4 .agree_group a {color: #32477a;}
.main_wrap .section_4 .agree_group input[type=checkbox] {
    margin-top: -4px;
    margin-right: 5px;
}
.main_wrap .section_4 button {
    width: 200px;
    height: 50px;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background: #32477a;
    border: 1px solid #32477a;
    margin: 20px auto 0;
    transition: all 0.3s;
    display: block;
}
.main_wrap .section_4 button:hover {
    background: #fff;
    color: #32477a;
}

.main_wrap .section_4 .right {
    float: left;
    width: calc((100% - 50px)/2);
}
.main_wrap .section_4 .right .sub_title {
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
    margin-bottom: 20px;
}
.main_wrap .section_4 .right .sub_title h3 {
    display: inline-block;
    margin: 0;
}
.main_wrap .section_4 .right .sub_title .more_btn {float: right}
.main_wrap .section_4 .right .contents {padding: 0 20px;}
.main_wrap .section_4 .right .news {margin-bottom: 40px;}
.main_wrap .section_4 .right .support p {
    font-size: 16px;
    margin-bottom: 10px;
}
.main_wrap .section_4 .right .support a {
    font-family: "Roboto";
    font-weight: bold;
    font-size: 30px;
    color: #32477a;
}
.main_wrap .section_4 .right .support a img {
    margin-right: 3px;
    margin-top: -3px;
}
.main_wrap .section_4 .right .support .note {
    font-size: 14px;
    color: #888;
    margin-top: 10px;
}
@media all and (max-width: 1200px) {
    .main_wrap .section_3 .contents {
        left: 15px;
        width: 100%;
    }
}
@media all and (max-width: 767px) {
    .main_wrap .section_1 h2 {
        font-size: 20px;
        left: 15px;
        bottom: 30px;
    }
    .main_wrap > div {margin-bottom: 50px;}
    .main_wrap h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .main_wrap .more_btn {font-size: 12px;}
    .main_wrap .section_2 .more_btn {margin-top: 30px;}
    .main_wrap .section_3 {padding-bottom: 0;}
    .main_wrap .section_3 .at-container {
        padding-top: 50px;
        height: 370px;
    }
    .main_wrap .section_3 .contents ul, .main_wrap .section_3 .contents ul li, .main_wrap .section_3 .contents ul li a {height: 350px;}
    .main_wrap .section_3 .contents ul li {margin-right: 15px;}
    .main_wrap .section_3 .contents {top: 95px;}
    .main_wrap .section_3 .slick-prev, .main_wrap .section_3 .slick-next {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }
    .main_wrap .section_3 .slick-prev {top: -33px; left: 185px;}
    .main_wrap .section_3 .slick-next {top: -33px; left: 231px;}
    .main_wrap .section_3 .slick-prev:before, .main_wrap .section_3 .slick-next:before {
        width: 8px; height: 14px;
        margin-top: 12px;
    }
    .main_wrap .section_3 .color_box::before {content: none;}
    .main_wrap .section_3 .color_box {height: 350px;}
    .main_wrap .section_4 .left {
        float: none;
        width: 100%;
        margin: 0 0 30px;
        padding: 30px;
    }
    .main_wrap .section_4 h3 {font-size: 16px;}
    .main_wrap .section_4 .form_group {margin-bottom: 10px;}
    .main_wrap .section_4 input[type=text], .main_wrap .section_4 textarea {
        height: 42px;
        line-height: 42px;
        padding: 0 15px;
        font-size: 14px;
    }
    .main_wrap .section_4 .agree_group {
        font-size: 12px;
        margin-top: 10px;
    }
    .main_wrap .section_4 button {
        height: 42px;
        font-size: 14px;
        line-height: 38px;
    }
    .main_wrap .section_4 .right {
        float: none;
        width: 100%;
    }
    .main_wrap .section_4 .right .news {margin-bottom: 15px;}
    .main_wrap .section_4 .right .contents {padding: 0 10px;}
    .main_wrap .section_4 .right .support p {font-size: 14px;}
}
@media all and (max-width: 480px) {
    .main_wrap .section_3 .contents ul, .main_wrap .section_3 .contents ul li, .main_wrap .section_3 .contents ul li a {height: 250px;}
    .main_wrap .section_3 .color_box {height: 300px}
}