#hd{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100px;
    z-index: 9999;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    overflow: hidden;
}


#hd:hover{  
    height:300px;
   /* background: #fff;*/
	background: rgba(255, 255, 255, 0.85);
}


#hd #logo{
    position: absolute;
    left: 150px;
    top: 15px;
    z-index: 9999;
}

#hd #logo img{
    max-width: 100%;
}

#hd #logo .logo-b,
#hd #logo .logo2{
    display: none;
}

.is_bbs #hd #logo .logo-b,
#hd:hover #logo .logo-b{
    display: block;
}

.is_bbs #hd #logo .logo-w,
#hd:hover #logo .logo-w{
    display: none;
}

#hd #hd-quick{
    position: absolute;
    right: 50px;
    top: 40px;
    z-index: 9999;
}

#hd .logout{
    display: none;
}

#hd:hover .logout{
    display: block;
}

#hd #hd-quick a{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 2.9;
    letter-spacing: -0.6px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

#hd #hd-quick>div{
    float: left;
    margin-left: 25px;
}

#hd #hd-quick>div:first-child{
    margin-left: 0;
}

#hd #hd-quick .hd-quick-call img{
    margin-right: 5px;
}

#hd #hd-quick .sns-links{
    margin-top: 20px;
}

#hd #hd-quick .sns-links-item{
    margin-bottom: 5px;
    display: block;
    text-align: center;
}

#hd #hd-quick .sns-links-item:last-child{
    margin-bottom: 0;
}

#hd .icon-b{
    display: none;
}

.is_bbs #hd .icon-w,
#hd:hover .icon-w{
    display: none;
}

.is_bbs #hd .icon-b,
#hd:hover .icon-b{
    display: inline-block;
}

#hd #gnb{
    position: absolute;
    left: 0;
    top: 30px;
    right: 0;
    padding-left: 270px;
    padding-right: 180px;
    text-align: right;
}

#hd #gnb .gnb_wrap{
    text-align: left;
    display: inline-block;
}

#hd #gnb_1dul a{
    color: #fff;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.is_bbs #hd #hd-quick a,
.is_bbs #hd #gnb_1dul a,
#hd:hover #hd-quick a,
#hd:hover #gnb_1dul a{
    color: #000;
}

#hd #gnb_1dul>li{
    float: left;
}


/* 상단 네비게이션  메뉴 */
#hd #gnb_1dul>li>a{
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.52px;
    position: relative;
    display: block;
    padding: 0 40px;
}

#hd #gnb_1dul>li>a:after{
    content: "";
    display: block;
    width: 2px;
    height: 2px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.is_bbs #hd #gnb_1dul>li>a:after{
    background: #000;
}

#hd #gnb_1dul>li:last-child>a:after{
    display: none;
}

#hd #gnb_1dul>li>ul{
    margin-top: 40px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.71;
    letter-spacing: -0.56px;
    color: #a0a0a0;
    text-align: center;
}

#btn-menu{
    display: none;
}

#videoobx #player{
    /*background-image: url('https://demo.sunmoon.ac.kr/images/main/bg.jpg');  */
	 background-color:#000;
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    opacity: 0.5;
}


.myiframe1 { display:block}
.myiframe2 {display:none;}

.rowphoto2 {max-width:1180px; auto;position:relative; height:360px;  }

/*  동영상 */

/*
.campus_galley3 {position:relative;float:center; width:1180px; height:350px;  margin-top:5px;  padding:13px; }
.campus_galley3 h1 {margin-bottom:7px;  font-size:26px; font-weight:700;  color:#0d5293; }
.campus_galley3 ul {position:relative;  float:left; margin-top: 10px; margin-left:15px; }
.campus_galley3 ul li {width:508px;  float:left;  margin-left:10px; padding-top:18px; border:#D3D2D2 1px solid; margin-right:50px;}
.campus_galley3 ul li a { float:left;  color:#555555; border:#D3D2D2 1px solid;}
.campus_galley3 ul li.hc_font {float:left; display:inline; width:180px; padding-left:200px; font-size:13px;font-weight:800;color:#333333;}
.campus_galley3 ul li.bonmoon {float:left; display:inline;width:185px; margin:7px 0;}
.campus_galley3 .more {position:absolute; top:5px; right:40px;}


.myiframe5 { height:270px;}
.myiframe6 {display:none; height:230px;}

*/

.campus_galley3 { height:360px;}
.campus_galley4 {display:none; }


