@charset "UTF-8";@import url(reset.css);@import url(font.css);h1,h2,h3,h4,h5,h6 { font-weight: normal; font-weight: 200; } 
body { max-width: 1920px; overflow-x: hidden; background:#171920; font-weight: 200; } 

 nav.float_menu { position: fixed; width: 80px; height: 200px; right: 50px; top: 200px; z-index: 100; } 
 nav.float_menu a { position: relative; display: block; text-align: center; transition: .3s; margin-bottom: 15px;} 
 nav.float_menu a img {width: 50px;} 
 nav.float_menu .title { color: #fff; position: absolute; right: 100%; top: 50%; transform: translateY(-50%); font-size: 13px; letter-spacing: -8px; transition: .3s; opacity: 0; } 
 nav.float_menu:hover a { opacity: 0.4; } 
 nav.float_menu a:hover { opacity: 1; } 
 nav.float_menu a:hover .title { letter-spacing: 6px; opacity: 1; } 

 section { width: 100%; min-height: 100vh; /* max-height: 1080px; */ position: relative; } 
 /* section#section1 {min-height: 1080px;} */
 section .abs { position: absolute; } 
 #section1 { z-index: 4; transform-origin: left top; } 
 #section1 .moon_box { position: absolute; transform-origin: left top; } 
 #section1 .kimyujin_box { z-index: 4; } 
 #section1 .balpan { width: 300px; height: 20px; background: #fff; z-index: 3; top: 330px; left: 0; } 
 #section1 .balpan::before { content: ""; position: absolute; width: 100%; height: 13px; background: #eee; bottom: 0; } 
 #section1 .part1_text { font-size: 36px; color:#fff; width: 800px; text-align: right; left: 50%; top: 50%; transform: translate(0%,-50%); } 
 #section1 .part1_text span { display: block; margin-bottom: 12px; } 
 #section1 .part1_text span.t1 { font-size: 20px; color: #FFA94D; display: block; } 
 #section1 .water { position: absolute; bottom: -70px; left: 850px; transform: scale(1.4); z-index: 5; } 
#section1 .sound_water {display: none;}


 /* section:nth-child(even) { background: #283549; } */
 #section2 { z-index: 3; position: relative;} 
 #section2 .text_box {} 
 #section2 .text { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2; font-size: 100px; width: 100%; text-align: center;} 



 


 /* section3 base */
 #section3 { padding: 50px 100px; box-sizing: border-box; } 

 .profile-container { } 

 .profile-title { color: #FFC999; font-size: 50px; margin-bottom: 40px; letter-spacing: 3px; } 

 /* Left Side - Profile Info */
 .part3_content_box { display: flex; } 

 .profile-left { text-align: center; width: 35%; } 

 .profile-image { width: 450px; height: 450px; border-radius: 50%; margin: 0 auto 30px; overflow: hidden; box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3); position: relative;} 
 /* .profile-image ul { display: flex; width: 500%; transform: translateY(-100%);}  */
.profile-image ul {transform: translateY(-100%); margin-top: 100%}
.profile-image ul li {filter:grayscale(100%)}

 .profile-image img { width: 100%; height: 100%; object-fit: cover; } 
 .profile_box { width: 450px; height: 450px; } 
 .text_box { } 
 .text_box .name { display: flex; gap: 20px; align-items: center; margin-bottom: 23px; } 
 .profile-name { font-size: 30px; color: #FFC999; } 

 .profile-name-eng { font-size: 24px; color: #fff; } 

 .profile-birth { font-size: 24px; color: #fff; margin-bottom: 10px; text-align: left; } 

 .profile-job { font-size: 20px; color: #fff; font-weight: 500; text-align: left; margin-bottom: 23px; } 

 /* Right Side - Education & Skills */
 .profile-right { padding-left: 70px; border-left: 2px solid #F4A259; flex: 1; } 

 .education-section { } 

 .section-title { color: #FFC999; font-size: 32px; margin-bottom: 20px; letter-spacing: 2px; position: relative; } 

 .education-item {padding: 10px 0; display: flex; } 

 .education-item:last-child { border-bottom: none; } 

 .education-date { color: #fff; font-size: 30px; font-weight: 200; margin-right: 25px; flex-shrink: 0; } 

 .education-desc { color: #fff; font-size: 30px; line-height: 1.5; } 

 .skills-container { margin-top: 30px; } 

 .skills-grid { display: flex; gap: 50px; margin-top: 40px; flex-direction: column; } 

 .skill-category { flex: 1; margin-bottom: 20px; }

 /* .skill-category:nth-child(2) { border-left: 2px solid #F4A259; padding-left: 70px; }  */

 .skill-category h3 { color: #ffffff; font-size: 24px; margin-bottom: 20px; } 

 .skill-icons { display: flex; flex-wrap: wrap; gap: 25px; } 

 .skill-icon { width: 70px; height: 70px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: rgba(255, 255, 255, 0.1); transition: all 0.3s ease; cursor: pointer; position: relative; } 

 .skill-icon:hover { transform: translateY(-5px); background: rgba(212, 175, 55, 0.2); box-shadow: 0 10px 20px rgba(212, 175, 55, 0.3); } 

 .skill-icon img { object-fit: contain; } 

 /* Responsive Design */
 @media (max-width: 1024px){
 .section_box { padding: 40px; } 

 .profile-container { gap: 60px; } 

 .profile-right { padding-left: 20px; } 
 }

 @media (max-width: 768px){
 .part3_content_box { flex-direction: column; gap: 40px; text-align: center; } 

 .profile-left { width: 100%; } 

 .profile-right { padding-left: 0; border-left: none; border-top: 2px solid #F4A259; padding-top: 40px; } 

 .profile-title { font-size: 36px; } 

 .profile-image { width: 250px; height: 250px; } 

 .section-title { font-size: 28px; } 

 .skills-grid { flex-direction: column; gap: 30px; } 
 }

 @media (max-width: 480px){
 #section3 { padding: 40px 15px; } 

 .section_box { padding: 30px 20px; } 

 .profile-title { font-size: 28px; letter-spacing: 1px; } 

 .profile-image { width: 200px; height: 200px; } 

 .profile-name { font-size: 24px; } 

 .section-title { font-size: 24px; } 

 .skill-icons { justify-content: center; gap: 15px; } 

 .skill-icon { width: 50px; height: 50px; } 

 .skill-icon img { width: 28px; height: 28px; } 

 .education-item { flex-direction: column; text-align: center; } 

 .education-date { margin-right: 0; margin-bottom: 10px; font-size: 24px; } 

 .education-desc { font-size: 20px; } 
 }

 /* Animation */
 .profile-container > * { opacity: 0; transform: translateY(30px); animation: fadeInUp 0.8s ease forwards; } 

 .profile-left { animation-delay: 0.2s; } 

 .profile-right { animation-delay: 0.4s; } 

 @keyframes fadeInUp { to { opacity: 1; transform: translateY(0); } 
 }






 /* section4 */

 #section4 { min-height: 100vh; position: relative; background: linear-gradient(135deg, #2a3142 0%, #3d4a63 100%); display: flex; align-items: center; justify-content: center; padding: 100px 20px; position: relative; z-index: 1;} 
 #section4::before,
 #section4::after
  {content: ""; position: absolute; background: #fff; z-index: -1;} 
 #section4 .section_box {position: absolute; min-width: 100%;  min-height: 100vh;} 
 #section4::before {background: #93773B; width: 500px; height: 548px; left: 0; bottom: -200px; transform: skewY(27deg);} 
 #section4::after {background: #D0B280; width: 1445px; height: 898px; right: 0; bottom: -415px; transform: skewY(-20deg);} 


 /* 3D 배경 도형들 */
 .bg-shape { position: absolute; z-index: 1; } 

 .bg-circle { width: 400px; height: 400px; border-radius: 50%; background:#093E6D; top: 100px; left: -200px; z-index: -1;} 
/* 
 .bg-triangle { width: 0; height: 0; border-left: 200px solid transparent; border-right: 200px solid transparent; border-bottom: 300px solid rgba(240, 171, 123, 0.15); bottom: -150px; right: -150px; transform: rotate(15deg); } 

 .bg-rect { width: 250px; height: 250px; background: rgba(240, 171, 123, 0.1); bottom: 100px; left: 50%; transform: translateX(-50%) rotate(45deg); }  */

 /* 메인 컨텐츠 */
 .project-container { display: flex; align-items: center; gap: 100px; min-height: 70vh; position: relative; margin-top: 150px; } 

 /* 왼쪽 - 노트북 이미지 */
 /* .project-left { flex: 1; position: relative; top: 100px; left: -100px;}  */

 .laptop-container { position: relative; } 

.laptop { width: 100%; max-width: 600px; height: auto; filter: drop-shadow(20px 20px 40px rgba(0, 0, 0, 0.3)); } 
.project-left {position: relative; }
.laptop-container {transform-origin: left bottom; transform-style: preserve-3d; perspective: 400px;}
.project-left .screen {position: absolute; width: 397px; height: 336px; top: 68px; left: 37px; transform: skewY(-18deg) rotateY(4deg); overflow: hidden; border-radius: 5px;}
.project-left .screen img {position: absolute; width: 100%; opacity: 0.9; top: 0; left: 0; transform: translateY(-70%);}

 /* 오른쪽 - 프로젝트 정보 */
 .project-right { flex: 1; padding-left: 150px; } 

 .project-number { color: #F4A259; font-size: 24px; font-weight: bold; margin-bottom: 20px; letter-spacing: 2px; } 

 .project-title { font-size: 48px; font-weight: bold; margin-bottom: 30px; line-height: 1.2; color: #ffffff; } 

 .project-subtitle { font-size: 20px; color: #cccccc; margin-bottom: 40px; font-weight: 300; } 

 .project-description { font-size: 18px; line-height: 1.8; color: #ffffff; margin-bottom: 50px; } 

 .project-info { margin-bottom: 40px; } 

 .info-row { display: flex; align-items: center; margin-bottom: 20px; gap: 30px; } 

 .info-label { color: #F4A259; font-size: 18px; font-weight: bold; min-width: 80px; } 

 .info-value { color: #ffffff; font-size: 16px; } 

 .tool-icons { display: flex; gap: 15px; } 

 .tool-icon { width: 40px; height: 40px; background: rgba(255, 255, 255, 0.1); border-radius: 8px; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; } 

 .tool-icon:hover { background: rgba(240, 171, 123, 0.2); transform: translateY(-3px); } 

 .tool-icon img { width: 24px; height: 24px; object-fit: contain; } 

 .dive-button { background:#fff; border: none; padding: 15px 40px; border-radius: 50px; color: #2a3142; font-size: 16px; font-weight: bold; cursor: pointer; transition: all 0.3s ease; text-decoration: none; display: inline-block; cursor: pointer; } 

 .dive-button:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(240, 171, 123, 0.4); background:  linear-gradient(135deg, #F4A259, #E8986A);} 

 /* 반응형 디자인 */
 @media (max-width: 1024px){
 .project-container { gap: 60px; } 
 
 .project-right { padding-left: 30px; } 
 
 .project-title { font-size: 40px; } 
 }

 @media (max-width: 768px){
 #section4 { padding: 60px 20px; } 
 
 .project-container { flex-direction: column; gap: 40px; text-align: center; } 
 
 .project-right { padding-left: 0; } 
 
 .project-title { font-size: 32px; } 
 
 .laptop-container { transform: none; } 
 
 .laptop-container:hover { transform: scale(1.02); } 
 
 .info-row { justify-content: center; flex-wrap: wrap; } 
 
 .bg-circle { width: 250px; height: 250px; left: -125px; } 
 }

 @media (max-width: 480px){
 .project-title { font-size: 28px; } 
 
 .project-description { font-size: 16px; } 
 
 .info-row { flex-direction: column; gap: 10px; } 
 
 .tool-icons { justify-content: center; flex-wrap: wrap; } 
 }

 /* 애니메이션 */
 .project-container > * { opacity: 0; transform: translateY(30px); animation: fadeInUp 0.8s ease forwards; } 

 .project-left { animation-delay: 0.2s; } 

 .project-right { animation-delay: 0.4s; } 

 @keyframes fadeInUp { to { opacity: 1; transform: translateY(0); } 
 }






#section5 {position: relative; z-index: 10; }
#section5 .bg {content: ""; position: absolute; width: 100%; height: 100%; background: #242424; left: 300px; top: -500px; transform: skewY(-45deg);}


#section5 .app-works-section {
    padding: 100px 20px;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

#section5 .section-title {
    font-size: 4rem;
    font-weight: 300;
    text-align: center;
    color: #FFC999;
    margin-bottom: 80px;
    letter-spacing: 8px;
    opacity: 0;
    transform: translateY(50px);
    animation: fadeInUp 1s ease forwards;
}

#section5 .content-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    min-height: 600px;
}

#section5 .phones-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 700px;
    opacity: 0;
    animation: fadeInLeft 1s ease 0.3s forwards;
}

#section5 .phone {
    width: 250px;
    height: 500px;
    background: #1a1a1a;
    border-radius: 35px;
    padding: 15px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
    position: relative;
    transition: all 0.3s ease;
}

#section5 .phone:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 30px 80px rgba(0,0,0,0.6);
}

#section5 .phone-left {
    transform: rotate(-15deg) translateX(-30px);
    z-index: 2;
}

#section5 .phone-right {
    transform: rotate(15deg) translateX(30px);
    z-index: 1;
    margin-left: -100px;
}

#section5 .phone-screen {
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #667eea 0%, #764ba2 100%);
    border-radius: 25px;
    position: relative;
    overflow: hidden;
}

#section5 .phone-left .phone-screen {
    background: linear-gradient(45deg, #f093fb 0%, #f5576c 100%);
}

#section5 .phone-right .phone-screen {
    background: linear-gradient(45deg, #4facfe 0%, #00f2fe 100%);
}

#section5 .app-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

#section5 .project-info {
    opacity: 0;
    animation: fadeInRight 1s ease 0.6s forwards;
}

#section5 .project-title {
    font-size: 2.5rem;
    color: #F4A259;
    margin-bottom: 30px;
    font-weight: 300;
    letter-spacing: 2px;
}

#section5 .project-subtitle {
    font-size: 1.8rem;
    color: white;
    margin-bottom: 40px;
    font-weight: 300;
}

#section5 .project-description {
    font-size: 1.1rem;
    color: #b8c5d6;
    line-height: 1.8;
    margin-bottom: 50px;
    max-width: 500px;
}

#section5 .project-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
}

#section5 .detail-row {
    display: flex;
    align-items: center;
    gap: 20px;
}

#section5 .detail-label {
    font-size: 1.1rem;
    color: #F4A259;
    font-weight: 500;
    min-width: 80px;
}

#section5 .detail-value {
    font-size: 1.1rem;
    color: white;
    font-weight: 300;
}

#section5 .cta-button {
    display: inline-block;
    padding: 15px 40px;
    /* background: linear-gradient(45deg, #ffd700, #ffed4a); */
    background: #fff;
    /* color: #1a2f5a; */
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    /* box-shadow: 0 10px 30px rgba(255,255,255, 0.3); */
    position: relative;
    overflow: hidden;
}

#section5 .cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(255,255,255, 0.3);
}

#section5 .cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

#section5 .cta-button:hover::before {
    left: 100%;
}

#section5 .floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

#section5 .floating-circle {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(45deg, rgba(255,215,0,0.1), rgba(255,215,0,0.05));
    animation: float 6s ease-in-out infinite;
}

#section5 .circle-1 {
    width: 100px;
    height: 100px;
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

#section5 .circle-2 {
    width: 150px;
    height: 150px;
    top: 60%;
    right: 10%;
    animation-delay: -2s;
}

#section5 .circle-3 {
    width: 80px;
    height: 80px;
    bottom: 20%;
    left: 20%;
    animation-delay: -4s;
}



