@charset "utf-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.5/dist/web/variable/pretendardvariable.css');
@import 'reset.css';
.pc-view {
    display: block;
}
.mo-view {
    display: none;
}
.pc-768px,
.inner.pc-768px {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}
.pointer {
    cursor: pointer;
}
.blue {
    color: #4891ff;
}
.orange {
    color: #ff2102;
}
.green {
    color: #00a27a;
}
body {
    /* min-width: 1640px; */
    overflow: auto;
}
body.fix {
    overflow: hidden;
}
.inner {
    min-height: calc(100vh - 400px);
    max-width: 1640px;
    margin: auto;
    padding: 0 20px;
}

.btn {
    cursor: pointer;
    border-radius: 12px;
    font-weight: 700;
}
.btn_wrap--dialog button.disabled,
button.disabled,
a.disabledm,
.btn.disabled {
    opacity: 0.3;
    pointer-events: none;
}

.btn_wrap--dialog {
    width: 100%;
    display: flex;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    gap: 40px;
}
button.btn--common {
    width: 315px;
    height: 70px;
}
.btn_wrap--dialog button.btn--common {
    width: 315px;
    height: 70px;
    margin-top: 60px;
}
.btn.btn_primary {
    background-color: #003976;

    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    transition: background-color 0.15s ease-in-out;
}
.btn.btn_primary:hover {
    background-color: #284cc9;
}
.btn.btn_outlined {
    border: 1px solid #003976;
    font-size: 18px;
    line-height: 28px;
    color: #003976;
    transition: border 0.15s ease-in-out;
}
.btn.btn_outlined:hover {
    border: 1px solid #284cc9;
    background-color: #284bc910;
    color: #284cc9;
}
.btn.btn_outlined.bnw {
    border: 1px solid #ddd;
    font-size: 18px;
    line-height: 28px;
    color: #333;
    transition: border 0.15s ease-in-out;
}
.btn.btn_outlined.bnw:hover {
    border-color: #333;
}
.btn.btn_cancel {
    background-color: #eaeef3;
    border: 1px solid #cddeff;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    transition: background-color 0.15s ease-in-out;
}
.btn.btn_cancel:hover {
    background-color: #d4def3;
    color: #003976;
}
.btn.btn_outlined.disabled {
    border-color: #888;
    background-color: #ddd;
    color: #666;
}
.all_view {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #111111;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    word-break: keep-all;
}
.all_view::after {
    content: '';
    width: 16px;
    height: 24px;
    display: block;
    background: url('/images/icon/all_view.svg') no-repeat center / 100%;
    margin-left: 4px;
}
div.my_bill .all_view::after {
    content: '';
    width: 16px;
    height: 24px;
    display: none;
    background: url('/images/icon/all_view.svg') no-repeat center / 100%;
    margin-left: 4px;
}
.all_view_B::after {
    content: '';
    width: 16px;
    height: 24px;
    display: block;
    background: url('/images/icon/all_view_B.svg') no-repeat center / 100%;
    margin-left: 4px;
}
.prod_list {
    flex: 1;
}
.prod_list ul {
    display: flex;
    flex-wrap: wrap;
}

.prod_list ul li {
    width: calc(100% / 4);
    max-width: 220px;
    margin-right: 24px;
}
.prod_list ul li:nth-child(4n) {
    margin-right: 0;
}
.prod_list ul li:nth-child(n + 5) {
    margin-top: 50px;
}

.prod_list ul li .prod_img {
    position: relative;
    height: 260px;
    background: #cce3ff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prod_list ul li:nth-child(odd) .prod_img {
    background-color: #cce3ff;
}
.prod_list ul li:nth-child(even) .prod_img {
    background-color: #ffdee6;
}
.prod_list ul li:nth-child(4n + 3) .prod_img {
    background-color: #e5f3cf;
}

