.header {
    border-bottom: none;
}

.index main .inner {
    display: flex;
    margin-top: 30px;
    padding: 0 20px 120px;
}
.index .main {
    max-width: 1240px;
    min-width: 1000px;
}

.index .main .swiper {
    box-shadow: rgb(0 0 0 / 45%) 0px 25px 20px -20px;
    border-radius: 24px;
}
.swiper_area {
    position: relative;
}

/* .swiper-slide {
    width: 1200px;
    height: 500px;
} */
.swiper-slide .mo_ver {
    display: none;
}
.swiper-slide > a,
.swiper-slide a > img {
    width: 100%;
    margin-bottom: -2px;
}
.common_info .page_info {
    visibility: hidden;
}
.prod_area {
    display: flex;
    margin-top: 100px;
}
.prod_area .prod_panel {
    margin-right: 100px;
}
.prod_area h2 {
    font-weight: 700;
    font-size: 34px;
    line-height: 48px;
    color: #111111;
    margin-bottom: 10px;
}

.prod_area .keyword ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
}
.prod_area .keyword li {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #003976;
    border: 1px solid #003976;
    border-radius: 100px;
    padding: 10px 20px;
}
.prod_area .keyword li.mo_ver {
    display: none;
}

.prod_area .keyword li + li {
    margin-top: 14px;
}

.board_area {
    display: flex;
    margin-top: 70px;
}
.board_area .panel {
    width: 50%;
}
.panel:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.board_area .panel .title_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.board_area .panel h2 {
    font-weight: 700;
    font-size: 34px;
    line-height: 48px;
    color: #111111;
    margin-bottom: 0;
}
.board_panel ul {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.board_panel ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: none;
    padding: 12px 0;
}
.board_panel ul li + li {
    border-top: 1px solid #dddddd;
}

.board_panel ul li a {
    max-width: 246px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #111111;
}

.board_panel ul li .regdate {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #888888;
}
.event_panel {
    position: relative;
    margin-left: 58px;
}
.event_panel .event_title {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #003976;
    margin: 0px 0 2px;
}

.event_panel .event_period {
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    display: flex;
    align-items: center;
    gap: 80px;
}
.event_panel .all_view {
    margin-top: 10px;
}

.event_panel .img_event {
    /* position: absolute;
    top: 0;
    right: 0; */
    object-fit: cover;
    max-height: 260px;
    max-width: 40%;
}
.event_wrap {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.nodata {
    font-size: 16px;
}
.nodata .prod_img::before {
    font-family: 'Material Icons';
    content: 'error';
    position: absolute;
    top: 30%;
    font-size: 24px;
    opacity: 0.7;
}
.login_area {
    width: 330px;
    margin-left: 70px;
}

.login_area .user_area {
    display: flex;
    flex-direction: column;
}

.login_area .user_area .profile {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.login_area .user_area .profile .nick {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #284cc9;
    margin: 6px 0 2px;
}

.login_area h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #000000;
}
.login_area .btn_wrap {
    display: flex;
    margin-top: 22px;
}

.login_area .btn_wrap .btn {
    border: 1px solid #111111;
    border-radius: 100px;
    width: 140px;
    height: 54px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
}

.login_area .btn_wrap .btn + .btn {
    margin-left: 10px;
}
.login_area .my_menu {
    display: flex;
    align-items: center;
    margin: 30px 0 38px;
}

.login_area .my_menu li {
    width: 33.33%;
}

.login_area .my_menu li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}

.login_area .my_menu li a > img {
    width: 60px;
}
.login_area .my_agent {
    background: #cae6ff;
    border-radius: 20px;
    padding: 22px 24px;
}

.login_area .my_agent h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 10px;
}
.login_area .my_agent ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.login_area .my_agent ul li + li {
    margin-top: 6px;
}

.loc.index .common_info {
    display: none;
}

.pop_ct.pop_ct5 {
    box-shadow: 3px 23px 50px 4px rgba(115, 117, 138, 0.29), 0px 2px 2px rgba(159, 162, 191, 0.32);
}
.pop_ct.pop_ct5 div.popup_img {
    height: 335px;
}
.pop_ct.pop_ct5 .event_info {
    padding: 10px 20px;
    text-align: left;
    line-height: 24px;
}
.pop_ct.pop_ct5 .event_info .period {
    color: #003976;
}
.pop_ct.pop_ct5 .event_info .title {
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 20px;
}
.pop_ct.pop_ct5 .event_info .desc {
    font-weight: 400;
    font-size: 14px;
}
.pop_ct.pop_ct5 .chk_wrap {
    transform: scale(0.8);
}

