@font-face {
    font-family: noto;
    font-weight: 400;
    src: local('NotoSansKR-Regular'), url(../font/NotoSansKR-Regular.woff2) format("woff2");
}

@font-face {
    font-family: noto;
    font-weight: 500;
    src: local('NotoSansKR-Medium'), url(../font/NotoSansKR-Medium.woff2) format("woff2");
}

@font-face {
    font-family: noto;
    font-weight: 600;
    src: local('NotoSansKR-SemiBold'), url(../font/NotoSansKR-SemiBold.woff2) format("woff2");
}

@font-face {
    font-family: noto;
    font-weight: 700;
    src: local('NotoSansKR-Bold'), url(../font/NotoSansKR-Bold.woff2) format("woff2");
}

@font-face {
    font-family: noto;
    font-weight: 800;
    src: local('NotoSansKR-ExtraBold'), url(../font/NotoSansKR-ExtraBold.woff2) format("woff2");
}



/* default*/
body {
    position: relative;
}

body,
a {
    color: #333;
    font-family: 'noto';
    font-weight: 400;
    margin: 0;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* popup */
.blur {
    display: none;
    z-index: 99;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(28px);
    background: rgba(0, 0, 0, .5);
}

.popup {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1830px;
    background-color: #fff;
}

.popup_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 75px;
    height: 240px;
    box-sizing: border-box;
}

.popup_header h3 {
    font-size: 55px;
}

.popup .btn_close {
    width: 100px;
    height: 100px;
}

.popup .img_slider {
    margin: 50px;
    margin-top: 0;
    width: 1730px;
    height: 1360px;
/*    background-color: #333;*/
}

/* index */
main {
    position: relative;
    width: 2160px;
    height: 3840px;
    box-sizing: border-box;
}

.link_home {
    display: block;
    width: 100%;
    height: 100%;
}

.index_info {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 535px;
    padding: 0 20px;
    width: 1600px;
    height: 200px;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(50px);
    box-shadow: 0px 6px 20px #51515157;
    box-sizing: border-box;
}

.index_info p {
    position: relative;
    display: inline-block;
    padding-left: 216px;
    font-size: 60px;
    font-weight: 600;
    line-height: 200px;
    box-sizing: border-box;
}

.index_info b {
    text-decoration: underline;
}

.index_info p::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 160px;
    height: 160px;
    transform: translateY(-50%);
    background: url(../../images/ico_touch.svg) no-repeat center / 100% auto;
}


/* main */
main a img {
    width: 100%;
}

.link_exhibition {
    position: absolute;
    top: 1055px;
    left: 606px;
    display: inline-block;
    width: 938px;
    height: 902px;
}

.link_sfac {
    position: absolute;
    top: 2081px;
    left: 293px;
    display: inline-block;
    width: 715px;
    height: 715px;
}

.link_sindang {
    position: absolute;
    top: 2081px;
    left: 1152px;
    display: inline-block;
    width: 715px;
    height: 715px;
}

/* sub 공통 */
section {
    position: relative;
    width: 100%;
    height: calc(100% - 270px);
    background: url(../../images/img_bg.jpg) no-repeat center / 100% auto;
}

h2 {
    position: absolute;
    left: 0;
    top: 110px;
    width: 100%;
    font-size: 50px;
    text-align: center;
    font-weight: 600;
}

.btn_group {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 240px;
    right: 95px;
}

.btn_group a {
    position: relative;
    padding-top: 100px;
    margin-bottom: 40px;
    width: 170px;
    height: 180px;
    border-radius: 27px;
    background: #FFF;
    box-shadow: inset 0px 0px 6px #00000029, 5px 5px 20px #00000029;
    font-size: 35px;
    line-height: 60px;
    font-weight: 600;
    box-sizing: border-box;
    text-align: center;
}

.btn_group a > div {
    width: 75px;
    height: 75px;
}

.btn_group a::before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
    width: 75px;
    height: 75px;
}

