@charset "utf-8";


/* default (list.skin) */

#default {width: 100%;}
#default .inner_wrap{width: 100%; max-width: 1200px; margin: 0 auto; box-sizing: border-box; font-size: 0; word-break: keep-all;}

#default ul.tab{display: flex; justify-content: center; margin-bottom: 60px;}
#default ul.tab li{}
#default ul.tab li::after{content: '|'; display: inline-block; vertical-align: top; font-size: 24px; font-weight: 600; color: #ccc; }
#default ul.tab li:last-child::after{display: none;}
#default ul.tab li a{display: block; font-size: 24px; font-weight: 600; color: #ccc; margin: 0 30px; box-sizing: border-box;display: inline-block;}
#default ul.tab li.on a{color: #333;position: relative;}
#default ul.tab li.on a::after{content: ''; position: absolute; bottom: -6px; left: 0; width: 100%; height: 3px; background: #156cdd;}


#default .con_top{width: 100%;display: flex; justify-content: space-between; margin-bottom: 40px;}
#default .con_top ul.page_info{width: 100%;display: flex; align-items: center;}
#default .con_top ul.page_info li{font-size: 16px; color: #666; font-weight: 500;}
#default .con_top ul.page_info li::after{content: '|'; margin: 0 10px;}
#default .con_top ul.page_info li:last-child::after{display: none;}
#default .con_top ul.page_info li span{color: #e60012;}

#default .con_top .page_search{width: 100%; text-align: right;}
#default .con_top .page_search .srch_frm{width: 100%;}
#default .con_top .page_search .srch_frm select{width: 100%; max-width: 105px; height: 44px;display: inline-block; border: 1px solid #ccc; font-size: 16px; padding: 0 20px; box-sizing: border-box; margin-right: 10px;}
#default .con_top .page_search .srch_frm input[type="text"]{width: 100%; max-width: 310px; height: 44px;display: inline-block;border: none; background: #f5f5f5; font-size: 16px; color: #898989;padding: 0 20px; box-sizing: border-box; margin-right: 10px;}
#default .con_top .page_search .srch_frm input[type="submit"]{width: 100%; max-width: 44px; height: 44px;display: inline-block; background: url(../img/search_btn.png)center center no-repeat #434343; display: inline-block; }



#default ul.con_list{width: 100%;}
#default ul.con_list li{width: 100%}
#default ul.con_list li a{width: 100%;display: block; padding: 30px 0; box-sizing: border-box; border-bottom: 1px solid #ccc; position: relative;display: flex; align-items: center;}

#default ul.con_list li a .c_thumb{width:100%; max-width: 246px; height: 174px; margin-right: 4%; overflow: hidden;}
#default ul.con_list li a .c_thumb img{width: 100%; height: 100%; object-fit: cover;}

#default ul.con_list li a .c_con {width: calc(100% - 246px - 4% - 22px - 48px)}
#default ul.con_list li a .c_con .tit{width:80% }
#default ul.con_list li a .c_con .tit span{width: calc(100% - 32px - 32px); font-size: 22px;font-weight: 600; margin-bottom: 15px;overflow: hidden;text-overflow: ellipsis; white-space: nowrap; display: inline-block;vertical-align: top;}
#default ul.con_list li a .c_con .tit.notice::before{content: ''; background: url(../img/notice_icon.png)0 0 no-repeat; width:22px; height: 22px; display: inline-block; vertical-align: middle; margin: 0 10px 0 0;}
#default ul.con_list li a .c_con .tit.new::after{content: ''; background: url(../img/new_icon.png)0 0 no-repeat; width:22px; height: 22px; display: inline-block; vertical-align: top; margin: 0 0 0 10px}

#default ul.con_list li a .c_con .txt {font-size:16px;line-height:24px;height:48px;margin:0 0 15px 0;overflow:hidden;;}


#default ul.con_list li a .c_con .info{}
#default ul.con_list li a .c_con .info span{font-size: 17px; color: #666; font-weight: 500}
#default ul.con_list li a .c_con .info span.date{margin-right: 40px;}
#default ul.con_list li a .c_con .info span.viewnum::before{content: ''; background: url(../img/view_num_icon.png)0 0 no-repeat; width: 20px; height: 13px; display: inline-block; margin: 0 10px 0 0;}

