@charset "utf-8";

@import url('layout.css');
@import url('common.css');

body,
html {
    overflow: hidden
}

html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

#myContainer {
    height: 100%;
    position: relative;
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fp-slide {
    float: left
}

.fp-slide,
.fp-slidesContainer {
    height: 100%;
    display: block
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.fp-slidesContainer {
    float: left;
    position: relative
}

.fp-controlArrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff
}

.fp-scrollable {
    overflow: hidden;
    position: relative
}

.fp-scroller {
    overflow: hidden
}

.iScrollIndicator {
    border: 0 !important
}

.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0)
}

#fp-nav.right {
    right: 17px
}

#fp-nav.left {
    left: 17px
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fp-slidesNav.bottom {
    bottom: 17px
}

.fp-slidesNav.top {
    top: 17px
}

#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0
}

#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative
}

.fp-slidesNav ul li {
    display: inline-block
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    width: auto;
    opacity: 1
}

#fp-nav ul li .fp-tooltip.right {
    right: 20px
}

#fp-nav ul li .fp-tooltip.left {
    left: 20px
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
    height: auto !important
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important
}

.fp-scroller {
    height: 100%
}

header {
    border: 0 ! important
}

header.fixed {
    background: none
}

header.gnb_open {
    background: #fff
}

header.gnb_open {
    border-bottom: 1px solid #ccc ! important
}

/* 221103 수정 시작 */
.main_lnb {
    position: fixed;
    z-index: 9;
    top: calc(50% - 250px);
    left: 20px;
    margin: auto 0;
}

.dot_nav {
    z-index: 2;
    position: relative;
    height: 188px;
    left: 14px;
}

.dot_nav li {
    position: relative;
    height: 14px;
    padding-left: 32px;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}

/* 221103 수정 끝 */

.dot_nav li~li {
    margin-top: 20px
}

.dot_nav li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    border: 1px solid #fff;
    transition: all 0.3s ease-in-out
}

.dot_nav li span {
    position: relative;
    top: -4px;
    transition: all 0.3s ease-in-out
}

.dot_nav .active a:before {
    border-color: #089736;
    background: #089736
}

.dot_nav .active span {
    color: #089736;
}

.dot_nav.type li {
    color: #333
}

.dot_nav.type li a:before {
    border-color: #333
}

.dot_nav.type .active a:before {
    border-color: #089736;
}

/* 누리집 추가 */
.nurizip {
    position: relative;
    margin-top: 40px;
}

.nurizip .nurizip_btn {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 170px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    border-radius: 6px;
    box-sizing: border-box;
}

.nurizip.type .nurizip_btn {
    border: 1px solid #333;
}

.nurizip .nurizip_btn p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.nurizip .nurizip_btn span {
    position: relative;
    width: 12px;
    height: 12px;
}

.nurizip .nurizip_btn span:before,
.nurizip .nurizip_btn span:after {
    content: '';
    position: absolute;
    background: #fff;
}

.nurizip .nurizip_btn span:before {
    top: 5px;
    width: 12px;
    height: 1px;
}

.nurizip .nurizip_btn span:after {
    top: 0;
    left: 6px;
    width: 1px;
    height: 12px;
}

.nurizip .nurizip_btn.hide span:after {
    visibility: hidden;
    opacity: 0;
}

.nurizip .nurizit_list {
    position: absolute;
    top: 39px;
    left: 0;
    width: 170px;
    max-height: 0;
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.nurizip .nurizit_list::-webkit-scrollbar {
    background: none;
    width: 3px;
}

.nurizip .nurizit_list::-webkit-scrollbar-thumb {
    width: 3px;
    background: rgba(31, 172, 76, 0.5);
}

.nurizip .nurizit_list::-webkit-scrollbar-track {
    background: none;
    width: 3px;
}

.nurizip .nurizit_list.more {
    max-height: 215px;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
}

.nurizip .nurizit_list li {
    color: #fff;
    font-size: 15px;
    font-weight: 200;
    letter-spacing: -1.5px;
    transition: all 0.3s;
}

.nurizip .nurizit_list li~li {
    margin-top: 7px;
}

.nurizip .nurizit_list li:hover {
    color: #1fac4c !important;
}

.nurizip.type .nurizip_btn p {
    color: #333;
}

.nurizip.type .nurizit_list {
    border: 1px solid #333;
}

.nurizip.type .nurizit_list li {
    color: #333;
}

.nurizip.type .nurizit_list::-webkit-scrollbar-thumb {
    background: rgba(31, 31, 31, 0.5);
}

.nurizip.type .nurizip_btn span:before,
.nurizip.type .nurizip_btn span:after {
    background: #333;
}

/* 누리집 추가 끝 */

.btn_scroll {
    z-index: 9;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.btn_scroll a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 81px;
    font-size: 0;
    background: url(../images/main/ic_polygon1.png) no-repeat 50% 50%;
    /* background: url(../images/main/ic_scroll.png) no-repeat 50% 50%; */
}

section {
    position: relative;
}

.btnD {
    position: relative;
    display: inline-block;
    min-width: 165px;
    height: 60px;
    line-height: 60px ! important;
    padding: 0 70px 0 30px;
    font-size: 22px;
    color: #333;
    font-weight: 500;
    background: #fff;
    border-radius: 30px;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out
}

.btnD:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    display: inline-block;
    width: 20px;
    height: 14px;
    vertical-align: middle;
    margin: auto 0;
    background: url(../images/main/ic_arrow.png) no-repeat 50% 50%;
    transition: all 0.3s ease-in-out
}

.btnD:hover {
    color: #fff;
    background: #3171b9
}

.btnD:hover:after {
    background: url(../images/main/ic_arrow_w.png) no-repeat 50% 50%;
}

section .had {
    position: relative;
    width: 1396px;
    margin: 0 auto;
}

section.vrroom .had {
    z-index: 9;
}

section .had h2 {
    position: relative;
    font-size: 50px;
    font-weight: 700
}

section .had h2 {
    margin: -14px 0 0 -38px;
    padding: 14px 0 0 38px;
}

section .had h2:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 76px;
    height: 81px;
}

section.active .had h2:before {
    transform: rotate(180deg);
    transition: 1s;
    transition-delay: 0.5s;
}

section.insight .had h2:before {
    background: url(../images/main/img_tit1.png) no-repeat 50% 50%;
    z-index: -1;
}

section.vrroom .had h2:before {
    background: url(../images/main/img_tit2.png) no-repeat 50% 50%;
    z-index: -1;
}

section.stroy .had h2:before {
    background: url(../images/main/img_tit1.png) no-repeat 50% 50%;
    z-index: -1;
}

section.news .had h2:before {
    background: url(../images/main/img_tit1.png) no-repeat 50% 50%;
    z-index: -1;
}

section.guide .had h2:before {
    background: url(../images/main/img_tit2.png) no-repeat 50% 50%;
    z-index: -1;
}

section .had p {
    margin-top: 5px;
    font-size: 26px
}

section .tabs {
    position: relative;
    z-index: 2;
    display: inline-block;
    height: 70px;
    margin-top: 55px;
    padding: 5px;
    background: #fff;
    border-radius: 50px;
    box-sizing: border-box;
}

section .tabs li {
    display: inline-block;
}

section .tabs a {
    display: inline-block;
    line-height: 60px;
    padding: 0 30px;
    font-size: 22px;
    font-weight: 500;
    border-radius: 50px;
    transition: all 0.3s ease-in-out
}

section .tabs .current {
    color: #fff;
    background: #3171b9 !important
}

.section.main .btn_vplay {
    position: absolute;
    bottom: 130px;
    right: 20px;
    z-index: 99;
}

.section.main .vid_pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    /* display: none; */
}

.section.main .vid_pop:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.section.main .vid_pop .vid {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1196px;
    width: 100%;
}

.section.main .vid_pop .vid video {
    display: flex;
    align-items: center;
    justify-self: center;
    width: 100%;
}

.section.main .vid_pop .vid button {
    position: absolute;
}

.section.main .vid_pop .vid .btn_quit {
    top: 40px;
    right: 40px;
    display: block;
    width: 29px;
    height: 29px;
    background: url(../images/mo/btn_quit.png);
    cursor: pointer;
    z-index: 99;
}

.section.main .vid_pop .vid .btn_today {
    right: 68px;
    bottom: -30px;
    color: #fff;
}

.section.main .vid_pop .vid .btn_close {
    right: 0;
    bottom: -30px;
    color: #fff;
}

.section.main .vid_pop .vid .btn_play,
.section.main .vid_pop .vid .btn_pause {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
}

.section.main .vid_pop .vid .btn_play.show {
    visibility: visible;
}

.section.main .vid_pop .vid:hover .btn_pause {
    visibility: visible;
}

.section.main .slider_btn button {
    position: absolute;
    top: -30px;
    z-index: 99;
}

.section.main .slider_btn .prev_btn {
    right: 555px;
}

.section.main .slider_btn .next_btn {
    right: 522px;
}

.section.main .slider_btn .pause_btn,
.section.main .slider_btn .play_btn {
    right: 665px;
}

.section.main .slider_btn .play_btn {
    display: none;
}

.section.main .slider_btn .play_btn.show {
    display: block;
}

.mainSlider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mainSlider .slick-prev,
.mainSlider .slick-next {
    position: absolute;
    bottom: 135px;
    left: 730px;
    width: 11px;
    height: 20px;
    z-index: 99;
    font-size: 0;
}

.mainSlider .slick-prev {
    background: url(../images/main/ic_prev.png) no-repeat;
    background-size: cover;
}

.mainSlider .slick-next {
    background: url(../images/main/ic_nxt.png) no-repeat;
    background-size: cover;
    margin-left: 50px;
}

