.layout {
    width: 100%;
    position: relative;
    margin: 0 auto;
    height: 100%;
}

.blindWrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
}

body {
    /* padding-top: 100px; */
    /* min-width: 1300px; */
    /* max-width: 1920px; */
    margin: 0 auto;
    position: relative;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    transition: all .5s;
    z-index: 1500;
    /* max-width: 1920px; */
    margin: 0 auto;
    /* background-color: #051b2a; */
    /* background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)); */
    /* display: none; */
}

.header.scroll,
.header.active {
    background-color: #111;
}

.header.scroll .topWrap {
    /* box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); */
    /* background-color: #333; */
}

.header.scroll:not(.active) {
    /* height: 100%; */
    /* background-color:#fff; */
    background-position: center 100%;
}

.header.active,
.header.scroll {
    /* background-color: #ede8e4; */
}

.header .topWrap {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    padding-left: 5.555555555555555vw;
    padding-right: 5.555555555555555vw;
    transition: all .5s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    /* border-bottom: 1px solid #1123453b; */
}

.header.active .topWrap {
    border-color: transparent;
}

.header .topWrap .leftWrap {
    display: flex;
    align-items: center;
    height: 100%;
}

.header .topWrap .logo {
    /* width: 22.22222222222222vw; */
    /* margin-left: 15px; */
    /* margin-top: 20px; */
    position: relative;
    z-index: 10;
    transition: all .5s;
}

.header.scroll .topWrap .logo {
    opacity: 1;
}

/* .header .topWrap .logo>img {
    transition: all .5s;
}

.header .topWrap .logo>img:last-child {
    position: absolute;
    top: 0;
    left: 0;
}

.header:not(.sub):not(.scroll):not(.active) .topWrap .logo>img:last-child,
.header.sub .topWrap .logo>img:first-child,
.header.active .topWrap .logo>img:first-child,
.header.scroll .topWrap .logo>img:first-child {
    opacity: 0;
} */

/* .header:not(.active):not(.scroll) .topWrap .logo>img:last-child,
.header.active .topWrap .logo>img:first-child,
.header.scroll .topWrap .logo>img:first-child {
    opacity: 0;
} */

/* .header .topWrap .toggleBtn>img {
    transition:all .5s;
}

.header .topWrap .toggleBtn>img:not(:first-child) {
    position:absolute;
}

.header .topWrap .toggleBtn>img:last-child {
    max-width:1000%;
    height: 100%;
} */

/* .header:not(.active):not(.scroll):not(.sub) .topWrap .toggleBtn>img:last-child,
.header.sub .topWrap .toggleBtn>img:first-child,
.header.active .topWrap .toggleBtn>img:first-child,
.header.scroll .topWrap .toggleBtn>img:first-child {
    opacity: 0;
} */

/* .header:not(.active):not(.scroll) .topWrap .toggleBtn>img:last-child,
.header.active .topWrap .toggleBtn>img:first-child,
.header.scroll .topWrap .toggleBtn>img:first-child {
    opacity: 0;
} */

/* .header:not(.active) .topWrap .toggleBtn>img:last-child,
.header.active .topWrap .toggleBtn>img:first-child {
    opacity: 0;
} */

.header .topWrap .logo2 {
    width: 60px;
    height: 100%;
}

.header .topWrap .rightWrap {
    display: flex;
    align-items: center;
}

.header .topWrap .toggleBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 6.527777777777779vw; */
    /* margin-right: 15px; */
    /* height: 40px; */
    overflow: hidden;
    position: relative;
    transition: all .5s;
    z-index: 10;
}

/* .header.active .topWrap .rightWrap .toggleBtn {
    transform: rotate(-135deg);
} */

.header .topWrap .rightWrap .toggleBtn span {
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 100%;
    background-color: #fff;
    transition: all .5s;
    position: absolute;
}

.header.active .topWrap .rightWrap .toggleBtn span,
.header.scroll .topWrap .rightWrap .toggleBtn span {
    background-color: #232323;
}

