#sec_01 {
  width: 100%;
  height: 100vh;
  background: url(../img/main/sec_01_bg.png) no-repeat center 40% / cover;
  padding-top: 5%;
  text-align: center;
  position: relative;
  z-index: 1;
  border-radius: 0 0 1000px 1000px;
}

#sec_01 h2 {
  font-family: 'KP_M';
	font-weight: normal;
  font-size: 50px;
  color: #fff;
  margin-bottom: 20px;
}

#sec_01 h3 {
  font-family: 'KP_M';
	font-weight: normal;
  font-size: 60px;
  color: #fff;
}

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

#sec_02 .wrap {
  width: calc(100% - 100px);
  height: auto;
  background: url(../img/main/sec_02_bg.png) no-repeat  center top / cover;
  margin-top: -100px;
  padding: 250px 0 100px;
  text-align: center;
  border-radius: 1000px 1000px 0 0;
}

#sec_02 .wrap .tit {
  font-family: 'KP_M';
	font-weight: normal;
  font-size: 40px;
  color: #fff;
  margin-bottom: 60px;
}

#sec_02 .wrap .tit_t {
  font-family: 'KP_M';
	font-weight: normal;
  font-size: 24px;
  color: #fff;
  margin-bottom: 50px;
}

#sec_02 .wrap .tit_t:nth-last-child(1 of .tit_t) {
  margin-bottom: 100px;
}

#sec_02 .wrap .date {
  max-width: 90%;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

#sec_02 .wrap .date .s_box {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}

#sec_02 .wrap .date .s_box p {
  font-family: 'KP_M';
	font-weight: normal;
  font-size: 30px;
  color: #fff;
}

#sec_02 .wrap .date h3 {
  font-family: 'KP_M';
	font-weight: normal;
  font-size: 50px;
  color: #fff;
}

#sec_02 .wrap .info {
  font-family: 'KP_M';
	font-weight: normal;
  font-size: 20px;
  color: #fff;
  margin-bottom: 50px;
}

#sec_02 .wrap .h_info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

#sec_02 .wrap .h_info .box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

#sec_02 .wrap .h_info .box span {
  font-family: 'KP_M';
	font-weight: normal;
  font-size: 20px;
  color: #fff;
}

#sec_02 .wrap .h_info .box p {
  font-family: 'KP_M';
	font-weight: normal;
  font-size: 30px;
  color: #fff;
}

#sec_03 {
  width: 100%;
  height: 100vh;
  background: url(../img/main/sec_03_bg.png) no-repeat center / cover;
}

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

#sec_04 .who {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'KP_L';
	font-weight: 100;
  font-size: 20px;
  color: #fff;
}

#sec_04 .who span.b {
  font-family: 'KP_B';
	font-weight: bold;
  font-size: 30px;
}

#sec_04 .who:nth-last-child(1 of .who) {
  margin-bottom: 100px;
}

.division {
  width: 250px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100px;
  background: #fff;
  color: #4D0505;
  font-family: 'TELL';
	font-weight: normal;
  font-size: 30px;
  margin: 0 auto 50px;
}

#sec_04 .date {
  width: 100%;
  max-width: 700px;
  height: 70px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'KP_B';
	font-weight: bold;
  font-size: 24px;
  color: #fff;
  margin: 0 auto 50px;
}

#sec_04 .calendar {
  width: 100%;
  max-width: 700px;
  height: auto;
  margin: 0 auto 50px;
}

#sec_04 .calendar tr {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

#sec_04 .calendar tr:last-of-type {
  margin-bottom: 0;
}

#sec_04 .calendar tr td {
  width: 25px;
  font-family: 'KP_L';
	font-weight: 100;
  font-size: 20px;
  color: #fff;
}

#sec_04 .calendar tr td span {
  position: relative;
  color: #4D0505;
  z-index: 1;
}

#sec_04 .calendar tr td span::after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  background: url(../img/main/sec_04_item.png) no-repeat center / cover;
  left: 46%;
  transform: translateX(-50%);
  bottom: -3px;
  z-index: -1;
}

