@charset "UTF-8";

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; }



/* 상단영역 시작 */

.buttonInit {  border:0; background:none; }

/* 상단영역 끝 */

.fancybox-close { top:-50px !important; right:0 !important; }



/* 메인영역 시작 */

.max580 { width:580px; margin:0 auto; }

.helpNotice { box-sizing:border-box; padding:40px 30px; }
.helpNotice > a { display:block; border-radius:15px; overflow:hidden; font-size:0;}
.helpNotice > a > div { display:flex; position:relative;justify-content:space-between; align-items:center; box-sizing:border-box; padding:13px 30px; background-color:#004292; }
.helpNotice > a > div > p:nth-child(1) { color:#ffea00; font-size:22px; font-weight:500; }
.helpNotice > a > div > p:nth-child(2) { display:flex; gap:30px; align-items:center; color:#ffffff; font-size:26px; font-weight:600; }
.helpNotice > a > div > p:nth-child(2) > i { color:#ffffff; font-size:26px; font-weight:600; }

.mainJobCover { margin:0 auto; box-sizing:border-box; padding:0 0 0; overflow:hidden; }
.mainJobSearch {  }
.jobSearchOption { display: flex; justify-content: space-between; align-items: center;  border-radius:5px; height:80px; box-sizing:border-box; padding:0 30px; }
.jobSearchOption select { appearance:none; -webkit-appearance:none; -moz-appearance:none;  background-position:20px center; background-repeat:no-repeat; width:480px; height:100%; background-color:#f3f3f3; box-sizing:border-box; padding:0 0 0 55px; border-radius:15px; color:#222222; font-size:24px; font-weight:600; background-repeat:no-repeat; background-position:right 20px center, 20px center; background-image:url('/res/images/index/filter_arrow.png'), url('/m/images/index/filter.png'); border:0; }
.jobSearchOption button { height:100%; border-radius:15px; background-color:#1aa69d;  padding:0 21px; border:0; }
.jobSearchOption button > img { }
.jobSearchInfo { width:580px;  border-bottom:2px solid #000000; display: flex; justify-content: space-between; align-items: center; padding:30px 0 0; box-sizing:border-box; margin:0 auto 55px; }
.jobSearchInfo > p:nth-child(1) { color:#000000; font-size:36px; font-weight:600; }
.jobSearchInfo > p:nth-child(2) { color:#000000; font-size:18px; font-weight:700; }
.jobSearchInfo > p:nth-child(2) > span { color:#1aa69d; }

.jobList { }
.jobList > ul { display:grid; gap:20px; width:100%; grid-template-columns: repeat(2, 1fr); margin-top:22px; box-sizing:border-box; padding:0 30px;}
.jobList > ul:first-child { margin-top:0; }
.jobList > ul a { display:block; position:relative; padding-bottom:100%; }
.jobList > ul a div { position:absolute; left:0; top:0; width:100%; height:100%; border-radius:15px; transition:.2s ease-out; }

.mainBannerSlide { height:220px; position:relative; margin:30px 0 10px; }
.mainBannerSlide .swiper-slide { width:100%; height:100%; }

.bannerArrow { position:absolute; top:50%; padding:11px 14px; border-radius:100%; background-color:#fff; border:0; z-index:2; transition:.2s ease-out; }
.bannerArrow i { color:#7f7f7f; transition:.2s ease-out; }
.bannerArrow:hover { background-color:#1aa69d; }
.bannerArrow:hover i { color:#fff; }

.bannerArrow.bleft { left:0; transform:translate(-50%, -50%); }
.bannerArrow.bright { right:0; transform:translate(50%, -50%); }

.bannerIndex { min-width:70px; position:absolute; bottom:10px; right:30px; color:rgba(255,255,255,0.5); font-size:16px; font-weight:700; text-align:center; background:rgba(0,0,0,0.7); border-radius:26px; z-index:2; padding:4px 0; }
.bannerIndex > span { color:#fff; }

.listVisual {  position:relative; }
.listArrow { position:absolute; top:50%; padding:11px 14px; border-radius:100%; background-color:#fff; border:0; z-index:20; transition:.2s ease-out; }
.listArrow i { color:#7f7f7f; transition:.2s ease-out; }
.listArrow:hover { background-color:#1aa69d; }
.listArrow:hover i { color:#fff; }

.listArrow.lleft { left:50px; transform:translateY(-50%); }
.listArrow.lright { right:50px; transform:translateY(-50%); }

.listIndex { min-width:70px; position:absolute; bottom:15px; left:50%; transform:translateX(-50%); color:rgba(255,255,255,0.5); font-size:15px; font-weight:700; text-align:center; background:rgba(0,0,0,0.7); border-radius:26px; z-index:2; padding:4px 0; }
.listIndex > span { color:#fff; }
/* 메인영역 끝 */

.copyInfo { text-align:center; }
.copyInfo > button { height:40px; padding:0 20px; text-align:left; background:none;  border:0; color:#010101; font-size:18px; font-weight:700;}
.copyInfo > button > img { display:inline-block; vertical-align:middle; margin:-4px 0 0 15px; transition:.2s ease-out;}
.copyInfo > button.on > img { transform:rotate(180deg); }
.copyLink { display:inline-block; padding:25px 0 0; }
.copyLink > li { float:left; padding:0 15px; position:relative;}
.copyLink > li:first-child { padding-left:0; }
.copyLink > li > a { color:#555555; font-size:18px; font-weight:700; }
.copyLink > li:not(:first-child)::before { content:""; position:absolute; left:0; top:50%; transform:translateY(-50%); width:1px; height:12px; background:#ececec; }

.copyToggle { display:none; }



.copyLink2 { display:inline-block; padding:20px 0 0;}
.copyLink2 > li { float:left; padding:0 10px; position:relative;}
.copyLink2 > li:first-child { padding-left:0; }
.copyLink2 > li > a { color:#555555; font-size:18px; font-weight:500; }
.copyLink2 > li.private > a { color:#000000; }

.copyInfo2 > p { color:#888888; font-size:18px; font-weight:500; line-height:30px; padding:20px 0 0; }
.copyInfo2 > p > span { color:#000000; font-weight:700; }

.botFix { position:fixed; font-size:0; bottom:0; left:0; right:0; margin:0 auto; width:100%; max-width:640px; padding:15px 30px 15px; border-top:1px solid #d9d9d9; box-sizing:border-box; background:#fff; z-index:100; text-align:center; box-sizing:border-box; }
.botFix.jobView { padding:15px 30px 10px; background:url('/m/images/quick/bg.png') no-repeat center bottom; border-top:0;}
.botFix > ul { display:grid; width:100%; grid-template-columns:repeat(3, 1fr); align-items: end;  }
.botFix.jobView > ul { grid-template-columns:repeat(5, 1fr); }
.botFix > ul > li { margin-top:auto;}
.botFix > ul > li:not(.callNumber) > a { color:#000000; font-size:18px; font-weight:600;  }
.botFix > ul > li:not(.callNumber) > a > img { display:block; margin:0 auto 3px; }
.callNumber img { display:block; margin:0 auto 0; }

.goTop { position:fixed; right:30px; bottom:20px; border:0; background:none; font-size:0; }
/* 서브영역 시작 */

.subvisual { height:290px; justify-content: center;display: flex;flex-direction: column; text-align:center; }
.subvisual > p:nth-child(1) { color:#ffffff; font-size:35px; font-weight:600; }
.subvisual > p:nth-child(2) { color:#ffffff; font-size:22px; font-weight:300; line-height:30px; padding:10px 0 0; }

.titleArea {  text-align:center; color:#000000; font-size:40px; font-weight:600; position:relative; padding:50px 0 80px; }

.memberSearchArea > div { display:flex; align-items:center; height:70px;}
.memberSearchArea select,
.memberSearchArea input {  border: 1px solid #e9e9e9; border-right:0; height:100%; box-sizing:border-box; padding:0 20px; color:#898e99; font-size:22px; font-weight:400; text-align:left; }
.memberSearchArea select { width:50%; -moz-appearance:none; appearance:none; -webkit-appearance: none; background-repeat:no-repeat; background-position:right 20px center, left 20px center; padding:0 50px;  }
.memberSearchArea select:nth-child(1) { background-image:url('/m/images/sub/3/1/arrow_select.png'),url('/m/images/sub/3/1/icon_select_area.png'); }
.memberSearchArea select:nth-child(2) { background-image:url('/m/images/sub/3/1/arrow_select.png'),url('/m/images/sub/3/1/icon_select_job.png'); border-right: 1px solid #e9e9e9; }
.memberSearchArea input { flex-grow: 1; border-top:0; }
.memberSearchArea button { height:100%; background-color:#4e2bf4;border:none; padding:0 20px; color:#fff; font-size:24px; font-weight:700; }
.memberSearchArea  button > img { display:inline-block; vertical-align:middle; margin:-4px 5px 0 0; }



.regiBtn { display:flex; gap:15px; margin:0 auto; max-width:580px;}
.regiBtn a,
.regiBtn input,
.regiBtn button{ flex: 1; display:inline-block; border:0; height:70px; line-height:70px; text-align:center; color:#ffffff; box-sizing:border-box; font-size:26px; font-weight:500; background:#1aa69d; border-radius:5px; }
.regiBtn input:disabled { background-color:#d3d3d3; cursor:not-allowed; opacity: 0.6; }


.mainBanner { width:100%; height:220px; justify-content: center;display: flex;flex-direction: column; box-sizing:border-box; padding:0 30px; border:1px solid #d9d9d9; border-left:0; border-right:0; background-repeat:no-repeat; background-position:center center;background-size:cover; }
.mainBanner > p:nth-child(1) { font-size:50px; font-weight:700; }
.mainBanner > p:nth-child(2) { font-size:30px; font-family:"S-Core Dream";}

.jobBanner { width:100%; height:290px; text-align:center; justify-content: center;display: flex;flex-direction: column; box-sizing:border-box; padding:0 30px; border:1px solid #d9d9d9; border-right:0; border-left:0; background-repeat:no-repeat; background-position:center center;background-size:cover; }
.jobBanner > p:nth-child(1) { font-size:48px; font-weight:700; }
.jobBanner > p:nth-child(2) { font-size:32px; padding:10px 0 0; }
.jobBanner > p:nth-child(3) { font-size:25px; font-weight:700; padding:20px 0 0; }

/* 서브영역 끝 */




/* 커버 영역 시작 */
.ShopCover { width:580px; margin:0 auto; padding:0px 0 100px; }
.boardarea { width:580px; margin:0 auto; padding:0 0 100px; }
.pageCover { width:580px; margin:0 auto; padding:0 0 100px; }

.listVisual {  position:relative; }
.listArrow { position:absolute; top:50%; padding:11px 14px; border-radius:100%; background-color:#fff; border:0; z-index:20; transition:.2s ease-out; }
.listArrow i { color:#7f7f7f; transition:.2s ease-out; }
.listArrow:hover { background-color:#1aa69d; }
.listArrow:hover i { color:#fff; }

.listArrow.lleft { left:50px; transform:translateY(-50%); }
.listArrow.lright { right:50px; transform:translateY(-50%); }

.listIndex { min-width:70px; position:absolute; bottom:15px; left:50%; transform:translateX(-50%); color:rgba(255,255,255,0.5); font-size:15px; font-weight:700; text-align:center; background:rgba(0,0,0,0.7); border-radius:26px; z-index:2; padding:4px 0; }
.listIndex > span { color:#fff; }

.viewVisual { width:100%; margin:0 auto; position:relative; }
.viewVisual > img { display:block; max-width:100%; width:100%; height:auto; margin:0 auto; }
.viewVisual > p { font-size:30px; font-weight:500; color:#fff; position:absolute; right:50px; bottom:50px; }
/* 커버 영역 끝 */


/* 게시판 영역 시작 */
.Boardpage_acc { padding:30px 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:40px; padding:0; margin:0 1px; height:40px; line-height:38px; 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:68px; float:left; padding:0 36px; position:relative; }
#RegiStateArea > ul > li:not(:first-child)::before { content:""; position:absolute; left:0; top:30px; transform:translateX(-50%); width:34px; height:8px; background:url('/res/images/regi_bar.png') no-repeat center center; }
#RegiStateArea > ul > li.on:not(:first-child)::before { background:url('/res/images/regi_bar_on.png') no-repeat center center; }
#RegiStateArea > ul > li:first-child { margin-left:0px; }
#RegiStateArea > ul > li > .rsaCircle { width:68px; height:68px; 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:22px 19px; background-image:url("/res/images/regi1.png"); background-color:#acb9e6; }
#RegiStateArea > ul > li:nth-child(2) > .rsaCircle > div { background-position:19px 20px; background-image:url("/res/images/regi2.png"); background-color:#8590fb; }
#RegiStateArea > ul > li:nth-child(3) > .rsaCircle > div { background-position:23px 20px; background-image:url("/res/images/regi3.png"); background-color:#5b70f7; }
#RegiStateArea > ul > li:nth-child(4) > .rsaCircle > div { background-position:19px 20px; background-image:url("/res/images/regi4.png"); background-color:#4e2bf4; }
#RegiStateArea > ul > li > .rsa_tit { font-size:18px; color:#000000; font-weight:600; padding:10px 0 0; }
.formTitle { color:#000000; font-size:32px; font-weight:600; padding:0 0 10px; }
.formTitle > span { font-size:18px; font-weight:300; display:block; line-height:25px; padding:10px 0; }

.RegisterTable { border-top:2px solid #333; }
.RegisterTable > tbody > tr > th { height:30px; font-size:24px; color:#000000; font-weight:500; text-align:left; padding:20px 0px 20px 10px; border-bottom:1px solid #666; }
.RegisterTable > tbody > tr > th.th_required::after { content:"*"; display:inline-block; vertical-align:top; color:#ff0000; margin:0 0 0 3px; }
.RegisterTable > tbody > tr > th.onlyTh { border-bottom:0;  padding-bottom:0; padding-left:20px; }
.RegisterTable > tbody > tr > th span { font-size:18px; font-weight:300;  }
.RegisterTable > tbody > tr > td { font-size:24px; color:#777; font-weight:400; text-align:left; padding:20px; border-bottom:1px solid #666; }

.RegisterTable > tbody > tr > td input.ed,
.RegisterTable > tbody > tr > td select { width:100%; padding:0 20px; height:70px; font-size:24px; color:#999999; vertical-align:middle; background:#f6f6f6; border-radius:5px !important; border:0; }
.RegisterTable > tbody > tr > td input::placeholder { color:#999999; }
.RegisterTable > tbody > tr > td input.ed.onlynumber { padding-left:0px; text-align:center; }

.RegisterTable td select.DesignSelect { 
		 outline:none;  background-image:url("/img/select_arrow.png"); background-repeat:no-repeat; background-position:right 10px center; vertical-align:middle;
		border-radius:0; /* iSO 둥근모서리 제거 */ 
		outline-style:none; /* 포커스시 발생하는 효과 제거를 원한다면 */ 
		-moz-appearance:none;
		appearance:none;
		-webkit-appearance: none; /* 네이티브 외형 감추기 */ 
}
.RegisterTable td select.DesignSelect::-ms-expand { 
    display: none;
}


.file-upload-container { }
.file-info {  padding:0 20px; height:70px; line-height:70px; background-color: #f8f8f8; border-radius: 5px; font-size:20px; color: #999999; }
.file-upload-button { display:block; width:100%; text-align:center; height:70px; line-height:70px; background-color: #000; color:#fff; font-size:24px; font-weight:600; border:0; border-radius: 5px; cursor: pointer; margin-top: 10px; }
.file-upload-button input[type="file"] { display: none; }

.file-option { display: flex; align-items: center; margin-top:10px; gap:10px;}
.file-option > a { display:inline-block; padding:10px; background:#000; color:#fff; border-radius:5px; }

/* 회원관련 끝 */



/* 공통 */
.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; }
/* 상품리스트 영역 끝 */

/* 상품영역 시작 */

.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%; text-align:left; }


.ItemRightTable { width:100%; }
.ItemRightTable > tbody > tr > th { padding:7px 0 7px 20px; font-size:20px; color:#333; font-weight:400; text-align:left; vertical-align:top; line-height:35px; }
.ItemRightTable > tbody > tr > td { padding:7px 10px 7px 10px; font-size:20px; color:#000; font-weight:400; text-align:left; vertical-align:top; line-height:35px; }

.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:19px; 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; }

.cnt_amount { font-size:19px; color:#37393b; font-weight:400; display:inline-block; width:100%; line-height:60px; text-align:right; padding:0 20px; box-sizing:border-box; margin-top:20px; }
.cnt_amount > span { font-size:32px; color:#37393b; font-weight:bold; }
.cnt_amount > span > span { font-size:19px; color:#37393b; font-weight:400; }

.ItemBtnArea { display:inline-block; width:100%; font-size:0; line-height:0; margin:30px 0 50px 0; }
.ItemBtn { width:195px; height:55px; border:1px solid #ccc; background:#fff; font-size:19px; color:#37393b; font-weight:700; margin:0 0 0 8px; }
.ItemBtn.ItemBtn100 { width:100%; }
.ItemBtn.ItemBuy { height:55px; border:0px; background:#3366cc; font-size:20px; color:#fff; font-weight:400; margin:0 0 0px 7px; }
.ItemBtn > img { 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:#fff; }
.item_ex_tab > ul > li { float:left; width:210px; 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-size:19px; height:60px; line-height:58px; box-sizing:Border-box; border:1px solid #d1d1d1; border-bottom:1px solid #d9d9d9; }
.item_ex_tab > ul > li.on > a { border:1px solid #d9d9d9; border-bottom:1px solid #fff; border-top: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: #1aa69d; 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:#1aa69d; }
.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 #000; border-radius:3px; vertical-align:middle; }
.transparent_chkbox_wrapper.on .transparent_chkbox_focus_area { border-color:#1aa69d; background:#1aa69d; }


.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;
}


