@charset "UTF-8";
@import url("https://fonts.cdnfonts.com/css/times-new-roman");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
@import url("https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@700;800&family=Aboreto&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Racing+Sans+One&display=swap");
@font-face {
  font-family: "ChosunSm";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.1/ChosunSm.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GmarketSansMedium";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  font-family: "Pretendard", sans-serif !important;
  -webkit-font-smoothing: antialiased; /* 웹킷 기반 브라우저 */
  -moz-osx-font-smoothing: grayscale; /* macOS 전용 */
  box-sizing: border-box;
  letter-spacing: -0.3px;
}

.racing-sans-one-regular {
  font-family: "Racing Sans One", serif !important;
  font-weight: 400;
  font-style: normal;
}

body, html {
  height: 100%;
}

.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

p, span, li {
  word-break: keep-all;
}

table {
  table-layout: fixed;
  width: 100%;
}

.disnone {
  display: none !important;
}

.w100 {
  width: 100%;
}

.w1420 {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
}

.fp-watermark {
  display: none !important;
}

body:not(.fp-responsive) .fp-overflow {
  max-height: none !important;
  overflow-y: unset !important;
}

/* ---------------------------------------------------------- */
.headerinnerwrap {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9999;
  background-color: transparent;
  transition: var(--transition-custom);
  transition-property: background-color;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding-left: 80px;
  padding-right: 80px;
}

.headerinner {
  position: relative;
  z-index: 999;
}

.headerlogin {
  position: relative;
  z-index: 999;
}

.gnb-overlay-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0; /*  background:rgba(0,0,0,0.5); */
  z-index: 9997;
  transition: var(--transition-custom);
} /* gnb overlay BG */
.gnb-overlay-bg.open {
  visibility: visible;
  opacity: 1;
}

.total-menu {
  position: absolute;
  text-align: center;
  top: 32px;
  left: 0px;
  width: 100%;
  z-index: 99;
}

.total-menu > ul {
  display: inline-block;
}

.total-menu > ul > li {
  position: relative;
  float: left;
  word-break: keep-all;
}

.total-menu > ul > li > a {
  position: relative;
  z-index: 100;
  display: block;
  padding: 0 2.5rem;
  text-align: center;
  color: #222222;
  font-size: 18px;
  letter-spacing: -0.01em;
  font-weight: 600;
  transition: all 0.5s;
}

.total-menu > ul > li > a:hover,
.total-menu > ul > li > a:focus,
.total-menu > ul > li.on > a {
  color: var(--main-color);
}

/* GNB :: 2차 전체메뉴 */
.gnbbg02 {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 98;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: height 0.3s ease-in-out, opacity 0.2s ease-in-out;
}

/* #gnbBg:after{position:absolute; top:var(--header-height); width:100%; left:0; height:1px; background-color:#ddd; content:"";} */
.total-menu > ul > li .gnb-2dep {
  position: absolute;
  top: var(--header-height);
  left: 0px;
  z-index: 99;
  width: 100%;
  text-align: left;
  opacity: 0;
  filter: Alpha(opacity=0);
  height: 0;
  transition: all 0.2s 0s;
  transition-delay: 0s;
  visibility: hidden;
}

.total-menu > ul > li:hover .gnb-2dep:before {
  width: 100%;
  left: 0;
}

.total-menu > ul > li .gnb-2dep ul {
  padding-bottom: 10px;
  text-align: center;
}

.total-menu > ul > li .gnb-2dep ul li {
  position: relative;
}

.total-menu > ul > li .gnb-2dep ul li a {
  display: block;
  padding: 15px 11px;
  color: #2e2e2e;
  font-size: 16px;
  letter-spacing: -0.1px;
  font-weight: 400;
  line-height: 20px;
  transition: color 0.2s linear;
}

.total-menu > ul > li .gnb-2dep ul li a:hover {
  color: #175fe8;
}

.licolor > a:nth-child(1) {
  color: #175fe8;
  transition: color 0.2s linear;
}

