* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* .only_web {
  display: block !important;
} */

.only_mo {
    display: none !important;
}

#header {
    height: 136px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
}

.header_replace {
    height: 136px;
}

#header .top {
    height: 75px;
    box-shadow: 10px 0 14px rgba(0, 0, 0, 0.1);
}


#header .list_nav .depth_one {
    position: relative;
}

#header .list_nav .depth_one .link_one {
    line-height: 100px;
}

.sub_header {
    position: fixed;
    top: 145px;
    left: 0;
    right: 0;
    /* height: 290px; */
    height: fit-content;
    background-color: #fff;
    display: flex;
    border-top: 1px solid #dbdbdb;
    display: none;
    /* padding-left: 18.7vw; */
    z-index: 11;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.1);
}

.popup_search_mo {
    display: none;
}

.sub_header .content_wrap {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 45px;

}

.sub_header .col h2 {
    font-size: 32px;
    font-weight: 700;
    color: #252525;
}

.sub_header.open {
    display: flex;
    gap: 20px;
}

.sub_header .col_4 .ttl {
    font-size: 20px;
    font-weight: 500;
}

.sub_header .col_4 {
    padding-left: 40px;
    border-left: 2px solid #dbdbdb;
}

.sub_header .col_4 .num {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 18px;
}

.sub_header .col_4 .time {
    font-size: 16px;
    color: #757575;
}

.sub_header .col_4 .email {
    font-size: 16px;
    color: #757575;
    margin-bottom: 4px;
}

.sub_header .col_3 .list_link_sub li,
.sub_header .col_5 .list_link_sub li {
    padding-left: 57px;
    width: 222px;
}

.sub_header .col_5 {
    padding-left: 50px;
    margin-left: 40px;
    border-left: 2px solid #dbdbdb;
    display: flex;

}

.btn_repair_reg {
    border-radius: 8px;
    border: 1px solid #025dcf;
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #025dcf;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 200px;
    height: 55px;
    border-radius: 99px;
}

.sub_header .list_link_sub li {
    padding: 9px 0;
}

.sub_header .list_link_sub a:hover {
    color: #116ad4;
}

#header .inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding-left: 2px;
    gap: 33px;
}

#header .list_nav {
    display: flex;
    align-items: center;
    gap: 30px;
}

#header .list_nav li>a {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
}

#header .list_link_sub li>a {
    font-size: 16px !important;
}

#header .list_nav li>a.on {
    border-bottom: 2px solid #252525;
}


#header .box_search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px 0 27px;
    height: 38px;
    width: 270px;
    border: 1px solid #dbdbdb;
    border-radius: 99px;
}

#header .box_search input {
    border: none;
    outline: none;
    padding: 0;
    font-size: 15px;
}

#header .box_search .btn_search {
    cursor: pointer;
}


#header .list_active_right {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

#header .avatar_mypage img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
}


#header .list_active_right>a {
    font-size: 15px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #777;
    cursor: pointer
}

#header .list_active_right .mypage {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    position: relative;
}

#header .list_active_right .mypage .ic_user {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

#header .list_active_right .down_menu {
    display: flex;
    margin-left: -10px;
    cursor: pointer;
    /* border: 1px solid #757575;
    padding: 5px 10px;
    border-radius: 5px; */
}

#header .list_active_right .down_menu img {
    transition: all 0.3s ease-in-out;
}

#header .list_active_right .down_menu.on img {
    transform: rotate(180deg);
}

#header .my_menu_pop {
    display: none;
    position: absolute;
    top: 100%;
    right: -40%;
    width: 140px;
    /* margin-top: 12px; */
    padding: 15px 22px 23px;
    background: #fff;
    border: 1px solid #777777;
    box-sizing: border-box;
    z-index: 111;
}

#header .my_menu_pop::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 12px;
    top: -12px;
    left: 0;
    background-color: transparent;

}

#header .my_menu_pop li a {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 500;
    color: #555555;
}

#header .list_active_right>a.join-member {
    /* padding: 11px 19px; */
    /* background-color: #2b63f7; */
    border-radius: 4px;
    color: #777;
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
    padding-right: 20px;
    position: relative;
}

#header .list_active_right>a.join-member::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background-color: #dbdbdb;
}

#footer .foot_logo {
    flex: 0 0 auto;
    margin-right: 60px;
    /* padding-top: 20px; */
}

#footer .foot_logo .banner_sm {
    margin-bottom: 20px;
}

#header .bottom {
    width: 100%;
    height: calc(100% - 65px);
    background: #fff;

    /*border-bottom: 1px solid #dbdbdb;*/
}

#header .bottom .inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 33px;
}

#header .bottom .left .btn-menu-all {
    cursor: pointer;
}

#header .bottom .left .btn-menu-all span {
    font-weight: 500;
    margin-left: 4px;
    font-size: 15px;
}

#header .bottom .right {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-left: auto;
}

#header .bottom .right>a {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 16px;
}

#header .bottom .right>a>img {
    width: 24px;
}

#header .bottom .right .link_mypage {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    position: relative;
}

#header .bottom .right .link_mypage:hover .my_menu_pop {
    display: block;
}



#header .bottom .right .btn-keywords {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 26px;
    font-size: 15px;
    font-weight: 500;
    position: relative;
}

#header .bottom .right .btn-keywords .ranking_list {
    position: absolute;
    top: calc(100% + 20px);
    left: 40px;
    width: 260px;
    padding: 20px;
    background: #fff;
    border: 1px solid #a1a1a1;
    border-radius: 4px;
    box-sizing: border-box;
    z-index: 111;
    display: none;
}

#header .bottom .right .btn-keywords>img {
    transition: all 0.3s ease-in-out;
}

#header .bottom .right .btn-keywords>img.on {
    transform: rotate(180deg);
}

#header .ranking_list .ranking_item {
    padding: 6px 0;
    width: 100%;
    display: block;
}

#header .ranking_list .ranking_item .txt {
    font-size: 16px;
    font-weight: 400;
}

#header .ranking_list .ranking_item .num {
    font-size: 12px;
    margin-right: 6px;
    border-radius: 3px;
    background-color: #006fff;
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#header .bottom .right .box_slick {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 100px;
    font-size: 15px;
    font-weight: 500;
    height: 24px;
}

#header .bottom .right .box_slick .swiper-container {
    height: 100%;
}

#header .bottom .right .box_slick .swiper-slide {
    display: flex;
    align-items: center;
    gap: 8px;
}

#header .bottom .right .box_slick .num {
    padding: 1px 6px;
    background-color: #006fff;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
}

#header .bottom .right .btn_heart {
    display: flex;
    gap: 4px;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    padding-left: 24px;
    border-left: 1px solid #dbdbdb;
}

#fixed_bx {
    position: fixed;
    right: 84px;
    bottom: 100px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

#fixed_bx .fixed_que {
    position: relative;
}

#fixed_bx .fixed_que .box_tooltip {
    position: absolute;
    top: -100px;
    right: -20px;
    background-color: #fff;
    width: 140px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    padding: 16px 16px;
}

#fixed_bx .fixed_que .box_tooltip>span {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
}

#fixed_bx .fixed_que .box_tooltip>p {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 4px;
    color: #757575;
}

#fixed_bx .fixed_que .box_tooltip>img {
    position: absolute;
    top: 11px;
    right: 16px;
    cursor: pointer;
}

#fixed_bx .fixed_que .box_tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: 6px;
    border-width: 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.main_page .main_visual01 {
    padding: 34px 0 34px;
    background-color: #fff;
}

.main_page .main_visual01 .inner {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-direction: column-reverse;
}

.main_page .main_visual01 .box1 {
    width: 333px;
}

.main_page .main_visual01 .box1>img {
    width: 100%;
    object-fit: cover;
}

.main_page .main_visual01 .box2 {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: space-between;
}

.main_page .main_visual01 .box2 a {
    flex: 1;
}


.main_page .main_visual01 .box2 img {
    width: 100%;
}

.main_page .main_swiper {
    width: 1200px;
    max-height: 465px;
    border-radius: 24px;
}

.main_page .main_swiper .swiper-slide {
    border-radius: 24px;
}

.main_page .main_swiper .swiper-slide img {
    border-radius: 24px;
    width: 100%;
    object-fit: cover;
    max-height: 380px;
    /* max-height: unset; */
}

.main_page .main_swiper .swiper-button-prev {
    background: #fff url(../img/main/btn-left-swiper.png) no-repeat center;
    left: 38px;
    transform: translateX(-50%);
    padding: 22px;
    border-radius: 12px;
    background-size: 10px 18px;
}