#default ul.con_list li a .more{background: url(../img/con_list_more_icon.png)-48px 0 no-repeat #f2f2f2; width: 48px; height: 48px; border-radius: 50%; position: absolute; top: 50%; right: 0; transform: translateY(-50%);}
#default ul.con_list li:hover a .more{background-position: 0 0; background-color: #e8432f; transition: .3s}
#default ul.con_list li:hover a .tit{color: #e8432f}
/*#default ul.con_list li.on a .more{background-position: 0 0; background-color: #e8432f;}*/

#default .pagination{display: flex; align-items: center; justify-content: center; margin: 0 auto; padding: 40px 0}
#default .pagination a.page_cmn{font-size: 0; background: url(../img/pagination_spicon.png)0 0 no-repeat; width: 42px; height:42px; display: block; margin-right: 8px;}
#default .pagination a.page_cmn.prev{background-position: -42px 0;}
#default .pagination a.page_cmn.next{background-position: -84px 0;}
#default .pagination a.page_cmn.last{background-position: -126px 0; margin-right: 0}

#default .pagination ul.page_num{display: flex; align-items: center; justify-content: center; padding: 0 10px;}
#default .pagination ul.page_num li{}
#default .pagination ul.page_num li > a{display: block; font-size: 18px; margin: 0 5px; padding: 0 3px;}
#default .pagination ul.page_num li.crnt > a{color: #156cdd; font-weight: 500;  position: relative;}
#default .pagination ul.page_num li.crnt > a::after{content: ''; width: 100%; height: 2px; background: #156cdd; position: absolute; bottom: -2px; left: 0;}



@media all and (max-width:1200px){
	#default .inner_wrap{width: 98%;}
}

@media all and (max-width:1024px){
	#default .con_top ul.page_info{width 100%; max-width: 200px;}
	#default .con_top .page_search{width: calc(100% - 200px); }
	
	
	#default ul.con_list li a .c_con .tit{width: 90%}
}


@media all and (max-width:768px){
	
	#default ul.tab li a{font-size: 22px; margin: 0 20px;}
	
	#default .con_top ul.page_info li{font-size: 14px;}
	#default .con_top .page_search .srch_frm select{font-size: 14px;max-width: 90px; height: 38px; padding: 0 12px;}
	#default .con_top .page_search .srch_frm input[type="text"]{font-size: 14px; max-width: 220px; height: 38px; padding: 0 12px;}
	#default .con_top .page_search .srch_frm input[type="submit"]{width: 38px; height: 38px;}
	
	#default ul.con_list li a{flex-direction: column;}
	#default ul.con_list li a .c_thumb{max-width: none; height: 400px; margin: 0 0 20px 0;}
	
	#default ul.con_list li a .c_con{width: 100%;}
	#default ul.con_list li a .c_con .tit span{font-size: 18px;}
	#default ul.con_list li a .c_con .info span{font-size: 15px}
	#default ul.con_list li a .c_con .info span.date{margin-right: 30px;}
	#default ul.con_list li a .more{transform: translate(0); top: 436px}
	
	
	#default .pagination ul.page_num li > a{font-size: 16px;}
	#default .pagination a.page_cmn{width: 36px; height: 36px; background-size: cover; margin-right: 5px}
	#default .pagination a.page_cmn.prev{background-position: -36px 0;}
	#default .pagination a.page_cmn.next{background-position: -72px 0;}
	#default .pagination a.page_cmn.last{background-position: -108px 0; margin-right: 0}
}


@media all and (max-width:640px){
	#default ul.tab li a{font-size: 20px; margin: 0 18px;}
	
	#default ul.con_list li a .c_thumb{max-width: none; height: 300px; margin: 0 0 20px 0;}
	#default ul.con_list li a .more{top: 335px;}
}


@media all and (max-width:600px){
	#default .con_top{flex-direction: column;margin-bottom: 15px;}
	#default .con_top .page_search{order: 1; width: 100%; margin-bottom: 20px; }
	#default .con_top ul.page_info{order: 2; max-width: none;}
	
	#default .con_top .page_search .srch_frm select{max-width: 70px; margin-right: 5px;}
	#default .con_top .page_search .srch_frm input[type="text"]{max-width: 200px; margin-right: 5px;}
	
	
	#default ul.con_list li a{padding: 20px 0;}
	#default ul.con_list li a .c_con .tit{width: 85%}
	#default ul.con_list li a .c_con .tit span{font-size: 17px;}
	#default ul.con_list li a .c_con .info span{font-size: 14px;}
	#default ul.con_list li a .more{width: 40px; height: 40px; background-size: cover; background-position: -40px 0;}
	
}



