#sec_01 {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 2;
  overflow: hidden;
}

#sec_01 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  filter: brightness(0.4);
}

#sec_01 .wrap {
  width: 100%;
  height: auto;
}

#sec_01 .wrap .title {
  width: auto;
  height: auto;
  margin: 0 auto 180px;
  text-align: center;
}

#sec_01 .wrap .title .appeal {
  width: 500px;
  height: 50px;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #AF1E23;
  font-family: 'GM_M';
	font-weight: normal;
  font-size: 30px;
  color: #fff;
  margin: 0 auto 45px;
}

#sec_01 .wrap .title .count {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#sec_01 .wrap .title .count .txt {
  font-family: 'GM_B';
	font-weight: bold;
  font-size: 30px;
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 26%;
}

#sec_01 .wrap .title .count .num {
  font-family: 'VC';
	font-weight: normal;
  font-size: 5.2vw;
  color: #FFCC00;
  margin-bottom: -10px;
}

#sec_01 .wrap .title .count .unit {
  font-family: 'GM_B';
	font-weight: bold;
  font-size: 50px;
  color: #fff;
  position: absolute;
  bottom: 10px;
  right: 29%;
}

#sec_01 .wrap .info_bar {
  width: 100%;
  height: auto;
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #AF1E23;
  position: relative;
}

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

#sec_01 .wrap .info_bar .inner .txt {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

#sec_01 .wrap .info_bar .inner .txt:last-of-type {
  text-align: right;
}

#sec_01 .wrap .info_bar .inner .txt .sm {
  font-family: 'GM_M';
	font-weight: normal;
  font-size: 30px;
  color: #FFCC00;
}

#sec_01 .wrap .info_bar .inner .txt .big {
  font-family: 'GM_B';
	font-weight: bold;
  font-size: 70px;
  color: #fff;
}

#sec_01 .wrap .info_bar .inner .txt .big span {
  font-family: 'GM_M';
	font-weight: normal;
  font-size: 30px;
}

#sec_01 .wrap .info_bar img {
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

#sec_01 .wrap .line {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6B0307;
  padding: 18px 0;
}

#sec_01 .wrap .line img {
  width: auto;
  height: auto;
}

#sec_02 {
  width: 100%;
  height: auto;
  padding: 100px 0;
  background: url(../img/main/sec_02_bg.png) no-repeat center /cover;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
}

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

#sec_02 p {
  font-family: 'YeongyanggunEumsikdimibang';
  font-weight: normal;
  font-size: 30px;
  color: #2C2C2C;
}

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

#sec_03 h2 {
  font-family: 'GM_M';
	font-weight: normal;
  font-size: 50px;
  color: #2C2C2C;
  margin-bottom: 75px;
}

#sec_03 h2 span {
  font-family: 'GM_B';
	font-weight: bold;
}

#sec_03 .wrap {
  width: 100%;
  max-width: 1600px;
  height: auto;
  position: relative;
  margin: 0 auto;
}

#sec_03 .wrap .btn_wrap {
  width: 150px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background: #F9F3EA;
}

#sec_03 .wrap .btn_wrap button {
  width: auto;
  height: auto;
  border: none;
  background: none;
}

#sec_03 .wrap .btn_wrap button img {
  width: auto;
  height: auto;
}

#sec_03 .wrap .slide_wrap {
  width: 100%;
  height: auto;
  padding: 50px 50px 0;
  border-radius: 50px;
  border: 1px solid #2C2C2C;
}

#sec_03 .wrap .slide_wrap .slide {
  width: 100%;
  height: auto;
  overflow-x: clip;
}

#sec_03 .wrap .slide_wrap .slide .item_wrap {
  width: auto;
  height: auto;
  position: relative;
  padding-bottom: 50px;
  margin: 0 25px;
}

#sec_03 .wrap .slide_wrap .slide .item_wrap .item {
  padding: 50px 50px 0;
  background: #AF1E23;
}

#sec_03 .wrap .slide_wrap .slide .item_wrap .item img {
  width: 100%;
  height: auto;
}

#sec_03 .wrap .slide_wrap .slide .item_wrap .item p {
  width: 100%;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'GM_B';
	font-weight: bold;
  font-size: 30px;
  color: #FFFDF5;
}

#sec_03 .wrap .slide_wrap .slide .item_wrap .active {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% - 50px);
  width: 100%;
  opacity: 0;
}

#sec_03 .wrap .slide_wrap .slide .item_wrap.slick-center .active {
  opacity: 1;
}

#sec_03 .wrap .slide_wrap .slide .item_wrap .active .box {
  width: 100%;
  height: 50px;
  background: #AF1E23;
}

#sec_03 .wrap .slide_wrap .slide .item_wrap .active img {
  width: 100%;
  height: auto;
}

#sec_03 .slick-list {
  overflow: unset;
}

#sec_04 {
  width: 100%;
  height: auto;
  position: relative;
  padding: 40px 0;
  background: #AF1E23;
  text-align: center;
  overflow-x: clip;
}

#sec_04 p {
  font-family: 'GM_B';
	font-weight: bold;
  font-size: 50px;
  color: #fff;
}

#sec_04 p span {
  color: #AF1E23;
  position: relative;
  z-index: 1;
}

