/***** medical main ***********************************************************************************************************************************************************/
.medical_wrap {
    position: relative;
    overflow: hidden;
}

.medical_wrap .medical_inner {
    width: 100%;
    overflow: hidden;
    display: block;
    height: 100vh !important;
}

.medical_wrap h2 {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.medical_wrap .tab_box {
    display: none;
}

.medical_wrap .con_box {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%; 
}

.medical_wrap .con_box li {
    display: table;
    float: left;
    width: 25%;
    height: 100%;
    padding: 200px 3.125%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    background-color: transparent;
    transition: background-color 0.7s ease;
    -webkit-transition: background-color 0.7s ease;
    -ms-transition: background-color 0.7s ease;
    -moz-transition: background-color 0.7s ease;
    -o-transition: background-color 0.7s ease;
}

.medical_wrap .con_box li.active {
    background-color: rgba(160, 4, 4, 0.8);
}

.medical_wrap .con_box li .txt_box,
.medical_wrap .con_box li .btn_box {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-15px);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.medical_wrap .con_box li.active .txt_box,
.medical_wrap .con_box li.active .btn_box {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.medical_wrap .con_box li .con_wrap {
    display: table-cell;
    vertical-align: top;
    padding-top: 50px;
}

.medical_wrap .con_box li .con_wrap .title_box,
.medical_wrap .con_box li .con_wrap .txt_box {
    color: #fff;
    word-break: keep-all;
}

.medical_wrap .con_box li .con_wrap .title_box h3 {
    color: #fff;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
}

.medical_wrap .con_box li .con_wrap .title_box h4 {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 50px;
    line-height: 1.2;
}

.medical_wrap .con_box li .con_wrap .txt_box {
    margin-bottom: 70px;
}

.medical_wrap .con_box li .con_wrap .txt_box .line {
    display: inline-block;
    width: 40px;
    height: 3px;
    text-indent: -9999px;
    background-color: #fff;
}

.medical_wrap .con_box li .con_wrap .txt_box p {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 1)
}

.medical_wrap .con_box li .btn_box {
    position: relative;
    display: inline-block;
    line-height: 0;
}

.medical_wrap .con_box li .btn_box .bubble_line {
    position: absolute;
    visibility: hidden;
    width: 1px;
    height: 1px;
}

/* button */
.button {
    width: 150px;
    height: 40px;
    background-color: transparent;
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    border-radius: 10px;
    font-weight: 500;
    box-sizing: border-box;
    text-align: center;
    transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
}

.btn_bubble_box {
    position: relative;
    display: inline-block;
}

.btn_bubble_box .btn_bubble {
    position: relative;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 1);
    box-sizing: border-box;
    transition: color 0.3s ease-out;
}

.btn_bubble_box .btn_bubble span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.btn_bubble_box .bubble_effect {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-filter: url("#bubble");
    filter: url("#bubble");
    pointer-events: none;
    transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
}

.btn_bubble_box .bubble_effect .effect-button {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 0;
    z-index: 1;
    transform: translateY(-50%);
    background: transparent;
    transition: background 0.1s ease-out;
    -webkit-transition: background 0.1s ease-out;
    -ms-transition: background 0.1s ease-out;
    -o-transition: background 0.1s ease-out;
    -moz-transition: background 0.1s ease-out;
}

.btn_bubble_box .bubble_effect .circle {
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 15px;
    background: transparent;
    transition: background 0.1s ease-out;
    -webkit-transition: background 0.1s ease-out;
    -ms-transition: background 0.1s ease-out;
    -moz-transition: background 0.1s ease-out;
    -o-transition: background 0.1s ease-out;
}

.btn_bubble_box .bubble_effect .top-left {
    top: 0;
    left: 0;
}

.btn_bubble_box .bubble_effect .bottom-right {
    bottom: 0;
    right: 0;
}

.btn_box:hover .button {
    background-color: #fff;
}

.btn_box:hover .btn_bubble_box .btn_bubble {
    border: none;
    color: #c42024;
}

.btn_box:hover .bubble_effect .effect-button {
    background-color: #fff;
}

.btn_box:hover .bubble_effect .circle {
    background-color: #fff;
}

/* bg_img */
.medical_wrap .medical_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.medical_wrap .medical_img .bg_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-indent: -9999px;
    transform: scale(1.1);
    opacity: 0;
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.medical_wrap .medical_img .bg_box.active {
    opacity: 1;
    transform: scale(1);
}

.medical_wrap .medical_img .bg_box_01 {
    background-image: url("../../medical_main_01.jpg");
}

.medical_wrap .medical_img .bg_box_02 video {
    border: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    opacity: 1;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
}

.medical_wrap .medical_img .bg_box_03 video {
    border: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    opacity: 1;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
}

.medical_wrap .medical_img .bg_box_04 {
    background-image: url("../../medical_main_04_1.jpg");
}

.medical_wrap .con_box li .con_wrap .title_box h3 {
    font-size: 2.0833vw;
}

/* .medical_wrap .con_box li .con_wrap .title_box h4 {
    font-size: 1.1vw;
} */

/* responsive */
@media screen and (max-width:1279px) {
    .medical_wrap .tab_box {
        display: block;
        width: 100%;
        position: absolute;
        z-index: 3;
        top: 150px;
        left: 50%;
        transform: translateX(-50%);
    }

    .medical_wrap .tab_box .tabMenu {
        max-width: 100%;
        margin: 0 auto;
        padding-top: 10px;
    }

    .medical_wrap .tab_box .tabMenu:after {
        content: '';
        clear: both;
        visibility: hidden;
        display: block;
    }

    .medical_wrap .tab_box .tabMenu li {
        float: left;
        width: 25%;
        font-weight: 600;
        font-size: 17px;
        text-align: center;
        color: rgba(255, 255, 255, 0.6);
        box-sizing: border-box;
        cursor: pointer;
        transition: color 0.3s ease;
        -webkit-transition: color 0.3s ease;
        -ms-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
    }

    .medical_wrap .tab_box .tabMenu li.active,
    .medical_wrap .tab_box .tabMenu li:hover {
        color: #fff;
    }

    .medical_wrap .tab_box .tabMenu li span {
        position: relative;
        padding-bottom: 10px;
    }

    .medical_wrap .tab_box .tabMenu li span:before,
    .medical_wrap .tab_box .tabMenu li span:after {
        display: block;
        content: '';
        position: absolute;
    }

    .medical_wrap .tab_box .tabMenu li span:before {
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #fff;
        opacity: 0;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

    .medical_wrap .tab_box .tabMenu li.active span:before {
        top: -10px;
        opacity: 1;
    }

    .medical_wrap .tab_box .tabMenu li span:after {
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        transform: translate3d(0, 0, 0) scaleX(0);
        background-color: #fff;
        transition: transform 0.3s ease;
        -webkit-transition: transform 0.3s ease;
        -ms-transition: transform 0.3s ease;
        -moz-transition: transform 0.3s ease;
        -o-transition: transform 0.3s ease;
    }

    .medical_wrap .tab_box .tabMenu li.active span:after {
        transform: translate3d(0, 0, 0) scaleX(1);
    }

    .medical_wrap .con_box li {
        width: 100%;
        padding: 250px 15px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        border-right: none;
    }

    .medical_wrap .con_box li.active {
        opacity: 1;
        visibility: visible;
        z-index: 2;
        background-color: transparent;
    }

    .medical_wrap .con_box li .txt_box,
    .medical_wrap .btn_box {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-15px);
        transition: all 0.8s ease 0.6s;
        -webkit-transition: all 0.8s ease 0.6s;
        -ms-transition: all 0.8s ease 0.6s;
        -moz-transition: all 0.8s ease 0.6s;
        -o-transition: all 0.8s ease 0.6s;
    }

    .medical_wrap .con_box li:first-of-type.active .txt_box,
    .medical_wrap .con_box li:first-of-type.active .btn_box {
        opacity: 0;
        visibility: hidden;
        transform: translateY(-15px);
    }

    .medical_wrap .con_box li:first-of-type.active.mo_active .txt_box,
    .medical_wrap .con_box li:first-of-type.active.mo_active .btn_box {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
    }

    .medical_wrap .con_box li .con_wrap {
        text-align: center;
        margin-top: 100px
    }

    .medical_wrap .con_box li .con_wrap .title_box h3,
    .medical_wrap .con_box li .con_wrap .title_box h4 {
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        text-align: center;
    }

    .medical_wrap .con_box li .con_wrap .title_box h3 {
        font-size: 30px;
        transition: all 0.8s ease;
        -webkit-transition: all 0.8s ease;
        -ms-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
    }

    .medical_wrap .con_box li .con_wrap .title_box h4 {
        font-size: 20px;
        transition: all 0.8s ease 0.3s;
        -webkit-transition: all 0.8s ease 0.3s;
        -ms-transition: all 0.8s ease 0.3s;
        -moz-transition: all 0.8s ease 0.3s;
        -o-transition: all 0.8s ease 0.3s;
    }

    .medical_wrap .con_box li.active .con_wrap .title_box h3,
    .medical_wrap .con_box li.active .con_wrap .title_box h4 {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
    }

    .medical_wrap .con_box li:first-of-type.active .con_wrap .title_box h3,
    .medical_wrap .con_box li:first-of-type.active .con_wrap .title_box h4 {
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
    }

    .medical_wrap .con_box li:first-of-type.active.mo_active .con_wrap .title_box h3,
    .medical_wrap .con_box li:first-of-type.active.mo_active .con_wrap .title_box h4 {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
    }

    .medical_wrap .con_box li .con_wrap .title_box h4 {
        margin-bottom: 35px;
    }

    .medical_wrap .con_box li .con_wrap .txt_box p {
        max-width: 600px;
        margin: 0 auto;
    }

    .button {
        width: 130px;
        height: 30px;
        font-size: 13px;
    }
}

@media screen and (max-width:767px) {
    .medical_wrap .medical_inner {
        height: 100vh !important;
    }

    .medical_wrap .tab_box {
        top: 16%;
    }

    .medical_wrap .tab_box .tabMenu li {
        font-size: 13px;
        width: 50%;
        margin-bottom: 28px;
    }

    .medical_wrap .con_box li .con_wrap .txt_box p {
        font-size: 12px;
    }

    .medical_wrap .con_box li .con_wrap .txt_box .line {
        margin-bottom: 10px;
    }

    .medical_wrap .con_box li .con_wrap .txt_box p {
        color: rgba(255, 255, 255, 1)
    }
}

/***** aside menu ***********************************************************************************************************************************************************/
/* sitemap location */
.location_wrap {
    width: 100%;
    position: relative;
}

.location_wrap.medical {
    width: 100%;
    position: relative;
}

.location_wrap .location_iner {
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

.location_wrap .location_iner .box {
    position: relative;
    display: block;
    margin:0 auto;
    padding: 150px 20px 0px 20px;
    max-width: 1300px;
}

.location_wrap .location_iner .box h2 {
    font-size: 52px;
    color: #222;
    font-weight: 600;
}

.location {
    position: absolute;
    bottom: 100px;
    right: 20px;
}

.location.medical {
    position: absolute;
    top: 4px;
    right: 0px;
}

.location li {
    display: inline-block;
    vertical-align: middle;
    color: #888;
    font-size: 15px;
    letter-spacing: -0.5px;
}

.location li a {
    color: inherit;
}

.location li i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 18px;
    line-height: 39px;
    text-align: center;
    color: #888;
}

.location li:before {
    font-family: 'xeicon';
    display: inline-block;
    content: "\e93f";
    position: relative;
    top: -1px;
    vertical-align: middle;
    margin: 0px 10px 0 10px;
    color: #888;
    font-size: 15px;
}

.location li:first-child:before {
    display: none;
}

.location li:last-child {
    color: #444;
    font-weight: 500;
}

.location li:last-child:before {
    font-weight: 400;
}

@media screen and (max-width:1279px) {
    .location_wrap.medical {
        display: none;
    }
}

/* pc aside menu */
.side-menu-01 {
    position: relative;
    width: 100%;
}

.side-menu-01 .side-menu-inner {
    max-width: 1300px;
    background-color: #fff;
    margin: 0 auto;
}

.side-menu-01 .side-menu-inner .area {
    padding: 0 20px 0 0px;
}

.side-menu-01 .side-menu-inner .area ul {
    display: flex;
    align-items: center;
}

.side-menu-01 .side-menu-inner .area ul li {
    float: left;
    padding: 0 20px 0 20px;
}

.side-menu-01 .side-menu-inner .area ul li:first-child {
    padding: 0 20px 0 0;
}