#section5 .content {position: relative; text-align: center; margin:300px auto 0 auto; }
#section5 .content img {width: 100%; }

#section5 .content .ex {position: absolute;position: absolute; right: 0; top: 0; transform: translateY(-100%); height: 160px; width: 500px; text-align: left; word-break: keep-all;}
#section5 .content .ex p {font-size: 20px; color: #fff; margin-right: 100px;}
#section5 .content .ex .line_box {width: 0; bottom: 0; border: 1px solid #fff;}
#section5 .content .ex .line_box .line1 {width: 67px; height: 142px; position: absolute; right: 7px; bottom: 0; border: 0; border-right: 1px solid #FFA94D; border-top: 1px solid #FFA94D; position: absolute; ;}
#section5 .content .ex .line_box .line2 {}
#section5 .content .ex .line_box .circle {width: 14px; height: 14px; background: #FFA94D; position: absolute; bottom: 0; right: 0; border-radius: 50%;}



@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2.5rem;
        letter-spacing: 4px;
    }

    .content-container {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .phones-container {
        height: 400px;
        order: 2;
    }

    .phone {
        width: 180px;
        height: 360px;
    }

    .project-info {
        order: 1;
    }

    .project-title {
        font-size: 2rem;
    }

    .project-subtitle {
        font-size: 1.4rem;
    }

    .project-description {
        margin: 0 auto 40px;
    }
}

