@charset "UTF-8";
* {
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
	font-family: "Noto Sans KR", "Malgun Gothic", "Sans-serif";
}

html {
	font-size: 10px;
}

body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: "Noto Sans KR", "Malgun Gothic", "Sans-serif";
	color: #000;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.07em;
}

#wrap {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.bg_gray {
	background: #f5f5f5;
}

/* 공통 시작 */
.bt {
	border-top: 1px solid #e8e8e8;
}

.bb {
	border-bottom: 1px solid #e8e8e8;
}

.br {
	border-right: 1px solid #e8e8e8;
}

.bl {
	border-left: 1px solid #e8e8e8;
}

.h8 {
	height: 8px;
	clear: both;
}

.h10 {
	height: 10px;
	clear: both;
}

.h12 {
	height: 12px;
	clear: both;
}

.h13 {
	height: 13px;
	clear: both;
}

.h15 {
	height: 15px;
	clear: both;
}

.h20 {
	height: 20px;
	clear: both;
}

.h23 {
	height: 23px;
	clear: both;
}

.h25 {
	height: 25px;
	clear: both;
}

.h30 {
	height: 30px;
	clear: both;
}

.h35 {
	height: 35px;
	clear: both;
}

.h37 {
	height: 37px;
	clear: both;
}

.h40 {
	height: 40px;
	clear: both;
}

.h43 {
	height: 43px;
	clear: both;
}

.h45 {
	height: 45px;
	clear: both;
}

.h50 {
	height: 50px;
	clear: both;
}

.h55 {
	height: 55px;
	clear: both;
}

.h57 {
	height: 57px;
	clear: both;
}

.h60 {
	height: 60px;
	clear: both;
}

.h65 {
	height: 65px;
	clear: both;
}

.h70 {
	height: 70px;
	clear: both;
}

.h75 {
	height: 75px;
	clear: both;
}

.h80 {
	height: 80px;
	clear: both;
}

.h85 {
	height: 85px;
	clear: both;
}

.h90 {
	height: 90px;
	clear: both;
}

.h100 {
	height: 100px;
	clear: both;
}

.h105 {
	height: 105px;
	clear: both;
}

.h125 {
	height: 125px;
	clear: both;
}

.line_wrap {
	padding: 0 20px;
}

.line {
	height: 1px;
	width: 100%;
	background: #f89931;
}

.line1 {
	height: 1px;
	width: 100%;
	background: #333;
}

.line50 {
	margin: 50px 0;
	height: 1px;
	width: 100%;
	background: #eee;
}

.m_t_15 {
	margin-top: 15px !important;
}

.m_t_30 {
	margin-top: 30px;
}

.m_b_15 {
	margin-bottom: 15px;
}

.m_b_20 {
	margin-bottom: 20px;
}

.m_b_25 {
	margin-bottom: 25px;
}

.m_b_30 {
	margin-bottom: 30px;
}

.m_b_40 {
	margin-bottom: 40px;
}

.p_b_20 {
	padding-bottom: 20px;
}

.p_b_25 {
	padding-bottom: 25px;
}

.p_20 {
	padding: 20px;
}

.layout_padding_15 {
	padding: 0 15px;
}

.section_title {
	font-size: 17px;
	color: #000;
	margin: 16px 0 11px;
	padding: 0 15px;
	font-weight: 600;
}

.image_caption {
	box-sizing: border-box;
	display: block;
	position: relative;
	background-color: #333;
	color: white;
	font-size: 12px;
	padding: 5px 10px;
	max-width: 100% !important;
	text-align: left !important;
}

.blind {
	display: none;
}

.clear {
	clear: both;
}

.clear_fix:after {
	content: "";
	display: block;
	clear: both;
}

.date {
	letter-spacing: -0.05em;
}

.txtl {
	text-align: left;
}

.txtc {
	text-align: center;
}

.p_space {
	height: 10px;
	background-color: #f7f7f7;
}

.li_space {
	height: 25px;
	background-color: #f7f7f7;
}

.btn_top_wrap {
	position: fixed;
	bottom: 60px;
	width: 100%;
	max-width: 600px;
	z-index: 1001;
}
.btn_top_wrap > div {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.btn_top_wrap .btn_top {
	background: #fff url(../m_img/btn_top.png) center center no-repeat;
	width: 35px;
	height: 35px;
	border: 1px solid #d3d3d3;
	cursor: pointer;
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 1000;
}

/*.move_top {
position: fixed;
bottom: 65px;
right: 15px;
display: block;
width: 42px;
height: 42px;
background: #fff url("../m_img/btn_top.png") no-repeat center center;
background-size: 42px;
}*/
/* 공통 끝 */
/* 헤더 시작 */
#header {
	width: 100%;
	position: relative;
	height: 62px;
	border-bottom: 1px solid #f89931;
}
#header.active {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
#header .left {
	float: left;
	width: 30%;
	height: 100%;
}
#header h1 {
	float: left;
	width: 40%;
}
#header h1 img {
	position: absolute;
	left: 15px;
	top: 15px;
	max-width: 190px;
	max-height: 28px;
}
#header .right {
	float: right;
	width: 30%;
	height: 100%;
}
#header .right .btn_search {
	position: absolute;
	right: 55px;
	top: 23px;
	width: 20px;
}
#header .right .ipt_search {
	width: 100px;
	display: inline-block;
	position: absolute;
	right: 20px;
	margin-right: 15%;
	display: none;
}
#header .right .btn_menu {
	position: absolute;
	right: 15px;
	top: 23px;
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
	width: 20px;
	height: 18px;
}
#header .right .btn_menu span {
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #333;
}
#header .right .btn_menu span:nth-of-type(1) {
	top: 0;
}
#header .right .btn_menu span:nth-of-type(2) {
	top: 8px;
}
#header .right .btn_menu span:nth-of-type(3) {
	bottom: 0;
}
#header .section_main_title {
	display: none;
}
#header.section_main h1 {
	float: none;
	position: absolute;
	left: 0;
	top: 0;
}
#header.section_main h1 img {
	position: absolute;
	left: 70px;
	top: 17px;
	margin-left: -28px;
	width: 73px;
}
#header.section_main .section_main_title {
	display: block;
	float: left;
	width: 40%;
	font-size: 19px;
	line-height: 50px;
	text-align: center;
}

.search_wrap {
	width: 100%;
	padding: 5px 10px;
	background-color: #fff;
	position: relative;
	display: none;
}
.search_wrap .ipt_search_wrap {
	display: block;
	width: 100%;
	padding-right: 60px;
	height: 35px;
}
.search_wrap .ipt_search_wrap .ipt_search {
	height: 30px;
	padding: 0 10px;
	vertical-align: middle;
	width: 100%;
	border: 1px solid #ddd;
}
.search_wrap .search_submit {
	position: absolute;
	top: 5px;
	right: 10px;
	padding: 0;
	width: 61px;
	height: 30px;
	line-height: 23px;
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ddd;
	font-size: 14px;
	font-family: "Malgun Gothic", "맑은고딕", HelveticaNeue, DroidSans, Sans-serif, Helvetica;
}
.search_wrap .ipt_search_wrap .ipt_search::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #ddd;
}
.search_wrap .ipt_search_wrap .ipt_search:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ddd;
}
.search_wrap .ipt_search_wrap .ipt_search::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ddd;
}
.search_wrap .ipt_search_wrap .ipt_search:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #ddd;
}

