* {font-family: 'Pretendard'; color: #222; word-break: keep-all; font-weight: 300;}
a {font-family: 'Pretendard';}
img {display: block;}
::selection {background-color: #001640; color: #fff;}
/* ::-webkit-scrollbar {width: 0;} */

/* font-family: 'SCDream';
font-family: 'Pretendard'; */


/* ======== 공통 ======== */
.sect_space {padding: 180px 0;}
.sub_space {padding: 150px 0;}
.container {padding: 120px 0;}

.no_content {width: 100%; background-color: #f9f9f9; text-align: center; padding: 8%; color: #888; font-size: 15px;}



input[type="checkbox"] {display: none;}
input[type="checkbox"] + label {padding-left: 26px; position: relative; line-height: 1; cursor: pointer;}
input[type="checkbox"] + label::before {content: ""; display: block; width: 18px; height: 18px;  position: absolute; top: 50%; left: 0; transform: translateY(-50%); background: url(https://pomesoft-s3.s3.ap-northeast-2.amazonaws.com/pomesoft/_uploads/GEUMSAEM/publishing/169015246153329.png) no-repeat center/cover;}
input[type="checkbox"] + label::after {content: ""; display: none; width: 18px; height: 18px; position: absolute; top: 50%; left: 0; transform: translateY(-50%); z-index: 2; background: url(https://pomesoft-s3.s3.ap-northeast-2.amazonaws.com/pomesoft/_uploads/GEUMSAEM/publishing/16901524665906.png) no-repeat center/cover;}
input[type="checkbox"]:checked + label::after {display: block;}





/* 자세히보기 버튼 */
.more_btn {padding: 20px 30px; border: 1px solid #fff; display: flex; align-items: center; gap: 30px; width: max-content; cursor: pointer; background-color: transparent; backdrop-filter: blur(4px); transition: all .2s;}
.more_btn:hover {background-color: #ffffff20;}
.more_btn span {font-size: 16px; color: #fff; line-height: 1;}
.more_btn i {display: block; width: 12px; height: 12px; display: block; background: url(https://pomesoft-s3.s3.ap-northeast-2.amazonaws.com/pomesoft/_uploads/GEUMSAEM/publishing/168962445897411.png) no-repeat center/contain;}
.more_btn.bk {border-color: #ddd;}
.more_btn.bk:hover {background-color: #f7f7f7;}
.more_btn.bk span {color: #666;}
.more_btn.bk i {background: url(https://pomesoft-s3.s3.ap-northeast-2.amazonaws.com/pomesoft/_uploads/GEUMSAEM/publishing/16896325881231.png) no-repeat center/contain;}


/* 인풋 */
input {outline: none; border: 1px solid #ddd; font-family: inherit; color: #111; font-weight: 400; border-radius: 0;}


/* 버튼 */
button {font-family: inherit; transition: all .2s;}

.btn_box {display: flex; justify-content: center; padding-top: 50px;}

.sec-text-bottom a {width: fit-content;}


button[class*="btn_"] {font-size: 16px; padding: 20px 50px;}
button.btn_type2 {background-color: #666; color: #fff;}
button.btn_type2:hover {background-color: #555;}


.wrap.main {overflow: visible;}





/* =============== 메인페이지 =============== */

/* sec1 */

.sec1 figure {
  position:absolute;
  width:100%;
  height:100%;
  top:0;left:0;
  z-index:-1;
}

.sec1 figure img {
  width:100%;
  height:100%;
  object-fit: cover;
  animation: bg-scale 3s ;
  
}

@keyframes bg-scale {
    0% {
        transform: scale(1.15);
    }
    100% {
        transform: scale(1);
    }
}


.sec1 .sec1-title span {
  font-family: 'poppins';
  font-size:clamp(30px,6vw,100px);
  color:#fff;
  font-weight:300;
  word-spacing:0.05em;
  line-height:1;
}

.sec1 .sec1-title p {
  font-family: 'poppins';
  font-size:clamp(40px,6vw,110px);
  color:#fff;
  font-weight:700;
  line-height:1;
}

.sec1 .scrolldown {
  opacity:0.7;
  display: flex;
  gap:30px;
  flex-direction: column;
  align-items: center;
  position:absolute;
  bottom:30px;
  left:50%;
  transform: translate(-50%,-50%);
}

.sec1 .scrolldown div {
  color:#fff;
  font-size:18px;
}

.sec1 .scrolldown .down-img {
  animation: down-move 1.5s infinite cubic-bezier(0.4,0,0.2,1);
}

@keyframes down-move {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  70% {
    transform: translateY(20px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}


/* sec2,sec3 공통 */


.sec2, .sec3 {
  background-image:url(../img/main-bg.png);
  background-size:cover;
}

.sec-wrap {
  display:flex;
  gap:50px;
}
.sec-wrap>div {
  width:50%;
}

.sec-text-wrap {
  display: flex;
  flex-direction: column;
  gap:30px;
  justify-content: center;
}


.sec-text-top {
  line-height:1;
  display:flex;
  flex-direction: column;
  gap:15px;
}

.sec-text-top span {
  font-family: 'GmarketSansMedium';
  font-size:64px;
  color:#ddd;
}

.sec-text-top p {
  font-family: 'GmarketSansMedium';
  font-size:70px;
  color:#333;
  font-weight:900;
}

.horizontal-line {
  width:70%;
  border-top: 2px solid #d9d9d9;
}

.sec-text-bottom {
  display:flex;
  flex-direction: column;
  gap:30px;
}

.sec-text-bottom p {
  font-size:24px;
}

.sec-text-bottom span {
  display:flex;
  gap:50px;
  border:1px solid #666;
  padding:15px 25px;
  border-radius:10px;
  color:#666;
  width: fit-content;
  align-items: center;
  background:#fff;
  cursor: pointer;
  transition:0.1s;
  font-size:18px;
}

.sec-text-bottom span:hover {
  background:#666;
  color:#fff;
  transition:0.1s;
}

.sec-text-bottom span:hover i {
  color:#fff;
  transition:0.1s;
}

.sec-text-bottom span i {
  font-size:20px;
  margin-bottom:2px;
  color:#666;
  transition:0.1s;
}




/* sec2 */ 
/* sec2 */

.sec2 .sec-text-wrap {
  position: sticky;
  top: 0;
  height: 100vh;
  z-index: 2;
}

.sec2 .sec-right-wrap {
  height: 100vh;
  overflow-y: auto;
  overscroll-behavior: auto;
}

.sec-right-wrap::-webkit-scrollbar {
  display: none;
}

.sec2 .sec-right-wrap>div:nth-child(2n) figure {
  margin-left:auto;
}

.sec2-con figure {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width:90%;
  margin-top:80px;
}

.sec2-con figure:last-child {
  margin-bottom:80px;
}

.sec2-con figure img {
  object-fit: contain;
  width:100%;
  height:100%;
}

.sec2-con div {
  position:absolute;
  bottom:30px;
  left:40px;
}

.sec2-con span,.sec2-con p {
  color:#fff;
}

.sec2-con span {
  font-size:50px;
  font-weight:700;
  line-height:1.2;
}

.sec2-con p {
  font-size:18px;
  font-weight:400;
}

/* sec2 */ 
/* sec2 */



/* sec3 */ 
/* sec3 */

.sec3 .sec-right-wrap {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
}

.sec3 .sec-right-wrap::-webkit-scrollbar {
  display: none;
}

.sec3-con {
  margin-left:-130px;
}

.sec3-con-text {
  font-size:30px;
  color:#666;
  margin-bottom:20px;
  line-height:1;
  display:flex;
  gap:10px;
  align-items: center;
}

.sec3 .sec-right-wrap>div:nth-child(1) {
  margin-left:0;
}

.sec3-con-t,.sec3-con-b {
  display:flex;
  gap:20px;
}

.sec3-con-b {
  margin-top:20px;
  margin-left:150px;
}

.sec3-con figure {
  width:500px; 
  aspect-ratio: 2/1;
  border-radius:10px;
  border:1px solid #d9d9d9;
  overflow: hidden;
}

.sec3-con figure img {
  object-fit: cover;
  width: 100%;
  height:100%;;
}





/* sec3 */ 
/* sec3 */


/* sec4 */ 
/* sec4 */


.sec4 {
  background-image:url(../img/sec4-bg.png);
  background-size:cover;
}

.sec4 .sec-text-top p {
  color:#fff;
}

.sec4 .sec-text-bottom p {
  color:#fff;
}

.sec4 .sec-right-wrap {
  display:flex;
  flex-direction: column;
  gap:35px;
}

.sec4-con {
  display:grid;
  align-items: center;
  gap:50px;
  grid-template-columns: 2fr 5fr;
  width:100%;
  border-radius:20px;
  background:#0000004d;
  padding:40px;
  border:2px solid #ffffff85;
  transition:0.1s;
}

.sec4-con:hover {
  background:#0000007a;
  transition:0.1s;
}

.sec4-con span {
  color:#fff;
  font-size: clamp(26px, 3vw, 50px); 
  font-weight:700;
  line-height:1;
}

.sec4-con p {
  color:#fff;
  font-size:18px;
  font-weight:400;
  margin-top:15px;
}


/* sec4 */ 
/* sec4 */



/* sec5 */ 
/* sec5 */


.sec5 .sec-wrap {
  display: flex;
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  gap:0;
}

.sec5-title, .sec5-box {
  width:100% !important;
}

.sec5-title {
  text-align:center;
  padding:10vh 0;
}

.sec5-title h2 {
  font-size:clamp(32px, 5vw, 80px);
  font-weight:700; 
}

.sec5-title h2 em {
  color:#788da6;
  font-weight:700;
}

.sec5-title p {
  font-size:24px;
  font-weight:400;
}

.sec5-box {
  display:grid;
  grid-template-columns: repeat(3, 1fr);
}

.sec5-box figure {
  position:relative;
  overflow: hidden;
  cursor: pointer;
}

.sec5-box figure:hover>a>img {
  transform: scale(1.1);
  transition:0.2s;
} 

.sec5-box figure img {
  transition:0.2s;
}

.sec5-box span {
  width:60px;
  height: 60px;
  display:flex;
  background:#00000044;
  border-radius:100px;
  position:absolute;
  top:50px;
  right:50px;
  justify-content: center;
  align-items: center;
}

.sec5-box figure:hover span img {
  transform: rotate(180deg);
  transition:0.2s;
}

.sec5-box span img {
  object-fit: contain;
  transition:0.2s;
}

.sec5-text {
  position:absolute;
  bottom:55px;
  left:50px;
  display:flex;
  flex-direction: column; 
}

.sec5-text h3 {
  font-size:50px;
  font-weight:700;
  color:#fff;
}

.sec5-text p {
  font-size:26px;
  font-weight:400;
  color:#fff;
}





/* sec5 */ 
/* sec5 */






/* -------- 1600px --------*/
@media screen and (max-width: 1600px) {


}




/* -------- 1440px --------*/
@media screen and (max-width: 1440px) {

  .sec-text-top p {
    font-size:clamp(30px,5vw,70px);
  }
  
  .sec-text-bottom p {
    font-size:22px;
  }

  .sec2-con figure {
    margin-top:60px;
  }

  .sec2-con figure:last-child {
    margin-bottom:60px;
  }

  .sec2-con div { 
    bottom: 25px;
    left: 35px;
}

  .sec2-con span {
    font-size:46px;
  }

  




}


/* -------- 1280px --------*/
@media screen and (max-width: 1280px) {
  
  
  .sec-text-bottom p {
    font-size:20px;
  }
  
  .sec2-con figure {
    margin-top:45px;
  }

  .sec2-con figure:last-child {
    margin-bottom:45px;
  }

  .sec2-con div { 
    bottom: 20px;
    left: 30px;
}

  .sec2-con span {
    font-size:40px;
  }

  .sec2-con p {
    font-size:16px;
  }

  .sec3-con-text {
    font-size:28px;
  }




}



/* -------- 1024px --------*/
@media screen and (max-width: 1024px) {
  

  
  .sec2, .sec3 {
    background-image:unset;
  }

  .sec2 {
    background:#fff;
  }

  .sec3 {
    background:#fcfcfc;
  }


  .sec2, .sec3, .sec4 {
    padding-top:100px;
    padding-bottom:100px;
  }

  .sec2, .sec3, .sec4, .sec5, .sec5 .sec-wrap, .sec5 .fp-tableCell {
    height:unset !important;
  }
  .sec-wrap {
    flex-direction: column;
  }

  .sec-wrap>div {
    width:100%;
  }

  .sec2 .sec-text-wrap {
    height:unset
  }

  .sec2 .sec-text-wrap {
    position:relative;
  }

  .sec2 .sec-right-wrap {
    height:unset;
    overflow-y: unset;
    overscroll-behavior: unset;
  }

  .sec-text-bottom span {
    font-size:16px;
  }



/* 메인페이지 반응형 인터렉션 */

  .main-ani {
    opacity:0;
    position:relative;
    top:100px !important; 
    transition: 0.8s;
  }

  .main-ani.on {
    opacity:1;
    top:0 !important;  
    transition: 0.8s;
  }



  .sec-text-top span {
    font-size:36px;
  }


  .sec-text-bottom p {
    font-size:18px;
  }

  .sec2-con figure {
    margin-top:30px;
  }

  .sec2-con figure:last-child {
    margin-bottom:30px;
  }

  .sec2-con div { 
    bottom: 15px;
    left: 20px;
}

  .sec2-con span {
    font-size:44px;
  }


  .sec3 .sec-right-wrap {
    flex-direction: column;
    gap:30px;
  }

  .sec3-con-b {
    margin-left:unset;
  }

  .sec3-con {
    margin-left:0;
  }
  
  .sec3-con-text {
    font-size:26px;
  }


  .sec5-box {
    grid-template-columns: 1fr;
  }

  .sec5-box>figure {
    width:100%;
    aspect-ratio: 2/1;
  }

  
  .sec5-box>figure>a>img {
    width:100%;
    height:100%;
    object-fit: cover;
    object-position: center;
    
  }

  .sec5-title p {
    font-size:18px;
  }


}





/* -------- 768px --------*/
@media screen and (max-width: 768px) {

  
  .sec-text-bottom span {
    font-size:14px;
    padding:12px 20px;
    gap:30px;
  }

  .sec-text-bottom p {
    font-size:16px;
  }
  
  .sec-text-top span {
    font-size:28px;
  }

  .sec2-con span {
    font-size:30px;
  }

  .sec2-con p {
    font-size:14px;
  }

  .sec2-con figure:last-child {
    margin-bottom:10px;
  }

  .sec2-con figure {
    margin-top:10px;
  }
  


  .sec3-con-text {
    font-size:24px;
  }

  .sec3-con-text img {
    width:34px;
  }

  .sec3-con-t, .sec3-con-b {
    gap:10px;
  }

  .sec3-con-b {
    margin-top:10px;
  }




  .sec4 .sec-right-wrap {
    gap:10px;
  }

  .sec4-con p {
    font-size:16px;
  }

  .sec4-con {
    display:flex;
    flex-direction: column;
    gap:30px;
    align-items: flex-start;
  }

  .sec5-text {
    bottom:30px;
    left:30px;
  }

  .sec5-box span {
    top:30px;
    right:30px;
    width:50px;
    height:50px;
  }
  
  .sec5-text h3 {
    font-size:30px;
  }

  .sec5-text p {
    font-size:20px;
  }

  .sec5-title p {
    font-size:16px;
  }



}



/* -------- 480px --------*/
@media screen and (max-width: 480px) {

  .sec2-con span {
    font-size:26px;
  }

  .sec3-con-text {
    font-size:22px;
    gap:5px;
  }
  
  .sec3-con-text img {
    width:30px;
  }

  .sec5-text {
    bottom:20px;
    left:20px;
  }

  .sec5-text h3 {
    line-height:1;
  }

  .sec5-box span {
    top:20px;
    right:20px;
  }





}

/* -------- 350px --------*/
@media screen and (max-width: 350px) {

  

}

