﻿@charset "utf-8";
html,
body {
  height: 100%;
}

#wrap {
  width: 100%;
  margin: 0 auto;
}

/* video */
iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}
@media (min-aspect-ratio: 16/9) {
  iframe {
    top: -100%;
    height: 300%;
  }
}
@media (max-aspect-ratio: 16/9) {
  iframe {
    left: -100%;
    width: 300%;
  }
}
@supports (object-fit: cover) {
  iframe {
    position: absolute;
    top: -5%;
    left: -5%;
    right: 0;
    bottom: 0;
    width: 110%;
    height: 110%;
    overflow: hidden;
    object-fit: cover;
  }
}

/* 우측 네비게이션 */
#fp-nav {
  position: fixed;
  right: 40px;
  top: 50%;
  /*transform: translateY(-50%); */
  z-index: 300;
}

#fp-nav li {
  margin-bottom: 22px;
}

/* 네비게이션 하나의 스타일 */
#fp-nav li a {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  text-indent: -9999px;
  background: none;
  opacity: 0.7;
  transition: background 0.2s;
}

/* 네비게이션 on 스타일 */
#fp-nav .on a {
  background: none;
  border: 2px solid #fff;
}

#intro {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../img/intro_bg.jpg) no-repeat center center/cover;
  z-index: 999;
  transition: all 0.5s;
  text-align: center;
}

#intro img {
  max-width: 494px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*공통영역*/
#fullpage {
  height: 100%;
}
#fullpage section {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  margin: 0 auto;
}

/* section 내용 css */
#fullpage #cont1 {
  width: 100%;
  height: 100%;
  background: url(../img/main1_1.jpg) no-repeat center 0 / cover;
  position: relative;
}

#fullpage #cont1 .c1_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  text-align: center;
}

#fullpage #cont1 .c1_bg div {
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -50px;
}

#fullpage #cont1 .c1_bg div img {
  width: 100px;
  height: auto;
}

#fullpage #cont1 .c1_bg div p {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

#fullpage #cont1 .tit {
  width: 836px;
  height: 423px;
  background: url(../img/main_tit.png) no-repeat center 0 / cover;
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  margin-left: -418px;
  margin-top: -211.5px;
}

#fullpage #cont2 {
  width: 100%;
  height: 100%;
  background: url(../img/main2.jpg) no-repeat center 0 / cover;
}

#fullpage #cont3 {
  width: 100%;
  height: 100%;
  background: url(../img/main3.jpg) no-repeat center 0 / cover;
}

#fullpage #cont4 {
  width: 100%;
  height: 100%;
  background: url(../img/main4.jpg) no-repeat center 0 / cover;
}

#fullpage #cont5 {
  width: 100%;
  height: 100%;
  background: url(../img/main5.jpg) no-repeat center 0 / cover;
}

#fullpage #cont6 {
  width: 100%;
  height: 100%;
  background: url(../img/main7.jpg) no-repeat center 0 / cover;
}

#fullpage #cont7 {
  width: 100%;
  height: 100%;
  background: url(../img/main8.jpg) no-repeat center 0 / cover;
}

#fullpage #cont8 {
  width: 100%;
  height: 100%;
  background: url(../img/main9.jpg) no-repeat center 0 / cover;
}

#fullpage #cont9 {
  width: 100%;
  height: 100%;
  background: url(../img/main10.jpg) no-repeat center 0 / cover;
}

#fullpage #cont10 {
  width: 100%;
  height: 100%;
  background: url(../img/main6.jpg) no-repeat center 0 / cover;
  position: relative;
}

#fullpage #cont11 {
  width: 100%;
  height: 100%;
  background: url(../img/main11.jpg) no-repeat center 0 / cover;
}
#fullpage #cont12 {
  width: 100%;
  height: 100%;
  background: url(../img/main12_1.jpg) no-repeat center top -49px / cover;
}

