@charset "utf-8";
/* banner css import */
@import url("index_banner.css");

/*common.css 에 덮어쓰기*/
/* 헤더영역 */
.headerOrigin {
  position: relative;
  width: 100%;
  height: auto;
  background: #000;
}
.headerOrigin h1 a {
  position: relative;
  top: 8px;
  left: 10px;
  color: #d0d1d1;
  font-size: 28px;
}
/* 지역선택 추가 */
.headerOrigin .nav_tab2 {
  position: relative;
  padding: 12px 0;
  text-align: center;
  top: 0;
}
.headerOrigin .nav_tab2 > a {
  position: relative;
  display: inline-block;
  width: auto;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 3px;
  height: 28px;
  line-height: 1;
  margin: 0 0.5%;
  width: 31%;
  font-size: 13px;
}
.headerOrigin .nav_tab2 > a:after {
  content: "";
  display: inline-block;
  height: 109%;
  vertical-align: middle;
}
/*.headerOrigin .nav_tab2 > a:nth-child(1) {width: 32%;}
.headerOrigin .nav_tab2 > a:nth-child(2) {width: 32%;}
.headerOrigin .nav_tab2 > a:nth-child(3) {width: 32%;}*/

.headerOrigin .slt_box {
  position: absolute;
  display: inline-block;
  left: 10px;
  top: 11px;
  font-size: 14px;
}
.headerOrigin .slt_box > a {
  display: inline-block;
  width: 50px;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 3px;
  height: 24px;
  line-height: 1.8em;
}
.headerOrigin .slt_box a.a2 {
  margin-left: 5px;
}

/*.headerOrigin .nav_tab {position: absolute; width: 106px;height: 17px; top: 11px;	right: 10px; display: block; padding: 5px 8px 3px; color: #eee; font-size: 14px; border:1px solid #eee; border-radius: 3px; background-image: none; text-align: center;}
.headerOrigin .nav_tab i {position: relative; left: 1px;}*/

/* 지역선택 추가 */
.headerOrigin .slt_box {
  position: absolute;
  display: inline-block;
  left: 10px;
  top: 11px;
  font-size: 14px;
}
.headerOrigin .slt_box > a {
  display: inline-block;
  width: 50px;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 3px;
  height: 24px;
  line-height: 1.8em;
}
.headerOrigin .slt_box a.a2 {
  margin-left: 5px;
}

.headerOrigin .nav_tab {
  position: absolute;
  width: 106px;
  height: 17px;
  top: 11px;
  right: 10px;
  display: block;
  padding: 5px 8px 3px;
  color: #eee;
  font-size: 14px;
  border: 1px solid #eee;
  border-radius: 3px;
  background-image: none; /* letter-spacing: 0; */
  text-align: center;
}
.headerOrigin .nav_tab i {
  position: relative;
  left: 1px;
}

/* 푸터영역 */
footer {
  background-color: #f2f2f2;
  height: 200px;
  border-bottom: 10px solid gray;
}

