#sec_01 {
  width: 100%;
  max-width: 95%;
  height: auto;
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/main/sec_01_background.png) no-repeat center / cover;
  margin: 50px auto;
  border-radius: 50px;
  overflow: hidden;
}

#sec_01 .wrap {
  width: auto;
  height: auto;
  text-align: center;
}

#sec_01 .wrap img {
  width: auto;
  height: auto;
  margin-bottom: 20px;
  cursor: pointer;
}

#sec_01 .wrap .slide {
  width: 100%;
  height: auto;
  min-height: 140px;
  position: relative;
} 

#sec_01 .wrap .slide .item {
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.5s;
}

#sec_01 .wrap .slide .item.active {
  opacity: 1;
}

#sec_01 .wrap .slide .item h2 {
  font-family: "SB_M";
  font-weight: normal;
  font-size: 60px;
  color: #fff;
}

#sec_01 .wrap .slide .item h3 {
  font-family: "SB_M";
  font-weight: normal;
  font-size: 40px;
  color: #fbe000;
}

#sec_02 {
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
}

.sub_tit {
  font-family: "SB_L";
  font-weight: 100;
  font-size: 30px;
  margin-bottom: 100px;
}

.sub_tit span {
  font-family: "SB_M";
  font-weight: normal;
}

#sec_02 img {
  width: auto;
  height: auto;
  margin-bottom: 100px;
}

.go_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 330px;
  height: 52px;
  color: #fff;
  font-family: "PT_B";
  font-size: 20px;
  cursor: pointer;
  background: #455ef6;
  border-radius: 100px;
  margin: 0 auto;
}

#sec_03 {
  width: 100%;
  height: auto;
  padding: 100px 0;
  background: #F5F5F5;
  text-align: center;
}

#sec_03 .wrap {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sec_03 .wrap img {
  width: auto;
  height: auto;
  margin-right: 50px;
}

#sec_03 .wrap img:last-of-type {
  margin-right: 0;
}

#sec_04 {
  width: 100%;
  height: auto;
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center; 
}

#sec_04 .wrap {
  width: 100%;
  max-width: 1400px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#sec_04 .wrap .text {
  width: auto;
  height: auto;
}

#sec_04 .wrap .text .sub_tit {
  margin-bottom: 50px;
}

#sec_04 .wrap .text h3 {
  font-family: "SB_L";
  font-weight: 100;
  font-size: 40px;
  margin-bottom: 50px;
}

#sec_04 .wrap .text h3 span {
  font-family: "SB_M";
  font-weight: normal;
}

#sec_04 .wrap .text .go_btn {
  margin: 0;
}

#sec_04 .wrap .video {
  width: 100%;
  max-width: 800px;
  height: 450px;
  cursor: pointer;
}

#sec_04 .wrap .video img {
  width: 100%;
  height: auto;
}

#sec_05 {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
  text-align: center;
}

#sec_05 .wrap {
  width: 100%;
  max-width: 1500px;
  height: auto;
  margin: 0 auto;
}

#sec_05 .wrap iframe {
  width: 266px;
  height: 500px;
}

#sec_06 {
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
}

#sec_06 .wrap {
  width: 100%;
  max-width: 1000px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

#sec_06 .wrap img {
  width: auto;
  height: auto;
}

#sec_07 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sec_07 img {
  width: auto;
  height: auto;
}

#sec_08 {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 100px 0;
}

#sec_08  h2 {
  font-size: 40px;
  font-family: "SB_L";
  font-weight: 100;
  margin-bottom: 100px;
}

#sec_08  h2 span {
  font-family: "SB_M";
  color: #455ef6;
}

#sec_08  .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
}

#sec_08  .wrap img {
  width: auto;
  height: auto;
}

#sec_09 {
  width: 100%;
  height: auto;
  padding: 100px 0;
}

#sec_09 h2 {
  text-align: center;
}

#sec_09 .wrap {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#sec_10 {
  width: 100%;
  height: auto;
  padding: 100px 0;
}

#sec_10 h2 {
  text-align: center;
}

#sec_10 .wrap {
  width: 100%;
  max-width: 1200px;
  height: auto;
  padding: 80px 0;
  background: #F5F5F5;
  margin: 0 auto;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sec_10 .wrap form {
  width: 100%;
  max-width: 600px;
  height: auto;
}

#sec_10 .wrap form .inner {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}

