@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");
@import url('//fonts.googleapis.com/earlyaccess/nanumpenscript.css');

* {
  font-family: "Pretendard Variable";
}

html,
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

img {
  vertical-align: bottom;
}

.highlight {
  color: #01b3b4;
  font-weight : 800;
  text-shadow: #1d1d1d;
}

.marker-peach {
   
    display: inline;    
    
    background: linear-gradient(to top, rgba(245, 155, 118, 0.8) 35%, transparent 35%);    
   
    padding: 2px 4px;    
   font-weight: 600;
    position: relative;     z-index: 1;
}

.marker-peach-full {
    background-color: rgba(250, 191, 148, 0.795); 
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 800;
}


.floating {
  position: fixed;
  bottom: 35px;
  right: 25px;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  z-index: 98;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
}

.floating.show {
  opacity: 1;
  visibility: visible;
}

.floating > a > .gotoTop {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-align: center;
  line-height: 60px;
  color: black;
  background: #1d1d1d;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.floating > a > .gotoCall {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-align: center;
  line-height: 60px;
  color: #fff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.floating > a > .gotoKakao {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-align: center;
  line-height: 60px;
  color: #fff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: rgb(224, 224, 224);
}

.floating > a > .gotoUrl {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-align: center;
  line-height: 60px;
  color: #fff;
  background: #a5a5a5;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.floating > a > .gotoKakao > img {
  width: 100%;
}

.floating > a > .gotoCall > img {
  width: 100%;
}

.floating > a > .gotoTop > img {
  width: 20px;
}

.floating > a > .gotoUrl > img {
  width: 20px;
}


section > .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}

.buttonLine > button {
  width: 330px;
  height: 80px;
  border-radius: 10px; 
  background: linear-gradient(135deg, #01B3B4 0%, #009393 100%); 
  border: none;
  color: white;
  font-size: 26px;
  font-weight: 600;
  cursor: pointer;  
  box-shadow: 0 5px 10px rgba(1, 179, 180, 0.3);  
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.buttonLine > button:hover {
  transform: translateY(-3px); /* 위로 살짝 들리는 효과 */
  background: linear-gradient(135deg, #02c7c8 0%, #01B3B4 100%); 
  box-shadow: 0 10px 20px rgba(1, 179, 180, 0.4); 
}

/* 클릭하는 순간 (Active) */
.buttonLine > button:active {
  transform: translateY(-1px); /* 살짝 눌리는 느낌 */
  filter: brightness(0.9);
}

.iconLine {
  position: absolute;
  top: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.iconLine > .icon {
  width: 60%;
}

.iconLine > .icon > img {
  width: 120px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
    .iconLine {
      
        top: 20px !important;
        width: 100% !important;
        display: flex !important;
        /* 1. 중앙 정렬 해제하고 왼쪽으로 붙임 */
        flex-direction: column !important;
        align-items: flex-start !important; 
        justify-content: flex-start !important;
        /* 2. 왼쪽 여백 살짝 주기 (원하시는 만큼 숫자 조절) */
        padding-left: 20px !important; 
        z-index: 99;
    }

    .iconLine > .icon {
        /* 3. 박스 너비를 자동으로 해서 왼쪽 정착 */
        width: auto !important; 
    }

    .iconLine > .icon > img {
        /* 4. 아이콘 크기도 적당히 조절 */
        width: 80px !important; 
        height: auto !important;
    }
}


#section1 > .container {
    padding: 0;
    width:100% !important;
    max-width: none !important;
}
#section1 > .container > .contentLine {
    width: 100%;
    position: relative;
    overflow: hidden;
}
#section1 .bgdLine {
    width: 100%;
}
#section1 .bgdLine picture,
#section1 .bgdLine img {
    width: 100% !important;  /* 이미지 가로를 화면에 강제 */
    height: auto !important; /* 비율 유지 */
    display: block;          /* 하단 공백 제거 */
    min-width: 100%;         /* 원본보다 커져도 꽉 채우도록 강제 */
}

