@charset "utf-8";
/* common */
.wrap_layout_main {
    max-width: 1200px;
    width: calc(100% - 32px);
    position: relative;
    margin: 0 auto;
}

.wrap_layout_main {
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.item_banner_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 10px;
    z-index: 11;
}

.item_banner_btn.slick-prev {
    left: 0;
}

.item_banner_btn.slick-next {
    right: 0;
}

.wrap_layout {
    max-width: 1200px;
    width: calc(100% - 32px);
    position: relative;
    margin: 0 auto;
}

#header .wrap_layout {
    max-width: 1200px;
}

.wrap_layout:after {
    content: "";
    display: block;
    clear: both;
}

ul:after {
    content: "";
    display: block;
    clear: both;
}

.txt01 {
    font-size: 12px;
    color: #333;
}

.tit_st01 {
    padding: 0 20px; /*margin-top:20px;*/
    margin: 20px 0;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    font-weight: 900;
    border-top: 2px solid #222;
    border-bottom: 1px solid #e5e5e5;
}

.btn_submit01 {
    display: block;
    width: 65px;
    height: 65px;
    box-sizing: border-box;
    background: url("../img/main/coupon_out-05.png") no-repeat;
    background-size: cover;
    outline: none;
    text-indent: -9999px;
}

.btn_more01 {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #333;
    border: 2px solid #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn_more01:focus,
.btn_more01:hover {
    background: #333;
    color: #fff;
}

.inner {
    position: relative;
    width: calc(100% - 30px);
    max-width: 1400px;
    margin: 0 auto;
}

.pager {
    margin-top: 34px;
    text-align: center;
}

.pager ul {
    display: inline-block;
}

.pager ul li {
    float: left;
}

.pager ul li + li {
    margin-left: 16px;
}

.pager ul li.prev_btn {
    margin-right: 10px;
}

.pager ul li.next_btn {
    margin-left: 26px;
}

.pager ul li a {
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    border-radius: 50%;
}

.pager ul li.num a:hover::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 28px;
    height: 28px;
    background: #f1f1f1;
    border-radius: 50%;
    content: "";
    z-index: -1;
}

.pager ul li.num.on a {
    color: #fff;
    background: #07a7e3;
}

.pager ul li.prev_btn a {
    background: url(../img/btn/pager_prev.png) center center no-repeat;
}

.pager ul li.next_btn a {
    background: url(../img/btn/pager_next.png) center center no-repeat;
}

/* header */
#header {
    border-bottom: 1px solid #eeeeee;
}

#header .logo {
    position: absolute;
    top: 50%;
    left: 16%;
    transform: translate(-100%, -50%);
}

#header .logo a {
    display: block;
}

#header .logo a img {
    display: block;
}

#header .gnb {
    text-align: center;
    padding-left: 50px;
}

#header .gnb ul {
    display: inline-block;
}

#header .gnb li {
    float: left;
}

#header .gnb li a {
    display: block;
    padding: 0 18px;
    font-size: 20px;
    font-weight: 500;
    color: #757575;
    line-height: 100px;
}

#header .util_right {
    position: absolute;
    top: 50%;
    right: -150px;
    transform: translateY(-50%);
}

#header .util_right ul {
    float: left;
}

#header .util_right ul li {
    float: left;
}

#header .util_right ul li a {
    display: block;
    padding: 0 9px;
    font-size: 18px;
    font-weight: 500;
    color: #757575;
    line-height: 34px;
}

#header .util_right .kakao_link {
    display: none;
}

#header .util_right .search_btn {
    float: left;
    margin-left: 20px;
    width: 34px;
    height: 34px;
    text-indent: -9999em;
    background-image: url(../img/btn/search_btn.png);
    background-position: center center;
    background-repeat: no-repeat;
}

#header .util_right .search_btn.on {
    background-image: url(../img/btn/search_btn_on.png);
}

#header .ham_btn {
    display: none;
}

#header .h_search_pop {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-top: 1px solid #eeeeee;
    padding: 40px 0 30px;
    background: #fff;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.07);
    z-index: 1111;
}

#header .h_search_pop form {
    position: relative;
    display: block;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

#header .h_search_pop form .sf_txt {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0;
    border: 0;
    border-bottom: 2px solid #000000;
    font-size: 16px;
    font-weight: 400;
}

#header .h_search_pop form .btn_search {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 50px;
    padding: 0;
    border: 0;
    background: url(../img/btn/search_btn_big.png) center center no-repeat;
}

#header .header_menu_mo {
    display: none;
}

.header_all_menu {
    display: none;
}

/* quick_box */
.quick_box {
    position: fixed;
    top: 126px;
    right: 2%;
    z-index: 11111;
}

.quick_box .kakaotalk {
    display: block;
    padding-top: 24px;
    width: 100px;
    height: 180px;
    background: #f9e000;
    border-radius: 10px;
    box-sizing: border-box;
}

.quick_box .kakaotalk span {
    display: block;
    padding-top: 64px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    line-height: 1.25;
    text-align: center;
    letter-spacing: -0.04em;
    background: url(../img/ico/ico_kakao.png) center top no-repeat;
}

.quick_box .kakaotalk strong {
    display: block;
    margin-top: 16px;
    font-size: 15px;
    color: #000000;
    text-align: center;
    letter-spacing: -0.04em;
}

.quick_box .util_link {
    margin-top: 10px;
    width: 100px;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
}

.quick_box .util_link li + li {
    border-top: 1px solid #dbdbdb;
}

