@import url('https://fonts.googleapis.com/css?family=Maven+Pro');
 

@charset "utf-8";
/* CSS Document */

 
.slideshow { position:relative;
  width: 100%;
  height: 700px;
  overflow: hidden; z-index:1
}

.slideshow-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%;
  background-size: cover;
  -webkit-animation-name: kenburns;
          animation-name: kenburns;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
  opacity: 1;
  transform: scale(1.2);
}
.slideshow-image:nth-child(1) {
  -webkit-animation-name: kenburns-1;
          animation-name: kenburns-1;
  z-index: 3;
}
.slideshow-image:nth-child(2) {
  -webkit-animation-name: kenburns-2;
          animation-name: kenburns-2;
  z-index: 2;
}
.slideshow-image:nth-child(3) {
  -webkit-animation-name: kenburns-3;
          animation-name: kenburns-3;
  z-index: 1;
}
.slideshow-image:nth-child(4) {
  -webkit-animation-name: kenburns-4;
          animation-name: kenburns-4;
  z-index: 0;
}

@-webkit-keyframes kenburns-1 {
  0% {
    opacity: 1;
    transform: scale(1.2);
  }
  1.5625% {
    opacity: 1;
  }
  23.4375% {
    opacity: 1;
  }
  26.5625% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
  98.4375% {
    opacity: 0;
    transform: scale(1.2117647059);
  }
  100% {
    opacity: 1;
  }
}

