/*================================
	°³ÀÎÁ¤º¸ ¼öÁý ¹× ÀÌ¿ëµ¿ÀÇ
================================*/
.board_agreement{
	width: 100%;
	overflow: hidden;
}
.board_agreement li{
	width: 100%
}
.board_agreement .div-line{
	border: 1px solid #dddddd;
	padding: 10px 15px;
}
.board_agreement textarea{
	width: 100%;
	height: 150px;
	border: 1px solid #dddddd;
	padding: 20px 20px;
}
.board_agreement .board_agreement_scroll{
	border: 1px solid #dddddd;
	overflow-y: scroll;
	padding: 10px 10px;
}

@media (max-width: 575px){
	.board_agreement h1{
		color: #181818;	
		font-size: 16px;
		font-weight: 500;
		padding: 0 0 10px 0;
	}
	.board_agreement .board_agreement_input{
		padding: 10px 0 0 0;
		font-size: 16px;
	}
}
@media (min-width: 576px){
	.board_agreement h1{
		color: #181818;	
		font-size: 16px;
		font-weight: 500;
		padding: 0 0 10px 0;
	}
	.board_agreement .board_agreement_input{
		padding: 10px 0 0 0;
		font-size: 16px;
	}
}
@media (min-width: 768px){
	.board_agreement h1{
		color: #181818;	
		font-size: 17px;
		font-weight: 500;
		padding: 0 0 10px 0;
	}
	.board_agreement .board_agreement_input{
		padding: 10px 0 0 0;
		font-size: 16px;
	}
}
@media (min-width: 992px){
	.board_agreement h1{
		color: #181818;	
		font-size: 17px;
		font-weight: 500;
		padding: 0 0 10px 0;
	}
}
@media (min-width: 1100px){
	.board_agreement h1{
		color: #181818;	
		font-size: 18px;
		font-weight: 500;
		padding: 0 0 10px 0;
	}
}
@media (min-width: 1300px){
	.board_agreement h1{
		color: #181818;	
		font-size: 19px;
		font-weight: 500;
		padding: 0 0 10px 0;
	}
}

/* ¹öÆ° */
.btn_post_search{
	padding: 6px 14px;
	background: #282828;
	color: #ffffff !important;
	font-size: 13px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin: -5px 0 0 5px;
}
.btn_post_search:hover{
	background: #070707;
}
.btn_check{
	padding: 6px 10px;
	background: #282828;
	color: #ffffff !important;
	font-size: 13px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin: -5px 0 0 4px;
	border: 0;
	cursor: pointer;
}
.btn_check:focus {
	outline: none;
	border: 0;
}
.btn_check:hover{
	background: #070707;
}

/*================================
	Å×ÀÌºí-¸®½ºÆ®
================================*/
.board_list table{
	width: 100%;
}
.board_list th{
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 10px 10px;
	background: #f4f4f4;
	color: #000000;
	font-weight: 500;
	text-align: center;
}
.board_list td{
	text-align: center;
	border-bottom: 1px solid #dddddd;
	padding: 10px 10px;
}
.board_list .td-left{
	text-align: left;
}
.board_list .state_1{
	width: 80px;
	height: 30px;
	background: #ff9000;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
	border-radius: 10px;
	display: inline-block;
	text-align: center;
}
.board_list .state_2{
	width: 80px;
	height: 30px;
	background: #00418f;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
	border-radius: 10px;
	display: inline-block;
	text-align: center;
}
.board_list .state_3{
	width: 80px;
	height: 30px;
	background: #b1b1b1;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
	border-radius: 10px;
	display: inline-block;
	text-align: center;
}

/*================================
	Å×ÀÌºí-°øÁö
================================*/
@media (max-width: 575px){
	.board_write_notice{
		width: 100%;
		overflow: hidden;
		border: 1px solid #d3d3d3;
		padding: 10px 20px 20px 20px;
		margin: 0 0 30px 0;
	}
	.board_write_notice h1{
		font-weight: 500;
		color: #2b2b2b;
		font-size: 20px;
	}
	.board_write_notice .board_notice_text{
		color: #6d6d6d;
		font-size: 14px;
		letter-spacing: -1.0px;
		padding: 5px 0 0 0;
	}
}
@media (min-width: 576px){
	.board_write_notice{
		width: 100%;
		overflow: hidden;
		border: 1px solid #d3d3d3;
		padding: 20px 30px 30px 30px;
		margin: 0 0 30px 0;
	}
	.board_write_notice h1{
		font-weight: 500;
		color: #2b2b2b;
		font-size: 24px;
	}
	.board_write_notice .board_notice_text{
		color: #6d6d6d;
		font-size: 16px;
		padding: 10px 0 0 0;
	}
}