@media (max-width: 480px) {
    .app-works-section {
        padding: 60px 15px;
    }

    .section-title {
        font-size: 2rem;
        margin-bottom: 40px;
    }

    .phone {
        width: 140px;
        height: 280px;
    }

    .phone-left {
        transform: rotate(-10deg) translateX(-20px);
    }

    .phone-right {
        transform: rotate(10deg) translateX(20px);
        margin-left: -60px;
    }
}





#section6 {position: relative; z-index: 10; background: #172D3E;}
#section6 .bg {content: ""; position: absolute; width: 100%; height: 100%; left: 300px; top: -500px; transform: skewY(-45deg);}



#section6 .app-works-section {
    padding: 100px 20px;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

#section6 .section-title {
    font-size: 4rem;
    font-weight: 300;
    text-align: center;
    color: #FFC999;
    margin-bottom: 80px;
    letter-spacing: 8px;
    opacity: 0;
    transform: translateY(50px);
    animation: fadeInUp 1s ease forwards;
}

#section6 .content-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
    min-height: 600px;
}

#section6 .phones-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 700px;
    opacity: 0;
    animation: fadeInLeft 1s ease 0.3s forwards;
}

#section6 .phone {
    width: 250px;
    height: 500px;
    background: #1a1a1a;
    border-radius: 35px;
    padding: 15px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
    position: relative;
    transition: all 0.3s ease;
}

