/*================================
	°³ÀÎÁ¤º¸ ¼öÁý ¹× ÀÌ¿ëµ¿ÀÇ
================================*/
.board_agreement{
	width: 100%;
	overflow: hidden;
}
.board_agreement li{
	width: 100%
}
.board_agreement h1{
	color: #181818;	
	font-size: 16px;
	font-weight: 500;
	padding: 0 0 10px 0;
}
.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 .board_agreement_input{
		padding: 10px 0 0 0;
		font-size: 16px;
	}
}
@media (min-width: 576px){
	.board_agreement .board_agreement_input{
		padding: 10px 0 0 0;
		font-size: 16px;
	}
}
@media (min-width: 768px){
	.board_agreement .board_agreement_input{
		padding: 10px 0 0 0;
		font-size: 16px;
	}
}

/* ¹öÆ° */
.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: 24px;
		padding: 0 0 10px 0;
	}
	.board_write .board_write_title span{
		width: 9px;
		height: 20px;
		background: #49b80a;
		display: inline-block;
		vertical-align: middle;
		margin: -3px 10px 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: 26px;
		padding: 0 0 15px 0;
	}
	.board_write .board_write_title span{
		width: 9px;
		height: 25px;
		background: #49b80a;
		display: inline-block;
		vertical-align: middle;
		margin: -3px 15px 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 table tr th{
		width: 15%;
		background: #f8f8f8;
		padding: 11px 10px;
		color: #000000;
		font-weight: 500;
		font-size: 16px;
		border-bottom: 1px solid #dddddd;
		display: table-cell;
	}
	.board_write table tr td{
		width: 35%;
		padding: 5px 15px;
		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: 0px 0 0 20px;
	}
	.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 table tr th{
		width: 20%;
		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: 30%;
		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;
	}
}

.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: 150px;
		height: 50px;
		background: #ff7e00;
		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: 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: #ff7e00;
		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: 200px;
		height: 64px;
		background: #ff7e00;
		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_place1{
	width: 100%;
}
.input_babyname1{
	width: 49%;
}
.input_babyname2{
	width: 49%;
}
.input_text1{
	width: 100%;
}
.input_etc1{
	width: 100%;
}
.input_etc2{
	width: 100%;
}
.input_etc3{
	width: 100%;
}
.input_etc4{
	width: 100%;
}
.input_etc5{
	width: 100%;
}
.input_etc6{
	width: 100%;
}
.input_etc7{
	width: 100%;
}
.input_etc8{
	width: 100%;
}
.input_mail1{
	width: 30%;
}
.input_link1{
	width: 100%;
}
.input_title1{
	width: 100%;
}
.input_passwd1{
	width: 50%;
}
.input_content1{
	width: 100%;
}


@media (max-width: 575px){
	.input_address1{
		width: 20%;
	}
	.input_address2{
		width: 47%;
	}
	.input_address3{
		width: 47%;
	}
	.input_email1{
		width: 96%;
	}
	.input_birthday1{
		width: 32%;
	}
	.input_birthday2{
		width: 32%;
	}
	.input_birthday3{
		width: 32%;
	}
	.input_time1{
		width: 96%;
	}
	.input_name1{
		width: 96%;
	}
	.input_name2{
		width: 48%;
	}
	.input_name3{
		width: 48%;
	}
	.input_name4{
		width: 48%;
	}
	.input_tel1{
		width: 30%;
	}
	.input_tel2{
		width: 30%;
	}
	.input_tel3{
		width: 30%;
	}
	.input_account1{
		width: 96%;
	}
	.input_number1{
		width: 20%;
	}
	.input_passwd1{
		width: 30%;
		height: 30px;
	}
}
@media (min-width: 576px){
	.input_address1{
		width: 20%;
	}
	.input_address2{
		width: 47%;
	}
	.input_address3{
		width: 47%;
	}
	.input_email1{
		width: 96%;
	}
	.input_birthday1{
		width: 32%;
	}
	.input_birthday2{
		width: 32%;
	}
	.input_birthday3{
		width: 32%;
	}
	.input_time1{
		width: 96%;
	}
	.input_name1{
		width: 96%;
	}
	.input_name2{
		width: 48%;
	}
	.input_name3{
		width: 48%;
	}
	.input_name4{
		width: 48%;
	}
	.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;
	}
}
@media (min-width: 768px){
	.input_address1{
		width: 15%;
	}
	.input_address2{
		width: 45%;
	}
	.input_address3{
		width: 45%;
	}
	.input_email1{
		width: 90%;
	}
	.input_birthday1{
		width: 30%;
	}
	.input_birthday2{
		width: 30%;
	}
	.input_birthday3{
		width: 30%;
	}
	.input_time1{
		width: 50%;
	}
	.input_name1{
		width: 80%;
	}
	.input_name2{
		width: 47%;
	}
	.input_name3{
		width: 47%;
	}
	.input_name4{
		width: 47%;
	}
	.input_tel1{
		width: 27%;
	}
	.input_tel2{
		width: 27%;
	}
	.input_tel3{
		width: 27%;
	}
	.input_account1{
		width: 40%;
	}
	.input_number1{
		width: 30%;
	}
	.input_passwd1{
		width: 12%;
		height: 30px;
	}
}
@media (min-width: 992px){
	.input_birthday1{
		width: 30%;
	}
	.input_birthday2{
		width: 20%;
	}
	.input_birthday3{
		width: 20%;
	}
	.input_time1{
		width: 30%;
	}
	.input_name1{
		width: 50%;
	}
	.input_name2{
		width: 30%;
	}
	.input_name3{
		width: 30%;
	}
	.input_name4{
		width: 30%;
	}
	.input_tel1{
		width: 30%;
	}
	.input_tel2{
		width: 30%;
	}
	.input_tel3{
		width: 30%;
	}
	.input_account1{
		width: 20%;
	}
	.input_number1{
		width: 25%;
	}
}
@media (min-width: 1100px){
	.input_name1{
		width: 50%;
	}
	.input_tel1{
		width: 20%;
	}
	.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: 6px 10px;
	display: inline-block;
	background: #ff9000;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 500;
	border-radius: 15px;
	line-height: 15px;
	margin: 6px 0 0 0;
}

