@charset "utf-8";

.bg-banner {
    background-image: url('../images/bg_banner.jpg');
}

.profile-item {
    width: 272px;
    height: 332px;
    background-color: #F9F9F9;
    border-radius: 30px;
    text-align: center;
    margin: 8px 20px;
}

.profile-img {
    display: inline-block;
    width: 235px;
    height: 168px;
    border-radius: 30px;
    margin: 20px 18px;
    background-color: #f0f0f0;
}

.profile-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.profile-position {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}

.profile-company {
    font-size: 17px;
    font-weight: 400;
    color: #1E3172;
    margin-bottom: 10px;
}

.mb-img {
    width: 70%;
    border: 1px solid #ddd;
    margin-top: 10px;

}

/* mobile */
@media screen and (max-width: 767px) {

    .mb-img {
        width: 70%;
        margin: 10px 10px;
        padding: 4px;
    }
}

.bizKdca-layout{
    display: flex;
    align-items: flex-start;
    gap: 60px;
}
.bizKdca-layout .left{
    min-width: 260px;
    max-width: 260px;
    height: 100%;
}
.bizKdca-layout .right{
    width: calc(100% - 320px);
    height: 100%;
    flex:1;
}

.bizKdca-layout .title{
    font-family: GmarketSans700;
    font-size: 21px;
    letter-spacing: -0.5px;
    color: #262F6A;
    position: relative;
    padding-left: 30px;
}
.bizKdca-layout .title::before{
    content: "";
    width: 24px;
    height: 24px;
    background: url("/static/original/images/ic_title_intrcn.png") no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 0;
}
.res-cards{
    border-bottom: 1px solid #EAEAEA;
    margin-top: 20px;
    margin-bottom: 42px;
    padding-bottom: 42px;
    display: flex;
    align-items: flex-start;
    gap: 40px;
}
.res-cards:last-child{border-bottom: 0;}
.res-cards .conts{
    font-family: Pretendard600;
    flex: 1; width: 100%;
}
.res-cards .photo {
    width: 175px;
    height: 210px;
    border-radius: 5px;
    background: #D9D9D9;
    overflow: hidden;
}
.res-cards .photo > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.res-cards .tit-name{
    font-size: 28px;
    color: #3C42B0;
    padding-bottom: 18px;
}

.res-cards .conts .flex-row,
.res-cards .conts .flex-col{
    display: flex;
    align-items: flex-start;
    column-gap: 40px;
}
.res-cards .conts .flex-row{margin-bottom: 12px;}
.res-cards .conts .flex-row > label,
.res-cards .conts .flex-col > label{
    max-width: 90px;
    min-width: 90px;
    padding: 0;
    font-size: 16px;
    color: #111;
}
.res-cards .conts .flex-row > div,
.res-cards .conts .flex-col > div{
    width: 100%;
    font-family: Pretendard400;
    font-size: 16px;
    word-break: keep-all;
}
.res-cards .tel,
.res-cards .email{
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 20px;
}
.res-cards .tel::before,
.res-cards .email::before{
    content: "";
    width: 16px;
    height: 16px;
    background: url("/static/original/images/ic_tel.png") no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 0;
}
.res-cards .email::before{
    background: url("/static/original/images/ic_email.png") no-repeat;
}

/* 질병관리청 연구자 리스트 - 테이블 */
.res-cards table{
    /*width: calc(100% + 16px);*/
    width: 100%;
    border-collapse: separate;
    border-spacing: 8px 0;
    padding: 8px 0;
    position: relative;
    left: -8px;
    min-width: 600px;
}
.scroll-x-table{overflow: auto;}
.scroll-x-table::-webkit-scrollbar {
    background: #f3f3f3;
    height: 8px;
    width: 6px;
    border-radius: 8px;
}
.scroll-x-table::-webkit-scrollbar-track {
    background: #f3f3f3;
    border-radius: 8px;
}
.scroll-x-table::-webkit-scrollbar-thumb {
    background-color: #dbdbdf;
    border-radius: 8px;
}

.res-cards th{
    background: #fff;
    border: 1px solid #E3E3E3;
    border-bottom: 0;
    padding: 6px 6px 0 6px;
    border-radius: 5px 5px 0 0 !important;
}
.res-cards th > div{
    background: #F4F6FF;
    border-radius: 5px;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
}

