@charset "utf-8";

/**********************************
 00. 공통영역 : 버튼, 프레임, top banner, header, footer , QuickMenu
 01. 공통 : 썸네일
 02. 공통 : 팝업
 03. 공통 : 테이블 
 04. 공통 : 페이징
 05. 공통 : 폼요소(input, label 등)
 06. 공통 : 리스트(ul)
 07. 카테고리/전체메뉴(모바일/태블릿)
 08. 하단 푸터 고정메뉴, go-top 위로 버튼
 ---------------------------------
 10. 메인화면
 ---------------------------------
 20. 제품목록
 21. 제품상세
 22. 제품검색
---------------------------------
 30. 마이페이지
---------------------------------
 40. 결제
---------------------------------
 50. 멤버
---------------------------------
 60 서브화면
**********************************/

/**********************************
 00. 공통영역 : 프레임, 헤더, 푸터 , 퀵메뉴
**********************************/

/* 프레임 */
body.has-modal {height:100%; overflow:hidden; }

.content{min-height:40vh;padding-bottom:6rem; position:relative;}
.main .content {margin-top:5rem; padding-bottom:3rem}
/* .sub .content {margin-top:3rem;} */

@media all and (max-width:1279px){
    .wrap{min-width:1280px;}
    .mobile .wrap{min-width:auto}
    .mobile .mdisN{display:none !important}
    /* body {min-width:320px; overflow-x:hidden; } */

    /* 
    .main .content {margin-top:50px;}
    .sub .content{padding-bottom:40px} */
    
    /* #content {overflow:hidden; min-height:auto}
    .wrap {overflow:hidden;} */
}

@media all and (max-width:1023px) {
    /* .sub .content {margin-top:30px} */

    /* .wrap {background:#fff; margin: 0 auto; }
    #content {position:relative; min-height:450px} */
}


@media all and (max-width:799px) {
    /* body {padding:0;}
    .wrap {max-width: auto; min-width:320px;} */
}