.top_tab_menu {
	padding: 0 5px;
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	clear: both;
}
.top_tab_menu.active {
	position: fixed;
	top: 50px;
	left: 0;
	width: 100%;
	z-index: 100;
	background: #fff;
}
.top_tab_menu ul {
	/*width: 1000px;*/
	width: 100%;
}
.top_tab_menu ul:after {
	content: "";
	clear: both;
	display: block;
}
.top_tab_menu ul li {
	position: relative;
	float: left;
	font-size: 1.5rem;
	line-height: 45px;
	text-align: center;
	padding: 0 20px;
	font-weight: 600;
}
.top_tab_menu ul li:after {
	content: "";
	width: 1px;
	height: 14px;
	background: #ededed;
	display: block;
	position: absolute;
	right: 0;
	top: 15px;
}
.top_tab_menu ul li:last-child:after {
	display: none;
}
.top_tab_menu ul li a {
	display: block;
	color: #272727;
}
.top_tab_menu ul li.on, .top_tab_menu ul li:hover {
	color: #f89931;
}
.top_tab_menu ul li.on a, .top_tab_menu ul li:hover a {
	display: block;
	color: #f89931;
}
.top_tab_menu::-webkit-scrollbar {
	display: none;
}

.top_issue_pick {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	padding: 10px 0;
}
.top_issue_pick h2 {
	font-size: 14px;
	line-height: 20px;
	color: #f89931;
	font-weight: 600;
	/*width: 75px;*/
	padding: 0 17px;
	text-align: center;
	border-right: 1px solid #ededed;
}
.top_issue_pick ul {
	flex: 2;
	width:calc(100% - 75px);
}
.top_issue_pick ul li {
	padding: 0 20px;
}
.top_issue_pick ul li .cate {
	font-size: 14px;
	font-weight: 600;
	color: #111;
}
.top_issue_pick ul li .title a {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
}

/* 헤더 끝 */
/* 메뉴 시작 */
.menu_back {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.3;
	z-index: 100;
	overflow: hidden;
}

#menu {
	position: fixed;
	left: -260px;
	top: 0;
	width: 260px;
	height: 100%;
	background-color: #fff;
	z-index: 1002;
	font-size: 10px;
	overflow: auto;
}
#menu .top {
	height: 50px;
	padding: 0 15px;
	position: relative;
	border-bottom: 1px solid #d7d7d7;
}
#menu .top .menu_logo {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	max-width: 120px;
	max-height: 35px;
}
#menu .top .menu_close {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -8px;
	cursor: pointer;
	width: 16px;
}
#menu .menu_sns_wrap {
	width: 100%;
	padding: 10px 20px;
	position: relative;
	border-bottom: 1px solid #d7d7d7;
	text-align: center;
}
#menu .menu_sns_wrap .sns_link {
	display: inline-block;
	vertical-align: middle;
}
#menu .menu_sns_wrap .sns_link a {
	display: inline-block;
	margin: 0 6px;
}
#menu .menu_report_wrap {
	padding: 0 15px 15px 15px;
}
#menu .menu_report_wrap .menu_report {
	width: 100%;
	height: 30px;
	line-height: 28px;
	background: #fff;
	border: 1px solid #dddddd;
	text-align: center;
	font-size: 15px;
	color: #424242;
}
#menu .menu_search_wrap {
	width: 100%;
	padding: 10px 20px;
	position: relative;
	border-bottom: 1px solid #d7d7d7;
}
#menu .menu_search_wrap .ipt_search_wrap {
	display: block;
	width: 100%;
	padding-right: 60px;
	height: 30px;
}
#menu .menu_search_wrap .ipt_search_wrap .ipt_search {
	height: 30px;
	padding: 0 10px;
	vertical-align: middle;
	width: 100%;
	border: 0;
	background: #edecec;
	color: #909090;
	font-size: 13px;
}
#menu .menu_search_wrap .search_submit {
	position: absolute;
	top: 10px;
	right: 20px;
	padding: 0;
	width: 61px;
	height: 30px;
	line-height: 23px;
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ddd;
	font-size: 14px;
	font-family: "Malgun Gothic", "맑은고딕", HelveticaNeue, DroidSans, Sans-serif, Helvetica;
}
#menu #lnb {
	padding: 0 10px;
}
#menu #lnb:after {
	content: "";
	display: block;
	clear: both;
}
#menu #lnb > ul {
	width: 100%;
}
#menu #lnb > ul.br {
	border-right: 1px solid #eee;
}
#menu #lnb > ul > li {
	width: 100%;
	font-size: 17px;
	text-align: left;
	background-color: #fff;
	letter-spacing: -0.07em;
}
#menu #lnb > ul > li.title {
	background-color: #fff;
	font-weight: 100;
	font-size: 1.4em;
}
#menu #lnb > ul > li.title a {
	color: #333333;
}
#menu #lnb > ul > li > a {
	color: #272727;
	display: block;
	padding: 9px 0;
}
#menu #lnb > ul > li ul {
	border-bottom: 0;
	border-top: 0;
	border-left: 1px solid #e9e9e9;
}
#menu #lnb > ul > li ul:after {
	content: "";
	display: block;
	clear: both;
}
#menu #lnb > ul > li ul li {
	width: 50%;
	font-size: 14px;
	float: left;
	text-align: center;
	margin-top: -1px;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}
#menu #lnb > ul > li ul li a {
	color: #888;
	display: block;
	height: 35px;
	line-height: 35px;
}
#menu .lnb_title:after {
	content: "";
	display: block;
	clear: both;
}
#menu .lnb_title ul {
	float: left;
	width: 100%;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
#menu .lnb_title ul.br {
	border-right: 1px solid #eee;
}
#menu .lnb_title ul li {
	float: left;
	width: 33.333%;
	font-size: 15px;
	text-align: center;
	background-color: #fff;
	letter-spacing: -0.07em;
}
#menu .lnb_title ul li.title {
	background-color: #fff;
	font-weight: 100;
	font-size: 1.4em;
}
#menu .lnb_title ul li.title a {
	color: #333;
}
#menu .lnb_title ul li a {
	color: #272727;
	display: block;
	padding: 10px 0;
}
#menu .lnb_title ul li a:hover {
	background-color: #ddd;
}
#menu .mode_chg {
	border-top: 1px solid #d7d7d7;
	padding: 10px 0 0 0;
	text-align: center;
}
#menu .mode_chg span {
	display: inline-block;
	width: 100px;
	padding: 5px 0;
	margin: 0 3px;
	border: 1px solid #eee;
	background-color: #fff;
	font-size: 14px;
	color: #9c9c9c;
	text-align: center;
}

/* 메뉴 끝 */
/* 컨테이너 시작 */
#container {
	width: 100%;
	background: #fff;
}

.banner {
	width: 100%;
	padding: 0 20px;
}
.banner img {
	width: 100%;
}
.banner.bg_gray {
	padding: 12px !important;
	background: #f7f7f7;
	text-align: center;
}
.banner.bg_gray img {
	max-width: 100%;
	width: auto;
}

/* 컨테이너 끝 */
/* 리스트 시작 */
.page {
	text-align: center;
	padding: 17px 0;
	background-color: #fff;
}
.page > a {
	display: inline-block;
	width: 28px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}
.page > a.begin {
	background: transparent url(../m_img/page_begin.png) center center no-repeat;
	text-indent: -99999px;
}
.page > a.prev {
	background: transparent url(../m_img/page_prev.png) center center no-repeat;
	text-indent: -99999px;
}
.page > a.next {
	background: transparent url(../m_img/page_next.png) center center no-repeat;
	text-indent: -99999px;
}
.page > a.end {
	background: transparent url(../m_img/page_end.png) center center no-repeat;
	text-indent: -99999px;
}
.page > .paging {
	vertical-align: middle;
	display: inline-block;
	margin: 0 5px;
}
.page > .paging > a {
	float: left;
	width: 43px;
	height: 30px;
	line-height: 30px;
	color: #999;
	vertical-align: middle;
	font-size: 1.3em;
}
.page > .paging > a.on {
	border: 0;
	color: #111;
	line-height: 31px;
}
.page > .paging > a + a {
	border-left: 0;
}

/* 리스트 끝 */
/* 페이퍼 시작 */
.section_img img {
	width: 100%;
}

