.layout {
    width: 1200px;
    position: relative;
    margin: 0 auto;
    height: 100%;
}

.blindWrap {
    position: fixed;
    top: 0px;
    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: 1440px;
    /* max-width: 1920px; */
    margin: 0 auto;
    position:relative;
}

.header {
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 110px;
    transition: all .5s;
    z-index: 1500;
    /* max-width: 1920px; */
    margin:0 auto;
    overflow: hidden;
}

.header.scroll {
    /* box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2); */
    /* background-color: #222; */
}

.header.active {
    height:300px;
    /* background-color: #222; */
}

.header .topWrap {
    position:relative;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background-color: #4b0000; */
    z-index: 1;
    padding-left: 40px;
    padding-right:40px;
    transition:all .5s;
    border-bottom:1px solid rgba(255, 255, 255, 0.2);
}

.header .topWrap>a {
    position:relative;
}

/* .header .topWrap>a img {
    transition:all .5s;
}

.header .topWrap>a img:last-child {
    position:absolute;
    top:0;
    left:0;
} */

/* .header:not(.active):not(.scroll) .topWrap>a img:last-child,
.header.active .topWrap>a img:first-child,
.header.scroll .topWrap>a img:first-child {
    opacity: 0;
} */

.header .topWrap .leftWrap {
    display: flex;
    height: 100%;
    align-items: center;
}

.header .topWrap .logo {
    position:relative;
    margin-right: 4%;
}

.header .topWrap .menu {
    display: flex;
    flex-flow: row wrap;
    height: 100%;
}

.header .topWrap .menu>li {
    position:relative;
    display: flex;
    height: 100%;
    align-items: center;
    margin:0 30px;
}

.header .topWrap .menu>li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'NotoKrM';
    font-size: 18px;
    /* padding:0 15px; */
    color:#fff;
    position:relative;
    padding:0 5px;
    transition:all .5s;
    height: 100%;
}

/* .header.scroll .topWrap .menu>li>a,
.header.active .topWrap .menu>li>a {
    color:#424242;
} */

.header .topWrap .menu>li>a:before {
    content:'';
    width: 0;
    top:100%;
    left:50%;
    transform: translateX(-50%);
    transition:all .5s;
    height: 3px;
    background-color: #005151;
    position:absolute;
}

.header .topWrap .menu>li:hover>a {
    /* color:#ca705b; */
}

.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:#333333;
    line-height: 1.3;
    position:relative;
    transition:all .3s;
    opacity: .8;
}

.header .topWrap .depth2 li a:before {
    content:'';
    position:absolute;
    bottom:-2px;
    left:50%;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background-color: #00466e;
    transition:all .5s;
}

/* .header .topWrap .depth2 li a:hover:before {
    width: 100%;
} */
/* 
.header .topWrap .depth2 li a:hover {
    color:#a0886e;
} */

.header .topWrap .rightWrap {
    display: flex;
    align-items: center;
    height: 100%;
}

.header .topWrap .rightWrap .telBtn {
    display: flex;
    margin-left: 30px;
}

.header .topWrap .rightWrap .comWrap {
    padding-left: 20px;
    text-align: center;
}

.header .topWrap .rightWrap .comWrap .today {
    color:#fff;
    font-size: 17px;
    font-family: 'NotoKrM';
    margin-bottom: 10px;
}

.header .topWrap .rightWrap .comWrap .total {
    color: #fff;
    font-size: 13px;
    font-family: 'NotoKrR';
}

.header .topWrap .rightWrap .popBtn {
    width: 100px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 40px;
    position:relative;
    background-color: #ebe9dc;
    z-index: 10000;
    transition:all .5s;
}

.header .topWrap .rightWrap .popBtn.active {
    background-color: #054438;
}

.header .topWrap .rightWrap .popBtn img {
    transition:all .5s;
}

.header .topWrap .rightWrap .popBtn img:last-child {
    position:absolute;
}

.header .topWrap .rightWrap .popBtn:not(.active) img:last-child,
.header .topWrap .rightWrap .popBtn.active img:first-child {
    opacity: 0;
}

.header .bottomWrap {
    position:absolute;
    top:110px;
    left:0;
    width: 100%;
    height: calc(100% - 110px);
    transition:all .5s;
    background: #fff url(../../images/common/bg_menu.png) no-repeat left bottom;
}