#sec_04 p span::after {
  content: "";
  width: 170px;
  height: 64px;
  border-radius: 30px;
  background: #FFCC00;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%);
  z-index: -1;
}

#sec_04 .item {
  width: auto;
  height: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#sec_04 .item img {
  width: auto;
  height: auto;
}

#sec_05 {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 100px 0;
  background: url(../img/main/sec_05_bg.png) no-repeat center / cover;
  overflow: hidden;
}

#sec_05 h2 {
  font-family: 'GM_B';
	font-weight: bold;
  font-size: 50px;
  color: #2C2C2C;
  margin-bottom: 20px;
}

#sec_05 p {
  font-family: 'GM_M';
	font-weight: normal;
  font-size: 30px;
  color: #2C2C2C;
  margin-bottom: 50px;
}

#sec_05 p span {
  color: #AF1E23;
}

#sec_05 .wrap {
  width: 100%;
  max-width: 1600px;
  height: auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}

#sec_05 .wrap img {
  width: calc((100% - 100px) / 2);
  height: auto;
}

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

#sec_06 h2 {
  font-family: 'GM_B';
	font-weight: bold;
  font-size: 50px;
  color: #fff;
  margin-bottom: 50px;
}

#sec_06 .wrap {
  width: 100%;
  max-width: 1400px;
  height: auto;
  padding: 50px;
  background: rgba(000,000,000,0.5);
  border-radius: 50px;
  margin: 0 auto;
  animation: shadowPulse 3s infinite ease-out;
  animation-delay: 1.5s;
}

#sec_06 .wrap .box {
  width: 100%;
  height: 480px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: rgba(000,000,000,0.5);
  animation: shadowPulse 3s infinite ease-out;
}

@keyframes shadowPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0,0,0,0);          /* 시작: 없음 */
  }
  30% {
    box-shadow: 0 0 30px 20px rgba(0,0,0,0.9);  /* 확 퍼짐 + 진하게 */
  }
  60% {
    box-shadow: 0 0 45px 35px rgba(0,0,0,0.4);  /* 더 넓어지면서 서서히 흐려짐 */
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0,0,0,0);          /* 다시 초기화 */
  }
}

#sec_06 .wrap .box .txt {
  width: auto;
  height: auto;
}

#sec_06 .wrap .box .ride {
  width: auto;
  height: auto;
  position: absolute;
  right: -20px;
  bottom: -20px;
}

#sec_06 .bg {
  width: auto;
  height: auto;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

#sec_07 {
  width: 100%;
  height: auto;
  padding: 100px 0 180px;
  background: url(../img/main/sec_07_bg.png) no-repeat center / cover;
  overflow: hidden;
}

#sec_07 .title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}

#sec_07 .title p {
  font-family: 'GM_B';
	font-weight: bold;
  font-size: 50px;
  color: #2C2C2C;
}

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

#sec_07 .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

#sec_08 {
  width: 100%;
  height: auto;
  position: relative;
  background: #AF1E23;
}

#sec_08 .item {
  width: 1200px;
  height: auto;
  border-radius: 1000px;
  padding: 30px;
  background: #FFCC00;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -130px;
  z-index: 2;
}

#sec_08 .item .inner {
  width: 100%;
  height: auto;
  padding: 70px 0;
  border-radius: 1000px;
  background: #2C2C2C;
  text-align: center;
}

#sec_08 .item .inner h2 {
  font-family: 'GM_B';
	font-weight: bold;
  font-size: 50px;
  color: #FFCC00;
  margin-bottom: 30px;
}

#sec_08 .item .inner h2 span {
  color: #fff;
}

#sec_08 .item .inner p {
  font-family: 'GM_M';
	font-weight: normal;
  font-size: 30px;
  color: #FFCC00;
}

#sec_08 .wrap {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}

#sec_08 .wrap .box {
  width: 100%;
  height: 670px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 50px;
  padding-bottom: 100px;
  text-align: center;
  border-right: 1px solid #EBD5D6;
  position: relative;
  overflow: hidden;
  background: #AF1E23;
}

#sec_08 .wrap .box:last-of-type {
  border-right: 0;
}

#sec_08 .wrap .box > * {
  position: relative;
  z-index: 1;
}

#sec_08 .wrap .box::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 0.5s ease-out;
}

#sec_08 .wrap .box:hover::before {
  opacity: 1;
}

#sec_08 .wrap .box:nth-of-type(1)::before {
  background-image: url(../img/main/sec_08_item_01.png);
}

#sec_08 .wrap .box:nth-of-type(2)::before {
  background-image: url(../img/main/sec_08_item_02.png);
}

#sec_08 .wrap .box:nth-of-type(3)::before {
  background-image: url(../img/main/sec_08_item_03.png);
}

#sec_08 .wrap .box:nth-of-type(4)::before {
  background-image: url(../img/main/sec_08_item_04.png);
}

#sec_08 .wrap .box .step {
  width: 150px;
  height: 50px;
  border-radius: 50px;
  background: #fff;
  padding: 5px;
}

#sec_08 .wrap .box:hover .step {
  background: #AF1E23;
}

#sec_08 .wrap .box .step span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  border: 1px solid #AF1E23;
  font-family: 'GM_M';
	font-weight: normal;
  font-size: 20px;
  color: #AF1E23;
}