.paper_search {
	padding: 25px 20px;
}
.paper_search:after {
	content: "";
	clear: both;
	display: block;
}
.paper_search .search_opt {
	float: left;
	width: 110px;
	height: 40px;
	border: 1px solid #e8e8e8;
	font-size: 14px;
	font-weight: 300;
}
.paper_search .search_box {
	float: right;
	width: calc(100% - 125px);
}
.paper_search .search_box:after {
	content: "";
	clear: both;
	display: block;
}
.paper_search .search_box .search_keyword {
	font-size: 14px;
	float: left;
	width: calc(100% - 50px);
	height: 40px;
	border: 1px solid #e8e8e8;
	font-size: 14px;
	font-weight: 300;
	padding: 0 20px;
}
.paper_search .search_box .btn_paper_search {
	float: left;
	background: #333;
	border: 0;
	text-align: center;
	height: 40px;
	width: 50px;
	font-size: 14px;
	color: #fff;
}

h2.paper_title {
	position: relative;
	margin-bottom: 30px;
}
h2.paper_title span {
	position: relative;
	font-size: 22px;
	font-weight: 600;
	padding-left: 15px;
	border-left: 3px solid #f7aa55;
	display: inline-block;
	padding-right: 10px;
	z-index: 5;
	background: #fff;
}
h2.paper_title:after {
	position: absolute;
	left: 0;
	top: 12px;
	content: "";
	width: 100%;
	height: 1px;
	background: #dcdcdc;
}

.paper_view {
	padding: 0 20px;
}
.paper_view .top .title {
	font-size: 16px;
	line-height: 25px;
	font-weight: 500;
	color: #111;
	background: #f7f7f7;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: 15px 20px;
}
.paper_view .top .title .cate {
	display: block;
	font-size: 13px;
	font-weight: 500;
	color: #fb794b;
}
.paper_view .top .info {
	height: 40px;
	padding: 0 20px;
	border-bottom: 1px solid #ededed;
}
.paper_view .top .info:after {
	content: "";
	clear: both;
	display: block;
}
.paper_view .top .info .writer {
	float: left;
	font-size: 13px;
	color: #999;
	line-height: 40px;
}
.paper_view .top .info .writer span {
	margin-left: 4px;
	display: inline-block;
	color: #666;
}
.paper_view .top .info .date {
	float: right;
	font-size: 13px;
	line-height: 40px;
	color: #666;
}
.paper_view .top .info .date:before {
	display: inline-block;
	content: "|";
	margin: 0 6px 0 10px;
	color: #999;
	font-size: 13px;
}
.paper_view .top .info .num {
	float: right;
	font-size: 13px;
	color: #999;
	line-height: 40px;
}
.paper_view .top .info .num span {
	margin-left: 4px;
	display: inline-block;
	color: #666;
}
.paper_view .content {
	padding: 30px 24px;
}
.paper_view .content:after {
	content: "";
	clear: both;
	display: block;
}
.paper_view .content .pic img {
	display: block;
	width: 100%;
	max-width: 100%;
}
.paper_view .content .body {
	position: relative;
	font-size: 20px;
	line-height: 35px;
	padding: 20px 0 0;
}
.paper_view .content .body p {
	font-size: 15px;
	line-height: 28px;
}
.paper_view .content .body .btn_detail {
	width: 185px;
	display: block;
	margin: 40px auto 0;
	background: #fb794b;
	height: 50px;
	color: #fff;
}
.paper_view .content .body .btn_detail a {
	padding: 0 30px;
	line-height: 50px;
	display: block;
	color: #fff;
}
.paper_view .content .body .btn_detail img {
	vertical-align: baseline;
	margin-left: 5px;
	display: inline-block;
}

.paper_write_wrap {
	padding: 0 20px;
}

.paper_write {
	padding: 20px 20px;
	border: 1px solid #ededed;
}
.paper_write h2 {
	position: relative;
	margin-bottom: 20px;
}
.paper_write h2 span {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	padding-left: 10px;
	border-left: 3px solid #f7aa55;
	display: inline-block;
	padding-right: 10px;
	z-index: 5;
	background: #fff;
}
.paper_write h2:after {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	width: 100%;
	height: 1px;
	background: #dcdcdc;
}
.paper_write .btn_box {
	text-align: center;
	margin-top: 25px;
	padding-bottom: 27px;
}
.paper_write .btn_box .btn {
	font-size: 18px;
	width: 150px;
	margin: 0 5px;
}
.paper_write .btn_box .btn_submit {
	background: #323232;
	color: #fff;
}
.paper_write .btn_box .btn_cancel {
	border: 1px solid #323232;
	color: #323232;
	background: #fff;
}

.basic_table {
	width: 100%;
}
.basic_table tr {
	display: block;
}
.basic_table th {
	display: block;
	font-size: 17px;
	font-weight: 500;
	color: #323232;
	padding: 8px 0;
	text-align: left;
	line-height: 25px;
}
.basic_table td {
	display: block;
	padding: 8px 0;
	font-size: 18px;
}
.basic_table .explain {
	font-size: 15px;
	margin: 13px 0;
	color: #323232;
}

.ipt {
	width: 200px;
	text-align: left;
	padding: 0 20px;
	min-height: 20px;
	font-size: 17px;
	background-color: #fff;
	border: 1px solid #d2d2d2;
	color: #000;
	vertical-align: middle;
	box-sizing: border-box;
}

.ipt.ipt_h_xl {
	height: 60px;
	line-height: 60px;
}

.ipt.ipt_h_lg {
	height: 50px;
	line-height: 50px;
}

.ipt.ipt_h_md {
	height: 40px;
	line-height: 40px;
}

.ipt.ipt_h_sm {
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
}

.ipt.ipt_h_lg ~ .chosen-container-multi .chosen-choices {
	height: 50px;
	overflow: auto;
}

.ipt.ipt_h_md ~ .chosen-container-multi .chosen-choices {
	height: 40px;
	overflow: auto;
}

.ipt.ipt_h_sm ~ .chosen-container-multi .chosen-choices {
	height: 30px;
	overflow: auto;
}

.ipt.ipt_w_xl {
	width: 100%;
}

.ipt.ipt_w_lg {
	width: 70%;
}

.ipt.ipt_w_md {
	width: 50%;
}

.ipt.ipt_w_sm {
	width: 25%;
}

.ipt.ipt_w_xs {
	width: 10%;
}

.ipt.ipt_w410 {
	width: 410px;
}

.ipt.ipt_w250 {
	width: 250px;
}

.ipt.ipt_w215 {
	width: 215px;
}

.ipt.ipt_w190 {
	width: 190px;
}

.ipt.ipt_w175 {
	width: 175px;
}

.ipt.ipt_w125 {
	width: 125px;
}

.btn {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	min-width: 75px;
	height: 30px;
	background-color: #ddd;
	color: #000;
	text-align: center;
	border: 0;
	outline: none;
	padding: 0 20px;
	font-size: 14px;
	/*border-radius:3px;*/
	line-height: 1.3;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn_xs {
	font-size: 10px;
}

.btn_sm {
	font-size: 12px;
}

.btn_md {
	font-size: 14px;
}

.btn_lg {
	font-size: 16px;
}

.btn_xl {
	font-size: 18px;
}

.btn_w_xs {
	width: 10%;
}

.btn_w_sm {
	width: 25%;
}

.btn_w_md {
	width: 50%;
}

.btn_w_lg {
	width: 70%;
}

.btn_w_xl {
	width: 100%;
}

.btn_h_xs {
	height: 25px;
	line-height: 25px;
}

.btn_h_sm {
	height: 30px;
	line-height: 30px;
}

.btn_h_md {
	height: 35px;
	line-height: 35px;
}

.btn_h_lg {
	height: 50px;
	line-height: 50px;
}

.btn_h_xl {
	height: 60px;
	line-height: 60px;
}

/* 페이퍼 끝 */
/* 푸터 시작 */
#footer {
	width: 100%;
	background: #f7f7f7;
	padding: 0 0 13px 0;
}
#footer .bottom_menu {
	display: flex;
	border-bottom: 1px solid #ededed;
}
#footer .bottom_menu li {
	flex: 1;
	text-align: center;
	font-size: 14px;
}
#footer .bottom_menu li a {
	display: inline-block;
	color: #666;
	line-height: 49px;
}
#footer .logo {
	text-align: center;
	margin: 20px 0 20px 0;
}
#footer .logo a img {
	display: block;
	max-width: 195px;
	margin: 0 auto;
}
#footer .copyright {
	font-size: 13px;
	line-height: 25px;
	color: #999;
	text-align: center;
}
#footer .move_top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	opacity: 0.8;
}
#footer .bottom_banner {
	text-align: center;
	padding: 30px 0 35px 0;
}
#footer .bottom_banner img {
	display: inline-block;
	margin: 0 12px;
}

