@charset "UTF-8";
html {
  font-size: 1rem;
}

body {
  font-family: Arial, Helvetica, 微軟正黑體, sans-serif;
  color: #343a40;
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  text-decoration: none;
  -webkit-transition: all .35s;
  transition: all .35s;
}

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

.for-mobile-lg {
  display: none !important;
}

@media (max-width: 1024px) {
  .for-mobile-lg {
    display: block !important;
  }
}

@media (max-width: 1024px) {
  .for-desk-lg {
    display: none !important;
  }
}

ul,
ol {
  margin: 0;
}

ul {
  padding: 0;
  list-style: none;
}

ol {
  padding-left: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: normal;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  color: 1.125rem;
}

@media (max-width: 1024px) {
  p {
    font-size: 1rem;
  }
}

hr {
  border-bottom: 1px solid #e9ecef;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 4px 0;
}

.ANT {
  -webkit-transition: all .4s;
  transition: all .4s;
}

.clear {
  clear: both;
}

#noie6 {
  background: #eee;
  /*背景色*/
  border: 1px solid #FF0000;
  /*邊線*/
  clear: both;
  /*清除繼承上方的浮動*/
  color: #495057;
  /*字體顏色*/
  display: block;
  /*顯示方式*/
  font-size: 15px;
  /*字體大小*/
  height: 40px;
  /*高度*/
  letter-spacing: 1px;
  /*字體間距*/
  padding: 5px;
  /*內邊距*/
  position: relative;
  /*相對定位*/
  text-align: center;
  /*文字置中*/
  top: 10px;
  /*距離上方10px*/
  width: 100%;
  /*寬度*/
  z-index: 99;
}

#GOTOP {
  line-height: 1.2;
  padding-top: 10px;
  display: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background-color: #043c5f;
  border-radius: 50%;
  z-index: 555;
  text-align: center;
  color: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
}

#GOTOP:hover {
  color: #043c5f;
  background-color: #f6a503;
}

#GOTOP i {
  display: block;
  font-size: 23px;
  line-height: 1.2;
  text-align: center;
}

.CENTER {
  width: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
}

.W_CENTER {
  width: 100%;
  height: auto;
  max-width: 1000px;
  margin: 0 auto;
}

.WRAPPER {
  width: 100%;
  margin: 0 auto;
}

/*bn*/
.CONTENT1 {
  background-image: url(../images/top_img_1920.jpg);
  background-position: center;
  background-repeat: no-repeat;
  height: 650px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .CONTENT1 {
    height: 0;
    background-position: 43%;
    background-size: cover;
    padding-bottom: 50%;
  }
}

@media (max-width: 768px) {
  .CONTENT1 {
    background-position: bottom;
    background-size: cover;
    padding-bottom: 110%;
    background-image: url(../images/top_img_768.jpg);
  }
}

@media (max-width: 736px) {
  .CONTENT1 {
    background-size: cover;
    background-position: top;
    padding-bottom: 60%;
    background-image: url(../images/top_img_1920.jpg);
  }
}

@media (max-width: 731px) {
  .CONTENT1 {
    background-size: cover;
    background-position: top;
    padding-bottom: 60%;
  }
}

@media (max-width: 640px) {
  .CONTENT1 {
    background-size: cover;
    background-position: top;
    padding-bottom: 65%;
    background-image: url(../images/top_img_1920.jpg);
  }
}

@media (max-width: 576px) {
  .CONTENT1 {
    background-size: cover;
    background-position: top;
    padding-bottom: 65%;
  }
}

@media (max-width: 414px) {
  .CONTENT1 {
    background-size: cover;
    background-position: top;
    padding-bottom: 130%;
    background-image: url(../images/top_img_768.jpg);
  }
}

@media (max-width: 411px) {
  .CONTENT1 {
    background-size: cover;
    background-position: top;
    padding-bottom: 130%;
  }
}

.CONTENT1 .top {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  position: relative;
  /*monthly*/
  /*monthly end*/
}

.CONTENT1 .top .monthly {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  font-family: 'Poppins', "微軟正黑體", "Microsoft JhengHsans", sans-serif;
}