.main_page .main_swiper .swiper-button-next {
    background: #fff url(../img/main/btn-right-swiper.png) no-repeat center;
    right: -12px;
    transform: translateX(-50%);
    padding: 22px;
    border-radius: 12px;
    background-size: 10px 18px;
}

.main_page .main_swiper .wrap_pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    position: relative;
    margin-top: 10px;
}

.main_page .main_swiper .swiper-pagination {
    position: relative;
}


.main_page .main_swiper .swiper-pagination-fraction {
    width: unset;
}

.main_page .main_swiper .swiper-pagination-bullet {
    margin: 2px;
}

.wrap_right_mo {
    display: none;
}

.main_page .search_box {
    margin: 49px auto 59px;
    height: 70px;
    width: 615px;
    border-radius: 99px;
    border: 2px solid #2b63f7;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    padding-right: 15px;
}

.main_page .search_wrap {
    position: relative;
    background-color: white;
}

.main_page .list_result {
    display: none;
    position: absolute;
    width: 100%;
    top: 85px;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    max-width: 615px;
    border: 1px solid #dbdbdb;
    padding: 20px 30px;
    z-index: 22;
    border-radius: 12px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.main_page .list_result.show {
    display: block;
    opacity: 1;
}

.main_page .list_result li {
    padding: 10px 5px;
}

.main_page .list_result li:hover {
    background-color: #f3f3f3;
}

.main_page .search_box input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    padding: 0 30px 0 40px;
    border: none;
    outline: none;
    font-size: 22px;
}

.main_page .search_box input::placeholder {
    font-size: 22px;
    font-weight: 500;
    color: #a6a6a6;
}

.main_page .search_box>img {
    padding-right: 18px;
}

.main_page .sec1 {
    padding-bottom: 20px;
    margin-bottom: 85px;
}

.main_page .sec2 {
    margin-top: 30px;
}

.main_page .sec1 .swiper-slide .box_item {
    position: relative;
    /* width: 285px; */
    /* height: 240px; */
}

.main_page .sec1 .swiper-slide .box_item>img {
    width: 100%;
}

.main_page .sec1 .swiper-slide .box_text {
    position: absolute;
    top: 40px;
    left: 32px;
}

.main_page .sec1 .swiper-slide .box_text .ttl {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.main_page .sec1 .swiper-slide .box_text .desc {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 82px;
}

.main_page .sec1 .swiper-slide .box_text .view_more {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

.main_page .sec1 .swiper-button-next {
    background-image: url(../img/main/btn-right-swiper.png);
    right: -60px;
}

.main_page .sec1 .swiper-button-prev {
    background-image: url(../img/main/btn-left-swiper.png);
    left: -60px;
}

.main_page .sec1 .swiper-pagination {
    top: unset;
    bottom: -20px;
    z-index: 9;
    height: 4px;
    width: 600px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
}

.main_page .sec1 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #555;
}

.main_page .sec_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.main_page .sec_head .title {
    font-size: 28px;
    font-weight: 700;
    color: #252525;
}

.main_page .sec_head .btn_view_more {
    font-size: 18px;
    font-weight: 500;
    color: #252525;
}

.main_page .sec2 .sec_body {
    max-height: 822px;
    overflow: hidden;
}

.main_page .sec2 .sec_body .swiper_sec2 {
    height: 822px;
    margin-bottom: 58px;
}

.main_page .sec2 .sec_body .swiper_sec2 .swiper-slide {
    width: 100%;
    height: calc(100% / 5 - 8px);
    max-height: 65px;
}

.main_page .sec2 .sec_body .box_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 26px;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    gap: 20px;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    height: 100%;
    cursor: pointer;
}

.main_page .sec2 .sec_body .box_item.disabled {
    cursor: default;
}

.main_page .sec2 .sec_body .box_item.disabled a {
    pointer-events: none;
    cursor: default;
}

.main_page .sec2 .sec_body .box_item .apply.disabled {
    opacity: 0.5;
}

.main_page .sec2 .sec_body .box_item a {
    max-width: 320px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.main_page .sec2 .sec_body .box_item .col:nth-child(2) {
    /* margin-right: auto; */
}

.main_page .sec2 .sec_body .box_item .col:nth-child(2),
.main_page .sec2 .sec_body .box_item .col:nth-child(3),
.main_page .sec2 .sec_body .box_item .col:nth-child(4) {
    color: #757575;
}

.main_page .sec2 .sec_body .box_item .col:nth-child(2) {
    flex: 0 0 40%;
}

.main_page .sec2 .sec_body .box_item .col:nth-child(3) {
    flex: 0 0 10%;
    justify-content: flex-start;
}

.main_page .sec2 .sec_body .box_item .col:nth-child(4) {
    flex: 0 0 18%;
    justify-content: flex-start;
}

.main_page .sec2 .sec_body .box_item .col:nth-child(3) {
    min-width: 150px;
    /* text-align: center; */
}

.main_page .sec2 .sec_body .box_item .col.one {
    width: 100px;
}

.main_page .sec2 .sec_body .box_item .col.spe {
    flex: 0 0 30%
}

.main_page .sec2 .sec_body .box_item .col.spe span {
    padding-right: 10px;
}

.main_page .sec2 .sec_body .box_item .col.spe .service {
    padding-left: 10px;
    position: relative;

}

.main_page .sec2 .sec_body .box_item .col.spe .service::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    height: 17px;
    width: 1px;
    background-color: #dbdbdb;
}

/* .main_page .sec2 .swiper-slide-active .box_item {
    background-color: #006fff;
    color: #fff;
    box-shadow: 0px 5px 8px rgb(0, 111, 255, 0.2);
} */

.main_page .sec2 .box_item .btn_item {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 11px;
    border-radius: 2px;
    color: #777;
    border: 1px solid #bbbbbb;
    text-wrap: nowrap;
    text-align: center;
}

.main_page .sec2 .box_item .btn_item.confirmed {
    background-color: #2b63f7;
    border: 1px solid transparent;
    color: #fff;
}

.main_page .sec2 .box_item .btn_item.btn_green {
    background-color: #e95f86;
    /* background-color: #CDFFCE; */
    border: 1px solid transparent;
    color: #fff;
}

/* .main_page .sec2 .swiper-slide-active .box_item .col:nth-child(2) {
    color: #fff;
}

.main_page .sec2 .swiper-slide-active .box_item .btn_item {
    background-color: #fff;
    color: #006fff;
}

.main_page .sec2 .swiper-slide-active .box_item .col:nth-child(3),
.main_page .sec2 .swiper-slide-active .box_item .col:nth-child(4) {
    color: #a2c8f8;
} */

.main_page .sec3 {
    margin-bottom: 78px;
    margin-top: 60px;
}

.main_page .sec3 .swiper-slide .box_img {
    position: relative;
}

.main_page .sec3 .swiper-slide .box_img img {
    border-radius: 6px;
}

.main_page .sec3 .swiper-slide .box_img .box_text {
    position: absolute;
    top: 66px;
    left: 60px;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
}

.main_page .sec3 .swiper-slide .box_img .box_text .contents {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #bdd9f9;
}

.main_page .sec3 .sec3-swiper-pagination {
    position: absolute;
    top: unset;
    bottom: 30px;
    left: 60px;
    z-index: 1;
    display: inline;
    width: unset;
}

.main_page .sec3 .sec3-swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.4;
}

.main_page .sec3 .sec3-swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
}

.main_page .sec_head .sec_head_right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.main_page .sec_head .sec_head_right .btn_repair_reg {
    border-radius: 8px;
    border: 1px solid #025dcf;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #025dcf;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 200px;
    height: 55px;
    border-radius: 99px;
}

.main_page .sec_head .wrap_nav_swiper {
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
}

.main_page .sec_head .swiper-pagination-progressbar {
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: unset;
    bottom: unset;
}

.main_page .sec_head .swiper-pagination-progressbar .swiper-pagination-total {
    color: #999;
}

.main_page .sec_head .wrap_nav_swiper .btn_prev,
.main_page .sec_head .wrap_nav_swiper .btn_next {
    margin: 0 8px;
    cursor: pointer;
}

.main_page .sec_head_left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.main_page .sec_head_left .sub_title {
    font-size: 16px;
    color: #757575;
    border-radius: 15px;
    border: 1px solid #dbdbdb;
    padding: 5px 11px;
}

.main_page .sec4 {
    margin-bottom: 78px;
}