.header .topWrap .rightWrap .toggleBtn span:nth-child(1) {
    top: 0;
    left: 0;
}

.header .topWrap .rightWrap .toggleBtn span:nth-child(2) {
    top: 0;
    right: 0;
}

.header .topWrap .rightWrap .toggleBtn span:nth-child(3) {
    bottom: 0;
    right: 0;
}

.header .topWrap .rightWrap .toggleBtn span:nth-child(4) {
    bottom: 0;
    left: 0;
}

.header .topWrap .telBtn {
    z-index: 10;
    /* margin-right: 25px; */
    position: relative;
    /* height: 100%; */
    /* width: 5vw; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-right:1px solid rgba(255, 255, 255, 0.2); */
}

/* .header .topWrap .telBtn>img {
    transition:all .5s;
}

.header .topWrap .telBtn>img:last-child {
    position: absolute;
    top: 0;
    left: 0;
}

.header:not(.active):not(.scroll):not(.sub) .topWrap .telBtn>img:last-child,
.header.sub .topWrap .telBtn>img:first-child,
.header.active .topWrap .telBtn>img:first-child,
.header.scroll .topWrap .telBtn>img:first-child {
    opacity: 0;
} */

/* .header:not(.active):not(.scroll) .topWrap .telBtn>img:last-child,
.header.active .topWrap .telBtn>img:first-child,
.header.scroll .topWrap .telBtn>img:first-child {
    opacity: 0;
} */

.header .topWrap .cusBtn {
    width: 30px;
    margin-right: 10px;
}

.header .centerWrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: all .5s;
}

.header.active .centerWrap {
    height: 100vh;
}

.header .centerWrap .contWrap {
    width: 100%;
    height: 100vh;
    background: url(../../images/common/bg_menu.png) no-repeat center/cover;
    display: flex;
    flex-flow: column;
    align-items: center;
    position: relative;
}

.header .centerWrap .i1 {
    position: absolute;
    bottom: 0%;
    z-index: 10;
}

.header .centerWrap .rtWrap {
    position: absolute;
    bottom: 20px;
}

.header .menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    /* border-top:1px solid rgba(255, 255, 255, 0.2); */
    /* border-bottom:1px solid rgba(255, 255, 255, 0.2); */
    /* margin-right: 10px; */
    gap: 20px 0;
    transition: all .5s;
    background-color: #111;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.header.active .menu {
    border-top: 1px solid #e5e5e5;
    border-color: rgba(0, 0, 0, 0.1);
}

.header.active .menu {
    padding-top: 50px;
    height: calc(100vh - 60px);
}

.header .menu>li {
    position: relative;
    display: flex;
    flex-flow: column;
    width: 100%;
    padding: 0 40px;
}

.header .menu>li>a {
    display: flex;
    justify-content: center;
    width: 100%;
    font-family: 'NotoKrR';
    font-size: 5vw;
    /* padding:0 20px; */
    height: 100%;
    color: #5a4d3f;
    position: relative;
    transition: all .5s;
    margin-bottom: 20px;
}

/* .header .menu>li:not(.noSub)>a:after {
    content: '+';
    color: #a19588;
    font-size: 5vw;
    font-family: 'NotoKrL';
}

.header .menu>li.active>a:after {
    content: '-';
} */

.header.scroll .menu>li>a,
.header.active .menu>li>a {
    /* color: #232323; */
}

.header.scroll .menu>li>a:before,
.header.active .menu>li>a:before {
    background-color: #f26b38;
}

.header .menu>li>a .t1 {
    font-family: 'AgaR';
    font-size: 8.333333333333332vw;
    color: #010101;
    display: flex;
    align-items: center;
    gap: 0 15px;
    margin-bottom: 5px;
}

.header .menu>li>a .t1 img {
    transition: all .5s;
    opacity: 0;
}

.header .menu>li:hover>a .t1 img,
.header .menu>li.active>a .t1 img {
    opacity: 1;
}

.header .menu>li>a .t2 {
    color: #010101;
    font-size: 2.9166666666666665vw;
    opacity: .6;
    font-family: 'PreR';
}

