html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body, select, input {
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Jhenghei";
}

img {
  border: 0;
}

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

.clear, .new3_style, .start_qa_container {
  zoom: 1;
  clear: both;
}
.clear:after, .new3_style:after, .start_qa_container:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.icryobank_txt {
  font-size: 20px;
  line-height: 40px;
}

.icryobank_title {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
}

header {
  position: fixed;
  z-index: 5;
  width: 100%;
  height: 180px;
  color: #fff;
  background: url("../images/basic/header_bg.png") repeat;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.header_mini {
  background-image: none;
  background-color: #eb6426;
  height: 85px;
}
.header_mini .header_vip li:hover a {
  color: #fff;
  opacity: 0.4;
}
.header_mini .header_language li.active {
  border-bottom: 2px solid #fff;
}

.header_logo {
  float: left;
  margin-left: 23px;
  margin-top: 10px;
}
.header_logo img {
  width: 100%;
}

.header_menu {
  float: right;
  margin-right: 17px;
  margin-top: 15px;
}
.header_menu ul {
  float: left;
  margin-top: 24px;
  font-size: 14px;
}
.header_menu ul li {
  float: left;
}

#btn-menu-open {
  cursor: pointer;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#btn-menu-open:hover {
  opacity: 0.4;
}

.header_language li {
  width: 21px;
  height: 23px;
  text-align: center;
  margin-right: 19px;
  cursor: pointer;
}
.header_language li.active {
  border-bottom: 2px solid #eb6426;
}

.header_vip {
  margin-right: 19px;
}
.header_vip li {
  width: 36px;
  height: 16px;
  text-align: center;
  padding: 0 9px;
  cursor: pointer;
}
.header_vip li a {
  color: #fff;
}
.header_vip li:hover a {
  color: #eb6426;
}
.header_vip li:first-child {
  border-right: 2px solid #fff;
}

.header_vip li:nth-child(2) {
  border-right: 2px solid #fff;
}

.header_username {
  float: left;
  margin: 22px 20px 0 10px;
}
.header_username img {
  margin-right: 10px;
}


.page_outline {
  position: relative;
  width: 100%;
  height: 788px;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 0;
}

.oulint_whiteline {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/basic/outline_whiteline.png);
}

.outline_box {
  position: relative;
  top: 277px;
  color: #fff;
  text-align: center;
}

.outline_title {
  font-size: 50px;
  font-weight: bold;
}
.outline_title span {
  color: #eb6426;
}

.outline_txt {
  font-size: 20px;
  line-height: 40px;
}
.outline_txt span {
  font-weight: bold;
}

.nav_style {
  padding: 25px 0;
  background-color: #f0edea;
  font-size: 24px;
}

.nav_item {
  height: 150px;
  text-align: center;
  cursor: pointer;
  border-right: 1px solid #bfbfbf;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.nav_item:last-child {
  border-right: none;
}
.nav_item span {
  color: #eb6426;
  font-size: 50px;
  display: none;
}
.nav_item a {
  float: left;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  color: #808080;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: padding-top 0.2s linear;
  -o-transition: padding-top 0.2s linear;
  -webkit-transition: padding-top 0.2s linear;
  transition: padding-top 0.2s linear;
}

.nav_item.active, .nav_item:hover {
  font-weight: bold;
}
.nav_item.active span, .nav_item:hover span {
  display: block;
  line-height: 20px;
}
.nav_item.active a, .nav_item:hover a {
  padding-top: 50px;
  color: #000000;
}

