@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-image: url(../images/img_visual.png);
    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;}


.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-image: url(../images/img_banner.png); 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;}


.banner_area {background: #F8F5FF; text-align: center;}
.banner_area .inner {padding: 160px 16.66%;}
.banner_area .inner .text_box {padding: 0; margin-bottom: 40px;}
.banner_area .inner .img_box img {border-radius: 30px;}



/* PC (해상도 1440px ~ 1540px) */
@media screen and (max-width:1540px) {
    .banner_area .inner {padding: 120px 10%;}
}
/* PC (해상도 1058px ~ 1440px) */
@media screen and (max-width:1440px) {
    .banner_area .inner {padding: 120px 8%;}
}
/* PC (해상도 1024px ~ 1058px) */
@media screen and (max-width:1058px) {
    .banner_area .inner {padding: 120px 5%;}
}


/* 태블릿 (해상도 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 .main_text i {display: block;}
    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%;}
    
    
    .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;}


    .banner_area .inner {padding: 120px 5%;}
    .banner_area .inner .text_box .sub_text {text-align: center;}
    .banner_area .inner .text_box .sub_text i {display: block;}
}

/* 모바일 가로, 모바일 세로 (해상도 375px ~ 768px)*/
@media screen and (max-width:768px) {
    .wrap { min-width: 375px; }
    /* content */
    section .inner .text_box {padding: 60px 5%;}
    section .inner .text_box .main_text i {display: inline;}
    
    
    .sub_visual {height: calc(var(--vh, 1vh) * 100 - 129px);}
    .sub_visual .inner h3 {top: 70px; bottom: auto; font-size: 38px; line-height: 48px;}
    
    
    .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/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;}


    .banner_area .inner {padding: 60px 5%;}
    .banner_area .inner .text_box .main_text i {display: block;}
    .banner_area .inner .text_box .sub_text b {display: block;}
    .banner_area .inner .img_box img {border-radius: 15px;}
}
