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, .service_container, .sperm_donate, .provide_row, .chart_main, .ivf_pgs_flow {
  zoom: 1;
  clear: both;
}
.clear:after, .service_container:after, .sperm_donate:after, .provide_row:after, .chart_main:after, .ivf_pgs_flow:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.icryobank_txt, .ivf_preface_box div:last-child, .ivf_pgs_flow li {
  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_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: 10;
  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;
}

#froze_flow{
	content:url('../images/service/froze_flow.jpg');
}

@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, .ivf_preface_box div:last-child, .ivf_pgs_flow li {
    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;
  }

  .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;
	margin: 3px 0px;
  }

  .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;
  }
  
  #froze_flow{
	  width:100%;
	  content:url(../images/service/froze_flow_phone.jpg);
  }
}
.page_outline {
  background-image: url(../images/basic/outline_service.png);
}

.service_container {
  position: relative;
  padding: 0 12.5%;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.service_container .icryobank_title {
  padding: 80px 0 45px;
}

.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;
}

.sperm_target {
  display: inline-block;
  width: 160px;
  margin: 0 7.5%;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  color: #eb6426;
}
.sperm_target img {
  display: block;
  margin-bottom: 20px;
}

.sperm_advantage li {
  display: inline-table;
  width: 260px;
  padding: 12px 35px;
  margin: 30px 4.4%;
  background-color: #f5eae0;
  font-size: 20px;
  line-height: 36px;
  -moz-border-radius: 17px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sperm_advantage li span {
  color: #eb6426;
}

.sperm_advantage_title {
  padding: 100px 0 70px;
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
}

.sperm_advantage_chart {
  position: relative;
  display: inline-block;
}
.sperm_advantage_chart .blue {
  float: left;
  color: #18a4e5;
  font-size: 20px;
  font-weight: bold;
}
.sperm_advantage_chart .orange {
  float: right;
  color: #f57e20;
  font-size: 20px;
  font-weight: bold;
}
.sperm_advantage_chart .gray {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #747474;
  padding-top: 30px;
}
.sperm_advantage_chart img {
  max-width: 100%;
}
.sperm_advantage_chart .txt {
  float: left;
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
  text-align: left;
  padding-bottom: 15px;
}

.froze_hint {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #747474;
  padding-top: 30px;
}

.sperm_donate {
  text-align: left;
}

.sperm_donate_title {
  float: left;
  width: 28.5%;
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
  padding-bottom: 40px;
}
.sperm_donate_title span {
  color: #bfbfbf;
}

.sperm_donate_table {
  float: left;
  width: 71.5%;
  font-size: 20px;
  line-height: 34px;
  padding: 40px 0 60px;
}
.sperm_donate_table table {
  font-size: 16px;
}
.sperm_donate_table td, .sperm_donate_table th {
  padding: 10px 20px;
  border: 1px solid #a1a1a1;
}
.sperm_donate_table tr:first-child td:nth-child(1) {
  width: 26.4%;
}
.sperm_donate_table tr:first-child td:nth-child(2) {
  width: 33.8%;
}
.sperm_donate_table tr:first-child td:nth-child(3) {
  width: 39.8%;
}
.sperm_donate_table a {
  text-decoration: underline;
  color: #757575;
}

.pgd_table tr:first-child td:nth-child(1) {
  width: 80%;
}
.pgd_table tr:first-child td:nth-child(2) {
  width: 20%;
}

.sperm_ex_title, .ivf_preface_box div:first-child {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  padding-bottom: 10px;
}

.sperm_ex_title_2nd {
  font-size: 18px;
  line-height: 36px;
  font-weight: bold;
}
.sperm_ex_title_2nd span {
  color: #eb6426;
}

.sperm_ex_cotainer {
  position: relative;
  display: inline-block;
  border-top: 3px solid #ec642a;
  padding-top: 13px;
  margin-top: 15px;
  padding-bottom: 100px;
}
.sperm_ex_cotainer img {
  max-width: 100%;
}

.sperm_ex_hint {
  position: relative;
  text-align: right;
  padding-bottom: 20px;
  font-size: 16px;
}
.sperm_ex_hint li {
  display: inline-block;
  margin-bottom: 10px;
}
.sperm_ex_hint span {
  float: left;
  line-height: 20px;
}
.sperm_ex_hint .square_orange, .sperm_ex_hint .square_green, .sperm_ex_hint .square_blue {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-left: 20px;
}
.sperm_ex_hint .square_orange {
  background-color: #ec642a;
}
.sperm_ex_hint .square_green {
  background-color: #55ceb6;
}
.sperm_ex_hint .square_blue {
  background-color: #5ca9de;
}
.sperm_ex_hint .circle {
  width: 10px;
  height: 10px;
  margin-right: 8px;
  margin-left: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 5px solid;
}
.sperm_ex_hint .color_1 {
  border-color: #39b771;
}
.sperm_ex_hint .color_2 {
  border-color: #3e53d0;
}
.sperm_ex_hint .color_3 {
  border-color: #00a0e9;
}
.sperm_ex_hint .color_4 {
  border-color: #a14eef;
}

.provide_perface {
  position: relative;
}
.provide_perface img {
  max-width: 100%;
}
.provide_perface div {
  position: absolute;
  width: 27%;
  font-size: 20px;
  line-height: 36px;
  top: 25%;
  text-align: left;
}

.froze_perface div {
  top: 35%;
}

.provide_perface_left {
  left: 0;
}

.provide_perface_right {
  right: 0;
}

.provide_row li {
  float: left;
  width: 25%;
}
.provide_row li img {
  max-width: 100%;
}
.provide_row li span {
  display: block;
  width: 100%;
  padding: 25px 10% 0;
  font-size: 20px;
  line-height: 36px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.chart_main {
  position: relative;
  width: 100%;
}

.chart_y {
  float: left;
  font-size: 14px;
  max-width: 14px;
  width: 2%;
  padding-right: 3%;
}

.chart_pic {
  float: left;
  width: 95%;
}
.chart_pic img {
  max-width: 100%;
}

.chart_x {
  position: absolute;
  left: 0;
  font-size: 14px;
}

.forze_pointer {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  color: #fff;
  background-color: #f68a3a;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.forze_table_name {
  text-align: left;
  font-size: 20px;
  padding: 25px 0 15px;
}
.forze_table_name .orange {
  color: #f68a3a;
}
.forze_table_name .green {
  color: #55ceb6;
}

.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_table_box {
  float: left;
  width: 46%;
  margin: 0 2%;
  padding-top: 70px;
}

.froze_btn {
  display: inline-block;
  width: 280px;
  height: 50px;
  line-height: 50px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  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;
}
.froze_btn:hover {
  background-color: #eb6426;
  color: #fff;
}

.froze_target {
  padding-bottom: 90px;
}
.froze_target li {
  position: relative;
  display: inline-block;
  margin: 30px 5%;
}
.froze_target li:hover span {
  color: #fff;
  background-color: #eb6426;
}
.froze_target li:hover div {
  display: block;
}
.froze_target li span {
  display: block;
  width: 138px;
  height: 138px;
  line-height: 138px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  background-color: #f0edea;
  -moz-border-radius: 69px;
  -webkit-border-radius: 69px;
  border-radius: 69px;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.froze_target li div {
  position: absolute;
  z-index: 2;
  display: none;
  top: 168px;
  left: -111px;
  width: 300px;
  padding: 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
  background-color: #eb6426;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  text-align: left;
}
.froze_target li div:before {
  position: absolute;
  content: "";
  top: -20px;
  left: 163px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 20px 17px;
  border-color: transparent transparent #eb6426 transparent;
}

.forze_feature {
  position: relative;
  text-align: center;
  width: 100%;
  height: 690px;
  color: #fff;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-image: url(../images/service/froze_feature.png);
}

.forze_feature_container {
  position: relative;
  left: 0;
}
.forze_feature_container li {
  position: absolute;
  width: 100%;
  text-align: center;
}
.forze_feature_container li:nth-child(1) {
  left: 0;
}
.forze_feature_container li:nth-child(2) {
  left: 100%;
}
.forze_feature_container li:nth-child(3) {
  left: 200%;
}
.forze_feature_container li:nth-child(4) {
  left: 300%;
}
.forze_feature_container li div:first-child {
  font-size: 20px;
  padding: 95px 0 25px;
}
.forze_feature_container li div:last-child {
  padding-top: 20px;
  font-size: 18px;
  line-height: 40px;
}

.feature_pointer {
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -56px;
  cursor: pointer;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.feature_pointer:hover {
  right: 4%;
}

.froze_flow {
  float: left;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 140px;
}



.froze_flow_title {
  width: 50%;
  margin: 0 25%;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #eb6426;
}

.froze_flow_half {
  float: left;
  width: 50%;
  font-size: 20px;
  line-height: 30px;
}
.froze_flow_half span {
  color: #eb6426;
}
.froze_flow_half div:first-child {
  padding: 12px 0 20px;
}
.froze_flow_half div:nth-child(2) {
  height: 130px;
}
.froze_flow_half a {
  display: block;
  width: 90%;
  max-width: 160px;
  height: 50px;
  margin: 0 auto;
  line-height: 50px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  background-color: #f0edea;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
.froze_flow_half a:hover {
  background-color: #eb6426;
  color: #fff;
}

.froze_flow_line {
  display: block;
  padding-top: 15px;
  color: #aaaaaa;
}

.froze_flow_line_2 {
  display: block;
  margin-top: -5px;
  width: 100%;
  height: 16px;
  border-top: 2px solid #aaaaaa;
  border-left: 2px solid #aaaaaa;
  border-right: 2px solid #aaaaaa;
}

.ivf_preface_box {
  text-align: left;
  padding: 60px 2% 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ivf_preface_box div:first-child {
  color: #eb6426;
}
.ivf_preface_box div:last-child span {
  color: #eb6426;
}

.ivf_preface_menu {
  padding: 50px 0 100px;
}
.ivf_preface_menu div {
  display: inline-block;
  width: 240px;
  height: 240px;
  margin: 0 6% 20px;
  background-color: #f7f6f4;
  -moz-border-radius: 120px;
  -webkit-border-radius: 120px;
  border-radius: 120px;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.ivf_preface_menu div a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  font-size: 20px;
  line-height: 36px;
  color: #eb6426;
  text-decoration: underline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ivf_preface_menu div:hover {
  background-color: #eb6426;
}
.ivf_preface_menu div:hover a {
  color: #fff;
}

.pgd_perface {
  padding-bottom: 60px;
  text-align: left;
}
.pgd_perface span {
  color: #eb6426;
}

.pgd_box {
  padding: 0 5% 70px;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ivf_tab {
  text-align: center;
  padding-top: 80px;
}
.ivf_tab a {
  display: inline-block;
  width: 30%;
  max-width: 380px;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin: 0 1.5% 20px;
  line-height: 50px;
  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;
}
.ivf_tab a:hover, .ivf_tab a.active {
  color: #fff;
  background-color: #eb6426;
}

.ivf_select_hint {
  width: 100%;
  max-width: 909px;
  margin: 0 auto 60px;
  text-align: left;
}

.ivf_pgs_flow {
  padding-top: 20px;
}
.ivf_pgs_flow li {
  float: left;
  padding-right: 2%;
}
.ivf_pgs_flow li:after {
  position: relative;
  top: 5px;
  left: 6%;
  content: url(../images/service/ivf_pgs_flow.png);
}
.ivf_pgs_flow li:last-child:after {
  display: none;
}

@media screen and (max-width: 1280px) {
  .sperm_donate_title, .sperm_donate_table {
    width: 100%;
  }

  .provide_perface div {
    width: 35%;
    font-size: 18px;
    line-height: 30px;
  }

  .froze_table_box {
    width: 90%;
    margin: 0 5%;
  }

  .ivf_tab a {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .ivf_special .span_1_of_2 {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .service_container {
    padding: 0 7%;
  }

  .sperm_advantage_title, .sperm_ex_title, .ivf_preface_box div:first-child {
    font-size: 16px;
    line-height: 28px;
  }

  .sperm_advantage_chart .txt, .sperm_ex_title_2nd {
    font-size: 14px;
    line-height: 24px;
  }

  .sperm_donate_title {
    font-size: 20px;
    line-height: 30px;
  }

  .sperm_donate_table {
    font-size: 16px;
    line-height: 28px;
  }
  .sperm_donate_table table {
    font-size: 13px;
  }
  .sperm_donate_table td, .sperm_donate_table th {
    padding: 5px;
  }
  .sperm_donate_table th {
    font-size: 15px;
  }

  .sperm_ex_hint {
    font-size: 10px;
  }
  .sperm_ex_hint .square_orange, .sperm_ex_hint .square_green, .sperm_ex_hint .circle, .sperm_ex_hint.square_blue {
    margin-right: 3px;
    margin-left: 8px;
  }

  .provide_perface div {
    position: relative;
    width: 100%;
    top: 0;
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 20px;
  }

  .provide_row li {
    width: 100%;
  }
  .provide_row li span {
    padding: 15px 0 30px;
    font-size: 15px;
    line-height: 28px;
  }

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

  .froze_target li {
    position: relative;
    display: inline-block;
    width: 94%;
  }
  .froze_target li span {
    display: inline-block;
    margin: 0 auto;
  }
  .froze_target li div {
    position: relative;
    display: block;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 300px;
    padding: 15px;
    margin: 30px auto 0;
    font-size: 15px;
    line-height: 24px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .froze_target li div:before {
    left: 45%;
  }

  .forze_feature_container li div:first-child {
    font-size: 16px;
    padding: 95px 0 25px;
  }
  .forze_feature_container li div:last-child {
    padding-top: 20px;
    font-size: 13px;
    line-height: 40px;
  }

  .feature_pointer {
    width: 30px;
  }

  .froze_flow {
    width: 100%;
    padding-bottom: 70px;
  }

  .froze_flow_half div {
    font-size: 16px;
  }

  .ivf_tab a {
    font-size: 15px;
  }
  
  
}