.header .topWrap .depth2 {
    width: 100%;
    display: none;
    /* border-top: 1px solid #dadada; */
    /* border-bottom: 1px solid #374955; */
    background-color: #e5e5e5;
    padding: 10px 0;
    justify-content: center;
    flex-flow: column;
}

.header .topWrap .depth2>li {
    display: block;
    width: 100%;
    padding: 5px 0;
    margin-bottom: 10px;
}

.header .topWrap .depth2>li:last-child {
    margin-bottom: 0;
}

.header .topWrap .depth2>li>a {
    font-family: 'NasR';
    font-size: 3.5vw;
    text-align: center;
    display: block;
    color: #444;
}

@media all and (min-width: 719px) {
    .header .topWrap .depth2>li>a {
        font-size: 18px;
    }
}

.header .topWrap .depth2>li.active>a {
    color: #f26b38;
    font-family: 'NasB';
}

.header .topWrap .depth2>li>a>span {
    display: block;
    font-size: 13px;
    margin-top: 3px;
}

.header .topWrap .depth3 {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.header .topWrap .depth3>li {
    margin: 3px 0;
}

.header .topWrap .depth3>li>a {
    color: #876546;
    font-size: 12px;
}

.header .topWrap .rightWrap {
    display: flex;
    height: 100%;
    align-items: center;
}

.header .topWrap .rightWrap .telBtn {}

.header .bottomWrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 125px);
    transition: all .5s;
    border-top: 1px solid transparent;
}

.header.active .bottomWrap {
    border-top: 1px solid #c9caca;
}

.header .linksWrap {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    display: none;
}

.header .linksWrap a {
    flex: auto;
    padding: 0 15px;
}

.quickWrap {
    position: absolute;
    top: 1.5%;
    right: 30px;
    z-index: 100;
    display: flex;
    align-items: center;
    /* height:100%; */
    /* border-left:1px solid rgba(255, 255, 255, 0.1); */
    /* width: 90px; */
    /* box-shadow: 7.071px 7.071px 32px 0px rgba(0, 0, 0, 0.5); */
    /* background-color: #fff; */
    /* justify-content: space-between; */
}

.quickWrap>img {
    width: 15.416666666666668vw;
}

.quickWrap .open {
    position: relative;
    z-index: 1;
    margin-right: -10px;
}

.quickWrap .topWrap {
    display: flex;
    /* flex-flow: column; */
    width: 50%;
    height: 100%;
    /* background-color: #184b44; */
    /* padding:50px 0 110px; */
    position: relative;
}

.quickWrap .topWrap .open {
    flex: 1;
    background-color: #004b45;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.quickWrap .topWrap .customer {
    height: 100%;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #8a7e76;
}

.quickWrap .bottomWrap {
    height: 100%;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ebedec;
    /* padding:40px 0 30px; */
}

.quickWrap .bottomWrap .linksWrap {
    display: flex;
    /* flex-flow: column; */
    align-items: center;
    justify-content: center;
    gap: 0 8px;
    flex: 1;
}

.quickWrap .bottomWrap .linksWrap a {
    position: relative;
    display: flex;
    align-items: center;
}

.quickWrap .bottomWrap .topBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 77px;
    height: 100%;
}

.quick {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2000;
}

.quick img {
    margin: 0px auto;
}

.quick>a.link {
    position: absolute;
    top: 0%;
    left: 0;
    width: 50%;
    height: 100%;
}

.quick>a.link.link1 {}

.quick>a.link.link2 {
    left: 50%;
}

.footer {
    position: relative;
    background-color: #051b2a;
    z-index: 1000;
    /* padding: 50px 20px 45px; */
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    align-items: center;
    gap: 40px 0;
    /* justify-content: space-between; */
    /* padding: 65px 220px 70px; */
    /* align-items: flex-start; */
    /* justify-content: space-between; */
    /* padding-left: 180px; */
    /* padding-top: 30px; */
}

