@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;
}

.hidden { 
	position:absolute; 
	left:-10000px; 
	top:auto; 
	width:1px; 
	height:1px; 
	overflow:hidden; 
}
small { display:none; }

ul {list-style:none;}
ul { margin: 0 0 0 0; padding: 0; }
li { margin: 0; padding: 0; }

.none {display:none;}
.img_block {margin:0px; padding:0px; font-size:0px; line-height:0px; display:block;}

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: .3s cubic-bezier(0.4, 0, 0.2, 1); }

.swiper-button-disabled { opacity:0; visibility:hidden; }

/* 상단영역 시작 */

.max1800 { width:100%; max-width:1800px; margin:0 auto;}
.max1760 { width:100%; max-width:1760px; margin:0 auto;}
.max1440 { width:100%; max-width:1440px; margin:0 auto;}
.max1400 { width:100%; max-width:1400px; margin:0 auto;}
.max1300 { width:100%; max-width:1300px; margin:0 auto;}
.max1280 { width:100%; max-width:1280px; margin:0 auto;}
@media (max-width: 1800px) {
	.max1800 { box-sizing:border-box; padding:0 20px; }
}

@media (max-width: 1760px) {
	.max1760 { box-sizing:border-box; padding:0 20px; }
}

@media (max-width: 1440px) {
	.max1440 { box-sizing:border-box; padding:0 20px; }
}

@media (max-width: 1400px) {
	.max1400 { box-sizing:border-box; padding:0 20px; }
}

@media (max-width: 1300px) {
	.max1300 { box-sizing:border-box; padding:0 20px; }
}

@media (max-width: 1280px) {
	.max1280 { box-sizing:border-box; padding:0 20px; }
}


.topArea { display:flex; height:100px; position:relative;justify-content:space-between; align-items:center; position:relative; box-sizing:border-box; }
#Menu { position:absolute; top:0; left:50%; transform:translateX(-50%); white-space:nowrap; display:flex; gap:90px; }
#Menu > li { position:relative; }
#Menu > li > a { color:#000000; font-size:20px; font-weight:600; display:block; line-height:100px;  }
#Menu > li.on > a,
#Menu > li:hover > a { color:#ee2c3c; }
#Menu > li > ul { position:absolute; left:50%; transform:translateX(-50%); white-space:nowrap; border-radius:15px; background-color:#262626; text-align:center; padding:15px; margin-top:-35px; opacity:0; visibility:hidden;}
#Menu > li:hover > ul { opacity:1; margin-top:-25px; visibility:visible; }
#Menu > li > ul > li:not:first-child { margin-top:5px; }
#Menu > li > ul > li > a { border-radius:5px; display:block; min-width:190px; color:#aaaaaa; font-size:18px; font-weight:500; line-height:25px; padding:7.5px 0; }
#Menu > li > ul > li.on > a,
#Menu > li > ul > li > a:hover { background:#ee2c3c; color:#fff; }