.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: 80%;		
		text-align: left;
		table-layout: fixed;	
	}
	.board-list-info .td_4{
		width: 20%;
	}
	.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{
		max-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;
	}
	.board_read_content img{
		max-width: 75%;
	}
}

/*================================
	°¶·¯¸®Çü °Ô½ÃÆÇ ¸®½ºÆ®-°Ô½Ã¹°¼ö, °Ë»ö
================================*/
.pic_list_info{
	width: 100%;
	overflow: hidden;
	padding: 0 0 20px 0;
}

@media (max-width: 575px){
	.pic_list_info .pli_number{
		width: 100%;
		padding: 0 0 5px 0;
	}
	.pic_list_info .pli_search{
		width: 100%;
		text-align: left;
	}
	.pic_list_info .pli_search select{
		width: 25%;
	}
	.pic_list_info .pli_search .search_text{
		width: 50%;
	}
}
@media (min-width: 576px){
	.pic_list_info .pli_number{
		width: 40%;
		float: left;
	}
	.pic_list_info .pli_search{
		width: 60%;
		float: left;
		text-align: right;
	}
	.pic_list_info .pli_search select{
		width: 70px;
	}
	.pic_list_info .pli_search .search_text{
		width: 180px;
	}
}
@media (min-width: 768px){
	.pic_list_info .pli_number{
		width: 30%;
		float: left;
	}
	.pic_list_info .pli_search{
		width: 70%;
		float: left;
		text-align: right;
	}
	.pic_list_info .pli_search select{
		width: 80px;
	}
	.pic_list_info .pli_search .search_text{
		width: 200px;
	}
}
@media (min-width: 992px){
	.pic_list_info .pli_number{
		width: 50%;
		float: left;
	}
	.pic_list_info .pli_search{
		width: 50%;
		float: left;
		text-align: right;
	}
	.pic_list_info .pli_search select{
		width: 100px;
	}
	.pic_list_info .pli_search .search_text{
		width: 300px;
	}
}

/*================================
	°¶·¯¸®Çü °Ô½ÃÆÇ ¸®½ºÆ®
================================*/
.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;
}

