@charset "UTF-8";

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}

ul {list-style:none;}
ul { margin: 0 0 0 0; padding: 0; }
li { margin: 0; padding: 0;}

.hidden,small { display:none; }

span.hidden_span { text-indent:-10000px; overflow:hidden; height:0; font-size:0; line-height:0px; }
p.hidden_p { text-indent:-10000px; overflow:hidden; height:0; font-size:0; line-height:0px; }

.transition,
.transition * { transition:.2s ease-out; }

/* 상단영역 시작 */

.menu { position:absolute; top:47px; left:30px;border:0; background:none; }
.ci { position:absolute; top:15px; left:204px; }
.topRight { position:absolute; right:30px; top:42px; display:flex; align-items:center; gap:40px; }
.topRight > button { border:0; background:none; position:relative; }
.topRight > button > div { position:absolute; right:-12px; top:-7px; width:30px; height:30px; border-radius:100%; background:#ff5753; color:#fff; font-size:18px; font-weight:600; text-align:center; line-height:30px; }
.topMenu { display:flex; justify-content:space-between; box-sizing:border-box; padding:0 30px; align-items:center;  border-bottom:1px solid #ebedee; background:#fff; }
.topMenu > li > a  { display:block; height:70px; line-height:70px; position:relative; color:#6d757f; font-family: 'Paperozi'; font-size:26px; }
.topMenu > li.on > a { color:#1a1a1a; font-weight:600; border-bottom:4px solid #000; }
/* 상단영역 끝 */





/* 메인영역 시작 */

.m2 { background:url('/m/images/index/m2bg.jpg') no-repeat center top; height:1120px; box-sizing:border-box; padding:337px 105px 0; border-bottom:18px solid #eef4fa;}
.mainMd { box-sizing:border-box; padding:70px 30px 100px; border-bottom:18px solid #f3f5f7; }
.mainMd > p:nth-child(1) { display:flex; align-items:center; color:#333333; font-size:38px; font-weight:700; }
.mainMd > p:nth-child(2) { color:#6d757f; font-size:24px; }

.mdTab { padding:30px 0 60px; display:flex; gap:10px; }
.mdTab > button { height:50px; padding:0 20px;  border-radius:50px; box-shadow:inset 0 0 0 1px #dadde0; border:0; background:none; color:#757d86; font-size:22px;font-weight:600;}
.mdTab > button.on { background:#006937; color:#fff; }
.mdItemWrap { display:grid; grid-template-columns:repeat(2,1fr); gap:70px 20px; }
.mdThumb { width:100%; aspect-ratio:1/1; border-radius:20px; background:#aac499; }
.mdName { margin-top:10px; color:#1a1a1a; font-size:22px; line-height:28px; height:56px; overflow:hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; }
.mdOriginPrice { color:#aeb4bb; font-size:20px; text-decoration:line-through; margin-top:5px; }
.mdPrice { color:#000000; font-size:24px; font-weight:700; }
.mdBtns { display:flex; gap:20px; margin-top:10px; }
.mdBtns .wishBtn { width:60px; height:60px; border-radius:100%; background:#ffd4c4; border:0; position:relative; display:flex; align-items:center; justify-content:center; }
.mdBtns .wishBtn > img:nth-child(2) { display:none; }
.mdBtns .wishBtn.on > img:nth-child(1) { display:none; }
.mdBtns .wishBtn.on > img:nth-child(2) { display:block; }

.mdEmpty { width:100%; padding:100px 20px; text-align:center; }
.mdEmpty p:nth-child(1) { font-size:70px; }
.mdEmpty p:nth-child(2) { margin-top:15px; color:#333333; font-size:24px; font-weight:600; }
.mdEmpty span { display:block; margin-top:10px; color:#999999; font-size:18px; }

.m3 {  height:767px; background:url('/m/images/index/m3_bg.jpg') no-repeat center top; box-sizing:border-box; padding:299px 19px 0px 16px;}
/* 서브영역 시작 */

.copyCon1 { padding:0 0 40px; border-bottom:1px solid rgba(255,255,255,0.7); }
.copyCon1 > p:nth-child(1) { color:#432f2e; font-size:28px; font-weight:600; display:flex; gap:30px; align-items:center; }
.copyCon1 > p:nth-child(1) > span { display:flex; display:flex; gap:10px; align-items:center; font-size:34px; }
.copyCon1 > p:nth-child(2) { color:#432f2e; font-size:24px; font-weight:400; } 
.copyCon2 { padding:40px 0 40px; border-bottom:1px solid rgba(255,255,255,0.7); }
.copyCon2 > p:nth-child(1) { color:#432f2e; font-size:28px; font-weight:600; }
.copyCon2 > div { display:flex; flex-direction:column; gap:10px; padding:20px 0 0; }
.copyCon2 > div > div { display:flex; justify-content:space-between; align-items:baseline;}
.copyCon2 > div > div > div { width:420px; }
.copyCon2 > div > div > div > p:nth-child(1) { color:##432f2e; font-size:22px; font-weight:400; }
.copyCon2 > div > div > div > p:nth-child(2) { color:##432f2e; font-size:34px; font-weight:600; }
.copyCon3 { padding:80px 0 0; }
.copyText { color:#555555; font-size:18px; line-height:32px; padding:20px 0 0; }
.copyRight { color:#555555; font-size:18px; line-height:32px; padding:20px 0 0; }
.copyLink { display:flex; gap:13px; padding:30px 0 0; }
.copyLink > li { flex:1; }
.copyLink > li > a { display:block; width:100%; height:40px; line-height:40px; text-align:center; background:#484848; border-radius:10px; color:#fff; font-size:18px; font-weight:600; }
.goTop { position:absolute;  right:30px; bottom:140px; border:0; background:none;}

.subHeader {  font-family: 'Paperozi'; color:#1a1a1a; font-size:36px; font-weight:600; text-align:center; padding:33px 0 0; }
.routeArea { font-size:0; text-align:center; padding:20px 0 30px; }
.routeArea > ul { display:inline-flex; gap:43px; }
.routeArea > ul > li { position:relative; }
.routeArea > ul > li:not(:first-child)::before { content:""; position:absolute; left:-23px; top:50%; transform:translateY(-50%); width:4px; height:4px; border-radius:100%; background-color:#aac6c0; }
.routeArea > ul > li,
.routeArea > ul > li > a { color:#757d86; font-size:18px; font-weight:600; }
.routeArea > ul > li > a { display:flex; align-items:center; gap:10px; }
.routeArea > ul > li:last-child { color:#757d86; }
.subvisual { height:280px; border-radius:35px; }

#submenuSelect {  display:block; position:relative; z-index:2; width:460px; text-align:center; height:70px; color:#0a8872; font-size:24px; font-weight:500; box-sizing:border-box; padding:0 50px; border:1px solid #d9d9d9; background:url('/m/images/top/smenu_arrow.png') no-repeat right 20px center, #fff; border-radius:10px; margin:-35px auto 0 ; }
/* 서브영역 끝 */




/* 커버 영역 시작 */
.ShopCover { width:580px; margin:0 auto; padding:0 0 120px; }
.boardarea { width:580px; margin:0 auto; padding:0 0 120px; }
.pageCover { width:580px; margin:0 auto; padding:0 0 120px; }
.pageFullCover { width:100%; margin:0 auto; padding:0 0 120px; }
.pageFullCover img,
.pageCover img { display:block; margin:0 auto; }
/* 커버 영역 끝 */


/* 게시판 영역 시작 */
.Boardpage_acc { padding:10px 0; text-align:center; }
.Boardpage_acc > div { display:inline-block; vertical-align:top; }

.Boardpage_acc .pg-no { display:inline-block; border:1px solid #d0d0d0; width:30px; padding:0; margin:0 1px; height:30px; line-height:28px; text-align:center; color:#595959; font-size:17px; box-sizing:border-box; vertical-align:top; }
.Boardpage_acc .pg-no.pg-remo { text-align:right; padding:0 13px 0 0; border:0; margin:0; }
.Boardpage_acc .pg-no.pg-remo2 { text-align:left; padding:0 0 0 13px; border:0; margin:0; }
.Boardpage_acc .pg-no.pg-on { background:#1f1f1f; color:#dcdcdc; border:1px solid #1f1f1f; }
.Boardpage_acc .pg-no a { display:inline-block; text-decoration:none; width:100%; height:100%; color:#222; }
.Boardpage_acc .pg-no i { font-size:27px; }
.Boardpage_acc .pg-no.pg-on a:link { color:#dcdcdc; }
.Boardpage_acc .pg-no.pg-on a:visited { color:#dcdcdc; }
.Boardpage_acc .pg-no.pg-on a:hover { color:#dcdcdc; }
.Boardpage_acc .pg-no.pg-on a:active { color:#dcdcdc; }


.Boardpage { display:inline-block; margin:10px auto; text-align:center; width:100%; }
.Boardleftbtn { float:left; width:22%; }
.Boardrightbtn { float:right; }
table.t6 {border:0; background:#fff; padding:0 0 0 0; margin:0 auto; }
table.t6 td { border:1px solid #d0d0d0; width:30px; padding:0; margin:0; height:30px; text-align:center; vertical-align:middle; color:#595959; background:#fff; font-size:17px; }
table.t6 td.td-remo { text-align:right; padding:0 13px 0 0; border:0; width:8px; margin:0; }
table.t6 td.td-remo2 { text-align:left; padding:0 0 0 13px; border:0; width:8px; margin:0; }
table.t6 td.td-con { border:0; }
table.t6 td.td-on { background:#1f1f1f; color:#dcdcdc; border:1px solid #1f1f1f; }
table.t6 td a { display:inline-block; width:100%; height:30px; line-height:30px; color:#222; text-decoration:none; }
table.t6 td i { line-height:30px; font-size:27px; }
table.t6 td.td-on a:link { color:#dcdcdc; }
table.t6 td.td-on a:visited { color:#dcdcdc; }
table.t6 td.td-on a:hover { color:#dcdcdc; }
table.t6 td.td-on a:active { color:#dcdcdc; }
table.t6 thead th, table.t1 tfoot th { text-align:center; vertical-align:middle; }
/* 게시판 영역 끝 */



/* 회원관련 시작 */
#RegiStateArea { display:inline-block; width:100%; padding:0px 0 60px; text-align:center; }
#RegiStateArea > ul { display:inline-block; }
#RegiStateArea > ul > li { width:104px; height:177px; float:left; margin-left:120px; position:relative; }
#RegiStateArea > ul > li:first-child { margin-left:0px; }
#RegiStateArea > ul > li:not(:first-child)::before { content:""; position:absolute; left:-65px; top:46px; width:10px; height:10px; border-right:1px solid #000; border-bottom:1px solid #000; transform:rotate(-45deg); }
#RegiStateArea > ul > li > .rsaCircle { width:104px; height:104px; position:relative; background-color:#eee; border-radius:50%; }
#RegiStateArea > ul > li > .rsaCircle > div { width:100%; height:100%; border-radius:50%; background-repeat:no-repeat; }
#RegiStateArea > ul > li:nth-child(1) > .rsaCircle > div { background-position:center center; background-image:url("/img/icon_regi1.png"); }
#RegiStateArea > ul > li:nth-child(2) > .rsaCircle > div { background-position:30px center; background-image:url("/img/icon_regi2.png"); }
#RegiStateArea > ul > li:nth-child(3) > .rsaCircle > div { background-position:center center; background-image:url("/img/icon_regi3.png"); }
#RegiStateArea > ul > li.on > .rsaCircle { background-color:#d11141; }
#RegiStateArea > ul > li:nth-child(1).on > .rsaCircle > div { background-image:url("/img/icon_regi1_on.png"); }
#RegiStateArea > ul > li:nth-child(2).on > .rsaCircle > div { background-image:url("/img/icon_regi2_on.png"); }
#RegiStateArea > ul > li:nth-child(3).on > .rsaCircle > div { background-image:url("/img/icon_regi3_on.png"); }
#RegiStateArea > ul > li > .rsa_step { font-size:17px; color:#555; font-weight:400; line-height:30px; margin-top:11px; }
#RegiStateArea > ul > li > .rsa_tit { font-size:22px; color:#222; font-weight:400; line-height:32px; }
/* 회원관련 끝 */



/* 공통 */
.clr {clear:both;}
.line {clear:both;margin:10px auto;border-top:1px solid #ddd;margin-bottom:20px;}
.ft_left {float:left;}
.ft_right {float:right;}
.line {clear:both;margin:10px auto;border-top:1px solid #ddd;margin-bottom:20px;}
.pointer {cursor:pointer}
.blank {padding:10px;}
.paging {text-align:center;padding:10px;}



/* Button Common */
.button,
.button *{ position:relative; margin:0; padding:0; display:-moz-inline-stack; display:inline-block; text-decoration:none !important; border:0; font-size:12px; font-family:Tahoma, Sans-serif; white-space:nowrap; background:url(/m/images/btn.gif) no-repeat; vertical-align:top; overflow:visible; color:#333;}
.button { margin-right:4px;}
.button *{ left:4px; cursor:pointer; _cursor:hand;}

/* Button Size = medium | large | xLarge | small */
.button.medium, .button.medium *{ height:24px; line-height:24px;}
.button.large, .button.large *{ height:30px; line-height:30px;}
.button.xLarge, .button.xLarge *{ height:36px; line-height:36px;}
.button.small, .button.small *{ height:19px; line-height:19px;}
.button.medium { background-position:left 0;}
.button.large { background-position:left -30px;}
.button.xLarge { background-position:left -65px;}
.button.small { background-position:left -106px;}
.button.medium *{ padding:0 10px 0 6px; font-size:12px; background-position:right top;}
.button.large *{ padding:0 10px 0 6px; font-size:16px; background-position:right -30px;}
.button.xLarge *{ padding:0 10px 0 6px; font-size:20px; background-position:right -65px;}
.button.small *{ padding:0 6px 0 2px; font-size:11px; background-position:right -106px;}

/* Button Hover */
.button *:hover,
.button *:active,
.button *:focus{ color:#690;}

/* Button Strong */
.button.strong *{ font-weight:bold !important;}

/* Button Icon Variation */
.button.icon *{ padding-left:20px;}
.button.small.icon *{ padding-left:16px;}
.button.icon span{ width:20px; margin-right:-20px; padding:0 !important;}
.button.medium .check{ background-position:4px -150px;}
.button.large .check{ background-position:4px -146px;}
.button.xLarge .check{ background-position:5px -144px;}
.button.small .check{ background-position:3px -153px;}
.button.medium .add{ background-position:-16px -150px;}
.button.large .add{ background-position:-14px -146px;}
.button.xLarge .add{ background-position:-14px -144px;}
.button.small .add{ background-position:-18px -153px;}
.button.medium .delete{ background-position:-34px -150px;}
.button.large .delete{ background-position:-34px -146px;}
.button.xLarge .delete{ background-position:-34px -144px;}
.button.small .delete{ background-position:-37px -153px;}
.button.medium .calendar{ background-position:-56px -150px;}
.button.large .calendar{ background-position:-56px -146px;}
.button.xLarge .calendar{ background-position:-56px -144px;}
.button.small .calendar{ background-position:-59px -153px;}
.button.medium .refresh{ background-position:-76px -150px;}
.button.large .refresh{ background-position:-76px -146px;}
.button.xLarge .refresh{ background-position:-76px -144px;}
.button.small .refresh{ background-position:-79px -153px;}







/* 상품리스트 영역 */
.shop_btns { padding:10px 0; text-align:center; }
.cartBtn { background:#4b4b4b; color:#fff; padding:5px 8px; line-height:23px; border:1px solid #1b1b1b; font-size:16px; }
/* 상품리스트 영역 끝 */

/* 상품영역 시작 */

.ItemName { font-size:32px; color:#000; font-weight:600; padding:10px 0 10px 0; }
.ItemBasic { font-size:22px; color:#777; font-weight:500; line-height:25px; padding:10px 0 0;}
.ItemAmount { font-size:22px; color:#ffa500; font-weight:bold; line-height:40px; padding:10px 0 0; }
.ItemProductIcon { width:100%; height:20px; text-align:left; }


.ItemRightTable { width:100%; }
.ItemRightTable > tbody > tr > th { padding:7.5px 0 7.5px 0; font-size:22px; color:#333333; text-align:left; vertical-align:top; line-height:25px; }
.ItemRightTable > tbody > tr > th.titleFont { color:#ffa500; }
.ItemRightTable > tbody > tr > td { padding:7.5px 0 7.5px 0; font-size:22px; color:#333333; font-weight:300; text-align:left; vertical-align:top; line-height:25px; }

.ItemRightTable > tbody > tr > td.ItemGrayLine { padding:30px 0px; }
.ItemRightTable > tbody > tr > td.ItemGrayLine > div { width:100%; border-top:1px dashed #c8c0b0; }

.ItemRightTable > tbody > tr > td.amountArea {  }
.ItemRightTable > tbody > tr > td.amountArea > div { background:#ffedcc; border-radius:10px; padding:20px; display:inline-block; width:100%; margin-top:8px; box-sizing:border-box; }

.ct_qty { width:90px; height:35px; border:0; background:none;  text-align:center; font-size:16px; color:#777777; box-sizing:border-box; border:1px solid #d1d1d1; margin-right:5px; float:left; }
.qty_add { display:inline-block; float:left; font-size:13px; background:none; color:#aaa190; width:35px; height:35px; box-sizing:border-box; border:1px solid #d1d1d1; text-align:center; vertical-align:middle; }
.qty_add.minus { border-left:0; }

button.opt_make_btn { width:100%; height:51px; line-height:51px; font-size:17px; color:#fff; font-weight:400; margin:0; padding:0; background:#37393b; border:0; outline:none; }
button.opt_make_btn > img { display:inline-block; vertical-align:middle; margin:-5px 3px 0 0; }

.div_add_options_nosltopt .cont { width:100%; }

.cnt_amount { margin-top:20px; font-size:17px; color:#555555; font-weight:500; box-sizing:border-box; padding-right:30px; width:100%; text-align:right; height:59px; border-top:1px dashed #c8c0b0; }
.cnt_amount > span { font-size:23px; color:#222222; font-weight:500; margin-left:10px; line-height:59px; }
.cnt_amount > p { font-size:20px; font-weight:600; color:#333333; }
.cnt_amount > p > span { font-size:30px; font-weight:700; color:#000; }
.cnt_amount > p > span:nth-child(2) { font-size:20px; }

.ItemBtnArea { display:inline-block; width:100%; font-size:0; line-height:0; margin:44px 0 0px 0; }
.ItemBtn { width:70px; height:70px; line-height:70px; box-sizing:border-box; border:1px solid #f38b5e; background:#fff; font-size:24px; font-weight:700; color:#f38b5e; margin:0 0 0 7px; border-radius:12px; }
.ItemBtn.ItemBtn100 { width:100%; }
.ItemCart { width:240px; }
.ItemBtn.ItemBuy { width:240px; border:1px solid #f38b5e; background:#f38b5e; color:#fff; }
.ItemBtn > img { display:inline-block; vertical-align:middle; margin:-3px 0 0 0; }
.ItemBtn > i { display:inline-block; vertical-align:middle; margin:-3px 0 0 0; }



/* 상세 탭 */
.item_ex_tab { text-align:left; border-bottom:1px solid #d9d9d9; margin:30px 0; font-size:0; }
.item_ex_tab > ul { display:inline-block; position:relative; margin-bottom:-1px; background:none; }
.item_ex_tab > ul > li { float:left; width:290px; margin-left:-1px; position:relative; z-index:1; }
.item_ex_tab > ul > li.on { z-index:2; }
.item_ex_tab > ul > li:first-child { margin-left:0; }
.item_ex_tab > ul > li > a { text-align:center; display:block; color:#222; font-weight:700; font-size:22px; height:60px; line-height:58px; box-sizing:Border-box; border-bottom:1px solid #d9d9d9; }
.item_ex_tab > ul > li.on > a { border-bottom:3px solid #000000;}
/* 상세 탭 끝 */

/* 상품영역 끝 */



/* 상품 상세 */
.slt_add_option { 
	width:100%; height:40px; font-size:17px; color:#222; background-color:white; box-sizing:border-box; 
	border:1px solid #cecece; padding:0 0 0 20px;
	background: url("/m/images/icon/item_select_arrow.png") no-repeat right 15px center; /* 네이티브 화살표 대체 */ 
	border-radius:0px; /* iOS 둥근모서리 제거 */ 
	-webkit-appearance: none; /* 네이티브 외형 감추기 */ 
	-moz-appearance: none; 
	appearance: none;

}
.slt_add_option[disabled] { color:#5d5d5d; background-color:#efefef; }

.opt_name { position:relative; width:100%; display:inline-block; box-sizing:border-box; padding-right:40px; }
.opt_amount { position:relative; width:100%; display:inline-block; }
.delete_option_item { position:absolute; top:0px; right:0px; font-size:18px; color:#CC0000; line-height:1em; padding:9px; cursor:pointer; }

.div_add_options_nosltopt {float: left; width: 100%;  padding: 0%; background-color: white;  margin: 10px 0px 30px 0px; }
.div_add_options_nosltopt .tit { width:19%; height:40px; line-height:40px; font-size:20px; font-weight:400; display:inline-block; color:#4b4b4b; }
.div_add_options_nosltopt .cont { width:81%; font-weight:500; float:right; display:inline-block; }
.div_add_options_nosltopt .slt_add_option { }

.div_add_options { display:inline-block; width:100%; text-align:left; padding:0; margin: 10px 0px 20px 0px; background-color:white; }
.div_add_options .tit { padding:0px 5px 10px 5px; font-size:17px; font-weight:500; }
.div_add_options .cont { padding-left:20px; font-weight:500; }
.div_add_options .slt_add_option {  }
/* 상품 상세 끝 */



/* 장바구니 */
.cart_item_option_hr {border:0px; border-top:1px dashed #aaaaaa;}
.cart_item_option li {margin-top:4px; color:#4d4d4d; font-size:16px;}
.cart_item_option_name { display:inline-block; padding:1px 5px; text-align:center; border:1px solid #3d3d3d;  color:#3d3d3d; border-radius:4px;}
.cartsub_top input { padding:15px; font-size:19px; border:1px solid #afafaf; box-shadow:#efefef 1px 1px 1px; }

.cartsub { padding:10px 0; border-top:2px dashed #cfd8e9; border-bottom:2px dashed #cfd8e9; }
.cartsub > tbody > tr > th { font-weight:500; font-size:17px; line-height:25px; padding:5px 0 5px 5px; text-align:left; vertical-align:top; }
.cartsub > tbody > tr > td { font-weight:400; font-size:17px; line-height:25px; padding:5px 5px 5px 0; text-align:left; vertical-align:top; word-break:keep-all; }
/* 장바구니 끝 */





/* 결제창 */
.left_tit { font-size:16px; font-weight:400; float:left; padding-left:10px; }

.od_group {box-shadow:0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12); border-radius:3px; overflow:hidden;}
.od_group_title { background-color:#efefef; position:relative; left:-10px; width:100%; height:45px; line-height:35px; font-size:18px; padding-top:10px; padding-left:10px; font-weight:bold; color:#4d4d4d; }
.od_group table.od_group_table td {font-size:18px;}
.od_group table {margin:10px 0 10px 0; width:100%;}
.od_group table td { padding:10px 0; }
.od_group table td input, 
.od_group table td select, 
.od_group table td textarea { height:52px; font-size:18px; padding-left:10px; border:1px solid #afafaf; box-shadow:#efefef 1px 1px 1px;}
.btn_settlecase { width:91%; border:1px solid #efefef; display:inline-block; padding:15px 15px 15px 15px; clear:both; border-radius:2px; background-color:#ffffff; margin-bottom:5px; font-size:22px; white-space:nowrap;}
.btn_settlecase input[type='radio'] {height:1px;width:1px}
.btn_settlecase label {position:relative; top:1px; }
.btn_settlecase.on {border:1px solid #CC0000; color:#CC0000; }

.hidden_radio { width:1px; height:1px; }
/* 결제창 끝 */




/* 버튼 */
span.btnBack{display:inline-block; background-color:#CACACA; color:#5d5d5d; padding:15px 20px; position:relative; font-size:22px; font-weight:bold; top:0px; border-radius:3px; cursor:pointer; }
span.btnOK{display:inline-block; background-color:#404040; color:white; padding:15px 20px; position:relative; font-size:22px; font-weight:bold; top:0px; border-radius:3px; cursor:pointer; }

span.btn1 {display:inline-block; background-color: #4b4b4b; color:#ffffff; padding:10px 14px; position:relative; top:0px; border-radius:4px; }
span.btn1-o {display:inline-block; border:1px solid #4b4b4b; color:#4b4b4b; padding:10px 14px; position:relative; top:0px; border-radius:4px;}
span.btn1:hover, span.btn1-o:hover { box-shadow:0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12); }
span.btn1.big, span.btn1-o.big {font-size:19px; padding:10px 15px;}
span.btn1.small, span.btn1-o.small {font-size:15px; padding:5px 9px;}


span.label_black { font-size:17px; border:solid 1px #616161; padding:8px 9px; line-height:1; border-radius:2px; display:inline-block; color:#616161; text-align:center; }
span.label_orange { font-size:17px; border:solid 1px #ef8100; padding:8px 9px; line-height:1; border-radius:2px; display:inline-block; color:#CB4D00; text-align:center; }
span.label_green { font-size:17px; border:solid 1px #2ba600; padding:8px 9px; line-height:1; border-radius:2px; display:inline-block; color:#228101; text-align:center; }
span.label_gray { font-size:17px; border:solid 1px #a9a9a9; padding:8px 9px; line-height:1; border-radius:2px; display:inline-block; color:#707070; text-align:center; }
span.label_blue { font-size:17px; border:solid 1px #009bec; padding:8px 9px; line-height:1; border-radius:2px; display:inline-block; color:#0276cb; text-align:center; }
span.label_purple { font-size:17px; border:solid 1px #7a00e2; padding:8px 9px; line-height:1; border-radius:2px; display:inline-block; color:#7a00e2; text-align:center; }
/* 버튼 끝 */





/* 커스텀 체크,라디오,셀렉트박스 */
.transparent_sltbox_wrapper {position:relative; display:inline-block;}

.transparent_radio_wrapper { position:relative; display:inline-block; cursor:pointer;}
.transparent_radio_wrapper span { position:relative; display:inline-block; top:-2px; }
.transparent_radio_wrapper span .transparent_radio_design { position:relative; display:inline-block; width:15px; height:15px; border-radius:50%; box-sizing:border-box; border:1px solid #aaa; padding:2px; background:#fff; vertical-align:middle; margin:-3px 2px 0 0; }
.transparent_radio_wrapper span .transparent_radio_design > div { width:100%; height:100%; border-radius:50%; background:#fff; }
.transparent_radio_wrapper.radio_checked span .transparent_radio_design > div { background:#d11141; }
.transparent_radio_focus_area { position:absolute; top:0px; left:0px; width:15px; height:15px; font-size:1px; text-decoration:none !important;}

.transparent_chkbox_wrapper { position:relative; display:inline-block; cursor:pointer; }
.transparent_chkbox_wrapper span { position:relative; display:inline-block; vertical-align:middle; }
.transparent_chkbox_wrapper span img { position:relative; display:inline-block; width:12px; vertical-align:middle; margin:0px 5px; top:-2px; padding-right:3px; }
.transparent_chkbox_wrapper .transparent_chkbox_focus_area { position:absolute; top:0px; left:0px; text-decoration:none !important; display:inline-block; border:1px solid #ddd; border-radius:3px; vertical-align:middle; }
.transparent_chkbox_wrapper.on .transparent_chkbox_focus_area { border-color:#d11141; background:#d11141; }


.transparent_sltbox {width:100%;height:100%; position:absolute; top:0px; left:0px; opacity:0;}
.transparent_chkbox {width:100%;height:100%; position:absolute; top:0px; left:0px; opacity:0; margin:0 0 0 0; z-index:1; }
.transparent_radio {width:100%;height:100%; position:absolute; top:0px; left:0px; opacity:0; margin:0 0 0 15%;}
.transparent_date {width:100%;height:100%; position:absolute; top:0px; left:0px; opacity:0;}
/* 커스텀 체크,라디오,셀렉트박스 끝*/



input[type="number"], input[type="text"], input[type="submit"], input[type="button"] { 
	border-radius:0; /* iSO 둥근모서리 제거 */ 
	outline-style:none; /* 포커스시 발생하는 효과 제거를 원한다면 */ 
	-webkit-appearance:none; /* 브라우저별 기본 스타일링 제거 */ 
	-moz-appearance:none;
	appearance:none;
}