#sec_04 .timer {
  width: 100%;
  max-width: 700px;
  height: 150px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin: 0 auto 50px;
}

#sec_04 .timer .time {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  gap: 0px;
}

#sec_04 .timer .time span:first-of-type {
  font-family: 'KP_B';
	font-weight: bold;
  font-size: 55px;
}

#sec_04 .timer .time span:last-of-type {
  font-family: 'KP_M';
	font-weight: normal;
  font-size: 20px;
}

#sec_04 .timer .col {
  font-family: 'KP_M';
	font-weight: normal;
  font-size: 30px;
  color: #fff;
}

#sec_04 .d-day {
  font-family: 'KP_L';
	font-weight: 100;
  font-size: 30px;
  color: #fff;
}

#sec_04 .d-day span {
  font-family: 'KP_B';
	font-weight: bold;
}

#sec_05 {
  width: 100%;
  height: auto;
}

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

#sec_05 .gallery a {
  width: calc((100% - 40px) / 3);
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}

#sec_05 .gallery a img {
  width: 100%;
  height: auto;
}

#sec_05 .gallery a:nth-of-type(5) {
  border-radius: 50%;
}

#sec_05 .gallery a:nth-of-type(n+10) {
  display: none;
}

#sec_05 .more {
  width: 220px;
  height: 70px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'KP_M';
	font-weight: normal;
  font-size: 20px;
  color: #fff;
  border-bottom: 1px solid #fff;
  margin: 0 auto;
}

#sec_06 {
  width: 100%;
  max-width: 90%;
  padding: 100px 0;
  margin: 0 auto;
}

#sec_06 .s_tit {
  font-family: 'KP_B';
	font-weight: bold;
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}

#sec_06 .tit {
  font-family: 'KP_B';
	font-weight: bold;
  font-size: 30px;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}

#sec_06 button {
  width: 150px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 100px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 50px;
}

#sec_06 button span {
  font-family: 'KP_L';
	font-weight: 100;
  font-size: 16px;
  color: #fff;
}

#sec_06 button img {
  width: auto;
  height: auto;
}

#sec_06 .map {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 50px;
}

#sec_06 ul {
  padding: 30px 0;
  border-bottom: 1px solid #fff;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

#sec_06 ul:first-of-type {
  padding-top: 0;
}

#sec_06 ul:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}

#sec_06 ul li {
  font-family: 'KP_B';
	font-weight: bold;
  font-size: 20px;
  color: #fff;
}

#sec_06 ul li.icon {
  display: flex;
  align-items: center;
  gap: 20px;
  color: rgba(255,255,255,0.8);
}

#sec_06 ul li.icon img {
  width: auto;
  height: auto;
}

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

#sec_07 .wrap {
  width: 100%;
  max-width: 700px;
  height: auto;
}

#sec_07 .wrap .s_division {
  font-family: 'KP_B';
	font-weight: bold;
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}

#sec_07 .wrap .item {
  width: 100%;
  height: auto;
  max-height: 100px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 50px;
  transition: all 0.5s;
}

#sec_07 .wrap .item:last-of-type {
  margin-bottom: 0;
}

#sec_07 .wrap .item.active {
  max-height: 900px;
}

#sec_07 .wrap .item .tit {
  width: 100%;
  height: 100px;
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'KP_B';
	font-weight: bold;
  font-size: 20px;
  color: #4D0505;
  box-shadow: -0 -0 30px rgba(000,000,000,0.25);
  cursor: pointer;
}

#sec_07 .wrap .item .tit img {
  width: auto;
  height: auto;
  transition: all 0.5s;
}

#sec_07 .wrap .item.active .tit img {
  transform: rotate(180deg);
} 

#sec_07 .wrap .item .info {
  width: 100%;
  height: auto;
  padding: 50px;
  box-shadow: -0 -0 30px rgba(000,000,000,0.25);
  display: flex;
  flex-direction: column;
  gap: 50px;
} 