#section6 .phone:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 30px 80px rgba(0,0,0,0.6);
}

#section6 .phone-left {
    transform: rotate(-15deg) translateX(-30px);
    z-index: 2;
}

#section6 .phone-right {
    transform: rotate(15deg) translateX(30px);
    z-index: 1;
    margin-left: -100px;
}

#section6 .phone-screen {
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #667eea 0%, #764ba2 100%);
    border-radius: 25px;
    position: relative;
    overflow: hidden;
}

#section6 .phone-left .phone-screen {
    background: linear-gradient(45deg, #f093fb 0%, #f5576c 100%);
}

#section6 .phone-right .phone-screen {
    background: linear-gradient(45deg, #4facfe 0%, #00f2fe 100%);
}

#section6 .app-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

#section6 .project-info {
    opacity: 0;
    animation: fadeInRight 1s ease 0.6s forwards;
}

#section6 .project-title {
    font-size: 2.5rem;
    color: #F4A259;
    margin-bottom: 30px;
    font-weight: 300;
    letter-spacing: 2px;
}

#section6 .project-subtitle {
    font-size: 1.8rem;
    color: white;
    margin-bottom: 40px;
    font-weight: 300;
}

#section6 .project-description {
    font-size: 1.1rem;
    color: #b8c5d6;
    line-height: 1.8;
    margin-bottom: 50px;
    max-width: 500px;
}

