/* 메인비주얼 */
#main_visual {
    width: 100%;
    height: 1080px;
    background: url(../img/visual_bg.png) no-repeat center center;
    background-size: cover;
    position: relative;
}

#main_visual:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.main_visual {
    padding-top: 335px;
    box-sizing: border-box;
    position: relative;
    z-index: 20;
}

.main_visual h2 {
    font-size: 48px;
    line-height: 71px;
    color: #fff;
}

.main_visual p {
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    margin-top: 40px;
}

#main_content ul li {
    height: 540px;
}

#main_content ul li:nth-child(2) {
    background: #F5F5F5;
}

#main_content ul li div {
    max-width: 1200px;
    margin: auto;
    padding: 77px 0 40px;
    box-sizing: border-box;
}

#main_content ul li div dl {
    float: left;
    width: 47%;
    padding-top: 66px;
}

#main_content ul li:nth-child(2) div dl {
    float: right;
    padding-left: 135px;
    box-sizing: border-box;
}

#main_content ul li div dl dt {
    font-size: 48px;
    line-height: 71px;
    font-weight: 600;
}

#main_content ul li div dl dd {
    font-size: 22px;
    line-height: 32px;
    margin-top: 40px;
}

#main_content ul li i {
    float: right;
    width: 632px;
    height: 424px;
    background-size: contain !important;
}

#main_content ul li:nth-child(1) i {
    background: url(../img/main_01.png) no-repeat center center;
}

#main_content ul li:nth-child(2) i {
    background: url(../img/main_02.png) no-repeat center center;
    float: left;
}

#main_content ul li:nth-child(3) i {
    background: url(../img/main_03.png) no-repeat center center;
}

#main_event {
    background: #7155EF;
    overflow: hidden;
}

.main_event {
    height: 726px;
    background: url(../img/main_event.png) no-repeat right 128px;
    background-size: 908px 830px;
}

.main_event dl dt {
    font-size: 48px;
    line-height: 71px;
    color: #fff;
    font-weight: 600;
    padding-top: 196px;
}

.main_event dl dd {
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    margin-top: 40px;
}

.main_event a {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    margin-top: 40px;
}

.main_event a.learn-more {
    width: 170px;
    height: auto;
}

.main_event a.learn-more .circle {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 1.625rem;
    float: right;
}

.main_event a.learn-more .circle .icon {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #333;
}

.main_event a.learn-more .circle .icon.arrow {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    right: 20px;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

.main_event a.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: '';
    top: -4.55px;
    right: 0;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #7155EF;
    border-right: 0.125rem solid #7155EF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.main_event a.learn-more .button-text {
    -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
    z-index: 10;
}

.main_event a:hover .circle {
    width: 100%;
}

.main_event a:hover .circle .icon.arrow {
    background: #7155EF;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.main_event a:hover .button-text {
    color: #7155EF;
    left: 20px;
    right: auto;
}

.tab li {
    float: left;
}
.tab li a {
    display: block;
    padding: 42px 0 18px;
    box-sizing: border-box;
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    color: #999;
    margin-right: 60px;
}
.tab li a.active {
    border-bottom: 4px solid #7155EF;
    color: #333;
}
.terms {
    padding-bottom: 150px;
}
.terms dl dt {
    font-size: 22px;
    line-height: 48px;
    font-weight: 500;
    margin-top: 60px;
}
.terms dl dd {
    font-size: 16px;
    line-height: 48px;
    font-weight: 500;
}
.terms table {
    width: 60%;
    border: 1px solid #707070;
    margin: auto;
    margin-top: 30px;
}
.terms table tr {
    border-bottom: 1px solid #707070;
}
.terms table tr:last-child {
    border: 0;
}
.terms table tr td {
    border-right: 1px solid #707070;
    text-align: center;
    padding: 14px 16px;
}
.terms table tr td:last-child {
    border: 0;
}