.prod_list ul li:nth-child(4n) .prod_img {
    background-color: #ffecc6;
}
/* .prod_list ul li.type_A .prod_img {
    background: #cce3ff;
}
.prod_list ul li.type_B .prod_img {
    background: #ffdee6;
}
.prod_list ul li.type_C .prod_img {
    background: #e5f3cf;
}
.prod_list ul li.type_D .prod_img {
    background: #ffecc6;
} */
.prod_list ul li .prod_img > img {
    width: 100%;
    overflow: hidden;
}
.prod_list ul li .prod_img .best {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #003976;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prod_list ul li .prod_name {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #111111;
    margin: 16px 0 4px;
}

.prod_list ul li .prod_desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}

/* 체크박스 */
.chk_wrap {
    position: relative;
}
.chk_wrap input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
/* 라벨 */
.chk_wrap input + label {
    display: inline-block;
    position: relative;
    padding-left: 36px;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
}
.chk_wrap input + span {
    display: inline-block;
    position: relative;
    padding-left: 36px;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
}

/* 체크 안했을때 보여지는 부분 */
.chk_wrap input + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
    width: 24px;
    height: 24px;
    background: #ffffff;
    border: 1px solid #d7dce2;
    border-radius: 8px;
    box-sizing: border-box;
}
.chk_wrap input + span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
    width: 24px;
    height: 24px;
    background: #ffffff;
    border: 1px solid #d7dce2;
    border-radius: 8px;
    box-sizing: border-box;
}

/* 체크했을 때 보여지는 부분 */
.chk_wrap input:checked + label:after {
    content: '';
    position: absolute;
    top: 50%;
    /* 라벨과 체크박스를 가운데로 맞춰준다 */
    transform: translate(0%, -50%);
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 8px;
    background: #003976 url('/images/icon/chk.svg') no-repeat center / auto;
}
.chk_wrap input:checked + span:after {
    content: '';
    position: absolute;
    top: 50%;
    /* 라벨과 체크박스를 가운데로 맞춰준다 */
    transform: translate(0%, -50%);
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 8px;
    background: #003976 url('/images/icon/chk.svg') no-repeat center / auto;
}

/* --- 헤더-메뉴 --- */
.header {
    width: 100%;
    height: 110px;
    border-bottom: 1px solid #dddddd;
}

.header .menu_wrap {
    height: 100%;
    margin: 0 160px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.header .menu_wrap > a {
    display: flex;
    align-items: center;
}

.header .icon_back,
.header .page_name {
    display: none;
}
.header .page_name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #111111;
}
.header .menu_wrap .menu {
    height: 100%;
    margin-left: 50px;
    cursor: pointer;
}
.header nav .main {
    height: 100%;
    display: flex;
}
.header nav .main > li {
    height: 100%;
    display: inline-block;
    padding: 0 30px;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #000000;
    margin-right: 4px;
}

.header nav .main .main_title {
    border-bottom: 3px solid transparent;
}
.header nav .main .main_title.active {
    border-bottom: 3px solid #003976;
}
.header nav .main .main_title:hover:not(.active) {
    color: #003976;
}

.header nav .main .main_title:hover .sub_menu {
    min-width: 1600px;
    height: 212px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 20px -20px;
}
.header nav .main > li .sub_menu {
    width: 100%;
    height: 0;
    background-color: #fff;
    overflow: hidden;
    position: absolute;
    top: 110px;
    left: 0;
    transition: height 0.3s;
    z-index: 10;
}
.header nav .main .sub_box {
    margin-left: 400px;
    overflow: hidden;
    padding: 40px 0;
    display: flex;
}

.header .main .sub_box > ul {
    width: 200px;
}

.header .main .sub_box .sub_2 {
    display: block;
    margin-top: 38px;
}

.header .main .sub_box > ul .title {
    height: 28px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #000000;
}

.header .main .sub_box a:hover {
    color: #003976;
    font-weight: 700;
}

.header .main .sub_box > ul > li {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: #666666;
}

.header .main .sub_box > ul > li + li {
    margin-top: 6px;
}