.side-menu-01 .side-menu-inner .area ul li>a {
    display: block;
    display: table;
    position: relative;
    width: 100%;
    padding-bottom: 10px;
    line-height: 1.2;
    color: #666;
    font-size: 18px;
    letter-spacing: -0.2px;
    font-weight: 500;
    word-break: keep-all;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.side-menu-01 .side-menu-inner .area ul li>a:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background-color: #c42024;
    content: "";
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.side-menu-01 .side-menu-inner .area ul li>a>span {
    display: table-cell;
    vertical-align: middle;
}

.side-menu-01 .side-menu-inner .area ul li>a:hover,
.side-menu-01 .side-menu-inner .area ul li.on>a {
    color: #c42024;
    /* font-weight: 600; */
}

.side-menu-01 .side-menu-inner .area ul li>a:hover:before,
.side-menu-01 .side-menu-inner .area ul li.on>a:before {
    width: 100%;
    margin-left: -50%;
}

.side-menu-01 .side-menu-inner .area ul li.on>a>span:before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 47px;
    width: 6px;
    height: 6px;
    background: #c42024;
    border-radius: 50%;
    z-index: 1;
    animation: spath_ani 1s 0.5s infinite;
}

.side-menu-02 {
    display: none;
}

/* medical aside menu */
.side-menu-02-medical {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    z-index: 500;
    border-bottom: 1px solid #ddd;
    padding: 60px 0 0 0;
    
}

.side-menu-02-medical .side-menu-inner {
    max-width:1300px;
    margin: 0 auto;
    padding: 0 20px 0 20px;
    position: relative;
}

.side-menu-02-medical .side-menu-inner .mtit_box {
    position: absolute;
    z-index: 5;
    bottom: 240px;
}

.side-menu-02-medical .side-menu-inner .mtit_box h2 {
    font-size: 52px;
    font-weight: 600;
    color: #fff;
    opacity: 0.8;
}

.side-menu-02-medical .side-menu-inner .area {
    width: 40%;
}

.side-menu-02-medical .side-menu-inner .menu .drop-box {
    display: flex;
    height: 50px;
    align-items: center;
    cursor: pointer;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-radius: 0 25px 0 0;
    color: #c42024;
}

.side-menu-02-medical .side-menu-inner .menu .drop-box .drop-text {
    margin-left: 30px;
    font-size: 20px;  
    font-weight: 700;  
}

.side-menu-02-medical .side-menu-inner .menu .drop-box .right {
    margin-left: auto;
    padding-right: 30px;
}

.side-menu-02-medical .side-menu-inner .menu {
    position: relative;
}

.side-menu-02-medical .side-menu-inner .menu ul {
    display: none;
    position: absolute;
    width: 100%;
}

.side-menu-02-medical .side-menu-inner .menu ul li {
    display: block;
    z-index: 500;
    line-height: 50px;
    padding-left: 30px;
    background-color: #e9e9e9;
    border-bottom: 1px solid #fff;
}

.side-menu-02-medical .side-menu-inner .menu ul li:last-child {
    border-bottom: 0px;
}

.side-menu-02-medical .side-menu-inner .menu ul li:hover {
    background-color: #dddddd;
    color: #c42024;
}

.side-menu-02-medical .side-menu-inner .marked {
    background-color: #222;
}

.side-menu-02-medical .side-menu-inner .drop-text .marked {
    color: #fff;
}

.side-menu-02-medical .side-menu-inner .marked1 {
    color: #fff;
}

.side-menu-02-medical .side-menu-inner .rotate {
    moz-transition: all 0.3s linear;
    webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.side-menu-02-medical .side-menu-inner .rotate.down {
    moz-transform: rotate(180deg);
    webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #fff;
}

@keyframes spath_ani {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(0);
    }
}

@media screen and (max-width:1279px) {
    .side-menu-02-medical .side-menu-inner .area {
        width: 100%;
    }

    .side-menu-02-medical .side-menu-inner .menu .drop-box {
        border-radius: 25px 25px 0 0;
    }

    .side-menu-02-medical .side-menu-inner .mtit_box h2 {
        font-size: 42px;
    } 
}

@media screen and (max-width:767px) {
    .side-menu-02-medical {
        padding: 30px 0 0 0;
    }

    .side-menu-02-medical .side-menu-inner .mtit_box {
        bottom: 120px;
    }

    .side-menu-02-medical .side-menu-inner .mtit_box h2 {
        font-size: 28px;
    }

    .side-menu-02-medical .side-menu-inner .menu .drop-box .drop-text {
        margin-left: 20px;
        font-size: 16px;    
    }

    .side-menu-02-medical .side-menu-inner .menu .drop-box .right {
        padding-right: 20px;
    }
    
}


/* sub tit img */
.t_img_wrap {   
    width: 100%;
    position: relative;
}

.t_img_wrap .t_img_inner {
    width: 100%;
    margin: 0 auto;
    background: #fff;    
}

.t_img_wrap .t_img_inner .sub_visual {
    position: relative;
    overflow: hidden;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 20px;
    width: 100%;
}

.t_img_wrap .t_img_inner .sub_visual.medical {
    height: 500px;
}

.t_img_wrap .t_img_inner .sub_visual:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -0.5%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    transition: left 0.8s ease-in-out;
    -webkit-transition: left 0.8s ease-in-out;
    -moz-transition: left 0.8s ease-in-out;
    -ms-transition: left 0.8s ease-in-out;
    -o-transition: left 0.8s ease-in-out;
}

.t_img_wrap .t_img_inner .sub_visual.animate::after {
    left: 100%;
}

.t_img_wrap .t_img_inner .sub_visual.vision {
    background-image: url(../../vision.jpg);
    background-attachment: fixed;
    width: 100%;
}

.t_img_wrap .t_img_inner .sub_visual.map {
    background-image: url(../../location.jpg);
    background-attachment: fixed;
    width: 100%;
}

.t_img_wrap .t_img_inner .sub_visual.partner {
    background-image: url(../../partner.jpg);
    background-attachment: fixed;
    width: 100%;
}

.t_img_wrap .t_img_inner .sub_visual.company {
    background-image: url(../../company.jpg);
    background-attachment: fixed;
    width: 100%;
}

.t_img_wrap .t_img_inner .sub_visual.history {
    background-image: url(../../history.jpg);
    background-attachment: fixed;
    width: 100%;
}

.t_img_wrap .t_img_inner .sub_visual.organization {
    background-image: url(../../organization.jpg);
    background-attachment: fixed;
    width: 100%;
}

.t_img_wrap .t_img_inner .sub_visual.data {
    background-image: url(../../data.jpg);
    background-attachment: fixed;
    width: 100%;
}

.t_img_wrap .t_img_inner .sub_visual.news {
    background-image: url(../../news.jpg);
    background-attachment: fixed;
    width: 100%;
}

.t_img_wrap .t_img_inner .sub_visual.medi_01 {
    background-image: url(../../medical_main_01.jpg);
    background-attachment: fixed;
    width: 100%;
}