/* 푸터 끝 */
/* 기사본문 시작 */
.article_view .article_head {
	padding: 0 20px;
	margin: 15px 0 15px;
}
.article_view .article_head:after {
	content: "";
	clear: both;
	display: block;
}
.article_view .article_head .cate {
	display: block;
	font-size: 15px;
	color: #666;
	font-weight: 500;
	margin-bottom: 8px;
}
.article_view .article_head h2.title {
	font-size: 25px;
	font-weight: 600;
	line-height: 37px;
	color: #000;
	margin: 0 0 10px 0;
}
.article_view .article_head .utils {
	position: relative;
	padding-bottom: 15px;
	border-bottom: 1px solid #ededed;
}
.article_view .article_head .utils:after {
	content: "";
	clear: both;
	display: block;
}
.article_view .article_head .utils .byline {
	float: left;
	padding-top: 12px;
}
.article_view .article_head .utils .byline .company {
	display: inline-block;
	font-size: 13px;
	color: #999;
}
.article_view .article_head .utils .byline .company:after {
	display: inline-block;
	margin: 0 2px 0 7px;
	content: "";
	width: 1px;
	height: 14px;
	vertical-align: middle;
	background: #999;
}
.article_view .article_head .utils .byline .name {
	display: inline-block;
	margin-right: 10px;
	font-size: 13px;
	color: #000;
}
.article_view .article_head .utils .byline .date {
	display: inline-block;
	font-size: 13px;
	color: #999;
}
.article_view .article_info {
	position: relative;
	padding: 0 20px;
	margin-bottom: 18px;
}
.article_view .article_info:after {
	content: "";
	clear: both;
	display: block;
}
.article_view .article_info .share_tools_mask {
	position: fixed;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}
