@charset "utf-8";
::-webkit-scrollbar {width:5px;height:3px;}
::-webkit-scrollbar-thumb {background: #a9a9a9;}
::-webkit-scrollbar-track-piece {background:#f1f1f1;}
.mbt10{margin-bottom:10px;}
.mbt20{margin-bottom:20px;}
.mbt30{margin-bottom:30px;}
.mbt40{margin-bottom:40px;}
.mbt50{margin-bottom:50px;}
.mbt60{margin-bottom:60px;}

.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}

.block1024 {display: none !important;}
.none1024 {display: block;}

.block768 {display: none !important;}
.none768 {display: block !important;}


.block500 {display: none !important;}
.none500 {display: block !important;}

@media (max-width: 1024px) {
    .block1024 {display: block !important;}
    .none1024 {display: none !important;}
    .main-swiper > .swiper-wrapper, .about-swiper > .swiper-wrapper, .room-swiper > .swiper-wrapper, .special-swiper > .swiper-wrapper  {height: 250px !important;}
}

@media (max-width: 768px) {
    .block768 {display: block !important;}
    .none768 {display: none !important;}
}


@media (max-width: 500px) {
    .block500 {display: block !important;}
    .none500 {display: none !important;}
}
.img100 {
    display: block;
    width: 100%;
}
@media (max-width: 1024px) {
    .M_100 {
        display: block;
        width: 100%;
        height: 100%;
    }
}
/* font */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'MaruBuri-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10-21@1.0/MaruBuri-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* 폰트 지정 */
* {font-family: 'Pretendard-Regular';}
.kor { font-family: 'MaruBuri-Regular' !important; }
.eng { font-family: 'playfair display' !important; }

/* 바로가기버튼 */
.go_group {
	position: fixed;
    right: 10px;
    bottom: 95px;
    z-index: 100;
}
.go_img {
	width: 90px;
}
.go_img a img {
	width: 100%;
}
.B_btn {
	z-index: 99;
	cursor: pointer;
	position: fixed;
	bottom: 30px;
	right: 30px;
}
.learn-more {
	width: 50px;
	height:  50px;
	background: url('/images/common/off_btn.png')no-repeat center center;
}
.learn-more.active {
	background: url('/images/common/on_btn.png')no-repeat center center;
}
@media (max-width:560px) {
	.go_img {
		width: auto;
	}
	.go_group {
		right: 10px;
		bottom: 65px;
	}
	.go_img a img {
		width: 50px;
		height: 50px;
	}
	.B_btn {
		bottom: 15px;
		right: 15px;
	}
	.learn-more {
		width: 40px;
		height: 40px;
		background-size: cover !important;
	}
}


#wrap {
    position: relative;
    overflow: hidden;
}
/* header */
#header {
    position: relative;
    top: 0;
    left: 0;
}
#headBox {
	position: fixed;
	width: 100%;
	height: 88px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0);
	z-index: 10000;
	transition: all linear 200ms;
}
@media (min-width: 1024px) {
	#headBox:hover {
		background: rgba(0,0,0,0.7);
		padding-bottom: 420px;
		position: fixed;
		z-index: 99999;
		transition: all 0.4s;
	}
    #headBox.active {
        background: rgba(0, 0, 0, 0.7) !important;
    }
    #headBox.active .head_logo a {
        width: 80px;
    }
}
.h_reser {
    display: inline-block;
    position: fixed;
    right: 50px;
}
.h_reser a {
    color: #fff;
    font-size: 20px;
}
@media (max-width: 1024px) {
    .h_reser {
        position: fixed;
        right: 70px;
        top: 13px;
        z-index: 999;
    }
}
.head_logo {
    position: fixed;
    top: 50px;
    left: 70px;
    z-index: 999;
    transition: all linear 200ms;
}
.head_ac .head_logo {
    top: 0;
    left: 50px;
    margin-top: 0;
    transition: all 0.4s;
}
.head_ac .head_logo a {
    background: none;
}
.head_logo a {
    display: block;
    width: 90px;
    padding: 5px 20px;
    /* background: rgba(255,255,255,0.8); */
    transition: 0.3s all;
}
.gnb_area {
	position: fixed;
	width: 100%;
} 
.gnb_btn{
	cursor: pointer;
	display: none;
}
.gnbBox {
	margin-top: 45px;
}
.gnb_wrap {
	text-align: center;
	margin-right: 50px;
}
.gnbBox > ul > li {
	display: inline-block ;
	vertical-align: top;
}
.gnbBox > ul > li > a {
	color: #fff;
	font-size: 19px;
	text-transform: capitalize;
	font-weight: 600;
	padding: 0 50px;
	font-family: 'Playfair Display' !important;
}
.snb {
	display: none;
	padding-top: 10px;
	text-align: center;
}
.snb > li {
	padding: 3px 0;
}
.snb > li > a {
	color: #fff;
	font-size: 17px;
}
.snb > li > a:hover{
	text-decoration: underline;
}