.t_img_wrap .t_img_inner .sub_visual.medi_02 video  {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.t_img_wrap .t_img_inner .sub_visual.medi_03 video  {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.t_img_wrap .t_img_inner .sub_visual.medi_04 {
    background-image: url(../../medical_main_04_1.jpg);
    background-attachment: fixed;
    width: 100%;
}

.t_img_wrap .t_img_inner .sub_visual.medi_05 {
    background-image: url(../../medical_main_05.jpg);
    background-attachment: fixed;
    width: 100%;
}

.t_img_wrap .t_img_inner .sub_visual.medi_06 {
    background-image: url(../../medical_main_06.jpg);
    background-attachment: fixed;
    width: 100%;
}

.waves-bg {
    position: absolute;
    bottom:0px;
    left: 0px;
    width: 100%;
    height: 150px;
    overflow: hidden;
    line-height: 0;
    z-index: 30;    
}

.waves-bg .waveimg {
    height: 150px;
    background: url(../../wave.png) no-repeat left;
    background-position: -1550px 32px;
}

/* responsive */
@media screen and (max-width:1279px) {
    .side-menu-01 .side-menu-inner .area {
        padding: 0 20px 0 20px;
    }

    .waves-bg .waveimg {
        background-position: -2190px 32px;
    }

    .t_img_wrap .t_img_inner .sub_visual.vision {
        background-image: url(../../vision_middle.jpg);
    }
    
    .t_img_wrap .t_img_inner .sub_visual.map {
        background-image: url(../../location_middle.jpg);
    }
    
    .t_img_wrap .t_img_inner .sub_visual.partner {
        background-image: url(../../partner_middle.jpg);
    }
    
    .t_img_wrap .t_img_inner .sub_visual.company {
        background-image: url(../../company_middle.jpg);
    }
    
    .t_img_wrap .t_img_inner .sub_visual.history {
        background-image: url(../../history_middle.jpg);
    }
    
    .t_img_wrap .t_img_inner .sub_visual.organization {
        background-image: url(../../organization_middle.jpg);
    }

    .t_img_wrap .t_img_inner .sub_visual.data {
        background-image: url(../../data_middle.jpg);
    }

    .t_img_wrap .t_img_inner .sub_visual.news {
        background-image: url(../../news_middle.jpg);
    }
    
}

@media screen and (max-width:960px) {
    .waves-bg .waveimg {
        background-position: -2510px 32px;
    }
}

@media screen and (max-width:767px) {
    .location_wrap .location_iner .box {
        padding: 120px 20px 0px 20px;
    }

    .location {
        bottom: 80px;
    }

    .location_wrap .location_iner .box h2 {
        font-size: 32px;
        font-weight: 600;
    }

    /* mobile side menu */
    .side-menu-01 {
        display: none;
    }

    .side-menu-02 {
        display: block;
        position: relative;
        width: 100%;
        z-index: 500;
    }

    .side-menu-02 .side-menu-inner {
        max-width: 1300px;
        background-color: #FFF;
        margin: 0 auto;
        padding: 0 20px 0 20px;
    }

    .side-menu-02 .side-menu-inner .area {
        width: 100%;
    }

    .side-menu-02 .side-menu-inner .menu .drop-box {
        display: flex;
        height: 50px;
        align-items: center;
        cursor: pointer;
        padding-left: 30px;
        background: #333;
        color: #fff;
    }

    .side-menu-02 .side-menu-inner .menu .drop-box .right {
        margin-left: auto;
        padding-right: 30px;
    }

    .side-menu-02 .side-menu-inner .menu {
        position: relative;
    }

    .side-menu-02 .side-menu-inner .menu ul {
        display: none;
        position: absolute;
        width: 100%;
    }

    .side-menu-02 .side-menu-inner .menu ul li {
        display: block;
        z-index: 500;
        line-height: 50px;
        padding-left: 30px;
    }

    .side-menu-02 .side-menu-inner .menu ul li:last-child {
        border-bottom: 0px;
    }

    .side-menu-02 .side-menu-inner .menu ul li:hover {
        background-color: #dddddd;
    }

    .side-menu-02 .side-menu-inner .area li li {
        background-color: #e9e9e9;
        border-bottom: 1px solid #fff;
    }

    .side-menu-02 .side-menu-inner .marked {
        background-color: #333;
    }

    .side-menu-02 .side-menu-inner .marked1 {
        color: #fff;
    }

    .side-menu-02 .side-menu-inner .rotate {
        moz-transition: all 0.3s linear;
        webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .side-menu-02 .side-menu-inner .rotate.down {
        moz-transform: rotate(180deg);
        webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #fff;
    }

    .t_img_wrap {
        width: 100%;
        padding: 0 20px 0 20px;
    }

    .t_img_wrap.medical{
        padding: 0;
    }

    .t_img_wrap .t_img_inner {
        width: 100%;
        margin: 0 auto;
        background: #fff;
    }

    .t_img_wrap .t_img_inner .sub_visual {
        height: 260px;
        margin-top: 10px;
        width: 100%;
    }

    .t_img_wrap.medical .t_img_inner.medical .sub_visual.medical {
        height: 260px;
    }

    .t_img_wrap .t_img_inner .sub_visual.vision {
        background-image: url(../../vision_small.jpg);
        -webkit-transform: translateZ(0);
    }
    
    .t_img_wrap .t_img_inner .sub_visual.map {
        background-image: url(../../location_small.jpg);
        -webkit-transform: translateZ(0);
    }
    
    .t_img_wrap .t_img_inner .sub_visual.partner {
        background-image: url(../../partner_small.jpg);
        -webkit-transform: translateZ(0);
    }
    
    .t_img_wrap .t_img_inner .sub_visual.company {
        background-image: url(../../company_small.jpg);
        -webkit-transform: translateZ(0);
    }
    
    .t_img_wrap .t_img_inner .sub_visual.history {
        background-image: url(../../history_small.jpg);
        -webkit-transform: translateZ(0);
    }
    
    .t_img_wrap .t_img_inner .sub_visual.organization {
        background-image: url(../../organization_small.jpg);
        -webkit-transform: translateZ(0);
    }

    .t_img_wrap .t_img_inner .sub_visual.data {
        background-image: url(../../data_small.jpg);
        -webkit-transform: translateZ(0);
    }

    .t_img_wrap .t_img_inner .sub_visual.news {
        background-image: url(../../news_small.jpg);
        -webkit-transform: translateZ(0);
    }

    .t_img_wrap .t_img_inner .sub_visual.medi_01 {
        background-image: url(../../medical_main_01_small.jpg);
        -webkit-transform: translateZ(0);
        background-position: center center;
    }

    .t_img_wrap .t_img_inner .sub_visual.medi_04 {
        background-image: url(../../medical_main_04_1.jpg);
        -webkit-transform: translateZ(0);
        background-position: center center;
    }

    .t_img_wrap .t_img_inner .sub_visual.medi_05 {
        background-image: url(../../medical_main_05_small.jpg);
        -webkit-transform: translateZ(0);
        background-position: center center;
    }

    .t_img_wrap .t_img_inner .sub_visual.medi_06 {
        background-image: url(../../medical_main_06_small.jpg);
        -webkit-transform: translateZ(0);
        background-position: center center;
    }

    .waves-bg {
        display: none;
    }
}

/***** company ***********************************************************************************************************************************************************/
.company_wrap {
    width: 100%;
    position: relative;
}

.company_wrap .company_inner {
    width: 100%;
}

.company_wrap .company_inner .box {
    max-width: 1300px;
    margin: 0 auto;
    background: #fff;
    padding: 50px 20px 200px 20px;
}

.company_wrap .con_title {
    text-align: center;
}

.company_wrap .con_title .big {
    font-size: 35px;
    font-weight: 400;
    color: #222;
    line-height: 47px;
}

.company_wrap .con_title .txt1 {
    font-size: 22px;
    font-weight: 300;
    color: #222;
    margin-top: 40px;
    margin-bottom: 60px;
}

.company_wrap .company_item .item-list {
    display: flex;
    width: 100%;
}

.company_wrap .company_item .item-list li {
    width: 49%;
    margin-right: 2%;
}

.company_wrap .company_item .item-list li:last-child {
    margin-right: 0;
}

.company_wrap .company_item .con {
    margin-top: 10px;
}

.company_wrap .company_item .com_img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 600px;
    background-image: url(../../company_001.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.company_wrap .value_item {
    text-align: center;
}

.company_wrap .value ul {
    display: flex;
    width: 100%;
    margin-top: 100px;
}

.company_wrap .value ul li {
    width:33.3%;
    font-size: 60px;
    font-weight: 400;
}

.company_wrap .company_item .item-list {
    padding-top: 10px;
}

.company_wrap .company_item .item-list .txt_01 {
    font-size: 18px;
    color: #222;
    font-weight: 300;
    margin-top: 10px;
    line-height: 30px;
}

.company_wrap .company_item .item-list .txt_01 {
    margin-bottom:40px; 
}

.company_wrap .company_item .info {
    width: 100%;
    display: block;
    margin-top: 50px;
}

.company_wrap .company_item .info ul {
    margin-top: 60px;
    display: flex;
}

.company_wrap .company_item .info ul li {
    width: 48%;
    margin-right: 2%;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 20px 10px;
    text-align: center;
}

.company_wrap .company_item .info ul li:last-child {
    margin-right: 0;
}

.company_wrap .company_item .info .counter {
    font-size: 36px;
    font-weight: 700;
}

.company_wrap .company_item .info .name {
    font-size: 28px;
    font-weight: 400;
}

.company_wrap .fig_sub1 {
    position: absolute;
    width:50%;
    height:300px;
    background: #f2f2f2;
    top:400px;
    left:-100px;
    z-index: -10;
}

/* .move_txt_wrap {
    width: 100%;  
    position: relative; 
}

.move_txt_wrap .move_txt_inner {    
    width: 100%;
	height: 350px; 
	font-size: 90px;
    font-weight: 900;
	color: black; 	
}

.move_txt_wrap .move_txt_inner span {
    text-align: center;
    color: rgba(225, 225, 225, .01);
    background-image: url("../../txt_back_01.jpg");
	background-repeat: no-repeat;
	background-position: center;
    text-transform: Uppercase;	
    -webkit-background-clip: text;
    
}

.move_txt_wrap .move_txt_inner div p{
    padding-top: 10px;
	line-height: 100px;
}

.move_txt_wrap .move_txt_inner div p span{
    display: block;
} */

/* responsive */
@media all and (max-width:1279px) {
    .company_wrap .con_title .txt1 {
        font-size: 18px;
    }
}

@media all and (max-width:767px) {
    .company_wrap .company_inner .box {
        padding: 50px 20px 100px 20px;
    }

    .company_wrap .con_title .big {
        font-size: 20px;
        line-height: 30px;
    }
    
    .company_wrap .con_title .txt1 {
        font-size: 16px;
    }

    .company_wrap .company_item .item-list .txt_01 {
        font-size: 16px;
    }

    /* .move_txt_wrap .move_txt_inner {    
        height: 130px; 
        font-size: 30px;
        font-weight: 900;
    }

    .move_txt_wrap .move_txt_inner div p{
        padding-top: 16px;
        line-height: 38px;
    } */

    .company_wrap .company_item .item-list {
        padding-top: 0px;
        flex-wrap: wrap ;
    }
    
    .company_wrap .company_item .item-list li {
        width: 100%;
        margin-right: 0;
    }

    .company_wrap .company_item ul > li > p:first-child {
        padding-top: 30px;
    }

    .company_wrap .company_item .com_img {
        height: 250px;
    }

    .company_wrap .fig_sub1 {
        display: none;
    }

    .company_wrap .company_item .info ul {
        margin-top: 20px;
    }

    .company_wrap .company_item .info .counter {
        font-size: 26px;
    }
    
    .company_wrap .company_item .info .name {
        font-size: 20px;
    }
}

/***** vision ***********************************************************************************************************************************************************/
.vision_wrap {
    width: 100%
}

.vision_wrap .vision_inner {
    width: 100%;
}

.vision_wrap .vision_inner .box {
    max-width: 1300px;
    margin: 0 auto;
    background: #fff;
    padding: 50px 20px 200px 20px;
}

.vision_wrap .con_title {
    text-align: left;
}

.vision_wrap .con_title .big {
    font-size: 35px;
    font-weight: 400;
    color: #222;
    line-height: 47px;
}

.vision_wrap .con_title .txt1 {
    font-size: 22px;
    font-weight: 300;
    color: #222;
    margin-top: 40px;
    margin-bottom: 60px;
}

.vision_wrap .vision_item .item-list {
    display: flex;
    width: 100%;
}

.vision_wrap .vision_item .item-list li {
    width: 33%;
    margin-right: 5%;
}

.vision_wrap .vision_item .item-list li:last-child {
    margin-right: 0;
}

.vision_wrap .vision_item .con {
    margin-top: 10px;
}

.vision_wrap .vision_item li b {
    font-size: 1.2em;
    color: #c42024;
    font-weight: 700;
    text-align: right;
    display: block;
}

.vision_wrap .vision_item .item-list li .tit {
    display: block;
    font-size: 1.6rem;
    color: #222;
    font-weight: 400;
    margin-top: 0px;
}

.vision_wrap .vision_item .item-list .txt_01 {
    font-size: 18px;
    color: #222;
    font-weight: 300;
    margin-top: 10px;
}

.vision_wrap .vision_item .item-list li dt {
    overflow: hidden;
}

.vision_wrap .vision_item .item-list li:first-child dt {
    border-radius: 50px 0 0 0;
}

.vision_wrap .vision_item .item-list li:last-child dt {
    border-radius: 0 0 50px 0;
}

.vision_wrap .vision_item .item-list li img {
    width: 100%;
    ;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    transition: transform 0.3s
}

.vision_wrap .vision_item .item-list li:hover img {
    -ms-transform: scale(1.1) rotate(0.002deg);
    -o-transform: scale(1.1) rotate(0.002deg);
    -moz-transform: scale(1.1) rotate(0.002deg);
    -webkit-transform: scale(1.1) rotate(0.002deg);
    transform: scale(1.1) rotate(0.002deg);
}

/* responsive */
@media all and (max-width:1279px) {
    .vision_wrap .con_title .txt1 {
        font-size: 18px;
        font-weight: 300;
        color: #222;
        margin-top: 30px;
    }

    .vision_wrap .vision_item li b {
        font-size: 18px;
    }

    .vision_wrap .vision_item .item-list li .tit {
        font-size: 22px;
    }

    .vision_wrap .vision_item .item-list .txt_01 {
        font-size: 16px;
    }
}

@media all and (max-width:767px) {
    .vision_wrap .con_title .big {
        font-size: 20px;
        line-height: 28px;
    }

    .vision_wrap .con_title .txt1 {
        font-size: 16px;
    }

    .vision_wrap .vision_item .item-list {
        display: flex;
        flex-wrap: wrap;
    }

    .vision_wrap .vision_item .item-list li {
        width: 100%;
        margin-right: 0%;
    }

    .vision_wrap .con_title .txt1 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .vision_wrap .vision_inner .box {
        padding: 50px 20px 100px 20px;
    }
}

/***** coming location ***********************************************************************************************************************************************************/
.coming_wrap {
    width: 100%
}

.coming_wrap .coming_inner {
    width: 100%;
}

.coming_wrap .coming_inner .box {
    max-width: 1300px;
    margin: 0 auto;
    background: #fff;
    padding: 50px 20px 200px 20px;
}

.coming_wrap .coming_inner .box .coming_item .tit {
    font-weight: 600;
    font-size: 32px;
    color: #222;
    margin-bottom: 12px;
}

.coming_wrap .coming_inner .box .coming_item .txt ul {
    display: flex;
    margin-bottom: 30px
}

.coming_wrap .coming_inner .box .coming_item .txt ul li {
    position: relative;
    font-size: 18px;
    color: #222;
    margin-right: 80px;
    font-weight: 300;
}

.coming_wrap .coming_inner .box .coming_item .txt ul li:last-of-type {
    margin-right: 0;
}

.coming_wrap .coming_inner .box .coming_item .txt ul li::after {
    content: '';
    position: absolute;
    top: 10px;
    right: -41px;
    width: 1px;
    height: 12px;
    background:
        #ccc;
}

.coming_wrap .coming_inner .box .coming_item .txt ul li:last-of-type::after {
    display: none;
}

.coming_wrap .coming_inner .box .coming_item .txt ul li span {
    font-weight: 500;
    font-size: 20px;
    color: #222;
    text-transform: uppercase;
    margin-right: 14px;
}

/* responsive */
@media all and (max-width:1279px) {
    .coming_wrap .coming_inner .box .coming_item .txt ul {
        flex-wrap: wrap;
    }

    .coming_wrap .coming_inner .box .coming_item .item-list iframe {
        height: 450px!important;
    }
}

@media all and (max-width:767px) {
    .coming_wrap .coming_inner .box {
        padding: 50px 20px 100px 20px;
    }

    .coming_wrap .coming_inner .box .coming_item .item-list iframe {
        height: 350px!important;
    }

    .coming_wrap .coming_inner .box .coming_item .tit {
        font-weight: 500;
        font-size: 22px;
    }

    .coming_wrap .coming_inner .box .coming_item .txt ul li span {
        font-size: 18px;
    }

    .coming_wrap .coming_inner .box .coming_item .txt ul li {
        font-size: 15px;
        margin-right: 40px;
    }

    .coming_wrap .coming_inner .box .coming_item .txt ul li::after {
        right: -21px;
    }
}

/***** partner ***********************************************************************************************************************************************************/
.partner_wrap {
    width: 100%
}

.partner_wrap .partner_inner {
    width: 100%;
}

.partner_wrap .partner_inner .box {
    max-width: 1300px;
    margin: 0 auto;
    background: #fff;
    padding: 50px 20px 200px 20px;
}

.partner_wrap .con_title {
    text-align: center;
}

.partner_wrap .con_title .big {
    font-size: 35px;
    font-weight: 400;
    color: #222;
    line-height: 47px;
}

.partner_wrap .con_title .txt1 {
    font-size: 22px;
    font-weight: 300;
    color: #222;
    margin-top: 40px;
    margin-bottom: 60px;
}

.partner_wrap .partner_item p {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 0;
}

.partner_wrap .partner_item a {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    display: block;
    background: #333;
    width: 180px;
    padding: 5px;
    color: #fff;
    border-radius: 20px 20px 0 0;
    margin-bottom: -1px;
    margin: 0 auto;
}

.partner_wrap .partner_item .item-list.logo {
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.partner_wrap .partner_item .item-list.logo li {
    width:236px;
    height:94px;
    border: 1px solid #ddd;
    border-radius: 25px 0 25px 0;
    margin:10px;
    overflow: hidden;
}

.partner_wrap .partner_item .item-list.logo li > div {
    width:100%;
    height:100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.partner_wrap .partner_item .item-list.logo li .logobox_01 {
    background-image: url(../../001.jpg);
}

.partner_wrap .partner_item .item-list.logo li .logobox_02 {
    background-image: url(../../002.jpg);
}

.partner_wrap .partner_item .item-list.logo li .logobox_03 {
    background-image: url(../../003.jpg);
}

.partner_wrap .partner_item .item-list.logo li .logobox_04 {
    background-image: url(../../004.jpg);
}

.partner_wrap .partner_item .item-list.logo li .logobox_05 {
    background-image: url(../../005.jpg);
}

.partner_wrap .partner_item .item-list.logo li .logobox_06 {
    background-image: url(../../006.jpg);
}

.partner_wrap .partner_item .item-list.logo li .logobox_07 {
    background-image: url(../../007.jpg);
}

.partner_wrap .partner_item .item-list.logo li .logobox_08 {
    background-image: url(../../008.jpg);
}

.partner_wrap .partner_item .item-list.logo li .logobox_09 {
    background-image: url(../../009.jpg);
}

.partner_wrap .partner_item .item-list.logo li .logobox_10 {
    background-image: url(../../010.jpg);
}

.partner_wrap .partner_item .item-list.logo li .logobox_11 {
    background-image: url(../../011.jpg);
}

.partner_wrap .partner_item .item-list.logo li .logobox_12 {
    background-image: url(../../012.jpg);
}

.partner_wrap .partner_item .item-list.logo li .logobox_13 {
    background-image: url(../../013.jpg);
}

.partner_wrap .partner_item .item-list.logo li .logobox_14 {
    background-image: url(../../014.jpg);
}

.partner_wrap .partner_item .item-list.logo li .logobox_15 {
    background-image: url(../../015.jpg);
}

.partner_wrap .partner_item .item-list.logo li .logobox_16 {
    background-image: url(../../016.jpg);
}

.partner_wrap .partner_item .item-list.logo li .logobox_17 {
    background-image: url(../../017.jpg);
}

.partner_wrap .partner_item .item-list.logo li .logobox_18 {
    background-image: url(../../018.jpg);
}

.partner_wrap .partner_item .item-list.logo li .logobox_19 {
    background-image: url(../../019.jpg);
}

.partner_wrap .partner_item .item-list.logo li .logobox_20 {
    background-image: url(../../020.jpg);
}

.partner_wrap .partner_item .item-list.logo li .logobox_21 {
    background-image: url(../../021.jpg);
}

.partner_wrap .partner_item .item-list.logo li .logobox_22 {
    background-image: url(../../022.jpg);
}

.partner_wrap .partner_item .item-list.logo li .logobox_23 {
    background-image: url(../../023.jpg);
}

.partner_wrap .partner_item .item-list.logo li .logobox_24 {
    background-image: url(../../024.jpg);
}

.partner_wrap .partner_item .item-list.logo li .logobox_25 {
    background-image: url(../../025.jpg);
}

.partner_wrap .partner_item .item-list.logo li .logobox_26 {
    background-image: url(../../026.jpg);
}

.partner_wrap .partner_item .item-list.logo li .logobox_27 {
    background-image: url(../../027.jpg);
}

.partner_wrap .partner_item .item-list.logo li .logobox_28 {
    background-image: url(../../028.jpg);
}

.partner_wrap .partner_item .item-list.logo li .logobox_29 {
    background-image: url(../../029.jpg);
}

.partner_wrap .partner_item .item-list.logo li .logobox_30 {
    background-image: url(../../030.jpg);
}

.partner_wrap .partner_item .item-list.logo li .logobox_31 {
    background-image: url(../../031.jpg);
}

.partner_wrap .partner_item .item-list.logo li .logobox_32 {
    background-image: url(../../032.jpg);
}

.partner_wrap .partner_item .item-list.logo li .logobox_33 {
    background-image: url(../../033.jpg);
}

.partner_wrap .partner_item .item-list.logo li .logobox_34 {
    background-image: url(../../034.jpg);
}

.partner_wrap .partner_item .item-list.logo li .logobox_35 {
    background-image: url(../../035.jpg);
}

.partner_wrap .partner_item .item-list.logo li .logobox_36 {
    background-image: url(../../036.jpg);
}

.partner_wrap .partner_item .item-list.logo li .logobox_37 {
    background-image: url(../../037.jpg);
}

.partner_wrap .partner_item .item-list.logo li .logobox_38 {
    background-image: url(../../038.jpg);
}

.partner_wrap .partner_item .item-list.logo li .logobox_39 {
    background-image: url(../../039.jpg);
}

.partner_wrap .partner_item .item-list.logo li .logobox_40 {
    background-image: url(../../040.jpg);
}

/* responsive */
@media all and (max-width:1279px) {
    .partner_wrap .con_title .txt1 {
        font-size: 18px;
        font-weight: 300;
        color: #222;
        margin-top: 30px;
    }
}

@media all and (max-width:767px) {
    .partner_wrap .partner_inner .box {
        padding: 50px 20px 100px 20px;
    }

    .partner_wrap .con_title .big {
        font-size: 20px;
        line-height: 28px;
    }

    .partner_wrap .con_title .txt1 {
        font-size: 16px;
    }

    .partner_wrap .partner_item .item-list.logo li {
        width: 160px;
        height: 64px;
    }

    .partner_wrap .partner_item a {
        font-size: 15px;
    }
}

/***** organization ***********************************************************************************************************************************************************/
.organization_wrap {
    width: 100%
}

.organization_wrap .organization_inner {
    width: 100%;
}

.organization_wrap .organization_inner .box {
    max-width: 1300px;
    margin: 0 auto;
    background: #fff;
    padding: 50px 20px 200px 20px;
}

.organization_wrap .con_title {
    text-align: center;
}

.organization_wrap .con_title .big {
    font-size: 35px;
    font-weight: 400;
    color: #222;
    line-height: 47px;
}

.organization_wrap .con_title .txt1 {
    font-size: 22px;
    font-weight: 300;
    color: #222;
    margin-top: 40px;
    margin-bottom: 60px;
}

.organization_wrap .organization_item  {
    text-align: center;
}


/* responsive */
@media all and (max-width:1279px) {

}

@media all and (max-width:767px) {
    .organization_wrap .organization_inner .box {
        padding: 50px 20px 100px 20px;
    }

    .organization_wrap .con_title .big {
        font-size: 20px;
        line-height: 28px;
    }
}

/***** history ***********************************************************************************************************************************************************/
.history_wrap {
    width: 100%
}

.history_wrap .history_inner {
    width: 100%;
}

.history_wrap .history_inner .box {
    max-width: 1300px;
    margin: 0 auto;
    background: #fff;
    padding: 50px 20px 200px 20px;
}

.history_wrap .con_title {
    text-align: center;
}

.history_wrap .con_title .big {
    font-size: 35px;
    font-weight: 400;
    color: #222;
    line-height: 47px;
}

.history_wrap .con_title .txt1 {
    font-size: 22px;
    font-weight: 300;
    color: #222;
    margin-top: 40px;
    margin-bottom: 60px;
}

.history_wrap .history_item {
    position: relative;
    width: 100%;
    background: #fff;
}

.history_wrap .history_item .line {
    width:50%;
    position: absolute;
    display: block;
    height: 100%;
    border-right: 1px solid #ddd;
    top:0;
    left:0;
}

.history_wrap .history_item .item-list {
    width: 100%;
}

.history_wrap .history_item .item-list li {
    position: relative;
}

.history_wrap .history_item .item-list li.left {
    margin: 0 50% 0 0;
    text-align: right;
    padding-right: 80px;
    position: relative;
}

.history_wrap .history_item .item-list li.right {
    margin: 0 0 0 50%;
    padding-left: 80px;
    position: relative;
}

.history_wrap .history_item .item-list li dl {
    position: relative
}

.history_wrap .history_item .item-list li dl dt {
    font-size: 50px;
    color: #c42024;
    margin-bottom: 14px;
}

.history_wrap .history_item .item-list li dl img {
    width: 100%;
}

.history_wrap .history_item .item-list dl dd {
    position: relative;
    padding: 0 0 10px 0;
    font-size: 18px;
    line-height: 30px;
    width: 100%;
    font-weight: 300;
}

.history_wrap .history_item .item-list li dl dd.img {
    margin-top: 20px;
    padding: 0
}

.history_wrap .history_item .item-list li .year {
    display: block;
}

.history_wrap .history_item .item-list li.left .circle_point {
    position: absolute;
    width: 17px;
    height: 17px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../point.png);
    right:0;
    top:31px;
    margin-right: -89px;
}

.history_wrap .history_item .item-list li.right .circle_point {
    position: absolute;
    width: 17px;
    height: 17px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../point.png);
    left:0;
    top:31px;
    margin-left: -88px;
}

.history_wrap .text-container {
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:50px;
    background-size: cover;
}

.history_wrap .text-container h1 {
    margin: 0;
    font-size: 180px;
    color: rgba(225, 225, 225, .01);
    background-image: url("../../txt_back.jpg");
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    animation: animate 10s ease-in-out infinite;
    text-align: center;
    text-transform: uppercase;    
    font-weight: 900;
}

@keyframes animate {

    50% {background-position: top center;}

    /* 0%,
    100% {
        background-position: left top;
    }

    10% {
        background-position: right bottom;
    }

    30% {
        background-position: left bottom;
    }

    20% {
        background-position: right top;
    } */
    /* 100%   { background-position: 0% 552px; }
  0% { background-position: 0% 0px; } */

}

/* responsive */
@media all and (max-width:1279px) {
    .history_wrap .con_title .txt1 {
        font-size: 18px;
        font-weight: 300;
        color: #222;
        margin-top: 30px;
    }
}

@media all and (max-width:960px) {
    .history_wrap .text-container h1 {
        font-size: 140px;
    }
}

@media all and (max-width:767px) {
    .history_wrap .history_inner .box {
        padding: 50px 20px 100px 20px;
    }

    .history_wrap .con_title .big {
        font-size: 20px;
        line-height: 28px;
    }

    .history_wrap .con_title .txt1 {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .history_wrap .text-container h1 {
        font-size: 70px;
    }

    .history_wrap .history_item .item-list li dl dt {
        font-size: 24px;
    }

    .history_wrap .history_item .item-list dl dd {
        font-size: 16px;
        line-height: 30px;
    }

    .history_wrap .history_item .line {
        width: 1px;
    }

    .history_wrap .history_item .item-list li.left {
        margin: 0 0 0 20px;
        text-align: left;
        padding-right: 0;
    }

    .history_wrap .history_item .item-list li.left .circle_point {
        left: 0;
        top: 10px;
        margin-left: -27px;
    }

    .history_wrap .history_item .item-list li.right {
        margin: 0 0 0 20px;
        padding-left: 0;
        text-align: left;
    }

    .history_wrap .history_item .item-list li.right .circle_point {
        left: 0;
        top: 10px;
        margin-left: -27px;
    }

    .history_wrap .history_item .item-list li {
        padding-bottom: 30px;
    }

    .history_wrap .history_item .item-list li:last-child {
        padding-bottom: 0px;
    }
}

/***** data ***********************************************************************************************************************************************************/
/* news  */
.data_wrap {
    width: 100%;
}

.data_wrap .data_inner {
    width: 100%;
}

.data_wrap .data_inner .box {
    max-width: 1300px;
    margin: 0 auto;
    padding: 50px 20px 50px 20px;
}

.data_wrap .con_title {
    text-align: center;
}

.data_wrap .con_title .big {
    font-size: 35px;
    font-weight: 400;
    color: #222;
    line-height: 47px;
    margin-bottom: 50px;
}

.data_wrap .data_item {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.data_wrap .data_item .board_box {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin: 0!important;
    padding: 0!important;
}

.data_wrap .data_item .board_box > table {
    display: inline-block;
    width: 31% !important;
    margin: 0 1% 80px 1%!important;
    border-spacing: 0px !important;
    vertical-align: top;
}

.data_wrap .data_item .board_box .bbsnewf5 img {
    object-fit: cover;
    vertical-align: top;
}

.data_wrap .data_item .bbsnewf5 .gallery_subject {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #222;
    padding-top: 20px;
    padding-right: 5px;
    text-align: left!important;
}

.data_wrap .data_item .bbsnewf5:hover a {
    color: #c42024;
}

.data_wrap .data_item .bbsnewf5 .gallery_etc {
    display: none;
}

.data_wrap .data_item .bbsnewf5:hover img {
    opacity: 0.5;
    transition: .2s ease-in-out;
}

.data_wrap .data_item .board tr:first-child td:first-child {
    display: none!important;
}

.data_wrap .data_item .board tr:first-child td:last-child {
    font-size: 38px;
    font-weight: 600;
    padding: 50px 0 80px 0;
}

.data_wrap .data_item  .board_description span {
    font-size: 18px!important;
    color: #222;
}

.data_wrap .data_item .board_description img {
    width: 100%;
    height: auto !important;

}

.data_wrap .btn_group {
    display: flex;
    justify-content: center;
}

.data_wrap .list_btn {
    margin-bottom: 100px;
    margin-right: 10px;
    text-align: center;
}

.data_wrap .list_btn a {
    width:110px;
    display: block;
    padding: 10px 20px;
    background: #333;
    color: #fff;
}

.data_wrap .list_btn a:hover {
    background: #c42024;
    color: #fff!important;
}

.data_wrap .back_btn {
    margin-bottom: 100px;
    text-align: center;
}

.data_wrap .back_btn a {
    width:110px;
    display: block;
    padding: 10px 20px;
    background: #666;
    color: #fff;
}

.data_wrap .back_btn a:hover {
    background: #c42024;
    color: #fff!important;
}

#post_area { 
    width: 99%!important;
    display: block;
}

#post_area span, 
#post_area p{ 
    display: block!important;
    word-break: keep-all!important;
}

/* responsive */
@media all and (max-width:1279px) { 
    #post_area { 
        width: 98%!important;
    }

    .data_wrap .data_item .board tr:first-child td:last-child {
        font-size: 24px;
    }
}

@media all and (max-width:960px) {
    #post_area { 
        width: 97%!important;
    }

}

@media all and (max-width:767px) {
    .data_wrap .data_inner .box {
        padding: 50px 20px 0px 20px;
    }

    .data_wrap .data_item .board_box > table {
        width: 98% !important;
        margin: 0 1% 50px 1%!important;
    }

    .data_wrap .data_item .board_box .bbsnewf5 img {
        width:none;
        width: 100% !important;
        height: auto !important;
        vertical-align: top;
        text-align: center!important;
    }
    
    .data_wrap .data_item .board_box > table:last-child {
        width: 99% !important;
        margin: 0 1% 0px 1%!important;
    }
    
    .data_wrap .data_item .bbsnewf5 .gallery_subject {
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        color: #222;
        padding-top: 20px;
        padding-right: 5px;
        text-align: left!important;
    }

    #post_area { 
        width: 94%!important;
    }

    .data_wrap .con_title .big {
        font-size: 20px;
        line-height: 28px;
    }

    .data_wrap .data_item .board tr:first-child td:last-child {
        font-size: 20px;
        padding: 20px 0 20px 0;
    }

    .data_wrap .data_item  .board_description span {
        font-size: 16px!important;
    }

    .data_wrap .list_btn {
        margin-bottom: 50px;
    }
}

/* media */
.movie_wrap {
    width: 100%;
}

.movie_wrap .data_inner {
    width: 100%;
}

.movie_wrap .data_inner .box {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0px 20px 0px 20px;
}

.movie_wrap .data_inner .box.movie {
    max-width: 1600px;
    padding: 0px 0 100px 0;
    display: flex;
    justify-content: top;
    align-items: center;
}

.movie_wrap .con_title {
    text-align: center;
}

.movie_wrap .con_title .big {
    font-size: 35px;
    font-weight: 400;
    color: #222;
    line-height: 47px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.movie_wrap .con_title .big.move {
    font-size: 35px;
    font-weight: 400;
    color: #222;
    line-height: 17px;
}

.movie_wrap .data_inner .video-item {
    width: 33%;
    vertical-align: top;
    margin: 0;
    padding: 0 20px;
}

.movie_wrap .data_inner .video-item figure {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden
}

.movie_wrap .data_inner .video-item .play-icon {
    position: absolute;
    display: inline-flex;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    font-size: 50px;
    line-height: 1;
    border-radius: 50%;
    background-color: rgba(33, 33, 33, .6);
    backdrop-filter: blur(3px);
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    transition: background-color .3s;
    z-index: 2
}

.movie_wrap .data_inner .video-item a:hover figure .play-icon {
    background-color: rgba(0, 0, 0, .9)
}

.movie_wrap .data_inner .video-item .play-icon i {
    color: #fff;
    margin-left: 3px;
}

.movie_wrap .data_inner .video-item figure img {
    display: block;
    width: 100%;
    transition: transform .5s;
}

.movie_wrap .data_inner .video-item a:hover figure img {
    transform: scale(1.05)
}

.movie_wrap .data_inner .video-item {
    margin-bottom: 60px
}

.movie_wrap .data_inner .video-item a {
    width: 100%;
    display: block;
    height: 100%;
}

.movie_wrap .data_inner .video-item .info {
    margin-top: -10px;
}

.movie_wrap .data_inner .video-item .info h4 {
    font-size: 20px;
    font-weight: 500;
    color: #222;
}

/* responsive */
@media all and (max-width:1279px) {
    .movie_wrap .data_inner .box.movie {
        padding: 0px 20px 100px 20px;
        flex-direction: column ;
    }

    .movie_wrap .data_inner .video-item {
        width: 70%;
    }
}

@media all and (max-width:767px) {
    .movie_wrap .data_inner .box.movie {
        padding: 0px 20px 20px 20px;
    }

    .movie_wrap .con_title .big {
        font-size: 20px;
    }

    .movie_wrap .data_inner .video-item {
        width: 100%;
    }

    .movie_wrap .data_inner .video-item .info h4 {
        font-size: 18px;
    }
}

body.mfp-active {
    overflow: hidden;
    -webkit-overflow-scrolling: auto;
    width: 100%;
    position: fixed;
    overflow: auto;
}

body .mfp-wrap {
    position: fixed;
    overflow: auto;
    top: 0 !important;
}

/***** ci *********************************************************************************************************************************************************************/
.ci_wrap {
    width: 100%
}

.ci_wrap .ci_inner {
    width: 100%;
}

.ci_wrap .ci_inner .box {
    max-width: 1300px;
    margin: 0 auto;
    background: #fff;
    padding: 50px 20px 200px 20px;
}

.ci_img_wrap {
    width: 100%;
    margin-top: 40px;
}

.ci_img_wrap .ci_img_inner {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;  
}

.ci_wrap .con_title {
    text-align: center;
    margin-top: 50px;
}

.ci_wrap .con_title .big {
    font-size: 40px;
    font-weight: 700;
    color: #222;
    line-height: 47px;
}

.ci_wrap .ci_item ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}

.ci_wrap .ci_item ul li {
    width: 45%;
    margin-right: 2%;
}

.ci_wrap .ci_item ul li {
    width: 45%;
    margin-right: 4%;
}

.ci_wrap .ci_item {
    margin-top: 80px;
    font-size: 18px;
    color: #222;
    font-weight: 300;
}

.ci_wrap .ci_item ul li.right_con {
    margin-right: 0;
}

.ci_wrap .ci_item p{
    font-size: 28px;
    color: #222;
    font-weight: 600;
}

.ci_wrap .ci_item ul li img {
    border: 1px solid #ddd;
}

/* responsive */
@media all and (max-width:1279px) {
    .ci_wrap .ci_item {
        font-size: 16px;
    }
}

@media all and (max-width:960px) {
    .ci_wrap .ci_item ul {
        flex-wrap: wrap;
    }

    .ci_wrap .ci_item ul li {
        width: 100%;
        margin-right: 0;
    }

    .ci_wrap .ci_item ul li img {
        width: 100%;
    }
}

@media all and (max-width:767px) {
    .ci_wrap .ci_inner .box {
        padding: 50px 20px 100px 20px;
    }

    .ci_img_wrap .ci_img_inner {
        width: 100%;
        height: 200px;
    }

    .ci_img_wrap .ci_img_inner img {
        width: 60%;
        text-align: center;
    }

    .ci_wrap .con_title .big {
        font-size: 20px;
    }

    .ci_wrap .ci_item p{
        font-size: 18px;
    }

    .ci_wrap .ci_item ul:nth-child(2){
        margin-top: 40px;
    }

    .ci_wrap .ci_item .last{
        margin-top: 40px;
    }

    .ci_wrap .ci_item .last li:last-child{
        margin-top: 40px;
    }

    .ci_img_wrap {
        margin-top: 20px;
    }

    .ci_wrap .con_title {
        margin-top: 0;
    }
    
    .ci_wrap .ci_item {
        margin-top: 30px;
    }

    .ci_wrap .ci_item ul {
        margin-bottom: 0;
    }
}

/***** medical sub ***********************************************************************************************************************************************************/
.medical_sub_wrap {
    width: 100%;
    position: relative;
}

.medical_sub_wrap .medical_sub_inner {
    width: 100%;
}

.medical_sub_wrap .medical_sub_inner .box {
    max-width: 1300px;
    margin: 0 auto;
    background: #fff;
    padding: 50px 20px 200px 20px;
}

.medical_sub_wrap .con_title {
    text-align: center;
    margin-top: 50px;
}

.medical_sub_wrap .big {
    font-size: 35px;
    font-weight: 600;
    color: #222;
    line-height: 47px;
}

.medical_sub_wrap .con_title .txt1 {
    font-size: 22px;
    font-weight: 300;
    color: #222;
    margin-top: 30px;
    margin-bottom: 30px;
}

.medical_sub_wrap .medical_sub_inner .medical_sub_item.type_01 {
    text-align: center;
}

.medical_sub_wrap .medical_sub_inner .medical_sub_item.type_01 .medi_count {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 60px;
}

.medical_sub_wrap .medical_sub_inner .medical_sub_item.type_01 .medi_count > div {
    width: 290px;
    height: 150px;
    margin-right: 10px;
    padding: 10px;
    background: #f8f8f8;
    border-radius: 20px 0 20px 0;
    border: 1px solid #ddd;
}

.medical_sub_wrap .medical_sub_inner .medical_sub_item.type_01 .medi_count > div:last-child {
    margin-right: 0;
}

.medical_sub_wrap .medical_sub_inner .medical_sub_item.type_01 .medi_count ul li {
    margin-bottom: 10px;
}

.medical_sub_wrap .medical_sub_inner .medical_sub_item.type_01 .medi_count ul li:nth-child(1) {
    font-size: 22px;
    color: #c42024;
}

.medical_sub_wrap .medical_sub_inner .medical_sub_item.type_01 .medi_count ul li b {
    font-size: 42px;
    font-weight: 900;
}

.medical_sub_wrap .medical_sub_inner .medical_sub_item.type_01 .medi_count ul li:nth-child(2) {
    font-size: 26px;
    color: #222;
    font-weight: 700;
}

.medical_sub_wrap .medical_sub_inner .medical_sub_item.type_01 .medi_count ul li:nth-child(3) {
    font-size: 15px;
    color: #222;
    font-weight: 300;
}

.medical_sub_wrap .medical_sub_inner .medical_sub_item.type_02 {
    width: 100%;
    display: block;
    position: relative;
    padding-top: 60px;
}

.medical_sub_wrap .medical_sub_inner .medical_sub_item.type_02 .item-list {
    display: flex;
    width: 100%;
}

.medical_sub_wrap .medical_sub_inner .medical_sub_item.type_02 .item-list li {
    width: 33%;
    margin-right: 5%;
}

.medical_sub_wrap .medical_sub_inner .medical_sub_item.type_02 .item-list li:last-child {
    margin-right: 0;
}

.medical_sub_wrap .medical_sub_inner .medical_sub_item.type_02 .con {
    margin-top: 10px;
}

.medical_sub_wrap .medical_sub_inner .medical_sub_item.type_02 .item-list li .tit {
    display: block;
    font-size: 18px;
    color: #222;
    font-weight: 400;
    margin-top: 0px;
}

.medical_sub_wrap .medical_sub_inner .medical_sub_item.type_02 .item-list .txt_01 {
    font-size: 15px;
    color: #222;
    font-weight: 300;
    margin-top: 10px;
}

.medical_sub_wrap .medical_sub_inner .medical_sub_item.type_02 .item-list li dt {
    overflow: hidden;
}

.medical_sub_wrap .medical_sub_inner .medical_sub_item.type_02 .item-list li img {
    width: 100%;
    ;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    transition: transform 0.3s
}

.medical_sub_wrap .medical_sub_inner .medical_sub_item.type_02 .item-list li:hover img {
    -ms-transform: scale(1.1) rotate(0.002deg);
    -o-transform: scale(1.1) rotate(0.002deg);
    -moz-transform: scale(1.1) rotate(0.002deg);
    -webkit-transform: scale(1.1) rotate(0.002deg);
    transform: scale(1.1) rotate(0.002deg);
}

/* sub_tab */
.sub_tab_wrap {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 50px;    
}

.sub_tab_wrap .sub_tab {
    position: relative;
    display: block;
    width: 25%;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px solid #B9BAC1;
    color: #999;
    text-align: center;
    transition: all .5s;
    font-family: var(--nsr)
}

.sub_tab_wrap .sub_tab.active {
    color: #222;
    font-weight: 600;
}

.sub_tab_wrap .sub_tab:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 0;
    height: 2px;
    background-color: #000;
    transition: all 0.5s;
    transform: translateX(-50%);
}

