@charset "UTF-8";@import url(font.css); @import url(reset.css);
body { color: #050505; font-family: 'SpoqaHanSansNeo-Regular'; overflow-x: hidden; background: #FFFDF5; } 
.wrap { } 
body {position: relative;overflow-x: hidden;}
.centerbox {width: 1440px; margin: 0 auto;}
.side-title {}


span.circle { position: fixed; top: 0; left: 0; width: 30px; height: 30px; border-radius: 50%; background: url('../images/sec2img.png'); background-size: cover; border: 1px solid rgba(0,0,0,0.5); pointer-events: none; transition: 0s; /* transform: translate(-50%, -50%); */
 z-index: 9999; background-color: #fff; /* 다른 요소 위로 안전하게 */
 will-change: transform; mix-blend-mode: difference; /* 성능 최적화 */}
 
 span.circle.on { width: 100px; height: 60px; background: rgba(0,0,0,0.2); border: none; border-radius: 0; background-size: auto; } 
 
 span.circle.on2 { width: 40px; height: 40px; background: rgba(0,0,0,0.2); border: none; border-radius: 0; } 
 span.circle.on3 { width: 50px; height: 50px; background: rgba(0,0,0,0.2); border: none; border-radius: 0; } 
 span.circle.on4 { width: 70px; height: 40px; background: rgba(0,0,0,0.2); border: none; border-radius: 0; } 
 
 span.circle.on5 { width: 40px; height: 50px; background: rgba(0,0,0,0.2); border: none; } 

 span.circle.active {animation:circleOver .5s forwards; border-radius: 0; transition: 1s;}
 @keyframes circleOver {
    0% {background: #fff;}
    100% {opacity: 0;}
 }
 

/* 로딩 오버레이 */
 .loading-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); display: flex; justify-content: center; align-items: center; z-index: 9999; transition: opacity 0.5s ease, visibility 0.5s ease; } 

 .loading-overlay.hidden { opacity: 0; visibility: hidden; } 

 /* 스피너 애니메이션 */
 .spinner { width: 60px; height: 60px; border: 4px solid rgba(255, 255, 255, 0.3); border-top: 4px solid white; border-radius: 50%; animation: spin 1s linear infinite; } 

 .loading-text { color: white; font-family: 'Arial', sans-serif; font-size: 18px; margin-top: 20px; text-align: center; } 

 @keyframes spin { 
 0% { transform: rotate(0deg); } 
 100% { transform: rotate(360deg); } 
 }


 
.centerbox {max-width: 1500px; margin: 0 auto; } 
.text_portfolio { position: absolute; top: 50%; left: 0; transform: translateY(-50%); } 
.main { position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.8); opacity: 0; top: 0; left: 0; font-size: 200px; color: #fff; } 
.top_red { position: absolute; top: 50%; left: 0; transform: translateY(-50%); /* animation: sign 1s forwards; animation-delay: 2s; */ } 
/* @keyframes sign { 
 0% { opacity: 1; } 
 100% { opacity: 0; } 
 }*/ 
