@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
/* CSS Document */
/**
 * custom css 입니다. 추가적인 css 는 여기에 작성을 해주세요.
 */

*{margin: 0; padding: 0;}
body { overflow-x: hidden;}
a{text-decoration: none;}
ul,li{list-style: none;}
.swiper-scrollbar-drag { background: #00CC41 !important; }
.required:after { display: inline-block; content: ""; margin: 0 0 0 2px; width: 4px; height: 4px; background: #f44336; border-radius: 100%; vertical-align: super; animation: brth 2s infinite;}
.ofLock { overflow: hidden !important; }
.red_c {color: #ef6868 !important;}
.red_c:hover{color: #cf3939  !important;}
.pagination li a, .pagination li span { width: 40px; height: 40px; line-height: 40px; font-size: 15px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease;}
.pagination li a:hover { background: #00CC41; border-radius: 100px; color: #fff;  }
.pagination .btn_page { border: 0; width: 40px; height: 40px; }
.pagination .btn_page_next,
.pagination .btn_page_last,
.pagination .btn_page_prev,
.pagination .btn_page_first { background: none; }
@keyframes brth { 
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% { 
    opacity: 0.4;
  }
}

.header-wrap{width: 100%; box-sizing: border-box; position: fixed; z-index: 160; background-color: #fff;}
.header-wrap .in-header{width: 100%; max-width: 1500px; margin: 0 auto;}
.sub_content { padding-top: 80px; }
.sub_content .content { margin: 50px auto 0 auto; max-width: 1500px;}
.required_add:before { display: inline-block; margin: 0 3px 2px 0; content: "*"; color: #f44336; }
.layer_wrap .box { border: 0; border-radius: 5px; }
.add_cart_layer, .add_wish_layer { min-height: unset; box-sizing: border-box; padding: 20px;  }
.add_cart_layer .scroll_box { text-align: center; overflow: hidden;}
.add_cart_layer .scroll_box i { display: inline-block; margin-bottom: 20px; font-size: 50px; color: #00CC41; }
.add_cart_layer p { padding: 0; margin: 0 0 10px 0; background-image: none; font-size: 20px; font-weight: 500; letter-spacing: -1px; color: #191f28; }
.add_cart_layer p:last-child { margin-bottom: 0; }
.add_cart_layer p.success { background-image: none; }
.add_cart_layer .btn_cancel, .add_wish_layer .btn_cancel { border: 1px solid #eee; color: #191f28; font-size: 14px; font-weight: 400; letter-spacing: -1px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; border-radius: 5px; }
.add_cart_layer .btn_cancel:hover, .add_wish_layer .btn_cancel:hover { background: #eee; border-color: #eee; color: #191f28; }
.add_cart_layer .btn_confirm, .add_wish_layer .btn_confirm { border: 1px solid #00CC41; background: #00CC41;  color: #fff; font-size: 14px ;font-weight: 400; letter-spacing: -1px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; border-radius: 5px; }
.add_cart_layer .btn_confirm:hover, .add_wish_layer .btn_confirm:hover { background: #008F2D; border-color: #008F2D; }

.mt5 { margin-top: 5px !important; }

.mb5{ margin-bottom: 5px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }

.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }
.mr30 { margin-right: 30px !important; }
.mr40 { margin-right: 40px !important; }
.mr50 { margin-right: 50px !important; }
.mr60 { margin-right: 60px !important; }
.mr70 { margin-right: 70px !important; }
.mr80 { margin-right: 80px !important; }
.mr90 { margin-right: 90px !important; }
.mr100 { margin-right: 100px !important; }

.clearFt { display:block !important; clear: both !important; float: none !important; }
.clearFt:after { display: block; content: ''; clear: both; }
.capcha_txt p { font-size: 15px; font-weight: 400; color: #8b95a1; letter-spacing: -1px;}

/* logo */
.header-wrap .in-header .logo-wrap{display: inline-block; padding-right: 35px;}
.header-wrap .in-header .logo-wrap img{width: 100%; max-width: 210px; display: inline-block; vertical-align: middle; padding: 25px 0; opacity: 1;}
.header-wrap .in-header .logo-wrap img:hover { opacity: 0.7;}


.header-wrap .in-header .nav-wrapper{display: inline-block; width: 100%;}
.header-wrap .in-header .nav-wrapper .nav-inner{display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; align-items: center;}



/* buttons */
.btn_pw_cancel { height: unset; min-width: unset; font-size: 14px; font-weight: 400; color: #191f28; border-radius: 5px; padding: 15px 20px; letter-spacing: -1px; background-color: #eee; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; line-height: 1; border: 0;}
.btn_pw_cancel:hover { border: 0; color: #191f28; background-color: #eee; }
.btn_pw_certify {height: unset; min-width: unset; font-size: 14px; font-weight: 400; color: #fff; border-radius: 5px; padding: 15px 20px; letter-spacing: -1px; background-color: #00CC41; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; border: 0; line-height: 1; }
.btn_pw_certify:hover { border: 0; color: #fff; background-color: #008F2D; }
.btn_normal { display: inline-block; font-size: 14px; font-weight: 400; color: #fff; margin: 0; border-radius: 5px; padding: 20px 20px; letter-spacing: -1px; background-color: #00CC41; border: 0; line-height: 1; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; box-sizing: border-box; }
.btn_normal:hover { background-color: #008F2D; }
.btn_ch_password { width: 100%; text-align: center; }
.btn_add_shipping { height: unset; padding: 10px 20px; border-radius: 5px; border: 0; background-color: #00CC41; color: #fff; letter-spacing: -1px; line-height: 1; text-align: center; font-size: 14px; font-weight: 400; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.btn_add_shipping:hover { border: 0; background-color: #008F2D; }
.btn_coupon_register { position: static; width: auto; height: unset; line-height: 1; background: #00CC41; color: #fff; border-radius: 5px; font-size: 14px; font-weight: 400; letter-spacing: -1px; border: 1px solid #00CC41; padding: 8px 15px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; } /* 2024-11-01 쿠폰 등록 스타일 수정 */
.btn_coupon_register:hover { background: #008F2d; border-color: #008F2D; }
.btn_claim_cancel  { height: unset; min-width: unset; font-size: 14px; font-weight: 400; color: #191f28; border-radius: 5px; padding: 15px 20px; letter-spacing: -1px; background-color: #eee; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; line-height: 1; border: 0;}
.btn_claim_cancel:hover { border: 0; color: #191f28; background-color: #eee; }
.btn_center_box button { height: unset; min-width: unset; font-size: 14px; font-weight: 500; color: #fff; border-radius: 5px; padding: 15px 20px; letter-spacing: -1px; background-color: #00CC41; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; border: 0; line-height: 1; }
.btn_center_box button:hover { background: #008F2D; color: #fff; border: 0;}
.btn_center_box .layer_close { background: #eee; border: #eee; color: #191f28; }
.btn_center_box .layer_close:hover { background: #eee; border: #eee; color: #191f28; }
.btn_board_search { border: 0; min-height: 41px; height: unset; padding: 5px 15px; border-radius: 5px; background: #00CC41; color: #fff; letter-spacing: -1px; font-size: 15px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.btn_board_search:hover { border: 0; background: #008F2D; }
.btn_write { position: unset; top: unset; right: unset; width: unset; min-height: unset; height: unset; padding: 10px 15px; font-size: 14px; font-weight: 400; color: #fff; background: #00CC41; border: 0; border-radius: 5px; line-height: 1; margin: 0; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.btn_write:hover { border: 0; background: #008F2D;}
.pagination li.on span { background: #00CC41;}


/* nav style */
.header-wrap .in-header .nav-wrap{display: inline-block; position: relative;}
.header-wrap .in-header .nav-wrap>li{display: inline-block; margin-right: 8px; vertical-align: middle; height: 76px; line-height: 76px;}
.header-wrap .in-header .nav-wrap>li:first-child{margin-right: 30px;}
.header-wrap .in-header .nav-wrap>li:last-child{margin-right: 0;}
.header-wrap .in-header .nav-wrap>li:hover .header-cate{color: #191f28; background-color: #eee;}
.header-wrap .in-header .nav-wrap li .header-cate{font-family: 'Noto Sans KR', sans-serif; letter-spacing: -1px; font-size: 15px; color: #8b95a1; padding: 9px; border-radius: 5px; background-color: #fff;}


/* list-wrap style */
.header-wrap .in-header .nav-wrap>li .list-wrap{position: absolute; top: 60px; background-color: #fff; box-shadow:0 1px 3px 0 #dbdbdb; -webkit-box-shadow:0 1px 3px 0 #dbdbdb; -moz-box-shadow:0 1px 3px 0 #dbdbdb; border-radius: 5px; opacity: 0; transition: 0.2s ease; visibility: hidden; }
.header-wrap .in-header .nav-wrap>li:hover .list-wrap{opacity: 1; visibility:visible;}
.header-wrap .in-header .nav-wrap>li .list-wrap-fx{display: -ms-flexbox; display: flex;  -ms-flex-pack: justify; justify-content: space-between;}
.header-wrap .in-header .nav-wrap>li .list-wrap-fx ul{min-width: 180px;}
.header-wrap .in-header .nav-wrap>li .list-wrap ul{padding: 15px 15px; max-height: 400px; overflow: auto; width:fit-content;}
.header-wrap .in-header .nav-wrap>li .list-wrap ul.act-service{ width:200px;} /* 250114 호버시 메뉴 너비 조정 */
.header-wrap .in-header .nav-wrap>li .list-wrap ul.brand-day {width: 130px;}
/*브랜드 데이 하위 img 추가*/
.header-wrap .in-header .list-wrap .popup-img-wrap img:hover  {box-shadow: 4px 4px 4px 0px rgba(153, 153, 153, 0.25);}
.header-wrap .in-header .list-wrap .popup-img-wrap img  {transition: 0.2s}
/*브랜드 데이flex*/
.header-wrap .in-header .brand-day-wrap .list-wrap {display:flex; justify-content: space-between;}
.header-wrap .in-header .brand-day-wrap .list-wrap .popup-img-wrap {width:230px;}
.header-wrap .in-header .brand-day-wrap .list-wrap .popup-img-wrap li  a {width:200px;}
.header-wrap .in-header .brand-day-wrap .list-wrap .popup-img-wrap li img {width:100%;}

.header-wrap .in-header .nav-wrap>li .list-wrap ul::-webkit-scrollbar{width: 6px;}
.header-wrap .in-header .nav-wrap>li .list-wrap ul::-webkit-scrollbar-track{background-color: #eee;}
.header-wrap .in-header .nav-wrap>li .list-wrap ul::-webkit-scrollbar-thumb{border-radius: 3px; background-color: #8b95a1;}
.header-wrap .in-header .nav-wrap>li .list-wrap ul::-webkit-scrollbar-button{width: 0; height: 0;}
.header-wrap .in-header .nav-wrap>li .list-wrap ul>li{line-height: normal;}
.header-wrap .in-header .nav-wrap>li .list-wrap ul>li a{padding: 10px 20px; border-radius: 5px; font-family: 'Noto Sans KR', sans-serif; letter-spacing: -1px; font-size: 15px; color: #8b95a1; display: inline-block; transition: 0.2s ease; font-weight: 400;}
/*쇼핑하기 상단 카테 active*/
.header-wrap .in-header .nav-wrap>li .list-wrap > ul >.sub_menu_box > ul li:first-child a{ color: crimson; font-weight: 500;}
.header-wrap .in-header .nav-wrap>li .list-wrap > ul >.sub_menu_box > ul li:first-child a:hover{ color: crimson; font-weight: 500;}
/* .header-wrap .in-header .nav-wrap>li .list-wrap > ul >.sub_menu_box > ul li:last-child a {display:none;} */ /* 241231 메뉴 오류 수정 */

.header-wrap .in-header .nav-wrapper .nav-inner ul.nav-wrap li:last-child a.active{color: crimson; font-weight: 500;}
.header-wrap .in-header .nav-wrapper .nav-inner ul.nav-wrap li:last-child:hover a.active{color: crimson; font-weight: 500;}
/*헤더 레드 엑티브*/
.header-wrap .in-header .nav-wrapper .nav-inner ul.nav-wrap li a.active-red {position:relative;}
.header-wrap .in-header .nav-wrapper .nav-inner ul.nav-wrap li a.active-red::after {content: ''; display: block; width: 5.5px; height: 5.5px;  background: crimson;  border-radius: 50%; position: absolute; top: 7px; right: 4px;}
.header-wrap .in-header .nav-wrap>li .list-wrap ul:not(.popup-img-wrap)>li a:hover{width:75%; color: #191f28; font-weight: 400; background-color: #eee;}

/* list-wrap style > recomm-area-wrap */
.header-wrap .in-header .nav-wrap>li .list-wrap ul.recomm-area-wrap{border-left: 1px solid #eee; box-sizing: border-box; min-width: 520px; line-height: normal; padding: 25px 30px; display:none;}
.header-wrap .in-header .nav-wrap>li .list-wrap ul.recomm-area-wrap h1{font-family: 'Noto Sans KR', sans-serif; font-size: 15px; margin-bottom: 10px;}
.header-wrap .in-header .nav-wrap>li .list-wrap ul.recomm-area-wrap i.em.em-wink{margin-right: 5px; vertical-align: middle;}
.header-wrap .in-header .nav-wrap>li .list-wrap .recomm-area-wrap .recomm-area-inner{display: -ms-flexbox; display: flex;  -ms-flex-pack: justify; justify-content: space-between; align-items: flex-start;}
.header-wrap .in-header .nav-wrap>li .list-wrap .recomm-area-wrap .recomm-area-inner .recomm-img-wrap{flex: 1.5; border-radius: 5px; overflow: hidden;}
.header-wrap .in-header .nav-wrap>li .list-wrap .recomm-area-wrap .recomm-area-inner .recomm-img-wrap img{width: 100%;}
.header-wrap .in-header .nav-wrap>li .list-wrap .recomm-area-wrap .recomm-area-inner .recomm-text-wrap{flex: 2; display: inline-block; margin-left: 15px;}
.header-wrap .in-header .nav-wrap>li .list-wrap .recomm-area-wrap .recomm-area-inner .recomm-text-wrap h3{font-family: 'Noto Sans KR', sans-serif; font-size: 15px; letter-spacing: -1px; color: #191f28; margin-bottom: 5px;}
.header-wrap .in-header .nav-wrap>li .list-wrap .recomm-area-wrap .recomm-area-inner .recomm-text-wrap p{font-family: 'Noto Sans KR', sans-serif; font-size: 14px; color: #8b95a1;}
.header-wrap .in-header .nav-wrap>li .list-wrap .recomm-area-wrap .recomm-area-inner .recomm-text-wrap .price-wrap span{font-family: 'Noto Sans KR', sans-serif; font-size: 15px; text-decoration-line: line-through;}
.header-wrap .in-header .nav-wrap>li .list-wrap .recomm-area-wrap .recomm-area-inner .recomm-text-wrap .price-sale-wrap span{font-family: 'Noto Sans KR', sans-serif; font-size: 14px; color: #00CC41; font-weight: 500;}
/*서비스 active*/
/*.header-wrap .in-header .nav-wrap>li .list-wrap .sub_menu_box .sub_depth0 li:first-child a {color:crimson; font-weight:500;} */
/*.header-wrap .in-header .nav-wrap>li:nth-child(3)::after {content: ''; display: block; width: 6px; height: 6px;  background: crimson;  border-radius: 50%; position: absolute; top: 7px; right: 4px;}*/

/* 헤더 신규 메뉴 active red 스타일(메뉴 위 빨간 동그라미) */
.nav-menu .active-red {position: relative;}
.nav-menu .active-red:after {content: ""; position: absolute; top: 5px; left: -8px; width: 4px; height: 4px; background-color: crimson; border-radius: 100%;}


.rank_item_box ul { padding: 0 !important; }
.rank_item_box ul > li { margin-bottom: 7px; }
.rank_item_box ul > li a { border-radius: 100px !important; background: #f8f8f8; }

/* my-contents-wrap*/
.my-contents-wrap{display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; align-items: center;}
.my-contents-wrap .my-contents-mr{margin: 0 10px; }
.my-contents-wrap .my-search-wrap{position: relative;}
.my-contents-wrap .string-repair-btn {padding: 9px 20px; display: block; background: #00CC41; font-weight: 500; font-size: 14px; border-radius: 10px; transition:.2s;color: #fafafa; margin-left:10px;}
.my-contents-wrap .string-repair-btn a {color:#ffffff;}
.my-contents-wrap .string-repair-btn:hover {padding: 9px 15px 9px 25px;}
.my-contents-wrap .my-search-wrap input[type="text"]{max-width:220px; padding: 1.2rem 1.2rem 1.2rem 40px; border: 1px solid #eee; font-size: 15px; outline: none; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; appearance: none; letter-spacing: -1px; border-radius: 5px; background-color: #fff; position: relative;}
.my-contents-wrap .my-search-wrap .search{background-image: url('/data/skin/front/tennismetro_2025_dev/img/common/search-btn.png'); position: absolute; top: 10; left: 10; width: 20px; height: 15px; background-repeat: no-repeat; background-position: center; background-size: auto; z-index: 100; padding: 13px;}
.my-contents-wrap .my-search-wrap input[type="text"]:focus{border-color: #00CC41; border-width: 2px; }

/* 241205 insta-link-wrap (인스타로고) */
.my-contents-wrap .insta-link-wrap>a>img {width: 20px;}

/*my-info-wrap*/
.my-contents-wrap .my-cart-wrap>a>i, .my-contents-wrap .my-info-wrap>a>i{color: #848484;font-size: 20px; position: relative; transition: 0.2s ease; padding: 8px; border-radius: 5px; }
.my-contents-wrap .my-info-wrap>a>i:hover{color: #191f28; background-color: #eee; }

/* my-contents-wrap*/
.my-contents-wrap .my-cart-wrap{position: relative;}
.my-contents-wrap .my-noti-wrap{position: relative;}
.my-contents-wrap .my-cart-wrap>a{display: inline-block; position: relative;}
.my-contents-wrap .my-noti-wrap>a{display: inline-block; position: relative;}
.my-contents-wrap .my-cart-wrap>a>i, .my-contents-wrap .my-noti-wrap>a>i{color: #848484;font-size: 20px; position: relative; transition: 0.2s ease; padding: 8px; border-radius: 5px; }
.my-contents-wrap .my-cart-wrap>a>i:hover{color: #191f28; background-color: #eee; }
.my-contents-wrap .my-noti-wrap>a>i:hover{color: #191f28; background-color: #eee; }
.pushCount{font-family: 'Noto Sans KR', sans-serif; font-size:9px; position: absolute; top: -5px; left: calc(50% + 5px); display: inline-block; box-sizing: border-box; width: auto; height: 15px; background-color: #00CC41; color: #fff; padding: 5px 5px; line-height: 5px; text-align: center; border-radius: 5px;}

/* my-noti-wrap */
.my-contents-wrap .my-noti-wrap .noti-active ul li:last-child{text-align: center; background-color: rgb(248, 248, 248); }
.my-contents-wrap .my-noti-wrap .noti-active ul li:last-child a { color: #191f28; }
.my-contents-wrap .my-noti-wrap .noti-active ul li span{font-family: 'Noto Sans KR', sans-serif; display: block; font-size: 12px;}
.noti-active-profile ul li span{font-family: 'Noto Sans KR', sans-serif; display: block; font-size: 12px;}


/* my-info-wrap */
.my-contents-wrap{position: relative;}
.my-contents-wrap .my-info-wrap{position: relative; display: inline-block; margin-right: 0;}
.my-contents-wrap .my-info-wrap>a{display: inline-block; box-sizing: border-box; text-align: center;}
.my-contents-wrap .my-info-wrap>a>i {color: #848484;font-size: 20px; position: relative; transition: 0.2s ease;}
.my-contents-wrap .my-info-wrap:hover .list-wrap{visibility: visible; opacity: 1;}
.my-contents-wrap .my-info-wrap a img{display: inline-block; width: 100%; width: 32px; height: 32px; border-radius: 300px; border: 1px solid #eee;}
.my-contents-wrap .my-info-wrap .list-wrap{opacity: 0; visibility: hidden; position: absolute; top: 35px; right: -75px; background-color: #fff; box-shadow:0 1px 3px 0 #dbdbdb; -webkit-box-shadow:0 1px 3px 0 #dbdbdb; -moz-box-shadow:0 1px 3px 0 #dbdbdb; border-radius: 5px; min-width: 200px; transition: 0.2s ease;}
.my-contents-wrap .my-info-wrap .list-wrap ul{padding: 10px 0; border-bottom: 1px solid #eee;}
.my-contents-wrap .my-info-wrap .list-wrap ul:last-child{border-bottom: none;}
.my-contents-wrap .my-info-wrap .list-wrap ul>li{line-height: normal; padding: 0 0 0 10px; }
.my-contents-wrap .my-info-wrap .list-wrap ul>li>a{padding: 10px 20px; border-radius: 5px; font-family: 'Noto Sans KR', sans-serif; letter-spacing: -1px; font-size: 15px; color: #8b95a1; display: inline-block; position: relative; transition: 0.2s ease;}
.my-contents-wrap .my-info-wrap .list-wrap ul>li a:hover{color: #191f28; background-color: #eee; }
.my-contents-wrap .my-info-wrap .list-wrap ul>li>a>i{margin-right: 10px;}
.my-contents-wrap .my-info-wrap .list-wrap .sign-out-wrap>li>a{color: #ef6868 !important;}
.my-contents-wrap .my-info-wrap .list-wrap .sign-out-wrap>li>a:hover{color: #cf3939  !important;}

.my-contents-wrap .my-noti-wrap .list-wrap{display: none; position: absolute; top: 30px; right: -75px; background-color: #fff; box-shadow:0 1px 3px 0 #dbdbdb; -webkit-box-shadow:0 1px 3px 0 #dbdbdb; -moz-box-shadow:0 1px 3px 0 #dbdbdb; border-radius: 5px; min-width: 200px; overflow:hidden;}
.my-contents-wrap .my-noti-wrap .list-wrap ul{padding: 15px 0 0 0;}
.my-contents-wrap .my-noti-wrap .list-wrap ul>li{border-bottom: 1px solid #eee; box-sizing: border-box;}
.my-contents-wrap .my-noti-wrap .list-wrap ul>li:last-child{border-bottom: none;}
.my-contents-wrap .my-noti-wrap .list-wrap ul>li>a{padding: 10px 25px; border-radius: 5px; font-family: 'Noto Sans KR', sans-serif; letter-spacing: -1px; font-size: 14px; color: #8b95a1; display: inline-block; position: relative; transition: 0.2s ease; overflow:hidden;-webkit-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -ms-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; max-width: 180px;}
.my-contents-wrap .my-noti-wrap .list-wrap ul>li a:hover{color: #191f28;}

.profile-area .list-wrap{display: none; position: absolute; top: 30px; right: -45px; background-color: #fff; box-shadow:0 1px 3px 0 #dbdbdb; -webkit-box-shadow:0 1px 3px 0 #dbdbdb; -moz-box-shadow:0 1px 3px 0 #dbdbdb; border-radius: 5px; min-width: 200px; overflow:hidden;}
.profile-area .list-wrap ul{ padding: 5px 0;}
.profile-area .list-wrap ul > li{ box-sizing: border-box; display: block; margin-right: 0; }
.profile-area .list-wrap ul > li:last-child{border-bottom: none;}
.profile-area .list-wrap ul > li > a{padding: 10px 25px; border-radius: 5px; font-family: 'Noto Sans KR', sans-serif; letter-spacing: -1px; font-size: 14px; color: #8b95a1; display: inline-block; position: relative; transition: 0.2s ease; overflow:hidden;-webkit-text-overflow: ellipsis; -moz-text-overflow: ellipsis; -ms-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; max-width: 180px; width: 100%; }
.profile-area .list-wrap ul > li > a:hover{color: #191f28;}
.profile-area .list-wrap ul > li > a > i { display: inline-block; width: 15px; margin-right: 5px; }

/* category menu style*/
.sub_menu_box .sub_depth0 > li > a { font-weight: 500; }
.sub_menu_box ul { padding: 0 !important; }
.sub_menu_box .sub_depth1 { display: none; }
/* //category menu style */


/* header etc section */
.header-noti { width: 100%; margin: 0 auto; text-align: center; background-color: #fafafa; border-top: 1px solid #eee; padding: 9px 0; }
.header-noti a { font-weight: 600; color: #191f28; font-size: 16px; }
.header-noti a > i { font-size: 13px; margin-right: 5px; }
.header-noti a span { display: block; font-weight: 400; font-size: 13px; text-decoration: underline; color: #8b95a1; }

/* footer section */
.footerSection { width: 100%; background: #fafafa;}
.footerSection .footerSection-wrap { width: 100%; max-width: 1500px; margin: 0 auto; padding: 50px 0; }
.footerSection .footerSection-wrap .footerSection-header h3 { font-size: 16px; font-weight: 500; color: #8b95a1; margin: 0 0 5px 0; }
.footerSection .footerSection-wrap .footerSection-header h2 { font-size: 26px; font-weight: 600; color: #8b95a1; margin: 0; } /* 241206 유선상담 번호 색상 변경 */
.footerSection .footerSection-wrap .footerSection-header h2 > span { font-size: 12px; font-weight: 400; color: #8b95a1; margin-left: 10px; }
.footerSection .footerSection-wrap .footerSection-header .footerSection-header-desc { margin: 10px 0; }
.footerSection .footerSection-wrap .footerSection-header .footerSection-header-desc p { font-size: 12px; font-weight: 400; color: #8b95a1; margin: 0; line-height: 1.9; }
.footerSection .footerSection-wrap .footerSection-header .footerSection-header-desc p > a { color: #191f28; }
.footerSection .footerSection-wrap .footerSection-header .footerSection-header-desc p > img { width: 100%; max-width: 14px; margin-left: 5px; vertical-align: middle; cursor: pointer; }
.footerSection .footerSection-wrap .footerSection-article { margin: 20px auto; }
.footerSection .footerSection-wrap .footerSection-article ul { margin: 0; padding: 0; list-style: none; }
.footerSection .footerSection-wrap .footerSection-article ul li { display: inline-block; margin-right: 10px; }
.footerSection .footerSection-wrap .footerSection-article ul li:last-child { margin-right: 0; }
.footerSection .footerSection-wrap .footerSection-article ul li a { font-size: 14px; font-weight: 400; color: #191f28; text-decoration: none; }
.footerSection .footerSection-wrap .footerSection-article ul li a:hover { color: #8b95a1; }
.footerSection .footerSection-wrap .footerSection-footer { margin: 0; }
.footerSection .footerSection-wrap .footerSection-footer p { font-size: 12px; font-weight: 400; color: #8b95a1; margin: 0; line-height: 1.9; }



/* main section */
.row { width: 100%; max-width: 1500px; margin: 0 auto; }
.main-container { width: 100%; margin: 90px auto; }
.main-article-tit { margin: 0 0 15px 0; }
.main-article-tit h2 { display: inline-block; font-size: 20px; font-weight: bold; color: #191f28; margin: 0; letter-spacing: -1px; }
.main-container .main-dp { width: 100%; max-width: 1920px; margin: 0 auto; }
.main-swiper .swiper-slide { position: relative; max-height: 800px; border-radius: 20px; overflow: hidden; }
.main-swiper .swiper-slide .swiper-slide-text { position: absolute; z-index: 2; bottom: 9%; left: 9%; width: 70%;}
.main-swiper .swiper-slide .swiper-slide-text h2 { font-size: 36px; font-weight: 500; color: #fff; letter-spacing: -1px; margin: 0 0 5px 0; }
.main-swiper .swiper-slide .swiper-slide-text p { display: block; font-size: 17px; font-weight: 400; color: #fff; letter-spacing: -1px; margin: 0; }
.main-swiper .swiper-slide .swiper-slide-layer { position: absolute; width: 100%; min-width: 100%; max-width: 100%; height: 100%; min-height: 100%; max-height: 100%; z-index: 1; background-image: linear-gradient(to bottom, rgba(0,0,0,0) 65%, rgba(0,0,0,.7) 100%); transition: 0.2s ease; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; }
.main-swiper .swiper-slide .swiper-slide-layer:hover { background-image: linear-gradient(to bottom, rgba(0,0,0,0) 65%, rgba(0,0,0,.8) 100%);  }
.main-swiper .swiper-slide .swiper-slide-img { position: relative; }
.main-swiper .swiper-slide .swiper-slide-img img { width: 100%; }
.main-noti { width: 100%; margin: 50px auto 0 auto; background-color: #f6f6f6; box-sizing: border-box; padding: 20px 30px; border-radius: 5px; }
.main-noti a { font-size: 16px; font-weight: 500; color: #191f28; text-decoration: none; letter-spacing: -1px;}
.main-noti a > span { margin-left: 10px; font-size: 14px; color: #8b95a1; text-decoration: underline;}
.main-noti a > i { margin-right: 15px; }
.main-article-grid { display: -webkit-box; display:-moz-box; display: -ms-flexbox; display:-webkit-flex; display: flex; -webkit-justify-content: space-between; -moz-justify-content: space-between; -ms-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; -moz-align-items: flex-start; -ms-align-items: flex-start; align-items: flex-start; margin: 0 0 100px 0; }
.main-article-grid .grid-item { flex: 1; -webkit-flex: 1; position: relative; border-radius: 5px; overflow: hidden; margin-right: 20px;}
.main-article-grid .grid-item:last-child { margin-right: 0; }
.main-article-grid .grid-item img { width: 100%; }
.main-article-grid .grid-item .grid-item-article { position: absolute; bottom: 10%; left: 10%; }
.main-article-grid .grid-item .grid-item-article h2 { font-size: 20px; font-weight: 500; color: #fff; margin: 0 0 15px 0; letter-spacing: -1px; }
.main-article-grid .grid-item .grid-item-article a { font-size: 15px; font-weight: 400; color: #191f28; background-color: #fff; padding: 7px 15px; border-radius: 100px; }
.main-article-grid .grid-item .grid-item-article a:hover { background-color: #eee; }
.main-article-grid .grid-item .grid-item-article h2.grid-item-wh { color: #000; }
.main_goods_cont { width: 100%; max-width: 1500px; margin: 0 auto; }
.main_goods_cont .goods_list_tit { padding: 0; border: 0; margin: 0 0 15px 0; }
.main_goods_cont .goods_list_tit h3 { display: inline-block; font-size: 20px; font-weight: bold; color: #191f28; }
.goods_no_data strong { font-size: 16px; font-weight: 400; color: #8b95a1; }

.video-container { width: 100%; margin: 0 auto 100px auto;}
.video-container .video-container-tit { margin-bottom: 9px; }
.video-container .video-container-tit h1 { display: inline-block; font-size: 20px; font-weight: bold; color: #191f28; letter-spacing: -1px;}
.video-container .video-swiper-slide { overflow: hidden; border-radius: 5px; border: 1px solid #eee; line-height: 1; height: unset !important; }
.video-container .video-swiper-slide > a { width: 100%; line-height: 1; }
.video-container .video-swiper-slide > a > img { width: 100%; line-height: 1; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.video-container .video-swiper-slide > a:hover > img { -webkit-transform: scale(1.04); transform: (1.04); }
.tmc-video{
    position: relative;
    width:100%;
    height: auto;
    overflow: hidden;
    border-radius: 15px;
    top: -35vw;
  }
.tmc-video video{
    object-fit: cover;
    width: 100%;}

 .tmc-video-wrap {width: 1020px;
    height: 630px;
    overflow: hidden;
    border-radius: 20px;

 }  

/* journal section */
.journal li {position: relative;color: #fafafa;}
.journal .thumb {width: 360px;height: 360px;overflow: hidden;}
.journal .magazine::after {content: '';width: 100%;height: 100%;display: block;position: absolute;background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%);top: 0;left: 0; border-radius: 7px;}
.journal .journal-info {position: absolute;bottom: 60px;left: 30px; transition:.35s;}
.journal .thumb img {width: 100%; border-radius: 7px;}
.journal li:hover .journal-info {bottom: 80px;}
.journal li:hover .magazine::after {background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.75) 100%);}			
.coming-soon-th::after {content: '';width: 100%;height: 100%; top: 0;left: 0;position: absolute;display: block;background: linear-gradient(0deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.80) 100%);}
.coming-soon-th img {
  filter: blur(6px);
  transition: .4s;
  border-radius: 5px;
}
.coming-soon-container:hover img {
  transform: scale(1.1);
}
.coming-soon-tit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  font-weight: 700;
  color: #fafafa;
}
.info-tit {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.info-date {
  font-size: 14px;
  font-weight: 350;
}


/* lesson system style */
.ls-container { width: 100%; margin: 0 auto 100px auto; }
.ls-container .ls-container-tit { margin-bottom: 9px; }
.ls-container .ls-container-tit h1 { display: inline-block; font-size: 20px; font-weight: bold; color: #191f28; letter-spacing: -1px;}
.ls-container ul { list-style: none; padding: 0;}
.ls-container ul li { display: inline-block; border: 1px solid #eee; border-radius: 5px; width: 100%; min-height: 430px; max-height: 430px; vertical-align: top; overflow: hidden; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.ls-container ul li:last-child { margin-right: 0; }
.ls-container .ls-container-img { width: 100%; max-height: 270px; margin-bottom: 20px; overflow: hidden; }
.ls-container .ls-container-img img { width: 100%; height: 100%; transform: scale(1); transition: 0.6s ease; }
.ls-container a:hover img { transform: scale(1.04); }
.ls-container .ls-container-desc { padding: 0 20px; }
.ls-container .ls-container-desc h1 { display: inline-block; font-size: 20px; font-weight: 500; color: #191f28; letter-spacing: -1px; margin: 0 10px 5px 0; }
.ls-container .ls-container-desc span { display: inline-block; background-color: #f1f1f1; border-radius: 5px; padding: 3px 4px; font-size: 10px; color: #191f28; }
.ls-container .ls-container-desc span i { color: #00CC41; margin-right: 3px; }
.ls-container .ls-container-desc p { font-size: 14px; font-weight: 400; color: #8b95a1; margin: 0;}
.ls-container .ls-container-desc .ls-container-subDesc { margin-top: 15px; }
.ls-container .ls-container-desc .ls-container-subDesc a { font-size: 14px; font-weight: 500; color: #191f28; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease;}
.ls-container .ls-container-desc .ls-container-subDesc a:hover { background: #eee; }


.modal,
.modal-article-more,
.modal-match-container,
.modal-share { position: absolute; z-index: 300; /* 1 */ top: 0; left: 0; visibility: hidden; width: 100%; height: 100%; }
.modal.is-visible,
.modal-article-more.is-visible,
.modal-match-container.is-visible,
.modal-share.is-visible { visibility: visible; }
.modal-overlay { position: fixed; z-index: 299; top: 0; left: 0; width: 100%; height: 100%; background: hsla(0, 0%, 0%, 0.5); visibility: hidden; opacity: 0; transition: visibility 0s linear 0.3s, opacity 0.3s; }
.modal.is-visible .modal-overlay,
.modal-article-more.is-visible .modal-overlay,
.modal-match-container.is-visible .modal-overlay,
.modal-share.is-visible .modal-overlay { opacity: 1; visibility: visible; transition-delay: 0s; }
.modal-wrapper { position: fixed; z-index: 301; top: 50%; left: 50%; width: 100%; max-width: 450px; background-color: #fff; box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35); transform: translate(-50%,-50%); border-radius: 5px; }
.modal-wrapper-lg { position: fixed; z-index: 301; top: 50%; left: 50%; width: 100%; max-width: 600px; background-color: #fff; box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35); transform: translate(-50%,-50%); border-radius: 5px; overflow: hidden; }
.modal-transition { transition: all 0.3s 0.12s; opacity: 0; }
.modal.is-visible .modal-transition,
.modal-article-more.is-visible .modal-transition,
.modal-match-container.is-visible .modal-transition,
.modal-share.is-visible .modal-transition { opacity: 1; }
.modal-header,
.modal-content { padding: 2em; }
.modal-content-match { padding: 0; }
.modal-content-match > *:first-child { margin-top: 0; }
.modal-content-match > *:last-child { margin-bottom: 0; }
.modal-header { position: relative; background-color: #fff; box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06); border-bottom: 1px solid #e8e8e8; }
.modal-heading { font-size: 1.125em; margin: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.modal-content > *:first-child { margin-top: 0; }
.modal-content > *:last-child { margin-bottom: 0; }
.modal-article { width: 100%; margin-bottom: 20px; }
.modal-article-match { width: 100%; padding: 2em 2em 0 2em; box-sizing: border-box;}
.modal-article-header { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #eee; }
.modal-article-header h2 { font-size: 23px; font-weight: bold; letter-spacing: -1px; color: #191f28; line-height: 1.2; margin-bottom: 5px; }
.modal-article-header p { font-size: 15px; font-weight: 400; letter-spacing: -1px; color: #8b95a1; }
.modal-article-content { width: 100%; }
.modal-article-content table { width: 100%; border-collapse: collapse;}
.modal-article-content table > thead { text-align: left; }
.modal-article-content table > thead th { padding: 10px 0; font-size: 18px; font-weight: 500; letter-spacing: -1px; color: #191f28; }
.modal-article-content table > tbody td { padding: 10px 20px 10px 0; font-size: 13px; font-weight: 400; letter-spacing: -1px; color: #8b95a1; border-bottom: 1px solid #eee; vertical-align: top;}
.modal-article-content table > tbody td:last-child { padding-right: 0; }
.modal-article-content .inputBx { margin-bottom: 10px; }
.modal-article-content .inputBx:last-child { margin-bottom: 0; }
.modal-article-content .inputBx p { margin-bottom: 5px; font-size: 13px; font-weight: 400; color: #8b95a1; letter-spacing: -1px; }
.modal-article-content .inputBx input { display:block; width: 100%; border: 1px solid #eee; border-radius: 5px; padding: 10px; font-size: 13px; font-weight: 400; color: #191f28; letter-spacing: -1px; box-sizing: border-box; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; background: #fff; outline: none; }
.modal-article-content .inputBx input:focus { border-color: #191f28; }
.modal-article-content .inputBx input::placeholder { color: #8b95a1; }
.modal-article-content ul { width: 100%; list-style: none; }
.modal-article-content .branchBox li { display: block; margin: 18px 0; }
.modal-article-content .branchBox li h3 { font-size: 17px; font-weight: 500; letter-spacing: -1px; color: #191f28; }
.modal-article-content .branchBox li h3 > i { width: 25px; }
.modal-article-content .branchBox li p { font-size: 14px; font-weight: 400; letter-spacing: -1px; color: #8b95a1; }
.modal-article-content .shareBox li { display: inline-block; margin-right: 5px; }
.modal-article-content .shareBox li:last-child { margin-right: 0; }
.modal-article-content .shareBox li a { display: inline-block; font-size: 25px; background: #eee; border-radius: 5px; line-height: 1; padding: 15px; text-align: center; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.modal-article-content .shareBox li a:hover { background: #ccc; }
.modal-article-content .shareBox li span { display: none; }
.modal-article-content .modal-match-table { margin: 20px 0; }
.modal-article-content .modal-match-table li { display: inline-block; margin: 0 30px 30px 0; }
.modal-article-content .modal-match-table li:last-child { margin-right: 0; width: 100%; margin-bottom: 0; }
.modal-article-content .modal-match-table li h3 { font-size: 13px ;font-weight: 500; color: #8b95a1; letter-spacing: -1px; line-height: 1; margin-bottom: 9px; }
.modal-article-content .modal-match-table li input[type="text"] { font-size: 15px; height: 45px; font-weight: 400; color: #191f28; background: #fff; padding: 10px 15px; letter-spacing: -1px; border: 1px solid #eee; border-radius: 5px; }
.modal-article-content .modal-match-table li input[type="text"]:focus { border-color: #00CC41; border-width: 2px; }
.modal-article-content .modal-match-table li input[type="text"].smIp { width: 100px; }
.modal-article-content .modal-match-table li input[type="text"].mdIp { width: 150px; }
.modal-article-content .modal-match-table li input[type="text"].lgIp { width: 250px; }
.modal-article-content .modal-match-table li input[type="text"]::placeholder { color: #8b95a1; }
.modal-article-content .modal-match-table li textarea.match_desc { display: block; box-sizing: border-box; width: 100%; padding: 15px; font-size: 15px; background: #fff; letter-spacing: -1px; color: #191f28; border: 1px solid #eee; outline: none; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; border-radius: 5px;}
.modal-article-content .modal-match-table li textarea.match_desc::placeholder { color: #8b95a1; }
.modal-article-content .modal-match-table li textarea.match_desc:focus { border-color: #00CC41;  }
.modal-match-table-desc { display: block; width: 100%; margin-bottom: 30px; font-size: 13px; font-weight: 400; color: #8b95a1; letter-spacing: -1px; }
.modal-match-table-desc h3 { display: block; line-height: 1; margin-bottom: 5px; font-size: 15px; font-weight: 500; color: #191f28; letter-spacing: -1px; }
.modal-match-table-desc i { margin-right: 5px; }
.copy-txt { display: block; margin: 7px 0; font-size: 13px; font-weight: 400; color: #00CC41; letter-spacing: -1px; }
.modal-footer { width: 100%; }
.modal-footer > a { display: block; width: 100%; height: 45px; line-height: 45px; font-size: 14px; font-weight: 400; letter-spacing: -1px; color: #fff; background: #191f28; text-align: center; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease;}
.modal-footer > a:hover { background: #3a3f46; }
.modal-footer > a > i { display: inline-block; margin-right: 5px; }
.modal-footer ul { list-style: none; }
.modal-footer ul li { display: inline-block; margin-right: 5px; }
.modal-footer ul li:last-child { margin-right: 0; }
.modal-footer ul li button { border: 1px solid #00CC41; border-radius: 5px; color: #fff; font-size: 13px; font-weight: 400; letter-spacing: -1px; padding: 10px 25px; background: #00CC41; outline: none; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.modal-footer ul li button:hover { background: #008F2D; color: #fff;  }
.modal-footer ul li button.chk_in_btn { background: #191f28; color: #fff; }
.modal-footer ul li input[type="button"] { border: 1px solid #191f28; border-radius: 5px; color: #191f28; font-size: 13px; font-weight: 400; letter-spacing: -1px; padding: 10px 25px; background: #fff; outline: none; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.modal-footer ul li input[type="button"]:hover { background: #191f28; color: #fff;  }
.modal-footer ul li button.modal-footer-active { background: #191f28; color: #fff; }
.modal-footer ul li button.modal-footer-active:hover { background: #3a3f46; border-color: #3a3f46; }
.modal-footer-match { width: 100%; }
.modal-footer-match ul { list-style: none; display: flex; justify-content: space-around; align-items: center; }
.modal-footer-match ul li { display: inline-block; flex: 1px; }
.modal-footer-match ul li i { display: inline-block; width: 15px; margin-right: 10px; }
.modal-footer-match ul li:last-child { margin-right: 0; text-align: right; }
.modal-footer-match ul li button { border: 0; width: 100%; background: #191f28; font-size: 15px; font-weight: bold; color: #fff; letter-spacing: -1px; text-align: right; height: 50px; line-height: 50px; padding: 0 20px; }
.modal-footer-match ul li button:hover { background: #191f28; color: #fff;  }
.modal-footer-match ul li input[type="button"] { border: 0; width: 100%; background: #eee; color: #8b95a1; font-size: 15px; font-weight: bold; letter-spacing: -1px; padding: 0 20px; text-align: left; outline: none; height: 50px; }
.modal-footer-match ul li input[type="button"]:hover { background: #bbb; color: #191f28;  }
.modal-footer-match ul li button.modal-footer-active { background: #00CC41; color: #fff; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.modal-footer-match ul li button.modal-footer-active:hover { background: #008F2D; border-color: #008F2D; }

/* service style */
.service_tit { border-color: #eee; margin-bottom: 20px; padding-bottom: 20px; }
.service_tit h2 { font-size: 20px; font-weight: 500; color: #191f28; letter-spacing: -1px; margin: 0; }
.service_cont { font-size: 16px; font-weight: 400; color: #8b95a1; line-height: 2.5;}

/* brand list style */
.goods_brand { margin: 0 auto;}
.goods_brand_tit { margin: 0 auto; text-align: left;}
.goods_brand_tit h2 { font-size: 26px; font-weight: bold; color: #191f28; margin: 0; letter-spacing: -1px; }
.goods_brand_tit h2 i { font-size: 20px; margin-right: 8px; }
.goods_brand_cont { margin: 0 auto; text-align: left; }
.brand_all_list { background: #fff; padding: 0; margin: 0 auto 50px auto; } /* 241023 margin bottom 100px -> 50px 조정 */
.brand_search_box { display: inline-block; width: auto; margin: 0 auto 15px auto; border: none; box-sizing: border-box;}
.brand_search_box input[type="text"] { border: 1px solid #eee; width: 15vw; margin: 0 auto; padding: 7px 15px; font-size: 14px; font-weight: 400; color: #8b95a1; height:unset; border-radius: 5px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.brand_search_box input:focus { border-color: #00CC41; width: 20vw;  }
.brand_search_box input::placeholder { color: #e8e8e8; }
.brand_all_list .bnt_all_brand { width: unset; height: unset; margin: 0 auto; }
.brand_all_list button { background-color: #fff; border: 0; margin: 0 10px;  padding: 5px 10px; border-radius: 5px; width: unset; height: unset; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; font-size: 15px; font-weight: 400; color: #8b95a1; }
.brand_all_list button:hover  { border: 0; background-color: #eee; }
.brand_all_list button.on { background-color: #00CC41; color: #fff; }
.gnb_allmenu_box .all_menu_cont { padding: 0; overflow: hidden;}
.gnb_allmenu_box ul li { margin: 0 0 30px 0; }
.gnb_allmenu_box ul li a { padding: 0; margin-right: 10px; font-size: 24px; font-weight: 500; letter-spacing: -1px; }
.gnb_allmenu_box ul li a:hover { color: #8b95a1; }
.gnb_allmenu_box ul li a:nth-child(5) { margin-right: 0; }
.gnb_allmenu_box ul li a > img { width: 100%; max-width: unset; border-radius: 5px;  }


/* goods list style */
#goods_list_item_tit { margin: 0; width: 100%; background-color: #fff; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease;}
#goods_list_item_tit .goods_list_item_tit_main { /* display: inline-block; margin-right: 35px; */ margin-bottom:35px; min-height: 45px;} /* 2024-08-20 카테고리 스타일 수정 */
#goods_list_item_tit .goods_list_item_tit_main h2 { font-size: 26px; font-weight: bold; color: #191f28; margin: 0; letter-spacing: -1px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease;}
#goods_list_item_tit .goods_list_item_tit_cate { /* display: inline-block; */ padding: 0; min-height: 45px; } /* 2024-08-20 카테고리 스타일 수정 */
#goods_list_item_tit .goods_list_item_tit_cate li { display: inline-block; margin-right: 10px; }
#goods_list_item_tit .goods_list_item_tit_cate li:last-child { margin-right: 0; }
#goods_list_item_tit .goods_list_item_tit_cate li a { background-color: #e9e9e9; font-size: 15px; font-weight: 400; color: #8b95a1; letter-spacing: -1px; padding: 8px 16px; border-radius: 5px; border: 1px solid #e9e9e9; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
#goods_list_item_tit .goods_list_item_tit_cate li a:hover { background-color: #00CC41; color: #fff; border-color: #00CC41; }
#goods_list_item_tit .goods_list_item_tit_cate li.on > a { font-weight: 500; background-color: #00CC41; color: #fff; border-color: #00CC41; }
.sticky { position: fixed; top: 60px; width: 100%; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; z-index: 9;} /* 2025-02-12 카테고리 스타일 수정 */
.sticky#goods_list_item_tit .goods_list_item_tit_main { margin-bottom: 0; } /* 2024-08-20 카테고리 스타일 수정 */
.sticky#goods_list_item_tit .goods_list_item_tit_main h2 { font-size: 18px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease;}
.sticky#goods_list_item_tit .goods_list_item_tit_cate li a { font-size: 11px; }
.addition_zone { padding: 0; margin: 0 auto 100px auto; padding-bottom: 50px; text-align: center; border-bottom: 1px solid #eee; }
.addition_zone img {
    width: auto;
    border-radius: 5px;
    margin: 30px 0 0 0;
    max-width: 100%;
}
.addition_zone p { font-size: 16px; font-weight: 400; color: #8b95a1; text-align: center; letter-spacing: -1px; line-height: 2;}
.addition_zone b { display: block;  font-size: 36px; font-weight: bold; letter-spacing: -1px; margin: 30px auto 15px auto; text-align: center; color: #191f28;}
/*.addition_zone a { display: inline-block; font-size: 14px; background: #191f28; color: #fff; padding: 5px 20px; border-radius: 100px; letter-spacing: -1px; margin: 30px auto; }*/
.item_photo_box { border-radius: 5px; background-color: #f8f8f8;}
.item_photo_box a:hover img { transform: scale(1.05) }
<!-- .item_photo_box a img { transform: scale(1); -webkit-transition: 1s ease; -moz-transition: 1s ease; transition: 1s ease;} -->
.item_photo_box a img { transform: scale(1); -webkit-transition: 1s ease; -moz-transition: 1s ease; transition: 0.4s ease;}
.item_info_cont { display: block; vertical-align: top; margin-bottom: 40px; padding-top: 10px; }
.item_icon_box { position: absolute; top: 3%; left: 6%; }
.item_icon_box img { display: block; padding-top: 8px; }
.item_icon_box img:first-child { padding-top: 0; }
<!--.item_tit_box .item_brand { color: #00CC41; font-size: 15px; font-weight: 400; letter-spacing: -1px;} -->
.item_tit_box .item_brand { color: #21262D; font-size: 13px; font-weight: 500; letter-spacing: -1px;}
.item_tit_box .item_name { font-size: 20px; font-weight: bold; color: #191f28; letter-spacing: -1px;}
.item_tit_box .num_model { font-size: 15px; font-weight: 400; color: #8b95a1; letter-spacing: -1px; display:none }
<!-- .item_money_box .item_price { display: inline-block; font-size: 15px; font-weight: 500; color: #00CC41; letter-spacing: -1px; padding: 7px 5px 5px 0;} -->
.item_money_box .item_price { display: inline-block; font-size: 17px; font-weight: 500; color: #00CC41; letter-spacing: -1px; padding: 7px 8px 5px 0;}
.item_number_box { font-size: 15px; font-weight: 500; color: #191f28;}
.content_box {float: unset; max-width: 1500px; margin: 0 auto; }
.no_list h4 { font-size: 20px; font-weight: 400; color: #8b95a1; letter-spacing: -1px;}
.no_list h4 i { font-size: 16px; margin-right: 7px; }
.goods_list + .pagination { border-top: 0; }
.goods_no_data i { margin-right: 5px; }

/* goods view style */
.item_photo_view_box { width: 100%; max-width: 930px; }
.crema-product-score { margin-top: 20px; }
.item_photo_detail { width: 100%; }
.auto-grid { width: 100%; --auto-grid-min-size: 25rem; display: grid; grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr)); grid-gap: 1rem; }
.auto-grid li { border-radius: 5px; overflow: hidden; border: 1px solid #eee; background-color: #f8f8f8;}
.auto-grid li:hover img { transform: scale( 1.1)}
.auto-grid li img { width: 100%; -webkit-transition: 1s ease; -moz-transition: 1s ease; transition: 1s ease; transform: scale(1)}
.item_info_box { width: 100%; max-width: 485px; }
.item_detail_tit { border: 0; padding: 0; display: block; }
.item_detail_tit .item_detail_info_tit { width: 100%; max-width: 70%; float: left; margin-bottom: 15px; }
.item_detail_tit .item_detail_info_tit h1 { font-size: 26px; font-weight: bold; color: #191f28; letter-spacing: -1px; margin: 0; width: 100%;  line-height: normal; }
.item_detail_tit .item_detail_info_tit h1 > a { display: inline-block;  width: 20px; height: 20px; line-height: 20px; font-size: 11px; background: #fff; border: 1px solid #eee; border-radius: 100px; vertical-align: middle; text-align: center; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.item_detail_tit .item_detail_info_tit h1 > a:hover { background: #eee; }
.item_detail_tit .item_detail_info_tit h4 { font-size: 16px; font-weight: 400; color: #00CC41; letter-spacing: -1px; margin: 0 0 10px 0; }
.item_detail_tit .item_detail_info_tit h4 > a { color: #00CC41; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.item_detail_tit .item_detail_info_tit h4 > a:hover {color: #008F2D; }
.item_detail_tit .item_detail_info_price { max-width: 100%; float: right; font-size: 18px; font-weight: 400; color: #8b95a1; text-align: right;}
.item_detail_tit .item_detail_info_price .item_detail_info_price_dc { font-weight: bold; color: #00CC41; }
.item_detail_list { border: 0; margin: 0 0 30px 0; }
.item_detail_list dl { margin: 0 0 10px 0; padding: 0; }
.item_detail_list dd { width: 100%; font-size: 15px; font-weight: 400; color: #191f28; line-height: 2; letter-spacing: -1px; }
.item_detail_list .item_detailDesc { display: inline-block; width: 100%; margin-bottom: 10px;  }
.item_discount_mileage { display: block; margin: 15px 0; }
.detail_explain_box { padding: 0; }
.item_simple_type { overflow: unset; }
.item_simple_type .item_cont { padding: 0; }
.item_simple_type .item_photo_box { border: 0; border-radius: 0; }
.item_simple_type .item_photo_box a:hover img { transform: scale(1); }
.item_photo_box a img { width: 100%; }
.goods_list_cont ul { margin: 0 0 0px 0;}
.goods_list_cont ul li { margin-top: 0;  }
.goods_list_cont ul li:last-child { margin-right: 0; }
.item_simple_type ul li { box-sizing: border-box; padding: 5px; border-radius: 5px; }
.item_simple_type .item_simple_over { background-color: rgba(0,0,0,0.1);}
.item_tit_detail_cont .pc { width: 48%; }
.item_detail_list dl { padding: 0; float: none; }
.item_detail_add { display: inline-block; margin: 5px 0; }
.item_detail_add dt { font-size: 16px; color: #8b95a1; font-weight: 400; letter-spacing: -1px;}
.item_detail_add dt i { margin-right: 5px; font-size: 14px; }
.item_detail_add dd { font-size: 16px; color: #191f28; font-weight: 400; letter-spacing: -1px; line-height: 1.5; width: 100%;}
.detail_timeOut { background-color: #00CC41; margin: 20px 0 !important; padding: 20px !important; border-radius: 5px; box-sizing:border-box; }
.detail_timeOut dd { font-weight: 400; letter-spacing: -1px; color: #fff; }
.detail_timeOut dd > span { font-weight: bold; }
.item_detail_list dt { float: none; margin-right: 0; width: 120px; font-size: 16px; color: #8b95a1; font-weight: 400; letter-spacing: -1px; }
.item_add_option_box { width: 100%; margin: 25px 0; border: 0; padding: 0;}
.item_add_option_box dl { display: block; margin-bottom: 65px;}
.item_add_option_box dl:last-child { margin-bottom: 0; }
.item_add_option_box dt { display: inline-block; margin-bottom: 10px; font-size: 16px; color: #8b95a1; font-weight: 400; letter-spacing: -1px;}
.restock_area { display: block; }
.restock_area button { font-size: 14px; font-weight: 400; color: #00CC41; padding: 4px 8px; border-radius: 5px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.restock_area button:hover { color: #008F2D; background: #eee;  }
.restock_area button > i { margin-right: 5px; font-size: 13px;}
.restock_area a { font-size: 14px; font-weight: 400; color: #8b95a1; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.restock_area a:hover { color: #191f28;}
.restock_area a > i { margin-right: 5px; font-size: 13px;}
.chose-image-small { border-radius: 100%; padding: 0 !important; margin: -3px 5px 0 0 !important; }
.chosen-container { font-size: 14px; font-weight: 400; color: #8b95a1; }
#wrap .chosen-single { height: unset; color: #8b95a1; border-color: #eee; padding: 10px 10px; border-radius: 5px; ;}
.chosen-container .chosen-results { color: #8b95a1; }
.chosen-container-single .chosen-drop { border-radius:0 0 10px 10px; border-color: #eee; }
.chosen-container .chosen-drop { box-shadow: unset; top: 95%; }
#wrap .chosen-container .chosen-drop { border-color: #eee; }
.chosen-container .chosen-results li { padding: 15px 6px; }
.chosen-container-active .chosen-single { box-shadow: none; border-color: #8b95a1; }
.chosen-container-single .chosen-single div b { display: none; }
.chose-image-list { background:transparent;  border: 0 !important; margin-right: 10px; border-radius: 100%; }
.item_add_option_box .required_add { color: #ff2600; margin-left: 5px;}
.item_add_option_box input { font-size: 14px; font-weight: 400; color: #191f28; height: unset; padding: 10px 10px; border-color: #eee; border-radius: 5px; }
.item_add_option_box input:focus { border-color: #00CC41; border-width: 2px; }
.item_add_option_box input::placeholder { color: #8b95a1; }
.item_detail_list + .item_choice_list table { border: 0; margin: 15px 0; }
.item_choice_list table tbody:last-child tr td { border:0; }
.btn_add_soldout { width: 100%; height: unset; padding: 15px 0; color: #8e8e8e; font-size: 16px; font-weight: 400; background-color: #CCCCCC; border-radius: 5px; border: 0; cursor: default;}
.btn_restock_notice_v2 { width: 100%; height: unset; padding: 15px 0; color: #fff; font-size: 16px; font-weight: 400; background-color: #191f28; border-radius: 5px; border: 0;}
.btn_choice_grid { display:-webkit-flex; display:-moz-box; display: flex; justify-content: space-between; align-items: flex-start; }
.btn_choice_grid button { flex: 1; -webkit-flex: 1; -moz-flex: 1; border-radius: 5px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; } 
.btn_choice_grid button > i { margin-right: 5px; }
.btn_add_cart, .btn_add_wish { width: 100%; color: #8b95a1; font-size: 14px; font-weight: 400; background: #eee; border: 1px solid #eee; height: unset; padding: 15px 0; }
.btn_add_cart:hover, .btn_add_wish:hover { color: #fff; border-color: #8B95A1; background: #8B95A1; }
.btn_add_order, .btn_add_order_related, .btn_add_cart_related { width: 100%; color: #fff; font-size: 14px; font-weight: 400; border: 1px solid #00CC41; height: unset; background-color: #00CC41; padding: 15px 0;}
.btn_add_order:hover, .btn_add_order_related, .btn_add_cart_related:hover { background-color: #008F2D; border-color: #008F2D; }
.item_choice_list { display: flex; align-items: center; gap: 20px; }
.item_choice_list .option_display_area { order: 2; flex: 0 0 50%; border: 1px solid #eee; border-radius: 5px; }
.item_choice_list .option_display_area td { padding-left: 16px; }
.item_choice_list .item_price_cont { order: 1; flex: 1; }
.item_choice_list .item_tatal_box { float: none; }
.item_choice_list table { background: transparent; }
.item_choice_list .cart_prdt_name { padding: 0; width: auto;  }
.item_choice_list .count { display: inline; width: 20%; padding: 0; }
.cart_tit span { font-size: 12px; font-weight: bold; color: #191f28; }
.text_type_cont { font-size: 14px; font-weight: 400; color: #8b95a1; }
.goods_qty .text { border: 0; font-size: 14px; font-weight: 400; color: #8b95a1; }
.item_choice_list .item_choice_price { display: none; }
.item_tatal_box dd { width: 100%; }
.item_tatal_box .total_amount { margin: 0; padding: 0; border: 0; }
.item_tatal_box .total_amount dt { font-size: 16px; font-weight: 400; color: #00CC41; letter-spacing: -1px;}
.item_tatal_box .total_amount dd strong { font-size: 30px; font-weight: bold; color: #191f28; letter-spacing: -1px;}
.item_tatal_box .total_goods { display: none; }
.item_tatal_box .total_discount { display: none; }
.item_goods_sec { width: 100%; max-width: 1500px; margin: 0 auto; }
.detail_info_area .detail_info_display { margin: 40px 0; }
.detail_info_area .detail_info_display .slick-slide { border-radius: 5px; overflow: hidden; }
.detail_info_area .detail_info_display .slick-dots { bottom: 10px; }
.detail_info_area canvas { margin-bottom: 40px; }
.detail_info_area .detail_info_comment { background-color: #f8f8f8; border-radius: 5px; padding: 20px 25px; }
.detail_info_area .detail_info_comment h3 { font-size: 16px; font-weight: 500; color: #191f28; margin: 0 0 5px 0; }
.detail_info_area .detail_info_comment h3 > i { margin-right: 8px; font-size: 14px; }
.detail_info_area .detail_info_comment p { font-size: 14px; font-weight: 400; color: #444; margin: 0; }
.delivery_cont { min-height: unset; margin: 50px 0;}
.delivery_cont .admin_msg { margin: 0 auto; text-align: center;}
.delivery_cont .admin_msg img { width: 100%; margin-bottom: 15px; }
.delivery_cont .admin_msg b { display: inline-block; font-size: 47px; font-weight: bold; letter-spacing: -2.5px; color: #191f28; margin: 50px 0 24px 0; line-height: 59px; }
.delivery_cont .admin_msg p { display: block; width: 100%; max-width: 1500px; font-size: 20px; font-weight: 400; letter-spacing: -1px; color: #8b95a1; margin: 0 auto 24px auto; line-height: 36px;}
.delivery_cont .admin_msg p > a { display: inline-block; padding: 12px 25px; border-radius: 100px; font-size: 18px; color: #fff; background: #00CC41; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.delivery_cont .admin_msg p > a:hover { background: #008F2D; }
.delivery_cont .admin_msg video { width: 100%; }
.item_goods_sec h3 { font-size: 24px; font-weight: 500; color: #191f28; letter-spacing: -1px;}
.item_goods_sec p { font-size: 15px; font-weight: 400; color: #8b95a1; letter-spacing: -1px;}
.detail_shopping_info { width: 100%; margin:  40px 0; }
.accordion-wrap { max-width: 600px; margin: 0 auto; }
a.accordion-btn { font-size: 20px; font-weight: 500; text-decoration: none; color: #191f28; display: block; padding: 20px 10px; position: relative; cursor: pointer; }
a.accordion-btn:after { content: "+"; display: block;  position: absolute; top: 20px; right: 10px; }
.accordion-content { max-height: 0px; overflow: hidden; padding: 0 10px; margin-bottom: 15px; }
.accordion-content p { font-size: 15px; font-weight: 400; color: #8b95a1; letter-spacing: -1px; line-height: 1.8; }
.accordion-content p b { font-weight: 500; color: #191f28; letter-spacing: -1px; margin-bottom:5px;}
a.accordion-btn.isOpen:after { content: "-"; display: block; position: absolute; top: 20px; right: 10px; }
.btn_reviews_box, .btn_qna_box { top: 45px; }
.btn_reviews_more, .btn_qna_more { min-width: unset; padding: 10px 20px; border: 0; border-radius: 5px; font-size: 15px; font-weight: 400; color: #8b95a1; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.btn_reviews_more:hover, .btn_qna_more:hover { background-color: #f8f8f8; border: 0; color: #191f28; }
/* //goods detail page end */


/* Layer */
.option_layer_cont { border: 0; border-radius: 10px; }
.option_layer_cont .btn_box { border-top: 0; }
.layer_wrap { z-index: 300; overflow-y: hidden; border-radius: 10px; }
.layer_wrap .layer_wrap_cont { z-index: 300; border: 1px solid #eee ;  border-radius: 10px; padding: 20px; } 
.layer_wrap .ly_tit h4 { border: 0; padding: 0; color: #191f28; font-size: 16px; font-weight: 500; margin-bottom: 20px; }
.layer_wrap.coupon_apply_layer .layer_wrap_cont h5 { font-size: 14px; font-weight: 500; color: #191f28; }
.layer_wrap .no_data { padding: 0 0 50px 0; }
.top_table_type .coupon_price b { color: #191f28; }
.top_table_type .text_info { color: #8b95a1; }

.layer_dim { position: fixed; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: auto; background: rgba(0,0,0,0.6); display: none; overflow: hidden; z-index: 999; }
.dim {overflow: hidden !important;}
.modal-inner-remove{display: none !important; opacity: 0;}
.modal-inner-active{display: block !important;  opacity: 1;animation: modal-popup 0.4s forwards;}
.open{display: block; opacity: 1; animation: modal-popup 0.3s forwards;}
.modal-open {display: block !important; opacity: 1; animation: modal-popup 0.3s forwards;}

@keyframes modal-popup{
    0%{opacity: 0;}
    100%{opacity: 1;}
}

/* //Layer */


/* Sizeguide */

.sizeguide_area { display:inline-block; float: right; }
.sizeguide_area:after { display: block; clear: both; content:'';}

.sizeguide { display: inline-block; float: right; line-height: 1; }
.sizeguide a { font-size: 14px; font-weight: 400; color: #8b95a1; padding: 4px 8px; border-radius: 5px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.sizeguide a > i { font-size: 12px; margin-right: 5px; }
.sizeguide a:hover { color: #191f28; background: #eee;  }

.size-guide-wrap { box-sizing: border-box; }
.size-guide-wrap .size-guide-area .modal-button span{font-family: 'Noto Sans KR', sans-serif; color: #8b95a1; font-weight: 400; font-size: 13px;}

/*modal-button*/
.size-guide-wrap .modal-section{width: 100%; overflow: hidden !important;}
.size-guide-wrap .modal-button{cursor: pointer; border: 0; background-color: transparent;}    

/* modal-area */
.size-modal-wrap,.string-modal-wrap{display: none; position: absolute; max-width: 100%; padding: 2em; border-radius: 5px; top: 0; bottom: 0; left: 0; right: 0; margin: auto; overflow-y: scroll; z-index: 9999; opacity: 0;}
.size-modal-wrap .modal-container,.string-modal-wrap .modal-container{will-change: transform, opacity; position: relative;display: block; flex-direction: column; font-size: 16px; font-weight: 400; max-width: 750px; min-height: 200px; overflow: hidden; z-index: 1000; background: #fff; box-sizing: border-box; box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%); margin: 0 auto; transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1); border-radius: 10px;}
.modal-close-wrap{width: 100%; text-align: right; position: relative;}
.modal-con .modal-con-inner .modal-close{text-align: right; display: inline-block; cursor: pointer; margin: 20px 20px 0 0;}

/* modal style */
.modal-con .title-box{text-align: center;}
.modal-con .title-box span{font-size: 15px; font-weight: 400; letter-spacing: -1px; margin-bottom: 10px; color: #8b95a1;cursor: pointer;padding: 7px 12px; background-color: #fff;-webkit-transition: 0.2s ease; -moz-transition: 0.2s ease;transition: 0.2s ease; position: relative; z-index: 99; border-radius: 5px;}
.modal-con .title-box span:hover{color: #191f28; background-color: #f8f8f8;}
.modal-active{color: #fff !important; background-color: #00CC41 !important;}
.modal-con .title-box span:first-child{margin-right: 15px;}
.modal-con .modal-inner .modal-desc-wrap{width: 90%; padding-bottom: 20px; margin: 0 auto;}
.modal-con .modal-inner .modal-desc-wrap h1{font-size: 26px; font-weight: 500; letter-spacing: -1px; color: #191f28; margin: 15px 0; padding: 15px 0; -webkit-box-sizing: border-box; box-sizing: border-box; border-bottom: 1px solid #e2e2e2; }
.modal-con .modal-inner .modal-desc-wrap ul li{font-size: 14px; font-weight: 400; letter-spacing: -1px; line-height: 1.7; color: #8b95a1;}
.cds-grid-wrap{flex-wrap: wrap;}
.cds-grid-col-2{width: 50%;}

/* modal-table style */
.modal-table-wrap{width: 90%; margin: 0 auto 30px auto; text-align: center; display: block;}
.modal-table-wrap h3{text-align: left; font-size: 15px; margin: 10px;}
.modal-table-wrap .table-container{width: 100%;}
.modal-table-wrap table{width: 100%; border-collapse: collapse; background-color: #f8f8f8; border-radius: 10px;}
.modal-table-wrap table thead{border-bottom: 1px solid #e2e2e2;}
.modal-table-wrap table thead th{font-size: 13px; font-weight: 600; color: #191f28; text-align: left; letter-spacing: -1px; padding: 13px 30px;}
.modal-table-wrap table tbody tr { border-bottom: 1px solid #eee;}
.modal-table-wrap table tbody tr:last-child { border-bottom: 0; }
.modal-table-wrap table tbody tr td{color: #8b95a1; font-size: 13px; font-weight: 400; letter-spacing: -1px; text-align: left; padding: 13px 30px;}

@media (max-width:768px){
    .modal-container .modal-con .title-box{margin-bottom: 30px;}
    .modal-container .modal-con .modal-inner .modal-desc-wrap h1{font-size: 15px;}
    .modal-table-wrap table thead th{padding: 13px 23px;}
    .modal-table-wrap table tbody tr td{padding: 13px 23px;}
}

/* //Sizeguide */


/* Member - login section */
.grid_container { display: -webkit-flex; display: -moz-flex; display: flex; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; width: 100%; margin: 30px auto;}
.grid_container > div { margin-right: 40px; }
.grid_container > div:last-child { margin-right: 0; }
.left_grid { -webkit-flex: 1; -moz-flex: 1; flex: 1; }
.right_grid { -webkit-flex: 2; -moz-flex: 2; flex: 2; }
.member_wrap { width: 100%; margin: 0; }
.member_cont { width: 500px !important; padding: 0; border: 0; margin: 0 auto; }
.member_tit h2 { font-size: 26px; font-weight: bold; color: #191f28; letter-spacing: -1px;}
.member_cont .member_login_box .login_input_sec > div { float: unset; }
.member_cont .member_login_box .login_input_sec input { width: 100%; height: unset; border: 1px solid #eee; font-size: 15px; font-weight: 400; color: #191f28; padding: 10px 20px; border-radius: 5px; min-height: 34px; margin-bottom: 20px; }
.member_cont .member_login_box .login_input_sec input::placeholder { color: #8b95a1; }
.member_cont .member_login_box .login_input_sec input:focus { border-color: #00CC41; border-width: 2px; }
.member_cont .member_login_box .member_login_order_btn { width: 100%; margin: 0; background-color: #00CC41; color: #fff; padding: 15px 20px; min-height: 31px; border-radius: 5px; font-size: 15px; font-weight: 400; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; letter-spacing: -1px;}
.member_cont .member_login_box .member_login_order_btn:hover { background-color: #008F2D;}
.member_cont .member_login_box .id_chk { margin: 0 0 15px 0; }
.form_element { float: left; }
.form_element label { font-size: 14px; font-weight: 400; color: #191f28; letter-spacing: -1px;}
.form_element_right { float: right; }
.form_element_right:after { display: block; content: ''; clear: both; }
.form_element_right a { font-size: 14px; font-weight: 400; color: #191f28; letter-spacing: -1px; background: transparent; padding: 4px 8px; border: 0; width: unset; height: unset;}
.form_element_right a:hover{ border: 0; color: #8b95a1; }
.form_element h3 { font-size: 17px; font-weight: 500; color: #191f28; }
.form_element a { color: #00CC41; }
.form_element a:hover { color: #008F2D; }
.board_commen_agree { border: 0; }
.view_comment_list .board_comment_box { border: 0; }
.board_comment_write input[type="text"],
.board_comment_write input[type="password"] { width: 145px; margin-bottom: 0; border: 1px solid #eee; color: #191f28; letter-spacing: -1px; font-size: 15px; border-radius: 5px; height: 45px; }
.board_comment_write input[type="text"]:focus,
.board_comment_write input[type="password"]:focus { border-color: #00CC41; border-width: 2px;}
.member_cont .member_login_box .member_sign_up { width: 100%; margin: 10px auto; text-align: center; font-size: 14px; font-weight: 400; color: #8b95a1; }
.member_cont .member_login_box .member_sign_up a { font-size: 14px; font-weight: 400; color: #191f28; letter-spacing: -1px;}
.member_cont .member_login_box .member_sign_up a:hover { color: #8b95a1; }
.member_cont h3 { font-size: 20px; font-weight: bold; color: #191f28; letter-spacing: -1px; }
.member_cont .nonmember_order_box .order_input_sec > div { float: unset; }
.member_cont .nonmember_order_box .order_input_sec input { width: 100%; height: unset; border: 1px solid #eee; font-size: 15px; font-weight: 400; color: #191f28; padding: 10px 20px; border-radius: 5px; min-height: 34px;  margin-bottom: 20px; }
.member_cont .nonmember_order_box .order_input_sec input::placeholder { color: #8b95a1; }
.member_cont .nonmember_order_box .order_input_sec input:focus { border-color: #00CC41; border-width: 2px; }
.member_cont .nonmember_order_box .nonmember_order_box_btn { width:100%; margin: 0; background-color: #00CC41; color: #fff; padding: 15px 20px; min-height: 31px; border-radius: 5px; font-size: 15px; font-weight: 400; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; letter-spacing: -1px; }
.member_cont .nonmember_order_box .nonmember_order_box_btn:hover { background-color: #008F2D;}
.member_cont .nonmember_order_box p { margin: 15px 0; color: #8b95a1; font-size: 15px; font-weight: 400; }
.btn_member_black { background-color: #191f28; border: 0; height: unset; width: 100%; font-size: 15px; font-weight: 400; color: #fff; padding: 15px 20px; min-height: 31px; border-radius: 5px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; letter-spacing: -1px; }
.btn_member_black:hover { background-color: #3a3f46; border: 0;}
.grid_article_wrap { width: 100%; border-radius: 5px; overflow: hidden; position: relative; }
.grid_article_wrap img { width: 100%; }
.grid_article_wrap .grid_article_wrapper { position: absolute; top: 50%; right: 50%; transform: translate( 50%, -50%); }
.grid_article_wrap .grid_article_wrapper h2 { font-size: 35px; font-weight: bold; color: #fff; letter-spacing: -1px;}
.grid_article_wrap .grid_article_wrapper .grid_article_wrapper_list { display: block; margin: 10px auto; text-align: center; }
.grid_article_wrap .grid_article_wrapper .grid_article_wrapper_list a { display: inline-block; font-size: 15px; font-weight: 400; color: #191f28; letter-spacing: -1px; background-color: #fff; border-radius: 100px; padding: 8px 15px; margin-right: 10px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.grid_article_wrap .grid_article_wrapper .grid_article_wrapper_list a:hover { background-color: #ddd; }
.grid_article_wrap .grid_article_wrapper .grid_article_wrapper_list a:last-child { margin-right: 0; }

.password_change_input { margin: 30px auto; }
.password_change_input ul { padding: 0; margin: 0; list-style: none; }
.password_change_input ul li { display: block; margin-bottom: 15px; }
.password_change_input ul li:last-child { margin-bottom: 0; }
.password_change_input ul li input { display: block; width: 100%; height: unset; min-height: 45px; padding: 10px 15px; border-radius: 5px; border: 1px solid #eee; font-size: 15px; font-weight: 400; color: #191f28; margin-bottom: 10px; }
.password_change_input ul li input::placeholder { color: #8b95a1; }
.password_change_input ul li input:focus { border: 2px solid #00CC41; }
.pass_cg_notice { margin-bottom: 30px; -webkit-box-sizing: border-box; box-sizing: border-box; background: #f8f8f8; border-radius: 10px; padding: 25px; }
.pass_cg_notice ul { list-style: none; padding: 0; }
.pass_cg_notice ul li { font-size: 13px; font-weight: 400; letter-spacing: -1px; color: #8b95a1; margin: 0 0 10px 0; line-height: 1;}
.pass_cg_notice h3 { font-size: 15px; font-weight: 500; letter-spacing: -1px; color: #191f28; margin: 0 0 15px 0; line-height: 1;}
.btn_member_sec ul li { margin-bottom: 15px; }
.btn_member_sec ul li:last-child { margin-bottom: 0; }

.member_sns_login { display: -webkit-flex; display: -moz-flex; display: flex; margin-top: 15px; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; }
.member_sns_login_wrapper { -webkit-flex: 1; -moz-flex: 1; flex: 1; margin: 0 15px 0 0; }
.member_sns_login_wrapper:last-child { margin-right: 0; }
.member_sns_login_wrapper a { display: block; width: 100%; padding: 10px 0; text-align: center; font-size: 13px; font-weight: 400; letter-spacing: -1px; border-radius: 5px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.member_sns_login_wrapper a.kakao_sns_btn { background: #fee500; color: #000; border: 1px solid #fee500;}
.member_sns_login_wrapper a.kakao_sns_btn:hover { background: #ddc700; border-color: #ddc700; }
.member_sns_login_wrapper a.naver_sns_btn { background: #03c85a; color: #fff; border: 1px solid #03c85a; }
.member_sns_login_wrapper a.naver_sns_btn:hover { background: #00b44e; border-color: #00b44e;}
a.kakao_sns_btn { background: #fee500 !important; color: #000 !important; border: 1px solid #fee500 !important; }
a.kakao_sns_btn:hover { background: #ddc700 !important; border-color: #ddc700 !important; }
a.naver_sns_btn { background: #03c85a !important; color: #fff !important; border: 1px solid #03c85a !important; }
a.naver_sns_btn:hover { background: #00b44e !important; border-color: #00b44e !important;}
a.fb_sns_btn { background: #3b5998 !important; color: #fff !important; border: 1px solid #3b5998 !important; }
a.fb_sns_btn:hover { background: #20335e !important; border-color: #20335e !important;}
.site_sns_info .site_sns_list_disconnect a { width: 100%; height: unset; padding: 15px 0; border-radius: 5px; font-size: 14px; }
.my_page_password .sns_cont { border-radius: 5px; border-color: #eee; }

.member_cont .member_login_box .member_login_shop { padding: 0; margin-bottom: 10px; border: 0;}
.shop_mall_join { font-size: 15px; font-weight: 400; color: #fff; letter-spacing: -1px; border: 1px solid #00CC41; background: #00CC41; border-radius: 5px; padding: 15px 0; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.shop_mall_join:hover { background: #008F2D; border-color: #008F2D; color: #fff; }
.member_guide_txt { font-size: 14px; font-weight: 400; color: #8b95a1; letter-spacing: -1px; text-align: center; margin: 10px auto; width: 100%; }
.member_guide_txt a { display: inline-block; font-size: 14px; font-weight: 400; color: #191f28; letter-spacing: -1px;}
.member_guide_txt a:hover { color: #8b95a1; text-decoration: none; }

/* //Member - login section end */

/* Join Agreement Style */
.join_agreement_wrap { width: 100%; max-width: 743px; margin: 0 auto; }
.join_agreement_wrap .join_agreement_cont { padding: 0; border: 0;}
.join_agreement_tit { width: 100%; margin: 0 auto 40px auto; text-align: center; }
.join_agreement_tit h2 { font-size: 26px; font-weight: bold; letter-spacing: -1px; color: #191f28; margin: 0; }
.join_agreement_box .form_element { float: unset; }
.join_agreement_cont .form_element em { font-weight: 400; font-size: 15px; color: #191f28; letter-spacing: -1px; }
.join_agreement_cont .form_element span { font-size: 12px; color: #8b95a1; letter-spacing: -1px; display: block; }
.join_agreement_cont .form_element strong { color: #ff2600; }
.join_agreement_cont .form_element a { color: #8b95a1; background: none; padding: 5px 6px; border-radius: 5px; text-decoration: none; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.join_agreement_cont .form_element a:hover { background-color: #e8e8e8; color: #191f28; text-decoration: none;}
.join_agreement_cont .form_element strong.choice { color: #8b95a1;}
.join_agreement_cont .agreement_choice_box table th { border-top: 1px solid #eee; border-left: 1px solid #eee; }
.join_agreement_cont .agreement_choice_box table td { border-top: 1px solid #eee; border-left: 1px solid #eee; border-bottom: 1px solid #eee; }
.join_agreement_cont .agreement_box { border-top: 1px solid #eee; border-radius: 5px; }
.btn_member_next { width: 100%; height: unset; font-size: 15px; font-weight: 400; color: #fff; border: 0; background-color: #191f28; padding: 15px 20px; min-height: 31px; border-radius: 5px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.btn_member_next:hover { background-color: #3a3f46; border: 0; }
.join_agreement_cont .important_check_box { box-sizing: border-box; }
.join_agreement_cont .important_check_box .important_check { width: 100%; background: #f8d7da; border-radius: 5px; padding: 15px 0; border: 1px solid #fae5e7; font-size: 15px; font-weight: 400; }
.form_element label { font-size: 15px; }
.join_agreement_cont .agreement_choice_box table th { font-size: 15px; font-weight: 500; color: #191f28; letter-spacing: -1px; }
.join_agreement_cont .agreement_choice_box table td { font-size: 14px; font-weight: 400; color: #8b95a1; letter-spacing: -1px;}
.join_agreement_cont .agreement_box { font-size: 14px; font-weight: 400; color: #8b95a1; letter-spacing: -1px; }
.base_info_box .base_info_sec { border: 0; }
.base_info_box .base_info_sec .base_info_row { margin: 0 0 15px 0; }
.base_info_box .base_info_sec .base_info_row h2 { font-size: 15px; font-weight: 500; letter-spacing: -1px; color: #191f28; margin: 0 0 5px 0; }
.base_info_box .base_info_sec .base_info_row .member_warning input[type="text"], .base_info_box .base_info_sec .base_info_row .member_warning input[type="password"] { font-size: 15px; font-weight: 400; color: #191f28; border: 1px solid #eee; width: 100%; min-height: 45px; height: unset; padding: 10px 15px; border-radius: 5px; }
.base_info_box .base_info_sec .base_info_row .member_warning input[type="text"]::placeholder, .base_info_box .base_info_sec .base_info_row .member_warning input[type="password"]::placeholder { color: #aaa; font-weight: 300; }
.base_info_box .base_info_sec .base_info_row .member_warning input[type="text"]:focus, .base_info_box .base_info_sec .base_info_row .member_warning input[type="password"]:focus { border-color: #00CC41; border-width: 2px; }
#wrap .text_warning { width: 100%; background: #f8d7da; border-radius: 5px; padding: 10px 15px; border: 1px solid #fae5e7; font-size: 15px; font-weight: 400; box-sizing: border-box; }
#wrap .member_warning.prior_wrong input, #wrap .member_warning.prior_wrong textarea, #wrap .member_warning.prior_wrong .prior_input, #wrap .member_warning.prior_wrong .chosen-single { border-color: #ab3e55; }
.base_info_box .base_info_sec .base_info_row .form_element { margin: 10px 0 15px 0; }
.addition_info_box { display: block; clear: both; margin: 75px 0; }
.addition_info_box .addition_info_sec { border: 0; }
.addition_info_box .addition_info_sec .addition_info_row { margin: 0 0 15px 0; }
.addition_info_box .addition_info_sec .addition_info_row h2 { font-size: 15px; font-weight: 500; letter-spacing: -1px; color: #191f28; margin: 0 0 5px 0; }
.addition_info_box .addition_info_sec .addition_info_row .addition_info_input input[type="radio"] { display: none; }
.addition_info_box .addition_info_sec .addition_info_row .addition_info_input input[type="radio"] + label { background-color: #fff; border-radius: 5px; border: 1px solid #eee; font-size: 15px; font-weight: 400; color: #8b95a1; display: inline-block; position: relative; cursor: pointer; overflow:hidden; line-height: 45px; padding: 0; text-align: center; width: 49.7%; box-sizing: border-box;}
.addition_info_box .addition_info_sec .addition_info_row .addition_info_input input[type="radio"]:checked + label { -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; background-color: #00CC41; border: 1px solid #00CC41; color: #fff; }
#wrap .member_warning .chosen-single { width: 32.9%; font-size: 15px; font-weight: 400; color: #8b95a1;  }
.addition_info_box .addition_info_sec .addition_info_row .addition_info_input input[type="text"] { font-size: 15px; font-weight: 400; color: #191f28; border: 1px solid #eee; width: 100%; min-height: 45px; height: unset; padding: 10px 15px; border-radius: 5px; }
.addition_info_box .addition_info_sec .addition_info_row .addition_info_input input[type="text"]::placeholder { color: #aaa; }
.addition_info_box .addition_info_sec .addition_info_row .addition_info_input input[type="text"]:focus { border-color: #00CC41; border-width: 2px; }
.btn_comfirm { width:100%; height: unset; margin: 0; background-color: #00CC41; color: #fff; padding: 15px 20px; min-height: 31px; border-radius: 5px; font-size: 15px; font-weight: 400; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; letter-spacing: -1px;  border: 0; }
.btn_comfirm:hover { background-color: #008F2D; border: 0; }
.btn_center_box .btn_comfirm { width:100%; height: unset; margin: 0; background-color: #00CC41; color: #fff; padding: 15px 20px; min-height: 31px; border-radius: 5px; font-size: 15px; font-weight: 400; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; letter-spacing: -1px;  border: 0; }
.btn_center_box .btn_comfirm:hover { background-color: #008F2D; }
.member_cont .join_ok_article { margin: 150px auto; }
.member_cont .join_ok_article h2 { font-size: 20px; font-weight: bold; letter-spacing: -1px; color: #191f28; margin: 0 auto 20px auto;  }
.member_cont .join_ok_article p { font-size: 15px; font-weight: 400; color: #8b95a1; margin: 0 0 50px 0; line-height: 1.6; }
.member_cont .join_ok_article .join_ok_article { margin: 0;}
.member_cont .join_ok_article .join_ok_article a { font-size: 15px; font-weight: 400; color: #fff; background-color: #00CC41; border-radius: 100px; padding: 8px 15px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.member_cont .join_ok_article .join_ok_article a:hover { background-color: #008F2D; }
.join_agreement_wrap .join_certify_list { border: 0; padding: 0;}
.join_agreement_wrap .join_certify_list ul { text-align: left;}

/* //Join Agreement Style end */

/* Find ID/PASSWORD Style */
.member_tit { width: 100%; margin: 0 auto 40px auto; text-align: center; }
.member_tit h2 { font-size: 26px; font-weight: bold; letter-spacing: -1px; color: #191f28; margin: 0; }
.find_id_sec .form_element { display: block; }
.find_id_box .find_id_sec .radio_find_type input[type="radio"] { display: none; }
.find_id_box .find_id_sec .radio_find_type input[type="radio"] + label { background-color: #fff; border-radius: 5px; border: 1px solid #eee; font-size: 15px; font-weight: 400; color: #8b95a1; display: inline-block; position: relative; cursor: pointer; overflow:hidden; line-height: 45px; padding: 0; text-align: center; width: 49.7%; box-sizing: border-box; }
.find_id_box .find_id_sec .radio_find_type input[type="radio"]:checked + label { -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; background-color: #00CC41; border: 1px solid #00CC41; color: #fff; }
.find_id_sec .login_input > div { width: 100%; float: unset; }
.find_id_sec .login_input input { font-size: 15px; font-weight: 400; color: #191f28; border: 1px solid #eee; width: 100%; min-height: 45px; height: unset; padding: 10px 15px; border-radius: 5px; }
.find_id_sec .login_input input:focus { border-color: #00CC41; color: #191f28; border-width: 2px; }
.find_id_sec .login_input input::placeholder { color: #bbb; }
.find_id_sec .login_input .input_email { width:100% !important; font-size: 15px; font-weight: 400; color: #191f28; border: 1px solid #eee; width: 100%; min-height: 45px; height: unset; padding: 10px 15px; border-radius: 5px; }
.find_id_sec .login_input .input_email:focus { border-color: #00CC41; color: #191f28; border-width: 2px; }
.find_id_sec .login_input .input_email::placeholder { color: #bbb; }
.find_complete_box p strong { color: #00CC41; }
.btn_member_id { float: unset; width: 100%; height: unset; margin: 15px 0; font-size: 15px; font-weight: 400; color: #fff; background-color: #00CC41; border: 0; border-radius: 5px; padding: 15px 0; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.btn_member_id:hover { border: 0; background-color: #008F2D; }
.find_id_box .btn_member_sec { border: 0; }
.js_caution_msg1 { width: 100%; background: #f8d7da; border-radius: 5px; padding: 10px 15px; border: 1px solid #fae5e7; font-size: 15px; font-weight: 400; box-sizing: border-box; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
#errorMessage { width: 100%; margin-top: 15px; background: #f8d7da; border-radius: 5px; padding: 10px 15px; border: 1px solid #fae5e7; font-size: 15px; font-weight: 400; box-sizing: border-box; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
#errorMessage strong { font-weight: 400; color: #ab3e55; }
.btn_member_white { width: 100%; background: none; border: 0; border-radius: 5px; height: unset; padding: 15px 0; font-size: 15px; font-weight: 400; color: #8b95a1; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.btn_member_white:hover { border: 0; background-color: #eee; }
.find_password_box .login_input { padding: 0; border: 0; }
.find_password_box .login_input .member_warning { width: 100%; margin: 0; }
.find_password_box .login_input input[type=text], .find_password_box .login_input input[type=password] { width:100% !important; font-size: 15px; font-weight: 400; color: #191f28; border: 1px solid #eee; width: 100%; min-height: 45px; height: unset; padding: 10px 15px; border-radius: 5px;}
.find_password_box .login_input input[type=text]:focus, .find_password_box .login_input input[type=password]:focus { border-color: #00CC41; border-width: 2px; }
.find_password_box .login_input input[type=text]::placeholder, .find_password_box .login_input input[type=password]::placeholder { color: #bbb; }
.member_cont .btn_center_box, .member_warning + .btn_center_box { margin: 0; }
.info_again { padding: 0; margin: 10px auto; text-align: center; font-size: 14px; font-weight: 400; color: #8b95a1; }
.info_again a { color: #191f28; text-decoration: none; }
.info_again a:hover { color: #8b95a1; }
.login_input, .certify_confirm_input { border: 0; }
.user_certify_box .user_certify_list { padding: 0; font-size: 15px; color: #191f28; margin-bottom: 15px; }
.user_certify_box .user_certify_list li > strong { color: #00CC41;}
.btn_member_sec { clear: both; margin-top: 50px; }
.user_certify_box .btn_member_sec button { width: 100%; height: unset; padding: 15px 0; background-color: #00CC41; color: #fff; font-size: 15px; font-weight: 400; border: 0; cursor: pointer; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; border-radius: 5px; }
.user_certify_box .btn_member_sec button:hover { background-color: #008F2D; border: 0; }
.auth-text-time-authno { width: 100%; margin-top: 15px; background: #f8d7da; border-radius: 5px; padding: 10px 15px; border: 1px solid #fae5e7; font-size: 15px; font-weight: 400; box-sizing: border-box; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; color: #ab3e55; }
.colorDefinition { background: unset !important; color: #ab3e55 !important; border: 0; }
.btn_member_prev { width: 100%; height: unset; margin: 10px 0 0 0; padding: 15px 0; font-size: 15px; font-weight: 400; background: transparent !important;  color: #191f28 !important; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; border-radius: 5px; border: 0; }
.btn_member_prev:hover { background-color: #ddd !important; border: 0; }
.btn_center_box button + button, .btn_left_box button + button, .btn_right_box button + button { margin-left: 0; }
.find_password_reset_box .login_input { width: 100%; padding: 0;}
.find_password_reset_box .login_input input { width:100% !important; font-size: 15px; font-weight: 400; color: #191f28; border: 1px solid #eee; width: 100%; min-height: 45px; height: unset; padding: 10px 15px; border-radius: 5px; }
.find_password_reset_box .login_input input::placeholder { color: #bbb; }
.find_password_reset_box .login_input input:focus { border-color: #00CC41; border-width: 2px; }
#wrap .text_pass { width: 100%; color: #3481b8; font-size: 14px; font-weight: 400; letter-spacing: -1px; background: #d9edf7; border-radius: 5px; padding: 10px 15px; border: 1px solid #bce8f1; font-size: 15px; font-weight: 400; box-sizing: border-box; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }


/* *****offline store 20211118***** */
.store_wrap{width: 100%; max-width: 1500px; margin: 0 auto; overflow: hidden;}
.store_tit{margin: 0 0 10px 0;}
.store_tit h2{font-size: 24px; font-weight: 700; color: #191f28;}
.store_container{width: 100%; position: relative;}
.store_content{width: 100%; -webkit-display: flex; -moz-display: flex; -ms-display: flex; -o-display: flex; display: flex; -webkit-justify-content: space-between; -moz-justify-content: space-between; -ms-justify-content: space-between; -o-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; -moz-align-items: flex-start; -ms-align-items: flex-start; -o-align-items: flex-start; align-items: flex-start;}
.store_map_wrap{margin-left: 20px; position: relative; z-index: 2;}
/* offline store input style */
#store-filter-search{width: 100%; min-height: 45px; padding: 15px 0; background-color: #fff; outline: none; border: 0; border-bottom: 1px solid #eee; font-size: 14px; color: #8b95a1; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease;box-sizing: border-box;}
#store-filter-search:focus{border-color: #00CC41 !important;}
.filter-info{cursor: pointer; padding: 15px;}
.store_filter_wrap{min-width: 480px; height: 746px; position: relative;}
.store_filter_wrap ul{height: auto;}
.store_filter_wrap ul li:first-child{padding-top: 0;}
.store_filter_wrap ul li{padding: 12px 0; border-bottom: 1px solid #e2e2e2;}
.store_filter_wrap ul li h2{font-size: 16px; font-weight: 700; color: #191f28; margin-bottom: 5px;}
.store_filter_wrap ul li span{font-size: 14px; font-weight: 400; color: #8b95a1;display: block; margin-bottom: 10px; letter-spacing: -1px;}
.store_filter_wrap ul li h3{font-size: 13px; color: #8b95a1; font-weight: 400; margin-top: 10px;}
.store_filter_wrap ul li h3 span{display: inline-block; width: 15px; margin-bottom: 0;}
.filter-search-box{background-color: #fff; transition: 0.2s ease;}
.filter-search-box:hover{background-color: #f7f7f7;}
/* offline store swiper-wrapper-hi */
.swiper-wrapper{position: relative;}
.swiper-wrapper-hi{position: absolute; top: 0; left: 0; height: 100%; background-color: #fff;}
.filter-search-box-hi{position: absolute; top: 0; left: 550px; transition: 0.3s ease; width: 480px; height: 100%; z-index: 2; background-color: #fff; overflow: hidden;}
.filter-search-box-hi h2{font-size: 20px; color: #191f28; margin-bottom: 10px;}
.filter-search-box-hi span{font-size: 13px; color: #8b95a1; display: block; margin-bottom: 15px; letter-spacing: -1px;}
.filter-info-hi{padding: 0 10px;}
.search-closed-btn{text-align: right; padding: 5px; cursor: pointer; position: absolute; right: 0;}
.search-closed-btn i{font-size: 30px;}
/*offline store swiper style */
.swiper-container-store{height: 100%; overflow: hidden;}
.swiper-container-store .swiper-slide{height: auto;}
.swiper-container-store .slideItem{border-radius: 5px; overflow: hidden;}
.swiper-container-inner{padding: 0 10px;}
.swiper-container-inner img{width: 100%;}
/*offline store map style */
.data-search-contents{height: 100%; display: none; position: relative;}
.data-search-contents .root_daum_roughmap{width: 100% !important; height: 100% !important;}
.root_daum_roughmap .wrap_map{width: 100% !important; height: 100% !important;}
.showyou{display: block; z-index: 4;}
.hideyou{display: none;}
img.map{width: 100%; box-sizing: border-box;}
.filter-choice{background-color: #f7f7f7;}
.filter-search-box-hi h3{font-size: 15px; font-weight: 400; color: #8b95a1; margin-bottom: 10px;}
.filter-search-box-hi span{font-size: 15px;}
.filter-search-box-hi .mappin{display: inline-block; margin: 0 8px 0 0;}
@media (max-width:1200px){
    .store_wrap{width: 100%; height: 100vh; overflow: unset;}
    .store_map_wrap{flex: none; margin: 0; width: 100%;}
    .store_tit{width: 90%; margin: 0 auto;}
    .store_tit h2{font-size: 20px;}
    .store_container{width: 90%; margin: 0 auto; height: auto;}
    .store_content{-webkit-flex-direction: column-reverse; -moz-flex-direction: column-reverse; -ms-flex-direction: column-reverse; -o-flex-direction: column-reverse; flex-direction: column-reverse; overflow: hidden;}
    .store_filter_wrap{width: 100%; min-width: auto; height: auto;}
    #store-filter-search{max-width: 100%; padding: 13px; box-sizing: border-box;}
    .data-search-contents{margin-bottom: 10px;}
    .swiper-container-store{height: 38vh;}
    .dn{display: none;}
    .swiper-wrapper-hi{width: 100%; position: inherit;}
    .filter-search-box-hi{width: 100%; left: 100%; overflow-y: scroll;}
    .filter-search-box-hi::-webkit-scrollbar{width: 6px;}
    .filter-search-box-hi::-webkit-scrollbar-track{background-color: #eee;}
    .filter-search-box-hi::-webkit-scrollbar-thumb{border-radius: 3px; background-color: #8b95a17a;}
    .filter-search-box-hi::-webkit-scrollbar-button{width: 0; height: 0;}
    .filter-search-box-hi h2{font-size: 26px;}
    .swiper-container-inner{overflow: hidden;}
}
@media (max-width:768px){
    .swiper-container-1{height: 35vh; min-height: 35vh; max-height: 35vh;}
}
@media (max-width:375px){
    .swiper-container-1{height: 35vh; min-height: 35vh; max-height: 35vh;}
}
@media (max-width:320px){
    .swiper-container-1{height: 38vh; min-height: 38vh; max-height: 38vh;}
}
/* surface Duo */
@media (max-width:540px) and (max-height:720px){
    .swiper-container-1{height: 29vh; min-height: 29vh; max-height: 29vh;}
} 
/* iphone 6/7/8 plus */
@media (max-width:414px) and (max-height:736px){
    .swiper-container-1{height: 41vh; min-height: 41vh; max-height: 41vh;}
}
/* Pixel 2 XL */
@media (max-width:411px) and (max-height:823px){
    .swiper-container-1{height: 47vh; min-height: 47vh; max-height: 47vh;}
}
/* Pixel 2 */
@media (max-width:411px) and (max-height:731px){
    .swiper-container-1{height: 42vh; min-height: 42vh; max-height: 42vh;}
}
/* iphone X */
@media (max-width:375px) and (max-height:812px){
    .swiper-container-1{height: 50vh; min-height: 50vh; max-height: 50vh;}
}
/* iphone 6/7/8 */
@media (max-width:375px) and (max-height:667px){
    .swiper-container-1{height: 40vh; min-height: 40vh; max-height: 40vh;}
    .store_filter_wrap ul li h2{font-size: 15px;}
    .store_filter_wrap ul li span{font-size: 13px;}
    .filter-search-box-hi h2{font-size: 20px;}
    .filter-search-box-hi span{font-size: 13px;}
    .filter-search-box-hi h3{font-size: 14px;}
}
/* iphone 5/SE */
@media (max-width:320px) and (max-height:568px){
    .swiper-container-1{height: 35vh; min-height: 35vh; max-height: 35vh;}
}
/* Galaxy Fold */
@media (max-width:280px) and (max-height:653px){
    .swiper-container-1{height: 46vh; min-height: 46vh; max-height: 46vh;}
}
/* *****offline store 20211118 end***** */


/* *****membership 20211201***** */
.membership-wrap{width: 100%; margin: 0 auto;}
.membership-container{max-width: 1500px; margin: 0 auto;}
.mb-mrbt{margin: 0 0 100px 0;}
.membership-tit h2{font-size: 26px; font-weight: bold; color: #191f28; margin: 0 0 10px 0; letter-spacing: -1px;}
.membership-tit p{font-size: 16px; font-weight: 400; color: #8b95a1; text-align: left; letter-spacing: -1px; line-height: 1.75; margin: 0 0 20px 0;}
.membership-tit .join-btn a{color: #fff; padding: 10px 20px; background-color: #00CC41; border-radius: 5px; font-size: 15px; letter-spacing: -1px; font-weight: 400; transition: 0.2s;}
.membership-tit .join-btn a:hover{background-color: #008F2D; color: #fff;}
.membership-tit h3{font-size: 20px; color: #191f28; font-weight: bold; margin-bottom: 9px;}
.membership-con{ -webkit-display: flex; -moz-display: flex; -ms-display: flex; -o-display: flex; display: flex; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; -ms-justify-content: flex-start; -o-justify-content: flex; justify-content: flex-start; -webkit-align-items: flex-start; -moz-align-items: flex-start; -ms-align-items: flex-start; -o-align-items: flex-start; align-items: flex-start; margin-bottom: 20px;}
.membership-con:last-child{margin: 0;}
.member-box{min-height: 140px; min-width: 140px; border-radius: 5px; -webkit-display: flex; -moz-display: flex; -ms-display: flex; -o-display: flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column; flex-direction: column; -webkit-justify-content: space-between; -moz-justify-content: space-between; -ms-justify-content: space-between; -o-justify-content: space-between; justify-content: space-between; margin-right: 20px; padding: 20px;}
.member-box:last-child{margin: 0;}
.mb-gr-co{background-color: #dbf0e6;}
.mb-rd-co{background-color: #ffeee6;}
.mb-bk-co{background-color: #f2f2f2;}
.member-box-ov{text-align: right;}
.member-box-ov img{width: 38px;}
.member-box p{font-size: 17px; font-weight: 400; letter-spacing: -1px; line-height: 1.3; color: #191f28;}
.member-box-un-tit p{font-weight: bold;}
.member-box-desc{min-width: 270px; -webkit-justify-content: end; -moz-justify-content: end; -ms-justify-content: end; -o-justify-content: end; justify-content: end;}
p.detail-membership{font-size: 14px; margin-top: 10px; color: #8b95a1;}
.member-benefit-desc{width: 100%; background-color: #fafafa; border-radius: 5px; -webkit-display: flex; -moz-display: flex; -ms-display: flex; -o-display: flex; display: flex; -webkit-justify-content: space-around; -moz-justify-content: space-around; -ms-justify-content: space-around; -o-justify-content: space-around; justify-content: space-around; -webkit-align-items: flex-start; -moz-align-items: flex-start; -ms-align-items: flex-start; -o-align-items: flex-start; align-items: flex-start; text-align: center; padding: 20px 0;}
.mb-benefit-box p{color: #8b95a1; letter-spacing: -1px; font-weight: 400; font-size: 15px;}
.mb-benefit-img{width: 35px; display: inline-block; text-align: center; margin: 0 0 10px 0;}
.mb-benefit-img img{width: 100%; display: inline-block;}
.membership-notice{width: 100%; border-radius: 5px;}
.membership-notice .membership-tit{padding: 0 40px;}
.membership-notice ul{padding: 0 40px;}
.membership-notice ul li{list-style: none; font-size: 15px; color: #8b95a1; line-height: 1.75;}
.membership-accordion{border-radius: 5px;}
.accordion-header{cursor: pointer;}
.accordion-panel{width: 100%; border-bottom: 1px solid #e2e2e2; transition: 0.2s;}
.accordion-panel:hover{background-color: #fafafa;}
.accordion-panel h3{font-size: 17px; color: #191f28; padding: 20px 0; transition: 0.2s; font-weight: 400; border-radius: 5px;}
.accordion-header span{width: 16px; display: inline-block; margin: 0 7px;}
.accordion-header i{color: #8b95a1; font-size: 14px;}
.accordion-panel p{font-size: 15px; color: #8b95a1; padding-bottom: 20px; line-height: 1.5; margin: 0 29px;}
.accordion-panel>.accordion-body{display: none;}
.accordion-panel.accordion-expanded > .accordion-body{display: block;}
.accordion-panel.accordion-expanded{background-color: #fafafa;}
/* *****membership 20211201 end***** */



/* ORDER --> CART STYLE */
.order_wrap .order_tit { border-bottom: 0; margin-bottom: 30px; }
.order_wrap .order_tit h2 { font-size: 26px; font-weight: bold; letter-spacing: -1px; color: #191f28; margin: 0 25px 0 0; line-height: 1; }
.order_wrap .order_tit h2 i { margin-right: 10px; }
.order_wrap .order_tit ul { display: inline-block; }
.order_wrap .order_tit ul li { float: unset; display: inline-block; margin-right: 10px; padding: 10px 20px; border-radius: 100px; background-color: #f8f8f8; color: #8b95a1; line-height: 1; letter-spacing: -1px;}
.order_wrap .order_tit .page_on { background-color: #191f28; color: #fff; }
.cartEmpty { text-align: center; vertical-align: middle; margin: 150px auto; }
.cartEmpty img { width: 100%; max-width: 150px; margin: 0 auto; margin-bottom: 30px; }
.cartEmpty h2 { font-size: 25px; font-weight: 500; color: #191f28; letter-spacing: -1px; margin: 0 0 15px 0; }
.cartEmpty p { font-size: 15px; font-weight: 400; color: #8b95a1; letter-spacing: -1px; margin: 0; line-height: 1.8;}
.cartEmpty a { display:inline-block; font-size: 15px; font-weight: 400; color: #fff; letter-spacing: -1px; background-color: #00CC41; border-radius: 100px; padding: 8px 15px; margin: 30px auto; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.cartEmpty a:hover { background-color: #008F2D; }

.cartContainer { width: 100%; display: flex; display: -webkit-flex; display:-moz-flex; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; }
.cartContainer .cartLeft { flex: 2; margin-right: 20px; }
.cartContainer .cartRight { flex: 1; }
.cartContainer .cartRecept { width: 100%; overflow: hidden; background-color : #f8f8f8; min-height: 600px; border-radius: 5px; box-sizing: border-box; padding: 30px; position: relative; }
.cartContainer .cartRecept .cartRecept_tit { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #eee; }
.cartContainer .cartRecept .cartRecept_tit h2 { font-size: 20px; font-weight: bold; color: #191f28; letter-spacing: -1px; }
.cartContainer .cartRecept .cartRecept_article { min-height: 450px; }
.cartContainer .cartRecept .cartRecept_article ul li { font-size: 17px; font-weight: 400; color: #8b95a1; margin-bottom: 15px; letter-spacing: -1px;}
.cartContainer .cartRecept .cartRecept_article ul li strong { color: #191f28; }
.cartContainer .cartRecept .cartRecept_article ul li span { float: right; color: #191f28; }
.cartContainer .cartRecept .cartRecept_article ul li span:after { display: block; content: ''; clear: both; }
.cartContainer .cartRecept .cartRecept_article_sum { width: 100%; box-sizing: border-box; padding: 20px 0 0 0; margin: 20px 0 0 0; border-top: 1px solid #eee; }
.cartContainer .cartRecept .cartRecept_article_sum h2 { font-size: 15px; font-weight: 400; letter-spacing: -1px; margin:  0 0 10px 0; line-height: 1; color: #8b95a1; }
.cartContainer .cartRecept .cartRecept_article_sum h3 { font-size: 30px; font-weight: bold; letter-spacing: -1px; margin: 0; line-height: 1;  color: #191f28; }
.cartContainer .cartRecept .cartRecept_article_sum p { font-size: 12px; font-weight: 400; color: #8b95a1; letter-spacing: -1px; margin: 20px auto 0 auto; text-align: center; }
.cartContainer .cartRecept .cartRecept_article_btn { display: block; margin-top: 20px; width: 100%; box-sizing: border-box; }
.cartContainer .cartRecept .cartRecept_article_btn li { display: inline-block; width: 49%; text-align: center; }
.cartContainer .cartRecept .cartRecept_article_btn li button { font-size: 14px; font-weight: 400; color: #191f28; border-radius: 5px; padding: 15px 0; width: 100%; letter-spacing: -1px; background-color: #eee; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.cartContainer .cartRecept .cartRecept_article_btn li button.buyAll { background-color: #00CC41; color: #fff; margin-left: 1%;}
.cartContainer .cartRecept .cartRecept_article_btn li button.buyAll:hover { background-color: #008F2D; }
.benefit_display { display: block; width: 100%; margin: 30px 0 0 0; border-radius: 5px; overflow: hidden; box-sizing: border-box; }

.cartContainer .cartContent table th { font-size: 15px; font-weight: 500; color: #191f28; text-align: left; padding-bottom: 20px; }
.cartContainer .cartContent table td { font-size: 17px; font-weight: 400; color: #8b95a1; text-align: left;}
.cartContainer .cartContent .cartItems { border-bottom: 1px solid #eee; }
.cartContainer .cartContent .cartItems:last-child { border-bottom: 0; }
.cartContainer .cartContent .cartItems td { }
.td_goods .td_goods_thumb { width: 18%; display: inline-block; border-radius: 5px; overflow: hidden; margin-right: 15px; }
.td_goods .td_goods_thumb img { width: 100%; background-color: #f8f8f8; }
.td_goods .td_goods_name { width: 60%; display: inline-block; vertical-align: top; }
.td_goods .td_goods_name a { display: inline-block; font-weight: 500; letter-spacing: -1px; margin-bottom: 5px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.td_goods .td_goods_name a:hover { color: #8b95a1; }
.td_goods .td_goods_name li { font-size: 15px; }
.td_options a { font-size: 17px; font-weight: 400; color: #191f28; letter-spacing: -1px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.td_options a:hover { color: #8b95a1; }
.btn_order_box { padding: 0; margin-bottom: 20px; text-align: left; }
.btn_order_box button { border: 0; min-width: unset; height: unset; padding: 10px 20px; border-radius: 5px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; line-height: 1; font-size: 15px; font-weight: 400; color: #191f28; letter-spacing: -1px;}
.btn_order_box button:hover {border: 0; background-color: #eee; }
.btn_order_box a { display:inline-block; border: 0; min-width: unset; height: unset; padding: 10px 20px; border-radius: 5px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; line-height: 1; font-size: 15px; font-weight: 400; color: #191f28; letter-spacing: -1px;}
.btn_order_box a:hover { border: 0; background-color: #eee; }
.pay_box { float: unset; margin: 0; text-align: unset;}
.pay_box .payco_pay, .pay_box .naver_pay { margin: 0; display: block; }
.option_layer_cont { border-radius: 5px; border: 0; }
.option_layer_cont h4 { font-size: 20px; font-weight: bold; color: #191f28; letter-spacing: -1px; border-color: #eee; }
.option_tit_box dt { margin: 0; }
.option_tit_box dt img { width: 100%; max-width: 110px; height: 110px; border: 0; background-color: #f8f8f8; border-radius: 5px; }
.option_tit_box dd { border: 0; }
.option_tit_box dd strong { font-size: 17px; font-weight: bold; color: #191f28; letter-spacing: -1px; margin-bottom: 10px; }
.option_tit_box dd span { font-size: 14px; font-weight: 400; color: #8b95a1; line-height: 1.8; }
.option_select_box .option_chosen { margin-top: 0; padding-top: 0; border:0;}
.option_chosen dt { float: unset; width: unset; font-size: 15px; font-weight: bold; letter-spacing: -1px; letter-spacing: -1px; color: #191f28; margin-bottom: 5px; }
.option_chosen dd { float: unset; }
.option_chosen dd input[type="text"] { font-size: 15px; font-weight: 400; color: #191f28; border: 1px solid #eee; min-height: 45px; height: unset; padding: 10px 15px; border-radius: 5px; }
.option_chosen dd input[type="text"]::placeholder { color: #8b95a1; }
.option_chosen dd input[type="text"]:focus { border-color: #00CC41; border-width: 2px; }
.option_layer_cont .btn_box { border: 0; }
.option_layer_cont .btn_cancel { border: 1px solid #eee; padding: 10px 20px; border-radius: 5px; font-size: 15px; font-weight: 400; color: #191f28; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.option_layer_cont .btn_cancel:hover { color: #191f28; border-color: #191f28; }
.option_layer_cont .btn_confirm { border: 1px solid #00CC41; padding: 10px 20px; border-radius: 5px; font-size: 15px; font-weight: 400; color: #fff; background-color: #00CC41; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.option_layer_cont .btn_confirm:hover { background-color: #008F2D; border-color: #008F2D; }
.order_table_type th { font-size: 15px; font-weight: 500; color: #191f28; text-align: left; background: none; border: 0; border-bottom: 1px solid #eee; padding: 15px 0; }
.order_table_type td { border: 0; padding: 15px 0; height: unset; color: #8b95a1; text-align: left; font-size: 17px; vertical-align: top;}
.order_table_type .pick_add_cont .pick_add_img { width: 100px; padding-right: 20px; }
.order_table_type .pick_add_cont .pick_add_img a img { width: 100%; border: 1px solid #eee; background-color: #f8f8f8; border-radius: 5px; }
.order_table_type .pick_add_cont .pick_add_info { vertical-align: top;}
.order_table_type .pick_add_cont .pick_add_info em a { display:inline-block; font-size: 17px; font-weight: 500; letter-spacing: -1px; color: #191f28; margin-bottom: 5px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.order_table_type .pick_add_cont .pick_add_info em a:hover { color: #8b95a1; }
.order_table_type .pick_add_cont .text_type_cont { color: #8b95a1; font-size: 15px; letter-spacing: -1px; font-weight: 400; }
.order_table_type .td_order_amount { border: 0; }
.order_table_type .td_delivery { border: 0; }
.order_table_type .td_order_amount .order_goods_num strong { font-size: 17px; }
.price_sum { border: 0; border-radius: 5px; background-color: #f8f8f8; }
.price_sum_cont { display: block; float: unset; text-align: center; }
.price_sum_cont .price_sum_list dl { display: inline-block; text-align: center;  padding: 0; margin: 10px 20px 10px 20px; letter-spacing: -1px;}
.price_sum_cont .price_sum_list dt { font-size: 15px; font-weight: 400; color: #8b95a1; }
.price_sum_cont .price_sum_list dd { font-size: 20px; color: #191f28; }
.price_sum_cont .price_sum_list dd strong { color: #191f28; }
.price_sum_cont .tobe_mileage { margin: 20px auto 0 auto; font-size: 15px; font-weight: 400; color: #8b95a1; letter-spacing: -1px; }
.price_sum_cont .tobe_mileage i { margin-right: 5px; }
.order_zone_tit { padding: 0; margin: 30px 0; }
.order_zone_tit h4 { font-size: 20px; font-weight: bold; color: #191f28; letter-spacing: -1px; }
.order_table_type .table_left { border: 0; }
.order_agree { border-color: #eee; border-radius: 5px; }
.order_agree_cont .agreement_box { height: 150px; border: 0; font-size: 13px; font-weight: 400; color: #8b95a1; letter-spacing: -1px; padding: 0;}
.order_field { }
.order_field .order_field_row { display: block; width: 100%; margin: 0 0 15px 0; }
.order_field .order_field_row h3 { display: block; font-size: 15px; font-weight: 500; color: #191f28; letter-spacing: -1px; margin: 10px 0; }
.order_field .order_field_row input { width: 100%; max-width: 500px; height: unset; min-height: 45px; padding: 10px 15px; border-radius: 5px; border: 1px solid #eee; font-size: 15px; font-weight: 400; color: #191f28; }
.order_field .order_field_row input::placeholder { color: #8b95a1; }
.order_field .order_field_row input:focus { border-color: #00CC41; }
.order_field .order_field_row .order_field_bbs { display:block; margin: 15px 0; }
.order_field .order_field_row button{  margin-bottom: 15px; font-size: 13px; font-weight: 400; color: #fff; background-color: #00CC41; border-radius: 100px; padding: 10px 15px; margin: auto 0 auto 10px; letter-spacing: -1px; }
.order_field .order_field_row .order_field_address { margin-top: 10px; }
.order_field .order_field_row .order_field_address input { width: 100%; max-width: 300px; margin-right: 5px; }
.delivery_info_type li { display: inline-block; margin-right: 5px; }
.delivery_info_type input[type="radio"] { display: none; }
.delivery_info_type input[type="radio"] + label { background-color: #fff; border-radius: 5px; border: 1px solid #eee; font-size: 13px; font-weight: 400; color: #8b95a1; display: inline-block; position: relative; cursor: pointer; overflow:hidden; line-height: 45px; padding: 0; text-align: center; width: 120px; box-sizing: border-box; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease;}
.delivery_info_type input[type="radio"]:hover + label { background-color: #eee; }
.delivery_info_type input[type="radio"]:checked + label { -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; background-color: #00CC41; border: 1px solid #00CC41; color: #fff; }
.delivery_info_type a { background-color: #eee; border-radius: 5px; border: 1px solid #eee; font-size: 13px; font-weight: 400; color: #8b95a1; display: inline-block; position: relative; cursor: pointer; overflow:hidden; line-height: 45px; padding: 0; text-align: center; width: 120px; box-sizing: border-box; }
.btn_ly_add_shipping { border: 1px solid #00CC41; background: #00CC41; color: #fff; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; border-radius: 5px; }
.btn_ly_add_shipping:hover { background: #008F2D; border-color: #008F2D;}
.order_field .order_field_row .userMemo { height: auto; overflow-x: hidden; overflow-y: auto; }
.order_field_grid { display: -webkit-flex; display: -moz-flex; display: flex; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; }
.order_field_grid .order_field_grid_left { flex: 1; margin-top: 30px; }
.order_field_grid .order_field_grid_right { flex: 1; margin-top: 30px; }
.order_table_type .table_left th { padding: 0; font-size: 15px; font-weight: 500; color: #191f28; letter-spacing: -1px; background: transparent; border: 0; vertical-align: top;}
.order_table_type .table_left td { font-size: 15px; letter-spacing: -1px; vertical-align: top; padding: 0 0 20px 0; }
.order_cont .order_benefit_list .order_benefit_sale em { background : none; padding: 0; }
.order_cont .order_benefit_list .order_benefit_mileage em { background: none; padding: 0; color: #8b95a1; }
.order_cont .order_benefit_list li span { color: #8b95a1; }
.order_cont .order_benefit_list .order_benefit_sale em { color: #8b95a1; }
.payment_progress_list { border: 0; padding: 0; }
.btn_gray_list .btn_gray_mid { height: unset; }
.btn_gray_list a, .btn_gray_list button { display: inline-block; padding: 7px 15px; font-size: 13px; font-weight: 400; letter-spacing: -1px; color: #fff; border-radius: 5px; background: #00CC41; height: unset; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; border: 0;}
.btn_gray_list a, .btn_gray_list button:hover { background: #008F2D; border: 0; }
.btn_gray_list a span, .btn_gray_list button span { padding: 0; }
.order_money_use input[type="text"] { display: block; width: 100%; max-width: 300px; height: unset; min-height: 45px; padding: 10px 15px; border-radius: 5px; border: 1px solid #eee; font-size: 15px; font-weight: 400; color: #191f28; margin-bottom: 10px; }
.order_money_use input[type="text"]:focus { border-color: #00CC41; border-width: 2px; }
.order_money_use .form_element { display: block;  padding: 0; }
.order_money_use .form_element label { font-size: 14px; font-weight: 400; color: #8b95a1; letter-spacing: -1px; }
.order_money_use .money_use_sum { color: #8b95a1; }
.pay_bankbook_box { border: 0; padding: 20px; margin: 15px 0; border-radius: 5px; background-color: #f8f8f8; box-sizing: border-box; }
.pay_bankbook_box .settlekind_row { margin-bottom: 20px; }
.pay_bankbook_box .settlekind_row h2 { font-size: 15px; font-weight: 500; color: #191f28; letter-spacing: -1px; margin-bottom: 5px; }
.pay_bankbook_box .settlekind_row input[type="text"] { display: block; width: 100%; max-width: 300px; height: unset; min-height: 45px; padding: 10px 15px; border-radius: 5px; border: 1px solid #eee; font-size: 15px; font-weight: 400; color: #191f28; margin-bottom: 10px; }
.pay_bankbook_box .settlekind_row input[type="text"]:focus { border-color: #00CC41; border-width: 2px; }
.payment_progress_select li { display: inline-block; margin-right: 5px; }
.payment_progress_select li:last-child { margin-right: 0; }
.payment_progress_select li input[type="radio"] {display: none; }
.payment_progress_select li input[type="radio"]  + label { background-image: none; background-color: #fff; border-radius: 5px; border: 1px solid #eee; font-size: 13px; font-weight: 400; color: #8b95a1; display: inline-block; position: relative; cursor: pointer; overflow:hidden; line-height: 45px; padding: 0; text-align: center; width: 120px; box-sizing: border-box; }
.payment_progress_select li input[type="radio"]:hover + label { background-image: none; }
.payment_progress_select li input[type="radio"]:checked + label  { -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; background-image: none; background-color: #00CC41; border: 1px solid #00CC41; color: #fff; }
.payment_progress .payment_progress_select li { margin-right: 5px; }
.receiptSelect_row { margin: 50px 0 0 0; }
.receiptSelect_row h2 { font-size: 20px; font-weight: bold; color: #191f28; letter-spacing: -1px; margin-bottom: 10px; }
.order_field_row { display: block; width: 100%; margin: 0 0 15px 0; }
.order_field_row h3 { display: block; font-size: 15px; font-weight: 500; color: #191f28; letter-spacing: -1px; margin: 10px 0; }
.order_field_row input { width: 100%; max-width: 500px; height: unset; min-height: 45px; padding: 10px 15px; border-radius: 5px; border: 1px solid #eee; font-size: 15px; font-weight: 400; color: #191f28; }
.order_field_row input::placeholder { color: #8b95a1; }
.order_field_row input:focus { border-color: #00CC41; }
.order_field_row .order_field_bbs { display:block; margin: 15px 0; }
.order_field_row button{  margin-bottom: 15px; font-size: 13px; font-weight: 400; color: #fff; background-color: #00CC41; border-radius: 100px; padding: 10px 15px; margin: auto 0 auto 10px; letter-spacing: -1px; }
.order_field_row .order_field_address { margin-top: 10px; }
.order_field_row .order_field_address input { width: 100%; max-width: 300px; margin-right: 5px; }
.tax_invoice_box { border: 0; }
.payment_final_total { border: 0; border-top: 1px solid #eee; padding: 20px 0 0 0; }
.payment_final_total h3 { font-size: 20px; font-weight: 500; color: #8b95a1; letter-spacing: -1px; margin-bottom: 5px; line-height: 1;}
.payment_final_total h2 { font-size: 35px; font-weight: bold; color: #191f28; letter-spacing: -1px; margin: 0; line-height: 1;}
.btn_order_buy { width: 100%; margin-top: 10px; border-radius: 5px; background-color: #191f28; font-size: 15px; font-weight: 400; color: #fff; letter-spacing: -1px; border: 0; }
.btn_order_buy:hover { background: #3a3f46; border: 0; }
.layer_wrap .layer_wrap_cont { border: 0; border-radius: 5px; }
.layer_wrap .ly_tit h4 { font-size: 20px; font-weight: bold; letter-spacing: -1px; color: #191f28; border-color: #eee; }
.layer_wrap .ly_tit h4 span { color: #8b95a1; }
.layer_wrap.coupon_apply_layer .layer_wrap_cont h5 { font-size: 17px; font-weight: bold; color: #191f28; letter-spacing: -1px;}
.top_table_type th { border-top: 0; border-bottom: 1px solid #eee; background: #f8f8f8; font-size: 14px; font-weight: 500; color: #8b95a1; letter-spacing: -1px; }
.layer_wrap .no_data { border: 0; font-size: 14px; font-weight: 400; color: #8b95a1; }
.coupon_apply_layer .scroll_box { border: 0; }
.coupon_total_box { border: 0; background: #f8f8f8; border-radius: 5px; text-align: center; }
.coupon_total_box dl { display: inline-block; color: #8b95a1; }
.coupon_total_box dt { font-size: 14px; }
.coupon_total_box dd strong { color: #191f28; }
.coupon_register_layer .coupon_register_cont { margin-bottom: 30px; }
.coupon_register_layer .coupon_register_cont input { border: 1px solid #eee; border-radius: 5px; min-height: 42px; padding: 10px 20px; font-size: 14px; font-weight: 400; color: #191f28; letter-spacing: -1px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.coupon_register_layer .coupon_register_cont input::placeholder { color: #8b95a1;}
.coupon_register_layer .coupon_register_cont input:focus { border-color: #191f28; }
.coupon_register_layer .coupon_register_cont p { font-size: 14px; font-weight: 400; color: #8b95a1; letter-spacing: -1px;}
.payment_progress .order_zone_tit > p { font-size: 14px; font-weight: 400; color: #8b95a1; letter-spacing: -1px; }
.payment_progress_list dl { border-bottom: 0; padding: 0; margin: 20px 0; }
.payment_progress_list dt { display: block; width: unset; padding: 0; margin-bottom: 10px; font-size: 15px; font-weight: 500; color: #191f28; letter-spacing: -1px; margin: 10px 0; }
.cash_receipt_box { border: 0; padding: 0;}
.cash_receipt_box .payment_progress_select { padding: 0; border: 0; }
.cash_receipt_box .cash_receipt_list dl { padding: 0; }
.cash_receipt_box .cash_receipt_list dt { padding: 0 20px; width: 120px; font-size: 15px; font-weight: 500; text-align: right;}
.order_cont input[type="text"] { padding: 5px 10px; font-size: 14px;  border: 1px solid #eee; border-radius: 5px; height: unset; color: #8b95a1; letter-spacing: -1px; }
.order_cont input[type="text"]:focus { border: 2px solid #00CC41;  }

/* 2024-11-01 쿠폰 등록 스타일 수정 .coupon_register_cont */
form[name=frmCouponOffline] .coupon_register_cont input { width: 160px; border: 1px solid #eee; border-radius: 5px; min-height: 32px; padding: 7px 12px; font-size: 14px; font-weight: 400; color: #191f28; letter-spacing: -1px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }


/* ORDER END */
.order_end_notice { width: 100%; margin-bottom: 30px; padding: 30px 50px; background-color: #00CC41; min-height: 200px;}
.order_end_notice h2 { font-size: 28px; font-weight: bold; letter-spacing: -1px; color: #fff; margin: 0 0 10px 0; }
.order_end_notice h2 i { margin-right: 5px; }
.order_end_notice p { font-size: 15px; font-weight: 400; letter-spacing: -1px; color: #fff; margin: 0 0 10px 0; }
.btn_order_end_ok { height: 50px; line-height: 50px; font-size: 15px; font-weight: 400; color: #fff; background: #00CC41; border: 0; border-radius: 5px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.btn_order_end_ok:hover { background: #008F2D; border: 0; }
.btn_ly_download, .btn_ly_coupon_apply, .btn_ly_write_ok, .btn_ly_ok, .btn_ly_save, .btn_escrow_go, .btn_pg_go { border: 1px solid #191f28; padding: 10px 20px; border-radius: 5px; font-size: 15px; font-weight: 400; color: #fff; background-color: #191f28; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.btn_ly_download:hover, .btn_ly_coupon_apply:hover, .btn_ly_write_ok:hover, .btn_ly_ok:hover, .btn_ly_save:hover, .btn_escrow_go:hover, .btn_pg_go:hover { background-color: #3a3f46; border-color: #3a3f46;  }
.btn_ly_cancel { border: 1px solid #eee; padding: 10px 20px; border-radius: 5px; font-size: 15px; font-weight: 400; color: #191f28; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease;  }
.btn_ly_cancel:hover { border-color: #191f28; color: #191f28; }



/* MY PAGE */
.mypage_tit { margin-bottom: 20px; }
.mypage_tit h2 { font-size: 26px; font-weight: bold; letter-spacing: -1px; color: #191f28; margin: 0; line-height: 1; }
.mypage_grid { display: flex; display:-webkit-flex; display: -moz-flex; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; }
.mypage_grid .mypage_grid_left { flex: 1; margin-right: 70px; }
.mypage_grid .mypage_grid_right { flex: 4; }
.mypage_subCate {  }
.mypage_subCate li { display: block; }
.mypage_subCate li a { display: block; width:100%; font-size: 17px; font-weight: 400; color: #8b95a1; letter-spacing: -1px; padding: 10px 10px; margin: 15px 0; border-radius: 5px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.mypage_subCate li a:hover { font-weight: 400; color: #191f28; background-color: #f8f8f8; }
.mypage_subCate li a i { margin: 0 20px; }
.mypage_subCate li a.activeMenu { background-color: #f8f8f8; font-weight: 500; color: #191f28; }
.mypage_grid .cp_list_wrap .cp_list { width: 100%; }
.mypage_grid .cp_list_wrap .cp_list li { width: 30%; }
.mypage_grid .cp_list_wrap .cp_list li .box_coupon { width: 100%; }
.mypage_summary { width: 100%; display: block; margin-bottom: 50px; }
.mypage_summary .mypage_summary_grid { display: -webkit-flex; display: -moz-flex; display: flex; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; margin-bottom: 25px; }
.mypage_summary .mypage_summary_grid > div { margin-right: 20px; box-sizing: border-box; }
.mypage_summary .mypage_summary_grid > div:last-child { margin-right: 0; }
.mypage_summary .mypage_summary_grid .mypage_summary_grid_thumb { flex: 1; border: 1px solid #eee; border-radius: 5px; padding: 20px; height: 250px; box-sizing: border-box;}
.mypage_summary .mypage_summary_grid .mypage_summary_img { display: inline-block; width: 75px; height: 75px; overflow:hidden; background: #f8f8f8; border-radius: 100%; border: 1px solid #eee; margin-right: 20px;  vertical-align: middle;}
.mypage_summary .mypage_summary_grid .mypage_summary_img img { width: 100%; }
.mypage_summary .mypage_summary_grid .mypage_summary_name { width: 40%; display: inline-block; vertical-align: middle; text-align: left; }
.mypage_summary .mypage_summary_grid .mypage_summary_name h2 { font-size: 20px; font-weight: bold; color: #191f28; letter-spacing: -1px; margin: 0 0 10px 0; line-height: 1;}
.mypage_summary .mypage_summary_grid .mypage_summary_name p { font-size: 15px; font-weight: 400; color: #8b95a1; letter-spacing: -1px; margin: 0; line-height: 1;}
.mypage_summary .mypage_summary_grid .mypage_summary_edit { display: inline-block; vertical-align: middle; }
.mypage_summary .mypage_summary_grid .mypage_summary_edit a { font-size: 15px; font-weight: 400; color: #fff; letter-spacing: -1px; background-color: #00CC41; border-radius: 5px; padding: 8px 15px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.mypage_summary .mypage_summary_grid .mypage_summary_edit a:hover { background: #008F2D; }
.mypage_summary .mypage_summary_grid .mypage_summary_status { display: block; margin: 15px 0; padding: 15px 0;  border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
.mypage_summary .mypage_summary_grid .mypage_summary_status ul li { display: inline-block; width: 49%; text-align: center; } /* 2024-11-28 마이페이지 상단 내 게시글 3개 > 2개 */
.mypage_summary .mypage_summary_grid .mypage_summary_status ul li h3 { font-size: 20px; font-weight: bold; letter-spacing: -1px; color: #191f28; margin: 0 0 5px 0; line-height: 1; }
.mypage_summary .mypage_summary_grid .mypage_summary_status ul li p { font-size: 15px; font-weight: 400; color: #8b95a1; letter-spacing: -1px; }
.mypage_summary .mypage_summary_grid .mypage_summary_write { display: block; }
.mypage_summary .mypage_summary_grid .mypage_summary_write a { display: block; font-size: 15px; font-weight: 500; color: #00CC41; letter-spacing: -1px; text-align: center; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.mypage_summary .mypage_summary_grid .mypage_summary_write a:hover { color: #008F2D; }
.mypage_summary .mypage_summary_grid .mypage_summary_write a i { margin-right: 5px; }
.mypage_summary .mypage_summary_grid .mypage_summary_grid_grade { flex: 2; height: 250px; padding: 20px; border-radius: 5px; border: 1px solid #eee; }
.mypage_summary .mypage_summary_grid .mypage_summary_grid_grade .grade_grid { display: -webkit-flex; display: -moz-flex; display: flex; -webkit-justify-content: space-around; -moz-justify-content: space-around; justify-content: space-around; -webkit-align-items: center; -moz-align-items: center; align-items: center; }
.mypage_summary .mypage_summary_grid .mypage_summary_grid_grade .grade_grid .grade_grid_wrap { flex: 1; text-align: center; border-right: 1px solid #eee; margin-top: 35px; }
.mypage_summary .mypage_summary_grid .mypage_summary_grid_grade .grade_grid .grade_grid_wrap:last-child { border-right: 0; }
.mypage_summary .mypage_summary_grid .mypage_summary_grid_grade .grade_grid .grade_grid_wrap img { width: 100%; max-width: 64px; margin: 0 auto 15px auto; }
.mypage_summary .mypage_summary_grid .mypage_summary_grid_grade .grade_grid .grade_grid_wrap h2 { font-size: 20px; font-weight: 500; color: #191f28; letter-spacing: -1px; margin: 0 0 5px 0; }
.mypage_summary .mypage_summary_grid .mypage_summary_grid_grade .grade_grid .grade_grid_wrap p { font-size: 20px; font-weight: 400; color: #8b95a1; letter-spacing: -1px; margin: 0; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; } /* 2024-11-01 링크 영역 조정 */
.mypage_summary .mypage_summary_grid .mypage_summary_grid_grade .grade_grid .grade_grid_wrap a { display: block; margin: 0 20px; } /* 2024-11-01 링크 영역 조정 */
.mypage_summary .mypage_summary_grid .mypage_summary_grid_grade .grade_grid .grade_grid_wrap a:hover p { color: #191f28; } /* 2024-11-01 링크 영역 조정 */
.mypage_ads { margin-bottom: 30px; border-radius: 5px; overflow: hidden; }
.mypage_noti_info { width: 100%; margin: 0 auto 50px; }
.mypage_noti_info .mypage_noti_tit { margin-bottom: 10px; }
.mypage_noti_info .mypage_noti_tit h3 { font-size: 20px; font-weight: bold; letter-spacing: -1px; margin: 0; }
.mypage_noti_info .mypage_noti_tit h3 a { float: right; font-size: 14px; font-weight: 400; color: #8b95a1; letter-spacing: -1px; padding: 5px 10px; border-radius: 5px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.mypage_noti_info .mypage_noti_tit h3 a:hover { background-color: #eee; }
.mypage_noti_info .mypage_noti_tit h3 a:after { display: block; content: ''; clear: both;}
.mypage_noti_cont { }
.mypage_noti_cont .mypage_noti_article { border: 1px solid #eee; border-radius: 5px; overflow: hidden; }
.mypage_noti_cont .mypage_noti_article li { width: 100%; display: block; background: #fff; border-bottom: 1px solid #eee; padding: 15px 20px; box-sizing: border-box; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.mypage_noti_cont .mypage_noti_article li:hover { background-color: #f8f8f8; }
.mypage_noti_cont .mypage_noti_article li:last-child { border-bottom: 0; }
.mypage_noti_cont .mypage_noti_article li h3 { font-size: 16px; font-weight: 500; color: #191f28; letter-spacing: -1px; margin: 0 0 3px 0; }
.mypage_noti_cont .mypage_noti_article li p { font-size: 14px; font-weight: 400; color: #8b95a1; letter-spacing: -1px; }
.mypage_noti_cont .noti_tag { font-size: 14px; font-weight: 500; color: #00CC41; margin-right: 9px; background-color: #C2FFD5; line-height: 1; border-radius: 5px; padding: 3px 8px; }
.mypage_noti_cont .noti_date { margin-left: 8px; }
.mypage_noti_cont .mypage_noti_notice { padding: 15px 20px; background-color: #f8f8f8; border-radius: 5px; margin-bottom: 10px; }
.mypage_noti_cont .mypage_noti_notice a { font-size: 16px; font-weight: 500; color: #191f28; letter-spacing: -1px; margin: 0; }
.mypage_noti_cont .mypage_noti_notice a:hover { color: #8b95a1; }
.mypage_order_info { width: 100%; margin: 0 auto 50px; }
.mypage_zone_tit { margin-bottom: 10px; }
.mypage_zone_tit h3 { display:block; font-size: 20px; font-weight: bold; letter-spacing: -1px; margin: 0; color: #191f28; }
.mypage_zone_tit h3 a { float: right; font-size: 14px; font-weight: 400; color: #8b95a1; letter-spacing: -1px; padding: 5px 10px; border-radius: 5px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.mypage_zone_tit h3 a:hover { background-color: #eee; }
.mypage_zone_tit h3 a:after { display: block; content: ''; clear: both; }
.mypage_order_info_cont { display: block; font-size: unset; border: 0; padding: 0; }
.mypage_order_info_cont .mypage_order_info_grid { display: -webkit-flex; display: -moz-flex; display: flex; -webkit-justify-content: space-around; -moz-justify-content: space-around; justify-content: space-around; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; }
.mypage_order_info_cont .mypage_order_info_grid .mypage_order_info_wrap { flex: 1; text-align: left; background-color: #f8f8f8; margin-right: 15px; border-radius: 5px; box-sizing: border-box; padding: 15px 30px; }
.mypage_order_info_cont .mypage_order_info_grid .mypage_order_info_wrap:last-child { margin-right: 0; }
.mypage_order_info_cont .mypage_order_info_grid .mypage_order_info_wrap h3 { font-size: 28px; font-weight: bold; letter-spacing: -1px; color: #191f28; }
.mypage_order_info_cont .mypage_order_info_grid .mypage_order_info_wrap h4 { font-size: 16px; font-weight: 400; color: #8b95a1; letter-spacing: -1px;}
.mypage_lately_info_cont { padding: 20px; border: 1px solid #eee; border-radius: 5px; }
.mypage_lately_info_result { display:block; margin: 0 0 10px 0; width: 100%; font-size: 15px; font-weight: 400; color: #191f28; letter-spacing: -1px;}
.mypage_lately_info_result strong { font-weight: bold; }
.mypage_lately_goods .mypage_zone_tit { margin-bottom: 0; border: 0; font-size: 16px; padding:  0;  }

.board_zone_top {display:flex; justify-content:space-between;}
.date_check_box { display: flex; justify-content: space-between; padding: 0; border: 0; } /* 2024-11-01 쿠폰 등록 스타일 수정 */
.date_check_box [name=frmCouponSearch] {flex: 2;} /* 2024-11-07 쿠폰 등록 스타일 수정 */
.date_check_box [name=frmCouponOffline] {flex-basis: auto; flex-grow: 0;} /* 2024-11-07 쿠폰 등록 스타일 수정 */
.date_check_list button { width: auto; height: auto; margin: 0 7px 0 0; color: #8b95a1; border: 1px solid #eee; padding: 7px 15px; border-radius: 5px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.date_check_list button:hover, .date_check_list button.on { border-color: #00CC41; background-color: #00CC41; }
.date_check_calendar .anniversary { height: auto; color: #8b95a1; border: 1px solid #eee; padding: 7px 15px; border-radius: 5px; line-height: 1; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.date_check_calendar .anniversary:focus { border-color: #ccc; color: #191f28; background-color: #f8f8f8;}
.btn_date_check { min-width: unset; height: auto; line-height:1; font-size: 14px; font-weight: 400; color: #fff; background: #666666; letter-spacing: -1px; border-radius: 5px; padding: 9px 16px; border: none; transition:.2s;}
.btn_date_check:hover { background-color: #444444;  border: none; }
.site_sns_info { margin: 10px 0; padding: 0; border: 0; }
.site_sns_info .site_sns_list a { margin: 0; width: 49%; text-align: center; padding: 15px 0; border-radius: 5px; font-size: 14px; }
.mypage_claim_row_wrap { margin-bottom: 15px;}
.mypage_claim_row_wrap_tit { margin-bottom: 5px; display:flex;}
.mypage_claim_row_wrap_tit h4 { font-size: 15px; font-weight: 500; letter-spacing: -1px; margin: 0;}
.mypage_claim_row_wrap_tit p { font-size: 12px; font-weight: 700; margin: 2px 0 0 9px; color: crimson;}
.mypage_claim_row_wrap_tit span { font-size: 12px; font-weight: 400; margin: 2px 0 0 2px; color: #8b95a1;}
.mypage_claim_row_wrap_article { width: 100%; }
.mypage_claim_row_wrap_article textarea,
.mypage_claim_row_wrap_article input[type="text"] { width: 100%; border: 1px solid #eee; outline:none; border-radius: 5px; box-sizing: border-box; padding: 10px; font-size: 15px; font-weight: 400; letter-spacing: -1px; color: #191f28; }
.mypage_claim_row_wrap_article input[type="text"] { height: 60px; line-height: 60px;}
.mypage_claim_row_wrap_article textarea::placeholder,
.mypage_claim_row_wrap_article input[type="text"]::placeholder { color: #8b95a1;  }
.mypage_claim_row_wrap_article textarea:focus,
.mypage_claim_row_wrap_article input[type="text"]:focus { border-color: #00CC41; border-width: 2px; }

/* order product list */
.mypage_table_type th { padding: 15px 10px; border-top: 0; border-bottom: 1px solid #eee; background: #fff; font-size: 15px; font-weight: 500; color: #191f28; letter-spacing: -1px; vertical-align: top; }
.mypage_table_type th span { display: block; font-size: 15px; font-weight: 400; color: #8b95a1; }
.mypage_table_type tr { border-bottom: 1px solid #eee; }
.mypage_table_type tr:last-child { border-bottom: 0; }
.mypage_table_type td { border: 0; color: #8b95a1; font-size: 15px; font-weight: 400; color: #191f28; letter-spacing: -1px; }
.mypage_table_type .info_option { display: block; color: #8b95a1; font-size: 14px; }
.mypage_table_type td em { font-size: 15px; font-weight: 400; color: #8b95a1; }
.mypage_table_type table { width: 100%; border:0; border-spacing: 0; border-collapse: collapse; text-align: center;}
.mypage_table_type table td.order_day_num { border: 0; }
.mypage_table_type .order_num_link { font-size: 15px; font-weight: 500; color: #191f28; letter-spacing: -1px; text-decoration: none; border: 0; }
.mypage_table_type .order_num_link:hover { color: #8b95a1; }
.btn_gray_list .btn_gray_small { font-size: 14px; font-weight: 400; color: #8b95a1; background: transparent; }
.btn_gray_list .btn_gray_small:hover { background: transparent; }
.btn_gray_list .btn_gray_small span { line-height: 0; }
.mypage_table_type .pick_add_cont .pick_add_img { display: inline-block; width: 75px; margin-right: 10px; box-sizing: border-box; }
.mypage_table_type .pick_add_cont .pick_add_img img { width: 100%; border: 1px solid #eee; border-radius: 5px; background: #f8f8f8; }
.mypage_table_type .pick_add_cont .pick_add_info a { color: #191f28; }
.mypage_table_type .pick_add_cont .pick_add_info a:hover { color: #8b95a1; }
.mypage_table_type .pick_add_cont .pick_add_info em { font-size: 16px; font-weight: 500; color: unset; letter-spacing: -1px; margin-bottom: 5px; }
.mypage_table_type .pick_add_cont .text_type_cont { padding: 0; font-size: 14px; font-weight: 400; color: #8b95a1; letter-spacing: -1px; margin-bottom: 7px;}
.mypage_table_type .info_status { display: block; padding: 7px 10px; border-radius: 5px; font-size: 14px; font-weight: 400; line-height: 1; } /* 2024-09-02 라벨 스타일 수정 */
.label_rd { /* background-color: #f8d7da !important; */ border: 1px solid #f5c6cb !important; color: #721c24 !important; } /* 2024-09-02 라벨 스타일 수정 */
.label_gr { /* background-color: #d4edda !important; */ border: 1px solid #c3e6cb !important; color: #155724 !important; } /* 2024-09-02 라벨 스타일 수정 */
.label_yl { /* background-color: #fff3cd !important; */ border: 1px solid #ffeeba !important; color: #856404 !important; } /* 2024-09-02 라벨 스타일 수정 */
.label_gy { /* background-color: #e2e3e5 !important; */ border: 1px solid #d6d8db !important; color: #383d41 !important; } /* 2024-09-02 라벨 스타일 수정 */
.btn_blue { font-size: 14px; font-weight: 400; color: #00CC41; letter-spacing: -1px;}
.btn_blue:hover { color: #008F2D; }
.mypage_table_type .order_info_link a {display: block; margin-bottom: 5px; }
/* //order product list */

/* password certification */
.my_page_password { width: 100%; max-width: 1000px; margin: 0 auto; }
.my_page_password .my_page_password_tit { margin-bottom: 30px;}
.my_page_password .my_page_password_tit h2 { font-size: 26px; font-weight: bold; letter-spacing: -1px; margin: 0 0 8px 0; color: #191f28; }
.my_page_password .my_page_password_tit p { font-size: 16px; font-weight: 400; letter-spacing: -1px; color: #8b95a1; text-align: left;}
.my_page_password .id_pw_cont { background: unset; margin: 40px 0; padding: 0; border: 0; text-align: unset; }
.my_page_password .id_pw_cont .id_pw_article { width: 100%; max-width: 500px; }
.my_page_password .id_pw_cont .id_pw_article input { display: block; width: 100%; max-width: 500px; height: unset; min-height: 45px; padding: 10px 15px; border-radius: 5px; border: 1px solid #eee; font-size: 15px; font-weight: 400; color: #191f28; margin-bottom: 10px; }
.my_page_password .id_pw_cont .id_pw_article input::placeholder { color: #8b95a1; }
.my_page_password .id_pw_cont .id_pw_article input:focus { border: 2px solid #00CC41; }
.defalut_id { background-color: #eee; border-color: #ccc; cursor: not-allowed;}
.defalut_id:focus { border-color: #eee !important; border-width: 1px !important; }
.join_agreement_box { margin-bottom: 20px; }
.join_agreement_box_wrap { display: inline-block; }
.join_agreement_article { display: inline-block; vertical-align: top;}
.join_agreement_article p { display: inline-block; font-size: 15px; font-weight: 500; color: #191f28; letter-spacing: -1px; vertical-align: top; margin-right: 5px; }
.join_agreement_article p a { color: #00CC41; margin-left: 7px; }
.join_agreement_article p a:hover { color: #008F2D; text-decoration: underline; }

/* mypage shipping info */
.mypage_table_type td > strong { color: #191f28; }
.layer_container { width: 100%; }
.layer_container .layer_container_row { display: block; width: 100%; margin-bottom: 15px; }
.layer_container .layer_container_row h3  { font-size: 14px; font-weight: bold; letter-spacing: -1px; color: #191f28;  margin: 0 0 5px 0; }
.layer_container .layer_container_row p { font-size: 14px; font-weight: 400; letter-spacing: -1px; color: #8b95a1; margin: 0; }
.layer_container .layer_container_row input[type="text"] { width: 100%; max-width: 300px; min-height: 42px; padding: 13px 15px; border: 1px solid #eee; font-size: 14px; font-weight: 400; color: #191f28; letter-spacing: -1px; border-radius: 5px; margin-right: 5px;}
.layer_container .layer_container_row input[type="text"]:last-child { margin-right: 0; }
.layer_container .layer_container_row input[type="text"]:focus { border-color: #00CC41; border-width: 2px; }
.layer_container .layer_container_row input[type="text"]::placeholder { color: #8b95a1; }
.layer_container .layer_container_row .address_postcode { margin-bottom: 5px; }
.layer_container .layer_container_row .address_postcode button { font-size: 12px; font-weight: 400; color: #fff; min-height: 42px; letter-spacing: -1px; background-color: #00CC41; border-radius: 5px; padding: 7px 15px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.layer_container .layer_container_row .address_postcode button:hover { background-color: #008F2D; }
.mypage_breakdown_tab { border: 0; }
.mypage_breakdown_tab li { min-width: unset; font-size: unset; margin-right: 10px; }
.mypage_breakdown_tab li:last-child { margin-right: 0; }
.mypage_breakdown_tab li a { margin:0; padding: 8px 15px; border: 0; border-radius: 100px; font-size: 14px; font-weight: 400; color: #8b95a1; background-color: #eee; letter-spacing: -1px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.mypage_breakdown_tab li a:hover { background: #00CC41; color: #fff; }
.mypage_breakdown_tab li.on a { margin:0; padding: 8px 15px; border: 0; border-radius: 100px; font-size: 14px; font-weight: 400; color: #fff; background-color: #00CC41; letter-spacing: -1px; }
.myorder_info_tit { width: 100%; margin-bottom: 30px; }
.myorder_info_tit h2 { font-size: 40px; font-weight: bold; letter-spacing: -1px; margin: 0; line-height: 1; color: #191f28; }
.myorder_info_tit h4 { font-size: 16px; font-weight: 500; letter-spacing: -1px; margin: 0 0 5px 0; line-height: 1; color: #8b95a1; }
.order_view_info h4 { margin-top: 0; }
.order_view_grid { display: -webkit-flex; display: -moz-flex; display: flex; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; margin-top: 50px; }
.order_view_grid_wrap { flex: 1; margin-right: 30px; }
.order_view_grid_wrap:last-child { margin-right: 0; }
.order_view_row { margin-bottom: 25px; padding-bottom: 25px;  border-bottom: 1px solid #eee; }
.order_view_row:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0;}
.order_view_row .order_view_tit { margin-bottom: 10px; }
.order_view_row .order_view_tit h4 { font-size: 16px; font-weight: bold; color: #191f28; letter-spacing: -1px;}
.order_view_row ul { padding: 0; margin: 0; }
.order_view_row ul li { margin-bottom: 10px; font-size: 16px; font-weight: 400; color: #8b95a1; letter-spacing: -1px;}
.order_view_row ul li:last-child { margin-bottom: 0; }
.order_view_row ul li span { margin-right: 10px; font-weight: 500; color: #191f28; }
.order_view_row ul li dl { display: inline-block; vertical-align: top; margin-right: 10px; }
.pay_with_list { margin-top: 5px; }
.pay_with_list ul li { margin: 0; line-height: 1.3; }

/* member alert */
.mypage_alert_area_tit { margin-bottom: 12px; }
.mypage_alert_area_tit h4 { font-size: 15px; font-weight: bold; letter-spacing: -1px; color: #00CC41; margin: 0;}
.mypage_alert_area_article { margin: 0; }
.mypage_alert_area_article_tit { margin-bottom: 48px; }
.mypage_alert_area_article_tit h2 { font-size: 32px; font-weight: bold; letter-spacing: -1px; color: #191f28; margin: 0 0 5px 0; }
.mypage_alert_area_article_tit h4 { font-size: 14px; font-weight: 400; color: #8b95a1; letter-spacing: -1px;}
.mypage_alert_area_article_contents { color: #191f28; }
.mypage_alert_area_article_contents p { font-size: 18px; font-weight: 400; letter-spacing: -1px; }
.mypage_alert_area_article_contents p strong { font-size: 20px; font-weight: bold; }
.mypage_alert_area_article_contents p > a { color: #00CC41; }
.mypage_alert_area_article_contents p > a:hover { text-decoration: underline; }
/* //member alert */


/* mypage mileage info */
.mypage_table_type .td_cash .cash_plus { color: #e93025; }

/* //mypage mileage info */

/* membership hack out info */
.hack_out .mypage_unregister .unregister_info { border: 1px solid #eee; color: #8b95a1; border-radius: 5px; font-size: 14px; font-weight: 400; letter-spacing: -1px;}
.mypage_unregister_row { display: block; width: 100%; margin-bottom: 20px; }
.mypage_unregister_row:after { display: block; content: ''; clear: both; ;}
.mypage_unregister_row h3 { font-size: 16px; font-weight: 500; color: #191f28; margin: 0 0 10px 0; }
.mypage_unregister_row input { width: 100%; max-width: 300px; min-height: 42px; padding: 20px; border-radius: 5px; border: 1px solid #eee; font-size: 14px; font-weight: 400; color: #191f28; letter-spacing: -1px; }
.mypage_unregister_row input::placeholder { color: #8b95a1; }
.mypage_unregister_row input:focus { border-color: #00CC41; border-width: 2px; }
.hack_out .mypage_unregister textarea { border: 1px solid #eee; font-size: 15px; color: #191f28; letter-spacing: -1px; border-radius: 5px; outline: none; padding: 15px;  }
.hack_out .mypage_unregister textarea::placeholder { color: #8b95a1; }
.hack_out .mypage_unregister textarea:focus { border-color: #00CC41; border-width: 2px; }

/* //membership hack out info */

/* board style*/
.board_zone_tit { display: block; max-width: 1000px; margin: 0 auto;}
.board_view_zone { max-width: 1000px; margin: 0 auto;}
.board_write_area { display: inline-block; float: right; }
.board_write_area button i { margin-right: 5px;}
.board_zone_grid { width: 100%; margin: 0 auto; display: -webkit-flex; display: -moz-flex; display: flex; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; }
.board_zone_grid .board_zone_grid_right { flex: 1; }
.board_zone_grid .board_zone_grid_left { flex: 3; margin-right: 30px; }
.board_zone_notice { width: 100%; margin-bottom: 0; padding-bottom: 20px;}
.board_zone_notice .board_zone_article_list { padding: 0; margin: 0; list-style: none; }
.board_zone_notice .board_zone_article_list li { margin-bottom: 15px; }
.board_zone_notice .board_zone_article_list li a { font-size: 15px; font-weight: bold; color: #191f28; letter-spacing: -1px; }
.board_zone_notice .board_zone_article_list li a:hover { color: #8b95a1; }
.board_zone_notice .board_zone_article_list .board_tag { margin-right: 10px; font-weight: bold; padding: 5px 10px; border-radius: 5px; background-color: #C2FFD5; color: #00CC41; }
.board_zone_notice .board_zone_article_list .board_comment { margin-left: 5px; }
.board_zone_notice .board_zone_article_list .board_attach { margin-left: 10px; }
.board_zone_notice .board_zone_article_list .board_attach img { vertical-align: middle; }
.board_zone_notice .board_zone_article_list .board_image { margin-left: 10px; }
.board_zone_notice .board_zone_article_list .board_image img { vertical-align: middle; }
.board_zone_notice .board_zone_article_list .board_regDate { margin-left: 10px; font-size: 13px; font-weight: 400; color: #8b95a1;  }
.board_list_gallery { font-size: 15px; font-weight: 400; color: #8b95a1; letter-spacing: -1px;}
.board_list_gallery ul li { vertical-align: top; }

.board_zone_normal_article_list { padding: 0; margin: 0; list-style: none; }
.board_zone_normal_article_list li { margin-bottom: 0; padding: 15px 0; border-bottom: 1px solid #eee; background: #fff;}
.board_zone_normal_article_list li:hover { background: #f8f8f8; }
.board_zone_normal_article_list li a { font-size: 15px; font-weight: 400; color: #191f28; letter-spacing: -1px; }
.board_zone_normal_article_list .board_tag { font-weight: bold; color: #00CC41; margin-left: 10px; }
.board_zone_normal_article_list .board_subject { margin-left: 10px; }
.board_zone_normal_article_list .board_comment { margin-left: 5px; color: #00CC41;}
.board_zone_normal_article_list .board_attach { margin-left: 10px; }
.board_zone_normal_article_list .board_attach img { vertical-align: middle; }
.board_zone_normal_article_list .board_image { margin-left: 10px; }
.board_zone_normal_article_list .board_image img { vertical-align: middle; }
.board_zone_normal_article_list .board_regDate { margin-left: 10px; font-size: 13px; font-weight: 400; color: #8b95a1; }
.board_zone_normal_article_list .board_right { float: right; }
.board_zone_normal_article_list .board_right:after { display: block; content: ''; clear: both;}
.board_zone_normal_article_list .board_writer { font-size: 13px; font-weight: 400; color: #8b95a1; margin-right: 10px; }
.board_zone_normal_article_list .board_hit { font-size: 13px; font-weight: 400; color: #8b95a1; margin-right: 10px; }
.board_zone_normal_article_list .board_recommend { font-size: 13px; font-weight: 400; color: #8b95a1; margin-right: 10px; }
.boardEmpty { margin: 50px auto; text-align: center;}
.boardEmpty img { width: 100%; max-width: 150px; margin: 0 auto 30px auto; text-align: center;}
.boardEmpty h2 { font-size: 20px; font-weight: bold; letter-spacing: -1px; margin: 0 0 10px 0; color: #191f28;}
.boardEmpty p { font-size: 15px; font-weight: 400; letter-spacing: -1px; margin: 0; color: #8b95a1;}

.board_search_box { background: none; border: 0; }
.board_search_box input[type="text"] { width: 300px; min-height: 40px; height: unset; border: 1px solid #eee; font-size: 15px; color: #191f28; font-weight: 400; padding: 5px; border-radius: 5px; text-indent: 10px;}
.board_search_box input[type="text"]::placeholder { color: #ccc; }
.board_search_box input[type="text"]:focus { border-color: #00CC41;  width: 300px; border-width: 2px; }

.board_etc_area { display: block; margin-bottom: 40px; width: 100%; }
.board_etc_area .board_etc_area_tit { margin-bottom: 10px; }
.board_etc_area .board_etc_area_tit h3 { font-size: 16px; font-weight: bold; letter-spacing: -1px; margin: 0; color: #191f28; }
.board_etc_area .board_etc_area_article { width: 100%; margin: 0; border: 1px solid #f1f3f5; background: #f8f9fa; border-radius: 5px; }
.board_etc_area .board_etc_area_article ul { margin: 0; padding: 0; }
.board_etc_area .board_etc_area_article ul li { border-bottom: 1px solid #f1f3f5; padding: 15px; color: #191f28; font-size: 15px; font-weight: 400; letter-spacing: -1px; }
.board_etc_area .board_etc_area_article ul li:last-child { border-bottom: 0; }
.board_etc_area .board_etc_area_article ul li a { color: #191f28; font-size: 15px; font-weight: 400; letter-spacing: -1px; }
.board_etc_area .board_etc_area_article ul li a:hover {text-decoration: underline;}
.board_etc_area .board_etc_area_article .board_etc_area_article_tag { color: #00CC41; margin-right: 5px; }
.board_etc_area .board_etc_area_article .board_etc_area_article_tit { margin-right: 5px; }
.board_etc_area .board_etc_area_article .board_etc_area_article_write { font-size: 13px; font-weight: 400; color: #8b95a1; }
.board_etc_area .board_etc_area_article .board_etc_area_article_regDate { font-size: 13px; font-weight: 400; color: #8b95a1; }
.ads_area { width: 100%; border-radius: 5px; overflow: hidden; line-height: 1; }
.ads_area a { width: 100%; box-sizing: border-box; }
.ads_area img { width: 100% !important; }

.board_zone_write_re { width: 100%; max-width: 800px; margin: 0 auto;}
.board_zone_write_re .board_zone_write_row { margin-bottom: 20px; }
.board_zone_write_re .board_zone_write_row .board_zone_write_tit { height: unset; width: 100%; border: 0; border-bottom: 1px solid #eee; font-size: 35px; font-weight: bold; color: #191f28; letter-spacing: -1px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; padding: 20px 5px; }
.board_zone_write_re .board_zone_write_row .board_zone_write_tit:focus { border-bottom: 2px solid #00CC41;}
.board_zone_write_re .board_zone_write_row .board_zone_write_tit::placeholder { color: #eee; }
.board_zone_write_re .board_zone_write_row .form-control { width: 100%; height: 80px; color: #191f28; vertical-align: top; outline: none; border: 0; font-size: 35px; font-weight: bold; letter-spacing: -1px; cursor: pointer; border-bottom: 1px solid #eee; background: #fff; }
.board_zone_write_re .board_zone_write_row .board_zone_write_normal { width: 100%; height: 80px; color: #191f28; vertical-align: top; outline: none; border: 0; font-size: 35px; font-weight: bold; letter-spacing: -1px; border-bottom: 1px solid #eee; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; padding: 0 5px;}
.board_zone_write_re .board_zone_write_row .board_zone_write_normal:focus { border-bottom: 2px solid #191f28; }
.board_zone_write_re .board_zone_write_row .board_zone_write_normal::placeholder { color: #eee; }
.file_upload_sec .file_text { width: 100%; min-height: 41px;  float: none; padding: 15px 20px; border: 1px solid #eee; border-radius: 5px; font-size: 14px; font-weight: 400; color: #8b95a1; letter-spacing: -1px; margin-bottom: 15px; }
.file_upload_sec .btn_upload_box { float: none; width: unset; padding: 0; }
.file_upload_sec .btn_upload_box .btn_upload { width: unset; height: unset; color: #fff; border: 1px solid #191f28; background: #191f28; border-radius: 5px; padding: 5px 10px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.file_upload_sec .btn_upload_box .btn_upload:hover { background-color: #3a3f46; border-color: #3a3f46; }
.agreement_style { width: 100%; border-radius: 5px; border: 1px solid #eee; background-color: #fff; color: #8b95a1; font-size: 14px; font-weight: 400; height: 200px; }
.agree_choice_box a { color: #8b95a1; background: none; padding: 5px 6px; border-radius: 5px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease;  }
.agree_choice_box a:hover {background-color: #e8e8e8; color: #191f28; text-decoration: none;}

.board_view_zone { width: 100%; margin: 30px auto; }
.board_view_zone_tit { display: block; margin-bottom: 30px; }
.board_view_zone_tit h4 { font-size: 17px; font-weight: 400; color: #00CC41;  margin: 0 0 10px 0; line-height: 1;}
.board_view_zone_tit h2 { font-size: 30px; font-weight: bold; color: #191f28; letter-spacing: -1px; margin: 0; line-height: 1;}
.board_view_zone_tit .comment_count { margin-left: 5px; font-size: 20px; font-weight: 400; color: #00CC41; letter-spacing: -1px; }
.board_view_zone_tit_etc { margin: 20px 0; padding: 0; list-style: none; }
.board_view_zone_tit_etc li { display: inline-block; font-size: 15px; font-weight: 400; color: #8b95a1; letter-spacing: -1px; margin-right: 10px; }
.board_view_zone_tit_etc li:last-child { margin-right: 0; }
.board_view_zone_attach { margin-bottom: 5px;  }
.board_view_zone_attach p { font-size: 15px; font-weight: 400; color: #8b95a1; letter-spacing: -1px; }
.board_view_zone_attach p > a { font-size: 15px; font-weight: 400; color: #8b95a1; letter-spacing: -1px; margin-left: 5px; text-decoration: none; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.board_view_zone_attach p > a:hover { color: #191f28; }
.seem_cont { font-family: 'Noto Sans KR', sans-serif; margin: 100px 0; padding: 0; font-size: 20px; color: #191f28; line-height: 1.5; letter-spacing: -1px; }
.seem_cont a { color: #00CC41;  }
.seem_cont a:hover { color: #008F2D; }
.seem_cont img { margin: 20px 0; width: 100%; border-radius: 10px; }
.seem_cont p > b { font-weight: bold; letter-spacing: -1px; color: #191f28; margin: 0 0 15px 0; line-height: 1.7; }
.view_comment_top { padding: 0; border: 0; margin: 20px 0; }
.view_comment_top .comment_num { font-size: 20px; color: #8b95a1; }
.view_comment_top .comment_num i { margin-right: 5px; }
.view_comment_top .comment_best_num { font-size: 20px; color: #8b95a1; }
.view_comment_top .comment_best_num a { color: #8b95a1; }
.view_comment_top .comment_best_num i { margin-right: 5px; }
.board_comment_box { padding: 0; background: unset; }
.view_comment { border: 0; }
.board_comment_write .btn_comment_box { background: none; border: 0; padding: 0; top: 50%; right: 1%; transform: translate(0, -50%); }
.board_comment_write textarea { width: 100%; border-radius: 5px; border: 1px solid #eee; outline: 0; margin: 10px 0; padding: 20px; font-size: 15px; font-weight: 400; color: #191f28; }
.board_comment_write textarea:focus { border-color: #00CC41; border-width: 2px;  }
.btn_comment_ok { width: unset; height: unset; border: 0; background: #00CC41; border-radius: 5px; padding: 10px 10px; font-size: 14px; font-weight: 400; color: #fff; letter-spacing: -1px; outline: 0; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.btn_comment_ok:hover { background: #008F2D; }
.board_comment_box { font-size: 15px; font-weight: 400; color: #8b95a1; }
.board_btn { font-size: 15px; font-weight: bold; color: #8b95a1; letter-spacing: -1px; margin: 0 10px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.board_btn:hover { color: #191f28; }

.board_list_event .event_info_cont { padding: 20px; }
.board_hot_list { border: 0; }
.board_hot_list ul li { margin-right: 10px; }
.board_hot_list ul li:last-child { margin-right: 0; }
.board_hot_list ul li a{ font-size: 14px; font-weight: 400; color: #8b95a1; background: #e8e8e8; border-radius: 5px; padding: 7px 15px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease;}
.board_hot_list ul li.on a { font-size: 14px; font-weight: 400; color: #fff; background: #00CC41; }
.board_hot_list ul li a { height: unset; border: 0; -webkit-transition: 0.2s ease;  }
.board_hot_list ul li a span { top: unset; }
.board_hot_list ul li a span:hover {border: 0; font-weight: 400;}
.board_tit .cate_label { display: block; color: #00CC41; font-size: 15px; font-weight: 500; margin: 0 0 20px 0; line-height: 0; }
.board_tit h3 { display: inline-block; font-size: 25px; font-weight: bold; color: #191f28; letter-spacing: -1px; margin: 0 0 10px 0; line-height: 1 ;}
.board_tit h3 span { font-size: 17px; font-weight: 400; color: #8b95a1; letter-spacing: -1px; margin-left: 5px; }
.board_event_day { font-size: 15px; font-weight: 400; color: #8b95a1; letter-spacing: -1px;}
.board_event_day strong { font-weight: 500; color: #191f28; letter-spacing: -1px; margin-right: 10px;}
.board_txt { font-size: 15px; font-weight: 400; color: #8b95a1; letter-spacing: -1px;}
.board_view_qa .view_answer_box { border-top: 1px solid #eee; padding: 50px 0;}
.board_etc { margin: 0; }
.board_etc ul { padding: 0; margin: 0; }
.board_etc ul li { margin-right: 10px; font-size: 14px; font-weight: 400; color: #8b95a1; letter-spacing: -1px;}
.board_etc ul li:last-child { margin-right: 0; }
.view_comment_list { background: none; padding: 0; margin: 30px 0; }
.view_comment_list ul li { border: 0; margin-bottom: 20px;}
.view_comment_list ul li:first-child { border: 0; }
.view_comment_list .comment_name { font-size: 15px; font-weight: 500; color: #191f28; letter-spacing: -1px; }
.view_comment_list p > em { font-size: 14px; font-weight: 400; color: #191f28; letter-spacing: -1px;}
.view_answer_box .view_answer_info { border: 0; padding: 10px 0; margin: 0; }
.view_answer_box .view_answer_info h4 { font-size: 17px; font-weight: 400; color: #00CC41; margin: 0 0 10px 0; line-height: 1; } 
.view_answer_box .view_answer_info h3 { font-size: 30px; font-weight: bold; color: #191f28; letter-spacing: -1px; margin: 0; line-height: 1;}
.gallery_info_cont { margin: 30px 0; padding: 0;}
.board_name_day { margin: 0 0 5px 0; }

.comm-container { width: 100%; max-width: 1500px; margin: 0 auto; }
.comm-tit { width: 100%; margin-bottom: 30px; }
.comm-tit h2 { font-size: 24px; }
.comm-grid { display: -webkit-flex; display: -moz-flex; display: flex; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; }
.comm-grid > div { margin-right: 30px; }
.comm-grid > div:last-child { margin-right: 0; }
.comm-grid-2 { flex: 2; }
.comm-grid-1 { flex: 1; }
.comm-dp { width: 100%; border-radius: 5px; overflow:hidden;}
.comm-dp img { width: 100%; }
.comm-notice { width: 100%; margin: 20px 0; background: #f6f6f6; border-radius: 5px; padding: 20px; border: 1px solid #f1f3f5; box-sizing: border-box;}
.comm-notice a { font-size: 16px; font-weight: 500; color: #191f28; text-decoration: none; letter-spacing: -1px; }
.comm-notice a > span { margin-left: 10px; font-size: 14px; color: #8b95a1; text-decoration: underline; }
.comm-notice a > i { margin-right: 15px; }
.comm-article { width: 100%; margin: 0 0 50px 0; box-sizing: border-box; overflow: hidden;}
.comm-article-tit { padding: 10px 0 20px 0; }
.comm-article-tit h3 { display: inline-block; font-size: 16px; font-weight: bold; letter-spacing: -1px; margin: 0; color: #191f28; }
.comm-article-swiper { width: 100%; max-width: 1000px; overflow: hidden;}
.event_img { width: 100%; border-radius: 5px; overflow: hidden; margin-bottom: 20px; }
.event_img img { width: 100%; max-width: 500px; min-height: 250px; max-height: 250px; -webkit-transition: 0.5s ease; -moz-transition: 0.5s ease; transition: 0.5s ease; transform: scale(1);}
.event_img img:hover { transform: scale(1.05);}
.event_desc h3 { display: block; color: #00CC41; font-size: 15px; font-weight: 500; margin: 0 0 10px 0; line-height: 1; letter-spacing: -1px;}
.event_desc h1 { font-size: 20px; font-weight: bold; color: #191f28; letter-spacing: -1px; margin: 0 0 15px 0; line-height: 1;}
.event_subDesc { font-size: 14px; font-weight: 400; color: #8b95a1; letter-spacing: -1px; margin: 0; line-height: 1; }
.comm-article-board { width: 100%; box-sizing: border-box; border: 1px solid #fff; background: #f6f6f6; border-radius: 5px; }
.comm-article-board ul li { padding: 15px 25px; border-bottom: 1px solid #fff; font-size: 15px; font-weight: 400; color: #191f28; letter-spacing: -1px; }
.comm-article-board ul li a { opacity: 1;}
.comm-article-board ul li a:hover { opacity: 0.5;}
.comm-board-label { margin-right: 5px; color: #00CC41; font-weight: 500; }
.comm-board-none { margin-right: 5px; color: #8b95a1; font-weight: 500;}
.comm-board-comment,
.comm-board-writer,
.comm-board-date { font-size: 13px; font-weight: 400; color: #8b95a1; margin-left: 5px; }

.board_gallery_img { border: 0 !important; border-radius: 5px; }
.board_gallery_img img { width:100%; line-height: 1; }
.gallery_view_content { display: block; margin: 85px auto; text-align: center; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.gallery_view_content a { display: inline-block; }
.gallery_view_content span { background: #f8f8f8; border-radius: 5px; padding: 7px 15px; font-size: 14px; font-weight: 400; color: #00CC41; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.gallery_view_content span:hover { background: #eee; }
.gallery_view_content span i { margin-right: 5px; color: #00CC41; letter-spacing: -1px; }

/* //board style */


/* goods search */
.goods_grid { width: 100%; margin: 30px auto; box-sizing: border-box; display: -webkit-flex; display: -moz-flex; display: flex; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; }
.goods_grid > div { margin-right: 40px; }
.goods_grid > div:last-child { margin-right: 0; }
.goods_grid .goods_grid_1 { flex: 1; }
.goods_grid .goods_grid_5 { flex: 5; }

.sub_search_box dl { margin: 0 0 40px 0 ; padding-bottom: 40px; border-bottom: 1px solid #eee; }
.sub_search_box dl:first-child { margin: 0 0 30px 0; }
.sub_search_box dl:last-child { border-bottom: 0; }
.sub_search_box dl dt { background: none; padding: 0; font-size: 17px; font-weight: 500; color: #191f28; letter-spacing: -1px; margin-bottom: 10px; }
.sub_search_box .benefit_box span:hover { color: #8b95a1;  }
.sub_search_box .benefit_box span.search_icon_value { width: unset; padding: 0; line-height: 37px; }
.goods_pick_list { display: block; width: 100%; box-sizing: border-box; margin: 30px 0; }
.goods_pick_list .pick_list_box { height: unset; border: 0; padding: 0; }
.goods_pick_list .pick_list_box .pick_list { float: unset; display: block; padding: 0; padding-left: 10px; }
.goods_pick_list .pick_list_box .pick_list li { float: unset; display: inline-block; margin-right: 10px; background: unset; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; border-radius: 5px; padding-top: 0; }
.goods_pick_list .pick_list_box .pick_list li:last-child { margin-right: 0; }
.goods_pick_list .pick_list_box .pick_list label { padding: 0; color: #8b95a1; font-size: 15px; font-weight: 400; letter-spacing: -1px; padding: 7px 15px; border-radius: 5px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.goods_pick_list .pick_list_box .pick_list label:hover { background: #eee; color: #191f28; }
.goods_pick_list .pick_list_box .pick_list label.on { color: #fff; background: #00CC41; font-weight: 400; }
.sub_search_box .benefit_box span label { padding-left: 25px; letter-spacing: -1px;}

.sub_search_box .quick_btn { padding: 0; }
.sub_search_box .quick_btn input { width: 100%; font-size: 15px; font-weight: 400; letter-spacing: -1px; padding: 12px 0; border-radius: 5px; background-color: #00CC41; border: 0; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease;  }
.sub_search_box .quick_btn input:hover { border: 0; background-color: #008F2D; }
/* //goods search */



/* lesson container */

.lesson_container { width: 100%; max-width: 1500px; margin: 0 auto; }
.lesson_notice { margin: 0 0 30px; background-color: #f8f8f8; text-align: center; border-radius: 5px; }
.lesson_notice a { display: inline-block;  font-size: 15px; font-weight: 500; color: #191f28; padding: 20px 0; letter-spacing: -1px;}
.lesson_notice a span { margin-left: 10px; font-size: 13px; font-weight: 500; color: #8b95a1; text-decoration: underline;}
.lesson_tit { width:100%; margin-bottom: 60px;}
.lesson_tit h2 { font-size: 24px; }
.lesson_grid { width: 100%; display:-webkit-flex; display: -moz-flex; display: flex; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; margin-bottom: 60px; }
.lesson_grid > div { margin-right: 30px; }
.lesson_grid > div:last-child { margin-right:  0;}
.lesson_grid_1 { flex: 1; }
.lesson_grid_2 { flex: 2; }
.lesson_grid_3 { flex: 3; }
.lesson_grid_tit { margin-bottom: 30px; }
.lesson_grid_tit h3 { font-size: 17px; font-weight: bold; color: #191f28; letter-spacing: -1px;}
.search_tab_btn { margin-bottom: 30px; }
.search_tab_btn a { border: none; outline: none; cursor: pointer; font-size: 17px; font-weight: 400; color: #8b95a1; margin-right: 20px; -webkit-transition: 0.2 ease; -moz-transition: 0.2s ease; transition: 0.2s ease; letter-spacing: -1px; border-bottom: 2px solid transparent; vertical-align: middle;}
.search_tab_btn a:hover { font-weight: bold; color: #191f28; }
.tablinks { border: none; outline: none; cursor: pointer; font-size: 17px; font-weight: 400; color: #8b95a1; margin-right: 20px; -webkit-transition: 0.2 ease; -moz-transition: 0.2s ease; transition: 0.2s ease; letter-spacing: -1px; border-bottom: 2px solid transparent;}
.tablinks:hover { font-weight: bold; color: #191f28; }
.search_tab_btn .active { font-weight: bold; color: #191f28; border-bottom: 2px solid #191f28; }
.tabcontent { display: none; animation: fadeEffect 0.4s ease; }
@keyframes fadeEffect { from {opacity: 0;} to {opacity: 1;} }

.search_detail_bar { width: 100%; border-radius: 5px; border: 1px solid #eee; display: -webkit-flex; display:-moz-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; align-items: center; margin-bottom: 50px; }
.search_detail_bar .search_detail_bar_4 { flex: 4; display: -webkit-flex; display: -moz-flex; display: flex; -webkit-flex-direction: column;  -moz-flex-direction: column; flex-direction: column; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; padding: 10px; }
.search_detail_bar .search_detail_bar_4:first-child { border-right: 1px solid #eee; }
.search_detail_bar .search_detail_bar_4:last-child { border-left: 1px solid #eee;}
.search_detail_bar .search_detail_bar_4 span { padding: 0 10px; font-size: 14px; font-weight: 500; color: #191f28; letter-spacing: -1px;}
.search_detail_bar .search_detail_bar_4 input { border: 0; outline: none; width: 100%; font-size: 15px; font-weight: 500; color: #191f28; letter-spacing: -1px;}
.search_detail_bar .search_detail_bar_4 input::placeholder { color: #8b95a1; }
.search_detail_bar .search_detail_bar_2  { flex: 2; }
.search_detail_btn {   display: flex; align-items: center; justify-content: center; margin: 0;  }
.search_detail_btn button { background: #00CC41; font-size: 15px; font-weight: 400; color: #fff; letter-spacing: -1px; border-radius: 5px; padding: 10px 15px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.search_detail_btn button:hover { background: #008F2D;}
#map { border-radius: 5px; }

.lesson_list { width: 100%; margin: 0 auto; overflow: hidden; }
.lesson_list .lesson_list_tit { margin-bottom:30px; }
.lesson_list .lesson_list_tit h2 { font-size: 37px; font-weight: 600; letter-spacing: -2px; margin: 0; color: #191f28; line-height: 1.2;}
.lesson_article { width: 100%; margin: 0; }
.lesson_article .lesson_article_tit { margin-bottom: 30px; }
.lesson_article .lesson_article_tit h2 { font-size: 37px; font-weight: 600; letter-spacing: -2px; margin: 0; color: #191f28; line-height: 1.2; }
.lesson_article_grid { display: -webkit-flex; display: -moz-flex; display: flex; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; }
.lesson_aritcle_grid_1 { flex: 1; margin-right: 20px; background: #191f28; border-radius: 5px; overflow:hidden;}
.lesson_article_grid_1:last-child { margin-right: 0; }
.lesson_article_thumb { width: 100%; }
.lesson_article_thumb img { width: 100%;}
.lesson_article_desc { padding: 20px; box-sizing: border-box;}
.lesson_article_desc h2 { font-size: 20px; font-weight: bold; color: #fff; letter-spacing: -1px;}
.lesson_article_desc p { font-size: 15px; font-weight: 400; color: #8b95a1; letter-spacing: -1px;}
.lesson_board { width: 100%; margin: 0 auto; }
.lesson_board ul { list-style: none; padding: 0; margin: 0; border: 1px solid #eee; border-radius: 5px; height: 626px; overflow-y: scroll;}
.lesson_board ul li { padding: 20px; border-bottom: 1px solid #eee; position: relative; }
.lesson_board ul li:last-child { border-bottom: 0;}
.lesson_board ul li a h4 { font-size: 15px; font-weight: 400; color: #8b95a1; letter-spacing: -1px; margin-bottom: 5px; }
.lesson_board ul li a h4 > i { margin-right: 7px; }
.lesson_board ul li a h2 { font-size: 20px; font-weight: bold; color: #191f28; letter-spacing: -1px; margin: 0; }
.lesson_board .lesson_score { display: inline-block; background-color: #f1f1f1; border-radius: 5px; padding: 3px 4px; font-size: 10px; letter-spacing: -1px; margin-left: 5px; vertical-align: middle;}
.lesson_board .lesson_score i { margin-right: 3px; color: #00CC41; }
.lesson_board ul li a p { font-size: 14px; font-weight: 400; color: #8b95a1; letter-spacing: -1px; margin: 0; }
.lesson_board_btn { position: absolute; right: 5%; top: 50%; font-size: 16px; transform: translate(-50%, -50%); }
.lesson_board_search { width: 100%; margin-bottom: 20px; }
.lesson_board_search input { width: 100%; border: 1px solid #eee; border-radius: 5px; min-height: 50px; padding: 0 15px; font-size: 15px; font-weight: 500; color: #191f28; letter-spacing: -1px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.lesson_board_search input::placeholder{ color: #8b95a1; }

/* //lesson conateinr */

/* lesson view container */
.lesson_view { width: 100%; margin: 0 auto; }
.lesson_view_header { margin-bottom: 30px; }
.lesson_view_header_tit {margin-bottom: 5px; }
.lesson_view_header_tit h2 { font-size: 30px; font-weight: bold; color: #191f28; letter-spacing: -1px; margin: 0; }
.lesson_view_header_article { margin-bottom: 30px; }
.lesson_view_header_article ul { list-style: none; padding: 0; }
.lesson_view_header_article ul li { display: inline-block; margin-right: 20px; font-size: 15px; font-weight: 400; color: #8b95a1; letter-spacing: -1px; }
.lesson_view_header_article ul li > i { margin-right: 5px; }
.lesson_view_header_article ul li strong { color: #191f28; font-weight: bold; margin-right: 3px; }
.lesson_view_header_article .star { color: #00CC41; }
.lesson_view_header_article .li_right { float: right;}
.lesson_view_header_article .li_right a { font-size: 15px; font-weight: 400; color: #191f28; letter-spacing: -1px;}
.lesson_view_header_article .li_right a:hover { color: #8b95a1; }
.lesson_view_header_article .li_right a i { margin-right: 5px; }
.lesson_view_header_photo { width: 100%; max-width: 1500px; overflow: hidden;}
.lesson_view_header_photo .swiper-wrapper .swiper-slide { overflow: hidden; border-radius: 5px; }
.lesson_view_header_photo .swiper-wrapper .swiper-slide a img { width: 100%; }
.lesson_view_header_photo .swiper-wrapper .swiper-slide img { width: 100%; }
.lesson_view_article { width: 100%; margin-bottom: 30px; }
.lesson_view_article .lesson_view_article_grid { display: -webkit-flex; display:-moz-flex; display: flex; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; }
.lesson_view_article .lesson_view_article_grid > div { margin-right: 50px; }
.lesson_view_article .lesson_view_article_grid > div:last-child { margin-right: 0; }
.lesson_view_article .lesson_view_article_grid .lesson_view_article_grid_3 { flex: 3; }
.lesson_view_article .lesson_view_article_grid .lesson_view_article_desc h2 { font-size: 36px; font-weight: bold; letter-spacing: -1px; color: #191f28; }
.lesson_view_article .lesson_view_article_grid .lesson_view_article_desc p { font-size: 18px; font-weight: 400; letter-spacing: -1px; color: #8b95a1; }
.lesson_view_article .lesson_view_article_grid .lesson_view_article_desc { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #eee; }
.lesson_view_article .lesson_view_article_grid .lesson_view_article_grid_1 { flex: 1.5; }
.lesson_view_article .lesson_view_article_grid .lesson_view_article_frame { display: -webkit-flex; display:-moz-flex; display: flex; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; }
.lesson_view_article .lesson_view_article_grid .lesson_view_article_frame .lesson_frame_grid { flex: 1; }
.lesson_view_article .lesson_view_article_grid .lesson_view_article_frame .lesson_frame_grid .lesson_comment { background: #f8f8f8; border-radius: 5px; box-sizing: border-box; padding: 25px; }
.lesson_view_article .lesson_view_article_grid .lesson_view_article_frame .lesson_frame_grid .lesson_comment p { font-size: 15px; font-weight: 400; color: #8b95a1; letter-spacing: -1px; margin-bottom: 15px; line-height: 1.8; }
.lesson_view_article .lesson_view_article_grid .lesson_view_article_frame .lesson_frame_grid .lesson_comment p:last-child { margin-bottom: 0; }
.lesson_view_article .lesson_view_article_grid .lesson_view_article_frame .lesson_frame_grid ul { list-style: none; padding: 0; margin-bottom: 30px; }
.lesson_view_article .lesson_view_article_grid .lesson_view_article_frame .lesson_frame_grid ul li { margin-bottom: 20px; }
.lesson_view_article .lesson_view_article_grid .lesson_view_article_frame .lesson_frame_grid ul li h3 { font-size: 20px; font-weight: 500; color: #191f28; letter-spacing: -1px; margin-bottom: 5px; }
.lesson_view_article .lesson_view_article_grid .lesson_view_article_frame .lesson_frame_grid ul li p { font-size: 15px; -font-weight: 400; color: #8b95a1; letter-spacing: -1px; margin-left: 25px; }
.lesson_view_article .lesson_view_article_grid .lesson_view_article_frame .lesson_frame_grid ul li h3 i { margin-right: 5px; }
.lesson_view_article .lesson_view_article_grid .lesson_view_article_frame .lesson_frame_grid button { color: #FFFFFF; background: #00CC41; border: 0; border-radius: 5px; padding: 10px 25px; outline: 0; font-size: 15px; font-weight: 400; letter-spacing: -1px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease;}
.lesson_view_article .lesson_view_article_grid .lesson_view_article_frame .lesson_frame_grid button:hover { background: #008F2D; color: #fff;  }
.lesson_view_article .lesson_view_article_grid .lesson_scedule { border: 1px solid #eee; border-radius: 5px; padding: 30px; }
.lesson_view_article .lesson_view_article_grid .lesson_scedule .lesson_scedule_tit { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #eee; }
.lesson_view_article .lesson_view_article_grid .lesson_scedule .lesson_scedule_tit h2 { font-size: 25px; font-weight: bold; letter-spacing: -1px; color: #191f28; line-height: 1.2; margin-bottom: 10px; }
.lesson_view_article .lesson_view_article_grid .lesson_scedule .lesson_scedule_tit p { font-size: 17px; font-weight: 400; color: #8b95a1; letter-spacing: -1px; margin: 0;}
.lesson_view_article .lesson_view_article_grid .lesson_scedule .searchBox .inputBx { margin-bottom: 20px; }
.lesson_view_article .lesson_view_article_grid .lesson_scedule .searchBox .inputBx p { font-size: 15px; font-weight: 500; color: #191f28; letter-spacing: -1px; margin-bottom: 5px; }
.lesson_view_article .lesson_view_article_grid .lesson_scedule .searchBox .inputBx input { width: 100%; height: 45px; border: 1px solid #eee; border-radius: 5px; outline: none; font-size: 15px; font-weight: 400; letter-spacing: -1px; color: #191f28; padding: 5px 14px; box-sizing: border-box; }
.lesson_view_article .lesson_view_article_grid .lesson_scedule .searchBox .inputBx input::placeholder { color: #8b95a1; }
.lesson_view_article .lesson_view_article_grid .lesson_scedule .searchBox .btnBx input[type="submit"] { width: 100%; height: 50px; border: 1px solid #00CC41; color: #fff;  background: #00CC41; font-size: 15px; font-weight: 400; letter-spacing: -1px; box-sizing: border-box; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease;  }
.lesson_view_article .lesson_view_article_grid .lesson_scedule .searchBox .btnBx input[type="submit"]:hover { background: #008F2D; border-color: #008F2D; }
.mdTxt { margin-bottom: 10px; }
.mdTxt h3 { font-size: 15px; font-weight: 500; letter-spacing: -1px; color: #191f28; }
.mdTxt h3 > i  { margin-right: 5px; }
/* //lesson view container */

/* match up */
.mc_container { width: 100%; max-width: 1500px; margin: 0 auto; }
.mc_tit { width: 100%; margin-bottom: 20px; }
.mc_tit h2 { font-size: 24px; letter-spacing: -1px; color: #191f28; }
.mc_flex { width: 100%; display:-webkit-flex; display: -moz-flex; display: flex; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; }
.mc_flex_sub { width: 100%; display:-webkit-flex; display: -moz-flex; display: flex; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; padding: 0; }
.mc_flex .mc_flex_map { flex: 3; margin-right: 25px; }
.mc_flex_normal { flex: 1; text-align: center;}
.mc_flex_normal span { color: #00CC41; }
.mc_flex_normal h2 { text-align: left; width: 50%; margin: 0 auto 20px auto; font-size: 50px; font-weight: bold; letter-spacing: -1px; color: #191f28; line-height: 1.4; }
.mc_flex_normal h4 { text-align: left; width: 50%; margin: 0 auto; font-size: 20px; font-weight: 400; letter-spacing: -1px; color: #8b95a1; line-height: 1.6; }
.mc_flex_normal h3 { text-align: right; width: 50%; margin: 0 auto 20px auto; font-size: 50px; font-weight: bold; letter-spacing: -1px; color: #191f28; line-height: 1.4; } 
.mc_flex_normal ul { list-style: none; text-align: right;}
.mc_flex_normal ul li { display: inline-block; margin-right: 25px; font-size: 65px; color: #191f28; }
.mc_flex_normal ul li:last-child { margin-right: 0; }
.mc_flex_normal ul li.disable_people { color: #ccc; }
.mc_frame_image { width: 100%; max-width: 600px; margin: 0 auto; }
.mc_frame_image img { width: 100%; }
.mc_flex .mc_flex_article { flex: 1; }
.mc_flex .mc_flex_article .mc_flex_list { display: block; width: 100%; position: relative; border: 1px solid #eee; border-radius: 5px; box-sizing: border-box; }
.mc_flex .mc_flex_article .mc_flex_list .mc_flex_list_tit h2 { font-size: 18px; font-weight: 500; letter-spacing: -1px; color: #191f28; padding: 15px; border-bottom: 1px solid #eee; }
.mc_flex .mc_flex_article .mc_flex_list .mc_flex_list_tit h2 > i { margin-right: 10px; }
.mc_flex .mc_flex_article .mc_flex_list ul.notlogin_mc { list-style: none; height: 605px; overflow-y: scroll; max-height: 605px;  }
.mc_flex .mc_flex_article .mc_flex_list ul.login_mc { list-style: none; height: 605px; overflow-y: scroll; max-height: 605px;  }
.mc_flex .mc_flex_article .mc_flex_list ul li { padding: 15px; border-bottom: 1px solid #eee; background: #fff; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.mc_flex .mc_flex_article .mc_flex_list ul li:hover { background: #f1f1f1; }
.mc_flex .mc_flex_article .mc_flex_list ul li:last-child { border-bottom: 0; }
.mc_flex .mc_flex_article .mc_flex_list ul li .mc_flex_list_thumb { display: inline-block; width: 100px; height: 100px;  border-radius: 5px; overflow: hidden; margin-right: 10px; vertical-align: top; }
.mc_flex .mc_flex_article .mc_flex_list ul li .mc_flex_list_thumb > img { width: 100%; height: 100%;  line-height: 1; transform: scale(1); -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.mc_flex .mc_flex_article .mc_flex_list ul li .mc_flex_list_thumb:hover > img { transform: scale(1.2); }
.mc_flex .mc_flex_article .mc_flex_list ul li .mc_flex_list_desc { display: inline-block; vertical-align: top; width: 220px; }
.mc_flex .mc_flex_article .mc_flex_list ul li .mc_flex_list_desc h3 { font-size: 18px; letter-spacing: -1px; font-weight: 500; color: #191f28; margin-bottom: 5px;  }
.mc_flex .mc_flex_article .mc_flex_list ul li .mc_flex_list_desc h4 { font-size: 15px; font-weight: 400; letter-spacing: -1px; color: #8b95a1; margin-bottom: 5px; }
.mc_flex .mc_flex_article .mc_flex_list ul li .mc_flex_list_desc span { display: inline-block; margin-right: 5px; border-radius: 5px; padding: 3px 6px; font-size: 11px; font-weight: 400; letter-spacing: -1px; }
.mc_flex .mc_flex_article .mc_flex_list ul li .mc_flex_list_desc span.running_status { background: #c3e6cb; }
.mc_flex .mc_flex_article .mc_flex_list ul li .mc_flex_list_desc span.match_date { float: right; }
.mc_flex .mc_flex_article .mc_flex_list ul li .mc_flex_list_desc span.match_date:after { display: block; content: ''; clear: both ;}
.mc_flex .mc_flex_article .mc_flex_list ul li .mc_flex_list_desc span.match_date i { margin-right: 5px; }
.mc_flex .mc_flex_article .mc_flex_list ul li .mc_flex_list_desc span.hurry_date { background: #f8d7da; border-color: #f5c6cb; color: #721c24; }
.mc_flex .mc_flex_article .mc_flex_list ul li .mc_flex_list_desc span.normal_date { background: #e2e3e5; border-color: #d6d8db; color: #383d41; }
.mc_flex .mc_flex_article .mc_flex_list ul li .mc_flex_list_desc span.match_status { background: #eee; color: #8b95a1; }
.mc_flex .mc_flex_article .mc_flex_list ul li .mc_flex_list_desc span > i { margin-right: 3px; }
.mc_flex .mc_flex_article .mc_flex_search { display:block; margin-bottom: 15px; }
.mc_flex .mc_flex_article .mc_flex_search input[type="text"] { border: 1px solid #eee; width: 100%; height: 50px; color: #191f28; letter-spacing: -1px; font-size: 14px; font-weight: 400; border-radius: 5px; }
.mc_flex .mc_flex_article .mc_flex_search input[type="text"]:focus { border-color: #00CC41; border-width: 2px;  }
.mc_flex .mc_flex_article .mc_flex_search input[type="text"]::placeholder { color: #8b95a1; }
.mc_flex .mc_flex_article .mc_list_btn { margin-top: 15px; }
.mc_flex .mc_flex_article .mc_list_btn a.mc_list_btn_enabled { display: block; width: 100%; border-radius: 5px; background: #00CC41; height: 55px; line-height: 55px; color: #fff; letter-spacing: -1px; font-size: 15px; font-weight: 400; text-align: center; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.mc_flex .mc_flex_article .mc_list_btn a.mc_list_btn_enabled:hover { background: #008F2D; }
.mc_flex .mc_flex_article .mc_list_btn a.mc_list_btn_disabled { display: block; width: 100%; border-radius: 5px; background: #ccc; border: 1px solid #ccc; color: #999; height: 55px; line-height: 55px; letter-spacing: -1px; font-size: 15px; text-align: center; font-weight: 400; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.mc_introduce { display: block; position: relative; margin: 50px 0 0 0; } 
.mc_introduce .mc_introduce_tit { position: relative; margin-bottom: 60px; }
.mc_introduce .mc_introduce_tit .mc_introduce_tit_img { display: block; position: relative; border-radius: 20px; overflow: hidden; }
.mc_introduce .mc_introduce_tit .mc_introduce_tit_img img { width: 100%; }
.mc_introduce .mc_introduce_tit .mc_introduce_strong { position: absolute; top: 20%; left: 10%; }
.mc_introduce .mc_introduce_tit .mc_introduce_strong h2 { font-size: 55px; font-weight: bold; letter-spacing: -1px; margin: 0 0 20px 0; color: #191f28 ; line-height: 1.2}
.mc_introduce .mc_introduce_tit .mc_introduce_strong h3 { font-size: 18px; font-weight: 400; letter-spacing: -1px; color: #8b95a1;  }
.mc_introduce .mc_introduce_tit .mc_introduce_invite { position: absolute; bottom: -6%; left: 50%; transform: translateX(-50%); }
.mc_introduce .mc_introduce_tit .mc_introduce_invite a { display:inline-block; font-size: 27px; font-weight: bold; background: #00CC41; padding: 18px 70px; border-radius: 5px; color: #fff; letter-spacing: -1px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.mc_introduce .mc_introduce_tit .mc_introduce_invite a:hover { background: #008F2D; }
.mc_other {display: block; background: #f8f8f8; margin: 0 auto;}
.mc_other .mc_other_row { width: 100%; max-width: 1500px; margin: 0 auto; padding: 130px 0;  }
.mc_faq { padding: 100px 0; width: 100%; max-width: 1000px; margin: 0 auto; }
.mc_faq .mc_faq_tit { width: 100%; margin-bottom: 50px; }
.mc_faq .mc_faq_tit h2 { font-size: 50px; font-weight: bold; letter-spacing: -1px; line-height: 1.4; }
.mc_faq .mc_faq_article { display: block; }
.mc_faq .mc_faq_article ul { list-style: none; }
.mc_faq .mc_faq_article ul li { padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #eee; font-size: 18px; font-weight: 400; color: #8b95a1; letter-spacing: -1px; }
.mc_faq .mc_faq_article ul li:last-child { border-bottom: 0;  }
.mc_faq .mc_faq_article ul li h4 { display: block; margin-bottom: 10px; font-size: 22px; font-weight: 500; letter-spacing: -1px; color: #191f28; }
.mc_faq .mc_faq_article ul li a { display: inline-block; color: #00CC41; font-weight: 500; letter-spacing: -1px; margin: 0 5px; }
.mc_faq .mc_faq_article ul li a:hover { color: #008F2D; }

.mc_view_container {width: 100%; max-width: 1500px; margin: 0 auto; }
.mc_view_header { display: block; margin-bottom: 20px; }
.mc_view_header_tit { width:100%;}
.mc_view_header_tit h2 { font-size: 30px; font-weight: bold; color: #191f28; letter-spacing: -1px; margin: 0; }
.mc_view_header_article { margin-bottom: 30px; }
.mc_view_header_article ul { list-style: none; padding: 0; }
.mc_view_header_article ul li { display: inline-block; vertical-align: middle; margin-right: 10px; font-size: 15px; font-weight: 400; color: #8b95a1; letter-spacing: -1px; }
.mc_view_header_article ul li:first-child { margin-right: 20px; }
.mc_view_header_article ul li  i { margin-right: 5px; }
.mc_view_header_article ul li strong { color: #191f28; font-weight: bold; margin-right: 3px; }
.mc_view_header_article .star { color: #00CC41; }
.mc_view_header_article ul li span.mc_person { display: inline-block;background: #eee; color: #8b95a1; font-size: 12px; font-weight: 400; letter-spacing: -1px; border-radius: 5px; padding: 3px 6px; }
.mc_view_header_article ul li span.mc_status_check { display: inline-block; font-size: 12px; font-weight: 400; letter-spacing: -1px; border-radius: 5px; padding: 3px 6px; }
.mc_view_header_article ul li span.mc_agree { display: inline-block; background: #c3e6cb; color: #333; }
.mc_view_header_article .li_right { float: right;}
.mc_view_header_article .li_right a { font-size: 15px; font-weight: 400; color: #191f28; letter-spacing: -1px;}
.mc_view_header_article .li_right a:hover { color: #8b95a1; }
.mc_view_header_article .li_right a i { margin-right: 5px; }

.mc_view_article .mc_view_article_grid { display: -webkit-flex; display:-moz-flex; display: flex; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; }
.mc_view_article .mc_view_article_grid > div { margin-right: 50px; }
.mc_view_article .mc_view_article_grid > div:last-child { margin-right: 0; }
.mc_view_article .mc_view_article_grid .mc_view_article_grid_3 { flex: 3; }
.mc_view_article .mc_view_article_grid .mc_view_article_desc h2 { font-size: 36px; font-weight: bold; letter-spacing: -1px; color: #191f28; }
.mc_view_article .mc_view_article_grid .mc_view_article_desc p { font-size: 18px; font-weight: 400; letter-spacing: -1px; color: #8b95a1; }
.mc_view_article .mc_view_article_grid .mc_view_article_desc { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #eee; }
.mc_view_article .mc_view_article_grid .mc_view_article_grid_1 { flex: 1.5; }
.mc_view_article .mc_view_article_grid .mc_scedules { border: 1px solid #eee; border-radius: 5px; padding: 30px; margin-bottom: 10px; }
.mc_view_article .mc_view_article_grid .mc_scedules .mc_scedules_tit { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #eee; }
.mc_view_article .mc_view_article_grid .mc_scedules .mc_scedules_tit h2 { font-size: 25px; font-weight: bold; letter-spacing: -1px; color: #191f28; line-height: 1.2; margin-bottom: 10px; }
.mc_view_article .mc_view_article_grid .mc_scedules .mc_scedules_tit p { font-size: 17px; font-weight: 400; color: #8b95a1; letter-spacing: -1px; margin: 0;}
.mc_view_article .mc_view_article_grid .mc_scedules .mc_scedules_detail { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #eee; }
.mc_view_article .mc_view_article_grid .mc_scedules .mc_scedules_detail .mc_scedules_row { display: block; width: 100%; margin-bottom: 15px; }
.mc_view_article .mc_view_article_grid .mc_scedules .mc_scedules_detail .mc_scedules_row h4 { font-size: 17px; font-weight: 500; letter-spacing: -1px; color: #191f28; }
.mc_view_article .mc_view_article_grid .mc_scedules .mc_scedules_detail .mc_scedules_row p { font-size: 15px; font-weight: 400; letter-spacing: -1px; color: #8b95a1; }
.mc_view_article .mc_view_article_grid .mc_scedules .searchBox .btnBx input[type="submit"] { width: 100%; height: 50px; border: 1px solid #191f28; color: #fff; background: #191f28; font-size: 15px; font-weight: 400; letter-spacing: -1px; box-sizing: border-box; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease;  }
.mc_view_article .mc_view_article_grid .mc_scedules .searchBox .btnBx input[type="submit"]:hover { background: #3a3f46; }
.mc_view_article .mc_view_article_grid .mc_scedules .searchBox .btnBx .default_btn { display:block; width: 100%; height: 50px; text-align: center; border: 1px solid #ccc; background: #ccc; color: #999; font-size: 15px; font-weight: 400; letter-spacing: -1px; box-sizing: border-box; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; line-height: 50px; }
.mc_view_article .mc_view_article_grid .mc_scedules .searchBox .btnBx .active_btn { display: block; width: 100%; height: 50px; text-align: center; border: 1px solid #00CC41; color: #fff; background: #00CC41; font-size: 15px; font-weight: 400; letter-spacing: -1px; box-sizing: border-box; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; line-height: 50px; }
.mc_view_article .mc_view_article_grid .mc_scedules .searchBox .btnBx .active_btn:hover { background: #008F2D; border-color: #008F2D; }
.mc_view_article .mc_scedules_profile { display: block; width: 100%; margin-bottom: 30px; }
.mc_view_article_thumb { display: inline-block; width: 55px; height: 55px; margin-right: 10px; overflow: hidden; border-radius: 100%; border: 1px solid #eee;}
.mc_view_article_thumb img { width: 100%; line-height: 0;}
.mc_view_article_thumb_profile { display: inline-block; vertical-align: top; position:relative; }
.mc_view_article_thumb_profile ul { display: block; }
.mc_view_article_thumb_profile ul a { display: block; font-size: 20px; font-weight: 500; letter-spacing: -1px; color: #191f28; line-height: 1.4; }
.mc_view_article_thumb_profile ul a:hover { color: #8b95a1; }
.mc_view_article_thumb_profile ul li { display: inline-block; margin-right: 10px; font-size: 15px; font-weight: 400; color: #8b95a1; letter-spacing: -1px; }
.mc_invite_status h3 { font-size: 20px; font-weight: 500; letter-spacing: -1px; color: #191f28; margin-bottom: 15px; line-height: 1;  }
.mc_invite_status h3 > span { font-weight: bold; color: #00CC41; }
.mc_invite_status ul { list-style: none; }
.mc_invite_status ul li { display: inline-block; margin-right: 3px; width: 20px; height: 20px; border-radius: 100%; overflow: hidden; border: 1px solid #eee; vertical-align: middle; }
.mc_invite_status ul li img { width: 100%; line-height: 1;}
.mc_invite_status ul span.invite_status_after { font-size: 14px; font-weight: 400; color: #8b95a1; letter-spacing: -1px;  }
.mc_view_article_ads { margin: 30px 0; padding-bottom: 30px; border-bottom: 1px solid #eee; vertical-align: top;}
.mc_view_article_ads .mc_view_article_alert { width: 100%; box-sizing: border-box; padding: 20px; background: #f8d7da; border-color: #f5c6cb; border-radius: 5px; }
.mc_view_article_ads .mc_view_article_alert > span { font-size: 17px; color: #721c24; letter-spacing: -1px; }
.mc_view_article_ads .mc_view_article_alert i { margin-right: 5px; color: #721c24; font-size: 17px; }
.mc_view_article_ads .mc_view_article_alert .mc_view_article_alert_header { font-weight: bold; margin-right: 5px; }
.mc_view_article_ads .mc_view_article_alert .mc_view_article_alert_contents {  }
.mc_view_match_info { display: block; width: 100%; margin-bottom: 40px; }
.mc_view_match_info h3 { font-size: 25px; font-weight: bold; letter-spacing: -1px; color: #191f28; margin-bottom: 10px; }
.mc_view_match_info .mc_view_match_table { display: block; width: 100%; margin: 0; }
.mc_view_match_info .mc_view_match_table li { display: flex; padding: 17px 0; line-height: 26px; }
.mc_view_match_info .mc_view_match_table li + li { border-top: 1px solid #eee;}
.mc_view_match_info .mc_view_match_table .mc_view_match_table_header { width: 175px; font-size: 16px; font-weight: 500; letter-spacing: -1px; line-height: 26px; color: #191f28; }
.mc_view_match_info .mc_view_match_table .mc_view_match_table_body { -webkit-box-flex: 1; flex-grow: 1; font-size: 16px; font-weight: 400; letter-spacing: -1px; color: #8b95a1; line-height: 26px; }
.mc_view_match_info .mc_view_map_info { margin: 10px 0; font-size: 16px; font-weight: 400; color: #8b95a1; letter-spacing: -1px; }

.mc_tabs { display: block; width: 100%; margin: 35px 0; }
.mc_tabs ul { list-style: none; display: flex; display: -webkit-flex; display: -moz-flex; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-end; -moz-align-items: flex-end; align-items: flex-end; }
.mc_tabs ul li { flex: 1; text-align: center; border-bottom: 1px solid #eee; padding-bottom: 10px; }
.mc_tabs ul li a { font-size: 20px; font-weight: 400; color: #8b95a1; letter-spacing: -1px; }
.mc_tabs ul li.mc_tabs_active { border-bottom: 2px solid #191f28; }
.mc_tabs ul li.mc_tabs_active a { color: #191f28; }
.mc_make_container { display: block; width: 100%; }
.mc_make_container .mc_make_notice { border: 1px solid #eee; border-radius: 5px; padding: 20px; margin-bottom: 40px; }
.mc_make_container .mc_make_notice li { list-style-type: disc; margin-bottom: 10px; font-size: 15px; font-weight: 400; color: #191f28; letter-spacing: -1px; }
.mc_make_container .mc_make_notice li:last-child { margin-bottom: 0; }
.mc_make_container .mc_make_notice li span { color: #00CC41; }
.mc_make_container .mc_make_notice li a { display: inline-block; color: #00CC41; text-decoration: underline; margin-left: 8px;}
.mc_make_container .mc_make_notice li a:hover { color: #008F2D; }
.mc_make_container .mc_make_row { width: 100%; margin-bottom: 40px; border-radius: 5px; box-shadow: rgb(0 0 0 / 5%) 0px 1px 5px 0px; border: 1px solid #eee; background: #fff; overflow: hidden; }
.mc_make_container .mc_make_row > h2 { height: 60px; color: #191f28; font-size: 20px; line-height: 60px; text-align: center; border-bottom: 1px solid #eee; position: relative; }
.mc_make_container .mc_make_row table { border-collapse: collapse; border-spacing: 0px; width: 100%;  }
.mc_make_container .mc_make_row table tr { height: 70px; border-bottom: 1px solid #eee; }
.mc_make_container .mc_make_row table tr:last-child { border-bottom: 0; }
.mc_make_container .mc_make_row table tr.ntrp_tr { height: 90px; }
.mc_make_container .mc_make_row table th { min-width: 250px; color: #191f28; font-size: 17px; font-weight: 500; letter-spacing: -1px; background: #f8f8f8; vertical-align: middle; }
.mc_make_container .mc_make_row table th > a { font-size: 12px; color: #8b95a1; display: inline-block; vertical-align: middle; line-height: 1; margin: 0 0 3px 5px; }
.mc_make_container .mc_make_row table td { vertical-align: middle; }
.mc_make_container .mc_make_row .mc_make_table_vertical { display: flex; -webkit-box-align: center; align-items: center; padding: 0px 20px; }
.mc_make_container .mc_make_row .mc_make_table_vertical li { flex: 0 0 auto; }
.mc_make_container .mc_make_row .mc_make_table_vertical li + li { margin-left: 10px; }
.mc_make_container .mc_make_row .mc_make_table_vertical label { display: block; position: relative; cursor: pointer; }
.mc_make_container .mc_make_row .mc_make_table_vertical input[type="radio"] { width: 0px; height: 0px; opacity: 0; position: absolute; top: 0px; left: 0px; }
.mc_make_container .mc_make_row .mc_make_table_vertical input[type="radio"]:checked + p { color: #fff !important; background: #00CC41 !important; border-color: #00CC41 !important; }
.mc_make_container .mc_make_row .mc_make_table_vertical input[type="radio"]:hover + p { background: #ddd;  border-color: #ddd;}
.mc_make_container .mc_make_row .mc_make_table_vertical input[type="date"] { width: 300px; }
.mc_make_container .mc_make_row .mc_make_table_vertical input[type="time"] { width: 150px; }
.mc_make_container .mc_make_row .mc_make_table_vertical input[type="date"],
.mc_make_container .mc_make_row .mc_make_table_vertical input[type="time"] { height: 45px; border-radius: 5px; border: 1px solid #eee; padding: 10px; box-sizing: border-box; font-size: 15px; font-weight: 400; letter-spacing: -1px; color: #8b95a1; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; outline: none; cursor: pointer; }
.mc_make_container .mc_make_row .mc_make_table_vertical input[type="date"]:focus,
.mc_make_container .mc_make_row .mc_make_table_vertical input[type="time"]:focus { color: #191f28; border-color: #00CC41; }
.mc_make_container .mc_make_row .mc_make_table_vertical input[type="text"] { border: 0; border-bottom: 1px solid #eee; height: 45px; padding: 5px; font-size: 15px; font-weight: 400; color: #191f28; letter-spacing: -1px; }
.mc_make_container .mc_make_row .mc_make_table_vertical input[type="text"]::placeholder { color: #8b95a1;  }
.mc_make_container .mc_make_row .mc_make_table_vertical input[type="text"]:focus { border-color: #00CC41; border-width: 2px; }
.mc_make_container .mc_make_row .mc_make_table_vertical input[type="text"].smIp { width: 100px; }
.mc_make_container .mc_make_row .mc_make_table_vertical input[type="text"].mdIp { width: 150px; }
.mc_make_container .mc_make_row .mc_make_table_vertical input[type="text"].lgIp { width: 250px; }
.mc_make_container .mc_make_row .mc_make_table_vertical p { display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; font-size: 15px; letter-spacing: -1px; font-weight: 400; min-width: 100px; height: 46px; padding: 0px 15px; color: #8b95a1; border: 1px solid #eee; border-radius: 5px; background: #fff; user-select: none; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease;}
.mc_make_container .mc_make_row .mc_make_table_vertical span.mc_make_time_range { font-size: 15px; font-weight: 400; letter-spacing: -1px; color: #8b95a1; letter-spacing: -1px; margin-left: 10px; }
.mc_make_container .mc_make_row .mc_make_table_vertical span.mc_fee_currency { font-size: 15px; font-weight: 400; letter-spacing: -1px; color: #8b95a1; margin-left: 10px; vertical-align: middle; }
.mc_make_container .mc_make_row .mc_make_flex { display: flex; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; }
.mc_make_container .mc_make_row .mc_make_flex .mc_make_flex_wrapper { flex: 1; position: relative; }
.mc_make_container .mc_make_row .mc_make_area_desc { padding: 30px; box-sizing: border-box; }
.mc_make_container .mc_make_row .mc_make_area_desc .mc_make_area_row { display: block; width: 100%; margin: 0 0 20px 0; }
.mc_make_container .mc_make_row .mc_make_area_desc .mc_make_area_row:last-child { margin-bottom: 0; }
.mc_make_container .mc_make_row .mc_make_area_desc .mc_make_area_row h3 { font-size: 17px; font-weight: 400; color: #8b95a1; letter-spacing: -1px; margin-bottom: 10px; line-height: 1; }
.mc_make_container .mc_make_row .mc_make_etc_area { display: block; width: 100%; margin: 0; padding: 1%; box-sizing: border-box; }
.mc_make_container .mc_make_row .mc_make_etc_area textarea { width: 100%; border: 0; font-size: 15px; font-weight: 400; letter-spacing: -1px; color: #191f28; outline: 0; padding: 0; resize: none; }
.mc_make_container .mc_make_row .mc_make_etc_area textarea::placeholder { color: #8b95a1; }
.mc_make_container .mc_make_row .mc_make_area_desc .add_area input[type="text"] { height: 45px; line-height: 45px; font-size: 14px; font-weight: 400; color: #191f28; letter-spacing: -1px; outline: 0; border: 1px solid #eee; border-radius: 5px; }
.mc_make_container .mc_make_row .mc_make_area_desc .add_area input[type="text"]::placeholder { color: #8b95a1; }
.mc_make_container .mc_make_row .mc_make_area_desc .add_area input[type="text"]:focus { border-color: #00CC41; border-width: 2px; }
.mc_make_container .mc_make_row .mc_make_area_desc .add_area input[type="text"].input_lg { width: 325px; }
.mc_make_container .mc_make_row .mc_make_area_desc .add_area input[type="text"].input_sm { width: 200px; }
.mc_make_container .mc_make_row .mc_make_area_desc .add_area input[type="text"].mc_address_default { background: #f8f8f8; border-color: #eee; color: #191f28; }
.mc_make_container .mc_make_row .mc_make_area_desc .add_area input[type="text"] + input { margin-left: 5px; }
.mc_make_container .mc_make_row .mc_make_area_desc .add_area { display: block; width: 100%; margin-bottom: 5px; }
.mc_make_container .mc_make_row .mc_make_area_desc .add_area:last-child { margin-bottom: 0; }
.mc_make_container .mc_make_row .mc_make_area_desc .add_area .btn_post_search { width: 100px; height: 45px; line-height: 45px; border: 1px solid #00CC41; background: #00CC41; border-radius: 5px; font-size: 14px; font-weight: 400; color: #fff; letter-spacing: -1px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; margin-left: 5px; }
.mc_make_container .mc_make_row .mc_make_area_desc .add_area .btn_post_search:hover { background: #008F2D; border-color: #008F2D; }
.mc_make_container .mc_make_row .mc_make_area_desc .mc_make_vicinity { position: relative; display: block; width: 100%; height: 340px; border: 1px solid #eee; box-sizing: border-box; overflow-y: scroll; }
.mc_make_container .mc_make_row .mc_make_area_desc .mc_make_vicinity li { box-sizing: border-box; padding: 10px; border-bottom: 1px solid #eee; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.mc_make_container .mc_make_row .mc_make_area_desc .mc_make_vicinity li:hover { background: #f8f8f8; }
.mc_make_container .mc_make_row .mc_make_area_desc .mc_make_vicinity li:last-child { border-bottom: 0; }
.mc_make_container .mc_make_row .mc_make_area_desc .mc_make_vicinity li a { display: block; }
.mc_make_container .mc_make_row .mc_make_area_desc .mc_make_vicinity .mc_make_vicinity_thumb { display: inline-block; width: 65px; vertical-align: top; margin-right: 10px; overflow: hidden; border-radius: 5px; }
.mc_make_container .mc_make_row .mc_make_area_desc .mc_make_vicinity .mc_make_vicinity_thumb > img { width: 100%; line-height: 0; }
.mc_make_container .mc_make_row .mc_make_area_desc .mc_make_vicinity .mc_make_vicinity_list { display: inline-block; position: relative; }
.mc_make_container .mc_make_row .mc_make_area_desc .mc_make_vicinity .mc_make_vicinity_list h3 { font-size: 17px; font-weight: 500; color: #191f28; letter-spacing: -1px; margin-bottom: 6px; line-height: 1;}
.mc_make_container .mc_make_row .mc_make_area_desc .mc_make_vicinity .mc_make_vicinity_list h4 { font-size: 14px; font-weight: 400; color: #8b95a1; letter-spacing: -1px; }
.mc_make_container .mc_make_row .mc_make_area_desc .mc_make_vicinity .mc_make_vicinity_list span.mc_make_vicinity_desc { font-size: 13px; font-weight: 400; color: #8b95a1; letter-spacing: -1px; }
.mc_make_container .mc_make_row .mc_make_area_desc .mc_make_vicinity .mc_make_vicinity_list span.mc_make_vicinity_desc > i { display: inline-block; margin-right: 5px; }
.mc_make_container .mc_make_button_area { display: flex; display: -webkit-flex; display: -moz-flex; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; }
.mc_make_container .mc_make_button_area .mc_make_button_wrapper { flex: 1; margin-right: 10px; }
.mc_make_container .mc_make_button_area .mc_make_button_wrapper:last-child { margin-left: 10px; margin-right: 0; }
.mc_make_container .mc_make_button_area .mc_make_button_wrapper a { display: block; width: 100%; font-size: 14px; font-weight: 400; letter-spacing: -1px; color: #8b95a1; background: #eee; height: 55px; line-height: 55px; text-align: center; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.mc_make_container .mc_make_button_area .mc_make_button_wrapper a:hover { background: #bbb; color: #191f28; }
.mc_make_container .mc_make_button_area .mc_make_button_wrapper input[type="submit"] { display: block; width: 100%; font-size: 14px; font-weight: 400; color: #fff; letter-spacing: -1px; height: 55px; line-height: 55px; text-align: center; outline: 0; border:0; background: #00CC41; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.mc_make_container .mc_make_button_area .mc_make_button_wrapper input[type="submit"]:hover { background: #008F2D; }
.hAddr {display:block; width: 100%; position:absolute; left:0; bottom:0; background:rgba(255,255,255,0.9);z-index:1; padding:10px 0; text-align: center; font-size: 15px; font-weight: 500; color: #191f28; letter-spacing: -1px; }
#centerAddr {display: inline-block;}

/* //match up */ 

/* wilson as service */
.as-container { position: relative; display: block; width: 100%; max-width: 1500px; margin: 0 auto; text-align: center; }
.as-container .as-tit { width: 100%; text-align: left; margin: 0 auto 20px auto; }
.as-container .as-tit h1 { font-size: 36px; letter-spacing: -1px; color: #191f28; }
.as-container .as-tit h2 { font-size: 24px; letter-spacing: -1px; color: #191f28; }
.as-container .as-tit h4 { font-size: 16px; font-weight: 400; letter-spacing: -1px; color: #00CC41; line-height: 1; margin-bottom: 10px; }
.as-container .as-tit-status { margin: 42px auto; }
.as-container .as-tit-status h3 { font-size: 15px; font-weight: 400; color: #8b95a1; letter-spacing: -1px; line-height: 1; margin-bottom: 15px; }
.as-container .as-tit-status h2 { font-size: 48px; font-weight: bold; letter-spacing: -1px; color: #00CC41; line-height: 1; margin-bottom: 42px;}
.as-container .as-tit-status h2 > span { font-weight: 400; color: #191f28; margin-left: 5px; }
.as-container .as-tit-status ul { display: block; width: 100%; margin: 0 auto; background: #f8f8f8; text-align: left; padding: 10px 0 10px 20px; list-style: none;}
.as-container .as-tit-status ul li { display: inline-block; margin-right: 10px; color: #8b95a1; letter-spacing: -1px; font-size: 14px; font-weight: 400; }
.as-container .as-cover { width: 100%; margin: 0 auto 36px auto; border-radius: 10px; overflow: hidden;}
.as-container .as-cover img { width: 100%; line-height: 1;}
.as-description { width: 100%; margin: 0 auto; text-align: center; }
.as-description h2 { font-size: 40px; line-height: 48px; color: #191f28; letter-spacing: -1px; font-weight: bold; letter-spacing: -1px; margin-bottom: 16px; }
.as-description p { font-size: 16px; line-height: 24px; color: #8b95a1; letter-spacing: -1px; font-weight: 400; }
.as-btn { display: block; margin: 40px auto; }
.as-btn li { display: block; margin-bottom: 10px; }
.as-btn a { display: inline-block; font-size: 14px; font-weight: 400; letter-spacing: -1px;-webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.tennisMetroCapsule { background: #00CC41; color: #fff; border-radius: 100px;  padding: 10px 20px; }
.tennisMetroCapsule:hover { background: #008F2D; }
.tennisMetroTransparent { color: #00CC41; padding: 5px 10px; }
.tennisMetroTransparent:hover { background: #eee; color: #008F2D; }
.as-process { width: 100%; margin: 100px auto 200px auto; }
.as-process ol { list-style: none; margin: 0; padding: 0; border: 0; vertical-align: baseline; }
.as-process li { float:left; width: 25%; }
.as-process li:after { position: relative; display: block; width: 3px; color: #8b95a1; height: 100%; }
.as-process li strong { position: relative; display: block; font-size: 17px; font-weight: 500; color: #191f28; text-align: left; padding: 0 5px 9px 40px; box-sizing: border-box; border-bottom: 2px solid #f6f6f6; margin: 0; vertical-align: baseline; }
.as-process li strong:after { display: block; content: ''; position: absolute; left: 0; bottom: -8px; width: 2px; height: 20px; background-color: #e5e5e5; }
.as-process li span { display: block; font-family: 'Noto Sans KR', sans-serif; font-size: 14px; font-weight: 400; color: #8b95a1; letter-spacing: -1px; line-height: 19px; text-align: left; padding: 11px 5px 5px 40px; box-sizing: border-box; }
.as-process li:first-child strong:after { display: none; }
.as-viewform { width: 100%; margin: 60px auto 150px auto; text-align: left; list-style: none; padding: 0; }
.as-viewform .as-viewform-input { margin-bottom: 40px; }
.as-viewform ul li { display: inline-block; }
.as-viewform ul li:first-child { margin-right: 30px; }
.as-viewform ul li label { display: block; font-weight: 400; font-size: 15px; letter-spacing: -1px; color: #8b95a1; margin-bottom: 10px; }
.as-viewform ul li input[type="text"] { padding: 25px 15px; font-weight: 500; font-size: 17px; outline: 0; color: #191f28; border: 1px solid #eee; border-radius: 5px; }
.as-viewform ul li input[type="text"]::placeholder { color: #8b95a1;  }
.as-viewform ul li input[type="text"]:focus { border-color: #00CC41; border-width: 2px; }
.as-viewform .btn-area { margin-bottom: 15px; }
.as-viewform .btn-area button { cursor: pointer; font-weight: 400; font-size: 15px; letter-spacing: -1px; text-decoration: none; outline: 0; padding: 11px 30px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.as-viewform .as-viewform-check { position: relative; vertical-align: middle; }
.as-viewform .as-viewform-check input[type="checkbox"] { width: 17px; height: 17px; vertical-align: bottom; }
.as-viewform .as-viewform-check label { font-weight: 400; font-size: 15px; color: #8b95a1; letter-spacing: -1px; }
.as-viewform .as-viewform-check label span { font-weight: 500; font-size: 15px; color: #8b95a1; letter-spacing: -1px; }
.as-viewform .as-viewform-check label a { font-weight: 500; font-size: 15px; letter-spacing: -1px; color: #00CC41; margin-left: 10px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.as-viewform .as-viewform-check label a:hover { color: #008F2D; }
.as-viewlist { text-align: left; margin: 0 auto 60px auto; }
.as-viewlist .as-viewlist-tit { margin-bottom: 15px; }
.as-viewlist .as-viewlist-tit h2 { font-size: 18px; font-weight: 500; color: #191f28; letter-spacing: -1px; margin: 0 0 15px 0; }
.as-viewlist .as-viewlist-set { display: block; }
.as-viewlist .as-viewlist-set table {width: 100%; border-spacing: 0px; table-layout: fixed; }
.as-viewlist .as-viewlist-set .as-viewlist-table th { border-top: 1px solid #eee; border-bottom: 1px solid #eee; padding: 13px 0; background-color: #fbfbfb; font-family: 'Noto Sans KR', sans-serif; font-size: 14px; letter-spacing: -1px; font-weight: 400; text-align: center; }
.as-viewlist .as-viewlist-set .as-viewlist-wrap { display: table; width: 100%; margin: 0 auto; }
.as-viewlist .as-viewlist-set .as-viewlist-tablelist td { font-weight: 400; font-size: 14px; color: #8b95a1; letter-spacing: -1px; padding: 10px 0;  border-bottom: 1px solid #eee; text-align: center; text-overflow: ellipsis; overflow: hidden; }
.as-viewlist .as-viewlist-set .as-viewlist-tablelist td a { font-weight: 400; font-size: 11px; color: #fff; letter-spacing: -1px; padding: 5px 10px; border-radius: 300px; text-decoration: none !important; background-color: #191f28; -webkit-transition: 0.3s ease; -moz-transition: 0.3s ease; transition: 0.3s ease; }
.as-viewlist .as-viewlist-set .as-viewlist-tablelist td a:hover { background-color: #444; }

/* {as_status} = "접수진행"  */
.as-viewlist .as-viewlist-set .as-viewlist-tablelist .as-status-1 { font-weight: 700; font-size: 14px; color: #191f28; letter-spacing: -1px; }

/* {as_status} = "진행완료" */
.as-viewlist .as-viewlist-set .as-viewlist-tablelist .as-status-2 { font-weight: 700; font-size: 14px; color: #8b95a1; letter-spacing: -1px; }
.as-viewlist .as-viewlist-set .as-viewlist-false { width: 100%; margin: 50px auto; text-align: center; position: relative; }
.as-viewlist .as-viewlist-set .as-viewlist-false .as-viewlist-false-article-tit { margin: 0 0 30px 0; color: #00CC41; }
.as-viewlist .as-viewlist-set .as-viewlist-false .as-viewlist-false-article-tit i { font-size: 20px; padding-right: 10px; }
.as-viewlist .as-viewlist-set .as-viewlist-false .as-viewlist-false-article-tit h1 { display: inline-block; font-weight: 500; font-size: 20px; letter-spacing: -2px; margin: 0; }
.as-viewlist .as-viewlist-set .as-viewlist-false .as-viewlist-false-article-desc p { font-weight: 400; font-size: 15px; color: #8b95a1; letter-spacing: -1px; margin: 0 auto 10px auto; }

.as-detail-container { width: 100%; margin: 60px auto; }
.as-detail--member { display: flex; display:-webkit-flex; display: -moz-flex; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; width: 100%; margin: 0 auto 50px auto; padding-bottom: 30px; text-align: left; border-bottom: 1px solid #eee; }
.as-detail-view--sm { -webkit-flex: 1; -moz-flex: 1; flex: 1; }
.as-detail-view--sm:first-child { margin-right: 30px; }
.as-detail-view--sm:last-child { margin-left: 50px; }
.as-detail-view--md { -webkit-flex: 1; -moz-flex: 1; flex: 1; }
.as-detail-view--md:first-child { margin-right: 50px;  }
.as-detail-view--lg { -webkit-flex: 2; -moz-flex: 2; flex: 2; margin: 0; }
.as-detail--member ul { padding: 0; margin: 0; list-style: none; }
.as-detail--member ul li { font-weight: 400; font-size: 15px; letter-spacing: -1px; color: #8b95a1; margin: 0 0 10px 0; padding-bottom: 10px; border-bottom: 1px solid #eee;}
.as-detail--member ul li > span { font-weight: 400; font-size: 15px; letter-spacing: -1px; color: #8b95a1; float: right; }
.as-detail--member ul li > span:after { display: block; content: ''; clear: both; }
.as-detail--member h3 { font-weight: 500; font-size: 18px; letter-spacing: -1px; margin: 0 0 15px 0; color: #191f28; }
.as-detail--member p { font-weight: 400; font-size: 15px; letter-spacing: -1px; color: #8b95a1; margin: 0 0 10px 0; }
.as-detail--article { -webkit-display: flex; -moz-display: flex; display: flex; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; text-align: left; margin-bottom: 60px; padding-bottom: 60px; border-bottom: 1px solid #eee; }
.as-detail--article h3 { font-weight: 500; font-size: 18px; letter-spacing: -1px; margin: 0 0 15px 0; color: #191f28; }
.as-detail--article p { font-weight: 400; font-size: 15px; letter-spacing: -1px; color: #8b95a1; margin: 0 0 10px 0;}
.as-claim { background: #f8f8f8; padding: 20px 30px; border-radius: 10px; }
.as-view-detail ul { padding: 0; margin: 0; list-style: none; }
.as-view-detail ul li { font-weight: 400; font-size: 15px; letter-spacing: -1px; color: #8b95a1; margin: 0 0 10px 0; padding-bottom: 10px; border-bottom: 1px solid #eee; }
.as-view-detail ul li i { font-size: 15px; margin-right: 15px; }
.as-view-detail ul li span { font-weight: 400; font-size: 15px; letter-spacing: -1px; color: #8b95a1; float: right; }
.as-view-detail ul li span:after { display: block; content: ''; clear: both; }
.as-view-detail ul li a { text-decoration: none; color: #191f28; font-size: 15px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.as-view-detail ul li a:hover { color: #8b95a1; }
.enable-status { display: block !important; }
.disabled-status { display: none !important; }
.as-view-detail-result { width: 100%; margin: 0; text-align: left; }
.as-view-detail-result p { font-weight: 400; font-size: 15px; color: #8b95a1; letter-spacing: -1px; margin: 0 0 30px 0; }
.as-view-detail-result ul { margin: 0 0 40px 0; padding: 0; list-style: none; }
.as-view-detail-result ul li { display: inline-block; margin-right: 20px; }
.as-view-detail-result ul li:last-child { margin-right: 0; }
.as-view-detail-result ul li h1 {  font-weight: 500; font-size: 18px; letter-spacing: -1px; margin: 0 0 15px 0; }
.as-view-detail-result ul li p { font-weight: 400; font-size: 15px; color: #191f28; letter-spacing: -1px; margin: 0 0 5px 0; }
.as-view-detail-result .blackBtn { font-weight: 400; font-size: 15px; color: #fff; letter-spacing: -1px; text-decoration: none; background-color: #00CC41; padding: 9px 25px; border-radius: 300px; -webkit-transition: 0.3s ease; -moz-transition: 0.3s ease; transition: 0.3s ease; }
.as-view-detail-result .blackBtn:hover { background-color: #008F2d; }
.as-view-detail-result .disabledBtn { font-weight: 400; font-size: 15px; color: #8E8E8E; letter-spacing: -1px; text-decoration: none; background-color: #CCCCCC; padding: 9px 25px; border-radius: 300px; }
/* //wilson as service */


/* degree loader */
.degreeWrap { width: 100%; max-width: 1200px; margin: 0 auto; }

.responsive-iframe-wrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.responsive-iframe-wrapper.portrait {
    padding-bottom: 177%;
}
.responsive-iframe-wrapper iframe, .responsive-iframe-wrapper .iframe-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.iframe-placeholder {
    cursor: pointer;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #888;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.iframe-placeholder:hover {
    color: #333;
    background-color: #f0f0f0;
}

@media (max-width: 768px) {
    .iframe-placeholder:hover {
        color: #333;
        background-color: #fff;
    }
}
.iframe-placeholder .iframe-placeholder-desc i {
    font-size: 25px;
}
.iframe-placeholder .iframe-placeholder-desc h1 {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 700;
    font-size: 25px;
    letter-spacing: -1px;
    margin: 20px auto;
}
.iframe-placeholder .iframe-placeholder-desc p {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-size: 15px;
    margin: 0 auto;
}

.iframe-placeholder .youtube-play-btn {
    fill: #666;
}
.iframe-placeholder:hover .youtube-play-btn {
    fill: #e62117;
}
iframe {
    border: 0;
}
iframe.loading {
    background: #111 url('https://cdn.rawgit.com/SamHerbert/SVG-Loaders/75b65ef5/svg-loaders/puff.svg') left bottom no-repeat; 
    background-size: 40px 40px;
}

/* //degree loader */



/* 220616 tmc */
.flex_left { display: flex; align-items: center; }
.bkbg { background: #000 !important; border-color: #000 !important;}
.ybg { background: #bbf702 !important; }
.grbg { background: #00CC41 !important; border-color: #00CC41 !important; }
.text-tennismetro { color: #00CC41; }
.capsuleSecondary { background: transparent; border: 2px solid #fff; padding: 10px 20px; border-radius: 100px; color: #fff; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; }
.capsuleSecondary:hover { background: #fff; color: #00CC41; font-weight: bold; padding: 10px 50px; border-radius: 5px; }
.tmc-section { position: relative; margin: 0 auto 350px auto;}
.tmc-section .section-flex { width: 100%; max-width: 1200px; margin: 0 auto; display:-webkit-flex; display:-moz-flex; display: flex;  -webkit-justify-content: space-between; justify-content: space-between; align-items: center; padding: 100px 0;}
.tmc-section .wrap-flex { width: 100%; max-width: 1200px; margin: 0 auto; display:-webkit-flex; display:-moz-flex; display: flex;  -webkit-justify-content: space-between; justify-content: space-between; align-items: flex-start; }
.tmc-section .section-flex-wrapper { flex: 1; }
.tmc-section .flex-text-area h2 { font-size: 68px; font-weight: bold; letter-spacing: -3px; color: #fff; line-height: 1.2; }
.tmc-section .flex-btn-area { margin: 50px 0; max-width:600px;}
.tmc-section .flex-btn-area a { font-size: 20px; font-weight: 400; letter-spacing: -1px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; text-decoration: none;}
.tmc-section .flex-btn-area a > i { margin-right: 10px; }
.tmc-section .flex-art-area { width: 100%; border-radius: 10px; overflow: hidden; position: relative;}
.tmc-section .visual-area { height: 540px; overflow: hidden; position: relative; width: 100%; margin-bottom: 73px; }
.tmc-section .visual-area video { width: 100%; height: 100%; position: absolute; left: 50%; top: 50%; -o-object-fit: cover; object-fit: cover; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.tmc-section .text-area { box-sizing: border-box; -webkit-box-sizing: border-box; margin: 73px 0; position: relative; text-align: center; }
.tmc-section .text-area .main-title { color: #191f28; font-size: 48px; font-weight: bold; letter-spacing: -1px; line-height: 60px; margin: 0 auto; max-width: 1200px; text-align: center; }
.tmc-section .text-area .side-title { color: #191f28; font-size: 72px; font-weight: bold; letter-spacing: -1px; line-height: 1.3; margin: 0 auto ; max-width: 1200px; text-align: left; }
.tmc-section .text-area .side-desc { color: #8b95a1; font-size: 22px; font-weight: 400; letter-spacing: -1px; text-align: left; max-width: 1200px; margin: 20px auto 0 auto; }
.tmc-section .text-area .desc { color: #8b95a1; font-size: 22px; line-height: 26px; margin: 8px auto; max-width: 800px; text-align: center;}
.tmc-section .btn-area { width: 100%; max-width: 1200px; margin: 0 auto 73px auto; position: relative; text-align: center; list-style: none; padding: 0;}
.tmc-section .btn-area li { margin-bottom: 20px; }
.tmc-section .btn-area a { font-size: 20px; font-weight: 400; letter-spacing: -1px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; text-decoration: none;}
.tmc-section .btn-area a.tennisMetroCapsule { color: #fff; background: #00CC41; border-radius: 100px; padding: 10px 20px; }
.tmc-section .btn-area a.tennisMetroCapsule:hover { color: #FFF; font-weight: bold; padding: 10px 50px; border-radius: 5px;  }
.tmc-section .btn-area a.tennisMetroTransparent { color: #00CC41; padding: 3px 7px; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease; border-radius: 5px;}
.tmc-section .btn-area a.tennisMetroTransparent:hover { background: #eee; }
.tmc-section .table-area { width: 100%; max-width:1500px; margin: 100px auto; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; overflow: hidden; }
.tmc-section .table-area-row,
.tmc-section .gift-area { width: 100%; cursor: grab;}
.tmc-section .table-area-row:active,
.tmc-section .gift-area:active { cursor: grabbing; }
.tmc-section .table-area-row-mo { width: 90%; margin: 0 auto;}
.tmc-section .table-area-row-wrapper-desc { width: 70%; margin-bottom: 15px; }
.tmc-section .table-area-row-wrapper-desc h3 { font-size: 40px; font-weight: bold; letter-spacing: -1px; color: #00CC41; margin: 0 0 15px 0;}
.tmc-section .table-area-row-wrapper-desc p { font-size: 22px; font-weight: 400; letter-spacing: -1px; color: #191f28; margin: 0; }
.tmc-section .table-area-row-wrapper-image { width: 100%; }
.tmc-section .table-area-row-wrapper-image img { width: 100%; }
.tmc-section .table-area .table-cover-title { margin-bottom: 20px; border-radius: 10px; overflow: hidden; }
.tmc-section .table-area .table-cover-title img { width: 100%; }
.tmc-section .art-area { display:-webkit-flex; display:-moz-flex; display: flex; width: 100%; max-width: 1200px; margin: 20px auto 0 auto; border: 1px solid #eee; -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 10px; padding: 40px; background: #F8F9FB; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; -moz-align-items: center; align-items: center; }
.tmc-section .art-area .art-area-wrapper { -webkit-flex: 1; -moz-flex: 1; flex: 1; margin-right: 60px; }
.tmc-section .art-area .art-area-wrapper:last-child { margin-right: 0; }
.tmc-section .art-area .art-area-wrapper img { width: 100%; border-radius: 10px; max-width: 750px;}
.tmc-section .art-area .art-area-wrapper h3 { font-size: 16px; font-weight: 400; color: #8b95a1; letter-spacing: -1px; margin: 0; line-height: 1; }
.tmc-section .art-area .art-area-wrapper h2 { font-size: 54px; font-weight: bold; color: #191f28; letter-spacing: -3px; margin: 0 0 20px 0; }
.tmc-section .art-area .art-area-wrapper span.court_address { font-size: 16px; font-weight: 400; color: #8b95a1; letter-spacing: -1px;  }
.tmc-section .swiper-wrapper { height: unset !important; }
.tmc-section .swiper-slide img { border-radius: 10px; width: 100%; }
.tmc-section .list-area { width: 100%; max-width: 1200px; margin: 0 auto;}
.tmc-section .list-area ul { padding: 0; list-style: none; }
.tmc-section .list-area ul li { width: 100%; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #eee; font-size: 22px; font-weight: 400; letter-spacing: -1px; color: #8b95a1; }
.tmc-section .list-area ul li:last-child { border-bottom: 0; }
.tmc-section .list-area ul li span { display: inline-block; min-width: 25%; margin-right: 10px; font-weight: bold; color: #191f28;}
.tmc-section .list-area ul li span > i { margin-right: 12px; font-size: 18px; }
.tmc-section .list-area-desc { display: block; width: 100%; margin: 25px auto; text-align: center; color: #00CC41; letter-spacing: -1px; font-size: 32px; }
.tmc-section .scedule-frame { min-height: 360px; max-height: 360px; border: 1px solid #eee; border-radius: 5px; margin-right: 30px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 30px; overflow: hidden; }
.tmc-section .scedule-frame:last-child { margin-right: 0; }
.tmc-section .scedule-frame.grbg .scedule-frame-sub { color: #C2FFD5; font-size: 16px; font-weight: 500; letter-spacing: -1px;  margin: 0 0 10px 0;}
.tmc-section .scedule-frame.grbg .scedule-frame-strong { color: #fff; font-size: 72px; font-weight: bold; letter-spacing: -2px; margin: 0 0 30px 0; line-height: 1;}
.tmc-section .scedule-frame.grbg .scedule-frame-desc { color: #C2FFD5; font-size: 20px; font-weight: 400; letter-spacing: -1px; padding: 0; list-style: none;}
.tmc-section .scedule-frame.grbg .scedule-frame-desc li { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid rgba(0,0,0,0.1); }
.tmc-section .scedule-frame.bkbg .scedule-frame-sub { color: #666; font-size: 16px; font-weight: 500; letter-spacing: -1px;  margin: 0 0 10px 0;}
.tmc-section .scedule-frame.bkbg .scedule-frame-strong { color: #fff; font-size: 72px; font-weight: bold; letter-spacing: -2px; margin: 0 0 30px 0; line-height: 1;}
.tmc-section .scedule-frame.bkbg .scedule-frame-desc { color: #666; font-size: 20px; font-weight: 400; letter-spacing: -1px; padding: 0; list-style: none;}
.tmc-section .scedule-frame.bkbg .scedule-frame-desc li { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #222; }
.tmc-section .scedule-frame .scedule-frame-sub { color: #8b95a1; font-size: 16px; font-weight: 500; letter-spacing: -1px;  margin: 0 0 10px 0;}
.tmc-section .scedule-frame .scedule-frame-strong { color: #000; font-size: 72px; font-weight: bold; letter-spacing: -2px; margin: 0 0 30px 0; line-height: 1;}
.tmc-section .scedule-frame .scedule-frame-desc { color: #8b95a1; font-size: 20px; font-weight: 400; letter-spacing: -1px; padding: 0; list-style: none;}
.tmc-section .scedule-frame .scedule-frame-desc li { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #eee; }
.tmc-slide-text { width: 100%; overflow: hidden; background-color: #000; display: flex; flex-direction: row; white-space: nowrap; /* important */ margin: 0 0 150px 0; padding: 20px 0; }
.tmc-slide-text h3 { display: inline-block; color: #fff; font-size: 30px; font-weight: 400; margin: 0 30px; letter-spacing: -1px; }

.tmc-section .toggle-area { width: 100%; max-width: 1200px; margin: 0 auto; list-style: none; padding: 0;}
.tmc-section .toggle-area > li { margin-bottom: 20px;  border-bottom: 1px solid #eee;}
.tmc-section .toggle-area > li > span { display: block; margin-bottom: 20px; font-size: 22px; font-weight: 400; letter-spacing: -1px; color: #191f28; cursor: pointer; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; transition: 0.2s ease;  }
.tmc-section .toggle-area > li > span:hover { color: rgba(0,0,0,0.5); }
.tmc-section .toggle-area .reply {display:none;}
.tmc-section .toggle-area .reply ul { padding: 0; list-style: none;}
.tmc-section .toggle-area .reply ul li { margin-bottom: 5px; font-size: 18px; font-weight: 400; color: #8b95a1; letter-spacing: -1px;}
.tmc-section .toggle-area .reply ul li:last-child { margin-bottom: 20px; }

/* //220616 tmc */


/* stGuide */
/* animation */ 
:root { --animation-time:40s; }
.circle-container { width:700px; min-height:800px; margin: 0 auto; position:relative; display:grid; place-items:center; pointer-events:none;      animation:rotate var(--animation-time) linear infinite; /*animation-play-state:paused;*/ }

@keyframes rotate {
  from {
    transform:rotate(0);
  }
  to {
    transform:rotate(360deg);
  }
}

.circle { position:absolute; inset:0; display:grid; place-items:center; pointer-events:none; transition:550ms ease; }
.inner-circle { position:absolute; width:150px; border-radius:100%; aspect-ratio:1; left:0; display:grid; place-items:center; pointer-events:auto; transition:background 350ms ease, color 350ms ease-in-out; animation:rotate-opposite var(--animation-time) linear infinite; }
.inner-circle:hover > img { -webkit-transform: scale(1.15); -moz-transform: scale(1.15); transform: scale(1.15); }
.inner-circle > img { width: 100%; max-width: 150px; -webkit-transition: 0.75s ease; -moz-transition: 0.75s ease; transition: 0.75s ease; -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1); }  
img.circle-center { width: 100%; max-width: 220px; animation:rotate-opposite var(--animation-time) linear infinite; outline-offset:8px; z-index:1; --start-angle-of-rotation:0deg; --end-angle-of-rotation:-360deg; }

@keyframes rotate-opposite {
  from {
    transform:rotate(var(--start-angle-of-rotation));
  }
  to {
    transform:rotate(var(--end-angle-of-rotation));
  }
}

@media screen and (max-width: 600px) {
  .circle-container { width: 90%; min-height: 350px; }
  .inner-circle { width: 75px; }
  .inner-circle > img { max-width: 75px; }  
  img.circle-center { max-width: 125px; }
}


/* The Modal (background) */
.bottomSheet { display: none; position: fixed; z-index: 160; left: 0; top: 0; width: 100%; height: 100%;  overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4); -webkit-animation-name: fadeIn; -webkit-animation-duration: 0.4s; animation-name: fadeIn; animation-duration: 0.4s }
.bottomSheetContent { position: fixed; z-index: 999; left: 50%; bottom: 0; background-color: #FFFFFF; width: 70%; overflow-y: scroll; border-top-left-radius: 10px; border-top-right-radius: 10px; max-height: 90%; -webkit-transform: translateX(-50%); transform: translateX(-50%); -webkit-animation-name: slideIn; -webkit-animation-duration: 0.4s; animation-name: slideIn; animation-duration: 0.4s }

.sheetControl { display: inline-block; width: 50px; height: 5px; background: #8b95a1; border-radius: 100px; position: absolute; top: 50%; left: 50%; cursor: pointer; -webkit-transform: translateX(-50%); transform: translateX(-50%); } 
.bottomSheetContent-header { position: relative; min-height:30px; }
.bottomSheetContent-body { padding: 30px 40px; overflow-y: scroll;}

@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0} 
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@media screen and (max-width: 600px) {
  .bottomSheetContent { width: 85%; }
}

/* Small Laptop (MacBook 13, less than 1440px) */
.md-hide {
  display: none
}

.md-show,
#wrap .xl-show {
  display: block
}

#wrap .xl-show.ib {
  display: inline-block
}

#wrap .xl-hide,
.my-search-close-btn,
.my-search-show-btn {
  display: none
}

@media (max-width: 1440px) {
  #wrap {
    min-width: auto
  }

  .header-wrap,
  #contents,
  .footerSection {
    padding: 0 30px
  }

  #wrap .xl-show {
    display: none
  }

  #wrap .xl-show.ib {
    display: inline-block
  }

  #wrap .xl-hide {
    display: block
  }

  #wrap .xl-hide.ib {
    display: inline-block
  }

  .mypage_grid {
    gap: 30px
  }

  .mypage_grid .mypage_grid_left {
    margin-right: 0
  }
}

@media (max-width: 1366px) {
  .date_check_box {
    flex-direction: column;
    gap: 20px;
  }

  .header-wrap .in-header .logo-wrap img {
    max-width: 160px
  }

  .header-wrap .in-header .nav-wrap li .header-cate {
    font-size: 14px;
    padding: 7px
  }

  .header-wrap .in-header .nav-wrap>li {
    height: 64px;
    line-height: 64px
  }

  .header-wrap .in-header .nav-wrap>li:first-child {
    margin-right: 15px;
    padding: 0
  }

  .header-wrap .in-header .nav-wrap>li .list-wrap ul>li a {
    font-size: 14px
  }

  .sticky {
    top: 63px
  }
}

@media (max-width: 1200px) {
  .my-contents-wrap .my-search-wrap {
    position: static
  }

  .my-contents-wrap .my-search-wrap #frmSearchTop {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
  }

  .my-contents-wrap .my-search-wrap .my-search-close-btn {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url(/data/skin/front/tennismetro_2025_dev/img/common/layer/btn_layer_close.png) 50% 50%/12px no-repeat;
    text-indent: -9999em;
    cursor: pointer
  }

  .my-contents-wrap .my-search-wrap .my-search-show-btn {
    display: block
  }

  .my-contents-wrap .my-search-wrap .my-search-show-btn i {
    display: inline-block;
    color: #848484;
    font-size: 18px;
    position: relative;
    transition: .2s ease;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer
  }

  .my-contents-wrap .my-search-wrap .my-search-show-btn i:hover {
    color: #191f28;
    background-color: #eee
  }

  .my-contents-wrap .my-cart-wrap>a>i,
  .my-contents-wrap .my-noti-wrap>a>i {
    font-size: 18px
  }

  .pushCount {
    top: 0
  }

  .my-contents-wrap .my-contents-mr {
    margin: 0 5px
  }

  .mypage_grid {
    flex-direction: column-reverse;
    align-items: initial
  }
}

@media (max-width: 992px) {
  .md-hide {
    display: block
  }

  .md-show {
    display: none
  }
}

@media (max-width: 1440px) {
  .item_photo_info_sec {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 30px
  }

  .item_photo_view_box,
  .item_info_box {
    width: auto;
    max-width: initial;
    float: none
  }
}

@media (max-width: 1200px) {

  .item_info_box .slider-wrap,
  .detail_info_img_banner {
    display: block;
    width: 324px;
    height: 100px
  }

  .item_info_box .slider-wrap img,
  .detail_info_img_banner img {
    width: 324px;
    height: auto
  }

  .item_info_box .cds-accordion-hr>li {
    display: block;
    margin-right: 0
  }
}

.cartContent{
	margin-bottom: 70px;
}

/* 런칭캘린더 텍스트 제대로 안나오는 현상 해결 */
.clashv3-tech .text-wrap > * {
    color: #fff;
}
/* 250120 모자 사이즈 가이드 */
.hat-guide {width: 100%; max-width: 480px; margin: 0 auto; display: flex; font-size: 14px;}
.hat-guide__title {width: 70px; text-align: center; margin-bottom: 16px;}
.hat-guide__sizes {display: flex; flex-direction: column; padding-bottom: 8px; list-style: none; padding: 0; margin: 0; gap: 8px;}
.hat-guide__size {font-weight: 500; border-bottom: 1px solid #eee; padding-bottom: 8px;}
.hat-guide__table {flex: 1; display: flex; flex-direction: column; gap: 8px;}
.hat-guide__row {display: flex; justify-content: space-between; gap: 16px; border-bottom: 1px solid #eee; padding-bottom: 8px;}
.hat-guide__row--header {font-weight: bold; border-bottom: 1px solid #ccc; padding-bottom: 8px;}
.hat-guide__cell {flex: 1; text-align: center; }
.hat-guide__row:not(.hat-guide__row--header) .hat-guide__cell {color: #777;}

/* 250310 배송지 목록 에러 fix */
.btn_gray_list .btn_gray_small.btn_shipping_selc {padding: 8px;}
.btn_gray_list .btn_gray_small.btn_shipping_selc span {line-height: 1;}

/* 하위 카테고리 없는 depth2 항목 열 너비 보장 */
.top-nav .nav-menu__cate-depth2 > li { min-width: 180px; }

/* index_test 기획전 컬렉션 배너 */
.event-slide .ev-banner-wrap { display: block; width: 100%; border-radius: 12px; overflow: hidden; margin-bottom: 20px; }
.event-slide .ev-banner-wrap a { display: block; width: 100%; }
.event-slide .ev-banner-wrap img { display: block; width: 100% !important; height: auto; }
/* event-slide 상품 리스트 톤앤매너 (list_01 기준) */
.event-slide .goods_list { padding-bottom: 0; }
.event-slide .goods_list_cont ul { width: 100%; }
.event-slide .slick-slider .slick-list { width: 88%; margin: 0 auto; }
.event-slide .item_info_cont { display: block; margin-bottom: 0; padding-top: 10px; }
.event-slide .item_tit_box .item_brand { color: #21262D; font-size: 13px; font-weight: 500; letter-spacing: -1px; }
.event-slide .item_tit_box .item_name { font-size: 20px; font-weight: bold; color: #191f28; letter-spacing: -1px; }
.event-slide .item_tit_box .num_model { display: none; }
.event-slide .item_money_box .item_price { display: inline-block; font-size: 17px; font-weight: 500; color: #fff; letter-spacing: -1px; padding: 7px 8px 5px 0; }
.event-slide .item_money_box .item_price span { font-size: 16px; color: #fff; letter-spacing: -1px; font-weight: 400; }
.event-slide .item_money_box del { display: block; color: #8b95a1; font-size: 14px; }
.event-slide .item_number_box {
  font-size: 15px;
  font-weight: 500;
  color: #bcf802  !important;
}
.event-slide .item_number_box.cds-contents-tm { color: var(--tmgr700) !important; }
.event-slide .item_photo_box a img { transform: scale(1); transition: 0.4s ease; }
.event-slide .item_photo_box a:hover img { transform: scale(1.05); }
.event-slide .item_cont { padding: 0px 8px; text-align: left; color: #1c1c1c; }
.rounded-12 { border-radius: 12px; overflow: hidden; }

/* index_test 기획전 컬렉션 배너2 (event-slide 복사) */
.event-slide2 .ev-banner-wrap { display: block; width: 100%; border-radius: 12px; overflow: hidden; margin-bottom: 20px; }
.event-slide2 .ev-banner-wrap a { display: block; width: 100%; }
.event-slide2 .ev-banner-wrap img { display: block; width: 100% !important; height: auto; }
.event-slide2 .goods_list { padding-bottom: 0; }
.event-slide2 .goods_list_cont ul { width: 100%; }
.event-slide2 .slick-slider .slick-list { width: 88%; margin: 0 auto; }
.event-slide2 .item_info_cont { display: block; margin-bottom: 0; padding-top: 10px; }
.event-slide2 .item_tit_box .item_brand { color: #21262D; font-size: 13px; font-weight: 500; letter-spacing: -1px; }
.event-slide2 .item_tit_box .item_name { font-size: 20px; font-weight: bold; color: #191f28; letter-spacing: -1px; }
.event-slide2 .item_tit_box .num_model { display: none; }
.event-slide2 .item_money_box .item_price { display: inline-block; font-size: 17px; font-weight: 500; color: #fff; letter-spacing: -1px; padding: 7px 8px 5px 0; }
.event-slide2 .item_money_box .item_price span { font-size: 16px; color: #fff; letter-spacing: -1px; font-weight: 400; }
.event-slide2 .item_money_box del { display: block; color: #8b95a1; font-size: 14px; }
.event-slide2 .item_number_box { font-size: 15px; font-weight: 500; color: #bcf802 !important; }
.event-slide2 .item_number_box.cds-contents-tm { color: var(--tmgr700) !important; }
.event-slide2 .item_photo_box a img { transform: scale(1); transition: 0.4s ease; }
.event-slide2 .item_photo_box a:hover img { transform: scale(1.05); }
.event-slide2 .item_cont { padding: 0px 8px; text-align: left; color: #1c1c1c; }

/* index_test 기획전 컬렉션 배너3 (event-slide2 복사) */
.event-slide3 .cds-grid-col-1-2 > div { min-width: 0; }
.event-slide3 .ev-content-wrap { width: 100%; }

.event-slide3 .ev-banner-wrap { display: block; width: 100%; height: 100%; overflow: hidden; }
.event-slide3 .ev-banner-wrap a { display: block; width: 100%; }
.event-slide3 .ev-banner-wrap img { display: block; width: 100% !important; height: 100%; object-fit: cover; }
.event-slide3 .goods_list { padding-bottom: 0; }
.event-slide3 .goods_list_cont ul { width: 100%; }
.event-slide3 .slick-slider .slick-list { width: 88%; margin: 0 auto; }
.event-slide3 .item_info_cont { display: block; margin-bottom: 0; padding-top: 10px; }
.event-slide3 .item_tit_box .item_brand { color: #21262D; font-size: 13px; font-weight: 500; letter-spacing: -1px; }
.event-slide3 .item_tit_box .item_name { font-size: 20px; font-weight: bold; color: #191f28; letter-spacing: -1px; }
.event-slide3 .item_tit_box .num_model { display: none; }
.event-slide3 .item_money_box .item_price { display: inline-block; font-size: 17px; font-weight: 500; color: #fff; letter-spacing: -1px; padding: 7px 8px 5px 0; }
.event-slide3 .item_money_box .item_price span { font-size: 16px; color: #fff; letter-spacing: -1px; font-weight: 400; }
.event-slide3 .item_money_box del { display: block; color: #8b95a1; font-size: 14px; }
.event-slide3 .item_number_box { font-size: 15px; font-weight: 500; color: #bcf802 !important; }
.event-slide3 .item_number_box.cds-contents-tm { color: var(--tmgr700) !important; }
.event-slide3 .item_photo_box a img { transform: scale(1); transition: 0.4s ease; }
.event-slide3 .item_photo_box a:hover img { transform: scale(1.05); }
.event-slide3 .item_cont { padding: 0px 8px; text-align: left; color: #1c1c1c; }