.mainSlider .item {
    display: flex ! important;
    align-items: center;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100vh
}

/* .mainSlider .item.service {
    display: none !important;
    visibility: hidden;
} */

.mainSlider .item .box {
    position: relative;
    z-index: 1;
    width: 1396px;
    margin: -100px auto 0;
}

.mainSlider .item .tit_g {
    line-height: 80px;
    color: #fff
}

.mainSlider .item .tit_g span {
    display: block;
    font-size: 40px;
    font-weight: 500
}

.mainSlider .item .tit_g h2 {
    font-size: 90px;
    font-weight: 700
}

.mainSlider .item .text_g {
    height: 322px;
}

.mainSlider .item .btn_vplay {
    display: none;
}

.mainSlider .item .txtg {
    margin-top: 50px;
}

.mainSlider .item .txtg li {
    display: inline-block;
    text-align: center;
    color: #fff
}

.mainSlider .item .txtg li~li {
    margin-left: 26px
}

.mainSlider .item .txtg i {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 5px
}

.mainSlider .item .txtg .i1 {
    background: url(../images/main/ic_ms1.png) no-repeat 50% 50%;
}

.mainSlider .item .txtg .i2 {
    background: url(../images/main/ic_ms2.png) no-repeat 50% 50%;
}

.mainSlider .item .txtg .i3 {
    background: url(../images/main/ic_ms3.png) no-repeat 50% 50%;
}

.mainSlider .item .btng {
    margin-top: 72px
}

.mainSlider .item .tit_g p {
    font-size: 30px;
    font-weight: 500;
    line-height: 45px;
}

.mainSlider .item .tit_g h3 {
    font-size: 70px;
    font-weight: 700;
    line-height: 80px;
    margin-top: 30px;
}

.mainSlider .sum .text_g {
    height: 322px;
    display: none;
    transition: 0.3s;
}

.mainSlider .sum .text_g.show {
    display: block;
    transition: 0.3s;
}

.mainSlider .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 128px;
    width: 1396px;
    /* width: 460px; */
    margin: 0 auto;
    color: #fff;
    font-size: 0;
}

.mainSlider .slick-dots li {
    position: relative;
    display: inline-block;
    font-size: 22px;
}

.mainSlider .slick-dots li~li {
    margin-left: 40px;
}

.mainSlider .slick-dots li.slick-active {
    color: #1fac4c;
}

.mainSlider .slick-dots li:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: #1fac4c;
    transition: 0.3s ease-in-out;
}

.mainSlider .slick-dots li.slick-active:before {
    width: 100%;
    transition: 0.3s ease-in-out;
}

.msNav_box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 128px;
    width: 1396px;
    margin: 0 auto;
}

.mainSlider_navi {
    width: 460px;
    font-size: 22px;
    color: #fff
}

.mainSlider_navi .item {
    padding: 0 20px 13px
}

.mainSlider_navi .item a {
    position: relative;
    display: inline-block;
}

.mainSlider_navi .item a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -13px;
    width: 0;
    height: 3px;
    margin: 0 auto;
    background: #1fac4c;
    transition: all 0.3s ease-in-out
}

.mainSlider_navi .slick-current {
    color: #1fac4c
}

.mainSlider_navi .slick-current a:before {
    width: 100%
}

.mainSlider_navi .slide-controller {
    position: absolute;
    top: -25px;
    right: -100px;
    width: 75px;
}

.mainSlider_navi .slick-arrow {
    position: absolute;
    top: 0;
    width: 11px;
    height: 20px;
    font-size: 0;
    display: none;
}

.mainSlider_navi .slick-prev {
    left: 0;
    background: url(../images/main/ic_prev.png) no-repeat 50% 50%;
    display: none;
}

.mainSlider_navi .slick-next {
    right: 0;
    background: url(../images/main/ic_nxt.png) no-repeat 50% 50%;
    display: none;
}

.mainSlider_navi .slide-pause,
.mainSlider_navi .slide-play {
    position: absolute;
    top: 0;
    left: 30px;
    width: 21px;
    height: 21px;
    font-size: 0;
    background: url(../images/main/ic_paush.png) no-repeat 50% 50%;
    display: none;
}

.mainSlider_navi .slide-play {
    display: none;
    background: url(../images/main/ic_play.png) no-repeat 50% 50%
}

.mainSlider_navi .slick-dots {
    display: none ! important
}

.mainSlider .btnD.insi {
    margin-left: 50px;
}

.insight {
    background: url(../images/main/bg_set2.png) no-repeat 0 500px #f0f8f2;
}

.insight .cons {
    display: flex ! important;
    align-items: center;
    position: relative;
    height: 100vh
}

.insight .in {
    position: relative;
    width: 100%;
    height: 700px;
    margin-top: 40px;
}

section.insight .tabs {
    margin-top: 60px;
}

.insight .in .form_g {
    position: relative;
    max-width: 1396px;
    margin: 0 auto;
}

.insight .slt {
    position: relative;
    width: 439px;
    height: 70px;
    padding: 0 10px;
    z-index: 99;
    background-color: #fff;
    border-radius: 50px;
    margin-top: 20px;
    box-sizing: border-box;
    z-index: 9;
}

.insight .slt select {
    width: 100%;
    height: 70px;
    padding-left: 20px;
    font-size: 22px;
    border-radius: 50px;
    background: url(../images/main/ic_sel.png) no-repeat right 50%;
    outline: none;
}

.insight .view {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 700px;
    margin-left: -698px;
    padding-left: 660px;
    box-sizing: border-box;
}

.insight.active .view .insightSlider {
    animation: move 1.2s 0s both;
    animation-delay: 0.7s;
}

@keyframes move {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.insight .search_form {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 570px;
}

.insight .select_g {
    display: flex;
    width: 100%;
    height: 70px;
    border-radius: 50px;
    background: #fff;
}

.insight .select_g select {
    width: 33.3%;
    height: 70px;
    padding-left: 30px;
    padding-right: 10px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 500;
    border-radius: 50px;
    background: url(../images/main/ic_sel.png) no-repeat 100%;
    outline: none;
    border-right: 1px solid #ddd;
    overflow: hidden;
}

.insight .select_g select:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.insight #com_sel select {
    width: 50%;
}

.insight #com_sel #ip_area1 {
    border-right: 0;
}

.insight #com_sel select:nth-child(2) {
    border-right: 0;
}

.insight #green_sel select:nth-child(2) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.insight #green_sel select:nth-child(3) {
    border-right: 0;
}

.insight .select_g.com select {
    /* overflow: hidden;
    white-space: nowrap; */
}


.insight .select_g.com select option {
    overflow: hidden;
}

.insight .input_g {
    position: relative;
    width: 570px;
    margin-top: 10px;
    height: 70px;
    border-radius: 50px;
    background: #fff
}

.insight .input_g input {
    width: 100%;
    height: 70px;
    padding: 0 80px 0 30px;
    font-size: 22px;
    background: transparent;
    outline: none;
}

.insight .input_g .btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 70px;
    font-size: 0;
    background: url(../images/main/ic_search.png) no-repeat 50% 50%;
}

.insight .sort {
    width: 570px;
    margin-top: 29px;
    text-align: center
}

.insight .sort li {
    display: inline-block;
    font-size: 22px;
}

.insight .sort li~li {
    margin-left: 30px
}

.insight .sort a {
    position: relative;
    display: inline-block;
    font-weight: 500
}

.insight .chk {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    font-weight: 500;
}

.chk input[type="radio"] {
    position: absolute;
    top: 1px;
    left: 0;
    opacity: 0;
    vertical-align: middle;
    width: auto !important;
}

.chk label {
    position: relative;
    display: block;
    cursor: pointer;
}

.chk label:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background-color: #1fac4c;
    border: 0;
    transition: all 0.3s;
}

.chk input:checked+label {
    color: #1fac4c;
}

.chk input:checked+label::before {
    content: '';
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 3px;
    background-color: #1fac4c;
    border: 0;
    transition: all 0.3s;
}

.insightSlider {
    height: 100%;
}

.insightSlider .slick-slide {
    margin: 0 10px;
    /* height: 100%; */
}

.insightSlider .item {
    position: relative;
    width: 452px ! important;
    height: 700px;
    cursor: pointer;
}

.insightSlider .infor {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 100%;
    height: 558px;
    padding: 40px;
    box-sizing: border-box;
    transition: all 0.35s ease-in-out;
}

.insightSlider .infor:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 35%, rgba(0, 0, 0, 0) 65%)
}

.insightSlider .infor:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05)
}

.insightSlider .tag {
    /* position: relative; */
    position: absolute !important;
    top: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 76px;
    height: 82px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    z-index: 99;
}

.insightSlider .tag.s1 {
    background: url(../images/main/bg_tag1.png) no-repeat 50% 50%;
}

.insightSlider .tag.s2 {
    background: url(../images/main/bg_tag2.png) no-repeat 50% 50%;
}

.insightSlider .tag.s3 {
    background: url(../images/main/bg_tag3.png) no-repeat 50% 50%;
}

.insightSlider .btn_g {
    opacity: 0;
    position: relative;
    top: 122px;
    width: 165px;
    transition: all 0.35s ease-in-out;
    z-index: 99;
}

.insightSlider .slick-slide.slick-active .infor .btn_g,
.insightSlider .slick-slide.slick-current .infor .btn_g {
    opacity: 1;
}

.insightSlider .btn_g a~a {
    margin-top: 20px
}

.insightSlider .txtg {
    position: absolute;
    top: 430px;
    left: 40px;
    color: #fff;
    font-size: 22px;
}

.insightSlider .loca {
    position: relative;
    z-index: 9;
}

