@charset "UTF-8";
* {
  /*outline: 1px solid black;*/
  font-family: 'Roboto','微軟正黑體','蘋果儷中黑',Arial;
  position: relative;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
    transition--moz-transition: 1s;
    transition--webkit-transition: 1s;
    transition--o-transition: 1s; }

html, body {
  margin: 0; }

/* ========= sass設定 ========= */
h1, h2, h3, h4, h5, h6, p {
  margin: 0; }

body {
  height: 100vh; }

.container {
  width: 100%;
  height: 100%;
  margin: 0; }

.section_size {
  width: 100%;
  height: 100%; }

button,
select {
  outline: none; }

input {
  margin-left: 15px;
  border: none;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 30px;
  color: #1A1A1A; }

select {
  -webkit-appearance: none;
    -webkit-appearance--moz-appearance: none;
  text-indent: 0.01px;
  -o-text-overflow: "";
  text-overflow: "";
  border: none;
  background: none;
  margin-left: 15px;
  height: 100%;
  width: calc(100% - 100px);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 30px;
  color: #1A1A1A;
  background: url(../images/icon_arrow.svg) center right 8px no-repeat; }

input[type=date]::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  display: none; }

a {
  text-decoration: none;
  display: inline-block; }

a,
select {
  cursor: pointer; }

.keep_container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  pointer-events: none;
  z-index: 20; }

.logo-a {
  pointer-events: auto;
  position: absolute;
  cursor: pointer;
  height: 40px;
  width: 150px;
  z-index: 20;
} 

.top_logo_box {
  margin: 40px 0 0 50px; }

.top_logo_color,
.share_fb_color,
.share_line_color {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }

.share_fb_white,
.share_line_white {
  position: absolute;
  top: 0;
  left: 0; }

.share {
  position: absolute;
  bottom: 30px;
  right: 40px; }

.share_text,
.share_fb_box,
.share_line_box {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle; }

.share_fb_box,
.share_line_box {
  width: 30px;
  height: 30px;
  pointer-events: auto; }

