.layout_1160 {
    width: 1160px;
    position: relative;
    margin: 0 auto;
    height: 100%;
}

.layout_1200 {
    width:1200px;
    position: relative;
    margin:0 auto;
    height:100%;
}

.layout_1310 {
    width:1310px;
    position: relative;
    margin:0 auto;
    height:100%;
}

.layout_1400 {
    width:1400px;
    position: relative;
    margin:0 auto;
    height:100%;
}

.objectFit img {
    object-fit: cover;
    width:100%;
    height:100%;
}

.objectFitIE {
    background-size: cover;
    background-position: center center;
}

.objectFitIE img {
    opacity:0;
}

.header {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    z-index: 5;
}

.header .logo {
    display:block;
    float:left;
    margin-right:55px;
    margin-top:37px;
}

.header .logo img {
    width:162px;
}

.header .mainMenu {
    float:left;
    margin-top:42px;
}

.header .mainMenu>li {
    float:left;
    position: relative;
}

.header .mainMenu>li>a {
    color:#fff;
    font-size:18px;
    font-family:'SpoqaHanSans', 'SpR';
    padding:0 12px 12px;
    position: relative;
    display:block;
}

.header .mainMenu>li.active>a {
    color:#fbb811;
    font-weight:700;
}

.header .mainMenu>li>a:hover {
    font-weight:bold;
}

.header .mainMenu>li>a:before {
    content:'';
    /* width:100%; */
    height:3px;
    background-color:#fbb811;
    position: absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    transition:all .3s;
    width:0;
}

.header .mainMenu>li:hover>a:before {
    width:100%;
}

.header .mainMenu>li>.subMenu {
    position: absolute;
    top:100%;
    left:0;
    background-color:rgba(0, 0, 0, 0.5);
    padding-top:15px;
    padding-right:25px;
    width:230px;
    display:none;
}

.header .mainMenu>li>.subMenu li {
    margin-bottom:20px;
}

.header .mainMenu>li>.subMenu li a {
    color:#ffffff;
    font-size:15px;
    font-family:'Malgun Gothic';
    padding-left:30px;
    position: relative;
}

.header .mainMenu>li>.subMenu li a:hover {
    font-weight:bold;
}

.header .mainMenu>li>.subMenu li a:before {
    content:'';
    /* width:24px; */
    width:0;
    height:1px;
    background-color:#dcdcdc;
    position: absolute;
    top:50%;
    left:0;
    transition:all .3s;
}

.header .mainMenu>li>.subMenu li a:hover:before {
    width:24px;
}

.backdrop {
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.6);
    z-index: 50;
    display:none;
}

.footer {
    background-color:#333333;
    padding:40px 0;
}

.footer>div>a {
    float:left;
    display:block;
    margin-right:35px;
    margin-top:10px;
}

.footer>div>a img {
    width:162px;
}

.footer>div>.rightWrap>p {
    float:left;
    color:#fff;
    font-size:16px;
    font-family: 'Malgun Gothic';
    line-height: 1.5;
}

.footer>div>.rightWrap>.linksWrap {
    float:right;
    margin-top:15px;
}

.footer>div>.rightWrap>.linksWrap a {
    display:inline-block;
    padding:0 10px;
}

.footer>div>.rightWrap>.linksWrap a img {
    width:17px;
}

/* Spinner */
.spiner-example {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: #fff;
}

.sk-spinner-three-bounce {
    margin: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 70px;
}

.sk-spinner-three-bounce.sk-spinner {
    margin: 0 auto;
    width: 70px;
    text-align: center;
}

