@charset "utf-8";

/*
*
*    Common CSS
*
================================================================================================*/

/*    font
----------------------------------------------------- */
@import url(https://spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);
@import url(https://spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-jp.css);

/*    index
----------------------------------------------------- */

html {
  font-size: 12px;
}

body {
  font-weight: 400;
  color: #ffffff;
  background: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body.light {
  font-weight: 400;
  color: #ffffff;
}

* {
  font-family: "Spoqa Han Sans", "Spoqa Han Sans JP", sans-serif;
}

.page_wrap {
  width: 100%;
  min-height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page_content {
  position: relative;
}

/*old*/
.btn_common {
  vertical-align: middle;
}
.btn_common:disabled {
  opacity: 0.5 !important;
  cursor: default;
}


.btn_large {
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    padding: 0 20px;
    color: #ffffff;
    text-align: center;
    border-radius: 25px;
    font-weight: 500;
    cursor: pointer;
    width: 50%;
    min-width: 250px;
  }
  
.btn_point {
  background-color: #000000;
}
.btn_point:hover {
  opacity: 0.7;
}
.btn_normal {
  background-color: #ffffff;color: #000000;
}
.btn_normal:hover {
  opacity: 0.7;
}
.btn_large:hover,
.btn_large:active {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}


/**/

.download_content {
  text-align: center;
}
.download_content i {
  display: block;
  width: 100%;
  height: 45px;
  background: url(../images/img_bi.png) center center no-repeat;
  margin-bottom: 60px;
  /*
    height:132px;
    background: url(../images/img_bi_intro.png) center center no-repeat;
*/
  background-size: auto 100%;
}
.download_content > span {
  display: block;
  font-size: 14px;
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 30px;
}
.download_content > span b {
  color: #111111;
}
.download_content a {
  display: block;
  margin-bottom: 15px;
}

/*
================================================================================================*/