#sec_08 .wrap .box:hover .step span {
  border: 1px solid #FFFDF5;
  color: #FFFDF5;
}

#sec_08 .wrap .box .tit {
  font-family: 'GM_B';
	font-weight: bold;
  font-size: 30px;
  color: #FFFDF5;
}

#sec_08 .wrap .box .info {
  font-family: 'GM_M';
	font-weight: normal;
  font-size: 20px;
  color: #FFFDF5;
}

#sec_09 {
  width: 100%;
  height: 870px;
  display: flex;
  overflow: hidden;
}

#sec_09 .title {
  width: 41.67%;
  height: 100%;
  background: url(../img/main/sec_09_bg.png) no-repeat center / cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  gap: 50px;
}

#sec_09 .title .txt {
  width: 390px;
  height: auto;
}

#sec_09 .title .txt h2 {
  font-family: 'GM_B';
	font-weight: bold;
  font-size: 50px;
  color: #2C2C2C;
  margin-bottom: 30px;
}

#sec_09 .title .txt h2 span {
  color: #AF1E23;
}

#sec_09 .title .txt p {
  font-family: 'GM_M';
	font-weight: normal;
  font-size: 20px;
  color: #2C2C2C;
}

#sec_09 .title .item {
  width: auto;
  height: auto;
}

#sec_09 .title .stamp {
  width: auto;
  height: auto;
  position: absolute;
  right: 50px;
  top: 50px;
}

#sec_09 .slide_wrap {
  width: 58.33%;
  height: 100%;
  background: #FFFDF5;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 50px;
}

#sec_09 .slide_wrap .inner {
  width: 100%;
  max-width: 910px;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

#sec_09 .slide_wrap .inner .box {
  width: 100%;
  height: auto;
}

#sec_09 .slide_wrap .inner .box p {
  font-family: 'GM_B';
	font-weight: bold;
  font-size: 30px;
  color: #2C2C2C;
  margin-bottom: 30px;
}

#sec_09 .slide_wrap .inner .box .slide_box {
  width: 100%;
  height: auto;
  position: relative;
}

#sec_09 .slide_wrap .inner .box .slide_box .slide {
  width: 100%;
  height: auto;
}

#sec_09 .slide_wrap .inner .box .slide_box .slide img {
  width: auto;
  height: auto;
  margin: 0 25px;
}

#sec_09 .slick-slide {
  margin: 0 25px;
}

#sec_09 .slick-list {
  margin: 0 -25px;
}

#sec_09 .slide_wrap .inner .box .slide_box button {
  width: auto;
  height: auto;
  border: none;
  background: none;
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
}

#sec_09 .slide_wrap .inner .box .slide_box button img {
  width: auto;
  height: auto;
}

#sec_10 {
  width: 100%;
  height: auto;
  background: url(../img/main/sec_10_bg.png) no-repeat center / cover;
  padding: 100px 0;
  text-align: center;
  overflow: hidden;
}

#sec_10 h2 {
  font-family: 'GM_B';
	font-weight: bold;
  font-size: 30px;
  color: #fff;
  margin-bottom: 30px;
}

#sec_10 h2 span {
  font-family: 'GM_M';
	font-weight: normal;
}

#sec_10 .slide {
  width: 100%;
  max-width: 1390px;
  height: auto;
  margin: 0 auto;
}

#sec_10 .slick-slide {
  margin: 0 25px;
}

#sec_10 .slick-list {
  margin: 0 -25px;
}

#sec_10 .slide:first-of-type {
  margin-bottom: 50px;
}

#sec_10 .slide img {
  width: auto;
  height: auto;
}

#sec_11 {
  width: 100%;
  height: auto;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding: 100px 0;
  background: url(../img/main/sec_11_bg.png) no-repeat center / cover;
}

#sec_11 h2 {
  font-family: 'GM_B';
	font-weight: bold;
  font-size: 50px;
  color: #FFFDF5;
}

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

#sec_12 {
  width: 100%;
  height: auto;
  padding: 100px 0;
  background: url(../img/main/sec_12_bg.png) no-repeat center / cover;
  text-align: center;
  overflow: hidden;
}

#sec_12 .title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
}

#sec_12 .title img {
  width: auto;
  height: auto;
}

#sec_12 .title h2 {
  font-family: 'GM_B';
	font-weight: bold;
  font-size: 60px;
  color: #2D2D2D;
  flex-shrink: 0;
}

#sec_12 .title h2 span {
  color: #AF1E23;
}

#sec_12 .slide {
  width: 100%;
  max-width: 1390px;
  height: auto;
  margin: 0 auto;
}

#sec_12 .slide img {
  width: auto;
  height: auto;
}

#sec_12 .slick-slide {
  margin: 0 25px;
}

#sec_12 .slick-list {
  margin: 0 -25px;
}

#sec_13 {
  width: 100%;
  height: auto;
  background: #2C2C2C;
  padding: 30px 0;
  overflow: hidden;
}

#sec_13 img {
  width: auto;
  height: auto;
  animation: marquee 40s linear infinite;
}

#sec_13 img:hover {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

#sec_14 {
  width: 100%;
  height: auto;
  padding: 100px 0;
  background: #FFFDF5;
}

