/* 메인 */
/* header */
#main-header {
  background: #e9e9e9;
}

#header {
  width: 100%;
  height: 100px;
}

.h-wrap {
  width: 1260px;
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.h-left {
  display: flex;
  align-items: center;
}

.logo {
  width: 55px;
  margin-right: 12px;
}

.logo>a>img {
  width: 100%;
}

.logo-text {
  color: #536289;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}

.gnb {
  display: flex;
}

.gnb>li {
  position: relative;
  width: 130px;
  text-align: left;
  font-weight: bold;
}

.gnb>li>a {
  font-size: 16px;
  padding: 42px 0;
  display: inline-block;
  position: relative;
  color: #000;
  z-index: 2;
}

.gnb>li:hover>a {
  color: #000;
  font-weight: bold;
}

.gnb>li>a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 25px;
  width: 0;
  height: 3px;
  background-color: #000;
  transition: all .5s;
}

.gnb>li>a::before {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 25px;
  width: 0;
  height: 3px;
  background-color: #000;
  transition: all .5s;
}

.gnb>li>a:hover:after {
  width: 50%;
}

.gnb>li>a:hover::before {
  width: 50%;
}

/* depth 메뉴 */
.depth2 {
  position: absolute;
  z-index: 10;
  display: none;
  top: 120px;
}

.depth2>li {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 0px;
}

.depth2>li>a {
  display: inline-block;
  position: relative;
  color: #898989;
  font-size: 14px;
  font-weight: normal;
}

.depth2>li:hover>a {
  color: #000;
  font-size: 14px;
  font-weight: bold;
}

.depth2>li>a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 0;
  height: 1px;
  background-color: #000;
  transition: all .5s;
}

.depth2>li>a::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: -5px;
  width: 0;
  height: 1px;
  background-color: #000;
  transition: all .5s;
}

.depth2>li>a:hover:after {
  width: 50%;
}

.depth2>li>a:hover::before {
  width: 50%;
}

.gnb-bg {
  display: none;
  position: absolute;
  width: 100%;
  height: 220px;
  background-color: #ffffff;
  border-top: 1px solid #dcdee5;
  border-bottom: 1px solid #dcdee5;
  top: 100px;
  left: 0;
  z-index: 9;
}

.user-position {
  position: relative;
}

.user {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #111;
}

.user span {
  font-size: 14px;
  font-weight: bold;
}

.user-depth2 {
  width: 100px;
  display: none;
  position: absolute;
  top: 43px;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.9);
}

.user-depth2>li {
  z-index: 1;
  font-size: 14px;
  font-weight: 500;
  padding: 20px 0;
  width: 100%;
}

.user-depth2>li>a {
  width: 100%;
  color: #fff;
}

.icon-wrap>i {
  font-size: 18px;
}

/* 메인 */
#main-container {
  width: 100%;
  background-color: #e9e9e9;
}

#main-container .center {
  width: 1260px;
  margin: 0 auto;
  padding-top: 20px;
}

#container {
  width: 1260px;
  margin: 20px auto 0;
}

.main-wrap {
  display: flex;
  position: relative;
}

.doctor {
  width: 300px;
  height: 420px;
  background: url(../images/main/main01.jpg) no-repeat;
  color: #fff;
  margin: 0 20px 20px 0;
}

.doctor p {
  padding: 30px 0px 5px 30px;
  font-size: 16px;
  box-sizing: border-box;
}

.doctor strong {
  margin-left: 30px;
  font-size: 24px;
  font-weight: bold;
}

.department {
  width: 300px;
  height: 200px;
  background: url(../images/main/main04.jpg) no-repeat;
}

.department h3 {
  font-size: 16px;
  color: #475781;
  font-weight: bold;
  padding: 30px 0 0 30px;
}

.slide {
  width: 620px;
  height: 640px;
  color: #475781;
  font-weight: bold;
}

.center {
  position: relative;
}

.view {
  width: 100%;
  height: 640px;
  padding: 30px 0;
  box-sizing: border-box;
}

