#course {
  background-color: var(--light-color);
  padding: 20px 0 40px;
}

.course-box {
  width: 950px;
  margin: 0 auto;
}

.course-accordion-content {
  display: none;
  margin-top: 40px;
  margin-bottom: 40px;
}

.course-accordion {
  cursor: pointer;
}

.course-upper-text {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
}

.course-example-box {
  background-color: var(--main-color);
  color: #ffffff;
  text-align: center;
  padding: 5px 0;
  font-size: 30px;
  font-weight: bold;
  margin-top: 20px;
  position: relative;
}

.course-example-box::before {
  position: absolute;
  content: "";
  right: 5%;
  top: 55%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 20px 0 20px;
  border-color: #ffffff transparent transparent transparent;
}

.course-content-ac {
  width: 850px;
  background-color: #ffffff;
  border-radius: 20px;
  margin: 20px auto 0;
  display: flex;
  position: relative;
  align-items: center;
}

.new-course-content-ac {
  width: 850px;
  background-color: #ffffff;
  border-radius: 20px;
  margin: 20px auto 0;
  align-items: center;
}

.new-course-teacher-box {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}

.new-course-teacher-box-txt {
  font-weight: bold;
  margin: 0 auto -28px;
  width: 85%;
}
.new-course-content-undertext {
  width: 94%;
  margin: 20px auto;
}

.course-teacher-item {
  position: relative;
}

.course-content-text {
  margin: 10px 15px 10px 30px;
  width: 630px;
}

.course-content-title {
  font-size: 26px;
  font-weight: bold;
}

.course-content-undertext {
  font-size: 20px;
}

.course-under-line {
  border-bottom: 1px solid black;
  margin-bottom: 7px;
}

.course-content-teacher {
  position: absolute;
  right: 0%;
  width: 160px;
  text-align: center;
  bottom: 0%;
}

.new-course-content-teacher {
  position: absolute;
  right: -30%;
  width: 165px;
  text-align: center;
  bottom: -13%;
}

.course-content-img {
  width: 100px;
  margin-left: 35px;
  margin-bottom: 10px;
}
.new-course-content-img {
  width: 100px;
  margin: 0 auto;
}

.course-content-teacher-name {
  font-weight: bold;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff,
    2px -2px 0 #fff, 0px 2px 0 #fff, 0-2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}

.course-content-teacher-under {
  color: #ffffff;
  border-radius: 10px 0 14px 0;
  font-weight: bold;
}

.english-color {
  background-color: #d8c11a;
}

.english-radius {
  border: solid 3px #d8c11a;
}

.math-color {
  background-color: #3e75cf;
}

.math-radius {
  border: solid 3px #3e75cf;
}

.japanese-color {
  background-color: #fe68c1;
}

.japanese-radius {
  border: solid 3px #fe68c1;
}

.science-color {
  background-color: #a65ce5;
}

.science-radius {
  border: solid 3px #a65ce5;
}

.society-color {
  background-color: #55af3d;
}

.society-radius {
  border: solid 3px #55af3d;
}

.all-color {
  background-color: #d7661a;
}

.all-radius {
  border: solid 3px #d7661a;
}

.course-teacher-subject {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: -10px;
  margin-left: -9px;
}
.course-tab-box {
  width: 1000px;
  margin: 0 auto;
  display: flex;
}
.course-tab-cnt {
  border: solid 2px #009380;
  width: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}
.js-course-active {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  background-color: #009380;
}
.course-box {
  display: none;
}
.js-course-show {
  display: block;
}
.course-content-teacher-adj {
  position: absolute;
  right: 2%;
  width: 210px;
  text-align: center;
  bottom: 0%;
}