#sec_14 h2 {
  font-family: 'GM_B';
	font-weight: bold;
  font-size: 50px;
  text-align: center;
  color: #2C2C2C;
  margin-bottom: 100px;
}

#sec_14 .faq_item {
  width: 100%;
  max-width: 1400px;
  height: auto;
  max-height: 100px;
  margin:  0 auto;
  transition: all 0.5s;
  overflow: hidden;
}

#sec_14 .faq_item.active {
  max-height: 600px;
}

#sec_14 .faq_item .faq_q {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  cursor: pointer;
}

#sec_14 .faq_item:first-of-type .faq_q {
  border-top: 0;
}

#sec_14 .faq_item .faq_q .title {
  display: flex;
  align-items: center;
  gap: 30px;
  font-family: 'GM_M';
	font-weight: normal;
  font-size: 30px;
  color: #2C2C2C;
}

#sec_14 .faq_item .faq_q .title .mark {
  width: auto;
  height: auto;
}

#sec_14 .faq_item .faq_q .arrow {
  width: auto;
  height: auto;
}

#sec_14 .faq_item .faq_a {
  width: 100%;
  height: auto;
  padding: 20px 130px;
  background: #FFFBEB;
  font-family: 'GM_M';
	font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #2C2C2C;
}

#sec_15 {
  width: 100%;
  height: auto;
  padding: 100px 0;
  background: url(../img/main/sec_15_bg.png) no-repeat center / cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sec_15 .wrap {
  width: 100%;
  max-width: 1000px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

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

#sec_15 .wrap form h2 {
  font-family: 'YeongyanggunEumsikdimibang';
  font-size: 50px;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}

#sec_15 .wrap form input:not([type="checkbox"]) {
  width: 100%;
  height: 50px;
  border: none;
  background: none;
  border-bottom: 1px solid #FFFDF5;
  padding: 0 20px;
  font-family: 'GM_B';
	font-weight: bold;
  font-size: 18px;
  color: #FFFDF5;
}

#sec_15 .wrap form input:not([type="checkbox"])::placeholder {
  color: #FFFDF5;
}

#sec_15 .wrap form .agree_box {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}

#sec_15 .agree_box input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;   
  cursor: pointer;
  vertical-align: middle;
  background: #fff;
  border: none;
}

#sec_15 .agree_box input[type="checkbox"]:checked {
  background: #D0533E; 
}


#sec_15 .wrap form .agree_box label {
  font-family: 'GM_M';
	font-weight: normal;
  font-size: 16px;
  color: #FFFDF5;
  cursor: pointer;
}

#sec_15 .wrap form button {
  border: none;
  width: 100%;
  height: 50px;
  border-radius: 50px;
  background: #D0533E;
  font-family: 'GM_B';
	font-weight: bold;
  font-size: 20px;
  color: #FFFDF5;
}

#sec_16 {
  width: 100%;
  height: auto;
  background: #FFFDF5;
  padding: 100px 0;
}

#sec_16 h2 {
  font-family: 'GM_B';
	font-weight: bold;
  font-size: 50px;
  color: #2C2C2C;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 1600px) {
  #sec_01 .wrap .info_bar .inner {
    max-width: 90%;
  }

  #sec_01 .wrap .info_bar .inner .txt .sm {
    font-size: 24px;
  }

  #sec_01 .wrap .info_bar .inner .txt .big {
    font-size: 52px;
  }

  #sec_01 .wrap .info_bar img {
    width: 450px;
  }

  #sec_01 .wrap .title .count .txt {
    font-size: 24px;
  }

  #sec_01 .wrap .title .count .unit {
    font-size: 40px;
  }

  #sec_01 .wrap .title .count .num {
    font-size: 5.5vw;
  }

  #sec_01 .wrap .title .appeal {
    width: 400px;
    font-size: 24px;
  }

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

  #sec_03 .wrap .slide_wrap .slide .item_wrap .item p {
    font-size: 24px;
  }

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

  #sec_07 .wrap {
    max-width: 90%;
    margin: 0 auto;
  }

  #sec_09 .title .item {
    width: 90%;
  }

  #sec_09 .title .txt {
    width: 300px;
  }

  #sec_09 .title {
    width: 36%;
  }

  #sec_09 .slide_wrap {
    width: 64%;
  }

  #sec_09 .slide_wrap .inner {
    max-width: 85%;
  }
}