.section1 .sign .title { font-size: 14px; color: #fff; letter-spacing: 0.2em; position: absolute; top: -26px; /* animation: signTitle 0.3s forwards; animation-delay: 3s; transform-origin: right; */ line-height: 1.1; } 
/* @keyframes signTitle { 
 0% { transform: rotate(0deg); font-style: normal; } 
 100% { transform: rotate(-10deg); font-style: italic; } 
 }*/
.section1 .sign { position: absolute; width: 270px; height: 100px; z-index: 1; top: 50%; left: 50%; transform:translate(-50%,-50%); animation: sign_box 2s forwards; } 
@keyframes sign_box { 
 0% { margin-left: 0px; } 
 100% { margin-left: 0px; } 
 }
.section1 .sign .name { position: absolute; } 
.section1 .sign svg { position: absolute; animation: sign 3s forwards; stroke-dasharray: 0px; stroke-dashoffset: 0px; } 
/* @keyframes sign { 
 0% { stroke-dashoffset: 300px; } 
 100% { stroke-dashoffset: 0px; } 
 }*/

 
 /* 이름싸인 */
.section1 .sign .name1 { left: 3px; top: 32px; } 
.section1 .sign .name1 svg { stroke-dasharray: 120; stroke-dashoffset: 120; animation: sign1 .3s forwards; animation-delay:0.5s } 
@keyframes sign1 { 
 0% { stroke-dashoffset: 120; } 
 100% { stroke-dashoffset: 0; } 
 }
.section1 .sign .name2 { left: 32px; top: 20px; } 
.section1 .sign .name2 svg { stroke-dasharray: 110; stroke-dashoffset: 110; animation: sign2 .3s forwards; animation-delay:0.7s } 
@keyframes sign2 { 
 0% { stroke-dashoffset: 110; } 
 100% { stroke-dashoffset:0; } 
 }
.section1 .sign .name3 { left: 30px; top: 72px; } 
.section1 .sign .name3 svg { stroke-dasharray: 85; stroke-dashoffset: 85; animation: sign3 .3s forwards; animation-delay:0.9s } 
@keyframes sign3 { 
 0% { stroke-dashoffset: 85; } 
 100% { stroke-dashoffset:0; } 
 }

.section1 .sign .name4 { left: 87px; top: 20px; } 
.section1 .sign .name4 svg { stroke-dasharray: 200; stroke-dashoffset: 200; animation: sign4 .3s forwards; animation-delay:1.1s } 
@keyframes sign4 { 
 0% { stroke-dashoffset: 200; } 
 100% { stroke-dashoffset:0; } 
 }
.section1 .sign .name5 { left: 130px; top:0; } 
.section1 .sign .name5 svg { stroke-dasharray: 205; stroke-dashoffset: 205; animation: sign5 .3s forwards; animation-delay:1.3s } 
@keyframes sign5 { 
 0% { stroke-dashoffset: 205; } 
 100% { stroke-dashoffset:0; } 
 }

.section1 .sign .name6 { left: 190px; top: 10px; } 
.section1 .sign .name6 svg { stroke-dasharray: 112; stroke-dashoffset: 112; animation: sign6 .3s forwards; animation-delay:1.5s } 
@keyframes sign6 { 
 0% { stroke-dashoffset: 112; } 
 100% { stroke-dashoffset:0; } 
 }
.section1 .sign .name7 { left: 224px; top: -20px; } 
.section1 .sign .name7 svg { stroke-dasharray: 82; stroke-dashoffset: 82; animation: sign7 .3s forwards; animation-delay:1.7s } 
@keyframes sign7 { 
 0% { stroke-dashoffset: 82; } 
 100% { stroke-dashoffset:0; } 
 }
.section1 .sign .name8 { left: 208px; top: 60px; } 
.section1 .sign .name8 svg { stroke-dasharray: 70; stroke-dashoffset: 70; stroke-dashoffset: 70; animation: sign8 1.5s forwards; animation-delay:1.8s } 
@keyframes sign8 { 
 0% { stroke-dashoffset: 70; } 
 100% { stroke-dashoffset:0; } 
 }






/* SECTION (1) */
.section1 {width: 100%; height: 100vh; margin-top : 0; background: #000; } 
.section1 video {width: 100%; height: 100%; object-fit: cover;}
.main_content {margin-left: 100px; margin-top: 100px; font-family: 'GMarketSans'; position: relative;position: relative; z-index: 2;}
.main .main_content .main_title {font-size: 15rem; display: flex; flex-direction: column; letter-spacing: -0.10em; font-weight: bold; line-height: 1; }
.main .main_content .main_title span {}
.main .main_content .main_tt span {font-size: 5rem; display: flex; flex-direction: column; font-weight: 100; letter-spacing: -0.08em; margin-top: -20px;}
.main .main_content .main_tt span.last {font-size: 4rem; font-weight: normal; margin-top: 20px;}
.spiral {position: absolute; bottom: 50px; right: 20px; transform: rotate(40deg);}


/* SECTION (2) */
.section2 { margin:100px 0; padding: 60px 0}
.section2 .centerbox { display: grid; grid-template-columns: 174px 1fr; margin: 0 auto;} 
.section2 .centerbox .menu-box { border: 1.5px solid #E24126; padding: 125px 50px; border-radius: 90px 0 90px 0; } 
.side-title { writing-mode: vertical-rl; transform: rotate(180deg); display: flex; align-items: center; font-size: 18em; color: #e24126; font-family: 'SpoqaHanSansNeo-Light'; position: relative;} 
.side-title span {font-family: "Tangerine";}

.menu-box { display: flex; flex-direction: column; position: relative;} 
.menu-box .rowf { padding: 0 0; font-size: 2em; color: #696865; display: block; } 
.menu-box .rowe { padding: 0 0; border-bottom: none; } 
.menu-row { display: grid; grid-template-columns: 250px 350px 215px; padding: 20px 0; border-bottom: 1px solid #E24126; } 
.menu-row .center h2 { margin: 0 0 10px; font-size: 4rem; font-weight: normal; } 
.menu-row .center ul { margin: 0; padding: 0; font-size: 2rem; } 
.menu-row .right { text-align: center; font-size: 1.6rem; display: flex; gap: 46px; line-height: 4rem; } 
.menu-row .right span { font-size: 50px; font-weight: 100; line-height: 26px; } 
.menu-row .right p { font-size: 1.6rem; } 
.section2 .menu-box .menu-row .left p.small { font-size: 2rem; white-space: nowrap } 
.section2 .menu-box .menu-row .left p.small_s { display: flex; flex-direction: column; } 
.section2 .menu-box .menu-row .left p.small .mini { font-size: 1.5rem; } 
.section2 .menu-box a:last-child .plus { margin-top: 10px; } 

/* 플러스 + */
.plus { position: relative; display: inline-block; width: 20px; height: 20px; } 
.plus::before,
.plus::after { content: ""; position: absolute; background: #000; } 
.plus::before { left: 50%; top: 0; width: 2px; height: 100%; transform: translateX(-50%); } 
.plus::after { top: 50%; left: 0; height: 2px; width: 100%; transform: translateY(-50%); } 

.point_1 {position: absolute; right: 2%; top: 15.8%;}
.point_2 {position: absolute; right: 2%; top: 28.8%;}
.point_3 {position: absolute; right: 2%; top: 59.5%;}
.point_4 {position: absolute; right: 2%; top: 73.3%;}


/* SECTION (3) */
.section3 { width: 100%; height: 100%; } 
.section3 .sect3_bg { position: relative; display: flex; justify-content: center; align-items: center; flex-direction: column; } 
.section3 .sect3_bg img { width: auto; } 
.section3 .note { position: absolute; top: 0; left: 50%; transform: translateX(-50%); } 
.section3 .note .note_t .textbox { color: #fff; display: flex; flex-direction: column; margin-top: 100px; margin-bottom: 50px; text-align: center; } 
.section3 .note_t .textbox span { font-size: 2.4rem; font-weight: 400; letter-spacing: -0.08em; } 
.section3 .note_t .textbox span:nth-child(3) { font-size: 7.3rem; font-weight: 600; } 
.section3 .note_t .textbox span:nth-child(4) { font-size: 3rem; } 
.section3 .note .note_t .img_box ul { display: flex; gap: 10px;} 
.section3 .note .note_t .img_box ul li {width: 340px; overflow: hidden;} 
.section3 .note .note_t .img_box video {width: 348px; margin-left: -4px;} 

.section3 .note_b { padding: 40px 0; margin-top: 280px; } 
.section3 .note_b h2 { font-size: 2.8rem; margin-top: 20px; border-bottom: 1px solid #BE432F; border-top: 1px solid #BE432F; padding :11px 0; font-family: 'Wanted Sans'; font-size: 7rem; letter-spacing: -0.08em; color: #be432f; } 
.section3 .note_b .skills { padding: 36px 0; font-size: 1.6rem; color: #BE432F; display: flex; gap: 23px; } 
.section3 .note_b .grid-box { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto auto; border-top: 1px solid #BE432F; } 
.section3 .note_b .grid-box > div { border-bottom: 1px solid #BE432F; padding: 15px; position: relative; }
.section3 .note_b .grid-box .profile { grid-row: 1 / 4; border-right: 1px solid #BE432F; padding: 0 0; padding-top: 80px; } 

.section3 .note_b .grid-box .profile .circle {width: 200px; height: 200px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); border-radius: 50%; background: url(../images/na.png) center; transition: 1s; background-size: 300%;}
.section3 .note_b .grid-box .profile .circle2 {position: absolute; top: 50%; left: 50%; border: 1px solid #BE432F; width: 300px; height: 300px; transform: translate(-50%,-50%); border-radius: 50%; transition: 1s; transition-delay: 0.2s;}
.section3 .note_b .grid-box .profile.on .circle {width: 340px; height: 340px; background-size: 100%;}
.section3 .note_b .grid-box .profile.on .circle2 {width: 440px; height: 440px; }


.section3 .note_b .grid-box .info { display: flex; padding: 0; width: auto; }
.section3 .note_b .grid-box .info .title { writing-mode: vertical-rl; transform: rotate(180deg); font-size: 4.7rem; color: #BE432F; letter-spacing: -0.08em; display: flex; justify-content: center; align-items: center; }
.section3 .note_b .grid-box .info ul { font-size: 2rem; display: flex; flex-direction: column; color: #be432f; justify-content: center; padding-left: 10px; }
.section3 .note_b .grid-box .info ul li { margin-bottom: 7px; display: grid; grid-template-columns: 145px 1fr; gap: 15px; } 
.section3 .note_b .grid-box .info ul li span { font-size: 1.8rem; }
.career strong { color: #BE432F; }


.section3 .note_b .grid-box .certificate { display: flex; padding-left: 0; width: auto; }
.section3 .note_b .grid-box .certificate .title { writing-mode: vertical-rl; transform: rotate(180deg); font-size: 4.7rem; color: #BE432F; letter-spacing: -0.08em; display: flex; justify-content: center; align-items: center; }
.section3 .note_b .grid-box .certificate > ul { font-size: 2rem; display: flex; flex-direction: column; color: #be432f; justify-content: center; padding-left: 10px; width: 100%; }
.section3 .note_b .grid-box .certificate > ul > li { margin-bottom: 7px; display: grid; grid-template-columns: 145px 1fr; gap: 15px; flex-grow: 1; }
.section3 .note_b .grid-box .certificate ul li span { font-size: 1.8rem; }
.career strong { color: #BE432F; }

.section3 .note_b .grid-box .career { display: flex; padding-left: 0; width: auto; align-items: center; justify-content: center; }
.section3 .note_b .grid-box .career .title { writing-mode: vertical-rl; transform: rotate(180deg); font-size: 4.7rem; color: #BE432F; letter-spacing: -0.08em; display: flex; justify-content: center; align-items: center; } 
.section3 .note_b .grid-box .career > ul { font-size: 2rem; display: flex; flex-direction: column; color: #be432f; justify-content: center; padding-left: 10px; width: 100%; }
.section3 .note_b .grid-box .career > ul > li { margin-bottom: 7px; display: grid; grid-template-columns: 145px 1fr; gap: 15px; flex-grow: 1; }
.section3 .note_b .grid-box .career ul li span { font-size: 1.8rem; }



/* SECTION (4) */
.section4 {width: 100%; height: 100vh; background: #BE432F; position: relative; overflow: hidden;} 
.section4 .content {text-align: center;}
.section4 .content img {max-width: 350px;}
.section4 .content li:nth-child(1) {padding-bottom: 200px;}

.section4 .textwrap {position: absolute; width: 100%; height: 100vh; top: 0; font-size: 3rem; color: #fffdf5; z-index: 10;}
.section4 .textbox {position: absolute; width: 20%; height: 300px; top: 0; left: 0;}

.section4 .textbox .tt_last {font-size: 1.6rem;}

.section4 .textwrap .textbox {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity 0.6s ease;
    width: 100%;
    height: 100%;
  }
  
  .section4 .textwrap .textbox.on {
    opacity: 1;
    pointer-events: auto;
    position: relative;
  }
  
  .section4 .textwrap .textbox2 {
    opacity: 0;
  }
  
  .section4 .textbox li {position: absolute; max-width: 330px ;}
  .section4 .textbox .typo { width: 250px; top: 30px; left: 30px;}
  .section4 .textbox .color { top: 650px; left: 30px;}
  .section4 .textbox .contri { top: 800px; left: 30px; }
  
  .section4 .textbox .font {top: 30px; right: 230px}
  .section4 .textbox .review { top: 170px; right: 230px; }
  .section4 .textbox .timeline { top: 68%; right: 114px;}
  .section4 .textbox .target { top: 80%; right: 11px; }




.section4 .svg_box {position: absolute; width: 100%; left: 0; top: 0; }
.section4 .svg_box .part4_left {position: absolute; left: -10%; top: -1px;}
.section4 .svg_box .part4_right {position: absolute; right: -10%; top: -1px;}
/* .section4 .part4_right svg {transition: 2s;} */
.section4 .cover {content: ""; position: absolute; width: 100%; height:50px; background: linear-gradient(180deg, rgba(255,255,255,0), #fff); bottom: -50px; left: 0; z-index: 7;}

.section58_wrap {position: relative; }
/* .section5,.section6,.section7,.section8 {position: absolute; opacity: 0.2; margin: 0;} */
/* SECTION (5) */
.section58_wrap .textbox {opacity: 0;}
.section58_wrap .point_top { position: absolute; width: 100%; height: 30px; width: 100%; border-bottom:1px solid #C3503C; top: 0px;z-index: 10; backdrop-filter: blur(10px); background: rgba(255, 255, 255, 0.3);} 
.section58_wrap .point_top .point_star { position: absolute; left: 0; bottom: 0; transform: translateY(50%);} 
.section58_wrap .point_top .point_star1 { left:100px;} 
.section58_wrap .point_top .point_star2 { left:70px;} 
.section58_wrap .point_top .point_star3 { left:40px;} 
.section58_wrap .point_top .point_star4 { left:10px;} 
.section58_wrap .round { width: 1004px; height: 1004px; border-top-left-radius: 700px; border-top-right-radius: 700px; position: absolute; bottom: 0; left: 118px; transform: translateY(50%); } 
.section58 .notebook {transform: scale(0.7);}
.section58 .notebook .notebook_screen img {position: absolute; left: 0; top: 0;}

/* .line { height: .8px;  background: #C3503C; }  */
.section5 { width: 100%; height: 100vh; position: relative; background: url(../images/section_bg.png) no-repeat center; } 
/* .section5 .point_bottom1 { position: absolute; bottom: 50px; transform: translateY(21px); right: 165px; } 
.section5 .point_bottom2 { position: absolute; bottom: 50px; transform: translateY(21px); right: 239px; } 
.section5 .line1 { position: absolute; top: 50px; } 
.section5 .line2 { position: absolute; bottom: 50px; }  */
.section5 .round { background: #d9ebf7;/* width: 1004px;  height: 502px; border-top-left-radius: 700px; border-top-right-radius: 700px; */ /* position: absolute; bottom: 51px; left: 118px; */ } 
.section5 .swim { position: absolute; left: 0; top: 145px; z-index: 1; } 
.section58_wrap .notebook { position: absolute; bottom: 90px; left: -50px; display: flex; flex-direction: column; } 
.section5 .notebook .notebook_screen { position: absolute; top: 12%; left: 11.8%; width: 794px; height: 497px; background: #fff; overflow: hidden; border-radius: 5px; box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5); } 
.section5 .notebook span { font-family: 'SpoqaHanSansNeo-Thin'; display: block; font-size: 4rem; font-weight: 100; letter-spacing: -0.11em; text-align: center; color: #6596ac; } 
.section58_wrap .textbox { position: absolute; left: 57%; bottom: 105px; } 
.section5 .textbox ul { display: flex; flex-direction: column; gap: 22px; } 
.section5 .textbox ul li { display: flex; flex-direction: column; gap: 5px; } 
.section5 .textbox ul li img { width: 40px; } 
.section5 .textbox ul li .first { font-size: 1.5em; letter-spacing: -1px; color: #be432f; } 
.section5 .textbox ul li .last { font-size: 2em; color: #292929; display: flex; flex-direction: column;} 
.section5 .textbox ul li span, p { font-weight: 300; } 
.section5 .textbox ul li .laa { display: block; white-space: pre-wrap; } 
.section5 .textbox .colors { display: flex; gap: 5px; } 
.section5 .textbox .colors .color_1 { display: block; width: 18px; height: 18px; background: #BBD3F4; border-radius: 18px; margin-left: 15px; } 
.section5 .textbox .colors .color_2 { display: block; width: 18px; height: 18px; background: #C3EBF5; border-radius: 18px; } 
.section5 .textbox .colors .color_3 { display: block; width: 18px; height: 18px; background: #0E2E5B; border-radius: 18px; } 


/* SECTION (6) */
.section6 { width: 100%; height: 100vh; position: relative; } 
/* .section6 .point_top { position: absolute; top: 50px; transform: translateY(-25px); left: 164px; } 
.section6 .point_bottom1 { position: absolute; bottom: 50px; transform: translateY(21px); right: 165px; } 
.section6 .point_bottom2 { position: absolute; bottom: 50px; transform: translateY(21px); right: 239px; } 
.section6 .line1 { position: absolute; top: 50px; } 
.section6 .line2 { position: absolute; bottom: 50px; }  */
.section6 .round { background: #cfab8f;/*  width: 1004px; height: 502px; background: #CD7632; border-top-left-radius: 700px; border-top-right-radius: 700px; position: absolute; bottom: 51px; left: 118px; */ } 
.section6 .bread { position: absolute; left: 0; bottom: 35px; z-index: 10; } 
.section6 .notebook { position: absolute; bottom: 90px; display: flex; flex-direction: column; } 
.section6 .notebook span { font-family: 'SpoqaHanSansNeo-Thin'; display: block; font-size: 4rem; font-weight: 100; letter-spacing: -0.11em; text-align: center; color: #CD7632; } 
.section6 .notebook .notebook_screen { position: absolute; top: 12%; left: 11.8%; width: 794px; height: 497px; background: #fff; overflow: hidden; border-radius: 5px; box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5); } 
.section6 .textbox { position: absolute; left: 60%; bottom: 105px; } 
.section6 .textbox ul { display: flex; flex-direction: column; gap: 22px; } 
.section6 .textbox ul li img { width: 40px; } 
.section6 .textbox ul li { display: flex; flex-direction: column; gap: 5px; } 
.section6 .textbox ul li .first { font-size: 1.5em; letter-spacing: -1px; color: #be432f; } 
.section6 .textbox ul li .last { font-size: 2em; color: #292929; display: flex; flex-direction: column;} 
.section6 .textbox ul li span, p { font-weight: 300; } 
.section6 .textbox ul li .laa { display: block; white-space: pre-wrap; } 
.section6 .textbox .colors { display: flex; gap: 5px; } 
.section6 .textbox .colors .color_1 { display: block; width: 18px; height: 18px; background: #F2EDE7; border-radius: 18px; margin-left: 15px; } 
.section6 .textbox .colors .color_2 { display: block; width: 18px; height: 18px; background: #CF4B00; border-radius: 18px; } 
.section6 .textbox .colors .color_3 { display: block; width: 18px; height: 18px; background: #4D3020; border-radius: 18px; } 



/* SECTION (7) */
.section7 { width: 100%; height: 100vh; position: relative; } 
/* .section7 .point_top { position: absolute; top: 50px; transform: translateY(-25px); left: 164px; } 
.section7 .point_bottom1 { position: absolute; bottom: 50px; transform: translateY(21px); right: 165px; } 
.section7 .point_bottom2 { position: absolute; bottom: 50px; transform: translateY(21px); right: 239px; } 
.section7 .line1 { position: absolute; top: 50px; } 
.section7 .line2 { position: absolute; bottom: 50px; }  */
.section7 .round {background: #88b8cc; /*  width: 1004px; height: 502px; border-top-left-radius: 700px; border-top-right-radius: 700px; position: absolute; bottom: 51px; left: 118px;  */} 
.section7 .angel { position: absolute; left: -2.5%; top: -35%; z-index: 10; } 
.section7 .notebook { position: absolute; bottom: 90px; display: flex; flex-direction: column; } 
.section7 .notebook .notebook_screen { position: absolute; top: 12%; left: 11.8%; width: 794px; height: 497px; background: #fff; overflow: hidden; border-radius: 5px; box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.4); } 
.section7 .notebook span { font-family: 'SpoqaHanSansNeo-Thin'; display: block; font-size: 4rem; font-weight: 100; letter-spacing: -0.11em; text-align: center; color: #087CAD; } 
.section7 .textbox { position: absolute; left: 60%; bottom: 105px; } 
.section7 .textbox ul { display: flex; flex-direction: column; gap: 22px; } 
.section7 .textbox ul li { display: flex; flex-direction: column; gap: 5px; } 
.section7 .textbox ul li img { width: 40px; } 
.section7 .textbox ul li .first { font-size: 1.5em; letter-spacing: -1px; color: #be432f; } 
.section7 .textbox ul li .last { font-size: 2em; color: #292929; display: flex; flex-direction: column;} 
.section7 .textbox ul li span, p { font-weight: 300; } 
.section7 .textbox ul li .laa { display: block; white-space: pre-wrap; } 
.section7 .textbox .colors { display: flex; gap: 5px; } 
.section7 .textbox .colors .color_1 { display: block; width: 18px; height: 18px; background: #ffffff; border-radius: 18px; margin-left: 15px; border: .5px solid #000; } 
.section7 .textbox .colors .color_2 { display: block; width: 18px; height: 18px; background: #E5DBF5; border-radius: 18px; } 
.section7 .textbox .colors .color_3 { display: block; width: 18px; height: 18px; background: #000000; border-radius: 18px; } 


/* SECTION (8) */
.section8 { width: 100%; height: 100vh; position: relative; background: url(../images/section_bg.png) no-repeat center; } 
.section8 .round {background: #899cda;/*  width: 1004px; height: 502px;  border-top-left-radius: 700px; border-top-right-radius: 700px; position: absolute; bottom: 51px; left: 118px;  */} 
.section8 .alphbet { width: 90%; position: absolute; top: 10%; } 
/* .section8 .line1 { position: absolute; top: 50px; } 
.section8 .line2 { position: absolute; bottom: 50px; } 
.section8 .point_top { position: absolute; top: 50px; transform: translateY(-25px); left: 164px; } 
.section8 .point_bottom1 { position: absolute; bottom: 50px; transform: translateY(21px); right: 165px; } 
.section8 .point_bottom2 { position: absolute; bottom: 50px; transform: translateY(21px); right: 239px; }  */
.section8 .tab { position: absolute; bottom: 105px; left: 30px; display: flex; flex-direction: column; } 
.section8 .tab .tab_box { transform: scale(0.8);} 
.section8 .tab .tablet { transform: scale(0.8);} 
.section8 .tab .tab_screen { position: absolute; top: 14%; left: 12%; width: 675px; height: 514px; background: #ffffff; overflow: hidden; border-radius: 10px; border: 1px solid #000000; } 
.section8 .tab .tab_screen img { width: 100%; } 
/* .section8 .tab img { width: 80%; }  */
.section8 .tab span { width: 80%; font-family: 'SpoqaHanSansNeo-Thin'; display: block; font-size: 4rem; font-weight: 100; letter-spacing: -0.11em; text-align: center; color: #BE432F; } 
.section8 .textbox { position: absolute; left: 60%; bottom: 105px; } 
.section8 .textbox ul { display: flex; flex-direction: column; gap: 22px; } 
.section8 .textbox ul li { display: flex; flex-direction: column; gap: 5px; } 
.section8 .textbox ul li img { width: 40px; } 
.section8 .textbox ul li .first { font-size: 1.5em; letter-spacing: -1px; color: #be432f; } 
.section8 .textbox ul li .last { font-size: 2em; color: #292929; display: flex; flex-direction: column;} 
.section8 .textbox ul li span, p { font-weight: 300; } 
.section8 .textbox ul li .laa { display: block; white-space: pre-wrap; } 
.section8 .textbox .colors { display: flex; gap: 5px; } 
.section8 .textbox .colors .color_1 { display: block; width: 18px; height: 18px; background: #ffffff; border-radius: 18px; margin-left: 15px; border: .5px solid #000; } 
.section8 .textbox .colors .color_2 { display: block; width: 18px; height: 18px; background: #E5DBF5; border-radius: 18px; } 
.section8 .textbox .colors .color_3 { display: block; width: 18px; height: 18px; background: #000000; border-radius: 18px; } 


/* SECTION (9) */
.section9 { width: 100%; min-height: 100vh; background: url(../images/section9_bg.png); overflow: hidden; background-size: auto; position: relative;  display: flex; justify-content: center; gap: 40px; padding: 100px 0; margin-bottom: 0;;} 
.section9 .iphone { position: relative; width: 424px; top: 3%; z-index: 10; ;} 
.section9 .page_view {position: absolute; width: 80%; height:64%; top: 50%; left: 50%; transform: translate(-50%,-67%); border-radius: 40px; overflow: hidden;;} 
.section9 .page_view img {width: 100%; opacity: 0;} 
.section9 .page {position: absolute; top: 80px; left: 50%; transform: translateX(-130%); opacity: 70%; z-index: -1; } 


.section9 .textbox { position: relative; } 
.section9 .textbox ul { display: flex; flex-direction: column; gap: 40px; font-size: 2rem; } 
.section9 .textbox ul li { display: flex; flex-direction: column; gap: 5px; color: #FFFDF5; font-family: 'SpoqaHanSansNeo-Thin' } 
.section9 .textbox ul li img { width: 40px; } 
.section9 .textbox ul li .first { font-size: 4rem; font-family: 'SpoqaHanSansNeo-Regular'; } 
.section9 .textbox ul li span, p { font-weight: 300; } 

.section9 .textbox ul li.special { display: flex; flex-direction: row; gap: 70px; } 
.section9 .textbox ul li.special .left { display: flex; flex-direction: column; justify-content: center; width: 270px; } 
.section9 .textbox ul li.special .right { display: flex; justify-content: center; align-items: center; font-size: 2rem; } 
.section9 .textbox ul li.special .right span.font { width: 120px; height: 120px; border: 1px solid #FFFDF5; border-radius: 150px; display: flex; justify-content: center; align-items: center; } 
.section9 .textbox ul li.special .right span.sun { width: 70px; border: .5px solid #FFFDF5; display: flex; align-items: center; justify-content: center; } 
.section9 .textbox ul li.special .right span.tt { margin: 10px; } 

.section9 .textbox ul li.special2 { display: flex; flex-direction: row; gap: 70px; } 
.section9 .textbox ul li.special2 .left { display: flex; flex-direction: column; justify-content: center; width: 270px; } 
.section9 .textbox ul li.special2 .right { display: flex; justify-content: center; align-items: center; font-size: 2rem; } 
.section9 .textbox ul li.special2 .right span.figma { width: 150px; height: 150px; border: 1px solid #FFFDF5; border-radius: 150px; display: flex; justify-content: center; align-items: center; } 
.section9 .textbox ul li.special2 .right span.ps { width: 150px; height: 150px; border: 1px solid #FFFDF5; border-radius: 150px; display: flex; justify-content: center; align-items: center; margin-left: -30px; } 
.section9 .textbox ul li.special2 .right span.ai { width: 150px; height: 150px; border: 1px solid #FFFDF5; border-radius: 150px; display: flex; justify-content: center; align-items: center; margin-left: -30px; } 


/* SECTION (10) */
.section10 { width: 100%; height: 100vh; background: url(../images/section10_bg.png) no-repeat; background-size: auto; position: relative; z-index: 0; margin-top: 0; overflow: hidden;} 
.section10::before { content: ""; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); z-index: 1; position: absolute; top: 0; left: 0; } 
.section10 .img1 {position: absolute; width: 100%; top: -80px; z-index: 3;pointer-events: none; }
.section10 .img2 {position: absolute; width: 100%; top: -80px; z-index: 4;pointer-events: none;}
.section10 .img2 img {}
.section10 .bannerbox {position: relative; height: 100%; z-index: 2; } 
.section10 .bannerbox .banner {height: 100%; display: flex; align-items: center; padding-top: 100px; /* gap: 35px; */  } 
.section10 .bannerbox .banner li {width: 400px; background: #FFFDF5; display: flex; justify-content: center; padding: 30px 35px; z-index: 10; border-radius: 10px; padding-bottom: 150px; border: 1px solid #ececec;flex-shrink: 0; } 
.section10 .bannerbox .banner li img {width: 100%;} 
.section10 .bannerbox .banner li:hover { background: #BE432F; } 
.section10 .bannerbox .banner li .red { position: absolute; top: 4%; } 
.section10 .bannerbox .banner li .tape { position: absolute; top: 4%; } 
.section10 .img2 img { 
  display: none; 
}
.section10 .img2 img.active {
  display: block;
}


.screen { width: 98.3%; height: 516px; position: absolute; z-index: 2; background: #000; border-radius: 30px 30px 18px 18px; top: 7px; left: 7px; overflow: hidden; cursor: pointer; } 
 .screen img { width: 100%; position: absolute; top: 0; left: 0;  } 


 .section11 {background: url('../images/bg.jpg'); margin: 0 !important;}
 .section11 .centerbox {text-align: center; padding-top: 100px;}
 .section11 .centerbox img {max-width: 800px; margin: 50px 0 }


 
 .section12 {height: 100vh; margin: 0; background: url('../images/bg.jpg');background: url('../images/bg.jpg'); position: relative; }
 /* 이름싸인 */
.section12 .sign { position: absolute; width: 270px; height: 100px; z-index: 1; top: 50%; left: 50%; transform:translate(-50%,-50%); animation: sign_box 2s forwards; } 
@keyframes sign_box { 
 0% { margin-left: 0px; } 
 100% { margin-left: 0px; } 
}
.section12.on .sign .title { font-size: 14px; color: #fff; letter-spacing: 0.2em; position: absolute; top: -26px; animation: signTitle 0.3s forwards; animation-delay: 3s; transform-origin: right; line-height: 1.1; } 
.section12.on .sign .name { position: absolute; } 
.section12.on .sign svg { position: absolute; animation: sign 3s forwards; stroke-dasharray: 0px; stroke-dashoffset: 0px; } 


.section12.on .sign .name1 { left: 3px; top: 32px; } 
.section12.on .sign .name1 svg { stroke-dasharray: 120; stroke-dashoffset: 120; animation: sign1 .3s forwards; animation-delay:0.5s } 
@keyframes sign1 { 
 0% { stroke-dashoffset: 120; } 
 100% { stroke-dashoffset: 0; } 
 }
.section12.on .sign .name2 { left: 32px; top: 20px; } 
.section12.on .sign .name2 svg { stroke-dasharray: 110; stroke-dashoffset: 110; animation: sign2 .3s forwards; animation-delay:0.7s } 
@keyframes sign2 { 
 0% { stroke-dashoffset: 110; } 
 100% { stroke-dashoffset:0; } 
 }
.section12.on .sign .name3 { left: 30px; top: 72px; } 
.section12.on .sign .name3 svg { stroke-dasharray: 85; stroke-dashoffset: 85; animation: sign3 .3s forwards; animation-delay:0.9s } 
@keyframes sign3 { 
 0% { stroke-dashoffset: 85; } 
 100% { stroke-dashoffset:0; } 
 }

.section12.on .sign .name4 { left: 87px; top: 20px; } 
.section12.on .sign .name4 svg { stroke-dasharray: 200; stroke-dashoffset: 200; animation: sign4 .3s forwards; animation-delay:1.1s } 
@keyframes sign4 { 
 0% { stroke-dashoffset: 200; } 
 100% { stroke-dashoffset:0; } 
 }
.section12.on .sign .name5 { left: 130px; top:0; } 
.section12.on .sign .name5 svg { stroke-dasharray: 205; stroke-dashoffset: 205; animation: sign5 .3s forwards; animation-delay:1.3s } 
@keyframes sign5 { 
 0% { stroke-dashoffset: 205; } 
 100% { stroke-dashoffset:0; } 
 }

.section12.on .sign .name6 { left: 190px; top: 10px; } 
.section12.on .sign .name6 svg { stroke-dasharray: 112; stroke-dashoffset: 112; animation: sign6 .3s forwards; animation-delay:1.5s } 
@keyframes sign6 { 
 0% { stroke-dashoffset: 112; } 
 100% { stroke-dashoffset:0; } 
 }
.section12.on .sign .name7 { left: 224px; top: -20px; } 
.section12.on .sign .name7 svg { stroke-dasharray: 82; stroke-dashoffset: 82; animation: sign7 .3s forwards; animation-delay:1.7s } 
@keyframes sign7 { 
 0% { stroke-dashoffset: 82; } 
 100% { stroke-dashoffset:0; } 
 }
.section12.on .sign .name8 { left: 208px; top: 60px; } 
.section12.on .sign .name8 svg { stroke-dasharray: 70; stroke-dashoffset: 70; stroke-dashoffset: 70; animation: sign8 1.5s forwards; animation-delay:1.8s } 
@keyframes sign8 { 
 0% { stroke-dashoffset: 70; } 
 100% { stroke-dashoffset:0; } 
 }


@media screen and (max-width: 780px) {
  body {padding: 0 20px; width: 100%; overflow-x: hidden;}
  .centerbox {width: 100%;  }
  .top_red {display: none;}
  .text_portfolio {display: none;}
  .text_portfolio svg {display: none;}
  .section1 .sign {top: 50%;}
  .section1 {width: 100vw; position: relative;left: -20px;}
  .section1 .main {display: none;}
  .section2 {}
  .section2 .centerbox{grid-template-columns: 1fr;}
  .section2 .side-title{writing-mode:horizontal-tb; transform: rotate(0); font-size: 10em;}
  .section2 .centerbox .menu-box {padding: 0 20px; border-radius: 40px 0;}
  .section2 .centerbox .menu-box .menu-row {grid-template-columns: 1fr;}
  .section3 {}
  .section3 .sect3_bg img {display: none;}
  .section3 .note_t .textbox span:nth-child(3) {font-size: 2.2rem;}
  .section3 .sect3_bg img {width: 100%;}
  .section3 .img_box {position: absolute; top: 0; display: none;}
  .section3 .note {position: relative; left: 0; transform:translate(0);}
  .section3 .note .note_t .img_box ul {flex-wrap: wrap; justify-content: center;}
  .section3 .note .note_t .img_box ul li {width: 40%; border-radius: 10px; }
  .section3 .note_b .grid-box .info ul li {grid-template-columns:1fr;}
  .section3 .note .note_t .img_box video {width: 100%;}
  .section3 .note_b .grid-box {grid-template-columns: 1fr;}
  .section3 .note_b .grid-box .profile img {width: 100%;}
  .section3 .note_b .skills {flex-wrap: wrap;}
  .section3 .note_b .grid-box .profile {border: 0;}
  .section3 .note_b .grid-box > div {border: 0;}
  .section3 .note_b .grid-box {border: 0;}
  .section3 .note_b .skills {margin-bottom: 100px;}
  .section3 .note_b .grid-box .info {padding-top: 140px;}
  .section3 .note_b .grid-box .certificate > ul > li {grid-template-columns: 45px 1fr;}
  .section3 .note_b .grid-box .career > ul > li {grid-template-columns: 95px 1fr;}
  
  .section4 {width: 100vw; left: -20px; position: relative;}
  .section4 .textwrap .textbox{display: none;}
  .section4 .textwrap{display: none;}
  .section4 .svg_box{display: none;}
  .section4 {height: auto;}
  .section5 {height: auto; margin-top: 100px;}
  .section5 .swim {top: 0; left: -50px;}
  .section5 .notebook .notebook_screen {left: 0; width: 100%;}
  .section58 .notebook {height: 500px; left: 0; position: relative; bottom: 0;}
  .section58 .notebook img {width: 100%; object-fit: cover;}
  .section5 .round {display: none;}
  .section58_wrap .textbox {opacity: 1; left: 0; position: relative; bottom: 0; top: 50px;}
  .section6 {height: auto; margin-top: 100px;}
  .section6 .bread {bottom: auto; top: 300px; left: -140px;;}
  .section6 .round {display: none;}
  .section6 .notebook .notebook_screen {left: 0; width: 100%;}
  .section7 {height: auto; margin-top: 100px;}
  .section7 .angel {left: -130px;}
  .section7 .round {display: none;}
  .section7 .notebook .notebook_screen {left: 0; width: 100%;}
  .section8 {height: auto; margin-top: 200px;}
  .section8 .tab {left: 0; width: 100%; position: relative; bottom: 0;}
  .section8 .tab img {width: 100%;}
  .section8 .tab .tablet {display: none;}
  .section8 .tab .tab_screen {position: relative;left: 0; width: 100%;}
  .section8 .round {display: none;}
  .section8 .alphbet img {width: 100%;opacity: 0.2;}

  .section9 {height: auto; margin-top: 200px; flex-direction: column; align-items: center; position: relative; width: 100vw; left: -20px;}
  .section9 .page_view img {opacity: 1;}
  .section9 .page {display: none;}
  .section9 .textbox {width: 100%;}
  .section9 .textbox ul {width: 90%; margin: 0 auto;;}
  .section9 .textbox ul li {flex-direction: column !important;}
  .section10 {height: auto; width: 100vw; left: -20px; }
  .section11 {height: auto; margin-top: 100px;width: 100vw; left: -20px; position: relative; }
  .section12 {height: auto; min-height: 100vh; width: 100vw; left: -20px; position: relative; }
  .spiral  {display: none;}

  
.section12 .sign { position: absolute; width: 270px; height: 100px; z-index: 1; top: 50%; left: 50%; transform:translate(-50%,-50%); animation: sign_box 2s forwards; } 
@keyframes sign_box { 
 0% { margin-left: 0px; } 
 100% { margin-left: 0px; } 
}
.section12.on .sign .title { font-size: 14px; color: #fff; letter-spacing: 0.2em; position: absolute; top: -26px; animation: signTitle 0.3s forwards; animation-delay: 3s; transform-origin: right; line-height: 1.1; } 
.section12 .sign .name { position: absolute; } 
.section12.on .sign svg { position: absolute; animation: sign 3s forwards; stroke-dasharray: 0px; stroke-dashoffset: 0px; } 


.section12 .sign .name1 { left: 3px; top: 32px; } 
.section12.on .sign .name1 svg { stroke-dasharray: 120; stroke-dashoffset: 120; animation: sign1 .3s forwards; animation-delay:0.5s } 
@keyframes sign1 { 
 0% { stroke-dashoffset: 120; } 
 100% { stroke-dashoffset: 0; } 
 }
.section12 .sign .name2 { left: 32px; top: 20px; } 
.section12.on .sign .name2 svg { stroke-dasharray: 110; stroke-dashoffset: 110; animation: sign2 .3s forwards; animation-delay:0.7s } 
@keyframes sign2 { 
 0% { stroke-dashoffset: 110; } 
 100% { stroke-dashoffset:0; } 
 }
.section12 .sign .name3 { left: 30px; top: 72px; } 
.section12.on .sign .name3 svg { stroke-dasharray: 85; stroke-dashoffset: 85; animation: sign3 .3s forwards; animation-delay:0.9s } 
@keyframes sign3 { 
 0% { stroke-dashoffset: 85; } 
 100% { stroke-dashoffset:0; } 
 }

.section12 .sign .name4 { left: 87px; top: 20px; } 
.section12.on .sign .name4 svg { stroke-dasharray: 200; stroke-dashoffset: 200; animation: sign4 .3s forwards; animation-delay:1.1s } 
@keyframes sign4 { 
 0% { stroke-dashoffset: 200; } 
 100% { stroke-dashoffset:0; } 
 }
.section12 .sign .name5 { left: 130px; top:0; } 
.section12.on .sign .name5 svg { stroke-dasharray: 205; stroke-dashoffset: 205; animation: sign5 .3s forwards; animation-delay:1.3s } 
@keyframes sign5 { 
 0% { stroke-dashoffset: 205; } 
 100% { stroke-dashoffset:0; } 
 }

.section12 .sign .name6 { left: 190px; top: 10px; } 
.section12.on .sign .name6 svg { stroke-dasharray: 112; stroke-dashoffset: 112; animation: sign6 .3s forwards; animation-delay:1.5s } 
@keyframes sign6 { 
 0% { stroke-dashoffset: 112; } 
 100% { stroke-dashoffset:0; } 
 }
.section12 .sign .name7 { left: 224px; top: -20px; } 
.section12.on .sign .name7 svg { stroke-dasharray: 82; stroke-dashoffset: 82; animation: sign7 .3s forwards; animation-delay:1.7s } 
@keyframes sign7 { 
 0% { stroke-dashoffset: 82; } 
 100% { stroke-dashoffset:0; } 
 }
.section12 .sign .name8 { left: 208px; top: 60px; } 
.section12.on .sign .name8 svg { stroke-dasharray: 70; stroke-dashoffset: 70; stroke-dashoffset: 70; animation: sign8 1.5s forwards; animation-delay:1.8s } 
@keyframes sign8 { 
 0% { stroke-dashoffset: 70; } 
 100% { stroke-dashoffset:0; } 
 }
}