.sub_tab_wrap .sub_tab.active:before {
    width: 100%;
}

.sub_tab_wrap .sub_tab:hover { color: #000; }
.sub_tab_wrap .sub_tab:hover:before { width: 100%; }
.sub_tab_wrap + .sub_top_cont { padding-top: 0; }

/* medical_devices */
.medical_sub_wrap .medical_sub_item.type_03 .lifting {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
    flex-wrap: wrap;
}

.medical_sub_wrap .medical_sub_item.type_03 .lifting ul {   
    width: 49%;
    border-radius: 20px;
    padding: 30px 0;    
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
}

.medical_sub_wrap .medical_sub_item.type_03 .lifting ul li {   
    color: #fff;
    padding: 0 20px 0 20px;
}

.medical_sub_wrap .medical_sub_item.type_03 .lifting ul:nth-child(1) {
    height: 400px;
    background: #6dc3d2;
    margin-right: 2%;
}

.medical_sub_wrap .medical_sub_item.type_03 .lifting ul:nth-child(2) {
    height: 400px;
    background: #a8a9d7;;
    margin-right: 0;
}

.medical_sub_wrap .medical_sub_item.type_03 .lifting ul:nth-child(3) {
    height: 280px;
    background: #cd6180;;
    margin-right: 2%;
}

.medical_sub_wrap .medical_sub_item.type_03 .lifting ul:nth-child(4) {
    height: 280px;
    background: #8ccd61;
    margin-right: 0;
}

.medical_sub_wrap .medical_sub_item.type_03 .lifting.sub03 ul:nth-child(1) {
    height: 300px;
}

.medical_sub_wrap .medical_sub_item.type_03 .lifting.sub03 ul:nth-child(2) {
    height: 300px;
}

.medical_sub_wrap .medical_sub_item.type_03 .lifting.sub03 ul:nth-child(3) {
    height: 250px;
}

.medical_sub_wrap .medical_sub_item.type_03 .lifting.sub03 ul:nth-child(4) {
    height: 250px;
}

.medical_sub_wrap .medical_sub_item.type_03 .lifting ul li:nth-child(1) {       
    font-size: 32px;
    font-weight: 600;
}

.medical_sub_wrap .medical_sub_item.type_03 .lifting ul li:nth-child(2) {       
    font-size: 20px;
    font-weight: 400;
}

.medical_sub_wrap .medical_sub_item.type_03 .lifting .line {
    display: inline-block;
    width: 40px;
    height: 1px;
    background-color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* Lifting type */
.medical_sub_wrap .box .type_item ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

.medical_sub_wrap .box .type_item li {
    width: 16.5%;
    text-align: center;
}

.medical_sub_wrap .box .type_item li span {
    display: block;
    font-size: 18px;
    color: #222;
    font-weight: 400;
    margin-top: 20px;
}

.medical_sub_wrap .box .type_item li .type_img {
    width: 150px;
    height:150px;
    margin: 0 auto;
    border: 1px solid #999;
    border-radius: 50% 50%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
}

.medical_sub_wrap .box .type_item li .type_img.a {
    background-image: url(../../medical_014.jpg);
}

.medical_sub_wrap .box .type_item li .type_img.b {
    background-image: url(../../medical_015.jpg);
}

.medical_sub_wrap .box .type_item li .type_img.c {
    background-image: url(../../medical_016.jpg);
}

.medical_sub_wrap .box .type_item li .type_img.d {
    background-image: url(../../medical_017.jpg);
}

.medical_sub_wrap .box .type_item li .type_img.e {
    background-image: url(../../medical_018.jpg);
}

.medical_sub_wrap .box .type_item li .type_img.f {
    background-image: url(../../medical_019.jpg);
}

.medical_sub_wrap .box .type_item li .type_img {
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    transition: transform 0.3s
}

.medical_sub_wrap .box .type_item li .type_img:hover {
    -ms-transform: scale(1.1) rotate(0.002deg);
    -o-transform: scale(1.1) rotate(0.002deg);
    -moz-transform: scale(1.1) rotate(0.002deg);
    -webkit-transform: scale(1.1) rotate(0.002deg);
    transform: scale(1.1) rotate(0.002deg);
}

/* responsive */
@media all and (max-width:1279px) {
    .medical_sub_wrap .box .con_title .txt1 {
        font-size: 18px;
    }

    .medical_sub_wrap .medical_sub_inner .medical_sub_item.type_01 .medi_count ul li:nth-child(2) {
        font-size: 20px;
    }

    .medical_sub_wrap .medical_sub_item.type_03 .lifting ul {   
        width: 100%;
    }

    .medical_sub_wrap .medical_sub_item.type_03 .lifting ul:nth-child(1),
    .medical_sub_wrap .medical_sub_item.type_03 .lifting.sub03 ul:nth-child(1) {
        height: auto;
        margin-right: 0;
        padding-bottom:50px;
    }

    .medical_sub_wrap .medical_sub_item.type_03 .lifting ul:nth-child(2),
    .medical_sub_wrap .medical_sub_item.type_03 .lifting.sub03 ul:nth-child(2) {
        height: auto;
        padding-bottom:50px;
    }

    .medical_sub_wrap .medical_sub_item.type_03 .lifting ul:nth-child(3),
    .medical_sub_wrap .medical_sub_item.type_03 .lifting.sub03 ul:nth-child(3) {
        height: auto;
        margin-right: 0;
        padding-bottom:50px;
    }

    .medical_sub_wrap .medical_sub_item.type_03 .lifting ul:nth-child(4),
    .medical_sub_wrap .medical_sub_item.type_03 .lifting.sub03 ul:nth-child(4) {
        height: auto;
        padding-bottom:50px;
    }
}

@media all and (max-width:960px) {
    .medical_sub_wrap .medical_sub_inner .medical_sub_item.type_01 .medi_count {
        flex-wrap: wrap;        
    }

    .medical_sub_wrap .medical_sub_inner .medical_sub_item.type_01 .medi_count > div {
        width: 100%;
        height: auto;
        border: 1px solid #ddd;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media all and (max-width:767px) {
    .medical_sub_wrap .medical_sub_inner .box {
        max-width: 1300px;
        margin: 0 auto;
        background: #fff;
        padding: 20px 20px 100px 20px;
    }

    .medical_sub_wrap .medical_sub_inner .medical_sub_item.type_02 .item-list li {
        width: 100%;
        margin-right: 0%;
    }

    .medical_sub_wrap .box .con_title .big {
        font-size: 20px;
        line-height: 28px;
    }

    .medical_sub_wrap .big {
        font-size: 20px;
        line-height: 28px;
    }

    .medical_sub_wrap .box .con_title .txt1 {
        font-size: 15px;
    }

    .medical_sub_wrap .medical_sub_inner .medical_sub_item.type_01 .medi_count ul li b {
        font-size: 28px;
        font-weight: 800;
    }

    .medical_sub_wrap .medical_sub_inner .medical_sub_item.type_01 .medi_count ul li:nth-child(1) {
        font-size: 20px;
    }

    .medical_sub_wrap .medical_sub_inner .medical_sub_item.type_02 .item-list {
        flex-wrap: wrap;
    }
    
    .medical_sub_wrap .medical_sub_inner .medical_sub_item.type_02 .item-list li {
        width: 100%;
        margin-right: 0%;
    }

    .medical_sub_wrap .medical_sub_inner .medical_sub_item.type_01 .medi_count {
        padding-bottom: 20px;
    }

    .medical_sub_wrap .medical_sub_item .con_title .txt1 {
        margin-bottom: 0px;
    }

    .sub_tab_wrap {
        width: 100%;
        max-width:100%;
        overflow-x: auto;
        justify-content: flex-start;
        white-space: nowrap;
        border-bottom: 1px solid #B9BAC1;
        margin-top: 10px;  
    }

    .sub_tab_wrap .sub_tab {
        position: relative;
        padding: 20px 30px;
        font-size: 16px;
        font-weight: 400;
        border-bottom: 0px solid #B9BAC1;
        color: #999;
        text-align: center;
        transition: all .5s;
        white-space: nowrap;
    }

    .sub_tab_wrap::-webkit-scrollbar {
        display: none;
    }

    .medical_sub_wrap .medical_sub_item.type_03 .lifting ul li:nth-child(1) {       
        font-size: 26px;
    }
    
    .medical_sub_wrap .medical_sub_item.type_03 .lifting ul li:nth-child(2) {       
        font-size: 18px;
    }

    .medical_sub_wrap .medical_sub_item.type_03 .lifting ul li:last-child {       
        font-size: 15px;
    }

    .medical_sub_wrap .medical_sub_item.type_03 .lifting {
        padding-top: 20px;
    }

    /* thread type */
    .medical_sub_wrap .box .type_item li {
        width: 49.5%;
        text-align: center;
        margin-bottom: 50px;
    }

    .medical_sub_wrap .box .type_item li span {
        font-size: 16px;
        margin-top: 10px;
    }
}

/* Dermal Fillers */
.cir_box {
    padding: 30px 0;
    background-color: #fff;
}

.cir_box .tit {
    font-size: 35px;
    font-weight: 600;
    color: #222;
    text-align: center;
}

.cir_box .cir_wrap {
    display: flex;
    width: 95%;
    margin: 40px auto 0;
    align-items: center;
    justify-content: center;
}

.cir_box .cir_wrap .cir {
    position: relative;
    width: calc(100%/5);
    padding-top: 20%;
    border-radius: 50%;
    background-color: #83cdda;
}

.cir_box .cir_wrap .cir .cir_in {
    position: absolute;
    display: flex;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.cir_box .cir_wrap .cir .cir_in .txt {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    color: #fff;
}

/* responsive */
@media all and (max-width:960px) {
    .cir_box .cir_wrap .cir .cir_in .txt {
        line-height: 24px;
    }
}

@media all and (max-width:767px) {
    .cir_box .tit {
        font-size: 20px;
        font-weight: 600;
        color: #222;
        text-align: center;
    }

    .cir_box .cir_wrap .cir .cir_in .txt {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 18px;
        font-weight: 600;
    }

    .cir_box .cir_wrap {
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start;        
    }

    .cir_box .cir_wrap .cir {
        width: calc(94%/2);
        border-radius: 50%;
        padding-top: 47%;
        margin: 5px;
    }
}

/***** contact ***********************************************************************************************************************************************************/
.contact_wrap {
    width: 100%;
    position: relative;
}

/* .contact_wrap .contact_inner {
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    height: 100vh !important;
} */

.contact_wrap .contact_inner .box {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 150px;
    padding: 50px 0 100px 0;
    background: #fff;
    border-radius: 25px 25px 0 0;
}

.contact_img_wrap {
    width: 100%;
    height: 300px;
}

.contact_img_wrap .contact_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 500px;        
}

.contact_img_wrap .contact_img .bg_01 {
    background-image: url("../../contact_01.jpg");
    background-attachment: fixed;
    background-size: cover ;
    background-repeat: no-repeat;
    height: 500px;
}

.contact_img_wrap .con_title {
    width: 100%;
    position: absolute;
    top: 115%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.contact_img_wrap .con_title .big {
    font-size: 35px;
    font-weight: 400;
    color: #fff;
    line-height: 47px;
}

.contact_img_wrap .con_title .txt1 {
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 20px;
}

.contact_wrap .contact_inner .box .contact_item {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

.contact_wrap .contact_item tr {
    height: auto;
}

.contact_wrap .contact_item > table {
    border: none;
    background: none !important;
    background-color: transparent !important;
}

.contact_wrap .contact_item>table tr td table {
    background: none;
    border: none;
}

.contact_wrap .contact_item table {
    width: 100%;
    background: none;
    border: none;
}

.contact_wrap .contact_item td.formmail_title_bgcolor {
    min-width: 220px;
    color: #222;
}

.contact_wrap .contact_item td.formmail_title_bgcolor,
.contact_wrap .contact_item td.formmail_cell_bgcolor {
    border: none;
    background: none;
    padding: 20px 5px;
    font-family: "Noto Sans KR";
    font-size: 15px;

}

.contact_wrap .contact_item td.formmail_title_bgcolor tr td,
.contact_wrap .contact_item td.formmail_cell_bgcolor tr td {
    border: none;

}

.contact_wrap .contact_item input,
.contact_wrap .contact_item textarea,
.contact_wrap .contact_item select {
    min-width: 50px;
    min-height: 30px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #222;
}

.contact_wrap .contact_item input[type=checkbox],
.contact_wrap .contact_item input[type=radio] {
    min-height: 12px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-right: 5px;
    min-width: 12px;
    border-radius: 4px;
}

.contact_wrap .contact_item textarea {
    height: 50px;
    width: 96%;
    border-radius: 4px;
    color: #000;
    background-color: #fff;
    border: 1px solid #ddd;
    font-family: "Noto Sans KR";
    font-size: 15px;
}

.contact_wrap .contact_item input[type=text] {
    font-family: "Noto Sans KR";
    font-size: 15px;
    width: 96%;
}

.contact_wrap .contact_item input[name=phone_no1],
.contact_wrap .contact_item input[name=phone_no2],
.contact_wrap .contact_item input[name=phone_no3],
.contact_wrap .contact_item input[name=mobile_no1],
.contact_wrap .contact_item input[name=mobile_no2],
.contact_wrap .contact_item input[name=mobile_no3] {
    width: 30%;
    max-width: 100px;
}

.contact_wrap .contact_item .formmail_cell_bgcolor table tr td {
    padding: 10px 0;
}

.contact_wrap .contact_item .formmail_cell_bgcolor table tr td textarea {
    color: #666;
    padding: 20px;
    height: 100px;
    width: 99% !important;
}

.contact_wrap .contact_item td.formmail_title_bgcolor,
.contact_wrap .contact_item td.formmail_cell_bgcolor {
    border-bottom: 1px solid #ddd;
    color: #222;
}

.contact_wrap .contact_inner .box .btn_ok {
    background: #c42024;
    color: #fff;
    padding: 6px 30px 6px 30px;
    margin-right: 10px;
}

.contact_wrap .contact_inner .box .btn_cancel {
    background: #333;
    color: #fff;
    padding: 6px 30px 6px 30px;
}

/* responsive */
@media screen and (max-width: 1279px) {
    .contact_img_wrap .con_title .txt1 {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .contact_img_wrap .con_title .big {
        font-size: 20px;
    }

    .contact_img_wrap .con_title .txt1 {
        font-size: 15px;
    }

    .contact_img_wrap {
        height: 180px;
    }
    
    .contact_img_wrap .contact_img {
        height: 300px;
    }

    .contact_img_wrap .contact_img .bg_01 {
        background-image: url("../../contact_01_small.jpg");
        -webkit-transform: translateZ(0);
        height: 300px;
    }

    .contact_wrap .contact_item td.formmail_title_bgcolor {
        min-width: 90px;
        color: #222;
    }

    .contact_wrap .contact_item input[type=text] {
        width: 94%;
    }

    .contact_wrap .contact_item input[name=phone_no1],
    .contact_wrap .contact_item input[name=phone_no2],
    .contact_wrap .contact_item input[name=phone_no3],
    .contact_wrap .contact_item input[name=mobile_no1],
    .contact_wrap .contact_item input[name=mobile_no2],
    .contact_wrap .contact_item input[name=mobile_no3] {
        width: 30%;
        max-width: 60px;
    }

    .contact_wrap .contact_item .formmail_cell_bgcolor table tr td textarea {
        width: 96% !important;
    }

    .contact_wrap .contact_item td.formmail_title_bgcolor,
    .contact_wrap .contact_item td.formmail_cell_bgcolor {
        font-size: 12px;    
    }

    .contact_wrap .contact_inner .box .btn_cancel {
        margin-right: 20px;
    }

    .contact_wrap .contact_item textarea {
        width: 95%;
    }

    .contact_wrap .contact_inner .box {
        padding: 0 0 100px 0;
    }
}

/***** food ***********************************************************************************************************************************************************/
.t_img_wrap.food {   
    width: 100%;
    position: relative;
    margin-top: 74px;
}

.t_img_wrap.food .t_img_inner.food {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.t_img_wrap.food .t_img_inner.food .sub_visual.food {
    position: relative;
    overflow: hidden;
    height: 550px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* margin-top: 20px; */
    width: 100%;
}

.t_img_wrap.food .t_img_inner.food .sub_visual.food video {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.t_img_wrap.food .t_img_inner.food .sub_visual.food .sub_visual.first {
    background-image: url(../../food_top.jpg);
    background-attachment: fixed;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.t_img_wrap.food .t_img_inner.food .sub_visual:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffff;
    transition: left 0.8s ease-in-out;
    -webkit-transition: left 0.8s ease-in-out;
    -moz-transition: left 0.8s ease-in-out;
    -ms-transition: left 0.8s ease-in-out;
    -o-transition: left 0.8s ease-in-out;
}

.t_img_wrap.food .t_img_inner.food .sub_visual.animate::after {
    left: 100%;
}

.t_img_wrap.food .t_img_inner.food .food_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
}

.t_img_wrap.food .t_img_inner.food .food_title .title1 {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    display: flex;
    justify-content: center;
    
}

.t_img_wrap.food .t_img_inner.food .food_title .title1 span {
    animation: wave 1.8s ease-in-out;
    animation-iteration-count: 1;
}

.t_img_wrap.food .t_img_inner.food .food_title .title1 span:nth-child(1) {animation-delay: 0.1s; margin-right: 10px;}
.t_img_wrap.food .t_img_inner.food .food_title .title1 span:nth-child(2) {animation-delay: 0.2s;}
.t_img_wrap.food .t_img_inner.food .food_title .title1 span:nth-child(3) {animation-delay: 0.3s;}
.t_img_wrap.food .t_img_inner.food .food_title .title1 span:nth-child(4) {animation-delay: 0.4s;}
.t_img_wrap.food .t_img_inner.food .food_title .title1 span:nth-child(5) {animation-delay: 0.5s;}
.t_img_wrap.food .t_img_inner.food .food_title .title1 span:nth-child(6) {animation-delay: 0.6s; margin-right: 10px;}
.t_img_wrap.food .t_img_inner.food .food_title .title1 span:nth-child(7) {animation-delay: 0.7s; margin-right: 10px;}
.t_img_wrap.food .t_img_inner.food .food_title .title1 span:nth-child(8) {animation-delay: 0.8s;}
.t_img_wrap.food .t_img_inner.food .food_title .title1 span:nth-child(9) {animation-delay: 0.9s;}
.t_img_wrap.food .t_img_inner.food .food_title .title1 span:nth-child(10) {animation-delay: 1.0s;}
.t_img_wrap.food .t_img_inner.food .food_title .title1 span:nth-child(11) {animation-delay: 1.1s;}
.t_img_wrap.food .t_img_inner.food .food_title .title1 span:nth-child(12) {animation-delay: 1.2s;}
.t_img_wrap.food .t_img_inner.food .food_title .title1 span:nth-child(13) {animation-delay: 1.3s;}
.t_img_wrap.food .t_img_inner.food .food_title .title1 span:nth-child(14) {animation-delay: 1.4s; margin-right: 10px;}
.t_img_wrap.food .t_img_inner.food .food_title .title1 span:nth-child(15) {animation-delay: 1.5s;}
.t_img_wrap.food .t_img_inner.food .food_title .title1 span:nth-child(16) {animation-delay: 1.6s; margin-right: 10px;}
.t_img_wrap.food .t_img_inner.food .food_title .title1 span:nth-child(17) {animation-delay: 1.7s;}
.t_img_wrap.food .t_img_inner.food .food_title .title1 span:nth-child(18) {animation-delay: 1.8s;}
.t_img_wrap.food .t_img_inner.food .food_title .title1 span:nth-child(19) {animation-delay: 1.9s;}
.t_img_wrap.food .t_img_inner.food .food_title .title1 span:nth-child(20) {animation-delay: 2.0s;}

.t_img_wrap.food .t_img_inner.food .food_title .txt1 {
    margin-top: 10px;
    font-size: 20px;
    color: #fff;
}

@keyframes wave {
    0%,
    40%,
    100% {
        transform: translateY(0);
    }

    20% {
        transform: translateY(-25px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.food_sub_wrap {
    width: 100%;
    position: relative;
}

.food_sub_wrap .food_sub_inner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.food_sub_wrap .food_sub_inner .box {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 10px 20px;
}

.food_sub_wrap .con_title {
    text-align: center;
}

.food_sub_wrap .con_title .big {
    font-size: 42px;
    font-weight: 600;
    color: #222;    
}

.food_sub_wrap .con_title .txt1 {
    font-size: 22px;
    font-weight: 300;
    color: #222;
    margin-top: 10px;
    margin-bottom: 40px;
}

/* product list */
.grid {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.grid-item {
    display: block;
    float: left;
    margin-bottom: 50px;
    padding-bottom: 10px;
}

.grid.raw .grid-item {
    margin-bottom: 20px;
}

.gutter-sizer {
    width: 1%;
}

.grid-sizer,
.grid-item {
    width: 24%;
}

.grid-item a {
    display: block;
    height: 100%;
}

.grid-item .img-box {
    position: relative; 
    overflow: hidden
}

.grid-item .img-box img {
    display: block; 
    width: 100%;
}

.grid-item .img-box .bg01_back_s {
    position: absolute;
    opacity: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.grid-item .img-box .ban_cross_s {
    opacity: 0;
    top: 0px;
    position: absolute;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.grid-item:hover .ban_cross_s {
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.grid-item:hover .bg01_back_s {
    opacity: 1;
    position: absolute;
    background-color: #222;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    -webkit-transition: .5s ease-in-out;
    transition: .3s ease-in-out;
}

.food_sub_wrap .button-group {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    
}

.food_sub_wrap .filter-button-group {
    width: 100%;
}

.food_sub_wrap .button-group .button {
    background: #333;
    padding: 5px 20px 5px 20px;
    color: #fff;
    border-radius: 4px;
    margin-right: 4px;
}

.food_sub_wrap .button-group .button.is-checked {
    background: #c42024;
}

/* responsive */
@media screen and (max-width:1279px) {
    .grid-sizer,
    .grid-item {
    width: 32.5%;
    }
}

@media screen and (max-width:767px) {
    .grid-sizer,
    .grid-item {
    width: 49%;
    }

    .grid.raw .grid-item {
        margin-bottom: 20px;
        height: 180px!important;
    }

    .food_sub_wrap .filter-button-group {
        width: 100%;
        display: flex;
        overflow-x: auto;
        justify-content: flex-start;
        white-space: nowrap;
    }

    .food_sub_wrap .filter-button-group::-webkit-scrollbar {
        display: none;
    }
    
    .grid-item .key span {
        font-size: 10px;
    }

    .grid-item .txt_title {
        font-size: 13px;
    }

    .grid-item .redbox,
    .grid-item .greenbox,
    .grid-item .graybox {
        margin-right: 0px;
    }    

    .grid.raw .grid-item p {
        font-size: 13px;
    }
}


/* 식품원료 */
.food_menu_wrap {
    width: 100%;
}

.food_menu_wrap .food_menu_inner {
    width: 100%;
    position: relative;
}

.food_menu_wrap .box {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    height: 100px;
}

.food_menu_wrap .menu_box {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 100;
    top: 40%;
    left:50%;
    transform: translate(-50%, -100%);
    
}

.food_menu_wrap .menu_box .foodmenu01,
.food_menu_wrap .menu_box .foodmenu02 {
    min-width: 250px;
    background: #f8f8f8;
    /* border: 1px solid #ddd; */
    padding: 40px 30px;
    color: #222;
    font-weight: 500;
    border-radius: 20px 20px 0 0 ;
    box-shadow: 3px 5px 5px rgb(0, 0, 0, 0.1);
}

.food_menu_wrap .menu_box .foodmenu01.active,
.food_menu_wrap .menu_box .foodmenu02.active {
    background: #c42024;
    color: #fff;
    /* border: 1px solid #ddd; */
}

.food_menu_wrap .menu_box .foodmenu01:hover,
.food_menu_wrap .menu_box .foodmenu02:hover {
    background: #c42024;
    color: #fff;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.food_menu_wrap .menu_box .foodmenu01 {
    margin-right: 10px;
}

.food_menu_wrap .menu_box .foodmenu01 li:first-child,
.food_menu_wrap .menu_box .foodmenu02 li:first-child {
    font-size: 22px;
}

/* 식품원료 디테일 */
.white-popup-block {
    position: relative;
    background: #FFF;
    padding: 20px 30px 50px 30px;
    text-align: left;
    max-width: 650px;
    margin: 30px auto;
}

.popup-modal-dismiss {
    position: absolute;
    right:30px;
}

.detail_wrap {
    width: 100%;
}

.detail_wrap .detail_inner {
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

.detail_wrap .detail_inner h2 {
    font-size: 32px;
    color: #222;
    font-weight: 600;
}

.detail_wrap .detail_inner li {
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #ddd ;
    line-height: 40px;
}

.detail_wrap .detail_inner li:first-child {
    border-top: 1px solid #ddd ;
}

.detail_wrap .detail_inner .f_tit {
    display: inline-block;
    width: 200px ;
    color: #79b53a;
    font-weight: 600;
}

/* responsive */
@media screen and (max-width:767px) {
    .detail_wrap .detail_inner h2 {
        font-size: 20px;
    }

    .detail_wrap .detail_inner .f_tit {
        width: 100px ;
    }

    .detail_wrap .detail_inner li {
        font-size: 15px;
    }
}

/* food bottom */
.food_bottom_wrap {   
    width: 100%;
    position: relative;
    margin-top: 94px;
}

.food_bottom_wrap .food_bottom_inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.food_bottom_wrap .food_bottom_inner .bottom_visual {
    width: 100%;
    height: 400px;
    background-image: url(../../food_bottom.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;    
}

.food_bottom_wrap .food_bottom_inner .bottom_title {
    width: 98%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
}

.food_bottom_wrap .food_bottom_inner .bottom_title .txt1 {
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

/* responsive */
@media screen and (max-width:767px) {
    .food_bottom_wrap {
        margin-top: 0px;
    }

    .food_bottom_wrap .food_bottom_inner .bottom_title .txt1 {
        font-size: 17px;
        font-weight: 400;
    }

    .food_bottom_wrap .food_bottom_inner .bottom_visual {
        height: 200px;
    }
}

/* 완제품 슬라이더 */
.best_product_wrap {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 100px;
}

.best_product_wrap .best_product_inner {
    width: 100%;
}

.best_product_wrap .best_product {
    position: relative;
    margin: 0 auto;
    width: 76%;
    min-height: 500px;
}

.best_product_wrap .best_product_item {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.best_product .best_product_item .img_inner {
    width:400px;
    height: 250px;
    border-radius: 20px;
    overflow: hidden;    
}

.best_product .best_product_item .img_inner .img {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: 100% ;
}

.best_product_wrap .txt_point {
    font-size: 1.4rem;
    color: #222;
}

.best_product_wrap .txt_title {
    font-size: 24px;
    color: #222;
    font-weight: 500;
}

.best_product_wrap .txt_tag span {
    font-size: 0.9rem;
    color: #555;
    font-weight: 400;
    padding: 2px 4px 2px 4px;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-right: 6px;
}

.best_product_item .redbox, .grid-item .redbox, .detail_wrap .redbox {
    background: #c42024;
    padding: 2px 4px 2px 4px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    margin-right: 6px;
}

.best_product_item .greenbox, .grid-item .greenbox, .detail_wrap .greenbox {
    background: #77b628;
    padding: 2px 4px 2px 4px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    margin-right: 6px;
}

.best_product_item .graybox, .grid-item .graybox, .detail_wrap .graybox {
    background: #f8f8f8;
    padding: 2px 4px 2px 4px;
    border-radius: 4px;
    color: #222;
    font-size: 14px;
    margin-right: 6px;
    border: 1px solid #ddd;
}

.best_product_wrap .swiper-button-next {
    width: 49px;
    height: 49px;
    position: absolute;
    margin-right: 8%;
    background: url(../../next.png) no-repeat;
    background-size: 49px 49px;
    background-position: center;
}

.best_product_wrap .swiper-button-prev {
    width: 49px;
    height: 49px;
    position: absolute;
    margin-left: 8%;
    background: url(../../prev.png) no-repeat;
    background-size: 49px 49px;
    background-position: center;
}

.best_product_wrap .swiper-button-next::after,
.best_product_wrap .swiper-button-prev::after {
    display: none;
}

.best_product_wrap .swiper-pagination-bullet {
    background-color: #444;
    margin: 0 10px !important;
}

/* 완제품 리스트 */
.food_sub_wrap .food_sub_inner .box .grid-item.finishd {
    max-height: 350px;
	margin-bottom:20px;
    background: #fff;
    margin: 0.5%;
    margin-bottom: 30px;
}

.food_sub_wrap .food_sub_inner .box .grid-item.finishd .txt_title {
    line-height: 20px;
}

/* 완제품 디테일 */
.food_menu_wrap .box.detail {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 100px 20px 0 20px;
    height: 130px;
}

.location.food {
    position: absolute;
    top: 60px;
    left: 0px;
}

.location.food li:last-child a:hover {
    color: #c42024;
}

.detail_item {
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
    margin-top: 30px;
    margin-bottom: 50px;
}

.detail_item ul:first-child {
    display: flex;
    width: 100%;
    margin-right: 4%;
    max-height: 500px;
    justify-content: center;
}

.detail_item ul:first-child li:first-child {
    width: 42%;
    margin-right: 4%;
    margin-top: 20px;
}

.detail_item ul:first-child li:last-child {
    width: 54%;
}

.detail_item li .product_view {
    width:100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.detail_item li .product_view.d_img_01 {
    background-image: url("../../food_product_001.jpg");
}

.detail_item li .product_view.d_img_02 {
    background-image: url("../../food_product_002.jpg");
}

.detail_item li .product_view.d_img_03 {
    background-image: url("../../food_product_003.jpg");
}

.detail_item li .product_view.d_img_04 {
    background-image: url("../../food_product_004.jpg");
}

.detail_item li .product_view.d_img_05 {
    background-image: url("../../food_product_005.jpg");
}

.detail_item li .product_view.d_img_06 {
    background-image: url("../../food_product_006.jpg");
}

.detail_item li .product_view.d_img_07 {
    background-image: url("../../food_product_007.jpg");
}

.detail_item li .product_view.d_img_08 {
    background-image: url("../../food_product_008.jpg");
}

.detail_item li .product_view.d_img_09 {
    background-image: url("../../food_product_009.jpg");
}

.detail_item li .product_view.d_img_10 {
    background-image: url("../../food_product_010.jpg");
}

.detail_item li .product_view.d_img_11 {
    background-image: url("../../food_product_011.jpg");
}

.detail_item .detail_wrap.product p:first-child {
    font-size: 18px;
    color: #222;
}

.detail_item .detail_wrap.product .detail_inner ul {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.detail_item .detail_wrap.product .detail_inner li {
    width: 100%;
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #ddd ;
    line-height: 46px;
}

.detail_item .detail_wrap.product .detail_inner .btnbox {
    display: flex;
}

.detail_item .detail_wrap.product .detail_inner .sell_btn {
    width: 56%;
    background: #c42024;
    margin-right: 1%;
    color: #fff;
    font-weight: 500;
    border-radius: 10px;
    padding:10px 10px;
    text-align: center;
}

.detail_item .detail_wrap.product .detail_inner .sell_btn a {
    width: 100%;
    display: block;
    cursor: pointer;
}

.detail_item .detail_wrap.product .detail_inner .back_btn {
    width: 43%;
    background: #333;
    border: 1px solid #ddd;
    color: #fff;
    font-weight: 500;
    border-radius: 10px;
    padding:10px 10px;
    text-align: center;
}

.detail_item .detail_wrap.product .detail_inner .back_btn a {
    width: 100%;
    display: block;
    cursor: pointer;
}

@media screen and (max-width:1279px) {
    .food_sub_wrap .con_title .txt1 {
        font-size: 18px;
}

    /* .food_sub_wrap .food_sub_inner .box .grid-item p {
        font-size: 16px;
    } */
}

@media screen and (max-width:1000px) {
    /* .food_sub_wrap .food_sub_inner .box .grid-item {
        width: calc(33% - 13px);
    }     */
}


@media all and (max-width:767px) {
    /* .food_sub_wrap .food_sub_inner .box .grid-item {
        width: calc(100% - 5px);
        height: 700px;
    }  */

    .location.food li:before {
        margin: 0px 4px 0 4px;
        font-size: 14px;
    }

    .t_img_wrap.food {   
        margin-top: 60px;
        padding: 0;
    }

    .t_img_wrap.food .t_img_inner.food {
        width: 100%;
    }

    .t_img_wrap.food .t_img_inner.food .sub_visual.food {
        height: 300px;
    }
    
    .t_img_wrap.food .t_img_inner.food .sub_visual.food video {
        height: 300px;
    }
    
    .t_img_wrap.food .t_img_inner.food .food_title .title1 {
        font-size: 24px;
    }

    .t_img_wrap.food .t_img_inner.food .food_title .txt1 {
        font-size: 16px;
    }

    .food_menu_wrap .menu_box .foodmenu01,
    .food_menu_wrap .menu_box .foodmenu02 {
        min-width: 162px;
        padding: 32px 20px;
    }

    .food_menu_wrap .menu_box .foodmenu01 li:first-child,
    .food_menu_wrap .menu_box .foodmenu02 li:first-child {
        font-size: 18px;
    }

    .food_menu_wrap .menu_box .foodmenu01 li:last-child,
    .food_menu_wrap .menu_box .foodmenu02 li:last-child {
        font-size: 15px;
    }

    /* .food_sub_wrap .food_sub_inner .box.title {
        margin-top: 0px;
    } */

    .food_menu_wrap .box {
        height: 50px;
    }
    
    .food_menu_wrap .menu_box {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        z-index: 100;
        top: 40%;
        left:50%;
        transform: translate(-50%, -80%);
        
    }

    .food_sub_wrap .con_title .big {
        font-size: 20px; 
    }
    
    .food_sub_wrap .con_title .txt1 {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .best_product_wrap {
        margin-bottom: 20px;
    }

    .best_product_wrap .best_product {
        width: 90%;
        min-height: 465px;
    }

    .best_product_wrap .swiper-button-next {
        display: none;
    }
    
    .best_product_wrap .swiper-button-prev {
        display: none;
    }

    .best_product_wrap .txt_point {
        font-size: 18px;
    }
    
    .best_product_wrap .txt_title {
        font-size: 20px;
    }

    .t_img_wrap.bottom { 
        clear: both;
        width: 100%;
        margin-top: 50px;
    }

    .t_img_wrap.bottom .t_img_inner.bottom {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

    .t_img_wrap.bottom .t_img_inner.bottom .sub_visual.bottom {
        position: relative;
        overflow: hidden;
        height: 150px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        margin-top: 20px;
        width: 100%;
    }
    
    .t_img_wrap.bottom .t_img_inner.bottom .sub_visual.bottom {
        background-attachment: fixed;
        width: 100%;
    }

    .t_img_wrap.bottom .t_img_inner.bottom .bottom_title {
        width: 100%;
    }

    .t_img_wrap.bottom .t_img_inner.bottom .bottom_title .txt1 {
        font-size: 16px;
    }

    /* detail page */
    .food_menu_wrap .box.detail {
        padding: 30px 20px 0 20px;
        height: 100px;
    }

    .detail_item ul:first-child {
        flex-wrap: wrap;
        margin-right: 0%;
        max-height: 100%;
    }

    .detail_item ul:first-child li:first-child {
        width: 100%;
        margin-right: 0;
    }

    .detail_item ul:first-child li:last-child {
        width: 100%;
    }

    .detail_item li .product_view {
        width:100%;
        height: 400px;
    }

    .detail_item .detail_wrap.product p:first-child {
        font-size: 16px;
    }

    .detail_item .detail_wrap.product .detail_inner .sell_btn {
        width: 50%;
    }
    
    .detail_item .detail_wrap.product .detail_inner .back_btn {
        width: 50%;
    }
}

/***** privacy *********************************************************************************************************************************************************************/
.privacy_wrap {
    width: 100%;
}

.privacy_wrap .privacy_inner {
    width: 100%;
    position: relative;
}

.privacy_wrap .box {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    padding: 100px 20px 100px 20px;
}

.privacy_wrap .layer_tit {
    position: relative;
    margin-top: 100px;
    border-bottom: 2px solid #222;
    text-align: center;
}

.privacy_wrap .layer_tit h3 {
    font-size: 30px;
    font-weight: 800;
    color: #222;
}

.privacy_wrap .layer_cont {
    color: #666;
    font-size: 16px;
}

.privacy_wrap .layer_cont .index {
    background: #f8f8f8;
    padding: 50px;
}

.privacy_wrap .layer_cont article ol strong {
    display: block;
    padding-top: 50px;

}

@media all and (max-width:767px) {
    .privacy_wrap .box {
        padding: 20px 20px 100px 20px;
    }

    .privacy_wrap .layer_cont {
        font-size: 15px;
    }
}