.quick_box .util_link a {
    display: block;
    width: 100%;
    height: 90px;
    line-height: 90px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.quick_box .util_link a span {
    display: inline-block;
    /* padding-top: 40px; */
    line-height: 1;
    font-size: 15px;
    font-weight: 500;
    color: #454545;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.quick_box .util_link03 img,
.quick_box .util_link05 img {
    margin-left: 5px;
}

/* .quick_box .util_link01 a span {
  background-image: url(../img/ico/util_link01.png);
  background-position: center top;
}
.quick_box .util_link02 a span {
  background-image: url(../img/ico/util_link02.png);
  background-position: center top 5px;
}
.quick_box .util_link03 a span {
  background-image: url(../img/ico/util_link03.png);
  background-position: center top 5px;
}
.quick_box .util_link04 a span {
  background-image: url(../img/ico/util_link04.png);
  background-position: center top 5px;
}
.quick_box .util_link05 a span {
  background-image: url(../img/ico/util_link05.png);
  background-position: center top 5px;
} */
.quick_box .direct_link {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    margin: 30px auto 0;
    padding-top: 37px;
    text-align: center;
    background: #07a7e3;
    border-radius: 50%;
    box-shadow: 11px 7px 19.74px 1.26px rgba(0, 0, 0, 0.39);
    box-sizing: border-box;
}

.quick_box .direct_link::after {
    display: block;
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    width: 21px;
    height: 41px;
    background: url(../img/ico/direct_link_new.png) center center no-repeat;
    background-size: cover;
    content: "";
}

.quick_box .direct_link span {
    display: block;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    line-height: 1.3;
}

.quick_box .top_btn {
    display: block;
    width: 50px;
    height: 50px;
    margin: 20px auto 0;
    border: 1px solid #e2e2e2;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
}

.quick_box .top_btn span {
    display: block;
    padding-top: 14px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #252525;
    text-transform: uppercase;
    line-height: 1;
    background: url(../img/btn/top_btn.png) center top no-repeat;
}

/* itme_type01 */

.item_type01 > li,
.itme_type01 > li {
    float: left;
    margin-bottom: 30px;
    margin-right: 30px;
    width: calc(33.333% - 20px);
}

.item_type01 > li:nth-of-type(3n),
.itme_type01 > li:nth-of-type(3n) {
    margin-right: 0;
}

.item_type01 > li .item_box,
.itme_type01 > li .item_box {
    border: 1px solid #dbdbdb;
    padding-bottom: 30px;
    background: #fff;
    /* min-height: 740px; */
}

.product_cont_wrap .itme_type01 {
    display: flex;
    flex-wrap: wrap;
}

.item_box .item_link {
    position: relative;
    display: block;
}

.item_box .item_link .brand_logo {
    height: 40px;
    padding: 0 8px;
    line-height: 40px;
    font-size: 0;
    background: #fbfbfb;
    display: none;
}

.item_box .item_link .brand_logo img {
    vertical-align: middle;
}

.item_box .item_link .img_area span {
    display: block;
    width: 100%;
    padding-top: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.item_box .item_link .pdt_badge {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 0;
}

.item_box .item_link .pdt_badge span {
    display: inline-block;
    width: 48px;
    height: 48px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 48px;
    text-transform: uppercase;
    border-radius: 15px;
}

.item_box .item_link .pdt_badge span + span {
    margin-left: 6px;
}

.item_box .item_link .pdt_badge .new {
    background: #eb0c0c;
}

.item_box .item_link .pdt_badge .best {
    background: #eb0c0c;
}

.item_box .item_link .left_badge {
    position: absolute;
    top: 75px;
    left: 10px;
}

.item_box .item_link .left_badge span {
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50%;
}

.item_box .item_link .left_badge span + span {
    margin-top: 6px;
}

.item_box .item_link .left_badge .direct_water {
    background: #f9f6ff;
    color: #642dff;
}

.item_box .item_link .left_badge .sterilization {
    background: #f7f7f7;
    color: #252525;
}

.item_box .item_link .right_badge {
    position: absolute;
    top: 75px;
    right: 10px;
}

.item_box .item_link .right_badge > div {
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 0;
    background: #f7f7f7;
    border-radius: 50%;
}

.item_box .item_link .right_badge > div + div {
    margin-top: 6px;
}

.item_box .item_link .right_badge span {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    background-position: center top;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.item_box .item_link .right_badge .ice span {
    padding-top: 23px;
    color: #2277f2;
    background-image: url(../img/ico/badge_ice.png);
}

.item_box .item_link .right_badge .cold span {
    padding-top: 22px;
    color: #22b0f2;
    background-image: url(../img/ico/badge_cold.png);
}

.item_box .item_link .right_badge .purifier span {
    padding-top: 22px;
    color: #04c971;
    background-image: url(../img/ico/badge_purifier.png);
}

.item_box .item_link .right_badge .hot span {
    padding-top: 13px;
    color: #eb0c0c;
    background-image: url(../img/ico/badge_hot.png);
}

.item_box .item_link .right_badge .c100 span {
    color: #eb0c0c;
}

.item_box .item_link .right_badge .coffee span {
    padding-top: 17px;
    color: #674524;
    background-image: url(../img/ico/badge_coffee.png);
}

.item_box .item_link .txt_area {
    padding: 20px 10px 30px;
    text-align: center;
}

.item_box .item_link .list_icon {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
    min-height: 42px;
}

.item_box .item_link .event_badge {
    min-height: 28px;
    margin: 15px 0 25px;
    font-size: 0;
}

.item_box .item_link .event_badge span {
    display: inline-block;
    padding: 0 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}

.item_box .item_link .event_badge span + span {
    margin-left: 6px;
}

.item_box .item_link .event_badge .red {
    border: 1px solid #fba8af;
    color: #f43142;
    background: #fff7f8;
}

.item_box .item_link .event_badge .blue {
    border: 1px solid #bda2ff;
    color: #642dff;
    background: #f9f6ff;
}

.item_box .item_link .subject {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #252525;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.4;
    margin-top: 8px;
    min-height: 61px;
}

.item_box .item_link .model_name {
    display: block;
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    /* display: none; */
}

.item_box .item_link .price_box {
    margin-top: 20px;
}

.item_box .item_link .price_box .month_p {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #757575;
}

.item_box .item_link .price_box .month_p span {
    color: #999999 !important;
    text-decoration: line-through;
}

.item_box .item_link .price_box .benefit_p {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #252525;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
}

.item_box .item_link .price_box .benefit_p span {
    margin-left: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #00a8e3;
}

.item_box .item_link .price_box .benefit_p span strong {
    font-size: 24px;
    font-weight: 900;
    font-family: "Gmarket Sans", sans-seirf;
    color: #00a8e3;
}

.item_box .apply_row {
    padding: 0 35px;
    text-align: center;
    font-size: 0;
}

.item_box .apply_row a {
    display: inline-block;
    width: calc(50% - 5px);
    max-width: 150px;
    height: 42px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    box-sizing: border-box;
}

.item_box .apply_row a + a {
    margin-left: 10px;
}

.item_box .apply_row .inquiry_link {
    border: 1px solid #aaaaaa;
    color: #252525;
    background: #fff;
}

.item_box .apply_row .sign_link {
    border: 1px solid linear-gradient(90deg, #009BD2 1%, #3AC2F5 100%);
    color: #fff;
    background: linear-gradient(90deg, #009BD2 1%, #3AC2F5 100%);
    /* filter: drop-shadow(9.948px 6.71px 14.5px rgba(0, 0, 0, 0.36)); */
}

.fix_inquiry_btn {
    display: none;
}

.fix_inquiry {
    position: fixed;
    bottom: 1%;
    left: 50%;
    width: 100%;
    background: rgba(61, 68, 71, 0.9);
    box-sizing: border-box;
    z-index: 11111;
    max-width: 1300px;
    transform: translateX(-50%);
    border-radius: 999px;
}

.fix_inquiry .wrap_layout {
    padding: 22px 20px;
    font-size: 0;
    display: flex;
    max-width: 1300px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.fix_inquiry .wrap_layout.n-pd {
    padding: 0;
}

.fix_inquiry .call_box {
    display: flex;
    vertical-align: middle;
    gap: 20px;
    align-items: center;
    /* margin-top: 12px; */
}

.fix_inquiry .call_box .logo_ic {
    width: 140px;
    object-fit: cover;
    /* margin-top: 5px; */
}

.fix_inquiry .call_box .tel_wrap {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    padding-right: 28px;
}

.fix_inquiry .call_box .tel_wrap::after {
    content: '';
    position: absolute;
    top: 2px;
    right: 0;
    width: 2px;
    height: 90%;
    background-color: #646F73;
}

.fix_inquiry .call_box .tel_wrap .ic_tel {
    width: 35px;
    /* margin-top: 5px; */
}

.fix_inquiry .call_box .tel_wrap .info_call p {
    font-size: 12px;
    line-height: 1.1;
    font-weight: 600;
    color: #90B9C9;
    margin-bottom: 2px;
}

.fix_inquiry .call_box span {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 1.4;
}

.fix_inquiry .call_box strong {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
}

.fix_inquiry .call_box .call_box_link {
    display: flex;
}

.fix_inquiry .form_box {
    display: inline-block;
    margin-left: 28px;
    vertical-align: middle;
}

.fix_inquiry .form_box .clearfix {
    display: flex;
    align-items: center;
    gap: 8px;
}

.fix_inquiry .form_box input {
    float: left;
    display: block;
    height: 33px;
    border: 0;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 500;
    background: #6D7274;
    border-radius: 75px;
    box-sizing: border-box;
    color: #fff;
}

.fix_inquiry .form_box input[type="text"].tel_input {
    width: 176px;
}

.fix_inquiry .form_box input::placeholder {
    color: #999EA1;
}

.fix_inquiry .form_box .see_more {
    background-color: transparent;
    border: 1px solid #5CA8C3;
    /* padding: 10px; */
    width: 56px;
    height: 26px;
    border-radius: 4px;
    color: #5CA8C3;
    font-weight: 600;
    font-size: 12px;
    /* margin-top: 5px; */
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fix_inquiry .form_box select {
    float: left;
    display: block;
    height: 33px;
    border: 0;
    padding: 0 10px;
    padding-right: 13px;
    font-size: 18px;
    font-weight: 400;
    background: #f2f4f7;
    border-radius: 5px;
    background: #fff url(../img/btn/select_ico.png) right 5px center no-repeat;
    box-sizing: border-box;
}

.fix_inquiry .d_toggle {
    position: absolute;
    z-index: 1;
    top: -38px;
    left: -20px;
    width: 191px;
    height: 38px;
    background: url(../img/btn/btn_bg.png) no-repeat;
    cursor: pointer;
    transition: all .5s 1s ease;
}

.fix_inquiry .d_toggle a {
    display: block;
    line-height: 40px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    text-indent: 35px;
}

.fix_inquiry .d_toggle .bar {
    display: block;
    position: absolute;
    top: 21px;
    width: 9px;
    height: 1px;
    background: #fff;
    transition: all .4s 1s ease;
}

.fix_inquiry .d_toggle.d_on .bar {
    background: #fff;
}

.fix_inquiry .d_toggle .bar.l01 {
    right: 33px;
    transform: rotate(-45deg);
}

.fix_inquiry .d_toggle.d_on .bar.l01 {
    transform: rotate(45deg);
}

.fix_inquiry .d_toggle .bar.l02 {
    right: 39px;
    transform: rotate(45deg);
}

.fix_inquiry .d_toggle.d_on .l02 {
    transform: rotate(-45deg);
}

.fix_inquiry .form_box .txt_tel {
    color: #fff;
    font-size: 16px;
    margin: 0 -8px;
}

.fix_inquiry .form_box input::placeholder {
    color: #999999;
}

.fix_inquiry .form_box input[type="text"] {
    /* margin-right: 20px; */
    /*width: 104px;*/
    width: 176px;
}

.fix_inquiry .form_box input[type="tel"] {
    /* margin-right: 10px; */
    width: 70px;
}

.fix_inquiry .form_box .submit_btn {
    float: left;
    display: block;
    /*width: 144px;*/
    width: 176px;
    height: 33px;
    background: linear-gradient(90deg, #009BD2 1%, #3AC2F5 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 75px;
    /* margin-left: 8px; */
    margin-right: 16px;
    position: relative;
}

.fix_inquiry .form_box .submit_btn::after {
    content: '';
    position: absolute;
    top: 0px;
    right: -21px;
    width: 2px;
    height: 33px;
    background-color: #646F73;
}

.fix_inquiry .form_box .submit_btn p {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
}

.fix_inquiry .item_wrap_new {
    display: flex;
    align-items: center;
    gap: 8px;
}

.fix_inquiry .form_box .check_item {
    padding-left: 16px;
}

.fix_inquiry .form_box .check_item input {
    display: none;
}

.fix_inquiry .form_box .check_item input + label {
    display: block;
    padding-left: 28px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #94A8AF;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../img/ico/ico_checkbox_wine_new.png);
}

.fix_inquiry .form_box .check_item input:checked + label {
    background-image: url(../img/ico/ico_checkbox_wine_on.png);
    line-height: 22px;
    /* border-radius: 2px; */
}

.fix_inquiry .benefit_link {
    display: none;
}

.fix_inquiry .agree_pop_wrap {
    display: none;
    position: absolute;
    bottom: 54px;
    width: 480px;
    z-index: 1111;
}

.fix_inquiry .agree_pop_wrap .pop_content {
    max-height: 80vh;
    padding: 60px;
    border: 1px solid #999999;
    font-size: 15px;
    font-weight: 350;
    color: #757575;
    line-height: 1.7;
    letter-spacing: -0.04em;
    background: #fff;
    box-sizing: border-box;
    overflow-y: auto;
}

.fix_inquiry .agree_pop_wrap .pop_content span {
    display: block;
    font-size: 18px;
}

.fix_inquiry .agree_pop_wrap .close_btn {
    display: block;
    width: 100%;
    height: 60px;
    font-size: 18px;
    font-weight: 350;
    color: #fff;
    background: #262626;
}

.fix_inquiry .agree_pop_wrap_dim {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 111;
}

#footer {
    padding: 60px 0 168px;
    background: #262626;
}

#footer .foot_left {
    float: left;
}

#footer .foot_left .foot_logo {
    float: left;
}

#footer .foot_left .foot_logo a,
#footer .foot_left .foot_logo img {
    display: block;
}

#footer .foot_info {
    float: left;
    margin-left: 20px;
}

#footer .foot_info .foot_list {
    margin-bottom: 20px;
}

#footer .foot_info .foot_list li {
    float: left;
}

#footer .foot_info .foot_list li + li {
    position: relative;
    padding-left: 13px;
    margin-left: 13px;
}

#footer .foot_info .foot_list li + li::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background: #5c5c5c;
    content: "";
}

