.header.scroll,
.header.active,
.header .menu {
    background-color: #fff;
}

.qkWrap .btnsWrap a {
    border: 1px solid #f0f0f0;
}

.subTopWrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.subTopWrap .imageWrap {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.subTopWrap .imageWrap>img {
    width: 100%;
    transform: scale(0.8);
    transition: all 3s;
}

.subTopWrap .imageWrap .sTitle {
    /* position:absolute; */
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
    gap: 15px 0;
    padding-top: 60px;
}

.subTopWrap .imageWrap .sTitle .t1 {
    color: #0b2142;
    font-size: 6.666666666666667vw;
    font-family: 'athR';
}

.subTopWrap .imageWrap .sTitle .t2 {
    color: #0b2142;
    font-size: 3.3333333333333335vw;
    font-family: 'preR';
}

.subTopWrap .imageWrap .openWrap {
    position: absolute;
    right: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subTopWrap .imageWrap .openWrap .s1 {
    animation: rotateLoop 5s infinite linear;
}

.subTopWrap .imageWrap .openWrap .s2 {
    position: absolute;
}

.subTopWrap .bottomWrap {
    height: 60px;
    border-bottom: 1px solid #ebebeb;
}

.subTopWrap .bottomWrap .layout {
    display: flex;
    align-items: center;
    gap: 0 55px;
}

.subTopWrap .bottomWrap .layout span {
    color: #7d7d7d;
    font-size: 18px;
    font-family: 'NotoKrR';
}

.subTopWrap+div {
    padding: 50px 0 100px;
}

.subContWrap {
    position: relative;
    z-index: 10;
    display: flex;
    flex-flow: column;
    align-items: center;
    padding-top: 100px;
    justify-content: center;
}

.subContWrap:before {
    /* content:''; */
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #f3eee8;
    z-index: -1;
}

.subContWrap .rtWrap {
    padding-bottom: 20px;
    margin-top: 120px;
    padding-top: 80px;
    background-color: #fff;
}

.subContWrap .i1 {
    position: absolute;
    bottom: 0;
}

.scWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}

.scWrap .rtWrap {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    border-top: 1px solid #ccc;
    ;
    border-bottom: 1px solid #ccc;
    ;
}

.customerWrap,
.mediaWrap {
    padding: 50px 15px 100px !important;
}