/**
* Created by PhpStorm.
* Date         :
* Developer    :
* Description  : wp_responsive.css
* ⓒ 2021. WebPlanet Co. All Rights Reserved.
*/

@charset "utf-8";

/**********************************************************************************************************************/
/* 작성방법 */
/*
1. 모든 스타일은 클래스명 .wp_wrap 을 시작으로 작성한다.
2. 공통 스타일의 클래스명은 cm_ 접두어를 사용한다.
*/
/**********************************************************************************************************************/

@media (max-width: 1500px) {
/**********************************************************************************************************************/
/* 메인 */
/**********************************************************************************************************************/
.wp_wrap .m_visual .txt_box {
    top: 75px;
}
.wp_wrap .m_visual .txt_box .bottxt .txt01 img{
    width: 660px;
}
.wp_wrap .m_visual .txt_box .bottxt .txt02 img{
    width: 485px;
}


.wp_wrap .m_sec03 .cont_box .top{
    padding: 0 15px;
}
.wp_wrap .m_sec03 .cont_box .top .bigtxt {
    font-size: 45px;
    margin-bottom: 5px;
}
.wp_wrap .m_sec03 .cont_box .top .lt_txt {
    min-width: 225px;
}
.wp_wrap .m_sec03 .cont_box .top .rt_txt {
    min-width: 205px;
}
.wp_wrap .m_sec03 .cont_box .top .smtxt {
    font-size: 18px;
}
/* .wp_wrap .m_sec03 .cont_box .top .img_box .chopsticks {
    right: -135px;
    top: -150px;
}
.wp_wrap .m_sec03 .cont_box .top .img_box .chopsticks img{
    width: 230px;
} */
/**********************************************************************************************************************/
}



@media (max-width: 1400px) {
/**********************************************************************************************************************/
/* 헤더 */
/**********************************************************************************************************************/
.wp_wrap header .h_inner nav .gnb {
    gap: 30px;
}
.wp_wrap header .h_inner nav .gnb .m_list a {
    font-size: 23px;
}
.wp_wrap header .h_inner .tel a {
    font-size: 25px;
}
/**********************************************************************************************************************/


/**********************************************************************************************************************/
/* 메인 */
/**********************************************************************************************************************/
.wp_wrap .m_sec03 .cont_box .top .img_box .chopsticks img.up1400{
    display: none;
}
.wp_wrap .m_sec03 .cont_box .top .img_box .chopsticks img.dw1400{
    display: block;
}

.wp_wrap .m_sec05 .top .rt {
    padding: 90px 40px;
}
.wp_wrap .m_sec05 .top .rt .txt_box .tit {
    font-size: 50px;
}
.wp_wrap .m_sec05 .top .rt .stamp {
    bottom: 40px;
    right: 40px;
}
/**********************************************************************************************************************/
}










@media (max-width: 1250px) {       
/**********************************************************************************************************************/
/* 푸터 */
/**********************************************************************************************************************/
.wp_wrap .totop {
    bottom: 140px;
}
/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 메인 */
/**********************************************************************************************************************/
.wp_wrap .fix_inq_box .inquiry_wrap .inq_inner {
    gap: 100px;
}
.wp_wrap .fix_inq_box .inquiry_wrap .inq_inner .form_in {
    flex-direction: column;
    gap: 7px;
}
.wp_wrap .fix_inq_box .inquiry_wrap .inq_inner .form_in .policy input[type="checkbox"] + label .txtarea {
    flex-direction: row;
}


.wp_wrap .m_sec04 .point_itms li .rt {
    width: 55%;
}
.wp_wrap .m_sec04 .point_itms li .rt .txt_box .tit {
    font-size: 47px;
}
.wp_wrap .m_sec04 .point_itms li .rt .txt_box .desc {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 25px;
}
.wp_wrap .m_sec04 .point_itms li .rt .txt_box .key_txt span {
    width: 165px;
    height: 40px;
    border-radius: 40px;
    font-size: 17px;
}
/**********************************************************************************************************************/
}










@media (max-width: 1200px) {    
/**********************************************************************************************************************/
/* 헤더 */
/**********************************************************************************************************************/
.wp_wrap header .h_inner {
    height: 100px;
}
.wp_wrap header .h_inner nav{
    display: none;
}
.wp_wrap header .h_inner .mopen{
    display: block;
}
.wp_wrap header .h_inner .mopen .icon_box{
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 8px 7px;
    background: #D20011;
    border-radius: 5px;
}
.wp_wrap header .h_inner .mopen .icon_box span{
    display: block;
    width: 27px;
    height: 3px;
    background: #fff;
}
.wp_wrap .mo_mnu{
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: calc(100vw - 10%);
    height: 100vh;
    transition: 0.5s;
    background: #000000cf;
    padding: 80px 15px 0 15px;
    z-index: 9999;
    backdrop-filter: blur(5px);
}
.wp_wrap .mo_mnu.on{
    right: 0;
}
.wp_wrap .mo_mnu .mo_mnu_cls_icon {
    position: absolute;
    top: 35px;
    right: 18px;
}
.wp_wrap .mo_mnu .mo_mnu_cls_icon .icon_box{
    background: transparent;    
}
.wp_wrap .mo_mnu .mo_mnu_cls_icon .icon_box i {
    font-size: 33px;
    color: #fff;
}
.wp_wrap .mo_mnu .mo_mnu_inner .mo_gnb{
    display: flex;
    flex-direction: column;
    width: 100%;
}  
.wp_wrap .mo_mnu .mo_mnu_inner .mo_gnb>li{
    border-bottom: 1px solid #ddd;
}
.wp_wrap .mo_mnu .mo_mnu_inner .mo_gnb li>a{
    display: block;
    width: 100%;
    padding: 15px 0;
    color: #ededed;
    position: relative;
    top: 0;
    font-size: 18px;
    font-family: var(--font-prem);
}
/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 메인 */
/**********************************************************************************************************************/
.wp_wrap .m_sec01 .cont_box{
    gap: unset;
}
.wp_wrap .m_sec01 .cont_box .store{
    width: 49%;
}
.wp_wrap .m_sec01 .cont_box .store .img_box{
    width: 100%;
}


.wp_wrap .m_sec08 .expense_table table td > div br{
    display: none;
}
/**********************************************************************************************************************/
}









