* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

body {
    width: 100%;
    box-sizing: border-box;
    background-image: url("../images/pc/bg.png");
    background-size: cover;
}
.container {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.mobile-main {
    display: none;
}
.mb-contact {
    display: none;
}
.title-mb {
    display: none;
}
.header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1.5vw 5vw 0vw;
}
.header .logo img {
    height: 5.5rem;
}
.logo {
    display: block;
}
.logo_mb {
    display: none;
}
.header .contact-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 9;
}

.header .contact-container a {
    color: white;
    text-decoration: none;
    margin-left: 1.7rem;
    cursor: pointer;
}

.header .contact-container img {
    height: 2.5rem;
    vertical-align: middle;
    
}
.header .contact-container span {
    font-size: 16px;
    margin-left: 0.5rem;
}

.header .contact-container span:hover{
    color: rgb(249, 211, 80);
}
.main {
    width: 100%;
    /* flex: 1; */
    display: flex;
    flex-direction: row;
    align-items: center;
}
.cont-area {
    text-align: center;
    margin: auto;
    position: relative;
}

.cont-area img {
    /* width: 77%; */
    height: 80vh;
}

.qrcode {
    position: absolute;
    right: 1.2rem;
    top: 6.5rem;
    background-image: url("../images/pc/i-2.png");
    padding: 1rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 23.5rem;
}

.qr img {
    width: 12rem !important;
    height: 12rem !important;
}