.mo_menu {
    display: none;
}
.mo_menu_area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    overflow: auto;
    padding: 0 20px 60px;
    display: none;
    z-index: 11;
}
.mo_menu_area .close {
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.mo_menu_area .is_login {
    display: flex;
    margin: 20px 0;
}
.mo_menu_area .is_login .profile {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}
.mo_menu_area .is_login .profile > img {
    width: 100%;
    overflow: hidden;
}
.mo_menu_area .is_login .user_info .nick {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #284cc9;
}
.mo_menu_area .is_login .user_info .name {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #111111;
    margin-bottom: 10px;
}
.mo_menu_area .is_login .user_info .btn_wrap {
    display: flex;
    align-items: center;
}
.mo_menu_area .is_login .user_info .btn_wrap .btn {
    width: 81px;
    height: 38px;
    border: 1px solid #111111;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mo_menu_area .is_login .user_info .btn_wrap .btn + .btn {
    margin-left: 10px;
}
.mo_menu_area .user {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #111111;
    margin: 20px 0 30px;
}

.mo_menu_area .user span {
    color: #0f64e5;
}

.mo_menu_area .my_menu {
    display: flex;
    margin-bottom: 50px;
}
.mo_menu_area .my_menu li {
    width: 33.33%;
    max-width: 98px;
    background: #f1e7ff;
    border-radius: 16px;
    padding: 18px 0 16px;
    color: #6e3bb6;
}
.mo_menu_area .my_menu li:nth-child(2) {
    background: #ddefff;
    color: #1c5ec1;
}
.mo_menu_area .my_menu li:nth-child(3) {
    background: #dff8ed;
    color: #0c7865;
}
.mo_menu_area .my_menu li + li {
    margin-left: 12px;
}
.mo_menu_area .my_menu li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

.mo_menu_area .my_menu li a > img {
    width: 50px;
    margin-bottom: 8px;
}
.mo_menu_area .my_menu li a > span {
    word-break: keep-all;
}
.mo_menu_area h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #111111;
    margin-bottom: 20px;
}
.mo_menu_area .fre_menu li + li {
    margin-top: 20px;
}
.mo_menu_area .fre_menu li a {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}

.mo_menu_area .fre_menu li a > img {
    margin-right: 16px;
}
.mo_menu_area .all_menu {
    margin-top: 50px;
    margin-bottom: 60px;
    border-bottom: 1px solid #ededed;
}

.mo_menu_area .all_menu .drop_menu {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ededed;
    padding: 16px 0;
}

.mo_menu_area .all_menu .drop_menu::after {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    background: url('/images/icon/mo_menu_drop.svg') no-repeat center / 100%;
    transform: rotate(90deg);
}
.mo_menu_area .all_menu .drop_menu.on::after {
    transform: rotate(180deg);
}
.mo_menu_area .all_menu .sub {
    padding-bottom: 16px;
    display: none;
}
.mo_menu_area .all_menu .sub li {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #888888;
}

.mo_menu_area .all_menu .sub li + li {
    margin-top: 16px;
}

.swiper {
    width: 100%;
    height: 100%;
    z-index: 0;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -28px;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #333333;
    opacity: 0.2;
}
.swiper-pagination-bullet-active {
    width: 21.33px;
    height: 8px;
    left: 725px;
    top: 668px;
    background: #333333;
    border-radius: 13.3333px;
    opacity: 1;
}
.common_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 160px;
}

.common_info .page_info {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
}

.common_info .user_info {
    display: flex;
    align-items: center;
}
.common_info .user_info .profile {
    width: 56px;
    height: 56px;
    overflow: hidden;
    margin-right: 16px;
    cursor: pointer;
}
.common_info .user_info li:first-of-type {
    position: relative;
}
.common_info .user_info .info_settings {
    position: absolute;
    max-width: 330px;
    display: flex;
    align-items: center;
    padding: 10px 80px;
    background: #ffffff;
    border-width: 1px 0px 5px 0px;
    border-style: solid;
    border-color: #555555;
    top: 75px;
    display: none;
}
.common_info .user_info .info_settings ul {
    width: 100%;
}
.common_info .user_info .info_settings ul li {
    display: flex;
    justify-content: center;
    color: #111111;
    white-space: nowrap;
    padding: 10px 5px;
}
.common_info .user_info .info_settings.on {
    display: flex;
}
.common_info .user_info .info_settings ul li:last-of-type:hover {
    font-weight: 700;
}
.common_info .user_info .profile > img {
    width: 100%;
}
.common_info .user_info .nick {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #284cc9;
}
.common_info .user_info .user_name {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #111111;
}
.common_info .user_info .btn_wrap {
    display: flex;
    margin-left: 24px;
}
.common_info .user_info .btn {
    width: 90px;
    height: 40px;
    border: 1px solid #111111;
    border-radius: 100px;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: font-weight 0.15s ease-in-out;
}
.common_info .user_info .btn:hover {
    font-weight: 700;
}
.common_info .user_info .btn_login {
    background: #111111;
    border: 1px solid #111111;
    color: #ffffff;
}
.common_info .user_info .btn + .btn {
    margin-left: 24px;
}
.sub .page_title {
    font-weight: 700;
    font-size: 34px;
    line-height: 48px;
    color: #111111;
}