/* 공통 */
.ptr {
  cursor: pointer;
}
/* 슬라이드 */
.swiper-container {
  width: 100%;
  height: 515px;
  overflow: hidden;
  float: left;
}
.swiper-container img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.swiper-slide {
  /* display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center; */
}
/* 메인이미지 */
.top_box {
  position: absolute; /*top:270px;*/
  top: 160px;
  left: 50%;
  margin-left: -145px;
  z-index: 9;
  text-align: center;
  letter-spacing: -1px;
  font-size: 15px;
}
.top_box + .swiper-container {
    height:321px;
}
.call + .top_box {
  top: 270px;
}
.top_box > [class*="box_"] {
  width: 90px;
  height: 110px;
  float: left;
  margin-left: 10px;
}
.top_box > [class*="box_"] > p {
  margin-top: 8px;
  color: #fff;
}
.top_box > [class*="box_"] > p > span {
  font-size: 12px;
  color: #fff;
}
.top_box > [class*="box_"].box_1 {
  background-color: rgba(51, 51, 51, 0.8);
  margin-left: 0;
}
.box_2 {
  background-color: rgba(196, 196, 196, 0.9);
}
.box_3 {
  background-color: rgba(255, 137, 33, 0.8);
}
/*.box_1 {width:90px; height:104px; float:left; background-color: rgba(255, 137, 33, 0.8);}*/
/*.box_1 p { color:#FFF; margin-top:14px; }*/
/*.box_1 p span{ color:#FFF; font-size:12px;}*/
/*.box_2 {width:90px; height:104px; margin-left: 10px; float:left; background-color: rgba(51, 51, 51, 0.8);}*/
/*.box_2 p { color:#FFF; margin-top:14px;}*/
/*.box_2 p span{ color:#FFF; font-size:12px;}*/
/*.box_3 {width:90px; height:104px; margin-left: 10px; float:left; background-color: rgba(196, 196, 196, 0.9);}*/
/*.box_3 p { color:#FFF; margin-top:14px;}*/
/*.box_3 p span{ color:#FFF; font-size:12px;}*/
.top_box p span:nth-child(2) {
  font-size: 14px;
}
.link_btn {
  display: block;
  color: #fff;
  border: 1px solid #fff;
  width: 86%;
  margin: 0 auto;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.7em;
}
.box_3 .link_btn > span {
  font-size: 8px;
  margin-left: 5px;
}
.regionName {
  position: absolute;
  width: 100%;
  top: -65px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 1);
}
/* 비과밀억제권역 세액감면 혜택 */
.topBanner{
  width: 300px;
  float: left;
  margin-top: 20px;
  padding: 10px 0;
  background-color: #FFCC00;
  border-radius: 10px;
  font-size: 15px;
  font-weight: bold;
}
.topBanner p>span{
  color: #DB2D2E;
}
.topBanner .sub{
  margin-top: 10px;
  font-size: 12px;
}

/*전화문의*/
.call {
  width: 100%;
  height: 64px;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #3b3938;
  z-index: 10;
}
.call img {
  width: 88px;
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -46px;
}
.call_bt {
  width: 300px;
  height: 40px;
  padding-top: 4px;
  background-color: #ff8921;
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
}
.bt_title,
.bt_title a {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  letter-spacing: -1px;
  line-height: 17px;
  font-family: tahoma; /* padding-top: 2px; */
}
.bt_title2 {
  font-size: 12px;
  color: #ffd5b0;
}

/* 190403 전화문의 수정 */
.call-renew {
  position: fixed;
  z-index: 10;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #3b3938;
}
.call-renew > img {
  width: 88px;
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -46px;
}
.call-renew .call-box {
  position: relative;
  box-sizing: border-box;
  padding: 12px 23px;
  text-align: center;
}
.call-renew .call-box .btn-call {
  font-weight: bold;
  line-height: 20px;
  letter-spacing: -0.7px;
  color: #fff;
}
.call-renew .call-box .btn-call.btn-tit {
  display: block;
  padding: 8px 0 8px;
  font-size: 15px;
  background: #ff8921;
}
.call-renew .call-box .btn-box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin-top: 5px;
}
.call-renew .call-box .btn-box .btn-call {
  display: inline-block;
  margin-right: 6px;
  padding-left: 2px;
  font-size: 13px;
}

/* 컨텐츠 */
.content {
  width: 100%;
  position: relative;
}
.content h2 {
  color: #fff;
  text-align: left;
  font-size: 24px;
  margin-left: 15px;
}
.content h2 span {
  font-size: 16px;
  font-weight: 600;
}