#section6 .project-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
}

#section6 .detail-row {
    display: flex;
    align-items: center;
    gap: 20px;
}

#section6 .detail-label {
    font-size: 1.1rem;
    color: #F4A259;
    font-weight: 500;
    min-width: 80px;
}

#section6 .detail-value {
    font-size: 1.1rem;
    color: white;
    font-weight: 300;
}

#section6 .cta-button {
    display: inline-block;
    padding: 15px 40px;
    /* background: linear-gradient(45deg, #ffd700, #ffed4a); */
    background: #fff;
    /* color: #1a2f5a; */
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    /* box-shadow: 0 10px 30px rgba(255,255,255, 0.3); */
    position: relative;
    overflow: hidden;
}

#section6 .cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(255,255,255, 0.3);
}

#section6 .cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

#section6 .cta-button:hover::before {
    left: 100%;
}

#section6 .floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

#section6 .floating-circle {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(45deg, rgba(255,215,0,0.1), rgba(255,215,0,0.05));
    animation: float 6s ease-in-out infinite;
}

#section6 .circle-1 {
    width: 100px;
    height: 100px;
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

#section6 .circle-2 {
    width: 150px;
    height: 150px;
    top: 60%;
    right: 10%;
    animation-delay: -2s;
}

#section6 .circle-3 {
    width: 80px;
    height: 80px;
    bottom: 20%;
    left: 20%;
    animation-delay: -4s;
}





#section6 .content-container {position: relative; margin:300px auto 0 auto; }
#section6 .content {position: relative; text-align: center; position: absolute; left: 0; top: 0;}
#section6 .content img {width: 100%; }

