@charset "UTF-8";
@import "fonts.css";
@import "reset.css";
.Allmargin {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.msection12-Title {
  text-align: left;
  margin: 10% 0 10% 0;
  font-size: 24px;
  font-weight: 800;
  color: #222;
}

.msection12-Title2 {
  text-align: left;
  margin: 10% 0 10% 0;
  font-size: 22px;
  font-weight: 800;
  color: #222;
}

.section-Title > h2 {
  font-size: 24px;
  font-family: "Montserrat";
  font-weight: 800;
  color: #222;
  text-align: left;
  margin: 25% 0 10% 0;
}
.sec2-img{
  width: 100%;
  margin-bottom: 20px;
}

.about-sec2-wrap{
  border-bottom:1px solid #ddd ;
  margin-bottom: 40px;
}
.curri-title-wrap{
  background-color: #f2f4f7;
  margin-top: 40px;
  padding-bottom: 40px;
}

.curri-text-border {
  font-size: 13px;
    font-weight: 500;
    color: #222;
    line-height: 1.5;
    letter-spacing: -0.8px;
    word-break: keep-all;
    font-family: "Montserrat" !important;
    padding: 8px 4px;
    border-bottom: 1px solid #9e9e9e;
}

.curri-hrs {
  background-color: #c4c4c4;
  color: #494949;
  font-weight: 666;
  font-size: 10px;
  padding: 2px 5px;
  border-radius: 30px;
  margin-left: 5px;
}


.about-sec1-p{
  font-size: 15px;
      font-weight: 444;
      color: #222;
      /* font-family: "Montserrat" !important; */
      /* margin-top: 60px; */
      line-height: 1.6;
      margin-bottom: 40px;
      letter-spacing: -0.8px;
      word-break: keep-all;
      text-align: center;
  }

.section-title2 {
  padding: 103px 0 90px 0;
}

.section-title2 > h2 {
  font-size: 26px;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 700;
  color: #222;
  float: left;
}

.section-Title3 {
  text-align: left;
  margin: 15% 0 10% 0;
  font-size: 22px;
  font-weight: 800;
  color: #222;
  word-break: keep-all;
  line-height: 1.2;
}

.instructor-div {
  min-height: 350px;
}

/*header*/

#header {
  z-index: 3;
  /* position: fixed; */
  width: 100%;
  background-color: #dddd;
}

#main {
  z-index: 2;
  position: relative;
  width: 100%;
  overflow: hidden;
  /* padding-bottom: 40px; */
  margin: 0 auto;
  padding-top: 50px;
  /* padding: 150px 0px 100px 0px; */
}

#main1 {
  z-index: 2;
  position: relative;
  width: 100%;
  overflow: hidden;
  /* padding-bottom: 40px; */
  margin-top: -1px;
}

#main2 {
  z-index: 2;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: -31px;
}

.class-point {
  text-align: center;
}

.icon_span {
  clear: both;
}

/*section1*/

#section1 {
  width: 100%;
}

#section1 div {
  text-align: center;
}

#section1 div > span {
  display: inline-block;
  padding: 9px 10px;
  background: #0072ff;
  border-radius: 7px;
}

#section1 div > span > i {
  display: block;
  font-size: 16px;
  font-family: "Spoqa Han Sans Neo";
  font-weight: bold;
  color: #fff;
}

#section1 div > h1 {
  padding: 13px 0 10px 0;
  font-size: 26px;
  font-family: "Montserrat";
  font-weight: 700;
  color: #222;
}

#section1 div > p {
  font-size: 13px;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 300;
  color: #222;
  line-height: 160%;
  padding-top: 25px;
  word-break: keep-all;
}

#section1 div > div.img {
  width: 50px;
  margin: 0 auto;
  animation: up-down 0.5s infinite alternate;
  padding-top: 50px;
}

@keyframes up-down {
  from {
    transform: translatey(0px);
  }
  to {
    transform: translatey(-20px);
  }
}

#section1 div > div.img > img {
  width: 100%;
}

/*section2*/

#section2 {
  width: 100%;
}

#section2 .section2-content {
  width: 100%;
  min-height: 520px;
  margin-bottom: 43px;
}

#section2 .section2-content > ul {
  width: 100%;
}

#section2 .section2-content > ul > li {
  float: left;
  width: 48%;
  margin: 0 1%;
  padding-top: 10px;
}

#section2 .section2-content > ul > li > div {
  position: relative;
  width: 100%;
}

#section2 .section2-content > ul > li > div > div {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

#section2 .section2-content > ul > li > div > div > img {
  width: 100%;
  transform: scale(1);
  object-fit: cover;
  transition: 0.5s;
  overflow: hidden;
}

#section2 .section2-content > ul > li > div > div > img:hover {
  transform: scale(1.1);
}

#section2 .section2-content > ul > li > div > span {
  display: block;
  z-index: 1;
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 10px;
  color: #fff;
}

#section2 .section2-content > ul > li > div > span > b {
  display: block;
  font-size: 16px;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 600;
  padding-bottom: 13px;
}

#section2 .section2-content > ul > li > div > span > small {
  display: block;
  font-size: 13px;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 300;
  letter-spacing: 0.5px;
  width: 94%;
  line-height: 18px;
}

/*section3*/

#section3 {
  width: 100%;
  margin-bottom: 15%;
  border-top: 12px solid #f2f4f7;
  /* padding:100px 20px 0px 20px; */
}

#section3 .section3-content {
  width: 99%;
  margin-bottom: 43px;
}

#section3 .section3-content .ClassCurri {
  width: 100%;
}

#section3 .section3-content .ClassCurri > h3 {
  background: #000;
  color: #fff;
  text-indent: 20px;
  padding: 15px 0;
}

#section3 .section3-content .ClassCurri > h3 > span {
  display: block;
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 700;
}

#section3 .section3-content .ClassCurri > ul {
  width: 100%;
}

#section3 .section3-content .ClassCurri > ul > li {
  width: 100%;
  border-bottom: 1px solid #999;
}

#section3 .section3-content .ClassCurri > ul > li > div {
  width: 100%;
  padding: 6px 0;
}

.section3-class-name {
  float: left;
  text-indent: 5px;
  font-size: 13px;
  font-weight: 700;
  margin-left: 14px;
  padding: 10px 0;
  color: #b4b4b4;
}

.section3-class-name2 {
  float: left;
  text-indent: 5px;
  font-size: 13px;
  font-weight: 700;
  margin-left: 14px;
  padding: 10px 0;
  color: #222;
}

.section3-class-name a {
  color: #222;
}

/* #section3 .section3-content .ClassCurri>ul>li>div>span {
    display: inline-block;
    font-size: 16px;
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 500;
    color: #222;
} */

#section3 .section3-content .ClassCurri > ul > li > div > span.number {
  float: left;
  width: 5%;
  text-indent: 5px;
  font-size: 12px;
  padding: 10px 0;
}

#section3 .section3-content .ClassCurri > ul > li > div > span.className {
  /* position: relative;
    float: left;
    width: 64%;
    text-align: left;
    text-indent: 5px;
    font-size: 12px; */

  float: left;
  text-indent: 5px;
  font-size: 13px;
  font-weight: 700;
  margin-left: 14px;
  padding: 10px 0;
}

#section3 .section3-content .ClassCurri > ul > li > div > span.className > a {
  color: #0072ff;
}

#section3 .section3-content .ClassCurri > ul > li > div > span.Lecturer {
  float: right;
  font-size: 11px;
  font-weight: 600;
  padding: 10px 0;
  margin-right: 14px;
  letter-spacing: -1px;
}

#section3 .section3-content .Lecturer {
  float: right;
  font-size: 11px;
  font-weight: 600;
  padding: 10px 0;
  margin-right: 14px;
  letter-spacing: -1px;
}

#section3 .section3-content .ClassCurri > ul > li > div > span.className > img {
  position: absolute;
  top: -20%;
  right: -11%;
  /* width:60%; */
}

#section3
  .section3-content
  .ClassCurri
  > ul
  > li.AxialSkeleton
  > div
  > span.className
  > img {
  right: -10%;
}

#section3
  .section3-content
  .ClassCurri
  > ul
  > li.UpperExtremity
  > div
  > span.className
  > img {
  /* right: -20%; */
}

#section3
  .section3-content
  .ClassCurri
  > ul
  > li.LowerExtremity
  > div
  > span.className
  > img {
  /* right: -20%; */
}

#section3
  .section3-content
  .ClassCurri
  > ul
  > li.Introduction
  > div
  > span.className
  > img {
  /* right: 5%; */
}

#section3
  .section3-content
  .ClassCurri
  > ul
  > li.Science
  > div
  > span.className
  > img {
  /* right: 5%; */
}

#section3
  .section3-content
  .ClassCurri
  > ul
  > li.Application
  > div
  > span.className
  > img {
  /* right: -5%; */
}

#section3
  .section3-content
  .ClassCurri
  > ul
  > li.Conclusion
  > div
  > span.className
  > img {
  /* right: 13%; */
}

#section3
  .section3-content
  .ClassCurri
  > ul
  > li.Introduction-03
  > div
  > span.className
  > img {
  /* right: 13%; */
}

#section3
  .section3-content
  .ClassCurri
  > ul
  > li.Physiology
  > div
  > span.className
  > img {
}

#section3
  .section3-content
  .ClassCurri
  > ul
  > li
  > div
  > span.className
  > img.open_1 {
  width: 160px;
}

#section3
  .section3-content
  .ClassCurri
  > ul
  > li
  > div
  > span.className
  > img.open_2 {
  /* width: 150px; */
}

#section3
  .section3-content
  .ClassCurri
  > ul
  > li
  > div
  > span.className
  > img.open_3 {
  /* width: 90px; */
}

#section3 .section3-content .ClassCurriM {
  margin-top: 50px;
}

/*section4*/

#section4 {
  width: 100%;
  margin-bottom: 15%;
  border-top: 12px solid #f2f4f7;
}

#section4 .section4-content {
  width: 99%;
  margin-bottom: 43px;
}

#section4 .section4-content > ul {
  width: 100%;
}

#section4 .section4-content > ul > li {
  margin: 20px 0;
}

#section4 .section4-content > ul > li:first-child {
  margin-top: 0;
}

#section4 .section4-content > ul > li > div {
  width: 100%;
  background: #f2f4f7;
  border: transparent;
  border-radius: 10px;
  transition: 0.3s;
}

#section4 .section4-content > ul > li > div:hover {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

#section4 .section4-content > ul > li > div > div {
}

#section4 .section4-content > ul > li > div > div > span {
  float: left;
  display: inline-block;
  width: 100px;
  padding: 25px 0;
}

#section4 .section4-content > ul > li:last-child > div > div > span {
  padding: 33px 0;
}

#section4 .section4-content > ul > li:last-child > div > div > span > img {
  width: 100%;
}

#section4 .section4-content > ul > li > div > div > div {
  padding: 20px 15px;
  text-align: center;
  font-family: "Spoqa Han Sans Neo";
}

#section4 .section4-content > ul > li > div > div > div > h1 {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 8px;
  color: #222222;
  line-height: 1.3;
  word-break: keep-all;
}

#section4 .section4-content > ul > li > div > div > div > p {
  font-size: 13px;
  font-weight: 300;
  line-height: 130%;
  word-break: keep-all;
  /* padding: 0px 20px 30px 20px; */
}

#section4 .section4-content > ul > li > div > div > div > p > span {
  display: block;
}

.point-text-box {
  display: inline-block;
  padding: 6px 10px;
  background: #000;
  border-radius: 5px;
  margin-top: 6px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.section4-icon {
  margin: 0 0 13px 0;
}

.section-title-explan {
  display: block;
  padding: 3% 0 0% 0;
  font-size: 14px;
  font-weight: 300;
}

/*section5*/

#section5 {
  width: 100%;
  margin-bottom: 15%;
  border-top: 12px solid #f2f4f7;
}

#section5 .ClassSearch-form {
  width: 100%;
  margin-bottom: 43px;
}

#section5 .ClassSearch-form > div {
  width: 100%;
  margin-bottom: 20px;
}

#section5 .ClassSearch-form > div > img {
  width: 100%;
}

/*section6*/

.section6-img {
  width: 100%;
  padding: 5% 0 3% 0;
}

#section6 {
  width: 100%;
  margin-bottom: 15%;
  border-top: 12px solid #f2f4f7;
}

.section6-cate-title {
  font-size: 18px;
  font-weight: 700;
  padding-top: 3%;
}

.section6-cate-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  padding-top: 2%;
  letter-spacing: -1px;
  word-break: keep-all;
  margin-bottom: 50px;
}

#section6 > div .sec6-content {
  width: 100%;
  margin-bottom: 43px;
}

#section6 > div .sec6-content > ul {
  width: 100%;
}

#section6 > div .sec6-content > ul > li {
  margin-bottom: 60px;
}

#section6 > div .sec6-content > ul > li:last-child {
  margin-bottom: 0;
}

#section6 > div .sec6-content > ul > li > div .point-text {
  /* float: left; */
  text-align: center;
  /* width: 50%; */
}

#section6 > div .sec6-content > ul > li > div .point-text > span {
  display: inline-block;
  background: #000;
  padding: 10px 20px;
  border-radius: 8px;
}

#section6 > div .sec6-content > ul > li > div .point-text > span > i {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 600;
}

#section6 > div .sec6-content > ul > li > div .point-text > h4 {
  padding: 25px 0 20px 0;
  font-size: 20px;
  color: #222;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 500;
}

#section6 > div .sec6-content > ul > li > div .point-text > p {
  color: #222;
  font-size: 16px;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 300;
  line-height: 150%;
  padding-bottom: 15px;
}

#section6 > div .sec6-content > ul > li > div .Technique-text {
  text-align: center;
  padding-bottom: 20px;
  /* width: 50%; */
}

#section6 > div .sec6-content > ul > li > div .Technique-text > span {
  display: inline-block;
  background: #000;
  padding: 10px 20px;
  border-radius: 8px;
}

#section6 > div .sec6-content > ul > li > div .Technique-text > span > i {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 600;
}

#section6 > div .sec6-content > ul > li > div .Technique-text > h4 {
  padding: 25px 0 20px 0;
  font-size: 20px;
  color: #222;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 500;
}

#section6 > div .sec6-content > ul > li > div .Technique-text > p {
  color: #222;
  font-size: 16px;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 300;
  line-height: 150%;
}

#section6 > div .sec6-content > ul > li > div .sec7-Img {
  float: right;
  width: 50%;
}

#section6 > div .sec6-content > ul > li > div .sec7-Img > img {
  width: 100%;
}

.sec6-Img {
  text-align: center;
}

/*section7*/

#section7 {
  width: 100%;
  margin-bottom: 15%;
  border-top: 12px solid #f2f4f7;
}

#section7 .sec7-content {
  width: 100%;
  margin-bottom: 43px;
}

#section7 .sec7-content > ul {
  width: 100%;
}

#section7 .sec7-content > ul > li {
  margin-bottom: 60px;
}

#section7 .sec7-content > ul > li > div {
  width: 100%;
}

#section7 .sec7-content > ul > li > div .sec7-Img {
  text-align: center;
  padding-top: 20px;
}

#section7 .sec7-content > ul > li > div .sec7-Img > img {
  width: 95%;
}

#section7 .sec7-content > ul > li > div .class-point {
  padding-top: 20px;
}

#section7 .sec7-content > ul > li > div .class-point > span {
  display: inline-block;
  background: #000;
  padding: 10px 20px;
  border-radius: 8px;
}

#section7 .sec7-content > ul > li > div .class-point > span > i {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 600;
}

#section7 .sec7-content > ul > li > div .class-point > h4 {
  padding: 25px 0 20px 0;
  font-size: 24px;
  color: #222;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 500;
  letter-spacing: -0.5px;
}

#section7 .sec7-content > ul > li > div .class-point > p {
  color: #222;
  font-size: 16px;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 300;
  line-height: 130%;
}

.sec7-Img {
  text-align: center;
}

/*section8*/

#section8 {
  width: 100%;
  margin-bottom: 15%;
  border-top: 12px solid #f2f4f7;
}

#section8 .classList {
  border: 1px solid #e7e7e7;
}

#section8 .classList > ul {
  width: 100%;
}

#section8 .classList > ul > li {
  float: left;
  width: 33%;
  border-right: 1px solid #e7e7e7;
}

#section8 .classList > ul > li:last-child {
  border-right: 0;
}

#section8 .classList > ul > li > div {
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 15px;
  text-align: center;
  display: flex;
}

#section8 .classList > ul > li > div > span {
  display: block;
  font-size: 11px;
  color: #222;
  font-family: "Montserrat";
  font-weight: 600;
  height: 25px;
}

#section8 div.sec8-Content {
  width: 100%;
}

#section8 div.sec8-Content > img {
  width: 100%;
}

.sec8-Img {
  text-align: center;
}

.classList > ul > li.on > div {
  background: #222;
}

.classList > ul > li.on > div > span {
  color: #fff !important;
}

div.sec8-Content {
  width: 100%;
}

div.sec8-Content > div > span {
  display: block;
  float: left;
}

div.sec8-Content > div > div {
  float: left;
  text-indent: 15px;
  max-width: 320px;
}

.sec8-text1-foundation {
  margin-bottom: 45px;
}

.sec8-text2-foundation {
  margin-bottom: 35px;
}

.sec8-text1-chiro {
  margin-bottom: 50px;
}

.sec8-text2-chiro {
  margin-bottom: 50px;
}

.sec8-text1-Indirect {
  margin-bottom: 28px;
}

.sec8-text2-Indirect {
  margin-bottom: 55px;
}

.sec8-text1-Direct {
  margin-bottom: 40px;
}

.sec8-text2-Direct {
  margin-bottom: 50px;
}

.sec8-text1-rehab {
  margin-bottom: 45px;
}

.sec8-text2-rehab {
  margin-bottom: 45px;
}

.sec8-text1 {
  margin-bottom: 50px;
}

.sec8-text2 {
  margin-bottom: 53px;
}

div.sec8-Content > div > span > img {
  width: 100%;
}

div.sec8-Content > div > div > div > h2 {
  font-size: 16px;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 700;
  color: #222;
  padding-bottom: 10px;
  text-align: left;
}

div.sec8-Content > div > div > div > p {
  font-size: 11px;
  font-family: "Spoqa Han Sans Neo";
  color: #222;
  line-height: 1.2;
}

.sec8-subject-content {
  padding-top: 5px;
}

div.sec8-Content > img {
  width: 100%;
}

.sec8-text4 {
  margin-bottom: 60px !important;
  line-height: 22px;
}

.sec8-text5 {
  margin-bottom: 60px !important;
}

/*section9*/

#section9 {
  width: 100%;
  margin-bottom: 15%;
  border-top: 12px solid #f2f4f7;
}

#section9 .sec9-certification {
  position: relative;
  width: 100%;
  height: 160px;
  margin-bottom: 43px;
  background-color: #202b45;
  border-radius: 10px;
  overflow: hidden;
}

#section9 .sec9-certification > div {
  width: 100%;
}

#section9 .sec9-certification > div .cerTxt {
  padding: 30px 0 30px 25px;
  color: #fff;
}

#section9 .sec9-certification > div .cerTxt > h5 {
  font-size: 15px;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 600;
}

#section9 .sec9-certification > div .cerTxt > p {
  font-size: 13px;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 400;
  padding-top: 25px;
}

.sec9-certification-text {
  font-size: 13px;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 400;
  padding-top: 15px;
  line-height: 1.5;
}

#section9 .sec9-certification > div .cerTxt > p > span {
  display: block;
  text-indent: 13px;
  padding-top: 10px;
}

#section9 .sec9-certification > div .cerImg {
  z-index: 1;
  position: absolute;
  top: 65px;
  right: 50px;
  width: 20%;
}

#section9 .sec9-certification > div .cerImg > img {
  width: 130%;
  -webkit-box-reflect: below 0vw -webkit-gradient(linear, left bottom, left top, from(rgba(250, 250, 250, 0.3)), to(transparent));
}

.sec9-Img {
  text-align: center;
}

/*section10*/

#section10 {
  width: 100%;
}

#section10 div.sec10-content {
  width: 100%;
}

#section10 div.sec10-content > ul {
  width: 100%;
}

#section10 div.sec10-content > ul > li {
  /* border-bottom: 1px solid #e7e7e7; */
}

#section10 div.sec10-content > ul > li:last-child {
  border-bottom: 0;
}

#section10 div.sec10-content > ul > li > div {
  width: 100%;
  text-align: center;
}

#section10 div.sec10-content > ul > li > div .sec10-lecture {
  /* float: left;
    width: 25%; */
}

#section10 div.sec10-content > ul > li > div .sec10-lecture > img {
  /* width: 100%; */
  padding: 100px 0px 50px 0px;
}

#section10 div.sec10-content > ul > li > div .lecture-introduce {
  float: left;
  font-family: "Spoqa Han Sans Neo";
  min-height: 300px;
}

#section10 div.sec10-content > ul > li > div .lecture-introduce > h3 {
  font-size: 20px;
  color: #222;
  font-weight: 600;
}

#section10 div.sec10-content > ul > li > div .lecture-introduce > h3 > span {
  display: block;
  color: #0072ff;
  padding-top: 10px;
  line-height: 28px;
  display: none;
}

#section10 div.sec10-content > ul > li > div .lecture-introduce > p {
  padding: 30px 0 0 10px;
  font-size: 16px;
  color: #222;
  font-weight: 300;
  line-height: 25px;
}

.sec10-Img {
  text-align: center;
}

.section-Title5 {
  text-align: left;
  padding: 15% 0 10% 0;
  font-size: 22px;
  font-weight: 800;
  color: #222;
}

.section11-padding-bottom {
  padding-bottom: 15%;
}

.section11-box-padding {
  padding: 5%;
}

.section11-title {
  font-size: 17px;
  font-weight: 600;
  color: #0072ff;
  padding: 5% 0 1% 0;
  text-align: left;
  line-height: 140%;
  word-break: keep-all;
}

.section11-contents {
  font-size: 14px;
  font-weight: 300;
  line-height: 130%;
  word-break: keep-all;
}

.section11-introduce {
  font-weight: 400;
  margin: 0 1%;
}

.section11-name {
  font-size: 14px;
  font-weight: 600;
}

.Allmargin {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}

.section11-text-box {
  width: 100%;
  background-color: #fff;
  margin-bottom: 15px;
  border-radius: 10px;
}

/*section11*/

#section11 {
  width: 100%;
  background: #f2f4f7;
}

#section11 > div > div {
  position: relative;
  width: 100%;
  background: #f2f4f7;
}

#section11 > div > div .review-container {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  background: #f2f4f7;
}