#sec_07 .wrap .item .info .box {
  width: 100%;
  height: auto;
  padding: 30px 50px;
  border-radius: 10px;
  background: #4D0505;
}

#sec_07 .wrap .item .info .box .i_tit {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'KP_B';
	font-weight: bold;
  font-size: 20px;
  color: #fff;
  margin-bottom: 30px;
}

#sec_07 .wrap .item .info .box .bank {
  width: 100%;
  height: auto;
  padding: 30px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #7E3434;
  border-radius: 10px;
}

#sec_07 .wrap .item .info .box .bank .bank_info {
  font-family: 'KP_B';
	font-weight: bold;
  font-size: 20px;
  color: #fff;
}

#sec_07 .wrap .item .info .box .bank button {
  width: 100px;
  height: 40px;
  border-radius: 100px;
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'KP_L';
	font-weight: 100;
  font-size: 16px;
}

#sec_07 .wrap .item .info .box .bank button img {
  width: auto;
  height: auto;
}

@media (max-width: 700px) {
  #sec_01 h2 {
    font-size: 36px;
    margin-bottom: 10px;
  }

  #sec_01 h3 {
    font-size: 48px;
  }

  #sec_01 {
    padding-top: 8%;
  }

  #sec_02 .wrap .tit {
    font-size: 32px;
  }

  #sec_02 .wrap .tit_t {
    font-size: 18px;
  }

  #sec_02 .wrap .date h3 {
    font-size: 36px;
  }

  #sec_02 .wrap .date .s_box {
    height: 60px;
  }

  #sec_02 .wrap .date .s_box p {
    font-size: 24px;
  }

  #sec_04 .who span.b {
    font-size: 24px;
  }

  #sec_04 .who {
    max-width: 350px;
    font-size: 18px;
  }

  #sec_04 .date,
  #sec_04 .timer,
  #sec_04 .calendar {
    max-width: 90%;
  }

  #sec_04 .timer .time span:first-of-type {
    font-size: 46px;
  }

  #sec_04 .timer {
    gap: 40px;
  }

  #sec_04 .d-day {
    font-size: 24px;
  }

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

@media (max-width: 500px) {
  #sec_01 h2 {
    font-size: 32px;
  }

  #sec_01 h3 {
    font-size: 40px;
  }

  #sec_02 .wrap {
    width: 90%;
  }

  #sec_02 .wrap {
    padding: 200px 0 100px;
  }  

  #sec_02 .wrap .tit {
    font-size: 24px;
    margin-bottom: 50px;
  }

  #sec_02 .wrap .tit_t {
    font-size: 14px;
    margin-bottom: 30px;
  }

  #sec_02 .wrap .date {
    gap: 20px;
  }

  #sec_02 .wrap .tit_t:nth-last-child(1 of .tit_t) {
    margin-bottom: 50px;
  }

  #sec_02 .wrap .date .s_box p {
    font-size: 18px;
  }

  #sec_02 .wrap .date .s_box {
    height: 50px;
  }

  #sec_02 .wrap .date h3 {
    font-size: 24px;
  }

  #sec_02 .wrap .info {
    font-size: 18px;
  }

  #sec_02 .wrap .h_info .box span {
    font-size: 16px;
  }

  #sec_02 .wrap .h_info .box p {
    font-size: 24px;
  }

  #sec_02 .wrap .h_info .box {
    gap: 10px;
  }

  #sec_04 .who span.b {
    font-size: 20px;
  }

  #sec_04 .who {
    max-width: 280px;
    font-size: 14px;
  }

  .division {
    width: 200px;
    height: 60px;
    font-size: 24px;
  }

  #sec_04 .date {
    height: 50px;
    font-size: 18px;
  }

  #sec_04 .calendar tr td {
    font-size: 16px;
    width: 20px;
  }

  #sec_04 .calendar tr {
    margin-bottom: 30px;
  }

  #sec_04 .calendar tr td span::after {
    width: 35px;
    height: 35px;
  }

  #sec_04 .timer .time span:first-of-type {
    font-size: 32px;
  }

  #sec_04 .timer .time span:last-of-type {
    font-size: 16px;
  }

  #sec_04 .timer .col {
    font-size: 24px;
  }

  #sec_04 .timer {
    height: 120px;
    gap: 20px;
  }

  #sec_04 .d-day {
    font-size: 18px;
  }

  #sec_05 .gallery {
    gap: 10px;
  }

  #sec_05 .gallery a {
    width: calc((100% - 20px) / 3);
  }

  #sec_05 .more {
    width: 200px;
    height: 60px;
    font-size: 18px;
  }

  #sec_06 .s_tit {
    font-size: 18px;
    margin-bottom: 10px;
  }

  #sec_06 .tit {
    font-size: 24px;
  }

  #sec_06 .map {
    height: 300px;
    object-fit: cover;
  }

  #sec_06 ul li.icon {
    gap: 10px;
  }
  
  #sec_06 ul li {
    font-size: 16px;
  }

  #sec_06 ul li.icon img {
    width: 15px;
  }

  #sec_06 ul {
    gap: 15px;
  }
}

