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

html, body, h1, h2, h3, h4, h5, h6, div, p, blockquote, pre, code, address, ul, ol, li, menu, nav, section, article, aside, dl, dt, dd, table, thead, tbody, tfoot, label, caption, th, td, form, fieldset, legend, hr, input, button, textarea, object, figure, figcaption {
    margin:0;
    padding:0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

main, header, section, nav, footer, aside, article, figure {
    display:block;
}

html{
    -webkit-touch-callout:none;
    /* -webkit-user-select:none; */
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}

html, body {
    overflow-x:hidden; /* 반응형 */
}

/* ul, ol, li {
    list-style:none;
} */

h1, h2, h3, h4, strong, th {
    font-weight:normal;
    font-family:inherit;
    color:inherit;
}

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

i, em {font-style: normal;}

table {
    /* width: 50%; */
    border-collapse: collapse;
    border-top: 1px solid #222;
}
th {
    width: 160px;
    padding: 12px 10px;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
    background-color: #EEEFF7;
}
td {
    padding: 12px 16px;
    border-bottom: 1px solid #e1e1e1;
}
th, td {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.352px;
}

/* 헤더 */
.header {
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    /* background-color: rgba(255,255,255,0.2); */
    /* background-color: #FFF;  */
    z-index: 10000;
}

.header .logo {
    display: flex;
    padding: 64px 80px;
    /* color: #fff; */
    justify-content: space-between;
    max-width: 1920px;
    margin: 0 auto;
}

.header .logo img {
    height: auto;
    z-index: 100;
}

.header .logo .mlogo {
    width: auto;
    transition: all 0.5s ease;
}

.wrapper {
    /* margin: 40px; */
    display: flex;
    flex-direction: column;
    width: 24px;
    z-index: 300;
  }
  .stick {
    background-color: black;
    width: 24px;
    height: 1px;
  }
  .stick + .stick {
    margin-top: 9px;
  }
  .stick:nth-child(1) {
    transform-origin: 1px 2.5px;
  }
  .stick:nth-child(2) {
    transform-origin: 50% 50%;
  }
  .stick:nth-child(3) {
    transform-origin: 1px -1px;
  }
  .transition .stick {
    transition: all 0.3s;
  }
  .transition.close .stick:nth-child(1) {
    transform: rotate(45deg);
    width: 29.7px;
  }
  .transition.close .stick:nth-child(2) {
    transform: scale(0);
  }
  .transition.close .stick:nth-child(3) {
    transform: rotate(-45deg);
    width: 29.7px;
  }

.menu-container {
    position: relative;
    display: inline-flex;
    margin-top: 22px;
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    gap: 60px;
}

.slash {
    width: 100%;
    height: 100vh;
    position: absolute;
    overflow: hidden;
    transform-origin: 0 0;
}

.xtr {
    top: 0;
    height: 0%;
    animation: heightSlide 0.5s ease forwards;
    animation-delay: 0.5s;
}

.xbr {
    bottom: 0;
    height: 0%;
    animation: heightSlide 0.5s ease forwards;
    animation-delay: 0.5s;
}

.xbr2 {
    bottom: 0;
}

.slash img {
    position: absolute;
}

.slash .image1 {
    top: 0;
    left: 50%;
    height: 60%;
    transform: translateX(-60%);
    /* Additional styling for the first image if needed */
}

.slash .image2 {
    bottom: 0;
    left: 50%;
    height: 60%;
    transform: translateX(-40%);
    /* Additional styling for the second image if needed */
}

.cursor {
    cursor: pointer;
}

.visible-h {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
}

.display-none {
    display: none;
}

.white {
    color: #FFF;
}

.whitex {
    color: #FFF;
}

.whitebg {
    background-color: #FFF;
    transition: background-color 0.5s ease;
}

.dark {
    color: #222;
}

#menu {
    transition: all 0.5s ease;
}

#menux {
    display: flex;
    align-items: center;
}

#pageMenu li[data-menuanchor="service"].active a span{
    color: #FFF;
}

#pageMenu li[data-menuanchor="service"].active i::before {
    background-color: #FFF;
}

.dropdown {
    /* display: none; */
    position: absolute;
    padding: 16px 10px;
    flex-direction: column;
    align-items: flex-start;
    /* background: #F5F5F7; */
    /* box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.08); */
    list-style: none;
    margin: 0;
    top: 100%;
    left: -70px;
    z-index: 1;
    opacity: 0;
    transition: transform 0.5s, opacity 0.3s;
    transform:translateY(-20px);
    pointer-events: none;
}

/* Show the dropdown when the 'close' class is applied */
.transition.close + .dropdown {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto; /* Makes the dropdown clickable when visible */
  }

.dropdown li {
    display: flex;
    width: 95px;
    height: 28px;
    padding: 40px 10px;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    /* color: #000; */
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* letter-spacing: -0.308px; */
    text-transform: capitalize;
}

.dropdown li a {
    background-color: #ffffffdb;
    text-decoration: none;
    padding: 5px;
    border-radius: 7px;
}

