.main_banner {
    background-color: #eadaff;
}
.main_wrap {
    height: 500px;
    margin: 0 auto;
    position: relative;
}
.main_title > h2 {
    font-size: 40px;
    line-height: 1.4;
    padding-top: 138px;
}
.main_title > a {
    font-size: 14px;
    width: 180px;
    line-height: 44px;
    font-weight: 700;
    text-align: left;
    color: #fff;
    margin-top: 30px;
    padding: 0 33px;
    border-radius: 12px;
    background-color: #8c35fa;

    background-image: url(../img/chevron-right.png);
    background-position: 145px center;
    background-size: 16px;
}
.main_wrap > img {
    width: 360px;
    position: absolute;
    top: 110px;
    right: 40px;
}
.main_h3 {
    margin-top: 20px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}
.main_p {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}
span.color_highlight {
    color: #5b1ea8;
}
.main_p_b {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}
.main_p_small {
    font-size: 16px;
    font-weight: 400;
    color: #555;
    text-align: center;
    margin-top: 20px;
}
.articles {margin-top: 130px;}
.tap {
    border-bottom: 1px solid #ddd;
    height: 53px;
}
.tap_wrap {
    width: 870px;
    margin: 0 auto;
    height: 100%;

    display: flex;
    align-items: center;
    position: relative;
}
.tap_wrap > li {
    width: 50%;
    height: 100%;
    line-height: 53px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
}
.tap_wrap > li.active {
    color: #5b1ea8;
    border-bottom: 4px solid #8c35fa;
    box-sizing: border-box;
}

.tap_wrap > li:last-child::before {
    content: "";
    display: block;
    height: 20px;
    border-right: 1px solid #ddd;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.main_gift_list {
    margin: 60px auto 0 auto;
    display: flex;
    justify-content: space-around;
}
.main_gift_item {
    width: 33.33%;
    text-align: center;
}
.main_gift_item > span {
    font-size: 16px;
    font-weight: 600;
}
.main_gift_item > span::before {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto 30px auto;
    border-radius: 50%;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);

    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px;
}
.main_gift_item:nth-child(1) > span::before {
    background-image: url(../img/icon_cash.png);
}
.main_gift_item:nth-child(2) > span::before {
    background-image: url(../img/icon_gift.png);
}
.main_gift_item:nth-child(3) > span::before {
    background-image: url(../img/icon_time.png);
}

.g_article2 {
    margin-top: 100px;
    height: 630px;
    background-color: #f7f7f7;

    position: relative;
}
.g_article2 > div {
    padding-top: 100px;
}
.g_article2 > div > img {
    display: block;
    width: 675px;
    margin: 50px auto;
}
.gift_grid {
    margin-top: 60px;
    display: grid;
    gap: 20px;
}
.gift_grid_item {
    border-radius: 20px;
    padding: 50px;
    box-sizing: border-box;
    position: relative;
}
.gift_grid_item > p, .gift_grid_item > div > p:first-child {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.4;
}
.gift_grid_item > div > p:last-child {
    margin-top: 15px;
}
.gift_grid_item:nth-child(1) {
    background-color: #d9e8ff;
    grid-column-start: 1;
    height: 265px;
}
.gift_grid_item:nth-child(1) > img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70%;
}
.gift_grid_item:nth-child(2) {
    background-color: #e1f6ef;
    grid-column-start: 2;
    height: 265px;
}
.gift_grid_item:nth-child(2) > img {
    position: absolute;
    top: 50px;
    right: 38px;
    width: 50%;
}
.gift_grid_item:nth-child(3) {
    background-color: #f7f3fb;
    grid-column: 1/3;
    height: 280px;
}
.gift_grid_item:nth-child(3) > div {
    position: absolute;
    top: 50%;
    right: 110px;
    transform: translateY(-50%);
}
.gift_grid_item:nth-child(3) > img {
    position: absolute;
    top: 50%;
    left: 53px;
    transform: translateY(-50%);
    width: 45%
}
.g_article4 > div {
    background-color: #5b1ea8;
    border-radius: 20px;
    height: 345px;
    padding: 60px 0 0 46px;
    box-sizing: border-box;
    position: relative;
}
.g_article4 > div > div {
    color: #fff;
}
.g_article4 > div > div > h3 {
    font-size: 25px;
    font-weight: 700;
}
.g_article4 > div > div > h3 > p {
    font-size: 40px;
    margin-top: 12px;
}
.g_article4 > div > div > p {
    margin-top: 12px;
}
.g_article4 > div > img {
    position: absolute;
    right: 30px;
    bottom: 0;
    width: 55%;
}
.classSlide,.giftSlide {
    position: relative;
}
.slide_buttons {
    width: 100%;
    position: absolute;
    top: 100px;
    z-index: 1;

    display: flex;
    justify-content: space-between;
}
.slide_prev_button {
    position: absolute;
    left: -30px;
    width: 60px;
    height: 60px;
    background-image: url('../img/slide_prev_button.png');
    background-repeat: no-repeat;
    margin: 0;
}
.slide_next_button {
    position: absolute;
    right: -30px;
    width: 60px;
    height: 60px;
    background-image: url('../img/slide_next_button.png');
    background-repeat: no-repeat;
    margin: 0;
}
.slide_container {
    margin-top: 60px;
    overflow: hidden;
}
.slide_item {
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
}
.slide_item > img {
    display: block;
    width: 100%;
}
.slide_item_c {
    padding: 20px 20px 0 20px;
}
.slide_item_c::before {
    content: "";
    display: block;
    width: 65px;
    height: 16px;
    background-image: url(../img/rate_5.png);
    background-repeat: no-repeat;
    background-size: 65px
}
.slide_item_c > p {
    margin-top: 12px;
    height: 107px;
    font-weight: 400;
    line-height: 1.6;
    padding-bottom: 20px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}