@media (max-width: 1400px) {
  #sec_01 .wrap .title .count .txt {
    bottom: 0;
  }

  #sec_01 .wrap .title .count .unit {
    bottom: 0;
  }

  #sec_03 h2 {
    font-size: 42px;
  }

  #sec_03 .wrap .slide_wrap .slide .item_wrap {
    margin: 0 10px;
  }

  #sec_03 .wrap .slide_wrap .slide .item_wrap .item p {
    font-size: 20px;
  }

  #sec_04 .item img {
    width: 300px;
  }

  #sec_04 p {
    font-size: 36px;
  }

  #sec_04 p span::after {
    width: 120px;
    height: 43px;
  }

  #sec_05 h2 {
    font-size: 42px;
  }

  #sec_05 p {
    font-size: 24px;
  }

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

  #sec_06 .wrap .box .txt {
    width: 700px;
  }

  #sec_06 h2 {
    font-size: 42px;
  }

  #sec_06 .wrap .box .ride {
    width: 200px;
  }

  #sec_07 .title p {
    font-size: 42px;
  }

  #sec_07 .title img {
    width: 300px;
  }

  #sec_08 .item {
    width: 1000px;
  }

  #sec_08 .item .inner h2 {
    font-size: 42px;
  }

  #sec_08 .item .inner p {
    font-size: 24px;
  }

  #sec_08 .wrap {
    flex-wrap: wrap;
  }

  #sec_08 .wrap .box {
    width: 50%;
  }

  #sec_08 .wrap .box:nth-of-type(1),
  #sec_08 .wrap .box:nth-of-type(2) {
    border-bottom: 1px solid #FFFDF5;
  }

  #sec_09 .title .stamp {
    width: 60px;
  }

  #sec_09 {
    height: 700px;
  }

  #sec_09 .title .txt h2 {
    font-size: 42px;
  }

  #sec_09 .title .txt p {
    font-size: 18px;
  }

  #sec_09 .slide_wrap .inner .box p {
    font-size: 24px;
  }

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

  #sec_11 img {
    width: 90%;
  }

  #sec_11 h2 {
    font-size: 42px;
  }

  #sec_12 .title h2 {
    font-size: 46px;
  }

  #sec_12 .title img {
    width: 300px;
    height: 30px;
    object-fit: cover;
  }

  #sec_12 .slide {
    max-width: 90%;
  }

  #sec_14 h2 {
    font-size: 42px;
  }

  #sec_14 .faq_item {
    max-width: 90%;
  }

  #sec_14 .faq_item .faq_a br {
    display: none;
  }
}

@media (max-width: 1200px) {
  #sec_01 {
    height: auto;
    padding-top: 200px;
  }

  #sec_01 .wrap .title .count {
    flex-wrap: wrap;
    gap: 30px;
  }
  
  #sec_01 .wrap .title .count .txt {
    width: 100%;
    position: unset;
    transform: unset;
  }

  #sec_01 .wrap .title .count .txt br {
    display: none;
  }

  #sec_01 .wrap .title .count .num {
    font-size: 7vw;
  }

  #sec_01 .wrap .title .count .unit {
    right: 23%;
  }

  #sec_01 .wrap .title {
    margin: 0 auto 100px;
  }

  #sec_01 .wrap .info_bar {
    padding: 0;
    padding-top: 50px;
  }
  
  #sec_01 .wrap .info_bar .inner {
    justify-content: center;
    flex-wrap: wrap;
  }

  #sec_01 .wrap .info_bar .inner .txt {
    width: 50%;
    margin-bottom: 30px;
  }

  #sec_01 .wrap .info_bar img {
    position: unset;
    transform: unset;
    order: 2;
  }

  #sec_02 {
    flex-wrap: wrap;
    gap: 50px;
  }

  #sec_02 p {
    width: 100%;
    text-align: center;
  }

  #sec_03 h2 {
    font-size: 36px;
  }

  #sec_03 .wrap .slide_wrap {
    padding: 30px 30px 0;
  }

  #sec_03 .wrap .slide_wrap .slide .item_wrap {
    padding-bottom: 30px;
  }

  #sec_03 .wrap .slide_wrap .slide .item_wrap .active .box {
    height: 30px;
  }

  #sec_03 .wrap .slide_wrap .slide .item_wrap .active {
    top: calc(100% - 30px);
  }

  #sec_03 .wrap .btn_wrap button img {
    width: 40px;
  }

  #sec_03 .wrap .btn_wrap {
    top: -20px;
  }

  #sec_03 .wrap .slide_wrap .slide .item_wrap .item {
    padding: 30px 30px 0;
  }

  #sec_03 .wrap .slide_wrap .slide .item_wrap .item p {
    font-size: 18px;
    height: 140px;
  }

  #sec_04 .item img {
    width: 200px;
  }

  #sec_04 p {
    font-size: 24px;
  }

  #sec_04 p span::after {
    width: 80px;
    height: 26px;
  }

  #sec_05 .wrap {
    gap: 50px;
  }

  #sec_05 .wrap img {
    width: calc((100% - 50px) / 2);
  }

  #sec_06 h2 {
    font-size: 36px;
  }

  #sec_06 .wrap .box .txt {
    width: 600px;
  }

  #sec_06 .wrap .box {
    height: 350px;
  }

  #sec_06 .wrap .box .ride {
    width: 160px;
  }

  #sec_07 .title p {
    font-size: 36px;
  }

  #sec_07 .title img {
    width: 250px;
  }

  #sec_07 .wrap {
    flex-direction: column;
  }

  #sec_08 .item .inner h2 {
    font-size: 36px;
  }

  #sec_08 .item .inner p {
    font-size: 20px;
  }

  #sec_08 .item .inner {
    padding: 50px 0;
  }

  #sec_08 .item {
    width: 700px;
  }

  #sec_08 .wrap .box {
    height: 550px;
    padding-bottom: 50px;
  }

  #sec_09 {
    height: auto;
    flex-wrap: wrap;
  }

  #sec_09 .title {
    width: 100%;
    padding: 100px 5% 0;
    flex-direction: row;
    justify-content: space-between;
  }

  #sec_09 .title .item {
    width: 300px;
  }

  #sec_09 .title .stamp {
    width: 40px;
    left: 50px;
  }

  #sec_09 .slide_wrap {
    width: 100%;
    padding: 100px 5%;
  }

  #sec_09 .slide_wrap .inner {
    max-width: 90%;
  }

  #sec_10 .slick-slide {
    margin: 0 10px;
  }

  #sec_10 .slick-list {
    margin: 0 -10px;
  }

  #sec_10 h2 {
    font-size: 24px;
  }

  #sec_11 h2 {
    font-size: 36px;
  }

  #sec_12 .title h2 {
    font-size: 42px;
  }

  #sec_12 .title img {
    width: 250px;
    height: 30px;
  }

  #sec_13 img {
    height: 300px;
  }

  #sec_14 h2 {
    font-size: 36px;
  }

  #sec_14 .faq_item .faq_q .title .mark {
    width: 40px;
  }

  #sec_14 .faq_item .faq_q .title {
    font-size: 24px;
  }

  #sec_14 .faq_item .faq_a {
    padding: 20px 120px;
    font-size: 18px;
  }

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

  #sec_16 h2 {
    font-size: 42px;
  }
}