.slide-box {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.slide-box:first-child {
  display: block;
}

.slide-text {
  position: absolute;
}

.slide h3 {
  padding: 30px 0px 10px 30px;
  font-size: 20px;
}

.slide h2 {
  padding: 0px 0px 10px 30px;
  font-size: 40px;
  font-weight: 700;
}

.slide h1 {
  padding: 0px 0px 0px 30px;
  font-size: 80px;
  font-weight: 900;
  letter-spacing: -5;
}

.v-btn {
  position: absolute;
  left: 30px;
  top: 38%;
}

.v-btn li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #475781;
  text-indent: -9999px;
  margin: 0 5px;
  float: left;
}

.v-btn li a {
  display: block;
  height: 100%;
}

.v-btn li.on {
  background-color: #475781;
}

.schedule {
  width: 300px;
  height: 420px;
  background: url(../images/main/main03.jpg) no-repeat bottom;
  background-color: #fff;
  padding: 30px 30px 0;
  box-sizing: border-box;

}

.m-s-tit {
  box-sizing: border-box;
  margin-bottom: 30px;
  color: #a7adbe;
}

.m-s-tit h3 {
  font-size: 16px;
  color: #475781;
  font-weight: bold;
}

.schedule ul li {
  color: #a7adbe;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.cicle {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #a7adbe;
  margin-right: 5px;
}

.banner {
  width: 620px;
  height: 200px;
  background-color: #65aba7;
  color: #fff;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.banner h3 {
  font-size: 16px;
  font-weight: bold;
}

.banner h2 {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.3;
}

.banner ul li {
  font-size: 16px;
  color: #9ecac7;
}

.banner span {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 85px;
  font-weight: 800;
  opacity: 10%;
}

.notice {
  width: 300px;
  height: 200px;
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.notice ul {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.notice ul li {
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}

.notice ul li:last-child {
  border-bottom: none;
}

.notice h2 {
  width: 210px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notice span {
  color: #898989;
  font-size: 13px;
}

.etc {
  width: 300px;
  height: 420px;
  background-color: #475781;
  color: #fff;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 20px;
}

.etc h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 55px;
  line-height: 1.5;
  letter-spacing: -0.5;
}

.etc .etc-mid {
  margin-bottom: 55px;
}

.etc .etc-mid h3 {
  font-size: 28px;
  margin-bottom: 10px;
}

.etc .etc-mid span {
  font-size: 18px;
}

.etc ul li {
  color: #a7adbe;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.etc ul li:last-child {
  margin-bottom: 0;
}

/* 푸터 */

footer {
  width: 100%;
  background-color: #4a5368;
  padding: 60px 0 97px;
  box-sizing: border-box;
  position: relative;
  bottom: 0;
}

footer>.center {
  width: 1260px;
  margin: 0 auto;
}

footer h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.5;
  margin-bottom: 35px;
  color: #a5a9b4;
}

footer address {
  font-size: 14px;
  line-height: 1.5;
  color: #a5a9b4;
}

footer .site-box {
  position: relative;
  cursor: pointer;
  color: #fff;
}

footer.site-box {
  width: 200px;
  height: 30px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.5;
  color: #fff;
  border-bottom: 1px solid #a3a3a3;
}

footer.site-box>ul {
  position: absolute;
  top: 30px;
  border: 1px solid #a3a3a3;
  border-bottom: none;
  display: none;
}

footer.site-box ul li a {
  display: flex;
  align-items: center;
  width: 200px;
  height: 35px;
  color: #fff;
  padding: 0 10px;
  box-sizing: border-box;
  background-color: #5d5d5d;
}

.main-footer {
  background-color: #e9e9e9;
  position: unset;
}

.main-footer>.center {
  width: 1260px;
  margin: 0 auto;
}

.main-footer>h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.5;
  margin-bottom: 35px;
  color: #5d5d5d;
}

.main-footer>address {
  font-size: 14px;
  line-height: 1.5;
}


.site-box {
  position: relative;
  cursor: pointer;
  width: 200px;
  height: 30px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.5;
  color: #101010;
  border-bottom: 1px solid #a3a3a3;
}

.site-box>ul {
  position: absolute;
  top: 30px;
  display: none;
}

.site-box ul li a {
  display: flex;
  align-items: center;
  width: 200px;
  height: 35px;
  color: #fff;
  padding: 0 10px;
  box-sizing: border-box;
  background-color: #3f3f3f;
}