/*================================
	°¶·¯¸®Çü °Ô½ÃÆÇ ¸®½ºÆ®-°Ô½Ã¹°
================================*/
.pic_list li a{
	display: block;
}
.pic_list li .pic_list_img img{
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.pic_list li .pic_list_text img{
	display: none;
}

@media (max-width: 575px){
	.pic_list{
		width: 104%;
		overflow: hidden;
	}
	.pic_list li{
		width: 100%;
		float: left;
		padding: 0 4% 30px 0;
	}
	.pic_list li .pic_list_img{
		width: 100%;
		height: 15rem;
		overflow: hidden;
	}	
	.pic_list li .pic_list_title{
		font-weight: 500;
		font-size: 16px;
		color: #000000;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		margin: 15px 0 5px 0;
	}
	.pic_list li .pic_list_text{
		font-size: 14px;
		color: #4a4a4a;
		line-height: 20px;
		display: -webkit-box;
		-webkit-line-clamp: 2; /* ¶óÀÎ¼ö */
		-webkit-box-orient: vertical;
		white-space: normal;
		height: 44px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.pic_list li .pic_list_view{
		padding: 10px 0 0 0;	
	}
	.pic_list li .pic_list_view span{
		border-bottom: 1px solid #828282;
		font-size: 12px;
		color: #828282;
	}
	.pic_list li .pic_list_view img{
		width: 10px;
		vertical-align: middle;
		margin: -3px 0 0 5px;
	}
}
@media (min-width: 576px){
	.pic_list{
		width: 104%;
		overflow: hidden;
	}
	.pic_list li{
		width: 50%;
		float: left;
		padding: 0 4% 30px 0;
	}
	.pic_list li .pic_list_img{
		width: 100%;
		height: 15rem;
		overflow: hidden;
	}	
	.pic_list li .pic_list_title{
		font-weight: 500;
		font-size: 17px;
		color: #000000;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		margin: 15px 0 5px 0;
	}
	.pic_list li .pic_list_text{
		font-size: 15px;
		color: #4a4a4a;
		line-height: 21px;
		display: -webkit-box;
		-webkit-line-clamp: 2; /* ¶óÀÎ¼ö */
		-webkit-box-orient: vertical;
		white-space: normal;
		height: 46px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.pic_list li .pic_list_view{
		padding: 10px 0 0 0;	
	}
	.pic_list li .pic_list_view span{
		border-bottom: 1px solid #828282;
		font-size: 13px;
		color: #828282;
	}
	.pic_list li .pic_list_view img{
		width: 10px;
		vertical-align: middle;
		margin: -3px 0 0 5px;
	}
}
@media (min-width: 768px){
	.pic_list{
		width: 104%;
		overflow: hidden;
	}
	.pic_list li{
		width: 50%;
		float: left;
		padding: 0 4% 30px 0;
	}
	.pic_list li .pic_list_img{
		width: 100%;
		height: 16.25rem;
		overflow: hidden;
	}	
	.pic_list li .pic_list_title{
		font-weight: 500;
		font-size: 17px;
		color: #000000;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		margin: 15px 0 5px 0;
	}
	.pic_list li .pic_list_text{
		font-size: 15px;
		color: #4a4a4a;
		line-height: 21px;
		display: -webkit-box;
		-webkit-line-clamp: 2; /* ¶óÀÎ¼ö */
		-webkit-box-orient: vertical;
		white-space: normal;
		height: 46px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.pic_list li .pic_list_view{
		padding: 10px 0 0 0;	
	}
	.pic_list li .pic_list_view span{
		border-bottom: 1px solid #828282;
		font-size: 13px;
		color: #828282;
	}
	.pic_list li .pic_list_view img{
		width: 10px;
		vertical-align: middle;
		margin: -3px 0 0 5px;
	}
}
@media (min-width: 992px){
	.pic_list{
		width: 102%;
		overflow: hidden;
	}
	.pic_list li{
		width: 33.33333333333333%;
		float: left;
		padding: 0 2% 50px 0;
	}
	.pic_list li .pic_list_img{
		width: 100%;
		height: 12.5rem;
		overflow: hidden;
	}	
	.pic_list li .pic_list_title{
		font-weight: 500;
		font-size: 18px;
		color: #000000;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		margin: 15px 0 5px 0;
	}
	.pic_list li .pic_list_text{
		font-size: 15px;
		color: #4a4a4a;
		line-height: 21px;
		display: -webkit-box;
		-webkit-line-clamp: 3; /* ¶óÀÎ¼ö */
		-webkit-box-orient: vertical;
		white-space: normal;
		height: 67px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.pic_list li .pic_list_view{
		padding: 15px 0 0 0;	
	}
	.pic_list li .pic_list_view span{
		border-bottom: 1px solid #828282;
		font-size: 14px;
		color: #828282;
	}
	.pic_list li .pic_list_view img{
		width: 14px;
		vertical-align: middle;
		margin: -3px 0 0 5px;
	}
}
@media (min-width: 1100px){
	.pic_list li .pic_list_img{
		width: 100%;
		height: 14.375rem;
		overflow: hidden;
	}
	.pic_list li .pic_list_title{
		font-weight: 500;
		font-size: 19px;
		color: #000000;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		margin: 20px 0 10px 0;
	}
	.pic_list li .pic_list_text{
		font-size: 16px;
		color: #4a4a4a;
		line-height: 22px;
		display: -webkit-box;
		-webkit-line-clamp: 3; /* ¶óÀÎ¼ö */
		-webkit-box-orient: vertical;
		white-space: normal;
		height: 68px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.pic_list li .pic_list_view{
		padding: 20px 0 0 0;	
	}
	.pic_list li .pic_list_view span{
		border-bottom: 1px solid #828282;
		font-size: 15px;
		color: #828282;
	}
}
@media (min-width: 1300px){
	.pic_list li .pic_list_img{
		width: 100%;
		height: 16.125rem;
		overflow: hidden;
	}
	.pic_list li .pic_list_title{
		font-weight: 500;
		font-size: 20px;
		color: #000000;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		margin: 20px 0 10px 0;
	}
	.pic_list li .pic_list_text{
		font-size: 17px;
		color: #4a4a4a;
		line-height: 24px;
		display: -webkit-box;
		-webkit-line-clamp: 3; /* ¶óÀÎ¼ö */
		-webkit-box-orient: vertical;
		white-space: normal;
		height: 70px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

/*================================
	°¶·¯¸®Çü °Ô½ÃÆÇ ¸®½ºÆ®-ÆäÀÌÁö¼ö
================================*/
.pic_list_bottom .pic_list_bottom_number{
	display: inline-block;
}
.pic_list_bottom_number b{	
	background: #333333;
	color: #FFFFFF;
}

@media (max-width: 575px){
	.pic_list_bottom{
		width: 100%;
		overflow: hidden;
		text-align: center;
		padding: 10px 0 0 0;
	}
	.pic_list_bottom_number span,
	.pic_list_bottom_number b{
		width: 30px;
		height: 30px;
		line-height: 30px;
		display: inline-block;
	}
	.pic_list_bottom .pic_list_bottom_number .plbn_icon{
		padding: 0 3px;
	}
}
@media (min-width: 576px){
	.pic_list_bottom{
		width: 100%;
		overflow: hidden;
		text-align: center;
		padding: 20px 0 0 0;
	}
	.pic_list_bottom_number span,
	.pic_list_bottom_number b{
		width: 40px;
		height: 40px;
		line-height: 40px;
		display: inline-block;
	}
	.pic_list_bottom .pic_list_bottom_number .plbn_icon{
		padding: 0 5px;
	}
}
@media (min-width: 768px){
	.pic_list_bottom{
		width: 100%;
		overflow: hidden;
		text-align: center;
		padding: 20px 0 0 0;
	}
}
@media (min-width: 992px){
	.pic_list_bottom{
		width: 100%;
		overflow: hidden;
		text-align: center;
		padding: 0 0 40px 0;
	}
}
@media (min-width: 1100px){
	.pic_list_bottom{
		width: 100%;
		overflow: hidden;
		text-align: center;
		padding: 10px 0 30px 0;
	}
}


/*================================
	Å×ÀÌºí ÆÐ½º¿öµå ÀÔ·Â
================================*/
.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{
	border-top: 2px solid #282828;
}
.board_passwd table tr td{
	text-align: center;
}
.board_passwd table tr .td_1{
	background: #f9f9f9;
	padding: 10px 0;
	border-bottom: 1px solid #dddddd;
}
.board_passwd table tr .td_2{
	padding: 15px .0;
	border-bottom: 1px solid #dddddd;
}
.board_passwd .btn-search01{
	 vertical-align: middle;
	 margin: 0 0 0 5px;
}
.board_passwd .btn-search01:focus{
	outline: none !important;
	box-shadow: 0 0 0 rgba(0,0,0,0.0) !important; 
}

@media (max-width: 575px){
	.board_passwd table{
		width: 100%;
		margin: 0 auto;
	}
	.board_passwd .input_tel{
		width: 17%;
		vertical-align: middle;
	}
	.board_passwd .btn-search01{
		width: 80px;
		height: 40px;
		background: #2c2c2c;
		color: #FFFFFF !important;
		font-weight: 500;
		font-size: 16px;
		text-align: center;
		border: 0;
		border-radius: 20px;
		margin: 0 0 0 8px;
		cursor: pointer;
	}
}
@media (min-width: 576px){
	.board_passwd table{
		width: 100%;
		margin: 0 auto;
	}
	.board_passwd .input_tel{
		width: 15%;
		vertical-align: middle;
	}
	.board_passwd .btn-search01{
		width: 90px;
		height: 40px;
		background: #2c2c2c;
		color: #FFFFFF !important;
		font-weight: 500;
		font-size: 16px;
		text-align: center;
		border: 0;
		border-radius: 20px;
		margin: 0 0 0 10px;
		cursor: pointer;
	}
}
@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;
	}
}