@media (max-width: 812px) {
  .CONTENT1 .top .monthly {
    position: absolute;
    top: 0;
    left: 4%;
    z-index: 5;
  }
}

@media (max-width: 768px) {
  .CONTENT1 .top .monthly {
    width: 70%;
    max-width: 65px;
    top: 0;
    left: 4%;
  }
}

@media (max-width: 576px) {
  .CONTENT1 .top .monthly {
    top: 0;
    left: 3%;
  }
}

.CONTENT1 .top .monthly img {
  width: 100%;
  max-width: 90px;
  min-width: 30px;
}

@media (max-width: 1198px) {
  .CONTENT1 .top .monthly img {
    width: 100%;
    margin-left: 50%;
  }
}

@media (max-width: 1024px) {
  .CONTENT1 .top .monthly img {
    width: 85%;
  }
}

@media (max-width: 768px) {
  .CONTENT1 .top .monthly img {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .CONTENT1 .top .monthly img {
    width: 100%;
    max-width: inherit;
  }
}

@media (max-width: 414px) {
  .CONTENT1 .top .monthly img {
    max-width: 55px;
    width: 100%;
  }
}

.CONTENT1 .top .topbox {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 5;
  max-width: 1200px;
}

.CONTENT1 .top .topbox .titleImg {
  position: absolute;
  width: 100%;
  top: 230px;
  left: 5%;
  display: block;
  max-width: 600px;
}

@media (max-width: 1366px) {
  .CONTENT1 .top .topbox .titleImg {
    width: 95%;
    left: 1%;
  }
}

@media (max-width: 1198px) {
  .CONTENT1 .top .topbox .titleImg {
    width: 90%;
    left: 5%;
  }
}

@media (max-width: 1024px) {
  .CONTENT1 .top .topbox .titleImg {
    width: 45%;
    top: 200px;
    left: 10%;
  }
}

@media (max-width: 990px) {
  .CONTENT1 .top .topbox .titleImg {
    width: 48%;
    top: 180px;
    left: 7%;
  }
}

@media (max-width: 823px) {
  .CONTENT1 .top .topbox .titleImg {
    width: 50%;
    top: 150px;
    left: 7%;
  }
}

@media (max-width: 812px) {
  .CONTENT1 .top .topbox .titleImg {
    width: 50%;
    left: 7%;
  }
}

@media (max-width: 768px) {
  .CONTENT1 .top .topbox .titleImg {
    width: 90%;
    top: 100px;
    left: 12%;
  }
}

@media (max-width: 736px) {
  .CONTENT1 .top .topbox .titleImg {
    width: 48%;
    top: 180px;
    left: 7%;
  }
}

@media (max-width: 731px) {
  .CONTENT1 .top .topbox .titleImg {
    width: 48%;
    top: 180px;
    left: 7%;
  }
}

@media (max-width: 640px) {
  .CONTENT1 .top .topbox .titleImg {
    width: 48%;
    top: 180px;
    left: 7%;
  }
}

@media (max-width: 576px) {
  .CONTENT1 .top .topbox .titleImg {
    width: 50%;
    top: 160px;
    left: 6%;
  }
}

@media (max-width: 414px) {
  .CONTENT1 .top .topbox .titleImg {
    width: 90%;
    top: 90px;
    left: 5%;
  }
}

@media (max-width: 411px) {
  .CONTENT1 .top .topbox .titleImg {
    width: 90%;
    top: 90px;
    left: 5%;
  }
}

@media (max-width: 360px) {
  .CONTENT1 .top .topbox .titleImg {
    top: 80px;
    left: 6%;
  }
}

@media (max-width: 320px) {
  .CONTENT1 .top .topbox .titleImg {
    top: 80px;
    left: 6%;
  }
}

.CONTENT1 .top .topbox .titleImg_s {
  width: 100%;
  display: none;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .CONTENT1 .top .topbox .titleImg_s {
    display: block;
    width: 80%;
    top: 8%;
  }
}

@media (max-width: 736px) {
  .CONTENT1 .top .topbox .titleImg_s {
    width: 100%;
  }
}

@media (max-width: 731px) {
  .CONTENT1 .top .topbox .titleImg_s {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .CONTENT1 .top .topbox .titleImg_s {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .CONTENT1 .top .topbox .titleImg_s {
    width: 80%;
  }
}

@media (max-width: 411px) {
  .CONTENT1 .top .topbox .titleImg_s {
    width: 80%;
  }
}

@media (max-width: 360px) {
  .CONTENT1 .top .topbox .titleImg_s {
    width: 80%;
  }
}

/*bn end*/
.CTA {
  display: block;
  margin: 0 auto;
  border: 3px solid #043c5f;
  cursor: pointer;
  width: 65px;
  height: 65px;
  border-radius: 110px;
  background-color: rgba(255, 255, 255, 0.9);
  margin-top: -45px;
  margin-bottom: 35px;
  z-index: 99;
}

@media (max-width: 812px) {
  .CTA {
    margin-bottom: 25px;
  }
}

.CTA i {
  display: block;
  margin: 0 auto;
  color: #1b1464;
  font-size: 45px;
  text-align: center;
  line-height: 65px;
}

@media (max-width: 640px) {
  h1 {
    font-size: 22px;
  }
}

@media (max-width: 414px) {
  h1 {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

h2, .h2 {
  text-align: center;
  font-size: 30px;
  color: #043c5f;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}

@media (max-width: 640px) {
  h2, .h2 {
    margin-bottom: 20px;
  }
}

@media (max-width: 360px) {
  h2, .h2 {
    font-size: 24px;
  }
}

h3, .h3 {
  text-align: center;
  color: #043c5f;
}

h3 {
  font-weight: 400;
  letter-spacing: 3px;
  font-size: 28px;
}

@media (max-width: 640px) {
  h3 {
    font-size: 26px;
  }
}

@media (max-width: 414px) {
  h3 {
    font-size: 1.5rem;
  }
}

.h3 {
  font-size: 26px;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: bold;
}

@media (max-width: 640px) {
  .h3 {
    font-size: 23px;
  }
}

@media (max-width: 414px) {
  .h3 {
    font-size: 1.25rem;
  }
}

@media (max-width: 1024px) {
  h5 {
    max-width: 385px;
  }
}

@media (max-width: 768px) {
  h5 {
    max-width: 425px;
  }
}

@media (max-width: 640px) {
  h5 {
    font-size: 21px;
  }
  h5 span {
    font-size: 15px;
  }
}

/*date*/
.CONTENT2 {
  display: block;
  width: 100%;
  background-color: #043c5f;
  overflow: hidden;
  text-align: center;
  padding: 2% 0;
}

@media (max-width: 768px) {
  .CONTENT2 {
    padding: 3% 0;
  }
}

@media (max-width: 414px) {
  .CONTENT2 {
    padding: 6% 0;
  }
}

.CONTENT2 h4 {
  font-size: 35px;
  font-weight: 600;
  color: #FFEE00;
  letter-spacing: 2px;
}

@media (max-width: 640px) {
  .CONTENT2 h4 {
    font-size: 1.5rem;
  }
}

@media (max-width: 360px) {
  .CONTENT2 h4 {
    font-size: 23px;
  }
}

.CONTENT2 h4 .style1 {
  color: #FFEE00;
  font-size: 21px;
  font-weight: 100;
  letter-spacing: 1px;
}

@media (max-width: 640px) {
  .CONTENT2 h4 .style1 {
    font-size: 15px;
  }
}

.CONTENT2 h4 .style2 {
  font-size: 25px;
  font-weight: 500;
}

@media (max-width: 812px) {
  .CONTENT2 h4 .style2 {
    font-size: 25px;
  }
}

@media (max-width: 360px) {
  .CONTENT2 h4 .style2 {
    white-space: pre;
    line-height: normal;
  }
}

.CONTENT2 .h4 {
  font-size: 21px;
  color: #fff;
}

@media (max-width: 640px) {
  .CONTENT2 .h4 {
    font-size: 1.125rem;
  }
}

.CONTENT2 .h4 i + i {
  margin-left: 15px;
}

/*date end*/
.CONTENT3, .CONTENT4, .CONTENT5 {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 5% 0 7% 0;
}

.CONTENT3 {
  background-color: #ffffcb;
}

.CONTENT3 .row {
  padding-top: 30px;
}

.CONTENT3 ul .list {
  margin-left: 20px;
  padding-left: 0;
}

.CONTENT3 ul .list1 {
  margin: 0 auto;
  max-width: 1000px;
  min-width: 300px;
  overflow: auto;
  list-style-type: none;
}

.CONTENT3 ul li {
  font-size: 18px;
  line-height: 1.4;
  color: #343a40;
  border-bottom: 1px solid #343a40;
  margin-bottom: 20px;
  text-align: left;
}

@media (max-width: 360px) {
  .CONTENT3 ul li ::before {
    margin-right: 1px;
  }
}

@media (max-width: 812px) {
  .CONTENT3 p {
    margin-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.CONTENT3 p span {
  font-size: 19px;
  font-weight: bold;
  color: #043c5f;
}

.CONTENT3 p span .color1 {
  font-size: 18px;
  font-weight: normal;
}

.CONTENT3 p i {
  color: #043c5f;
}

.CONTENT4 {
  background-color: #b6e1ff;
}

.CONTENT4 img {
  max-width: 335px;
  min-width: 200px;
  width: 100%;
}

.line {
  display: block;
  margin: 0 auto;
  width: 150px;
  height: 6px;
  background-color: #043c5f;
  margin-bottom: 50px;
}

@media (max-width: 640px) {
  .line {
    display: none;
  }
}

.text_block {
  margin: 0 auto;
  max-width: 100%;
  padding: 5% 8.5% 6% 8.5%;
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .text_block {
    margin-bottom: 50px;
    padding: 10% 6%;
  }
}

.text_block p {
  text-align: left;
  color: #593434;
}

.CONTENT3 p, .CONTENT4 p {
  text-align: justify;
  line-height: 2;
  font-size: 18px;
  color: #343a40;
}

@media (max-width: 414px) {
  .CONTENT3 p, .CONTENT4 p {
    font-size: 16px;
  }
}

.blank {
  height: 40px;
}

.CONTENT4 {
  line-height: 1.8;
  text-align: justify;
}

.CONTENT4 .PR {
  margin-top: 30px;
  padding-left: 0%;
  padding-right: 0%;
}

@media (max-width: 812px) {
  .CONTENT4 ul .list1 {
    margin-bottom: 50px;
  }
}

.CONTENT4 ul .list2 {
  margin-top: -20px;
}

.CONTENT4 ul .list2 li {
  list-style: square;
  line-height: 1.8;
}

.CONTENT4 ul li {
  list-style: disc;
  list-style-position: outside;
  color: #343a40;
  padding-left: 0%;
  padding-right: 0%;
  margin-left: 43px;
}

.CONTENT4 ul li span {
  font-weight: 600;
}

.CONTENT4 .sub_list {
  float: right;
  margin-left: auto;
  margin-top: -100px;
}

@media (max-width: 1366px) {
  .CONTENT4 .sub_list {
    float: right;
    margin-left: auto;
    margin-top: -100px;
  }
}

@media (max-width: 1198px) {
  .CONTENT4 .sub_list {
    float: right;
    margin-left: auto;
    margin-top: 0px;
  }
}

@media (max-width: 1024px) {
  .CONTENT4 .sub_list {
    float: left;
    margin-left: auto;
    margin-top: 0px;
  }
}

.CONTENT4 .sub_list .sub {
  margin-top: 25px;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 1.125rem;
}

.CONTENT4 .teacher {
  font-weight: 700;
  color: #043c5f;
  font-size: 28px;
}

.CONTENT4 .teacher span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  padding: 0 2%;
  background-color: #043c5f;
}

@media (max-width: 414px) {
  .CONTENT4 .teacher span {
    display: block;
    margin-left: 0;
  }
}

.CONTENT4 ul.list li, .BG34 .CONTENT3 ul.list li {
  list-style-type: square;
  line-height: 1.6;
  color: #343a40;
  text-align: left;
}

.CONTENT5 {
  background: url(../images/BG5.jpg) top center no-repeat;
  display: block;
  width: 100%;
  overflow: hidden;
  background-size: cover;
}

.CONTENT5 .row {
  margin: 0 auto;
  max-width: 835px;
  width: 100%;
}

.CONTENT5 .row .row:hover {
  /*cursor: pointer;*/
  background-color: rgba(0, 0, 0, 0.05);
}

.CONTENT5 .row .row:hover .col-sm-1 {
  text-align: center;
  position: relative;
}

.CONTENT5 .row + .row {
  border-top: 1px solid #495057;
}

@media (max-width: 640px) {
  .CONTENT5 .col-sm-4 {
    width: 20%;
  }
  .CONTENT5 .col-sm-1 {
    width: 10%;
  }
  .CONTENT5 .col-sm-7 {
    width: 70%;
  }
}

@media (max-width: 414px) {
  .CONTENT5 .col-sm-4 {
    display: none;
    width: 0;
  }
  .CONTENT5 .col-sm-1 {
    width: 12%;
  }
  .CONTENT5 .col-sm-7 {
    width: 88%;
  }
}

.GO {
  cursor: pointer;
}

.step-text {
  text-align: right;
  font-size: 23px;
  line-height: 115px;
}

@media (max-width: 640px) {
  .step-text {
    font-size: 1.2rem;
  }
}

@media (max-width: 414px) {
  .step-text {
    font-size: 17px;
  }
}

.step-title {
  color: #495057;
  font-size: 24px;
  text-indent: 15px;
  line-height: 115px;
  text-align: left;
  font-weight: bold;
}

@media (max-width: 411px) {
  .step-title {
    font-size: 19px;
    text-indent: 5px;
  }
}

.step-text1 {
  color: #00b9e0;
}

.step-text2 {
  color: #02c2b3;
}

.step-text3 {
  color: #ed9c00;
}

.step-text4 {
  color: #535353;
}

.step-circle {
  display: table;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  text-align: center;
}

@media (max-width: 414px) {
  .step-circle {
    width: 45px;
    height: 45px;
    font-size: 28px;
    margin-top: -22.5px;
    margin-left: -22.5px;
  }
}

.step-circle p, .step-circle i {
  display: table-cell;
  vertical-align: middle;
  font-size: 32px;
}

.step-height-line {
  margin: 0 auto;
  width: 4px;
  height: 115px;
}

.height-line1 {
  background-color: #00b9e0;
}

.height-line2 {
  background-color: #02c2b3;
}

.height-line3 {
  background-color: #ed9c00;
}

.height-line4 {
  background-color: #535353;
}

.step-no1 {
  background-color: #00b9e0;
}

.step-no2 {
  background-color: #02c2b3;
}

.step-no3 {
  background-color: #ed9c00;
}

.step-no4 {
  background-color: #535353;
}

p.or {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #000;
}

@media (max-width: 414px) {
  p.or {
    font-size: 15px;
  }
}

/*from*/
.FORM {
  display: block;
  width: 100%;
  background-color: #dff0ea;
  overflow: hidden;
  padding: 3% 0;
}

.FREE_B {
  display: block;
  text-align: center;
}

.FREE_B .FREE img {
  max-width: 328px;
  width: 60vw;
}

@media (max-width: 414px) {
  .FREE_B .FREE img .FREE p {
    font-size: 13px;
  }
}

#FROM_B #FROM {
  width: 100%;
  margin: 0 auto;
  max-width: 546px;
}

#FROM_B #FROM ul {
  width: 100%;
  list-style-type: none;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
}

#FROM_B #FROM li {
  width: 100%;
  float: left;
  padding: 4px 2px;
}

#FROM_B #FROM li .WLI {
  width: 50%;
  float: left;
}

#FROM_B #FROM li .INP_A {
  width: 100%;
  font-family: Arial,"文泉驛正黑","WenQuanYi Zen Hei","儷黑 Pro","LiHei Pro","微軟正黑體","Microsoft JhengHei",DFKai-SB,sans-serif;
  color: #495057;
  height: 36px;
  line-height: 36px;
  max-height: 36px;
  font-size: 16px;
  text-align: left;
  padding-left: 10px;
  /*-webkit-box-shadow:inset 0 0 0 $white;
      -moz-box-shadow:inset 0 0 0 $white;
      -ms-box-shadow:inset 0 0 0 $white;
      -o-box-shadow:inset 0 0 0 $white;
      box-shadow:inset 0 0 0 $white;*/
  background-color: #fff;
  font-weight: 500;
  border: 0 solid #666;
}

.INP_A_2 {
  width: 100%;
  font-family: Arial,"文泉驛正黑","WenQuanYi Zen Hei","儷黑 Pro","LiHei Pro","微軟正黑體","Microsoft JhengHei",DFKai-SB,sans-serif;
  color: #495057;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  font-weight: 500;
  border: 0 solid #666;
  min-height: 70px;
  padding: 10px;
}

.INP_A_2 :focus {
  outline: 0;
}

p.INP_A_2_B {
  font-size: 16px;
  text-align: left;
  padding-left: 10px;
  padding-bottom: 5px;
}

#FROM_B {
  margin: 15px;
}

#FROM_B #FROM #BUT {
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 25px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  background-color: #043c5f;
  /*-webkit-box-shadow: 0 8px 0 $black, 0 8px 3px rgba(0,0,0,0.5), 0 8px 20px rgba(0,0,0,0.2);
			box-shadow: 0 8px 0 $black, 0 8px 3px rgba(0,0,0,0.5), 0 8px 20px rgba(0,0,0,0.2);*/
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-top: 10px;
  letter-spacing: 3px;
  border: none;
}