/* defaultView (view.skin) */
#defaultView{}
#defaultView .inner_wrap{width: 100%; max-width: 1200px; margin: 0 auto; box-sizing: border-box; font-size: 0; word-break: keep-all;}

#defaultView .view_info{padding: 40px 30px; box-sizing: border-box; border-top: 2px solid #333; border-bottom: 1px dashed #333; margin-bottom: 40px;}
#defaultView .view_info .tit{font-size: 32px; font-weight: bold; margin-bottom:15px; }
#defaultView .view_info .txt{display: flex; justify-content: space-between; align-items: flex-start}
#defaultView .view_info .txt .txt_l{}
#defaultView .view_info .txt .txt_l p.writer{font-size: 18px;font-weight: 600; position: relative; margin-bottom: 20px; padding-left: 55px;}
#defaultView .view_info .txt .txt_l p.writer::before{content: ''; background: url(../img/writer_icon.png)0 0 no-repeat; width: 45px; height: 45px; position: absolute; top:-2px; left: 0px;}
#defaultView .view_info .txt .txt_l p.writer span{color: #666;display: inline-block; font-size: 16px;}
#defaultView .view_info .txt .txt_l p.writer span.date{margin-right: 20px; position: relative;}
#defaultView .view_info .txt .txt_l p.writer span.date::after{content: '|'; position: absolute; right: -12px;}

#defaultView .view_info .txt .txt_r{}
#defaultView .view_info .txt .txt_r ul{display: flex;}
#defaultView .view_info .txt .txt_r ul li{margin: 0 10px 0 0;}
#defaultView .view_info .txt .txt_r ul li a{font-size: 18px; color: #fff; background: #ffda0d; padding: 9.5px 20px; box-sizing: border-box; border-radius: 30px;}
#defaultView .view_info .txt .txt_r ul li:nth-child(1) a{color:#513511;}
#defaultView .view_info .txt .txt_r ul li:nth-child(2) a{background: #f55f4b;}
#defaultView .view_info .txt .txt_r ul li:nth-child(3) a{background: #3983e4;}

#defaultView .view_info .txt .txt_r ul li a::before{content: ''; background: url(../img/view_info_icon.png) 0 0 no-repeat; width: 15px; height: 16px; display: inline-block; vertical-align: middle; margin: 0 5px 4px 0;}
#defaultView .view_info .txt .txt_r ul li:nth-child(2) a::before{background-position: -15px 0;}
#defaultView .view_info .txt .txt_r ul li:nth-child(3) a::before{background-position: -30px 0;}


#defaultView .view_content{font-size: 18px;line-height: 26px;padding-bottom: 70px; box-sizing: border-box; border-bottom: 2px solid #333;}
#defaultView .view_content .down_btn{text-align: center; margin-bottom: 40px;}
#defaultView .view_content .down_btn a{display: inline-block; background: #434343; color: #fff; font-size: 18px; font-weight: 600; padding: 20px 40px; box-sizing: border-box; border-radius: 10px;}
#defaultView .view_content img{display: block; margin: 0 auto 30px; width: 100%; max-width: 865px; border-radius: 20px;}

#defaultView .view_btn{padding: 40px 0; box-sizing: border-box; display: flex; justify-content: center; width: 100%;}
#defaultView .view_btn li{width: 100%; max-width: 190px; height: 64px; line-height: 64px; margin: 0 10px 0 0;}
#defaultView .view_btn li:last-child{margin: 0;}
#defaultView .view_btn li a{font-size: 18px; font-weight: 500; border: 1px solid #ccc; border-radius: 10px; display: block;   text-align: center}
#defaultView .view_btn li:nth-child(1) a{color: #fff; background: #434343}

#defaultView .comment_wrap{width: 100%;}
#defaultView .comment_wrap .comment_w{margin-bottom: 30px;}
#defaultView .comment_wrap .comment_w .w_cmnt{background: #f5f5f5; width: 100%; border-radius: 10px; border: none; min-height: 130px; padding:30px; box-sizing: border-box; font-size: 18px; line-height: 26px; color: #888; font-family: 'pretendard'; margin-bottom: 10px;}
#defaultView .comment_wrap .comment_w .cmnt_btn{background: #454545; color: #fff; width: 92px; height: 36px; font-size: 16px; border-radius: 5px; display: block; margin-left: auto; font-weight: 500;}

