@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

/* Font Merriweather */
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

/* Noto Serif Korean */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap');

/* Playfair Display */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* KR Song Myung */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Song+Myung&display=swap');

html {
    font-size: 62.5%;
}

body {
    font-family: 'Roboto', 'Noto Sans KR', sans-serif;
    font-size: 1em;
    -ms-overflow-style: none;
}

body::-webkit-scrollbar {
    display: none;
}


#wrap {
    overflow: hidden;
}


ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    display: block;
}

#header {
    width: 100%;
    height: auto;
    position: relative;
}

#header .bg_video {
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
}

#header .bg_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
}

#header .bg_color {
    width: 100%;
    height: 100vh;
    top: 0%;
    background-color: rgba(255, 42, 42, 0.646);
    /* background-color: rgba(80, 80, 80, 0.646); */
    position: fixed;
}

#header .upper_box {
    padding: 0 7.5%;
    width: 85%;
    height: auto;
    position: fixed;
    z-index: 9;
    display: flex;
    justify-content: center;
}

.upper_box .upper_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Playfair Display', serif;
}

.upper_box .upper_text .eng {
    margin-top: 10%;
    font-size: 4vw;
    text-align: center;
}

.upper_box .upper_text h2 {
    font-size: 3vh;
    line-height: 4.5vh;
}

.upper_box .upper_text .kor {
    font-size: 2vw;
    margin-top: 3%;
    font-family: 'Roboto', 'Song Myung', serif;
}

/* .upper_box .back h3 {
    font-size: 3.5vh;
    line-height: 4vh;
    font-weight: 300;
    margin-top: 3.3vh;
    cursor: pointer;
} */

#container {
    width: 100%;
    height: 200rem;
    position: relative;
}

/* 컨테이너 콘텐츠박스의 위치값때문에! */
#container .ex_box {
    position: fixed;
    top: 0;
    width: 100%;
    height: 190%;
    background-attachment: fixed;
    transform: translateY(15%);
    overflow-y: auto;
}

#container .ex_box::-webkit-scrollbar {
    display: none;
}

#container .c_cont {
    padding: 0 7.5%;
    height: 200%;
    /* background-color: rgb(174, 174, 174); */
    position: absolute;
    top: 0%;
    display: flex;
    justify-content: space-between;
    z-index: 19;
    align-items: flex-start;
    overflow-y: scroll;
}

.c_cont::-webkit-scrollbar {
    display: none;
    /* width: 0 !important; */
}

/* 박스전체 */
.c_cont .news_box {
    width: 32%;
    padding: 1%;
    box-sizing: border-box;
    line-height: 3rem;
    text-align: center;
    /* overflow-y: scroll; */
}


/* 박스_1  */

.c_cont .news_box_1 {
    width: 32%;
    height: 70%;
    /* background-color: blueviolet; */
    /* overflow-y: auto; */
}

/* .news_box_1::-webkit-scrollbar {
    display: none;
    width: 0 !important;
} */

.news_box_1 .nb1_img1 img {
    width: 100%;
    /* 480px - 48rem */
}


/* 박스_2  */

.c_cont .news_box_2 {
    width: 32%;
    /* 520px - 52rem */
    height: 70%;
    /* background-color: blueviolet; */
    /* overflow-y: auto; */
}

/* .news_box_2::-webkit-scrollbar {
    display: none;
    width: 0 !important;
} */

.news_box_2 .nb2_img1 img {
    width: 100%;
    text-align: center;
}

.news_box_2 .nb2_img2 img {
    width: 100%;
}


/* 박스_3 */
.c_cont .news_box_3 {
    width: 32%;
    height: 70%;
    /* background-color: blueviolet; */
    /* overflow-y: auto; */
}

/* .news_box_3::-webkit-scrollbar {
    display: none;
    width: 0 !important;
} */


.news_box_3 .nb3_img1 img {
    width: 100%;
}

/* 텍스트들!!!!!
 */

/* 텍스트-참고이미지 */
.news_box .img_text {
    font-size: 1rem;
    text-align: right;
    font-style: italic;
    color: #000;
}

/* 박스 안 설명 */
.news_box .write {
    font-size: 2vh;
    line-height: 4.5vh;
    font-weight: 300;
    color: rgb(250, 247, 237);
    text-align: left;
}

.news_box .speak {
    font-size: 2.5rem;
    line-height: 3.5rem;
    font-weight: 700;
    color: rgb(0, 0, 0);
    text-align: center;
    font-family: 'Roboto', 'Song Myung', serif;
}

/* 박스안 책 대사 */
.news_box .line_en {
    font-size: 2.3rem;
    line-height: 3rem;
    font-weight: 600;
    color: rgb(58, 58, 58);
    font-family: 'Merriweather', serif;

}

.news_box .line_ko {
    font-size: 2.4vh;
    line-height: 3vh;
    font-weight: 700;
    color: rgb(39, 39, 39);
    /* font-family: 'Noto Serif KR', serif; */
    font-family: 'Roboto', 'Song Myung', serif;
}

.news_box .center {
    font-size: 2vh;
    line-height: 3vh;
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-align: center;
}

.news_box .order_num {
    font-size: 2.3vh;
    line-height: 3vh;
    font-weight: 600;
    color: rgb(0, 0, 0);
    text-align: center;
}

.news_box .order {
    font-size: 2vh;
    line-height: 3vh;
    font-weight: 400;
    color: rgb(15, 15, 15);
    text-align: center;
}

.news_box .arrow {
    font-size: 2vh;
    font-weight: 600;
    color: rgb(160, 160, 160);
    text-align: center;
}

.news_box .bold {
    font-size: 2.5vh;
    line-height: 3.5vh;
    font-weight: 600;
    color: rgb(0, 0, 0);
    text-align: center;
}