@media(min-width: 1581px){
   #hd.down{
        background: #8d0635;
        height: 80px;
    }

    #hd.down:hover{
        height: 300px;
    }

    #hd.down:hover #gnb a{
        color: #fff;
    }

    #hd #logo,
    #hd #gnb,
    #hd #hd-quick{
        transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
    }

    #hd.down #logo{
        top: 11px;
    }

    #hd.down #gnb{
        top: 20px;
    }

    #hd.down #hd-quick{
        top: 12px;
    }

    #hd.down #logo .logo2,
    #hd.down:hover .logo-w,
    .is_bbs #hd.down:hover .logo-w,
    .is_bbs #hd.down .logo-w{
        display: block !important;
    }

    #hd.down .logo-w,
    #hd.down:hover .logo-w,
    #hd.down:hover .logo-b,
    #hd.down:hover #hd-quick .icon-b,
    .is_bbs #hd.down:hover #hd-quick .icon-b,
    .is_bbs #hd.down #hd-quick .icon-b,
    .is_bbs #hd.down .logo-b,
    .is_bbs #hd.down .logo-w,
    .is_bbs #hd.down:hover .logo-w{
        display: none !important;
    }

    #hd.down:hover #hd-quick .icon-w,
    .is_bbs #hd.down:hover #hd-quick .icon-w,
    .is_bbs #hd.down #hd-quick .icon-w{
        display: inline-block !important;
    }

    #hd.down:hover #hd-quick a,
    .is_bbs #hd.down:hover #hd-quick a,
    .is_bbs #hd.down #hd-quick a{
        color: #fff !important;
    }

    .is_bbs #hd.down #gnb a{
        color: #fff !important;
    }


}


@media(max-width: 1580px){
	
#hd #gnb{
    position: absolute;
    left: 0;
    top: 25px;
    right: 0;
    padding-left: 360px;
    padding-right:50px;
    text-align: right;
}

#hd #gnb_1dul>li>a{
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.52px;
    position: relative;
    display: block;
    padding: 0 20px;
}
  #hd.down{
        background: #8d0635;
        height: 80px;
    }

    #hd.down:hover{
        height: 300px;
    }

    #hd.down:hover #gnb a{
        color: #fff;
    }

    #hd #logo,
    #hd #gnb,
    #hd #hd-quick{
        transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
    }

    #hd.down #logo{
        top: 11px;
    }

  

    #hd.down #hd-quick{
        top: 12px;
    }

    #hd.down #logo .logo2,
    #hd.down:hover .logo-w,
    .is_bbs #hd.down:hover .logo-w,
    .is_bbs #hd.down .logo-w{
        display: block !important;
    }

    #hd.down .logo-w,
    #hd.down:hover .logo-w,
    #hd.down:hover .logo-b,
    #hd.down:hover #hd-quick .icon-b,
    .is_bbs #hd.down:hover #hd-quick .icon-b,
    .is_bbs #hd.down #hd-quick .icon-b,
    .is_bbs #hd.down .logo-b,
    .is_bbs #hd.down .logo-w,
    .is_bbs #hd.down:hover .logo-w{
        display: none !important;
    }

    #hd.down:hover #hd-quick .icon-w,
    .is_bbs #hd.down:hover #hd-quick .icon-w,
    .is_bbs #hd.down #hd-quick .icon-w{
        display: inline-block !important;
    }

    #hd.down:hover #hd-quick a,
    .is_bbs #hd.down:hover #hd-quick a,
    .is_bbs #hd.down #hd-quick a{
        color: #fff !important;
    }

    .is_bbs #hd.down #gnb a{
        color: #fff !important;
    }


}



@media(max-width: 1180px){
	
	
	
    #hd{
        overflow: initial;
    }

    #hd,
    #hd:hover{
        height: 80px;
        background: none;
    }

    .icon-w{
        display: none;
    }
 
    .icon-b{
        display: inline-block !important;
    }

    .logo2{
        display: block !important;
    }
 
    .logo-w{
        display: none !important;
    }
	
	.logo-b{
        display: none !important;
    }

    #hd:hover .icon-w{
        display:
    }
	
	
	

    #hd #logo{
        top: 12px;
        left: 30px;
        width: 240px;
    }

    #hd #hd-quick{
        top: 0px;
        right: 80px;
        padding: 18.5px 30px;
        background: #ffde00;
    }

    #hd #hd-quick a{
        color: #000;
    }

    #hd #hd-quick .hd-quick-sns{
        position: relative;
    }

    #hd #hd-quick .hd-quick-sns a{
        width: 40px;
        display: block;
        text-align: center;
    }

    #hd #hd-quick .sns-links{
        /* position: absolute; */
        left: 0px;
        top: 0px;
        /* padding-top: 50px; */
        margin-top: 0px;
        display: none;
    }

    #hd #hd-quick:hover .sns-links{
        display: block;
    }

    #hd #hd-quick .hd-quick-sns:hover .sns-links{
        display: block;
    }
 
    #btn-menu{
        display: block;
        width: 80px;
        height: 80px;
        position: absolute;
        background: #8d0635;
        right: 0;
        top: 0;
        cursor: pointer;
        padding: 20px;
        z-index: 9999;
    }

    #btn-menu .btn-menu-inner{
        position: relative;
        overflow: hidden;
        height: 100%;
    }

    #btn-menu .line{
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        background: #fff;
        transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
    }

    #btn-menu .line.no1{
        top: 10px;
    }

    #btn-menu .line.no2{
        top: 20px;
    }

    #btn-menu .line.no3{
        top: 30px;
    }

    #btn-menu.on .line.no2{
        left: 5px;
    }

    #btn-menu.on .line.no3{
        left: 10px;
    }

    #hd #gnb{
       /* background: rgba(0, 0, 0, 0.95);*/
	   
	   background: rgba(141, 6, 53, .89);
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        overflow: auto;
        z-index: 0;
        padding: 200px 50px;
        text-align: center;
        opacity: 0;
        transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        visibility: collapse;
    }

    #hd.on #gnb{
        visibility: visible;
        opacity: 1;
    }

    #hd:hover #gnb a{
        color: #fff;
    }

    #hd #gnb_1dul>li>a{
        text-align: center;
        padding: 0 25px;
    }

    #hd #gnb_1dul>li>a:after{
        display: none;
    }

    #hd #gnb_1dul>li{
        height: 250px;
        width: 25%;
    }

    #hd #gnb_1dul .gnb_2dli.on a{
        color: #ffde00;
        font-weight: bold;
    }
	
