@charset "utf-8";

/* 학과 컬러 */
.mColorBg, header > section > nav.gnb > ul > li > a:hover, header > section > nav.gnb > ul > li > a:focus, header > section nav.gnb > ul > li.active > a, header > section > nav.gnb > ul > li > ul.navSubmenu, .allmenuCon, .btnPopOpen, .mainArticleRightSlider > li > .more:hover, .mainArticleRightSlider > li > .more:focus, .mainArticleRight .bx-wrapper .bx-prev:hover, .mainArticleRight .bx-wrapper .bx-prev:focus, .mainArticleRight .bx-wrapper .bx-next:hover, .mainArticleRight .bx-wrapper .bx-next:focus, .mainArticleLeftTop:after, .mainTypeA_Btn:hover, .mainTypeA_Btn:focus, .mainTypeB_Btn:hover, .mainTypeB_Btn:focus, .mainTypeD_list > li > a:hover, .mainTypeD_list > li > a:focus, .newsRight > li > a:hover, .newsRight > li > a:focus, #leftCont h2, .visionBox > li strong, .tabStyle li.on a, .tabStyle li a:hover, .tabStyle li a:focus, #videoRollWrap {background:#3c6c92}
.mainArticleLeftBottom > ul > li > a:hover, .mainArticleLeftBottom > ul > li > a:focus, .mainArticleRightSlider > li > .more:hover, .mainArticleRightSlider > li > .more:focus, .mainTypeA_Btn:hover, .mainTypeA_Btn:focus, .mainTypeB_Btn:hover, .mainTypeB_Btn:focus {border-color:#3c6c92}
.mColor, .mainArticleLeftBottom > ul > li > a:hover, .mainArticleLeftBottom > ul > li > a:focus, .newsRightRight > .more, #noticeWrap > section > ul > li > h4, #noticeWrap .more, .professor li .pro_right dl dt a .fa-stack-2x {color:#3c6c92}
#rightCont .con h4.h4Tit:before {border:6px solid #3c6c92}

/* 학과 GNB 간격 조절 */
header > section > nav.gnb > ul > li {margin-left:20px}


/* 학과 GNB 마우스오버 메뉴 영역 최소값(메뉴떨어지는 경우에만 늘리기) */
header > section > nav.gnb > ul > li:nth-child(1) > ul.navSubmenu {min-width:150px}
header > section > nav.gnb > ul > li:nth-child(7) > ul.navSubmenu {min-width:120px}
header > section > nav.gnb > ul > li:nth-child(8) > ul.navSubmenu {min-width:120px}


/* 전체메뉴보기 크기조절 */
.allmenuNavList {width:12.5%; height:280px}


/* 메인이미지 경로 */
#mainVisualWrap .mainBxslider > li {background:url('../images/medicalMainVisual1_2.jpg') 50% top no-repeat}


/* 메인퀵링크 컬러  */
.mainVisualQuick > li a {background:rgba(255,255,255,0.8)}
.mainVisualQuick > li a:hover, .mainVisualQuick > li a:focus {background:rgba(255,255,255,1)}
.mainVisualQuick > li:nth-child(even) a {background:rgba(166,216,255,0.8)}
.mainVisualQuick > li:nth-child(even) a:hover, .mainVisualQuick > li:nth-child(even) a:focus {background:rgba(166,216,255,1)}


/* 팝업 컬러 */
.popBxslider > li:nth-child(odd) {background:#faf9fd}
.popBxslider > li:nth-child(even) {background:#fefffb}
.popBxslider > li:nth-child(odd) .btnMore a {background:#7a56c1}
.popBxslider > li:nth-child(odd) .pointColor {color:#7a56c1}
.popBxslider > li:nth-child(even) .btnMore a {background:#3c6c92}
.popBxslider > li:nth-child(even) .pointColor {color:#3c6c92}


/* mainArticleRightSlider */
.mainArticleRightSlider > li:nth-child(1) {background:url('../images/mainArticleRightSlider01_1.png') #f3f5f8 90% 50% no-repeat}
.mainArticleRightSlider > li:nth-child(2) {background:url('../images/mainArticleRightSlider02.png') #f3f5f8 90% 50% no-repeat}
.mainArticleRightSlider > li:nth-child(3) {background:url('../images/mainArticleRightSlider03.png') #f3f5f8 90% 50% no-repeat}


/* Type 컬러  */
#mainTypeA, #mainTypeB, #mainTypeC, #mainTypeD {background-color:#e5eff7}
#noticeWrap, .visionBox > li {background-color:#f3f5f8}
.mainTypeC_Btn {border-color:#3c6c92; color:#3c6c92}
.mainTypeC_list > li > a:hover .mainTypeC_Btn, .mainTypeC_list > li > a:focus .mainTypeC_Btn {background:#3c6c92; color:#fff}


/* 서브이미지 경로 */
.subVisual01 {background:url('../images/medicalMainVisual1_2.jpg') center 34% no-repeat; background-size:cover}

/* VRWrap */
.VRWrap {position:relative; max-width:1200px; margin:0 auto; z-index:999}
.VR {display:inline-block; position:absolute; top:120px; right:-145px; text-align:right; transition:.3s}
.VR:hover, .VR:focus {opacity:0.8}

.mainTypeA_right h3 {margin-top:-30px}
.videoSub {height:80px; overflow-y:scroll; border:1px solid #000; margin-top:15px; padding:10px; box-sizing:border-box}
.videoSub > h4 {font-size:16px}
.videoSub > h5 {font-size:15px; margin-top:15px}
.videoSub > p {font-size:14px; margin-top:5px; line-height:130%}

@media screen and (max-width:768px) {
	/* 메인이미지 반응형 위치 조절 */
	#mainVisualWrap .mainBxslider > li {background-position:55% top}
	.mainTypeA_right h3 {margin-top:0}
}