#sec_10 .wrap form .inner label {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
	font-family: 'PB_M';
	font-weight: normal;
  font-size: 18px;
  color: #242424;
}

/* #sec_10 .wrap form .inner label span {
  font-family: 'PB_R';
	font-weight: normal;
  color: #38383a;
  font-size: 14px;
} */

#sec_10 .wrap form .inner input {
  width: 100%;
  height: 30px;
  font-size: 14px;
  font-family: "PT_R";
	font-weight: normal;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 0 10px;
}

#sec_10 .wrap form .inner.inner_2 input {
  width: 285px;
}

#sec_10 .wrap form .inner.inner_3 input {
  width: 180px;
}

#sec_10 .wrap form .inner input[type=file] {
  font-size: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
}

#sec_10 .wrap form .text_inner {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

#sec_10 .wrap form .text_inner p {
  margin-bottom: 10px;
	font-family: 'PB_M';
	font-weight: normal;
  font-size: 18px;
  color: #242424;
}

#sec_10 .wrap form .text_inner textarea {
  resize: none;
  width: 100%;
  height: 75px;
  overflow-y: scroll;
  font-family: "PT_R";
	font-weight: normal;
  font-size: 14px;
  padding: 15px 10px;
  color: #BDBDBD;
  border: 1px solid #d9d9d9;
}

#sec_10 .wrap form .text_inner:last-of-type {
  margin-bottom: 30px;
}

#sec_10 .wrap form input[type=submit] {
  width: 160px;
  height: 40px;
  border: none;
  background: #455EF6;
  font-size: 20px;
  font-weight: bold;
  font-family: "PT_B";
  color: #fff;
  display: block;
  margin: 0 auto;
}

@media (max-width: 1400px) {
  #sec_04 .wrap {
    max-width: 95%;
    flex-wrap: wrap;
    justify-content: center;
  }

  #sec_04 .wrap .text {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }

  #sec_04 .wrap .text .go_btn {
    margin: 0 auto;
  }

  #sec_05 .wrap {
    max-width: 95%;
  }
}

@media (max-width: 1200px) {
  #sec_01 .wrap img {
    width: 280px;
  }

  #sec_01 .wrap .slide .item h2 {
    font-size: 42px;
  }

  #sec_01 .wrap .slide .item h3 {
    font-size: 32px;
  }

  #sec_01 .wrap .slide {
    min-height: 95px;
  }

  #sec_02 img {
    width: 800px;
  }

  #sec_03 .wrap img {
    width: 250px;
  }

  #sec_06 .wrap {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 450px;
  }

  #sec_06 .wrap img:first-of-type {
    margin-bottom: 50px;
  }

  #sec_07 img {
    width: 90%;
  }

  #sec_08 h2 {
    font-size: 32px;
  }

  #sec_08 .wrap img {
    width: 250px;
  }

  #sec_08 .wrap {
    max-width: 850px;
  }

  #sec_10 .wrap {
    max-width: 90%;
  }
}

@media (max-width: 1000px) {
  #sec_05 .wrap iframe {
    width: 225px;
    height: 400px;
  }

  #sec_09 .wrap {
    max-width: 95%;
  }
}

@media (max-width: 900px) {
  #sec_02 {
    padding: 50px 0;
  }

  .sub_tit {
    margin-bottom: 50px;
  }

  #sec_02 img {
    width: 90%;
    margin-bottom: 50px;
  }

  .go_btn {
    width: 240px;
    height: 45px;
  }

  #sec_03 .wrap {
    flex-wrap: wrap;
    width: 240px;
    margin: 0 auto;
  }

  #sec_03 .wrap img {
    margin-right: 0;
    margin-bottom: 30px;
  }

  #sec_03 .wrap img:last-of-type {
    margin-bottom: 0;
  }

  #sec_04 .wrap .text h3 {
    font-size: 32px;
  }

  #sec_04 .wrap .video {
    max-width: 90%;
    height: auto;
  }

  #sec_08 h2 {
    font-size: 26px;
    margin-bottom: 50px;
  }

  #sec_08 .wrap {
    flex-wrap: wrap;
    max-width: 250px;
  }

  #sec_08 .wrap img {
    margin-bottom: 30px;
  }

  #sec_08 .wrap img:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 700px) {
  #sec_01 .wrap img {
    width: 200px;
  }

  #sec_01 .wrap .slide .item h2 {
    font-size: 28px;
  }

  #sec_01 .wrap .slide .item h3 {
    font-size: 24px;
  }

  #sec_01 .wrap .slide {
    min-height: 62px;
  }

  .sub_tit {
    font-size: 24px;
  }

  #sec_05 .wrap {
    max-width: 225px;
  }

  #sec_10 {
    padding: 50px 0;
  }

  #sec_10 .wrap form {
    max-width: 95%;
  }

  #sec_10 .wrap {
    padding: 50px 0;
    border-radius: 20px;
  }

  #sec_10 .wrap form .inner.inner_2 input,
  #sec_10 .wrap form .inner.inner_3 input {
    width: 100%;
    margin-bottom: 20px;
  }

  #sec_10 .wrap form .inner .item {
    width: 100%;
  }

  #sec_10 .wrap form .inner.inner_3 .box {
    width: 100%;
  }
}