.popupWrapper {
    position:fixed;
    top:0;
    left:0;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #eaebdd;
    height: 980px;
    z-index: 1001;
    width: 100%;
}

.popupWrapper a {
    margin:0 50px;
}

.quickWrap {
    position:absolute;
    top:110px;
    right:0;
    width: 80px;
    height: 870px;
    z-index: 10000;
    /* background-color:#4b0000; */
    padding-top: 250px;
    display: flex;
    flex-flow: column;
    border-left:1px solid rgba(255, 255, 255, 0.2);
    align-items: center;
    overflow: hidden;
}

.quickWrap .open {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quickWrap .linkWrap {
    width: 100%;
}

.quickWrap .linkWrap a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* border-bottom:1px solid #08314f; */
    position:relative;
    margin-bottom: 45px;
}

.quickWrap .linkWrap a span {
    background: url(../../images/common/bg_quick.png) no-repeat center/cover;
    width: 116px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    font-size: 15px;
    font-family: 'NotoKrR';
    position:absolute;
    top:50%;
    right:0;
    margin-top: -18.5px;
    opacity: 0;
    transition:all .4s;
}

.quickWrap .linkWrap a:hover span {
    opacity: 1;
    right: calc(100% - 14px);
}

.quickWrap .linkWrap a .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position:relative;
    z-index: 1;
}

.quickWrap .linkWrap a .icon img {
    transition:all .5s;
}

.quickWrap .linkWrap a .icon img:last-child {
    position:absolute;
    top:0;
    left:0;
}

.quickWrap .linkWrap a:not(:hover) .icon img:last-child,
.quickWrap .linkWrap a:hover .icon img:first-child {
    opacity: 0;
}

.quickWrap .linkWrap a .txt {
    background-color: #fff;
    border-radius:0 300px 300px 0;
    display: flex;
    height: 100%;
    width: 0;
    align-items: center;
    padding-left: 72px;
    position:absolute;
    top:0;
    left:0;
    font-size: 15px;
    font-family: 'NotoKrR';
    color:#0d0802;
    transition:all .5s;
    overflow: hidden;
    white-space: nowrap;
}

.quickWrap .linkWrap a:hover .txt {
    width: 157px;
    box-shadow: 0px 4px 9px 0px rgba(0, 4, 0, 0.18);
}

.quickWrap .scWrap {
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    height: 140px;
    background-color: #005151;
}

.quickWrap .scroll {
    animation:qScroll 2s infinite;
    position:absolute;
    bottom:45px;
    left:50%;
    transform: translateX(calc(-50% + 0.5px));
}

.quickWrap .arrowWrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.quickWrap .arrowWrap hr {
    width: 1px;
    height: 20px;
    display: block;
    margin:0 15px;
    background-color: rgba(255, 255, 255, 0.5);
}

@keyframes qScroll {
    0% {
        bottom:20px;
    }
    50% {
        bottom:40px;
    }
    100% {
        bottom:20px;
    }
}

.quickWrap .bottomWrap {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    padding-bottom: 30px;
}

.quickWrap .bottomWrap .topBtn {
    margin-top: 30px;
}

.quickWrap .topBtn {
    position:absolute;
    bottom:0;
    left:0;
}

.footer {
    position: relative;
    margin:0 auto;
    padding:60px 100px 70px;
    background-color: #020202;
    z-index: 1000000;
}

.footer .topWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom:1px solid rgba(255, 255, 255, 0.2);
}

.footer .topWrap .rightWrap {
    display: flex;
    align-items: center;
}

.footer .topWrap .rightWrap .linkWrap {
    display: flex;
    align-items: center;
}

.footer .topWrap .rightWrap .linkWrap a {
    margin-right: 40px;
    opacity: .5;
}

.footer .bottomWrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
/*.pl {     position:absolute;
    top: 150px;
    right: 80px;
	padding-left: 50px;
    transition:all 1s; 
    z-index: 9;
    overflow: hidden;
    display:flex;}
.popupWrap {
    position: relative;
     transition:all 1s; 
    z-index: 9;
    background-color:#ABA197;
    display:flex;
    flex-flow:row wrap;
     transform:translateX(100%); 
}*/

.popupWrap {
    position:absolute;
    top: 150px;
    right: 80px;
     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: 0;
	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;
	left: -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;
}