/* point event */
html, body {
    min-width: auto;
}

.header_point {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 30px;
    z-index: 10;
}

.point_container_web {
    max-width: 1430px;
    padding: 0 15px;
    margin: 0 auto;
}
.point_medium_container {
    max-width: 730px;
    height: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.point_top {
    padding: 80px 0 50px;
    background-image: url("/images/main/point_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #FFF;
}
.point_top_desc h1 {
    padding: 50px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 75px;
    font-weight: 400;
    line-height: 1.2;
}
.point_top_desc .point_banner {
    display: inline-block;
    padding: 10px 30px;
    margin: 0 auto;
    border-radius: 30px;
    background-image: none;
    background-color: #00379b;
    font-size: 18px;
}
.point_yellow {
    color: #ffe65a;
}
.point_top_text {
    padding: 20px 0 50px;
    font-size: 24px;
}
.point_top_dl {
    width: 65%;
    padding-top: 40px;
    margin: 0 auto;
}
.point_top_dl dl {
    display: flex;
    align-items: center;
    margin: 20px 0;
    font-size: 18px;
}
.point_top_dl dt::after {
    content: "|";
    margin: 0 15px;
    font-weight: 100;
    color: rgba(255, 255, 255, 0.5);
}

.point_group {
    padding-top: 50px;
}
.point_group_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid;
}
.point_group_header .link_shortcut {
    margin-top: 0;
}
.point_title {
    font-size: 22px;
}

.point_article_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-width: 992px;
    padding: 20px 0;
}
.point_article_box.daegu {
    padding: 20px 110px;
}
.point_article_box.point {
    flex-wrap: nowrap;   
}
.point_content_box {
    flex: 0 0 280px;
    max-width: 280px;
    padding: 50px 30px;
    margin: 10px;
    border-radius: 20px;
    background-color: #f8f8f8;
}
.point_content_box.bottom {
    padding-bottom: 30px;
    flex: none;
    max-width: none;
}
.point_content_box.bottom strong {
    display: inline-block;
}

.point_box_header {
    padding-bottom: 40px;
    border-bottom: 1px solid #dfdfdf;
    text-align: center;
}
.point_content_box.bottom .point_box_header {
    height: 220px;
    border-bottom: none;
}
.point_box_header h2 {
    font-size: 26px;
}
.link_shortcut {
    display: inline-block;
    padding: 6px 20px;
    margin-top: 20px;
    border-radius: 30px;
    background-color: #1258cc;
    font-size: 14px;
    color: #FFF;
}
.link_shortcut:hover {
    color: #dbe9ff;
}
.link_shortcut span::after {
    content: ">";
    margin-left: 5px;
}
.point_discount {
    position: relative;
    margin-right: 20px;
    font-size: 24px;
    font-weight: 600;
}
.point_discount::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -5%;
    width: 120%;
    height: 2px;
    background-color: #d90000;
}
.point_discount::after {
    content: "";
    position: absolute;
    top: 13px;
    right: -17%;
    width: 15px;
    height: 2px; 
    background-color: #d90000;
    transform: rotate(45deg);
}
.point_box_header strong {
    display: block;
    font-size: 30px;
    line-height: 1;
    color: #1258cc;
}
.point_box_list {
    padding-top: 20px;
}
.point_box_list .noti {
    margin-top: 15px;
    font-size: 12px;
}

.point_box_img_img img {
    max-width: 100%;
    height: auto;
}
.point_content_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 200px;
    margin-top: 80px;
    border-top: 1px solid #dfdfdf;
}
.point_content_footer p {
    font-size: 22px;
}
.point_content_footer .link_shortcut {
    margin-top: 0;
}
aside.point_content_footer {
    position: static !important;
    background-color: transparent !important;
    z-index: auto !important;
}

.point_top_group {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 60px;
}
.link_white {
    display: block;
    width: 300px;
    padding: 15px 0;
    margin: 0 auto;
    box-shadow: 10px 10px 15px 3px rgba(0,0,0,0.3);
    border-radius: 5px;
    background-color: #FFF;
    font-size: 20px;
    font-weight: 600;
    color: #1258cc;
}
.link_white span {
    display: flex;
    justify-content: center;
    align-items: center;
}
.link_white span::after {
    content: "";
    width: 10px;
    height: 10px;
    margin-left: 5px;
    border-top: 1px solid #1258cc;
    border-right: 1px solid #1258cc;
    transform: rotate(45deg);
}
.link_white:hover {
    color: #1258cc;
}

