@charset "utf-8";

#jap {
  z-index: 100000;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: #10468C;
  text-indent: -999px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

#jap span {
  text-indent: -999px;
  overflow: hidden;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  background: url(../images/lang/jp.svg) no-repeat;
}

#porto .overhide,
#license,
#contact,
.pop {
  overflow: hidden;
}

.fixed-top {
  z-index: 99999;
}

nav {
  background-color: #10468C;
  transition: top 1s ease;
  position: relative;
}

ul.navbar-nav {
  width: 100%;
}

.mainMenu li:hover {
  background-color: #4686D6;
}

.dropdown-menu {
  min-width: 100%;
  background-color: #343A40;
  text-align: center;
  padding: 0;
  color: #fff;
  border: 0;
  border-radius: 0;
}

.mainMenu li a {
  width: 100%;
}

.dropdown-menu a {
  display: block;
  width: 100%;
  color: #fff;
}

.dropdown-item:focus a,
.dropdown-item:hover a {
  background-color: #10468C;
  color: #fff;
}

section>div~div {
  min-height: 100vh;
  /* overflow: hidden; */
}

section>div:last-child {
  min-height: 50vh;
}

section {
  position: relative;
}

#my {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

#my>img {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 150vh;
}

#my .bg {
  background-image: linear-gradient(to left, #f9ffff 70%, rgba(0, 0, 0, 0));
  height: 100%;
  padding: 10rem 3rem;
}

#my p {
  margin-right: -100px;
  opacity: 0;
  font-size: 2rem;
  color: #86B3F2;
}

#my h1 {
  margin-right: -100px;
  color: #86B3F2;
  opacity: 0;
}

#my h1 span {
  color: #86B3F2;
}

#my h1 span._2 {
  margin-right: -50px;
  opacity: 0;
}

#my .img img {
  position: absolute;
  bottom: 0;
  left: -10px;
  transform: rotateY(180deg);
  opacity: 0;
  width: 10%;
}

#intro .profile {
  position: relative;
  top: -20px;
  left: 0;
  opacity: 0;
}

#intro .inst {
  position: relative;
  top: 20px;
  left: 0;
  opacity: 0;
}

strong {
  color: #2E64AB;
}

#mySkill .skillList {
  justify-content: space-around;
  align-items: center;
}

#mySkill .skillList .skill {
  width: calc(100% / 5);
  text-align: center;
  position: relative;
  bottom: -25px;
  opacity: 0;
}

#mySkill h3 {
  text-transform: uppercase;
  font-size: 1.2rem;
}

#mySkill img {
  max-width: 60%;
}

#mySkill .progress {
  width: 80%;
}

#mySkill .progress .progress-bar {
  text-indent: -999px;
  overflow: hidden;
  width: 0;
  transition: all 2s ease-in-out;
}

#porto>div .photo {
  text-align: center;
}

#porto>div .photo.web img {
  vertical-align: top;
  max-width: calc(100% / 3.2);
}

#porto .pilates .photo img {
  max-width: 49%;
}

#porto>div .photo img.imgpc {
  max-width: 100%;
}

.licenseList {
  box-sizing: border-box;
}

.license>div,
.certificate>div {
  background-color: #2E64AB;
}

.ready {
  min-width: 100%;
  /* min-height: 303px; */
  height: 100%;
  font-size: 2rem;
  font-weight: 900;
  padding: 50% 0;
}

.pop {
  margin-top: 0;
  z-index: 100001;
  min-width: 100%;
  height: 100vh;
  position: fixed;
  top: -100vh;
  left: 0;
  background-color: rgba(0, 0, 0, .8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.pop button.btn_close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 4rem;
}

.pop .popBox img {
  width: 100%;
}

#contact .row>div {
  border: 2px solid #10468C;
  position: relative;
  transition: all 2s ease;
}

footer {
  background-color: #10468C;
  color: #fff;

}

footer address {
  text-transform: uppercase;
  font-style: normal;
  text-align: center;
}

@media screen and (max-width: 767px) {

  nav .nav-down {
    display: block;
    width: 4rem;
    position: absolute;
    top: 68px;
    right: 0.6rem;
    color: #fff;
    background-color: #10468C;
    border: 0;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    font-size: 1.5rem;
    padding: 0;
    margin: 0;
  }

  nav .nav-down.remove {
    top: -999px;
  }

  .nav-item {
    border-bottom: 2px solid #fff;
  }

  .nav-item:last-child {
    border-bottom: 0;
  }

  .collapse {
    overflow-x: hidden;
    overflow-y: scroll;
  }

  .dropdown-menu {
    background-color: #10468C;
  }

  .dropdown .dropdown-menu {
    display: block;
  }

  section>div~div {
    padding: 3rem 0;
  }

  #my .bg {
    background-image: linear-gradient(to left, #f9ffff 40%, rgba(0, 0, 0, 0));
    height: 100%;
    padding: 10rem 1rem;
  }

  #my p {
    font-size: 1.2rem;
  }

  #my p span {
    display: block;
  }

  #my h1 {
    font-size: 3rem;
  }

  #my h1 span {
    display: block;
    font-size: 1.6rem;
  }

  #mySkill .skillList .skill {
    margin: 1rem;
    width: calc(100% / 2.3);
    text-align: center;
  }

  #mySkill h3 {
    font-size: 1.2rem;
    text-transform: uppercase;
  }

  .popBox {
    min-width: 80%;
    overflow: hidden;
    background-color: #10468C;
  }

  .popBox img {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  h4 {
    font-size: 1.2rem;
  }

  .nav-down {
    display: none;
  }

  #my .bg {
    padding: 10rem 1rem;
  }

  #mySkill .skillList {
    justify-content: space-around;
  }

  #mySkill .skill {
    margin: 1rem;
    width: calc(100% / 3.5);
    text-align: center;
  }

  .popBox {
    margin: auto;
    max-width: 50%;
    overflow: hidden;
    background-color: #10468C;
  }

  .popBox img {
    width: 100%;
  }

  small.fo {
    font-size: .5rem;
  }
}

@media screen and (max-width: 1024px) and (orientation : landscape) {
  #my .bg {
    padding: 6.86rem 1rem;
    background-image: linear-gradient(to left, #f9ffff 80%, rgba(0, 0, 0, 0));
  }
}

@media screen and (min-width: 1025px) {
  .nav-down {
    display: none;
  }

  ul.navbar-nav {
    width: 90%;
  }

  .nav-item {
    width: calc(100%/5);
  }

  .pop .popBox {
    max-width: 50%;
    overflow: hidden;
    background-color: #10468C;
  }

  #porto .salad .photo img,
  #porto .kakao .photo img,
  #porto .insta .photo img,
  #porto .kakaobank .photo img,
  #porto .prism .photo img,
  #porto .kbank .photo img,
  #porto .fabot .photo img,
  #porto .pilates .photo img {
    display: inline-block;
    position: relative;
  }

  #porto .salad .row .photo img:hover,
  #porto .kakao .photo img:hover,
  #porto .insta .photo img:hover,
  #porto .kakaobank .photo img:hover,
  #porto .prism .photo img:hover,
  #porto .kbank .photo img:hover,
  #porto .fabot .photo img:hover,
  #porto .pilates img:hover {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    transform: scale(1.6);
    transition: all .5s cubic-bezier(0, .49, .52, 1);
    z-index: 1000;
  }
}