.article_view .article_info .name {
	float: left;
}
.article_view .article_info .btn_subscript {
	float: left;
	margin-left: 6px;
	background: #999;
	color: #fff;
	line-height: 20px;
	border-radius: 10px;
	font-size: 12px;
	width: 50px;
	text-align: center;
}
.article_view .article_info .btn_subscript.on {
	background: #3a87c7;
}
.article_view .article_info .tools {
	float: right;
}
.article_view .article_info .tools .btns {
	display: inline-block;
	background-size: 50%;
}
.article_view .article_info .tools .btns:after {
	content: "";
	clear: both;
	display: block;
}
.article_view .article_info .tools .btns li {
	float: left;
	text-align: center;
	line-height: 20px;
	margin-left: -1px;
	color: #444;
	cursor: pointer;
}
.article_view .article_info .tools .btns li.naver img {
	vertical-align: middle;
	margin-right: 4px;
}
.article_view .article_info .tools .btns li.naver:after {
	display: inline-block;
	margin: 0 5px 0 10px;
	content: "";
	width: 1px;
	height: 13px;
	vertical-align: middle;
	background: #dcdcdc;
}
.article_view .article_info .tools .btns li.share {
	width: 30px;
	height: 20px;
	background: #FFF url("../m_img/article_view_icon_share.png") no-repeat center center;
}
.article_view .article_info .tools .btns li.font_up {
	font-size: 18px;
	color: #000;
}
.article_view .article_info .tools .btns li.font_down {
	font-size: 14px;
	color: #000;
}
.article_view .article_info .share_tools_mask {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background: #000;
	opacity: 0.5;
}
.article_view .article_info .share_tools {
	display: none;
	position: absolute;
	right: 0;
	top: 52px;
	width: 100%;
	padding: 23px 17px;
	border: 1px solid #D7D7D7;
	background-color: #FFF;
	z-index: 80;
}
.article_view .article_info .share_tools .top {
	padding: 0 0 20px;
}
.article_view .article_info .share_tools .top:after {
	content: "";
	clear: both;
	display: block;
}
.article_view .article_info .share_tools .top .title {
	float: left;
	font-size: 18px;
	color: #000;
}
.article_view .article_info .share_tools .top .close {
	float: right;
	margin-top: 7px;
	width: 15px;
	height: 15px;
	background: url(../m_img/btn_close.png) 0 0 no-repeat;
}
.article_view .article_info .share_tools .lists {
	margin-bottom: 9px;
}
.article_view .article_info .share_tools .lists:after {
	content: "";
	clear: both;
	display: block;
}
.article_view .article_info .share_tools .lists li {
	float: left;
	width: 25%;
	text-align: center;
	margin-bottom: 15px;
}
.article_view .article_info .share_tools .lists li a img {
	margin-bottom: 10px;
	width: 100%;
	max-width: 75px;
	padding: 0 10px;
}
.article_view .article_info .share_tools .lists li a span {
	display: block;
	font-size: 13px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.article_view .article_info .share_tools .lists li:first-child {
	margin-left: 0;
}
.article_view .article_info .share_tools .url_copy:after {
	content: "";
	clear: both;
	display: block;
}
.article_view .article_info .share_tools .url_copy input[type=text] {
	float: left;
	padding: 0 5px;
	width: 75%;
	height: 25px;
	font-size: 13px;
	color: #ACACAC;
	letter-spacing: 0em;
	font-weight: 300;
	line-height: 23px;
	border: 1px solid #EBEBEB;
}
.article_view .article_info .share_tools .url_copy span {
	float: left;
	display: block;
	width: 25%;
	height: 25px;
	font-size: 13px;
	line-height: 23px;
	letter-spacing: 0em;
	border: 1px solid #EBEBEB;
	border-left: 0;
	text-align: center;
}
.article_view .article_content {
	padding: 0 15px;
	font-size: 18px;
	color: #333;
	line-height: 1.7em;
}
.article_view .article_content h3.subtitle {
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	color: #000;
	margin: 17px 0 12px 0;
	padding-left: 10px;
	border-left: 2px solid #666;
}
.article_view .article_content figure {
	margin: 1.3em -15px;
}
.article_view .article_content figure img {
	display: block;
	width: 100%;
}
.article_view .article_content figure figcaption {
	font-size: 15px;
	color: #999;
	line-height: 22.5px;
	padding: 0 15px;
	margin: 13px 0 13px;
}
.article_view .article_content p {
	font-size: 18px;
	color: #333;
	line-height: 1.7em;
	margin-bottom: 1.3em;
}

.article_view .article_content div, .article_view .article_content span {
	font-size: 18px;
	color: #333;
	line-height: 1.7em;
}
.article_view .article_content p.copyright {
	font-size: 15px;
	color: #999;
}
.article_view .article_content .tag {
	padding-left: 50px;
	margin-top: 30px;
	font-weight: 400;
	line-height: 20px;
	background: url(../m_img/icon_tag.png) 0 0 no-repeat;
}
.article_view .article_content .tag ul:after {
	content: "";
	clear: both;
	display: block;
}
.article_view .article_content .tag ul li {
	float: left;
	line-height: 18px;
	height: 20px;
	font-size: 12px;
	border: 1px solid #e1e1e1;
	padding: 0 5px;
	margin-right: 5px;
}
.article_view .article_content .tag ul li a {
	color: #000;
}
.article_view .article_content .tag ul li:hover {
	background-color: #4db2ec;
	border-color: #4db2ec;
}
.article_view .article_content .tag ul li:hover a {
	color: #fff;
}
.article_view .article_content .utils {
	background: #f7f7f7;
	position: relative;
	padding: 8px 7px 8px 15px;
}
.article_view .article_content .utils:after {
	content: "";
	clear: both;
	display: block;
}
.article_view .article_content .utils .byline {
	float: left;
	padding-top: 5px;
}
.article_view .article_content .utils .byline .name {
	display: inline-block;
	margin-right: 10px;
	font-size: 13px;
	color: #000;
}
.article_view .article_content .utils .byline .date {
	display: inline-block;
	font-size: 13px;
	color: #999;
}
.article_view .article_content .utils .tools {
	float: right;
}
.article_view .article_content .utils .tools .btns {
	display: inline-block;
	background-size: 50%;
}
.article_view .article_content .utils .tools .btns:after {
	content: "";
	clear: both;
	display: block;
}
.article_view .article_content .utils .tools .btns li {
	float: left;
	width: 30px;
	height: 30px;
	border: 1px solid #dcdcdc;
	text-align: center;
	line-height: 28px;
	margin-left: -1px;
	color: #444;
	cursor: pointer;
}
.article_view .article_content .utils .tools .btns li.share {
	background: #FFF url("../m_img/article_view_icon_share.png") no-repeat center center;
}
.article_view .article_content .utils .tools .btns li.font_up {
	font-size: 18px;
	color: #000;
	background: #fff;
}
.article_view .article_content .utils .tools .btns li.font_down {
	font-size: 14px;
	color: #000;
	background: #fff;
}
.article_view .article_content .utils .share_tools_mask {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background: #000;
	opacity: 0.5;
}
.article_view .article_content .utils .share_tools {
	display: none;
	position: absolute;
	right: 0;
	top: 52px;
	width: 100%;
	padding: 23px 17px;
	border: 1px solid #D7D7D7;
	background-color: #FFF;
	z-index: 80;
}
.article_view .article_content .utils .share_tools .top {
	padding: 0 0 20px;
}
.article_view .article_content .utils .share_tools .top:after {
	content: "";
	clear: both;
	display: block;
}
.article_view .article_content .utils .share_tools .top .title {
	float: left;
	font-size: 18px;
	color: #000;
}
.article_view .article_content .utils .share_tools .top .close {
	float: right;
	margin-top: 7px;
	width: 15px;
	height: 15px;
	background: url(../m_img/btn_close.png) 0 0 no-repeat;
}
.article_view .article_content .utils .share_tools .lists {
	margin-bottom: 9px;
}
.article_view .article_content .utils .share_tools .lists:after {
	content: "";
	clear: both;
	display: block;
}
.article_view .article_content .utils .share_tools .lists li {
	float: left;
	width: 25%;
	text-align: center;
	margin-bottom: 15px;
}
.article_view .article_content .utils .share_tools .lists li a img {
	margin-bottom: 10px;
	width: 100%;
	max-width: 75px;
	padding: 0 10px;
}
.article_view .article_content .utils .share_tools .lists li a span {
	display: block;
	font-size: 13px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.article_view .article_content .utils .share_tools .lists li:first-child {
	margin-left: 0;
}
.article_view .article_content .utils .share_tools .url_copy:after {
	content: "";
	clear: both;
	display: block;
}
.article_view .article_content .utils .share_tools .url_copy input[type=text] {
	float: left;
	padding: 0 5px;
	width: 75%;
	height: 25px;
	font-size: 13px;
	color: #ACACAC;
	letter-spacing: 0em;
	font-weight: 300;
	line-height: 23px;
	border: 1px solid #EBEBEB;
}
.article_view .article_content .utils .share_tools .url_copy span {
	float: left;
	display: block;
	width: 25%;
	height: 25px;
	font-size: 13px;
	line-height: 23px;
	letter-spacing: 0em;
	border: 1px solid #EBEBEB;
	border-left: 0;
	text-align: center;
}

/* 기사본문 끝 */
.page_more {
	text-align: center;
}
.page_more a {
	display: inline-block;
	border: 1px solid #e2e2e2;
	padding: 0 22px;
	border-radius: 15px;
	line-height: 31px;
	color: #323232;
	font-size: 14px;
	font-weight: 500;
	vertical-align: middle;
}
.page_more a img {
	vertical-align: middle;
	margin-left: 4px;
}

.datepicker > input[type=text] {
	padding: 0 15px;
	width: 225px;
	font-size: 17px;
	height: 45px;
	line-height: 43px;
	letter-spacing: -0.05em;
	border: 1px solid #d7d7d7;
	text-align: left;
	vertical-align: middle;
}
.datepicker > .ui-datepicker-trigger {
	width: 45px;
	height: 45px;
	border: 1px solid #d7d7d7;
	border-left: none;
	background-color: #fff;
	cursor: pointer;
}

#ui-datepicker-div {
	padding: 5px;
}
#ui-datepicker-div .ui-datepicker-prev:hover,
#ui-datepicker-div .ui-datepicker-next:hover {
	background: none;
	border: none;
	cursor: pointer;
}
#ui-datepicker-div .ui-datepicker-header {
	background-color: #fff;
	border: none;
}
#ui-datepicker-div .ui-datepicker-calendar tr th {
	padding: 5px;
}
#ui-datepicker-div .ui-datepicker-calendar tr td:first-child a {
	color: #ff0000;
}
#ui-datepicker-div .ui-datepicker-calendar tr td:last-child a {
	color: #005dff;
}
#ui-datepicker-div .ui-datepicker-calendar tr td a {
	padding: 5px;
	border: none;
	background-color: #fff;
	text-align: center;
	transition: 0.3s;
}
#ui-datepicker-div .ui-datepicker-calendar tr td a.ui-state-active, #ui-datepicker-div .ui-datepicker-calendar tr td a:hover {
	color: #fff;
	background-color: #0184ff;
	border-radius: 3px;
}
#ui-datepicker-div .ui-datepicker-calendar tr td span {
	background-color: #fff;
	border: none;
	text-align: center;
}

.tab_container .tab_nav ul:after {
	content: "";
	clear: both;
	display: block;
}
.tab_container .tab_nav ul li {
	float: left;
	width: 50%;
	font-size: 16px;
	font-weight: 600;
	border-bottom: 1px solid #ddd;
	line-height: 37px;
	height: 40px;
	vertical-align: top;
	text-align: center;
}
.tab_container .tab_nav ul li a {
	color: #000;
}
.tab_container .tab_nav ul li.on {
	border-bottom: 3px solid #e41f24;
	color: #e41f24;
}
.tab_container .tab_nav ul li.on a {
	color: #e41f24;
}
.tab_container .tab_content > div {
	display: none;
}
.tab_container .tab_content > div.on {
	display: block;
}

.menu_link ul li {
	float: left;
	width: 33.333%;
	height: 36px;
	line-height: 35px;
	overflow: hidden;
	text-align: center;
	font-size: 15px;
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
}
.menu_link ul li:nth-child(3n) {
	border-right: 0;
}
.menu_link ul li a {
	color: #000;
}
.menu_link ul:after {
	content: "";
	clear: both;
	display: block;
}

.banner_more {
	width: 100%;
}

/* 썸네일 16:9 시작
.thumb {position:relative; width: 100% !important; height:0 !important; overflow: hidden;  padding-top: 56.25%; background: #f1efef;}
.thumb img {width:100%; height: auto; position: absolute; top: 50%; left: 0; transform: translateY(-50%);}
/* 썸네일 16:9 끝 */
/* 이미지 background cover 처럼 만들기 ie는 사용불가 */
.thumb img {
	-o-object-fit: cover;
	object-fit: cover;
}

.banner_img {
	padding: 0 25px;
}
.banner_img img {
	width: 100%;
}

/* 로그인 시작 */
.login_wrap {
	background: #fff;
	padding: 60px 0 100px;
}

