@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');


@font-face {
    font-family: 'MICEGothic Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2206-01@1.0/MICEGothic Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

/**********************  전체  ******************************/

html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, sub, sup, var, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,
header, hgroup, menu, nav, section, summary, time, mark, audio, video, textarea,button{margin:0;padding:0;border:0;font-size:100%;font-weight:normal;}
body{width:100%;font-family:Pretendard, HelveticaNeue, DroidSans, Sans-serif, Helvetica;font-size:12px;color:#212121;}
ul, li{list-style:none;}
a{margin:0;padding:0;font-size:100%;text-decoration:none;vertical-align:baseline;background:transparent;}
a, a:link, a:hover, a:active{color:inherit;text-decoration:none;}
img{vertical-align:middle;}
input, textarea, button{margin:0;padding:0;box-sizing:content-box;vertical-align:middle;font-family:Pretendard, HelveticaNeue,DroidSans,Sans-serif,Helvetica;}
textarea{border:1px solid #ddd;}
table{border-collapse:collapse;border-spacing:0;}
input[type=text], input[type=date], input[type=password], select{height:26px;vertical-align:middle;border:1px solid #bbb;}
input[type=button], input[type=submit], input[type=reset], button{cursor:pointer;}
strong, b{font-weight:bold;}

input[type=text], input[type=password]:focus{outline:none;}
input[type=text]::-ms-clear {display:none;width:0;height:0;}
input[type=text]::-ms-reveal {display:none;width:0; height:0;}

input[type=text], input[type=password]{
   -webkit-appearance: none;
   -webkit-border-radius: 0;
}

input[type=button], input[type=submit]{
   -webkit-appearance: none;
}

.hand{cursor:pointer;}

/***************************************************************************************************/

/**********************
	페이지 관려
***********************/
.paging{
	float:left;
	width:100%;
	text-align:center;
	margin:15px 0;
}

.paging ul{
	margin:0 auto;
}

.paging ul li{
	display:inline-block;
	margin-right:12px;
	padding:6px 3px 2px 3px;
	font-size:18px;
	text-align:center;
	color:#999;
	cursor:pointer;
}

.paging ul li.arrow{
	padding-top:0;
}

.paging ul li a,.paging ul li a:hover, .paging ul li a:link, .paging ul li a:focus, .paging ul li a:active{
 color:inherit;
 display:block;
 width:100%;
 height:100%;
}

.paging ul li:not(.arrow):hover, .paging ul li:not(.arrow).over{
	color:#333;
	font-weight:600;
	border-bottom:1px solid #333;
}


.paging ul li.now_page{
	color:#333;
	font-weight:600;
	border-bottom:1px solid #333;
}

/********************************
	글색상
*********************************/
.red_text{color:#BF0000;}

.gray_text{color:#989898;}
.purple_text{color:#2f156b;}

.bold_text{font-weight:700;}

/********************************
	버튼관려
*********************************/
.btn_area01{
	float:left;
	width:100%;
	margin-top:30px;
	text-align:center;
}

.btn_area02{
	float:left;
	width:100%;
	margin-top:30px;
}

.btn_area03{
	float:left;
	width:100%;
	margin-top:30px;
	text-align:right;
}

.blue_btn{
	height:35px;
	border:0;
	padding:0 15px;
	background:#4B65E3;
	color:#fff;
	font-size:16px;
	font-weight:500;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

.btn_medium_blue_bg{
	height:32px;
	padding:0 15px;
	background:#4B65E3;
	color:#fff;
	font-size:16px;
	font-weight:500;
	border:0;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

.btn_small_blue_bg{
	height:30px;
	padding:0 15px;
	background:#4B65E3;
	color:#fff;
	font-size:16px;
	font-weight:500;
	border:0;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

.gray_btn{
	height:35px;
	border:0;
	padding:0 15px;
	background:#D9D9D9;
	color:#fff;
	font-size:16px;
	font-weight:500;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

.btn_medium_gray_bg{
	height:32px;
	padding:0 15px;
	background:#D9D9D9;
	color:#fff;
	font-size:16px;
	font-weight:500;
	border:0;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

.btn_small_gray_bg{
	height:30px;
	padding:0 15px;
	background:#D9D9D9;
	color:#fff;
	font-size:16px;
	font-weight:500;
	border:0;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

.blue_line_btn{
	height:35px;
	padding:0 15px;
	background:#fff;
	color:#4B65E3;
	font-size:16px;
	font-weight:500;
	border:1px solid #4B65E3;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

.btn_medium_blue_line{
	height:32px;
	padding:0 15px;
	border:1px solid #4B65E3;
	background:#fff;
	color:#4B65E3;
	font-size:14px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

.btn_small_blue_line{
	height:28px;
	padding:0 15px;
	border:1px solid #4B65E3;
	background:#fff;
	color:#4B65E3;
	font-size:14px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

.gray_line_btn{
	height:35px;
	padding:0 30px;
	background:#fff;
	color:#545454;
	font-size:16px;
	font-weight:500;
	border:1px solid #c2b7b7;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

.btn_medium_gray_line{
	height:32px;
	padding:0 15px;
	border:1px solid #c2b7b7;
	background:#fff;
	color:#545454;
	font-size:14px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

.btn_small_gray_line{
	height:28px;
	padding:0 15px;
	border:1px solid #c2b7b7;
	background:#fff;
	color:#545454;
	font-size:14px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

.green_btn{
	width:205px;
	height:65px;
	background:#005421;
	color:#fff;
	font-size:20px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-weight:6 00;
}

.hand{cursor:pointer;}
.center{text-align:center;}

@media screen and (max-width:760px){
	.green_btn{
		width:180px;
		height:50px;
		font-size:18px;
	}
}

/******************************************
	가로사이즈
*******************************************/
.size50{width:50px;}
.size60{width:60px;}
.size70{width:70px;}
.size80{width:80px;}
.size90{width:90px;}
.size100{width:100px;}
.size150{width:150px;}
.size200{width:200px;}
.size300{width:300px;}
.size400{width:400px;}
.size500{width:500px;}
.size600{width:600px;}
.size700{width:700px;}
.size800{width:800px;}
.size900{width:900px;}
.size50per{width:50%;}
.size60per{width:60%;}
.size70per{width:70%;}
.size80per{width:80%;}
.size90per{width:90%;}
.size98per{width:98%;}
.size100per{width:100%;}

.textarea98per{
	width:98%;
	height:100px;
	font-family:Pretendard;
}

.short_textarea{
	width:700px;
	height:40px;
	font-size:14px;
	font-family:Pretendard;
}

/******************************************
	폰트사이즈
*******************************************/
.fs11{font-size:11px;}
.fs12{font-size:12px;}
.fs14{font-size:14px;}
.fs16{font-size:16px;}
.fs18{font-size:18px;}
.fs20{font-size:20px;}
.fs22{font-size:22px;}
.fs24{font-size:24px;}
.fs26{font-size:26px;}
.fs28{font-size:28px;}
.fs30{font-size:30px;}
.fs32{font-size:32px;}
.fs34{font-size:34px;}
.fs36{font-size:36px;}
.fs38{font-size:38px;}
.fs40{font-size:40px;}
.fs42{font-size:42px;}
.fs44{font-size:44px;}
.fs46{font-size:46px;}
.fs48{font-size:48px;}

/******************************************
	폰트 정렬
*******************************************/
.ta-left{text-align:left;}
.ta-center{text-align:center;}
.ta-right{text-align:right;}

/******************************************
	마진(좌측)
*******************************************/
.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}
.ml50{margin-left:50px;}
.ml60{margin-left:60px;}
.ml70{margin-left:70px;}
.ml80{margin-left:80px;}
.ml90{margin-left:90px;}
.ml100{margin-left:100px;}
.ml110{margin-left:110px;}
.ml120{margin-left:120px;}
.ml130{margin-left:130px;}
.ml140{margin-left:140px;}
.ml150{margin-left:150px;}
.ml160{margin-left:160px;}
.ml170{margin-left:170px;}
.ml180{margin-left:180px;}
.ml190{margin-left:190px;}
.ml200{margin-left:200px;}

/******************************************
	마진(우측)
*******************************************/
.mr10{margin-right:10px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr40{margin-right:40px;}
.mr50{margin-right:50px;}
.mr60{margin-right:60px;}
.mr70{margin-right:70px;}
.mr80{margin-right:80px;}
.mr90{margin-right:90px;}
.mr100{margin-right:100px;}
.mr110{margin-right:110px;}
.mr120{margin-right:120px;}
.mr130{margin-right:130px;}
.mr140{margin-right:140px;}
.mr150{margin-right:150px;}
.mr160{margin-right:160px;}
.mr170{margin-right:170px;}
.mr180{margin-right:180px;}
.mr190{margin-right:190px;}
.mr200{margin-right:200px;}

/******************************************
	마진(상단)
*******************************************/
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}
.mt70{margin-top:70px;}
.mt80{margin-top:80px;}
.mt90{margin-top:90px;}
.mt100{margin-top:100px;}
.mt110{margin-top:110px;}
.mt120{margin-top:120px;}
.mt130{margin-top:130px;}
.mt140{margin-top:140px;}
.mt150{margin-top:150px;}
.mt160{margin-top:160px;}
.mt170{margin-top:170px;}
.mt180{margin-top:180px;}
.mt190{margin-top:190px;}
.mt200{margin-top:200px;}

/******************************************
	마진(하단)
*******************************************/
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb70{margin-bottom:70px;}
.mb80{margin-bottom:80px;}
.mb90{margin-bottom:90px;}
.mb100{margin-bottom:100px;}
.mb110{margin-bottom:110px;}
.mb120{margin-bottom:120px;}
.mb130{margin-bottom:130px;}
.mb140{margin-bottom:140px;}
.mb150{margin-bottom:150px;}
.mb160{margin-bottom:160px;}
.mb170{margin-bottom:170px;}
.mb180{margin-bottom:180px;}
.mb190{margin-bottom:190px;}
.mb200{margin-bottom:200px;}

/******************************************
	패딩(좌측)
*******************************************/
.pl10{padding-left:10px;}
.pl20{padding-left:20px;}
.pl30{padding-left:30px;}
.pl40{padding-left:40px;}
.pl50{padding-left:50px;}
.pl60{padding-left:60px;}
.pl70{padding-left:70px;}
.pl80{padding-left:80px;}
.pl90{padding-left:90px;}
.pl100{padding-left:100px;}
.pl110{padding-left:110px;}
.pl120{padding-left:120px;}
.pl130{padding-left:130px;}
.pl140{padding-left:140px;}
.pl150{padding-left:150px;}
.pl160{padding-left:160px;}
.pl170{padding-left:170px;}
.pl180{padding-left:180px;}
.pl190{padding-left:190px;}
.pl200{padding-left:200px;}

/******************************************
	패딩(우측)
*******************************************/
.pr10{padding-right:10px;}
.pr20{padding-right:20px;}
.pr30{padding-right:30px;}
.pr40{padding-right:40px;}
.pr50{padding-right:50px;}
.pr60{padding-right:60px;}
.pr70{padding-right:70px;}
.pr80{padding-right:80px;}
.pr90{padding-right:90px;}
.pr100{padding-right:100px;}
.pr110{padding-right:110px;}
.pr120{padding-right:120px;}
.pr130{padding-right:130px;}
.pr140{padding-right:140px;}
.pr150{padding-right:150px;}
.pr160{padding-right:160px;}
.pr170{padding-right:170px;}
.pr180{padding-right:180px;}
.pr190{padding-right:190px;}
.pr200{padding-right:200px;}

/******************************************
	패딩(상단)
*******************************************/
.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}
.pt50{padding-top:50px;}
.pt60{padding-top:60px;}
.pt70{padding-top:70px;}
.pt80{padding-top:80px;}
.pt90{padding-top:90px;}
.pt100{padding-top:100px;}
.pt110{padding-top:110px;}
.pt120{padding-top:120px;}
.pt130{padding-top:130px;}
.pt140{padding-top:140px;}
.pt150{padding-top:150px;}
.pt160{padding-top:160px;}
.pt170{padding-top:170px;}
.pt180{padding-top:180px;}
.pt190{padding-top:190px;}
.pt200{padding-top:200px;}

/******************************************
	패딩(하단)
*******************************************/
.pb10{padding-bottom:10px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb40{padding-bottom:40px;}
.pb50{padding-bottom:50px;}
.pb60{padding-bottom:60px;}
.pb70{padding-bottom:70px;}
.pb80{padding-bottom:80px;}
.pb90{padding-bottom:90px;}
.pb100{padding-bottom:100px;}
.pb110{padding-bottom:110px;}
.pb120{padding-bottom:120px;}
.pb130{padding-bottom:130px;}
.pb140{padding-bottom:140px;}
.pb150{padding-bottom:150px;}
.pb160{padding-bottom:160px;}
.pb170{padding-bottom:170px;}
.pb180{padding-bottom:180px;}
.pb190{padding-bottom:190px;}
.pb200{padding-bottom:200px;}



.default_list_table{
	float:left;
	width:100%;
	border-top:1px solid #131313;
}

.default_list_table th, .default_list_table td{
	border-bottom:1px solid #d6d6d6;
	font-size:15px;
	padding:20px 0;
	text-align:center;
	color:#1a1a1a;
}

.default_list_table th{
	padding:22px 0;
	font-size:16px;
	color:#191919;
	font-weight:600;
}

.default_list_table td.no-data{
	height:50px;
	padding-left:0;
	text-align:center;
}

.default_list_table td.left{
	text-align:left;
	padding-left:10px;
}

.default_list_table td img.banner_image{
	width:450px;
	height:150px;
	object-fit:cover;
	object-position:center center;
}

@media screen and (max-width:760px){
	.default_list_table thead{
		display:none;
	}
}

.default_list_table2{
	float:left;
	width:100%;
	border-left:1px solid #D7DAEB;
	border-top:1px solid #D7DAEB;
}

.default_list_table2 th, .default_list_table2 td{
	height:30px;
	border-right:1px solid #D7DAEB;
	border-bottom:1px solid #D7DAEB;
	padding:8px 0;
	padding-left:15px;
	font-size:15px;
	text-align:left;
}

.default_list_table2 tbody tr:nth-child(even){
	background:#F8F8F8;
}

.default_list_table2 th{
	background:#EFF1F9;
	font-size:15px;
	color:#4d5784;
	font-weight:500;
}

.default_list_table2 th.ctext, .default_list_table2 td.ctext{
	padding-left:0;
	text-align:center;
}

.default_list_table2 th.rtext, .default_list_table2 td.rtext{
	padding-left:0;
	padding-right:15px;
	text-align:right;
}


.default_list_table2 td.blue_bg1{
	background:#4B65E3;
	color:#fff;
	font-weight:700;
}

.default_list_table2 td.blue_bg2{
	background:#D7DAEB;
	color:#4D5784;
	font-weight:700;
}

.default_gallery_list{
	float:left;
	width:100%;
}

.default_gallery_list li{
	float:left;
	width:calc(25% - 40.5px);
	margin:0 54px 70px 0;
}

.default_gallery_list li:nth-child(4n){
	margin-right:0;
}

.default_gallery_list li dl, .default_gallery_list li dl dt, .default_gallery_list li dl dd{
	float:left;
	width:100%;
}

.default_gallery_list li dl dd.img img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
}

.default_gallery_list li dl dt{
	margin-top:15px;
	font-size:23px;
	line-height:23px;
	font-weight:600;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.default_gallery_list li dl dd.date{
	margin-top:15px;
	font-size:18px;
}

@media screen and (max-width:760px){
	.default_gallery_list li{
		width:49%;
		margin-bottom:40px;
		margin-right:0;
	}

	.default_gallery_list li:nth-child(even){
		float:right;
	}

	.default_gallery_list li dl dt{
		font-size:18px;
		line-height:18px;
	}

	.default_gallery_list li dl dd.date{
		font-size:15px;
		line-height:15px;
	}
}

.default_view_dl, .default_view_dl dt, .default_view_dl dd{
	float:left;
	width:100%;
}

.default_view_dl dt{
	font-size:32px;
	font-weight:%00;
}

.default_view_dl dd.date{
	margin-top:15px;
	font-size:18px;
	color:#ADADAD;
}

.default_view_dl dd.cont{
	margin-top:30px;
	padding-top:30px;
	border-top:1px solid #ddd;
	min-height:300px;
}

@media screen and (max-width:760px){
	.default_view_dl dt{
		font-size:22px;
	}

	.default_view_dl dd.date{
		font-size:14px;
	}
}

.default_next_prev_list{
	float:left;
	width:100%;
	margin-top:60px;
	border-top:1px solid #ddd;
}

.default_next_prev_list li{
	float:left;
	width:100%;
	padding:15px 0;
	border-bottom:1px solid #ddd;
}

.default_next_prev_list li dl{
	float:left;
	width:100%;
}

.default_next_prev_list li dl dt{
	float:left;
	width:80px;
	margin-top:5px;
	font-size:18px;
	text-align:center;
}

.default_next_prev_list li dl dd{
	float:left;
	width:calc(100% - 90px);
	margin-left:10px;
	font-size:18px;
}


@media screen and (max-width:760px){
	.default_next_prev_list{
		margin-top:40px;
	}

	.default_next_prev_list li dl dd{		
		white-space:nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
	}
}

.defaulit_file_list{
	float:left;
	width:100%;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}

.defaulit_file_list dt{
	float:left;
	width:150px;
	padding:10px 0;
	font-size:20px;
	font-weight:600;
	text-align:center;
}

.defaulit_file_list dd{
	float:right;
	width:calc(100% - 150px);
	padding:10px 0;
	font-size:20px;
}

@media screen and (max-width:760px){
	.defaulit_file_list dt{
		width:100px;
		padding:5px 0;
		font-size:15px;
		line-height:45px;
	}

	.defaulit_file_list dd{
		width:calc(100% - 110px);
		padding:5px 0;
		font-size:15px;
		line-height:45px;
	}
}









/******************************  검색  ******************************/
.search_area {
	margin-bottom: 20px;
}

.search_area::after {
	display: block;
	clear: both;
	content: "";
}

.search_area select{
	float:left;
	width:500px;
	height:30px;
	margin-right:10px;
	border-radius:6px;
}

.search_area input {
	float: left;
	height: 30px;
	box-sizing: border-box;
}

.search_area .def_input {
	border: 1px solid #ddd;
	border-radius: 6px 0 0 6px;
	padding: 0 10px;
}

input.def_input2 {
	border: 1px solid #ddd;
	border-radius: 6px;
	height: 32px;
	padding: 0 10px;
}

.def_select {
	height: 30px;
	margin-left: 5px;
	padding: 0 10px;
	border: 1px solid #ddd;
	border-radius: 6px;
}

.search_area .search_submit {
	border: 1px solid #ddd;
	border-left: 0;
	font-size: 15px;
	width: 30px;
	background: url('../images/icons/search_ico.png') no-repeat center center / 15px;
	border-radius: 0 6px 6px 0;
	transition: .2s;
}

.search_area .btn_area {
	display: inline-block;
	margin-left: 10px;
}

.search_area .btn_area .def_btn {
	border: 1px solid #ddd;
	background: #eee;
	color: #444;
	padding: 0 15px;
	border-radius: 6px;
	font-weight: 500;
	transition: .2s;
}

.def_btn {
	border: 1px solid #ddd;
	background: #eee;
	color: #444;
	padding: 0 15px;
	height: 30px;
	border-radius: 6px;
	font-weight: 500;
	transition: .2s;
}

/******************************  리스트  ******************************/
.def_list {
	width: 100%;
	margin-top: 15px;
	border-top: 1px solid #aaa;
}

.def_list.type2{
	float:left;
}

.def_list tr {
	transition: .1s;
}

/* .def_list tr:not(:first-child):hover {
	background: rgba(252,210,123,0.2);
	box-shadow: 0 5px 3px rgba(0,0,0,0.02)
} */

.def_list th, .def_list td {
	text-align: center;
}

.def_list th {
	font-weight: 500;
	padding: 13px 0;
	color: #555;
	border-bottom: 1px solid #aaa;
}

.def_list td {
	/* cursor: pointer; */
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}

.def_list .img {
	width: 200px;
	height: 150px;
	margin: 0 auto;
}

.def_list .img2 {
	width: 300px;
	height: 100px;
	margin: 0 auto;
}

.def_list td.ltext{
	text-align:left;
	padding-left:15px;
}

.def_list2 {
	float:left;
	width: 100%;
	margin-top: 15px;
	border-top: 1px solid #aaa;
}

.def_list2.type50{
	width:48%;
}

.def_list2.right{
	float:right;
}

.def_list2 tr {
	transition: .1s;
}

.def_list2 tr.tot{
	background:#f1f1f1;
	font-weight:700;
}

/* .def_list tr:not(:first-child):hover {
	background: rgba(252,210,123,0.2);
	box-shadow: 0 5px 3px rgba(0,0,0,0.02)
} */

.def_list2 th, .def_list2 td {
	text-align: center;
}

.def_list2 th {
	font-weight:700;
	padding: 13px 0;
	color: #555;
	border-bottom: 1px solid #ddd;
}

.def_list2 td {
	/* cursor: pointer; */
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}

.img3 {
	display: inline-block;
	width: 300px;
	height: 100px;
}

.def_list .img4 {
	width: 300px;
	height: 150px;
	margin: 0 auto;
}

.def_list td.left{
	text-align:left;
	padding-left:10px;
}

/******************************  상세  ******************************/
.def_view {
	float:left;
	width: 100%;
	margin-top: 15px;
	border-top: 1px solid #aaa;
}

.def_view tr {
	transition: .1s;
}

.def_view th, .def_view td {
	padding: 13px 0;
	border-bottom: 1px solid #ddd;
}

.def_view th {
	/* width: 250px; */
	font-weight: 500;
	color: #555;
	background: #f6f6f6;
	border-right: 1px solid #ddd;
}

.def_view td {
	padding-left: 20px;
}

.def_view td img {
	max-width: 100%;
}

.def_view td textarea{
	width:100%;
	height:250px;
}

.default_view_table2 {
	width: 100%;
}
.default_view_table2.size50per {
	width: 50%;
}
.default_view_table2 th, .default_view_table2 td {
	border: 1px solid #ddd;
	font-size: 16px;
	padding: 10px 0;
	text-align: center;
}
.default_view_table2 th {
	background: #f3f3f3;
	font-weight: 500;
}
.default_view_table2 td {
}

@media screen and (max-width:500px){
	.def_view {
		width: 100%;
		margin-top: 15px;
		border-top: 1px solid #aaa;
	}

	.def_view tr {
		transition: .1s;
	}

	.def_view th, .def_view td {
		padding: 10px 0;
		border-bottom: 1px solid #ddd;
	}

	.def_view th {
		width: 23%;
	}

	.def_view td {
		padding: 0 10px;
	}

	.default_view_table2 {
		width: 100%;
	}
	.default_view_table2.size50per {
		width: 50%;
	}
	.default_view_table2 th, .default_view_table2 td {
		border: 1px solid #ddd;
		font-size: 14px;
		padding: 10px 0;
		text-align: center;
	}
	.default_view_table2 th {
		background: #f3f3f3;
		font-weight: 400;
	}
	.default_view_table2 td {	
		padding: 10px;
		text-align: left;
	}
	td.tbl_br {
		padding: 0 !important;
		border: 0;
		font-size: 0 !important;
		height: 10px !important;
	}
	td.tbl_br2 {
		padding: 0;
		border: 0;
		font-size: 0;
		height: 30px;
	}
	td.border_bottom {
		border-bottom: 2px solid #999;
	}
	td.ta-right {
		text-align: right;
	}
}

/******************************  글쓰기  ******************************/
.def_write {
	float:left;
	width: 100%;
	margin-top: 15px;
	border-top: 1px solid #aaa;
}

.def_write tr {
	transition: .1s;
}

.def_write th, .def_write td {
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
}

.def_write th {
	width: 250px;
	font-weight: 400;
	color: #555;
	background: #f6f6f6;
	border-right: 1px solid #ddd;
}

.def_write td {
	padding-left: 20px;
}

.def_write img {
	max-width: 300px;
}

.def_write input, .def_write select {
	margin: 2px 0;
    box-sizing: border-box;
	border-color: #ddd;
}

.def_write input:not([type=file]), .def_write select {
    height: 30px;
	border-radius: 6px;
}

.def_write .def_sbtn{	
	padding:6px 0;
	width: 70px;
	border:1px solid #444;
	background:#444;
	color:#fff;
	font-weight:700;
	font-size:12px;
	border-radius: 6px;
}

.def_write .duplchk_msg{	
	color:#666;
}

.def_write span.ajax_msg {
	color: #777;
	margin-left: 5px;
	font-size: 13px;
	animation-name: fade-in;
	animation-duration: .3s;
}

.def_write textarea{
	width:100%;
	height:250px;
}

@media screen and (max-width:500px){
	.def_write {
		width: 100%;
		margin-top: 15px;
		border-top: 1px solid #aaa;
	}

	.def_write tr {
		transition: .1s;
	}

	.def_write th, .def_write td {
		padding: 10px 0;
		border-bottom: 1px solid #ddd;
	}

	.def_write th {
		width: 25%;
		font-weight: 500;
		color: #555;
		background: #f6f6f6;
		border-right: 1px solid #ddd;
	}

	.def_write td {
		padding-left: 10px;
	}

	.def_write input, .def_write select, .def_write textarea {
		max-width: 200px;
	}

	.def_write input:not([type=file]), .def_write select {
		height: 30px;
		border-radius: 6px;
	}

	.def_write .def_sbtn{	
		padding:6px 0;
		width: 70px;
		border:1px solid #444;
		background:#444;
		color:#fff;
		font-weight:700;
		font-size:12px;
		border-radius: 6px;
	}

	.def_write .duplchk_msg{	
		color:#666;
	}

	.def_write span.ajax_msg {
		color: #777;
		margin-left: 5px;
		font-size: 13px;
		animation-name: fade-in;
		animation-duration: .3s;
	}
}

/******************************  글쓰기  ******************************/
.def_write2 {
	width: 100%;
	margin-top: 15px;
	border-top: 1px solid #aaa;
}

.def_write2 tr {
	transition: .1s;
}

.def_write2 th, .def_write2 td {
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}

.def_write2 th {
	width: 100px;
	font-weight: 500;
	color: #555;
	background: #f6f6f6;
	/* border-right: 1px solid #ddd; */
}

.def_write2 td {
	/* padding-left: 20px; */
	text-align: center;
}

.def_write2 input, .def_write2 select {
	margin: 2px 0;
    box-sizing: border-box;
	border-color: #ddd;
}

.def_write2 input:not([type=file]), .def_write2 select {
    height: 30px;
	border-radius: 6px;
}

.def_write2 .def_sbtn{	
	padding:6px 0;
	width: 70px;
	border:1px solid #444;
	background:#444;
	color:#fff;
	font-weight:700;
	font-size:12px;
	border-radius: 6px;
}

.def_write2 .duplchk_msg{	
	color:#666;
}

.def_write2 span.ajax_msg {
	color: #777;
	margin-left: 5px;
	font-size: 13px;
	animation-name: fade-in;
	animation-duration: .3s;
}

@media screen and (max-width:500px){
	.def_write2 {
		width: 100%;
		margin-top: 15px;
		border-top: 1px solid #aaa;
	}

	.def_write2 tr {
		transition: .1s;
	}

	.def_write2 th, .def_write2 td {
		padding: 10px 0;
		font-size: 14px;
		border-bottom: 1px solid #ddd;
	}

	.def_write2 th {
		width: 100px;
		font-weight: 400;
		color: #555;
		background: #f6f6f6;
		/* border-right: 1px solid #ddd; */
	}

	.def_write2 td {
		/* padding-left: 20px; */
		text-align: center;
	}

	.def_write2 input, .def_write2 select {
		max-width: 200px;
		margin: 2px 0;
		box-sizing: border-box;
		border-color: #ddd;
	}

	.def_write2 input:not([type=file]), .def_write2 select {
		height: 30px;
		border-radius: 6px;
	}

	.def_write2 .def_sbtn{	
		padding:6px 0;
		width: 70px;
		border:1px solid #444;
		background:#444;
		color:#fff;
		font-weight:700;
		font-size:12px;
		border-radius: 6px;
	}

	.def_write2 .duplchk_msg{	
		color:#666;
	}

	.def_write2 span.ajax_msg {
		color: #777;
		margin-left: 5px;
		font-size: 13px;
		animation-name: fade-in;
		animation-duration: .3s;
	}
}



/******************************  글쓰기  ******************************/
.default_frm_table {
	width: 100%;
}
.default_frm_table th, .default_frm_table td {
	padding: 10px 0;
	border: 1px solid #ddd;
	font-size: 16px;
}
.default_frm_table th {
	width: 15%;
	background: #f3f3f3;
	font-weight: 500;
}
.default_frm_table td {
	text-indent: 15px;
}
.default_frm_table td img {
	max-width: 250px;
	margin: 15px 0;
}

.default_frm_table2 {
	width: 100%;
}
.default_frm_table2 th, .default_frm_table2 td {
	border: 1px solid #ddd;
	font-size: 16px;
	line-height: 2.5;
}
.default_frm_table2 th {
	background: #f3f3f3;
	font-weight: 500;
}
.default_frm_table2 td {
	text-indent: 15px;
}
.default_frm_table2 td img {
	max-width: 250px;
	margin: 15px 0;
}


/******************************  FAQ 웹뷰  ******************************/
.faq_list {
	width: 100%;
}

.faq_list th,
.faq_list td {
	text-align: left;
}

.faq_list th {
	position: relative;
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
}

.faq_list th .toggle {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 15px;
	height: 2px;
	background: #444;
	transition: .3s;
}

.faq_list th .toggle:nth-child(1) {}

.faq_list th .toggle:nth-child(2) {
	transform: rotate(90deg);
}

.faq_list td {
	display: none;
	padding: 15px 0;
	font-size: 16px;
	line-height: 1.5;
	color: #777;
}



.std_cnt{
	float:left;
	width:100%;
}

.std_cnt.type2{
	font-size:18px;
}

.std_cnt .takeout_search_area{
	display:inline-block;
	margin-left:15px;
}

.std_cnt .takeout_search_area input{
	width:250px;
	height:40px;
	font-size:15px;
}

.std_cnt .takeout_search_area button{
	width:80px;
	height:40px;
	background:#f1f1f1;
	font-size:15px;
	border:1px solid #ddd;
	vertical-align:middle;
}