/* 폰트 */
/* 메인 RECORD 폰트 */
@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=Aboreto&display=swap');

.abhaya-libre-bold {
    font-family: "Abhaya Libre", serif;
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: "Abhaya Libre", serif;
}

/* 메인 p 폰트 */
@import url('https://fonts.googleapis.com/css2?family=Aboreto&display=swap');

.aboreto-regular {
    font-family: "Aboreto", system-ui;
    font-weight: 400;
    font-style: normal;
}

/* 01 숫자 */
@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=Aboreto&family=Abril+Fatface&family=Nanum+Myeongjo&family=Noto+Sans+KR:wght@300&display=swap');

.abril-fatface-regular {
    font-family: "Abril Fatface", serif;
    font-weight: 800;
    font-style: normal;
}

/* 01 숫자 아래 폰트 */
@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=Aboreto&family=Abril+Fatface&family=Nanum+Myeongjo&display=swap');

.abhaya-libre-regular {
    font-family: "Abhaya Libre", serif;
    font-weight: 400;
    font-style: normal;
}

/* Noto Kr 폰트 */
@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=Aboreto&family=Abril+Fatface&family=Nanum+Myeongjo&family=Noto+Sans+KR:wght@300&display=swap');

.noto-sans-kr {
    font-family: "Noto Sans KR", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

/* 폰트 */

body {
    overflow-x: hidden;
}

/* 헤더 시작 */

.main_section {
    background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ),url(../img/main.png);
    /* 참고 사이트: https://kimmj.github.io/css/background-img-darken/ */
    background-size: cover;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.web_header {
    background: rgba(11, 10, 8, 1);
    position: fixed;
    top: 0;
    width: 100%;
    /* height: 100px; */
    transition: 0.3s;
    z-index: 99;
}

.web_header.transparent {
  background: transparent;
}
/* https://computer-science-student.tistory.com/397 참고 */

.header_top > h1 > img {
    width: 150px;
    /* height: 32px; */
    cursor: pointer;
}

.header_menu {
    display: flex;
    gap: 10px;
}

.header_top {
    display: flex;
    justify-content: space-between;
    padding: 32px;
    align-items: center;
}

.header_menu > li > .header_menu_a {
    text-decoration: none;
    color: #fff;
}

.main_text {
    color: #fff;
    padding: 80px;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.main_text > h2 {
    font-size: 56px;
    font-family: "Abhaya Libre", serif;
}

.main_text > div {
    font-size: 24px;
    font-family: "Aboreto", system-ui;
}

.main_text > div > p {
    margin: 20px 0;
}

.main_text > div > .main_bottom_text {
    line-height: 40px;
}


.web_header.change {
    /* header라는 곳에 hide라는 class가 들어있을 때 */
    /* transform: translateY(100%); */
    /* opacity: 0; */
    background-color: #ffffff;
    border-bottom: 1px solid rgba(11, 10, 8, 1);
}

.header_menu > li >.header_menu_a.list_add {
    color: #000;
}

/* 블릿요소 */ 

.sound_engineer:first-child > .main_center_box::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 1px;
    background-color: rgba(213, 178, 167, 1);
    display: block;
    top: 0;
    right: 0;
}

.sound_engineer:first-child > .main_center_box::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 180px;
    display: block;
    background-color: rgba(213, 178, 167, 1);
    top: 0;
    right: 0;
}

.sound_engineer:last-child > .main_center_box::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 1px;
    background-color: rgba(213, 178, 167, 1);
    display: block;
    bottom: 0;
    left: -80px;
}

.sound_engineer:last-child > .main_center_box::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 180px;
    display: block;
    background-color: rgba(213, 178, 167, 1);
    bottom: 0;
    left: -80px;
}

/* 블릿요소 끝 */

/* 모바일 헤더 시작 */
.mo_header {
    display: none;
}

.mo_menu {
    display: none;
}


/* 모바일 헤더 끝 */

