@charset "UTF-8";    
@import "animate.min.css"; /*반응형 화면 크기*/
/*반응형, 브라우저 크기가 767px 이하일때*/
/*반응형, 브라우저 크기가 768이상, 1210px 이하일때*/
/*반응형, 브라우저 크기가 1210px 이상일때*/
@import "table.css";
@media (min-width: 1210px) {
  .sub_visual {
    border-bottom: 1px solid #ccc;
    height: 220px;
    position: relative;
  }
  .sub_visual img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sub_visual .vi_txt {
    position: absolute;
    top: 0;
    height: 220px;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: 500;
    color: #fff;
  }
  .breadcrumb {
    border-bottom: 1px solid #ccc;
    height: 50px;
    position: relative;
    z-index: 1;
  }
  .breadcrumb .section {
    display: flex;
    align-items: center;
    height: 50px;
  }
  .breadcrumb .section .link_home {
    padding: 0 20px 0 0;
    position: relative;
  }
  .breadcrumb .section .link_home:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    right: 0;
    height: 15px;
    top: 50%;
    margin-top: -7px;
    background: #ccc;
  }
  .breadcrumb .section .link_home .ico_home {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/ico_home.svg) center no-repeat;
  }
  .breadcrumb .section .link_sec {
    height: 49px;
    position: relative;
  }
  .breadcrumb .section .link_sec:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    right: 0;
    height: 15px;
    top: 50%;
    margin-top: -7px;
    background: #ccc;
  }
  .breadcrumb .section .link_sec .link_active {
    min-width: 260px;
    padding: 0 45px 0 20px;
    height: 49px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #707070;
    position: relative;
  }
  .breadcrumb .section .link_sec .link_active:after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
    width: 13px;
    height: 7px;
    background: url(../images/ico_nav_arrow.svg) center no-repeat;
    transition: 300ms;
  }
  .breadcrumb .section .link_sec .link_list {
    visibility: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    position: absolute;
    transform: scale(1, 0);
    opacity: 0;
    top: 49px;
    left: 0;
    width: 100%;
    border: 1px solid #cccccc;
    border-top: 0;
    background: #fff;
    transition: 300ms;
    transform-origin: top;
  }
  .breadcrumb .section .link_sec .link_list li a {
    display: block;
    font-size: 18px;
    color: #707070;
    line-height: 24px;
    padding: 13px 20px;
  }
  .breadcrumb .section .link_sec .link_list li a:hover {
    color: #fff;
    background: #226dde;
  }
  .breadcrumb .section .link_sec.open .link_active:after {
    transform: rotate(180deg);
  }
  .breadcrumb .section .link_sec.open .link_list {
    visibility: visible;
    transform: scale(1, 1);
    opacity: 1;
  }
  .content {
    padding: 80px 30px 200px;
    max-width: 1460px;
    margin: 0 auto;
  }
  .content .cont_tit {
    font-size: 35px;
    line-height: 37px;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
  }
  .content .info_tit {
    font-size: 28px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    padding-left: 22px;
    position: relative;
  }
  .content .info_tit:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    border: 3px solid #4378b5;
    border-radius: 6px;
  }
  .content .info_disc {
    padding: 22px 0 0 22px;
    font-size: 18px;
    color: #707070;
    font-weight: 400;
    line-height: 26px;
  }
  .reserv_info_area {
    padding: 50px 0 0;
  }
  .reserv_info_area .info_sec_flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
  }
  .reserv_info_area .info_sec_flex .info_sec {
    width: calc(50% - 15px);
    border: 1px solid #ccc;
    border-radius: 30px;
    height: 310px;
    display: flex;
    align-items: center;
    padding: 0 50px;
  }
  .reserv_info_area .info_sec_flex .info_sec .btn_go {
    margin-left: auto;
    width: 160px;
    height: 160px;
    border-radius: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .reserv_info_area .info_sec_flex .info_sec .btn_go span {
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    font-weight: 500;
  }
  .reserv_info_area .info_sec_flex .info_sec .btn_go .ico_go_arrow {
    display: block;
    width: 50px;
    height: 24px;
    background: url(../images/ico_go.svg) center no-repeat;
    margin: 10px 0 -10px;
  }
  .reserv_info_area .info_sec_flex .info_sec .info_left .ico_clock {
    display: block;
    width: 82px;
    height: 82px;
    background: url(../images/ico_clock.svg) center no-repeat;
  }
  .reserv_info_area .info_sec_flex .info_sec .info_left .ico_calendar {
    display: block;
    width: 82px;
    height: 82px;
    background: url(../images/ico_calendar.svg) center no-repeat;
  }
  .reserv_info_area .info_sec_flex .info_sec .info_left .ico_cs01 {
    display: block;
    width: 92px;
    height: 92px;
    background: url(../images/ico_cs01.svg) center no-repeat;
  }
  .reserv_info_area .info_sec_flex .info_sec .info_left .ico_cs02 {
    display: block;
    width: 92px;
    height: 92px;
    background: url(../images/ico_cs02.svg) center no-repeat;
  }
  .reserv_info_area .info_sec_flex .info_sec .info_left .ico_reserv01 {
    display: block;
    width: 92px;
    height: 74px;
    background: url(../images/ico_reserv01.svg) center no-repeat;
  }
  .reserv_info_area .info_sec_flex .info_sec .info_left .ico_reserv02 {
    display: block;
    width: 92px;
    height: 74px;
    background: url(../images/ico_reserv02.svg) center no-repeat;
  }
  .reserv_info_area .info_sec_flex .info_sec .info_left dl {
    margin-top: 20px;
  }
  .reserv_info_area .info_sec_flex .info_sec .info_left dl dt {
    font-size: 40px;
    font-weight: 600;
    line-height: 42px;
  }
  .reserv_info_area .info_sec_flex .info_sec .info_left dl dd {
    font-size: 18px;
    line-height: 25px;
    color: #707070;
    margin-top: 10px;
    height: 75px;
  }
  .reserv_info_area .info_sec_flex .info_sec .info_left dl dd .t_emerald {
    color: #129ba9;
  }
  .reserv_info_area .info_sec_flex .info_sec.type01:hover {
    border-color: #129ba9;
  }
  .reserv_info_area .info_sec_flex .info_sec.type01 .info_left dt {
    color: #129ba9;
  }
  .reserv_info_area .info_sec_flex .info_sec.type01 .btn_go {
    background: #129ba9;
  }
  .reserv_info_area .info_sec_flex .info_sec.type02:hover {
    border-color: #4378b5;
  }
  .reserv_info_area .info_sec_flex .info_sec.type02 .info_left dt {
    color: #4378b5;
  }
  .reserv_info_area .info_sec_flex .info_sec.type02 .btn_go {
    background: #4378b5;
  }
  .reserv_info_area .info_time_sec .info_box_area {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .reserv_info_area .info_time_sec .info_box_area .info_box {
    border: 1px solid #ccc;
    border-radius: 30px;
    width: calc(20% - 24px);
    padding: 55px 0 35px;
  }
  .reserv_info_area .info_time_sec .info_box_area .info_box .ico_reserv1 {
    display: block;
    width: 52px;
    height: 52px;
    margin: 0 auto;
    background: url(../images/reserv_ico1.svg) center no-repeat;
  }
  .reserv_info_area .info_time_sec .info_box_area .info_box .ico_reserv2 {
    display: block;
    width: 52px;
    height: 52px;
    margin: 0 auto;
    background: url(../images/reserv_ico2.svg) center no-repeat;
  }
  .reserv_info_area .info_time_sec .info_box_area .info_box .ico_reserv3 {
    display: block;
    width: 52px;
    height: 52px;
    margin: 0 auto;
    background: url(../images/reserv_ico3.svg) center no-repeat;
  }
  .reserv_info_area .info_time_sec .info_box_area .info_box .ico_reserv4 {
    display: block;
    width: 52px;
    height: 52px;
    margin: 0 auto;
    background: url(../images/reserv_ico4.svg) center no-repeat;
  }
  .reserv_info_area .info_time_sec .info_box_area .info_box .ico_reserv5 {
    display: block;
    width: 52px;
    height: 52px;
    margin: 0 auto;
    background: url(../images/reserv_ico5.svg) center no-repeat;
  }
  .reserv_info_area .info_time_sec .info_box_area .info_box .info_box_tit {
    text-align: center;
    margin-top: 18px;
    padding: 21px 0 0;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #129ba9;
  }
  .reserv_info_area .info_time_sec .info_box_area .info_box .info_box_tit:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 16px;
    height: 1px;
    background: #129ba9;
    margin-left: -8px;
  }
  .reserv_info_area .info_time_sec .info_box_area .info_box .info_box_time {
    text-align: center;
    margin-top: 5px;
    font-size: 20px;
    color: #000;
    line-height: 24px;
  }
  .reserv_info_area .info_time_sec .info_box_area .info_box .info_box_disc {
    text-align: center;
    font-size: 15px;
    color: #707070;
    margin-top: 5px;
  }
  .reserv_info_area .info_step_sec {
    margin-top: 80px;
  }
  .reserv_info_area .info_step_sec .info_step_area {
    margin-top: 50px;
    background: #f4f5f9;
    padding: 80px 100px;
    display: flex;
    justify-content: space-between;
  }
  .reserv_info_area .info_step_sec .info_step_area .box {
    position: relative;
  }
  .reserv_info_area .info_step_sec .info_step_area .box.line_box {
    background: #fff;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 20px;
    color: #000;
    line-height: 24px;
    padding: 17px 0;
  }
  .reserv_info_area .info_step_sec .info_step_area .box.end_box {
    background: #fff;
    border: 3px solid #707070;
    text-align: center;
    font-size: 20px;
    color: #000;
    line-height: 24px;
    padding: 15px 0;
  }
  .reserv_info_area .info_step_sec .info_step_area .box .bd_box {
    padding: 0 30px;
    background: #fff;
    border: 1px solid #ccc;
  }
  .reserv_info_area .info_step_sec .info_step_area .box .bd_box dt {
    text-align: center;
    font-size: 20px;
    color: #000;
    line-height: 24px;
    padding: 17px 0;
  }
  .reserv_info_area .info_step_sec .info_step_area .box .bd_box dd {
    border-top: 1px solid #ccc;
    text-align: center;
    font-size: 20px;
    color: #707070;
    line-height: 24px;
    padding: 17px 0;
  }
  .reserv_info_area .info_step_sec .info_step_area .box .bd_box.gray_box {
    background: #707070;
  }
  .reserv_info_area .info_step_sec .info_step_area .box .bd_box.gray_box dt {
    color: #fff;
  }
  .reserv_info_area .info_step_sec .info_step_area .box .bd_box.gray_box dd {
    color: #ccc;
  }
  .reserv_info_area .info_step_sec .info_step_area .box.arrow_box {
    margin-bottom: 45px;
  }
  .reserv_info_area .info_step_sec .info_step_area .box.arrow_box:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    background: url(../images/ico_step_arrow.svg) center no-repeat;
    bottom: -27px;
    left: 50%;
    margin-left: -8px;
  }
  .reserv_info_area .info_step_sec .info_step_area .box.step_prev:before {
    content: "";
    display: block;
    left: -140px;
    width: 140px;
    height: 15px;
    top: 50%;
    margin-top: -7px;
    position: absolute;
    background: url(../images/reserv_step_arrow2.svg) center no-repeat;
  }
  .reserv_info_area .info_step_sec .info_step_area .box.step_next2:before {
    content: "";
    display: block;
    left: 100%;
    width: 140px;
    height: 15px;
    top: 50%;
    margin-top: -7px;
    position: absolute;
    background: url(../images/reserv_step_arrow2.svg) center no-repeat;
    transform: rotate(180deg);
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box1 {
    width: calc(33.33% - 100px);
    position: relative;
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box1 .hd_box {
    position: relative;
    margin-bottom: 150px;
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box1 .hd_box dt {
    background: #1bbf5d;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box1 .hd_box dd {
    background: #fff;
    text-align: center;
    font-size: 20px;
    color: #000;
    line-height: 24px;
    padding: 17px 0;
    border: 1px solid #cccccc;
    border-top: 0;
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box1 .hd_box:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 79px;
    left: 50%;
    top: 119px;
    background: #ccc;
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box1 .hd_box:after {
    content: "";
    display: block;
    position: absolute;
    width: calc(50% + 140px);
    height: 86px;
    background: url(../images/reserv_step_arrow1.svg) right bottom no-repeat;
    left: 50%;
    top: 119px;
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box1 .step_next {
    position: absolute;
    font-size: 18px;
    line-height: 21px;
    color: #30b77c;
    left: 100%;
    top: 43px;
    width: 150px;
    text-align: center;
    background: url(../images/ico_next_step_arrow.svg) center no-repeat;
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box2 {
    width: calc(33.33% - 100px);
    position: relative;
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box2 .hd_box dt {
    background: #22a798;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box2 .hd_box dd {
    background: #fff;
    text-align: center;
    font-size: 20px;
    color: #000;
    line-height: 24px;
    padding: 17px 0;
    border: 1px solid #cccccc;
    border-top: 0;
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box3 {
    width: calc(33.33% - 100px);
    position: relative;
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box3 .hd_box {
    margin-bottom: 285px;
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box3 .hd_box dt {
    background: #4378b5;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box3 .hd_box dd {
    background: #fff;
    text-align: center;
    font-size: 20px;
    color: #000;
    line-height: 24px;
    padding: 17px 0;
    border: 1px solid #cccccc;
    border-top: 0;
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box3 .hd_box:after {
    content: "";
    display: block;
    position: absolute;
    width: calc(50% + 140px);
    height: 190px;
    background: url(../images/reserv_step_arrow3.svg) left bottom no-repeat;
    right: 50%;
    top: 119px;
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box3 .hd_box:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 184px;
    background: #ccc;
    right: 50%;
    top: 119px;
  }
  .emergency_sec .h_table {
    margin-top: 40px;
  }
  .emergency_sec .in_cont_tit + .h_table {
    margin-top: 0;
  }
  .emergency_sec:nth-child(n+2) {
    margin-top: 80px;
  }
  .emergency_sec.first_sec {
    padding-top: 50px;
  }
  .emergency_step {
    margin-top: 40px;
    background: #f4f5f9;
    padding: 56px 30px 40px;
    display: flex;
    justify-content: center;
  }
  .emergency_step ol {
    display: flex;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .emergency_step ol li {
    position: relative;
    width: 20%;
  }
  .emergency_step ol li:before {
    content: "";
    display: block;
    width: 12px;
    height: 21px;
    position: absolute;
    background: url(../images/ico_arrow12.svg) center no-repeat;
    top: 60px;
    left: -6px;
  }
  .emergency_step ol li:first-child:before {
    display: none;
  }
  .emergency_step ol li img {
    margin: 0 auto;
  }
  .emergency_step ol li p {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
  }
  .emergency_step ol li p.t_disc {
    font-size: 15px;
    margin-top: 5px;
    line-height: 17px;
    color: #707070;
  }
  .emergency_step ol li.flex_step {
    flex: 1;
    border: 1px solid #707070;
    background: #fff;
    padding: 25px 30px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    align-self: center;
    margin-left: 60px;
  }
  .emergency_step ol li.flex_step:before {
    width: 55px;
    height: 2px;
    background: #707070;
    left: -78px;
    top: 57px;
  }
  .emergency_step ol li.flex_step .dot_txt {
    position: relative;
    padding-left: 13px;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    text-align: left;
    margin: 0;
  }
  .emergency_step ol li.flex_step .dot_txt strong {
    font-weight: 700;
  }
  .emergency_step ol li.flex_step .dot_txt:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    top: 13px;
    background: #747784;
  }
  .kakaopay_emergency .kakaopay_top {
    display: flex;
    align-items: center;
  }
  .kakaopay_emergency .kakaopay_top .kakao_yell_box {
    margin-left: 10px;
    background: #ffeb00;
    padding: 8px 20px;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    border-radius: 20px;
  }
  .kakaopay_emergency .kakaopay_info {
    margin: 40px 0 50px;
  }
  .kakaopay_emergency .kakaopay_info dt {
    font-size: 35px;
    font-weight: 600;
    color: #000;
    line-height: 40px;
  }
  .kakaopay_emergency .kakaopay_info dd {
    margin-top: 17px;
    font-size: 18px;
    line-height: 30px;
    color: #707070;
  }
  .kakaopay_emergency .kakaopay_swiper .step_num {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #4378b5;
  }
  .kakaopay_emergency .kakaopay_swiper .step_disc {
    text-align: center;
    font-size: 18px;
    color: #000;
    position: relative;
    padding-bottom: 14px;
  }
  .kakaopay_emergency .kakaopay_swiper .step_disc:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 20px;
    height: 4px;
    background: #4378b5;
    margin-left: -10px;
  }
  .kakaopay_emergency .kakaopay_swiper .swiper-scrollbar {
    position: relative;
    bottom: 0;
  }
  .kakaopay_emergency .kakaopay_swiper .swiper-nav-area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
  .kakaopay_emergency .kakaopay_swiper .swiper-nav-area .swiper-button-prev {
    position: static;
    top: unset;
    right: unset;
    left: unset;
    margin-top: 0;
    color: #707070;
    width: 40px;
    height: 40px;
    border: 1px solid #cccccc;
    margin: 0 5px;
  }
  .kakaopay_emergency .kakaopay_swiper .swiper-nav-area .swiper-button-prev::after {
    font-size: 10px;
    font-weight: 700;
  }
  .kakaopay_emergency .kakaopay_swiper .swiper-nav-area .swiper-button-next {
    position: static;
    top: unset;
    right: unset;
    left: unset;
    margin-top: 0;
    color: #707070;
    width: 40px;
    height: 40px;
    border: 1px solid #cccccc;
    margin: 0 5px;
  }
  .kakaopay_emergency .kakaopay_swiper .swiper-nav-area .swiper-button-next::after {
    font-size: 10px;
    font-weight: 700;
  }
  .num_list {
    margin-top: 20px;
    counter-reset: colorcircle 0;
  }
  .num_list li {
    padding-left: 25px;
    margin-top: 10px;
    line-height: 26px;
    font-size: 18px;
    color: #707070;
    position: relative;
  }
  .num_list li:first-child {
    margin-top: 0;
  }
  .num_list li:before {
    position: absolute;
    top: 3px;
    left: 0;
    counter-increment: colorcircle 1;
    content: counter(colorcircle);
    color: #fff;
    font-size: 12px;
    z-index: 1;
    background: #4378b5;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .num_list li .strong {
    font-weight: 600;
    color: #000000;
  }
  .num_list li strong {
    font-weight: 600;
  }
  .num_list li.mt50 {
    margin-top: 50px;
  }
  .list_in_sec {
    padding: 20px 0 30px;
  }
  .list_in_sec dl {
    margin-top: 15px;
  }
  .list_in_sec dl:first-child {
    margin-top: 0;
  }
  .list_in_sec dl dt {
    font-size: 18px;
    color: #129ba9;
    font-weight: 600;
  }
  .list_in_sec dl dd {
    font-size: 18px;
    line-height: 30px;
    color: #707070;
  }
  .dot_list li {
    padding-left: 10px;
    margin-top: 10px;
    line-height: 26px;
    font-size: 18px;
    color: #707070;
    position: relative;
  }
  .dot_list li:first-child {
    margin-top: 0;
  }
  .dot_list li:before {
    content: "·";
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
  }
  .dot_list2 li {
    padding-left: 10px;
    margin-top: 10px;
    line-height: 24px;
    font-size: 15px;
    color: #000;
    position: relative;
  }
  .dot_list2 li:first-child {
    margin-top: 0;
  }
  .dot_list2 li:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    width: 4px;
    height: 4px;
    background: #000;
    left: 0;
  }
  .dot_list3 li {
    padding-left: 20px;
    margin-top: 10px;
    line-height: 25px;
    font-size: 18px;
    color: #707070;
    position: relative;
  }
  .dot_list3 li:first-child {
    margin-top: 0;
  }
  .dot_list3 li:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    width: 4px;
    height: 4px;
    background: #4378b5;
    left: 0;
  }
  .dot_list3 li .t_bk {
    color: #000;
    font-weight: 600;
  }
  .dot_list3 li strong {
    font-weight: 600;
  }
  .dot_list3.mt30 {
    margin-top: 30px;
  }
  .dot_list3.mt15 {
    margin-top: 15px;
  }
  .num_list + .cont_info {
    margin-top: 40px;
  }
  .cont_info dt {
    font-size: 18px;
    font-weight: 600;
    color: #4378b5;
    margin-top: 30px;
  }
  .cont_info dt:first-child {
    margin-top: 0;
  }
  .cont_info dd {
    margin-top: 5px;
    font-size: 18px;
    color: #707070;
    line-height: 23px;
  }
  .guide_area {
    margin-top: 50px;
  }
  .guide_area .guide_item {
    display: flex;
    padding: 40px 0;
    border-top: 1px solid #ccc;
  }
  .guide_area .guide_item:first-child {
    padding-top: 0;
    border-top: 0;
  }
  .guide_area .guide_item:last-child {
    padding-bottom: 0;
  }
  .guide_area .guide_item .item_ico {
    margin-right: 30px;
  }
  .guide_area .guide_item .item_info {
    flex: 1;
  }
  .guide_area .guide_item .item_info .item_info_tt {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
  }
  .guide_area .guide_item .item_info .num_list {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .guide_area .guide_item .item_info .item_info_txt {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
    color: #707070;
  }
  .info_alert + .document_list {
    margin-top: 30px;
  }
  .document_list ul {
    display: flex;
    flex-wrap: wrap;
  }
  .document_list ul li {
    width: calc(33.33% - 12px);
    margin-right: 18px;
    border: 1px solid #ccc;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 20px 30px;
  }
  .document_list ul li:nth-child(3n) {
    margin-right: 0;
  }
  .document_list ul li:nth-child(n+4) {
    margin-top: 18px;
  }
  .document_list ul li p {
    font-size: 18px;
    line-height: 21px;
    color: #333;
    width: calc(100% - 153px);
  }
  .document_list ul li .btn {
    margin-left: auto;
    width: 100px;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #333;
  }
  .document_list .ico_hangeul {
    width: 33px;
    height: 32px;
    background: url(../images/ico_hangeul.png) center no-repeat;
    background-size: 100%;
    margin-right: 10px;
  }
  .document_list .ico_word {
    width: 33px;
    height: 32px;
    background: url(../images/ico_word.png) center no-repeat;
    background-size: 100%;
    margin-right: 10px;
  }
  .document_list .ico_pptx {
    width: 33px;
    height: 32px;
    background: url(../images/ico_ppt.png) center no-repeat;
    background-size: 100%;
    margin-right: 10px;
  }
  .gray_dash_box {
    border: 1px dashed #ccc;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    padding: 35px 50px;
    margin-top: 25px;
  }
  .gray_dash_box .ico_useinfo_simbol {
    width: 110px;
    height: 110px;
    margin-right: 30px;
    background: url(../images/ico_info_img.png) center no-repeat;
    background-size: 100%;
  }
  .gray_dash_box dl dt {
    font-size: 20px;
    font-weight: 600;
    color: #333;
  }
  .gray_dash_box dl dd {
    margin-top: 10px;
    font-size: 18px;
    color: #333;
    line-height: 30px;
  }
  .h_table + .gray_dash_box {
    margin-top: 75px;
  }
  .unpaid_list {
    margin-top: 0px;
  }
  .unpaid_list .unpaid_sec {
    margin-top: 75px;
  }
  .unpaid_list .unpaid_sec:first-child {
    margin-top: 0;
  }
  .sub_list {
    margin-top: 50px;
  }
  .sub_list ul {
    display: flex;
    flex-wrap: wrap;
  }
  .sub_list ul li {
    width: calc(25% - 15px);
    margin-right: 20px;
  }
  .sub_list ul li:nth-child(4n) {
    margin-right: 0;
  }
  .sub_list ul li:nth-child(n+5) {
    margin-top: 20px;
  }
  .sub_list ul li a {
    display: flex;
    align-items: center;
    height: 130px;
    width: 100%;
    border: 1px solid #ccc;
    transition: 200ms;
    padding: 30px;
  }
  .sub_list ul li a .dpt_name {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-left: 20px;
    width: calc(100% - 90px);
  }
  .sub_list ul li a i {
    display: block;
    width: 70px;
    height: 70px;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
  }
  .sub_list ul li a i.ico_dpt1 {
    background-image: url(../images/ico_dpt1.svg);
  }
  .sub_list ul li a i.ico_dpt2 {
    background-image: url(../images/ico_dpt2.svg);
  }
  .sub_list ul li a i.ico_dpt3 {
    background-image: url(../images/ico_dpt3.svg);
  }
  .sub_list ul li a i.ico_dpt4 {
    background-image: url(../images/ico_dpt4.svg);
  }
  .sub_list ul li a i.ico_dpt5 {
    background-image: url(../images/ico_dpt5.svg);
  }
  .sub_list ul li a i.ico_dpt6 {
    background-image: url(../images/ico_dpt6.svg);
  }
  .sub_list ul li a i.ico_dpt7 {
    background-image: url(../images/ico_dpt7.svg);
  }
  .sub_list ul li a i.ico_dpt8 {
    background-image: url(../images/ico_dpt8.svg);
  }
  .sub_list ul li a i.ico_dpt9 {
    background-image: url(../images/ico_dpt9.svg);
  }
  .sub_list ul li a i.ico_dpt10 {
    background-image: url(../images/ico_dpt10.svg);
  }
  .sub_list ul li a i.ico_dpt11 {
    background-image: url(../images/ico_dpt11.svg);
  }
  .sub_list ul li a i.ico_dpt12 {
    background-image: url(../images/ico_dpt12.svg);
  }
  .sub_list ul li a i.ico_dpt13 {
    background-image: url(../images/ico_dpt13.svg);
  }
  .sub_list ul li a i.ico_dpt14 {
    background-image: url(../images/ico_dpt14.svg);
  }
  .sub_list ul li a i.ico_dpt15 {
    background-image: url(../images/ico_dpt15.svg);
  }
  .sub_list ul li a i.ico_dpt16 {
    background-image: url(../images/ico_dpt16.svg);
  }
  .sub_list ul li a i.ico_dpt17 {
    background-image: url(../images/ico_dpt17.svg);
  }
  .sub_list ul li a i.ico_dpt18 {
    background-image: url(../images/ico_dpt18.svg);
  }
  .sub_list ul li a i.ico_dpt19 {
    background-image: url(../images/ico_dpt19.svg);
  }
  .sub_list ul li a i.ico_dpt20 {
    background-image: url(../images/ico_dpt20.svg);
  }
  .sub_list ul li a i.ico_dpt21 {
    background-image: url(../images/ico_dpt21.svg);
  }
  .sub_list ul li a i.ico_dpt22 {
    background-image: url(../images/ico_dpt22.svg);
  }
  .sub_list ul li a i.ico_dpt23 {
    background-image: url(../images/ico_dpt23.svg);
  }
  .sub_list ul li a i.ico_dpt24 {
    background-image: url(../images/ico_dpt24.svg);
  }
  .sub_list ul li a i.ico_dpt25 {
    background-image: url(../images/ico_dpt25.svg);
  }
  .sub_list ul li a i.ico_dpt26 {
    background-image: url(../images/ico_dpt26.svg);
  }
  .sub_list ul li a i.ico_dpt27 {
    background-image: url(../images/ico_dpt27.svg);
  }
  .sub_list ul li a i.ico_dpt28 {
    background-image: url(../images/ico_dpt28.svg);
  }
  .sub_list ul li a i.ico_dpt29 {
    background-image: url(../images/ico_dpt29.svg);
  }
  .sub_list ul li a i.ico_dpt30 {
    background-image: url(../images/ico_dpt30.svg);
  }
  .sub_list ul li a i.ico_dpt31 {
    background-image: url(../images/ico_dpt31.svg);
  }
  .sub_list ul li a i.ico_dpt32 {
    background-image: url(../images/ico_dpt32.svg);
  }
  .sub_list ul li a i.ico_dpt33 {
    background-image: url(../images/ico_dpt33.svg);
  }
  .sub_list ul li a i.ico_dpt34 {
    background-image: url(../images/ico_dpt34.svg);
  }

  .sub_list ul li a i.ico_dpt35 {
    background-image: url(../images/ico_dpt35.svg);
  }


  .sub_list ul li a:hover {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
    border-color: #fff;
  }
  .medical_staff_list {
    display: flex;
    flex-wrap: wrap;
  }
  .medical_staff_list .medical_staff {
    width: calc(50% - 20px);
    border: 1px solid #ccc;
    border-top: 2px solid #0272b3;
    margin-right: 40px;
    text-align: left;
    display: flex;
    padding: 30px;
  }
  .medical_staff_list .medical_staff:nth-child(2n) {
    margin-right: 0;
  }
  .medical_staff_list .medical_staff:nth-child(n+3) {
    margin-top: 50px;
  }
  .medical_staff_list .medical_staff button {
    display: flex;
    width: 100%;
    height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid #0272b3;
    margin-top: 24px;
  }
  .medical_staff_list .medical_staff button span {
    font-size: 18px;
    font-weight: 500;
    color: #0272b3;
  }
  .medical_staff_list .medical_staff button .ico_calendar {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/hpcenter/ico_cal_off.svg) center no-repeat;
    margin-right: 10px;
  }
  .medical_staff_list .medical_staff button:hover {
    background: #0272b3;
  }
  .medical_staff_list .medical_staff button:hover span {
    color: #fff;
  }
  .medical_staff_list .medical_staff button:hover .ico_calendar {
    background: url(../images/hpcenter/ico_cal_on.svg) center no-repeat;
  }
  .medical_staff_list .medical_staff .ms_thumb {
    width: 150px;
    height: 180px;
    overflow: hidden;
  }
  .medical_staff_list .medical_staff .ms_thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .medical_staff_list .medical_staff .ms_cont {
    width: calc(100% - 180px);
    margin-left: auto;
  }
  .medical_staff_list .medical_staff .ms_cont .ms_tit {
    padding: 5px 0 15px;
    display: flex;
    align-items: center;
    border-bottom: 2px dashed #e2e2e2;
  }
  .medical_staff_list .medical_staff .ms_cont .ms_tit .name {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 30px;
  }
  .medical_staff_list .medical_staff .ms_cont .ms_tit .major {
    font-size: 18px;
    font-weight: 600;
    color: #0272b3;
    padding-left: 21px;
    position: relative;
    margin-left: 20px;
  }
  .medical_staff_list .medical_staff .ms_cont .ms_tit .major:before {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    background: #707070;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
  }
  .medical_staff_list .medical_staff .ms_cont dl {
    text-align: left;
    margin-top: 20px;
  }
  .medical_staff_list .medical_staff .ms_cont dl dt {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    line-height: 30px;
  }
  .medical_staff_list .medical_staff .ms_cont dl dd {
    margin-top: 15px;
  }
  .medical_staff_list .medical_staff .ms_cont dl dd li {
    font-size: 18px;
    line-height: 30px;
    color: #707070;
  }
  .pop .ms_detail_cont {
    background: #fff;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 60px 80px;
  }
  .pop .ms_detail_cont .pop_tit {
    border-bottom: 1px solid #707070;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
  }
  .pop .ms_detail_cont .pop_tit strong {
    font-size: 28px;
    font-weight: 600;
    color: #000;
  }
  .pop .ms_detail_cont .pop_tit .btn-pop-close {
    display: block;
    width: 25px;
    height: 25px;
    margin-left: auto;
    font-size: 0;
    line-height: 0;
    background: url(../images/ico_pop_close.svg) center no-repeat;
  }
  .pop .ms_detail_cont .pop_cont {
    padding-top: 40px;
    display: flex;
  }
  .pop .ms_detail_cont .pop_cont .ms_thumb {
    width: 320px;
    height: 435px;
    overflow: hidden;
  }
  .pop .ms_detail_cont .pop_cont .ms_thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont {
    width: calc(100% - 360px);
    margin-left: auto;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont .ms_tit {
    padding: 0 0 15px;
    display: flex;
    align-items: center;
    border-bottom: 2px dashed #e2e2e2;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont .ms_tit .name {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 30px;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont .ms_tit .major {
    font-size: 18px;
    font-weight: 600;
    color: #0272b3;
    padding-left: 21px;
    position: relative;
    margin-left: 20px;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont .ms_tit .major:before {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    background: #707070;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont dl {
    margin-top: 22px;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont dl dt {
    font-size: 20px;
    font-weight: 600;
    color: #0272b3;
    margin-top: 20px;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont dl dt:first-child {
    margin-top: 0;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont dl dd {
    margin-top: 10px;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont dl dd li {
    font-size: 18px;
    line-height: 30px;
    color: #555555;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont .medical_schedule table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont .medical_schedule table caption {
    display: none;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont .medical_schedule table thead th {
    border: 1px solid #cccccc;
    background: #f4f5f9;
    font-size: 18px;
    font-weight: 600;
    color: #555555;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont .medical_schedule table tbody td {
    border: 1px solid #cccccc;
    text-align: center;
    padding: 10px 5px;
    font-size: 18px;
    line-height: 24px;
    color: #555;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont .medical_schedule table tbody td strong {
    font-weight: 700;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont .medical_schedule table tbody td .t_small {
    font-size: 15px;
    line-height: 20px;
  }
  .in_cont_sec {
    margin-top: 80px;
  }
  .in_cont_sec:first-child {
    margin-top: 50px;
  }
  .in_cont_sec .in_cont_tit {
    font-size: 24px;
    font-weight: 600;
    color: #4378b5;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .in_cont_sec .in_cont_txt {
    font-size: 18px;
    line-height: 30px;
    color: #707070;
  }
  .in_cont_sec .in_cont_txt + .in_cont_flex {
    margin-top: 30px;
  }
  .in_cont_sec .in_cont_txt.mt15 {
    margin-top: 15px;
  }
  .in_cont_sec.mt50 {
    margin-top: 50px;
  }
  .in_cont_sec .in_cont_imgarea {
    margin-top: 50px;
    background: #f9f9f9;
    padding: 45px 0;
    text-align: center;
  }
  .in_cont_sec .in_cont_imgarea .in_cont_img_tit {
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
  }
  .in_cont_sec .in_cont_imgarea .in_cont_img_tit strong {
    font-weight: 500;
  }
  .in_cont_sec .in_cont_imgarea.mt0 {
    margin-top: 0;
  }
  .in_cont_sec .in_cont_imgarea .name {
    margin-top: 25px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_1_1 {
    display: flex;
    width: 90%;
    max-width: 1200px;
    justify-content: space-between;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_1_1 li {
    width: 115px;
    text-align: center;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_1_2 {
    display: flex;
    width: 90%;
    max-width: 850px;
    justify-content: space-between;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_1_2 .img {
    height: 116px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_1_2 .img img {
    height: 116px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_1 {
    display: flex;
    width: 90%;
    max-width: 1200px;
    justify-content: center;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_1 li {
    text-align: center;
    margin-left: 200px;
    position: relative;
    padding-bottom: 45px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_1 li:before {
    content: "";
    display: block;
    position: absolute;
    left: -105px;
    top: 55px;
    width: 12px;
    height: 21px;
    background: url(../images/in_cont_arrow.svg) center no-repeat;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_1 li:first-child {
    margin-left: 0;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_1 li:first-child:before {
    display: none;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_1 li .img {
    height: 114px;
    width: 114px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_1 li .img img {
    height: 114px;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_1 li .name {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    white-space: nowrap;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_2 {
    display: flex;
    width: 90%;
    max-width: 1200px;
    justify-content: center;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_2 li {
    text-align: center;
    margin-left: 200px;
    position: relative;
    padding-bottom: 45px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_2 li:before {
    content: "";
    display: block;
    position: absolute;
    left: -105px;
    top: 55px;
    width: 12px;
    height: 21px;
    background: url(../images/in_cont_arrow.svg) center no-repeat;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_2 li:first-child {
    margin-left: 0;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_2 li:first-child:before {
    display: none;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_2 li .img {
    height: 116px;
    width: 158px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_2 li .img img {
    height: 116px;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_2 li .name {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    white-space: nowrap;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_2 li .disc {
    font-size: 15px;
    color: #707070;
    line-height: 20px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 0);
    white-space: nowrap;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_3 {
    display: flex;
    width: 90%;
    max-width: 800px;
    justify-content: center;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_3 li {
    text-align: center;
    margin-left: 200px;
    position: relative;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_3 li:before {
    content: "";
    display: block;
    position: absolute;
    left: -105px;
    top: 55px;
    width: 12px;
    height: 21px;
    background: url(../images/in_cont_arrow.svg) center no-repeat;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_3 li:first-child, .in_cont_sec .in_cont_imgarea .imgarea2_2_2_3 li:nth-child(4) {
    margin-left: 0;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_3 li:first-child:before, .in_cont_sec .in_cont_imgarea .imgarea2_2_2_3 li:nth-child(4):before {
    display: none;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_3 li:nth-child(n+4) {
    margin-top: 80px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_3 li .img {
    height: 114px;
    width: 114px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_3 li .img img {
    height: 114px;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_3 li .img2 {
    height: 116px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_3 li .img2 img {
    height: 116px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_4 {
    display: flex;
    width: 90%;
    justify-content: center;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_4 li {
    margin: 0 40px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_4 .img {
    height: 116px;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_4 .img img {
    height: 116px;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_5_1 {
    display: flex;
    width: 90%;
    justify-content: center;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_5_1 li {
    margin: 0 40px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_5_1 .img {
    height: 113px;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_5_1 .img img {
    height: 113px;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_5_2 {
    display: flex;
    width: 90%;
    justify-content: center;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_5_2 li {
    margin: 0 40px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_5_2 .img {
    height: 116px;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_5_2 .img img {
    height: 116px;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_6 {
    display: flex;
    width: 90%;
    max-width: 1200px;
    justify-content: center;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_6 li {
    text-align: center;
    margin-left: 150px;
    position: relative;
    padding-bottom: 45px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_6 li:first-child {
    margin-left: 0;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_6 li .img {
    height: 116px;
    width: 158px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_6 li .img img {
    height: 116px;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_6 li .name {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    white-space: nowrap;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_6 li .disc {
    font-size: 15px;
    color: #707070;
    line-height: 20px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 0);
    white-space: nowrap;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_9 {
    display: flex;
    width: 90%;
    max-width: 1200px;
    justify-content: center;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_9 li {
    text-align: center;
    margin-left: 100px;
    position: relative;
    padding-bottom: 45px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_9 li:first-child {
    margin-left: 0;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_9 li .img img {
    height: 113px;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_9 li .name {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    white-space: nowrap;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_10 {
    display: flex;
    width: 90%;
    justify-content: center;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_10 li {
    width: 158px;
    margin: 0 35px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_10 .img {
    height: 116px;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_10 .img img {
    height: 116px;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .img_ct {
    max-width: 749px;
    margin: 0 auto;
  }
  .in_cont_sec .td_thumb_226 {
    max-width: 230px;
  }
  .in_cont_sec .in_dash_box {
    margin-top: 30px;
    border: 1px dashed #ccc;
    background: #f9f9f9;
    padding: 30px;
  }
  .in_cont_sec .in_dash_box dt {
    font-size: 20px;
    font-weight: 600;
    color: #4378b5;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .in_cont_sec .in_dash_box dd li {
    font-size: 18px;
    line-height: 30px;
    color: #707070;
  }
  .in_cont_sec .in_cont_flex {
    display: flex;
  }
  .in_cont_sec .in_cont_flex .h_table {
    width: calc(100% - 208px);
    margin-top: 0;
  }
  .in_cont_sec .in_cont_flex .v_table2 {
    width: calc(100% - 208px);
    margin-top: 0;
  }
  .in_cont_sec .in_cont_flex .flex_in_left {
    width: calc(100% - 208px);
  }
  .in_cont_sec .in_cont_flex .flex_in_img {
    width: 158px;
    margin-left: 50px;
  }
  .in_cont_sec .in_cont_flex .flex_in_left2 {
    width: calc(100% - 280px);
  }
  .in_cont_sec .in_cont_flex .flex_in_img2 {
    width: 230px;
    margin-left: 50px;
  }
  .in_cont_sec .in_cont_flex .wd33p {
    width: 33.33%;
  }
  .in_cont_sec .in_cont_flex .half {
    width: calc(50% - 20px);
  }
  .in_cont_sec .in_cont_flex .half:nth-child(2) {
    margin-left: auto;
  }
  .in_cont_sec .in_cont_223 .cont_item {
    border-bottom: 1px solid #ccc;
    display: flex;
    padding: 30px 0;
    width: 100%;
  }
  .in_cont_sec .in_cont_223 .cont_item:first-child {
    padding-top: 0;
  }
  .in_cont_sec .in_cont_223 .cont_item i {
    display: block;
    width: 90px;
    margin-right: 50px;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 90px;
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_1 {
    background-image: url(../images/ico_cont_223_1.svg);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_2 {
    background-image: url(../images/ico_cont_223_2.svg);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_3 {
    background-image: url(../images/ico_cont_223_3.svg);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_4 {
    background-image: url(../images/ico_cont_223_4.svg);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_5 {
    background-image: url(../images/ico_cont_223_5.svg);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_6 {
    background-image: url(../images/ico_cont_223_6.svg);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_7 {
    background-image: url(../images/ico_cont_223_7.svg);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_8 {
    background-image: url(../images/ico_cont_223_8.svg);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_9 {
    background-image: url(../images/ico_cont_223_9.svg);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_10 {
    background-image: url(../images/ico_cont_223_10.svg);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_11 {
    background-image: url(../images/ico_cont_223_11.svg);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_12 {
    background-image: url(../images/ico_cont_223_12.svg);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_13 {
    background-image: url(../images/ico_cont_223_13.svg);
  }


  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_21 {
    background-image: url(../images/mnimg_01.png);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_22 {
    background-image: url(../images/mnimg_02.png);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_23 {
    background-image: url(../images/mnimg_03.png);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_24 {
    background-image: url(../images/mnimg_04.png);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_25 {
    background-image: url(../images/mnimg_05.png);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_26 {
    background-image: url(../images/mnimg_06.png);
  }



  .in_cont_sec .in_cont_223 .cont_item .in_cont_area {
    width: calc(100% - 420px);
  }
  .in_cont_sec .in_cont_223 .cont_item .in_cont_area dt {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
  }
  .in_cont_sec .in_cont_223 .cont_item .in_cont_area dd {
    font-size: 18px;
    line-height: 30px;
    color: #707070;
  }
  .in_tnumb_228 {
    margin-top: 50px;
  }
  .mt10 {
    margin-top: 10px;
  }
  .mt80 {
    margin-top: 80px !important;
  }
  .greetings_bg {
    background: url(../images/greetings_bg.svg) center calc(100% + 80px) no-repeat;
  }
  .greetings_area {
    padding-top: 85px;
    position: relative;
  }
  .greetings_area .hd_img {
    max-width: 442px;
    position: absolute;
    top: 50px;
    left: 0;
  }
  .greetings_area .hd_img .hd_name {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-top: 2px;
    background: transparent linear-gradient(90deg, rgb(25, 168, 206) 0%, rgb(1, 111, 177) 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px rgba(55, 128, 193, 0.61);
    width: 175px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
  }
  .greetings_area .hd_img .hd_name strong {
    font-size: 24px;
    font-weight: 600;
    margin-left: 10px;
  }
  .greetings_area .hd_cont {
    background: #f4f5f9;
    margin: 0 0 0 35px;
    height: 670px;
    padding-left: 515px;
    padding-right: 30px;
    display: flex;
    align-items: center;
  }
  .greetings_area .hd_cont dl {
    flex: 1;
  }
  .greetings_area .hd_cont dt {
    font-size: 36px;
    line-height: 50px;
    color: #4378b5;
    font-weight: 600;
  }
  .greetings_area .hd_cont dt .t_bk {
    color: #333;
  }
  .greetings_area .hd_cont dd {
    margin-top: 40px;
    font-size: 20px;
    line-height: 30px;
    color: #707070;
  }
  .vision_area {
    padding-top: 40px;
  }
  .vision_area .vision_item {
    display: flex;
    align-items: center;
    margin-top: 30px;
    position: relative;
  }
  .vision_area .vision_item:before {
    content: "";
    display: block;
    width: 230px;
    height: 230px;
    border-radius: 115px;
    position: absolute;
    top: 0;
    left: 118px;
    border-width: 60px;
    border-style: solid;
  }
  .vision_area .vision_item:first-child {
    margin-top: 0;
  }
  .vision_area .vision_item .vision_simbol {
    width: 230px;
    height: 230px;
    border-radius: 115px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .vision_area .vision_item .vision_simbol span {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    color: #fff;
  }
  .vision_area .vision_item .vision_simbol:before {
    content: "";
    display: block;
    width: 220px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 230px;
  }
  .vision_area .vision_item:nth-child(odd)::before {
    border-color: rgba(18, 155, 169, 0.1);
  }
  .vision_area .vision_item:nth-child(odd) .vision_simbol {
    background: #129ba9;
  }
  .vision_area .vision_item:nth-child(odd) .vision_simbol:before {
    background: #129ba9;
  }
  .vision_area .vision_item:nth-child(even)::before {
    border-color: rgba(67, 120, 181, 0.1);
  }
  .vision_area .vision_item:nth-child(even) .vision_simbol {
    background: #4378b5;
  }
  .vision_area .vision_item:nth-child(even) .vision_simbol:before {
    background: #4378b5;
  }
  .vision_area .vision_item .vision_cont {
    margin-left: 242px;
  }
  .vision_area .vision_item .vision_cont .dot_list3 li {
    color: #333333;
  }
  .vision_area .vision_item .vision_cont .t_emerald {
    color: #129ba9;
  }
  .vision_area .vision_item .vision_cont .t_blue {
    color: #4378b5;
  }
  .history_bg {
    background: url(../images/history_bg.svg) right bottom no-repeat;
  }
  .histroy_area {
    position: relative;
  }
  .histroy_area .history_item {
    padding-bottom: 50px;
    width: 50%;
    position: relative;
  }
  .histroy_area .history_item:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 22px;
    background: #cccccc;
  }
  .histroy_area .history_item:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #4378b5;
    top: 19px;
  }
  .histroy_area .history_item:last-child {
    padding-bottom: 0;
  }
  .histroy_area .history_item:last-child:before {
    display: none;
  }
  .histroy_area .history_item ul {
    margin-top: 10px;
  }
  .histroy_area .history_item ul li {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }
  .histroy_area .history_item ul li:first-child {
    margin-top: 0;
  }
  .histroy_area .history_item ul li .year {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #4378b5;
    width: 65px;
  }
  .histroy_area .history_item ul li .disc {
    font-size: 20px;
    line-height: 24px;
    color: #333;
    flex: 1;
  }
  .histroy_area .history_item:nth-child(odd) {
    margin-left: auto;
    padding-left: 55px;
  }
  .histroy_area .history_item:nth-child(odd):before {
    left: 0;
  }
  .histroy_area .history_item:nth-child(odd):after {
    left: -6px;
  }
  .histroy_area .history_item:nth-child(odd) .year {
    margin-right: 5px;
  }
  .histroy_area .history_item:nth-child(even) {
    text-align: right;
    padding-right: 55px;
  }
  .histroy_area .history_item:nth-child(even):before {
    right: 0;
  }
  .histroy_area .history_item:nth-child(even):after {
    right: -6px;
  }
  .histroy_area .history_item:nth-child(even) li {
    justify-content: flex-end;
    flex-direction: row-reverse;
  }
  .histroy_area .history_item:nth-child(even) li .year {
    margin-left: 5px;
  }
  .histroy_area .history_item .history_year {
    font-size: 40px;
    line-height: 48px;
    font-weight: 300;
    color: #4378b5;
  }
  .ci_area {
    padding-top: 50px;
  }
  .ci_area .ci_sec {
    margin-top: 85px;
  }
  .ci_area .ci_sec:first-child {
    margin-top: 0;
  }
  .ci_area .ci_sec .ci_tit {
    display: flex;
    align-items: center;
  }
  .ci_area .ci_sec .ci_tit strong {
    font-size: 28px;
    color: #4378b5;
    font-weight: 600;
  }
  .ci_area .ci_sec .ci_tit span {
    font-size: 18px;
    color: #707070;
    margin-left: 10px;
  }
  .ci_area .ci_sec .ci_cont {
    display: flex;
    align-items: flex-end;
  }
  .ci_area .ci_sec .ci_cont .ci_txt1 {
    padding-bottom: 70px;
    margin-left: 65px;
    flex: 1;
  }
  .ci_area .ci_sec .ci_cont .ci_txt1 dt {
    font-size: 24px;
    font-weight: 600;
    color: #129ba9;
    line-height: 29px;
  }
  .ci_area .ci_sec .ci_cont .ci_txt1 dd {
    margin-top: 5px;
    font-size: 18px;
    line-height: 30px;
    color: #707070;
  }
  .ci_area .ci_sec .ci_cont .ci_txt1 .ci_info {
    margin-top: 20px;
  }
  .ci_area .ci_sec .ci_cont .ci_txt2 {
    margin-left: 100px;
    flex: 1;
  }
  .ci_area .ci_sec .ci_cont .ci_txt3 {
    margin-left: 100px;
    padding-bottom: 20px;
    flex: 1;
  }
  .ci_area .ci_sec .ci_cont .ci_info {
    font-size: 15px;
    line-height: 18px;
    color: #be2828;
    padding-left: 15px;
    text-indent: -15px;
  }
  .organization_chart {
    margin-top: 50px;
    /* background: #f4f5f9;
    padding: 97px 50px 70px;*/
  }
  .organization_chart .oc_item {
    max-width: 300px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .organization_chart .oc_item.green_bg {
    background: #1bbf5d;
    position: relative;
  }
  .organization_chart .oc_item.green_bg:before {
    content: "";
    display: block;
    position: absolute;
    top: 60px;
    left: 50%;
    width: 1px;
    height: 200px;
    background: #ccc;
  }
  .organization_chart .oc_item p {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
  }
  .organization_chart .oc_flex1 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 10px;
  }
  .organization_chart .oc_flex1:before {
    content: "";
    display: block;
    width: 360px;
    top: 50%;
    height: 1px;
    left: 50%;
    margin-left: -180px;
    background: #ccc;
    position: absolute;
  }
  .organization_chart .oc_flex1 .oc_box {
    flex: 1;
    max-width: 300px;
  }
  .organization_chart .oc_flex1 .oc_box:nth-child(n+2) {
    margin-left: 360px;
  }
  .organization_chart .oc_flex1 .oc_item {
    background: #22a798;
  }
  .organization_chart .oc_flex1 .oc_item p:nth-child(n+2) {
    border-top: 1px solid rgba(232, 232, 232, 0.5);
  }
  .organization_chart .oc_flex2 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 40px;
  }
  .organization_chart .oc_flex2:before {
    content: "";
    display: block;
    width: 360px;
    top: 50%;
    height: 1px;
    left: 50%;
    margin-left: -180px;
    background: #ccc;
    position: absolute;
  }
  .organization_chart .oc_flex2 .oc_box {
    flex: 1;
    max-width: 300px;
  }
  .organization_chart .oc_flex2 .oc_box:nth-child(n+2) {
    margin-left: 360px;
  }
  .organization_chart .oc_flex2 .oc_item {
    background: #4378b5;
    position: relative;
  }
  .organization_chart .oc_flex2 .oc_item:before {
    content: "";
    display: block;
    position: absolute;
    top: 60px;
    left: 50%;
    width: 1px;
    height: 39px;
    background: #ccc;
  }
  .organization_chart .oc_flex3 {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
  }
  .organization_chart .oc_flex3 .oc_flex_in {
    width: calc(50% - 15px);
    display: flex;
    position: relative;
  }
  .organization_chart .oc_flex3 .oc_flex_in:nth-child(1):before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 51.5%;
    top: -40px;
    background: #ccc;
    left: 24%;
  }
  .organization_chart .oc_flex3 .oc_flex_in:nth-child(2):before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 68.6%;
    top: -40px;
    background: #ccc;
    left: 15.5%;
  }
  .organization_chart .oc_flex3 .oc_box {
    flex: 1;
    position: relative;
  }
  .organization_chart .oc_flex3 .oc_box:before {
    content: "";
    display: block;
    position: absolute;
    top: -40px;
    left: calc(50% - 2px);
    width: 1px;
    height: 40px;
    background: #ccc;
  }
  .organization_chart .oc_flex3 .oc_box:nth-child(n+2) {
    margin-left: 20px;
  }
  .organization_chart .oc_flex3 .oc_item {
    background: #fff;
    border: 1px solid #ddd;
    margin-top: 10px;
  }
  .organization_chart .oc_flex3 .oc_item:first-child {
    margin-top: 0;
  }
  .organization_chart .oc_flex3 .oc_item p {
    color: #707070;
  }
  .floor_wrap {
    margin-top: 50px;
  }
  .floor_wrap .floor_sec:first-child .floor_info {
    border-top: 1px solid #ccc;
  }
  .floor_wrap .floor_sec .floor_info {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid transparent;
    border-left: 1px solid #e5e5e5;
  }
  .floor_wrap .floor_sec .floor_info button {
    display: flex;
    width: 100%;
    align-items: stretch;
  }
  .floor_wrap .floor_sec .floor_info button .floor_label {
    width: 60px;
    background: #e5e5e5;
    text-align: center;
    font-size: 18px;
    color: #000;
    line-height: 21px;
    padding: 20px 0;
  }
  .floor_wrap .floor_sec .floor_info button .floor_info_cont {
    flex: 1;
    padding: 8px 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .floor_wrap .floor_sec .floor_info button .floor_info_cont span {
    font-size: 20px;
    line-height: 21px;
    padding: 12px 0;
    color: #707070;
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
  }
  .floor_wrap .floor_sec .floor_info button .floor_info_cont span:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    background: #ccc;
    height: 16px;
    margin-top: -8px;
  }
  .floor_wrap .floor_sec .floor_info button .floor_info_cont span:last-child {
    padding-right: 0;
    margin-right: 0;
  }
  .floor_wrap .floor_sec .floor_info button .floor_info_cont span:last-child:before {
    display: none;
  }
  .floor_wrap .floor_sec .floor_img_area {
    max-height: 0;
    overflow: hidden;
    background: #f9f9f9;
    transition: 500ms;
  }
  .floor_wrap .floor_sec .floor_img_area .floor_slide_area {
    padding: 30px 0;
    position: relative;
    border-bottom: 1px solid #ccc;
  }
  .floor_wrap .floor_sec .floor_img_area .floor_slide_area .swiper {
    max-width: 650px;
    margin: 0 auto;
  }
  .floor_wrap .floor_sec .floor_img_area .floor_slide_area .swiper .swiper-wrapper {
    align-items: center;
  }
  .floor_wrap .floor_sec .floor_img_area .floor_slide_area .swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .floor_wrap .floor_sec .floor_img_area .floor_slide_area .swiper-button-prev {
    left: 50%;
    margin-left: -400px;
    color: #bbb;
    --swiper-navigation-size: 27px;
  }
  .floor_wrap .floor_sec .floor_img_area .floor_slide_area .swiper-button-next {
    left: 50%;
    margin-left: 373px;
    color: #bbb;
    --swiper-navigation-size: 27px;
  }
  .floor_wrap .floor_sec .floor_img_area .floor_slide_area .swiper-pagination {
    display: none;
  }
  .floor_wrap .floor_sec.active_sec {
    margin-top: -1px;
  }
  .floor_wrap .floor_sec.active_sec .floor_info {
    border: 1px solid #208fd1;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  }
  .floor_wrap .floor_sec.active_sec .floor_info .floor_label {
    color: #fff;
    background: rgb(25, 168, 206);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgb(25, 168, 206)), color-stop(100%, rgb(1, 111, 177)));
    background: linear-gradient(to right, rgb(25, 168, 206) 0%, rgb(1, 111, 177) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#19a8ce", endColorstr="#016fb1", GradientType=1 );
  }
  .floor_wrap .floor_sec.active_sec .floor_info .floor_info_cont span {
    color: #208fd1;
    font-weight: 600;
  }
  .floor_wrap .floor_sec.active_sec .floor_img_area {
    max-height: 900px;
  }
  .location_wrap {
    padding-top: 50px;
  }
  .location_wrap .map_area {
    position: relative;
    padding-bottom: 50%;
    border: 1px solid #ccc;
  }
  .location_wrap .map_area iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
  }
  .location_wrap .location_area {
    margin-top: 70px;
  }
  .location_wrap .location_area .loca_sec {
    display: flex;
    width: 100%;
  }
  .location_wrap .location_area .loca_sec2 {
    box-shadow: 10px 0px 40px rgba(0, 0, 0, 0.07);
    display: flex;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  .location_wrap .location_area .loca_sec:nth-child(n+2) {
    margin-top: 55px;
    border-top: 1px solid #ccc;
    padding-top: 50px;
  }
  .location_wrap .location_area .loca_sec .ico_loca1 {
    display: block;
    width: 65px;
    height: 70px;
    background: url(../images/ico_loca1.svg) center no-repeat;
  }
  .location_wrap .location_area .loca_sec .ico_loca2 {
    display: block;
    width: 75px;
    height: 72px;
    background: url(../images/ico_loca2.svg) center no-repeat;
  }
  .location_wrap .location_area .loca_sec .ico_loca3 {
    display: block;
    width: 76px;
    height: 86px;
    background: url(../images/ico_loca3.svg) center no-repeat;
  }
  .location_wrap .location_area .loca_sec .ico_loca4 {
    display: block;
    width: 76px;
    height: 86px;
    background: url(../images/ico_loca4.svg) center no-repeat;
  }
  .location_wrap .location_area .loca_sec .loca_cont {
    width: calc(100% - 110px);
    margin-left: auto;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_tit {
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;
    color: #4378b5;
    padding-top: 20px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list {
    margin-top: 15px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li {
    margin-top: 12px;
    display: flex;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li:first-child {
    margin-top: 0;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #0d64b7;
    margin-right: 5px;
    margin-top: 8px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li .label {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-right: 5px;
    line-height: 21px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li .loca_box {
    display: flex;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li .loca_box span {
    font-size: 18px;
    line-height: 21px;
    color: #707070;
    padding-left: 15px;
    margin-left: 12px;
    position: relative;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li .loca_box span:before {
    content: "";
    display: block;
    width: 5px;
    height: 8px;
    background: url(../images/ico_arrow_blue.svg) center no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li .loca_box span:first-child {
    padding-left: 0;
    margin-left: 0;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li .loca_box span:first-child:before {
    display: none;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_info_wrap .loca_info {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_info_wrap .loca_info .loca_info_tit {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_info_wrap .loca_info .loca_info_tit:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #0d64b7;
    margin-right: 5px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_info_wrap .loca_info:nth-child(1) picture {
    margin-left: -5px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_info_wrap .loca_info:nth-child(2) .loca_info_tit {
    margin-bottom: 0;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_info_wrap .loca_info:nth-child(2) picture {
    margin-left: -45px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_metro {
    margin-top: 20px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_metro li {
    display: flex;
    align-items: center;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_metro li .metro_line {
    width: 27px;
    height: 27px;
    border-radius: 14px;
    background: #129ba9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    margin-right: 12px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_metro li:nth-child(n+2) {
    margin-top: 12px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_metro li .metro_txt {
    font-size: 18px;
    color: #000;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_metro li .metro_txt .t_emerald {
    color: #129ba9;
    font-weight: 600;
  }
  .location_wrap .location_area .loca_sec .loca_cont .shuttle_area {
    display: flex;
  }
  .location_wrap .location_area .loca_sec .loca_cont .shuttle_area .shuttle_timetable {
    margin-left: auto;
  }
  .location_wrap .location_area .loca_sec .loca_cont .shuttle_area .shuttle_timetable .tit {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    position: relative;
  }
  .location_wrap .location_area .loca_sec .loca_cont .shuttle_area .shuttle_timetable .time_img {
    max-width: 564px;
    margin-top: -10px;
  }
}
@media (min-width: 768px) and (max-width: 1209px) {
  .sub_visual {
    border-bottom: 1px solid #ccc;
    height: 220px;
    position: relative;
  }
  .sub_visual img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sub_visual .vi_txt {
    position: absolute;
    top: 0;
    height: 220px;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: 500;
    color: #fff;
  }
  .breadcrumb {
    border-bottom: 1px solid #ccc;
    height: 50px;
  }
  .breadcrumb .section {
    display: flex;
    align-items: center;
    height: 50px;
  }
  .breadcrumb .section .link_home {
    padding: 0 20px 0 0;
    position: relative;
  }
  .breadcrumb .section .link_home:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    right: 0;
    height: 15px;
    top: 50%;
    margin-top: -7px;
    background: #ccc;
  }
  .breadcrumb .section .link_home .ico_home {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/ico_home.svg) center no-repeat;
  }
  .breadcrumb .section .link_sec {
    height: 49px;
    position: relative;
  }
  .breadcrumb .section .link_sec:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    right: 0;
    height: 15px;
    top: 50%;
    margin-top: -7px;
    background: #ccc;
  }
  .breadcrumb .section .link_sec .link_active {
    min-width: 260px;
    padding: 0 35px 0 20px;
    height: 49px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #707070;
    position: relative;
  }
  .breadcrumb .section .link_sec .link_active:after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
    width: 13px;
    height: 7px;
    background: url(../images/ico_nav_arrow.svg) center no-repeat;
    transition: 300ms;
  }
  .breadcrumb .section .link_sec .link_list {
    visibility: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    position: absolute;
    transform: scale(1, 0);
    opacity: 0;
    top: 49px;
    left: 0;
    width: 100%;
    border: 1px solid #cccccc;
    border-top: 0;
    background: #fff;
    transition: 300ms;
    transform-origin: top;
  }
  .breadcrumb .section .link_sec .link_list li a {
    display: block;
    font-size: 18px;
    color: #707070;
    line-height: 24px;
    padding: 13px 20px;
  }
  .breadcrumb .section .link_sec .link_list li a:hover {
    color: #fff;
    background: #226dde;
  }
  .breadcrumb .section .link_sec.open .link_active:after {
    transform: rotate(180deg);
  }
  .breadcrumb .section .link_sec.open .link_list {
    visibility: visible;
    transform: scale(1, 1);
    opacity: 1;
  }
  .content {
    padding: 40px 20px 100px;
  }
  .content .cont_tit {
    font-size: 35px;
    line-height: 37px;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
  }
  .content .info_tit {
    font-size: 28px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    padding-left: 22px;
    position: relative;
  }
  .content .info_tit:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    border: 3px solid #4378b5;
    border-radius: 6px;
  }
  .content .info_disc {
    padding: 22px 0 0 22px;
    font-size: 18px;
    color: #707070;
    font-weight: 400;
    line-height: 21px;
  }
  .reserv_info_area {
    padding: 50px 0 0;
  }
  .reserv_info_area .info_sec_flex {
    margin-bottom: 80px;
  }
  .reserv_info_area .info_sec_flex .info_sec {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 30px;
  }
  .reserv_info_area .info_sec_flex .info_sec .btn_go {
    margin-left: auto;
    width: 160px;
    height: 160px;
    border-radius: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .reserv_info_area .info_sec_flex .info_sec .btn_go span {
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    font-weight: 500;
  }
  .reserv_info_area .info_sec_flex .info_sec .btn_go .ico_go_arrow {
    display: block;
    width: 50px;
    height: 24px;
    background: url(../images/ico_go.svg) center no-repeat;
    margin: 10px 0 -10px;
  }
  .reserv_info_area .info_sec_flex .info_sec .info_left {
    display: flex;
    align-items: center;
  }
  .reserv_info_area .info_sec_flex .info_sec .info_left .ico_clock {
    display: block;
    width: 82px;
    height: 82px;
    background: url(../images/ico_clock.svg) center no-repeat;
  }
  .reserv_info_area .info_sec_flex .info_sec .info_left .ico_calendar {
    display: block;
    width: 82px;
    height: 82px;
    background: url(../images/ico_calendar.svg) center no-repeat;
  }
  .reserv_info_area .info_sec_flex .info_sec .info_left .ico_cs01 {
    display: block;
    width: 92px;
    height: 92px;
    background: url(../images/ico_cs01.svg) center no-repeat;
  }
  .reserv_info_area .info_sec_flex .info_sec .info_left .ico_cs02 {
    display: block;
    width: 92px;
    height: 92px;
    background: url(../images/ico_cs02.svg) center no-repeat;
  }
  .reserv_info_area .info_sec_flex .info_sec .info_left .ico_reserv01 {
    display: block;
    width: 92px;
    height: 74px;
    background: url(../images/ico_reserv01.svg) center no-repeat;
  }
  .reserv_info_area .info_sec_flex .info_sec .info_left .ico_reserv02 {
    display: block;
    width: 92px;
    height: 74px;
    background: url(../images/ico_reserv02.svg) center no-repeat;
  }
  .reserv_info_area .info_sec_flex .info_sec .info_left dl {
    margin-left: 20px;
  }
  .reserv_info_area .info_sec_flex .info_sec .info_left dl dt {
    font-size: 40px;
    font-weight: 600;
    line-height: 42px;
  }
  .reserv_info_area .info_sec_flex .info_sec .info_left dl dd {
    font-size: 18px;
    line-height: 25px;
    color: #707070;
    margin-top: 10px;
    height: 75px;
  }
  .reserv_info_area .info_sec_flex .info_sec .info_left dl dd .t_emerald {
    color: #129ba9;
  }
  .reserv_info_area .info_sec_flex .info_sec.type01:hover {
    border-color: #129ba9;
  }
  .reserv_info_area .info_sec_flex .info_sec.type01 .info_left dt {
    color: #129ba9;
  }
  .reserv_info_area .info_sec_flex .info_sec.type01 .btn_go {
    background: #129ba9;
  }
  .reserv_info_area .info_sec_flex .info_sec.type02:hover {
    border-color: #4378b5;
  }
  .reserv_info_area .info_sec_flex .info_sec.type02 .info_left dt {
    color: #4378b5;
  }
  .reserv_info_area .info_sec_flex .info_sec.type02 .btn_go {
    background: #4378b5;
  }
  .reserv_info_area .info_sec_flex .info_sec:nth-child(n+2) {
    margin-top: 20px;
  }
  .reserv_info_area .info_time_sec .info_box_area {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .reserv_info_area .info_time_sec .info_box_area .info_box {
    border: 1px solid #ccc;
    border-radius: 15px;
    width: calc(20% - 5px);
    padding: 30px 10px;
  }
  .reserv_info_area .info_time_sec .info_box_area .info_box .ico_reserv1 {
    display: block;
    width: 52px;
    height: 52px;
    margin: 0 auto;
    background: url(../images/reserv_ico1.svg) center no-repeat;
  }
  .reserv_info_area .info_time_sec .info_box_area .info_box .ico_reserv2 {
    display: block;
    width: 52px;
    height: 52px;
    margin: 0 auto;
    background: url(../images/reserv_ico2.svg) center no-repeat;
  }
  .reserv_info_area .info_time_sec .info_box_area .info_box .ico_reserv3 {
    display: block;
    width: 52px;
    height: 52px;
    margin: 0 auto;
    background: url(../images/reserv_ico3.svg) center no-repeat;
  }
  .reserv_info_area .info_time_sec .info_box_area .info_box .ico_reserv4 {
    display: block;
    width: 52px;
    height: 52px;
    margin: 0 auto;
    background: url(../images/reserv_ico4.svg) center no-repeat;
  }
  .reserv_info_area .info_time_sec .info_box_area .info_box .ico_reserv5 {
    display: block;
    width: 52px;
    height: 52px;
    margin: 0 auto;
    background: url(../images/reserv_ico5.svg) center no-repeat;
  }
  .reserv_info_area .info_time_sec .info_box_area .info_box .info_box_tit {
    text-align: center;
    margin-top: 18px;
    padding: 21px 0 0;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #129ba9;
  }
  .reserv_info_area .info_time_sec .info_box_area .info_box .info_box_tit:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 16px;
    height: 1px;
    background: #129ba9;
    margin-left: -8px;
  }
  .reserv_info_area .info_time_sec .info_box_area .info_box .info_box_time {
    text-align: center;
    margin-top: 5px;
    font-size: 18px;
    color: #000;
    line-height: 24px;
  }
  .reserv_info_area .info_time_sec .info_box_area .info_box .info_box_disc {
    text-align: center;
    font-size: 15px;
    color: #707070;
    margin-top: 5px;
  }
  .reserv_info_area .info_step_sec {
    margin-top: 80px;
  }
  .reserv_info_area .info_step_sec .info_step_area {
    margin-top: 50px;
    background: #f4f5f9;
    padding: 80px 30px;
    display: flex;
    justify-content: space-between;
  }
  .reserv_info_area .info_step_sec .info_step_area .box {
    position: relative;
  }
  .reserv_info_area .info_step_sec .info_step_area .box.line_box {
    background: #fff;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 15px;
    color: #000;
    line-height: 24px;
    padding: 17px 0;
  }
  .reserv_info_area .info_step_sec .info_step_area .box.end_box {
    background: #fff;
    border: 3px solid #707070;
    text-align: center;
    font-size: 15px;
    color: #000;
    line-height: 24px;
    padding: 15px 0;
  }
  .reserv_info_area .info_step_sec .info_step_area .box .bd_box {
    padding: 0 10px;
    background: #fff;
    border: 1px solid #ccc;
  }
  .reserv_info_area .info_step_sec .info_step_area .box .bd_box dt {
    text-align: center;
    font-size: 15px;
    color: #000;
    line-height: 24px;
    padding: 17px 0;
  }
  .reserv_info_area .info_step_sec .info_step_area .box .bd_box dd {
    border-top: 1px solid #ccc;
    text-align: center;
    font-size: 15px;
    color: #707070;
    line-height: 24px;
    padding: 17px 0;
  }
  .reserv_info_area .info_step_sec .info_step_area .box .bd_box.gray_box {
    background: #707070;
  }
  .reserv_info_area .info_step_sec .info_step_area .box .bd_box.gray_box dt {
    color: #fff;
  }
  .reserv_info_area .info_step_sec .info_step_area .box .bd_box.gray_box dd {
    color: #ccc;
  }
  .reserv_info_area .info_step_sec .info_step_area .box.arrow_box {
    margin-bottom: 45px;
  }
  .reserv_info_area .info_step_sec .info_step_area .box.arrow_box:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    background: url(../images/ico_step_arrow.svg) center no-repeat;
    bottom: -27px;
    left: 50%;
    margin-left: -8px;
  }
  .reserv_info_area .info_step_sec .info_step_area .box.step_prev:before {
    content: "";
    display: block;
    left: -70px;
    width: 70px;
    height: 15px;
    top: 50%;
    margin-top: -7px;
    position: absolute;
    background: url(../images/reserv_step_arrow2.svg) left no-repeat;
  }
  .reserv_info_area .info_step_sec .info_step_area .box.step_next2:before {
    content: "";
    display: block;
    left: 100%;
    width: 70px;
    height: 15px;
    top: 50%;
    margin-top: -7px;
    position: absolute;
    background: url(../images/reserv_step_arrow2.svg) left no-repeat;
    transform: rotate(180deg);
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box1 {
    width: calc(33.33% - 50px);
    position: relative;
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box1 .hd_box {
    position: relative;
    margin-bottom: 150px;
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box1 .hd_box dt {
    background: #1bbf5d;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box1 .hd_box dd {
    background: #fff;
    text-align: center;
    font-size: 15px;
    color: #000;
    line-height: 24px;
    padding: 17px 0;
    border: 1px solid #cccccc;
    border-top: 0;
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box1 .hd_box:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 79px;
    left: 50%;
    top: 119px;
    background: #ccc;
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box1 .hd_box:after {
    content: "";
    display: block;
    position: absolute;
    width: calc(50% + 70px);
    height: 86px;
    background: url(../images/reserv_step_arrow1.svg) right bottom no-repeat;
    left: 50%;
    top: 119px;
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box1 .step_next {
    position: absolute;
    font-size: 18px;
    line-height: 21px;
    color: #30b77c;
    left: 50%;
    top: -55px;
    width: calc(100% + 75px);
    text-align: center;
    background: url(../images/ico_next_step_arrow.svg) center no-repeat;
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box2 {
    width: calc(33.33% - 50px);
    position: relative;
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box2 .hd_box dt {
    background: #22a798;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box2 .hd_box dd {
    background: #fff;
    text-align: center;
    font-size: 15px;
    color: #000;
    line-height: 24px;
    padding: 17px 0;
    border: 1px solid #cccccc;
    border-top: 0;
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box3 {
    width: calc(33.33% - 50px);
    position: relative;
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box3 .hd_box {
    margin-bottom: 285px;
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box3 .hd_box dt {
    background: #4378b5;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box3 .hd_box dd {
    background: #fff;
    text-align: center;
    font-size: 15px;
    color: #000;
    line-height: 24px;
    padding: 17px 0;
    border: 1px solid #cccccc;
    border-top: 0;
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box3 .hd_box:after {
    content: "";
    display: block;
    position: absolute;
    width: calc(50% + 70px);
    height: 190px;
    background: url(../images/reserv_step_arrow3.svg) left bottom no-repeat;
    right: 50%;
    top: 119px;
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box3 .hd_box:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 184px;
    background: #ccc;
    right: 50%;
    top: 119px;
  }
  .emergency_sec .h_table {
    margin-top: 40px;
  }
  .emergency_sec .in_cont_tit + .h_table {
    margin-top: 0;
  }
  .emergency_sec:nth-child(n+2) {
    margin-top: 80px;
  }
  .emergency_sec.first_sec {
    padding-top: 50px;
  }
  .emergency_step {
    margin-top: 40px;
    background: #f4f5f9;
    padding: 56px 30px 40px;
    display: flex;
    justify-content: center;
  }
  .emergency_step ol {
    display: flex;
    justify-content: space-between;
    max-width: 1148px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .emergency_step ol li {
    position: relative;
    width: calc(20% - 10px);
    text-align: center;
  }
  .emergency_step ol li:before {
    content: "";
    display: block;
    width: 12px;
    height: 21px;
    position: absolute;
    background: url(../images/ico_arrow12.svg) center no-repeat;
    top: 60px;
    left: -14px;
  }
  .emergency_step ol li:first-child:before {
    display: none;
  }
  .emergency_step ol li img {
    margin: 0 auto;
  }
  .emergency_step ol li p {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
  }
  .emergency_step ol li p.t_disc {
    margin-top: 0;
    font-size: 15px;
    line-height: 17px;
    color: #707070;
  }
  .emergency_step ol li.flex_step {
    width: calc(40% - 50px);
    border: 1px solid #707070;
    background: #fff;
    padding: 15px 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    align-self: center;
    margin-left: 40px;
  }
  .emergency_step ol li.flex_step:before {
    width: 30px;
    height: 2px;
    background: #707070;
    left: -50px;
    top: 57px;
  }
  .emergency_step ol li.flex_step .dot_txt {
    position: relative;
    padding-left: 13px;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    text-align: left;
    margin: 0;
  }
  .emergency_step ol li.flex_step .dot_txt strong {
    font-weight: 700;
  }
  .emergency_step ol li.flex_step .dot_txt:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    top: 13px;
    background: #747784;
  }
  .kakaopay_emergency .kakaopay_top {
    display: flex;
    align-items: center;
  }
  .kakaopay_emergency .kakaopay_top .kakao_yell_box {
    margin-left: 10px;
    background: #ffeb00;
    padding: 8px 20px;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    border-radius: 20px;
  }
  .kakaopay_emergency .kakaopay_info {
    margin: 40px 0 50px;
  }
  .kakaopay_emergency .kakaopay_info dt {
    font-size: 35px;
    font-weight: 600;
    color: #000;
    line-height: 40px;
  }
  .kakaopay_emergency .kakaopay_info dd {
    margin-top: 17px;
    font-size: 18px;
    line-height: 30px;
    color: #707070;
  }
  .kakaopay_emergency .kakaopay_swiper .step_num {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #4378b5;
  }
  .kakaopay_emergency .kakaopay_swiper .step_disc {
    text-align: center;
    font-size: 18px;
    color: #000;
    position: relative;
    padding-bottom: 14px;
  }
  .kakaopay_emergency .kakaopay_swiper .step_disc:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 20px;
    height: 4px;
    background: #4378b5;
    margin-left: -10px;
  }
  .kakaopay_emergency .kakaopay_swiper .swiper-scrollbar {
    position: relative;
    bottom: 0;
  }
  .kakaopay_emergency .kakaopay_swiper .swiper-nav-area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
  .kakaopay_emergency .kakaopay_swiper .swiper-nav-area .swiper-button-prev {
    position: static;
    top: unset;
    right: unset;
    left: unset;
    margin-top: 0;
    color: #707070;
    width: 40px;
    height: 40px;
    border: 1px solid #cccccc;
    margin: 0 5px;
  }
  .kakaopay_emergency .kakaopay_swiper .swiper-nav-area .swiper-button-prev::after {
    font-size: 10px;
    font-weight: 700;
  }
  .kakaopay_emergency .kakaopay_swiper .swiper-nav-area .swiper-button-next {
    position: static;
    top: unset;
    right: unset;
    left: unset;
    margin-top: 0;
    color: #707070;
    width: 40px;
    height: 40px;
    border: 1px solid #cccccc;
    margin: 0 5px;
  }
  .kakaopay_emergency .kakaopay_swiper .swiper-nav-area .swiper-button-next::after {
    font-size: 10px;
    font-weight: 700;
  }
  .num_list {
    margin-top: 20px;
    counter-reset: colorcircle 0;
  }
  .num_list li {
    padding-left: 25px;
    margin-top: 10px;
    line-height: 26px;
    font-size: 18px;
    color: #707070;
    position: relative;
  }
  .num_list li:before {
    position: absolute;
    top: 3px;
    left: 0;
    counter-increment: colorcircle 1;
    content: counter(colorcircle);
    color: #fff;
    font-size: 12px;
    z-index: 1;
    background: #4378b5;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .num_list li.mt50 {
    margin-top: 50px;
  }
  .num_list li:first-child {
    margin-top: 0;
  }
  .num_list li .strong {
    font-weight: 600;
    color: #000000;
  }
  .list_in_sec {
    padding: 20px 0 30px;
  }
  .list_in_sec dl {
    margin-top: 15px;
  }
  .list_in_sec dl:first-child {
    margin-top: 0;
  }
  .list_in_sec dl dt {
    font-size: 18px;
    color: #129ba9;
    font-weight: 600;
  }
  .list_in_sec dl dd {
    font-size: 18px;
    line-height: 30px;
    color: #707070;
  }
  .dot_list li {
    padding-left: 10px;
    margin-top: 10px;
    line-height: 26px;
    font-size: 18px;
    color: #707070;
    position: relative;
  }
  .dot_list li:first-child {
    margin-top: 0;
  }
  .dot_list li:before {
    content: "·";
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
  }
  .dot_list2 li {
    padding-left: 10px;
    margin-top: 10px;
    line-height: 30px;
    font-size: 15px;
    color: #000;
    position: relative;
  }
  .dot_list2 li:first-child {
    margin-top: 0;
  }
  .dot_list2 li:before {
    content: "";
    display: block;
    position: absolute;
    top: 13px;
    width: 4px;
    height: 4px;
    background: #000;
    left: 0;
  }
  .dot_list3 li {
    padding-left: 20px;
    margin-top: 10px;
    line-height: 25px;
    font-size: 18px;
    color: #707070;
    position: relative;
  }
  .dot_list3 li:first-child {
    margin-top: 0;
  }
  .dot_list3 li:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    width: 4px;
    height: 4px;
    background: #4378b5;
    left: 0;
  }
  .dot_list3.mt30 {
    margin-top: 30px;
  }
  .dot_list3.mt15 {
    margin-top: 15px;
  }
  .num_list + .cont_info {
    margin-top: 40px;
  }
  .cont_info dt {
    font-size: 18px;
    font-weight: 600;
    color: #4378b5;
    margin-top: 30px;
  }
  .cont_info dt:first-child {
    margin-top: 0;
  }
  .cont_info dd {
    margin-top: 5px;
    font-size: 18px;
    color: #707070;
    line-height: 23px;
  }
  .guide_area {
    margin-top: 50px;
  }
  .guide_area .guide_item {
    display: flex;
    padding: 40px 0;
    border-top: 1px solid #ccc;
  }
  .guide_area .guide_item:first-child {
    padding-top: 0;
    border-top: 0;
  }
  .guide_area .guide_item:last-child {
    padding-bottom: 0;
  }
  .guide_area .guide_item .item_ico {
    margin-right: 30px;
  }
  .guide_area .guide_item .item_info {
    flex: 1;
  }
  .guide_area .guide_item .item_info .item_info_tt {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
  }
  .guide_area .guide_item .item_info .num_list {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .guide_area .guide_item .item_info .item_info_txt {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
    color: #707070;
  }
  .info_alert + .document_list {
    margin-top: 30px;
  }
  .document_list ul {
    display: flex;
    flex-wrap: wrap;
  }
  .document_list ul li {
    width: calc(50% - 12px);
    margin-right: 24px;
    border: 1px solid #ccc;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 20px 30px;
  }
  .document_list ul li:nth-child(2n) {
    margin-right: 0;
  }
  .document_list ul li:nth-child(n+3) {
    margin-top: 18px;
  }
  .document_list ul li p {
    font-size: 18px;
    line-height: 21px;
    color: #333;
    width: calc(100% - 153px);
  }
  .document_list ul li .btn {
    margin-left: auto;
    width: 100px;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #333;
  }
  .document_list .ico_hangeul {
    width: 33px;
    height: 32px;
    background: url(../images/ico_hangeul.png) center no-repeat;
    background-size: 100%;
    margin-right: 10px;
  }
  .document_list .ico_word {
    width: 33px;
    height: 32px;
    background: url(../images/ico_word.png) center no-repeat;
    background-size: 100%;
    margin-right: 10px;
  }
  .document_list .ico_pptx {
    width: 33px;
    height: 32px;
    background: url(../images/ico_ppt.png) center no-repeat;
    background-size: 100%;
    margin-right: 10px;
  }
  .gray_dash_box {
    border: 1px dashed #ccc;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    padding: 35px 50px;
    margin-top: 25px;
  }
  .gray_dash_box .ico_useinfo_simbol {
    width: 110px;
    height: 110px;
    margin-right: 30px;
    background: url(../images/ico_info_img.png) center no-repeat;
    background-size: 100%;
  }
  .gray_dash_box dl dt {
    font-size: 20px;
    font-weight: 600;
    color: #333;
  }
  .gray_dash_box dl dd {
    margin-top: 10px;
    font-size: 18px;
    color: #333;
    line-height: 30px;
  }
  .h_table + .gray_dash_box {
    margin-top: 75px;
  }
  .unpaid_list {
    margin-top: 0;
  }
  .unpaid_list .unpaid_sec {
    margin-top: 75px;
  }
  .unpaid_list .unpaid_sec:first-child {
    margin-top: 0;
  }
  .sub_list {
    margin-top: 50px;
  }
  .sub_list ul {
    display: flex;
    flex-wrap: wrap;
  }
  .sub_list ul li {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .sub_list ul li:nth-child(2n) {
    margin-right: 0;
  }
  .sub_list ul li:nth-child(n+3) {
    margin-top: 20px;
  }
  .sub_list ul li a {
    display: flex;
    align-items: center;
    height: 130px;
    width: 100%;
    border: 1px solid #ccc;
    transition: 200ms;
    padding: 30px;
  }
  .sub_list ul li a .dpt_name {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-left: 20px;
    width: calc(100% - 90px);
  }
  .sub_list ul li a i {
    display: block;
    width: 70px;
    height: 70px;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
  }
  .sub_list ul li a i.ico_dpt1 {
    background-image: url(../images/ico_dpt1.svg);
  }
  .sub_list ul li a i.ico_dpt2 {
    background-image: url(../images/ico_dpt2.svg);
  }
  .sub_list ul li a i.ico_dpt3 {
    background-image: url(../images/ico_dpt3.svg);
  }
  .sub_list ul li a i.ico_dpt4 {
    background-image: url(../images/ico_dpt4.svg);
  }
  .sub_list ul li a i.ico_dpt5 {
    background-image: url(../images/ico_dpt5.svg);
  }
  .sub_list ul li a i.ico_dpt6 {
    background-image: url(../images/ico_dpt6.svg);
  }
  .sub_list ul li a i.ico_dpt7 {
    background-image: url(../images/ico_dpt7.svg);
  }
  .sub_list ul li a i.ico_dpt8 {
    background-image: url(../images/ico_dpt8.svg);
  }
  .sub_list ul li a i.ico_dpt9 {
    background-image: url(../images/ico_dpt9.svg);
  }
  .sub_list ul li a i.ico_dpt10 {
    background-image: url(../images/ico_dpt10.svg);
  }
  .sub_list ul li a i.ico_dpt11 {
    background-image: url(../images/ico_dpt11.svg);
  }
  .sub_list ul li a i.ico_dpt12 {
    background-image: url(../images/ico_dpt12.svg);
  }
  .sub_list ul li a i.ico_dpt13 {
    background-image: url(../images/ico_dpt13.svg);
  }
  .sub_list ul li a i.ico_dpt14 {
    background-image: url(../images/ico_dpt14.svg);
  }
  .sub_list ul li a i.ico_dpt15 {
    background-image: url(../images/ico_dpt15.svg);
  }
  .sub_list ul li a i.ico_dpt16 {
    background-image: url(../images/ico_dpt16.svg);
  }
  .sub_list ul li a i.ico_dpt17 {
    background-image: url(../images/ico_dpt17.svg);
  }
  .sub_list ul li a i.ico_dpt18 {
    background-image: url(../images/ico_dpt18.svg);
  }
  .sub_list ul li a i.ico_dpt19 {
    background-image: url(../images/ico_dpt19.svg);
  }
  .sub_list ul li a i.ico_dpt20 {
    background-image: url(../images/ico_dpt20.svg);
  }
  .sub_list ul li a i.ico_dpt21 {
    background-image: url(../images/ico_dpt21.svg);
  }
  .sub_list ul li a i.ico_dpt22 {
    background-image: url(../images/ico_dpt22.svg);
  }
  .sub_list ul li a i.ico_dpt23 {
    background-image: url(../images/ico_dpt23.svg);
  }
  .sub_list ul li a i.ico_dpt24 {
    background-image: url(../images/ico_dpt24.svg);
  }
  .sub_list ul li a i.ico_dpt25 {
    background-image: url(../images/ico_dpt25.svg);
  }
  .sub_list ul li a i.ico_dpt26 {
    background-image: url(../images/ico_dpt26.svg);
  }
  .sub_list ul li a i.ico_dpt27 {
    background-image: url(../images/ico_dpt27.svg);
  }
  .sub_list ul li a i.ico_dpt28 {
    background-image: url(../images/ico_dpt28.svg);
  }
  .sub_list ul li a i.ico_dpt29 {
    background-image: url(../images/ico_dpt29.svg);
  }
  .sub_list ul li a i.ico_dpt30 {
    background-image: url(../images/ico_dpt30.svg);
  }
  .sub_list ul li a i.ico_dpt31 {
    background-image: url(../images/ico_dpt31.svg);
  }
  .sub_list ul li a i.ico_dpt34 {
    background-image: url(../images/ico_dpt34.svg);
  }
  .sub_list ul li a i.ico_dpt35 {
    background-image: url(../images/ico_dpt35.svg);
  }


  .sub_list ul li a:hover {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
    border-color: #fff;
  }
  .medical_staff_list .medical_staff {
    width: 100%;
    border: 1px solid #ccc;
    border-top: 2px solid #0272b3;
    text-align: left;
  }
  .medical_staff_list .medical_staff:nth-child(n+2) {
    margin-top: 20px;
  }
  .medical_staff_list .medical_staff button {
    display: flex;
    width: 100%;
    padding: 30px;
  }
  .medical_staff_list .medical_staff .ms_thumb {
    width: 150px;
    height: 180px;
    overflow: hidden;
  }
  .medical_staff_list .medical_staff .ms_thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .medical_staff_list .medical_staff .ms_cont {
    width: calc(100% - 180px);
    margin-left: auto;
  }
  .medical_staff_list .medical_staff .ms_cont .ms_tit {
    padding: 5px 0 15px;
    display: flex;
    align-items: center;
    border-bottom: 2px dashed #e2e2e2;
  }
  .medical_staff_list .medical_staff .ms_cont .ms_tit .name {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 30px;
  }
  .medical_staff_list .medical_staff .ms_cont .ms_tit .major {
    font-size: 18px;
    font-weight: 600;
    color: #0272b3;
    padding-left: 21px;
    position: relative;
    margin-left: 20px;
  }
  .medical_staff_list .medical_staff .ms_cont .ms_tit .major:before {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    background: #707070;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
  }
  .medical_staff_list .medical_staff .ms_cont dl {
    text-align: left;
    margin-top: 20px;
  }
  .medical_staff_list .medical_staff .ms_cont dl dt {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    line-height: 30px;
  }
  .medical_staff_list .medical_staff .ms_cont dl dd {
    margin-top: 15px;
  }
  .medical_staff_list .medical_staff .ms_cont dl dd li {
    font-size: 18px;
    line-height: 30px;
    color: #707070;
  }
  .pop .ms_detail_cont {
    background: #fff;
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    padding: 30px;
  }
  .pop .ms_detail_cont .pop_tit {
    border-bottom: 1px solid #707070;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
  }
  .pop .ms_detail_cont .pop_tit strong {
    font-size: 28px;
    font-weight: 600;
    color: #000;
  }
  .pop .ms_detail_cont .pop_tit .btn-pop-close {
    display: block;
    width: 25px;
    height: 25px;
    margin-left: auto;
    font-size: 0;
    line-height: 0;
    background: url(../images/ico_pop_close.svg) center no-repeat;
  }
  .pop .ms_detail_cont .pop_cont {
    padding-top: 40px;
    display: flex;
  }
  .pop .ms_detail_cont .pop_cont .ms_thumb {
    width: 150px;
    height: 200px;
    overflow: hidden;
  }
  .pop .ms_detail_cont .pop_cont .ms_thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont {
    width: calc(100% - 170px);
    margin-left: auto;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont .ms_tit {
    padding: 0 0 15px;
    display: flex;
    align-items: center;
    border-bottom: 2px dashed #e2e2e2;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont .ms_tit .name {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 30px;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont .ms_tit .major {
    font-size: 18px;
    font-weight: 600;
    color: #0272b3;
    padding-left: 21px;
    position: relative;
    margin-left: 20px;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont .ms_tit .major:before {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    background: #707070;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont dl {
    margin-top: 22px;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont dl dt {
    font-size: 20px;
    font-weight: 600;
    color: #0272b3;
    margin-top: 20px;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont dl dt:first-child {
    margin-top: 0;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont dl dd {
    margin-top: 10px;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont dl dd li {
    font-size: 18px;
    line-height: 30px;
    color: #555555;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont .medical_schedule table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont .medical_schedule table caption {
    display: none;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont .medical_schedule table thead th {
    border: 1px solid #cccccc;
    background: #f4f5f9;
    font-size: 18px;
    font-weight: 600;
    color: #555555;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont .medical_schedule table tbody td {
    border: 1px solid #cccccc;
    text-align: center;
    padding: 10px 5px;
    font-size: 18px;
    line-height: 24px;
    color: #555;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont .medical_schedule table tbody td strong {
    font-weight: 700;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont .medical_schedule table tbody td .t_small {
    font-size: 15px;
  }
  .in_cont_sec {
    margin-top: 80px;
  }
  .in_cont_sec:first-child {
    margin-top: 50px;
  }
  .in_cont_sec .in_cont_tit {
    font-size: 24px;
    font-weight: 600;
    color: #4378b5;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .in_cont_sec .in_cont_txt {
    font-size: 18px;
    line-height: 30px;
    color: #707070;
  }
  .in_cont_sec .in_cont_txt + .in_cont_flex {
    margin-top: 30px;
  }
  .in_cont_sec .in_cont_txt.mt15 {
    margin-top: 15px;
  }
  .in_cont_sec.mt50 {
    margin-top: 50px;
  }
  .in_cont_sec .in_cont_imgarea {
    margin-top: 50px;
    background: #f9f9f9;
    padding: 45px 0;
    text-align: center;
  }
  .in_cont_sec .in_cont_imgarea .in_cont_img_tit {
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
  }
  .in_cont_sec .in_cont_imgarea .in_cont_img_tit strong {
    font-weight: 500;
  }
  .in_cont_sec .in_cont_imgarea.mt0 {
    margin-top: 0;
  }
  .in_cont_sec .in_cont_imgarea .name {
    margin-top: 15px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_1_1 {
    display: flex;
    width: 90%;
    max-width: 1200px;
    justify-content: space-between;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_1_1 li {
    width: 115px;
    flex: 1;
    text-align: center;
    padding: 0 10px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_1_2 {
    display: flex;
    width: 90%;
    max-width: 850px;
    justify-content: space-between;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_1_2 .img {
    height: 116px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_1_2 .img img {
    height: 116px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_1 {
    display: flex;
    width: 90%;
    max-width: 1200px;
    justify-content: center;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_1 li {
    text-align: center;
    margin-left: 120px;
    position: relative;
    padding-bottom: 45px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_1 li:before {
    content: "";
    display: block;
    position: absolute;
    left: -60px;
    top: 55px;
    width: 12px;
    height: 21px;
    background: url(../images/in_cont_arrow.svg) center no-repeat;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_1 li:first-child {
    margin-left: 0;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_1 li:first-child:before {
    display: none;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_1 li .img {
    height: 114px;
    width: 114px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_1 li .img img {
    height: 114px;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_1 li .name {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    white-space: nowrap;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_2 {
    display: flex;
    width: 90%;
    max-width: 1200px;
    justify-content: center;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_2 li {
    text-align: center;
    margin-left: 150px;
    position: relative;
    width: 200px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_2 li:before {
    content: "";
    display: block;
    position: absolute;
    left: -105px;
    top: 55px;
    width: 12px;
    height: 21px;
    background: url(../images/in_cont_arrow.svg) center no-repeat;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_2 li:first-child {
    margin-left: 0;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_2 li:first-child:before {
    display: none;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_2 li .img {
    height: 116px;
    width: 158px;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_2 li .img img {
    height: 116px;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_2 li .disc {
    font-size: 15px;
    color: #707070;
    line-height: 20px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_3 {
    display: flex;
    width: 90%;
    max-width: 700px;
    justify-content: center;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_3 li {
    text-align: center;
    margin-left: 120px;
    position: relative;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_3 li:before {
    content: "";
    display: block;
    position: absolute;
    left: -65px;
    top: 55px;
    width: 12px;
    height: 21px;
    background: url(../images/in_cont_arrow.svg) center no-repeat;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_3 li:first-child, .in_cont_sec .in_cont_imgarea .imgarea2_2_2_3 li:nth-child(4) {
    margin-left: 0;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_3 li:first-child:before, .in_cont_sec .in_cont_imgarea .imgarea2_2_2_3 li:nth-child(4):before {
    display: none;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_3 li:nth-child(n+4) {
    margin-top: 80px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_3 li .img {
    height: 114px;
    width: 114px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_3 li .img img {
    height: 114px;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_3 li .img2 {
    height: 116px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_3 li .img2 img {
    height: 116px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_4 {
    display: flex;
    width: 90%;
    justify-content: center;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_4 li {
    margin: 0 40px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_4 .img {
    height: 116px;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_4 .img img {
    height: 116px;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_5_1 {
    display: flex;
    width: 90%;
    justify-content: center;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_5_1 li {
    margin: 0 40px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_5_1 .img {
    height: 113px;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_5_1 .img img {
    height: 113px;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_5_2 {
    display: flex;
    width: 95%;
    justify-content: center;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_5_2 li {
    width: 25%;
    padding: 0 15px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_5_2 .img img {
    height: 113px;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_6 {
    display: flex;
    width: 90%;
    max-width: 1200px;
    justify-content: center;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_6 li {
    text-align: center;
    margin-left: 90px;
    position: relative;
    padding-bottom: 45px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_6 li:first-child {
    margin-left: 0;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_6 li .img {
    height: 116px;
    width: 158px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_6 li .img img {
    height: 116px;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_6 li .name {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    white-space: nowrap;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_6 li .disc {
    font-size: 15px;
    color: #707070;
    line-height: 20px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 0);
    white-space: nowrap;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_9 {
    display: flex;
    width: 90%;
    max-width: 1200px;
    justify-content: center;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_9 li {
    text-align: center;
    margin-left: 100px;
    position: relative;
    padding-bottom: 45px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_9 li:first-child {
    margin-left: 0;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_9 li .img img {
    height: 113px;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_9 li .name {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    white-space: nowrap;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_10 {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    justify-content: center;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_10 li {
    width: 158px;
    margin: 0 35px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_10 .img {
    height: 116px;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_10 .img img {
    height: 116px;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .img_ct {
    max-width: 789px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .in_cont_sec .td_thumb_226 {
    max-width: 230px;
  }
  .in_cont_sec .in_dash_box {
    margin-top: 30px;
    border: 1px dashed #ccc;
    background: #f9f9f9;
    padding: 30px;
  }
  .in_cont_sec .in_dash_box dt {
    font-size: 20px;
    font-weight: 600;
    color: #4378b5;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .in_cont_sec .in_dash_box dd li {
    font-size: 18px;
    line-height: 30px;
    color: #707070;
  }
  .in_cont_sec .in_cont_flex {
    display: flex;
  }
  .in_cont_sec .in_cont_flex .h_table {
    width: calc(100% - 208px);
    margin-top: 0;
  }
  .in_cont_sec .in_cont_flex .v_table2 {
    width: calc(100% - 208px);
    margin-top: 0;
  }
  .in_cont_sec .in_cont_flex .flex_in_left {
    width: calc(100% - 208px);
  }
  .in_cont_sec .in_cont_flex .flex_in_img {
    width: 158px;
    margin-left: 50px;
  }
  .in_cont_sec .in_cont_flex .flex_in_left2 {
    width: calc(100% - 280px);
  }
  .in_cont_sec .in_cont_flex .flex_in_img2 {
    width: 230px;
    margin-left: 50px;
  }
  .in_cont_sec .in_cont_flex .wd33p {
    width: 50%;
  }
  .in_cont_sec .in_cont_flex .half {
    width: calc(50% - 10px);
  }
  .in_cont_sec .in_cont_flex .half:nth-child(2) {
    margin-left: auto;
  }
  .in_cont_sec .in_cont_223 .cont_item {
    border-bottom: 1px solid #ccc;
    display: flex;
    padding: 30px 0;
    width: 100%;
  }
  .in_cont_sec .in_cont_223 .cont_item:first-child {
    padding-top: 0;
  }
  .in_cont_sec .in_cont_223 .cont_item i {
    display: block;
    width: 90px;
    margin-right: 50px;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 90px;
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_1 {
    background-image: url(../images/ico_cont_223_1.svg);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_2 {
    background-image: url(../images/ico_cont_223_2.svg);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_3 {
    background-image: url(../images/ico_cont_223_3.svg);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_4 {
    background-image: url(../images/ico_cont_223_4.svg);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_5 {
    background-image: url(../images/ico_cont_223_5.svg);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_6 {
    background-image: url(../images/ico_cont_223_6.svg);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_7 {
    background-image: url(../images/ico_cont_223_7.svg);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_8 {
    background-image: url(../images/ico_cont_223_8.svg);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_9 {
    background-image: url(../images/ico_cont_223_9.svg);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_10 {
    background-image: url(../images/ico_cont_223_10.svg);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_11 {
    background-image: url(../images/ico_cont_223_11.svg);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_12 {
    background-image: url(../images/ico_cont_223_12.svg);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_13 {
    background-image: url(../images/ico_cont_223_13.svg);
  }


  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_21 {
    background-image: url(../images/mnimg_01.png);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_22 {
    background-image: url(../images/mnimg_02.png);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_23 {
    background-image: url(../images/mnimg_03.png);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_24 {
    background-image: url(../images/mnimg_04.png);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_25 {
    background-image: url(../images/mnimg_05.png);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_26 {
    background-image: url(../images/mnimg_06.png);
  }



  .in_cont_sec .in_cont_223 .cont_item .in_cont_area {
    width: calc(100% - 140px);
  }
  .in_cont_sec .in_cont_223 .cont_item .in_cont_area dt {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
  }
  .in_cont_sec .in_cont_223 .cont_item .in_cont_area dd {
    font-size: 18px;
    line-height: 30px;
    color: #707070;
  }
  .in_tnumb_228 {
    margin-top: 50px;
  }
  .mt10 {
    margin-top: 10px;
  }
  .mt80 {
    margin-top: 80px !important;
  }
  .greetings_bg {
    background: url(../images/greetings_bg.svg) center calc(100% + 80px) no-repeat;
  }
  .greetings_area {
    padding-top: 85px;
    position: relative;
  }
  .greetings_area .hd_img {
    max-width: 220px;
    position: absolute;
    top: 50px;
    left: 0;
  }
  .greetings_area .hd_img .hd_name {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-top: 2px;
    background: transparent linear-gradient(90deg, rgb(25, 168, 206) 0%, rgb(1, 111, 177) 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px rgba(55, 128, 193, 0.61);
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
  }
  .greetings_area .hd_img .hd_name strong {
    font-size: 24px;
    font-weight: 600;
    margin-left: 10px;
  }
  .greetings_area .hd_cont {
    background: #f4f5f9;
    margin: 0 0 0 35px;
    height: 570px;
    padding-left: 220px;
    padding-right: 30px;
    display: flex;
    align-items: center;
  }
  .greetings_area .hd_cont dl {
    flex: 1;
  }
  .greetings_area .hd_cont dt {
    font-size: 30px;
    line-height: 45px;
    color: #4378b5;
    font-weight: 600;
  }
  .greetings_area .hd_cont dt .t_bk {
    color: #333;
  }
  .greetings_area .hd_cont dd {
    margin-top: 40px;
    font-size: 18px;
    line-height: 25px;
    color: #707070;
  }
  .vision_area {
    padding-top: 40px;
  }
  .vision_area .vision_item {
    display: flex;
    align-items: center;
    margin-top: 30px;
    position: relative;
  }
  .vision_area .vision_item:before {
    content: "";
    display: block;
    width: 230px;
    height: 230px;
    border-radius: 115px;
    position: absolute;
    top: 0;
    left: 118px;
    border-width: 60px;
    border-style: solid;
  }
  .vision_area .vision_item:first-child {
    margin-top: 0;
  }
  .vision_area .vision_item .vision_simbol {
    width: 230px;
    height: 230px;
    border-radius: 115px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .vision_area .vision_item .vision_simbol span {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    color: #fff;
  }
  .vision_area .vision_item .vision_simbol:before {
    content: "";
    display: block;
    width: 220px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 230px;
  }
  .vision_area .vision_item:nth-child(odd)::before {
    border-color: rgba(18, 155, 169, 0.1);
  }
  .vision_area .vision_item:nth-child(odd) .vision_simbol {
    background: #129ba9;
  }
  .vision_area .vision_item:nth-child(odd) .vision_simbol:before {
    background: #129ba9;
  }
  .vision_area .vision_item:nth-child(even)::before {
    border-color: rgba(67, 120, 181, 0.1);
  }
  .vision_area .vision_item:nth-child(even) .vision_simbol {
    background: #4378b5;
  }
  .vision_area .vision_item:nth-child(even) .vision_simbol:before {
    background: #4378b5;
  }
  .vision_area .vision_item .vision_cont {
    flex: 1;
    margin-left: 242px;
  }
  .vision_area .vision_item .vision_cont .dot_list3 li {
    color: #333333;
  }
  .vision_area .vision_item .vision_cont .t_emerald {
    color: #129ba9;
  }
  .vision_area .vision_item .vision_cont .t_blue {
    color: #4378b5;
  }
  .history_bg {
    background: url(../images/history_bg.svg) right bottom no-repeat;
  }
  .histroy_area {
    position: relative;
  }
  .histroy_area .history_item {
    padding-bottom: 50px;
    width: 50%;
    position: relative;
  }
  .histroy_area .history_item:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 22px;
    background: #cccccc;
  }
  .histroy_area .history_item:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #4378b5;
    top: 19px;
  }
  .histroy_area .history_item:last-child {
    padding-bottom: 0;
  }
  .histroy_area .history_item:last-child:before {
    display: none;
  }
  .histroy_area .history_item ul {
    margin-top: 10px;
  }
  .histroy_area .history_item ul li {
    display: flex;
    margin-top: 10px;
  }
  .histroy_area .history_item ul li:first-child {
    margin-top: 0;
  }
  .histroy_area .history_item ul li .year {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #4378b5;
    width: 65px;
  }
  .histroy_area .history_item ul li .disc {
    font-size: 20px;
    line-height: 24px;
    color: #333;
    flex: 1;
  }
  .histroy_area .history_item:nth-child(odd) {
    margin-left: auto;
    padding-left: 55px;
  }
  .histroy_area .history_item:nth-child(odd):before {
    left: 0;
  }
  .histroy_area .history_item:nth-child(odd):after {
    left: -6px;
  }
  .histroy_area .history_item:nth-child(odd) .year {
    margin-right: 5px;
  }
  .histroy_area .history_item:nth-child(even) {
    text-align: right;
    padding-right: 55px;
  }
  .histroy_area .history_item:nth-child(even):before {
    right: 0;
  }
  .histroy_area .history_item:nth-child(even):after {
    right: -6px;
  }
  .histroy_area .history_item:nth-child(even) li {
    justify-content: flex-end;
    flex-direction: row-reverse;
  }
  .histroy_area .history_item:nth-child(even) li .year {
    margin-left: 5px;
  }
  .histroy_area .history_item .history_year {
    font-size: 40px;
    line-height: 48px;
    font-weight: 300;
    color: #4378b5;
  }
  .ci_area {
    padding-top: 50px;
  }
  .ci_area .ci_sec {
    margin-top: 85px;
  }
  .ci_area .ci_sec:first-child {
    margin-top: 0;
  }
  .ci_area .ci_sec .ci_tit {
    display: flex;
    align-items: center;
  }
  .ci_area .ci_sec .ci_tit strong {
    font-size: 28px;
    color: #4378b5;
    font-weight: 600;
  }
  .ci_area .ci_sec .ci_tit span {
    font-size: 18px;
    color: #707070;
    margin-left: 10px;
  }
  .ci_area .ci_sec .ci_cont .ci_txt1 {
    margin-top: 30px;
    flex: 1;
  }
  .ci_area .ci_sec .ci_cont .ci_txt1 dt {
    font-size: 24px;
    font-weight: 600;
    color: #129ba9;
    line-height: 29px;
  }
  .ci_area .ci_sec .ci_cont .ci_txt1 dd {
    margin-top: 5px;
    font-size: 18px;
    line-height: 30px;
    color: #707070;
  }
  .ci_area .ci_sec .ci_cont .ci_txt1 .ci_info {
    margin-top: 20px;
  }
  .ci_area .ci_sec .ci_cont .ci_txt2 {
    margin-top: 30px;
  }
  .ci_area .ci_sec .ci_cont .ci_txt3 {
    margin-top: 30px;
  }
  .ci_area .ci_sec .ci_cont .ci_info {
    font-size: 15px;
    line-height: 18px;
    color: #be2828;
    padding-left: 15px;
    text-indent: -15px;
  }
  .organization_chart {
    margin-top: 50px;
    /*background: #f4f5f9;
    padding: 97px 50px 70px;
    */
  }
  .organization_chart .oc_item {
    max-width: 300px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .organization_chart .oc_item.green_bg {
    background: #1bbf5d;
    position: relative;
  }
  .organization_chart .oc_item.green_bg:before {
    content: "";
    display: block;
    position: absolute;
    top: 60px;
    left: 50%;
    width: 1px;
    height: 200px;
    background: #ccc;
  }
  .organization_chart .oc_item p {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
  }
  .organization_chart .oc_flex1 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 10px;
  }
  .organization_chart .oc_flex1:before {
    content: "";
    display: block;
    width: 100px;
    top: 50%;
    height: 1px;
    left: 50%;
    margin-left: -50px;
    background: #ccc;
    position: absolute;
  }
  .organization_chart .oc_flex1 .oc_box {
    flex: 1;
    max-width: 300px;
  }
  .organization_chart .oc_flex1 .oc_box:nth-child(n+2) {
    margin-left: 100px;
  }
  .organization_chart .oc_flex1 .oc_item {
    background: #22a798;
  }
  .organization_chart .oc_flex1 .oc_item p:nth-child(n+2) {
    border-top: 1px solid rgba(232, 232, 232, 0.5);
  }
  .organization_chart .oc_flex2 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 40px;
  }
  .organization_chart .oc_flex2:before {
    content: "";
    display: block;
    width: 100px;
    top: 50%;
    height: 1px;
    left: 50%;
    margin-left: -50px;
    background: #ccc;
    position: absolute;
  }
  .organization_chart .oc_flex2 .oc_box {
    flex: 1;
    max-width: 300px;
  }
  .organization_chart .oc_flex2 .oc_box:nth-child(n+2) {
    margin-left: 100px;
  }
  .organization_chart .oc_flex2 .oc_item {
    background: #4378b5;
    position: relative;
  }
  .organization_chart .oc_flex3 {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .organization_chart .oc_flex3 .oc_flex_in {
    flex: 1;
    max-width: 300px;
  }
  .organization_chart .oc_flex3 .oc_flex_in:nth-child(n+2) {
    margin-left: 100px;
  }
  .organization_chart .oc_flex3 .oc_box {
    flex: 1;
    position: relative;
  }
  .organization_chart .oc_flex3 .oc_box:nth-child(n+2) {
    margin-top: 40px;
  }
  .organization_chart .oc_flex3 .oc_item {
    background: #fff;
    border: 1px solid #ddd;
    margin-top: 10px;
    position: relative;
  }
  .organization_chart .oc_flex3 .oc_item:first-child {
    margin-top: 0;
  }
  .organization_chart .oc_flex3 .oc_item:first-child:before {
    display: none;
  }
  .organization_chart .oc_flex3 .oc_item:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -10px;
    width: 1px;
    display: block;
    height: 10px;
    background: #ccc;
  }
  .organization_chart .oc_flex3 .oc_item p {
    color: #707070;
  }
  .floor_wrap {
    margin-top: 50px;
  }
  .floor_wrap .floor_sec:first-child .floor_info {
    border-top: 1px solid #ccc;
  }
  .floor_wrap .floor_sec .floor_info {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid transparent;
    border-left: 1px solid #e5e5e5;
  }
  .floor_wrap .floor_sec .floor_info button {
    display: flex;
    width: 100%;
    align-items: stretch;
  }
  .floor_wrap .floor_sec .floor_info button .floor_label {
    width: 60px;
    background: #e5e5e5;
    text-align: center;
    font-size: 18px;
    color: #000;
    line-height: 21px;
    padding: 20px 0;
  }
  .floor_wrap .floor_sec .floor_info button .floor_info_cont {
    flex: 1;
    padding: 8px 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .floor_wrap .floor_sec .floor_info button .floor_info_cont span {
    font-size: 20px;
    line-height: 21px;
    padding: 12px 0;
    color: #707070;
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
  }
  .floor_wrap .floor_sec .floor_info button .floor_info_cont span:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    background: #ccc;
    height: 16px;
    margin-top: -8px;
  }
  .floor_wrap .floor_sec .floor_info button .floor_info_cont span:last-child {
    padding-right: 0;
    margin-right: 0;
  }
  .floor_wrap .floor_sec .floor_info button .floor_info_cont span:last-child:before {
    display: none;
  }
  .floor_wrap .floor_sec .floor_img_area {
    max-height: 0;
    overflow: hidden;
    background: #f9f9f9;
    transition: 500ms;
  }
  .floor_wrap .floor_sec .floor_img_area .floor_slide_area {
    padding: 30px 0;
    position: relative;
    border-bottom: 1px solid #ccc;
  }
  .floor_wrap .floor_sec .floor_img_area .floor_slide_area .swiper {
    max-width: 650px;
    margin: 0 auto;
  }
  .floor_wrap .floor_sec .floor_img_area .floor_slide_area .swiper .swiper-wrapper {
    align-items: center;
  }
  .floor_wrap .floor_sec .floor_img_area .floor_slide_area .swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .floor_wrap .floor_sec .floor_img_area .floor_slide_area .swiper-button-prev {
    left: 50%;
    margin-left: -400px;
    color: #bbb;
    --swiper-navigation-size: 27px;
  }
  .floor_wrap .floor_sec .floor_img_area .floor_slide_area .swiper-button-next {
    left: 50%;
    margin-left: 373px;
    color: #bbb;
    --swiper-navigation-size: 27px;
  }
  .floor_wrap .floor_sec .floor_img_area .floor_slide_area .swiper-pagination {
    display: none;
  }
  .floor_wrap .floor_sec.active_sec {
    margin-top: -1px;
  }
  .floor_wrap .floor_sec.active_sec .floor_info {
    border: 1px solid #208fd1;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  }
  .floor_wrap .floor_sec.active_sec .floor_info .floor_label {
    color: #fff;
    background: rgb(25, 168, 206);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgb(25, 168, 206)), color-stop(100%, rgb(1, 111, 177)));
    background: linear-gradient(to right, rgb(25, 168, 206) 0%, rgb(1, 111, 177) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#19a8ce", endColorstr="#016fb1", GradientType=1 );
  }
  .floor_wrap .floor_sec.active_sec .floor_info .floor_info_cont span {
    color: #208fd1;
    font-weight: 600;
  }
  .floor_wrap .floor_sec.active_sec .floor_img_area {
    max-height: 900px;
  }
  .location_wrap {
    padding-top: 50px;
  }
  .location_wrap .map_area {
    position: relative;
    padding-bottom: 50%;
    border: 1px solid #ccc;
  }
  .location_wrap .map_area iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
  }
  .location_wrap .location_area {
    margin-top: 70px;
  }
  .location_wrap .location_area .loca_sec {
    display: flex;
    width: 100%;
  }
  .location_wrap .location_area .loca_sec2 {
   box-shadow: 10px 0px 40px rgba(0, 0, 0, 0.07);

  }
  .location_wrap .location_area .loca_sec:nth-child(n+2) {
    margin-top: 55px;
    border-top: 1px solid #ccc;
    padding-top: 50px;
  }
  .location_wrap .location_area .loca_sec .ico_loca1 {
    display: block;
    width: 65px;
    height: 70px;
    background: url(../images/ico_loca1.svg) center no-repeat;
  }
  .location_wrap .location_area .loca_sec .ico_loca2 {
    display: block;
    width: 75px;
    height: 72px;
    background: url(../images/ico_loca2.svg) center no-repeat;
  }
  .location_wrap .location_area .loca_sec .ico_loca3 {
    display: block;
    width: 76px;
    height: 86px;
    background: url(../images/ico_loca3.svg) center no-repeat;
  }
  .location_wrap .location_area .loca_sec .ico_loca4 {
    display: block;
    width: 76px;
    height: 86px;
    background: url(../images/ico_loca4.svg) center no-repeat;
  }
  .location_wrap .location_area .loca_sec .loca_cont {
    width: calc(100% - 110px);
    margin-left: auto;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_tit {
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;
    color: #4378b5;
    padding-top: 20px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list {
    margin-top: 15px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li {
    margin-top: 12px;
    display: flex;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li:first-child {
    margin-top: 0;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #0d64b7;
    margin-right: 5px;
    margin-top: 8px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li .label {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-right: 5px;
    line-height: 21px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li .loca_box {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li .loca_box span {
    font-size: 18px;
    line-height: 21px;
    color: #707070;
    padding-left: 15px;
    margin-left: 12px;
    position: relative;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li .loca_box span:before {
    content: "";
    display: block;
    width: 5px;
    height: 8px;
    background: url(../images/ico_arrow_blue.svg) center no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li .loca_box span:first-child {
    padding-left: 0;
    margin-left: 0;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li .loca_box span:first-child:before {
    display: none;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_info_wrap .loca_info {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_info_wrap .loca_info .loca_info_tit {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_info_wrap .loca_info .loca_info_tit:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #0d64b7;
    margin-right: 5px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_info_wrap .loca_info:nth-child(1) picture {
    margin-left: -5px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_info_wrap .loca_info:nth-child(2) .loca_info_tit {
    margin-bottom: 0;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_info_wrap .loca_info:nth-child(2) picture {
    margin-left: -45px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_metro {
    margin-top: 20px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_metro li {
    display: flex;
    align-items: center;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_metro li .metro_line {
    width: 27px;
    height: 27px;
    border-radius: 14px;
    background: #129ba9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    margin-right: 12px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_metro li:nth-child(n+2) {
    margin-top: 12px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_metro li .metro_txt {
    font-size: 18px;
    color: #000;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_metro li .metro_txt .t_emerald {
    color: #129ba9;
    font-weight: 600;
  }
  .location_wrap .location_area .loca_sec .loca_cont .shuttle_area .shuttle_timetable {
    margin-top: 30px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .shuttle_area .shuttle_timetable .tit {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    position: relative;
  }
  .location_wrap .location_area .loca_sec .loca_cont .shuttle_area .shuttle_timetable .time_img {
    max-width: 564px;
    margin-top: -10px;
  }
}
@media (max-width: 767px) {
  .sub_visual {
    border-bottom: 1px solid #ccc;
    height: 140px;
    position: relative;
  }
  .sub_visual img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sub_visual .vi_txt {
    position: absolute;
    top: 0;
    height: 140px;
    width: 100%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
  }
  .breadcrumb .section .link_home {
    display: none;
  }
  .breadcrumb .section .link_sec {
    width: 100%;
    height: 50px;
    position: relative;
  }
  .breadcrumb .section .link_sec:nth-child(n+2) {
    border-bottom: 1px solid #ccc;
  }
  .breadcrumb .section .link_sec .link_active {
    min-width: 100%;
    padding: 0 35px 0 20px;
    height: 49px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #707070;
    position: relative;
  }
  .breadcrumb .section .link_sec .link_active:after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
    width: 13px;
    height: 7px;
    background: url(../images/ico_nav_arrow.svg) center no-repeat;
    transition: 300ms;
  }
  .breadcrumb .section .link_sec .link_list {
    visibility: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    position: absolute;
    transform: scale(1, 0);
    opacity: 0;
    top: 50px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    background: #fff;
    transition: 300ms;
    transform-origin: top;
  }
  .breadcrumb .section .link_sec .link_list li a {
    display: block;
    font-size: 18px;
    color: #707070;
    line-height: 24px;
    padding: 13px 20px;
  }
  .breadcrumb .section .link_sec .link_list li a:hover {
    color: #fff;
    background: #226dde;
  }
  .breadcrumb .section .link_sec.open {
    z-index: 1;
  }
  .breadcrumb .section .link_sec.open .link_active:after {
    transform: rotate(180deg);
  }
  .breadcrumb .section .link_sec.open .link_list {
    visibility: visible;
    transform: scale(1, 1);
    opacity: 1;
  }
  .breadcrumb .section .link_sec:last-child:before {
    display: none;
  }
  .content {
    padding: 30px 20px 50px;
  }
  .content .cont_tit {
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
  }
  .content .info_tit {
    font-size: 24px;
    line-height: 29px;
    color: #000;
    font-weight: 600;
    padding-left: 22px;
    position: relative;
  }
  .content .info_tit:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    border: 3px solid #4378b5;
    border-radius: 6px;
  }
  .content .info_disc {
    padding: 10px 0 0 22px;
    font-size: 18px;
    color: #707070;
    font-weight: 400;
    line-height: 24px;
  }
  .reserv_info_area {
    padding: 30px 0 0;
  }
  .reserv_info_area .info_sec_flex {
    margin-bottom: 50px;
  }
  .reserv_info_area .info_sec_flex .info_sec {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 16px;
    padding: 20px 0 30px;
  }
  .reserv_info_area .info_sec_flex .info_sec .btn_go {
    margin: 20px auto 0;
    width: 96px;
    height: 96px;
    border-radius: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .reserv_info_area .info_sec_flex .info_sec .btn_go span {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
  }
  .reserv_info_area .info_sec_flex .info_sec .btn_go .ico_go_arrow {
    display: block;
    width: 32px;
    height: 14px;
    background: url(../images/ico_go.svg) center no-repeat;
    background-size: 100%;
    margin: 5px 0 -5px;
  }
  .reserv_info_area .info_sec_flex .info_sec .info_left .ico_clock {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/ico_clock.svg) center no-repeat;
    background-size: 100%;
    margin: 0 auto;
  }
  .reserv_info_area .info_sec_flex .info_sec .info_left .ico_calendar {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/ico_calendar.svg) center no-repeat;
    background-size: 100%;
    margin: 0 auto;
  }
  .reserv_info_area .info_sec_flex .info_sec .info_left .ico_cs01 {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/ico_cs01.svg) center no-repeat;
    background-size: 100%;
    margin: 0 auto;
  }
  .reserv_info_area .info_sec_flex .info_sec .info_left .ico_cs02 {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/ico_cs02.svg) center no-repeat;
    background-size: 100%;
    margin: 0 auto;
  }
  .reserv_info_area .info_sec_flex .info_sec .info_left .ico_reserv01 {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/ico_reserv01.svg) center no-repeat;
    background-size: contain;
    margin: 0 auto;
  }
  .reserv_info_area .info_sec_flex .info_sec .info_left .ico_reserv02 {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/ico_reserv02.svg) center no-repeat;
    background-size: contain;
    margin: 0 auto;
  }
  .reserv_info_area .info_sec_flex .info_sec .info_left dl {
    margin-top: 12px;
    text-align: center;
  }
  .reserv_info_area .info_sec_flex .info_sec .info_left dl dt {
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
  }
  .reserv_info_area .info_sec_flex .info_sec .info_left dl dd {
    font-size: 18px;
    line-height: 24px;
    color: #707070;
    margin-top: 10px;
  }
  .reserv_info_area .info_sec_flex .info_sec .info_left dl dd .t_emerald {
    color: #129ba9;
  }
  .reserv_info_area .info_sec_flex .info_sec.type01 {
    border-color: #129ba9;
  }
  .reserv_info_area .info_sec_flex .info_sec.type01 .info_left dt {
    color: #129ba9;
  }
  .reserv_info_area .info_sec_flex .info_sec.type01 .btn_go {
    background: #129ba9;
  }
  .reserv_info_area .info_sec_flex .info_sec.type02 {
    border-color: #4378b5;
  }
  .reserv_info_area .info_sec_flex .info_sec.type02 .info_left dt {
    color: #4378b5;
  }
  .reserv_info_area .info_sec_flex .info_sec.type02 .btn_go {
    background: #4378b5;
  }
  .reserv_info_area .info_sec_flex .info_sec:nth-child(n+2) {
    margin-top: 20px;
  }
  .reserv_info_area .info_time_sec .info_box_area {
    margin-top: 30px;
    width: 100%;
  }
  .reserv_info_area .info_time_sec .info_box_area .info_box {
    border: 1px solid #ccc;
    border-radius: 30px;
    width: 100%;
    padding: 65px 0 45px;
    height: 323px;
  }
  .reserv_info_area .info_time_sec .info_box_area .info_box .ico_reserv1 {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto;
    background: url(../images/reserv_ico1.svg) center no-repeat;
    background-size: 100%;
  }
  .reserv_info_area .info_time_sec .info_box_area .info_box .ico_reserv2 {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto;
    background: url(../images/reserv_ico2.svg) center no-repeat;
    background-size: 100%;
  }
  .reserv_info_area .info_time_sec .info_box_area .info_box .ico_reserv3 {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto;
    background: url(../images/reserv_ico3.svg) center no-repeat;
    background-size: 100%;
  }
  .reserv_info_area .info_time_sec .info_box_area .info_box .ico_reserv4 {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto;
    background: url(../images/reserv_ico4.svg) center no-repeat;
    background-size: 100%;
  }
  .reserv_info_area .info_time_sec .info_box_area .info_box .ico_reserv5 {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto;
    background: url(../images/reserv_ico5.svg) center no-repeat;
    background-size: 100%;
  }
  .reserv_info_area .info_time_sec .info_box_area .info_box .info_box_tit {
    text-align: center;
    margin-top: 24px;
    padding: 26px 0 0;
    position: relative;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    color: #129ba9;
  }
  .reserv_info_area .info_time_sec .info_box_area .info_box .info_box_tit:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 20px;
    height: 2px;
    background: #129ba9;
    margin-left: -10px;
  }
  .reserv_info_area .info_time_sec .info_box_area .info_box .info_box_time {
    text-align: center;
    margin-top: 5px;
    font-size: 25px;
    color: #000;
    line-height: 30px;
  }
  .reserv_info_area .info_time_sec .info_box_area .info_box .info_box_disc {
    text-align: center;
    font-size: 18px;
    color: #707070;
    margin-top: 5px;
  }
  .reserv_info_area .info_time_sec .info_box_area .info_box:nth-child(n+2) {
    margin-top: 15px;
  }
  .reserv_info_area .info_step_sec {
    margin-top: 80px;
  }
  .reserv_info_area .info_step_sec .info_step_area {
    margin-top: 50px;
    background: #f4f5f9;
    padding: 40px 30px;
  }
  .reserv_info_area .info_step_sec .info_step_area .box {
    position: relative;
  }
  .reserv_info_area .info_step_sec .info_step_area .box.line_box {
    background: #fff;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 15px;
    color: #000;
    line-height: 24px;
    padding: 17px 0;
  }
  .reserv_info_area .info_step_sec .info_step_area .box.end_box {
    background: #fff;
    border: 3px solid #707070;
    text-align: center;
    font-size: 15px;
    color: #000;
    line-height: 24px;
    padding: 15px 0;
  }
  .reserv_info_area .info_step_sec .info_step_area .box .bd_box {
    padding: 0 10px;
    background: #fff;
    border: 1px solid #ccc;
  }
  .reserv_info_area .info_step_sec .info_step_area .box .bd_box dt {
    text-align: center;
    font-size: 15px;
    color: #000;
    line-height: 24px;
    padding: 17px 0;
  }
  .reserv_info_area .info_step_sec .info_step_area .box .bd_box dd {
    border-top: 1px solid #ccc;
    text-align: center;
    font-size: 15px;
    color: #707070;
    line-height: 24px;
    padding: 17px 0;
  }
  .reserv_info_area .info_step_sec .info_step_area .box .bd_box.gray_box {
    background: #707070;
  }
  .reserv_info_area .info_step_sec .info_step_area .box .bd_box.gray_box dt {
    color: #fff;
  }
  .reserv_info_area .info_step_sec .info_step_area .box .bd_box.gray_box dd {
    color: #ccc;
  }
  .reserv_info_area .info_step_sec .info_step_area .box.arrow_box {
    margin-bottom: 45px;
  }
  .reserv_info_area .info_step_sec .info_step_area .box.arrow_box:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    background: url(../images/ico_step_arrow.svg) center no-repeat;
    bottom: -27px;
    left: 50%;
    margin-left: -8px;
  }
  .reserv_info_area .info_step_sec .info_step_area .box.step_prev:before {
    content: "";
    display: block;
    left: -70px;
    width: 70px;
    height: 15px;
    top: 50%;
    margin-top: -7px;
    position: absolute;
    background: url(../images/reserv_step_arrow2.svg) left no-repeat;
  }
  .reserv_info_area .info_step_sec .info_step_area .box.step_next2:before {
    content: "";
    display: block;
    left: 100%;
    width: 70px;
    height: 15px;
    top: 50%;
    margin-top: -7px;
    position: absolute;
    background: url(../images/reserv_step_arrow2.svg) left no-repeat;
    transform: rotate(180deg);
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box1 {
    width: calc(33.33% - 50px);
    position: relative;
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box1 .hd_box {
    position: relative;
    margin-bottom: 150px;
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box1 .hd_box dt {
    background: #1bbf5d;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box1 .hd_box dd {
    background: #fff;
    text-align: center;
    font-size: 15px;
    color: #000;
    line-height: 24px;
    padding: 17px 0;
    border: 1px solid #cccccc;
    border-top: 0;
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box1 .hd_box:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 79px;
    left: 50%;
    top: 119px;
    background: #ccc;
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box1 .hd_box:after {
    content: "";
    display: block;
    position: absolute;
    width: calc(50% + 70px);
    height: 86px;
    background: url(../images/reserv_step_arrow1.svg) right bottom no-repeat;
    left: 50%;
    top: 119px;
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box1 .step_next {
    position: absolute;
    font-size: 18px;
    line-height: 21px;
    color: #30b77c;
    left: 50%;
    top: -55px;
    width: calc(100% + 75px);
    text-align: center;
    background: url(../images/ico_next_step_arrow.svg) center no-repeat;
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box2 {
    width: calc(33.33% - 50px);
    position: relative;
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box2 .hd_box dt {
    background: #22a798;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box2 .hd_box dd {
    background: #fff;
    text-align: center;
    font-size: 15px;
    color: #000;
    line-height: 24px;
    padding: 17px 0;
    border: 1px solid #cccccc;
    border-top: 0;
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box3 {
    width: calc(33.33% - 50px);
    position: relative;
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box3 .hd_box {
    margin-bottom: 285px;
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box3 .hd_box dt {
    background: #4378b5;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box3 .hd_box dd {
    background: #fff;
    text-align: center;
    font-size: 15px;
    color: #000;
    line-height: 24px;
    padding: 17px 0;
    border: 1px solid #cccccc;
    border-top: 0;
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box3 .hd_box:after {
    content: "";
    display: block;
    position: absolute;
    width: calc(50% + 70px);
    height: 190px;
    background: url(../images/reserv_step_arrow3.svg) left bottom no-repeat;
    right: 50%;
    top: 119px;
  }
  .reserv_info_area .info_step_sec .info_step_area .step_box3 .hd_box:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 184px;
    background: #ccc;
    right: 50%;
    top: 119px;
  }
  .emergency_sec .h_table {
    margin-top: 40px;
  }
  .emergency_sec .in_cont_tit + .h_table {
    margin-top: 0;
  }
  .emergency_sec:nth-child(n+2) {
    margin-top: 80px;
  }
  .emergency_sec.first_sec {
    padding-top: 40px;
  }
  .emergency_step {
    margin-top: 20px;
    background: #f4f5f9;
    padding: 56px 30px 40px;
    width: calc(100% + 40px);
    margin-left: -20px;
    display: flex;
    justify-content: center;
  }
  .emergency_step ol {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .emergency_step ol li {
    position: relative;
    text-align: center;
    margin-top: 68px;
  }
  .emergency_step ol li:before {
    content: "";
    display: block;
    width: 12px;
    height: 21px;
    position: absolute;
    background: url(../images/ico_arrow12.svg) center no-repeat;
    top: -40px;
    left: 50%;
    transform: rotate(90deg);
    margin-left: -6px;
  }
  .emergency_step ol li:first-child {
    margin-top: 0;
  }
  .emergency_step ol li:first-child:before {
    display: none;
  }
  .emergency_step ol li img {
    margin: 0 auto;
  }
  .emergency_step ol li p {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
  }
  .emergency_step ol li p.t_disc {
    font-size: 15px;
    margin-top: 0;
    line-height: 17px;
    color: #707070;
  }
  .emergency_step ol li.flex_step {
    border: 1px solid #707070;
    background: #fff;
    padding: 18px 25px;
    margin-top: 105px;
  }
  .emergency_step ol li.flex_step:before {
    width: 2px;
    height: 55px;
    background: #707070;
    left: 50%;
    top: -80px;
    transform: rotate(0deg);
  }
  .emergency_step ol li.flex_step .dot_txt {
    position: relative;
    padding-left: 13px;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    text-align: left;
    margin: 10px 0 0;
  }
  .emergency_step ol li.flex_step .dot_txt:first-child {
    margin-top: 0;
  }
  .emergency_step ol li.flex_step .dot_txt strong {
    font-weight: 700;
    display: block;
  }
  .emergency_step ol li.flex_step .dot_txt:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    top: 13px;
    background: #747784;
  }
  .kakaopay_emergency .kakaopay_top .kakao_yell_box {
    margin-top: 10px;
    background: #ffeb00;
    padding: 8px 20px;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    border-radius: 10px;
  }
  .kakaopay_emergency .kakaopay_info {
    margin: 40px 0 30px;
  }
  .kakaopay_emergency .kakaopay_info dt {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    line-height: 35px;
  }
  .kakaopay_emergency .kakaopay_info dd {
    margin-top: 17px;
    font-size: 18px;
    line-height: 30px;
    color: #707070;
  }
  .kakaopay_emergency .kakaopay_swiper .step_num {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #4378b5;
  }
  .kakaopay_emergency .kakaopay_swiper .step_disc {
    text-align: center;
    font-size: 18px;
    color: #000;
    position: relative;
    padding-bottom: 14px;
  }
  .kakaopay_emergency .kakaopay_swiper .step_disc:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 20px;
    height: 4px;
    background: #4378b5;
    margin-left: -10px;
  }
  .kakaopay_emergency .kakaopay_swiper .swiper-scrollbar {
    position: relative;
    bottom: 0;
  }
  .kakaopay_emergency .kakaopay_swiper .swiper-nav-area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
  .kakaopay_emergency .kakaopay_swiper .swiper-nav-area .swiper-button-prev {
    position: static;
    top: unset;
    right: unset;
    left: unset;
    margin-top: 0;
    color: #707070;
    width: 40px;
    height: 40px;
    border: 1px solid #cccccc;
    margin: 0 5px;
  }
  .kakaopay_emergency .kakaopay_swiper .swiper-nav-area .swiper-button-prev::after {
    font-size: 10px;
    font-weight: 700;
  }
  .kakaopay_emergency .kakaopay_swiper .swiper-nav-area .swiper-button-next {
    position: static;
    top: unset;
    right: unset;
    left: unset;
    margin-top: 0;
    color: #707070;
    width: 40px;
    height: 40px;
    border: 1px solid #cccccc;
    margin: 0 5px;
  }
  .kakaopay_emergency .kakaopay_swiper .swiper-nav-area .swiper-button-next::after {
    font-size: 10px;
    font-weight: 700;
  }
  .num_list {
    margin-top: 20px;
    counter-reset: colorcircle 0;
  }
  .num_list li {
    padding-left: 25px;
    margin-top: 10px;
    line-height: 26px;
    font-size: 18px;
    color: #707070;
    position: relative;
  }
  .num_list li:before {
    position: absolute;
    top: 3px;
    left: 0;
    counter-increment: colorcircle 1;
    content: counter(colorcircle);
    color: #fff;
    font-size: 12px;
    z-index: 1;
    background: #4378b5;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .num_list li:first-child {
    margin-top: 0;
  }
  .num_list li .strong {
    font-weight: 600;
    color: #000000;
  }
  .num_list li.mt50 {
    margin-top: 50px;
  }
  .list_in_sec {
    padding: 20px 0 30px;
  }
  .list_in_sec dl {
    margin-top: 15px;
  }
  .list_in_sec dl:first-child {
    margin-top: 0;
  }
  .list_in_sec dl dt {
    font-size: 18px;
    color: #129ba9;
    font-weight: 600;
  }
  .list_in_sec dl dd {
    font-size: 18px;
    line-height: 30px;
    color: #707070;
  }
  .dot_list li {
    padding-left: 10px;
    margin-top: 10px;
    line-height: 26px;
    font-size: 18px;
    color: #707070;
    position: relative;
  }
  .dot_list li:first-child {
    margin-top: 0;
  }
  .dot_list li:before {
    content: "·";
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
  }
  .dot_list2 li {
    padding-left: 10px;
    margin-top: 10px;
    line-height: 24px;
    font-size: 15px;
    color: #000;
    position: relative;
  }
  .dot_list2 li:first-child {
    margin-top: 0;
  }
  .dot_list2 li:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    width: 4px;
    height: 4px;
    background: #000;
    left: 0;
  }
  .dot_list3 li {
    padding-left: 20px;
    margin-top: 10px;
    line-height: 30px;
    font-size: 18px;
    color: #707070;
    position: relative;
  }
  .dot_list3 li:first-child {
    margin-top: 0;
  }
  .dot_list3 li:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    width: 4px;
    height: 4px;
    background: #4378b5;
    left: 0;
  }
  .dot_list3.mt30 {
    margin-top: 20px;
  }
  .dot_list3.mt15 {
    margin-top: 15px;
  }
  .num_list + .cont_info {
    margin-top: 40px;
  }
  .cont_info dt {
    font-size: 18px;
    font-weight: 600;
    color: #4378b5;
    margin-top: 30px;
  }
  .cont_info dt:first-child {
    margin-top: 0;
  }
  .cont_info dd {
    margin-top: 5px;
    font-size: 18px;
    color: #707070;
    line-height: 23px;
  }
  .guide_area {
    margin-top: 50px;
  }
  .guide_area .guide_item {
    padding: 30px 0;
    border-top: 1px solid #ccc;
  }
  .guide_area .guide_item:first-child {
    padding-top: 0;
    border-top: 0;
  }
  .guide_area .guide_item:last-child {
    padding-bottom: 0;
  }
  .guide_area .guide_item .item_ico {
    display: none;
  }
  .guide_area .guide_item .item_info {
    flex: 1;
  }
  .guide_area .guide_item .item_info .item_info_tt {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    line-height: 22px;
  }
  .guide_area .guide_item .item_info .num_list {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .guide_area .guide_item .item_info .item_info_txt {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
    color: #707070;
  }
  .info_alert + .document_list {
    margin-top: 30px;
  }
  .document_list ul li {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    position: relative;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .document_list ul li:nth-child(n+2) {
    margin-top: 18px;
  }
  .document_list ul li p {
    font-size: 18px;
    line-height: 21px;
    color: #333;
    width: calc(100% - 45px);
    margin-left: auto;
  }
  .document_list ul li .btn {
    margin-top: 15px;
    width: 100%;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #333;
  }
  .document_list .ico_hangeul {
    width: 33px;
    height: 32px;
    background: url(../images/ico_hangeul.png) center no-repeat;
    background-size: 100%;
    display: block;
  }
  .document_list .ico_word {
    width: 33px;
    height: 32px;
    background: url(../images/ico_word.png) center no-repeat;
    background-size: 100%;
    display: block;
  }
  .document_list .ico_pptx {
    width: 33px;
    height: 32px;
    background: url(../images/ico_ppt.png) center no-repeat;
    background-size: 100%;
    display: block;
  }
  .gray_dash_box {
    border: 1px dashed #ccc;
    background: #f8f8f8;
    padding: 15px 20px;
    margin-top: 25px;
  }
  .gray_dash_box .ico_useinfo_simbol {
    width: 110px;
    height: 110px;
    background: url(../images/ico_info_img.png) center no-repeat;
    background-size: 100%;
    margin: 0 auto 10px;
    display: block;
  }
  .gray_dash_box dl dt {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    text-align: center;
  }
  .gray_dash_box dl dd {
    margin-top: 10px;
    font-size: 18px;
    color: #333;
    line-height: 30px;
  }
  .h_table + .gray_dash_box {
    margin-top: 75px;
  }
  .unpaid_list {
    margin-top: 0;
  }
  .unpaid_list .unpaid_sec {
    margin-top: 75px;
  }
  .unpaid_list .unpaid_sec:first-child {
    margin-top: 0;
  }
  .sub_list {
    margin-top: 30px;
  }
  .sub_list ul {
    display: flex;
    flex-wrap: wrap;
  }
  .sub_list ul li {
    width: 100%;
  }
  .sub_list ul li:nth-child(n+2) {
    margin-top: 20px;
  }
  .sub_list ul li a {
    display: flex;
    align-items: center;
    height: 130px;
    width: 100%;
    border: 1px solid #ccc;
    transition: 200ms;
    padding: 30px;
  }
  .sub_list ul li a .dpt_name {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-left: 20px;
    width: calc(100% - 90px);
  }
  .sub_list ul li a i {
    display: block;
    width: 70px;
    height: 70px;
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
  }
  .sub_list ul li a i.ico_dpt1 {
    background-image: url(../images/ico_dpt1.svg);
  }
  .sub_list ul li a i.ico_dpt2 {
    background-image: url(../images/ico_dpt2.svg);
  }
  .sub_list ul li a i.ico_dpt3 {
    background-image: url(../images/ico_dpt3.svg);
  }
  .sub_list ul li a i.ico_dpt4 {
    background-image: url(../images/ico_dpt4.svg);
  }
  .sub_list ul li a i.ico_dpt5 {
    background-image: url(../images/ico_dpt5.svg);
  }
  .sub_list ul li a i.ico_dpt6 {
    background-image: url(../images/ico_dpt6.svg);
  }
  .sub_list ul li a i.ico_dpt7 {
    background-image: url(../images/ico_dpt7.svg);
  }
  .sub_list ul li a i.ico_dpt8 {
    background-image: url(../images/ico_dpt8.svg);
  }
  .sub_list ul li a i.ico_dpt9 {
    background-image: url(../images/ico_dpt9.svg);
  }
  .sub_list ul li a i.ico_dpt10 {
    background-image: url(../images/ico_dpt10.svg);
  }
  .sub_list ul li a i.ico_dpt11 {
    background-image: url(../images/ico_dpt11.svg);
  }
  .sub_list ul li a i.ico_dpt12 {
    background-image: url(../images/ico_dpt12.svg);
  }
  .sub_list ul li a i.ico_dpt13 {
    background-image: url(../images/ico_dpt13.svg);
  }
  .sub_list ul li a i.ico_dpt14 {
    background-image: url(../images/ico_dpt14.svg);
  }
  .sub_list ul li a i.ico_dpt15 {
    background-image: url(../images/ico_dpt15.svg);
  }
  .sub_list ul li a i.ico_dpt16 {
    background-image: url(../images/ico_dpt16.svg);
  }
  .sub_list ul li a i.ico_dpt17 {
    background-image: url(../images/ico_dpt17.svg);
  }
  .sub_list ul li a i.ico_dpt18 {
    background-image: url(../images/ico_dpt18.svg);
  }
  .sub_list ul li a i.ico_dpt19 {
    background-image: url(../images/ico_dpt19.svg);
  }
  .sub_list ul li a i.ico_dpt20 {
    background-image: url(../images/ico_dpt20.svg);
  }
  .sub_list ul li a i.ico_dpt21 {
    background-image: url(../images/ico_dpt21.svg);
  }
  .sub_list ul li a i.ico_dpt22 {
    background-image: url(../images/ico_dpt22.svg);
  }
  .sub_list ul li a i.ico_dpt23 {
    background-image: url(../images/ico_dpt23.svg);
  }
  .sub_list ul li a i.ico_dpt24 {
    background-image: url(../images/ico_dpt24.svg);
  }
  .sub_list ul li a i.ico_dpt25 {
    background-image: url(../images/ico_dpt25.svg);
  }
  .sub_list ul li a i.ico_dpt26 {
    background-image: url(../images/ico_dpt26.svg);
  }
  .sub_list ul li a i.ico_dpt27 {
    background-image: url(../images/ico_dpt27.svg);
  }
  .sub_list ul li a i.ico_dpt28 {
    background-image: url(../images/ico_dpt28.svg);
  }
  .sub_list ul li a i.ico_dpt29 {
    background-image: url(../images/ico_dpt29.svg);
  }
  .sub_list ul li a i.ico_dpt30 {
    background-image: url(../images/ico_dpt30.svg);
  }
  .sub_list ul li a i.ico_dpt31 {
    background-image: url(../images/ico_dpt31.svg);
  }
  .sub_list ul li a i.ico_dpt34 {
    background-image: url(../images/ico_dpt34.svg);
  }

  .sub_list ul li a i.ico_dpt35 {
    background-image: url(../images/ico_dpt35.svg);
  }


  .sub_list ul li a i.ico_dpt32 {
    background-image: url(../images/ico_dpt32.svg);
  }
  .sub_list ul li a i.ico_dpt33 {
    background-image: url(../images/ico_dpt33.svg);
  }


  .sub_list ul li a:hover {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
    border-color: #fff;
  }
  .medical_staff_list .medical_staff {
    width: 100%;
    border: 1px solid #ccc;
    border-top: 2px solid #0272b3;
    text-align: left;
  }
  .medical_staff_list .medical_staff:nth-child(n+2) {
    margin-top: 20px;
  }
  .medical_staff_list .medical_staff button {
    width: 100%;
    padding: 15px;
  }
  .medical_staff_list .medical_staff .ms_thumb {
    width: 150px;
    overflow: hidden;
    margin: 0 auto;
  }
  .medical_staff_list .medical_staff .ms_thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .medical_staff_list .medical_staff .ms_cont {
    margin-top: 10px;
  }
  .medical_staff_list .medical_staff .ms_cont .ms_tit {
    padding: 5px 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px dashed #e2e2e2;
  }
  .medical_staff_list .medical_staff .ms_cont .ms_tit .name {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 30px;
  }
  .medical_staff_list .medical_staff .ms_cont .ms_tit .major {
    font-size: 18px;
    font-weight: 600;
    color: #0272b3;
    padding-left: 21px;
    position: relative;
    margin-left: 20px;
  }
  .medical_staff_list .medical_staff .ms_cont .ms_tit .major:before {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    background: #707070;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
  }
  .medical_staff_list .medical_staff .ms_cont dl {
    text-align: left;
    margin-top: 20px;
  }
  .medical_staff_list .medical_staff .ms_cont dl dt {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    line-height: 30px;
  }
  .medical_staff_list .medical_staff .ms_cont dl dd {
    margin-top: 15px;
  }
  .medical_staff_list .medical_staff .ms_cont dl dd li {
    font-size: 18px;
    line-height: 30px;
    color: #707070;
  }
  .pop .ms_detail_cont {
    background: #fff;
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    height: 100%;
  }
  .pop .ms_detail_cont .pop_tit {
    border-bottom: 1px solid #707070;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
  }
  .pop .ms_detail_cont .pop_tit strong {
    font-size: 28px;
    font-weight: 600;
    color: #000;
  }
  .pop .ms_detail_cont .pop_tit .btn-pop-close {
    display: block;
    width: 25px;
    height: 25px;
    margin-left: auto;
    font-size: 0;
    line-height: 0;
    background: url(../images/ico_pop_close.svg) center no-repeat;
  }
  .pop .ms_detail_cont .pop_cont {
    height: calc(100% - 58px);
    overflow-y: auto;
    padding: 30px 0;
  }
  .pop .ms_detail_cont .pop_cont .ms_thumb {
    width: 150px;
    overflow: hidden;
    margin: 0 auto;
  }
  .pop .ms_detail_cont .pop_cont .ms_thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont {
    margin-top: 20px;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont .ms_tit {
    padding: 0 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px dashed #e2e2e2;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont .ms_tit .name {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 30px;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont .ms_tit .major {
    font-size: 18px;
    font-weight: 600;
    color: #0272b3;
    padding-left: 21px;
    position: relative;
    margin-left: 20px;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont .ms_tit .major:before {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    background: #707070;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont dl {
    margin-top: 22px;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont dl dt {
    font-size: 20px;
    font-weight: 600;
    color: #0272b3;
    margin-top: 20px;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont dl dt:first-child {
    margin-top: 0;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont dl dd {
    margin-top: 10px;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont dl dd li {
    font-size: 18px;
    line-height: 30px;
    color: #555555;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont .medical_schedule table {
    width: 100%;
    display: flex;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont .medical_schedule table caption {
    display: none;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont .medical_schedule table thead {
    width: 50%;
    position: relative;
    border: 1px solid #cccccc;
    background: #f4f5f9;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont .medical_schedule table thead tr {
    display: block;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont .medical_schedule table thead tr th {
    display: block;
    border-top: 1px solid #cccccc;
    background: #f4f5f9;
    font-size: 15px;
    line-height: 24px;
    padding: 10px 0;
    font-weight: 600;
    color: #555555;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont .medical_schedule table thead tr th:first-child {
    border-top: 0;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont .medical_schedule table thead tr:first-child th:last-child {
    height: 135px;
    padding-right: 50%;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont .medical_schedule table thead tr:nth-child(2) {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    border-left: 1px solid #ccc;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont .medical_schedule table tbody {
    display: flex;
    width: 50%;
    border: 1px solid #ccc;
    border-left: 0;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont .medical_schedule table tbody tr {
    flex: 1;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont .medical_schedule table tbody tr:nth-child(2) {
    border-left: 1px solid #ccc;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont .medical_schedule table tbody td {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #cccccc;
    text-align: center;
    padding: 10px 0;
    font-size: 15px;
    line-height: 24px;
    color: #555;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont .medical_schedule table tbody td:first-child {
    border-top: 0;
  }
  .pop .ms_detail_cont .pop_cont .ms_cont .medical_schedule table tbody td strong {
    font-weight: 700;
  }
  .in_cont_sec {
    margin-top: 50px;
  }
  .in_cont_sec:first-child {
    margin-top: 30px;
  }
  .in_cont_sec .in_cont_tit {
    font-size: 20px;
    font-weight: 600;
    color: #4378b5;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .in_cont_sec .in_cont_txt {
    font-size: 18px;
    line-height: 30px;
    color: #707070;
  }
  .in_cont_sec .in_cont_txt + .in_cont_flex {
    margin-top: 20px;
  }
  .in_cont_sec .in_cont_txt.mt15 {
    margin-top: 15px;
  }
  .in_cont_sec.mt50 {
    margin-top: 30px;
  }
  .in_cont_sec .in_cont_imgarea {
    margin-top: 50px;
    background: #f9f9f9;
    padding: 45px 0;
    text-align: center;
  }
  .in_cont_sec .in_cont_imgarea .in_cont_img_tit {
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
  }
  .in_cont_sec .in_cont_imgarea .in_cont_img_tit strong {
    font-weight: 500;
  }
  .in_cont_sec .in_cont_imgarea.mt0 {
    margin-top: 0;
  }
  .in_cont_sec .in_cont_imgarea .name {
    margin-top: 15px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_1_1 {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    max-width: 1200px;
    justify-content: space-between;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_1_1 li {
    width: 33.33%;
    text-align: center;
    padding: 0 10px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_1_1 li:nth-child(n+4) {
    margin-top: 30px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_1_2 {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    max-width: 850px;
    justify-content: center;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_1_2 li {
    padding: 0 10px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_1_2 li:nth-child(n+3) {
    margin-top: 30px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_1_2 .img {
    height: 116px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_1_2 .img img {
    height: 116px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_1 {
    display: flex;
    width: 95%;
    justify-content: center;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_1 li {
    width: 33.33%;
    text-align: center;
    padding: 0 15px;
    position: relative;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_1 li:before {
    content: "";
    display: block;
    position: absolute;
    left: -3px;
    top: 40px;
    width: 6px;
    height: 11px;
    background: url(../images/in_cont_arrow.svg) center no-repeat;
    background-size: 100%;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_1 li:first-child {
    margin-left: 0;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_1 li:first-child:before {
    display: none;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_2 {
    display: flex;
    width: 95%;
    justify-content: center;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_2 li {
    text-align: center;
    position: relative;
    width: 50%;
    padding: 0 15px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_2 li:before {
    content: "";
    display: block;
    position: absolute;
    left: -3px;
    top: 40px;
    width: 6px;
    height: 11px;
    background: url(../images/in_cont_arrow.svg) center no-repeat;
    background-size: 100%;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_2 li:first-child {
    margin-left: 0;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_2 li:first-child:before {
    display: none;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_2 li .disc {
    font-size: 15px;
    color: #707070;
    line-height: 20px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_3 {
    display: flex;
    width: 95%;
    justify-content: center;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_3 li {
    width: 33.33%;
    text-align: center;
    position: relative;
    padding: 0 15px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_3 li:before {
    content: "";
    display: block;
    position: absolute;
    left: -3px;
    top: 40px;
    width: 6px;
    height: 11px;
    background: url(../images/in_cont_arrow.svg) center no-repeat;
    background-size: 100%;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_3 li:first-child, .in_cont_sec .in_cont_imgarea .imgarea2_2_2_3 li:nth-child(4) {
    margin-left: 0;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_3 li:first-child:before, .in_cont_sec .in_cont_imgarea .imgarea2_2_2_3 li:nth-child(4):before {
    display: none;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_2_3 li:nth-child(n+4) {
    margin-top: 50px;
    width: 50%;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_4 {
    display: flex;
    width: 90%;
    justify-content: space-between;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_4 li {
    width: 50%;
    padding: 0 10px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_5_1 {
    display: flex;
    width: 95%;
    justify-content: center;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_5_1 li {
    width: 33.33%;
    padding: 0 10px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_5_1 .img img {
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_5_2 {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    justify-content: center;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_5_2 li {
    width: 50%;
    padding: 0 15px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_5_2 li:nth-child(n+3) {
    margin-top: 30px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_5_2 .img img {
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_6 {
    display: flex;
    width: 95%;
    max-width: 1200px;
    justify-content: space-around;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_6 li {
    text-align: center;
    width: 33.33%;
    padding: 0 5px;
    position: relative;
    padding-bottom: 45px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_6 li:first-child {
    margin-left: 0;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_6 li .img img {
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_6 li .disc {
    font-size: 15px;
    color: #707070;
    line-height: 20px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_9 {
    display: flex;
    width: 95%;
    max-width: 1200px;
    justify-content: center;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_9 li {
    width: 33.33%;
    text-align: center;
    padding: 0 15px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_9 li:first-child {
    margin-left: 0;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_9 li .img img {
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_10 {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    justify-content: center;
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_10 li {
    width: 50%;
    padding: 0 15px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_10 li:nth-child(n+3) {
    margin-top: 30px;
  }
  .in_cont_sec .in_cont_imgarea .imgarea2_2_10 .img img {
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_imgarea .img_ct {
    max-width: 749px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .in_cont_sec .in_dash_box {
    margin-top: 30px;
    border: 1px dashed #ccc;
    background: #f9f9f9;
    padding: 30px;
  }
  .in_cont_sec .in_dash_box dt {
    font-size: 20px;
    font-weight: 600;
    color: #4378b5;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .in_cont_sec .in_dash_box dd li {
    font-size: 18px;
    line-height: 30px;
    color: #707070;
  }
  .in_cont_sec .in_cont_flex .h_table {
    width: 100%;
    margin-top: 0;
  }
  .in_cont_sec .in_cont_flex .v_table2 {
    width: 100%;
    margin-top: 0;
  }
  .in_cont_sec .in_cont_flex .flex_in_left {
    width: 100%;
  }
  .in_cont_sec .in_cont_flex .flex_in_img {
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }
  .in_cont_sec .in_cont_flex .flex_in_img img {
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_flex .flex_in_left2 {
    width: 100%;
  }
  .in_cont_sec .in_cont_flex .flex_in_img2 {
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }
  .in_cont_sec .in_cont_flex .flex_in_img2 img {
    margin: 0 auto;
  }
  .in_cont_sec .in_cont_flex .half:nth-child(2) {
    margin-top: 20px;
  }
  .in_cont_sec .in_cont_223 .cont_item {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
    width: 100%;
  }
  .in_cont_sec .in_cont_223 .cont_item:first-child {
    padding-top: 0;
  }
  .in_cont_sec .in_cont_223 .cont_item i {
    display: block;
    width: 90px;
    margin-right: 50px;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 90px;
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_1 {
    background-image: url(../images/ico_cont_223_1.svg);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_2 {
    background-image: url(../images/ico_cont_223_2.svg);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_3 {
    background-image: url(../images/ico_cont_223_3.svg);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_4 {
    background-image: url(../images/ico_cont_223_4.svg);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_5 {
    background-image: url(../images/ico_cont_223_5.svg);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_6 {
    background-image: url(../images/ico_cont_223_6.svg);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_7 {
    background-image: url(../images/ico_cont_223_7.svg);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_8 {
    background-image: url(../images/ico_cont_223_8.svg);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_9 {
    background-image: url(../images/ico_cont_223_9.svg);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_10 {
    background-image: url(../images/ico_cont_223_10.svg);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_11 {
    background-image: url(../images/ico_cont_223_11.svg);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_12 {
    background-image: url(../images/ico_cont_223_12.svg);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_13 {
    background-image: url(../images/ico_cont_223_13.svg);
  }


  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_21 {
    background-image: url(../images/mnimg_01.png);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_22 {
    background-image: url(../images/mnimg_02.png);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_23 {
    background-image: url(../images/mnimg_03.png);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_24 {
    background-image: url(../images/mnimg_04.png);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_25 {
    background-image: url(../images/mnimg_05.png);
  }
  .in_cont_sec .in_cont_223 .cont_item i.ico_cont_223_26 {
    background-image: url(../images/mnimg_06.png);
  }


  .in_cont_sec .in_cont_223 .cont_item .in_cont_area {
    margin-top: 15px;
    width: 100%;
  }
  .in_cont_sec .in_cont_223 .cont_item .in_cont_area dt {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
  }
  .in_cont_sec .in_cont_223 .cont_item .in_cont_area dd {
    font-size: 18px;
    line-height: 30px;
    color: #707070;
  }
  .in_tnumb_228 {
    margin-top: 30px;
  }
  .mt10 {
    margin-top: 10px;
  }
  .mt80 {
    margin-top: 30px !important;
  }
  .greetings_area {
    position: relative;
  }
  .greetings_area .hd_img {
    position: relative;
  }
  .greetings_area .hd_img .hd_name {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-top: 2px;
    background: transparent linear-gradient(90deg, rgb(25, 168, 206) 0%, rgb(1, 111, 177) 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px rgba(55, 128, 193, 0.61);
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
  }
  .greetings_area .hd_img .hd_name strong {
    font-size: 24px;
    font-weight: 600;
    margin-left: 10px;
  }
  .greetings_area .hd_cont {
    background: #f4f5f9;
    padding: 30px 20px;
  }
  .greetings_area .hd_cont dt {
    font-size: 20px;
    line-height: 28px;
    color: #4378b5;
    font-weight: 600;
  }
  .greetings_area .hd_cont dt .t_bk {
    color: #333;
  }
  .greetings_area .hd_cont dd {
    margin-top: 20px;
    font-size: 15px;
    line-height: 23px;
    color: #707070;
  }
  .vision_area {
    padding-top: 40px;
  }
  .vision_area .vision_item {
    margin-top: 50px;
    position: relative;
  }
  .vision_area .vision_item:before {
    content: "";
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 60px;
    position: absolute;
    top: 0;
    left: 70px;
    border-width: 30px;
    border-style: solid;
  }
  .vision_area .vision_item:first-child {
    margin-top: 0;
  }
  .vision_area .vision_item .vision_simbol {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .vision_area .vision_item .vision_simbol span {
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    color: #fff;
  }
  .vision_area .vision_item .vision_simbol:before {
    content: "";
    display: block;
    width: 220px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 120px;
  }
  .vision_area .vision_item:nth-child(odd)::before {
    border-color: rgba(18, 155, 169, 0.1);
  }
  .vision_area .vision_item:nth-child(odd) .vision_simbol {
    background: #129ba9;
  }
  .vision_area .vision_item:nth-child(odd) .vision_simbol:before {
    background: #129ba9;
  }
  .vision_area .vision_item:nth-child(even)::before {
    border-color: rgba(67, 120, 181, 0.1);
  }
  .vision_area .vision_item:nth-child(even) .vision_simbol {
    background: #4378b5;
  }
  .vision_area .vision_item:nth-child(even) .vision_simbol:before {
    background: #4378b5;
  }
  .vision_area .vision_item .vision_cont {
    margin-top: 20px;
  }
  .vision_area .vision_item .vision_cont .dot_list3 li {
    color: #333333;
  }
  .vision_area .vision_item .vision_cont .t_emerald {
    color: #129ba9;
  }
  .vision_area .vision_item .vision_cont .t_blue {
    color: #4378b5;
  }
  .histroy_area {
    position: relative;
  }
  .histroy_area .history_item {
    padding-bottom: 50px;
    position: relative;
    padding-left: 30px;
  }
  .histroy_area .history_item:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 22px;
    left: 5px;
    background: #cccccc;
  }
  .histroy_area .history_item:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #4378b5;
    left: 0;
    top: 15px;
  }
  .histroy_area .history_item:last-child {
    padding-bottom: 0;
  }
  .histroy_area .history_item:last-child:before {
    display: none;
  }
  .histroy_area .history_item ul {
    margin-top: 10px;
  }
  .histroy_area .history_item ul li {
    display: flex;
    margin-top: 10px;
  }
  .histroy_area .history_item ul li:first-child {
    margin-top: 0;
  }
  .histroy_area .history_item ul li .year {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #4378b5;
    width: 65px;
  }
  .histroy_area .history_item ul li .disc {
    font-size: 18px;
    line-height: 22px;
    color: #333;
    flex: 1;
  }
  .histroy_area .history_item .history_year {
    font-size: 35px;
    line-height: 40px;
    font-weight: 300;
    color: #4378b5;
  }
  .ci_area {
    padding-top: 50px;
  }
  .ci_area .ci_sec {
    margin-top: 85px;
  }
  .ci_area .ci_sec:first-child {
    margin-top: 0;
  }
  .ci_area .ci_sec .ci_tit {
    display: flex;
    align-items: center;
  }
  .ci_area .ci_sec .ci_tit strong {
    font-size: 28px;
    color: #4378b5;
    font-weight: 600;
  }
  .ci_area .ci_sec .ci_tit span {
    font-size: 18px;
    color: #707070;
    margin-left: 10px;
  }
  .ci_area .ci_sec .ci_cont .ci_txt1 {
    margin-top: 30px;
    flex: 1;
  }
  .ci_area .ci_sec .ci_cont .ci_txt1 dt {
    font-size: 24px;
    font-weight: 600;
    color: #129ba9;
    line-height: 29px;
  }
  .ci_area .ci_sec .ci_cont .ci_txt1 dd {
    margin-top: 5px;
    font-size: 18px;
    line-height: 30px;
    color: #707070;
  }
  .ci_area .ci_sec .ci_cont .ci_txt1 .ci_info {
    margin-top: 20px;
  }
  .ci_area .ci_sec .ci_cont .ci_txt2 {
    margin-top: 30px;
  }
  .ci_area .ci_sec .ci_cont .ci_txt3 {
    margin-top: 30px;
  }
  .ci_area .ci_sec .ci_cont .ci_info {
    font-size: 15px;
    line-height: 18px;
    color: #be2828;
    padding-left: 15px;
    text-indent: -15px;
  }
  .organization_chart {
    margin-top: 50px;
    /*background: #f4f5f9;
    padding: 50px 20px;*/
  }
  .organization_chart img {
    margin: 0 auto;
  }
  .organization_chart .oc_item {
    max-width: 140px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .organization_chart .oc_item.green_bg {
    background: #1bbf5d;
    position: relative;
  }
  .organization_chart .oc_item.green_bg:before {
    content: "";
    display: block;
    position: absolute;
    top: 56px;
    left: 50%;
    width: 1px;
    height: 200px;
    background: #ccc;
  }
  .organization_chart .oc_item p {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
  }
  .organization_chart .oc_flex1 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 19px;
  }
  .organization_chart .oc_flex1:before {
    content: "";
    display: block;
    width: 40px;
    top: 50%;
    height: 1px;
    left: 50%;
    margin-left: -20px;
    background: #ccc;
    position: absolute;
  }
  .organization_chart .oc_flex1 .oc_box {
    flex: 1;
    max-width: 140px;
  }
  .organization_chart .oc_flex1 .oc_box:nth-child(n+2) {
    margin-left: 40px;
  }
  .organization_chart .oc_flex1 .oc_item {
    background: #22a798;
  }
  .organization_chart .oc_flex1 .oc_item p:nth-child(n+2) {
    border-top: 1px solid rgba(232, 232, 232, 0.5);
  }
  .organization_chart .oc_flex2 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 40px;
  }
  .organization_chart .oc_flex2:before {
    content: "";
    display: block;
    width: 40px;
    top: 50%;
    height: 1px;
    left: 50%;
    margin-left: -20px;
    background: #ccc;
    position: absolute;
  }
  .organization_chart .oc_flex2 .oc_box {
    flex: 1;
    max-width: 300px;
  }
  .organization_chart .oc_flex2 .oc_box:nth-child(n+2) {
    margin-left: 40px;
  }
  .organization_chart .oc_flex2 .oc_item {
    background: #4378b5;
    position: relative;
  }
  .organization_chart .oc_flex3 {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .organization_chart .oc_flex3 .oc_flex_in {
    flex: 1;
    max-width: 300px;
  }
  .organization_chart .oc_flex3 .oc_flex_in:nth-child(n+2) {
    margin-left: 40px;
  }
  .organization_chart .oc_flex3 .oc_box {
    flex: 1;
    position: relative;
  }
  .organization_chart .oc_flex3 .oc_box:nth-child(n+2) {
    margin-top: 40px;
  }
  .organization_chart .oc_flex3 .oc_item {
    background: #fff;
    border: 1px solid #ddd;
    margin-top: 10px;
    position: relative;
  }
  .organization_chart .oc_flex3 .oc_item:first-child {
    margin-top: 0;
  }
  .organization_chart .oc_flex3 .oc_item:first-child:before {
    display: none;
  }
  .organization_chart .oc_flex3 .oc_item:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -10px;
    width: 1px;
    display: block;
    height: 10px;
    background: #ccc;
  }
  .organization_chart .oc_flex3 .oc_item p {
    color: #707070;
  }
  .floor_wrap {
    margin-top: 50px;
  }
  .floor_wrap .floor_sec:first-child .floor_info {
    border-top: 1px solid #ccc;
  }
  .floor_wrap .floor_sec .floor_info {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid transparent;
    border-left: 1px solid #e5e5e5;
  }
  .floor_wrap .floor_sec .floor_info button {
    display: flex;
    width: 100%;
    align-items: stretch;
  }
  .floor_wrap .floor_sec .floor_info button .floor_label {
    width: 60px;
    background: #e5e5e5;
    text-align: center;
    font-size: 18px;
    color: #000;
    line-height: 21px;
    padding: 20px 0;
  }
  .floor_wrap .floor_sec .floor_info button .floor_info_cont {
    flex: 1;
    padding: 8px 10px;
    display: flex;
    flex-wrap: wrap;
  }
  .floor_wrap .floor_sec .floor_info button .floor_info_cont span {
    font-size: 18px;
    line-height: 21px;
    padding: 10px;
    color: #707070;
    display: block;
    text-align: left;
    width: 50%;
  }
  .floor_wrap .floor_sec .floor_img_area {
    display: none;
    background: #f9f9f9;
    padding: 30px;
    border-bottom: 1px solid #ccc;
  }
  .floor_wrap .floor_sec .floor_img_area .floor_slide_area {
    position: relative;
    max-width: 730px;
    margin: 0 auto;
  }
  .floor_wrap .floor_sec .floor_img_area .floor_slide_area .swiper-wrapper {
    align-items: center;
  }
  .floor_wrap .floor_sec .floor_img_area .floor_slide_area .swiper-pagination {
    position: static;
    bottom: 0;
    margin-top: 10px;
  }
  .floor_wrap .floor_sec .floor_img_area .floor_slide_area .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background: #fff;
    opacity: 1;
    border: 1px solid #ddd;
  }
  .floor_wrap .floor_sec .floor_img_area .floor_slide_area .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #4378b5;
    border: 0;
  }
  .floor_wrap .floor_sec .floor_img_area .floor_slide_area .swiper-button-prev {
    display: none;
  }
  .floor_wrap .floor_sec .floor_img_area .floor_slide_area .swiper-button-next {
    display: none;
  }
  .floor_wrap .floor_sec.active_sec {
    margin-top: -1px;
  }
  .floor_wrap .floor_sec.active_sec .floor_info {
    border: 1px solid #208fd1;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  }
  .floor_wrap .floor_sec.active_sec .floor_info .floor_label {
    color: #fff;
    background: rgb(25, 168, 206);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgb(25, 168, 206)), color-stop(100%, rgb(1, 111, 177)));
    background: linear-gradient(to right, rgb(25, 168, 206) 0%, rgb(1, 111, 177) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#19a8ce", endColorstr="#016fb1", GradientType=1 );
  }
  .floor_wrap .floor_sec.active_sec .floor_info .floor_info_cont span {
    color: #208fd1;
    font-weight: 600;
  }
  .floor_wrap .floor_sec.active_sec .floor_img_area {
    display: block;
  }
  .location_wrap {
    padding-top: 50px;
  }
  .location_wrap .map_area {
    position: relative;
    padding-bottom: 100%;
    border: 1px solid #ccc;
  }
  .location_wrap .map_area iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
  }
  .location_wrap .location_area {
    margin-top: 40px;
  }
  .location_wrap .location_area .loca_sec {
    display: flex;
    width: 100%;
  }
  .location_wrap .location_area .loca_sec2 {
    box-shadow: 10px 0px 40px rgba(0, 0, 0, 0.07);
  }

  .location_wrap .location_area .loca_sec:nth-child(n+2) {
    margin-top: 30px;
    border-top: 1px solid #ccc;
    padding-top: 30px;
  }
  .location_wrap .location_area .loca_sec .ico_loca1,
.location_wrap .location_area .loca_sec .ico_loca2,
.location_wrap .location_area .loca_sec .ico_loca3,
.location_wrap .location_area .loca_sec .ico_loca4 {
    display: none;
  }
  .location_wrap .location_area .loca_sec .loca_cont {
    width: 100%;
    margin-left: auto;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_tit {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #4378b5;
    padding-top: 20px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list {
    margin-top: 15px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li:first-child {
    margin-top: 0;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #0d64b7;
    margin-right: 5px;
    margin-top: 8px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li .label {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-right: 5px;
    line-height: 21px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li .loca_box {
    width: 100%;
    display: flex;
    margin-top: 5px;
    flex-wrap: wrap;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li .loca_box span {
    font-size: 18px;
    line-height: 21px;
    color: #707070;
    padding-left: 15px;
    margin-left: 12px;
    margin-top: 5px;
    position: relative;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li .loca_box span:before {
    content: "";
    display: block;
    width: 5px;
    height: 8px;
    background: url(../images/ico_arrow_blue.svg) center no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li .loca_box span:first-child {
    padding-left: 0;
    margin-left: 0;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_list li .loca_box span:first-child:before {
    display: none;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_info_wrap .loca_info {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_info_wrap .loca_info .loca_info_tit {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_info_wrap .loca_info .loca_info_tit:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #0d64b7;
    margin-right: 5px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_info_wrap .loca_info img {
    width: 100%;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_metro {
    margin-top: 20px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_metro li {
    display: flex;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_metro li .metro_line {
    width: 27px;
    height: 27px;
    border-radius: 14px;
    background: #129ba9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    margin-right: 12px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_metro li:nth-child(n+2) {
    margin-top: 12px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_metro li .metro_txt {
    font-size: 18px;
    color: #000;
  }
  .location_wrap .location_area .loca_sec .loca_cont .loca_metro li .metro_txt .t_emerald {
    color: #129ba9;
    font-weight: 600;
  }
  .location_wrap .location_area .loca_sec .loca_cont .shuttle_area {
    margin-top: 20px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .shuttle_area .shuttle_timetable {
    margin-top: 30px;
  }
  .location_wrap .location_area .loca_sec .loca_cont .shuttle_area .shuttle_timetable .tit {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    position: relative;
  }
  .location_wrap .location_area .loca_sec .loca_cont .shuttle_area .shuttle_timetable .time_img {
    max-width: 564px;
    margin-top: -10px;
  }
}


/*** 2025-07-16 추가 ***/
/* 진료협력센터 소개 */
.main-work { margin-top:50px; display:flex; gap:20px; }
.main-work li { width:calc((100% - 60px) / 4); border:1px solid #ccc; padding:30px; text-align:center; }
.main-work li .tit { display:flex; align-items: center; justify-content: center; gap:25px; font-size:26px; font-weight:600; }
.main-work li:nth-child(1) i {  width:80px; height:80px; background: url("../images/hpcenter/ico_mainwork_1.svg") 50% 50% no-repeat; }
.main-work li:nth-child(2) i {  width:80px; height:80px; background: url("../images/hpcenter/ico_mainwork_2.svg") 50% 50% no-repeat; }
.main-work li:nth-child(3) i {  width:80px; height:80px; background: url("../images/hpcenter/ico_mainwork_3.svg") 50% 50% no-repeat; }
.main-work li:nth-child(4) i {  width:80px; height:80px; background: url("../images/hpcenter/ico_mainwork_4.svg") 50% 50% no-repeat; }
.main-work li .des { margin:20px 0 0; font-size:18px; font-weight:400; color:#505050; }

.main-use { margin-top:50px; background:#F4F5F9;  padding:57px 127px 40px; }
.main-use ul { display:flex; justify-content: center; gap: 100px;  }
.main-use li { flex:1 0 auto; position:relative; text-align:center; }
.main-use li:not(:last-child)::after {
    content: "";  
    position: absolute; 
    top: 50%; 
    left: calc(100% + 50px); /* gap의 절반만큼 오른쪽으로 이동 */
    transform: translateY(-50%); /* 세로 중앙 정렬 */
    width: 13px; 
    height: 21px; 
    background: url("../images/hpcenter/ico_mainuse_arrow.svg") 50% 50% no-repeat; 
    background-size: contain; 
    z-index: 1;
}
.main-use li:nth-child(1) .ico { display:block; margin:0 auto; width:140px; height:140px; background: url("../images/hpcenter/ico_mainuse_1.svg") 50% 50% no-repeat; }
.main-use li:nth-child(2) .ico { display:block; margin:0 auto; width:140px; height:140px; background: url("../images/hpcenter/ico_mainuse_2.svg") 50% 50% no-repeat; }
.main-use li:nth-child(3) .ico { display:block; margin:0 auto; width:140px; height:140px; background: url("../images/hpcenter/ico_mainuse_3.svg") 50% 50% no-repeat; }
.main-use li:nth-child(4) .ico { display:block; margin:0 auto; width:140px; height:140px; background: url("../images/hpcenter/ico_mainuse_4.svg") 50% 50% no-repeat; }
.main-use li:nth-child(5) .ico { display:block; margin:0 auto; width:140px; height:140px; background: url("../images/hpcenter/ico_mainuse_5.svg") 50% 50% no-repeat; }
.main-use li .des { margin:10px 0 0; font-size:20px; font-weight:500; color:#222; }

.list-num { margin:41px 0 0; list-style: none; counter-reset: item; padding-left: 0; }
.list-num li {
  position: relative;
  padding-left:  30px;
  line-height:2;
  counter-increment: item;
  font-size:18px;
  color:#707070;
}
.list-num li::before {
  content: counter(item);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #4378B5;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 13px;
}

.main-use2 { margin:40px 0 0; background:#F4F5F9;  padding:57px 127px 40px; }
.main-use2 ul { display:flex; justify-content: center; }
.main-use2 li { position:relative; text-align:center; }
.main-use2 li:nth-child(1) .ico { display:block; margin:0 auto; width:140px; height:140px; background: url("../images/hpcenter/ico_mainuse2_1.svg") 50% 50% no-repeat; }
.main-use2 li:nth-child(2) .ico { display:block; margin:0 auto; width:140px; height:140px; background: url("../images/hpcenter/ico_mainuse2_2.svg") 50% 50% no-repeat; }
.main-use2 li:nth-child(3) .ico { display:block; margin:0 auto; width:140px; height:140px; background: url("../images/hpcenter/ico_mainuse2_3.svg") 50% 50% no-repeat; }
.main-use2 li:nth-child(4) .ico { display:block; margin:0 auto; width:140px; height:140px; background: url("../images/hpcenter/ico_mainuse2_4.svg") 50% 50% no-repeat; }
.main-use2 li:nth-child(5) .ico { display:block; margin:0 auto; width:140px; height:140px; background: url("../images/hpcenter/ico_mainuse2_5.svg") 50% 50% no-repeat; }
.main-use2 li .des { margin:10px 0 0; font-size:20px; font-weight:500; color:#222; }

.main-box-list { margin:50px 0 0; }
.main-box-list ul { display:flex; justify-content: center; gap:40px; }
.main-box-list li { width:calc((100% - 80px) / 3); border:1px solid #ccc; border-radius:20px; padding:30px; text-align:center;}
.main-box-list li:nth-child(1) .ico { display:block; margin:0 auto; width:120px; height:120px; background: url("../images/hpcenter/ico_mainboxlist_1.svg") 50% 50% no-repeat; }
.main-box-list li:nth-child(2) .ico { display:block; margin:0 auto; width:120px; height:120px; background: url("../images/hpcenter/ico_mainboxlist_2.svg") 50% 50% no-repeat; }
.main-box-list li:nth-child(3) .ico { display:block; margin:0 auto; width:120px; height:120px; background: url("../images/hpcenter/ico_mainboxlist_3.svg") 50% 50% no-repeat; }
.main-box-list li .des { margin:16px 0 0; font-size:22px; font-weight:600; color:#129BA9; }
.main-box-list li .des2 { margin:6px 0 0; font-size:24px; font-weight:500; color:#222; }

.main-box-list2 { margin:50px 0 0; }
.main-box-list2 ul { display:flex; justify-content: center; gap:40px; }
.main-box-list2 li { width:calc((100% - 80px) / 3); border:1px solid #ccc; border-radius:20px; padding:30px; text-align:center;}
.main-box-list2 li:nth-child(1) .ico { display:block; margin:0 auto; width:120px; height:120px; background: url("../images/hpcenter/ico_mainboxlist2_1.svg") 50% 50% no-repeat; }
.main-box-list2 li:nth-child(2) .ico { display:block; margin:0 auto; width:120px; height:120px; background: url("../images/hpcenter/ico_mainboxlist2_2.svg") 50% 50% no-repeat; }
.main-box-list2 li:nth-child(3) .ico { display:block; margin:0 auto; width:120px; height:120px; background: url("../images/hpcenter/ico_mainboxlist2_3.svg") 50% 50% no-repeat; }
.main-box-list2 li .des { margin:16px 0 0; font-size:22px; font-weight:600; color:#129BA9; }
.main-box-list2 li .des2 { margin:6px 0 0; font-size:24px; font-weight:500; color:#222; }

@media (max-width: 1209px) {
  /* 진료협력센터 소개 */
  .main-work { display:block; gap:20px; }
  .main-work li { width:100%; border:1px solid #ccc; padding:30px; text-align:center; }
  .main-work li:not(:last-child) { margin:0 0 20px; }
  .main-work li .tit { display:flex; align-items: center; justify-content: center; gap:25px; font-size:26px; font-weight:600; }
  .main-work li:nth-child(1) i {  width:80px; height:80px; background: url("../images/hpcenter/ico_mainwork_1.svg") 50% 50% no-repeat; }
  .main-work li:nth-child(2) i {  width:80px; height:80px; background: url("../images/hpcenter/ico_mainwork_2.svg") 50% 50% no-repeat; }
  .main-work li:nth-child(3) i {  width:80px; height:80px; background: url("../images/hpcenter/ico_mainwork_3.svg") 50% 50% no-repeat; }
  .main-work li:nth-child(4) i {  width:80px; height:80px; background: url("../images/hpcenter/ico_mainwork_4.svg") 50% 50% no-repeat; }
  .main-work li .des { margin:20px 0 0; font-size:18px; font-weight:400; color:#505050; }

  .main-use { background:#F4F5F9;  padding:57px 127px 40px; }
  .main-use ul { display:flex; justify-content: center; gap: 50px; flex-wrap:wrap; }
  .main-use li { flex:1 0 auto; position:relative; text-align:center; }
  .main-use li:not(:last-child)::after {
      content: "";  
      position: absolute; 
      top: 50%; 
      left: calc(100% + 50px); /* gap의 절반만큼 오른쪽으로 이동 */
      transform: translateY(-50%); /* 세로 중앙 정렬 */
      width: 13px; 
      height: 21px; 
      background: url("../images/hpcenter/ico_mainuse_arrow.svg") 50% 50% no-repeat; 
      background-size: contain; 
      z-index: 1;
      display:none;
  }
  .main-use li:nth-child(1) .ico { display:block; margin:0 auto; width:140px; height:140px; background: url("../images/hpcenter/ico_mainuse_1.svg") 50% 50% no-repeat; }
  .main-use li:nth-child(2) .ico { display:block; margin:0 auto; width:140px; height:140px; background: url("../images/hpcenter/ico_mainuse_2.svg") 50% 50% no-repeat; }
  .main-use li:nth-child(3) .ico { display:block; margin:0 auto; width:140px; height:140px; background: url("../images/hpcenter/ico_mainuse_3.svg") 50% 50% no-repeat; }
  .main-use li:nth-child(4) .ico { display:block; margin:0 auto; width:140px; height:140px; background: url("../images/hpcenter/ico_mainuse_4.svg") 50% 50% no-repeat; }
  .main-use li:nth-child(5) .ico { display:block; margin:0 auto; width:140px; height:140px; background: url("../images/hpcenter/ico_mainuse_5.svg") 50% 50% no-repeat; }
  .main-use li .des { margin:10px 0 0; font-size:20px; font-weight:500; color:#222; }

  .list-num { margin:41px 0 0; list-style: none; counter-reset: item; padding-left: 0; }
  .list-num li {
    position: relative;
    padding-left:  30px;
    line-height:1.5;
    counter-increment: item;
    font-size:15px;
    color:#707070;
  }
  .list-num li:not(:last-child) { margin:0 0 10px; }
  .list-num li::before {
    content: counter(item);
    position: absolute;
    left: 0;
    top: 2px;
    transform: none;
    width: 20px;
    height: 20px;
    background-color: #4378B5;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 13px;
  }

  .main-use2 { margin:20px 0 0; background:#F4F5F9;  padding:57px 127px 40px;  }
  .main-use2 ul { display:flex; justify-content: center; flex-wrap:wrap; }
  .main-use2 li { position:relative; text-align:center; }
  .main-use2 li:nth-child(1) .ico { display:block; margin:0 auto; width:140px; height:140px; background: url("../images/hpcenter/ico_mainuse2_1.svg") 50% 50% no-repeat; }
  .main-use2 li:nth-child(2) .ico { display:block; margin:0 auto; width:140px; height:140px; background: url("../images/hpcenter/ico_mainuse2_2.svg") 50% 50% no-repeat; }
  .main-use2 li:nth-child(3) .ico { display:block; margin:0 auto; width:140px; height:140px; background: url("../images/hpcenter/ico_mainuse2_3.svg") 50% 50% no-repeat; }
  .main-use2 li:nth-child(4) .ico { display:block; margin:0 auto; width:140px; height:140px; background: url("../images/hpcenter/ico_mainuse2_4.svg") 50% 50% no-repeat; }
  .main-use2 li:nth-child(5) .ico { display:block; margin:0 auto; width:140px; height:140px; background: url("../images/hpcenter/ico_mainuse2_5.svg") 50% 50% no-repeat; }
  .main-use2 li .des { margin:10px 0 0; font-size:20px; font-weight:500; color:#222; }

  .main-box-list { margin:20px 0 0; }
  .main-box-list ul { display:block; justify-content: center; gap:40px;  }
  .main-box-list li { width:100%; border:1px solid #ccc; border-radius:20px; padding:30px; text-align:center;}
  .main-box-list li:not(:last-child) { margin:0 0 20px; }
  .main-box-list li:nth-child(1) .ico { display:block; margin:0 auto; width:120px; height:120px; background: url("../images/hpcenter/ico_mainboxlist_1.svg") 50% 50% no-repeat; }
  .main-box-list li:nth-child(2) .ico { display:block; margin:0 auto; width:120px; height:120px; background: url("../images/hpcenter/ico_mainboxlist_2.svg") 50% 50% no-repeat; }
  .main-box-list li:nth-child(3) .ico { display:block; margin:0 auto; width:120px; height:120px; background: url("../images/hpcenter/ico_mainboxlist_3.svg") 50% 50% no-repeat; }
  .main-box-list li .des { margin:16px 0 0; font-size:22px; font-weight:600; color:#129BA9; }
  .main-box-list li .des2 { margin:6px 0 0; font-size:24px; font-weight:500; color:#222; }

  .main-box-list2 { margin:20px 0 0; }
  .main-box-list2 ul { display:block; justify-content: center; gap:40px; }
  .main-box-list2 li { width:100%; border:1px solid #ccc; border-radius:20px; padding:30px; text-align:center;}
  .main-box-list2 li:not(:last-child) { margin:0 0 20px; }
  .main-box-list2 li:nth-child(1) .ico { display:block; margin:0 auto; width:120px; height:120px; background: url("../images/hpcenter/ico_mainboxlist2_1.svg") 50% 50% no-repeat; }
  .main-box-list2 li:nth-child(2) .ico { display:block; margin:0 auto; width:120px; height:120px; background: url("../images/hpcenter/ico_mainboxlist2_2.svg") 50% 50% no-repeat; }
  .main-box-list2 li:nth-child(3) .ico { display:block; margin:0 auto; width:120px; height:120px; background: url("../images/hpcenter/ico_mainboxlist2_3.svg") 50% 50% no-repeat; }
  .main-box-list2 li .des { margin:16px 0 0; font-size:22px; font-weight:600; color:#129BA9; }
  .main-box-list2 li .des2 { margin:6px 0 0; font-size:24px; font-weight:500; color:#222; }
}