/*	
		.rowphoto2 {max-width:680px; auto;position:relative; height:700px;  }



.campus_galley3 {position:relative;float:left;width:580px; height:700px;  margin-top:5px;  padding:13px;  }
.campus_galley3 h1 {margin-bottom:7px;  font-size:26px; font-weight:700;  color:#0d5293; }
.campus_galley3 ul {position:relative;  float:left; margin-top: 10px; margin-left:15px; }
.campus_galley3 ul li {width:508px;  float:left;  margin-left:10px; padding-top:18px; border:#D3D2D2 1px solid; margin-right:50px; margin-bottom:20px;}
.campus_galley3 ul li a { float:left;  color:#555555; border:#D3D2D2 1px solid;}
.campus_galley3 ul li.hc_font {float:left; display:inline; width:180px; padding-left:200px; font-size:13px;font-weight:800;color:#333333;}
.campus_galley3 ul li.bonmoon {float:left; display:inline;width:185px; margin:7px 0;}
.campus_galley3 .more {position:absolute; top:5px; right:40px;}
*/
	





}

@media(max-width:767px){
	
	
	
	
    #hd,
    #hd:hover{
        height: 50px;
    }

    #hd #logo{
        top: 5px;
        left: 20px;
        width: 200px;
    }

    #btn-menu{
        width: 50px;
        height: 50px;
        padding: 5px 15px;
    }

    #hd #hd-quick{
        right: 50px;
        padding: 3.5px 20px;
    }

    #hd #hd-quick img{
        width: 20px;
    }

    .hd-quick-call span{
        display: none;
    }

    #hd #gnb_1dul>li{
        height: 250px;
        width: 50%;
    }
/*	
#videoobx #player{display:none;}
#videoobx #player22{
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    opacity: 0.5
}
*/


.myiframe1 {display:none;}
.myiframe2 { display:block;}


.rowphoto2 {max-width:1180px; auto;position:relative; height:760px;  }
 
.campus_galley3 { display:none;}
.campus_galley4 {display:block; height:660px; }



}

@media(max-width: 560px){
    #hd #gnb{
        padding: 100px 50px;
    }

    #hd #gnb_1dul>li>a{
        padding: 0;
    }

    #hd #gnb_1dul>li>a,
    #hd #gnb_1dul>li>ul{
        text-align: left;
    }

    #hd #gnb_1dul>li{
        height: auto;
        width: 100%;
        margin-bottom: 30px;
    }

    #hd #gnb_1dul>li>ul{
        padding-left: 10px;
        margin-top: 20px;
    }
	
	
	.rowphoto2 {max-width:1180px; auto;position:relative; height:560px;  }
 
 
/*	
.rowphoto2 {max-width:560px; auto;position:relative; height:600px;  }



.campus_galley3 {position:relative;float:left; width:100%; height:600px;  margin-top:5px;  padding:13px;  }
.campus_galley3 h1 {margin-bottom:7px;  font-size:26px; font-weight:600;  color:#0d5293; }
.campus_galley3 ul {position:relative;  float:left; margin-top: 10px; margin-left:-20px;  }
.campus_galley3 ul li {width:100%;  float:left; padding-top:18px; border:#D3D2D2 1px solid; margin-bottom:20px;}
.campus_galley3 ul li a { float:left;  color:#555555; border:#D3D2D2 1px solid;}
.campus_galley3 ul li.hc_font {float:left; display:inline; width:180px; padding-left:200px; font-size:13px;font-weight:800;color:#333333;}
.campus_galley3 ul li.bonmoon {float:left; display:inline;width:185px; margin:7px 0;}
.campus_galley3 .more {position:absolute; top:5px; right:40px;}

.myiframe5  {display:none; height:220px; }
.myiframe6  {display:block; height:220px; }

 
*/


}