.site-box.main-site-box {
  color: #101010;
  border-bottom: 1px solid #a3a3a3;
}

.site-box.main-site-box ul li a {
  color: #fff;
  background-color: #5d5d5d;
}

.nav {
  border: 1px solid #dcdee5;
  height: 60px;
}

.nav .center {
  width: 1260px;
  margin: 0 auto;
  border-left: 1px solid #dcdee5;
}

.home {
  width: 50px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-right: 1px solid #dcdee5;
}

.nav-box {
  cursor: pointer;
  height: 60px;
  width: 200px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.5;
  color: #101010;
  display: flex;
}

.nav-box.nav-box-left {
  color: #909090;
}

.nav-tit {
  border-right: 1px solid #dcdee5;
  padding: 0 20px;
  box-sizing: border-box;
}

.nav-box>ul {
  position: absolute;
  top: 30px;
  display: none;
}

.nav-box ul li a {
  display: flex;
  align-items: center;
  width: 200px;
  height: 35px;
  padding: 0 10px;
  box-sizing: border-box;
  background-color: #3f3f3f;
}


.h-site-box {
  position: relative;
  cursor: pointer;
  width: 200px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.5;
  box-sizing: border-box;
  z-index: 1;
}

.h-site-box>ul {
  position: absolute;
  top: 38px;
  left: -21px;
  border: 1px solid #dcdee5;
  box-sizing: border-box;
  border-top: none;
  display: none;
}

.h-site-box ul li {
  border-top: 1px solid #dcdee5;
  width: 199px;
}

.h-site-box ul li:first-child {
  border-top: none;
}

.h-site-box ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 20px;
  background-color: #fff;
}

.url {
  font-size: 13px;
  color: #898989;
}

.urlcopy {
  width: 80px;
  height: 30px;
  border: 1px solid #828282;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 500;
  margin-left: 10px;
}

/* 로그인 */
.login-title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  color: #475781;
  margin-top: 200px;
}

.id {
  width: 400px;
  height: 50px;
  text-indent: 15px;
  font-size: 18px;
}

.pw {
  width: 400px;
  height: 50px;
  text-indent: 15px;
  font-size: 18px;
}

.login-cont>button {
  width: 400px;
  height: 50px;
  border-radius: 25px;
  font-size: 17px;
}

.sign_pw {
  margin-bottom: 70px;
}

.sign_pw li {
  margin-right: 50px;
}

.sign_pw li a {
  font-size: 16px;
}

.sign_pw li:last-child {
  margin-right: 0px;
}

.sign_pw li::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: -5px 3px 0 0;
  vertical-align: middle;
  background: #475781;
  border-radius: 50%;
}

.login-bg {
  margin-bottom: 100px;
}



/* 이메일 인증 */
.certifi-num {
  font-size: 24px;
  color: #475781;
  text-indent: 10px;
}

/* 학과소개 */
.title {
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 40px;
  position: relative;
  margin-top: 60px;
}

.title:after {
  display: inline-block;
  content: "";
  clear: both;
  width: 50px;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.hmo-text h2 {
  color: #475781;
  font-size: 35px;
  font-weight: 900;
  margin-bottom: 30px;
  letter-spacing: -0.5
}

.hmo-text h3 {
  font-size: 25px;
  letter-spacing: -0.5;
  margin-bottom: 30px;
}

.hmo-text span {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.5;
  margin-bottom: 40px;
  color: #898989;
}

.hmo-cont {
  margin: 140px 0;
}

.hmo-cont .tit {
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -0.5;
  margin-bottom: 25px;
}

.hmo-cont .sub-tit {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.5;
  color: #475781;
  margin-bottom: 30px;
}

.hmo-cont .txt {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.5;
  color: #898989;
  line-height: 1.5;
}

/* 현직교수 */

.tab li {
  margin-right: 80px;
  color: #8f929e;
  cursor: pointer;
}

.tab li.on {
  color: #000;
  border-bottom: 2px solid #000;
  padding-bottom: 6px;
}

/* 동문 */
.alum-text {
  border-top: 1px solid #cdd7e1;
}

.alum-text:last-child {
  border-bottom: 1px solid #cdd7e1;
  margin-bottom: 100px;
}

.alum-list {
  margin-bottom: 30px;
}

.alum-list:last-child {
  margin-bottom: 0;
}

.alum-list li {
  font-size: 16px;
}

.alum-list li:first-child {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  width: 154px;
}

.alum-list li:nth-child(2) {
  width: 351px;
}

.alum-list li:nth-child(3) {
  width: 285px;
}

.alum-list li:nth-child(4) {
  width: 160px;
}

/* regimen */
.l-menu {
  position: fixed;
  top: 48%;
  right: 10px;
  z-index: 2;
}

.l-menu ul li {
  cursor: pointer;
  height: 20px;
  transition: all 0.5s;
  text-align: right;
  margin-bottom: 10px;
}

.l-menu ul li::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0px 0 0 16px;
  vertical-align: middle;
  background: #475781;
  border-radius: 50%;
}

