@charset "UTF-8";

.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; }
:root {
	--topHeight: 110px;
}





/* 상단영역 시작 */
.max1600 { width:100%; max-width:1600px; min-width:1200px; margin:0 auto; }
.max1520 { width:100%; max-width:1520px; min-width:1200px; margin:0 auto; }
.max1280 { width:100%; max-width:1280px; min-width:1200px; margin:0 auto; }
.wid1200 { width:1200px !important; }
.topArea { position:relative; height:var(--topHeight);  font-size:0; text-align:center; }
.topArea * { transition:.2s ease-out; }


.ci { position:absolute; left:80px; top:38px;}
.ci > img { position:absolute; left:0; top:0; opacity:0; }
.ci > img:nth-child(1) { opacity:1; }

#Menu { display:inline-block; }
#Menu > li { padding:0 30px; display:inline-block; position:relative;}
#Menu > li > a { display:block; height:var(--topHeight); line-height:var(--topHeight); color:#ffffff; font-size:18px; font-weight:700; }
#Menu > li > ul { position:absolute; left:50%; top:100%; transform:translateX(-50%); white-space:nowrap; min-width:200px; box-sizing:border-box; padding:0 30px; background:rgba(0,0,0,0.8); opacity:0; visibility:hidden; margin-top:-10px;}
#Menu > li:hover > ul { opacity:1; visibility:visible; margin-top:0; }
#Menu > li > ul > li {  }
#Menu > li > ul > li > a { display:block; line-height:25px; padding:17.5px 0; color:#777777; font-size:18px; font-weight:600; text-align:center;  }
#Menu > li > ul > li:not(:last-child) > a { border-bottom:1px solid rgba(255,255,255,0.2); }
#Menu > li > ul > li.on > a,
#Menu > li > ul > li > a:hover { color:#fff; }


