.layout {
    width: 1200px;
    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: 1600px;
    /* max-width: 1920px; */
    margin: 0 auto;
    position:relative;
}

.header {
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    height: var(--headerHeight);
    transition: height .5s;
    z-index: 1500;
    /* max-width: 1920px; */
    margin:0 auto;
    overflow: hidden;
    max-width: 100vw;
    /* border-bottom:1px solid rgba(255, 255, 255, 0.1); */
    /* border-top:5px solid #c4ae96; */
    /* background-color: #352700; */
    box-sizing: content-box;
    /* background:transparent url(../../images/common/bg_menu.png) no-repeat center -100%/cover; */
    --headerHeight:100px;
}

.header.scroll {
    /* background-color:#064547; */
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    border-bottom:none;
}

.header.active {
    height:300px;
    /* background-color:#064547; */
    background-position: center 100%;
}
.header.brand:not(.active):not(.scroll) { background: #fff;}
.header .topWrap {
    position:relative;
    height: var(--headerHeight);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    padding-left: 90px;
    padding-right: 140px;
    transition:all .5s;
}

.header.scroll .topWrap,
.header.active .topWrap {
    background-color:#fff;
}

.header .topWrap .contWrap {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

/* .header:before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: #f3efe6;
    opacity: 0;
    transition:all .5s;
} */

.header.scroll:before {
    opacity: 1;
}

/* .header.scroll .topWrap {
    padding-left: 165px;
} */

.header .topWrap .logo {
    position:relative;
    display: flex;
    /* margin-right: 60px; */
    align-items: center;
    justify-content: center;
    /* align-self: flex-end; */
}

.header .topWrap .logo img:nth-child(1) {
    transition:all .5s;
	opacity: 1;
}

.header .topWrap .logo img:nth-child(2) {
    position:absolute;
	transition:all .5s;
	opacity: 0;
}
.header .topWrap .logo.on img:nth-child(1) { opacity: 0;}
.header .topWrap .logo.on img:nth-child(2) { opacity: 1;}


.header .topWrap .logo2 {
    visibility: hidden;
}

.header .topWrap .menu {
    display: flex;
    flex-flow: row wrap;
    height: 100%;
    margin-right: 10px;
}

.header .topWrap .menu>li {
    position:relative;
    display: flex;
    height: 100%;
    align-items: center;
    margin:0 25px;
}

.header .topWrap .menu>li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'NotoKrM';
    font-size: 18px;
    /* padding:0 10px; */
    /* height: 100%; */
    color:#4d4d4d;
    position:relative;
    transition:all .5s;
}

.header .topWrap .menu>li>a:before {
    content:'';
    width: 0;
    top:calc(100% + 5px);
    left:50%;
    transform: translateX(-50%);
    transition:all .5s;
    height: 2px;
    background-color: #1b2344;
    position:absolute;
}

/* .header.scroll .topWrap .menu>li>a, */
/* .header.active .topWrap .menu>li>a, */


/*.header.brand:not(.active):not(.scroll) .topWrap .menu>li>a {
    color:#fff;
}

.header.brand:not(.active):not(.scroll) .topWrap .menu>li>a:before {
    background-color: #fff;
}*/

/* .header .topWrap .menu>li:hover a {
    color: #3c3c3c;
} */

.header .topWrap .menu>li:hover>a:before,
.header .topWrap .menu>li.active>a:before {
    width: 100%;
}

.header .topWrap .depth2 {
    position:absolute;
    top:calc(100% + 20px);
    width: 180%;
    left:-40%;
}

.header .topWrap .depth2 li {
    text-align: center;
    margin-bottom: 15px;
}

.header .topWrap .depth2 li a {
    font-family: 'NotoKrD';
    font-size: 16px;
    color:#6c6c6c;
    position:relative;
    letter-spacing: -0.1em;
    opacity: .8;
}

.header .topWrap .depth2 li a:before {
    content:'';
    position:absolute;
    bottom:-2px;
    left:50%;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background-color: #841d2a;
    transition:all .5s;
}

/* .header .topWrap .depth2 li a:hover:before {
    width: 100%;
} */

.header .topWrap .depth2 li a:hover {
    color:#091832;
    font-family: 'NotoKrM';
}

.header .topWrap .centerWrap {
    display: flex;
    height: 100%;
    align-items: center;
}

.header .topWrap .rightWrap {
    display: flex;
    /* align-items: flex-start; */
    align-items: center;
    height: 100%;
    /* width: 140px; */
    /* margin-top: 50px; */
}

.header .topWrap .telBtn {
    display: flex;
    align-items: center;
    margin-left: 30px;
    /* margin-right: 30px; */
    position: relative;
}

.header .topWrap .telBtn img {
    transition:all .5s;
}

/*.header .topWrap .telBtn img:last-child {
    position:absolute;
}

.header.brand:not(.scroll):not(.active) .topWrap .telBtn img:first-child,
.header:not(.brand) .topWrap .telBtn img:last-child,
.header.active .topWrap .telBtn img:last-child,
.header.scroll .topWrap .telBtn img:last-child {
    opacity: 0;
}*/

.header .topWrap .rightWrap .cusBtn {
    padding-left: 30px;
    margin-left: 5px;
    /* border-left:1px solid rgba(255, 255, 255, 0.2); */
    margin-right: 30px;
    display: flex;
    position:relative;
}

.header .topWrap .rightWrap .cusBtn img {
    transition: all .5s;
}

/*.header .topWrap .rightWrap .cusBtn img:last-child {
    position: absolute;
}

.header.brand:not(.scroll):not(.active) .topWrap .cusBtn img:first-child,
.header:not(.brand) .topWrap .cusBtn img:last-child,
.header.active .topWrap .cusBtn img:last-child,
.header.scroll .topWrap .cusBtn img:last-child {
    opacity: 0;
}*/

.header .topWrap .rightWrap .toggleBtn {
    display: block;
    /* width: 30px; */
    /* height: 30px; */
    position:relative;
    transition:all .5s;
}

/* .header.active .topWrap .rightWrap .toggleBtn {
    transform: rotate(-135deg);
} */

.header .topWrap .rightWrap .toggleBtn span {
    width: 10px;
    height: 10px;
    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 .bottomWrap {
    position:absolute;
    /* top:var(--headerHeight); */
    bottom:0;
    left:0;
    width: 100%;
    height: calc(100% - var(--headerHeight));
    transition:all .5s;
    /* background: url(../../images/common/bg_menu.png) no-repeat center bottom/cover; */
    background-color: #fff;
}

.header .radioWrap {
    position:relative;
}

.header .radioWrap a {
    position:absolute;
    display: block;
    top:5px;
    width: 30px;
    height: 30px;
    right:12px;
}

.header .radioWrap a.play {
    right:42px;
}

.openWrap {
    position:fixed;
    right:20px;
    top:0;
}

.openWrap>*:not(:last-child) {
    margin-bottom: 3px;
    display: block;
}

.quickWrap {
    position:fixed;
    top:0;
    right:0;
    z-index: 10000;
    display: flex;
    flex-flow: column;
    align-items: center;
    height:100%;
    /* border-left:1px solid rgba(255, 255, 255, 0.1); */
    width: 70px;
    box-shadow: 7.071px 7.071px 32px 0px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    justify-content: space-between;
}

.quickWrap .topWrap {
    display: flex;
    flex-flow: column;
    align-items: center;
    height: auto;
}

.quickWrap .open {
    /* margin-bottom: 80px; */
    /* box-shadow: 12.313px 15.76px 20px 0px rgba(0, 0, 0, 0.1); */
    /* border-radius:0 0 300px 300px; */
    /* margin-top: 30px; */
    margin-bottom: 30px;
}

.quickWrap .linkWrap {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.quickWrap .linkWrap a {
    margin-bottom: 50px;
    display: flex;
    /* height: 80px; */
    /* width: 80px; */
    border-radius: 100%;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    /* background-color: #a0886e; */
    /* box-shadow: 12.313px 15.76px 20px 0px rgba(0, 0, 0, 0.1); */
}

.quickWrap .linkWrap a img {
    transition:all .5s;
}

.quickWrap .linkWrap a:hover img {
    /* margin-bottom: 7px; */
}

.quickWrap .linkWrap a span {
    text-align: center;
    color:#fff;
    font-size: 12px;
    font-family: 'NotoKrD';
    overflow: hidden;
    height: 0px;
    transition:all .5s;
    line-height: 1.2;
}

.quickWrap .linkWrap a:hover {
    /* background-color: #ca705b; */
}

.quickWrap .linkWrap a:hover span {
    height: 15px;
}

.quickWrap .linkWrap a:first-child:hover span {
    height: 29px;
}

.quickWrap .scroll {
    display: flex;
    justify-content: center;
    animation: qScl 2s infinite;
}

@keyframes qScl {
    0% {
        margin-bottom: 50px;
    }
    50% {
        margin-bottom: 30px;
    }
    100% {
        margin-bottom: 50px;
    }
}

.quickWrap .bottomWrap {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    padding-bottom: 30px;
}

.quickWrap .bottomWrap .topBtn {
    margin-top: 30px;
}

.footer {
    position:relative;
    background-color: #5a6770;
    z-index: 1000000;
    padding:40px 220px 40px 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 65px 220px 70px; */
    /* align-items: flex-start; */
    /* justify-content: space-between; */
    /* padding-left: 180px; */
    /* padding-top: 30px; */
}

.footer .layout>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding-right: 40px; */
    width: 100%;
}

.footer .cWrap {
    padding:30px 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    background-color: #f0f0f0;
}

.footer .topBtn {
    /* position:absolute; */
    /* top:-100px; */
    /* right:30px; */
    /* box-shadow: 12.313px 15.76px 20px 0px rgba(0, 0, 0, 0.1); */
    /* border-radius:100%; */
}

/* .footer .bottomWrap {
    padding-top: 35px;
    margin-top: 23px;
    border-top:1px solid #4f555d;
} */

.footer a.link {
    position: absolute;
    bottom: 0%;
    right: 0;
    width: 30%;
    height: 100%;
    display: block;
}

.footer a.link.link1 {
    right: 71%;
}

.footer a.link.link2 {
    right: 34%;
}

.footer a.link.link3 {
    right: 0%;
}

.footer .topWrap {
    /* padding:60px 0 37px; */
    padding-bottom: 40px;
    align-items: center;
    margin-bottom: 40px;
    border-bottom:1px solid #c9c6c3;
}

.footer .topWrap .image2 {
    position:relative;
}

.footer .topWrap .rightWrap {
    display: flex;
    align-items: center;
}

.footer .topWrap .rightWrap .topBtn {
    margin-left: 20px;
}

.footer .linkWrap {
    display: flex;
}

.footer .linkWrap a {
    margin-left: 10px;
    opacity: .5;
    transition:all .5s;
}

.footer .linkWrap a:hover {
    opacity: 1;
}

.popupWrap {
    position:absolute;
    top: 150px;
    left: 0px;
     transition:all 1s; 
    z-index: 9;
    display:flex;
    flex-flow:row wrap;
     transform:translateX(-100%); 
}

.popupWrap.active {
     transform: translateX(0); 
	
}

.popupWrap .contWrap {
    /*flex:1 1;
    display:flex;*/
    flex-flow:row wrap;
	float:left;
	position: relative;
	opacity: 1;
	transition: all 1s;
}
.popupWrap.active  .contWrap{ opacity: 1; }
.popupWrap .contWrap>div {
    /* flex:1 1; */
	float:left;
	position:relative;
}

.popupWrap .btnsWrap {
    float:left;
	display: block;
    width: 50px;
	height: 100%;
	background-color:#ABA197;
	top: 0px;
	right: -50px;
    position: absolute;
    cursor: pointer;
}

.popupWrap .btnsWrap p {
    color:#fff;
    font-size: 18px;
    font-family: 'NotoKrR';
    position:absolute;
    top:20px;
    left:80%;
	font-weight: bold;
    transform-origin: 0 0;
    transform: rotate(90deg);
}

.popupWrap .btnsWrap span {
    position:absolute;
    display:block;
    width: 100%;
    height: 70px;
    bottom: 0;
    left: 0;
    background:url(../images/common/img_popup_btn.png) no-repeat center center/20px;
    transition:all .3s;
}

.popupWrap.active .btnsWrap span {
    background:url(../images/common/img_popup_close_btn.png) no-repeat center center/25px;
}

	.popupWrap .btnsWrap::after { width: 20px; height: 4px; display: block; background: #fff; position: absolute; bottom: 17px; left: 15px; transform: rotate(-45deg); content: ""; transition: all .5s; z-index: 1}
	.popupWrap .btnsWrap::before { width: 20px; height: 4px; display: block; background: #fff; position: absolute; bottom: 29px; left: 15px; transform: rotate(45deg); content: "";  transition: all .5s; z-index: 1}
	.popupWrap.active .btnsWrap::after { width: 30px; height: 4px; display: block; background: #fff; position: absolute; bottom: 30px; left: 10px; transform: rotate(-45deg); content: ""; z-index: 1}
	.popupWrap.active .btnsWrap::before { width: 30px; height: 4px; display: block; background: #fff; position: absolute; bottom: 30px; left: 10px; transform: rotate(45deg); content: ""; z-index: 1}
.iframeWrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.iframeWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ani {
    transition:all .8s;
}

.topPopupWrap {
    position:fixed;
    top:0;
    left:0;
    z-index: 100000;
    background-color: #c4ae96;
    padding:100px 0;
    width: 100%;
    display: none;
}

.topPopupWrap .closeBtn {
    position:absolute;
    top:0;
    right:0;
}

.topPopupWrap ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topPopupWrap ul li {
    margin:0 20px;
    position:relative;
}

.topPopupWrap ul li a {
    position:absolute;
    width: 73%;
    height: 9%;
    display: block;
}

.topPopupWrap ul li a.link1 {
    bottom:10%;
    left:14%;
}

.topPopupWrap ul li a.link2 {
    bottom:1%;
    left:14%;
}

.rotateAni {
    position: relative;
    overflow: hidden;
}

.rotateAni img {
    position: absolute;
    top: 0;
    max-width: 10000%;
    height: 100%;
}

.fixToggleBtn {
    position:fixed;
    top:0;
    right:0;
    z-index: 10000;
}

.toggleWrap {
    position:fixed;
    top:0;
    right:-485px;
    width: 485px;
    height: 100%;
    background: url(../../images/common/bg_toggle.png) no-repeat center bottom/cover;
    z-index: 1000000;
    display: flex;
    flex-flow: column;
    align-items: center;
    padding-top: 35px;
    transition:all .5s;
}

.toggleWrap.active {
    right:0;
}

.toggleWrap .toggleBtn {
    position:absolute;
    top:40px;
    right:40px;
}

/* .toggleWrap .toggleBtn img {
    transition:all .5s;
}

.toggleWrap .toggleBtn img:last-child {
    position:absolute;
    top:0;
    left:0;
}

.toggleWrap:not(.active) .toggleBtn img:last-child,
.toggleWrap.active .toggleBtn img:first-child {
    opacity: 0;
} */

.toggleWrap .logo {
    margin-bottom: 120px;
}

.toggleWrap .menu {
    display: flex;
    flex-flow: column;
}

.toggleWrap .menu>li {
    margin-bottom: 35px;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.toggleWrap .menu>li>a {
    font-size: 22px;
    color:#1b2344;
    font-family: 'NotoKrM';
    position:relative;
    display: flex;
    justify-content: center;
}

.toggleWrap .menu>li>a:before {
    content:'';
    position:absolute;
    top:50%;
    left:calc(100% + 10px);
    width: 0%;
    height: 1px;
    background-color: #1b2344;
    transition:all .5s;
}

.toggleWrap .menu>li>a:after {
    content:'';
    position:absolute;
    top:50%;
    right:calc(100% + 10px);
    width: 0%;
    height: 1px;
    background-color: #1b2344;
    transition:all .5s;
}

.toggleWrap .menu>li:hover>a:before,
.toggleWrap .menu>li.active>a:before,
.toggleWrap .menu>li:hover>a:after,
.toggleWrap .menu>li.active>a:after {
    width: 50px;
}

.toggleWrap .depth2 {
    margin-top: 20px;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.toggleWrap .depth2>li {
    margin-bottom: 15px;
}

.toggleWrap .depth2>li>a {
    font-size: 15px;
    color:#6c6c6c;
    font-family: 'NotoKrD';
}

.toggleWrap .depth2>li.active>a {
    color:#091832;
}

.rMenuWrap {
    position:absolute;
    top:0;
    right:0;
    width: 100px;
    height: 100%;
    border-left:1px solid #d6d6d6;
    z-index: 10000;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    transition:all .5s;
    padding:45px 0 95px;
    background-color: #fff;
}

.rMenuWrap.white {
    background-color: #fff;
    border-left-color:rgba(0, 0, 0, 0.2);
}

.rMenuWrap .toggleBtn {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 35px;
    height: 18px;
    position:relative;
}

.rMenuWrap .toggleBtn span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition:all .5s;
    transform-origin: 50%;
}

.rMenuWrap .toggleBtn span:nth-child(1) {
    top:0;
    position:absolute;
}

.rMenuWrap.active .toggleBtn span:nth-child(1) {
    transform: rotate(45deg);
    top:50%;
}

.rMenuWrap.active .toggleBtn span:nth-child(2) {
    opacity: 0;
}

.rMenuWrap .toggleBtn span:nth-child(3) {
    position:absolute;
    top:calc(100% - 2px);
}

.rMenuWrap.active .toggleBtn span:nth-child(3) {
    transform: rotate(-45deg);
    top:50%;
}

.rMenuWrap.white .toggleBtn span {
    background-color: #000000;
}

.rMenuWrap .bottomWrap {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.rMenuWrap .posWrap {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: 60px;
}

.rMenuWrap .posWrap a {
    display: block;
    width: 6px;
    height: 6px;
    background-color: #a3958b;
    margin-bottom: 80px;
    transition:all .5s;
    border:0px solid #0c4e4f;
    box-sizing: content-box;
}

.rMenuWrap .posWrap a.active {
    border-width: 7px;
    /* background-color: transparent; */
}

.rMenuWrap.white .posWrap a {
    background-color: #9b9b9b;
    border-color:#ba8741;
}

.rMenuWrap.white .posWrap a.active {
    background-color: #050505;
}

.rMenuWrap .scroll {
    position:relative;
    animation:rMenuScroll 2s infinite;
}

@keyframes rMenuScroll {
    0% {
        margin-bottom: 0;
    }
    50% {
        margin-bottom: -30px;
        margin-top: 30px;
    }
    100% {
        margin-bottom: 0;
    }
}

.rMenuWrap .scroll img {
    transition:all .5s;
}

.rMenuWrap .scroll img:last-child {
    position:absolute;
    top:0;
    left:0;
}

.rMenuWrap .scroll.bottom img {
    transform: rotate(180deg);
}

.rMenuWrap.white .scroll img:first-child,
.rMenuWrap:not(.white) .scroll img:last-child {
    opacity: 0;
}