/* 헤더 끝 */


/* 메인 시작 */


.main_page {
    width: 1200px;
    margin: 0 auto;
}

.main_page > article {
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}

.main_top_text {
    width: 100%;
    position: relative;
}

.main_top_text.right {
    display: flex;
    justify-content: flex-end;
}

.main_top_text > p {
    font-size: 200px;
    font-weight: 600;
    color: rgba(97, 95, 95, 0.13);
    font-family: "Abhaya Libre", serif;
}

.main_top_text > h2 {
    font-size: 72px;
    color: rgba(213, 178, 167, 1);
    font-family: "Abhaya Libre", serif;
    position: absolute;
    bottom: 0;
}


.main_center_box {
    display: flex;
    align-items: center;
    gap: 200px;
    margin-top: 50px;
    position: relative;
}

.main_top_text_2 > h3 {
    font-weight: 700;
    font-size: 32px;
    padding-bottom: 32px;
    font-family: "Noto Sans KR", sans-serif;
}

.main_top_text_2 > p {
    font-size: 24px;
    line-height: 42px;
}
/* 메인 끝 */

/* 오디션 스티키 시작 */

.main_audition {
    display: flex;
    position: relative;
    height: 100vh;
    background-color: #fff;
}

.main_audition > figure {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
}

.main_audition > figure > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    opacity: 0;
    transition: 0.5s;
}

/* .main_audition figure img.active {
    opacity: 1;
} */

.main_audition > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px 60px;
    gap: 100px;
}

.audition_text > h2 {
    font-size: 32px;
    margin-bottom: 20px;
    font-family: "Abhaya Libre", serif;
    color: rgba(130, 100, 85, 1);
}

.audition_text > p {
    font-size: 18px;
    line-height: 1.8;
    font-family: "Noto Sans KR", sans-serif;
    color: rgba(130, 100, 85, 1);
}

.sticky_content_section {
    color: rgba(130, 100, 85, 1);
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.sticky_content_section > h2 {
    font-size: 48px;
}

.sticky_content_section:nth-child(odd){
    align-items: flex-start;
}

.sticky_content_section:nth-child(even){
    align-items: flex-end;
}

.sticky_left > div {
    display: flex;
    align-items: center;
    margin: 16px 0;
    gap: 8px;
}

.sticky_right {
    text-align: right;
}

.sticky_right > div {
    display: flex;
    justify-content: end;
    align-items: center;
    margin: 16px 0;
    gap: 8px;
}

.sticky_content_section::before {
    color: rgba(130, 100, 85, 1);
    border: 1px;
}

/* 오디션 스티키 끝 */

/* 하단 시작 */

.enquiry_section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    text-align: left;
}

.enquiry_section > div {
    padding-left: 64px;
    width: 50%;
}

.enquiry_section > div > h2 {
    font-size: 46px;
    font-family: "Abhaya Libre", serif;
    margin-bottom: 32px;
    color: rgba(103, 77, 62, 1);
}

.enquiry_section > div > p {
    font-size: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: rgba(103, 77, 62, 1);
    margin-bottom: 24px;
    line-height: 1.6;
}

.enquiry_section > div > button {
    background-color: #d5b2a7;
    color: #fff;
    padding: 14px 32px;
    font-size: 16px;
    border: none;
    border-radius: 24px;
    cursor: pointer;
    font-family: "Noto Sans KR", sans-serif;
}

.enquiry_section > figure {
    width: 50%;
    height: 100vh;
}

.enquiry_section > figure > img {
    width: 100%;
    height: 100%;
}

/* 하단 끝 */

/* 푸터 */

footer {
    background-color: rgba(11, 10, 8, 1);
    color: rgba(213, 178, 167, 1);
    padding: 40px 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer > div > p {
    font-size: 14px;
    margin: 4px 0;
    font-family: "Noto Sans KR", sans-serif;
}

footer > figure > img {
    width: 150px;
}

/* 푸터 끝 */