@charset "utf-8";

.widthWrap {
  max-width: 1430px;
  margin: 0 auto;
  padding: 0 30px;
}

.widthWrap2 {
  width: 1150px;
  margin: 0 auto;
  padding: 0 30px;
}

.widthWrap3 {
  width: 1290px;
  margin: 0 auto;
  padding: 0 0 0 100px;
}

.widthWrap4 {
  width: 1367px;
  margin: 0 auto;
}

.grayBg {
  background: #f3f5f7;
}

/* header */
header {
  height: 90px;
  background: #fff;
  position: relative;
  z-index: 1;
}
header .widthWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}

.shadow {
  box-shadow: 0 5px 24px rgba(112, 112, 119, 0.08);
}
header nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
header nav .depth1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
header nav .depth1 > li {
  margin: 0 30px;
}

header nav .depth1 > li>a.on {
  font-weight:bold;
}

header nav .depth1 > a {
}
header nav .depth1 .depth2 {
  position: absolute;
  background: #f3f5f7;
  padding: 25px 0;
  top: 90px;
  width: 100%;
  left: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: none;
}

header nav .depth1 .depth2.on {
  display: flex;
}

header nav .depth1 .depth2.teacher {
  background: #ffffff;
}

header nav .depth1 .depth2 li {
  margin: 0 65px 0 0;
}
header nav .depth1 > li:nth-child(2) > .depth2 > li {
  position: relative;
  left: -75px;
}

header nav .depth1 .depth2 li a {
  color: #707077;
  display: flex;
  justify-content: flex-start;
  text-align: left;
}

header nav .depth1 li a.on,
header nav .depth1 li a:hover,
header nav .depth1 .depth2 li.on a,
header nav .depth1 .depth2 li a:hover {
  font-weight: bold;
  text-decoration: none !important;
  color:#0472fa !important;
}
.btnHeaderJoin {
  background: linear-gradient(to right, #0472fa, #6051f2);
  width: 145px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  color: #fff;
  border-radius: 20px;
  margin-left: 40px;
}

.btnHeaderJoin:hover {
  text-decoration: none !important;
}

header nav .depth1 > li:nth-child(1) > .depth2 > li {
  position: relative;
  left: -180px;
}
footer {
  min-height: 250px;
  padding: 50px 0;
  background: url(../img/common/footer_bg.png) left top / cover no-repeat;
}

footer .widthWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}



footer .adress {
  color: #707077;
}

footer .one {color: #ffffff}

footer .left {
  padding-left: 140px; color: #707077;
}
footer .left .footer_logo {
}
footer .left .footer_logo img {
}
footer .left .address {
  margin: 10px 0 40px; color: #707077;
}
address {
  color: #707077;
}

footer .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  width: 300px;
}
footer .right .sns {
  width: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
footer .right .privacy a {
  margin-left: 30px;
}

.subNav {
  position: relative;
  width: 100%;
  background: #fff;
  height: 80px;
  z-index: 0;
  box-shadow: 0 1px 16px rgba(112, 112, 119, 0.08);
}

.subNav .widthWrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.subNav button {
  width: 25%;
  height: 80px;
  background: #fff;
  color: #707077;
  font-size: 18px;
  font-weight: 500;

}
.subNav button:hover,
.subNav button.on {
  background: linear-gradient(to right, #0472fa, #6051f2);
  color: #fff;
  border-bottom:0 !important;
}

.widthWrap2.teacher {
  padding-top: 40px;
}
