@charset "utf-8";

/* 메인메뉴와 로그인, 알림 아이콘 서식 */
.on{
  color: #000 !important;
}
/* 로고 */

/* 헤더에 마우스 오버시 적용할 서식 */
/*.h_on{
  background-color: #1B557C !important;
}*/
hr{
  border: 0;
  height: 1px;
  background: #ccc;
}
/* 메인 내비게이션 */
#m_nav{
  position: fixed;right: 30px;top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  width: 50px;height: 160px;
}
#m_nav > ul{
  position: relative;
}
#m_nav > ul > li{
  width: 15px;height: 15px;
  /*background-color: rgba(0, 0, 0, .8);*/
  border-radius: 3%;
  position: absolute;right: 0px;
  line-height: 30px;
  /*text-align: center;*/
  overflow: hidden;
  transition: 0.5s;
}
#m_nav > ul > li:first-child{}
#m_nav > ul > li:nth-child(2){top: 50px;}
#m_nav > ul > li:nth-child(3){top: 100px;}
#m_nav > ul > li:nth-child(4){top: 150px;}
#m_nav > ul > li:last-child{top: 200px;}

.arctic_Scroll{
  position: absolute;right: 10px;
}
.act{
  width: 100px !important;
  
}

#m_nav > ul > li > span{
  display: inline-block;
  width: 15px;height: 15px;
  border-radius: 50%;
  background-color: #6e7174;
  color: #6e7174;
  text-align: center;
  font-weight: bold;
}

#m_nav > ul > li:hover > span{
  background: #b1aeae;
}

#m_nav > ul > li > a{
  color: #b1aeae;
  display: inline-block;
  width: 100px;
  text-align: center;
  position: absolute;top: -8px;
  font-weight: bold;
}


/* 메인 */
#movie{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.m_info{
  position: absolute;
  width: 100%;top: 25%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  text-shadow: 0 5px 0 rgba(black, .1);
}
.m_info h2 > span{
  color:#F27C7E;
}

.m_info h2 {
  font-family: 'cooper';
  font-size: 8rem;
  font-weight: bold;
  padding-bottom: 30px;
  color: #F27C7E;
  position: absolute;
}

.m_info h2:nth-child(1) {
  color: transparent;
  -webkit-text-stroke: 2px #F27C7E;
}

.m_info h2:nth-child(2) {
  color: #F27C7E;
  animation: animate 4s ease-in-out infinite;
}

@keyframes animate {
  0%,
  100% {
    clip-path: polygon(
      0% 45%,
      16% 44%,
      33% 50%,
      54% 60%,
      70% 61%,
      84% 59%,
      100% 52%,
      100% 100%,
      0% 100%
    );
  }

  50% {
    clip-path: polygon(
      0% 60%,
      15% 65%,
      34% 66%,
      51% 62%,
      67% 50%,
      84% 45%,
      100% 46%,
      100% 100%,
      0% 100%
    );
  }
}
#movie p{
  color: #fff;
  line-height: 50px;
  font-size: 30px;
  padding-top: 600px;
}
.m_info a{
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
  margin: 0px 20px;
  padding: 5px 10px;
}
.m_info a:first-of-type{
  background-color: rgb(0, 110, 255);
}
/*.movie #next_btn{
  position: absolute;
  bottom: 40px;
  display: inline-block;
  width: 12px;height: 7px;
  background-image: url('../images/bg-arrow.2c3ad4f.png');
  background-position: -30px -30px;
}*/
#movie #next_btn{
  position: absolute;
  bottom: 50px;left: 50%;
  transform: translateY(-50%);
  transform: rotate(45deg);
  display: inline-block;
  width: 30px;height: 30px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-indent: -9999px;
}