#footer .foot_info .foot_list li a {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #bdbdbd;
}

#footer .foot_info .foot_list li a strong {
    color: #fff;
    font-weight: 400;
}

#footer address {
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

#footer address span {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    /* color: #2c2c2c; */
    color: #999;
    line-height: 1.5;
    letter-spacing: -0.04em;
}

#footer address span + span {
    margin-left: 16px;
}

#footer .copy {
    margin-top: 30px;
    font-size: 15px;
    font-weight: 400;
    color: #666666;
}

#footer .foot_right {
    float: right;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    gap: 25px;
}

#footer .foot_right h2 {
    float: left;
    margin-right: 20px;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
}

#footer .foot_right .foot_contact {
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

#footer .foot_right .foot_contact a {
    /*display: block;*/
    display: flex;
    justify-content: start;
    align-items: center;
}

#footer .foot_right .contact_box {
    float: left;
    display: flex;
    margin-bottom: 20px;
}

#footer .foot_right .contact_box + .contact_box {
    /*margin-left: 14px;*/
    margin-bottom: 0;
}

#footer .foot_right .contact_box h3 {
    /*margin-bottom: 14px;*/
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    width: 170px;
}

#footer .foot_right .contact_box strong {
    display: block;
    font-size: 22px;
    font-weight: 700;
    font-family: "Gmarket Sans", sans-serif;
    color: #ffdf04;
}

#footer .foot_right .contact_box p {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #bdbdbd;
    line-height: 1.5;
    letter-spacing: -0.04em;
}

#footer .foot_right .contact_box p span {
    display: block;
}

/* 메인슬라이드 */
.wrap_1180 {
    max-width: 1200px;
    width: calc(100% - 30px);
    margin: 0 auto;
    position: relative;
}

.wrap_1180:after {
    content: "";
    display: block;
    clear: both;
}

/* .main_section02{margin-top:60px;} */
.main_slider {
    position: relative;
    margin: 0 auto;
}

.slick-slide {
    outline: none;
}

.main_slider .slider_box .slider_img a {
    display: block;
}

.main_slider .slider_box .slider_img .img {
    display: block;
    width: 100%;
    height: 550px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main_slider .slider_box .wrap_layout {
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.main_slider .slider_box .slider_img .item_content_detail {
    position: absolute;
    left: 6%;
    top: 50%;
    transform: translateY(-50%);
}

.main_slider .slider_box .slider_img .item_content_detail .subject p {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
}

.main_slider .slider_box .slider_img .item_content_detail .contents {
    margin: 20px 0 70px;
}

.main_slider .slider_box .slider_img .item_content_detail .contents p {
    font-size: 41px;
    font-weight: 500;
    line-height: 1.3;
}

.main_slider .slider_box .slider_img .item_content_detail .links {
    width: fit-content;
}

.main_slider .slider_box .slider_img .item_content_detail .links a {
    font-size: 18px;
    font-weight: 500;
}

.main_slider .slider_box .slick-dots {
    display: flex;
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    gap: 10px;
    z-index: 10;
}

.main_slider .slider_box .slick-dots li button {
    font-size: 0 !important;
}

.main_slider .slider_box .slick-dots li button:before {
    content: "";
    font-size: 14px;
    color: #ccc;
    /* opacity: 0.5; */
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: block;
    border: 1px solid #000;
}

.main_slider .slider_box .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #000;
}

.main_slider .slider_nav_wrap {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 50px;
    border: 1px solid #dbdbdb;
    background: #fff;
    z-index: 111;
    box-sizing: border-box;
}

.slider_img {
    position: relative;
}

.slider_nav {
    float: left;
    width: calc(100% - 49px);
}

/* .slider_nav > div { float:left; width:100% !important; } */
.slick-list {
    overflow: initial;
}

.slider_nav .slick-track {
    width: 100% !important;
}

.slider_nav .slick-slide {
    position: relative;
    float: left;
    width: 20% !important;
    box-sizing: border-box;
}

.slider_nav .slick-slide.lang1 {
    width: 100% !important;
}

.slider_nav .slick-slide.lang2 {
    width: 50% !important;
}

.slider_nav .slick-slide.lang3 {
    width: 33.3333% !important;
}

.slider_nav .slick-slide.lang4 {
    width: 25% !important;
}

.slider_nav .slick-slide.lang5 {
    width: 20% !important;
}

.slider_nav .slick-slide + .slick-slide::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #eeeeee;
    content: "";
}

.slider_nav .slick-slide a {
    position: relative;
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: rgba(37, 37, 37, 0.5);
}

.slider_nav .slick-slide a::after {
    display: block;
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 0;
    height: 4px;
    background: #07a7e3;
    transition: all 0.4s;
    content: "";
}

.slider_nav .slick-slide.slick-current a {
    color: #07a7e3;
}

.slider_nav .slick-slide.slick-current a::after {
    left: 0;
    right: auto;
    width: 100%;
    transition: all 0.4s;
}

.slide_control_btn {
    display: block;
    position: absolute;
    top: -1px;
    right: -1px;
    width: 50px;
    height: 50px;
    background-color: #00a8e3;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/btn/btn_main_v_pause.png);
}

.slide_control_btn.on {
    background-image: url(../img/btn/btn_main_v_play.png);
}

/* category_sec */
.category_sec {
    padding: 100px 0 0;
}

.category_sec .title {
    margin-bottom: 60px;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    color: #252525;
}

.category_sec .title span {
    color: #07a7e3;
}

.category_sec .category_list {
    text-align: center;
    font-size: 0;
}

.category_sec .category_list li {
    display: inline-block;
    max-width: 140px;
    /* width: calc(14.285% - 25.714px); */
}

.category_sec .category_list li + li {
    margin-left: 30px;
}

.category_sec .category_list li a {
    display: block;
    transition: all 0.4s;
}

.category_sec .category_list li a:hover {
    transform: translateY(-20px);
    transition: all 0.4s;
}

.category_sec .category_list li a img {
    display: block;
    margin: 0 auto;
    width: 140px;
}

.category_sec .category_list li a span {
    display: block;
    margin-top: 14px;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
}

/* //category_sec */

/* main_banner01 */
.main_banner01 {
    padding-top: 100px;
}

.main_banner01 .inner {
    max-width: 1200px;
}

.main_banner01 .title {
    font-size: 38px;
    font-weight: 700;
    color: #252525;
    text-align: center;
    margin-bottom: 60px;
}

.main_banner01 .slider_box {
    margin: 0 -15px;
}

.main_banner01 .slider_item {
    margin: 0 15px;
}