#defaultView .comment_wrap .comment_v{width: 100%}
#defaultView .comment_wrap .comment_v .item{display: flex; padding: 30px 0; box-sizing: border-box; border-bottom: 1px dashed #ccc; position: relative;}
#defaultView .comment_wrap .comment_v_l{width: calc(100% - 240px - 30px); margin-right: 30px;}
#defaultView .comment_wrap .comment_v_l p.writer{font-size: 18px;font-weight: 600; position: relative; margin-bottom: 20px;padding-left: 55px; }
#defaultView .comment_wrap .comment_v_l p.writer::before{content: ''; background: url(../img/writer_icon.png)0 0 no-repeat; width: 45px; height: 45px; position: absolute; top:-2px; left: 0px;}
#defaultView .comment_wrap .comment_v_l p.writer span.date{color: #666;display: block; font-size: 16px; }
#defaultView .comment_wrap .comment_v_l .cmnt{font-size: 16px; line-height: 26px; color: #666; padding-left: 55px;}

#defaultView .comment_wrap .comment_v_r{width: 100%; max-width: 240px; display: flex; flex-direction: column; justify-content: space-between;}
#defaultView .comment_wrap .comment_v_r .cmnt_btn_t{width: 100%;}
#defaultView .comment_wrap .comment_v_r .cmnt_btn_t .btn_icon{background: url(../img/cmnt_btn_t_icon.png)0 0 no-repeat; width: 20px; height: 20px; display: block; margin: 10px 0; margin-left: auto; cursor: pointer; position: relative; }
#defaultView .comment_wrap .comment_v_r .cmnt_btn_t ul{width: 92px; position: absolute; top: 100%; right: 0; box-shadow: 0 0 10px rgba(0,0,0,.15); border-radius: 5px; padding: 12px 0; box-sizing: border-box; background: #fff; display: none; z-index: 10}
#defaultView .comment_wrap .comment_v_r .cmnt_btn_t ul li{}
#defaultView .comment_wrap .comment_v_r .cmnt_btn_t ul li a{display: block; font-size: 16px; color: #999; text-align: center; padding: 8px 0; font-weight: 500;}
#defaultView .comment_wrap .comment_v_r .cmnt_btn_t ul li a:hover{font-weight: bold;}

#defaultView .comment_wrap .comment_v_r .cmnt_btn_b{width: 100%;}
#defaultView .comment_wrap .comment_v_r .cmnt_btn_b ul{width: 100%; display: flex; justify-content: flex-end;}
#defaultView .comment_wrap .comment_v_r .cmnt_btn_b ul li{margin: 0 10px 0 0;}
#defaultView .comment_wrap .comment_v_r .cmnt_btn_b ul li a{font-size: 18px; font-weight: 500; color: #f55f4b; border: 1px solid #f55f4b; padding: 8px 20px; box-sizing: border-box; border-radius: 30px;}
#defaultView .comment_wrap .comment_v_r .cmnt_btn_b ul li:last-child a{color: #3983e4; border-color: #3983e4; }


#defaultView .comment_wrap .comment_v_r .cmnt_btn_b ul li a::before{content: ''; background: url(../img/cmnt_btn_b_icon.png)0 0 no-repeat; width:16px; height: 15px; display: inline-block; margin: 0 5px 0 0 ;}
#defaultView .comment_wrap .comment_v_r .cmnt_btn_b ul li:last-child a::before{background-position: -16px 0;}


@media all and (max-width:1200px){
	#defaultView .inner_wrap{width: 98%;}
}


@media all and (max-width:768px){
	#defaultView .view_info{padding: 40px 15px;}
	#defaultView .view_info .tit{font-size: 28px; text-align: center; margin-bottom:20px }
	#defaultView .view_info .txt{flex-direction: column;align-items: center;}
	#defaultView .view_info .txt .txt_l{margin-bottom: 10px;}
	#defaultView .view_info .txt .txt_l p.writer{font-size: 16px;}
	#defaultView .view_info .txt .txt_r ul{width: 100%;}
	#defaultView .view_info .txt .txt_r ul li a{font-size: 15px; padding: 8px 18px;}
	
	#defaultView .view_content{font-size: 16px;}
	#defaultView .view_content .down_btn a{font-size: 16px;}
	
	#defaultView .view_btn li a{font-size: 16px;}
	
	#defaultView .comment_wrap .comment_w .w_cmnt{font-size: 16px;}
	#defaultView .comment_wrap .comment_w .cmnt_btn{font-size: 14px;}
	
	#defaultView .comment_wrap .comment_v_l p.writer{font-size: 16px;}
	#defaultView .comment_wrap .comment_v_l .cmnt{font-size: 15px; line-height: 24px}
	#defaultView .comment_wrap .comment_v_r .cmnt_btn_b ul li a{font-size: 15px;}
	
	#defaultView .comment_wrap .comment_v_r .cmnt_btn_t ul li a
	{font-size: 14px;}
	
}

