/* kanit-regular - thai */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 400;
  src: url('../font/Kanit/kanit-v12-thai-regular.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('../font/Kanit/kanit-v12-thai-regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../font/Kanit/kanit-v12-thai-regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../font/Kanit/kanit-v12-thai-regular.woff') format('woff'),
    /* Modern Browsers */
    url('../font/Kanit/kanit-v12-thai-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../font/Kanit/kanit-v12-thai-regular.svg#Kanit') format('svg');
  /* Legacy iOS */
}

/* kanit-500 - thai */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 500;
  src: url('../font/Kanit/kanit-v12-thai-500.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('../font/Kanit/kanit-v12-thai-500.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../font/Kanit/kanit-v12-thai-500.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../font/Kanit/kanit-v12-thai-500.woff') format('woff'),
    /* Modern Browsers */
    url('../font/Kanit/kanit-v12-thai-500.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../font/Kanit/kanit-v12-thai-500.svg#Kanit') format('svg');
  /* Legacy iOS */
}

/* kanit-600 - thai */
@font-face {
  font-family: 'Kanit';
  font-style: normal;
  font-weight: 600;
  src: url('../font/Kanit/kanit-v12-thai-600.eot');
  /* IE9 Compat Modes */
  src: local(''),
    url('../font/Kanit/kanit-v12-thai-600.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../font/Kanit/kanit-v12-thai-600.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../font/Kanit/kanit-v12-thai-600.woff') format('woff'),
    /* Modern Browsers */
    url('../font/Kanit/kanit-v12-thai-600.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../font/Kanit/kanit-v12-thai-600.svg#Kanit') format('svg');
  /* Legacy iOS */
}

body {
  margin: 0;
  background-color: #3268B0;
  /* Remove body margins */
}

