

/* 초기화 */
html {overflow-y:scroll;height:100%;min-width:320px;
    overflow-x: hidden;}

:root {
    --transition-default: all 0.4s ease;
}
  
/* 필요한 요소만 선택적으로 */
nav,
.menu-toggle {
  transition: var(--transition-default);
}

/* 웹폰트 */
.bodoni {
    font-family: "Libre Bodoni", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
.bodoni_line{
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
  
.pretan{
    font-family: 'Pretendard Variable', sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
  
body {margin:0;padding:0;
    font-size: 16px; /* 기준 rem 값 */
    height:100%;
    line-height: 1.6;
    color: #2b2b2b;
    font-family: 'Pretendard Variable', sans-serif;
    scroll-behavior: smooth;
    transition: background-color 0.5s ease; /* 부드럽게 색 전환 */

}

html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
legend {position:absolute;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
input, button {margin:0;padding:0;font-size:1em;font-family:'Elice-re', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;}
button, input[type=submit] {cursor:pointer}

input[type=text], input[type=password], input[type=image], button {font-size:1em;-webkit-appearance:none}
textarea, select,button {font-size:1em;font-family:'Elice-re', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;}
textarea {border-radius:0;-webkit-appearance:none}
select {margin:0;background:none}
p {margin:0;padding:0;word-break:break-all}

hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#2b2b2b;text-decoration:none}
ul,li,dl,dt,dd{padding:0;margin:0}
ul{list-style:none;}
img{vertical-align:top;max-width:100%;height:auto}


/* 제목 */
h1 {
    font-size: clamp(2rem, 9vw, 6.5rem);
    font-weight: 700;
    line-height: 1.2;
  }
  
  h2 {
    font-size: clamp(1.75rem, 4vw, 3rem);
    font-weight: 600;
    line-height: 1.3;
  }
  
  h3 {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 600;
  }
  
  h4 {
    font-size: clamp(1.25rem, 2.5vw, 2rem);
    font-weight: 500;
  }
  
  h5 {font-size: clamp(1.125rem, 2vw, 1.5rem);}
  
  h6 {font-size: clamp(1rem, 1.5vw, 1.25rem);}
  
  /* 본문 텍스트 */
  p, li,a {font-size: clamp(1rem, 1.5vw, 1.125rem);}
  
  /* 캡션이나 보조 텍스트 */
  small {
    font-size: clamp(0.75rem, 1vw, 0.875rem);
    color: #777;
  }
  
  /* 버튼 텍스트 */
  button {
    font-size: clamp(0.875rem, 1.2vw, 1rem);
    font-weight: 600;
    letter-spacing: 0.5px;
  }

.mint{
    color: #00FF44;
}
.bold{
    font-weight: 600;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



 
/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:100%;height:0}
#hd_pop h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff;}
.hd_pops img{max-width:100%;height:auto}
.hd_pops_con {}
.hd_pops_footer {padding:10px 0;background:#000;color:#fff;text-align:right}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}


.inner{
    max-width: 1440px;
    width: 92%;
    margin: 0 auto;
}

.flex{
    display: flex;
}

/* header */
header{
    position: fixed;
    width: 100%;
    background-color: #0f0f0f;
    isolation: isolate;
    height: 70px;
    top: 0;
    z-index: 50;
    left: 0;
}
.logo{
    display: inline-block;
    width: 200px;
    position: absolute;
    left: 3rem;
    top: 1rem;
}
.menu-toggle {
    display: none;
    font-size: 1.5rem;
    background: none;
    border: none;
    color: #2b2b2b;
    position: absolute;
    right: 1rem;
    top: 1rem;
    cursor: pointer;
}
nav{
    float: right;
    width: calc(100% - 150px);
}
nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 70px;
}
nav ul li{
    padding: 0 10px;
}

.blend-bg {
    position: fixed;
    inset: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.3); /* 테스트용 */
    mix-blend-mode: multiply;
    pointer-events: none;
    width: 100%;
}

.blend-link{
    mix-blend-mode: difference;
    text-decoration: none;
    color: white; /* ← 반드시 필요함! */
}

/* 움직이는 배경 */
canvas {
    position: fixed;
    width: 100vw !important; 
    height: 100vh !important;
    left: 0;
    top: 0;
    z-index: 0;
}

section{
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* intro */
.intro{
    width: 100%;
    height: 100vh;
}

.intro_tit{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
    z-index: 2;
}
/* 움직이는 모션 */
.source_list>div{
    position: absolute;
    animation: float 4s ease-in-out infinite;
}
.source_list .source01{
    max-width: 238px;
    min-width: 150px;
    left: -4%;
    top: 27%;
    animation-delay: 1s;
}

.source_list .source06{
    max-width: 530px;
    min-width: 200px;
    right: 4%;
    bottom: -38%;
    opacity: 0.5;
    animation-delay: 2s;
}

.source_list .source05{
    max-width: 50px;
    min-width: 40px;
    top: 24%;
    right: 22%;
    transform: rotate(2deg);
    animation-delay: 1s;
}


.source_list .source04{
    max-width: 50px;
    min-width: 40px;
    bottom: 24%;
    right: 38%;
    transform: rotate(2deg);
    animation: spin 3s linear infinite;
    animation-delay: 0s; 
    
}


.source_list .source03{
    max-width: 50px;
    min-width: 40px;
    top: 57%;
    left: 9%;
    transform: rotate(2deg);
}

.source_list .source02{
    max-width: 50px;
    min-width: 40px;
    bottom: 7%;
    left: 33%;
    transform: rotate(226deg);
}



.sec2{
    height: 800px;
}
.section.blackout{
 display: block;   
}
.blackout {
    width: 100vw;
    background: linear-gradient(to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 10%,
    rgba(0, 0, 0, 1) 50%, 
    rgba(0, 0, 0, 0) 70%);
    opacity: 0;
    transition: opacity 1s ease;
    z-index: 1;
    padding-top: 100vh;
    padding-bottom: 150px;
}
.black_warp{
    display: flex;
    width: 97%;
    margin: 0 auto;
    flex-wrap: wrap;
    z-index: 30;
    position: relative;
}
.black_warp .bg_icon{
    position: absolute;
    left: -309px;
    width: 500px;
    bottom: -51%;
    filter: grayscale(1);
    transform: rotate(269deg);
    opacity: 0.2;
    z-index: 21;
    animation: spin 30s linear infinite;
}
.black_warp .black_left{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    color: #fff;
    margin-bottom: 80px;
    position: relative;
}

.black_warp .black_left .black_tit{
    margin-left: 20px;
}
.black_warp .black_left .spark{
    position: absolute;
    top: 50%;
}
.black_warp .black_right{
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}
.black_warp .black_right>div{
    position: relative;
    z-index: 20;
}
.black_warp .black_right .spark{
    position: absolute;
    right: 15%;
}


/* 패럴랙스 */

.mwg_effect031 {
    padding-bottom: 50vh;
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 20;
}
.mwg_effect031 .mwg_tit{
}
.mwg_effect031 h2{
    color: #0f0f0f;
    padding: 200px 0 80px 0;
}

.mwg_effect031 .scroll {
    position: fixed;
    width: 120px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mwg_effect031 .slide {
    height: 100vh;
    width: 100vw;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.14);
}
.mwg_effect031 .slide:last-of-type{
    box-shadow: unset;
}
.mwg_effect031 .content-wrapper {
    width: 100%;
    height: 100%;
    perspective: 250vw;
}
.mwg_effect031 .content {
    position: absolute;
    inset: 0;
    transform-style: preserve-3d; /* inherits the perspective from the parent */
    transform-origin: 50% 10%;
    padding: 100px 50px 50px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.mwg_effect031 .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffffad;
    border-radius: 10px;padding: 1rem;
}
.mwg_effect031 .top .subtit{
    text-align: center;
    background-color: #2b2b2b;
    display: inline-block;
    padding: 9px 15px;
    font-size: 1rem;
    border-radius: 50px;
}
.mwg_effect031 .top  h2{
    padding: 1rem 0;
}
.mwg_effect031 .bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.mwg_effect031 .text {
    width: 32vw;
    display: flex;
    align-items: flex-end;
    font: 500 normal 1.6vw / 1.1 'Inter', sans-serif;
    letter-spacing: -0.03em;
}
.mwg_effect031 .bottom > div:last-child {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.mwg_effect031 .view_btn a{
    background-color: #00FF44;
    color: #2b2b2b;
    padding: 12px;
    border-radius: 15px;
    display: inline-block;
    width: 135px;
    text-align: center;
    cursor: pointer;

}


.mwg_effect031 .bottom img {
    width: 25vw;
    border-radius: 0.02em;
}
.mwg_effect031 .top p {
    letter-spacing: -0.06em;
}
.mwg_effect031 .top svg {
    width: 5.7vw;
    height: auto;
    display: block;
}
.mwg_effect031 .slide .content{
    border-radius: 20px;
}
.mwg_effect031 .slide:nth-child(1) .content {
    background: #F1F1F1;
    color: #2b2b2b;
}
.mwg_effect031 .slide:nth-child(2) .content{
    /* background: #C4EF7A; */
    background-image: url('/theme/web/img/fin2.png');
    color: #fff;
    background-size: auto 100%;
    background-repeat: no-repeat;
    object-fit: cover;
}
.mwg_effect031 .slide:nth-child(3) .content {
    background-image: url('/theme/web/img/theme01-1.png');
    color: #fff;
    background-size: auto 100%;
    background-repeat: no-repeat;
    object-fit: cover;;
}

.mwg_effect031 .slide:nth-child(4) .content {
    background-image: url('/theme/web/img/bio-2.png');
    color: #fff;
    background-size: auto 100%;
    background-repeat: no-repeat;
    object-fit: cover;;
}

.listy p{
    display: inline-block;
}

/* begins */

.begins{
    margin-bottom: 160px;
}

/* sogae_box */
.begins .sogae_box{
    /* width: 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.begins .sogae_box .soae_left,
.begins .sogae_box .soae_right{
    width: 50%;
}

.begins .source_be{
    animation: float 4s ease-in-out infinite;
    width: 150px;
    position: absolute;
}

.soae_right_le{
    margin-bottom: 1rem;
}
.begins .source_be.zero{
    left: 20%;
    top: -20%;
    width: 30px;
    animation-delay: 0;
}


.begins .source_be.fir{
    left: 0%;
    top: 106%;
    animation-delay: 2s;
}

.begins .source_be.two{
    right: 10%;
    top: -7%;
    width: 57px;
    animation-delay: 1s;
}


/* 스크롤다운 */
.scroll-down {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2rem;
    cursor: pointer;
    animation: bounce 2s infinite;
    z-index: 10;
    color: #2b2b2b;
    border: 1px solid #2b2b2b;
    border-radius: 50px;
    padding: 0 0 6px 0;
}

.scroll-down i{
    padding: 20px 0px 0px 0px;
}


/* mwg_effect049 */

.mwg_effect049 {
    padding: 20vh 0 ;
    background-color: #000;
}
.mwg_effect049 .pin-spacer{
    color: #fff;
    width: 100% !important;
}
.mwg_effect049 .scroll {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mwg_effect049 .container {
    position: relative;
    z-index:11;
    height: 80vh;
    text-transform: uppercase;
}
.mwg_effect049 .movie {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
}
.mwg_effect049 .work{
    text-align: center;
    
}
.mwg_effect049 .work h2{
    padding: 30px 0;
}
.mwg_effect049 .bottom{
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    justify-content: center;
}
.mwg_effect049 .process {
    display: flex;
    width: 30%;
    margin-right:1%;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
    color: #fff;
    background: linear-gradient(145deg, #1e1e1e, #0f0f0f);
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.7), inset 0 1px 1px rgba(255, 255, 255, 0.1);
    transform: perspective(800px) rotateX(5deg) rotateY(-5deg);
    transition: transform 0.4s ease;
    margin-bottom: 20px;
}

.mwg_effect049 .minis{
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px;
}
.process.angle1 {
    transform: rotateX(4deg) rotateY(12deg);
}
.process.angle2 {
  transform: rotateX(-2deg) rotateY(3deg);
}
.process.angle3 {
  transform: rotateX(4deg) rotateY(-9deg);
  margin-right:0;
}
.process.angle4 {
transform:rotateX(-13deg) rotateY(5deg);
}
.process.angle5 {
  transform: rotateX(-3deg) rotateY(5deg);
}
.process.angle6 {
transform: rotateX(-5deg) rotateY(-15deg);
  margin-right:0;
}



.mwg_effect049 .process .pro_right h4{
    padding: 10px 0;
    position: relative;
    display: inline-block;
}
.mwg_effect049 .process .pro_right h4::after{
    content: '';
    position: absolute;
    right: -20px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #00FF44;
}
.mwg_effect049 .process:hover{
    transform: perspective(800px) rotateX(0deg) rotateY(0deg);
}

.mwg_effect049 .process .pro_left{
    width: 100%;
}

.mwg_effect049 .process .pro_right{
    width: 100%;
}
.mwg_effect049 .title {
    font-size: 10vw ;
    letter-spacing: -0.06em;
}
.mwg_effect049 .title span {
    display: inline-block;
    will-change: transform;
}
.mwg_effect049 .infos {
    text-transform: uppercase;
}
.mwg_effect049 .lorem {
    width: 28vw;
   font-size: 1.125rem;
    letter-spacing: -0.06em;
    text-indent: 6vw;
}
.mwg_effect049 .movie img {
    width: 28vw;
    aspect-ratio: 1.6;
    object-fit: cover;
}

.mwg_effect049 .movig_bg{
    position: absolute;
    z-index: 10;
    left: 100px;
    top: 0;
    width: 500px;
}
.mwg_effect049 .movig_bg video{
    width: 100%;
    filter: hue-rotate(45deg);
}
@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(10px); }
}

  
@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}


@keyframes spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


section.form{
    padding-top: 160px;
}

.form .form-bo{
    margin-bottom: 60px;
}

/*신청폼 */
.form_box{
    width: 100%;
}
.w_f{
    width: 100%;
}
.apply-form {
    width: 80%;
    margin: 0 auto;
    font-family: 'Pretendard', sans-serif;
    background: #f9f7ef;
    padding: 20px;
  }
  
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
    gap: 12px;
  }

  
  .input-group {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
  }
  
  .input-group.small {
    flex: 1 1 100%;
    max-width: 200px;
  }
  
  label {
    font-size: 1rem;
    margin-bottom: 6px;
  }
  
  input, textarea {
    padding: 10px;    
    border-bottom:1px solid #2b2b2b;
    background: transparent;
  }
  .input-group input{
    border: 0;
    border-bottom:1px solid #2b2b2b;
  }

  textarea {
    width: 100%;
    resize: vertical;
  }
  
  .options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  
  .options button {
    border: 1px solid #2b2b2b;
    background: transparent;
    padding: 8px 12px;
    font-size: 14px;
    cursor: pointer;
  }
  
  .submit-btn {
    margin-top: 16px;
    background: #00ff66;
    color: #2b2b2b;
    padding: 10px 30px;
    font-weight: bold;
    border: none;
    cursor: pointer;
  }

  .checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
  }
  
  .custom-checkbox {
    position: relative;
    cursor: pointer;
  }
  
  .custom-checkbox input[type="checkbox"] {
    display: none;
  }
  
  .custom-checkbox span {
    display: inline-block;
    padding: 10px 16px;
    border: 1px solid #2b2b2b;
    border-radius: 4px;
    background-color: #fff;
    color: #2b2b2b;
    transition: all 0.2s ease;
    width: 110px;
    text-align: center;
  }
  
  .custom-checkbox input[type="checkbox"]:checked + span {
    background-color: #00ff66;
    color: #2b2b2b;
  }
  


@media (max-width: 969px){
    /* new */
    /* header */
    nav{

    }
    nav ul {
        flex-direction: column;
        display: none;
        background: #00FF44;
        top: 0;
        position: absolute;
        right: 0;
        width: 100%;
        height: 100vh;
        justify-content: flex-start;
    }

    .menu-toggle {
        display: block;
    }

    .begins .sogae_box{
        flex-wrap: wrap; 
    }
    .begins .sogae_box .soae_left, .begins .sogae_box .soae_right{
        width: 100%;
    }
    .mwg_effect049 .process{
        width: 49%;
    }
    .mwg_effect031 .view_btn a{
        width: 87px;
        padding: 6px;
        border-radius: 15px;
    }
    .mwg_effect031 .top .subtit{
        padding: 3px 15px;
    }

}

 @media (max-width:639px){
    #container_title {line-height:55px;border-bottom:1px solid #eee;color:#000;font-size:1em;;text-align:left;padding:0 20px;background:none}
    .source_list .source01{
        max-width: 178px;
        min-width: 111px;
        left: -11%;
        top: 19%;
    }
    
    .source_list .source06{
        max-width: 333px;
        min-width: 164px;
        right: 4%;
        bottom: -2%;
    }
    .blackout{
        padding-top:0;
        background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 1) 10%, 
        rgba(0, 0, 0, 1) 80%, 
        rgba(0, 0, 0, 0) 99%);
    }
    .mwg_effect031{
        padding-bottom: 56vh;
    }
    .mwg_effect031 h2{
        padding: 200px 0 0 0;
    }
    .black_warp .black_left .black_fir{
        height: 250px;
    }


    .black_warp .black_left .black_tit{
        margin-top: 20px;
        margin-left: 1rem;
    }
    .mwg_effect031 .content{
        padding: 83px 17px 32px 17px;
    }
    .apply-form{
        width: 92%;
    }

 }