.share_text {
  margin-right: 8px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 22px;
  color: #fff; }

.share_fb_color {
  width: 100%;
  height: 100%;
  background-image: url(../images/icon_fb.png);
  background-repeat: no-repeat;
  background-size: cover; }

.share_fb_white {
  width: 100%;
  height: 100%;
  background-image: url(../images/icon_fb_white.png);
  background-repeat: no-repeat;
  background-size: cover; }

.share_line_color {
  width: 100%;
  height: 100%;
  background-image: url(../images/icon_line.png);
  background-repeat: no-repeat;
  background-size: cover; }

.share_line_white {
  width: 100%;
  height: 100%;
  background-image: url(../images/icon_line_white.png);
  background-repeat: no-repeat;
  background-size: cover; }

.keep_button {
  position: absolute;
  right: 20px;
  top: calc(50% - 80px); }

.keep_button_top,
.keep_button_middle,
.keep_button_bottom {
  text-align: center;
  pointer-events: auto;
  display: block;
  width: 120px;
  height: 120px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(25, 50, 100, 0.3);
  box-shadow: 0 2px 10px rgba(25, 50, 100, 0.3); }

.keep_button_top a,
.keep_button_middle a,
.keep_button_bottom a {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.7px;
  line-height: 120px;
  color: #3BBEE4; }

.keep_button_top,
.keep_button_bottom {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 10px;
  right: 10px; }
  .keep_button_top a,
  .keep_button_bottom a {
    line-height: 100px; }

.keep_button:hover .keep_button {
  height: 350px; }

.keep_button:hover .keep_button_top {
  margin-top: -125px; }

.keep_button:hover .keep_button_bottom {
  margin-top: 125px; }

.keep_button_top:hover {
  background-color: #49A6C7;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s; }
  .keep_button_top:hover a {
    color: #fff; }

.keep_button_bottom:hover {
  background-color: #49A6C7;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s; }
  .keep_button_bottom:hover a {
    color: #fff; }

.keep_button_middle:hover {
  background-color: #49A6C7;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s; }
  .keep_button_middle:hover a {
    color: #fff; }

.button_mobile {
  display: none; }


.keep_menu_open,
.keep_menu_close {
  pointer-events: auto;
  cursor: pointer;
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
      box-sizing: border-box;
}

.keep_hr {
  width: 26px;
  height: 3px;
  background: #fff;
  margin-bottom: 8px;
}

.keep_menu_open {
  height: 72px;
  width: 72px;
  margin: 0 -1px -1px 0; 
  background-color: #FFF;
  padding: 17px 19px 0 19px;
  z-index: 20;
}

.open_text { 
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  width: 40px;
  color: #3BBEE4;
}

.keep_menu_close {
  height: 50px;
  width: 50px;
  border: 1px solid #fff;
  margin-right: 10px;
}

.keep_menu_close .keep_hr {
  background-color: #fff;
  position: absolute;
  margin: 25px 12px;
  width: 25px;
  height: 2px;
}

.keep_hr_1 { transform: rotate(45deg); }
.keep_hr_2 { transform: rotate(-45deg); }


@media screen and (max-width: 767px) {
  .top_logo_box {
    margin: 30px 0 0 25px;
    width: 120px; }
  .top_logo_white {
    width: 100%;
    opacity: 1; }
  .share_fb_color,
  .share_line_color {
    opacity: 0; }
  .top_logo_color {
    width: 100%;
    opacity: 0; }
  .share_fb_color,
  .share_line_color {
    opacity: 1; }
  .keep_button {
    top: auto;
    bottom: 20px; }
  .keep_button_item {
    width: 70px;
    height: 70px; }
  .keep_button_item a {
    font-size: 14px;
    line-height: 20px;
    width: 40px;
    margin: 15px auto 0 auto; }
  .keep_button_bottom {
    right: 0;
    top: auto;
    bottom: 0; }
  .keep_button_middle .button_mobile {
    top: 15px; }
  /*.keep_button_middle {
    margin-bottom: 80px; }*/
  .keep_button_middle {
    margin-bottom: 0; }
  /*.keep_button_top {
    right: 0;
    top: auto;
    bottom: 160px; }*/
  .keep_button_top {
    right: 0;
    top: auto;
    bottom: 0; }
  .share {
    bottom: 20px;
    right: auto;
    left: 20px; }
  .share_text {
    display: none; }
  .button_web {
    display: none; }
  .button_mobile {
    display: block; } 
  .keep_menu_open,
  .keep_menu_close {
      display: inline-block;
    }
  }
  
.section_01 {
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center; }

.cut01_container {
  margin-top: 100px;
  display: inline-block;
  margin-left: 50px; }

.cut01_text_container {
  width: 800px;
  height: auto;
  margin: 90px 450px 220px 0;
  text-align: left;
  z-index: 2; }

.cut01_title_s {
  margin-bottom: 25px;
  margin-left: 50px;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 2.3px;
  line-height: 50px;
  text-shadow: 0px 0px 20px rgba(25, 50, 100, 0.3);
  color: #fff;
  opacity: 0;
  -webkit-transition: 4s;
  -o-transition: 4s;
  transition: 4s; }

.cut01_title_l {
  margin-bottom: 40px;
  margin-left: 50px;
  font-size: 80px;
  font-weight: 600;
  letter-spacing: 3.8px;
  line-height: 80px;
  text-shadow: 0px 0px 20px rgba(25, 50, 100, 0.3);
  color: #fff;
  opacity: 0;
  -webkit-transition: 4s;
  -o-transition: 4s;
  transition: 4s; }

.cut01_h4 {
  margin-bottom: 10px;
  margin-left: 50px;
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 2.7px;
  line-height: 40px;
  color: #094D63;
  opacity: 0;
  -webkit-transition: 4s;
  -o-transition: 4s;
  transition: 4s; }

.cut01_comment {
  margin-bottom: 20px;
  margin-left: 50px;
  opacity: 0;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 17px;
  color: #666;
  -webkit-transition: 4s;
  -o-transition: 4s;
  transition: 4s;
}

.cut01_h5_box {
  width: 250px;
  height: 70px;
  margin-left: 50px;
  border: 1px solid #094D63;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: 4s;
  -o-transition: 4s;
  transition: 4s; }

.cut01_h5 {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 70px;
  text-align: center;
  color: #094D63; }

.cut01_img-box {
  position: absolute;
  top: 0;
  right: 50px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s; }

.cut01_img-box_animation {
  right: 0;
  opacity: 1; }

.cut01_img_01 {
  width: auto;
  height: 692px;
  margin-top: 0;
  margin-right: 0;
  right: 100px;
  bottom: 45px; }

.cut01_img_02 {
  width: 582px;
  height: 259px;
  margin-bottom: 90px;
  margin-right: 0;
  opacity: 1;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s; }

.cut01_circle {
  width: 660px;
  height: 660px;
  position: absolute;
  top: 20px;
  left: 60px;
  margin-left: -150px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: -3;
  opacity: 0;
  -webkit-transition: 4s;
  -o-transition: 4s;
  transition: 4s; }

.cut01_warning {
  position: absolute;
  text-align: left;
  margin-left: 50px;
  bottom: 4%;
  color: #fff; }

.cut01_animation_circle {
  margin: 0;
  top: 20px;
  left: 60px;
  opacity: 1; }

.cut01_animation_text {
  margin-left: 0;
  opacity: 1; }

.cut01_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0097E0;
  opacity: 0.4;
  mix-blend-mode: multiply; }


@media all and (max-width: 1400px) {
  .cut01_container {
    margin-left: 30px; } }

@media all and (max-width: 1120px) {
  .cut01_container {
    margin-top: 20%;
    margin-left: 0px;
    width: 800px;
    height: 100%; }
  .cut01_img-box {
    margin-top: -80px;
    width: 800px;
    right: 0;
    height: 100%; }
  .cut01_img_01 {
    height: 450px;
    width: auto;
    position: absolute;
    top: 215px;
    right: 130px; }
  .cut01_img_02 {
    width: 420px;
    height: auto;
    margin-right: 40px; }
  .cut01_circle {
    top: 0;
    left: calc(50% - 330px); }
  .cut01_h5_box {
    margin: 0 auto;
    width: 200px;
    height: 60px; }
  .cut01_h5 {
    line-height: 60px; }
  .cut01_text_container {
    margin: 0 auto;
    padding: 0 50px;
    text-align: center; }
  .cut01_title_s {
    margin-left: 0;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 20px; }
  .cut01_title_l {
    margin-left: 0;
    font-size: 55px;
    line-height: 55px;
    margin-bottom: 25px; }
  .cut01_img_02 {
    margin-left: 0;
    position: absolute;
    top: 455px;
    left: 80px; }
  .cut01_h4 {
    margin-left: 0;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 35px; }
  .cut01_comment {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .cut01_container {
    width: 90%; }
  .cut01_text_container {
    width: 100%;
    padding: 0;
    opacity: 1;
    margin-top: 0; }
  .cut01_title_s {
    font-size: 23px;
    line-height: 23px;
    margin-bottom: 15px;
    margin-top: 50px; }
  .cut01_title_s_animation {
    margin-top: 0;
    opacity: 1; }
  .cut01_title_l {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 20px; }
  .cut01_h4 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 35px; }
  .cut01_h5 {
    font-size: 18px; }
  .cut01_img-box {
    width: 100%; }
  .cut01_circle {
    width: 330px;
    height: 330px;
    left: calc(50% - 165px);
    top: calc(50% - 165px); }
  .cut01_img_01 {
    height: 250px;
    top: 270px;
    right: 27%;
    opacity: 1; }
  .cut01_img_02 {
    width: 200px;
    top: 350px;
    left: 15%;
    opacity: 1; }
  .cut01_img_01_animation_key01 {
    top: 320px; }
  .cut01_img_02_animation_key01 {
    top: 400px; } 
  .cut01_text_container {
    padding: 0;
  }
  .cut01_img-box { margin-top: 50px; }
  .cut01_img_02 { width: 250px; }
  .cut01_img_01 { height: 300px; }
}

@media screen and (max-width: 400px) {
  .cut01_title_l{
    font-size: 32px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  .cut01_h4{
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
  .cut01_comment {
    margin-bottom: 10px;
  }
  .cut01_img_02_animation_key01{ top: 320px; }
  .cut01_img_02 { 
    width: 50%; 
    left: 10px;
  }
  .cut01_img_01_animation_key01{ top: 270px; }
  .cut01_img_01 { 
    height: 200px; 
    right: 18%;
  }
  .cut01_warning { 
    margin-left: 10px;
    margin-bottom: 0;
    width: 270px;
  }
  .cut01_img-box { margin-top: -80px; }
  .share_line_color { opacity: 0; }
  .share_fb_color { opacity: 0; }
  .index_share { bottom: 80px; }
}


.section_02 {
  background-image: url(../images/img_cut02_bg.png);
    background-image-background-repeat: no-repeat;
    background-image-background-position: center center; }

.cut02_container_left,
.cut02_contaiver_right {
  display: inline-block;
  height: 100%;
  width: calc(50% - 5px);
  vertical-align: top;
  text-align: center; }

.cut02_container_left {
  background-color: rgba(255, 255, 255, 0.6); }

.cut02_left_box {
  margin: 10% 10% 0 15%; }

.cut02_right_box {
  margin: 10% 15% 0 10%; }

.cut02_h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 3.5px;
  line-height: 24px;
  color: #666; }

.cut02_h2 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 40px;
  color: #666; }

.cut02_h2 span {
  color: #094D63; }

.cut02_h3_img {
  width: 440px;
  height: 47px;
  display: inline-block;
  background-image: url(../images/img_cut02_right_title.png);
  background-repeat: no-repeat;
  background-size: cover; }

.cut02_img_right {
  margin: 10px 0; }

.cut02_img_left {
  /*margin: 50px 30px 30px 0;*/
  margin: 90px 30px 65px 0;
  width: 70%; }

.cut02_highlight_item {
  display: inline-block;
  width: 30%;
  vertical-align: top; }

.cut02_hightlight_circle {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%; }

.cut02_circle_blue {
  background-color: #3BBEE4; }

.cut02_circle_blue .cut02_highlight_title {
  color: #fff; }

.cut02_circle_white {
  background-color: #fff; }

.cut02_circle_white .cut02_highlight_title {
  color: #3BBEE4; }

.cut02_highlight_title {
  display: inline;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 35px; }

.cut02_highlight_text {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 28px;
  color: #1A1A1A; }

.cut02_highlight_text span {
  display: block; }

.cut02_warning {
  margin-top: 25px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 17px;
  color: #666; }

.cut02_warning_new {
  position: absolute;
  width:40%;
  bottom: 1%;
  left: 30%;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 17px;
  color: #666;
  z-index: 20;
  text-align: center;
}

.cut02_highlight_left .cut02_warning { margin-top: 55px; }

@media screen and (max-width: 1900px) {
  .cut02_highlight_text span {
    display: inline; } 
  .cut02_warning_new { bottom: 2%;} 
  }

/*@media screen and (max-width: 1790px) {
  .cut02_img_right { height: 270px; }
}*/
@media screen and (max-width: 1690px) {
  .cut02_warning_new {
    width: 40%;
    left: 30%;
  }
}

@media screen and (max-width: 1380px) {
  .cut02_img_left { margin: 50px 30px 30px 0;}
  .cut02_img_right { width: 200px; }
  .cut02_warning_new { width: 38%; }
  .cut02_hightlight_circle {
    width: 120px;
    height: 120px; }
  .cut02_highlight_title {
    font-size: 18px;
    line-height: 25px; }
  .cut02_highlight_text {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 25px; } }

@media screen and (max-width: 1280px) {
  .cut02_warning_new { width: 35%; } }

@media screen and (max-width: 1040px) {
  .cut02_h3 { letter-spacing: 3px; }
  .cut02_img_right { width: 175px; }
  .cut02_hightlight_circle {
    width: 90px;
    height: 90px; }
  .cut02_highlight_title {
    font-size: 16px;
    line-height: 22px; } }

@media screen and (max-width: 768px) {
  .section_02 {
    height: 1417px;
    -webkit-background-size: auto 667px;
    -moz-background-size: auto 667px;
    background-size: auto 667px; }
  .cut02_container_left,
  .cut02_contaiver_right {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .cut02_container_left {
    padding: 90px 7% 0 7%;
    height: 667px; }
  .cut02_contaiver_right {
    padding: 70px 7% 0 7%;
    height: 750px; }
  .cut02_left_box,
  .cut02_right_box {
    margin: 0; }
  .cut02_h3 {
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: 1px; }
  .cut02_h2 {
    font-size: 30px;
    letter-spacing: 2px;
    width: 80%;
    margin: 0 auto; }
  .cut02_img_left {
    margin: 25px 0 25px 0;
    width: 95%;
    max-width: 350px; }
  .cut02_hightlight_circle {
    width: 90px;
    height: 90px; }
  .cut02_highlight_title {
    font-size: 16px;
    line-height: 20px; }
  .cut02_highlight_text {
    font-size: 14px;
    line-height: 22px; }
  .cut02_highlight_text span {
    display: inline; }
  .cut02_h3_img {
    width: 100%;
    max-width: 445px;
    background-size: 100%; }
  .cut02_img_right {
    margin: 10px 10% 5px 0;
    height: 230px; } 
  .cut02_warning_new {
    width: 90%;
    bottom: 5%;
    left: 5%;
  }
  
  }
@media screen and (max-width: 400px){
  .cut02_container_left,
  .cut02_contaiver_right{ padding: 90px 2% 0 2%; }
  .cut02_warning_new { bottom: 1%; }
}


.section_03 {
  background-image: url(../images/img_cut02_bg.png);
  background-repeat: no-repeat;
  background-size: cover; }

.cut03_container {
  width: 800px;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 0 auto;
  padding: 100px 125px 70px 125px;
  text-align: center;
  overflow: hidden;
  background-color: #fff; }

.cut03_h4,
.cut03_h2,
.cut03_question_container {
  text-align: left; }

.cut03_h4 {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
  letter-spacing: 3px;
  line-height: 21px;
  color: #666; }

.cut03_h2 {
  margin-bottom: 50px;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 35px;
  color: #666; }

.cut03_item_right,
.cut03_item_left {
  white-space: normal;
  display: inline-block;
  vertical-align: top; }

.cut03_item_right {
  margin-left: 30px;
  width: calc(100% - 105px); }

.cut03_question_number {
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 35px;
  color: #49A6C7; }

.cut03_question_title {
  margin-top: 8px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 20px;
  color: #1A1A1A; }

.cut03_question_item {
  white-space: nowrap;
  margin-bottom: 30px; }

.cut03_option {
  margin-bottom: 8px;
  width: 100%;
  display: inline-block; }

.cut03_option input {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0px;
  cursor: pointer; }

.cut03_option p {
  display: inline-block; }

.cut03_button {
  width: 250px;
  height: 60px;
  margin-top: 20px;
  border: none;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: 60px;
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
  background-color: #49A6C7; }

.cut03_button a {
    color: #fff; 
}

.cut03_button span {
    color: #fff; 
}

input[type="radio"] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  opacity: 0;
  z-index: 3; }

label {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 2px;
  border-radius: 50%;
  border: 1px solid #666; }

/*设置选中的input的样式*/
/* + 是兄弟选择器,获取选中后的label元素*/
input:checked + label::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 5px;
  left: 5px;
  border-radius: 50%;
  background-color: #666; }

.cut03_result_container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: calc(-100vh - 30px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 100px 125px 70px 125px;
  text-align: center;
  background-color: #fff;
  z-index: 2; }

.cut03_result_container h4,
.cut03_result_container h2 {
  text-align: center; }

.cut03_product_box {
  width: 450px;
  height: 350px;
  margin: 0 auto 20px auto; }

.cut03_product_02,
.cut03_product_01 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3; }

.cut03_product_02 {
  width: 400px;
  height: auto;
  top: 115px;
  right: 40px; }

.cut03_product_01 {
  width: auto;
  height: 100%;
  top: 20px;
  right: 160px;}

.cut03_product_02.hidden,
.cut03_product_01.hidden{
      opacity: 0; }


.cut03_result_circle {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  margin: 0 auto;
  top: 35px;
  background-image: url(../images/img_cut04_bg.png);
  background-repeat: no-repeat;
  background-size: cover; }

@media all and (max-width: 1120px) {
  .cut03_container {
    padding: 70px 125px 60px 125px; }
  .cut03_h2 {
    margin-bottom: 50px; }
  .cut03_question_item {
    margin-bottom: 15px; } }

@media screen and (max-width: 767px) {
  .section_03 {
    height: 700px; }
  .cut03_container {
    width: 100%;
    height: 100%;
    padding: 70px 10%; }
  .cut03_question_number {
    font-size: 30px; }
  .cut03_item_right {
    margin-left: 15px;
    width: calc(100% - 80px); }
  .cut03_question_title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 22px; }
  .cut03_option_block {
    width: 100%; }
  .cut03_h4 {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px; }
  .cut03_h2 {
    text-align: center;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 2px;
    margin-bottom: 30px; }
  .cut03_button {
    width: 200px;
    height: 50px;
    font-size: 16px;
    line-height: 50px; }
  .cut03_result_container {
    padding: 100px 10% 70px 10%; }
  .cut03_product_box {
    width: 100%;
    height: 330px; }
  .cut03_product_02 {
    width: 100%;
    top: 125px;
    right: 3%; }
  .cut03_product_01 {
    right: 30%; }
  .cut03_result_circle {
    width: 240px;
    height: 240px;
    top: 50px; } }

  @media screen and (max-width: 400px){
  .section_03{height: 800px;}
  .cut03_result_container {margin-top: calc(-100vh - 220px);}
}

.section_04_big_container {
  display: none; }

.section_04 {
  overflow: hidden;
  background-image: url(../images/img_cut02_bg.png);
  background-repeat: no-repeat;
  background-size: cover; }

.cut04_container_left,
.cut04_container_right {
  display: inline-block;
  height: 100%;
  width: calc(50% - 5px);
  vertical-align: top; }

.cut04_container_right {
  overflow: hidden;
  text-align: center; }

.cut04_container_left {
  background-color: #fff; }

.cut04_information_container {
  width: 625px;
  height: auto;
  margin: 17% 0 0 20%; }

.cut04_input_name,
.cut04_input_phone,
.cut04_input_degree {
  width: 300px;
  display: inline-block; }

.cut04_input_item,
.list_item {
  margin-bottom: 30px;
  border-bottom: 0.5px solid #B4B4B4; }

.cut04_input_title,
.list_item_title {
  width: 75px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 30px;
  border-bottom: 1.5px solid #1A1A1A; }

.cut04_input {
  height: 100%;
  width: calc(100% - 120px);
  display: inline-block; }

.cut04_terms input,
.cut04_terms p,
.cut04_terms a {
  display: inline-block; }

.cut04_terms input {
  margin: 0 25px 0 0; }

.cut04_terms a {
  color: #3BBEE4;
  font-weight: 600; }

.cut04_terms p,
.cut04_terms a {
  margin-right: 5px; }

.cut04_input_degree_right,
.cut04_input_phone {
  margin-left: 10px; }

.cut04_store_city {
  width: 90px; }

.cut04_store_section {
  width: 295px; }

.cut04_terms_box {
  display: inline-block; }

.cut04_information_container button {
  margin-top: 100px; }

.cut04_circle {
  width: 370px;
  height: 370px;
  top: calc(50% - 185px);
  display: inline-block;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3); }

.cut04_img_01,
.cut04_img_02 {
  position: absolute;
  z-index: 3;
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s; }

.cut04_img_01 {
  top: calc(50% - 300px);
  right: calc(50% - 150px);
  opacity: 1; }

.cut04_img_02 {
  width: 100%;
  max-width: 545px;
  top: calc(50% - 100px);
  right: 0;
  margin-right: 23%;
  opacity: 1; }

.cut04_img_01_change {
  margin-right: 230px;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.cut04_img_02_change {
  margin-right: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.cut04_input_remind {
  font-size: 14px;
  position: absolute;
  font-weight: 500;
  margin-top: 3px;
  color: #ff4d4d; }

.cut04_result_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 0;
  margin-top: -100vh;
  padding: 27% 25%;
  text-align: center;
  background-color: #fff;
  z-index: 15; }
  .cut04_result_container h2 {
    text-align: center;
    margin-bottom: 20px; }
  .cut04_result_container img {
    width: 35px;
    height: 35px;
    cursor: pointer;
    margin-bottom: 50px; }

.cut04_result_p {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 30px;
  margin-bottom: 60px;
  color: #666; }

.cut04_agree {
  width: 100%;
  height: 100%;
  z-index: 15; }

.cut04_pop-up_bg {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  z-index: 100;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 27px;
}

.cut04_pop-up { background-color: white; }

.cut04_pop-up_rule,
.cut04_pop-up_privacy-policy {
  padding: 60px 80PX 80PX 60PX;
  text-align: right; 
  width: 90%;
  max-width: 500px;
}

.cut04_pop-up_privacy-policy { height: 70vh; }
.cut04_privacy-policy {
  max-height: 90%;
  overflow: auto;
}

.cut04_pop-up img { margin-bottom: 20px; }
.cut04_pop-up_rule ol,
.cut04_privacy-policy { text-align: left; }
.cut04_pop-up_rule li { margin-bottom: 20px; }
.cut04_pop-up_rule_bg,
.cut04_pop-up_privacy-policy_bg { display: none; }

@media screen and (max-width: 1660px) {
  .cut04_container_left {
    width: calc(60% - 5px); }
  .cut04_container_right {
    width: calc(40% - 5px); }
  .cut04_img_02 {
    margin-right: 10%; }
  .cut04_img_02_change {
    margin-right: -430px; } }

@media screen and (max-width: 1440px) {
  .cut04_img_02 {
    margin-right: 5%; }
  .cut04_img_02_change {
    margin-right: -230px; } }

@media screen and (max-width: 1400px) {
  .cut04_information_container {
    width: 80%;
    margin: 120px auto; }
  .cut04_input_item {
    width: 100%;
    margin: 0 0 25px 0; }
  .cut04_input_degree_right,
  .cut04_input_phone {
    margin-left: 0; }
  .cut04_store_city {
    width: 30%; }
  .cut04_store_section {
    width: calc(100% - 96px);
    margin-left: 94px; }
  .cut04_terms_box {
    display: inline-block;
    width: calc(100% - 60px);
    margin-left: 0; }
  .cut04_terms p,
  .cut04_terms a {
    line-height: 25px; }
  .cut04_information_container button {
    margin-top: 25px; }
  .cut04_input_container,
  .cut04_terms_box {
    text-align: left; }
  .cut04_result_container {
    margin-top: -100vh;
    padding: 25% 20%; }
  .cut04_result_p {
    margin-bottom: 40px; } }

@media screen and (max-width: 1280px) {
  .cut04_img_02 {
    margin-right: 0; }
  .cut04_img_02_change {
    margin-right: -230px; } }

@media screen and (max-width: 767px) {
  .section_04 {
    height: 850px;
    text-align: center; }
  .cut04_container_right {
    display: none; }
  .cut04_container_left {
    width: 100%; }
  .cut04_information_container {
    width: 90%;
    margin: 70px auto; }
  .cut04_terms input {
    margin: 4px 25px 0 -5px;
    vertical-align: top; }
  .cut04_result_container {
    margin-top: -800px;
    padding: 30% 20%; }
  #cut04_select {
    width: 100%;
    margin: 10px 0 0 0; }
  .cut04_pop-up_rule,
  .cut04_pop-up_privacy-policy { 
    box-sizing: border-box;
    padding: 40px 25px 50px 15px;
  }
  .cut04_pop-up_rule img { margin-bottom: 5px; }
  .cut04_privacy-policy { max-height: 85%; }
}


.section_05 {
  background-image: url(../images/img_cut02_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 8%;
  -webkit-box-sizing: border-box;
    -webkit-box-sizing--moz-box-sizing: border-box;
      -webkit-box-sizing--moz-box-sizing-box-sizing: border-box;
  text-align: center; }

.section_05 h4,
.section_05 h2 {
  text-align: center; }

.cut05_h2 {
  margin-bottom: 20px; }

.cut05_h2 span,
.cut05_title_s span {
  color: #49A6C7; }

.cut05_title_s {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 20px; }

.cut05_step_container {
  height: 467px;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.cut05_step_item {
  width: calc(100% / 5 - 10px);
  height: 100%;
  display: inline-block;
  margin: 0 0.2%;
  padding: 60px 40px 0 40px;
  vertical-align: top;
  text-align: left;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
    -webkit-box-sizing--moz-box-sizing: border-box;
      -webkit-box-sizing--moz-box-sizing-box-sizing: border-box; }

.cut05_blue {
  background-image: url(../images/img_cut04_bg.png);
  background-repeat: no-repeat;
  background-size: cover; }

.cut05_blue_light {
  background-color: #DCF9FE; }

hr {
  border: none;
  width: 57px;
  height: 7px;
  display: inline-block;
  margin: 15px 0 40px 0;
  background-color: #fff; }

.cut05_white {
  background-color: #fff; }

.cut05_white hr {
  background-color: #3BBEE4; }

.cut05_step_number {
  font-family: 'Oswald';
  font-size: 55px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 55px; }

.cut05_warning {
  width: 80%;
  text-align: left; }

.cut05_step_p,
.cut05_step_p span {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 27px; }

.cut05_step_p span {
  display: block;
  margin: 10px 0 0 0;
  font-weight: 600;
  color: #F10000; }

.cut05_text_s {
  position: absolute;
  right: 40px;
  bottom: 20px;
  color: #666; }

@media screen and (max-width: 1650px) {
  .cut05_step_container {
    height: 500px; }
  .cut05_step_item {
    padding: 40px 30px 0 30px; }
  hr {
    margin-bottom: 20px; } }

@media screen and (max-width: 1280px) {
  .section_05 {
    padding: 70px;
    height: auto; }
  .cut05_title_s {
    font-size: 14px;
    letter-spacing: 0px; }
  .cut05_step_container {
    height: auto;
    margin-top: 25px;
    display: block; }
  .cut05_step_item {
    width: 100%;
    height: auto;
    padding: 5%; }
  .cut05_step_number {
    font-size: 40px;
    display: inline-block;
    line-height: 40px;
    vertical-align: top; }
  hr {
    display: none; }
  .cut05_step_p,
  .cut05_step_p span {
    display: inline-block;
    width: calc(100% - 70px);
    margin-left: 20px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px; }
  .cut05_step_p span {
    margin-left: 0; }
  .cut05_text_s {
    display: none; } }

@media screen and (max-width: 900px) {
  .cut05_step_number {
    font-size: 20px;
    line-height: 20px; }
  .cut05_step_p,
  .cut05_step_p span {
    width: calc(100% - 35px);
    margin-left: 5px; }
  .cut05_step_p span {
    margin-left: 0; }
  .cut05_text_s {
    display: none; } }

@media screen and (max-width: 767px) {
  .section_05 {
    padding: 70px 10% 100px 10%; }
  .section_05 h2 {
    width: 200px;
    margin: 0 auto 15px auto; } }

.kv_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -20; }

.cut01_video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -20; }

.page_list h2,
.page_list h3 {
  text-align: center;
  color: #fff; }

.page_list h2 {
  margin-bottom: 20px; }

.page_list h3 {
  margin-bottom: 50px; }

.list_container {
  width: 700px;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 0 auto;
  padding: 80px 100px 70px 100px;
  text-align: center;
  overflow: hidden;
  background-color: #fff; }

.list_item_title {
  text-align: left; }

.list_item_p {
  display: inline-block;
  width: calc(100% - 100px);
  text-align: left;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 20px; }

.list_item_p span {
  margin-left: 10px;
  font-size: 22px;
  font-weight: 600px;
  color: #3BBEE4; }