.slide_item_c > ul {
    border-top: 1px solid #eee;
    display: flex;
    height: 40px;
    align-items: center;
    position: relative;
}
.slide_item_c > ul > li {
    font-size: 12px;
}
.slide_item_c > ul > li:first-child > span {
    padding-right: 15px;
}
.slide_item_c > ul > li:last-child > span {
    padding-left: 15px;
    font-weight: 400;
}
.slide_item_c > ul > li:last-child::before {
    content: "";
    display: block;
    height: 12px;
    border-right: 1px solid #ddd;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.main_floating {
    position: fixed;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;

    width: 590px;
    height: 65px;
    line-height: 65px;
    background-color: #8c35fa;
    border-radius: 12px;
    border: none;
    box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.25);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}
/* [원데이클래스] */
.class_main.main_wrap > img {
    top: 145px;
    right: 0;
}
.c_article1 > ul {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    gap: 24px;
}
.c_article1 > ul > li {
    max-width: 312px;
    max-height: 260px;
    border-radius: 20px;
    overflow: hidden;
}

.c_article2 {
    margin-top: 100px;
    background-color: #f7f7f7;
    padding: 80px 0;
}
.main_class_list {
    margin-top: 55px;
    display: flex;
    justify-content: center;
    gap: 80px;
    background-image: url(../img/dotted_line.png);
    background-position: center center;
}
.main_class_item {
    width: 200px;
    height: 230px;
    padding-top: 25px;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.03);
    text-align: center;
}
.main_class_item > span {
    font-weight: 700;
}
.main_class_item > span:first-child {
    font-size: 14px;
    color: #5b1ea8;
}
.main_class_item > span:last-child {
    font-size: 16px;
}
.main_class_item > span:last-child::before {
    content: "";
    display: block;
    width: 90px;
    height: 90px;
    margin: 20px auto 25px auto;
    border-radius: 30px;
    background-color: #b275ff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px;
}
.main_class_item:nth-child(1) > span:last-child::before {
    background-image: url(../img/icon_class.png);
}
.main_class_item:nth-child(2) > span:last-child::before {
    background-image: url(../img/icon_vote.png);
}
.main_class_item:nth-child(3) > span:last-child::before {
    background-image: url(../img/icon_invoice.png);
}
.save_time_icon {
    width: 200px;
    height: 60px;
    margin: 100px auto 0 auto;
    line-height: 60px;
    padding-left: 40px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 12px;
    background-color: #333;
    background-image: url(../img/icon_clock.png);
    background-position: 50px center;
    background-size: 30px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;

    position: relative;
}
.save_time_icon::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../img/down_arrow.png);
    background-repeat: no-repeat;
    background-size: 30px;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}
