@charset "UTF-8";
@import url("./font.css");
* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  font-size: 16px;
  font-family: "Pretendard";
  overflow-x: hidden !important;
  @media screen and (max-width: 1000px) {
  }
}

h1,
h2,
h3,
p {
  margin: 0;
}

ul,
li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

img {
  vertical-align: top;
}

a {
  text-decoration: none;
  color: inherit;
}

a,
b,
i,
em,
strong,
span {
  display: inline-block;
}

figure {
  margin: 0;
}

button {
  border: 0;
  cursor: pointer;
  font-family: inherit;
  background: transparent;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
  height: 88px;
}
header .nav-b {
  display: grid;
  grid-template-columns: 70px 1fr minmax(70px, auto);
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  z-index: 999;
  position: relative;
  height: 100px;
}
header .nav-b > a.logo {
  width: 40px;
  font-weight: 600;
  font-size: 25px;
  color: white;
}
header .nav-b > a.logo.logo {
  display: block;
  padding: 10px 16px;
  border-radius: 50px;
}
header .nav-b > div {
  width: 70px;
  color: white;
  font-weight: 900;
  font-size: 1.5rem;
}
header .nav-b > ul {
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
header .nav-b > ul .list {
  width: 160px;
  list-style-type: none;
  padding: 7px 10px 0 10px;
  color: white;
}
header .nav-b > ul .list > a {
  font-weight: 800;
  font-size: 20px;
  text-align: center;
  color: #FFF;
  font-family: "Pretendard";
  font-size: 20px;
  font-weight: 800;
  line-height: 14px;
  letter-spacing: 0.14px;
}

header .nav-c { 
  display: flex;
  justify-content: space-between;
}
header .nav-c > div { 
  width: auto;
  
}
header .nav-c .menu { 
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%; 
  letter-spacing: 0.14px;
  display: flex;
  gap: 20px;
  align-items: center;
  &::after { 
    content: "";
    display: block;
    width: 2px;
    height: 18px;
    background: #fff;
  }
  .br { 
    display: none;
  }
  @media screen and (max-width: 768px) {
    font-size: 16px;
  }
  @media screen and (max-width: 360px) {
    font-size: 12px;
    .br { 
      display: block;
    }
  }
}
.header_2025 { 
  height: 88px !important;
}
.header_2025 .nav-c { 
  height: 88px;
}

.list3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  padding-top: 10px;
  display: none;
}
.list3 > li .list-2-yellow {
  color: yellow;
  align-items: center;
  font-weight: 500;
  font-size: 13px;
}
.list3 > li > a {
  font-weight: 400;
  font-size: 12px;
  color: white;
  padding-top: 10px;
}

header.active {
  background-color: #F60035;
}

.burger {
  transition: 0.5s;
  transform: translateX(110%);
  z-index: 999;
  .member-info { 
    display: flex;
    justify-content: space-between;
    align-items: center;
    .name { 
      color: #FFF;
      font-size: 32px;
      font-weight: 700;
      line-height: 140%; 
      letter-spacing: 0.14px;
    }
    
    .award { 
      display: flex;
      gap: 4px;
      font-style: normal;
      background: #fff;
      padding: 6px 8px;
      border-radius: 8px;
      color: #E20613;
      text-align: center;
      font-size: 20px;
      font-weight: 700;
      line-height: 140%;
      letter-spacing: 0.14px;      
      &::before { 
        display: block;
        content: "";
        width: 26px;
        height: 26px;
        background: url(../img/2025/ico_floating05.svg) no-repeat center center / contain;
      }
    }
  }
}

.burger.active {
  width: 100%;
  height: 100vh;
  background-color: #F60035;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 100px;
  padding: 20px 30px;
  transform: translateX(0);
}
.burger.burger2025 { 
  gap: 0;
  .h76 { 
    height: 76px;
  }
}

.burger-ic {
  padding-top: 5px;
  display: none;
  cursor: pointer;
}

.btn-login {
  color: #FFF;
  font-family: "Pretendard";
  font-size: 20px;
  font-weight: 800;
  line-height: 14px;
  letter-spacing: 0.14px;
}
.btn-flag {
  color: #FFF;
  font-family: "Pretendard";
  font-size: 20px;
  font-weight: 800;
  line-height: 14px;
  letter-spacing: 0.14px;
  border: 2px solid #fff;
  border-radius: 1rem;
  padding: 0.75rem;
}

.burger-top {
  display: flex;
  justify-content: space-between;
}
.burger-top > a {
  font-weight: 600;
  font-size: 25px;
  color: white;
  cursor: pointer;
}