/* GNB :: 2차메뉴 Over (높이변경) */
.open55 {
  height: 370px;
  box-shadow: 0 20px 20px rgba(2, 42, 118, 0.05);
}

.clearfix.cibal li .gnb-2dep {
  height: 370px;
  opacity: 1;
  filter: Alpha(opacity=100);
  visibility: visible;
  transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out 0.2s;
  padding-top: 30px;
}

.clearfix.cibal > li > a {
  padding: 0 4rem;
}

/* ---------------------- */
.headerinner .logoimg {
  height: 40px;
}

.footer {
  width: 100%;
  margin-top: 140px;
}

.footer-top {
  width: 100%;
  background-color: #1A1A1A;
  display: flex;
  align-self: center;
  justify-content: space-between;
  padding: 25px 240px;
}
.footer-top ul li a {
  font-size: 16px;
  color: #fff;
}
.footer-top .footer-top-left,
.footer-top .footer-top-right {
  display: flex;
  align-items: center;
}
.footer-top .footer-top-left li {
  margin-right: 60px;
}
.footer-top .footer-top-right li {
  margin-right: 30px;
}
.footer-top .footer-top-left li:last-child,
.footer-top .footer-top-right li:last-child {
  margin-right: 0;
}

.footer-bottom {
  display: flex;
  align-self: center;
  justify-content: space-between;
  padding: 50px 240px;
}
.footer-bottom .footer-bottom-left ul {
  display: flex;
  align-items: center;
  margin-top: 22px;
}
.footer-bottom ul li {
  font-size: 14px;
}
.footer-bottom .bar {
  width: 1px;
  height: 10px;
  background-color: #E3E3E3;
  margin: 0 8px;
}
.footer-bottom .copyright {
  font-size: 14px;
  color: #7E7E7E;
  margin-top: 12px;
}

.footer-bottom-right {
  padding-top: 30px;
}
.footer-bottom-right p {
  font-size: 30px;
  font-weight: 600;
}
.footer-bottom-right ul {
  display: flex;
  margin-top: 15px;
}
.footer-bottom-right ul li {
  font-size: 14px;
  color: #7E7E7E;
  margin-right: 20px;
}

.offcanvas {
  --bs-offcanvas-width:100%;
}
.offcanvas .offcanvas-header {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
}
.offcanvas .offcanvas-body {
  overflow-y: unset;
  padding: 0;
}
.offcanvas .offcanvas-body .flexoff {
  display: flex;
  align-items: center;
}
.offcanvas .offcanvas-body .flexoff .off-bg {
  width: 30%;
  height: 100vh;
}
.offcanvas .offcanvas-body .flexoff .off-bg img {
  width: 100%;
  height: 100%;
}
.offcanvas .offcanvas-body .flexoff .right {
  width: 70%;
  padding-left: 140px;
}
.offcanvas .offcanvas-body .flexoff .right .logo {
  height: 48px;
}
.offcanvas .offcanvas-body .flexoff .right .bigul > li {
  display: flex;
  align-items: center;
  margin-top: 58px;
}
.offcanvas .offcanvas-body .flexoff .right .bigul > li p {
  width: 220px;
  font-size: 24px;
  font-weight: 600;
}
.offcanvas .offcanvas-body .flexoff .right .bigul > li ul {
  display: flex;
  align-items: center;
}
.offcanvas .offcanvas-body .flexoff .right .bigul > li ul li {
  font-size: 18px;
  margin-right: 60px;
}
.offcanvas .offcanvas-body .flexoff .right .bigul > li ul li a {
  color: #636363;
  font-weight: 500;
  transition: all 0.3s;
}
.offcanvas .offcanvas-body .flexoff .right .bigul > li ul li a:hover {
  color: #082C6B;
}
.offcanvas .offcanvas-body .flexoff .right .bigul > li ul li:last-child {
  margin-right: 0;
}
.offcanvas .offcanvas-body .flexoff .right .bigul > li:nth-child(1) {
  margin-top: 120px;
}

