@import url('https://fonts.googleapis.com/earlyaccess/notosanskr.css');

*{margin:0; padding:0; font-family: 'Noto Sans KR', sans-serif;}
body, html{font-family: 'Noto Sans KR', sans-serif; height:100%; margin:0;}
li{list-style:none;}
a{text-decoration:none; color:#363636; cursor: pointer;}
h1, h2, h3, h4, h5, p{color:#363636; font-weight:400;}

.cf:after{content:""; display:block; clear:both;}



/* admin 공통 css */
.admin_all_wrap{
	position:relative;
	margin-left:220px;
	height:auto;
	width:100%;
}
.admin_contents{
	position:relative;
	height:auto;
	min-height:1000px;
	width:95%;
	box-sizing:border-box;
}
.admin_contents h2{ font-size:20px; padding:30px; }
.admin_contents h3{font-size:22px; padding-left:10px;margin-bottom:10px }
.admin_contents .tit::before{   
    display: inline-block;
    content: '';
    width: 15px;
    height: 15px;
    background-color: #4a5567;
    margin-right: 10px;
    position: relative;
	top: -1px;
}
.admin_contents table{width: 1200px; border-collapse:collapse; margin-left:20px;}
.admin_contents table th{border: 1px solid #ccc; font-size:16px; font-weight:300; padding:0 10px; background: #4a5567; color: #535353; }
.admin_contents table td{border: 1px solid #ccc; font-size:14px; font-weight:300; padding:8px; text-align: center; height: 19px; }
.admin_contents .admin_index_answer_table td{font-size:13px;}
.search_right table td{border: 1px solid #ccc; font-size:14px; font-weight:300; padding:2px; text-align: center; }

.admin_contents table.main_table th{width: 25%; background:#eee;}
.admin_contents table.main_table td{background:#fff;}

.print_btn{ float: right;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 1px 1px 1px;
    padding: 5px 10px;
    cursor: pointer; 
	}





/* admin inex.php */
.admin_con1{ float:left; width: 500px; height: 410px; background: #fff; margin: 0 30px 30px 0; border-radius:10px; }
.admin_con2{ float:left; width: 500px; height: 410px; background: #fff; margin-bottom: 30px; border-radius:10px; }
.admin_con3{ float:left; width: 500px; height: 410px; background: #fff; margin-right: 30px; border-radius:10px; }
.admin_con4{ float:left; width: 500px; height: 410px; background: #fff;  border-radius:10px; }
.neces{ font-size: 14px; display:inline; font-weight:normal; float:right; color:#464646;}


.order_list{
   width:500px;
   height: 80px;
   margin-bottom: 50px;
}
.order_list p{ 
   width: 210px;
   height: 80px;
   float:left;
   border: 1px solid #d7d7d7;
   border-radius: 10px;
   margin-left: 25px;
   line-height: 80px;
   text-align: center;
   font-size: 15px;
   cursor:pointer;   
}
.order_list p span{
   font-weight: bold;
   margin-left:10px;
   color: #ff8a0d;
}

.order_step{
   width:500px;
   height: 120px; 
}
.order_step p{ 
   width: 91px;
   height: 180px;
   float:left;
   margin-left: 28px;
   line-height: 80px;
   text-align: center;
   font-size: 14px;
}
.order_step p span{ 
   width: 90px;
   height: 90px;
   float:left;
   border-radius: 10px;
   line-height: 90px;
   text-align: center;
   color: #fff;
   font-weight: bold;
   font-size:18px;
   cursor:pointer;
}










/* RollBanner관리 roll_banner.php */
.roll button{
    width: 130px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
	background: #4a5567;
    border: none;
    color: #fff;
    border-radius: 10px;
	margin: 0 0 50px 10px;
}
.roll_list{
	width: 1300px;
    height: 230px;
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 15px;
}
.roll_list .roll_left{
   width: 15%;
   float:left;
   height: 230px; 
   margin-right: 30px;

}
.roll_list .roll_left p{
   float:left;
   padding: 30px;
}
.roll_list .roll_right{ 
   width: 80%;
   float:right;
   height: 230px; 
   background: #eee;
   border-radius: 10px;
}
.roll_right p{
   float: right;
   margin-right: 20px;
}
.roll_right button{
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
	background: #fff;
    border: 1px solid #ccc;
}










/* 비밀번호 변경 password_change.php */
.ps_change{
    width: 500px;
	margin: 100px auto;
    border: 3px solid rgba(0,0,0,0.1);
	border-radius: 10px;
	padding: 20px;
}
.ps_change p{
    display: flex;
    justify-content: center;
	margin: 10px;
}
.ps_change button{
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
	background: #1f208a;
    border: none;
    color: #fff;
    border-radius:3px
}
.ps_change table tr td span{
    display:inline-block;
    width:102px;
    margin-left: 10px;
}










/* 회원목록 member_list.php */
.record{
   float: left;
}
.record ul li{
   float: left;
   margin: 27px 10px 0 0;
   border-right: 1px solid #ccc;
   padding-right: 10px;
}

.record ul li .on {
    color: #798aa5;
    font-weight: bold;
}

.search_right{
   float: right;
}
.search_right button{
    cursor: pointer;
    border: 1px solid #1f2089;
    color: white;
    padding: 7px;
    margin: 30px auto;
    width: 120px;
    background: url(../../images/main/search_btn.png) no-repeat 20px center #1f2089;
    padding-left: 25px;
    position:relative;
    top:2px
}
.m_btn{
  margin: 20px 0;
}
.m_btn button:first-child{
    float: right;
    height: 40px;
    width: 100px;
    border: none;
    background-color: rgba(0,0,0,0.6);
    color: white;
    border-radius: 3px;
    font-weight: 300;
    font-size:16px
}
.m_btn button:last-child{
    margin-right: 10px;
    float: right;
    height: 40px;
    width: 100px;
    border: none;
    background-color: rgba(0,0,0,0.6);
    color: white;
    border-radius: 3px;
    font-weight: 300;
    font-size:16px
}

.approval_btn {
    height: 30px;
    width: 70px;
    border: none;
    background-color: #1f2089;
    color: white;
    border-radius: 3px;
    font-weight: 500;
    font-size:14px;
    cursor:pointer;
}










/* 할인율관리 discount_rate.php */
.discount{
   height: 450px;
   margin-bottom: 150px; 
}
.normal_set{
   width:45%;
   height: 450px;
   float:left;
   background : #fff;
   margin-right:100px;
   border-radius: 10px;
}
.rate_set{
   width:45%;
   min-height: 450px;
   float:left;
   background : #eee;
   border-radius: 10px;
}
.normal_set button{
    width: 200px;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
	background: #fff;
    border: 1px solid #ccc;
	margin-right: 10px;
	border-radius: 10px;
	transition:all 0.3s
}
.normal_set button:hover{
	background-color:#f2f2f2
}
.rate_set button{
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
	background: #fff;
    border: 1px solid #ccc;
	margin-right: 10px;
}
 .normal_set>p,.rate_set>p{ 
    display: flex;
    justify-content: center;
	margin: 30px 0;
}
 .discount_btn{ 
    display: flex;
    justify-content: center;
}
 .discount_btn p{
    float:left;
	margin: 30px 20px;
}










/* 웹상품목록 web_product_list.php */
.search_box table th span{
   margin-right: 20px; 
}
.s_btn{
   display: flex;
   justify-content: center;  
}
.date_btn{
    width: 50px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
	background: #fff;
    border: 1px solid #ccc;
	border-radius: 5px;
}










/* 웹상품등록 product_registration.php */
.registration{
    width: 500px;
	margin: 100px auto;
    border: 1px solid #d7d7d7;
	border-radius: 10px;
	padding: 20px;
}
.registration p{
    display: flex;
    justify-content: center;
	margin: 30px;
}

.registration button {
    width: 190px;
    margin-left:10px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
	background: #4a5567;
    border: none;
    color: #fff;
}


.registration .track_btn:nth-child(1) {
    width: 190px;
    margin-right:10px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
	background: #787c84;
    border: none;
    color: #fff;
}

.registration .track_btn:nth-child(2) {
    width: 190px;
    margin-left:10px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
	background: #4a5567;
    border: none;
    color: #fff;
}







/* 진행 중인 주문 덕산/머크/전체 */











/* 추가카드결제 card_payment.php */
.card_payment{
   width:45%;
   height: 400px;
   float:left;
   background : #fff;
   margin-bottom:100px;
   border-radius: 10px;
}
.card_payment button{
    width: 110px;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
	background: #fff;
    border: 1px solid #ccc;
}
.step{
   float: right;
   margin-top: 10px;
   clear:both;
   /*position:relative;*/
   top:20px
}
.step ul li{
   float: left;
   border:1px solid #dedede;
   box-sizing:border-box;
   width:150px; height:40px;
   line-height:40px;
   font-size:15px;
   border-radius: 20px;
   text-align:center;
   margin-left:20px;
   margin-botom:30px
}
.step ul li a{
   display: block;
}












/* 게시판 관리 리스트 */

.record_notice {
   float: left;
}
.record_notice ul li{
   float: left;
   margin: 0px 10px 0 0;
   border-right: 1px solid #ccc;
   padding-right: 10px;
}

.num_notice {
	padding-top: 20px;
    text-align: center;
    font-size: 18px;
}

.num_notice a {
	margin-left: 5px;
    margin-right: 5px;
}

.num_notice .now_page {
	color:#4d57d8;
}

.reg_btn {
	float:right;
}


/* 게시판 관리 게시글 작성 */

.write_table {
	width:80% !important;
}

.bo_head {
	letter-spacing:2px;
	width:10%;
}

.bo_subject {
	border: none;
    border-bottom: 1px solid #ccc;
    float: left;
    width: 100%;
}

.bo_category {
	border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
    font-size: 15px;
}

.bo_contents {
	background-color: white;
    padding: 25px !important;
}

.btn_area_write {
	padding: 20px;
    margin: 20px 0 100px !important; 
    text-align: center;
    width: 80%;
}

.btn_area_write .register_on {
	width: 130px;
    height: 50px;
    letter-spacing: 3px;
    border: none;
    background-color: #1f208a;
    color: white;
    border-radius: 5px;
    margin-right: 10px;
    font-weight: 300;
    font-size: 16px;
}

.btn_area_write .list_on {
    width: 130px;
    height: 50px;
    letter-spacing: 3px;
    border: none;
    color: #636363;
    border-radius: 5px;
    border: 1px solid #b7b7b7;
    background: url(../../images/sub/list_icon.png) no-repeat 30px center;
    padding-left: 20px;
    font-size: 16px;
}



/* 게시판 상세페이지 */

.notice_contents {
	min-height:700px;
	background-color:#fff;
	width:1010px;
	margin:0 auto 100px;
	padding:1px 40px
}

.notice_contents .notice_detail_table {
	width:100%;
	margin: 0 auto;
	margin-top: 40px;
}

.notice_contents .notice_detail_table .subject{
	height: 90px;
    border-top: 2px solid #000000;
    border-bottom: 1px solid #b1b1b1;
    border-left: none;
    border-right: none;
	text-align: center;
	font-size:20px;
}

.notice_contents .notice_detail_table .mem_info{
	height: 50px;
    border-top: none;
    border-bottom: 1px solid #bdbcbc;
    border-left: none;
    border-right: none;
	text-align: right;
	padding-left: 10px;
    padding-right: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.notice_contents .notice_detail_table .mem_info .bo_writer {
	margin-right:15px;
}

.notice_contents .notice_detail_table .mem_info .bo_reg_date {
	margin-right:15px;
	color:#a9a9a9;
}

.notice_contents .notice_detail_table .mem_info .bo_cnt {
	color:gray;
}


.notice_contents .notice_detail_table .detail_contents{
    border-bottom: 1px solid #a0a0a0;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 16px;
    font-weight: 300;
    padding: 40px;
    height: 400px;
    vertical-align: top;
    text-align:start;
}

.notice_contents .notice_detail_table .answer_contents {
    border-bottom: 1px solid #ececec;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 16px;
    font-weight: 300;
    padding: 40px;
    vertical-align: top;
}

.notice_contents .notice_detail_table .notice_file {
	height: 30px;
    border-top: 1px solid #ddd;
    border-left: none;
    border-right: none;
    border-bottom:none
}

.notice_contents .notice_detail_table .notice_file:nth-child(1){
	background-color:rgba(0,0,0,0.5)
}

.notice_contents #frm .btn_area {
	text-align:center;
	margin-top:30px;
	margin-bottom:30px;
}

.notice_contents #frm .btn_area .list_on {
    width: 150px;
    height: 55px;
    letter-spacing: 3px;
    border: none;
    background-color: #78ace2;
    color: white;
    border-radius: 3px;
    margin-right: 10px;
    font-size: 17px;
    cursor:pointer;
}

.notice_contents #frm .btn_area .modify_on {
	width: 150px;
    height: 55px;
    letter-spacing: 3px;
    border: none;
    background-color: #4a5567;
    color: white;
    border-radius: 3px;
    margin-right: 10px;
    font-size: 17px;
    cursor:pointer;
}

.notice_contents #frm .btn_area .delete_on {
    width: 150px;
    height: 55px;
    letter-spacing: 3px;
    border: none;
    background-color: #8e8e8e;
    color: white;
    border-radius: 3px;
    margin-right: 10px;
    font-size: 17px;
    cursor:pointer;
}

.notice_contents .notice_detail_outside {
	width:100%;
	margin: 0 auto;
	margin-bottom: 40px;
}

.notice_contents .notice_detail_outside th {
	border-top:1px solid #ddd;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #ddd;
	width:15%;
	background-color: #555555;
	font-size:14px;
}

.notice_contents .notice_detail_outside td {
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:none;
	border-bottom:1px solid #ddd;
	font-size:14px;
}

.notice_contents .notice_detail_outside th a,
.notice_contents .notice_detail_outside td a {
	font-size:14px;
}

.notice_contents .notice_detail_outside .first_block {
	border-bottom:none;
}

.notice_contents .notice_detail_outside th,
.notice_contents .notice_detail_outside td {
	height: 40px;
	padding:15px;
}


/* 게시판 작성, 수정*/

.modify_file {
    height: 45px;
}


/* 질문과 답변 작성 페이지 */

.answer_contents .ask_area {
	float:left;
	width:60%;
}


.answer_contents .ask_area .ask_detail_table {
	width:100%;
	margin-bottom:100px
}

.answer_contents .ask_area .ask_detail_table th, 
.answer_contents .ask_area .ask_detail_table td {
	border-left:none;
	border-right:none;
}

.answer_contents .ask_area .ask_detail_table .ask_h {
	width:15%;
	
}

.answer_contents .ask_area .ask_detail_table .ask_d {
	width:35%;
}

.answer_contents .ask_area .ask_detail_table .ask_contents {
	text-align:start;
	padding-top: 20px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 20px;
	background-color: #f1f1f1;
	border-left: none;
    border-right: none;
}

.answer_contents .answer_area {
	float: left;
    width: 40%;
    padding-top: 50px;
}

.answer_contents .answer_area .answer_write {
	padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 25px;
}

.answer_contents .rectangle { 
	font-size: 18px;
	padding-left: 30px;
	margin-bottom: 0px;
}

.answer_contents .rectangle::before {   
    display: inline-block;
    content: '';
    width: 15px;
    height: 15px;
    background-color: #4a5567;
    margin-right: 10px;
    position: relative;
	top: 1px;
}

.answer_contents .answer_area .btn_area {
	text-align:center;
}


.answer_contents .answer_area .btn_area .list_on {
    width: 130px;
    height: 50px;
    letter-spacing: 3px;
    border: none;
    color: #636363;
    border-radius: 5px;
    border: 1px solid #b7b7b7;
    background: url(../../images/sub/list_icon.png) no-repeat 30px center;
    padding-left: 20px;
    font-size: 16px;
}

.answer_contents .answer_area .btn_area .answer_on {
    width: 130px;
    height: 50px;
    letter-spacing: 3px;
    border: none;
    background-color: #1f208a;
    color: white;
    border-radius: 5px;
    margin-right: 10px;
    font-weight: 300;
    font-size: 16px;
}



/** 카탈로그 및 브로셔 **/
.cartalog_image_list {
	padding:10px;
}

.cartalog_image_list .cartalog_image_box {
	width:1520px;
	min-height:500px;
	padding:10px;
	padding-top:20px;
}

.cartalog_image_list .cartalog_image_box .all_chk {
	margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #ddd;
}

.cartalog_image_list .cartalog_image_box ul {
    display : inline-block;
}

.cartalog_image_list .cartalog_image_box ul li {
	width:370px;
	box-sizing:border-box;
	background:#fff;
	border-bottom: 1px solid #ddd;
	position:relative;
	float:left;
	display:inline;
	padding:15px;
	height: 575px;
	margin:0 5px 20px
	
	/*margin-top: 10px;
	margin-bottom: 30px;
    margin-left: 40px;
    margin-right: 40px;*/
}

.cartalog_image_list .cartalog_image_box ul li .img_chk {
	position:absolute;
	padding:5px;
}

.cartalog_image_list .cartalog_image_box ul li .cartalog_image_porum {
	width:340px;
	height:480px;
	overflow:hidden;
	background-color:#f4f4f4;
	display:flex;
	align-items:center;
	justify-content:center;
	box-sizing:border-box;
}

.cartalog_image_list .cartalog_image_box ul li .cartalog_image_text {
	width:350px;
	height:25px;
	padding-top:15px;

}

.cartalog_image_list .cartalog_image_box ul li .cartalog_image_text .p_col,
.cartalog_image_list .cartalog_image_box ul li .cartalog_image_text .p_con {
	float:left;
	margin-bottom:2px;
	
}

.cartalog_image_list .cartalog_image_box ul li .cartalog_image_text .p_col {
	width:13%;
}

.cartalog_image_list .cartalog_image_box ul li .cartalog_image_text .p_con {
	width:85%;
	height:25px;
	color: #6d6d6d;
    font-weight:300;
   	overflow:hidden;
}

.admin_contents{
    min-height:860px;
}

.num_notice{
    margin:0 auto;
    padding:50px 0 80px
}



/* 시약 정보 요약서 등록 */

.abstract_document {
	margin : 0 auto;
}

.abstract_document .abstract_regist_table {
	width:60%;
}

.abstract_document .abstract_regist_table th {
	width:25%;
	letter-spacing:1px;
}

.abstract_document .abstract_regist_table td {
	text-align:left;
}

.abstract_document .abstract_regist_table td input[type=text] {
	width:500px;
	border-top:none;
	border-left:none;
	border-right:none;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:10px;
}

.abstract_document .abstract_regist_table td button {
    width: 25px;
    height: 25px;
    border: none;
    margin-right: 10px;
    cursor:pointer;
    border-radius:5px;
}

.abstract_document .abstract_regist_table td button:hover {
    background-color:#4a5567;
    color:white;
}

.abstract_document .btn_area_write {
	padding: 20px;
    margin: 20px 0 100px !important; 
    text-align: center;
    width: 60%;
}

.abs_view {
	cursor:pointer;
}

.abs_view:hover {
	color:#86b0ff;
}




/*제품 및 포장 이미지*/
.package_image_list {
	padding:10px;
}

.package_image_list .package_image_box {
	width:1520px;
	height:500px;
}

.package_image_list .package_image_box .all_chk {
	margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #ddd;
}

.package_image_list .package_image_box ul li {
	width:370px;
	box-sizing:border-box;
	background:#fff;
	border-bottom: 1px solid #ddd;
	position:relative;
	float:left;
	padding:15px;
	height: 400px;
	margin:0 5px 20px
	
	/*margin-top: 10px;
	margin-bottom: 30px;
    margin-left: 40px;
    margin-right: 40px;*/
}

.package_image_list .package_image_box ul li:nth-child(2),
.package_image_list .package_image_box ul li:nth-child(5) {
	/*margin-right:80px;
	margin-left:80px;*/
}

.package_image_list .package_image_box ul li .package_image_porum {
	width:350px;
	height:230px;
	overflow:hidden;
	background-color:#f4f4f4;
	display:flex;
	align-items:center;
	justify-content:center;
	box-sizing:border-box;
}

.package_image_list .package_image_box ul li .package_image_text {
	width:350px;
	height:25px;
	padding-top:10px;

}

.package_image_list .package_image_box ul li .package_image_text .p_col,
.package_image_list .package_image_box ul li .package_image_text .p_con {
	float:left;
	margin-bottom:2px;
	
}

.package_image_list .package_image_box ul li .package_image_text .p_col {
	width:37%;
}

.package_image_list .package_image_box ul li .package_image_text .p_con {
	width:60%;
	height:25px;
	color: #6d6d6d;
    font-weight:300;
   	overflow:hidden;
}




/* 제품 및 포장 이미지 등록 */

.package_document {
	margin : 0 auto;
}

.package_document .package_regist_table {
	width:80%;
}

.package_document .package_regist_table th {
	width:25%;
	letter-spacing:1px;
}

.package_document .package_regist_table td {
	text-align:left;
}

.package_document .package_regist_table td input[type=text] {
	width:100%;
	border-top:none;
	border-left:none;
	border-right:none;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:10px;
}

.package_document .package_regist_table td button {
    width: 25px;
    height: 25px;
    border: none;
    margin-right: 10px;
    cursor:pointer;
}

.package_document .package_regist_table td button:hover {
    background-color:#4a5567;
    color:white;
}

.package_document .btn_area_write {
	padding: 20px;
    margin: 10px;
    text-align: center;
    width: 80%;
}

/* 게시판 */

.listTable{
   width: auto;
   border-collapse: collapse;
   margin-bottom: 0;
}
.listTable tr:nth-child(1) th{
	background-color:rgba(0,0,0,0.07);
	border:1px solid rgba(0,0,0,0.2);
	text-align:center
}
.listTable tr td{
	border:1px solid rgba(0,0,0,0.2)
}
.listTh{
   height: 50px;
   background: #f4f4f4;
   color: #222;
   font-size: 16px;
   font-weight: 400;
   border-bottom: 1px solid #dadada;
}
.listTd{
   border-bottom: 1px solid #dadada;
   background: #fff;
   font-size: 14px;
   color: #222; 
   font-weight: 300;
   padding: 15px 20px;
}
.listTd a{
   color: #222;
}
.listTd a:hover{
   color: #00a0dd;
   border-bottom: 2px solid #00a0dd;
}
.listTable tr td:first-child{
   text-align: center;
}