.res-cards td{
    background: #fff;
    border: 1px solid #E3E3E3;
    border-top: 0;
    padding: 0 6px 6px 6px;
    border-radius: 0 0 5px 5px !important;
}
.res-cards td > div{
    background: #fff;
    font-family: Pretendard400;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    padding:  16px 16px 10px 16px;
}
.res-cards tr:not(:last-child) td{
    border-bottom: 0;
    border-radius: 0 !important;
}
@media screen and (max-width:1160px) {
    .res-cards{
        flex-direction: column; align-items: center;
    }
}
@media screen and (max-width:950px) {
    .bizKdca-layout{
        flex-direction: column; align-items: center;
    }
    .bizKdca-layout .left{min-width: 100%;z-index: 9999;
        height: 180px;
        top: 90px;
        background-color: white;}
    .bizKdca-layout .right{width: 100%;}
    .tabintab-ul{display: flex;
        /*padding: 4px 0 !important;*/
    }
    .tabintab-ul > li.tab-btn{
        border: 0 !important;
        justify-content: center !important;
    }
    .tabintab-ul > li.tab-btn > a{text-align: center;}
}
@media screen and (max-width:600px) {
    .res-cards .conts .flex-row{flex-direction: column !important;}
    .tabintab-ul{flex-wrap: wrap;}
    .tabintab-ul > li.tab-btn{width: 50% !important;
    padding: 11px 0;
    }
}


#container {
    display: flex;
    flex-direction: column;
    /*height: 100%;*/
}

main {
    flex: 1;
    /*overflow-y: auto;*/
}
.goContents{
    font-size: 1.4rem;
    line-height: 2.1rem;
    color: #666;
    display: block;
    padding: 66px 0 !important;
}
.bizKdca-layout {
    display: flex;
    gap: 40px;
}

.left {
    position: sticky;
    top: 135px;
    align-self: flex-start;
}