/*================================
	Å×ÀÌºí-½ÅÃ»Æû,±Û¾²±â
================================*/
.board_write table{
	width: 100%;
	overflow: hidden;
	border-top: 2px solid #000000;
	margin: 10px 0 0 0;
}
.board_write_star b{
	color: #ff0000;
}
.board_write_point{
	color: #ff0000;
	padding: 0 0 10px 0;
}
.required-style{
	color: #ff0000;
	padding: 0 3px 0 0;
}
.board_write_password2 b{
	font-weight: 500;
	color: #cb0014;
}
.board_write .td_100{
	width: 100% !important;
}
.board_write .input_file{
	width: 50%;
}


@media (max-width: 575px){
	.board_write .board_write_title{
		font-weight: 500;
		color: #2b2b2b;
		font-size: 18px;
		padding: 20px 0 15px 0;
	}
	.board_write .board_write_title span{
		width: 7px;
		height: 17px;
		background: #2f3f97;
		display: inline-block;
		vertical-align: middle;
		margin: -4px 8px 0 0;
	}
	.board_write_star{
		color: #6d6d6d;
		font-size: 15px;
		text-align: right;
		padding: 0 0 10px 0;
	}
	.board_write table tr th{
		width: 100%;
		background: #f8f8f8;
		padding: 11px 20px;
		color: #000000;
		font-weight: 500;
		font-size: 16px;
		border-bottom: 1px solid #dddddd;
		display: inline-block;
		text-align: left;
	}
	.board_write table tr td{
		width: 100%;
		padding: 5px 15px;
		color: #5c5c5c;
		font-size: 15px;
		border-bottom: 1px solid #dddddd;
		text-align: left;
		display: inline-block;
	}
}
@media (min-width: 576px){
	.board_write .board_write_title{
		font-weight: 500;
		color: #2b2b2b;
		font-size: 19px;
		padding: 20px 0 15px 0;
	}
	.board_write .board_write_title span{
		width: 8px;
		height: 19px;
		background: #2f3f97;
		display: inline-block;
		vertical-align: middle;
		margin: -3px 10px 0 0;
	}
	.board_write_star{
		color: #6d6d6d;
		font-size: 16px;
		text-align: right;
	}
	.board_write table tr th{
		width: 100%;
		background: #f8f8f8;
		padding: 11px 10px;
		color: #000000;
		font-weight: 500;
		font-size: 16px;
		border-bottom: 1px solid #dddddd;
		display: inline-block;
	}
	.board_write table tr td{
		width: 100%;
		padding: 5px 15px;
		color: #5c5c5c;
		font-size: 15px;
		border-bottom: 1px solid #dddddd;
		text-align: left;
		display: inline-block;
	}
	.board_write table tr .th_content{
		padding: 11px 20px;
	}
	.board_write table tr .th_password2{
		height: 48px;
		padding: 10px 0 0 0;
	}
	.board_write .th_mob,
	.board_write .td_mob{
		width: 100%;
	}
}
@media (min-width: 768px){
	.board_write .board_write_title{
		font-weight: 500;
		color: #2b2b2b;
		font-size: 20px;
		padding: 20px 0 15px 0;
	}
	.board_write .board_write_title span{
		width: 8px;
		height: 19px;
		background: #2f3f97;
		display: inline-block;
		vertical-align: middle;
		margin: -3px 10px 0 0;
	}
	.board_write table tr th{
		width: 20%;
		background: #f8f8f8;
		padding: 11px 10px;
		color: #000000;
		font-weight: 500;
		font-size: 16px;
		border-bottom: 1px solid #dddddd;
		display: inline-block;
	}
	.board_write table tr td{
		width: 80%;
		padding: 5px 15px;
		color: #5c5c5c;
		font-size: 16px;
		border-bottom: 1px solid #dddddd;
		text-align: left;
		display: inline-block;
	}
	.board_write table tr .th_content{
		height: 111px;
		padding: 40px 0 0 0;
	}
	.board_write table tr .th_password2{
		height: auto;
		padding: 11px 20px;
	}
	.board_write .th_mob,
	.board_write .td_mob{
		width: 100%;
	}
}
@media (min-width: 992px){
	.board_write .board_write_title{
		font-weight: 500;
		color: #2b2b2b;
		font-size: 24px;
		padding: 30px 0 15px 0;
	}
	.board_write .board_write_title span{
		width: 8px;
		height: 20px;
		background: #2f3f97;
		display: inline-block;
		vertical-align: middle;
		margin: -3px 10px 0 0;
	}
	.board_write table tr th{
		width: 15%;
		background: #f8f8f8;
		padding: 12px 20px;
		color: #000000;
		font-weight: 500;
		font-size: 16px;
		border-bottom: 1px solid #dddddd;
		display: table-cell;
	}
	.board_write table tr td{
		width: 35%;
		padding: 12px 20px;
		color: #5c5c5c;
		font-size: 16px;
		border-bottom: 1px solid #dddddd;
		text-align: left;
		display: table-cell;
	}

	.board_write1 table tr td{
		width: 30%;
		padding: 12px 20px;
		color: #5c5c5c;
		font-size: 16px;
		border-bottom: 1px solid #dddddd;
		text-align: left;
		display: table-cell;
	}
	.board_write table tr .th_content{
		height: auto;
		padding: 12px 20px;
	}
	.board_write .th_mob,
	.board_write .td_mob{
		width: auto;
	}
}
@media (min-width: 1100px){
	.board_write .board_write_title{
		font-weight: 500;
		color: #2b2b2b;
		font-size: 22px;
		letter-spacing: -1.0px;
		padding: 30px 0 15px 0;
	}
	.board_write .board_write_title span{
		width: 7px;
		height: 19px;
		background: #2f3f97;
		display: inline-block;
		vertical-align: middle;
		margin: -3px 10px 0 0;
	}
}
@media (min-width: 1300px){
	.board_write .board_write_title{
		font-weight: 500;
		color: #2b2b2b;
		font-size: 24px;
		padding: 30px 0 15px 0;
	}
	.board_write .board_write_title span{
		width: 8px;
		height: 20px;
		background: #2f3f97;
		display: inline-block;
		vertical-align: middle;
		margin: -3px 10px 0 0;
	}
}


