/* 공통 visual */
#answer .visual, #inquiry .visual, #notice .visual, #question .visual{
}

/* 공지사항 - notice.php */
.search_frm { 
    width: 1200px; 
    margin: 0 auto 30px;
    text-align:center;
	background: #f5f5f5;
}

.search_type {
	height: 40px;
	margin-right:10px;
    width: 180px;
    padding-left:5px;
    box-sizing:border-box;
    color:#757575
}

.search_text {
	height: 40px;
	margin-right:10px;
    width: 800px;
    padding-left:10px;
    box-sizing:border-box;
}

.search_btn {
	cursor: pointer;
    border: 1px solid #1f2089;
    color: white;
    padding: 7px;
    margin: 30px auto;
    width: 120px;
    padding-left:25px;
	background: url(../images/search_btn.png) no-repeat 20px center #1f2089;
}

.notice_table {
	width:1200px;
	margin: 0 auto;
	border-top:2px solid #000
}

.notice_table tr th{
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #d7d7d7;
    border-left: none;
    border-right: none;
    font-size: 16px;
    font-weight: 300;
    padding: 10px;
    color: #636363;
}

.notice_table tr td{
	height: 50px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #d7d7d7;
    border-left: none;
    border-right: none;
	text-align: center;
	color:#636363
}

.notice_table a{
  color: #363636;
}

.btn_box{
	text-align:center;
	margin:70px 0 150px
}

.num,
.prev,
.next{
	display:inline-block;
	vertical-align:middle;
	margin:0 5px
}

.prev,
.next{
	width:39px;
	height:38px;
	border:1px solid #d7d7d7;
	box-sizing:border-box;
	line-height:38px;
	cursor:pointer
}

.num a {
	margin-left: 5px;
    margin-right: 5px;
    font-size: 20px;
    color:black;
    border:1px solid #ddd;
    display: inline-block;
    width: 39px;
    height: 38px;
}

.num .now_page {
	display:inline-block;
	color:#1f208a;
	width:39px;
	height:38px;
	border:3px solid #1f208a;
	box-sizing:border-box;
	text-align:center;
	padding:0
}

.btn_area {
    margin: 0 auto;
    margin-top:40px;
    margin-bottom:10px;
    width: 1200px;
    height:50px;
}

.btn_area .reg_btn{
	margin-right:10px;
	float:right;
	height: 35px;
    width: 100px;
    border: none;
    background-color: #1f2089;
    color: white;
    border-radius: 3px;
    font-weight:300
}

.btn_area .del_btn{
	float:right;
	height: 35px;
    width: 100px;
    border: none;
    background-color: rgba(0,0,0,0.6);
    color: white;
    border-radius: 3px;
    font-weight:300
}

/* 자주하는 질문 - question.php */

#contents #question .question_contents {
	min-height: 700px;
}

#contents #question .search_frm { 
    width: 1200px; 
    margin: 0 auto 40px;
    text-align:center;
	background: #f5f5f5;
}

#contents #question .search_type {
	height: 40px;
    margin-right: 10px;
    width: 180px;
    padding-left: 5px;
    box-sizing: border-box;
    color: #757575;
}

#contents #question .search_text {
	height: 40px;
    margin-right: 10px;
    width: 800px;
    padding-left: 10px;
    box-sizing: border-box;
}

#contents #question .search_btn {
	cursor: pointer;
    border: 1px solid #1f2089;
    color: white;
    padding: 7px;
    margin: 30px auto;
    width: 120px;
    padding-left: 25px;
}

#contents #question .question_table {
	width: 1200px;
    margin: 0 auto;
    border-top: 2px solid #000;
}

#contents #question .question_table tr th{
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #d7d7d7;
    border-left: none;
    border-right: none;
    font-size: 16px;
    font-weight: 300;
    padding: 10px;
    color: #636363;
}
#contents #question .question_table tr td{
	height: 50px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #d7d7d7;
    border-left: none;
    border-right: none;
    text-align: center;
    color: #636363;
}
#contents #question .question_table tr td:nth-child(2) span a{
	padding-left:25px
}
#contents #question .question_table a{
  color: #363636;
}

#contents #question .btn_box{
	text-align:center;
	margin:70px 0 35px
}

#contents #question .num,
#contents #question .prev,
#contents #question .next{
	display:inline-block;
	vertical-align:middle;
	margin:0 5px
}

