* {
  margin: 0;
  padding: 0;
}
ul,
ol,
li {
  list-style: none;
}
.clear:after {
  display: block;
  clear: both;
  content: "";
}
html,
body {
  width: 100%;
  height: 100%;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 14px;
  background:#fff;
}

a {
  text-decoration: none;
  color: #111;
  cursor: pointer;
}
i {
  color: #a0a0a0;
}

.center {
  max-width: 85%;
  margin: auto;
  width: 100%;
}
.conCenter{max-width: 1140px; margin:auto; width:100%;}
.wrap {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

/* ----------------------공통-------------------------------------- */
.title {
  font-size: 88px;
  font-family: "Josefin Sans", sans-serif;
  position: absolute;
  _-webkit-text-stroke: 1px #000;
}

/*grid */
.grid_wrap {
  width: 80%;
  top: 0;
  left: 10%;
  height: 1000px;
  position: fixed;
  z-index: 1;
}
.grid_wrap .grid {
  width: 100%;
  height: 100%;
  border-left: 1px solid #36363623;
}

.grid_wrap .grid span {
  display: block;
  border-right: 1px solid #36363623;
  width: 19.9%;
  height: 100%;
  float: left;
  background: transparent;
}

/*header */
header {
  width: 100%;
  height: auto;
  padding: 52px 0;
}
.head_wrap {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  float: left;
  z-index: 5;
}
.logo img {
  width: 100%;
}

.nav_wrap {
  float: right;
  display: flex;
  align-items: center;
  z-index: 6;
}
.nav {
  float: left;
  position: relative;
}
.nav li {
  float: left;
  cursor: pointer;
}
.nav li a {
  padding: 0 30px;
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  transition: all 0.4s;

}
.nav span {
  width: 16%;
  height: 4px;
  background: #111;
  right: 0;
  top: -12px;
  position: absolute;
  opacity: 0;
  _padding-left: 30px;
}
.subIcon {
  float: right;
  margin-left: 102px;
  position: relative;
}
.subIcon a{transition: all 0.8s;}
.subIcon span {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #111;
  border-radius: 50%;
  left: -19px;
  top: -25px;
}
.subIcon a img {
  background: #fff;
  left: -30px;
  top: -15px;
  position: absolute;
  z-index: 4;
  cursor: pointer;
  transition: all 0.4;
}
.subIcon a:hover img, .subIcon a.active img  {
  left: -10px;
  background: transparent;
  
}

.subInner{position: absolute; top:40px; left:-20px; width:100px; display:none;}
.subInner i{float:left; color:#a0a0a0; font-size: 1.6rem; padding-right:1rem;}
.subInner i:hover{color:#111;}
/* footer  */
footer {
  width: 100%;
  height: auto;
  background: #e8e7e7;
  padding: 50px 0;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 6;
  color: #a0a0a0;
}

footer .sns i {
  font-size: 22px;
  text-align: center;
  cursor: pointer;
  padding: 8px;
  color: #a0a0a0;
}
footer .sns i:hover {
  color: #111;
}

footer .copy_wrap {
  width: 100%;
}
footer .copy_wrap b {
  display: inline-block;
  padding: 15px;
  font-weight: 500;
}
footer .copy_wrap p {
  width: 60%;
  margin: auto;
}

/*-------------------- main page color box ---------------- */
.color_wrap {
  width: 100%;
}
.subBox {
  position: absolute;
  left: 10%;
  bottom: 0;
  height: 500px;
  width: 50px;
  display: block;
  background: #e8e7e7;
}
.mainBox {
  position: absolute;
  left: 26.1%;
  top: 0;
  height: 540px;
  width: 18%;
  display: block;
  background: #a0a0a0;
}
.footerBox {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 500px;
  width: 275px;
  display: block;
  background: #e8e7e7;
}

.subTxt {
  position: relative;
  height: 500px;
  bottom: 0;
  width: 500px;
}
.subTxt .title.archive {
  top: 96px;
  left: 0;
  position: absolute;
  color: rgb(253, 253, 253);
  text-shadow: -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  z-index: 2;
}
.subTxt h2.archive::before {
  display: inline-block;
  content: "";
  width: 505px;
  height: 8px;
  background: #111;
  position: relative;
  left: -200px;
}
.subTxt p {
  position: absolute;
  width: 380px;
  bottom: 80px;
  left: 100px;
  background: #fff;
  padding: 15px;
  z-index: 4;
}

.mainBox .mainBox_wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.mainBox h2 {
  position: absolute;
  bottom: 22px;
}
.mainBox h2.white {
  margin-left: 276px;
  color: #fff;
  z-index: 4;
}

.mainImg img {
  position: absolute;
  left: 280px;
  top: 173px;
  width: 900px;
  height: 764px;
  z-index: 3;
}

.footerTxt {
  line-height: 1.5;
  position: relative;
  bottom: -215px;
  transform: rotate(-90deg);
  width: 350px;
  left: -42px;
}
.footerTxt b {
  font-size: 16px;
}



/* loading  */
#loading-wrap{
  width:100%;
  height:100vh;
  background:#fff;
}
.loading{
  width:100%;
  height:100vh;
  position:relative;
}
.loading .first, .loading .second{position:absolute;  font-family: "Josefin Sans", sans-serif; font-size: 10rem; top: 50%; left: 50%;
    transform: translateY(-50%);
}
.loading .first{left: 46%;  top: 45.5%;}
.loading .second{left: 50.6%; top: 51%;}
.loading p{position: absolute; top: 57%;   left: 50%; transform: translate(-50%, -50%); font-size: 1.2rem;}

.letter-holder{position: absolute; top: 57%;   left: 50%; transform: translate(-50%, -50%); font-size: 1.2rem;}
.letter-holder .letter {
  animation-name: loadingF;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-direction: linear;
  display: inline-block;
  padding:0 0.2rem;
  font-weight: 700;
}

.l-1 {
  animation-delay: 0.2s;
}
.l-2 {
  animation-delay: 0.3s;
}
.l-3 {
  animation-delay: 0.4s;
}
.l-4 {
  animation-delay: 0.55s;
}
.l-5 {
  animation-delay: 0.6s;
}
.l-6 {
  animation-delay: 0.8s;
}
.l-7 {
  animation-delay: 1;
}
.l-8 {
  animation-delay: 1.2s;
}
.l-9 {
  animation-delay: 1.44s;
}
.l-10 {
  animation-delay: 1.56s;
}
.l-11 {
  animation-delay: 1.6s;
}
.l-12 {
  animation-delay: 1.76s;
}
.l-13 {
  animation-delay: 1.82s;
}
.l-14 {
  animation-delay: 1.94s;
}
.l-15 {
  animation-delay: 2.1s;
}.l-15 {
  animation-delay: 2.2s;
}
@keyframes loadingF {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}