.burger-list {
  font-weight: 900;
  font-size: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.burger-list > a {
  color: white;
}

footer {
  position: relative;
  width: 100%;
  background-color: #F60035;
}
footer .inner {
  padding: 128px 100px 100px 100px;
}
footer .inner .ft1 {
  border-bottom: 1px solid #fff;
  padding-bottom: 24px;
}
footer .inner .ft2 {
  padding-top: 26px;
  padding-bottom: 68px;
}
footer .inner .ft3 p {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
footer .inner .ft3 .sns {
  gap: 10px;
}
footer .text1 {
  color: #FFF;
  font-size: 16px;
  font-weight: 800;
  line-height: 150%;
  letter-spacing: -0.16px;
}
footer .text2 {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.16px;
}
footer .list {
  gap: 28px;
}
footer .list li {
  position: relative;
}
footer .list li + li ::before {
  content: "";
  display: block;
  width: 1px;
  height: 9px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: -14px;
  transform: translateY(-50%);
}
footer .list li a {
  color: #FFF;
  font-size: 16px;
  line-height: 150%;
}
footer .list li a:hover {
  font-weight: 700;
}
footer .tel {
  text-align: right;
}
footer .tel p {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.2px;
}
footer .tel a {
  color: #FFF;
  font-size: 34px;
  font-weight: 800;
  line-height: 150%;
  letter-spacing: -0.34px;
}

.ft-logo {
  width: 1280px;
  margin: 0 auto;
}
.ft-logo > svg {
  width: 80%;
  padding: 120px 0 20px 0;
}

.ft-last {
  width: 1280px;
  margin: 0px auto;
}

.ft-sns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1280px;
  margin: 10px auto;
}
.ft-sns > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.align {
  display: flex !important;
}

.align.column {
  flex-direction: column;
}

.align.row {
  flex-direction: row;
}

.align.left {
  justify-content: flex-start;
}

.align.right {
  justify-content: flex-end;
}

.align.center {
  justify-content: center;
}

.align.both {
  justify-content: space-between;
}

.align.triple {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.align.triple > :nth-child(1) {
  justify-self: start;
}

.align.triple > :nth-child(2) {
  justify-self: center;
  white-space: nowrap;
}

.align.triple > :nth-child(3) {
  justify-self: right;
}

.align.vt {
  align-items: flex-start;
}

.align.vm {
  align-items: center;
}

.align.vb {
  align-items: flex-end;
}
.align.gap12 {
  gap: 12px;
}
.align.gap20 {
  gap: 20px;
}
.align.gap40 {
  gap: 40px;
}

@media screen and (max-width: 1200px) {
  * {
    box-sizing: border-box;
  }
  .leaflet {
    display: block;
  }
  .leaflet .spot img {
    max-width: 700px;
    margin: 0 auto;
  }
  .leaflet .post-it {
    background: url(../img/main/img_postit2.png);
    padding: 40px;
    margin-top: 50px;
  }
  .leaflet .post-it .inner {
    padding: 0;
  }
  .leaflet .post-it .bg {
    display: none;
  }
  footer {
    position: relative;
    margin-top: 0;
    width: 100%;
  }
  footer .inner {
    padding: 40px 16px;
  }
  footer .inner .ft1 > div.align {
    display: block !important;
  }
  footer .inner .ft1 > div .ml24 {
    margin-left: 0;
  }
  footer .inner .ft1.align {
    display: block !important;
  }
  footer .inner .ft2 {
    padding-bottom: 26px;
  }
  footer .inner .ft2 > div > .align {
    display: block !important;
  }
  footer .inner .ft2 > div > .align.pb10 {
    padding-bottom: 0;
  }
  footer .inner .ft2 > div > .align p:nth-child(1) {
    margin-left: 0 !important;
  }
  footer .inner .ft2 > div > .align > .align {
    padding-bottom: 8px;
  }
  footer .inner .ft2.align {
    display: block !important;
  }
  footer .inner .ft2 .tel {
    text-align: left;
    padding-top: 20px;
  }
  footer .inner .ft3 p {
    font-size: 13px;
  }
  footer .inner .ft3.align {
    flex-direction: column;
    flex-direction: column-reverse;
    align-items: start;
  }
  footer .inner .ft3 .sns {
    padding-bottom: 10px;
  }
  footer .text1 {
    font-size: 13px;
    color: #fff;
    -webkit-text-fill-color: #fff;
  }
  footer .text2 {
    font-size: 13px;
    color: #fff;
    -webkit-text-fill-color: #fff;
  }
  .img-move2 .img-move {
    display: none;
  }
  .move-wrap .img-move3 {
    display: none;
  }
  .spot .img-move {
    display: none;
  }
} /*1200 end*/
@media screen and (max-width: 720px) {
  header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
    height: 60px;
  }
  header .nav-b {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    padding: 12px 12px;
    z-index: 100;
    position: relative;
    align-items: center;
    height: 60px;
  }
  header .nav-b > a {
    font-weight: 600;
    font-size: 25px;
    color: white;
    font-size: 20px;
    padding: 8px 10px !important;
  }
  header .nav-b > div {
    color: white;
    font-weight: 900;
    font-size: 1.5rem;
  }
  header .nav-b > ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
  }
  header .nav-b > ul .list {
    display: none;
    width: 120px;
    list-style-type: none;
    padding: 7px 0 0 0;
    color: white;
  }
  header .nav-b > ul .list > a {
    font-weight: 600;
    font-size: 14px;
    color: white;
    text-align: center;
  }
  .brave {
    padding: 0 16px;
  }
  .brave img {
    width: 200px;
  }
  .brave button {
    height: 40px;
    max-width: 500px;
    height: 60px;
    border-radius: 40px;
    font-size: 18px;
  }
  .font-title {
    font-size: 32px !important;
    margin: 40px auto 0 auto;
  }
  .atc-con .text1 {
    font-size: 18px !important;
  }
  .atc-con .text2 {
    font-size: 15px !important;
  }
  .atc-con .text3 {
    font-size: 20px;
  }
  .atc-con > p {
    margin: 10px auto !important;
  }
  .font-sub {
    font-size: 20px;
  }
  .who {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .who .who-list {
    padding: 16px;
  }
  .who .who-list > p:nth-of-type(2) {
    font-size: 30px;
  }
  .who .who-list p span {
    font-size: 16px;
  }
  .img-move img {
    width: 150%;
  }
  .img-move2 {
    padding-top: 0;
  }
  .img-move2 > figure > img {
    width: 150%;
  }
  .img-move3 > figure > img {
    width: 150%;
  }
  .banner-main {
    margin-top: -30px;
  }
  .move-wrap .img-move {
    display: none;
  }
  .space {
    padding: 0 16px;
  }
  .space2 {
    padding: 20px 16px;
  }
  .list-type1 {
    padding-top: 0;
  }
  .list-type1 li {
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 10px;
  }
  .list-type1 li .year {
    font-size: 20px;
  }
  .list-type1 li .info {
    font-size: 20px;
    line-height: 100%;
  }
  .list-type1 li .info p {
    font-size: 12px;
  }
  .list-type1 li .info.pb24 {
    padding-bottom: 10px;
  }
  .map {
    margin-top: 40px;
    height: 400px;
  }
  .leaflet {
    display: block;
    padding-bottom: 40px;
  }
  .leaflet .post-it {
    height: auto;
    margin-top: 20px;
    background: #EBEBEB;
    padding: 16px;
  }
  .leaflet .text1 {
    font-size: 14px;
  }
  .leaflet .text2 {
    font-size: 12px;
    white-space: wrap;
  }
  .leaflet .text2 span {
    font-size: 10px;
  }
  .leaflet .text3 {
    white-space: wrap;
    font-size: 12px;
    margin-left: 10px;
  }
  .leaflet .highlight.pd20 {
    padding: 10px;
  }
  .banner-wrap.pt400 {
    padding-top: 100px;
  }
  .guide .pt100 {
    padding-top: 20px;
  }
  .btn-main {
    bottom: 25px;
    transform: translateX(-50%);
    padding: 0 30px;
    height: 60px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    z-index: 0;
  }
  footer {
    margin-top: 0;
  }
  footer h1 img {
    width: 70px;
  }
  footer .tel p {
    font-size: 16px;
  }
  footer .tel a {
    font-size: 20px;
  }
  header.active {
    background-color: #F60035;
  }
  header .nav-c .menu {display: none;}
  .btn-login {
    display: none;
  }
  .btn-login.align {
    display: none !important;
  }
  .burger-ic {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .btn-main {
    height: 60px;
    font-size: 16px;
  }
  .atc-con br {
    display: none;
  }
}
table {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  background-image: none;
}

.align {
  display: flex !important;
}

.align.column {
  flex-direction: column;
}

.align.row {
  flex-direction: row;
}

.align.left {
  justify-content: flex-start;
}

.align.right {
  justify-content: flex-end;
}

.align.center {
  justify-content: center;
}

.align.both {
  justify-content: space-between;
}

.align.triple {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.align.triple > :nth-child(1) {
  justify-self: start;
}

.align.triple > :nth-child(2) {
  justify-self: center;
  white-space: nowrap;
}

.align.triple > :nth-child(3) {
  justify-self: right;
}

.align.vt {
  align-items: flex-start;
}

.align.vm {
  align-items: center;
}

.align.vb {
  align-items: flex-end;
}

.bg-f8 {
  background: #f8f8f8;
}

body {
  position: relative;
}

body, html {
  margin: 0;
  padding: 0;
  font-family: "Pretendard", sans-serif;
}

.bg-f6 {
  background: #f6f6f6;
}

.btn-apply-mobile {
  width: calc(100% - 32px);
  display: block;
  margin: 0 auto;
  text-align: center;
  background: #F60035;
  border-radius: 16px;
  height: 60px;
  color: #FFF;
  font-size: 24px;
  font-weight: 900;
  line-height: 130%;
}

/* Webkit 기반 브라우저 */
.scroll-x { 
  overflow-x: auto;
  padding-bottom: 10px;
}
.scroll-y {
  overflow-y: auto;
}

.scroll-y::-webkit-scrollbar {
  width: 12px;
}

.scroll-y::-webkit-scrollbar-track {
  background: #fff;
}

.scroll-y::-webkit-scrollbar-thumb {
  background-color: #E8E8E8;
  border-radius: 10px;
  border: 2px solid #fff; /* 스크롤바 막대와 트랙 사이에 여백 */
}

.scroll-y::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.font-title {
  font-weight: 900;
  font-size: 90px;
  color: #F60035;
  width: 100%;
  margin: 0 auto 0 auto;
}
.font-title.center {
  text-align: center;
}
.font-title.sub-title {
  font-size: 30px;
  font-weight: 700;
}

.font-sub {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
}
.font-sub.text1 {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
}

a {
  text-decoration: none;
  color: #000;
}

* {
  box-sizing: border-box;
}

body {
  position: relative;
  overflow-x: auto;
}

.w100 {
  width: 100%;
}

.wrap {
  width: 100%;
}
.wrap.web {
  display: block;
}
.wrap.mobile {
  display: none;
}

.block { 
  display: block;
}
.m0auto {
  margin: 0 auto;
}

.space {
  padding: 0 40px;
}

.space2 {
  padding: 164px 40px;
}

.max-width {
  max-width: 1200px;
}
.max-width2 {
  max-width: 900px;
}

.wrap2 {
  display: flex;
  align-items: center;
}

.m-video {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: -1;
}
.m-video > video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
}

.video-wrap {
  display: block;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.brave {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}
.brave img {
  display: block;
  margin-top: -50px;
}

.title {
  width: 1280px;
  margin: 120px auto 0 auto;
  color: #fe5e00;
  font-size: 70px;
  font-style: oblique;
  font-weight: 600;
}

.atc-con {
  width: 100%;
  margin: 0 auto;
}
.atc-con .text1 {
  color: #333;
  font-size: 22px;
  font-weight: 800;
  line-height: 150%;
}
.atc-con .text2 {
  color: #171717;
  font-size: 20px;
  font-weight: 400;
  line-height: 155%;
}
.atc-con .text2 span {
  color: #F60035;
  font-weight: 700;
}
.atc-con .text3 {
  color: #171717;
  font-family: Pretendard;
  font-size: 32px;
  font-weight: 600;
  line-height: 150%;
}
.atc-con .text4 {
  color: #F60035;
  font-size: 32px;
  font-weight: 800;
  line-height: 155%;
}
.atc-con .text4 span {
  color: #171717;
  font-size: 32px;
  font-weight: 500;
  line-height: 155%;
}
.atc-con > p {
  margin: 0 auto;
  line-height: 150%;
}
.atc-con > p.text-left {
  text-align: left;
}
.atc-con > p.w100 {
  width: 100%;
}

.sub-text {
  color: #606060;
  font-size: 15px;
  line-height: 155%; /* 27.9px */
}

.atc-con-list {
  margin: 30px auto;
}

.who {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 53px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.who .who-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-weight: 900;
  font-size: 15px;
  border-radius: 10px;
  border: 2px solid #f3f3f3;
  padding: 60px;
}
.who .who-list:nth-child(2n) {
  flex-direction: row-reverse;
}
.who .who-list .counter {
  color: #F60035;
  font-size: 101.954px;
  font-weight: 900;
  line-height: 90%;
}
.who .who-list .counter span {
  color: #F60035;
  font-size: 40.782px;
  font-weight: 900;
}
.who .who-list .counter code {
  font-family: Pretendard;
  color: #F60035;
  font-size: 101.954px;
  font-weight: 900;
  line-height: 90%;
}
.who .who-list .desc {
  color: #2F2F2F;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
}
.who .who-list .desc span {
  font-weight: 700;
}
.who .who-list:nth-child(2n-1) .desc {
  text-align: right;
}

.img-move {
  overflow-x: hidden;
}
.img-move > figure {
  width: 100%;
  display: flex;
}
.img-move > figure > img {
  animation-name: ani-1;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes ani-1 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.img-move02 {
  overflow-x: hidden;
}
.img-move02 > figure {
  width: 100%;
  display: flex;
}
.img-move02 > figure > img {
  animation-name: ani-1;
  animation-duration: 100s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes ani-1 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.move-wrap {
  position: relative;
}
.move-wrap .img-move {
  width: 192px;
  position: absolute;
  top: -100px;
  right: 12%;
  transform: scaleX(-1);
}
.move-wrap .img-move3 {
  width: 169px;
  position: absolute;
  top: 0;
  right: 34%;
}

.img-move2 {
  position: relative;
  overflow-x: hidden;
  padding-top: 300px;
}
.img-move2 .img-move {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  width: 195px;
}
.img-move2 > figure {
  width: 100%;
  display: flex;
}
.img-move2 > figure > img {
  transform: translateX(30%);
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.img-move2 > figure > img.ani-2 {
  animation-name: ani-2;
}
@keyframes ani-2 {
  0% {
    transform: translateX(30%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.img-move3 {
  overflow-x: hidden;
}
.img-move3 > figure {
  width: 100%;
  display: flex;
}
.img-move3 > figure > img {
  transform: translateX(50%);
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.img-move3 > figure > img.ani-3 {
  animation-name: ani-3;
}
@keyframes ani-3 {
  0% {
    transform: translateX(50%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.about-v {
  width: 1280px;
  margin: 0 auto;
}
.about-v > video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.values {
  width: 33%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  white-space: pre-line;
  margin-bottom: 50px;
}
.values > b {
  width: 100%;
  font-weight: 800;
  font-size: 30px;
}
.values > p {
  width: 100%;
  color: #000000;
  font-weight: 500;
  font-size: 15px;
  padding: 10px 0;
  line-height: 1.7;
}

.jour-row {
  height: 100%;
  position: absolute;
  top: 0;
  left: 100px;
  width: 0;
  border: 2px solid rgba(246, 0, 53, 0.5411764706);
}
.jour-row figure {
  position: sticky;
  top: 400px;
  height: 150px;
  left: 50%;
  z-index: 2;
}
.jour-row figure > img {
  width: 130px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

.col1 {
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-direction: column;
}

.jour-col {
  margin-top: 150px;
}

.j-year {
  color: #fe5e00;
  font-weight: 800;
  font-size: 50px;
  margin-bottom: 20px;
}

.j-month {
  color: #ff8200;
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 10px;
}

.j-event {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 20px;
}

.j-event2 {
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 10px;
}

.j-img {
  width: 100%;
  margin: 10px 0;
}

.j-circle {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #fe5e00;
  border-radius: 50px;
}

.circle2 {
  top: 11.5%;
}

.bt-black {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
}
.bt-black > a {
  background-color: black;
  color: white;
  padding: 15px 25px;
  border-radius: 100px;
}
.bt-black > a:hover {
  background-color: #fe5e00;
}

.list-type1 {
  margin: 0 auto;
  padding-top: 100px;
}
.list-type1 li {
  display: flex;
  gap: 80px;
  align-items: start;
  padding-top: 50px;
  padding-bottom: 50px;
}
.list-type1 li + li {
  border-top: 1px solid #F60035;
}
.list-type1 li .year {
  color: #F60035;
  font-size: 50px;
  font-style: normal;
  font-weight: 900;
}
.list-type1 li .info {
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: 150%;
}
.list-type1 li .info p {
  font-weight: 400;
}

.list-type2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 138px 16px 160px 16px;
}
.list-type2 img {
  width: 100%;
  aspect-ratio: 1 / 0.6244;
  object-fit: cover;
}
@media screen and (max-width: 720px) {
  .list-type2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding-bottom: 40px;
  }
}

.input-wrap {
  width: calc(100% - 32px);
  max-width: 546px;
  margin: 0 auto;
  padding-top: 210px;
  padding-bottom: 384px;
  .desc-mo { 
    display: none;
    @media screen and (max-width: 1000px) {
      display: block;
      font-size: 14px;
      color: #171717;
      padding-bottom: 20px;
      text-align: center;
      line-height: 160%;
    }
  }
}
.input-wrap.max1120 {
  max-width: 900px;
}
.input-wrap .phrase {
  color: #F60035;
  font-family: "Pretendard";
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  padding-bottom: 12px;
}
.input-wrap h2 {
  color: #222;
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 0.32px;
  padding-bottom: 56px;
}
.input-wrap ul li + li {
  padding-top: 16px;
}
.input-wrap ul li .label {
  display: block;
  color: var(--Text-text-middle-emphasis, #626262);
  font-size: 15px;
  font-weight: 600;
  line-height: 17px;
  padding-bottom: 8px;
}
.input-wrap ul li input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
  padding: 0px 16px;
  height: 50px;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.2px;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
}
.input-wrap ul li input:not([type=checkbox]):not([type=radio])::-moz-placeholder {
  color: #BEBEBE;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.input-wrap ul li input:not([type=checkbox]):not([type=radio])::placeholder {
  color: #BEBEBE;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.input-wrap ul li input:not([type=checkbox]):not([type=radio]):focus {
  outline: 2px solid #F60035;
}
.input-wrap ul li select {
  width: 100%;
  height: 50px;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  padding: 0 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../img/main/ico_down_gray.svg) no-repeat right 12px top 50%/24px;
}
.input-wrap ul li input[type="password"] {
  padding: 0 42px 0 16px !important;
}
.input-wrap ul li.border-bottom {
  border-bottom: 1px solid #cfcfcf;
}
.input-wrap .btn-main {
  background: #F60035;
  color: #fff;
  width: 100%;
  border: 0;
  height: 50px;
  border-radius: 4px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}
.input-wrap .btn-main2 {
  background: #F60035;
  color: #fff;
  width: 100%;
  border: 0;
  height: 50px;
  border-radius: 4px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
}
.input-wrap .btn-main2.gray {
  background: #bababa;
  color: #fff;
}
.input-wrap .btn-main2.line {
  background: #fff;
  color: #747474;
  border: 1px solid #747474;
}
.input-wrap .text1 {
  color: #464646;
  font-size: 15px;
  font-weight: 600;
  line-height: 100%;
}
.input-wrap .text2 {
  color: var(--gr-70, #5D5D5D);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
}

.form__radio-input {
  display: none;
}

.form__radio-label {display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--gray62);
}

.form__radio-button {
  height: 20px;
  width: 20px;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  transform: translateY(-2px);
  background: var(--white);
}
.form__radio-button::after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transition: opacity 0.1s;
  transform: translate(-50%, -50%);
  background-color: #F60035;
  opacity: 0;
}

.form__radio-label-text {
  color: #626262;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}

.form__radio-input:checked + .form__radio-label .form__radio-button:after {
  opacity: 1;
}

.link {
  text-decoration: underline;
  color: #626262;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 700;
  text-decoration-line: underline;
}
.link.red {
  color: #F60035;
}

.banner-main {
  width: 100%;
  max-height: 800px;
  margin-top: -120px;
}
.banner-main img {
  width: 100%;
}

.map {
  margin-top: 0;
  width: 100%;
  height: 1180px;
  background: url(../img/main/img_map.png) no-repeat center 100%/100%;
  padding: 0 244px;
  margin-top: 300px;
}

.leaflet {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 230px;
  align-items: end;
}
.leaflet .highlight {
  width: 100%;
  background: #fff;
  padding: 6px 20px;
}
.leaflet .highlight.pd20 {
  padding: 20px;
}
.leaflet .highlight.inline {
  display: inline;
}
.leaflet .highlight li + li {
  margin-top: 30px;
}
.leaflet .spot {
  position: relative;
}
.leaflet .spot .img-map {
  display: block;
  width: 100%;
}
.leaflet .spot .img-move {
  width: 180px;
  margin-top: 12%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.leaflet .post-it {
  position: relative;
}
.leaflet .post-it .bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
}
.leaflet .post-it::before {
  position: absolute;
}
.leaflet .post-it::after {
  position: absolute;
}
.leaflet .post-it .inner {
  padding: 40px 38px 68px 86px;
}
.leaflet .text1 {
  color: #F60035;
  font-size: 24px;
  font-weight: 800;
  line-height: 155%;
  white-space: nowrap;
  line-height: 155%;
}
.leaflet .text2 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 155%;
  white-space: nowrap;
  line-height: 155%;
}
.leaflet .text2 span {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 155%;
  padding-right: 5px;
}
.leaflet .text3 {
  color: #171717;
  font-family: Pretendard;
  font-size: 32px;
  font-weight: 600;
  line-height: 150%;
}

.btn-main {
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 32px);
  max-width: 740px;
  padding: 0 30px;
  height: 80px;
  border-radius: 50px;
  background: linear-gradient(268deg, #FF6753 -3.66%, #F60035 101.98%);
  box-shadow: 2px 6px 15px 0px rgba(246, 0, 53, 0.21);
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 200;
  pointer-events: auto;
}
.btn-main.active {
  display: block;
  opacity: 1;
}

.go-top-btn {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background: url(../img/main/ico_gotop.svg) no-repeat 0 0/contain;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  z-index: 1000;
  transition: opacity 0.3s;
}
.go-top-btn.show {
  display: block;
}

.list-reward-bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 53px;
  width: 100%;
  height: 1037px;
  background: url(../img/bg_gradient.png) no-repeat 0 0/contain;
  padding-top: 80px;
  padding-bottom: 80px;
}

.list-reward {
  max-width: 70%;
  border-radius: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
}
.list-reward:nth-child(2) {
  display: flex;
  justify-content: center;
}
.list-reward li img {
  display: block;
  margin: 0 auto;
  width: 100%;
  scale: 1.1;
}
.list-reward li .label {
  text-align: center;
  margin-top: 38px;
}
.list-reward li .label span {
  color: #F60035;
  font-size: 20px;
  font-weight: 700;
  background: #fff;
  border-radius: 8px;
  padding: 6px 29px;
}
.list-reward li .info {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  line-height: 150%;
  padding-top: 12px;
}

.list-apply {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1120px;
  margin: 0 auto;
  gap: 30px;
}
.list-apply.type2 {
  grid-template-columns: 1fr 1fr;
}
.list-apply.type2 li:nth-child(1) .bg {
  border-radius: 40px;
  background: #f3f3f3 url(../img/img_apply_ticket01.svg) no-repeat 100% center/80%;
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.1);
}
.list-apply.type2 li:nth-child(2) {
  border-radius: 40px;
}
.list-apply.type2 li:nth-child(2) .bg {
  background: #f3f3f3 url(../img/img_apply_ticket02.svg) no-repeat 100% center/80%;
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.1);
}
.list-apply.type2 li .list-apply__caution {
  color: #606060;
  font-size: 20px;
  font-weight: 500;
  line-height: 155%;
}
.list-apply li .bg {
  height: 600px;
  border-radius: 40px;
  background-color: #f3f3f3;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 100%;
}
.list-apply li:nth-child(1) .bg {
  background-image: url(../img/img_apply01.png);
}
.list-apply li:nth-child(2) .bg {
  background-image: url(../img/img_apply02.png);
}
.list-apply li .list-apply__title {
  color: var(--black_TEXT, #000);
  text-align: center;
  font-family: Pretendard;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
}
.list-apply li .list-apply__caution {
  color: var(--GR05, #606060);
  text-align: center;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 155%;
}
.list-apply li .bg {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.label {
  display: block;
  color: var(--gr-80, #464646);
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px;
}
.label .essential {
  color: #F60035;
}
.label p {
  font-size: 14px;
  color: #8B8B8B;
  font-weight: 400;
}

.input {
  width: 100%;
  height: 50px;
  font-family: inherit;
  color: #171717;
  border-radius: 4px;
  border: 1px solid #D1D1D1;
  background: #FFF;
  padding: 0 16px;
}
.input[type="password"] {
  padding: 0 42px 0 16px !important;
}
.input::-moz-placeholder {
  color: #BABABA;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.2px;
}
.input::placeholder {
  color: #BABABA;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.2px;
}
.input:disabled {
  color: var(--gr-40, #BABABA);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  letter-spacing: 0.2px;
  background: #e8e8e8;
}

.input-type2 {
  display: grid;
  grid-template-columns: 1fr min-content;
  gap: 10px;
}
.input-type2 button {
  color: #F60035;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  background: #FEE5EB;
  border-radius: 4px;
  min-width: 90px;
  height: 50px;
  padding: 0 20px;
  box-sizing: border-box;
  white-space: nowrap;
}
.input-type2 button:disabled {
  background: #BABABA;
  color: #5d5d5d;
  cursor: default;
}

.input-type3 {
  display: flex;
  gap: 10px;
  align-items: center;
}
.input-type3 input, .input-type3 select {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #d1d1d1;
  padding: 0 16px;
}
.input-type3 input {
  color: #171717;
}
.input-type3 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/ico_arrow_down.svg) no-repeat right 12px top 50%/24px;
}

.select {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #D1D1D1;
  background: #FFF;
  padding: 0 16px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/ico_arrow_down.svg) no-repeat right 12px top 50%/24px;
}
.select::-moz-placeholder {
  color: #BABABA;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.2px;
}
.select::placeholder {
  color: #BABABA;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.2px;
}
.select:disabled {
  color: var(--gr-40, #BABABA);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  letter-spacing: 0.2px;
  background: #e8e8e8;
}
.hr {
  width: 100%;
  height: 1px;
  background: #D1D1D1;
}

.label-title {
  color: var(--black, #171717);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 0.32px;
}
.label-title p {
  color: #5D5D5D;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
}

.instructions {
  color: #5D5D5D;
  text-align: justify;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.input-wrap__subtitle {
  display: flex;
  gap: 10px;
}
.input-wrap__subtitle .chk_box {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.input-wrap__subtitle .chk_box input[type=checkbox] {
  display: none;
}
.input-wrap__subtitle .chk_box input[type=checkbox]:checked + .on {
  width: 20px;
  height: 20px;
  background: url(../img/ico_checked_red.svg) no-repeat 0 0/contain;
}
.input-wrap__subtitle .chk_box input[type=checkbox]:checked + .on::after {
  display: block;
}
.input-wrap__subtitle .chk_box .on {
  width: 20px;
  height: 20px;
  background: url(../img/ico_checkbox_gray.svg) no-repeat 0 0/contain;
}
.input-wrap__subtitle .chk_box .label-phrase {
  display: inline-block;
  padding-left: 6px;
}
.input-wrap__subtitle .chk_box .label-phrase.red {
  color: #F60035 !important;
}

.size-radio {
  width: 100%;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}
.size-radio li {
  display: flex;
  align-items: center;
}
.size-radio li input[type=radio] {
  opacity: 0;
  position: absolute;
}
.size-radio li input[type=radio]:disabled + label {
  background: #E8E8E8;
  color: #bababa;
}
.size-radio li label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background: white;
  cursor: pointer;
  transition: background 0.3s ease;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  color: #171717;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 17px;
}
.size-radio li :checked + label {
  color: #F60035;
  border: 2px solid #F60035;
}
.size-radio li + li {
  padding-top: 0 !important;
}

.payment-radio {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.payment-radio li {
  /* width: 33.333%; */
  display: flex;
  align-items: center;
  gap: 8px; /* 텍스트와 라디오 버튼 사이 간격 조정 */
  position: relative; /* 내부 원 위치 조정 */
}
.payment-radio.type2 li {
    &:nth-child(2) { 
    @media screen and (max-width: 768px) {
      display: none;
    }
  }
}
.payment-radio.type3 { 
  justify-content: start;
  gap: 40px;
}
.payment-radio.type4 { 
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.payment-radio.type5 { 
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.payment-radio li + li {
  padding-top: 0 !important;
}

.payment-radio input[type=radio] {
  display: none; /* 라디오 버튼 숨기기 */
}

.payment-radio label {
  display: flex;
  align-items: center;
  cursor: pointer; /* 커서 포인터 */
  position: relative; /* 내부 원 위치 조정 */
  font-size: 16px;
}

.payment-radio label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #d1d1d1;
  margin-right: 8px; /* 원과 텍스트 사이 간격 */
  box-sizing: border-box;
  position: relative;
}

.payment-radio input[type=radio]:checked + label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/ico_radio_checked_red.svg) no-repeat center center/contain;
  border: 0;
}

.radio-type1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.radio-type1 li {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

.radio-type1.type2 li {
  &:nth-child(2) {
    @media screen and (max-width: 768px) {
      display: none;
    }
  }
}

.radio-type1.type3 {
  justify-content: flex-start;
  gap: 40px;
}

.radio-type1.type4 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.radio-type1.type5 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.radio-type1 li + li {
  padding-top: 0 !important;
}

.radio-type1 input[type=radio] {
  display: none;
}

.radio-type1 label {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  font-size: 16px;
}

/* ❗여기부터 구조에 맞춘 선택자 */
.radio-type1 label span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #d1d1d1;
  margin-right: 8px;
  box-sizing: border-box;
  vertical-align: middle;
  background-color: white;
}

.radio-type1 label input[type="radio"]:checked + span::before {
  background: url(../img/ico_radio_checked_red.svg) no-repeat center center/contain;
  border: none;
}




.list-event-info {
  width: 80%;
  max-width: 900px;
  background: #F3F3F3;
  border-radius: 10px;
  padding: 0 42px;
}
.list-event-info li {
  display: grid;
  grid-template-columns: 127px 1fr;
  padding: 26px 0;
  gap: 42px;
}
.list-event-info li + li {
  border-top: 1px solid #DDD;
}
.list-event-info li h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #F60035;
  font-size: 24px;
  font-weight: 700;
  line-height: 155%;
}
.list-event-info li h3::before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/ico_check_red.svg) no-repeat 0 0/contain;
}
.list-event-info li strong {
  color: #171717;
  font-size: 24px;
  font-weight: 700;
  line-height: 155%;
}
.list-event-info li strong.fw600 {
  font-weight: 600;
}
.list-event-info li strong span {
  color: #171717;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}
.list-event-info li strong.label1 {
  display: flex;
  align-items: center;
  gap: 9px;
}
.list-event-info li strong.label1::before {
  display: block;
  content: "총 5km";
  color: #F60035;
  font-size: 16px;
  font-weight: 700;
  line-height: 155%;
  border-radius: 10px;
  padding: 4px 10px;
  background: #FEE5EB;
}
.list-event-info li span {
  color: #5D5D5D;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}
.list-event-info li .bg-gray {
  width: 50%;
  border-radius: 10px;
  background: #E8E8E8;
  padding: 16px;
}
.list-event-info li .bg-gray p {
  display: inline-block;
  color: #5D5D5D;
  font-size: 16px;
  font-weight: 700;
  line-height: 155%;
  border-radius: 10px;
  background: #F3F3F3;
  padding: 4px 10px;
  margin-bottom: 10px;
}
.list-event-info li .bg-gray span {
  display: block;
  color: #5D5D5D;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.img-main01 {
  position: absolute;
  top: 70px;
  right: 0;
  width: 50%;
  z-index: -1;
}

.gif-move01 {
  position: absolute;
  top: 0;
  right: -180px;
  width: 202px;
}

.gif-move02 {
  position: absolute;
  top: -80px;
  left: 27%;
  width: 283px;
}

.gif-move03 {
  position: absolute;
  top: 100px;
  left: 40px;
  width: 284px;
}

.gif-move04 {
  position: absolute;
  top: 20px;
  right: 32%;
  width: 160px;
}

.gif-move05 {
  position: absolute;
  top: -50px;
  left: 25%;
  width: 283px;
}

.gif-bubble {
  position: absolute;
  top: 0;
  right: -225px;
}

.gif-bubble2 {
  position: absolute;
  top: -50px;
  right: 48%;
  width: 112px;
}

.list-on-site {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.list-on-site li img {
  width: 100%;
  border-radius: 100%;
}
.list-on-site .reward {
  color: var(--black, #171717);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 155%;
  padding-top: 25px;
}

.course-info {
  background: #F6F6F6;
  padding: 164px 16px;
}
.course-info .img-course {
  width: 100%;
}

.img-venue {
  width: 100%;
}

.list-program {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.list-program li {
  display: flex;
  align-items: center;
  gap: 30px;
}
.list-program li img {
  width: 50%;
}
.list-program li .desc {
  width: 50%;
}
.list-program li:nth-child(2n) {
  flex-direction: row-reverse;
}
.list-program li .label {
  display: inline-block;
  color: var(--Primary, #F60035);
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 24px */
  padding: 14px 16px;
  margin-bottom: 18px;
  border-radius: 8px;
  background: var(--primary-10, #FEE5EB);
}
.list-program li .list-program__title {
  color: var(--black, #171717);
  font-family: Pretendard;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 50px */
  padding-bottom: 40px;
}
.list-program li .list-program__desc {
  color: var(--black, #171717);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 155%; /* 31px */
}
.list-program li .list-program__caution {
  color: var(--gr-70, #5D5D5D);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 155%;
  padding-top: 20px;
}

.btn-apply {
  display: block;
  width: 100%;
  max-width: 545px;
  height: 114px;
  border-radius: 35px;
  background: var(--Primary, #F60035);
  color: var(--white, #FFF);
  font-family: Pretendard;
  font-size: 50px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%; /* 65px */
  margin: 60px auto 0 auto;
}

.main-banner {
  width: 100%;
  height: 100vh;
  background: #2f2f2f;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-banner__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  background: #fff;
  width: 100%;
  max-width: 1117px;
  height: 370px;
  border-radius: 10px;
}
.main-banner__card .main-banner__title {
  color: #F60035;
  text-align: center;
  font-size: 50px;
  font-weight: 900;
  line-height: 130%;
}
.main-banner__card .main-banner__detail {
  color: #171717;
  font-size: 20px;
  line-height: 200%;
}
.main-banner__card .main-banner__detail > span {
  display: inline;
  color: #171717;
  font-size: 20px;
  line-height: 200%;
  font-weight: 400;
  text-decoration: none;
}
.main-banner__card .main-banner__detail > span.underline {
  text-decoration: underline;
  font-weight: 700;
}
.main-banner__card .main-banner__detail > span > i {
  display: inline;
  font-style: normal;
  font-weight: 700;
  text-decoration-line: underline;
}

.notice-section {
  padding-top: 250px;
  background: #f8f8f8;
}
.notice-section:nth-child(1) {
  padding-top: 232px;
}
.notice-section .notice-section__title {
  color: #F60035;
  text-align: center;
  font-size: 100px;
  font-weight: 900;
  line-height: 130%;
  padding-bottom: 80px;
}
.notice-section .notice-section__detail {
  background: #fff;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 60px;
  border-radius: 10px;
}
.notice-section .notice-section__detail + .notice-section__detail {
  margin-top: 32px;
}
.notice-section .notice-section__detail .detail-title {
  color: var(--black, #171717);
  font-family: Pretendard;
  font-size: 50px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%; /* 65px */
  padding-bottom: 30px;
}
.notice-section .notice-section__detail .detail-title-sub {
  color: var(--black, #171717);
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 31.2px */
  /* padding-bottom: 20px; */
}
.notice-section .notice-section__detail .detail-title-desc {
  color: var(--black, #171717);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}
.notice-section .notice-section__detail .detail-title-desc span {
  color: var(--black, #171717);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  text-decoration-line: underline;
}
.notice-section .notice-section__detail .detail-title-desc span.no-line {
  text-decoration: none;
}
.notice-section .notice-section__detail .detail-title-desc i {
  display: inline-block;
  text-decoration: underline;
  font-style: normal;
}
.notice-section ul li {
  display: flex;
}
.notice-section ul li + li {
  margin-top: 6px;
}
.notice-section ul li::before {
  content: "•";
  font-size: 15px;
  margin-right: 13px;
}
.notice-section ul li p {
  display: inline-block;
  font-size: 18px;
}
.notice-section ul li p span {
  color: #171717;
  font-size: 18px;
  font-weight: 700;
  text-decoration-line: underline;
}
.notice-section ul li p span.no-line {
  text-decoration-line: none;
}
.notice-section ul li.table {
  display: block;
  width: 100%;
}
.notice-section ul li.table::before {
  display: none;
}
.notice-section ul li.table .shirt-size {
  width: 100%;
  display: grid;
  grid-template-columns: 350px 1fr;
  justify-content: space-between;
  gap: 50px;
  align-items: center;
  margin-top: 50px;
}
.notice-section ul li.table .shirt-size.type2 {
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
}
.notice-section ul li.table .shirt-size img {
  display: block;
  width: 100%;
}
.notice-section ul li.table .shirt-size h3 {
  color: #171717;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  padding-bottom: 16px;
}

.shirt-size__table {
  width: 100%;
}
.shirt-size__table caption {
  text-align: left;
  color: #171717;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  padding-bottom: 16px;
}
.shirt-size__table thead {
  background: #F5F5F5;
  text-align: center;
  border-top: 2px solid #bebebe;
  border-bottom: 2px solid #cfcfcf;
}
.shirt-size__table thead tr th {
  padding: 16px;
  height: 44px;
  color: #222;
  font-size: 14px;
  font-weight: 600;
}
.shirt-size__table thead tr th + th {
  border-left: 1px solid #cfcfcf;
}
.shirt-size__table tbody tr {
  border-bottom: 1px solid #cfcfcf;
}
.shirt-size__table tbody tr td {
  text-align: center;
  padding: 16xp 0;
  height: 44px;
  color: #626262;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.3px;
}
.shirt-size__table tbody tr td:nth-child(1) {
  font-weight: 700;
}
.shirt-size__table tbody tr td + td {
  border-left: 1px solid #cfcfcf;
}
.shirt-size__table.type2 td {
  color: #626262;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.3px;
}
.shirt-size__table.type3 td {
  text-align: left;
  padding: 12px 16px;
}
.shirt-size__table.type3 td:nth-child(1) {
  font-weight: 400;
}

.table.bus .grid-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.table.bus .grid-wrap img {
  width: 100%;
}
.table.bus .grid-wrap table th, .table.bus .grid-wrap table td {
  text-align: left;
  padding: 12px 16px;
  color: #626262;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.3px;
}

.banner03 {
  margin-bottom: 200px;
  width: 100%;
  margin-top: 90px;
}

.list-info li {
  display: grid;
  grid-template-columns: minmax(56px, auto) 1fr;
  align-items: center;
  gap: 16px;
}
.list-info .counter {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  gap: 20px;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
}
.list-info .counter[aria-disabled=true] {
  background: #E8E8E8;
  color: #BABABA;
}
.list-info .counter button {
  background: transparent;
}
.list-info__title {
  color: #464646;
  font-size: 15px;
  font-weight: 600;
  line-height: 17px;
  min-width: 56px;
  box-sizing: border-box;
  white-space: nowrap;
}
.list-info__title.wrap {
  white-space: wrap;
}
.list-info__title.w120 {
  width: 120px;
}
.list-info__info {
  color: #5D5D5D;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
}

.note-phrase {
  color: #5D5D5D;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.note-phrase.red {
  color: #E20613;
}

.total-amount strong {
  color: #171717;
  font-size: 20px;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 0.32px;
}
.total-amount.red strong {
  font-size: 18px;
  color: #F60035;
  font-weight: 600;
}
.total-amount button {
  color: #747474;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  padding: 16px 30px;
  border-radius: 4px;
  border: 1px solid #747474;
}

.check-menu-box {
  margin-top: 1.4rem;
}
.check-menu-box .link {
  display: inline-block;
  cursor: pointer;
  width: 100%;
}

.check-menu-box > div:first-child {
  border: 1px solid var(--graycf);
  border-radius: 1rem;
  background: #fff;
}

.check-menu-box > div > label {
  color: #979797;
  font-size: 1.5rem;
}

#checkbox1 + label {
  font-weight: 700;
}

input[type=checkbox] + label {
  color: #5D5D5D;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
input[type=checkbox] + label span {
  padding-left: 30px;
}
input[type=checkbox] + label + a {
  padding-left: 30px;
}

input[type=radio] + label {
  cursor: pointer;
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: center;
}

.input-type input[type=checkbox] + label:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  background: #fff url(../img/ico_check_gray.svg) no-repeat center center/13px;
}

.input-type input[type=radio] + label:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  background: #fff url(../img/ico_check_gray.svg) no-repeat center center/13px;
}

#checkbox1 + label:before {
  left: 1.6rem;
}

.check-menu-box {
  position: relative;
}

input[type=checkbox]:checked + label:before {
  content: "";
  background: #fff url(../img/ico_check_blue.svg) no-repeat center center/13px;
  text-align: center;
}

input[type=radio]:checked + label:before {
  content: "";
  background: url(../img/ico_check_blue.svg) no-repeat center center/13px;
  text-align: center;
}

#checkbox1 + label::before {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
}

#checkbox1:checked + label:before {
  content: "";
  background: var(--blue00) url(../img/ico_check_white.svg) no-repeat center center/13px;
}

.checkbox-container {
  margin-bottom: 12px;
}
.checkbox-container:first-child {
  margin-bottom: 24px;
}
.checkbox-container .text-type3 {
  color: #464646;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}

.checkbox-container.total {
  position: relative;
}

.checkbox-container.total input[type=checkbox] + label:before {
  position: absolute;
  left: 0 !important;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 24px;
  height: 24px;
  background: #fff url(../img/ico_check_login.svg) no-repeat center/contain;
}

.checkbox-container.terms {
  position: relative;
}

.checkbox-container.terms input[type=checkbox] + label:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
}

.checkbox-container.terms input[type=checkbox]:checked + label:before {
  content: "";
  background: #fff url(../img/ico_check_blue.svg) no-repeat center center/contain;
}

.checkbox-container.arrow {
  height: 24px;
  background: url(../img/ico_arrw_right.svg) no-repeat 100% 50%/24px;
}

.tab-type1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.tab-type1 li + li {
  padding-top: 0 !important;
}
.tab-type1 li a {
  display: block;
  color: #464646;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.32px;
  padding: 11px 16px;
}
.tab-type1 li a.active {
  color: #F60035;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.32px;
  border-bottom: 2px solid #F60035;
}

.select-input {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.select-input select, .select-input input {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #D1D1D1;
  padding: 16px;
}
.select-input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/ico_arrow_down.svg) no-repeat right 12px top 50%/24px;
}

.layer {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
  transition: all 0.3s;
}
.layer.active {
  opacity: 1;
  visibility: visible;
}

.alert-modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 200;
  width: 100%;
  max-width: 350px;
  background: #fff;
  border-radius: 10px;
  padding: 40px 44px 30px;
  transition: all 0.3s;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.15);
}
.alert-modal.active {
  opacity: 1;
  visibility: visible;
}
.alert-modal__title {
  width: 100%;
  color: #171717;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}
.alert-modal button {
  display: block;
  min-width: 100px;
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  background: #F60035;
  border-radius: 4px;
  margin: 30px auto 0 auto;
  padding: 12px 16px;
}
.alert-modal .align {
  gap: 12px;
}
.alert-modal .align button {
  margin: 0;
}
.alert-modal .align button.gray {
  background: #8B8B8B;
  color: #fff;
}
.alert-modal .align button.pink {
  background: #FEE5EB;
  color: #F60035;
}

.terms-modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 200;
  width: calc(100% - 32px);
  max-width: 782px;
  padding: 0 24px;
  background: #fff;
  border-radius: 10px;
}
.terms-modal.active {
  opacity: 1;
  visibility: visible;
}
.terms-modal__title {
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
  border-bottom: 1px solid #d1d1d1;
}
.terms-modal__title strong {
  color: var(--Primary, #F60035);
  font-feature-settings: "liga" off, "clig" off;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 20px */
}
.terms-modal__title button {
  width: 24px;
  height: 24px;
  background: url(../img/ico_close.svg) no-repeat 0 0/contain;
}
.terms-modal__content {
  padding: 24px 0;
  min-height: 465px;
  max-height: 465px;
}

.checkbox_group {
  display: flex;
  flex-direction: column;
}
.checkbox_group input[type=checkbox] {
  display: none;
}
.checkbox_group input:checked + label::before {
  background: url(../img/ico_checked_red.svg) no-repeat 0 0/contain;
  transform: scale3d(1, 1, 1);
}
.checkbox_group label {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  color: #464646;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}
.checkbox_group label.totally-agree {
  font-weight: 700;
}
.checkbox_group label a {
  color: #464646;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  text-decoration-line: underline;
}
.checkbox_group label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/ico_checkbox_gray.svg) no-repeat 0 0/contain;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  transition: background 0.2s;
}

.badge {
  color: #F60035;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  border-radius: 6px;
  background: #FEE5EB;
  padding: 6px 10px;
}
.badge.gray {
  background: #E8E8E8;
  color: #464646;
}

.table-list {
  width: 100%;
  min-width: 950px;
  border-top: 2px solid #bebebe;
}
.table-list thead tr th {
  padding: 15px 16px;
  border-bottom: 2px solid #bebebe;
  background: #F3F3F3;
  color: #171717;
  font-size: 14px;
  font-weight: 600;
}
.table-list tbody tr {
  padding: 15px 16px;
  cursor: pointer;
}
.table-list tbody tr .alert {
  color: #F60035;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%; /* 18.2px */
  letter-spacing: 0.3px;
}
.table-list tbody tr:nth-child(2n) {
  border-bottom: 2px solid #cfcfcf;
}
.table-list tbody tr td {
  color: #464646;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.3px;
}
.table-list tbody tr td .product {
  padding: 12px 16px;
}
.table-list tbody tr td .product strong {
  color: #F60035;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0.3px;
}
.table-list tbody tr td .product strong.gray {
  color: #464646;
}
.table-list tbody tr td .product p {
  color: #171717;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.3px;
}
.table-list tbody tr td img {
  width: 90px;
}
.table-list .order-num {
  padding: 14px 16px;
  border-bottom: 1px solid #cfcfcf;
}
.table-list .order-num strong {
  color: var(--gr-80, #464646);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px; /* 107.143% */
  letter-spacing: 0.3px;
}
.table-list .order-num p {
  color: var(--gr-80, #464646);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px; /* 107.143% */
  letter-spacing: 0.3px;
}

.pagination {
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  align-items: center;
  /*number*/
  /*arrow*/
}
.pagination ul {
  display: flex;
}
.pagination ul li + li {
  padding-top: 0;
}
.pagination .num {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #464646;
  font-size: 14px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  transition: all 0.3s;
}
.pagination .num:hover {
  color: #fff;
  font-weight: 700;
  background: #F60035;
}
.pagination .num.active {
  color: #fff;
  font-weight: 700;
  background: #F60035;
}
.pagination .btn-arrow {
  display: block;
  width: 6px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
}
.pagination .btn-arrow.prev {
  background-image: url(../img/ico_arrow_prev.svg);
}
.pagination .btn-arrow.next {
  background-image: url(../img/ico_arrow_next.svg);
}

/*pagination*/
#kakao-login-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  background: #FEE500;
  gap: 12px;
  color: #171717;
  font-size: 17px;
  font-weight: 700;
  border-radius: 4px;
}
#kakao-login-btn.ico1::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/ico_kakao.svg) no-repeat 0 0/contain;
}

.bar-or {
  text-align: center;
  color: #464646;
  font-size: 15px;
  font-weight: 600;
  line-height: 17px;
}
.bar-or span {
  background: #fff;
  padding: 0 16px;
}
.bar-or.line {
  position: relative;
}
.bar-or.line::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #d1d1d1;
}

.ico-eye {
  position: relative;
}
.ico-eye .toggle-password {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/ico_eye_close.svg) no-repeat 0 0/contain;
}
.ico-eye .toggle-password.active {
  background: url(../img/ico_eye_open.svg) no-repeat 0 0/contain;
}

.input-alert {
  position: relative;
}
.input-alert.success input {
  outline: 2px solid #5B9DFF;
}
.input-alert.success .alert-phrase {
  color: #5B9DFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding-top: 6px;
}
.input-alert.success .alert-phrase.ico {
  display: flex;
  gap: 2px;
}
.input-alert.success .alert-phrase.ico::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/ico_success.svg) no-repeat 0 0/contain;
}
.input-alert.fail input {
  outline: 2px solid #DA1E27;
}
.input-alert.fail .alert-phrase {
  color: #DA1E27;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding-top: 6px;
}
.input-alert.fail .alert-phrase.ico {
  display: flex;
  gap: 2px;
}
.input-alert.fail .alert-phrase.ico::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/ico_fail.svg) no-repeat 0 0/contain;
}

.spinner {
  position: relative;
  width: 100%;
}

.spinner img {
  width: 50px;
  height: 50px;
}
.spinner img.img-video {
  width: 100%;
  height: 100%;
}
.spinner img.img-loading {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

/* 비디오가 로드되면 스피너를 숨김 */
.video-loaded .spinner {
  display: none;
}

.text-type {
  color: #171717;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
}
.text-type.type2 {
  color: var(--gr-70, #5D5D5D);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.main-popup {
  position: fixed;
  top: 110px;
  right: 110px;
  width: 500px;
  z-index: 300;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.main-popup .main-popup__img {
  display: block;
  width: 100%;
}
.main-popup .btn-close {
  position: absolute;
  top: 33px;
  right: 39px;
  width: 24px;
  height: 24px;
}
.main-popup .btn-close img {
  width: 24px;
}
.main-popup.type2 {
  right: 236px;
}

.video-container {
  position: relative;
  height: 0;
  padding-bottom: 394px;
  margin-top: 90px;
} 
@media screen and (max-width: 720px) {
  .video-container {
    padding-bottom: 56%;
    margin-top: 0;
  }
  .video-container + .img-new02 {
    margin-top: 25px;
  }
}

.video-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 700px;
  height: 394px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 720px) {
  .video-container iframe {
    width: 85%;
    height: 85%;
  }
}

.youtube-cap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 730px;
  height: 424px;
  background: black;
  z-index: -1;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 720px) {
  .youtube-cap {
    width: 91%;
    height: 97%;
  }
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.inline {
  display: inline-block;
}

.mt4 {
  margin-top: 4px;
}
.mt8 {
  margin-top: 8px;
}

.mt10 {
  margin-top: 10px;
}

.mt12 {
  margin-top: 12px;
}

.mt24 {
  margin-top: 24px;
}

.mt30 {
  margin-top: 30px;
}

.mt32 {
  margin-top: 32px;
}

.mt33 {
  margin-top: 33px;
}

.mt40 {
  margin-top: 40px;
}

.mt48 {
  margin-top: 48px;
}

.mt50 {
  margin-top: 50px;
}
.mt52 {
  margin-top: 52px;
}

.mt56 {
  margin-top: 56px;
}

.mt60 {
  margin-top: 60px;
}
.mt72 {
  margin-top: 72px;
}
.mt74 {
  margin-top: 74px;
}

.mt80 {
  margin-top: 80px;
}
.mt82 {
  margin-top: 82px;
}
.mt100 {
  margin-top: 100px;
}
.mt155 {
  margin-top: 155px;
}
.mt189 {
  margin-top: 189px;
}
.mt198 {
  margin-top: 198px;
}

.mt215 {
  margin-top: 215px;
}

.mt230 {
  margin-top: 230px;
}

.mt220 {
  margin-top: 220px;
}

.mt300 {
  margin-top: 300px;
}

.mt300 {
  margin-top: 420px;
}

.ml4 {
  margin-left: 4px;
}

.ml5 {
  margin-left: 5px;
}

.ml8 {
  margin-left: 8px;
}

.ml10 {
  margin-left: 10px;
}

.ml12 {
  margin-left: 12px;
}

.ml16 {
  margin-left: 16px;
}

.ml20 {
  margin-left: 20px;
}

.ml24 {
  margin-left: 24px;
}

.ml30 {
  margin-left: 30px;
}

.mr6 {
  margin-right: 6px;
}

.mt16 {
  margin-top: 16px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb12 {
  margin-bottom: 12px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb56 {
  margin-bottom: 56px;
}

.pt4 {
  padding-top: 4px;
}

.pt8 {
  padding-top: 8px;
}
.pt10 {
  padding-top: 10px;
}

.pt12 {
  padding-top: 12px;
}

.pt16 {
  padding-top: 16px;
}

.pt20 {
  padding-top: 20px;
}

.pt24 {
  padding-top: 24px;
}

.pt26 {
  padding-top: 26px;
}

.pt30 {
  padding-top: 30px;
}

.pt32 {
  padding-top: 32px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt46 {
  padding-top: 46px;
}

.pt56 {
  padding-top: 56px;
}

.pt60 {
  padding-top: 60px;
}

.pt64 {
  padding-top: 64px;
}

.pt66 {
  padding-top: 66px;
}

.pt80 {
  padding-top: 80px;
}
.pt82 {
  padding-top: 82px;
}
.pt88 {
  padding-top: 88px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pt115 {
  padding-top: 115px;
}

.pt148 {
  padding-top: 148px;
}
.pt152 {
  padding-top: 152px;
}

.pt164 {
  padding-top: 164px;
}
.pt172 {
  padding-top: 172px;
}

.pt184 {
  padding-top: 184px;
}

.pt200 {
  padding-top: 200px;
}

.pt217 {
  padding-top: 217px;
}

.pt234 {
  padding-top: 234px;
}

.pt239 {
  padding-top: 239px;
}

.pt250 {
  padding-top: 250px;
}

.pt278 {
  padding-top: 278px;
}

.pt285 {
  padding-top: 285px;
}

.pt300 {
  padding-top: 300px;
}

.pt304 {
  padding-top: 304px;
}

.pt400 {
  padding-top: 400px;
}

.pt429 {
  padding-top: 429px;
}

.pt498 {
  padding-top: 498px;
}

.pb4 {
  padding-bottom: 4px;
}
.pb8 {
  padding-bottom: 8px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb12 {
  padding-bottom: 12px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb24 {
  padding-bottom: 24px;
}

.pb32 {
  padding-bottom: 32px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb38 {
  padding-bottom: 38px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb41 {
  padding-bottom: 41px;
}

.pb50 {
  padding-bottom: 50px;
}
.pb55 {
  padding-bottom: 55px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb65 {
  padding-bottom: 65px;
}

.pb80 {
  padding-bottom: 80px;
}
.pb82 {
  padding-bottom: 82px;
}

.pb86 {
  padding-bottom: 86px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb114 {
  padding-bottom: 114px;
}

.pb150 {
  padding-bottom: 150px;
}

.pb279 {
  padding-bottom: 279px;
}

.pl24 {
  padding-left: 24px;
}

.pl48 {
  padding-left: 48px;
}

.pr10 {
  padding-right: 10px;
}

.px16 {
  padding-left: 16px;
  padding-right: 16px;
}

@media screen and (max-width: 1000px) {
  .mt16-mo { 
    margin-top: 16px;
  }
  .pb0-mo { 
    padding-bottom: 0;
  }
}


.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Internet Explorer 10+ (optional) */
input[type=number] {
  -ms-appearance: none;
}

@media screen and (max-width: 1200px) {
  .main-popup {
    right: 30px;
    width: 300px;
  }
  .main-popup .main-popup__img {
    display: block;
    width: 100%;
  }
  .main-popup.type2 {
    right: 340px;
  }
}
@media screen and (max-width: 720px) {
  .barve img {
    width: 100px !important;
  }
  .nav-b > div {
    display: none;
  }
  .wrap.web {
    display: none;
  }
  .wrap.mobile {
    display: block;
    width: 100%;
    margin-top: 70px;
  }
  .wrap.mobile img {
    display: block;
    width: 100%;
  }
  .btn-main {
    bottom: 40px;
    transform: translateX(-50%);
    padding: 0 30px;
    height: 60px;
    border-radius: 50px;
    color: black;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    z-index: 0;
  }
  .notice-section .notice-section__title {
    font-size: 40px;
    padding-bottom: 20px;
  }
  .notice-section ul li.table .shirt-size {
    display: block;
  }
  .notice-section:nth-child(1) {
    padding-top: 40px;
  }
  .notice-section .notice-section__detail {
    padding: 16px;
  }
  .notice-section .notice-section__detail .detail-title {
    font-size: 28px;
  }
  .notice-section .notice-section__detail .detail-title-sub {
    font-size: 16px;
  }
  .notice-section .notice-section__detail .detail-title-desc {
    font-size: 14px;
  }
  .notice-section .notice-section__detail .detail-title-desc span {
    font-size: 14px;
  }
  .shirt-size__table {
    margin-top: 30px;
  }
  .notice-section {
    padding-top: 40px;
  }
  .notice-section ul li {
    font-size: 14px;
  }
  .notice-section ul li p {
    font-size: 14px;
  }
  .notice-section ul li p span {
    font-size: 14px;
  }
  .notice-section ul li > div {
    font-size: 14px;
  }
  .notice-section ul li p br {
    display: none;
  }
  .wrap2 {
    height: 100% !important;
  }
  .input-wrap {
    padding-bottom: 210px;
  }
  .main-banner__card .main-banner__title {
    font-size: 36px;
  }
  .main-banner__card {
    padding: 0 16px;
  }
  .main-banner__card .main-banner__detail {
    text-align: center;
    font-size: 18px;
  }
  .main-banner__card .main-banner__detail span {
    font-size: 18px;
  }
  .main-banner__card .main-banner__detail br {
    display: none;
  }
  .main-banner {
    height: 50vh;
  }
  .list-apply {
    display: block;
  }
  .list-apply.type2 li + li {
    margin-top: 30px;
  }
  .list-apply.type2 li .bg {
    aspect-ratio: 1/1;
    width: 100%;
    height: auto !important;
  }
  .list-apply li .list-apply__title {
    font-size: 30px;
  }
  .list-apply.type2 li .list-apply__caution {
    font-size: 16px;
  }
  .btn-apply {
    margin: 30px auto 0 auto;
    font-size: 30px;
    font-weight: 700;
    height: 70px;
    border-radius: 10px;
  }
  .main-popup-wrap {
    position: fixed;
    top: 60px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 80%;
    z-index: 300;
  }
  .main-popup-wrap .main-popup {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate(0, 0);
  }
  .main-popup-wrap .main-popup .main-popup__img {
    display: block;
    width: 100%;
  }
  .main-popup-wrap .main-popup .btn-close {
    position: absolute;
    top: 7%;
    right: 9%;
    width: 24px;
    height: 24px;
  }
  .main-popup-wrap .main-popup .btn-close img {
    width: 24px;
  }
  .main-popup-wrap .main-popup.type1 {
    margin-top: 10px;
  }
  .main-popup-wrap .main-popup.type2 {
    left: 0;
  }
}
@media screen and (max-width: 400px) {
  .footer-align.align {
    display: block !important;
  }
  .footer-align > .align .ml16 {
    margin-left: 0;
  }
  .terms-title a {
    font-size: 12px !important;
  }
  footer .list {
    display: block;
    gap: 10px;
  }
  footer .list.align {
    display: block !important;
  }
  footer .list li + li ::before {
    content: "";
    display: block;
    width: 0px;
  }
  .input-type3 select {
    font-size: 10px;
    background: url(../img/ico_arrow_down.svg) no-repeat right 12px top 50%/12px;
    padding: 0 8px;
  }
}

.banner-2025 { 
  display: block;
  width: 100%;
  height:calc(100vh - 100px);
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center center;
}
@media screen and (max-width: 720px) {
  .banner-2025-wrap { 
    &.pt88 { 
      padding-top: 60px;
    }
  }
  .banner-2025 { 
    /* height:calc(100vh - 60px); */
    object-fit: cover;
    height: auto;
    min-height: 40vh;
  }
}
.text { 
  &.fz20 { 
    font-size: 20px;
  }
  &.gray60 { 
    color: #606060;
  }
  &.black17 { 
    color: #171717;
  }
  &.fw500 { 
    font-weight: 500;
  }
  &.fw700 { 
    font-weight: 700;
  }
}

.donation-guide { 
  .row1 { 
    color: #1A1A1A;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 8px;
    .red { 
      color: #E20613;
    }
  }
  .row2 { 
    color: #5D5D5D;
    font-size: 14px;
    line-height: 150%;
  }
}

.text { 
  &.fz14 { 
    font-size: 14px;
  }
  &.gray46 { 
    color: #464646;
  }
}