/* 상단 박스 3개 */
.article_1 {
  float: left;
  width: 100%;
  height: auto;
  background-color: #5b5b5b;
  color: white;
}
.article_2 {
  float: left;
  width: 100%;
  height: auto;
  background-color: #9a9a9a;
  color: white;
}
.article_3 {
  float: left;
  width: 100%;
  height: auto;
  background-color: #e28f45;
  color: white;
}
.article_1 p,
.article_2 p,
.article_3 p {
  width: 100%;
  height: 24px;
  float: left;
  margin-top: 15px;
}
.article_1 p span,
.article_2 p span,
.article_3 p span {
  font-size: 23px;
  margin-left: 15px;
  font-weight: bold;
}
.article_1 p.eft,
.article_2 p.eft,
.article_3 p.eft {
  text-align: right;
  font-weight: bold;
  margin-bottom: 18px;
}
.article_1 p.eft span,
.article_2 p.eft span,
.article_3 p.eft span {
  margin-left: 5px;
  color: #ffeb3b;
}
.article_1 ul {
  width: 100%;
  font-size: 11px;
  letter-spacing: -0.5px;
  list-style-type: disc;
  float: left;
  margin-top: 10px;
  line-height: 180%;
}
.article_2 ul {
  width: 100%;
  font-size: 11px;
  letter-spacing: -0.5px;
  list-style-type: disc;
  float: left;
  margin-top: 10px;
  line-height: 220%;
}
.article_3 ul {
  width: 100%;
  font-size: 11px;
  letter-spacing: -0.5px;
  list-style-type: disc;
  float: left;
  margin-top: 10px;
  line-height: 250%;
}
.article_1 ul li,
.article_2 ul li,
.article_3 ul li {
  max-width: 100%;
  margin-left: 30px;
  font-size: 12px;
  margin-top: -2px;
}
.article_2 ul li:first-child {
  list-style: none;
  margin-left: 30px;
  margin-bottom: 15px;
}
.article_1 div {
  width: 85%;
  height: 45px;
  line-height: 40px;
  margin: 10px 0px 0px 30px;
  text-align: center;
  font-size: 18px;
  background-color: #333;
  color: white;
  border: 1px solid #fff;
  cursor: pointer;
}
.article_2 div {
  width: 85%;
  height: 45px;
  line-height: 40px;
  margin: 10px 0px 0px 30px;
  text-align: center;
  font-size: 18px;
  background-color: #6c6c6c;
  color: white;
  border: 1px solid #fff;
  cursor: pointer;
}
.article_3 div {
  width: 85%;
  height: 45px;
  line-height: 40px;
  margin: 10px 0px 0px 30px;
  text-align: center;
  font-size: 18px;
  background-color: #f06804;
  color: white;
  border: 1px solid #fff;
  cursor: pointer;
}

/* 소개 부분 */
.introduce {
  width: 100%;
  float: left;
  position: relative;
}
.intro_img img {
  width: 110px;
}
.intro_text {
  font-size: 21px;
  color: #ff8921;
  width: 100%;
  text-align: center;
  font-weight: bold;
  letter-spacing: -2px;
  margin: 25px 0 10px 0;
}
.intro_img {
  width: 50%;
  height: 150px;
  float: left;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}
.intro_img li {
  padding-top: 5px;
}
.intro_article {
  width: 90%;
  margin: 0 auto;
  text-align: justify;
  letter-spacing: -0.5px;
  word-break: keep-all;
  margin-top: 30px;
}
.intro_article li {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 10px;
  text-align: left;
}
.intro_article li:first-child {
  font-size: 18px;
}
.intro_article li:last-child {
  margin-top: 15px;
}
.intro_article li:last-child.lt {
  line-height: 1.5em;
}

.intro-contents .notice-area p {
  margin: 20px 15px 0;
  padding: 12px 9px;
  box-sizing: border-box;
  background-color: rgba(64, 64, 64, 0.5);
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  letter-spacing: -0.3px;
}
.intro-contents .notice-area p strong {
  font-weight: bold;
  color: #82c6ff;
}

/* 서비스 부분 */
.service {
  width: 100%;
  position: relative;
  float: left;
  background-color: black;
  margin-top: 40px;
}
.service p {
  width: 100%;
  height: 50px;
  color: white;
  text-align: center;
  line-height: 150%;
  font-size: 26px;
  font-weight: bold;
  margin-top: 20px;
}
.service_article {
  width: 100%;
  float: left;
  color: white;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 30px;
}
.service_article_sale {
  width: 100%;
  float: left;
  color: yellow;
  text-align: center;
  margin-top: 10px;
}
.service_article li:first-child {
  font-size: 20px;
  margin-bottom: 10px;
}
.service_article li {
  font-size: 14px;
  line-height: 15px;
  margin-top: 6px;
}
.service_article_sale li:first-child {
  font-size: 20px;
  margin-bottom: 10px;
}
.service_article_sale li {
  font-size: 12px;
  line-height: 15px;
  margin-top: 6px;
}