.c_article3 > div {
    background-color: #d9e8ff;
    height: 350px;
    border-radius: 12px;
    position: relative;
}

.c_article3 > div > div {
    position: absolute;
    top: 105px;
    right: 60px;
}
.c_article3 > div > div > h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
}
.c_article3 > div > div > p {
    font-size: 12px;
    margin-top: 12px;
    font-weight: 400;

}
.c_article3 > div > img {
    position: absolute;
    bottom: 0;
    left: 25px;
    width: 50%;
}
.c_article4 {
    margin-top: 30px;
}
.c_article4 > div {
    background-color: #e1f6ef;
    height: 350px;
    border-radius: 12px;
    position: relative;
}
.c_article4 > div > div {
    position: absolute;
    top: 90px;
    left: 75px;
}
.c_article4 > div > div > h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
}
.c_article4 > div > div > p {
    font-size: 12px;
    margin-top: 12px;
    font-weight: 400;
}
.c_article4 > div > img {
    position: absolute;
    bottom: 0;
    right: 40px;
    width: 35%;
}
.class_vote_info {
    margin-top: 35px;
    padding: 5px 0;
    box-sizing: border-box;
    width: 260px;
    height: 33px;
    border-radius: 8px;
    background-color: #fff;
    display: flex;
    gap: 25px;
    justify-content: center;
}
.class_vote_info > li {
    background-repeat: no-repeat;
    position: relative;
}
.class_vote_info > li:first-child::after {
    content: "";
    display: block;
    width: 13px;
    height: 10px;
    background-image: url(../img/right_arrow.png);
    background-size: 13px;
    position: absolute;
    top: 50%;
    right: -17px;
    transform: translateY(-50%);
}
.class_vote_info > li:first-child > p::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../img/icon_smile.png);
    margin-right: 5px;
    background-size: 20px;
}
.class_vote_info > li:last-child > p::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../img/icon_graph.png);
    margin-right: 5px;
    background-size: 20px;
}
.class_vote_info > li > p {
    line-height: 23px;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.class_vote_info > li > p > span {
    font-size: 13px;
    font-weight: 700;
    padding-right: 5px;
}
.class_slide_item > img {
    width: 100%;
    border-radius: 12px;
}
.class_slide_item_c {
    margin-top: 20px;
    text-align: center;
}
.class_slide_item_c > span {
    font-size: 16px;
    font-weight: 700;
}
.class_slide_item_c > p {
    font-size: 13px;
    font-weight: 400;
    margin-top: 10px;
}
.company_BI {
    width: 100%;
    margin-top: 30px;
}
/* --------------------------------------------------------------- */




/* 플로팅 버튼 - 문의하기 */
#buttonWrap {
    position: fixed;
    bottom: 50px;
    right: 100px;

    width: 80px;
    height: 80px;
}
#buttonWrap > ul {
    position: absolute;
    width: 100%;
    height: 100%;
}
.button {
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    font-weight: 700;

    border: none;
    padding: 0;

    box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.25);
    cursor: pointer;

    /* ul, li 요소가 #buttonWrap 요소의 영역 전체를 차지해서
    버튼 클릭, cursor 이슈로 z-index 임의로 부여 */
    z-index: 10;
}
#button_q {
    width: 80px;
    height: 80px;
    background: linear-gradient(138deg, #6823C0 20%, #9345DB 100%);

    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(0,0);
    overflow: hidden;
}
.button_svg_wrap {
    transition: 0.5s;
}
.button_svg_wrap.updown {
    transform: translateY(-80px);
}
.button_sub {
    width: 80px;
    height: 80px;
    position: absolute;
    transform: translate(0,0);
    transition-duration: 0.5s;
}
.button_sub > button {
    width: 60px;
    height: 60px;
    background: linear-gradient(340deg, #6823C0 50%, #7626DB 100%);
}

#buttonWrap > ul.move > li:first-child {
    transform: translate(10px, -90px);
    transition-duration: 0.2s;
}
#buttonWrap > ul.move > li:nth-child(2) {
    transform: translate(-80px, -70px);
    transition-duration: 0.4s;
}
#buttonWrap > ul.move > li:last-child {
    transform: translate(-105px, 20px);
    transition-duration: 0.62s;
}
