@charset "utf-8";

/*******************************  header */
.hd_banner {display: flex; align-items:center;justify-content:center; height: 50px; padding: 0 15px;}


#header { width: 100%; background-color: #fff; border-bottom: 1px solid #dedede; }
#header .inner {display: flex; align-items:center; justify-content:space-between; flex-direction:column; max-width:1200px; margin: 0 auto; position: relative; padding: 0 15px;}
#header .hd_top {width: 100%; display: flex; align-items:center; justify-content:space-between; padding: 15px 0 5px;}
#header .hd_top .hd_top_rt {padding-right: 45px;}
#header .hd_top .premium_btn {margin-right: 10px; font-size: 16px; font-weight: 500; color: #000; }
#header .hd_top .premium_btn img {display: inline-block; width: 20px; margin-right: 5px;}
#header .hd_bot {width: 100%; display: flex; align-items:center; justify-content:space-between;}
#header .logo { }
#header .logo a {display: inline-block;  vertical-align:middle; }
#header .sch_wrap {margin: 0 10px; position: relative;}
#header .sch_wrap .sch_box_input {width: 230px; height: 39px; line-height: 39px; background-color: #fff; border: 1px solid #e0e0e0; font-size: 16px; font-weight: 600; color: #757575; padding: 0 50px 0 15px;}
#header .sch_wrap .sch_btn {position: absolute; top: 0; right: 0; width: 39px; height: 39px; vertical-align: middle; text-align: center; background-color: transparent; border: none; padding: 0;}
#header .top_util {	display: flex; }
#header .top_util li { margin: 0 3px; position: relative;}
#header .top_util li > a {display: block; font-size: 14px; padding: 0 5px; line-height: 1;transition:.25s; }
#header .top_util li > a.btn {padding: 0; position: relative;}
#header .top_util li > a.btn  img {width: 30px;}
#header .top_util li > a.btn_comment .new:after,
#header .top_util li > a.btn_alarm .new:after {content:'';display: block; width: 8px; height: 8px; background-color: #f4361e; border-radius:50%; position: absolute; bottom: 3px; right: 3px;}
#header .top_util li:last-child a {padding-right: 0;}
#header .top_util li > a.btn_mb:hover  {color: #00a2ff;}
#header .hd_pop {display: none;position: absolute; top: calc(100% + 10px); right: -10px; z-index: 1;  width: 220px; background-color: #fff; border-radius:8px; border: 1px solid #eaeaea; box-shadow:0 3px 5px rgba(0,0,0,.2); font-size: 14px; color: #666; font-weight: 300; z-index: 1;}
#header .hd_pop:after {content:''; display: block; position: absolute; top: -10px; right: 15px; width: 20px; height: 10px; background: url('../images/common/pop_alarm_con_after.png') 0 0 no-repeat;}
/* 알림 */
#header .pop_alarm_wrap .tit {display: flex; align-items:center; justify-content:space-between;  padding: 7px 14px; border-bottom: 1px solid #eaeaea;}
#header .pop_alarm_wrap .tit a {width: 63px; height: 25px; line-height: 25px; background-color: #f6f6f6; border-radius:8px; text-align: center; font-size: 13px; font-weight: 300;}
#header .pop_alarm_wrap .tit a:hover {background-color: #ddd; color: #666;}
#header .pop_alarm_wrap .alarm_list { padding: 14px;}
#header .pop_alarm_wrap .alarm_list > div {display: flex; align-items:center; justify-content:space-between; padding: 5px 0;}
#header .pop_alarm_wrap .alarm_list > div p:nth-child(1) {width: 125px;}
#header .pop_alarm_wrap .alarm_list > div p:nth-child(2) {width: 65px; text-align: right;}
#header .pop_alarm_wrap .alarm_list > div p a:hover {color: #000;}
/* my */
#header .pop_my_wrap {font-size: 14px; font-weight: 300;}
#header .pop_my_wrap .my_profile_tit {display: flex; align-itmes:center;  padding: 7px 14px;}
#header .pop_my_wrap .my_profile_tit .profile_img {width: 29px; height: 29px; border-radius:50%; overflow: hidden; margin-right: 10px;}
#header .pop_my_wrap .my_profile_tit .my_name {line-height: 29px;}
#header .pop_my_wrap .my_profile {display: block; height: 30px; line-height: 30px; text-align: center; background-color: #a2a1fe; color: #fff; transition:.25s;}
#header .pop_my_wrap .my_profile:hover {background-color: #9c9bf5;}
#header .pop_my_wrap .my_profile_list {padding: 10px 14px;}
#header .pop_my_wrap .my_profile_list a {display: block; padding: 5px 0; color: #666; transition:.25s;}
#header .pop_my_wrap .my_profile_list a:hover {color: #000;}
#header .pop_my_wrap .logout {display: block; width: 100%; padding: 10px 0 ;text-align: center; background-color: #666; color: #fff; border-radius:0 0 8px 8px; transition:.25s;}
#header .pop_my_wrap .logout:hover {background-color: #333;}

