

main header nav>div:nth-child(2) img {
  filter: brightness(0);
}

.backgrounds {
  width: 100%;
  height: 250px;
  margin-top: 17%;
  position: relative;
}

.backgrounds img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 51%;
  filter: brightness(0.5);
}

.backgrounds div {
  width: 100%;
  padding: 0 7%;
  text-align: center;
  position: absolute;
  top: 130px;
  color: white;
}

/*--article--*/

.logins {
  margin: 50px 0 40%;
  padding: 0 7%;
  text-align: center;
}

.logins h4 {
  margin-bottom: 40px;
  font-weight: normal;
}

.logins .boxs .tab-menu {
  width: 165px;
  margin-bottom: 30px;
}

.logins .boxs:nth-of-type(2) {
  margin-top: 150px;
}

.logins .boxs .tab-menu .w3-red {
  font-weight: bold;
  line-height: 2rem;
  color: #c80a1e;
  border-bottom: 1px solid #c80a1e;
}

.logins .boxs #Seoul div:first-of-type {
  margin: 0 0 30px;
  font-size: 0.9rem;
}

.logins .boxs #Seoul input:nth-of-type(4) {
  cursor: pointer;
}

.logins .boxs #Seoul> p {
  margin: 10px 0;
  font-size: 0.9rem;
}

.logins .boxs #Seoul input:nth-of-type(5) {
  background: url('images/common/icon_naver_n.svg') 5% 58% no-repeat;
  background-size: 25px;
}

.logins .boxs #London {
  text-align: left;
}

.logins .boxs #London input:nth-of-type(4) {
  margin-top: 30px;
}

@media screen and (min-width:1366px) {

  main header {
    height: 100px;
  }

  main header>div:first-child {
    height: 100px;
    background: white;
    border-bottom: 1px solid #ebe1d7;
  }

  main header nav {
    background: white;
    border-bottom: 1px solid #ebe1d7;
  }

  .backgrounds {
    width: 100%;
    height: 600px;
    margin-top: 0;
  }

  .backgrounds div {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 450px;
  }

  .logins {
    margin: 80px auto 200px;
    padding: 0;
  }

}