/* main */




#videoobx{
    position: relative;
    height: 100vh;  /*background-image: url('https://demo.sunmoon.ac.kr/images/main/bg.jpg'); width: 100%;*/
  /* 메인페이지 동영상 영역 밝은영역 어둡게 처리하기 숨기기 아래 플레이어 opacity:0.5 처리시-------------------------------------------
    overflow: hidden;
    background: #000;
*/}

#videoobx #player{
     /*background-image: url('https://demo.sunmoon.ac.kr/images/main/bg.jpg');*/
	background-color:#000;
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    opacity: 1.5;
}




.content.main #videoobx .txtbox{
    width: 100%;
    pointer-events: none;
}

.content.main #videoobx .title1{
    color: #fff;
    margin-bottom: 100px;
}

.content.main #videoobx .deco-txt1{
    transition: 1s 1.5s;
    -webkit-transition: 1s 1.5s;
    opacity: 0;
    transform: translateY(10px);
}

.content.main #videoobx .deco-txt1.on{
    opacity: 1;
    transform: translateY(0px);
}

 
.content.main #videoobx .linkbox1{
    transition: 1s 2.2s;
    -webkit-transition: 1s 2.2s;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: auto;
}

.content.main #videoobx .linkbox1.on{
    opacity: 1;
    transform: translateY(0px);
}
 




#btn-down{
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.content.main .section{
    margin-top: 50px;
    margin-bottom: 50px;
}

.content.main .section .title2{
    margin-bottom: 27px;
}

.content.main .workbox-inner,
.content.main .interview-inner,
.content.main .ido-inner,
.content.main .news-inner{
    overflow: hidden;
}

.content.main .liststyle1,
.content.main .liststyle2,
.content.main .liststyle3,
.content.main .liststyle4{
    margin-left: -10px;
    margin-right: -10px;
}

/*  */
#ft{ 
	background: #22494d;
    padding: 55px 0;
    margin-top:50px;
}

#ft,
#ft a{
    color: #acacac;
}

#ft .white{
    color: #fff;
}

#ft .ft-info.no1{
    font-size: 15px;
    line-height: 2;
    letter-spacing: -0.6px;
    font-weight: 400;
    margin-bottom: 50px
}

#ft .ft-info.no1 .icon{
    vertical-align: middle;
    margin-right: 35px;
}

#ft .ft-info.no1 small{
    font-size: 12px;
    letter-spacing: -0.48px;
}

#ft .ft-info.no1>div{
    margin-bottom: 10px;
}

#ft .ft-info.no2{
    margin-bottom: 20px;
}

#ft .ft-info.no2 .copy{
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    float: left;
}

#ft .ft-info.no2 .linkbox{
    font-size: 12px;
    font-weight: 300;
    line-height: 2.5;
    letter-spacing: -0.48px;
    float: right;
}

#ft .sns-links a{
    display: block;
    float: left;
    margin-right: 25px;
}

#ft .talking{
    position: fixed;
    right: 20px;
    bottom: 20px;
}

#ft .talking img{
    width: 90px;
}

#ft .bbs-snslink img{
    display: none;
}

#ft .bbs-snslink .icon-w{
    display: block;
}
/* .is_bbs #ft{
    margin-top: 0;
} */


@media(max-width: 1200px){

}

@media(max-width: 992px){
    .content.main .section{
        margin-bottom: 100px;
    }

    .content.main #videoobx .title1{
        margin-bottom: 70px;
    }

    #ft .ft-info.no1 .ft-info-col{
        font-size: 16px;
    }

    #ft .sns-links img{
        width: 30px;
    }

    #ft .sns-links a{
        margin-right: 15px;
    }

    #ft .ft-info.no2{
        line-height: 1.8;

    }
}

@media(max-width: 768px){
    .content.main #videoobx .title1{
        margin-bottom: 50px;
    }

    #ft{
        margin-top: 50px;
    }

    #ft .ft-info.no1{
        font-size: 14px;
        margin-bottom: 40px;
        line-height: 1.5;
    }

    #ft .ft-info.no1 .icon{
        position: absolute;
        left: 0;
        top: 4px;
        width: 20px;
    }

    #ft .ft-info.no1>div{
        position: relative;
        padding-left: 50px;
    }

    #ft .ft-info.no2 .copy{
        font-size: 14px;
        float: none;
    }

    #ft .ft-info.no2 .linkbox{
        float: none;
        margin-top: 5px;
    }

		
}

@media(max-width: 520px){
    #ft .talking img{
        width: 40px;
    }
}