/*paging*/

.paging {
    margin-top: 40px;
    padding-bottom: 120px;
}
.board-num-list {
    width: 100%;
    text-align: center;
    font-size: 0;
}
.board-num-list a {
    position: relative;
    display: inline-block;
    width: 37px;
    height: 37px;
    line-height: 35px;
    font-size: 16px;
    color: #777;
    vertical-align: middle;
    transition: 0.3s all;
}
.board-num-list a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.board-num-list a:hover {
    text-decoration: none;
}
.board-num-list a.num {
    position: relative;
    background: #fff;
    width: 39px;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid #e2e2e2;
    margin: 0 -1px;
}
.board-num-list a.num:hover,
.board-num-list a.num.on {
    background: #003976;
    color: #fff;
    border-color: #003976;
}
.board-num-list a.prev-all {
    margin-right: 3px;
    background: url('/images/icon/btn_page_prevall.png') no-repeat center center / cover;
}
.board-num-list a.prev-all:hover::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #003976;
}
.board-num-list a.prev {
    margin-right: 4px;
    background: url('/images/icon/btn_page_prev.png') no-repeat center center / cover;
}
.board-num-list a.prev:hover::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #222;
}
.board-num-list a.next-all {
    margin-left: 3px;
    background: url('/images/icon/btn_page_nextall.png') no-repeat center center / cover;
}
.board-num-list a.next-all:hover::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #222;
}
.board-num-list a.next {
    margin-left: 4px;
    background: url('/images/icon/btn_page_next.png') no-repeat center center / cover;
}
.board-num-list a.next:hover::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #222;
}

.pop_bg {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.5);
    z-index: 900;
}

.pop_ct {
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 450px;
    width: calc(100vw - 40px);
    height: auto;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 48px 35px 30px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;

    color: #000000;
    z-index: 901;
}
.pop_ct .close {
    width: 100%;
    height: 56px;
    background: #eaeef3;
    border-radius: 12px;
    margin-top: 26px;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}
.pop_ct .btn_wrap {
    margin-top: 50px;
    display: flex;
    gap: 12px;
    align-items: flex-end;
}
.pop_ct .btn_wrap .btn {
    width: 50%;
    border-radius: 12px;
    height: 50px;
}
/* --- footer --- */
.footer .footer_top_ex {
    width: 100%;
    height: 62px;
    margin: 0 auto;
    display: flex;
    background-color: #e8eef5;
}

.footer .footer_top {
    min-width: 1200px;
    margin: 0 auto;
}

.footer .footer_top li {
    display: inline-block;
    padding: 0 50px 0 0;
}

.footer .footer_top li > a {
    font-size: 15px;
    font-weight: 500;
    line-height: 62px;
    color: #111111;
}

.footer .footer_bottom_ex {
    width: 100%;
    height: 196px;
    float: left;
    background-color: #18212c;
}

.footer .footer_bottom {
    max-width: 1200px;
    min-width: 768px;
    margin: 0 auto;
    display: flex;
}

.footer .footer_bottom .footer_bottom_left {
    width: 390px;
    margin-right: 82.5px;
}

.footer .footer_bottom .footer_bottom_left p {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
}