/* wrap css */
#content {position: relative; top:0; left: 0; margin:0 auto;}

/* swiper css */
.main-swiper > .main-button-next, .main-swiper > .main-button-prev {
    top: 48% !important;
    width: 145px !important;
    height: auto !important;
    margin-top: unset !important;
    display: block !important;
    transition: 0.3s all;
    cursor: pointer;
    position: absolute;
    z-index: 99;
}
.main-swiper > .main-button-next {right:10px;}
.main-swiper > .main-button-prev {left:10px;}
.main-swiper > .main-button-prev:hover {left: 30px;}
.main-swiper > .main-button-next:hover {right: 30px;}
.main-button-next:after, .swiper-container-rtl .main-button-prev:after, .main-button-prev:after, .swiper-container-rtl .main-button-next:after {
    content: "" !important;
}
.main-swiper > .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    color: #fff;
    font-weight: 600;
}
@media (max-width: 1024px) {
    .main-swiper > .main-button-next, .main-swiper > .main-button-prev {
        width: 90px !important;
        top: 45% !important;
    }
}
/* roomList css */
.room_pre a {
    position: relative;
    display: block;
}
.room_pre a span {
    z-index: 9;
    opacity: 0.3;
    bottom: 20px;
    right: 20px;
    position: absolute;
    font-size: 3em;
    text-transform: uppercase;
    line-height: 1;
    padding: 5px 0;
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
    transition: 0.3s all;
}
.room_pre a:hover span {
    opacity: 1;
}
@media (max-width: 1024px) {
    .room_pre a {
        display: inline-block;
    }
    .room_pre a span {font-size: 20px; bottom: 10px; opacity: 1;}
}
#roomList {
    position: relative;
} 
#roomList:after {display: block; content: ""; clear: both;}
.room_typo {
    padding: 40px 0;
    margin-left: 634px;
}
.room_typo span {
    color: #4a4a4a;
    font-size: 18px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
}
.room_typo h2 {
    position: relative;
    font-size: 56px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    color: #323232;
    /*margin-bottom: 40px;*/
    margin-bottom: 30px;
}
.room_typo h2::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #323232;
}
.room_typo h2::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #323232;
}
.room_typo p {
    font-size: 1em;
    line-height: 1.5em;
    color: #c3c3c5;
}
.roomPre_img {
    width: 550px; 
    float: left;
}
.roomPre_reser {
    position: absolute;
    bottom: 140px;
    z-index: 9;
    right: 0;
}
.roomPre_reser a {
    display: block;
    font-size: 22px;
    color: #fff;
    background: #1c1e32;
    letter-spacing: 3px;
    padding: 15px 80px 15px 40px;
    transition: 0.3s all;
}
.roomPre_reser a:hover {
    background: #fff;
    color: #1c1e32;
    border: 1px solid #1c1e32;
}
.roomList-swiper {
    float: right;
    width: 1280px;
    height: 770px;
    margin-right: unset !important;
    overflow: unset !important;
}
.roomList-swiper > .swiper-pagination {
    position: unset !important;
    text-align: left !important;
    margin-top: 30px;
    width: 980px !important;
}
/* roomList count */
.roomList-swiper > .swiper-pagination:after {
    display: block; content: ""; clear: both;
}
.roomList-swiper > .swiper-pagination > .swiper-pagination-bullet {
    float: left;
    width: auto !important; height: auto !important;
    font-weight: 400;
    font-size: 27px;
    color: #9b9999;
    background: unset !important;
    opacity: unset !important;
    padding: 5px 12px;
    margin-left: unset !important;
    margin-right: 10px !important;
}
.roomList-swiper > .swiper-pagination > .swiper-pagination-bullet-active {
    color: #fff;
    background: #9db0c8 !important;
    border: unset !important;
    border-radius: unset !important;
}