@keyframes kenburns-1 {
  0% {
    opacity: 1;
    transform: scale(1.2);
  }
  1.5625% {
    opacity: 1;
  }
  23.4375% {
    opacity: 1;
  }
  26.5625% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
  98.4375% {
    opacity: 0;
    transform: scale(1.2117647059);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes kenburns-2 {
  23.4375% {
    opacity: 1;
    transform: scale(1.2);
  }
  26.5625% {
    opacity: 1;
  }
  48.4375% {
    opacity: 1;
  }
  51.5625% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes kenburns-2 {
  23.4375% {
    opacity: 1;
    transform: scale(1.2);
  }
  26.5625% {
    opacity: 1;
  }
  48.4375% {
    opacity: 1;
  }
  51.5625% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@-webkit-keyframes kenburns-3 {
  48.4375% {
    opacity: 1;
    transform: scale(1.2);
  }
  51.5625% {
    opacity: 1;
  }
  73.4375% {
    opacity: 1;
  }
  76.5625% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes kenburns-3 {
  48.4375% {
    opacity: 1;
    transform: scale(1.2);
  }
  51.5625% {
    opacity: 1;
  }
  73.4375% {
    opacity: 1;
  }
  76.5625% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@-webkit-keyframes kenburns-4 {
  73.4375% {
    opacity: 1;
    transform: scale(1.2);
  }
  76.5625% {
    opacity: 1;
  }
  98.4375% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes kenburns-4 {
  73.4375% {
    opacity: 1;
    transform: scale(1.2);
  }
  76.5625% {
    opacity: 1;
  }
  98.4375% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
 
 
 
/*글자*/ 
.container{
	width: 100%;
	position: relative;
	overflow:hidden;
}
 
.sp-container {
	width: 1280px;
	height: 500px; position:absolute; z-index:12;left: 50%;
    transform: translate(-50%, -50%);  top:500px;  
}
.sp-content {
	width: 100%;
	height: 300px; display:inline-block;
	position: relative;
	-webkit-animation: open 0.4s linear forwards, squeeze 0.6s linear 5.5s forwards;
	-moz-animation: open 0.4s linear forwards, squeeze 0.6s linear 5.5s forwards;
	-ms-animation: open 0.4s linear forwards, squeeze 0.6s linear 5.5s forwards;
	animation: open 0.4s linear forwards, squeeze 0.6s linear 5.5s forwards;
}
.sp-content:after {
	content: '';
	width: 4px;
	background: #fff;
	height: 100%;
	position: absolute;
	left: 50%;  
}
.sp-container h2 {
	color: #fff;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.9);
}
.sp-wrap {
	width: 630px;
	padding: 0px 25px; 
	text-align: right;
	font-size: 65px;
	line-height: 80px;
	float: left;
	position: relative; 
	overflow: hidden;
	 margin-right:10px;
}
 

.sp-wrap span {
	display: block; 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.sp-wrap span.sp-mid {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1; 
}
.sp-container .sp-right h2 {
	color: #fff;
	text-shadow: 0px 0px 1px rgba(255,255,255,0.9);
}
.sp-wrap span.sp-mid { 
	text-transform: uppercase;
	font-size: 80px;
	line-height: 60px;
	position: relative;
}
.sp-left span.sp-top {
	-webkit-animation: slideLeft 0.5s ease-in 0.6s backwards, fadeOut 1s linear 4s backwards;
	-moz-animation: slideLeft 0.5s ease-in 0.6s backwards, fadeOut 1s linear 4s backwards;
	-ms-animation: slideLeft 0.5s ease-in 0.6s backwards, fadeOut 1s linear 4s backwards;
	animation: slideLeft 0.5s ease-in 0.6s backwards, fadeOut 1s linear 4s backwards;
}
.sp-left span.sp-mid {
	-webkit-animation: slideLeft 0.5s ease-in 1s backwards, moveUp 0.6s linear 5s forwards;
	-moz-animation: slideLeft 0.5s ease-in 1s backwards, moveUp 0.6s linear 5s forwards;
	-ms-animation: slideLeft 0.5s ease-in 1s backwards, moveUp 0.6s linear 5s forwards;
	animation: slideLeft 0.5s ease-in 1s backwards, moveUp 0.6s linear 5s forwards;  font-family: "Paytone One";
	font-size:85px; line-height:72px;
}
.sp-left span.sp-bottom {
	-webkit-animation: slideLeft 0.5s ease-in 1.4s backwards, fadeOut 1s linear 4.2s backwards;
	-moz-animation: slideLeft 0.5s ease-in 1.4s backwards, fadeOut 1s linear 4.2s backwards;
	-ms-animation: slideLeft 0.5s ease-in 1.4s backwards, fadeOut 1s linear 4.2s backwards;
	animation: slideLeft 0.5s ease-in 1.4s backwards, fadeOut 1s linear 4.2s backwards;
}
.sp-right span {
	text-align: left;
}
.sp-right span.sp-top {
	-webkit-animation: slideRight 0.5s ease-in 2s backwards, fadeOut 1s linear 4.4s backwards;
	-moz-animation: slideRight 0.5s ease-in 2s backwards, fadeOut 1s linear 4.4s backwards;
	-ms-animation: slideRight 0.5s ease-in 2s backwards, fadeOut 1s linear 4.4s backwards;
	animation: slideRight 0.5s ease-in 2s backwards, fadeOut 1s linear 4.4s backwards;
}
.sp-right span.sp-mid {
	-webkit-animation: slideRight 0.5s ease-in 2.4s backwards, smoveUp 0.6s linear 5s forwards;
	-moz-animation: slideRight 0.5s ease-in 2.4s backwards, smoveUp 0.6s linear 5s forwards;
	-ms-animation: slideRight 0.5s ease-in 2.4s backwards, smoveUp 0.6s linear 5s forwards;
	animation: slideRight 0.5s ease-in 2.4s backwards, smoveUp 0.6s linear 5s forwards; font-size:110px;font-family: "Paytone One"; font-weight:bold
}
.sp-right span.sp-bottom {
	-webkit-animation: slideRight 0.5s ease-in 3.2s backwards, fadeOut 1s linear 4.6s backwards;
	-moz-animation: slideRight 0.5s ease-in 3.2s backwards, fadeOut 1s linear 4.6s backwards;
	-ms-animation: slideRight 0.5s ease-in 3.2s backwards, fadeOut 1s linear 4.6s backwards;
	animation: slideRight 0.5s ease-in 3.2s backwards, fadeOut 1s linear 4.6s backwards;
	font-size:27px; height:26px
}
 
.sp-container .spssbt {opacity:0.3; display:block; text-align:center;margin-left: 80px;} 
.sp-container .spssbt {
	-webkit-animation: slideRight 0.5s ease-in 3.2s backwards, fadeOut 1s linear 4.6s backwards;
	-moz-animation: slideRight 0.5s ease-in 3.2s backwards, fadeOut 1s linear 4.6s backwards;
	-ms-animation: slideRight 0.5s ease-in 3.2s backwards, fadeOut 1s linear 4.6s backwards;
	animation: slideRight 0.5s ease-in 3.2s backwards, fadeOut 1s linear 4.6s backwards;
	font-size:23px; height:26px; color:#FFFFFF; width:100%; 
}
 
 
 
 
 
.sp-full {
	position: absolute;
	font-size: 52px;
	top: 142px;
	width: 700px;
	left: 145px;
	-webkit-animation: fadeIn 1s linear 6.6s backwards;
	-moz-animation: fadeIn 1s linear 6.6s backwards;
	-ms-animation: fadeIn 1s linear 6.6s backwards;
	animation: fadeIn 1s linear 6.6s backwards;
}
.sp-full a { 
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 40px;
	display: inline-block;
	font-size: 25x;
	margin-top: 40px;
	-webkit-animation: zoomIn 0.7s ease-in-out 7s backwards;
	-moz-animation: zoomIn 0.7s ease-in-out 7s backwards;
	-ms-animation: zoomIn 0.7s ease-in-out 7s backwards;
	animation: zoomIn 0.7s ease-in-out 7s backwards;
}
.sp-full h2 {
	width: 400px;
	padding: 0px 50px 0px 0px;
	float: left;
	text-align: right;
}
 
.sp-top { font-size:36px;}
/**/
@-webkit-keyframes open{
	0%{
		-webkit-transform: scale(1,0);
	}
	100%{
		-webkit-transform: scale(1,1);
	}
}
@-webkit-keyframes squeeze{
	0%{
		height: 300px;
	}
	100%{
		height: 160px;
	}
}
@-webkit-keyframes fadeOut{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
@-webkit-keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@-webkit-keyframes slideLeft{
	0%{
		-webkit-transform: translateX(120%);
	}
	100%{
		-webkit-transform: translateX(0%);
	}
}
@-webkit-keyframes slideRight{
	0%{
		-webkit-transform: translateX(-120%);
	}
	100%{
		-webkit-transform: translateX(0%);
	}
}
@-webkit-keyframes moveUp{
	0%{
		-webkit-transform: translateY(0px);
	}
	100%{
		-webkit-transform: translateY(-170px);
	}

}
@-webkit-keyframes zoomIn{
	0%{
		-webkit-transform: scale(0);
	}
	100%{
		-webkit-transform: scale(1);
	}
}
/**/
@-moz-keyframes open{
	0%{
		-moz-transform: scale(1,0);
	}
	100%{
		-moz-transform: scale(1,1);
	}
}
@-moz-keyframes squeeze{
	0%{
		height: 400px;
	}
	100%{
		height: 160px;
	}
}
@-moz-keyframes fadeOut{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
@-moz-keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@-moz-keyframes slideLeft{
	0%{
		-moz-transform: translateX(120%);
	}
	100%{
		-moz-transform: translateX(0%);
	}
}
@-moz-keyframes slideRight{
	0%{
		-moz-transform: translateX(-120%);
	}
	100%{
		-moz-transform: translateX(0%);
	}
}
@-moz-keyframes moveUp{
	0%{
		-moz-transform: translateY(0px);
	}
	100%{
		-moz-transform: translateY(-170px);
	}

}
@-moz-keyframes zoomIn{
	0%{
		-moz-transform: scale(0);
	}
	100%{
		-moz-transform: scale(1);
	}
}
/**/
@keyframes open{
	0%{
		transform: scale(1,0);
	}
	100%{
		transform: scale(1,1);
	}
}
@keyframes squeeze{
	0%{
		height: 300px;
	}
	100%{
		height: 160px;
	}
}
@keyframes fadeOut{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
@keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@keyframes slideLeft{
	0%{
		transform: translateX(120%);
	}
	100%{
		transform: translateX(0%);
	}
}
@keyframes slideRight{
	0%{
		transform: translateX(-120%);
	}
	100%{
		transform: translateX(0%);
	}
}
@keyframes moveUp{
	0%{
		transform: translateY(0px);
	}
	100%{
		transform: translateY(-80px);
	}

}
@keyframes zoomIn{
	0%{
		transform: scale(0);
	}
	100%{
		transform: scale(1);
	}
}

@keyframes smoveUp{
	0%{
		transform: translateY(0px);
	}
	100%{
		transform: translateY(-50px); 
	}

}




@media screen and (max-width: 768px) {
.sp-container {
	width: 100%;  overflow:hidden;
	position:absolute; z-index:12;   top:380px; 
}

.sp-wrap { 
	padding: 0px 10px !important; 
	font-size: 25px;
	line-height: 32px; 
	position: relative; 
	overflow: hidden;
	margin-right:10px; text-align:center !important; width:95% !important; font-weight:100 !important;
}
.sp-wrap span.sp-mid { line-height:95px;}
.sp-content:after { display:none}
.sp-left span.sp-mid {  font-size:35px; font-weight:bold  }
.sp-right span.sp-mid {
	-webkit-animation: slideRight 0.5s ease-in 2.4s backwards, smoveUp 0.6s linear 5s forwards;
	-moz-animation: slideRight 0.5s ease-in 2.4s backwards, smoveUp 0.6s linear 5s forwards;
	-ms-animation: slideRight 0.5s ease-in 2.4s backwards, smoveUp 0.6s linear 5s forwards;
	animation: slideRight 0.5s ease-in 2.4s backwards, smoveUp 0.6s linear 5s forwards; font-size:72px  !important;font-family: "Paytone One"; font-weight:bold ;text-align:center !important; height:120px 
}
.sp-right span.sp-top {text-align:center !important; font-size:18px;}
.sp-container .spssbt  {margin-top: 90px; margin-left:0 !important}
.sp-right span.sp-bottom { font-size:20px; text-align:center}
@keyframes moveUp{
	0%{
		transform: translateY(0px);
	}
	100%{
		transform: translateY(-20px);
	}

}

@keyframes smoveUp{
	0%{
		transform: translateY(0px);
	}
	100%{
		transform: translateY(-45px); 
	}

}


}

/*메뉴*/
 
.the-header { position:fixed; top:0; z-index:1000; width:100%; display:block;  border-bottom:1px solid rgba(255,255,255,0.15)}
.the-header .logo {
  display: inline-block;
  color: white;
  float: left;
  padding: 10px 130px;
}
.the-header a { color: white; text-decoration: none;border-radius: 10px;}

a.resToggle { display: none;}

.the-nav {  display: inline-block; float: right; font-size:20px; padding-right:30px}
.the-nav li {
  display: inline-block;margin-top:20px
}
.the-nav li a {
  display: block;
  padding: 3px 10px; 
}
.the-nav li:hover a { background: #fc414e;}

.manuwarop { width:1380px; margin:auto}
@media screen and (max-width: 768px) {
.manuwarop { width:100% !important}
.the-header { position:fixed; top:0; z-index:1000; width:100% !important; display:block;}
.the-nav { padding:0 !important;}
.the-header .logo {
  display: inline-block;
  color: white;
  float: left; padding:5px !important;
}
.the-header a { color: white; text-decoration: none;border-radius: 0 !important;}


  a.resToggle {
    display: inline-block;
    float: right;
    padding: 14px 20px; font-size:28px
  }
  a.resToggle:hover {
    background: #fc414e;
  }

  .the-nav {
    display: none;
    width: 100%;
  }
  .the-nav.active {
    display: block;
  }
  .the-nav li {
    display: block;
    border-bottom: 1px solid #fb767c; padding-left:0;margin:0 !important;
  }
  .the-nav li a {
    padding: 15px 10px; background:#FFFFFF; color:#000000; margin:0 !important;
  }
}
.align-center {
  text-align: center;
}


/*제품소개*/
figure.snip1477 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px; 
  width: 405px;
  color: #ffffff;
  text-align: center;
  font-size: 20px; float:left; background:#333333; position:relative
}
figure.snip1477 *,
figure.snip1477 *:before,
figure.snip1477 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
figure.snip1477 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  opacity: 0.9;
}
figure.snip1477 .title {
  position: absolute;
  top: 78%;
  left: 25px;
  padding: 5px 10px 10px; font-size:16px;
}
figure.snip1477 .title h2 { font-size:20px; margin-bottom:5px;text-align: left; }
figure.snip1477 .title:before,
figure.snip1477 .title:after {
  height: 1px;
  width: 400px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}
figure.snip1477 .title:before {
  top: 0;
  left: 10px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
figure.snip1477 .title:after {
  bottom: 0;
  right: 10px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
figure.snip1477 .title div:before,
figure.snip1477 .title div:after {
  width: 1px;
  height: 900px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}
figure.snip1477 .title div:before {
  top: 0;
  right: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
figure.snip1477 .title div:after {
  bottom: 10px;
  left: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
figure.snip1477 h2,
figure.snip1477 h4 {
  margin: 0;
  text-transform: uppercase;
}
figure.snip1477 h2 {
  font-weight: 400;
}
figure.snip1477 h4 {
  display: block;
  font-weight: 700;
  background-color: #ffffff;
  padding: 5px 10px;
  color: #000000;opacity: 0.6;
}
figure.snip1477 figcaption {
  position: absolute;
  bottom: 23%;
  left: 25px;
  text-align: left;
  opacity: 0;
  padding: 5px 30px 5px 10px;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 0; font-size:13px;
}
figure.snip1477 figcaption p {
  margin: 0;
}
figure.snip1477 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
figure.snip1477:hover img,
figure.snip1477.hover img {
  zoom: 1;
  filter: alpha(opacity=35);
  -webkit-opacity: 0.35;
  opacity: 0.35; 
}
figure.snip1477:hover .title:before,
figure.snip1477.hover .title:before,
figure.snip1477:hover .title:after,
figure.snip1477.hover .title:after,
figure.snip1477:hover .title div:before,
figure.snip1477.hover .title div:before,
figure.snip1477:hover .title div:after,
figure.snip1477.hover .title div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
figure.snip1477:hover .title:before,
figure.snip1477.hover .title:before,
figure.snip1477:hover .title:after,
figure.snip1477.hover .title:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
figure.snip1477:hover figcaption,
figure.snip1477.hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.tatitle {
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    color: #333;
    padding: 0 0 0 0;}
.sotitle {
    text-align: center;
    font-size: 23px;
    font-weight: normal;
    color: #444;
    padding: 10px 0 30px 0;}
.btmainwarp { width:1280px; margin:auto; position:relative; display:block; margin-top:60px}		

@media screen and (max-width: 768px) {
.btmainwarp { width:100%}
figure.snip1477 { width:96%; margin:20px auto 0 auto; padding-left:10px; background:none !important;}
}




/*상담*/
.btcuwarp { width:100%;  position: relative; height:320px; overflow:hidden;  display:block;  padding:80px 0;}
.btcuwarp .cd-fixed-bg {
    min-height: 100%;
    height: 230px;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}
.btcuwarp .cd-fixed-bg.cd-bg-1 { background-image:url(/horreum/img/btcu.jpg)}
.btcuwarp .banner-text {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -30%);
    text-align: center;
    color: #fff;
 
}
.btcuwarp  .banner-text h3 {font-size: 36px; line-height: 40px;margin-bottom: 15px; }
.btcuwarp  .banner-text p {font-size: 33px; line-height: 40px;margin-bottom: 15px;}
.btcuwarp  .banner-text a {
    font-size: 15px;
    line-height: 33px;
    display: inline-block;
    padding: 0 20px;
    letter-spacing: 2px;
    margin-top: 40px;
    border: 1px solid #fff;
    color: #fff;
    transition: 0.4s; display:block; text-decoration:none;border-radius: 20px;
}

@media screen and (max-width: 768px) {
.btcuwarp { width:100%;  position: relative; height:220px; overflow:hidden;  display:block;  padding:30px 0;}
.btcuwarp .banner-text { width:100%;    top: 50%;
    transform: translate(-50%, -30%);
}
.btcuwarp  .cd-fixed-bg .cd-bg-1 { background-image:url(/horreum/img/btcuu.jpg) !important;}
.btcuwarp  .banner-text h3 {font-size: 30px; margin-bottom:10px; display:block}
.btcuwarp  .banner-text a {
    font-size: 15px;
    line-height: 33px; 
    padding: 0 20px;
    letter-spacing: 2px; 
    border: 1px solid #fff;
    color: #fff;
    transition: 0.4s; display:block; text-decoration:none;border-radius: 20px; width:70%; margin:10px auto; text-align:center
}
}
/*리뷰*/
.mainriewwarp { width:1280px; display:block; margin:auto; overflow:hidden} 
.mainriewwarp  .lt_info { display:none}
.mainriewwarp .galley_li { padding-bottom:20px}
.mainriewwarp  h2 { font-size:32px; margin:auto; text-align:center; letter-spacing:-1px; margin-top:20px;}
.pic_lt .lat_title a { display: none}
.pic_lt .lt_more { top:-40px !important; color:#333333 !important;}
@media screen and (max-width: 768px) {
.mainriewwarp { width:98%; display:block; margin:auto; overflow:hidden} 
.mainriewwarp .pic_lt { width:95%; margin:auto}
.mainriewwarp  h2 { font-size:20px; margin:auto; text-align:center; letter-spacing:-1px; margin-top:20px;}
.pic_lt .lt_more { top:-20px !important; color:#333333 !important;}
}

/*푸더*/
  /*푸더*/
 footer {
  width: 100%;
  background: #161616;
  position: relative;
  min-height: 100px;
  overflow: hidden;
  z-index: 2;
}
 
footer .wrapper {
  font-size: 0;
  padding: 50px 0px; width:1180px; margin:auto
}
footer .wrapper .layout_left,
footer .wrapper .layout_right {
  position: relative;
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
footer .wrapper .layout_left {
  width: 60%;
}
footer .wrapper .layout_right {
  width: 40%;
}
footer .wrapper .layout_left .logo_footer {
  width: 147px;
  height: 30px; margin-left:170px;
}
 
footer .wrapper .layout_left .handsomefish {
  margin-top: 35px;
  width: 147px;
  height: 145px; 
}
footer .wrapper .layout_left ul {
  padding-top: 40px; padding-left:20px;
}
footer .wrapper .layout_left ul li {
  line-height: 1.6;
  padding-right: 15px;
  margin-right: 15px;
  font-size: 14px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.35);
  font-weight: 200;
}
footer .wrapper .layout_left ul li span {
  color: #fff;
}
footer .wrapper .layout_left .copyright_footer {
  padding-top: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.35);
  font-weight: 200;
  letter-spacing: 0.05em;padding-left:20px;
}
footer .wrapper .layout_right ul li h5 {
  padding-top: 35px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.35);
  font-weight: 300;
}
footer .wrapper .layout_right ul li:first-child h5 {
  padding-top: 0px;
}
footer .wrapper .layout_right ul li p[x-apple-data-detectors],
footer .wrapper .layout_right ul li p {
  text-decoration: none;
  padding-top: 10px;
  font-size: 24px;
  line-height: 34px;
  font-family: 'Lovelace';
  color: #fff;
}
 
footer .wrapper .layout_right ul li .add { font-size:20px} 
.wrapper .tels {font-size:13px; line-height:16px;}
 
@media all and (max-width:767px) {
footer .wrapper .layout_left .handsomefish { margin-top: 35px; text-align:center; height:60px; width:0;}
footer .wrapper .layout_left .logo_footer { width: 147px;  height: 30px; position:absolute; top:-260px; margin-left:120px;}
footer .wrapper .layout_right { position:absolute; display:block; width:98%; overflow:hidden; top:200px; margin-left:20px;}
footer .wrapper .layout_left {position: relative; display:block; width:98%;  margin-top:250px}
footer .wrapper .layout_right ul li h5 {width: 120px;font-size: 13px; float:left;padding-top:10px; line-height:25px}
footer .wrapper .layout_right ul li p { width: calc(100% - 120px);float:left; padding-top:10px; line-height:25px; font-size: 16px;}
.wrapper .layout_right li { display:table !important; width:100%;}  
footer .wrapper .layout_right ul li .add { font-size:14px} 
footer .wrapper .layout_left ul li {padding-right: 5px; font-size:13px;}
.wrapper .tels {  margin-left:120px}
footer .wrapper .layout_right ul li:first-child h5 {padding-top: 10px !important;}
}