.pop_ct.pop_ct5 .chk_wrap input + span {
    font-weight: 400;
    transform: translate(-10%, 20%);
}
label {
    justify-content: flex-start;
}
.event section {
    padding: 40px 0 80px;
}

.switch_area {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    margin: 30px 0 15px;
}
.switch_wrap {
    margin-right: 10px;
    display: flex;
}
label {
    display: flex;
    align-items: center;
}
input.switch_hidden {
    display: none;
}
.switch_label span.onf_btn {
    position: relative;
    cursor: pointer;
    display: flex;
    width: 40px;
    height: 26px;
    background: #fff;
    border: 2px solid #003976;
    border-radius: 20px;
    transition: 0.2s;
}

.switch_label span.onf_btn::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 3px;
    width: 18px;
    height: 18px;
    background: #003976;
    border-radius: 90px;
    transition: 0.3s;
}

/* checking style */
input:checked ~ span.onf_btn {
    background: #003976;
    border: 2px solid #003976;
}
input:checked ~ span.onf_btn::after {
    background: #fff;
    left: calc(100% - 3px);
    transform: translateX(-100%);
    /* background: #fff; */
}
/* move */
.event_list .panel_wrap + .panel_wrap {
    margin-top: 80px;
    border-top: 10px solid #f1f4fa;
    padding-top: 80px;
}
.event_list .panel {
    max-width: 1266px;
    border: 1px solid #dddddd;
    border-radius: 20px;
    padding: 24px 20px;
}

.event_list .panel .img_wrap {
    background: #e6effb;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 35px;
}
.event_list .panel_wrap:nth-child(2n) .panel .img_wrap {
    background: #ffecc6;
}
.event_list .panel .img_wrap > img {
    max-width: 100%;
}
.event_list .event_info {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}
.event_list .event_info .period {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #003976;
}

.event_list .event_info .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #111111;
    margin: 2px 0 20px;
}
.event_list .btn_apply {
    max-width: 720px;
    width: 100%;
    height: 80px;
    background: #003976;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    margin: 40px auto 0;
}

.pop_ct3,
.pop_ct4 {
    display: block;
}

.pop_ct3 .chk_panel .chk_wrap {
    display: flex;
}
.pop_ct3 .chk_panel .panel {
    border: 1px solid #dddddd;
    border-radius: 20px;
    padding: 20px 16px;
    margin-top: 10px;
}
.pop_ct3 .prod_area {
    display: flex;
    align-items: center;
}

.pop_ct3 .prod_area .img_wrap {
    min-width: 110px;
    min-height: 120px;
    background: #f0f8ff;
    border-radius: 16px;
    overflow: hidden;
    margin-right: 24px;
}

.pop_ct3 .prod_area .img_wrap img {
    max-width: 100%;
}
.pop_ct3 .prod_area ul {
    width: 100%;
}

.pop_ct3 .chk_wrap input:checked + label:after {
    background: #ddd url(/images/icon/chk.svg) no-repeat center / auto;
}