.right {
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.right::-webkit-scrollbar {
    display: none;
}

.tabintab-ul {
    border: 1px solid #EAEAEA;
    border-radius: 15px;
    box-shadow: 20px 30px 40px 0 rgba(0, 41, 67, 0.051);
    overflow: hidden;
    padding: 4px 30px;
}

.tabintab-ul > li.tab-btn {
    width: 100%;
    height: 100%;
    background: #fff;
    font-family: GmarketSans500;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: -0.7px;
    word-break: keep-all;
    color: #3C4765;
    text-align: left;
    padding: 19px 0;
    border-bottom: 1px solid #EAEAEA;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.tabintab-ul > li.tab-btn:last-child {
    border-bottom: 0;
}

.tabintab-ul > li.tab-btn a:hover {
    color: #6033BB;
}

.tabintab-ul > li.tab-btn.active > a {
    font-family: GmarketSans500;
    font-weight: 600;
    color: #6033BB;
    width: fit-content;
    position: relative;
    z-index: 1;
}

.tabintab-ul > li.tab-btn.active > a::before {
    content: "";
    width: calc(100% + 10px);
    height: 16px;
    background: #F1EBFF;
    position: absolute;
    top: 8px;
    left: -2px;
    z-index: -1;
}

.submenu {
    padding: 10px;
}

.submenu li {
    margin: 5px 0;
}

.submenu a:hover {
    color: #007bff;
}

.submenu a.active {
    color: #6033BB;
    font-weight: 600;
}

@charset "utf-8";

.bg-banner {
    background-image: url('../images/bg_banner.jpg');
}

.profile-item {
    width: 272px;
    height: 332px;
    background-color: #F9F9F9;
    border-radius: 30px;
    text-align: center;
    margin: 8px 20px;
}

.profile-img {
    display: inline-block;
    width: 235px;
    height: 168px;
    border-radius: 30px;
    margin: 20px 18px;
    background-color: #f0f0f0;
}

.profile-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.profile-position {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}

.profile-company {
    font-size: 17px;
    font-weight: 400;
    color: #1E3172;
    margin-bottom: 10px;
}

.mb-img {
    width: 70%;
    border: 1px solid #ddd;
    margin-top: 10px;

}

/* mobile */
@media screen and (max-width: 767px) {

    .mb-img {
        width: 70%;
        margin: 10px 10px;
        padding: 4px;
    }
}

.bizKdca-layout{
    display: flex;
    align-items: flex-start;
    gap: 60px;
}
.bizKdca-layout .left{
    min-width: 260px;
    max-width: 260px;
    height: 100%;
}
.bizKdca-layout .right{
    width: calc(100% - 320px);
    height: 100%;
}

.bizKdca-layout .title{
    font-family: GmarketSans700;
    font-size: 21px;
    letter-spacing: -0.5px;
    color: #262F6A;
    position: relative;
    padding-left: 30px;
}
.bizKdca-layout .title::before{
    content: "";
    width: 24px;
    height: 24px;
    background: url("/static/original/images/ic_title_intrcn.png") no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 0;
}
.res-cards{
    border-bottom: 1px solid #EAEAEA;
    margin-top: 20px;
    margin-bottom: 42px;
    padding-bottom: 42px;
    display: flex;
    align-items: flex-start;
    gap: 40px;
}
.res-cards:last-child{border-bottom: 0;}
.res-cards .conts{
    font-family: Pretendard600;
    flex: 1; width: 100%;
}
.res-cards .photo {
    width: 175px;
    height: 210px;
    border-radius: 5px;
    background: #D9D9D9;
    overflow: hidden;
}
.res-cards .photo > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.res-cards .tit-name{
    font-size: 28px;
    color: #3C42B0;
    padding-bottom: 18px;
}

.res-cards .conts .flex-row,
.res-cards .conts .flex-col{
    display: flex;
    align-items: flex-start;
    column-gap: 40px;
}
.res-cards .conts .flex-row{margin-bottom: 12px;}
.res-cards .conts .flex-row > label,
.res-cards .conts .flex-col > label{
    max-width: 90px;
    min-width: 90px;
    padding: 0;
    font-size: 16px;
    color: #111;
}
.res-cards .conts .flex-row > div,
.res-cards .conts .flex-col > div{
    width: 100%;
    font-family: Pretendard400;
    font-size: 16px;
    word-break: keep-all;
}
.res-cards .tel,
.res-cards .email{
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 20px;
}
.res-cards .tel::before,
.res-cards .email::before{
    content: "";
    width: 16px;
    height: 16px;
    background: url("/static/original/images/ic_tel.png") no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 0;
}
.res-cards .email::before{
    background: url("/static/original/images/ic_email.png") no-repeat;
}

/* 질병관리청 연구자 리스트 - 테이블 */
.res-cards table{
    /*width: calc(100% + 16px);*/
    width: 100%;
    border-collapse: separate;
    border-spacing: 8px 0;
    padding: 8px 0;
    position: relative;
    left: -8px;
    min-width: 600px;
}
.scroll-x-table{overflow: auto;}
.scroll-x-table::-webkit-scrollbar {
    background: #f3f3f3;
    height: 8px;
    width: 6px;
    border-radius: 8px;
}
.scroll-x-table::-webkit-scrollbar-track {
    background: #f3f3f3;
    border-radius: 8px;
}
.scroll-x-table::-webkit-scrollbar-thumb {
    background-color: #dbdbdf;
    border-radius: 8px;
}

.res-cards th{
    background: #fff;
    border: 1px solid #E3E3E3;
    border-bottom: 0;
    padding: 6px 6px 0 6px;
    border-radius: 5px 5px 0 0 !important;
}
.res-cards th > div{
    background: #F4F6FF;
    border-radius: 5px;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
}

.res-cards td{
    background: #fff;
    border: 1px solid #E3E3E3;
    border-top: 0;
    padding: 0 6px 6px 6px;
    border-radius: 0 0 5px 5px !important;
}
.res-cards td > div{
    background: #fff;
    font-family: Pretendard400;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    padding:  16px 16px 10px 16px;
}
.res-cards tr:not(:last-child) td{
    border-bottom: 0;
    border-radius: 0 !important;
}
@media screen and (max-width:1160px) {
    .res-cards{
        flex-direction: column; align-items: center;
    }
}
@media screen and (max-width:950px) {
    .bizKdca-layout{
        flex-direction: column; align-items: center;
    }
    .bizKdca-layout .left{min-width: 100%;z-index: 9999;
        height: 180px;
        top: 90px;
        background-color: white;}
    .bizKdca-layout .right{width: 100%;}
    .tabintab-ul{display: flex;
        /*padding: 4px 0 !important;*/
    }
    .tabintab-ul > li.tab-btn{
        border: 0 !important;
        justify-content: center !important;
    }
    .tabintab-ul > li.tab-btn > a{text-align: center;}
}
@media screen and (max-width:600px) {
    .res-cards .conts .flex-row{flex-direction: column !important;}
    .res-cards .conts .flex-row > label, .res-cards .conts .flex-col > label{max-width:100%;min-width:auto;}
    .tabintab-ul{flex-wrap: wrap;}
    .tabintab-ul > li.tab-btn{width: 50% !important;
        padding: 11px 0;
    }
}


#container {
    display: flex;
    flex-direction: column;
    /*height: 100%;*/
}