.main_page .sec4 .box_item,
.main_page .sec5 .box_item {
    width: 285px;
    display: block;
}

.main_page .sec4 .swiper-slide {
    position: relative;
}

.main_page .sec4 .stamp_div {
    position: absolute;
    top: 20px;
    right: 20px;
}

.main_page .sec4 .stamp_div img {
    width: 57px;
}

.main_page .sec4 .box_item .top_img,
.main_page .sec5 .box_item .top_img {
    display: block;
    width: 100%;
    object-fit: cover;
    border: 1px solid #dbdbdb;
    border-bottom: 0;
    /*height: 200px;*/
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    aspect-ratio: 1 / 1
}

.main_page .sec4 .box_item .text_bot,
.main_page .sec5 .box_item .text_bot {
    border: 1px solid #dbdbdb;
    padding: 16px 20px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.main_page .sec4 .box_item .text_bot .ttl,
.main_page .sec5 .box_item .text_bot .ttl {
    font-size: 14px;
    color: #757575;
    margin-bottom: 14px;
    font-weight: 500;
}

.main_page .sec4 .box_item .text_bot .name,
.main_page .sec5 .box_item .text_bot .name {
    font-size: 16px;
    color: #252525;
    margin-bottom: 14px;
    line-height: 1.4;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 45px;
}

.main_page .sec4 .box_item .text_bot .vote .main_page .sec5 .box_item .text_bot .vote {
    font-size: 14px;
    color: #252525;
    margin-bottom: 12px;
    line-height: 1.4;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}

.main_page .sec4 .box_item .text_bot .vote span,
.main_page .sec5 .box_item .text_bot .vote span {
    color: #757575;
}

.main_page .sec4 .box_item .text_bot .price,
.main_page .sec5 .box_item .text_bot .price {
    font-size: 26px;
    color: #252525;
    margin-bottom: 14px;
    font-weight: 800;
}

.main_page .sec5,
.main_page .sec6,
.main_page .sec7,
.main_page .sec8 {
    margin-bottom: 70px;
}

.main_page .sec6 .sec_body {
    display: flex;
    gap: 14px;
    row-gap: 14px;
    flex-wrap: wrap;
}

.main_page .sec6 .sec_body .image img {
    width: 230px;
    height: 230px;
    object-fit: cover;
}

.main_page .sec7 .sec_body {
    display: flex;
    gap: 29px;
    flex-wrap: nowrap;
}

.main_page .sec7 .sec_body .image {
    width: 33% !important;
}

.main_page .sec7 .sec_body .image img {
    width: 100%;
    height: 205px;
}

.main_page .sec7 .sec_body .name {
    font-size: 19px;
    font-weight: 500;
    margin-top: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
}

.main_page .sec8 .inner {
    display: flex;
    justify-content: space-between;
}

.main_page .sec8 .item_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 380px;
    height: 100px;
    background-color: #f5f8fb;
    border-radius: 8px;
    position: relative;
    padding: 28px;
}

.main_page .sec8 .item_box .text {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

.popup_.show_ {
    display: flex;
}

.popup_ {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.2);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

.popup_area_ {
    height: auto;
    max-height: 80vh;
    overflow: auto;
    background-color: #FFFFFF;
    width: 100%;
    min-width: 600px;
    max-width: 40vw;
    padding: 50px 40px 50px;
    font-size: 14px;
    border: 2px solid #333333;
}

.popup_area_ .mem_box {
    position: relative;
}

.popup_area_ .img_close_pop {
    position: absolute;
    top: -20px;
    right: -80px;
    width: 20px;
    filter: brightness(0) saturate(100%);
    cursor: pointer;
}

.login .sns_member {
    margin: 35px 0 0px;
}

.login .sns_member p {
    margin: 20px 0;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #454545;
    word-break: keep-all;
}

.login .sns_member button {
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #3da03a;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #3da03a;
    font-size: 15px;
    font-weight: 500;
}

.login .sns_member_re button {
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #8b8d8b;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #8b8d8b;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
}

.login.spe .sns_member_re button {
    height: 68px;
}

@media screen and (min-width: 851px) and (max-width: 1300px) {
    .main_page .sec1 .swiper-button-next {
        background-image: url(../img/main/btn-right-swiper.png);
        right: 0;
        background-size: 70% 70%;
        background-color: rgb(255, 255, 255, 0.6);
        height: 50px;
        width: 30px;
    }

    .main_page .sec1 .swiper-button-prev {
        background-image: url(../img/main/btn-left-swiper.png);
        left: 0;
        background-size: 70% 70%;
        background-color: rgb(255, 255, 255, 0.6);
        height: 50px;
        width: 30px;
    }
}

@media screen and (max-width: 1280px) {
    #header .list_nav {
        gap: 1.56vw;
    }

    #header .list_nav li>a {
        font-size: 1.5vw;
    }
}

