/*!
 * Start Bootstrap - Creative v3.3.7+1 (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

@font-face {
    font-family:'NanumBarunGothic';
    src: url('font/NanumBarunGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal; 
}

@font-face {
    font-family:'NanumGothic';
    src: url('font/NanumGothic.eot');
    src: url('font/NanumGothic.eot?#iefix') format('embedded-opentype'),
         url('font/NanumGothic.woff') format('woff'),
         url('font/NanumGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal; 
}

@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css); 
body{-webkit-user-select:none;
-webkit-touch-callout:none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
overflow-y: visible !important;}


html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'NanumGothic', sans-serif;  
}
hr {
  border-color: #9b274a;
  border-width: 3px;
  max-width: 50px;
}
hr.light {
  border-color: white;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #9b274a;
}
a:hover,
a:focus {
  color: #eb3812;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Sans KR', sans-serif;  
}
p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.bg-primary {
  background-color: #83858f;
}
.bg-dark {
  background-color: #222222;
  color: white;
}
.text-faded {
  color: rgba(255, 255, 255, 0.85);
}
section {
  padding: 80px 0;
}
aside {
  padding: 50px 0;
}
.no-padding {
  padding: 0;
}
.navbar-default {
  background-color: white;
  border-color: rgba(34, 34, 34, 0.05);
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.navbar-default .navbar-header .navbar-brand {
  margin-left: 40px; 
  width:55%;
  padding: 0px;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #eb3812;
}
.navbar-default .navbar-header .navbar-toggle {
  font-weight: 700;
  font-size: 12px;
  color: #222222;
  text-transform: uppercase;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  color: #222222;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #9b274a;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #9b274a !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
@media (min-width: 758px) {
  .navbar-default {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.3);
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: rgba(0,0,0,0.8);
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: #9b274a;
  }
  .navbar-default.affix {
    background-color: white;
    border-color: rgba(34, 34, 34, 0.05);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #9b274a;
    font-size: 14px;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #eb3812;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #222222;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #9b274a;
  }
}
header {
  position: relative;
  width: 100%;
  height: 680px;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: top;
  background-image: url('../img/header.png');
  text-align: center;
  color: white;
}
header .header-content {
  position: relative;
  text-align: center;
  padding: 100px 15px 100px;
  width: 100%;
}
header .header-content .header-content-inner h1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}
header .header-content .header-content-inner hr {
  margin: 30px auto;
}
header .header-content .header-content-inner p {
  font-weight: 300;
  color:fff;
  font-size: 16px;
  margin-bottom: 50px;
}



@media (min-width: 758px) {
  header {
    min-height: 45%;
  }
  header .header-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
  }
  header .header-content .header-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 300px;
  }
  header .header-content .header-content-inner h1 {
    font-size: 50px;
  }
  header .header-content .header-content-inner p {
    font-size: 18px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-heading {
  margin-top: 0;
}
.service-box {
  max-width: 485px;
  margin: 50px auto 0;
}
@media (min-width: 992px) {
  .service-box {
    margin: 20px auto 0;
  }
}
.service-box p {
  margin-bottom: 0;
  font-size:14px;
  letter-spacing:-1px;
  height:70px;
}
.portfolio-box {
  display: block;
  max-width: 1100px;
  margin: 0 auto;
}

.portfolio-box img {
  width: 100%;
  height: auto;
  display: block;
}


.portfolio-box2 {
  position: relative;
  display: block;
  max-width: 430px;
  margin: 0 auto;
}
.portfolio-box2 .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: #812446;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  background:rgba(0,0,0,0.8);
  cursor:context-menu;
}
.portfolio-box2 .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-box2 .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box2 .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  padding: 0 15px;
}
.portfolio-box2 .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.portfolio-box2 .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
.portfolio-box2:hover .portfolio-box-caption {
  opacity: 1;
}
.portfolio-box2:focus {
  outline: none;
}





@media (min-width: 758px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}
.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: #9b274a;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-default {
  color: #222222;
  background-color: white;
  border-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #222222;
  background-color: #f2f2f2;
  border-color: #ededed;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: white;
}
.btn-default .badge {
  color: white;
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #922244;
  border-color: #9b274a;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #ee4b28;
  border-color: #ed431f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #9b274a;
  border-color: #9b274a;
}
.btn-primary .badge {
  color: #9b274a;
  background-color: white;
}
.btn {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  border: none;
  border-radius: 300px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-xl {
  padding: 15px 30px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}





/*hse추가*/