main {
    flex: 1;
    /*overflow-y: auto;*/
}
.goContents{
    font-size: 1.4rem;
    line-height: 2.1rem;
    color: #666;
    display: block;
    padding: 66px 0 !important;
}
.bizKdca-layout {
    display: flex;
    gap: 40px;
}

.left {
    position: sticky;
    top: 135px;
    align-self: flex-start;
}


.right {
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.right::-webkit-scrollbar {
    display: none;
}

.tabintab-ul {
    border: 1px solid #EAEAEA;
    border-radius: 15px;
    box-shadow: 20px 30px 40px 0 rgba(0, 41, 67, 0.051);
    overflow: hidden;
    padding: 4px 30px;
}

.tabintab-ul > li.tab-btn {
    width: 100%;
    height: 100%;
    background: #fff;
    font-family: GmarketSans500;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: -0.7px;
    word-break: keep-all;
    color: #3C4765;
    text-align: left;
    padding: 19px 0;
    border-bottom: 1px solid #EAEAEA;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.tabintab-ul > li.tab-btn:last-child {
    border-bottom: 0;
}

.tabintab-ul > li.tab-btn a:hover {
    color: #6033BB;
}

.tabintab-ul > li.tab-btn.active > a {
    font-family: GmarketSans500;
    font-weight: 600;
    color: #6033BB;
    width: fit-content;
    position: relative;
    z-index: 1;
}

.tabintab-ul > li.tab-btn.active > a::before {
    content: "";
    width: calc(100% + 10px);
    height: 16px;
    background: #F1EBFF;
    position: absolute;
    top: 8px;
    left: -2px;
    z-index: -1;
}

.submenu {
    padding: 10px;
}

.submenu li {
    margin: 5px 0;
}

.submenu a:hover {
    color: #007bff;
}

.submenu a.active {
    color: #6033BB;
    font-weight: 600;
}

.submenu li a img{
    width: 11px;
    margin-right: 4px;
}
.vision-wrapper{
    display: flex;
    justify-content: space-between;
}
.line-container{
    width: 10%;
    display: flex;
    justify-content: center;
    position: relative;
    left: -30px;
}
.pc-line {
    /*position: absolute;*/
    /*left: -80px;*/
    /*top: -90px;*/
    /*bottom: 0;*/
    width: 1px;
    background-color: #404040;
    height: 90%;
    display: block;
}
.diamond-icon{
    position: relative;
    left: -10px;
    top: 110px;
    width: 20px;
}
.diamond-icon2{
    position: relative;
    left: -10px;
    top: 180px;
    width: 20px;
}
.box-wrapper {
    display: grid;
    gap: 20px;
    margin: 90px auto 60px;
    /*padding: 0 20px;*/
    max-width: 940px;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
}

.box-container {
    position: relative;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1;
    width: 100%;
}

.cloud-bg {
    position: absolute;
    top: -58px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    z-index: 0;
}

.cloud-fg {
    position: absolute;
    top: -51px;
    left: 50%;
    transform: translateX(-53%);
    width: 100px;
    z-index: 2;
}

.pc-bg{
    position: absolute;
    top: -58px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    z-index: 0;
}
.pc-icons{
    position: absolute;
    top: -46px;
    left: 50%;
    transform: translateX(-50%);
    width: 95px;
    z-index: 2;
}

.doctor-bg{
    position: absolute;
    top: -58px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    z-index: 0;
}

.box-title {
    position: relative;
    background: #001953;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    padding: 14px 12px;
    border-radius: 10px;
    margin-bottom: 15px;
    line-height: 1.5;
    z-index: 1;
    font-size: 16px;
    font-family: Pretendard400;
}

.checklist {
    list-style: none;
    padding: 0 15px;
    margin: 0;
}

.checklist li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.5;
    font-family: Pretendard400;
}

.checklist li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23043d8b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 16.2l-3.5-3.5L4 14.2l5 5 12-12-1.4-1.4z"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}

.bar-title{
    position: relative;
    top: 80px;
    left: 20px;
    font-size: 16px;
    font-family: GmarketSans500;
    line-height: 20px;
}
.bar-title2{
    position: relative;
    top: 145px;
    left: 20px;
    font-size: 16px;
    font-family: GmarketSans500;
}
.title-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 13px 24px;
    border-radius: 100px;
    background: linear-gradient(to bottom, rgb(6, 180, 198), rgb(39, 130, 241));
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    width: 100%;
}
.sub-title{
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    color: #002060;
    position: relative;
    top: 30px;
}
.sub-title p{
    font-size: 20px;
}
.sub-title h4{
    font-size: 24px;
    position: relative;
    left: -50px;
}
.sub-title p, h4{
    font-family: GmarketSans500;
}
.arrow-top{
    position: relative;
    top: 30px;
    z-index: -1;
    transform: translateX(-50%);
    left: 50%;
}
.title-box .label{
    font-size: 18px;
    margin-right: 8px;
    white-space: nowrap;
    font-family: GmarketSans500;
}
.title-box .contour{
    position: relative;
    left: -10px;
}
.title-box .title-text{
    font-size: 18px;
    font-family: GmarketSans500;
}
.title-box .title-text strong{
    font-size: 20px;
    font-family: GmarketSans700;
}
.title-text strong {
    font-weight: bold;
    color: white;
}
.link-title{
    color: #FFFFFF;
}

