body {
    background-color: #000;

}

.wrapper {
    width: 100%; height: 100vh;
    overflow: hidden;
    position: relative;


    background-image: url("../images/blur_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.container {
    min-width: 1280px;
    position: absolute;
    width: 95%;
    box-shadow: 0 0 30px rgba(0,0,0,0.4);
    top:50%; left: 50%; transform: translate3d(-50%,-50%,0);

}

.container .bg-wrap img {
    width: 100%;
}

.container .contents-wrap {
    position: absolute;
    width: 100%; height: 100%;
}

.container .contents-wrap .content {
    position: absolute;
}


.container .contents-wrap .title-wrap {
    width: 60%; height: 7.2%;
    top:22%; left: 50%;
    transform: translateX(-50%);
    background-color: transparent;
    text-align: center;
    font-size: 1.1vw;
    color: black;
    line-height: 190%;
    font-weight: 700;
}




.container .contents-wrap .main-logo-wrap {
    width: 25.0%; height: 5%;
    top:12.0%; left: 11.0%;
}

.container .contents-wrap .main-logo-wrap a {
    position: relative;
    width: 100%; height: 100%;
    padding: 10px; box-sizing: border-box;
    display: flex; align-items: center;
}

.container .contents-wrap .main-logo-wrap img {
    width: 100%;
}



.container .contents-wrap .logo-wrap {
    width: 12.4%; height: 13%;
    top:37.3%; left: 7.3%;
}

.container .contents-wrap .logo-wrap a {
    position: relative;
    width: 100%; height: 100%;
    padding: 10px; box-sizing: border-box;
    display: flex; align-items: center;
}

.container .contents-wrap .logo-wrap img {
    width: 100%;
}


.container .contents-wrap .item-wrap-group {
    position: relative;
    width: 12.4%; top:52%; left: 7.3%;
}

.container .contents-wrap .item-wrap-group .item-wrap {
    position: relative;

}

.container .contents-wrap .item-wrap {
    width: 100%; height: 13%;
    top:0%; left: 0%;
}

.container .contents-wrap .item-wrap.item-right {
    width: 12.4%;
    height: 13%;
    top: 37.3%;
    left: 79.4%;
}

.container .contents-wrap .item-wrap a {
    position: relative;
    width: 100%; height: 100%;
    padding: 10px; box-sizing: border-box;
    display: flex; align-items: center;
}


.container .contents-wrap .sub-brand-wrap {
    width: 12.4%;
    height: 13%;
    top: 52%;
    left: 79.4%;
}

.container .contents-wrap .sub-brand-wrap ul {

    position: relative;
    height: 100%;

}

.container .contents-wrap .sub-brand-wrap ul li {
    margin-bottom: 5px;
    font-size: 0.6vw;
}
.container .contents-wrap .sub-brand-wrap ul li a {
    position: relative;
    width: 100%;
    display: block;
    padding: 10px; box-sizing: border-box;
}


.container .contents-wrap .sub-brand-wrap ul li:last-child {
    margin-bottom: 0px;
}

.container .contents-wrap img{
    width: 100%;
}

.container .contents-wrap .video-wrap {
    width: 30.2%;
    height: 50%;
    top: 39.6%;
    left: 49.8%;
    transform: translateX(-50%);
    padding: 10px; box-sizing: border-box;
    overflow: hidden;
    display: flex; align-items: center;
}

.container .contents-wrap .video-wrap video {
    width: 100%;
}










.container .contents-wrap .menu-wrap {
    width: 9%;
    top:27.8%; right: 30%;
    padding: 5px; box-sizing: border-box;
}

.container .contents-wrap .menu-wrap ul {

}

.container .contents-wrap .menu-wrap ul li {
    margin-bottom: 5px;
    font-size: 0.6vw;
}
.container .contents-wrap .menu-wrap ul li a {
    position: relative;
    width: 100%;
    display: block;
    padding: 7px 7px; box-sizing: border-box;
}

.container .contents-wrap .menu-wrap ul li:last-child {
    margin-bottom: 0px;
}





.container .contents-wrap .medi-code {
   position: absolute;
   top: 94%;
   left: 79%;
   font-size: 12px;
}






.popup-overlay {
    width: 100%; height: 100vh;
    background-color: rgba(0,0,0,0.7);
    overflow: hidden;
    position: absolute;
    top:0; left: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    visibility: hidden;
    pointer-events: none;
}
.popup-overlay.on {
    visibility: visible;
    pointer-events: auto;
}

.popup-overlay .popup-wrap {
    width: 1024px; height: 600px;
    background-color: #fff;
}

.popup-overlay .popup-wrap .pdf-wrap{
    height: 100%;
}

.popup-overlay .popup-wrap .video-wrap {
    display: flex; align-items: center; justify-content: center;
    background-color: black; height: 100%;
}


.popup-overlay .popup-wrap .video-wrap video{
    width: 100%;
}

.btn-close {
    position: absolute;
    right: 50px;
    top: 50px;
    width: 50px;
    height: 50px;
}

.btn-close:hover {
    opacity: 1;
}
.btn-close:before, .btn-close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 50px;
    width: 2px;
    background-color: #fff;
}
.btn-close:before {
    transform: rotate(45deg);
}
.btn-close:after {
    transform: rotate(-45deg);
}


.flex-center {
    display: flex; align-items: center; justify-content: center;
}


sup {
    transform: scale(0.7);
    display: inline-block;
    transform-origin: 0 0;
}