.insightSlider .loca span {
    display: inline-block;
    margin-left: 18px;
    padding-left: 20px;
    background: url(../images/main/ic_loca.png) no-repeat 0 50%;
}

.insightSlider .sch {
    position: relative;
    margin-top: 1px;
    font-size: 44px;
    font-weight: 700;
    word-break: break-all;
    z-index: 9;
}

.insightSlider .hash {
    position: relative;
    margin-top: 34px;
    line-height: 32px;
    font-size: 20px;
    font-weight: 300;
    color: #eee;
    z-index: 9;
}

.insightSlider .hash span {
    display: inline-block;
    margin-right: 5px
}

.insightSlider .slick-slide.slick-active .infor,
.insightSlider .slick-slide.slick-current .infor {
    height: 700px;
    transition: all 0.35s ease-in-out
}

.insightSlider .slide-controller {
    z-index: 2;
    position: absolute;
    bottom: 0;
    width: 926px;
    text-align: right
}

.insightSlider .slick-arrow {
    display: inline-block;
    width: 18px;
    height: 34px;
    font-size: 0;
}

.insightSlider .slick-prev {
    background: url(../images/main/ic_prev2.png) no-repeat 50% 50%;
}

.insightSlider .slick-next {
    margin-left: 30px;
    background: url(../images/main/ic_nxt2.png) no-repeat 50% 50%;
}

.insightSlider .slick-dots {
    display: none ! important
}

.insight #insightView2 {
    width: 1346px;
    left: 0;
    right: 0;
    margin: auto;
}

.insight .detail {
    position: absolute;
    left: -37px;
    bottom: 0;
}

.insight .detail li {
    position: relative;
    width: 570px;
    height: 70px;
    padding: 5px;
    border-radius: 50px;
    background: #fff;
    box-sizing: border-box;
}

.insight #insightView2 li {
    height: 70px;
}

.insight .detail2 li {
    padding: 15px 5px;
}

.insight .detail li~li {
    margin-top: 10px
}

.insight .detail li span {
    display: inline-block;
    width: 96px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    border-radius: 50px;
}

.insight .detail li .s1 {
    background: #a9cd1b
}

.insight .detail li .s2 {
    background: #45bb11
}

.insight .detail li .s3 {
    background: #089736
}

.insight .detail li strong {
    margin-left: 40px;
    margin-top: 10px;
    text-align: left;
    font-size: 28px;
    font-weight: 700
}

.insight li.com_cls strong {
    display: block;
}

.insight .detail li a {
    position: absolute;
    top: 22px;
    right: 35px;
    color: #aaa;
    font-weight: 500
}

.insight .detail li a:after {
    content: "";
    position: relative;
    top: -2px;
    display: inline-block;
    width: 9px;
    height: 16px;
    vertical-align: middle;
    margin-left: 10px;
    background: url(../images/main/ic_arrow6.png) no-repeat 50% 50%;
}

.insight .map {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: -70px;
    width: 487px;
    height: 738px;
    background: url(../images/main/map.png) no-repeat 0 0;
}

.insight .map {
    right: -65%;
    opacity: 0;
}

.insight .map.show {
    right: 0;
    opacity: 1;
    transition: 1.2s;
}

.insight .map .area {
    position: absolute;
}

.insight .map .area:before {
    content: "";
    position: absolute;
}

.insight .map button {
    position: relative;
    width: 80px;
    height: 40px;
    color: #3171b9;
    font-weight: 500;
    background: #fff;
    border: 2px solid #3171b9;
    border-radius: 30px;
}

.insight .map .active button {
    color: #fff;
    background: #3171b9;
}

.insight .map span {
    position: relative;
    width: 80px;
    height: 40px;
}

.insight .map span:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    margin: auto;
    border-radius: 100%;
    background: #3171b9
}

.insight .map span:after {
    content: "";
    position: absolute;
    margin: auto;
    background: #3171b9
}

.insight .map .seoul {
    top: 86px;
    left: 135px;
    z-index: 9;
}

.insight .map .seoul span:before {
    bottom: -39px;
    left: 0;
    right: 0;
}

.insight .map .seoul span:after {
    width: 2px;
    height: 23px;
    bottom: -32px;
    left: 0;
    right: 0;
}

.insight .map .seoul.active:before {
    top: 48px;
    left: 16px;
    width: 46px;
    height: 36px;
    background: url(../images/main/seoul.png) no-repeat 50% 50%;
}

.insight .map .incheon {
    top: 132px;
    left: -16px
}

.insight .map .incheon span:before {
    right: -78px;
    top: 0;
    bottom: 0;
}

.insight .map .incheon span:after {
    width: 74px;
    height: 2px;
    left: 78px;
    top: 0;
    bottom: 0;
}

.insight .map .incheon.active:before {
    top: -31px;
    left: 98px;
    width: 69px;
    height: 76px;
    background: url(../images/main/incheon.png) no-repeat 50% 50%;
}

.insight .map .gyeonggi {
    top: 186px;
    left: 6px
}

.insight .map .gyeonggi span:before {
    right: -78px;
    top: 0;
    bottom: 0;
}

.insight .map .gyeonggi span:after {
    width: 74px;
    height: 2px;
    left: 78px;
    top: 0;
    bottom: 0;
}

.insight .map .gyeonggi.active:before {
    top: -148px;
    left: 109px;
    width: 164px;
    height: 219px;
    background: url(../images/main/gyeonggi.png) no-repeat 50% 50%;
}

.insight .map .chungbug {
    top: 189px;
    left: 242px
}

.insight .map .chungbug span:before {
    bottom: -39px;
    left: 0;
    right: 0;
}

.insight .map .chungbug span:after {
    width: 2px;
    height: 23px;
    bottom: -32px;
    left: 0;
    right: 0;
}

.insight .map .chungbug.active:before {
    top: 18px;
    left: -40px;
    width: 174px;
    height: 190px;
    background: url(../images/main/chungbug.png) no-repeat 50% 50%;
}

.insight .map .gangwon {
    top: 124px;
    right: -38px
}

.insight .map .gangwon span:before {
    right: 128px;
    top: 0;
    bottom: 0;
}

.insight .map .gangwon span:after {
    width: 50px;
    height: 2px;
    right: 78px;
    top: 0;
    bottom: 0;
}

.insight .map .gangwon.active:before {
    top: -124px;
    left: -248px;
    width: 273px;
    height: 252px;
    background: url(../images/main/gangwon.png) no-repeat 50% 50%;
}

.insight .map .chungnam {
    top: 249px;
    left: -48px
}

.insight .map .chungnam span:before {
    right: -78px;
    top: 0;
    bottom: 0;
}

.insight .map .chungnam span:after {
    width: 74px;
    height: 2px;
    left: 78px;
    top: 0;
    bottom: 0;
}

.insight .map .chungnam.active:before {
    top: -25px;
    left: 104px;
    width: 182px;
    height: 176px;
    background: url(../images/main/chungnam.png) no-repeat 50% 50%;
}

.insight .map .sejong {
    top: 232px;
    left: 154px
}

.insight .map .sejong span:before {
    bottom: -39px;
    left: 0;
    right: 0;
}

.insight .map .sejong span:after {
    width: 2px;
    height: 23px;
    bottom: -32px;
    left: 0;
    right: 0;
}

.insight .map .sejong.active:before {
    top: 46px;
    left: 27px;
    width: 28px;
    height: 50px;
    background: url(../images/main/sejong.png) no-repeat 50% 50%;
}

.insight .map .daejeon {
    top: 324px;
    left: 94px
}

.insight .map .daejeon span:before {
    right: -37px;
    top: 0;
    bottom: 0;
}

.insight .map .daejeon span:after {
    width: 33px;
    height: 2px;
    left: 78px;
    top: 0;
    bottom: 0;
}

.insight .map .daejeon.active:before {
    top: -4px;
    left: 99px;
    width: 37px;
    height: 44px;
    background: url(../images/main/daejeon.png) no-repeat 50% 50%;
}

.insight .map .gyeongbug {
    top: 304px;
    right: -90px
}

.insight .map .gyeongbug span:before {
    right: 128px;
    top: 0;
    bottom: 0;
}

.insight .map .gyeongbug span:after {
    width: 50px;
    height: 2px;
    right: 78px;
    top: 0;
    bottom: 0;
}

.insight .map .gyeongbug.active:before {
    top: -66px;
    left: -232px;
    width: 222px;
    height: 238px;
    background: url(../images/main/gyeongbug.png) no-repeat 50% 50%;
}

.insight .map .daegu {
    bottom: 286px;
    right: 10px
}

.insight .map .daegu span:before {
    right: 108px;
    top: 0;
    bottom: 0;
}

.insight .map .daegu span:after {
    width: 30px;
    height: 2px;
    right: 78px;
    top: 0;
    bottom: 0;
}

.insight .map .daegu.active:before {
    top: -4px;
    left: -72px;
    width: 54px;
    height: 57px;
    background: url(../images/main/daegu.png) no-repeat 50% 50%;
}

.insight .map .jeonbug {
    top: 418px;
    left: -10px
}

.insight .map .jeonbug span:before {
    right: -78px;
    top: 0;
    bottom: 0;
}

.insight .map .jeonbug span:after {
    width: 74px;
    height: 2px;
    left: 78px;
    top: 0;
    bottom: 0;
}

.insight .map .jeonbug.active:before {
    top: -50px;
    left: 87px;
    width: 194px;
    height: 137px;
    background: url(../images/main/jeonbug.png) no-repeat 50% 50%;
}

.insight .map .ulsan {
    bottom: 234px;
    right: -88px
}

.insight .map .ulsan span:before {
    right: 128px;
    top: 0;
    bottom: 0;
}

