@import url("sub.css");

/* 주제관 */
.sub03-1 .videoWrap {
	position: relative;
    font-size: 0;
    text-align: center;
}
.sub03-1 video, 
.sub03-1 iframe {
    width: 100%;
	height: calc(100vh - 135px);
}
.sub03-1 .link {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
}
.sub03-1 .link a {
	position: absolute;
    top: 50%;
    left: 50%;
    font-size: 25px;
    transform: translate(-50%,-50%);
    padding: 32px 77px;
}



/* 전시관 */
.sub03-2 .exhibition {
	position: relative;
}
.sub03-2 .exhibition .bg img {
	width: 100%;
}
.sub03-2 .exhibition .m-bg {
    display: none;
}
.sub03-2 .exhibition .mobileLink {
    display: none;
    position: absolute;
    width: 100%;
    top: 27%;
}
.sub03-2 .exhibition .mobileLink a {
	display: block;
	font-size: 0;
    float: left;
    width: 50%;
    padding-bottom: 47%;
    box-sizing: border-box;
}
.sub03-2 .desc {
    color: #2A328B;
    position: absolute;
    top: 3%;
    right: 2%;
}
.sub03-2 .event01 {
    background: url(../images/consonants01.svg)no-repeat 50% 50% / 100%;
    width: 4%;
    height: 0;
    padding-bottom: 4%;
    position: absolute;
    bottom: 0.5%;
    right: 45px;
}

.sub03-2 .exhibition button {
    position: absolute;
}
.sub03-2 .exhibition button.suite {
    bottom: 20.55%;
    left: 15.5%;
    width: 11%;
    height: 22.2%;
}
.sub03-2 .exhibition button.simsimi {
    bottom: 39.55%;
    left: 27.5%;
    width: 9%;
    height: 22.2%;
}
.sub03-2 .exhibition button.wise {
    top: 25.55%;
    left: 37.5%;
    width: 11%;
    height: 19.2%;
}
.sub03-2 .exhibition button.flitto {
    top: 26.55%;
    right: 39%;
    width: 8%;
    height: 19.2%;
}
.sub03-2 .exhibition button.iirtech {
    bottom: 38.55%;
    right: 28.5%;
    width: 10%;
    height: 16%;
}
.sub03-2 .exhibition button.eq4all {
    bottom: 24.55%;
    right: 20.5%;
    width: 9%;
    height: 15%;
}

.sub03-2 .exhibition button div {
    position: relative;
    height: 100%;
}
.sub03-2 .exhibition button a {
    display: none;
    position: absolute;
    width: 150%;
    max-width: 170px;
    height: 0;
    padding-bottom: 100%;
    bottom: 80%;
    left: -10%;
}
.sub03-2 .exhibition button a img {
    width: 100%;
}
.sub03-2 .exhibition button:hover a {
    display: block;
}





/* 특별관 */
.titleImg {
    height: 225px;
}
.titleImg h2.tit {
    text-align: left;
}
.titleImg .tit span {
    display: inline-block;
    border-width: 0 0 7px 0;
    border-style: solid;
    padding: 0 5px 10px;
    text-indent: -5px;
    border-color: #2AB5B0;
    color: #000;
}
.sub03-3 .date {
    padding: 30px 40px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 30px;
}
.sub03-3 .date p {
    margin-top: 15px;
}
.sub03-3 .redBtn {
    display: block;
    width: 222px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}

.sub03-3 .mintBox {
    color: #fff;
    font-size: 20px;
    padding: 25px 30px;
}
.sub03-3 .mintBox span {
    color: #FFE22F;
}
.sub03-3 .mintBox + .grayBox {
    padding: 20px;
    margin-bottom: 10px;
}
.sub03-3 .grayBox .box {
    background: #fff;
    border: 0.5px solid #112560;
    padding: 20px;
    margin-bottom: 20px;
}
.sub03-3 .grayBox .box:last-child {
    margin-bottom: 0;
}
.sub03-3 .grayBox .box .thumb img {
    max-width: 200px;
}
.sub03-3 .grayBox .box .info {
    border-left: 10px solid #fff;
    vertical-align: top;
}
.sub03-3 .grayBox .box .info .top {
    position: relative;
    height: 70px;
    font-size: 20px;
    font-weight: 500;
    padding: 23px 20px;
    box-sizing: border-box;
}
.sub03-3 .grayBox .box .info .top .btnArea {
    position: absolute;
    width: 360px;
    top: 15px;
    right: 15px;
}
.sub03-3 .grayBox .box .info .top .btnArea.taR a {
    display: inline-block;
    width: 100%;
}
.sub03-3 .grayBox .box .info .top .btnArea.taR a img {
    vertical-align: -3px!important;
}
.sub03-3 .grayBox .box .info .top .btnArea a {
    flex: 1;
    margin: 0 5px;
    text-align: center;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    max-width: 170px;
}
.sub03-3 .grayBox .box .info .top .btnArea a img {
    vertical-align: -3px;
    margin-left: 3px;
}
.sub03-3 .grayBox .box .info .top .btnArea a:first-child img {
    vertical-align: -1px;
}
.sub03-3 .grayBox .subject {
    margin: 59px 20px 0;
    font-size: 20px;
    letter-spacing: -1px;
    font-weight: 500;
    padding: 18px 0;
    line-height: 1.2;
}
.sub03-3 .grayBox .name {
    margin: 0 20px;
    padding: 20px 0;
    border-top: 1px solid #112560;
    letter-spacing: -1px;
}
.sub03-3 .grayBox .name strong {
    vertical-align: bottom;
    font-weight: 400;
    font-size: 20px;
}
.sub03-3 .grayBox .name span {
    vertical-align: bottom;
    font-size: 16px;
    margin-left: 3px;
}