.contentBanner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bannertextDiv {
  text-align: center;
}
.bannertextDiv p {
  font-family: "ChosunSm" !important;
  color: #fff;
  font-size: 27px;
  margin-bottom: 15px;
}
.bannertextDiv h2 {
  font-size: 55px;
  font-weight: 700;
  color: #fff;
}
.bannertextDiv h4 {
  margin-top: 30px;
  font-size: 22px;
  font-weight: 300;
  color: #fff;
}

.titlediv {
  text-align: center;
  margin-top: 80px;
}
.titlediv .p01 {
  font-size: 18px;
  color: #0066FF;
  font-weight: 600;
}
.titlediv h3 {
  font-size: 26px;
  font-weight: 600;
  margin-top: 12px;
}
.titlediv .p03 {
  width: 920px;
  margin: 0 auto;
  font-size: 19px;
  line-height: 30px;
  margin-top: 42px;
  font-weight: 400;
}
.titlediv .p03 span {
  color: #1F57AC;
  font-weight: 600;
}

.bannerdiv {
  height: 400px;
  margin-top: 80px;
}

.dotab {
  width: 675px;
  margin-top: 100px;
}
.dotab li button {
  width: 140px;
  font-weight: 500;
  font-size: 18px;
  color: #AFAFAF;
  border: none !important;
  padding-bottom: 10px;
}
.dotab li button:hover {
  color: #131415;
}
.dotab li .nav-link.active {
  border-bottom: 2px solid #131415 !important;
}

.introtabconDiv .tidiv {
  margin-top: 50px;
}
.introtabconDiv .tidiv .bigp {
  font-weight: 700;
  font-size: 44px;
}
.introtabconDiv .tidiv .smp {
  width: 400px;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: #828282;
  margin-top: 28px;
}
.introtabconDiv .infodiv {
  margin-top: 60px;
}
.introtabconDiv .infodiv .tidiv {
  display: flex;
  align-items: center;
}
.introtabconDiv .infodiv .tidiv span {
  font-size: 22px;
  font-weight: 600;
  margin-left: 10px;
}
.introtabconDiv .infodiv ul li {
  margin-top: 24px;
}
.introtabconDiv .infodiv ul li span {
  font-size: 18px;
  color: #5a5a5a;
  font-weight: 400;
}
.introtabconDiv .infodiv ul li .sp01 {
  display: inline-block;
  width: 210px;
  font-weight: 700;
  color: #131415;
}
.introtabconDiv .infodiv ul li .subp {
  margin-top: 24px;
  font-size: 16px;
  line-height: 22px;
  color: #363636;
  font-weight: 300;
}

.method_banner {
  background-image: url("/images/method_banner.png");
  height: 589px;
}