.sk-spinner-three-bounce div {
    width: 18px;
    height: 18px;
    background-color: #1ab394;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
    animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.sk-spinner-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.sk-spinner-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-threeBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-threeBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@media screen and (max-width:1400px) {
    .layout_1400 {
        width:100%;
        padding: 0 20px;
    }
}

@media screen and (max-width:1310px) {
    .layout_1310 {
        width: 100%;
        /* padding: 0 20px; */
    }
}

@media screen and (max-width:1200px) {
    .layout_1200 {
        width:100%;
        padding:0 20px;
    }
}

@media screen and (max-width:1160px) {
    .layout_1160 {
        width: 100%;
        padding: 0 35px;
    }
}

@media screen and (max-width:1023px) {
    .header .mainMenu {
        display:none;
    }

    .header .logo img {
        width:162px;
    }

    .header .logo {
        margin-top:42px;
    }

    .layout_1200 {
        padding:0 40px;
    }

    .footer {
        padding:35px 0;
    }

    .footer .layout_1200 {
        padding:0 25px;
    }

    .footer>div>.rightWrap {
        float:left;
        width:calc(100% - 197px);
    }

    .footer>div>a {
        margin-top:0;
    }

    .footer>div>.rightWrap>.linksWrap {
        float:left;
        margin-top:25px;
    }

    .footer>div>.rightWrap>.linksWrap a:first-child {
        padding-left:0;
    }

    .header .toggleBtn {
        display: block !important;
        width: 37px;
        text-indent: -9999px;
        float: right;
        margin-top: 42px;
    }

    .header .toggleBtn:before,
    .header .toggleBtn:after {
        content: '';
        width: 100%;
        height: 3px;
        background-color: #fff;
        float: right;
    }

    .header .toggleBtn:after {
        margin-top: 7px;
        width: 25px;
    }

    .toggleWrap {
        display: block !important;
        /* width:340px; */
        width: 0px;
        height: 100%;
        background-color: #fff;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 100;
        overflow: hidden;
        transition: all .8s;
    }

    .toggleWrap.active {
        width: 340px;
    }

    .toggleWrap .contentWrap {
        width: 340px;
        padding: 0 33px;
        height: 100%;
    }

    .toggleWrap .topWrap {
        padding-top: 40px;
        margin-bottom: 60px;
    }

    .toggleWrap .topWrap .logo {
        float: left;
        display: block;
    }

    .toggleWrap .topWrap .logo img {
        width: 170px;
    }

    .toggleWrap .topWrap .closeBtn {
        float: right;
        display: block;
        width: 24px;
        height: 24px;
        text-indent: -9999px;
        position: relative;
    }

    .toggleWrap .topWrap .closeBtn:before,
    .toggleWrap .topWrap .closeBtn:after {
        content: '';
        width: 30px;
        height: 2px;
        background-color: #000;
        position: absolute;
        top: 50%;
        left: 50%;
        transform-origin: 0 0;
    }

    .toggleWrap .topWrap .closeBtn:before {
        transform: rotate(-45deg) translate(-50%, -50%);
    }

    .toggleWrap .topWrap .closeBtn:after {
        transform: rotate(45deg) translate(-50%, -50%);
    }

    .toggleWrap .mainMenu {
        margin-bottom: 90px;
        overflow: hidden;
    }

    .toggleWrap .mainMenu>li:after {
        content: '';
        display: block;
        clear: both;
    }

    .toggleWrap .mainMenu>li>a {
        color: #000;
        font-size: 18px;
        font-family: 'SpoqaHanSans', 'SpR';
        display: block;
        transition: all .3s;
        margin-bottom: 15px;
        float: left;
    }

    .toggleWrap .mainMenu>li.active>a {
        padding-bottom: 8px;
        color: #fbb811;
        font-size: 18px;
        font-weight: bold;
        border-bottom: 2px solid #fbb811;
    }

    .toggleWrap .mainMenu>li .subMenu {
        display: none;
        clear: both;
    }

    .toggleWrap .mainMenu>li .subMenu li a {
        display: block;
        color: #666666;
        font-size: 15px;
        font-family: 'Malgun Gothic';
        margin-bottom: 18px;
    }

    .toggleWrap .linksWrap a {
        display: block;
        float: left;
        width: 60px;
        height: 60px;
        line-height: 73px;
        text-align: center;
        border: 1px solid #dcdcdc;
        margin-right: 11px;
    }

    .toggleWrap .linksWrap a:last-child {
        margin-right: 0;
    }

    .toggleWrap .linksWrap a img {
        width: 31px;
    }
}

@media screen and (max-width:767px) {
    .header .logo img {
        width: 130px;
    }

    .header .logo {
        margin-top: 37px;
    }

    .layout_1200 {
        padding:0 20px;
    }

    .toggleWrap.active,
    .toggleWrap .contentWrap {
        width: 320px;
    }

    .toggleWrap .contentWrap {
        padding: 0 23px;
    }

    .footer {
        padding:20px 0;
    }

    .footer .layout_1200 {
        padding:0 10px;
    }

    .footer>div>a img {
        width:115px;
    }

    .footer>div>a {
        float:none;
        margin-bottom:15px;
    }

    .footer>div>.rightWrap {
        float:none;
        width:100%;
    }

    .footer>div>.rightWrap>p {
        font-size:13px;
        float:none;
    }

    .footer>div>.rightWrap>.linksWrap {
        float:none;
        text-align:center;
        margin-top:20px;
    }

    .layout_1160 {
        padding:0 10px;
    }
}