/**********************************************/
/* 공통 */
.container{max-width:1690px;}
.pd15{padding:0 15px;}

.header{background:#fff;border-bottom:1px solid #d8d8d8;}

.sub_banner{position:relative;background:#d8d8d8;height:438px;}
.sub_banner .banner_txt{position:absolute;bottom:20%;}
.sub_banner .banner_txt h3{font-size:87px;color:#fff;font-weight:600;line-height:1;letter-spacing:-0.05rem;}

.sub_title_wrap{display:flex;flex-direction:column;margin:100px 0;}
.sub_title{display:flex;justify-content:center;align-items:center;gap:30px;color:#000;letter-spacing:-0.06rem;text-align:center;}
.sub_title h3{font-size:51px;font-weight:800;} 
.sub_title p{font-size:30px;font-weight:600;} 

.sub_title_wrap.reg{margin:100px 0 60px;}
.sub_title_wrap.lost{margin-top:0;}

.common_tab{margin:0 0 60px;}
.common_tab ul{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;margin:0;padding:0;}
.common_tab ul li{width:175px;height:175px;background:#fff;border:1px solid #d8d8d8;border-radius:15px;}
.common_tab ul li a{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;height:100%;}
.common_tab ul li a p{font-size:25px;color:#000;font-weight:700;}
.common_tab ul li a p img.icon_wh{display:none;}
.common_tab ul li.on{background:#3b3b3b;border:1px solid #3b3b3b;}
.common_tab ul li.on a p{color:#fff;}
.common_tab ul li.on a p img.icon_bk{display:none;}
.common_tab ul li.on a p img.icon_wh{display:block;}


/**********************************************/
/* 추가 */
.health_wrap.wid900{max-width:900px;}

.password_lost .sub_title{margin-top:0;}
.password_lost .health_wrap{max-width:868px;}

.src_box{display:flex;gap:40px;background:#f7f7f7;padding:50px 60px;margin-bottom:60px;}
.src_box .box{display:flex;align-items:center;}
.src_box .box label{font-size:27px;color:#3b3b3b;font-weight:500;width:150px;letter-spacing: -0.05em;}
.src_box .box:first-child{width:40%;}
.src_box .box:last-child{width:60%;}
.src_box .form_box{display:flex;align-items:center;gap:5px;width:calc(100% - 70px);}
.src_box .form_box select,
.src_box .form_box input{width:100%;border-radius:4px;padding:5px 10px;font-size:14px;color:#666;border:1px solid #eaeaea;height:41px;}
.src_box .form_box select:focus,
.src_box .form_box input:focus{border:1px solid #cecece !important;box-shadow:none;}
.src_box .form_box button{width:90px;height:41px;background:#d70a30;border:none;border-radius:4px;font-size:20px;color:#fff;font-weight:500;letter-spacing: -0.05em;}

.mo-menu-bar{margin-left:7px;display:none;}
.mo-menu-bar .dropdown-toggle img{max-width:23px;width:100%}
.mo-menu-bar .dropdown-toggle{background:#ededed;border:none;padding:0;width:34px;height:34px;line-height:34px;border-radius:50%;font-size:15px;color:#3b3b3b;display: flex;align-items: center;justify-content: center;}
.mo-menu-bar .dropdown-toggle:hover{background:#ededed;color:#3b3b3b;}
.mo-menu-bar .dropdown-toggle:focus{outline:0;box-shadow:none !important;}
.mo-menu-bar .dropdown-toggle::after{display:none;}
.mo-menu-bar .dropdown-menu{border:0;border-radius:8px;padding:12px 0;box-shadow:1px 3px 9px 0px rgb(0 0 0 / 15%);}
.mo-menu-bar .dropdown-menu .dropdown-item{padding:6px 45px;font-size:30px;color:#000;font-weight:800;}
.mo-menu-bar .dropdown-menu .dropdown-item:focus, 
.mo-menu-bar .dropdown-menu .dropdown-item:hover,
.mo-menu-bar .dropdown-menu .dropdown-item.active, 
.mo-menu-bar .dropdown-menu .dropdown-item:active{ color: #3b3b3b;text-decoration:none;background:#ededed;}
.mo-menu-bar .btn-check:focus+.btn-secondary, .mo-menu-bar .btn-secondary:focus{background:#ededed; color: #3b3b3b;}

/* location */
.location_cont{display:flex;justify-content:space-between;gap:40px; }
.location_cont .store_list{width:526px;}
.location_cont .store_list h3{background:#d70a30;border-radius:15px 15px 0 0;padding:10px 0;font-size:18px;color:#fff;font-weight:500;text-align:center;}
.location_cont .store_list .list_item{background:#fafafa;border-radius:0 0 15px 15px;margin-bottom:16px;}
.location_cont .store_list ul{overflow:auto;max-height:100%;height:615px;padding:20px 30px;margin-bottom:0;}
.location_cont .store_list .list_item ul::-webkit-scrollbar{width:6px;}
.location_cont .store_list .list_item ul::-webkit-scrollbar-thumb{height:200px;background:#ddd;border-radius:3px;}
.location_cont .store_list .list_item ul::-webkit-scrollbar-track{background:#f3f3f3;}
.location_cont .store_list ul li{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;background:#fff;border-radius:15px;padding:20px 15px;box-shadow:0px 2px 4px 0px rgb(0 0 0 / 10%);margin-bottom:15px;}
.location_cont .store_list ul li:last-child{margin-bottom:0;}
.location_cont .store_list ul li .item_flex{display:flex;align-items:flex-start;gap:15px;}
.location_cont .store_list ul li p.img{border-radius: 5px;overflow: hidden;max-width: 100px;}
.location_cont .store_list ul li p.img img{width: 100%;}
.location_cont .store_list ul li p span{display:block;font-size:18px;color:#303030;font-weight:500;line-height:1.2;letter-spacing: -0.05em;}
.location_cont .store_list ul li p span:first-child{margin-bottom:10px;}
.location_cont .store_list ul li p span b{position:relative;font-weight:800;}
.location_cont .store_list ul li p span b:before{content:"";position:absolute;top:8px;right:-6px;background:#303030;width:2px;height:13px;}
.location_cont .store_list ul li p span b:first-child{margin-right:10px;}
.location_cont .store_list ul li p span b:last-child:before{display:none;}
.location_cont .store_list ul li p button.btn_map{background:#f7f7f7;border:1px solid #eaeaea;border-radius:4px;padding:2px 8px;font-size:14px;color:#3b3b3b;font-weight:400;}
.location_cont .map{width:calc(100% - 566px);}
.location_cont .map iframe{width:100%;}
.location_cont .map #map{width:100% !important;height:700px !important}


.location_cont .pg_wrap{float:none;display:block;text-align:center;}
.location_cont .pg_current{background:#d70a30;border:1px solid #d70a30;font-size:15px;height:28px;line-height:24px;padding:0 5px;min-width:28px;}
.location_cont .pg_page{font-size:15px;height:28px;line-height:24px;padding:0 5px;min-width:28px;}
.location_cont .pg_page:hover{color:#d70a30;}

.mo_block{display:none;}
.mapModal .modal-content{background:none !important;}
.mapModal .modal-content .modal-body iframe{width:100%;}
.mapModal .modal-content .modal-body button.btn_close{position:absolute;right:16px;top:-19px;background:#d70a30;width:30px;height:30px;line-height:33px;border:0;border-radius:0;}
.mapModal .modal-content .modal-body button.btn_close i{font-size:16px;color:#fff;}

.store_info{display: inline-block;background:#fff;border-radius:15px;padding:20px;box-shadow:0px 2px 4px 0px rgb(0 0 0 / 10%);}
.store_info .info_img{display:flex;justify-content:center;gap:15px;margin-bottom:20px;}
.store_info .info_img p:first-child img{max-width:100%;width:182px;}
.store_info .info_img p:last-child img{max-width:100%;width:100px;}
.store_info .info_txt{max-width:300px;}
.store_info .info_txt p{font-size:15px;color:#3b3b3b;font-weight:500;line-height:1.2;margin-bottom:10px;}
.store_info .info_txt p b{position:relative;font-weight:800;}
.store_info .info_txt p b:before{content:"";position:absolute;top:2px;right:-8px;background:#777;width:1px;height:13px;}
.store_info .info_txt p b:first-child{margin-right:14px;}
.store_info .info_txt p b:last-child:before{display:none;}
.store_info .info_txt p span:first-child{margin-right:20px;}
.store_info .info_txt p span i{font-size:17px;color:#a5a5a5;margin-right:5px;vertical-align:middle;}
.store_info .info_txt p:first-child{margin-bottom:5px;}
.store_info .info_txt p:last-child{margin-bottom:10px;}


/* my_gift */
.my_gift{}
.my_gift .form_inner{width:715px;margin:65px auto;}   
.my_gift .list_item{border-bottom:4px solid #c8c8c8;}
.my_gift .list_item .form_inner li{display:flex;align-items:center;gap:5px;margin-bottom:45px;}
.my_gift .list_item .form_inner li:last-child{margin-bottom:0;}
.my_gift .list_item .form_inner p.txt01{width:23%;font-size:25px;color:#f4535d;font-weight:800;letter-spacing: -0.03em;}
.my_gift .list_item .form_inner p.txt02{width:77%;font-size:25px;color:#3b3b4b;font-weight:800;letter-spacing: -0.03em;}
.my_gift .list_item .form_inner p.num_chk span{border:1px solid #e9e9e9;border-radius:4px;padding:8px 12px;margin-right:4px;font-size:15px;color:#b4b4b4;font-weight:600;}
.my_gift .list_item .form_inner .btn_save{background:#ebebeb;border:none;border-radius:4px;padding:4px;width:100%;padding:10px 6px;font-size:16px;color:#3b3b3b;font-weight:700;}
.my_gift .list_item .form_inner .btn_save:focus,
.my_gift .list_item .form_inner .btn_save:active{box-shadow:none !important;}
.my_gift .list_item .send_txt h3{font-size:17px;color:#f4535d;font-weight:800;margin-bottom:20px;}
.my_gift .list_item .send_txt .send_form{display:flex;justify-content:space-between;align-items:center;}
.my_gift .list_item .send_txt .send_form .txt01{color:#3b3b4b;}
.my_gift .list_item .send_txt .send_form input{height:36px;border:1px solid #eaeaea;border-radius:4px;padding:5px 10px;font-size:14px;color:#666;width:70%}
.my_gift .list_item .send_txt .send_form input:focus{border:1px solid #cecece !important;box-shadow:none;}
.my_gift .list_item .send_txt .send_form button{background:#f4535d;border:none;border-radius:4px;padding:4px;width:28%;height:36px;font-size:15px;color:#fff;font-weight:600;}
.my_gift .list_item.coupone_item:last-child{border-bottom:0;}
.coupone_item .form_inner p.txt02{text-align:center;}
.coupone_item .form_inner p img{max-width:100%;}
.coupone_item .form_inner .btn_coupone{background:#fff;border:1px solid #ebebeb;border-radius:7px;padding:16px 6px;width:100%;font-size:25px;letter-spacing: -0.03em;color:#3b3b3b;font-weight:700;}
.coupone_item .form_inner .comp{background:#ebebeb;border-radius:4px;padding:10px 6px;width:100%;}


/* gift_voucher */
.doctor_select_box{letter-spacing:-0.03rem;max-width: 793px; width: 100%; margin: auto;}
.doctor_select_box .chk_doctor{border:1px solid #eaeaea;border-radius:8px;height:50px;padding:5px 10px;font-size:16px;color:#3b3b3b;font-weight:700;margin-bottom:5px;}
.doctor_select_box .chk_doctor label{position:relative;padding-left:40px;margin:8px 0 0 20px;transition:all 0.3s ease;}
.doctor_select_box .chk_doctor label input{position:absolute;z-index:-1;opacity:0;}
.doctor_select_box .chk_doctor label p{font-size:16px;color:#3b3b3b;font-weight:600;margin-bottom:0;}
.doctor_select_box .chk_doctor label > span{position:absolute;top:0;left:0;width:22px;height:22px;border-radius:6px;border:1px solid #cecece;}
.doctor_select_box .chk_doctor label > span:after{content:'';position:absolute;display:none;border:solid #f4525d;top:50%;left:50%;margin-left:-2px;margin-top:-6px;width:5px;height:10px;border-width:0 2px 2px 0 !important;transform:rotate(45deg);}
.doctor_select_box .chk_doctor label > span:after{display:block;border:solid #fff;}
.doctor_select_box .chk_doctor label input:checked ~ span{border:solid #f4535d;background:#f4535d;}
.doctor_select_box .sch_doctor{display:flex;justify-content:space-between;align-items:center;gap:5px;}
.doctor_select_box .sch_doctor input{width:70%;border:1px solid #eaeaea;border-radius:8px;height:50px;padding:5px 10px;font-size:16px;color:#3b3b3b;font-weight:600;text-align:center;}
.doctor_select_box .sch_doctor input::placeholder{color:#cecece}
.doctor_select_box .sch_doctor input:focus{border:1px solid #cecece !important;box-shadow:none;}
.doctor_select_box .sch_doctor .btn_doctor{width:30%;background:#f8f8f8;border:1px solid #eaeaea;border-radius:8px;height:50px;padding:5px 10px;font-size:16px;color:#3b3b3b;font-weight:600;}

.doctor_select_box .tab{}
.doctor_select_box .nav{width:100%;flex-wrap:nowrap;gap:5px;}
.doctor_select_box li.nav-item{background:#ebebeb;width:50%;border-radius:12px 12px 0 0;text-align:center;cursor:pointer;}
.doctor_select_box .nav-link{padding:10px;font-size:18px;color:#3b3b3b;font-weight:600;}
.doctor_select_box .nav-pills .nav-link{border-radius:inherit;}
.doctor_select_box .nav-pills .nav-link.active, .nav-pills .show>.nav-link{background-color:#f4525d;}
.doctor_select_box .select_doc_form{display:flex;align-items:center;gap:5px;margin-bottom: 50px;}
.doctor_select_box .select_doc_form input{width:100%;border:1px solid #eaeaea;border-radius:8px;height:50px;line-height:48px;padding:5px 10px;font-size:16px;color:#3b3b3b;font-weight:600;letter-spacing:-0.03rem;}
.doctor_select_box .select_doc_form input::placeholder{color:#cecece}
.doctor_select_box .select_doc_form input:focus{border:1px solid #cecece !important;box-shadow:none;}
.doctor_select_box .select_doc_form button{width:300px;background:#f8f8f8;border:1px solid #eaeaea;border-radius:8px;height:50px;font-size:16px;color:#3b3b3b;font-weight:600;}
.selectModal .modal-header{border-bottom:1px solid #ebebeb !important;}
.selectModal .modal_form{display:flex;align-items:center;gap:5px;border-bottom:3px dotted #dee2e6;padding-bottom:25px;}
.selectModal .modal_form input{width:100%;border:1px solid #eaeaea;border-radius:4px;height:42px;padding:5px 10px;font-size:14px;color:#3b3b3b;font-weight:500;letter-spacing:-0.03rem;}
.selectModal .modal_form input::placeholder{color:#cecece}
.selectModal .modal_form input:focus{border:1px solid #cecece !important;box-shadow:none;}
.selectModal .modal_form button{width:80px;background:#f8f8f8;border:1px solid #eaeaea;border-radius:4px;height:42px;font-size:14px;color:#3b3b3b;font-weight:600;}
.selectModal .modal_list{padding:20px 0;}
.selectModal .modal_list ul{margin:0;}
.selectModal .modal_list ul li{display:flex;justify-content:space-between;align-items:center;gap:20px;border-bottom:1px solid #eaeaea;padding:6px 12px;}
.selectModal .modal_list ul li:hover{background:#f8f8f8;}
.selectModal .modal_list ul li p{font-size:16px;color:#3b3b3b;font-weight:500;text-align:left;width:100%;}
.selectModal .modal_list ul li p span{position:relative;display:inline-block;vertical-align:text-top;padding:3px;}
.selectModal .modal_list ul li p span:before{content:"";position:absolute;top:8px;right:-12px;background:#777;width:1px;height:13px;}
.selectModal .modal_list ul li p span:first-child{margin-right:20px;}
.selectModal .modal_list ul li p span:last-child:before{display:none;}
.selectModal .modal_list ul li button{width:50px;background:#f4525d;border:1px solid #f4525d;border-radius:4px;height:32px;font-size:14px;color:#fff;font-weight:600;} 
.selectModal .modal_btn{background:#f4535D;border-radius:0 0 19px 19px;padding:10px 20px;cursor:pointer;}
.selectModal .modal_btn p{font-size:18px;color:#fff;font-weight:600;text-align:center;}

.event_box .evnet_banner{cursor:pointer;}

.event_list .btn_list{text-align:center;padding-top:15px;}
.event_list .btn_list a{display:inline-block;width:200px;height:50px;line-height:50px;background:#f4535D;border-radius:8px;padding:0 15px;font-size:18px;color:#fff;font-weight:600;cursor:pointer;transition:all 0.3s ease;}
.event_list .btn_list a:hover{background:#e74b55;}


/* myyakdam */
.myyakdam_wrap .inner{display:flex;justify-content:center;align-items:center;gap:60px;}
.myyakdam_wrap .myyakdam_img img{width:100%;border-radius:20px;}
.myyakdam_wrap .myyakdam_txt{}
.myyakdam_wrap .myyakdam_txt h2{font-size:51px;color:#000;font-weight:800;letter-spacing:-0.05em;line-height:1;margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #dededf;}
.myyakdam_wrap .myyakdam_txt p{font-size:35px;color:#000;font-weight:600;letter-spacing:-0.05em;word-break:keep-all;}
.myyakdam_wrap .myyakdam_txt p.date{font-size:50px;}
.myyakdam_wrap .myyakdam_txt .myyakdam_btn{margin-top:30px;}
.myyakdam_wrap .myyakdam_txt a{display:block;width:100%;background:#eee;font-size:37px;color:#000;font-weight:800;letter-spacing:-0.03em;text-align:center;border-radius:20px;padding:15px;margin-bottom:15px;transition:all 0.3s ease;}
.myyakdam_wrap .myyakdam_txt a:last-child{margin-bottom:0;}
.myyakdam_wrap .myyakdam_txt a:hover{background:#d70a30;color:#fff;}


/* coupon */
.coupon_wrap{text-align:center;}
.coupon_img{margin-bottom:30px;}
.coupon_img img{width:580px;}
.coupon_txt{font-weight:500;letter-spacing:-0.04em;}
.coupon_txt h3{font-size:45px;font-weight:700;color:#000;letter-spacing:-0.05em;}
.coupon_txt p{font-size:30px;letter-spacing:-0.05em;}


/**********************************************/
/* 수정 */
.header .head_inner{padding:44px 0;}

#overlay nav{margin:110px auto 0;padding-bottom:130px;max-height:100%;overflow:auto;}
#overlay nav::-webkit-scrollbar{display:none;}

.health_wrap .health_pd{padding:0 20px}
.health_wrap .health_pd .health_ess b,
.health_wrap .health_pd .health_input .health_chk label b,
.health_wrap .health_pd .label_chk label h3 b{color:#f4535d;}
.health_wrap .health_pd .label_chk label{padding-left:55px;}
.health_wrap .health_pd .health_input .health_chk .health_flex input,
.health_wrap .health_pd .health_input .health_chk .health_flex button{border:1px solid #eaeaea;border-radius:8px;}
.health_wrap .health_pd .health_input .health_chk{margin-bottom:20px;}
.health_wrap .health_pd .health_input .health_chk .health_flex.radio_box .label_radio > span{width:20px;height:20px;border-radius:50%;border:1px solid #ebebeb;background:#ebebeb;}
.health_wrap .health_pd .health_input .health_chk .health_flex.radio_box .label_radio > span:after{display:block;border:solid #fff;}
.health_wrap .health_pd .health_input .health_chk .health_flex.radio_box .label_radio input:checked ~ span{border:solid #d70a30;background:#d70a30;}
.health_wrap .health_pd .health_input .health_chk .health_flex button{margin-left:16px;}
.health_wrap .add_chennal button{background:#d70a30;border:1px solid #d70a30;border-radius:8px;height:55px;transition:all 0.3s ease;}
.health_wrap .add_chennal button:hover{background:#ad0827;border:1px solid #ad0827;}

.health_wrap .health_pd .label_chk label > span{top:2px;}
.health_wrap .health_pd .label_chk label > span:after {border:solid #d70a30;}

.subscribe_info_wrap .info_name{font-size:28px;margin:70px 0 50px;}
.subscribe_info_wrap .info_name span{font-size:45px;}

.health_wrap .apply_bottom{border-top: 2px dashed #d70a30;}

.product_wrap .mypage_warning{background:#f6f6f6;border:1px solid #eaeaea;padding:12px 10px;font-weight:500;}
.product_wrap .passwrod_wrap .passwrod_box input{border:1px solid #eaeaea;border-radius:8px;height:55px;padding:0 15px;font-size:16px;}
.product_wrap .passwrod_wrap .passwrod_box input:focus{box-shadow:none;border:1px solid #eaeaea !important;border-bottom:none;}

.product_wrap .delivery_wrap,
.product_wrap .item_list_wrap{border-bottom:2px solid #eaeaea;}
.product_wrap .delivery_wrap ul li h4{font-size:36px;}
.product_wrap .delivery_wrap ul li p{font-size:60px;}
.product_wrap .delivery_wrap ul li p.act{color:#d70a30;}
.product_wrap .delivery_wrap ul li:after{width:1px;}
.product_wrap .item_info .item_text p{color:#d70a30;}

.product_wrap .password_btn button{background:#d70a30;border:1px solid #d70a30;font-size:18px;font-weight:600;height:55px;padding:0 15px;}
.custmer_wrap .custmer_txt h3{color:#d70a30;}

.yak_gift_voucher .voucher_num_text{color:#3b3b3b;font-weight:800;margin:100px 0 45px;}
.yak_gift_voucher .voucher_num input[type="text"],.yak_gift_voucher .voucher_num button{border-radius:8px;}
.yak_gift_voucher .voucher_num input[type="text"]:focus{box-shadow: none; border: 2px solid #e3e3e3 !important;}
.my_gift .bl_700{display:none}

.sub_modal .modal_btn{background:#d70a30;}

.pagenation_wrap{margin-top:50px;}
.pagenation_wrap .pagenation_link li a{background:rgb(238 238 238);color:#959595;font-weight:600;}
.pagenation_wrap .pagenation_link li a.on{background:#d70a30;}
.pagenation_wrap .pagenation_link li a i{color:#959595;}
.pagenation_wrap .pagenation_link li a:hover{background:#fafafa;color:#d70a30;border:1px solid #eee;}
.pagenation_wrap .pagenation_link li a.on:hover{background:#d70a30;color:#fff;border:none;}
.pagenation_wrap .pagenation_link li a:hover i{color:#d70a30;}

.sub_modal .modal_btn{border-radius:0 0 10px 10px;}


@media (min-width:551px) {
	.selectModal .modal-dialog{max-width:500px !important;}
	.mapModal .modal-dialog{max-width:100% !important;}
}
@media (min-width:451px) {
	.mapModal .modal-dialog{max-width:100% !important;}
}
@media (max-width:1340px) {
	.sub_banner .container{padding:0 15px;}
}
@media(max-width:1250px){
	.product_wrap .delivery_wrap ul li h4 {font-size: 32px;}
	.product_wrap .delivery_wrap ul li p {font-size: 54px;}
}
@media (max-width:1200px) {
	.event_list .event_box{padding:0 50px;}
	.coupon_txt h3{font-size:40px;}
	.coupon_txt p{font-size:25px;}
}
@media(max-width:1750px){
	.header .head_inner{padding:34px 20px}
}
@media(max-width:1500px){
	.header .logo a img {max-width: 127px;}
	.sub_banner .banner_txt h3 {font-size: 84px;}
}
@media(max-width:1450px){
	 .header .logo a img {max-width: 117px;}
	 .sub_banner .banner_txt h3 {font-size: 81px;}
	 .sub_title h3{font-size:46px}
	 .sub_title p {font-size: 25px;}
}
@media(max-width:1340px){
	.sub_banner .banner_txt h3 {font-size: 70px;}
}
@media(max-width:1250px){
	.sub_title h3 {font-size: 42px;}    
	.sub_title p {font-size: 24px;}
	.common_tab {margin: 0 0 50px;}
	.sub_title_wrap{margin: 70px 0;}
	.src_box .form_box button{font-size: 18px;}
	.src_box .box label {font-size: 25px; width: 140px;}
	.src_box{padding: 45px 50px;}
	.location_cont .map #map{height: 600px !important;}
	.location_cont .store_list ul{height: 515px;}

	.myyakdam_wrap .myyakdam_txt h2{font-size:42px;}
	.myyakdam_wrap .myyakdam_txt p{font-size:24px;}
	.myyakdam_wrap .myyakdam_txt p.date{font-size:41px;}
	.myyakdam_wrap .myyakdam_txt a{font-size:26px;}
}
@media(max-width:1200px){
	.sub_banner .banner_txt h3 {font-size: 65px;}
	.common_tab ul li {width: 155px;height: 155px;}
	.common_tab ul li a p {font-size: 22px;}
	.sub_title h3 {font-size: 38px;}
	.sub_title p {font-size: 22px;}
	.src_box .form_box button{font-size: 16px;}
	.src_box .box label {font-size: 22px; width: 120px;}
	.location_cont{gap: 30px;}
	.location_cont .map {width: calc(100% - 556px);}
	.product_wrap .delivery_wrap ul li h4 {font-size: 28px;}
	.product_wrap .delivery_wrap ul li p {font-size: 49px;}
}
@media(max-width:1024px){
	.header .logo a img {max-width: 107px;}
	.sub_banner{height:350px;}
	.sub_banner .banner_txt h3 {font-size: 60px;}
	.sub_banner {height: 300px;}

}
@media (max-width:991px) {
	.sub_banner .banner_txt{bottom:10%;}
	.sub_banner .banner_txt h3{font-size:55px;}
	.sub_title_wrap{display:flex;flex-direction:column-reverse;margin:60px 0;}
	.sub_title_wrap.reg{margin:40px 0 30px;}
	.sub_title_wrap.lost{margin-top:0;}
	.common_tab{margin:30px 0 0;}
	.common_tab ul{gap:12px;}
	.common_tab ul li{width:135px;height:135px;}
	.common_tab ul li a p img{width:40px;}
	.common_tab ul li a p{font-size:20px;}
	.sub_title{flex-direction:column;gap:10px;}
	.sub_title h3{font-size:34px;}
	.sub_title p{font-size:20px;}

	.location_cont{gap:20px;}
	.location_cont .store_list{width:450px;}
	.location_cont .store_list ul{padding:20px;}
	.location_cont .store_list ul li p span b{display:inline-block;}
	.location_cont .store_list ul li p span b:first-child{margin-bottom:2px;}
	.location_cont .map{width:calc(100% - 450px);}

	.doctor_select_box{padding:0 50px;}

	.product_wrap .delivery_wrap ul li h4{font-size:25px;}
	.product_wrap .delivery_wrap ul li p{font-size:44px;}

	.myyakdam_wrap .inner{gap:30px;}
	.myyakdam_wrap .myyakdam_txt h2{font-size:32px;margin-bottom:15px;padding-bottom:15px;}
	.myyakdam_wrap .myyakdam_txt p{font-size:20px;}
	.myyakdam_wrap .myyakdam_txt p.date{font-size:31px;}
	.myyakdam_wrap .myyakdam_txt a{font-size:22px;border-radius:12px;padding:15px;}

	.location_cont .map #map{height: 500px !important;}
	.location_cont .store_list ul{height: 415px;}
	.src_box .box label {font-size: 20px;}
	.src_box .form_box button {font-size: 15px;}
	.src_box {padding: 35px;gap: 25px;}
	.src_box .box label {font-size: 18px; width: 100px;}
	.location_cont .store_list .list_item{box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 10%);}
	.coupon_txt h3{font-size:35px;}
	.coupon_txt p{font-size:20px;}

}
@media(max-width:850px){
	.my_gift .list_item .form_inner p.txt01{font-size: 23px;}
	.my_gift .list_item .form_inner p.txt02{font-size: 23px;}
	.coupone_item .form_inner .btn_coupone{font-size: 23px; padding: 14px 6px;}
}
@media (max-width:792px) {
	.my_gift .form_inner{width:100%;padding:0 50px;}   	
}
@media (max-width:768px) {
	/*#sit .btn_flex_none{display:none;}*/

	.src_box{padding:30px;}

	.location_cont{flex-direction:column;}
	.location_cont .store_list{width:100%;}
	.location_cont .store_list ul{max-height:345px;height:100%;}
	.location_cont .map{width:100%;}
	.location_cont .map iframe{height:280px;}
	.location_cont .map #map {height: 400px !important;}

	.mo_none{display:none !important;}
	.mo_block{display:block;}
}
@media(max-width:767px){
	.header .flex_left .menu_list{display:none;}
	.header .mo-menu-bar{display:block;}
	.header .login_btn a{border-radius: 5px;padding: 6px 20px;}
	.mo-menu-bar .dropdown-toggle{width: 39.5px;height: 39.5px;border-radius: 5px;font-size: 17px;}
	.header .head_inner {padding: 30px 20px;}
	.sub_banner {height: 250px;}
	.sub_banner .banner_txt h3 {font-size: 45px;}
	.location_cont .store_list{margin-bottom: 30px;}
	.src_box{flex-direction:column;gap:10px;margin-bottom:20px;}
	.src_box .box{width:100% !important;}
	.product_wrap .delivery_wrap ul li h4 {font-size: 20px;}
	.product_wrap .delivery_wrap ul li p {font-size: 38px; line-height: 1.1;}
	.coupon_txt h3{font-size:30px;}
	.coupon_txt p{font-size:17px;}
}
@media(max-width:700px){
	.my_gift .list_item .form_inner p.txt01 {font-size: 20px;}
	.my_gift .list_item .form_inner p.txt02 {font-size: 20px;}
	.my_gift .list_item .form_inner li{margin-bottom: 40px;}
	.coupone_item .form_inner .btn_coupone {font-size: 20px; padding: 12px 6px;}
	.coupone_item .form_inner p img { max-width: 70%;}
	.my_gift .bl_700{display:block}
}
@media (max-width:640px) {
	.health_wrap .health_pd{padding:0 15px 60px;}

	.coupon_img img{width:100%;}

	.myyakdam_wrap .inner{flex-direction:column;gap:20px;}
	.myyakdam_wrap .myyakdam_img img{max-width:220px;border-radius:10px;}
	.myyakdam_wrap .myyakdam_txt{text-align:center;}
	.myyakdam_wrap .myyakdam_txt a{margin-bottom:10px;}
}
@media (max-width:575px) {
	.header .head_inner{padding:25px 15px;}
	.header .login_btn a{padding:7px 15px;font-size:13px;}
	.mo-menu-bar .dropdown-toggle {width: 35.5px;height: 35.5px; font-size: 14px;}
	.header .logo a img {max-width: 97px;}
	.sub_banner {height: 200px;}
	.sub_banner .banner_txt h3 {font-size: 40px;}

	.sub_title_wrap{margin:30px 0;/*padding-bottom:30px;border-bottom:2px dashed #ababab;*/}
	.common_tab{margin:20px 0 0;}	
	.common_tab ul li.all-menu{display:none;}

	.subscribe_info_wrap .info_name{font-size:24px;margin:60px 0 50px;}
	.subscribe_info_wrap .info_name span{font-size:38px;}

	.custmer_wrap{margin-top:30px;}
	.custmer_wrap .custmer_txt h3,
	.custmer_wrap .custmer_txt p{font-size:16px;}
    
	.pink_line{margin:0 20px;}

	.my_gift .form_inner{padding:0 20px;}   	
	.coupone_item .form_inner .btn_coupone,
	.my_gift .list_item .form_inner p.txt02{padding:8px 6px;line-height:1.2;}

	.doctor_select_box{padding:0 20px;}
	.doctor_select_box .nav-link{padding:8px;font-size:16px;}
	.doctor_select_box .select_doc_form input,
	.doctor_select_box .select_doc_form button,
	.doctor_select_box .chk_doctor,
	.doctor_select_box .sch_doctor input,
	.doctor_select_box .sch_doctor .btn_doctor,
	.yak_gift_voucher .gv_address .order_address input[type="text"],
	.yak_gift_voucher .gv_address .order_address button{height:45px;}
	.doctor_select_box .chk_doctor label{margin:6px 0 0 10px;}

	.event_list .event_box{padding:0 25px;}

	.yak_gift_voucher .voucher_num_text{margin:60px 0 20px;}

	.pagenation_wrap{margin-top:40px;}

	.event_list .btn_list a{width:140px;height:45px;line-height:45px;font-size:16px;}
	.my_gift .list_item .form_inner p.txt01 {font-size: 18px;}
	.my_gift .list_item .form_inner p.txt02{font-size: 19px;}
	.my_gift .list_item .form_inner li {margin-bottom: 30px;}
	.coupone_item .form_inner .btn_coupone {font-size: 18px;width: 85%;}
	.coupone_item .form_inner p img {max-width: 80%;}
	.my_gift .form_inner{margin: 40px auto;}

	.health_wrap .add_chennal button{height:45px;font-size: 15px;}

	.product_wrap .mypage_warning{margin-bottom:15px;font-size:16px;}
	.product_wrap .passwrod_wrap .passwrod_box input{height:45px;}
	.product_wrap .password_btn button{height:45px;margin-top:5px;}
	.sub_title h3 {font-size: 32px;}
	.sub_title p {font-size: 19px;}
	.common_tab ul li {width: 125px;height: 125px;}
	.common_tab ul li a p {font-size: 17px;}
	
	.src_box .box label {font-size: 15px; width: 80px;}
	.src_box .form_box select, .src_box .form_box input{height: 35px;}
	.src_box .form_box button{height: 35px;}
	.src_box {padding: 20px;}
	.location_cont .store_list h3{font-size: 16px;}
	.location_cont .store_list ul li p span{font-size: 16px}
	.location_cont .store_list ul li p span b:before{    top: 4px;    height: 12px;}
	.location_cont .map #map {height: 300px !important;}
	.location_cont .store_list ul li p.img{max-width: 80px;}
	.myyakdam_wrap .myyakdam_txt a {font-size: 19px;border-radius: 10px;padding: 11px 15px;}
	.health_wrap .health_pd {padding: 0 15px 35px;}
	.product_wrap .delivery_wrap ul li h4 {font-size: 17px;}    
	.product_wrap .delivery_wrap ul li p {font-size: 30px;}
	.coupon_txt h3{font-size:24px;}
	.coupon_txt p{font-size:15px;}
	
	.health_wrap .health_pd .health_input .health_chk .health_flex{gap:5px;}
	.health_wrap .health_pd .health_input .health_chk .health_flex button{margin-left:0;}

	.health_wrap .health_pd .label_chk label{padding-left:35px;}
	.health_wrap .health_pd .label_chk label > span{top:4px;}
}
@media (max-width:480px) {
	.sub_banner {height: 150px;}
	.sub_banner .banner_txt h3 {font-size: 35px;}
}
@media (max-width:450px) {
	.my_gift .list_item .form_inner p.num_chk span{padding:8px 6px;}

	.yak_gift_voucher .voucher_num input[type="text"],
	.yak_gift_voucher .voucher_num button{border-radius:4px;}

	.mapModal .modal-body iframe{height:350px;}
	.my_gift .list_item .form_inner p.txt01 {font-size: 16px;}
	.my_gift .list_item .form_inner p.txt02 {font-size: 17px;}
	.coupone_item .form_inner .btn_coupone {font-size: 16px;}
}
@media (max-width:425px) {
	.common_tab ul{gap:6px;}
	.common_tab ul li{width:100px;height:100px;border-radius:10px;}
	.common_tab ul li a{gap:10px;}
	.common_tab ul li a p img{width:32px;}
	.common_tab ul li a p{font-size:15px;}
	.sub_title h3{font-size:30px;}
	.sub_title p{font-size:17px;}
	.sub_title_wrap.reg	.sub_title h3{font-size:30px;}

	.coupon_img{margin-bottom:15px;}
	.coupon_txt h3{font-size:20px;}

	.product_wrap .delivery_wrap ul li h4{font-size:15px;margin-bottom:5px}
	.product_wrap .delivery_wrap ul li p{font-size:25px;}
}
@media(max-width:393px){
	.sub_banner{height:90px;}
	.sub_banner .banner_txt h3{font-size:27px;}

	.coupone_item .form_inner .btn_coupone{width:100%}

	.myyakdam_wrap .myyakdam_img img{max-width:150px;border-radius:5px;}
	.myyakdam_wrap .myyakdam_txt h2{font-size:24px;margin-bottom:15px;padding-bottom:15px;}
	.myyakdam_wrap .myyakdam_txt p{font-size:17px;}
	.myyakdam_wrap .myyakdam_txt p.date{font-size:24px;}
	.myyakdam_wrap .myyakdam_txt .myyakdam_btn{margin-top:20px;}
	.myyakdam_wrap .myyakdam_txt a{font-size:17px;padding:13px;}

	.src_box .box label {font-size: 14px; width: 70px;}
	.src_box .form_box select, .src_box .form_box input {height: 30px;}
	.src_box .form_box button {height: 30px;font-size: 14px;}
	.location_cont .store_list h3 {font-size: 14px;padding: 8px 0;}
	.location_cont .store_list ul li p span {font-size: 13px;}
	.location_cont .store_list ul li p span:first-child {margin-bottom: 5px;}
    .location_cont .store_list ul li p.img {max-width: 70px;}
	.location_cont .pg_page {font-size: 13px;height: 25px;line-height: 23px;padding: 0 4px; min-width: 25px;}
	.location_cont .map #map {height: 270px !important;}
	.coupon_txt h3{font-size:17px;}
	.health_wrap .add_chennal button {height: 35px;font-size: 12px;}
	.health_wrap .add_chennal button,
	.health_wrap .health_pd .health_input .health_chk .health_flex button,
	.health_wrap .health_pd .health_input .health_chk .health_flex input{border-radius:5px;}
	.health_wrap .health_pd .health_input .health_chk .health_flex button{background:#e4e4e4;border:1px solid #e4e4e4;}
	.health_wrap .health_pd .health_input .health_chk .health_flex.radio_box .label_radio > span{width:17px;height:17px;}
	.health_wrap .health_pd .health_input .health_chk .health_flex.radio_box .label_radio > span:after{margin-left:0;margin-top:0;width:5px;height:8px;transform:translate(-50%, -50%) rotate(45deg);}
	.health_wrap .health_pd .label_chk label{padding-left:25px;}
	.health_wrap .health_pd .label_chk label h3{margin:0;}
	.health_wrap .health_pd .label_chk label > span{top:6px;}
	.health_wrap .health_pd .label_chk label > span:after{margin-left:-3px;margin-top:-5px;width:5px;height:8px;}
	.health_wrap .apply_bottom{border-top:1px dashed #d70a30;padding-top:10px;margin-top:15px;}
	.health_wrap .health_pd .label_chk.service_app{margin-bottom:0;}
	.health_wrap .health_pd .label_chk.service_app.last{margin-bottom:15px;}

	.header .logo a img{max-width:80px;}
}
@media (max-width:370px) {

	.subscribe_info_wrap .info_name{font-size:20px;margin:50px 0 40px;}
	.subscribe_info_wrap .info_name span{font-size:30px;}

	.src_box{gap:4px;padding:20px;}

	.location_cont .store_list ul{padding:15px;}
	.location_cont .store_list ul li{gap:10px;padding:12px;}
	.location_cont .store_list ul li p.icon img{width:20px;}
	.location_cont .store_list ul li p span{font-size:13px;}
	.location_cont .store_list ul li p span b:before{display:none;}
	.location_cont .store_list ul li p a.btn_map{font-size:12px;}

	.my_gift .form_inner{margin:30px auto;}
	.my_gift .list_item .form_inner li,
	.my_gift .list_item .send_txt h3{margin-bottom:12px;}
	.my_gift .list_item .form_inner p.txt01{width:26%;}
	.my_gift .list_item .form_inner p.txt01,
	.my_gift .list_item .form_inner p.txt02,
	.my_gift .list_item .send_txt h3{font-size:14px !important;}
	.my_gift .list_item .form_inner .btn_save,
	.my_gift .list_item .send_txt .send_form button{font-size:13px;}
	.my_gift .list_item .form_inner p.num_chk span{margin-right:2px;font-size:13px;}
	.coupone_item .form_inner .btn_coupone{font-size:14px;}

	.doctor_select_box .nav-link,
	.doctor_select_box .select_doc_form input,
	.doctor_select_box .select_doc_form button,
	.doctor_select_box .chk_doctor label p,
	.doctor_select_box .sch_doctor input,
	.doctor_select_box .sch_doctor .btn_doctor,
	.doctor_select_box .select_doc_form button{width:100%;}

	.pagenation_wrap{margin-top:30px;}

	.event_list .btn_list a{width:100px;height:38px;line-height:38px;font-size:14px;}
}
@media(max-width:330px){
	.header .flex_right{align-items:center;flex-direction:row;}
	.location_cont .store_list ul li p.img {max-width: 60px;}
	.location_cont .store_list ul li .item_flex{gap: 7px;}
}
@media (max-width:315px) {
	.my_gift .list_item .form_inner p.num_chk span{padding:6px 4px;}
	.my_gift .list_item .send_txt .send_form input{width:68%;}
	.my_gift .list_item .send_txt .send_form button{width:30%;font-size:12px}
	.yak_gift_voucher .voucher_num_text{margin:40px 0 20px;}
}
@media(max-width:300px){
	.coupone_item .form_inner .btn_coupone {font-size: 12px;}
}