@charset "utf-8";

/* #content */
.img_box img {width: 100%;}
.block {display: block;}

section .inner .text_box {padding: 160px 5%; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center;}
section .inner .text_box .main_text {font-size: 48px; font-weight: 600; line-height: 64px; letter-spacing: -1px; margin-bottom: .8em;}
section .inner .text_box .sub_text {font-size: 20px; line-height: 32px; letter-spacing: -1px; margin-bottom: 1.5em; color: #474A4D;}
section .inner .text_box .sub_text:last-of-type {margin-bottom: 0;}


.sub_visual {width: 100%; height: calc(100vh - 100px); position: relative;
    background-repeat: no-repeat; background-position: top center; background-size: cover;}
.sub_visual .inner {padding: 0;}
.sub_visual .inner h3 {position: absolute; top: 50%; left: 16%; transform: translateY(-50%);
    font-size: 72px; line-height: 80px; letter-spacing: -1px; text-align: left;}
.sub_visual .inner h3 span {display: block; font-size: 36px; font-weight: 400; line-height: 38px; margin-bottom: .5em;}
.sub_visual .inner .rollingbanner {width: 100%; height: 110px; overflow: hidden; position: absolute; bottom: 87px; left: 0;}
.sub_visual .inner .rollingbanner .rollingwrap .roller {position: absolute; top: 0;}
.sub_visual .inner .rollingbanner .rollingwrap .roller ul {display: flex; flex-flow: row nowrap; gap: 20px;
    font-family: 'LEMON MILK', sans-serif; font-size: 74px; font-weight: 700; line-height: 110px; letter-spacing: 1px; text-transform: uppercase;}
.sub_visual .inner .rollingbanner .rollingwrap .roller ul li {margin: 0 10px;}
.sub_visual .inner .rollingbanner .rollingwrap .roller ul li span {white-space: nowrap; backdrop-filter: blur(5px);}


.biography .inner ul li {display: flex;}
.biography .inner ul li:nth-child(2n) {flex-direction: row-reverse;}
.biography .inner ul li > div {width: 50%;}
.biography .inner ul li > .img_box img {height: 100%; object-fit: cover;}

.biography .inner .banner {padding: 122px 5%; box-sizing: border-box; background-repeat: no-repeat; background-size: cover; background-position: center; color: #fff; text-align: center;}
.biography .inner .banner p {font-size: 40px; font-weight: 600; line-height: 60px; letter-spacing: -1px;}
.biography .inner .banner p::before {content: '“'; display: block; font-family: 'LEMON MILK', sans-serif; font-size: 78px; font-weight: 500;}



/* PC (해상도 1440px ~ 1540px) */
@media screen and (max-width:1540px) {

}
/* PC (해상도 1058px ~ 1440px) */
@media screen and (max-width:1440px) {

}
/* PC (해상도 1024px ~ 1058px) */
@media screen and (max-width:1058px) {

}


/* 태블릿 (해상도 769px ~ 1024px) */
@media screen and (max-width:1024px) {
    /* content */
    section .inner .text_box {padding: 80px 5%;}
    section .inner .text_box .main_text {font-size: 32px; line-height: 48px;}
    section .inner .text_box .sub_text {font-size: 16px; line-height: 26px; text-align: justify;}
    section .inner .text_box .sub_text .block {display: inline;}
    
    
    .sub_visual {height: calc(var(--vh, 1vh) * 100 - 100px);}
    .sub_visual .inner h3 {top: auto; transform: translateY(0); bottom: 200px; left: 5%;}
    .sub_visual .inner .rollingbanner {height: 76px; bottom: 45px;}
    .sub_visual .inner .rollingbanner .rollingwrap .roller ul {gap: 0; font-size: 56px; line-height: 76px;}
    .sub_visual .inner .rollingbanner .rollingwrap .roller ul li {margin: 0 5px;}
    
    
    .biography .inner ul li {display: flex;}
    .biography .inner ul li:nth-child(2n) {flex-direction: row-reverse;}
    .biography .inner ul li > div {width: 50%;}
    .biography .inner ul li > .img_box img {height: 100%; object-fit: cover;}
    
    .biography .inner .banner {padding: 52px 5%;}
    .biography .inner .banner p {font-size: 24px; line-height: 34px;}
    .biography .inner .banner p::before {font-size: 39px; letter-spacing: -.5px;}

}

/* 모바일 가로, 모바일 세로 (해상도 375px ~ 768px)*/
@media screen and (max-width:768px) {
    .wrap { min-width: 375px; }
    /* content */
    section .inner .text_box {padding: 60px 5%;}
    
    
    .sub_visual {height: calc(var(--vh, 1vh) * 100 - 129px);}
    .sub_visual .inner h3 {top: 70px; bottom: auto; font-size: 38px; line-height: 48px;}
    .sub_visual .inner h3 span {font-size: 22px; line-height: 25px;}
    .sub_visual .inner .rollingbanner {height: 54px; bottom: 55.5px;}
    .sub_visual .inner .rollingbanner .rollingwrap .roller {position: absolute; top: 0;}
    .sub_visual .inner .rollingbanner .rollingwrap .roller ul {font-size: 40px; line-height: 54px;}
    
    
    .biography .inner ul li {flex-direction: column;}
    .biography .inner ul li:nth-child(2n) {flex-direction: column;}
    .biography .inner ul li > div {width: 100%;}
    
    .biography .inner .banner {padding: 84px 5%; background-image: url(../images/gangnam/img_banner_mo.png);}
    .biography .inner .banner p {font-size: 28px; line-height: 42px;}
    .biography .inner .banner p::before {font-size: 48px; letter-spacing: -1px;}
    .biography .inner .banner p .block {display: inline;}
    .biography .inner .banner p i {display: block;}

}
