.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;
    height: auto;
    position:relative;
}

.header {
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    height: 130px;
    transition: all .5s;
    z-index: 1500;
    /* max-width: 1920px; */
    margin:0 auto;
    /* background-color: #1f1b13; */
    /* background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)); */
}

.header.scroll .topWrap {
    /* box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); */
    /* background-color: #333; */
}

.header.scroll,
.header.active {
    /* height: 100%; */
    background-color:#fff;
    background-position: center 100%;
}

.header .topWrap {
    position:relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    padding-left: 40px;
    padding-right: 40px;
    transition:all .5s;
    /* border-bottom:1px solid rgba(255, 255, 255, 0.2); */
}

.header.active .topWrap {
    border-bottom:none;
}

.header .topWrap .leftWrap {
    display: flex;
    align-items: center;
    height: 100%;
}

.header .topWrap .logo {
    /* width: 140px; */
    /* margin-left: 15px; */
    /* margin-top: 20px; */
    position:relative;
}
 
.header .topWrap .logo>img {
    transition: all .5s;
}

.header .topWrap .logo>img:last-child {
    position: absolute;
    top: 0;
    left: 0;
}

/* .header:not(.sub):not(.scroll) .topWrap .logo>img:last-child,
.header.sub .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: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 .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: 25px; */
    /* margin-right: 15px; */
    /* height: 40px; */
    overflow: hidden;
    position:relative;
    transition:all .5s;
}

/* .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 {
    /* margin-right: 35px; */
    position:relative;
    /* height: 100%; */
    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) .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 .topWrap .menu {
    display: flex;
    flex-flow: column;
    height: 100%;
    position:absolute;
    top:125px;
    left:0;
    width: 100%;
    background-color: #fff;
    height: calc(100vh - 85px);
    /* background:url(../../images/common/bg_menu.png) no-repeat center/cover; */
    /* background-color: #fff; */
    padding:30px 30px;
    display: none;
    align-items: center;
	overflow: auto;
}

.header .topWrap .menu>li {
    width: 100%;
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.header .topWrap .menu>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.header .topWrap .menu>li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 15px;
    font-family: 'NotoKrR';
    font-size: 32px;
    color: #0d0d0d;
    width: 100%;
    position: relative;
}

/* .header.active .topWrap .menu>li>a,
.header.scroll .topWrap .menu>li>a {
    color:#333333;
} */

/* .header .topWrap .menu>li>a:before {
    content:'+';
    color: #fff;
    font-size: 20px;
    font-family: 'NanumSL';
}

.header .topWrap .menu>li>a:after {
    content: '+';
    color: #000;
    font-size: 20px;
    font-family: 'NanumSL';
}

.header .topWrap .menu>li.active>a:after {
    content: '-';
} */

.header .topWrap .menu .link {
    width: 65%;
    display: block;
    margin:40px auto 0;
}

.header .topWrap .depth2 {
    width: 100%;
    display: none;
    /* border-top: 1px solid #dadada; */
    background-color: #efefef;
    padding: 15px 0;
}

.header .topWrap .depth2>li:not(:last-child) {
    margin-bottom: 20px;
}

.header .topWrap .depth2>li>a {
    font-family: 'NotoKrR';
    font-size: 22px;
    text-align: center;
    display: block;
    color: #666;
}

.header .topWrap .depth2>li.active>a {
    font-weight: bold;
}

.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:fixed;
    bottom:0;
    right:0;
    z-index: 10000;
    display: flex;
    /* flex-flow: column; */
    align-items: center;
    width:100%;
    /* border-left:1px solid rgba(255, 255, 255, 0.1); */
    height: 90px;
    /* box-shadow: 7.071px 7.071px 32px 0px rgba(0, 0, 0, 0.5); */
    background-color: #fff;
    justify-content: space-between;
}

.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%;
}

.footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position:relative;
    flex-flow: column wrap;
    /* padding:30px 20px; */
    /* background-color: #f5f5f5; */
}

.footer .cWrap {
    padding:15px 10px;
    display: flex;
    flex-flow: column;
    align-items: center;
    /* background-color: #f0f0f0; */
}

.footer .topBtn {
    position:absolute;
    top:40px;
    right:40px;
    /* width: 50px; */
    /* 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%;
}

.sec10Wrap .bottomWrap {
    padding-bottom: 112px;
    position: relative;
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.sec10Wrap .bottomWrap .lineWrap {
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 50px;
    display: flex;
    z-index: 10;
    align-items: flex-end;
}

.sec10Wrap .bottomWrap .lineWrap>div {
    width: 50%;
    /* height: 100%; */
    height: 0;
    transition: all 1s;
}

.sec10Wrap .bottomWrap .lineWrap>div.l1 {
    background-color: #d62317;
}

.sec10Wrap .bottomWrap .lineWrap>div.l2 {
    background-color: #52b8c2;
    transition-delay: .3s;
}

.sec10Wrap .bottomWrap .lineWrap.active>div {
    height: 100%;
}