/**************************************************

	BOARD

**************************************************/

/*reset browsers*/
#sb-wrap *{ -webkit-text-size-adjust:none; -webkit-border-radius:0; }
#sb-wrap input[type=button],
#sb-wrap input[type=submit]{ -webkit-appearance:none; }

/*reset elements*/
#sb-wrap form,#sb-wrap dl,#sb-wrap dd{ margin:0; padding:0; }
#sb-wrap label{ cursor:pointer; }
#sb-wrap article,#sb-wrap aside,#sb-wrap details,#sb-wrap figcaption,#sb-wrap figure,#sb-wrap footer,header,#sb-wrap #sb-wrap hgroup,#sb-wrap menu,#sb-wrap nav,#sb-wrap section,#sb-wrap dd,#sb-wrap hgroup{ display:block; }
#sb-wrap img{ border:none; vertical-align:middle; }
#sb-wrap fieldset{ margin:0; padding:0; border:none; }
#sb-wrap fieldset.mb20 {margin-bottom: 5px !important;}
#sb-wrap legend{ margin:0; padding:0; }
#sb-wrap p{ margin:0; padding:0; }
#sb-wrap h1,#sb-wrap h2,#sb-wrap h3,#sb-wrap h4,#sb-wrap h5,#sb-wrap h6{ margin:0; padding:0; }
#sb-wrap table{ border-collapse:collapse; border-spacing:0; }

/*Inputs*/
#sb-wrap input{ cursor:pointer; }
#sb-wrap input[type=checkbox],
#sb-wrap input[type=radio]{ border:none; vertical-align:middle; }

#sb-wrap input[type=search]{ border:none;display:inline-block;vertical-align:middle; height:50px; }
#sb-wrap input[type=text],
#sb-wrap input[type=password],
#sb-wrap input[type=search],
#sb-wrap input[type=email],
#sb-wrap input[type=url],
#sb-wrap input[type=number]{display:inline-block;vertical-align:middle;outline: none;height: 35px;line-height: 35px;padding: 0 15px;background: #ffffff;border: 1px solid #dadada;box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
#sb-wrap select{height: 35px;line-height: 35px;padding: 0 0 0 10px;background: #ffffff;border: 1px solid #dadada;box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
#sb-wrap textarea{width: 100%;height: 300px;font-size: 14px;line-height: 18px;padding: 15px;background: #ffffff;border: 1px solid #ddd;box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}

#sb-wrap ::-webkit-input-placeholder{ color:#98908b; }
#sb-wrap :-moz-placeholder{ color:#98908b; }
#sb-wrap ::-moz-placeholder{ color:#98908b; }
#sb-wrap :-ms-input-placeholder{ color:#98908b; }

/*reset links*/
#sb-wrap A:link{ text-decoration:none; color:#666666; }
#sb-wrap A:visited { text-decoration:none; color:#666666; }
#sb-wrap A:active { text-decoration:none; color:#666666; }
#sb-wrap A:hover{ text-decoration:underline; color:#000000; }

@media screen and (max-width: 750px) {

	#sb-wrap input[type=search]{ border:none; height:50px; }
	#sb-wrap input[type=text],
	#sb-wrap input[type=password],
	#sb-wrap input[type=search],
	#sb-wrap input[type=email],
	#sb-wrap input[type=url],
	#sb-wrap input[type=number]{font-size: 12px;padding: 0 5px;}
    #sb-wrap label {font-size: 12px;}
    #sb-wrap label input {margin: 2px;}
	#sb-wrap select{padding: 0 0 0 5px;font-size: 12px;height: 30px;line-height: 30px;}
	#sb-wrap textarea{padding: 10px;font-size: 12px;line-height: 16px;}
	#wm_email_select{margin-top:5px;}

}

/**************************
	Button
**************************/
#sb-footer{position: relative;margin-top: 30px;min-height: 35px;}
#sb-footer .left{position: absolute;top: 0;left: 0;text-align: left;width: 50%;z-index: 2;}
#sb-footer .center{text-align: center;}
#sb-footer .right{text-align: right;}