#section1 > .container > .contentLine > .bgdLine > img {
    width: 100% !important;
    height: auto !important; 
    display: block;          
}
#section1 > .container > .contentLine > .textLine {
    position: absolute;
    top: 52%;
    left: 55%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3rem;
}
#section1 > .container > .contentLine > .textLine > p {
    margin: 0;
    text-align: center;
}
#section1 > .container > .contentLine > .textLine > p.mainT {
    font-weight: bold;
    font-size: 72px;
    color: white;
}
#section1 > .container > .contentLine > .textLine > p.subT {
    font-size: 28px;
    font-weight: normal;
    color: white;
}
#section1 > .container > .contentLine > .writeT {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#section1 > .container > .contentLine > .writeT > img {
}

/* --- 모바일 대응 (768px 이하) --- */

@media screen and (max-width: 768px) {
    /* 1. 이미지: 비율 유지 (720x1080 이미지 기준) */
    #section1 > .container > .contentLine > .bgdLine img {
        width: 100% !important;
        height: auto !important;
        display: block;
    }
   
    #section1 > .container > .contentLine > .writeT {
        position: absolute !important;
        top: 12% !important; /* 로고를 살짝 위로 올림 */
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 300px !important;
    }
    #section1 > .container > .contentLine > .writeT > img {
        width: 100% !important; 
        height: auto !important;
    }
   
    #section1 > .container > .contentLine > .textLine {
        position: absolute !important;       
        top: 65% !important; 
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 100% !important;        
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 2rem !important; /* 글자와 버튼 사이 간격 */
    }
   
    #section1 .mainT { font-size: 38px !important; line-height: 1.3 !important; }
    #section1 .subT { font-size: 18px !important; margin-bottom: 5px; }

    #section1 .buttonLine {
        position: relative !important;
        transform: none !important;
    }

    #section1 .buttonLine button {
        padding: 12px 30px !important;
        font-size: 20px !important;
    }
}
/*section01 모바일끝*/

#section2 {
  padding: 0;
  height: 450px;
  background-image: url(img/main/sec2/bgd.png);
  background-size: cover;
}

#section2 > .container {
  padding: 0;
  height: 100%;
}

#section2 > .container > .contentLine {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

#section2 > .container > .contentLine > .textLine {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

#section2 > .container > .contentLine > .textLine > p {
  margin: 0;
}

#section2 > .container > .contentLine > .textLine > p.topT {
  font-size: 40px;
  font-weight: 400;
}
#section2 > .container > .contentLine > .textLine > p.middleT {
  font-size: 48px;
  font-weight: bold;
}

#section2 > .container > .contentLine > .textLine > p.bottomT {
  font-size: 32px;
  font-weight: 300;
}


#section3 > .container {
  padding: 0;
  width:100%
}
#section3 > .container > .contentLine {
  width:100%;
  position: relative;
}
#section3 > .container > .contentLine > .bgdLine {
  width: 100%;
}
#section3 .bgdLine picture,
#section3 .bgdLine img {
    width: 100% !important;  /* 이미지 가로를 화면에 강제 */
    height: auto !important; /* 비율 유지 */
    display: block;          /* 하단 공백 제거 */
    min-width: 100%;         /* 원본보다 커져도 꽉 채우도록 강제 */
}
#section3 > .container > .contentLine > .bgdLine > img {
  width: 100%;
}

#section3 > .container > .contentLine > .textLine {
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translate(-50%, -50%);
}


#section3 > .container > .contentLine > .textLine > p.topT{
  font-family: 'Nanum Pen Script';
  color: #FFBEA6;
  font-size: 54px;
  font-weight: 300;
}

#section3 > .container > .contentLine > .textLine > p.subT {
  color: white;
  font-weight: bold;
  font-size: 26px;
}


#section3 > .container > .contentLine > .textLine > p.infoT {
  color: white;
  font-size: 22px;
  line-height: 32px;
}