p {
  cursor: default;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.head-text {
  display: none;
  text-align: center;
  color: #FFFFFF;
  font-size: 4.7vw;
  font-family: Kanit;
  font-weight: 500;
}

.text-conf {
  margin-top: -4.5vw;
}

.selector-style {
  width: 100%;
  height: 10vw;
  border-radius: 2vw;
  border: 0.3vw solid #B0B0B0;
  margin-top: 1vw;
  margin-bottom: 0vw;
  padding: 0vw 0vw 0vw 0vw;
  background-color: #FFFFFF;
  text-align: center;
  color: #000000;
  font-size: 3.5vw;
  font-family: Kanit;
  font-weight: 500;
}

.selector-style2 {
  position: relative;
}

.selector-style2 img {
  position: absolute;
  top: 1.2vw;
  left: 0.6vw;
  width: 10vw;
}

.selector-style2 select {
  width: 98%;
  height: 12vw;
  border-radius: 2vw;
  border: 0.3vw solid #B0B0B0;
  text-align: justify; /* For Edge */
  -moz-text-align-last: center; /* For Firefox prior 58.0 */
  text-align-last: center;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 3.5vw;
  font-family: Kanit;
  font-weight: 500;
}

.space-div {
  width: 100%;
  height: 10vw;
}

.space-div-h {
  width: 100%;
  height: 5vw;
}

.bar-seperate {
  width: 90%;
  height: 2px;
  background-color:#999999;
  margin: auto;
  margin-top: 4vw;
  margin-bottom: 3vw;
}

.text-input-style {
  width: 100%;
  height: 10vw;
  border-radius: 2vw;
  border: 0.3vw solid #B0B0B0;
  margin-top: 1vw;
  margin-bottom: 0vw;
  padding: 0vw 0vw 0vw 0vw;
  background-color: #FFFFFF;
  text-align: center;
  color: #000000;
  font-size: 3.5vw;
  font-family: Kanit;
  font-weight: 500;
}

.text-input-style2 {
  position: relative;
}

.text-input-style2 img {
  position: absolute;
  top: 1.2vw;
  left: 0.6vw;
  width: 10vw;
}

.text-input-style2 input {
  padding-left: 5vw;
  width: 90%;
  height: 12vw;
  border-radius: 2vw;
  border: 0.3vw solid #B0B0B0;
  background-color: #FFFFFF;
  text-align: center;
  color: #000000;
  font-size: 3.5vw;
  font-family: Kanit;
  font-weight: 500;
}

.login-div {
  background-color: #FFFFFF;
  margin: auto;
  margin-top: 4vw;
  width: 90%;
  text-align: center;
  height: auto;
  border-radius: 2.5vw;
  padding-bottom: 0vw;
}

.login-div p {
  text-align: center;
  padding-top: 2vw;
  padding-bottom: 2vw;
}

.add-line-id {
  height: 10vw;
  width: 60vw;
  background-color: #7DCE13;
  border: 0vw;
  color: #FFFFFF;
  font-size: 4vw;
  font-family: Kanit;
  font-weight: 500;
}

.login-block {
  display: none;
}

.all-block {
  display: none;
}

.main-div {
  background-color: #FFFFFF;
  margin: auto;
  margin-top: 4vw;
  width: 90%;
  /*min-height: 100px;*/
  /*overflow: scroll;*/
  height: auto;
  border-radius: 2.5vw;
  padding-bottom: 0vw;
}

.main-content {
  width: 80%;
  height: auto;
  margin: auto;
  background-color: #FFFFFF;
}

.main-head {
  width: 80%;
  height: 3%;
  margin: auto;
  text-align: right;
  background-color: #FFFFFF;
}

.main-bottom {
  width: 80%;
  height: 3%;
  margin: auto;
  text-align: right;
  background-color: #FFFFFF;
}

.main-text {
  text-align: left;
  margin: 3vw 0vw 2vw 0vw;
  color: #000000;
  font-size: 4vw;
  font-family: Kanit;
  font-weight: 500;
}

.btn-group {
  display: inline-block;
  height: 20vw;
  width: 100%;
}

.btn {
  float: left;
  margin-right: 0.5%;
  margin-bottom: 0.5px;
  width: 48%;
  height: 19vw;
  border: 0.3vw solid #B0B0B0;
  background-color: #FFFFFF;
  cursor: pointer;
  overflow: visible;
}

.btn-2 {
  float: left;
  margin-right: 0.5%;
  margin-bottom: 2px;
  width: 48%;
  height: 15vw;
  border: 0.3vw solid #B0B0B0;
  background-color: #FFFFFF;
  cursor: pointer;
}

.img-btn {
  margin-top: 0.5vw;
  margin-bottom: 0.5vw;
  width: 40%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.img-text-btn {
  margin-top: -1.5vw;
  text-align: center;
  color: #000000;
  font-size: 3.5vw;
  font-family: Kanit;
  font-weight: 400;
  cursor: pointer;
}

.img-text-btn2 {
  margin-top: 3vw;
  margin-bottom: 0vw;
  text-align: center;
  color: #000000;
  font-size: 3.5vw;
  font-family: Kanit;
  font-weight: 500;
}

.img-text-btn2-1 {
  margin-top: 0vw;
  text-align: center;
  color: #000000;
  font-size: 3vw;
  font-family: Kanit;
  font-weight: 400;
}

.head-check {
  width: 100%;
  height: 1.5vw;
}
.check {
  margin-top: 0vw;
  height: 8vw
}

.round {
  float: left;
  clear: none;
  position: relative;
  margin-top: 0.5vw;
}

.round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 4vw;
  left: 0;
  position: absolute;
  top: 0;
  width: 4vw;
}

.round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 1vw;
  left: 0.8vw;
  opacity: 0;
  position: absolute;
  top: 1.1vw;
  transform: rotate(-45deg);
  width: 2vw;
}

.round input[type="checkbox"] {
  visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
  background-color: #66bb6a;
  border-color: #66bb6a;
}

.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.check-text {
  margin-top: 0vw;
  margin-left: 7vw;
  color: #000000;
  font-size: 3.5vw;
  font-family: Kanit;
  font-weight: 500;
}

.check-text span {
  font-weight: 400;
}

.cal-div-bottom {
  display: none;
  background-color: #FFFFFF;
  margin: auto;
  margin-top: -4vw;
  width: 90%;
  /*min-height: 100px;*/
  height: auto;
  border-radius: 2.5vw;
  padding-bottom: 0px;
}

.cal-div {
  font-size : 0vw;
  margin-top: 0vw;
  width: 100%;
  text-align: center;
}

.cal-btn {
  display: inline-block;
  margin-top: 3vw;
  margin-left: 0.5vw;
  margin-right: 0.5vw;
  margin-bottom: 3vw;
  width: 40vw;
  height: 10vw;
  background-color: #FF6065;
  border-radius: 1vw;
  cursor: pointer;
}

.cal-btn p {
  color: #FFFFFF;
  font-size: 3.7vw;
  font-family: Kanit;
  font-weight: 500;
  margin-top: 2vw;
}