.dropdown li a:hover {    
    font-weight: 600;
    /* text-transform: uppercase; */
}

/* .menu-container:hover .dropdown {
    display: inline-flex;
    opacity: 1;
    transition: transform 0.5s, opacity 0.3s;
    transform: translateY(0px);
    pointer-events: auto;
} */

.social {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: absolute;
    left: 4.1649%;
}

/* 페이지 앵커 */
#pageMenu { 
    position: fixed; 
    right: 40px; 
    top: 50%; 
    transform: translate(0,-50%); 
    /* width: 80px;  */
    z-index: 999;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s;
}

#pageMenu li { 
    margin: 5px 0; 
}

#pageMenu a { 
    display: block;
    width: 100%;
    position: relative;
    text-align: right;
    padding-right: 20px;
    top: 18px;
    height: 55px;
    right: 60px;
}

#pageMenu a span { 
    color: #bababa57; 
    font-size: 16px; 
    font-family: 'Pretendard'; 
    font-weight: 600;
    line-height: normal; 
    display: inline-block; 
    /* opacity: 0; */
    transition: all 0.3s;
}

#pageMenu.on a span { 
    color: #fff; 
}

#pageMenu a i {
    display: inline-block; 
    position: absolute; 
    width: 3px; 
    height: 60px; 
    background: #bababa57; 
    /* border-radius: 50%;  */
    top: 20%;
    right: 0px; 
    transform: translateY(-50%);
}

#pageMenu a i::before {
    content: ''; 
    display: inline-block; 
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    width: 3px; 
    height: 60px; 
    /* border: 1px solid #bababa; */
    /* border-radius: 50%; */
    opacity: 0;
    transition: all 0.3s;
}

#pageMenu li.active a span { 
    font-size: 16px;
    color: #000;
}

#pageMenu li.active a i::before {
    content: ''; 
    display: inline-block; 
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    width: 3px; 
    height: 60px; 
    /* border: 1px solid #bababa; */
    /* border-radius: 50%;  */
    opacity: 1;
    background-color: #000;
}

/* 페이지 */
#section1 {background-color: #fff;}
#section2 {background-color: #fff;}
#section3 {background-color: #000;}
#section4 {background-color: #fff;}
#section5 .section-inner {
    /* min-height: 200px; */
    /* margin-top: 0; */
    display: flex;
    align-items: flex-start;
    padding: 0 220px 190px;
    position: relative;
}
#section5 .section-inner img {
    width: 13vw;
    max-width: 140px;
    min-width: 58px;
    height: auto;
}
.section .section-inner {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    max-width: 1920px;
    height: 100%; 
    flex-direction: column;
    margin: 0 auto;
    /* color: #fff; */
}

.s2content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 120px 230px;
    gap: 105px;
}

