/* Created & Modified By Derek */

div.parentDisable{
	position:fixed;
	top:0;
	left:0;
	background:#000;
	opacity:0.6;
	z-index:10000;
	height:100%;
	width:100%;
}


@media (max-width: 767px) {
	#banner_popup {
		width:95% !important;
	}
}

@media (max-width: 767px) {
	div.events_detail img {
		height: auto;
	}
}

/* Loading */
#ajax_loading{
	position:fixed;
	top:0;
	left:0;
	background-color:rgba(0, 0, 0, 0.2);
	z-index:998;
	height:100%;
	width:100%;
}
/*
#ajax_loading div.img{
	z-index:998;
	height:100%;
	width:100%;
	background:url(/images/gif/waiting.gif) no-repeat center center;
}
*/
#ajax_loading div.img {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	/* border-top: 16px solid #3498db; */
	border-top: 16px solid #69b446;
	width: 120px;
	height: 120px;
	position: fixed;
	top: 35%;
	left: 50%;
	margin-top: -60px;
	margin-left: -60px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}




/* Div Msg */
/* No use */
/*
#div_msg {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	border:2px solid #ddd;
	padding:15px;
	width: 700px;
	min-height:60px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	display:none;
}
#div_msg.error {
	color: red;
}
*/

/* popupMsg */
div.popupMsg {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:220px auto;
	padding:15px;
	width: 500px;
	min-height:80px;
	line-height: 80px;
	background-color:#ffffff;
	text-align:center;
}
div.popupMsg span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;   
}
div.popupMsg.err {
	color:red;
}

div.popupMsg.terms {
	width:700px;
	margin-top:15px;
}

/* form input/select fields */
.inputField, .inputFieldTextarea {
	padding-left:0px;
}
.inputField input, .inputFieldTextarea textarea {
	padding-left:10px;
}



/* validator errer */
input.error, select.error, textarea.error {
	border: 1px solid red !important;
	background-color: #FFFFD5;
	color: red;
}
label.error {
/*	background: url(/images/unchecked.gif) no-repeat left center;
	padding-left:18px;
	margin-left:.3em;
	font-size:12px;
*/
	color: red; 
	margin-bottom:10px;

 
display: none !important;
}
/*
label.valid {
	background: url(/images/checked.gif) no-repeat left center;
	width:16px;
	height:16px;
	font-size:12px;
}
*/


input.input_con {
	padding-left:5px;
	padding-right:5px;
}

textarea.comment {
	padding:5px;
}

/* Main */
.main_news_date em{
	width:75px;
}
img.event_img_rotation {
	margin:0 10px;
}

/* News, Events */
div.events_title {
	font-size:17px;
	font-weight:600;
	line-height:190%;
	color:#000;
}
.events_contents {
/*	font-size: 1.1em;*/
	font-size: 15.4px;
	color:#616060;
	font-weight: 400;
	font-family:'Noto Sans KR', sans-serif;
	line-height:190%;
}
.events_contents p{
	padding:10px 0;
}

.events_contents img{
	/*width:100%;*/
	width:auto;
	height:auto;
}
.events_detail.grid_5_5 {
	width:auto;
}
.mar_t_news_l {
    width: 92%;
}

/* News List & Main Page */
div.gallery_image_div {

	width: 356px;
    height: 202px;
    background-position: center;

    /* Make the background image cover the area of the <div>, and clip the excess */
    background-size: cover;
}
@media (max-width: 767px) {
	div.gallery_image_div {

		width: 256px;
		height: 145px;
	}
}

.wrap_3 .wrap_inner .wrap_paragraph .wrap_r {
	padding-top:0px;
	padding-right:3px;
	font-size:0.9em;
}


/* Google Calendar */
div.div_google_calendar {
    overflow-x: auto;
}


/* Contents Video */
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


/* News & Events */
div.div_news_image {
	position: relative;
	width: 220px;
	height: 220px;
    overflow: hidden;
	border-radius:50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;
}

div.div_news_image img{
	position: absolute;
	left: -50%;
}


div.bbs_contents img, div.news_contents img {
	max-width: 100%;
    height: auto;
}