@media screen and (max-width: 768px) {
    /* 1. 부모 박스: 요소를 세로로 쌓음 */
    #section3 > .container > .contentLine {
        display: flex !important;
        flex-direction: column !important;
        background-color: #333; /* 글자가 내려올 하단 배경색 (이미지 톤에 맞춰 조절) */
    }

    /* 2. 이미지: 꽉 차게 */
    #section3 > .container > .contentLine > .bgdLine img {
        width: 100% !important;
        height: auto !important;
    }

    /* 3. 텍스트 박스: absolute를 풀고 아래로 배치 */
    #section3 > .container > .contentLine > .textLine {
        position: relative !important; /* absolute 해제 */
        top: 0 !important;
        left: 0 !important;
        transform: none !important;
        width: 100% !important;
        padding: 40px 20px !important; /* 상하좌우 여백 확보 */
        text-align: center;
        gap: 1.5rem !important;
    }

    /* 4. 텍스트 크기 및 가독성 조정 */
    #section3 .topT {
        font-size: 28px !important;
        margin-bottom: 5px;
    }
    #section3 .subT {
        font-size: 20px !important;
        color: #FFBEA6 !important; /* 강조색 유지 */
        word-break: keep-all;
    }
    #section3 .infoT {
        font-size: 16px !important;
        line-height: 1.7 !important;
        color: #ffffff !important;
        word-break: keep-all;
        margin-bottom: 10px;
    }

    /* 5. PC용 줄바꿈 숨기기 */
    #section3 .pc-only-br {
        display: none !important;
    }

    /* AOS 설정 조정 */
    #section3 [data-aos] {
        transform: translateY(20px) !important;
        opacity: 1 !important;
    }
}

#section4 > .container {
  width:100%;
  padding: 0;
}
#section4 > .container > .contentLine {
  width: 100%;
  position: relative;
}
#section4 > .container > .contentLine > .bgdLine {
  width: 100%;
}
#section4 .bgdLine picture,
#section4 .bgdLine img {
    width: 100% !important;  /* 이미지 가로를 화면에 강제 */
    height: auto !important; /* 비율 유지 */
    display: block;          /* 하단 공백 제거 */
    min-width: 100%;         /* 원본보다 커져도 꽉 채우도록 강제 */
}
#section4 > .container > .contentLine > .bgdLine > img {
  width: 100%;
}
#section4 > .container > .contentLine > .textLine {
  position: absolute;
  top: 50%;
  left: 33%;
  transform: translate(-50%, -50%);
}
#section4 > .container > .contentLine > .textLine > p.topT{
  font-family: 'Nanum Pen Script';
  color: #FFbea6;
  font-size: 48px;
  font-weight: 200;
}
#section4 > .container > .contentLine > .textLine > p.middleT{
  font-family: 'Nanum Pen Script';
  color: #fff;
  font-size: 28px;
  font-weight: 200;
}
#section4 > .container > .contentLine > .textLine > p.subT{
   color: white;
  font-weight: bold;
  font-size: 24px;
}
#section4 > .container > .contentLine > .textLine > p.subT {
  color: white;
  font-weight: bold;
  font-size: 24px;
}
#section4 > .container > .contentLine > .textLine > p.infoT {
  color: white;
  font-size: 20px;
  line-height: 34px;
}
#section4 > .container > .contentLine > .bottomTLine {
  position: absolute;
  bottom: 10px;
  left: 30%;
  transform: translate(-50%, -50%);

}#section4 > .container > .contentLine > .bottomTLine > p {
  color: white;
  font-size: 14px;
  margin: 0;
  font-weight: 100;
}

@media screen and (max-width: 768px) {
    /* 1. 부모 박스: 배경색을 지정하고 세로로 쌓음 */
    #section4 > .container > .contentLine {
        display: flex !important;
        flex-direction: column !important;
        background-color: #2b2b2b; /* 텍스트가 내려올 배경색 (섹션 분위기에 맞춰 조정) */
    }

    /* 2. 이미지: 상단에 위치 */
    #section4 > .container > .contentLine > .bgdLine img {
        width: 100% !important;
        height: auto !important;
        display: block;
    }

    /* 3. 메인 텍스트 박스: absolute 해제하고 아래로 배치 */
    #section4 > .container > .contentLine > .textLine {
        position: relative !important; /* 이미지 위에서 내려옴 */
        top: 0 !important;
        left: 0 !important;
        transform: none !important;
        width: 100% !important;
        padding: 40px 20px !important; /* 상하좌우 여백 */
        text-align: center;
        display: flex !important;
        flex-direction: column !important;
        gap: 1rem !important;
    }

    /* 4. 글자 크기 및 가독성 조정 */
    #section4 .topT {
        font-size: 26px !important;
        margin-bottom: 5px;
    }
    #section4 .middleT {
        font-size: 20px !important;
        color: #FFBEA6 !important;
        margin: 5px 0;
    }
    #section4 .subT {
        font-size: 18px !important;
        line-height: 1.4 !important;
    }
    #section4 .infoT {
        font-size: 15px !important;
        line-height: 1.7 !important;
        color: #eee !important;
        word-break: keep-all;
    }

    /* 5. 하단 작은 글씨(출처 등) 위치 조정 */
    #section4 > .container > .contentLine > .bottomTLine {
        position: relative !important;
        bottom: 0 !important;
        left: 0 !important;
        transform: none !important;
        padding-bottom: 30px !important;
        width: 100%;
        text-align: center;
    }

    #section4 .bottomTLine > p {
        font-size: 11px !important;
        opacity: 0.6;
    }

    /* 6. PC 전용 줄바꿈 숨기기 */
    .pc-only-br {
        display: none !important;
    }
}
    