.methodtediv {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.methodtediv .whitebox {
  position: relative;
  background-color: #FFFFFF;
  width: 430px;
  padding: 30px 20px;
  border-radius: 12px;
}
.methodtediv .whitebox .spandiv .span01 {
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
  margin-right: 3px;
}
.methodtediv .whitebox .spandiv .span02 {
  font-size: 18px;
  font-weight: 500;
  color: #505050;
}
.methodtediv .whitebox .bar {
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
  margin: 20px 0;
}
.methodtediv .whitebox ul li {
  font-size: 16px;
  color: #505050;
}
.methodtediv .whitebox ul li:nth-child(2) {
  margin-top: 12px;
}
.methodtediv .whitebox .method_han {
  position: absolute;
  top: 0;
  left: 0;
}
.methodtediv .whitebox01 {
  margin-right: 20px;
}

.director_banner {
  background-image: url("/images/director_banner.png");
}

.directordiv {
  position: relative;
  display: flex;
  width: 100%;
  height: 720px;
}

.directordiv .bluebg {
  position: relative;
  width: 44%;
  height: 720px;
  background-color: #232E77;
}
.directordiv .bluebg .directorimg {
  position: absolute;
  right: -218px;
  bottom: -2px;
}
.directordiv .bluebg .directorname {
  position: absolute;
  right: 140px;
  top: 234px;
}
.directordiv .bluebg .directorname p {
  color: #fff;
}
.directordiv .bluebg .directorname .p01 {
  font-size: 20px;
  font-family: "ChosunSm" !important;
}
.directordiv .bluebg .directorname .p02 {
  font-weight: 700;
  font-size: 26px;
  margin-top: 13px;
}
.directordiv .whitebg {
  padding-top: 130px;
  padding-left: 120px;
}
.directordiv .whitebg .methodbigp {
  font-size: 32px;
  line-height: 42px;
  font-family: "ChosunSm" !important;
}
.directordiv .whitebg .methodbigp span {
  font-size: 32px;
  font-family: "ChosunSm" !important;
  color: #1F57AC;
}
.directordiv .whitebg .careerdiv {
  padding-left: 160px;
  padding-top: 80px;
}
.directordiv .whitebg .careerdiv .name {
  font-size: 22px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.directordiv .whitebg .careerdiv .name .circle {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #484848;
  margin-right: 8px;
}
.directordiv .whitebg .careerdiv .div02 {
  margin-top: 30px;
}
.directordiv .whitebg .careerdiv ul li {
  font-size: 18px;
  font-weight: 300;
  color: #464646;
  margin-top: 16px;
}

.directorswiperdiv {
  max-width: 1420px;
  margin: 0 auto;
  position: relative;
}
.directorswiperdiv .directorswiper {
  max-width: 1420px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 40px;
}
.directorswiperdiv .directro-swiwrap .swiper-slide {
  text-align: center;
}
.directorswiperdiv .directro-swiwrap .swiper-slide img {
  width: 100%;
  border-radius: 14px;
  border: 1px solid #dadada;
}
.directorswiperdiv .directro-swiwrap .swiper-slide p {
  margin-top: 10px;
  color: #575757;
}
.directorswiperdiv .swiper-button-prev {
  width: 40px !important;
  height: 40px !important;
  left: -70px;
  background-image: url("/images/swi-prev.png");
  background-size: contain;
}
.directorswiperdiv .swiper-button-next {
  width: 40px !important;
  height: 40px !important;
  right: -70px;
  background-image: url("/images/swi-next.png");
  background-size: contain;
}
.directorswiperdiv .swiper-button-prev:after,
.directorswiperdiv .swiper-button-next:after {
  content: "";
}

.teacher_banner {
  background-image: url("/images/teacher_banner.png");
}

.teacherlist-ul {
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.teacherlist-ul li {
  margin-top: 30px;
}
.teacherlist-ul li .p01 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 18px;
}
.teacherlist-ul li .p02 {
  font-size: 15px;
  color: #7e7e7e;
  margin-top: 10px;
}

.academy_banner {
  background-image: url("/images/academy_banner.png");
}

.academyconflexDiv {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.academyconflexDiv .contdiv {
  padding-left: 30px;
}
.academyconflexDiv .imgdiv {
  padding-right: 30px;
}

.mapdiv {
  border-top: 2px solid #131313;
  margin-top: 66px;
  padding-top: 66px;
}
.mapdiv .roaddiv .bigp {
  font-size: 30px;
  font-weight: 700;
  margin-top: 30px;
}
.mapdiv .roaddiv ul {
  display: flex;
  margin-top: 24px;
}
.mapdiv .roaddiv ul li {
  margin-right: 45px;
  font-weight: 300;
  color: #363636;
}
.mapdiv .roaddiv ul li span {
  font-weight: 500;
  color: #414141;
}
.mapdiv .roaddiv .linkdiv {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 38px;
}
.mapdiv .roaddiv .linkdiv .linka {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 52px;
  border: 2px solid #131415;
  transition: all 0.3s;
}
.mapdiv .roaddiv .linkdiv .linka span {
  margin-left: 10px;
}
.mapdiv .roaddiv .linkdiv .linka:hover {
  background-color: #131415;
  color: #fff;
}

.content_banner {
  background-image: url("/images/content_banner.png");
}

.book_banner {
  background-image: url("/images/book_banner.png");
}

.bookFlexdivwrap {
  margin-top: 30px;
}

.bookFlexdiv {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}
.bookFlexdiv li {
  margin-top: 30px;
}
.bookFlexdiv li .p01 {
  font-size: 17px;
  font-weight: 500;
  margin-top: 10px;
}
.bookFlexdiv li .p02 {
  font-size: 15px;
  color: #7e7e7e;
  margin-top: 10px;
}

.bookcontitute {
  margin-top: 100px;
  padding-top: 20px;
  width: 100%;
  height: 800px;
  background-image: url("/images/bookcontitute.png");
}
.bookcontitute .titlediv .p01 {
  color: #52F3FF !important;
}
.bookcontitute .titlediv h3 {
  color: #fff !important;
}
.bookcontitute .bookcontitute-flex {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
}

.studyroom_banner {
  background-image: url("/images/studyroom_banner.png");
}

.studyroom-p03 {
  width: 1020px !important;
}

.freeswiper {
  max-width: 1012px;
  margin: 0 auto;
  margin-top: 50px;
  overflow: hidden;
}
.freeswiper .swiper-slide img {
  border-radius: 15px;
}

.studyroomswiperdiv .swiper-button-prev {
  left: 120px !important;
}

.studyroomswiperdiv .swiper-button-next {
  right: 120px !important;
}

.system_banner {
  background-image: url("/images/system_banner.png");
}

.system-p03 {
  width: 670px !important;
}

.systeminfodiv {
  text-align: center;
  margin-left: -80px;
  margin-top: 60px;
}

.systemcontitute {
  width: 100%;
  height: 890px;
  background-image: url("/images/systemcontitute.png");
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.systemcontituteDiv {
  display: flex;
  align-items: center;
  justify-content: center;
}
.systemcontituteDiv .div01 {
  margin-right: 80px;
}
.systemcontituteDiv .div02 {
  margin-right: 80px;
}
.systemcontituteDiv .p01 {
  font-size: 18px;
  font-weight: 500;
  color: #6DDFFF;
}
.systemcontituteDiv h3 {
  color: #fff;
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  margin-top: 14px;
}
.systemcontituteDiv .p03 {
  font-size: 16px;
  line-height: 26px;
  color: #E6E7E7;
  font-weight: 300;
  margin-top: 26px;
}
.systemcontituteDiv img {
  border-radius: 10px;
}

.systemcontituteDiv:nth-child(2) {
  margin-top: 100px;
}

.video_banner {
  background-image: url("/images/video_banner.png");
}

.youtubediv {
  text-align: center;
  margin-top: 50px;
}

.videoinfodiv {
  width: 854px;
  margin: 0 auto;
  margin-top: 20px;
}
.videoinfodiv .badge {
  font-size: 16px;
  border: 1px solid #BCBCBC;
  color: #6D6D6D;
  padding: 7px 12px;
  padding-top: 8px;
  font-weight: 400;
  border-radius: 5px;
}
.videoinfodiv h3 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 8px;
}
.videoinfodiv .seediv {
  margin-top: 14px;
}
.videoinfodiv ul {
  display: flex;
  align-items: center;
}
.videoinfodiv ul li {
  display: flex;
  align-items: center;
  color: #909090;
  margin-right: 8px;
  font-weight: 300;
}

.roadmap_banner {
  background-image: url("/images/roadmap_banner.png");
}

.roaddiv {
  margin-top: 50px;
}

.concept_banner {
  background-image: url("/images/concept_banner.png");
}

.conceptUl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  margin-top: 70px;
}
.conceptUl li div {
  text-align: center;
}
.conceptUl li img {
  border-radius: 15px;
  width: 90%;
}
.conceptUl li p {
  text-align: center;
  color: #6C6C6C;
  margin-top: 10px;
}

.conceptballdiv {
  text-align: center;
  margin-top: 140px;
}

.solving_banner {
  background-image: url("/images/solving_banner.png");
}

.solvingul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  gap: 100px;
}
.solvingul li {
  width: calc(100% - 50px);
}
.solvingul li h4 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 14px;
}
.solvingul li p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: #242424;
  margin-top: 6px;
}
.solvingul .arrowdiv,
.solvingul .plusdiv {
  width: 100%;
  height: 100%;
  position: relative;
}
.solvingul .solving-img-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -84px;
}

