.dis-f{display: flex;}
.flex-wrap{flex-wrap: wrap;}
.justi-s-b{justify-content: space-between;}
.justi-f-s{justify-content: flex-start !important;}
.justi-f-e{justify-content: flex-end !important;}
.justi-c{justify-content: center !important;}
.align-i-c{align-items: center;}
.align-f-s{align-items: flex-start !important;}
.align-f-e{align-items: flex-end !important;}
.posi-r{position: relative;}
.text-a-l{text-align: left !important;}

.text-main-col{color: #2C9366;}
.bold{font-weight: 900;}

/* 하단 픽스 네비 */
.nav_btm {position: fixed; z-index: 99; bottom: 0; width: 100%; left: 0; background-color: #ffff; border-top:1px solid #eee; }
.nav_btm ul{display: flex; justify-content: center; align-items: center;}
.nav_btm ul li{flex: 1; padding: 0.9em 0;}
.nav_btm ul li p{font-size: 0.85em; margin-top:0.7em;color: #777; line-height: 1;}
.nav_btm ul li .con_wrap{display: flex; flex-direction: column; justify-content: center; align-items: center; padding:0; cursor: pointer;}
/* .nav_btm ul li .con_wrap .icon_wrap img{width: 2.2em;} */
.nav_btm ul li .icon_wrap{width:1.3em;height:1.3em;display: flex;justify-content: center;align-items: center;} 
.nav_btm ul li .icon_wrap img{width:1.3em;height:1.3em;}
.nav_btm ul li img.select{display: none;}

.nav_btm ul li.center{flex: 1.2; margin-top: -2.8em; }
.nav_btm ul li.center .con_wrap{width: 5em; height: 5em;margin: 0 auto; background-color: #3862F5; color: #fff; border-radius: 50%; padding: 0em;}

.nav_btm ul li.page_on p{color: #111; font-family: 'NanumSquareNeoExtraBold';}
.nav_btm ul li.page_on .no_select{display: none;}
.nav_btm ul li.page_on .select{display: block;}
/* .main .nav_btm ul li:nth-child(1) .icon_wrap img.no_select{display: none;}
.main .nav_btm ul li:nth-child(1) .icon_wrap img.select{display: block;} */

/* 젊음 - 메인페이지 탑 섹션 */
.main .swiper-slide {height: auto;}
.main .banner_img { position: relative; width: 100%; padding-bottom: 18em;}
.search_input_wrap {width: 100%; position: relative;}
.nav_inner.center > h1 {font-size: 1.1em; font-family: 'NanumSquareNeoBold';}
.search_input_wrap > input {width: 100%; border-radius: 50em; background-color: #F2F3F7; border: none; padding: 16px 18px; font-size: 1em;}
.search_input_wrap > span::after{content: ''; width: 20px; height: 20px; background-image: url(https://s3.ap-northeast-2.amazonaws.com/lbcontents/images/YOUTH/168547337922877.png); background-repeat: no-repeat; background-size: cover; position: absolute; top: 50%; right: 0; transform: translate(-20px, -60%);}
/* 젊음 - 메인페이지 */
.main_slide{position: relative; line-height: 1; overflow: hidden; border-radius: 10px;}
.main_slide .swiper-pagination {
    font-size: 0.8em;
    width: 60px !important;
    bottom: 15PX !important;
    right: 10px !important;
    left: auto !important;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 5px 0;
    gap: 5px; position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;}
.main_slide img{width: 100%;}
.button_baro_wrap {width: 100%; background-color: #DCFFF0; padding: 24px 20px; position: relative; border-radius: 5px;}
.button_baro_wrap span::after{content: ''; position: absolute; width: 20px; height: 20px; background-image: url(https://s3.ap-northeast-2.amazonaws.com/lbcontents/images/YOUTH/168547830648039.png); background-size: cover; background-repeat: no-repeat; top: 50%; transform: translateY(-50%);}
.button_baro_wrap p {display: block; font-size: 1em; font-weight: 900; margin-left: 25px;}
.button_baro_wrap em::after{content: ''; position: absolute; width: 10px; height: 17px; background-image: url(https://s3.ap-northeast-2.amazonaws.com/lbcontents/images/YOUTH/168547961649004.png); background-size: cover; background-repeat: no-repeat; top: 50%; right: 20px; transform: translateY(-50%);}
.sec02 {position: relative;}
.sec02 .deco_ill {position: absolute; z-index: 3; top: 0; right: 0; transform: translate(-55px, 8px); width: 40%; }
.sec02 .deco_ill_02 {position: absolute; z-index: 0; top: 0; right: 0; transform: translate(-8px, 30px); width: 26%;}
.plan_tit_wrap {font-size: 1.8em; font-family: 'NanumSquareNeoExtraBold'; line-height: 1.4;}
.plan_tit_wrap > b {color: #2C9366;}
.plan_tit_text {font-size: 1.3em; font-family: 'NanumSquareNeoBold'; line-height: 1.3; color: #555;}
.bg_gr {background-color: #f5f5f5; padding-top: 30px; padding-bottom: 30px;}
.how_li {padding: 16px; background-color: #fff; border-radius: 5px;}
.circle {width: 30px; height: 30px; background-color: #4AD99A; padding: 2px; border-radius: 50px; margin-right: 7px;}
.circle > em {font-size: 1em; line-height: 1.7; color: #fff; text-align: center; font-family: 'NanumSquareNeoExtraBold'}
.how-txt {font-size: 1em; display: flex; align-items: center; gap: 4px;}
.how-txt > b{font-size: 1.1em; font-family: 'NanumSquareNeoBold'; color: #4AD99A;}

.txt-center {text-align: center;}
.sec03 {padding-bottom: 20px;}
.sec03>.txt-center>h5{color: #999; font-size: 1.2em; font-family: 'NanumSquareNeoBold'; margin-bottom: 4px;} 
.sec03>.txt-center>em {font-size: 1.1em; color: #111; font-family: 'NanumSquareNeo'; margin-top: 4px;}
.sec03 .yuth_ill_wrap {width: 70%; margin: 35px auto;}
.button_baro_wrap_02 {width: 100%; padding: 16px 24px; background-color: #4AD99A; font-size: 1em; border-radius: 50px; box-shadow: 0 0 10px #eee;}
.button_baro_wrap_02 > p {text-align: center; color: #fff; font-size: 1.1em;}


/* 젊음 - main_footer */
.footer_ic_wrap{width: 13%;}
.main_footer{background-color: #f8f8f8; margin-left: -1.067em; margin-right: -1.067em; margin-top: 1.1em !important;}
.main_footer .finner{padding-top: 25px; padding-bottom: 25px; color: #888;} 
.main_footer .finner > div h1{font-size: .85em; font-weight: 600; width: 5em; margin-right: 1.7em; display: inline-block;}
.main_footer .finner > div ul{display: inline-block; font-size: .8em; line-height: 1.5;} 
.main_footer .finner > div ul > li {margin-top: 5px;}
.main_footer .finner > div ul > li:first-child {margin: 0;}



/* 젊음 - 로그인 페이지 수정 */
.sns_button_tit > p{text-align: center; color: #888888;}
.sns_button_wrap > li {margin-right: 14px; cursor: pointer;}
.sns_button_wrap > li:last-child {margin: 0;}
.sns_button_wrap > li > i {display: block;}
.sns_button_wrap > li > i > img {width: 3em;}

.find_button_wrap{position: absolute; bottom: 0; width: 100%; left: 0; background-color: #ffff; border-top:1px solid #eee; }

.find_button_wrap .id_find_button,
.find_button_wrap .pw_find_button{padding: 1.5em 0; cursor: pointer;}
.find_button_wrap .id_find_button p,
.find_button_wrap .pw_find_button p{text-align: center; font-size: 0.85em; margin-top: 0; color: #777; line-height: 1;}
.find_button_wrap .id_find_button{border-right:1px solid #eee; cursor: pointer;}


/* 젊음 - 회원정보 수정 */
.insert .field input:disabled {background: #eee;}
.phon_number_wrap {display: flex;}
.select_con{ background: url('https://s3.ap-northeast-2.amazonaws.com/lbcontents/images/Gmask/157513688091706.png') no-repeat 95% 50%/15px auto ;}
.cernum_wrap {display: flex;}
.sms_time {position: absolute; right: 8.3em;top: 50%; transform: translateY(-35%); color: #888;}
.ac_del{cursor: pointer; color: #888; padding: .6em;}

/* 젊음 - 마이페이지 수정 */
.icon_wrap > i {display: block;}
.mypage .top h6{font-size: 1.3em; font-weight: 700;}
.mypage > .top .profile{text-align: center;}
.profeditbtn button{ font-size: 0.9333333em; position: relative;}
.profeditbtn button > span::after{content: ''; background-image: url(https://s3.ap-northeast-2.amazonaws.com/lbcontents/images/YOUTH/168537365275579.png); background-size: cover; position: absolute; width: 5px; height: 9px; top: 0; right: 0; transform: translate(7px, 3px);}
.mypage-button-wrap {border: 1px solid #eee; padding: 10px; border-radius: 10px; box-shadow: 0 0 10px #e1e1e1; }
.mypage-button-wrap > li {padding: 10px 0;}
.mypage-button-wrap > li:nth-child(1){border-right: 1px solid #eee;}
.mypage-button-wrap p {display: block; text-align: center; color: #333; font-size: 0.9em;}
.ic-wrap {display: block; text-align: center; margin: 0 auto; width: 25px; height: 25px;}
.ic-wrap > img {width: 100%;}
.mypage .top{margin :0; margin-bottom: .7em; background-color: #fff; box-shadow: 0 0 0.6em rgba(0,0,0,.08); padding-top: 2em; padding-bottom: 1.25em;}
.profile-i {display: block; width: 80px; height: 80px; overflow: hidden; margin: 0 auto; border-radius: 100px;}
.profile-i > img {width: 100%;}
.slide-contain{margin-top: 15px;}
.sec01_slide_contain > ul {display: flex;}
.sec01_slide_contain li {background-color: #F5F5F5; padding: 17px; border-radius: 10px; margin-right: 12px; border: 1px solid #e9e9e9;}
.sec01-con > i {width: 100%; position: relative; display: block; padding-bottom: 80%;}
.sec01-con > i > img {border-radius: 10px;}
.sec01_text_top {text-align: left;}
.sec01_text_top > h4 {font-size: 20px; color: #333; font-weight: 800;}
.sec01_text_top > p {font-size: 13px; min-height: 63px; color: #777; line-height: 1.6; font-weight: 400; margin-top: 7px;}

.logout_wrap {display: block; cursor: pointer;}
.logout_wrap > img {width: auto; height: 1.7em;}

.sec01_text_top > em {font-size: 13px; font-weight: 500; color: #888; display: flex;}
.sec01_text_bottom {font-size: 20px;}

.form_container {padding: 20px 17px; background-color: #fff; border-radius: 10px;}
.box-contain {box-shadow: 0 0 10px #e1e1e1;}


/* 젊음 - 예약리스트 */
.reserv_list_li {display: flex; padding: 17px; background-color: #fff; border-radius: 10px; box-shadow: 0 0 10px #e1e1e1;}
.reserv_list_li i {display: block; width: 100%; padding-bottom: 8em; position: relative; overflow: hidden; border-radius: 10px;}
.reserv_list_li i > img {width: 100%; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.reserv_list_name {font-size: 1.25em; margin-top: 7px;}
.situaiton-p {width: 30%; background-color: #c7ffe7; border-radius: 50px; padding: 5px 0 3px;}
.situaiton-p > span {color: #26ae5f; text-align: center; font-weight: 400; font-size: 12px;}
.reserv_dt_button {width: 100%; margin-top: 5px; padding: 10px; text-align: center; background-color: #fff; border: 1px solid #4AD99A; color: #4AD99A;}

/* 젊음 - 예약상세 */
.brdtit h6{font-weight: 600; font-family: 'NanumSquareNeoBold'; }
.sub_brdtit{font-weight: 600; font-size: 0.87em; }
.brdcon_inner > div .l{color: #777; font-size: 1em;} 
.brdcon_inner > div .r{color: #111; font-weight: 700; font-size: 0.9em;}
.brdtit{margin-bottom: .65em; font-size: 1.2em;}
.brdtop .txt{font-size: .9333em; color: #666;}
.brdcategory{color: #26ae5f; background-color: #DCFFF0; padding: .3em .7em; line-height: 1; font-size: .689em; border-radius: 2em; display: inline-block; margin-bottom: .6em;}


/* 젊음 - 셀프 견적서 */
.imgbg{margin: 0 auto; display: flex; justify-content: center; align-items: center; }
.ynitxt{margin-top: 1.2em; margin-top: 80px;}
.ynitxt h6{font-size: 35px; font-weight: 500;}
.ynitxt p{font-size: 16px; color: #666; line-height: 1.6;}
.self-bg-wrap {position: relative;}
.bg-img-wrap {position: absolute; width: 265px; height: 100%; right: 0; top: 50%; transform: translateY(-35%);}
.bg-img-wrap > img {width: 100%;}
.floatbtn{width: calc((100% - 2em)); background-color: #4AD99A; padding: 16px 24px; font-size: 1.2em; color: #fff; border-radius: 3em; position: fixed; bottom: 5.5em; z-index: 99; left: 50%; transform: translateX(-50%);}

/* 젊음- 셀프견적서 공통영역 */
.chose-wrap li {padding: 8px 10px; text-align: center; border: 1px solid #eee; margin-bottom: 10px; border-radius: 50px;}
.chose-wrap li.li-on{border: 1px solid #26ae5f; color: #26ae5f; background-color: #c7ffe7; margin-bottom: 10px;}

/* 젊음 - 셀프 견적서 step01 */
.estimate-txt-wrap > p {font-size: 1.2em; color: #666;}
.estimate-txt-wrap > h3 {font-family: 'NanumSquareNeoBold'; font-size: 1.5em;}
.estimate-txt-wrap > h3 > b {color: #4AD99A;}
.nxt_btn {width: calc((100% - 2em)); border-radius: 50px; position: fixed; bottom: 1.5em; left: 50%; transform: translateX(-50%);}
.region-wrap > ul {display: flex; justify-content: space-between;}
.region-wrap > ul > li{width: calc((100% - 10px)/2);}
.region-wrap > ul:last-child > li:last-child {display: none;}
.step-box-wrap {width: 100%;}
.step-box-wrap > ul {width: 100%; height: 10px; background-color: #eee; display: flex;}
.step-box-wrap > ul > li {width: calc(100% / 6); height: 10px; background-color: #eee;}
.step-box-wrap > ul > li.col-li{background-color: #51FFB3;}
.page-number {justify-content: flex-end; color: #BDBDBD;}

/* 젊음 - 셀프 견적서 step-2 */
.place-wrap > ul > li {width: 100%; text-align: center;}

/* 젊음 - 셀프 견적서 step-3 */
.chose-wrap > p {color: #26ae5f;}


/* 젊음 - 셀프견적서 견적결과 */
.yuth_estimate_end .estimate-txt-wrap {font-size: 1em;}
.yuth_estimate_end .estimate-txt-wrap > h3 {font-size: 1.25em;}
.yuth_estimate_end .info-wrap{background-color: #F2F3F7; padding: 20px; border-radius: 5px;}
.yuth_estimate_end .info-wrap > dl {justify-content: space-between; padding: 0px 0px 20px;}
.yuth_estimate_end .info-wrap > dl:last-child{padding: 0px 0px 0px;}
.yuth_estimate_end .info-wrap > dl > dt {font-size: 0.9em; color: #777; font-family: 'NanumSquareNeo';}
.yuth_estimate_end .info-wrap > dl > dd {font-size: 0.9em; color: #111; font-family: 'NanumSquareNeoBold';}
.yuth_estimate_end .fix-bottom-box {position: fixed; bottom: 0; left: 50%; transform: translateX(-50%); width: 100%; background-color: #f8f8f8; padding: 20px 20px 20px 20px;}
.yuth_estimate_end .fix-bottom-box > .price-wrap{padding-bottom: 20px;}
.yuth_estimate_end .fix-bottom-box > .price-wrap dt {font-family: 'NanumSquareNeoBold'; font-size: 1em;}
.yuth_estimate_end .fix-bottom-box > .price-wrap dd {align-items: baseline; font-family: 'NanumSquareNeoExtraBold'; font-size: 1.3em;}
.yuth_estimate_end .fix-bottom-box > .price-wrap dd > strong{color: #4AD99A; font-family: 'NanumSquareNeoExtraBold'; font-size: 1.2em;}
.yuth_estimate_end .bottom-button-wrap > button { border-radius: 100px;}
.yuth_estimate_end .bottom-button-wrap > .main_go_btn {width: 10em; background-color: #96F6CC; color: #111;}
.yuth_estimate_end .bottom-button-wrap > .reco_go_btn {width: calc((100% - 10em)); margin-left: 10px; background-color: #4AD99A; color: #fff}

/* 젊음 - 대행사 */
.brdcate{overflow: auto; margin-bottom: 1em; width: 100%; }
.brdcate::-webkit-scrollbar {display: none;}
.brdcate li{padding: .4em 0; border-radius: 1.4em; min-width: 6.5em; text-align: center; font-size: 0.9em; color: #bdbdbd;}
.brdcate li.active{font-family: 'NanumSquareNeoBold'; color: #111; text-decoration: underline; text-decoration-color: #111; text-decoration-thickness: 2px; text-underline-offset: 10px;}

.small-element-wrap {gap: 5px;}
.small-element-wrap > i {width: 1.2em; height: 1.2em; display: block;}
.small-element-wrap > i > img {width: 100%;}
.small-element-wrap > p {gap: 3px; color: #777; font-size: 1em;}
.small-element-wrap > p > b {color: #111; font-family: 'NanumSquareNeoBold';}
.yuth_agency .mySwiper{border-radius: 10px; overflow: hidden; position: relative;}
.brandall .agency-box > div i{font-weight: 900; font-family: 'NanumSquareNeoBold'; font-size: 1em;}
.brandall .agency-box > div i > .span-off-ic {background-image: url(https://s3.ap-northeast-2.amazonaws.com/lbcontents/images/YOUTH/168556228421039.png); background-repeat: no-repeat; background-size: cover; width: 16px; height: 20px;}
.brandall .agency-box > div i > .span-on-ic{background-image: url(https://s3.ap-northeast-2.amazonaws.com/lbcontents/images/YOUTH/168556229034875.png); background-repeat: no-repeat; background-size: cover; width: 16px; height: 20px;}
.yuth_agency .swiper-pagination {bottom: .5em; left: 50%; transform: translateX(-50%);}
.yuth_agency .swiper-pagination-bullet {background-color: #b9b9b9; opacity: 1; margin-left: 8px;}
.yuth_agency .swiper-pagination-bullet-active {background-color: #fff; width: 10px; height: 10px;}
.swiper-pagination {z-index: 1;}

.none_box {width: 100%; text-align: center; margin: 16em auto;}
.none_icon {position: relative; display: block; padding-bottom: 58px; width: 4em; margin: 20px auto;}
.none_icon > img {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%;}
.none_text {color: #888; font-weight: 500;}

/* 젊음 - 대행사 상세보기 */
.agency_view .main_slide {border-radius: 0; top: 60px;}
.agency_view .main_slide .swiper-pagination { height: 35px; top: 50%; transform: translateY(180%);}
.agency_view .Container{position: relative; padding-top: 0; top: 25px; z-index: 2;}
.agency_view .Container > div {background-color: #fff;}
.agency_view .Container > div:nth-child(1) {border-top-left-radius: 20px; border-top-right-radius: 20px;}
.agency_view .span-off-ic {background-image: url(https://s3.ap-northeast-2.amazonaws.com/lbcontents/images/YOUTH/168556228421039.png); background-repeat: no-repeat; background-size: cover; width: 16px; height: 20px;}
.agency_view .span-on-ic{background-image: url(https://s3.ap-northeast-2.amazonaws.com/lbcontents/images/YOUTH/168556229034875.png); background-repeat: no-repeat; background-size: cover; width: 16px; height: 20px;}

.agency_view .view_info {background-color: #F8F9FB; padding: 20px;}
.agency_view .view_info > dl { display: flex; width: 100%;}
.agency_view .view_info > dl > dt,
.agency_view .view_info > dl > dd {width: calc(100%/3); font-family: 'NanumSquareNeoBold'; padding: 5px 0;}
.agency_view .view_info > dl > dt{color: #999999;}
.agency_view .view_info > dl > dd {color: #111;}
.agency_view .folding-box > p {text-align: center; padding: 15px 0; color: #111; font-family: 'NanumSquareNeoBold';}
.agency_view .floatbtn{bottom: 4.5em; text-align: center;}
.agency_view .floatbtn > button{color: #fff;}
.agency_view  .brd_view > div > div.brdtop { padding-top: 1.8em;}
.agency-box .folding-box{position: relative;}

.information-tab-wrap { border-bottom: 1px solid #ddd;}
.information-tab {display: flex;}
.information-tab > li {width: calc(100% / 3); padding-bottom: 1em; text-align: center;}
.information-tab > li.tab-on { color: #111; font-family: 'NanumSquareNeoBold'; color: #111; border-bottom: 2px solid #111;}
.tab01-p-wrap {padding: 0 0 30px; text-align: center;}
.tab01-p-wrap > p {font-size: 1em; font-family: 'NanumSquareNeoBold'; color: #111;}

#tab01-detail-hidden {height: 450px;}
#tab01-detail-hidden .tab-hidden {height: 200px; overflow: hidden;}
a#btnmore{width: 100%; background-color:#fff; color:#111; font-family: 'NanumSquareNeoBold';}
.detailmore-button{width: 100%; padding: 10px 12px; border: 1px solid #ddd; position: relative; text-align: center; }
/* .detailmore-button::before{ content: ''; position: absolute; top: -122px; left: 0; display: block; width: 100%; height: 96px; background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 66%, rgba(255, 255, 255, 0.94) 83%, rgba(255, 255, 255, 0.98) 91%, #ffffff);} */
.agency_view .banner_img {padding-bottom: 20em; position: relative; width: 100%;}
.banner_img > img {    height: 100%;
    object-fit: cover;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);}


/* 젊음 - 대행사 상세보기 (진행행사) */

#tab2 > .grid-wrap,
#tab3 > .grid-wrap { padding: 30px 0;}
.tab02-detail-hidden > ul {margin-top: 20px; justify-content: space-between;}
.tab02-detail-hidden > ul:nth-child(1){margin-top: 0;}
.tab02-detail-hidden li {width: calc((100% - 10px) / 2); text-align: center;}
.tab02-detail-hidden li > div {width: 100%;}
.tab02-detail-hidden li i {width: 100%; display: block; position: relative; padding-bottom: 10em; overflow: hidden; border-radius: 5px;}
.tab02-detail-hidden li i > img {position: absolute; height: 100%; top: 0; left: 50%; transform: translateX(-50%);}
.tab03-detail-hidden li{width: 100%; margin-top: 25px;}
.review-txt-wrap {padding: 10px 0;}
.review-txt-wrap > p{line-height: 1.6;}

.review_profile {position: relative; display: block; width: 50px; height: 50px; overflow: hidden; border-radius: 100px;}
.review_profile > img {position: absolute; width: 150%; height: auto; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.review_id {display: flex; align-items: center; margin-left: 10px; font-family: 'NanumSquareNeoBold';}

.agency_view .folding-box > p > i {margin-left: 4px;}
.agency_view .folding-box > p > i > img{width: auto; height: .5em;}

.agency_view .tab-content {padding: 50px 0;}
.detail-folding{ overflow: hidden; height: 450px; }
#buttonDetail {width: 100%; position: relative; text-align: center; margin: 20px 0 20px; padding: 12px 10px; border: 1px solid #eee;}
#buttonDetail::before{content: ''; position: absolute; width: 115%; height: 34px; left: 50%; top: -35px; transform: translate(-50%, -10%); background-color: #fff; filter: blur(10px);}

.event_wrap .swiper-pagination-bullet-active {background-color: #fff;}

.rating__input {
	display: none; /* 라디오버튼 hide */
}

.rating__label .star-icon {
	width: 19px;
	height: 18px;
	display: block;
	background-image: url("https://s3.ap-northeast-2.amazonaws.com/lbcontents/images/YOUTH/168556229816554.png");
	background-repeat: no-repeat;
    background-size: cover;
    margin-left: 3px;
}
.rating__label .star-icon-off{
    width: 19px;
	height: 18px;
	display: block;
	background-repeat: no-repeat;
    background-size: cover;
    margin-left: 3px;
    background-image: url(https://s3.ap-northeast-2.amazonaws.com/lbcontents/images/YOUTH/168641658183336.png);
}
.grade-wrap {justify-content: space-between; padding: 25px 0 23px; border-bottom: 1px solid #eee;}
.number_cases, .average {display: flex;}
.average{align-items: flex-end; margin-left: 4px;}
.number_cases, .average { font-family: 'NanumSquareNeoExtraBold'; color:#111;}
.agency_view #tab3{padding: 0 0 50px;}
.tab03-detail-hidden > ul {margin-top: 15px;}

/* 젊음 - 대행사 행사상세보기 */
.event_wrap .swiper { width: 100%; height: 100%; }
.event-all-img-wrap .swiper-wrapper {transform: translate3d(0px, 0px);}
.event_wrap .swiper-slide { text-align: center; font-size: 18px; background: #fff; display: flex; justify-content: center; align-items: center; }
.event_wrap .swiper-slide img { display: block; width: 100%; height: 100%; object-fit: cover; }
.event_wrap .swiper-slide {width: 90%; }
.event_wrap .swiper-container-horizontal>.swiper-pagination-bullets {bottom: 30px;}
.daily .r{font-family: 'NanumSquareNeoBold'; color: #111;}

/* 젊음 - 추천 대행사 */
.yuth_suggestion .swiper-slide {height: auto; border: 1px solid #ddd; overflow: hidden; border-radius: 10px;}
.yuth_suggestion .suggestion-txt {font-size: 1.45em;font-family: 'NanumSquareNeoBold'; }
.yuth_suggestion .suggestion-txt > b {color: #26ae5f;}
.yuth_suggestion .swiper-slide-active { border: 2px solid #51FFB3; box-shadow: 1px 1px 10px #eee;}
.yuth_suggestion .short {font-family: 'NanumSquareNeoExtraBold'; font-size: 1.15em;}
.yuth_suggestion .top-button {text-align: center; background-color: #4AD99A; padding: 10px 16px; border-radius: 50px;}
.yuth_suggestion .top-button > button {color: #fff;}
.suggestion-wrap-2 .swiper-slide-active { border: 1px solid #eee;}
.suggestion-wrap-2 .short {font-size: 0.8em;}
.suggestion-wrap-2 .smslide .desctxt { font-size: 0.75em; color: #999; font-family: 'NanumSquareNeo'}



/* 젊음 - 예약 */
.reservation_request .sel_input_wrap > select {width: 100%; border-radius: 50px; margin-top: 20px; padding: 10px 16px; font-family: 'NanumSquareNeoBold';}
.reservation_request .sel_input_wrap > select{ background: url(https://s3.ap-northeast-2.amazonaws.com/lbcontents/images/YOUTH/168588923542922.png) no-repeat right 5% top 50%; background-size: .8em;}
.reservation_request .consulting_type_wrap { margin-top: 15px;}
.reservation_request .consulting_type_wrap li {width: calc((100% / 2) - 4px); text-align: center; padding: 10px 16px; border-radius: 50px; border: 1px solid #ddd;}
.reservation_request .consulting_type_wrap li.li-on { border: 1px solid #26ae5f; color: #26ae5f; background-color: #c7ffe7;}


/* 젊음 - 예약 접수완료 */
.yuth_request_end_wrap .ynitxt h6 {font-size: 1.8em;}
.yuth_request_end_wrap .bg-img-wrap {display: block; position: unset; transform: none; width: 17em; margin: 40px auto;}
.yuth_request_end_wrap .ynitxt {text-align: center;}
.yuth_request_end_wrap .dl-wrap > dl {padding: 15px 0; border-bottom: 1px solid #ddd; display: flex; align-items: center; justify-content: space-between;}
.yuth_request_end_wrap .dl-date,
.yuth_request_end_wrap .dl-time {display: flex; align-items: center;}
.yuth_request_end_wrap .dl-wrap > dl > dt {color: #999;}
.yuth_request_end_wrap .dl-wrap > dl > dd > p {color: #111; font-family: 'NanumSquareNeoBold';}
.yuth_request_end_wrap .floatbtn{ width: calc((100% - 2em)); text-align: center; border-radius: 50px; position: fixed; bottom: 1.5em; left: 50%; transform: translateX(-50%);}
.yuth_request_end_wrap .floatbtn > button {color: #fff; text-align: center;}
.yuth_request_end_wrap .brd_view > div > div:first-child {padding-bottom: 1.6em;}
.calendar-container { text-align: center; background: white; border-radius: 10px;}
.date-cal {display: flex; font-size: 1.4em; }

.scriptCalendar { width: 100%; text-align:center; }
.scriptCalendar > thead > tr > td {padding: 10px; text-align: center; cursor: pointer; }
.scriptCalendar > thead > tr:first-child > td { font-weight:bold; }
.scriptCalendar > thead > tr:last-child > td {}
.scriptCalendar > tbody > tr > td {padding: 23px 0; text-align: center; cursor: pointer; }
.calendarBtn { cursor:pointer; text-align: center; } 
.calendarBtn > i {display: block; position: absolute; top: 40px; }
.calendarBtn > .left-btn { right: 70px;}
.calendarBtn > .right-btn { right: 25px;}
.calendarBtn > i > img {height: 2.2em; width: 100%;}

.cal-makr-wrap {background-color: #F5F5F5;}
.cal-makr-wrap span {position: relative; padding: 0 15px;}
.cal-makr-wrap span::before{content: ''; position: absolute; display: block; left: 0; top: 50%; transform: translateY(-65%); width: 10px; height: 10px; border-radius: 10px; background-color: #4AD99A;}
.cal-makr-wrap .today-mark::before{content: ''; position: absolute; display: block; left: 0; top: 50%; transform: translateY(-65%); width: 10px; height: 10px; border-radius: 10px; background-color: #DCFFF0; border: 1px solid #4AD99A;}
.calendar-top-box td:first-child { padding: 10px 0;}


.brdcon_inner > div {
    margin-top: .7em;
    padding-top: .7em;
    border-top: 1px solid #eee;
}
.more2, .more3 {
    padding: 1.1em 1em 0.6em;
    border-radius: .5em;
    background-color: #f8f8f8;
    gap: .5em .3em;
    flex-wrap: wrap;
}

.myreservation_01 .more2 > div, .myreservation_01 .more3 > div {padding: 7px 0;}
.myreservation_01 .brdtit.nomb:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: .5em;
    height: .5em;
    border-top: #999 2px solid;
    border-right: #aaa 2px solid;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(135deg);
    transition: all .2s;
}
.myreservation_01 .brdtit.nomb.on:after {
    border-color: #4AD99A;
    transform: translateY(-50%) rotate(-45deg);
}
.myreservation_01 .brdcon_inner > div:first-child{margin-top: 0; padding-top: 0; border-top: none; position: relative;}

.yuth_agency_list .swiper-slide {padding-bottom: 17em;} 
.yuth_agency_list .swiper-slide img {object-fit: cover; position: absolute; height: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%);}

.yuth_suggestion .recomend_wrap em {width: 100%; position: relative; padding-bottom: 19em;}
.yuth_suggestion .recomend_wrap em img {height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); object-fit: cover;}

































.won{display: inline-block; margin-left:.1em; font-size: 1em; font-weight: normal !important;}
.box_txt span{background-color: #121212; color:#fff; border-radius: .2em; padding:.3em; display: inline-block;}

.insert_wrap{display: flex;}
.insert_wrap > .insert{ padding-right:.6em; width: 100%;}
.insert_wrap > .insert:last-child{padding-right:0;}























/* tab style */
.tab_type1 .bd{padding-left:0; padding-right:0;  padding-bottom:.75em; padding-top:.75em;}
.tab_type1 ul{ display: flex; flex-direction: row;}
.tab_type1 ul li{width: 100%; text-align: center; padding:.25em 0 .5em; min-width: 10%; color:#98A8B9; line-height: 1; cursor: pointer; font-size: .9em;}
.tab_type1 ul li.active{color:#26ae5f; font-weight: bold; position: relative;}
.tab_type1 ul li.active:after{content:''; display: block; content:''; position: absolute; width: 40%;
     height: .3rem; background-color: #26ae5f; display: block; top:-1em;
    left:50%; transform: translateX(-50%);}

/*  table, chart */
.tab_type2 ul{ display: flex; flex-direction: row; background-color: #f2f2f7; border-radius: .6em;}
.tab_type2 ul li{text-align: center; padding:.8em .5em; width: 100%; margin-right:.6em; color:#98A8B9; line-height: 1;
    border-radius: .6em; cursor: pointer; font-size: .9em;}
.tab_type2 ul li.active{color:#26ae5f; font-weight: bold; position: relative; background-color: #fff; box-shadow: 0 .075em .25em 0 rgba(0, 0, 0, .05);}

.tab_type3{position: relative;}
.tab_type3:after{content:''; position: absolute; right: 0; bottom: 0; width: 8%; height: 100%;  opacity: 1;
        background: linear-gradient(90deg,rgba(255,237,0,0),#fff); transition: opacity .2s ease-in; content: '';}

.tab_type3 .bd{padding-left:0; padding-right:0; overflow: auto;  padding-bottom:1em; padding-top:1em;}
.tab_type3 ul{white-space: nowrap; display: table;}
.tab_type3 ul li{color:#222; width:auto; text-align: center; padding:0 0.8em; display: inline-block;
     line-height: 1; cursor: pointer; font-size: 1em;
}
.tab_type3 ul li p{margin-top: 1em; font-weight: 600;}
.tab_type3 ul li.active{color:#3862F5; font-weight: bold; position: relative;}

.tab_type3 ul li.event_con{position: relative; font-weight: bold; color:#f83c21;}
.tab_type3 ul li.event_con:after{content:'N'; position: absolute; color:#fff; background-color: #f83c21; border-radius: 50%; display: block;
    font-size: .8em; top:-.6em; right:.2em;
    padding:.2em .3em;}

.tab_type3 ul li .img_wrap {background-color: #f5f5f5; border-radius: 1.6em; width: 4.5em; height: 4.5em; display: flex; align-items: center; justify-content: center; margin: 0 auto;}
.tab_type3 ul li .img_wrap img{}


.tab_type4 ul{display: flex; align-items: center;}
.tab_type4 ul li{width: 50%; text-align: center; border-bottom: 1px solid #ddd;}
.tab_type4 ul li p{padding: 1.2em;}
.tab_type4 ul li p.on{color: #3862F5; font-weight:700; position: relative;}
.tab_type4 ul li p.on::after{content: ""; width: 100%;  height: 2px; background-color: #3862F5; position: absolute; bottom: 0; left: 0;}

.Wrap{ min-height: 100vh; padding-bottom: 4.4em;background: #fff;}
.Wrap.flex-center, .Wrap.flex-center .Container{height: 100%;}
.Wrap.flex-center .Container{display: flex; justify-content: center; align-items: center;    flex-direction: column; flex: 1 0 auto; padding-top:0;}

em.page_tit{font-size: 2.6em;font-weight: 500; line-height: 1.3; text-align: center; color: #3862F5; font-weight: 300;}
em.page_tit i{display: block; font-size: 0.46em; font-weight: 600;}
em.page_tit span{font-weight: 800; display: inline; }
.loginform{margin-top: 2.1333em;}

.Container{padding-top:4em;}
.Container.head_type2{padding-top: 4em;}
.Container.fixed_type1{padding-bottom:2em;}
.Container.fixed_type2{padding-bottom:2em;}
.Container.fixed_type3{padding-bottom: 5em;}
.Container::after{content:''; display: block;}
.Container.double_head{padding-top:90px;}



.insert{margin-top: 1.6em;}
.insert:first-child{margin-top: 1.3333em;}
.join .insert strong, .login .insert strong{font-size: 0.9333333em;}

.insert strong.radiotop{margin-bottom: 1em;}
.insert strong{margin-bottom:0.4em; font-size: 0.93222em;font-weight: 600;}
.insert .field {position: relative;}
.insert .field input{background-color: #fff;border:1px solid #ddd;}
.insert .field input:focus{outline: 1px solid #ff8800;}
.login .insert .field input:focus{outline: none;}
.hyphen{display: flex; align-items: center;}
.hyphen > *{width: 100%;}
.hyphen .yen{width:32px;}
.hyphen .field button{max-width: 128px;}
.hyphen .field_btn{width: 144px; padding-left:4px;}
/* .field.cover input{padding-right:80px;} */
.cover_btn{background-color: #999; color: #fff; padding: 0.8em 0.8em;}
.cover_btn:disabled{color: #a1a1a1;}

.insert textarea{width: 100%; overflow: auto; height: 8em; border: 1px solid #ddd; border-radius: .333em; font-size: .9333em;}
.insert textarea::placeholder{color:#999;}
.insert textarea:focus{outline: 1px solid #ff8800;}

input[type=date]::-webkit-calendar-picker-indicator{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: transparent; color: transparent; }
input[type=date]{position: relative;}
input[type=time]::-webkit-calendar-picker-indicator{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: transparent; color: transparent; }

.datetime.full input{width: 100%; background-position: right 5% top 45% !important;}

.datetime input, .datetime .dtime{width: calc((100% - .5em) / 2);  height: 3.5em; display: block;}

.datetime input[type=date]{background: url(https://s3.ap-northeast-2.amazonaws.com/lbcontents/images/YOUANDI/168399433821897.png) no-repeat right 10% top 50%; background-size: 1em; font-size: 0.86em;}
.datetime .dtime select{background: url(https://s3.ap-northeast-2.amazonaws.com/lbcontents/images/YOUANDI/168365345273906.png) no-repeat right 10% top 50%; background-size: 1em; height: 3.5em !important; display: block ; font-size: 0.86em; width: 100%;}



[class*=pd_list] .title{line-height: 1;}
[class*=pd_list] .title h2{font-size: 1.5em; font-weight: bold;}
[class*=pd_list] .title h3{margin-top:8px; font-size:1.15em; font-weight: bold;}
.badge{display: inline-block; text-align: center; color:#fff; text-transform: uppercase; background-color:#26ae5f;
    border-radius: 20px; padding:4px 10px; font-size:11px; font-weight: bold; line-height: 1;}


.pd_list1 ul{flex-wrap: wrap;}
.pd_list1 ul li{width: 50%; margin-bottom:3.2em; padding-right:.4em; padding-left:.4em;}
/* .pd_list1 ul li:nth-child(odd){padding-right:.8em;} */

.pd_con{position: relative; width: 100%; line-height: 0; height: 100%; overflow: hidden; min-height: 32vh;}
.pd_con.soldout:before{content:'품절'; position: absolute; top:50%; transform: translate(-50%, -50%); left:50%; width: 100%; font-weight: bold; z-index: 11;
font-size: 1.35em; text-align: center;}
.pd_con.soldout:after{content:''; position: absolute; top:0; left:0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, .7); z-index: 10;}
.pd_con .img_label b{height: auto; width: auto; font-size: .85em; padding: 1.3em 1.1em;background-color: rgb(244 240 239 / 90%); color:#947062; border-radius: 0px 20px 20px 0px; top:0; left:0;}
.pd_con .cart_btn{position: absolute;background-color: #947062; border-radius: 50%; line-height: 1; left:.6em; bottom:5.5em; width: 50px; height: 50px;
display: flex !important; align-items: center !important; justify-content: center !important; 
}
.pd_con .cart_btn img{width: 2.8em; padding:.6em; position: relative; top:.1em; margin-left: -4px;}
.pd_con .img_area{height: 100%;}
.pd_con .img_area img{width: 100%; line-height: 1; height:100%;  object-fit: cover;} /*  */
.pd_con .txt_area{line-height: 1.4; width: 100%; position: absolute;
bottom:0; left:0; background-color: rgba(0, 0, 0, .6); color:#fff; padding:.85em 1.2em; z-index: 2;}

.pd_con .txt_area > *{font-weight: bold; display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.pd_con .txt_area .name{font-size: 1.05em;}
.pd_con .txt_area .percent{text-transform: uppercase; color:#26ae5f;display: inline-block;}
.pd_con .origin{text-decoration: line-through; color:#a1a1a1; margin-top:4px; font-size: .9em;}

.pd_con .txt_area .txt_item{position: relative;}
.pd_con .txt_area .txt_item .inventory{position: absolute; right:0; bottom:0;}
.pd_con .txt_area .txt_item .inventory b{font-weight: bold;}


.pdTop-align{position: absolute; z-index: 1; top: 0; right: 0;}
.pdTop-align span{width: 40px; height: 40px; display: block; position: relative; }
.pdTop-align span i{color:#fff; font-weight: bold; line-height: 1.1; font-size: 10px; text-align: center;  display: block;}
.pdTop-align span em{display: block; margin: 2px auto;}

.pdTop-align span.best-area{background-color: #947062;}
.pdTop-align span.best-area em{ width: 65%; height: 65%;  background: url(../images/crown.svg)no-repeat;background-size: cover;}
.pdTop-align span.kids-area{background-color:#ffcd2a; }
.pdTop-align span.kids-area em{ width: 65%; height: 65%;  background: url(../images/icon01.png)no-repeat;background-size: cover;}

.pdTop-align span.hot-area{background-color: #f83c21;}
.pdTop-align span.hot-area em{ width: 65%; height: 65%;  background: url(../images/hot.svg)no-repeat;background-size: contain;}
.pdTop-align span.sugar-area{background-color:#c0917f; }
.pdTop-align span.sugar-area em{ width: 65%; height: 65%;  background: url(../images/sugar.svg)no-repeat;background-size: contain;}



/* shop detail */
.shop_detail_top{position: relative;}
.img_label{ position: absolute; top:10px; left:0; z-index: 5; }
.img_label b{font-weight: bold; background-color: #ffa845; display: flex;
align-items: center; justify-content: center; width: 18vw; height: 18vw; font-size: 1em; padding:.6em;}
.shop_detail_top .img_label{top:1.2em; left:1.2em;}
.shop_detail_top .img_label b{border-radius: 50%;}

.shop_detail_top .img_list .img_con{ position: relative; overflow: hidden;}
.shop_detail_top .img_list .img_con .img{top:0; left:0; background-image: url(../images/sample1.jpg); background-repeat: no-repeat; background-size: contain;
background-position: center; width: 100%; padding-top:100%;}

.shop_detail_top .txt_con{background-color: #fff; padding:1.8em 1.2em; line-height: 1.8;}
.shop_detail_top .txt_con > h2{font-size:1.25em; font-weight: bold;}
.shop_detail_wrap .txt_con .price{font-weight: bold; font-size:1.25em; letter-spacing: -.7px;}
.shop_detail_wrap .txt_con .percent{text-transform: uppercase; color:#3862F5; font-weight: 700; display: inline-block; font-size:0.85em;}
.shop_detail_wrap .txt_con .percent span{font-weight: 700;}
.shop_detail_wrap .txt_con .origin{text-decoration: line-through; color:#a1a1a1; margin-top:4px; font-size: .9em;}
.shop_detail_wrap .txt_con span.text-gray{font-size: 1.1em;}
.shop_detail_top .txt_con .txt_box{background-color:#f7f7f7; border:1px solid #efefef; padding:1.5em 1.2em; text-align: left; border-radius: .3em; line-height: 2;}
.shop_detail_top .txt_con .txt_box dt, .shop_detail_top .txt_con .txt_box dd{display: table-cell; font-size:0.85em;}
.shop_detail_top .txt_con .txt_box dt{min-width: 28vw; font-weight: bold;}
.shop_detail_top .txt_con .txt_box dd > a{text-decoration: underline; font-weight: bold;}

/* 수정 */
.shop_detail_top .txt_con .txt_box dl{width: 100%; display: table;}
.shop_detail_top .txt_con .txt_box dl dt{width: 136px;}
.shop_detail_top .txt_con .txt_box dl dd{text-align: right;}


.shop_detail_mid .bd img{width: 100%;}

.shop_detail_mid h3{margin-top:16px; padding-bottom:16px; border-bottom:1px solid #efefef;}
.shop_detail_mid h3 strong{display: inline-block; color:#26ae5f; margin-left:4px;}
.shop_detail_mid h3, .shop_detail_mid h3 strong{font-weight: bold; font-size: 1.125em;}
.shop_detail_con .contents .no_data{padding-top:56px; padding-bottom:56px; text-align: center; color:#a1a1a1;}
.shop_detail_mid img{width: 100%; max-width: 100%;}
.contents .list_con{border-bottom: 1px solid #ddd;}
.contents .list_con{font-size: .95em;background-color:#fff; padding: 1.6em 0; }

.shop_cart .list_con{border-bottom: 7px solid #f5f5f5; padding: 1.6em 1.6em;}


.contents .list_con .left{display: flex; align-items: center;}
.contents.point_contents .list_con{margin-top:0;}
.contents.point_contents .list_con:first-child{border-top:0;}
.contents.point_contents .list_con{margin-top:0; border-top:1px solid #ded7c7;}
.contents .list_con .head{display: flex; justify-content: space-between; color:#121212; align-items: center;}
.shop_cart .contents .list_con .head .left > span{padding: 0;}
.shop_cart .contents .list_con .head .left > span i{font-size: 1.05em; font-weight: 600;}
.contents .list_con .head .left > span{display:flex; align-items: center;line-height: 1; justify-content: center; position: relative; font-weight: 600; padding: 0.6em 1em; border-radius: 55px; font-size: 0.9em;}
.contents .list_con .head .left > span.delivery{background-color: #222; color: #fff;}
/* .contents .list_con .head .left > span::after{content:''; position: absolute; right:-8px; width:1px; height:10px; top:50%; transform: translateY(-50%); background-color: #ded7c7;} */
/* .contents .list_con .head .left > span:last-child{margin-right:0; margin-bottom: -.5em; font-size: 1.05em;} */
.contents .list_con .head .left > span:last-child::after{display: none;}

.contents .list_con .head .left .writer{font-size: .9em;}
.contents .list_con .head .left .option{display: block; margin-top:12px; font-size: .9em; color:#818181}

.contents .list_con .head .left .reply{font-weight: bold; color:#26ae5f;}

.contents .list_con .head .right button{position: relative; font-size:.9em; position: relative; top:-2px; padding-bottom: 0.3em; line-height: 1.6; width: 1.8em; height: 1.8em; background-color: #bbb; color: #fff; border-radius: 50%;
    display: flex; align-items: center;  justify-content: center; 
}
.contents .list_con .foot{margin-top:16px;}
.contents .list_con .foot button{font-size: .85em; width: 100%; padding:1.2em; border-radius: .3em;}

.order_list_wrap{padding:1.5em 1.2em; border-radius: .3em; background-color:#fff; margin-top:1.2em;}
.order_list_wrap:first-child{margin-top:0;}
.order_list_wrap .title_area{padding-bottom:.6em; border-bottom:.2em solid #ded7c7;}
.contents .order_list_wrap .list_con{padding-left:0; padding-right:0; border-top:1px solid #ded7c7; margin-top:0;}
.contents .order_list_wrap .list_con:first-child{border-top:0;}


.shop_cart .bag_contents .case{width: 100%; background-color: #3862F5; color: #fff; padding: 0.7em;}
.shop_cart .list_wrap{}
.shop_cart .list_con .check-label .checkmark{width: 1.5em; height: 1.5em;}
.shop_cart .list_con .check-label .checkmark:after{width: 0.5em; height: 0.65em;}


.shop_order .contents .list_con{position: relative; padding-bottom: 2em;}
.shop_order .contents .list_con::after{content: ""; z-index: 3; width: 110%; height: 8px; background-color: #f5f5f5; position: absolute; bottom: -1px; left: 50%; transform: translateX(-50%);}


.score_wrap, .score {background-repeat: no-repeat; background-size:contain;}
.score_wrap{position: relative; background-image: url(../images/i_star0.png); width: 113px; height:20px; overflow: hidden;
    background-size: contain; background-repeat: no-repeat;}
.score{position: absolute; top:0; left:-113px; width: 113px; height:20px;
    background-size: contain; background-repeat: no-repeat;
    display: block; text-align: left; background-image: url(../images/i_star5.png);}
.score_wrap .star1{left:-96px;}
.score_wrap .star2{left:-71px;}
.score_wrap .star3{left:-48px;}
.score_wrap .star4{left:-24px;}
.score_wrap .star5{left:0;}




/* 리뷰 */
.review-pd{width: 84px; height:84px; position: absolute; top:0;}
.review-main{padding-left:100px; margin-top:16px;}
.score-label-wrap{height:24px; position: absolute; top:0; width: 100%; font-size: 0;}
.review-main-name{position: absolute; top:4px; left:100px;}
.review-main-score{position: absolute; left: 100px; overflow: hidden; top:35px;}
.review-main-text{margin-top:48px;}
.score-label{position: relative;display: inline-block; margin-right:0px; width: 21px; margin-right:1px; height: 22px; cursor: pointer;}
.score-label-wrap .star-label input{opacity: 0; position: absolute; width:auto; height:auto; margin:0; padding:0; font-size: 0; top:-14px;}



.thumb_list_wrap .list_con .body{min-height: 80px; position: relative;}
.contents .list_con .body{ margin-top:16px;}
.contents .list_con .body.cell_body{margin-top:0;}
.contents .list_con .body.cell_body .cell{line-height:2;}
.contents .list_con .body.cell_body .cell span:first-child{min-width:20vw;}
.thumb_con{position: absolute; right:0; width: 7em; height:7em;}
.thumb_con .thumb{background-size:cover; background-position:center; background-repeat: no-repeat; width: 100%; height:100%; background-image: url(https://s3.ap-northeast-2.amazonaws.com/lbcontents/images/admin/157403903875431.jpg);}
.thumb_txt_con{padding-right:96px;}




.review_img_area{margin-top:80px;}
.review_img_area li{margin-top:8px;}
.review_img_area .content{padding-top:100%; background-size:contain; background-repeat: no-repeat; width: 100%;}


.list_wrap .txt_con{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.txt_con.secret, .thumb_txt_con.secret{padding-left:20px; position: relative;}
.txt_con.secret .icon, .thumb_txt_con.secret .icon{position: absolute; left:2px; top:50%; transform: translateY(-50%);
        background-image: url(../images/lock.gif);background-repeat: no-repeat; background-size:contain; width: 12px; height:12px; display: inline-block;}
    
.thumb_txt_con .name{color:#121212; font-weight: bold;}
.thumb_txt_con .etc{font-size:.9em;}
.thumb_txt_con .price{font-size: 1.1em; font-weight: bold;}
.thumb_txt_con .price .origin{display: inline-block; text-decoration: line-through; color: #a1a1a1; font-size: 1em; margin-right:4px;}

.shop_detail_wrap{}
.shop_detail_wrap .txt_con{padding: 1.2em;}
.shop_detail_wrap .txt_con h2{font-size: 1.2em; font-weight: 700; display: block; margin-bottom: 0.2em;}

.shop_detail_tab{border-bottom:1px solid #efefef; display: flex; flex-direction: row;}
.shop_detail_tab li{width: 100%; float:left; color:#818181; font-size:1em; text-align: center; padding: 0.8em 0; line-height: 1;}
.shop_detail_tab li.active{border-bottom:.3em solid #3862F5; color:#121212; font-weight: bold; border-top: 1px solid #ddd;}

.sticky_wrap{background-color:rgba(0,0,0,.5); position: fixed; top:0; left:0; right:0; bottom:0; width:100vw; height:100%;
    margin-left:auto; margin-right:auto; z-index: 101;}
.buy_sticky{
    bottom:0;
    padding:1.8em 1.2em 1.5em;
    width: 100%;
    border-top: .1rem solid #ded7c7; border-top-left-radius: .6em; border-top-right-radius: .6em;
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    position: fixed;
    left: 0;
    max-height: 75vh;
    overflow-y: auto;
}
    
.buy_sticky .txt_con{display: inline-block;}
.buy_sticky .price{display: inline-block; font-weight: bold; font-size:1.25em; letter-spacing: -.7px;}
.buy_sticky .percent{text-transform: uppercase; color:#26ae5f; font-weight: bold; display: inline-block; font-size:1em; font-weight: bold;}
.buy_sticky .origin{display: inline-block; margin-left:8px; text-decoration: line-through; color:#a1a1a1; margin-top:4px; font-size: .9em;}
.buy_sticky .select_con{display: block;}
.buy_sticky .insert:last-child{margin-bottom:0;}
.buy_sticky .insert{width: 100%; margin-bottom:8px;}
.buy_sticky .insert select{border:1px solid #efefef; border-radius: .3em; height:4em; padding:0 1.2em;}

.buy_sticky .btn_con ul{width: 100%;}
.buy_sticky .btn.wish span{background-image: url(../images/i_wish.svg);  height: 30px;}
.buy_sticky .btn.wish.on span{background-image: url(../images/i_wish_on.svg);}
.buy_sticky .btn span{background-repeat: no-repeat;
background-position: center; background-size: contain; text-indent: -9999px;}

.buy_sticky .btn.cart span{background-image: url(../images/head_cart.svg);  height: 2em;}

.option_con ul{width: 100%;}
.option_con ul li:first-child{margin-top:0;}
.option_con ul li{background-color:#f7f7f7; border-radius: .3em; width: 100%; position: relative; padding:1.5em 1.2em; margin-top:.6em;}
.option_con .top{padding-right:40px;}
.option_con .top > span{display: inline-block;}
.option_con .top > span:first-child::before{content:''; margin:0;}
.option_con .top > span::before{content:'/'; display: inline-block; margin-right:4px;}
.option_con .delete_btn{position: absolute; right:1.2em; top:1.3em; cursor: pointer;}
.option_con .delete_btn > img{height:1.5em; opacity: 0.7;}

.option_con .bt{display: flex; justify-content: space-between; margin-top:1.5em;}
.option_con .bt.mt-0{margin-top:0;}
.option_con .bt .qty input.plus{
    border-top-left-radius: 0; border-bottom-left-radius: 0;
    background-image: url(../images/i_plus.svg); background-repeat: no-repeat; background-size: 1em 1em; background-position: center; opacity: .8; cursor: pointer;}
.option_con .bt .qty input.minus{
    border-top-right-radius: 0; border-bottom-right-radius: 0;
    background-image: url(../images/i_minus.svg); background-repeat: no-repeat; background-size: 1em 1em; background-position: center; opacity: .8; cursor: pointer;}
.option_con .bt .qty input{padding:0; background-color: #fff; width:2.4em; height:2.4em; border:1px solid #efefef; text-align: center; line-height: 1; color: transparent; margin-right:-.3em;}
.option_con .bt .qty input.count{border-radius: 0; font-size:.9em; font-weight: bold; }

/* pagination */
.pagination {text-align: center;}
.pagination > ul > li{ display: inline-block; cursor: pointer; margin: 0 2px; text-transform: uppercase; color:#818181; padding:0 4px 4px; font-size: .95em;}
.pagination .num.active{font-weight: bold; color:#121212;}

.pagination .arrow{background-repeat: no-repeat; background-position: center; padding:0;
    background-size: cover; width:13px; height:13px; position: relative; top:2px;}
.pagination .arrow.first, .pagination .arrow.last{background-image: url('../images/page_first.png');}
.pagination .arrow.prev, .pagination .arrow.next{background-image: url('../images/page_prev.png');}
.pagination .arrow.next, .pagination .arrow.last{transform: rotate(180deg);}


/* cart, mypage */
.bag_title{padding-bottom:0.8em; display: flex; align-items: center; justify-content: space-between;}
.bag_title h3{font-size:1.25em; font-weight: bold; }
.bag_title h3 span{display: inline-block; vertical-align: middle; font-size: 0.65em; background-color: #3862F5; color: #fff; border-radius: 55px; padding: 0.4em  0.8em; margin-left: 0.4em;}
.bag_title span{border: 1px solid #ddd; padding: 0.7em; border-radius: 0.5em; font-size: 0.75em; display: flex; align-items: center;}
.bag_title span img{margin-left:8px;}
.form_divide .bag_option{border-bottom:0; padding-bottom:0; margin-top:16px;}
.bag_option{border-bottom: 1px solid #efefef; padding-bottom:16px;}
.bag_option .left > span{display: inline-block; vertical-align: middle;}
.bag_option .left .total_chk .check-label{font-weight: bold;}

.bag_option .left .total_delete button{text-decoration: underline; font-size: 0.85em; font-weight: normal;}

.bag_contents .thumb_txt_con span{line-height:1.6; font-weight: 600;}
.bag_contents .thumb_txt_con span.name{margin-bottom:0.5em; font-size: 1.15em;}
.bag_contents .thumb_txt_con span.name a{font-weight: bold;}
.bag_contents .thumb_txt_con span.sell{color: #3862F5; font-weight: 600; font-size: 1.15em;}
.bag_contents .thumb_txt_con span.delivery{}
.bag_contents .thumb_txt_con span.delivery_price{margin-top: 0.5em;}

.bag_total_price{padding:1.5em 1.2em; background-color: #f5f5f5;}
.bag_total_price dl{line-height: 2; display: flex; justify-content: space-between; font-size: 1.1em;}
.bag_total_price dl dd{font-weight: bold;}
.bag_total_price .total{font-size:1.1em; margin-top:0.8em; padding-top: 0.8em; border-top: 1px solid #ddd; color: #82bd00;font-weight: 700; font-size: 1.2em;}
.bag_total_price .total dd span{font-weight: 700 !important;}
.bag_btn_container button{ width: 100%; border-radius: .4em; font-size: 1.05em; height: 3em;}

.bag_policy_container{ border-radius: .3em; position: relative; padding-top: 2em;}
.bag_policy_container:nth-child(n+2):before{content: ""; width: 110%; height: 8px; background-color: #f5f5f5;position: absolute; top: 0; left: 50%; transform: translateX(-50%); }

.btn_fixed{bottom:2em; position: fixed; width: calc(100% - 3.2em); left:1.6em;}


/* order2 */
.detail_list.txt_box dl{margin:1.2em 0;}
.detail_list.txt_box dl.line_bt{border-bottom:1px solid #efefef; padding-bottom:1.2em;}
.detail_list.txt_box dt, .detail_list.txt_box dd{display: table-cell;}
.detail_list.txt_box dt{min-width: 20vw; font-weight: bold;}
.detail_list.txt_box dd{text-align: right; width: 100%;}

.detail_list.txt_box.bg-white{padding:0.8em 1.2em; border-radius: .3em;}
.detail_list.txt_box.bg-white.point_box{}

/* step */
.step_container{background-color: #222;}
.step_container ol{display: table; margin: auto; padding-top:8px; padding-bottom:8px;}
.step_container li{display: table-cell; padding:8px 16px; position: relative; opacity: .4; font-size: .95em;}
.step_container li.on{opacity: 1;}
.step_container li span{font-weight: bold; color:#fff;}
.step_container li:after{display: inline-block; margin-top: -5px; opacity: .4;
position: absolute; top: 50%; right:-2px; width: 6px;  height: 6px;
border-top: 1px solid #fff; border-right: 1px solid #fff;
-webkit-transform: rotate(45deg); transform: rotate(45deg); content: " ";}
.step_container li:last-child::after{display: none;}


/* tab */
.tab_container ol{display: table; margin: auto; width: 100%;}
.tab_container li{display: table-cell; padding:12px 16px;
    position: relative; font-size: .95em; text-align: center; font-weight:bold; color:#d1d1d1; cursor: pointer; background-color: #f1f1f1;}
.tab_container li.on{ background-color: #fff; opacity: 1; border-bottom:0; color:inherit;}


/* no post */
.no_post{text-align: center; padding:2.4em 1.2em; opacity: 0.7;}
.acting_img{text-align: center;}
.no_post img, .acting_img img{width: 5em; display: block; margin-left:auto; margin-right:auto;}
.no_post img{margin-bottom: 1em;}

/* shop info */
.shop_info_wrap{padding-top:24px;  border-bottom:1px solid #efefef;}
.shop_info_wrap p + p{margin-top:4px;}
.shop_info_search{position: relative; border-top:1px solid #efefef; margin-top:24px;}
.shop_info_search input{background-color: #f7f7f7; border:0; width:100%; height:40px; padding-left:40px;}
.shop_info_search span{position: absolute; top:55%; transform: translateY(-50%); left:8px;}
.shop_info_search span img{height:26px;}



/* filter */
.filter_list{max-width:50%; width:100%; margin-left:auto;}

.filter_title{ display: block; cursor: pointer; padding:10px 8px; padding-right:16px; position: relative; border:1px solid #ded7c7; border-radius: 2px; font-size: .875em; line-height: 1;} 
.filter_title .sel-arrow{ position: absolute; right:6px;}
.filter_title .sel-arrow.sel-arrow-st2{ position: absolute; top:50%; transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%);
    background-size:16px 16px; width:16px; height:16px; background-repeat: no-repeat; background-image:url(../images/i_arrow_bt.png);}

.filter_title.open .sel-arrow{transform: rotate(180deg); -webkit-transform:rotate(180deg); -ms-transform:rotate(180deg);}
.filter_title.open .sel-arrow.sel-arrow-st2{transform: rotate(180deg) translateY(45%); -webkit-transform:rotate(180deg) translateY(45%); -ms-transform:rotate(180deg) translateY(45%);}
.filter_con_list{border:1px solid #d1d1d1; display: none; position: absolute; max-width: 112px; z-index:10; background-color:#fff; font-size: .9em; width: 100%;}
.filter_con_list > li{ display: block; cursor: pointer; padding:4px 8px;}
.filter_con_list > li:hover{background-color:#f7f7f7;}


/* search page */
.nav_inner.left.search{width:calc(100% - 19vw); top:50%;}
.nav_inner .search{width: 100%;}
.head_search{position: relative; width:100%;}
.head_search input{background-color:#f5f5f5; border:0; padding-right:4em; height:40px;}
.head_search input:focus{outline: 1px solid #ff8800;}
.head_search span{position: absolute; top:55%; transform: translateY(-50%);}
.search_close_btn{right:.6em;}
.search_close_btn img{width:2em;}
.head_search span.img{right:.6em;}
.head_search span.img img{width: 2em;}
.head_btn{padding:0.6em 0.8em; background-color: #3862F5; color: #fff;}


.toggle_wrap .toggle_container:first-child{border-top:1px solid #ded7c7; background-color: #e8e3d6;}
.toggle_wrap .toggle_container{ display:flex; align-items: center; background-color:#fff;
    border-bottom:1px solid #ded7c7; width: 100%; padding:1.5em 1.2em;}
.toggle_wrap .toggle_container dl{height: 100%; width: 100%;}

.toggle_inner .toggle_container:first-child{border-top:0;}
.toggle_inner .toggle_container{display: block; background-color: #ece8dd;}
.toggle_inner .toggle_container .content{min-height: 15vh;line-height: 1.6;}



.btn_now{position: absolute; right:20px; top:0;}
.btn_now button{padding-top:4px; padding-bottom:4px;}



.intro_wrapping{position: relative; height: 100vh;}
.intro_wrapping span{position: absolute; top:47.5%; left:50%; transform: translate(-50%,-50%); width: auto;
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s; /* Firefox < 16 */
     -ms-animation: fadein 2s; /* Internet Explorer */
      -o-animation: fadein 2s; /* Opera < 12.1 */
         animation: fadein 2s;
}

@keyframes fadein {
 from { opacity: 0; }
 to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
 from { opacity: 0; }
 to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
 from { opacity: 0; }
 to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
 from { opacity: 0; }
 to   { opacity: 1; }
}




.choice_wrap button:focus{background-color: #26ae5f; color:#fff; border:1px solid #26ae5f;}
.choice_wrap.single ul{display: block;}
.choice_wrap.single ul li{padding:0; margin-bottom:.6em;}
.choice_wrap.single ul li label{padding-top:.8em; padding-bottom:.8em;}
.choice_wrap.single ul li:last-child{margin-bottom:0;}
.choice_wrap ul{display: flex; margin-left:-.3em; margin-right:-.3em; overflow-x: auto;}
.choice_wrap ul li{
    width:100%;
  padding:0 .3em;
}
.choice_wrap ul li label{
    display: inline-block;
    background-color: #fff;
    border:1px solid #e8e3d6;
    color: #a5a5a5;
    border-radius: .4em;
    width: 100%;
    font-size: 1em;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}

.choice_wrap ul li label {
    padding: 1em .6em;
    cursor: pointer;
}

.choice_wrap ul li input[type="checkbox"]:checked + label,
.choice_wrap ul li input[type="radio"]:checked + label {
    background-color: #f4f0ef;
    /* box-shadow:inset 0 0 0 .1em #26ae5f; */
    color: #947062;
    font-weight: bold;
    transition: all .2s;
}

.choice_wrap.join_choice ul li input[type="checkbox"]:checked + label,
.choice_wrap.join_choice ul li input[type="radio"]:checked + label {
    background-color: rgb(244 240 239 / 63%);
    box-shadow:inset 0 0 0 .1em #947062;
    color: #947062;
    font-weight: bold;
    transition: all .2s;
}
.choice_wrap ul li.payment_con{padding-top:0em; padding-bottom:.6em;}
.choice_wrap ul li.payment_con label {
    padding: 1.8em 1.2em;
    text-align: left;
}


.choice_wrap ul li input[type="checkbox"], .choice_wrap ul li input[type="radio"] {
  position: absolute;
  opacity: 0;
}


.choice_wrap.join_choice ul.cf{display: block !important;}
.choice_wrap.join_choice ul.cf li{float:left !important; width: 50%;}


.chkbox_type1 dl{margin-bottom:1.8em;}
.chkbox_type1 dl:last-child{margin-bottom:0;}

.select_type1 select{background-color: #fff; border-radius: .3em; padding:0 .8em; font-size: .9em; color:#818181; background-image: url(../images/i_arrow_bt.png);
    background-repeat: no-repeat; background-position: 97% center; border: 1px solid #3862F5;
}
.select_type1 select:focus{outline: 1px solid #ff8800;}

.list_control_type1{border-top:1px solid #e8e3d6; padding-bottom:.8em; padding-top:.8em; width: 100%;}
.list_control_type1.choice_wrap ul li label{    padding: 0.7em 1.2em 0.3em; border-radius: 4em; display: table-cell;}



/* ----------------
      지점선택
------------------- */
.per_store{border-radius: 0.3em; text-align:center; display:inline-block; margin-right: 4%;background: #fff; padding: 13px 10px 10px; transition:0.2s all;}
.per_store.change{background: #f4f0ef; color: #947062;     border: 1px solid #e7e0e0;}
.per_store:hover{background: #f4f0ef; color: #947062;}
.per_store:nth-child(3n){margin-right:0;}



/* .call{cursor: pointer; position: fixed; right: 16px; bottom: 30px; width: 60px; height: 60px; border-radius: 100%; box-shadow: 2px 3px 6px rgb(66 66 66 / 19%); z-index: 99999;} */
.call img{width: 100%; height: 100%; display: block;}

.phone-modal{width: 100%; height: 100vh; position: fixed; top: 0; left: 0; background-color: rgba(0,0,0,0.4); z-index: 99999;}
.phone-modal .phone-wrap{width: 90%; height: auto; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); max-width: 1000px;}
.phone-modal .phone-wrap ul{padding: 18px; height: calc(100% - 45px); border-radius: 20px 20px 0 0; background-color: #fff;}
.phone-modal .phone-wrap ul li{padding: 8px 0;}
.phone-modal .phone-wrap ul li p{background-color: #222; color: #fff; text-align: center; font-size: 18px; line-height: 50px; border-radius: 3px; cursor: pointer;}
.phone-modal .ph-button button{width: 100%; text-align: center; color: #fff; background-color: #888; line-height: 45px; font-size: 18px; background: #888; display: block; border-radius: 0; margin-top: -1px;}


/***********************************************/
/* 젊음 커스텀*/
/***********************************************/

.fc-r{color: #f83c21;}
.fc-green{color: #4AD99A;}
.border_gray_box{background-color: #fff; border: 1px solid #eee;}


/* login */
.Wrap.login{padding-bottom: 0;}
.login .Container{padding-top: 5em;}
/* .login .insert input[type="email"], .login .insert input[type="password"]{border-radius: 0; border:none; border-bottom: 1px solid #ccc; padding: 1em 0 ; transition: all 0.2s;} */
.login .insert input[type="email"]:focus, .login .insert input[type="password"]:focus{border-color: #212121;}
.login_txt{font-size: 1em; font-weight: 600;}
.password{margin-top: 1.333em;}
.login .text-right{position: relative; top: -0.75em; font-weight: 400;}
.login .text-right button{padding: 0.45em;} 
.login .text-right i{color: #ccc;}
.login .sns_login ul{justify-content: center;}
.login .sns_login ul li button img{width: 3.6em;}                   
.login .sns_login ul li button{padding: 0 0.35em ;}                   
.login .bag_btn_container button{font-size: 1em; height: 3em;}






/* 제품 리스트 */
.pd_list_mather ul li{border-bottom:8px solid #eee;}
.pd_list_mather ul li .con_wrap .img_wrap.thumb{padding-bottom: 56%;position: relative; overflow: hidden;}
.pd_list_mather ul li .con_wrap .img_wrap.thumb img{position: absolute; left: 50%; top: 50%;
    height: 100%;transform: translate(-50%, -50%);
}
.pd_list_mather ul li .con_wrap .img_wrap .time{position: absolute; border-radius: 50%; z-index: 3; right: 1em; top: 1em; 
    width: 4.2em; height: 4.2em; background-color: #3862F5; color: #fff; display: flex;  align-items: center; justify-content: center;
    flex-direction: column; text-align: center;
}
.pd_list_mather ul li .con_wrap .img_wrap .time .icon{width: 1.5em; height: 1.5em; margin: 0 auto 0.3em auto;}
.pd_list_mather ul li .con_wrap .img_wrap .time .icon img{ position: static; transform: inherit;}
.pd_list_mather ul li .con_wrap .img_wrap .time p{font-size: 0.85em;}


.pd_list_mather ul li .con_wrap .txt_wrap{padding: 1.2em;}
.pd_list_mather ul li .con_wrap .txt_wrap .type{display: flex; align-items: center; margin-top: -2.3em; position: relative;z-index: 3; margin-bottom:1em;}
.pd_list_mather ul li .con_wrap .txt_wrap .type p{border-radius: 55px; margin-right: 0.5em; font-size: 0.95em; padding: 0.5em 1em;}
.pd_list_mather ul li .con_wrap .txt_wrap .type p.pick_up{background-color: #3862F5;}
.pd_list_mather ul li .con_wrap .txt_wrap .type p.delivery{background-color: #231815; }
.pd_list_mather ul li .con_wrap .txt_wrap .type p i{color: #fff;}
.pd_list_mather ul li .con_wrap .txt_wrap .info b{font-size: 1.2em; font-weight:700; display: block; margin-bottom: 0.4em;}
.pd_list_mather ul li .con_wrap .txt_wrap .info span{font-size: 1.1em; opacity: 0.7; margin-bottom: 0.6em;}


.pd_list_mather ul li .con_wrap .txt_wrap .price{display: flex; align-items: center;}
.pd_list_mather ul li .con_wrap .txt_wrap .price span{margin-right: 0.5em; font-size: 1.2em; font-weight: 700;}
.pd_list_mather ul li .con_wrap .txt_wrap .price span.percent{color: #3862F5;}
.pd_list_mather ul li .con_wrap .txt_wrap .price span.origin_price{ color: #bdbdbd; position: relative; font-size: 1.1em;}
.pd_list_mather ul li .con_wrap .txt_wrap .price span.origin_price::after{content: ""; width: 100%; height: 1px; 
    background-color: #bdbdbd; position: absolute; top: 49%; left: 50%; transform: translateX(-50%);
}
.pd_list_mather ul li .con_wrap .txt_wrap .price span.origin_price:last-child{margin-right: 0;}
.pd_list_mather ul li .con_wrap .profile{ border-top: 1px solid #ddd; padding:1.0em 1.2em; display: flex; align-items: center;}
.pd_list_mather ul li .con_wrap .profile .img_wrap{width: 3em; height: 3em; border-radius: 50%; overflow: hidden; position: relative; border: 1px solid #ddd; overflow: hidden;}
.pd_list_mather ul li .con_wrap .profile .img_wrap img{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%;}
.pd_list_mather ul li .con_wrap .profile p{margin-left: 1em; font-size: 1.1em;font-weight: 700;}

.pd_list_mather ul li .cover{display: none;}
.pd_list_mather ul li.time_out .cover{display: block;}
.pd_list_mather ul li.time_out .cover{display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; position: absolute; background-color: rgba(0, 0, 0,0.7);
    left: 50%;top: 50%; transform: translate(-50%, -50%); z-index: 3; color: #fff; font-size: 1.5em; font-weight: 600;
}
.pd_list_mather ul li.time_out .time{display: none !important;}
.pd_list_mather ul li.time_out .info{opacity: 0.5;}
.pd_list_mather ul li.time_out .price{opacity: 0.5;}
.pd_list_mather ul li.time_out .profile{opacity: 0.5;}
.pd_list_mather ul li.time_out .txt_wrap .type p i{opacity: 0.5;}

.address_wrap .insert select{background-color: #f5f5f5; border-radius: 0.3em;}
.address_wrap .insert select:focus{outline: 1px solid #ff8800;}


.alram .Container{min-height: 100vh; display: flex; align-items: center; justify-content: center;}
.alram .Container .no_post img{width: 1.8em; opacity: 0.5; margin-bottom: 1.2em;}

.delivery_list select{background-color: #f5f5f5; border-radius: 0.3em;}
.delivery_list select:focus{outline: 1px solid #ff8800;}
.delivery_list button{padding: 0.6em 0.8em;}



.daily .tab_type3 ul{padding: 0 .8em;}
.daily .tab_type3 ul li{ padding: 0;}
.daily .tab_type3 ul li p{margin-top: 0 ; background-color: #f5f5f5; color: #626262; border-radius: 55px; font-size:1em; padding: 0.7em 0.8em;}
.daily .tab_type3 ul li + li{margin-left: 0.8em;}
.daily .tab_type3 ul li p.on{background-color: #3862F5; color: #fff;}

.daily .top_banner{width: 100%;padding-bottom: 34%; overflow: hidden; position: relative; border-bottom: 1px solid #ddd;}
.daily .top_banner img{position: absolute; left: 50%; top: 50%; width: 102%; transform: translate(-50%, -50%); object-fit: cover;}
.board_list .btm_con ul li::after{content: ""; width: 100%; height: 8px; background-color: #f5f5f5;display: block;}
.board_list .btm_con ul li .img_wrap{padding-bottom: 38%; width: 100%; position: relative; overflow: hidden; border-bottom: 1px solid #ddd;}
.board_list .btm_con ul li .img_wrap img{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%;}
.board_list .btm_con ul li .txt_wrap{padding: 1.2em 0; }
.board_list .btm_con ul li .txt_wrap b{font-size: 1.28em; font-weight: 700; display: block; margin-bottom: 0.5em;}
.board_list .btm_con ul li .txt_wrap p{font-size: 1.1em;   width: 100%; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.board_list .btm_con ul li .icon_wrap{display: flex; align-items: center; margin-top: 0.5em}
.board_list .btm_con ul li .txt_wrap span.date{margin-top: 0.8em; opacity: 0.7; font-size: 1.1em;}
.img.change img.select{display: block;}
.img.change img.no_select{display: none;}

.img img.select{display: none;}
.img img.no_select{display: block;}

.board_list .btm_con ul li .icon_wrap>div{display:flex; align-items: center;}
.board_list .btm_con ul li .icon_wrap>div + div{margin-left:1em;}
.board_list .btm_con ul li .icon_wrap>div p{font-size: 1.1em; font-weight: 600;}
.board_list .btm_con ul li .con_wrap .bd{padding-bottom:1.2em;}
.board_list .btm_con ul li .icon_wrap .img{display: flex; align-items: center;}
.board_list .btm_con ul li .icon_wrap .img img{width: 1.3em; margin-right: 0.5em;}
.board_list .btm_con ul li .icon_wrap button{}


.notice_view>.top{padding: 1.2em 0; border-bottom: 1px solid #ddd;}
.notice_view>.top b{font-weight: 700; font-size: 1.25em;}
.notice_view>.top span.date{margin-top: 0.5em; font-size: 1em;}
.notice_view .btm{padding: 1.2em;}
.notice_view .btn_wrap button{width: 100%; border: 1px solid #ddd;  background-color: #fff;
    border-radius: 55px; padding: 1em 0.8em; text-align: center; font-size: 1.1em;
    margin-top: 0.8em; width: 100%;
}
.notice_view>.top span.writer{margin-bottom: 0.8em; display: flex; align-items: center; font-weight: 600;}
.notice_view>.top span.writer i.img{font-weight: 600;  width: 2.5em; border: 1px solid #ddd; height: 2.5em; display: flex; align-items: center; justify-content: center; border-radius: 50%; overflow: hidden; margin-right: 0.5em;}
.notice_view>.top span.writer i img{width: 100%; margin-bottom: 0 !important;}
.notice_view .btn_wrap{position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%);}

.notice_view img{margin-bottom: 0.5em; width: 100%;}
.notice_view p {font-size: 1.1em; line-height: 1.4;}
.notice_view p + p{margin-top: 0.3em;}






/* 댓글 */
/* .reply_wrap{border-top: 1px solid #ddd; padding: 1.2em;}
.reply_wrap .reply_num p {font-size: 1em; padding-bottom: 0.5em;}
.reply_wrap .reply_num p span{ color: #3862F5; font-size: 1.1em; font-weight: 700; padding-right: 4px; display: inline-block;}
.reply_wrap .reply_con{margin-bottom: 0.5em; border: 1px solid #ddd; display: flex; justify-content: space-between;}
.reply_wrap .reply_con textarea{height: 3.5em; padding: 8px; border: 0; width: 100%;}
.reply_wrap .reply_con textarea:focus{outline: 1px solid #ff8800;}
.reply_wrap .reply_con a{display: flex; align-items: center; justify-content: center; width:5.2em; background-color: #3862F5; border: 1px solid #3862F5; color: #fff; vertical-align: middle;}
.reply_wrap .reply_list ul li .origin{display: flex; justify-content: space-between; border-bottom: 1px solid #ddd; padding: 1.2em 0;}
.reply_wrap .reply_list ul li .top{display: flex; margin-bottom: 0.6em; align-items: center;}
.reply_wrap .reply_list ul li .top .name{font-size: 1.15em; display: flex;font-weight:700; padding-right: 16px; margin-top: 0;}

.reply_wrap .reply_list ul li .top .thumb{width: 2em; height: 2em; border-radius: 50%; overflow: hidden; margin-right: 0.5em; border: 1px solid #ddd;}
.reply_wrap .reply_list ul li .top .date{color: #888; font-weight: 300; font-size: 0.85em; margin-top: 0;}
.reply_wrap .reply_list ul li .bottom p{font-size: 1.05em; font-weight: 400;}
.reply_wrap .reply_list ul li .submit{color: #888; font-size: 0.95em; white-space: nowrap;}
.reply_wrap .reply_list ul li .submit a + a{padding-left: 4px;}
.reply_wrap .reply_list .sub-reply{position: relative; padding-left: 3em; padding-top: 0.8em; padding-bottom: 1em; padding-right: 1em; border-bottom: 1px solid #fff; background-color: #f5f5f5;}
.reply_wrap .reply_list .sub-reply::before{content:"";position: absolute; left: 16px; top: 8px; width: 1em; height: 1em;
  background: url(../images/reply02.svg)no-repeat center center / contain;
} */



.board_list02 ul li{position: relative;}
.board_list02 ul li::after{content: ""; width: 100%; height: 8px; background-color: #f5f5f5; display: block;}
.board_list02 ul li .con_wrap{padding: 1.4em 1.2em;}
.board_list02 ul li .con_wrap .thumb_wrap{display: flex; align-items: center; margin-bottom: 0.4em;}
.board_list02 ul li .con_wrap .thumb_wrap .img{position: relative; width: 2.5em; height: 2.5em; overflow: hidden; border-radius: 50%; border: 1px solid #ddd; margin-right: 0.5em;}
.board_list02 ul li .con_wrap .thumb_wrap .img img{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%;}
.board_list02 ul li .con_wrap .thumb_wrap p{font-size: 1em; font-weight: 700;}
.board_list02 ul li .con_wrap .img_wrap{width: 10em; position: relative; padding-bottom:26%; overflow: hidden;}
.board_list02 ul li .con_wrap .img_wrap img{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width:100%;}
.board_list02 ul li .con_wrap .right_con{width: calc(100% - 10em); padding-left: 1.2em;}
.board_list02 .btm_con ul li .txt_wrap p{font-size: 1em;   width: 100%; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.board_list02 .btm_con ul li .txt_wrap b{font-size: 1.1em; font-weight: 700; margin-bottom: 0.5em; display: block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; width: 95%;}
.board_list02 .btm_con .btm{display: flex; justify-content: space-between; align-items: center; margin-top: 1em;}
.board_list02 .btm_con .btm span.date{opacity: 0.7;}
.board_list02 .btm_con ul li .icon_wrap p{margin-left: 0.5em; font-size: 1em; font-weight: 600;}

.review_write .pd_area{padding: 1.2em; display: flex; align-items: center; border-bottom: 8px solid #f5f5f5;}
.review_write .pd_area .left{width: 4em; overflow: hidden;}
.review_write .pd_area .left img{width: 100%; object-fit: cover;}
.review_write .pd_area .right{width: calc(100% - 5em); padding-left: 0.8em;}

.fixed_btn{position: fixed; bottom:20px; left: 50%; transform: translateX(-50%); width: 100%;}
.fixed_btn button{display: block; width: 100%; padding: 1.2em; font-size: 1.1em; background-color: #3862F5; text-align: center; border-radius: 55px; color: #fff;}

.img_upload input{display: none;}
.img_upload label{ width: 100%; font-size: 1.1em; padding: 0.8em 1.2em; border: 1px dashed #3862F5; margin-top: 0.8em; display: flex; align-items: center; justify-content: center;}
.img_upload label img{width: 1.2em; margin-right: 0.5em;}


.chat_list ul li{border-bottom: 1px solid #ddd; background-color: #fff; padding: 1.2em; position: relative;}
.chat_list ul li .count{position: absolute; right: 1.5em; top: 1.5em; border-radius: 50%; font-size: 0.75em; color: #fff; width: 2em; height: 2em; background-color: #f83c21; display: flex; align-items: center; justify-content: center;}
.chat_list ul li .count p{line-height: 1; text-align: center;}
.chat_list ul li .icon_wrap{overflow:hidden;  width: 5em; height: 5em; border: 1px solid #ddd; border-radius: 50%;display: flex; align-items: center; justify-content: center;}
.chat_list ul li .icon_wrap img{width: 100%; margin: 0 auto;}s
.chat_list ul li .con_wrap{display: flex; align-items: center;}
.chat_list ul li .txt_wrap{width: calc(100% - 5em); padding-left: 1.2em;}
.chat_list ul li .txt_wrap b{font-size: 1.15em; font-weight: 600; display: block; margin-bottom: 0.5em;}
.chat_list ul li .txt_wrap p{word-break: keep-all; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.chat_list ul li .txt_wrap span.date{opacity: 0.7; font-size: 0.95em; display: block; margin-top: 0.5em;}

.chat_list_view {padding: 1.2em;}
.chat_list_view ul li .icon_wrap{display: flex; background-color: #fff; align-items: center; justify-content: center; border: 1px solid #ddd; width: 4em; height: 4em; border-radius: 50%; overflow: hidden;}
.chat_list_view ul li:nth-child(2n) .icon_wrap{margin-left:1em;}
.chat_list_view ul li .icon_wrap img{}
.chat_list_view ul li .txt_wrap{width: calc(100% - 4em); padding-left: 1em;}
.chat_list_view ul li:nth-child(2n){display: none; flex-direction: row-reverse;}
.chat_list_view ul li:nth-child(2n) .txt_wrap{text-align: right; width: auto;}
.chat_list_view div.date{background-color: #a5a5a5; padding: 1em 1.2em; line-height: 1; border-radius: 55px; width: 11em; text-align: center; margin: 0 auto 2em auto; color: #fff; font-size: 0.75em;}
.chat_list_view ul li .txt_wrap .txt_in{border: 1px solid #ddd; border-radius: 5px; background-color: #fff; }
.chat_list_view ul li .txt_wrap .txt_in p{padding: 1em;}
.chat_list_view ul li .txt_wrap .txt_in img{width: 100%;}
.chat_list_view ul li .txt_wrap b{font-weight: 600; display: block; margin-bottom: 0.6em;}
.chat_list_view ul li .con_wrap{display: flex; align-items: flex-start; width: 90%;}
.chat_list_view ul li span.date{display: flex; justify-content: flex-end; margin-top: 0.5em; font-size: 0.95em;}
.chat_list_view ul li:nth-child(2n) .con_wrap{flex-direction:row-reverse ;}

.chat_list_view .chat_input{display: flex; background-color: #ffff; justify-content: space-between; }
.chat_list_view .chat_input input{ width: calc(100% - 3.5em); padding: 0.8em; background-color: #f7f7f7;}
.chat_list_view .chat_input input:focus{outline: 1px solid #ff8800;}
.chat_list_view .chat_input img{width: 3em; padding-left: 1em;}



.mypage .bg-gray{border-radius: .6em;}
.mypage .bg-gray em{color: #212121;;}
.mypage .bg-gray .card_type span{border-color:#ddd}




/* .mypage .btm{border-top:8px solid #f5f5f5;}
.mypage .btm ul{border-bottom: 8px solid #f5f5f5;padding:.6em 1.2em;}
.mypage .btm ul li{padding: .6em 0;cursor: pointer;}
.mypage .btm ul li .con_wrap{display: flex; align-items: center;color: #333;}
.mypage .btm ul li .con_wrap p{font-weight: 500;}
 */
.mather_top{display: flex; align-items: center; justify-content: space-between;}
/* .mather_top>div{width: 48%; position: relative;} */
.mather_top>div select{width: 100%;}
/* .calculate02 .mather_top>div select{width: 98%; font-size: 1em;} */
.mather_top>div select:focus{outline: 0;}
.mather_top>div:last-child::after{display: none;}
.mather_top>div::after{content: ""; width: 1px; height: 70%; background-color: #aeaeae; position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.mather_order .order_list_wrap{padding: 0;}
.mather_order .order_list_wrap .order_txtbox span{}
/* .period{width: 100%; padding: 1.2em; background-color: #f5f5f5;} */
.period select{background-color: #FFF; border: 1px solid #ddd; border-radius: .3em; padding: 0 1.05em; background: url(https://s3.ap-northeast-2.amazonaws.com/lbcontents/images/YOUANDI/168365345273906.png) no-repeat right 5% top 50%; background-size: 1em; font-size: 0.8666em; height: 3.45em;}
.period select:disabled{opacity: 1;}


.shop_order .btn_wrap{width: 100%; margin-top: 1.5em;}
.shop_order .btn_wrap button{width: 32%; border: 1px solid #ddd; border-radius: 0.2em; font-size: 0.95em; display: block; padding: 0.9em;}
.shop_order .btn_wrap span{display: block;}
.mather_order .statu{margin-bottom: 0.7em;}
.mather_order .statu b{font-weight: 700; font-size: 1.2em;}
.mather_order .top{display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.8em;}
.mather_order .top div.date p{font-size: 1.1em; font-weight: 700;}
.mather_order .top button img{margin-left: 0.5em; display: inline-block; vertical-align: bottom;}
.mather_order .top button{font-size: 1em;}
.shop_order.mather_order .contents .list_con::after{display: none;}

.mather_order .list_wrap .list_con{border: 1px solid #ddd; padding: 1.2em; border-radius: 0.3em; }
.mather_order .contents{position: relative; padding-bottom:2em; margin-bottom: 1.em;}
.mather_order .contents::after{content: ""; width: 110%; height: 8px; background-color: #f5f5f5; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}

.mather_order_view .order_list_wrap{padding: 0;}
.mather_order_view .contents .list_con .body{margin-top: 0;}
.mather_order_view .in dl{display: flex; align-items: flex-start;}
.mather_order_view .in dl dt{width: 8em; font-weight: 600;}
.mather_order_view .in dl dd{width: calc(100% - 8em); padding-left: 0.5em;}
.mather_order_view .in dl + dl{margin-top: 0.5em;}
.mather_order_view .btm .btn_wrap{width: 100%;}
.mather_order_view .btm .btn_wrap button{width: 100%; font-size: 1.1em; padding: 0.8em; border: 1px solid #3862F5; background-color: #3862F5; color: #fff;}
.mather_order_view .bag_policy_container .in dl{justify-content: space-between;}
.mather_order_view .bag_policy_container .in dl dd{width: auto;}
.mather_order_view .bag_policy_container .in dl.all_price{border-top: 1px dashed #ddd; padding-top: 1em;margin-top: 1em;}
.mather_order_view .bag_policy_container .in dl.all_price dd{font-size: 1.2em; font-weight: 700;}

.mather_order_view select{width: 100%; border: 1px solid #ddd; padding:1em; background: url('https://s3.ap-northeast-2.amazonaws.com/lbcontents/images/Gmask/157513688091706.png') no-repeat 97% 50%/15px auto;}
.mather_order_view select:focus{outline: 1px solid #ff8800; border-radius: 0.3em;}
.mather_order_view .btn_wrap02 button.btn-default{background-color: #f5f5f5; border: 1px solid #f5f5f5; color: #999;}
.mather_order_view .btn_wrap02 button{width: 49%;}


.return input{border: 1px solid #ddd;width: 100%; border-radius: 0; padding: 1em  0.8em;}
.return input:focus{outline: 1px solid #ff8800;}

.my_qna_list ul{}
.my_qna_list ul li>div{width: 100%;}
.my_qna_list ul li .con_wrap {padding-right: 4em; }
.my_qna_list ul li .con_wrap .arrow{position: absolute; right: 1.2em; top: 2.5em;}
.my_qna_list ul li .con_wrap .arrow img{width: 1.5em;}
.my_qna_list ul li .con_wrap .top{margin-bottom: 0.5em;}
.my_qna_list ul li .con_wrap .top p.stay{background-color: #ddd;  color: #fff;}
.my_qna_list ul li .con_wrap .top p.complete{background-color: #3862F5; color: #fff;}
.my_qna_list ul li .con_wrap .top p{margin-right: 0.5em; padding: 0.3em; font-size: 0.85em; border-radius: 55px; width: 5.5em; text-align: center;}
.my_qna_list ul li .con_wrap .txt_wrap b{ font-size: 1.05em; display: block; font-weight: 600;}
.my_qna_list ul li .con_wrap span.date{font-size: 0.95em;}
.my_qna_list ul li .answer{display:none; background-color: #f5f5f5; padding: 1.2em; margin-top: 0.8em;}
.my_qna_list ul li .answer .top b{font-weight: 700; margin-right: 0.5em; color: #3862F5;}
.my_qna_list ul li{padding: 1.2em; border-bottom: 1px solid #ddd; position: relative;}
.my_qna_list ul li .answer .con_wrap{padding-right:0;}
.my_qna_list ul li .answer .con_wrap + .con_wrap{border-top: 1px solid #ddd; margin-top: 1em; padding-top: 1em;}
.my_qna_list ul li .answer .con_wrap span.title03{font-weight: 600; display: block; margin-bottom: 0.5em;}
.my_qna_list .img_wrap{margin-right: 0.8em;}

.rotate {transform: rotate(-180deg) !important;}



.search_con{ display: flex; position: relative; }
.search_con img{width: 1.8em; position: absolute; left: 48%; top:48%; transform: translate(-50%,-50%);}
.search_con input{width: calc(100% - 4em);;  padding: 1em; }
.search_con input:focus{outline: 0;}

.search_con button{width: 3.4em;background: #3862F5;border-radius: .4em;position: relative;margin-left: .4em;}

.favorite .title h2{font-size: 1.1em; font-weight: 700;}
.favorite .icon_wrap {width: 3.5em;height: 3.5em;border-radius:0.4em;overflow: hidden;position: relative;border: 1px solid #ddd;}
.favorite .icon_wrap img{position: absolute; width: 80%; left: 50%; top: 50%; transform: translate(-50%, -50%);}


.favorite .con_wrap p {font-size: 1.1em;font-weight: 700;}
.favorite .list li{ border: 1px solid #eee; padding:1em ;border-radius: .6em;background: #fff;}
.favorite .list li+li{margin-top: .5em;}
.favorite .list li .right button{background-color: #ED4848; color: #fff; padding: 0.6em 1.2em 0.4em; border-radius: 0.3em; text-align: center;}
.favorite .list li .right button.on{background-color: #3862F5;}
.invite .img_wrap{width: 15em; margin: 0 auto 0.3em auto;}
.invite .txt_wrap .top{text-align: center;}
.invite .txt_wrap .top span{font-size: 1.2em;}
.invite .txt_wrap .top b{display: block; font-size: 1.35em; font-weight: 700;}
.invite .txt_wrap .top p{opacity: 0.7; margin-top: 0.3em; font-size: 1.1em; margin-top: 0.8em;}

.invite .txt_wrap .mid{margin-top: 2em;}
.invite .txt_wrap .mid p{background-color: #FEE500; color: #222; padding: 1.2em; font-weight: 600; text-align: center;}
.invite .txt_wrap .mid p img{width: 1.2em; display: inline-block; vertical-align: middle; margin-right: 0.5em;}

.invite .txt_wrap .btm{ background-color: #f5f5f5; padding: 1.2em; margin-top: 1.2em; text-align: center;}
.invite .txt_wrap .btm p{}
.invite .txt_wrap .btm span{display: block; color: #f83c21; font-size: 1.1em; font-weight: 700;}

.cs_notice{}
.member_out{text-align: right; margin-top: 0.8em;}
.member_out span{font-size: 0.95em; color: #aaa; display: inline;}


/* 토글 스위치 */
.onoff_button{display: flex;;align-items: center; justify-content: flex-end;}
.onoff_button>div{ display: flex; align-items: center; justify-content: center; }
.onoff_button>div p{font-weight: 600;}
.onoff_button>div span{}
.onoff_button .toggleSwitch {width: 2em;height: .5em;display: block;position: relative;border-radius: 30px;background-color: #ddd; cursor: pointer;}
.onoff_button .toggleSwitch .toggleButton {width: 1.4em;height: 1.4em;position: absolute;top: 50%;left: -.5em;transform: translateY(-50%);border-radius: 50%;background: #3862F5;}
.onoff_button #toggle:checked ~ .toggleSwitch {background: #7cc8ff;}
.onoff_button #toggle:checked ~ .toggleSwitch .toggleButton {left: calc(100% - 1em);background: #3862F5;}
.onoff_button .toggleSwitch, .toggleButton {transition: all 0.3s ease-in;}

.onoff_button #toggle2:checked ~ .toggleSwitch {background: #7cc8ff;}
.onoff_button #toggle2:checked ~ .toggleSwitch .toggleButton {left: calc(100% - 1em);background: #3862F5;}

.setting .in{background-color: #fff; border-bottom: 8px solid #f8f8f8;}
.setting .in dl{display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #eee; padding: 1.06em;}
.setting .in dl dd .onoff_button{padding-left: 1em;}
.setting .in dl:last-child{border-bottom: 0;}
.setting .in dl dt p{font-weight: 600;}
.setting .in dl dt span{font-size: 0.9em; word-break: keep-all; color: #777; margin-top: .2em;}

.login .logo{text-align: center; margin: 0 auto;}
/* .login input:focus{outline: ;} */

.cupon{padding: 1.2em;}
.cupon ul li .con_wrap{background-color: #3862F5; display: flex; position: relative; overflow: hidden; justify-content: space-between; align-items: center; border-radius: 0.3em; }
.cupon ul li .con_wrap p{font-weight: 700; font-size: 1.2em; margin: 0.2em auto;}
.cupon ul li .con_wrap span{opacity: 0.7; margin-top: 0.5em; display: block;}
.cupon ul li .con_wrap .img_wrap{ width: 4em; margin: 0 auto; text-align: center; padding: 1em;}
.cupon ul li .con_wrap .txt_wrap{width: calc(100% - 4em); padding: 1.5em; border: 1px solid #ddd;  background-color: #fff;}
.cupon ul li .con_wrap::after{content: ""; position: absolute; left: -1em; top: 50%; transform: translateY(-50%); width: 1.7em; height: 1.7em; border-radius: 50%; background-color: #e3e3e3; border: 1px solid #ddd;}
.cupon ul li .con_wrap .img_wrap img{width: 1.5em; margin: 0 auto;}


.radio_style span img{width: 1.4em;}
.radio_style span{width: 83%;}
.radio_style label{width:calc(50% - .7em);}
.radio_style label{margin: .4em 0;}
.radio_style [type="radio"]{padding: 1.5em;}
.radio_style [type="radio"]:checked{background-color: rgb(74 132 241 / 5%);}













/* ********************************************* *
 * 390px max
 * ********************************************* */
 @media (max-width:390px){
    .per_store{margin-right:3%;}
 }


 /* ********************************************* *
 * 320 max
 * ********************************************* */
 @media (max-width:320px){
    .pd_list1 ul li{width:100%;}
    .reply_wrap .reply_list ul li .top .name{font-size: 1em;}
    .notice_view>.top b{font-size: 1.1em;}
 }