
@media screen and (min-width: 1440px) {
	.header > .gnb_mobile_area > h1{display: none}

  .logo-container {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    z-index: 10;
    display: block;
    width: 280px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .logo-container.w--current {
    left: 0%;
    top: 30px;
    right: auto;
    bottom: auto;
    display: block;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .logo {
    display: block;
    max-width: 280px;
  }

  .nav {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-links-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav-main {
    max-width: 1400px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .hamburger-menu {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hamburger-icon {
    position: relative;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column.contact-column {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

.column.contact-column.hamburger-mobile-menu {
  display: none;
}


}
@media screen and (max-width: 1260px) {
  .logo-container {    max-width: 240px;  }
  .logo { max-width: 200px;  }
  .nav-link{padding: 28px 10px;}
}

@media screen and (max-width: 1140px) {
  .logo { max-width: 200px;  }
  .logo-container { max-width: 220px;}
/*
	.logo-container.w--current {
	  top: 33px;
	}  
*/
	.nav-link{padding: 28px 5px;}
  
}

@media screen and (max-width: 1024px) {
.section{width:100%;padding:0;}
.container{position: relative; width:90%; }

h1 {  font-size: 40px;}
h2 {  font-size: 35px;}
h3 {  font-size: 28px;}
h4 {  font-size: 24px;}
h5 {  font-size: 18px;}
h6 {  font-size: 16px;}


.navbar { z-index:10;}
.nav-links-wrap {display: none;}
.hamburger-menu {display: block;}
.right_area{display: none;}

  .section.hamburger-menu-section {
    overflow: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
.logo-container { display: none;}
  .logo {
    max-width: 200px;
  }
  .container.contact-container {
    display: block;
    padding-top: 8em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column.contact-column {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .column.contact-column.hamburger-mobile-menu {
    display: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: left;
  }

.thmb_list02{max-width:1000px;width:95%; margin:50px auto; display: table; position: relative;}
.thmb_list02 .item{float: left; width:300px; min-height: 450px; margin-right:20px; vertical-align: top;padding:15px 0 30px;}
.thmb_list02 .img img{width:300px; height: 300px;}

/* 입주사로그인 */
.loginArea .logininfo{float: left; width:50%; padding:8% 5%;}
.loginArea .loginbox{float: left; width:50%; padding:8% 5%;}


/* category */
.jbMenu.mb40{margin-bottom: 0;}
.smenuArea {min-height:30px;}
.smenu_box {min-height: 30px;width:100%;}
.smenu_box li {display: inline-block; min-width:24%; width:24%;}
.smenu_box li a{font-size: 1rem;text-overflow: ellipsis; white-space: nowrap;  overflow: hidden; }


.retail02_list{margin:0px auto 10%; width:100%;}
.retail02_list li{width:31%; min-height: 285px; margin:1%; }




.amenities01 h2{font-size: 2rem;}

.amenities02 {width:100%;margin-bottom: 10%;}
.amenities02 .service_txt{position: relative; left:5%; top:0;  z-index: 0; margin-left:0; width: 90%;}
.service_txt h2{font-size: 30px; margin-top:5%; }
.service_txt h3{font-size: 20px;}
.service_txt h3:after{height: 2px; margin:25px auto;}
.service_txt ul{width:300px; margin:0 auto; text-align: left;}
.service_txt li{font-size: 16px; padding:5px 0 5px 80px;}
.service_txt em{font-size: 16px; width:80px;}

.swiper-container.amenities02_slide {width:100%; margin-left:0%;height: auto; }
.amenities02_slide .swiper-slide{width:100%; height: auto;}

.amenities03 {width:100%;margin-bottom: 10%;}
.amenities03 .service_txt{position: relative; left:5%; top:0;  z-index: 0; margin-left:0; width: 90%;}
.amenities03 .service_txt h2{margin-top:5%;}
.swiper-container.amenities03_slide {width:100%; margin-left:0%;height: auto;}
.amenities03_slide .swiper-slide{width:100%; height: auto;}

.amenities04 {width:100%;margin-bottom: 10%;}
.amenities04 .amenities02_slide{width:100%; margin-left:0%; height: auto;}
.amenities04 .amenities02_slide .swiper-slide img{height:300px;}
.amenities04 .amenities04_area{display: table; margin-top:0; margin-bottom: 6%; }
.amenities04 .amenities04_div{display: block; margin-left:0; margin-top:5%; width:100%; text-align: center;}
.amenities04 .service_txt h2{margin-top:0%;}
.amenities04 .amenities04_div li{padding-left: 120px;}
.amenities04 .amenities04_div em{width:120px;}


.amenities05{width:100%; margin:0 auto 30px !important; }


/* 예약 */
.reserv_bg{padding:7% 0; display: block; margin-bottom: 50px;}
.reserv01 em{font-size: 40px;}
.reserv01 .reserv_calendar {width:500px !important; float:left; margin-right:20px;}
.reserv01 .reserv_timelist {width:400px !important; float:left;}
.reserv01 .gx_calendar {width:45% !important; float:left; margin-right:5%;}
.reserv01 .gx_daylist{width:50% !important; float:left;  }

.gx_daylist_box li{width:48%; float: left; padding:10px 0 10px 60px; position: relative; margin-right:3%; }
.gx_daylist_box li:nth-child(2n){margin-right:0;}
.gx_daylist_box li:nth-child(3n){margin-right:5%;}
.gx_daylist_box button{position: absolute; right:0; font-size: 12px !important; padding:3px;}

.reserv02 h2{font-size: 25px; }
.reserv02 .reserv01 li{font-size: 1em;}
.reserv02 .reserv01 li em{font-size: 1em;}
.reserv02 p{font-size: 14px; }
.reserv02 .reserv_info{width:100%; margin-right:0; display: block;}
.reserv02 .reserv_time{width: 100%; display: block; margin-top:7%;}
.reserv02 .reserv_call{width:100%; min-height: 60px;  border-top:1px solid #c9c9c9; margin-top:20px; padding-top:20px; }
.reserv02 .reserv_call {padding-left: 40px; background: url(../images/Service/ico_tel.png)no-repeat left 23px; }
.reserv02 .reserv_call p{font-size: 14px; }
.reserv02 .reserv_btn{margin:10px auto 0; }
.reserv02 .reserv_btn button{width:100%;}

.reserv03 h2{width:100%; display:block; font-size: 18px; }
.reserv03 .gx_banner{width:100%; display: block; margin-left:0%; text-align: left;}
.reserv03 .reserv_info{width:100%;display: block; border-left:none; padding-left:0;}
.reserv03 .reserv01 li{font-size: 1em;}
.reserv03 .reserv01 li em{font-size: 1em;}
.reserv03 .gx_banner .reserv_btn{margin-top:30px; padding: 0px; }
.reserv03 .gx_banner .reserv_btn button{width:100%;}


.lease01{padding:10% 0;margin-bottom: 5%;}
.lease02{padding:10% 0;margin-bottom: 5%;}

.timeStyle li{float: left;width:46%; min-height: 200px; margin-right:4%; padding:8% 0 5%;}
.timeStyle h3{height:130px;}
.timeStyle h3:after{ margin:20px auto;}

.gxList01 h5{width:45% !important; }
.gxList01 div.date1{width:20% !important;line-height: 1.4 !important;}
.gxList01 div.date2{width:20% !important;line-height: 1.4 !important;}
.gxList01 div.state{width:15% !important;}
.gxList01 .head div.date1, .gxList01 .head div.date2{line-height: 3 !important;}



/* retail */
.retail04{margin:60px auto 0; }
.retail04 .retail04_info .retail04_logo{width:200px; margin:0 100px 0 100px; }
.retail04 .retail04_info .retail04_txt{width:500px;float: left;}
.retail04 .retail04_info h2{font-size: 2rem; }
.retail04 .retail04_info h3{font-size: 1.5rem; }
.retail05{margin:90px auto 0; padding:60px 0; }

/* 수량변경 */
.amount{ width:135px; margin-top:5px;vertical-align: middle}
.amount a{float: left; width:35px; height: 35px; line-height: 35px; }
.amount input{margin:0 !important;height: 35px; border-width: 1px 0; text-align: center;}


.visitor01{ padding:70px 0;  margin-bottom: 50px; }
.exhibition01{width:70%; margin:0 auto 60px;}


}




@media screen and (max-width: 768px) {
html, body {  font-size: 14px;}

h1 {  font-size: 35px;}
h2 {  font-size: 30px;}
h3 {  font-size: 20px;}
h4 {  font-size: 18px;}
h5 {  font-size: 16px;}
h6 {  font-size: 14px;}


.title{padding:60px 0 30px; }
.title h2{font-size: 2em;margin-bottom: 10px;}
.title p{font-size:20px; }

.Visual .txt_area h1{ font-size: 40px;  }
.section{width:100%;padding:0;}

.container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sticky-wrapper { position: sticky; top:0; left:0; display: block; width: 100%; height: 50px; }

.column.contact-column {  padding-right: 5%;  padding-left: 5%;}
.column.contact-column.hamburger-mobile-menu {  text-align: left;}

.loginArea{display: block;}
.loginArea .logininfo{display: block; clear: both; width:100%;}
.loginArea .loginbox{display: block;clear: both;width:100%;padding:10% 10%;}


/* category */
.jbMenu.mb40{margin-bottom: 0;}
.smenuArea {min-height:30px;}
.smenu_box {min-height: 30px;width:100%;}
.smenu_box li {float:left; min-width:50%; width:50%;border: 1px solid #fff;}
.smenu_box li a{font-size: 1rem;text-overflow: ellipsis; white-space: nowrap;  overflow: hidden; }
.smenu_box.col5 li{width:33.33%;min-width:auto;}


.rounge01{background:url(../images/Service/gr_lounge_bg.jpg) no-repeat left; padding:7% 1.5%; margin-bottom: 5%;}
.rounge01 .txtbox{width: 95%; margin: auto; background: rgba(0,0,0,0.7); padding:30px;}
.rounge01 h1{font-size: 2.2rem;}
.rounge01 h3{margin-bottom:10px;}
.rounge01 p{padding:0 0%;}
.rounge01 button{ width:90%; padding:auto 10px !important; margin:10px auto 0; display: block; }


.pass01{background:url(../images/Service/pass_bg.jpg) no-repeat right; padding:7% 1.5%; }
.pass01 .txtbox{width: 95%; margin: auto; background: rgba(0,0,0,0.7); padding:30px;}
.pass01 h3{margin-top:0px;}
.pass01 p{margin-top:30px; padding:0 0%;}
.pass01 button{margin-top:20px;}


.customer01{background:url(../images/Service/gr_lounge_bg.jpg) no-repeat left; padding:7% 1.5%; margin-bottom: 5%;}
.customer01 .txtbox{width: 95%; margin: auto; background: rgba(0,0,0,0.7); padding:30px;}
.customer01 h1{font-size: 2.2rem;}
.customer01 h3{margin-bottom:10px;}
.customer01 p{padding:0 0%;}
.customer01 button{ width:90%; padding:auto 10px !important; margin:10px auto 0; display: block; }



/* Retail */
.retail_map{background: #f4f4f4; position: relative;padding:0; text-align: center; margin-top:40px; display:table; width:100%;}
.retail_map h2{position: relative; left: 0; top:0; font-size: 40px; padding:0 20px;background-position: left -30px; background-size:170px auto ; text-align: right;}
.retail_map img{width:95%; margin:20px auto; padding:0;}

.retail02_list{display: table; margin-top:30px; text-align: center;}
.retail02_list li{width:45%; min-height: 150px;height: auto; margin:7px 2%; padding:20px;}
.retail02_list p{font-size: 16px; margin-top:10px;}
.retail02_list .btn_more{ margin-top:10px;}

.retail03{margin:30px auto 30px;}


.retail04{margin:30px auto 0; display: block; }
.retail04 .retail04_info{width:100%; margin: 0 auto;display: block; text-align: center;}
.retail04 .retail04_info .retail04_logo{width:150px; display: block; margin:0 auto  0 -75px!important; padding:30px; clear: both;position: absolute; left:50%;}
.retail04 .retail04_info .retail04_txt{width:100%; display: block; margin:170px auto 0; text-align: center;}
.retail04 .retail04_info h2{font-size: 2rem;}
.retail04 .retail04_info h3{font-size: 1.2rem;}
.retail04 .retail04_info hr{margin:10px auto;}
.retail04 .retail04_info .retail04_txt ul{text-align: left; width:400px; margin:20px auto 0;}
.retail04 .retail04_intro{width:100%; display: block;}
.retail04 .retail04_intro .retail04_intro_area{padding:50px 0 0 0;}
.retail04 .retail04_intro h4{text-align: center;}

.retail05{margin:50px auto 0; padding:60px 0; }
.retail05 li{width:100%;display: block;}


.retail07{margin:50px auto 0; display:block;}
.retail07 ul{width:90%;display: block; margin:0 auto;}



.amenities01{margin-bottom: 10%;}
.amenities01 h3{font-size: 17px; }
.amenities01 h2{font-size: 25px; margin-top:20px;}
.amenities01 p{font-size: 14px; margin-top:20px;}





h3.titDep3{font-size: 20px !important; margin-bottom: 3%; }
.titDep3{font-size: 20px !important; }

.service_tb{width:100%;}
.service_tb thead th{padding: 10px 10px;}
.service_tb th{font-size: 16px; padding:10px 10px;}
.service_tb td{font-size: 14px; padding:10px 10px;}
.service_tb .mb4{margin-bottom: 4%}


.officebg2 .office02_2 ul{width:100%; display: block; margin-bottom: 40px;}
.officebg2 .office02_3{height: 100vh; background: #000; }

/* 예약 */
.reserv_bg{padding:8% 0; display: block; margin-bottom: 50px;}
.reserv01 em{font-size: 40px;}
.reserv01 h2{margin-bottom: 10px; font-size: 23px;}
.reserv02 h2{font-size: 18px; }
.reserv02 .reserv01 li{font-size: 1em;}
.reserv02 .reserv01 li em{font-size: 1em;}
.reserv02 p{font-size: 14px; }
.reserv02 .reserv_info{width:100%; margin-right:0; display: block;}
.reserv02 .reserv_time{width: 100%; display: block; margin-top:6%;}
.reserv02 .reserv_call{width:100%; min-height: 60px;  border-top:1px solid #c9c9c9; margin-top:20px; padding-top:20px; }
.reserv02 .reserv_call {padding-left: 40px; background: url(../images/Service/ico_tel.png)no-repeat left 23px; }
.reserv02 .reserv_call p{font-size: 14px; }
.reserv02 .reserv_btn{margin:10px auto 0; }
.reserv02 .reserv_btn button{width:100%;}

.reserv03 h2{width:100%; display:block; font-size: 18px; }
.reserv03 .gx_banner{width:100%; display: block; margin-left:0%; text-align: left;}
.reserv03 .reserv_info{width:100%;display: block; border-left:none; padding-left:0;}
.reserv03 .reserv01 li{font-size: 1em;}
.reserv03 .reserv01 li em{font-size: 1em;}
.reserv03 .gx_banner .reserv_btn{margin-top:30px; padding: 0px; }
.reserv03 .gx_banner .reserv_btn button{width:100%;}

.gx_daylist_box li{width:100%; display: block; padding:10px 0 10px 25%; margin-right:0; font-size: 0.85em; }

.reserv01 .reserv_calendar {width:100% !important; display: block; margin-right:0;}
.reserv01 .reserv_timelist {width:100% !important; display: block;}

.titDep3 .reserv01{display: inline-block;}
h3.titDep3{font-size: 23px !important; margin-bottom: 3%; }
.titDep3{font-size: 23px !important; }

.lease01{padding:10% 0;margin-bottom: 5%;}
.lease02{padding:10% 0;margin-bottom: 5%;}

.visitor01{ padding:70px 0;  margin-bottom: 50px; }

.exhibit01 .containerflex{display: block; margin-bottom: 0;}
.exhibit01 .exhibi_img{ height:500px; width:100%;}
.exhibit01 .exhibi_txt{width:100%; margin-bottom: 60px; padding:0 20px; text-align: center;}
.exhibit01 .txt_logo{margin: 60px auto; width:100%; max-width: 300px;}
.exhibit01 .exhibi_txt h1{font-size: 20px; margin-bottom: 10px;margin-top: 30px;}


}

@media all and (min-width: 600px) and (max-width: 820px) {
.ListSearch input{width:92%;margin-right: 0; height: 43px;}

}



@media screen and (max-width: 479px) {
html, body {  font-size: 14px;}
.m_block{display: block;}
.m_none{display: none;}
img{max-width:100%;}

  .logo {
    width: 200px;
  }
  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav-main {
    height: 50px;
  }
  
  .column {
    text-align: center;
  }


.Visual{width:100%; height: 590px; }
.Visual .txt_area h1{ font-size: 40px;  }
.Visual .txt_area p{font-size: 18px; padding:0 20px; margin-top: 10px;}

.sticky-wrapper.mobile { display: block; }


.table01 {width:100%;}
.table01 thead{display: none;}
.table01 tr, .table01 td{display: block; border-top: none; padding:5% 0; }
.table01 td{padding:0; min-height: 1rem; height: auto; line-height:1.4; text-align: left; font-size: 15px;}
.table01 .center{text-align: left;}
.table01 .tb_title02{text-align: left; font-size: 18px; font-weight: bold;  margin-bottom: 10px; }


.table01 td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}


.table01 tr+tr {border-top: 1px solid #e5e5e5;}



.ListSearch{width:100%; min-height: 90px; }
.ListSearch select{width:100%;height:45px; clear: both; display: block;background-position: 96%;}
.ListSearch input{width:87%;margin-right: 0; height: 43px;}
.ListSearch .btn_sch{top:45px;text-align: right;}

.ListSearch.resetmode form{display: flex;}
.ListSearch.resetmode .btn-gold{padding:0 10px; min-width: auto; }



/* 게시물 리스트뉴스 */
.BBSList01 {width:100%; }
.BBSList01 li{padding: 15px 0 15px 50px;}

.BBSList01 li div.date2{width:100%; left:0; top:0px; position: relative; text-align: left; font-size: 14px;line-height: 2;}
.BBSList01 li em{width: 30px; text-align: center;line-height:1.5; margin-right:10px;}
.BBSList01 li em.notice{width:20px;}
.BBSList01 h5{width:100%; font-size: 18px; line-height: 1.5;text-overflow:clip; -o-text-overflow: clip; overflow: hidden; white-space: normal;}
.BBSList01 p{width:100%; margin:0; }



/* 게시물 현황 */
.BBSList02{width:100%; display: block;}
.BBSList02 h5{color: #000; font-size: 18px; width:100%; text-align: left; font-weight: bold; margin-bottom: 10px;line-height: 2;}
.BBSList02 li{padding: 15px 0 15px; display: inline-block; }
.BBSList02 .head{display: none}
.BBSList02 li:hover{background:none}
.BBSList02 li a{ width:100%; height: 100%;}

.BBSList02 li div.state{font-size: 16px; font-weight: bold;}

.BBSList02 li div.no{display: none;}
.BBSList02 li div.date1{display: block;text-align: left; width:100% !important; line-height: 1.4; padding: 3px 0;}
.BBSList02 li div.date2{display: block;text-align: left; width:100% !important; line-height: 1.4; padding: 3px 0;}
.BBSList02 li div.name{display: block;text-align: left; width:100% !important; line-height: 1.4;padding: 3px 0;}
.BBSList02 li div.state{display: block;width:100% !important; padding:0 0; text-align: right;}

.visitor02 li div.date1:before{display: inline-block; width:80px; content: '연락처'; color: #111;}
.visitor02 li div.date2:before{display: inline-block; width:80px; content: '방문 일시'; color: #111;}
.visitor02 li div.name:before{display: inline-block; width:80px; content: '방문 대상'; color: #111;}


.pass02 li div.date1:before{display: inline-block; width:80px; content: '신청수량'; color: #111;}
.pass02 li div.date2:before{display: inline-block; width:80px; content: '사용기간'; color: #111;}




.business02 h5{width:100% !important;display: block;}
.business02 div.date1{width:100% !important;display: block;}
.business02 div.name{width:100% !important;display: block;}
.business02 div.date2{width:100% !important;display: block;}
.business02 div.state{width:100% !important;display: block;}
.business02 div.date2 br{display: none; }
.business02 div.date1:before{display: inline-block; width:50px; content: '사용일'; color: #111;}
.business02 div.name:before{display: inline-block; width:50px; content: '사용자'; color: #111;}
.business02 div.date2:before{display: inline-block; width:50px; content: '연락처'; color: #111;}
.business02 div.date2 span{display: inline-block; margin-right:15px;}

.business_reserv ul{ min-height: 100%;}


.arthall02 li div.date1:before{display: inline-block; width:90px; content: '대관공고기간'; color: #111;}
.arthall02 li div.date2:before{display: inline-block; width:90px; content: '작성일'; color: #111;}
.arthall02 h5 a{color: #333;}

.press01 h5{margin-bottom: 0; }
.press01 li div.date1{display: block; text-align: left !important; padding-left:10px;}


/* 게시물 내용보기 */
.bbsViewer {width:100%;position:relative;}
.bbsViewer .noticehead .noticeTit { display:block;width:auto; text-align: center; margin:20px 0; padding:0;}
.bbsViewer .noticehead .noticeTit span.date {position: relative; right:0; bottom:0; text-align: center; margin-top:5px; width:100%;}
.bbsViewer .noticeContent {padding:30px 0;}
.noticeBtn {width:100%; height:45px; margin:20px auto 50px;}
.noticeBtn a{display:inline-block; height:100%; margin:0; line-height: 1;width:20%; font-size: 0; }
.noticeBtn .btnList{width:26px;}
.bbsViewer .fileArea button{width:95%; display: block;margin:3px;box-sizing: border-box;}



.link01{ padding:6px 31px 8px 16px;  width:100%; display: block; margin: 10px 0; text-align: center; background-position-x: 95%;}
.link02{color: #aaa; width:100%; display: block; margin: 10px 0;}

/* category */
.jbMenu.mb40{margin-bottom: 0;}
.smenuArea {min-height:30px;}
.smenu_box {min-height: 30px;width:100%;}
.smenu_box li {float:left; min-width:50%; width:50%;}
.smenu_box li a{font-size: 1rem;text-overflow: ellipsis; white-space: nowrap;  overflow: hidden; }


.contact h3{font-size: 20px; }
.contact h4{font-size: 16px; }
.contact p{font-size: 14px;}
.contact li{padding:5px 0;}
.contact li em{font-size: 14px; width:27%; text-align: left; top:10px}
.contact li p{padding-left:31%;}
.contact li button{font-size: 12px !important; padding:8px 10px; margin-left:5px; margin:3px 0;}
.contact li input{width:100%;margin:3px 0;}
.contact li textarea{height:200px;width:100%; }
.contact .email{width:100%; margin-top:10px;}
.contact li select{width:100% !important; }
.contact .m_blank{margin-bottom: 4px;}
.contact .btn-layer{margin:3px 0;}

.visitor01{background:url(../images/Service/visitor_bg.jpg) no-repeat right; padding:7% 1.5%; margin-bottom: 50px; min-height: 400px;}
.visitor01 .txtbox{width: 95%; margin: auto; background: rgba(0,0,0,0.7); padding:30px;}
.visitor01 h3{margin-top:0px;}
.visitor01 p{margin-top:30px; padding:0 0%;}
.visitor01 button{margin-top:20px;}
.visitor01_btn button{width:100%;}


/* 하단 설명 */
.ex_area{width:90%; margin:30px auto 10%;}
.ex_area h5{font-size: 18px; padding-left: 25px; margin-bottom: 10px;min-height: 20px; }
.ex_area p{font-size: 14px; padding:6px 0 6px 25px;}
.ex_area em{font-size: 14px;}
.ex_area span{font-size: 13px; }





.timeStyle h3{font-size: 60px;line-height: 60px; height:100px;  }
.timeStyle h3:after{width:30px; margin:3% auto;}
.timeStyle span{font-size: 20px; }
.timeStyle p{color: #fff; }
.timeStyle li{float: left;width:46%; min-height: 200px; margin-right:4%; background: #ae836b; box-shadow: 10px 10px 10px rgba(0,0,0,0.15); text-align: center; padding:8% 0 5%;}
.timeStyle .t02{background: #838383; }
.timeStyle .t02 h3{font-size: 40px;}
.timeStyle .t02 span{font-size: 18px;}

.gxList01 h5{width: 100%  !important; display: block;}
.gxList01 div.date1{width: 100%  !important; display: block;}
.gxList01 div.date2{width: 100%  !important; display: block;}
.gxList01 div.state{width: 100%  !important; display: block;}
.gxList01.gxbook h5{width:100% !important;}

.gxList01 div.date1:before{display: inline-block; width:60px; content: '수업기간'; color: #111;}
.gxList01 div.date2:before{display: inline-block; width:60px; content: '신청기간'; color: #111;}

.gxList02 h5{width: 100%  !important; display: block;}
.gxList02 div.date1{width: 100%  !important; display: block;}
.gxList02 div.name{width: 100%  !important; display: block;}
.gxList02 div.state{width: 100%  !important; display: block;}

.gxList02 div.date1:before{display: inline-block; width:60px; content: '수업기간'; color: #111;}
.gxList02 div.name:before{display: inline-block; width:60px; content: '사용자'; color: #111;}

.fitList01 h5{width: 100%  !important; display: block; }
.fitList01 div.name{width: 100%  !important; display: block;}
.fitList01 div.date1{width: 100%  !important; display: block;}
.fitList01 div.state{width: 100%  !important; display: block;}
.fitList01 div.name:before{display: inline-block; width:75px; content: '회원권 종류'; color: #111;}
.fitList01 div.date1:before{display: inline-block; width:75px; content: '신청일'; color: #111;}


.auditorium01 h5{width: 100% !important; display: block; }
.auditorium01 div.name{width: 100% !important; display: block;}
.auditorium01 div.date1{width: 100% !important; display: block;}
.auditorium01 div.date2{width: 100% !important; display: block;}
.auditorium01 div.state{width: 100% !important; display: block;}
.auditorium01 div.name:before{display: inline-block; width:75px; content: '사용자'; color: #111;}
.auditorium01 div.date1:before{display: inline-block; width:75px; content: '사용일'; color: #111;}
.auditorium01 div.date2:before{display: inline-block; width:75px; content: '연락처'; color: #111;}
.auditorium01 div br{display: none;}
.auditorium01 div.date2 span{display: inline-block !important;}

.reserv01 h2{font-size: 1.5em; margin-bottom: 10px;}
.reserv01 em{font-size: 50px; font-weight: bold;}
.reserv01 h5{font-size: 18px; color: #ae836b; margin-bottom: 20px;}
.reserv01 p{font-size: 16px; color: #777777; line-height: 1.6;}
.reserv01 li{position: relative; font-size: 16px; line-height: 1.6;padding-left:120px;}
.reserv01 li em{font-size: 16px; color: #333; font-weight: normal; width: 120px; }

.reserv01 .reserv_calendar {width:100% !important; display: block; margin-right:0;}
.reserv01 .reserv_timelist {width:100% !important; display: block;}
.reserv01 .gx_calendar {width:100% !important; display: block; margin-right:0;}
.reserv01 .gx_daylist{width:100% !important; display: block; margin:10% 0 0; }


.gx_daylist_box li{width:100%; display: block;  margin-right:0; text-align: left;font-size: 1em; padding:10px 0 10px 20%; }
.gx_daylist_box em{font-size: 0.9em; }
.gx_daylist_box button{font-size: 13px !important; margin-top:-3px;}

/* GX 달력 */
.calendar{ min-height: 320px; }



.arthall01{display: none; visibility: hidden;}
.arthall01_m{padding: 0 0 40px; text-align: center; display: block; visibility: visible;}

.exhibition01{width:90%; margin:0 auto 60px;}


.wash01 .wash01_1 {min-height: 170px; margin:0 auto 30px; padding:10% 0; }
.wash01 .ico_scroll{display: block;}
.wash01 .wash01_2{ margin:0 auto 10px; overflow-x: scroll;}
.wash01 .wash01_2 table{min-width: 800px;}
.wash01 .wash01_1 h3{font-size: 2rem;}
.wash01 .wash01_1 h4{font-size: 1.3rem;}
.wash01 .wash01_1 p{font-size: 1rem;margin-top:10px;}



.officebg2 {position: relative; min-height:850px; width:100%; margin:0 auto 0; }
.officebg2 .office_area{width:100%; max-width: 1200px; height: 120%; margin:auto; }
.officebg2 .office_area .office02_1{ top: 0; width:100%; height: 60px; padding:10px; }
.officebg2 .office_area .office02_1 img{max-height: 100%;}
.officebg2 .office_area .office02_2{margin-top:60px; margin-left:0%; width:100%; display: block; z-index: 1;}
.officebg2 .office02_3{position: absolute; z-index: 0; top:0; bottom:0; width:100%; }
.officebg2 .office02_2{width: 90%; position: relative; display: block; padding: 3rem 3rem; text-align: left;}
.officebg2 .office02_2 h3{font-size: 1.5rem; margin-bottom: 10px;}
.officebg2 .office02_2 ul{width:100%; display: block; margin-bottom: 40px;}
.officebg2 .office02_2 li{font-size: 1rem; padding:5px 0 5px 50px; line-height: 1.4; min-height: 1.4; }
.officebg2 .office02_2 em{font-size: 1.1rem; width:50px; display: block;}



.service_txt .btnArea button{width:90%;box-sizing: border-box; margin:3px auto;}


.lease01{padding:20% 0;margin-bottom: 15%;}
.lease02{padding:20% 0;margin-bottom: 15%;}

.pm01_right p{text-align: center !important;}

.exhibit01 .exhibi_img{ height:300px; width:100%;}
.exhibit01 .exhibi_txt h1{font-size: 20px; margin-bottom: 10px;margin-top: 30px;}





}