#section11 > div > div .review-container .review-view {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#section11 > div > div .review-container .review-view .review-wrap {
  position: relative;
  width: 600%;
  /* margin-left: -100%; */
  height: 350px;
  background: #f2f4f7;
  overflow: hidden;
  /* padding: 73px 0 37px 0; */
}

#section11 > div > div .review-container .review-view .review-wrap > li {
  float: left;
  width: 80%;
  /* width:460px; */
  max-width: 980px;
  height: 350px;
  padding: 0px 100px !important;
}

#section11 > div > div .review-container .review-view .review-wrap > li > div {
  width: 80%;
  /* width:460px; */
  text-align: center;
  color: #222;
  font-family: "Spoqa Han Sans Neo";
}

#section11
  > div
  > div
  .review-container
  .review-view
  .review-wrap
  > li
  > div
  > h4 {
  font-size: 20px;
  font-weight: 600;
  padding: 0px 20px 45px 20px;
}

#section11
  > div
  > div
  .review-container
  .review-view
  .review-wrap
  > li
  > div
  > p {
  font-size: 14px;
  font-weight: 300;
  line-height: 170%;
  width: 80%;
  /* width: 440px; */
  padding: 0px 20px 45px 20px;
}

#section11
  > div
  > div
  .review-container
  .review-view
  .review-wrap
  > li
  > div
  > small {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 45px;
  color: #888;
}

#section11 > div > div .review-container .review-view {
  position: relative;
  width: 100%;
  /* margin-left: -100%; */
  /* height:350px; */
  background: #f2f4f7;
  overflow: hidden;
  /* padding: 73px 0 37px 0; */
}

#section11 > div > div .review-container .review-view li {
  float: left;
  /* width:460px; */
  max-width: 980px;
  padding-bottom: 50px;
}

#section11 > div > div .review-container .review-view li > div {
  /* width:460px; */
  text-align: center;
  color: #222;
  font-family: "Spoqa Han Sans Neo";
}

#section11 > div > div .review-container .review-view li > div > h4 {
  font-size: 20px;
  font-weight: 600;
  padding: 0px 20px 45px 20px;
  line-height: 25px;
  color: #0072ff;
}

#section11 > div > div .review-container .review-view li > div > p {
  font-size: 14px;
  font-weight: 300;
  line-height: 170%;
  /* width: 440px; */
  padding: 0px 20px 25px 20px;
}

#section11 > div > div .review-container .review-view li > div > small {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 45px;
  color: #888;
}

#section11 > div > div .arrow-prev-wrap {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 28px;
  margin-top: 40px;
  opacity: 0.5;
  display: none;
}

#section11 > div > div .arrow-prev-wrap > span {
  display: block;
  width: 100%;
  height: 31px;
}

#section11 > div > div .arrow-prev-wrap > span > img {
  width: 100%;
}

#section11 > div > div .arrow-next-wrap {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 28px;
  margin-top: 40px;
  opacity: 0.5;
  display: none;
}

#section11 > div > div .arrow-next-wrap > span {
  display: block;
  width: 100%;
}

#section11 > div > div .arrow-next-wrap > span > img {
  width: 100%;
}

#section11 > div > div .pageBt-wrap {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  text-align: center;
}

#section11 > div > div .pageBt-wrap > li {
  display: inline-block;
  margin: 0 9px;
}

#section11 > div > div .pageBt-wrap > li > span {
  display: block;
}

#section11 > div > div .pageBt-wrap > li > span > a {
  display: block;
  width: 10px;
  height: 10px;
  background: #888;
  border-radius: 50px;
}

#section11 > div > div .pageBt-wrap > li > span > a.addPageBt {
  background: #202b45;
}

.sec11-Img {
  text-align: center;
}

/*section12*/

.section-Title2 {
  text-align: left;
  margin: 15% 0 8% 0;
  font-size: 24px;
  font-weight: 800;
  color: #222;
}

#section12 {
  width: 100%;
}

#section12 .Question {
  width: 100%;
}

#section12 .Question > ul {
  width: 100%;
}

#section12 .Question > ul > li {
  width: 100%;
  background: #f2f4f7;
  margin: 10px 0;
  padding: 16px 0;
  display: flex;
  align-items: center;
}

#section12 .Question > ul > li > div {
  position: relative;
  width: 100%;
}

.section12-text {
  font-size: 13px;
  color: #222;
  font-family: "Spoqa Han Sans Neo";
  float: left;
  margin: 5px 20px;
  font-family: "Spoqa Han Sans Neo";
}

.msection12-history {
  padding-bottom: 3%;
  font-size: 14px;
  font-weight: 500;
  margin-left: -6%;
}

#section12 .Question > ul > li > div > div {
  color: #222;
  font-family: "Spoqa Han Sans Neo";
}

#section12 .Question > ul > li > div > div > h5 {
  font-size: 12px;
  font-weight: 500;
}

#section12 .Question > ul > li > div > div > span {
  top: -3px;
  right: 50px;
  width: 30px;
}

#section12 .Question > ul > li > div > div > span > img {
  width: 100%;
}

#section12 .Question > ul > li > div > div .Answer {
  display: none;
}

#section12 .Question > ul > li > div > div .Answer > div {
  padding: 30px 0;
}

#section12 .Question > ul > li > div > div .Answer > div > p {
  font-size: 12px;
  color: #222;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 300;
  padding: 5px 20px;
  line-height: 25px;
}
.up-arrow {
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 0;
  border-bottom: 6px solid #999;
  float: right;
  margin: 8px 20px 8px 0;
}
.down-arrow {
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-bottom: 0;
  border-top: 6px solid #999;
  float: right;
  margin: 8px 20px 8px 0;
}

.sec12-Img {
  text-align: center;
}

.font_16 {
  font-size: 14px;
}

.font_14 {
  font-size: 12px;
}

.coming_soon_icon {
  margin: 0 auto;
  text-align: center;
  padding-top: 40px;
}

.section-Title4 {
  padding-top: 40px;
}

.more_section {
  margin: 0 auto;
  width: 100%;
  /* margin-top: 90px; */
}

.more_btn {
  background-color: #142256;
  border-radius: 12px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  padding: 20px 20px;
  color: #fff;
  width: 100%;
}

.instructor_small {
  width: 150px;
  float: left;
}

.instructor_small img {
  width: 150px;
  border-radius: 5px;
}

.instructor_small_name {
  font-size: 16px;
  width: 100%;
  padding: 85px 0px 20px 160px;
  line-height: 25px;
}

.instructor_small_name_single {
  font-size: 16px;
  width: 100%;
  padding: 5px 0px 20px 160px;
  line-height: 25px;
}

.instructor_small_name_single ul {
  padding-left: 20px;
  padding-top: 10px;
}

.instructor_small_name_single ul li {
  list-style-type: disc;
  font-size: 12px;
}

.instructor_small_name_wide {
  font-size: 16px;
  float: left;
  padding: 0px 0px 20px 20px;
  line-height: 25px;
}

.instructor_small_name_wide > b {
  font-size: 18px;
}

.instructor_small_name_wide ul {
  padding-left: 20px;
  padding-top: 20px;
}

.instructor_small_name_wide ul li {
  list-style-type: disc;
}

.instructor_small_name small {
  font-size: 14px;
  line-height: 20px;
}

.lecturer_1st {
  padding-top: 0px !important;
}
#section_12 {
  clear: both;
}
/* .minihome_menu {
    display: none;
} */

#msection12 {
  width: 100%;
  margin-top: 50px;
}

.msection {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}

.open-btn {
  display: inline-block;
  padding: 5px 6px;
  border-radius: 50px;
  border: 1px solid #0072ff;
  font-weight: bold;
  font-size: 7px;
  color: #0072ff;
  margin: 6px 0 6px 6px;
}

.open-btn2 {
  float: right;
  padding: 4px 5px;
  border-radius: 50px;
  border: 1px solid #0072ff;
  font-weight: bold;
  font-size: 8px;
  color: #0072ff;
  margin: 8px 14px 8px 0;
}

/* #msection12>div>h1 {
    padding: 10% 0 15% 12px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #222;
    font-family: 'Montserrat';
} */

#msection12 > div .msection12-content-wrap {
  margin-bottom: 15%;
}

#msection12 > div .msection12-content-wrap > ul {
  text-align: left;
  padding-bottom: 25px;
}

#msection12 > div .msection12-content-wrap > ul > li {
  display: inline-block;
  padding: 2% 3%;
  background: #f2f4f7;
  margin: 1% 0.5%;
  border-radius: 5px;
}

#msection12 > div .msection12-content-wrap > ul > li.maddlecturebt {
  background: #0072ff;
}

#msection12 > div .msection12-content-wrap > ul > li > a {
  display: block;
}

#msection12 > div .msection12-content-wrap > ul > li > a > span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.4s;
}

#msection12 > div .msection12-content-wrap > ul > li > a.maddlecturebt > span {
  color: #fff;
}

#msection12 > div .msection12-content-wrap .mlecture-detail {
  width: 100%;
  display: none;
}

#msection12 > div .msection12-content-wrap .mlecture-detail .mdetail {
  width: 100%;
}

#msection12 > div .msection12-content-wrap .mlecture-detail .mdetail > ul {
  width: 100%;
}

#msection12
  > div
  .msection12-content-wrap
  .mlecture-detail
  .mdetail
  > ul
  > li:first-child {
  width: 100%;
}
#msection12
  > div
  .msection12-content-wrap
  .mlecture-detail
  .mdetail
  > ul
  > li:nth-child(2) {
  width: 100%;
}
#msection12
  > div
  .msection12-content-wrap
  .mlecture-detail
  .mdetail
  > ul
  > li:nth-child(2)
  > div
  > div {
  padding-left: 4%;
  padding-bottom: 8%;
  padding-top: 5%;
  font-size: 14px;
  font-weight: 500;
}
/* #msection12>div .msection12-content-wrap .mlecture-detail .mdetail>ul>li>div:first-child {
    margin-top: 10%;
} */

#msection12
  > div
  .msection12-content-wrap
  .mlecture-detail
  .mdetail
  > ul
  > li
  > div
  .mlecture_picture {
  width: 100%;
}
#msection12
  > div
  .msection12-content-wrap
  .mlecture-detail
  .mdetail
  > ul
  > li
  > div
  .mlecture_picture
  > img {
  width: 100%;
}

#msection12
  > div
  .msection12-content-wrap
  .mlecture-detail
  .mdetail
  > ul
  > li
  > div
  .mlecture_picture
  > a
  > img {
  width: 100%;
}

#msection12
  > div
  .msection12-content-wrap
  .mlecture-detail
  .mdetail
  > ul
  > li
  > div
  > ul {
  border: 1px solid #c8c8c8;
  border-radius: 0 0 10px 10px;
  padding: 5% 3%;
  padding-left: 9%;
}

#msection12
  > div
  .msection12-content-wrap
  .mlecture-detail
  .mdetail
  > ul
  > li
  > div
  > ul
  > li {
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.2px;
  list-style-type: disc;
}

#msection12 > div .msection12-content-wrap .mlecture-detail.mon {
  display: block;
}
/*section13*/

#section13 {
  width: 100%;
}

#section13 > div .sec6-content {
  width: 100%;
  margin-bottom: 43px;
}

#section13 > div .sec6-content > ul {
  width: 100%;
}

#section13 > div .sec6-content > ul > li {
  margin-bottom: 60px;
}

#section13 > div .sec6-content > ul > li:last-child {
  margin-bottom: 0;
}

#section13 > div .sec6-content > ul > li > div .point-text {
  float: left;
  /* width: 50%; */
}

#section13 > div .sec6-content > ul > li > div .point-text > span {
  display: inline-block;
  background: #000;
  padding: 10px 20px;
  border-radius: 8px;
}

#section13 > div .sec6-content > ul > li > div .point-text > span > i {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 600;
}

#section13 > div .sec6-content > ul > li > div .point-text > h4 {
  padding: 25px 0 20px 0;
  font-size: 20px;
  color: #222;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 500;
  text-decoration: underline;
}

#section13 > div .sec6-content > ul > li > div .point-text > p {
  color: #222;
  font-size: 16px;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 300;
  line-height: 150%;
}

#section13 > div .sec6-content > ul > li > div .Technique-text {
  float: left;
  width: 50%;
}

#section13 > div .sec6-content > ul > li > div .Technique-text > span {
  display: inline-block;
  background: #000;
  padding: 10px 20px;
  border-radius: 8px;
}

#section13 > div .sec6-content > ul > li > div .Technique-text > span > i {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 600;
}

#section13 > div .sec6-content > ul > li > div .Technique-text > h4 {
  padding: 25px 0 20px 0;
  font-size: 20px;
  color: #222;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 500;
}

#section13 > div .sec6-content > ul > li > div .Technique-text > p {
  color: #222;
  font-size: 16px;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 300;
  line-height: 150%;
}

#section13 > div .sec6-content > ul > li > div .sec7-Img {
  float: right;
  width: 50%;
}

#section13 > div .sec6-content > ul > li > div .sec7-Img > img {
  width: 100%;
}

.section-title12 {
  padding: 103px 0 50px 0;
}

.section-title12 > h2 {
  font-size: 30px;
  font-family: "Spoqa Han Sans Neo", "돋움", "굴림", Dotum, tahoma, Gulim,
    NanumGothic, Helvetica, "Apple SD Gothic Neo", Sans-serif !important;
  font-weight: 700;
  color: #222;
}

/* section13 */

.section13 {
  display: block;
}

.section13-position {
  width: 100%;
  max-width: 980px !important;
  margin: 0 auto;
  position: relative;
}

.sec13-margin {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}

.sec13-cate-box {
  display: inline-block;
  padding: 7px 11px;
  background: #fff;
  border-radius: 4px;
}

.sec13-cate {
  display: block;
  font-size: 14px;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 500;
  color: #5db1d6;
}

.sec13-title {
  display: block;
  font-size: 20px;
  font-family: "Montserrat";
  font-weight: bold;
  color: #fff;
  padding-top: 3%;
}

.sec13-ko-title {
  display: block;
  font-size: 16px;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 700;
  color: #fff;
  padding-top: 2%;
}

.sec13-img {
  width: 100%;
}

/* section14 */

#section14 {
  width: 100%;
  margin-bottom: 15%;
}

#section14 div.sec14-content {
  width: 100%;
}

#section14 div.sec14-content > ul {
  width: 100%;
}

.section14-img {
  width: 100%;
}

.sec14-content-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #0072ff;
  text-align: left;
  padding-top: 20px;
}

.sec14-subject-content1 {
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  word-break: keep-all;
  padding-top: 7px;
}

.sec14-subject-content2 {
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  word-break: keep-all;
  padding-top: 20px;
}

/* section15 */
#section15 {
  width: 100%;
  margin-bottom: 15%;
}

#section15 div.sec14-content {
  width: 100%;
}

.section15-img {
  width: 100%;
}

.section15-img2 {
  width: 100%;
  margin: 65px 0px 20px 0px;
}

.sec15-content-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #0072ff;
  text-align: left;
  padding-top: 20px;
}

.sec15-subject-content1 {
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  word-break: keep-all;
  padding-top: 7px;
}

.sec15-subject-content2 {
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  word-break: keep-all;
  padding-top: 20px;
}

.osteo-sec2-add-bar {
  border-left: 2px solid #0072ff;
  padding: 7px 0px 5px 7px;
  margin: 7px 0px 40px 0px;
}

.osteo-sec2-subject-add {
  font-size: 11px;
  font-weight: 600;
  color: #0072ff;
  line-height: 150%;
  word-break: keep-all;
}

/* section16 */

.sec16-bg {
  background-color: #f2f4f7;
  padding-bottom: 10%;
}

#section16 {
  width: 100%;
}

.section-Title6 {
  text-align: left;
  padding: 15% 0 4% 0;
  font-size: 22px;
  font-weight: 800;
  color: #222;
}

.sec16-text {
  display: block;
  padding-bottom: 10%;
  font-size: 14px;
  font-weight: 500;
  word-break: keep-all;
  line-height: 1.4;
}

.sec16-content1 {
  width: 100%;
  padding-bottom: 20px;
}

.sec16-content2 {
  width: 100%;
}

.sec16-stroke {
  border-top: 1px solid #999;
}

.sec16-content-title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #222;
  text-align: left;
  padding-bottom: 10px;
}

.sec16-content-cate {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  text-align: left;
  padding-bottom: 10px;
}

.sec16-content-cate2 {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  text-align: left;
  padding: 20px 0px 10px 0px;
}

.sec16-img1 {
  /* height: 51px; */
  width: 32%;
}

.sec16-img2 {
  /* height: 51px; */
  width: 32%;
}

.sec16-content-space {
  margin-top: 10px;
}

/* section17 */

.section17 {
  display: block;
}

.section17-position {
  width: 100%;
  max-width: 980px !important;
  margin: 0 auto;
  position: relative;
}

.sec17-margin {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}

.sec-text2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sec17-title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  word-break: keep-all;
}

.sec17-img {
  width: 100%;
}

/* section18 */

.section18 {
  display: block;
}

.section18-position {
  width: 100%;
  max-width: 980px !important;
  margin: 0 auto;
  position: relative;
}

.sec18-margin {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}

.sec-text {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sec18-title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}

.sec18-img {
  width: 100%;
}

/*section19*/

#section19 {
  width: 100%;
  margin-bottom: 15%;
  border-bottom: 12px solid #f2f4f7;
}

#section19 .section19-content {
  width: 99%;
  margin-bottom: 43px;
}

#section19 .ClassCurri {
  width: 100%;
}

#section19 .section19-content .ClassCurri > ul > li {
  width: 100%;
  border-bottom: 1px solid #999;
}

#section19 .section19-content .ClassCurri {
  width: 100%;
}

#section19 .section19-content .ClassCurri > h3 {
  background: #000;
  color: #fff;
  text-indent: 20px;
  padding: 15px 0;
}

#section19 .section19-content .ClassCurri > h3 > span {
  display: block;
  font-size: 16px;
  /* font-family: 'Montserrat'; */
  font-weight: 700;
}

#section19 .section19-content .ClassCurri > ul {
  width: 100%;
}

#section19 .section19-content .ClassCurri > ul > li {
  width: 100%;
  border-bottom: 1px solid #999;
}

#section19 .section19-content .ClassCurri > ul > li > div {
  width: 100%;
  padding: 6px 0;
}

.section19-class-name {
  float: left;
  text-indent: 5px;
  font-size: 13px;
  font-weight: 700;
  margin-left: 14px;
  padding: 10px 0;
  color: #b4b4b4;
}

.section19-title {
  text-align: left;
  padding: 15% 0 2% 0;
  font-size: 24px;
  font-weight: 800;
  color: #222;
}

.section19-text {
  font-size: 13px;
  font-weight: 500;
  color: #222;
  line-height: 1.3;
}

.section19-class-name2 {
  float: left;
  text-indent: 5px;
  font-size: 13px;
  font-weight: 700;
  margin-left: 14px;
  padding: 10px 0;
  color: #222;
}

.section19-class-name a {
  color: #222;
}

#section19 .section19-content .ClassCurri > ul > li > div > span.number {
  float: left;
  width: 5%;
  text-indent: 5px;
  font-size: 12px;
  padding: 10px 0;
}

#section19 .section19-content .ClassCurri > ul > li > div > span.className {
  float: left;
  text-indent: 5px;
  font-size: 13px;
  font-weight: 700;
  margin-left: 14px;
  padding: 10px 0;
}

#section19 .section19-content .ClassCurri > ul > li > div > span.className > a {
  color: #0072ff;
}

#section19 .section19-content .ClassCurri > ul > li > div > span.Lecturer {
  float: right;
  font-size: 11px;
  font-weight: 600;
  padding: 10px 0;
  margin-right: 14px;
  letter-spacing: -1px;
}

#section19 .section19-content .Lecturer {
  float: right;
  font-size: 11px;
  font-weight: 600;
  padding: 10px 0;
  margin-right: 14px;
  letter-spacing: -1px;
}

#section19
  .section19-content
  .ClassCurri
  > ul
  > li
  > div
  > span.className
  > img {
  position: absolute;
  top: -20%;
  right: -11%;
  /* width:60%; */
}

#section19 .section19-content .ClassCurriM {
  margin-top: 50px;
}

/*guide-section1*/

.guide-bullet-point {
  float: left;
  font-size: 20px;
  font-weight: 500;
  word-break: keep-all;
  color: #222;
  margin: 5px 10px 15px 0px;
}

.guide-title-notice {
  font-size: 14px;
  font-weight: 500;
  word-break: keep-all;
  line-height: 1.4;
  color: #222;
}

.guide-text-notice {
  font-size: 14px;
  font-weight: 500;
  word-break: keep-all;
  line-height: 1.4;
  color: #222;
  margin-top: 15px;
}

.guige-wrap-sec2 {
  margin-top: 30px;
}

.guide-wrap-notice {
  margin-bottom: 10px;
  display: block;
}

.guide-img-box {
  margin-top: 5px;
}

.guide-img {
  width: 100%;
  max-width: 970px;
}

.guide-img-02 {
  width: 100%;
  max-width: 970px;
  margin-top: 35px;
}

.guide-btn-top {
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  border: 0px solid;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 17px;
  color: #999;
  font-family: "Montserrat";
}

.guide-wrap-btn {
  margin-top: 25px;
}

.guide-shortcut-btn {
  display: inline-block;
  background-color: #0072ff;
  border-radius: 3px;
  border: 0px solid;
  font-size: 14px;
  font-weight: 400;
  padding: 12px 25px;
  color: #fff;
  letter-spacing: 1px;
}

.instruter-sec3-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  margin-bottom: 18px;
}

.guide-shortcut-btn-box {
  text-align: center;
}

.guide-chiro {
  display: none;
}

/* old */

.section {
  position: relative;
}

.guide-img-top {
  width: 100%;
}

.guide-title {
  font-size: 14px;
  font-weight: 600;
  color: #00d278;
  padding-bottom: 5px;
}

.guide-text {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 15px;
  line-height: 1.4;
}