.s3-1content {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 100px 220px;
    /* gap: 105px; */
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.s3-2content {
    position: absolute;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 70px;
}

.s3-3content {
    position: absolute;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s3-3content img {
    position: absolute;
    width: 9.173%;
}

.s3-3content img.lslash1 {
    top: -95px;
    left: -140px;
}

.s3-3content img.lslash2 {
    bottom: -65px;
    right: -140px;
}

.s4content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 120px 220px;
    gap: 44px;
    justify-content: center;
}

.content-cont {
    display: flex;
    flex-direction: column;
    gap: 27px;
}

.slash-textshape {
    width: 3%;
    max-width: 20px;
    min-width: 10px;
    height: 2px;
    transform: rotate(-75.5deg);
    flex-shrink: 0;
    background-color: #000;
}

.title {
    font-size: clamp(3rem, 10vw, 10rem);
    font-style: normal;
    font-weight: 700;
    line-height: 240px;
}
.head-cont {
    display: flex;
    align-items: center;
    gap: 2px;
}

.head {
    font-size: clamp(0.1rem, 2.7907vw, 1.3rem);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.subtitle {
    font-size: clamp(1rem,5.5814vw,4.5rem);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.72px;
}

.subtitle2 {
    text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.50);
    font-size: clamp(1.75rem,4vw,4rem);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.64px;
}

.comment {
    font-size: clamp(0.75em,1.25vw,1.5rem);
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding-bottom: 23px;
}

.comment2 {
    font-size: clamp(0.75rem,1.3vw,1.5rem);
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.comment3 {
    font-size: clamp(0.8rem,3vw,3rem);
    font-style: normal;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: -2px;
    text-align: center;
}

.emailaddr {
    font-size: clamp(1.125rem,3vw,3rem);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.48px;
    text-decoration-line: underline;
    text-underline-position: under;
    margin-top: 44px;
}

.s01-cont {
    width: 100%;
    max-width: 1920px;
}
.s01{
    width: 100%;
    max-width: 1221px;
    min-width: 370px;
    transform: translateX(-180px);
}
.s02-cont {
    display: flex;
    width: 100%;
    max-width: 1920px;
    justify-content: flex-end;
}
.s02 {
    width: 78%;
    max-width: 973px;
    min-width: 289px;
    transform: translateX(27px);
}
.s03-cont {
    display: flex;
    width: 100%;
    max-width: 1920px;
    justify-content: flex-end;
}
.s03 {
    width: 100%;
    max-width: 1305px;
    min-width: 448px;
    transform: translateX(27px);
}

.pulse-cont {
    display: flex;
    align-items: flex-start;
    margin-bottom: 14px;
}

.pulse-cont img {
    width: 100%;
    height: auto;
}

.picknhb-cont {
    display: flex;
}

.pick-cont {
    display: flex;
    position: relative;
    left: -25px;
    z-index: 10;
}

.pick-cont img {
    position: relative;
    width: 100%;
}

.pick-cont img.i {
    left: -6px;
}

.pick-cont img.c {
    left: -8px;
}

.pick-cont img.k {
    left: -16px;
}

.hb-cont {
    position: relative;
}

.hb-cont img {
    position: absolute;
}

.hb-cont img.hb1 {
    top: 44.74px;
    left: -96px;
}

.hb-cont img.hb2 {
    top: 2.25px;
    left: -58px;
}

.hb-cont img.hb3 {
    top: 2.7px;
    left: 7px;
}

.pp {
    width: 53vw;
    height: auto;
    max-width: 484px;
    min-width: 230px;
}

.shadow-container {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 1920px;
    max-height: 1080px;
}

.shadow-container img {
    width: 100%;
    height: auto;
}

/* Bottom Shadow */
.shadow-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35.6482%; /* Adjust as needed */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

/* Left Shadow */
.shadow-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 25%; /* Adjust as needed */
    height: 100%;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

/* Right Shadow */
.shadow-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%; /* Adjust as needed */
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

#servc2 {
    width: 100%;
    max-height: 1080px;
    object-fit: contain;
}

.blackbg {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 1920px;
    max-height: 1080px;
    min-height: 480px;
}

/* 애니메이션 */
.section.active .ani-01 {animation: fadeLeft 1.5s 0.25s both;}
.section.active .ani-02 {animation: fadeLeft 0.5s 0.35s both;}
.section.active .ani-03 i {animation: fadeUp 0.4s 0.2s both}
.section.active .ani-04 {opacity: 1; transition: opacity 1.7s;}
.section.active .ani-05 {animation: fadeIn 0.5s ease;}
.ani-04 {opacity: 0; transition: opacity 0.5s ease;}
.act {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.act.visible {
    opacity: 1;
    /* animation: fadeUp 1.5s ease; */
}

@keyframes fadeIn {
	0%{ opacity: 0;}
	100%{ opacity: 1;}
}
@keyframes fadeUp {
	0%{transform:translateY(80px); opacity: 0;}
	100%{transform:translateY(0); opacity: 1;}
}
@keyframes fadeDown {
	0%{transform:translateY(-80px); opacity: 0;}
	100%{transform:translateY(0); opacity: 1;}
}
@keyframes fadeLeft {
	0%{transform:translateX(-80px); opacity: 0;}
	100%{transform:translateX(0); opacity: 1;}
}
@keyframes fadeRight {
	0%{transform:translateX(80px); opacity: 0;}
	100%{transform:translateX(0); opacity: 1;}
}
@keyframes up {
	0%{transform:translateY(120%);}
	100%{transform:translateY(0);}
}
@keyframes moveTxt {
	0%{transform:translateX(-20px); opacity: 0;}
	100%{transform:translateX(0); opacity: 1;}
}
@keyframes zoomOut {
    0% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoomIn {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.5);
    }
}
@keyframes heightSlide {
    from {
      height: 0%; /* Start with full height */
    }
    to {
      height: 60%; /* End with no height */
    }
  }

.fp-controlArrow.fp-prev {left: 120px;}
.fp-controlArrow.fp-next {right: 120px;}

/* New animation for zoom out */
.zoomOutAnimation {
    animation: zoomOut 0.8s ease-in-out forwards;
}

.zoomInAnimation {
    animation: zoomIn 0.8s ease-in-out forwards;
}

.footer-container {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    gap: 8px;
}

.footer-container .textline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70vw;
    max-width: 1101px;
}

.footer-container .textline span {
    font-size: clamp(0.4375rem,2vw,1.5rem);
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.footer-container .cpinfotext {
    font-size: clamp(0.4375rem,2vw,1.3125rem);
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-top: 38px;
}

.footer-container .crtext {
    font-size: clamp(0.5rem,2vw,1.125rem);
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.foot-l-cont {
    position: absolute;
    right: 220px;
    bottom: 190px;
}

.hidden {
    display: none;
}

#pull-to-refresh {
    display: flex;
    padding: 4px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 8%;
    left: 0;
    right: 0;
    height: 47px;
    background: #FFF;
    color: #000;
    text-align: center;
    transform: translateY(-50px);
    transition: transform 0.3s, opacity 0.3s;
    z-index: 9999;
    opacity: 0;
}
#pull-to-refresh span {
    color: #222;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.refreshing #pull-to-refresh {
    transform: translateY(0);
    opacity : 1;
}