.pop_ct3 .prod_area ul li {
    text-align: end;
}
.pop_ct3 .delivery_info {
    margin-top: 30px;
}
.pop_ct3 .delivery_info .basic {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.pop_ct3 .delivery_info .basic h4 {
    min-width: 30%;
    text-align: start;
}
.pop_ct3 .delivery_info .basic p {
    text-align: end;
}
.pop_ct3 > p,
.pop_ct4 > p:last-child {
    margin-top: 30px;
}

div.popup_img {
    position: relative;
    height: 400px;
    width: 335px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e6effb;
}
div.popup_img > img {
    max-width: 100%;
    overflow: hidden;
}

.popup_event div.btn_wrap {
    margin-top: 0;
    padding: 0 15px;
}
.pop_ct.pop_ct5 {
    padding: 0px 0px 15px;
    width: 335px;
    border: 1px solid #ddd;
    border-radius: 20px;
}

.popup_detail {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 16px;
}
.popup_detail li {
    text-align: left;
}
.popup_detail li.period {
    font-weight: 700;
}
.popup_detail li.title {
    color: #003976;
}
.popup_detail li.desc {
    color: #333333;
}
/* overrides  */
.prod_list ul.nodata li .prod_img {
    min-height: 220px;
}

.swiper-slide .pc_ver {
    display: none;
}
.swiper-slide .mo_ver {
    display: block;
}
@media (min-width: 280px) {
    .inner,
    .event_list .panel {
        padding: 0;
    }
    .event .page_title,
    .switch_area,
    .event_list .event_info {
        padding: 0 20px;
    }
    .event_list .panel {
        border: none;
    }
    .event_list .btn_apply {
        width: calc(100vw - 40px);
    }
    .all_view {
        font-weight: 400;
        font-size: 13px;
        line-height: 22px;
    }
    .all_view::after {
        width: 10px;
        height: 16px;
    }
    .pop_ct3 {
        min-width: 100vw;
        min-height: calc(100vh - 60px);
        border-radius: 16px 16px 0 0;
        top: 60%;
        padding: 48px 20px 30px;
    }
    .pop_ct4 {
        width: calc(100vw - 15px);
        padding: 48px 20px 30px;
    }
    .pop_ct.pop_ct5 {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: calc(100vw - 40px);
        height: auto;
        max-height: calc(100vh - 40px);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        overflow: overlay;
    }
    .pop_ct.pop_ct5::-webkit-scrollbar {
        display: none;
    }
    .popup_event div.btn_wrap {
        display: flex;
        margin-top: auto;
        box-sizing: border-box;
        width: 100%;
    }
    .pop_ct.pop_ct5 .chk_wrap input + span {
        transform: unset;
        font-size: 14px;
        vertical-align: middle;
        line-height: 24px;
    }
    .pop_ct.pop_ct5 .chk_wrap {
        padding: 10px 20px;
        transform: unset;
    }
    .chk_wrap input + span:before,
    .chk_wrap input:checked + span:after {
        transform: scale(0.8);
        top: 0;
    }
    div.popup_img {
        width: 100%;
    }
    div.popup_img > img {
        max-width: unset;
        max-height: 100%;
        overflow: hidden;
    }
    .prod_list ul.nodata li .prod_img {
        min-height: unset;
        padding: 4px;
    }
    .prod_list ul.nodata li .prod_img::before {
        top: 20%;
    }
    .prod_list ul {
        align-items: flex-start;
        justify-content: space-between;
        column-gap: 20px;
        row-gap: 25px;
    }
    /* overrides  */
    .prod_list ul li:nth-child(2n) {
        margin-left: 0;
    }
    .prod_list ul li:nth-child(n + 3) {
        margin-top: 0;
    }
    .prod_list ul li {
        max-width: unset;
        margin-right: 0;
    }
    .prod_list ul li .prod_img {
        overflow: hidden;
        height: unset;
        aspect-ratio: 1 / 1;
    }
    .prod_list ul.nodata li .prod_img {
        overflow: hidden;
        height: unset;
        width: 100%;
    }
    .prod_list ul li .prod_img > img {
        max-height: 100%;
        object-fit: contain;
        aspect-ratio: 1 / 1;
    }
}
@media (min-width: 576px) {
    .swiper-slide .pc_ver {
        display: block;
        max-height: 520px;
        overflow: hidden;
    }
    .swiper-slide .mo_ver {
        display: none;
    }
}
@media (min-width: 768px) {
    .prod_list ul {
        align-items: flex-start;
        row-gap: 20px;
        column-gap: 10px;
    }
    .prod_list ul li {
        width: calc((100% / 4) - 10px);
    }
    .all_view {
        font-weight: 400;
        font-size: initial;
        line-height: 22px;
    }
    .all_view::after {
        width: 10px;
        height: 22px;
    }
    .prod_list ul li .prod_img {
        aspect-ratio: 1 / 1.18;
    }
    .prod_list ul li .prod_img > img {
        aspect-ratio: 1 / 1.18;
    }
}
@media (min-width: 992px) {
    .event_panel .img_event {
        object-fit: contain;
    }
    .panel:nth-of-type(2) {
        gap: 10px;
    }
    .prod_list ul.notification li {
        width: 100%;
    }
    .prod_list ul {
        row-gap: 50px;
        column-gap: 20px;
    }
    .prod_list ul li {
        width: calc((100% / 4) - 20px);
    }
    .header .menu_wrap {
        margin: 0 20px;
    }
    .header .menu_wrap > a {
        margin: 0;
    }
}

@media (min-width: 1640px) {
    .header .menu_wrap {
        margin: 0 auto;
        max-width: 1600px;
    }
}
@media screen and (max-width: 1400px) {
    .index main .inner {
        flex-direction: column;
        margin-top: 20px;
        padding: 0 20px 60px;
    }
    .index .main {
        width: 100%;
        min-width: unset;
        max-width: 1440px;
    }
    .index .main .inner {
        padding: 0;
        padding-bottom: 120px;
    }
    .loc.index .login_area {
        display: none;
    }
    .loc.index .common_info {
        display: flex;
    }

    .prod_area .prod_panel {
        margin-right: 40px;
    }
    .prod_area {
        margin-top: 76px;
        flex-direction: column;
    }
    .prod_area .prod_panel {
        margin-right: 0;
    }
    .prod_area .title_wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .prod_area h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0;
    }
    .prod_area h2 br {
        display: none;
    }
    .prod_area .keyword {
        width: 100%;
        overflow-x: auto;
    }
    .prod_area .keyword ul {
        width: max-content;
        margin: 20px 0 16px;
        flex-direction: row;
    }
    .prod_area .keyword li {
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        padding: 8px 16px;
    }

    .prod_area .keyword li.mo_ver {
        display: block;
    }

    .prod_area .keyword li + li {
        margin-top: 0;
        margin-left: 6px;
    }

    .board_area {
        flex-direction: column;
        margin-top: 50px;
    }
    .board_area .panel {
        width: 100%;
    }

    .board_area .panel h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .board_panel {
        display: none;
    }

    .event_panel {
        margin-left: 0;
    }
    .event_panel .event_wrap {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 20px;
    }
    .event_panel .event_title {
        font-size: 18px;
        line-height: 30px;
        word-break: keep-all;
    }
    .event_panel .event_title br {
        display: none;
    }

    .event_panel .all_view {
        border: 1px solid #111111;
        border-radius: 100px;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        width: 120px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 16px auto 0;
    }
    .event_panel .all_view::after {
        display: none;
    }
    .event_panel .img_event {
        position: static;
        object-fit: cover;
        display: block;
        margin: auto;
        max-width: 100%;
        height: 100%;
        width: unset;
        position: static;
        display: block;
        margin: auto;
    }
    .login_area {
        width: 100%;
        max-width: 500px;
        margin: auto;
    }
    .login_area h2 {
        display: none;
    }
    .login_area .user_area {
        display: none;
    }
    .login_area .btn_wrap {
        display: none;
    }
    .login_area .my_menu {
        margin: 50px 0 30px;
    }

    .login_area .my_menu li {
        background: #f1e7ff;
        border-radius: 16px;
        padding: 18px 0 14px;
    }

    .login_area .my_menu li:nth-child(2) {
        background: #ddefff;
    }
    .login_area .my_menu li:nth-child(3) {
        background: #dff8ed;
    }
    .login_area .my_menu li + li {
        margin-left: 12px;
    }

    .login_area .my_menu li a > img {
        width: 50px;
    }
    .login_area .my_menu li a > span {
        font-size: 16px;
        line-height: 26px;
        color: #6e3bb6;
    }

    .login_area .my_menu li:nth-child(2) a > span {
        color: #1c5ec1;
    }
    .login_area .my_menu li:nth-child(3) a > span {
        color: #0c7865;
    }

    .login_area .my_agent {
        padding: 22px 20px;
    }

    .login_area .my_agent h3 {
        margin-bottom: 8px;
    }
    .login_area .my_agent ul li {
        font-size: 16px;
        line-height: 26px;
    }

    .login_area .my_agent ul li + li {
        margin-top: 4px;
    }
}

@media screen and (max-width: 768px) {
    .loc.index .common_info {
        display: none;
    }
    .nodata {
        font-size: 14px;
    }
    .nodata .prod_img::before {
        font-family: 'Material Icons';
        content: 'error';
        position: absolute;
        top: 25%;
        font-size: 18px;
        opacity: 0.7;
    }
    .event section {
        max-width: 500px;
        margin: auto;
        padding: 20px 0 60px;
    }

    .switch_area {
        margin: 20px 0 10px;
    }

    .event_list .panel_wrap + .panel_wrap {
        margin-top: 30px;
        padding-top: 30px;
    }

    .event_list .panel .img_wrap {
        margin-bottom: 20px;
    }

    .event_list .btn_apply {
        height: 56px;
        font-size: 16px;
        line-height: 26px;
        margin: 20px auto 0;
    }
}