#header #gnb { }
/* gnb - depth1 */
#header #gnb .dep1_wrap {position: relative;}
#header #gnb .dep1_wrap .dep1_con  {float: left;  position: relative;}
#header #gnb .dep1_wrap .dep1_con .dep1 {display: block; height: 40px; line-height: 40px; text-align: center; position: relative;  padding: 0 5px; font-size: 16px; font-weight: 600; transition:0.25s;}
#header #gnb .dep1_wrap .dep1_con:hover .dep1,
#header #gnb .dep1_wrap .dep1_con .dep1:focus,
#header #gnb .dep1_wrap .dep1_con.active .dep1 {  color: #00a2ff; }
#header #gnb .dep1_wrap .dep1_con .dep1.dep1_1 {color: #322de3;}
#header #gnb .dep1_wrap .dep1_con:first-child .dep1 {padding-left: 0;}
/* gnb - depth2 */
#header #gnb .dep2_box {display: none;position: absolute; top: calc(100% - 10px); left: 50%; transform:translateX(-50%); border: 1px solid #eaeaea;  border-radius:8px; background-color: #fff; box-shadow:0 3px 5px rgba(0,0,0,.2); z-index: 99;}
#header #gnb .dep2_box:after {content:''; display: block; position: absolute; top: -10px; left: 50%; margin-left: -10px; width: 20px; height: 10px; background: url('../images/common/pop_alarm_con_after.png') 0 0 no-repeat;}

#header #gnb .dep2_box .dep2_tit {padding: 10px 15px;  border-bottom: 1px solid #eaeaea; font-size: 16px; font-weight: 800;}
#header #gnb .dep2_box .dep2_tit .icon {display: inline-block; margin-right: 5px;}
#header #gnb .dep2_wrap { width: 150px; padding: 10px 15px;}
#header #gnb .dep1_con:first-child .dep2_wrap{border-left: 1px solid #ddd;}
#header #gnb .dep2_wrap .dep2_con {}
#header #gnb .dep2_wrap .dep2_con .dep2 {display: block; padding: 5px 0; line-height: 1.33; font-size: 14px; color: #666; font-weight: 300; transition:0.5s; }
#header #gnb .dep2_wrap .dep2_con .dep2:hover,
#header #gnb .dep2_wrap .dep2_con .dep2:focus,
#header #gnb .dep2_wrap .dep2_con.active .dep2 {color: #00a2ff;  }
#header #gnb .dep1_con:hover .dep2_wrap {}
#header #gnb .dep2_box .dep2_more { display: block; padding: 8px; background-color: #666; text-align: center; font-size: 14px; color: #fff;  border-radius:0 0 8px 8px;transition:.25s; }
#header #gnb .dep2_box .dep2_more img {display: inline-block; transform:translateY(-1px); margin-left: 5px;}
#header #gnb .dep2_box .dep2_more:hover {background-color: #333;}