.login_wrap .title {
	font-size: 30px;
	color: #000;
	font-weight: 600;
	margin: 0 0 21px 0;
	text-align: center;
}

.login_wrap .article {
	font-size: 16px;
	color: #3a3b3f;
	text-align: center;
	font-weight: 300;
}

.login_wrap .s_title {
	font-size: 14px;
	color: #676b77;
	padding: 0 0 10px 0;
}

.login_wrap .login {
	width: 500px;
	margin: 0 auto;
}

.login_wrap .login .login_top {
	padding: 55px 20px 70px;
}

.login_wrap .login .login_top:after {
	content: "";
	display: block;
	clear: both;
}

.login_wrap .login .login_top .login_idpw input {
	height: 50px;
	width: 100%;
	border: 1px solid #d2d2d2;
	color: #676b77;
	font-size: 17px;
	margin-bottom: 10px;
	padding: 0 25px;
}

.login_wrap .login .login_top .btn_login {
	padding: 0;
}

.login_wrap .login .login_top .btn_login button {
	width: 100%;
	height: 50px;
	background-color: #323232;
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	border: 0;
	cursor: pointer;
}

.login_wrap .login .login_bottom {
	padding: 0 20px;
}

.login_wrap .login .login_bottom .btns:after {
	content: "";
	display: block;
	clear: both;
}

.login_wrap .login .login_bottom .btns > div {
	width: 49%;
	height: 50px;
	line-height: 48px;
	background-color: #fff;
	text-align: center;
}

.login_wrap .login .login_bottom .btns > div a {
	display: block;
	color: #333;
	line-height: 50px;
}

.login_wrap .login .login_bottom .btns .btn_member_join {
	border: 1px solid #323232;
	float: left;
	color: #323232;
}

.login_wrap .login .login_bottom .btns .btn_member_search {
	border: 1px solid #323232;
	float: right;
	color: #323232;
}

/* 로그인 끝 */
/* 회원 찾기 시작 */
.member_find {
	background: #fff;
	padding: 60px 20px 100px;
}

.member_find h2 {
	font-size: 30px;
	color: #000;
	font-weight: 600;
	margin: 0 0 38px 0;
	text-align: center;
}

.member_find .member_tab {
	width: 100%;
	margin: 0 auto;
}

.member_find .member_tab .top {
	margin: 30px 0;
}

.member_find .member_tab .top:after {
	content: "";
	display: block;
	clear: both;
}

.member_find .member_tab .top > div {
	float: left;
	cursor: pointer;
	width: 50%;
	height: 60px;
	line-height: 58px;
	vertical-align: middle;
	text-align: center;
	font-size: 20px;
	color: #b2b1b1;
	border-bottom: 3px solid #e2e2e2;
}

.member_find .member_tab .top > div.on {
	border-bottom: 3px solid #000;
	color: #000;
}

.member_find .member_tab .top > div:hover {
	border-bottom: 3px solid #000;
	color: #000;
}

.member_find .member_tab .content > div {
	display: none;
}

.member_find .member_tab .content > div:first-child {
	display: block;
}

.member_find .box .ipt_login {
	width: 100%;
	margin-bottom: 10px;
}

.member_find .box .ipt_login input[type=text] {
	border: 0;
	width: 100%;
	height: 50px;
	border: 1px solid #d2d2d2;
	padding: 0 25px;
	font-size: 17px;
	color: #323232;
}

.member_find .box .submit input {
	margin-top: 30px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: 0;
	color: #fff;
	text-align: center;
	border: 1px solid #323232;
	background: #fff;
	font-size: 18px;
	color: #323232;
	cursor: pointer;
}

/* 회원 찾기 끝 */
/* 회원가입 시작 */
.member_join {
	background: #fff;
	padding: 60px 20px 120px;
}

.member_join .title {
	font-size: 30px;
	color: #000;
	font-weight: 600;
	margin: 0 0 21px 0;
	text-align: center;
}

.member_join .subtitle {
	font-size: 20px;
	color: #000;
	font-weight: 500;
	margin: 20px 0 10px 0;
	text-align: left;
}

.member_join .article {
	font-size: 16px;
	color: #3a3b3f;
	text-align: center;
	font-weight: 300;
}

.member_join .step1 {
	width: 100%;
	margin: 0 auto;
	padding-top: 30px;
}

.member_join .step1 .terms strong {
	font-size: 15px;
}

.member_join .step1 textarea {
	width: 100%;
	height: 300px;
	background-color: #fff;
	border: 1px solid #e4e4e4;
	overflow: auto;
	text-align: left;
	padding: 10px;
	font-size: 12px;
	font-family: dotum;
	line-height: 150%;
	letter-spacing: -1px;
	color: #515151;
}

.member_join .step1 .is_agree {
	font-size: 14px;
}

.member_join .step1 .agree_chk {
	text-align: right;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 20px;
	vertical-align: middle;
}

.member_join .info_box {
	margin-top: 15px;
}

.member_join .info_box button {
	width: 100%;
	height: 50px;
	background-color: #323232;
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	border: 0;
	cursor: pointer;
}

/* 회원가입 끝 */
.banner_slide1 .slick-dots {
	bottom: -40px;
}
.banner_slide1 .slick-dots li {
	width: auto;
}
.banner_slide1 .slick-dots li button {
	width: 9px;
	height: 9px;
	background: #ccc;
	border-radius: 5px;
}
.banner_slide1 .slick-dots li button:before {
	display: none;
}
.banner_slide1 .slick-dots li.slick-active button {
	background: #7f7f7f;
	width: 30px;
}

.bottom_btns {
	text-align: center;
}
.bottom_btns .btn_login {
	display: inline-block;
	width: 113px;
	height: 34px;
	line-height: 32px;
	border: 1px solid #999;
	text-align: center;
	color: #333;
	font-size: 1.3rem;
	border-radius: 17px;
	margin: 0 4px;
}
.bottom_btns .btn_pcmode {
	display: inline-block;
	width: 113px;
	height: 34px;
	line-height: 32px;
	border: 1px solid #89b7dd;
	text-align: center;
	color: #3a87c7;
	font-size: 1.3rem;
	border-radius: 17px;
	margin: 0 4px;
}

/* 기자 프로필 시작 */
.profile_wrap {
	padding: 0 20px;
}
.profile_wrap .profile {
	padding: 2rem 2rem 1.3rem 2rem;
	border: 1px solid #f4f4f4;
}
.profile_wrap .profile .box {
	padding-bottom: 11px;
}
.profile_wrap .profile .box:after {
	content: "";
	clear: both;
	display: block;
}
.profile_wrap .profile .box .profile_img {
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	margin-right: 20px;
}
.profile_wrap .profile .box .top {
	padding: 7px 0 5px;
}
.profile_wrap .profile .box .top .name {
	display: inline-block;
	font-size: 15px;
	color: #111;
	line-height: 20px;
	vertical-align: middle;
	margin-right: 6px;
}
.profile_wrap .profile .box .top .email {
	display: inline-block;
	font-size: 12px;
	color: #999;
	line-height: 20px;
	vertical-align: middle;
	margin-right: 6px;
}
.profile_wrap .profile .box .top .btn_subscript {
	display: inline-block;
	color: #3a87c7;
	border: 1px solid #3a87c7;
	height: 20px;
	line-height: 18px;
	border-radius: 10px;
	vertical-align: middle;
	padding: 0 7px;
}
.profile_wrap .profile .box .part {
	font-size: 12px;
	color: #999;
}
.profile_wrap .profile .article_list li .title {
	position: relative;
	font-size: 15px;
	color: #666;
	line-height: 27px;
	padding-left: 11px;
}
.profile_wrap .profile .article_list li .title:after {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 27px;
	content: "·";
}
.profile_wrap .profile .article_list li .title a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
}

/* 기자 프로필 끝 */

.btn_article_more {
	border:1px solid #d1d1d1;
	height:50px;
	line-height:48px;
	text-align:center;
	font-size:16px;
	color:#000;
}

