@charset "utf-8";

*{padding:0px; margin: 0px; font-family: 'Pretendard-Regular'; list-style: none !important; text-decoration: none; letter-spacing: -0.05em; box-sizing: border-box;}

a{color:#000;}

@font-face {
    font-family: 'yg-jalnan';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HakgyoansimBareonbatangB';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2307-2@1.0/HakgyoansimBareonbatangB.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

html, body {
    min-width: 100%;
    min-height: 100%;

}

#wrapper{min-width:1400px; max-width:1900px;}
/* 헤더 */
header{width:100%; min-width:1400px; position: fixed; top: 0; left: 0; right: 0; z-index: 999; background-color:#fff;}
header ul:after{content:""; clear:both; display:block;}
header .head_tp{height:35px;}
header .head_tp ul{float:right;}
header .head_tp ul li{float:left; margin-top:10px; margin-right:20px; font-size:14px;}
header .head_tp ul .not_hand{padding:5px 8px; background-color:#ff0000; border-radius:5px; vertical-align:middle; margin-top:5px;}
header .head_tp ul .not_hand a{color:#fff;}
header .head_tp ul .not_hand:hover{background-color:#e95d5d;}

header .head_md{margin: 0 20px; line-height:35px;}
header .head_md:after{content:""; clear:both; display:block;}
header .head_md ul{float:left; margin:5px 0; }
header .head_md ul li{float:left; font-size:15px;}
header .head_md ul li:first-child{margin-right:10px; font-size:14px;}
header .head_md ul li:first-child b{font-size:15px;}
header .head_md ul li span{font-weight:bold; margin-left:5px;} 
header .head_md ul li img{vertical-align:middle; width:20px; height:20px; margin-left:10px; margin-top:-2px;}
header .head_md ul .tel{color:#ffae00;}
header .head_md ul .fax{color:#8982df;}
header .head_md ul .phone{color:#0018ff;}

#gnb.gnd_fixed{    box-shadow: 0px 6px 9px -4px rgba(153, 153, 153, .25);}

.gnb{width:100%; min-width:1400px; height:55px; background-color:#247cff;}
.gnb:after{content:""; clear:both; display:block;}
.gnb h1{float:left; margin:6px 0 0 20px; width: 185px; height:43px; color:#fff; background-color:#247cff; text-align:center; line-height:43px; border-radius:6px; font-weight:normal;}
.gnb h1 a{font-size:24px; color:#fff; font-family: 'yg-jalnan';}
.gnb h1 span{font-size:24px; font-family: 'HakgyoansimBareonbatangB';}
.gnb h1 img{width:110px; margin-top:7px;}
.gnb .gnb_bx{float:left; background-color:#2f2f37;}
.gnb ul:after{content:""; clear:both; display:block;}
.gnb ul{display:table; margin-right: auto; margin-left:auto;}
.gnb ul li{float:left; font-size:18px; display:flex; width:185px; line-height:55px; height:55px; justify-content: center; position:relative; background-color:#247cff;}
.gnb ul li:before{content:''; width:1px; height:18px; background-color:#fff; position: absolute; top:18px; right:0px;}
.gnb ul li:last-child:before{display:none;}
.gnb ul li a{color:#fff;}
.gnb ul li .on{color:#ffff00;}
.gnb ul li a:hover{color:#ffff00;}

.notice{min-width:1400px;  margin:0 auto; padding:0 10px; height:45px; margin-top:10px; margin-bottom:10px; background-color:#f3f3f3;  position: relative; border-radius:10px; margin:13px 20px;}
.notice #lista2 .als-item {width:100%; height:45px; line-height:45px; text-align:center;}
.notice .als-item p{font-size:16px; color:#6f6f6f; overflow:hidden;}
.notice .als-viewport {position: relative; overflow: hidden; margin: 0px auto;}
.notice .als-wrapper {position: relative; list-style: none;}
.notice .als-item {position: relative; display: block; cursor: pointer; float: left;}

.main{width:100%; min-width:1900px; margin: 0 auto; overflow: hidden; max-width:1900px; margin-top:180px;}
.main:after{content:""; clear:both; display:block;}
.main .inform{float:left; width:10%; margin-left:15px; margin-right:20px; overflow:hidden;}

/* 인포 상단 */
.main .inform .inform_my{border:1px solid #edeef0; border-radius:10px; padding:15px 10px;}
.main .inform .inform_my h3{font-size:15px; color:#999696; font-weight:normal; margin-bottom:5px;}
.main .inform .inform_my h2{font-size:18px; padding-bottom:12px; /* border-bottom:1px solid #edeef0; */}
.main .inform .inform_my .this_month{padding:12px 0 0 0; /* border-bottom:1px dotted #edeef0; */}
.main .inform .inform_my .this_month ul:after{content:""; clear:both; display:block;}
.main .inform .inform_my .this_month ul{}
.main .inform .inform_my .this_month ul li{float:right; font-size:13px; padding:3px 8px; width:48%; text-align:center; box-sizing:border-box;}
.main .inform .inform_my .this_month ul li:nth-child(1){background-color:#000; border:1px solid #000; border-radius:3px; margin-left:0px; float:right;}
.main .inform .inform_my .this_month ul li a{display:block; color:#fff;}
.main .inform .inform_my .this_month ul li:nth-child(2){border:1px solid #ddd; border-radius:3px; float:left; margin-right:3px;}
.main .inform .inform_my .this_month ul li:nth-child(2) a{color:#333;}

.main .inform .inform_my .calc{font-size:17px; vertical-align:middle;}
.main .inform .inform_my .sum{text-align:right; margin-bottom:8px; font-weight:bold; font-size:20px;}
.main .inform .inform_my .sum span{font-weight:normal; font-size:14px;}
.main .inform .inform_my .sum b{font-size:16px; font-weight:Normal;float:left; margin-top:3px;}
.main .inform .inform_my .last_month{padding:15px 0; border-bottom:1px solid #edeef0;}
.main .inform .inform_my .confir{font-size:15px;}
.main .inform .inform_my .confir .fir_not{padding:10px 0;}
.main .inform .inform_my .confir span{float:right; font-size:13px; padding:2px 12px; background-color:#edeef0; border-radius:10px;}
.main .inform .inform_my .confir span a{display:block; color:#757575;}
.main .inform .inform_my .confir span:hover{background-color:#ddd;}
.main .inform .inform_my .if_logn{border-bottom:1px solid #edeef0; padding-bottom:12px;}
.main .inform .inform_my .if_logn:after{content:""; clear:both; display:block;}
.main .inform .inform_my .if_logn p{float:left; font-size:13px; border-radius:3px; width:48%; text-align:center; height:23px; line-height:23px; box-sizing:border-box;}
.main .inform .inform_my .if_logn p a{display:block;}
.main .inform .inform_my .if_logn .if_core{background-color:#ebebeb; margin-right:6px;}
.main .inform .inform_my .if_logn .if_core a{color:#6e6666;}
.main .inform .inform_my .if_logn .if_out{background-color:#808084; float:right;}
.main .inform .inform_my .if_logn .if_out a{color:#fff;}
.main .inform .inform_my .if_sele{margin:10px 0;}
.main .inform .inform_my .if_sele ul:after{content:""; clear:both; display:block;}
.main .inform .inform_my .if_sele ul li{float:left; margin-right:3px; text-align:center;}
.main .inform .inform_my .if_sele ul li:last-child{margin-right:0px;}
.main .inform .inform_my .if_sele .btn111{width:31px; padding:2px 0; border:1px solid #ddd; background-color:#fff; border-radius:3px; cursor:pointer; font-size:13px;}
.main .inform .inform_my .if_sele .btn111.active{background-color:#247cff; color:#fff;}
.main .inform .inform_my .if_admin{border:1px solid #ddd; margin-left:7px;}


/* 인포 하단 */
.main .inform > ul{border:1px solid #edeef0; margin-top: 20px;}
.main .inform .menu p{cursor:pointer; height:40px; line-height:40px; font-size:15px; padding-left:15px; font-weight:bold; position:relative; border-bottom:1px solid #edeef0;}
.main .inform .menu p img{margin-left:40px; position:absolute; top:16px; right:15px; }
.main .inform .menu .menu_sub{background-color:#fafafa; padding:10px 15px;}
.main .inform .menu .menu_sub .hide{display:none;}
.main .inform .menu .menu_sub li{font-size:14px; margin-bottom:13px; cursor:pointer;}  
.main .inform .menu .menu_sub li:last-child{margin-bottom:0px;}
.main .inform .menu .menu_sub li a{color:#757575;}
.main .inform .menu .menu_sub li a:hover{color:#333;}





.main .content{position:relative; overflow:hidden; margin-right:20px; float:left; width:73%;}
.main .content .container:after{content:""; clear:both; display:block; }

/* 공지사항 */
.main .content .container .ann_notice{float:left; width:60%; border:1px solid #edeef0; padding:20px 20px 20px 20px; border-radius:10px; position:relative;}
.main .content .container .ann_notice dt{font-size:17px; font-weight:bold; padding-bottom:12px; border-bottom:1px solid #edeef0;}
.main .content .container .ann_notice dt img{margin-left:8px; vertical-align:top;}
.main .content .container .ann_notice dd{padding:12px 0 0 0; color:#6f6f6f; font-size:17px;}
.main .content .container .ann_notice dd span{float:right; font-size:15px; vertical-align:middle; color:#aeaeae;}
.main .content .container .ann_notice dd a{color:#3a3939; font-size:16px;}
.main .content .container .ann_notice dd a:hover{color:#000;}
.main .content .container .ann_notice p{position:absolute; top:22px; right:20px; font-size:15px;}
.main .content .container .ann_notice p a{color:#766767;}
.main .content .container .ann_notice p a:hover{color:#1c1818;}

/* 회원 게시판 */
.main .content .container .memb_notice{float:right; width:39%; border:1px solid #edeef0; padding:20px 20px 20px 20px; border-radius:10px; position:relative; height:170px;}
.main .content .container .memb_notice dt{font-size:17px; font-weight:bold; padding-bottom:12px; border-bottom:1px solid #edeef0; }
.main .content .container .memb_notice dt img{margin-left:8px; vertical-align:top;}
.main .content .container .memb_notice dd{padding: 7px 0 0 0; color:#6f6f6f; font-size:15px;}
.main .content .container .memb_notice dd:after{content:""; clear:both; display:block;}
.main .content .container .memb_notice dd p{float:left; width:330px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.main .content .container .memb_notice dd span{float:right; font-size:15px; vertical-align:middle; color:#aeaeae;}
.main .content .container .memb_notice dd a{color:#3a3939;}
.main .content .container .memb_notice dd a:hover{color:#000;}
.main .content .container .memb_notice .more{position:absolute; top:22px; right:20px; font-size:15px;}
.main .content .container .memb_notice .more a{color:#766767;}
.main .content .container .memb_notice .more a:hover{color:#1c1818;}

.title{margin-top:20px;}
.list_bx{margin-left:10px; padding:3px 15px; background-color:#edeef0; border-radius:5px;} 
.list_bx a{font-size:14px;}
.list_bx:hover{background-color:#f0f0f0;}


/* 이벤트 광고 */
.main .event{overflow:hidden; width:13%; background-color:gray; float:right; height:100%; text-align:center; margin-right:20px; color:#fff;}



/* 푸터 */
footer{width:100%; height:1px; background-color:#ddd; margin:70px 0 0 0; min-width:1400px;}
footer .foot{margin-left:20px; padding:40px 0;}
footer .foot ul:after{content:""; clear:both; display:block;}
footer .foot ul li{float:left;}
footer .foot ul li:first-child{margin-top:13px; margin-right:50px;}
footer .foot ul li h2{font-family: 'yg-jalnan'; font-size:28px;}
footer .foot ul li:last-child{line-height:24px;}
footer .foot ul li:last-child span{margin-right:20px; font-size:14px; color:#4a4a4a;}
footer .foot ul li:last-child p{font-size:14px; color:#4a4a4a;}


/* 수주 리스트 */
.sujutit{border:1px solid #edeef0; padding:10px 15px; border-radius:10px; margin-bottom:10px;}
.sujutit:after{content:""; clear:both; display:block;}
.sujutit h3{float:left;}
.sujutit .monthbx{float:right;}
.sujutit .monthbx select{height:25px;}
.sujutit button{background-color:#f8f7f7; border:1px solid #edeef0; padding:2px 6px; border-radius:3px; cursor:pointer;}    
.sujutit button:hover{background-color:#e4e3e3;}
.sujutit select{border:1px solid #edeef0; border-radius:3px;}

.tbl_frm01{width:100%;}
.suju_tb td select{height:25px; border:1px solid #d3d3d3; border-radius:3px; font-size:14px;}
.suju_tb td .frm_input{height:25px; border:1px solid #d3d3d3; border-radius:3px; margin-left:5px; font-size:14px; width:250px;}

.tbl_frm01 th,
.tbl_frm01 td {padding:8px 14px; text-align:left; vertical-align:middle; }
.btn_group{position: static; margin: 0; padding:0;}


.sel_but{background-color:#333; border:none; padding:0 12px; border-radius:3px; cursor:pointer; color:#fff; font-size:13px; height:25px; line-height:25px; vertical-align:middle; margin-top:-2px;} 
/* .sel_but:hover{background-color:#e4e3e3;} */



input[type="date"] {
	position:relative;
	width:130px;
	height:25px;
	padding-right:42px;
	background:url(img/calendar.png) no-repeat right 10px center / 16px auto;
	border:1px solid #d3d3d3;
	border-radius:3px;
	vertical-align:top;
	padding-left:5px;
}
input[type="date"]::-webkit-clear-button,
input[type="date"]::-webkit-inner-spin-button{display:none;}
input[type="date"]::-webkit-calendar-picker-indicator{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:transparent;
	color:transparent;
	cursor:pointer;
}

input[type="date"]::before{
	content: attr(data-placeholder);
	width:100%;
}
input[type="date"]:valid:before{display:none;}
input[type="date-placeholder"]::before{color:#bababa; font-size:14px; border:1px solid #000;}

.btn_group .btn_small{border:1px solid #d3d3d3; background-color:#fff; height:25px; padding:0 8px; cursor:pointer; }
input[type="button" i] {padding-inline:0px; padding-block: 0px;}

.btn_radio label{margin-right:10px; font-size:15px; vertical-align:middle;}
.btn_radio label input{width:14px; height:14px; vertical-align:middle; margin-top:-2px;}


@media print {
  header, footer , .inform , .gnb , .notice , .sujutit , #sujupage , .tbl_frm01 { display:none }
	* {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
    }
}

.print{padding:3px 10px; background-color:#eeeeee; border-radius:5px; font-size:15px; margin-left:5px;}
.print span{vertical-align:middle; margin-right:4px;}
.print span img{width:16px; height:15px;}
.print:hover{background-color:#e3eefb;}

.file{padding:3px 10px; background-color:#fff; border-radius:5px; font-size:15px; margin-left:3px; border:1px solid #ebebeb;}
.file span{vertical-align:middle; margin-right:4px;}
.file span img{width:15px;}
.sujudel{background-color:#e1e1e1; border:none;}
.btn_confirm{margin-top:30px; text-align:center;}
.btn_confirm .btn_search{width:80px; height:30px; background-color:#3a96fd; border:none; font-size:16px; margin-right:10px; color:#fff; border-radius:5px; cursor:pointer;}
.btn_confirm .btn_reset{width:80px; height:30px; background-color:#fff; border:1px solid #b8b8b8; font-size:16px; color:#a4a4a4; border-radius:5px; cursor:pointer;}
.btn_confirm .btn_search:hover{background-color:#2084f3;}
.btn_confirm .btn_reset:hover{background-color:#f8f8f8;}



/*===========*/
.select_bx{height:30px; border:1px solid #d9dadc; border-radius:5px; padding:0 10px;}
.data-plac::before {
  content: attr(data-placeholder);
  width: 100%;
}

.data-plac:focus::before,
.data-plac:valid::before {
  display: none;
}

.sujugoods{}
.sujugoods span{height:45px; line-height:45px; border-right:1px solid #edeef0; padding-left:12px; font-size:15px;}
.sujugoods .gar_tit{display:inline-block; width:28%; border-right:1px solid #edeef0;}


.sujugoods ul:after{content:""; clear:both; display:block;}
.sujugoods ul li{float:left; }
.sujugoods ul .sujugarden{width:28%;}
.sujugoods ul .sujugarden h4{height:45px; line-height:45px; border-bottom:1px solid #edeef0; border-right:1px solid #edeef0; padding-left:12px; font-size:15px;}

.sujugoods ul .sujugarden dl:after{content:""; clear:both; display:block;}
.sujugoods ul .sujugarden dl dt{float:left; }
.sujugoods ul .sujugarden dl dt a{color:#0066ff;}
.sujugoods ul .sujugarden dl dd{float:right; font-size:14px; padding:2px 12px; background-color:#aeaeff; border-radius:5px;}
.sujugoods ul .sujugarden dl dd a{color:#fff;}
.sujugoods ul .sujugarden dl{padding:10px 14px; border-right:1px solid #edeef0; border-bottom:1px solid #edeef0;}
.sujugoods ul .sujugarden dl:first-child{border-top:1px solid #edeef0;}
.sujugoods ul .sujugarden dl:last-child{border-bottom:0px;}


.sujugoods ul .sujuprice{width:72%;}
.sujugoods ul .sujuprice h4{height:45px; line-height:45px; border-bottom:1px solid #edeef0; padding-left:12px;}
.sujugoods ul .sujuprice dl{height:41px; padding:0 14px; border-bottom:1px solid #edeef0;}
.sujugoods ul .sujuprice dl input{margin-right:5px; vertical-align:middle; }
.sujugoods ul .sujuprice dl span{margin-right:20px; vertical-align:middle; }
.sujugoods ul .sujuprice dl:first-child{border-top:1px solid #edeef0;}
.sujugoods ul .sujuprice dl:last-child{border-bottom:0px;}

.sujugoods .line{background-color:#edeef0; width:100%; height:1px;}

/* 체크 클릭 시 팝업 */
.normal_type{margin:15px; padding:20px; border:1px solid #edeef0; background-color:#fdfdfd; border-radius:10px;}
.normal_type h3{font-size:17px;}
.normal_type h3 span{font-size:16px; font-weight:normal; margin-left:10px;}
.normal_type .condolence{margin-top:20px;}
.normal_type .condolence ul{padding:13px 0; border-top:1px solid #edeef0;}
.normal_type .condolence ul .cond1{float:left; width:88px;}
.normal_type .condolence ul .cond1 h2{font-size:16px; margin-bottom:4px;}
.normal_type .condolence ul .cond1 span{font-size:13px; padding:2px 5px; border-radius:3px;}
.normal_type .condolence ul .cond1 span a{color:#fff;}
.normal_type .condolence ul .cond1 .find{background-color:#0072ff;}
.normal_type .condolence ul .cond1 .registration{background-color:#d9a109;}
.normal_type .condolence ul .cond2{float:left; width:717px;}
.normal_type .condolence ul .cond2 tr{margin-bottom:10px;}
.normal_type .condolence ul .cond2 tr td{padding:3px;}
.normal_type .condolence ul .cond2 tr td a{padding:2px 8px; border-radius:30px; font-size:14px; background-color:#f4f4f4;}
.normal_type .condolence ul .cond2 .ritit1{color:#919191; font-size:14px; margin-top:5px;}
.normal_type .condolence ul .cond2 .ritit2{color:#ff0000; font-size:14px; margin-top:2px;}

.normal_type .add_delete{text-align:right; margin-top:10px; margin-bottom:8px;}
.normal_type .add_delete a{color:#fff;}
.normal_type .add_delete .add_flus{padding:2px 8px; border-radius:3px; background-color:#d9a109; font-size:14px; margin-right:5px;}
.normal_type .add_delete .add_flus img{margin-right:3px;}
.normal_type .add_delete .add_del{padding:2px 8px; border-radius:3px; background-color:#ff0000; font-size:14px;}
.normal_type .add_delete .add_del img{margin-right:3px;}
.normal_type #ribon{padding-left:5px; margin-left:3px; height:30px; border:1px solid #edeef0; border-radius:5px;}

.normal_type .condolence ul .cond3{float:left; width:88px;}
.normal_type .condolence ul .cond3 h2{font-size:16px; margin-bottom:4px;}
.normal_type .condolence ul .cond3 span{font-size:13px; padding:2px 5px; border-radius:3px;}
.normal_type .condolence ul .cond3 span a{color:#fff;}
.normal_type .condolence ul .cond3 .find{background-color:#0072ff;}
.normal_type .condolence ul .cond3 .registration{background-color:#d9a109;}
.normal_type .condolence ul .cond4{float:left; width:717px;}
.normal_type .condolence ul .cond4 span{margin-left:5px;}
.normal_type .condolence ul .cond4 tr{margin-bottom:10px;}
.normal_type .condolence ul .cond4 tr td{padding:3px; display:inline-block;}
.normal_type .condolence ul .cond4 tr td a{padding:2px 8px; border-radius:30px; font-size:14px; background-color:#f4f4f4;}
.normal_type .condolence ul .cond4 .ritit1{color:#919191; font-size:14px; margin-top:5px;}
.normal_type .condolence ul .cond4 .ritit2{color:#ff0000; font-size:14px; margin-top:2px;}
.normal_type .condolence ul .cond4 .amo_sub{line-height:35px; margin-left:0px;}

.normal_type .condolence ul:last-child{padding:13px 0 0 0;}
.normal_type .condolence ul:first-child{border-top:0px;}

.cond_text{height:30px; border:1px solid #edeef0; border-radius:5px; width:100px; padding-left:10px; vertical-align:top;}

.opt_goods input{vertical-align:middle;}
.opt_goods span{vertical-align:middle;}

.addprice{height:30px; border:1px solid #d9dadc; border-radius:5px; width:130px; text-align:right; padding:0 10px;} 
.addsubtxt{margin-left:15px; color:#ff0303; font-size:14px; font-weight:normal;}
.totalprice{height:30px; border:1px solid #d9dadc; border-radius:5px; width:130px; text-align:right; padding:0 10px; background-color:#f3f3f3;}   

.file_box{width:100%;}
.file_box .file-name {
    background: #fff;
    width: 40%;
    height: 30px;
    line-height: 30px;
    text-indent: 5px;
    border: 1px solid #d9dadc;
    border-radius: 5px;
	vertical-align:middle;
}
.file_box .file-label {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 2px;
    font-size: 13px;
    background-color: #6094fd;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin-left: 5px;
	vertical-align:middle;
	cursor:pointer;
}
.file_box [type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0 none;
}

.file_box .file-label:hover{background-color:#3e73e0;}




.checklist ul{}
.checklist ul li{padding:0 12px; height:45px; line-height:45px; border-bottom:1px solid #edeef0;}
.checklist ul li:last-child{border-bottom:0px;}
.checklist ul li .reception{display:inline-block; width:200px; margin-left:5px; height:30px; border:1px solid #d9dadc; border-radius:5px; padding-left:10px;}

.order_bot{margin-top:50px;}
.order_bot ul:after{content:""; clear:both; display:block;}
.order_bot ul{display:table; margin-left:auto; margin-right:auto;}
.order_bot ul li{float:left; width:140px; height:40px; text-align:center; line-height:40px; border-radius:5px;}
.order_bot ul li a{display:block; color:#fff; font-size:15px;}
.order_bot ul li:first-child{margin-right:20px; }
.order_bot ul .order_1{background-color: #0048ff;}
.order_bot ul .order_1:hover{background-color:#3d72f6;}
.order_bot ul .order_2{background-color: #dfa73a;}
.order_bot ul .order_2:hover{background-color:#eebd5d;}

.bonbutit{border-bottom:1px solid #333; padding:10px 0; margin-bottom:10px;}
.bonbutit:after{content:""; clear:both; display:block;}
.bonbutit h3{float:left;}
.inp_mark{text-align:right; font-size:15px; margin-bottom:3px;}

/* 팝업 */
.popup_vi{}
.popup_vi .pop_info:after{content:""; clear:both; display:block;}
.popup_vi .pop_info{padding:0 20px; height:45px; line-height:45px; background-color:#90a5ff; color:#fff;}
.popup_vi .pop_info h2{float:left; font-size:18px;}
.popup_vi .pop_info p{float:right; font-size:15px;}

.order_info{margin:20px 15px;}
.order_info ul:after{content:""; clear:both; display:block;}
.order_info ul li{float:left; text-align:left; height:45px; line-height:45px; padding-left:20px;}
.order_info ul .ord_in1{width:20%; background-color:#f6f6f6;}
.order_info ul .ord_in2{width:25%; color:#0030ff;}
.order_info ul .ord_in3{width:35%; color:#0030ff;}
.order_info ul .ord_in4{width:80%;}
.order_info ul .ord_in4 span{margin-right:20px;}

.goods_info{margin:20px 15px;}
.goods_info h2{background-color:#c5f2ff; padding-left:20px; height:45px; line-height:45px; font-size:18px; border-bottom:1px solid #edeef0;}
.goods_info ul:after{content:""; clear:both; display:block;}
.goods_info ul li{float:left; height:45px; padding-left:20px; line-height:45px;}
.goods_info ul .gds_in1{width:20%; background-color:#f6f6f6;}
.goods_info ul .gds_in2{width:25%;}
.goods_info ul .gds_in3 .gds_text{width:80px; height:30px; border:1px solid #edeef0; border-radius:5px; padding-left:10px;}
.goods_info ul .gds_in3 .gds_sub{margin-left:5px;}
.goods_info ul .gds_in4{width:80%;}


.file_box2{width:100%;}
.file_box2 .file-name {
    background: #fff;
    width: 60%;
    height: 30px;
    line-height: 30px;
    text-indent: 5px;
    border: 1px solid #d9dadc;
    border-radius: 5px;
	vertical-align:middle;
}
.file_box2 .file-label {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 2px;
    font-size: 13px;
    background-color: #6094fd;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin-left: 5px;
	vertical-align:middle;
	cursor:pointer;
}
.file_box2 [type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0 none;
}

.goods_info ul .gds_in4 .detail_txt{width:567px; height:30px; border:1px solid #d9dadc; border-radius:5px; padding-left:10px;}
.goods_info ul .gds_in4 .deta-sub {border: none;}
.goods_info ul .gds_in4 .deta-sub button{margin-left:5px; width:70px; height:30px; border:none; background-color:#fff; background-color:#8888f9; border-radius:5px; color:#fff;}

.goods_info .gd_ifbx{}
.goods_info .gd_ifbx:after{content:""; clear:both; display:block;}
.goods_info .gd_ifbx .gdifle{float:left; width:82%;}
.goods_info .gd_ifbx .gdifri{float:right; width:18%; text-align:center; margin-top:3px;}
.goods_info .gd_ifbx .gdifri img{}
.goods_info ul .gds170{width:24.3%;}
.goods_info ul .gds150{width:75%;}





.delivery_info{margin:20px 15px;}
.delivery_info h2{background-color:#c5f2ff; padding-left:20px; height:45px; line-height:45px; font-size:18px; border-bottom:1px solid #edeef0;}
.delivery_info ul:after{content:""; clear:both; display:block;}
.delivery_info ul li{float:left; height:45px; padding-left:20px; line-height:45px;}
.delivery_info ul .del_in1{width:20%; background-color:#f6f6f6;}
.delivery_info ul .del_in2{width:25%;}
.delivery_info ul .del_in3 .gds_text{width:80px; height:30px; border:1px solid #edeef0; border-radius:5px; padding-left:10px;}
.delivery_info ul .del_in3 .gds_sub{margin-left:5px;}
.delivery_info ul .del_in4{width:80%; padding-right:20px;}
.delivery_info ul .del_hei{height:auto;}
.delivery_info ul .del_hei a{color:#fff;}
.delivery_info ul .del_hei .consi{padding:3px 12px; font-size:14px; background-color:#ff0000; border-radius:5px; margin-right:5px; vertical-align:middle;}
.delivery_info ul .del_hei .priva{padding:3px 12px; font-size:14px; background-color:#000; border-radius:5px; }
.delivery_info ul .del_hei .conplus{padding:3px 12px; font-size:14px; background-color:#4600ff; border-radius:5px; margin-right:5px;}


.ordrec_info{margin: 20px 15px;}
.ordrec_info h2{background-color:#c5f2ff; padding-left:20px; height:45px; line-height:45px; font-size:18px; border-bottom:1px solid #edeef0;}
.ordrec_info ul:after{content:""; clear:both; display:block;}
.ordrec_info ul li{float:left; height:45px; padding-left:20px; line-height:45px;}
.ordrec_info ul .del_in1{width:20%; background-color:#f6f6f6;}
.ordrec_info ul .del_in2{width:25%;}
.ordrec_info ul .del_in3 .gds_text{width:80px; height:30px; border:1px solid #edeef0; border-radius:5px; padding-left:10px;}
.ordrec_info ul .del_in3 .gds_sub{margin-left:5px;}
.ordrec_info ul .del_in4{width:80%;}

.request_info{margin: 20px 15px;}
.request_info h2{background-color:#c5f2ff; padding-left:20px; height:45px; line-height:45px; font-size:18px; border-bottom:1px solid #edeef0;}
.request_info ul:after{content:""; clear:both; display:block;}
.request_info ul li{float:left; height:80px; padding-left:20px; line-height:80px;}
.request_info ul .req_in1{width:20%; background-color:#f6f6f6;}
.request_info ul .req_in2{width:25%;}
.request_info ul .req_in3 .gds_text{width:80px; height:30px; border:1px solid #edeef0; border-radius:5px; padding-left:10px;}
.request_info ul .req_in3 .gds_sub{margin-left:5px;}
.request_info ul .req_in4{width:80%;}

.info_but{padding-bottom:15px;}
.info_but ul:after{content:""; clear:both; display:block;}
.info_but ul{display:table; margin-left: auto; margin-right: auto;}
.info_but ul li{float:left; margin-right:15px; padding:7px 15px; border-radius:5px;}
.info_but ul li:last-child{margin-right:0px;}
.info_but ul li a{color:#fff; display:block;}
.info_but ul .info_take{background-color:#ffa800;}
.info_but ul .info_take:hover{background-color:#f9b32a;}
.info_but ul .info_print{background-color:#4e88ff;}
.info_but ul .info_print:hover{background-color:#78a1f6;}
.info_but ul .info_close{background-color:#fff; border:1px solid #dbdbdb;}
.info_but ul .info_close a{color:#000;}
.info_but ul .info_close:hover{background-color:#f6f6f6;}


/* 발주3 */
.baljubx{padding:20px; margin-top:20px; text-align:center; border-radius:10px; background-color:#e0f2f9; border:1px solid #edeef0;} 
.baljubx .deli_tit{margin-left:25px;}



.suju_container h2{font-size:18px; margin-bottom:10px; }
.suju_container .photo_bx{}
.suju_container .photo_bx a{color:#fff; font-size:14px; padding:3px 13px; background-color:#6c9dff; border-radius:3px; cursor:pointer;}
.suju_container .photo_bx .camera2{vertical-align:middle; margin-right:5px; width:16px; height:12px;}

.gd_inf{margin-top:30px; width:100%;}
.gd_inf .inf_tit{margin-bottom:10px; font-size:17px;}
.iptnt_tit{font-size:13px; margin-left:10px; color:#ff0000;}

.head1{font-size:13px; display:inline-block; text-align:center; width:80px; height:28px; line-height:30px; border-radius:3px; margin-right:5px; background-color:#f6eaea;}
.head2{font-size:13px; display:inline-block; text-align:center; width:80px; height:28px; line-height:30px; border-radius:3px; margin-right:5px; background-color:#ddd;}

#c1{margin-left:10px;}
.calcbx1{padding:3px 8px; background-color:#ede9e9; color:#000; border:none; border-radius:3px; margin-right:1px; cursor:pointer; font-weight:normal;}

.op_check{border-top:1px solid #edeef0; padding:10px 0;}
.op_check input{vertical-align:middle;}
.op_check label{vertical-align:middle; margin-left:5px; margin-right:10px; cursor:pointer; font-size:14px;}





.ord_bx1{width:100%; min-width:1700px;}
.ord_bx1 ul:after{content:""; clear:both; display:block;}
.ord_bx1 ul{border-top:1px solid #edeef0;}
.ord_bx1 ul li{float:left; width:30%;}
.ord_bx1 ul li:after{content:""; clear:both; display:block;} 
.ord_bx1 ul li .ord1_tit1{width:168px; float:left; font-size:15px; height:45px; line-height:45px; padding-left:12px; background-color:#f6f6f6; border-right:1px solid #edeef0;}  
.ord_bx1 ul li .ord1_tit2{padding-left:12px; float:left; font-size:15px; height:45px; line-height:45px;}

.ofoffdis td{border:1px solid #000; width:210px;}

.ord_bx2 ul:after{content:""; clear:both; display:block;}
.ord_bx2 ul{border-top:1px solid #edeef0;}
.ord_bx2 ul li{float:left;}
.ord_bx2 ul li:after{content:""; clear:both; display:block;} 
.ord_bx2 ul li .ord1_tit1{width:168px; float:left; font-size:15px; height:45px; line-height:45px; padding-left:12px; background-color:#f6f6f6; border-right:1px solid #edeef0;}  
.ord_bx2 ul li .ord1_tit2{padding-left:12px; float:right; }

.ncesbx:after{content:""; clear:both; display:block;}
.ncesbx{float:left; padding:10px 10px;}
.ncesbx .nceri{}
.ncesbx .nceri tr td a{padding:2px 8px; border-radius:30px; font-size:14px; background-color:#f4f4f4;}

.congrat{margin-top:10px;}
.congrat span{font-size:15px; margin-right:5px;}
.congrat #ribon {
    padding-left: 5px;
    margin-left: 3px;
    height: 30px;
    border: 1px solid #edeef0;
    border-radius: 5px;
	width:500px;
} 

.congrat .cong_sch {margin-left:5px; font-size:14px; padding:3px 8px; border-radius:3px; background-color:#717374;}
.congrat .cong_sch a{color:#fff;}

.congrat #ribon2 {
    padding-left: 5px;
    margin-left: 3px;
    height: 30px;
    border: 1px solid #edeef0;
    border-radius: 5px;
	width:500px;
} 


/*============= 정산 내역 ===================*/
.latetit{border:1px solid #edeef0; padding:10px 15px; border-radius:10px; margin-bottom:10px;}
.latetit:after{content:""; clear:both; display:block;}
.latetit h3{float:left;}
.latetit h3 span{font-weight:normal; font-size:16px; margin-left:15px;}

.latebx{border:1px solid #edeef0;}
.latebx:after{content:""; clear:both; display:block;}
.latebx .lacalc{float:left; width:60%}
.latebx .lacab{float:left; width:100%}
.latebx .lacalc ul:after{content:"";clear:both; display:block;}
.latebx .lacalc ul{border-bottom:1px solid #edeef0;}
.latebx .lacalc ul li{float:left;}
.latebx .lacalc ul .lac_tit{width:120px; text-align:center; line-height:45px; border-right:1px solid #edeef0; border-bottom:1px solid #edeef0; background-color:#f3fbff;}
.latebx .lacalc ul .lac_tit2{line-height:45px; padding-left:20px;  width:514px; }
.latebx .lacalc ul .lac_tit2 span{margin-left:10px; color:#000; font-size:14px; font-weight:normal;}
.latebx .lacalc ul:last-child{border-bottom:0px;}

.laacc{float:right; width:40%; height:189px; padding:40px 45px; background-color:#f3fbff; border-left:1px solid #edeef0;}
.laacc h4{font-size:18px; font-weight:normal; margin-bottom:15px; }
.laacc h2{color:#002aff; margin-bottom:10px;}
.laacc p{font-size:15px;}

.calc_req{text-align:center;}
.calc_req a{display:inline-block; width:150px; height:38px; margin: 10px 0; border-radius:10px; line-height:38px; background-color:#006aff; color:#fff;}
.calc_req a:hover{background-color:#0050c1;}


.latelist{margin-top:35px;}
.tbList {
    clear: both;
    border-collapse: collapse;
    width: 100%;}

.tbList th:first-child {
    border-left: 0;
}

.tbList th {
    padding: 7px 5px;
    font-weight: bold;
    background-color: #fafafa;
    text-align: center;
    border-top: 2px solid #c6c6c6;
    border-bottom: 1px solid #edeef0;
    border-left: 1px solid #edeef0;
	font-size:14px;
}

.tbList td {
    padding: 10px 5px;
    border-bottom: 1px solid #edeef0;
    border-left: 1px solid #edeef0;
    text-align: center;
	font-size:14px;
}

.tbList td:first-child{border-left:0;}

.tbList td  .textorder{color:#006aff;}
.tbList td  .textorder2{color:#ff9000;}

.tbList .txtpri{text-align:right; padding-right:5px;}

.latechk{display:inline-block; width: 45px; height:28px; line-height:30px; text-align:center; background-color:#f4f4f4; color:#333; border-radius:3px; margin-left:3px; font-size:15px;}


/*=========== 계산서 발행 내역 ===============*/
.billtit{border:1px solid #edeef0; padding:10px 15px; border-radius:10px; margin-bottom:10px;}
.billtit:after{content:""; clear:both; display:block;}
.billtit h3{float:left;}
.billtit h3 span{font-weight:normal; font-size:16px; margin-left:15px;}

.tem_menu{margin-top:20px;}
.tem_menu .area__wrap:after{content:""; clear:both; display:block;}
.tem_menu .area__wrap a{float:left;}
.tem_menu .area__wrap .area__select{ border-radius:5px; margin-right:10px; width:90px; height:28px; line-height:28px; text-align:center; background-color:#f9f9f9; color:#7a7a7a; cursor:pointer; font-size:15px;}
.tem_menu .area__wrap .click {background-color:#eee; font-weight: bold; color:#000;}

.billist{margin-top:15px;}
.bList {
    clear: both;
    border-collapse: collapse;
    width: 100%;}

.bList th:first-child {
    border-left: 0;
}

.bList th {
    padding: 10px 5px;
    font-weight: bold;
    background-color: #fafafa;
    text-align: center;
    border-top: 2px solid #c6c6c6;
    border-bottom: 1px solid #edeef0;
    border-left: 1px solid #edeef0;
	font-size:14px;
}

.bList td {
    padding: 14px 5px;
    border-bottom: 1px solid #edeef0;
    border-left: 1px solid #edeef0;
    text-align: center;
	font-size:14px;
}
.bList td:first-child{border-left:0px;}

.bList .bmony{text-align:right; padding-right:7px;}
.bList .taxsee a{padding:4px 5px; background-color:#edf3ff; font-size:13px; border-radius:3px;}
.bList .bcomp{color:#f55353; font-size:14px;}
.bList .bpur{color:#0054ff;}
.bList .bsee a{padding:4px 5px; background-color:#edeef0; font-size:13px; border-radius:3px;}
.bList .bsales{color:#ff0000;}
.bprint {text-align:right; margin-top:20px;}
.bprint a{padding:5px 15px; background-color:#4e88ff; color:#fff; font-size:15px; border-radius:5px;}

.bbshed{border:1px solid #edeef0; padding:10px 15px; border-radius:10px; margin-bottom:10px;}
.bbshed:after{content:""; clear:both; display:block;}
.bbshed h3{float:left;}
.bbshed h3 span{font-weight:normal; font-size:16px; margin-left:15px;}


.bbslist{margin-top:15px;}
.bsList {
    clear: both;
    border-collapse: collapse;
    width: 100%;}

.bsList th:first-child {
    border-left: 0;
}

.bsList th {
    padding: 10px 5px;
    font-weight: bold;
    background-color: #fff;
    text-align: center;
    border-top: 2px solid #c6c6c6;
    border-bottom: 1px solid #edeef0;
	font-size:14px;
	color:#4c4f51;
}

.bsList td {
    padding: 14px 5px;
    border-bottom: 1px solid #edeef0;
    text-align: center;
	font-size:15px;
	color:#2a3135;
	cursor:pointer;
}

.bsList tr:hover{background-color:#fdf1f1;}

.bsList .bbs_deta{text-align:left;} 
.bsList .bwei{font-weight:bold;}
.bsList .bbs_crea{color:#747474;}
.bsList .bbs_check{color:#747474;}
.bsList .bbsfica{background-color:#f7f7f7;}

.bbsbx{padding:10px 0;}
.bbsbx:after{content:""; clear:both; display:block;}
.bbsbx h2{float:left; font-size:18px; line-height:30px; }
.bbsbx .bbs_ipt{float:right;}

.bbs_ipt span{display:inline-block; text-align:center;  vertical-align:middle; width:72px; height:30px; line-height:30px; background-color:#6873ff; border-radius:5px;}
.bbs_ipt span a{color:#fff; font-size:15px; display:block;}


.file_box3{display:inline; vertical-align:top; margin-right:5px;}
.file_box3 .file-name {
    background: #fff;
    width: 60%;
    height: 30px;
    line-height: 30px;
    text-indent: 5px;
    border: 1px solid #d9dadc;
    border-radius: 5px;
}
.file_box3 .file-label {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    padding: 0 15px;
    border-radius: 2px;
    font-size: 13px;
    background-color: #4600ff;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin-left: 5px;
	cursor:pointer;
}
.file_box3 [type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0 none;
}


.upload1{display:inline; margin-right:5px;}
.upload1 .file-name{
	background: #fff;
    width: 80px;
    height: 28px;
    line-height: 30px;
    text-indent: 5px;
    border: 1px solid #d9dadc;
    border-radius: 5px;
}
.upload1 .file-label{
	display: inline-block;
    width: 80px;
    height: 28px;
    line-height: 30px;
    border-radius: 3px;
    font-size: 13px;
    background-color: #f6eaea;
    color: #000;
    text-align: center;
    margin-left: 5px;
	cursor:pointer;
}

.upload1 [type="file"]{
	position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0 none;
}



/*========= 로그인 페이지 ================= */
.login_form{width:700px; margin: 0 auto;  padding:100px 100px; border:1px solid #e7e7e7; position:absolute; top:50%; left:50%; overflow:hidden;  transform: translate(-50%, -50%);  background-color:#fff; box-shadow: 0px 2px 10px 0px #e1e1e1;}
.login_form h2{text-align:left; margin-bottom:5px;}
.login_form h3{text-align:left; margin-bottom:10px; font-size:24px;}
.login_form p{margin-bottom:20px; font-size:15px; color:#909090;} 
.login_form input::placeholder{color:#bfbfbf;}
.text-field{border-radius:5px; padding:10px; width:100%; border:none; border:1px solid #ddd; margin-bottom:10px; height:40px;}
.submit-btn{border:none; border-radius:5px; width:100%; margin-bottom:10px; background-color:#2f2f37 !important; color:#fff; height:40px; cursor:pointer;}
.submit-btn input{width:100%; background-color:#2f2f37 !important; color:#fff; border-radius:5px; cursor:pointer; border:none;}
.links{text-align:center; } 
.links .paslink a{font-size:14px; color:#9b9b9b; text-decoration : underline;}
.joinbx{font-size:14px; margin-bottom:30px;}
.joinbx span{vertical-align:middle;}
.joinbx span input{vertical-align:middle;}
.joinbx span label{vertical-align:middle;}
.joinbx .jonlink{float:right;}


/*========== 회원가입 페이지 =============*/
.SubTitle {
    padding: 20px 0 10px 10px;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}

.tbNew {
    clear: both;
    border-collapse: collapse;
    width: 100%;
}

.tbNew tbody {
    border-top: 2px solid #CCC;
}

.tbNew tr {
    height: 30px;
}

.TxtO{color:#ff0000;}

.tbNew input {height:30px; border:1px solid #d9dadc; background-color:#fff; line-height:30px; border-radius:5px; vertical-align:middle; margin-right:3px; padding-left:10px; font-size:14px;}
.tbNew label{font-size:15px; vertical-align:middle;}
.tbNew th {
    padding: 10px;
    color: #000;
	font-weight:normal;
    background-color: #f6f6f6;
    text-align: left;
    border-bottom: 1px solid #ccc;
	font-size:15px;
	height:50px;
}
.tbNew td {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    text-align: left;
    box-sizing: border-box;
}
.tbNew table td{word-break:break-all;}
.tbNew table{border-collapse:separate; border-spacking:0; width:100%; padding:0px; margin:0px;}

.reg_conta{width:1200px; margin: 0 auto; padding:30px 0; border-bottom:1px solid #ddd;}
.essred{color:#000; vertical-align:middle;}
.viewtit{margin-left:5px; font-size:12px; color:#ff0000; vertical-align:middle;}
.dupbx{border:1px solid #5c5c5c; font-size:12px; padding:4px 8px; border-radius:5px; color:#fff; background-color:#5c5c5c; margin-left:3px;}

.select_bx2{  width:150px;  height: 30px; margin-right:10px;
    border: 1px solid #d9dadc;
    border-radius: 5px;
}

.btnbx{ padding:30px 0; margin-top:20px; text-align:center;}
.btnbx span{display:inline-block; width:120px; height:40px; line-height:40px; font-size:14px; font-weight:bold; border-radius:4px;}
.btnbx span a{display:block;}
.btnbx .btn_del{border:1px solid #ddd; margin-right:10px;}
.btnbx .btn_join{background-color:#0066ff;}
.btnbx .btn_join input{width:100%; height:100%; background-color:#0066ff; border:none; color:#fff; border-radius:4px; font-size:14px; cursor:pointer;}
.btnbx .btn_join a{color:#fff;}

/*========== 회원정보 수정 ============*/
.SubTitle2{ padding: 20px 0 10px 10px;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}





.tbNew2 {
    clear: both;
    border-collapse: collapse;
    width: 100%;
}

.tbNew2 tbody {
    border-top: 1px solid #888;
}

.tbNew2 tr {
    height: 30px;
}

.TxtO{color:#ff0000;}

.tbNew2 input {height:25px; border:1px solid #d9dadc; background-color:#fff; line-height:25px; border-radius:5px; vertical-align:middle; margin-right:3px; padding-left:10px; font-size:14px;}
.tbNew2 label{font-size:15px; vertical-align:middle;}
.tbNew2 th {
    padding: 0 15px !important;
    color: #000;
	font-weight:normal;
    background-color: #f3f3f3;
    text-align: left;
    border-bottom: 1px solid #ccc;
	font-size:15px !important;
	height:40px;
	box-sizing:border-box;
}
.tbNew2 td {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    text-align: left;
    box-sizing: border-box;
}
.tbNew2 table td{word-break:break-all;}
.tbNew2 table{border-collapse:separate; border-spacking:0; width:100%; padding:0px; margin:0px;}

.account1{height:46px; background-color:#f3fbff; line-height:46px; text-align:center;}

.bipub a{padding:3px 8px; border-radius:3px; background-color:#f6f6f6;}

.pt_ch{background-color:#2f2f37; font-size:13px; text-align:center; line-height:20px;  width:60px; height:20px; display:inline-block; margin-left:5px; vertical-align:middle; border-radius:5px;}
.pt_ch a{color:#fff; } 
.pt_ch:hover{background-color:#454547;}



.button:hover,
.button.active {
  background: #7ea338;
  color: white;
}
.button:visited {
  background: #7ea338;
  color: white;
}
.button {
  border: 0;
}

/*========================*/
.point_amot{ } 
.point_amot > p{font-weight:bold;}
.point_amot .pointon{margin-left:20px; color:#0048ff;}
.point_amot .pochk{margin-bottom:10px;}

.pointbx1{ width:180px; height:40px; background-color:#ffefef; border:0px; border-radius:5px; font-size:15px; cursor:pointer;}
.pointbx1:hover{background-color:#dbdbdb;}
.point_bx .select_bx3{width: 180px; height:30px; border:1px solid #d9dadc; border-radius:5px; margin-top:10px; text-align:right; padding-right:10px; font-size:15px;}
.point_bx span{margin-left:5px;}

.tem_menu2{}
.tem_menu2 .area__wrap:after{content:""; clear:both; display:block;}
.tem_menu2 .area__wrap a{float:left;}
.tem_menu2 .area__wrap .area__select{ border-radius:5px; margin-right:10px; width:100px; height:33px; line-height:33px; text-align:center; background-color:#ffefef; color:#333; cursor:pointer; font-size:15px;}
.tem_menu2 .area__wrap .click {background-color:#dbdbdb; font-weight: bold; color:#000;}


.point_amot ul:after{content:""; clear:both; display:block;}
.point_amot ul{border-bottom:1px solid #f3f3f7; }
.point_amot > ul > li{float:left;  padding:20px 0; }
.point_amot ul .pam_l{width:12%;height:60px; background-color:#fff; padding-left:10px; font-weight:bold;}
.point_amot ul .pam_r{margin-left:10px; }

.depname{border:1px solid #000; width:180px; height: 30px; border:1px solid #d9dadc; padding-left:10px; font-size:15px; text-align:left;  border-radius:5px; margin-top:15px; margin-left:10px;}
.namtt1{font-size:14px; color:#ff0000; margin-left:5px;} 


.point_bot{margin-top:20px;}
.point_bot ul:after{content:""; clear:both; display:block;}
.point_bot ul{display:table; margin-left:auto; margin-right:auto;}
.point_bot ul li{float:left; width:160px; height:43px; text-align:center; line-height:43px; border-radius:5px;}
.point_bot ul li a{display:block; color:#fff;}
.point_bot ul li:first-child{margin-right:20px; }
.point_bot ul .order_1{background-color: #fff; border:1px solid #ffefef;}
.point_bot ul .order_1:hover{background-color:#fffcfc;}
.point_bot ul .order_1 a{color:#000;}
.point_bot ul .order_2{background-color: #ff0000;}
.point_bot ul .order_2:hover{background-color:#ff6767;}



/*========================*/
.suju_t1{font-size:17px;}
.balju_t1{font-size:17px;}

.sjtab p{color:#191919; font-size:14px;}
.sjtab th{font-size:14px;}
.sjtab td{font-size:14px;}

.sjtab{background-color:#ddd;}
.sjtab2{background-color:#e4e4e4; border-top:1px solid #cacaca;}
.sjhed{height:58px; background-color:#f8f8f8;}
.bjhed{height:58px; background-color:#f8f8f8;}
/* 타이틀 */
.sjtit{height:60px; font-size:16px; text-align:center;}


.ation2{background-color:#fbfbfb;}
.ation3{background-color:#fff;}





/* 지난날 */
.ation{background-color:#ffeee5;}
/* 오늘 */
.tday{background-color:#f8eaff;}
/*.tday{background: linear-gradient(to right, #E8F0FC, #FEF2F1);}*/

/* 끝난날 */
.end{background-color:#fff;}




.sjtit p{line-height:22px;}
/* 서브 */
.sjnum a{color:#191919;}


.sjname p{cursor:pointer;}

/* 주문번호 */
.sjreser{display:inline-block; padding: 0 10px; height:22px; line-height:22.5px !important; font-size:13px !important; margin: 0 auto; border-radius:5px; background-color:#ff3c3c; color:#fff !important;}
.sjreser2{display:inline-block; padding: 0 10px; height:22px; line-height:22.5px !important; font-size:13px !important; margin: 0 auto; border-radius:5px; background-color:#0034ff; color:#fff !important;}

/* 주문 접수일 , 배송 요구일 */
.sjdate .sjda1{font-weight:normal; font-size:14px;}
.sjdate .sjda2{font-weight:bold;}
.sjdate .sjda2 span{margin-left:5px;}

/* 발주 화원 */
.sjdetail p {}
.sjdetail p span{font-size:16px; font-weight:normal;}
.sjdetail .sj010{font-weight:normal;}

/* 상품명, 상품상세 */
.sjloca .slotit{}

/* 배송지 경조사어, 보내는분 */
.sjwich .swchtit{font-weight:bold;}

/* 원청금액, 발주금액 */
.sjmony{text-align:right !important; padding-right:10px !important;}
.sjmony .sjmtit{font-weight:bold;}

/* 배송현황 인수자 */
.sjlast select{height:23px; text-align:center; border:1px solid #ffe2e2; border-radius:5px; font-size:13px; padding: 0 8px;}
.sjlast p{display:inline-block; padding: 0 12px; height:23px; text-align:center; border-radius:5px; color:#fff; margin: 0 auto; font-size:13px; line-height:23px;}
.sjlast .latit1{ background-color:#4e4e4e;}
.sjlast .latit2{font-size:14px; color:#191919; display:block;}
.sjlast .camra{background-color:#939292; cursor:pointer;}
.sjlast .camra img{margin-right:8px; width:12px; height:9px;}


.tbl_tit{margin-top:50px; margin-bottom:10px;}
.tbl_tit:after{content:''; clear:both; display:block;}
.tbl_tit p{float:left;}
.tbl_tit .tblpr{float:right; padding:5px 10px; background-color:#fff; border:1px solid #f0f1f4; border-radius:5px; font-size:14px;}

.bjhed2{height:50px; background-color:#f3f3f3;}
.sjtit2{height:55px; font-size:16px; text-align:center;}


.sjlast .sjagain{width:80px; height:24px; border-radius:5px; background-color:#ff0000; margin-bottom:5px; line-height:24px; font-size:14px;} 
.sjlast .sjagain a{color:#fff;}
.sjlast .sjcance{background-color:#fff; border:1px solid #ffc7c7; width:80px; height:24px; border-radius:5px; line-height:24px; color:#ee4747; font-size:14px; cursor:pointer;}

.main .inform .menu .menu_sub li .on{color:#000;}

/* 팝업 */
.w20{width:15%;}
.w80{width:85%;}

.pop_container{}
.pop_hed{height:60px; line-height:60px; background-color:#f8f8f8; padding: 0 15px;}
.pop_hed h2{font-size:18px;}

.pop_main{padding: 0 15px; margin-top:30px;}
.pop_table{border-top:1px solid #000; clear: both; border-collapse: collapse; width: 100%;}
.pop_table tr{height:45px; border-bottom:1px solid #ddd;}
.pop_table tr th{text-align:right; padding: 0 13px; font-weight:bold; font-size:14px; background-color:#f8f8f8;}
.pop_table tr td{font-size:14px; padding: 0 13px; text-align:left;}

.pop_img{margin-top:30px; margin-bottom:30px;}
.pop_img ul{display:flex; justify-content:space-between; flex-wrap:wrap; overflow:visible;}
.pop_img ul li{float:left; width:100px; position:relative; text-align:center; margin-right:10px;}
.pop_img ul li p{font-size:14px; margin-bottom:5px;}

.pop_img .pop_dimg{text-align:center; font-size:15px; font-weight:bold;}
.pop_img .pop_dimg p{margin-bottom:5px;}
.pop_img .pop_dimg img{width:100px; height:100px; border-radius:8px;}
.pop_img ul li img{width:100px; border-radius:8px;}

.pop_table2{clear: both; border-collapse: collapse; width: 100%; border-top:1px solid #000;}
.pop_table2 th{height:45px; font-size:14px; background-color:#f8f8f8; font-weight:bold;}
.pop_table2 th:nth-child(1){}
.pop_table2 tr{border-bottom:1px solid #ddd;}
.pop_table2 tr td{padding: 10px 10px;}
.pop_table2 tr .td_rigbr{border-right:1px solid #ddd; background-color:#f9eaea;}

.list_open{cursor:pointer; text-decoration:underline;} 


.deli_bx{margin-top:3px;}
.deli_bx::after{content:""; clear:both; display:block;}
.deli_bx .deli_img{float:left; width:calc(33.33% - 10px); margin-right:15px;}
.deli_bx .deli_img:last-child{margin-right:0px;}
.deli_bx .deli_img span{vertical-align:middle; text-align:left;}
.deli_bx .deli_img label{float:right; margin-top:14px; margin-right:10px;}
.deli_bx .deli_img img{width:220px; height:220px; object-fit:cover; border-radius:6px;}

.sear_it{width:250px;}


/* 로그인 new  */
.lgn_container{width:980px; margin: 0 auto; border:1px solid #e8ecf0; border-radius:10px; position:absolute; top:50%; left:50%; overflow:hidden;  transform: translate(-50%, -50%); background-color:#fff; }
.lgn_fx{display:flex;}
.lgn_info{width:100%; padding:100px 60px;}
.lgn_info h2{text-align:center; font-family: 'yg-jalnan';}
.lgn_info .lgn_fid{margin-top:35px;}
.lgn_info .lgn_chk .checkb{vertical-align:middle; margin-right:5px; border:1px solid #ddd; cursor:pointer;}
.lgn_info .lgn_chk label{font-size:14px; vertical-align:middle; margin-right:10px; cursor:pointer;}
.lgn_info .lgn_btn{margin-top:25px;}
.lgn_info .lgn_btn input{height:44px; font-size:15px; margin-bottom:10px;}
.lgn_info .lgn_btn p{width:100%; height:44px; background-color:#0066ff; text-align:center; line-height:44px; border-radius:5px;}
.lgn_info .lgn_btn p a{color:#fff; font-size:15px; display:block; }


/* 마감 */
.deadline{padding: 10px 20px; background-color:#f6f6f6; margin: 10px 15px 10px 15px; border-radius:6px; border:3px solid #0a00ff;}
.deadline::after{content:""; clear:both; display:block;}
.deadline .flw_ded{float:left;}
.deadline .flw_ded ul::after{content:""; clear:both; display:block;}
.deadline .flw_ded ul li{float:left; margin-right:8px;}
.deadline .flw_ded ul li button{height:26px; line-height:26px; padding: 0 10px; background-color:#fff; border:none; border-radius:3px; cursor:pointer; font-size:14px; vertical-align:middle;}
.deadline.active{background-color:#ff0000;}
/* .deadline.active .flw_ded ul li .btn_bx1{color:#ff0000; font-weight:bold;} */
.deadline .flw_ded ul li .btn111.active{}

/* .deadline .flw_ded ul li .btn111.active{background-color:#000; color:#fff;} */
.btn1.active{background-color:#ff0000 !important; color:#fff;}
.btn2.active{background-color:#ff0000 !important; color:#fff;}

.deadline .flw_ded2{float:left; margin-left:20px; margin-top:2px;}
.deadline .flw_ded2::after{content:""; clear:both; display:block;}
.deadline .flw_ded2 ul::after{content:""; clear:both; display:block;}
.deadline .flw_ded2 ul{vertical-align:middle;}
.deadline .flw_ded2 ul li{float:left; margin-right:12px; }
.deadline .flw_ded2 ul li a{padding: 5px 10px; font-size:14px; background-color:#fff; border-radius:3px; vertical-align:middle;}
.deadline .flw_ded2 ul li a span{margin-left:6px; display:inline-block; padding:2px 5px; background-color:#0a00ff; color:#fff; border-radius:10px; font-size:13px; text-align:center;}

.flw_ded2 span.active{background-color:#ff0000 !important;}

#chk1{position:absolute; width:60px; height:20px; z-index:10; display:inline-block; border:none; opacity: 0; cursor:pointer;}

.swlab{display: block; position: relative; width: 53px; height: 20px; background: #0a00ff; border-radius: 60px; transition: background 0.4s; float:right; margin-top:3.4px; margin-left:6px; color:#fff;}
.swlab::after {content: ""; position: absolute; right: 5px; top: 50%; width: 14px; height: 14px; border-radius: 100%; background-color: #fff; transform: translateY(-50%); box-shadow: 1px 3px 4px rgba(0,0,0,0.1); transition: all 0.4s;}
.swlab::before {content: "ON"; font-size: 13px; position: absolute; left:9px; top: 50%; transform: translateY(-50%); transition: all 0.4s;}


#chk1:checked + label {
  background-color:#ff0000;
}
#chk1:checked + label::after {
 right: calc(100% - 19.5px);
}

#chk1:checked + label::before {
  content: "OFF";
  color: #FFF;
  right: -6px;
  top:10px;
}






#switch {
  position: absolute;
  /* hidden */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.switch_label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 58px;
  height: 28px;
  background: #fff;
  border: 2px solid #daa;
  border-radius: 20px;
  transition: 0.2s;
}
.switch_label::before{content:"OFF"; font-size:12px; position:absolute; right:0;}

.switch_label:hover {
  background: #efefef;
}
.onf_btn {
  position: absolute;
  top: 2px;
  left: 3px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #daa;
  transition: 0.2s;
}

/* checking style */
#switch:checked+.switch_label {
  background: #c44;
  border: 2px solid #c44;
}

#switch:checked+.switch_label::before {
  content: "ON";
  position:absolute;
  left: 15px;
 }

#switch:checked+.switch_label:hover {
  background: #e55;
}

/* move */
#switch:checked+.switch_label .onf_btn {
  left: 30px;
  background: #fff;
  box-shadow: 1px 2px 3px #00000020;
}


.page_container{box-shadow: 0 1px 2px 0px rgba(0, 40, 114, 0.1); border-radius:6px;}


.w200{width:200px;}
.w210{width:210px;}
.w220{width:220px;}
.w500{width:500px;}

.paychk ul:after{content:""; clear:both; display:block;}
.paychk ul li{float:left;}
.payckbtn1 input[type=radio] {display: none;}
.payckbtn1 label {display: block; padding: 0 11px; height:27px; border:1px solid #dfe0e1; text-align:center; line-height:25px; font-size:14px; border-radius:4px; cursor:pointer;}
.payckbtn1 input[type=radio]:checked + label{background: #468df8; color: #fff;}
.payckbtn1 label:hover {color: #666;}
.payckbtn1 input[type=radio] + label {background: #fff; color: #000; }
.paym{margin-right:5px;}


.month_ul{float:left; line-height:25px; margin-right:5px;}
.month_ul:after{content:""; clear:both; display:block;}
.month_ul li{float:left; font-size:14px;}
.month_ul li a{margin-right:6px; border:1px solid #ddd; padding:3px 8px;}


.titbx{margin:20px 0 15px 0;}
.titbx::after{content:""; clear:both; display:block;}
.titbx .titsub1{float:left;}
.titbx .titsub2{float:right;}
.titbx .titsub2::after{content:""; clear:both; display:block;}
.titbx .titsub2 .tsub1{float:left;}
.titbx .titsub2 .tsub2{float:left;}
.titbx .paychk{margin-bottom:15px;}

.stit::after{content:""; clear:both; display:block;}
.stit h3{float:left; margin-right:25px;}
.stit .stsub{float:left; margin-top:-3px;}

.yer_bx{float:left;}
.yer_bx select{height:27px;  border:1px solid #dfe0e1; padding: 0 3px;}
.yer_bx .sel_but{height:27px; background-color:#000; color:#fff; padding:0 12px; border-radius:4px; }
.yer_bx .sel_but:hover{background-color:#333;}

.tsub1{margin-top:2px; margin-right:10px;}
.tsub1 input{margin-right:3px; vertical-align:middle; margin-top:-2px;}
.tsub1 label{margin-right:5px;}

.tsub2{margin-top:-3px;}
.tsub2 select{height:26px; border:1px solid #dfe0e1; border-radius:4px;}
.tsub2 input{height:26px; border:1px solid #dfe0e1; border-radius:4px; padding-left:6px;}

.ad_btn{float:right; margin-top:4px; font-size:13px; }
.ad_btn a{padding:4px 6px; background-color:#000; color:#fff; border-radius:3px;}


/*--------------------------------------------------------*/
.mart20{margin-top:20px;}

.w50{width:50px;}
.w60{width:60px;}
.w70{width:70px;}
.w80{width:80px;}
.w90{width:90px;}
.w100{width:100px;}
.w110{width:110px;}
.w120{width:120px;}
.w130{width:130px;}
.w140{width:140px;}
.w150{width:150px;}
.w160{width:160px;}
.w170{width:170px;}
.w200{width:200px;}
.w250{width:250px;}

.w194{width:194px;}

#b1{margin-left:10px;}

.tabhed{margin-bottom:12px; margin-top:20px;}
.tabhed h2{font-size:16px;}
.tabhed span{font-size:14px; color:#ff0000; margin-left:5px;}

.tabbox{border-top:1px solid #888888;}
.tabcon{width:100%; border-collapse: collapse; border-spacing: 0; border: none;}
.tabcon th,0
.tabcon thead,
.tabcon tfoot{outline:0;}
.tabcon .frm_rad label{vertical-align:middle;}
.tabcon .frm_rad input{vertical-align:middle; margin-top:-1px; margin-right:2px;}

.tabbox th,
.tabbox td{text-align:left; vertical-align:middle; padding: 0 0 0 14px; font-size:14px;}
.tabbox th{height:40px; font-size:14px; background-color:#f6f6f6; box-sizing:border-box;}
.tabbox tr{border-bottom:1px solid #e4e5e7;}
.tabbox .frm_input{height:25px; border:1px solid #d3d3d3; border-radius:3px; margin-right:5px; padding-left:5px; vertical-align:middle;}
.tabbox .frm_sele{height:25px; border:1px solid #d3d3d3; border-radius:3px; margin-right:3px; padding-left:5px; vertical-align:middle;}
.tabbox .frm_sp{vertical-align:middle; margin-right:6px;}
.tabbox .pop_serbtn{margin-left:5px;}
.tabbox .pop_serbtn a{padding: 2px 10px; background-color:#0029ff; color:#fff; font-size:13px;  font-weight:normal; cursor:pointer; border-radius:4px;}

.tabbox .pop_serbtn2{background-color:#cd00ff; cursor:pointer; }
.tabbox .pop_serbtn2 a{display:block; color:#fff; height:100%; line-height:40px;}
.tabbox .pop_serbtn2:hover{background-color:#ba1be0;}
.arw_whi{width:14px; vertical-align:middle; margin-top:-2px; margin-left:20px;}

.tabbox select{height:25px; border:1px solid #d3d3d3; border-radius:3px; vertical-align:middle;}

.tabprd{margin-top:10px; font-size:14px; color:Red;}

#myDIV h2{font-size:18px; margin-bottom:15px;}
.poptab th{font-size:15px; text-align:center; border-right:1px solid #e4e5e7;}
.poptab tr{height:36px;}
.poptab td{border-right:1px solid #e4e5e7; text-align:center; font-size:15px;}
.poptab .photo_bx a{color:#fff; font-size:13px; padding: 3px 10px; background-color:#6c9dff; border-radius:3px; cursor:pointer;}
.poptab .photo_bx img{width:15px; margin-right:5px; vertical-align:middle;} 
.sujubutton{text-align:center; margin:20px 0; }
.sujubutton a{width:160px; height:36px; line-height:36px; display:inline-block; border-radius:6px; font-size:14px; background-color:#0048ff; color:#fff;}

.bonhed{margin-bottom:10px;}

.tabcon .filebox input[type="file"] {position: absolute; width: 0; height: 0; padding: 0; overflow: hidden; border: 0;}
.tabcon .phobtn2{ height:25px; background-color:#333; text-align:center; line-height:25px; border-radius:3px; cursor:pointer; border:none; padding: 0 10px;}
.tabcon .phobtn2 > label{margin-right:0px; color:#fff; font-size:13px; cursor:pointer;}
.tabcon .phobtn2 .plusic{width:12px; margin-right:5px; margin-top:-3px; }
.tabcon .filebox .upload-name{border:1px solid #d3d3d3; width:200px; height:25px; font-size:14px; padding-left:10px; border-radius:3px; vertical-align:middle;}

.op_chbx{padding:10px 0;}
.ordadd_btn{display:inline-block; height:25px; padding:0 10px; background-color:#000; color:#fff; vertical-align:middle; line-height:25px; font-size:13px; border-radius:3px;}



.btn_confirm input{
	border-radius:3px;
    padding: 8px 30px;
    font-size: 14px;
    line-height: 1.444;
    font-weight: 600;
	background-color:#333;
	color:#fff;
	border:1px solid #333;
	cursor:pointer;
}


.btn_confirm .white{border:1px solid #696767; color:#696767; background-color:#fff;}

.a_blue{color:blue; cursor:pointer}

.regbox{
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    align-items: stretch;
    width: 800px;
    min-height: 745px;
    background-color: #fff;
    overflow: auto;
    margin: 28px auto 60px;
    padding: 20px 40px;
    line-height: 1.5;
    border: 1px solid #dfe0e1;
    border-radius: 6px;
}

.refom_h2{text-align:center; font-size:24px; margin: 60px 0 0 0;}

.noig{text-align:center; padding:10px;}
.noig .noig1{margin-bottom:6px; font-weight:bold; font-size:14px;}

.tabft th,
.tabft td{font-size:13px;}

.tabft .dupbx{}

.oby_img input[type=file] {
    display: none;
    border: none;
}

.oby_img #preview{width:120px; height:120px; margin-top:20px; background-color:#fafafa; display:block; margin: 0 auto; margin-top:10px; object-fit: cover; border-radius:6px; box-shadow: 0 0 0 1px #d8d8d8 inset;}    
.oby_img input[type=file]{display:none; border:none;}
.oby_img .upload{background-color:#2d2d2d; color:#fff; margin-top:5px; text-align:center; cursor:pointer; border-radius:6px; padding:5px 0; display:inline-block; width:110px;} 
.oby_img #preview {
    width: 110px;
    height: 110px;
    background-color: #fafafa;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 6px;
    box-shadow: 0 0 0 1px #d8d8d8 inset;}

.oby_img #preview2 {
    width: 110px;
    height: 110px;
    background-color: #fafafa;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 6px;
    box-shadow: 0 0 0 1px #d8d8d8 inset;}

.tabmar .frm_input{margin-right:0px;}

.zipbx{padding:10px 0 10px 14px !important;}
.zipbx .dupbx{vertical-align:middle; background-color:#5c5c5c; color:#fff; border:none; padding: 0 10px; height:25px; display:inline-block; line-height:25px; margin-left:5px; font-size:12px;}
.zipbx div{margin-bottom:5px;}

.area_list{margin-top:10px;}
.area_list:after{content:""; clear:both; display:block;}
.area_list a{float:left;}
.area_list .area_menu{padding: 3px 10px; margin-right:10px; background-color:#ffe5e5; border-radius:3px; cursor:pointer;}
.area_list .area_menu.click{background-color:#247cff; color:#fff;}

.area_cnr h4{margin:12px 0 6px 0; color:#ff0000;}
.area_bx{margin-bottom:10px; border-top:1px solid #888;}
.tablist tr{border-bottom:1px solid #ddd;}
.tablist th{text-align:center; padding:0; background-color:#f9eaea;}
.tablist ul:after{content:""; clear:both; display:block;}
.tablist ul li{float:left; margin-right:10px;}
.tablist ul li p{text-align:center; margin-bottom:3px; font-weight:normal; font-size:13px;}
.tablist ul li:last-child{margin-right:0px;}
.tablist td{padding: 10px 10px;}

/* 이미지 */
.tablist .menu_box{}
.tablist .menu_box #preview{display:block; margin: 0 auto; object-fit: cover; background-color:#f8f8f8; width:95px; height:95px; border-radius:6px;     box-shadow: 0 0 0 1px #d8d8d8 inset;}
.tablist .menu_box #preview2{display:block; margin: 0 auto; object-fit: cover; background-color:#f8f8f8; width:95px; height:95px; border-radius:6px;     box-shadow: 0 0 0 1px #d8d8d8 inset;}
.tablist .menu_sub li .menu_box .ipt_img{}
.tablist input[type=file]{display:none; border:none;}



/* 이미지 */
.tablist2 .menu_box{}
.tablist2 .menu_box #preview{background:url('./img/noimage_icon.png')no-repeat center; background-size:100% 100%; display:block; margin: 0; object-fit: cover; width:95px; height:95px; border-radius:6px;     box-shadow: 0 0 0 1px #d8d8d8 inset; cursor:pointer; }
.tablist2 .menu_sub li .menu_box .ipt_img{}
.tablist2 input[type=file]{display:none; border:none;}
.tablist2 .fil_del{display:inline-block; margin-top:3px; margin-left:5px; text-align:center;}
.tablist2 .fil_del a{padding:3px 5px; background-color:#ff0000; color:#fff; font-size:12px;}
.fil_fl{float:left;}


.corig{padding: 0 0 0 30px !important;}
.corig .noig{text-align:left;}
.corig #preview{margin:0;}

#print_lyr th{padding:0;}
#print_lyr td{padding:0;}

.zipbox td{padding:10px 0 10px 14px;}
.zipbox td div{margin-bottom:5px;}

.ip_df > input {float:left;}


/* 이미지 */
.tabtast .menu_box{}
.tabtast .menu_box #preview2{display:block; margin: 0; object-fit: cover; background-color:#f8f8f8; width:95px; height:95px; border-radius:6px;     box-shadow: 0 0 0 1px #d8d8d8 inset;}
.tabtast .menu_sub li .menu_box .ipt_img{}
.tabtast input[type=file]{display:none; border:none;}


/* 약간동의 */
#fregister h2 {
    margin: 20px 0 10px;
    font-size: 17px;
    text-align: left;
}

#fregister textarea {
    display: block;
    padding: 10px;
    width: 100%;
    height: 200px;
    line-height: 1.4em;
    color: #666;
    border: 1px solid #e1e1e1;
    background-color: #fff;
}

#fregister .fregister_agree {
    padding: 12px 0;
	font-size:13px;
    text-align: left;
	border:none;
	vertical-align:Middle;
}

#fregister .fregister_agree input{vertical-align:Middle;}
#fregister .fregister_agree label{vertical-align:Middle;}

.agfre{font-weight:bold; font-size:14px !important;}

.btn_conf .btn_large {
    padding: 10px 21px;
    font-size: 15px;
    line-height: 1.222;
    font-weight: 600;
	border-radius:0;
}

.btn_conf a{border:1px solid #ccc;}

.rgbpad{padding: 20px 40px 50px 40px;}

.wset01{background-color:#333; color:#fff;}


.add_span{width:23%; display:inline-block; margin:2px 5px;}
.add_span input{vertical-align:middle;}
.add_span label{vertical-align:middle;}

.add_td{padding:0 0 5px 14px !important;}
.add_td ul:first-child{border-bottom:0px;}
.add_bx1{display:flex; flex-wrap: wrap; border-bottom:1px dotted #ccc; padding:5px 0 0 0;}
.add_bx1 li{vertical-align:middle; width: calc(23% - -9px); margin-bottom:5px; cursor:pointer;}
.add_bx1 li input{vertical-align:middle; margin-top:-2px; margin-right:3px; cursor:pointer;}
.add_bx1 li label{vertical-align:middle; cursor:pointer;}
.add_bx1:last-child{border:0;}


/* 영업시간 설정 */
.time_td{padding:10px 14px !important;}
.time_bx{vertical-align:middle; display:inline-block; margin-right:20px; padding: 3px 0;}
/* .marb10{margin-bottom:5px;} */
.time_bx input{vertical-align:middle; margin-right:3px; cursor:pointer;}
.time_bx label{vertical-align:middle; cursor:pointer; margin-right:10px;}
.time_bx select{height:23px !important; font-size:12px;}
.time_bx b{font-weight:normal; margin-left:10px; margin-right:10px; vertical-align:middle;}


/* 영업시간 설정 */
.frm_bbx input[type=radio]{display:none;}
.frm_bbx input[type=radio]:checked + label{background-color:#0075ff; border:1px solid #0075ff; color:#fff;}
.frm_bbx label{display:inline-block; padding:3px 10px; border:1px solid #ddd; border-radius:3px; font-size:12px; cursor:pointer;}
.frm_bbx input[type=checkbox]{display:none;}
.frm_bbx input[type=checkbox]:checked + label{background-color:#0075ff; border:1px solid #0075ff; color:#fff;}

.dayred{color:#ff0000;}

.foboox{position:absolute; bottom:0;}


.affck input{vertical-align:middle; margin-right:1px;}
.affck label{vertical-align:middle; margin-right:7px;}

.hd_ckbt{vertical-align:middle; height:25px; background-color:#000; border:none; padding:0 8px; color:#fff; border-radius:3px; font-size:12px; margin-left:3px;}
.fm_hp{margin-top:5px;}

.fisb{color:#ff0000;}

.fispn{float:right; font-size:13px !important; font-weight:500; color:#000 !important; vertical-align:bottom; margin-top:4px;}
.fispn b{color:#ff0000;}

.imp_rd{margin-top:4px; color:#ff0000;}


.bs_psrda{color:#454545; font-size:13px; float:right; margin-top:3px;}