html {
    background-color: #ffffff;
    margin: 0;
}

body {
    margin: 0;
    width:1920px;
    height: 1080px;
    position:absolute;
    left:50%;
    transform-origin:0 0;
}

header {
    height: 90px;
    background: #746663;
    display: flex;
    position: absolute;
    width:100%;
    top:0;
    left:0;
    z-index:9;
}

@keyframes blink-effect {
    50% {
        opacity: 0;
    }
}

.lxzin-icon {
    width: 490px;
    background-color: #a72a28;
}

.category-container {
    position: absolute;
    list-style: none;
    height: 33px;
    left: 33%;
    top: 50%;
    margin: -14px 0 0 -170px;
}

.category-container li {
    display: inline-block;
    list-style: none;
    border-right: 1px solid #fff;
    color: #fff;
    width: 292px;
    text-align: center;
    font-size: 1.5em;
    font-style: normal;
}

.category-container li a {
    display: block;
    margin-left:30px;
    margin-right:30px;
    text-decoration: none;
    color: inherit;
    font-family: 'Noto Sans KR', sans-serif;
}

.wwwlxhausyscokr {
    position: absolute;
    top: 50%;
    right: 71px;
    margin: -14px 0 0 0;
    color: #fff;
    font-size: 1.5em;
    font-style: normal;
}

.wwwlxhausyscokr a {
    text-decoration: none;
    color: inherit;
    font-family: 'Noto Sans KR', sans-serif;
}

.main-content {
    position:relative;
    height: 100%;
    width: 100%;
    cursor: pointer;
    font-family: 'Noto Sans KR', sans-serif;
    background-image: url('../images/main/img-main.jpg');
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center;
    background-color:#fff;
}

.main-content div {
    font-family: 'Noto Sans KR', sans-serif;
}


.zea-fabric {
    position: absolute;
    height: 177px;
    top: 406px;
    right: 90px;
    font-size: 120px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.48;
    letter-spacing: normal;
    text-align: right;
    color: #746663;
}

.click-main-view {
    position: absolute;
    height: 33px;
    top: 584px;
    right: 90px;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: right;
    color: #746663;
    animation: blink-effect 1.5s step-end infinite;
}

.right-arrow {
    position: absolute;
    width: 21px;
    height: 21px;
    top: 524.4px;
    right: 22.3px;
    font-size: 50px;
    border-top: 3px solid #746663;
    border-right: 3px solid #746663;
    transform: rotate(45deg);
}

.copyright {
    position: absolute;
    width: 347px;
    height: 18px;
    bottom: 92px;
    left: 70px;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

#lx_icon_img {margin-top: 30.6px; margin-left: 70px;}