.insight .map .ulsan span:after {
    width: 50px;
    height: 2px;
    right: 78px;
    top: 0;
    bottom: 0;
}

.insight .map .ulsan.active:before {
    top: -9px;
    left: -90px;
    width: 65px;
    height: 66px;
    background: url(../images/main/ulsan.png) no-repeat 50% 50%;
}

.insight .map .gwangju {
    bottom: 197px;
    left: 6px;
    z-index: 9;
}

.insight .map .gwangju span:before {
    right: -37px;
    top: 0;
    bottom: 0;
}

.insight .map .gwangju span:after {
    width: 33px;
    height: 2px;
    left: 78px;
    top: 0;
    bottom: 0;
}

.insight .map .gwangju.active:before {
    top: 4px;
    left: 93px;
    width: 48px;
    height: 31px;
    background: url(../images/main/gwangju.png) no-repeat 50% 50%;
}

.insight .map .busan {
    bottom: 178px;
    right: -56px
}

.insight .map .busan span:before {
    right: 128px;
    top: 0;
    bottom: 0;
}

.insight .map .busan span:after {
    width: 50px;
    height: 2px;
    right: 78px;
    top: 0;
    bottom: 0;
}

.insight .map .busan.active:before {
    top: -11px;
    left: -89px;
    width: 72px;
    height: 59px;
    background: url(../images/main/busan.png) no-repeat 50% 50%;
}

.insight .map .gyeongnam {
    bottom: 88px;
    right: 152px
}

.insight .map .gyeongnam span:before {
    bottom: 85px;
    left: 0;
    right: 0;
}

.insight .map .gyeongnam span:after {
    width: 2px;
    height: 60px;
    bottom: 29px;
    left: 0;
    right: 0;
}

.insight .map .gyeongnam.active:before {
    top: -194px;
    left: -33px;
    width: 211px;
    height: 198px;
    background: url(../images/main/gyeongnam.png) no-repeat 50% 50%;
}

.insight .map .jeonnam {
    bottom: 119px;
    left: -66px
}

.insight .map .jeonnam span:before {
    right: -78px;
    top: 0;
    bottom: 0;
}

.insight .map .jeonnam span:after {
    width: 74px;
    height: 2px;
    left: 78px;
    top: 0;
    bottom: 0;
}

.insight .map .jeonnam.active:before {
    top: -109px;
    left: 66px;
    width: 245px;
    height: 186px;
    background: url(../images/main/jeonnam.png) no-repeat 50% 50%;
}

.insight .map .jeju {
    bottom: 6px;
    right: 245px
}

.insight .map .jeju span:before {
    right: 128px;
    top: 0;
    bottom: 0;
}

.insight .map .jeju span:after {
    width: 50px;
    height: 2px;
    right: 78px;
    top: 0;
    bottom: 0;
}

.insight .map .jeju.active:before {
    top: -8px;
    left: -134px;
    width: 103px;
    height: 54px;
    background: url(../images/main/jeju.png) no-repeat 50% 50%;
}

.insight .empty {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 26px;
}

.vrroom .cons {
    display: flex ! important;
    align-items: center;
    height: 100vh
}

.vrroom .in {

    width: 100%;
    height: 700px;
    margin-top: 40px;
    z-index: 9;
}

.vrroom .had {
    z-index: 1
}

.vrroom .had p {
    color: #fff;
}

.roomSlider1,
.roomSlider2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.roomSlider1 .slider,
.roomSlider2 .slider {
    height: 100vh
}

.roomSlider1 .item,
.roomSlider2 .item {
    display: flex ! important;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100vh
}

/* .roomSlider1 .item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
} */

.roomSlider1 .item .box,
.roomSlider2 .item .box {
    z-index: 2;
    position: relative;
    width: 1396px;
    height: 700px;
    margin: 0 auto;
}

.roomSlider1 .item .txtg,
.roomSlider2 .item .txtg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 300px;
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.roomSlider1 .item .btng {
    position: absolute;
    bottom: 0;
    right: 0
}

.roomSlider2 .item .btng {
    position: absolute;
    bottom: 0;
    left: 0;
    /* right: 0 */
}

.roomNav_box {
    position: absolute;
    left: 0;
    right: 0;
    top: -400px;
    bottom: 0;
    height: 300px;
    width: 1396px;
    margin: auto;
}

.roomNav_box .slider_btn button {
    position: absolute;
    top: 500px;
    z-index: 99;
}

#vrroomView1 .roomNav_box .slider_btn .prev_btn {
    left: 260px;
}

#vrroomView1 .roomNav_box .slider_btn .next_btn {
    left: 300px;
}

#vrroomView2 .roomNav_box .slider_btn .prev_btn {
    left: 812px;
}

#vrroomView2 .roomNav_box .slider_btn .next_btn {
    left: 843px;
}

.roomSlider_navi1,
.roomSlider_navi2 {
    position: relative;
    top: 500px;
    left: -20px;
    width: 794px;
    font-size: 22px;
    color: #fff
}

.roomSlider_navi1 .item,
.roomSlider_navi2 .item {
    padding: 0 21px 13px
}

.roomSlider_navi1 .item a,
.roomSlider_navi2 .item a {
    position: relative;
    display: inline-block;
}

.roomSlider_navi1 .item a:before,
.roomSlider_navi2 .item a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    width: 0;
    height: 3px;
    margin: 0 auto;
    background: #1fac4c;
    transition: all 0.3s ease-in-out
}

.roomSlider_navi1 .slick-current,
.roomSlider_navi2 .slick-current {
    color: #1fac4c
}

.roomSlider_navi1 .slick-current a:before,
.roomSlider_navi2 .slick-current a:before {
    width: 100%
}

.vrroom .slick-arrow {
    position: absolute;
    top: 8px;
    width: 11px;
    height: 20px;
    font-size: 0
}

.vrroom .slick-prev {
    right: -40px;
    background: url(../images/main/ic_prev.png) no-repeat 50% 50%;
}

.vrroom .slick-next {
    right: -80px;
    background: url(../images/main/ic_nxt.png) no-repeat 50% 50%;
}

.stroy .cons {
    display: flex ! important;
    align-items: center;
    width: 100%;
    height: 100vh
}

.stroy .in {
    position: relative;
    width: 100%;
    height: 700px;
    margin-top: 40px;
}

.stroy .had:before {
    background: url(../images/main/img_tit1.png) no-repeat 0 0;
}

.stroy .col {
    position: absolute;
    height: 546px;
    left: 50%;
    bottom: 0;
    margin-left: -698px;
    padding-left: 708px;
    box-sizing: border-box;
}

.stroy .iframe {
    position: absolute;
    top: 0;
    left: 0;
}

.stroy .iframe iframe {
    width: 670px;
    height: 540px;
    border: 0;
}

.stroy.active .stroySlider {
    animation: move 2s 0s both;
}

@keyframes move {
    0% {
        opacity: 0;
        transform: translateX(45%);
    }

    60% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.stroySlider .item {
    position: relative;
    width: 330px ! important;
    /* height: 540px; */
    height: 450px;
    margin: 0 12px;
    border: 1px solid #f2f2f2;
    cursor: pointer;
}

.stroySlider .item a {
    display: block;
    width: 100%;
    height: 100%;
}

.stroySlider .slide-controller {
    z-index: 2;
    position: absolute;
    bottom: -80px;
    /* top: -84px; */
    width: 688px;
    margin-left: 10px;
    text-align: left
}

.stroySlider .slick-arrow {
    display: inline-block;
    width: 18px;
    height: 34px;
    font-size: 0;
}

.stroySlider .slick-prev {
    background: url(../images/main/ic_prev2.png) no-repeat 50% 50%;
}

.stroySlider .slick-next {
    margin-left: 30px;
    background: url(../images/main/ic_nxt2.png) no-repeat 50% 50%;
}

.stroySlider .slick-dots {
    display: none ! important
}

.stroySlider .txtg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 115px;
    text-align: center;
    background: #fff;
    transition: all 0.3s ease-in-out
}

.stroySlider .txtg .tit {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 115px;
    font-size: 22px;
    font-weight: 700;
}

.stroySlider .txtg span {
    display: none;
    color: #fff
}

.stroySlider .txtg span:after {
    content: "";
    position: relative;
    top: -2px;
    display: inline-block;
    width: 20px;
    height: 14px;
    margin-left: 10px;
    vertical-align: middle;
    background: url(../images/main/ic_arrow2.png) no-repeat 0 0;
}

.stroySlider .item:hover .txtg {
    height: 170px;
    color: #fff;
    background: #1fac4c
}

.stroySlider .item:hover span {
    display: block
}

.stroy .more {
    display: none;
    width: 90px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    margin: 0 auto;
    margin-top: 30px;
    background: #fff;
    border-radius: 37px;
    border: 1px solid #ddd;
}

.stroy .more a {
    font-size: 13px;
}

.stroy .more a:after {
    content: "";
    position: relative;
    top: -2px;
    display: inline-block;
    width: 20px;
    height: 14px;
    vertical-align: middle;
    margin-left: 10px;
    background: url(../images/main/ic_arrow3.png) no-repeat 50% 50%;
}

.news {
    background: url(../images/main/bg_set5.png) no-repeat right 220px #f0f8f2;
}

.news .cons {
    display: flex ! important;
    align-items: center;
    width: 100%;
    height: 100%
}

.news .in {
    position: relative;
    width: 1396px;
    height: 700px;
    margin: 40px auto 0
}

.news .had:before {
    background: url(../images/main/img_tit1.png) no-repeat 0 0;
}

.news .view {
    margin-top: 70px;
}

.news .news_list {
    display: flex ! important;
    justify-content: space-between;
}