#contents #question .prev,
#contents #question .next{
	width:39px;
	height:38px;
	border:1px solid #d7d7d7;
	box-sizing:border-box;
	line-height:38px;
	cursor:pointer
}

#contents #question .num a {
	margin-left: 5px;
    margin-right: 5px;
    font-size: 20px;
    color:black;
    border:1px solid #ddd;
    display: inline-block;
    width: 39px;
    height: 38px;
}

#contents #question .num .now_page {
	display:inline-block;
	color:#1f208a;
	width:39px;
	height:38px;
	border:3px solid #1f208a;
	box-sizing:border-box;
	text-align:center;
	padding:0
}

#contents #question .btn_area {
    margin: 0 auto;
    margin-top:40px;
    margin-bottom:10px;
    width: 1200px;
    height:50px;
}

#contents #question .btn_area .reg_btn{
	margin-right:10px;
	float:right;
	height: 35px;
    width: 100px;
    border: none;
    background-color: #1f2089;
    color: white;
    border-radius: 3px;
    font-weight:300
}

#contents #question .btn_area .del_btn{
	float:right;
	height: 35px;
    width: 100px;
    border: none;
    background-color: rgba(0,0,0,0.6);
    color: white;
    border-radius: 3px;
    font-weight:300
}



/* 질문과답변 - answer.php */

#contents #answer .answer_contents {
	min-height: 700px;
}

#contents #answer .search_frm { 
    width: 1200px; 
    margin: 0 auto 40px;
    text-align:center;
	background: #f5f5f5;
}

#contents #answer .search_type {
	height: 40px;
    margin-right: 10px;
    width: 180px;
    padding-left: 5px;
    box-sizing: border-box;
    color: #757575;
}

#contents #answer .search_text {
	height: 40px;
    margin-right: 10px;
    width: 800px;
    padding-left: 10px;
    box-sizing: border-box;
}

#contents #answer .search_btn {
	cursor: pointer;
    border: 1px solid #1f2089;
    color: white;
    padding: 7px;
    margin: 30px auto;
    width: 120px;
    padding-left: 25px;
}

#contents #answer .answer_table {
	width: 1200px;
    margin: 0 auto;
    border-top: 2px solid #000;
}

#contents #answer .answer_table tr th{
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #d7d7d7;
    border-left: none;
    border-right: none;
    font-size: 16px;
    font-weight: 300;
    padding: 10px;
    color: #636363;
}
#contents #answer .answer_table tr td{
	height: 50px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #d7d7d7;
    border-left: none;
    border-right: none;
    text-align: center;
    color: #636363;
}
#contents #answer .answer_table a{
  color: #363636;
}

#contents #answer .btn_box{
	text-align:center;
	margin:70px 0 35px
}

#contents #answer .num,
#contents #answer .prev,
#contents #answer .next{
	display:inline-block;
	vertical-align:middle;
	margin:0 5px
}

#contents #answer .prev,
#contents #answer .next{
	width:39px;
	height:38px;
	border:1px solid #d7d7d7;
	box-sizing:border-box;
	line-height:38px;
	cursor:pointer
}

#contents #answer .num a {
	margin-left: 5px;
    margin-right: 5px;
    font-size: 20px;
    color:black;
    border:1px solid #ddd;
    display: inline-block;
    width: 39px;
    height: 38px;
}

#contents #answer .num .now_page {
	display:inline-block;
	color:#1f208a;
	width:39px;
	height:38px;
	border:3px solid #1f208a;
	box-sizing:border-box;
	text-align:center;
	padding:0
}

#contents #answer .btn_area {
    margin: 0 auto;
    margin-top:40px;
    margin-bottom:10px;
    width: 1200px;
    height:50px;
}

#contents #answer .btn_area .reg_btn{
	margin-right:10px;
	float:right;
	height: 35px;
    width: 100px;
    border: none;
    background-color: #1f2089;
    color: white;
    border-radius: 3px;
    font-weight:300
}

#contents #answer .btn_area .del_btn{
	float:right;
	height: 35px;
    width: 100px;
    border: none;
    background-color: rgba(0,0,0,0.6);
    color: white;
    border-radius: 3px;
    font-weight:300
}




