@charset "UTF-8";

/*------------------------------------------------------------
  00.top
------------------------------------------------------------ */
#modal-content {
	margin: 0 ;
	height: auto;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
	display: none ;
}
  
#modal-overlay {
	z-index: 1 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

#modal-close img {
	cursor:pointer;
	width:18px;
	height:19px;
	float:right;
	margin-top: -30px;
	margin-right: -5px;
}

#modal-close img:hover {
	opacity:0.4;
}

#modal-content {
	background-color: #FFF;
	width: 600px;
	height: 620px;
	width:700px;
	height:595px;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	margin-left: 0px;
	margin-top:-10px;
	padding: 45px 20px;
	font-size: 14px;
	line-height: 25px;
}

#modal-content p {
	text-align: left;
}

#pop-in-text p {
padding-bottom: 25px;
}

#modal-content #newsTL {
	font-size: 20px;
	font-weight:bold;
	text-align: center;
}

#name {
	float: right;
	font-weight:bold;
}

#lb_time {
	font-weight:bold;
	font-size: 18px;
}

#lb_time02 {
	font-weight:bold;
}

.brownText {
	color: #6A3906;
}


/*------------------------------------------------------------
  01.Responsive
------------------------------------------------------------ */
@media screen and (max-width: 896px) {
	
#modal-content {
	margin: 0 ;
	height: auto;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
	display: none ;
}

#modal-content {
	background-color: #FFF;
	margin: 0 ;
	width: 80%;
	height: 80%;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0;
	margin-left: 0px;
	margin-top:-10px;
	padding: 40px 18px;
	font-size: 13px;
	line-height: 22px;
}
}


@media screen and (max-width: 680px) {
#modal-content {
	margin: 0 ;
	width: 90%;
	height: 90%;
	position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
	display: none ;
	font-size: 12px;
	line-height: 20px;
}
	
#modal-content #newsTL {
	font-size: 16px;
	font-weight:bold;
	text-align: center;
}
	
#pop-in-text p {
padding-bottom: 18px;
}

}


@media screen and (max-width: 480px) {	
#modal-content {
	margin: 0 ;
	width: 90%;
	height: 90%;
	position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
	display: none ;
	font-size: 11px;
	line-height: 18px;
}
	
#modal-content #newsTL {
	font-size: 15px;
	font-weight:bold;
	text-align: center;
}
	
#pop-in-text p {
padding-bottom: 19px;
}

}

@media screen and (max-width: 380px) {	
#modal-content {
	margin: 0 ;
	width: 90%;
	height: 90%;
	position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
	display: none ;
	font-size: 11px;
	line-height: 18px;
}
	
#modal-content #newsTL {
	font-size: 14px;
	font-weight:bold;
	text-align: center;
}
	
#pop-in-text p {
padding-bottom: 16px;
}

}