@charset "utf-8";
/********************
메인페이지 및 서브페이지 동시 적용.
가장 마지막에 불러오는 CSS 파일입니다.
※ 공통영역 CSS에서 부분별 개별 적용시 사용하시면 됩니다. 
********************/


/*서브비주얼****************************************/
.eQ01 .wrap-sub-visual{background:url(/sites/psychology/images/common/sub_visual_1.jpg) no-repeat center top;background-size: cover;}
.eQ02 .wrap-sub-visual{background:url(/sites/styleguide/images/common/sub_visual_2.jpg) no-repeat center top;background-size: cover;}
.eQ03 .wrap-sub-visual{background:url(/sites/styleguide/images/common/sub_visual_3.jpg) no-repeat center top;background-size: cover;}
.eQ04 .wrap-sub-visual{background:url(/sites/styleguide/images/common/sub_visual_4.jpg) no-repeat center top;background-size: cover;}
.eQ05 .wrap-sub-visual{background:url(/sites/styleguide/images/common/sub_visual_5.jpg) no-repeat center top;background-size: cover;}

/*학과소개, 졸업후 진로 이미지****************************************/
.majorWrap, .graduWrap {background: url(/sites/psychology/images/common/major_bg.png) no-repeat top center;}


/* 학과소개 */
.college-info-box.custom5114 .college-info-image { width:26% !important; }
.college-info-box.custom5114 .college-info-textbox { width:67% !important; }
@media (max-width: 768px) {
  .college-info-box.custom5114 .college-info-textbox { width:100% !important; }
}

.majorWrap > .subject{line-height: 1.7; font-size: 20px;}

.main-info-bx .main-info-insta {margin-top: 20px;}
.main-info-bx .main-info-insta a {position: relative; display: block; border-radius: 25px; background: #34353A; padding: 10px 55px 10px 25px; font-size: 16px; letter-spacing: -0.5px; color: #fff; font-family: "Noto Medium"; }
.main-info-bx .main-info-insta a::after {content: ""; position: absolute; width: 31px; height: 30px; background: url("/sites/psychology/images/sub/insta.png") no-repeat; right: 19px; top: 50%; margin-top: -15px;}
.main-info-bx .main-info-insta a:hover {text-decoration: underline;}
