@charset "utf-8";

/* gamja-flower-regular - latin */
@font-face {
    font-family: 'Gamja Flower';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/gamja-flower-v5-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Gamja Flower Regular'), local('GamjaFlower-Regular'),
        url('../fonts/gamja-flower-v5-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/gamja-flower-v5-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/gamja-flower-v5-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/gamja-flower-v5-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/gamja-flower-v5-latin-regular.svg#GamjaFlower') format('svg');
    /* Legacy iOS */
}

/* 공통요소 */
.sr-only {
    position: absolute;
    left: -9999px;
}


header > nav {
    position: fixed;
    right: 10px;
    top: 47%;
}


header > nav > ul > li {
    margin-bottom: 10px;
}

header > nav > ul > li > a {
    display: block;
    /* text-align:right; */
    /* font-weight:400; */
    /* line-height:25px; */
    /* margin-right:30px; */
    /* font-size:10px; */
    width: 12px;
    height: 12px;
    margin-left: 5px;
    text-indent: -9999px;
    background-color: rgba(0, 0, 0, 0.85);
    border-radius: 12px;
}


header > nav > ul > li.on > a {
    /* color:#fff; */
    width: 12px;
    height: 12px;
    margin-left: 2px;
    background: none;
    border: 2px solid white;
    border-radius: 7px;

}

header > .ro {
    position: fixed;
    right: 0;
    top: 48%;
}


header > .ro > ul > li > a {
    display: block;
    /* text-align:right; */
    /* font-weight:400; */
    /* line-height:25px; */
    /* margin-right:30px; */
    /* font-size:10px; */
    width: 10px;
    height: 10px;
    margin-left: 5px;
    text-indent: -9999px;
    background-color: rgba(0, 0, 0, 0.85);
    border-radius: 12px;
}


header > .ro > ul > li.on > a {
    /* color:#fff; */
    width: 12px;
    height: 12px;
    margin-left: 2px;
    background: none;
    border: 2px solid white;
    border-radius: 7px;

}

/* 컨텐츠 영역 */




section > .cont1 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    /* background-image: url(../main/image3.jpg); */
    /* background-repeat: no-repeat; */
    /* background-position: 50% 50%; */
    /* background-size: 100% 100%; */
}

section > .cont3 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    /* background-image: url(../main/image3.jpg); */
    /* background-repeat: no-repeat; */
    /* background-position: 50% 50%; */
    /* background-size: 100% 100%; */
}

/* .f1 { */
/* overflow:hidden; */
/* position:absolute; */
/* left:51.5%; */
/* top:9%; */
/* background-image:url(../images/f1.png); */
/* width:829px; */
/* height:230px; */
/* transform: translate(-50%, -50%); */

/* } */


.hi {
    transition: all .5s;
    animation: rolliIn 1.5s ease forwards;
    overflow: hidden;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 48%;
    z-index: 999;
    opacity: .0;
}

.hi img {
    display: block;
    width: 100%;
}

@keyframes rolliIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: .8;
    }
}

.hil {
    transform: translate(-50%, -50%);
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 55%;
    width: 724px;
    z-index: 999;
    opacity: 0.9;
}

.hil img {
    display: block;
    width: 100%;
}


.qp {
    overflow: hidden;
    z-index: 999;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.8;

}

.qp img {
    width: 100%;
    display: block;
}

section > .cont2 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background-image: url(../images/cont2.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}


.f2 {
    position: absolute;
    left: 68%;
    top: 31%;
    width: 1200px;
    color: #fff;
    font-size: 55px;
    text-shadow: 7px 7px 7px #eee;
    transform: translate(-50%, -50%);
    font-family: 'Gamja Flower', cursive;
    word-break: keep-all;

}


/* section>.cont5{ */
/* overflow:hidden; */
/* height:100vh; */
/* line-height:1000px; */
/* background-color:#6fc; */
/* } */


/* .f5 { */
/* overflow:hidden; */
/* position:absolute; */
/* left:49.5%; */
/* top:80%; */
/* color:red; */

/* } */



/* 메인 1번 슬라이드 */




#slides {
    position: relative;
    height: 100vh;
}