.footer .leftWrap {
    display: flex;
    flex-flow: column;
    gap: 40px 0;
}

.footer .leftWrap .llWrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .leftWrap .lrWrap {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}

.footer .leftWrap .llWrap .t1 {
    color: #a0a0a0;
    font-size: 2.2222222222222223vw;
    font-family: 'spoM';
    display: flex;
    align-items: center;
    gap: 0 5px;
}

.footer .leftWrap .llWrap .t1 span {
    color: #fc661a;
    font-size: 4.166666666666666vw;
    font-family: 'spoB';
}

.footer .leftWrap .lrWrap .t2 {
    color: #fff;
    font-size: 2.7777777777777777vw;
    font-family: 'NasB';
    margin-bottom: 19px;
}

.footer .leftWrap .lrWrap .t3 {
    color: #fff;
    font-size: 2.083333333333333vw;
    font-family: 'NasR';
    line-height: 1.2;
    margin-bottom: 15px;
    opacity: .7;
}

.footer .leftWrap .lrWrap .t4 {
    color: #fff;
    font-size: 2.2222222222222223vw;
    font-family: 'NasR';
    opacity: .7;
}

.footer .rightWrap {
    display: flex;
    justify-content: flex-start;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    gap: 0 20px;
    color: #777777;
    font-size: 2.083333333333333vw;
    font-family: 'preM';
    padding-top: 20px;
}

.footer .rightWrap p {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 10px 0;
}

.footer .rightWrap p .con {
    color: #fff;
    font-size: 2.7777777777777777vw;
}

.footer .rightWrap .logo {
    width: 90px;
}

.footer .cWrap {
    padding: 15px 10px;
    display: flex;
    flex-flow: column;
    align-items: center;
    /* background-color: #f0f0f0; */
}

.footer .topBtn {
    position: absolute;
    top: 30px;
    right: 20px;
    /* box-shadow: 5.313px 5.76px 5px 0px rgba(0, 0, 0, 0.1); */
    /* border-radius:100%; */
}

.footer .topWrap {
    display: flex;
}

/* .footer .topWrap>* {
    flex:1 1 50%;
    width: 50%;
    max-width: 50%;
} */

.footer .linkWrap {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    opacity: .5;
}

.footer .linkWrap a {
    width: auto;
    height: 20px;
    margin: 0 10px;
}

.footer .linkWrap a img {
    max-width: 1000000%;
    height: 100%;
    width: auto;
}

.footer>a.link {
    position: absolute;
    bottom: 12%;
    right: 0;
    width: 10%;
    height: 12%;
}

.footer>a.link.link1 {
    right: 56%;
    width: 8%;
}

.footer>a.link.link2 {
    right: 46%;
    width: 8%;
}

.footer>a.link.link3 {
    right: 36%;
    width: 8%;
}

.popupWrap {
    position: absolute;
    top: 100px;
    left: 300px;
    width: 400px;
    border: 1px solid #bab7aa;
    display: flex;
    flex-flow: column wrap;
    z-index: 1000;
}

.popupWrap .imageWrap {
    flex: 1;
    width: 100%;
}

.popupWrap .btnsWrap {
    height: 45px;
    display: flex;
    background-color: #000000;
    border-top: 1px solid #bab7aa;
}

.popupWrap .closeBtn {
    position: absolute;
    top: 20px;
    right: 15px;
    z-index: 10;
}

.popupWrap .btnsWrap a {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-family: 'NotoKrR';
    color: #d5cfc0;
}

.popupWrap .btnsWrap a:first-child {
    border-right: 1px solid #bab7aa;
}

.iframeWrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.iframeWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rotateAni {
    position: relative;
    overflow: hidden;
}

.rotateAni img {
    position: absolute;
    top: 0;
    max-width: 10000%;
    height: 100%;
}

.beBtnWrap {
    display: flex;
}

.beBtnWrap>* {
    width: 50%;
}

.toggleWrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1200px;
    height: 0px;
    overflow: hidden;
    z-index: 1000;
    transition: all 1s;
}