@media (max-width: 900px) {
  #sec_01 {
    padding-top: 150px;
  }

  #sec_01 .wrap .title .appeal {
    width: 350px;
    height: 40px;
    font-size: 20px;
  }

  #sec_01 .wrap .title .count .txt {
    font-size: 20px;
  }

  #sec_01 .wrap .title .count .unit {
    font-size: 32px;
  }

  #sec_01 .wrap .info_bar .inner .txt .sm {
    font-size: 20px;
  }

  #sec_01 .wrap .info_bar .inner .txt .big {
    font-size: 40px;
  }

  #sec_01 .wrap .info_bar .inner .txt .big span {
    font-size: 24px;
  }

  #sec_02 img {
    width: 350px;
  }

  #sec_02 p {
    font-size: 24px;
  }

  #sec_03 .wrap .slide_wrap {
    border-radius: 30px;
  }

  #sec_04 .item {
    right: -70px;
  }

  #sec_05 h2 {
    font-size: 36px;
  }

  #sec_05 p {
    font-size: 20px;
  }

  #sec_06 .wrap .box .txt {
    width: 500px;
  }

  #sec_06 .wrap .box .ride {
    width: 140px;
    right: -50px;
    bottom: -50px;
  }

  #sec_08 .item {
    width: 90%;
  }

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

  #sec_08 .item .inner p {
    font-size: 18px;
  }

  #sec_08 .wrap .box .step span {
    font-size: 16px;
  }

  #sec_08 .wrap .box .step {
    width: 120px;
    height: 50px;
  }

  #sec_08 .wrap .box .tit {
    font-size: 24px;
  }

  #sec_08 .wrap .box .info {
    font-size: 16px;
  }

  #sec_08 .wrap .box {
    gap: 30px;
    height: 450px;
  }

  #sec_09 .title .txt h2 {
    font-size: 36px;
  }

  #sec_09 .title .item {
    width: 250px;
  }

  #sec_09 .title .stamp {
    width: 30px;
  }

  #sec_09 .slide_wrap .inner .box .slide_box button {
    right: -80px;
  }

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

  #sec_12 .title h2 {
    font-size: 36px;
  }

  #sec_12 .title img {
    height: 25px;
  }

  #sec_13 img {
    height: 250px;
  }

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

  #sec_14 .faq_item .faq_q {
    height: 60px;
    padding: 0 30px;
  }

  #sec_14 .faq_item {
    max-height: 60px;
  }

  #sec_14 .faq_item .faq_q .title .mark {
    width: 35px;
  }

  #sec_14 .faq_item .faq_q .title {
    font-size: 20px;
  }

  #sec_14 .faq_item .faq_q .arrow {
    width: 12px;
  }

  #sec_14 .faq_item .faq_a {
    padding: 20px 100px;
    font-size: 16px;
    line-height: 25px;
  }

  #sec_16 h2 {
    font-size: 36px;
  }
}