/* 입주사 부분 */
.company {
  width: 100%;
  float: left;
  position: relative;
}

.company::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  background-color: #ff7600;
  opacity: 0.5;
  z-index: -1;
}

.company::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  background-image: url("http://img.onbiz.co.kr/images/floor.jpg");
  background-size: 200% 100%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
  z-index: -1;
  /*background-attachment:fixed;*/
}

.companys {
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.companys li:first-child {
  text-align: center;
  margin-left: 0;
  font-size: 26px;
  width: 100%;
}
.companys li {
  font-size: 12px;
  letter-spacing: -1px;
  font-weight: bold;
  margin: 15px auto;
  width: 290px;
}
.companys .last {
  margin-bottom: 25px;
}

.hot_desk {
  width: 100%;
  float: left;
  text-align: center;
  background-color: #2f2e2e;
  color: white;
}
.hot_desk ul {
  width: 50%;
  float: left;
}
.hot_desk li:nth-child(odd) {
  font-size: 30px;
  font-weight: bold;
  margin-top: 40px;
}
.hot_desk li:nth-child(even) {
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
}

/* 갤러리 부분 */
/*.gallary {width:100%; float:left; position:relative;}
.gallary img {max-width:100%;}
.gallary p {width:100%; float:left; text-align:center; margin-top:20px; font-size:26px; font-weight:bold; color:#FF8921; }
.left_gallary {width:50%; float:left;}
.left_gallary li {width:90%; margin:20px auto; box-shadow: rgba(0, 0, 0, 0.329412) 0px 1px 3px 0px;}
.right_gallary {width:50%; float:left;}
.right_gallary li {width:90%; margin:20px auto; box-shadow: rgba(0, 0, 0, 0.329412) 0px 1px 3px 0px;}*/
.gallary {
  width: 100%;
  float: left;
  position: relative;
}
.gallary img {
  width: 100%;
  height: 100%;
}
.gallary p {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 20px;
  font-size: 26px;
  font-weight: bold;
  color: #ff8921;
}
.left_gallary {
  width: 50%;
  float: left;
}
.left_gallary li {
  position: relative;
  margin: 10px 5px;
  padding-top: 75%;
  box-shadow: rgba(0, 0, 0, 0.329412) 0px 1px 3px 0px;
}
.right_gallary {
  width: 50%;
  float: left;
}
.right_gallary li {
  position: relative;
  margin: 10px 5px;
  padding-top: 75%;
  box-shadow: rgba(0, 0, 0, 0.329412) 0px 1px 3px 0px;
}
.left_gallary li div,
.right_gallary li div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* 도면이미지 */
.floor {
  width: 100%;
  float: left;
  position: relative;
  background-color: #2f2e2e;
  padding-bottom: 20px;
}
.floor p {
  width: 100%;
  height: 80px;
  float: left;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: white;
  line-height: 100px;
}
.floor_box {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 30px;
}
.floor_box:first-child {
  margin-top: 0;
}
.floor_box li {
  width: 90%;
  color: white;
  margin: 10px auto;
  font-size: 15px;
  letter-spacing: -1.5px;
  word-break: keep-all;
}
.floor_box li.floor-title {
  font-size: 30px;
}
.floor_box li.f_room b{
  color: #fff;
}
.floor_box li.f_room {
  color: #F9A253;
}
.floor_box li.f_pop a{
  color: #fff;
  text-decoration: underline;
  text-underline-position: under;
  margin-left: 12px;
  cursor: pointer;
}
.floor_box .floor_evt_list>span{
  background-color: #F9A253; 
  color: #2E2E2E; 
  padding: .125rem 1rem; 
  font-weight: bold;
}
.floor_box img {
  max-width: 100%;
  cursor: pointer;
}
.floor_box .zoom {
  width: 20%;
  position: absolute;
  right: 20px;
  top: 130px;
}
/* 대관실 */
.rental-sec{
  float: left;
  position: relative;
  padding: 1rem;
  color: #fff;
  background-color: #111111;
}
.rental-sec h2 {
  text-align: center;
}
.rental-sec .subtit{
  margin: 2rem 0;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.rental-sec .subtit >span{
  font-size: 18px;
  color: #FF8921;
}
.rental-sec .info-wrap{
  margin-bottom: 2rem;
  text-align: left;
  line-height: 1.5;
}
.rental-sec .info-wrap>h5{
  margin-bottom: 1rem;
  font-size: 24px;
  color: #FF8921;
}
.rental-sec .box-wrap{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.rental-sec .box-wrap>li{
  padding: .75rem 0;
  margin-right: 2%;
  margin-bottom: 1rem;
  width: 31%;
  font-weight: 600;
  color: #000;
  background-color: #F2923B;
  border-radius: 28px;
  text-align: center;
}
.rental-sec .img-wrap>h5{
  margin-bottom: 1rem;
  font-size: 20px;
  color: #FF8921;
  text-align: left;
}
.rental-sec .img-wrap .img{
  width: 100%;
  margin-bottom: 1rem;
}
.rental-sec .img-wrap .img >img{
  width: 100%;
}

.rental-sec .img-wrap>ul{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 1rem;
}
.rental-sec .img-wrap>ul>li{
  width: 50%;
}
.rental-sec .img-wrap>ul>li>img{
  width: 100%;
}

/* HAPPY CLIENT - REAL REVIEW*/
.client {
  width: 100%;
  float: left;
  position: relative;
  background-color: #2f2e2e;
}
.client .client_img {
  position: relative;
  overflow: hidden;
}
.client .client_img > img {
  width: 100%;
}
.content .client > h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  margin: 32px 0 5px;
}
.content .client > h2 .fw400 {
  color: #ff8921;
  font-weight: 400;
  font-size: 1em;
}
.client .ps {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  line-height: 1.3em;
  height: auto;
  float: none;
  text-align: center;
}

.rs-box {
  position: relative;
  width: 320px;
  height: auto;
  margin: 20px auto 34px;
  font-family: "Nanum Gothic";
  float: none;
}
.rs-box:before,
.rs-box:after {
  content: "";
  display: block;
}
.rs-box:after {
  clear: both;
}
.client .rs-box .rb-u1 {
  position: relative;
  margin: 0 auto;
  float: none;
}
.client .rb-u1 .post {
  height: 165px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto;
}
.client .post .item {
  width: 236px;
  height: 165px;
  padding: 0px 15px;
  background: #3b393a;
  margin: 0 auto;
}
.rb-u1 .post .tit,
.rb-u1 .post .txt {
  text-align: left;
  height: auto;
  float: none;
}
.rb-u1 .post .tit {
  font-size: 14px;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #838282;
  font-weight: 600;
}
.rb-u1 .post .tit .sm {
  font-size: 11px;
  font-weight: 400;
}
.rb-u1 .post .txt {
  line-height: 1.5em;
  font-size: 12px;
  letter-spacing: -1px;
  color: #fff;
  padding-top: 8px;
  word-break: keep-all;
  font-weight: 400;
}

span.rs-slide-btn {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -10px;
  display: block;
  width: 10px;
  height: 21px;
  z-index: 10;
  cursor: pointer;
}
.rs-slide-btn#slider-prev {
  background: url(http://img.onbiz.co.kr/review_prev_btn.png) no-repeat;
  left: 8px;
  background-size: 10px;
}
.rs-slide-btn#slider-next {
  background: url(http://img.onbiz.co.kr/review_next_btn.png) no-repeat;
  right: 8px;
  background-size: 10px;
}

/* 문의하기 */
.inquiry {
  position: relative;
  width: 100%;
  float: left;
  background-color: #ebebe9;
}
.inquiry p {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-top: 20px;
}
.inquiry_wrap {
  width: 100%;
  float: left;
}
.form_box {
  width: 80%;
  margin: 5px auto;
}
.form_box input,
.form_box select,
.form_box textarea,
.form_btn {
  border: 1px solid #474747;
  border-radius: 4px;
}
.form_box label {
  width: 100%;
  float: left;
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0;
  color: #525252;
}
.form_box input {
  font-size: 14px;
}
.form_box select {
  font-size: 14px;
}
.form_box select,
.form_box option {
  padding-left: 5px;
}
.form_wrap {
  position: relative;
  width: 100%;
  float: left;
  vertical-align: middle;
}
.form_wrap:last-child {
  margin: 20px 0;
}
.form_wrap textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #474747;
  font-size: 14px;
  resize: none;
}
.form_wrap input {
  height: 30px;
  box-sizing: border-box;
}
#name {
  width: 100%;
}
#tel_input1,
#tel_input2,
#tel_input3 {
  width: 31.3%;
}
.link_text {
  display: inline-block;
  width: 3%;
  height: 100%;
  text-align: center;
}
.link_text2 {
  display: inline-block;
  width: 6%;
  height: 100%;
  text-align: center;
}
.form_wrap .link_text,
.form_wrap .link_text2 {
  height: auto;
}
#email {
  width: 44.1%;
  float: left;
}
#email2 {
  width: 48%;
  height: 30px;
  background-color: #fff;
}
#email3 {
  width: 100%;
  margin-top: 10px;
}
#subject {
  width: 100%;
}
.form_wrap .form_btn {
  position: relative;
  width: 100px;
  background-color: #dbdbdb;
  height: 30px;
  left: 50%;
  margin-left: -50px;
  border-radius: 0px;
}