.news .news_list li {
    position: relative;
    width: 33.3%;
    height: 335px;
    background: #fff;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.news .news_list li:hover {
    margin-top: -15px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.news .news_list li:after,
.news .news_list li:before {
    content: " ";
    width: 0;
    height: 0;
    position: absolute;
    transition: all 1s;
    z-index: 50;
    opacity: 0;
}

.news .news_list li:after {
    top: 0;
    left: 0;
    border-top: 2px solid #3171b9;
    border-left: 2px solid #3171b9;
}

.news .news_list li:before {
    bottom: 0;
    right: 0;
    border-bottom: 2px solid #3171b9;
    border-right: 2px solid #3171b9;
}

.news .news_list li~li {
    margin-left: 20px
}

.news .news_list li:hover:before,
.news .news_list li:hover:after {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.news.active .news_list li {
    animation: fadeDown 1s 0.5s both;
}

.news.active .news_list li:nth-child(2) {
    animation: fadeDown 1s 0.7s both;
}

.news.active .news_list li:nth-child(3) {
    animation: fadeDown 1s 0.9s both;
}

@keyframes fadeDown {
    0% {
        opacity: 0;
        transform: translateY(-80px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.news .news_list a {
    display: block;
    height: 100%;
    padding: 38px 24px;
    box-sizing: border-box;
}

.news .news_list .tit {
    height: 63px;
    line-height: 32px;
    font-size: 22px;
    font-weight: 500;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.news .news_list .memo {
    height: 95px;
    margin-top: 30px;
    line-height: 32px;
    font-size: 20px;
    color: #555;
    letter-spacing: -.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.news .news_list .date {
    margin-top: 40px;
    color: #1fac4c;
}

.news .more {
    margin-top: 30px;
    text-align: center
}

.news .more a {
    font-weight: 500
}

.news .more a:after {
    content: "";
    position: relative;
    top: -2px;
    display: inline-block;
    width: 20px;
    height: 14px;
    vertical-align: middle;
    margin-left: 10px;
    background: url(../images/main/ic_arrow3.png) no-repeat 50% 50%;
}

.guide {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
}

.guide .fp-scrollable {
    z-index: 99;
}

.guide:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/main/bg_set6.png.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.guide:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    background-size: cover;
    overflow: hidden;
}

.guide .cons {
    display: flex ! important;
    align-items: center;
    position: relative;
    height: 100%;
}

.guide .cons:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 380px;
}

.guide .cons:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 380px;
}

.guide .cons .in {
    position: relative;
    width: 1396px;
    height: 700px;
    margin: 40px auto 0;
    color: #fff;
    z-index: 9;
}

.guide .cons .txtg {
    position: relative;
    margin: 120px 0 7px;
}

.guide .cons .txtg p:nth-child(1) {
    font-size: 28px
}

.guide .cons .txtg p br {
    display: none;
}

.guide .cons .links {
    position: absolute;
    right: 0;
    top: -34px;
    display: flex;
}

.guide .cons .links a {
    position: relative;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 118px;
    height: 128px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    z-index: 99;
}

.guide .cons .links a~a {
    margin-left: 10px;
}

.guide .cons .links a:nth-child(1):before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 118px;
    height: 128px;
    background: url(../images/main/bg_btn1.png) no-repeat 0 0;
    z-index: -1;
}

.guide .cons .links a:nth-child(2):before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 118px;
    height: 128px;
    background: url(../images/main/bg_btn2.png) no-repeat 0 0;
    z-index: -1;
}

.guide .cons .links a:hover:before {
    transform: rotate(180deg);
    transition: 0.5s ease-in-out;
}

.guide .had:before {
    background: url(../images/main/img_tit2.png) no-repeat 0 0;
}

.guide .had h2 {
    color: #fff;
}

.guide .had p {
    color: #fff;
}

.guide .colg {
    position: relative;
    z-index: 1;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 1396px;
    height: 380px;
    margin: 0 auto;
    z-index: 9;
}

.guide .cola {
    width: 40.9%;
    padding-top: 56px;
    color: #fff;
    box-sizing: border-box;
}

.eventSlider {
    width: 420px ! important
}

.eventSlider .item {
    width: 420px ! important
}

.eventSlider .slick-dots {
    display: inline-block;
}

.eventSlider .slick-dots li {
    display: inline-block;
    margin-right: 14px
}

.eventSlider .slick-dots button {
    width: 11px;
    height: 11px;
    font-size: 0;
    border: 1px solid #fff;
    border-radius: 100%
}

.eventSlider .slick-dots .slick-active button {
    background: #fff
}

.eventSlider .slide-controller {
    margin-top: 40px;
}

.eventSlider .slide-pause,
.eventSlider .slide-play {
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-left: 5px;
    font-size: 0;
    background: url(../images/main/ic_paush2.png) no-repeat 50% 50%;
}

.eventSlider .slide-play {
    display: none;
    background: url(../images/main/ic_play2.png) no-repeat 50% 50%
}

.guide .cola h3 {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 22px
}

.guide .cola h4 {
    height: 27px;
    font-weight: 500;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.guide .cola p {
    height: 90px;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 200;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.guide .colb {
    width: 18.2%;
    padding: 56px 0 0 62px;
    color: #fff;
    font-size: 20px;
    box-sizing: border-box;
}

.guide .colb h3 {
    margin-bottom: 54px;
    font-size: 22px;
    font-weight: 500
}

.guide .colb li~li {
    margin-top: 9px
}

.guide .colb a {
    line-height: 40px;
    transition: all 0.2s ease-in-out
}

.guide .colb a:after {
    opacity: 0;
    content: "";
    position: relative;
    left: -10px;
    display: inline-block;
    margin-left: 20px;
    width: 20px;
    height: 14px;
    background: url(../images/main/ic_arrow2.png) no-repeat 0 0;
    transition: all 0.2s ease-in-out
}

.guide .colb a:hover {
    font-size: 22px
}

.guide .colb a:hover:after {
    opacity: 1;
    left: 0;
}

.guide .colc {
    position: relative;
    width: 40.9%;
    padding: 63px 0 0 100px;
    margin-top: -50px;
    font-size: 22px;
    font-weight: 500;
    box-sizing: border-box;
}

.guide .colc ul:after {
    content: "";
    display: block;
    height: 0;
    clear: both
}

.guide .colc li {
    float: left;
    margin-top: 50px;
}

.guide .colc li:nth-child(odd) {
    width: 63%
}

.guide .colc li:nth-child(even) {
    width: 37%
}

.guide .colc a {
    position: relative;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    color: #fff;
}

.guide .colc a:after {
    opacity: 0;
    content: "";
    position: absolute;
    top: 12px;
    right: -32px;
    width: 20px;
    height: 14px;
    background: url(../images/main/ic_arrow5.png) no-repeat 0 0;
    transition: all 0.2s ease-in-out
}

.guide .colc i {
    display: inline-block;
    width: 52px;
    height: 52px;
    vertical-align: middle;
    margin-right: 20px;
    transition: all 0.2s ease-in-out
}

.guide .colc .ic1 {
    background: url(../images/main/ic_link1.png) no-repeat 50% 50%;
}

.guide .colc .ic2 {
    background: url(../images/main/ic_link2.png) no-repeat 50% 50%;
}

.guide .colc .ic3 {
    background: url(../images/main/ic_link3.png) no-repeat 50% 50%;
}

.guide .colc .ic4 {
    background: url(../images/main/ic_link4.png) no-repeat 50% 50%;
}

.guide .colc .ic5 {
    background: url(../images/main/ic_link5.png) no-repeat 50% 50%;
}

.guide .colc .ic6 {
    background: url(../images/main/ic_link6.png) no-repeat 50% 50%;
}

.guide .colc a:hover {
    color: #1fac4c
}

.guide .colc a:hover:after {
    opacity: 1;
    right: -42px;
}

.guide .colc a:hover .ic1 {
    background: url(../images/main/ic_link1_ov.png) no-repeat 50% 50%;
}

.guide .colc a:hover .ic2 {
    background: url(../images/main/ic_link2_ov.png) no-repeat 50% 50%;
}

.guide .colc a:hover .ic3 {
    background: url(../images/main/ic_link3_ov.png) no-repeat 50% 50%;
}

.guide .colc a:hover .ic4 {
    background: url(../images/main/ic_link4_ov.png) no-repeat 50% 50%;
}

.guide .colc a:hover .ic5 {
    background: url(../images/main/ic_link5_ov.png) no-repeat 50% 50%;
}

.guide .colc a:hover .ic6 {
    background: url(../images/main/ic_link6_ov.png) no-repeat 50% 50%;
}

footer.fp-section {
    height: 320px ! important
}

.btn_top {
    z-index: 9;
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.btn_top a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 81px;
    font-size: 0;
    /* background: url(../images/main/btn_top.png) no-repeat 50% 50%; */
    background: url(../images/main/ic_polygon2.png) no-repeat 50% 50%;
}

.btn_top a img {
    animation: rotate 0.7s 0.2s both;
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(180deg);
    }
}

/* motion */
.mainSlider .item .tit_g span {
    opacity: 0;
    position: relative;
    left: -100px;
    animation: txtani both 3s;
    transition: all 0.7s ease-in-out;
}

.mainSlider .item .tit_g h2 {
    opacity: 0;
    position: relative;
    left: -100px;
    animation: txtani both 4s;
    transition: all 1s ease-in-out;
}

.mainSlider .item .txtg {
    opacity: 0;
    position: relative;
    left: -100px;
    animation: txtani both 5s;
    transition: all 1.3s ease-in-out;
}

.mainSlider .item .btng {
    opacity: 0;
    position: relative;
    left: -100px;
    animation: txtani both 6s;
    transition: all 1.6s ease-in-out;
}

.mainSlider .slick-current .tit_g span {
    opacity: 1;
    left: 0;
}

.mainSlider .slick-current .tit_g h2 {
    opacity: 1;
    left: 0
}

.mainSlider .slick-current .txtg {
    opacity: 1;
    left: 0
}

.mainSlider .slick-current .btng {
    opacity: 1;
    left: 0
}

.mainSlider .item_d p {
    opacity: 0;
    position: relative;
    left: -100px;
    animation: txtani both 4s;
    transition: all 1.3s ease-in-out;
}

.mainSlider .item_d h3 {
    opacity: 0;
    position: relative;
    left: -100px;
    animation: txtani both 5s;
    transition: all 1.5s ease-in-out;
}

.mainSlider .slick-current p {
    opacity: 1;
    left: 0;
}

.mainSlider .slick-current h3 {
    opacity: 1;
    left: 0;
}


.mainSlider .item .img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-size: cover;
    transform: scale(1.08);
    transition: all 6s ease-in-out;
}

/* .mainSlider .item .img.show {
    z-index: 2;
    transform: scale(1);
} */

.mainSlider .active .img {
    transform: scale(1);
    transition: all 6s ease-in-out;
}

.mainSlider .sum .video_wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-size: cover;
    transform: scale(1.08);
    transition: all 6s ease-in-out;
}

/* .mainSlider .sum .video_wrap.ani {
    transform: scale(1);
} */

.mainSlider .sum .video_wrap.mo {
    display: none;
    visibility: hidden;
    z-index: 9;
}

.mainSlider .sum .video_wrap video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.mainSlider .sum .video_wrap.mo video {
    object-fit: contain;
}

.mainSlider .sum .img {
    display: none;
}

/*
.mainSlider .item .img.pc {
    display: none;
} */

.mainSlider .item .img.pc.show {
    display: block;
}

.mainSlider .item .img.mo {
    display: none;
}

.mainSlider .active .img {
    transform: scale(1);
    transition: all 6s ease-in-out;
}

@keyframes txtani {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    30% {
        transform: translateX(0);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

.section .had h2 {
    opacity: 0;
    transform: translateY(100px);
    transition: 1s all;
    transition-delay: 300ms;
}

.section.vrroom h2 {
    color: #fff;
}

.section .had p {
    opacity: 0;
    transform: translateY(60px);
    transition: 1s all;
    transition-delay: 400ms;
}

.section.active .had h2,
.section.active .had p {
    opacity: 1;
    transform: translateY(0);
}

#divpop1 .popmo {
    width: 50% !important;
}

#divpop1 .popmo p img {
    display: block;
    width: 100%;
}

@media (max-width: 1700px) {
    .dot_nav {
        display: none;
    }

    .nurizip {
        display: none;
    }

}

@media (max-width: 1600px) {
    .dot_nav {
        left: 16px
    }
}

@media (max-width: 1396px) {
    .dot_nav {
        display: none
    }

    .btn_top {
        bottom: 10px;
        right: 16px
    }

    section .had {
        width: auto;
        margin: 0 16px
    }

    section .had h2 {
        margin-left: -6px;
        padding-left: 6px;
        font-size: 40px;
        background-size: 36px auto ! important;
        background-position: 0 12px ! important;
    }

    section .had p {
        font-size: 22px
    }

    section .had .tabs {
        margin-top: 30px;
        height: 55px;
    }

    section .had .tabs a {
        line-height: 45px;
        font-size: 19px
    }

    .mainSlider .item .box,
    .msNav_box {
        width: 900px
    }

    .mainSlider .slick-dots {
        width: 900px;
    }

    .section.main .slider_btn .prev_btn {
        /* top: 0; */
        right: 226px;
    }

    .section.main .slider_btn .next_btn {
        right: 164px;
    }

    .section.main .slider_btn .pause_btn,
    .section.main .slider_btn .play_btn {
        right: 190px;
    }

    .mainSlider .item .tit_g span {
        font-size: 28px
    }

    .mainSlider .item .tit_g h2 {
        font-size: 60px
    }

    .insight .in {
        height: 580px;
    }

    .insight .view {
        left: 0;
        height: 580px;
        margin-left: 0;
        padding-left: 540px;
    }

    .insight .in .form_g {
        margin-left: 16px;
    }

    .insight .search_form {
        left: 16px
    }

    .insight .search_form,
    .insight .input_g,
    .insight .sort {
        width: 490px
    }

    .insightSlider .slide-controller {
        width: auto;
        right: 16px;
        bottom: -50px;
    }

    .insightSlider .infor,
    .insightSlider .infor:hover {
        height: 540px !important;
    }

    .insightSlider .btn_g {
        opacity: 1;
        top: 0
    }

    .insightSlider .add_cls .btn_g {
        margin-top: 100px;
    }

    .insightSlider .txtg {
        position: static;
        margin-top: 30px
    }

    .insightSlider .hash {
        margin-top: 20px;
        font-size: 16px;
        line-height: 24px;
    }

    .insight #insightView2 {
        width: auto;
        right: 36px
    }

    .insight .map {
        transform: scale(.8);
    }

    .insight .detail {
        width: 490px
    }

    .insight .detail li {
        width: auto
    }

    .vrroom .in {
        height: 580px
    }

    .roomNav_box {
        width: 900px
    }

    .roomSlider1 .item .box,
    .roomSlider2 .item .box {
        width: 900px
    }

    .stroy .in {
        height: 580px;
    }

    .stroy .col {
        height: 460px;
        left: 0;
        margin-left: 0;
        padding-left: 600px
    }

    .stroySlider .slide-controller {
        width: auto;
        left: 0;
    }

    .stroy .iframe {
        margin-left: 16px
    }

    .stroy .iframe iframe {
        width: 580px;
        height: 460px;
    }

    .stroySlider .item {
        height: 460px
    }

    .news .in {
        width: auto;
        height: 580px;
    }

    .news .view {
        margin-top: 20px
    }

    .news .news_list {
        margin: 0 16px
    }

    .guide .cons .in {
        width: 100%;
        height: 580px;
        margin: 40px 16px 0;
        box-sizing: border-box;
    }

    .guide .cons .txtg {
        margin: 16px 16px 7px;
    }

    .guide .colg {
        width: auto;
    }

    .guide .cola {
        width: 35.9%;
        padding-left: 16px
    }

    .eventSlider,
    .eventSlider .item {
        width: 300px ! important
    }

    .guide .colb {
        padding-left: 16px
    }

    .guide .colc {
        width: 45.9%;
        padding-left: 20px;
        font-size: 18px
    }

    .guide .colc li:nth-child(odd) {
        width: 56%;
    }

    .guide .colc li:nth-child(even) {
        width: 44%;
    }
}