.btn_link_box {
    padding-bottom: 50px;
}
.btn_link_reg {
    display: block;
    padding: 10px 30px;
    margin: 0 auto;
    border: 1px solid #1258cc;
    background-color: transparent;
    color: #1258cc;
}

@media screen and (max-width: 768px) {
    .point_top {
        padding: 120px 0 100px;
    }
    .point_top_desc .point_banner {
        padding: 5px 20px;
        font-size: 14px;
    }
    .point_top_desc h1 {
        font-size: 50px;
    }
    .point_top_text {
        padding: 10px 0 30px;
        font-size: 18px;
    }
    .point_top_dl {
        width: 60%;
        padding-top: 20px;
    }
    .point_top_dl dl {
        margin: 15px 0;
        font-size: 16px;
    }

    .point_group {
        padding-top: 25px;
    }
    .point_title {
        padding: 5px 0;
        font-size: 18px;
    }
    .point_content_box {
        padding: 40px 15px;
        margin: 15px 0;
    }
    .point_medium_container {
        max-width: 600px;
    }
    .point_box_header h2 {
        font-size: 22px;
    }
    .link_shortcut {
        font-size: 12px;
    }
    .point_discount {
        font-size: 20px;
    }
    .point_discount::after {
        top: 12px;
        width: 10px;
    }
    .point_box_header strong {
        font-size: 28px;
    }
    .point_box_img {
        padding-top: 40%;
    }
    .point_box_list {
        padding-top: 10px;
    }
    .point_box_list li {
        margin: 5px 0;
        font-size: 14px;
    }
    .point_content_footer {
        padding: 10px 0 50px;
        margin-top: 40px;
    }
    .point_content_footer p {
        font-size: 18px;
    }
}

@media screen and (max-width: 576px) {
    .point_container {
        padding: 0 15px;
        text-align: center;
    }
    .header_point {
        padding: 10px 15px;
    }
    .header_point img {
        width: 70%;
    }
    .point_top {
        padding: 30px 0;
    }
    .point_top_desc .point_banner {
        font-size: 12px;
    }
    .point_top_desc h1 {
        padding: 20px 0;
        font-size: 30px;
    }
    .point_top_text {
        font-size: 14px;
    }
    .point_top_dl {
        width: 80%;
        padding-top: 10px;
    }
    .point_top_dl dl {
        margin: 10px 0;
        font-size: 12px;
    }
    .point_top_dl dd {
        text-align: left;
    }
    .point_title {
        font-size: 16px;
    }
    .point_article_box {
        display: block;
        min-width: auto;
    }
    .point_content_box {
        flex: none;
        max-width: none;
        padding: 15px 20px;
    }
    .point_content_box.bottom {
        flex: none;
        max-width: none;
    }
    .point_content_box.bottom strong {
        margin-left: 10px;
    }
    .point_content_box.bottom .point_box_header {
        height: 120px;
    }
    .point_box_header {
        padding-bottom: 15px;
    }
    .point_box_header h2 {
        display: inline-block;
        font-size: 18px;
    }
    .point_box_header strong {
        display: inline-block;
        margin-left: 5px;
    }
    .link_shortcut {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .point_box_header .link_shortcut {
        display: block;
        width: 100px;
        margin: 0 auto;
        margin-top: 10px;
    }
    .point_discount {
        margin-right: 10px;
        font-size: 16px;
    }
    .point_discount::after {
        top: 9px;
        width: 8px;
    }
    .point_box_header strong {
        font-size: 22px;
    }
    .point_box_list li {
        font-size: 12px;
        text-align: left;
    }

    .point_top_group {
        padding-bottom: 40px;
    }
    .link_white {
        width: 200px;
        font-size: 16px;
    }

    .point_content_footer p {
        font-size: 14px;
    }
    .point_content_footer {
        padding: 10px 0 30px;
        margin-top: 0;
    }
    .point_content_footer .link_shortcut {
        margin: 0;
    }
}

@media screen and (max-width: 320px) {
    .link_shortcut span::after {
        content: "";
        margin-left: 0;
    }
    .point_discount {
        margin-right: 5px;
    }
    .point_box_header strong {
        font-size: 20px;
    }
}