.sb-btn{display: inline-block;*display: inline;*zoom: 1;vertical-align: top;box-sizing: border-box;height: 35px;line-height: 35px;text-align: center;font-size: 16px;padding: 0 20px !important;letter-spacing: -1px;cursor: pointer !important;}
.sb-btn.type1{background: #2e2e2e;border: 1px solid #2e2e2e;color: #ffffff !important;}
.sb-btn.type2{background: #ffffff;border: 1px solid #2e2e2e;color: #2e2e2e !important;}
.sb-btn.type3{background: #323a45;border: 1px solid #323a45;color: #ffffff !important;}
.sb-btn.type4{background: #eaeaea;border: 1px solid #eaeaea;color: #323a45 !important;}
.sb-btn.type5{background: #ffffff;border: 1px solid #000000;color: #000000 !important;}
.sb-btn.type6{background: #3c59a3;border: 1px solid #3c59a3;color: #ffffff !important;}
.sb-btn.type11{height: 25px;line-height: 25px;padding: 0 8px;background: #2e2e2e;border: 1px solid #2e2e2e;font-size: 12px;color: #ffffff !important;}
.sb-btn.type22{height: 25px;line-height: 25px;padding: 0 8px;background: #ffffff;border: 1px solid #2e2e2e;font-size: 12px;color: #2e2e2e !important;}

@media screen and (max-width: 750px) {
	#sb-footer.no-abs .left{position: static;text-align: center;width: 100%;white-space: nowrap;}
	#sb-footer.no-abs .center{margin-top: 10px;white-space: nowrap;}
	#sb-footer.no-abs .right{margin-top: 10px;text-align: center;white-space: nowrap;}
}


/**************************
	Paging
**************************/
#sb-paging{text-align: center;white-space: nowrap;margin-top: 30px;}
#sb-paging > a{display: inline-block;*display: inline;*zoom: 1;vertical-align: top;width: 35px;height: 35px;line-height: 35px;text-align: center;border: 1px solid #ddd;margin: 0 1px;font-size: 12px;text-decoration: none;}
#sb-paging > a.first{}
#sb-paging > a.prev{}
#sb-paging > a.next{}
#sb-paging > a.last{}
#sb-paging > a.active{border-color: #ddd;background: #ddd;}
#sb-paging > a:hover{border-color: #ddd;background: #ddd;}


/**************************
	Search
**************************/
#sb-search{position: relative;margin-bottom: 20px;border: 1px solid #ddd;height: 60px;}
#sb-search .total{font-size: 14px;color: #333333;line-height: 60px;padding-left: 20px;}
#sb-search .total strong{color: #f43e26;}
#sb-search fieldset{position: absolute;top: 10px;right: 20px;}
#sb-search fieldset > *{display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;height: 40px;box-sizing: border-box;}
#sb-search legend{display: none;}
#sb-search .where{border: 1px solid #ddd;width: 130px;overflow: hidden;background: url(/miryang/images/board/sb_slt_spr.jpg) no-repeat 92% center;}
#sb-search .where select{width: 130%;height: 40px;border: none;background: none;padding-left: 10px;font-size: 14px;color: #333333;}
#sb-search .inp{position: relative;border: 1px solid #ddd;padding-right: 40px;margin-left: 5px;}
#sb-search .inp .keyword{width: 100%;border: none;background: none;height: 40px;font-size: 14px;padding-left: 15px;}
#sb-search .inp .sbm{position: absolute;top: 0;right: 0;width: 40px;height: 40px;background: url(/miryang/images/board/sb_search_sbm.jpg) no-repeat center center;border: none;text-indent: -999em;}

@media screen and (max-width: 750px) {
	#sb-search{margin-bottom: 45px;border: none;height: auto;padding: 10px;background: #f3f4f7;}
	#sb-search .total{position: absolute;bottom: -30px;left: 0;font-size: 12px;line-height: 12px;padding-left: 0;}
	#sb-search fieldset{position: static;}
	#sb-search fieldset > *{display: block;height: 35px;}
	#sb-search legend{display: none;}
	#sb-search .where{width: 100%;background-color: #ffffff;border: none;margin-bottom: 5px;background-position: 95% center;}
	#sb-search .where select{height: 35px;font-size: 12px;}
	#sb-search .inp{margin-left: 0;border: none;background: #ffffff;}
	#sb-search .inp .keyword{height: 35px;font-size: 14px;font-size: 12px;}
	#sb-search .inp .sbm{width: 35px;height: 35px;}
}

/**************************
	Password form
**************************/
#sb-password{width: 300px;margin: 0 auto;}
#sb-password fieldset{padding: 20px;border: 1px solid #ddd;border-top-width: 2px;}
#sb-password fieldset h4{display: block;padding: 0;margin-bottom: 10px;display: block;font-weight: normal;font-size: 16px;}
#sb-password fieldset .inp{width: 100%;}

@media screen and (max-width: 750px) {
	#sb-password{width: 100%;}
	#sb-password fieldset{padding: 20px 15px;}
	#sb-password fieldset h4{font-size: 14px;}
	#sb-password fieldset .inp{width: 100%;}
}

/**************************
	Write
**************************/
#sb-write{}
#sb-write .write_tbl{width: 100%;border-top: 1px solid #2e2e2e;}
#sb-write .write_tbl tr > *{padding: 10px 15px;border-bottom: 1px solid #dddddd;font-size: 14px;line-height: 18px;}
#sb-write .write_tbl tbody th{font-weight: normal;background: #f3f4f7;}
#sb-write .write_tbl tbody.memo td{padding: 10px 0;}
#sb-write .write_tbl tbody.fileWrap th em{font-style: normal;margin-left: 3px;}
#sb-write .write_tbl .inp{width: 450px;height: 35px;line-height: 35px;padding: 0 15px;background: #ffffff;border: 1px solid #dddddd;}
#sb-write .write_tbl .inp.w100{width: 100%;}
#sb-write .write_tbl .inp.w30{width: 30%;}
#sb-write .write_tbl select{height: 35px;line-height: 35px;padding: 0 10px;background: #ffffff;border: 1px solid #dddddd;}
#sb-write .write_tbl textarea{width: 100%;height: 300px;font-size: 14px;line-height: 18px;padding: 15px;background: #ffffff;border: 1px solid #ddd;}
#sb-write .write_tbl em.tbl_sment{display: block;margin: 5px 0;font-size: 12px;color: #333333;font-style: normal;}
#sb-write .write_tbl .fileWrap .addFile{display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;margin-left: 10px;}
#sb-write .write_tbl .fileWrap .addFile > a{display: inline-block;*display: inline;*zoom: 1;vertical-align: top;width: 16px;height: 16px;text-indent: -999em;}
#sb-write .write_tbl .fileWrap .addFile > a.plus{background: url(/miryang/images/board/sb_fileinp_plus.jpg);}
#sb-write .write_tbl .fileWrap .addFile > a.minus{background: url(/miryang/images/board/sb_fileinp_min.jpg);}

@media screen and (max-width: 750px) {
	#sb-write .write_tbl colgroup{display: none;}
	#sb-write .write_tbl tr > *{padding: 10px 5px;font-size: 12px;line-height: 16px;}
	#sb-write .write_tbl tbody th{width: 60px;}
	#sb-write .write_tbl .inp{width: 40%;font-size: 12px;}
	#sb-write .write_tbl textarea{height: 150px;font-size: 12px;line-height: 16px;padding: 10px;}
	#sb-write .write_tbl em.tbl_sment{font-size: 11px;}
	#sb-write .write_tbl .fileWrap .addFile{display: block;margin-top: 5px;margin-left: 0;}
	#sb-write .write_tbl .fileWrap input[type=file]{width: 100%;}
}

/**************************
	View
**************************/
#sb-view{}
#sb-view .titWrap{position: relative;border-top: 1px solid #2e2e2e;border-bottom: 1px solid #ddd;padding: 20px;}
#sb-view .titWrap .sbj{font-size: 16px;line-height: 20px;color: #000000;display: block;padding-right: 220px;font-weight: normal;}
#sb-view .titWrap .info{text-align: right;position: absolute;top: 23px;right: 20px;}
#sb-view .titWrap .info li{position: relative;display: inline-block;*display: inline;*zoom: 1;vertical-align: top;padding: 0 10px;font-size: 12px;line-height: 16px;font-weight: normal;}
#sb-view .titWrap .info li:last-child{padding-right: 0;}
#sb-view .titWrap .info li:after{position: absolute;top: 50%;left: 0;margin-top: -7px;content: '';display: block;width: 1px;height: 14px;background: #dddddd;}
#sb-view .titWrap .info li:first-child:after{display: none;}
#sb-view .titWrap .info li em{margin-right: 5px;font-style: normal;font-weight: normal;}
#sb-view .memoWrap{padding: 50px 10px;min-height: 300px;border-bottom: 1px solid #ddd;word-break:break-all;}
#sb-view .memoWrap img {max-width:100%;height: auto;}
#sb-view .file > li{position: relative;border-bottom: 1px solid #ddd;height: 45px;line-height: 45px;padding-left: 170px;}
#sb-view .file > li > strong{position: absolute;top: 0;left: 0;width: 150px;height: 100%;font-weight: normal;line-height: 45px;text-align: center;background: #f3f4f7;}
#sb-view .file > li .filename{display: inline-block;*display: inline;*zoom: 1;vertical-align: top;color: #000;margin-right: 15px;max-width: 250px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
#sb-view .file > li .byte{font-size: 12px;margin-right: 15px;}

@media screen and (max-width: 750px) {
	#sb-view .titWrap{padding: 20px 10px;}
	#sb-view .titWrap .sbj{font-size: 14px;line-height: 18px;padding-right: 0;margin-bottom: 10px;}
	#sb-view .titWrap .info{text-align: left;position: static;}
	#sb-view .titWrap .info li{font-size: 11px;line-height: 13px;}
	#sb-view .titWrap .info li:first-child{padding-left: 0;}
	#sb-view .memoWrap{padding: 20px 10px;min-height: 150px;}
	#sb-view .memoWrap img {max-width:320px;}  /* 이미지 조절 추가 : 김태균 팀장 */
	#sb-view .file > li{height: 30px;line-height: 18px;padding: 15px 10px;}
	#sb-view .file > li > strong{display: none;}
	#sb-view .file > li .filename{display: block;width: 100%;max-width: 100%;margin-right: 0;font-size: 12px;}
	#sb-view .file > li .byte{font-size: 11px;margin-right: 0;color: #999999;}
	#sb-view .file > li img{max-width: 50px;height: auto;}
}


/**************************
	Comment
**************************/
#sb-comment{margin-top: 60px;}
#sb-comment .writeWrap{margin-bottom: 30px;}
#sb-comment .writeWrap dt{margin-bottom: 10px;}
#sb-comment .writeWrap dt .inp{width: 230px;height: 50px;line-height: 50px;padding: 0 10px;border: 3px solid #dddddd;margin-right: 5px;}
#sb-comment .writeWrap dd{margin-bottom: 10px;}
#sb-comment .writeWrap dd textarea{width: 100%;height: 110px;border: 3px solid #dddddd;}
#sb-comment .writeWrap dd.btnWrap{position: relative;}
#sb-comment .writeWrap dd.btnWrap .sbm{position: absolute;top: 0;right: 0;}

#sb-comment .list{border-top: 1px solid #dddddd;}
#sb-comment .list li{position: relative;padding: 20px 20px 20px 45px;border-bottom: 1px solid #dddddd;background: url(/miryang/images/board/sb_ico_comm.png) no-repeat 18px 23px;}
#sb-comment .list li .info{margin-bottom: 10px;}
#sb-comment .list li .info .name{color: #333333;font-size: 14px;}
#sb-comment .list li .info .date{margin-left: 15px;color: #333333;font-size: 14px;}
#sb-comment .list li .memo{display: block;font-size: 14px;line-height: 22px;}
#sb-comment .list li .btnWrap{position: absolute;top: 15px;right: 10px;opacity: 0;transition: all 0.3s cubic-bezier(0.930, 0.635, 0.650, 0.970);}
#sb-comment .list li:hover .btnWrap{display: block;opacity: 1;}
#sb-comment .list li.reply,
#sb-comment .list li.reply1{padding-left: 80px;background: #f3f4f7 url(/miryang/images/board/sb_ico_comm_reply.png) no-repeat 55px 23px;}
#sb-comment .list li.reply2{padding-left: 110px;background: #f3f4f7 url(/miryang/images/board/sb_ico_comm_reply.png) no-repeat 85px 23px;}
#sb-comment .list li.reply3{padding-left: 140px;background: #f3f4f7 url(/miryang/images/board/sb_ico_comm_reply.png) no-repeat 115px 23px;}
#sb-comment .list li.reply4{padding-left: 170px;background: #f3f4f7 url(/miryang/images/board/sb_ico_comm_reply.png) no-repeat 145px 23px;}
#sb-comment .list li.reply5{padding-left: 200px;background: #f3f4f7 url(/miryang/images/board/sb_ico_comm_reply.png) no-repeat 175px 23px;}

@media screen and (max-width: 750px) {
	#sb-comment{margin-top: 30px;}
	#sb-comment .writeWrap{margin-bottom: 20px;}
	#sb-comment .writeWrap dt .inp{width: 40%;height: 35px;line-height: 35px;}

	#sb-comment .list li{position: relative;padding: 10px 10px 10px 25px;background-size: 13px auto;background-position: 5px 16px;}
	#sb-comment .list li .info .name{font-size: 12px;}
	#sb-comment .list li .info .date{margin-left: 7px;font-size: 11px;}
	#sb-comment .list li .memo{font-size: 12px;line-height: 16px;}
	#sb-comment .list li .memo img{width: auto;height: auto;max-width: 14px;max-height: 14px;}
	#sb-comment .list li.reply{padding-left: 40px;background-size: 10px auto;background-position: 25px 15px;}
	#sb-comment .list li .btnWrap{position: static;margin-top: 10px;opacity: 1;text-align: right;}

}

/**************************************************

	BOARD SKIN :: default

**************************************************/
#sb-list{}
#sb-list .list_tbl{width: 100%;border-top: 1px solid #2e2e2e;}
#sb-list .list_tbl tr > *{position: relative;padding: 15px 10px;border: 1px solid #dddddd;border-width: 0 0 1px 0;font-size: 14px;line-height: 18px;text-align: center;}
#sb-list .list_tbl tr.tr_notice{background: #f3f4f7;}
#sb-list .list_tbl thead tr th{font-weight: normal;color: #000000;}
#sb-list .list_tbl tbody tr td.sbj{text-align: left;}
/*#sb-list .list_tbl tbody tr.tr_notice td.sbj a{background: url(/miryang/images/board/sb_ico_notice.png) no-repeat 0 center;padding-left: 25px;} */
#sb-list .list_tbl tbody tr td em{display: none;}
#sb-list .list_tbl tbody tr td .cj {display: inline-block;font-style: normal;margin: 0 2px;color: #fff;background: #3c59a3;padding: 0 10px;height: 20px;line-height: 20px;font-size: 13px;border-radius: 3px;}
#sb-list .list_tbl tbody tr td .cj:first-child {margin-left: 0;}

/* 답글 들여쓰기 */
#sb-list .list_tbl tbody tr td.sbj.reply1{background: url(/miryang/images/board/sb_ico_reply.png) no-repeat 20px 15px;padding-left: 40px;}
#sb-list .list_tbl tbody tr td.sbj.reply2{background: url(/miryang/images/board/sb_ico_reply.png) no-repeat 50px 15px;padding-left: 70px;}
#sb-list .list_tbl tbody tr td.sbj.reply3{background: url(/miryang/images/board/sb_ico_reply.png) no-repeat 80px 15px;padding-left: 100px;}
#sb-list .list_tbl tbody tr td.sbj.reply4{background: url(/miryang/images/board/sb_ico_reply.png) no-repeat 110px 15px;padding-left: 130px;}
#sb-list .list_tbl tbody tr td.sbj.reply5{background: url(/miryang/images/board/sb_ico_reply.png) no-repeat 140px 15px;padding-left: 160px;}

@media screen and (max-width: 750px) {
	#sb-list .list_tbl tr{display: block;padding: 10px 5px 12px 5px;border-top: 1px solid #dddddd;}
	#sb-list .list_tbl tr > *{display: inline-block;*display: inline;*zoom: 1;border: none;box-sizing: border-box;color: #333333;font-size: 11px;padding: 0 5px;}
	#sb-list .list_tbl tr > *:after{content: '';display: block;width: 1px;height: 12px;background: #dddddd;position: absolute;top: 50%;right: -3px;margin-top: -6px;}
	#sb-list .list_tbl tr > *:last-child:after{display: none;}
	#sb-list .list_tbl thead{display: none;}
	#sb-list .list_tbl tbody tr td.no{display: none;}
	#sb-list .list_tbl tbody tr td.sbj{width: 100%;margin-bottom: 5px;padding-bottom: 0;font-size: 14px;}
	#sb-list .list_tbl tbody tr td.sbj a{color: #000000;}
	#sb-list .list_tbl tbody tr td.sbj:after{display: none;}
	#sb-list .list_tbl tbody tr td.sbj img{width: auto;height: auto;max-width: 14px;max-height: 14px;}
	#sb-list .list_tbl tbody tr.tr_notice td.sbj a{background-size: 14px auto;padding-left: 20px;}
	#sb-list .list_tbl tbody tr td em{display: inline-block;*display: inline;*zoom: 1;vertical-align: top;font-size: 11px;font-style: normal;color: #999;margin-right: 3px;}

	/* 답글 들여쓰기 */
	#sb-list .list_tbl tbody tr td.sbj.reply1{background-size: 10px auto;background-position: 7px 2px;padding-left: 22px;}
	#sb-list .list_tbl tbody tr td.sbj.reply2{background-size: 10px auto;background-position: 17px 2px;padding-left: 32px;}
	#sb-list .list_tbl tbody tr td.sbj.reply3{background-size: 10px auto;background-position: 27px 2px;padding-left: 42px;}
	#sb-list .list_tbl tbody tr td.sbj.reply4{background-size: 10px auto;background-position: 37px 2px;padding-left: 52px;}
	#sb-list .list_tbl tbody tr td.sbj.reply5{background-size: 10px auto;background-position: 47px 2px;padding-left: 62px;}


	#sb-list .list_tbl colgroup {display:none;}
}

/**************************************************

	BOARD SKIN :: event

**************************************************/
#sb-event{}
#sb-event > li{position: relative;margin-bottom: 10px;border: 1px solid #ddd;}
#sb-event > li .link{position: absolute;top: 0;left: 0;width: 100%;height: 100%;border: 1px solid rgba(0,0,0,0);box-sizing: border-box;z-index: 2;}
#sb-event > li dl{position: relative;padding-left: 400px;min-height: 250px;}
#sb-event > li dl dt{position: absolute;top: 0;left: 0;height: 100%;}
#sb-event > li dl dt .tmb{width: 400px;height: 100%;overflow: hidden;background-repeat: no-repeat;background-position: 50% 50%;-webkit-background-size: cover;background-size: cover;}
#sb-event > li dl dd{padding: 60px 50px 20px 30px;}
#sb-event > li dl dd .writer{display: block;font-size: 14px;line-height: 22px;color: #555555;margin-bottom: 10px;}
#sb-event > li dl dd .sbj{display: block;font-size: 24px;line-height: 30px;color: #333333;margin-bottom: 15px;}
/* #sb-event > li dl dd .cj {font-size: 14px;color: #3c5aa4;line-height: 22px;font-style: normal;margin-bottom: 5px;display: block;} */
#sb-event > li dl dd .cj {display: inline-block;font-style: normal;margin: 0 2px 5px;color: #fff;background: #3c59a3;padding: 0 10px;height: 20px;line-height: 20px;font-size: 13px;border-radius: 3px;}
#sb-event > li dl dd .cj:first-child {margin-left: 0;}
#sb-event > li dl dd .date{display: block;font-size: 14px;line-height: 22px;color: #555555;margin-bottom: 20px;}
#sb-event > li dl dd .date strong{margin-right: 10px;background: url(/miryang/images/board/sb_ico_date.png) no-repeat 0 center;padding-left: 25px;}
#sb-event > li dl dd .ico_ing{position: absolute;top: 0;right: 0;display: block;width: 138px;height: 119px;text-indent: -999em;background: url(/miryang/images/board/sb_ico_evt_ing.png);background-size: cover;}
#sb-event > li dl dd .ico_end{position: absolute;top: 0;right: 0;display: block;width: 138px;height: 119px;text-indent: -999em;background: url(/miryang/images/board/sb_ico_evt_end.png);background-size: cover;}
#sb-event > li:hover .link{border-color: #000;}

@media screen and (max-width: 750px) {
	#sb-event > li dl{padding-left: 0;min-height: 0;}
	#sb-event > li dl dt{position: static;}
	#sb-event > li dl dt .tmb{width: 100%;padding-bottom: 67%;}
	#sb-event > li dl dd{padding: 15px 10px;}
	#sb-event > li dl dd .sbj{font-size: 16px;line-height: 20px;margin-bottom: 5px;}
	#sb-event > li dl dd .date{font-size: 11px;line-height: 15px;}
	#sb-event > li dl dd .date strong{background-size: 14px auto;padding-left: 18px;}
	#sb-event > li dl dd .ico_ing{width: 60px;height: 50px;}
	#sb-event > li dl dd .ico_end{width: 60px;height: 50px;}
}


/**************************************************

	BOARD SKIN :: faq

**************************************************/
#sb-faq{}
#sb-faq .faq_list{border-top: 1px solid #000000;}
#sb-faq .faq_list li{border-bottom: 1px solid #ddd;}
#sb-faq .faq_list li .ques{position: relative;padding: 20px 50px 20px 60px;background: url(/miryang/images/board/sb_ico_faq_q.png) no-repeat 20px center;}
#sb-faq .faq_list li .ques:after{content: '';display: block;background: url(/miryang/images/board/sb_ico_faq_spr.png) no-repeat center center;background-size: contain;display: block;width: 15px;height: 100%;position: absolute;top: 0;right: 20px;}
#sb-faq .faq_list li.active .ques:after{transform: rotate(-180deg);}
#sb-faq .faq_list li .ques a.sbj{display: block;font-size: 14px;line-height:22px;color: #333333;}
#sb-faq .faq_list li .ans{position: relative;padding: 20px 50px 20px 60px;background: #f3f4f7 url(/miryang/images/board/sb_ico_faq_a.png) no-repeat 20px center;border-top: 1px solid #ddd;display: none;}

@media screen and (max-width: 750px) {
	#sb-faq .faq_list li .ques{padding: 15px 30px 15px 35px;background-size: 20px auto;background-position: 5px center;}
	#sb-faq .faq_list li .ques:after{width: 10px;height: 100%;right: 5px;}
	#sb-faq .faq_list li .ques a.sbj{font-size: 12px;line-height:16px;}
	#sb-faq .faq_list li .ans{padding: 15px 30px 15px 35px;background-size: 20px auto;background-position: 5px center;font-size: 12px;line-height: 16px;}

}

/**************************************************

	FORM SKIN :: default

**************************************************/
#sb-form{}
#sb-form fieldset{margin-bottom: 50px;}
#sb-form legend{margin-bottom: 15px;font-size: 18px;color: #000000;}
#sb-form .privacy{height: 200px;overflow-y: scroll;background: #f3f4f7;border: 1px solid #ddd;padding: 15px;white-space: pre-wrap;font-size: 14px;line-height: 18px;color: #666;margin-bottom: 10px;}
#sb-form .privacy .table1 tr > * {padding: 10px 15px;font-size: 13px;}
#sb-form .agree{display: block;text-align: right;font-size: 14px;}
#sb-form .form_tbl .w33{width: 150px;}
#sb-form .form_tbl .w50{width: auto;}
#sb-form .form_tbl .inp,
#sb-form .form_tbl select{display:inline-block;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:35px;line-height:35px;border:1px solid #d2d2d2;}
#sb-form .form_tbl .inp{text-indent:10px;}
#sb-form .form_tbl select{padding-left:7px;}
#sb-form .form_tbl{width: 100%;border-top: 1px solid #2e2e2e;}
#sb-form .form_tbl tr > *{position: relative;padding: 15px 10px;height: 30px;border: 1px solid #dddddd;border-width: 0 0 1px 0;font-size: 15px;color: #555555;font-weight: 400;line-height: 18px;text-align: center;}
#sb-form .form_tbl tr th{background: #f3f4f7;font-size: 16px;color: #000000;font-weight: 600;}
#sb-form .form_tbl tbody tr th em{font-style: normal;color: red;font-weight: bold;}
#sb-form .form_tbl tr td{text-align: left;}
#sb-form .form_tbl tr td strong {font-weight: 600;color: #000;}
#sb-form .form_tbl tr td > * {font-size: 11px;}
#sb-form .form_tbl textarea{width:100%;border:1px solid #d2d2d2;padding:10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
#sb-form .form_tbl table tr > * {border: 0;padding: 5px;height: auto;}
#sb-form .form_tbl table tr th {background: #fff;text-align: left;font-size: 15px;color: #555555;font-weight: 400;letter-spacing: -0.08em;}
#sb-form .form_tbl .btn-download {background: #ff6600;font-size: 15px;color: #ffffff;font-weight: 600;height: 25px;line-height: 25px;padding: 0 10px;display: inline-block;zoom: 1;*display: inline;vertical-align: middle;margin-left: 5px;}

@media screen and (max-width: 750px) {
	#sb-form fieldset{margin-bottom: 20px;}
	#sb-form legend{margin-bottom: 10px;font-size: 14px;}
	#sb-form .form_tbl .inp{text-indent:5px;}
	#sb-form .form_tbl select{padding-left:4px;}
	#sb-form .privacy{height: 100px;padding: 10px;font-size: 12px;line-height: 15px;}
	#sb-form .agree{font-size: 12px;}
	#sb-form .form_tbl colgroup{display: none;}
	#sb-form .form_tbl tr > *{padding: 5px 3px;font-size: 11px;line-height: 15px;}
	#sb-form .form_tbl tr th{width: 80px;font-size: 11px;}
	#sb-form .form_tbl select{width: 100%;}
	#sb-form .form_tbl textarea{height: 150px;}
	#sb-form .form_tbl .inp{width: 100%;}
	#sb-form .form_tbl .w33{width: 30.5%;}
	#sb-form .form_tbl .w50{width: 46%;}
    #sb-form .form_tbl table tr th {font-size: 11px;width: 30px;}
    #sb-form .form_tbl table .w33 {width: 29.5%;}
    #sb-form .form_tbl .btn-download {font-size: 11px;margin: 5px 0 0;}
	#wm_email_select{margin-top:6px;}
}