#slides > .slides_container {
    width: 100%;
    height: 100%;
}

#slides > .slides_container > li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

#slides > .slides_container > li:nth-child(1) {
    background-image: url(../main/image1.jpg);
}

#slides > .slides_container > li:nth-child(2) {
    background-image: url(../main/image2.jpg);
}

#slides > .slides_container > li:nth-child(3) {
    background-image: url(../main/image3.jpg);
}

#slides > .slides_container > li:nth-child(4) {
    background-image: url(../main/image4.jpg);
}

#slides > .slides_container > li:nth-child(5) {
    background-image: url(../main/image5.jpg);
}

#slides > .slides_container > li:nth-child(6) {
    background-image: url(../main/image6.jpg);
}

#slides > .slides_container > li:nth-child(7) {
    background-image: url(../main/image7.jpg);
}

#slides > .slides_container > li:nth-child(8) {
    background-image: url(../main/image8.jpg);
}

#slides > .slides_container > li:nth-child(9) {
    background-image: url(../main/image9.jpg);
}

#slides > .slides_container > li:nth-child(10) {
    background-image: url(../main/image10.jpg);
}

#slides > .slides_container > li:nth-child(10) {
    background-image: url(../main/image10.jpg);
}
#slides > .slides_container > li:nth-child(11) {
    background-image: url(../main/image11.jpg);
}
#slides > .slides_container > li:nth-child(12) {
    background-image: url(../main/image12.jpg);
}


#slides > .slides_container > li > .main_txt {
    position: absolute;
    top: 50%;
    right: 0;
    width: 50%;
    margin-top: -203px;
}


#slides > .slides_pagination {
    list-style: none;
    display: flex;
    position: absolute;
    left: 46%;
    bottom: 20px;
    width: 105px;
    height: 16px;
    margin-left: -38px;
    z-index: 999;
}

#slides > .slides_pagination > li {
    width: 5px;
    height: 5px;
    margin-right: 15px;
}

#slides > .slides_pagination > li:last-child {
    margin-right: 0;
}

#slides > .slides_pagination > li > a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    border: 3px solid #626262;
    border-radius: 10px;
    transition: all 0.2s;
}

#slides > .slides_pagination > li.on > a {
    width: 7px;
    height: 7px;
    margin: -3px auto 0;
    border: 3px solid #6dc234;
    border-radius: 11px;
    background-color: transparent;
}

#slides > .slides_navigation {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    opacity: 0.7;

}

#slides > .slides_next {
    transform: translate(-50%, -50%);
    bottom: 1%;
    right: 0;
    z-index: 99999;
    width: 50px;
    height: 50px;
}

#slides > .slides_next:hover {
    opacity: 1;
}

#slides > .slides_prev {
    transform: translate(-50%, -50%);
    bottom: 1%;
    right: 50px;
    z-index: 99999;
    width: 50px;
    height: 50px;
}

#slides > .slides_prev:hover {
    opacity: 1;
}




#slides1 {
    position: relative;
    height: 100vh;
}

#slides1 > .slides_container1 {
    width: 100%;
    height: 100%;
}

#slides1 > .slides_container1 > li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

#slides1 > .slides_container1 > li:nth-child(1) {
    background-image: url(../main2/image1.jpg);
}

#slides1 > .slides_container1 > li:nth-child(2) {
    background-image: url(../main2/image2.jpg);
}

#slides1 > .slides_container1 > li:nth-child(3) {
    background-image: url(../main2/image3.jpg);
}

#slides1 > .slides_container1 > li:nth-child(4) {
    background-image: url(../main2/image4.jpg);
}

#slides1 > .slides_container1 > li:nth-child(5) {
    background-image: url(../main2/image5.jpg);
}

#slides1 > .slides_container1 > li:nth-child(6) {
    background-image: url(../main2/image6.jpg);
}


#slides1 > .slides_container1 > li > .main_txt {
    position: absolute;
    top: 50%;
    right: 0;
    width: 50%;
    margin-top: -203px;
}


