@font-face {
    font-family: 'ekachonbold';
    src: url("../font/ekachon-bold.woff2") format("woff2"), url("../font/ekachon-bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'ekachonbold_italic';
    src: url("../font/ekachon-bolditalic.woff2") format("woff2"), url("../font/ekachon-bolditalic.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'ekachonmedium_italic';
    src: url("../font/ekachon-mediumitalic.woff2") format("woff2"), url("../font/ekachon-mediumitalic.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'ekachonregular';
    src: url("../font/ekachon-regular.woff2") format("woff2"), url("../font/ekachon-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'fc_savespaceitalic';
    src: url("../font/fc_savespace_italic_ver_1.01.woff2") format("woff2"), url("../font/fc_savespace_italic_ver_1.01.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'fc_savespaceregular';
    src: url("../font/fc_savespace_regular_ver_1.01.woff2") format("woff2"), url("../font/fc_savespace_regular_ver_1.01.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  
  .f-0_6 {
    font-size: 0.6rem;
  }
  
  .f-0_7 {
    font-size: 0.7rem;
  }
  
  .f-0_8 {
    font-size: 0.8rem;
  }
  
  .f-0_9 {
    font-size: 0.9rem;
  }
  
  .f-1 {
    font-size: 1rem;
  }
  
  .f-1_25 {
    font-size: 1.25rem;
  }
  
  .f-5 {
    font-size: 5rem;
  }
  
  body {
    color: #000;
    font-family: ekachonregular;
  }
  
  #bg-index {
    background-image: url("../images/bg-index.jpg");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  #bg-form {
    background-image: url("../images/bg-form2.jpg");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  #bg-thank {
    background-image: url("../images/bg-thank.jpg");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  a {
    text-decoration: none;
  }
  
  h2.title {
    color: #ff4a00;
    font-family: 'ekachonbold_italic';
    font-size: 65px;
  }
  
  h1.subtitle {
    color: #000;
    font-family: 'ekachonbold_italic';
    font-size: 65px;
  }
  
  h2.subtitle {
    color: #000;
    font-family: 'ekachonbold_italic';
    font-size: 55px;
  }
  
  h4.des {
    color: #231f20;
    font-family: 'ekachonbold_italic';
  }
  
  .text-condition {
    font-size: 0.7rem;
    padding: 10% 0 2%;
    color: white;
    text-shadow: -1px -1px 0 #000,   1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  }
  
  .text-index {
    font-size: 14px;
    color: #000;
    text-shadow: -1px -1px 0 #fff,   1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  }
  
  input[type="checkbox"].agree {
    height: 40px;
    width: 40px;
    vertical-align: middle;
    margin: 0 0.4em 0.4em 0;
    border: 3px solid #fff;
    -webkit-appearance: none;
    -webkit-transition: box-shadow 200ms;
  }
  
  input[type="checkbox"].agree {
    border-radius: 2px;
  }
  
  input[type="checkbox"]:focus {
    outline: none;
  }
  
  input[type="checkbox"]:checked {
    border-color: #fff;
    background-color: #fff;
  }
  
  input[type="checkbox"]:checked:before {
    content: '';
    display: block;
    width: 12px;
    height: 26px;
    border: solid #ff4a00;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    margin-left: 10px;
  }
  
  .box {
    background: #ffbb00b5;
    border-radius: 30px;
  }
  
  .box .evoucher {
    margin-top: -2px;
    padding: 3% 5%;
    border-radius: 30px;
  }
  
  .box .evoucher h2 {
    font-size: 55px;
    font-family: 'ekachonbold';
  }
  
  .box .v1 {
    background: #e8f6fc;
  }
  
  .box .v2 {
    background: #fff;
  }
  
  .box .detail {
    padding: 3%;
    font-size: 25px;
  }
  
  .box .detail ul {
    list-style: none;
  }
  
  .box .detail ul li {
    font-style: italic;
    list-style: none;
    font-family: 'ekachonmedium_italic';
  }
  
  /*
  .formtop {
      background: rgb(255,124,54);
      background: linear-gradient(160deg, rgba(255,124,54,1) 0%, rgba(255,59,0,1) 100%);
      width:100%;
      height:160px;
      position:relative;
      text-align:center;
      padding:50px 0 0 0;
      box-sizing:border-box;
  }
  .formtop:before {
      content:'';
      position:absolute;
      background:white;
      width:100%;
      height:250px;
      top:0;
      left:0;
      border-bottom-right-radius:40%;
      transform:translatey(-50%);
  }*/
  #form {
    color: #fff;
    /* background-image: url("../images/bg_form.png");
    background-size: cover; */
    background-color: #f05222;
  }
  
  #form .form-input {
    border: 1px solid #fff;
    margin: 2% 0;
    box-shadow: 10px 10px 22px -15px rgba(0, 0, 0, 0.57);
    -webkit-box-shadow: 10px 10px 22px -15px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 10px 10px 22px -15px rgba(0, 0, 0, 0.57);
  }
  
  button.btn-submit {
    background-color: #fff;
    padding: 10px;
    width: 150px;
    color: #ff4a00;
    text-transform: uppercase;
    box-shadow: 10px 10px 22px -9px rgba(0, 0, 0, 0.62);
    -webkit-box-shadow: 10px 10px 22px -9px rgba(0, 0, 0, 0.62);
    -moz-box-shadow: 10px 10px 22px -9px rgba(0, 0, 0, 0.62);
    font-weight: bold;
    font-size: 25px;
    font-weight: bold;
    font-family: 'ekachonbold';
  }
  
  .tni_box {
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 10px 10px 22px -9px rgba(0, 0, 0, 0.62);
    -webkit-box-shadow: 10px 10px 22px -9px rgba(0, 0, 0, 0.62);
    -moz-box-shadow: 10px 10px 22px -9px rgba(0, 0, 0, 0.62);
    border-radius: 30px;
    color: #000;
    font-size: 18px;
    padding: 3%;
    font-weight: bold;
    padding-bottom: 5%;
  }
  
  .tni_box img {
    border-radius: 30px;
    padding-bottom: 8%;
  }
  
  .tni_box .type {
    border: 5px solid #ff4a00;
    box-shadow: 10px 10px 22px -9px rgba(0, 0, 0, 0.62);
    -webkit-box-shadow: 10px 10px 22px -9px rgba(0, 0, 0, 0.62);
    -moz-box-shadow: 10px 10px 22px -9px rgba(0, 0, 0, 0.62);
    border-radius: 30px;
    padding: 8%;
  }
  
  .tni_box .type .text {
    color: #ff4a00;
    font-size: 21px;
  }
  
  .msg-icn {
    display: inline-block;
    position: relative;
    padding: 3% 20px;
    color: #fff;
    box-sizing: border-box;
    background: #ffe9e0;
    background: linear-gradient(163deg, #ffe9e0 0%, #ff6c18 48%, #ff3b00 100%);
    min-height: 38px;
    border-radius: 30px;
    margin-bottom: 100%;
  }
  
  .msg-icn:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 2px;
    box-sizing: border-box;
    clip-path: polygon(0% 105%, 0% 0%, 105% 0%, 105% 105%, 43px 105%, 43px 80%, 21px 80%, 21px 105%);
  }
  
  .msg-icn:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    background-image: url("../images/arrow.png");
    top: calc(100% - 1px);
    left: 35%;
    box-sizing: border-box;
  }
  
  #tni {
    margin-bottom: 3%;
  }
  
  #tni-index h1 {
    font-size: 120px;
  }
  
  .thank-title {
    font-size: 110px;
    font-family: 'fc_savespaceregular';
    line-height: 0.8;
    margin-bottom: 40px;
  }
  
  .des-bottom{
    font-size: 22px;
    font-family: ekachonregular;
  }
  .des-bottom ul{
    margin-left: 10%;
    margin-right: 10%;
  }
  .des-bottom ul li{
    text-align: left;
  }
  
  @media screen and (max-width: 1400px) {
    h2.title {
      font-size: 45px;
    }
    h1.subtitle {
      font-size: 45px;
    }
    h2.subtitle {
      font-size: 40px;
    }
    .thank-title {
      margin-top: 20%;
      font-size: 145px;
    }
    .msg-icn h2 {
      font-size: 35px !important;
    }
    .msg-icn:after {
      width: 50px;
      height: 50px;
      background-image: url("../images/arrow.png");
      background-position: bottom;
    }
  }
  
  @media screen and (max-width: 1200px) {
    h2.title {
      font-size: 45px;
    }
    h1.subtitle {
      font-size: 45px;
    }
    h2.subtitle {
      font-size: 40px;
    }
    .f-detail {
      font-size: 1.1rem;
    }
    .f-bottom {
      font-size: 1.2rem;
    }
    .box {
      margin-top: 40px;
    }
    #tni-index h1 {
      font-size: 70px;
    }
    .thank-title {
      margin-top: 20%;
      font-size: 145px;
    }
    .msg-icn h2 {
      font-size: 35px !important;
    }
    .msg-icn:after {
      width: 50px;
      height: 50px;
      background-image: url("../images/arrow.png");
      background-position: bottom;
    }
  }
  
  @media screen and (max-width: 1000px) {
    .thank-title {
      margin-top: 20%;
      font-size: 105px;
    }
    .msg-icn h2 {
      font-size: 30px !important;
    }
    .msg-icn:after {
      width: 50px;
      height: 50px;
      background-image: url("../images/arrow.png");
      background-position: bottom;
    }
    h1.title-bottom{
      font-size: 22px !important;
    }
    .des-bottom{
      font-size: 18px;
    }
    .des-bottom ul{
      margin-left: 20%;
      margin-right: 20%;
    }
  }
  
  @media screen and (max-width: 760px) {
    h2.title {
      font-size: 35px;
    }
    h1.subtitle {
      font-size: 35px;
    }
    h2.subtitle {
      font-size: 30px;
    }
    #tni-index h1 {
      font-size: 70px;
    }
    .tni_box {
      font-size: 16px;
    }
    .tni_box .text {
      font-size: 17px !important;
    }
    .thank-title {
      font-size: 85px;
    }
    .msg-icn h2 {
      font-size: 20px !important;
    }
    .box .evoucher h2 {
      font-size: 35px;
    }
    .f-detail {
      font-size: 0.95rem;
    }
    .f-bottom {
      font-size: 1rem;
    }
    .box {
      margin-top: 30px;
    }
    .thank-title {
      margin-top: 20%;
      font-size: 85px;
    }
    .msg-icn h2 {
      font-size: 20px !important;
    }
    .msg-icn:after {
      width: 50px;
      height: 50px;
      background-image: url("../images/arrow.png");
      background-position: bottom;
    }
    h1.title-bottom{
      font-size: 28px !important;
    }
    .des-bottom{
      font-size: 20px;
    }
    .des-bottom ul{
      margin-left: 10%;
      margin-right: 10%;
    }
  }
  
  @media screen and (max-width: 500px) {
    h2.title {
      font-size: 30px;
    }
    h1.subtitle {
      font-size: 30px;
    }
    h2.subtitle {
      font-size: 25px;
    }
    .tni_box {
      font-size: 14px;
    }
    .tni_box .text {
      font-size: 16px !important;
    }
    .thank-title {
      font-size: 75px;
    }
    .msg-icn h2 {
      font-size: 18px !important;
    }
    .f-detail {
      font-size: 0.85rem;
    }
    .f-bottom {
      font-size: 0.9rem;
    }
    .box {
      margin-top: 20px;
    }
    #tni-index h1 {
      font-size: 45px;
    }
    #tni-index .des {
      font-size: 18px;
    }
    .thank-title {
      margin-top: 10px;
      font-size: 60px;
    }
    .msg-icn h2 {
      font-size: 16px !important;
    }
    .msg-icn:after {
      width: 30px;
      height: 30px;
      background-image: url("../images/arrow.png");
      background-position: bottom;
    }
    h1.title-bottom{
      font-size: 22px !important;
    }
    .des-bottom{
      font-size: 18px;
    }
  }
  
  @media screen and (max-width: 400px) {
    h2.title {
      font-size: 20px;
    }
    h1.subtitle {
      font-size: 20px;
    }
    h2.subtitle {
      font-size: 18px;
    }
    .tni_box {
      font-size: 14px;
    }
    .tni_box .text {
      font-size: 16px !important;
    }
    .thank-title {
      font-size: 75px;
    }
    .msg-icn h2 {
      font-size: 18px !important;
    }
    .box .evoucher h2 {
      font-size: 20px;
    }
    .f-detail {
      font-size: 0.7rem;
    }
    .f-bottom {
      font-size: 0.8rem;
    }
    .box {
      margin-top: 20px;
    }
    #tni-index h1 {
      font-size: 45px;
    }
    #tni-index .des {
      font-size: 16px;
    }
    .msg-icn h2 {
      font-size: 15px !important;
    }
    .msg-icn:after {
      width: 30px;
      height: 30px;
      background-image: url("../images/arrow.png");
      background-position: bottom;
    }
    .thank-title {
      font-size: 55px;
    }
    h1.title-bottom{
      font-size: 18px !important;
    }
    .des-bottom{
      font-size: 14px;
    }
  }
  
  @media screen and (max-width: 350px) {
    h2.title {
      font-size: 18px;
    }
    h1.subtitle {
      font-size: 18px;
    }
    h2.subtitle {
      font-size: 16px;
    }
    .f-detail {
      padding-top: 10px;
      font-size: 0.55rem;
    }
    .f-bottom {
      font-size: 0.6rem;
    }
    #tni-index h1 {
      font-size: 40px;
    }
    #tni-index .des {
      font-size: 14px;
    }
    .msg-icn h2 {
      font-size: 12px !important;
    }
    .msg-icn:after {
      width: 30px;
      height: 30px;
      background-image: url("../images/arrow.png");
      background-position: bottom;
    }
    .thank-title {
      font-size: 45px;
    }
  }
  /*# sourceMappingURL=custom.css.map */