/*섹션4 모바일 끝*/


#section5 {
  padding: 120px 0;
  background-image: url(img/main/sec5/bgd.png);
  background-size: cover;
}

#section5 > .container {
  padding: 0;
}

#section5 > .container > .contentLine {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

#section5 > .container > .contentLine > .textLine {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
#section5 > .container > .contentLine > .textLine > p {
  margin: 0;
  color: white;
  text-align: center;
}

#section5 > .container > .contentLine > .textLine > p.topT {
  font-size: 40px;
}

#section5 > .container > .contentLine > .textLine > p.mainT {
  font-size: 40px;
  font-weight: bold;
}
#section5 > .container > .contentLine > .textLine > p.mainT > span {
  color: #FF4500;
}

#section5 > .container > .contentLine > .textLine > p.bottomT {
  font-size: 20px;
  font-weight: 200;
}

#section5 > .container > .contentLine > .graphLine {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#section5 > .container > .contentLine > .graphLine > img {
  width: 60%;
}

#section5 > .container > .contentLine > .notiLine {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
#section5 > .container > .contentLine > .notiLine > img {
  width: 60%;
}
#section5 > .container > .contentLine > .notiLine > p {
  font-size: 20px;
  font-weight: 200;
  color: white;
}

#section5 > .container > .contentLine > .chatBox {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 1rem;
}

#section5 > .container > .contentLine > .chatBox > .box {
  width: 60%;
}

#section5 > .container > .contentLine > .chatBox > .box.right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#section5 > .container > .contentLine > .chatBox > .box.left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#section5 > .container > .contentLine > .chatBox > .box > img {
  width: 50%;
}

/*모바일*/
@media screen and (max-width: 768px) {   
    #section5 {
        padding: 60px 0 !important; 
        background-image: url(img/main/sec5/bgd_m.png) !important; 
        background-attachment: scroll !important; 
    }
    
    #section5 .textLine p.topT {
        font-size: 18px !important; 
        word-break: keep-all;
    }

    #section5 .textLine p.mainT {
        font-size: 22px !important;
        margin: 10px 0 !important;
    }

    #section5 .textLine p.bottomT {
        font-size: 15px !important;
        line-height: 1.4 !important;
    }
   
    #section5 .notiLine {
        margin-top: 30px !important;
    }
    
    #section5 .notiLine img,
    #section5 .graphLine img {
        width: 90% !important; 
    }

    /* 4. 채팅창 레이아웃 조절 */
    #section5 .chatBox {
        gap: 0.5rem !important;
    }

    #section5 .chatBox .box {
        width: 100% !important; 
        padding: 0 15px; 
    }

    #section5 .chatBox .box > img {
        width: 85% !important; 
    }
}
/*모바일 긑*/


#section6 > .container {
  width:100%;
  padding: 0; 
}

#section6 > .container > .contentLine {
  position: relative; /* 텍스트와 버튼 배치의 기준점 */
  width: 100%;
}

#section6 > .container > .contentLine > .bgdLine {
  width: 100%;
}
#section6 .bgdLine picture,
#section6 .bgdLine img {
    width: 100% !important; 
    height: auto !important; 
    display: block;          
    min-width: 100%;         
}
#section6 > .container > .contentLine > .bgdLine > img {
  width: 100%;
  display: block; /* 이미지 하단 미세 공백 제거 */
}