.btn_faq, .btn_match {
  position: fixed;
  cursor: pointer;
  width: 58px;
  height: 49px;
  overflow: hidden;
  z-index: 2;
  top: 50%;
  margin-top: -25px;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn_faq img, .btn_match img {
  width: 58px;
  height: 49px;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn_faq span, .btn_match span {
  color: #eb6426;
  font-size: 18px;
  line-height: 65px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn_faq:hover, .btn_match:hover {
  width: 190px;
  height: 65px;
  margin-top: -33px;
}
.btn_faq:hover img, .btn_match:hover img {
  width: 79px;
  height: 65px;
}
.btn_faq:hover span, .btn_match:hover span {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.btn_faq {
  right: 0;
}
.btn_faq img {
  float: right;
  margin-left: 5px;
}
.btn_faq span {
  float: right;
}

.btn_match {
  left: 0;
}
.btn_match img {
  float: left;
  margin-right: 5px;
}
.btn_match span {
  float: left;
}

.btn_top {
  display: none;
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  right: 1.5%;
  bottom: 10%;
  background-color: #dfd9d3;
  text-align: center;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.btn_top img {
  vertical-align: middle;
}
.btn_top:hover {
  background-color: #eb6426;
}

footer {
  width: 100%;
  background-color: #1b1b1b;
  font-size: 16px;
  color: #fff;
  position: relative;
}

.footer_left {
  width: 100%;
  max-width: 550px;
  padding: 40px 0;
  margin: 0 auto;
}
.footer_left img {
  max-width: 100%;
}
.footer_left ul {
  padding-top: 20px;
}
.footer_left li {
  line-height: 30px;
}

.footer_right {
  width: 240px;
  padding: 70px 0;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translateY(-50%); 
  -ms-transform: translateY(-50%); 
  -webkit-transform: translateY(-50%); 
  transform: translateY(-50%);
  width: 50%;
}
.footer_right img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.footer_right a {
  color: #fff;
}

.icryobank_hover_orange {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eb6426;
  opacity: 0;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.icryobank_hover_icon {
  content: "";
  position: absolute;
  display: block;
  width: 62px;
  height: 62px;
  top: 125%;
  left: 50%;
  margin-left: -31px;
  margin-top: -31px;
  background-image: url(../images/follow/newsletter_more.png);
  -moz-transition: top 0.2s linear;
  -o-transition: top 0.2s linear;
  -webkit-transition: top 0.2s linear;
  transition: top 0.2s linear;
}

.mfp-bottom-bar {
  margin-top: 0;
  background-color: #fff;
  padding: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-title {
  color: #000;
}

img.mfp-img {
  border: 3px solid #fff;
  padding: 0;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  right: 0;
  top: -40px;
  font-size: 36px;
}

.mfp-counter {
  top: 5px;
  right: 10px;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

#btn-menu-open {
  cursor: pointer;
}

.menu {
  display: none;
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.menu footer {
  position: fixed;
  bottom: 0;
}

.menu_header {
  width: 100%;
  height: 100px;
  background-color: #fff;
}

.menu_txt {
  float: left;
  margin-top: 23px;
  margin-left: 30px;
  width: 100px;
  height: 52px;
  line-height: 52px;
  font-size: 28px;
  text-align: center;
  border-left: 1px solid #eb6426;
}

#btn-menu-close {
  float: right;
  margin-right: 35px;
  margin-top: 35px;
  cursor: pointer;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#btn-menu-close:hover {
  opacity: 0.4;
}

.menu_container {
  position: absolute;
  top: 100px;
  bottom: 0;
  width: 100%;
  background-color: #1b1b1b;
}

.menu_item_row {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 50%;
}
.menu_item_row li {
  float: left;
  width: 25%;
  height: 100%;
  color: #fff;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.menu_item_row li:hover .item_bg {
  background-color: rgba(67, 67, 67, 0);
}
.menu_item_row li:hover .item_list {
  border-top: 3px solid transparent;
}

.item_1 {
  background: url("../images/basic/menu_bg_1.jpg") 50% no-repeat;
  margin-top: 3%;
  -moz-transition: margin-top 0.2s ease-out;
  -o-transition: margin-top 0.2s ease-out;
  -webkit-transition: margin-top 0.2s ease-out;
  transition: margin-top 0.2s ease-out;
}

.item_2 {
  background: url("../images/basic/menu_bg_2.jpg") 50% no-repeat;
  margin-top: 3%;
  -moz-transition: margin-top 0.4s ease-out;
  -o-transition: margin-top 0.4s ease-out;
  -webkit-transition: margin-top 0.4s ease-out;
  transition: margin-top 0.4s ease-out;
}

.item_3 {
  background: url("../images/basic/menu_bg_3.jpg") 50% no-repeat;
  margin-top: 3%;
  -moz-transition: margin-top 0.6s ease-out;
  -o-transition: margin-top 0.6s ease-out;
  -webkit-transition: margin-top 0.6s ease-out;
  transition: margin-top 0.6s ease-out;
}

.item_4 {
  background: url("../images/basic/menu_bg_4.jpg") 50% no-repeat;
  margin-top: 3%;
  -moz-transition: margin-top 0.8s ease-out;
  -o-transition: margin-top 0.8s ease-out;
  -webkit-transition: margin-top 0.8s ease-out;
  transition: margin-top 0.8s ease-out;
}

.item_bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(67, 67, 67, 0.7);
  -moz-transition: background-color 0.4s linear;
  -o-transition: background-color 0.4s linear;
  -webkit-transition: background-color 0.4s linear;
  transition: background-color 0.4s linear;
}

.item_title {
  width: 100%;
  text-align: center;
  font-size: 36px;
}
.menu_item_row li .item_top {
  position: absolute;
  top: 50%;
  margin-top: -105px;
  width: 100%;
}
.item_list {
  margin: 15px auto 0;
  padding-top: 15px;
  width: 140px;
  border-top: 3px solid #eb6426;
}
.item_list li {
  width: 100%;
  float: none;
  height: 35px;
  line-height: 35px;
  text-align: center;
  -moz-border-radius: 17px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  background-color: rgba(235, 100, 38, 0);
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.item_list li:hover {
  background-color: rgba(235, 100, 38, 0.7);
}
.item_list a {
  float: left;
  width: 100%;
  color: #fff;
}

.item_animate {
  margin-top: 0;
}

.page_indicator_container {
  text-align: center;
}
.page_indicator_container section {
  display: inline-block;
  padding: 35px 0 70px;
}

.page_indicator {
  float: left;
  height: 40px;
}
.page_indicator li {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  -moz-border-radius: 21px;
  -webkit-border-radius: 21px;
  border-radius: 21px;
}
.page_indicator li a {
  float: left;
  width: 100%;
  color: #3f3f44;
}
.page_indicator li.active, .page_indicator li:hover {
  background-color: #eb6426;
}
.page_indicator li.active a, .page_indicator li:hover a {
  color: #fff;
}

.btn_prev_page, .btn_next_page {
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
}
.btn_prev_page a, .btn_next_page a {
  color: #3f3f44;
}
.btn_prev_page:hover a, .btn_next_page:hover a {
  color: #eb6426;
}

.btn_prev_page {
  margin-right: 90px;
}

.btn_next_page {
  margin-left: 90px;
}

.icryobank_detail_full_img img {
  width: 100%;
}

.icryobank_detail_center_img {
  text-align: center;
}
.icryobank_detail_center_img img {
  max-width: 100%;
}

.icryobank_detail_main_date {
  font-size: 20px;
  color: #5e5c5c;
  padding: 25px 0;
}
.icryobank_detail_main_date span {
  margin: 0 5px;
}

.icryobank_detail_main_title {
  color: #eb6426;
  font-size: 30px;
  line-height: 48px;
  padding-bottom: 20px;
}

.icryobank_detail_main_txt {
  font-size: 20px;
  line-height: 36px;
  color: #5e5c5c;
  padding-bottom: 20px;
}

.icryobank_detail_btn_back {
  padding: 50px 0;
  height: 28px;
  line-height: 28px;
  font-size: 20px;
  vertical-align: middle;
}
.icryobank_detail_btn_back span, .icryobank_detail_btn_back img {
  float: left;
  color: #eb6426;
}
.icryobank_detail_btn_back img {
  margin-right: 20px;
}

.icryobank_detail_other {
  color: #000;
  font-size: 20px;
  padding-bottom: 20px;
}

.icryobank_detail_other_box {
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.icryobank_detail_other_box img {
  width: 100%;
}

.icryobank_detail_other_date {
  color: #5e5c5c;
  font-size: 14px;
  padding: 14px 0;
}
.icryobank_detail_other_date span {
  margin: 0 5px;
}

.icryobank_detail_other_title {
  font-size: 21px;
  line-height: 32px;
  color: #eb6426;
}

.qa_title {
  padding: 80px 0 50px;
  font-size: 48px;
  font-weight: bold;
}

.qa_btn_all {
  height: 24px;
  line-height: 24px;
  margin-bottom: 12px;
}
.qa_btn_all div {
  float: right;
  cursor: pointer;
}
.qa_btn_all div:hover span {
  color: #eb6426;
}
.qa_btn_all img {
  float: right;
  margin-right: 10px;
}
.qa_btn_all span {
  float: right;
  font-size: 18px;
  font-weight: bold;
}

.qa_row_container li {
  border-top: 1px solid #eb6426;
  text-align: left;
  width: 100%;
  padding: 45px 2%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qa_q {
  cursor: pointer;
}
.qa_q:hover span {
  color: #eb6426;
}
.qa_q img {
  float: left;
  margin-top: 4px;
  margin-right: 20px;
}
.qa_q span {
  line-height: 32px;
  font-size: 24px;
  font-weight: bold;
}

.qa_a {
  padding-top: 20px;
  padding-left: 44px;
  font-size: 18px;
  line-height: 30px;
  display: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qa_a_attachment {
  padding: 30px 0;
  width: 100%;
  text-align: left;
}
.qa_a_attachment img {
  width: 100%;
}
.qa_a_attachment table {
  width: 100%;
  border: 1px solid #f68a3a;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.qa_a_attachment .froze_table.orange td {
  border-top: transparent;
  border-left: transparent;
  border-right: transparent;
  border-bottom: 1px solid #f68a3a;
}
.qa_a_attachment .froze_table.orange td tr:last-child td {
  border-bottom: transparent;
}

.qa_dot {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  margin-right: 13px;
  background-color: #eb6426;
  width: 10px;
  height: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

@media only screen and (min-width: 1121px) and (max-width: 1280px) { 
  .menu footer .footer_left {
    padding: 0px;
  }
}

@media only screen and (min-width: 800px) and (max-width: 1120px) { 
  .footer_left {
    padding-left: 15px;
    width: 550px;
  }
}

@media screen and (max-width: 800px) {
  .header_language, .header_vip {
    display: none;
  }

  .page_outline {
    height: 380px;
  }

  .outline_box {
    top: 150px;
  }

  .outline_title {
    font-size: 24px;
  }

  .outline_txt {
    font-size: 13px;
    line-height: 24px;
  }

  .nav_style {
    padding: 0;
    font-size: 16px;
  }

  .nav_item {
    height: 50px;
    border-right: none;
    border-bottom: 1px solid #bfbfbf;
  }
  .nav_item a {
    padding-top: 18px;
  }

  .nav_item.active a, .nav_item:hover a {
    padding-top: 8px;
  }

  .icryobank_txt {
    font-size: 15px;
    line-height: 30px;
  }

  .icryobank_title {
    font-size: 18px;
    line-height: 30px;
  }

  .menu_item_row {
    height: 25%;
  }
  .menu_item_row li {
    width: 100%;
  }

  .menu footer {
    display: none;
  }

  .item_title {
    font-size: 18px;
    padding-top: 3%;
  }

  .item_list {
    width: 220px;
    margin: 5px auto 0;
    padding-top: 0;
  }
  .item_list li {
    float: left;
    width: 50%;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
  }

  .page_indicator {
    float: none;
    display: block;
  }

  .btn_prev_page, .btn_next_page {
    float: none;
    margin: 10px 0;
  }

  .icryobank_detail_main_date {
    font-size: 16px;
    padding: 10px 0;
  }

  .icryobank_detail_main_title {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 10px;
  }

  .icryobank_detail_main_txt {
    font-size: 15px;
    line-height: 28px;
  }

  .icryobank_detail_other_title {
    font-size: 18px;
    line-height: 28px;
  }

  .qa_title {
    padding: 40px 0 30px;
    font-size: 30px;
  }

  .qa_row_container li {
    padding: 20px 2%;
  }

  .qa_q span {
    font-size: 18px;
  }

  .qa_a {
    font-size: 15px;
    padding-left: 0;
  }
  .footer_right {
    position: static;
    -moz-transform: translateY(0%); 
    -ms-transform: translateY(0%); 
    -webkit-transform: translateY(0%); 
    transform: translateY(0%);
    width: 100%;
  }
  
}
@media screen and (max-width: 480px) {
  .btn_faq, .btn_match, .menu_txt {
    display: none;
  }

  .btn_top {
    opacity: 0.6;
  }
  .btn_top:hover {
    background-color: #dfd9d3;
  }

  .nav_item:hover {
    font-weight: normal;
  }
  .nav_item:hover a {
    padding-top: 18px;
    color: #808080;
  }
  .nav_item:hover span {
    display: none;
  }

  .footer_left {
    padding: 20px 0;
    font-size: 10px;
    text-align: center;
  }

  .footer_right {
    padding: 30px 0;
  }
}
.page_outline {
  background-image: url(../images/basic/outline_start.png);
}

.start_cure_btn, .outline_login_btn, .start_cure_container section span {
  background-color: #eb6426;
  width: 115px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.start_cure_btn:hover, .outline_login_btn:hover, .start_cure_container section span:hover {
  opacity: 0.5;
}

.outline_login_btn {
  margin: 0 auto;
}

.start_cure_container section {
  position: relative;
}
.start_cure_container section img {
  width: 100%;
  display: block;
}
.start_cure_container section > div {
  position: absolute;
  top: 40%;
}
.start_cure_container section h1 {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 20px;
}
.start_cure_container section h2 {
  font-size: 24px;
  line-height: 36px;
}
.start_cure_container section span {
  display: inline-block;
  margin-top: 10px;
}

.start_cure_container section:nth-child(2) > div, .start_cure_container section:nth-child(3) > div {
  color: #fff;
  text-align: right;
  right: 12%;
}

.start_cure_container section:nth-child(1) > div {
  color: #000;
  text-align: left;
  left: 10%;
}

.dialog_style_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: none;
}

.dialog_style {
  position: relative;
  top: 50%;
  margin: auto;
  width: 300px;
  height: 450px;
  padding: 25px 0;
  background-color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 0 38px 5px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0 0 38px 5px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 38px 5px rgba(0, 0, 0, 0.75);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dialog_style_title {
  text-align: center;
  font-size: 26px;
  color: #eb6426;
  padding-bottom: 20px;
  border-bottom: 1px solid #eb6426;
}

.dialog_style_content {
  width: 100%;
  padding: 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dialog_style_content input {
  padding: 0;
  border: 1px solid #b4b4b4;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -moz-transition: box-shadow 0.2s linear;
  -o-transition: box-shadow 0.2s linear;
  -webkit-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
}
.dialog_style_content input:focus {
  outline: 0;
  -moz-box-shadow: 0 0 8px 0px rgba(235, 100, 38, 0.8);
  -webkit-box-shadow: 0 0 8px 0px rgba(235, 100, 38, 0.8);
  box-shadow: 0 0 8px 0px rgba(235, 100, 38, 0.8);
}

.dialog_style_btn {
  display: inline-block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  background-color: #eb6426;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.dialog_style_btn:hover {
  opacity: 0.5;
}

.dialog_style_close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  /*-moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;*/
}
.dialog_style_close:hover {
  opacity: 0.5;
}

.dailog_new_hint {
  text-align: right;
  font-size: 13px;
  color: #eb6426;
}

.dialog_row {
  margin-bottom: 20px;
}

#dialog_login .dialog_style_content, #dialog_new_1 .dialog_style_content,#dialog_apply .dialog_style_content{
  padding-top: 50px;
}

#dialog_login .dialog_style_btn {
  margin-top: 20px;
}

#dialog_new_3 .dialog_style_title {
  font-size: 18px;
}

.login_sp {
  margin: 0 auto;
  padding-top: 70px;
}
.login_sp li {
  display: inline-block;
  padding: 0 15px;
  font-size: 14px;
  color: #000;
  cursor: pointer;
}
.login_sp li:first-child {
  border-right: 1px solid #000;
}
.login_sp li:hover {
  color: #eb6426;
}

.icon_account, .icon_password {
  position: relative;
}
.icon_account:before, .icon_password:before {
  content: "";
  position: absolute;
  width: 37px;
  height: 36px;
  top: 8px;
  left: 8px;
}

.icon_account:before {
  background-image: url(../images/start/icon_account.png);
}

.icon_password:before {
  background-image: url(../images/start/icon_password.png);
}

.gender_row {
  height: 22px;
  line-height: 22px;
  padding-top: 30px;
}
.gender_row input {
  float: left;
  width: 22px;
  height: 22px;
  margin: 0;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
}
.gender_row input:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.gender_row label {
  float: left;
  text-indent: 8px;
  width: 100px;
  text-align: left;
}

.new3_style li {
  float: left;
  padding-top: 30px;
  width: 50%;
  height: 22px;
  line-height: 22px;
}
.new3_style li input[type="checkbox"] {
  float: left;
  width: 22px;
  height: 22px;
  margin: 0;
}
.new3_style li input[type="checkbox"]:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.new3_style li label {
  float: left;
  font-size: 15px;
  text-indent: 5px;
  text-align: left;
}

.dialog_mail_txt {
  padding: 30px 0;
  font-size: 18px;
  line-height: 36px;
}

.dialog_mail_hint {
  font-size: 14px;
  text-align: center;
  padding: 20px 0 60px;
}
.dialog_mail_hint span {
  margin-left: 10px;
  cursor: pointer;
  color: #eb6426;
  font-weight: bold;
  text-decoration: underline;
}

.dialog_success_title {
  color: #eb6426;
  font-size: 24px;
  font-weight: bold;
  padding: 70px 0 20px;
}

.dialog_success_txt {
  font-size: 15px;
  line-height: 24px;
}

.dialog_success_btns {
  padding-top: 60px;
}
.dialog_success_btns span:first-child {
  background-color: #ffbf7f;
  margin-bottom: 10px;
}

.new_two_btns {
  width: 100%;
}
.new_two_btns li {
  float: left;
}
.new_two_btns li:last-child {
  width: 74%;
}

.new_btn_back {
  width: 23%;
  cursor: pointer;
  margin-right: 3%;
}
.new_btn_back img {
  width: 60px;
  height: 60px;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.new_btn_back img:hover {
  opacity: 0.5;
}

#dialog_new_3 .new_two_btns {
  margin-top: 55px;
}

.start_qa_container {
  position: relative;
  padding: 70px 12.5% 0;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.start_qa_container h1 {
  color: #eb6426;
  font-size: 48px;
  padding-bottom: 20px;
}
.start_qa_container h2 {
  font-size: 36px;
  padding-bottom: 60px;
}

.froze_table {
  border-collapse: separate;
  border-spacing: 0;
  font-size: 20px;
  width: 100%;
}
.froze_table.orange td {
  border: 1px solid #f68a3a;
}
.froze_table.orange .title {
  background-color: #f68a3a;
  color: #fff;
}
.froze_table.green td {
  border: 1px solid #55ceb6;
}
.froze_table.green .title {
  background-color: #55ceb6;
  color: #fff;
}
.froze_table td {
  border-style: none solid solid none;
  padding: 10px;
  text-align: center;
}
.froze_table tr:first-child td {
  border-top-style: solid;
}
.froze_table tr:first-child td:first-child {
  border-top-left-radius: 10px;
}
.froze_table tr:first-child td:last-child {
  border-top-right-radius: 10px;
}
.froze_table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.froze_table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.froze_table tr td:first-child {
  border-left-style: solid;
}

.froze_chart_title {
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
  padding-top: 80px;
}

.cost_table_container {
  position: relative;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 150px;
}

.cost_table {
  width: 1200px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 36px;
}
.cost_table tr:first-child {
  height: 70px;
  background-color: #fce8df;
}
.cost_table tr:first-child td {
  font-weight: bold;
}
.cost_table tr {
  border-bottom: 1px solid #eb6426;
}
.cost_table tr td {
  text-align: center;
  padding: 20px 0;
}

.ct_bold {
  font-weight: bold;
}

.ct_number {
  color: #eb6426;
  font-size: 24px;
}

.ct_bg {
  background-color: #f4f1ed;
}

.ct_hint {
  font-size: 14px;
}

/* 2017/05/18 update*/
.member_content .groups.flow .table .subject.new-qa {
  z-index: 1;
  top: -15px;
  padding-right: 20px;
  padding-left: 20px;
  background-image: url(../images/wt/title.png);
}

.member_content .groups.flow .table.message .title {
  padding: 0px 15px;
  margin: 85px 15px 15px;
}

@media screen and (max-width: 1680px) {
  .cost_table {
    /*width: 800px;*/
	width:100%;
    font-size: 15px;
    line-height: 26px;
  }
  .cost_table tr:first-child {
    height: 50px;
  }
  .cost_table tr td {
    padding: 5px 0;
  }

  .start_qa_container {
    padding: 70px 10% 0;
  }

  .ct_number {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  .start_cure_container section > div {
    top: 30%;
  }

  .start_cure_container section h1 {
    font-size: 30px;
  }

  .start_cure_container section h2 {
    font-size: 16px;
    line-height: 24px;
  }

  .start_qa_container {
    padding: 40px 7% 0;
  }
  .start_qa_container h1 {
    font-size: 30px;
  }
  .start_qa_container h2 {
    font-size: 20px;
  }

  .froze_table {
    font-size: 15px;
  }
  .froze_table td {
    padding: 10px 5px;
  }

  .ct_hint {
    font-size: 12px;
  }
  .member_content .groups.flow .table .subject.new-qa {
    background: none;
    top: 15px;
  }
}
@media screen and (max-width: 480px) {
  .start_cure_container section > div {
    top: 20%;
  }

  .start_cure_container section h1 {
    font-size: 20px;
  }

  .start_cure_container section h2 {
    font-size: 12px;
    line-height: 22px;
  }

  .start_cure_container section span {
    font-size: 15px;
    width: 80px;
  }

  .start_cure_container section:nth-child(2) > div, .start_cure_container section:nth-child(3) > div {
    right: 3%;
  }

  .start_cure_container section:nth-child(1) > div {
    left: 3%;
  }
}

.service_qa_container {
  padding: 60px 0 50px;
  text-align: right;
}
.service_qa_container a {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  max-width: 200px;
  padding: 0 6%;
  height: 50px;
  line-height: 50px;
  color: #000;
  background-color: #f0edea;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.service_qa_container a:hover {
  background-color: #eb6426;
  color: #fff;
}