.btn_group .btn_home::before {
    background: url(../../images/ico_home_pink.svg) no-repeat center / 100% auto;
}

.btn_group .btn_prev::before {
    background: url(../../images/ico_prev_pink.svg) no-repeat center / 100% auto;
}

.btn_group.pink a {
    background-color: #D60182;
    color: #fff;
}

.btn_group.pink .btn_home::before {
    background: url(../../images/ico_home_white.svg) no-repeat center / 100% auto;
}

.btn_group.pink .btn_prev::before {
    background: url(../../images/ico_prev_white.svg) no-repeat center / 100% auto;
}

nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px -14px 70px #00000040;
}

nav ul {
    display: flex;
}

nav li {
    flex-grow: 1;
    width: 100%;
    height: 270px;
}

nav li a {
    display: block;
    width: 100%;
    line-height: 270px;
    background-color: #EDECFA;
    color: #471E6B;
    font-size: 55px;
    text-align: center;
    box-sizing: border-box;
    font-weight: 600;
}

nav li ~ li a {
    border-left: 3px solid #471E6B;
}

nav li a img {
    width: 430px;
    height: 210px;
}

nav li.active a {
    background-color: #471E6B;
    color: #fff;
}

/* exhibition */
.link_gallery {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 2850px;
    width: 1630px;
    height: 200px;
    line-height: 200px;
    border-radius: 30px;
    font-size: 50px;
    color: #fff;
    background-color: #D60182;
    text-align: center;
    font-weight: 600;
}

/* gallery */
.gallery {
    overflow: hidden;
}

.works {
    display: flex;
    flex-wrap: wrap;
}

.works li {
    margin: 25px;
    width: 620px;
    height: 620px;
    background-color: #fff;
    box-shadow: 3px 3px 20px #00000040;
}

.works li a {
    display: block;
    width: 100%;
    height: 100%;
}

.works li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* gallery_detail */
.work {
    position: relative;
    height: 3345px;
    box-sizing: border-box;
    overflow-y: scroll;
}

.work::-webkit-scrollbar {
    display: none;
}

.work .wrap {
    padding: 420px 115px 0 215px;
    box-sizing: border-box;
}

.work .img_main {
    animation: appear 2.5s ease-out;
    margin-bottom: 85px;
    width: 1400px;
    height: 1400px;
    box-shadow: 2px 2px 15px #7e7e7e2e;
}