.btn_article_more  a {
	display:block;
	color:#000;
}

/* 회원관련 시작 */
.member_join_form .box {
	margin: 50px auto;
}
.member_join_form .box.box_wide {
	width: 100%;
	padding:0 10px;
}
.member_join_form .box > h2 {
	font-size: 25px;
	color: #272727;
	font-weight: normal;
	text-align: center;
}
.member_join_form .agree_txt {
	font-size: 15px;
	color: #757575;
}
.member_join_form .btn_wrap {
	text-align: center;
	margin-top: 50px;
}
.member_join_form .btn_wrap .btn_submit {
	display: inline-block;
	text-align: center;
	border: 0;
	background: #333;
	color: #fff;
	font-size: 15px;
	width: 150px;
	height: 40px;
	line-height: 40px;
}
.member_join_form .btn_wrap .btn_cancel {
	display: inline-block;
	text-align: center;
	border: 1px solid #ddd;
	color: #333;
	font-size: 15px;
	width: 150px;
	height: 40px;
	line-height: 40px;
}
.member_join_form .label_wrap {
	margin-top: 10px;
	height: 30px;
	line-height: 30px;
	display: block;
	font-size: 15px;
	color: #757575;
}
.member_join_form .label_wrap .ess {
	color: #ed8f34;
	font-weight: 600;
	vertical-align: middle;
}
.member_join_form .ipt {
	width: 100%;
	height: 50px;
	color: #272727;
	font-size: 19px;
	font-weight: 300;
	border: 1px solid #ddd;
	vertical-align: middle;
}
.member_join_form .ipt.ipt_width_btn {
	width: calc(100% - 90px);
}
.member_join_form .ipt.ipt_post {
	width: calc(100% - 120px);
}
.member_join_form .ipt.ipt_tel {
	width: 80px;
}
.member_join_form .ipt.ipt_half {
	width: 100%;
	margin-bottom:10px;
}
.member_join_form .ipt_interest {
	display: inline-block;
	width: 46%;
	line-height: 30px;
}
.member_join_form .btn_overlap {
	float: right;
	text-align: center;
	vertical-align: middle;
	border: 0;
	background: #333;
	color: #fff;
	font-size: 15px;
	width: 90px;
	height: 50px;
	line-height: 50px;
}
.member_join_form .table_member {
	width: 100%;
}
.member_join_form .table_member select {
	width: 100%;
	border: 1px solid #ddd;
	height: 40px;
	font-size: 15px;
	padding: 0 5px;
}
.member_join_form .table_member select.ipt {
	height: 50px;
}
.member_join_form .table_member td {
	display:block;
	padding: 0 10px;
	line-height: 25px;
	font-size: 15px;
	color: #757575;
	vertical-align: top;
}
.member_join_form .table_member td:after {
	content: "";
	display: block;
	clear: both;
}
.member_join_form .table_member td p {
	font-size: 14px;
	line-height: 20px;
	color: #999;
}
.member_join_form .table_member input[type=checkbox] {
	margin: 3px 3px;
	vertical-align: middle;
}
.member_join_form .table_member input[type=radio] {
	margin: 3px 3px;
	vertical-align: middle;
}
.member_join_form .table_member .btn_post {
	float: right;
	vertical-align: middle;
	height: 50px;
	line-height: 50px;
	width: 120px;
	background: #333;
	color: #fff;
	text-align: center;
}
.member_join_form .table_member .help_text {
	font-size: 13px;
	color: #999;
	margin-top: 5px;
}
.member_join_form .table_member .text {
	font-size: 17px;
	color: #333;
	margin-top: 15px;
}

.login_wrap {
	border: 1px solid #ebebeb;
}
.login_wrap .box {
	margin: 110px auto;
	padding:0 30px;
	width: 100%;
}
.login_wrap .box > h2 {
	font-size: 25px;
	color: #272727;
	font-weight: normal;
	text-align: center;
}
.login_wrap .box .ipt_login {
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #ddd;
	padding-left: 30px;
}
.login_wrap .box .ipt_login:hover {
	border-bottom: 1px solid #0079c0;
}
.login_wrap .box .ipt_login input[type=text] {
	border: 0;
	width: 100%;
	height: 59px;
	padding: 0 10px;
	font-size: 17px;
	color: #272727;
}
.login_wrap .box .ipt_login input[type=password] {
	border: 0;
	width: 100%;
	height: 59px;
	padding: 0 10px;
	font-size: 17px;
	color: #272727;
}
.login_wrap .box .id {
	background: url(../m_img/icon_member.png) 3px 20px no-repeat;
}
.login_wrap .box .id:hover {
	background: url(../m_img/icon_member_on.png) 3px 20px no-repeat;
}
.login_wrap .box .pw {
	background: url(../m_img/icon_password.png) 3px 17px no-repeat;
}
.login_wrap .box .pw:hover {
	background: url(../m_img/icon_password_on.png) 3px 17px no-repeat;
}
.login_wrap .box .loginAuto {
	padding: 10px 0;
}
.login_wrap .box .login_btn_wrap {
	text-align: center;
	background: #333;
	margin-top: 30px;
}
.login_wrap .box .login_btn_wrap .login_btn {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	border: 0;
	color: #fff;
	text-align: center;
	background: #333;
	font-size: 20px;
}
.login_wrap .box .id_check {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 20px 0 45px;
	padding-left: 34px;
	line-height: 25px;
}
.login_wrap .box .id_check #id_check {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.login_wrap .box .id_check .icon_check {
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	background: url(../m_img/icon_idcheck.png) 0 0 no-repeat;
}
.login_wrap .box .id_check input:checked ~ .icon_check {
	background: url(../m_img/icon_idcheck_on.png) 0 0 no-repeat;
}
.login_wrap .box .user_list {
	text-align: center;
	margin-top: 45px;
}
.login_wrap .box .user_list a {
	color: #8d8d8d;
	font-size: 15px;
}
.login_wrap .box .user_list span {
	color: #8d8d8d;
	font-size: 15px;
	padding: 0 25px;
}
.login_wrap input:-ms-input-placeholder {
	color: #7f7f7f;
}
.login_wrap input::-moz-placeholder {
	color: #7f7f7f;
}
.login_wrap input::placeholder {
	color: #7f7f7f;
}

.member_find {
	border: 1px solid #ebebeb;
}
.member_find .box {
	margin: 110px auto;
	width: 100%;
}
.member_find .box > h2 {
	font-size: 25px;
	color: #272727;
	font-weight: normal;
	text-align: center;
}
.member_find .box .ipt_login {
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #ddd;
	padding-left: 30px;
}
.member_find .box .ipt_login:hover {
	border-bottom: 1px solid #0079c0;
}
.member_find .box .ipt_login input[type=text] {
	border: 0;
	width: 100%;
	height: 59px;
	padding: 0 10px;
	font-size: 17px;
	color: #272727;
}
.member_find .box .id {
	background: url(../m_img/icon_member.png) 3px 20px no-repeat;
}
.member_find .box .name {
	background: url(../m_img/icon_member.png) 3px 20px no-repeat;
}
.member_find .box .mail {
	background: url(../m_img/icon_mail1.png) 3px 23px no-repeat;
}
.member_find .box .ipt_login.id:hover {
	background: url(../m_img/icon_member_on.png) 3px 20px no-repeat;
}
.member_find .box .ipt_login.name:hover {
	background: url(../m_img/icon_member_on.png) 3px 20px no-repeat;
}
.member_find .box .ipt_login.mail:hover {
	background: url(../m_img/icon_mail1_on.png) 3px 23px no-repeat;
}
.member_find .box .submit input {
	margin-top: 30px;
	width: 100%;
	height: 60px;
	line-height: 60px;
	border: 0;
	color: #fff;
	text-align: center;
	background: #333;
	font-size: 20px;
}
.member_find .member_tab {
	width: 100%;
}
.member_find .member_tab .top {
	margin: 30px 0;
}
.member_find .member_tab .top:after {
	content: "";
	display: block;
	clear: both;
}
.member_find .member_tab .top > div {
	float: left;
	cursor: pointer;
	width: 50%;
	height: 60px;
	line-height: 58px;
	vertical-align: middle;
	text-align: center;
	font-size: 19px;
	color: #a5a5a5;
	border-bottom: 2px solid #ebebeb;
}
.member_find .member_tab .top > div.on {
	border-bottom: 2px solid #0079c0;
	color: #272727;
}
.member_find .member_tab .top > div:hover {
	border-bottom: 2px solid #0079c0;
	color: #272727;
}
.member_find .member_tab .content > div {
	display: none;
}
.member_find .member_tab .content > div:first-child {
	display: block;
}