.board_write_btn .btn_modify1{
	width: 100px;
	height: 40px;
	background: #434343;
	color: #FFFFFF !important;
	font-weight: 500;
	font-size: 17px;
	line-height: 38px;
	text-align: center;
	border: 0;
	border-radius: 20px;
	margin: 0 5px 0 0;
	cursor: pointer;
	display: inline-block;
}
.board_write_btn .btn_reply1{
	width: 100px;
	height: 40px;
	background: #ff9000;
	color: #FFFFFF !important;
	font-weight: 500;
	font-size: 17px;
	line-height: 38px;
	text-align: center;
	border: 0;
	border-radius: 20px;
	margin: 0 5px 0 0;
	cursor: pointer;
	display: inline-block;
}
.board_write_btn .btn_write1:focus,
.board_write_btn .btn_cancel:focus{
	outline: none !important;
	box-shadow: 0 0 0 rgba(0,0,0,0.0) !important; 
}

@media (max-width: 575px){
	.board_write_btn{
		width: 100%;
		text-align: center;
		padding: 20px 0 0 0;
	}
	.board_write_btn .btn_write1{
		width: 140px;
		height: 50px;
		background: #4fa300;
		color: #FFFFFF !important;
		font-weight: 500;
		font-size: 18px;
		text-align: center;
		border: 0;
		margin: 0 10px 0 0;
		cursor: pointer;
		display: inline-block;
	}
	.board_write_btn .btn_cancel{
		width: 90px;
		height: 50px;
		background: #6d6d6d;
		color: #FFFFFF !important;
		font-weight: 500;
		font-size: 18px;
		text-align: center;
		border: 0;
	}
}
@media (min-width: 576px){
	.board_write_btn{
		width: 100%;
		text-align: center;
		padding: 35px 0 0 0;
	}
	.board_write_btn .btn_write1{
		width: 180px;
		height: 55px;
		background: #4fa300;
		color: #FFFFFF !important;
		font-weight: 500;
		font-size: 18px;
		text-align: center;
		border: 0;
		margin: 0 10px 0 0;
		cursor: pointer;
		display: inline-block;
	}
	.board_write_btn .btn_cancel{
		width: 100px;
		height: 55px;
		background: #6d6d6d;
		color: #FFFFFF !important;
		font-weight: 500;
		font-size: 18px;
		text-align: center;
		border: 0;
	}
}
@media (min-width: 768px){
	.board_write_btn{
		width: 100%;
		text-align: center;
		padding: 40px 0 0 0;
	}
	.board_write_btn .btn_write1{
		width: 160px;
		height: 56px;
		background: #4fa300;
		color: #FFFFFF !important;
		font-weight: 500;
		font-size: 19px;
		text-align: center;
		border: 0;
		margin: 0 10px 0 0;
		cursor: pointer;
		display: inline-block;
	}
	.board_write_btn .btn_cancel{
		width: 100px;
		height: 56px;
		background: #6d6d6d;
		color: #FFFFFF !important;
		font-weight: 500;
		font-size: 19px;
		text-align: center;
		border: 0;
	}
}
@media (min-width: 992px){
	.board_write_btn{
		width: 100%;
		text-align: center;
		padding: 40px 0 0 0;
	}
	.board_write_btn .btn_write1{
		width: 180px;
		height: 60px;
		background: #4fa300;
		color: #FFFFFF !important;
		font-weight: 500;
		font-size: 20px;
		text-align: center;
		border: 0;
		margin: 0 10px 0 0;
		cursor: pointer;
		display: inline-block;
	}
	.board_write_btn .btn_cancel{
		width: 130px;
		height: 60px;
		background: #6d6d6d;
		color: #FFFFFF !important;
		font-weight: 500;
		font-size: 20px;
		text-align: center;
		border: 0;
	}
}
@media (min-width: 1100px){
	.board_write_btn .btn_write1{
		width: 200px;
		height: 64px;
		background: #4fa300;
		color: #FFFFFF !important;
		font-weight: 500;
		font-size: 22px;
		text-align: center;
		border: 0;
		margin: 0 10px 0 0;
		cursor: pointer;
		display: inline-block;
	}
	.board_write_btn .btn_cancel{
		width: 150px;
		height: 64px;
		background: #6d6d6d;
		color: #FFFFFF !important;
		font-weight: 500;
		font-size: 22px;
		text-align: center;
		border: 0;
	}
}