.main_banner01 .slider_item .video_container {
    position: relative;
    cursor: pointer;
}

.main_banner01 .slider_item .video_container .show_btn {
    display: inline-block;
    position: absolute;
    top: 38%;
    left: 50%;
    border-radius: 100%;
    cursor: pointer;
    background: rgba(33, 33, 33, 0.75);
    z-index: 1;
    transition: 0.3s;
}

.main_banner01 .slider_item .video_container .show_btn {
    width: 65px;
    height: 65px;
    margin: -32px 0 0 -32px;
}

.main_banner01 .slider_item .video_container .show_btn i {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
}

.main_banner01 .slider_item .video_container .show_btn i {
    border-top: 12px solid transparent;
    border-left: 22px solid #fff;
    border-bottom: 12px solid transparent;
    margin: -12px 0 0 -8px;
}

.main_banner01 .slider_item a {
    display: block;
}

.main_banner01 .slider_item img {
    display: block;
    width: 100%;
    height: 328px;
    object-fit: cover;
}

.main_banner01 .slider_item .banner_txt {
    margin-top: 20px;
    font-weight: 700;
    color: #000;
    font-size: 24px;
    text-align: center;
    line-height: 1.4;
}

.main_banner01 .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    /* border: 1px solid #f2f4f8; */
    /* text-indent: -9999em; */
    /* background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat; */
    border-radius: 10px;
    z-index: 11;
}

.main_banner01 .banner_prev {
    left: -20px;
    /* background-image: url(../img/ico/prev_ic.png); */
}

.main_banner01 .banner_next {
    right: -20px;
    /* background-image: url(../img/ico/next_ic.png); */
}

#video_popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

#video_popup .popup_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

#video_popup .popup_content {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 900px;
    background: #000;
    padding-top: 28.25%;
    border-radius: 8px;
    overflow: hidden;
}

#video_popup iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#video_popup .popup_close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
}

/* //main_banner01 */

/* main_section01 */
.main_section01 {
    padding: 100px 0 90px;
}

.main_section01 .title {
    margin-bottom: 40px;
    font-size: 38px;
    font-weight: 700;
    color: #252525;
    text-align: center;
}

.main_section01 .best_tab {
    margin-bottom: 60px;
    font-size: 0;
    text-align: center;
}

.main_section01 .best_tab button {
    display: inline-block;
    min-width: 150px;
    /* width: calc(20% - 8px); */
    padding: 0 30px;
    height: 60px;
    margin-right: 10px;
    border: 2px solid #eeeeee;
    font-size: 18px;
    font-weight: 700;
    color: #757575;
    border-radius: 30px;
    box-sizing: border-box;
}

.main_section01 .best_tab button:nth-child(5n) {
    /* margin-right: 0; */
}

.main_section01 .best_tab button.on {
    border: 2px solid #00a8e3;
    color: #fff;
    background: #00a8e3;
}

/* //main_section01 */

/* review_sec */
.review_sec {
    padding: 20px 0;
    /* background: #f2f4f7; */
}

.review_sec .inner {
    max-width: 1400px;
}

.review_sec .title_row {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.review_sec .title_row .title {
    font-size: 38px;
    font-weight: 700;
    color: #252525;
}

.review_sec .title_row .title span {
    color: #00a8e3;
}

.review_sec .title_row .title span {
    color: #07a7e3;
}

.review_sec .title_row .more_btn {
    display: block;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: url(../img/btn/more_btn.png) center center no-repeat;
}

.review_sec .btn_wrap {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.review_sec .btn_wrap a {
    background: #00a8e3;
    color: #fff;
    font-weight: 500;
    padding: 15px 30px;
    font-size: 20px;
    border-radius: 30px;
    line-height: 1.3;
}

.review_sec .review_slider .review_item {
    /* float: left; */
    /* width: calc(20% - 16px); */
    margin-right: 20px;
    margin-top: 20px;
    border-radius: 20px;
    padding: 30px;
}

.review_sec .review_slider .review_item {
    display: block;
    /* width: 100%; */
}

.review_sec .review_slider .review_item .img {
    display: block;
    width: 100%;
    padding-top: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.review_sec .review_slider .review_item .txt_review {
    /* border-top: 1px solid #dbdbdb; */
    padding: 18px 20px 20px;
    background: rgba(255, 255, 255, .5);
    border-radius: 4px;
}

.review_sec .review_slider .review_item .review_detail {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.3;
    color: #555555;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 40px;
}

.review_sec .review_slider .review_item .review_code {
    color: #fff;
    border-radius: 3px;
    padding: 6px 10px;
    font-size: 14px;
    margin: 20px 0 10px;
    width: fit-content;
}

/* Container cho arrows + dots */
.review_slider {
    position: relative;
}

/* ===== ARROWS ===== */
.review_slider .slick-prev,
.review_slider .slick-next {
    background: none;
    border: none;
    font-size: 28px;
    color: #999;
    cursor: pointer;
    position: absolute;
    bottom: -9.2%;
    transform: translateY(-50%);
    z-index: 99;
    padding: 0;
}

.review_slider .slick-prev {
    left: 44.5%;
}
.review_slider .slick-next {
    right: 45%;
}

.review_slider .slick-prev:hover,
.review_slider .slick-next:hover {
    color: #666;
}

.review_slider .slick-dots {
    display: flex !important;
    justify-content: center;
    gap: 4px;
    margin-top: 45px;
    position: relative;
}

.review_slider .slick-dots li {
    width: 10px;
    height: 10px;
}

.review_slider .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    font-size: 0;
}

.review_slider .slick-dots li button:before {
    content: "";
    font-size: 14px;
    color: #ccc;
    opacity: 0.5;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: block;
    background: #757575;
}

.review_slider .slick-dots .slick-active button:before {
    opacity: 1;
    background: #000;
}



/* //review_sec */

.benefit_sec {
    padding: 120px 0 100px;
    /* border-bottom: 1px solid #eeeeee; */
}

.benefit_sec .inner {
    max-width: 1400px;
}

.benefit_sec .title {
    margin-bottom: 60px;
    font-size: 38px;
    font-weight: 700;
    color: #252525;
    text-align: center;
}

.benefit_sec .benefit_list {
    padding: 0 28px;
}

.benefit_sec .benefit_list li {
    float: left;
    width: calc(33.333% - 26.666px);
    margin-right: 40px;
}

.benefit_sec .benefit_list li:nth-child(3n) {
    margin-right: 0;
}

.benefit_sec .benefit_list li a {
    display: block;
}

.benefit_sec .benefit_list li .img_box {
    position: relative;
    padding-top: 76.19%;
}

.benefit_sec .benefit_list li .img_box img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.benefit_sec .benefit_list li .txt {
    margin-top: 40px;
    padding: 0 20px;
}

.benefit_sec .benefit_list li .txt .subject {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #252525;
    line-height: 1.3;
}

.benefit_sec .benefit_list li .txt .desc {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #757575;
    line-height: 1.3;
    word-break: keep-all;
}

/* gift_sect */
.gift_sect {
    padding: 50px 0 82px;
}

.gift_sect .wrap_layout {
    max-width: calc(1400px - 56px);
    width: calc(100% - 30px);
}

.gift_sect .title_row {
    position: relative;
    margin-bottom: 60px;
}

.gift_sect .more_btn.dif {
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: url(../img/btn/more_btn.png) center center no-repeat;
}

.gift_sect .title {
    font-size: 38px;
    font-weight: 700;
    color: #252525;
    text-align: center;
}

.gift_sect .more_wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.gift_sect .more_wrap .btn_more {
    border-radius: 10px;
    padding: 15px 250px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #3F66B3;
    transition: all 0.4s;
}

.gift_sect .more_wrap .btn_more a {
        font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.gift_sect .gift_list {
    display: flex;
    /*justify-content: space-between;*/
    justify-content: flex-start;
    gap: 30px;
    flex-wrap: wrap;
}

.gift_sect .gift_list .card {
    /*width: calc(25% - 25px);*/
    width: calc(12.5% - 27px);
    display: none;
}

.gift_sect .gift_list .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.board_sec {
    padding: 20px 0 120px;
}

.board_sec .inquiry_board {
    float: left;
    width: 47.5%;
}

.board_sec .inquiry_board .title_row {
    position: relative;
    margin-bottom: 38px;
}

.board_sec .inquiry_board .title {
    font-size: 38px;
    font-weight: 400;
    color: #252525;
}

.board_sec .inquiry_board .more_btn {
    display: block;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: url(../img/btn/more_btn.png) center center no-repeat;
}

.board_sec .inquiry_board .board_list li {
    display: block;
    padding: 8px 0;
    line-height: 1.4;
}

.board_sec .inquiry_board .board_list li::after {
    display: block;
    clear: both;
    content: "";
}

/* .board_sec .inquiry_board .board_list li .subject {
	display: block;
	float: left;
    width: 100%;
	font-size: 0;
} */
.board_sec .inquiry_board .board_list li .subject span {
    display: inline-block;
    max-width: calc(100% - 24px);
    font-size: 18px;
    font-weight: 400;
    color: #454545;
    letter-spacing: -0.04em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.board_sec .inquiry_board .board_list li .subject .new_ico {
    display: inline-block;
    margin-left: 6px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-indent: -1px;
    text-transform: uppercase;
    /* background: #07a7e3; */
    background: #7a101c;
    border-radius: 3px;
    vertical-align: middle;
}

/* .board_sec .inquiry_board .board_list li .date {
	float: right;
	font-size: 16px;
	font-weight: 400;
	color: #757575;
	letter-spacing: -0.04em;
} */
.board_sec .main_banner03 {
    float: right;
    width: 45.833%;
}

.board_sec .main_banner03 a,
.board_sec .main_banner03 a img {
    display: block;
}

.board_sec .main_banner03 a {
    position: relative;
}

.board_sec .main_banner03 a .txt {
    position: absolute;
    top: 55px;
    left: 50px;
}

.board_sec .main_banner03 a .txt .title {
    font-size: 30px;
    font-weight: 600;
    color: #252525;
    line-height: 1.3;
    margin-bottom: 20px;
}

.board_sec .main_banner03 a .txt .desc {
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    line-height: 1.3;
}

.board_sec .main_banner03 a .txt .plus {
    font-size: 30px;
    margin-top: 15px;
    color: #252525;
    font-weight: 600;
}

/*  */

.board_sec .inquiry_board .board_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

.board_sec .inquiry_board .board_list li .subject {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    font-size: 0;
}

.board_sec .inquiry_board .board_list li .subject span {
    max-width: 100%;
}

.board_sec .inquiry_board .board_list li .date {
    font-size: 16px;
    color: #757575;
    white-space: nowrap;
    /* margin-left: 12px; */
    margin-left: 120px;
}

/*  */
.board_sec .inquiry_board .more_btn.dif {
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: url(../img/btn/more_btn.png) center center no-repeat;
}

/* 반응형 */
.only_web {
    display: block !important;
}

.only_mo {
    display: none !important;
}

/*@media screen and (min-width: 769px){
.recommend .slick-list{width: calc(100% + 20px); margin-left: -10px;}
.main .itme_type01 > li{width:calc(25% - 15px); margin-left:20px; margin-right:0; }
.main .itme_type01 > li:first-child, .main .itme_type01 > li:nth-child(4n+1){margin-left:0; }
}*/

/**/
/*@media screen and (max-width: 810px){
	
	#wrap{min-width:100%;}
	.wrap_layout{ width: 100%;}
	.wrap_1180 { width:90.55%; }


}*/

@media all and (max-width: 1520px) {
    #header .logo {
        transform: translate(-50%, -50%);
    }

    #header .util_right {
        right: -60px;
    }
}

@media all and (max-width: 1360px) {
    #header .logo {
        transform: translateY(-50%);
        left: 4%;
    }

    #header .gnb li a {
        padding: 0 14px;
    }

    #header .util_right ul li a {
        padding: 0 7px;
        font-size: 16px;
    }

    #header .util_right .search_btn {
        margin-left: 10px;
    }

    #header .util_right {
        right: 0;
    }
}