@media all and (max-width:640px){
	
	#defaultView .comment_wrap .comment_v .item{flex-direction: column; width: 100%;  }
	#defaultView .comment_wrap .comment_v_l{width: 100%; margin: 0; }
	#defaultView .comment_wrap .comment_v_l .cmnt{margin-bottom: 20px;}
	#defaultView .comment_wrap .comment_v_r{max-width: none;}
	#defaultView .comment_wrap .comment_v_r .cmnt_btn_b ul{}
	#defaultView .comment_wrap .comment_v_r .cmnt_btn_t .btn_icon{position: absolute; top:10px; right: 0}
}


@media all and (max-width:450px){
		
	#defaultView .view_btn li{height: 50px; line-height: 50px;}
	
	#defaultView .comment_wrap .comment_v_l p.writer::before{width: 30px; height: 30px; background-size: cover; }
	#defaultView .comment_wrap .comment_v_l p.writer{padding-left: 38px; margin-bottom: 10px;}
	#defaultView .comment_wrap .comment_v_l .cmnt{padding-left: 38px;}
}









/* boardView (view.skin) */
#boardView{}
#boardView .inner_wrap{width: 100%; max-width: 1400px; margin: 0 auto; box-sizing: border-box; font-size: 0; word-break: keep-all;}

#boardView .view_info{padding: 40px 30px; box-sizing: border-box; border-top: 2px solid #333; border-bottom: 1px dashed #333; margin-bottom: 40px;}
#boardView .view_info .tit{font-size: 32px; font-weight: bold; margin-bottom:30px; }
#boardView .view_info .txt{display: flex; justify-content: space-between; align-items: flex-start}
#boardView .view_info .txt .txt_l{}
#boardView .view_info .txt .txt_l ul{display: flex;}
#boardView .view_info .txt .txt_l ul li{font-size: 18px; color: #666; font-weight: 500; margin: 0 47px 0 0;position: relative;}
#boardView .view_info .txt .txt_l ul li:last-child{margin:0; }
#boardView .view_info .txt .txt_l ul li::before{content: ''; background: url(../img/view_state_icon.png)0 0 no-repeat; width: 20px; height: 19px; display: inline-block; vertical-align: top; margin: 0 7px 0 0;}
#boardView .view_info .txt .txt_l ul li:nth-child(2)::before{background-position: -20px 0;}
#boardView .view_info .txt .txt_l ul li:nth-child(3)::before{background-position: -40px 0;}
#boardView .view_info .txt .txt_l ul li::after{content: '|'; position: absolute; top: 0; right: -24px;}
#boardView .view_info .txt .txt_l ul li:last-child::after{display: none;}

#boardView .view_info .txt .txt_l ul li b {font-weight:600;padding:0 5px 0 0;color:#333}



#boardView .view_info .txt .txt_r{}
#boardView .view_info .txt .txt_r ul{display: flex;}
#boardView .view_info .txt .txt_r ul li{margin: 0 10px 0 0;}
#boardView .view_info .txt .txt_r ul li a{font-size: 18px; color: #fff; background: #ffda0d; padding: 9.5px 20px; box-sizing: border-box; border-radius: 30px;font-weight:bold;}
#boardView .view_info .txt .txt_r ul li:nth-child(1) a{color:#513511;}
#boardView .view_info .txt .txt_r ul li:nth-child(2) a{background: #f55f4b;}
#boardView .view_info .txt .txt_r ul li:nth-child(3) a{background: #3983e4;}

#boardView .view_info .txt .txt_r ul li a::before{content: ''; background: url(../img/view_info_icon.png) 0 0 no-repeat; width: 15px; height: 16px; display: inline-block; vertical-align: middle; margin: 0 5px 4px 0;}
#boardView .view_info .txt .txt_r ul li:nth-child(2) a::before{background-position: -15px 0;}
#boardView .view_info .txt .txt_r ul li:nth-child(3) a::before{background-position: -30px 0;}