@media (max-width: 992px) {
/**********************************************************************************************************************/
/* 공통 */
/**********************************************************************************************************************/
.wp_wrap .tit_box .txt01 {
    font-size: 60px;
}
.wp_wrap .tit_box .desc01 {
    font-size: 19px;
    padding-top: 15px;
}
/**********************************************************************************************************************/


/**********************************************************************************************************************/
/* 메인 */
/**********************************************************************************************************************/
.wp_wrap .m_sec01 .cont_box .store .img_box{
    height: 240px;
}
.wp_wrap .m_sec01 .cont_box .store .st_name {
    font-size: 32px;
    margin-bottom: 60px;
}
.wp_wrap .m_sec01 .cont_box .store .sales .amount .am_box .name {
    min-width: 120px;
}
.wp_wrap .m_sec01 .cont_box .store .sales .amount .am_box .name,
.wp_wrap .m_sec01 .cont_box .store .sales .amount .am_box .price,
.wp_wrap .m_sec01 .cont_box .store .sales .amount .am_box .open {
    font-size: 28px;
    padding: 20px 0;
}





.wp_wrap .m_sec02 .balloon_wrap{
    display: none;
}
.wp_wrap .m_sec02 .slider_area{
    display: block;
    /* height: 300px; */
    margin: 60px 0 100px 0;
}
.wp_wrap .m_sec02 .slider_area .balloon_slider{
    height: 100%;
    display: flex;
    align-items: center;
}
.wp_wrap .m_sec02 .slider_area .balloon_slider .slick-slide{
    display: flex;
    align-content: center;
    justify-content: center;
}
.wp_wrap .m_sec02 .set_noti {
    left: 50%;
}



.wp_wrap .m_sec03 .tit_box {
    margin-bottom: 60px;
}
.wp_wrap .m_sec03 .cont_box .top {
    margin-bottom: 60px;
}

.wp_wrap .m_sec03 .cont_box .top .bigtxt {
    font-size: 35px;
}
.wp_wrap .m_sec03 .cont_box .top .smtxt {
    font-size: 15px;
}
.wp_wrap .m_sec03 .cont_box .top .lt_txt {
    min-width: 172px;
}
.wp_wrap .m_sec03 .cont_box .top .rt_txt {
    min-width: 158px;
}


.wp_wrap .m_sec04 .point_itms li .rt {
    width: 65%;
}
.wp_wrap .m_sec04 .point_itms li .rt .txt_box .desc br{
    display: none;
}
.wp_wrap .m_sec04 .point_itms li:nth-child(1) img{
    width: 246px;
}
.wp_wrap .m_sec04 .point_itms li:nth-child(2) img{
    width: 226px;
}
.wp_wrap .m_sec04 .point_itms li:nth-child(3) img{
    width: 320px;
}



.wp_wrap .m_sec05 .top .rt {
    padding: 70px 30px;
}
.wp_wrap .m_sec05 .top .rt .txt_box .tit {
    font-size: 42px;
}
.wp_wrap .m_sec05 .top .rt .txt_box .tit .sm {
    font-size: 35px;
}
.wp_wrap .m_sec05 .top .rt .txt_box .best {
    width: 180px;
    height: 35px;
}
.wp_wrap .m_sec05 .top .rt .txt_box .desc {
    font-size: 20px;
}
.wp_wrap .m_sec05 .top .rt .stamp {
    bottom: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
}
.wp_wrap .m_sec05 .top .rt .stamp span {
    font-size: 24px;
}
.wp_wrap .m_sec05 .tab_wrap .tab_cont .tab_cont_li ul {
    grid-template-columns: repeat(2, 1fr);
}



.wp_wrap .m_sec06 .cont_box .top .img_box {
    height: 250px;
}
.wp_wrap .m_sec06 .cont_box .bot .store_itms li .li_in .name {
    font-size: 30px;
}
.wp_wrap .m_sec06 .cont_box .bot .store_itms li {
    height: 120px;
}
.wp_wrap .m_sec06 .cont_box .bot .store_itms li .li_in {
    gap: 10px;
}
.wp_wrap .m_sec06 .cont_box .bot .store_itms li .li_in .open {
    font-size: 23px;
    width: 100px;
    height: 28px;
}
.wp_wrap .m_sec06 .cont_box .bot .store_itms {
    gap: 25px 14px;
}





.wp_wrap .m_sec07 {
    position: relative;
    padding: 230px 0 100px 0;
}
.wp_wrap .m_sec07{
    scroll-margin-top: -120px;
}
.wp_wrap .m_sec07 .bg_acc02 {
    width: 40%;
}
.wp_wrap .m_sec07 .dajim>p {
    font-size: 30px;
}
.wp_wrap .m_sec07 .dajim img{
    width: 230px;
}



.wp_wrap .m_sec08 .expense_table .unit {
    font-size: 20px;
    margin-bottom: 10px;
}
.wp_wrap .m_sec08 .expense_table table td {
    padding: 12px 5px;
}
.wp_wrap .m_sec08 .expense_table table td:nth-child(1) {
    font-size: 22px;
}
.wp_wrap .m_sec08 .expense_table table td:nth-child(2) {
    font-size: 20px;
}
.wp_wrap .m_sec08 .expense_table table td:nth-child(3) > div {
    font-size: 20px;
}

.wp_wrap .m_sec08 .expense_table table td > div {
    min-height: 75px;
}
.wp_wrap .m_sec08 .expense_table table td.th > div{
    font-size: 25px !important;
}


.wp_wrap .m_sec08 .expense_table table td > div .priceimg1,
.wp_wrap .m_sec08 .expense_table table td > div .priceimg2,
.wp_wrap .m_sec08 .expense_table table td > div .priceimg4{
    width: 150px;
    width: 120px;
}
.wp_wrap .m_sec08 .expense_table table td > div .priceimg3{
    width: 239px;
    width: 191px;
}
.wp_wrap .m_sec08 .expense_table table td > div .priceimg5{
    width: 189px;
    width: 151px;
}
.wp_wrap .m_sec08 .expense_table table td > div .priceimg6{
    width: 40px;
    width: 32px;
}

.wp_wrap .m_sec08 .expense_table .changup {
    padding: 25px;
    gap: 25px;
}
.wp_wrap .m_sec08 .expense_table .changup .lt p {
    font-size: 44px;
}
.wp_wrap .m_sec08 .expense_table .changup .lt {
    width: 210px;
}
.wp_wrap .m_sec08 .expense_table .changup .rt .tit {
    font-size: 35px;
}
.wp_wrap .m_sec08 .expense_table .changup .rt .desc {
    font-size: 22px;
}
/**********************************************************************************************************************/
}










