/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */

.joinCheck {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin: 0 !important;
}
.joinInput {
	width: 180px; 
	height: 40px;
	box-shadow: 0;
	box-shadow: none;
	border: 1px solid #333;
	vertical-align: middle;
	margin-left: 5px;
	box-sizing: border-box;
	padding: 0 10px;
}

.loginBox {
	position: absolute;
	text-align: right !important;
	z-index: 5;
	right: 0;
	box-sizing: border-box;
	top: 14px;
}


.loginBox a {
	font-size: 14px;
	color: #fff;
	margin-left: 10px;
}

.menuzord-menu {
	float: none !important;
	margin: 0 auto;
}

.widget-tabele {
	display: table !important;
	height: 52px;
	margin-bottom: 0 !important;
	vertical-align: middle;
}


.goLink {
	font-size: 14px;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	letter-spacing: -0.5px;
}

.goLink:hover {
	color: #fff;
	text-decoration: underline;
}

.goLink:visited {
	color: #fff;
	text-decoration: underline;
}


.latest_box {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.latest_box ul {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
.latest_box ul li {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.latest_box a {
	font-size: 16px;
	color: #333;
	height: 27px;
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	box-sizing: border-box;
	padding-left: 30px;
	
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
}
.latest_box a:hover {
	text-decoration: underline;
}

.latest_box a:before {
	content: "";
	display: block;
	width: 27px;
	height: 27px;
	background: url(/img/latest.gif)no-repeat center center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

@media all and (max-width: 991px) {
.linkTop .widget-tabele {
	height: 22px !important;
}
.linkTop .goLink {
    font-size: 12px !important;
}
}

@media all and (max-width: 767px) {
.loginBox {
	right: 15px;
}
}

@media all and (max-width: 550px) {
.logoBox {
	text-align: left;
}
.logoBox img {
	width: 260px;
}
.loginBox {
	top: 4px;
}
.loginBox a {
	font-size: 11px;
}
}

@media all and (max-width: 420px) {
.header-top {
	padding: 15px 0;
}
.linkTop .goLink {
    font-size: 10px !important;
}
.logoBox {
	text-align: left;
}
.logoBox img {
	width: 220px;
}
.loginBox {
	top: 1px;
}
.loginBox a {
	font-size: 10px;
}
}

@media all and (max-width: 340px) {
.header-top {
	padding: 15px 0;
}
.linkTop .goLink {
    font-size: 10px !important;
}
.logoBox {
	text-align: left;
}
.logoBox img {
	width: 190px;
}
.loginBox {
	top: -1px
}
.loginBox a {
	font-size: 10px;
}
}

@media all and (max-width: 991px) {
	.pc-menu {
		display: none !important;
	}
	
	.menus-trigger {
		margin-top: 15px !important;
		margin-bottom: 11px !important;
	}
}

@media all and (max-width: 700px) {
	.pc-menu {
		display: none !important;
	}
	
	.menus-trigger {
		margin-top: 8px !important;
		margin-bottom: 4px !important;
		margin-right: 15px !important;
	}
}

.menuzord-menu>li>.megamenu a {
	color: #111;
}

.space p {
	color: #333;
	margin-top: -6px;
	margin-bottom: 20px;
}
.space-sm-p {
	font-size: 13px;
}

.table001 td:nth-child(2) {
/* 	padding-left: 15px;
	box-sizing: border-box; */
}


.divTable_01 {
	margin-bottom: 50px;
}

.divTable_01 .titleDiv {
	color: #111;
    font-weight: 800;
    font-size: 17px;
	margin-bottom: 10px;
	box-sizing: border-box;
	padding-bottom: 15px;
	border-bottom: 1px solid #111;
	
}

.line-div {
	width: 100%;
	height: 1px;
	background: #ccc;
}

.line-div2 {
	margin-bottom: 15px;
}

.divTable_01_1 {
	min-height: 130px;
}

.divTable_01_1 p {
	font-weight: 700;
	color: #111;
}

.divTable_01_2 {
	position: initial !important;
}

.divTable_01_2 p {
	color: #111;
}

@media all and (max-width: 991px) {
.divTable_01_1 {
	min-height: auto;
}
}

.ImgInner {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.ImgInner:after {
	content: "";
	display: block;
	clear: both;
}

.ImgInner:before {
	content: "";
	display: block;
	clear: both;
}

.ImgInner>div {
	float: left;
	position: relative;
	display: block;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 30px;
}

.ImgInner>div:last-child {
	margin-right: 0;
}


.news_div .title {
	
}

.current_issue strong.title {
	display: block; color: #111; font-weight: 800; font-size: 20px; padding-bottom: 36px;
}
table.tableBoard td {
	font-size: 13px;
}
@media all and (max-width: 991px) {
	.news_div {
		margin-bottom: 50px;
	}
	

	.news_div .title {
		margin-bottom: 20px  !important;
	}
	.current_issue strong.title {
		padding-bottom: 16px;
	}
}

@media all and (max-width: 600px) {
	section > .container, section > .container-fluid {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.welcome_img_01 {
	max-width:550px; min-wigth: 300px; width :100%; margin-right: 15px; border-bottom: 20px;
}
.welcome_img_02 {
	display: none; max-width:550px; min-wigth: 300px; width :100%; margin-right: 15px; border-bottom: 20px;
}

@media all and (max-width: 991px) {

	.welcome_img_01 {
		display: none;
	}
	.welcome_img_02 {
		display: inline-block;
		margin-bottom: 25px;
		max-width: 100%;
	}
	
	
	
	.sectionImg_box  {
		display: none;
	}
}

@media all and (max-width: 767px) {
	.main_banner_box {
		position: relative;
		height: 220px;
		overflow: hidden;
	}
	
	.main_banner_box img {
			position:absolute;
			top:50%;
			left: 50%;
			transform:translate(-50%,-50%);
			width: auto !important;
			height: 100% !important;
			max-width: none;
			    margin-left: -3%;
	}
}

@media all and (max-width: 550px) {
	.main_banner_box {
		position: relative;
		height: 180px;
		overflow: hidden;
	}
	
	.main_banner_box img {
			position:absolute;
			top:50%;
			left: 50%;
			transform:translate(-50%,-50%);
			width: auto !important;
			height: 100% !important;
			max-width: none;
			    margin-left: -6%;
	}
}


@media all and (max-width: 400px) {
	.main_banner_box {
		position: relative;
		height: 160px;
		overflow: hidden;
	}
	
	.main_banner_box img {
			position:absolute;
			top:50%;
			left: 50%;
			transform:translate(-50%,-50%);
			width: auto !important;
			height: 100% !important;
			max-width: none;
			    margin-left: -7%;
	}
}





@media all and (max-width: 600px) {
	.section-content h2.title {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.news_div h2.title {
		font-size: 22px;
	}
	
	.mediaP {
		font-size: 13px;
	}
	.space2 b {
		font-size: 13px;
	}
	.checkbox label, .radio label {
		font-size: 14px;
	}
	
	.radio-div label b {font-size: 14px}
	.radio-div label {font-size: 14px}
	
	.latest_box a {
		font-size: 14px;
		height: 23px;
	}
	
	table.tableBoard td {
		font-size: 12px;
	}
	table.tableBoard td span{
		font-size: 12px;
	}
	.widget-2:after {
		font-size: 10px;
	}
	
	.title.text-white {
		font-size: 24px;
	}
	.breadcrumb.white li a {
		font-size: 12px;
	}
	
}
@media all and (max-width: 526px) {
	.section-content .title span>span {
		display: block;
		padding-top: 5px;
	}
	.space p {
		margin-bottom: 12px;
	}
	
	table.tableBoard td {
		font-size: 11px;
	}
	table.tableBoard td span{
		font-size: 11px;
	}
}

@media all and (max-width: 570px) {
	.current_issue .title  span.style1>a{
		display: block;
	}
	
	
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
		padding-right: 10px;
		padding-left: 10px;
	}
}



.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	margin-top: 4px;
}

@media all and (max-width: 450px) {
	table.tableBoard td {
		font-size: 10px;
	}
	table.tableBoard td span{
		font-size: 10px;
	}
}

@media all and (max-width: 767px) {
	.breadcrumb {
		padding: 0px 15px;
	}
}
















.megamenu-row {
	text-align: left;
	font-size: 0;
}
.menuzord-menu>li>.megamenu .megamenu-row .col2.col2-1 {
	width: 146px;
	float: none;
	vertical-align: top;
	text-align: left;
	display: inline-block;
	margin-left: 0;
	margin-right: 77px;
}
.menuzord-menu>li>.megamenu .megamenu-row .col2.col2-2 {
	width: 115px;
	float: none;
	vertical-align: top;
	text-align: left;
	display: inline-block;
	margin-left: 0;
	margin-right: 17px;
}
.menuzord-menu>li>.megamenu .megamenu-row .col2.col2-3 {
width: 186px;
    float: none;
    vertical-align: top;
    text-align: left;
    display: inline-block;
    margin-left: 0;
    margin-right: 76px;
}
.menuzord-menu>li>.megamenu .megamenu-row .col2.col2-4 {
	width: 137px;
	float: none;
	text-align: left;
	display: inline-block;
	margin-left: 0;
	margin-right: 40px;
}
.menuzord-menu>li>.megamenu .megamenu-row .col2.col2-5 {
	width: 87px;
	float: none;
	vertical-align: top;
	text-align: left;
	display: inline-block;
	margin-left: 0;
	margin-right: 56px;
}
.menuzord-menu>li>.megamenu .megamenu-row .col2.col2-6 {
	width: 87px;
	float: none;
	vertical-align: top;
	text-align: left;
	display: inline-block;
	margin-left: 0;
	margin-right: 20px;
}
.menuzord-menu>li>.megamenu .megamenu-row .col2 ul {
	margin-left: 0;
}
.menuzord-menu>li>.megamenu .megamenu-row .col2.col2-1 a {
	padding-left: 5px !important;
	padding-right: 0px !important;
}
.menuzord-menu>li>.megamenu .megamenu-row .col2.col2-2 a {
	padding-left: 5px !important;
	padding-right: 0px !important;
}
.menuzord-menu>li>.megamenu .megamenu-row .col2.col2-3 a {
	padding-left: 5px !important;
	padding-right: 0px !important;
}
.menuzord-menu>li>.megamenu .megamenu-row .col2.col2-4 a {
	padding-left: 5px !important;
	padding-right: 0px !important;
}
.menuzord-menu>li>.megamenu .megamenu-row .col2.col2-5 a {
	padding-left: 5px !important;
	padding-right: 0px !important;
}
.menuzord-menu>li>.megamenu .megamenu-row .col2.col2-6 a {
	padding-left: 5px !important;
	padding-right: 0px !important;
}

@media all and (max-width: 1200px) {
	.menuzord-menu > li:nth-child(n+2) {
		margin-left: 15px;
	}
	
	.menuzord-menu>li>.megamenu .megamenu-row .col2.col2-1 {margin-right: 40px;}
	.menuzord-menu>li>.megamenu .megamenu-row .col2.col2-2 {margin-right: 39px;}
	.menuzord-menu>li>.megamenu .megamenu-row .col2.col2-3 {margin-right: 35px;}
	.menuzord-menu>li>.megamenu .megamenu-row .col2.col2-4 {margin-right: 9px;}
	.menuzord-menu>li>.megamenu .megamenu-row .col2.col2-5 {margin-right: 27px;}
	.menuzord-menu>li>.megamenu .megamenu-row .col2.col2-6 {margin-right: 0;}
}

.foot-widet-dark a{
	color: #fff !important;
}
.foot-widet-dark a:hover {
	color: #ff !importantf;
}
.foot-widet-dark a:visited {
	color: #fff !important;
}
.foot-widet-dark a:active {
	color: #fff !important;
}



/* 개인정보 팝업 07.12 */
.join_btn {
cursor:pointer;
}
.joinLay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
	z-index: 9999999999;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.3);
}
.joinLay .inner {
	position: relative;
	display: block;
	width: 90%;
	max-width: 820px;
	height: 80%;
	margin: 0 auto;
	overflow-y: auto;
	box-sizing: border-box;
	background: #fff;
	margin-top: 5%;
}
.joinLay .top {
	position: absolute;
	width: 100%;
	height: 90px;
	background: #c32032 ;
	z-index: 1;
	box-sizing: border-box;
	padding: 0 20px;
}
.joinLay .top h1{
color: #fff;
font-weight: bold;
font-size: 24px;
padding: 0;
margin: 0;
line-height: 90px;
}

.joinLay .top p{
	position: absolute;
	right: 10px;
	bottom: -5px;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	z-index: 1;
}

.joinLay .top .joinLay_close {
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 1;
    font-weight: 200;
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 0;
    background-image: url(/images/lay_close.png);
    background-position: left 0 center;
    background-repeat: no-repeat;
	cursor: pointer;
}
.joinLay .top .joinLay_close:hover {
    background-position: left -68px center;
}

.joinLay .inner .mainText {
    position: related;
    display: block;
    width: 100%;
    height: 89%;
    box-sizing: border-box;
    padding: 0 20px;
    white-space: pre-line;
    line-height: 20px;
    padding-bottom: 30px;
    padding-top: 100px;
    color: #444;
    overflow: auto;
}

.joinLay .inner .mainText b {
	font-weight: 800;
	font-size: 18px;
	color: #111 !important;
}

.joinLay .inner .mainText a {
	color: blue !important;
}
.joinLay .inner .mainText a:hover {
	text-decoration: underline;
}

.paA {
cursor: pointer;
}
.paA:hover {
text-decoration: underline;
}

.joinLay2 {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
	z-index: 9999999999;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.3);
}
.joinLay2 .inner {
	position: relative;
	display: block;
	width: 90%;
	max-width: 820px;
	height: 80%;
	margin: 0 auto;
	overflow-y: auto;
	box-sizing: border-box;
	background: #fff;
	margin-top: 5%;
}
.joinLay2 .top {
	position: absolute;
	width: 100%;
	height: 90px;
	background: #c32032 ;
	z-index: 1;
	box-sizing: border-box;
	padding: 0 20px;
}
.joinLay2 .top h1{
color: #fff;
font-weight: bold;
font-size: 24px;
padding: 0;
margin: 0;
line-height: 90px;
}

.joinLay2 .top p{
	position: absolute;
	right: 10px;
	bottom: -5px;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	z-index: 1;
}

.joinLay2 .top .joinLay2_close {
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 1;
    font-weight: 200;
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 0;
    background-image: url(/images/lay_close.png);
    background-position: left 0 center;
    background-repeat: no-repeat;
	cursor: pointer;
}
.joinLay2 .top .joinLay2_close:hover {
    background-position: left -68px center;
}

.joinLay2 .inner .mainText {
	position: related;
	display: block;
	width: 100%;
	height: auto;
	margin-top: 100px;
	box-sizing: border-box;
	padding: 0 20px;
	white-space: pre-line;
	line-height: 20px;
	padding-bottom: 30px;
	color: #444;
}

.joinLay2 .inner .mainText b {
	font-weight: 800;
	font-size: 18px;
	color: #111 !important;
}

.joinLay2 .inner .mainText a {
	color: blue !important;
}
.joinLay2 .inner .mainText a:hover {
	text-decoration: underline;
}


.join_chk_box {
	box-sizing: border-box;
	padding: 20px 0;
	text-align: center;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	display: block;
	width: 100%;
	border-top: 1px solid #c32032;
	background: #fff;
}
.agreed_c_box {
	width: 30px;
	height: 31px;
	background: #fff;
	vertical-align: middle;
	margin: 0 !important;
}

.join_agree_btn {
	vertical-align: middle;
	color: #111;
	box-sizing: border-box;
	width: 120px;
	font-weight: 00;
}

/* 개인정보 팝업 07.12 끝*/