/* 대량주문문의 - inquiry.php */
#contents #inquiry .con_box{
    width:1240px;
    margin:0 auto;
	padding-bottom: 150px;
}
#contents #inquiry .con_box p.inquiry_1{
    width: 200px;
    height: 75px;
    background: #ffa000;
    font-size: 18px;
    text-align: center;
    color: #fff;
    padding-top: 10px;
    margin: 0 auto;
    margin-top: 50px;
}
#contents #inquiry .con_box ul.call01{
    width: 850px;
	margin: 0 auto;
}
#contents #inquiry .con_box p.inquiry_line{
    width: 1032px;
    height: 1px;
    background: #e1e1e1;
    margin: 0 auto;
}
#contents #inquiry .con_box p.inquiry_line2{
    width: 1px;
	height: 90px;
	background: #e1e1e1;
	margin: 0 auto;
}
#contents #inquiry .list_box{
	text-align:center;
	margin-bottom:150px
}
#contents #inquiry .list_box>li::before{
	display:block;
	content:'';
	width:1px; height:80px;
	background-color:#e1e1e1;
	margin:0 auto
}
#contents #inquiry .list_box>li{
	display:inline-block;
	vertical-align:middle;
	width:185px;
	height:380px;
	box-sizing:border-box;
	margin:0 35px 0 35px
}
#contents #inquiry .list_box>li:first-child{
	margin-left:0
}
#contents #inquiry .list_box>li:last-child{
	margin-right:0
}
#contents #inquiry .list_box>li .top::before{
	display:block;
	content:'';
	width:1px; height:83px;
	background-color:#e1e1e1;
	position:absolute
}
#contents #inquiry .list_box>li .top{
	width:100%;
	background-color:#ffa000;
	padding:5px 0;
	color:#fff;
	font-size:17px;
	font-weight:400
}
#contents #inquiry .list_box>li .bottom{
	border:1px solid #d7d7d7;
	border-top:none;
	padding:23px 0;
	height:300px;
	position:relative
}
#contents #inquiry .list_box>li .bottom ul{
	position:absolute;
	top:50%; left:50%;
	transform:translate(-50%, -50%)
}
#contents #inquiry .list_box>li .bottom ul li{
	margin-bottom:30px;
	color:#636363
}
#contents #inquiry .list_box>li:last-child .bottom ul li{
	margin-bottom:15px
}
#contents #inquiry .list_box>li .bottom ul li strong{
	font-weight:500;
	color:#464646
}

/*
#contents #inquiry .con_box ul li{
    width: 183px;
	height:398px;
    background: url(../images/sub/inquiry_bg.png) no-repeat;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	background-size:183px
}
#contents #inquiry .con_box ul.call01 li:nth-child(2){
    margin: 0 143px;
}
#contents #inquiry .con_box ul li p span{
    font-weight: 400;
}
#contents #inquiry .con_box ul li p a{
    color: #454545;
}
#contents #inquiry .con_box ul li p:first-child{
    margin: 37px 0;
}
#contents #inquiry .con_box ul li p:last-child{
    padding-top: 60px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}
#contents #inquiry .con_box ul.call02{
    width: 525px;
	margin: 0 auto;
}
#contents #inquiry .con_box ul.call02 li:first-child{
    margin-right: 145px;
}
#contents #inquiry .con_box ul.call02 li:last-child p:first-child{
    margin: 21px 0 4px;
}

#contents #inquiry .con_box ul.inquiry_line1{
    width: 850px;
	height: 55px;
	margin: 0 auto;
}
#contents #inquiry .con_box ul.inquiry_line1 li{
    width: 1px;
	height: 75px;
	background: #e1e1e1;
}

#contents #inquiry .con_box ul.inquiry_line1_1{
    width: 850px;
	height: 75px;
	margin: 0 auto;
	position: relative;
    top: -75px;
}
#contents #inquiry .con_box ul.inquiry_line1_1 li{
     width: 1px;
	height: 100px;
	background: #e1e1e1;
}
#contents #inquiry .con_box ul.inquiry_line3{
    width: 653px;
	height: 55px;
	margin: 0 auto;
}
#contents #inquiry .con_box ul.inquiry_line3 li{
    width: 1px;
	height: 75px;
	background: #e1e1e1;
	margin: 0 auto;
}
*/



/* 게시판 상세페이지 */

/*.notice_contents {
	min-height:700px;
}*/

.notice_contents .notice_detail_table {
	width:1000px;
	margin: 0 auto;
	margin-top: 40px;
	border-top:2px solid #000000;
	border-bottom:none;
	position:relative;
	margin-top: 100px;
}

.notice_contents .notice_detail_table .subject{
    border: none;
	font-size:18px;
	color:#363636;
	height:70px;
	padding-left:25px;
	position:absolute;
	top:20px
}