.l-menu ul li a {
  /* display: none; */
  border: 1px solid #d7d7d7;
  background-color: #fff;
  transition: all 0.1s;
  padding: 3px;
}


.l-menu ul li:hover a {
  border: 1px solid #475781;
  color: #475781;
  font-weight: bold;
}

.regi-wrap {
  border-top: 1px solid #cdd7e1;
  padding: 24px 40px;
  box-sizing: border-box;
}

.regi-wrap:last-child {
  border-bottom: 1px solid #cdd7e1;
  margin-bottom: 140px;
}

/* 게시판 */
.regi-wrap.notice-wrap:last-child {
  border-bottom: 1px solid #333;
  margin-bottom: 70px;
}

.notice-wrap ul li {
  cursor: pointer;
}

.notice-wrap ul li:nth-child(1) {
  width: 880px;
  font-weight: bold;
  color: #333;
  font-size: 18px;
}

.notice-wrap ul li a:nth-child(1) {
  display: block;
  width: 100%;
  color: #333;
  font-size: 18px;
}

.notice-wrap ul li:nth-child(2) {
  width: 180px;
  text-align: center;
  font-weight: normal;
}

.notice-wrap ul li:nth-child(3) {
  width: 120px;
  text-align: right;
  font-weight: normal;
}

/* 사진 게시판 */
.pnoti-wrap {
  width: 400px;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  margin-bottom: 30px;
  cursor: pointer;
}

.pnoti-wrap .top {
  width: 400px;
  position: relative;
}

.p-num {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  background: #0000006c;
}

.p-num>p {
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 80px;
}

.pnoti-wrap .bot {
  width: 400px;
  padding: 30px 25px;
  box-sizing: border-box;
  font-size: 16px;
}

.pnoti-wrap .bot>p {
  color: #8f929e;
  line-height: 1.5;
}

.pnoti-wrap .bot>h6 {
  margin-top: 35px;
  color: #8f929e;
}

.pnoti-wrap .bot .bot-top {
  margin-bottom: 28px;
}

.pnoti-wrap .bot .bot-top>h5 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.pnoti-wrap .bot .bot-top>p {
  font-size: 14px;
}



/* 현직교수 */

.consonant li {
  width: 140px;
  border-top: 1px solid #d9d9d9;
  box-sizing: border-box;
  padding: 22px 0;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #475781;
  cursor: pointer;
}

.consonant li:last-child {
  border-bottom: 1px solid #d9d9d9;
}

.cur-list li {
  width: 920px;
  display: flex;
  align-items: center;
  padding: 30px 20px;
  box-sizing: border-box;
}

.cur-list li>h5 {
  width: 160px;
  margin-right: 50px;
  font-size: 20px;
  color: #333;
}

.cur-list li>div {
  width: 720px;
}

.cur-list li>div>p {
  font-size: 16px;
  color: #475781;
  font-weight: 400;
}

.cur-list li>div>span {
  font-size: 16px;
  color: #475781;
  margin: 0;
  font-weight: 400;
}

/* 앨범 */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.swiper-slide.swiper-slide2 img {
  display: block;
  width: 100%;
  height: 100px;
  object-fit: cover;
}


/* .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.gallery-top {
  height: 80%;
  width: 100%;
}

.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
} */