@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 var(--mainColor); 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:var(--mainColor); 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"]{}
}


/* 게시판 : 검색 */
.boardTop {position:relative;margin-bottom: 2rem;z-index:0;clear:both;overflow: hidden;text-align: center;}
.board-srch > div {position:relative;/* float:right; */overflow:hidden;text-align:right;display: flex;width: 100%;}
.board-srch > div > div{float:left;position: relative;}
.board-srch > div .bn_area{ margin-left:5px;}
.board-srch > div .bn_area .button{margin-bottom:0;height: 40px;}
.board-srch {margin: 0 auto;overflow: hidden;position: relative;z-index: 1000;float: right;border: 1px solid #ddd;width: auto;border-radius: 3rem;display: flex;justify-content: center;background: #fff;max-width: 500px;min-width: 400px;}
.board-srch select.selTxt {display: inline-block;width: 100px;padding:1px 0;height: 40px;font-size: 0.95em;border: 1px solid transparent;color:#666;background-color: #fff;text-indent: 2rem;/* border-radius: 5px; */border-radius: 3rem 0 0 3rem;}
.board-srch input.txt {display: inline-block;width: calc(100% - 100px);height: 40px;line-height: 40px;padding: 0 4rem 0 1rem;border: 1px solid transparent;border-radius: 0 3rem 3rem 0;font-size: 0.95em;background-color: #fff;}
.board-srch button.btnSearch {background: var(--mainColor) url( ../images/board/btn_search_w.svg) 50% 50% no-repeat;border-radius: 50px;background-size: 25px;position:absolute;right: 3px;top: 3px;width: 35px;height: 35px;font-size:0;}
.board-srch button.btnSearch + .button{height:2.5em;line-height:2.5em;margin: 0;font-size: 0.95em;display: inline-block;vertical-align: middle; border-radius: 3px;}
.boardTop .board-total {float:left;margin-top: 20px;font-size: .95em;/* display: none; */}
.board-total { z-index:1001;}
.board-total:before{content:'';display:inline-block;background: url(../images/board/icon_total.png) no-repeat 0 50%;width: 19px;height: 24px;vertical-align: middle;margin: 0 7px 0 0;}
.board-total span { display:inline-block;vertical-align: middle;line-height: 1em;}
.board-total strong,.board-total b {color: #f35e11;font-weight:700;}
.board-total em{  font-size:0.9em;}

.boardTop.st02{background:none;padding:0;margin-bottom: 15px;}
.boardTop.st02 .board-srch button.btnSearch{ background-color:#555; border-color:#555;}

@media only screen and (max-width :1024px ){		
	.boardTop{}
    .board-srch select.selTxt,
	.board-srch input.txt,
	.board-srch button.btnSearch,
	.board-srch button.btnSearch + .button{/* height: 45px; */}
	.board-srch select.selTxt{width:80px;}
	.board-srch input.txt{width: calc(100% - 48px);}
}
@media only screen and (max-width :768px ){	
	.boardTop{/* padding:1.3em 1.2em; *//* margin-bottom: 3.5rem; */} 
	.board-srch div{float:none;overflow: inherit;}
	.board-srch > div > div{width:100%;}
	.board-srch > div .bn_area{width:auto;position:absolute;top: -30px;right:0;}
	.board-srch > div .bn_area .button{ font-size:0.88em;}
	.boardTop .board-total{margin-top:1.5rem; display:none;}
}
@media only screen and (max-width: 480px) {		
	.board-srch{float:none;min-width: fit-content;}
	.boardTop{margin-bottom: 2.5rem;} 
	.boardTop .board-total span{ line-height:1.5em; }
	.boardTop .board-total{float:none;margin-bottom: 10px !important;}
	.board-srch select.selTxt{min-width: inherit;/* width: 80px; */float: left;/* margin-bottom: 3px !important; */}
	.board-srch input.txt{/* min-width:inherit; *//* width: calc(100% - 85px); */}
	.board-srch button.btnSearch{/* width: 40px; */float:right;}
	.board-srch button.btnSearch + .button{display:none;}
	.boardTop .board-total{ position:relative; top:auto; left:auto; float:none;text-align: left;}
	.board-srch select.selTxt, .board-srch input.txt, .board-srch button.btnSearch, .board-srch button.btnSearch + .button{/* height:40px; */}
}


/* 게시판 : 텍스트 */
.board-text {position:relative;border-top: 2px solid #333;letter-spacing: 0;}
.board-text > table { width:100%;}
.board-text > table thead th, .board-text td {padding: 1.2em 0.5em;text-align:center; }
.board-text > table thead th {font-size:1em;color: #111;font-weight: 600;/* background: #fff; */position: relative;border-bottom: 1px solid #ddd;}
/*.board-text > table  thead tr{ background:#f9f9f9; }
.board-text > table  thead tr:hover{ background:#f9f9f9}*/
.board-text > table  td {border-bottom: 1px solid #ddd;color: #555;padding: 1.1em 0.5em;}
.board-text > table  td.num,
.board-text > table  td.date,
.board-text > table  td.vCount{color:#888;font-size: 0.9em;}
.board-text > table  td.pic{ }
.board-text > table  td.pic img{ height: 80px;}
.board-text > table  td.tit {text-align:left; box-sizing:border-box; font-weight: 500; color: #333; max-width: 500px;}
.board-text > table  td.tit a {max-width: calc(100% - 55px);overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: inline-block;vertical-align: middle;}
.board-text > table  td.tit a:hover,
.board-text > table  td.tit a:focus,
.board-text > table  td.tit a:active {color: #111;text-decoration:underline;}
.board-text > table  td.tit img{display: inline-block;vertical-align: middle;margin: 0px 0px 0 3px;}
.board-text > table  td.tit a img{ margin: 0px 3px 0 0;}
.board-text > table  td.tit .ico_comm{display:block; float:left; font-size: 0.9em;color: #e94e1f;font-weight: 500;}
.board-text > table  td.tit .ico_comm:before{content:'';width:18px;height:16px;display:inline-block;background:url('../images/board/icon_comment.png') no-repeat 0 0;vertical-align: middle;margin: 0 3px;}
.board-text > table  td select{ width:100%;}
.board-text > table  tr th:last-child, .board-text  tr td:last-child { background-image:none; }
.board-text > table .ntc{background: #f7f2ef;}
.board-text > table .ntc td.tit a{font-weight: 700;}
.board-text > table  td.company{ color:#1c395f !important; font-weight: 500;}
.board-text > table  tr td.company,
.board-text > table  tr td.author{ max-width:140px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.board-text .tbl-form{ border-top:0}
.board-text .button { margin-bottom: 0;}
.board-text tfoot th{background-color: #f8f8f8;color: #222;border-bottom: 1px solid #e6e6e6;border-right: 1px solid #e6e6e6;}
.board-text tfoot td {background-color: #fafafa;}
.board-text thead th:last-child,
.board-text tfoot th:last-child,
.board-text tbody th:last-child{border-right:none;}

.board-text > table  td .case{ display: inline-block;color:#fff;vertical-align: middle;padding:0;line-height: 24px;min-width: 45px;border-radius: 35px;text-align: center;font-size: 0.8em;font-weight: 500;}
.board-text > table  td .case.bg01 {background:#828282;}
.board-text > table  td .case.bg02 {background:#169def;}
.board-text > table  td .case.bg03 {background:#44c1b9;}
.board-text > table  td .case.bg04 {background: #4840bb;}

.board-text .btn_detail, .board-text .btn_close{font-size: 0 !important;width: 30px;height: 30px;display:block;float: right;vertical-align:top;}
.board-text .btn_detail:after, .board-text .btn_close:after {content: "";display: block;width: 30px;height: 30px;position: absolute;right: 0;top:0px;background: url('../images/board/arrow_faq.png')no-repeat center 12px;}
.board-text .btn_close:after{background: url('../images/board/arrow_faq.png')no-repeat center -83px;}
.board-text .btn_close{border-color: #f8b237 !important;}
.board-text .btn_close:hover{border-color: #f8b237 !important;}

/* .board-text > ul */
.board-text > ul li > *{ word-break: break-all;}
.board-text > ul li a{display: flex;align-items: center;justify-content: space-between;padding: 30px 0;width: 100%;position: relative;border-bottom: 1px solid rgba(0, 0, 0, .1);transition: border .3s ease;}
.board-text > ul li a:before{content:'';width:100%;height:1px;position:absolute;left:0;top: -1px;border-top: 1px solid #ddd;opacity:0;transition: all .3s ease-in-out;}
.board-text > ul li a:hover:before, .board-text > ul li a:hover:before{opacity:1;}
.board-text > ul li a:hover, .board-text > ul li a:focus{border-bottom: 1px solid #ddd; text-decoration:none;}
.board-text > ul li .title{display: flex;align-items: center;width: 80%;max-width: calc(100% - 85px);font-size: 1.125em;color: rgba(0, 0, 0, .7);transition: all .3s ease;}
.board-text > ul li .title:hover, .board-text > ul li .title:focus{ color: rgba(0, 0, 0, .9); }
.board-text > ul li .title .tit{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;font-weight: 600;}
.board-text > ul li .title  img{ margin-left:3px;}
.board-text > ul li .important {display: inline-block;min-width: 40px;margin-right: 8px;padding: 1px 8px;line-height: 22px;font-size: 1.3rem;color: #fff;border-radius: 12px;background: #000;vertical-align: top;text-align: center;font-style: normal;font-weight: 600;}
.board-text > ul li .important.st02{  background-color: var(--mainColor);}
.board-text > ul li .div_desc{ display: flex; align-items: center;}
.board-text > ul li .div_desc > span{}
.board-text > ul li .date { min-width: 75px;overflow: hidden;font-size: 1.3rem;line-height: 1;font-weight: 500;color: rgba(0, 0, 0, .5);}
.board-text > ul li:hover .date {color: rgba(0, 0, 0, .7);}

@media only screen and (max-width :1080px ){
	.board-text .tit {font-size:1em;}	
	.board-text > table .dpNo{display:none !important;}
	.board-text > table thead th, .board-text td{padding:1em 0;}
	.board-text > table td.tit{ width: 80%; max-width:inherit;}
	.board-text > table td.tit a{display: inline;white-space: break-spaces;}
	
	.board-text.st02 > table {border-collapse: collapse;text-align: center;table-layout: fixed;}
	.board-text.st02 > table tr {position: relative; overflow: hidden; display: block; width: 100%; border-bottom: 1px solid #ddd; float: left;}
	.board-text.st02 > table tbody tr {position:relative;overflow:hidden;display:block;width:100%;border-bottom:1px solid #ddd;float:none;padding: 1em 0;}
	.board-text.st02 > table  tr:hover td {background-color:transparent;}
	.board-text.st02 > table thead {position:absolute;top:0;left:0;width:1px;height:1px;overflow:hidden;}
	.board-text.st02 > table th, .board-text.st02 > table td {border:0; }	
	.board-text.st02 > table td {display:block; float: left; padding: 3px 0 0 2%; width:auto;}
	.board-text.st02 > table .num { float:left;padding-bottom:0; padding: 0 0 0px 2%; display: none;}
	.board-text.st02 > table .ntc .num img{margin-bottom:3px;}
	.board-text.st02 > table .num:after { display:none;}
	.board-text.st02 > table .case{position:absolute;left: 0;top:0; display:none;}
	.board-text.st02 > table .case:after{display:none;}
	.board-text.st02 > table .pic{ padding:0;}
	.board-text.st02 > table .pic:after{display: none;}
	.board-text.st02 > table td.pic img{ height: auto; width:100%;}
	.board-text.st02 > table td.tit, 
	.board-text.st02 > table td.writer {font-size:1.1em;width: 100% !important;padding: 0 2%; max-width: inherit;border-bottom: 0; }
	.board-text.st02 > table td.tit a{white-space: nowrap; overflow: hidden; max-width: calc(100% - 55px);float: left;}	
	.board-text.st02 > table td.tit:after, .board-text > table td.writer:after, .board-text > table td:last-child:after,
	.board-text.st02 > table .u_tel, .board-text.st02 > table .u_num{display:none !important;}
	.board-text.st02 > table .u_web .button{  margin: 0;}
	.board-text.st02 > table td{display:block;width: auto !important;padding: 3px 0 0 2%;border-bottom: 0;line-height: 25px;font-size: 0.95em;}
	.board-text.st02 > table td + .board-text td{ padding-left:0;}	
	.board-text.st02 > table td:last-child:after{display:none;}
	.board-text.st02 > table td:after{content:'';display:inline-block;background:#ddd;width:1px;height:13px;vertical-align:middle;margin: -3px 0 0 10px;}	
	.board-text > table  tr td.company{font-size:1em;}	
	.board-text > table td .case{min-width:35px;}
	
	/* .board-text > ul */
	.board-text > ul li a{padding: 1.25em 0;}
	.board-text > ul li .title{font-size: 1.05em;}
	.board-text > ul li .date{font-size: 1.2rem;}	
}

@media only screen and (max-width: 768px) {	
	.board-text > table  td {padding: 1em 0.5em;}
	.board-text > table  td.num,
	.board-text > table  td.date,
	.board-text > table  td.vCount{font-size: 0.8em;}
}
@media only screen and (max-width: 480px) {	
	.board-text > table td.tit{ width: 70%;}
	.board-text > table td.tit a{display: inline;  max-width: inherit;white-space: break-spaces;}
	.board-text .btn_down {padding:0;line-height: 20px !important;height: 20px;}

	.board-text > ul li a{ flex-wrap:wrap;}
	.board-text > ul li .title{width:100%;max-width: inherit;}
	.board-text > ul li .date{width:100%;margin-top: 8px;}
	.board-text > ul li .important{margin-right: 8px;padding: 0 6px 0;height: 18px;line-height: 18px;font-size: 1.1rem;vertical-align: middle;min-width: 32px;}
	.board-text > ul li .notice{width:20px;height:20px;margin-right: 5px;}
	.board-text > ul li .notice:before{ line-height:20px;}
}

/* status */
.status em{display:inline-block;font-size: 14px;border: 1px solid #333;color: #333;padding: 0 0.4em;font-weight: 400;height: 30px;line-height: 30px;min-width: 63px;text-align: center; border-radius: 5px;}
.status a, .status button{display: block;width:100%;line-height: inherit;}
.status .st01{border-color: var(--mainColor);color: #fff;background-color: var(--mainColor);}
.status .st02{border-color: #9f9f9f;color: #fff;background-color: #9f9f9f;}
.status .st03{border-color: var(--mainColor);color: var(--mainColor);background-color: #fff;}
@media only screen and (max-width:768px){
	.status  em{ height:26px; line-height: 24px; font-size:12px;min-width: 55px;}
}

/* 게시판 : 텍스트 뷰 */
.board-view-head {display:block;position:relative;width:100%;padding-bottom: 10px;border-bottom: 1px solid #ccc;}
.board-view-head .titBox {display:block;padding: 4rem 1.5rem 1.5rem 1.5rem;position:relative;}
.board-view-head .titBox:after {content:"";display:block;clear:both}
.board-view-head .titBox .tit {display:block;padding:0 100px 0 0;font-size: 2em;line-height: 1.4;color: #222;width:auto;font-weight: 700;/* text-align: center; */box-sizing:border-box;}
.board-view-head .titBox .tit > span{color:#595959;}
.board-view-head .titBox .tit .name{color:#222; font-weight:700}
.board-view-head .titBox .tit > span:after{content:"/"; padding:0 0.5rem; font-weight:300; font-size:0.85em}
.board-view-head .titBox .tit > span:last-child:after{display:none;}
.board-view-head .titBox.tC .tit{ padding-right:0;}
.board-view-head .titBox .top-r {position:absolute;right:0px;height:100%;top:50%;margin-top: -26px;}
.board-view-head .titBox .top-r .board-vhit {display:inline-block;margin-right: 1.5em;}
.board-view-head .titBox .top-r .board-vhit .ilbl:after {content:" :"}
.board-view-head .titBox .top-r .button{margin: 0;}
.board-view-head .titBox .topinfo {display: flex;justify-content: flex-start;font-size: 0.985em;margin: 20px 0 0;font-weight: 500;}
.board-view-head .titBox .topinfo * {display:inline-block;position:relative;vertical-align:middle;color: #555;line-height: 1;padding: 0 13px 0 0;margin: 0 12px 0 0;text-transform: uppercase;}
.board-view-head .titBox .topinfo span:after {content:"";display:block;position:absolute;width:1px;height:12px;border-right: 1px solid #ccc;right:0;top: 50%;transform: translateY(-50%);}
.board-view-head .titBox .topinfo span:last-child{ padding-right:0; margin-right:0;}
.board-view-head .titBox .topinfo span:last-child:after{display:none;}
.board-view-head .titBox .topinfo.split {display:none;}
.board-view-head .titBox .topinfo .pdate {color:#666}


.board-text .infoBox{padding: 0 2rem;display: inline-flex;flex-wrap: wrap;justify-content: center;gap: 0 1rem;width:100%;}
.board-text .infoBox li{ width: auto; border-bottom: 0;margin-bottom: 3.5rem;}
.board-text .infoBox li span{font-size:1.5rem;padding: 0 1rem;}
.board-text .infoBox li span:first-child{font-size:1.4rem;background: #ece1db;border: none;border-radius: 5rem;min-width: inherit;padding: 0.15rem 1rem;color: #555;}
.board-text .infoBox li.file{border: 1px solid #e5e0dd;border-width: 1px 0;background: #f7f2ef;padding: 2rem 2rem 2rem 95px;/* border: 0; */margin-bottom: 0;position: relative;}
.board-text .infoBox li.file span:first-child{position: absolute;top: 0;left: 0;height: 100%;padding-top: 2rem;min-width: 85px;border-radius: 0; padding: 1em 2em;}
.board-text .infoBox li.file span a:after{content:'';display:inline-block;vertical-align:middle;width: 16px;height: 13px;background: url(../images/board/icoFile.png) right center no-repeat;margin-left: 7px;}
.board-text .infoBox li.file span{ padding-left:0}
.board-text .infoBox li.file span a:hover{color:var(--mainColor);}


.view-info {width:100%;display:block;overflow:hidden;background: #fff;position: relative; }
.view-info > div:after {content:"";display:block;position:absolute;width:200%;height:1px;background: #ddd;left:0;bottom:0;}
.view-info .ilbl {display:block;position:absolute;left: 1.5em;top: 1.25em;letter-spacing:-.05em;font-size: 0.95em;line-height: 1.4em;}
.view-info .ptxt {display:block;position:relative;margin-left:115px;padding:10px 15px 12px;min-height:50px;box-sizing:border-box;}
.view-info .ptxt:before {content:"";display:block;position:absolute;width:1px;height:14px;background:#ccc;left:0;top:18px}
.view-info .info-cont{position: relative;}
.view-info .info-cont > ul {display:block;position:relative;/* margin-left:115px; */padding: 1.25em;display: flex;flex-wrap: wrap;gap: 0 3rem;}
.view-info .info-cont ul:before {content:"";display:block;position:absolute;width:1px;height:14px;background: #f0e6ea;left: -0.35em;top: 1.4em;}
.view-info .info-cont li {display: inline-block;margin: 0 0 5px 0;}
.view-info .info-cont li:last-child {margin:0}
.view-info .info-cont li button:hover span,
.view-info .info-cont li a:hover span{text-decoration:underline;color: #000;}
.view-info .info-cont li button span:before, .view-info .info-cont li a span:before{content:'';display:inline-block;vertical-align:middle;width: 13px;height: 16px;background: url(../images/board/file_down.png) right center no-repeat;margin-right: 10px;}
.view-info .info-cont li button:first-child,
.view-info .info-cont li a:first-child {word-break:break-all;white-space:normal;font-size: 0.95em;}
.view-info .info-cont li button:first-child span,
.view-info .info-cont li a:first-child span {display:inline-block;position:relative;box-sizing:border-box;/* letter-spacing:-.05em; */line-height: 1.2em;font-weight: 400;text-align: left;}
.view-info.link .info-cont li a{background: url(../images/common/ico_blank.svg) right center no-repeat;background-size: 13px;padding-right: 20px;}
.view-info.cols2 .info-cont{width:50%; float:left;}
.view-info.cols2 .info-cont.full{width:100%; float:none; clear: both;}

.board-text .viewBox {overflow:hidden;color: #444;padding: 2em 1.5em; line-height: 180%; }
.board-text .viewBox video{max-width:100%; width:100%;}
.board-text .viewBox iframe{min-height:890px;}
.board-text .viewBox .piczone  { text-align:center}
.board-text .viewBox img { max-width: 100%;margin-bottom: 1em} 
.board-text .viewBox a{word-break: break-all;}
.board-text .viewBox p { line-height:180%; margin-bottom: 0 !important;}
.board-text .viewBox li {    text-align: left !important;}
.board-text .viewBox table th, .board-text .viewBox table td{  padding:0.7em 0.5em; font-size:1em; border:1px solid #ddd;}
.board-text .viewBox .ttl01:first-child,
.board-text .viewBox .ttl02:first-child,
.board-text .viewBox .ttl03:first-child{ margin-top: 0;}
.board-text .viewBox figure.media {margin: .9em auto; }
.board-text .viewBox figure.image { display: table; clear: both; text-align: center; margin: .9em auto; min-width: 50px; }
.board-text .viewBox figure.image img { display: block; margin: 0 auto; max-width: 100%; min-width: 100%; }
.board-text .viewBox figure.image.image-style-side {float: right;margin-left:1em; max-width: 50%;}
.board-text .viewBox figure.image>figcaption { display: table-caption; caption-side: bottom; word-break: break-word; color: #777; background-color:#eee; padding: .3em; font-size: .75em; outline-offset: -1px; }

.board-text .viewBox i { font-style:italic}
.board-text .viewBox ul {list-style-type: none;list-style-position: revert;margin:1em 0;padding-left: 0;}
.board-text .viewBox ol {  list-style-type: decimal;  list-style-position: inside;  margin:1em 0; padding-left:15px; }
.board-text .viewBox ul ul, .board-text .viewBox ol ul {  list-style-type: circle;  list-style-position: inside;  margin-left: 20px;  }
.board-text .viewBox ol ol, .board-text .viewBox ul ol {  list-style-type: lower-latin;  list-style-position: inside;  margin-left: 20px;  }

/* board-view-files */
.board-view-files {display:block;position:relative;width:100%;overflow:hidden;text-align:center}
.board-view-files img {max-width:100%}
.board-view-contents {display:block;position:relative;padding:30px 28px 50px}
.board-view-contents center {text-align:center}
.board-view-contents img {max-width:100%}
.board-view-contents p {min-height:1em}
.board-view-contents .video-wr {display:block;position:relative;height:0;padding:0 0 56.25%;margin:0 0 20px}
.board-view-contents .video-wr iframe {display:block;position:absolute;width:100%;height:100%}
.board-status {margin-top:15px}
.board-writer-ip {text-align:right;border-top:1px dotted #c2c2c2;font-size:0.85em;padding:5px}
.board-view-btns {display:block;margin:15px 0;text-align:right}
.board-view-btns a,

.board-view-btns button, .board-view-btns input {text-align:center}
td.text-left { text-align:left}

@media only screen and (max-width :1080px ){	
    .board-text .viewBox iframe{min-height: 750px;}
	.board-view-head .titBox .topinfo .writer:after{top:5px;}
	.view-info.cols2 .info-cont{width:100%; float:none;}
}

@media only screen and (max-width :768px ){	
	.board-view-head{padding-bottom:0}
	.board-view-head .titBox {padding: 2rem 0 1rem 0;}	
	.board-view-head .titBox .tit{font-size: 1.75em;line-height: 1.3em;padding: 0;/* display: inline-block; */}
	.board-view-head .titBox .topinfo{margin-top: 5px;font-size: 0.9em;}
	.board-view-head .titBox .topinfo .writer:after{top:5px;}
	.board-view-head .titBox .top-r{top:inherit;height: auto;position: relative;display: inline-block;right: inherit;float: right;margin: 3px auto 0 auto;}
	.board-view-head .titBox .top-r .board-vhit{right:0;margin-right:0;font-size:0.9em;}
	.board-view-head .titBox .top-r .button{height:30px !important;line-height:30px !important;padding:0 0.5em;font-size: 1em;}

	.board-text .infoBox{gap: 0rem 1rem;padding: 0;}
	.board-text .infoBox li{padding: 5px 0;margin-bottom: 1.5rem;}
	.board-text .infoBox li span{margin-right:0;padding: 0 0 0 5px !important;font-size: 1.3rem;color: #777;}
	.board-text .infoBox li span:first-child{padding:0 0.75rem !important;font-size: 1.2rem;}
	.board-text .infoBox li.file{padding: 1rem 1rem 1rem 7rem;}
	.board-text .infoBox li.file span:first-child{min-width:60px;padding: 1rem 0.75rem !important;}
	.board-text .viewBox{padding: 2.25rem 1.5rem 5rem 1.5rem; min-height: 200px;}
	.board-text .viewBox:before{width: calc(100% - 3rem);left: 1.5rem;}
	
	
	.view-info .info-cont li{margin-bottom: 3px;}
	.view-info .info-cont > ul{margin-left: 85px;}
	.view-info .ilbl{left: 10px;}
	.view-info.cols2 .info-cont{width:100%; float:none;}
	.board-text .viewBox{padding:20px 0;}
	
    .board-text .viewBox img { width:100%; text-align:center; }	
	.viewBox img{  max-width:500px;  width:100% !important; height:auto !important; }

	.board-text .viewBox iframe{min-height: 500px;}
}
@media only screen and (max-width :480px ){	
    .board-text .viewBox iframe{min-height: 360px;}
	.viewBox .button.large {height: auto !important;line-height: 1.3em !important;padding: 0.8em 1.25em;white-space: inherit;display: inline-block;}

	.board-text .infoBox{gap:0}
	.board-text .infoBox li{display:flex;}
	.board-text .infoBox li span:first-child{display:none;}
	.board-text .infoBox li.file span:first-child{ display:block;}
	.board-text .infoBox li:nth-child(3):after,
	.board-text .infoBox li.file:after{ display:none;}
	.board-text .infoBox li:after {content:'/';display:inline-block;vertical-align: middle;font-size:1.2rem;padding:0 0.5rem;font-weight:300;color: #bdbfce;}
	.board-text .infoBox li.file{display:block;}
}


/* 모바일전용 게시판 */
table.mb{ display:none;}
table.mb caption{ display:none;}
caption { display:none;}


/* 이전글 다음글 */
.listNavi {clear:both;overflow:hidden;position: relative;margin:20px 0 0 0;border: 1px solid #777;border-left:0;border-right:0;}
.listNavi:after{content: '';display: block;vertical-align: middle;height: 50%;width: 1px;background: #ccc;position: absolute;left: 50%;top: 50%;transform: translateY(-50%);}
.listNavi > ul{display:flex;}
.listNavi li {overflow:hidden;width: 100%;}
.listNavi li a {display:block;overflow:hidden;padding: 1.75em 0;text-decoration: none;display: flex;}
.listNavi li a strong{display: inline-block;vertical-align: middle;padding: 0 20px 0 35px;position: relative;}
.listNavi li a strong:before{content:'';display:block;width: 26px;height: 26px;position: absolute;top: 50%;transform: translateY(-50%);}
.listNavi li a strong:after {content:'';display: inline-block;vertical-align: middle;height: 15px;width: 1px;background: #ccc;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.listNavi li a span {padding-left:20px;box-sizing: border-box;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: calc(100% - 130px);vertical-align: middle;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.listNavi li.next a { flex-direction: row-reverse;}
.listNavi li.next a span{text-align:right;padding: 0 20px 0 0;}
.listNavi li.prev a strong:before{background: url('../images/board/navi_prev.svg') no-repeat 0 50% /cover;left: 0;}
.listNavi li.next a strong:before{background: url('../images/board/navi_next.svg') no-repeat 0 50% /cover;right: 0;left:inherit;}
.listNavi li.next a strong:after{left:0; right:inherit;}
.listNavi li.next a strong{    padding: 0 35px 0 20px;}
.listNavi li a:hover span, .listNavi li a:focus span{ text-decoration:underline; color:#111;}

@media only screen and (max-width: 768px) {
    .listNavi > ul{flex-direction:column;}
    .listNavi:after{width:100%;height:1px;left: 0;/* top: 50%; */}
    .listNavi li a{padding: 1.15em 0;}
    .listNavi li a strong{padding: 0 10px 0 25px;}
    .listNavi li.next a strong{ padding: 0 25px 0 10px;}
    .listNavi li a span{ padding: 0 0 0 10px; width:calc(100% - 70px)}

    .listNavi li.next a span{ padding: 0 10px 0 0;}
}

/* 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: 20px 0;}
.form-layout > ul > li{ padding:10px 0}
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_wrap {display:flex;/* gap: 15%; */border-top: 1px solid #222;border-bottom: 1px solid #222;margin-top: 45px;padding: 40px 0 10px 0;}
.form-layout_wrap + .form-layout_wrap{margin-top: 0;border-top: none;}
.form-layout_wrap .ttl01{margin:0;font-weight: 700;font-size: 1.5em;width: 30%;line-height: 1.2;}
.form-layout_wrap .ttl01:before{display:none;}
.form-layout_wrap .ttl01 span{font-size:0.75em; color:#717171}
.form-layout_wrap .form-layout{margin-left:auto;width: 65%;border: 0;padding: 0;}
.form-layout_wrap .form-layout > ul > li{display: flex;border-bottom: 1px solid #ddd;}
.form-layout_wrap .form-layout > ul > li:first-child{ padding-top:0}
.form-layout_wrap .form-layout > ul > li:last-child{ border-bottom:0}
.form-layout_wrap .form-layout > ul > li > label{width: 30%;}
.form-layout_wrap .form-layout .radioBox{border-width: 0;padding: 8px 0;}

.form-layout label{/* margin-bottom: 10px; */display: block;font-weight: 700;font-size: 1.08em;color: #222;}
.form-layout .form_wrap{ width:100%}
.form-layout input	{max-width: 100%;height: 46px;border-radius: 5px;background: #f8f8f8;border: none;text-indent: 15px;}
.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: 14px 0;border: 1px solid #ddd;border-width: 1px 0;display: flex;align-items: flex-start;width: 100%;}
.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;margin-top: 0;}
.radioBox input[type="radio"] + label{margin-left:6px;}
.radioBox label {display: inline !important;margin: 0;width: auto !important;line-height: 1;}

.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;}

.form-layout .checkBox {display:flex;align-items:start;justify-content: flex-end;}
.form-layout .checkBox label{font-weight: 400 !important;font-size: 1em !important;line-height: 1;}
@media only screen and (max-width: 1080px) {
	.form-layout_wrap{display:block;padding-top: 30px;margin-top: 30px;}
	.form-layout_wrap .ttl01,
	.form-layout_wrap .form-layout{ width:100%}	
	.form-layout_wrap .ttl01{ margin-bottom:15px;}
}
@media only screen and (max-width: 640px) {
	.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_wrap .form-layout > ul > li{display:block;padding: 15px 0;}
	.form-layout_wrap .form-layout > ul > li >label,
	.form-layout_wrap .form_wrap{ width:100%}
	.form-layout_wrap .form_wrap{margin-top:5px;}
	

	.radioBox input[type="radio"]{margin-left: 15px;}
	.form-layout input{height:40px;}
	.form-layout_wrap .form-layout .radioBox{padding-top: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,
.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%; }
}

/* agreement */
.agreement {padding: 25px 25px 15px 25px;overflow: hidden;border: 1px solid #ddd;max-height: 200px;overflow-y: auto;margin-bottom: 10px;font-size: 0.95em;}
.agreement h4:first-child { margin-top:0;}
.agreement h4 {margin:25px 0 13px 0; font-size:1.2em; color:#444;}
.agreement h6 { margin:15px 0 10px 0; font-size:1.1em;}
.agreement p { margin-bottom:10px;}
@media only screen and (max-width:640px) {
	.agreement{ padding: 15px;}
	.agreement p { margin-bottom:5px;}
	.agreement h4{margin:15px 0 8px 0; }
	.agreement h6 { margin:10px 0 5px 0;}
}

.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 !important; 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;}

/* 게시판 페이징 */
.boardNavigation{ overflow:hidden;}
.board-paging {width: 100%;margin: 43px 0 70px;padding: 5px 0;text-align: center; font-size: 0;letter-spacing: 0;word-spacing: 0;clear:both;display: flex;justify-content: center;}
.board-paging a[class^=btn_] { width: 42px; height: 42px; text-indent: -999999rem; line-height: 40px; display: inline-block; border: 1px solid #e8e8e8; cursor: pointer; box-sizing: border-box; margin: 0 0; }
.board-paging a[class^=btn_]:hover, .bod_page >a[class^=btn_]:focus { border:1px solid #111; }
.board-paging a.prev {margin-right: 5px;}
.board-paging a.next {margin-left: 5px;}

.board-paging a {width: 42px;height: 42px;line-height: 40px;display: inline-block;border: 1px solid #333;cursor: pointer;background: transparent;box-sizing: border-box;color: #111;margin: 0 1px;vertical-align: top;font-size: 14px;border-radius: 4px;}
.board-paging a:hover { border:1px solid #111; }
.board-paging a.on { background: #000; color: #fff; border:1px solid #111; }
.board-paging a.first {background: url(' ../images/board/navi_first.svg') center center no-repeat;background-size: 20px;font-size:0;}
.board-paging a.last {background:url(' ../images/board/navi_last.svg') center center no-repeat; background-size: 20px; font-size:0;}
.board-paging a.prev {background:url(' ../images/board/navi_prev.svg') center center no-repeat; background-size: 20px; font-size:0;}
.board-paging a.next {background:url(' ../images/board/navi_next.svg') center center no-repeat; background-size: 20px; font-size:0;}
@media screen and (max-width:768px) {
	.board-paging a[class^=btn_] { width: 28px; height: 28px; line-height: 26px; }
	.board-paging a { width: 28px;height: 28px;line-height: 26px; font-size:12px;}
}

/* faq */
.faqDetail{clear:both;overflow:hidden; }
.faqDetail ul{color:#666; }
.faqDetail > ul > li{border: 0.01rem solid #ddd;margin-bottom: 10px;border-radius: 10px;overflow: hidden;}
.faqDetail > ul > li > a {position:relative;padding: 1.5em 40px 1.5em 4em;display:block;line-height:150%;color:#222;font-size: 1.05em;border-width: 0 1px;letter-spacing:-0.03em;  font-weight: 500;}
.faqDetail > ul > li > a:after {content: "";display: block;width: 55px;height: 55px;position: absolute;right: 0;top: 8px;background: url('../images/board/arrow_faq.png')no-repeat center 1.5em;}
.faqDetail > ul > li > a:hover,
.faqDetail > ul > li > a:focus{background-color: #fffcf6;text-decoration: none;}
.faqDetail > ul > li.faq.on > a{color: #111;font-weight:500;border-bottom: 0.01rem dotted #ddd;background-color: #fffcf6;}
.faqDetail > ul > li.faq.on{border-color: #f8b237;}
.faqDetail > ul > li.faq > a:before{content: "Q";position:absolute;top: 1em;left: 1em;color: #f8b237;font-size: 1.5em;font-weight: 700;}
.faqDetail > ul > li.faq.on > a:before{color: #f8b237;}
.faqDetail > ul > li.faq.on > a:after { background-position: center -70px;}
.faqDetail > ul > li.faq.on div.txt_box{display:block;padding: 1.5em 35px 1.5em 4em;background-color: #fff;border-bottom: 0.01rem solid #ddd;border-width: 0 0 1px 0;overflow:hidden;margin-bottom:-1px;position: relative;}
.faqDetail > ul > li.faq.on div.txt_box:before{content: "A";position:absolute;top: 0.7em;left: 1em;color: #222;font-size: 1.5em;font-weight:700;}
.faqDetail > ul > li.faq .txt_box{display:none; }
.faqDetail ul ul{border-bottom:none;}

.faqDetail > ul > li > li{border-top:none;}

.faq table{ font-size:1.05em;}
@media only screen and (max-width :768px ){
	.faqDetail > ul > li.faq.on div.txt_box img{ width:100%; max-width:500px;}		
	.faqDetail > ul > li a {padding: 1.2em 35px 1.2em 3.2em;}
	.faqDetail > ul > li.faq > a:before{top: 0.75em;left: 0.8em;}
	.faqDetail > ul > li > a:after{ width:45px; height:45px;}
	.faqDetail > ul > li.faq.on div.txt_box:before{top: 0.6em;left: 0.8em;}
	.faqDetail > ul > li.faq.on div.txt_box{padding: 1.2em 15px 1.2em 3.2em;background-size: 25px;background-position: 10px -138px;}
	.faqDetail > ul > li a:after{background-position-y: 20px;top: 6px;}
	.faqDetail > ul > li.faq.on a:after{ background-position: center -75px;}	

}


/* 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) {
	
	.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%;}
	.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 ul{width:50%;  margin: 0 auto;overflow:hidden;text-align:center;padding: 35px;border: 1px dashed #ddd; margin-bottom:30px; background:#fff; display: block;}
.box_pw ul li{ display:block; margin-bottom:10px; overflow: hidden;}
.box_pw ul label{float:left;padding: 3px 15px 3px 25px;display:block;background: url(../images/common/ico_ex02.svg) no-repeat 0px 50% / 17px;width:33%;text-align: left;height: 2.5em;display: flex;align-items: center;}
.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;}
@media only screen and (max-width:1024px) {
	.box_pw ul{width:70%;}
}
@media only screen and (max-width:768px) {
	.box_pw ul{width:80%;}
}
@media only screen and (max-width:640px) {
	.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; }	