/* visual */
#visual{
	height:100vh;
}
#visual ul{
   width: 100%;
   height:100%;
   overflow: hidden;
}
#visual ul li{
   float:left;
   height:100%;
}
#visual ul li .visual_text{
   width:800px;
   margin: 0 auto;
   color: #fff;
   text-align:center;
   padding-top: 350px;
}
#visual ul li .visual_text .v_tit{
   font-size: 45px;
   text-shadow: 1px 1px 2px rgba(0,0,0,.25);
   
   /* script */
   position:relative;
   top:20px;
   opacity:0;
}
#visual ul li .visual_text .v_bar{
   width: 80px;
   height: 3px;
   background: #f39800;
   margin: 25px auto 46px auto;
   text-align:center;
   
   /* script */
   opacity:0;
   width:0;
}
#visual ul li .visual_text .v_desc{
   font-size: 20px;
   font-weight: 300;
   letter-spacing: 2px;
   line-height: 32px;
   text-shadow: 1px 1px 2px rgba(0,0,0,.25);
   
   /* script */
   position:relative;
   top:20px;
   opacity:0;
}
/*
#visual ul li:nth-child(1){
   height: 880px;
   background: url(../images/main/slide1.jpg);
   background-size:2000px;
}
#visual ul li:nth-child(2){
   height: 880px;
   background: url(../images/main/slide2.jpg);
   background-size:2000px;
}
#visual ul li:nth-child(3){
   height: 880px;
   background: url(../images/main/slide3.jpg);
   background-size:2000px;
}
*/





/* medicalcourse */
#medicalcourse ul{
   width: 1200px;
   height: 260px;
   margin: 100px auto 60px;
}
#medicalcourse ul li{
   float:left;
   width: 200px;
   margin-right: 50px;
   text-align: center;
   
   /* script */
   opacity:0;
}
#medicalcourse ul li:last-child{
   margin-right: 0;
}
#medicalcourse ul li p a{
   font-size: 18px;
   color: #000;
   display: block;
}
#medicalcourse ul li p a:hover{
   color: #f39800;
   font-weight: 500;
}





/* notice */
#notice{
   height:500px;
   background: rgba(0,0,0,0.1);
}
.notice_wrap{
   width: 1200px;
   margin: 0 auto;
   padding-top: 90px;
}
.notice_left{
   width: 550px;
   height: 330px;
   background: #fff;
   float:left;
}
.notice_left .notice_tit{
   padding: 50px 50px 0px 50px;
}
.notice_left .notice_tit p:first-child{
   font-size: 30px;
   color: #585858;
   float: left;
}
.notice_left .notice_tit p:last-child{
   width:40px;
   height:40px;
   background: #f39800;
   float: right;
}
.notice_left .notice_tit p:last-child img{
    transition:all 0.3s;
}
.notice_left ul{
   clear: both;
   padding: 30px 50px;
}
.notice_left ul li p{
   font-size: 18px;
   color: #303030;
   margin-bottom: 8px;
}
.notice_left ul li p a {
	display: inline-block;
    width: 76%; color: #303030;
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden;
}
.notice_left ul li p span{
   float: right;
   font-size: 16px;
   color: #969696;
}
.notice_right{
   width: 550px;
   height: 330px;
   float:right;
   overflow: hidden;
}
.notice_right ul li{
   height: 330px;
   color: #fff;
   text-align: center;
}
/*
.notice_right ul li:first-child{
   background: url(../images/main/search1.jpg) no-repeat;  
}
.notice_right ul li:nth-child(2){
   background: url(../images/main/search2.jpg) no-repeat;  
}
.notice_right ul li:nth-child(3){
   background: url(../images/main/search3.jpg) no-repeat;  
}
*/
.notice_right ul li p:first-child{
   font-size: 28px;
   padding-top: 105px;
   margin-bottom: 35px;
}
.notice_right ul li p:last-child{
   font-size: 18px;
}





/* center */
#center{
   height: 550px;
}
#center ul{
   width: 1200px;
   margin: 100px auto;
}
#center ul li{
   float: left;
   width:369px;
   height:451px;
   overflow:hidden;
}
#center ul li a{
	display:inline-block;
	width:369px;
	height:451px;
	position:relative;
	color:#fff;
	overflow:hidden;
	transition:all 0.3s
}
#center ul li:hover a::after{
	display:block;
	content:'';
	width:100%;
	height:100%;
	background-color:rgba(243,152,0,0.5);
	border:8px solid #d88700;
	position:absolute;
	top:0; left:0;
	box-sizing:border-box;
}
#center ul li a img{
	transition:all 0.3s
}
#center ul li a:hover img{
	transform:scale(1.2)
}
#center ul li a .m_center_text{
	position:absolute;
	width:85%;
	left:50%; top:20%;
	transform:translateX(-50%);
	text-align:center;
	z-index:999999;
}
#center ul li a .m_center_text .center_tit{
	font-size:22px;
	margin-bottom:100px;
}
#center ul li a .m_center_text .center_desc{
	font-size:17px;
	font-weight:300;
	line-height:30px;
}
#center ul li:nth-child(2){
   margin: 0 45px;
}

/*200413_팝업*/

#popup{
	position:fixed;
	top:190px; left:215px;
	width:450px;
	z-index:999999;
}
#popup img{
	width:100%;
}
#popup .popup_close{
	position:absolute;
	bottom:-49px;
	right:0;
	width:100%;
	background:#fff;
	color:#333;
	cursor:pointer;
	padding:15px 20px;
	text-align:right;
	border-radius:0 0 10px 10px;
	font-weight:700;
	box-sizing:border-box;
}