.guide-position-top {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.guide-title-sub {
  font-size: 33px;
  font-weight: bold;
  color: #0072ff;
  font-family: "Montserrat" !important;
  margin: 100px 0px 30px;
}

.guide-title-map {
  font-size: 22px;
  font-weight: bold;
  color: #0072ff;
  text-align: center;
  margin-bottom: 8px;
  line-height: 1.2;
}

.guide-text-map {
  font-size: 14px;
  font-weight: 500;
  color: #222;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 15px;
}

.guide-img-arrow-info {
  display: block;
  margin: 10px auto;
  width: 17px;
}

.guide-img-arrow-down {
  width: 28px;
  display: block;
  margin: auto;
  margin-bottom: 15px;
}

.guide-img-arrow-thumb {
  width: 28px;
  display: block;
  margin: auto;
  margin-bottom: 15px;
}

.guide-img-arrow {
  display: block;
  margin: 10px auto;
  width: 13px;
}

.guide-wrap-info {
  align-items: center;
}

.guide-box-info {
  background-color: #fff;
  height: 165px;
  text-align: center;
  border-radius: 10px;
  position: relative;
}

.guide-title-info {
  font-size: 18px;
  font-weight: bold;
  color: #222;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 13px;
}

.guide-text-info {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  line-height: 1.8;
  border-radius: 10px;
}

.guide-text-class-info {
  font-size: 22px;
  font-weight: bold;
  color: #0072ff;
  border-radius: 10px;
  margin-top: 15px;
}

.guide-wrap-level {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
}

.guide-wrap-title-level {
  text-align: center;
  margin-bottom: 15px;
}

.guide-margin-top {
  padding-top: 45px;
}

.guide-wrap-level-thumb {
  align-items: center;
  margin: 0px 0px 40px 0px;
}

.guide-wrap-level-star {
  display: flex;
  align-items: center;
}

.guide-text-level {
  font-size: 15px;
  font-weight: 700;
  color: #999;
  margin-top: 1px;
}

.guide-text-level-thumb {
  font-size: 12px;
  font-weight: 700;
  color: #222;
  margin-top: 1px;
}

.guide-img-level {
  height: 15px;
  margin-left: 8px;
  display: block;
}

.guide-box-info:hover {
  box-shadow: 0px 0px 7px 1px #ddd;
}

.guide-wrap-content-info {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
}

.guide-line-info {
  width: 98%;
  padding: 1%;
}

.guide-text-sub {
  font-size: 16px;
  font-weight: 500;
  color: #222;
  margin: 12px 5% 40px;
  line-height: 1.3;
}

.guide-title-state {
  font-size: 20px;
  font-weight: bold;
  color: #222;
  margin-bottom: 10px;
}

.guide-title-state-all {
  font-size: 20px;
  font-weight: bold;
  color: #222;
  margin: 0px 5%;
}

.guide-title-level {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  font-family: "Montserrat" !important;
  background-color: #0072ff;
  padding: 10px 15px;
  border-radius: 5px;
  display: inline-block;
}

.guide-title-level-thumb {
  font-size: 22px;
  font-weight: bold;
  color: #0072ff;
  font-family: "Montserrat" !important;
  margin-bottom: 10px;
}

.guide-text-explain-level {
  font-size: 18px;
  font-weight: bold;
  color: #222;
  margin-bottom: 7px;
}

.guide-wrap-content {
  margin-bottom: 45px;
}

.guige-bg-class {
  background-color: #fff;
  padding: 30px 15px;
  border-radius: 5px;
}

.guide-line-class {
  border-bottom: 1px solid #ddd;
  word-break: keep-all;
}

.guide-line-class-02 {
  border-bottom: 1px solid #ddd;
  word-break: keep-all;
  padding-bottom: 45px;
}

.guide-title-class {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  border-radius: 5px;
  margin-bottom: 10px;
}

.guide-title-class-02 {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  border-radius: 5px;
  margin-bottom: 7px;
  padding-top: 19px;
  text-align: center;
}

.guide-title-thumb {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #222;
  width: 90px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 10px;
}

.guide-wrap-class {
  display: grid;
  grid-template: 1fr / 30% 70%;
  align-items: center;
  background-color: #f2f4f7;
  padding: 10px;
  border-radius: 5px;
}

.guide-wrap-explain-class {
  margin: 10px 0px;
  word-break: keep-all;
  align-items: flex-start;
}

.guide-margin-wrap {
  margin-top: -15px;
}

.guide-wrap-class2 {
  display: grid;
  grid-template: 1fr / 30.3% 3% 30.3% 3% 30.3% 3%;
  align-items: center;
  margin-bottom: 30px;
}

.guide-wrap-class3 {
  display: grid;
  grid-template: 1fr / 21% 4% 21% 4% 21% 4% 21% 4%;
  align-items: center;
  margin-bottom: 30px;
}

.guide-wrap-class4 {
  display: grid;
  grid-template: 1fr / 21% 4% 21% 4% 46% 4%;
  align-items: center;
  margin-bottom: 15px;
}

.guide-wrap-class5 {
  display: grid;
  grid-template: 1fr / 21% 4% 46% 4% 21% 4%;
  align-items: center;
  margin-bottom: 15px;
}

.guide-img-class {
  width: 100%;
  border-radius: 5px;
  margin: auto;
}

.guide-img-unopen-class {
  width: 100%;
  border-radius: 5px;
  margin: auto;
  opacity: 0.75;
}

.guide-text-explain-class {
  font-size: 13px;
  font-weight: 500;
  color: #222;
  line-height: 1.5;
  word-break: keep-all;
  margin-bottom: 5px;
}

.guide-btn-go {
  font-size: 10px;
  font-weight: 700;
  color: #999;
  line-height: 1.3;
  word-break: keep-all;
}

.guide-btn-open {
  background: #0072ff;
  border-radius: 5px;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  padding: 5px;
  display: inline-block;
  margin-bottom: 3px;
}

.guige-wrap-explain {
  margin-left: 10px;
}

.guide-text-class {
  font-size: 14px;
  font-weight: 500;
  color: #222;
  margin-top: 5px;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
}

.guide-btn-Shortcuts {
  background: #0072ff;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  width: 200px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
}

.guide-wrap-Shortcuts {
  text-align: center;
  margin-top: 45px;
}

.guide-box-class {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #222;
  line-height: 1.3;
}

.guide-box-class-small {
  font-size: 10px;
}

.guide-text-box {
  font-size: 13px;
  letter-spacing: -1px;
}

.guide-bg-class {
  background-color: #f2f4f7;
  padding: 45px 0px;
  margin-top: 15px;
}

.guide-margin-class {
  padding-top: 100px;
}

.guide-wrap-btn {
  display: flex;
  justify-content: space-between;
}

.guide-text-btn {
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.guide-btn-top {
  background-color: #ebebeb;
  font-size: 13px;
  font-weight: 700;
  text-align: right;
  width: 48%;
  height: 119px;
  color: #999;
  border-radius: 5px;
  position: relative;
  padding: 0;
}

.guide-btn-top.active {
  background-color: #2b3550;
  font-size: 13px;
  font-weight: 700;
  text-align: right;
  width: 48%;
  height: 119px;
  color: #fff;
  border-radius: 5px;
  position: relative;
  padding: 0;
}

.guide-img-btn {
  height: 78px;
  position: absolute;
  bottom: -39px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.guide-chiro {
  display: none;
}

.guide-bg-certi {
  background-color: #f2f4f7;
  /* height: 855px; */
  padding-bottom: 45px;
}

.guide-wrap-certi {
  background-color: #fff;
  margin-top: 10px;
  padding: 0px 15px 25px 15px;
}

.guide-title-certi {
  font-size: 22px;
  font-weight: bold;
  color: #222;
  text-align: center;
  margin-bottom: 8px;
  line-height: 1.2;
}

.guide-text-certi {
  font-size: 14px;
  font-weight: 500;
  color: #222;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 45px;
}

.guide-wrap-btn-certi {
  display: flex;
  justify-content: space-between;
  /* margin: 0px 0px 11px 0px; */
}

.guide-btn-certi {
  background-color: #b4b4b4;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  width: 32.5%;
  height: 35px;
  color: #fff;
  line-height: 36px;
  /* border-radius: 5px; */
  /* margin-right: 15px; */
  border: none;
}

.guide-btn-certi.active {
  background-color: #0072ff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  height: 35px;
  width: 32.5%;
  color: #fff;
  line-height: 36px;
  /* border-radius: 5px; */
  /* margin-right: 15px; */
  border: none;
}

.guide-box-explain-text {
  /* height: 270px; */
}

.guide-title-explain {
  font-size: 18px;
  font-weight: bold;
  color: #222;
  border-radius: 5px;
  margin-bottom: 8px;
}

.guide-text-explain {
  font-size: 13px;
  font-weight: 500;
  color: #222;
  line-height: 1.3;
  word-break: keep-all;
}

.guide-text-explain-level {
  font-size: 20px;
  font-weight: bold;
  color: #222;
}

.guide-click-box {
  margin-top: 35px;
}

.guide-click-btn {
  font-size: 15px;
  font-family: "Montserrat" !important;
  font-weight: 700;
  color: #0072ff;
  border-radius: 500px;
  border: 2px solid #0072ff;
  background-color: #fff;
  text-align: center;
  padding: 0px 5px;
  display: inline-block;
  margin-right: 7px;
}

.guide-click-title {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  text-align: left;
  display: inline-block;
}

.guide-alert-box {
  display: none;
}

.guide-ex-explain {
  font-size: 13px;
  font-weight: 500;
  color: #222;
  line-height: 1.8;
  margin-top: 5px;
  /* border-radius: 5px; */
  margin-top: 15px;
  word-break: keep-all;
}

.guide-certi {
  display: block;
  margin: auto;
  width: 90%;
}

/* instruter */

.instruter-top-box {
  width: 100%;
  max-width: 980px !important;
  margin: 0 auto;
  position: relative;
}

.instruter-top-img {
  width: 100%;
  max-width: 980px;
  display: block;
}

.instruter-img {
  width: 100%;
  max-width: 980px;
}

.instruter-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.3;
}

.instruter-sub-title {
  font-style: 10px;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
}

.instruter-text-box {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.volunteer-btn-box {
  text-align: center;
}

.volunteer-btn {
  display: inline-block;
  background-color: #0072ff;
  border-radius: 5px;
  border: 0px solid;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
  color: #fff;
}

.instruter-section3-bg {
  background-color: #000;
  height: 200px;
}

.instruter-sec3-box {
  width: 100%;
  max-width: 980px !important;
  margin: 0 auto;
  position: relative;
}

/* Chiropractic */

/* chiro-section1 */

#chiro-section1 {
  display: block;
}

.chiro-sec1-position {
  width: 100%;
  max-width: 980px !important;
  margin: 0 auto;
  position: relative;
}

.chiro-sec1-margin {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}

.chiro-sec1-title {
  display: block;
  font-size: 22px;
  font-family: "Montserrat";
  font-weight: bold;
  color: #fff;
  padding-top: 12%;
}

.chiro-sec1-kotitle {
  display: block;
  font-size: 16px;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 700;
  color: #fff;
  padding-top: 3%;
}

.sec1-img {
  width: 100%;
}

.chiro-sec1-img {
  width: 100%;
}

/* chiro-section2 */

#chiro-section2 {
  width: 100%;
  margin-bottom: 15%;
}

.chiro-sec2-img {
  width: 100%;
}

.chiro-sec2-img-space {
  margin-top: 40px;
  width: 100%;
}

.chiro-sec2-content-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #0bbca7;
  text-align: left;
  padding-top: 25px;
}

.chiro-sec2-click-title {
  font-size: 13px;
  font-weight: 700;
  color: #0bbca7;
  text-align: left;
  display: inline-block;
}

.chiro-sec2-click-btn {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border-radius: 3px;
  border: 0px solid;
  background-color: #0bbca7;
  text-align: center;
  padding: 5px;
  display: inline-block;
  margin-right: 3px;
}

.chiro-sec2-click-box {
  margin-top: 20px;
}

.chiro-sec2-alert-box {
  display: none;
}

.chiro-on {
  display: block;
}

.chiro-sec2-subject-content1 {
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  word-break: keep-all;
  padding-top: 7px;
}

.chiro-sec2-add-bar {
  border-left: 2px solid #0bbca7;
  padding: 7px 0px 5px 7px;
  margin: 7px 0px 40px 0px;
}

.chiro-sec2-subject-add {
  font-size: 11px;
  font-weight: 600;
  color: #0bbca7;
  line-height: 150%;
  word-break: keep-all;
}

.sec14-subject-content2 {
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  word-break: keep-all;
  padding-top: 20px;
}

/* chiro-section3 */

#chiro-section3 {
  display: block;
}

.chiro-sec3-position {
  width: 100%;
  max-width: 980px !important;
  margin: 0 auto;
  position: relative;
}

.chiro-sec3-margin {
  width: 80%;
  max-width: 980px;
  margin: 0 auto;
}

.chiro-sec3-title {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  word-break: keep-all;
  text-align: center;
  margin-top: 18px;
}

.chiro-sec3-img {
  width: 100%;
  display: inline-block;
}

.chiro-sec3-logo {
  width: 100%;
}

.chiro-sec3-content-box {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* chiro-section4 */

#chiro-section4 {
  width: 100%;
  margin-bottom: 15%;
}

#chiro-sec4 div.sec14-content {
  width: 100%;
}

.chiro-sec4-img {
  width: 100%;
}

.chiro-sec4-img2 {
  width: 100%;
  margin: 40px 0px 10px 0px;
}

.chiro-sec4-content-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #0bbca7;
  text-align: left;
  padding-top: 20px;
}

.chiro-sec4-subject-content1 {
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  word-break: keep-all;
  padding-top: 7px;
}

.chiro-sec4-subject-content2 {
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  word-break: keep-all;
  padding-top: 20px;
}

/* chiro-section5 */

.section18 {
  display: block;
}

.chiro-sec5-position {
  width: 100%;
  max-width: 980px !important;
  margin: 0 auto;
  position: relative;
}

.chiro-sec5-margin {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}

.chiro-sec5-title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}

.chiro-sec5-img {
  width: 100%;
}

/* chiro-section6 */
#chiro-section6 {
  width: 100%;
  margin-bottom: 15%;
}

#chiro-section6 div.sec14-content {
  width: 100%;
}

.chiro-sec6-img {
  width: 100%;
}

.chiro-sec6-img2 {
  width: 100%;
  margin-top: 20px;
}

.chiro-sec6-content-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #0bbca7;
  text-align: left;
  padding-top: 20px;
}

.chiro-sec6-subject-content1 {
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  word-break: keep-all;
  padding-top: 7px;
}

/* chiro-section7 */

#chiro-section7 {
  width: 100%;
  margin-bottom: 15%;
  border-top: 12px solid #f2f4f7;
}

.chiro-sec7-img {
  width: 100%;
}

/* Rehabilitation */

/* rehab-section1 */

#rehab-section1 {
  display: block;
}

.rehab-sec1-position {
  width: 100%;
  max-width: 980px !important;
  margin: 0 auto;
  position: relative;
}

.rehab-sec1-margin {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}

.rehab-sec1-title {
  display: block;
  font-size: 22px;
  font-family: "Montserrat";
  font-weight: bold;
  color: #fff;
  padding-top: 12%;
}

.ex-rehab-sec1-title {
  display: block;
  font-size: 22px;
  font-family: "Montserrat";
  font-weight: bold;
  color: #fff;
}

.ex-rehab-sec1-kotitle {
  display: block;
  font-size: 16px;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 700;
  color: #fff;
  padding-top: 1%;
}

.ex-rehab-sec2-title {
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.ex-rehab-sec2-text {
  display: block;
  font-size: 13px;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 500;
  color: #fff;
  padding-top: 20px;
  text-align: center;
  line-height: 1.5;
}


.rehab-sec1-kotitle {
  display: block;
  font-size: 16px;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 700;
  color: #fff;
  padding-top: 3%;
}

.rehab-sec1-img {
  width: 100%;
}

/* rehab-section2 */

#rehab-section2 {
  width: 100%;
  margin-bottom: 15%;
}

.rehab-sec2-img {
  width: 100%;
}

.rehab-sec2-img-space-2 {
  margin-top: 10px;
  width: 100%;
}

.rehab-sec2-img-space {
  margin-top: 60px;
  width: 100%;
}

.rehab-sec2-content-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #5f67ae;
  text-align: left;
  padding-top: 25px;
  line-height: 1.3;
  word-break: keep-all;
}

.rehab-sec2-click-title {
  font-size: 13px;
  font-weight: 700;
  color: #5f67ae;
  text-align: left;
  display: inline-block;
}

.rehab-sec2-click-btn {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border-radius: 3px;
  border: 0px solid;
  background-color: #5f67ae;
  text-align: center;
  padding: 5px;
  display: inline-block;
  margin-right: 3px;
}

.rehab-sec2-click-btn2 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border-radius: 3px;
  border: 0px solid;
  background-color: #5f67ae;
  text-align: center;
  padding: 5px;
  display: inline-block;
  margin-right: 3px;
}

.rehab-sec2-click-box {
  margin-top: 20px;
}

.rehab-sec2-click-box2 {
  margin-top: 10px;
}

.rehab-sec2-alert-box {
  display: none;
}

.rehab-sec2-alert-box2 {
  display: none;
}

.rehab-on {
  display: block;
}

.rehab-sec2-subject-content1 {
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  word-break: keep-all;
  padding: 7px 0px;
}

.sec14-subject-content2 {
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  word-break: keep-all;
  padding-top: 20px;
}

/* rehab-section3 */

#rehab-section3 {
  display: block;
}

.rehab-sec3-position {
  width: 100%;
  max-width: 980px !important;
  margin: 0 auto;
  position: relative;
}

.rehab-sec3-title {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  word-break: keep-all;
  text-align: center;
  margin-top: 18px;
}

.ex-rehab-sec3-title {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  word-break: keep-all;
  text-align: center;
  margin-top: 18px;
}

.ex-rehab-sec3-egtitle {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  word-break: keep-all;
  text-align: center;
  margin-top: 5px;
}


.rehab-sec3-img {
  width: 100%;
  display: inline-block;
}

.rehab-sec3-logo {
  width: 100%;
}

.rehab-sec3-content-box {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

/* rehab-section4 */

#rehab-section4 {
  width: 100%;
  margin-bottom: 15%;
}

#rehab-sec4 div.sec14-content {
  width: 100%;
}

.rehab-sec4-img {
  width: 100%;
}

.rehab-sec4-img2 {
  width: 100%;
  margin: 40px 0px 10px 0px;
}

.rehab-sec4-content-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #5f67ae;
  text-align: left;
  padding-top: 20px;
}

.ex-rehab-content-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #FF7439;
  text-align: left;
  padding-top: 20px;
}

.rehab-sec4-subject-content1 {
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  word-break: keep-all;
  padding-top: 7px;
}

.rehab-sec4-subject-content2 {
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  word-break: keep-all;
  padding-top: 20px;
}

.rehab-title-click-box {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #222;
  text-align: left;
  padding-top: 20px;
  line-height: 130%;
}

.rehab-text-click-box {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #222;
  text-align: left;
  padding-top: 10px;
  line-height: 150%;
}

/* rehab-section5 */

.section18 {
  display: block;
}

.rehab-sec5-position {
  width: 100%;
  max-width: 980px !important;
  margin: 0 auto;
  position: relative;
}

.rehab-sec5-margin {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}

.rehab-sec5-title {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  word-break: keep-all;
  margin-top: 50px;
}

.ex-rehab-sec5-title2 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  word-break: keep-all;
}

.ex-rehab-sec5-title3 {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  word-break: keep-all;
  margin-top: 10px;
}

.rehab-sec5-img {
  width: 100%;
}

/* rehab-section6 */
#rehab-section6 {
  width: 100%;
  margin-bottom: 15%;
}

#rehab-section6 div.sec14-content {
  width: 100%;
}

.rehab-sec6-img {
  width: 100%;
}

.rehab-sec6-img2 {
  width: 100%;
  margin-top: 20px;
}

.rehab-sec6-content-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #5f67ae;
  text-align: left;
  padding-top: 20px;
}

.rehab-sec6-subject-content1 {
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  word-break: keep-all;
  padding-top: 7px;
}

/* rehab-section7 */

#rehab-section7 {
  width: 100%;
  margin-bottom: 15%;
  border-top: 12px solid #f2f4f7;
}

.rehab-sec7-img {
  width: 100%;
}

/* 구독패키지 */

/*마감 팝업창*/

.end_popup_bg{
  position: fixed;
  top:0; left: 0; bottom: 0; right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 3;
}

.end_popup_box{
  position: absolute;
  top: 25%;
  left: 5%;
  background-color: white;
  display: flex; justify-content: center;
  align-items: center;
  border-radius: 10px;
  width: 90%;
  height: 250px;
  z-index: 100;
  
}
.popup_close{
  position: absolute;
  top: 8%;
  left: 90%;
  cursor: pointer;
}
.popup_wrap{
  padding: 25px 25px;
  height: 170px;
  width: 90%;
}
.end_pop_bold{
  font-size: 24px;
  line-height: 25px;
  font-weight: 900;
  color: #000;
  margin-bottom: 20px;
  letter-spacing: -0.3px;
}
.end_pop_p{
  color: #666;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.02em;
    word-break: keep-all;
}
.mark_pop_blue{
background-color: #e3f0ff;
color: #0072ff;
font-size: 15px;
font-weight: 600;
}

.mark_pop_purple{
  background-color: #efebff;
  color: #5d32f4;
  font-size: 15px;
  font-weight: 600;
  }

.end_pop_p2{
  color: #000000;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.02em;
    word-break: keep-all;
}


.close_1day{
  position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%);
    z-index: 9999;
}

.close_1day a {
  font-size: 14px;
  text-align: center;
  letter-spacing: -0.02em;
  line-height: 19px;
  color: #b1b1b1;
  text-decoration: underline;
}

.popup_buy_link{
  margin-top: 25px;
  text-align: center;
  font-size: 14px; 
  color: #fff; 
  font-weight: bold; 
  background-color: #0072ff; 
  padding: 15px 10px; 
  border-radius: 5px; 
  cursor: pointer; 
}

#timer{
  font-size: 14px;
  color: #58ffef;
  font-weight: 600;
  margin-left: 5px;
  line-height: 1.7;
  letter-spacing: -0.4;
}

.subscribe-section1 {
  background-color: #000;
  padding-top: 90px;
}

.subscribe-chiro-section1 {
  background-color: #145068;
  padding-top: 80px;
  padding-bottom: 30px;
  text-align: center;
}

.subscribe-osteo-section1 {
  background-color: #142346;
  padding-top: 80px;
  padding-bottom: 30px;
  text-align: center;
}

.subscribe-osteo-top-img {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 240px;
}

