@charset "utf-8";


input[type="text"], input[type="password"], select, textarea, button {-webkit-appearance:none; -moz-appearance:none; appearance:none;}
input, textarea, button, select {-webkit-border-radius:0; -moz-border-radius:0; -o-border-radius:0; border-radius:0;}

input[type="checkbox"] {width:20px; height:20px; }

.inp, input[type="text"], input[type="password"] { width: 60%;  box-sizing: border-box;  padding: 5px; border: 1px solid #ddd;}
#captcha { width:130px;}



/*col_list.php*/
.search{float: right; padding: 30px 0;}
.list_table{ font-family:'Noto Sans KR'; margin:30px 0 20px 0;border-top:1px solid #1a2a42;border-bottom:1px solid #d2d2d2;border-collapse:collapse;clear:both;width:100%;border-top: 2px solid #00ae44;}
.list_table th { text-align:center; font-weight:400;padding:13px;background-color: #fafafa;border: 1px solid #d2d2d2; vertical-align:middle;word-break:keep-all;}
.list_table .th {background-color: #fafafa;}
.list_table td{text-align:center;padding: 15px;border:1px solid #dedede;vertical-align:middle;word-break:break-all;}
/*.list_table td:first-child{padding-left:50px;}*/

.list_table2 { font-family:'Noto Sans KR';margin:30px 0 20px 0;border-top:1px solid #1a2a42;border-bottom:1px solid #d2d2d2;border-collapse:collapse;clear:both;width:100%;}
.list_table2 th {color:#fff; text-align:center; font-weight:400;padding:13px;background-color: #016452;border: 1px solid #d2d2d2;vertical-align:middle;word-break:keep-all;}
.list_table2 .th { background:#fafafa; color:#016452;}
.list_table2 td{text-align:center;padding: 15px;border:1px solid #dedede;vertical-align:middle;word-break:break-all;}
.f_wrapper {}
.f_wrapper table {}



table td > a:hover {text-decoration:underline;}
.diagonal { background: url("/resources/img/common/diagonal.png") no-repeat center; background-size:100% 100%; letter-spacing: -1px;}
th .th_left {text-align: left; font-size: 13px;}
th .th_right {text-align: right; font-size: 13px;}

.content_bottom { position:relative; margin-top:20px;}
.pagination{margin: 50px auto 65px; text-align: center;width: 100%; display:inline-block}
.pagination button, .pagination a {	 font-weight:400; display: inline-block;	width: 26px; height: 26px;margin: 0 2px;text-decoration: none;font-size: 13px;line-height: 24px;color: #5d6473;vertical-align: middle;}
.pagination button:hover, .pagination a:hover { text-decoration:underline;}
.pagination .selected {	color: #fff; background-color: #3a3c8a; font-weight: 500;} /* ����Ʈ �ֻ����� ����*/
.pagination .prev,.pagination .next, .pagination .p-prev,.pagination .n-next{ transition:.3s ease-in-out;width: 26px;height: 26px;background-image: url("/resources/img/common/page-arrow.png"); background-repeat: no-repeat; /*border: 1px solid #dcdcdc;*/border: 1px solid #fff; text-indent: -999em;	vertical-align: middle;	box-sizing: border-box;}
.pagination .p-prev {background-position: -8px 5px;}
.pagination .prev {background-position: -59px 5px;}
.pagination .next { background-position: -109px 5px;}
.pagination .n-next {background-position: -159px 5px;}
.pagination .prev:hover,.pagination .next:hover , .pagination .p-prev:hover,.pagination .n-next:hover{	background-color: transparent;	border-color:  #4d4d4d;}
/*.pagination .no-more-prev,.pagination .no-more-next {display: none;}*/
.search_btn{width: 60px; height: 34px; background: #999; border: 0; color: #fff; text-align: center;transition: all .2s;}
.search_btn:hover{background: #777;transition: all .2s;}
.lgn_btn { transition:.3s ease; display:inline-block; padding:12px 30px; background:#333; color:#fff;}
.lgn_btn:hover { background:#111;}
table.column_list {table-layout: fixed; width: 100%;/* white-space: nowrap;*/}
table.column_list .list_tit a { /*padding:0 15px;*/ max-width:70%; width:auto; display:inline-block; overflow:hidden; white-space:nowrap;text-overflow:ellipsis; box-sizing:border-box}


/*col_view.php*/
.view_table{margin:40px 0 70px 0;border-top:1px solid #1a2a42;border-bottom:1px solid #d2d2d2;border-collapse:collapse;clear:both;width:100%;}
.view_table .title_box{ border:none;}
.view_table .title_box .title{ font-size:30px; margin-bottom:15px; color: #3a3c8a; font-weight: 500;}


.btn01{ vertical-align:middle; width:auto; display:inline-block;background-color:#7b7b7b; color:#fff; padding:15px 25px; border:0px; cursor: pointer;}
.btn01:hover{background-color: #666; transition:all .2s;}
.btn02{ vertical-align:middle; width:auto; display:inline-block;background-color:#e85e52; color:#fff; padding:15px 25px; border:0px; cursor: pointer; transition:all .2s;}
.btn02:hover{background-color: #d0493e;}
.btn03{ vertical-align:middle; width:auto; display:inline-block;background-color:#444; color:#fff; padding:10px 25px; border:0px; border-radius:3px; cursor: pointer; transition:all .2s;}
.btn03:hover{background-color: #4164a2; }
.btn05{ vertical-align:middle; width:auto; display:inline-block; color:#02af46; border:3px solid #02af46; padding:10px 25px 10px 52px; box-sizing:border-box; background:#fff url("/resources/img/sub/ctf_sub_sp.png") no-repeat 16px -77px;border-radius:50px; cursor: pointer; transition:all .2s; font-weight: bold;}
.btn05:hover{ color:#fff; background-color: #02af46;}
.btn06{ vertical-align:middle; width:auto; display:inline-block; font-size:20px; color:#02af46; border:3px solid #02af46; padding:10px 25px; box-sizing:border-box; border-radius:50px; cursor: pointer; transition:all .2s;}
.btn07{ vertical-align:middle; width:auto; display:inline-block; font-size:20px; background:#016452; padding:10px 40px; box-sizing:border-box; color:#fff; cursor: pointer; transition:all .2s;}
.btn07:hover { background:#074237 ;}


/* �Խ��� ��ư */
.write_btn { position:absolute; top:0; right:0; background-color:#4164a2; color:#fff; padding:10px 25px; border:0px; border-radius:3px; cursor: pointer; vertical-align:middle;}
.btn04 { transition:.3s ease; border:1px solid #ccc; box-sizing:border-box; padding:10px 25px; display: inline-block; border-radius:3px; cursor: pointer; vertical-align:middle;}
.btn04:hover { background-color:#eee;}


table.view_table th { font-weight:400; padding:25px 5px; background-color:#f9f9f9; border-bottom:1px solid #d2d2d2; border-left:1px solid #d2d2d2; border-top:1px solid #d2d2d2; vertical-align:middle; word-break:keep-all;}
/*table.view_table tr:first-child td{padding:15px 30px;}*/
table.view_table td {border-left:1px solid #dedede;border-right:1px solid #dedede;}
.inner h2{}
.table_bottom{ position:relative; width:100%; text-align:right; margin: 60px auto 0px;}
table.view_table.gallery img{padding: 30px 0; max-width:100%;}
table.view_table p{/* line-height: 1.5; padding-bottom: 10px; */}
table.view_table td {text-align:center;padding: 25px;border-top:1px solid #dedede;vertical-align:middle;word-break:break-all;}
table.view_table .height_img { text-align:center;}


.view_td { min-height:300px; line-height: 1.4;}

/* �˻� */
select[name="search_type"] { padding:9px 0; box-sizing:border-box;}
.board_list form, .search_box {position: relative;     max-width: 1100px; width:80%; text-align:center;}
input[name="searcher"] {box-sizing:border-box; width:40%; padding:10px;}
.search-btn, .search_box a, .search_box  input[type="submit"] { display:inline-block;border-radius:4px; cursor:pointer; color:#fff; background:#333; border:none; padding:10px 0; width:10%; text-align:center; box-sizing:border-box;}

/* �۾��� */
.wirte_tit { width:100%;}
.capt_img { width:auto!important; height:35px; vertical-align:middle; margin-right: 15px;}
.capt_btn { outline:none; display: inline-block; border: 3px solid #444; border-radius: 50px; background: 0; padding: 5px 10px; cursor: pointer; font-size: 15px; margin-left: 15px; color: #444;}



/* �亯 list */
.answer_btn { display:inline-block; padding:2px 7px; margin-left:5px; border-radius:5px; background:#ff6248; color:#fff; box-sizing:border-box;}
.answer_ico { display:inline-block; vertical-align:text-top; width:20px; height:10px; background:url("/resources/img/common/an_ico.gif") center no-repeat;}
.secret { display:inline-block; width:20px; height:20px; background:url("/resources/img/common/secret_ico.gif") center no-repeat; text-indent:-99999px; margin-right:5px; vertical-align:middle;}
.delete { text-decoration:line-through; color:#777;}
.delete:hover { text-decoration:line-through;}

.answer_tit {width: 100%;padding: 9px 17px;	box-sizing: border-box;	font-size: 20px;	background: #4164a2;	text-align: center;	font-weight: 400;color: #fff;margin-bottom: 20px; border-radius: 5px;}



/* �н����� �Է� */
/*.contact_vis { background:url("/leejongim/html/resources/img/common/contact_vis.jpg") !important;}*/
.pass_dim_layer {  z-index: 3; background: rgba(0,0,0,0.7); width: 100%; position: fixed; top: 0; height: 100%; display: block;}
.cancle_btn { display:inline-block; margin-top:30px; width:100%; text-align:center;}
.join_wrap { position: absolute; z-index: 999; top: 50%; width: 40%; left: 50%; transform: translateX(-50%) translateY(-50%);}
.join_wrap .join { background:#fff; position:relative; width:60%; margin:30px auto 30px; border-radius:15px; padding: 70px 50px;border: 1px solid #ddd;}
.join_wrap .join::before { content:''; position:absolute; top:-2px; left:-2px; width:100%; height:30%; border:2px solid #5339d8; border-bottom:0; border-radius:15px 15px 0px 0px ;}
.join_wrap .join h2 {color:#5339d8; font-size:30px;  margin-bottom:10px; font-weight:600; text-align:center;}
.join_wrap .join .join_txt { text-align:center;}
.join_wrap .join_inputBox { margin-top:30px;}
.join_wrap .join_inputBox::after { content:''; clear:both; display:block; }
.pass { width:70%; float:left;}
.pass > input { width:100%;}
.enter { width:30%; float:left;}
.enter > button {width:100%; border:0; background:#333; height:35px; font-weight:300; color:#fff; cursor:pointer;}
.enter > button:hover {background:#5339d8; transition:.3s ease;}

/* flicking */
.f_wrapper { border-radius:10px; width:100%; }
.f_wrapper .f_wrapper_inner {overflow:auto; -webkit-overflow-scrolling: touch; overflow-y: hidden;}
.f_wrapper .touch { display:none; background:url("/resources/img/common/ico_flicking.png") left top no-repeat; height:27px; background-size:contain; padding:0 0 0 36px; line-height:27px; margin-bottom:10px;}
.f_scroller {display:block; height:100%; padding:0; width:100%;  text-align:left;}
.f_wrapper .list_table,.f_wrapper .colum_table { margin-top:20px;}

/* �Խ��� �з� */
.cate_menu { margin-top:20px;}
.cate_menu > ul {	width: 100%; text-align:center;		box-sizing:border-box;}
.cate_menu > ul::after { content:''; display:block; clear:both;}
.cate_menu > ul > li > a.on,.cate_menu > ul > li:hover a { transition:.3s ease;	border: solid 1px #2b6cb4;	color: #2b6cb4;}
.cate_menu > ul >  li {display:inline-block;	width: 120px;		text-align: center;		font-size: 16px;	margin: 0 5px 5px;}
.cate_menu > ul li a {	display: block;	 padding:8px 20px;	color: #777;	border: solid 1px #ddd;	border-radius: 5px;}


/* FAQ - sj 200601 */
table.faq .list_tit {cursor:pointer;}
table.faq tr { height:30%;}
.asw_div { background:#f7f7f7;    padding: 21px 70px 37px 90px !important; white-space: normal; text-align:left !important;}


/* ������ */
.sub_media_wrap  {}
.media_contents { position:relative; width:31%; display:inline-block; margin:0 1% 3%;}
.media_contents a { display:block;}
.media_contents .mimg_box { background:#f9f9f9; position:relative; height:200px; overflow:hidden;}
.media_contents .mimg_box img { top:50%;  transform: translateX(-50%) translateY(-50%); width:100%; height:auto;  position:absolute; left:50%; }
.media_contents .m_txt { padding:10px 0;}
.media_contents .m_txt::after { content:''; clear:both; display:block;}
.media_contents .m_txt p { width:70%; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden; float:left;}
.media_contents .m_txt span { width:26%; float:right; color:#777;}
.media_contents a:hover .mimg_box img { transition:.3s ease-in-out; transform:scale(1.1) translateY(-50%) translateX(-50%);  }

/*board_list*/

table.board_list {border-top: 2px solid #3a3c8a; table-layout: fixed; width: 100%; margin-top: 30px; background-color: #fff;}
.board_list td {padding: 20px; text-align: center; border-bottom: 1px solid #dedede;}
.board_list td.toggle {padding: 0;}
.board_list td.toggle .toggle_div {padding: 20px;}
.board_list th {padding: 20px; text-align: center; border-bottom: 1px solid #dedede;background-color: #fafafa;}
.board_list td.tit_td {width: 85%;}
.board_list td.tit_td a {font-weight: 500;}
.board_list td.tit_td a{display: block; width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.board_list td.date {width: 15%;}

.board_list td.list_tit a{display: inline-block; width: 100%; text-overflow: ellipsis; overflow: hidden;white-space: nowrap; word-wrap: normal; vertical-align: middle;}

.search_form form {float: right; width: 60%; text-align: right;}
.search_form select { width: 20%; height: 40px; box-sizing: border-box; background:#fff url("/resources/img/sub/lnb_ico.png")no-repeat right 10px bottom 11px/10%; border: 1px solid #ebebeb; padding: 10px;}
.search_form input[type="text"]{width: 60%; height: 40px; box-sizing: border-box; margin: 0 3px;padding: 5px; border: 1px solid #ebebeb;}
.search_form .sch_btn { border:0; cursor:pointer; display: inline-block; background-color: #3a3c8a; height: 40px; text-align: center; color: #fff; line-height: 40px; width: 100px; transition: all .3s ease; vertical-align: middle;}
.search_form .sch_btn:hover {background-color: #333;}


/*paging*/
.paging {width: 100%; margin-top: 60px; text-align: center;}
.paging a {width: 30px; height: 30px; background-color: #fff; border: 1px solid #ebebeb; box-sizing: border-box; text-align: center; line-height: 30px; margin: 0 3px; display: inline-block; vertical-align: middle; transition: all .3s ease;}
.paging a.prev {background: #fff url("/resources/img/common/page_ico.png")no-repeat 9px -50px;}
.paging a.p_prev {background: #fff url("/resources/img/common/page_ico.png")no-repeat 5px -78px;}
.paging a.next {background: #fff url("/resources/img/common/page_ico.png")no-repeat 10px 7px;}
.paging a.n_next {background: #fff url("/resources/img/common/page_ico.png")no-repeat 7px -22px;}

.paging a:hover, .paging a.on {background-color: #eee;font-weight: 800;}



/* 200204 */
.videoList .media_contents iframe { width:100%; }

.gly .cont_wrap .cont .img { position:relative;height:260px;}
.gly .cont_wrap .cont .img img {width:auto !important; position:absolute; left:50% !important; top:50%; transform: translateX(-50%) translateY(-50%) !important; height:100%;}

.sub_vis h2 span.block { display:block !important;}

.mobile_date { width:15%;}
.txtOverflow {text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;max-width:80%; width:auto; display:inline-block; overflow:hidden;}



/* like btn - 200507 */
.like_span { vertical-align:middle; display:inline-block;}
.like_btn {font-weight: 600; font-size: 17px; color:#333; float: left; text-align: center; vertical-align: middle; position: relative;}
.like_btn .ico { vertical-align:middle; transition: .2s ease; margin-right:9px; display:inline-block; width:21px; height:18px;   background:url("/resources/img/board/comment/like_ico.png") no-repeat;}
.like_btn.on .ico { background:url("/resources/img/board/comment/like_on_ico.png") no-repeat}
.like_btn .txt {vertical-align:middle; display:inline-block;}
.like_count {line-height:140%}

/* comment */

.comment_wrap {/*background: #fcfcfc;  border-top: 1px solid #dadee9; */ }
.comment_wrap .cmt {padding:8px 45px 0; }
.cmt_item { border-bottom: 1px solid #ebedf2; padding:40px 0 20px;  }
.cmt_item.cmt1 { padding-left:5%;}
.cmt_item.cmt2 { padding-left:10%;}
.cmt_item.cmt3 { padding-left:15%;}
.cmt_item.cmt1 .cmt_name::before, .cmt_item.cmt2 .cmt_name::before, .cmt_item.cmt3 .cmt_name::before { content:''; display: inline-block; width:9px; height:10px; background:url("/resources/img/board/comment/comment_ico3.png") no-repeat; position:absolute; left:-19px; top:6px; }
.cmt_item .cmt_name { display: inline-block; color: #5d6473; font-weight: 600; font-size: 19px;}
.cmt_item .date { float:right; color:#afafaf;}
.cmt_item .cmt_txt { margin-top:20px; line-height: 150%}
.cmt_item .cmt_txt span { line-height: 150%}
.cmt_btn_box { font-size:0; margin-top:14px; text-align:right;}
.cmt_btn_box::after {clear:both; display: block; content:'';}
.cmt_btn_box button { float:right; width: auto; margin-left: 7px; transition: .3s ease; display: inline-block; height:33px; box-sizing: border-box; padding:4px 10px; font-size:17px; color:#5d6473; border:1px solid #ddd; border-radius: 2px; vertical-align: middle;}
.cmt_btn_box button.cmt_btn { background:url("/resources/img/board/comment/comment_ico3.png") 11px center no-repeat; padding-left:24px; }
.cmt_btn_box button.edit_btn { background:url("/resources/img/board/comment/pen_ico.png") 11px center no-repeat; padding-left:32px; }
.cmt_btn_box button.edit_btn2 { background-color: #ddd; }
.cmt_btn_box button.del_btn { font-size: 0; background:#5d6473 url("/resources/img/board/comment/close_ico.png") center no-repeat; border:1px solid #5d6472; text-indent: -99999px; width:32px;}
.cmt_btn_box button:hover { background-color: #eee;}
.cmt_btn_box button.del_btn:hover { background-color: #414856; border-color: #414855;}
.cmt_txtarea { background:#fff; margin-top:28px; border:1px solid #ebedf2;}
.comment_wrap textarea { padding: 10px 20px; outline: none; border:none; background:none; min-height:80px; margin-bottom: 10px; box-sizing: border-box;}
.comment_wrap .reply_txtarea {border:1px solid #eee; background:#fff;}
.cmt_txtarea .cmt_txtarea_bottom { padding: 0 20px 10px; }
.cmt_txtarea .cmt_txtarea_bottom::after { clear: both; display: block;content:'';}
.comment_wrap .counter { margin-top:10px; display: inline-block; color:#bbb; font-weight: 400; font-family: 'notoSans KR';}
.reg_btn { width:auto; transition: .3s ease; display:inline-block;color:#5d6473; border:1px solid #5d6473; border-radius: 50px; padding: 4px 20px; }
.reg_btn:hover { background:#5d6473; border-color: #5d6472; color:#fff;}
.cmt_txtarea .cmt_txtarea_bottom .reg_btn {float:right;}
.cmt_txt_close { width:auto; display: inline-block; transition: .3s ease; float: right; color: #bbb; padding:4px 20px; border:1px solid #bbb; box-sizing: border-box;}
.cmt_txt_close:hover { background:#5d6473; border-color:#5d6472; color:#fff;}
.re_close { float:right; margin-left:10px; margin-top:-8px;}

.noresize {resize: vertical; }

.cmt_reply_contents { border:1px solid #5d6473}
.cmt_reply_contents .reply_top { background:#fff; padding:10px 20px; text-align: right; border-bottom:1px solid #ebedf2;}
.cmt_reply_contents .reply_top .name { float:left; display: inline-block; color: #5d6473; font-weight: 600; font-size: 19px; position: relative; vertical-align: middle; margin-top:5px;}
.cmt_reply_contents .reply_top .name::before { content:''; display: inline-block;width:18px; height:18px;   background:url("/resources/img/board/comment/comment_ico.png") no-repeat; vertical-align: middle; margin-right: 10px;}
.cmt_reply_contents .reply_top .counter { margin-right:10px; margin-top:0;}
.cmt_reply_contents textarea {min-height:144px;}

.cmt_login { text-align:center; border:1px solid #ddd; padding:30px 20px; box-sizing:border-box; letter-spacing:-.8px;}


/*faq*/
.faq.divTable{border-top: 2px solid #3a3c8a;table-layout: fixed; width: 100%; margin-top: 30px; background-color: #fff; display: table;}
.faq .divTableHead {display: table-header-group;}
.faq .divTableHead .divTableCell { padding: 20px; text-align: center; border-bottom: 1px solid #dedede; background-color: #fafafa;font-weight: bold; display: table-cell;}
.faq .divTableBody, .faq .tr {width: 100%;  display: block;}
.faq .divTableCell {display: inline-block;  width: 95%; float: left;  box-sizing: border-box;}
.faq .num.divTableCell {width: 5%;}
.faq .divTableBody .divTableCell {padding: 20px;text-align: center;}
.faq .divTableBody .divTableCell.toggle {padding: 0; border-top: 1px solid #dedede; box-sizing: border-box; border-bottom: 1px solid #dedede; width: 100%;}
.faq .toggle_div { padding: 20px;}


@media screen and (min-width: 1200px){
.videoList .media_contents iframe {height:186px;}

}

@media screen and (max-width: 1200px){

.media_contents .mimg_box img { }
.media_contents {width:47%;}
.write_btn {position:relative;}
.view_td pre {    white-space: normal;}
table img { width:100%;}
.list_table th.tit { width:70%;}

.list_table td { font-size:15px; padding: 8px;}
th.non_mobile, td.non_mobile, .faq .non_mobile, .faq .divTableHead .divTableCell.non_mobile { display:none;}
.faq .divTableCell {width: 100%;}
.col2 table td, .col2 table th { word-break: break-all;}
.board_list.faq th.tit {width: 100% !important;}

.board_list.sk_notice col:nth-child(1),
.board_list.sk_notice col:nth-child(3) { display: none; }
.board_list.sk_notice col:nth-child(2) { width: 70% !important; } 
.board_list.sk_notice col:nth-child(4) { width: 30% !important; } 
}
@media screen and (max-width:1024px){
    .search_form input[type="text"] {width: 50%;}
}

@media screen and (max-width: 768px){


.board_list form { width:100%; margin:40px auto 30px; text-align:center;}
.search-btn, .search_box a, .search_box input[type="submit"] { width:20%;}
table.view_table th {    font-size: 15px;}
table.view_table td { padding: 15px 5px; font-size: 15px;}
/* �������� �� �Խ��� �����*/
.list_table th { width:auto;}
/*.list_table th.tit { width:55%;}*/
table.column_list .list_tit a { width:100%;}
.table_bottom { margin:40px auto 80px;}


/* flicking */
.f_wrapper .touch { display:block; }
.f_scroller { width:900px; padding:4px}

.pagination {}
.pagination a { margin:0; width:19px; font-size:14px;}
.pagination .prev, .pagination .next, .pagination .p-prev, .pagination .n-next { width:24px;}
.pagination .p-prev { background-position: -8px 15px;}
.pagination .prev { background-position: -61px 15px;}
.pagination .next {background-position: -110px 15px;}
.pagination .n-next { background-position: -160px 15px;}

.media_contents {width:100%;}
/*����� No. �Ⱥ��̰�
.column_list th:first-child,.column_list th:last-child { display:none;}
.column_list td:first-child, .column_list td:last-child{ display:none;}
*/


    .search_form form {width: 100%; text-align: center;}
    .search_form a.sch_btn {width: 20%;}

    .board_list td.tit_td {width: 70%;}
    .board_list td.date {width: 30%; text-align: center;}

	.mobile_date { width:35%; font-size:15px;}


}

@media screen and (max-width: 550px){
    .search_form select {width: 30%; float:left;}


    .search_form input[type="text"] { float:left;margin: 0px; width:70%; margin-left: -1px;}

	.search_form .sch_btn { width:100%; margin-top:10px;}
	.faq.search_form input[type="text"] {width: 100%;}
}

@media screen and (max-width: 500px){

    .board_list td.tit_td {width: 65%;}
    .board_list td.date {width: 35%;}


        .board_list th.tit {width: 60% !important;}

.board_list.sk_notice col:nth-child(2) { width: calc(100% - 110px) !important; } 
.board_list.sk_notice col:nth-child(4) { width: 110px !important; } 

.board_list.sk_notice td.list_tit { padding: 20px 8px; font-size: 16px; }
.board_list.sk_notice td:last-child { padding: 20px 8px; font-size: 15px; }
}