@keyframes appear {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.work .img_main img {
    width: 100%;
}

.work h4 {
    padding: 0 30px;
    font-size: 45px;
    font-weight: 500;
    line-height: 65px;
}

.work h3 {
    padding: 0 30px;
    margin-bottom: 130px;
    line-height: 123px;
}

.work h3 strong {
    font-size: 77px;
    font-weight: 700;
}

.work .box_wrap {
    display: flex;
    justify-content: space-between;
}

.work .box_left {
    width: 1520px;
}

.tab {
    display: flex;
    border-bottom: 2px solid #BCBCBC;
    padding-bottom: 20px;
}

.tab .tab_item {
    position: relative;
    margin-left: 10px;
    height: 120px;
    border-radius: 20px;
    box-sizing: border-box;
}

.tab .tab_item i {
    position: absolute;
    left: 130px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 600;
    font-family: 'noto';
    font-size: 45px;
    color: #9B9B9B;
}

.tab li.active .tab_item i {
    color: #fff;
}

.tab li:nth-child(2) {
    margin-left: -95px;
}

.tab li:nth-child(2) i {
    left: 200px;
}

.work .contents {
    padding: 0 30px 0 50px;
    width: 1520px;
    padding-top: 200px;
    box-sizing: border-box;
}

.work .contents b {
    display: block;
    margin-left: -20px;
    margin-bottom: 85px;
    font-size: 65px;
    font-weight: 800;
}

.table-row {
    display: table-row;
}

.table-th {
    display: inline-block;
    width: 170px;
}

.work .contents p,
.work .contents strong {
    font-size: 40px;
    letter-spacing: 0.12px;
    line-height: 65px;
}

.work .contents strong {
    display: inline-block;
    margin-bottom: 50px;
    font-weight: 700;
    text-decoration: underline;
}

.work .contents p {
    display: table-cell;
    padding-bottom: 130px;
    font-weight: 500;
}

.work .contents ul {
    display: flex;
    margin-left: -265px;
    width: 2160px;
}

.work .contents_bottom strong {
    margin-bottom: 70px;
}

.work .list_img {
    margin-bottom: 300px;
}

.work .list_img li {
    flex-grow: 1;
    width: 710px;
    height: 710px;
    overflow: hidden;
    box-shadow: 2px 2px 15px #7e7e7e2e;
}

.work .list_img li ~ li {
    margin-left: 20px;
}

.work .box_right {
    position: relative;
    display: flex;
    padding-bottom: 130px;
    box-sizing: border-box;
}

.work .barcode {
    position: sticky;
    display: flex;
    flex-direction: column;
    align-self: flex-end;
    width: 160px;
    right: 0;
    bottom: 70px;
}

.work .barcode li {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 10px;
    width: 180px;
    background-color: #E8E8E8;
    box-sizing: border-box;
}

.work .barcode li ~ li {
    margin-top: 45px;
}

.work .barcode em {
    position: relative;
    margin-top: 15px;
    line-height: 30px;
    font-size: 27px;
    font-weight: 500;
}

/* .work .barcode em::before { position: absolute; content: ""; left: 0; top: 50%; transform: translateY(-50%); width: 9px; height: 16px; background: url(../../images/ico_arrow.svg) no-repeat center / 100% auto; } */
.work_info {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2160px;
    height: 225px;
    background-color: #323232;
    text-align: center;
}

.work_info p {
    font-size: 35px;
    color: #B2B2B2;
    line-height: 58px;
    letter-spacing: 0.3px;
}


/* sfac */
.sfac .loading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: #F58900;
}

.sfac .img_box {
    width: 1100px;
    margin-top: -300px;
}

.sfac .img_box img {
    width: 100%;
}

.line {
    display: inline-block;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #8D4F00;
}

.load-3 .line:nth-last-child(1) {
    animation: loadingC 0.8s 0.15s linear infinite;
}

.load-3 .line:nth-last-child(2) {
    animation: loadingC 0.8s 0.25s linear infinite;
}

.load-3 .line:nth-last-child(3) {
    animation: loadingC 0.8s 0.35s linear infinite;
}

@keyframes loadingC {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, 20px);
    }

    100% {
        transform: translate(0, 0);
    }
}



/* sindang */
.sindang {
    padding: 420px 215px 0;
    box-sizing: border-box;
}

.sindang .logo {
    width: 530px;
    margin-bottom: 60px;
}

.sindang .tab button {
    font-size: 50px;
}

.sindang .img_box {
    position: relative;
}

.sindang .img_box,
.sindang .img_wrap {
    margin-top: 60px;
    width: 1730px;
    height: 2449px;
    background-color: #fff;
}

.sindang .img_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sindang .contents .img_slider {
    width: 100%;
    height: 750px;
    border: 1px solid #333;
}

.sindang .img_box img {
    object-fit: contain;
}

.sindang .btn_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.sindang .btn_img button {
    position: absolute;
    right: 200px;
    height: 42px;
    width: 215px;
    text-align: right;
}

.sindang .btn_img button img {
    width: 47px;
    height: 47px;
}

.sindang .btn1 {
    top: 170px;
}

.sindang .btn2 {
    top: 545px;
}

.sindang .btn3 {
    top: 600px;
}

.sindang .btn4 {
    top: 700px;
}

.sindang .btn5 {
    top: 780px;
}

.sindang .btn6 {
    top: 1035px;
}
