@import url("../Basic/skin.style.css");
@import url("../Basic/response.skin.style.css");
@import url("../editor.style.css");

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,input,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;} /* delete vertical-align,font:inherit; */
input[type=text],input[type=password], textarea {
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
	outline:none;
    border: none;
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
}
input::placeholder,
textarea::placeholder {
    font-family: 'Pretendard', sans-serif;
    color: #A1A1A1;
    letter-spacing: -0.03em;
}

/*new_style 공지사항 단독*/
#board_news *{box-sizing:border-box}
.board_table .list_info{width:20%;font-weight:300;font-size:16px;color: #A0A0A0}
.board_table .notice_cont{width:100%}
.board_table .list_img{overflow:hidden;float:left;width:280px;height:208px;border-radius:20px;background:#f7f7f7}
.board_table .list_img img{width:100%;height:100%}


.board_table .list_tit{overflow: hidden;margin-bottom:10px;font-size:20px;color:#333}
.board_table .list_tit .pc_list_info{margin-right:10px;float:right;font-weight:300;font-size:15px;color:#666}
.board_table .list_tit .pc_list_info font{display: inline-block;margin-left:15px;color:#c9c9c9}
.board_table .list_txt{/* margin-bottom:10px; */font-weight:300;font-size:16px;line-height:28px;color:#999}
.board_table .list_info_m{font-weight:400;vertical-align: middle;display: none;}
.board_table .list_info_m .user_name{/* display: none; */margin-right:5px;color:#888}
.board_table .list_info_m .info_date{color:#b0b0b0;}
.board_table .list_info{font-weight:400;vertical-align: middle;}
.board_table .list_info .user_name{display: inline-block;width: 100%;padding:2px 0;color:#888}
.board_table .list_info .info_date{display: inline-block;width: 100%;padding:2px 0;font-size: 15px;color:#b0b0b0;}


/*버튼*/
.bd-footBtn span.right-btn a{border-color:#ddd}
.bd-footBtn span.right-btn a:hover{background:#333;color:#fff}
.bd-footBtn span.left-btn .btn_qna.cancel, .bd-footBtn span.right-btn .btn_qna.cancel{font-size:15px;border-radius:0}
.btn_qna.cancel:hover{color:#fff !important;background:#333 !important}

/*검색버튼*/
#search_area .wrap{position:relative}
#search_area .search_btn{position:absolute;top:50%;right:23px;width:41px;height:41px;padding:0;background:#fff;transform:translateY(-50%)}


/*공지사항 신규 리스트 스타일*/
.notice_tbl{width:100%;border-top:1px solid #000;box-sizing:border-box;table-layout:fixed}
.notice_tbl *{box-sizing:border-box}
.notice_tbl td{padding:30px 20px;border-bottom:1px solid #ddd}
.notice_tbl .notice_cont{}
.notice_tbl .notice_cont a{width:100%;height:100%;overflow:hidden;display:flex;align-items:center;}
.notice_tbl .notice_cont .date_time_box{width:150px;text-align:center}
.notice_tbl .notice_cont .cont_box{width:calc(100% - 210px);padding:0 20px}
.notice_tbl .notice_cont .more_btn{width:60px;height:60px;border-radius:60px;text-align:center;background:#f7f7f7;position:relative;transition:all .3s}
.notice_tbl .notice_cont .more_btn svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:all .3s}

.notice_tbl .notice_cont .date_time_box .year{margin-bottom:5px;font-weight:700;font-size:17px;color:#294689;font-family:'Montserrat'}
.notice_tbl .notice_cont .date_time_box .day{font-weight:700;font-size:27px;color:#294689;font-family:'Montserrat'}

.notice_tbl .notice_cont .cont_box .cont_tit{font-weight:500;font-size:18px;line-height:130%;color:#333;display: flex;flex-wrap: wrap;align-items: center;gap: 5px 10px;}
.notice_tbl .notice_cont .cont_box .cont_txt{margin-top:10px;font-size:16px;color:#888;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

.notice_tbl .notice_cont .cont_box .state{display:inline-block;padding:3px 10px;background:#e9ecf3;border-radius:50px;font-size:14px;font-weight:500;color:#294689}
.notice_tbl .notice_cont .cont_box .state01{background:#e9ecf3;color:#294689}
.notice_tbl .notice_cont .cont_box .state02{background:#fff2e5;color:#ff7e00}
.notice_tbl .notice_cont .cont_box .state03{background:#faebfd;color:#cf39ef}
.notice_tbl .notice_cont .cont_box .state04{background:#005CC8;color:#fff}
.notice_tbl .notice_cont .cont_box .state05{background:#02C75A;color:#fff}




.notice_tbl td:hover{background:#f7f7f7}
.notice_tbl td:hover .notice_cont .more_btn{background:#294689}
.notice_tbl td:hover .notice_cont .more_btn svg{color:#fff}


/* =================================================== 게시판 공통사항 =================================================== */
.board_table {
    width: 100%;
    border-collapse: collapse;
    border-top:1px solid #ddd;
	font-size: 16px;
}
.board_table thead{
    border-top: 1px solid #666;
    border-bottom: 1px solid #E0E0E0;
    text-align: center;
}
.board_table thead tr{}
.board_table thead tr td{
    padding: 20px;
}
.board_table tbody tr {
    border-top: 1px solid #666;
}

.board_table tbody tr td.title{
    text-align: left;
}
.board_table tbody tr td.title p {
    position: relative;
    box-sizing: border-box;
    padding-left: 0;
}
/* 모바일일때 보여지는 date & situation  */
.board_table tbody tr td.title .only_m {
    display: none;
}
/* 사이즈규격 */
table .w5p {width: 5%;}
table .w10p {width: 10%;}
table .w15p {width: 15%;}
table .w20p {width: 20%;}
table .w25p {width: 25%;}
table .w30p {width: 30%;}
table .w35p {width: 35%;}
table .w40p {width: 40%;}
table .w50p {width: 50%;}

/* =================================================== 1:1문의 =================================================== */
.board_table tbody tr td.nm{}
.board_table tbody tr td.title p {
    padding-left: 0;
}
.board_table tbody tr td.title p::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    /* background: url("../../../../img/sub/secret_ico.svg") no-repeat; */
    background-size: contain !important;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.board_table tbody tr td.title.secret p {
    padding-left: 20px;
}
.board_table tbody tr td.title.secret p::before {
    display: block;
}
.board_table tbody tr td.situation span{
    padding: 12px 10px;
    box-sizing: border-box;
    width: 120px;
    text-align: center;
    display: inline-block;
}
.board_table tbody tr td.situation span.end{
    background: #3179E1;
    color: #fff;
}
.board_table tbody tr td.situation span.ing{
    background: #EFEFEF;
    color: #7A7A7A;
}
/* 모바일일때 보여지는 date & situation  */
.board_table tbody tr td.title .only_m .date{
    color: #7A7A7A;
    font-size: 13px;
}
.board_table tbody tr td.title .only_m .situation{}
.board_table tbody tr td.title .only_m .situation span {
    font-size: 12px;
    line-height: 1em;
    padding: 5px 0;
    width: 60px;
    text-align: center;
    /* margin-left: 10px; */
    display: inline-block;
}
.board_table tbody tr td.title .only_m .situation span.end{
    background:#3179E1;
    color: #fff;
}
.board_table tbody tr td.title .only_m .situation span.ing{
    background: #EEEEEE;
    color: #7A7A7A;
}

/* 글쓰기 버튼 */
 .write_btn, #board_news .write_btn {
    margin: 30px 0;
    text-align: left;
}
 .write_btn a:hover {
    border:1px solid transparent;
    background-color: #3179E1;
    color: #fff;
}
 a.list_btn, #board_news a.list_btn{ 
    color: #535353;
    width: 160px;
	border: 1px solid #dcdcdc;
	text-align:center;
    font-size: 16px;
    line-height: 47px;
	transition: .2s;
    display: inline-block;
}
 a.list_btn:hover, #board_news a.list_btn:hover {
    border:1px solid transparent;
    background-color: #27292b;
    color: #fff;
}


/* 페이지영역 */
#page_area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
#page_area ul{
    overflow: hidden;
}
#page_area ul li{
    float: left;
    margin: 0 9px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
#page_area ul li a{
    font-size: 16px;
    transition: .2s;
    line-height: 1em;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#page_area ul li a img {
    width: 100%;
}
#page_area ul li.on{
    background-color: #F2F2F2;
}
#page_area ul li.on a {
    font-weight: 500;
}
#page_area ul li:hover {
    background-color: #f8f8f8;
}
#page_area ul li.on:hover {
    background-color: #F2F2F2;
}

/* 검색영역 */
#search_area {
    width: 100%;
    background: #F7F7F7;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
#search_area .wrap{
    width: 60%;
    padding: 40px 15px;
    box-sizing: border-box;
    background: #F7F7F7;
    display: flex;
    align-items: center;
}
#search_area select{
    height: 100%;
    position: relative;
    padding: 15px;
    box-sizing: border-box;
    font-size: 16px;
    border: 1px solid #CCCCCC;
    width: 25%;
    font-family: 'Noto Sans KR';
    line-height: 1em;
    background: #fff url("../../../img/arrow.jpg") no-repeat 100% 50%;
	background-size: 20px 20px;
}
/* #search_area select::after {
    content: '';
    position: absolute;
    background: url("../../../../img/sub/arrow_black_left.svg") no-repeat;
    width: 6px;
    height: 12px;
    background-size: contain !important;
    top: 25px;
    transform: rotate(90deg);
    right: 20px;
} */
#search_area select option{}
#search_area input[type="text"]{
    border: 1px solid #CCCCCC;
    margin: 0 0 0 5px;
    width: 75%;
    padding: 15px 50px 15px 15px;
    box-sizing: border-box;
    height:  100%;
    background: #fff;
    line-height: 1em;
}

span.addHashTagNames{
	display:inline-block;
	padding:4px 10px;
	background-color:#F5F5F5;
	color:#000;
	margin:0 5px 5px 0;
	border:1px solid #F5F5F5;
}


/* 태블릿 */
@media (max-width: 1400px) {
    .board_table tr td.nm {
        display: none;
    }
}
@media (max-width: 1024px) {
    .board_table tr td.nm {
        display: none;
    }
    /* 검색영역 */
    #search_area .wrap{
        width: 80%;
    }
}

/* 모바일 */
@media (max-width: 767px) {
	
	/*공지사항 신규 리스트  스타일*/	
	.notice_tbl td{padding:20px 10px}	
	.notice_tbl .notice_cont .date_time_box{width:80px}	
	.notice_tbl .notice_cont .cont_box{width:calc(100% - 80px)}	
	.notice_tbl .notice_cont .more_btn{display:none}
	
	.notice_tbl .notice_cont .date_time_box .year{margin-bottom:0;font-size:16px}
	.notice_tbl .notice_cont .date_time_box .day{font-size:20px}

	
    .board_table{width:100%;table-layout:fixed}
    .board_table thead tr td{
        padding:30px 10px;
        font-size: 14px;
    }
    .board_table tbody tr td{
        padding: 20px 10px;
        font-size: 14px;
    }
    /* .board_table tbody tr td.writer {
        font-size: 14px;
    } */
    .board_table .list_tit{width:95% !important;margin-bottom:10px;font-size:18px}
    .board_table .list_txt{overflow: hidden;width:90% !important;/* margin-bottom:20px; */font-size:16px;line-height:28px;color:#888;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
    #news.board_table tbody tr td.title p{width:100%}
     /* 모바일일때 보여지는 date & situation  */
     .board_table tbody tr td.title .only_m {
        display: flex;
        margin-top: 5px;
    }
    .board_table tbody tr td.title .only_m .date {
        display:none
    }

    /* =================================================== 1:1문의 =================================================== */
    .board_table tbody tr td.title p::before {
        width: 16px;
        height: 16px;
    }
    .board_table tbody tr td.title.secret p {
        padding-left: 16px;
    }
    
    .board_table tr td.situation,
    .board_table tr td.nm{
        display: none;
    }

    /* 사이즈규격 */
    .board_table thead tr td.nm {
        width: 0%;
    }
    .board_table thead tr td.title {
        width: 70%;
    }
    .board_table thead tr td.writer {
        width: 30%;
    }

    /* 글쓰기 버튼 */
     .write_btn {
        margin-top: 20px;
    }
     .write_btn a{
        padding: 10px 30px;
        font-size: 14px;
    }





    /* =================================================== 공지사항 =================================================== */
    #news.board_table thead tr td.nm{
        width: 10%;
    }
    #news.board_table thead tr td.writer {
        width: 15%;
    }
    #news.board_table tr td.nm,
    #news.board_table tr td.date{
        display: none;
    }

    
    /* 페이지영역 */
    #page_area {
        margin-top: 50px;
    }
    #page_area ul li{
        margin: 0 5px;
        width: 30px;
        height: 30px;
    }
    #page_area ul li a{
        font-size: 14px;
        width: 30px;
        height: 30px;
    }

    /* 검색 */
    #search_area {margin-top: 30px;}
    #search_area .wrap {width: 100%;padding: 15px;}
    #search_area select{width: 25%;height:43px;padding:5px;font-size:14px}
    #search_area input[type="text"]{overflow:hidden;width: 75%;height:43px;margin:0 0 0 3px;padding: 10px 43px 10px 10px;font-size:14px}
    #search_area .search_btn{position:absolute;top: 50%;transform: translateY(-50%);right:16px;width:41px;height:41px;padding:0;background:transparent} 
}

@media (max-width:500px) {
    .board_table .list_info{display: none}	
    .board_table tbody tr td{padding:20px 10px !important}	
    .board_table .list_tit{width:100% !important;margin-bottom:10px;font-size:15px}
    .board_table .list_txt{display: none}
    /* .board_table .list_info .m_user_name{display:inline-block}	 */
    .board_table .list_info_m{display:inline-block}	
    .board_table .notice_cont{width:100%}
    #news.board_table thead tr td.writer {
        width: 25%;
    }
    #page_area {
        margin-top: 30px;
    }  
}

@media(max-width:480px){
/*공지사항 신규 리스트 스타일*/	
.notice_tbl .notice_cont .date_time_box{width:50px}
.notice_tbl .notice_cont .cont_box{width:calc(100% - 50px)}	
.notice_tbl .notice_cont .date_time_box .year{font-size:15px}	
.notice_tbl .notice_cont .date_time_box .day{font-size:17px}	
	
.notice_tbl .notice_cont .cont_box .cont_tit{font-size:16px}
.notice_tbl .notice_cont .cont_box .cont_txt{display:none}
}

@media (max-width: 400px) {
    /* 페이지영역 */
    #page_area ul li{
        margin: 0 3px;
        width: 25px;
        height: 25px;
    }
    #page_area ul li a{
        font-size: 14px;
        width: 25px;
        height: 25px;
    }
    /* 검색영역 */
    #search_area .wrap{padding: 10px;;}
    #search_area select{width:35%;}
    #search_area input[type="text"]{width: 65%;}
    #search_area .search_btn{right:10px;}
    input:-ms-input-placeholder{color: #fff !important;}
    input::placeholder {color: #fff !important;}      
}

@media (max-width: 319px) {
    .board_table tbody tr td {
        font-size: 13px;
    }
    .board_table tbody tr td.writer {
        font-size: 13px;
    }
    .board_table tbody tr td.title .only_m .date {
        font-size: 12px;
    }
    .board_table tbody tr td.title .only_m .date {
        font-size: 11px;
    } 
    /* 페이지영역 */
    #page_area ul li {
        margin: 0;
    }
    #page_area ul li a {
        font-size: 12px;
    }
    /* 검색영역 */
	#search_area select{width:39%;font-size: 13px;}
    #search_area input[type="text"]{width: 61%;}     
}

@media (max-width: 767px){
    #search_area .search_btn{position:absolute;top: 50%;transform: translateY(-50%);right:16px;width:41px;height:41px;padding:0;background:transparent}
    /* 검색 */
    #search_area .wrap {width: 100%;padding: 15px;}
    #search_area select{height:43px;padding:5px;font-size:14px}
    #search_area .search_btn img{display:block}
    #search_area input[type="text"]{overflow:hidden;height:43px;margin:0 0 0 3px;padding: 10px 43px 10px 10px;font-size:14px}
	
}
@media (max-width: 500px){
    #search_area select{width:28%;}	
    #search_area input[type="text"]{width: 72%;}
}

@media (max-width: 400px){
    #search_area .wrap{padding: 10px;;}
    #search_area select{width:35%;}
    #search_area input[type="text"]{width: 65%;}
    #search_area .search_btn{right:10px;}
    input:-ms-input-placeholder{color: #fff !important;}
    input::placeholder {color: #fff !important;}    
}

@media (max-width: 319px){
	#search_area select{width:39%;}
    #search_area input[type="text"]{width: 61%;}
}