.clinic_banner {
  background-image: url("/images/clinic_banner.png");
}

.clinincContent {
  margin-top: 70px;
}

.clinicDiv {
  display: flex;
  align-items: center;
  justify-content: center;
}
.clinicDiv h3 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
}
.clinicDiv h3 span {
  color: #FF3D3D;
}
.clinicDiv p {
  font-size: 18px;
  font-weight: 300;
  color: #242424;
  margin-top: 30px;
  line-height: 26px;
}
.clinicDiv img {
  border-radius: 15px;
}
.clinicDiv .clinicDiv-leftimg {
  margin-right: 48px;
}

.clinicDiv-right {
  margin-top: 90px;
}
.clinicDiv-right h3, .clinicDiv-right p {
  text-align: right;
}
.clinicDiv-right .clinicDiv-rightimg {
  margin-left: 48px;
}

.exam_banner {
  background-image: url("/images/exam_banner.png");
}

.bookleftdivContent {
  display: flex;
  justify-content: center;
  padding-left: 238px;
  margin-top: 130px;
}

.bookleftdiv {
  margin-right: 120px;
}
.bookleftdiv > div {
  margin-top: 50px;
}
.bookleftdiv > div:nth-child(1) {
  margin-top: 0;
}
.bookleftdiv h4 {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  padding: 5px 14px;
  border-radius: 50px;
  background-color: #121D54;
}
.bookleftdiv ul {
  margin-top: 16px;
}
.bookleftdiv ul li {
  font-size: 18px;
  margin-top: 10px;
}
.bookleftdiv .subp {
  font-weight: 300;
  font-size: 18px;
  color: #5E5E5E;
}
.bookleftdiv .subp02 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-top: 10px;
}
.bookleftdiv .subp02 span {
  color: #FF5233;
}

