/*폰트*/
@font-face {
    font-family: "gil-l";
    src: url(./font/Gilroy-Light.ttf) format("truetype");
    src: url(./font/Gilroy-Light.eot) format("embeddedopentype");
    src: url(./font/Gilroy-Light.woff) format("woff");
}

@font-face {
    font-family: "gil-b";
    src: url(./font/Gilroy-Bold.ttf) format("truetype");
    src: url(./font/Gilroy-Bold.eot) format("embeddedopentype");
    src: url(./font/Gilroy-Bold.woff) format("woff");
}

@font-face {
    font-family: "opensans";
    src: url(./font/OpenSans-VariableFont_wdth\,wght.ttf) format("truetype");
    src: url(./font/OpenSans-VariableFont_wdth\,wght.eot) format("embeddedopentype");
    src: url(./font/OpenSans-VariableFont_wdth\,wght.woff) format("woff");
}

body {
    overflow-x: hidden;
    -webkit-touch-callout:none;
}

/*로딩*/
.load {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 100;
}
.loadingimg {
    width: 70px;
    position: fixed;
    top: 50%;
    left: 40%;
}

 /*상단 배너*/
 .top_banner {
    background-color: black;
    width: 100vw;
    margin: -8px -8px 0px -8px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.museum_logo {
    height: 40px;
    padding-left: 10px;
}
.menu_button {
    height: 25px;
    padding-right: 20px;
}

/*팝업 메뉴*/
.menu_box {
    background-color: black;
    width: 50%;
    padding: 1%;
    position: absolute;
    top: 70px;
    right: 0;
    z-index: 5;
}
ul, li {
    margin: 0;
    padding: 0;
}
.list_1 {
    color: white;
    font-family: "opensans";
    padding: 5px;
    list-style: none;
    font-weight: bold;
    margin: 20px;
    padding: 8px 4px 8px 4px;
}
.list_2 {
    color: white;
    font-family: "opensans";
    padding: 5px;
    font-size: 0.8em;
    list-style: none;
    font-weight: normal;
    margin-left: 26px;
    padding: 6px 0px 6px 0px;
}
.menu_line {
    background-color: white;
    border: 0;
    height: 1px;
    width: 40px;
    margin-left: 20px;
}

/*a 버튼*/
.a_menu {
    text-decoration: none;
    color: white;
}
.a_next {
    text-decoration: none;
    color: black;
}

/*본문*/
.content_box {
    margin: 0px -8px 0px -8px;
    width: 100vw;
    margin-top: 2%
}

/*서브 타이틀*/
.sub_title {
    width: fit-content;
    height: 40px;
    border-bottom: 2px solid black;
    font-family: "gil-b";
    color: black;
    font-size: 1.6em;
    text-align: right;
    line-height: 40px;
    margin-left: 0px;
    margin-top: 6%;
    padding-right: 10px;
    padding-left: 30px;
}

/*사진과 글*/
.image {
    width: 100%;
    margin: 10px 0px 20px 0px;
}
.text {
    font-family: "opensans";
    font-size: 1.1em;
    padding: 0% 4% 0% 4%;
}

/*다음 페이지*/
.next_box {
    padding: 5px;
    height: 30px;
    display: flex;
    align-items: center;
    float: right;
    padding-right: 5%;
    margin-top: 70px;
}
.next_text {
    font-family: "gil-l";
    font-size: 1.2em;
    text-align: right;
    display: inline-block;
    font-weight: bold;
    padding-right: 20px;
    padding-left: 20px;
}
.next_im {
    width: 30px;
    display: inline-block;
}

/*하단 배너*/
.bottom_banner {
    background-color: black;
    width: 100vw;
    margin: 200px -8px -8px -8px;
    padding: 10px 20px 20px 20px;
    position: relative;
}
.bottom_text {
    font-family: "gil-l";
    color: white;
    text-align: left;
    font-size: 1.7em;
}
.insta_connect {
    height: 20px;
    position: absolute;
    right: 50px;
    top: 40px ;
}
.bottom_info {
    color: lightgray;
    font-family: "opensans";
    font-size: 0.8em;
    margin-top: 20px;
}

/*BOO*/
.boo_1 {
    width: 100px;
    position: absolute;
    right: 10%;
    bottom: 0%;
}
.boo_2 {
    width: 100px;
    position: absolute;
    right: 10%;
    bottom: 0%;
}