.footer .footer_bottom .footer_bottom_left p:nth-child(1) {
    display: block;
    margin-top: 30px;
    margin-bottom: 4px;
}

.footer .footer_bottom .footer_bottom_left p:nth-child(2) {
    display: block;
    margin-bottom: 12px;
    opacity: 0.6;
}

.footer .footer_bottom .footer_bottom_left p:nth-child(3) {
    opacity: 0.3;
}

.footer .footer_bottom .footer_bottom_center {
    width: 400px;
    margin-top: 30px;
    margin-right: 82.5px;
}

.footer .footer_bottom .footer_bottom_center span:nth-child(1) {
    display: block;
    float: left;
    margin-right: 40px;

    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    opacity: 0.6;
}

.footer .footer_bottom .footer_bottom_center span:nth-child(2) {
    display: block;
    float: left;
    margin-right: 12px;

    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
}

.footer .footer_bottom .footer_bottom_center div {
    height: 30px;
    padding: 0 8px;
    float: left;
    border: 1px solid #464d56;
}

.footer .footer_bottom .footer_bottom_center div a {
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    font-size: 13px;
    line-height: 30px;
    color: #ffffff;
    opacity: 0.6;
}
.footer .footer_bottom .footer_bottom_center div a::after {
    content: '';
    width: 9px;
    height: 14px;
    display: block;
    margin-left: 2px;
    background: url('/images/icon/arrow_R.svg') no-repeat center / 100%;
}
.footer .footer_bottom .footer_bottom_right {
    width: 245px;
    margin-top: 30px;
}

.footer .footer_bottom .footer_bottom_right p:nth-child(1) {
    display: block;
    float: left;
    margin-right: 40px;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    opacity: 0.6;
}