#boardView .view_content{font-size: 18px;line-height: 26px;padding-bottom: 70px; box-sizing: border-box; border-bottom: 2px solid #333;}
#boardView .view_content .down_btn{text-align: center; margin-bottom: 40px;}
#boardView .view_content .down_btn a{display: inline-block; background: #434343; color: #fff; font-size: 18px; font-weight: 600; padding: 20px 40px; box-sizing: border-box; border-radius: 10px;}
#boardView .view_content img{display: block; margin: 0 auto 30px;max-width:100%; border-radius:5px;} 

#boardView .view_btn{padding: 40px 0; box-sizing: border-box; display: flex; justify-content: center; width: 100%;}
#boardView .view_btn li{width: 100%; max-width: 190px; height: 64px; line-height: 64px; margin: 0 10px 0 0;}
#boardView .view_btn li:last-child{margin: 0;}
#boardView .view_btn li a{font-size: 18px; font-weight: 500; border: 1px solid #ccc; border-radius: 10px; display: block;   text-align: center}
#boardView .view_btn li:nth-child(1) a{color: #fff; background: #434343}

#boardView .comment_wrap{width: 100%;}
#boardView .comment_wrap .comment_w{margin-bottom: 30px;}
#boardView .comment_wrap .comment_w .w_cmnt{background: #f5f5f5; width: 100%; border-radius: 10px; border: none; min-height: 130px; padding:30px; box-sizing: border-box; font-size: 18px; line-height: 26px; color: #888; font-family: 'pretendard'; margin-bottom: 10px;}
#boardView .comment_wrap .comment_w .cmnt_btn{background: #454545; color: #fff; width: 92px; height: 36px; font-size: 16px; border-radius: 5px; display: block; margin-left: auto; font-weight: 500;}

#boardView .comment_wrap .comment_v{width: 100%}
#boardView .comment_wrap .comment_v .item{display: flex; padding: 30px 0; box-sizing: border-box; border-bottom: 1px dashed #ccc; position: relative;}
#boardView .comment_wrap .comment_v_l{width: calc(100% - 240px - 30px); margin-right: 30px;}
#boardView .comment_wrap .comment_v_l p.writer{font-size: 18px;font-weight: 600; position: relative; margin-bottom: 20px;padding-left: 55px; }
#boardView .comment_wrap .comment_v_l p.writer::before{content: ''; background: url(../img/writer_icon.png)0 0 no-repeat; width: 45px; height: 45px; position: absolute; top:-2px; left: 0px;}
#boardView .comment_wrap .comment_v_l p.writer span.date{color: #666;display: block; font-size: 16px; }
#boardView .comment_wrap .comment_v_l .cmnt{font-size: 16px; line-height: 26px; color: #666; padding-left: 55px;}

#boardView .comment_wrap .comment_v_r{width: 100%; max-width: 240px; display: flex; flex-direction: column; justify-content: space-between;}
#boardView .comment_wrap .comment_v_r .cmnt_btn_t{width: 100%;}
#boardView .comment_wrap .comment_v_r .cmnt_btn_t .btn_icon{background: url(../img/cmnt_btn_t_icon.png)0 0 no-repeat; width: 20px; height: 20px; display: block; margin: 10px 0; margin-left: auto; cursor: pointer; position: relative; }
#boardView .comment_wrap .comment_v_r .cmnt_btn_t ul{width: 92px; position: absolute; top: 100%; right: 0; box-shadow: 0 0 10px rgba(0,0,0,.15); border-radius: 5px; padding: 12px 0; box-sizing: border-box; background: #fff; display: none; z-index: 10}
#boardView .comment_wrap .comment_v_r .cmnt_btn_t ul li{}
#boardView .comment_wrap .comment_v_r .cmnt_btn_t ul li a{display: block; font-size: 16px; color: #999; text-align: center; padding: 8px 0; font-weight: 500;}
#boardView .comment_wrap .comment_v_r .cmnt_btn_t ul li a:hover{font-weight: bold;}