@media screen and (max-width: 1200px) {
    #header .gnb li a {
        padding: 0 10px;
        font-size: 18px;
    }

    #header .util_right ul li a {
        padding: 0 4px;
        font-size: 14px;
    }

    #header .util_right .search_btn {
        margin-left: 0;
    }

    .quick_box {
        display: none;
    }

    .fix_inquiry .wrap_layout {
        padding: 20px 0;
    }

    .fix_inquiry .call_box span {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .fix_inquiry .call_box strong {
        display: block;
    }

    .fix_inquiry .form_box {
        max-width: calc(100% - 400px);
    }

    .fix_inquiry .form_box input[type="text"],
    .fix_inquiry .form_box input[type="tel"] {
        width: calc(50% - 75px);
    }

    .fix_inquiry .form_box .clearfix {
        flex-wrap: wrap;
    }

    .fix_inquiry .benefit_link {
        /* display: block; */
    }

    .header_all_menu .benefit_link {
        padding-top: 20px;
    }

    .header_all_menu .benefit_link::after {
        display: block;
        clear: both;
        content: "";
    }

    /* .header_all_menu .benefit_link a {
      float: left;
      display: block;
      width: 50%;
      line-height: 75px;
      text-align: center;
      background: #07a7e3;
    } */
    .header_all_menu .benefit_link a,
    .header_all_menu .benefit_link button {
        float: left;
        display: block;
        /* width: 33.333%; */
        width: calc(100% / 5);
        line-height: 75px;
        text-align: center;
        background: #07a7e3;
    }

    .header_all_menu a span,
    .header_all_menu button span {
        display: inline-block;
        padding-top: 29px;
        font-size: 11px;
        font-weight: 500;
        color: #fff;
        line-height: 1;
        background-position: center top;
        background-repeat: no-repeat;
        vertical-align: middle;
        line-height: 1.3;
    }

    .header_all_menu button.ham_btn span {
        background-image: url(../img/ico/ham_btn.png);
        background-size: 23px;
    }

    .header_all_menu a.benefit_link01 span {
        background-image: url(../img/ico/m_benefit_link01.png);
        background-size: 23px;
    }

    .header_all_menu a.benefit_link02 span {
        background-image: url(../img/ico/m_benefit_link02.png);
        background-position: center top 5px;
        background-size: 18px;
    }

    .fix_inquiry .agree_pop_wrap .pop_content {
        max-height: 70vh;
        padding: 40px;
    }


    /*  */
    .header_all_menu a.benefit_link03 span {
        background-image: url(../img/ico/m_benefit_link03.png);
        background-size: 23px;
    }

    .header_all_menu a.benefit_link04 span {
        background-image: url(../img/ico/m_benefit_link04.png);
        background-size: 23px;
    }

    .header_all_menu a.benefit_link05 span {
        background-image: url(../img/ico/m_benefit_link05.png);
        background-size: 23px;
    }

    .header_all_menu a.benefit_link06 span {
        background-image: url(../img/ico/m_benefit_link06.png);
        background-size: 23px;
    }

    #footer {
        padding-bottom: 210px;
    }

    #footer .foot_left .foot_logo {
        float: none;
    }

    #footer .foot_info {
        float: none;
        margin-left: 0;
        margin-top: 20px;
    }

    #footer .foot_right h2 {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }

    #footer .foot_right .foot_contact {
        float: none;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .item_type01 > li, .itme_type01 > li {
        width: calc(50% - 32px);
    }

    .item_type01 > li:nth-of-type(3n), .itme_type01 > li:nth-of-type(3n) {
        margin-right: 30px;
    }
}