/*프로필*/
.title h1{
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-size: 3rem;
  padding-top: 5%;
}
.title02{
  padding-bottom: 5%;
}
.title02 h1{
  font-weight: bold;
  text-align: center;
  text-transform: capitalize;
  font-size: 3rem;
  padding-top: 5%;
}
#profile>div{
  float: left;
  width: 50%;
  height: 110vh;
}
.img{
  padding-top: 3%;
  padding-left: 10%;
  box-sizing: border-box;
}
.img img{
  max-width: 300px;
}
.img .about{
  padding-top: 0px;
  line-height: 30px;
}
.about p{
text-align: center;
}
.pro > dl > dt, .interest > dl > dt, .about > dl > dt{
  font-size: 1.4rem;
  font-family: 'cooper';
  color: #1B557C;
  text-transform: capitalize;
  padding: 20px 0;
  line-height: 30px;
}
#profile > .p_left> .pro > dl > dd{
  line-height: 30px;
}

.interest > dl > dt{
  position: relative;}
.interest > dl > dd{
  display: inline-block;
}
.interest > dl > dd> i{
  border: 1px solid #333;
  border-radius: 50%;
  padding: 15px;
  margin: 0px 5px;
  font-size: 40px;
  color: #333;
}
.interest > dl > dd > span{
  display: block;
  padding: 5px 0px;
  text-align: center;
  color: #333;
}

/* 스킬바 */
.zt-span6 > h3{
  padding: 20px 0px;
  line-height: 30px;
}
.zt-span6 > h3 > strong{
  font-size: 20px;
  font-family: 'cooper';
  color: #1B557C;
  text-transform: capitalize;
  
}
.zt-skill-bar {
  color: #fff;
  font-size: 11px;
  line-height: 25px;
  width: 500px;
  height: 25px;
  margin-bottom: 5px;

  background-color: rgba(0,0,0,0.1);
  border-radius: 2px;

}

.zt-skill-bar * {
  transition: all 0.5s ease;
}

.zt-skill-bar div {
  /*background-color: #05afe8;*/
  background-color: #ff6d70;
  position: relative;
  padding-left: 25px;
  width: 0;
  border-radius: 2px;
}

.zt-skill-bar span {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 5px 0 10px;
  background-color: #1a1a1a;
  border-radius: 0 2px 2px 0;
}

.zt-skill-bar span:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 50%;
  left: -3px;
  margin-top: -3px;
  background-color: #1a1a1a;
  transform: rotate(45deg);
}