.bookrightdiv {
  position: relative;
}
.bookrightdiv .name {
  position: absolute;
  top: -22px;
  right: 167px;
}
.bookrightdiv .name p {
  font-size: 18px;
  font-weight: 300;
  color: #5E5E5E;
}
.bookrightdiv .name h5 {
  font-weight: 700;
  font-size: 22px;
  margin-top: 7px;
}

.cast_banner {
  background-image: url("/images/cast_banner.png");
}

.entrance_banner {
  background-image: url("/images/entrance_banner.png");
}

.academyconflexDiv .contdiv {
  margin-right: 60px;
}
.academyconflexDiv .infodiv2 .stepdiv .span01 {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background-color: #082C6B;
  border-radius: 4px;
  padding: 5px 7px;
}
.academyconflexDiv .infodiv2 .stepdiv .span02 {
  font-size: 18px;
  font-weight: 700;
}
.academyconflexDiv .infodiv2 .conDiv {
  display: flex;
  align-items: flex-start;
  margin-top: 25px;
  width: 680px;
}
.academyconflexDiv .infodiv2 .conDiv .stepdivTitle {
  display: flex;
  align-items: center;
  width: 180px;
  margin-right: 30px;
}
.academyconflexDiv .infodiv2 .conDiv .stepdivTitle span {
  display: inline-block;
  font-weight: 700;
  margin-left: 8px;
}
.academyconflexDiv .infodiv2 .conDiv ul li {
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.academyconflexDiv .infodiv2 .conDiv ul li .circlebox {
  padding-top: 10px;
}
.academyconflexDiv .infodiv2 .conDiv ul li .circle {
  display: block;
  width: 3px;
  height: 3px;
  background-color: #424242;
  border-radius: 50px;
  margin-right: 7px;
}
.academyconflexDiv .infodiv2 .conDiv ul li .bospan {
  font-weight: 700;
}
.academyconflexDiv .infodiv2 .conDiv ul li:nth-child(1) {
  margin-top: 0;
}
.academyconflexDiv .infodiv2-first {
  margin-top: 50px;
}/*# sourceMappingURL=style.css.map */