#boardView .comment_wrap .comment_v_r .cmnt_btn_b{width: 100%;}
#boardView .comment_wrap .comment_v_r .cmnt_btn_b ul{width: 100%; display: flex; justify-content: flex-end;}
#boardView .comment_wrap .comment_v_r .cmnt_btn_b ul li{margin: 0 10px 0 0;}
#boardView .comment_wrap .comment_v_r .cmnt_btn_b ul li a{font-size: 18px; font-weight: 500; color: #f55f4b; border: 1px solid #f55f4b; padding: 8px 20px; box-sizing: border-box; border-radius: 30px;}
#boardView .comment_wrap .comment_v_r .cmnt_btn_b ul li:last-child a{color: #3983e4; border-color: #3983e4; }


#boardView .comment_wrap .comment_v_r .cmnt_btn_b ul li a::before{content: ''; background: url(../img/cmnt_btn_b_icon.png)0 0 no-repeat; width:16px; height: 15px; display: inline-block; margin: 0 5px 0 0 ;}
#boardView .comment_wrap .comment_v_r .cmnt_btn_b ul li:last-child a::before{background-position: -16px 0;}


@media all and (max-width:1200px){
	#boardView .inner_wrap{width: 98%;}
}

@media all and (max-width:1000px){
	#boardView .view_info .tit{text-align: center;}
	#boardView .view_info .txt{flex-direction: column;align-items: center;}	
	#boardView .view_info .txt .txt_l{margin-bottom: 30px;}
	#boardView .view_info .txt .txt_r ul{width: 100%;}
	#boardView .view_info .txt .txt_r ul li a{font-size: 15px; padding: 8px 18px;}
}


@media all and (max-width:768px){
	#boardView .view_info{padding: 40px 15px;}
	#boardView .view_info .tit{font-size: 28px; text-align: center; margin-bottom:20px }
	#boardView .view_info .txt{flex-direction: column;align-items: center;}
	#boardView .view_info .txt .txt_l ul li{font-size: 16px;}
	#boardView .view_info .txt .txt_r ul{width: 100%;}
	#boardView .view_info .txt .txt_r ul li a{font-size: 15px; padding: 8px 18px;}
	
	#boardView .view_content{font-size: 16px;}
	#boardView .view_content .down_btn a{font-size: 16px;}
	
	#boardView .view_btn li a{font-size: 16px;}
	
	#boardView .comment_wrap .comment_w .w_cmnt{font-size: 16px;}
	#boardView .comment_wrap .comment_w .cmnt_btn{font-size: 14px;}
	
	#boardView .comment_wrap .comment_v_l p.writer{font-size: 16px;}
	#boardView .comment_wrap .comment_v_l .cmnt{font-size: 15px; line-height: 24px}
	#boardView .comment_wrap .comment_v_r .cmnt_btn_b ul li a{font-size: 15px;}
	
	#boardView .comment_wrap .comment_v_r .cmnt_btn_t ul li a
	{font-size: 14px;}
	
}

@media all and (max-width:640px){
	
	#boardView .view_info .txt .txt_l ul{flex-direction: column; align-items: center;}
	#boardView .view_info .txt .txt_l ul li{margin: 0 0 7px 0;}
	#boardView .view_info .txt .txt_l ul li::after{display: none;}
	
	#boardView .comment_wrap .comment_v .item{flex-direction: column; width: 100%;  }
	#boardView .comment_wrap .comment_v_l{width: 100%; margin: 0; }
	#boardView .comment_wrap .comment_v_l .cmnt{margin-bottom: 20px;}
	#boardView .comment_wrap .comment_v_r{max-width: none;}
	#boardView .comment_wrap .comment_v_r .cmnt_btn_b ul{}
	#boardView .comment_wrap .comment_v_r .cmnt_btn_t .btn_icon{position: absolute; top:10px; right: 0}
}


@media all and (max-width:450px){
		
	#boardView .view_btn li{height: 50px; line-height: 50px;}
	
	#boardView .comment_wrap .comment_v_l p.writer::before{width: 30px; height: 30px; background-size: cover; }
	#boardView .comment_wrap .comment_v_l p.writer{padding-left: 38px; margin-bottom: 10px;}
	#boardView .comment_wrap .comment_v_l .cmnt{padding-left: 38px;}
}






#boardView .attachment {padding:25px;background:#ecf1f5;border-radius:5px;}
#boardView .attachment p.a_tit {font-weight:bold;font-size:18px;}

#boardView .attachment ul.a_list li {padding:5px;}
#boardView .attachment ul.a_list li a {font-size:16px;}





#content .con_inner {width:100%;max-width:1400px;margin:0 auto}



@media all and (max-width:1400px){

#content .con_inner {width:98%}


}