/* 2. 텍스트 영역을 이미지 중앙 위로 */
#section6 > .container > .contentLine > .textLine {
  position: absolute;
  top: 25%; 
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 2;
  gap:1rem;
}

/* 3. 버튼 영역을 텍스트 아래에 배치 */
#section6 > .container > .contentLine > .buttonLine {
  position: absolute;
  bottom: 10%; 
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/* 기존 텍스트 스타일 유지 및 가독성 보정 */
#section6 > .container > .contentLine > .textLine > p.mainT {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 3px;
}

/* WECA 브랜드 컬러 적용 (#00a89a) */
#section6 > .container > .contentLine > .textLine > p.mainT > span {
  color: #00a89a; 
}

#section6 > .container > .contentLine > .textLine > p.topT {
  font-size: 40px;
  font-weight: bold;
}

#section6 > .container > .contentLine > .textLine > p.mainT > span > span.high {
  font-weight: bold;
}

#section6 > .container > .contentLine > .textLine > p.subT {
  color: #555555;
  font-size: 24px;
}

@media screen and (max-width: 768px) {   
    #section6 > .container > .contentLine > .bgdLine img {
        width: 100% !important;
        height: auto !important;
        display: block;
    }
    
    #section6 > .container > .contentLine > .textLine {
        position: absolute !important;
        top: 40% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 90% !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 0.5rem !important;
    }
    
    #section6 .mainT {
        font-size: 24px !important; /* 40px -> 24px */
        line-height: 1.4 !important;
        word-break: keep-all;
    }
    
    #section6 .subT {
        font-size: 15px !important; /* 24px -> 15px */
        color: #666 !important;
        line-height: 1.5 !important;
        margin-top: 10px;
    }
    
    #section6 > .container > .contentLine > .buttonLine {
        position: absolute !important;
        top: 65% !important; 
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: auto !important;
    }
    #section6 .buttonLine button {
        padding: 10px 10px !important;
        font-size: 18px !important;
        background-color: #00a89a;
        color: white;
        border: none;
        border-radius: 5px;
        font-weight: bold;
    }

    /* 모바일에서 불필요한 줄바꿈 제거 */
    #section6 .mainT br {
        display: none !important;
    }
}

/*섹션6 모바일 끝*/

#section7 {
  background-color: #F1F1F5;
}

#section7 > .container {
  padding: 100px 0;

}
#section7 > .container > .contentLine {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

#section7 > .container > .contentLine > .textLine {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

#section7 > .container > .contentLine > .textLine > p {
  text-align: center;
  margin: 0;
}
#section7 > .container > .contentLine > .textLine > p.topT {
  font-size: 40px;
  font-weight: bold;
}
#section7 > .container > .contentLine > .textLine > p.middleT {
  font-size: 24px;
  color: #555555;
}



#section7 > .container > .contentLine > .textLine.textLine2 {
  margin-top: 80px;
}
#section7 > .container > .contentLine > .textLine.textLine2 > p.middleT > span {
  position: relative;
  z-index: 1;
}
#section7 > .container > .contentLine > .textLine.textLine2 > p.middleT > span::after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 10px;
  background-color: #bce7e9;
  z-index: -1;
}
#section7 > .container > .contentLine > .textLine.textLine2 > p.middleT > span > span.inner {
  color: #00ACAD;
  font-weight: bold;
}


#section7 > .container > .contentLine > .itemLine {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

#section7 > .container > .contentLine > .itemLine > img {
  width: 60%;
}

#section7 > .container > .contentLine > .itemLine > p {
  font-size: 20px;
  color: #757575;
  margin: 0;
}

#section7 > .container > .contentLine > .swiperLine {
  width: 100%;
  overflow: visible;
}
#section7 > .container > .contentLine > .swiperLine > .sec7Swiper {
  width: 60%;
  overflow: visible;
}