.btn_list1{
	width: 100px;
	height: 40px;
	background: #b7b7b7;
	color: #FFFFFF !important;
	font-weight: 500;
	font-size: 17px;
	line-height: 38px;
	text-align: center;
	border: 0;
	border-radius: 20px;
	margin: 0 5px 0 0;
	cursor: pointer;
	display: inline-block;
}
.board_write_text1{
	text-align: right;
}
.btn{
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

@media (max-width: 575px){
	.board_write table tr th{
		padding: 10px 10px;
	}
	.board_write table tr td{
		padding: 10px 10px;
	}
}

/*================================
	Å×ÀÌºí-½ÅÃ»Æû,±Û¾²±â-ÀÔ·Â¹Ú½ºÅ©±â
================================*/
.input_company1{
	width: 100%;
}
.input_product1{
	width: 100%;
}
.input_title1{
	width: 100%;
}
.input_option1{
	width: 100%;
}
.input_passwd1{
	width: 50%;
}
.input_content1{
	width: 100%;
}

@media (max-width: 575px){
	.input_tel1{
		width: 30%;
	}
	.input_tel2{
		width: 30%;
	}
	.input_tel3{
		width: 30%;
	}
	.input_passwd1{
		width: 30%;
		height: 30px;
	}
	.input_pass{
		width: 20%;
	}
	.input_mail1{
		width: 50%;
	}
	.input_mail3{
		width: 41%;
	}
}
@media (min-width: 576px){
	.input_tel1{
		width: 30%;
	}
	.input_tel2{
		width: 30%;
	}
	.input_tel3{
		width: 30%;
	}
	.input_account1{
		width: 50%;
	}
	.input_number1{
		width: 20%;
	}
	.input_passwd1{
		width: 12%;
		height: 30px;
	}
	.input_pass{
		width: 20%;
	}
	.input_mail1{
		width: 50%;
	}
	.input_mail3{
		width: 42%;
	}
}
@media (min-width: 768px){
	.input_tel1{
		width: 15%;
	}
	.input_tel2{
		width: 15%;
	}
	.input_tel3{
		width: 15%;
	}
	.input_account1{
		width: 40%;
	}
	.input_number1{
		width: 30%;
	}
	.input_passwd1{
		width: 12%;
		height: 30px;
	}
	.input_pass{
		width: 20%;
	}
	.input_mail1{
		width: 50%;
	}
	.input_mail3{
		width: 45%;
	}
}
@media (min-width: 992px){
	.input_tel1{
		width: 25%;
	}
	.input_tel2{
		width: 30%;
	}
	.input_tel3{
		width: 30%;
	}
	.input_number1{
		width: 25%;
	}
	.input_mail1{
		width: 50%;
	}
	.input_mail3{
		width: 42%;
	}
	.input_pass{
		width: 10%;
	}
}
@media (min-width: 1100px){
	.input_tel1{
		width: 20%;
	}
	.input_tel2{
		width: 30%;
	}
	.input_tel3{
		width: 20%;
	}
	.input_mail3{
		width: 45%;
	}
}
@media (min-width: 1300px){
	.input_tel1{
		width: 15%;
	}
	.input_tel2{
		width: 20%;
	}
	.input_tel3{
		width: 20%;
	}
}


/*================================
	°Ô½ÃÆÇ ÆäÀÌÁö¸®½ºÆ®
================================*/
.pic_pagelist{
	width: 100%;
	overflow: hidden;
	text-align: center;
}

/*================================
	°Ô½ÃÆÇ ¸®½ºÆ®
================================*/
.board-search{
	margin: 0 0 20px 0;
}
.btn-search01{
	height: 36px;
	padding: 0 20px;
	border: 0;
	background: #2c2c2c;
	color: #FFFFFF;
}

.board-list-title{
	color: #000000;
	background: #f7f7f7;	
}
.board-list-title td{
	padding: 8px 0;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.board-list-title strong{
	font-weight: 500;
}
.board-list-line{
	background: #e6e6e6;	
}
.board-list-no{
	padding: 10px 0;
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
}
.board-list-notice{
	background: #fcf7f0;
}
.btn_board-list-notice{
	padding: 2px 10px;
	display: inline-block;
	background: #ff9000;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 500;
	border-radius: 15px;
}

.board-list-title td{
	text-align: center;
}
.board-list-title .th_1{
	width: 8%;
}
.board-list-title .th_2{
	width: 50%;
}
.board-list-title .th_3{
	width: 22%;
}
.board-list-title .th_4{
	width: 12%;
}
.board-list-title .th_5{
	width: 8%;
}

.board-list-info td{
	height: 40px;
	border-bottom: 1px solid #e6e6e6;
	text-align: center;
	display: inline-block;
	line-height: 40px;
}

.btn_write1{
	width: 100px;
	height: 45px;
	background: #ff7e00;
	color: #FFFFFF !important;
	font-weight: 500;
	font-size: 17px;
	line-height: 42px;
	text-align: center;
	border: 0;
	cursor: pointer;
	display: inline-block;
}
.btn_cancel{
	width: 100px;
	height: 45px;
	background: #b7b7b7;
	color: #FFFFFF !important;
	font-weight: 500;
	font-size: 17px;
	text-align: center;
	border: 0;
}

@media (max-width: 767px){
	.board-search .td_info{
		width: 100%;
		display: block;
	}
	.board-search .td_input{
		width: 100%;
		display: block;
	}
	.board-search .td_input select{
		width: 20%;
		float: left;
	}
	.board-search .td_input input{
		width: 60%;
		float: left;
	}
	.board-search .td_input .btn-search01{
		width: 20%;
		float: left;
	}
	.board-list-info{
		border-top: 1px solid #e6e6e6
	}
	.btn_board-list-notice{
		font-size: 12px;
		padding: 2px 10px 4px 10px;
	}
	.btn_write2{
		width: 15%;
		height: 40px;
		background: #239f71;
		color: #FFFFFF !important;
		font-weight: 500;
		font-size: 16px;
		border: 0;
	}
	.board-list-info .td_2{
		width: 70%;		
		text-align: left;
		table-layout: fixed;	
	}
	.board-list-info .td_4{
		width: 20%;
	}
	.board-list-info .td_5{
		width: 10%;
	}
	.board-list-info .td_2 .td_2_div{
		display: -webkit-box;
		-webkit-line-clamp: 1; /* ¶óÀÎ¼ö */
		-webkit-box-orient: vertical;
		white-space: normal;
		height: 40px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
@media (min-width: 768px){
	.board-search .td_input select{
		width: 19%;
	}
	.board-search .td_input input{
		width: 40%;
	}
	.board-search .td_input .btn-search01{
		width: 15%;
	}
	.btn_write2{
		width: 15%;
		height: 45px;
		background: #239f71;
		color: #FFFFFF !important;
		font-weight: 500;
		font-size: 17px;
		border: 0;
	}
	.board-list-info .td_1{
		width: 8%;
	}
	.board-list-info .td_2{
		width: 50%;
		text-align: left;
		table-layout: fixed;	
	}
	.board-list-info .td_3{
		width: 22%;
	}
	.board-list-info .td_4{
		width: 12%;
	}
	.board-list-info .td_5{
		width: 8%;
	}
	.board-list-info .td_2 .td_2_div{
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		display: block;
	}
}
@media (min-width: 992px){
	.board-search .td_input select{
		width: 15%;
	}
	.board-search .td_input input{
		width: 30%;
	}
	.board-search .td_input .btn-search01{
		width: 10%;
	}
	.btn_write2{
		width: 10%;
		height: 50px;
		background: #239f71;
		color: #FFFFFF !important;
		font-weight: 500;
		font-size: 17px;
		border: 0;
	}
}

/*================================
	°Ô½ÃÆÇ read
================================*/
.board-read-title td{
	padding: 12px 0;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background: #f7f7f7;
}
.board-read-title td b{
	color: #000000;
	font-weight: 500;
	font-size: 17px;
}
.board-read-info{
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
}
.board-read-info td{
	padding: 8px 0;
}
.board-read-info td strong{
	color: #313131;
	font-weight: 400;
	font-size: 15px;
}
.board-read-info td .board-read-info-line{
	padding: 0 5px 0 7px;
	vertical-align: middle;
	margin: -2px 0 0 0;
}
.board-read-prev-title,
.board-read-next-title{
	background: #f7f7f7;
	font-size: 15px;
	padding: 5px 0;
}
.board-read-prev-con,
.board-read-next-con{
	font-size: 15px;
	padding-left: 15px;
}

.btn_modify1{
	width: 100px;
	height: 40px;
	background: #434343;
	color: #FFFFFF !important;
	font-weight: 500;
	font-size: 17px;
	line-height: 38px;
	text-align: center;
	border: 0;
	border-radius: 20px;
	margin: 0 5px 0 0;
	cursor: pointer;
	display: inline-block;
}
.btn_delete1{
	width: 100px;
	height: 40px;
	background: #cd0101;
	color: #FFFFFF !important;
	font-weight: 500;
	font-size: 17px;
	line-height: 38px;
	text-align: center;
	border: 0;
	border-radius: 20px;
	margin: 0 5px 0 0;
	cursor: pointer;
	display: inline-block;
}

@media (max-width: 767px){
	.board-read-info{
		padding: 7px 0;
	}
	.board-read-info td{
		padding: 0;
	}
	.board-read-info .td_1{
		width: 0%;
	}
	.board-read-info .td_2{
		width: 27%;
		display: inline-block;
		text-align: left;
	}
	.board-read-info .td_3{
		width: 49%;
		display: inline-block;
		text-align: left;
	}
	.board-read-info .td_4{
		width: 24%;
		display: inline-block;
		text-align: left;
	}
	.board-read-info td strong{
		font-size: 13px;
	}
	.board-read-info td .board-read-info-line{
		padding: 4px;
	}
	.board-read-prev-title, .board-read-next-title{
		font-size: 13px;
	}
	.board-read-prev-con, .board-read-next-con{
		font-size: 13px;
	}
	.board_read_content img{
		width: 100%;
	}
}
@media (min-width: 768px){
	.board-read-info .td_1{
		width: 10%;
	}
	.board-read-info .td_2{
		width: 26%;
		text-align: center;
	}
	.board-read-info .td_3{
		width: 26%;
		text-align: center;
	}
	.board-read-info .td_4{
		width: 28%;
		text-align: center;
	}
}

/*================================
	°¶·¯¸®Çü °Ô½ÃÆÇ ¸®½ºÆ®
================================*/
.pic-list-img{
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 20px 0 0 0;
}
.pic-list-img img:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);   /* For IE8 and earlier */
}
.pic-list-title{
	padding: 10px 10px 20px 10px;
}


@media (max-width: 767px){
	.pic-list{
		width: 50%;
		display: inline-block;
	}
	.pic-list table{
		width: 94%;
		margin: 0 auto;
	}
	.pic-list table img{
		width: 100%;
	}
}
@media (min-width: 768px){
	.pic-list{
		width: 25%;
		display: inline-block;
	}
	.pic-list table{
		width: 230px;
	}
	.pic-list table img{
		width: 230px;
	}
}

/*================================
	Å×ÀÌºí ÆÐ½º¿öµå ÀÔ·Â
================================*/
.board_passwd{
	width: 100%;
	overflow: hidden;
	padding: 0 0 30px 0;
	background: #FFFFFF;
}
.board_passwd .board_passwd_title{
	text-align: center;
	padding: 0 0 20px 0;
}
.board_passwd table tr td{
	text-align: center;
}
.board_passwd h1{
	font-size: 22px;
	color: #000000;
	text-align: center;
}
.board_passwd b{	
	color: #ff6800;
	font-weight: 400;
}
@media (max-width: 575px){
	.board_passwd table{
		width: 92%;
		margin: 0 auto;
	}
}
@media (min-width: 576px){
	.board_passwd table{
		width: 100%;
		margin: 0 auto;
	}
}
@media (min-width: 768px){
	.board_passwd table{
		width: 700px;
		margin: 0 auto;
	}
}

/*================================
	Á¢¼ö»óÅÂ
================================*/
@media (max-width: 575px){
	.icon_state1{
		width: 60px;
		height: 30px;
		background: #49b80a;
		color: #FFFFFF !important;
		font-size: 13px;
		line-height: 28px;
		text-align: center;
		border: 0;
		border-radius: 20px;
		display: inline-block;
	}
	.icon_state2{
		width: 60px;
		height: 30px;
		background: #6d6d6d;
		color: #FFFFFF !important;
		font-size: 13px;
		line-height: 28px;
		text-align: center;
		border: 0;
		border-radius: 20px;
		display: inline-block;
	}
}
@media (min-width: 576px){
	.icon_state1{
		width: 60px;
		height: 30px;
		background: #49b80a;
		color: #FFFFFF !important;
		font-size: 13px;
		line-height: 28px;
		text-align: center;
		border: 0;
		border-radius: 20px;
		display: inline-block;
	}
	.icon_state2{
		width: 60px;
		height: 30px;
		background: #6d6d6d;
		color: #FFFFFF !important;
		font-size: 13px;
		line-height: 28px;
		text-align: center;
		border: 0;
		border-radius: 20px;
		display: inline-block;
	}
}
@media (min-width: 768px){
	.icon_state1{
		width: 70px;
		height: 36px;
		background: #49b80a;
		color: #FFFFFF !important;
		font-size: 15px;
		line-height: 34px;
		text-align: center;
		border: 0;
		border-radius: 20px;
		display: inline-block;
	}
	.icon_state2{
		width: 70px;
		height: 36px;
		background: #6d6d6d;
		color: #FFFFFF !important;
		font-size: 15px;
		line-height: 34px;
		text-align: center;
		border: 0;
		border-radius: 20px;
		display: inline-block;
	}
}

/*================================
	½ÅÃ»-¹öÆ°
================================*/
.btn_address1{
	width: 110px;
	height: 36px;
	background: #3a3a3a;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 34px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin: -4px 0 0 8px;
}
.btn_address1:link,
.btn_address1:visited,
.btn_address1:hover,
.btn_address1:active{
	color: #FFFFFF;
}

/*================================
	¸®½ºÆ®-³Ñ¹ö
================================*/
.board_list_number{
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 20px 0 0 0;
}
.board_list_number span{
	color: #878787;
}
.board_list_number b{
	font-weight: 400;
	color: #000000;
}