@media (max-width: 500px) {
  body {
    padding-top: 50px;
  }

  #sec_01 {
    padding: 50px 0;
  }

  #sec_01 .wrap .slide .item h2 {
    font-size: 20px;
  }

  #sec_01 .wrap .slide .item h3 {
    font-size: 16px;
  }

  #sec_01 .wrap .slide {
    min-height: 43px;
  }

  .sub_tit {
    font-size: 20px;
  }

  .go_btn {
    width: 200px;
    font-size: 16px;
  }

  #sec_03 {
    padding: 50px 0;
  }

  #sec_03 .wrap img {
    width: 200px;
  }

  #sec_04 {
    padding: 50px 0;
  }

  #sec_04 .wrap .text h3 {
    font-size: 24px;
  }

  #sec_05 {
    margin-bottom: 50px;
  }

  #sec_06 {
    padding: 50px 0;
  }

  #sec_06 .wrap img {
    width: 300px;
  }

  #sec_08 {
    padding: 50px 0;
  }

  #sec_08 h2 {
    font-size: 18px;
  }

  #sec_08 .wrap img {
    width: 200px;
  }

  #sec_08 .wrap {
    max-width: 200px;
  } 

  .list_board {
    padding: 30px;
  }

  .list_board .title h3 {
    font-size: 18px;
  }

  .list_board .title i {
    font-size: 20px;
  }

  .list_board .list_inner .list_zone a {
    font-size: 16px;
  }

  .list_board .list_inner .list_zone span {
    font-size: 14px;
  }

  #sec_09 {
    padding: 50px 0;
  }
}

@media(max-width:400px) {
  #sec_01 .wrap img {
    width: 180px;
  }

  #sec_01 .wrap .slide .item h2 {
    font-size: 16px;
  }

  #sec_01 .wrap .slide .item h3 {
    font-size: 14px;
  }

  .go_btn {
    width: 140px;
    height: 40px;
    font-size: 14px;
  }

  .sub_tit {
    font-size: 16px;
  }

  #sec_04 .wrap .text h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }

  #sec_05 .wrap iframe {
    width: 170px;
    height: 300px;
  }

  #sec_05 .wrap {
    max-width: 170px;
  }

  #sec_06 .wrap img {
    width: 200px;
  }

  #sec_06 .wrap {
    max-width: 200px;
  }

  #sec_06 .wrap img:first-of-type {
    margin-bottom: 30px;
  }

  #sec_08 h2 {
    font-size: 16px;
  }

  .list_board .title h3 {
    font-size: 16px;
  }

  .list_board .title i {
    font-size: 18px;
  }

  .list_board .list_inner .list_zone a {
    font-size: 14px;
  }

  .list_board .list_inner .list_zone span {
    font-size: 12px;
  }

  #sec_10 .wrap form .inner label {
    font-size: 12px;
  }

  #sec_10 .wrap form .inner label span {
    font-size: 10px;
  }

  #sec_10 .wrap form .inner input {
    height: 25px;
  }

  #sec_10 .wrap form .text_inner p {
    font-size: 12px;
  }

  #sec_10 .wrap form input[type=submit] {
    width: 120px;
    height: 35px;
    font-size: 18px;
  }

  #sec_10 .wrap form .inner input[type=file] {
    font-size: 8px;
  }

  #sec_10 .wrap form .inner {
    margin-bottom: 0;
  }

  #sec_10 .wrap form .inner:nth-of-type(5) {
    margin-bottom: 20px;
  }
}