.footer .footer_bottom .footer_bottom_right p:nth-child(2) {
    display: block;
    float: left;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
}
@keyframes disappear {
    from {
    }
    to {
        opacity: 0;
        display: none;
        z-index: -10;
    }
}
@keyframes loading {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0.5;
        transform: scale(0.7);
        /* rotate: 360deg; */
    }
    66% {
        transform: scale(1);
        opacity: 0.8;
    }
    100% {
        transform: scale(2);
        display: none;
        opacity: 0;
    }
}
body:has(.loader.on) {
    margin: 0;
    height: 100%;
    overflow: hidden;
}
.loader {
    display: none;
    width: 100vw;
    height: 100vh;
    position: absolute;
    background-color: white;
    z-index: 999999;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
.loader .loader_logo {
    max-width: 50px;
    animation: loading 2s ease-out forwards;
    transition: all 1.5s ease-in;
}
.loader {
    animation: disappear 0.1s forwards;
    animation-delay: 2s;
}
@media only screen and (max-width: 1440px) {
    body {
        overflow-x: hidden;
    }
    .inner {
        margin: initial;
        padding: 0 20px;
    }
    .header .menu_wrap {
        margin: 0px;
    }
    .header .menu_wrap > a {
        margin-left: 22px;
    }
    .header nav .main .sub_box {
        margin-left: initial;
    }
    .header nav .main .main_title:hover .sub_menu {
        min-width: 100%;
    }
    .common_info {
        margin: 20px 24px;
    }

    .footer .footer_bottom_ex {
        height: 100%;
    }
    .footer .footer_bottom .footer_bottom_left {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .header .main .sub_box > ul {
        width: 158px;
    }
    .footer .footer_bottom,
    .footer .footer_top {
        max-width: 768px;
        min-width: 768px;
    }
    .prod_list ul {
        justify-content: space-between;
    }

    .prod_list ul li {
        width: calc(50% - 10px);
        margin-right: 0;
        display: flex;
        flex-direction: column;
        max-width: none;
    }
    .prod_list ul li a {
        display: flex;
        flex-direction: column;
        flex: 1;
    }
    .prod_list ul li:nth-child(2n) {
        margin-left: 20px;
    }
    .prod_list ul li:nth-child(n + 3) {
        margin-top: 20px;
    }

    .prod_list ul li .prod_img .best {
        top: 10px;
        right: 10px;
        width: 36px;
        height: 36px;
        font-size: 11px;
        line-height: 20px;
    }
    .prod_list ul li .prod_info {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .prod_list ul li .prod_name {
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
        margin: 10px 0 2px;
    }

    .prod_list ul li .prod_desc {
        font-size: 14px;
        line-height: 24px;
    }
    div.my_bill .all_view::after {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .mo-view {
        display: block;
    }
    .pc-view {
        display: none;
    }
    .pc-768px {
        max-width: none;
        margin-left: unset;
        margin-right: unset;
    }
    body {
        min-width: unset;
    }

    .btn_wrap--dialog {
        gap: 15px;
        padding: 0 20px;
    }
    .btn_wrap--dialog button.btn--common,
    button.btn--common {
        height: 58px;
        font-size: 16px;
    }

    .prod_list ul li .prod_img {
        height: 44vw;
    }
    .header {
        position: relative;
        height: auto;
        min-height: 56px;
        padding: 8px 20px;
        border-bottom: none;
        display: flex;
    }

    .header .menu_wrap {
        margin: 0 20px;
        width: 100%;
        height: 100%;
        justify-content: space-between;
        max-width: 768px;
        margin: auto;
    }
    .header .menu_wrap a {
        /* width: 100px; */
        margin-left: unset;
    }
    .header .menu_wrap > a > img {
        width: 100px;
        max-width: 100%;
    }
    .header .menu_wrap .menu {
        display: none;
    }
    .mo_menu {
        display: block;
    }
    .common_info {
        display: none;
    }

    .sub .page_title {
        font-size: 20px;
        line-height: 30px;
    }

    .sub .header .menu_wrap > a {
        display: none;
    }
    .sub header .icon_back,
    .sub header .page_name {
        display: block;
    }

    /* --- footer --- */
    .footer .footer_top_ex {
        height: 54px;
        display: flex;
        align-items: center;
    }

    .footer .footer_top {
        max-width: 500px;
        min-width: unset;
        width: 100%;
        padding: 0 20px;
    }

    .footer .footer_top li {
        padding: 0;
    }
    .footer .footer_top li + li {
        margin-left: 10px;
    }

    .footer .footer_top li > a {
        font-size: 12px;
        line-height: 22px;
    }

    .footer .footer_bottom_ex {
        position: relative;
        height: auto;
        padding: 0 20px 68px;
    }

    .footer .footer_bottom {
        position: relative;
        width: 100%;
        max-width: 500px;
        min-width: unset;
        flex-direction: column;
    }

    .footer .footer_bottom .footer_bottom_left {
        width: 100%;
        margin-right: 0;
    }

    .footer .footer_bottom .footer_bottom_left p:nth-of-type(1) {
        margin-top: 24px;
        margin-bottom: 8px;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
    }

    .footer .footer_bottom .footer_bottom_left p:nth-of-type(2) {
        margin-bottom: 20px;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
    }

    .footer .footer_bottom .footer_bottom_left p:nth-of-type(3) {
        display: none;
    }

    .footer .footer_bottom .footer_bottom_center {
        width: 100%;
        margin-top: 0;
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
        margin-right: 0;
    }

    .footer .footer_bottom .footer_bottom_center span:nth-of-type(1) {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
    }

    .footer .footer_bottom .footer_bottom_center span:nth-of-type(2) {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        text-align: right;
        color: #ffffff;
        opacity: 0.7;
        margin: 0;
    }

    .footer .footer_bottom .footer_bottom_center div {
        position: absolute;
        top: calc(100% + 14px);
        left: 0;
    }

    .footer .footer_bottom .footer_bottom_right {
        width: 100%;
        margin-top: 0;
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
    }

    .footer .footer_bottom .footer_bottom_right p:nth-child(1) {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
    }

    .footer .footer_bottom .footer_bottom_right p:nth-child(2) {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        text-align: right;
        color: #ffffff;
        opacity: 0.7;
    }

    /* paging */
    .board-num-list a {
        width: 30px;
        height: 30px;
        line-height: 28px;
    }
    .board-num-list a.num {
        width: 32px;
        font-size: 12px;
    }
    .loader {
        display: flex;
    }
}
