﻿@charset "utf-8";
@import url("/Library/Css/user_layout.css");


/* 쇼핑몰 Css */


/*왼쪽 본문*/
#subLeft {width:100%; background:#FaFaFa; border-top:1px solid #dadada;  border-bottom:1px solid #dadada; padding:10px 0px 10px 30px ; box-sizing:border-box; margin:10px 0 50px 0;}

/* .leftMenu:after {display:block; content:''; clear:both;}
.leftMenu li{ float:left; font-size:15px; width:14%; letter-spacing:1px; padding:10px; box-sizing:border-box; text-align:center;  line-height:35px;}
.LeftTitle{ line-height:50px;}
 */
.leftMenu {overflow:hidden; display:flex;   justify-content: flex-start; padding:10px; box-sizing:border-box;}
.leftMenu li {margin-right:60px;transition:all 0.3s;}
.leftMenu li:last-child {margin-right:0px;}
.LeftTitle { color:#092563;float:left; font-size:20px;  font-weight:bold; letter-spacing:1px; padding:10px; box-sizing:border-box;width:170px;}
/* .leftMenu li:first-child {margin-left:10px;} */
.leftMenu li a{color:#333; display:block; font-weight:550; font-size:18px; width:100%; height:100%; position:relative;  transition:all 0.8s;}
.leftMenu li a:hover {color:#f00;}
.leftMenu li.on a { font-weight:bold; color:#f8b922; transition:all 0.8s;}
/*
.leftMenu li.on a:before{transition:all 0.8s;color:#f8b922; content:''; width:20px;height:2px; background:#f8b922; position:absolute; bottom:-5px; left:50%; transform:translatex(-50%); opacity:1; transition:all 0.4s;}
.leftMenu li a:hover:before{transition:all 0.8s; content:''; width:25px;height:2px; background:#FF773A; position:absolute; bottom:-5px; left:50%; transform:translatex(-50%);opacity:1; transition:all 0.5s;}
/* .leftMenu li a:after {content:'|'; color:#333; font-weight:normal;position:absolute; top:0; right:-15px;margin-right:5px;} */
.leftMenu li:last-child a:after {display:none;} 

.leftMenuShop {overflow:hidden; display:flex;   justify-content: flex-start;  box-sizing:border-box;padding:10px 0;}
.leftMenuShop li {margin-right:20px;transition:all 0.3s;}
.leftMenuShop li a{color:#333; display:block; font-weight:550; font-size:18px; width:100%; height:100%; position:relative;  transition:all 0.8s;}
.leftMenuShop li a:hover {color:#f00;}
.leftMenuShop li.on a { font-weight:bold; color:#f00; transition:all 0.8s;}
.leftMenuShop li:last-child a:after {display:none;} 
.leftMenuShop li:last-child {margin-right:0px;}

/* catenew 이용안내tab
.catenew .tab {overflow:hidden;width:100%;}
.catenew .menu_tab3 { margin-bottom:30px;}
.catenew .menu_tab3 ul {overflow:hidden;width:100%; display:flex; flex-wrap:wrap; flex-direction:row; }
.catenew .menu_tab3 ul li {width:20%; box-sizing:border-box; text-align:center; border:1px solid #eee;}
.catenew .menu_tab3 ul li {display:block;margin-left:-1px;height:40px;line-height:40px;border:1px solid #ddd;font-weight:bold;font-size:13px;color:#888;background-color:#f2f2f2;}
.catenew .menu_tab3 ul li.active { border-top: 2px solid #ef3d27; border-bottom: 0 none;border-left: 1px solid #ddd; color: #ef3d27; background-color: #fff;}
 */
/* 우측 내용 -> 서브메뉴 아래로 */
 #subRight {margin:20px auto 0; float:none; width:100%;calc(100% - 30px); padding-top:0; padding:0; border-radius:0; position:relative;}
.full { width: 98% !important;}
/*페이지 타이틀*/
.padgeName{height:23px;padding-bottom:10px; border-bottom:1px solid #f0f0f0; margin-bottom:20px; display:none; }
.padgeName h2{font-size:18px; font-weight:bold; float:left;color:#034da2;}
.padgeName .Snavi{float:right;  margin-right:0px;}

/*페이지 타이틀*/
.padgeName1{display:none; height:23px;padding-bottom:10px; /*border-bottom:1px solid #f0f0f0;*/ margin-bottom:20px; }
.padgeName1 h2{font-size:18px; font-weight:bold; float:left;color:#034da2;}
.padgeName1 .Snavi{float:right; margin-right:0px;}

/*서브 롤링 배너*/
.S_slider{height:290px; width:792px;border:1px solid #c7c7c7;position:relative; overflow:hidden; margin-bottom:16px;}
.S_slider .frame {overflow: hidden; position: relative;}
.S_slider .frame ul {list-style: none; margin: 0; padding: 0; position: absolute;}
.S_slider .frame ul li { float: left; margin: 0 1px 0 0; padding: 0; cursor: pointer; }
.S_slider .frame ul li img {width:100%;}
.S_slider .frame ul li.active { color: #fff; background: #a03232; }
/* Pages */
.S_slider .pages {
	list-style: none;margin: 10px 0;padding: 0;position:absolute;bottom:5px;right:375px;}
.S_slider .pages li {
	display: inline-block;
	width: 10px; height: 10px;
	margin: 0 2px;
	text-indent: -999px;
	border-radius: 10px;
	background: #afa8a0;
	cursor: pointer;
	overflow: hidden;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
}
.S_slider .pages li:hover {background: #fff; border:2px solid #afa8a0; width: 6px; height: 6px;}
.S_slider .pages li.active {background:  #fff; border:2px solid #afa8a0; width: 6px; height: 6px;}



/*서브 카테고리 2차 메뉴*/
.SPmenu{overflow:hidden; margin-bottom:16px; border-bottom:0px; border-right:0px; border-left:1px solid #e8e8e8;}
.SPmenu li{float:left; height:30px;line-height:30px;padding:0 15px;border-right:1px solid #e8e8e8; text-align:center;
border-bottom:1px solid #d2d2d2;border-top:1px solid #e8e8e8; }
.SPmenu li a{display:block;}
.SPmenu li.select{background:#696969;}
.SPmenu li.top{background:#ffab3e;}
.SPmenu li.select a{ color:#fff; font-weight:bold}


.SPmenu2{background:#f3f3f3; padding:10px; overflow:hidden; margin-bottom:16px;}
.SPmenu2 li{float:left; padding-right:20px}
.SPmenu2 li.select a{font-weight:bold; color:#ff3c00}

.SPmenu2 .btl {border-top:2px solid #53a4ff;}
.SPmenu2 .bt2 {border-top:2px solid #e0f93b;}
.SPmenu2 .bt3 {border-top:2px solid #d33bf9;}
.SPmenu2 .bt4 {border-top:2px solid #30bf0a;}
.SPmenu2 .bt5 {border-top:2px solid #fd5534;}
.SPmenu2 .bt6 {border-top:2px solid #27c3c2;}


/* 가격순 정렬 / 검색 */
.s_search {
    width: 100%;
    min-height: 35px;
    overflow: visible;
    margin-top: 13px;
    position: relative;
    margin-bottom: 16px;
}

.s_search ul {
    float: left;
    padding-left: 5px;
}

.s_search ul li {
    float: left;
}

.s_search ul li a {
    display: block;
    height: 24px;
    text-align: center;
    line-height: 24px;
}

.s_search ul .select a {
    font-weight: bold;
}

.searchForm {
    position: relative;
    float: right;
    padding-right: 5px;
    height: auto;
    overflow: visible;
}

.searchForm p {
    margin: 0;
    white-space: nowrap;
}

.searchForm input[type="text"] {
    height: 32px;
    line-height: 32px;
    padding: 0 8px;
    box-sizing: border-box;
}

.searchForm input[type="image"] {
    height: 32px;
    vertical-align: middle;
}

/* 모바일 반응형 (600px 이하) */
@media screen and (max-width: 600px) {
    .s_search {
        height: auto;
        min-height: auto;
    }
    
    .s_search ul {
        float: none;
        width: 100%;
        padding-left: 5px;
        margin-bottom: 10px;
    }
    
    .searchForm {
        float: none;
        width: 100%;
        padding: 0 5px;
        box-sizing: border-box;
    }
    
    .searchForm p {
        display: flex;
        width: 100%;
    }
    
    .searchForm .input_search,
    .searchForm input[type="text"] {
        flex: 1;
        width: auto;
        min-width: 0;
        margin-right: 5px;
    }
    
    .searchForm input[type="image"] {
        flex-shrink: 0;
    }
}

/* 작은 모바일 (480px 이하) */
@media screen and (max-width: 480px) {
    .s_search ul li a {
        font-size: 13px;
        padding: 0 3px;
    }
    
    .searchForm input[type="text"] {
        font-size: 14px;
        height: 36px;
        line-height: 36px;
    }
    
    .searchForm input[type="image"] {
        height: 36px;
    }
}

/*핫딜*/
.hotDeal{width:792px; height:657px;  overflow:hidden; float:left; margin-right:12px;}
.hotDeal .tBan{overflow:hidden; margin-bottom:21px;}
.hotDeal .tBan .title{float:left; position:relative; left:12px;}
.hotDeal .tBan .banner{float:right; position:relative; right:0px;}



/*진열상품*/


.SproList{overflow:hidden; padding:0px 5px;min-height:200px;}
.SproList ul{width:1390px;}
.SproList ul li{float:left; position:relative; width:263px; height:325px; margin:0 15px 15px 0; overflow:hidden;}
.SproList ul li .listCon{width:263px; height:325px; position:relative}
.SproList ul li .listCon .pimg{width:263px; height:263px;}
.SproList ul li .listCon p{margin:10px 0px; overflow:hidden;}
.SproList ul li .listCon p span.spanp1{height:27px; background:#f4f4f4; display:block; margin-bottom:5px; padding-left:7px; line-height:27px;}
.SproList ul li .listCon p span.spanp2{min-height:35px;font-size:12px; line-height:16px; padding:0 7px; display:block}
.SproList ul li .listCon .priceBox{margin:0 0px;}
.SproList ul li .listCon .priceBox span.price1{color:#878787; text-decoration:line-through; float:left; position:relative; top:4px; left:7px;}
.SproList ul li .listCon .priceBox span.price2{float:right; font-size:16px; font-weight:bold; position:relative; right:7px; color:red}
.SproList ul li .listCon .saleBox{position:absolute; top:0px; left:0px; padding:5px; text-align:center; background:#fc5401; color:#fff; font-weight:bold; font-size:16px;border:1px solid #ec5401;filter: alpha(opacity=95);background-color: rgba( 240, 100, 6, 0.95 );}


/* Reset / 기본 */
* { box-sizing: border-box; }
.SproList { overflow:hidden; padding:0 5px; min-height:200px; }

/* 그리드 컨테이너: 화면에 따라 자동으로 컬럼 갯수 조절 */
.SproList ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); /* 각 아이템 최소 200px, 최대 1fr */
  gap: 15px;             /* li 간격(가로/세로 동일) */
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;           /* 고정폭 제거 */
}

/* 각 아이템(카드) */
.SproList ul li,
.SproList ul li .listCon {
  width: 100%;
  height: auto;
  background: transparent;
  border-radius: 6px;
  overflow: hidden;
}

/* 이미지 영역 */
.SproList ul li .listCon .pimg {
  width: 100%;
  height: 0;
  padding-top: 100%; /* 187/263 ≒ 71% — 원래 비율을 유지하려면 조정 가능 (여기선 70%) */
  position: relative;
  overflow: hidden;
}
.SproList ul li .listCon .pimg img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  max-height: 100%;
  object-fit: cover; /* 이미지 잘림 조정: cover 또는 contain 선택 가능 */
  display: block;
}

/* 제목/설명 영역 */
.SproList ul li .listCon p {
  margin: 10px 0;
  overflow: hidden;
}
.SproList ul li .listCon p span.spanp2 {
  min-height: 40px;
  font-size: 14px;
  line-height: 1.3;
  padding: 0 8px;
  display: block;
  color: #222;
  word-break: break-word;
}

/* 가격박스 */
.SproList ul li .listCon .priceBox {
  margin: 6px 0 12px;
  padding: 0 8px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.SproList ul li .listCon .priceBox span.price1 {
  color:#878787;
  text-decoration:line-through;
  font-size:13px;
}
.SproList ul li .listCon .priceBox span.price2 {
  font-size:16px;
  font-weight:bold;
  color:#e60000; /* red */
}

/* 세일 배지(절대 위치 유지) */
.SproList ul li .listCon .saleBox {
  position: absolute;
  top: 8px;
  left: 8px;
  padding:6px 8px;
  text-align:center;
  background: rgba(240,100,6,0.95);
  color:#fff;
  font-weight:bold;
  font-size:14px;
  border-radius:4px;
  border:1px solid rgba(236,84,1,0.9);
}

/* 반응형 브레이크포인트: 폰/태블릿용 폰트·간격 조정 */
@media (max-width: 1024px) {
  .SproList ul { gap: 14px; }
  .SproList ul li .listCon p span.spanp2 { font-size:13px; min-height:36px; }
  .SproList ul li .listCon .priceBox span.price2 { font-size:15px; }
  .SproList ul li .listCon .pimg { padding-top: 100%; }
}

@media (max-width: 768px) {
  .SproList { padding: 0 12px; }
  .SproList ul { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap:12px; }
  .SproList ul li .listCon p span.spanp2 { font-size:12px; min-height:34px; padding:0 6px; }
  .SproList ul li .listCon .priceBox { padding: 0 6px 10px; }
  .SproList ul li .listCon .pimg { padding-top: 100%; } 
}

@media (max-width: 480px) {
  .SproList ul { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap:10px; }
  .SproList ul li .listCon p span.spanp2 { font-size:12px; min-height:32px; line-height:1.2; }
  .SproList ul li .listCon .priceBox span.price2 { font-size:14px; }
  .SproList ul li .listCon .pimg { padding-top: 100%; }
  .SproList ul li .listCon .saleBox { font-size:12px; padding:4px 6px; top:6px; left:6px; }
}

/* 접근성: 포커스 스타일 */
.SproList a:focus { outline: 2px solid #4a90e2; outline-offset: 2px; }



/*직구스토어*/

.storeCon{margin-bottom:16px;}

.storeBan{width:820px; overflow:hidden; margin-bottom:16px;}
.storeBan ul{ margin-bottom:16px; width:850px; }

.storeBan ul li{float:left; margin-right:5px; width:259px; height:200px; overflow:hidden}

.storeBan ul li img{width:259px; height:200px;}





/*제품정보 페이지 본문*/
#productInfoPage{} 
#productTopInfo{ overflow:hidden;margin-bottom:34px;}
#productTopInfo .TopinfoLeft{width:570px; float:left;  position:relative; overflow:hidden}

/*제품이미지 미리보기*/
#productTopInfo .TopinfoLeft .ImageView{width:570px; overflow:hidden}
#productTopInfo .TopinfoLeft .ImageView #largeImg{width:560px; height:560px; border:1px solid #dedede; overflow:hidden;}
#productTopInfo .TopinfoLeft .ImageView #largeImg img{width:560px; height:560px;}
#productTopInfo .TopinfoLeft .ImageView .smallImg{display:table; margin-left:auto; margin-right:auto; margin-top:8px;}
#productTopInfo .TopinfoLeft .ImageView .smallImg a{display:block; width:90px; height:90px;  border:1px solid #dedede; float:left; margin-right:8px; margin-bottom:8px;}
#productTopInfo .TopinfoLeft .ImageView .smallImg img{width:90px; height:90px;}



/*제품내용*/
#productTopInfo .TopinfoRight{float:right; overflow:hidden; width:770px;}
#productTopInfo .TopinfoRight .productNameB{display:block;font-weight:bold; font-size:14pt;overflow:hidden;padding-bottom:5px;}
#productTopInfo .TopinfoRight .productNameEn{display:block;font-weight:normal; font-size:9pt;overflow:hidden;padding-left:10px;}
#productTopInfo .TopinfoRight .SpriceBox{padding:15px; background:#fff; overflow:hidden; text-align:right;}
#productTopInfo .TopinfoRight .SpriceBox .optionCon{margin-bottom:10px;}
#productTopInfo .TopinfoRight .SpriceBox .optionCon th{width:180px; padding:10px 0px;}
#productTopInfo .TopinfoRight .SpriceBox .optionCon th, .optionCon td{border-bottom:1px solid #e0e0e0}
#productTopInfo .TopinfoRight .SpriceBox .SpriceBtable th{width:100px; padding:5px 0px; font-weight:bold;}
#productTopInfo .TopinfoRight .SpriceA{text-decoration:line-through; font-size:12px; color:#999999;}
#productTopInfo .TopinfoRight .SpriceB{font-size:16pt; font-weight:bold; color:red}
#productTopInfo .TopinfoRight .ShipBox{padding:15px; overflow:hidden}
#productTopInfo .TopinfoRight .ShipBox th{width:100px; height:20px;}
.count{height:21px; width:30px; text-align:right; padding-right:5px; background:url(/Image/Common/countbg.gif) 0 0 repeat-x; border:0px;}

#productTopInfo .TopinfoRight .Pselect{padding:15px; background:#fff; overflow:hidden; margin-bottom:15px}
#productTopInfo .TopinfoRight .Pselect .PselectBg{width:100%; height:46px; background:#fbfbfb}
#productTopInfo .TopinfoRight .Pselect .PselectBg .Pselectop{height:35px; line-height:35px;margin-top:10px; width:100%}






/* ========== 반응형 영역 시작 ========== */
@media screen and (max-width: 1200px) {

    /* 전체 영역 정렬 */
    #productTopInfo {
        display: block;
    }

    /* 좌측 상품 이미지 영역 */
    #productTopInfo .TopinfoLeft {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    /* 큰 이미지 반응형 */
    #productTopInfo .TopinfoLeft .ImageView {
        width: 100%;
    }

    #productTopInfo .TopinfoLeft .ImageView #largeImg {
        width: 100%;
        height: auto;
    }

    #productTopInfo .TopinfoLeft .ImageView #largeImg img {
        width: 100%;
        height: auto;
    }

    /* 썸네일 이미지 */
    #productTopInfo .TopinfoLeft .ImageView .smallImg {
        width: 100%;
        text-align: left;
        display: flex;
        flex-wrap: wrap;
    }

    #productTopInfo .TopinfoLeft .ImageView .smallImg a {
        width: 23%;
        height: auto;
        margin-right: 1%;
    }

    #productTopInfo .TopinfoLeft .ImageView .smallImg img {
        width: 100%;
        height: auto;
    }


    /* 우측 정보 영역 */
    #productTopInfo .TopinfoRight {
        width: 100%;
        float: none;
    }

    #productTopInfo .TopinfoRight .productNameB {
        font-size: 18px;
        line-height: 1.4;
		padding-left:15px;
    }

    /* 가격 박스, 테이블 */
    #productTopInfo .TopinfoRight .SpriceBox {
        text-align: left;
    }

    #productTopInfo .TopinfoRight .SpriceBox table {
        width: 100%;
    }

    /* 옵션부분 */
    #productTopInfo .TopinfoRight .Pselect {
        width: 100%;
    }

    #productTopInfo .TopinfoRight .Pselect .PselectBg .Pselectop {
        width: 100%;
        font-size: 15px;
    }


    /* 버튼 영역 */
    .jumonBtn {
        display: flex;
        flex-direction: row;
        width: 100% !important;
    }

    .jumonBtn li {
        width: 50%;
        text-align: center;
    }

    .jumonBtn li a {
        display: block;
        width: 100%;
        padding: 15px 0;
        font-size: 16px;
    }
}


/* ========== 모바일 (768px 이하) ========== */
@media screen and (max-width: 768px) {

    #productTopInfo .TopinfoLeft .ImageView .smallImg a {
        width: 31%;
        margin-right: 2%;
    }

    .jumonBtn {
        flex-direction: column;
    }

    .jumonBtn li {
        width: 100%;
        margin-bottom: 10px;
    }
}


/* ========== 초소형 모바일 (480px 이하) ========== */
@media screen and (max-width: 480px) {

    #productTopInfo .TopinfoLeft .ImageView .smallImg a {
        width: 48%;
        margin-right: 2%;
    }

    #productTopInfo .TopinfoRight .productNameB {
        font-size: 16px;
    }

    .jumonBtn li a {
        font-size: 15px;
        padding: 12px 0;
    }
}

/* ========== 반응형 끝 ========== */




/*주문버튼*/
.btngroup{margin-top:0px}
.btngroup2{margin:25px 0}
.jumonBtn{display:table; margin-left: auto; margin-right: auto;padding:15px;}
.jumonBtn li{float:left; list-style:none;}
.jumonBtn li:first-child{margin-right:5px;}
.jumonBtn li .btn1{display:block; background:#48A1CD; color:#fff; font-size:20px; 
font-weight:bold; padding:10px 45px; border-radius:5px; border:1px solid #48A1CD}
.jumonBtn li .btn2{display:block; background:#fff; color:#48A1CD; font-size:20px; 
font-weight:bold; padding:10px 45px; border-radius:5px; border:1px solid #48A1CD}





/*상세정보 탭메뉴*/
.menuTab{height:35px; width:100%; border-bottom:1px solid #d9d9d9; overflow:hidden;margin-top:20px;}
.menuTab li{display:block; width:20%; height:34px; line-height:35px; text-align:center; float:left;border-top:1px solid #d9d9d9; border-bottom:1px solid #666666;
border-left:1px solid #d9d9d9;}
.menuTab li:nth-child(4){border-right:1px solid #d9d9d9;}
.menuTab li.check{ border-top:1px solid #48A1CD}
.menuTab li a{display:block}
.menuTab li.check a{color:#48A1CD; font-weight:bold}

.pdtCon{width:100%; text-align:center;padding:20px 0px; overflow:hidden}

/* 모바일 화면(480px 이하) */
@media (max-width: 1024px) {
  .pdtCon img {
        width: 100% !important;  
        height: auto !important;
        max-width: 100% !important;
    }

}

/*사용후기,상품문의*/
.boardListBox{padding-bottom:20px; }
.boardListBox .lefttext{display:block; height:20px; line-height:20px; float:left;}
.boardListBox .RightBtns{float:right}
.boardListBox .RightBtns li{display:block;float:left;}
.boardListBox .RightBtns li a{display:block; height:20px; line-height:20px; text-align:center; font-size:11px; border:1px solid #e7e7e7;padding:1px 5px;}
.boardListBox .RightBtns li:first-child{margin-right:4px;}
.boardListBox .RightBtns li:last-child{}
.boardListBox #boardList{border-top:1px solid #e3e3e3;border-bottom:1px solid #e3e3e3; margin-top:20px;}
.boardListBox #boardList th{border-bottom:1px solid #e3e3e3;height:36px;text-align:center;color:#9f9f9f}
.boardListBox #boardList td{border-bottom:1px solid #e3e3e3;height:36px;text-align:center;color:#9f9f9f}
.boardListBox #boardList .width1{width:40px;}
.boardListBox #boardList .width2{width:60%; text-align:left}
.boardListBox #boardList .width3{width:60%; text-align:left}
.boardListBox #boardList .width4{padding-left:40px; text-align:left; color:#686868}
.boardListBox #boardList .width5{padding-left:62px; text-align:left; color:#686868}
.boardListBox #boardList .icon{padding-right:3px;}
.boardListBox #boardList a{color:#9f9f9f}
.ListPageno{ display:block;width:100%;text-align:center;padding-bottom:20px;}
.ListPageno a{color:#9f9f9f}
/* PC 기본 유지 */
.orderCon table {
    width: 100%;
    border-top: 1px solid #dedede;
}
.orderCon th, .orderCon td {
    border-bottom: 1px solid #f1f1f1;
}

/* 모바일에서 블록형 변환 */
@media (max-width: 768px) {
    .orderCon table,
    .orderCon tbody,
    .orderCon tr,
    .orderCon th,
    .orderCon td {
        display: block;
        width: 100% !important;
        box-sizing: border-box;
    }

    .orderCon tr {
        margin-bottom: 0;        /* tr 마진 제거 */
        border-bottom: none;     /* tr border 제거 */
        padding-bottom: 0;
    }

    .orderCon th {
        border-bottom: none;     /* th border 제거 */
        padding: 8px 12px 4px;
        background: #fafafa;
        font-weight: bold;
    }

    .orderCon td {
        border-bottom: 1px solid #f1f1f1; /* td만 하단선 적용 */
        padding: 8px 12px 12px;
        height: auto;
    }

    /* input, select 자동 확장 */
    .orderCon input[type="text"],
    .orderCon select {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/*페이지네비*/
.pagination{display:table; margin-left:auto; margin-right:auto; padding:25px 0px;}
.pagination li{float:left; margin:0 3px;}
.pagination li a{display:block; width:28px; height:21px; line-height:21px; text-align:center; border:1px solid #fff; }
.pagination li a:hover{border:1px solid #48A1CD;}
.pagination li:first-child a , .pagination li:nth-child(2) a , .pagination li:nth-last-child(2) a , .pagination li:last-child a{border:none}
.pagination .select a{border:1px solid #48A1CD; color:#48A1CD}















/*장바구니*/
.cartTop{padding-bottom:14px;}



.cartList{padding-bottom:15px;}
.cartList table{background:#fff}
.cartList table th{height:36px; background:#f2f2f2; border:1px solid #d9d9d9; text-align:center;}
.cartList table td{border:1px solid #d9d9d9; text-align:center;}
.cartList table .tdstyle1{text-align:left; padding:15px;}
.cartList table .productName{display:table-cell; width:250px; padding-left:10px; overflow:hidden; padding-bottom:10px;}
.cartList table .option{color:#019a30; padding-left:10px; overflow:hidden}
.cartList table .productPrice span{text-decoration:line-through;}
.cartList table .opt_btns table{width:50px; margin-left:30px;}
.cartList table .opt_btns table td{border:0px;}
.cartList table .basketBtn{width:10px; padding-left:5px;}
.cartList .allDel{padding:10px 0px;}
.cartList .allDel span {display:table-cell;vertical-align:middle;height:18px;}
.cartList .allDel span:first-child{padding-right:5px;}


.cartList .optionCon2{}
.cartList .optionCon2 td, .cartList .optionCon2 th{border:0px; padding:5px; background:#f8f8f8; border-bottom:0px solid #d9d9d9}
.cartList .optionCon2 th{width:50%; text-align:left}


.Price2{height:109px;  margin-top:8px; position:relative; overflow:hidden; background:#fff }
.Price2 table{border:3px solid #c7c7c7}
.Price2 th{height:35px; width:25%; border:1px solid #cccccc; padding-left:15px; font-weight:bold; background:#f8f8f8; }
.Price2 td{height:66px; text-align:right; padding-right:15px; border:1px solid #cccccc; font-size:22px;}



.fontS{font-weight:bold; color:#ff4b4b}
.fontB{text-decoration:line-through;}
.fontW{font-size:15px}
.fontS2{padding-left:90px;}
.fontS2 > span{color:#ff4b4b}

.textS{font-size:13px; text-align:center; padding:20px 0;}








/*주문페이지*/
.cc{height:30px;background:red; overflow:hidden}
.pagetab ul li{float:left;  padding:0 8px;}
.pagetab li a{display:block; border:1px solid #e3e3e3; height:29px; line-height:29px;}


h4.orderTitle{font-size:14px; font-weight:bold; padding:0px 0 10px 0;}
.orderCon table{border-top:1px solid #dedede}
.orderCon th,.orderCon td{height:47px;border-bottom:1px solid #f1f1f1; padding-left:20px;}
.orderCon th{width:150px;}
.orderCon a.orderBtn1 {display:block;width:126px; height:25px; line-height:25px; text-align:center; border:1px solid #e3e3e3;background:#ededed}
.orderCon .inputStyle1{width:167px; height:25px; border:1px solid #e3e3e3; padding-left:5px;}
.orderCon .inputStyle2{position:relative;top:2px;}
.orderCon .inputStyle3{width:60px; height:25px; border:1px solid #e3e3e3; padding-left:5px;}
.orderCon .inputStyle4{width:50px; height:25px; border:1px solid #e3e3e3; padding-left:5px;}
.orderCon .inputStyle5{width:340px; height:25px; border:1px solid #e3e3e3; padding-left:5px;}
.orderCon .inputStyle6{width:550px; height:25px; border:1px solid #e3e3e3; padding-left:5px;}
.orderCon .orderDiv{clear:both;padding:10px 0px;}
.orderCon .orderDiv2{clear:both;padding-bottom:10px;}
.orderCon .cell{float:left; width:60px; display:table-cell; vertical-align:middle; padding-top:10px;}
.orderCon .couponList {clear:both;padding-bottom:5px;}
.orderCon .couponList li {padding:4px 0 4px 8px;color:#777;}
.orderCon .couponList li a {font-weight:bold;color:#ff3300;}
.orderCon .couponList li span {color:#333;}
.orderOkBtn{text-align:center;margin:30px 0;}

.BorderRround.inpadding{padding:15px; margin-bottom:16px;}


.paySortLi {}
.paySortLi li {float:left;}
.paySortLi li.wA {width:90px;}
.paySortLi li.wB {width:80px;padding-top:2px;}
.paySortLi li.wC {padding-top:5px;}

.myHomeInfoWrapper{
	
}
.myHomeInfoWrapper .myHomeInfo{
	background:url(/image/common/myhomeIcon.gif) 0px 0px no-repeat;
	overflow:hidden; padding-left:85px;
}
.myHomeName{clear:both; width:100%; background:red}
.myHomeName .myHomeNameCon{float:left;}
.myHomeName .myHomeBtnGroup{float:right;}
.myHomeName .myHomeBtnGroup ul{}
.myHomeName .myHomeBtnGroup li{float:left;background:url(/image/common/myHomeBtnBg.gif) 0 0 repeat-x; 
height:26px; line-height:26px;}
.myHomeName .myHomeBtnGroup a{padding:0px 10px; background:url(/image/common/myHomeBtnline.gif) 0 0 no-repeat;}
.myHomeName .myHomeBtnGroup a.fr{background:none}
.myHomeName .myHomeBtnGroup a:hover{font-weight:bold}

.myHomeLevel{clear:both; width:100%; padding-top:13px;}

.myHomeInfoWrapper .myHomeCon{width:100%; overflow:hidden; padding-top:30px;}
.myHomeInfoWrapper .myHomeCon ul{width:110%}
.myHomeInfoWrapper .myHomeCon li{float:left; margin-right:13px; border:1px solid #dddddd}
.myHomeInfoWrapper .myHomeCon li.Box1{width:200px; height:74px; border-left:2px solid #f1b0ac;
background:url(/image/common/myHomeBoxicon1.gif) 11px 9px no-repeat;}
.myHomeInfoWrapper .myHomeCon li.Box2{width:200px; height:74px; border-left:2px solid #95d4d8;
background:url(/image/common/myHomeBoxicon2.gif) 11px 9px no-repeat;}
.myHomeInfoWrapper .myHomeCon li.Box3{width:325px; height:74px; border-left:2px solid #b9a5d4;
background:url(/image/common/myHomeBoxicon3.gif) 11px 9px no-repeat;}
.myHomeInfoWrapper .myHomeCon li.Box3 a.addCopy{color:#9b9b9b}
.myHomeInfoWrapper .myHomeCon li.Box3 a.addTake{font-weight:bold; color:red}
.myHomeInfoWrapper .myHomeCon li .textBox{padding-left:76px; padding-top:18px;}
.myHomeInfoWrapper .myHomeCon li .textBox .title{display:block;padding-bottom:5px;}

/* 20211226 정예은 추가 loading bar*/
#vLoading{position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 1000; background: #00000030;}
#vLoading img{position: absolute; top: 50%; left: 50%; margin-top: -17.5px; margin-left: -17.5px; z-index: 1300}

@media all and (min-width:100px) and (max-width:1100px){
.LeftTitle{width:100%;}

#subRight{width:96%; margin-top:20px;}
.padgeName{display:none;}
.padgeName1{display:block;}
}

@media all and (min-width:100px) and (max-width:950px){
#subLeft{display:none;}
}
@media all and (min-width:100px) and (max-width:799px){
#subLeft{padding:10px 0 ;}
.leftMenu{display:block; padding:0 10px;}
.LeftTitle{text-align:left; padding:0 10px 5px;}
.leftMenu li{margin-right:0; width:33%; line-height:20px; float:left; text-align:left;}
}
@media all and (min-width:100px) and (max-width:482px){
.leftMenu li a{font-size:12px;}
}
@media all and (min-width:100px) and (max-width:482px){
#subLeft{margin:0; margin-bottom:10px;}
.padgeName{margin-bottom:8px;}
}



/* 공통 영역 */
.sectionBox {
    padding: 18px;
    margin-bottom: 18px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
}

.orderTitle {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 14px;
}

/* form row */
.formRow {
    display: flex;
    flex-direction: column;
    margin-bottom: 14px;
}

.formRow label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
}

.inputText {
    width: 100%;
    height: 42px;
    border: 1px solid #ccc;
    padding: 0 10px;
    border-radius: 5px;
    font-size: 14px;
}

.inputText.small {
    width: 100px;
}

/* 내부 가로 정렬 */
.inRow {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* 버튼 */
.btnGray {
    height: 34px;
    padding: 0 14px;
    border: 1px solid #555;
    background: #333;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

/* 리스트 */
.couponList {
    margin: 6px 0 12px 0;
}
.couponList li {
    padding: 4px 6px;
    color: #555;
}

/* 안내문 */
.infoTxt {
    font-size: 13px;
    color: #777;
    margin-top: 6px;
}

.bold { font-weight: 700; }
.clrRed1 { color: #e60000; }

/* 반응형 */
@media (max-width: 600px) {
    .inputText.small {
        width: 70px;
    }
    .btnGray {
        padding: 0 10px;
        height: 32px;
    }
}

.paySection {
    background: #fff;
    padding: 18px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 25px;
}

.payTitle {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
}

.payRow {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.payRowTitle {
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 14px;
}

.payRowContent {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.payRowContent label {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
}

.payInput {
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 0 12px;
    box-sizing: border-box;
}

.payNotice {
    font-size: 13px;
    padding: 10px 0;
}

/* 현금영수증, 세금계산서 전용 */
.cashBox, .vatBox {
    border: 1px solid #eee;
    padding: 16px;
    border-radius: 8px;
    margin: 10px 0;
    background: #fafafa;
}

.cashTitle,
.vatTitle {
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 15px;
}

.vatGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 20px;
}

.vatGrid label {
    font-weight: 600;
}

.vatGrid input {
    width: 100%;
}

/* 모바일 최적화 */
@media (max-width: 600px) {
    .vatGrid {
        grid-template-columns: 1fr;
    }
}


/* 세금계산서 영역 전체 네임스페이스 */
.taxArea * {
    box-sizing: border-box !important;
    font-family: inherit;
}

/* 박스 */
.taxBox {
    width: 100%;
    background: #fff;
    padding: 22px;
    border-radius: 12px;
    border: 1px solid #e3e3e3;
    margin-bottom: 30px;
}

/* 제목 */
.taxTitle {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* 선택 입력 제목 */
.taxSubTitle {
    font-size: 15px;
    font-weight: 600;
    margin: 22px 0 12px 0;
}

/* 라인 */
.taxRow {
    display: flex;
    flex-direction: column;
    margin-bottom: 14px;
}

/* 라벨 */
.taxLabel {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 6px;
}

/* 입력 */
.taxInput {
    height: 42px;
    width: 100%;
    padding: 0 12px;
    border: 1px solid #bbb !important;
    border-radius: 6px;
    font-size: 14px;
    background: #fff;
}

/* 반응형 */
@media (min-width: 768px) {
    .taxRow {
        flex-direction: row;
        align-items: center;
    }
    .taxLabel {
        width: 160px;
        margin-bottom: 0;
    }
    .taxInput {
        flex: 1;
    }
}