@media (max-width: 700px) {
  #sec_01 .wrap .title .count .num {
    font-size: 8vw;
  }

  #sec_01 .wrap .title .count .unit {
    right: 18%;
  }

  #sec_01 .wrap .info_bar .inner .txt {
    gap: 20px;
  }

  #sec_01 .wrap .info_bar .inner .txt .sm {
    font-size: 16px;
  }

  #sec_01 .wrap .info_bar .inner .txt .big {
    font-size: 32px;
  }

  #sec_01 .wrap .info_bar img {
    width: 400px;
  }

  #sec_01 .wrap .line img {
    width: 400px;
  }

  #sec_02 img {
    width: 250px;
  }

  #sec_02 p {
    font-size: 20px;
  }

  #sec_03 h2 {
    font-size: 30px;
  }

  #sec_04 p {
    font-size: 20px;
    padding: 0 5%;
    text-align: left;
  }

  #sec_04 p span::after {
    display: none;
  }

  #sec_04 p span {
    color: #FFCC00;
  }

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

  #sec_05 p {
    font-size: 18px;
  }

  #sec_05 .wrap {
    flex-wrap: wrap;
  }

  #sec_05 .wrap img {
    width: 100%;
  }

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

  #sec_06 .wrap {
    padding: 30px;
    border-radius: 30px;
  }

  #sec_06 .wrap .box {
    border-radius: 10px;
  }

  #sec_06 .wrap .box .txt {
    width: 90%;
  }

  #sec_06 .wrap .box {
    height: 300px;
  }

  #sec_07 .title p {
    font-size: 32px;
  }

  #sec_07 .title img {
    width: 200px;
  }

  #sec_07 .title {
    gap: 10px;
  }

  #sec_07 .wrap {
    max-width: 80%;
  }

  #sec_08 .item .inner h2 {
    font-size: 24px;
  }

  #sec_08 .item .inner p {
    font-size: 16px;
  }

  #sec_08 .item .inner {
    padding: 30px 0;
  }

  #sec_08 .wrap .box .step span {
    font-size: 14px;
  }

  #sec_08 .wrap .box .step {
    width: 100px;
    height: 40px;
  }

  #sec_08 .wrap .box .tit {
    font-size: 20px;
  }

  #sec_08 .wrap .box .info {
    font-size: 14px;
  }

  #sec_08 .wrap .box {
    height: 400px;
  }

  #sec_09 .title .txt h2 {
    font-size: 32px;
  }

  #sec_09 .title .txt p {
    font-size: 16px;
  }

  #sec_09 .slide_wrap .inner .box .slide_box button img {
    width: 40px;
  }

  #sec_09 .title .item {
    width: 200px;
  }

  #sec_11 h2 {
    font-size: 24px;
  }

  #sec_12 .title h2 {
    font-size: 32px;
  }

  #sec_12 .title img {
    height: 20px;
  }

  #sec_14 h2 {
    font-size: 24px;
  }

  #sec_14 .faq_item .faq_q .title {
    gap: 20px;
    font-size: 18px;
  }

  #sec_14 .faq_item .faq_q .title .mark {
    width: 30px;
  }

  #sec_14 .faq_item .faq_a {
    padding: 20px 80px;
  }

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

@media (max-width: 500px) {
  #sec_01 .wrap .title .appeal {
    width: 280px;
    height: 30px;
    font-size: 16px;
    margin: 0 auto 30px;
  }

  #sec_01 .wrap .title .count .txt {
    font-size: 18px;
  }

  #sec_01 .wrap .title .count {
    gap: 10px;
  }

  #sec_01 .wrap .title .count .unit {
    right: 18%;
    font-size: 20px;
    bottom: -5%;
  }

  #sec_01 .wrap .info_bar .inner .txt .sm {
    font-size: 12px;
  }

  #sec_01 .wrap .info_bar .inner .txt .big {
    font-size: 24px;
  }

  #sec_01 .wrap .info_bar .inner .txt .big span {
    font-size: 18px;
  }

  #sec_01 .wrap .info_bar img {
    width: 300px;
  }

  #sec_01 .wrap .line img {
    width: 90%;
  }

  #sec_02 {
    padding: 50px 0;
    gap: 30px;
  }

  #sec_02 img {
    width: 200px;
  }

  #sec_02 p {
    font-size: 18px;
  }

  #sec_03 {
    padding: 50px 0;
  }

  #sec_03 h2 {
    font-size: 24px;
    margin-bottom: 55px;
  }

  #sec_03 .wrap .slide_wrap .slide .item_wrap {
    padding-bottom: 0;
  }

  #sec_03 .wrap .slide_wrap .slide .item_wrap .active .box {
    display: none;
  }

  #sec_03 .wrap .slide_wrap .slide .item_wrap .active {
    top: 100%;
  }

  #sec_04 p {
    font-size: 18px;
  }

  #sec_04 .item img {
    width: 150px;
  }

  #sec_05 {
    padding: 50px 0;
  }

  #sec_05 h2 {
    font-size: 24px;
  }

  #sec_05 p {
    font-size: 16px;
  }

  #sec_05 .wrap {
    gap: 30px;
  }

  #sec_06 .bg {
    width: 1000px;
  }

  #sec_06 .wrap .box .ride {
    width: 100px;
  }

  #sec_06 {
    padding: 50px 0;
  }

  #sec_06 h2 {
    font-size: 24px;
  }

  #sec_06 .wrap .box {
    height: 200px;
  }

  #sec_07 {
    padding: 50px 0 100px;
  }

  #sec_07 .title p {
    font-size: 24px;
  }

  #sec_07 .title img {
    width: 120px;
  }

  #sec_08 .item {
    padding: 10px;
    top: -60px;
  }

  #sec_08 .item .inner h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  #sec_08 .item .inner p {
    font-size: 14px;
  }

  #sec_08 .wrap .box {
    width: 100%;
    border-right: 0;
  }

  #sec_08 .wrap .box:nth-of-type(3) {
    border-bottom: 1px solid #FFFDF5;
  }

  #sec_09 .title .item {
    display: none;
  }

  #sec_09 .title .stamp {
    width: 30px;
    left: unset;
    right: 30px;
    top: 30px;
  }

  #sec_09 .title {
    padding: 50px 5%;
  }

  #sec_09 .title .txt h2 {
    font-size: 24px;
  }

  #sec_09 .title .txt p {
    font-size: 14px;
  }

  #sec_09 .slide_wrap {
    padding: 50px 5%;
  }

  #sec_09 .slide_wrap .inner .box p {
    font-size: 20px;
  }

  #sec_09 .slide_wrap .inner .box .slide_box button img {
    width: 30px;
  }

  #sec_09 .slide_wrap .inner .box .slide_box button {
    right: -50px;
  }

  #sec_10 {
    padding: 50px 0;
  }

  #sec_10 h2 {
    font-size: 20px;
  }

  #sec_11 h2 {
    font-size: 20px;
  }

  #sec_11 {
    padding: 50px 0;
    gap: 30px;
  }

  #sec_12 .title h2 {
    font-size: 24px;
  }

  #sec_12 {
    padding: 50px 0;
  }

  #sec_13 img {
    height: 200px;
  }

  #sec_14 {
    padding: 50px 0;
  }

  #sec_14 h2 {
    font-size: 20px;
    margin-bottom: 50px;
  }

  #sec_14 .faq_item .faq_q {
    padding: 0 10px;
  }

  #sec_14 .faq_item .faq_q .title .mark {
    width: 25px;
  }

  #sec_14 .faq_item .faq_q .arrow {
    width: 10px;
  }

  #sec_14 .faq_item .faq_q .title {
    font-size: 16px;
  }

  #sec_14 .faq_item .faq_a {
    padding: 20px 55px;
    font-size: 14px;
    line-height: 20px;
  }

  #sec_15 {
    padding: 50px 0;
  }

  #sec_15 .wrap form h2 {
    font-size: 32px;
  }

  #sec_15 .wrap form input:not([type="checkbox"]) {
    height: 40px;
    padding: 0 10px;
    font-size: 16px;
  }

  #sec_15 .wrap form button {
    height: 40px;
    font-size: 18px;
  }

  #sec_16 h2 {
    font-size: 24px;
  }

  #sec_16 {
    padding: 50px 0;
  }
}

