@charset "UTF-8";
section {
  overflow: hidden;
}
section .wrap {
  padding-top: 150px;
  padding-bottom: 150px;
}
section .wrap .sec_tit {
  text-align: center;
}
section .wrap .sec_tit h2 {
  font-size: 60px;
  font-weight: 300;
  line-height: 1;
}
section .wrap .sec_tit h2 span {
  font-weight: 700;
}
section.sec1 .wrap {
  text-align: center;
}
section.sec1 .wrap img {
  max-width: 100%;margin: 0 auto;
}
section.sec1 .wrap .sec_txt h5 {
  margin-top: 88px;
}
section.sec1 .wrap .sec_txt p {
  color: #fff;
  font-size: 30px;
  margin-top: 30px;
  font-weight: 100;
  word-break: keep-all;
}
section.sec1 .wrap .sec_txt p span {
  font-weight: 700;
}
section.sec1 .wrap .sec_btn {
  margin-top: 100px;
}
section.sec2 .wrap img {
  max-width: 100%;
}
section.sec2 .wrap .sec_con {
  display: flex;
  justify-content: space-between;
}
section.sec2 .wrap .sec_con .con_tit h2 {
  font-size: 150px;
  font-weight: 700;
  line-height: 1;
}
section.sec2 .wrap .sec_con .con_tit h3 {
  font-size: 60px;
  line-height: 1;
  color: #fff;
  font-weight: 300;
  letter-spacing: -4.5px;
  position: relative;
  top: -47px;
}
section.sec2 .wrap .sec_con .con_tit h3 span {
  font-weight: 700;
  line-height: 1;
}
section.sec2 .wrap .sec_con .con_tit h3 span i {
  color: #ffcd20;
}
section.sec2 .wrap .sec_con.con2 {
  flex-direction: row-reverse;
  margin-top: 145px;
}
section.sec2 .wrap .sec_con.con2 .con_tit {
  text-align: right;
}
section.sec2 .wrap .sec_con .list_box {
  display: flex;
  gap: 15px;
}
section.sec2 .wrap .sec_con .list_box.box2 {
  margin-top: 15px;
  position: relative;
  right: 342px;
}
section.sec3 .wrap {
  padding-bottom: 0;
}
section.sec3 .wrap .sec_con {
  margin-top: 45px;
}
section.sec3 .wrap .sec_con ul {
  display: flex;
  justify-content: space-between;
}
section.sec3 .wrap .sec_con ul li {
  width: 260px;
  height: 300px;
  border-radius: 20px;
  text-align: center;
}
section.sec3 .wrap .sec_con ul li:nth-child(odd) {
  background-color: #342a19;
}
section.sec3 .wrap .sec_con ul li:nth-child(even) {
  background-color: #23201b;
}
section.sec3 .wrap .sec_con ul li .icon {
  display: block;
  text-align: center;
  margin-top: 55px;
}
section.sec3 .wrap .sec_con ul li .icon img {
  margin: 0 auto;
}
section.sec3 .wrap .sec_con ul li h3 {
  font-size: 28px;
  font-weight: 800;
  color: #ffcd20;
  padding-top: 30px;
}
section.sec3 .wrap .sec_con ul li p {
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  padding-top: 12px;
}
section.sec4 .wrap {
  padding-bottom: 0;
}
section.sec4 .wrap .con_flex {
  display: flex;
  justify-content: space-between;
}
section.sec4 .wrap .con_flex .sec_tit {
  text-align: left;
}
section.sec4 .wrap .con_flex ul.sec_list li {
  display: flex;
  align-items: center;
  gap: 20px;
}
section.sec4 .wrap .con_flex ul.sec_list li:nth-child(n+2) {
  margin-top: 65px;
}
section.sec4 .wrap .con_flex ul.sec_list li:nth-child(n+2) i::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 100px;
  background: #000;
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  top: -80px;
  background: #f9f9f9;
}
section.sec4 .wrap .con_flex ul.sec_list li i {
  position: relative;
}
section.sec4 .wrap .con_flex ul.sec_list li i img {
  position: relative;
  z-index: 1;
}
section.sec4 .wrap .con_flex ul.sec_list li .txt h5 {
  font-size: 30px;
  font-weight: 800;
}
section.sec4 .wrap .con_flex ul.sec_list li .txt p {
  font-size: 20px;
  font-weight:700;
  margin-top: 10px;
}
section.sec4 .wrap .inquiry {
  background: #342a19;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 200px;
  padding: 0 115px;
  margin-top: 65px;
  position: relative;
}
section.sec4 .wrap .inquiry .cha {
  position: absolute;
  top: -225px;
  left: 35px;
}
section.sec4 .wrap .inquiry .txt {
  color: #fff;
}
section.sec4 .wrap .inquiry .txt h4 {
  font-size: 35px;
  font-weight: 800;
}
section.sec4 .wrap .inquiry .txt p {
  font-size: 18px;
  margin-top: 5px;
}
section.sec4 .wrap .inquiry .btn_wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
section.sec4 .wrap .inquiry .btn_wrap .btn {
  width: 218px;
}
section.sec4 .wrap .inquiry .btn_wrap .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  font-size: 16px;
}
section.sec4 .wrap .inquiry .btn_wrap .btn a h5 {
  color: #06594d;
  font-weight: 700;
}
section.sec4 .wrap .inquiry .btn_wrap .btn a p {
  font-weight: 600;
}
section.sec4 .wrap .inquiry .btn_wrap .btn a i {
  font-weight: 300;
  font-size: 13px;
}
section.sec4 .wrap .inquiry .btn_wrap .btn .btn_white h5 {
  color: #342a19;
}
section.sec5 .wrap {
  padding-top: 150px;
  padding-bottom: 150px;
}
section.sec5 .wrap .sec_con {
  margin-top: 45px;
}
section.sec5 .wrap .sec_con .con_box {
  box-sizing: border-box;
  border-radius: 30px;
  padding: 45px 50px 50px;
  border: 5px solid #342a19;
}
section.sec5 .wrap .sec_con .con_box > h3 {
  font-size: 20px;
  color: #000;
}
section.sec5 .wrap .sec_con .con_box h3 > span {
  display: block;
  font-size: 35px;
  font-weight: 700;
  color: #342a19;
}
section.sec5 .wrap .sec_con .con_box .list {
  display: flex;
  gap: 12px;
  margin-top: 25px;
}
section.sec5 .wrap .sec_con .con_box .list .list_box .sub_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 120px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 18px rgba(0,0,0,0.11);
}
section.sec5 .wrap .sec_con .con_box .list .list_box.list_bottom .sub_box {
  background-color: #fff9ef;
  box-shadow: 0 0 0;
}
section.sec5 .wrap .sec_con .con_box .list .list_box .sub_box p {
  font-size: 20px;
  line-height: 35px;
  text-align: center;
}
section.sec5 .wrap .sec_con .con_box .list .list_box .sub_box p span {
  display: block;
  font-size: 25px;
  font-weight: 800;
}
section.sec5 .wrap .sec_con .con_box .list .list_box > span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #777;
  text-align: right;
  padding-top: 8px;
}
section.sec5 .wrap .sec_con .con_box .list .plus,
section.sec5 .wrap .sec_con .con_box .list .equal {
  display: flex;
  align-items: center;
  height: 120px;
}
section.sec5 .wrap .sec_con .con_box .list .plus img {
  width: 26px;
  height: 26px;
}
section.sec5 .wrap .sec_con .con_box .list .equal img {
  width: 27px;
  height: 11px;
}
section.sec6 .wrap {
  padding-top: 150px;
  padding-bottom: 150px;
}
section.sec6 .wrap .sec_con {
  margin-top: 40px;
}
section.sec6 .wrap .sec_con .course .course_head {
  display: flex;
  gap: 10px;
}
section.sec6 .wrap .sec_con .course .course_head div:nth-child(1) {
  width: 19%;
}
section.sec6 .wrap .sec_con .course .course_head div:nth-child(2) {
  width: 19%;
}
section.sec6 .wrap .sec_con .course .course_head div:nth-child(3) {
  width: 56.2%;
  padding-left: 20px;
  padding-right: 20px;
}
section.sec6 .wrap .sec_con .course .course_head div {
  text-align: center;
  padding: 20px 0;
  background: #342a19;
  border-radius: 18px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.sec6 .wrap .sec_con .course .course_body {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
section.sec6 .wrap .sec_con .course .course_body div {
  display: flex;
  align-items: center;
  text-align: center;
  padding: 27px 0;
  background: #fff;
  border-radius: 18px;
  font-size: 16px;
  vertical-align: middle;
  font-weight: 600;
}
section.sec6 .wrap .sec_con .course .course_body div:nth-child(1) {
  width: 19%;
  justify-content: center;
}
section.sec6 .wrap .sec_con .course .course_body div:nth-child(2) {
  width: 19%;
  justify-content: center;
}
section.sec6 .wrap .sec_con .course .course_body div:nth-child(3) {
  width: 56.2%;
  text-align: left;
  justify-content: left;
  line-height: 25px;
  padding-left: 20px;
  padding-right: 20px;
}
section.sec6 .wrap .sec_con .course p {
  font-size: 15px;
  color: #656565;
  margin-top: 17px;
  line-height: 1.7;
}
section.sec6 .wrap .sec_con .course p span {
  display: block;
  margin-top: 7px;
  color: #b70000;
  font-weight: 700;
}
section.sec7 .wrap .sec_tit p {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  padding-top: 20px;
}
section.sec7 .wrap .sec_tit p span {
  font-weight: 800;
}
section.sec7 .wrap .sec_con {
  margin-top: 50px;
}
section.sec7 .wrap .sec_con .box {
  background-color: #fff9ef;
  border-radius: 20px;
  padding: 60px;
}
section.sec7 .wrap .sec_con .box ul li {
  display: flex;
  font-size: 20px;
  margin-top: 30px;
}
section.sec7 .wrap .sec_con .box ul li:first-child {
  margin-top: 0;
}
section.sec7 .wrap .sec_con .box ul li h3 {
  font-weight: 800;
  margin-right: 55px;
  width: 73px;
  line-height: 1.5;
}
section.sec7 .wrap .sec_con .box ul li p {
  line-height: 1.5;
  width: calc(100% - 128px);
  word-break: keep-all;
}
section.sec7 .wrap .sec_con > span {
  display: block;
  font-size: 16px;
  padding-top: 17px;
  word-break: keep-all;
}
section.sec7 .wrap .sec_con > span strong {
  color: #b70000;
  font-weight: 700;
}
section.sec8 .wrap {
  padding-top: 150px;
  padding-bottom: 150px;
}
section.sec8 .wrap .sec_con {
  margin-top: 40px;
}
section.sec8 .wrap .sec_con .course .course_head {
  display: flex;
  gap: 10px;
}
section.sec8 .wrap .sec_con .course .course_head div:nth-child(1) {
  width: 19%;
}
section.sec8 .wrap .sec_con .course .course_head div:nth-child(2) {
  width: 76.2%;
  padding-left: 20px;
  padding-right: 20px;
}
section.sec8 .wrap .sec_con .course .course_head div {
  text-align: center;
  padding: 20px 0;
  background: #342a19;
  border-radius: 18px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.sec8 .wrap .sec_con .course .course_body {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
section.sec8 .wrap .sec_con .course .course_body div {
  display: flex;
  align-items: center;
  text-align: center;
  padding: 27px 0;
  background: #fff;
  border-radius: 18px;
  font-size: 16px;
  vertical-align: middle;
  font-weight: 600;
  letter-spacing: -0.6px;
  line-height: 1.5;
}
section.sec8 .wrap .sec_con .course .course_body div:nth-child(1) {
  width: 19%;
  justify-content: center;
}
section.sec8 .wrap .sec_con .course .course_body div:nth-child(2) {
  width: 76.2%;
  text-align: left;
  justify-content: left;
  padding-left: 20px;
  padding-right: 20px;
}
section.sec8 .wrap .sec_con .course p {
  font-size: 15px;
  color: #656565;
  margin-top: 17px;
  line-height: 1.7;
}
section.sec8 .wrap .sec_con .course p span {
  display: block;
  margin-top: 7px;
  color: #b70000;
  font-weight: 700;
}
section.sec9 {
  background: url("../img/sec9_bg.png") no-repeat center;
  background-size: cover;
}
section.sec9 .wrap {
  color: #fff;
  text-align: center;
}
section.sec9 .wrap .sec_tit h5 {
  border-bottom: 1px solid #fff;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 48px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0;
}
section.sec9 .wrap .sec_con {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-top: 45px;
}
section.sec9 .wrap .sec_con .num {
  width: 225px;
}
section.sec9 .wrap .sec_con .num h2 {
  font-size: 40px;
  font-weight: 300;
}
section.sec9 .wrap .sec_con .num h3 {
  font-size: 45px;
  color: #ffcd20;
  font-weight: 800;
}
section.sec9 .wrap .sec_con .code .circle_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.sec9 .wrap .sec_con .code .circle_wrap .circle {
  width: 250px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  background: rgba(0, 0, 0, 0.5019607843);
  border-radius: 100%;
  position: relative;
}
section.sec9 .wrap .sec_con .code .circle_wrap .circle h5 {
  font-size: 27.5px;
}
section.sec9 .wrap .sec_con .code .circle_wrap .circle h4 {
  font-size: 27.5px;
  font-weight: 800;
  color: #ffcd20;
}
section.sec9 .wrap .sec_con .code .circle_wrap .circle a {
  margin-top: 12px;
  width: 110px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  font-size: 15.4px;
  border-radius: 20px;
  font-weight: 700;
}
section.sec9 .wrap .sec_con .code .circle_wrap .circle.cir1 {
  background: #ffcd20;
  color: #000;
  z-index: 1;
  box-shadow: 0 0 20px #ffcd20;
}
section.sec9 .wrap .sec_con .code .circle_wrap .circle.cir1 h4 {
  color: #000;
}
section.sec9 .wrap .sec_con .code .circle_wrap .circle.cir2 {
  top: -60px;
  right: -19px;
}
section.sec9 .wrap .sec_con .code .circle_wrap .circle.cir3 {
  top: -60px;
  right: 19px;
}
section.sec9 .wrap small {
  color: #b6b6b6;
  display: inline-block;
}
section.sec10 .wrap {
  color: #fff;
}
section.sec10 .wrap .sec_con {
  margin-top: 45px;
}
section.sec10 .wrap .sec_con ul.con_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
section.sec10 .wrap .sec_con ul.con_list li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background: rgba(40,40,40,0.5);
  padding: 50px 10px;
  border-radius: 50px;
}
section.sec10 .wrap .sec_con ul.con_list li img {
  width: 92px;
  height: auto;
}
section.sec10 .wrap .sec_con ul.con_list li h5 {
  margin-top: 32px;
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 800;
}
section.sec10 .wrap .sec_con ul.con_list li p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
section.sec10 .wrap .sec_con .list_bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  background: #141414;
  padding: 50px 10px;
  border-radius: 50px;
  margin-top: 40px;
}
section.sec10 .wrap .sec_con .list_bottom i img {
  width: 92px;
  height: auto;
}
section.sec10 .wrap .sec_con .list_bottom .txt h5 {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 800;
}
section.sec10 .wrap .sec_con .list_bottom .txt p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
section.sec11 .wrap {
  padding-bottom: 125px;
}
section.sec11 .wrap .sec_tit {
  color: #000;
}
section.sec11 .wrap .sec_con {
  margin-top: 45px;
}
section.sec11 .wrap .sec_con .form .input_box {
  background: #fff;
  border-radius: 50px;
  padding: 45px 50px;
}
section.sec11 .wrap .sec_con .form .input_box .input_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
  gap: 5px;
}
section.sec11 .wrap .sec_con .form .input_box .input_wrap h5 {
  flex: none;
  font-weight: 700;
  font-size: 20px;
  width: 50px;
}
section.sec11 .wrap .sec_con .form .checkbox_group {
  display: flex;
  align-items: baseline;
  gap: 45px;
  margin-top: 20px;
}
section.sec11 .wrap .sec_con .form .checkbox_group input + label {
  color: #676767;
}
section.sec11 .wrap .sec_con .form .checkbox_group input + label span {
  font-weight: 700;
}
section.sec11 .wrap .sec_con .form .checkbox_group .chk_wrap input + label {
  margin-bottom: 10px;
}
section.sec11 .wrap .sec_con .btn {
  margin-top: 12px;
}
section.sec11 .wrap .sec_con .btn a {
  height: 69px;
}
section.sec11 .wrap .sec_con .btn a p {
  font-size: 20px;
}
section.sec11 input[type=checkbox] + label.check_style1::before {
  border-radius: 5px;
}
section.sec11 input[type=checkbox]:checked + label.check_style1::before {
  background: #0065c4;
  border-radius: 3px;
}

@media screen and (max-width: 1120px) {
  section.sec1 .wrap .sec_txt h5 {
    margin-top: 58px;
  }
  section.sec2 .wrap .sec_con {
    flex-direction: column;
  }
  section.sec2 .wrap .sec_con .con_tit {
    text-align: center;
  }
  section.sec2 .wrap .sec_con .con_tit h3 {
    letter-spacing: 0;
  }
  section.sec2 .wrap .sec_con .list_box {
    justify-content: center;
  }
  section.sec2 .wrap .sec_con.con2 {
    flex-direction: column;
  }
  section.sec2 .wrap .sec_con.con2 .con_tit {
    text-align: center;
  }
  section.sec2 .wrap .sec_con .list_box.box2 {
    right: 0;
  }

  section.sec3 .wrap .sec_con ul {
    flex-wrap: wrap;
    gap: 10px;
  }
  section.sec3 .wrap .sec_con ul li {
    width: calc(50% - 5px);
    height: 220px;
    border-radius: 10px;
  }
  section.sec3 .wrap .sec_con ul li .icon {
    width: 40px;
    margin: 40px auto 0;
  }
  section.sec3 .wrap .sec_con ul li .icon img {
    width: 100%;
    height: auto;
  }
  section.sec3 .wrap .sec_con ul li h3 {
    font-size: 20px;
    padding-top: 20px;
  }
  section.sec3 .wrap .sec_con ul li p {
    font-size: 14px;
    line-height: 19px;
  }
  section.sec4 .wrap .con_flex {
    flex-direction: column;
  }
  section.sec4 .wrap .con_flex .sec_list {
    margin-top: 20px;
  }
  section.sec4 .wrap .inquiry {
    margin-top: 120px;
    padding: 0 50px;
  }
  section.sec4 .wrap .inquiry .cha {
    top: -85px;
  }
  section.sec4 .wrap .inquiry .cha img {
    width: 200px;
  }
  section.sec5 .wrap .sec_con .con_box .list {
    width: 100%;
  }
  section.sec5 .wrap .sec_con .con_box .list .list_box {
    width: 30%;
  }
  section.sec5 .wrap .sec_con .con_box .list .list_box .sub_box {
    width: 100%;
  }
  section.sec9 .wrap .sec_con {
    flex-direction: column;
  }
  section.sec9 .wrap .sec_con .num {
    order: 1; /* 기본적으로 첫 번째 */
  }
  section.sec9 .wrap .sec_con .code {
    order: 3; /* 모바일에서 마지막으로 이동 */
  }
}

@media screen and (max-width: 1000px) {
  section.sec10 .wrap .sec_con ul.con_list {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 850px) {
  section .wrap .sec_tit h2 {
    font-size: 60px;
  }
  section.sec2 .wrap .sec_con .con_tit h2 {
    font-size: 120px;
  }
  section.sec2 .wrap .sec_con .con_tit h3 {
    font-size: 50px;
  }
  section.sec4 .wrap .inquiry {
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    gap: 15px;
  }
  section.sec4 .wrap .inquiry .btn_wrap {
    margin-left: auto;
  }
  section.sec5 .wrap .sec_con .con_box {
    padding: 30px;
  }
  section.sec5 .wrap .sec_con .con_box > h3 {
    font-size: 18px;
  }
  section.sec5 .wrap .sec_con .con_box > h3 span {
    font-size: 30px;
  }
  section.sec5 .wrap .sec_con .con_box .list .list_box .sub_box p {
    font-size: 16px;
    line-height: 28px;
  }
  section.sec5 .wrap .sec_con .con_box .list .list_box .sub_box p span {
    font-size: 22px;
  }
  section.sec5 .wrap .sec_con .con_box .list .plus img {
    width: 20px;
    height: 20px;
  }
  section.sec5 .wrap .sec_con .con_box .list .equal img {
    width: 22px;
    height: auto;
  }
  section.sec5 .wrap .sec_con .banner_box .icon {
    width: 20px;
  }
  section.sec5 .wrap .sec_con .banner_box p {
    font-size: 16px;
    word-break: keep-all;
  }
}

@media screen and (max-width: 650px) {
  section.sec1 .wrap .sec_btn {
    margin-top: 30px;
  }
  section.sec2 .wrap .sec_con .list_box.box1 .list {
    width: calc(100% / 2 - 10px);
  }
  section.sec2 .wrap .sec_con.con2 .list_box .list {
    width: 100%;
  }
  section.sec4 .wrap .inquiry {
    height: fit-content;
    padding: 12px 10px 15px;
    border-radius: 10px;
    margin-top: 30px;
  }
  section.sec4 .wrap .inquiry .txt {
    text-align: center;
    width: 100%;
  }
  section.sec4 .wrap .inquiry .btn_wrap {
    margin: 0;
    flex-direction: column;
    width: 100%;
  }
  section.sec4 .wrap .inquiry .btn_wrap .btn {
    width: 100%;
  }
  section.sec4 .wrap .inquiry .btn_wrap .btn a {
    justify-content: center !important;
  }
  section.sec4 .wrap .inquiry .cha img {
    display: none;
  }
  section.sec5 .wrap .sec_con .con_box .list {
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
  }
  section.sec5 .wrap .sec_con .con_box .list .list_box {
    width: 47%;
  }
  section.sec5 .wrap .sec_con .con_box .list .list_box.list_bottom {
    width: 100% !important;
    margin-top: 20px;
  }
  section.sec5 .wrap .sec_con .con_box .list .list_box .sub_box {
    height: 100px;
  }
  section.sec5 .wrap .sec_con .con_box .list .plus,
  section.sec5 .wrap .sec_con .con_box .list .equal {
    width: 3%;
    height: 100px;
  }
  section.sec5 .wrap .sec_con .con_box .list .plus img {
    width: 100%;
    height: auto;
  }
  section.sec5 .wrap .sec_con .con_box .list .equal img {
    width: 14px;
  }
  section.sec5 .wrap .sec_con .con_box .list .equal {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    box-shadow: 0px 0px 18px rgba(0,0,0,0.11);
  }
  section.sec6 .wrap .sec_con {
    margin-top: 20px;
  }
  section.sec6 .wrap .sec_con .course p {
    font-size: 10px;
    line-height: 1.5;
  }
  section.sec7 .wrap .sec_con > span {
    font-size: 10px;
    line-height: 1.5;
    padding-top: 17px;
  }
  section.sec8 .wrap .sec_con {
    margin-top: 20px;
  }
  section.sec10 .wrap .sec_con ul.con_list {
    gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
  section.sec10 .wrap .sec_con .list_bottom {
    flex-direction: column;
    text-align: center;margin-top: 10px;border-radius: 10px;
  }
}

@media screen and (max-width: 520px) {

  section.sec2 .wrap .sec_con .list_box.box2 .list {
    width: calc(100% / 2 - 10px);
  }
  section .wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  section .wrap .sec_tit h2 {
    font-size: 40px;
  }
  section.sec1 .wrap {
    padding-top: 150px;
    padding-bottom: 60px;
  }
  section.sec1 .wrap .sec_txt p {
    font-size: 20px;
  }
  section.sec1 .wrap .sec_btn a img {
    max-width: 80%
  }
  section.sec2 .wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  section.sec2 .wrap .sec_con .con_tit h2 {
    font-size: 100px;
  }
  section.sec2 .wrap .sec_con .con_tit h3 {
    font-size: 40px;
  }
  section.sec2 .wrap .sec_con.con2 {
    margin-top: 60px;
  }
  section.sec3 .wrap .sec_con {
    margin-top: 20px;
  }
  section.sec3 .wrap .sec_con .tit {
    padding: 20px 0;
    border-radius: 10px 10px 0 0;
  }
  section.sec3 .wrap .sec_con .tit h3 {
    font-size: 16px;
    padding: 0 10px;
  }
  section.sec3 .wrap .sec_con .tit h3 strong,
  section.sec3 .wrap .sec_con .tit h3 span {
    font-size: 20px;
  }
  section.sec3 .wrap .sec_con .info {
    border-radius: 0 0 10px 10px;
    padding: 20px 10px 15px;
  }
  section.sec3 .wrap .sec_con .info > p {
    font-size: 16px;
  }
  section.sec4 .wrap .con_flex ul.sec_list li .txt h5 {
    font-size: 20px;
  }
  section.sec4 .wrap .con_flex ul.sec_list li .txt p {
    font-size: 14px;
    margin-top: 3px;
  }
  section.sec4 .wrap .inquiry .txt h4 {
    font-size: 25px;
  }
  section.sec4 .wrap .inquiry .txt p {
    font-size: 15px;
    margin-top: 5px;
  }
  section.sec4 .wrap .con_flex ul.sec_list li:nth-child(n+2) {
    margin-top: 30px;
  }
  section.sec4 .wrap .con_flex ul.sec_list li i img {
    display: block;
    width: 60%;
    margin: 0 auto;
  }
  section.sec4 .wrap .con_flex ul.sec_list li {
    gap: 5px;
  }
  section.sec5 .wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  section.sec5 .wrap .sec_con {
    margin-top: 20px;
  }
  section.sec5 .wrap .sec_con .con_box {
    padding: 20px;
    border-radius: 10px;
  }
  section.sec5 .wrap .sec_con .con_box > h3 {
    font-size: 16px;
  }
  section.sec5 .wrap .sec_con .con_box > h3 span {
    font-size: 25px;
  }
  section.sec5 .wrap .sec_con .con_box .list .list_box > span {
    font-size: 12px;
  }
  section.sec5 .wrap .sec_con .con_box .list .list_box .sub_box p {
    font-size: 14px;
    line-height: 26px;
  }
  section.sec5 .wrap .sec_con .con_box .list .list_box .sub_box p span {
    font-size: 20px;
  }
  section.sec5 .wrap .sec_con .con_box.box1 {

  }
  section.sec5 .wrap .sec_con .con_box.box2 {
    border: 2px solid #ac9bfe;
  }
  section.sec5 .wrap .sec_con .banner_box {
    border-radius: 10px;
  }
  section.sec6 .wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  section.sec6 .wrap .sec_con .course .course_head div {
    font-size: 13px;
    border-radius: 10px;
  }
  section.sec6 .wrap .sec_con .course .course_head div:nth-child(1),
  section.sec6 .wrap .sec_con .course .course_head div:nth-child(2),
  section.sec6 .wrap .sec_con .course .course_body div:nth-child(1),
  section.sec6 .wrap .sec_con .course .course_body div:nth-child(2) {
    width: 35%;
  }
  section.sec6 .wrap .sec_con .course .course_body div {
    padding: 20px 0;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 10px;
  }
  section.sec6 .wrap .sec_con .course .course_head div:nth-child(3),
  section.sec6 .wrap .sec_con .course .course_body div:nth-child(3) {
    line-height: 1.5;
    padding-left: 15px;
    padding-right: 15px;
  }
  section.sec7 .wrap .sec_tit p {
    font-size: 14px;
    line-height: 1.5;
    padding-top: 10px;
    word-break: keep-all;
  }
  section.sec7 .wrap .sec_con {
    margin-top: 20px;
  }
  section.sec7 .wrap .sec_con .box {
    border-radius: 10px;
    padding: 20px;
  }
  section.sec7 .wrap .sec_con .box ul li {
    font-size: 13px;
    margin-top: 15px;
  }
  section.sec7 .wrap .sec_con .box ul li h3 {
    margin-right: 15px;
    width: 55px;
  }
  section.sec7 .wrap .sec_con .box ul li p {
    width: calc(100% - 70px);
  }
  section.sec7 .wrap .sec_con .box ul li p br {
    display: none;
  }
  section.sec8 .wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  section.sec8 .wrap .sec_con .course .course_head div {
    font-size: 13px;
    border-radius: 10px;
  }
  section.sec8 .wrap .sec_con .course .course_body div {
    padding: 20px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 10px;
  }
  section.sec8 .wrap .sec_con .course .course_head div:nth-child(2),
  section.sec8 .wrap .sec_con .course .course_body div:nth-child(2) {
    line-height: 1.5;
    padding-left: 15px;
    padding-right: 15px;
  }
  section.sec9 .wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  section.sec9 .wrap .sec_con .num h2 {
    font-size: 30px;
  }
  section.sec9 .wrap .sec_con .num h3 {
    font-size: 35px;
  }
  section.sec9 .wrap .sec_con .code .circle_wrap {
    flex-direction: column;
  }
  section.sec9 .wrap .sec_con .code .circle_wrap .circle.cir1 {
    top: 20px;
  }
  section.sec9 .wrap .sec_con .code .circle_wrap .circle.cir2 {
    right: 0;
    top: 0px;
  }
  section.sec9 .wrap .sec_con .code .circle_wrap .circle.cir3 {
    top: -40px;
    left: 0;
  }
  section.sec9 .wrap .sec_tit h5 {
    font-size: 16px;
    margin-bottom: 25px;
  }
  section.sec9 .wrap .sec_con {
    gap: 20px;
    margin-top: 30px;
  }
  section.sec9 .wrap .sec_con .code .circle_wrap .circle h4 {
    font-size: 30px;
  }
  section.sec10 .wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  section.sec10 .wrap .sec_con ul.con_list {
    grid-template-columns: 1fr;
  }
  section.sec10 .wrap .sec_con {
    margin-top: 20px;
  }
  section.sec10 .wrap .sec_con ul.con_list li {
    border-radius: 10px;
  }
  section.sec11 .wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  section.sec11 .wrap .sec_con .form .input_box {
    padding: 30px 30px 20px;
    border-radius: 10px;
  }
  section.sec11 .wrap .sec_con .form .input_box .input_wrap h5 {
    font-size: 16px;
    width: 35px;
  }
  section.sec11 .wrap .sec_con .form .input_box .input_wrap input {
    padding: 0 10px;
    font-size: 16px;border-radius: 10px;    height: 45px;
  }
  section.sec11 .wrap .sec_con .form .input_box .input_wrap select {
  padding: 13px 12px 12px;font-weight: 400;
    font-size: 16px;border-radius: 10px;
    background: url(../img/select_arrow.png) #f1f1f1 no-repeat right 10px center;
  }
  section.sec11 .wrap .sec_con .form .checkbox_group {
    flex-direction: column;
    gap:10px;
  }
  section.sec11 .wrap .sec_con .form .input_box .input_wrap.wd03 {
    width: 29%;
  }
  section.sec11 .wrap .sec_con {
    margin-top: 20px;
  }
  section.sec11 .wrap .sec_con .form .checkbox_group .chk_wrap input + label {
    margin-bottom: 7px;
  }
  .input_wrap input {
    width: 83%;
  }
  .input_wrap select {
    width: 87%;
  }
  .btn .btn_primary {
    border-radius: 10px;
  }
  input[type=checkbox] + label.check_style1 {
    font-size: 15px;
  }
  input[type=text] {
    width: 87%;
  }
}

@media screen and (max-width: 450px) {
  section .wrap .sec_tit h2 {
    font-size: 30px;
    text-align: center;
  }
  section.sec2 .wrap .sec_con .con_tit h2 {
    font-size: 60px;
  }
  section.sec2 .wrap .sec_con .con_tit h3 {
    font-size: 30px;
    top: -30px;
  }
}



































*/