/* 팝업레이어 */
#popup {
  display: block;
}
#popup .p_img {
  position: fixed;
  width: 500px;
  top: 80px;
  /* left: calc(5% + 530px); */
  left: 32%;
/*   transform: translateX(-50%); */
  z-index: 900;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
}
#popup2 .p_img {
  position: fixed;
  width: 500px;
  top: 80px;
  left: 5%;
/*   transform: translateX(-50%); */
  z-index: 800;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
}
#popup3 .p_img {
  position: fixed;
  width: 500px;
  top: 80px;
  left: 59%;
/*   transform: translateX(-50%); */
  z-index: 1000;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
}
#popup .p_img img, #popup2 .p_img img, #popup3 .p_img img {
  width: 100%;
  height: 100%;
}
#popup .p_img .close {
  width: 500px;
  height: 32px;
  background: #212121;
  position: relative;
}
#popup .p_img .close .ico_txt {
  color: #fff;
  position: absolute;
  top: 20%;
  right: 2%;
  font-size: 13px;
  cursor: pointer;
}
#popup .p_img .close .ico {
  cursor: pointer;
}
#popup .p_img .close .ico span {
  display: block;
  width: 3%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 48%;
  right: 10%;
}
#popup .p_img .close .ico span:nth-child(1) {
  transform: rotate(45deg);
}
#popup .p_img .close .ico span:nth-child(2) {
  transform: rotate(-45deg);
}
#popup2 .p_img .close {
  width: 500px;
  height: 32px;
  background: #212121;
  position: relative;
}
#popup2 .p_img .close .ico_txt {
  color: #fff;
  position: absolute;
  top: 20%;
  right: 2%;
  font-size: 13px;
  cursor: pointer;
}
#popup2 .p_img .close .ico {
  cursor: pointer;
}
#popup2 .p_img .close .ico span {
  display: block;
  width: 3%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 48%;
  right: 8%;
}
#popup2 .p_img .close .ico span:nth-child(1) {
  transform: rotate(45deg);
}
#popup2 .p_img .close .ico span:nth-child(2) {
  transform: rotate(-45deg);
}




#popup3 .p_img .close {
  width: 500px;
  height: 32px;
  background: #212121;
  position: relative;
}
#popup3 .p_img .close .ico_txt {
  color: #fff;
  position: absolute;
  top: 20%;
  right: 2%;
  font-size: 13px;
  cursor: pointer;
}
#popup3 .p_img .close .ico {
  cursor: pointer;
}
#popup3 .p_img .close .ico span {
  display: block;
  width: 3%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 48%;
  right: 8%;
}
#popup3 .p_img .close .ico span:nth-child(1) {
  transform: rotate(45deg);
}
#popup3 .p_img .close .ico span:nth-child(2) {
  transform: rotate(-45deg);
}




/*
#popup .popupBG{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 600;
}
*/

/* 팝업레이어 */

/*
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0;}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;background:#fff; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.83);}
.hd_pops img{max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding: 0;background:#000;color:#fff;text-align:left;position:relative;}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding: 10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject{background:#000;text-align:left}
.hd_pops_footer .hd_pops_close{background:#393939;position:absolute;top:0;right:0}
*/
@media(max-width:1280px) {
	#popup .p_img {
		left: 50%;
		transform: translateX(-50%);
		box-shadow: none;
	}
	#popup2 .p_img {
		left: 50%;
		transform: translateX(-50%);
		box-shadow: none;
	}
	#popup3 .p_img {
		left: 50%;
		transform: translateX(-50%);
		box-shadow: none;
	}
}
@media(max-width:650px) {
	#popup .p_img {
	  width: 95%;
	}
	#popup2 .p_img {
	  width: 95%;
	}
	#popup3 .p_img {
	  width: 95%;
	}
	#popup .p_img .close,
	#popup2 .p_img .close,
	#popup3 .p_img .close{
		width: 100%;
	}

}