/* 오시는길 */
.contact {
  width: 100%;
  float: left;
}
.contact p {
  width: 100%;
  float: left;
  text-align: center;
  color: #ff8921;
  font-size: 26px;
  font-weight: bold;
  margin-top: 30px;
}
.address {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.address b {
  font-size: 20px;
}
.address li {
  width: 96%;
  margin: 5px auto;
  text-align: center;
  font-size: 12px;
  letter-spacing: -1px;
}
.address li:first-child {
  margin: 10px auto;
}
/* .address li:nth-child(6) {font-size: 16px; font-weight: 600; margin-top: 15px;} */
.address li:last-child {
  margin-bottom: 10px;
}
.map {
  float: left;
}
#map {
  height: 250px;
}

/* 메인 ditower 건물구조 부분 배너 추가 170627 이현우 */
.office_lease {
  overflow: hidden;
}
.office_lease a {
  float: left;
  width: 50%;
}

/* 미디어 쿼리 */
@media (min-width: 480px) and (max-width: 639px) {
  .intro_img {
    height: 200px;
  }
  .intro_img img {
    width: 150px;
  }
}
@media (min-width: 640px) {
  .intro_text {
    margin-bottom: 15px;
  }
  .intro_img {
    height: 250px;
  }
  .intro_img img {
    width: 190px;
  }
}
@media (min-width: 480px) {
  .hot_desk ul {
    width: 33.33%;
  }
}