#section7 > .container > .contentLine > .swiperLine > .sec7Swiper > .swiper-wrapper {

}
#section7 > .container > .contentLine > .swiperLine > .sec7Swiper > .swiper-wrapper > .swiper-slide {
  transform: scale(0.9);
  transition: all 0.5s;
  opacity: 0.3;
}
#section7 > .container > .contentLine > .swiperLine > .sec7Swiper > .swiper-wrapper > .swiper-slide.swiper-slide-active {
  transform: scale(1.0);
  opacity: 1;
}
#section7 > .container > .contentLine > .swiperLine > .sec7Swiper > .swiper-wrapper > .swiper-slide > .imgBox {
  width: 80%; 
  margin:0 auto;
}
#section7 > .container > .contentLine > .swiperLine > .sec7Swiper > .swiper-wrapper > .swiper-slide > .imgBox > img {
  width: 100%;
  border-radius: 10px;
}
#section7 > .container > .contentLine > .swiperLine > .sec7Swiper > .swiper-button-next {
  width: 20px;
  height: 20px;
  background-color: #01B3B4;
  padding: 20px;
  border-radius: 50%;
  right: -25px;
}
#section7 > .container > .contentLine > .swiperLine > .sec7Swiper > .swiper-button-next::after,
#section7 > .container > .contentLine > .swiperLine > .sec7Swiper > .swiper-button-prev::after {
  color: white;
  font-size: 20px;
}

#section7 > .container > .contentLine > .swiperLine > .sec7Swiper > .swiper-button-prev {
  width: 20px;
  height: 20px;
  background-color: #01B3B4;
  padding: 20px;
  border-radius: 50%;
  left: -25px;
}

#section7 .buttonLine {
  display:none;

}

#section7 > .container > .contentLine > .mainLine > .buttonList > .buttonLine > button {
  width: 280px;
}
#section7 > .container > .contentLine > .mainLine > .buttonList > .buttonLine.gray > button {
  background-color: #DBDBDB;
  color: #757575;
}
#section7 > .container > .contentLine > .mainLine > .buttonList > .buttonLine.gray > button:hover {
  background-color: #bababa;
}

/*섹션 7 모바일*/
@media screen and (max-width: 768px) {
    /* 1. 상하 여백 축소 */
    #section7 > .container {
        padding: 60px 0 !important;
    }

    #section7 .textLine p.topT {
        font-size: 26px !important; 
        word-break: keep-all;
    }
    #section7 .textLine p.middleT {
        font-size: 16px !important; 
        line-height: 1.5 !important;
        padding: 0 15px;
        word-break: keep-all;
    }
    
    #section7 .itemLine > img {
        width: 90% !important; 
    }
    #section7 .itemLine > p {
        font-size: 14px !important;
        margin-top: 5px;
    }
  
    #section7 .textLine.textLine2 {
        margin-top: 50px !important;
    }
    #section7 .textLine.textLine2 p.middleT > span::after {
        display: none !important; 
    }    
    .highlight-target {
    position: relative;
    display: inline-block; 
    font-weight: bold;
    color: #00ACAD; 
    }
    .highlight-target::after {
    content: '';
    width: 100%;
    height: 8px; 
    background-color: #bce7e9;
    position: absolute;
    bottom: 2px; 
    left: 0;
    z-index: -1;
}    
    #section7 .swiperLine > .sec7Swiper {
        width: 100% !important; 
        overflow: hidden !important; 
    }

    #section7 .sec7Swiper .swiper-slide > .imgBox {
        width: 100% !important; /* 이미지 박스 가득 채우기 */
    }

    /* 슬라이드 버튼 위치를 안쪽으로 이동 */
    #section7 .sec7Swiper .swiper-button-next,
    #section7 .sec7Swiper .swiper-button-prev {
        width: 15px !important;
        height: 15px !important;
        padding: 15px !important;
        top: 50% !important;
    }
    #section7 .sec7Swiper .swiper-button-next { 
        right: 10px !important; /* 마이너스 값을 플러스로 변경 */
    }
    #section7 .sec7Swiper .swiper-button-prev { 
        left: 10px !important; 
    }

    #section7 .sec7Swiper .swiper-button-next::after,
    #section7 .sec7Swiper .swiper-button-prev::after {
        font-size: 14px !important;
    }
    #section7 .buttonLine {
      
        margin-top: 30px !important; 
        margin-bottom: 10px !important;
        display: flex !important;
        justify-content: center !important;
    }
    #section7 .buttonLine button {
        padding: 12px 30px !important;
        font-size: 20px !important;
    }

}
/*섹션 7 모바일끝*/