.cal-btn:hover {
  background-color: #FF8085;
}

.flex-add-btn {
  display: inline-block;
  margin-top: 3vw;
  margin-left: 0.5vw;
  margin-right: 0.5vw;
  margin-bottom: 3vw;
  width: 10vw;
  height: 10vw;
  background-color: #7DCE13;
  border-radius: 1vw;
  cursor: pointer;
}

.flex-add-btn p {
  color: #FFFFFF;
  font-size: 3.7vw;
  font-family: Kanit;
  font-weight: 500;
  margin-top: 2vw;
}

.flex-add-btn:hover {
  background-color: #7DCE13;
}

.flex-rem-btn {
  text-align: center;
  display: inline-block;
  position: absolute;
  margin-top: -4vw;
  margin-right: -12vw;
  width: 8vw;
  height: 8vw;
  background-color: #C2DEFF;
  border-radius: 8vw;
  cursor: pointer;
  z-index: 10;
}

.flex-rem-btn p {
  color: #000000;
  font-size: 3.7vw;
  font-family: Kanit;
  font-weight: 500;
  margin-top: 1.3vw;
  cursor: pointer;
}

.flex-rem-btn:hover {
  background-color: #C2DEFF;
}

.result-div {
  display: none;
  background-color: #FFFFFF;
  margin: auto;
  margin-top: 2vw;
  margin-bottom: 5vw;
  width: 90%;
  height: auto;
  border-radius: 2.5vw;
}

.result-div2 {
  margin-top: -90vw;
}

.result-content {
  width: 80%;
  height: auto;
  margin: auto;
  background-color: #FFFFFF;
}

.result-content2 {
  width: 80%;
  height: auto;
  margin: auto;
  background-color: #FFFFFF;
}

.result-content2-page {
  margin-top: 3vw;
  width: 100%;
}

.result-head {
  width: 80%;
  height: 3%;
  margin: auto;
  background-color: #FFFFFF;
}

