@charset "utf-8";

/* CSS Document */
* { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; width:100%; }
button { margin:0; padding:0; border:0; font:inherit; color:inherit; background:transparent; overflow:visible; cursor:pointer; line-height:1; }

/* 게시판 하단 버튼 */
.btnGrp { margin:20px 0; overflow:hidden; text-align:right; }
.btnGrp .tL{ float:left;}


/* 통합검색 */
.totalSrch{}
.totalSrch .srchFrom{background: #f6f8fa;border: 1px solid #cbcdce;padding:25px;overflow:hidden;margin-bottom:30px;text-align: center;}
.totalSrch .srchFrom input[type="text"]{display: inline-block;vertical-align: middle;color:#333;width:180px;height: 40px;background:#fff;font-size: 1em;line-height:45px;padding: 10px;}
.totalSrch .srchFrom input[type="submit"]{display: inline-block;vertical-align: middle;margin-left: 0px;/* -webkit-appearance: none; */background: #0d2d4f;padding: 0 20px;height: 39px;border:none;cursor:pointer;color: #fff;}
.totalSrch .srchFrom select{ width:180px;}
.totalSrch .btn{ overflow:hidden; display:block; }
.totalSrch .btn a{float:right;}

.totalSrch .boardLink{ overflow: hidden; border-top: 2px solid #0d2d4e; border-bottom: 1px solid #eee; padding-top: 30px; margin-bottom: 10px}
.totalSrch .boardLink li{ margin-bottom:35px;}
.totalSrch .boardLink a{ display:block; overflow:hidden;}
.totalSrch .boardLink dt{ font-size:1.1em; margin-bottom:10px; color:#333;}
.totalSrch .boardLink dt em{ font-weight:400; font-size:0.9em; color:#1958cc; margin-right:5px;}
.totalSrch .boardLink dd .date{ display:block; font-size:0.9em; color:#888; margin-top:10px;} 
.totalSrch .boardLink dd .date em{ display:inline-block; margin-right:10px;}

.totalSrch .keyword{padding: 0 2px; color: #000; vertical-align: top; background: #ff74006e;}
.totalSrch .noData{  text-align:center;}
@media only screen and (max-width : 640px ){	
	.totalSrch .srchFrom{width:auto;position:relative;padding: 20px;}
}


/* 게시판 : 검색 */
.board-srch {margin: 0px 0px 15px; overflow: hidden; position: relative; z-index: 1000;}
.board-srch div { position:relative;  float:right; overflow:hidden; text-align:right;  }
.board-srch select { float:left; width:50px; padding:1px 0; height:38px; font-size:0.95em; border:1px solid #d7d7d7; color:#666; background:#fff; }
.board-srch input.txt { float:left; width:200px; height:38px; line-height:38px; padding:0 5px; background:#f7f7f7; border:1px solid #d7d7d7;  }
.board-srch button.btnSearch {background: url(' ../images/board/btnSrch.gif') no-repeat;position:absolute; right:0; top:0; width:40px; height:38px; font-size:0;}
.boardTop { position:relative; margin-bottom:15px; z-index:0;   clear:both; overflow:hidden; }
.boardTop .board-srch { margin:0; }
.board-srch input.txt{  box-sizing: border-box;}
.boardTop .board-total { float:left;  z-index:1001; background: url(../images/board/icon_total.gif) no-repeat 0 50%; padding-left: 20px; margin-bottom:0 !important;}
.boardTop .board-total span { display:inline-block; margin:0 10px 0 0; line-height:2.5em; }
.boardTop .board-total strong {color: #1958cc;font-weight:700;}

@media only screen and (max-width : 640px ){	
	.boardTop{ margin-bottom:10px;}
	.boardTop .board-total span{ line-height:1.5em;}
}
@media only screen and (max-width: 480px) {		
	.board-srch div{ float:left;}
	.boardTop .board-total{ position:relative; top:auto; left:auto; float:none;padding-bottom: 5px;}
}


/* 게시판 : 텍스트 */
.board-text { position:relative; border-top:2px solid #2c2c2c; border-bottom: #636363 solid 1px; letter-spacing: 0 }
.board-text > table { width:100%;}
.board-text > table thead th, .board-text td {padding: 1.05em 0.5em;text-align:center;font-size: 0.95em;font-weight: 300;}
.board-text > table thead th {border-bottom:1px solid #999;font-size:1em;color:#111; font-weight: 500;}
.board-text > table  thead tr{ background:#f9f9f9;}
.board-text > table  thead tr:hover{ background:#f9f9f9}
.board-text > table  td {border-bottom: 1px solid #e1e1e1;color: #333;}
.board-text > table  td.link {padding:15px 10px;text-align:left;width: 300px;max-width: 300px;box-sizing:border-box;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.board-text > table  tr:hover{ }
.board-text > table  td.link a {color: #222; font-weight: 400}
.board-text > table  td.link a:hover,
.board-text > table  td.link a:focus,
.board-text > table  td.link a:active { color:#1958cc; text-decoration:underline;}
.board-text > table  tr th:last-child, .board-text  tr td:last-child { background-image:none; }
.board-text > table .ntc{ background:#f8f8f8;}
.board-text > table .ntc .num{color: #1958cc;font-weight:400;}
.board-text > table .ntc td{ font-weight:400}
@media only screen and (max-width : 640px ){	
	.board-text{ font-size:15px;}	
	.board-text .tit { font-size:1.2em; }	
	
	.board-text > table { border-collapse: collapse; text-align: center; table-layout: fixed;}
	.board-text > table tr {position: relative; overflow: hidden; display: block; width: 100%; border-bottom: 1px solid #ddd; float: left;}
	.board-text > table tbody tr {position:relative;overflow:hidden;display:block;width:100%;border-bottom:1px solid #ddd;float:none;padding: 10px 0;}
	.board-text > table tbody tr:last-child {border-bottom:none;}
	.board-text > table  tr:hover td {background-color:transparent;}
	.board-text > table thead {position:absolute;top:0;left:0;width:1px;height:1px;overflow:hidden;}
	.board-text > table th, .board-text > table td {border:0; font-size:0.88em;}	
	.board-text > table td {display:block;min-height:25px;}
	.board-text > table .num {display: none;float:left;padding-bottom:0;}
	.board-text > table td.link, .board-text > table td.writer {width: 100% !important;padding: 0 2% 5px 2%;max-width: inherit;border-bottom: 0; font-size:0.95em; font-weight: 400;}
	
	.board-text > table .dpNo,
	.board-text > table td.link:after, .board-text > table td.writer:after, .board-text > table td:last-child:after{display:none;}
	.board-text > table td.dpNo.category,
	.board-text > table .part, .board-text > table .tel, .board-text > table .author, .board-text > table .status, .board-text > table .file, .board-text > table .vCount, .board-text > table .date, .board-text > table .writer, .board-text > table .refer  {display:block;float:left;width: auto !important;padding: 0px 0 10px 2%;border-bottom: 0;color: #666;line-height: 25px;}
	.board-text > table td + .board-text td{ padding-left:0;}	
	.board-text > table td:after{content:'';display:inline-block;background:#ddd;width:1px;height:13px;vertical-align:middle;margin: -3px 0 0 10px;}	
	
}
@media only screen and (max-width: 480px) {	
	.board-text > table  td.link{ width:65%;}
}


/* 게시판 : 텍스트 뷰 */
.board-text .titBox {padding:10px 20px;background:#fcfcfc;border-bottom: 1px solid #ccc;}
.board-text .titBox .tit{font-size:1.15em;font-weight:bold;color: #111;text-align:left;margin-bottom:0 !important;}
.board-text .infoBox { overflow:hidden; border-bottom:0px solid #bbb; }
.board-text .infoBox li {float:left;width: 33.333333%;padding:10px 0;border-bottom:1px solid #e3e3e3;display:block;box-sizing:border-box;position: relative;}
.board-text .infoBox li span {display: block;color:#666;vertical-align:top;font-size:0.95em;}
.board-text .infoBox li span:first-child {min-width: 75px;border-right:1px solid #e3e3e3;color:#888;text-align: center;position: absolute;left: 0;top: 10px;}
.board-text .infoBox li span + span{padding-left: 90px;}
.board-text .infoBox li.full,
.board-text .infoBox li.file,
.board-text .infoBox li.link { width:100%;}
.board-text .infoBox li.file span a{padding-right:22px;background:url(' ../images/board/icoFile.png') right center no-repeat;margin-right:15px;font-size: 0.95em;}
.board-text .infoBox li.file span a:hover{color:  #141B70;}
.board-text .infoBox.col2 li{ width:50%;}
.board-text .infoBox li.file {position:relative;}

.board-text .viewBox { overflow:hidden; color:#666; padding:20px 0; line-height:160%; font-size:1em; }
.board-text .viewBox iframe{max-height:420px;}
.board-text .viewBox img { max-width: 100%; margin-top:5px;margin-bottom:5px;}
.board-text .viewBox p { line-height:160%; margin-bottom: 0 !important;}
.board-text .viewBox li {}
.board-text .viewBox table th, .board-text .viewBox table td{ border:1px solid #ddd; padding:5px 10px; font-size:1em; }
.board-text .viewBox .ttl01:first-child,
.board-text .viewBox .ttl02:first-child,
.board-text .viewBox .ttl03:first-child{ margin-top: 0;}

.answerBox { overflow:hidden; background:#f7f7f7; border:1px solid #ddd; margin-top:20px;}
.answerBox .titleArea{border-bottom:1px solid #ddd;overflow: hidden;padding: 10px;}
.answerBox .titleArea .title{text-align: center;font-size:1.3em;font-weight:bold;color:#333;float: left;margin: 0;}
.answerBox .boardDate{float: right;}
.answerBox .viewBox{ background:#fff;}

@media only screen and (max-width : 640px ){	
	
	.board-text .infoBox li{ width:100%; margin:0 0 5px 0;} 
	.board-text .infoBox li span:first-child{min-width: 83px;padding:0 15px;}
	.board-text .infoBox li span + span{ padding-left: 96px;}	
	
    .board-text .viewBox img { width:100%; text-align:center; }	
	.viewBox img{  max-width:500px;  width:100% !important; height:auto !important; }

	.board-text .viewBox iframe{max-height: 320px;}
}

/* 모바일전용 게시판 */
table.mb{ display:none;}
table.mb caption{ display:none;}
caption { display:none;}
@media only screen and (max-width : 640px ){	
	table.wb { display:none; }
    table.mb { display:inline-table;}
}


/* 이전글 다음글 */
.listNavi { clear:both; overflow:hidden; margin:20px 0 0 0; border:1px solid #999; border-left:0; border-right:0;  }
.listNavi li { overflow:hidden; }
.listNavi li.next { border-top:1px solid #d7d7d7; }
.listNavi li.next a { background-image:url(' ../images/board/bgNextList.gif');  }
.listNavi li a { display:block; overflow:hidden; padding:10px 20px; background:url(' ../images/board/bgPrevList.gif') 20px center no-repeat;}
.listNavi li a strong {display:inline-block;padding:0 20px;background:url(' ../images/board/bgTxtList.gif') right center no-repeat;vertical-align: middle;min-width: 22px;}
.listNavi li a span {display:inline-block;padding-left:20px;box-sizing: border-box;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 70%;vertical-align: middle;}
@media only screen and (max-width: 480px) {
	.listNavi li a strong{ padding:0 10px 0 20px;}
	.listNavi li a span{ padding-left:10px;}
}


/* common form element */
input.inpTxt, input.inpFile { padding:3px 1px; border:1px solid #abadb3; background:#fff; }
input.file + div{position:relative !important;display:inline-block !important;}
input.inpFile { margin:0 3px 0 0; }
textarea.txtArea { padding:5px; border:1px solid #abadb3; background:#fff; }
select.selTxt { min-width:80px; height:38px;  margin-right: 5px}
@media only screen and (max-width: 480px) {
    input.inpFile { width:150px !important; }
}
/* 댓글 */
.screen_out {overflow:hidden;position:absolute;width:0;height:0;line-height:0;text-indent:-9999px}
.sort_comm {overflow:hidden;position:absolute;right:0}
.cmt_comm {position:relative;*zoom:1}
.cmt_comm .tit_cmt {display:block;margin-bottom:14px;font-size: 1.1em;}
.cmt_comm .num_cmt {font-weight:normal;font-size:14px;color: #ef4136;}
.cmt_comm .regist_cmt {overflow:hidden; position:relative;}
.cmt_comm .admit_opinion {float:left;position:relative;border:1px solid #ccc;border-right:0}
.cmt_comm .tf_cmt {overflow:hidden;padding:6px 7px;border:0}
.cmt_comm .label_guide {position:absolute;top:22px;left:19px;font-size:14px;color:#777}
.cmt_comm .btn_submit { position:absolute; right:0;font-weight:600;font-size:16px;color: #ffffff;background: #888;}
.cmt_comm .num_byte {color: #ef4136;}
.cmt_comm .regist_cmt .info_append {position:absolute;right:11px;bottom:6px;color:#777}
.cmt_comm .fld_cmt .regist_cmt {margin-bottom:20px}
.cmt_comm .fld_cmt .admit_opinion {width:80%;height:62px}
.cmt_comm .fld_cmt .tf_cmt {width: 100%;height: 60px;}
.cmt_comm .fld_cmt .btn_submit {width: 20%;height: 62px;}
.cmt_comm .fld_reply .admit_opinion {width: 80%;height: 50px;}
.cmt_comm .fld_reply .tf_cmt {width:100%;height:48px}
.cmt_comm .fld_reply .btn_submit {width:20%;height:50px}
.cmt_comm .info_reply {display:none;margin-left:75px;margin-bottom:17px}
.cmt_comm .ico_arrow {display:inline-block;overflow:hidden;width:7px;height:4px;background-position:0 -707px;vertical-align:top}
.cmt_comm .ico_new { background:url('../images/board/ico_new.png'); width:13px; height:13px; font-size:0;overflow:hidden;display:inline-block; vertical-align: middle; margin-top:-1px;}
.cmt_comm .txt_nick {line-height:17px}
.cmt_comm .txt_date {margin:0 6px 0 10px;color:#888}
.cmt_comm .btn_del, .cmt_comm .btn_report {display:inline-block;overflow:hidden;height:11px;margin-top:1px;vertical-align:top;text-indent:-9999px}
.cmt_comm .btn_del {width:11px;background-position:-306px -58px}
.cmt_comm .btn_report {width:14px}
.cmt_comm .txt_cmt {margin:8px 0;line-height:20px;color:#666}
.cmt_comm .btn_more {display:none;width:826px;height:28px;padding-top:11px;margin-top:25px;margin-left:auto;margin-right:auto;border:1px solid #e5e5e5;text-align:center;text-decoration:none}
.cmt_comm .btn_more .ico_comm {margin:7px 0 0 4px}
.cmt_comm .paging_number {margin-top:29px}
.list_cmt {position:relative;min-height:72px;padding:28px 190px 15px 74px;border-bottom:1px solid #e5e5e5;}
.list_cmt .img_profile, .list_cmt .round_cover {position:absolute;top:20px;left:0;width:58px;height:58px}
.list_cmt .round_cover {background-position:0 -500px}
.list_cmt .btn_comm {margin-left:6px}
.list_cmt .ico_arrow {margin:6px 0 0 5px}
.list_cmt .desc_info {display:inline-block;height:15px;line-height:15px}
.list_cmt .emph_num {color: #ef4136;}

.list_depth2 {display:none;position:relative;margin-left:75px;margin-bottom:12px;padding-left:15px;*zoom:1}
.bg_comm {display:block;background:url('../images/board/ico_comm.png') no-repeat}
.list_depth2 .bg_comm {position:absolute;top:0px;left:0;width:9px;height:9px;background-position:0px 0px}
.list_depth2 .btn_report  {background-position:-316px -330px}
.list_depth2 .btn_comm {margin:2px 0 0 6px}
.list_depth2 .txt_bar{margin-top:3px}
.open_child .list_cmt {border-bottom:0}
.open_child .list_depth2 {display:block}
.open_child .info_reply {display:block}
.open_child .btn_more {display:block}
.cmt_comm .none_cmt {padding:38px 0px 55px;border-bottom:1px solid #e5e5e5;color:#666;text-align:center}

#cmtArea {width: auto;}
.cmt_comm .txt_cmt {word-break:break-word}
.cmt_comm .fld_cmt .regist_cmt {margin-bottom:0}
.cmt_comm .txt_spo {color:#666}
.cmt_comm .link_spo {display:none}
.cmt_comm .wrap_cmt {text-align:left; }
.box_comment {margin-bottom:12px;padding: 30px 20px 20px 20px;border:1px solid #e5e5e5;position: relative;}
.box_comment .wrap_spo {height:24px;padding-bottom:5px}
.box_comment .box_check {position:relative;cursor:default}
.box_comment .box_check .ico_comm {width:17px;height:17px}
.box_comment .box_check .ico_choiced {border-color:#262424;background-color:#262424;background-position:2px -429px}
.box_comment .inp_check {position:absolute;top:0;left:0;width:19px;height:19px}
.box_comment .desc_spo {padding-left:26px;color:#777;line-height:22px}
.box_comment .info_append {position:absolute;top:2px;right:20px;color:#777;}

.list_cmt { width:100%; padding: 28px 10px 23px 10px;}
.cmt_comm .info_reply {margin:0 20px 17px 20px;}
.list_depth2 {margin-left:20px}
.cmt_comm .btn_more {margin:25px 0 0 20px}
.list_cmt .item_updown {top:27px}


/* 게시판 : 작성 */
.board-write { position:relative; border-top:2px solid #2c2c2c; }
.board-write > table { width:100%;}
.board-write .tit { padding:15px 0; overflow:hidden;}
.board-write .tit .inputTxt { width:81%;}
.board-write .label {color:#333; display:inline-block; float:left; width:15%; margin:0 1% 0 2%; line-height:22px; background:url(' ../images/board/bgInfo.gif') right center no-repeat;}
.board-write .inputTxt {padding:0 1%; height:22px; border:1px solid #abadb3;}
.inputTxt.type01{width:10%;}
.inputTxt.type02{width:20%;}
.inputTxt.type03{width:30%;}
.inputTxt.type04{width:40%;}
.inputTxt.type05{width:50%;}		
.board-write .infoBox { overflow:hidden; padding:15px 0; border-top:1px dashed #d7d9da; border-bottom:1px solid #999;}
.board-write .infoBox li {margin:0; color:#666;}
.board-write .infoBox_last { overflow:hidden; padding:0 0 15px 0; border-bottom:1px solid #d7d7d7; background:#fcfcfc; }
.board-write .infoBox_last li {margin:15px 0 0 0; color:#666; }
.board-write .selectTxt {height:24px; line-height:24px; border:1px solid #abadb3;}
.board-write .viewBox { overflow:hidden; color:#666; padding:15px 0; border-bottom: 1px solid #999;}
.board-write .textarea { width:97.5%; height:200px; padding:0 1%; margin:0; border:1px solid #abadb3; }


/* 첨부파일 */
.board-write .fieldBox { padding:15px 0; border-top:1px solid #d7d7d7; border-bottom:1px solid #999;}
.board-write .fieldBox dl { overflow:hidden; color:#666; line-height:1.5em;}
.board-write .fieldBox dl dd { float:left; width:81%}
.board-write .fileWrap { position:relative; }
.board-write .fileWrap .file { display:block; padding-right:82px;}
.board-write .fileWrap .file input { padding:0 5px; height:25px; width:97%; border:1px solid #abadb3; }
.board-write .fileWrap .fileBg { position:absolute; right:6px; top:0; display:inline-block; width:65px; height:27px; background:url(' ../images/board/btnFileSearch.gif') 0 0 no-repeat; }
.board-write .fileWrap .fileBg input { filter:alpha(opacity=0); opacity:0; width:65px; height:27px; cursor:pointer;}
.board-write .fileWrap + .fileWrap { margin-top:10px;}


/*******************
	Board List style
********************/
table.list				{ width: 100%; padding:0; border-spacing:0px; border:0; border-collapse:collapse; border-top: 2px solid #444444; border-bottom: 1px solid #cfd1d4; margin-bottom: 20px;   }
table.list thead th		{ background: #f8f8f8; padding: 15px 0; font-weight: 400; font-size:1.2em; }
table.list tbody td		{ border-top: 1px solid #cfd1d4; font-size: 0.94em; padding: 15px 10px; }

.btn-group		{ padding: 20px 0; text-align: right; }

.pageNav		{ padding-bottom: 50px; text-align: center; }
.pageNav > *	{ display: inline-block; min-width: 36px; height: 36px; line-height: 36px; border: 1px solid #cfd1d4; }
.pageNav span	{ background: #444444; color: #fff; }

/* 신청서 양식 */
.agree-box			{ margin-bottom: 50px; }
.agree-box .inner	{ padding: 20px; border: 1px solid #bfbfbf; background: #f7f7f7; font-family: 'Dotum'; margin-bottom: 20px; }
.agree-box .scroll	{ overflow-y: auto; height: 150px; }

.form-layout        {border-top: 2px solid #6b6b6b; overflow: hidden;}
table.form			{ width: 100%; padding:0; border-spacing:0px; border:0; border-collapse:collapse;  table-layout: fixed; }
table.form th		{padding: 10px 5px;border-bottom: 1px solid #cfd1d4;background: #f4f4f4;font-weight: 700; text-align:center; color:#333;}
table.form td		{padding: 10px;border-bottom: 1px solid #cfd1d4;}
table.form input	{ max-width: 100%; }
table.form textarea	{ height: 150px; }
table.form textarea.min{ height: 80px;}
table.form fieldset	{ display: inline-block; min-width: 140px; padding-right: 20px; padding: 5px 5px 5px 0; }
table.form .full	{ width: 100%; box-sizing:border-box; }
table.form .half	{ width: 40%; }
table.form .help		{ color: #1958cc; margin-bottom: 15px; }
table.form em{ display: block;}

.form-layout>div,
.form-layout .col2 li{width:49%;float:left; font-size:15px;}
.form-layout>div:nth-child(2n+2),
.form-layout .col2 li:nth-child(2n+2) { float:right;}
.form-layout>div li,
.form-layout .col2 li{padding: 10px 0; overflow: hidden;}
.form-layout .col2 li.full{width:100%; float:none;}
.form-layout label{margin-bottom: 10px;display: block;font-weight: 500;font-size: 1.08em;}
.form-layout .labelTit{margin-bottom: 10px; display: block; font-weight: 500; font-size: 1.08em;}
.form-layout label.txt{display: inline-block; font-size:0.95em; font-weight: 300; margin-bottom:0; }
.form-layout input	{max-width: 100%;height: 35px;border-radius: 5px;}
.form-layout textarea	{ height: 150px; }
.form-layout textarea.min{ height: 100px;}
.form-layout select{height: 35px; border-radius: 5px; }
.form-layout fieldset	{ display: inline-block; min-width: 140px; padding-right: 20px; padding: 5px 5px 5px 0; }
.form-layout input[type="text"].setBlock, 
.form-layout input[type="email"].setBlock,
.form-layout input[type="tel"].setBlock,
.form-layout input[type="password"].setBlock{ width:191px; margin-bottom:5px;}
.form-layout select{ }
.form-layout .full	{ width: 100%; box-sizing:border-box; overflow: hidden;}
.form-layout .half	{ width: 50%; }
.form-layout .help		{ color: #f79520; margin-bottom: 15px; }
.form-layout .num { width: 32%;}
.form-layout .num + em{ display:inline-block; width:2%; text-align:center;}
.form-layout #cd_zip + .button { margin-left:5px;}

.form-layout dl{width: 100%;display: block;/* overflow: hidden; */}
.form-layout dl dt{/* display: block; */font-weight: 500;margin-bottom: 10px;}
.form-layout dl dd{/* display: block; *//* overflow: hidden; */}
.form-layout dl input {color: #333;letter-spacing: -0.3px;position: relative;width: 100%;}
.form-layout dl input.date{padding-left:30px;background: url('../images/board/ico_calendar.gif') no-repeat 10px 50%, url('../images/board/ico_arrow.gif') no-repeat 95% 50%;cursor: pointer;}
.form-layout dl input.time{ padding-left:30px; background:url('../images/board/ico_clock.gif') no-repeat 10px 50%, url('../images/board/ico_arrow.gif') no-repeat 90% 50%;}
.form-layout dl select.time{padding-left:30px;background:url('../images/board/ico_clock.gif') no-repeat 10px 50%, url('../images/board/ico_arrow.gif') no-repeat 90% 50%;}
.form-layout dl select.time{cursor:pointer;width:100%;background-color:#fff;position:relative;-webkit-appearance: button;}
.form-layout dl label .txt{ text-align: right; float: right;}
.form-layout dl .col2 label{width: 50%; float: left; padding: 0; margin-right: 10px;}

.form-layout .email_input{ width:32%;}
.form-layout .email_input + select{ margin-bottom: 0 !important;}

.form-layout .box{padding: 5px 0;  border: 1px solid #ddd; border-width: 1px 0; overflow: hidden;} 
.form-layout .box span{display: block; float:left; margin-right: 15px;}
.form-layout .box span:last-child{margin-right: 0;}
.form-layout .box input{height: 23px;}

.form-layout .radioBox{padding: 0;  border: 1px solid #ddd; border-width: 1px 0; overflow: hidden;}
.form-layout .radioBox span{ display: block; float:left;  margin-right: 15px;}
.form-layout .radioBox span:last-child{margin-right: 0;}
.form-layout .radioBox label{ font-size:1em; font-weight: 300;}
.form-layout .radioBox input{ height: 33px;}

.form-layout .check{}
.form-layout .check li{ width:50%; float:left; border:1px solid #ddd; padding:0 20px; border-radius: 5px;}
.form-layout .check input[type="radio"]{ margin-right:10px;}

@media only screen and (max-width : 640px ){
	table.form,
	table.form thead,
	table.form tbody,
	table.form tr,
	table.form th,
	table.form td		{ display: block; position: relative; }
	
	table.form			{ border-top: none; }
	table.form tr		{ overflow: hidden; }
	table.form th		{ text-align: left; padding-left: 10px; border-top: 1px solid #cfd1d4; margin-top: 5px;}
	table.form td		{ border-right:0; }
	table.form tr:first-child th:first-child{ margin-top:0;}
	table.form em{ display: inline}
	
	.form-layout>div,
	.form-layout .col2 li{ width:100%; float:none;}
	.form-layout > li{padding-left: 10px }
	.form-layout label {position: inherit !important; left:inherit !important; top:inherit !important; line-height: 20px !important;}
	.form-layout input[type="text"].setBlock, 
	.form-layout input[type="email"].setBlock,
	.form-layout input[type="tel"].setBlock,
	.form-layout input[type="password"].setBlock,
	.form-layout select { width:100%; }	
	
	.form-layout .email_input{ width:48%; margin-bottom: 5px;}
	.form-layout .email_input + .email_input{float: right;}

	.form-layout #cd_zip { width:60% !important;}
	.form-layout #cd_zip +.button { width:30% !important;}
}
@media only screen and (max-width: 480px) {
	.form-layout .email_input{ width:47%;}
}

/* Board : Write */
.boardWrite { width:100%; margin-top:10px; border-top:2px solid #61646c; border-bottom:1px solid #8e919a;  }
.boardWrite thead th { height:22px; padding-bottom:10px; font-size:1.05em; background:#61646c; color:#fff;}
.boardWrite th, .boardWrite td { padding:9px 15px 8px; height:30px; border-top:1px solid #cccfd5;}
.boardWrite td.edit { padding:9px 0 8px 0;}
.boardWrite tr:first-child th, .boardWrite tr:first-child td { border-top:none}
.boardWrite th { background:#f6f6f7; color:#333}
.boardWrite col:first-child { width:20%;}
.boardWrite col + col { width:auto;}
.boardWrite input[type="text"], 
.boardWrite input[type="email"],
.boardWrite select {width:100%; box-sizing:border-box; height:30px; text-indent:5px;border: 1px solid #ddd;}
.boardWrite input[type="tel"] { _width:150px;}
.boardWrite .setBlock { display:inline-block; white-space:nowrap; }
.boardWrite input[type="text"].setBlock, 
.boardWrite input[type="email"].setBlock,
.boardWrite input[type="tel"].setBlock,
.boardWrite input[type="password"].setBlock,
.boardWrite select { width:191px; }
.boardWrite textarea,
.boardWrite input[type="email"] { width:100%; box-sizing:border-box;}
.boardWrite input[type="file"] { display:block; width:100%; box-sizing:border-box; height:33px; margin-bottom:5px}
.boardWrite .listStyle { margin-top:10px}
.boardWrite .arrowBl { display:block; }

/* 자동입력방지 */
.boardWrite .autostop{float:left; width:80px; height:50px;}

.required{ font-weight:normal; color:#ff0000; display:inline-block; margin-left:5px}
table .button.small,
table .button{ margin-bottom:0; height:30px !important; line-height:30px !important;}
@media only screen and (max-width : 640px ){	
	/* Board : Write */
	.boardWrite input[type="text"].setBlock, 
	.boardWrite input[type="email"].setBlock,
	.boardWrite input[type="tel"].setBlock,
	.boardWrite input[type="password"].setBlock,
	.boardWrite select { width:100%; }
	
	table .button.small,
	table .button{ height:25px !important; line-height:24px !important;}	
}


/* captcha */
.captchaWrap { position:relative; overflow:hidden; min-height:70px; vertical-align:bottom}
.captchaWrap a{ display:inline-block}
.captchaWrap img { border:0}
.captchaWrap #captcha_image,
.captchaWrap #captcha_image_audio_controls,
.captchaWrap a.btnRefresh,
.captchaWrap .inputBtn,
.captchaWrap #captcha_code.inputText,
.captchaWrap #captcha_image_audio_div,
.captchaWrap .txtGuide {float:left; margin-right:3px; }
.captchaWrap #captcha_code.inputText{ border:1px solid #d2d2d2; height:33px; line-height:33px; padding:0 5px; width:100px; }
.captchaWrap #captcha_image {  margin-top:0px }
.captchaWrap .txtGuide{ font-size:0.85em; color:#666; line-height:35px; padding-left:10px}


/* 포토게시판 */
.board-imgTxt{box-sizing:border-box;width:100%;overflow:hidden;padding: 20px 0;margin-top:10px;border-top:3px solid #61646c;border-bottom:1px solid #93969c;}
.board-imgTxt > ul > li{display:inline-block;overflow:hidden;width: 233px;margin: 0 8px;margin-bottom:30px;position:relative;text-align:center;vertical-align:top;}
.board-imgTxt > ul > li a{ display:block;width:100%;height:100%;}
.board-imgTxt > ul > li a p{ display:block; width:100%; box-sizing:border-box; margin-bottom: 0 !important;}
.board-imgTxt > ul > li a p.ImgBox{width: 100%;height: 0;padding-bottom: 50%;padding-top: 35px;overflow:hidden;background:#f6f6f6 url(' ../images/board/noImg_logo.png') center center no-repeat;margin-bottom:0;position:relative;border-radius: 8px;}
.board-imgTxt > ul > li a p.ImgBox img {position: absolute;left: 0;top: 0;width:100%; height: 100%; transition: 0.4s all ease;-webkit-transition: 0.4s all ease;-moz-transition: 0.4s all ease;-ms-transition: 0.4s all ease;-o-transition: 0.4s all ease;}
.board-imgTxt > ul > li a .Title{ padding:15px 0 5px 0px; margin-bottom:0; display:block; margin:0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.board-imgTxt > ul > li a .date{padding: 0;font-size:0.85em;color:#777;margin-bottom:0;}
.board-imgTxt > ul > li:nth-child(3n+1){ margin-left:0}
.board-imgTxt > ul > li:nth-child(3n+3){ margin-right:0}
.board-imgTxt > ul > li a:hover .Title{ text-decoration:underline; color: #0d2d4e;}
.board-imgTxt > ul > li a:hover .txt{ color:#333;}
.board-imgTxt > ul > li:hover .ImgBox .cover {display:block;position:absolute;top:0;left:0;background:#000 url('../images/board/ico_ovmore.png') no-repeat 50% 50%;opacity:0.5;filter:Alpha(opacity=50);width:100%;height:100%; z-index:1}
.board-imgTxt > ul > li:hover .ImgBox img{-ms-transform: scale(1.2); -webkit-transform: scale(1.2); transform: scale(1.2);}


/* 블로그형 */
.board-blog { padding:0;}
.board-blog > ul > li{display: block;width:100%;margin: 0 !important;border-bottom: 1px solid #ddd;text-align: left;}
.board-blog > ul > li a{padding: 20px 0 20px 280px;}
.board-blog > ul > li a p.ImgBox{position: absolute;left:0;top: 20px;width: 250px;height: 165px; padding: 0;}
.board-blog > ul > li a p.ImgBox img{ min-height:165px;}
.board-blog > ul > li a .Title{ padding-top:0; font-weight:400; font-size:1.05em;}
.board-blog > ul > li a .txt{margin-top:10px;min-height: 105px; font-size: 0.95em;}
.board-blog > ul > li a p{text-align:left;}


/* ebook pdf */
.board-ebook > ul > li a p.ImgBox{padding: 65% 0 65% 0; border-radius: 0;border: 1px solid #ddd;}
.board-ebook > ul > li:hover .ImgBox img{-ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1);}

/* 동영상 */
.board-mvBox > ul > li:hover .ImgBox .cover{background-image:url('../images/board/ico_ovmore02.png');}
.board-mvBox > ul > li:hover .ImgBox img{-ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1);}

@media only screen and (max-width : 640px ){		
	/* 포토게시판 */
    .board-imgTxt > ul > li div { height:80px; line-height:80px;  background:none; }
    .board-imgTxt > ul > li div img { width:100%; height:auto; }
	.board-imgTxt > ul > li,
	.board-imgTxt > ul > li:nth-child(3n+3){ display:block; float:left; margin:0 3% 20px 0; width:31.3%;}
	.board-imgTxt > ul > li:nth-child(3n+3){ margin-right:0;}	
	.board-imgTxt > ul > li{ display:block; float:left; margin:0 0 20px 0 !important; width:48% !important;}
	.board-imgTxt > ul > li:nth-child(2n+2){ float:right;}
	.board-imgTxt > ul > li a p.ImgBox{min-width:inherit;width:100%;}	
	.board-imgTxt > ul > li a .Title{ padding:10px 0 5px 0px !important;}
	
	/* 블로그형 */
	.board-blog > ul > li{width:100% !important;float:none;margin: 0 !important;}
	.board-blog > ul > li a{padding:15px 0;}
	.board-blog > ul > li a p.ImgBox{width:100%;height: 0; padding-bottom: 50%;padding-top: 35px; position: relative; left: inherit;top:inherit; margin-bottom: 10px;}	
	.board-blog > ul > li a p.ImgBox img{height: 100%;}
}
@media only screen and (max-width :480px) {
	/* 포토게시판 */
	.board-imgTxt > ul > li{ width:100% !important; float:none;}
	.board-imgTxt > ul > li a .Title{ width:100%;}
}


/* 게시판 입력 테이블*/
.board-write-tb{width:100%; border-top:2px solid  #393f46; border-bottom:1px solid #999;}
.board-write-tb th { padding:15px 0 13px 12px; background:#f7f7f7; border-top:1px solid #d9d9d9; text-align:left; vertical-align:top; color:#666; }
.board-write-tb td { padding:11px 0 9px 20px; border-top:1px solid #d9d9d9; }
.board-write-tb .inputTxt {width:95%; padding:0 5px; height:22px; border:1px solid #abadb3;}
.inputTxt.type01{width:10%;}
.inputTxt.type02{width:20%;}
.inputTxt.type03{width:30%;}
.inputTxt.type04{width:40%;}
.inputTxt.type05{width:50%;}
.board-write-tb .selectTxt {height:24px; line-height:24px; border:1px solid #abadb3; }
.board-write-tb .selectTxt.w100 { margin-right:5px; width:100px; }
.board-write-tb .textarea { width:95%; height:200px; padding:4px 5px; margin:0; border:1px solid #abadb3; }
.board-write-tb .fileWrap { position:relative; }
.board-write-tb .fileWrap .file { display:block; padding-right:93px;}
.board-write-tb .fileWrap .file input { padding:0 5px; height:25px; width:97%; border:1px solid #abadb3; }
.board-write-tb .fileWrap .fileBg { position:absolute; right:17px; top:0; display:inline-block; width:65px; height:27px; background:url(' ../images/board/btnFileSearch.gif') 0 0 no-repeat; }
.board-write-tb .fileWrap .fileBg input { filter:alpha(opacity=0); opacity:0; width:65px; height:27px; cursor:pointer;}
.board-write-tb .fileWrap + .fileWrap { margin-top:10px;}

.newData { display:inline-block; vertical-align:middle; width:11px; height:13px; margin-left:10px; font-style:normal; text-indent:-1000px; background:url(' ../images/board/icoNew.gif') 0 center no-repeat; }

.page-mobile {display:none;}
@media only screen and  (max-width : 640px ){
	.page-web { display:none; }
    .page-mobile { display:inline !important; }
}


/* 게시판 페이징 */
.board-paging { margin:20px 0 0; text-align:center; clear:both; font-size:0;}
.board-paging a, .board-paging a.on {display:inline-block; text-align:center;  margin:-1px 0 0 -1px; padding:0 10px; height:30px; line-height:30px;vertical-align:top; border:1px solid #d8d8d8; font-size:15px; box-sizing:border-box; }
.board-paging a.on {color:#fff;background: #0d2d4e !important;border-color: #0d2d4e;}
.board-paging a:hover{ background:#e4e4e4;}
.board-paging a.on:hover, .board-paging a.on:focus, .board-paging a.on:active{ color:#fff; font-weight:normal;}
.board-paging a:hover, .board-paging a:focus, .board-paging a:active { color:#111;}
.board-paging a.first, .board-paging a.last {padding:0;width:30px;height:30px;}
.board-paging a.first {background:url(' ../images/board/pageFirst.gif') center center no-repeat;}
.board-paging a.last {background:url(' ../images/board/pageLast.gif') center center no-repeat;}
.board-paging a.prev, .board-paging a.next {padding:0;width:30px;height:30px;}
.board-paging a.prev {margin-right:10px;background:url(' ../images/board/pagePrev.gif') center center no-repeat;}
.board-paging a.next {margin-left:10px;background:url(' ../images/board/pageNext.gif') center center no-repeat;}
@media only screen and  (max-width : 640px ){
	.board-paging a, .board-paging a.on { font-size:14px;}	
}


/* faq */
.faqDetail{clear:both;overflow:hidden;border-top: 2px solid #20364b;}
.faqDetail ul{color:#666; border-bottom:1px solid #d6d6d6;}
.faqDetail li{border-top: 1px solid #dfdfdf;}
.faqDetail li:first-child{border-top:none;}
.faqDetail li > a {position:relative;padding: 17px 30px 15px 50px;position:relative;display:block;font-size:1em;line-height:150%;color:#111;border: 1px solid #fff;border-width: 0 1px;letter-spacing:-0.03em; background:url('../images/board/ico_faq.png') no-repeat 10px 14px;}
.faqDetail li > a:after { content: ""; display: block; width: 35px; height: 35px; position: absolute; right: 0; top:0px; background: url('../images/board/arrow_faq.png')no-repeat center 25px;}
.faqDetail li > a:hover{ color:#007b85;}
.faqDetail li.faq.on > a{ color:#333; font-weight:500; background-color:#fff;}
.faqDetail li.faq.on > a:after { background-position: center -70px;}
.faqDetail li.faq.on > a{  border-color:#fff;}
.faqDetail li.faq.on div.txt_box{ display:block; padding:18px 35px 26px 50px; background:#f9f9f9 url('../images/board/ico_faq.png') no-repeat 10px -158px; /*border-top:1px solid #dfdfdf;*/ border-width: 0 0 1px 0; overflow:hidden; margin-bottom:-1px; font-size: .95em}
.faqDetail li.faq .txt_box a{ font-size:0.9em; color:#666;}
.faqDetail li.faq .txt_box{display:none; }
.faqDetail ul ul{border-bottom:none;}
.faqDetail li li{border-top:none;}
.faq table{ font-size:1.05em;}
@media only screen and (max-width : 640px ){
	.faqDetail li.faq.on div.txt_box img{ width:100%; max-width:500px;}		
	.faqDetail li a {padding: 10px 35px 10px 45px;background-position: 13px 10px;background-size:25px;position:relative;letter-spacing:-0.07em;}
	.faqDetail li.faq.on div.txt_box{padding: 15px 15px 13px 46px;background-size: 25px;background-position: 15px -140px;}
	.faqDetail li a:after{width: 45px;height: 45px;background-position-y: 20px;}
	.faqDetail li.faq.on a:after{ background-position: center -75px;}	
}


/* boardTab */
.boardTab {position:relative;padding:0;margin-bottom: 30px; background:#fbfbfb; box-shadow: 0 0 0 0px #ddd inset;}
.boardTab:after { clear:both; content: ""; display: block}
.boardTab li {float:left;width:25%;box-sizing:border-box;}
.boardTab li:last-child {padding:0px; border-left:0;}
.boardTab li a{display:block;padding:0 5px;height:45px;line-height:45px;font-size:16px;text-align:center;color: #777;text-decoration:none;letter-spacing:-0.05em;border: 1px solid #ddd;margin:-1px 0 0 -1px;box-sizing:border-box;background: #fbfbfb;transform:all .3s ease;transition:background .3s, border-color .3s;}
.boardTab li a:hover,.boardTab li a:focus,.boardTab li a:active{color:#20364b; background:#fff;}
.boardTab li.on a{color: #1958cc;border-top: 2px solid  #1958cc;background: #fff;border-bottom:1px solid #fff; font-weight:700;}
.boardTab.cols2 li{ width:50%;}
.boardTab.cols3 li{ width:33.3%;}
.boardTab.cols3 li:nth-child(2),.boardTab.cols3 li:nth-child(5){ width:33.4%;}
.boardTab.cols4 li{width:25%;}
.boardTab.cols5 li{width:20%;}
.boardTab.cols6 li{ width:16.6%;}
.boardTab.cols6 li:first-child { width:17%;}
.boardTab.cols7 li{width: 14.2%;}
.boardTab.cols7 li:first-child {width: 14.8%;}
.tab_content { display: none; background-color: #fff;}

@media only screen and (max-width:640){
	.boardTab.cols3 li,.boardTab.cols3 li:nth-child(2),.boardTab.cols3 li:nth-child(5),
	.boardTab.cols4 li,
	.boardTab.cols5 li,
	.boardTab.cols6 li:first-child,
	.boardTab.cols6 li{width:50%;}	
	.boardTab.cols7 li,
	.boardTab.cols7 li:first-child{ width:33.3%;}
	.boardTab li a{ font-size: 1em;}
	
	.boardTab.cols7 li,
	.boardTab.cols7 li:first-child{ width:50%;}
	.boardTab li a{ font-size: 0.94em;}	
}

.score li{ padding-left:0;}
.score li:before{ display:none;}
.score span{ display:inline-block; width:100px; font-weight:700;}
@media only screen and (max-width : 640px ){
	.score span{ display:block; width:auto; }
}

/* 폼입력 테이블 :회원가입과 같이 사용  */
.tbl-form {border-top:2px solid #2b405b;border-bottom:1px solid #bbb;width:100%;border-collapse:collapse;clear:both;table-layout:fixed;}
.tbl-form th {background:#f8f8f8;padding:14px 10px 13px 27px;font-size:1em;border-right:1px solid #000;border-top:1px solid #ccc;color:#333;text-align:left;}
.tbl-form th label {position:relative;display:inline-block;}
.tbl-form th label .nec {background:url(../images/common/ico_nec.png) no-repeat 0 5px;text-indent:-9999px;display:block;width:9px;height:15px;position:absolute;top:0;right:-15px;padding:0}
.tbl-form td {border-top:1px solid #ccc;padding:14px 0 13px 18px;font-size:0.938em;}
.tbl-form th.line {border-left:1px solid #000;}
.tbl-form td label {margin:0 5px;}
.tbl-form td input.text {height:38px;}
.tbl-form td pre {width:570px;font-family:Nanum Gothic;white-space:pre-line;line-height:160%;}
.tbl-form td input.text, .tbl-form td select.select, .tbl-form td button {vertical-align:middle;}
.tbl-form td input[type="file"] {width:auto;}
.tbl-form td input[type="radio"], .tbl-form td input[type="checkbox"] {width:13px;}
.tbl-form td .stit {display:inline-block;margin-right:15px;}
.tbl-form td ul li span.b.cblue1 {display:inline-block;*display:inline;*zoom:1;vertical-align:top;width:55px;}
.tbl-form .info-ex01, .tbl-form .info-ex02, .tbl-form .info-ex03 {background-position:0 0;}
.tbl-form a.sw-btn span, .tbl-form a.sg-btn span {padding:13px 9px;}
.tbl-form input.sw-btn, .tbl-form input.sg-btn, .tbl-form input.sp-btn, .tbl-form input.sdp-btn, .tbl-form button.sw-btn, .tbl-form button.sg-btn, .tbl-form button.sp-btn, .tbl-form button.sdp-btn {height: 40px;}

/* 세로형 */
.tbl-form.v-type th {padding:14px 10px 13px 10px;border-right:0;border-left:1px solid #bac2ca;text-align:center;}
.tbl-form.v-type th:first-child {border-left:0}
.tbl-form.v-type td {padding:14px 10px 13px 10px;text-align:center;border-left:1px solid #bac2ca;}
.tbl-form.v-type td:first-child {border-left:0}

.tbl-form-view {border-top:2px solid #696c75;width:100%;border-collapse:collapse;clear:both;table-layout:fixed;}
.tbl-form-view th {background:#f3f5f8;padding:8px 10px 8px 15px;border-right:1px solid #bac2ca;border-bottom:1px solid #ddd;font-size:1em;color:#043d86;}
.tbl-form-view th label {padding-left:18px;position:relative;}
.tbl-form-view th label .nec {background:url(../images/common/ico_nec.png) no-repeat 0 3px;text-indent:-9999px;display:block;position:absolute;top:0px;left:0px;width:9px;height:15px;}
.tbl-form-view td {border-bottom:1px solid #ddd;padding:8px 0 8px 15px;font-size:0.938em;}
.tbl-form-view td label {margin:0 5px;}
.tbl-form-view td input {height:26px;}
.tbl-form-view td pre {width:570px;font-family:NanumGothic;white-space:pre-line;}

@media only screen and (max-width:640px){
	.tbl-form a.sw-btn span, .tbl-form a.sg-btn span {padding:8px 9px;}
	.tbl-form input.sw-btn, .tbl-form input.sg-btn, .tbl-form input.sp-btn, .tbl-form input.sdp-btn, .tbl-form button.sw-btn, .tbl-form button.sg-btn, .tbl-form button.sp-btn, .tbl-form button.sdp-btn {height:30px;}
}


/* 쓰기폼 */
.prg-form .top-txt {float:right;margin:8px 0 5px;} 
.prg-form .tbl-form th {width:20%;}
.prg-form .tbl-form td {width:80%;}
.prg-form .tbl-form .select {min-width:80px}
.prg-form .chk-sch, .prg-form .chk-sch li {display:inline;margin-right:7px}
@media only screen and (max-width:999px){
	.prg-form .tbl-form th {width:20%;}
	.prg-form .tbl-form td {width:80%;}
}
@media only screen and (max-width:640px){
	.adm-wr .info-box {padding-top:30px;padding-bottom:30px;}
	.adm-wr .info-box .box-tit {margin-bottom:10px}
	.adm-wr .info-box button {position:relative;top:auto;right:auto;margin-top:0;display:block;}
}
@media only screen and (max-width:640px){
	.prg-form .tbl-form {border:1px solid #ddd;border-top:2px solid #696c75;border-bottom:0;letter-spacing:0;}
	.prg-form .tbl-form tr {overflow:hidden;display:block;border-bottom:1px solid #ddd}
	.prg-form .tbl-form th, .prg-form .tbl-form td {border:0;background:#fff;display:block;width:95% !important;float:left;}
	.prg-form .tbl-form th {padding:15px 0 5px 2.5%}
	.prg-form .tbl-form td {position:relative;padding:5px 2.5% 15px;}
	.prg-form .tbl-form td .sw-btn {position:absolute;top:-30px;right:2.5%;letter-spacing:-1px;}
	.prg-form .tbl-form td input[type=text], .prg-form .tbl-form td input[type=password] {width:100%;border:0;background:#f0f0f0;margin:2px 0;height:40px;color:#444;box-sizing:border-box;}
	.prg-form .tbl-form td input[type=text]::-webkit-input-placeholder, .prg-form .tbl-form td input[type=password]::-webkit-input-placeholder {color:#444;}
	.prg-form .tbl-form td input[type=text]:-moz-placeholder, .prg-form .tbl-form td input[type=password]:-moz-placeholder {color:#444;}
	.prg-form .tbl-form td input[type=text]::-moz-placeholder, .prg-form .tbl-form td input[type=password]::-moz-placeholder {color:#444;}
	.prg-form .tbl-form td input[type=text]:-ms-input-placeholder, .prg-form .tbl-form td input[type=password]:-ms-input-placeholder {color:#444;}
	.prg-form .tbl-form td .stit {display:none;}
	.prg-form .tbl-form td input.text.w40p {width:40%;}
	.prg-form .tbl-form td input.text.w30p {width:45%;}
	.prg-form .tbl-form td input.text.w90 {width:90px;}
	.prg-form .tbl-form td input.text.w50 {width:28% !important}
	.prg-form .tbl-form td input.text.w15p, .prg-form .tbl-form td input.text.w20p, .prg-form .tbl-form td input.text.w25p, .prg-form .tbl-form td select.select {min-width:25%;height:40px;margin-bottom:5px;}
	.prg-form .tbl-form td textarea {background:#f0f0f0;border:0;}
	.tbl-form th {padding: 15px 0 15px 2.5%; width: 150px}
}
@media only screen and (max-width:599px){
	.adm-wr .info-box {padding-left:30px}
}
@media only screen and (max-width:480px){
	.prg-form .tbl-form td input.text.w50 {width:25% !important}
	.prg-form .tbl-form td input.text.w20p, .member-form .tbl-form td input.text.w25p {width:28%;}
	.prg-form .tbl-form td select.select {width:100%;margin-top:5px;}
	.prg-form .tbl-form td select.select.tel {width:20%;}	
}




	