.topRight { display:flex; gap:30px; align-items:center; }
.loginBtn > a { display:block; line-height:26px; padding:0 10px; border-radius:3px; background:#ee2c3c; color:#fff; font-size:14px; font-weight:700; font-family: 'Paperozi';}

.amountTable { width:1200px; margin:0 auto; }
.amountTable thead tr { background:#2b1b40; }
.amountTable thead tr th { color:#fff; font-size:16px; font-weight:400; line-height:25px; padding:12.5px 10px; }
.amountTable tbody tr:nth-child(even) { background:#f3f6f9; }
.amountTable tbody tr td { color:#000000; font-size:16px; font-weight:400; line-height:25px; padding:12.5px 10px; text-align:center; }
.amountTable tbody tr td.blue { color:#0e71e8; }
.amountTable tbody tr td.red { color:#ec444e; }


/* 상단영역 끝*/




/*메인 영역 시작*/
.mainSection1 { text-align:center; padding:80px 0 30px; }
.mainSection1 > p:nth-child(1) { color:#000000; font-size:42px; font-weight:700; }
.mainSection1 > p:nth-child(2) { color:#777777; font-size:22px; padding:0 0 30px; }
.mainSection1 > ul { width:1100px; margin:40px auto 0; display:grid; grid-template-columns:repeat(3,1fr); gap:40px; }
.mainSection1 > ul a { display:block; position:relative; }
.mainSection1 > ul a > div { position:absolute; bottom:0; right:0; width:50px; height:50px; border-radius:100%; box-shadow:inset 0 0 0 1px #d8dde8; line-height:50px; font-size:20px; color:#000; }
.mainSection1 > ul a:hover > div { color:#fff; background:#ee2c3c; box-shadow:none; }

.mainSection2 { text-align:center; background:url('/res/images/index/s2_bg.jpg') no-repeat center top; background-size:cover;  padding:70px 0; }
.mainSection2 > p:nth-child(1) { color:#ffffff; font-size:35px; font-weight:300; }
.mainSection2 > p:nth-child(2) { color:#ffffff; font-size:60px; font-weight:600;; }
.mainSection2 > p:nth-child(3) { color:#ffffff; font-size:20px; font-weight:300; }
.mainSection2 > p:nth-child(3) > span { color:#ffde00; text-decoration:underline;  text-underline-offset: 4px; }
.mainSection2 > div { width:1060px; margin:0 auto; padding:55px 0; }
.mainSection2 > a { display:inline-flex; gap:20px; color:#fff; font-size:16px; height:60px; align-items:center; padding:0 30px; border-radius:60px; box-shadow:inset 0 0 0 1px #fff; }
.mainSection2 > a:hover { background:#fff; color:#ee2c3c; }

.mainRolling { height:138px; line-height:138px; }
.mainRolling > p { color:#ee2c3c; font-size:100px; font-weight:700; margin-right:125px; }

.mainSection3 { width:1200px; margin:0 auto; display:flex; gap:80px; padding:0 0 100px; }
.mainSection3 > div { flex:1; }
.m3Title { display:flex; align-items:center; justify-content:space-between; height:90px;}
.m3Title > p { color:#000000; font-size:24px; font-weight:700; }
.m3Title > a { display:inline-flex; gap:15px; height:40px; padding:0 15px; align-items:center; color:#9fa5b0; font-size:16px; box-shadow:inset 0 0 0 1px #d7dce7; border-radius:40px;}
.m3Title > a:hover { background:#d7dce7; color:#fff; }

.m3AmountTable { width:100%; }
.m3AmountTable thead tr { background:#2b1b40; }
.m3AmountTable thead tr th { color:#fff; font-size:16px; font-weight:400; line-height:25px; padding:12.5px 10px; }
.m3AmountTable tbody tr:not(:nth-child(even)) { background:#f3f6f9; }
.m3AmountTable tbody tr td { color:#000000; font-size:16px; font-weight:400; line-height:25px; padding:12.5px 10px; text-align:center; }
.m3AmountTable tbody tr td.blue { color:#0e71e8; }
.m3AmountTable tbody tr td.red { color:#ec444e; }

.mainSection4 { height:200px; background:url('/res/images/index/s4.jpg') no-repeat center center; }

.copy { display:flex; width:1200px; margin:0 auto; align-items:center; justify-content:space-between; }
.copyLeft > p { padding:20px 0 0 25px; color:#333333; font-size:15px; line-height:28px;}
.copyLink { display:flex; gap:10px; padding:20px 0 0 25px; }
.copyLink a { display:block; height:35px; line-height:35px; padding:0 10px; border-radius:5px; box-shadow:inset 0 0 0 1px #e9e9e9; color:#555555; font-size:14px; font-weight:500; }

.copyRight > p { color:#333333; font-size:15px; font-weight:800; }
.copyRight > div { margin-top:20px; background:#f7f7f9; border-radius:5px; padding:30px; box-sizing:border-box; }
.copyRight > div > div:not(:first-child) { margin-top:10px; padding-top:10px; border-top:1px solid #dedee0; }
.copyRight > div > div > p:nth-child(1) { color:#333333; font-size:16px; font-weight:800;  padding-bottom:10px;}
.copyRight > div > div > p:nth-child(2) { color:#333333; font-size:16px; line-height:26px; }
.copyRight > div > div > p:nth-child(2) > span { color:#ee2c3c; font-weight:700; }

.gotop { position:fixed; bottom:20px; right:20px; z-index:31; border:0; background:none; }
/*서브 영역 시작*/

#subMenuWrap { position:absolute; left:80px; top:10px; display:flex;  }

.smHome { display:flex; padding-right:20px; align-items:center; justify-content:center; }
.smCon { position:relative;  border-left:1px solid #e5e5e5; }
.smCon > .smBtn { width:100%; height:100%; margin:0; padding:0; background:url("/res/images/top/smenu_arrow.png") no-repeat right 20px center; padding:0 70px 0 20px; color:#000; font-size:15px; font-weight:600; text-align:left; border:0px; }
.smCon.on > .smBtn { background:url("/res/images/top/smenu_arrow_on.png") no-repeat right 20px center; }
.smCon > .smUl { display:none; position:absolute; box-sizing:border-box; padding:25px 20px; left:-1px; top:100%; right:0; width:calc(100% + 2px); margin-top:10px;  flex-direction: column; border:1px solid #e9e9e9;  background:#fff; z-index:280; }
.smCon:nth-of-type(1) > .smUl { width:calc(100% + 1px); left:0px; }
.smCon.on > .smUl { display:flex; }
.smCon > .smUl > li { line-height:20px; padding:5px 0; text-align:left;}
.smCon > .smUl > li > a { display:flex; width:100%;   align-items: center;  }
.smCon > .smUl > li > a > span { font-size:15px; color:#777777; font-weight:500; }
.smCon > .smUl > li.on > a > span,
.smCon > .smUl > li > a:hover > span,
.smCon > .smUl > li > a:focus > span { color:#000000; }

.headerTitle { position:relative; padding:60px 0 50px; text-align:center;}
.headerTitle h3 { font-size:45px; color:#ee2c3c; font-weight:700; }
.headerTitle p { color:#777777; font-size:18px; padding:10px 0 0; }
section.layout .content { width:1200px; margin:0 auto;}


/*서브 영역 끝*/





/* 커버 영역 시작 */
.ShopCover { width:1200px; margin:0 auto; padding:0 0 100px; }
.boardarea { width:100%; margin:0 auto; padding:0 0 100px; }
.pageCover { padding:0 0 100px;  }
/* 커버 영역 끝 */









/* 게시판 영역 시작 */
.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:14px; box-sizing:border-box; vertical-align:top; }
.Boardpage_acc .pg-no.pg-remo { text-align:right; padding:0 13px 0 0; border:0; width:auto; margin:0; }
.Boardpage_acc .pg-no.pg-remo2 { text-align:left; padding:0 0 0 13px; border:0; width:auto; 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:21px; }
.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; width:100%; margin:10px auto; text-align:center; }
.Boardleftbtn { float:left; width:22%; }
.Boardrightbtn { float:right; }
table.t6 { border:0;  padding:0 0 0 0; margin:0 auto; }
table.t6 td { border:1px solid #d0d0d0; width:28px; padding:0; margin:0; height:28px; text-align:center; vertical-align:middle; color:#595959; font-size:14px; }
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:28px; line-height:28px; color:#222; text-decoration:none; }
table.t6 td i { line-height:30px; font-size:21px; }
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:200px; position:relative; }
#RegiStateArea > ul > li:first-child { margin-left:0px; }
#RegiStateArea > ul > li:not(:first-child)::before { content:""; position:absolute; left:-105px; 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:#ee2c3c; }
#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:15px; 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; }
/* 회원관련 끝 */





/* 상품영역 */
.c1 {background:#999999;}
.c2 {}
.cartsub_top td {line-height:1.2;} /* 상단 익스6에서 글자 짤리는거 방지소스.. */
.cartsub {width:100%;}
.cartsub, .cartsub td, .cartsub tr, .cartsub small, .cartsub font {font-family:돋움; !important}
.cartsub FONT {font-weight:bold;}
.cartsubtext { padding:20px;}


/* 상품리스트 영역 */
.shop_btns { padding:10px 0; text-align:center; }
.shop_btns a:hover { display:inline-block; text-decoration:none; }
.cartBtn {background:#4b4b4b;color:#ffffff;padding:5px 8px;line-height:23px;border:1px solid #1b1b1b;font-size:11px;}
.cartBtn:hover {background:#ffffff;color:#000000;padding:5px 8px;line-height:23px;border:1px solid #1b1b1b;font-size:11px;}
/* 상품리스트 영역 끝 */


/* 아이템 영역 */

.ItemBasic { font-size:20px; color:#777; font-weight:400; line-height:25px; padding:7px 0; }
.ItemName { font-size:30px; color:#000; font-weight:600; line-height:40px; padding:0 0 20px 0; }
.ItemAmount { font-size:30px; color:#37393b; font-weight:bold; line-height:40px; }



.ItemRightTable { width:100%; }
.ItemRightTable > tbody > tr > th { padding:7px 0 7px 0; font-size:18px; color:#333; font-weight:600; text-align:left; vertical-align:center; line-height:28px; }
.ItemRightTable > tbody > tr > td { padding:7px 10px 7px 0; font-size:18px; color:#000000; font-weight:600; text-align:left; vertical-align:center; line-height:28px; }

.ItemRightTable > tbody > tr > td.ItemGrayLine { padding:20px 0px; }
.ItemRightTable > tbody > tr > td.ItemGrayLine > div { width:100%; height:1px; background:#d9d9d9; }


.ct_qty { width:90px; height:44px; border:1px solid #d1d1d1; border-left:0; border-right:0; text-align:center; font-size:19px; color:#777; font-weight:400; box-sizing:border-box; float:left; }
.qty_add { display:inline-block; float:left;  font-size:17px; color:#888; width:44px; height:44px; border:1px solid #d1d1d1; text-align:center; vertical-align:middle; background:#fff; }


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 { font-size:15px; color:#37393b; font-weight:400; display:inline-block; width:100%; line-height:25px; padding-top:10px; text-align:right; }
.cnt_amount > span { font-size:30px; color:#37393b; line-height:25px; font-weight:700; vertical-align:sub; margin-left:15px; }

.ItemBtnArea { display:flex; gap:10px; width:100%; font-size:0; line-height:0; margin:44px 0 0px 0; }
.ItemBtn { flex:1; height:50px; line-height:50px; box-sizing:border-box; border:1px solid #333333; background:#fff; font-size:18px; color:#333333;  }
.ItemBtn.ItemBtn100 { width:100%; }
.ItemBtn.ItemBuy { border:1px solid #ee2c3c; background:#ee2c3c; 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 { display:inline-block; width:100%; margin:30px 0; position:relative; box-sizing:border-box; border:1px solid #eaeaea;}
.item_ex_tab > li { display:inline-block; width:50%; height:60px; line-height:53px; text-align:center; box-sizing:border-box; border-left:0px; float:left; }
.item_ex_tab > li:not(:first-child) { border-left:1px solid #eaeaea; }
.item_ex_tab > li > a { display:inline-block; width:100%; height:100%; text-decoration:none; color:#000000; font-size:18px; font-weight:500; }
.item_ex_tab > li.on > a { background:#f9f9f9; }
.div_explan { position:relative; width:100%; margin:0 auto 50px; box-sizing:border-box; }
.div_explan ul { list-style-type:disc; list-style-position:inside; list-style:initial; margin:initial; padding: 0 0 0 40px;  }
.div_explan li { margin:initial; display:list-item; }
.div_explan img { max-width:100%; height:auto; display:block; margin:0 auto; }

a.it_btn { position:absolute; width:200px; height:50px; line-height:50px; text-align:center; text-decoration:none; font-size:18px; }
/* 상세 탭 끝 */


.slt_add_option {width:100%; padding:6px 0px; font-size:15px;}
.slt_add_option[disabled] {color:#afafaf;}

.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:5px 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 {padding:3px 0px 0px 0px; font-size:16px; font-weight:bold; display:inline-block;}
.div_add_options_nosltopt .cont {width:85%; font-weight:bold; float:right; display:inline-block; }
.div_add_options_nosltopt .slt_add_option {width:100%; padding:5px 0px; font-size:13px;}

.div_add_options {float: right; width: 95%;  padding: 0%;   background-color: white;  margin: 10px 0px 30px 5%;}
.div_add_options .tit {padding:5px; font-weight:bold;}
.div_add_options .cont {padding-left:20px; font-weight:bold;}
.div_add_options .slt_add_option {width:100%; padding:3px 0px; font-size:13px;}

/* 아이템 영역 끝 */



/* 장바구니 */
.cart_item_option_hr { border:0px; border-top:1px dashed #aaa; }
.cart_item_option li { margin-top:4px; color:#4d4d4d; font-size:13px; }
.cart_item_option_name { display:inline-block; padding:1px 5px; text-align:center; border-right:1px solid #3d3d3d; border-left:1px solid #3d3d3d; color:#3d3d3d; border-radius:4px; }
/* 장바구니 끝 */



/* 결제창 */
.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:105%; height:37px; font-size:17px; padding-top:10px; padding-left:15px; font-weight:bold; color:#4d4d4d;}
.od_group table.od_group_table td {font-size:13px;}
.od_group table {margin:10px 0 10px 0; width:100%;}
.od_group table td {height:30px;}
.od_group table td input, .od_group table td select, .od_group table td textarea  {padding:6px; border:1px solid #afafaf; box-shadow:#efefef 1px 1px 1px;}
.btn_settlecase {border:1px solid #a8a8a8; font-size:15px;width:170px; display:inline-block; cursor:pointer; padding:10px 5px; clear:both; border-radius:2px; background-color:#ffffff; margin-bottom:5px;} 
.btn_settlecase label {position:relative; left:10px; top:0px; cursor:pointer;}
.btn_settlecase.on {border:2px solid #CC0000; color:#CC0000; font-size:15px;}
.multi_delivery_title { border: 1px solid #9f9f9f; background-color:#fff; border-radius:3px; font-weight:bold;}
/* 결제창 끝 */



/* 마이페이지 */
.mypage_tb .mp_it_tit { padding:9px 9px 9px 10px; font-size:9pt; font-weight: bold; border-right:1px solid #999999; border-bottom:1px solid #999999; }
.mypage_tb .mp_it_tit2 { padding:9px 9px 9px 10px; font-size:9pt; font-weight: bold; border-right:1px solid #999999; border-bottom:1px solid #999999; border-left:1px solid #999999; }
.mypage_tb .mp_it_cont { padding:9px 9px 9px 10px; font-size:9pt; border-bottom:1px solid #999999; }
.mypageBtn span{background:#4b4b4b;color:#ffffff;padding:5px 8px;line-height:23px;border:1px solid #1b1b1b;font-size:11px;}
.mypageBtn span:hover {background:#ffffff;color:#000000;padding:5px 8px;line-height:23px;border:1px solid #1b1b1b;font-size:11px;}
.mypageBtn:hover {text-decoration:none;}
/* 마이페이지 끝 */




/* 버튼 */
span.btnBack{display:inline-block; background-color:#CACACA; color:#5d5d5d; padding:15px 10px; position:relative; font-size:15px; font-weight:bold; top:0px; border-radius:3px; cursor:pointer; }
span.btnOK{display:inline-block; background-color:#404040; color:white; padding:15px 10px; position:relative; font-size:15px; font-weight:bold; top:0px; border-radius:3px; cursor:pointer; }
span.btn1 { cursor:pointer; display:inline-block; border:1px solid #4b4b4b; background-color: #4b4b4b; color:#ffffff; padding:6px 10px; position:relative; top:0px; border-radius:4px;}
span.btn1-o { cursor:pointer; display:inline-block; border:1px solid #4b4b4b; color:#4b4b4b; padding:6px 10px; 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:15px; padding:10px 15px;}
span.btn1.small, span.btn1-o.small {font-size:13px; padding:5px 9px;}

span.label_black { font-size:12px; border:solid 1px #616161; padding:8px 6px; line-height:1; border-radius:2px; display:inline-block; color:#616161; text-align:center; }
span.label_orange { font-size:12px; border:solid 1px #ef8100; padding:8px 6px; line-height:1; border-radius:2px; display:inline-block; color:#CB4D00; text-align:center; }
span.label_green { font-size:12px; border:solid 1px #2ba600; padding:8px 6px; line-height:1; border-radius:2px; display:inline-block; color:#228101; text-align:center; }
span.label_gray { font-size:12px; border:solid 1px #a9a9a9; padding:8px 6px; line-height:1; border-radius:2px; display:inline-block; color:#707070; text-align:center; }
span.label_blue { font-size:12px; border:solid 1px #009bec; padding:8px 6px; line-height:1; border-radius:2px; display:inline-block; color:#0276cb; text-align:center; }
span.label_purple { font-size:12px; border:solid 1px #7a00e2; padding:8px 6px; 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; }
.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:#ee2c3c; }
.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; font-size:15px; vertical-align:middle; }
.transparent_chkbox_wrapper span img { position:relative; display:inline-block; width:10px; vertical-align:middle; margin:0px 5px;  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:#ee2c3c; background:#ee2c3c; }

.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; }
/* 커스텀 체크,라디오,셀렉트박스 끝*/

.newIcon { display:inline-block; vertical-align:middle; margin:-4px 0 0 5px; height:25px; line-height:25px; font-size:15px;  padding:0 10px; background:#e7355c; color:#fff;  }

table.mypage { border-top:1px solid #686868; border-bottom:1px solid #686868; }
table.mypage thead tr td { border-bottom:1px solid #ccc; padding:10px; font-size:14px; }
table.mypage tbody tr th { font-size:15px; color:#000; font-weight:300; text-align:left; padding-left:30px; background:#f7f7f7; border-bottom:1px solid #ccc; }
table.mypage tbody tr td { border-bottom:1px solid #ccc; padding:12px 34px; height:26px; font-size:14px; }
table.mypage tbody tr td input.ed { height:46px; border:1px solid #ccc; padding:0 0 0 5px; font-size:17px; }
table.mypage tbody tr td select.ed { height:46px; border:1px solid #ccc; padding:0 0 0 5px; font-size:17px; }
table.mypage tbody tr td textarea.ed { width:100%; height:105px; border:1px solid #ccc; padding:5px; font-size:17px; box-sizing:border-box; resize:none; }

.mypage_board_list { width:100%; }
.mypage_board_list { border-top:2px solid #444444; margin:0 auto; }
.mypage_board_list th { height:55px; font-size:16px; text-align:center; color:#fff; font-weight:500; background:#4a5765; }
.mypage_board_list td { font-size:16px; text-align:left; color:#222; border-bottom:1px solid #d8d8d8; padding:15px 5px; text-align:center; }

.mypage_board_button { clear:both; padding:10px 0 0 0;}
.mypage_board_page { clear:both; text-align:center; margin:3px 0 0 0;}
.mypage_board_page a { color:#777;border:1px solid #dddddd;padding:5px 8px 5px 7px;font-size:14px }

.mypage_board_list td span.schedule { font-size:14px; border:solid 1px #ef8100; padding:2px 6px; line-height:20px; border-radius:2px; display:inline-block; color:#CB4D00; text-align:center; }
.mypage_board_list td span.receipt { font-size:14px; border:solid 1px #2ba600; padding:2px 6px; line-height:20px; border-radius:2px; display:inline-block; color:#228101; text-align:center; }
.mypage_board_list td span.deadline { font-size:14px; border:solid 1px #707070; padding:2px 6px; line-height:20px; border-radius:2px; display:inline-block; color:#707070; text-align:center; }
.mypage_board_list td span.finish { font-size:14px; border:solid 1px #1e7dd7; padding:2px 6px; line-height:20px; border-radius:2px; display:inline-block; color:#1e7dd7; text-align:center; }
.mypage_board_list td span.cancle { font-size:14px; border:solid 1px #7a00e2; padding:2px 6px; line-height:20px; border-radius:2px; display:inline-block; color:#7a00e2; text-align:center; }

.resv_submit { width:175px; height:60px; margin:0; padding:0; background:#222; font-size:19px; color:#fff; font-weight:300; border-radius:5px; border:1px solid #222222; }
.statR, .statA { color:#000000; }
.statC, .statCR { color:#CC0000; }
.statS { color:#1e7dd7; font-weight:bold; }