#section8 > .container {
  width:100%;
  padding: 0;
}
#section8 > .container > .contentLine {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#section8 > .container > .contentLine > .bgdLine {
  width: 100%;
}

#section8 > .container > .contentLine > .bgdLine > img {
  width: 100% !important;  
  height: auto !important; 
  display: block; 
  min-width: 100% !important;
}

#section8 > .container > .contentLine > .mainLine {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}

#section8 > .container > .contentLine > .mainLine > .textLine {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
#section8 > .container > .contentLine > .mainLine > .textLine > p {
  margin: 0;
  font-size: 40px;
  color: white;
  font-weight: bold;
  text-align: center;
}

#section8 > .container > .contentLine > .mainLine > .buttonList {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

#section8 > .container > .contentLine > .mainLine > .buttonList > .buttonLine {

}

#section8 > .container > .contentLine > .mainLine > .buttonList > .buttonLine > button {
  width: 280px;
}
#section8 > .container > .contentLine > .mainLine > .buttonList > .buttonLine.gray > button {
  background-color: #DBDBDB;
  color: #757575;
}
#section8 > .container > .contentLine > .mainLine > .buttonList > .buttonLine.gray > button:hover {
  background-color: #bababa;
}
#section8 > .container > .contentLine > .mainLine > p {
  color: white;
  font-weight: 200;
  font-size: 20px;
  margin: 0;
}
/*8번 섹션 모바일*/
@media screen and (max-width: 768px) {    
    /* 1. 배경 이미지 영역 고정 */
    #section8 > .container > .contentLine {
        min-height: 300px !important; 
        background-color: #333; 
        position: relative !important;
    }

    #section8 > .container > .contentLine > .bgdLine img {
        width: 100% !important;
        height: 300px !important; 
        object-fit: cover !important;
    }
   
    /* 2. 텍스트 박스 강제 노출 및 위치 교정 */
    #section8 > .container > .contentLine > .mainLine {
        width: 90% !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 15px !important;
        z-index: 10 !important;
    }   
   
    /* 3. ★ 핵심: AOS 애니메이션 무력화 (무조건 보이게) */
    #section8 [data-aos] {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        visibility: visible !important;
    }

    #section8 .mainT {
        font-size: 18px !important; 
        line-height: 1.4 !important;
        color: #ffffff !important;
        text-align: center !important;
        word-break: keep-all;
    } 

    /* 4. 하단 p 텍스트 가독성 */
    #section8 > .container > .contentLine > .mainLine > p {
        display: block !important;
        font-size: 13px !important; 
        line-height: 1.5 !important;
        margin-top: 10px !important;
        color: #ffffff !important;
        text-align: center !important; /* align: center 수정 */
        word-break: keep-all;
    }

    /* 버튼은 안 쓰신다면 확실히 제거 */
    #section8 .buttonList {
        display: none !important;
    }
}
/*8번 섹션 모바일 끝*/

footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #191919;
  padding: 25px 0px;
}

footer > .footer-content {
  display: flex;
  align-items: center;
  flex-direction: column;
}
footer > .footer-content > p {
  color: white;
  margin: 0;
  font-size: 16px;
  font-weight: 100;
}
@media screen and (max-width: 768px) {   
  footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #191919;

}
   footer > .footer-content > p {
  color: white;
  margin: 0;
  font-size: 10px;
  font-weight: 100;
}
}


@media all and (max-width: 1600px) {
  .iconLine > .icon > img {
    width: 100px;
  }
  .iconLine {
    top: 20px;
  }
  .iconLine > .icon {
    width: 70%;
  }
}

@media all and (max-width: 1560px) {
  .iconLine > .icon > img {
    width: 80px;
  }
  #section3 > .container > .contentLine > .textLine {
    right: 6%;
  }
  #section4 > .container > .contentLine > .textLine {
    left: 23%;
  }
  #section4 > .container > .contentLine > .bottomTLine {
    left: 18.5%;
  }
}