@media (max-width: 400px) {
  #sec_01 .wrap .title .appeal {
    width: 230px;
    height: 25px;
    font-size: 14px;
  }

  #sec_01 .wrap .title .count .txt {
    font-size: 16px;
  }

  #sec_01 .wrap .title .count .unit {
    font-size: 16px;
    bottom: -10%;
  }

  #sec_01 .wrap .info_bar .inner .txt .sm {
    font-size: 10px;
  }

  #sec_01 .wrap .info_bar .inner .txt .big {
    font-size: 20px;
  }

  #sec_01 .wrap .info_bar .inner .txt .big span {
    font-size: 16px;
  }

  #sec_01 .wrap .info_bar img {
    width: 250px;
  }

  #sec_02 img {
    width: 180px;
  }

  #sec_02 p {
    font-size: 14px;
  }

  #sec_03 h2 {
    font-size: 20px;
    margin-bottom: 50px;
  }

  #sec_03 .wrap .btn_wrap {
    width: 100px;
    top: -15px;
  }

  #sec_03 .wrap .btn_wrap button img {
    width: 30px;
  }

  #sec_03 .wrap .slide_wrap .slide .item_wrap .item p {
    font-size: 14px;
    height: 100px;
  }

  #sec_04 p {
    font-size: 16px;
  }

  #sec_04 .item img {
    width: 130px;
  }

  #sec_05 h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  #sec_05 p {
    font-size: 12px;
  }

  #sec_06 h2 {
    font-size: 20px;
  }

  #sec_06 .wrap {
    padding: 10px;
    border-radius: 15px;
  }

  #sec_06 .wrap .box {
    height: 180px;
  }

  #sec_06 .wrap .box .ride {
    width: 60px;
    right: -20px;
    bottom: -20px;
  }

  #sec_07 .title p {
    font-size: 16px;
  }

  #sec_07 .title img {
    width: 100px;
  }

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

  #sec_08 .item .inner p {
    font-size: 12px;
  }

  #sec_08 .wrap .box .step span {
    font-size: 12px;
  }

  #sec_08 .wrap .box .step {
    width: 80px;
    height: 36px;
  }

  #sec_08 .wrap .box .tit {
    font-size: 18px;
  }

  #sec_08 .wrap .box {
    height: 350px;
  }

  #sec_09 .title .txt h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  #sec_09 .slide_wrap .inner .box p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  #sec_09 .slide_wrap .inner .box .slide_box button {
    right: -40px;
  }

  #sec_10 h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  #sec_12 .title h2 {
    font-size: 20px;
  }

  #sec_12 .title img {
    height: 15px;
  }

  #sec_13 img {
    height: 150px;
  }

  #sec_13 {
    padding: 15px 0;
  }

  #sec_14 .faq_item .faq_q .title {
    font-size: 14px;
    gap: 10px;
  }

  #sec_14 .faq_item .faq_a {
    padding: 20px 45px;
    font-size: 12px;
  }

  #sec_15 .wrap form h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  #sec_15 .wrap form input:not([type="checkbox"]) {
    height: 35px;
    font-size: 14px;
  }

  #sec_15 .wrap form .agree_box label {
    font-size: 12px;
  }

  #sec_15 .wrap form button {
    height: 35px;
    font-size: 16px;
  }

  #sec_16 h2 {
    font-size: 20px;
  }
}