/* 리디자인 */
#redesign{
  position: relative;
  font-family: "score4";
  font-size: 14px !important;
}
.mySwiper{
  width: 900px;
}
#redesign .outer button{position: relative;}
#redesign .outer > h3{
  padding-top: 20px;
  line-height: 40px;
}
#redesign .outer > h2{
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  border-bottom: 1px solid rgb(99, 99, 99);
  width: 200px;
  margin-bottom: 20px;
}
#redesign .outer > h2 a{}
.outer > h2 > .color1{color: #A32829;}
.outer > h2 > .color2{color: #A79393;}
.outer > h2 > .color3{color: #EF426F;}
.outer > h2 > .color4{color: #629532;}
#redesign .outer > p > .bold{
  font-weight: bold;
  line-height: 30px;
}
.mySwiper{position: relative;}
.swiper-button-prev{
  border-radius: 50%;
  position: absolute;
  left: 44% !important;
  top: 107% !important;
  width: 3rem;
  height: 3rem;
  background: #d5d4d3;
  color: #fff;
  line-height: 5rem;
  text-align: center;
  cursor: pointer;
  z-index: 10;
}

.swiper-button-next{
  border-radius: 50%;
  position: absolute;
  right: 44% !important;
  top: 107% !important;
  width: 3rem;
  height: 3rem;
  background: #0f172a;
  color: #fff;
  line-height: 5rem;
  text-align: center;
  cursor: pointer;
  z-index: 10;
}
.swiper-pagination{
  position: absolute;
  top: 110%;
}


/* 퍼블리싱 */
#publishing .title{
  padding-bottom: 30px;
}
#publishing .title > h1{
  color: #F27C7E;
}
.main_box {
  width: 100%;
  height: 83vh;
  display: flex;
  overflow: hidden;
}

.main_box > .imgs {
  flex: 1;
  height: 100%;
  /*transform: skew(10deg);*/
  cursor: pointer;
  margin: 0;
  transition: all .3s;
  background-repeat: no-repeat;
  background-size: cover;
  /*background-position: center;*/
  position: relative;
  
}

.imgs > .p_eft > p{
  font-weight: 100;
  position: absolute;
  bottom: 10rem;
  left: 0;
  padding: .75em;
  background-color: transparent;
  transition: all 0.3s;
  text-transform: uppercase;
  white-space: nowrap;
  color: transparent;
}

.img1 {
  background-image:linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url('../images/main01.jpg');
  /*background-image: url('../images/main01.jpg');*/
}

.img2 {
  background-image:linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url('../images/main1.png');
}

.img3 {
  background-image:linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url('../images/care.png');
}

.img4 {
  background-image:linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url('../images/vista.jpg');
  background-position: right;
}

.main_box:hover .imgs {
  transform: skew(0);
}

.imgs:hover {
  flex: 2.1;
  filter: none;
}

.imgs:hover p {
  
  background-color: rgba(0,0,0,0.6);
  /*border: .125em solid blue;*/
  color: rgb(255, 255, 255);
  transform: rotate(0deg);
}

/* 캐스퍼 퍼블리싱 효과 */
.imgs > .p_eft{
  /*position: relative;*/
  overflow: hidden;
  width: 100%;
  background: #000000;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 16px;
}
.imgs > .p_eft *{
  box-sizing: border-box;
  transition: all 0.45s ease-in-out;
}
.imgs > .p_eft > figcaption{
  position: absolute;
  top: 45%;
  left: 7%;
  right: 7%;
  bottom: 45%;
  border: 1px solid white;
  border-width: 1px 1px 0;
}
.imgs > .p_eft > figcaption > .p_bd{
  overflow: hidden;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  position: absolute;
  bottom: 0;
  width: 100%;
  font-family: "black";
  font-size: 1.4rem;
}
.imgs > .p_eft > figcaption > .p_bd > h2{
  display: table;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  text-align: center;
  width: auto;
  text-transform: uppercase;
  font-weight: 400;
}
.imgs > .p_eft > figcaption > .p_bd > h2:before, .imgs > .p_eft > figcaption > .p_bd > h2:after {
  position: absolute;
  display: block;
  width: 1000%;
  height: 1px;
  content: '';
  background: white;
  top: 50%;
}
.imgs > .p_eft > figcaption > .p_bd > h2:before {
  left: -1000%;
}
.imgs > .p_eft > figcaption > .p_bd > h2:after {
  right: -1000%;
}
.imgs > .p_eft > p{
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-52%);
  position: absolute;
  width: 100%;
  padding: 500px 100px;
  margin: 0;
  opacity: 0;
  line-height: 1.6em;
  font-size: 0.9em;
}
.imgs > .p_eft:hover p,
.imgs > .p_eft.hover p {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.imgs > .p_eft > a{
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.imgs > .p_eft:hover figcaption,
.imgs > .p_eft.hover figcaption {
  top: 40%;
  bottom: 40%;
}


/* 컨택트 */
#contact{
  font-family: "cooper";
}
#contact .title > h1{
  padding-top: 90px;
  font-size: 50px !important;
  font-weight: 900;
  color: #1B557C;
  text-align: center;
}
#contact .f_box{
  padding-top: 70px;
  text-align: center;
}
#contact .f_box >p{
  line-height: 30px;
  font-size: 20px;
}
#contact .f_box > p > i{
  color: #1B557C;
  font-size: 25px;
}
#contact .f_box >p > span{
  padding: 0px 20px;
  text-transform: capitalize;
  font-size: 25px;
  font-weight: bold;
  color: #1B557C;
}
#contact .f_box > span{
  padding-top: 90px;
  padding-bottom: 70px;
  font-size: 14px;
  display: block;
  text-align: center;
}