/* 검색+토탈 */
.sch_box{background: #f7f7f7; padding: 20px; display: flex; align-items: center; justify-content: space-between; margin-bottom: 50px;}
.sch_box .total .icon{width: 30px; height: 30px; background: var(--main-color); position: relative; border-radius: 50%; display: inline-block; vertical-align: middle; margin-right: 5px;}
.sch_box .total .icon img{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 40%;}
.sch_box .total p{display: inline-block; vertical-align: middle; font-size: 16px;}
.sch_box .total p span{color: var(--main-color); font-weight: 600;}
.sch_box .sch{display: flex; align-items: flex-start;}
.sch_box .sch .select{width: 150px; background: #fff; overflow: hidden; margin-right: 10px;}
.sch_box .sch .select select{width: 100%; background: url(/img/board/down_arrow.svg) no-repeat 90% 50%; background-size: 9px; border: none; padding: 0 20px; height: 50px; font-size: 14px; color: #000;}
.sch_box .sch input{width: 300px; background: #fff; overflow: hidden; padding: 0 20px; height: 50px; border: none; font-size: 14px;}
.sch_box .sch button{width: 100px; height: 50px; background: var(--main-color); color: #fff; font-size: 14px; border: none;}
.sch_box .sch button img{max-width: 15px; position: relative; top: -1px; display: inline-block; vertical-align: middle;}

@media screen and (max-width: 981px){
    .sch_box{display: block; margin-bottom: 20px; background: #fff; padding: 0;}
	.sch_box .sch{display: block; margin-top: 15px; background: #f7f7f7; padding: 15px; font-size: 0;}
	.sch_box .sch .select{width: 100%; margin-right: 0; margin-bottom: 10px;}
	.sch_box .sch .select select{padding: 0 15px; background-position: 95% 50%; height: 40px;}
	.sch_box .sch input{width: calc(100% - 70px); padding: 0 15px; height: 40px; display: inline-block;}
	.sch_box .sch button{display: inline-block; width: 70px; height: 40px; font-size: 0;}
	.sch_box .sch button img{max-width: 16px; margin-right: 0;}
	
	.sch_box .total .icon{width: 25px; height: 25px;}
    .sch_box .total p{font-size: 14px;}
}


/* 그누보드 게시판 분류 */
#bo_cate{margin: 0 auto 50px;}
#bo_cate_ul{font-size: 0; margin-left: 1px;}
#bo_cate_ul li{display: inline-block; margin-left: -1px; padding: 0;}
#bo_cate_ul a{font-size: 16px; border: 1px solid #ddd; color: #999; text-align: center; border-radius: 0; line-height: 60px; padding: 0;}
#bo_cate #bo_cate_on{background: #fff; box-shadow: none; border: 1px solid #b27968; background: #fff; font-weight: 500; color: var(--main-color); z-index: 1; position: relative;}
#bo_cate_ul a:hover{background: #fff!important; color: var(--main-color); font-weight: 500;}

.faq_bo_cate li{width: calc(100% / 3);}
.evt_bo_cate{margin-top: 1px;}
.evt_bo_cate li{width: calc(100% / 4); margin-top: -1px;}

@media screen and (max-width: 981px){
    #bo_cate{margin: 0 auto 20px;}
    #bo_cate{text-align: center;}
    #bo_cate_ul a{font-size: 12px; line-height: 40px;}
    .evt_bo_cate li{width: calc(100% / 2);}
}



/* 관리자 글쓰기 버튼 */
.adm_btn{display: flex; align-items: center; justify-content: flex-end; margin-bottom: 20px;}
.adm_btn li{cursor: pointer;}
.adm_btn li+li{margin-left: 10px;}
.adm_btn li *{color: #fff; text-align: center; height: 40px; line-height: 40px; padding: 0 20px; font-size: 14px; font-weight: 500;  border: none; display: block; cursor: pointer;}
.adm_btn li:nth-last-child(1) *{background: #333;}
.adm_btn li:nth-last-child(2) *{background: #666;}
.adm_btn li:nth-last-child(3) *{background: #e62c1f;}

@media screen and (max-width: 981px){
    .adm_btn{margin-bottom: 10px;}
    .adm_btn li *{font-size: 12px; line-height: 30px; height: 30px; padding: 0 15px;}
    .adm_btn li+li{margin-left: 5px;}
}

/* 본문 글쓰기 버튼 */
.write_btn{display: flex; align-items: center; justify-content: center; margin: 60px auto 0;}
.write_btn *{width: 200px; height: 60px; line-height: 60px; text-align: center; font-size: 16px; font-weight: 500; border: none; cursor: pointer;}
.write_btn a{color: #999; margin-right: 10px; background: #fff; border: 1px solid #ddd;}
.write_btn button{background: var(--main-color); color: #fff; border: 1px solid var(--main-color);}

@media screen and (max-width: 981px){
    .write_btn{margin-top: 20px;}
    .write_btn *{font-size: 14px; width: calc(100% / 2 - 5px); height: 50px; line-height: 50px;}
}

/* 게시판 탭 리스트 */
.tab_list{margin-bottom: 10px; font-size: 0;}
.tab_list li{cursor: pointer; display: inline-block; margin-right: 10px;}
.tab_list li a{display: block; color: #999; background: #f9f9f9; padding: 15px 40px; border-radius: 50px; font-size: 16px; font-weight: 500;}
.tab_list #bo_cate_on{background: #333; color: #fff;}

@media screen and (max-width: 981px){
    .tab_list li{margin-bottom: 5px; margin-right: 5px;}
	.tab_list li a{font-size: 12px; padding: 10px 20px;}  
}


/* 일반형 게시판 */
.board input[type="checkbox"]{-webkit-appearance: checkbox; appearance: checkbox; -moz-appearance: checkbox; -ms-appearance: checkbox; display: inline; width: 15px; height: 15px;}
.board{border-top: 2px solid #000;}
.board li{padding: 30px 0; border-bottom: 1px solid #ddd; display: flex; align-items: center; text-align: center; font-size: 16px;}
.board .th div{font-weight: 500; color: #666;}
.board .td .tit{text-align: left;}
.board .check{width: 15px;}
.board .num{width: 100px;}
.board .notice{display: inline-block; font-weight: 700; color: #fff; color: var(--main-color);}
.board .tit{font-weight: 600; display: inline-block; vertical-align: middle; line-height: 1.5; width: calc(100% - 465px);}
.board .secret{margin-right: 5px; display: inline-block; vertical-align: initial; position: relative; top: 1px;}
.board .new{background: #f6eeeb; color: #f73e00; font-size: 11px; padding: 3px 5px; border-radius: 3px; vertical-align: middle; margin-left: 5px;}
.board .comment{background: #e9eff5; color: #3a8afd; font-size: 11px; padding: 3px 5px; border-radius: 3px; vertical-align: middle; margin-left: 5px;}
.board .name{width: 100px;}
.board .hit{width: 100px;}
.board .date{width: 150px;}

@media screen and (max-width: 981px){
    .board li{display: block; text-align: left; padding: 20px 0; font-size: 14px;}
    .board .th{display: none;}
    .board .check{margin-bottom: 10px;}
    .board .num{width: auto; font-size: 0!important;}
    .board .notice{font-size: 14px!important; margin-bottom: 5px;}
    .board .tit{width: 100%; margin-bottom: 5px; font-size: 16px!important;}
    .board .name{display: inline-block; width: auto; vertical-align: middle; margin-right: 10px; color: #999;}
    .board .name *{color: #999;}
    .board .hit{display: none;}
    .board .date{display: inline-block; width: auto; vertical-align: middle; margin-right: 10px; color: #999;}
}

/* 썸네일형 게시판 */
.board_02 li{padding: 20px 0;}
.board_02 li a{display: flex;}
.board_02 li .check{position: absolute; top: 57px; left: 10px; z-index: 9;}
.board_02 .img{width: 300px; height: 200px; overflow: hidden; position: relative;}
.board_02 .img img{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%;}
.board_02 .text{padding-left: 30px; width: calc(100% - 300px); margin-top: 15px; text-align: left;}
.board_02 .notice{margin-right: 10px;}
.board_02 .text .tit{font-size: 20px; line-height: 28px; width: 100%; margin-bottom: 0; overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: keep-all;}
.board_02 .text .con{margin-top: 10px; font-size: 16px; color: #999; line-height: 1.5; margin-bottom: 15px; overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-break: keep-all;}
.board_02 .text .hit{display: inline-block; width: auto; vertical-align: middle; border-right: 1px solid #ddd; padding-right: 10px; margin-right: 10px; color: #999;}
.board_02 .text .name{display: inline-block; width: auto; vertical-align: middle; border-right: 1px solid #ddd; padding-right: 10px; margin-right: 10px; color: #999;}
.board_02 .text .date{display: inline-block; width: auto; vertical-align: middle; color: #999;}
.board_02 .text .more{align-items: center;}

@media screen and (max-width: 1280px){
    .board_02 .text .tit{font-size: 18px;}
}
@media screen and (max-width: 981px){   
    .board_02 li{font-size: 0;}
    .board_02 .img{width: 180px; height: 120px; display: inline-block; vertical-align: middle;}
    .board_02 .text{width: calc(100% - 180px); padding-left: 20px; margin-top: 0; display: inline-block; vertical-align: middle;}
    .board_02 .text .tit{font-size: 16px;}
    .board_02 .text .con{font-size: 14px;}
}
@media screen and (max-width: 640px){
    .board_02 .img{width: 100%; height: auto; padding-top: 70%; display: block;}
    .board_02 .text{width: 100%; padding-left: 0; margin-top: 20px; display: block;}
    .board_02 .text .con{margin-top: 5px;}
}

/* faq */
.faq_list .adm_btn{position: absolute; top: 29px; right: 40px; margin-bottom: 0;}
.faq_list .adm_btn a{text-align: center; height: 30px; line-height: 30px; padding: 0 20px; color: #fff; border-radius: 50px; font-size: 12px; font-weight: 500; display: inline-block; cursor: pointer; background: #000;}

.faq_list{border-top: 2px solid #000;}
.faq_list li{border-bottom: 1px solid #ddd;}

.faq_list .icon{font-size: 25px; font-weight: 900; color: #999;}
.faq_list .questions{position: relative; padding: 30px 0; display: flex; cursor: pointer;}
.faq_list .questions .tit{line-height: 1.5; font-size: 18px; padding-right: 50px; font-weight: 500; position: relative; padding-left: 20px; cursor: pointer; color: #333;}
.faq_list .questions .tit .span{color: var(--main-color); margin-right: 10px;}
.faq_list .questions .down_arrow{position: absolute; top: 28px; right: 0; transform: rotate(0); width: 30px; height: 30px; border-radius: 50%; background: #f1f1f1; transition: all 0.5s; cursor: pointer;}
.faq_list .questions .down_arrow img{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 30%; opacity: 0.5;}

.faq_list .answer{padding: 30px 0; display: none; position: relative; border-top: 1px dashed #ddd;}
.faq_list .answer .icon{color: #333; display: inline-block;}
.faq_list .answer .con{display: inline-block; padding-left: 20px; font-size: 16px; min-height: 200px; width: calc(100% - 25px); vertical-align: top; line-height: 1.5;}

.faq_list li .questions.on .icon{color: var(--main-color);}
.faq_list li .questions.on .down_arrow{transform: rotate(180deg);}
.faq_list li .questions.on img{top: 54%;}
.faq_list.adm_login .tit{padding-right: 140px;}

@media screen and (max-width: 981px){
    .faq_list .questions{padding: 20px 0;}
	.faq_list .icon{font-size: 18px; left: 0; top: 22px;}
    .faq_list .questions .down_arrow{top: 17px;}
    .faq_list .questions .tit{font-size: 14px; padding-left: 10px; padding-right: 40px;}
    .faq_list .questions .tit .span{margin-right: 5px;}
    .faq_list.adm_login .tit{padding-right: 100px;}
	.faq_list .questions img{top: 26px; right: 20px; width: 12px;}
	.faq_list .answer{padding: 20px 0;}
    .faq_list .answer .icon{top: 18px;}
    .faq_list .answer .con{padding-left: 10px; font-size: 14px; min-height: 150px;}
	.faq_list .adm_btn{top: 20px;}
    .faq_list .adm_btn a{font-size: 10px; padding: 0 15px; height: 25px; line-height: 25px;}
    .faq_list .icon{font-size: 18px;}
	.faq_list .questions h1{font-size: 14px; line-height: 22px; padding-left: 25px;}
}


/* 갤러리 */
.gallery_wrap{position: relative;}
.gallery_wrap .all_check{margin-bottom: 10px;}
.gallery_wrap .all_check input{vertical-align: middle; margin-right: 2px; width: 15px; height: 15px;}
.gallery_wrap .all_check input[type="checkbox"]{-webkit-appearance: checkbox; appearance: checkbox; -moz-appearance: checkbox; -ms-appearance: checkbox; display: inline;}
.gallery_wrap .all_check label{cursor: pointer; font-size: 16px; vertical-align: middle;}

.gallery{font-size: 0; padding-top: 20px;}
.gallery li{display: inline-block; vertical-align: top; width: calc(100% / 3 - 13.5px); margin-right: 20px; margin-top: 40px; position: relative; padding: 0; border-bottom: none; text-align: left;}
.gallery li:nth-child(1){margin-top: 0;}
.gallery li:nth-child(2){margin-top: 0;}
.gallery li:nth-child(3){margin-top: 0;}
.gallery li:nth-child(3n){margin-right: 0;}
.gallery li .check{margin: 0 0 10px;}
.gallery li .img{width: 100%; padding-top: 70%; overflow: hidden; position: relative; border: 1px solid #efefef;}
.gallery li .img img{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: inherit; height: 100%;}
.gallery li .text{margin-top: 20px;}
.gallery li .text em{font-size: 15px; color: var(--main-color); font-weight: 500; display: block ; margin-bottom: 12px;}
.gallery li .text h1{font-size: 18px; line-height: 1.5; font-weight: 600; color: #333; width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-break: break-all; margin-bottom: 0!important;}
.gallery li .text .con{font-size: 18px; color: #666; line-height: 1.5; margin-top: 10px; overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: keep-all;}
.gallery li .date{margin-top: 5px; display: inline-block; font-size: 14px; color: #999;}

@media screen and (max-width: 981px){
    .gallery_wrap .all_check{top: -34px;}
    .gallery_wrap .all_check label{font-size: 14px;}
    .gallery li{width: 100%; margin-right: 0; margin-top: 30px;}
    .gallery li:nth-child(3n){margin-right: 0;}
    .gallery li:nth-child(2n){margin-right: 0;}
    .gallery li:nth-child(2){margin-top: 30px;}
    .gallery li:nth-child(3){margin-top: 30px;}
    .gallery li .check{margin: 0 0 5px;}
    .gallery li .text{margin-top: 15px;}
    .gallery li .text em{font-size: 13px; margin-bottom: 5px;}
    .gallery li .text h1{font-size: 18px;}
    .gallery li .text .con{font-size: 14px; margin-top: 5px;}
    .gallery .text .date{margin-top: 0; margin-right: 0;}
}

/* view 페이지 */
.board_view .tit{padding: 20px 0; border-top: 2px solid #000; border-bottom: 1px solid #ddd;}
.board_view .tit h1{font-size: 22px; line-height: 1.3; margin-bottom: 10px; font-weight: 600;}
.board_view .tit span{display: inline-block; width: auto; vertical-align: middle; border-right: 1px solid #ddd; padding-right: 10px; margin-right: 10px; font-size: 16px; color: #999;}
.board_view .tit span:last-child{border: none; margin: 0; padding: 0;}
.board_view .file{background: #f7f7f7; display: flex; align-items: center; padding: 20px; font-size: 16px;}
.board_view .file + .file {margin-top: 10px;}
.board_view .file img{display: inline-block; width: 16px;}
.board_view .file b{margin-right: 5px; font-weight: 400;}
.board_view .cont{padding: 20px 0; min-height: 300px;}
.board_view .cont img{max-width: 100%;}
.board_view .cont .caution{color: #f74300; font-weight: 500; margin-top: 30px;}
.board_view .cont .video{position: relative; display: block; width: 800px; height: 450px; overflow: hidden; margin: auto;}
.board_view .cont .video iframe{position: absolute; width:100%; height:100%; top: 0; left: 0;}
.board_view .cont *{font-family: inherit;}
.board_view .file a:hover{text-decoration: underline;}

.board_view .apply_btn{margin: 50px auto 0; display: flex; align-items: center; justify-content: center; width: 350px; line-height: 65px; border-radius: 50px; color: #fff; background: linear-gradient(to right, #2ac9a4, #09a3d2); font-size: 18px; font-weight: 500;}
.board_view .apply_btn img{width: 16px; margin-right: 10px;}

@media screen and (max-width: 1400px){
    .board_view .apply_btn{line-height: 55px; font-size: 16px;}
}

@media screen and (max-width: 981px){
    .board_view .cont .video{width: 100%; padding-bottom: 60%; height: auto;}
    .board_view .tit h1{font-size: 18px;}
    .board_view .tit span{font-size: 14px;}
    .board_view .cont{min-height: 200px;}
    .board_view .file{font-size: 14px;}
    .board_view .apply_btn{margin: 30px auto 0; width: 100%; line-height: 50px; font-size: 14px;}
    .board_view .apply_btn img{width: 14px; margin-right: 5px; position: relative; top: 1px;}
}

/* 스페셜 오퍼스 뷰페이지 */
.gallery_view .tit{border: none; padding: 0; text-align: center;}
.gallery_view .tit h2{color: var(--main-color); font-size: 20px; font-weight: 500;}
.gallery_view .tit h1{margin-top: 15px; font-size: 48px; color: #333; font-weight: 500; margin-bottom: 0;}
.board_view .cont{padding: 0; margin-top: 50px; line-height: 1.5;}
.board_view .cont img{margin-bottom: 0!important;}

@media screen and (max-width: 1200px){
    .gallery_view .tit h2{font-size: 18px;}
    .gallery_view .tit h1{font-size: 32px; margin-top: 10px;}
    .board_view .cont{margin-top: 30px;}
}
@media screen and (max-width: 981px){
    .gallery_view .tit h2{font-size: 16px;}
    .gallery_view .tit h1{font-size: 25px; margin-top: 5px;}
}
@media screen and (max-width: 640px){
    .gallery_view .tit h2{font-size: 14px;}
    .gallery_view .tit h1{font-size: 20px;}
    .board_view .cont{margin-top: 20px;}
}


/* write 페이지 */
.board_write input[type="checkbox"]{-webkit-appearance: checkbox; appearance: checkbox; -moz-appearance: checkbox; -ms-appearance: checkbox; display: inline; width: 15px; height: 15px;}
.board_write table{border-top: 2px solid #000; width: 100%; font-size: 16px;}
.board_write table td{padding: 20px; border-bottom: 1px solid #ddd;}
.board_write table .th{background: #f9f9f9; text-align: center; font-weight: 500; color: #666; width: 250px;}
.board_write table .th span{display: block; font-size: 12px; margin-top: 5px; font-weight: 400;}
.board_write table .td{width: calc(100% - 250px);}
.board_write table .check{width: 18px; height: 18px; margin-right: 5px;}
.board_write table .input{border: 1px solid #ddd; height: 50px; line-height: 50px; padding: 0 20px; 10px; background: #fff; width: 100%; font-size: 16px;}
.board_write table select{width: 300px; background: url(/img/board/down_arrow.svg) no-repeat 94% 50%; background-size: 9px; border: none; padding: 0 20px; height: 50px; border: 1px solid #ddd; font-size: 16px;}
.board_write table textarea{border: 1px solid #ddd; padding: 20px; resize: none; height: 300px; width: 100%; font-size: 16px; line-height: 1.5;}
.board_write table .del{margin-top: 10px;}

.btn_cke_sc{font-size: 12px!important; height: auto!important;}

@media screen and (max-width: 1280px){
    .board_write table .th{width: 200px;}
    .board_write table .td{width: calc(100% - 200px);}
}
@media screen and (max-width: 981px){
    .board_write .chk_box{font-size: 14px; margin-bottom: 10px;}
    .board_write .chk_box span{margin-right: 5px;}
    
    .board_write table{font-size: 14px;}
    .board_write .br{display: block;}
    .board_write table .check{width: 15px; height: 15px;}
    
    .board_write table tr{display: block; border-bottom: 1px dashed #ddd; padding: 20px 0;}
    .board_write table td{display: block; border-bottom: none; padding: 0;}
    .board_write table .th{width: 100%; background: #fff; text-align: left; margin-bottom: 10px; font-weight: 600;}
    .board_write table .td{width: 100%;}
    .board_write table select{width: 100%; padding: 0 15px; font-size: 14px; background: url(/img/board/down_arrow.svg) no-repeat 96% 50%; background-size: 9px;}
    .board_write table .input{padding: 0 15px; font-size: 14px;}
    .board_write table textarea{padding: 15px; height: 200px!important; font-size: 14px; }
    .board_write table .th span{display: inline-block; margin-top: 0;}
    
    .board_write .chk_box input[type="checkbox"] + label span{top: 0; left: 0;}
}


/* 그누보드 페이징 */
.pg_wrap{margin: 60px auto 0; float: inherit; width: 100%; text-align: center;}
.pg_wrap .pg > *{float: inherit; display: inline-block; font-size: 14px; border-radius: 0; padding: 0;}
.pg_wrap .pg_current{line-height: 28px; background: var(--main-color); border-color: var(--main-color)}

@media screen and (max-width: 981px){
    .pg_wrap{margin: 30px auto 0;}
    .pg_wrap .pg > *{width: 25px; height: 25px; line-height: 23px; min-width: inherit; font-size: 12px;}
}



/* 스페셜오퍼스 뷰페이지 */
.board_view .cont .p{font-size: 20px; color: #333; line-height: 1.8; margin-top: 50px; text-align: center;}
.board_view .cont .h2{font-size: 25px; color: #333; margin-top: 100px; margin-bottom: 20px; font-weight: 600;}
.board_view .cont .table{width: 100%; font-size: 16px; border-top: 1px solid #333;}
.board_view .cont .table th{border-left: 1px solid #eee; border-bottom: 1px solid #eee; padding: 20px; color: #666;}
.board_view .cont .table td{padding: 20px; border-bottom: 1px solid #eee; border-left: 1px solid #eee;}
.board_view .cont .table th:first-child{border-left: none;}
.board_view .cont .table td:first-child{border-left: none;}
.board_view .cont .table td.bd_left {border-left: 1px solid #eee}
.board_view .cont .table_pd td{padding: 50px 20px;}
.board_view .cont .t_list{margin-top: 25px;}
.board_view .cont .t_list li{font-size: 16px; line-height: 1.5; position: relative; padding-left: 15px; color: #666; display: block;}
.board_view .cont .t_list li+li{margin-top: 5px;}
.board_view .cont .t_list li::before{content: ''; width: 5px; height: 1px; background: #999; position: absolute; top: 9px; left: 0;}
.board_view .cont .notice{margin-top: 100px; padding: 30px; border: 1px solid #eee;}
.board_view .cont .notice .n_inner+.n_inner{margin-top: 30px; padding-top: 30px; border-top: 1px dashed #eee;}
.board_view .cont .notice .n_inner h3{font-size: 20px; font-weight: 500; color: #333;}
.board_view .cont .notice .n_inner h3 img{width: 22px; vertical-align: middle; margin-right: 5px; position: relative; top: -1px;}
.board_view .cont .notice .n_inner h3 a{color: #333;}
.board_view .cont .notice .n_inner ul{margin-top: 15px;}
.board_view .cont .notice .n_inner ul li{font-size: 16px; line-height: 1.5; position: relative; padding-left: 15px; color: #666;}
.board_view .cont .notice .n_inner ul li+li{margin-top: 5px;}
.board_view .cont .notice .n_inner ul li::before{content: ''; width: 5px; height: 1px; background: #999; position: absolute; top: 9px; left: 0;}

@media screen and (max-width: 1200px){
    .board_view .cont .p{font-size: 16px;}
    .board_view .cont .h2{font-size: 20px; margin-top: 50px; margin-bottom: 10px;}
    .board_view .cont .table{font-size: 14px;}
    .board_view .cont .table th,
    .board_view .cont .table td{padding: 10px;}
    .board_view .cont .table_pd td{padding: 50px 20px;}
    .board_view .cont .t_list{margin-top: 20px;}
    .board_view .cont .t_list li{font-size: 14px;}
    .board_view .cont .notice{margin-top: 50px; padding: 20px;}
    .board_view .cont .notice .n_inner h3{font-size: 16px;}
    .board_view .cont .notice .n_inner h3 img{width: 18px;}
    .board_view .cont .notice .n_inner ul{margin-top: 10px;}
    .board_view .cont .notice .n_inner ul li{font-size: 14px;}
}
@media screen and (max-width: 640px){
    .board_view .cont .p{margin-top: 20px; line-height: 1.5; font-size: 14px;}
    .board_view .cont .p br{display: none;}
    .board_view .cont .h2{font-size: 16px; margin-top: 30px;}
    .board_view .cont .m_table{width: 100%; overflow: hidden; overflow-x: scroll;}
    .board_view .cont .m_table table{width: 640px;}
    .board_view .cont .notice{margin-top: 30px;}
    .board_view .cont .table_pd td{padding: 30px 10px;}
    .board_view .cont .notice .n_inner h3{font-size: 14px;}
    .board_view .cont .notice .n_inner h3 img{width: 16px;}
    .board_view .cont .notice .n_inner ul{margin-top: 5px;}
    .board_view .cont .notice .n_inner ul li{font-size: 12px;}
    .board_view .cont .notice .n_inner+.n_inner{margin-top: 20px; padding-top: 20px;}
}