.brand{
    width: 100%;
    margin: auto;
}
.brand img {width:100%;}

@media (max-width:758px) {
 
section {
	padding: 75px 0
}
section.first {
	padding-top: 75px
}
}
#portfolio .portfolio-item {
	margin: 0 0 15px;
	right: 0
}
#portfolio .portfolio-item .portfolio-link {
	display: block;
	position: relative;
	margin: 0 auto
}
#portfolio .portfolio-item .portfolio-link .caption {
	background: rgba(24,188,156,.9);
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
	opacity: 1
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
	position: absolute;
	width: 100%;
	height: 20px;
	font-size: 20px;
	text-align: center;
	top: 50%;
	margin-top: -12px;
	color: #fff
}
.btn-social, .scroll-top, .scroll-top .btn {
	width: 50px;
	height: 50px
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
	margin-top: -12px
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3, #portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
	margin: 0
}
#portfolio * {
	z-index: 2
}

@media (min-width:758px) {
#portfolio .portfolio-item {
	margin: 0 0 30px
}
}

/* 2016-11-30 층별안내 */
section {padding-top:30px !important;}
h3 {font-size:17px; letter-spacing:-1px; margin-top:10px;}
.navbar-brand img {width:100%;}
img.img-responsive {margin:0 auto; width:100%;}
section#services {padding-bottom:0px;}
section#contain { text-align: center; margin:0; padding:0;  position:relative; padding-bottom:20px;}
section#portfolio {padding-bottom:0px; width:90%; margin:0 auto;}
section#directions {margin-top:50px;}

.parent {
  width: 90%;
  margin: 0 auto;
  border: 3px solid #f1f1f2;
  background: #f1f1f2;
}

.panzoom-parent {
  display: flex;
  justify-content: center; /* 수평 중앙 정렬 */
  align-items: center;      /* 수직 중앙 정렬 (필요한 경우) */
  width: 100%;
  height: 100%;
}

.panzoom {
  display: inline-block;
  text-align: center;
}

.panzoom-img-responsive {
  display: block;           /* block 요소여야 margin auto가 작동함 */
  margin: 0 auto;           /* 가운데 정렬 */
  max-width: 60%;          /* 반응형 이미지 */
  height: auto;
}

