@import url("../fonts/gothamssm.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500&display=swap");

body {
  position: absolute;
  padding: 0;
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  background-image: url("../images/bg_main_modify_3.png");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  background-size: auto 100vh;
  background-color: black;
  line-height: 100%;
  overflow: hidden;
  font-family: 'GothamSSm', 'Noto Sans KR';
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

div {
  position: relative;
}

.container {
  margin: 0 auto;
  height: 100%;
  overflow-y: hidden;
}

.logo {
  margin-bottom: 17px;
  margin-top: 30px;
  text-align: center;
  width: calc(389px / 3);
  height: calc(137px / 3);
  margin-left: auto;
  margin-right: auto;
}

.logo > img {
  width: 100%;
}

.title {
  text-align: center;
  color: #000;
  line-height: 1.5;
  font-size: 13.333px;
  font-weight: 300;
}

.buttons {
  position: fixed;
  width: 444px;
  width: calc(100% - 40px);
  min-width: 228px;
  max-width: 444px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 80px;
}

.button-group {
  display: flex;
  margin: 0 auto;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.button {
  height: 38px;
  position: relative;
  border: 1px solid black;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.3);
}

.button::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 6px;
  height: 10px;
  top: 13px;
  right: 11px;
  background-image: url("../images/arrow_bk.png");
  background-size: 100%;
  background-position: left;
}

.button .text {
  font-weight: 500;
  padding-top: 12px;
}

.button-group .button {
  flex: 1 1 auto;
  box-sizing: border-box;
  width: calc(50% - 6.6px);
  border-top: 0;
}

.button-group .button .link {
  position: absolute;
  width: calc(50% - 30px);
}

.button-group .visit_homepage {
  margin-right: 3.3px;
}

.button-group .visit_fassker {
  margin-left: 3.3px;
}

.text {
  font-size: 15px;
  font-weight: 500;
  color: black;
  padding-top: 13px;
  margin-left: 16px;
  line-height: 1;
}

.button:hover {
  cursor: pointer;
}

.visit_homepage {
  margin-top: 7px;
}

.visit_fassker {
  background-image: url("../images/web/btn_2.png");
  background-color: transparent;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
}

.visit_fassker .text {
  color: white;
}

.powered-by {
  position: fixed;
  bottom: 30px;
  height: 20px;
  width: 112px;
  left: calc(50% - 56px);
}

.powered-by>img {
  width: 100%;
}

.share {
  position: fixed;
  bottom: 30px;
  left: calc(50% + 201px);
}

.share>img {
  width: 20px;
}

@media screen and (orientation: landscape) and (min-width: 1025px) and (max-width: 1366px) {
  body {
    background-size: auto 100vh;
  }
}

@media screen and (max-width: 1365px) {
  body {
    background-size: cover;
  }

  .container {
    width: calc(100% - 40px);
    width: calc(100vw - 40px);
    left: initial;
    top: initial;
    margin-left: 20px;
    margin-right: 20px;
  }

  .logo {
    width: 127px;
    height: 45px;
    margin-bottom: 17px;
  }

  .title {
    line-height: 20px;
  }

  .buttons {
    max-width: 489px;
  }

  .button-group>.button {
    border-top: 1px solid white;
  }

  .button-group>.button .link {
    width: calc(50% - 24px);
  }

  .button {
    width: calc(100% - 2px);
    height: 36px;
    background-size: 250px 41px;
    background-repeat: no-repeat;
    margin: 0 auto;
  }

  .button .text {
    left: 0;
    right: 0;
    position: relative;
    padding-top: 11px;
    font-size: 12px;
    line-height: 14px;
  }

  .visit_homepage {
    margin-top: 7px;
  }

  .ar_lookbook,
  .visit_homepage {
    background-position-x: right;
    background-position-y: center;
  }

  .visit_fassker {
    background-position-x: calc(99%);
    background-position-y: center;
  }
  
  .share {
    left: initial;
    right: 20px;
  }
}