.event_detail .text {
    font-size: 22px;
    line-height: 48px;
    margin-top: 60px;
}
.event_detail .text em {
    font-weight: 500;
}
.event_detail .bg_txt {
    width: 100%;
    background: #7155EF;
    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 48px;
    margin-top: 60px;
    padding: 20px 0;
    box-sizing: border-box;
}
.event_detail img {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 500px;
}
.detail_foot {
    background: #7155EF;
    margin-top: 80px;
    text-align: center;
    padding: 72px 0;
    position: relative;
    overflow: hidden;
    z-index: 10;
}
.detail_foot:before {
    content: '';
    width: 238px;
    height: 238px;
    background: #E55158;
    border-radius: 50%;
    position: absolute;
    bottom: -35%;
    right: 25%;
}
.detail_foot > p {
    font-size: 48px;
    line-height: 71px;
    color: #fff;
    font-weight: 600;
}
.detail_foot > a {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #fff;
    border-radius: 8px;
    box-sizing: border-box;
    color: #fff;
    font-weight: 500;
    margin: auto;
    margin-top: 46px;
    padding: 0 16px;
}
.detail_foot > a i {
    display: inline-block;
    width: 21px;
    height: 24px;
    background: url(../img/google_i_w.png) no-repeat center center;
    background-size: contain;
    margin-right: 10px;
    vertical-align: -6px;
}


@media (max-width: 767px) {
    #main_visual {
        height: 540px;
    }
    .main_visual {
        padding-top: 167px;
    }
    .main_visual h2 {
        font-size: 32px;
        line-height: 48px;
    }
    .main_visual p {
        font-size: 18px;
        line-height: 28px;
    }
    #main_content ul li {
        height: auto !important;
    }
    #main_content ul li div dl {
        float: none !important;
        width: 100% !important;
        text-align: center;
        padding-top: 0;
    }
    #main_content ul li div dl br {
        display: none;
    }
    #main_content ul li div dl dt {
        font-size: 32px;
        line-height: 48px;
    }
    #main_content ul li div dl dd {
        font-size: 18px;
        line-height: 28px;
        margin-top: 25px;
    }
    #main_content ul li:nth-child(2) div dl {
        padding-left: 0;
    }
    #main_content ul li i {
        display: block;
        float: none !important;
        width: 100% !important;
        max-width: 316px;
        height: 212px;
        margin: auto;
        margin-top: 40px;
    }
    #main_content ul li div {
        padding: 40px 10px;
    }
    .main_event {
        height: 363px;
        background: url(../img/main_event.png) no-repeat right 170px;
        background-size: 304px 265px;
    }
    .main_event dl dt {
        padding-top: 50px;
        font-size: 32px;
        line-height: 48px;
    }
    .main_event dl dd {
        font-size: 18px;
        line-height: 28px;
        margin-top: 25px;
    }
    .main_event a.learn-more {
        margin-top: 20px;
        width: 155px;
    }
    .main_event a.learn-more .button-text {
        font-size: 18px;
    }
    .tab li a {
        font-size: 14px;
        line-height: 14px;
        padding: 25px 0 12px;
        margin-right: 15px;
    }
    .terms {
        padding-bottom: 70px;
    }
    .terms dl dt {
        font-size: 18px;
        line-height: 34px;
        margin-top: 40px;
    }
    .terms dl dd {
        font-size: 14px;
        line-height: 28px;
    }
    .event_detail .text {
        font-size: 18px;
        line-height: 32px;
        margin-top: 40px;
    }
    .event_detail .bg_txt {
        font-size: 18px;
        line-height: 32px;
        margin-top: 40px;
        padding: 15px 20px;
    }
    .detail_foot {
        padding: 35px 0;
        margin-top: 60px;
    }
    .detail_foot > p {
        font-size: 32px;
        line-height: 48px;
    }
    .detail_foot:before {
        width: 110px;
        height: 110px;
        right: 10px;
        bottom: -22%;
        z-index: -1;
    }
    .detail_foot > a {
        margin-top: 25px;
    }
    .terms table {
        width: 100%;
    }
}





















