@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:#eee; padding:25px; overflow:hidden; border:0; margin-bottom:30px;}
.totalSrch .srchFrom input[type="text"]{display: inline-block; vertical-align: middle; color:#333;	border-right: 0; width: 95%;	height: 50px; background:#fff; border:none; font-size: 1em; line-height:45px;	padding: 10px;}
.totalSrch .srchFrom input[type="submit"]{display: inline-block;vertical-align: middle; margin-left: -4px;-webkit-appearance: none;color: transparent; background:#09a0f7  url('../images/board/ico_srch.png') 50% 50% no-repeat; width:5%; height:50px; border:none; cursor:pointer;}

.totalSrch .btn{ overflow:hidden; display:block; }
.totalSrch .btn a{float:right;}

.totalSrch .boardLink{ overflow: hidden; border-top: 2px solid #09a0f7; 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:#09a0f7; 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: 1024px) {	
.totalSrch .srchFrom{width:auto;position:relative;padding: 20px;}
.totalSrch .srchFrom input[type="text"]{width:90%; line-height:40px;	padding: 5px;height: 40px; }
.totalSrch .srchFrom input[type="submit"]{position:absolute;right:20px;top:20px; width: 10%;height: 40px;}
}

@media only screen and (max-width :640px) {
	.totalSrch .srchFrom input[type="text"]{}
}


/* 게시판 : 검색 */
.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:#f35d61; font-weight:700;   }


/* 게시판 : 텍스트 */
.board-text { position:relative; border-top:2px solid #2c2c2c; border-bottom: #636363 solid 1px;  }
.board-text > table { width:100%;}
.board-text > table thead th, .board-text td { padding:13px 0; text-align:center; }
.board-text > table thead th {  border-bottom:1px solid #999;  font-size:1em; color:#111; }
.board-text > table  thead tr{ background:#f9f9f9;}
.board-text > table  thead tr:hover{ background:#f9f9f9}
.board-text > table  td {  border-bottom:1px solid #d9d9d9; color:#777;}
.board-text > table  td.link { padding:15px 10px; text-align:left; width:535px; max-width:535px; box-sizing:border-box;overflow: hidden; text-overflow: ellipsis; /*white-space: nowrap;*/}
.board-text > table  tr:hover{ }
.board-text > table  td.link a { color:#333;}
.board-text > table  td.link a:hover,
.board-text > table  td.link a:focus,
.board-text > table  td.link a:active { color:#09a0f7; text-decoration:underline; }
.board-text > table  tr th:last-child, .board-text  tr td:last-child { background-image:none; }
.board-text > table  td.part{ color: #09a0f7;}

/* 게시판 : 텍스트 뷰 */
.board-text .titBox { padding:10px 20px; background:#fcfcfc; border-bottom: 1px solid #bbb;}
.board-text .titBox .tit{font-size:1.15em; font-weight:bold; color:#333; 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.3%; padding:10px 0; border-bottom:1px solid #e3e3e3; display:block; box-sizing:border-box; }
.board-text .infoBox li span { display:table-cell; margin-right:5px; padding:0 20px; color:#666; vertical-align:top; font-size:0.95em;}
.board-text .infoBox li span:first-child { min-width:60px; border-right:1px solid #e3e3e3; color:#888;}
.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;}
.board-text .infoBox li.file span a:hover{color:  #141B70;}
.board-text .infoBox.col2 li{ width:50%;}
.board-text .infoBox li.file { position:relative; padding-left:78px;}
.board-text .infoBox li.file span {display: inline-block;margin-right:0px; padding:0 0 0 20px;min-width:inherit;}
.board-text .infoBox li.file span:first-child { position:absolute; left:0px; top:10px; padding:0 20px; min-width:78px;}

.board-text .viewBox { overflow:hidden; color:#666; padding:20px 0; line-height:160%; font-size:1em; }
.board-text .viewBox img { max-width: 100%}
.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; }

.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;}

/* 모바일전용 게시판 */
table.mb{ display:none;}
table.mb caption{ display:none;}
caption { display:none;}


/* 이전글 다음글 */
.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;  }
.listNavi li a span { display:inline-block; padding-left:20px; }

/* 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}


/* 댓글 */
.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: #ff9b00;}
.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:#ff9b00;}
.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:#ff9b00;}
.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; margin-bottom: 20px; }
.agree-box .scroll	{ overflow-y: auto; height: 150px; }
.form-layout        {border-top: 2px solid #888;border-bottom: 2px solid #e2e2e2;overflow: hidden;padding-bottom: 20px;}
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: #f79520; margin-bottom: 15px; }
table.form em{ display: block;}

.form-layout>div{width:49%;float:left; font-size:15px;}
.form-layout>div:nth-child(2n+2){ float:right;}
.form-layout>div li{padding: 10px 0; overflow: hidden;}
.form-layout label{margin-bottom: 10px;display: block;font-weight: 500;font-size: 1.08em;/* color: #fff; */}
.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 .full	{ width: 100%; box-sizing:border-box; }
.form-layout .half	{ width: 40%; }
.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 .info_ex01, .form-layout .info_ex02 {background-position: 0 2px;}

.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;}

.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;}

.radioBox{padding: 5px 0;  border: 1px solid #ddd; border-width: 1px 0;}
.radioBox span {display:inline-block;font-size:14px;line-height:20px;}
.radioBox input[type="radio"]:first-child{ margin-left:0;}
.radioBox input[type="radio"] {margin-left:40px;vertical-align:middle;}
.radioBox input[type="radio"] + label{margin-left:6px;}
.radioBox label {  display: inline !important;  margin: 0; width: auto !important; }

.checkTxt {margin-bottom:20px; clear: both; padding-top: 5px;}
.checkTxt input[type="checkbox"]{ margin-right:10px; min-height: 22px; border-radius: 0; background-color:transparent;}
.checkTxt label,
.checkTxt input[type="checkbox"]{ float:left; font-size:0.95em; margin-bottom: 0; height: auto; line-height: 1.2em;}
#zsfCode + .txt{ padding-left:15px;}

@media only screen and (max-width: 640px) {
	.form-layout>div{ 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;}
	.post-code-wrapper input[type=text] {width: 80%; width: calc(100% - 85px) !important;}
	.post-code-wrapper button { width: 80px; float: right; margin-bottom: 0;  padding: 0 !important}
	.form-layout2 > li{ padding:0;}
	.form-layout2 label{position: relative; width: 100%; left: inherit;font-weight: 700; padding-left: 5px }
}

.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:191px; margin-bottom:5px;}

@media only screen and (max-width : 640px) {
	.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%; }
}

.blind, .skip {width:0.5px !important;height:0.5px !important;overflow:hidden !important;position:absolute !important;top:-9999em !important;left:-9999em!important;display:block;text-indent:-9999em !important;font-size:0px !important;line-height:0 !important; margin: 0 !important; padding:0 !important; background:transparent !important;}

.search-box{background: #fafafa;padding:30px;display: flex;justify-content: center;margin-bottom: 120px;}
.search-box dl{position:relative;display: flex;align-items: center;/* gap: 2em; */}
.search-box dl:hover, .search-box dl:focus{box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, .1);}
.search-box dt{ width: 80px; position: absolute; left: -80px; top: 15px; color: #333; font-weight: 500; }
.search-box dd.box_search{background:#fff;z-index: 2;position: relative;}
.search-box dd.box_search input[type=text]{border-radius:5px;height:55px;padding: 10px 60px 10px 15px;min-width: 500px;border: none;}
.search-box dd.box_search button{line-height: 50px;height: 55px;width: 55px;padding: 0 1.5em;border-radius: 5px;margin: 0;font-size: 0;position: absolute;right: 0;top: 0;z-index: 1;background: var(--mainColorOn) url('../images/board/btn_search_w.svg') no-repeat 50% 50%;border: 0;}

.box_suggest{background: #fff;position: absolute;width: 100%;top: 55px;right: 0;z-index: 1;box-shadow: 0px 4px 22px 0 rgba(0, 0, 0, .16); }
.box_suggest:before{content:'';position:absolute;top:0;left: 50%;background: rgba(0,0,0,0.05);width: 92%;height:1px;transform: translate(-50%, 0);}
.box_suggest .list_suggest {padding: 0 0 8px; }
.box_suggest .suggest-layer-holder .list_suggest li, .box_suggest .suggest-layer-holder .link_suggest, .box_suggest .suggest-layer-holder .link_url {display: flex;flex-wrap: nowrap;transition: all .3s ease-in-out;}
.box_suggest .suggest-layer-holder {position: relative;overflow: auto;margin: 0 15px;padding-top: 9px;max-height: 200px;}
.box_suggest .suggest-layer-holder .list_suggest li:hover,
.box_suggest .suggest-layer-holder .list_suggest li:focus{background: rgb(30, 64, 154, 0.08);border-radius:10px;}
.box_suggest .list_suggest .link_suggest {overflow: hidden;/* height: 24px; */padding: 8px 0 8px 8px;font-size: 1.6rem;line-height: 23px;color: #000;flex: auto;align-items: center;box-sizing: border-box;}
.box_suggest .list_suggest .link_suggest:before{content: "";width: 24px;min-width: 24px;height: 24px;margin-right: 12px;border-radius: 50%;background-color: rgba(0,0,0,0.08);background-position: 50% 50%;background-size: 10px;background-repeat: no-repeat;background-image: url('../images/board/ico_check_gray.svg');transition: all .3s ease-in-out;}
.box_suggest .list_suggest .link_suggest:has(strong) { font-weight: 700; }
.box_suggest .list_suggest .link_suggest strong { font-weight: 400; color:#000; }
.box_suggest .list_suggest .link_suggest:hover:before,
.box_suggest .list_suggest .link_suggest:focus:before{background-color: #1e409a;background-image: url('../images/board/ico_check_white.svg');}

.box_suggest .list_suggest .btn_add {display: block;min-width: 32px;}
.box_suggest .list_suggest .btn_add .ico_sgt { display: block; width: 12px; height: 12px; margin: 9px 0 9px 8px; background-position: 0 0; }
.ico_sgt { display: inline-block; overflow: hidden; font-size: 1px; line-height: 0; color: transparent; text-shadow: none; vertical-align: top; background: url(https://t1.daumcdn.net/daumtop_deco/images/pctop/2025/ico_sgt_250203.png) no-repeat; background-size: 100px 100px; }

@media only screen and (max-width: 750px) {
	.search-box{padding:20px;justify-content: end;}
	.search-box dl{display:flex;width: calc(100% - 60px);width: 100%;gap: 2%;}
	.search-box dt{left: -60px;width: 60px;top: 18px;display: none;}
	.search-box dd{width: 100%;margin-left: auto;}
	.search-box dd.box_search input[type=text]{min-width: inherit;width: 100%;}
	.search-box dd.box_search button{/* width:18%; */}
	.box_suggest .suggest-layer-holder {max-height: 150px;}
	.box_suggest .list_suggest .btn_add {display: block;min-width: 28px;}
}


/* 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;}
table .button.small,
table .button{ margin-bottom:0; height:30px !important; line-height:30px !important;}
.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; }
.required{ font-weight:normal; color:#ff0000; display:inline-block; margin-left:5px}

/* 자동입력방지 */
.boardWrite .autostop{float:left; width:80px; height:50px;}


/* 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: 255px;margin: 0 8px;margin-bottom:30px;position:relative;text-align:center;vertical-align:top;}
.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{min-width: 255px;height: 145px;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 {width:100%;min-height: 145px;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;}
.board-imgTxt > ul > li a .date{ padding:0px 10px 15px 0px; font-size:0.85em; color:#777;  margin-bottom:0;}
.board-imgTxt > ul > li a .Title{ display:block; margin:0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.board-imgTxt > ul > li:nth-child(4n+1){ margin-left:0}
.board-imgTxt > ul > li:nth-child(4n+4){ margin-right:0}
.board-imgTxt > ul > li a:hover .Title{ text-decoration:underline; color: #09a0f7;}
.board-imgTxt > ul > li .ImgBox:hover .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 .ImgBox:hover img{-ms-transform: scale(1.2); -webkit-transform: scale(1.2); transform: scale(1.2);}

/* 카드뉴스 */
.board-imgTxt.cardNews > ul > li a p.ImgBox{ height:210px;}
.board-imgTxt.cardNews > ul > li a p.ImgBox img { min-height:210px;}


/* 동영상 */
.board-mvBox{ box-sizing:border-box;  width:100%; overflow:hidden; padding:30px 0; margin-top:10px; border-top:3px solid #61646c; border-bottom:1px solid #93969c;   }
.board-mvBox li{display:inline-block; overflow:hidden;width: 245px;margin: 0 14px;margin-bottom:30px;position:relative; text-align:center; vertical-align:top;}
.board-mvBox li a p{ display:block; width:100%; box-sizing:border-box; text-align:left;}
.board-mvBox li a p.ImgBox{min-width: 245px;height:165px;overflow:hidden; background:#f6f6f6 url(' ../images/board/noImg_logo.png') center center no-repeat;  margin-bottom:0; position:relative;}
.board-mvBox li a p.ImgBox img {width:100%; min-height:165px;}
.board-mvBox li a .Title{ padding:15px 20px 5px 0px; margin-bottom:0;}
.board-mvBox li a .date{ padding:0px 10px 15px 0px; font-size:0.85em; color:#777;  margin-bottom:0;}
.board-mvBox li a .Title{ display:block; margin:0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; width:193px;}
.board-mvBox li:nth-child(4n+1){ margin-left:0}
.board-mvBox li:nth-child(4n+4){ margin-right:0}
.board-mvBox li a:hover .Title{ text-decoration:underline; color: #21878e; font-weight:700;}
.board-mvBox li .ImgBox:hover .cover {display:block;position:absolute;top:0;left:0;background:#000 url('../images/board/ico_ovmore02.png') no-repeat 50% 50%;opacity:0.6;filter:Alpha(opacity=60);width:100%;height: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; 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; }

/* 배너드래그 */
.banner_box{ position:relative; padding:22px 0 15px 2%; background:#f3f3f3; border:1px solid #ddd; overflow:hidden;}
.banner_box p{ margin-bottom:16px;}
.banner_box .btnTy1{ position:absolute; right:2%; top:15px;}
.banner_list { width:100%;}
.banner_list li {float:left; width:18%; margin-right:2%; margin-bottom:10px;}
.banner_list li img { border:1px solid #ddd; width:100%; background:#fff;}
.banner_list li span { padding-top:12px; color:#555; text-align:center; display:block;}
.page-mobile {display:none;}

/* 게시판 페이징 */
.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: #09a0f7 !important; border-color: #09a0f7 ;}
.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;}

/* 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:#09a0f7;}
.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;}

/* loginBox*/
.loginBox { overflow:hidden; padding:30px 30px 40px 370px; border:1px solid #dfdfdf; position:relative; background:url(' ../images/board/loginBg.png') no-repeat 40px center;}
.loginBox:before{content:'';border-right:1px solid #ddd;display:inline-block;height: 160px;width: 1px;position: absolute;left: 300px;}
.loginBox .login_text {}
.loginBox dl{ position:relative;}
.loginBox dt{ width:80px; display:block; float:left;height:45px; line-height:45px;}
.loginBox dd{display:block;}
.loginBox input[type="text"],
.loginBox input[type="password"] { height:45px;margin-bottom:5px;padding:13px 10px 10px 45px;}
.loginBox input[type="text"] {background:url(' ../images/board/icon_login.png') no-repeat 10px 4px;}
.loginBox input[type="text"]:-webkit-autofill {background-color: rgb(250, 255, 189); background:url(../img/member/icon_login.png) no-repeat 10px 4px;color: rgb(0, 0, 0);}
.loginBox input[type="password"] {background:url(' ../images/board/icon_login.png') no-repeat 10px -78px;}
.loginBox .bt {position:absolute;top:0;left:270px;display:block;margin-bottom:5px;font-size:1.2em;width: 145px;}
.loginBox .bt input{ border:0; border-radius:3px; cursor:pointer; height:95px; width:100px;}


/* 신청서 양식 */
.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; }


@media all 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}
	

}



@media only screen and (max-width: 1024px) {
	.board-paging a, .board-paging a.on { font-size:14px;}
	
	.reserve table{ width:100%;}	
	.faqDetail li.faq.on div.txt_box img{ width:100%; max-width:500px;}	
	.board-text .infoBox li{ width:100%;} 
	.viewBox img{ width:100%; max-width:500px;}
	.board-text .dpNo{ display:none;}
	.board-text > table  td.link{ width:75%;}
	

	/* 포토게시판 */
	.board-imgTxt > ul > li,
	.board-imgTxt > ul > li:nth-child(4n+4){ 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 a p.ImgBox{ min-width:inherit; width:100%;}
	
	/* 동영상 */
	.board-mvBox {padding: 15px 0;}
	.board-mvBox li{float:none;width:48%;margin-bottom:10px;padding-bottom:10px;}
	.board-mvBox li,
	.board-mvBox li:nth-child(4n+1),
	.board-mvBox li:nth-child(4n+4){ margin:0 0 10px 0}
	.board-mvBox li:nth-child(2n+2){ float:right;}
	.board-mvBox li a{ display:block;}
	.board-mvBox li a p.ImgBox{height: 165px; margin-bottom:10px;}
	.board-mvBox li a p.ImgBox img{ min-height:100px;}
	.board-mvBox li a .Title,
	.board-mvBox li a .date{padding: 0;width:auto;}
	
	.loginBox,
	.loginBox.box2 { background:none; padding:30px;}
	.loginBox:before,
	.loginBox.box2:before{ display:none;}
	.loginBox dt{ width:15%; min-width:50px; font-size: 1em;}
	.loginBox dd{ width:85%; float: right;}
	.loginBox dd input{ width:100%;}
	.loginBox .bt{ position:relative; top:auto; left:auto; width:100%;} 
	.loginBox .bt input{ height:45px; width:100%; padding:0 50px; text-align:center;}
	
	.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;}	
}

@media only screen and (max-width : 640px) {
	.board-text .tit { font-size:1.2em; }
    .board-text .viewBox img { width:100%; text-align:center; }
    .board-imgTxt > ul > li div { height:80px; line-height:80px;  background:none; }
    .board-imgTxt > ul > li div img { width:100%; height:auto; }
    .boxLayer { left:0; top:0; bottom:0; width:100% !important; height:100% !important; margin:0 !important; overflow-y:auto; }
    .board-text .infoBox li { float:none; margin:0 0 5px 0; }
    .board-text .snsBox { top:10px; left:20px; text-align:left; }
	.board-imgTxt > ul > li {}
    .board-imgTxt > ul > li div { height:80px; line-height:80px;  background:none; }
    .board-imgTxt > ul > li div img { width:100%; height:auto; }
    .viewBox img { width:100% !important; height:auto !important; }
	
	.boardWrite input[type="text"].setBlock, 
	.boardWrite input[type="email"].setBlock,
	.boardWrite input[type="tel"].setBlock,
	.boardWrite input[type="password"].setBlock,
	.boardWrite select { width:100%; }
	
	.cntBody .srcoll-table{ margin-top:0}
	.boardTop{ margin-bottom:10px;}
	.boardTop .board-total span{ line-height:1.5em;}
	
	
	/* 포토게시판 */
	.board-imgTxt {}
	.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-mvBox {padding: 15px 0;}
	.board-mvBox li{ float:none; width:100%; margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #ddd;}
	.board-mvBox li:last-child{ border-bottom:0;}
	.board-mvBox li a{ display:block;}
	.board-mvBox li a .Title,
	.board-mvBox li a .date{width:auto;}

}

@media only screen and (max-width :480px) {
    .reples .page-web { display:inline;}
	.reples .page-mobile { display:none !important;}
	.page-web { display:none; }
    .page-mobile { display:inline !important; }
	table.wb { display:none; }
    table.mb { display:inline-table;}
	.board-text > table  td.link{ width:65%;}
	.boardTop .board-total{ position:relative; top:auto; left:auto; float:none;padding-bottom: 5px;}
	.board-srch div{ float:left;}
	
    input.inpFile { width:150px !important; }
	
	.subjectList-web { display:none; }
	.subjectList-mobile { display:inline !important; }
	.td-web { display:none; }
	
	.loginBox dd{ width:80%;}	
	
	/* 포토게시판 */
	.board-imgTxt {}
	.board-imgTxt > ul > li{ width:100% !important; float:none;}
	.board-imgTxt > ul > li a .Title{ width:100%;}
}


@media only screen and (max-width :430px) {	
	.loginBox dd{ width:75%;}
}


/* 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: #09a0f7;border-top: 2px solid  #09a0f7;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:1024px){
	.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;}
}
@media only screen and (max-width:640px){
	.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; }
}

/* box_pw */
.box_pw{}
.box_pw p{width: 60%;display: block;margin: 0 auto 10px auto;}
.box_pw ul{width:60%;  margin: 0 auto;overflow:hidden;text-align:center;padding: 35px;border: 1px dashed #ddd; margin-bottom:30px; background:#f9f9f9; display: block;}
.box_pw ul li{ display:block; margin-bottom:10px; overflow: hidden;}
.box_pw ul label{float:left; padding: 3px 15px 3px 30px; display:block; background: url(../images/board/ico_guide.png) no-repeat 0px 7px; width:33%; text-align: left;}
.box_pw ul input{ width:67%; float:left; display:block;}
.box_pw ul li:last-child{ margin-bottom:0;}
.box_pw .btn{text-align:center;margin-bottom: 0;}

@media only screen and (max-width:1024px) {
	.box_pw ul, .box_pw p{width:70%;}
}
@media only screen and (max-width:768px) {
	.box_pw ul{width:80%;}
}

@media only screen and (max-width:640px) {
	.box_pw p{ width:100%;}
	.box_pw ul{width:100%; padding: 20px;}
	.box_pw ul label{ min-width:84px; padding: 3px 5px 3px 25px; width:100%; margin-bottom: 5px;}
	.box_pw ul input{ width:100%;}
}


.search-results { list-style: none; padding: 0; }
.search-results li { border: 1px solid #ccc; padding: 10px; margin-bottom: 5px; cursor: pointer; }
.reservation-form { margin-top: 20px; padding: 10px; border: 1px solid #ddd; }	