.subscribe-osteo-top-img2 {
  position: absolute;
  width: 535px;
  top: 39%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.subscribe-osteo-slide-wrap {
  width: 100%;
  height: 96px;
  background:url('/img/osteo_infinite_slide.png') 0 center/ 1000px repeat-x;
  animation: movebg 50s linear infinite;
  position: relative;
  margin-top: 40px;
}

.subscribe-chiro-top-img {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 240px;
}

.subscribe-chiro-top-img2 {
  position: absolute;
  width: 540px;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.subscribe-chiro-slide-wrap {
  width: 100%;
  height: 96px;
  background:url('/img/chiro_infinite_slide.png') 0 center/ 1000px repeat-x;
  animation: movebg 50s linear infinite;
  position: relative;
  margin-top: 55px;
  margin-bottom: 35px;
}

@keyframes movebg{
  0% {background-position: 0 center;}
  100% {background-position: 100% center;}
  }
  

.subscribe-chiro-section2 {
  background-color: #111;
  padding-top: 80px;
  padding-bottom: 30px;
  text-align: center;
}

.subscribe-osteo-section2 {
  background-color: #111;
  padding-top: 80px;
  padding-bottom: 30px;
  text-align: center;
}

.subscribe-chiro-section3 {
  background-color: #000;
  padding-top: 80px;
  padding-bottom: 30px;
  text-align: center;
}

.subscribe-osteo-section3 {
  background-color: #f2f4f7;
  padding-top: 80px;
  padding-bottom: 30px;
  text-align: center;
}

.subscribe-chiro-section4 {
  background-color: #111;
  padding-top: 80px;
  padding-bottom: 30px;
}

.subscribe-osteo-section4 {
  background-color: #111;
  padding-top: 80px;
  padding-bottom: 30px;
}

.subscribe-chiro-section5 {
  position: relative;
}

.subscribe-chiro-section6 {
  background-color: #000;
  padding-top: 80px;
  padding-bottom: 30px;
}

.subscribe-chiro-section7 {
  background-color: #111;
  padding-top: 80px;
  padding-bottom: 30px;
}

.subscribe-osteo-section7 {
  background-color: #111;
  padding-top: 60px;
  padding-bottom: 60px;
}

.subscribe-osteo-section7-2 {
  background-color: #f2f4f7;
}

.subscribe-osteo-section7-3 {
    background-color: #111;
    padding-top: 80px;
    padding-bottom: 50px;
}

.subscribe-osteo-top-box {
    width: 90%;
    height: 50px;
    background-color: #00ffe0;
    color: #222;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    margin: auto;
}

.subscribe-osteo-bottom-box {
    width: 90%;
    background-color: #ccfff9;
    color: #222;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    border-radius: 5px;
    padding: 20px 0px;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;

}

.subscribe-osteo-text-box {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding-top: 35px;
    margin-bottom: 25px;
}

.subscribe-osteo-top-box2 {
    width: 90%;
    height: 50px;
    background-color: #2970fb;
    color: #222;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    margin: auto;
    margin-bottom: 10px;
}

.subscribe-osteo-bottom-box2 {
    width: 90%;
    background-color: #d4e2fe;
    color: #222;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    border-radius: 5px;
    padding: 20px 0px 20px 0px;
    margin-top: 15px;
    margin: auto;
    text-align: center;
}

.subscribe-osteo-img-plus {
    width: 17px;
    margin-top: 20px;
}

.subscribe-osteo-img-arrow {
  display: block;
    margin: auto;
    width: 80px;
    margin-bottom: 14px;
}

.subscribe-osteo-wrap-box {
    background-color: #222;
    margin-top: 25px;
    border-radius: 10px;
    padding-bottom: 22px;
    margin-bottom: 10px;
}

.subscribe-chiro-box-sec6 {
  width: 165px;
  height: 159px;
  background-color: #135067;
  padding: 20px 0px;
  border-radius: 5px;
  text-align: center;
}

.subscribe-osteo-box-sec6 {
  width: 165px;
  height: 159px;
  background-color: #202b45;
  padding: 20px 0px;
  border-radius: 5px;
  text-align: center;
}

.subscribe-chiro-table-compare {
  border-spacing: 0px;
  border-collapse: separate;
  width: 100%;
  margin-bottom: 20px;
}

.subscribe-chiro-td-compare-none {
  background-color: #444;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  width: 19%;
  height: 44px;
  border-top-left-radius: 5px;
  border: solid 1.9px #111;
}

.subscribe-chiro-td-compare-top {
  background-color: #444;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  width: 27%;
  height: 44px;
  text-align: center;
  border: solid 1.9px #111;
}

.subscribe-chiro-td-compare-top-subscribe {
  background-color: #46f28c;
  font-size: 13px;
  font-weight: bold;
  color: #222;
  width: 27%;
  height: 44px;
  text-align: center;
  border: solid 1.9px #111;
  border-top-right-radius: 5px;
  border-top: solid 3px #46f28c;
  border-left: solid 3px #46f28c;
  border-right: solid 3px #46f28c;
  border-bottom: solid 3px #46f28c;
}

.subscribe-osteo-td-compare-top-subscribe {
  background-color: #00ffe0;
  font-size: 13px;
  font-weight: bold;
  color: #222;
  width: 27%;
  height: 44px;
  text-align: center;
  border: solid 1.9px #111;
  border-top-right-radius: 5px;
  border-top: solid 3px #00ffe0;
  border-left: solid 3px #00ffe0;
  border-right: solid 3px #00ffe0;
  border-bottom: solid 3px #00ffe0;
}

.subscribe-chiro-td-compare-left {
  background-color: #444;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  width: 19%;
  height: 44px;
  text-align: center;
  border: solid 1.9px #111;
}

.subscribe-chiro-td-compare {
  background-color: #222;
  font-size: 11px;
  font-weight: 400;
  color: #c8c8c8;
  width: 27%;
  height: 44px;
  text-align: center;
  border: solid 1.9px #111;
}

.subscribe-chiro-td-compare-subscribe {
  background-color: #222;
  font-size: 11px;
  font-weight: 400;
  color: #46f28c;
  width: 27%;
  height: 44px;
  text-align: center;
  border: solid 1.9px #111;
  border-left: solid 3px #46f28c;
  border-right: solid 3px #46f28c;
  border-bottom: solid 3px #46f28c;
  line-height: 1.5;
}

.subscribe-osteo-td-compare-subscribe {
  background-color: #222;
  font-size: 11px;
  font-weight: 400;
  color: #00ffe0;
  width: 27%;
  height: 44px;
  text-align: center;
  border: solid 1.9px #111;
  border-left: solid 3px #00ffe0;
  border-right: solid 3px #00ffe0;
  border-bottom: solid 3px #00ffe0;
  line-height: 1.5;
}

.subscribe-chiro-td-text-subscribe {
  font-size: 7px;
}

.subscribe-img-notice {
  display: block;
  margin: auto;
  width: 100%;
}

.subscribe-chiro-img-advantages {
  display: block;
  margin: auto;
  border-radius: 5px 5px 0px 0px;
  width: 100%;
}

.subscribe-chiro-wrap-advantages {
  background-color: #222;
  padding: 20px;
  border-radius: 0px 0px 5px 5px;
  margin-bottom: 20px;
  text-align: left;
}

.subscribe-osteo-wrap-advantages {
  background-color: #fff;
  padding: 20px;
  border-radius: 0px 0px 5px 5px;
  margin-bottom: 20px;
  text-align: left;
}

.subscribe-chiro-question-advantages {
  font-size: 12px;
  font-weight: 400;
  color: #46f28c;
  margin-bottom: 12px;
}

.subscribe-osteo-question-advantages {
  font-size: 12px;
  font-weight: 600;
  color: #2970fb;
  margin-bottom: 12px;
}

.subscribe-chiro-title-advantages {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.5;
}

.subscribe-osteo-title-advantages {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  margin-bottom: 12px;
  line-height: 1.5;
}

.subscribe-chiro-btn-new {
  color: #46f28c;
  font-weight: bold;
  border-radius: 50px;
  font-size: 12px;
  padding: 1px 4px;
  border: solid 2px #46f28c;
}

.subscribe-chiro-text-advantages {
  font-size: 12px;
  font-weight: 400;
  color: #dcdcdc;
  line-height: 1.5;
}

.subscribe-osteo-text-advantages {
  font-size: 12px;
  font-weight: 400;
  color: #222;
  line-height: 1.5;
}

.subscribe-title-top {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 12px;
  line-height: 1.5;
}

.subscribe-subtitle {
  font-size: 12px;
  font-weight: bold;
  color: #0072ff;
  text-align: center;
  margin-bottom: 12px;
}

.subscribe-chiro-subtitle {
  font-size: 10px;
  color: #fff;
  font-weight: 500;
  padding: 5px 20px;
  background: #000;
  border-radius: 50px;
  text-align: center;
}

.subscribe-text {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 30px;
}

.subscribe-wrap-btn {
  text-align: center;
  margin-bottom: 20px;
}

.subscribe-btn1 {
  font-size: 12px;
  color: #fff;
  padding: 8px 10px;
  background: linear-gradient(to right, #00dcc8, #0072ff);
  border-radius: 50px;
  margin: 12px auto;
  width: 173px;
}

.subscribe-btn2 {
  font-size: 12px;
  color: #fff;
  padding: 8px 10px;
  background: linear-gradient(to right, #0084f5, #0072ff);
  border-radius: 50px;
  margin: 12px auto;
  width: 113px;
}

.subscribe-btn3 {
  font-size: 12px;
  color: #fff;
  padding: 8px 10px;
  background: linear-gradient(to right, #0072ff, #5050ff);
  border-radius: 50px;
  margin: 12px auto;
  width: 113px;
}

.subscribe-chiro-main-img {
  display: block;
  margin: auto;
  margin-bottom: 15px;
  width: 100%;
}

.subscribe-osteo-main-img {
  display: block;
  margin: auto;
  width: 100%;
}

.subscribe-img-top {
  display: block;
  margin: auto;
  width: 100%;
}

.subscribe-bar-consulting {
  background-color: #f15a25;
  border-radius: 5px;
  height: 80px;
  position: relative;
  /* display: grid;
    grid-template: 1fr / 9% 50% 40%;
    align-items: center; */
}

.subscribe-img-consulting {
  float: right;
}

.subscribe-text1-consulting {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
  text-align: left;
}

.subscribe-chiro-gif {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 20px;
}

.subscribe-chiro-wrap-gif {
  margin: 45px 0px 20px 0px;
}

.subscribe-chiro-bg-curriculum {
  width: 100%;
}

.subscribe-chiro-wrap-btn {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 15px;
}

.text-btn-biologic-science {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  margin: 0px 5px;
  cursor: pointer;
  white-space: nowrap;
}

.text-btn-biologic-science.active {
  font-size: 12px;
  font-weight: bold;
  color: #135067;
  margin: 0px 5px;
  cursor: pointer;
  white-space: nowrap;
}

.text-btn-basic-science {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  margin: 0px 5px;
  cursor: pointer;
  white-space: nowrap;
}

.text-btn-basic-science.active {
  font-size: 12px;
  font-weight: bold;
  color: #202b45;
  margin: 0px 5px;
  cursor: pointer;
  white-space: nowrap;
}

.subscribe-chiro-wrap-btn-text {
  display: flex;
  justify-content: center;
}


/* 타이머 */
#timer {
  font-size: 36px;
  font-weight: 100;
  color: white;
  padding: 20px;
  font-weight: bold;
  color: white;
}

#timer div {
  display: inline-block;
  width: 50px;
  padding: 15px;
  background: #000;
  border-radius: 10px;
  margin: 15px;
}

#timer div span {
  color: #ffffff;
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
}


.text-btn-clinical-sciences {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  margin: 0px 5px;
  cursor: pointer;
  white-space: nowrap;
}

.text-btn-clinical-sciences.active {
  font-size: 12px;
  font-weight: bold;
  color: #5d32f4;
  margin: 0px 5px;
  cursor: pointer;
  white-space: nowrap;
  border-bottom: solid 2px #5d32f4;
  padding-bottom: 7px;
}

.text-btn-clinical-sciences2 {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  margin: 0px 5px;
  cursor: pointer;
  white-space: nowrap;
}

.text-btn-clinical-sciences2.active {
  font-size: 12px;
  font-weight: bold;
  color: #f15a25;
  margin: 0px 5px;
  cursor: pointer;
  white-space: nowrap;
  border-bottom: solid 2px #f15a25;
  padding-bottom: 7px;
}

.text-btn-chiropractic-science {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  margin: 0px 5px;
  cursor: pointer;
  white-space: nowrap;
}

.text-btn-chiropractic-science.active {
  font-size: 12px;
  font-weight: bold;
  color: #43ca7b;
  margin: 0px 5px;
  cursor: pointer;
  white-space: nowrap;
}

.text-btn-osteopathic-sciences {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  margin: 0px 5px;
  cursor: pointer;
  white-space: nowrap;
}

.text-btn-osteopathic-sciences.active {
  font-size: 12px;
  font-weight: bold;
  color: #2970fb;
  margin: 0px 5px;
  cursor: pointer;
  white-space: nowrap;
  border-bottom: solid 2px #0072ff;
  padding-bottom: 7px;

}
/*오스테오 커리큘럼*/

.osteo-csc-section1 {
  background-color: #000;
  padding-top: 80px;
  padding-bottom: 60px;
  text-align: center;
}

.osteo-csc-section2 {
  background-color: #111;
  padding-top: 80px;
  text-align: center;
}

.osteo-csc-section3 {
  background-color: #000;
  padding-top: 80px;
  padding-bottom: 60px;
  text-align: center;
}

.osteo-csc-section4 {
  background-color: #f2f2f2;
  padding-top: 80px;
  padding-bottom: 60px;
  text-align: center;
}

.csc-title-osteo {
  font-size: 22px;
  font-weight: bold;
  color: #00ffe0;
  text-align: center;
  margin-bottom: 7px;
  line-height: 1.5; 
}
.csc-title-osteo2 {
  font-size: 22px;
  font-weight: bold;
  color: #0190f8;
  text-align: center;
  margin-bottom: 7px;
  line-height: 1.5; 
}

.csc-title-chiro {
  font-size: 22px;
  font-weight: bold;
  color: #5d32f4;
  text-align: center;
  margin-bottom: 7px;
  line-height: 1.5; 
}
.osteo-csc-title-bold {
  margin-top: 40px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 7px;
  line-height: 1.5;
}

.osteo-csc-title-bold2 {
  margin-top: 40px;
  font-size: 22px;
  font-weight: bold;
  color: #00ffe0;
  text-align: center;
  margin-bottom: 7px;
  line-height: 1.5;
}

.osteo-csc-img-sec1 {
  width: 90%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.osteo-csc-img-sec2 {
  width: 85%;
  margin-top: 30px;
  margin-bottom: 10px;
}

.osteo-csc-img-sec3{
  width: 94%;
  margin-top: 20px;
}

.osteo-csc-img-sec5{
  width: 94%;
  margin-top: 20px;
  margin-bottom: 20px;
}


.osteo-csc-sec2-tbox{
  background: #202b45;
  padding: 30px 20px;
}
.subscribe-osteo-table-csc {
  border-spacing: 7px;
  border-collapse: separate;
  width: 100%;
}
.subscribe-osteo-td-csc-top2 {
  width: 8%;
  height: 34px;
  border-radius: 3px;
  background-color: #074b64;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.subscribe-osteo-td-certi {
  width: 8%;
  height: 34px;
  border-radius: 3px;
  background-color: #172162;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.subscribe-osteo-td-csc-left {
  width: 20%;
  height: 34px;
  border-radius: 3px;
  background-color: #b2d2df;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.subscribe-osteo-td-csc {
  width: 14%;
  height: 34px;
  border-radius: 3px;
  background-color: #dfe0e1;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.subscribe-chiro-td-csc-top2 {
  width: 8%;
  height: 34px;
  border-radius: 3px;
  background-color: #172162;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.subscribe-chiro-td-csc-left {
  width: 20%;
  height: 34px;
  border-radius: 3px;
  background-color: #b3bbd9;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.subscribe-chiro-td-csc {
  width: 14%;
  height: 34px;
  border-radius: 3px;
  background-color: #dcdfe9;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}


/*카이로 커리큘럼*/

.subscribe-chiro-table-csc {
  border-spacing: 7px;
  border-collapse: separate;
  width: 100%;
}
.subscribe-chiro-table-csc-text {
margin-top: 10px; 
line-height: 1.5; 
text-align:left; 
font-size: 10px;
margin-bottom: 60px;
}

.subscribe-chiro-th-csc-top {
  width: 14%;
  height: 34px;
  border-radius: 3px;
  background-color: #555;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.subscribe-chiro-td-csc-top2 {
  width: 8%;
  height: 34px;
  border-radius: 3px;
  background-color: #074b64;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.subscribe-chiro-td-csc-left {
  width: 20%;
  height: 34px;
  border-radius: 3px;
  background-color: #b2d2df;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.subscribe-chiro-td-csc {
  width: 14%;
  height: 34px;
  border-radius: 3px;
  background-color: #dfe0e1;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.csc-chiro-title-curriculum {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}
.chiro-csc-section1 {
  background-color: #000;
  padding-top: 80px;
  padding-bottom: 30px;
}
.chiro-csc-title {
  margin-top: 40px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 7px;
  line-height: 1.5;
}

.chiro-csc-title2 {
  margin-top: 40px;
  font-size: 22px;
  font-weight: bold;
  color: #46f28c;
  text-align: center;
  margin-bottom: 7px;
  line-height: 1.5;
}

.chiro-csc-notice-price {
  font-size: 12px;
  font-weight: 400;
  color: #999;
  margin-bottom: 25px;
  margin-top: 40px;
  line-height: 1.5;
  text-align: center;
}
.chiro-csc-question-advantages {
  font-size: 12px;
  font-weight: 400;
  color: #46f28c;
  margin-bottom: 12px;
  margin-top: 20px;
  text-align: center;
  line-height: 1.5;
}
.chiro-csc-img-sec1 {
  width: 90%;
  margin-top: 40px;
}

.chiro-csc-img-sec2 {
  width: 94%;
  margin-top: 10px;
}
/*카이로 커리큘럼 end*/

.subscribe-osteo-table-curriculum {
  border-spacing: 7px;
  border-collapse: separate;
  width: 100%;
}

.subscribe-chiro-table-curriculum {
  border-spacing: 7px;
  border-collapse: separate;
  width: 100%;
}

.subscribe-chiro-img-btn {
  margin-top: 8px;
  width: 100%;
}

.subscribe-chiro-td-curriculum-top {
  width: 8%;
  height: 34px;
  border-radius: 3px;
  background-color: #43ca7b;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.subscribe-osteo-td-curriculum-top {
  width: 14%;
  height: 34px;
  border-radius: 3px;
  background-color: #2970fb;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

.subscribe-chiro-td-curriculum-left {
  width: 44%;
  height: 34px;
  border-radius: 3px;
  background-color: #d0f0e1;
  color: #135067;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.subscribe-osteo-td-curriculum-left {
  width: 35%;
  height: 34px;
  border-radius: 3px;
  background-color: #94b7fd;
  color: #0e5bd8;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.subscribe-chiro-td-curriculum-top2 {
  width: 14%;
  height: 34px;
  border-radius: 3px;
  background-color: #5d32f4;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.subscribe-osteo-td-curriculum-top2 {
  width: 14%;
  height: 34px;
  border-radius: 3px;
  background-color: #f15a25;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.subscribe-chiro-td-curriculum-left2 {
  width: 44%;
  height: 34px;
  border-radius: 3px;
  background-color: #cec1fc;
  color: #5d32f4;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.subscribe-osteo-td-curriculum-left2 {
  width: 58%;
  height: 34px;
  border-radius: 3px;
  background-color: #f9b39b;
  color: #f15a25;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.subscribe-chiro-td-curriculum2 {
  width: 14%;
  height: 34px;
  border-radius: 3px;
  background-color: #f2f4f7;
  color: #5d32f4;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.subscribe-osteo-td-curriculum2 {
  width: 14%;
  height: 34px;
  border-radius: 3px;
  background-color: #feeee9;
  color: #f15a25;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.subscribe-chiro-td-curriculum-top3 {
  width: 14%;
  height: 34px;
  border-radius: 3px;
  background-color: #777;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.subscribe-osteo-td-curriculum-top3 {
  width: 11%;
  height: 34px;
  border-radius: 3px;
  background-color: #777;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.subscribe-chiro-td-curriculum-left3 {
  width: 58%;
  height: 34px;
  border-radius: 3px;
  background-color: #bbbbbb;
  color: #555;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.subscribe-osteo-td-curriculum-left3 {
  width: 58%; 
  height: 34px;
  border-radius: 3px;
  background-color: #bbbbbb;
  color: #555;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.subscribe-chiro-td-curriculum3 {
  width: 14%;
  height: 34px;
  border-radius: 3px;
  background-color: #eeeeee;
  color: #555;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.subscribe-osteo-td-curriculum3 {
  /* width: 14%; */
  height: 34px;
  border-radius: 3px;
  background-color: #eeeeee;
  color: #555;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.subscribe-chiro-td-curriculum {
  width: 14%;
  height: 34px;
  border-radius: 3px;
  background-color: #f2f4f7;
  color: #135067;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.subscribe-osteo-td-curriculum {
  /* width: 14%; */
  height: 34px;
  border-radius: 3px;
  background-color: #e5eeff;
  color: #2970fb;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.osteoguide {
  background-color: #2970fb;
  border-radius: 32px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 10px 30px;
  cursor: pointer;
}

.subscribe-chiro-wrap-curriculum {
  position: relative;
}

.subscribe-chiro-content-curriculum {
  position: absolute;
  width: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.subscribe-chiro-title-curriculum {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}

.subscribe-chiro-text-curriculum {
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  line-height: 1.7;
}

.subscribe-chiro-section8 {
  background-color: #fff;
  text-align: center;
}

.subscribe-sub-text-bold {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}



.subscribe-chiro-section9 {
  background-color: #111;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 50px;
}

.subscribe-chiro-img-sec9 {
  width: 100%;
  margin-top: 10px;
}

.subscribe-chiro-bg-sec9 {
  background-color: #000;
  padding-top: 80px;
  padding-bottom: 25px;
  text-align: center;
}

.subscribe-chiro-quotes1 {
  text-align: center;
  margin-bottom: 15px;
}

.subscribe-chiro-title-secretnote {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
  text-align: left;
}

.subscribe-chiro-box-secretnote {
  width: 163px;
  height: 77px;
  background-color: #222;
  text-align: left;
  border-radius: 5px;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.subscribe-chiro-box-secretnote2 {
  width: 163px;
  height: 77px;
  background-color: #43ca7b;
  text-align: left;
  border-radius: 5px;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.subscribe-osteo-box-secretnote2 {
  width: 163px;
  height: 77px;
  background-color: #f15a25;
  text-align: left;
  border-radius: 5px;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.subscribe-chiro-text-secretnote {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  margin-left: 10px;
  letter-spacing: -0.3;
}

.subscribe-chiro-title-secretnote2 {
  font-size: 14px;
  font-weight: bold;
  color: #46f28c;
  margin-bottom: 15px;
  text-align: left;
}

.subscribe-osteo-title-secretnote2 {
  font-size: 14px;
  font-weight: bold;
  color: #f15a25;
  margin-bottom: 15px;
  text-align: left;
}

.subscribe-chiro-wrap-secretnote {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.subscribe-text2-consulting {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  margin-top: 5px;
}

.subscribe-wrap-event {
  text-align: center;
  position: relative;
}

.subscribe-title-event {
  font-size: 12px;
  color: #3b3bed;
  width: 135px;
  height: 29px;
  line-height: 28px;
  border: solid 2px #3b3bed;
  border-radius: 50px;
  margin-bottom: 17px;
  margin-top: 80px;
  display: inline-block;
}

.subscribe-btn-event {
  font-size: 14px;
  color: #fff;
  width: 200px;
  height: 40px;
  background-color: #3b3bed;
  margin-bottom: 30px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.subscribe-img-event {
  width: 100%;
  min-height: 192px;
  max-width: 1920px;
}

.subscribe-wrap-text-consulting {
  position: absolute;
  width: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 54%;
}

.subscribe-section2 {
  background-color: #000;
  padding-top: 90px;
  padding-bottom: 40px;
}

.subscribe-chiro-main-title {
  font-size: 24px;
  font-weight: bold;
  color: #46f28c;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.subscribe-osteo-main-title {
  font-size: 24px;
  font-weight: bold;
  color: #0aebdc;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.subscribe-chiro-main-text {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

.subscribe-chiro-main-text2 {
  font-size: 12px;
  font-weight: bold;
  color: #46f28c;
  text-align: center;
  line-height: 1.5;
}

.subscribe-osteo-main-text {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

.subscribe-osteo-main-text2 {
  font-size: 12px;
  font-weight: bold;
  color: #0aebdc;
  text-align: center;
  line-height: 1.5;
}

.subscribe-chiro-wrap-consulting {
  position: relative;
}

.subscribe-chiro-bar-consulting {
  display: block;
  margin: auto;
  margin-bottom: 15px;
  width: 100%;
}

.subscribe-chiro-wrap-text-consulting {
  display: flex;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  text-align: left;
  width: 90%;
  padding: 6% 5% 4% 5%;
  justify-content: space-between;
  align-items: flex-end;
}

.subscribe-chiro-text1-consulting {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  margin-top: 20px;
}

.subscribe-title-chiro {
  font-size: 22px;
  font-weight: bold;
  color: #46f28c;
  text-align: center;
  margin-bottom: 7px;
  line-height: 1.5;
}

.subscribe-title-osteo {
  font-size: 22px;
  font-weight: bold;
  color: #0190f8;
  text-align: center;
  margin-bottom: 7px;
  line-height: 1.5;
}

.subscribe-title-osteo2 {
  font-size: 22px;
  font-weight: bold;
  color: #0aebdc;
  text-align: center;
  margin-bottom: 7px;
  line-height: 1.5;
}

.subscribe-title {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 7px;
  line-height: 1.5;
}

.subscribe-title2 {
  font-size: 22px;
  font-weight: bold;
  color: #222;
  text-align: center;
  margin-bottom: 7px;
  line-height: 1.5;
}

.subscribe-title3 {
  font-size: 22px;
  font-weight: bold;
  color: #4165f9;
  text-align: center;
  line-height: 1.5;
}

.subscribe-sub-text-white {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-top: 15px;
  line-height: 1.5;
}

.subscribe-sub-text-gray {
  font-size: 12px;
  font-weight: 400;
  color: #888;
  text-align: center;
  margin-top: 15px;
  line-height: 1.5;
}

.subscribe-sub-text {
  font-size: 12px;
  font-weight: 400;
  color: #222;
  text-align: center;
  margin-top: 15px;
  line-height: 1.5;
}

.subscribe-sub-text2 {
  font-size: 12px;
  font-weight: 400;
  color: #222;
  text-align: center;
  margin-top: 15px;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 50px;
}

.subscribe-text-btn-off {
  font-size: 14px;
  font-weight: bold;
  color: #666;
  margin: 0px 12px 10px;
  cursor: pointer;
}

.subscribe-text-btn-off.active {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin: 0px 12px 10px;
  cursor: pointer;
}

.subscribe-text-btn-on {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin: 0px 12px 10px;
  cursor: pointer;
}

.subscribe-chiro-wrap-reason {
  margin-top: 45px;
}

.subscribe-chiro-box-reason {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  background-color: #fff;
  display: flex;
  margin-bottom: 15px;
  text-align: left;
  justify-content: space-between;
  align-items: center;
}

.subscribe-chiro-number-reson {
  font-size: 10px;
  color: #fff;
  font-weight: 500;
  width: 77px;
  height: 22px;
  line-height: 22px;
  background: #43ca7b;
  border-radius: 3px;
  text-align: center;
}

.subscribe-osteo-number-reson {
  font-size: 10px;
  color: #fff;
  font-weight: 500;
  width: 77px;
  height: 22px;
  line-height: 22px;
  background: #2970fb;
  border-radius: 3px;
  text-align: center;
}

.subscribe-chiro-content-reson {
  margin-left: 15px;
  display: flex;
  align-items: center;
}

.subscribe-chiro-text-reason {
  font-size: 14px;
  font-weight: bold;
  color: #222;
  line-height: 1.3;
  margin-left: 15px;
}

.subscribe-chiro-img-reason {
  border-radius: 0px 5px 5px 0px;
}

.subscribe-btn-enterprise {
  display: block;
  margin: 2px auto;
}

.subscribe-btn-individual {
  display: block;
  margin: 2px auto;
}

.subscribe-sec2-wrap-btn {
  text-align: center;
}

.osteo-offline-inner-li {
  background-color: #fff;
  width: 250px;
  border-radius: 6px;
  padding: 20px 25px 8px;
  margin-left: 15px;
  float: left;
}

.enterprise-subscribe-inner-li {
  background-color: #fff;
  width: 250px;
  height: 200px;
  border-radius: 6px;
  padding: 20px 25px 8px;
  margin-left: 15px;
  float: left;
}

.enterprise-subscribe-inner-li2 {
  background-color: #fff;
  width: 244px;
  height: 195px;
  border-radius: 6px;
  padding: 20px 25px 8px;
  border: solid 3px #2970fb;
  margin-left: 15px;
  float: left;
}

.enterprise-chiro-subscribe-inner-li2 {
  background-color: #fff;
  width: 244px;
  height: 195px;
  border-radius: 6px;
  padding: 20px 25px 8px;
  border: solid 3px #5d32f4;
  margin-left: 15px;
  float: left;
}

.individual-subscribe-inner-li {
  background-color: #fff;
  width: 250px;
  height: 200px;
  border-radius: 6px;
  padding: 20px 25px 8px;
  margin-left: 15px;
  float: left;
}

.individual-subscribe-inner-li2 {
  background-color: #fff;
  width: 244px;
  height: 195px;
  border-radius: 6px;
  padding: 20px 25px 8px;
  border: solid 3px #2970fb;
  margin-left: 15px;
  float: left;
}

.individual-chiro-subscribe-inner-li2 {
  background-color: #fff;
  width: 244px;
  height: 195px;
  border-radius: 6px;
  padding: 20px 25px 8px;
  border: solid 3px #5d32f4;
  margin-left: 15px;
  float: left;
}

.subscribe-chiro-box-description {
  height: 60px;
  background-color: #222;
  margin-bottom: 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.subscribe-osteo-box-description {
  height: 60px;
  background-color: #202b45;
  margin-bottom: 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.subscribe-chiro-title-description {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-left: 20px;
}

.subscribe-chiro-title-description2 {
  font-size: 14px;
  font-weight: bold;
  color: #43ca7b;
}

.subscribe-osteo-title-description2 {
  font-size: 14px;
  font-weight: bold;
  color: #00ffe0;
}

.subscribe-chiro-arrow-description {
  width: 10px;
  margin-right: 20px;
}

.subscribe-title-price {
  font-size: 18px;
  font-weight: bold;
  color: #222;
  margin-top: 5px;
  margin-bottom: 10px;
  display: inline-block;
}

.subscribe-text-price {
  font-size: 12px;
  font-weight: 500;
  color: #222;
  border-bottom: solid 1px #999;
  padding-bottom: 15px;
  margin-bottom: 15px;
  letter-spacing: -0.1px;
}

.subscribe-wrap-price {
  position: relative;
  margin-bottom: 7px;
}

.subscribe-title-price-year {
  font-size: 14px;
  font-weight: 500;
  color: #444;
  display: inline;
}

.subscribe-price-year {
  font-size: 14px;
  font-weight: 500;
  color: #444;
  display: inline;
}

.subscribe-arrow-price {
  position: absolute;
  top: 3px;
  left: 31px;
}

.subscribe-title-price-month {
  font-size: 14px;
  font-weight: bold;
  color: #222;
  display: inline;
}

.subscribe-price-month {
  font-size: 22px;
  font-weight: bold;
  color: #222;
  display: inline;
  margin-left: 3px;
}

.subscribe-text-price-month {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  display: inline;
}

.subscribe-price-number-month {
  font-size: 14px;
  font-weight: bold;
  color: #222;
  display: inline;
}

.subscribe-discount-price {
  font-size: 40px;
  font-weight: bold;
  color: #0072ff;
  display: inline;
  text-align: right;
}

.subscribe-chiro-discount-price {
  font-size: 40px;
  font-weight: bold;
  color: #5d32f4;
  display: inline;
  text-align: right;
}

.subscribe-wrap-price2 {
  display: grid;
  grid-template: 1fr / 60% 40%;
  align-items: flex-end;
  margin-bottom: 25px;
}

.subscribe-btn-payment {
  background-color: #2970fb;
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 16px 0px;
  cursor: pointer;
}

.subscribe-chiro-btn-payment {
  background-color: #5d32f4;
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 16px 0px;
  cursor: pointer;
}

.subscribe-osteo-btn-payment {
  background-color: #2970fb;
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 16px 0px;
  cursor: pointer;
}

.subscribe-box-best {
  background-color: #cce3ff;
  border-radius: 5px;
  color: #2970fb;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  height: 11px;
  margin-left: 10px;
  padding: 7px 9px;
}

.subscribe-chiro-box-best {
  background-color: #dfd6fd;
  border-radius: 5px;
  color: #5d32f4;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  height: 11px;
  margin-left: 10px;
  padding: 7px 9px;
}

.subscribe-wrap-best {
  display: flex;
}

.subscribe-text-explain {
  font-size: 18px;
  font-weight: bold;
  color: #222;
  line-height: 1.4;
  margin-bottom: 20px;
}

.subscribe-wrap-price-enterprise {
  margin: 10px 0px 25px 0px;
  width: 100%;
}

.enterprise-subscribe-outer {
  width: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.osteo-offline-outer {
  width: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.osteo-offline-ul {
  position: relative;
  left: 0;
}

.enterprise-subscribe-inner-ul {
  position: relative;
  left: 0;
}

.subscribe-wrap-price-individual {
  margin: 10px 0px 25px 0px;
  width: 100%;
}

.individual-subscribe-outer {
  width: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.individual-subscribe-inner-ul {
  position: relative;
  left: 0;
}

.subscribe-notice-price {
  font-size: 12px;
  font-weight: 400;
  color: #999;
  margin-bottom: 25px;
}

.subscribe-bar-price-notice {
  background-color: #283c80;
  border-radius: 5px;
  padding: 18px 15px;
  position: relative;
  /* display: flex;
    align-items: center;
    justify-content: space-between; */
}

.subscribe-title-price-notice {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 10px;
}

.subscribe-text-price-notice {
  font-size: 12px;
  font-weight: 400;
  color: #c8c8c8;
}

.subscribe-wrap-price-notice-text {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
}

.subscribe-wrap-sec6 {
  margin-top: 45px;
  text-align: center;
}

.subscribe-box-wrap-sec6 {
  display: flex;
  justify-content: space-between;
}

/* test */
.subscribe-payment-modal1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.subscribe-payment-modal2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.md_overlay {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
}

.md_content {
  width: 75%;
  height: 265px;
  position: relative;
  padding: 30px 15px;
  background-color: white;
  text-align: center;
  border-radius: 6px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 6px 6px rgba(0, 0, 0, 0.2);
}

.hidden {
  display: none;
}

.subscribe-title-modal {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  margin-bottom: 20px;
  line-height: 1.3;
}

.subscribe-wrap-personnel {
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
}

.subscribe-personnel-modal {
  font-size: 12px;
  font-weight: bold;
  color: #999;
  background-color: #f2f4f7;
  width: 115px;
  height: 32px;
  line-height: 32px;
  border-radius: 5px;
  cursor: pointer;
  margin: 0px 5px;
}

.subscribe-personnel-modal.active {
  font-size: 12px;
  font-weight: bold;
  color: #0072ff;
  width: 109px;
  height: 30px;
  line-height: 30px;
  background-color: #cce3ff;
  border: solid 2px #0072ff;
}

.subscribe-personnel-modal2 {
  font-size: 12px;
  font-weight: bold;
  color: #999;
  background-color: #f2f4f7;
  width: 115px;
  height: 32px;
  line-height: 32px;
  border-radius: 5px;
  cursor: pointer;
  margin: 0px 5px;
}

.subscribe-personnel-modal2.active {
  font-size: 12px;
  font-weight: bold;
  color: #5d32f4;
  width: 109px;
  height: 30px;
  line-height: 30px;
  background-color: #dfd6fd;
  border: solid 2px #5d32f4;
}

.subscribe-btn-close {
  position: absolute;
  top: 7%;
  right: 6%;
  cursor: pointer;
  width: 15px;
  height: 15px;
}

.subscribe-wrap-payment {
  display: flex;
  justify-content: space-between;
  padding: 0px 10px;
  align-items: flex-end;
  margin-bottom: 15px;
}

.subscribe-number-payment2 {
  font-size: 24px;
  font-weight: bold;
  color: #222;
}

.subscribe-text-payment {
  font-size: 18px;
  font-weight: bold;
  color: #222;
}

.subscribe-text-modal {
  font-size: 12px;
  font-weight: bold;
  color: #222;
}

.subscribe-number-payment {
  font-size: 18px;
  font-weight: bold;
  color: #222;
}

.subscribe-number-personnel {
  font-size: 22px;
  font-weight: bold;
  color: #222;
}

.subscribe-solid-bottom {
  padding-bottom: 15px;
  border-bottom: solid 2px #d1d1d1;
}

.subscribe-multiply-personnel {
  font-size: 18px;
  font-weight: bold;
  color: #222;
  margin-right: 7px;
}

.subscribe-btn-next {
  background-color: #0072ff;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  width: 90px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}

.subscribe-btn-next2 {
  background-color: #5d32f4;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  width: 90px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}

.subscribe-section3 {
  background-color: #111;
  padding-top: 90px;
  padding-bottom: 30px;
}

.subscribe-box-advantages {
  background-color: #222;
  padding: 24px 15px;
  border-radius: 5px;
  height: 111px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.subscribe-text-advantages {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 3px;
  line-height: 1.5;
}

.subscribe-text-advantages2 {
  font-size: 17px;
  font-weight: bold;
  color: #00ffe0;
}

.subscribe-text-advantages3 {
  font-size: 17px;
  font-weight: bold;
  color: #46f28c;
}

.subscribe-wrap-graph {
  display: flex;
  align-items: flex-end;
  margin-right: 15px;
}

.subscribe-price-average {
  font-size: 12px;
  font-weight: 400;
  color: #c8c8c8;
  margin-bottom: 8px;
  text-align: center;
  letter-spacing: 1px;
}

.subscribe-price-cheap {
  font-size: 15px;
  font-weight: bold;
  color: #00dcc8;
  margin-bottom: 8px;
  text-align: center;
  letter-spacing: 1px;
}

.subscribe-price-cheap2 {
  font-size: 15px;
  font-weight: bold;
  color: #46f28c;
  margin-bottom: 8px;
  text-align: center;
  letter-spacing: 1px;
}

.subscribe-graph-average {
  background-color: #444;
  width: 35px;
  height: 99px;
  margin: auto;
}

.subscribe-graph-cheap {
  background: linear-gradient(to bottom, #00dcc8, #5050ff);
  width: 35px;
  height: 36px;
  margin: auto;
}

.subscribe-graph-cheap2 {
  background: linear-gradient(to bottom, #46f28c, #145068);
  width: 35px;
  height: 36px;
  margin: auto;
}

.subscribe-wrap-title-price {
  text-align: center;
}

.subscribe-title-price-lecture {
  font-size: 8px;
  font-weight: 400;
  color: #c8c8c8;
  margin-bottom: 6px;
  text-align: center;
}

.subscribe-text-price-lecture {
  font-size: 8px;
  font-weight: 400;
  color: #c8c8c8;
  margin-bottom: 6px;
  text-align: center;
}

.subscribe-icon-unlimited {
  margin-right: 15px;
}

.subscribe-wrap-box-advantages {
  /* display: flex;
    justify-content: center; */
}

.subscribe-section4 {
  background-color: #000;
  padding-top: 90px;
  padding-bottom: 70px;
}

.subscribe-dashed-process {
  position: absolute;
  top: 0;
  left: 5px;
  z-index: 0;
}

.subscribe-circle1 {
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  color: #222;
  text-align: center;
  line-height: 30px;
  margin-right: 20px;
  position: relative;
  z-index: 99;
}

.subscribe-circle2 {
  background-color: #00dcc8;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  color: #222;
  text-align: center;
  line-height: 30px;
  margin-right: 20px;
  position: relative;
  z-index: 99;
}

.subscribe-circle3 {
  background-color: #0072ff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  color: #222;
  text-align: center;
  line-height: 30px;
  margin-right: 20px;
  position: relative;
  z-index: 99;
}

.subscribe-circle4 {
  background-color: #5050ff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  color: #222;
  text-align: center;
  line-height: 30px;
  margin-right: 20px;
  position: relative;
  z-index: 99;
}

.subscribe-title-process {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

.subscribe-text-process {
  font-size: 12px;
  font-weight: 400;
  color: #999;
  line-height: 1.5;
}

.subscribe-btn-modal {
  font-size: 12px;
  color: #fff;
  padding: 8px 10px;
  border-radius: 50px;
  border: solid 1px #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 70px;
  display: inline-block;
}

.subscribe-content-process {
  width: 215px;
  display: flex;
  margin: auto;
  margin-bottom: 30px;
}

.subscribe-modal-enterprise {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.subscribe-wrap-guide {
  display: flex;
  justify-content: space-between;
}

/* Modal Content/Box */
.modal-content {
  width: 75%;
  height: 417px;
  margin: 24% auto;
  padding: 30px 25px;
  background-color: white;
  text-align: left;
  border-radius: 6px;
  box-shadow: 0 10px 20px rgb(0 0 0 / 20%), 0 6px 6px rgb(0 0 0 / 20%);
}
/* The Close Button */
.subscribe-btn-close2 {
  /* position: absolute;
    top: 16%;
    left: 84%;
    cursor: pointer; */
  width: 15px;
  height: 15px;
}

.subscribe-title-guide {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  margin-bottom: 10px;
}

.subscribe-text-guide {
  font-size: 12px;
  font-weight: 400;
  color: #222;
  margin-bottom: 15px;
  line-height: 1.5;
  word-break: keep-all;
}

.subscribe-box-guide {
  background-color: #f2f4f7;
  padding: 10px 20px 10px 20px;
}

.subscribe-title-list {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  margin-bottom: 20px;
  margin-top: 15px;
}

.subscribe-text-list {
  font-size: 14px;
  font-weight: bold;
  color: #222;
  margin-bottom: 15px;
  margin-left: 20px;
}

.subscribe-text-list2 {
  font-size: 12px;
  font-weight: 400;
  color: #222;
  margin-bottom: 7px;
  margin-left: 20px;
}

.subscribe-wrap-process {
  margin-top: 60px;
}

.subscribe-wrap-btn-progress {
  padding-top: 30px;
}

.subscribe-btn-progress {
  font-size: 14px;
  font-weight: bold;
  color: #666;
  margin: 0px 5px;
}

.subscribe-btn-progress.on {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin: 0px 5px;
}

.subscribe-wrap-progress {
  margin-top: 45px;
}

.subscribe-speech-bubble {
  margin: auto;
  display: block;
  margin-bottom: 70px;
}

.subscribe-wrap-speech-bubble {
  display: inline-block;
  position: relative;
}

.subscribe-speech-payment {
  position: absolute;
  font-size: 12px;
  font-weight: 500;
  color: #222;
  line-height: 1.5;
  transform: translate(-50%, -50%);
  top: 38%;
  left: 50%;
  letter-spacing: -0.2px;
  width: 100%;
}

.subscribe-speech-company {
  position: absolute;
  font-size: 12px;
  font-weight: 500;
  color: #222;
  line-height: 1.5;
  transform: translate(-50%, -50%);
  top: 38%;
  left: 50%;
  letter-spacing: -0.2px;
  width: 100%;
}

.subscribe-section5 {
  position: relative;
}

.subscription-sec5 {
  display: block;
  margin: auto;
  width: 100%;
}

.subscription-text-sec5 {
  position: absolute;
  text-align: center;
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
}

.subscribe-section6 {
  background-color: #111;
  padding-top: 90px;
  padding-bottom: 20px;
}

.subscribe-btn-therapist {
  font-size: 16px;
  color: #5078ff;
  font-weight: bold;
  padding: 9px 13px;
  border-radius: 50px;
  border: solid 2px #5078ff;
  display: inline-block;
  margin-bottom: 7px;
}

.subscribe-btn-agency {
  font-size: 16px;
  color: #00dcc8;
  font-weight: bold;
  padding: 9px 13px;
  border-radius: 50px;
  border: solid 2px #00dcc8;
  display: inline-block;
  margin: 20px 0px 7px 0px;
}

.subscribe-wrap-welfare {
}

.subscribe-margin-top {
  margin-top: 20px;
}

.subscribe-margin-bottom {
  margin-bottom: 25px;
}

.subscribe-contents-welfare {
  background-color: #222;
  border-radius: 5px;
  padding: 30px 15px;
  height: 55px;
  margin: 10px 0px;
  display: flex;
}

.subscribe-title-welfare {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin: 0px 0px 12px 15px;
}

.subscribe-text-welfare {
  font-size: 12px;
  font-weight: 400;
  color: #999;
  line-height: 1.5;
  margin-left: 15px;
}

.subscribe-section7 {
  background-color: #000;
  padding-top: 90px;
  padding-bottom: 60px;
}

.subscribe-contents-difference {
  background-color: #222;
  height: 117px;
  border-radius: 10px;
  padding: 20px 0px 0px 15px;
  margin-top: 10px;
  position: relative;
}

.subscribe-img-difference {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.subscribe-title-difference {
  font-size: 16px;
  font-weight: bold;
  color: #5078ff;
  line-height: 1.5;
}

.subscribe-text-difference {
  font-size: 12px;
  font-weight: 400;
  color: #c8c8c8;
  margin-top: 5px;
  line-height: 1.5;
}

.subscribe-wrap-difference {
  position: absolute;
  top: 20px;
  left: 15px;
  z-index: 10;
}

.subscribe-section8 {
  background-color: #111;
  padding-top: 90px;
  padding-bottom: 60px;
}

.subscribe-csc-sec {
  background-color: #f2f2f2;
  padding-top: 60px;
  padding-bottom: 60px;
}

.subscribe-content-lecture {
  width: 100%;
  border-bottom: 0.5px solid #999;
  display: flex;
  justify-content: space-between;
  height: 50px;
  align-items: center;
}

.subscribe-title-lecture {
  font-size: 13px;
  font-family: "Montserrat" !important;
  font-weight: 700;
  color: #666;
  display: inline;
  letter-spacing: -0.5px;
}

.subscribe-title-lecture > a {
  color: #fff;
}

.subscribe-title-lecturer {
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  letter-spacing: -1px;
  white-space: nowrap;
}

.subscribe-title-lecturer-off {
  font-size: 11px;
  font-weight: 400;
  color: #666;
  letter-spacing: -1px;
  white-space: nowrap;
}

.subscribe-wrap-open {
  width: 86%;
}

.subscribe-btn-open {
  display: inline-block;
  padding: 7px 11px;
  color: #0072ff;
  font-weight: 600;
  border-radius: 30px;
  border: 1px solid #0072ff;
  margin-left: 5px;
  font-size: 9px;
}

.subscribe-title-btn-package {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin: 50px 0px 15px 0px;
  text-align: center;
}

.subscribe-btn-lecture-off {
  font-size: 14px;
  font-weight: bold;
  color: #666;
  margin-top: 15px;
}

.subscribe-btn-lecture-off.active {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-top: 15px;
}

.subscribe-wrap-btn-lecture {
  display: flex;
  width: 153px;
  border-top: solid 2px #fff;
  justify-content: space-between;
  padding: 0px 22px;
  margin: auto;
  margin-bottom: 35px;
}

.subscribe-wrap-osteo {
  display: inline-block;
  width: 975px;
  border-top: solid 1px #999;
}

.subscribe-wrap-found {
  display: inline-block;
  width: 975px;
  border-top: solid 1px #999;
}

.subscribe-wrap-contens-lecture {
  display: flex;
  justify-content: space-between;
}

.subscribe-notice-lecture {
  font-size: 12px;
  font-weight: 400;
  color: #999;
  margin-top: 15px;
}

.subscribe-section9 {
  position: relative;
}

.subscription-sec9 {
  display: block;
  margin: auto;
  width: 100%;
}

.subscription-title-guidline {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.3;
}

.subscription-text-guidline {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 23px;
}

.subscription-btn-guidline {
  background-color: #0072ff;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  width: 200px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  border-radius: 5px;
}

.subscribe-wrap-guidline {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.subscribe-section10 {
  background-color: #202b45;
  padding-top: 90px;
  padding-bottom: 40px;
  position: relative;
  line-height: 1.2;
}

.subscribe-wrap-review {
  /* display: inline-block; */
  background-color: #fff;
  border-radius: 5px;
  padding: 20px 15px;
  margin-top: 10px;
  height: 150px;
}

.subscribe-img-review {
  border-radius: 5px;
  max-width: 100%;
  width: auto !important;
  height: auto !important;
  display: block;
}

.outer {
  width: calc(100% - 9%);
  height: 390px;
  margin: 66px auto 0px;
  overflow-x: hidden;
}

.inner-ul {
  position: relative;
  margin-left: -100%;
}
.inner-li {
  float: left;
}

.inner-list {
  display: flex;
  transition: 0.8s ease-out;
  height: 100%;
  margin: 0px;
  padding: 0;
}

.inner {
  /* display: flex;
    justify-content: space-between; */
  margin: 0px 10px;
}

.button-left {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 48%;
  left: 11%;
  cursor: pointer;
}

.button-right {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 48%;
  right: 7%;
  cursor: pointer;
}

.subscribe-title-depth1-review {
  font-size: 12px;
  font-weight: bold;
  color: #222;
  margin-bottom: 3px;
  line-height: 1.3;
}

.subscribe-title-review {
  font-size: 14px;
  font-weight: bold;
  color: #222;
  margin-bottom: 5px;
  line-height: 1.3;
}

.subscribe-id-review {
  font-size: 12px;
  font-weight: 400;
  color: #444;
  margin-top: 20px;
}

.subscribe-text-review {
  font-size: 12px;
  font-weight: 400;
  color: #222;
  line-height: 1.6;
  margin-top: 5px;
}

.subscribe-chiro-section10 {
  background-color: #fff;
  padding-top: 90px;
  padding-bottom: 60px;
}

.subscribe-text-accordion {
  font-size: 12px;
  font-weight: 400;
  color: #222;
  line-height: 1.3;
  text-align: center;
}

.subscribe-accordion-wrap {
  margin-top: 35px;
}

.que:first-child {
  border-top: 2px solid #999;
}

.que {
  position: relative;
  padding: 15px 0px 15px 15px;
  cursor: pointer;
  font-size: 14px;
  color: #222;
  font-weight: bold;
  border-bottom: 1px solid #999;
  line-height: 1.3;
}

.que::before {
  display: inline-block;
  content: "Q.";
  font-size: 20px;
  color: #222;
  margin-right: 5px;
}

/* .que.on>span{
    font-weight: bold;
    color: #006633;
} */

.anw {
  display: none;
  overflow: hidden;
  font-size: 12px;
  color: #444;
  background-color: #f4f4f2;
  padding: 20px 15px 20px 15px;
  line-height: 1.5;
  word-break: keep-all;
}

.anw::before {
  display: inline-block;
  /* content: 'A.'; */
  font-size: 12px;
  font-weight: bold;
  color: #444;
  margin-right: 5px;
}

.subscribe-chiro-section11 {
  background-color: #f2f4f7;
  padding-top: 90px;
  padding-bottom: 60px;
  text-align: center;
}

.subscribe-form {
  background-color: #fff;
  height: 350px;
  padding: 32px 6% 13px;
  margin: auto;
  margin-top: 55px;
  border-radius: 10px;
}

.subscribe-text-input {
  padding: 8px 4%;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 2px;
  width: 91%;
  height: 100%;
  border: 1px solid #ddd;
  outline: none;
  background-color: #fff;
  color: #222;
  margin: 30px auto 10px;
}

.subscribe-text-textarea {
  padding: 8px 4%;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 2px;
  width: 91%;
  height: 100%;
  border: 1px solid #ddd;
  outline: none;
  background-color: transparent;
  color: #222;
  resize: none;
}

.subscribe-wrap-input {
  -webkit-box-align: stretch;
  align-items: stretch;
  flex-direction: column;
  margin-bottom: 14px;
}

.subscribe-title-input {
  font-size: 14px;
  font-weight: bold;
  color: #222;
  margin-bottom: 10px;
}

.subscribe-text-radio {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  margin-right: 5px;
}

.subscribe-title-radio {
  font-size: 12px;
  font-weight: 400;
  color: #222;
  display: inline;
  margin-right: 12px;
}

.subscribe-wrap-radio {
  display: inline-flex;
  align-items: center;
  margin-left: 15px;
}

.subscribe-btn-form {
  font-weight: bold;
  background-color: #0072ff;
  color: #fff;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  align-items: center;
  cursor: pointer;
  width: 160px;
  font-size: 12px;
  margin: 20px auto 0px;
  line-height: 40px;
}

.subscribe-btn-form2 {
  font-weight: bold;
  background-color: #5d32f4;
  color: #fff;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  align-items: center;
  cursor: pointer;
  width: 160px;
  font-size: 12px;
  margin: 20px auto 0px;
  line-height: 40px;
}

.subscribe-chiro-section12 {
  background-color: #000;
  padding-top: 80px;
  padding-bottom: 50px;
}

.subscribe-chiro-section13 {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 120px;
  margin-bottom: -108px;
}

.subscribe-osteo-btn {
  display: block;
  margin: auto;
  margin-top: 20px;
  width: 90%;
  border-radius: 5px;
}

.subscribe-title-refund {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  line-height: 1.5;
  margin-bottom: 30px;
}

.subscribe-text-refund {
  font-size: 11px;
  font-weight: 400;
  color: #444;
  line-height: 1.5;
  margin-bottom: 10px;
}

.subscribe-text-refund2 {
  font-size: 11px;
  font-weight: 400;
  color: #444;
  line-height: 1.5;
  margin-bottom: 5px;
  margin-left: 10px;
}

.subscribe-table-refund {
  color: #444;
  font-size: 11px;
  margin-bottom: 30px;
  border-collapse: collapse;
}

.subscribe-tr-refund {
  height: 60px;
  border-collapse: collapse;
}

.subscribe-td-refund {
  width: 70px;
  background-color: #ddd;
  color: #222;
  font-weight: 500;
  padding: 0px 10px;
  border: solid 1px #ddd;
  border-collapse: collapse;
  text-align: center;
}

.subscribe-td-refund2 {
  color: #444;
  font-weight: 500;
  padding: 0px 10px;
  line-height: 1.5;
  border: solid 1px #ddd;
  border-collapse: collapse;
  word-break: keep-all;
  width: 66px;
}

.subscribe-td-refund3 {
  color: #444;
  font-weight: 500;
  padding: 5px 10px;
  line-height: 1.5;
  border: solid 1px #ddd;
  border-collapse: collapse;
  word-break: keep-all;
}

/* depth2 */

.depth2-section1 {
  display: block;
}

.depth2-position {
  width: 100%;
  max-width: 980px !important;
  margin: 0 auto;
  position: relative;
}

.new-margin {
  width: 90%;
  max-width: calc(980px * 0.9);
  margin: 0 auto;
}

.slider-margin {
  margin-top: 20px;
}

/* effect */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 0.7s;
  animation-name: fade;
  animation-duration: 0.7s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.8;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.8;
  }
  to {
    opacity: 1;
  }
}

.depth2-position-top {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.depth2-title {
  display: block;
  font-size: 14px;
  font-family: "Montserrat";
  font-weight: bold;
  color: #00d278;
}

.depth2-title2 {
  display: block;
  font-size: 14px;
  font-family: "Montserrat";
  font-weight: bold;
  color: #5078ff;
}

.depth2-title3 {
  display: block;
  font-size: 14px;
  font-family: "Montserrat";
  font-weight: bold;
  color: #00ffe0;
}
.depth2-title4 {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

.depth2-text {
  display: block;
  font-size: 22px;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 700;
  color: #fff;
  padding-top: 2%;
  line-height: 1.3;
  letter-spacing: -0.3px;
}

.subscribe-osteo-depth2-text {
  display: block;
  font-size: 18px;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 700;
  color: #fff;
  padding-top: 3%;
  line-height: 1.3;
  letter-spacing: -0.3px;
}

.subscribe-osteo-img-thumb {
  width: 150px;
  border-radius: 5px;
}

.subscribe-osteo-wrap-lecture {
  padding: 30px 0px 45px 0px;
}

.subscribe-osteo-wrpa-btn {
    text-align: center;
    margin-top: 35px;
}

.subscribe-osteo-wrap-btn2 {
  text-align: center;
  margin-bottom: 35px;
}

.subscribe-osteo-btn-lecture {
    background-color: #2970fb;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 10px 30px;
    cursor: pointer;
}

.subscribe-osteo-wrap-content-text {
  padding: 0px 10px 0px 10px;
  position: relative;
}

.subscribe-osteo-wrap-text-lecture {
    position: absolute;
    bottom: 0;
}

.subscribe-osteo-title-lecture {
  font-size: 16px;
  font-weight: bold;
  color: #0072ff;
  margin-bottom: 8px;
  line-height: 1.3;
}

.subscribe-osteo-text-instructor {
  font-size: 12px;
  font-weight: 500;
  color: #222;
  line-height: 1.5;
}

.subscribe-osteo-text-go {
  font-size: 12px;
  font-weight: 400;
  color: #999;
  margin-top: 6px;
}

.subscribe-osteo-wrap-content {
  display: flex;
  padding: 15px 0px;
  border-bottom: solid 1px #c7c7c7;
}

.depth2-sub-text {
  display: block;
  font-size: 12px;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 400;
  color: #fff;
  padding-top: 50px;
}

.depth2-img {
  width: 100%;
}

.layer-banner {
  width: 100%;
}

.depth2-title-sec2 {
  text-align: left;
  font-size: 22px;
  font-weight: 800;
  color: #222;
  margin-top: 30px;
  margin-bottom: 10px;
}

/*offline*/

input[type="date"]::before {
  content: attr(data-placeholder);
  width: 90%;
  padding-left: 5px;
  font-size: 10px;
  color: #999;
  letter-spacing: -0.2px;
  font-family: "SpoqaHanSansNeo";
  line-height: 30px;
}

input[type="date"]:focus::before,
input[type="date"]:valid::before {
  display: none;
}

input[type="date"]:focus {
  outline: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  display: block;
  background: url(../../mobile_img/date_btn.jpg) no-repeat;
  background-position: center;
  width: 10%;
  border-width: thin;
  padding-right: 20px;
}

input[type="date"] {
  width: 70%;
  height: 30px;
  border-radius: 3px;
  border: 1px solid #c8c8c8;
  font-size: 10px;
  min-width: 92%;
  background-color: #fff;
  line-height: 30px;
}

input::placeholder {
  color: #999;
}

input::-webkit-input-placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

textarea::placeholder {
  color: #999;
}

textarea::-webkit-input-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder {
  color: #999;
}

.off-margin-date {
  margin-left: 15px;
}

.off-margin-hyphen {
  text-align: center;
  margin-top: 8px;
}

.off-title-top {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #222;
  margin: 6% 0 2% 0;
  font-family: "Montserrat" !important;
}

.off-text-top {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #222;
  line-height: 1.4;
  word-break: keep-all;
  margin-top: 0px;
}

.off-text-add {
  font-size: 10px;
  font-weight: 400;
  color: #666;
  margin: -7px 0px 35px 0px;
}

.dropdown-label {
  font-size: 12px;
  /* margin-right: 15px; */
  font-weight: bold;
  color: #222;
  display: inline-block;
}

.dropdown {
  position: relative;
  display: inline-block;
  background-color: #fff;
  width: 100%;
}

.dropbtn {
  display: block;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  font-weight: 500;
  font-size: 10px;
  color: #999;
  padding: 8px 8px;
  width: 100%;
  height: 32px;
  text-align: left;
  cursor: pointer;
  z-index: 1;
  position: relative;
  background: url(../../mobile_img/item_arrow.jpg) calc(100% - 12px) center
    no-repeat;
  background-size: 12px;
}

.dropdown-content {
  display: none;
  font-weight: 500;
  background-color: #fff;
  min-width: 100%;
  border-radius: 0px 0px 3px 3px;
  padding: 5px 0px;
  height: 145px;
  overflow: scroll;
  box-shadow: 0px 0px 10px 0.3px #c8c8c8;
  z-index: 2;
}

.dropdown-content-short {
  display: none;
  font-weight: 500;
  background-color: #fff;
  min-width: 100%;
  border-radius: 0px 0px 3px 3px;
  padding: 5px 0px;
  height: auto;
  overflow: visible;
  box-shadow: 0px 0px 10px 0.3px #c8c8c8;
  z-index: 2;
}

.dropdown-content::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

.dropdown-content::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #c8c8c8;
}

.dropdown-content div {
  display: block;
  text-decoration: none;
  color: #222;
  font-size: 10px;
  padding: 11px 14px;
}

.dropdown-content div:hover {
  background-color: rgb(226, 226, 226);
}

.dropdown-content.show {
  display: block;
  position: absolute;
}

.off-box-top {
  margin-bottom: 2%;
}

.off-box-search {
  background-color: #fafafa;
  padding: 12px 5% 50px 5%;
  /* display: none; */
}

.off-title-item {
  display: inline;
  font-size: 12px;
  font-weight: 500;
  color: #222;
}

.off-wrapper-item {
  display: inline;
}

.off-margin-wrapper {
  margin-left: 15px;
}

.off-wrapper-date {
  display: grid;
  grid-template: 1fr / 48% 3% 48%;
  width: 100%;
}

.off-wrapper-date-02 {
  display: grid;
  grid-template: 1fr / 30% 3% 67%;
  width: 100%;
}

.off-margin-lower {
  margin-top: 15px;
}

/* IE에서 화살표 제거 */
select::-ms-expand {
  display: none;
}

/* select:focus {
border-color: #aaa;
box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
box-shadow: 0 0 0 1px -moz-mac-focusring;
color: #222;
outline: none;
} */

.select {
  appearance: none;
  background: url(../img/item_arrow.jpg) calc(100% - 10px) center no-repeat;
  background-size: 12px;
  display: inline-block;
  margin-left: 15px;
  position: absolute;
}

/* .select option {
background: fff;
color: #222;
padding: 3px 0;
border: 1px solid #fff;
} */

.off-item {
  font-size: 14px;
  color: #222;
}

.off-box-enter {
  /* height: 29px; */
  background-color: #fff;
  background-size: 10px;
  padding: 5px 10px 5px 10px;
  border-radius: 4px;
  border: 1px solid #c8c8c8;
  outline: 0 none;
  font-size: 10px;
  color: #222;
  display: inline-block;
  width: 89%;
}

.off-margin-title {
  display: inline;
  font-size: 12px;
  font-weight: 500;
  color: #222;
  margin-left: 15px;
}

.off-btn-surch {
  font-size: 13px;
  color: #fff;
  padding: 11px 73px;
  border-radius: 3px;
  background-color: #0072ff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -25%);
  cursor: pointer;
  font-weight: 600;
  border: none;
  word-break: keep-all;
}

.off-box-surch {
  position: relative;
  margin: 23px 0px 27px 0px;
}

.off-bar-tab {
  position: relative;
  margin-top: 50px;
  padding-bottom: 20px;
}

.off-tab {
  color: #999;
  font-size: 11px;
  margin: 50px 0px 0px 5px;
  padding: 7px 11px;
  font-weight: 600;
  display: inline;
  cursor: pointer;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #c8c8c8;
}

.off-tab.active {
  color: #fff;
  font-size: 11px;
  margin: 50px 0px 0px 5px;
  padding: 7px 11px;
  font-weight: 600;
  display: inline;
  cursor: pointer;
  background-color: #222;
  border-radius: 2px;
  border: 1px solid #222;
}

.off-margin-tab {
  font-size: 11px;
  margin-top: 50px;
  font-weight: 600;
  display: inline;
}

.off-toggle-search {
  color: #222;
  font-size: 11px;
  padding: 7px 0px 7px 11px;
  font-weight: 600;
  cursor: pointer;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #fff;
  display: inline-block;
  position: absolute;
  text-align: right;
  right: 5;
  top: -18px;
}

.off-arrow-toggle.active {
  background-image: url(../../mobile_img/item_up_arrow.jpg);
}

.off-box-toggle {
  text-align: right;
  clear: both;
}

.off-arrow-toggle {
  width: 12px;
  margin-left: 5px;
}

.off-wrap-content {
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
  border-top: 1px solid #c8c8c8;
  display: grid;
  grid-template: 1fr / 44% 56%;
}

.off-wrap-content-last {
  margin-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.off-box-text {
  display: inline;
  position: absolute;
  bottom: 0;
}

.off-btn-status {
  font-size: 8px;
  color: #fff;
  padding: 4px 7px;
  background-color: #0072ff;
  border-radius: 3px;
  display: inline-block;
  font-weight: 500;
}

.off-btn-imminent {
  font-size: 8px;
  color: #fff;
  padding: 4px 7px;
  background-color: #ff3e3e;
  border-radius: 3px;
  display: inline-block;
  font-weight: 500;
}

.off-btn-end {
  font-size: 8px;
  color: #fff;
  padding: 4px 7px;
  background-color: #222;
  border-radius: 3px;
  display: inline-block;
  font-weight: 500;
}

.off-dday-status {
  color: #0072ff;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  margin: 0px 0px 0px 8px;
  padding: 1%;
}

.off-dday-imminent {
  color: #ff3e3e;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  margin: 0px 0px 0px 8px;
  padding: 1%;
}

.off-dday-none {
  font-size: 18px;
  font-weight: bold;
  display: none;
  margin-left: 8px;
  padding: 1%;
}

.off-flex-btn {
  display: flex;
}

.off-box-content {
  /* vertical-align: top;
    position: absolute;
    top: 0px;
    right: 23px; */
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  position: relative;
}

.off-title-lecture {
  color: #222;
  font-size: 13px;
  font-weight: bold;
  display: block;
  margin-top: 5px;
}

.off-title-content {
  color: #222;
  font-size: 9px;
  font-weight: bold;
  display: inline-block;
}

.off-text-content {
  color: #222;
  font-size: 9px;
  font-weight: 500;
  display: inline-block;
  margin-left: 3px;
  letter-spacing: -0.2px;
}

.off-wrap-text {
  margin: -3px 0px -10px 0px;
}

.off-text-need {
  color: #222;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.off-text-need-end {
  color: #999;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.off-number-status {
  color: #222;
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
}

.off-count-status {
  color: #222;
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
}

.off-number-imminent {
  color: #ff3e3e;
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
}

.off-count-imminent {
  color: #ff3e3e;
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
}

.off-number-end {
  color: #999;
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
}

.off-count-end {
  color: #999;
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
}

.off-box-count {
  display: block;
  margin: 10px 0px 40px 0px;
}

.off-btn-apply {
  background-color: #222;
  border-radius: 3px;
  position: relative;
  height: 40px;
  width: 110px;
  display: inline-block;
}

.off-text-apply {
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.off-btn-apply-end {
  background-color: #999;
  border-radius: 3px;
  position: relative;
  height: 40px;
  width: 110px;
  display: inline-block;
}

.off-text-apply-end {
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.off-wrap-count {
  text-align: center;
  display: inline-block;
  position: absolute;
  bottom: 30%;
  right: 0%;
}

.off-img-thumb {
  width: 100%;
}

/*certificates*/

/* #content {
    width: 100%;
    height: 2000px;
    text-align: center;
    padding-top: 100px;
    background: grey;
    color: #fff;
    font-size: 50px;
} */

.certi-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.certi-layer-popup {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 15px;
  box-sizing: border-box;
}

.popup_dimmed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.3;
}

.certi-btn-off {
  float: right;
  width: 20px;
}

.certi-title-popup {
  text-align: center;
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #222;
  /* background-color: #222; */
  /* width: 247px; */
  margin: 30px 0px 40px;
}

.certi-img {
  width: 300px;
  position: relative;
}

.certi-area {
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.certi-number {
  font-family: minion-pro, serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 5px;
  position: absolute;
  top: 25px;
  left: 29px;
  z-index: 100;
  color: #000;
}

.certi-title {
  font-size: 13px;
  font-weight: bold;
  color: #000;
  position: absolute;
  top: 34px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 100;
  letter-spacing: -0.8px;
  width: 100%;
  text-align: center;
}

.certi-text-01 {
  font-family: minion-pro, serif !important;
  font-weight: 600;
  font-style: normal;
  color: #000;
  font-size: 8px;
  letter-spacing: -0.3px;
  position: absolute;
  top: 53px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 100;
}

.certi-text-02 {
  font-family: minion-pro, serif !important;
  font-weight: 500;
  font-style: normal;
  color: #6d6e6e;
  font-size: 5px;
  position: absolute;
  bottom: 91px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 100;
  width: 100%;
  text-align: center;
}

.certi-text-name {
  font-family: "Noto Serif KR", serif !important;
  font-weight: 900;
  font-style: normal;
  color: #000;
  font-size: 19px;
  letter-spacing: 3px;
  position: absolute;
  top: 62px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 100;
}

.certi-text-subject {
  font-family: minion-pro, serif !important;
  font-weight: 600;
  font-style: normal;
  color: #000;
  font-size: 9px;
  letter-spacing: -0.3px;
  position: absolute;
  bottom: 75px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 100;
  width: 100%;
  text-align: center;
}

.certi-number-date {
  font-family: minion-pro, serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 5px;
  position: absolute;
  bottom: 236px;
  transform: translate(-50%, 0%);
  z-index: 100;
  margin: auto;
  color: #000;
}

.certi-text-date {
  font-family: minion-pro, serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 6px;
  position: absolute;
  bottom: 225px;
  transform: translate(-50%, 0%);
  z-index: 100;
  margin: auto;
  color: #000;
}

.certi-wrap-date {
  position: relative;
  bottom: -182px;
  left: 78px;
}

.certi-wrap-lecturer {
  position: relative;
  bottom: -182px;
  right: -222px;
}

.certi-text-lecturer {
  font-family: minion-pro, serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 6px;
  position: absolute;
  bottom: 219px;
  transform: translate(-50%, 0%);
  z-index: 100;
  color: #000;
}

.certi-img-signature {
  width: 24px;
  position: absolute;
  bottom: 236px;
  transform: translate(-50%, 0%);
  z-index: 100;
}

.certi-img-signature-print {
  width: 205px;
  position: absolute;
  bottom: 241px;
  transform: translate(-50%, 0%);
  z-index: 100;
}

.certi-text_notice {
  clear: both;
  font-size: 14px;
  font-weight: 300;
  color: #222;
  word-break: keep-all;
  line-height: 1.5;
  text-align: center;
  z-index: 1;
  position: absolute;
  bottom: 13%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.certi-btn-ok {
  background-color: #222;
  border-radius: 5px;
  border: 0px solid;
  font-size: 10px;
  font-weight: 500;
  padding: 7px 41px;
  color: #fff;
  position: absolute;
  bottom: 22%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* 중앙정렬을 위한 추가 코드 */
.popup {
  text-align: center;
}

.popup_layer {
  display: inline-block;
}

.popup:after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  height: 100%;
  width: 0;
}

/*exam*/

.exam-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.exam-layer-popup {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f2f4f7;
  overflow-y: auto;
}

.exam-header {
  background-color: #000;
  /* height: 65px; */
  padding: 18px 16px 16px 16px;
  margin-bottom: 16px;
}

.exam-title-popup {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

.exam-wrap-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.exam-content-header {
  display: inline;
  margin-right: 10px;
}

.exam-title-header {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  display: inline;
}

.exam-text-header {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  display: inline;
  margin-left: 5px;
}

.exam-btn-end {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  background-color: #0072ff;
  display: inline-block;
  width: 80px;
  height: 30px;
  border-radius: 6px;
  border: none;
}

.exam-area {
  background-color: #fff;
  height: 55%;
  border-radius: 10px;
  margin: 0px 16px 0px 16px;
  padding: 30px 12px 45px 12px;
  text-align: center;
  overflow: scroll;
}

.exam-area-left {
  background-color: #fff;
  height: 55%;
  border-radius: 10px;
  margin: 0px 16px 0px 16px;
  padding: 30px 0px 45px 0px;
  /* overflow: scroll; */
}

.exam-logo-top {
  width: 157px;
  display: inline-block;
  margin-top: -15px;
}

.exam-title-guide {
  font-size: 24px;
  color: #0072ff;
  font-weight: 700;
  margin: 10px 0px 0px 0px;
  letter-spacing: -1.5px;
}

.exam-title-subject {
  font-size: 14px;
  color: #000;
  font-weight: 700;
}

.exam-text-subject {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  margin-top: 10px;
}

.exam-wrap-subject {
  padding: 15px 0px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  width: 90%;
  display: inline-block;
  margin: 30px 0px 15px 0px;
}

.exam-title-content {
  font-size: 14px;
  color: #000;
  font-weight: 700;
}

.exam-text-content {
  font-size: 12px;
  color: #000;
  font-weight: 400;
  margin-top: 10px;
  line-height: 1.7;
  letter-spacing: -0.3px;
}

.exam-wrap-content {
  display: inline-block;
}

.exam-text-notice {
  font-size: 12px;
  color: #999;
  font-weight: 300;
  margin-top: 15px;
  line-height: 1.3;
  letter-spacing: -0.3px;
  word-break: keep-all;
}

.exam-wrap-btn {
  text-align: center;
  padding: 0px 16px;
  display: flex;
  justify-content: space-between;
}

.exam-wrap-btn-pass {
  text-align: center;
}

.exam-btn-basic {
  background-color: #0072ff;
  border-radius: 5px;
  border: 0px solid;
  font-size: 14px;
  font-weight: 600;
  width: 48%;
  height: 45px;
  color: #fff;
  margin-top: 17px;
  display: inline-block;
  cursor: pointer;
}

.exam-btn-mypage {
  background-color: #000;
  border-radius: 5px;
  border: 0px solid;
  font-size: 14px;
  font-weight: 600;
  width: 48%;
  height: 45px;
  color: #fff;
  margin-top: 17px;
  display: inline-block;
  cursor: pointer;
}

.exam-number {
  font-size: 30px;
  color: #000;
  font-weight: 700;
  margin: 10px 0px 0px 0px;
}

.exam-text-questions {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  letter-spacing: -0.3px;
  word-break: keep-all;
  line-height: 1.3;
  margin: 7px 0px 20px;
}

.exam-answer {
  margin-top: 20px;
  display: flex;
  /* align-items: center; */
}

.exam-answer input {
  margin: 2px 0px 5px 0px;
  min-width: 20px !important;
}

.exam-number-answer {
  font-size: 12px;
  color: #000;
  font-weight: 700;
  /* display: inline; */
  margin: 3px 0px 0px 8px;
}

.exam-text-answer {
  font-size: 12px;
  color: #000;
  font-weight: 600;
  /* display: inline; */
  line-height: 1.5;
  margin: 0px 0px 0px 5px;
  word-break: keep-all;
}

.exam-wrap-move {
  text-align: right;
  padding-right: 16px;
  display: flex;
  justify-content: flex-end;
}

.exam-btn-move {
  background-color: #fff;
  border-radius: 5px;
  border: 2px solid #e1e1e1;
  width: 62px;
  height: 40px;
  color: #fff;
  margin-top: 17px;
  cursor: pointer;
  margin-left: 8px;
}

.exam-btn-submit {
  background-color: #0072ff;
  border-radius: 5px;
  border: none;
  width: 62px;
  height: 40px;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  margin-top: 17px;
  cursor: pointer;
  margin-left: 8px;
}

.exam-wrap-questions {
  padding: 0px 15px;
}

.exam-wrap-answer {
  margin-top: 25px;
}

.exam-img-questions {
  width: 100%;
}

.exam-img-divide {
  width: 100%;
  margin-bottom: 10px;
}
.exam-wrap-pass {
  padding: 45px 0px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  width: 90%;
  margin: 25px 0px 30px 0px;
  display: inline-block;
}

.exam-title-pass {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  line-height: 1.3;
  display: inline;
  letter-spacing: -0.3px;
}

.exam-color-special {
  font-size: 22px;
  color: #0072ff;
  font-weight: 700;
  display: inline;
}

.exam-wrap-result {
  align-items: center;
  display: flex;
  justify-content: center;
}

.exam-title-result {
  font-size: 14px;
  color: #000;
  font-weight: 700;
  display: inline;
}

.exam-text-result {
  font-size: 30px;
  color: #000;
  font-weight: 700;
  display: inline;
  margin: 15px 0px 15px 30px;
}

@media screen and (max-width: 375px) {
  .section3-class-name,
  .section19-class-name {
    float: left;
    text-indent: 5px;
    font-size: 11px;
    font-weight: 700;
    margin-left: 14px;
    padding: 10px 0;
  }

  .section3-class-name2,
  .section19-class-name2 {
    float: left;
    text-indent: 5px;
    font-size: 11px;
    font-weight: 700;
    margin-left: 14px;
    padding: 10px 0;
    color: #222;
    letter-spacing: -0.2px;
  }

  .open-btn {
    display: inline-block;
    padding: 4px 5px;
    border-radius: 50px;
    border: 1px solid #0072ff;
    font-weight: bold;
    font-size: 6px;
    color: #0072ff;
    margin: 6px 0 6px 6px;
  }

  .open-btn2 {
    float: right;
    padding: 4px 5px;
    border-radius: 50px;
    border: 1px solid #0072ff;
    font-weight: bold;
    font-size: 6px;
    color: #0072ff;
    margin: 6px 0 6px 0;
  }

  #section3 .section3-content .ClassCurri > ul > li > div > span.Lecturer {
    float: right;
    font-size: 9px;
    font-weight: 600;
    padding: 10px 0;
    margin-right: 14px;
    letter-spacing: -1px;
  }

  #section19 .section19-content .ClassCurri > ul > li > div > span.Lecturer {
    float: right;
    font-size: 9px;
    font-weight: 600;
    padding: 10px 0;
    margin-right: 14px;
    letter-spacing: -1px;
  }
}

/* review */

.section1-review {
  margin-top: 50px;
  margin-bottom: 50px;
  border-bottom: solid 1px #ddd;
}

.review-wrap-top {
  margin-bottom: 30px;
}

.review-sub-title {
  font-size: 12px;
  font-weight: bold;
  color: #0072ff;
  text-align: center;
  margin-bottom: 12px;
}

.review-title {
  font-size: 22px;
  font-weight: bold;
  color: #222;
  text-align: center;
  margin-bottom: 7px;
  line-height: 1.3;
}

.review-name {
  font-size: 16px;
  font-weight: 400;
  color: #222;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 30px;
}

.review-text-interview {
  font-size: 14px;
  color: #222;
  font-weight: 400;
  line-height: 1.6;
  word-break: keep-all;
}

.review-img-introduce {
  width: 100%;
  display: block;
  margin: auto;
  margin-bottom: 10px;
  border-radius: 5px;
}

.review-box-introduce {
  padding: 20px 20px;
  background-color: #f2f4f7;
  border-radius: 5px;
}

.review-title-interview {
  font-size: 18px;
  color: #222;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.5;
}

.review-wrap-introduce {
  margin-bottom: 50px;
}

.review-wrap-interview {
  margin-bottom: 40px;
}

.review-highlight-interview {
  box-shadow: inset 0 -22px 0 #dfeafe;
}

.review-btn-go {
  font-size: 16px;
  color: #0072ff;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
  word-break: keep-all;
}

.review-subscribe-wrap {
  margin-top: 50px;
}

.review-subscribe-btn {
  display: block;
  margin: auto;
  margin-bottom: 15px;
  width: 100%;
}

.section2-review {
  /* margin-bottom: 80px; */
}

.review-wrap-btn-go {
  margin-bottom: 20px;
}

.review-video2 {
  width: 100%;
}

.review-video2 iframe {
  width: 100%; 
  height: 100%;
}


/* 자격취득과정 */

.certi-section1 {
  background-color: #000;
  text-align: center;
  position: relative;
  height: 326px;
}

.certi-main-title-wrap {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100%;
}

.certi-main-btn-wrap {
  width: 90%;
  height: 45px;
  background-color: #ff5a39;
  margin: auto;
  border-radius: 5px;
  text-align: left;
  justify-content: space-between;
  align-items: flex-end;
}

.certi-video-dark {
  width: 100%;
  height: 36%;
  background-color: #000;
  opacity: 0.3;
}

.certi-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.certi-main-title-wrap {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 1;
}

.certi-main-subtitle {
  font-size: 12px;
  font-weight: bold;
  color: #ff5a39;
  margin-bottom: 13px;
}

.certi-main-title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}

.certi-section2 {
  background-color: #111;
  padding-top: 90px;
  padding-bottom: 50px;
}

.certi-sec-tit {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 7px;
  line-height: 1.5;
}

.certi-sec-tit-b {
  font-size: 22px;
  font-weight: bold;
  color: #222;
  text-align: center;
  margin-bottom: 7px;
  line-height: 1.5;
}

.certi-sec-tex {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-top: 15px;
  line-height: 1.5;
  word-break: keep-all;
}

.certi-sec-tex-b {
  font-size: 14px;
  font-weight: 400;
  color: #222;
  text-align: center;
  margin-top: 15px;
  line-height: 1.5;
}

.certi-prod-wrap2 {
  margin-top: 45px;
}

.certi-main-prod-top {
  position: relative;
  text-align: center;
}

.certi-main-prod-inner-top {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.certi-main-prod-class {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 5px;
}

.certi-main-prod-title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}

.certi-main-prod-img {
  width: 100%;
}

.certi-main-prod-inner-btm {
  height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 20px;
}

.certi-main-prod-btm {
  background-color: #fff;
  padding: 30px 30px 20px 30px;
}

.certi-main-sale-wrap {
  display: flex;
  margin-bottom: 12px;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
}

.certi-sale-btn-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
  margin-bottom: 15px;
}

.certi-main-sale-btn {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #ff5a39;
  text-align: center;
  border-radius: 72px;
  line-height: 1.3;
  padding: 9px 0px;
  margin-bottom: 10px;
  width: 47%;
}

.certi-main-sale-btn2 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  line-height: 30px;
  background-color: #ff5a39;
  text-align: center;
  width: 100%;
  border-radius: 5px;
  height: 30px;
}

.certi-main-sale-btn3 {
  font-size: 14px;
  font-weight: bold;
  color: #444;
  background-color: #ddd;
  text-align: center;
  border-radius: 72px;
  line-height: 30px;
  width: 120px;
  height: 30px;
  margin-bottom: 10px;
}

.certi_academy_img {
  margin: auto; 
  display: block; 
  margin-bottom: 30px;
  width: 215px;
}

.floating{
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes floating {
  0% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(8%);
  }

  100% {
    transform: translateY(0%);
  }
}

.certi-main-price-txt-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.certi-main-sale-arrow {
  position: absolute;
  width: 110px;
}

.certi-main-list-price {
  font-size: 15px;
  font-weight: 500;
  color: #444;
}

.certi-main-sale-price {
  font-size: 20px;
  font-weight: bold;
  color: #ff5a39;
  margin-top: 6px;
  text-align: right;
}

.certi-main-sale-price2 {
  font-size: 14px;
  text-align: center;
  margin-top: 5px;
  font-weight: 500;
  color: #ff5a39;
}

.certi-main-content-wrap {
  display: flex;
  justify-content: space-between;
}

.certi-main-content-tit {
  font-size: 14px;
  font-weight: 500;
  color: #444;
}

.certi-main-content-tex {
  font-size: 14px;
  font-weight: bold;
  color: #222;
}

.certi-main-content-btn {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  text-align: center;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
}

.certi-main-content-btn.osteo:hover {
  background-color: #0072ff;
}

.certi-main-content-btn.chiro:hover {
  background-color: #43ca7b;
}

.certi-main-prod {
  margin-bottom: 25px;
}

.certi-section3 {
  background-color: #ff5a39;
  padding-top: 90px;
  padding-bottom: 50px;
  position: relative;
  text-align: center;
}

.certi-prohibition {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 340px;
  left: 50%;
  width: 330px;
}

.certi-prohibition-img-wrap {
  display: flex;
  justify-content: center;
}

.certi-prohibition-img {
  z-index: 999;
  display: block;
  margin: 0px -8px;
  visibility: visible;
  width: 108px;
}

.certi-bg-x-img {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 340px;
  left: 50%;
  width: 330px;
}

.tossing {
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes tossing {
0% {
transform: rotate(-4deg);
}

50% {
transform: rotate(4deg);
}
100% {
transform: rotate(-4deg);
}
}

.circle-wrap {
  display: flex;
  align-items: center;
  height: 50px;
  flex-direction: column;
  justify-content: space-around;
  margin-top: 300px;
}

.circle {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #fff;
}

.circle-sec3-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  margin-top: 20px;
}

.circle-sec3-text2 {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  line-height: 1.5;
  margin-top: 20px;
}

.certi-section4 {
  background-color: #fff;
  padding-top: 90px;
  padding-bottom: 50px;
  text-align: center;
}

.certi-section5 {
  background-color: #111;
  padding-top: 90px;
  text-align: center;
}

.certi-sec5-text {
  font-size: 12px;
  font-weight: 500;
  color: #999;
  line-height: 1.5;
  margin-top: 20px;
}

.certi-mento-btn {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  border-radius: 7px;
  padding: 20px 55px;
}

.certi-mento-btn:hover {
  background-color: #ff5a39;
}

.certi-section6 {
  text-align: center;
  position: relative;
}

.certi-sec6-title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
}

.certi-sec6-title_chiro {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
}


.certi-section7 {
  background-color: #222;
  padding-top: 65px;
  padding-bottom: 50px;
  text-align: center;
}

.certi-system {
  margin-top: 45px;
}

.certi-system-wrap {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 38px;
}

.certi-system-img {
  border-radius: 5px 5px 0px 0px;
  width: 100%;
  margin-top: 25px;
}

.certi-system-box {
  padding: 5%;
  display: flex;
  background-color: #f2f4f7;
  border-radius: 0px 0px 5px 5px;
  width: 90%;
  align-items: center;
  z-index: 1;
  text-align: left;
}

.certi-system-box.red {
  background-color: #ff5a39;
}

.certi-system-box.pupple {
  background-color: #5d32f4;
}

.certi-system-box.blue {
  background-color: #0072ff;
}

.certi-system-icon {
  width: 67px;
}

.certi-system-tit {
  font-size: 16px;
  font-weight: bold;
  color: #ff5a39;
  margin-left: 15px;
}

.certi-system-tit-w {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-left: 15px;
  line-height: 1.5;
}

.certi-system-txt {
  font-size: 14px;
  font-weight: 500;
  color: #222;
  line-height: 1.5;
  margin-top: 10px;
  margin-left: 15px;
}

.certi-section9 {
  background-color: #000;
  padding-top: 90px;
  padding-bottom: 50px;
  text-align: center;
}

.certi-study-img {
  width: 100%;
  margin-top: 45px;
}

.certi-section10 {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}


.certi-main-header {
  display: flex;
  align-items: center;
  background-color: #000;
  height: 60px;
}

.certi-section11 {
  background-color: #111;
  padding-top: 80px;
  padding-bottom: 120px;
  margin-bottom: -108px;
}

.certi-title-refund {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 30px;
}

.certi-text-refund {
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 10px;
}

.certi-text-refund2 {
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 5px;
  margin-left: 10px;
}

.certi-table-refund {
  color: #fff;
  font-size: 11px;
  margin-bottom: 30px;
  border-collapse: collapse;
}

.certi-tr-refund {
  height: 60px;
  border-collapse: collapse;
}

.certi-td-refund {
  width: 70px;
  background-color: #999;
  color: #222;
  font-weight: 500;
  padding: 0px 10px;
  border: solid 1px #999;
  border-collapse: collapse;
  text-align: center;
}

.certi-td-refund2 {
  color: #fff;
  font-weight: 500;
  padding: 0px 10px;
  line-height: 1.5;
  border: solid 1px #999;
  border-collapse: collapse;
  word-break: keep-all;
  width: 66px;
}

.certi-td-refund3 {
  color: #fff;
  font-weight: 500;
  padding: 5px 10px;
  line-height: 1.5;
  border: solid 1px #999;
  border-collapse: collapse;
  word-break: keep-all;
}

/* certificate mento */

.certi-lec-section1 {
  background-color: #000000;
  text-align: center;
  position: relative;
}

.certi-main-title-wrap {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 1;
}

.certi-lec-top-img {
  width: 100%;
}

.certi-lec-section2 {
  background-color: #000;
  padding-top: 90px;
  padding-bottom: 30px;
}

.class-type-btn {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  margin: 0px 10px;
}

.class-type-btn.on {
  font-size: 14px;
  font-weight: bold;
  color: #ff5a39;
  padding-bottom: 4px;
  margin-bottom: 30px;
  border-bottom: solid 2px #ff5a39;
}

.class-btn-wrap {
  display: flex;
  justify-content: center;
}

.certi-lec-history-img {
  width: 64px;
  height: 64px;
}

.certi-lec-history-content {
  padding: 5% 5% 3% 5%;
  width: 90%;
  background-color: #333;
  display: flex;
  margin-bottom: 20px;
}

.certi-lec-name {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.certi-lec-tit {
  margin-left: 7px;
  font-size: 12px;
  font-weight: 500;
  color: #ff5a39;
}

.certi-lec-infor-wrap {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-end;
}

.certi-lec-txt {
  font-size: 11px;
  font-weight: 300;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 10px;
  letter-spacing: -0.4px;
}

.certi-lec-history-txt-wrap {
  margin-left: 15px;
}

.certi-lec-section3 {
  background-color: #111;
  padding-top: 90px;
}

.lec-name-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.lec-name-btn {
  background-color: #333;
  padding: 15px 25px;
  margin: 0px 6px;
  color: #999;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
}

.lec-name-btn.add-lec-name-btn {
  background-color: #ff5a39;
  color: #fff;
  font-weight: bold;
}

.lec-name-btn2 {
  background-color: #333;
  padding: 15px 25px;
  margin: 0px 6px;
  color: #999;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
}

.lec-name-btn2.add-lec-name-btn {
  background-color: #ff5a39;
  color: #fff;
  font-weight: bold;
}

.lecture-impact-contant {
  background-color: #333;
  padding: 20px;
  margin-top: -20px;
}

.lecture-impact-contant-top {
  display: flex;
  flex-direction: column;
  height: 265px;
  justify-content: space-between;

}

.lecture-tit {
  margin-bottom: 20px;
}

.lecture-impact-subtit {
  font-size: 14px;
  font-weight: bold;
  color: #ff5a39;
  margin-bottom: 10px;
  line-height: 1.3;
}

.lecture-impact-tit {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
}

.lecture-impact {
  display: none;
}

.lecture-impact.on {
  display: block;
}

.lecture-impact2 {
  display: none;
}

.lecture-impact2.on {
  display: block;
}

.lecture-history-tit {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 5px;
}

.lecture-history-txt {
  font-size: 11px;
  font-weight: 400;
  color: #ddd;
  margin-bottom: 5px;
  line-height: 1.5;
}

.lecture-history-img-wrap {
  position: relative;
}

.lecture-img-gradient {
  position: absolute;
  /* transform: translate(-50%, -50%); */
  bottom: 0;
  right: 0;
  width: 100%;
  height: 119px;
  background:  linear-gradient(
    to bottom,
    rgba(51, 51, 51, 0) 0%,
    rgba(51, 51, 51, 100) 100%
    );
    z-index: 1;
}

.lecture-img-gradient2 {
  position: absolute;
  /* transform: translate(-50%, -50%); */
  bottom: 0;
  right: 0;
  width: 100%;
  height: 119px;
  margin-bottom: 10px;
  background:  linear-gradient(
    to bottom,
    rgba(51, 51, 51, 0) 0%,
    rgba(51, 51, 51, 100) 100%
    );
    z-index: 1;
}

.lecture-img {
  height: 150px;
  position: absolute;
  /* transform: translate(-50%, -50%); */
  bottom: 0;
  right: 0;
}

.lecture-img2 {
  height: 150px;
  position: absolute;
  margin-bottom: 10px;
  /* transform: translate(-50%, -50%); */
  bottom: 0;
  right: 0;
}

.lecture-impact-img-wrap {
  background-color: #222;
  padding: 20px;
}

.lecture-history {
  z-index: 9;
}

.lecture-result {
  /* display: flex;
  justify-content: space-between; */
  padding: 15px;
}

.lecture-result-inner {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}

.lecture-result-txt {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  text-align: center;
  width: 100%;
}

.lecture-result-txt_g {
  font-weight: bold;
  color: #bcac68;
}

.lecture-result-img {
  /* height: 78px; */
  width: 100%;
}

.lecture-impact-contant-bottom {
  background-color: #111;
}

.certi-lec-section3_2 {
  background-color: #222;
  padding-top: 90px;
  padding-bottom: 30px;
  margin-top: 50px;
}

.lecture-impact-img {
  width: 100%;
  margin-bottom: 20px;
}

.certi-lec-section3_3 {
  background-color: #ff5a39;
  padding-top: 30px;
  padding-bottom: 30px;
}

.certi-lec-bar {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}

.certi-lec-section3_4 {
  background-color: #000;
  padding-top: 90px;
  padding-bottom: 30px;
}

.videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 20px;
}

.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.certi-lec-section4 {
  background-color: #111;
  padding-top: 30px;
  padding-bottom: 45px;
  margin-bottom: -40px;
}

.certi-start-btn.red{
  font-size: 14px;
  font-weight: bold;
  color: #999;
  background-color: #000;
  padding: 15px 50px;
  border-radius: 5px;
  cursor: pointer;
}

.certi-start-btn.red:hover{
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #ff5a39;
  padding: 15px 50px;
  border-radius: 5px;
  cursor: pointer;
}


/* 자격취득과정 오스테오파시 */

.certi-main-subtitle_osteo {
  font-size: 14px;
  font-weight: bold;
  color: #09ddff;
  margin-bottom: 5px;
}

.certi-osteo-section1 {
  background-color: #000;
  text-align: center;
  position: relative;
  height: 326px;
}

.certi-osteo-section2 {
  background-color: #3ebaff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.certi-osteo-section2_1 {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 30px;
}

.certi-osteo-bar {
  font-size: 14px;
  font-weight: 500;
  color: #222;
  line-height: 1.5;
  text-align: center;
}

.certi-osteo-bar_tit {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    line-height: 1.5;
    text-align: center;
}

.certi-osteo-bar_txt {
  word-break: keep-all;
}

.certi-osteo-section3 {
  background-color: #222;
  padding-top: 50px;
  padding-bottom: 50px;
}

.certi-txt-type-osteo {
    font-size: 16px;
    font-weight: bold;
    color: #0072ff;
}

.certi-txt-situation_on_osteo {
  font-size: 12px;
  color: #fff;
  background-color: #0072ff;
  border-radius: 3px;
  padding: 7px 10px;
  font-weight: bold;
}

.certi-txt-situation_online_osteo {
  font-size: 12px;
  color: #0072ff;
  background-color: #e5eeff;
  border-radius: 30px;
  padding: 7px 10px;
  margin-right: 5px;
  font-weight: bold;
}

.certi-txt-notice_osteo {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #666;
  padding: 15px 0px;
  border-radius: 0px 0px 10px 10px;
  text-align: center;
  width: 100%;
}

.certi-txt-notice.osteo {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #0072ff;
  padding: 15px 0px;
  border-radius: 0px 0px 10px 10px;
  text-align: center;
  width: 100%;
}

.certi-txt-notice.osteo:hover {
  background-color: #000;
}

.certi-txt-notice.osteo1 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #3ebaff;
  padding: 15px 0px;
  border-radius: 0px 0px 10px 10px;
  text-align: center;
  width: 100%;
}

.certi-txt-notice.osteo1:hover {
  background-color: #000;
}

.certi-txt-notice.osteo2 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #ff5a39;
  padding: 15px 0px;
  border-radius: 0px 0px 10px 10px;
  text-align: center;
  width: 100%;
}

.certi-txt-notice.osteo2:hover {
  background-color: #000;
}

.certi-txt-notice_osteo.on:hover {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #0072ff;
  padding: 15px 0px;
  border-radius: 0px 0px 10px 10px;
  text-align: center;
  width: 100%;
}

.certi-osteo-section4 {
  background-color: #142346;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.certi-osteo-wrap {
  position: relative;
  padding-top: 56%;
  width: 100%;
  height: 0;
}

.certi-osteo-wrap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.certi-osteo-content {
  margin-top: 20px;
}

.certi-osteo-subtit {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #46f28c;
}

.certi-main-osteo-price {
  font-size: 18px;
  font-weight: bold;
  color: #0072ff;
}

.certi-osteo-tit {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}

.certi-osteo-txt {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 17px;
  color: #fff;
  line-height: 1.8;
  word-break: keep-all;
}

.certi-osteo-klc-btn {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  width: 170px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: auto;
}

.certi-osteo-section5 {
  background-color: #222;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.certi-osteo-csc-tit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #09ddff;
  line-height: 1.5;
}

.certi-system-tit_osteo {
  font-size: 16px;
  font-weight: bold;
  color: #0072ff;
  margin-left: 15px;
}

.certi-osteo-csc-txt {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 15px;
}

.certi-lec-tit_osteo {
  margin-left: 7px;
  font-size: 12px;
  font-weight: 500;
  color: #09ddff;
}

.certi-osteo-csc-btn {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  padding: 15px 25px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}

.certi-osteo-csc-tit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #09ddff;
  line-height: 1.5;
}

.certi-osteo-section12 {
  background-color: #0072ff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.certi-osteo-bar_tit {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}

.certi-sec-subtitle_osteo {
  font-size: 12px;
  font-weight: bold;
  color: #09ddff;
  margin-bottom: 13px;
  line-height: 1.5;
}

.certi-lec-video-tit_osteo {
  margin: 20px 0px 10px 0px;
  font-size: 16px;
  font-weight: 700;
  color: #09ddff;
  text-align: left;
}


/* 자격취득과정 카이로프랙틱 */

.certi-main-subtitle_chiro {
  font-size: 14px;
  font-weight: bold;
  color: #46f28c;
  margin-bottom: 5px;
}

.certi-chiro-section1 {
  background-color: #000;
  text-align: center;
  position: relative;
  height: 326px;
}

.certi-chiro-section2 {
  background-color: #46f28c;
  padding-top: 30px;
  padding-bottom: 30px;
}

.certi-chiro-bar {
  font-size: 14px;
  font-weight: 500;
  color: #222;
  line-height: 1.5;
  text-align: center;
}

.certi-chiro-bar_tit {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    line-height: 1.5;
    text-align: center;
}

.certi-chiro-bar_txt {
  word-break: keep-all;
}

.certi-chiro-section3 {
  background-color: #222;
  padding-top: 90px;
  padding-bottom: 50px;
}

.certi-prod-box {
  margin-bottom: 40px;
}

.certi-prod-area {
  background-color: #fff;
  border-radius: 10px 10px 0px 0px;
  padding: 5% 6%;
  width: 88%;
  height: 239px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.certi-info-wrap {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-around;
  flex-direction: column;
  margin-top: 10px;
}

.certi-info-inner {
  border-radius: 10px;
  background-color: #111;
  display: flex;
  padding: 20px 25px;
  margin-top: 10px;
  flex-direction: column;
}

.certi-info-tit.osteo {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  /* text-align: center; */
}

.certi-info-txt.osteo {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  /* text-align: center; */
}

.certi-prod-highlight {
  background-color: #d3e2ff;
  font-weight: 500;
}

.certi-prod-highlight.chiro {
  background-color: #d0f0e1;
  font-weight: 500;
}

.certi-txt-wrap-top {
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.certi-txt-type-chiro {
    font-size: 16px;
    font-weight: bold;
    color: #43ca7b;
}

.certi-txt-situation {
    font-size: 12px;
    color: #fff;
    background-color: #606060;
    border-radius: 3px;
    padding: 7px 10px;
    font-weight: bold;
}

.certi-txt-situation_all {
  font-size: 12px;
  color: #fff;
  background-color: #000;
  border-radius: 3px;
  padding: 7px 10px;
  font-weight: bold;
}

.certi-txt-situation_on {
  font-size: 12px;
  color: #fff;
  background-color: #ff5a39;
  border-radius: 3px;
  padding: 7px 10px;
  font-weight: bold;
}

.certi-txt-situation_online {
    font-size: 12px;
    color: #fff;
    background-color: #43ca7b;
    border-radius: 3px;
    padding: 7px 10px;
    margin-right: 5px;
    font-weight: bold;
}

.certi-txt-wrap-middle {
  padding-bottom: 10px;
  border-bottom: solid 1px #ddd;
  height: 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

details {
  /* border-bottom: 1px solid #efefef; */
  color: #666;
  font-size: 16px;
  cursor: pointer;
}

details[open] summary {
  font-weight: bold;
  margin-bottom: 13px;
}

details > summary {
  color: #222;
  font-size: 14px;
  font-weight: bold;
  margin: 7px 0px;
}

.certi-txt-event {
  font-size: 12px;
  color: #fff;
  background-color: #ff5a39;
  border-radius: 30px;
  padding: 7px 10px;
  font-weight: bold;
  margin-right: 5px;
}

.certi-txt-title {
    font-size: 22px;
    color: #222;
    font-weight: bold;
    line-height: 1.3;
}

.certi-txt-class {
    font-size: 24px;
    color: #222;
    font-weight: bold;
}

.certi-txt-wrap-bottom {
    margin-top: 13px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.certi-txt-date {
    font-size: 14px;
    color: #222;
    font-weight: 400;
    margin-bottom: 9px;
}

.certi-txt-process {
    font-size: 12px;
    color: #333;
    font-weight: 500;
    line-height: 1.9;
}

.certi-txt-warning {
    font-size: 12px;
    color: #ff5a39;
    font-weight: 500;
    line-height: 1.9;
}

.certi-txt-recruits {
    font-size: 14px;
    color: #222;
    font-weight: 400;
}

.certi-txt-notice {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #666;
  padding: 15px 0px;
  border-radius: 0px 0px 10px 10px;
  text-align: center;
  width: 100%;
}

.certi-txt-notice.curri {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #43ca7b;
  padding: 12px 0px;
  border-radius: 5px;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}

.certi-txt-notice.curri_osteo {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #0072ff;
  padding: 12px 0px;
  border-radius: 5px;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}

.certi-txt-notice.curri_none {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #999;
  padding: 12px 0px;
  border-radius: 5px;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}

.certi-txt-notice.curri_osteo:hover {
  background-color: #000;
}

.certi-txt-notice.curri:hover {
  background-color: #000;
}


.certi-txt-notice.chiro:hover {
  background-color: #000;
}

.certi-txt-notice.chiro {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #43ca7b;
  padding: 15px 0px;
  border-radius: 0px 0px 10px 10px;
  text-align: center;
  width: 100%;
}

.certi-txt-situation_online {
  font-size: 12px;
  color: #43ca7b;
  background-color: #d0f0e1;
  border-radius: 30px;
  padding: 7px 10px;
  margin-right: 5px;
  font-weight: bold;
}

.certi-chiro-section4 {
  background-color: #135e75;
  padding-top: 90px;
  padding-bottom: 50px;
  text-align: center;
}

.certi-chiro-wrap {
  position: relative;
  padding-top: 56%;
  width: 100%;
  height: 0;
}

.certi-chiro-wrap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.certi-chiro-content {
  margin-top: 20px;
}

.certi-chiro-subtit {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #46f28c;
}

.certi-chiro-tit {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}

.certi-chiro-txt {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 17px;
  color: #fff;
  line-height: 1.8;
  word-break: keep-all;
}

.certi-chiro-klc-btn {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  width: 170px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: auto;
}

.certi-chiro-section5 {
  background-color: #222;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.certi-chiro-gold {
  width: 120px;
  margin-bottom: 15px;
}

.certi-chiro-csc-tit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #46f28c;
  line-height: 1.5;
}

.certi-chiro-csc-txt {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 15px;
}

.certi-chiro-csc-btn {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  padding: 18px 40px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}

.certi-osteo-regular-btn {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  padding: 18px 40px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}




/* container - body */
#certiProd { 
}

.certi-prod-slide-wrap { 
  position: relative; 
  width: 337px; 
  margin: auto;
}

.certi-prod-slide-box { 
  width: 100%;
  margin: auto; 
  overflow-x: hidden; 
  }

.certi-prod-box { 
  display: table; 
  float: left; 
  width: 337px; 
  /* height: 400px;  */
}

.certi-prod-box > p { 
  display: table-cell; 
  vertical-align: middle; 
  text-align: center; 
  font-size: 100px; 
  font-weight: bold; 
  color: #555; 
}

.certi-prod-box.slide01 {
  margin-bottom: 40px;
}

.certi-prod-box.slide02 {
  margin-bottom: 40px;
}

.certi-prod-box.slide03 {
  margin-bottom: 40px;
}

.certi-prod-box.slide04 {
  margin-bottom: 40px;
}

.certi-prod-box.slide05 {
  margin-bottom: 40px;
}

.certi-prod-box.slide06 {
  margin-bottom: 40px;
}

.certi-prod-box.slide07 {
  margin-bottom: 40px;
}

.certi-prod-box.slide08 {
  margin-bottom: 40px;
}

.certi-prod-box.slide09 {
  margin-bottom: 40px;
}

.certi-prod-box.slide10 {
  margin-bottom: 40px;
}

.certi-prod-box.slide11 {
  margin-bottom: 40px;
}

.certi-slide-btn-box > button { 
  position: absolute; 
  top: 47%; 
  margin-top: -45px; 
  width: 60px; 
  height: 60px; 
  font-size: 22px; 
  color: #999; 
  background: none; 
  border: none; 
  cursor: pointer; 
}

.certi-slide-btn-box > .certi-slide-btn-prev { 
  left: -10px; 
}

.certi-slide-btn-box > .certi-slide-btn-next { 
  right: -10px; 
}

.certi-slide-pagination { 
  position: absolute; 
  left: 50%; 
  bottom: 0; 
  list-style: none; 
  margin: 0; 
  padding: 0; 
  transform: translateX(-50%); 
  width: 100%;
  text-align: center;
}

.certi-slide-pagination .dot { 
  display: inline-block; 
  width: 15px; 
  height: 15px; 
  margin: 0 5px; 
  overflow: hidden; 
  background: #ddd; 
  border-radius: 50%; 
  transition: 0.3s; 
}

.certi-slide-pagination .dot.dot_active { 
  background: #333; 
}

.certi-slide-pagination .dot a { 
  display: block; 
  width: 100%; 
  height: 100%; 
}

.certi-chiro-section7 {
  background-color: #f2f2f2;
  padding-top: 60px;
  padding-bottom: 60px;
}

.certi-chiro-section8 {
  background-color: #333;
  padding-top: 50px;
  padding-bottom: 50px;
}

.certi-curri-btn-menu {
  width: 100%;
  height: 50px;
  background-color: #222;
  text-align: center;
  line-height: 50px;
  margin-top: 50px;
}

.certi-chiro-lec-cal {
  background-color: #fff;
  padding: 18px;
  margin-bottom: 20px;
  border-radius: 5px;
  display: none;
}

.certi-chiro-lec-cal.active {
  display: block;
}

.certi-chiro-lec-cal.online {
  background-color: #d6ffec;
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.certi-osteo-lec-cal.online {
  background-color: #d4e2fe;
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.certi-chiro-lec-cal.open {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 5px;
  /* border: solid 4px #7852ff; */
}

.certi-chiro-lec-sche {
  font-size: 22px;
  color: #43ca7b;
  font-weight: bold;
}

.certi-chiro-lec-sche.open {
  font-size: 22px;
  color: #5d32f4;
  font-weight: bold;
}

.certi-osteo-lec-sche {
  font-size: 22px;
  color: #2970fb;
  font-weight: bold;
}

.certi-osteo-lec-sche.open {
  font-size: 22px;
  color: #ff5a39;
  font-weight: bold;
}

.certi-chiro-lec-state {
  font-size: 14px;
  color: #fff;
  background-color: #666;
  border-radius: 3px;
  padding: 5px 15px;
  margin-right: 10px;
  font-weight: bold;
}

.certi-chiro-lec-course {
  color: #43ca7b;
  border-radius: 4px;
  padding: 4px 10px;
  margin-right: 8px;
  margin-bottom: 7px;
  background-color: #d0f0e1;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

.certi-chiro-class-type {
  color: #fff;
  border-radius: 23px;
  padding: 5px 10px;
  background-color: #43ca7b;
  font-size: 12px;
  text-align: center;
}

.certi-osteo-class-type {
  color: #fff;
  border-radius: 23px;
  padding: 5px 10px;
  background-color: #0072ff;
  font-size: 12px;
  text-align: center;
}

.certi-osteo-lec-course {
  color: #0072ff;
  border-radius: 4px;
  padding: 4px 10px;
  margin-right: 8px;
  margin-bottom: 7px;
  background-color: #d4e2fe;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

.certi-osteo-lec-course.open {
  color: #ff5a39;
  margin-right: 10px;
  border-radius: 30px;
  padding: 4px 10px;
  margin-right: 8px;
  background-color: #ffded7;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}


.certi-chiro-lec-course.online {
  color: #fff;
  margin-right: 10px;
  border-radius: 30px;
  padding: 4px 10px;
  margin-right: 8px;
  background-color: #43ca7b;
  font-size: 14px;
  line-height: 28px;
    text-align: center;
}

.certi-chiro-lec-course.open {
  color: #5d32f4;
  margin-right: 10px;
  border-radius: 30px;
  padding: 4px 10px;
  margin-right: 8px;
  background-color: #dfd6fd;
  font-size: 14px;
  line-height: 28px;
    text-align: center;
}

.certi-chiro-cal-tit {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  /* margin-top: 8px; */
  /* padding-bottom: 12px; */
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-left: 10px;
}

.certi-chiro-cal-top-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: solid 2px #f2f4f7;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.certi-chiro-cal-cont {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}

.certi-chiro-class-name {
  font-size: 12px;
  font-weight: 500;
  color: #222;
  margin: 5px 0px;
  letter-spacing: -0.7px;
}

.certi-osteo-class-name {
  font-size: 14px;
  color: #222;
  margin: 5px 0px;
  letter-spacing: -0.7px;
}

.certi-chiro-lec-name {
  font-size: 12px;
  font-weight: 500;
  color: #666;
  margin: 5px 0px;
  letter-spacing: -0.7px;
}

.certi-lec-tit_chiro {
  margin-left: 7px;
  font-size: 12px;
  font-weight: 500;
  color: #46f28c;
}

.certi-chiro-section9 {
  background-color: #f2f4f7;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.certi-system-box_chiro {
  padding: 5%;
  display: flex;
  background-color: #fff;
  border-radius: 0px 0px 5px 5px;
  width: 90%;
  align-items: center;
  z-index: 1;
  text-align: left;
}

.certi-chiro-section10 {
  text-align: center;
  position: relative;
}

.certi-system-tit_chiro {
  font-size: 16px;
  font-weight: bold;
  color: #43ca7b;
  margin-left: 15px;
}

.certi-chiro-section11 {
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 50px;
}

.certi-lec-tit_chiro {
  margin-left: 7px;
  font-size: 12px;
  font-weight: 500;
  color: #46f28c;
}

.certi-chiro-section12 {
  background-color: #46f28c;
  padding-top: 30px;
  padding-bottom: 30px;
}

.certi-chiro-section13 {
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.certi-sec-subtitle_chiro {
  font-size: 12px;
  font-weight: bold;
  color: #46f28c;
  margin-bottom: 13px;
  line-height: 1.5;
}

.chiro-off-lec-slide {
  overflow: hidden;
  position: relative;
  width: 90%;
  margin: auto;
}

.chiro-off-lec-container {
  width: 100%; 
  height: 100%;
  position:absolute;
  left:0%;
}

.chiro-off-lec-content {
  display: block;
  position: absolute;
  width: 100%;
  margin: auto;
}

.lecture-impact-img-wrap_chiro {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.chiro-lec-slide-img {
  width: 48%;
}


.lecture-result-inner_chiro {
  position: relative;
  margin: 7px 0px;
}

.lecture-impact-tit_chiro {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
  line-height: 1.5;
}

.lecture-impact-tit_chiro-g {
  font-size: 18px;
  color: #46f28c;
}

.lecture-impact-tit_osteo-g {
  font-size: 18px;
  color: #09ddff;
}

.certi-chiro-section14 {
  background-color: #111;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.certi-chiro-section15 {
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.certi-advantage_wrap {

}

.certi-advantage {
  width: 89%;
  margin-bottom: -10px;
}

.certi-lec-video-tit_chiro {
  margin: 20px 0px 10px 0px;
  font-size: 16px;
  font-weight: 700;
  color: #46f28c;
  text-align: left;
}

.certi-lec-video-txt_chiro {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 40px;
}

.certi-chiro-section16 {
  background-color: #111;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