#slides1 > .slides_pagination1 {
    list-style: none;
    display: flex;
    position: absolute;
    left: 46%;
    bottom: 20px;
    width: 105px;
    height: 16px;
    margin-left: -38px;
    z-index: 999;
}

#slides1 > .slides_pagination1 > li {
    width: 5px;
    height: 5px;
    margin-right: 15px;
}

#slides1 > .slides_pagination1 > li:last-child {
    margin-right: 0;
}

#slides1 > .slides_pagination1 > li > a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    border: 3px solid #626262;
    border-radius: 10px;
    transition: all 0.2s;
}

#slides1 > .slides_pagination1 > li.on > a {
    width: 7px;
    height: 7px;
    margin: -3px auto 0;
    border: 3px solid #6dc234;
    border-radius: 11px;
    background-color: transparent;
}

#slides1 > .slides_navigation1 {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    opacity: 0.7;

}

#slides1 > .slides_next1 {
    transform: translate(-50%, -50%);
    bottom: 1%;
    right: 0;
    z-index: 99999;
    width: 50px;
    height: 50px;
}

#slides1 > .slides_next1:hover {
    opacity: 1;
}

#slides1 > .slides_prev1 {
    transform: translate(-50%, -50%);
    bottom: 1%;
    right: 50px;
    z-index: 99999;
    width: 50px;
    height: 50px;
}

#slides1 > .slides_prev1:hover {
    opacity: 1;
}



/* 메인 3번 */
section > .cont4 {

    overflow: hidden;
    width: 100%;
    height: 100vh;
    /* background-color:#e8e8e8; */

    background-repeat: no-repeat;
    background-position: 50% 50%;
}

section > .cont5 {
    position: relative;
    /* background:#Fc9; */
    width: 100%;
    height: 100vh;
    background-image: url(../images/023.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}


@keyframes scroll {
    0% {
        bottom: 2vh;
    }

    100% {
        bottom: 1vh;
    }
}

.section {
    height: 100vh;
    position: relative;
}


@keyframes img {
    0% {
        width: 120vw;
    }

    100% {
        width: 100vw;
    }
}


@keyframes test {
    0% {
        opacity: 0;
        /* transform-style: preserve-3d;
        transform: rotateX(-90deg) translate(-50%, -50%); */
        width: 200px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    100% {
        opacity: 1;
        /*transform-style: preserve-3d;
        transform:  rotateX(0) translate(-50%, -50%); */
        width: 744px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 418px;
    }
}





/* 룸미리보기 */

#section3 {
    /* background-image: url('../images/cont4.jpg'); */
    /* background-repeat: no-repeat; */
    /* background-position: 50% 50%; */
    /* background-size: 100% 100%; */
}


#section3_wrap {
    width: 75vw;
    height: 70vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#section3_title {
    width: 100%;
    height: 8vh;
    margin-bottom: 3vh;
}


#section3_title > p {
    font-family: 'Adamina', serif;
    font-size: 2vw;
    text-align: center;
    line-height: 1;
    color: white;
}

#section3_title > p > span {
    font-size: 1vw;
    font-weight: normal;
    letter-spacing: -1.5px;
    opacity: 0.7;
}

#sectio3_mainWrap {
    width: 100%;
    height: 61.8vh;
    box-sizing: border-box;
    padding-top: 3vh;
}

.sectio3_mainBox {
    width: 23%;
    height: 100%;
    margin-right: 2.5%;
    float: left;
    overflow: hidden;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.308);
    position: relative;
    cursor: pointer;
}

.sectio3_mainBox:last-child {
    margin-right: 0;
}

.sectio3_mainBox > img {
    height: 100%;
}

.section3_title {
    position: absolute;
    top: 2vh;
    left: 1vw;
}

.section3_title > p {
    font-size: 0.8vw;
    font-family: 'Mina', sans-serif;
    color: white;
    margin-bottom: 2vh;
}

.section3_title > p:last-child {
    font-size: 0.6vw;
}

.content {
    /* padding-top: 2vh; */
    /* font-size: 0.55vw; */
    /* font-weight: 100; */
    /* color: white; */
    /* width: 70%; */

    display: none;

}