/* spList */
#spList {
    background: url('/images/main/bg01.jpg')no-repeat top center;
}
.roomWrapper {
    position: relative;
    border-bottom: 1px solid #838282;
}
.roomWrapper:after{content:'';display:table;clear:both;}
.roomlist_title{
    border-left: 1px solid #838282;
    position:relative;
    float: left;
    width: 750px;
    padding-top:46%;
    margin-left: 95px;
    opacity:0;filter:alpha(opacity=0;);
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.roomlist_title.active{opacity:1;filter:alpha(opacity=100;)}
.roomlist_content{
    /* float: right; */
    position: absolute;
    width: 998px;
    right: 90px;
    top: 70px;
}
.roomlist_title_inner{position:absolute;top:0;left:0;width:100%;height:100%}
.rt_outer{
    display:table;
    width:100%;
    padding-top: 45px;
    padding-left: 40px;
}
.lightslider li .txtRoom {display: none;}
.sp_box {
    padding-top: 60px;
    padding-left: 45px;
    padding-bottom: 40px;
    border-bottom: 1px solid #838282;
}
.sp_box h2 {
    font-size: 57px;
    color: #323232;
    font-weight: 400;
    margin-bottom: 20px;
}
.spTitle_txt {
    font-size: 16px;
    color: #858687;
}
@media (max-width:1900px){
	.rt_outer {
		background-size: cover; 
	}
}
.rt_inner{}
.rt_head{
    margin-bottom: 120px;
    position: relative;
	font-weight: 500;
	font-size:45px;
    font-weight: 400;
    color:#323232;
    line-height:1;
	-webkit-transform:none;
    -ms-transform:none;
    transform:none;
    opacity:1;
    filter:alpha(opacity=100;);
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
.rt_head::before {
    top: 85px;
    display: block;
    content: "";
    position: absolute;
    width: 24px;
    height: 46px;
    background: url('/images/common/after.png')no-repeat top center;
} 
.sp_object {
    font-weight: 400;
    font-size: 20px;
    color: #ceb97d;
    margin-bottom: 40px;
}
.rt_head.move{opacity:0;filter:alpha(opacity=0;)}
.rt_body{ 
    color: #838282; 
	font-size:16px;
	line-height:1.8;
    margin-bottom:10%;
    -webkit-transform:none;
    -ms-transform:none;
    transform:none;
    opacity:1;
    filter:alpha(opacity=100;);
    -webkit-transition:all .3s .15s ease-in-out;
    -moz-transition:all .3s .15s ease-in-out;
    -ms-transition:all .3s .15s ease-in-out;
    -o-transition:all .3s .15s ease-in-out;
    transition:all .3s .15s ease-in-out}
.rt_body.move{
    /* font-size:1.07em; */
    line-height:1.8;
    /* margin-bottom:18%; */
    opacity:0;
    filter:alpha(opacity=0;)
}
.rt_desc{
    font-size:1.07em;
    line-height:1.8;
    -webkit-transform:none;
    -ms-transform:none;
    transform:none;
    opacity:1;
    filter:alpha(opacity=100;);
    -webkit-transition:all .3s .15s ease-in-out;
    -moz-transition:all .3s .15s ease-in-out;
    -ms-transition:all .3s .15s ease-in-out;
    -o-transition:all .3s .15s ease-in-out;
    transition:all .3s .15s ease-in-out
}
.rt_desc.move{
    /* font-size:1.07em; */
    line-height:1.8;
    opacity:0;
    filter:alpha(opacity=0;)
}
.rt_inner .tag{
    /* margin-bottom:10%; */
    -webkit-transform:none;
    -ms-transform:none;
    transform:none;
    opacity:1;
    filter:alpha(opacity=100;);
    -webkit-transition:all .3s .15s ease-in-out;
    -moz-transition:all .3s .15s ease-in-out;
    -ms-transition:all .3s .15s ease-in-out;
    -o-transition:all .3s .15s ease-in-out;
    transition:all .3s .15s ease-in-out;
}
.rt_inner .tag a {
    position: relative;
    font-weight: 400;
    font-size: 20px;
    display: block;
    border: 1px solid;
    width: 65px;
    padding: 3px 0 3px 5px;
    transition: 0.3s all;
    color: #838282;
}
.rt_inner .tag a:hover {
    margin-left: 20px;
}
.rt_inner .tag a::after {
    position: absolute;
    display: block;
    content: "";
    width: 40px;
    height: 1px;
    background: #787878;
    top: 12px;
    right: -25px;
}
.rt_inner .tag a::before {
    position: absolute;
    display: block;
    content: "";
    width: 10px;
    height: 1px;
    background: #787878;
    right: -25px;
    top: 9px;
    transform: rotate(30deg);
}
.rt_inner .tag.move{opacity:0; filter:alpha(opacity=0;)}
.rt_foot{ 
    font-size:12px;
    color:#d1d1d1;
    line-height:1.4;
    -webkit-transform:none;
    -ms-transform:none;
    transform:none;
    opacity:1;
    filter:alpha(opacity=100;);
    -webkit-transition:all .3s .15s ease-in-out;
    -moz-transition:all .3s .15s ease-in-out;
    -ms-transition:all .3s .15s ease-in-out;
    -o-transition:all .3s .15s ease-in-out;
    transition:all .3s .15s ease-in-out}
.rt_foot.move{opacity:0;filter:alpha(opacity=0;)}
.roomlist_content > .lSSlideOuter .lSPager.lSpg {
    top: 0 !important;
}
.roomlist_content > .lSSlideOuter .lSPager.lSpg li a {
    background: #000;
}
.roomlist_content > .lSSlideOuter > .lSSlideWrapper, .roomlist_content > .lSSlideOuter {
    overflow: unset !important;
}
.roomlist_content > .lSSlideOuter .lSAction .lSNext {
    bottom: -100px;
    top: unset;
    margin-top: 0 !important;
    transition: 0.3s all;
    width: 150px !important;
    height: 30px !important;
}
.roomlist_content > .lSSlideOuter .lSAction .lSNext:hover {
    right: -20px;
}
.roomlist_content > .lSSlideOuter .lSAction .lSNext::after {
    position: absolute;
    display: block;
    content: "";
    width: 150px;
    background: #000;
    height: 2px;
    right: 0;
    top: 15px;
    margin-top: 0 !important;
    transition: 0.3s all;
}
.roomlist_content > .lSSlideOuter .lSAction .lSNext::before {
    position: absolute;
    display: block;
    content: "";
    width: 20px;
    height: 2px;
    background: #000;
    top: 9px;
    right: -1px;
    transform: rotate(35deg);
}
/* cont05 */
.con05_img {
    width: 95%;
    margin: 80px auto 60px; 
}
.con05_box P {
    margin-right: 50px;
    text-align: right;
    color: #838383;
    padding-bottom: 1%;
    line-height: 30px;
    font-size: 1.05em;
}

/* sub tilte css (서브페이지마다 위계 준 타이틀) */
.sub_title {
    width: 100%;
    text-align: center;
    padding: 3.5% 0 5% 0;
}
.sub_title p, .sub_title h3 {
    text-transform: uppercase;
}
.sub_title p {
    font-size: 0.95em;
    color: #797878;
    font-weight: 600;
    margin-bottom: 0.5%;
    letter-spacing: 4px;
}
.sub_title h3 {
    font-size: 3.5em;
    color: #424242;
    font-weight: bold;
    letter-spacing: 6px;
}
.sub_title h3::after {
    content: '';
    display: block;
    width: 18px;
    height: 30px;
    margin: 1% auto;
    background: url('/images/common/after.png') no-repeat;
}
.sub_title span {
    display: block;
    font-size: 0.7em;
    color: #a8a8a8;
    line-height: 1.3em;
}
@media (max-width: 650px) {
    .sub_title {
        padding: 6% 0 0 0;
    }
    .sub_title p {
        font-size: 0.6em;
    }
    .sub_title h3 {
        font-size: 1.5em;
        color: #424242;
        font-weight: bold;
        letter-spacing: 3px;
    }
    .sub_title span {
        display: none;
    }
    .sub_title h3::after {
        content: '';
        display: block;
        width: 15px;
        height: 20px;
        margin: 3% auto;
        background: url('/images/common/after.png') no-repeat center center;
        background-size: contain;
    }
}

/* footer */
#footer {
    position: relative;
    background: #858687;
    padding: 30px 0;
    text-align: center;
}
.foot_box {
    color: #fff !important;
}
.foot_info { display: block; font-size: 20px;}
.tel, .bank {
    margin-bottom: 15px;
}
.address {
    color: #ececec;
    margin-bottom: 30px;
}
.footer_admin {
    font-size: 15px;
}
.footer_admin a, .footer_admin span {
    color: #c3c3c3;
}
.gogopeople {display: inline-block;}

@media (max-width: 1800px) {
    .roomlist_title {
        width: 36%;
        margin-left: 2%;
        border-right: 1px solid #838282;
    }
    .roomWrapper {
        border-top: 1px solid #838282;
    }
    .roomlist_content {
        position: unset;
        float: right;
        width: 60%;
    }
}
@media (max-width: 1300px) {
    .roomList-swiper {
        width: 90%;
        margin: 0 auto !important;
        height: auto;
        float: unset;
    }
}
@media (max-width: 1024px) {
    .room_typo {
        margin: 0;
        text-align: center;
    }
    .roomPre_reser {
        bottom: unset;
    }
    .roomPre_reser a {
        padding: 7px 35px 7px 15px;
        font-size: 0.9em;
    }
    .roomList-swiper > .swiper-pagination {
        width: 100% !important;
    }
    .roomList-swiper > .swiper-pagination > .swiper-pagination-bullet {
        margin: 0 1.66666666% !important;
    }
    .sp_box h2 {
        font-size: 1.5em;
    }
    .spTitle_txt {
        font-size: 0.9em;
    }
    .rt_outer {
        padding: 20px 0 0 20px;
        width: 89%;
    }
    .rt_head {
        font-size: 1.5em;
        margin-bottom: 70px;
    }
    .rt_head::before{
        top: 45px;
        width: 15px; 
        height: 25px;
        background-size: cover;
    }
    .sp_object {
        font-size: 1em;
        margin-bottom: 15px;
    }
    .roomlist_content > .lSSlideOuter .lSAction .lSNext {bottom: -65px;}
    #spList {
        padding: 30px 0 0;
        background-size: cover;
    } 
    .con05_img {
        margin: 0 auto;
        padding: 30px 0;
    }
    .con05_box P {
        margin-right: 20px;
        font-size: 0.9em;
    }

    /* footer */
    .address, .footer_admin {
        font-size: 0.8em;
    }
}
@media (max-width: 500px) {
    .rt_inner .tag a {
        line-height: 1;
    }
    .room_typo span {
        font-size: 15px;
    }
    .room_typo h2 {
        /*font-size: 3em;*/
        font-size: 2em;
        margin-bottom: 20px;
    }
    .room_typo p {
        /*font-size: 0.9em;*/
        font-size: 0.7em;
    }
    .roomList-swiper > .swiper-pagination {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-between;
    }
    .roomList-swiper > .swiper-pagination > .swiper-pagination-bullet {
        font-size: 1em;
        text-align: center;
    }
    .roomlist_content > .lSSlideOuter .lSAction .lSNext {
        bottom: -40px;
        right: 20px !important; 
    }
    .roomlist_content > .lSSlideOuter .lSAction .lSNext:hover {
        right: unset;
    }
    .roomlist_content > .lSSlideOuter .lSAction .lSNext, .rt_body, .sp_box {    width: 70px !important;}
    .roomlist_content > .lSSlideOuter .lSAction .lSNext::after {
        width: 70px; 
    }
    .rt_outer {
        padding: 20px 0 0 15px;
    }
    .rt_head {
        font-size: 1em;
        font-weight: bold;
        margin-bottom: 30px
    }
    .rt_head::before {
        display: none;
       /* width: 10px;
        height: 15px;
        top: 30px;
        background-size: contain;*/
    }
}
@media (max-width: 490px) {
    .rt_head {font-size: 0.9em;}
}
#wrap > .head_ac{
	/*HEXA Code 활용*/
	max-width: 1920px;
	background: rgba(183,177,228,0.7);
	left: 0;
    transform: unset;
}
.head_ac .head_logo {
	/*top: 21px;*/
    top: 0;
	left: 50px;
	margin-top: 0;
	transition: all 0.4s;
}
.head_ac .gnbBox {
	margin-top: 31px;
	transition: all 0.4s;
}
@media (max-width:1024px) {
	#headBox {
		height: 50px;
		padding: 0;
        background: #061e30;
	}
	.head_ac .head_logo {
		top: 0;
		left: 10px;
	}
	.head_logo {   
		top: 0;
		left: 10px;
	}
    .head_logo a {
        display: block;
        width: 100px;
        padding: 0;
        background: none;
        transition: 0.3s all;
    }
    .head_ac .head_logo a img {
        width: 100%;
    }
	.head_ac .gnbBox {
		margin-top: 0;
		transition: all 0.4s;
	}
	.gnb_wrap {margin-right: 0; text-align: center;}
	.snb {
		padding-top: 0;
	}
	.snb > li > a {
		font-size: 1.1em;
	}
	.aboutarea05 .bg img {
		height: 508px;
	}
}
@media screen and (max-width: 1500px){
    .gnb_wrap {
        /* text-align: right; */
        margin-right: 20px;
    }
    .gnbBox > ul > li > a {
        color: #fff;
        font-size: 19px;
        text-transform: capitalize;
        font-weight: 600;
        padding: 0 40px;
    }
}
@media screen and (max-width: 1024px){
    .none1024 {display: none !important;}
    .block1024 {display: block !important;}

	.head_logo {
		margin: 0px;
	}
	.reserv_btn{
		display: block;
		top: 18px;
		right: 60px;
	}
	.reserv_btn_on{
		right: 200px;
	}
    .gnb_wrap {
        text-align: center;
        margin-right: 0;
    }
	.wrap_mob_gnb_on{overflow-y: hidden;}
	.gnb_btn{

		position: fixed;
		display: block;
		float: unset;
		font-size: 35px;
		color: #fff;
		right: 10px;
        top:0;
		z-index: 110;
	}
	.gnb_btn > i:last-child{
		display: none;
	}
	.gnbBox{
		position: fixed;		
		margin: 0;
        padding-top: 130px;
        width: 100%;
        background: rgba(0,0,0,0.9);
		height: 100vh;
		top: 0;
		right: -2000px;
		float: none;
		box-sizing: border-box;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
	}
	.gnb_tri > i:first-child{
		display: none;
	}
	.gnb_tri > i:last-child{
		display: block;
		padding: 5px 5px 0 0;
	}
	.gnbBox > ul > li{
		float: none;
		width: 100%;
		height: auto;
		transition: all ease-in 200ms;
        cursor: pointer;
	}
	.gnbBox > ul > li > a{
		line-height: 40px;
	}
	.gnb_tri + .gnb_area > .gnbBox {
		right: 0;
	}
	.pointer-events{pointer-events: none;}
}
@media screen and (max-width: 700px){
    .gnb_btn {
        top: 3px
    }
}

