@media screen and (max-width: 850px) {
    html {
        font-size: 3.6111vw;
    }


    .main_page .sec2 .sec_body .box_item .col.spe {
        flex: 1 0 66% !important;
    }

    .main_page .sec2 .sec_body .box_item .col:nth-child(4) {
        flex: 0 0 27% !important;
        justify-content: flex-start;
        margin-top: 0rem;
    }

    .main_page .sec2 .sec_body .box_item a {
        max-width: 16.308rem;
    }

    .main_page .sec2 .sec_body .box_item .col:nth-child(3) {
        flex: 0 0 14%;
        justify-content: flex-start;
        margin-top: 0rem;
    }

    .only_web {
        display: none !important;
    }

    .only_mo {
        display: block !important;
    }

    #header {
        height: 3.8462rem;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9999;
    }

    #header .top {
        height: 3.8462rem;
        border-bottom: 1px solid #dbdbdb;
        box-shadow: 0.3846rem 0 0.5385rem rgba(0, 0, 0, 0.1);
    }

    #header .bottom {
        width: 100%;
        height: 3.8462rem;
        background: #fff;
        display: none;
    }

    #header .inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
        padding-left: 0;
    }

    #header .inner a.logo {
        margin-left: -5rem;
    }

    #header .list_nav {
        display: none;
    }

    #header .list_active_right {
        display: none !important;
    }

    #header .logo img {
        width: 8.0385rem;
    }

    #header .bottom .right span {
        font-size: 0.9615rem;
    }

    #header .bottom .right {
        gap: 1.1538rem;
        /* display: none; */
    }

    #header .bottom .right>a {
        display: flex;
        align-items: center;
        gap: 0.154rem;
        font-size: 1rem;
    }

    #header .bottom .right .link_mypage {
        gap: 0.154rem;
        font-size: 1rem;
        position: relative;
    }

    #header .bottom .right .box_slick {
        display: flex;
        align-items: center;
        gap: 0.5769rem;
        margin-right: 1.9231rem;
        font-size: 0.9615rem;
        font-weight: 500;
        height: 1.4538rem;
    }

    #header .bottom .right .box_slick .swiper-slide {
        display: flex;
        align-items: center;
        gap: 0.3846rem;
    }

    #header .bottom .right .box_slick .num {
        padding: 0.0769rem 0.4077rem;
        background-color: #006fff;
        border-radius: 3px;
        color: #fff;
        font-size: 0.8846rem;
    }

    #header .ranking_list .ranking_item {
        padding: 0.3846rem 0;
        width: 100%;
        display: block;
    }

    #header .bottom .right .btn_heart img {
        width: 1.1538rem;
    }

    #header .bottom .right .btn-keywords img {
        width: 0.96154rem;
    }

    #header .bottom .right .btn-keywords {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-right: 1rem;
        font-size: 15px;
        font-weight: 500;
    }

    #header .bottom .right .btn-keywords .ranking_list {
        position: absolute;
        top: calc(100% + 1.3rem);
        left: -0.1538rem;
        width: 94.5vw;
        padding: 0.7692rem;
        background: #fff;
        border: 1px solid #a1a1a1;
        border-radius: 4px;
        box-sizing: border-box;
        z-index: 111;
        display: none;
    }

    #header .ranking_list .ranking_item .num {
        font-size: 0.8462rem;
        margin-right: 0.3846rem;
        border-radius: 3px;
        background-color: #006fff;
        color: #fff;
        width: 1.1538rem;
        height: 1.1538rem;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    #header .ranking_list .ranking_item .txt {
        font-size: 1rem;
        font-weight: 400;
    }

    .nav-item.nav-item-js {
        margin-top: 0.5rem;
        display: flex;
        flex-direction: column;
        gap: 0rem;
        justify-content: center;
        align-items: center;
    }

    .nav-item.nav-item-js img {
        width: 1.5rem;
    }

    .all_menu_wrap {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* background-color: rgba(0, 0, 0, 0.5); */
        background-color: white;
        z-index: 9999;
        display: none !important;
    }

    .all_menu_wrap.open {
        display: block !important;
        overflow-y: auto;
    }

    .all_menu_wrap .all_menu_head {
        height: 3.8462rem;
        border-bottom: 1px solid #dbdbdb;
        box-shadow: 0.3846rem 0 0.5385rem rgba(0, 0, 0, 0.1);
        background-color: #fff;
    }

    .all_menu_wrap .all_menu_head .inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
    }

    .all_menu_wrap .all_menu_head .all_menu_logo img {
        width: 8.0385rem;
    }

    .all_menu_wrap .all_menu_head .all_menu_close img {
        width: 1.3846rem;
    }

    .all_menu_wrap .all_menu_mid {
        background-color: #fff;
        padding: 1.5385rem 0;
    }

    /* an add */
    .special_sec .special_list li .seller_ico {
        font-size: 0.8077rem;
    }

    .special_sec .special_list li .brand {
        font-size: 0.9231rem;
    }

    .special_sec .special_list li .sp_ttl {
        font-size: 1.0769rem;
    }

    .special_sec .special_list li .sp_area {
        font-size: 0.9231rem;
    }

    .review_sec .rev_wrap {
        /* height: 22.692rem; */
        margin-top: 1.154rem;
        border: solid 0.038rem #dbdbdb;
        border-radius: 0.192rem;
        overflow: hidden;
    }


    .review_sec .rev_list .rev_row {
        padding: 0.769rem;
        border-bottom: solid 0.038rem #dbdbdb;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        gap: 0.4rem;
        flex-wrap: wrap;
    }

    .review_sec .rev_list .rev_row:nth-child(2n) {
        background: #f8fafc;
    }

    .review_sec .rev_list .star_box {
        display: flex;
    }

    .review_sec .rev_list .star_box i {
        width: 0.615rem;
        height: 0.615rem;
        background: url('../img/ico/main_staricooff.png') no-repeat center center;
    }

    .review_sec .rev_list .star_box i.on {
        background-image: url('../img/ico/main_starico.png');
    }

    .review_sec .rev_list .star_box i:not(:last-child) {
        margin-right: 0.077rem;
    }

    .review_sec .rev_list .user_txt {
        font-size: 1rem;
        min-width: 5.846rem;
    }

    .review_sec .rev_list .city_name {
        font-size: 1rem;
        min-width: 5.846rem;
    }

    .review_sec .rev_list .rev_txt {
        font-size: 1rem;
        line-height: 1.5;
        color: #252525;
        /* margin-top: 0.423rem; */
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .review_sec .rev_list .date {
        font-size: 1rem;
        color: #999999;
        /* margin-top: 0.385rem; */
    }

    .review_sec .rev_list .star_box i {
        background-size: 0.615rem 0.615rem !important;
    }

    /* use_sec */
    .use_sec {
        padding-bottom: 3.077rem;
    }

    .use_sec .inner {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 2rem;
    }

    .use_sec .use_box {
        flex: 1;
    }

    .use_sec .use_box+.use_box {
        margin-left: 0;
    }

    .use_sec .use_box .img {
        position: relative;
        margin-top: 1.1538rem;
    }

    .use_sec .use_box .img::before {
        display: block;
        padding-top: 25.424%;
        content: '';
    }

    .use_sec .use_box .img img {
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
    }

    .use_sec .use_box .use_step {
        display: flex;
        align-items: flex-start;
        margin-top: 1.5385rem;
    }

    .use_sec .use_box .use_step li {
        margin-right: 0.5769rem;
        flex: 1;
    }

    .use_sec .use_box .use_step li .step_num {
        display: block;
        font-size: 1.0769rem;
        font-weight: 700;
        color: #252525;
        line-height: 1.3;
    }

    .use_sec .use_box .use_step li:not(:last-of-type) .step_num {
        padding-right: 34px;
        background-position: right 0 center;
        background-repeat: no-repeat;
        background-image: url(../img/main/main_use_step_arrow.png);
    }

    .use_sec .use_box .use_step li .step_desc {
        display: block;
        margin-top: 0.5385rem;
        padding-right: 0.3846rem;
        font-size: 1rem;
        font-weight: 400;
        color: #757575;
        line-height: 1.4;
        word-break: keep-all;
    }

    /* //use_sec */
    /* end an */

    .all_menu_wrap .all_menu_mid .mem_link {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 0.4615rem;
    }

    .all_menu_wrap .all_menu_mid .mem_link a {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.9615rem;
        padding: 0.6923rem 0;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .all_menu_wrap .all_menu_mid .mem_link a.active {
        background-color: #006fff;
        color: #fff;
        border-color: transparent;
    }

    .all_menu_wrap .all_menu_mid .mem_profile {
        margin-top: 2rem;
    }

    .all_menu_wrap .all_menu_mid .mem_profile .profile_top {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .all_menu_wrap .all_menu_mid .mem_profile .profile_box {
        display: flex;
        gap: 0.769rem;
        align-items: center;
    }

    .all_menu_wrap .all_menu_mid .mem_profile .profile_box .thumb {
        width: 2.308rem;
        height: 2.308rem;
        border-radius: 50%;
        border: 1px solid #e6e6e6;
    }

    .all_menu_wrap .all_menu_mid .mem_profile .profile_box .thumb span {
        display: block;
        padding-top: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .all_menu_wrap .all_menu_mid .mem_profile .profile_box .thumb p {
        font-size: 0.923rem;
        font-weight: 700;
        color: #252525;
    }

    .all_menu_wrap .all_menu_mid .mem_profile .profile_info a {
        display: block;
        padding: 0.577rem 1.154rem;
        font-size: 0.846rem;
        text-align: center;
        line-height: 1.077rem;
        border-radius: 1.577rem;
        color: #116ad4;
        border: solid 1px #116ad4;
    }

    .all_menu_wrap .all_menu_mid .mem_profile .profile_status {
        margin: 1.154rem 0;
    }

    .all_menu_wrap .all_menu_mid .mem_profile .profile_status .cash_status {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1.2rem;
        border-radius: 0.192rem;
        background: #116ad4;
    }

    .all_menu_wrap .all_menu_mid .mem_profile .profile_status .cash_status span {
        font-size: 1.154rem;
        font-weight: 800;
        color: #fff;
    }

    .all_menu_wrap .all_menu_mid .mem_profile .profile_status .cash_status a {
        display: block;
        font-size: 0.923rem;
        color: #fff;
        opacity: 0.75;
    }

    .all_menu_wrap .all_menu_mid .mem_profile .status_box {
        border: solid 1px #dbdbdb;
        border-radius: 0.192rem;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
    }

    .all_menu_wrap .all_menu_mid .mem_profile .status_box .status_item {
        padding: 1.154rem 0.769rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: solid 1px #dbdbdb;
        width: 50%;
    }

    .all_menu_wrap .all_menu_mid .mem_profile .status_box .status_item:nth-child(2n-1) {
        border-right: solid 1px #dbdbdb;
    }

    .all_menu_wrap .all_menu_mid .mem_profile .status_box .status_item:last-of-type {
        border-bottom: unset;
    }

    .all_menu_wrap .all_menu_mid .mem_profile .status_box .status_item .label {
        display: flex;
        align-items: center;
        gap: 0.769rem;
    }

    .all_menu_wrap .all_menu_mid .mem_profile .status_box .status_item .label .ico img {
        width: 0.962rem;
    }

    .all_menu_wrap .all_menu_mid .mem_profile .status_box .status_item .label span {
        font-size: 0.923rem;
        color: #252525;
    }

    .all_menu_wrap .all_menu_mid .mem_profile .status_box .status_item .data {
        font-size: 0.923rem;
    }

    .all_menu_wrap .all_menu_body {
        background-color: #fff;
    }

    .all_menu_wrap .all_menu_body ul li {
        border-top: 1px solid #ccc;
    }

    .all_menu_wrap .all_menu_body ul li a {
        font-size: 1.0769rem;
        font-weight: 500;
        padding: 1rem;
        display: block;
    }

    .main_page .sec1 .swiper-button-next,
    .main_page .sec1 .swiper-button-prev {
        display: none;
    }

    .header_replace {
        height: 3.8462rem;
    }

    #fixed_bx {
        /* display: none; */
        right: 1rem;
        bottom: 4.846rem;
        gap: 0.385rem;
    }

    #fixed_bx .fixed_que .chat_ic img {
        width: 3rem;
    }

    #header .btn_ham img {
        width: 1.3846rem;
    }

    #fixed_bx .fixed_que {
        display: block;
    }

    #fixed_bx .fixed_que .box_tooltip {
        position: absolute;
        top: -3.846rem;
        right: -0.769rem;
        background-color: #fff;
        width: 6.385rem;
        box-shadow: 0rem 0.154rem 0.577rem rgba(0, 0, 0, 0.3);
        border-radius: 0.231rem;
        padding: 0.615rem 0.5rem;
    }

    #fixed_bx .fixed_que .box_tooltip>span {
        font-size: 0.823rem;
        font-weight: 700;
        margin-bottom: 0.192rem;
        display: block;
    }

    #fixed_bx .fixed_que .box_tooltip>p {
        font-size: 0.669rem;
        font-weight: 400;
        margin-bottom: 0.154rem;
        color: #757575;
    }

    #fixed_bx .fixed_que .box_tooltip>img {
        position: absolute;
        top: 0.423rem;
        right: 0.615rem;
        cursor: pointer;
        width: 0.769rem;
    }

    #fixed_bx .fixed_que .box_tooltip::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 60%;
        margin-left: 0.231rem;
        border-width: 0.308rem;
        border-style: solid;
        border-color: #fff transparent transparent transparent;
    }

    #fixed_bx .btn_to_up img {
        width: 2.7rem;
    }

    #ch-plugin-script {
        right: 10px !important;
    }

    #header .box_search {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 0.462rem 0 1.038rem;
        height: 1.7rem;
        width: 15.385rem;
        border: 1px solid #dbdbdb;
        border-radius: 3.808rem;
        display: none;

    }

    #header .wrap_right_mo {
        display: flex;
        gap: 1rem;
        align-items: center;
    }

    #header .wrap_right_mo .icon_search {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    #header .wrap_right_mo .icon_search img {
        width: 1.3rem;
    }

    #header .wrap_right_mo .link_mypage {
        display: flex;
        align-items: center;
        gap: 0.308rem;
    }

    #header .wrap_right_mo .link_mypage img {
        width: 1.8rem;
    }

    #header .wrap_right_mo .link_mypage span {
        font-size: 0.8rem;
    }

    #header .box_search input {
        border: none;
        outline: none;
        padding: 0;
        font-size: 0.6rem;
        height: 1.362rem !important;
    }

    #header .box_search .btn_search img {
        width: 0.9rem;
        margin-top: 0.2rem;

    }

    .main_page .it_box.box1 {
        width: 100%;
        height: 6.6923rem;
        order: 2;
    }

    .main_page .it_box.box1 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .main_page .it_box.box2 {
        /* width: 10rem;
    order: 3; */
    }

    .main_page .it_box img {
        width: 100%;
    }

    .main_page .main_visual01 {
        padding: 0.923rem 0 1.308rem;
        background-color: #fff;
    }

    .main_page .main_visual01 .inner {
        display: flex;
        justify-content: space-between;
        gap: 0.615rem;
        flex-wrap: wrap;
        /* flex-direction: column; */
    }


    .main_page .main_visual01 .box2 {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        /* gap: 20px; */
        order: 3;
        width: 100%;

    }

    .wrap_swiper_box2_mo {
        padding-bottom: 1rem;
    }

    .box2_mo_progressbar {
        width: 50%;
        height: 2px;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }




    .box2_mo_img {
        width: 100%;
    }

    .main_page .main_visual01 .box2 a {
        display: block;
        width: 100%;
    }

    .main_page .main_visual01 .box2 .swiper-wrapper {
        width: 100%;
    }

    .main_page .main_visual01 .box2 .swiper-slide {
        width: 100%;
    }

    .main_page .main_visual01 .box2>a {
        flex: 1;
        /* box-shadow: 0px 6px 8px rgb(0, 111, 255, 0.2); */
    }

    .main_page .main_swiper {
        width: 25.385rem;
        border-radius: 0.923rem;
        order: 1;
        padding-bottom: 1.5rem;
        max-height: 23.038rem;
    }

    .main_page .main_swiper .swiper-slide {
        border-radius: 0.923rem;
    }

    .main_page .main_swiper .swiper-slide img {
        width: 100%;
        height: 19.038rem;
        object-fit: cover;
        /* height: 100%; */
        border-radius: 0.923rem;
        max-height: 19.038rem;
    }

    .main_page .main_swiper .swiper-button-prev {
        background: #fff url(../img/main/btn-left-swiper.png) no-repeat center;
        left: 2.462rem;
        transform: translateX(-50%);
        padding: 1.154rem;
        border-radius: 0.462rem;
        background-size: 0.692rem 0.962rem;
    }

    .main_page .main_swiper .swiper-button-next {
        background: #fff url(../img/main/btn-right-swiper.png) no-repeat center;
        right: 0.231rem;
        transform: translateX(-50%);
        padding: 1.154rem;
        border-radius: 0.462rem;
        background-size: 0.692rem 0.962rem;
    }

    .main_page .main_swiper .wrap_pagination {
        display: flex;
        justify-content: center;
        gap: 1rem;
        position: relative;
        margin-top: 1rem;
    }

    .main_page .main_swiper .swiper-pagination {
        position: relative;
        /* display: none !important; */
    }


    .main_page .main_swiper .swiper-pagination-fraction {
        width: unset;
    }

    .main_page .main_swiper .swiper-pagination-bullet {
        margin: 2px;
    }

    .main_page .main_visual01_mo {
        padding: 1.1538rem 0;
        background-color: #f3f3f3;
    }

    .main_page .main_visual01_mo .it_box_top {
        display: flex;
        justify-content: space-between;
        gap: 1rem;
    }

    .main_page .main_visual01_mo .it_box img {
        width: 100%;
    }

    .main_page .main_visual01_mo .box2 {
        display: flex;
        flex-direction: column;
        gap: 0.784rem;
    }

    .main_page .main_visual01_mo .box3 {
        margin-top: 1.1538rem;
    }

    .main_page .search_box {
        margin: 2.3077rem auto 3.0385rem;
        height: 3.4615rem;
        width: 100%;
        border-radius: 99px;
        border: 2px solid #2b63f7;
        display: flex;
        align-items: center;
        overflow: hidden;
        background-color: #fff;
    }

    .main_page .search_box input {
        font-size: 1.077rem;
    }

    .main_page .search_box input::placeholder {
        font-size: 1.077rem;
    }

    .main_page .search_box>img {
        padding-right: 1.0769rem;
        width: 2.5385rem;
    }

    .main_page .sec1 .swiper-slide .box_text {
        position: absolute;
        top: 1.4615rem;
        left: 0.9231rem;
    }

    .main_page .sec1 .swiper-slide .box_text .ttl {
        font-size: 1.2308rem;
        font-weight: 700;
        margin-bottom: 0.6154rem;
        color: #fff;
    }

    .main_page .sec1 .swiper-slide .box_text .desc {
        font-size: 0.9231rem;
        font-weight: 500;
        color: #fff;
        margin-bottom: 3.1538rem;
    }

    .main_page .sec1 .swiper-slide .box_text .view_more {
        display: flex;
        align-items: center;
        gap: 0.3846rem;
        color: #fff;
        font-size: 0.9231rem;
        font-weight: 500;
    }

    .main_page .sec1 .swiper-slide .box_text .view_more img {
        width: 0.8462rem;
    }

    .main_page .sec1 {
        padding-bottom: 1.0769rem;
        margin-bottom: 4.0769rem;
    }

    .main_page .sec1 .swiper-pagination {
        top: unset;
        bottom: -1.44rem;
        z-index: 9;
        height: 4px;
        width: 70%;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 4px;
    }

    .main_page .sec_head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1.2615rem;
    }

    .main_page .sec_head .title {
        font-size: 1.4615rem;
        font-weight: 700;
        color: #252525;
    }

    .main_page .sec_head .sec_head_right .btn_repair_reg {
        border: 1px solid #025dcf;
        color: #fff !important;
        font-size: 0.9rem;
        font-weight: 500;
        margin-top: auto;
        margin-bottom: auto;
        background-color: #025dcf;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.46rem;
        width: 9.6923rem;
        height: 2.4rem;
        border-radius: 99px;
    }

    .main_page .sec_head .sec_head_right .btn_repair_reg img {
        width: 1.5385rem;
    }

    .main_page .sec_head .btn_view_more {
        font-size: 1.0769rem;
        font-weight: 500;
        color: #252525;
    }

    .main_page .sec2 .sec_body .box_item {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 0.5rem 1rem;
        border: 1px solid #dbdbdb;
        border-radius: 0.154rem;
        gap: 0.7692rem 1.3077rem;
        font-size: 1.0769rem;
        font-weight: 500;
        transition: all 0.3s ease-in-out;
        height: 100%;
    }

    .main_page .sec2 .sec_body {
        max-height: 30.923rem;
        overflow: hidden;
    }

    .main_page .sec2 .sec_body .swiper-fraction-sec2 {
        bottom: 1.2rem;
    }

    .main_page .sec2 .sec_body .box_item .col.spe span {
        padding-right: 0.385rem;
    }

    .main_page .sec2 .sec_body .box_item .col.spe .service {
        padding-left: 0.385rem;
        position: relative;
    }

    .main_page .sec2 .sec_body .box_item .col.spe .service::before {}

    .main_page .sec2 .sec_body .box_item .col:nth-child(3) {
        min-width: unset;
    }

    .main_page .sec2 .sec_body .swiper-slide {
        height: 7.231rem;
    }

    .main_page .sec2 .sec_body .box_item .col:nth-child(1) {
        margin-right: auto;
        font-size: 1.0769rem;
        width: unset;
        display: flex;
        gap: 1rem;
    }

    .main_page .sec2 .sec_body .box_item .col:nth-child(2),
    .main_page .sec2 .sec_body .box_item .col:nth-child(3),
    .main_page .sec2 .sec_body .box_item .col:nth-child(4) {
        /* margin-right: auto; */
        font-size: 1rem;
    }

    .main_page .sec2 .sec_body .box_item .col:nth-child(5) {
        margin-left: auto;
        margin-top: 0rem;
    }

    .main_page .sec3 {
        margin-bottom: 3rem;
        margin-top: 1.154rem;
    }

    .menu-footer {
        height: 4.7rem !important;
        z-index: 999 !important;
    }

    .menu-footer .box-item-menu {
        padding: 1rem 0.5rem 0.7rem !important;
    }

    #footer .foot_info address>div {
        flex-direction: column;
    }

    #footer .foot_logo .banner_sm {
        position: absolute;
        right: 1rem;
        top: 2rem;
        width: 7rem;
    }

    .main_page .sec2 .sec_body .swiper_sec2 {
        /* height: calc(10.5rem * 3); */
        height: 27.923rem;
        /* height: unset; */
        margin-bottom: 3rem;
    }

    .main_page .sec2 .sec_body .swiper_sec2 .swiper-slide {
        width: 100%;
        height: calc(100% / 3 - 14px);
        max-height: 5rem;
    }

    .main_page .sec3 .swiper-slide .box_img .box_text {
        position: absolute;
        top: 2.6923rem;
        left: 50%;
        transform: translateX(-50%);
        color: #fff;
        font-size: 1.5385rem;
        font-weight: 700;
        width: 100%;
        text-align: center;
    }

    .main_page .sec2 .box_item .btn_item {
        font-size: 0.846rem;
        font-weight: 500;
        padding: 0.115rem 0.423rem;
        border-radius: 0.077rem;
        color: #777;
        width: fit-content;
    }

    .main_page .sec3 .swiper-slide .box_img img {
        width: 100%;
    }

    .main_page .sec3 .swiper-slide .box_img .box_text span {
        margin-top: 1.3rem;
        font-size: 1rem;
        font-weight: 500;
        color: #bdd9f9;
    }

    .main_page .sec3 .sec3-swiper-pagination {
        position: absolute;
        top: unset;
        bottom: 1.4231rem;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
        display: inline;
        width: unset;
    }

    .main_page .sec3 .sec3-swiper-pagination .swiper-pagination-bullet {
        width: 0.6538rem;
        height: 0.6538rem;
    }

    .main_page .sec4 .box_item,
    .main_page .sec5 .box_item {
        width: 100%;
        display: block;
    }

    .main_page .sec_head_left .sub_title {
        font-size: 1rem;
        color: #757575;
        border-radius: 1.5769rem;
        border: 1px solid #dbdbdb;
        padding: 0.4308rem 0.9538rem;
    }

    .main_page .sec_head .wrap_nav_swiper {
        display: flex;
        align-items: center;
        gap: 2.6923rem;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .main_page .sec5 .inner,
    .main_page .sec4 .inner {
        padding-bottom: 3.9231rem;
    }

    .main_page .sec4 .box_item .text_bot .ttl,
    .main_page .sec5 .box_item .text_bot .ttl {
        font-size: 0.9231rem;
        color: #757575;
        margin-bottom: 0.6923rem;
        font-weight: 500;
    }

    .main_page .sec4 .box_item .text_bot .name,
    .main_page .sec5 .box_item .text_bot .name {
        font-size: 1rem;
        color: #252525;
        margin-bottom: 0.9231rem;
        line-height: 1.4;
        font-weight: 500;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: 2.7rem;
    }

    .main_page .sec4 .box_item .text_bot,
    .main_page .sec5 .box_item .text_bot {
        border: 1px solid #dbdbdb;
        padding: 0.6154rem 0.7692rem;
        font-size: 0.9231rem;
    }

    .main_page .sec4 .box_item .text_bot .price,
    .main_page .sec5 .box_item .text_bot .price {
        font-size: 1.3846rem;
        color: #252525;
        margin-bottom: 0.7308rem;
        font-weight: 800;
        margin-top: 0.6154rem;
    }

    .main_page .sec6 .sec_body {
        display: flex;
        margin-left: -0.3462rem;
        margin-right: -0.3462rem;
        gap: 0;
        row-gap: 0.6923rem;
        flex-wrap: wrap;
    }

    .main_page .sec6 .sec_body .image {
        width: 50%;
        padding-left: 0.3462rem;
        padding-right: 0.3462rem;
        object-fit: cover;
    }

    .main_page .sec6 .sec_body .image img {
        width: 100%;
        object-fit: cover;
    }

    .main_page .sec5,
    .main_page .sec6,
    .main_page .sec7,
    .main_page .sec8 {
        margin-bottom: 3.4615rem;
    }

    .main_page .sec_head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1rem;
    }

    .main_page .sec7 .news_body {
        display: flex;
        gap: 1.5385rem;
        flex-wrap: wrap;
        position: relative;
    }

    .main_page .sec7 .news_body .wrap_nav_swiper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 2.6923rem;
        position: absolute;
        top: 42%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        z-index: 99;
    }

    .main_page .sec7 .news_body .image {
        display: block;
        width: 100% !important;
    }

    .main_page .sec7 .news_body .image img {
        display: block;
        width: 100%;
        border-radius: 0.3077rem;
        height: 14rem;
        object-fit: cover;
    }

    .main_page .sec7 .news_body .name {
        font-size: 1.1154rem;
        font-weight: 500;
        margin-top: 0.8846rem;
    }

    .main_page .sec8 .inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .main_page .sec8 .item_box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 6.1538rem;
        background-color: #f5f8fb;
        border-radius: 8px;
        position: relative;
        padding: 1.5385rem 2.0385rem;
    }

    .main_page .sec8 .item_box+.item_box {
        margin-top: 1.5385rem;
    }

    .main_page .sec8 .item_box .text {
        font-size: 1.0769rem;
        font-weight: 700;
        line-height: 1.5;
    }

    .main_page .sec8 .item_box img {
        width: 4.0769rem;
    }

    /* special_sec  */
    .special_sec {
        margin-bottom: 2.3077rem;
    }

    .special_sec .main_ttl_row .special_link {
        margin-left: auto;
        display: block;
    }

    .special_sec .special_list {
        display: flex;
        margin-top: 1.5385rem;
        flex-wrap: wrap;
        gap: 1.1538rem;
    }

    .special_sec .special_list li {
        width: 47.5%;
        margin-right: 0;

        /* height: 100%; */
    }

    .special_sec .special_list li a {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .special_sec .special_list li:nth-child(4) {
        margin-right: 0;
    }

    .special_sec .special_list li .sp_img {
        display: block;
        background: no-repeat center/ cover;
        border-radius: 0.3077rem 0.3077rem 0 0;
        width: 100%;
        padding-top: 120%;
    }

    .special_sec .special_list li .sp_txt {
        border: 0.0385rem solid #dbdbdb;
        border-top: none;
        border-radius: 0 0 0.3077rem 0.3077rem;
        padding: 1.5rem 0.7692rem 1.1rem;
        position: relative;
        height: 100%;
    }

    .special_sec .special_list li .seller_ico {
        display: inline-block;
        padding: 1rem 0.8rem;
        background: #116ad4;
        border-radius: 1.9231rem;
        color: #fff;
        position: absolute;
        top: -2rem;
        left: 0.7692rem;
        font-size: 0.8077rem;
        font-family: "Gmarket Sans";
        font-weight: 500;
        letter-spacing: -0.05em;
    }

    .special_sec .special_list li .brand {
        color: #999999;
        font-size: 0.9231rem;
        display: block;
        margin-bottom: 0;
    }

    .special_sec .special_list li .sp_ttl {
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-size: 1.0769rem;
        font-weight: 500;
        margin-bottom: 0.7692rem;
    }

    .special_sec .special_list li .sp_area {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        color: #757575;
        line-height: 1.5;
    }

    /* news_sec */
    .news_sec {
        padding-bottom: 40px;
    }

    .news_sec .news_list {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 0.2rem;
        margin-top: 1.1538rem;
    }

    .news_sec .news_list li {
        width: 100%;
        margin-right: 1.1538rem;
    }

    .news_sec .news_list li:nth-of-type(3n) {
        margin-right: 0;
    }

    .news_sec .news_list li a {
        display: block;
    }

    .news_sec .news_list .thumb span {
        display: block;
        padding-top: 52.632%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 0.3077rem;
    }

    .news_sec .news_list .txt {
        margin-top: 0.7692rem;
    }

    .news_sec .news_list .subject {
        display: block;
        font-size: 1.1154rem;
        font-weight: 500;
        color: #252525;
        line-height: 1.3;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .news_sec .news_list .desc {
        display: block;
        margin-top: 0.3846rem;
        font-size: 1rem;
        font-weight: 400;
        color: #757575;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* //news_sec */

    #footer .fnb_list li a {
        display: block;
        font-size: 1rem;
        font-weight: 400;
        color: #757575;
        line-height: 3.4615rem;
    }

    #footer .fnb_list {
        overflow-x: scroll;
    }

    #footer .fnb_list li {
        white-space: nowrap;
        padding: 0 0.8077rem;
    }

    #footer .fnb_list li:not(:last-of-type) {
        margin-right: 0;
    }

    #footer {
        padding-bottom: 5rem;
    }

    #footer .bottom {
        display: flex;
        align-items: flex-start;
        padding: 2.3077rem 0 2.3077rem;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        flex-direction: column;
        position: relative;
    }

    #footer .foot_logo {
        flex: 0 0 auto;
        margin-right: 0px;
        padding-top: 0px;
        padding-bottom: 1.4615rem;
    }

    #footer .foot_info address>div span {
        font-size: 1rem;
        font-weight: 400;
        color: #999999;
        line-height: 1.6;
    }

    #footer .foot_info address>div span:not(:last-of-type) {
        margin-right: 1.2rem;
    }

    #footer .foot_info .copy {
        margin-top: 1.3077rem;
        font-size: 0.9615rem;
        font-weight: 400;
        color: #999999;
    }

    #footer .cs_info {
        margin-left: 0;
        flex: 0 0 auto;
        margin-top: 2.9231rem;
    }

    #footer .cs_info .subject {
        display: block;
        margin-bottom: 0.7692rem;
        font-size: 1rem;
        font-weight: 500;
        color: #454545;
        text-transform: uppercase;
    }

    #footer .foot_logo img {
        width: 11.0385rem;
    }

    #footer .cs_info .call_num {
        display: block;
        font-size: 1.4615rem;
        font-weight: 700;
        color: #35353f;
    }

    #footer .cs_info .cs_time span {
        display: block;
        font-size: 1rem;
        font-weight: 400;
        color: #454545;
        line-height: 1.6;
    }

    #footer .cs_info .link_row a {
        display: block;
        width: 8.4615rem;
        height: 2.86154rem;
        border: 1px solid #dbdbdb;
        line-height: 2.86154rem;
        text-align: center;
        font-size: 0.9231rem;
        font-weight: 400;
        color: #454545;
        box-sizing: border-box;
    }

    #footer .cs_info .link_row a+a {
        margin-left: 0.63077rem;
    }

    #footer .foot_notice {
        padding: 1rem 0 1.2308rem;
        font-size: 1rem;
        font-weight: 400;
        color: #999999;
        line-height: 1.5;
    }

    .main .main_ttl_row {
        display: flex;
        align-items: center;
        margin-top: 1.9231rem;
        margin-bottom: 0.8462rem;
    }

    .main_ttl_row .more_link {
        display: flex;
        gap: 0.0769rem;
        margin-left: auto;
        width: 1.8rem;
        height: 1.8rem;
        border: 1px solid #dbdbdb;
        border-radius: 8px;
        align-items: center;
        justify-content: center;
    }

    .main_ttl_row .more_link span {
        display: block;
        width: 0.15rem;
        height: 0.15rem;
        border-radius: 50%;
        background: #cccccc;
    }

    .main_ttl_row .main_ttl strong {
        font-size: 1.5rem;
        margin-right: 0.1923rem;
    }

    .main_ttl_row .ad_link {
        display: block;
        width: 4.8rem;
        /* height: 1.8rem; */
        margin-left: 0.3846rem;
        text-align: center;
        font-size: 0.8rem;
        font-weight: 400;
        border-radius: 15px;
        box-sizing: border-box;
    }

    .list_ttl {
        margin-right: 0.3846rem;
        font-size: 0.7692rem;
        font-weight: 700;
        flex: 0 0 auto;
    }

    .list_ttl_row .item_detail_tab {
        display: flex;
        align-items: center;
        margin-left: auto;
        flex: 0 0 auto;
    }

    .snb_box .snb_list01>li>a {
        display: block;
        padding: 0.3846rem 0;
        font-size: 1rem;
        font-weight: 400;
        color: #777777;
        background-position: right 0 center;
        background-repeat: no-repeat;
        background-image: url(../img/ico/snb_nav_arrow.png);
    }

    #mobile_menu {
        z-index: 99999;
        position: fixed;
        left: 0;
        right: 0;
        border-top: none;
        display: none;
        background-color: #fff;
        top: 0;
        height: 100vh;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 0.5rem 1.5rem;
        padding: 0;
        overflow-y: auto;
    }

    #mobile_menu .scroll-menu-mo {
        height: 100%;
        padding-bottom: 10rem;
    }

    #mobile_menu .menu_header {
        padding: 1.2rem 1rem;
        background-color: #2a97d4;
    }

    #mobile_menu .menu_header .menu_close .close_pop img {
        width: 1.3rem;
    }

    #mobile_menu .menu_header .menu_close .notifi_pop .notification_w {
        position: relative;
        padding-right: 1.8rem;
    }

    #mobile_menu .menu_header .menu_close .notifi_pop .notification_w img {
        width: 1.7rem;
    }

    #mobile_menu .menu_header .menu_close .notifi_pop .notification_w span {
        position: absolute;
        top: -0.5rem;
        left: 0.5rem;
        min-width: 1.5rem;
        height: 1.5rem;
        padding: 0 0.5rem;
        border-radius: 50%;
        background-color: red;
        color: #fff;
        font-size: 0.9rem;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #mobile_menu .menu_header .menu_my {
        margin: 2.8rem 0 3rem;
    }

    #mobile_menu .menu_header .menu_my a,
    #mobile_menu .menu_header .menu_my p {
        font-size: 1rem;
        letter-spacing: -1px;
        color: #ffffff !important;
    }

    #mobile_menu .menu_header .menu_my i {
        background: url(/img/common/login_w.png) no-repeat center;
        background-size: 100%;
        margin-left: 0.5rem;
        width: 0.5rem;
        height: 0.9rem;
        display: inline-flex;
    }

    #mobile_menu .menu_header .menu_list_ic {
        justify-content: space-between;
        padding: 0;
    }

    #mobile_menu .menu_header .menu_list_ic .card_ {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0.6rem;
    }

    #mobile_menu .menu_header .menu_list_ic .card_ img {
        width: 2.3rem;
    }

    #mobile_menu .menu_header .menu_list_ic .card_:last-of-type img {
        width: 2rem;
    }

    #mobile_menu .menu_header .menu_list_ic .card_ p {
        font-size: 1rem;
        letter-spacing: -1px;
        line-height: 1.3;
        color: #ffffff;
        font-weight: 400;
        text-align: right;
    }

    #mobile_menu .scroll-menu-mo .category_txt p {
        font-size: 1.2rem;
        letter-spacing: -1px;
        color: #000000;
        line-height: 1.3;
        padding: 1.5rem 1rem 0;
    }

    #mobile_menu .scroll-menu-mo .gnb_menu {
        display: flex;
        flex-wrap: wrap;
        gap: 2rem 3rem;
        padding: 1.5rem 1rem;
    }

    #mobile_menu .gnb_menu_item {
        width: calc((100% - 6rem) / 3);
    }

    #mobile_menu .gnb_menu_item .menu_level_1 .menu_flex {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 0;
    }

    #mobile_menu .gnb_menu_item:nth-of-type(1) .menu_level_1 .menu_flex i {
        background: url(/images/ico/header_m01.png) no-repeat center;
        background-size: 1rem 1rem;
        display: none;
    }

    #mobile_menu .gnb_menu_item .menu_level_1 .menu_flex img {
        width: 5rem;
        margin-bottom: 1rem;
    }

    #mobile_menu .gnb_menu_item .menu_level_1 .menu_flex a {
        font-size: 1rem;
        letter-spacing: -1px;
        line-height: 1.3;
        color: #000000;
        font-weight: 400;
        text-align: center;
        text-wrap: nowrap;
    }

    #mobile_menu .gnb_menu_item .menu_level2 {
        display: none;
    }

    #mobile_menu .gnb_menu_item .menu_level2 a {
        padding: 1rem;
        /* border-bottom: 1px solid #fff; */
        display: block;
        width: 50%;
    }

    #mobile_menu .gnb_menu_item a p {
        font-size: 1rem;
        text-align: center;
    }

    #mobile_menu .menu_banner {
        padding: 1rem 1.5rem 7rem;
    }

    #mobile_menu .menu_banner .banner_big {
        margin-bottom: 1rem;
        display: block;
    }

    #mobile_menu .menu_banner .banner_big img {
        width: 100%;
        height: 5.7rem;
        object-fit: cover;
    }

    #mobile_menu .menu_banner .banner_small {
        gap: 1rem;
    }

    #mobile_menu .menu_banner .banner_small img {
        width: 100%;
        height: 7.1rem;
        object-fit: cover;
    }

    #mobile_menu .menu_banner .banner_small>a {
        flex: 1;
    }

    #mobile_menu .register_repair {
        padding-bottom: 1.1538rem;
    }

    #mobile_menu .register_repair .btn_repair_reg {
        border-radius: 0.3077rem;
        border: 1px solid #025dcf;
        color: #fff !important;
        font-size: 1.0769rem;
        font-weight: 500;
        margin-top: auto;
        margin-bottom: auto;
        background-color: #025dcf;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 90%;
        height: 3.1154rem;
        border-radius: 3.8077rem;
    }

    #mobile_menu .register_repair .btn_repair_reg img {
        width: 1.8rem;
    }

    .trems_tab_menu ul {
        box-sizing: border-box;
        width: 100%;
        margin: 15px 0;
        display: flex;
        overflow-x: scroll;
    }


    .trems_tab_menu li a {
        display: block;
        height: 36px;
        margin-left: -1px;
        border: 1px solid #ccc;
        border-bottom: none;
        background: #f8f8f8;
        color: #333;
        text-align: center;
        font-weight: 500;
        line-height: 36px;
        padding: 0 18px;
        white-space: nowrap;
    }

    .trems_tab_menu li {
        float: left;
        position: relative;
        box-sizing: border-box;
        width: unset;
        z-index: 1;
        border-bottom: 2px solid #3b71dd;
    }

    #mobile_menu .gnb_menu_item .menu_level2 {
        max-height: 10rem;
    }

    #mobile_menu .gnb_menu_item .menu_level2.show {
        display: flex;
        flex-wrap: wrap;
        background-color: #f4f5f6;
        justify-content: flex-start;
        min-width: 25.5rem;
        margin-top: 1.5rem;
        border-radius: 1rem;
        background-color: #f4f5f6;
        border: 0.16rem solid #1aadff;
        position: relative;
        max-height: 10rem !important;
        overflow-y: auto;
    }

    #mobile_menu .gnb_menu_item .menu_level2.show::before {
        content: '';
        position: absolute;
        top: -0.57rem;
        left: 2.3rem;
        width: 0.9rem;
        height: 0.9rem;
        background-color: #f4f5f6;
        border-left: 0.16rem solid #1aadff;
        border-top: 0.16rem solid #1aadff;
        transform: rotate(45deg);
    }

    #mobile_menu .gnb_menu_item:nth-of-type(2) .menu_level2.show,
    #mobile_menu .gnb_menu_item:nth-of-type(5) .menu_level2.show {
        margin-left: -9.5rem;
    }

    #mobile_menu .gnb_menu_item:nth-of-type(2) .menu_level2.show::before,
    #mobile_menu .gnb_menu_item:nth-of-type(5) .menu_level2.show::before {
        left: 11.8rem;
    }

    #mobile_menu .gnb_menu_item:nth-of-type(3) .menu_level2.show::before,
    #mobile_menu .gnb_menu_item:nth-of-type(6) .menu_level2.show::before {
        left: 21.8rem;
    }

    #mobile_menu .gnb_menu_item:nth-of-type(3) .menu_level2.show,
    #mobile_menu .gnb_menu_item:nth-of-type(6) .menu_level2.show {
        margin-left: -19rem;
        max-height: 16rem;
        overflow: auto;
    }

    .main_page .sec4 .box_item .top_img,
    .main_page .sec5 .box_item .top_img {
        display: block;
        width: 100%;
        height: 12.4615rem;
        object-fit: cover;
        border: 1px solid #dbdbdb;
        border-bottom: 0;
    }

    .popup_search_mo {
        display: none;
        position: absolute;
        top: -0.385rem;
        z-index: 99;
        background-color: #fff;
        width: 100%;
        border-bottom: 0.077rem solid #eeeeee;
        height: 10.385rem;
        box-shadow: rgba(0, 0, 0, 0.35) 0rem 0.192rem 0.577rem;
    }

    .popup_search_mo .header_ps {
        height: 3.462rem;
        position: relative;
    }

    .popup_search_mo .title-ps {
        font-size: 1.308rem;
        font-weight: 600;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 0.077rem solid rgb(238, 238, 238);
        margin-top: 0.385rem;
    }

    .popup_search_mo .header_ps img {
        position: absolute;
        right: 1.423rem;
        top: 1.154rem;
        width: 1.154rem;
        height: 1.192rem;
    }

    #header .input-form-ps {
        padding: 0 1.154rem;
        margin-top: 1.692rem;
        position: relative;
    }

    #header .input-form-ps input {
        border-radius: 0.192rem;
        border-width: 0.077rem;
        font-size: 1.077rem;
        padding: 0.5rem 0.769rem !important;
        outline: none;
        width: 25.385rem !important;
        height: 3rem;
    }

    #header .input-form-ps img {
        width: 1.423rem;
        height: 1.385rem;
        position: absolute;
        top: 0.808rem;
        right: 2.077rem;
    }

    .popup_area_ {
        height: auto;
        max-height: 80vh;
        overflow: auto;
        background-color: #FFFFFF;
        width: 100%;
        min-width: 26.077rem;
        max-width: 40vw;
        padding: 1.923rem 1.538rem 1.923rem;
        font-size: 14px;
        border: 2px solid #333333;
    }

    .popup_ .login .mem_link li a {
        font-size: 15px;
    }

    #btnLogin {
        display: block;
        width: 100%;
    }

    .popup_area_ .img_close_pop {
        position: absolute;
        top: -9px;
        right: -18px;
    }



}

@media screen and (max-width: 430px) {
    .wrap_right_mo .link_mypage {
        display: flex;
        gap: 0.5rem;
        justify-content: center;
        align-items: center;
    }

    #mobile_menu .gnb_menu_item:nth-of-type(3) .menu_level2.show,
    #mobile_menu .gnb_menu_item:nth-of-type(6) .menu_level2.show {
        /*max-height: 12rem;*/
    }
}

@media screen and (max-width: 490px) {
    .wrap_right_mo .link_mypage {
        display: flex;
        gap: 0.5rem;
        justify-content: center;
        align-items: center;
    }

    .popup_ .login .mem_link li a {
        font-size: 14px;
    }
}