.layer {
    width: 100%;
    height: 100%;
    background-image: url('../images/layer_bg.png');
    position: absolute;
    bottom: -100%;
    left: 0;
}

.layer > img {
    position: absolute;
    width: 2.5vw;
    right: 1vw;
    bottom: 1vw;
}




/* 부대시설미리보기 */
/*회전이미지*/
#tit span {
    /*이미지 alt를 대체함!*/
    display: none;
    /*IR(Image Replacement)*/
}

/*갤러리박스*/
#gbox {
    position: relative;
    top: 35%;
    width: 380px;
    height: 65%;


    margin: 0 auto;
}

#gbox img {
    /*갤러리이미지 공통*/
    position: absolute;
    width: 100%;
    height: auto;
    /*	box-shadow: 6px 6px 5px #333;*/
    border-radius: 3px;
}

/*갤러리 각 이미지 위치 class로 지정하기*/
.i1 {
    /*왼쪽첫번째 이미지*/

    top: 0px;
    left: -550px;
    opacity: 0;
    /*투명하게*/
}

.i2 {
    /*왼쪽두번째 이미지*/

    top: 0px;
    left: 50%;
    transform: translateX(-170%);
}

.i3 {
    /*중앙 이미지*/

    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.i4 {
    /*오른쪽 첫번째 이미지*/

    top: 0px;
    left: 50%;
    transform: translateX(70%);
}

.i5 {
    /*오른쪽 두번째 이미지*/

    top: 0px;
    left: 50%;
    transform: translateX(140%);
    opacity: 0;
    /*투명하게*/
}

/*이동버튼*/
.abtn {
    /*a태그*/
    position: absolute;
    bottom: 40%;
    transform: translateY(-50%);
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 37px;
    text-align: center;
    cursor: pointer;
    float: left;
    vertical-align: bottom;
    border: 1px solid #fff;
    border-radius: 100%;
    margin-left: -10px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    z-index: 11;

}

.abtn span {
    color: #fff;
}

.bt1 {
    font-family: 'Nanum Gothic', sans-serif;
    left: 12%;
}

.bt2 {
    font-family: 'Nanum Gothic', sans-serif;
    right: 12%;
}


.abtn:hover {
    background-color: #f2c121;
    border: 1px solid #f2c121;

}

.abtn:hover > .as {
    color: #ffffff !important;
}

.menu-item-type-post_type:hover {
    background-color: #f2c121;
    width: 100%;
}

.imgg:hover {
    z-index: 5 !important;
}

.img-addition:hover {
    z-index: 5 !important;
}



#sup3 {
    /*전체부모*/
    position: relative;
    width: 100%;
    height: 100%;
}

#sup3 > ul {
    display: flex;
    /*
				flex란?
				- 가변적인 자식요소를 컨트롤 하기 위한 CSS3에서 새롭게 선보인 display 기술 방법론
			*/
    flex-direction: row;
    /*
				flex-direction 가로 또는 세로 정렬 및 순서 속성
				: row - 가로 좌에서 우
				: row-reverse - 가로 우에서 좌
				:column - 세로 위에서 아래
				:column-reverse - 세로 아래에서 위
			*/


    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 100%;
}

#sup3 > ul > li {
    position: relative;
    /*부모자격*/
    flex: 1;
    cursor: pointer;
    /*flex속성- display:flex설정된 부모의 자식요소를 비중으로 셋팅하도록 설정하는 속성임
				1은 기본값
			*/
    /*			
			width: 100%;
			height: 200px;
*/
    transition: all .4s ease-in-out;
}

#sup3 > ul > li::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    transition: opacity .4s ease-in-out;
}

#sup3 > ul > li:hover {
    flex: 1.4;
    /*다른 자식요소 크기의 1.4배*/
}

#sup3 > ul > li:hover::before {
    opacity: 0;
    transition: opacity .4s ease-in-out;
}

#sup3 > ul > li:nth-child(1) {
    background: url(../images/001.jpg) no-repeat 50% 25%/cover;
}

#sup3 > ul > li:nth-child(2) {
    background: url(../images/002.jpg) no-repeat 50% 25%/cover;
}