.toggleWrap.active {
    height: 1200px;
}

.toggleWrap .bgWrap {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    padding-top: 230px;
    width: 100%;
    height: 1200px;
    background: url(../../images/common/bg_toggle.png) no-repeat center top/cover;
}

.toggleWrap .lineWrap {
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 50px;
    display: flex;
    z-index: 10;
    align-items: flex-end;
}

.toggleWrap .lineWrap>div {
    width: 50%;
    height: 100%;
    transition: all 1s;
}

.toggleWrap .lineWrap>div.l1 {
    background-color: #d62317;
}

.toggleWrap .lineWrap>div.l2 {
    background-color: #52b8c2;
    transition-delay: .3s;
}

.toggleWrap .lineWrap.line1 {
    align-items: flex-start;
    top: 0;
    bottom: auto;
}

.toggleWrap .text1 {
    position: absolute;
    bottom: 65px;
    left: 60px;
}

.toggleWrap .regBtn {
    position: absolute;
    bottom: 62px;
    right: 53px;
}

.toggleWrap .logo {
    position: relative;
    margin-bottom: 73px;
}

.toggleWrap .menu {
    position: relative;
    gap: 25px 0;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.toggleWrap .menu li {
    position: relative;
    display: flex;
    align-items: center;
}

.toggleWrap .menu li:before {
    content: '';
    width: 14px;
    height: 41px;
    position: absolute;
    left: -33px;
    height: 0px;
    transition: all .5s;
    background: linear-gradient(to right, #52b8c2 50%, #d62317 50%);
}

.toggleWrap .menu li:after {
    content: '';
    width: 14px;
    height: 41px;
    position: absolute;
    right: -33px;
    height: 0px;
    transition: all .5s;
    background: linear-gradient(to right, #52b8c2 50%, #d62317 50%);
}

.toggleWrap .menu li a {
    color: #000000;
    font-size: 42px;
    font-family: 'PlayR';
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.toggleWrap .menu li a:before {
    content: '';
    position: absolute;
    bottom: -5px;
    width: 0%;
    height: 1px;
    background-color: #000;
    transition: all .5s;
}

.toggleWrap .menu li.active:before,
.toggleWrap .menu li.active:after {
    height: 41px;
}

.toggleWrap .menu li:hover a:before,
.toggleWrap .menu li.active a:before {
    width: 100%;
}

.loadWrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    background-color: rgba(0, 81, 81, 0.9);
    justify-content: center;
    gap: 32px 0;
    z-index: 1000000;
}

.loadWrap .proWrap {
    width: 228px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.3);
}

.loadWrap .proWrap .pro {
    width: 0%;
    height: 100%;
    background-color: #fff;
}

.snsWrap {
    position: absolute;
    bottom: 18vh;
    z-index: 10;
    display: flex;
    gap: 0 1.5277777777777777vw;
}

.qkWrap {
    position: fixed;
    bottom: 1.8532246108228319%;
    right: 3.194444444444444vw;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    gap: 20px 0;
    z-index: 100000;
}

.qkWrap .scroll {
    margin-right: 20px;
}

.qkWrap .btnsWrap {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    gap: 15px 0;
}

.qkWrap .btnsWrap a {
    display: flex;
    border-radius: 300px;
    overflow: hidden;
    width: 10.13888888888889vw;
    height: 10.13888888888889vw;
    transition: all .5s;
    flex-flow: row nowrap;
    justify-content: flex-end;
}

/* .qkWrap .btnsWrap a:not(.noHover):hover {
    width: 160px;
} */

.qkWrap .btnsWrap a p {
    flex: none;
    display: flex;
    align-items: center;
    width: 160px;
    justify-content: flex-end;
    height: 10.13888888888889vw;
    background-color: #fff;
    border-radius: 300px;
}

.qkWrap .btnsWrap a p span:last-child {
    width: 10.13888888888889vw;
    height: 10.13888888888889vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}

.qkWrap .btnsWrap a.active span {
    transform: rotate(180deg);
}