.result-icon {
  width: 15%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.result-textB {
  text-align: center;
  margin: 0vw 0vw 0vw 0vw;
  padding: 2vw 0vw 0vw 0vw;
  color: #000000;
  font-size: 5vw;
  font-family: Kanit;
  font-weight: 500;
}

.result-text {
  text-align: center;
  margin: 0vw 0vw 0vw 0vw;
  color: #000000;
  font-size: 4vw;
  font-family: Kanit;
  font-weight: 500;
}

.sub-result-t {
  text-align: center;
  margin: 0vw 0vw 0vw 0vw;
  color: #000000;
  font-size: 3.5vw;
  font-family: Kanit;
  font-weight: 400;
}

.result-bar {
  width: 100%;
  height: 2px;
  background-color: #999999;
  margin-top: 2vw;
}

.result-img {
  display: inline-block;
  margin-top: 3vw;
  width: 24.6vw;
  height: 22.3vw;
  background-color: #FFFFFF;
  border-radius: 1vw;
  vertical-align: top;
}

.result-img img {
  display: inline-block;
  width: 24.6vw;
  height: 22.3vw;
}

.result-img-text {
  display: inline-block;
  text-align: left;
  margin-top: 3vw;
  width: 40vw;
  height: 22.3vw;
  background-color: #FFFFFF;
  border-radius: 1vw;
  vertical-align: top;
}

.result-calc {
  color: #000000;
  font-size: 4vw;
  font-family: Kanit;
  font-weight: 400;
}

.result-calc span {
  position: absolute;
  color: #FF0000;
  font-size: 5vw;
  float: left;
  margin-top: 0vw;
  font-weight: 500;
}

.result-calc span span {
  margin-left: 2vw;
  font-size: 4vw;
  margin-top: 0vw;
  font-weight: 400;
}

.result-calc2 {
  color: #000000;
  font-size: 3vw;
  font-family: Kanit;
  font-weight: 400;
  margin-top: 5vw;
  margin-left: 2vw;
}

.result-calcn {
  font-family: Kanit;
  color: #3665A9;
  font-size: 7vw;
  font-weight: 500;
  margin-top: -9vw;
  margin-left: 2vw;
}

.result-calcn span {
  margin-left: 0vw;
  font-size: 4vw;
  margin-top: 0vw;
  font-weight: 400;
}

.detail-head {
  width: 80%;
  height: 10vw;
  margin: auto;
  background-color: #FFFFFF;
}

.detail-content {
  width: 80%;
  height: auto;
  margin: auto;
  background-color: #FFFFFF;
}

.detail-div {
  background-color: #FFFFFF;
  margin: auto;
  margin-top: 3vw;
  margin-bottom: 5vw;
  width: 90%;
  height: auto;
  border-radius: 2.5vw;
}

.detail-textB {
  text-align: center;
  margin: -4vw 0vw 5vw 0vw;
  padding: 2vw 0vw 0vw 0vw;
  color: #000000;
  font-size: 5vw;
  font-family: Kanit;
  font-weight: 500;
}

.detail-text {
  text-align: left;
  margin: 0vw 0vw 0vw 0vw;
  color: #000000;
  font-size: 3vw;
  font-family: Kanit;
  font-weight: 400;
}

.detail-space {
  width: 100%;
  height: 3vw;
}

.detail-img {
  width: 100%;
}

.detail-text-hyperlink {
  margin-top: 0;
  text-align: center;
  color: #0000FF;
  font-size: 3.5vw;
  font-family: Kanit;
  font-weight: 400;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#0C9;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}

.my-float{
	margin-top:22px;
}

@media screen and (min-width: 1200px){
  .head-text {
    display: none;
    text-align: center;
    color: #FFFFFF;
    font-size: 37.6px;
    font-family: Kanit;
    font-weight: 500;
  }

  .text-conf {
    margin-top: -36px;
  }

  .selector-style {
    width: 100%;
    height: 80px;
    border-radius: 16px;
    border: 2.4px solid #B0B0B0;
    margin-top: 8px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    text-align: center;
    color: #000000;
    font-size: 28px;
    font-family: Kanit;
    font-weight: 500;
  }

  .selector-style2 {
    position: relative;
  }

  .selector-style2 img {
    position: absolute;
    top: 7.2px;
    left: 3.6px;
    width: 80px;
  }

  .selector-style2 select {
    width: 98%;
    height: 96px;
    border-radius: 16px;
    border: 2.4px solid #B0B0B0;
    text-align: justify; /* For Edge */
    -moz-text-align-last: center; /* For Firefox prior 58.0 */
    text-align-last: center;
    background-color: #FFFFFF;
    color: #000000;
    font-size: 28px;
    font-family: Kanit;
    font-weight: 500;
  }

  .space-div {
    width: 100%;
    height: 80px;
  }

  .space-div-h {
    width: 100%;
    height: 40px;
  }

  .bar-seperate {
    width: 90%;
    height: 2px;
    background-color:#999999;
    margin: auto;
    margin-top: 32px;
    margin-bottom: 24px;
  }

  .text-input-style {
    width: 100%;
    height: 80px;
    border-radius: 16px;
    border: 2.4px solid #B0B0B0;
    margin-top: 8px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    text-align: center;
    color: #000000;
    font-size: 28px;
    font-family: Kanit;
    font-weight: 500;
  }

  .text-input-style2 {
    position: relative;
  }

  .text-input-style2 img {
    position: absolute;
    top: 7.2px;
    left: 3.6px;
    width: 80px;
  }

  .text-input-style2 input {
    padding-left: 40px;
    width: 90%;
    height: 96px;
    border-radius: 16px;
    border: 2.4px solid #B0B0B0;
    background-color: #FFFFFF;
    text-align: center;
    color: #000000;
    font-size: 28px;
    font-family: Kanit;
    font-weight: 500;
  }

  .login-div {
    background-color: #FFFFFF;
    margin: auto;
    margin-top: 32px;
    width: 720px;
    text-align: center;
    height: auto;
    border-radius: 20px;
    padding-bottom: 0vw;
  }

  .login-div p {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .main-div {
    background-color: #FFFFFF;
    margin: auto;
    margin-top: 32px;
    width: 720px;
    /*min-height: 100px;*/
    height: auto;
    border-radius: 20px;
    padding-bottom: 0px;
  }

  .main-content {
    width: 80%;
    margin: auto;
    margin: auto;
    background-color: #FFFFFF;
  }

  .main-head {
    width: 80%;
    height: 3%;
    margin: auto;
    text-align: right;
    background-color: #FFFFFF;
  }

  .main-bottom {
    width: 80%;
    height: 3%;
    margin: auto;
    text-align: right;
    background-color: #FFFFFF;
  }

  .main-text {
    text-align: left;
    margin: 24px 0px 16px 0px;
    color: #000000;
    font-size: 32px;
    font-family: Kanit;
    font-weight: 500;
  }

  .btn-group {
    display: inline-block;
    height: 160px;
    width: 100%
  }

  .btn {
    float: left;
    margin-right: 0.5%;
    margin-bottom: 4px;
    width: 276px;
    height: 152px;
    border: 2.4px solid #B0B0B0;
    background-color: #FFFFFF;
    cursor: pointer;
    overflow: visible;
  }

  .btn-2 {
    float: left;
    margin-right: 0.5%;
    margin-bottom: 2px;
    width: 48%;
    height: 120px;
    border: 2.4px solid #B0B0B0;
    background-color: #FFFFFF;
    cursor: pointer;
  }


  .img-btn {
    margin-top: 4px;
    margin-bottom: 4px;
    width: 40%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .img-text-btn {
    margin-top: -12px;
    text-align: center;
    color: #000000;
    font-size: 28px;
    font-family: Kanit;
    font-weight: 400;
    cursor: pointer;
  }

  .img-text-btn2 {
    margin-top: 24px;
    margin-bottom: 0px;
    text-align: center;
    color: #000000;
    font-size: 28px;
    font-family: Kanit;
    font-weight: 500;
  }

  .img-text-btn2-1 {
    margin-top: 0px;
    text-align: center;
    color: #000000;
    font-size: 24px;
    font-family: Kanit;
    font-weight: 400;
  }

  .head-check {
    width: 100%;
    height: 12px;
  }
  .check {
    margin-top: 0px;
    height: 64px;
  }

  .round {
    float: left;
    clear: none;
    position: relative;
    margin-top: 4px;
  }

  .round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 32px;
    left: 0;
    position: absolute;
    top: 0;
    width: 32px;
  }

  .round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 8px;
    left: 6.4px;
    opacity: 0;
    position: absolute;
    top: 8.8px;
    transform: rotate(-45deg);
    width: 16px;
  }

  .round input[type="checkbox"] {
    visibility: hidden;
  }

  .round input[type="checkbox"]:checked + label {
    background-color: #66bb6a;
    border-color: #66bb6a;
  }

  .round input[type="checkbox"]:checked + label:after {
    opacity: 1;
  }

  .check-text {
    margin-top: 0px;
    margin-left: 56px;
    color: #000000;
    font-size: 28px;
    font-family: Kanit;
    font-weight: 500;
  }

  .check-text span {
    font-weight: 400;
  }

  .cal-div-bottom {
    display: none;
    background-color: #FFFFFF;
    margin: auto;
    margin-top: -32px;
    width: 720px;
    /*min-height: 100px;*/
    height: auto;
    border-radius: 20px;
    padding-bottom: 0px;
  }

  .cal-div {
    font-size : 0px;
    margin-top: -16px;
    width: 100%;
    text-align: center;
  }

  .cal-btn {
    display: inline-block;
    margin-top: 24px;
    margin-left: 4px;
    margin-right:  4px;
    margin-bottom: 24px;
    width: 320px;
    height: 80px;
    background-color: #FF6065;
    border-radius: 8px;
    cursor: pointer;
  }

  .cal-btn p {
    color: #FFFFFF;
    font-size: 29.6px;
    font-family: Kanit;
    font-weight: 500;
    margin-top: 16px;
  }

  .cal-btn:hover {
    background-color: #FF8085;
  }

  .flex-add-btn {
    display: inline-block;
    margin-top: 24px;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 24px;
    width: 80px;
    height: 80px;
    background-color: #7DCE13;
    border-radius: 8px;
    cursor: pointer;
  }

  .flex-add-btn p {
    color: #FFFFFF;
    font-size: 29.6px;
    font-family: Kanit;
    font-weight: 500;
    margin-top: 16px;
  }

  .flex-add-btn:hover {
    background-color: #7DCE13;
  }

  .flex-rem-btn {
    text-align: center;
    display: inline-block;
    margin-top: -24px;
    margin-right: -96px;
    width: 64px;
    height: 64px;
    background-color: #C2DEFF;
    border-radius: 64px;
    cursor: pointer;
    z-index: 10;
  }

  .flex-rem-btn p {
    color: #FFFFFF;
    font-size: 29.6px;
    font-family: Kanit;
    font-weight: 500;
    margin-top: 10.4px;
  }

  .flex-rem-btn:hover {
    background-color: #FA7070;
  }

  .result-div {
    display: none;
    background-color: #FFFFFF;
    margin: auto;
    margin-top: 16px;
    margin-bottom: 40px;
    width: 720px;
    height: auto;
    border-radius: 20px;
  }

  .result-div2 {
    margin-top: -720px;
  }

  .result-content {
    width: 80%;
    height: auto;
    margin: auto;
    background-color: #FFFFFF;
  }

  .result-content2 {
    width: 80%;
    height: auto;
    margin: auto;
    background-color: #FFFFFF;
  }

  .result-content2-page {
    margin-top: 24px;
    width: 100%;
  }

  .result-head {
    width: 80%;
    height: 3%;
    margin: auto;
    background-color: #FFFFFF;
  }

  .result-icon {
    width: 15%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .result-textB {
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 16px 0px 0px 0px;
    color: #000000;
    font-size: 40px;
    font-family: Kanit;
    font-weight: 500;
  }

  .result-text {
    text-align: center;
    margin: 0vw 0vw 0vw 0vw;
    color: #000000;
    font-size: 32px;
    font-family: Kanit;
    font-weight: 500;
  }

  .sub-result-t {
    text-align: center;
    margin: 0vw 0vw 0vw 0vw;
    color: #000000;
    font-size: 28px;
    font-family: Kanit;
    font-weight: 400;
  }

  .result-bar {
    width: 100%;
    height: 2px;
    background-color: #999999;
    margin-top: 16px;
  }

  .result-img {
    display: inline-block;
    margin-top: 24px;
    width: 196.8px;
    height: 178.4px;
    background-color: #FFFFFF;
    border-radius: 8px;
    vertical-align: top;
  }

  .result-img img {
    display: inline-block;
    width: 196.8px;
    height: 178.4px;
  }

  .result-img-text {
    display: inline-block;
    text-align: left;
    margin-top: 24px;
    width: 320px;
    height: 178.4px;
    background-color: #FFFFFF;
    border-radius: 8px;
    vertical-align: top;
  }

  .result-calc {
    color: #000000;
    font-size: 32px;
    font-family: Kanit;
    font-weight: 400;
  }

  .result-calc span {
    position: absolute;
    color: #FF0000;
    font-size: 40px;
    float: left;
    margin-top: 0px;
    font-weight: 500;
  }

  .result-calc span span {
    margin-left: 16px;
    font-size: 32px;
    margin-top: 0px;
    font-weight: 400;
  }

  .result-calc2 {
    color: #000000;
    font-size: 24px;
    font-family: Kanit;
    font-weight: 400;
    margin-top: 40px;
    margin-left: 16px;
  }

  .result-calcn {
    font-family: Kanit;
    color: #3665A9;
    font-size: 56px;
    font-weight: 500;
    margin-top: -72px;
    margin-left: 16px;
  }

  .result-calcn span {
    margin-left: 0px;
    font-size: 32px;
    margin-top: 0px;
    font-weight: 400;
  }

  .detail-head {
    width: 80%;
    height: 80px;
    margin: auto;
    background-color: #FFFFFF;
  }

  .detail-content {
    width: 80%;
    height: auto;
    margin: auto;
    background-color: #FFFFFF;
  }

  .detail-div {
    background-color: #FFFFFF;
    margin: auto;
    margin-top: 24px;
    margin-bottom: 40px;
    width: 720px;
    height: auto;
    border-radius: 20px;
  }

  .detail-textB {
    text-align: center;
    margin: -32px 0px 40px 0px;
    padding: 16px 0px 0px 0px;
    color: #000000;
    font-size: 40px;
    font-family: Kanit;
    font-weight: 500;
  }

  .detail-text {
    text-align: left;
    margin: 0px 0px 0px 0px;
    color: #000000;
    font-size: 24px;
    font-family: Kanit;
    font-weight: 400;
  }

  .detail-space {
    width: 100%;
    height: 24px;
  }

  .detail-img {
    width: 100%;
  }

  .detail-text-hyperlink {
    margin-top: 0;
    text-align: center;
    color: #0000FF;
    font-size: 28px;
    font-family: Kanit;
    font-weight: 400;
  }

  .float{
  	position:fixed;
  	width:60px;
  	height:60px;
  	bottom:40px;
  	right:40px;
  	background-color:#0C9;
  	color:#FFF;
  	border-radius:50px;
  	text-align:center;
  	box-shadow: 2px 2px 3px #999;
  }

  .my-float{
  	margin-top:22px;
  }
}