#sup3 > ul > li:nth-child(3) {
    background: url(../images/003.jpg) no-repeat 60% 25%/cover;
}

#sup3 > ul > li > img {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

article {
    overflow: hidden;
}

#header .logo a {
    width: 100%;
    height: 100%;
    display: block;
}

#header .logo {
    line-height: 0;
}

#header .logo a img {
    display: block;
}

#header .logo a.logo2 {
    display: none;
}

#header.on .logo a.logo1 {
    display: none;
}

#header.on .logo a.logo2 {
    display: block;
}

#header {
    height: auto;
    box-sizing: border-box;
}

#header .logo a img {
    width: 100%;
}


#header.on .nav .room .nav_tlt a {
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, .5);
}

.footer_in .m_br {
    display: none;
}

/*cover*/
#cover {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, .5);
    z-index: 9999999999999;
    display: none;
}

body.on {
    overflow: hidden;
}

/*m_menu*/
#m_menu {
    position: fixed;
    z-index: 9999999999999;
    right: -310px;
    top: 0;
    bottom: 0;
    background: #2a2a2a;
    width: 310px;
    height: 100vh;
    transition: all .5s ease-in-out;
    display: none;
}

#m_menu .menu_in {
    padding: 20px 35px 35px;
    width: 310px;
    box-sizing: border-box;
}

#m_menu .menu_in .btn a {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 24px;
    line-height: 39px;
}

#m_menu .menu_in .btn:hover a {
    color: #f2c121;
}

#m_menu .menu_in .nav {
    min-width: 240px;
}

#m_menu .menu_in .nav > .gnb {
    margin: 0;
    padding: 0;
}

#m_menu .menu_in .nav > .gnb > li {
    position: relative;
}

#m_menu .menu_in .nav > .gnb > li > a {
    padding: 9px 30px 9px 0;
    display: block;
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    font-family: 'Noto Sans KR';
    line-height: 26px;
    width: 100%;
    height: 100%;
}

#m_menu .menu_in .nav > .gnb > li:hover > a {
    color: #f2c121;
}

#m_menu .menu_in .nav > .gnb > li > .down {
    display: inline-block;
    position: absolute;
    color: #fff;
    right: 0;
    top: 8px;
    font-size: 18px;
    transition: all .3s ease-in-out;
}

#m_menu .menu_in .nav .gnb .depth2 {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 5px 0;
    display: none;
}

#m_menu .menu_in .nav .gnb .depth2 li {}

#m_menu .menu_in .nav .gnb .depth2 li a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    padding: 6px 15px 6px;
    font-size: 14px;
    line-height: 18px;
}

#m_menu .menu_in .nav > .gnb > li:hover > .down {
    transform: rotate(180deg);
    top: 14px;
}

#m_menu .menu_in .nav .gnb .depth2 li:hover a {
    color: #f2c121;
    text-shadow: 0px 0px 2px rgba(255, 255, 255, .2);
}

#m_menu.on {
    right: 0;
}

@media (max-width:1240px) {
    .footer_in {
        width: 100% !important;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .hi {
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .qp {
        left: 50%;
        top: 50%;
        opacity: .8;
    }

    #sup3 > ul {
        flex-direction: column;
    }

    #sup3 > ul > li > img {
        top: 65%;
        transform: translate(-50%, -50%);
    }

    #sup3 > ul > li:hover {
        height: 35%;
    }

    #sup3 > ul > li:nth-child(1) {
        background: url(../images/001.jpg) no-repeat 50% 70%/cover;
    }

    #sup3 > ul > li:nth-child(2) {
        background: url(../images/002.jpg) no-repeat 50% 75%/cover;
    }

    #sup3 > ul > li:nth-child(3) {
        background: url(../images/003.jpg) no-repeat 50% 70%/cover;
    }

    #sup3 > ul > li:nth-child(4) {
        background: url(../images/004.jpg) no-repeat 50% 70%/cover;
    }

    #header nav {
        display: none;
    }

    header > div {
        display: block !important;
        position: relative;
        height: 100%;
        width: 100%;
        box-sizing: border-box;
    }

    #header .m_btn {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        display: none;
    }

    #header .m_btn a {
        display: block;
        width: 100%;
        height: 100%;
        width: 40px;
        height: 40px;
        background: url(../images/menu_btn.png)no-repeat 50% 50%;
        background-size: cover;
    }

    #header.on .m_btn a {
        background: url(../images/menu_btn_on.png)no-repeat 50% 50%;
        background-size: cover;
    }

    #header .m_btn {
        display: block;
    }

    #m_menu {
        display: block;
    }

    #cover.on {
        display: block;
    }
}