@media (max-width: 991px) {
/**********************************************************************************************************************/
/* 메인 */
/**********************************************************************************************************************/
.wp_wrap .fix_inq_box .inquiry_wrap .inq_inner {
    gap: 30px;
}
.wp_wrap .fix_inq_box .inquiry_wrap .inq_inner .txt {
    font-size: 27px;
}
.wp_wrap .fix_inq_box .inquiry_wrap .inq_inner .form_in .ip_box input {
    font-size: 16px;
    padding: 10px;
    max-width: 130px;
}
.wp_wrap .fix_inq_box .inquiry_wrap .inq_inner .form_in .policy input[type="checkbox"] + label .chk_icon {
    width: 30px;
    height: 30px;
    margin-right: 7px;
}
.wp_wrap .fix_inq_box .inquiry_wrap .inq_inner .form_in .sbm_btn button {
    width: 150px;
    height: 49px;
    font-size: 17px;
}
/**********************************************************************************************************************/
}









@media (max-width: 768px) {
/**********************************************************************************************************************/
/* 공통 */
/**********************************************************************************************************************/
.wp_wrap .tit_box .txt01 {
    font-size: 55px;
}
.wp_wrap .tit_box .desc01 {
    font-size: 18px;
}
/**********************************************************************************************************************/


/**********************************************************************************************************************/
/* 헤더 */
/**********************************************************************************************************************/
.wp_wrap header .h_inner {
    height: 80px;
}
.wp_wrap header .h_inner .h_logo {
    min-width: 130px;
    width: 130px;
}
/**********************************************************************************************************************/


/**********************************************************************************************************************/
/* 푸터 */
/**********************************************************************************************************************/
.wp_wrap .totop {
    bottom: 75px;
    width: 50px;
    height: 50px;
    right: 15px;
}
.wp_wrap .totop i {
    font-size: 20px;
}
/**********************************************************************************************************************/


/**********************************************************************************************************************/
/* 메인 */
/**********************************************************************************************************************/
.wp_wrap main {
    margin-top: 80px;
}
.wp_wrap .m_visual {
    height: 600px;
}
.wp_wrap .m_visual .txt_box {
    top: 43px;
}
.wp_wrap .m_visual .txt_box .toptxt p {
    font-size: 33px;
}
.wp_wrap .m_visual .txt_box .toptxt {
    margin-bottom: 15px;
}
.wp_wrap .m_visual .txt_box .bottxt .txt01 {
    margin-bottom: 20px;
}
.wp_wrap .m_visual .txt_box .bottxt .txt01 img {
    width: 450px;
}
.wp_wrap .m_visual .txt_box .bottxt .txt02 img {
    width: 332px;
}
.wp_wrap .m_sec02,
.wp_wrap .m_sec04,
.wp_wrap .m_sec05,
.wp_wrap .m_sec06,
.wp_wrap .m_sec08,
.wp_wrap .m_sec09 {
    scroll-margin-top: 30px;
}
.wp_wrap .m_sec07{
    scroll-margin-top: -80px;
}
/* .wp_wrap .m_sec04{
    scroll-margin-top: -30px;
}
.wp_wrap .m_sec05{
    scroll-margin-top: 20px;
}
.wp_wrap .m_sec06{
    scroll-margin-top: -30px;
}
.wp_wrap .m_sec07{
    scroll-margin-top: -180px;
}
.wp_wrap .m_sec08{
    scroll-margin-top: 30px;
}
.wp_wrap .m_sec09{
    scroll-margin-top: 40px;
} */
.wp_wrap .fix_inq_box {
    /* bottom: -287px; */
    bottom: auto;
    top: calc(100% - 64px);
}
.wp_wrap .fix_inq_box.clicked,
.wp_wrap .fix_inq_box.on {
    bottom: 0;
    top: auto;
}
.wp_wrap .fix_inq_box.clicked{
    z-index: 1005;
}
.wp_wrap .fix_inq_box .inquiry_wrap .inq_inner .inq_form,
.wp_wrap .fix_inq_box .inquiry_wrap .inq_inner .form_in .ip_boxs .ip_box{
    width: 100%;
}
.wp_wrap .fix_inq_box .inquiry_wrap .inq_inner .form_in .ip_boxs {
    width: 100%;
    flex-direction: column;
}
.wp_wrap .fix_inq_box .inquiry_wrap .inq_inner .form_in .ip_box input {
    max-width: 100%;
}
.wp_wrap .fix_inq_box .inquiry_wrap .inq_inner {
    flex-direction: column;
    gap: 10px;
}
.wp_wrap .fix_inq_box .inquiry_wrap .inq_inner .form_in {
    gap: 15px;
}
.wp_wrap .fix_inq_box .inquiry_wrap .inq_inner .tit_box{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.wp_wrap .fix_inq_box .inquiry_wrap .inq_inner .tit_box span {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    width: 110px;
    height: 41px;
    border-radius: 40px;
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 25px;
}
.wp_wrap .fix_inq_box .inquiry_wrap .inq_inner .tit_box .txt {
    font-size: 25px;
}


.wp_wrap .m_sec01 {
    padding: 60px 0;
}
.wp_wrap .m_sec01 .cont_box {
    align-items: center;
    flex-direction: column;
    gap: 40px;
}
.wp_wrap .m_sec01 .cont_box .store {
    width: 75%;
}
.wp_wrap .m_sec01 .cont_box .store .img_box {
    /* height: 325px; */
    height: unset;
    aspect-ratio: auto 1/0.628;
}
.wp_wrap .m_sec01 .cont_box .store .sales .amount .am_box .name {
    min-width: 32%;
}
.wp_wrap .m_sec01 .cont_box .store .st_name {
    font-size: 35px;
    margin-bottom: 40px;
}
.wp_wrap .m_sec01 .cont_box .store .sales .amount .am_box .name, 
.wp_wrap .m_sec01 .cont_box .store .sales .amount .am_box .price,
.wp_wrap .m_sec01 .cont_box .store .sales .amount .am_box .open {
    font-size: 30px;
    padding: 14px 0;
}








.wp_wrap .m_sec02 {
    padding-top: 60px;
}

.wp_wrap .m_sec03 .tit_box {
    margin-bottom: 40px;
}
.wp_wrap .m_sec03 .cont_box .top{
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
}
.wp_wrap .m_sec03 .cont_box .top .lt_txt{
    order: 2;
}
.wp_wrap .m_sec03 .cont_box .top .lt_txt .bigtxt {
    margin-bottom: 0;
}
.wp_wrap .m_sec03 .cont_box .top .lt_txt .smtxt{
    display: none;
    font-size: 19px;
}
.wp_wrap .m_sec03 .cont_box .top .img_box{
    order: 1;
    margin-bottom: 30px;
}
.wp_wrap .m_sec03 .cont_box .top .bigtxt{
    font-size: 52px;
    margin-bottom: 15px;
}
.wp_wrap .m_sec03 .cont_box .top .smtxt{
    font-size: 19px;
}
.wp_wrap .m_sec03 .cont_box .top .rt_txt{
    order: 3;
}

.wp_wrap .m_sec03 .cont_box .top .smtxt.mosmtxt{
    display: block;
}
.wp_wrap .m_sec03 .cont_box .top .img_box .chopsticks {
    top: auto;
    right: auto;
    bottom: -210px;
    left: 215px;
    width: auto;
}
.wp_wrap .m_sec03 .cont_box .top .img_box .chopsticks img {
    width: 160px;
    margin-left: 0;
    margin-right: auto;
}





.wp_wrap .m_sec04 {
    padding: 60px 0;
}
.wp_wrap .m_sec04 .tit_box {
    margin-bottom: 40px;
}
.wp_wrap .m_sec04 .point_itms li {
    height: auto;
    flex-direction: column;
    padding: 50px 15px;
    gap: 40px;
}
.wp_wrap .m_sec04 .point_itms li .lt,
.wp_wrap .m_sec04 .point_itms li .rt {
    max-width: 405px;
    width: 100%;
    margin: 0 auto;
}
.wp_wrap .m_sec04 .point_itms li:nth-child(1) {
    background: #fda192;
}
.wp_wrap .m_sec04 .point_itms li:nth-child(2) {
    background: #fff;
}
.wp_wrap .m_sec04 .point_itms li:nth-child(3) {
    background: #cf0101;
}
.wp_wrap .m_sec04 .point_itms li:nth-child(1) img,
.wp_wrap .m_sec04 .point_itms li:nth-child(2) img{
    width: 75%;
}
.wp_wrap .m_sec04 .point_itms li:nth-child(3) img{
    width: 95%;
}
.wp_wrap .m_sec04 .point_itms li .rt .txt_box .tit {
    font-size: 40px;
    margin-bottom: 15px;
}
.wp_wrap .m_sec04 .point_itms li .rt .txt_box .desc {
    font-size: 19px;
    line-height: 1.5;
}
.wp_wrap .m_sec04 .point_itms li .rt .txt_box .desc br {
    display: block;
}



.wp_wrap .m_sec05 {
    padding: 60px 0;
}
.wp_wrap .m_sec05 .tit_box {
    margin-bottom: 40px;
}
.wp_wrap .m_sec05 .top {
    align-items: unset;
    flex-direction: column;
    margin-bottom: 50px;
}
.wp_wrap .m_sec05 .top .lt, 
.wp_wrap .m_sec05 .top .rt {
    width: 100%;
}
.wp_wrap .m_sec05 .top .rt .txt_box .tit {
    font-size: 50px;
}
.wp_wrap .m_sec05 .top .rt .txt_box .tit br{
    display: none;
}
.wp_wrap .m_sec05 .top .rt {
    padding: 60px;
}
.wp_wrap .m_sec05 .tab_wrap .tab_mnu {
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.wp_wrap .m_sec05 .tab_wrap .tab_mnu button {
    width: 50%;
}
.wp_wrap .m_sec05 .tab_wrap .tab_mnu button:nth-child(1),
.wp_wrap .m_sec05 .tab_wrap .tab_mnu button:nth-child(2){
    border-bottom: 1px solid #fff;
}
.wp_wrap .m_sec05 .tab_wrap .tab_mnu button:nth-child(3){
    border-left: 1px solid #fff;
}
.wp_wrap .m_sec05 .tab_wrap .tab_cont .tab_cont_li ul>li .li_in .img_box {
    height: 225px;
}
.wp_wrap .m_sec05 .tab_wrap .tab_cont .tab_cont_li ul>li .li_in .txt_box p {
    font-size: 25px;
}
.wp_wrap .m_sec05 .tab_wrap .tab_cont .tab_cont_li ul>li .li_in .txt_box {
    height: 50px;
}


.wp_wrap .m_sec06 {
    padding: 60px 0;
}
.wp_wrap .m_sec06 .tit_box {
    margin-bottom: 40px;
}
.wp_wrap .m_sec06 .cont_box .top .img_box {
    margin-bottom: 60px;
}
.wp_wrap .m_sec06 .cont_box .bot .store_itms {
    grid-template-columns: repeat(2, 1fr);
}



.wp_wrap .m_sec07 {
    padding: 170px 0 60px 0;
}
.wp_wrap .m_sec07 .dajim {
    /* height: 190px; */
    margin-bottom: 40px;
    background: #2b2b2b;
}
.wp_wrap .m_sec07 .dajim>p {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.wp_wrap .m_sec07 .tit_box {
    margin-bottom: 40px;
}
.wp_wrap .m_sec07 .benefit_itms {
    gap: 10px;
}
.wp_wrap .m_sec07 .benefit_itms li{
    width: 100%;
}
.wp_wrap .m_sec07 .benefit_itms li img{
    width: 100%;
}



.wp_wrap .m_sec08{
    padding: 60px 0;
}
.wp_wrap .m_sec08 .expense_table .unit {
    font-size: 16px;
    margin-bottom: 7px;
}
.wp_wrap .m_sec08 .expense_table table td.th > div {
    font-size: 20px !important;
}
.wp_wrap .m_sec08 .expense_table table td:nth-child(2),
.wp_wrap .m_sec08 .expense_table table td:nth-child(3) > div {
    font-size: 16px;
}
.wp_wrap .m_sec08 .expense_table table td:nth-child(1) {
    font-size: 18px;
}
.wp_wrap .m_sec08 .expense_table table td > div .priceimg1, 
.wp_wrap .m_sec08 .expense_table table td > div .priceimg2, 
.wp_wrap .m_sec08 .expense_table table td > div .priceimg4 {
    width: 96px;
}
.wp_wrap .m_sec08 .expense_table table td > div .priceimg3 {
    width: 152px;
}
.wp_wrap .m_sec08 .expense_table table td > div .priceimg5 {
    width: 120px;
}
.wp_wrap .m_sec08 .expense_table table td > div .priceimg6 {
    width: 26px;
}
.wp_wrap .m_sec08 .expense_table table td:nth-child(3) > div.ant .top {
    flex-direction: column;
}
.wp_wrap .m_sec08 .expense_table table td:nth-child(3) > div {
    flex-direction: column;
    gap: 3px;
}
.wp_wrap .m_sec08 .expense_table .changup {
    padding: 20px;
}
.wp_wrap .m_sec08 .expense_table .changup .lt {
    width: 145px;
}
.wp_wrap .m_sec08 .expense_table .changup .lt p {
    font-size: 32px;
}
.wp_wrap .m_sec08 .expense_table .changup .rt .tit {
    font-size: 28px;
}
.wp_wrap .m_sec08 .expense_table .changup .rt .desc {
    font-size: 18px;
}
.wp_wrap .m_sec08 .expense_table .changup .lt {
    width: 145px;
    height: 125px;
}


.wp_wrap .m_sec09 {
    padding: 60px 0;
}
.wp_wrap .m_sec09 .tit_box {
    margin-bottom: 40px;
}
.wp_wrap .m_sec09 .m_inquir_form {
    padding: 60px 30px;
}
.wp_wrap .m_sec09 .m_inquir_form .tit {
    font-size: 25px;
}
.wp_wrap .m_sec09 .m_inquir_form .ip_box .ques {
    min-width: 175px;
    font-size: 20px;
}
.wp_wrap .m_sec09 .m_inquir_form .ip_box .answ input, 
.wp_wrap .m_sec09 .m_inquir_form .ip_box .answ textarea {
    padding: 10px;
    max-width: 100%;
    font-size: 16px;
}
.wp_wrap .m_sec09 .m_inquir_form .policy_area .lt input[type="checkbox"] + label {
    gap: 8px;
    font-size: 17px;
}
.wp_wrap .m_sec09 .m_inquir_form .policy_area .lt input[type="checkbox"] + label span {
    width: 28px;
    min-width: 28px;
    height: 28px;
}
.wp_wrap .m_sec09 .m_inquir_form .policy_area {
    padding: 20px;
    margin-bottom: 40px;
}
.wp_wrap .m_sec09 .m_inquir_form .policy_area .rt button {
    height: 40px;
    font-size: 17px;
}
.wp_wrap .m_sec09 .m_inquir_form .sbm_btn>button {
    font-size: 20px;
}
/**********************************************************************************************************************/


/**********************************************************************************************************************/
/* 서브 */
/**********************************************************************************************************************/
.wp_wrap .s_menu{
    padding: 60px 0;
} 
/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 개안정보보호 모달 */
/**********************************************************************************************************************/
.wp_wrap .pv_md .md_outer .width_inner .md_inner {
    max-height: 65vh;
}
.wp_wrap .pv_md .md_outer .width_inner .md_inner .md_bd {
    padding: 20px;
}
/**********************************************************************************************************************/

}









@media (max-width: 576px) {
/**********************************************************************************************************************/
/* 공통 */
/**********************************************************************************************************************/
.wp_wrap .tit_box .txt01 {
    font-size: 50px;
}
.wp_wrap .tit_box .desc01 {
    font-size: 17px;
    padding-top: 10px;
}
/**********************************************************************************************************************/


/**********************************************************************************************************************/
/* 헤더 */
/**********************************************************************************************************************/
.wp_wrap header .h_inner .h_logo {
    min-width: 120px;
    width: 120px;
}
.wp_wrap header .h_inner .mopen .icon_box {
    gap: 6px;
    padding: 7px 6px;
}
.wp_wrap header .h_inner .h_rt {
    gap: 10px;
}
/**********************************************************************************************************************/

/**********************************************************************************************************************/
/* 푸터 */
/**********************************************************************************************************************/
.wp_wrap footer .f_info01>li::after {
    display: none;
}
.wp_wrap footer .f_info01>li {
    padding-right: 0;
    margin-right: 0;
}
.wp_wrap footer .f_info {
    flex-direction: column;
}
.wp_wrap footer .f_info>li,
.wp_wrap footer .f_info>li a{
    font-size: 14px;
}
.wp_wrap footer .f_info>li{
    line-height: 1.35;
}
.wp_wrap footer .copyright {
    font-size: 13px;
}
.wp_wrap footer .f_info02 {
    gap: 5px;
    margin-bottom: 15px;
}
/**********************************************************************************************************************/


/**********************************************************************************************************************/
/* 메인 */
/**********************************************************************************************************************/
.wp_wrap .m_sec01 .cont_box .store {
    width: 100%;
}


.wp_wrap .m_sec02 .slider_area {
    margin: 50px 0 80px 0;
}
.wp_wrap .m_sec02 .slider_area .balloon_slider .slick-slide img{
    width: 280px;
}
.wp_wrap .m_sec02 .set_noti {
    padding: 55px 30px;
}
.wp_wrap .m_sec02 .set_noti .txt01 {
    font-size: 40px;
}
.wp_wrap .m_sec02 .set_noti .txt02 {
    font-size: 18px;
    margin-bottom: 25px;
}
.wp_wrap .m_sec02 .set_noti .txt03 {
    font-size: 18px;
}


.wp_wrap .m_sec04 .point_itms li .rt .txt_box .tit {
    font-size: 35px;
    margin-bottom: 10px;
}
.wp_wrap .m_sec04 .point_itms li .rt .txt_box .desc {
    font-size: 17px;
}
.wp_wrap .m_sec04 .point_itms li .rt .txt_box .key_txt {
    gap: 10px;
}
.wp_wrap .m_sec04 .point_itms li .rt .txt_box .key_txt span {
    width: 140px;
    height: 38px;
    border-radius: 40px;
    font-size: 15px;
}



.wp_wrap .m_sec05 .top .rt {
    padding: 45px;
}
.wp_wrap .m_sec05 .top .rt .txt_box .tit {
    font-size: 40px;
}
.wp_wrap .m_sec05 .top .rt .txt_box .tit .sm {
    font-size: 30px;
}
.wp_wrap .m_sec05 .tab_wrap .tab_cont .tab_cont_li ul>li .li_in .img_box {
    height: 165px;
}
.wp_wrap .m_sec05 .tab_wrap .tab_mnu button {
    padding: 15px 0;
    font-size: 27px;
}
.wp_wrap .m_sec05 .tab_wrap .tab_cont .tab_cont_li ul {
    gap: 15px;
}
.wp_wrap .m_sec05 .tab_wrap .tab_cont .tab_cont_li ul>li .li_in .txt_box p {
    font-size: 23px;
}
.wp_wrap .m_sec05 .tab_wrap .tab_cont .tab_cont_li .more_btn {
    margin-top: 40px;
}



.wp_wrap .m_sec06 .cont_box .top .img_box {
    height: 180px;
    margin-bottom: 40px;
}
.wp_wrap .m_sec06 .cont_box .bot .store_itms li .li_in .name {
    font-size: 25px;
}



.wp_wrap .m_sec07 {
    padding: 130px 0 60px 0;
    scroll-margin-top: -40px
}

.wp_wrap .m_sec07 .benefit_itms {
    flex-direction: column;
}

.wp_wrap .m_sec08 .expense_table table td.th > div {
    font-size: 17px !important;
}
.wp_wrap .m_sec08 .expense_table .unit {
    font-size: 14px;
    margin-bottom: 5px;
}
.wp_wrap .m_sec08 .expense_table table td:nth-child(1),
.wp_wrap .m_sec08 .expense_table table td:nth-child(2), 
.wp_wrap .m_sec08 .expense_table table td:nth-child(3) > div {
    font-size: 14px;
}
.wp_wrap .m_sec08 .expense_table table td > div .priceimg1, 
.wp_wrap .m_sec08 .expense_table table td > div .priceimg2, 
.wp_wrap .m_sec08 .expense_table table td > div .priceimg4 {
    width: 77px;
}
.wp_wrap .m_sec08 .expense_table table td > div .priceimg3 {
    width: 121px;
}
.wp_wrap .m_sec08 .expense_table table td > div .priceimg5 {
    width: 96px;
}
.wp_wrap .m_sec08 .expense_table table td > div .priceimg6 {
    width: 21px;
}



.wp_wrap .m_sec09 .m_inquir_form {
    padding: 40px 20px;
}

.wp_wrap .m_sec09 .m_inquir_form .ip_box {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
}
.wp_wrap .m_sec09 .m_inquir_form .tit {
    font-size: 22px;
}
.wp_wrap .m_sec09 .m_inquir_form .ip_box .ques {
    font-size: 18px;
}
.wp_wrap .m_sec09 .m_inquir_form .ip_box .ques span {
    margin-right: 10px;
}
.wp_wrap .m_sec09 .m_inquir_form .policy_area {
    flex-direction: column;
    gap: 15px;
}
.wp_wrap .m_sec09 .m_inquir_form .policy_area {
    padding: 20px 10px;
    margin-bottom: 30px;
}
.wp_wrap .m_sec09 .m_inquir_form .policy_area .lt input[type="checkbox"] + label {
    gap: 5px;
    font-size: 15px;
}
.wp_wrap .m_sec09 .m_inquir_form .policy_area .lt input[type="checkbox"] + label span {
    width: 23px;
    min-width: 23px;
    height: 23px;
}
.wp_wrap .m_sec09 .m_inquir_form .policy_area .rt button {
    height: 40px;
    font-size: 15px;
}
.wp_wrap .m_sec09 .m_inquir_form .sbm_btn>button {
    font-size: 18px;
}
/**********************************************************************************************************************/

}










@media (max-width: 430px) {
/**********************************************************************************************************************/
/* 공통 */
/**********************************************************************************************************************/
.wp_wrap .tit_box .txt01 {
    font-size: 38px;
}
.wp_wrap .tit_box .desc01 {
    font-size: 15px;
}
/**********************************************************************************************************************/


/**********************************************************************************************************************/
/* 헤더 */
/**********************************************************************************************************************/
.wp_wrap header .h_inner .tel a {
    font-size: 19px;
}
/**********************************************************************************************************************/


/**********************************************************************************************************************/
/* 메인 */
/**********************************************************************************************************************/
.wp_wrap .fix_inq_box {
    /* bottom: -309px; */
}
.wp_wrap .fix_inq_box .inquiry_wrap .inq_inner .tit_box span {
    font-size: 22px;
}
.wp_wrap .fix_inq_box .inquiry_wrap .inq_inner .form_in .ip_box input {
    font-size: 15px;
    padding: 8px;
}
.wp_wrap .fix_inq_box .inquiry_wrap .inq_inner .form_in .inq_rt {
    gap: 15px;
    flex-direction: column;
}
.wp_wrap .fix_inq_box .inquiry_wrap .inq_inner .form_in .policy input[type="checkbox"] + label .chk_icon {
    width: 27px;
    height: 27px;
}
.wp_wrap .fix_inq_box .inquiry_wrap .inq_inner .form_in .sbm_btn button {
    width: 170px;
    font-size: 16px;
}



.wp_wrap .m_visual .txt_box {
    top: 100px;
}
.wp_wrap .m_visual .txt_box .toptxt p {
    font-size: 28px;
}
.wp_wrap .m_visual .txt_box .bottxt .txt01 img {
    width: 290px;
}
.wp_wrap .m_visual .txt_box .bottxt .txt02 img {
    width: 215px;
}


.wp_wrap .m_sec01 .tit_box {
    margin-bottom: 40px;
}
.wp_wrap .m_sec01 .cont_box .store .img_box {
    margin-bottom: 20px;
}
.wp_wrap .m_sec01 .cont_box .store .st_name {
    font-size: 31px;
    margin-bottom: 30px;
}
.wp_wrap .m_sec01 .cont_box .store .sales .amount {
    margin-bottom: 10px;
    padding: 8px;
}
.wp_wrap .m_sec01 .cont_box .store .sales .amount .am_box .name, 
.wp_wrap .m_sec01 .cont_box .store .sales .amount .am_box .price,
.wp_wrap .m_sec01 .cont_box .store .sales .amount .am_box .open {
    font-size: 25px;
    padding: 12px 0;
}
.wp_wrap .m_sec01 .cont_box .store .sales .standard {
    font-size: 15px;
}





.wp_wrap .m_sec02 {
    padding-bottom: 334px;
}
.wp_wrap .m_sec02 .slider_area {
    margin: 50px 0 60px 0;
}
.wp_wrap .m_sec02 .set_noti {
    padding: 40px 25px;
    min-width: 260px;
}
.wp_wrap .m_sec02 .slider_area .balloon_slider .slick-slide img {
    width: 250px;
}
.wp_wrap .m_sec02 .set_noti .txt01 {
    font-size: 32px;
}
.wp_wrap .m_sec02 .set_noti .txt02 {
    font-size: 15px;
    margin-bottom: 25px;
    padding: 8px 25px;
}
.wp_wrap .m_sec02 .set_noti .txt03 {
    font-size: 16px;
}


.wp_wrap .m_sec03 .cont_box .top .bigtxt {
    font-size: 38px;
    margin-bottom: 10px;
}
.wp_wrap .m_sec03 .cont_box .top .smtxt {
    font-size: 17px;
}
.wp_wrap .m_sec03 .cont_box .top .img_box .chopsticks img {
    width: 120px;
}
.wp_wrap .m_sec03 .cont_box .top .img_box .chopsticks {
    bottom: -165px;
    left: 165px;
}


.wp_wrap .m_sec04 .point_itms li .lt,
.wp_wrap .m_sec04 .point_itms li .rt {
    width: 100%;
}
.wp_wrap .m_sec04 .point_itms li {
    padding: 35px 15px;
    gap: 30px;
}
.wp_wrap .m_sec04 .point_itms li .rt .txt_box .tit {
    font-size: 30px;
    margin-bottom: 10px;
}
.wp_wrap .m_sec04 .point_itms li .rt .txt_box .desc br{
    display: none;
}

.wp_wrap .m_sec05 .top .rt {
    padding: 30px 20px;
}
.wp_wrap .m_sec05 .top .rt .txt_box .tit {
    font-size: 35px;
}
.wp_wrap .m_sec05 .top .rt .txt_box .tit .sm {
    font-size: 25px;
}

.wp_wrap .m_sec05 .top .rt .txt_box .best {
    width: 150px;
    height: 33px;
    font-size: 15px;
}
.wp_wrap .m_sec05 .top .rt .txt_box .desc {
    font-size: 16px;
}
.wp_wrap .m_sec05 .tab_wrap .tab_cont .tab_cont_li ul>li .li_in .img_box {
    height: 125px;
}
.wp_wrap .m_sec05 .tab_wrap .tab_cont .tab_cont_li ul>li .li_in .txt_box p {
    font-size: 21px;
}
.wp_wrap .m_sec05 .tab_wrap .tab_cont .tab_cont_li ul>li .li_in .txt_box {
    height: 40px;
}
.wp_wrap .m_sec05 .tab_wrap .tab_mnu button {
    padding: 12px 0;
    font-size: 25px;
}



.wp_wrap .m_sec06 .tit_box {
    margin-bottom: 25px;
}
.wp_wrap .m_sec06 .cont_box .top .img_box {
    height: 150px;
}
.wp_wrap .m_sec06 .cont_box .bot .store_itms li {
    height: 85px;
}
.wp_wrap .m_sec06 .cont_box .bot .store_itms li .li_in {
    gap: 5px;
}
.wp_wrap .m_sec06 .cont_box .bot .store_itms li .li_in .name {
    font-size: 22px;
}
.wp_wrap .m_sec06 .cont_box .bot .store_itms li .li_in .open {
    font-size: 19px;
    width: 80px;
    height: 23px;
    letter-spacing: 1px;
}
.wp_wrap .m_sec06 .cont_box .bot .store_itms {
    gap: 15px 10px;
}


.wp_wrap .m_sec07 {
    border: 7px solid transparent;
    border-image: linear-gradient(45deg, rgba(254, 241, 199, 1) 0%, rgba(189, 165, 104, 1) 100%);
    background: url(../img/main/sec07_bg.jpg) no-repeat center top / cover;
    border-image-slice: 1;
    padding: 100px 0 60px 0;    
    scroll-margin-top: -10px
}
.wp_wrap .m_sec07 .dajim {
    height: 230px;
}
.wp_wrap .m_sec07 .dajim>p {
    font-size: 23px;
}
.wp_wrap .m_sec07 .dajim img {
    width: 200px;
}
.wp_wrap .m_sec07 .bg_acc02 {
    top: -7px;
}



.wp_wrap .m_sec08 .tit_box {
    margin-bottom: 30px;
}
.wp_wrap .m_sec08 .expense_table .changup {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    padding: 20px 15px;
}
.wp_wrap .m_sec08 .expense_table .changup .lt {
    width: 130px;
    height: 55px;
}
.wp_wrap .m_sec08 .expense_table .changup .lt p {
    font-size: 24px;
}
.wp_wrap .m_sec08 .expense_table .changup .rt .tit {
    margin-bottom: 10px;
}
.wp_wrap .m_sec08 .expense_table .changup .rt .desc {
    font-size: 16px;
}
.wp_wrap .m_sec08 .expense_table .changup .rt .tit {
    font-size: 24px;
}


.wp_wrap .m_sec09 .m_inquir_form {
    padding: 40px 10px;
}
/**********************************************************************************************************************/




/**********************************************************************************************************************/
/* 개안정보보호 모달 */
/**********************************************************************************************************************/
.wp_wrap .pv_md .md_outer .width_inner .md_inner .md_hd>p {
    font-size: 18px;
}
.wp_wrap .pv_md .md_outer .width_inner .icon_box i {
    font-size: 23px;
}
.wp_wrap .pv_md .md_outer .width_inner .icon_box {
    top: 14px;
}
.wp_wrap .pv_md .md_outer .width_inner .md_inner .md_bd {
    padding: 10px 15px;
}
/**********************************************************************************************************************/

}










@media (max-width: 375px) {
/**********************************************************************************************************************/
/* 헤더 */
/**********************************************************************************************************************/
.wp_wrap header .h_inner .h_logo {
    min-width: 90px;
    width: 90px;
}
.wp_wrap header .h_inner .mopen .icon_box span {
    width: 25px;
}
.wp_wrap header .h_inner .tel a {
    font-size: 16px;
}
/**********************************************************************************************************************/


/**********************************************************************************************************************/
/* 메인 */
/**********************************************************************************************************************/
.wp_wrap .m_sec01 .cont_box .store .sales .amount .am_box .name, 
.wp_wrap .m_sec01 .cont_box .store .sales .amount .am_box .price, 
.wp_wrap .m_sec01 .cont_box .store .sales .amount .am_box .open {
    font-size: 21px;
    padding: 12px 0;
}
.wp_wrap .m_sec04 .point_itms li .rt .txt_box .desc {
    font-size: 16px;
    margin-bottom: 20px;
}
.wp_wrap .m_sec04 .point_itms li .rt .txt_box .key_txt span {
    width: 50%;
    height: 35px;
}
.wp_wrap .m_sec05 .tab_wrap .tab_cont .tab_cont_li ul>li .li_in .img_box {
    height: 100px;
}
.wp_wrap .m_sec05 .tab_wrap .tab_cont .tab_cont_li ul {
    gap: 8px;
}
.wp_wrap .m_sec05 .top .rt .txt_box .tit {
    font-size: 30px;
}
.wp_wrap .m_sec05 .top .rt .txt_box .tit .sm {
    font-size: 23px;
}
.wp_wrap .m_sec05 .top .rt .txt_box .best {
    width: 140px;
    height: 31px;
    font-size: 14px;
}
.wp_wrap .m_sec05 .top .rt .txt_box .desc {
    font-size: 15px;
}
.wp_wrap .m_sec05 .tab_wrap .tab_mnu button {
    font-size: 23px;
}
.wp_wrap .m_sec05 .tab_wrap .tab_mnu {
    margin-bottom: 20px;
}
.wp_wrap .m_sec05 .tab_wrap .tab_cont .tab_cont_li .more_btn a {
    font-size: 23px;
}

.wp_wrap .m_sec06 .cont_box .bot .store_itms li {
    height: 75px;
}
.wp_wrap .m_sec06 .cont_box .bot .store_itms li .li_in .name {
    font-size: 18px;
}
.wp_wrap .m_sec06 .cont_box .bot .store_itms li .li_in .open {
    font-size: 16px;
    width: 70px;
    height: 20px;
}

/**********************************************************************************************************************/
}










@media (max-width: 320px) {
/**********************************************************************************************************************/
/* 메인 */
/**********************************************************************************************************************/
.wp_wrap .m_sec07 .dajim {
    height: 185px;
}
.wp_wrap .m_sec07 .dajim>p {
    font-size: 20px;
}
.wp_wrap .m_sec07 .dajim img {
    width: 180px;
}



.wp_wrap .m_sec09 .m_inquir_form {
    padding: 30px 10px;
}
.wp_wrap .m_sec09 .m_inquir_form .ip_box .ques {
    font-size: 16px;
}
.wp_wrap .m_sec09 .m_inquir_form .tit {
    font-size: 20px;
    margin-bottom: 30px;
}
.wp_wrap .m_sec09 .m_inquir_form .sbm_btn>button {
    font-size: 17px;
    height: 53px;
}
/**********************************************************************************************************************/
}
















































