@charset "UTF-8";
/*
CSS
/assets/css/style.css
update:19.07.00
*/


/*------------------------------------------ Product Page*/

/*-------------------- Modal*/

.modal{
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255, 0.0);
  z-index: 150;
  text-align: center;
}
.modal .inr{
  max-width: 748px;

}
.select_modal_top{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: rgba(255,255,255, 0.85);
  color: #284691;
  letter-spacing: -0.01em;
  display: flex;
  align-items: flex-end;
  padding-bottom: 45px;
}
.select_modal_bottom{
  position: absolute;
  left: 0;
  bottom: 0;
  padding-top: 50px;
  width: 100%;
  height: 50%;
  background: rgba(0,40,140, 0.85);
  text-align: center;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

.modal h3{
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.0;
}
.select_modal_bottom h3{
  margin-bottom: 50px;
  color: #fff;
}
.select_modal_bottom h3 span{
  border-bottom: solid 2px #f9001d;
  padding-bottom: 2px;
}
.select_modal_bottom ul li:first-child{
  padding: 0 14px 0 0;
}
.select_modal_bottom ul li{
  float: left;
  width: 50%;
  padding: 0 0 0 14px;
}
.select_modal_bottom ul li:first-child{
  padding: 0 14px 0 0;
}
.select_modal_bottom a.readmore_btn{
  padding: 20px 20px;
}
.select_modal_bottom a.readmore_btn span{
  font-weight: 600;
  font-size: 34px;
  letter-spacing: 0.07em;
}

@media(max-width: 768px){
  .select_modal_top{
    padding-bottom: 30px;
  }
  .select_modal_top h3{
     margin-bottom: 18px;
  }
  .select_modal_top p{
     text-align: left;
  }
  .select_modal_bottom{
    padding-top: 40px;
  }
  .select_modal_bottom h3{
    margin-bottom: 20px;
    color: #fff;
  }
  .select_modal_bottom ul li,
  .select_modal_bottom ul li:first-child{
    float: none;
    margin-top: 14px;
    width: 100%;
    padding: 0;
  }
  .select_modal_bottom a.readmore_btn{
    padding: 11px 20px;
  }
  .select_modal_bottom a.readmore_btn span{
    max-width: 100%;
    background: transparent;
    color: #fff;
    font-size: 21px;
  }
}