@media (max-width:1024px) {
    .cont5 .abtn {
        top: 50%;
        margin: none;
        background: rgba(255, 255, 255, .8);
        border: 1px solid rgba(255, 255, 255, .8);
        margin-top: 300px;
    }

    .cont5 .abtn:hover {
        background: #f2c121;
    }

    .cont5 .abtn span {
        color: #000;
        transition: all .3s ease-in-out;
    }

    .cont5 .bt1 {
        left: 50%;
        transform: translateY(-50%);
        margin-left: -60px;
    }

    .cont5 .bt2 {
        right: 50%;
        transform: translateY(-50%);
        margin-right: -60px;
    }

}

@media (max-width:787px) {
    .footer_in .left {
        float: none;
        width: 100%;
        text-align: left;
    }

    .footer_in .right {
        float: none !important;
        width: 100%;
        text-align: left !important;
    }

    .footer_in .right ul li {
        float: left;
        margin-right: 20px;
        position: relative;
    }

    .footer_in .right ul li:last-child {
        margin-right: 0;
    }

    .footer_in .right ul li:after {
        content: '/';
        color: #696f74;
        position: absolute;
        right: -12px;
    }

    .footer_in .right ul li:last-child:after {
        display: none;
    }

    .cont5 .title {
        top: 15% !important;
    }

    .cont5 #gbox {
        top: 28.5%
    }

    .cont5 .abtn {
        top: 50%;
        margin: none;
        background: rgba(255, 255, 255, .8);
        border: 1px solid rgba(255, 255, 255, .8);
        margin-top: 250px;
    }

    .cont5 .abtn:hover {
        background: #f2c121;
    }

    .cont5 .abtn span {
        color: #000;
        transition: all .3s ease-in-out;
    }

    .cont5 .bt1 {
        left: 50%;
        transform: translateY(-50%);
        margin-left: -60px;
    }

    .cont5 .bt2 {
        right: 50%;
        transform: translateY(-50%);
        margin-right: -60px;
    }

}

@media (max-width:630px) {
    .hi {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        top: 55%;
    }

    .qp {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .hil {
        width: 100%;
        padding: 0 20px;
    }
}

@media (max-width:460px) {
    #header .logo a {
        width: 260px;
        box-sizing: border-box;
    }

    .cont5 {
        height: calc(100vh - 120px) !important;
    }

    .cont5 .title {
        top: 22% !important;
    }

    .cont5 #gbox {
        width: 300px;
        top: 33%
    }

    .cont5 .abtn {
        margin-top: 220px;
    }

    .cont5 > div > a {
        font-size: 30px !important;
    }

    .cont5 > div > a:nth-child(2) {
        top: 3% !important;
    }

    .cont5 > div > a:nth-child(2) span {
        font-size: 14px !important;
    }

    .footer_in {
        line-height: 18px;
    }

    .footer_in .left {
        font-size: 11px;
    }

    .footer_in .right ul li {
        font-size: 11px;
    }

    .footer_in .m_sl {
        display: none;
    }

    .footer_in .m_br {
        display: block;
    }

    #sup3 > ul > li > img {
        width: 180px;
    }
}

@media (max-width:350px) {
    .footer_in .left {
        font-size: 10px;
        letter-spacing: -1px;
    }

    .footer_in .right ul li {
        font-size: 10px !important;
    }

    .cont5 #gbox {
        width: 240px;
        top: 52%;
        transform: translateY(-50%);
        height: 230px;
    }

    .cont5 .title {
        top: 12% !important;
    }

    .cont5 .abtn {
        margin-top: none;
        top: auto;
        bottom: 0;
    }
}