@media all and (max-width: 1024px) {
    /* header */
    #header {
        border-bottom: 1px solid #dbdbdb;
    }

    #header .logo {
        position: static;
        transform: none;
        text-align: center;
        font-size: 0;
        line-height: 60px;
    }

    #header .logo a {
        display: inline-block;
        vertical-align: middle;
    }

    #header .logo a img {
        width: 109px;
    }

    #header .gnb {
        display: none;
    }

    #header .util_right {
        right: -8px;
    }

    #header .util_right ul {
        display: none;
    }

    #header .util_right .kakao_link {
        display: block;
        float: left;
        width: 40px;
        height: 40px;
        background: url(../img/ico/kakao_link_mo.png) center center no-repeat;
        background-size: 24px;
    }

    #header .util_right .search_btn {
        margin-left: 5px;
        width: 40px;
        height: 40px;
        background-image: url(../img/btn/search_btn_mo.png);
        background-size: 24px;
    }

    #header .util_right .search_btn.on {
        background-image: url(../img/btn/all_menu_close.png);
        background-size: 15px;
    }

    #header .ham_btn {
        display: block;
        position: absolute;
        top: 50%;
        left: -8px;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        background: url(../img/btn/ham_btn.png) center center no-repeat;
        background-size: 26px;
    }

    #header .header_menu_mo {
        display: block;
        padding: 0 15px;
        border-top: 1px solid #dbdbdb;
    }

    #header .header_menu_mo ul {
        white-space: nowrap;
        font-size: 0;
        overflow-x: auto;
        text-align: center;
    }

    #header .header_menu_mo li {
        display: inline-block;
        /* margin-right: 22px; */
        width: 20%;
    }

    #header .header_menu_mo li a {
        display: block;
        line-height: 44px;
        font-size: 13px;
        font-weight: 500;
        color: #252525;
    }

    #header .header_menu_mo li a .new {
        display: inline-block;
        margin-right: 5px;
        width: 13px;
        height: 13px;
        background: url(../img/ico/new_ico.png) center center no-repeat;
        background-size: cover;
        vertical-align: middle;
    }

    #header .h_search_pop {
        top: calc(100% - 45px);
    }

    .header_all_menu {
        display: block;
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 111111;
        transition: all 0.4s;
    }

    .header_all_menu.open {
        left: 0;
        transition: all 0.4s;
    }

    .header_all_menu .top {
        position: relative;
        border-bottom: 1px solid #e5e5e5;
        text-align: center;
        line-height: 60px;
    }

    .header_all_menu .top strong {
        display: block;
        font-size: 16px;
        font-weight: 500;
        color: #252525;
    }

    .header_all_menu .top .all_menu_close_btn {
        position: absolute;
        top: 50%;
        right: 4px;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        background: url(../img/btn/all_menu_close.png) center center no-repeat;
        background-size: 15.5px;
    }

    .header_all_menu .bottom {
        height: calc(100% - 60px);
        overflow-y: auto;
    }

    .header_all_menu .contact_link {
        padding: 0 15px;
        border-bottom: 1px solid #e5e5e5;
    }

    .header_all_menu .contact_link li {
        float: left;
        width: 33.333%;
    }

    .header_all_menu .contact_link a {
        display: block;
        text-align: center;
        padding: 13px 0 12px;
    }

    .header_all_menu .contact_link a span {
        display: block;
        padding-top: 34px;
        font-size: 12px;
        font-weight: 400;
        color: #252525;
        background-position: center top;
        background-repeat: no-repeat;
    }

    .header_all_menu .contact_link .contact_link01 span {
        background-image: url(../img/ico/contact_link01.png);
        background-size: 21.5px;
    }

    .header_all_menu .contact_link .contact_link02 span {
        background-image: url(../img/ico/contact_link02.png);
        background-size: 21.5px;
    }

    .header_all_menu .contact_link .contact_link03 span {
        background-image: url(../img/ico/contact_link03.png);
        background-size: 23px;
    }

    .header_all_menu .category_list {
        border-top: 10px solid #eeeeee;
    }

    .header_all_menu .category_list strong {
        display: block;
        padding: 0 15px;
        line-height: 45px;
        font-size: 15px;
        font-weight: 500;
        color: #252525;
    }

    .header_all_menu .category_list ul {
        border-top: 1px solid #dbdbdb;
    }

    .header_all_menu .category_list li {
        float: left;
        width: 33.333%;
        border-bottom: 1px solid #dbdbdb;
        border-right: 1px solid #dbdbdb;
        box-sizing: border-box;
    }

    .header_all_menu .category_list li:nth-child(3n) {
        border-right: 0;
    }

    .header_all_menu .category_list li a {
        display: block;
        padding: 16px 0;
        text-align: center;
    }

    .header_all_menu .category_list li a span {
        display: block;
        padding-top: 37px;
        font-size: 12px;
        font-weight: 500;
        color: #252525;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 30px;
    }

    .header_all_menu .category_list .category_link1 a span {
        background-image: url(../img/ico/category_link1.png);
    }

    .header_all_menu .category_list .category_link2 a span {
        background-image: url(../img/ico/category_link2.png);
    }

    .header_all_menu .category_list .category_link3 a span {
        background-image: url(../img/ico/category_link3.png);
    }

    .header_all_menu .category_list .category_link4 a span {
        background-image: url(../img/ico/category_link4.png);
    }

    .header_all_menu .category_list .category_link5 a span {
        background-image: url(../img/ico/category_link5.png);
    }

    .header_all_menu .category_list .category_link6 a span {
        background-image: url(../img/ico/category_link6.png);
    }

    .header_all_menu .category_list .category_link7 a span {
        background-image: url(../img/ico/category_link7.png);
    }

    /* footer */
    #footer {
        padding-top: 0;
    }

    #footer .wrap_layout {
        width: 100%;
        text-align: center;
    }

    #footer .foot_left {
        float: none;
        padding: 40px 0 30px;
    }

    #footer .foot_left .foot_logo a {
        display: inline-block;
    }

    #footer .foot_left .foot_logo img {
        width: 116px;
        margin: 0 auto;
    }

    #footer .foot_info .foot_list {
        display: inline-block;
        margin-bottom: 15px;
    }

    #footer .foot_info .foot_list li + li {
        padding-left: 9px;
        margin-left: 9px;
    }

    #footer .foot_info .foot_list li + li::before {
        height: 8px;
    }

    #footer .foot_info .foot_list li a {
        font-size: 12px;
    }

    #footer address {
        margin-top: 10px;
    }

    #footer address span {
        font-size: 12px;
        line-height: 1.6;
    }

    #footer address span + span {
        margin-left: 13px;
    }

    #footer .copy {
        margin-top: 22px;
        font-size: 12px;
    }

    #footer .foot_right {
        float: none;
        border-top: 1px solid #666666;
        border-bottom: 1px solid #666666;
        padding-bottom: 20px;
    }

    #footer .foot_right h2 {
        margin: 20px 0;
        font-size: 13px;
    }

    #footer .foot_right .contact_box {
        width: 50%;
        margin: 10px 0;
        text-align: center;
        box-sizing: border-box;
    }

    #footer .foot_right .contact_box + .contact_box {
        margin-left: 0;
    }

    #footer .foot_right .contact_box:first-child {
        border-right: 1px solid #666666;
    }

    #footer .foot_right .contact_box h3 {
        /* margin-bottom: 8px; */
        font-size: 10px;
    }

    #footer .foot_right .contact_box h3 {
        width: 21vw;
    }

    #footer .foot_right .contact_box strong {
        font-size: 14px;
    }

    #footer .foot_right .contact_box p {
        display: inline-block;
        margin-top: 4px;
        text-align: left;
        font-size: 10px;
        line-height: 1.4;
    }

    /* item_box */
    .item_type01 > li,
    .itme_type01 > li {
        width: calc(50% - 22.333px);
        margin-right: 20px;
    }

    .item_type01 > li:nth-of-type(3n), .itme_type01 > li:nth-of-type(3n) {
        margin-right: 20px;
    }

    .item_box .item_link .event_badge span {
        font-size: 12px;
    }

    .item_box .item_link .price_box .benefit_p {
        font-size: 14px;
    }

    .item_box .item_link .price_box .benefit_p span {
        margin-left: 0;
        font-size: 14px;
    }

    .item_box .item_link .price_box .benefit_p span strong {
        font-size: 20px;
    }

    .item_box .apply_row {
        padding: 0 15px;
    }

    .benefit_sec .benefit_list {
        padding: 0;
    }
}