a.readMore { display:inline-block; padding:0 32px; height:62px; line-height:62px; font-size:15px; font-weight:500; color:#fff; position:relative; }
a.readMore::before { content:""; position:absolute; left:0; top:0; width:62px; height:100%; border-radius:62px; background:#dc1c45; z-index:-1; transition:.4s ease-out; }
a.readMore:hover::before { width:100%; }

a.topContact { position:absolute; right:50px; top:24px;  }





.wrap-header.sub .ci > img:nth-child(1) { opacity:0; }
.wrap-header.sub .ci > img:nth-child(2) { opacity:1; }
.wrap-header.sub #Menu > li > a { color:#000;  }
.wrap-header.sub a.topContact { color:#000; }

/* 상단영역 끝*/




/*메인 영역 시작*/

.mainService { text-align:center; padding:90px 0 100px; }
.mainService > p:nth-child(1) { color:#dc1c45; font-size:20px; font-weight:500; }
.mainService > p:nth-child(2) { color:#161617; font-size:44px; font-weight:700; padding:20px 0 0; }
.mainService > p:nth-child(3) { color:#555555; font-size:22px; font-weight:400; line-height:36px; padding:20px 0 0;}

.mainService a.readMore { color:#000000; font-weight:700;margin-top:20px; }
.mainService a.readMore::before { background:#eeeef2; }

.mainService .countUl { font-size:0; text-align:center; padding:50px 0 0; }
.mainService .countUl > ul { display:inline-block; }
.mainService .countUl > ul > li { float:left; padding:60px 60px 0; background-repeat:no-repeat; background-position:center top; }
.mainService .countUl > ul > li > p:nth-child(1) { color:#000000; font-size:60px; font-weight:700; }
.mainService .countUl > ul > li > p:nth-child(2) { color:#555555; font-size:18px; font-weight:600; }

.mainService .imgUl { font-size:0; text-align:center; padding:50px 0 0; }
.mainService .imgUl > ul { display:inline-block; text-align:left; }
.mainService .imgUl > ul > li { float:left; width:415px; height:510px; background-repeat:no-repeat; background-position:center center; overflow:hidden; border-radius:11px;}
.mainService .imgUl > ul > li:not(:first-child) { margin-left:18px; }
.mainService .imgUl > ul > li > div { width:100%; height:100%; box-sizing:border-box; padding:412px 50px 0; transition:.4s ease-out; }
.mainService .imgUl > ul > li > div > p:nth-child(1) { color:#eeeef2; font-size:16px; font-weight:600; }
.mainService .imgUl > ul > li > div > p:nth-child(2) { color:#eeeef2; font-size:30px; font-weight:600; margin-top:-3px;}
.mainService .imgUl > ul > li > div > ul { padding:237px 0 0; }
.mainService .imgUl > ul > li > div > ul > li { position:relative; box-sizing:border-box; padding-left:17px; line-height:30px; color:#eeeef2; font-size:18px; font-weight:500; }
.mainService .imgUl > ul > li > div > ul > li::before { content:""; position:absolute; left:0; top:50%; transform:translateY(-50%); width:6px; height:6px; border-radius:100%; background:#ff7272; }
.mainService .imgUl > ul > li:hover > div { background-color:rgba(0,0,0,0.6); padding-top:46px; }

.mainGallery { text-align:center;  }
.mainGallery > p:nth-child(1) { color:#161617; font-size:44px; font-weight:700; padding:20px 0 0; }
.mainGallery > p:nth-child(2) { color:#555555; font-size:22px; font-weight:400; line-height:36px; padding:20px 0 0;}

.mainGallery a.readMore { color:#000000; font-weight:700;margin-top:20px; }
.mainGallery a.readMore::before { background:#eeeef2; }
/*메인 영역 끝*/


.copyCon { display: flex; justify-content: space-between; align-items: center; padding:0 0 50px; }

.copyText { padding-left:140px; background:url('/res/images/copy/ci.png') no-repeat left 10px; }
.copyText > p { color:#555555; font-size:16px; line-height:35px; }
.copyText > p > span { color:#000000; font-weight:700; }

.copyInfo > div { display:inline-block; }
.copyInfo > div:not(:first-child) { margin-left:50px; }
.copyInfo > div > p:nth-child(1) { color:#000000; font-size:16px; font-weight:700; }
.copyInfo > div > p:nth-child(2) { color:#000000; font-size:20px; font-weight:600; padding:10px 0 0; }
.copyInfo > div > p:nth-child(3) { color:#555555; font-size:16px; font-weight:400; }

.copyRight { border-top:1px solid #d9d9d9; padding:30px 0;  }
.copyRight > div { display: flex; justify-content: space-between; align-items: center; }
.copyRight > div > ul { display:inline-block; }
.copyRight > div > ul > li { float:left; padding:0 20px; position:relative;}
.copyRight > div > ul > li:first-child { padding-left:0; }
.copyRight > div > ul > li > a { color:#000000; font-size:16px; font-weight:500; }
.copyRight > div > ul > li:nth-child(2) > a { color:#e1251b; }
.copyRight > div > p { color:#000000; font-size:16px; font-weight:500; }

.rightQuick { position:fixed; right:35px; bottom:20px; z-index:100; }
.rightQuick > button { display:block; margin-top:10px; border:0; background:none;   }
.rightQuick > button:first-child { margin-top:0; }

.botFix { position:fixed; bottom:0; left:0; width:100%; z-index:31; background:#000; }
.pcReserForm { height:70px; }
.pcReserForm table { width:100%; height:100%; }
.pcReserForm table .callInfo { display:block; width:100%; height:100%; text-align:center; color:#fff; line-height:70px; font-size:18px; }
.pcReserForm table .callInfo > img { display:inline-block; vertical-align:middle; margin:-4px 10px 0 0; }
.pcReserForm table .callInfo > span { margin-left:10px; font-size:20px; font-weight:700; }
.pcReserForm table .submitBtn { display:block; width:100%; height:100%; border:0; background:#e1251b; text-align:center; color:#fff; line-height:70px; font-size:18px; }
.pcReserForm table .submitBtn > img { display:inline-block; vertical-align:middle; margin:-4px 10px 0 0; }
.pcReserForm table .filedArea { color:#ffffff; font-size:18px; display:inline; }
.pcReserForm table .filedArea > span { color:#b1841d; vertical-align:top; }
.pcReserForm table .filedArea > input { width:230px; height:40px; border-radius:10px; border:0; background:#fff; color:#999999; font-size:16px; box-sizing:border-box; padding:0 20px; margin:0 40px 0 20px; }
.pcReserForm table .filedArea > input::placeholder { color:#999999; }
.pcReserForm table .agreeArea { display:inline;  color:#fff; font-size:16px;}
.pcReserForm table .agreeArea > input { display:none; }
.pcReserForm table .agreeArea > label > div { display:inline-block; vertical-align:middle; margin:-4px 10px 0 0; width:20px; height:20px; border-radius:100%; background:#fff; position:relative; }
.pcReserForm table .agreeArea > input:checked + label > div::before { content:""; position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); width:10px; height:10px; border-radius:100%; background:#0b1e60; }

.mbReserForm { height:80px; display:inline-block; width:100%; display:none;}
.mbReserForm > a,
.mbReserForm > button { float:left; width:50%; height:100%; line-height:80px; color:#fff; font-size:26px; border:0; text-align:center; }
.mbReserForm > a { background:#e1251b; }
.mbReserForm > button { background:#e1251b; }
.mbReserForm > a > img,
.mbReserForm > button > img { isplay:inline-block; vertical-align:middle; margin:-4px 10px 0 0; }

.reserPopupBg { position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.5); z-index:20; display:none; }
.reserPopup { position:absolute; left:50%; top:50%; width:500px; padding:30px; background:#fff; border-radius:20px; transform:translate(-50%, -50%); }
.reserPopup > button { position:absolute; right:30px; top:18px;  border:0; background:none; }
.reserPopup > button > i { font-size:35px; color:#000; }
.reserPopup table { width:100%; }
.reserPopup table .filedArea { color:#000; font-size:21px; display:inline-block; width:100%; }
.reserPopup table .filedArea > span { color:#b1841d; vertical-align:top; }
.reserPopup table .filedArea > input { margin:10px 0 20px;float:left; width:100%; height:50px; border-radius:10px; border:0; background:#EEEEEE; color:#999999; font-size:21px; box-sizing:border-box; padding:0 20px; }
.reserPopup table .filedArea > input::placeholder { color:#999999; }
.reserPopup table .agreeArea { color:#000; font-size:21px; text-align:left;}
.reserPopup table .agreeArea > input { display:none; }
.reserPopup table .agreeArea > label { font-size:21px; }
.reserPopup table .agreeArea > label > div { display:inline-block; vertical-align:middle; margin:-4px 10px 0 0; width:30px; height:30px; border-radius:100%; background:#fff; position:relative; border:1px solid #B1B1B1; }
.reserPopup table .agreeArea > input:checked + label > div::before { content:""; position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); width:15px; height:15px; border-radius:100%; background:#0b1e60; }
.reserPopup table .submitBtn { width:100%; height:60px; color:#fff; font-size:24px; border-radius:10px; background:#0b1e60; border:0; margin-top:20px; }

.priPopup { text-align:left; }
.priPopup > li { padding-top:20px; }
.priPopup > li > p { position:relative; box-sizing:border-box; padding-left:20px; }
.priPopup > li > p:nth-child(1) { color:#000000; font-size:18px; font-weight:500; }
.priPopup > li > p:nth-child(1)::before { content:""; position:absolute; left:0; top:50%; transform:translateY(-50%); width:16px; height:16px; border-radius:100%; box-sizing:border-box; border:5px solid #0b1e60; }
.priPopup > li > p:nth-child(2) { color:#555555; font-size:16px; font-weight:300; padding-top:10px;}


.swal-content { padding:0 30px; }
.swal-button--confirm { background-color:#0b1e60; border:0; }
.swal-button--confirm:hover { background-color:#0b1e60 !important; }
/*서브 영역 시작*/

.titleArea { display: flex; justify-content: space-between; align-items: center; box-sizing:border-box; padding:10px 80px; font-size:0;}
.titleArea > p { color:#222222; font-size:100px; font-weight:600; }
.titleArea > ul { display:inline-block; padding:11px 13px; border:1px solid #e9e9e9; border-radius:55px;}
.titleArea > ul > li { display:inline-block; height:32px; line-height:32px; color:#000000; font-size:16px; padding:0 16px 0 22px; }
.titleArea > ul > li > a { color:#000000; }
.titleArea > ul > li:last-child { padding-right:0; }
.titleArea > ul > li:not(:first-child) { background:url('/res/images/subvisual/arrow.png') no-repeat left center; }
.titleArea > ul > li > span { display:inline-block; padding:0 20px; border-radius:32px; background:#000; color:#fff; font-weight:600; }

.subvisual { height:420px; align-items: center; justify-content: center; display: flex; flex-direction: column;}
.subvisual > p { text-align:center; display:block; }
.subvisual > p:nth-child(1) { color:#ffffff; font-size:30px;  }
.subvisual > p:nth-child(2) { color:#ffffff; font-size:50px; font-weight:600;  }
section.layout .content { width:1200px; margin:0 auto;}
section.layout .content header {  text-align:center; color:#000000; font-size:40px; font-weight:600; position:relative; padding:70px 0 40px; }


.subRoomCover {  }
.infoText { color:#000000; font-size:40px; font-weight:600; text-align:center; line-height:50px; }
.infoText > span { display:block; line-height:34px; font-size:22px; font-weight:500; padding:30px 0 0; }
.IconInfo { display: grid; grid-template-columns: repeat(5, 1fr); padding:60px 0 0; }
.IconInfo > div { text-align:center; padding:90px 0 0; background-repeat:no-repeat; background-position: center top; word-break:keep-all;}
.IconInfo > div:nth-child(3) { background-position: center 6px; }
.IconInfo > div:nth-child(4) { background-position: center 7px; }
.IconInfo > div > p:nth-child(1) { color:#8e8c89; font-size:14px; font-weight:600; }
.IconInfo > div > p:nth-child(2) { color:#000000; font-size:18px; font-weight:600; }

.tableArea { padding:60px 0 0; }
.tableArea > p { color:#000000; font-size:30px; font-weight:600; padding:0 0 30px; }
.tableArea > p > span { font-size:20px; font-weight:400; margin-left:30px; }
.tableArea > table { width:100%; border-top:1px solid #000000; border-collapse: collapse; }
.tableArea > table th,
.tableArea > table td { line-height:30px; border:1px solid #e0e0e0; word-break:keep-all;}

.tableArea > table th { text-align:center; color:#000000; font-size:18px; font-weight:600; padding:15px 0;}
.tableArea > table th > p { color:#000000; font-size:18px; font-weight:600 }
.tableArea > table td { text-align:left; ; vertical-align:top; padding:40px 0 40px 60px;}
.tableArea > table td > p { color:#555555; font-size:18px; font-weight:400; padding:5px 0; }
.tableArea > table td.strong > p { color:#000000; font-weight:600; }
.tableArea > table td > p.dot { position:relative; box-sizing:border-box; padding-left:15px; }
.tableArea > table td > p.dot::before { content:""; position:absolute; left:0; top:15px; width:6px; height:6px; background:#555555; border-radius:100%; }

.tableArea > table th:first-child,
.tableArea > table td:first-child { border-left:0; }
.tableArea > table th:last-child,
.tableArea > table td:last-child { border-right:0; }
.tableArea > table tr:first-child > th,
.tableArea > table tr:first-child > td { border-top:0; }

.grayArea { border:1px solid #e0e0e0; background:#f8f8f8; box-sizing:border-box; padding:60px 60px 0 60px; margin-top:60px; }
.grayArea .tableArea { padding:0; }
.grayArea .tableArea > p { padding:0; }
.grayArea .tableArea > table { border:0; }
.grayArea .tableArea > table th,
.grayArea .tableArea > table td { border:0; }
.grayArea .tableArea > table td { padding-left:0; }
.grayArea > p { border-top:1px solid #e0e0e0; color:#ba8748; font-size:18px; font-weight:600; height:90px; line-height:90px; }
.grayArea > p > span { color:#000000; margin-left:15px;}

.subdinigCover .tableArea > table th,
.subdinigCover .tableArea > table td { line-height:30px; border:1px solid #e0e0e0; word-break:keep-all; padding:15px 0;}

.subdinigCover .tableArea > table th { text-align:center; color:#000000; font-size:18px; font-weight:600; }
.subdinigCover .tableArea > table td { text-align:center; ; vertical-align:top;}

.subnoeulCover .tableArea > table th,
.subnoeulCover .tableArea > table td { border-right:0; border-left:0; text-align:left; vertical-align:top; padding:30px 0; }

.subnoeulCover .tableArea > table th { }
.subnoeulCover .tableArea > table th > p { font-size:30px;  }

.subnoeulCover .grayArea { padding:0 60px; }
.subnoeulCover .grayArea > p { border-top:0;  }


.menuList { width:100%; display:grid; grid-template-columns: repeat(2, 1fr); gap:10px;}
.menuList > li { display:flex; align-items: center; }
.menuList > li > img {}
.menuList > li > div { padding:0 0 0 30px;}
.menuList > li > div > p:nth-child(1) { color:#000000; font-size:18px; font-weight:600; }
.menuList > li > div > p:nth-child(2) { color:#555555; font-size:18px; font-weight:400; padding:15px 0 0; }

a.downBtn { display:block; margin-top:10px; height:50px; line-height:50px; color:#ba8748; font-size:16px; font-weight:600; box-sizing:border-box; padding:0 0 0 20px; width:200px; transition:.2s;  box-shadow:inset 0 0 0 1px #ba8748; background-repeat:no-repeat; background-position:right 20px center; background-image:url('/res/images/sub/down.png');}
a.downBtn:hover { color:#fff;  background-image:url('/res/images/sub/downa.png'); background-color:#ba8748;}
.inlineText { font-size:0; }
.inlineText > p { display:inline-block; font-size:18px; vertical-align:middle; margin-top:8px;}
.inlineText > p > span { color:#000; font-weight:600; margin-right:35px; }
.inlineText > p:not(:first-child) { margin-left:120px; }

.weddingUl {  }
.weddingUl > li { box-sizing:border-box; padding:0 0 0 70px; background-repeat:no-repeat; background-position:left center; }
.weddingUl > li:not(:first-child) { margin-top:30px; }
.weddingUl > li > p:nth-child(1) { color:#000000; font-size:18px; font-weight:600; }
.weddingUl > li > p:nth-child(2) { color:#555555; font-size:18px; font-weight:400; padding:5px 0 0; }

.animalUl { font-size:0; text-align:center; margin-top:20px; }
.animalUl > ul { display:grid; grid-template-columns: repeat(3, 1fr); }
.animalUl > ul > li { padding:90px 0 0; text-align:center; }
.animalUl > ul > li > p:nth-child(1) { color:#8e8c89; font-size:14px; font-weight:600; }
.animalUl > ul > li > p:nth-child(2) { color:#000000; font-size:18px; font-weight:600; }

.ssTab { padding:60px 0; font-size:0; text-align:center;}
.ssTab > ul { display:inline-block; }
.ssTab > ul > li { float:left; padding:0 35px;}
.ssTab > ul > li > a { color:#555555; font-size:20px; font-weight:600; padding-bottom:10px;}
.ssTab > ul > li.on > a { border-bottom:3px solid #000000; }
/*서브 영역 끝*/





/* 커버 영역 시작 */
.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;  }
/* 커버 영역 끝 */




/* 카피영역 시작 */
#CopyLink { display:inline-block; vertical-align:top; }
#CopyLink > li { float:left; margin:0 0 0 45px; position:relative; }
#CopyLink > li:first-child { margin-left:0px; }
#CopyLink > li:not(:first-child)::before { content:""; display:block; position:absolute; left:-22px; top:5px; width:1px; height:12px; background:#eee; }
#CopyLink > li > a { display:inline-block; text-decoration:none; vertical-align:top; font-size:14px; color:#fff; font-weight:300; }

.copyright { font-size:13px; color:#fff; font-weight:400; line-height:21px; padding:30px 0 0; }
/* 카피영역 끝 */





/* 게시판 영역 시작 */
.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:#f04f4f; }
#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:35px; color:#000; font-weight:400; line-height:40px; padding:0 0 20px 0; }
.ItemAmount { font-size:30px; color:#37393b; font-weight:bold; line-height:40px; }
.ItemProductIcon { width:100%; height:20px; text-align:left; }


.ItemRightTable { width:100%; }
.ItemRightTable > tbody > tr > th { padding:7px 0 7px 20px; font-size:18px; color:#333; font-weight:400; text-align:left; vertical-align:top; line-height:28px; }
.ItemRightTable > tbody > tr > td { padding:7px 10px 7px 10px; font-size:18px; color:#000; font-weight:400; text-align:left; vertical-align:top; 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:35px; border:1px solid #d1d1d1; text-align:center; font-size:19px; color:#777; font-weight:400; box-sizing:border-box; float:left; margin-right:5px; }
.qty_add { display:inline-block; float:left; margin-right:-1px; font-size:17px; color:#888; width:35px; height:35px; 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:inline-block; width:100%; font-size:0; line-height:0; margin:50px 0 0px 0; }
.ItemBtn { width:195px; height:55px; line-height:55px; border:1px solid #ccc; background:#fff; font-size:17px; color:#37393b; font-weight:500; margin:0 0 0 8px; }
.ItemBtn.ItemBtn100 { width:100%; }
.ItemBtn.ItemBuy { border:1px solid #3366cc; background:#3366cc; color:#fff; margin:0 0 0px 6px; }
.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; }
.item_ex_tab > li { display:inline-block; width:25%; height:55px; line-height:53px; text-align:center; box-sizing:border-box; border:1px solid #bfbfbf; border-left:0px; float:left; }
.item_ex_tab > li:first-child { border-left:1px solid #bfbfbf; }
.item_ex_tab > li.on { border:1px solid #bfbfbf; border-bottom:3px solid #363636; border-left:0; }
.item_ex_tab > li.on:first-child { border-left:1px solid #bfbfbf; }
.item_ex_tab > li > a { display:inline-block; width:100%; height:100%; text-decoration:none; color:#222; font-size:15px; font-weight:300; }
.item_ex_tab > li > a > span { color:#222; }

.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 { width:950px !important; 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:#f04f4f; }
.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:#f04f4f; background:#f04f4f; }

.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; }


/* 검색부분 */
.board_search { float:right; }
.search_select { 
	width:125px; height:40px; border:1px solid #d8d8d8; position:relative; float:left; font-size:15px; padding-left:15px; background:#f9f9f9; outline:none; box-sizing:border-box; -webkit-appearance: none;
	-moz-appearance: none; color:#5d5d5d; font-weight:400; 
	appearance: none;
	background:url('/img/select_arrow.png') no-repeat right 15px top 18px;
}
select.search_select::-ms-expand { display:none; }

.search_box { float:left; display:inline; border:1px solid #d8d8d8; }
.board_search #search_input > #stx { border:0; width:165px; height:38px; margin:0; padding:0 0 0 10px; letter-spacing:0px; color:#5d5d5d; font-size:15px; font-weight:400; }
.board_search #search_input { float:left; }
.board_search #search_submit { float:right; height:34px; }
.board_search #search_submit input { padding:0px; }

a.mypage_write { float:right; height:45px; line-height:45px; border-radius:5px; background:#000; color:#fff; padding:0 20px; font-size:15px;}

.gongmoTab { font-size:0; text-align:center;padding:50px 0 0; }
.gongmoTab > ul { display:inline-block; width:1280px; }
.gongmoTab > ul > li { float:left; width:20%; }
.gongmoTab > ul > li > a { display:block; width:100%; height:60px; box-sizing:border-box; border:1px solid #e3e3e3; border-bottom:2px solid #6b9bd2; background:#f8f8f8; line-height:58px; text-align:center; color:#000; font-size:18px; }
.gongmoTab > ul > li.on > a { border-top:2px solid #6b9bd2; background:#fff; border-bottom:0; }