/* 회원관련 끝 */

.section_search .top {padding:0 20px;}
.section_search .search_result {padding:0 20px; margin-bottom:15px;}
.section_search #page_nav {padding:0 20px;}

/* 검색창 시작 */
.company_content {padding:0 15px;}
.form_search:after {
	content: "";
	clear: both;
	display: block;
}

.form_search h2.board_title {
	font-size: 20px;
	line-height:30px;
	font-weight: 500;
	color: #000;
	margin-bottom:15px;
}

.form_search h2.notice_title {
	font-size: 26px;
	font-weight: 500;
	color: #000;
	margin-bottom: 20px;
}

.form_search h4.notice_subtitle {
	font-size: 15px;
	font-weight: 400;
	color: #000;
	margin-bottom: 10px;
}

.form_search form:after {
	content: "";
	clear: both;
	display: block;
}
.form_search select {
	width: 100%;
	height: 40px;
	border: 1px solid #dcdcdc;
	font-size: 16px;
	font-weight: 300;
	margin-bottom:5px;
}
.form_search .search_txt {
	float: left;
	width: calc(100% - 90px);
	height: 40px;
	border: 1px solid #dcdcdc;
	border-right: 0;
	font-size: 16px;
	font-weight: 300;
}
.form_search .btn_search {
	float: left;
	background: #333;
	border: 0;
	font-size: 16px;
	text-align: center;
	width: 90px;
	height: 40px;
	color: #fff;
	cursor: pointer;
}

/* 검색창 끝 */
/* 일반게시판 시작 */
.board_list {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}
.board_list th {
	font-size: 14px;
	font-weight: 500;
	color: #111;
	background: #f7f7f7;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: 10px 5px;
}
.board_list td {
	font-size: 14px;
	color: #555;
	padding: 15px 5px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	word-break: keep-all;
}
.board_list td.subject {
	text-align: left;
}
.board_list td a {
	color: #555;
}

.board_btn_box {
	text-align: right;
}
.board_btn_box .btn {
	width: 150px;
	font-size: 18px;
	color: #fff;
	margin: 0 5px;
}
.board_btn_box .btn_list {
	border: 1px solid #323232;
	color: #333;
	background: #fff;
}
.board_btn_box .btn_submit {
	background: #1a1919;
	color: #fff;
}
.board_btn_box .btn_modi {
	border: 1px solid #323232;
	color: #3542e0;
	background: #fff;
}
.board_btn_box .btn_del {
	border: 1px solid #323232;
	color: #e03535;
	background: #fff;
}

.board_view .top .title {
	font-size: 16px;
	font-weight: 500;
	color: #111;
	background: #f7f7f7;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: 25px 20px;
}
.board_view .top .info {
	height: 55px;
	padding: 0 30px;
	border-bottom: 1px solid #ededed;
}
.board_view .top .info:after {
	content: "";
	clear: both;
	display: block;
}
.board_view .top .info .writer {
	float: left;
	font-size: 14px;
	color: #999;
	line-height: 55px;
}
.board_view .top .info .writer span {
	margin-left: 8px;
	display: inline-block;
	color: #666;
}
.board_view .top .info .date {
	float: right;
	font-size: 14px;
	line-height: 55px;
	color: #666;
}
.board_view .top .info .date:before {
	display: inline-block;
	content: "|";
	margin: 0 10px 0 15px;
	color: #999;
	font-size: 16px;
}
.board_view .top .info .num {
	float: right;
	font-size: 14px;
	color: #999;
	line-height: 55px;
}
.board_view .top .info .num span {
	margin-left: 8px;
	display: inline-block;
	color: #666;
}
.board_view .top .file {
	text-align: right;
}
.board_view .top .file p {
	line-height: 20px;
	font-size: 12px;
	color: #999;
}
.board_view .top .file p a {
	color: #999;
	line-height: 20px;
}
.board_view .top .file img {
	vertical-align: middle;
}
.board_view .content {
	padding: 20px 15px;
}
.board_view .content:after {
	content: "";
	clear: both;
	display: block;
}
.board_view .content .body {
	position: relative;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	padding: 15px 15px 40px;
	min-height: 300px;
	border-bottom: 1px solid #ddd;
}
.board_view .content .body p {
	font-size: 14px;
	line-height: 20px;
}
.board_view .content .body .btn_detail {
	position: absolute;
	left: 30px;
	bottom: 0;
	display: inline-block;
	background: #fb794b;
	height: 50px;
	color: #fff;
}
.board_view .content .body .btn_detail a {
	padding: 0 30px;
	line-height: 50px;
	display: block;
	color: #fff;
}
.board_view .content .body .btn_detail img {
	vertical-align: baseline;
	margin-left: 5px;
	display: inline-block;
}

.board_write {
	padding: 15px 15px;
	border: 1px solid #ededed;
}
.board_write h2 {
	position: relative;
	margin-bottom: 30px;
}
.board_write h2 span {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	padding-left: 15px;
	border-left: 3px solid #f7aa55;
	display: inline-block;
	padding-right: 10px;
	z-index: 5;
	background: #fff;
}
.board_write h2:after {
	position: absolute;
	left: 0;
	top: 12px;
	content: "";
	width: 100%;
	height: 1px;
	background: #dcdcdc;
}
.board_write .btn_box {
	text-align: center;
	margin-top: 50px;
	padding-bottom: 57px;
}
.board_write .btn_box .btn {
	font-size: 18px;
	width: 150px;
	margin: 0 5px;
}
.board_write .btn_box .btn_submit {
	background: #323232;
	color: #fff;
}
.board_write .btn_box .btn_cancel {
	border: 1px solid #323232;
	color: #323232;
	background: #fff;
}

/* 일반게시판 끝 */
/* 페이지네이션 시작 */
.pagination_wrap {
  margin: 42px auto 50px;
  text-align: center;
}
.pagination_wrap .pagination {
  display: inline-block;
}
.pagination_wrap .pagination:after {
  content: "";
  clear: both;
  display: block;
}
.pagination_wrap .pagination li {
  float: left;
  border:0 !important;
}
.pagination_wrap .pagination li a {
  width: 31px;
  height: 24px;
  display: block;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  color: #999;
  font-weight: 400;
}
.pagination_wrap .pagination li.begin {
  background: url(../images/common/page_begin.png) 50% 50% no-repeat;
  font-size: 0;
  text-indent: -9999px;
  margin: 0 1px;
}
.pagination_wrap .pagination li.prev {
  background: url(../images/common/page_prev.png) 50% 50% no-repeat;
  font-size: 0;
  text-indent: -9999px;
  margin: 0 1px 0 1px;
}
.pagination_wrap .pagination li.next {
  background: url(../images/common/page_next.png) 50% 50% no-repeat;
  font-size: 0;
  text-indent: -9999px;
  margin: 0 1px 0 1px;
}
.pagination_wrap .pagination li.last {
  background: url(../images/common/page_last.png) 50% 50% no-repeat;
  font-size: 0;
  text-indent: -9999px;
  margin: 0 1px;
}
.pagination_wrap .pagination li.active a {
  color: #111;
}
.pagination_wrap .pagination li:hover a {
  color: #111;
}

/* 페이지네이션 끝 */