@media (max-width: 320px) {
  /* 190403 전화문의 수정 */
  .call-renew .call-box .btn-box .btn-call {
    margin-right: 5px;
    font-size: 12px;
  }
}

/*신규_인트로*/
.top-intro-area {
  position: absolute;
  top: 86px;
  z-index: 9;
  left: 0;
  right: 0;
  width: 330px;
  margin: 0 auto;
  /* margin-left: -145px; */
}
.top-intro-area * {
  font-family: "Noto Sans KR", sans-serif;
  line-height: 1.1;
}

.top-intro-area .top-title {
  text-align: center;
  color: white;
  font-size: 24px;
  letter-spacing: -1px;
  font-weight: 400;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}

/*메인 인트로*/
.intro-contents {
  background-color: rgba(0, 0, 0, 0.7);
  /* width: 980px; */
  padding-top: 15px;
  padding-bottom: 18px;
  margin-top: 22px;
  width: 330px;
}

.intro-contents * {
  font-family: "Noto Sans KR", sans-serif;
  line-height: 1.1;
}

.intro-contents > * {
  margin: 0 auto;
}

.intro-contents .title-area {
  width: 290px;
  text-align: center;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.intro-contents .title-area .title-main {
  color: #ffb400;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -1.8px;
  text-align: center;
}
.intro-contents .title-area .title-main .span-sub {
  font-size: 18px;
}
.intro-contents .title-area .title-sub {
  color: #fff;
  font-size: 16px;
  letter-spacing: -1.8px;
  font-weight: 300;
  margin-top: 3px;
}

.intro-contents .point-ul {
  width: 290px;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.intro-contents .point-ul > li {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.intro-contents .point-ul > li .icon-check img {
  width: 14px;
}

.intro-contents .point-ul > li .p-txt {
  color: #ffb400;
  font-size: 15px;
  letter-spacing: -1.2px;
  line-height: 1.15;
  text-align: center;
  margin-top: 4px;
}

.intro-contents .btn-apply {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 40px;
  margin-top: 10px;
  background-color: #ff6600;
  color: #fff;
  font-size: 18px;
}
.intro-contents .btn-apply span {
  display: block;
  padding-bottom: 2px;
}

.intro-contents .btn-apply .icon-arrow {
  margin-left: 10px;
  display: flex;
}
.intro-contents .btn-apply .icon-arrow img {
  vertical-align: middle;
  width: 8px;
}

.introduce {
  padding-bottom: 40px;
}

.service {
  margin-top: 0;
}

/*렌탈 서비스 부분*/

.service-rental-cont {
  float: left;
  background-color: #2f2e2e;
  padding-top: 33px;
  width: 100%;
}

.service-rental-cont .tit {
  color: #fff;
  font-size: 26px;
  font-weight: -0.8px;
  font-weight: 600;
  text-align: center;
}

.service-rental-box {
  margin-top: 17px;
  margin-bottom: 40px;
}

.service-rental-box .rental-ul {
  /* display: flex; */
  /* justify-content: space-between; */
}

.service-rental-box .rental-ul > li {
  /* width: 320px; */
  margin: 0 21px;
  padding: 0 18px;
  padding-top: 24px;
  padding-bottom: 30px;
  margin-bottom: 1px;
  /* margin-right: 12px; */
}

.service-rental-box .rental-ul > li:last-of-type {
  /* margin-right: 0; */
}

.service-rental-box .rental-ul .title-area {
  padding-bottom: 9px;
  border-bottom: 2px solid #2a2a2a;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.service-rental-box .rental-ul .title-area .title-main {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.9px;
}

.service-rental-box .rental-ul .title-area .title-sub {
  padding-bottom: 3px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.7px;
  margin-top: 3px;
}

.service-rental-box .rental-ul .rental-ment {
  margin-top: 19px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -1.5px;
  line-height: 1.3;
  text-align: center;
}

.service-rental-box .rental-ul .txt-area {
  margin-top: 17px;
}

.service-rental-box .rental-ul .txt-area p {
  font-size: 14px;
  letter-spacing: -0.9px;
  text-align: left;
  display: flex;
  line-height: 1.36;
  word-break: keep-all;
  margin-top: 0;
}

.service-rental-box .rental-ul .txt-area p::before {
  content: "ㆍ";
}

.service-rental-box li.box-sty01 {
  background-color: #f9a253;
}
.service-rental-box li.box-sty02 {
  background-color: #111;
}

.service-rental-box li.box-sty01 .title-area {
  border-bottom: 2px solid #2a2a2a;
}
.service-rental-box li.box-sty02 .title-area {
  border-bottom: 2px solid #898989;
}

.service-rental-box li.box-sty01 .title-area .title-main {
  color: #111;
}

.service-rental-box li.box-sty02 .title-area .title-main {
  color: #f9a253;
}

.service-rental-box li.box-sty01 .title-area .title-sub {
  color: #444;
}

.service-rental-box li.box-sty02 .title-area .title-sub {
  color: #ccc;
}

.service-rental-box li.box-sty01 .rental-ment {
  color: #111;
}

.service-rental-box li.box-sty02 .rental-ment {
  color: #f9a253;
}

.service-rental-box li.box-sty01 .txt-area {
  color: #111;
}

.service-rental-box li.box-sty02 .txt-area {
  color: #fff;
}

.service-rental-box .btn-rental {
  display: block;
  margin: 0 auto;
  margin-top: 13px;
  max-width: 280px;
  width: 100%;
  height: 46px;
  background-color: #ff7418;
  text-align: center;
  border: 1px solid #fff;
  padding-top: 11px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -1px;
}

.service-rental-box .btn-rental .span-sub {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.9px;
}

.service-rental-box li.box-sty01 .btn-rental {
}

/*이벤트배너 부분*/
.event-sec {
  width: 100%;
  float: left;
  background-color: #414141;
  text-align: center;
  padding-top: 36px;
  padding-bottom: 24px;
}

/* 도면 팝업 */
.pop-wrapper{display: none; background-color:rgba(0,0,0,.5); position:fixed; width: 100%; height: 100vh; top:0; left:0; z-index: 10000;}
.pop-wrap{position: absolute; top: 50%; transform: translateY(-50%); width: 100%; background-color: #fff;}
.pop-close{position: absolute; top: 10px; right: 15px; width: 24px; height: 24px; cursor: pointer;}
.pop-close>img{width: 100%;}
.pop-img{width: 100%; margin-top: 30px;}
.pop-img>img{width: 100%;}

/*푸터 지점 버튼*/
.f-btn-box {
  width: 100%;
  float: left;
  background-color: #323232;
  padding-top: 25px;
  padding-bottom: 25px;
}

.f-btn-box .btn-ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 340px;
  justify-content: space-between;
  margin-bottom: 6px;
}

.f-btn-box .btn-ul > li a {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 30px;
  background-color: #454545;
  color: #ccc;
  font-size: 14.6px;
  font-weight: 600;
  letter-spacing: -0.6px;
}

.f-btn-box .btn-ul > li a.active {
  color: #151515;
  background-color: #aaa;
}

/* 비과밀억제권역 창업세액감면 혜택 */
.txtPrimary {
  color: #FF7701;
}
.sec.intro .title{
  position: relative;
  margin: 30px 0 20px;
  padding-bottom: 25px;
  text-align: center;
}
.sec.intro .title >p{
  font-size: 16px;
  margin-bottom: 5px;
}
.sec.intro .title >h4{
  font-size: 22px;
  font-weight: bold;
}
.sec.intro .title:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 36px;
  height: 4px;
  margin-left: -18px;
  background-color: #ff7701;
}

.sec.intro .info{
  margin-bottom: 40px;
  padding: 40px 20px;
  border: 1px solid #d9d9d9;
  background-color: #f9f9f9;
}

.sec.intro .info .sub{
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #454545;
  text-align: center;
}

.sec .info .box-wrap{
  width: 100%;
}
.sec .info .box-wrap li{
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom: 30px;
  padding: 20px 0;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000014;
}
.sec .info .box-wrap li .img-wrap{
  padding: 0 30px;
}
.sec .info .box-wrap li .desc-wrap{
  margin: 20px;
  text-align: left;
}
.sec .info .box-wrap li .desc-wrap .tit {
  position: relative;
  margin-left: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.sec .info .box-wrap li .desc-wrap .tit:before {
  content: "";
  display: block;
  position: absolute;
  left: -21px;
  top: 5px;
  width: 17px;
  height: 15px;
  background: url(http://img.onbiz.co.kr/ico_blt01.gif) no-repeat 0 0;
}
.sec .info .box-wrap li .desc-wrap >p{
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}
.sec .info >p.desc{
  font-size: 16px;
  color: #555;
}
.sec.intro .rental-desc{
  margin-bottom: 88px;
  text-align: center;
  line-height: 1.3;
}
.sec.intro .rental-desc >h3{
  margin: 10px 0;
  font-size: 24px;
  font-weight: bold;
}
.sec.intro .btn-wrap{
  padding-top: 30px;
}
.sec.intro .btn-wrap >a{
  padding: 17px 27px;
  font-size: 16px;
  color: #fff;
  border-radius: 50px;
  background-color: #FF7701;
}
.banner-wrap{
  position: fixed;
  bottom: 7%;
  right: 20px;
  background-color: #FF7701;
  border-radius: 20px 0px 20px 20px;
  color: #fff;
  padding: 12px 5px;
  font-size: 14px;
  text-align: center;
  opacity: .9;
}