@media (max-width: 400px) {
  #sec_01 h2 {
    font-size: 24px;
  }

  #sec_01 h3 {
    font-size: 32px;
  }

  #sec_01 {
    padding-top: 15%;
  }

  #sec_02 .wrap {
    padding: 150px 0 50px;
  }

  #sec_02 {
    padding-bottom: 50px;
  }

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

  #sec_02 .wrap .tit_t {
    font-size: 10px;
  }

  #sec_02 .wrap .date h3 {
    font-size: 18px;
  }

  #sec_02 .wrap .date .s_box p {
    font-size: 14px;
  }

  #sec_02 .wrap .date .s_box {
    height: 40px;
  }

  #sec_02 .wrap .info {
    font-size: 12px;
  }

  #sec_02 .wrap .h_info {
    gap: 30px;
  }

  #sec_02 .wrap .h_info .box span {
    font-size: 12px;
  }

  #sec_02 .wrap .h_info .box p {
    font-size: 18px;
  }

  #sec_03 {
    height: 400px;
  }

  #sec_04 {
    padding: 50px 0;
  }

  #sec_04 .who span.b {
    font-size: 18px;
  }

  #sec_04 .who {
    max-width: 250px;
    font-size: 12px;
  }

  #sec_04 .who:nth-last-child(1 of .who) {
    margin-bottom: 50px;
  }

  .division {
    width: 180px;
    height: 45px;
    font-size: 20px;
    margin: 0 auto 30px;
  }

  #sec_04 .date {
    font-size: 14px;
  }

  #sec_04 .calendar tr td {
    font-size: 14px;
  }

  #sec_04 .calendar tr {
    margin-bottom: 20px;
  }

  #sec_04 .calendar tr td span::after {
    width: 30px;
    height: 30px;
  }

  #sec_04 .timer .time span:first-of-type {
    font-size: 24px;
  }

  #sec_04 .timer .time span:last-of-type {
    font-size: 14px;
  }

  #sec_04 .timer {
    height: 100px;
  }

  #sec_04 .d-day {
    font-size: 14px;
  }

  #sec_05 .more {
    width: 160px;
    height: 45px;
    font-size: 16px;
  }

  #sec_06 {
    padding: 50px 0;
  }

  #sec_06 .s_tit {
    font-size: 14px;
  }

  #sec_06 .tit {
    font-size: 18px;
  }

  #sec_06 button span {
    font-size: 14px;
  }

  #sec_06 button img {
    width: 14px;
  }

  #sec_06 button {
    width: 120px;
    height: 35px;
    margin: 0 auto 30px;
  }

  #sec_06 .map {
    height: 250px;
  }

  #sec_06 ul li.icon img {
    width: 12px;
  }

  #sec_06 ul li {
    font-size: 12px;
  }

  #sec_06 ul {
    padding: 15px 0;
    gap: 10px;
  }
}