/* moblie */
@media screen and (max-width: 850px) {
    #wrap {
        min-width: 100%;
    }

    img {
        max-width: 100%;
    }

    .only_web {
        display: none !important;
    }

    .only_mo {
        display: block !important;
    }

    aside {
        display: none;
    }

    .pager {
        margin-top: 30px;
    }

    .pager ul li + li {
        margin-left: 10px;
    }

    .pager ul li.next_btn {
        margin-left: 20px;
    }

    .pager ul li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 13px;
    }

    #header .h_search_pop {
        padding: 0;
        border-bottom: 1px solid #eeeeee;
        box-shadow: none;
    }

    #header .h_search_pop form {
        max-width: none;
    }

    #header .h_search_pop form .sf_txt {
        border-bottom: 0;
        padding-left: 12px;
        padding-right: 56px;
        font-size: 13px;
    }

    #header .h_search_pop form .btn_search {
        width: 56px;
        background: url(../img/btn/search_btn_big_mo.png) center center no-repeat;
        background-size: 24px;
    }

    #footer {
        padding-bottom: 100px;
    }

    .fix_inquiry {
        border-radius: 50px;
        width: 93%;
        display: none;
        z-index: 9999999;
    }

    .fix_inquiry .wrap_layout {
        padding: 15px 40px 40px;
        width: calc(100% - 2rem);
        max-width: 82%;
        display: flex;
        flex-direction: column;
    }

    .fix_inquiry .btn_inquiry_close {
        position: absolute;
        top: 20px;
        right: 40px;
        cursor: pointer;
    }

    .fix_inquiry .btn_inquiry_close span {
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        cursor: pointer;
    }

    .fix_inquiry .call_box {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        gap: 15px;
    }

    .fix_inquiry .call_box span {
        display: inline-block;
        margin-bottom: 0;
        font-size: 13px;
        vertical-align: middle;
    }

    .fix_inquiry .call_box .logo_ic {
        width: 140px;
        object-fit: cover;
        margin-top: 15px;
    }


    .fix_inquiry .call_box .tel_wrap {
        display: flex;
        align-items: center;
        gap: 8px;
        position: relative;
        padding-right: 0;
    }

    .fix_inquiry .call_box .tel_wrap .ic_tel {
        width: 30px;
        margin-top: 5px;
    }

    .fix_inquiry .call_box .tel_wrap::after {
        display: none;
    }

    .fix_inquiry .call_box strong {
        display: inline-block;
        margin-left: 5px;
        margin-top: 0px;
        font-size: 20px;
        vertical-align: middle;
    }

    .fix_inquiry .form_box .clearfix {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 8px;
    }

    .fix_inquiry .form_box {
        display: block;
        max-width: 100%;
        margin-left: 0;
        margin-top: 15px;
        width: 100%;
    }

    .fix_inquiry .form_box input {
        height: 45px;
        padding: 0 10px;
        font-size: 14px;
        border-radius: 22px;
    }

    .fix_inquiry .form_box input[type="text"] {
        width: 100%;
    }

    .fix_inquiry .form_box input[type="tel"] {
        width: 100%;
    }

    .fix_inquiry .form_box input[type="text"].tel_input {
        width: 100%;
    }

    .fix_inquiry .form_box .submit_btn {
        width: 100%;
        height: 45px;
        font-size: 13px;
        border-radius: 22px;
        margin-top: 7px;
        margin: 7px auto 20px;
    }

    .fix_inquiry .form_box .submit_btn::after {
        display: none;
    }

    .fix_inquiry .form_box .item_wrap_new {
        position: relative;
        width: 100%;
    }

    .fix_inquiry .form_box .item_wrap_new::after {
        content: '';
        position: absolute;
        top: -15px;
        right: unset;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #646F73;
    }

    .fix_inquiry .form_box .check_item {
        padding-left: 0;
    }

    .fix_inquiry .form_box .check_item input + label {
        padding-left: 23px;
        font-size: 14px;
        background-size: 18px;
    }

    .fix_inquiry .agree_pop_wrap {
        position: fixed;
        top: 30%;
        bottom: auto;
        left: 50%;
        transform: translate(-50%, -50%);
        width: calc(100% - 32px);
    }

    .fix_inquiry .form_box .see_more {
        background-color: transparent;
        border: 1px solid #5CA8C3;
        /* padding: 10px; */
        width: 70px;
        height: 33px;
        border-radius: 4px;
        color: #5CA8C3;
        font-weight: 600;
        font-size: 14px;
        /* margin-top: 5px; */
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .fix_inquiry .agree_pop_wrap .pop_content {
        max-height: 80vh;
        padding: 40px 30px;
        font-size: 11px;
        line-height: 1.5;
    }

    .fix_inquiry .agree_pop_wrap .pop_content span {
        font-size: 13px;
    }

    .fix_inquiry .agree_pop_wrap .close_btn {
        height: 39px;
        font-size: 13px;
    }

    .fix_inquiry_btn {
        display: block;
        border-radius: 50px;
        width: 93%;
        margin: 0 auto;
        position: fixed;
        bottom: 1%;
        left: 50%;
        background: linear-gradient(90deg, #009BD2 1%, #3AC2F5 100%);
        box-sizing: border-box;
        z-index: 11111;
        max-width: 1280px;
        transform: translateX(-50%);
        border-radius: 999px;
    }

    .fix_inquiry_btn .btn {
        width: 100%;
        height: 50px;
        background: linear-gradient(90deg, #009BD2 1%, #3AC2F5 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        border-radius: 75px;
        margin-left: 8px;
        margin-right: 16px;
        position: relative;
    }

    .fix_inquiry_btn .btn p {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        line-height: 1.2;
    }

    .mo_top_btn {
        position: fixed;
        right: 16px;
        bottom: 220px;
        width: 40px;
        height: 40px;
        border: 1px solid #dbdbdb;
        background: #fff;
        border-radius: 5px;
        box-sizing: border-box;
        z-index: 11;
    }

    .mo_top_btn span {
        display: block;
        padding-top: 12px;
        font-size: 11px;
        font-weight: 700;
        color: #252525;
        text-transform: uppercase;
        background: url(../img/btn/mo_top_btn.png) center top no-repeat;
        background-size: 8px;
    }

    /* item_box */
    .item_type01 > li,
    .itme_type01 > li {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .item_type01 > li .item_box,
    .itme_type01 > li .item_box {
        padding-bottom: 15px;
        background: #fbfbfb;
    }

    .item_box .item_link .brand_logo {
        height: 30px;
        padding: 0 14px;
        line-height: 30px;
    }

    .item_box .item_link .brand_logo img {
        width: 64.5px;
    }

    .item_box .item_link .img_area span {
        padding-top: 72.085%;
        background-color: #fff;
        background-size: 100% 69vw;
    }

    .item_box .item_link .pdt_badge span {
        width: 42px;
        height: 42px;
        line-height: 42px;
        font-size: 13px;
        border-radius: 7.5px;
    }

    .item_box .item_link .pdt_badge span + span {
        margin-left: 5px;
    }

    .item_box .item_link .left_badge span {
        width: 42px;
        height: 42px;
        line-height: 42px;
        font-size: 12px;
    }

    .item_box .item_link .left_badge span + span {
        margin-top: 5px;
    }

    .item_box .item_link .right_badge > div {
        width: 42px;
        height: 42px;
        line-height: 42px;
    }

    .item_box .item_link .right_badge span {
        font-size: 10px;
    }

    .item_box .item_link .right_badge .ice span {
        padding-top: 20px;
        background-image: url(../img/ico/badge_ice_mo.png);
        background-size: 15px;
    }

    .item_box .item_link .right_badge .cold span {
        padding-top: 19px;
        background-image: url(../img/ico/badge_cold_mo.png);
        background-size: 12px;
    }

    .item_box .item_link .right_badge .purifier span {
        padding-top: 20px;
        background-image: url(../img/ico/badge_purifier_mo.png);
        background-size: 12px;
    }

    .item_box .item_link .right_badge .hot span {
        padding-top: 11px;
        background-image: url(../img/ico/badge_hot_mo.png);
        background-size: 11.5px;
    }

    .item_box .item_link .right_badge .coffee span {
        padding-top: 15px;
        background-image: url(../img/ico/badge_coffee_mo.png);
        background-size: 11px;
    }

    .item_box .item_link .txt_area {
        padding: 0;
        text-align: left;
    }

    .item_box .item_link .event_badge {
        min-height: auto;
        padding: 10px;
        border-bottom: 1px solid #dbdbdb;
        background: #fff;
    }

    .item_box .item_link .event_badge span {
        padding: 0 4px;
        font-size: 13px;
        line-height: 30px;
    }

    .item_box .item_link .list_icon {
        margin-top: 20px;
    }

    .item_box .item_link .list_icon img {
        width: 10vw;
    }

    .item_box .item_link .price_box .benefit_p {
        padding: 0;
    }

    .item_box .item_link .subject {
        padding: 0 10px;
        font-size: 18px;
    }

    .item_box .item_link .model_name {
        margin-top: 5px;
        padding: 0 10px;
        font-size: 12px;
    }

    .item_box .item_link .price_box {
        margin: 15px 0 25px;
        padding: 0 10px;
    }

    .item_box .item_link .price_box .month_p {
        font-size: 15px;
    }

    .item_box .item_link .price_box .benefit_p {
        margin-top: 5px;
        font-size: 15px;
    }

    .item_box .item_link .price_box .benefit_p span {
        font-size: 15px;
    }

    .item_box .item_link .price_box .benefit_p span strong {
        font-size: 19px;
    }

    .item_box .apply_row {
        padding: 0 10px;
    }

    .item_box .apply_row a {
        width: calc(50% - 4px);
        height: 40px;
        max-width: none;
        line-height: 40px;
        font-size: 13px;
    }

    .item_box .apply_row a + a {
        margin-left: 8px;
    }

    /* main */
    .main_slider .slider_box .slider_img img {
        width: 100%;
        min-height: 90vw;
        height: 90vw;
        object-fit: cover;
    }

    .main_slider .slider_box .slider_img .item_content_detail .subject p {
        font-size: 25px;
        font-weight: 500;
        line-height: 1.3;
    }

    .main_slider .slider_box .slider_img .item_content_detail .contents p {
        font-size: 34px;
        font-weight: 500;
        line-height: 1.3;
    }

    .main_slider .item_banner_btn {
        display: none;
    }


    .main_slider .slick-dots li button {
        border: unset !important;
        background: unset !important;
    }

    .main_slider .slider_nav_wrap {
        bottom: 11.111%;
        left: 16px;
        transform: none;
        width: auto;
        height: auto;
        border: none;
        background: none;
    }

    .main_slider .slider_box .slick-dots li button:before {
        width: 8px;
        height: 8px;
    }

    .slider_nav {
        width: auto;
    }

    .slider_nav .slick-slide {
        width: auto !important;
    }

    .slider_nav .slick-slide + .slick-slide {
        margin-left: 10px;
    }

    .slider_nav .slick-slide + .slick-slide::before {
        display: none;
    }

    .slider_nav .slick-slide a {
        width: 13px;
        height: 13px;
        text-indent: -9999em;
        font-size: 0;
        background: #dbdbdb;
        border-radius: 50%;
    }

    .slider_nav .slick-slide.slick-current a {
        background: #a9a9a9;
    }

    .slider_nav .slick-slide a::after {
        display: none;
    }

    .slide_control_btn {
        top: 50%;
        left: calc(100% + 15px);
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        background-color: #fff;
        background-image: url(../img/btn/btn_main_v_pause_mo.png);
        background-size: 7px;
        border-radius: 50%;
        box-shadow: 2px 3px 8px 0px rgba(0, 0, 0, 0.1);
    }

    .slide_control_btn.on {
        background-image: url(../img/btn/btn_main_v_play_mo.png);
    }

    .category_sec {
        padding: 0;
    }

    .category_sec .wrap_layout {
        width: 100%;
        padding: 10px 0;
    }

    .category_sec .title {
        display: none;
    }

    .category_sec .category_list {
        margin-left: 16px;
        text-align: left;
        white-space: nowrap;
        overflow-x: scroll;
    }

    .category_sec .category_list li {
        width: 20%;
        max-width: none;
        text-align: center;
    }

    .category_sec .category_list li + li {
        margin-left: 10px;
    }

    .category_sec .category_list li a {
        padding: 16px 0 14px;
        background-color: #fff;
    }

    .category_sec .category_list li a:hover {
        transform: none;
    }

    .category_sec .category_list li a img.only_pc {
        display: none;
    }

    .category_sec .category_list li a img.only_mo {
        width: 100%;
    }

    .category_sec .category_list li a span {
        margin-top: 7px;
        font-size: 12px;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: 30px;
    }

    .inquiry_sec .wrap_layout {
        padding-bottom: 10px;
        background: #fafafa;
    }

    .inquiry_sec .title_row {
        border-top: 1px solid #dbdbdb;
        padding: 0 10px;
    }

    .inquiry_sec .title_row h2 {
        float: left;
        font-size: 13px;
        font-weight: 500;
        line-height: 30px;
        color: #07a7e3;
    }

    .inquiry_sec .title_row a {
        display: block;
        float: right;
        font-size: 13px;
        font-weight: 500;
        line-height: 30px;
        color: #07a7e3;
    }

    .inquiry_sec ul {
        padding: 7px 10px;
        border-top: 1px solid #dbdbdb;
        border-bottom: 1px solid #dbdbdb;
        background: #fff;
    }

    .inquiry_sec ul li {
        display: block;
        padding: 5px 0;
        font-size: 13px;
        font-weight: 350;
        color: #757575;
    }

    .main_banner01 {
        margin-top: 25px;
    }

    .main_banner01 .inner {
        width: 100%;
    }

    .main_banner01 img {
        width: 100%;
    }

    .main_banner01 .banner_prev,
    .main_banner01 .banner_next {
        display: none;
    }

    .main_section01 {
        padding: 50px 0;
    }

    .main_section01 .title {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .main_section01 .best_tab {
        margin-bottom: 20px;
        text-align: left;
    }

    .main_section01 .best_tab button {
        max-width: none;
        width: calc(50% - 6px);
        height: 40px;
        margin-right: 5px;
        margin-bottom: 10px;
        font-size: 13px;
        border-radius: 20px;
    }

    /* .main_section01 .best_tab button:nth-child(5n) {
        margin-right: 5px;
    } */

    /* .main_section01 .best_tab button:nth-child(3n) {
        margin-right: 0;
    } */

    /* .main_section01 .item_type01 > li {
          float: none;
          width: 100%;
          margin-right: 0;
          margin-bottom: 15px;
      } */
    .review_sec {
        padding: 50px 0;
    }

    .review_sec .title_row {
        margin-bottom: 15px;
    }

    .review_sec .title_row .title {
        font-size: 20px;
    }

    .review_sec .title_row .more_btn {
        right: -5px;
        width: 20px;
        height: 20px;
        background-size: 10px;
    }

    .review_sec .review_sec_list li {
        width: calc(50% - 6.666px);
        margin-top: 10px;
        margin-right: 0px;
    }

    .review_sec .review_sec_list li a .txt_review {
        padding: 18px 20px;
        min-height: 65px;
    }

    .review_sec .review_sec_list li a p {
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 1.3;
        color: #555555;
    }

    .review_sec .review_sec_list {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .review_sec .review_sec_list li:nth-child(5n) {
        margin-right: 0px;
    }

    .review_sec .review_sec_list li:nth-child(3n) {
        margin-right: 0;
    }

    .review_sec .review_sec_list li:nth-child(9) ~ li {
        display: none;
    }

    .benefit_sec {
        padding: 50px 0;
        border-bottom: 0;
    }

    .benefit_sec .title {
        margin-bottom: 25px;
        font-size: 20px;
    }

    .benefit_sec .benefit_list {
        padding: 0 35px;
    }

    .benefit_sec .benefit_list li {
        float: none;
        width: 100%;
        max-width: 520px;
        margin: 0 auto;
    }

    .benefit_sec .benefit_list li + li {
        margin-top: 25px;
    }

    .benefit_sec .benefit_list li .img_box {
        padding-top: 50%;
    }

    .benefit_sec .benefit_list li .img_box img {
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }

    .benefit_sec .benefit_list li .txt {
        margin-top: 15px;
        padding: 0 10px;
    }

    .benefit_sec .benefit_list li .txt .subject {
        font-size: 16px;
    }

    .benefit_sec .benefit_list li .txt .desc {
        margin-top: 10px;
        font-size: 12px;
        line-height: 1.25;
    }

    .board_sec {
        padding: 0 0 60px;
    }

    .board_sec .wrap_layout {
        width: 100%;
    }

    .board_sec .main_banner03 {
        float: none;
        width: 100%;
    }

    .board_sec .main_banner03 img {
        width: 100%;
    }

    .board_sec .main_banner03 a .txt {
        position: absolute;
        top: 75%;
        left: 50px;
    }

    .board_sec .main_banner03 a .txt .title {
        font-size: 1.538rem;
        font-weight: 600;
        color: #252525;
        line-height: 1.3;
        margin-bottom: 0.7692rem;
    }

    .board_sec .main_banner03 a .txt .desc {
        font-size: 0.9154rem;
        font-weight: 400;
        color: #252525;
        line-height: 1.3;
    }

    .board_sec .main_banner03 a .txt .plus {
        font-size: 1.538rem;
        margin-top: 0.5769rem;
        color: #252525;
        font-weight: 600;
    }

    /* gift_sect */
    .gift_sect {
        padding: 50px 0 82px;
    }

    .gift_sect .title_row {
        position: relative;
        margin-bottom: 60px;
    }

    .gift_sect .more_btn.dif {
        display: block;
        position: absolute;
        top: 50%;
        right: 12px;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        background: url(../img/btn/more_btn.png) center center no-repeat;
    }

    .gift_sect .title {
        font-size: 20px;
        font-weight: 700;
        color: #252525;
        text-align: left;
    }

    .gift_sect .gift_list {
        display: flex;
        justify-content: space-between;
        gap: 30px;
        column-gap: 15px;
        row-gap: 30px;
        flex-wrap: wrap;
    }

    .review_slider .slick-prev, .review_slider .slick-next {
        bottom: -11.5%;
    }

    .review_slider .slick-prev img, .review_slider .slick-next img {
        width: 90%;
    }

    .review_slider .slick-next {
        right: 30vw;
    }   

    .review_slider .slick-prev {
        left: 30vw;
    }

    .review_slider .slick-dots
    {
        margin-top: 35px;
    }

    .review_slider .slick-dots li {
        width: 8px;
        height: 8px;
    }

    .review_slider .slick-dots li button
    {
        width: 8px;
        height: 8px;
        padding: 0;
        font-size: 0;
    }

    .gift_sect .gift_list .card {
        width: calc(50% - 13px);
    }

    .gift_sect .gift_list .card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border: 1px solid #ccc;
        border-radius: 6px;
    }

    .board_sec .inquiry_board .board_list li .subject {
        width: 71%;
    }

    .gift_sect .more_wrap .btn_more
    {
        padding: 15px;
    }

    .review_sec .btn_wrap a {
        padding: 15px 30px;
        font-size: 14px;
    }
}

@media screen and (max-width: 500px) {
    .main_slider .slider_box .slider_img .item_content_detail .subject p {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.3;
    }

    .main_slider .slider_box .slider_img .item_content_detail .contents p {
        font-size: 31px;
        font-weight: 500;
        line-height: 1.3;
    }

    .main_slider .slider_box .slider_img .item_content_detail .contents {
        margin: 20px 0 40px;
    }

    .review_slider .slick-prev, .review_slider .slick-next {
        bottom: -8.4%;
    }

    #footer .foot_right .foot_contact {
        float: none;
        flex-direction: column;
    }

    #footer .foot_right .contact_box {
        width: 100%;
        justify-content: center;
    }

    #footer .foot_right {
        gap: 10px;
    }

    #footer .foot_right .contact_box:first-child {
        border-right: unset;
    }

    .review_sec .review_slider .review_item {
        margin-right: 0px;
    }
}

@media screen and (max-width: 390px) {
    .category_sec .category_list li a span {
        margin-top: 7px;
        font-size: 11px;
    }

    .category_sec .category_list li {
        width: 22%;
    }
}

@media all and (max-width: 350px) {
    .pager ul li + li {
        margin-left: 5px;
    }

    .pager ul li.next_btn {
        margin-left: 15px;
    }
}