.buttons { margin: 0; position:absolute; width:40px;left:20px; height:30px; z-index:999;top:5%;}
.buttons button{background:#fff; box-sizing:border-box;border:1px solid #666; font-size:28px; vertical-align:middle; width:40px; height:40px; font-weight:700; color:#666; padding:0; margin:0; font-family:Gothic;}
.buttons button.zoom-in {margin-bottom:10px;font-size:24px;}

.tab { margin-bottom:0px;  position:relative;}
.menu {position:absolute; right:20px; vertical-align:middle; z-index:999; top:5%;}
.menu, .content {list-style: none;padding: 0;margin: 0;}
.menu:after {content: "";display: block;clear: both;}
.menu > li {width: 40px; height:40px;box-sizing: border-box;border: 1px solid #666; background:#fff; color:#666; font-size:16px; font-weight:700; margin-bottom:10px; }
.menu > li > a {display: block;text-align: center;text-decoration: none;color: inherit;line-height: 36px;}
.menu > li.active {background-color: #812446; color:#fff;}
.content {padding: 10px;}
.content > li {display: none;}
.content > li.active {display: block;}

.floor_store {margin:0 auto;text-align:center; width:90%; height:150px;  padding:30px 0;}
.floor_store dl {list-style: none; }
.floor_store dl dt {display:inline-block; margin-right:10px; font-size:20px; text-align:left;  float:left; width:19%;padding-left:0%;}
.floor_store dl dt span {color:#aaa; font-weight:0;}

.por_info {position:absolute; background:#812446; width:35%; height:100%; text-align:center; line-height:30px; color:#fff; padding:50px 0; max-height:440px; }
.por_info h2 {margin-bottom:25px; margin-top:40px;}
.por_info p {width:90%; margin:10px auto; text-overflow:ellipsis; font-weight:100; letter-spacing:-1px; }

.por_info2 {position:absolute;right:0; background:#812446; width:35%; height:100%; text-align:center; line-height:30px; color:#fff; padding:50px 0; max-height:440px; }
.por_info2 h2 {margin-bottom:25px; ; margin-top:40px;}
.por_info2 p {width:90%; margin:10px auto; text-overflow:ellipsis; overflow:hidden; font-weight:100;  letter-spacing:-1px;}

.por_mega p span {border:1px solid #fff; padding:3px 8px; line-height:50px;}
.por_mega h2 {margin-top:15px;}
p.phone {font-size:18px;}

.container {width:90%;}
.portfolio-box {max-width:1700px;}

#inverted-contain {padding-top:10px !important;}
#portfolio a.portfolio-box {max-height:300px; overflow-y:hidden;}
#portfolio2 {padding-top:30px; width:100%;}
.row {margin-left:0px; margin-right:0px;}
.row h4 {text-align:center; color:#000; font-size:16px; margin-top:10px; }
.col-sm-4 {width:25%;}
.prot_event {width:50%;}
.col-lg-2 {width:25%;}
button.mfp-arrow-left, button.mfp-arrow-right {display:none !important;}
a.portfolio-link:active , a.portfolio-link:focus , a.portfolio-link:hover{text-decoration:none; border:none !important;}

#footer {text-align:Center; background:#812446; margin:0 auto; color:#fff; width:100%; height:40px;  line-height:40px; font-size:12px;}
@media (max-width:1200px){
.floor_store {height:200px;}
.floor_store dl dt {width:23%;}
.por_info h2 {margin-top:15px;}
.por_info2 h2 { margin-top:15px;}
.por_info p {font-size:14px;}
.por_info2 p {font-size:14px;}
.por_mega h2 {margin-top:0px;}
}

@media (max-width:950px){
header {  background-size: 200%;  background-repeat:no-repeat;}

.floor_store {height:250px;}
.floor_store dl dt {width:31%;}
.por_info {position:relative; width:100%; height:auto; padding:20px 0; max-height:440px; }
.por_info h2 {margin-bottom:15px;}
.por_info p {font-size:14px;}
.por_info2 {position:relative; width:100%; height:auto; padding:20px 0; max-height:440px; }
.por_info2 h2 {margin-bottom:15px;}
.por_info2 p {font-size:14px;}
.col-lg-2 {width:33.33%;}
.por_mega h2 {margin-top:30px;}


}


@media (max-width:750px){
.navbar-brand img {width:100%; margin:0 auto; max-width:150px; position:fixed; left:50%; margin-left:-75px; 	-webkit-backface-visibility:hidden; overflow-y: visible !important;}
 .navbar-default .navbar-header .page-scroll {
    margin: 0 auto;
    position: fixed;
    left:50%;
    top: 0;
    margin-left: -75px;
	-webkit-user-select:none;
	-webkit-backface-visibility:hidden;
-webkit-touch-callout:none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
overflow-y: visible !important;
}
}
@media (max-width:758px){
header {  background-size: 200%; height:500px;}
.col-sm-4 {width:100%;}
.prot_event {width:100%;}

.floor_store {height:250px;}
.floor_store dl dt {width:30%;}
.navbar-default .navbar-header .navbar-brand {width:150px;}
.menu {top:10%;}
.por_info {padding:15px 0;  }
.por_info h2 {font-size:20px; margin-bottom:10px;}
.por_info p {font-size:12px;}
.por_info2 {padding:15px 0;  }
.por_info2 h2 {font-size:20px; margin-bottom:10px;}
.por_info2 p {font-size:12px;}
.por_mega h2 {margin-top:5px;}

.buttons {left:10px; top:0; }
.menu {right:10px;top:0;}
.parent {width:70%;}
.col-lg-2 {width:50%; float:left}

.portfolio-box-caption-content .project-category {font-size:12px !important; display:inline-block; padding:0px !important;}
.portfolio-box-caption-content .project-name {font-size:13px !important; display:inline-block; padding:0px !important;}
.portfolio-box-caption-content .project-number {font-size:12px !important;}
.portfolio-box2 .portfolio-box-caption {  opacity: 1;  bottom: 5%;  height: 35%;  background:rgba(0,0,0,0.5); }
}
@media (max-width:550px){
header {  background-size: 250%; height:400px;}

.floor_store {height:330px;}
.floor_store dl dt {width:45%;}
.por_info {padding:5px 0;  }
.por_info h2 {font-size:18px; margin-bottom:5px;}
.por_info p {font-size:10px; }
.por_info2 {padding:5px 0;  }
.por_info2 h2 {font-size:18px; margin-bottom:5px;}
.por_info2 p {font-size:10px; }

} 