.notice_contents .notice_detail_table .mem_info{
	border:none;
	text-align: right;
	height:70px;
	border-bottom:1px solid #d7d7d7;
	padding-right:25px;
	color:#959595;
	font-weight:300
}

.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:#959595;
}

.notice_contents .notice_detail_table .mem_info .bo_cnt {
	color:#959595;
}


.notice_contents .notice_detail_table .bo_contents{
    border-bottom: 1px solid #d7d7d7;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 16px;
    font-weight: 300;
    padding: 25px;
    height: 400px;
    vertical-align: top;
    width:100%
}

.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: 70px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom:1px solid #b1b1b1;
}

.notice_contents #frm .btn_area {
	text-align:center;
	margin-top:30px;
	margin-bottom:130px;
}

.notice_contents #frm .btn_area .list_on {
	width: 130px;
    height: 60px;
    letter-spacing: 3px;
    border: none;
    color: #636363;
    border-radius: 5px;
    border:1px solid #b7b7b7;
    padding-left:20px
}

.notice_contents #frm .btn_area .modify_on {
    width: 130px;
    height: 60px;
    letter-spacing: 3px;
    border: none;
    background-color: #1f208a;
    color: white;
    border-radius: 5px;
    margin-right:10px;
    font-weight:300;
}

.notice_contents #frm .btn_area .delete_on {
    width: 130px;
    height: 60px;
    letter-spacing: 3px;
    border: none;
    background-color: #afb1b5;
    color: white;
    border-radius: 5px;
    margin-right:10px;
    font-weight:300;
}

.notice_contents .notice_detail_outside {
	width:1000px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.notice_contents .notice_detail_outside th {
	border:none;
	width:15%;
	font-size:16px;
	color:#363636;
	font-weight:500;
}

.notice_contents .notice_detail_outside th img{
	margin-right:15px
}

.notice_contents .notice_detail_outside td {
	border:none;
	font-size:14px;
	color:#636363;
	font-weight:300
}

.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:none;
	border-bottom:1px solid #d7d7d7;
}

.notice_contents .notice_detail_outside th,
.notice_contents .notice_detail_outside td {
	height: 40px;
	padding:15px;
}



/* 게시글 작성 */
#contents .write_contents {
	width: 1100px;
    margin: 0 auto;
    text-align: center;
    padding : 50px;
}

.write_table {
	width:100%;
	border:none;
}

.write_table th {
	padding:5px;
	font-weight:400;
}

.write_table td {
	padding:5px;
}

.write_table .first_block {
	border-top : 1px solid #d4d4d4;
	border-left : none;
	border-right : none;
	border-bottom : none;
	letter-spacing: 3px;
}

.write_table .bo_subject {
	width:100%;
	height:40px;
	float:left;
	border-bottom: 1px solid #e4e4e4;
    border-top: none;
    border-left: none;
    border-right: none;
}

.write_table .bo_category {
	width:100%;
	height:40px;
	border-bottom: 1px solid #e4e4e4;
    border-top: none;
    border-left: none;
    border-right: none;
}

.write_table .contents_box {
	padding-top:20px;
	padding-bottom:20px;
	border-top : 1px solid #d4d4d4;
	border-left : none;
	border-right : none;
	border-bottom : none;
}

.write_table .last_block {
	border-top : 1px solid #d4d4d4;
	border-left : none;
	border-right : none;
	height:60px;
	letter-spacing:1px;
}

.btn_area_write {
    margin: 0 auto;
    margin-top:20px;
    margin-bottom:20px;
    width: 1000px;
    height:50px;
}

.btn_area_write .list_on {
	width: 130px;
    height: 60px;
    letter-spacing: 3px;
    border: none;
    color: #636363;
    border-radius: 5px;
    border:1px solid #b7b7b7;
    padding-left:20px
}

.btn_area_write .register_on {
    width: 130px;
    height: 60px;
    letter-spacing: 3px;
    border: none;
    background-color: #1f2089;
    color: white;
    border-radius: 5px;
    margin-right:10px;
    font-weight:300
}

.modify_file {
	font-weight: 400;
    height: 60px;
    letter-spacing: 1px;
    border-top : 1px solid #d4d4d4;
    border-left : none;
	border-right : none;
	border-bottom : none;
}

.modify_file a {
	float:left;
}

.modify_file a span{
	color:#6b6b6b;
}