.header {
    border-bottom: none;
}

.index main .inner {
    display: flex;
    margin-top: 30px;
    padding: 0 20px 120px;
}
.index .main {
    width: 1240px;
}

.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;
}
.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 {
    left: 20%;
    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;
}
@media screen and (max-width: 1440px) {
    .loc.index .login_area {
        display: none;
    }
    .loc.index .common_info {
        display: flex;
        max-width: 1240px;
    }
    .pop_ct.pop_ct5 {
        transform: translate(-50%, -30%);
    }
}

@media all and (max-width: 1024px) {
    .all_view {
        font-weight: 400;
        font-size: 13px;
        line-height: 22px;
    }
    .all_view::after {
        width: 10px;
        height: 16px;
    }
    .index main .inner {
        flex-direction: column;
        margin-top: 20px;
        padding: 0 20px 60px;
    }
    .index .main {
        width: 100%;
    }
    .swiper_area {
        max-width: 500px;
        margin: auto;
    }
    .swiper-slide {
        width: 100%;
        height: calc(75vw - 40px);
        max-height: 376px;
    }
    .swiper-slide .pc_ver {
        display: none;
    }
    .swiper-slide .mo_ver {
        display: block;
    }

    .prod_area {
        max-width: 500px;
        margin: auto;
        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) {
    .pop_ct.pop_ct5 {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .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;
    }
}
@media screen and (min-width: 1025px) {
    .prod_area .prod_list ul {
        justify-content: space-between;
        align-items: center;
    }
    .prod_area .prod_list ul.mainProd {
        align-items: flex-start;
    }

    .prod_area .prod_list ul li:not:has(.notification) {
        width: calc(25% - 10px);
        margin: unset;
        align-self: stretch;
        margin-bottom: 16px;
    }
    .prod_area .prod_list ul.notification li:not:has(.notification) {
        width: auto;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1920px) {
    .prod_area .prod_list ul.nodata,
    .prod_area .prod_list ul.mainProd {
        align-items: flex-start;
        gap: 20px;
        justify-content: flex-start;
    }

    .prod_list ul.nodata li,
    .prod_list ul.mainProd li {
        margin-right: 0;
        width: calc((100% / 3) - 20px);
    }
    .prod_list ul.nodata li:nth-child(n + 5),
    .prod_list ul.mainProd li:nth-child(n + 5) {
        margin-top: 0;
    }
}