#header #gnb .dep2_box1 > div {display: flex;}
#header #gnb .dep2_box1 > div > div:nth-child(2) .dep2_wrap {border-left: 1px solid #eaeaea;}
#header #gnb .dep2_box1 .dep2_more {border-radius:0 0 0 8px;}
#header #gnb .dep2_wrap .dep2_con_txt {padding: 18px 0;text-align: center; font-size: 17px; line-height: 1.5;}
#header #gnb .dep2_wrap .dep2_con_txt span {font-size: 20px; font-weight: 800; color: #00a2ff;}

/* 사이트맵 버튼 */
.open_sitemap {position: absolute; top:22px; right: 15px;  }
.open_sitemap.active  {position: fixed; top: 50px;  margin-right: 0; z-index: 999; }
.open_sitemap a{position:relative;display:block; width: 30px; height: 30px;transition:.25s;}
.open_sitemap a span{position:absolute;left:0;top:50%;display:block;width:100%;height:2px;background-color:#999;text-indent:-9999px;}
.open_sitemap span,
.open_sitemap span:before,
.open_sitemap span:after{content:"";left:0;position:absolute;display:block;width:100%;height:100%;background-color:#999;transition:.25s;-webkit-transition:.25s;}
.open_sitemap span:before{top:-8px;}
.open_sitemap span:after{bottom:-8px;}

.open_sitemap .active span{background-color:transparent;}
.open_sitemap .active span:before{top:0;transform:rotate(-45deg);-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-o-transform:rotate(-45deg);}
.open_sitemap .active span:after{bottom:0;transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);}

/* 사이트맵 */
.sitemap { width: 90%; height: 100%; background-color: #fff; position: fixed; top: 0; right: -300%;z-index: 99; box-shadow:-1px 0px 5px rgba(0,0,0,.3);}

.sitemap .dep1_wrap {width: 100%; padding:100px 20px 20px; }
.sitemap .dep1_wrap .dep1_con { padding: 0 5px;}
.sitemap .dep1_wrap .dep1_con .dep1 {display: block; height: 45px; padding-left: 10px; line-height: 45px;color: #333; border-bottom: 1px solid #eaeaea; font-size: 17px; font-weight: 600; position: relative; transition:0.25s;}
.sitemap .dep1_wrap .dep1_con .dep1_1 {color: #322de3;}
.sitemap .dep1_wrap .dep1_con:first-child .dep1 {border-top: 1px solid #eaeaea;}
.sitemap .dep1_wrap .dep1_con:hover .dep1,
.sitemap .dep1_wrap .dep1_con.active .dep1 {color: #ef8000 ;}
.sitemap .dep2_wrap { display: none; padding: 10px 0; border-bottom: 1px solid #eaeaea;}
.sitemap .dep1_con.active .dep2_wrap {display: block;}
.sitemap .dep2_wrap .dep2_con {padding: 7px 15px; }
.sitemap .dep2_wrap .dep2_con .dep2 { display: block; font-size: 16px;height: 20px; padding-left: 5px; line-height: 20px; transition:0.5s; -webkit-transition:0.5s; }
.sitemap .dep2_wrap .dep2_con:hover .dep2,
.sitemap .dep2_wrap .dep2_con.active .dep2 {color: #ef8000; padding-left:10px;}

.sitemap .dep1_con .dep1_more:after,
.sitemap .dep1_con .dep1_more:before {content: ''; position: absolute; top: 50%; right: 0; width: 0.8em; height: 1px; background: #777b7d; transition: background 0.5s, transform 0.5s;}
.sitemap .dep1_con .dep1_more:after {transform: translate(0,-50%) rotate(90deg);}
.sitemap .dep1_con .dep1_more:before {transform:translate(0,-50%);}
.sitemap .dep1_con.active .dep1_more:after,
.sitemap .dep1_con.active .dep1_more:before { height: 1px;}
.sitemap .dep1_con.active .dep1_more:after {transform: translate(0,-50%) rotate(0);}

#header .sitemap .top_util {position: absolute; top: 50px; left: 15px;}
#header .sitemap .top_util li > .btn_mb {padding: 7px 14px; border: 1px solid #eaeaea; border-radius:8px;}

.dim {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.7); z-index: 9; display: none;}


/*******************************  container */
#body_wrap {background-color: #f2f4f6;}
#container {max-width: 860px; margin: 0 auto; padding: 20px 0; }
#content {}


/* 사이드 */
#aside {padding: 0 10px;}
#aside > div { border-radius:8px; margin-bottom: 10px;}
#aside > div:last-child {margin-bottom: 0;}
#aside .side_banner {text-align: center;}
#aside .side_banner img {}
/* 사이드 로그인박스 */
#aside .login_wrap {background-color: #fff; border: 1px solid #eaeaea;}
/* 로그인 - 기본 */
#aside .login_wrap .login_box_default {padding: 25px;text-align: center; font-weight: 300;}
.login_wrap .login_box_default .txt {padding: 5px 0 10px;}
.login_wrap .login_box_default .login_btn {display: block; text-align: center; line-height: 43px; background-color: #00a2ff; border-radius:8px; color: #fff; font-weight: 500; margin-bottom: 15px; transition:.25s;}
.login_wrap .login_box_default .login_btn:hover {background-color: #0090e2;}
.login_wrap .login_box_default .btn {display: flex; justify-content:center;}
.login_wrap .login_box_default .btn a {display: inline-block; padding: 0 20px; transition:.25s;}
.login_wrap .login_box_default .btn a:hover {color: #00a2ff; font-weight: 500;}

/* 로그인 - 내 정보 */
#aside .login_wrap .login_box_user {}
.login_wrap .login_box_user .user_info {font-size: 16px;}
.login_wrap .login_box_user .user_info_con {display: flex; padding: 7px 20px; border-bottom: 1px solid #eaeaea; align-items:center; justify-content:space-between; }
.login_wrap .login_box_user .user_info_con:first-child {padding-top: 12px;}
.login_wrap .login_box_user .user_profile {display: flex; align-items:center;}
.login_wrap .login_box_user .user_profile .profile_img {width: 40px; height: 40px; border-radius:50%; overflow: hidden; margin-right: 10px;}
.login_wrap .login_box_user .user_profile .user_name {font-weight: 600;}
.login_wrap .login_box_user .user_info_con .login_box_btn {display: inline-block; width: 75px; height: 32px; line-height: 32px; background-color: #f6f6f6; border-radius:8px; font-size: 13px; font-weight: 500; color: #999; text-align: center; transition:.25s;}
.login_wrap .login_box_user .user_info_con .login_box_btn:hover {background-color: #666; color: #fff;}
.login_wrap .login_box_user .user_quick {display: flex; flex-wrap:wrap; }
.login_wrap .login_box_user .user_quick a { width: 50%; height: 45px; line-height: 45px; text-align: center; font-size: 15px; font-weight: 500; color: #666; border-left: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; transition:.25s; }
.login_wrap .login_box_user .user_quick a:hover {background-color: #7cb4f9; color: #fff;}
.login_wrap .login_box_user .user_quick a:nth-child(odd) {border-left: none;}
.login_wrap .login_box_user .user_quick a:nth-child(3),
.login_wrap .login_box_user .user_quick a:nth-child(4) {border-bottom: none;}


/*******************************  게시판 스킨 */
.board_skin {}
.board_skin .board_title {display: flex; justify-content:space-between; margin-bottom: 15px;}
.board_skin .board_title .tit {font-size: 17px; font-weight: 800; color: #000;}
.board_skin .board_title .more {font-size: 15px; font-weight: 300;}
.board_skin .board_title .more:hover {text-decoration: underline; text-underline-offset:2px;}
.board_skin .board_list .board_subject a {transition:.25s;}

.board_list_skin .board_list_wrap {}
.board_list_skin .board_list_wrap .board_list {display: flex; align-items:center; height: 30px; line-height: 30px; font-size: 15px;}
.board_list_skin .board_list_wrap .board_list .board_subject {display: flex; font-weight: 600; position: relative;}
.board_list_skin .board_list_wrap .board_list .board_subject a {display: block;overflow: hidden; text-overflow:ellipsis; white-space:nowrap;}
.board_list_skin .board_list_wrap .board_list .board_subject a:hover {text-decoration: underline; text-underline-offset:2px; color: #666;}
.board_list_skin .board_list_wrap .board_list .board_comments {display: inline-block; padding-left: 5px; color: #322de3;}

/* 새글 게시판 */
.board_num_list_skin .board_list_wrap .board_list .board_num {width: 20px; margin-right: 15px; text-align: center; color: #999; font-weight: 500;}
.board_num_list_skin .board_list_wrap .board_list .board_subject {width: calc(100% - 50px);}

/* 썸네일 슬라이더 게시판 */
.board_thumb_slider_skin {}
.board_thumb_slider_skin .board_list_wrap  {margin: 0 -10px;}
.board_thumb_slider_skin .board_list {border: 1px solid #e0e0e0; border-radius:8px;overflow: hidden; margin: 0 5px;}
.board_thumb_slider_skin .board_list .board_thumb {width: 100%; height: 100px; overflow: hidden;}
.board_thumb_slider_skin .board_list .board_thumb img {transition:.5s;}
.board_thumb_slider_skin .board_list:hover .board_thumb img {transform:scale(1.1);}
.board_thumb_slider_skin .board_list .board_subject {padding: 14px 7px; }
.board_thumb_slider_skin .board_list .board_subject p {overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;  line-height: 1.33; font-size: 15px; font-weight: 300; color: #000;}

.board_thumb_slider_skin .slider_nav {position: relative; margin-top: 15px;}
.board_thumb_slider_skin .slider_nav .slider_arrow {}
.board_thumb_slider_skin .slider_nav .slider_arrow button {position: absolute; top: 50%; left: 50%; transform:translateY(-50%);}
.board_thumb_slider_skin .slider_nav .slider_arrow .prev_btn  {margin-left: -55px;}
.board_thumb_slider_skin .slider_nav .slider_arrow .next_btn  {margin-left: 45px;}
.board_thumb_slider_skin .slider_nav .slider_counter {text-align: center;}

/* 카테고리 게시판 */
.board_category_list_skin .board_list_wrap .board_category_list {font-weight: 300;}
.board_category_list_skin .board_list_wrap .board_category_list .board_category {width: 80px;}
.board_category_list_skin .board_list_wrap .board_category_list .board_subject {width: calc(100% - 80px); font-weight: 300;}
.board_category_list_skin .board_list_wrap .board_category_list:hover {color: #ef8000;}
.board_category_list_skin .board_list_wrap .board_category_list .board_subject a:hover {text-decoration: none;color: #ef8000;}

/* 카테고리 tab 게시판 */
.board_tab_wrap {display: flex; justify-content:space-between;margin-bottom: 15px;}
.board_tab_wrap .board_tab {}
.board_tab_wrap .board_tab p { padding-right: 13px;font-size: 17px; line-height: 1; font-weight: 600; color: #999; cursor: pointer;}
.board_tab_wrap .board_tab p.slick-current {color: #000;}
.board_slider_nav {display: flex; transform:translateY(-2px);}
.board_slider_nav .board_slider_counter {margin-right: 7px; font-size: 15px; color: #999; font-weight: 500; transform:translateY(3px);}
.board_slider_nav .board_slider_counter span {display: inline-block; padding: 0 2px;}
.board_slider_nav .board_slider_counter .current {color: #000;}
.board_slider_nav .board_slider_counter .total {}
.board_slider_nav .board_slider_arrow {display: flex;}
.board_slider_nav .board_slider_arrow  button {width: 20px; height: 20px; border: 1px solid #eee; background-repeat: no-repeat; background-position: 50% 50%; background-color: #fff; text-indent: -99999px;}
.board_slider_nav .board_slider_arrow  .prev_btn {background-image: url('../images/common/board_prev.png'); margin-right: 4px;}
.board_slider_nav .board_slider_arrow  .next_btn {background-image: url('../images/common/board_next.png');}


.board_tab_list_skin .board_list_wrap .board_category_list {  }
.board_tab_list_skin .board_list_wrap .board_category_list .board_category {width: 55px; font-size: 14px; font-weight: 300; color: #999;}
.board_tab_list_skin .board_list_wrap .board_category_list .board_subject {width: calc(100% - 55px);}
.board_tab_list_skin .board_list_wrap .board_category_list:hover {color: #ef8000;}
.board_tab_list_skin .board_list_wrap .board_category_list .board_subject a:hover {text-decoration: none;color: #ef8000;}

.board_tab_list_skin .board_list_wrap .board_category_day_list {position: relative; padding-right: 50px;}
.board_tab_list_skin .board_list_wrap .board_category_day_list .board_day {position: absolute; top: 0; right: 0; font-size: 12px; font-weight: 500; color: #ef8000;}

/* 테이블 게시판 */
.board_table_skin {}
.board_table_skin .board_tb_list {}
.board_table_skin .board_tb_list th,
.board_table_skin .board_tb_list td {height: 30px; line-height: 30px; padding: 0 10px; text-align: center; font-weight: 600; vertical-align: middle;}
.board_table_skin .board_tb_list td.board_subject {text-align: left;}
.board_table_skin .board_tb_list td.board_subject a {display: block; overflow: hidden; text-overflow:ellipsis; white-space:nowrap;}
.board_table_skin .board_tb_list td.board_subject a:hover {color: #ef8000;}
.board_table_skin .board_tb_list thead th {height: 40px; line-height: 40px; color: #999;}

.board_info_skin {}
.board_info_skin .board_list_wrap .board_list {padding: 12px 0; border-bottom: 1px solid #eaeaea;}
.board_info_skin .board_list_wrap .board_list .board_subject {margin-bottom: 10px; }
.board_info_skin .board_list_wrap .board_list .board_subject a {display: block; overflow: hidden; text-overflow:ellipsis; white-space:nowrap; font-weight: 600;}
.board_info_skin .board_list_wrap .board_list .board_list_info {display: flex; }
.board_info_skin .board_list_wrap .board_list .board_list_info p { font-size: 13px; margin-right: 15px;}
.board_info_skin .board_list_wrap .board_list .board_list_info p span {color: #999;}

/* 사이드 게시판 */
#aside .board_skin {padding: 25px 22px;background-color: #fff;border: 1px solid #eaeaea;}
#aside .board_category_list_skin .board_list_wrap .board_category_list .board_category {width: 55px;	}
#aside .board_category_list_skin .board_list_wrap .board_category_list .board_subject {width: calc(100% - 55px); font-weight: 600;}

/******************************* footer */
#footer {font-size: 14px; font-weight: 300; background-color: #f2f4f6; }
#footer .f_top {background-color: #fff; border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0;	}
#footer .f_menu {}
#footer .f_menu a {display: inline-block; padding:0 15px; font-weight: 500;  position: relative;transition:0.25s; line-height: 40px;}
#footer .f_menu a:hover  {color: #000;}
#footer .f_bot {padding: 30px 0; display: flex; justify-content:space-between;}

#top_trigger { position: fixed; bottom: 20px; right: 15px;  z-index: 9;  }




@media all and (max-width:360px){
	#header #gnb .dep1_wrap .dep1_con .dep1 {font-size: 14px; padding: 0 3px;}
	#header .top_util li > a {padding: 0 3px;}
}
@media all and (max-width:320px){
	#header .hd_top .premium_btn {display: none;}
	#header .top_util {display: none;}
}

