@charset "utf-8";

.at-body {margin-top: -170px;}
.main_wrap {word-break: keep-all;}
.main_wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main_wrap p {
    margin: 0;
    word-break: keep-all;
}
.main_wrap > div {padding: 150px 0;}
.main_wrap .title {margin-bottom: 80px;}
.main_wrap .title h2 {
    font-family: "Montserrat", "Noto Sans KR";
    font-weight: bold;
    font-size: 50px;
    margin: 0;
}
.main_wrap .title h2 span {color: #2b3e84;}
.main_wrap .title p {
    font-size: 18px;
    margin-top: 40px;
}
.main_wrap a.more_btn {
    border: 1px solid #2b3e84;
    max-width: 250px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-family: "Montserrat";
    font-size: 14px;
    color: #2b3e84;
    font-weight: bold;
    display: block;
    text-align: center;
    transition: all 0.3s;
    margin-top: 80px;
}
.main_wrap a.more_btn::after {
    content: "";
    background: url("/img/custom/plus_blue.svg") no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -2px;
}
.main_wrap a.more_btn:hover {
    background: #2b3e84;
    color: #fff;
}
.main_wrap a.more_btn:hover::after {background: url("/img/custom/plus.svg") no-repeat;}

.main_wrap a.more_btn.white_btn {
    border: 1px solid #fff;
    color: #fff;
}
.main_wrap .more_btn.white_btn::after {background: url("/img/custom/plus.svg") no-repeat;}
.main_wrap .more_btn.white_btn:hover {
    background: #fff;
    color: #2b3e84;
}
.main_wrap .more_btn.white_btn:hover::after {background: url("/img/custom/plus_blue.svg") no-repeat;}

.main_wrap .section_1 {
    position: relative;
    padding: 0;
}
.main_wrap .section_1 .txt {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 1200px;
    width: 100%;
    z-index: 1;
}
.main_wrap .section_1 .txt h2 {
    font-family: "Montserrat";
    font-weight: bold;
    font-size: 80px;
    color: #fff;
    margin: 0 0 50px;
}
.main_wrap .section_1 .txt h2 span {color: #00eaff;}
.main_wrap .section_1 .txt p {
    font-size: 24px;
    color: #fff;
}

.main_wrap .section_2 {
    text-align: center;
    background: url("/img/custom/main_sect_2_bg.jpg") no-repeat;
    background-position: center bottom;
    background-size: contain;
    padding-bottom: 200px;
}
.main_wrap .section_2 img {max-width: 100%;}

.main_wrap .section_3 {
    background: url("/img/custom/main_sect_3_bg.jpg") no-repeat;
    background-size: cover;
    padding-bottom: 80px;
}
.main_wrap .section_3 ul li {
    float: left;
    width: calc((100% - 40px)/3);
    margin-right: 20px;
    background: #fff;
    padding: 35px;
    padding-top: 50px;
    padding-right: 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    position: relative;
    min-height: 360px;
    margin-bottom: 20px;
}
.main_wrap .section_3 ul li:nth-child(3n) {margin-right: 0;}
.main_wrap .section_3 ul li::before {
    content: "";
    background: #2b3e84;
    width: 50px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
}
.main_wrap .section_3 ul li h3 {
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    line-height: 1.4;
    color: #2b3e84;
    z-index: 1;
    position: relative;
    transition: all 0.3s;
}
.main_wrap .section_3 ul li h3 span {
    display: block;
    font-size: 24px;
    margin-top: 5px;
}
.main_wrap .section_3 ul li p {
    font-size: 16px;
    color: #111;
    z-index: 1;
    position: relative;
    line-height: 1.6;
    transition: all 0.3s;
    padding-right: 30px;
}
.main_wrap .section_3 ul li:hover::before {
    width: 100%;
    height: 100%;
}
.main_wrap .section_3 ul li:hover h3,
.main_wrap .section_3 ul li:hover p {color: #fff;}

.main_wrap .section_3_2 {
    background: url("/img/custom/main_sect_3_bg_2.jpg") no-repeat;
    background-size: cover;
    background-position: center right;
    padding: 100px 0;
}
.main_wrap .section_3_2 ul li {
    float: left;
    width: calc((100% - 20px)/2);
    margin-right: 20px;
    background: #fff;
    padding: 35px;
    padding-top: 50px;
    padding-right: 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    position: relative;
    min-height: 295px;
}
.main_wrap .section_3_2 ul li:last-child {margin-right: 0;}
.main_wrap .section_3_2 ul li::before {
    content: "";
    background: #365ae0;
    width: 50px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
}
.main_wrap .section_3_2 ul li h3 {
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    line-height: 1.4;
    color: #365ae0;
    z-index: 1;
    position: relative;
    transition: all 0.3s;
}
.main_wrap .section_3_2 ul li p {
    font-size: 16px;
    color: #111;
    z-index: 1;
    position: relative;
    line-height: 1.6;
    transition: all 0.3s;
    padding-right: 30px;
}
.main_wrap .section_3_2 ul li:hover::before {
    width: 100%;
    height: 100%;
}
.main_wrap .section_3_2 ul li:hover h3,
.main_wrap .section_3_2 ul li:hover p {color: #fff;}

.main_wrap .section_4 {
    background: url("/img/custom/main_sect_4_bg.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}
.main_wrap .section_4 .title h2 {color: #fff;}
.main_wrap .section_4 .more_btn {margin: 80px auto 0;}

.main_wrap .section_5 .at-container > .left_wrap {
    float: left;
    width: 37.5%;
    padding-right: 50px;
}
.main_wrap .section_5 .at-container > .right_wrap {
    float: right;
    width: 62.5%;
}
.main_wrap .section_5 .right_wrap .tab_menu {
    border-bottom: 1px solid #111;
    padding-bottom: 20px;
    margin-bottom: 50px;
    font-size: 0;
}
.main_wrap .section_5 .right_wrap .tab_menu li {
    cursor: pointer;
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: bold;
    color: rgba(0,0,0,0.3);
    transition: all 0.3s;
    margin-right: 40px;
    display: inline-block;
}
.main_wrap .section_5 .right_wrap .tab_menu li:hover,
.main_wrap .section_5 .right_wrap .tab_menu li.select {color: #111;}

.main_wrap .section_5 .right_wrap .tab_contents > div {display: none;}
.main_wrap .section_5 .right_wrap .tab_contents > div.select {display: block;}

@media all and (max-width: 1200px) {
    .main_wrap .section_1 .txt {
        left: 15px;
        transform: translateX(0);
        width: 90%;
    }
}
@media all and (max-width: 991px) {
    .at-body {margin-top: -60px;}
}
@media all and (max-width: 767px) {
    .main_wrap > div {padding: 50px 0;}
    .main_wrap .title {margin-bottom: 30px;}
    .main_wrap .title h2 {
        font-size: 24px;
        text-align: center;
    }
    .main_wrap .title p {
        font-size: 14px;
        margin-top: 25px;
    }
    .main_wrap a.more_btn {
        width: 180px;
        height: 42px;
        line-height: 42px;
        font-size: 12px;
        margin-top: 30px;
    }
    .main_wrap .section_1 .txt {
        top: inherit;
        bottom: 80px;
    }
    .main_wrap .section_1 .txt h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .main_wrap .section_1 .txt p {font-size: 16px;}
    .main_wrap .section_2 {padding-bottom: 80px;}
    .main_wrap .section_3 {padding-bottom: 50px;}
    .main_wrap .section_3_2 {padding: 50px 0;}
    .main_wrap .section_3 ul li,
    .main_wrap .section_3_2 ul li {
        float: none;
        width: 100%;
        margin: 0 0 15px;
        padding: 30px;
        min-height: auto;
    }
    .main_wrap .section_3 ul li:last-child,
    .main_wrap .section_3_2 ul li:last-child {margin-bottom: 0;}
    .main_wrap .section_3 ul li::before,
    .main_wrap .section_3_2 ul li::before {
        width: 40px;
        height: 10px;
    }
    .main_wrap .section_3 ul li h3,
    .main_wrap .section_3_2 ul li h3 {
        font-size: 20px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .main_wrap .section_3 ul li h3 span {
        font-size: 16px;
        margin-top: 0;
    }
    .main_wrap .section_3 ul li p,
    .main_wrap .section_3_2 ul li p {font-size: 14px;}
    .main_wrap .section_4 .more_btn,
    .main_wrap .section_5 .more_btn {margin: 30px auto 0;}
    .main_wrap .section_5 .at-container > .left_wrap {
        float: none;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .main_wrap .section_5 .at-container > .right_wrap {
        float: none;
        width: 100%;
    }
    .main_wrap .section_5 .right_wrap .tab_menu {
        padding-bottom: 10px;
        margin-bottom: 30px;
        text-align: center;
    }
    .main_wrap .section_5 .right_wrap .tab_menu li {
        font-size: 20px;
        margin-right: 20px;
    }
}