#section6 .content .ex {position: absolute; left: 0; top: 0; transform: translateY(-100%); height: 160px; width: 500px; text-align: left; word-break: keep-all;}
#section6 .content .ex p {font-size: 20px; color: #fff; margin-right: 100px;}
#section6 .content .ex .line_box {width: 0; bottom: 0; }
#section6 .content .ex .line_box .line1 {width: 67px; height: 142px; position: absolute; right: 7px; bottom: 0; border: 0; border-right: 1px solid #FFA94D; border-top: 1px solid #FFA94D; position: absolute; ;}
#section6 .content .ex .line_box .line2 {}
#section6 .content .ex .line_box .circle {width: 14px; height: 14px; background: #FFA94D; position: absolute; bottom: 0; right: 0; border-radius: 50%;}


#section6 .content2 {position: absolute; top: 1800px; left: 650px; width: 300px; color: #fff;}
#section6 .content2 .ex .line_box {width: 150px; top: 50%; position: absolute;right: 105%;height: 1px;background: #FFA94D; }
#section6 .content2 .ex .line1 {height: 1px; width: 100%;  position: absolute; }
#section6 .content2 .ex .line_box .circle {width: 14px; height: 14px; background: #FFA94D; position: absolute; bottom: -7px; left: 0; border-radius: 50%;}
#section6 .content2 .ex p {opacity: 0;}


#section6 .content3 {position: absolute; top: 2250px; left: 650px; width: 300px; color: #fff;}
#section6 .content3 .ex .line_box {width: 150px; top: 50%; position: absolute;right: 105%; height: 1px;background: #FFA94D; }
#section6 .content3 .ex .line1 {height: 1px; width: 100%; position: absolute; }
#section6 .content3 .ex .line_box .circle {width: 14px; height: 14px; background: #FFA94D; position: absolute; bottom: -7px; left: 0; border-radius: 50%;}
#section6 .content3 .ex p {opacity: 0;}


#section7 {padding: 100px 0;}
#section7 h2 {font-size: 4rem; font-weight: 300; text-align: center; color: #FFC999; margin-bottom: 80px; letter-spacing: 8px;}
#section7 .content {text-align: center;}
#section7 .content ul {}
#section7 .content ul li {margin: 80px 0;}
#section7 .content ul li img {}


#section8 {padding: 100px 0;}
#section8 h2 {font-size: 4rem; font-weight: 300; text-align: center; color: #FFC999; margin-bottom: 80px; letter-spacing: 8px;}
#section8 .content {max-width: 1400px; margin:0 auto; display: flex; justify-content: space-between;}
#section8 .content .list {}
#section8 .content .list li {margin-bottom: 50px;}
#section8 .content .list li:last-child {margin-bottom: 0;}
#section8 .content .list li img {max-width: 400px;}

#section8 .content .view {width: 859px; height: 100vh; background: url(../images/banner_bg1.png); display: flex; justify-content: center; align-items: center; background-size: cover;}
#section8 .content .view figure {}
#section8 .content .view figure img {}


#section9 {padding: 100px 0;}
#section9 h2 {font-size: 4rem; font-weight: 300; text-align: center; color: #FFC999; margin-bottom: 80px; letter-spacing: 8px;}
#section9 .content {max-width: 1400px; margin: 0 auto; display: flex; justify-content: space-between;}
#section9 .content .list {display: flex; flex-wrap: wrap;}
#section9 .content .list li {margin: 50px 0; width: 40%;}
#section9 .content .list li img {max-width: 400px;}

#section9 .content .view {width: 859px; height: 859px; display: flex; justify-content: center; align-items: center;}
#section9 .content .view figure {}
#section9 .content .view figure img {}


#section10 {padding: 100px 0 0 0;}
#section10 h2 {font-size: 4rem; font-weight: 300; text-align: center; color: #FFC999; margin-bottom: 80px; letter-spacing: 8px;}
#section10 .content {max-width: 1000px; margin: 0 auto; display: flex; justify-content: center; gap: 100px; align-items: center; }
#section10 .content .list {}
#section10 .content .list li {margin: 50px 0;}
#section10 .content .list li img {max-width: 400px;}

#section10 .content .view {color: #fff; width: 400px;}
#section10 .content .view h3 {font-size: 32px; margin-bottom: 40px;}
#section10 .content .view .info {}
#section10 .content .view .info li {display: flex; text-align: center; align-items: center; }
#section10 .content .view .info li figure {width: 60px; height: 60px; display: flex; align-items: center;}

#section10 .content .view .info li figure img {}
#section10 .content .view .info li span {font-size: 32px;}
#section10 .content .view .info li:last-child span {margin-top: -10px;}










