/* GCP WD_WP Team. Author : Jiwon Lee 2024-08-08 Edit :  */
/* promotion_ua */
.promotion_ua {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto;
  text-align: center;
  background: #f3f8fb url("../img/ua_bg.png") no-repeat center 0;
  background-size: auto 800px;
  /* promotion_ua_without_reward */
  /* error */
}
.promotion_ua .logo, .promotion_ua .select_language .btn_dropdown:after, .promotion_ua .device_check .tool_tip:after {
  background-image: url("../img/icon.png");
  background-repeat: no-repeat;
  background-size: 500px 500px;
}
.promotion_ua .logo {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-top: 20px;
  vertical-align: top;
  background-position: 0 -358px;
}
.promotion_ua .container {
  width: 1200px;
  position: relative;
  margin: 0 auto;
}
.promotion_ua .title {
  position: relative;
  margin: 155px 60px 0 60px;
  padding-left: 182px;
  text-align: left;
}
.promotion_ua .title .thumb {
  width: 152px;
  height: auto;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  border-radius: 40px;
}
.promotion_ua .title h2 {
  width: 820px;
  min-height: 108px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-size: 36px;
  font-weight: bold;
  line-height: 54px;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.promotion_ua .btns {
  margin: 40px 0 0 241px;
}
.promotion_ua .btns:after {
  display: block;
  clear: both;
  content: "";
}
.promotion_ua .btns > li {
  float: left;
  margin-left: 18px;
  position: relative;
}
.promotion_ua .btns > li:first-child {
  margin-left: 0;
}
.promotion_ua .btns > li > button {
  width: 300px;
  height: 64px;
  padding: 0 14px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}
.promotion_ua .btns > li > button:before {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.promotion_ua .btns > li > button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.promotion_ua .btns > li.mac > button:after {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.346 5.392.763 1.87a.874.874 0 0 1-.232-.855.892.892 0 0 1 .636-.625.91.91 0 0 1 .868.229l2.947 2.915 2.956-2.8A.905.905 0 0 1 8.833.47c.325.084.574.34.646.663a.872.872 0 0 1-.305.868L5.591 5.4a.904.904 0 0 1-.609.247.904.904 0 0 1-.636-.256z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E%0A");
  width: 10px;
  height: 6px;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
}
.promotion_ua .btns > li.mac > button:before {
  background-image: url("../img/ua_logo_mac.png");
  width: 56px;
  height: 14px;
}
.promotion_ua .btns > li.steam > button:before {
  background-image: url("../img/ua_logo_steam.png");
  width: 96px;
  height: 30px;
}
.promotion_ua .btns > li.window > button:before {
  background-image: url("../img/ua_logo_windows.png");
  width: 96px;
  height: 20px;
}
.promotion_ua .mac_install {
  width: 100%;
  padding: 4px;
  border-radius: 10px;
  border: solid 1px #253043;
  background-color: rgba(37, 48, 67, 0.9);
  position: absolute;
  top: 68px;
  z-index: 10;
  display: none;
}
.promotion_ua .mac_install.on {
  display: block;
}
.promotion_ua .mac_install button {
  padding: 12px 16px;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #c3dcff;
  display: block;
  width: 100%;
}
.promotion_ua .mac_install button:hover {
  background-color: #253043;
  border-radius: 6px;
  color: #4e99ff;
}
.promotion_ua .note {
  width: 1140px;
  display: inline-block;
  position: relative;
  margin-top: 89px;
  padding: 60px 60px 60px 284px;
  box-sizing: border-box;
  color: #636a8c;
  text-align: left;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}
.promotion_ua .note dt {
  width: 200px;
  position: absolute;
  top: 60px;
  left: 60px;
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  color: #1277ff;
}
.promotion_ua .note dd {
  position: relative;
  margin-top: 10px;
  padding-left: 12px;
  font-size: 16px;
  line-height: 22px;
  color: #636a8c;
}
.promotion_ua .note dd:after {
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  background: #636a8c;
  border-radius: 50%;
}
.promotion_ua .note dd strong {
  color: #1277ff;
  font-weight: bold;
}
.promotion_ua .note .dd_title {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
}
.promotion_ua .note .dd_title:after {
  display: none;
}
.promotion_ua .device_check {
  height: 44px;
  position: relative;
  margin: 30px 0 50px 240px;
  padding: 10px 0;
  text-align: left;
}
.promotion_ua .device_check .os li {
  position: relative;
  float: left;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
.promotion_ua .device_check .os li:nth-child(2) {
  margin-left: 60px;
}
.promotion_ua .device_check .os li .inp_radio {
  display: none;
}
.promotion_ua .device_check .os li .label_radio {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding-left: 30px;
}
.promotion_ua .device_check .os li .label_radio:before, .promotion_ua .device_check .os li .label_radio:after {
  position: absolute;
  content: "";
  border-radius: 50%;
}
.promotion_ua .device_check .os li .label_radio:before {
  width: 14px;
  height: 14px;
  display: none;
  top: 4px;
  left: 4px;
  background: #fff;
}
.promotion_ua .device_check .os li .label_radio:after {
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background: transparent;
  border: 1px solid #fff;
}
.promotion_ua .device_check .os li:hover .label_radio:after {
  background: rgba(255, 255, 255, 0.2);
}
.promotion_ua .device_check .os li .inp_radio:checked + .label_radio:before {
  display: block;
}
.promotion_ua .device_check > div {
  display: inline-block;
  position: relative;
  padding: 0 0 0 0;
}
.promotion_ua .device_check .tool_tip {
  max-width: 410px;
  max-height: 82px;
  position: absolute;
  top: 50%;
  left: 241px;
  padding: 11px 23px;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  color: #4e99ff;
  background: #253043;
  border: solid 2px #222832;
  border-radius: 6px;
  transform: translateY(-50%);
}
.promotion_ua .device_check .tool_tip:after {
  width: 14px;
  height: 16px;
  display: block;
  position: absolute;
  top: 50%;
  left: -13px;
  content: "";
  background-position: -265px -214px;
  transform: translateY(-50%);
}
.promotion_ua.without_reward .title {
  position: relative;
  margin: 96px 155px 0 155px;
  padding-left: 0;
  text-align: center;
}
.promotion_ua.without_reward .title .thumb {
  display: inline-block;
  position: inherit;
  top: inherit;
  left: inherit;
}
.promotion_ua.without_reward .title h2 {
  width: 100%;
  margin-top: 20px;
}
.promotion_ua.without_reward .note {
  display: none;
}
.promotion_ua.without_reward .btns {
  display: inline-block;
  margin: 37px 0 0 0;
}
.promotion_ua.error .note {
  position: relative;
  padding: 288px 60px 90px;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  color: #636a8c;
  text-align: center;
}
.promotion_ua.error .note:after {
  width: 180px;
  height: 174px;
  display: block;
  position: absolute;
  top: 80px;
  left: 50%;
  content: "";
  background: url("../img/icon_ua_error.png") no-repeat 0 0;
  background-size: 100% 100%;
  transform: translateX(-50%);
}

/* language select */
.select_language {
  width: auto;
  height: 24px;
  position: absolute;
  top: 33px;
  right: 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #fff;
  text-align: right;
}
.select_language .btn_dropdown {
  height: 100%;
  padding: 0;
  padding-right: 28px;
  padding-left: 20px;
  font: inherit;
  color: inherit;
  text-align: right;
  border: none;
}
.select_language .btn_dropdown:after {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: auto;
  content: "";
  background-position: -242px -214px;
  transform: translateY(-50%);
}
.select_language .dropdown {
  max-height: inherit;
  position: absolute;
  z-index: -1;
  top: 31px;
  right: -2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.43;
  color: #b0baca;
  visibility: hidden;
  background-color: #fff;
  border: 2px solid #b0baca;
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.select_language .dropdown.on {
  z-index: 10;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
  max-height: 270px;
  overflow: auto;
}
.select_language .dropdown button {
  height: 20px;
  padding: 0 15px 0 15px;
  font: inherit;
  line-height: 20px;
  color: inherit;
  text-align: right;
  white-space: nowrap;
}
.select_language .dropdown button:hover, .select_language .dropdown button.btn_on {
  color: #0a0a12;
}
.select_language .dropdown li {
  height: auto;
  margin: 10px 0;
}
.select_language .dropdown li:first-child {
  margin-top: 15px;
}
.select_language .dropdown li:last-child {
  margin: 5px 0 15px;
}
.select_language .dropdown li:hover, .select_language .dropdown li ul[class^=select_dropdown] li:hover {
  background: inherit;
}

@media (max-width: 1199px) {
  .promotion_ua {
    padding: 0 40px;
  }
  .promotion_ua .container {
    width: 688px;
  }
  .promotion_ua .title {
    position: relative;
    margin: 50px auto 0;
    padding-left: 0;
    text-align: center;
  }
  .promotion_ua .title h2 {
    width: 616px;
    margin: 16px auto 0;
    font-size: 32px;
    line-height: 44px;
    display: block;
    min-height: inherit;
  }
  .promotion_ua .title .thumb {
    width: 140px;
    height: auto;
    display: inline-block;
    position: inherit;
    top: inherit;
    left: inherit;
  }
  .promotion_ua .btns {
    display: inline-block;
    margin: 40px 0 0 0;
  }
  .promotion_ua .note {
    width: 688px;
    display: block;
    margin: 86px auto 40px;
    padding: 40px 40px 50px 40px;
  }
  .promotion_ua .note dt {
    width: auto;
    position: relative;
    top: inherit;
    left: inherit;
    margin-bottom: 30px;
  }
  .promotion_ua .device_check {
    width: 616px;
    margin: 30px auto 50px;
  }
  .promotion_ua.without_reward .btns {
    margin: 40px 0 0 0;
  }
  .promotion_ua.without_reward .title {
    width: 616px;
    margin: 50px auto 0;
    font-size: 32px;
    line-height: 44px;
  }
  .promotion_ua.without_reward .title .thumb {
    display: block;
    margin: 0 auto;
  }
  .promotion_ua.mac .device_check {
    margin: 30px auto 0;
  }
  .promotion_ua.error .note {
    margin-top: 70px;
  }
  .select_language {
    right: 0;
  }
}