@media (max-width: 1400px) {
    .line-container{
        display: none;
    }
    .box-wrapper {
        max-width: 940px;
    }
    .pc-line {
        display: none;
    }
}

@media (max-width: 1370px) {
    .sub-title h4 {
        font-size: 24px;
        position: relative;
        left: -30px;
    }
    .contour{
        display: none;
    }
}
@media (max-width: 1300px) {
    .sub-title h4 {
        position: relative;
        left: 0;
    }
    .title-box .title-text strong {
        font-size: 18px;
    }
    .contour{
        display: none;
    }
}
@media (max-width: 1190px) {
    .box-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .box-container{
        margin-bottom: 80px;
    }
    .box-container .cloud-bg {
        top: -58px;
        width: 120px;
    }

    .box-container .cloud-fg {
        top: -54px;
        width: 100px;
    }
    .pc-bg{
        top: -58px;
        width: 120px;
    }
    .pc-icons{
        top: -54px;
        width: 100px;
    }
    .doctor-bg{
        top: -58px;
        width: 120px;
    }
    .box-title {
        font-size: 16px;
    }
    .box-title:hover{
        cursor: pointer;
    }
    .title-box .title-text {
        font-size: 15px;
    }
    .title-box .title-text strong{
        font-size: 16px;
    }
    .sub-title h4 {
        font-size: 21px;
        position: relative;
        left: 0;
    }

}
@media (max-width: 935px) {
    .sub-title{
        justify-content: center;
    }
    .title-box{
        justify-content: center;
        gap: 20px;
    }
}
@media (max-width: 785px) {
    .sub-title p {
        font-size: 16px;
    }
    .sub-title h4 {
        position: relative;
        left: 0;
        font-size: 18px;
    }
    .title-box .title-text{
        font-size: 13px;
    }
    .title-box .title-text strong {
        font-size: 15px;
    }
    .title-box .label {
        font-size: 15px;
    }
}
@media (max-width: 598px) {

    .box-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

}
@media (max-width: 375px) {
    .box-container{
        margin-bottom: 60px;
    }
    .pc-line {
        display: none;
    }
    .box-wrapper {
        margin: 80px auto 60px;
        grid-template-columns: repeat(1, 1fr);
    }
    .box-container .cloud-bg {
        top: -55px;
        width: 110px;
    }

    .box-container .cloud-fg {
        top: -50px;
        width: 27%;
    }
    .pc-bg{
        top: -53px;
        width: 110px;
    }
    .pc-icons{
        top: -90px;
        width: 55%;
    }
    .doctor-bg{
        top: -53px;
        width: 110px;
    }
    .box-title {
        font-size: 16px;
    }
    .arrow-top{
        width: 80px;
    }
    .sub-title{
        padding: 5px;
    }
    .sub-title h4{
        font-size: 16px;
    }
    .title-box .title-text strong{
        font-family: GmarketSans500;
    }
    .bizKdca-layout .image-wrap.shadow{
        padding: 20px 0;
    }
    .bizKdca-layout .image-wrap.shadow:last-child{
        margin-bottom: 50px;
    }
    .image-wrap.shadow{
        margin: 0;
    }
}
/* ============================================================ */
/* 251205 임혜경 영문 추가  */
.en .bizKdca-layout .sub-title h4{left:0}
.en .bizKdca-layout .title-box{gap:30px}
.en .bizKdca-layout .box-wrapper{max-width:1080px}
.en .bizKdca-layout .mimc-intro-img01 img{content:url(/static/image/bizKdca-pc-ver2-en.png)}
.en .bizKdca-layout .mimc-intro-img02 img{content:url(/static/image/bizKdca-pc-ver3-en.png)}

.en .tabintab-ul > li.tab-btn > a{width:100%}
.en .tabintab-ul > li.tab-btn.active > a::before{content:none}
@media (max-width: 1400px) {
	
}