#FROM_B #FROM #BUT:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate3D(0, 4px, 0);
  transform: translate3D(0, 4px, 0);
  background-color: #f6a503;
  color: #fff;
}

#FROM_B #FROM #READ {
  padding: 0;
  position: relative;
}

#FROM_B #FROM #READ label {
  display: block !important;
}

#FROM_B #FROM #READ span {
  line-height: 1.3;
  font-size: 15px;
  position: absolute;
  left: 30px;
  top: 12px;
  font-weight: 400;
  color: #495057;
}

#FROM_B #FROM #READ span a {
  font-size: 15px;
  font-weight: 400;
  color: #495057;
  text-decoration: underline;
}

#FROM_B #FROM .CHBOX {
  min-height: 21px;
  min-width: 21px;
  float: left;
  margin-top: 12px;
}

.INP_A:focus {
  outline: 0;
}

.FREE_TEXT {
  margin-top: 30px;
}

.FREE_TEXT p {
  text-align: center;
  color: #043c5f;
  font-size: 15px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .FREE_TEXT p {
    text-align: left;
  }
}

.FREE_TEXT .FREE01 {
  margin: 0 auto;
  max-width: 625px;
  width: 100%;
}

.FREE_TEXT .FREE01 p {
  display: inline-block;
  margin-right: 10px;
}

/*from end*/
@media (max-width: 1198px) {
  .CONTENT3, .CONTENT4, .CONTENT5, .FORM {
    padding: 10% 0;
  }
}

@media (max-width: xl_4px) {
  .CONTENT3 .col-md-7 p, .CONTENT4 .col-md-6 p, .CONTENT4 ul.list1 {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (max-width: 1024px) {
  .BG34 .CONTENT3 .text_block p {
    text-align: justify;
  }
}

@media (max-width: 640px) {
  .BG34 .CONTENT4_2 p {
    margin-left: 5px;
  }
  .FORM p.CON6_P {
    font-size: 1.5rem;
  }
  .FORM p.CON6_P span {
    font-size: 1.2rem;
  }
  .FORM p.CON6_P span .style1 {
    font-size: 1.125rem;
  }
}

@media (max-width: 414px) {
  .CONTENT1, .CONTENT2, .CONTENT3, .CONTENT4, .CONTENT5, .FORM {
    min-width: 320px;
  }
  .CONTENT3, .CONTENT4, .CONTENT5, .FORM {
    padding: 8% 0;
  }
  .FORM p.CON6_P span.style1 {
    font-size: 1rem;
  }
}
/*# sourceMappingURL=layout.css.map */