@media screen and (max-width: 1370px){
}
@media screen and (max-width: 1140px){
	.sub03-1 .link a {
		font-size: 25px;
	}

    .titleImg {
        height: 180px;
    }
    .sub03-3 .date {
        font-size: 18px;
    }
    .sub03-3 .redBtn {
        font-size: 18px;
    }
    .sub03-3 table colgroup {
        display: none;
    }
    .sub03-3 table .thumb {
        width: 160px;
    }
    .sub03-3 table .thumb img {
        width: 100%;
    }
    .sub03-3 table .info {
        width: calc(100% - 160px);
    }
    .sub03-3 .grayBox .box .info .top {
        height: 50px;
        font-size: 17px;
        padding: 15px 15px;
    }
    .sub03-3 .grayBox .box .info .top .btnArea {
        width: 235px;
        top: 8px;
    }
    .sub03-3 .grayBox .box .info .top .btnArea a {
        margin: 0 2.5px;
        font-size: 14px;
        height: 35px;
        line-height: 35px;
        max-width: 112px;
    }
    .sub03-3 .grayBox .subject {
        font-size: 17px;
        margin: 35px 20px 0;
    }
    .sub03-3 .grayBox .name strong {
        font-size: 17px;
    }
    .sub03-3 .grayBox .name span {
        font-size: 13px;
    }

    .sub03-2 .desc {
        font-size: 13px;
    }
}
@media screen and (max-width: 768px){
    .sub03-1 video {
        width: 100%;
        height: calc(100vh - 300px);
    }
	.sub03-1 .link a {
		font-size: 20px;
		padding: 25px 40px;
	}

    .sub03-2 .exhibition .pcLink {
        display: none;
    }
    .sub03-2 .exhibition .mobileLink {
        display: block;
    }
    .sub03-2 .exhibition .bg {
        display: none;
    }
    .sub03-2 .exhibition .m-bg {
        display: block;
    }
    .sub03-2 .desc {
        top: 5%;
        right: 1%;
    }

    .sub03-3 .mintBox {
        font-size: 16px;
        padding: 20px 20px;
    }
    .sub03-3 .date {
        font-size: 15px;
        padding: 30px 20px;
    }
    .sub03-3 .redBtn {
        font-size: 14px;
        width: auto;
        height: 45px;
        line-height: 45px;
        padding: 0 10px;
    }
    .sub03-3 .grayBox .box .info .top {
        height: auto;
        text-align: center;
        padding: 10px;
        font-size: 15px;
    }
    .sub03-3 .grayBox .box .info .top .btnArea {
        position: static;
        margin: 10px auto 0;
    }
    .sub03-3 .grayBox .box .info .top .btnArea.taR {
        text-align: center;
    }
    .sub03-3 table .thumb {
        width: 140px;
    }
    .sub03-3 .grayBox .subject {
        font-size: 15px;
        margin: 0 20px;
        padding: 20px 0 10px;
    }
    .sub03-3 .grayBox .name {
        padding: 10px 0;
    }
    .sub03-3 .grayBox .name strong {
        font-size: 15px;
    } 
    .sub03-3 .grayBox .name span {
        font-size: 12px;
    }

    .sub03-2 .event01 {
        width: 10%;
        padding-bottom: 10%;
        right: 1%;
    }
}
@media screen and (max-width: 600px){
    .sub03-3 table .thumb {
        display: block;
        width: 45%;
        margin: 0 auto;
    }
    .sub03-3 .grayBox .box .info {
        display: block;
        width: 100%;
        border: 0;
        margin-top: 20px;
    }
    .sub03-3 .grayBox .subject {
        margin: 0 10px;
        text-align: center;
    }
    .sub03-3 .grayBox .name {
        margin: 0 10px;
        text-align: center;
    }
}