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, .intro_container, .intro_container_full, .branch_icon, .branch_map, .scene_container section {
  zoom: 1;
  clear: both;
}
.clear:after, .intro_container:after, .intro_container_full:after, .branch_icon:after, .branch_map:after, .scene_container section:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.icryobank_txt, .intro_1_txt, .intro_1_item, .bank_txt {
  font-size: 20px;
  line-height: 40px;
}

.icryobank_title, .intro_block_title, .bank_mini_title span {
  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, .newsletter_img:before, .medical_container:before {
  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, .newsletter_img:after, .medical_container:after {
  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;
}
.menu_item_row li .item_top {
  position: absolute; top: 50%; margin-top: -105px; width: 100%;
}
.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;
}

.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, .intro_1_txt, .intro_1_item, .bank_txt {
    font-size: 15px;
    line-height: 30px;
  }

  .icryobank_title, .intro_block_title, .bank_mini_title span {
    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;
  }
  .menu_item_row li .item_top {
    position: absolute;
    top: 50%;
    margin-top: -105px;
    width: 100%;
  }
  .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_intro.png);
}

.intro_container, .intro_container_full {
  position: relative;
  padding: 0 11.25%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.intro_block_img {
  padding: 100px 0 60px;
  text-align: center;
}
.intro_block_img img {
  width: 30%;
  max-width: 200px;
}

.intro_block_title {
  text-indent: 10px;
}
.intro_block_title.first {
  border-bottom: 3px solid #eb6426;
  padding-bottom: 10px;
}
.intro_block_title.second {
  padding: 30px 0;
}

.intro_1_txt {
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.intro_2_txt {
  display: block;
  font-size: 16px;
  padding-top: 80px;
}

.intro_1_img {
  text-align: center;
}
.intro_1_img img {
  width: 100%;
  max-width: 451px;
}

.intro_2_img {
  text-align: center;
}
.intro_2_img img {
  width: 100%;
  max-width: 261px;
}

.intro_1_item {
  padding: 0 1% 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.intro_1_item span {
  display: block;
  color: #eb6426;
  font-size: 60px;
  padding-bottom: 20px;
}

.intro_1_item_container {
  border-bottom: 1px solid #bfbfbf;
}

.intro_2_item_container {
  padding-bottom: 60px;
  border-bottom: 1px solid #bfbfbf;
}

.bank_block {
  padding-top: 40px;
}

.bank_img img {
  width: 100%;
  max-width: 669px;
}

.bank_txt {
  border-top: 3px solid #eb6426;
  padding-top: 35px;
}
.bank_txt div {
  padding-left: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bank_mini_title {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #bfbfbf;
}
.bank_mini_title span {
  display: block;
}

.branch_icon span {
  float: left;
}
.branch_icon img {
  float: left;
  margin-right: 20px;
}

.branch_map > div {
  float: left;
}

.branch_map_txt {
  width: 40%;
}

.branch_map_pic {
  text-align: right;
  width: 60%;
}
.branch_map_pic > div {
  display: inline-block;
}
.branch_map_pic > span {
  display: inline-block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
  border: 1px solid #eb6426;
  margin-right: 10px;
  -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;
}
.branch_map_pic > span a {
  float: left;
  width: 100%;
  height: 100%;
  color: #eb6426;
}
.branch_map_pic > span:hover {
  background-color: #eb6426;
}
.branch_map_pic > span:hover a {
  color: #fff;
}

.history_txt_box {
  padding-top: 100px;
  text-align: center;
  width: 90%;
  margin: 0 5%;
}

.history_view {
  position: relative;
}
.history_view img {
  width: 100%;
}

.history_year {
  color: #eb6426;
  font-size: 60px;
  padding-bottom: 35px;
  font-style: italic;
}

.history_title {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  padding-bottom: 15px;
}

.history_desc {
  font-size: 16px;
  line-height: 36px;
  padding-bottom: 15px;
}

.history_float, .float_img_1, .float_img_2, .float_img_3, .float_img_4, .float_img_5, .float_img_6, .float_img_7, .float_img_8, .float_img_9, .float_img_10, .float_img_11, .float_img_12, .float_img_13, .float_img_14, .float_img_15, .float_img_17 {
  position: absolute;
}

.float_img_1 {
  left: 0;
}

.float_img_2 {
  right: 0;
}

.float_img_3 {
  right: 0;
  top: 20%;
}

.float_img_4 {
  left: 10%;
}

.float_img_5 {
  right: 0;
}

.float_img_6 {
  left: 0;
}

.float_img_7 {
  right: 20%;
}

.float_img_8 {
  left: 30%;
}

.float_img_9 {
  right: 0;
}

.float_img_10 {
  left: 0;
}

.float_img_11 {
  right: 0;
}

.float_img_12 {
  left: 8%;
}

.float_img_13 {
  left: 20%;
}

.float_img_14 {
  left: 20%;
}

.float_img_15 {
  right: 5%;
}

.float_img_17 {
  right: 20%;
}

.follow_container {
  padding: 45px 0 70px;
  text-align: center;
  border-bottom: 1px solid #bfbfbf;
}
.follow_container > img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.follow_container div {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 150px;
  margin: 20px 2.4% 0;
  -moz-border-radius: 75px;
  -webkit-border-radius: 75px;
  border-radius: 75px;
  background-color: #f0edea;
  overflow: hidden;
}
.follow_container div:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.follow_container div:after {
  content: "";
  position: absolute;
  top: 150px;
  left: 0;
  width: 150px;
  height: 150px;
  background-image: url(../images/follow/follow_hover.png);
  -moz-transition: top 0.2s linear;
  -o-transition: top 0.2s linear;
  -webkit-transition: top 0.2s linear;
  transition: top 0.2s linear;
}
.follow_container div span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 24px;
  padding: 10px;
  color: #000;
}
.follow_container div:hover:after {
  top: 0;
}

.activity_container {
  float: left;
  width: 30%;
  margin: 35px 1.6666% 35px;
}
.activity_container img {
  position: relative;
  width: 100%;
}
.activity_container:hover .activity_box {
  color: #fff;
  background-color: #eb6426;
}
.activity_container:hover .activity_date {
  color: #fff;
}

.activity_box {
  position: relative;
  margin-top: -3px;
  color: #eb6426;
  background-color: #fff;
  border: 2px solid #eb6426;
  padding: 25px 18px 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -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;
}

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

.activity_title {
  font-size: 20px;
  line-height: 25px;
  height: 120px;
  overflow: hidden;
}

.activity_txt {
  overflow: hidden;
  font-size: 16px;
  line-height: 25px;
  height: 144px;
}

.report_video {
  text-align: center;
}

.icryobank_btn_type {
  text-align: center;
  padding-top: 20px;
}
.icryobank_btn_type span {
  display: inline-block;
  width: 180px;
  height: 50px;
  line-height: 50px;
  margin: 0 8px;
  text-align: center;
  font-size: 18px;
  color: #000;
  background-color: #f0edea;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  cursor: pointer;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.icryobank_btn_type span.active, .icryobank_btn_type span:hover {
  color: #fff;
  background-color: #eb6426;
}

#report-article, #newsletter-month {
  display: none;
}

.newsletter_title_main {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #eb6426;
  padding: 60px 0 15px;
}

.newsletter_title_sub {
  text-align: center;
  font-size: 20px;
  color: #000;
}

.newsletter_container {
  float: left;
  width: 30%;
  margin: 35px 1.6666% 35px;
}
.newsletter_container:hover .newsletter_img:after {
  top: 50%;
}
.newsletter_container:hover .newsletter_img:before {
  opacity: 0.5;
}

.newsletter_img {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.newsletter_img img {
  width: 100%;
}

.newsletter_no {
  font-size: 30px;
  line-height: 80px;
  font-weight: bold;
  color: #000;
  border-top: 3px solid #eb6426;
}
.newsletter_no span {
  float: right;
  font-size: 20px;
  color: #eb6426;
}

.newsletter_title {
  font-size: 30px;
  line-height: 45px;
  font-weight: bold;
  color: #000;
}

.newsletter_writer {
  font-size: 20px;
  line-height: 60px;
  color: #000;
}

.newsletter_txt {
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  padding: 30px 0;
  font-size: 20px;
  line-height: 36px;
  color: #000;
}
.newsletter_txt span {
  color: #eb6426;
}

.newsletter_select {
  text-align: right;
}
.newsletter_select select {
  width: 145px;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  border: 1px solid #bfbfbf;
  font-size: 18px;
}

.page_outline_team {
  background-image: url(../images/basic/outline_team.png);
}

.media_title_main {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding-top: 6%;
}

.media_title_sub {
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  padding: 3.5% 0;
}

.medical_container {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.medical_container img {
  width: 100%;
}
.medical_container:hover:before {
  opacity: 0.5;
}
.medical_container:hover:after {
  top: 50%;
}

.doctor_row {
  position: relative;
  width: 100%;
}
.doctor_row li {
  position: relative;
  float: left;
  width: 16.66%;
  height: 400px;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  overflow: hidden;
  cursor: pointer;
}

.doctor_row li:nth-child(1) {
  background-image: url(../images/team/doctor_1.png);
  background-position: 80% 0%;
}

/*
.doctor_row li:nth-child(2) {
  background-image: url(../images/team/doctor_4.png);
  background-position: 90% 0%;
}
*/
/*

.doctor_row li:nth-child(2) {
  background-image: url(../images/team/doctor_2.png);
  background-position: 20% 0%;
}
*/

.doctor_row li:nth-child(2) {
  background-image: url(../images/team/doctor_3.png);
  background-position: 90% 0%;
}

.doctor_row li:nth-child(3) {
  background-image: url(../images/team/doctor_5.png);
  background-position: 90% 0%;
}

.doctor_row li:nth-child(4) {
  background-image: url(../images/team/doctor_6.png);
  background-position: 90% 0%;
}

.doctor_row li:nth-child(5) {
  background-image: url(../images/team/doctor_7.png);
  background-position: 90% 0%;
}

.doctor_row li:nth-child(6) {
  background-image: url(../images/team/doctor_8.png);
  background-position: 90% 0%;
}

.doctor_show {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #fff;
  font-weight: bold;
  display: none;
}
.doctor_show span:nth-child(1) {
  display: block;
  font-size: 24px;
  margin-bottom: 8px;
}
.doctor_show span:nth-child(2) {
  font-size: 36px;
}

.doctor_ball {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  opacity: 0.6;
}

.doctor_hover {
  -moz-animation-name: dhover;
  -webkit-animation-name: dhover;
  animation-name: dhover;
  -moz-animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -moz-animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-moz-keyframes dhover {
  from {
    background-color: #eb6426;
    opacity: 0.24;
    width: 200%;
    height: 200%;
    bottom: -100%;
    left: -100%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  to {
    background-color: #eb6426;
    bottom: -100px;
    left: -50px;
    width: 240px;
    height: 240px;
    opacity: 1;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
}
@-webkit-keyframes dhover {
  from {
    background-color: #eb6426;
    opacity: 0.24;
    width: 200%;
    height: 200%;
    bottom: -100%;
    left: -100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  to {
    background-color: #eb6426;
    bottom: -100px;
    left: -50px;
    width: 240px;
    height: 240px;
    opacity: 1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
}
@keyframes dhover {
  from {
    background-color: #eb6426;
    opacity: 0.24;
    width: 200%;
    height: 200%;
    bottom: -100%;
    left: -100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  to {
    background-color: #eb6426;
    bottom: -100px;
    left: -50px;
    width: 240px;
    height: 240px;
    opacity: 1;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
}
.doctor_big {
  /*width: 43.75% !important;*/
  width: 40% !important;
  background-size: cover;
}

.doctor_small {
  /*width: 18.75% !important;*/
  width: 12% !important;
  
}

.doctor_box {
  position: relative;
  text-align: center;
  padding-top: 140px;
}
.doctor_box > img {
  display: inline-block;
  margin-bottom: 30px;
}

.doctor_box_name {
  font-size: 18px;
  margin-bottom: 50px;
}
.doctor_box_name span {
  font-size: 30px;
  font-weight: bold;
  margin-right: 10px;
}

.doctor_box_desc {
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 40px;
}

.doctor_box_detail {
  width: 100%;
  border-top: 3px solid #eb6426;
  border-bottom: 1px solid #bfbfbf;
  padding: 20px 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.doctor_box_detail li {
  float: left;
  text-align: left;
  font-size: 16px;
  line-height: 36px;
}
.doctor_box_detail li span {
  display: block;
  font-weight: bold;
  font-size: 20px;
}

.doctor_box_detail li:nth-child(1), .doctor_box_detail li:nth-child(2) {
  /*width: 22.35%;*/
  width: 33.33%;
}

.doctor_box_detail li:nth-child(3) {
  /*width: 55.3%;*/
  width: 33.33%;
}

.doctor_box_mail {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  line-height: 50px;
  background-color: #dfd9d3;
  -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;
}
.doctor_box_mail:hover {
  background-color: #eb6426;
}
.doctor_box_mail img {
  vertical-align: middle;
}

.doctor_clickable {
  position: absolute;
  top: 300px;
  right: 4%;
  -moz-transition: top 0.2s linear;
  -o-transition: top 0.2s linear;
  -webkit-transition: top 0.2s linear;
  transition: top 0.2s linear;
}
.doctor_clickable li {
  width: 50px;
  text-align: center;
}
.doctor_clickable li div {
  width: 50px;
  height: 50px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-size: 100%;
  cursor: pointer;
}
.doctor_clickable li div.active {
  border: 3px solid #eb6426;
}
.doctor_clickable li div:hover {
  opacity: 0.6;
}
.doctor_clickable li:nth-child(1) div {
  background-image: url(../images/team/doctor_box_1.png);
}
/*
.doctor_clickable li:nth-child(2) div {
  background-image: url(../images/team/doctor_box_4.png);
}
*/
/*
.doctor_clickable li:nth-child(2) div {
  background-image: url(../images/team/doctor_box_2.png);
}
*/
.doctor_clickable li:nth-child(2) div {
  background-image: url(../images/team/doctor_box_3.png);
}
.doctor_clickable li:nth-child(3) div {
  background-image: url(../images/team/doctor_box_5.png);
}
.doctor_clickable li:nth-child(4) div {
  background-image: url(../images/team/doctor_box_6.png);
}
.doctor_clickable li:nth-child(5) div {
  background-image: url(../images/team/doctor_box_7.png);
}
.doctor_clickable li:nth-child(6) div {
  background-image: url(../images/team/doctor_box_8.png);
}

.doctor_clickable li span {
  display: inline-block;
  margin: 20px 0;
  width: 4px;
  height: 4px;
  background-color: #eb6426;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.stickit {
  position: fixed;
  top: 250px;
}

.page_outline_scene {
  background-image: url(../images/basic/outline_scene.png);
}

.scene_container section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.scene_mainveiw {
  float: left;
  width: 100%;
}

.scene_desc_box {
  position: absolute;
  top: 36.6666%;
  left: 4.375%;
  color: #fff;
}

.scene_desc_title {
  font-size: 30px;
}
.scene_desc_title span {
  display: block;
  color: #eb6426;
  font-size: 50px;
  font-weight: bold;
  line-height: 10px;
}

.scene_desc_txt {
  padding: 15px 0;
  font-size: 20px;
  line-height: 30px;
}

.scene_desc_more, .scene_more_back {
  width: 125px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: 2px solid #eb6426;
  cursor: pointer;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.scene_desc_more:hover, .scene_more_back:hover {
  color: #fff;
  background-color: #eb6426;
}

.scene_more_back {
  position: absolute;
  top: 12.2222%;
  left: 3.75%;
}

.scene_more_title {
  position: absolute;
  font-size: 30px;
  top: 6.66666%;
  left: 3.75%;
}

.scene_down {
  position: absolute;
  bottom: 3.6%;
  left: 50%;
  margin-left: -14px;
}

.scene_more_box {
  position: absolute;
  width: 100%;
  top: 0;
  left: 100%;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.scene_more_box > div {
  position: relative;
  float: left;
}

.tree_1 img, .tree_2 img, .tree_3 img, .bank_1 img, .center_2 img {
  display: block;
  width: 100%;
}

.tree_1 {
  width: 33.125%;
}

.tree_2 {
  width: 29.375%;
}

.tree_3 {
  width: 37.5%;
}

.bank_1 {
  width: 50%;
}

.center_2 {
  width: 25%;
}

.scene_bank_desc {
  position: absolute;
  font-size: 30px;
  color: #fff;
  right: 3.5%;
  bottom: 28px;
}

.center_pointer_r, .center_pointer_l {
  position: absolute;
  width: 25px !important;
  height: 43px;
  top: 50%;
  margin-top: -21px;
}

.center_pointer_r {
  right: 0;
}

.center_pointer_l {
  left: 0;
}

.center_desc {
  position: absolute;
  top: 50%;
  font-size: 16px;
  line-height: 36px;
  padding: 0 7.5%;
  -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%);
}

.center_1_txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 3.88888% 4.375%;
  font-size: 16px;
  line-height: 32px;
  background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 1600px) {
  .branch_map > div {
    padding-top: 10px;
    width: 100%;
  }

  .report_video iframe {
    width: 400px;
    height: 225px;
  }
}
@media screen and (max-width: 1280px) {
  .activity_container, .newsletter_container {
    width: 45%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }

  .report_video iframe {
    width: 320px;
    height: 180px;
  }
}
@media screen and (max-width: 800px) {
  .intro_container {
    padding: 0 5%;
  }

  .intro_container_full {
    padding: 0;
  }

  .intro_2_txt {
    font-size: 13px;
  }

  .history_txt_box {
    padding-top: 50px;
  }

  .history_year {
    font-size: 40px;
  }

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

  .history_desc {
    font-size: 13px;
    line-height: 28px;
  }

  .history_float, .float_img_1, .float_img_2, .float_img_3, .float_img_4, .float_img_5, .float_img_6, .float_img_7, .float_img_8, .float_img_9, .float_img_10, .float_img_11, .float_img_12, .float_img_13, .float_img_14, .float_img_15, .float_img_17 {
    position: relative;
    left: 0;
    right: 0;
  }

  .history_view {
    text-align: center;
  }

  .activity_container, .newsletter_container {
    width: 100%;
    margin: 1px 0;
  }

  .activity_date, .activity_txt {
    display: none;
  }

  .activity_title {
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    white-space: nowrap;
  }

  .activity_box {
    padding: 10px;
    color: #fff;
    background-color: #eb6426;
    margin-top: -40px;
  }

  .icryobank_btn_type span {
    width: 40%;
    margin: 0 2%;
  }

  .newsletter_no {
    font-size: 20px;
    line-height: 40px;
  }
  .newsletter_no span {
    font-size: 16px;
  }

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

  .newsletter_writer, .newsletter_txt {
    font-size: 15px;
    line-height: 28px;
  }

  .media_title_main {
    font-size: 18px;
  }

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

  .doctor_box_detail li {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .doctor_box_desc {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .stickit {
    top: 120px;
  }

  .doctor_clickable li span {
    margin: 10px 0;
  }

  .doctor_row {
    display: none;
  }

  .scene_desc_box {
    top: 40px;
  }

  .scene_desc_title {
    font-size: 18px;
  }
  .scene_desc_title span {
    font-size: 30px;
  }

  .scene_desc_txt {
    padding: 5px 0;
    font-size: 13px;
    line-height: 20px;
  }

  .tree_1, .tree_2, .tree_3, .bank_1, .center_2 {
    width: 100%;
  }

  .scene_down {
    display: none;
  }

  .scene_more_title {
    font-size: 20px;
    top: 33px;
    left: 20px;
  }

  .scene_more_back {
    top: 23px;
    right: 20px;
    left: auto;
  }

  .center_desc_box img {
    display: none;
  }
  .center_desc_box div {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }

  .center_pointer_r, .center_pointer_l {
    display: none !important;
  }

  .center_1_txt {
    position: relative;
  }
}