/*본문으로 건너뛰기*/
.skip_nav a {overflow: hidden; display: block; position: absolute; top: 0; left: 0; width: 1px;  height: 1px; background: #000; color: #fff; text-align: center }
.skip_nav a:focus {position: relative; width: 100%; height: auto; padding: 10px}

@media all and (max-width:1279px) {
    .skip_nav {display:none;}
}
/**********************************
버튼
**********************************/
.btn-more{
    position:relative;
}
.btn-more:before, .btn-more:after{
    content:'';
    display:inline-block;
    position:absolute; top:50%; left:50%; transform:translate(-50%, -50%);
    width:15px; height:2px;
    background:#666;
}
.btn-more:after{
    position:absolute;
    transform:rotate(90deg);
}

@media all and (max-width:1279px) {
    .mobile .btn-more:before, .mobile .btn-more:after{
        width:10px; height:1px;
    }
}
/**********************************
체크박스
**********************************/
.c-checkboxGroup.buttontype label{
    padding-left:0;
}
.c-checkboxGroup.buttontype .c-checkboxGroup__checkmark{
    position:static;
    display:inline-flex; align-items:center;justify-content: center;
    width:15rem; height:4rem;
    padding:0 5px;
    font-weight:500;
    border-radius:30px; text-align:center; border:none;
    transform:translate(0, 0);
}
.c-checkboxGroup.buttontype input:checked ~ .c-checkboxGroup__checkmark{
    color:white;
}
.c-checkboxGroup.buttontype .c-checkboxGroup__checkmark:after{display:none}


/* top banner */
.banner-top {height:80px; overflow:hidden; position:relative; }
.banner-top a {display:block; position:absolute; left:0; top:0; width:100%; text-align:center; overflow:hidden; }
/*.banner-top a img {width:1920PX; max-width:1920PX;}*/
.banner-top a img {width:auto; max-width:1920PX; height:80px;}

/* button */
.btn-t-src {display:inline-block; width:35px; height:35px; background: url("../images/icons/ico_src.png") no-repeat center; }
.btn-t-cart {
     display:inline-block;
     margin-left:20px;
     padding-top:32px;
     background: url("../images/icons/ico_cart.png") no-repeat center top;
     position:relative; 
     font-size:12px;}
.btn-t-cart .count {width:20px; height:20px; line-height:20px; background:#3e82c3; color:#fff; position:absolute; right:-3px; top:-5px; font-size:11px;text-align:center; border-radius:50%}
.btn-t-mypage {
    display: inline-block; 
    padding-top:32px;
    background: url("../images/icons/ico_profile.png") no-repeat center top;
    font-size:12px;
}
@media all and (max-width:799px){
    .btn-t-src{width:25px; height:25px; background-size:20px}
    .btn-t-mypage{
        width:25px; height:30px;
        margin-left:5px;
        padding:0; background-size:25px; background-position:center;
    }
    .btn-t-mypage span, .btn-t-cart span{font-size:0;}
}


/* 로그인 | 회원가입 | 이벤트 | 고객센터 링크*/
.b-mask {position:fixed; top:0; left:0; width:100%; height:100%; display:flex; justify-content: center; align-items: center;z-index:99; background-color:rgba(0,0,0,.6)}
.b-mask.hide{display:none}
header{position:relative; background:white;}
.b-header{position:relative; border-bottom:1px solid #ddd}
.b-header>nav {display:flex; justify-content: space-between; align-items:center;
     height:9rem; padding:0 3rem;
    }
    .b-header__logo{font-size:2.8rem;color:#061055; font-weight:600;}
        .b-header__logo span{color:#787878;}
    .b-header__logo a{display:flex; align-items: center;}

    .b-header__nav,.b-header__nav>ul,.b-header__nav>ul>li{height:100%} 
    .b-header__nav>ul{display:flex; justify-content: space-between; align-items:center; font-size:1.7rem; font-weight:500}
    .b-header__nav>ul>li{display:flex; padding:0 1.3rem}
    .b-header__nav>ul>li>a{display:flex; align-items:center; justify-content:center}
    .b-header__nav>ul>li>span{display:flex; align-items:center; justify-content:center; cursor:pointer;}
    .b-header__btn button>span, .b-header__btn a>span{display:inline;font-size:0;}
    .b-header__btn button, .b-header__btn a {display:inline-block; width:40px; height:40px;}
    .b-header__btn .btn-search{background: url("../images/icons/ico_search.png") no-repeat center;}
    .b-header__btn .btn-mypage{background: url("../images/icons/ico_mypage.png") no-repeat center; margin-right:-0.5rem}
    .b-header__btn .btn-cart{background: url("../images/icons/icon_cart.png") no-repeat center; margin-right:-0.5rem}
    .b-header__btn .btn-allMenu{display:none;}

.b-header__searchForm{
    position:absolute; top:9rem; left:0; right:0; z-index:99;
    height:auto; padding:4rem 0;
    background:white; border-top:1px solid #ddd; border-bottom:1px solid #ddd;}
.b-header__searchForm.hide{height:0; padding:0; border:none; overflow:hidden}
/*.b-header__searchForm .btnArea{display:none}*/

.b-searchForm>*{display:flex; align-items:center; flex-direction: column; justify-content: center; height:100%}
.b-searchForm .txtArea{position:relative;width:70%;
    padding-bottom:1.5rem; border-bottom:2px solid #222;}
.b-searchForm .txtArea .btn-search{
    display:inline-block; width:40px; height:40px;
    position:absolute; right:0.5rem; bottom:0.2rem;
    background: url("../images/icons/ico_search_bar.png") no-repeat center}
.b-searchForm .txtArea input{width:90%;
    font-size:2.2rem; color:#222;border:none 
}
.b-searchForm .chkArea{width:70%; margin-top:1rem; text-align:right}

.b-searchResult{margin-top:3rem; padding:1rem;background:#f9f9f9; text-align:center}

@media all and (max-width:1279px){
    .mobile .b-header__logo{display:flex; align-items:center; width:100%;height:60px;
         border-bottom:1px solid #ddd; padding:0 20px;}
    .mobile .b-header__logo img{
        width:130px;
    }

    .mobile .b-header>nav{height:12rem;flex-direction:column; align-items:flex-start; padding:0;}
    .mobile .b-header__nav{width:100%; height:auto; overflow-x:auto; overflow-y:hidden}
    .mobile .b-header__nav.fixed{
        position:fixed; top:0; z-index:9;
        width:100%;
        background:white; border-bottom:1px solid #eee;
    }
    .mobile .b-header__nav>ul{display:block; white-space:nowrap; padding:0 1.5rem}
    .mobile .b-header__nav>ul>li{display:inline-block; padding:1.5rem 1rem;}
    .mobile .b-header__nav>ul>li:last-child{margin-right:1rem;}
    
    .mobile .b-header__btn{display:flex; align-items:center; position:absolute; top:1rem; right:20px}
    .mobile .b-header__btn .btn-mypage{
        display:none;
    }
    .mobile .b-header__btn .btn-allMenu{
        display:inline-block;width:2.8rem; height:2.8rem; margin-left:10px
    }

    .mobile .b-header__btn .btn-allMenu>*{
        display:block;
        height:2px;
        background:#222;
    }
    .mobile .b-header__btn .btn-allMenu>*:nth-child(2){
        margin:7px auto;
    }
    .mobile .b-header__searchForm{top:0; padding:60px 0 0}
    .mobile .b-header__searchForm.hide{padding:0;}
    .mobile .b-header__searchForm>.c-commonGrid{border-top:1px solid #eee; padding-top:2rem; padding-bottom:2rem}
    .mobile .b-header__searchForm .btnArea{display:block}

    .mobile .b-searchForm{font-size:1.5rem}
    .mobile .b-searchForm .txtArea{width:100%; padding-bottom:0.2rem; background-position:right bottom 1.2rem}
    /*.mobile .b-searchForm .txtArea .btn-search{background-size:18px}*/
    .mobile .b-searchForm .txtArea input{font-size:1.7rem}
    
    .mobile .b-searchForm .chkArea{width:100%}
    
    .mobile .b-searchResult{font-size:1.5rem}
}
@media all and (max-width:1023px){
    .mobile .b-header__nav>ul{font-size:1.6rem}
}

.gnb-member{display:flex; justify-content:flex-end;padding:0.5rem 0}
.gnb-member ul{font-size:13px;display:flex; justify-content:flex-end;}
.gnb-member a {padding-left:7px; padding-right:7px; display:block; position:relative;}
.gnb-member a:before {content:""; width:1px; height:12px; background:#ccc; position:absolute; left:0; top:3px}
.gnb-member li:first-child a:before {content:none;}


/* 제품찾기 */
.gnb-search{display:flex; align-items:center; justify-content:space-between; padding-bottom:1rem;}
.gnb-search .img-logo{width:108px; height:64px}
.gnb-search .form-src {max-width:380px; width:100%; margin:0 10px; padding:5px 10px; border:2px solid #3e82c3; border-radius:30px; float:left;}
.gnb-search .form-src input[type="text"] {
    width:88%; height:30px; 
    background:transparent; border:none; 
    /* border-bottom:1px solid #292929; */
    font-size:16px;}

.gnb-search__btnGroup{padding-top:20px;}


@media all and (max-width:1279px){
    .gnb-member{display:none}
    .gnb-search__btnGroup{padding-top:0}
    .gnb-search{padding:1rem 0;}
    
    .gnb-search .form-src{margin:0; max-width:none; width:57%; flex-grow:0;}
    .gnb-search .form-src input[type="text"] {
        width:86%;height:25px;
    }
    
}
@media all and (max-width:769px){
    .gnb-search .img-logo{width:66px; height:39px;}
    
    .gnb-search .form-src{margin:0; max-width:none; width:50%; flex-grow:0;}
    
    .gnb-search .form-src input[type="text"] {
        width:80%;height:25px;
    }
    .gnb-search__btnGroup .btn-t-cart{display:none;}
    .gnb-search .btn-t-src{width:25px; height:25px; background-size:20px}
}

@media all and (max-width:420px){
    .gnb-search .form-src{clear:both; margin:0; max-width:200px; width:100%; padding:3px 10px}
    
    .gnb-search .form-src input[type="text"] {
        width:82%;height:18px;
    }
    .gnb-search__btnGroup .btn-t-cart{display:none;}
    .gnb-search .btn-t-src{width:18px; height:18px; background-size:15px}
}


/*gnb-menu 1뎁스*/
.b-gnbMenuWrap{border-top:1px solid #eee; border-bottom:2px solid #3e82c3;border-bottom:1px solid #ddd}
.gnb-menu {
	display:flex;
	justify-content: space-between; 
	flex-wrap: wrap;
	height:45px;

}
.gnb-menu>li {height:45px; line-height:45px; position:relative;}
.gnb-menu>li a {color:#444; display:block; padding:0 20px; font-size:16px; font-weight:500; white-space:nowrap}

.btn-allMenu-pc {
	display:block;
	width:4rem; 
	height:45px; 
	padding:10px;
	border:1px solid #ddd;
	margin:auto 0;
}

.btn-allMenu-pc>* {
	display:block;
    height:3px;
    background:#222;
    margin:4px 0;
}

.bg-alldept {
	display:none;
	position:absolute;
	width:100%;
	z-index:999;
	top:90px;
	left:0;
	margin:0;
	padding:0;
	background:#fff;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}

.bg-alldept.show {display:inline-block;}

.gnb-box {
	display:table;
	width:100%;
	position:relative;
	max-width:1480px;
	margin:0 auto;
}

.gnb-box > div{
	display:table-cell;
	padding:0;
	margin:0;
}
.gnb-box > div:first-child {
	width:99px;
}

.gnb-title {
	width:99px;
}

.gnb-title > li {
	width:100%;
	white-space:nowrap;
	margin-top:10px;
}

/* 전체메뉴 */
.gnb-alldept{
	display:flex; position:relative; top:0; width:auto;
    background:#fff;  z-index:999; border:1px solid #e9e9e9;
    font-size:1.5rem;
}
.gnb-alldept>li{width:16.666%;border-right:1px solid #ddd; white-space: nowrap;}
.gnb-alldept>li:last-child{border-right:none;}
.gnb-alldept>li>span{
    display:block; padding:1rem;
    background:#eee; text-align:center;
}
.gnb-alldept>li ul{padding:1rem}
.gnb-alldept>li a{display:block; padding:0.5rem 0}

/*.b-header__nav ul li:hover .bg-alldept {display:flex;}
.b-header__nav ul li > a:focus + .bg-alldept {display:flex;}*/
/*gnb-menu 2뎁스*/
.gnb-2depth {display:none; position:absolute; top:100%; width:auto;
    margin-left:-2rem;
    background:#fff;  z-index:999; border:1px solid #e9e9e9;
    font-size:1.5rem;}
.gnb-2depth li {white-space:nowrap;}
.gnb-2depth li > a {display:inline-block; padding:1rem 5rem 1rem 2rem}
.gnb-2depth li:hover a {color:#061055;}
.b-header__nav ul li:hover .gnb-2depth {display:block;}
.b-header__nav ul li > a:focus + .gnb-2depth {display:block;}

.page-cont {
	margin-bottom:50px;
}

.page-menu {
	margin-top:15px;
	overflow:hidden;
}

.page-menu>li {
	width:50%;
	float: left;
	text-align: center;
	border: 1px solid #ddd;
	border-left: none;
}

.page-menu>li:first-child {
	border-left: 1px solid #ddd;
}

.page-menu>li>a {
	display: block;
	width: 100%;
	padding: 15px 0 15px;
	font-size: 15px;
	white-space: nowrap;
	background-color: #fff;
	font-weight: 400;
	color:#999;
}

.page-menu>li.active {
	border-top: 2px solid #3246fa;
	border-bottom:none;
}

.page-menu>li.active>a {
	color:#3246fa;
	font-weight:600;
}



.notice-menu {
	margin-top:30px;
	overflow:hidden;
}

.notice-menu>li {
	width:49.5%;
	float: left;
	text-align: center;
	border: 1px solid #ddd;
}

.notice-menu>li:last-child {
	margin-left: 1%;
}

.notice-menu>li>a {
	display: block;
	width: 100%;
	padding: 10px 0 10px;
	font-size: 13px;
	white-space: nowrap;
	background-color: #fff;
	font-weight: 400;
	color:#999;
}

.notice-menu>li.active {
	
}

.notice-menu>li.active>a {
	color:#fff;
	background:#222;
	font-weight:600;
}



@media all and (max-width:1279px) {
    /*.b-gnbMenuWrap{padding-right:30px;}*/
    .b-gnbMenuWrap.fixed{
        position:fixed; top:0; z-index:9;
        width:100%;
        background:white;
    }
    
    .gnb-search .btn-t-allMenu{
        right:0;
        width:35px; height:35px;
        z-index:1;
        margin-left:7px;
    }
    
    .gnb-search .btn-t-allMenu>*{
        display:block;
        width:22px;
        height:4px;
        margin:3px auto;
        background:#206baf;
    }
    
    .b-gnbMenuWrap .btn-t-allMenu>*:nth-child(2){
        margin:4px auto;
    }
    /*.gnb-menu{flex-wrap:nowrap;}*/
    .mobile .gnb-2depth, .mobile .gnb-alldept {display:none !important;}
}

@media all and (max-width:1279px) {
    .gnb-menu {left:23px; right:23px;  }
    .gnb-menu > li a {font-size:16px; padding:0 11px;}
    .gnb-menu .hit {margin-right:12px;}
    .gnb-menu .hit a {width:133px;  }
    .gnb-menu.layout-medium-under {margin-bottom:70px; }
    #gnb-m-area {display:none;}
    .gnb-search .btn-t-allManu {width:30px; height:30px; background-size:18px auto; margin-left:7px}
}

@media all and (max-width:1023px) {
    .gnb-menu {left:0; right:0; position:relative; height:auto; border-top:1px solid #ddd; bottom:auto;  display:flex; flex-wrap: wrap; background:#fff; }
    .gnb-menu.fixed {position:fixed; top:0; z-index:10; transition: all .4s ease-in ; }
    .gnb-menu > li {width:20%; border-right:1px solid #ddd; border-bottom:1px solid #ddd;  height:29px; line-height:1.3;}
    .gnb-menu > li:nth-child(5n) {border-right:none;}
    .gnb-menu > li a {text-align:center; padding:0;  font-size:12px; letter-spacing:-0.1em; width:100%; height:100%; padding:7px 0 ;  display:flex; align-items:center; justify-content: center; white-space:nowrap; font-weight:normal;}
    .gnb-menu .hit {margin-right:0; border-bottom:1px solid #24aae1;  border-right:1px solid #24aae1; margin-top:-1px; padding-top:2px;}
    .gnb-menu .hit a {width:auto;   background-size:12px auto; margin-top:-1px;}
    .gnb-menu .hit a::before {width:16px; height:29px; background: url("../images/main/t_hit.png") no-repeat left center; background-size:auto 14px}
    .gnb-menu.layout-small.fixed {position:fixed; top:0; z-index:9;}
    #gnb-m-area {display:block; position:fixed; left:0; top:-100%; width:100%; height:30px; background:#ccc; z-index:99; transition:all .3s ease-in}
    #gnb-m-area.fixed {top:0;}
}


/* 퀵메뉴 */
.quick  {position:absolute;  top:0; right:1%; margin-top:170px; /*margin-right:-750px;*/  width:95px; padding-top:5px; border:1px solid #ccc; border-bottom:0; background:#fff; text-align:center; z-index:10; border-radius:8px}
.quick li {padding:0 10px;}
.quick li a {display:block; height:100%; 
    padding:50px 0 15px;
    font-size:14px; line-height:1.2; 
    border-bottom:1px solid #ddd;
    background-repeat:no-repeat; background-position:center top 15px;
}
.quick li span {display:block; height:100%; 
    padding:50px 0 15px;
    font-size:14px; line-height:1.2; 
    border-bottom:1px solid #ddd;
    background-repeat:no-repeat; background-position:center top 15px;
}

.quick li.quick_kakao a {background-image: url("../images/icons/icon_kakao.png"); background-size:45px; background-position-y:0px;}
.quick li.quick_partner a {background-image: url("../images/icons/quick/icon_partner.png"); background-size:45px; background-position-y:5px;}
.quick li.quick_card a {background-image: url("../images/icons/quick/icon_card.png"); background-size:45px; background-position-y:5px;}
.quick li.quick_goodsCs a {background-image: url("../images/icons/quick/ico_goodsCs.svg");}
.quick li.quick_goodsConsul a {background-image: url("../images/icons/quick/icon_callcenter.png"); background-size:43px; background-position-y:5px;}
/*.quick li.quick_goodsCode a {background-image: url("../images/icons/quick/ico_goodsCode.svg");}*/

/* .quick li.quick_as a {background-image: url("../images/main/quick_as.png");}
.quick li.quick_delivery a {background-image: url("../images/main/quick_delivery.png");}
.quick li.quick_pay a{padding-top:40px; background-image: url("../images/main/quick_pay.png");}
.quick li.quick_notice a {background-image: url("../images/main/quick_notice.png");} */

.quick li.quick_top{background:#3e3e3e;border-bottom-left-radius: 8px; border-bottom-right-radius: 8px;}
.quick li.quick_top a {
    display:flex; flex-direction:column; align-items:center;
    padding:8px 0; 
    font-size:13px;color:white;
    border-bottom:none;
}
.quick li.quick_top a:before {content:""; display:block;
    width:15px; height:12px;
    background:url("../images/icons/ico_swiper_prev2.png") no-repeat center/12px;
    margin-bottom:3px;
    transform:rotate(90deg);
     /* background:#222; border:5px solid #fff; border-bottom:7px solid #222;
      margin-right:5px;  */
    }
.main .quick {margin-top:0px}
.sub .quick {margin-top:48px}

@media all and (max-width:1279px) {
    .quick{
        display:none;
        position:fixed; top:auto !important; right:20px; bottom:100px;
        width:auto; 
        margin-right:0; 
        background:transparent;border:none;
    }
    .quick.show{
        display:block;
    }
    .quick li{display:none}
    .quick li.quick_top {display:block; border-radius:100%;}
    .quick li.quick_top a{font-size:12px;}
}

/* footer */
.b-footer {position:relative; padding:4rem 0 10rem;background:#222; font-size:1.5rem;color:white;}
.b-footer__inner{display:flex; }
.b-footer__logo{margin-top:-5px;font-size:2.5rem; color:#444; font-weight:600;}
.b-footer__info{padding-left:3rem;}

.b-footer .links{display:flex;}
.b-footer .links li{margin-right:2rem; font-weight:500;}

.b-footer address{margin:1.5rem 0 2rem; color:#aaa; font-style:normal; line-height:1.6}
.b-footer address span::after {content:""; display:inline-block; width:1px; height:12px; margin:0 2px 0 5px; background:#444; }
.b-footer address span.last:after{display:none;}
.b-footer .copyright{font-size:1.5rem; color:#666;}

@media all and (max-width:1279px){
    .mobile .b-footer{padding:2rem 0 15rem;}
    .mobile .b-footer__inner{flex-direction: column;}
    .mobile .b-footer__logo{font-size:1.8rem}
    .mobile .b-footer__info{margin-top:1rem; padding-left:0;}
    .mobile .b-footer__info, .mobile .b-footer .copyright{font-size:1.3rem;}
    .mobile .b-footer address{margin:1rem 0}
    .mobile .b-footer address span::after{height:8px}
}


/**********************************
 01. 공통영역 : 썸네일 공통
**********************************/
/*썸네일 기본형 PC(4col), Tablet(3col), Mobile(2col): 공통 스타일*/
.thumbnails {width:100%; display:flex; flex-wrap:wrap;}
.thumbnails::after {content:""; display:block; height:0; width:0; font-size:0; clear:both; visibility:hidden; }
.thumbnails > li {width:280px; float:left; margin-right:32px; margin-bottom:40px; }
.thumbnails .thumb-img {position:relative; display:block; width:100%; height:280px; border:1px solid #dfdfdf; margin-bottom:17px; overflow:hidden; }
.thumbnails .thumb-s-img {position:relative; display:block; width:100%; border:1px solid #dfdfdf; margin-bottom:17px; overflow:hidden; min-height:281px; }
.thumbnails .thumb-m-img {position:relative; display:block; width:100%; border:1px solid #dfdfdf; margin-bottom:17px; overflow:hidden; }
.thumbnails .thumb-img img, .thumbnails .thumb-s-img img, .thumbnails .thumb-m-img img {max-width:100%; width:100%;}
.thumbnails li:nth-child(4n) {margin-right:0;}

@media all and (max-width:1279px){ 
    .thumbnails > li {width:317px; margin-right:14px;}
    .thumbnails li:nth-child(4n) {margin-right:14px;}   
    .thumbnails li:nth-child(3n) {margin-right:0; width:316px;}
    .thumbnails .thumb-img {height:317px;}
}

@media all and (max-width:1023px){
    .thumbnails > li {margin-right:1.7856%; /* 12/672*100 = 1.7856*/ width:49.1071%; /* 330/672*100 = 49.1071*/ margin-bottom:20px } 
    .thumbnails li:nth-child(4n) {margin-right:1.7856%;}     
    .thumbnails li:nth-child(3n) {width:49.1071%; /* 330/672*100 = 49.1071*/ margin-right: 1.7857% ; /* 12/672*100 = 1.7857*/}
    .thumbnails li:nth-child(2n) {margin-right:0;}
    .thumbnails .thumb-img {margin-bottom:6px;}
    .thumbnails .thumb-s-img {margin-bottom:6px;}
    .thumbnails .thumb-m-img {margin-bottom:6px;}
}

/* 베스트·추천·인기·신상품 등 label */
.labels {margin-top:8px; margin-bottom:8px; font-size:0; display:flex; justify-content: center;}
.labels span {display:inline-block; color:#fff; font-size:12px; line-height:20px; width:48px; height:22px; white-space:nowrap;}
.labels span:last-child {margin-right:0;}
.labels .label-best {background-size:48px 22px; background-image: url("../images/main/bt003.png"); text-align:center;}
.labels .label-hit {background-size:48px 22px; background-image: url("../images/main/bt001.png"); text-align:center;}
.labels .label-sale {background-size:48px 22px; background-image: url("../images/main/bt004.png"); text-align:center;}
.labels .label-new {background-size:48px 22px; background-image: url("../images/main/bt002.png"); text-align:center;}
.labels .label-event {background-size:48px 22px; background-image: url("../images/main/bt005.png"); text-align:center;}
.labels .label-gift {background-size:48px 22px; background-image: url("../images/main/bt006.png"); text-align:center;}

@media all and (max-width:1023px){
    .labels {padding:0;}
    .labels span {font-size:10px; line-height:18px;  margin-right:3px; width:25px; height:12px;}
    .labels .label-best {background-size:25px 12px; background-image: url("../images/main/bt003.png"); text-align:center;}
	.labels .label-hit {background-size:25px 12px; background-image: url("../images/main/bt001.png"); text-align:center;}
	.labels .label-sale {background-size:25px 12px; background-image: url("../images/main/bt004.png"); text-align:center;}
	.labels .label-new {background-size:25px 12px; background-image: url("../images/main/bt002.png"); text-align:center;}
	.labels .label-event {background-size:25px 12px; background-image: url("../images/main/bt005.png"); text-align:center;}
	.labels .label-gift {background-size:25px 12px; background-image: url("../images/main/bt006.png"); text-align:center;}
}

/* 썸네일 제품명, 텍스트, 강조텍스트 */
.thumb-tit {font-size:16px; margin-bottom:10px;}
.thumb-txt {font-size:15px;}
.thumb-txt-point {font-size:15px; color:#0168b7;}

@media all and (max-width:1279px){
    .thumb-tit {font-size:16px;}
    .thumb-txt  {font-size:16px;}
    .thumb-txt-point {font-size:16px;}
}

@media all and (max-width:1023px){
    .thumb-tit {font-size:12px; }
    .thumb-txt  {font-size:12px; }
    .thumb-txt-point {font-size:12px; }
}

/*best 1위, hit item, only BS, 공식대리점*/
/*.sticker-best, .sticker-hit, .sticker-unique, .sticker-official {width:58px; height:47px; position:absolute; right:3px; bottom:3px; background-repeat:no-repeat;  font-size:16px;
    color:#fff; line-height:1.1; text-transform:uppercase; font-weight:600; box-shadow:0 0 2px 2px rgba(0,0,0,0.3); display:flex; align-items: center; justify-content: center; }
.sticker-best {background-color:#ff7402; background-image: url("../images/main/sticker_best.png")}
.sticker-hit {background-color:#288e6c; background-image: url("../images/main/sticker_hit.png")}
.sticker-unique {background-color:#1f8fe0; background-image: url("../images/main/sticker_unique.png")}
.sticker-official {background-color:#692dd6; background-image: url("../images/main/sticker_official.png")}*/

.sticker-as3, .sticker-as2, .sticker-as1, .sticker-as4, .sticker-as5, .sticker-as39, .sticker-delivery3, .sticker-delivery5, .sticker-delivery7, .sticker-delivery10 {width:60px; height:60px; position:absolute; right:3px; bottom:3px; background-repeat:no-repeat;  font-size:16px;
    background-size:60px 60px; color:#fff; line-height:1.1; text-transform:uppercase; font-weight:600; box-shadow:0 0 2px 2px rgba(0,0,0,0.3); display:flex; align-items: center; justify-content: center; }
.sticker-as1 {background-image: url("../images/main/st001.png")}
.sticker-as2 {background-image: url("../images/main/st002.png")}
.sticker-as3 {background-image: url("../images/main/st003.png")}
.sticker-as4 {background-image: url("../images/main/st004.png")}
.sticker-as5 {background-image: url("../images/main/st005.png")}
.sticker-as39 {background-image: url("../images/main/st006.png")}
.sticker-delivery3 {background-image: url("../images/main/st007.png")}
.sticker-delivery5 {background-image: url("../images/main/st008.png")}
.sticker-delivery7 {background-image: url("../images/main/st009.png")}
.sticker-delivery10 {background-image: url("../images/main/st010.png")}
.thumb-topImg {position:absolute; left:0;}

@media all and (max-width:1279px){
    .sticker-as3, .sticker-as2, .sticker-as1, .sticker-as4, .sticker-as5, .sticker-as39, .sticker-delivery3, .sticker-delivery5, .sticker-delivery7, .sticker-delivery10 {background-size:55px 55px; width:55px; height:55px; font-size:18px;  }
    .sticker-as1 {background-image: url("../images/main/st001.png")}
	.sticker-as2 {background-image: url("../images/main/st002.png")}
	.sticker-as3 {background-image: url("../images/main/st003.png")}
	.sticker-as4 {background-image: url("../images/main/st004.png")}
	.sticker-as5 {background-image: url("../images/main/st005.png")}
	.sticker-as39 {background-image: url("../images/main/st006.png")}
	.sticker-delivery3 {background-image: url("../images/main/st007.png")}
	.sticker-delivery5 {background-image: url("../images/main/st008.png")}
	.sticker-delivery7 {background-image: url("../images/main/st009.png")}
	.sticker-delivery10 {background-image: url("../images/main/st010.png")}
}

@media all and (max-width:1023px){
    .sticker-best, .sticker-hit, .sticker-unique, .sticker-official {width:15.5038%; min-width:40px; min-height:33px; height:33px; font-size:12px; padding:0 5px; box-shadow:2px 2px 2px rgba(0,0,0,0.3);}
    .thumbnails-list .thumb-topImg {display:none;}
}

/**********************************
 02. 공통영역 : 팝업
**********************************/
/* 구조 */
.modal-wrap {position:fixed; top:0; left:0; width:100%; height:100%;
    display:flex; justify-content: center; align-items: center;z-index:99; background-color:rgba(0,0,0,.6)}

/* 팝업 디자인 */
.modal-box {
    position: relative;
    min-width:200px; max-width:90%; max-height:90vh; 
    padding-top:6rem;
    word-break:break-all;
}
.modal-box .cont-wrap{height:auto; max-height:80vh; padding:2rem 2rem 4rem; overflow:auto;
     background:white;}
.modal-box .modal-box-title {
    display:flex; align-items:center; justify-content: space-between;
    position:absolute; top:0; width:100%; height:6rem; 
    padding:0 2rem;
    background:#061055; font-size:2.2rem; color:#fff; font-weight:500;
    border-top-left-radius: 10px; border-top-right-radius: 10px;
}
.modal-box .modal-box-title .pop-close {
    width:20px; height:20px;
    background:url("../images/icons/ico_pop_close.png") no-repeat center; border:0; text-indent:-9999px; overflow:hidden;}

.modal-box .modal-box-txt{
    font-size:1.8rem;font-weight:500;text-align:center;line-height:1.7;
}
    .modal-box .modal-box-txt .sm{font-size:1.6rem;color:#666; font-weight:400;}
    
.modal-box .modal-box-form{margin-top:2rem}
    
.modal-box__btnArea {margin-top:4rem; text-align:center; }
.modal-box__btnArea>*{min-width:10rem; margin-right:0.5rem}
.modal-box__btnArea>*:last-child{margin-right:0}
.modal-box .pop-btn-area .pop-btn {height:40px; line-height:40px;
     padding:0 30px; font-size:16px; font-family:inherit; font-weight:normal}
.modal-box .pop-btn-area .pop-btn + .pop-btn {margin-left:5px;}

/* 약관 type2모달 */
.modal-box-type2 .modal-box-title{z-index:1;top:0;font-size:1.8rem; background:white; color:#222; border-bottom:1px solid #ddd; border-radius:0}
.modal-box-type2 .modal-box-title .pop-close{background-image:url("../images/icons/ico_close.png")}

/* 약관 */
.b-term{font-size:1.3rem}
.b-term p, .b-term table{margin-bottom:5px}
.b-term th, .b-term td{padding:5px;}
.b-term td{border-bottom:1px solid #eee;}
.b-term th{border-bottom:1px solid #ddd}
.b-term tr:first-child th, .b-term tr:first-child td{border-top:1px solid #aaa;}
.b-term th.dtline, .b-term td.dtline{border-bottom:1px solid #aaa}
.b-term th{background:#eee; color:#555}
/* 

.modal-box.modal-box-wHeader .tit-area{background:white; color:#222; padding:20px 30px 0}
.modal-box.modal-box-wHeader .tit-area .pop-close{background:url("../images/icons/ico_close.png") no-repeat center; top:30px}
.modal-box.modal-box-wHeader .cont-wra{padding-top:0}

.modal-box .cont-wrap--btnFixed{display:flex; flex-direction: column; padding-top:20px}
.modal-box .cont-wrap--btnFixed .cont-area{flex-grow:1}
.modal-box .cont-wrap--btnFixed .pop-btn-area{margin-top:20px}*/

/* 약관관련 모달 */
/* .modal-box .guide-box{overflow:auto; max-height:350px; border:1px solid #ddd; padding:20px 20px 0; font-size:12px}
.modal-box .guide-box th, .modal-box .guide-box td{font-size:12px}
.modal-box .guide-box__rightBtn{text-align:right}
.modal-box .guide-box .c-checkboxGroup label{padding-left:18px}
.modal-box .guide-box .c-checkboxGroup__checkmark, .modal-box .guide-box .c-checkboxGroup__radiomark{width:14px; height:14px}

.modal-box .sub-tit-area{font-size:15px; margin-bottom:10px}  */

@media all and (max-width:1279px){
    .mobile .modal-box { border:0; padding-top:5rem}
    .mobile .modal-box .modal-box-title {font-size:2rem; height:5rem;}
    .mobile .modal-box .modal-box-title .pop-close {background-size:18px}
    
    .mobile .modal-box .cont-wrap{padding-bottom:2.5rem;}
    .mobile .modal-box .modal-box-txt{font-size:1.6rem}
    .mobile .modal-box .modal-box-txt .sm{font-size:1.4rem}
    .mobile .modal-box .modal-box-form{margin-top:1rem}
    .mobile .modal-box__btnArea{margin-top:2.5rem}

    .mobile .modal-box-type2{width:100%; max-width:none; background:#fff}
    .mobile .modal-box-type2 .modal-box-title{font-size:1.6rem;}
    .mobile .modal-box-type2 .modal-box-title .pop-close{background-size:15px}

    /* .modal-box .sub-tit-area{font-size:18px;} */
}
@media all and (max-width:768px){
    .mobile .modal-box-type2{width:100% !important;max-height:none;height:100%}
    .mobile .modal-box-type2 .cont-wrap{max-height:none; overflow:auto; position:absolute; top:5rem; bottom:0}
}
@media all and (max-width:1023px){
    /* .modal-wrap { min-width:320px; overflow:hidden;} */
    /* .modal-box .tit-area p {font-size:16px;}
    .modal-box .tit-area .pop-close {position:absolute; right:20px; top:50%; transform:translate(0, -50%); background-size: 16px auto}

    .modal-box .pop-btn-area {text-align:center; font-size:0; display:flex;}
    .modal-box .pop-btn-area-sm {padding:15px 3.3333% 15px; text-align:center; font-size:0;}
    .modal-box .pop-btn-area .pop-btn {height:36px; line-height:36px; padding:0 1%; font-size:15px; flex-grow: 1; flex-basis: 0;}

    .modal-box.modal-box-wHeader .tit-area{
        padding:15px 20px 0;
    }
    .modal-box.modal-box-wHeader .tit-area .pop-close{background-size:15px; top:32px}
    .modal-box.modal-box-wHeader .cont-wrap{padding-top:60px}
    .modal-box .sub-tit-area{font-size:13px;}

    .modal-box .cont-wrap--btnFixed .cont-area{height:70%;}
    .modal-box .guide-box{max-height:none; height:100%} */
}


/* 메시지 박스 : 알럿, 컨펌 */
.msg-box {border:2px solid #103d63; background:#fff;width:500px; max-width:90%;  max-height:90%;   box-sizing:border-box; word-break:break-all; display:flex; flex-direction: column;}
.msg-box .tit-area {flex:0 0 auto; background:#103d63; color:#fff; height:60px; line-height:60px;
     position:relative; margin:0; text-align:left}
.msg-box .tit-area p {font-size:22px; padding-left:28px; flex-grow:1}
.msg-box .tit-area .pop-close {background:url("../images/icons/pop_close.png") no-repeat center;
     position:absolute; width:60px; height:60px; right:0; top:0; border:0; text-indent:-9999px; overflow:hidden; background-size:24px auto}
.msg-box .cont-wrap {padding:47px 64px 40px; font-size:16px;}
.msg-area {text-align:center; font-weight:600; margin-bottom:45px; min-height:64px; display:flex; align-items:center; }
.msg-area .txt {width:100%}
.msg-normal {background:url("../images/icons/msg_normal.png") no-repeat left top; padding-left:115px; text-align:left;}
.msg-box .btn-area {text-align:center; }
.msg-box .btn-area .btn {height:36px; padding:0 30px; font-weight:600; margin:0 4px;}

@media all and (max-width:1023px){
    .msg-box {width:350px; max-width:90%;  max-height:90%; }
    .msg-box .tit-area {height:40px; line-height:38px;  }
    .msg-box .tit-area p {font-size:14px; padding-left:20px}
    .msg-box .tit-area .pop-close {width:40px; height:38px; background-size:15px auto}
    .msg-box .cont-wrap {padding:25px 8%; font-size:14px;}
    .msg-box .btn-area .btn {height:30px; padding:0 20px; }
    .msg-area {margin-bottom:25px; min-height:40px}
    .msg-normal {background:url("../images/msg_normal.png") no-repeat left top; padding-left:65px;  background-size: 40px auto}
}

/*browser-update*/
.browser-update {position:fixed; left:50%; top:50%; margin-left:-325px; margin-top:-283px; border:2px solid #103d63; background:#fff; width:650px;  box-sizing:border-box; word-break:break-all; }
.browser-update .cont-wrap {padding:65px 90px 20px; text-align:center;}
.browser-update .cont-wrap img {margin-bottom:35px; font-size:16px;}
.browser-update .cont-wrap p {margin-bottom:35px; color:#555;}
.browser-update .cont-wrap .fwb {color:#222}
.browser-update .browser-links {height:135px; background:#103d63; color:#fff; font-weight:600; font-size:16px; text-align:center; display:table; width:100%; box-sizing:border-box; padding:0 80px;}
.browser-update .browser-links a {display:table-cell; background-repeat:no-repeat; width:50%; letter-spacing:-0.5px}
.browser-update .browser-links .b-chrome {background-image:url(../images/browser_update_chrome.png); background-position:center 32px; }
.browser-update .browser-links .b-ie {background-image:url(../images/browser_update_ie.png); background-position:center 29px;}


/* 메인화면 팝업 */
.mainPopup {max-width:90%; max-height:90%;  min-width:200px; min-height:200px;  box-sizing:border-box; word-break:break-all; display:flex; flex-direction: column; }
.mainPopup-btn {position:relative;width:100%;height:50px; background:#ffffff; color:#222; font-size:17px; text-align:right; border-radius: 0 0 20px 20px;}
.mainPopup-btn button {width:50%; flex:1 1 0; font-weight:600;}
.mainPopup-btn button + button {border-left:1px solid #222; display:inline-block;}

.mainPopup-cont {
	border-radius:20px 20px 0 0;
}

@media all and (max-width:1279px){
    .mainPopup-btn {font-size:18px;}
}

@media all and (max-width:1023px){
    .mainPopup  img {max-width:100%;}
    .mainPopup-btn {font-size:15px; height:40px; }
}

/**********************************
 03. 공통 : 테이블
**********************************/
/******** 입력형 테이블  *********/
.c-formBlock{display:flex; flex-direction: column; padding-top:1rem;
     border-top:1px solid #222; /*border-bottom:1px solid #eee;*/
    }
.c-formBlock>*{margin-bottom:1rem}
.c-formBlock .c-inputgray{background:#f6f6f6; border:none}
.tbl-input, .tbl-read {border-top:1px solid #ddd; width:100%;}
.tbl-input td, .tbl-input th, .tbl-read td, .tbl-read th  {border-bottom:1px solid #ddd; font-size:13px; height:57px; box-sizing:border-box; }
.tbl-input th, .tbl-read th {border-right:1px solid #ddd; background:#f6f6f6; text-align:left; padding:10px 20px;  padding-top:19px; vertical-align:top; font-weight:normal; }
.tbl-input td, .tbl-read td {padding:10px; border-right:1px solid #ddd;}
.tbl-input thead th, .tbl-read thead th  {text-align:center}
.tbl-input tr th:last-child, .tbl-read tr th:last-child {border-right:0}
.tbl-input tr td:last-child, .tbl-read tr td:last-child {border-right:0}

.tbl-input td > select, .tbl-read td > select{width:100%;}
.tbl-input input + .btn, .tbl-input select + .btn, .tbl-input input + input, .tbl-input input + select,
.tbl-read input + .btn, .tbl-read select + .btn, .tbl-read input + input , .tbl-read input + select{margin-left:5px;}
.tbl-input .btn, .tbl-read .btn {height:36px; line-height:34px; padding:0 18px; font-weight:600;}

.tbl-input input[type=text],
.tbl-input input[type=password],
.tbl-input input[type=email],
.tbl-input input[type=tel],
.tbl-input input[type=number],
.tbl-input select,
.tbl-read input[type=text],
.tbl-read input[type=password],
.tbl-read input[type=email],
.tbl-read input[type=tel],
.tbl-input input[type=number],
.tbl-read select {width:100%; height:36px;}


@media all and (max-width:1279px){
    .tbl-input td, .tbl-input th, .tbl-read td, .tbl-read th {height:60px; font-size:18px}
    .tbl-input input[type=text],
    .tbl-input input[type=password],
    .tbl-input input[type=email],
    .tbl-input input[type=tel],
    .tbl-input input[type=number],
    .tbl-input select,
    .tbl-read input[type=text],
    .tbl-read input[type=password],
    .tbl-read input[type=email],
    .tbl-read input[type=tel],
    .tbl-input input[type=number],
    .tbl-read select {height:39px;}
    .tbl-input .btn, .tbl-read .btn {height:39px; line-height:37px; font-size:16px }
}

@media all and (max-width:1023px){
    .tbl-input, .tbl-read {margin-bottom:15px; }
    .tbl-input td, .tbl-input th, .tbl-read td, .tbl-read th {height:34px; font-size:12px; padding:10px 8px ;}
    .tbl-input input[type=text],
    .tbl-input input[type=password],
    .tbl-input input[type=email],
    .tbl-input input[type=tel],
    .tbl-input input[type=number],
    .tbl-input select,
    .tbl-read input[type=text],
    .tbl-read input[type=password],
    .tbl-read input[type=email],
    .tbl-read input[type=tel],
    .tbl-input input[type=number],
    .tbl-read select {height:24px;}
    .tbl-input .btn, .tbl-read .btn {height:24px; line-height:22px; padding:0 10px; font-size:12px }

    /* table 하단 info-txt */
    .tbl-input + .info-txt , .tbl-read + .info-txt {margin-top:0}
}
.grp-rows {max-width:526px}
.grp-rows .row {display:block; margin-bottom:10px; }
.grp-rows .row:last-child {margin-bottom:0; }

/*.txt-unit : 테이블 내. '-', '년,월,일 등 단위 표기에 사용*/
.txt-unit {display:inline-block; padding: 0 4px 0 8px;}

/*.info-txt : 한줄  단독  텍스트*/
.info-txt {display:inline-block; position:relative; padding-left:10px;}
.info-txt::before {content:"*"; position:absolute; left:0; top:0;}
.inputWrap{vertical-align:top}
input + .info-txt, label + .info-txt , .btn + .info-txt, .inputWrap + .info-txt {margin-left:10px}

@media all and (max-width:1279px){
    .info-txt {padding-left:13px;}
 }

@media all and (max-width:1023px){
   .info-txt {display:block; padding-left:8px; margin-top:5px; font-size:12px}
   input + .info-txt, label + .info-txt , .btn + .info-txt {margin-left:0}
}

/********** 게시판 : 상세 **********/
.article-view {font-size:13px; border-top:2px solid #222; margin-bottom:10px ; border-bottom:1px solid #ddd}
.article-view .article-header{display:flex; flex-wrap:wrap;}
.article-view .row {border-bottom:1px solid #ddd; border-right:1px solid #ddd;flex-grow:1; display:flex;}
.article-view .row .tit {background:#f6f6f6; text-align:left; border-right:1px solid #ddd; display:block; padding:10px 20px; width:130px; line-height:36px ; flex-shrink: 0; white-space:nowrap; font-weight:bold;}
.article-view .row .txt {line-height:36px;  padding:10px 20px; padding:10px 20px; overflow: hidden;  display:block; white-space: nowrap; text-overflow: ellipsis; flex:1 1 auto; overflow:hidden;}
.article-view .row:last-child .txt {border-right:0}
.article-view .row.tit-row {width:70%}
.article-view .row.date-row {width:30%; border-right:0}

.article-content {padding:15px 20px; line-height:1.8; margin-bottom:100px}
.reply-wrap {background:#fafafa; margin-bottom:20px; padding:30px;}
.reply-wrap li {background:url("../images/sub/reply_dot.png") repeat-x left bottom; padding:30px 0 31px; position:relative;}
.reply-wrap li:first-child{padding-top:0}
.reply-wrap li:last-child{margin-bottom:30px}
.reply-wrap .reply-txt {display:block; max-width:700px}
.reply-author {font-weight:600; margin-right:12px;}
.reply-ctrl {position:absolute; right:0; top:30px}
.reply-ctrl button{font-family:inherit}
.reply-wrap li:first-child .reply-ctrl {top:0}
.reply-ctrl button {padding:2px 5px;}
.reply-ctrl button + button {padding-left:6px; position:relative; }
.reply-ctrl button + button::before {content:""; width:1px; height:12px; background:#444;  position:absolute; left:0; top:6px; }

.reply-wrap li .reply-write {margin-top:5px;}
.reply-write {display:flex; height:90px;}
.reply-write textarea {border:1px solid #dddddd; height:100%;}
.reply-write button {background:#fff; border:1px solid #ddd; color:#222; width: 111px;  margin-left: 10px; font-weight:600}

@media all and (max-width:1279px){
    .article-view {font-size:16px; border-top:1px solid #ddd}
    /* .article-view td, .article-view th {height:60px;} */

}


@media all and (max-width:1023px){
    .article-view .article-header {display:block; height:auto}
    .article-view .row {border-right:0 }
    .article-view .row.tit-row {width:100%}
    .article-view .row.date-row {width:100%}
    .article-view .row .tit {padding:10px 10px;  width:70px; line-height:21px ; }
    .article-view .row .txt {line-height:21px;  padding:10px 10px ; flex-grow:1;  overflow: visible;  white-space: normal;  }
    .article-view .row:last-child .txt {border-right:0}

    .article-view {font-size:12px; margin-bottom:15px;}
    .article-content {margin-bottom:30px; padding:10px 10px;}
    .reply-wrap {padding:15px; margin-bottom:15px}
    .reply-wrap li {padding:10px 0 11px;}
    .reply-wrap li:last-child{margin-bottom:15px}
    .reply-ctrl {top:10px}
    .reply-write {height:55px; }
    .reply-write button {width:65px;margin-left:5px;}
}

/**********************************
 04. 공통 : 페이징(테이블용), nodata
**********************************/
/* 페이징 */
.paging-wrap { text-align:center; margin:3rem 0}
.paging-wrap a{width:35px; height:35px;  line-height:33px; display:inline-block;border:1px solid #e0e0e0; cursor:pointer;}
.paging-wrap a.on{background:#104F9E; color:#fff; font-weight:bold;}
.paging-wrap > span {display:inline-block;}
.page_control a{text-indent:-9999px; overflow:hidden; background-repeat:no-repeat; background-position:center}
.btn-firstpage {background-image:url("../images/icons/paging_first.png")}
.btn-prev {background-image:url("../images/icons/paging_prev.png")}
.btn-next {background-image:url("../images/icons/paging_next.png")}
.btn-lastpage {background-image:url("../images/icons/paging_last.png")}
.paging-wrap a.active {background:#061055; border:1px solid #061055; color:#fff;}

.list-more {display:none;}

@media all and (max-width:1279px){
    /*.mobile .paging-wrap {display:none;}*/
    .mobile .list-more {display:block; width:100%;  height:40px; border:1px solid #aaaaaa;
        font-family:inherit; font-size:13px;}
    .mobile .list-more + .btn-wrap {margin-top:-25px}
}

/******* nodata *******/
.no-data {border-top:2px solid #222; border-bottom:1px solid #ddd; color:#666; padding:13rem 0 5rem;
    background:url("../images/icons/ico_nodata.png") no-repeat center top 6rem; text-align:center; margin-top:5rem;}

@media all and (max-width:1279px){
    .no-data {font-size:16px;}
}

@media all and (max-width:1023px){
    .no-data {font-size:12px; }
}

/**********************************
 05. 공통 : 폼요소(input, label 등)
**********************************/


/**********************************
 05. 공통 : 폼요소(input, label 등)
**********************************/

/* input, select 너비 클래스 */
.w-50 {width:50px !important;}
.w-60 {width:60px !important;}
.w-70 {width:70px !important;}
.w-80 {width:80px !important;}
.w-90 {width:90px !important;}
.w-100 {width:100px !important;}
.w-110 {width:110px !important;}
.w-120 {width:120px !important;}
.w-130 {width:130px !important;}
.w-140 {width:140px !important;}
.w-150 {width:150px !important;}
.w-180 {width:180px !important;}
.w-190 {width:190px !important;}
.w-200 {width:200px !important;}
.w-210 {width:210px !important;}
.w-230 {width:230px !important;}
.w-260 {width:260px !important;}
.w-300 {width:300px !important;}
.w-350 {width:350px !important;}
.w-450 {width:450px !important;}
.w-500 {width:500px !important;}


@media all and (max-width:1279px){
    .t-w-45 {width:45px !important;}
    .t-w-50 {width:50px !important;}
    .t-w-65 {width:65px !important;}
    .t-w-70 {width:70px !important;}
    .t-w-75 {width:75px !important;}
    .t-w-80 {width:80px !important;}
    .t-w-90 {width:90px !important;}
    .t-w-100 {width:100px !important;}
    .t-w-110 {width:110px !important;}
    .t-w-115 {width:115px !important;}
    .t-w-120 {width:120px !important;}
    .t-w-140 {width:140px !important;}
    .t-w-150 {width:150px !important;}
    .t-w-160 {width:160px !important;}
    .t-w-full {width:100% !important;}
}



@media all and (max-width:1023px){
    .m-w-45 {width:45px !important;}
    .m-w-50 {width:50px !important;}
    .m-w-65 {width:65px !important;}
    .m-w-70 {width:70px !important;}
    .m-w-75 {width:75px !important;}
    .m-w-80 {width:80px !important;}
    .m-w-90 {width:90px !important;}
    .m-w-100 {width:100px !important;}
    .m-w-110 {width:110px !important;}
    .m-w-115 {width:115px !important;}
    .m-w-120 {width:120px !important;}
    .m-w-140 {width:140px !important;}
    .m-w-150 {width:150px !important;}
    .m-w-160 {width:160px !important;}
    .m-w-full {width:100% !important;}
}


/* 메인 썸네일 섹션별 타이틀(좌측)*/
.tit-area {text-align:center; margin-bottom:50px; margin-top:40px}
.tit-area .tit {font-size:30px; font-weight:bold; line-height:1; margin-bottom:8px}
.tit-area .desc {font-size:14px; color:#999}

@media all and (max-width:1279px){
    .tit-area .desc {font-size:16px;}
}

@media all and (max-width:1023px){
    .tit-area {text-align:left; margin-bottom:20px; }
    .tit-area .tit {font-size:17px; display:inline-block; margin-right:5px}
    .tit-area .desc {font-size:12px;display:inline-block}
}

@media all and (max-width:649px){
    .tit-area .tit {display:block;}
}

/**********************************
06. 공통 : 리스트(ul), txt
**********************************/
.dot-list li{position:relative; padding-left:15px;}
.dot-list li:before{    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    background: #222;
    border-radius: 50%;
}
/*info-list : '-' 있는 리스트*/
.dash-list li {padding-left:10px; position:relative;;}
.dash-list li::before {content:"- "; position:absolute; left:0; top:0; }

/*num-list : 넘버있는 있는 리스트*/
.num-list {counter-reset:rankup-counter 0;}
.num-list > li{text-align:left; counter-increment:rankup-counter; }
.num-list > li:before{padding-right:4px; content:counter(rankup-counter) '.';}

/**********************************
07. 카테고리/전체메뉴(모바일/태블릿)
**********************************/
.m-gnb {position:fixed; left:0; top:0;z-index:999; 
    display:none;width:100%; height:100%; min-width:320px;
    padding-top:40px;
    overflow:auto; background:#fff; 
}
.m-gnb .btn-close, .b-header__searchForm .btn-close{
    position:absolute; top:150px;
    border-radius:20px;
    display:inline-block; width: 40px; height:40px; 
    overflow:hidden; text-indent:-9999px;
   background: url("../images/icons/ico_close.png") no-repeat center/16px;
   background-color: #fff;
   background-blend-mode: multiply;
}

.m-gnb-top{
    padding:2rem; border-bottom:2rem solid #f7f7f7}
.m-gnb-top .loginBefore{display:flex; justify-content: space-between;}
.m-gnb-top .loginBefore>*{width:49%;}
.m-gnb-top .loginAfter{display:flex; justify-content: space-between;}
.m-gnb-top .loginAfter .btnArea>*:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    margin: 0 2px 0 5px;
    background: #ccc;
}
.m-gnb-top .loginAfter .btnArea>*:last-child:after {
    display:none
}

.m-gnb .category{
    border-bottom:2rem solid #f7f7f7
}
.m-gnb .category li{
    padding:1rem 0rem 1rem 2rem;
    border-bottom:1px solid #eee;
    font-size:1.5rem; font-weight:500;
}
/*.m-gnb .category > li{
    background:url("/resources/images/icons/ico_swiper_next.png") no-repeat right 20px center/10px;
}*/
.m-gnb .category li a{display:block}
.m-gnb .recomm, .main .sec-product.recomm{padding:2rem;}
.m-gnb .recomm .product-title{text-align:left; font-size:2rem}
.m-gnb .category li.show{
    padding:1rem 0rem 0rem 2rem !important;
}

.m-gnb .category li a .menuTxt{position:relative; display:inline-block; width:100%;}
.m-gnb .category li a .arrow{position:absolute; display:inline-block; right:15px; width:23px; height:23px; background:url("/resources/images/icons/footer_toggle.png") no-repeat center/15px; transform:rotateX(180deg); transition:.3s;}
.m-gnb .category li.show a .arrow{
    transform:rotateX(0deg);
}

@media all and (max-width:1279px){
    .mobile .m-gnb {display:block}
    .mobile .m-gnb.hide{display:none}
    .m-gnb .btn-close, .b-header__searchForm .btn-close {top:15px; right:15px;}
}





@media all and (max-width:1023px){
    .m-gnbMenu h2 {font-size:15px; width:auto; margin-bottom:10px;}
}

/*로그인 정보영역*/


.m-gnbMenu h2 {font-size:20px; font-weight:600;  margin-bottom:20px; padding-left:15px}
.m-gnb.affcard {display:none !important;}
.m-gnbMenu .img-logo{width:100px}
.m-gnbMenu-top {position:relative; display:flex; justify-content: space-between; padding:15px 15px 20px 15px}
.m-gnbMenu-top::after,.m-gnbMenu-btnGroup::after {position: absolute; left: 0;  right: 0; bottom: 0;  content: "";  display: block; width: 100%; height: 5px; border-top: 1px solid #e0e0e0;  background: #f4f4f4; }


/*카테고리 닫기버튼*/
.m-gnbMenu-top>div{flex-shrink: 0;}
.m-gnbMenu-top p{font-size:13px; margin-right:5px}

.m-gnbMenu-btnGroup{ display:flex; padding:0 15px; margin:15px 0}
.m-gnbMenu-btnGroup a{flex-grow:1; height:35px; line-height:35px; margin-right:10px; text-align:center; border:1px solid #ccc;border-radius:5px;}
.m-gnbMenu-btnGroup a:last-child{margin-right:0;}

.m-gnbMenu-search{padding:15px;}
.m-gnbMenu-search .form-src {position:relative;width:100%; padding:5px 10px; border:2px solid #3e82c3;}
.m-gnbMenu-search .form-src input[type="text"] {
    width:88%; height:25px; 
    background:transparent; border:none; 
    padding:0;
    font-size:14px;}
.m-gnbMenu-search .btn-t-src{position:absolute; right:10px; width:25px; height:25px; background-size:20px}

.m-gnbMenu-category{position:relative; padding-top:10px; padding-bottom:30px;}
.m-gnbMenu-category::after {position:absolute; left:0; right:0; bottom:0; content:""; display:block; width:100%; height:5px; border-top:1px solid #e0e0e0; background:#f4f4f4;}
.m-gnbMenu-category ul{display:flex; flex-wrap:wrap; border-top:1px solid #ddd}
.m-gnbMenu-category ul li{width:33.3333%; height:40px; line-height:40px; border:1px solid #ddd; border-top:none; border-left:none; text-align:center;}
.m-gnbMenu-category ul a{display:block;}

/* 최근본상품 */
.grp-recent {margin-top:20px}
.grp-recent .thumbnails {width:979px; margin:0 auto;}
.grp-recent .thumbnails > li {width:234px !important; margin-right:14px !important; overflow:hidden;}
.grp-recent .thumbnails > li:nth-child(4n) {margin-right:0 !important;}

@media all and (max-width:1023px){
    .m-gnbMenu .img-logo{width:90px;}
    .m-gnbMenu-top .m-gnb-close{margin-left:10px}
    .grp-recent {}
    .grp-recent .thumbnails {width:auto; margin:0 10px}
    .grp-recent .thumbnails > li {width:31.9940% !important; margin-right:1.9345% !important; text-align:center;/*width:49% !important; margin-right:1% !important*/}
    .grp-recent .thumbnails > li:nth-child(3n) {margin-right:0 !important;}
    .grp-recent .thumbnails > li:nth-child(4n) {display:none}
    .grp-recent .thumb-tit{margin-bottom:0}
    .grp-recent .thumb-tit, .grp-recent .thumb-txt, .grp-recent .thumb-txt-point {font-size:11px;}
    .grp-recent .thumbnails .labels {display:none;}
}

/**********************************
08. 하단 푸터 고정메뉴, go-top 위로 버튼
**********************************/
/*******하단 푸터 고정메뉴 : 모바일, 태블릿 *******/
.fixed-menu {position:fixed; z-index:12; bottom:0; left:0; width:100%;  background:#fff; border-top:1px solid #989898; display:flex; align-items: stretch; align-items: center; justify-content: center;}
.fixed-menu li {width:25%; text-align:center; font-size:18px; }
.fixed-menu li a {display:block; padding:20px 0;}
.fixed-menu li a::before {content:""; width:30px; height:30px; display:block; background:#ccc;  margin:0 auto; margin-bottom:5px;}
.fixed-menu .home a::before {background:url("../images/icons/mobFooter/ico_home.svg") no-repeat center; background-size:22px auto}
.fixed-menu .mypage a::before {background:url("../images/icons/mobFooter/ico_mypage.svg") no-repeat center; background-size:22px auto}
.fixed-menu .cart a::before {background:url("../images/icons/mobFooter/ico_cart.svg") no-repeat center; background-size:22px auto}
.fixed-menu .consult a::before {background:url("../images/icons/quick/icon_callcenter.png") no-repeat center; background-size:27px auto}
.fixed-menu .kakao a::before {background:url("../images/icons/icon_kakao.png") no-repeat center; background-size:35px auto}
/*.fixed-menu .kakao a::before {background:url("../images/icons/mobFooter/ico_kakao.svg") no-repeat center; background-size:22px auto}*/

.btn-goToTop{
    position:fixed; bottom:10rem; right:1rem; z-index:9;
    display:none; flex-direction: column; align-items: center; justify-content: center;
    width:6rem; height:6rem;
    background:white; font-weight:500;
    border-radius:100%; border:1px solid #ddd;
}
.btn-goToTop.show{
    display:flex;
}
.btn-goToTop:before{
    display:inline-block; width:15px; height:10px;
    content:'';
    background:url("../images/icons/ico_goTop.png") no-repeat center;
    margin-bottom:2px;
}
.b-btmFixedMenu{
    display:flex; justify-content: center;
    position:fixed; left:0; right:0; bottom:0; z-index:9;
    background:#3246fa; color:white;
    padding:1rem 0;
}
.b-btmFixedMenu .txtArea{display:flex; align-items: center;}
.b-btmFixedMenu .txtArea>*{font-size:1.7rem; vertical-align:middle;}
.b-btmFixedMenu .txtArea a{font-size:2.5rem; font-weight:600; margin:0 2rem 0 1rem}
.b-btmFixedMenu .btnArea{display:flex; align-items: center;}
.b-btmFixedMenu .btnArea>*{min-width:11rem; margin-right:1rem;}

.b-mBtmFixedMenu{display:none}


@media all and (max-width:1279px){
    .mobile .btn-goToTop{
        font-size:0; width:5rem; height:5rem;
    }
    .mobile .btn-goToTop:before{
        width:15px; height:20px;
        background:url("../images/icons/ico_goTop_m.png") no-repeat center; background-size:15px;
    }
    .b-btmFixedMenu{display:none}
    .mobile .b-mBtmFixedMenu{display:block; position:fixed; left:0; right:0; bottom:0; z-index:9; background:white; border-top:1px solid #eee}    
    .b-mBtmFixedMenu ul{
        display:flex; justify-content: center;
    }
    .b-mBtmFixedMenu ul li{width:25%; text-align:center; font-size:1.3rem}
    .b-mBtmFixedMenu li a, .b-mBtmFixedMenu li button{display:block; width:100%; padding:1rem 0;}
    .b-mBtmFixedMenu li a::before,.b-mBtmFixedMenu li button::before  {content:""; width:30px; height:30px; display:block; background:#ccc;  margin:0 auto; margin-bottom:5px;}
    .b-mBtmFixedMenu .home a::before, .b-mBtmFixedMenu .home button::before {background:url("../images/icons/mobFooter/ico_home.png") no-repeat center; background-size:22px auto}
    .b-mBtmFixedMenu .card a::before,.b-mBtmFixedMenu .card button::before {background:url("../images/icons/mobFooter/ico_card.png") no-repeat center; background-size:24px auto}
    .b-mBtmFixedMenu .mypage a::before,.b-mBtmFixedMenu .mypage button::before {background:url("../images/icons/mobFooter/ico_mypage.png") no-repeat center; background-size:22px auto}
    .b-mBtmFixedMenu .cs a::before,.b-mBtmFixedMenu .cs button::before {background:url("../images/icons/mobFooter/ico_cs.png") no-repeat center; background-size:22px auto}
    .b-mBtmFixedMenu .kakao a::before,.b-mBtmFixedMenu .kakao button::before {background:url("../images/icons/mobFooter/ico_kakao.png") no-repeat center; background-size:22px auto}
}

@media all and (max-width:1023px){
    .fixed-menu {min-width:320px;}
    .fixed-menu li {text-align:center; font-size:12px; }
    .fixed-menu li a {display:block; padding:10px 0;}
    .fixed-menu li a::before { width:25px; height:25px;}

    .fixed-menu .home a::before {background-size:18px auto}
    .fixed-menu .mypage a::before {background-size:18px auto}
    .fixed-menu .cart a::before {background-size:18px auto}
    .fixed-menu .consult a::before {background-size:25px auto}
    .fixed-menu .kakao a::before {background-size:31px auto}
    /*.fixed-menu .kakao a::before {background-size:18px auto}*/
    
}

/**********************************
 10. 메인화면
**********************************/

/****** 비주얼 메인배너 *******/
.sec-mainBanner {position:relative; width:100%; /*height:620px;*/ }
.sec-mainBanner.mDis{display:none} 
.sec-mainBanner .btn-prev, .sec-mainBanner .btn-next  {
    position:absolute; z-index:5; top:50%; left:50%;
    margin-top:-45px; width:65px; height:65px;
    background-color:rgba(0,0,0,0.2);
    background-repeat:no-repeat; background-position:center;
    text-indent:-9999px; border-radius:100%;
    overflow:hidden;}
.sec-mainBanner .btn-prev {background-image: url("../images/icons/ico_swiper_prev2.png"); left:50px}
.sec-mainBanner .btn-next {background-image: url("../images/icons/ico_swiper_next2.png"); left:auto; right:50px;}
.main-banner {position:relative;}
.main-banner .banner-item {height:auto; width:100%; text-align:center; display:block;}
.main-banner .banner-item img {width:100%;}

@media all and (max-width:1279px){
    .mobile .sec-mainBanner.pDis{display:none}
    .mobile .sec-mainBanner.mDis{display:flex; height:auto}
    .mobile .mDis .main-banner .banner-item img  {width:100%; max-width:100%; }
}

/*dot 페이징*/
.swiperBullets {position:absolute; left:50%; right:auto; margin-left:-100px; bottom:20px; z-index:2; height:20px; text-align:Center; width:200px;  }
.swiperBullets .swiper-pagination-bullet {width:12px; height:12px; margin:0 4px; background-color:#fff; opacity:1; border:1px solid #ddd; cursor:pointer}
.swiper-pagination .swiper-pagination-bullet-active, .swiperBullets .swiper-pagination-bullet-active {padding:3px; background-color:#444; border:1px solid #444;}
@media all and (max-width:1279px){
    .swiperBullets {display:none;}
}

/*number 페이징*/
.sec-mainBanner .swiper-pagination-fraction {
    position:absolute; left:auto; right:10px; bottom:25px; background:rgba(0,0,0, 0.3); width:50px; 
     border-radius: 12px; padding: 5px 0; font-size: 12px; color:#fff;  text-align:center; display:none;}
@media all and (max-width:1279px){
    .sec-mainBanner .swiper-pagination-fraction {display:block;}
}


/******* sec-event *******/
.sec-event.mDis{display:none}
.sec-event ul{display:flex;}
.sec-event ul li{width:32%; margin-right:1.3333%}
.sec-event ul li img{width:100%}
.sec-event ul li:last-child {margin-right:0}
.sec-event a{position:relative; display:inline-block;text-align:center}
.sec-event .details{position:absolute; top:0; left:0; bottom:0; width:100%; padding:3rem; text-align:left}
.sec-event .details .btn{height:3.2rem; line-height:3.0rem; padding:0 1.5rem; margin-top:1.5rem; 
    font-size:1.5rem;font-weight:500; background:transparent;border-radius:18px;}
    .sec-event a:hover .details .btn{background:#222; border-color:#222; color:white}

    
@media all and (max-width:1279px){
    .mobile .sec-event.pDis{display:none}
    .mobile .sec-event.mDis{display:block; margin: 0 20px;}
    .mobile .sec-event.mDis img{width:100%}
    /* .sec-event ul{flex-wrap:wrap}
    .sec-event ul li{width:49%; margin-right:1%; margin-bottom:2rem}
    .sec-event ul li:nth-child(2n){margin-right:0} */
}

@media all and (max-width:1023px){
    .mobile .sec-event .details{padding:1.5rem}
    .mobile .sec-event .details .btn{margin-top:1rem; font-size:1.4rem}
}

/* .sec-event>div {position:relative; margin-bottom:35px; padding:0 106px; overflow:visible}
.sec-event .thumbnails > li {width:342px; margin-right:21px;}
.sec-event .thumbnails > li:nth-child(3n) {margin-right:0;}
.sec-event .thumbnails > li:nth-child(4) {display:none;}
.sec-event .thumbnails .thumb-img {width:100%; height: 182px; border:none;}
.sec-event .thumb-tit {font-size:18px; white-space:nowrap; overflow:hidden; text-overflow: ellipsis;} */

/* 330/672*100 = 49.1072%;*//* 12/672*100 = 1.7857*/  /* 12/672*100 = 1.7857*/
/* @media all and (max-width:1279px){
    .sec-event>div {padding:0 3.3333%;  margin-bottom:70px;}
    .sec-event .thumbnails {margin-bottom:40px}
    .sec-event .thumbnails > li {width:49.1072%;  margin-right: 1.7857% ; margin-bottom:0;}
    .sec-event .thumbnails > li:nth-child(2n) {margin-right:0;}
    .sec-event .thumbnails > li:nth-child(3n) {margin-right: 1.7857% ; }
    .sec-event .thumbnails .thumb-img {height: 352px;}
    .sec-event .thumbnails > li:nth-child(4) {display:block;}
    .sec-event .thumbnails li .thumb-tit, .sec-event .thumbnails li .thumb-txt {display:none}
    .sec-event .thumbnails .thumb-img {height: auto; margin-bottom:10px}
} */

/* 메인페이지section공통 */
.main .sec-product{
    padding:4rem 0 6rem;
}
.sec-product .product-title{
    margin-bottom:2rem;
    text-align:center;
    font-size:3.2rem; font-weight:600;
}
.sec-product .product-cate {
    width:100%; overflow-x:auto;
    padding-bottom:1rem; margin-bottom:2rem;
    text-align:center;
}
.sec-product .product-cate ul{
    white-space:nowrap;
}
.sec-product .product-cate ul li{
    display:inline-block;
}
.sec-product .product-cate .cate-btn{
    display:inline-block;
    min-width:12rem;
    margin-right:1.3rem; padding:1.5rem 1rem;
    background:#f1f1f1;
    border:1px solid #f1f1f1;
    border-radius:40px;
    font-family:inherit;font-size:1.6rem;
}
.sec-product .product-cate li:last-child .cate-btn{
    margin-right:0
}
.sec-product .product-cate .cate-btn.active{
    background:white;
    border-color:#3d16a3;
    color:#3d16a3;
}

@media all and (max-width:1023px){
    .sec-product .product-title{font-size:2.5rem}
    .sec-product .product-cate .cate-btn{
        min-width:10rem;
        margin-right:1rem; padding:1rem;
        font-size:1.5rem;
    }
}
.sec-product .product-grid a{
    display:block;
    padding:2rem 3rem;
    font-size:1.5rem;
    /*background:#f6f6f6;*/
    border-radius:10px; text-align:center;
    border:1px solid #bdbdbd;
}
.pd-0020{
    padding:0 0 2rem 0 !important;
}
.sec-product .product-label{
    display:inline-block;
    text-align:center;
}
.sec-product .product-label>*{
    display:inline;float:left;
    padding:0.1rem 0.5rem;
    border:1px solid #222;
    font-size:1.4rem; font-weight:500;
}
.sec-product .product-label>.best{
    background:#222; color:white;
}
.sec-product .product-label>.new{
    background:transparent; color:#222;
}
.sec-product .product-big-img img{
    max-width:100%;  max-height:700px; height:700px;
}
.sec-product .product-img img{
    max-width:90%;  max-height:85%; aspect-ratio: 1 / 1;
}
.sec-product .product-options{
    display:flex; justify-content: flex-start; align-items:flex-end; 
    height:5.5rem;
}
.sec-product .product-options>*{
    margin-right:0.5rem; margin-bottom:0.5rem; padding:0.3rem 0.5rem; 
    font-size:1.2rem; font-weight:500;
    background:transparent; border-radius:5px;
}
    
    .sec-product .product-options>*:last-child{
        margin-right:0
    }
    .sec-product .product-options .purple{
        /*background:#3246fa;
        border:1px solid #3246fa;
        color:white;*/
        border:1px solid #8121dd;
        color:#8121dd;
    }
    .sec-product .product-options .gray{
        border:1px solid #676767;
        color:#676767;
    }
    .sec-product .product-options .blue{
        border:1px solid #0963f7;
        color:#0963f7;
    }

.sec-product .product-name{
    height:4.5rem; line-height:1.3;
    margin:1rem 0;
    font-size:1.8rem; font-weight:500; 
    text-align:left;
    overflow:hidden; text-overflow:ellipsis; word-wrap:break-word;
    display:-webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;

}
.sec-product .product-grid a:hover .product-name{
    text-decoration:underline;
}
.sec-product .product-price{
    /*display:flex;*/ justify-content: space-between; align-items:end;
    color:#888;text-align:left;
}
.sec-product .product-price .price{
    display:flex; justify-content: space-between; align-items:end;
    text-align:right;
}
/*.sec-product .product-price .price>:first-child{
    text-decoration:line-through;
}*/
.sec-product .product-price .price .affcard{
    display:flex; flex-direction: column;
    margin-left:1.5rem;
    color:#222;
}
.sec-product .product-price .price .affcard>:first-child{
    margin-bottom:1rem;
}
.sec-product .product-price .price .affcard strong{
    font-size:2.4rem; color:#3246fa; line-height:0
}
.sec-product .more-btn{
    margin-top:4rem; 
    text-align:center;
}
.sec-product .more-btn a{
    display:inline-block;
    width:18rem; padding:1rem 0;
    background:#222; border:1px solid #222;
    color:white; font-weight:500;
    border-radius: 50px;
}

.sec-product .more-btn a:hover{
    background:white; color:#222;
}


/* 8개짜리 grid */
.sec-product .product-grid8 ul{
    display:flex; flex-wrap:wrap;
}
.sec-product .product-grid8 ul li{
    width:24%; margin-right:1.3%; margin-bottom:1.3rem;
}
.sec-product .product-grid8 ul li:nth-child(4n){
    margin-right:0
}

.sec-product .product-grid5 .item-mobile{display:none}

.sec-product .product-grid5{
    display:flex; justify-content: space-between;
}
.sec-product .product-grid5>*{
    width:49.5%;
}
.sec-product .product-grid5 .best-item>*{
    display:flex; flex-direction:column;
    height:100%;
}

.sec-product .product-grid5 .best-item .product-imgwrap{
    flex-grow:1;
    display:flex; flex-direction: column; align-items: center;
}
.sec-product .product-grid5 .best-item .product-imgwrap .product-big-img{
    flex-grow: 1;
}
.sec-product .product-grid5 .best-item .product-imgwrap .product-img{
    flex-grow: 1;
    display: flex;align-items: center;justify-content: center;
}

.sec-product .product-grid5 .item{
    display:flex; justify-content: space-between; flex-wrap:wrap;
}
.sec-product .product-grid5 .item>*{
    width:49%;
}
.sec-product .product-grid5 .item>*:nth-child(4n), .sec-product .product-grid5 .item>*:nth-child(5n){
    margin-top:2%;
}


@media all and (max-width:1279px){
    
    .mobile .sec-product .product-grid a{
        background:none; padding:1rem;
    }
    .mobile .sec-product .product-imgwrap{
        margin-bottom:0.5rem;
        /*background:#f5f5f5;*/ border-radius:5px;
    }
    .mobile .sec-product .product-img{
        display: flex;align-items: center;justify-content: center;
        height:35vw;
    }
    
    .mobile .sec-product .product-name{
        height:4rem;
        font-size:1.6rem;
    }
    .mobile .sec-product .product-options{
        flex-wrap:wrap;
    }
    .mobile .sec-product .product-options>*{
        font-size:1.1rem;
    }
    /*.mobile .sec-product .product-price>*:first-child{
        display:none;
    }*/
    .mobile .sec-product .product-price .price{
        flex-grow:1;
    }    
    .mobile .sec-product .product-grid8 ul{
        justify-content: space-between;
    }
    .mobile .sec-product .product-grid8 ul li{
        width:49%; margin-right:0;
    }
    
    .mobile .sec-product .product-grid5 .item>*{
        margin-bottom:1.3rem;
    }
    .mobile .sec-product .product-grid5 .item>*:nth-child(4n), 
    .mobile .sec-product .product-grid5 .item>*:nth-child(5n){
        margin-top:0%;
    }

    .mobile .product-grid5 .item-pc{display:none}
    .mobile .product-grid5 .item-mobile{display:block}
    .mobile .sec-product .product-grid5>*{
        width:100%;
    }
    
    /* 모바일 리스트형 */
    .mobile .sec-product .product-grid-only ul {
        border-top:1px solid #ddd;
    }
    .mobile .sec-product .product-grid-only ul li{
        width:100%;
        padding:1rem 0; margin-bottom:0;
        border-bottom:1px solid #ddd;
    }
    .mobile .sec-product .product-grid-only a{
        display:flex; justify-content:space-between
    }
    .mobile .sec-product .product-grid-only .product-imgwrap{
        margin-bottom:0;
    }
    .mobile .sec-product .product-grid-only .product-img{
        width:14rem;height:12rem;
    }
    .mobile .sec-product .product-grid-only .product-txtwrap{
        flex-grow:1;
        padding-left:1rem;
    }
    .mobile .sec-product .product-grid-only .product-options{
        height:auto;
    }

}

@media all and (max-width:1023px){
    .mobile .sec-product .product-grid a{
        font-size:1.3rem;
    }
    .mobile .sec-product .product-label>*{
        font-size:1.2rem;
    }
    .mobile .sec-product .product-price .price .affcard strong{
        font-size:2rem;
    }
}
/* 브랜드관 바로가기 */
.sec-brand{background:#ebecf2}
.sec-brand .swiper-container-wrapper{
    position:relative
}
.sec-brand .swiper-container{
    margin:0 10rem;
}
.sec-brand .btn-prev, .sec-brand .btn-next  {
    position:absolute; z-index:5; top:50%; 
    margin-top:-45px; width:65px; height:65px;
    background-color:white;
    background-repeat:no-repeat; background-position:center;
    text-indent:-9999px; border-radius:100%;
    overflow:hidden;}
.sec-brand .btn-prev {background-image: url("../images/icons/ico_swiper_prev.png"); left:0}
.sec-brand .btn-next {background-image: url("../images/icons/ico_swiper_next.png"); left:auto; right:0;}
.sec-brand .swiper-slide{
    display:flex; align-items: center; justify-content: center;
    min-height:15rem;
    background:white; border-radius:10px;
}
.sec-brand .swiper-slide:hover,.sec-brand .swiper-slide:focus{
    border:1px solid #3246fa;
}
.sec-brand .swiper-slide img{
    max-width:70%; max-height:90%;
}

.sec-strip {
	height:186px;
	margin-bottom:2rem;
}

.js-search-closeBtn {
	position:absolute;
	bottom:0;
}

.sec-strip .container-wrapper {
	width:100%;
	display:block;
	vertical-align:bottom;
}

.sec-strip .container-wrapper img {
	height:186px;
	vertical-align:bottom;
}

@media all and (max-width:1023px){
	.sec-strip {
		height:100px !important;
	}
	
    .mobile .sec-brand .swiper-container{
        margin:0 5rem;
    }
    .mobile .sec-brand .swiper-slide{
        min-height:10rem;
    }
    .mobile .sec-brand .btn-prev, .mobile .sec-brand .btn-next{
        width:40px; height:40px;
        margin-top:-20px;
        background-size:10px;
    }
}

/******* 신상품 *******/
.sec-newArrival .tit-area{
    margin-bottom:30px;
}
.sec-newArrival .swiper-button-prev, .sec-newArrival .swiper-button-next{display:none}
.sec-newArrival .thumbnails .thumb-img{border:none}
.sec-newArrival .swiper-container .swiper-slide{
    padding-top:30px;
}
.sec-newArrival .swiper-container .swiper-pagination-progressbar{
    height:2px;
}
.sec-newArrival .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background:#0168b7
}
.sec-newArrival .swiper-button-prev{
    background:url("../images/icons/ico_swiper_prev.png") no-repeat center/20px;
}
.sec-newArrival .swiper-button-next{
    background:url("../images/icons/ico_swiper_next.png") no-repeat center/20px;
}
@media all and (max-width:1279px){  
    .sec-newArrival .tit-area{
        margin-bottom:20px;
    }
    .sec-newArrival .swiper-button-prev, .sec-newArrival .swiper-button-next{
        display:block;
    }
}

/******* 광고동영상 *******/
.sec-video {padding:6rem 0;background:#e7eff5; }
.main-video-container {position:relative; overflow:hidden; width:100%; padding-top:56.25%;/* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */;}
.main-video {position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%;}


/* 반응형 video 16:9 Aspect Ratio (640*360) */
.video-container { margin:0 auto;}

@media all and (max-width:1279px){   
    .mobile .sec-video{padding:4rem 0;}
    .video-container {position:relative; overflow:hidden; width:100%; padding-top:56.25%;/* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */;}
    .responsive-iframe { position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%;}
}

/******* 혜택 및 쿠폰 *******/
.sec-sns {margin-bottom:80px; position:relative;}
.sec-sns ul {display:table; height:100%; width:100% }
.sec-sns ul::after {content:""; display:block; width:0; height:0; overflow:hidden; clear:both;}
.sec-sns ul li {display:table-cell;  vertical-align:middle; font-size:22px; font-weight:600; line-height:1.2; }
.sec-sns ul li a {display:inline-block; position:relative;}
.sec-sns ul li:first-child a::before {content:none;}

.sec-sns span.bg-left, .sec-sns span.bg-right {position:absolute; top:0; height:100%; width:50%; z-index:-1; }
.sec-sns span.bg-left {left:0;}
.sec-sns span.bg-right {right:0;}

@media all and (max-width:1279px){
    .sec-sns {margin-bottom:70px }
    .sec-sns img{width:100%}
}

@media all and (max-width:1023px){
    .sec-sns {margin-bottom:50px; }
    .sec-sns ul {padding:0;}
    .sec-sns ul li {display:block; width:100%; height:auto; text-align:center;}
    .sec-sns ul li img {max-width:100%; width:100%}
}



/**********************************
10. 메인화면
**********************************/

/******* 공지사항, 고객만족센터 섹션 *******/
.sec-notice {padding:5rem 0 6rem;font-size:16px;}
.sec-notice::after { content:" "; display:block; height:0; width:0; font-size:0; clear:both; visibility:hidden; }
.sec-notice-box{display:flex; justify-content:space-between;}

.sec-notice .titarea{
    display:flex; justify-content: space-between; align-items: center;
    height:7.5rem;
    border-bottom:2px solid #222; 
}
.sec-notice .tit { 
    font-size:3rem; font-weight:600;
    text-transform: uppercase;
}
.sec-notice .titarea .btn-more{
    display:inline-block; width:5rem; height:5rem;
    border:1px solid #e2e2e2;
}
.sec-notice .titarea .btn-more:hover{
    background:#222;
}
.sec-notice .titarea .btn-more:after{
    transform:translate(-50%, -50%) rotate(-90deg);
}
.sec-notice .titarea .btn-more:hover:before, .sec-notice .titarea .btn-more:hover:after{
    background:white;
}
/*공지사항*/
.box-notice{width:50%; position:relative;}
.box-notice ul li {display:flex; flex-direction:column; align-items:flex-start;padding:1.5rem 0; border-bottom:1px solid #eee;}
.box-notice ul li a {width:100%; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; font-size:1.7rem; font-weight:500;}
.box-notice ul li a:hover{text-decoration: underline;}
/* .box-notice ul li a::before {content:""; width:6px; height:6px; border-radius:50%; position:absolute; left:0; top:12px; background:#000} */
.box-notice ul li span {margin-top:0.5rem; font-size:1.5rem;color:#666;}

/*고객만족센터*/
.box-customer {width:40%;}
/* .box-customer dl {margin-bottom:25px; line-height:1.85; color:gray}
.box-customer dt{float:left}
.box-customer dt:after {content:":";} */

.box-customer dl.strong {display:flex; flex-direction: column; padding:1rem 0; border-bottom:1px solid #eee; font-size:2.4rem; font-weight:600;}
.box-customer dl.strong dd:before{
    content:''; width:2.4rem; height:2.4rem;
    display:inline-block; 
    margin-right:1rem;
    border-radius:100%;
    vertical-align:middle;
}
.box-customer dl.strong dd.tel:before{
    background: url("../images/icons/ico_tel.png") no-repeat center; background-color:#222; 
}
.box-customer dl.strong dd.phone:before{
    background: url("../images/icons/ico_phone.png") no-repeat center; background-size:40%;
    background-color:#222; 
}
.box-customer dl.strong dd{font-size:30px; padding:0.5rem 0; font-weight:400;}
.box-customer dl.strong dd a{font-weight:bold; }
.box-customer dl.strong dd>*{vertical-align: middle;}

.box-customer .more {
    padding:2rem 0; border-bottom:1px solid #eee;
    font-size:1.5rem; color:#666;
}
.box-customer .more .dt:after{
    content:'';
    display:inline-block;
    width:1px; height:10px; margin:0 5px;
    background:#eee;
}

/* .box-customer .btns-box li {width:100%;background:#3e82c3; color:white;border-radius:10px}
.box-customer .btns-box a {display:block; height:45px; line-height:45px; text-align:center }
.box-customer .btns-sns li {float:left; width:47px; height:47px; display:table; vertical-align:middle; margin-right:4px}
.box-customer .btns-sns li a {width:100%; height:100%; display:block; text-align:center; display:table-cell;}
.box-customer .btns-sns li:last-child {margin-right:0} */

@media all and (max-width:1279px){
    .mobile .sec-notice .tit{font-size:2.5rem}
    .mobile .sec-notice .titarea .btn-more{width:4rem; height:4rem;}

    .mobile .sec-notice-box{flex-direction: column;}
    .mobile .box-notice, .mobile .box-customer{width:100%;}
    
    .mobile .box-notice ul li a{font-size:1.6rem;}
    .mobile .box-notice ul li span{font-size:1.4rem;}
    .mobile .box-customer{margin-top:2rem;}
    .mobile .box-customer dl.strong dd{font-size:2rem;}
    .mobile .box-customer dl.strong dd:before{width:2.2rem; height:2.2rem; margin-right:0.5rem;}
    
    .mobile .box-customer .more{font-size:1.4rem;}
}


/**********************************
 20. 제품목록
**********************************/
.sub-title{
    margin-bottom: 5rem;
    text-align: center;
    font-size: 3rem;font-weight: 600;
}
.b-location{display:flex; align-items: center; padding:3rem 0; font-size:1.4rem}
.b-location>*{
    display:flex; justify-content: space-between;
}
.b-location>*:after{
    content:'';
    width:20px; height:20px; 
    background:url("../images/icons/ico_location_dept.png") no-repeat center/6px
}
.b-location>* a:hover{font-weight:500;}
.b-location>*:first-child a{
    width:20px;
    background:url(../images/icons/ico_home.png) no-repeat center; text-indent:-999px}
.b-location>*:last-child:after{display:none}

.b-filter{border:1px solid #ddd; border-top:2px solid #222; border-bottom:none}
.b-filter>div{
    display:flex;
    border-bottom:1px solid #ddd;
}
.b-filter__title{
    font-weight:500;
}
.b-filter-top{
    justify-content: space-between; align-items: center;
    padding:1rem 2rem;
}
.b-filter-top>*:last-child{
    display:inline-block; width:20px; height:20px;
    background:url("../images/icons/ico_swiper_next.png") no-repeat center/8px;
    transform:rotate(-90deg);
    text-indent:-9999px; overflow:hidden;
}
.b-filter-option{font-size:1.5rem}
.b-filter-option>*{
    padding:1rem 2rem 0;
}
.b-filter-option>*:first-child{
    flex-shrink: 0;
    width:15rem; border-right:1px solid #ddd
}
.b-filter-option ul{display:flex; flex-wrap:wrap}
.b-filter-option ul li{margin-right:1rem; margin-bottom:1rem;}
.b-filter-option a{display:inline-flex; align-items: center; justify-content: center;
     width:15rem; height:4rem; padding:0 5px;
    font-weight:500;text-align:center; border-radius:30px; }
.b-filter-option a.active{background:#061055;color:#fff;}


.filter-close .b-filter-top>*:last-child{
    transform:rotate(90deg);
}
.filter-close .b-filter-option{display:none}

.b-subProd .b-subProd__sort{
    display:flex; justify-content: flex-end;
    margin-top:3rem; margin-bottom:2rem;
}
.b-subProd .b-subProd__sort .sortview{
    display:none
}

.sec-cate{margin-bottom:50px}
.sec-cate .tit{font-size:25px; padding-bottom:15px}
.sec-cate ul{border:1px solid #eee; border-top:2px solid #000;padding:20px 20px 0 20px;}
.sec-cate ul li{display:inline-block; margin:0px 20px 20px 10px; font-size:15px}

@media all and (max-width:1279px){
    .mobile .b-location{padding:2rem 0}
    .mobile .sub-title{margin-bottom:3rem}
    .mobile .b-filter-top{padding:1rem 1.5rem}
    .mobile .b-filter-option{flex-direction: column;}
    .mobile .b-filter-option>*{padding:1rem 1.5rem 0}
    .mobile .b-filter-option>*:first-child{width:100%; padding-bottom:1rem;
         border-right:none; border-bottom:1px solid #ddd}
    .mobile .b-filter-option ul li{width:33.3333%; margin-right:0; text-align:center}

    .mobile .b-subProd .b-subProd__sort .sortnum{
        display:none;
    }
    .mobile .b-subProd .b-subProd__sort .sortview{
        display:inline-block;
    }
    
    .mobile .view-type {display:inline-block; height:19px;}
    .mobile .view-type button {width:22px; height:22px; background:#fff; border:1px solid #222222; overflow:hidden; text-indent:-999px; vertical-align:top;}
    .mobile .view-type .btn-view-list {background:url("../images/icons/btn_list_normal.png") no-repeat center; background-size:12px auto;}
    .mobile .view-type .btn-view-list.active {background-image: url("../images/icons/btn_list_selected.png"); background-color:#222}
    .mobile .view-type .btn-view-thumbnail {background:url("../images/icons/btn_thumb_normal.png") no-repeat center; background-size:14px auto}
    .mobile .view-type .btn-view-thumbnail.active {background-image:url("../images/icons/btn_thumb_selected.png"); background-color:#222}

    .sec-cate .tit{font-size:18px;}
    .sec-cate ul{text-align:center; padding:20px 10px 0}
}
@media all and (max-width:1023px){
    .mobile .sub-title{font-size:2.5rem; }
    .mobile .b-filter-option ul li{width:50%;}

    .sec-cate .tit{font-size:16px; padding-bottom:10px}
    .sec-cate ul li{font-size:13px; margin:0px 10px 20px 10px}
}

.sort-group {margin-bottom:20px; padding-bottom:10px; overflow:hidden; border-bottom:1px solid #000;}
.sort-group ~ .no-data {border-top:none; margin-top:-20px}
.sort-group .list-tit {float:left; font-size:16px; width:100%; margin-bottom:10px;}
.sort-group .sort-group-right{float:right;margin-left:auto;}

@media all and (max-width:1279px){
    .sort-group .selects select{border:none;}
}
@media all and (max-width:1023px){
    .sort-group{display:flex; justify-content: space-between; padding-bottom:5px}
    .sort-group>div{display:flex; align-items:center}
    .sort-group .list-tit {margin-right:10px}

    /*썸네일 리스트형*/
    .thumbnails-list {padding-top:0; margin-top:-10px; margin-bottom:25px;}
    .thumbnails-list span[class*="sticker"] {display:none;}
    .thumbnails.thumbnails-list li {width:100%; margin-right:0 !important; text-align:left; min-height:98px; position:relative; padding:10px 35px 10px 94px; margin-bottom:0; border-bottom:1px solid #ddd; display:flex; flex-direction: column; justify-content: center;}
    .thumbnails.thumbnails-list li:before {position:absolute; right:10px; top:50%; margin-top:-9px; transform:rotate(225deg) ; content:""; width: 15px; height:15px; border-bottom:1px solid #999; border-left:1px solid #999}
    .thumbnails.thumbnails-list li:last-child{border-bottom:none;}
    .thumbnails-list .thumb-img {text-align:left;  border:0; position:absolute; left:0; top:0; height:100%; width:100%; margin-bottom:0;}
    .thumbnails-list .thumb-img img {width: 76px; height:auto; margin-top:10px}
    .thumbnails-list .labels {justify-content:flex-start; text-align:center; margin-top:5px;}
    /*.thumbnails-list .labels span {height:17px; line-height:15px; margin-bottom:0; background-size:48px 17px;}*/
    .thumbnails-list .labels span {height:12px; line-height:15px; margin-bottom:0; background-size:25px 12px;}
    .thumbnails-list .thumb-tit, .sec-thumbnail-list .thumbnails-list .thumb-txt, .sec-thumbnail-list .thumbnails-list .thumb-txt-point {line-height:1.3;}
}

/**********************************
 21. 제품상세
**********************************/
/*가격정보 : pc */

.b-subProdView{}
.b-subProdView-top{padding-bottom:8rem;} /*background:#f9f9f9;*/
.b-subProdView-btm img{max-width:100%}
.b-subProdView-info{display:flex; justify-content: space-between;}
.b-subProdView-info__thumb{text-align:center;}
.b-subProdView-info__thumb .mver{display:none}
.b-subProdView-info__thumb img{max-width:90%; max-height:90%}
.b-subProdView-info__thumb .thumb-big{display:flex; align-items:center; justify-content:center;
    width:480px; height:480px; margin-bottom:5rem}
.b-subProdView-info__thumb .thumb-sm{display:inline-flex;}
.b-subProdView-info__thumb .thumb-sm li{margin-right:2rem;}
.b-subProdView-info__thumb .thumb-sm li.active a {background:#222;}
/*.b-subProdView-info__thumb .thumb-sm li:nth-of-type(5) {margin-right:0}*/
.b-subProdView-info__thumb .thumb-sm li:last-child{margin-right:0}
.b-subProdView-info__thumb .thumb-sm li a{display:inline-flex;  align-items:center; justify-content:center;width:70px; height:70px; background:#fff;
    text-align:center}
.b-subProdView-info__thumb .thumb-sm li a.active{border-color:#061055}

.b-subProdView-info__box{width:700px;padding:3rem;background:white;border-radius:5px}
.b-subProdView-info__box .info-top{padding-bottom:3rem;}
.b-subProdView-info__box .brand{color:#061055; font-weight:500;}
.b-subProdView-info__box .tit{font-size:2.8rem; font-weight:500; margin:1rem 0}
.b-subProdView-info__box .code{font-size:1.3rem; color:#808080;}

.b-subProdView.sec-product .product-options{height:auto; margin-top:1.5rem;}

.b-subProdView-info__box .info-form{padding-top:1.5rem; color:#666;}

.b-subProdView-info__box .info-form .row{display:flex; align-items: center; justify-content: space-between; min-height:4rem; margin-bottom:1rem;}
.b-subProdView-info__box .info-form .row label{flex-shrink:0; width:13rem; color:#222; font-weight: 500;}
.b-subProdView-info__box .info-form .row .chkLabel{width:auto;}
.b-subProdView-info__box .info-form .row select, .b-subProdView-info__box .info-form .row .desc{flex-grow:1}
.b-subProdView-info__box .info-form .row select{border-radius:5px}

.b-subProdView-info__box .info-form .total-price .before{text-decoration: line-through; margin-right:2rem}
.b-subProdView-info__box .info-form .total-price .after{color:#222;}
.b-subProdView-info__box .info-form .total-price .after strong{font-size:2.4rem}

.b-subProdView-info__box .info-btn{display:flex; justify-content: space-between; margin-top:4rem;}
/*.b-subProdView-info__box .info-btn>*{width:49%; height:5rem; line-height:5rem;}*/
.b-subProdView-info__box .info-btn>.btn{width:100%; height:5rem; line-height:5rem; border-radius:30px; color:#ffffff; background:#7940FF; border:1px solid #7940FF;}
.b-subProdView-info__box .info-btn>.btn:nth-of-type(even){margin:0 3px;}
.b-subProdView-info__box .info-btn>.btn:hover{color:#7940FF; background:#ffffff; border:1px solid #7940FF;}
.b-subProdView-info__box .info-btn>*.btn-wish-list{display:flex; align-items: center; justify-content: center;}
.b-subProdView-info__box .info-btn>*.btn-wish-list:before{
    content:'';display:inline-block; width:14px; height:14px; margin-right:5px;
    background:#fff url("../images/icons/wishlist_normal.png") no-repeat center/14px; }

.b-subProdView-info__box .info-btn>.btn-cart{width:100%; height:5rem; text-align:center; line-height:5rem; border-radius:30px; color:#ffffff; background:#BF40FF; border:1px solid #BF40FF;}
.b-subProdView-info__box .info-btn>.btn-cart:hover{color:#BF40FF; background:#ffffff; border:1px solid #BF40FF;}


/**********************************
 21. 제품상세>온라인 신청서
**********************************/
.b-rentalProc{text-align:center}
.b-rentalProc-top{padding:3rem 0;font-size:2.5rem; font-weight:500}
.b-rentalProc-top>div{display:flex; align-items: center; justify-content: center;}
.b-rentalProc-top .logoImg{margin-right:15px;}
.b-rentalProc-step{padding:3rem 0; background:#f6f6f6; border-top:1px solid #222; border-bottom:1px solid #ddd}
.b-rentalProc-step>*{display:inline-flex; align-items:center; margin-right:1rem }
.b-rentalProc-step>*:last-child{margin-right:0}
.b-rentalProc-step>*:first-child {margin-left: 2rem;}
.b-rentalProc-step i {display:inline-block; width:5rem; height:5rem; border-radius:200%; border:1px solid #ddd}
.b-rentalProc-step .txt{display:inline-flex; flex-direction: column; text-align:left; padding:0 2rem 0 1rem;
    background:url("../images/icons/ico_swiper_next.png") no-repeat right center}
.b-rentalProc-step .txt b{font-weight: 500; color:#061055;}
.b-rentalProc-step>*:last-child .txt{background:none}
.b-rentalProc-step .step1 i{background:url("../images/icons/ico_rentalProc_step1_off.png") no-repeat center, #f3f3f3}
.b-rentalProc-step .step1.on i{background:url("../images/icons/ico_rentalProc_step1_on.png") no-repeat center, #145CE6}
.b-rentalProc-step .step2 i{background:url("../images/icons/ico_rentalProc_step2_off.png") no-repeat center, #f3f3f3}
.b-rentalProc-step .step2.on i{background:url("../images/icons/ico_rentalProc_step2_on.png") no-repeat center, #145CE6}
.b-rentalProc-step .step3 i{background:url("../images/icons/ico_rentalProc_step3_off.png") no-repeat center, #f3f3f3}
.b-rentalProc-step .step3.on i{background:url("../images/icons/ico_rentalProc_step3_on.png") no-repeat center, #145CE6}
.b-rentalProc-step .step4 i{background:url("../images/icons/ico_rentalProc_step3_off.png") no-repeat center, #f3f3f3}
.b-rentalProc-step .step4.on i{background:url("../images/icons/ico_rentalProc_step3_on.png") no-repeat center, #145CE6}

@media all and (max-width:1279px){
    .mobile .b-rentalProc-top{padding:1.5rem 0; font-size:2rem;}
    
    .mobile .b-rentalProc-top .logoImg{width:120px}
    .mobile .b-rentalProc-top .tit{padding-top:3px}

    .mobile .b-rentalProc-step{padding:2rem 0; font-size:1.4rem; text-align:center;}
    .mobile .b-rentalProc-step>*{flex-direction: column; 
        padding-right:4rem;
        background:url("../images/icons/ico_swiper_next.png") no-repeat right top 1.4rem/10px}
    .mobile .b-rentalProc-step>*:last-child{background:none; padding-right:0}
    .mobile .b-rentalProc-step i{width:5rem; height:5rem;}
    .mobile .b-rentalProc-step i, .mobile .b-rentalProc-step .on i{background-size:20px}
    .mobile .b-rentalProc-step .txt{padding:1rem 0 0; background:none; text-align:center;}

}

.b-rentalProc-cont{min-height:70rem;padding:5rem 0;text-align:left}
.b-rentalProc-cont .tit{padding-bottom:1rem; border-bottom:1px solid #222;font-size:2rem; font-weight:500}
.b-rentalProc-cont>div{position:relative}
.b-rentalProc-cont__form{padding-right:40rem;}

.b-rentalProc-cont__form .btnWrap{padding:3rem 0 4rem; text-align:center}
.b-rentalProc-cont__form .btnWrap .btn{width:11rem; height:5rem; line-height:5rem; margin-right:10px}
.b-rentalProc-cont__form .btnWrap .btn:last-child{margin-right:0}
.b-rentalProc-cont__form .btnWrap .btn:disabled{background:white; color:#999; opacity: 0.3;cursor: not-allowed;}

.b-rentalProc-cont-agree li{display:flex;justify-content:space-between; align-items:center;
    padding:1rem; border-bottom:1px solid #eee}
/*.b-rentalProc-cont-agree li .btn{width:10rem;}*/
.b-rentalProc-cont-agree li .btn{width:7rem; height:3rem; line-height:3rem; font-size:1.4rem;}

.b-rentalProc-cont-custInfo{}
.b-rentalProc-cont-custInfo .row{display:flex; align-items: center; justify-content: space-between; padding:1rem 0
    ;border-bottom:1px solid #eee; min-height:5rem}
.b-rentalProc-cont-custInfo .row label{width:10rem;flex-shrink:0; font-weight:500}
.b-rentalProc-cont-custInfo .row>*:last-child{flex-grow:1}
.b-rentalProc-cont-custInfo .blurtxt{color:#aaa}

.b-rentalProc-cont-custInfo .wfix>*{display:flex; align-items:center; justify-content: space-between;
     margin-bottom:5px; width:400px;}
.b-rentalProc-cont-custInfo .wfix>*:last-child{margin-bottom:0}

.b-rentalProc-cont-custInfo .withbtn>*:first-child{flex-grow:1; margin-right:5px}
.b-rentalProc-cont-custInfo .withbtn>*:last-child{width:100px}


.b-rentalProc-cont__info .pcInfo{position: absolute;
    top: 0; right:2rem; width:35rem; padding:2rem 2rem 7rem; 
    border: 1px solid #222; border-radius:10px;}
.b-rentalProc-cont__info .brand{color: #061055;font-weight: 500;}
.b-rentalProc-cont__info .tit{font-size:2rem; font-weight:500; margin:1rem 0}
.b-rentalProc-cont__info .code{font-size:1.3rem; color:#808080;}
.b-rentalProc-cont__info.sec-product .product-options{height:auto; margin-top:1.5rem}
.b-rentalProc-cont__info .info-img{margin-top:1rem; padding:1rem 0;  
    border-top:1px solid #eee; border-bottom:1px solid #222; text-align:center}


.b-rentalProc-cont__info .info-form{padding-top:1.5rem; color:#666;}
.b-rentalProc-cont__info .info-form .row{display:flex; align-items: center; justify-content: space-between; min-height:3rem; margin-bottom:1rem;}
.b-rentalProc-cont__info .info-form strong{font-size:2rem;}
.b-rentalProc-cont__info .info-form b{font-weight:500}
.b-rentalProc-cont__info .lastPrice{position:absolute;left:0; right:0;bottom:0; margin-bottom:0; padding:1rem 2rem;
    color:white; font-size:1.8rem; background:#222; border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;}
.b-rentalProc-cont__info .lastPrice strong{font-weight:500}
.b-rentalProc-cont__info .info-form .row.lastPrice{margin-bottom:0}


@media all and (max-width:1279px){
 .mobile .b-rentalProc-cont{min-height:0; padding:3rem 0}
 .mobile .b-rentalProc-cont__form{padding-right:0; font-size:1.5rem}
 .mobile .b-rentalProc-cont__form .tit{font-size:1.8rem}
 .mobile .b-rentalProc-cont-agree li .btn{flex-shrink: 0; width:6rem; margin-left:1rem; font-size:1.2rem}
 .mobile .b-rentalProc-cont-custInfo .wfix>*{width:95%;}
 .mobile .b-rentalProc-cont-custInfo input{height:3.5rem;}
 .mobile .b-rentalProc-cont__form .btnWrap .btn{padding-right:2rem; padding-left:2rem}
 .mobile .b-rentalProc-cont__form .btnWrap.shrink .btn{width:auto;}
 
 .mobile .b-rentalProc-cont__info .b-floatingBox{
    font-size:1.4rem;
 }
 .mobile .b-rentalProc-cont__info .b-floatingBox .tit{
    color:#222; font-size:1.7rem; margin:0;
 }
 .mobile .b-rentalProc-cont__info .b-floatingBox .info-img{
    margin-bottom:0.5rem;
 }
 .mobile .b-rentalProc-cont__info .b-floatingBox .info-img img{
    max-width:40%
 }
 .mobile .b-rentalProc-cont__info .b-floatingBox .info-form{
    margin-bottom:1rem;
    border-bottom:1px solid #eee;
 }
 .mobile .b-rentalProc-cont__info .b-floatingBox .info-form .row{
    margin-bottom:0.5rem;
 }
 .mobile .b-rentalProc-cont__info .b-floatingBox .info-btm{
    display:flex; align-items:center; justify-content: space-between;
    font-size:1.8rem;
 }
}
/*썸네일박스*/
.sec-product-summary .thumbs-box {width:480px; }
.sec-product-summary .thumbs-box .thumb-big {border:1px solid #dddddd; width:480px; height:480px; box-sizing:border-box; margin-bottom:20px; display:flex; justify-content: center; align-items:center; position:relative; }
.sec-product-summary .thumbs-box .thumb-big img {max-width:480px; max-height:480px; width:100%; transition: all .2s ease-in; }
.sec-product-summary .thumbs-box .small-group{display:flex;}
.sec-product-summary .thumbs-box .small-group li {width:72px; height:72px; border:1px solid #ddd; margin-right:30px; cursor:pointer; /*display:flex;*/ align-items: center; justify-content: center;transition: border .1s ease; margin-bottom:10px;}
.sec-product-summary .thumbs-box .small-group li.active {border-color:#222;}
.sec-product-summary .thumbs-box .small-group li:nth-of-type(5) {margin-right:0}
.sec-product-summary .thumbs-box .small-group li:last-child {margin-right:0}

@media all and (max-width:1279px){
    .mobile .b-subProdView-top{padding-bottom:2rem}
    .mobile .b-subProdView-info{flex-direction: column;}
    .mobile .b-subProdView-info__thumb{padding-bottom:2rem}
    .mobile .b-subProdView-info__thumb .pcver{display:none}
    .mobile .b-subProdView-info__thumb .mver{display:block}
    .mobile .b-subProdView-info__thumb img{max-width:80%; max-height:80%; margin:1rem 0 3rem}
    .mobile .b-subProdView-info__thumb .swiper-pagination{display:inline-block;
        left:50%; transform:translate(-50%, 0); bottom:0;
        width:7rem; height:3rem; line-height:3rem;
        border-radius:20px; font-size:1.4rem;
        background:rgba(0,0,0,.6); color:white;
    }
    .mobile .b-subProdView-info__box{width:100%; padding:2rem 2rem 0; border-radius:0}
    .mobile .b-subProdView-info__box .info-top{padding-bottom:1.5rem}
    .mobile .b-subProdView-info__box .tit{margin:0.5rem 0;font-size:1.8rem;}
    .mobile .b-subProdView-info__box .info-form{padding-top:1rem;font-size:1.5rem; border-bottom:none}
    .mobile .b-subProdView-info__box .info-form .row{min-height:3rem}
    .mobile .b-subProdView-info__box .info-form .row label{width:12.5rem}
}
@media all and (min-width:1280px){
	.sec-product-summary .thumbs-box .small-group li img {max-width:70px; max-height:70px;}
	.sec-product-summary .thumbs-box .small-group{flex-wrap:wrap;}
}

/* 주문정보박스 */
.sec-product-summary .order-box {width:660px;}
.order-box .order-tit-area {position:relative; margin-bottom:20px}
.order-box .order-tit-area .tit{font-size:24px; color:#444;  font-weight:600;}
.order-box .order-tit-area .tit-top{font-size:13px; color:#777; margin-bottom:10px; line-height:1.4}
 
.info-btn .wish-list {background: #fff url("/resources/images/product/wishlist_normal.png") no-repeat left 25% center;}
.info-btn .wish-list.active {background-image:url("/resources/images/product/wishlist_selected.png")}

.rows-group.order-box-info {margin:30px 0;padding:10px 0;border-top:1px solid #ddd; border-bottom:1px solid #ddd; }
.rows-group .row {display:flex; align-items:center; min-height:60px}
.rows-group .row label, .rows-group .row .label {display:inline-block; width:120px; 
    font-size:15px; font-weight:600; color:#444; vertical-align:middle;}
.rows-group .row select{height:40px; font-family:'Noto Sans KR';}
.rows-group .row .desc{display:flex; align-items:center; justify-content: space-between;}
.rows-group .row .desc .btn{flex-shrink:0;font-size:13px;}
.rows-group .row select, .rows-group .row .desc{flex-grow:1}
.rows-group .row .total-pay{display:flex; flex-direction:column; width:100%; text-align:right;}
.rows-group .row .total-pay .pre{font-size:16px;color:#666; text-decoration: line-through;}
.rows-group .row .total-pay .dis{font-size:20px;}
.rows-group .row .total-pay .dis b{font-size:28px; color:#ed2024;}

.sec-product-summary .btn-group {display:flex; width:100%; margin-top:40px}
.sec-product-summary .btn-group a {margin-right:10px; display:block;  font-size:18px; font-weight:400; height:60px; line-height:60px; padding:0 10px; flex: 1 1 auto; text-align:center; width:49%;}
.sec-product-summary .btn-group a:last-child {margin-right:0}


@media all and (max-width:1279px){
    .sec-product-summary>div{flex-direction:column}
    .sec-product-summary .thumbs-box {width:100%; border:1px solid #ddd; text-align:center;}
    .sec-product-summary .thumbs-box img {max-width:100%; max-height:100%;}
    .sec-product-summary .thumbs-box li {align-self:center;}
    .sec-product-summary .order-box {width:auto; background:#f6f6f6; padding:50px 39px 30px;}
    .sec-product-summary .swiper-pagination {display:inline-block; background:rgba(68,68,68,0.8); color:#fff; left:50%; transform:translate(-50%,0); bottom:10px; width:45px; height:20px; line-height:20px; border-radius:19px;font-size:12px;}
    .sec-product-summary .swiper-pagination span {vertical-align:top}
    .sec-product-summary .thumbs-box .small-group{flex-wrap:nowrap;}
    .sec-product-summary .thumbs-box .small-group li{height:auto; align-self:center;border:none}
}

@media all and (max-width:1035px){
    .sec-product-summary {margin-bottom:30px}
    .sec-product-summary .order-box {padding:20px 5.9523%; /*40/672*100 = 5.9523*/; position:relative;}
    .order-box .order-tit-area .tit-top{font-size:12px; margin-bottom:5px}
    .order-box .order-tit-area {margin-bottom:15px;}
    .order-box .order-tit-area {position:static;}
    .order-box .order-tit-area .tit {font-size:15px}

    .rows-group.order-box-info{margin:0; padding:0;border:none; }
    .rows-group .row{min-height:30px;}
    .rows-group .row label, .rows-group .row .label{width:95px;font-size:13px}
    .rows-group .row select, .rows-group .row .desc{font-size:13px}
}


/************ 제품상세페이지 : 상품설명, 상품후기, 문의 탭 *************/
.tab_list{ margin-bottom:3rem; border-bottom:1px solid #ddd;}
.tab_list .tab_btns {display:flex; height:100%;}
.tab_list .tab_btns::after {content:""; display:block; clear:both; width:0; height:0; overflow:hidden;}
.tab_list .tab_btns li {width:33.3333%; text-align:center;}
.tab_list .tab_btns li a { position:relative; display:block; height:6rem; line-height:6rem; color:#666;}
.tab_list .tab_btns li:last-child a{border-right-width:1px}
.tab_list .tab_btns li a.active {border-bottom:2px solid #061055;color:#061055; font-weight:500;}
.tab_list .tab_btns li a:hover{font-weight:bold;}
/* .tab_list .tab_btns li a:hover::before, .tab_list .tab_btns li a.active::before {content:""; width:5px; height:5px; box-sizing:border-box; border:5px solid transparent; border-bottom:5px solid #24aae1; display:block; position:absolute; bottom:0; left:50%; margin-left:-4px; }
.tab_btns li a:hover::after, .tab_list .tab_btns li a.active::after {content:""; position:absolute; bottom:-1px; left:0; width:100%; height:2px; background:#24aae1} */
.tab_btns li a span {vertical-align:top}
.tab_box {display:none; position:relative; padding-bottom:30px;}
.tab_box.on {display:block;}

@media all and (max-width:1279px){
    .mobile .tab_list{margin-bottom:0}
    .mobile .tab_list .tab_btns li a  {font-size:1.5rem;}
    .mobile .tab_list .tab_btns li a {height:5rem; line-height:5rem;}
}

/*플로팅박스 - 태블릿, 모바일용 : 화면하단 슬라이드업 */
.b-floatingBox{display:none}
.floating-box.layout-medium-under {position:fixed; width:100%; top:auto; right:0; bottom:0; transition: all .2s ease; border-top:1px solid #ccc; padding:20px 23px 20px; background:#fff; z-index:13}
.floating-box.layout-medium-under form {width:978px; margin:0 auto; }
.floating-box.layout-medium-under .form-row {background:none; border:0; padding:0; border-bottom:1px solid #ddd; padding:10px 35px; display:none; }
.floating-box.layout-medium-under .form-row  .spin-box, .floating-box.layout-medium-under .form-row select {flex-grow: 1;}
.floating-box.layout-medium-under .form-row label, .floating-box.layout-medium-under .form-row .label {width:180px; display:inline-block; color:#444; font-weight:600;font-size:18px; line-height:39px;}
.floating-box.layout-medium-under .total-pay {display:inline-block; text-align:right; font-size:18px; color:#444; font-weight:600;flex-grow: 1; line-height:39px;}
.floating-box.layout-medium-under .btn-group {display:flex;}
.floating-box.layout-medium-under .btn-group a {margin-right:10px; font-size:20px; font-weight:600; height:71px; line-height:71px; text-align:center; flex-grow: 1; flex-basis: 0; align-items:center; border-radius: 10px;}
.floating-box.layout-medium-under select{height:40px; font-family:inherit;}

.floating-box .wish-list {background: #fff url("/resources/images/product/wishlist_normal.png") no-repeat left 25% center;}
.floating-box .wish-list.active {background-image:url("/resources/images/product/wishlist_selected.png")}

.floating-ctrol {position:absolute; top:0; left:0; width:100%; height:0px; margin:0 auto}
.floating-ctrol .btn-toggle {width:123px; height:34px; overflow:hidden; text-indent:-9999px; position:absolute; top:-34px; left:50%; margin-left:-61px; background:url("../images/icons/floatingbox_open.png") no-repeat center;}
.floating-ctrol .btn-toggle.show {background:url("../images/icons/floatingbox_close.png") no-repeat center;}

/*열렸을때*/
.floating-box.layout-medium-under.show {border-top:1px solid #ddd; padding:40px 23px 20px; }
.floating-box.layout-medium-under.show .form-row {display:flex; align-items:center;border-bottom:1px solid #ddd; padding:10px 0; display:flex; }
.floating-box.layout-medium-under.show .btn-group {margin-top:40px}

@media all and (max-width:1023px){
    .mobile .b-floatingBox{display:block; position:fixed; width:100%; top:auto; right:0; bottom:0; z-index:98; transition: all .2s ease;
         border:none; padding:1rem 2rem 2rem; background:#fff;
         border-top-left-radius: 10px; border-top-right-radius: 10px; box-shadow:0 7px 10px 8px rgb(0 0 0 / 20%);
    }
    .mobile .b-floatingBox .toggleArea{margin-bottom:1rem; text-align:center;}
    .mobile .b-floatingBox .toggleArea .btn-toggle{
        display:inline-block; width:15px; height:25px;
        text-indent:-999px; overflow:hidden;
        background:url("../images/icons/ico_swiper_next.png") no-repeat center/10px;
        transform:rotate(90deg);
    }
    .mobile .b-floatingBox .info-form{border-top:none; padding-top:0.5rem}
    .mobile .b-floatingBox .info-form .row:last-child{padding-top:1rem; border-top:1px solid #ddd;}
    .mobile .b-floatingBox .info-btn{margin:0}
    
    .mobile .b-floatingBox.hide .toggleArea .btn-toggle{
        transform:rotate(-90deg);
    }
    .mobile .b-floatingBox.hide .info-form{display:none}
    .mobile .b-subProdView-info__box .b-floatingBox .info-form .row:last-child{padding-top:1rem; border-top:1px solid #ddd;}

    .floating-box.layout-medium-under {padding:19px 3.3333%}
    .floating-box.layout-medium-under form {width:auto;}
    .floating-box.layout-medium-under .form-row {padding:5px 2.9761%; }
    .floating-box.layout-medium-under .form-row label, .floating-box.layout-medium-under .form-row .label {width:103px; font-size:12px; line-height:24px;flex-shrink:0}
    .floating-box.layout-medium-under .form-row  .spin-box, .floating-box.layout-medium-under .form-row select,.floating-box.layout-medium-under .form-row .desc {width:100%}
    .floating-box.layout-medium-under .form-row select ~ .btn{margin-top:5px;}
    .floating-box.layout-medium-under .total-pay {font-size:14px; color:#444; line-height:24px;}
    .floating-box.layout-medium-under .btn-group a {font-size:15px; height:35px; line-height:35px; border-radius: 5px; margin-right:5px}
    .floating-box.layout-medium-under .btn-group a:nth-child(3) {line-height:34px; border-width:1px;}
    .floating-ctrol .btn-toggle {width:59px; height:17px; top:-16px; margin-left:-30px;background-size:59px auto;}
    .floating-ctrol .btn-toggle.show {background-size:59px auto;}

    .floating-box.layout-medium-under select{height:30px;}

    /*열렸을때*/
    .floating-box.layout-medium-under.show {padding:19px 3.3333%}
    .floating-box.layout-medium-under.show .form-row {padding:5px 2.9761%; }
    .floating-box.layout-medium-under.show .btn-group {margin-top: 21px}
}

@media all and (max-width:320px){
    .floating-box.layout-medium-under .btn-group a {flex-basis: auto;}
}

/* 반응형 video 16:9 Aspect Ratio (640*360) */
.video-container {margin:30px auto; }

@media all and (max-width:1279px){   
.video-container {position:relative; overflow:hidden; width:100%; padding-top:56.25%;/* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */;}
.responsive-iframe { position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%;}
}

@media all and (max-width:1023px){   
    .video-container {margin:25px auto; }   
}

/* 상품설명 탭*/
.tab_box .detatil-box {width:100%; text-align:center;}
.tab_box .detatil-box img {max-width:100%;}

/* 탭 내 버튼 영역 */
.tab_box .btn-area {text-align:right; padding-bottom:10px;  }
.tab_box .btn-area .btn {min-width:114px; text-align:center;}

@media all and (max-width:1279px){
    .mobile .tab_box .btn-area .btn,  .mobile .tab_box .btn-area select {margin-left:6px;}
    .mobile .tab_box .btn-area {padding:6px}
    .mobile .tab_box .btn-area::after {content:""; clear:both; display:block; width:0; height:0; overflow:hidden;}
    .mobile .tab_box .btn-area .btn {margin-left:0; float:left; margin-right:5px; min-width:auto;}
    .mobile .tab_box .btn-area select {margin-left:0;}
}

/******** 테이블 : 상품후기,  Q & A - 태블릿 이상 & pc *********/
@media all and (min-width:1024px){
    .tbl-list {margin-bottom:70px; border-top:1px solid #ddd;}
    .tbl-list thead.hidden {display:none;}
    .tbl-list tr {border-bottom:1px solid #ddd; }
    .tbl-list th, .tbl-list td {padding:25px 5px; }
    .tbl-list tr.detail-row {border-bottom:0;}
    .detail-row td {background:#fafafa; padding:0; }
    .detail-row td .img-area { margin-top:30px;}

    /*컬럼별 클래스*/
    .tbl-list .tit a:hover {text-decoration: underline;}
    .tbl-list .tit .secret {padding-left:30px; position:relative; cursor:default;}
    .tbl-list .tit .secret:hover {text-decoration: none; }
    .tbl-list .tit .secret::before {content:""; width:18px; height:20px;
         position:absolute; left:0; top:0; background:url("../images/icons/secret.png") no-repeat center; 
         background-size:18px auto}

    .tbl-list .star {padding-left:20px}
    .tbl-list .star img {width:86px;}
    .tbl-list .photo img {width:27px;}
    .tbl-list .answer {color:#ed2024; font-weight:600; padding-left:25px}

    /*답변영역*/
    .detail-row .contents {padding:0 130px; height:0; overflow:hidden; transition: height,padding .1s linear; position:relative}
    .detail-row .contents::before {position:absolute; left:0; bottom:0; content:""; display:block; width:100%; height:1px; background:#ddd}
    .detail-row.on .contents{padding:28px 130px; height:auto; }
    .detail-row dt {border-bottom:1px solid #ddd; padding-bottom:30px; padding-left:60px; position:relative; }
    .detail-row dt::before {position:absolute; top:-10px; left:0; content:"Q."; font-size:36px; font-weight:600;line-height:1;}
    .detail-row dd {padding-top:30px;  padding-left:60px; position:relative; }
    .detail-row dd::before {position:absolute; top:20px; left:0; content:"A."; font-size:36px; font-weight:600;line-height:1;}
}


@media all and (min-width:1024px) and (max-width:1279px){
   /*테이블  : 태블릿 이상 & 1280px~1279px까지  */
   .tbl-list th, .tbl-list td {font-size:16px; }
   .tbl-list .star {padding-left:15px}
}


@media all and (max-width:1023px){
    .tbl-list {border-top:1px solid #ddd;}
    .tbl-list, .tbl-list tbody, .tbl-list th, .tbl-list td, .tbl-list tr {display:block; position:relative;}
    .tbl-list { margin-bottom:25px}
    .tbl-list .tit-row {padding:15px 2.9761%; border-bottom:1px solid #ddd; cursor:pointer}
    .tbl-list .writer, .tbl-list .date {display:inline-block}
    .tbl-list .photo {display:none;}
    .tbl-list .star {padding:0;}
    .tbl-list .star img {width:62px; margin-bottom:10px}
    .tbl-list .answer {color:#ed2024; font-weight:600;}


    /*답변영역*/
    .detail-row {margin-top:-1px;}
    .detail-row .contents {height:0; overflow:hidden; transition: padding .1s linear, height .1s linear; position:relative; word-break: break-all; padding:0 2.9761%;  border-bottom:1px solid #ddd;}
    .detail-row .contents::before {position:absolute; left:0; top:0; content:""; display:block; width:100%; height:1px; background:#ddd}
    .detail-row.on .contents{padding:15px 2.9761%; height:auto;}
    .detail-row .contents .img-area {text-align:center; padding-top:10px  }
    .detail-row .contents .img-area img {max-width:100%}

    .detail-row dt {border-bottom:1px solid #ddd; padding-bottom:15px; padding-left:35px; position:relative; }
    .detail-row dt::before {position:absolute; top:1px; left:0; content:"Q."; font-size:17px; font-weight:600;line-height:1;}
    .detail-row dd {padding-top:15px;  padding-left:35px; position:relative; }
    .detail-row dd::before {position:absolute; top:16px; left:0; content:"A."; font-size:17px; font-weight:600;line-height:1;}


    /* 상품후기 테이블 : 답변이 항상 보이게 처리 */
    #tblReView .tit-row {cursor:default}
    #tblReView .tit-row a {cursor:default;}
    #tblReView .detail-row .contents {height:auto;  padding:16px 2.9761%; }

    /* 1:1 문의 a링크 touch를 위해 영역 확대 및 디자인 변경 */
    #tblQnA .answer {display:inline-block;}
    #tblQnA  .detail-row {background:#fafafa}
    #tblQnA .tit {position:static;  }
    #tblQnA .tit a { position:absolute; left:0; top:0; width:100%; height:100%; padding:16px 2.9761% 40px; padding-left:75px; text-indent:2.9761%; z-index:3; white-space: nowrap; text-overflow: ellipsis; overflow:hidden}
    #tblQnA .writer {padding-left:75px; }

}

/**********************************
 22. 제품검색
**********************************/
/******* 제품 검색결과 *******/
.product-search{
    margin-top:30px;
    padding:30px;
    border:3px solid #3e82c3; text-align:center;
}
.product-search .input{width:500px;height:35px;border-color:#555}
.product-search .btn{height:35px;margin-left:5px; margin-right:10px}
.product-search-result{ margin-bottom:50px; padding:10px;background:#3680c2;color:white; ;}
.product-search-result span {color:#ecff00}

@media all and (max-width:1023px){
    .product-search{padding:20px; border-width:2px; text-align:left;}
    .product-search .input, .product-search .btn{width:100%; margin: 0 0 5px}
    .product-search label{font-size:13px;}
    .product-search-result{font-size:12px}
}

/*********************************
 30. 마이페이지
*********************************/
/*******  페이지 메인 타이틀 *******/
.page-tit-area {color:#999; margin-bottom:35px; text-align:center;}
.page-tit-area h2 {font-size:30px; color:#222; font-weight:600}

@media all and (max-width:1279px){
    .page-tit-area {font-size:16px;}
    .page-tit-area h2 {font-size:30px; }
}

@media all and (max-width:1023px){
    .page-tit-area {margin-bottom:18px; font-size:12px;}
    .page-tit-area h2 {font-size:15px; }
}

/* 페이지 서브타이틀*/
.sub-tit-area {margin-bottom:10px}
.sub-tit-area .btn-area {float:right;}
.sub-tit-area .fwb {display:inline-block; line-height:28px}

.tbl-extra-condition + .sub-tit-area,
.tbl-extra-condition + table {margin-top:35px;}

/*타이틀 하단에 부가 조건이 붙을 때 사용.*/
.etc-condition {margin-top:5px;}
.etc-condition.inline {display:inline-block; margin-top:0px; margin-left:5px; line-height:28px;}

@media all and (max-width:1279px){
    .tbl-extra-condition + .sub-tit-area, .tbl-extra-condition + table {margin-top:25px;}
    .etc-condition.inline {line-height:39px;}
}

@media all and (max-width:1023px){
    .sub-tit-area {margin-bottom:5px}
    .sub-tit-area .fwb {font-size:13px; line-height:24px;}
    .etc-condition {margin-top:0;}
    .tbl-extra-condition + .sub-tit-area, .tbl-extra-condition + table {margin-top:15px;}
    .etc-condition.inline {line-height:24px;}
}


/******* 마이페이지 탭버튼 *******/
.my_tab_btns { position:relative; width:100%; display:flex; justify-content: center; margin:0 auto 50px; padding:40px 0;border:1px solid #ddd;}

.my_tab_btns li {width:130px; text-align:center; }
.my_tab_btns li a {display:block; padding-top:55px; background-repeat:no-repeat; background-position: center top;}
.my_tab_btns li a.active {color:#3e82c3;}
.my_tab_btns li.my-tab-rent a{background-image:url("../images/icons/mypage/ico_mypageBtn_rent.svg");}
.my_tab_btns li.my-tab-cart a{background-image:url("../images/icons/mypage/wishlist.png"); background-size:50px;}
.my_tab_btns li.my-tab-review a{background-image:url("../images/icons/mypage/ico_mypageBtn_review.svg");}
.my_tab_btns li.my-tab-qna a{background-image:url("../images/icons/mypage/ico_mypageBtn_qna.svg");}
.my_tab_btns li.my-tab-order a{background-image:url("../images/icons/mypage/ico_mypageBtn_order.svg");}
.my_tab_btns li.my-tab-info a{background-image:url("../images/icons/mypage/ico_mypageBtn_myInfo.svg") ;}

.my_tab_btns li.my-tab-rent a.active{background-image:url("../images/icons/mypage/ico_mypageBtn_rent_on.svg");}
.my_tab_btns li.my-tab-cart a.active{background-image:url("../images/icons/mypage/wishlist_selected.png"); background-size:50px;}
.my_tab_btns li.my-tab-review a.active{background-image:url("../images/icons/mypage/ico_mypageBtn_review_on.svg");}
.my_tab_btns li.my-tab-qna a.active{background-image:url("../images/icons/mypage/ico_mypageBtn_qna_on.svg");}
.my_tab_btns li.my-tab-order a.active{background-image:url("../images/icons/mypage/ico_mypageBtn_order_on.svg");}
.my_tab_btns li.my-tab-info a.active{background-image:url("../images/icons/mypage/ico_mypageBtn_myInfo_on.svg") ;}

@media all and (max-width:1023px){
    .my_tab_btns {flex-wrap:wrap; width:100%; padding:10px 3.3333% 0;  margin-bottom:30px; background:#f4f4f4; border-top:1px solid #e0e0e0; border-bottom:1px solid #e0e0e0;;}
    .my_tab_btns li {width:31.25%; background-color:#fff; border:1px solid #e0e0e0;margin-right:3.125%; margin-bottom:10px }
    .my_tab_btns li:nth-child(3n) {margin-right:0;}
    .my_tab_btns li a {display:block; padding-top:40px; padding-bottom:8px; background-size: 36px auto;  background-position: center 8px; font-size:12px}
}

/******* 마이페이지 탭페이지 *******/
.my_tab_box {display:none;}
.my_tab_box.on {display:block;}
.my_tab_box .title-area{display:flex; justify-content:space-between;padding-bottom:20px; 
    font-size:20px; border-bottom:1px solid #000;}
.my_tab_box .no-data{border-top:none}

@media all and (max-width:1023px){

.my_tab_box {padding:0 3.3333%}
.my_tab_box .title-area{flex-direction: column;font-size:16px}
.my_tab_box .title-area .src-area{margin-top:20px;}
}

/******* 마이페이지 - 조회조건 *******/
.src-area input.btn[type="submit"], .src-area input.btn[type="button"] {margin-left:4px; height:26px; line-height:26px; font-size:13px;}
.src-area .row {display:inline-block; min-width:300px;}

@media all and (max-width:1279px){
    .src-area input.btn[type="submit"] {margin-left:8px;}
}

@media all and (max-width:1023px){
    .src-area .row {display:block; margin-bottom:10px;}
    .src-area input.btn[type="submit"] {margin:0 auto; display:block; height:30px; line-height:28px; width:100%; }
}

/******* 조회기간 버튼형 라디오 *******/
.rdo-btntype{display:inline-block; vertical-align:middle; }
.rdo-btntype::after {content:""; display:block; width:0; height:0; overflow:hidden;  clear:both;}
.rdo-btntype li {height:28px; position:relative; float:left; text-align:center; margin-right:3px;}
.rdo-btntype li input {width:0 !important; height:0 !important; border:0 !important; position:absolute;}
.rdo-btntype li label {display:block; height:28px; line-height:26px; border:1px solid #aaa; font-size:13px; padding:0 10px; width:4.6em; box-sizing:border-box; transition:all .1s ease-out; cursor:pointer;}
.rdo-btntype li input:checked + label {background:#222; border-color:#222; color:#fff;}


@media all and (max-width:1279px){
    .rdo-btntype li {height:39px; margin-right:8px}
    .rdo-btntype li label {height:39px; line-height:37px; font-size:16px; width:4.4em; }
    .rdo-btntype + .calendar-box {margin-left:4px;}
}

@media all and (max-width:1023px){
    .rdo-btntype {display:block; margin:0 auto;}
    .rdo-btntype li {height:28px; margin-right:0; width:25%;}
    .rdo-btntype li label {height:28px; line-height:26px; font-size:12px; width:100%; text-align:center; border-right:0;}
    .rdo-btntype li:last-child label {border-right:1px solid #aaa}
    .rdo-btntype + .calendar-box {margin-left:4px;}
}


/******* 마이페이지 : 테이블 제품 목록 리스트형 *******/
.tbl-product-list {width:100%; margin-bottom:30px; border-top:1px solid #ddd}
.tbl-product-list thead.hidden {display:none;}
.tbl-product-list tr {border-bottom:1px solid #ddd; }
.tbl-product-list th, .tbl-product-list td {padding:25px 5px; }
.tbl-product-list td:first-child {padding-left:25px}
.tbl-product-list .td-thumb {text-align:left; padding-right:35px; }
.tbl-product-list .td-thumb img{ width:100%; max-width:197px;}
.tbl-product-list .td-btns {text-align:right; padding:0 20px;}
.tbl-product-list .td-btns .btn {display:block; width:100%; text-align:center; margin:3px 0; font-weight:600;  padding:0}
.tbl-product-list .td-chkarea {width:30px; padding:20px 0;}

/******* 테이블 내 제품 텍스트 정보 *******/
.dl-product { line-height:30px; font-size:13px;}
.dl-product dt {float:left; margin-right:8px;}
.dl-product dt::after {content:" :";}
@media all and (max-width:1279px){
    .dl-product {font-size:16px;}
}

@media all and (max-width:1023px){
    .tbl-product-list {margin-bottom:20px;}
    .tbl-product-list th, .tbl-product-list td {padding:20px 0; }
    .tbl-product-list td {display:block}
    .tbl-product-list td:first-child {padding-left:0}
    .tbl-product-list .td-thumb {text-align:center; padding-bottom:0; padding-right:0; }
    .tbl-product-list .td-btns {padding: 0 0 20px; text-align:center; display:flex; flex-wrap:wrap;}
    .tbl-product-list .td-btns .btn {display:inline-block; flex-grow: 1; height:30px; line-height:28px; margin:0; flex-basis:0;}
    .tbl-product-list .td-btns .btn + .btn{margin-left:5px;}
    .dl-product {line-height:20px; font-size:12px;}
    .tbl-product-list.has-chk tr {position:relative; }
    .tbl-product-list.has-chk td {padding-left:30px;}
    .tbl-product-list.has-chk td.td-chkarea {width:30px; position:absolute; height:100%; padding-left:10px;}
    .tbl-product-list.has-chk td.td-chkarea input {margin-top:220px;}
    .tbl-product-list.has-chk td.td-btns {padding-left:0;}
    .tbl-product-list.has-chk td.td-thumb {padding-left:0;}
    /* .tbl-product-list + .sub-tit-area {margin-top:-15px;} */
}


/* @media all and (max-width:499px){
    .tbl-product-list .td-btns {display:block; }
    .tbl-product-list .td-btns .btn {display:block; margin:0; width:100%}
    .tbl-product-list .td-btns .btn + .btn{margin-left:0; margin-top:8px;}
} */


/******* 그리드 *******/
.tbl-top-area {display:flex; justify-content:space-between; align-items:center; padding:10px;
     background:#f6f6f6; border-bottom:1px solid #ddd;}
.tbl-top-area .right-area .btn, .tbl-top-area .right-area select {text-align:center;}
.tbl-top-area .right-area .btn {min-width:100px;}

@media all and (max-width:1279px){
    .tbl-top-area .left-area {line-height:38px;}
}


@media all and (max-width:1023px){
    .tbl-top-area {padding-left:10px ;}
    .tbl-top-area .right-area .btn {min-width:auto;}
    .tbl-top-area .left-area {line-height:24px;}
}

/******** AS 접수내역 : AS유형선택 : 라디오 그룹 배치 : .as-pop-radio********/
.as-pop-radio {display:flex; flex-wrap:wrap;}
.as-pop-radio > * {width:33.3%; margin-bottom:10px; display:block;}


@media all and (max-width:1023px){
    .as-pop-radio > * {width:30%; margin-bottom:5px}
}


@media all and (max-width:499px){
    .as-pop-radio > * {width:50%; }
}

/* 라디오 그룹 배치 : .rdo-arrange* 3컬럼 - > 2컬럼 -> 1컬럼*/
.rdo-arrange {display:flex; flex-wrap:wrap; margin-bottom:10px; }
.rdo-arrange > * {width:33.3%; margin-bottom:10px}

@media all and (max-width:1023px){
    .rdo-arrange  >* {width:50%; margin-bottom:5px}
}

@media all and (max-width:499px){
    .rdo-arrange {flex-wrap:wrap}
    .rdo-arrange > * {width:100%;  }
}

/* 마이페이지 > 내정보관리 > 회원정보변경 : 비밀번호 확인 박스*/
/* 마이페이지 탭 */
/*
.tab_list.tab_list_2depth .tab_btns{margin-bottom:0}
.tab_list.tab_list_2depth .tab_btns>li{width:50%}

.tab_box_2depth {display:none; position:relative; padding:50px 0}
.tab_box_2depth.on {display:block;}

@media all and (max-width:1023px){
    .tab_box_2depth{padding:30px 0}
}
*/


/*마이페이지 2뎁스 탭*/
.tab_list_2depth .tab_btns_2depth {height:100%; border-bottom:1px solid #dddddd; margin-bottom:30px}
.tab_list_2depth .tab_btns_2depth::after {content:""; display:block; clear:both; width:0; height:0; overflow:hidden;}
.tab_list_2depth .tab_btns_2depth li {float:left; height:51px;}
.tab_list_2depth .tab_btns_2depth li a {display:block; padding: 15px 30px 15px ; position:relative; height:100%; }
.tab_list_2depth .tab_btns_2depth li a:hover, .tab_list_2depth .tab_btns_2depth li a.active {color:#3246fa; font-weight:bold;}
.tab_list_2depth .tab_btns_2depth li a:hover::before, .tab_list_2depth .tab_btns_2depth li a.active::before {content:""; width:5px; height:5px; box-sizing:border-box; border:5px solid transparent; border-bottom:5px solid #3246fa; display:block; position:absolute; bottom:0; left:50%; margin-left:-4px; }
.tab_btns_2depth li a:hover::after, .tab_list_2depth .tab_btns_2depth li a.active::after {content:""; position:absolute; bottom:-1px; left:0; width:100%; height:2px; background:#3246fa}
.tab_btns_2depth li a span {vertical-align:top}
.tab_box_2depth {display:none; position:relative; padding-bottom:30px;}
.tab_box_2depth.on {display:block;}

@media all and (max-width:1279px){
    .tab_list_2depth .tab_btns_2depth li a  {font-size:18px; line-height:1}
}

@media all and (max-width:1023px){
    .tab_list_2depth .tab_btns_2depth { margin-bottom:15px; display:flex;}
    .tab_list_2depth .tab_btns_2depth li {height:31px; flex-shrink: 1;}
    .tab_list_2depth .tab_btns_2depth li a {padding: 8px 15px; font-size:13px;}
    .tab_list_2depth .tab_btns_2depth li a:hover::before, .tab_list_2depth .tab_btns_2depth li a.active::before {content:""; width:5px; height:5px; box-sizing:border-box; border:5px solid transparent; border-bottom:5px solid #3246fa; display:block; position:absolute; bottom:0; left:50%; margin-left:-4px; }
    .tab_list_2depth .tab_btns_2depth li a:hover::after, .tab_list_2depth .tab_btns_2depth li a.active::after {content:""; position:absolute; bottom:-1px; left:0; width:100%; height:2px; background:#3246fa}
}


@media all and (max-width:320px){

    .tab_list_2depth .tab_btns_2depth li a {padding: 8px 10px; font-size:13px;}

}

/* 마이페이지 > 내정보관리 > 회원정보변경 : 비밀번호 확인 박스*/
.box-chk-pw {border:3px solid #ddd; padding:30px 35px; margin-bottom:30px; color:#444; text-align:center;}
.box-chk-pw > p {font-size:18px; margin-bottom:25px; font-weight:600;}
.box-chk-pw .row {display:block; margin-bottom:12px;}
.box-chk-pw .row:last-child {margin-bottom:0}
.box-chk-pw .row label {font-size:15px;width:85px;display:inline-block; text-align:left;}
.box-chk-pw .row label::before {content:"*"}
.box-chk-pw .row input {width: 328px; height:36px; margin-left:0;}


@media all and (max-width:1279px){
    .box-chk-pw > p {font-size:20px;}
    .box-chk-pw .row input {width: 328px; height:38px;}
    .box-chk-pw .row label {font-size:16px;}
}


@media all and (max-width:1023px){
    .box-chk-pw{line-height:18px; padding:15px 4.1666%; /*28/672*100 = 4.1666*/ border:2px solid #ddd ; margin-bottom:25px;}
    .box-chk-pw > p {font-size:14px; margin-bottom:15px; text-align:left; }
    .box-chk-pw .row label {font-size:12px;width:65px;display:inline-block; text-align:left;}
    .box-chk-pw .row input {width: 185px; height:24px;}
}

@media all and (max-width:1023px){
    .m-flex {display:flex;}
    .m-flex input[type="text"],
    .m-flex input[type="password"] {flex-grow:1; flex-shrink:1; flex-basis:0}
}


/******* 도움말 박스 *******/
.info-box {padding:30px 35px; margin-bottom:30px; line-height:2; 
     border:3px solid #ddd;
     font-size:14px; color:#444; }
.info-box.center{text-align:center}
.info-box .info-tit {font-size:18px; font-weight:600; margin-bottom:20px; line-height:1.8}
.info-box .info-sub-tit {font-size:15px; font-weight:600;}
.info-box .btn-wrap{margin-bottom:0}
.info-box .row {display:block; margin-bottom:12px;}
.info-box .row:last-child {margin-bottom:0}
.info-box .row label {font-size:15px;width:85px;display:inline-block; text-align:left;}
.info-box .row label::before {content:"*"}
.info-box .row input {width: 328px; height:36px; margin-left:0;}


@media all and (max-width:1279px){
    .info-box {font-size:16px;}
    .info-box .info-tit {font-size:20px;}
    .info-box .info-sub-tit {font-size:16px; }
    .info-box .row input {width: 328px; height:38px;}
    .info-box .row label {font-size:16px;}
}

@media all and (max-width:1023px){
    .info-box {font-size:12px; border:2px solid #ddd;  padding:15px 4.1666%; /*28/672*100 = 4.1666*/ }
    .info-box .info-tit {font-size:14px; margin-bottom:15px}
    .info-box .info-sub-tit {font-size:12px; }
    .info-box .row label {font-size:12px;width:65px;display:inline-block; text-align:left;}
    .info-box .row input {width: 185px; height:24px;}
}


/**********************************
 50. 멤버
**********************************/

/*******  페이지 메인 타이틀 *******/
.page-tit-area {color:#999; margin-bottom:35px; text-align:center;}
.page-tit-area h2 {font-size:30px; color:#222; font-weight:600}

@media all and (max-width:1279px){
    .page-tit-area {font-size:16px;}
    .page-tit-area h2 {font-size:30px; }
}

@media all and (max-width:1023px){
    .page-tit-area {margin-bottom:30px; font-size:12px;}
    .page-tit-area h2 {font-size:18px; }
}

/* 버튼그룹 */
.btn-wrap{margin:30px 0 50px; text-align:center;}
.btn-wrap .btn{height:40px; line-height:40px; min-width:100px; font-size:14px; margin-right:5px; padding:0 20px}
.btn-wrap .btn:last-child{margin-right:0}

@media all and (max-width:1023px){
    .btn-wrap{display:flex; justify-content:center}
    .btn-wrap .btn{font-size:13px; flex-grow:1}
}
.titleSqureDot{position:relative;padding-left:15px;font-size:16px;}
.titleSqureDot:before{
    content:'';
    position:absolute; left:0; top:48%; transform:translate(0, -50%);
    width:6px; height:6px; background:#3e82c3;
}
@media all and (max-width:1279px){
    .titleSqureDot{font-size:18px}
}
@media all and (max-width:1023px){
    .titleSqureDot{padding-left:12px; font-size:14px}
}

/* 폼타이틀 */
.form-group .title,.form-group .title label{font-size:16px;}

@media all and (max-width:1023px){
    .form-group .title,.form-group .title label{font-size:14px;}
    .form-group .title.squreDot{padding-left:12px}
}

/********* login *********/

.b-loginForm{
    width:450px;
    margin:70px auto 50px;
}
.b-loginForm .row{
    display:block; margin-bottom:10px;
}
.b-loginForm .row:last-of-type{
    margin-top:30px;
}
.b-loginForm input{
    width:100%; height:45px; border-color:#bbb;
    font-size:15px;
}
.b-loginForm .btn-wrap a{
    display:inline-block;
    color:#666;
}
.b-loginForm .btn-wrap{margin-top:20px; text-align:center;}
.b-loginForm .btn-wrap a:after{
    content:'';
    display:inline-block;
    width:1px; height:13px; margin:2px 14px 0 13px;
    background-color:#eee; vertical-align:top;
}
.b-loginForm .btn-wrap a:last-child:after{
    content:none;
}

@media all and (max-width:1023px){
    .b-loginForm{width:95%; margin:40px auto;}
    .b-loginForm input{font-size:13px}
    .b-loginForm .btn-wrap a{font-size:13px}
}

/********* 회원가입 *********/
.b-joinTerm{}
.b-joinTerm .allChk {padding-bottom:6px;border-bottom:1px solid #eee;}
.b-joinTerm .allChk label{ font-size:13px;}

.b-joinTerm .form-group .title{margin:40px 0 15px;}
.b-joinTerm .form-group .term{
    height:360px;overflow-y:scroll; padding:20px;
    font-size:13px; 
    border:1px solid #ddd;}
.b-joinTerm .form-group.auth label{
    font-size:13px;margin-bottom:10px;
}
.b-joinTerm .form-group.auth .term{
    height:auto; overflow:auto;
}

@media all and (max-width:1023px){
    .b-joinTerm .form-group .title{margin-top:30px}
    .b-joinTerm .form-group .term{height:250px;font-size:12px}
}
/********* 회원가입 완료폼 *********/
.b-compForm{
    padding:60px 0;
    border:1px solid #eee; border-top:3px solid #3e82c3;
    font-size:16px;text-align:center;
}
.b-compForm .btn-wrap{margin-bottom:0; margin-top:50px;}
.b-compForm .b-loginForm{margin:0 auto}

.b-compForm-type2{
    padding:60px 0;
    border:1px solid #eee; border-top:2px solid #222;
    font-size:16px;text-align:center;
}

.b-compForm-type2 .btn-wrap{margin-bottom:0; margin-top:50px;}
.b-rentalCompForm img{width:60px; margin-bottom:3rem}
.b-rentalCompForm .smtxt{font-size:1.4rem; margin-top:1rem}

@media all and (max-width:1279px){
    .mobile .b-compForm, .b-compForm-type2{font-size:14px; padding:4rem 0}
    .mobile .b-compForm .btn-wrap, .mobile .b-compForm-type2 .btn-wrap{margin-top:30px}
    .mobile .b-compForm .btn-wrap .btn, .b-compForm-type2 .btn-wrap .btn{flex-grow:0}
}
@media all and (max-width:768px){
    .mobile .b-compForm, .b-compForm-type2{padding:3rem 0}
    .mobile .b-rentalCompForm img{width:50px}
}
/**********************************
 60. 서브화면 기타
**********************************/

/********* location *********/
.location {margin-bottom:50px;}
.location::after {content:""; display:block; width:0; height:0; clear:both;}
.location ol {width:100%; padding-bottom:10px; border-bottom:2px solid #aaa;line-height:1; float:left;}
.location li {display:inline-block; font-size:12px; }
.location li::after {content:">"; display:inline-block; padding-left:6px;}
.location li:last-child::after {content:none; }
.location li:last-child {font-weight:600;}
.location a {float:right; background:#24aae1; font-size:18px; height:34px; line-height:34px; padding:0 20px; color:#fff; }

@media all and (max-width:1279px){
    .location {margin-top:10px; margin-bottom:40px;}
    .location ol{border-width:1px}
    .location li {font-size:18px; line-height:34px; }
}

@media all and (max-width:1023px){
    .location { margin-bottom:15px;}
    .location ol{padding-bottom:5px}
    .location li {font-size:12px; line-height:20px; }
    .location a {font-size:12px; height:20px; line-height:20px; padding:0 10px; color:#fff; }
}



/*********** 1:1 문의 ********/
/* 사진첨부  input + button*/
.append-list li {margin-bottom:10px; width:100%;  display:flex; }
.append-list li:last-child {margin-bottom:0}
.append-list li input {flex-grow: 1;}
.append-list .btn-find {width:36px; display:inline-block; overflow:hidden; text-indent:-9999px; 
    background:url("../images/icons/img_photo.png") no-repeat center; background-size:27px auto; }
.append-list input + button {margin-left:5px}


@media all and (max-width:1279px){
    .append-list .btn-find {background-size:36px auto}
    .append-list input + button {margin-left:10px}
}

@media all and (max-width:1023px){
    .append-list li {margin-bottom:5px;}
    .append-list .btn-find {background-size:18px auto; width:25px; }
    .append-list input + button {margin-left:5px}
}

/* 첨부파일 썸네일 */
.append-thumb {margin-top:10px}
.append-thumb::after {content:""; display:block; width:0; height:0; clear:both; }
.append-thumb li{width:60px; height:60px; float:left; border:1px solid #ddd; margin-right:5px; position:relative; display:flex; align-items: center; justify-content: center; }
.append-thumb li:last-child {margin-right:0;}
.append-thumb li img {max-width:100%; width:100%;}
.append-thumb li .btn-del {width:26px; height:26px; position:absolute; right:0; bottom:0; overflow:hidden; text-indent:-9999px;
     background:url("../images/icons/thumb_del.png") no-repeat center;}

@media all and (max-width:1279px){
    .append-thumb li {width:66px; height:66px;}
}

@media all and (max-width:1023px){
    .append-thumb {margin-top:5px}
    .append-thumb li {width:40px; height:40px;}
    .append-thumb li .btn-del {width:17px; height:17px;}
}

@media all and (max-width:320px){
    .append-thumb li {margin-right:3px;}
    .append-thumb li {width:35px; height:35px;}
}


/* 1:1 문의 평점등록 영역*/
.grade-area {border:3px solid #dddddd; padding:23px 26px; margin-top:30px; background:#fff; margin-left:-100px; margin-right:-40px;}
.grade-area::after {content:""; display:block; width:0; height:0; clear:both;}
.grade-area .grade-buttontype {display:none; }
.grade-area .tit {display:inline-block; vertical-align:middle; margin-right:15px; font-weight:600;}
.grade-area .btn {float:right; font-weight:600;}

@media all and (max-width:1023px){
    .grade-area {margin-left:-35px; margin-right:0; margin-top:20px;  padding:10px 7.9491%; text-align:center;}
    .grade-area .tit {font-size:12px;margin-right:10px;}
    .grade-area .btn {display:block; float:none; margin:0 auto; margin-top:13px; width:135px; height:30px; line-height:28px;  }
}


/* 별점 : 라디오형 */
.grade-area .grade-radio img {width:83px;}
.grade-area .grade-radio {display:inline-block; vertical-align:middle}
.grade-area .grade-radio li {display:inline-block; margin-right:10px; vertical-align:middle }
.grade-area .grade-radio li:last-child {margin-right:0}

/* 별점 : grade-clicktype : 개별클릭 */
.grade-button-type{display:flex; align-items:center;}
.grade-buttontype::after {content:""; display:block; width:0; height:0; clear:both; }
.grade-buttontype button {width:25px; height:25px; float:left;  background:url("../images/icons/stars/star.png") no-repeat center bottom; background-size:25px auto; text-indent:-999px ; margin-right:3px;}
.grade-buttontype button.active {background-position: center top; background-size:25px auto; }
.grade-buttontype .score {line-height:25px; margin-left:15px; color:#ea0000; font-weight:600; display:inline-block;}

@media all and (max-width:1279px){
    .grade-area .grade-buttontype {display:inline-block; line-height:39px}
    .grade-area .grade-radio {display:none}
    .grade-buttontype button {width:37px; height:39px;}
    .grade-buttontype button, .grade-buttontype button.active {background-size:36px auto;}
    .grade-buttontype button.active {background-position: center 3px; }

}

@media all and (max-width:1023px){
    .grade-area .grade-buttontype {display:inline-block; line-height:24px}
    .grade-area .grade-radio {display:none}
    .grade-buttontype button {width:24px; height:24px;}
    .grade-buttontype button, .grade-buttontype button.active {background-size:22px auto;}
    .grade-buttontype button.active {background-position: center 2px; }
    .grade-buttontype .score {margin-left:10px; }
}



/* table, list 내 리플 수 */
.reply-num {margin-right:10px}

/* table, list 내 new, hot 아이콘 */
/* .status-new, .status-hot {width:54px; height:22px; display:inline-block; text-transform: uppercase; text-align:center; font-size:12px}
.status-new {background:#ff9000; border:1px solid #bd6c04; color:#fff}
.status-hot {background:#f8054a; border:1px solid #b10737; color:#fff} */
.status-new, .status-hot {font-weight:bold}
.status-new{color:#ff9000}
.status-hot{color:#f8054a}

@media all and (max-width:1279px){
    .status-new, .status-hot {font-size:14px;}
}


@media all and (max-width:1023px){
    .status-new, .status-hot {font-size:12px; width:36px; height:16px; line-height:14px;}
}

/* tbl-find : 게시글 찾기 영역*/
.tbl-find {margin-bottom:25px;}
.tbl-find form{display:flex; align-items:center; justify-content: flex-end;}
.tbl-find button {margin-left:10px;}
.tbl-find label, .tbl-find input{margin-left:15px}
.tbl-find label:first-child{margin-left:0}
@media all and (max-width:1279px){
    .tbl-find form{justify-content: center;}
}

@media all and (max-width:1023px){
    .tbl-find {margin-top:20px;}
    .tbl-find button {margin-left:5px;}
    .tbl-find label, .tbl-find input{margin-left:10px}
}

/* 테이블 내부 input요소 좌우배치 분할. 모바일만 적용*/
.grp-card {display:inline-block;}
.grp-card + select {margin-left:4px;}
.m-grp-chk {margin-left:10px;}
@media all and (max-width:1023px){

    .grp-phone {display:flex;}
    .grp-phone input, .grp-phone select {width:65px !important; }
    .grp-phone .txt-unit {padding-left:4px;}

    .grp-email {display:flex}
    .grp-email .txt-unit {padding-left:4px; }

    .grp-card {font-size:0; display:flex}
    .grp-card + select {margin-top:5px; margin-left:0 !important;}

    /* 모바일용 체크박스 세트. label 텍스트가 길어져도 텍스트가 체크박스 밑으로 떨어지지 않도록 함.*/
    .m-grp-chk {display:block; margin-top:10px; margin-left:0;}
    .m-grp-chk input[type="checkbox"] {flex-shrink: 0; margin-left:0; margin-top:2px; vertical-align: middle;}
}

/*tbl-grid : pc, 1024이상 태블릿만 사용가능한 클래스*/
.tbl-grid {margin-bottom:30px; border-top:2px solid #222; width:100%; font-size:13px;}
.tbl-grid thead th {background:#f6f6f6; }
.tbl-grid th, .tbl-grid td {padding:15px; border-bottom:1px solid #ddd; border-right:1px solid #dddddd; text-align:center;}
.tbl-grid th:last-child {border-right:0;}
.tbl-grid td:last-child {border-right:0;}

/* table 내 링크 */
.grd-tit-link {margin-right:10px;} /*뒤에 new, hot 아이콘이 올 경우 여백 확보*/
.grd-tit-link + .reply-num {margin-left:-10px;}
.grd-tit-link:hover {text-decoration: underline;}


@media all and (max-width:1279px){
    .tbl-grid {border-top:1px solid #ddd; font-size:16px}
    .tbl-grid th, .tbl-grid td {border-right:0;}
}


/* 모바일용 게시판 */
.ul-m-board {margin-bottom:30px; border-top:1px solid #ddd; font-size:12px; color:#444}
.ul-m-board > li {border-bottom:1px solid #ddd;}
.ul-m-board > li > a {display:block; padding:15px 0; }
.ul-m-board strong {font-weight:400}
.ul-m-board ul.inline-li::after {content:""; display:block; width:0; height:0; clear:both;}
.ul-m-board ul.inline-li li {display:inline-block; }
.ul-m-board ul.inline-li li span {vertical-align: initial; margin-right:5px;}
.ul-m-board ul.inline-li li::after {content:"/"; }
.ul-m-board ul.inline-li li:last-child::after {content:none; }


/*약관폼 */
.b-agreeForm{padding:1.5rem 0; border-bottom:1px solid #eee}
.b-agreeForm .row{display:flex; justify-content: space-between;}
.b-agreeForm .hide-row{margin-top:1rem; padding:0.5rem; font-size:1.3rem; border:1px solid #ddd;}
.b-agreeForm__more{color:#666; font-weight:500; text-decoration: underline;}


.b-agreeBox{margin:30px 0;overflow:hidden;}
.b-agreeBox input[type='checkbox'] + span{
	padding-left:5px;
}
.b-agreeBox .allChk{text-align:right; margin-bottom:10px}
.b-agreeItemList {
    display:flex; flex-wrap:wrap;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.b-agreeItemList.layout2 li{
    width:50%;
}
.b-agreeItemList li{
    width:100%;
	border-bottom:1px solid #efefef;
	padding:10px;
}
.b-agreeItemList li:last-child{
    border-bottom:none;
}
.b-agreeItemList p{
    font-size:13px;
    margin-bottom:5px;
}
.b-agreeItemList label{
    font-weight:600;
    color:#555;
}

@media all and (max-width:1279px){
    .b-agreeForm .row{font-size:1.4rem}
}
@media all and (max-width:1023px){
    .b-agreeItemList li {padding:8px}
    .b-agreeItemList p{font-size:12px}

    .b-agreeItemList.layout2 li{
        width:100%
    }
}

/********* 이용안내 : .guide-box **********/
.guide-box {font-size:13px; color:#444444; line-height:1.8}
.guide-box .title-term, .guide-box dt{font-weight:600;}
.guide-box .title-term:before, .guide-box dt:before {content:""; width:9px; height:9px; background:#444444; display:inline-block; margin-right:5px; }
.guide-box dd + dt {margin-top:30px}
.guide-box p{margin-bottom:15px;}
.guide-box>div{margin-bottom:30px}

.tableBox{margin-bottom:40px;}
/****************************************/

/********* 회사소개 : .c-commonGrid **********/
.c-commonGrid img {max-width: 100%;}
/****************************************/

.floating-ctrol .btn-toggle-main {width:123px; height:34px; overflow:hidden; text-indent:-9999px; position:absolute; top:-34px; left:50%; margin-left:-61px; background:url("../images/icons/floatingbox_main_open.png") no-repeat center;}
.floating-ctrol .btn-toggle-main.show {background:url("../images/icons/floatingbox_main_close.png") no-repeat center;}


/* 페이지 서브타이틀*/
.sub-tit-area {margin-bottom:10px}
.sub-tit-area h2, .sub-tit-area h3 {font-size:15px; font-weight:bold; line-height:28px; display:inline-block; padding-left:25px; background: url("/resources/images/ico_sub_tit.png") no-repeat left 6px; color:#103d63}
.sub-tit-area::after {content:""; display:block; width:0; height:0; clear:both;}
.sub-tit-area .btn-area {float:right;}
.sub-tit-area .fwb {display:inline-block; line-height:28px}




/******* 회원가입 :  약관*******/
.term-content {border:1px solid #ddd;  height:365px; overflow-y:scroll; margin-bottom:15px; padding:20px; line-height:1.5; white-space:pre-line; font-size:13px;}
.term-info { border:1px solid #ddd; font-size:13px; padding:15px 18px; margin-bottom:50px; line-height:24px; }
.term-info li {position:relative; padding-left:15px;}
.term-info li::before {content:""; position:absolute; left:0; top:7px; width:10px; height:10px; background:#222; border-radius:50%; }

@media all and (max-width:1279px){
    .term-content {font-size:16px;}
    .term-info {font-size:16px;}
    .term-info li::before {margin-right:8px;}
}

@media all and (max-width:1023px){
    .term-content {font-size:12px; height:235px; padding:8px 2.9761%; margin-bottom:5px; }
    .term-info {font-size:12px; line-height:15px; padding:8px 2.9761%; margin-bottom:25px;}
    .term-info li { padding-left:13px;}
    .term-info li::before {top:3px; width:8px; height:8px; }

}


.right_img{width:230px;}
.left_img{width:310px; float:left; margin:5px 10px 5px 20px;}
.covr_div{flex-grow:1;}

@media all and (max-width:1279px){
    .right_img{width:0px;}
	.left_img{width:200px; margin:15px 10px 0px 20px;}
}

@media all and (max-width:799px){
    .right_img{width:0px;}
	.left_img{width:140px; margin:15px 10px 0px 20px;}
	/*.covr_div{max-width:320px;}*/
}

@media all and (max-width:420px){
    .right_img{width:0px;}
	.left_img{clear:both; width:130px; margin:0; padding:0;}
	.covr_div{display:flex; flex-direction:column; align-items:center; width:200px;}
}


/* ===================================
	table
====================================== */
.text-left {
	text-align: left !important;
}

.bg-light-gray {
	background-color: #f7f7f7;
}

.table {
	margin-top:2rem;
	width: 100%;
	max-width: 100%;
	table-layout: fixed;
	margin-bottom: 0
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th,
	.table>thead>tr>td, .table>thead>tr>th {
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	padding: 12px 10px 11px 10px;
	vertical-align: middle;
	border-top: none;
	border-bottom: 1px solid #ddd;
}

.table>thead>tr>th {
	font-size: 13px
}

.table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>th {
	white-space: nowrap
}

.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th,
	.table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th,
	.table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th
	{
	border-top: 1px solid #666;
	border-bottom: 1px solid #ddd
}

.table>caption+thead>tr.border_none>td, .table>caption+thead>tr.border_none>th,
	.table>colgroup+thead>tr.border_none>td, .table>colgroup+thead>tr.border_none>th,
	.table>thead:first-child>tr.border_none>td, .table>thead:first-child>tr.border_none>th
	{
	border-top-color: #ddd
}

.table>tbody>tr:first-child {
	border-top: 1px solid #bbb
}

.table>tbody>tr>td, table>tbody>tr>th {
	position: relative
}

.table>tbody+tbody {
	border-top: 0
}

.table>tbody>tr>td:first-child[rowspan] {
	border-right: 1px solid #ddd
}

.table.table-view th.view-tit {
	padding: 20px !important
}

.table.table-view th.view-tit h4 {
	font-size: 19px;
	margin-bottom: 0;
	white-space: normal
}

.table.table-view th.view-tit h4+p {
	font-size: 13px;
	margin-top: 5px;
	text-align: right
}

.table.table-view td.view-content * {
	font-family: 'Noto Sans KR', sans-serif !important;
	color: #232323 !important
}

.tb-tit {
	cursor: pointer
}

.tb-content-inner {
	display: none
}

.tb-content-inner.active {
	display: table-row
}

.tb-content-inner>td {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	text-align: left !important
}

.tb-content-inner>td>.question {
	border-bottom: 1px solid #e0e0e0
}

.b-filter-category{font-size:1.5rem}
.b-filter-category>*{
    padding:1rem 2rem 0;
}
/*.b-filter-category>*:first-child{
    flex-shrink: 0;
    width:15rem; border-right:1px solid #ddd
}*/
.b-filter-category ul{display:flex; flex-wrap:wrap; justify-content:center; width:100%;}
.b-filter-category ul li{margin-right:1rem; margin-bottom:1rem;}
.b-filter-category a{display:inline-flex; align-items: center; justify-content: center;
     width:15rem; height:4rem; padding:0 5px;
    font-weight:500;text-align:center; border-radius:30px; }
.b-filter-category a.active{background:#061055;color:#fff;}

.ut_cont {
	margin-top:30px;
}

.overflow-hidden {
	overflow: hidden !important
}

.cont-row {
	margin-right: -15px;
	margin-left: -15px
}

.no-padding {
	padding: 0 !important;
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.event-list-wrp {
	margin-right: -1px;
}
.event-list-wrp h4 a {
	height: 35px;
	line-height: 18px;
}
.event-list-wrp h4 span {
	height: 35px;
	line-height: 18px;
}

:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.cont-row:after, .cont-row:before {
	display: table;
	content: " "
}

.display-none {
	display: none !important
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3,
	.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3,
	.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
	.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3,
	.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
	.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3,
	.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

/*.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3,
	.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	float: left
}*/

.col-xs-12 {
	width: 100%
}

.margin-20px-bottom {
	margin-bottom: 20px
}

.linkA, .linkA:active, .linkA:focus {
	color: #222;
	text-decoration: none;
	cursor: pointer
}

.width-100 {
	width: 100%;
}

.sumnImg {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	font-size: 10px;
	white-space: normal;
	text-align: left;
	
}

.padding-10px-all {
	padding: 10px
}

.text-left {
	text-align: left !important
}

.text-right {
	text-align: right !important
}

.text-center {
	text-align: center !important
}

.margin-30px-top {
	margin-top:30px;
	text-align:center;
}

.width-120px {
	width: 120px
}

.btn-submit {
	background-color: #3246fa;
	color: #fff
}

.btn-submit:hover, .btn-submit:active, .btn-submit:focus {
	background-color: #fff;
	border-color: #3246fa;
	color: #3246fa
}


@media all and (max-width:1279px){
    .mobile .b-filter-category{flex-direction: column;}
    .mobile .b-filter-category>*{padding:1rem 1.5rem 0}
    /*.mobile .b-filter-category>*:first-child{width:100%; padding-bottom:1rem;
         border-right:none; border-bottom:1px solid #ddd}*/
    .mobile .b-filter-category ul li{width:33.3333%; margin-right:0; text-align:center}
}

@media ( min-width :992px) {
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3,
		.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
		float: left
	}
	.col-md-4 {
		width: 33.33333333%
	}
}

@media ( max-width :991px) {
	/* Table */
	.table.sm-table-block>tbody>tr>td, .table.sm-table-block>tbody>tr>th,
		.table.sm-table-block>tfoot>tr>td, .table.sm-table-block>tfoot>tr>th,
		.table.sm-table-block>thead>tr>td, .table.sm-table-block>thead>tr>th {
		text-align: left;
		display: block;
		padding: 0 0 8px;
		border-bottom: none;
		border-top: none;
		overflow: hidden
	}
	.table.sm-table-block>tbody>tr>td:first-child {
		padding-top: 8px
	}
	.table.sm-table-block>tbody>tr {
		display: block;
		position: relative;
		border-bottom: 1px solid #bbb
	}
	.table.sm-table-block>tbody>tr>td:before {
		content: attr(data-title);
		display: inline-block;
		font-size: 13px;
		color: #595757;
		vertical-align: middle;
		font-weight: 500
	}
	.table.sm-table-block>tbody>tr>td.title-none:before {
		display: none
	}
	.table.sm-table-block td.view-content {
		padding: 12px
	}
}

@media ( max-width :767px) {
	.xs-display-none {
		display: none !important;
	}
	.xs-display-block {
		display: block !important
	}
	/* Table */
	.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th,
		.table>thead>tr>td, .table>thead>tr>th {
		padding: 10px 8px
	}
	.table.table-view th.view-tit {
		padding: 12px 10px !important
	}
	.table.table-view th.view-tit h4 {
		font-size: 17px
	}
	.table.table-view th.view-tit p {
		font-size: 12px
	}
	.table.table-view td.view-content * {
		font-size: 13px;
		line-height: 20px
	}
	.table.xs-table-block>tbody>tr>td, .table.xs-table-block>tbody>tr>th,
		.table.xs-table-block>tfoot>tr>td, .table.xs-table-block>tfoot>tr>th,
		.table.xs-table-block>thead>tr>td, .table.xs-table-block>thead>tr>th {
		text-align: left;
		display: block;
		padding: 0 0 8px;
		border-bottom: none;
		border-top: none;
		overflow: hidden
	}
	.table.xs-table-block>tbody>tr>td:first-child, .table.xs-table-block>tbody>tr>td.first
		{
		padding-top: 8px
	}
	.table.xs-table-block>tbody>tr {
		display: block;
		position: relative;
		border-bottom: 1px solid #bbb
	}
	.table.xs-table-block>tbody>tr>td:before {
		content: attr(data-title);
		display: inline-block;
		font-size: 13px;
		color: #595757;
		vertical-align: middle;
		font-weight: 500
	}
	.table.xs-table-block>tbody>tr>td.title-none:before {
		display: none
	}
	.table.xs-table-block>tbody>tr>td.td-checkbox {
		padding: 0;
		position: absolute;
		left: 0;
		top: 8px;
		z-index: 5
	}
}


@media ( min-width :768px) {
	.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3,
		.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
		float: left
	}
	.col-sm-6 {
		width: 50%
	}
	.col-md-4 {
		width: 33.33333333%
	}
}

.b-subProdView-info__box .colorCode button{
    display:inline-flex; align-items: center; justify-content: center;
     width:28px; height:28px; border-radius:200%;
    background:white; border:1px solid #ccc;
    margin-right:10px;
}

.b-subProdView-info__box .colorCode button.active{
    width:22px; height:22px;
}
.b-subProdView-info__box .colorCode button.active:after{
    flex-shrink: 0;
    content:'';
    display:inline-block; 
    width:28px; height:28px; border:1px solid #222; border-radius:200%;
}

@media all and (max-width:1279px){
    .mobile .b-subProdView-info__box .colorCode button{
        width:23px; height:23px;
    }

    .mobile .b-subProdView-info__box .colorCode button.active{
        width:17px; height:17px;
    }
    .mobile .b-subProdView-info__box .colorCode button.active:after{
        width:23px; height:23px;
    }
}

.c-row{
    display: -webkit-flex;
    display:flex;
	align-items:center;
	justify-content:space-between;
    -ms-display: flexbox;
}
.c-row.flex-left{
	justify-content:flex-start;
	width:100%;
	flex-wrap:wrap;
	flex-direction:row;
}

.c-checkboxGroupBtn>*{
  flex-grow:1;
}

.c-checkboxGroupBtn>label{
  margin-right:5px;
}
.c-checkboxGroupBtn>label:last-child{
  margin-right:0px;
}

.c-checkboxGroupBtn input{
    position:absolute;
    height:0;
    width:0;
    opacity:0;
}
.c-checkboxGroupBtn .checkmark{
  display:block;
  width:100%;
  height:3.5rem;
  line-height:3.2rem;
  border: 1px solid #d9dadb;
  font-size:1.4rem;
  font-weight:500;
  border-radius: 10px;
  text-align:center;
  cursor:pointer !important;
}

.c-checkboxGroupBtn input:checked ~ .checkmark{
  color:#ffffff;
  background:#7940FF;
  border-color:#7940FF;
}
/*#3246fa;*/

/*==============================
    Display
================================*/
.sm-img-strip {display:none; height:100px !important;}

.display-block {
	display: block !important;
}
.display-none {
	display: none !important;
}
@media ( max-width :991px) {
	.sm-display-block {
		display: block !important;
	}
	.sm-display-none {
		display: none !important;
	}
}

/* 자주묻는질문 */
.faq-list-menu {
	font-size: 0
}

.faq-list-menu a {
	display: inline-block;
	position: relative;
	font-size: 15px;
	padding: 0 15px
}

.faq-list-menu a.active {
	color: #3A6594
}

.faq-list-menu a:before {
	content: "";
	display: block;
	width: 1px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
	background-color: #ddd
}

.faq-list-menu a:first-child {
	padding-left: 0
}

.faq-list-menu a:first-child:before {
	display: none
}

.faq-list {
	border-top:2px solid #222;
}

.faq-list li {
	border-bottom: 1px solid #e0e0e0
}

.faq-list li:first-child {
	border-top: 1px solid #e0e0e0
}

.faq-list li div[class^="faq-"] {
	position: relative;
	padding-left: 65px;
	padding-top: 12px;
	padding-bottom: 12px
}

.faq-list li .faq-answer {
	display: none
}

.faq-list li .icon {
	display: block;
	position: absolute;
	left: 12px;
	top: 50%;
	margin-top: -12.5px;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	font-size: 16px;
	background-color: #3A6594;
	text-transform: uppercase;
	color: #fff;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%
}

.faq-list li .reg-date {
	display: block;
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -9px;
	width: 110px;
	/*height: 18px;*/
	text-align: center;
	font-size: 18px
}

.faq-list li .content * {
	font-family: 'Noto Sans KR', sans-serif !important;
	color: #666 !important;
	font-size: 14px !important;
	line-height: 22px !important
}

.faq-list li .faq-ask.active {
	background-color: #3A6594
}

.faq-list li .faq-ask.active .icon {
	background-color: #fff;
	color: #3A6594
}

.faq-list li .faq-ask.active a, .faq-list li .faq-ask.active .reg-date {
	color: #fff
}

.faq-type {
	min-width:200px;
	display:inline-block;
}

.faq-category{font-size:1.5rem}
.faq-category ul{display:flex; flex-wrap:wrap; justify-content:center; width:100%; margin-top:45px;}
.faq-category ul li{margin-bottom:1rem;}
.faq-category a{display:inline-flex; align-items: center; justify-content: center;
     width:10rem; height:4rem; padding:0 5px;
    font-weight:500;text-align:center; border-radius:30px; }
.faq-category a.active{background:#061055;color:#fff;}




.mbl-2depth {display:none; position:relative; top:100%; width:auto; margin-top:1rem;
    margin-left:-2rem;
    background:#fff;  z-index:999; border:1px solid #e9e9e9; border-bottom:none;
    font-size:1.5rem;}
.mbl-2depth li {white-space:nowrap; padding:0rem 2rem !important; border-bottom:1px solid #eee;
    font-size:1.5rem; font-weight:normal !important;}
.mbl-2depth li:last-child {border-bottom:none;}
.mbl-2depth li > a {display:inline-block; padding:1rem 5rem 1rem 2rem}
.mbl-2depth.show {display:block !important;}


/* 제품 정렬  */
.prod-sort-wrap {
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #888
}

.prod-sort {
	float: right
}

.prod-sort i {
	display: none
}

.prod-sort a {
	position: relative;
	display: inline-block;
	padding-right: 10px
}

.prod-sort a:before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 12px;
	margin-right: 10px;
	background-color: #ddd
}

.prod-sort a:first-child:before {
	display: none
}

.best-item .product-txtwrap {
	padding: 0 3rem;
}

.mainPopup-btn a {
	position: relative;
	display: inline-block;
	padding: 12px 10px 12px 0;
	font-weight:600;
}

.mainPopup-btn .pop-close:before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 12px;
	margin-right: 10px;
	background-color: #ddd
}

.pop-day-close {
	background:url('/img/common/chk.png') left center no-repeat;
	padding-left:35px !important;
}

.product-imgwrap {
	border-radius:5px;
}

.product-price > span {
	display:inline-block;
	width:100%;
	height:41px;
	margin-top:3px;
	font-size:1.3rem;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-price > .affcard {
	text-align:right;
}

.product-price .affcard strong {
	font-size:2.4rem;
	color:#3246fa;
	line-height:0;
}

@media (max-width: 1023px) {
	.product-price .affcard strong {
		font-size:2rem;
	}
}

/** layouts **/
.d-inline-flex{display:inline-flex !important;}
.align-items-center{align-items:center !important}
.justify-content-center{justify-content: center;}
.justify-content-between{justify-content: space-between;}

/** 장바구니 **/

@media all and (min-width:800px) {  /*pc*/
    .cart-modal {
        position: relative; padding: 6px; background: #FFFFFF; border: #7F7F7F solid 1px; position: absolute; font-size: 12px;
        text-align: center; width: 200px; color:#000; left:68px; top:60px;
    }
}
@media all and (max-width:799px) { /*mobile*/
    .cart-modal {
        position: relative; padding: 6px; background: #FFFFFF; border: #7F7F7F solid 1px; position: absolute; font-size: 12px;
        text-align: center; width: 200px; color:#000; left:0px; bottom:6rem;
    }
}

.cart-modal div
{
    padding:0; margin:0; line-height:24px;
}



@media all and (min-width:800px) { /*pc*/
    .cart-modal:after {
        content: ''; position: absolute; border-style: solid; border-width: 0 16px 10px 17.5px; border-color: #FFFFFF transparent;
        display: block; width: 0; z-index: 1; top: -9px; left: 78px; color:#000;
    }
}
@media all and (max-width:799px) { /*mobile*/
    .cart-modal:after {
        content: ''; position: absolute; border-style: solid; border-width: 10px 16px 0 17.5px; border-color: #FFFFFF transparent transparent transparent;
        display: block; width: 0; z-index: 1; top: 7.9rem; left: 78px; color: #000;
    }
}


@media all and (min-width:800px) { /*pc*/
    .cart-modal:before {
        content: ''; position: absolute; border-style: solid; border-width: 0 16px 10px 17.5px; border-color: #7F7F7F transparent;
        display: block; width: 0; z-index: 0; top: -10px; left: 78px; color:#000;
    }
}

@media all and (max-width:799px) { /*mobile*/
    .cart-modal:before {
        content: ''; position: absolute; border-style: solid; border-width: 10px 16px 0 17.5px; border-color: #7F7F7F transparent;
        display: block; width: 0;z-index: 0; top: 8rem;left: 78px; color: #000;
    }
}

.quantity-count{
    background: #fff !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
}

@media all and (max-width:799px) { /*mobile*/
    .item-image {
        width:10rem !important;
    }
}

@media all and (max-width:799px) { /*mobile*/
    .quantity {
        display: inline-table !important; margin-left:2rem !important;
    }
    .cart-li{display:inline-block !important; width:100% !important;}
}

@media all and (max-width:799px) { /*mobile*/
    .sale {
        display: inline-table !important;
    }
    .sale strong{
        font-size:2rem !important;
        text-align:right !important;
    }
}

.cart-addr{display:inline-flex; justify-content: space-between}
.addrRoad-div{min-width:40rem !important;}
.addrRoad-div input{min-width:38rem; background:transparent !important;}
.addrDtl-div{margin-left:1rem; min-width:40rem !important;}
.addrDtl-div input{min-width:40rem !important;}
.glass-div{display:flex;}
.logoImg{width:20rem !important;}
.cart-logo-div{display: flex}
.cart-logo-div img{margin-right:1rem;}
.cart-ul select{background: transparent !important;}

@media all and (max-width:799px) {
    /*mobile*/
    .cart-ul{
        flex-direction:column !important;
        width:100% !important;
    }
    .cart-ul-even{
        flex-direction:column !important;
        width:100% !important; margin-top:3rem;
    }
    .cart-ul li, .cart-ul-even li{margin-left:0 !important;}
    .cart-ul input[id^="card"] {
        padding: 0 0 !important;
        max-width:6rem !important;
    }
    .cart-ul input[id^="tel"] {
        padding: 0 0 !important;
        max-width:6rem !important;
    }
    .pay-prod-li{width:100%; display:inline-table !important;}
    .pay-prod-li .item-box{width:100% !important;}
    .pay-prod-li .sale{width:100% !important;}
    .pay-prod-li .sale strong{text-align: right;}
    .pay-prod-li .info{margin-top:1rem; padding:0 0 !important; margin-left:1rem !important;}
    .pay-prod-li .quantity{margin-top:1rem; padding:0 0 !important; margin-left:1rem !important;}

    .cart-addr{display:block !important;}
    .addrRoad-div{min-width:35.5rem !important;}
    .addrRoad-div input{min-width:33.5rem !important; background: transparent !important;}
    .addrDtl-div{margin-left:0 !important; min-width: 38.5rem !important;  margin-top:0.5rem !important;}
    .addrDtl-div input{min-width:36.5rem !important;}
    .glass-div{display: none !important;}
    .logoImg{width:16rem !important; margin-right:1rem !important;}
    .card-code-select{width:18rem !important;}
}

/* 플로팅 메뉴 스타일 */
.floating-menu {
    position: fixed;
    width: 280px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
    z-index: 1000;
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
    opacity: 0;
    visibility: hidden;
    /* 초기에는 숨김 */
}
.floating-menu:hover {
    box-shadow: 0 12px 40px rgba(0,0,0,0.2);
}

.float-brand {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.float-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
    line-height: 1.4;
}

.detatil-box {
    margin-right: 320px; /* 플로팅 메뉴 공간 확보 */
    background: white;
    border-radius: 8px;
    min-height: 800px;
}

.round-btn {
    display: inline-block;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.round-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
}

.p-6 {
    padding: 24px;
}

.mb-5{margin-bottom:5px;}
.mb-10{margin-bottom:10px;}

.text-base {
    font-size: 14px;
}

.float-sm-txt{font-size:0.8em;}

.font-semibold {
    font-weight: 600;
}
.text-purple{color:#7940FF !important;}

/** 상단 검색 박스 **/
.search-container {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin-right:30px;
}

.search-input {
    width: 100%;
    padding: 12px 50px 12px 20px !important;
    border: 2px solid #e9ecef !important;
    border-radius: 25px !important;
    font-size: 16px;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    box-sizing: border-box;
    outline: none;
}

.search-input:focus {
    border-color: #007bff;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.15);
}

.search-input::placeholder {
    color: #6c757d;
}

.search-icon {
    position: absolute;
    right: 15px;
    top: 60%;
    transform: translateY(-70%);
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.search-icon:hover {
    opacity: 0.7;
}

.search-icon svg {
    width: 100%;
    height: 100%;
    fill: #6c757d;
}

.mall-b-footer__logo{font-size:2.5rem; color:#444; font-weight:600;
    display:flex; align-items: center; max-width:150px; justify-content: center;
}

.family-site{height: 28px; background: #a5a5a5; border: 0; border-radius: 6px;}


@media all and (max-width:799px) {
    /* mobile */
    .b-footer__contact{width:100%; padding:20px 20px 0 20px;}
    .search-container{display:none;}
    .search-container-md{display:flex;
        padding: 0 2rem;
        margin-top: 1rem;
    }
    .b-filter-option ul{flex-wrap:nowrap;}
    .logo2{max-height:20px;}
    .sj-rent-text{font-size:1.5rem;display: flex; justify-content: space-between; flex-direction: column; text-align: center}
    .jehu-button{width:80% !important; padding:4px 32px; font-size:12px;}
    .search-icon {
        position: absolute;
        right: 30px;
        width: 20px;
        height: 20px;
        cursor: pointer;
        transition: opacity 0.3s ease;
        margin-top: 2.3rem;
        top: auto;
    }
}

@media all and (min-width:800px) {
    /*pc*/
    .b-footer__contact{width:20%; margin-left:5rem;}
    .search-container{display:flex;}
    .search-container-md{display:none;}
    .b-filter-option ul{flex-wrap:wrap;}
    .logo2{max-height:24px;}
    .sj-rent-text{font-size:2rem;display: flex; justify-content: space-between; flex-direction: column; text-align: center}
    .jehu-button{width:80% !important; padding:10px 32px; font-size:16px;}
}

.checkbox-item {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.checkbox-item input[type="checkbox"] {
    position: static;
    display:inline-flex;
    opacity: 0;
    width: 0;
    height: 0;
}

.checkbox-custom {
    width: 20px;
    height: 20px;
    border: 2px solid #dee2e6;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkbox-custom::after {
    content: '';
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) translateY(-1px);
    opacity: 0;
    transition: opacity 0.2s ease;
    position: absolute;
    top: 30%;
    left: 35%;
}

.checkbox-item input[type="checkbox"]:checked + .checkbox-custom {
    background-color: #061055;
    border-color: #061055;
}

.checkbox-item input[type="checkbox"]:checked + .checkbox-custom::after {
    opacity: 1;
}

.checkbox-label {
    font-size: 14px;
    color: #495057;
    transition: color 0.3s ease;
}

.checkbox-item input[type="checkbox"]:checked ~ .checkbox-label {
    color: #061055;
    font-weight: 600;
}

.b-filter-option ul{gap:20px;}
.b-filter-option ul li{width:10rem;}

.jehu-button {
    background-color: #2E3D86;
    color: white;                    /* 흰색 텍스트 */
    border: none;                    /* 테두리 없음 */
    border-radius: 999px;            /* pill-shaped 둥근 모서리 */
    font-weight: 500;                /* 글자 두께 */
    cursor: pointer;                 /* 마우스 오버 시 손모양 */
    text-align: center;              /* 텍스트 중앙 정렬 */
    display: inline-block;
    transition: background-color 0.3s ease;
}