@media (max-width: 1024px) {
    .btn_scroll {
        bottom: 10px;
        right: 16px
    }

    .btn_scroll a,
    .btn_top a {
        width: 37px;
        height: 40px;
        background-size: contain
    }

    .btn_scroll a img,
    .btn_top a img {
        width: 21px;
        height: 20px;
    }
}

@media (min-width: 901px) {
    .mainSlider_navi div.item {
        display: none !important;
    }
}

@media (max-width: 900px) {
    body {
        font-size: 14px;
    }

    .section.main .vid_pop .vid .btn_quit {
        width: 15px;
        height: 15px;
        top: 20px;
        right: 20px;
        background-size: cover;
    }

    .section.main .btn_vplay {
        left: 20px;
        width: 45px;
        height: 45px;
    }

    .section.main .btn_vplay img {
        display: block;
        width: 100%;
    }

    .mainSlider .slick-dots {
        bottom: 60px;
        /* left: calc(50% - 100px); */
        left: calc(50% - 93px);
        width: 135px;
        margin: 0;
        z-index: 99;
    }

    .mainSlider .slick-dots li {
        width: 10px;
        height: 10px;
        background: #fff;
        border-radius: 50%;
        opacity: 0.8;
        font-size: 0;
    }

    .mainSlider .slick-dots li~li {
        margin-left: 15px;
    }

    .mainSlider .slick-dots li.slick-active {
        background: #1fac4c;
    }

    .mainSlider .slick-dots li:before {
        display: none;
    }

    .mainSlider_navi div {
        display: block;
    }

    .section.main .slider_btn .prev_btn {
        top: -25px;
        right: 400px;
    }

    .section.main .slider_btn .next_btn {
        top: -25px;
        right: 340px;
    }

    .mainSlider_navi div {
        display: block;
    }

    .section.main .slider_btn .prev_btn {
        top: -25px;
        right: 400px;
    }

    .section.main .slider_btn .next_btn {
        top: -25px;
        right: 340px;
    }

    .fp-section,
    .fp-scrollable {
        height: 100%
    }

    .btnD {
        min-width: 105px;
        height: 38px;
        line-height: 38px ! important;
        padding: 0 40px 0 20px;
        font-size: 13px
    }

    .btnD:after {
        width: 10px;
        height: 7px;
        background-size: contain ! important
    }

    section .had .tabs {
        display: block;
        height: 30px;
        padding: 0;
        font-size: 0;
        background: none
    }

    section .had .tabs a {
        height: 30px;
        line-height: 30px;
        font-size: 13px;
        background: #fff
    }

    section .had .tabs li~li {
        margin-left: 16px
    }

    .mainSlider .item {
        display: block ! important;
    }

    .mainSlider .item .box,
    .msNav_box {
        width: 90%;
        margin: 0 5%
    }

    .mainSlider .item .box {
        padding-top: 120px
    }

    .mainSlider .item .tit_g {
        line-height: 40px
    }

    .mainSlider .item .tit_g span {
        font-size: 16px
    }

    .mainSlider .item .tit_g span {
        font-size: 16px
    }

    .mainSlider .item .tit_g h2 {
        font-size: 34px
    }

    .mainSlider .item .txtg li~li {
        margin-left: 12px
    }

    .mainSlider .item .txtg i {
        width: 60px;
        height: 60px;
        background-size: contain ! important
    }

    .mainSlider .item .btng {
        margin-top: 50px
    }

    .msNav_box {
        display: flex;
        justify-content: flex-start;
        left: 0;
        bottom: 45px;
    }

    .mainSlider_navi {
        width: 100%;
        max-width: 108px;
    }

    .mainSlider_navi .slick-list {
        display: none
    }

    .mainSlider_navi .item {
        padding: 0 8px 4px
    }

    .mainSlider_navi .item a {
        font-size: 12px
    }

    .mainSlider_navi .slide-controller {
        top: auto;
        right: 0;
        left: 0;
        bottom: 0;
        /* width: auto; */
        text-align: center
    }

    .mainSlider_navi .slide-wrap,
    .mainSlider_navi .slick-dots,
    .mainSlider_navi .slick-dots li {
        display: inline-block ! important;
    }

    .mainSlider_navi .slick-dots {
        width: 108px;
        position: absolute;
        bottom: 5px;
        left: 0;
    }

    .mainSlider_navi .slide-wrap button.slick-pause,
    .mainSlider_navi .slide-wrap button.slick-play {
        display: none !important;
    }

    .mainSlider_navi .slick-dots li~li {
        margin-left: 12px;
    }

    .section.main .slider_btn button {
        position: static;
    }

    .section.main .slider_btn button~button {
        margin-left: 7px;
    }

    .mainSlider_navi .slick-dots button {
        width: 8px;
        height: 8px;
        background: #fff;
        border-radius: 100%;
        font-size: 0
    }

    .mainSlider_navi .slick-dots .slick-active button {
        background: #1fac4c
    }

    .mainSlider_navi .slide-pause,
    .mainSlider_navi .slide-play {
        position: relative;
        left: auto;
        right: auto;
        margin-left: 45px;
        display: none;
    }

    .mainSlider_navi .slick-prev {
        position: relative;
        left: -45px;
        right: auto;
    }

    .mainSlider_navi .slick-next {
        position: relative;
        left: auto;
        right: auto
    }

    .msNav_box {
        display: flex;
        justify-content: center;
        /* left: calc(50% + 50px); */
        left: calc(50% + 59.5px);
        bottom: 45px;
        width: 60px;
        margin: 0;
    }

    .section.main .slider_btn {
        width: 56px;
        display: flex;
        margin-bottom: 10px;
    }

    .mainSlider .item .btn_vplay {
        display: block;
        position: absolute;
        width: 45px;
        height: 45px;
        z-index: 88;
        opacity: 0;
        position: relative;
        left: -100px;
        animation: txtani both 5s;
        transition: all 1.6s ease-in-out;
    }

    .mainSlider .slick-current .item .btn_vplay {
        opacity: 1;
        left: 0;
        margin-top: 110px;
    }

    .mainSlider .item .btn_vplay img {
        display: block;
        width: 100%;
    }

    .mainSlider .sum .text_g {
        display: block;
    }

    .mainSlider .item.sum .img.mo {
        display: block;
    }

    .mainSlider .video_wrap.mo {
        display: flex;
        visibility: visible;
    }

    .mainSlider .sum .video_wrap.mo {
        display: flex;
        visibility: visible;
        align-items: center;
        background: rgba(0, 0, 0, 0.4);
    }

    .mainSlider .video_wrap.mo .inner {
        position: relative;
    }

    .mainSlider .video_wrap.mo .inner .btn_close {
        position: absolute;
        top: -30px;
        right: 35px;
        width: 15px;
        height: 15px;
    }

    .mainSlider .video_wrap.mo .inner .btn_close img {
        display: block;
        width: 100%;
    }

    .mainSlider .sum .video_wrap video {
        height: auto;
    }

    .mainSlider .sum .video_wrap.pc {
        display: none;
        visibility: hidden;
    }

    .mainSlider .sum .video_wrap.mo .btn_quit {
        position: absolute;
        top: -30px;
        right: 30px;
        width: 15px;
        height: 15px;
        z-index: 99;
    }

    .mainSlider .sum .video_wrap.mo .btn_quit img {
        display: block;
        width: 100%;
    }

    .mainSlider .item .img.mo {
        display: block;
    }

    .mainSlider .item .img.pc {
        display: none;
    }

    .mainSlider .item .tit_g p {
        font-size: 15px;
        line-height: 22px;
    }

    .mainSlider .item .tit_g h3 {
        font-size: 32px;
        line-height: 40px;
        margin-top: 15px;
    }

    .mainSlider .item.sum .btnD {
        width: 200px;
    }

    .mainSlider .btnD.insi {
        display: block;
        margin-left: 0;
        margin-top: 20px;
    }

    .section .had {
        margin: 0 0 30px 0;
        padding-top: 70px;
        text-align: center
    }

    .section .had h2 {
        display: inline-block;
        padding-left: 16px;
        margin-left: 0;
        font-size: 25px;
    }

    section .had h2:before {
        width: 41px;
        height: 44px;
        background-size: contain !important;
    }

    .section .had p {
        display: none
    }

    .section .cons {
        display: block ! important
    }

    .insight .in {
        margin-top: 0;
    }

    .insight .tabs {
        display: none ! important
    }

    .insightView1 {
        display: block ! important
    }

    .insight .view {
        position: relative;
        height: auto;
        padding: 0 16px
    }

    .insight .in .form_g {
        padding: 0 16px;
        margin-left: 0;
    }

    .insight .slt {
        width: 100%;
        height: 38px;
        padding: 0;
        margin-bottom: 10px;
    }

    .insight .slt select {
        height: 38px;
        font-size: 14px;
        background-size: contain;
    }

    .insight .search_form,
    .insight .input_g,
    .insight .sort {
        width: 100%;
        position: relative;
        left: auto
    }

    .insight .select_g {
        height: 38px;
    }

    .insight .select_g select {
        width: 50%;
        height: 38px;
        font-size: 13px;
        font-weight: 400;
        padding-left: 15px;
        box-sizing: border-box;
        background-size: contain;
    }

    .insight #green_sel select {
        background: url(../images/main/ic_sel.png) no-repeat 100%;
        background-size: contain;
    }

    .insight .input_g {
        height: 38px;
    }

    .insight .input_g input {
        height: 38px;
        font-size: 14px
    }

    .insight .input_g .btn {
        width: 40px;
        height: 38px;
        background-size: 16px 16px
    }

    .insight .sort {
        margin: 40px 0 20px;
    }

    .insight .sort li {
        font-size: 12px
    }

    .insight .sort li~li {
        margin-left: 20px;
    }

    .insightSlider .slick-slide {
        margin: 0 5px
    }

    .insightSlider .item {
        width: 160px ! important;
        height: 300px ! important;
        padding: 0;
        box-sizing: border-box;
    }

    .insightSlider .infor {
        padding: 16px 6px 16px 12px;
        background-size: cover ! important
    }

    .insightSlider .infor,
    .insightSlider .infor:hover {
        height: 300px ! important;
        box-sizing: border-box;
    }

    .insightSlider .tag {
        width: 38px;
        height: 41px;
        margin-bottom: 0;
        /* margin-bottom: 20px; */
        margin-top: 0;
        font-size: 12px;
        background-size: contain ! important
    }

    .insightSlider .add_cls .btn_g {
        display: none;
    }

    .insightSlider .btn_g a {
        min-width: 95px;
        height: 25px;
        line-height: 25px !important;
        font-size: 12px;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .insightSlider .btn_g a~a {
        margin-top: 10px;
    }

    .insightSlider .txtg {
        /* margin-top: 16px; */
        margin-top: 162px;
        font-size: 12px
    }

    .insightSlider .loca span {
        padding-left: 10px;
        margin-left: 2px;
        background-size: 7px 10px
    }

    .insightSlider .sch {
        font-size: 19px;
        font-weight: 500
    }

    .insightSlider .hash {
        position: absolute;
        bottom: 15px;
        line-height: 14px;
        font-size: 10px;
        height: 28px;
        overflow: hidden;
    }

    .insightSlider .slide-controller {
        right: auto;
        left: 50%;
        bottom: -30px;
        transform: translateX(-50%);

    }

    .insightSlider .slick-arrow {
        z-index: 1;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        font-size: 0;
        background: rgba(255, 255, 255, .8);
    }

    .insightSlider .slick-arrow:before,
    .insightSlider .slick-arrow:after {
        content: "";
        position: absolute;
        top: -7px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 2px;
        height: 11px;
        background: #5e8fbe;
        transform: rotate(45deg);
    }

    .insightSlider .slick-arrow:after {
        top: 7px;
        transform: rotate(-45deg);
    }

    .insightSlider .slick-next:before {
        transform: rotate(-45deg);
    }

    .insightSlider .slick-next:before {
        transform: rotate(45deg);
    }

    .insightSlider .slick-next {
        left: 30px;
        transform: rotate(180deg);
    }

    .insightSlider .slick-prev {
        left: -30px;
    }

    .insightSlider .slick-dots {
        display: none ! important;
        margin-top: 5px;
        text-align: center
    }

    .insightSlider .slick-dots li {
        display: inline-block;
    }

    .insightSlider .slick-dots li~li {
        margin-left: 10px;
    }

    .insightSlider .slick-dots button {
        width: 8px;
        height: 8px;
        border: 1px solid #1fac4c;
        border-radius: 100%;
        font-size: 0
    }

    .insightSlider .slick-dots .slick-active button {
        background: #1fac4c
    }

    .insight .empty {
        left: 50%;
        transform: translate(-50%, 50%);
        font-size: 13px;
    }

    .vrroom .cons {
        height: 100%
    }

    .vrroom .in {
        margin-top: 0
    }

    .roomNav_box {
        position: static;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        right: 0;
    }

    .roomNav_box .slider_btn .prev_btn {
        bottom: 210px;
        top: auto;
    }

    .roomNav_box .slider_btn .next_btn {
        bottom: 210px;
        top: auto;
    }

    #vrroomView1 .roomNav_box .slider_btn .prev_btn {
        left: calc(50% - 100px);
    }

    #vrroomView1 .roomNav_box .slider_btn .next_btn {
        left: calc(50% + 90px);
    }

    #vrroomView2 .roomNav_box .slider_btn .prev_btn {
        left: calc(50% - 150px);
    }

    #vrroomView2 .roomNav_box .slider_btn .next_btn {
        left: calc(50% + 130px);
    }


    .vrroom .roomSlider1 div,
    .vrroom .roomSlider2 div {
        height: 100%
    }

    .roomSlider_navi1,
    .roomSlider_navi2 {
        position: absolute;
        left: 0;
        right: 0;
        top: auto;
        bottom: 200px;
        /* width: 270px; */

        margin: 0 auto;
        font-size: 12px
    }

    .roomSlider_navi1 {
        width: 145px;
    }

    .roomSlider_navi2 {
        width: 245px;
    }

    .roomSlider_navi1 .item,
    .roomSlider_navi2 .item {
        padding: 0 10px 13px;
    }

    .vrroom .slick-prev {
        left: -20px;
        right: auto;
        top: 0;
    }

    .vrroom .slick-next {
        left: auto;
        right: -20px;
        top: 0;
    }

    .roomSlider1 .item,
    .roomSlider2 .item {
        height: 100%
    }

    .roomSlider1 .item .box,
    .roomSlider2 .item .box {
        position: absolute;
        bottom: 30px;
        width: 100%;
        height: auto
    }

    .roomSlider1 .item .txtg,
    .roomSlider2 .item .txtg {
        position: relative;
        height: 95px;
        right: auto;
        line-height: 19px;
        margin: 0 16px;
        font-size: 14px;
        text-align: center;
        -webkit-line-clamp: 5;
    }

    .roomSlider1 .item .txtg br,
    .roomSlider2 .item .txtg br {
        display: none;
    }

    .roomSlider1 .item .btng,
    .roomSlider2 .item .btng {
        position: relative;
        margin-top: 25px;
        text-align: center
    }

    .stroy .cons {
        height: 100%;
    }

    .stroy .in {
        height: auto;
        margin-top: 0
    }

    .stroy .col {
        position: relative;
        height: auto;
        margin: 0 16px;
        padding: 0
    }

    .stroy .iframe {
        position: relative;
        margin: 0 0 30px 0;
        padding-top: 50%;
    }

    .stroy .iframe iframe {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

    .stroy .slick-arrow {
        display: none ! important
    }

    .stroySlider .item {
        width: 160px ! important;
        height: 230px ! important;
    }

    .stroySlider .txtg .tit {
        font-size: 12px;
        font-weight: 500
    }

    .stroySlider .item {
        margin: 0 10px 0 0;
        background-size: contain ! important
    }

    .stroySlider .txtg {
        height: 75px;
        padding-top: 20px;
        box-sizing: border-box
    }

    .stroySlider .txtg .tit {
        height: 35px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
    }

    .stroySlider .item:hover .txtg {
        height: 75px;
        background: #fff;
        color: #333
    }

    .stroySlider .item:hover .txtg span {
        display: none
    }

    .stroy .more {
        display: block;
    }

    .stroy .more a:after {
        width: 10px;
        height: 12px;
        background-size: contain;
        background-position: center;
        transform: rotate(90deg);
        margin-left: 8px;
    }

    .stroySlider .slick-dots {
        display: none;
        margin-top: 5px;
        text-align: center
    }

    .stroySlider .slick-dots li {
        display: inline-block;
    }

    .stroySlider .slick-dots li~li {
        margin-left: 10px;
    }

    .stroySlider .slick-dots button {
        width: 8px;
        height: 8px;
        border: 1px solid #1fac4c;
        border-radius: 100%;
        font-size: 0
    }

    .stroySlider .slick-dots .slick-active button {
        background: #1fac4c
    }

    .news .in {
        margin-top: 0
    }

    .news .view {
        margin-top: 0
    }

    .news .news_list {
        display: block ! important;
    }

    .news .news_list li {
        width: 100%;
        height: auto;
    }

    .news .news_list li~li {
        margin: 15px 0 0 0
    }

    .news .news_list li:nth-child(3) {
        display: none
    }

    .news .news_list li:hover {
        margin-top: 15px;
    }

    .news .news_list a {
        padding: 20px
    }

    .news .news_list .tit {
        height: 45px;
        line-height: 22px;
        font-size: 16px
    }

    .news .news_list .memo {
        height: 35px;
        margin-top: 20px;
        font-size: 12px;
        line-height: 17px;
        -webkit-line-clamp: 2;
    }

    .news .news_list .date {
        margin-top: 10px;
        font-size: 12px;
    }

    .news .more {
        width: 90px;
        height: 37px;
        text-align: center;
        line-height: 37px;
        margin: 0 auto;
        margin-top: 30px;
        background: #fff;
        border-radius: 37px;
        border: 1px solid #ddd;
    }

    .news .more a {
        font-size: 13px;
    }

    .news .more a:after {
        width: 10px;
        height: 12px;
        background-size: contain;
        background-position: center;
        transform: rotate(90deg);
        margin-left: 8px;
    }

    .guide .cons:before,
    .guide .cons:after {
        display: none
    }

    .guide .cons .in {
        margin: 0
    }

    .guide:before {
        height: 100vh;
        transform: scale(1);
        transition: none;
    }

    .guide .cons .txtg {
        margin-top: 30px
    }

    .guide .cons .txtg p:nth-child(1) {
        font-size: 19px
    }

    .guide .cons .txtg p:nth-child(2) {
        font-size: 12px
    }

    .guide .cons .txtg p br {
        display: none;
    }

    .guide .cons .links {
        top: -12px;
    }

    .guide .cons .links a {
        width: 59px;
        height: 64px;
        font-size: 12px;
        font-weight: 400;
        background-size: contain ! important
    }

    .guide .cons .links a:nth-child(2) {
        margin-left: 6px;
        letter-spacing: -.8px
    }

    .guide .cons .links a:nth-child(1):before,
    .guide .cons .links a:nth-child(2):before {
        width: 59px;
        height: 64px;
        background-size: contain;
    }

    .guide .colg {
        display: block;
        height: 370px;

    }

    .guide .cola {
        width: 100%;
        height: 190px;
        margin: 0;
        padding: 11px;
        box-sizing: border-box;
    }

    .guide .cola h3 {
        margin-bottom: 12px;
        font-size: 16px
    }

    .guide .cola h4 {
        height: 22px
    }

    .guide .cola p {
        height: 55px;
        margin-top: 10px;
        font-size: 14px;
        line-height: 19px;
    }

    .eventSlider .slick-list {
        height: 91px
    }

    .eventSlider .slide-controller {
        margin-top: 20px;
        text-align: left
    }

    .eventSlider .slick-dots li {
        margin-right: 10px
    }

    .eventSlider .slick-dots button {
        width: 8px;
        height: 8px
    }

    .guide .colb {
        width: 100%;
        height: 90px;
        padding: 16px;
        box-sizing: border-box;
    }

    .guide .colb h3 {
        margin-bottom: 4px;
        font-size: 16px
    }

    .guide .colb li {
        display: inline-block;
        font-size: 14px
    }

    .guide .colb li~li {
        margin: 0 0 0 10%
    }

    .guide .colb li a {
        line-height: 14px
    }

    .guide .colb li a:hover {
        font-size: 14px
    }

    .guide .colb a:after {
        display: none
    }

    .guide .colc {
        width: 100%;
        padding: 16px;
        margin: 0;
        box-sizing: border-box;
    }

    .guide .colc ul {
        margin-top: -12px
    }

    .guide .colc li {
        margin-top: 12px;
        font-size: 14px
    }

    .guide .colc li:nth-child(odd) {
        width: 50%;
    }

    .guide .colc li:nth-child(even) {
        width: 50%;
    }

    .guide .colc li:nth-child(3),
    .guide .colc li:nth-child(4) {
        display: none
    }

    .guide .colc i {
        width: 26px;
        height: 26px;
        background-size: contain ! important
    }

    .guide .colc a:after {
        display: none
    }

    footer.fp-section {
        height: 442px ! important
    }

    .section .had h2 {
        opacity: 1;
        transform: translateY(0);
    }

    .section .had p {
        opacity: 1;
        transform: translateY(0);
    }
}


@media (max-width: 540px) {}

@media (max-width: 330px) {
    body {
        font-size: 13px;
    }
}

@media (max-height: 540px) {
    section.fp-section {
        height: 800px ! important
    }

    .fp-scrollable {
        height: 800px ! important
    }

    #myContainer {
        height: auto;
    }

    .mainSlider .item {
        height: 800px
    }

    .insight .cons,
    .vrroom .cons,
    .stroy .cons {
        display: block ! important;
        height: 800px
    }

    .roomSlider1 .slider,
    .roomSlider2 .slider {
        height: 800px
    }

    .roomSlider1,
    .roomSlider2,
    .roomSlider1 .item,
    .roomSlider2 .item {
        height: 800px
    }
}