@font-face {
	font-family: 'Pretendard Variable';
	font-weight: 45 920;
	font-style: normal;
	font-display: swap;
	src: local('Pretendard Variable'), url('../fonts/PretendardVariable.woff2') format('woff2-variations');
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


/* Firefox  */
input[type='number'] {
  -moz-appearance: textfield;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}



body {
	font-family: 'Pretendard', sans-serif;
    color: #423a3a;
    font-weight: 400;
    background: #ECECEC;
}

html {scroll-behavior: smooth; overflow-x: hidden;}

input,
select {
    font-family: 'Pretendard', sans-serif;
}



.inner {
    width: 100%;
    padding: 0 4%;
}

.inner2 {
    width: 100%;
    padding: 0 4%;
}

.c_inner {
    width: 100%;
    padding: 0 4%;

}

p {
    margin: 0px 0px 0px 0px;
    line-height: 1;
    word-break: keep-all;
}

.top_inner {
    width: 100%;
    padding: 0 4%;
}

.m_hide {
    display: none !important;
}

.sp5 {
    height: 5px;
    clear: both;
}

.sp10 {
    height: 10px;
    clear: both;
}

.sp12 {
    height: 12px;
    clear: both;
}

.sp15 {
    height: 15px;
    clear: both;
}

.sp20 {
    height: 20px;
    clear: both;
}

.sp25 {
    height: 25px;
    clear: both;
}

.sp30 {
    height: 30px;
    clear: both;
}

.sp35 {
    height: 35px;
    clear: both;
}

.sp40 {
    height: 40px;
    clear: both;
}

.sp45 {
    height: 45px;
    clear: both;
}

.sp50 {
    height: 50px;
    clear: both;
}

.sp55 {
    height: 55px;
    clear: both;
}

.sp60 {
    height: 60px;
    clear: both;
}

.sp65 {
    height: 65px;
    clear: both;
}

.sp70 {
    height: 70px;
    clear: both;
}

.sp75 {
    height: 75px;
    clear: both;
}

.sp80 {
    height: 80px;
    clear: both;
}

.sp90 {
    height: 90px;
    clear: both;
}

.sp100 {
    height: 100px;
    clear: both;
}

.sp110 {
    height: 110px;
    clear: both;
}

.sp120 {
    height: 120px;
    clear: both;
}

.sp130 {
    height: 130px;
    clear: both;
}

.sp140 {
    height: 140px;
    clear: both;
}

.sp150 {
    height: 150px;
    clear: both;
}

.sp160 {
    height: 160px;
    clear: both;
}

.sp165 {
    height: 165px;
    clear: both;
}

.sp200 {
    height: 200px;
    clear: both;
}

.t_bold {
    font-weight: bold;
}

.pc_hider {
    display: none;
}

.allowed {
    cursor: not-allowed !important;
}
.m_mt40 {margin-top:40px;}
.m_mb5 {margin-bottom:5px !important;}
/* 공통 input 시작 */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/select.png);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-size: 8px auto;
}

input,
select {
    appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    -webkit-border: none;
    -moz-border: none;
    -webkit-padding: 0 10px;
    -moz-padding: 0 10px;
}

input[type='checkbox'] {
    -webkit-appearance: checkbox
}

input[type='radio'] {
    -webkit-appearance: radio
}

input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

select::-ms-expand {
    display: none;
    /*for IE10, 11*/
}
/* 공통 input 끝 */



/* 국가 선택 시작 */
.lang_select {
        position: relative;
        cursor: pointer;
        position: absolute;
        top: 20px;
        left: 20px;
    }

.lang_select .active_lang {
    height: 28px;
    overflow: hidden;
}
.lang_select .active_lang img{
    width:35px;
}

/* .lang_select img {
    height: 100%;
} */

.lang_select .lang_select_list {
    background: #fff;
    border: 1px solid #f2f2f2;
    position: absolute;
    top: 50px;
    z-index: 9999;
    left: 0px;
    padding: 10px;
    width: 200px;
    border-radius: 5px;
    display: none;
    color: #000;
}

.lang_select .lang_select_list p {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	padding: 2px;
}

.lang_select .lang_select_list p:last-of-type {
	margin-bottom: 0px;
}

.lang_select .lang_select_list p img {
	width: 100%;
    max-width: 30px;
	margin-right: 10px;
}

/* 국가 선택 끝 */



/* common 시작*/
.hideBox {overflow: hidden;}

#header {
	position: fixed;
    z-index: 999999999;
    padding: 20px 0;
	top: 0;
	left: 0;
}

#header.fixedOn {
	background: #ffffff;
	border-bottom: 1px rgb(158 158 158 / 20%) solid;
}
.fixedOn .menu .mList {
	color: #232323 !important;
}
.fixedOn .logo_box img {
	filter:none;
    }
.topMenu {
	width: 100%;
}

.topMenu .menuArea {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-align: end;
    -moz-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
	width: 100%;
    padding: 0 20px;
}

.navBtn {
	height: 25px;
    margin-left: auto;
    display: block;
    margin-bottom: 10px;
}
.navBtn img {
    height: 100%;
}
#header.fixedOn .navBtn img {
    filter: invert(1);
}
.m_menu {
    position: fixed;
    top: 0px;
    z-index: 9999999999;
	width: 80%;
    min-height: 100vh;
    background: #fff;
    overflow: hidden;
	left: 100%;
}

.menusc {
    padding-top: 30px;
}

.close {
        margin-left: auto;
        display: block;
        margin-right: 20px;
        height: 40px;
        margin-top: 20px;
    }

.m_menu .mList {
	color: #fff;
    font-size: 15px;
    display: block;
    padding-left: 30px;
    height: 55px;
    line-height: 55px;
}
.m_menu .m_menuI{
    width: 100%;
    height: 100vh;
    /* padding: 0 5%; */
    overflow-y: scroll;
    scrollbar-width: none;
    
    
}
.m_menu .m_menuI .s_menu_top{
    width: 100%;
    margin: 10px 0 100px;
    display: flex;
}
.m_menu .m_menuI .s_menu_top .menu_link{
    color: #000;
    display: flex;
    width: 100%;
    max-width: 300px;
    height: 30px;
    margin-left: 20px;
    margin-right: 20px;
}
.m_menu .m_menuI .s_menu_top .menu_link ul{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    margin-right: 15px;
}
.m_menu .m_menuI .s_menu_top .menu_link ul li{
    width: 30%;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    background-color: #808080;
    color: #fff;
}
.m_menu .m_menuI .s_menu_top .menu_link ul li:nth-child(2){
    background-color: #1b499e;
}
.m_menu .m_menuI .s_menu_top .menu_link ul li a{
    color: #fff;
}
.m_menu .m_menuI .s_menu_top .menu_link .lang_select{
    display: flex;
    justify-content: center;
}
.m_menu .m_menuI .s_menu_top>img{
    width: 100%;
    max-width: 50px;
}
.m_menu .m_menuI .s_menu_top .menu_link>.lang_select .active_lang img{
    width: 100%;
    max-width: 50px;
}
.menusc{
    width: 100%;
    margin-bottom: 200px;
}
.menusc>li{
    width: 100%;
    /* height: 50px; */
}
.menusc>li .l_title{
    display: block;
    width: 100%;
    height: 50px;
    cursor: pointer;
}
.menusc>li .l_title .m_title{
    /* border: 2px solid pink; */
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
}
.menusc>li .l_title .m_title p{
    font-weight: 900;
    font-size: 18px;
}
.menusc>li .l_title .m_title .all_icon{
    position: absolute;
    right: 5%;
    font-size: 2rem;
    color: #333;
    font-weight: 200;
}
.menusc>li .l_title .m_title .all_icon .m_icon{
    display: none;
}
.menusc>li .sub_menusc{
    /* border: 1px solid #0047ba; */
    width: 100%;
    background-color: #f2f2f2;
    height: 0;
    overflow: hidden;
}
.menusc>li .sub_menusc li{
    width: 100%;
    height: 50px;
    line-height: 60px;
    text-align: center;
}
.menusc>li .sub_menusc li a{
    color: #808080;
}
.menusc>li .sub_menusc li:hover a{
    font-weight: 900;
    color: #333;
}
.menusc>li:nth-child(1) .l_title .m_title p{
    color: #1b499e;
}
.menusc>li:nth-child(1) .l_title .m_title .all_icon{
    color: #1b499e;
}
.menusc>li:nth-child(1) .sub_menusc{
    height: auto;
}
.menusc>li:first-child .l_title .m_title .all_icon .p_icon{
    display: none;
}
.menusc>li:first-child .l_title .m_title .all_icon .m_icon{
    display: block;
}

.menu_link{
    display: none;
}

.logo_box{
    width: 160px;
}

.logo_box a{
    display: block;
}
.logo_box a img{
    width: 100%;
}


#footer {
	background: #181818;
	padding: 25px 0;
}

#footer .footerT {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 18px;
}

#footer .fotLogo {
	height: 40px;
    opacity: 0.45;
}

#footer .topBtn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #59cb49;
    cursor: pointer;
    position: fixed;
    right: 6%;
    bottom: 30px;
	z-index: 999999999;
	display: none;
}
#footer .topBtn img {
	height: 55%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

#footer .p_footer {
    font-size: 12px;
    font-weight: 300;
    color: #808080;
	margin-bottom: 15px;
	overflow: hidden;
	line-height: 1.3;
}

#footer .p_footer span {
    margin-right: 16px;
    display: block;
    float: left;
}

#footer .p_copy {
    font-size: 12px;
    font-weight: 300;
    color: #808080;
}
.hide {display:none;}
/* common 끝 */



/* visual 시작 */
#wrap {
    width: 100%;
    overflow: hidden;
}

/* new main */
/* main */
#main_wrap{
    background-color: #fff;
}

#main_wrap a{
    display: block;
}
#main_wrap .main_inner{
    width: 100%;
    max-width: 1380px;
    margin: auto;
    padding: 0 15px;
}

#main_wrap #main{
    height: 690px;
}
#main_wrap #main .contents{
    width: 100%;
    height: 690px;
    background-size: cover;
    background-image: url(../img/main02.jpg);
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
	background-repeat: no-repeat;
    background-size: cover;
}
#main_wrap #main .contents .main_inner{
    display: flex;
    height: 100%;
}
#main_wrap #main .contents .textArea{
    margin-top: auto;
    margin-bottom: 100px;
    color: #fff;
}
#main_wrap #main .contents .textArea .main_tit{
    font-size: 25px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 30px;
    word-break: keep-all;
}
#main_wrap #main .contents .textArea .sub_tit {
    font-size: 20px !important;
    color: #fff !important;
}
#main_wrap #main .contents .textArea .main_tit span {
    font-weight: 800;
    font-size: 28px;
}
#main_wrap #main .contents .textArea .m_text{
    font-size: 16px;
    line-height: 150%;
    word-break: keep-all;
}
/* #main_wrap #main .contents .textArea .m_text br{
    display: none;
} */
/* main */

/* 공통항목 */
#main_wrap .s_title{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
#main_wrap .s_title .titleCircle{
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background-color: #cdd430;
    margin-right: 10px;
}
#main_wrap .s_title p{
    font-size: 18px;
    font-weight: 600;
}
.button a{
    width: 100%;
    height: 100%;
    text-align: center;
}
.button > a {
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    max-width: 150px;
    height: 40px;
    border: 1px solid #000;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin: auto;
}
.button > a:after {
    content: "";
    width: 0%;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: linear-gradient(90deg, rgba(53, 169, 74, 1) 0%, rgba(182, 204, 53, 1) 100%);
}
.button > a:hover {
    color: #fff;
}
.button > a:hover:after {
    width: 100%;
    z-index: -1;
}
/* //공통항목 */

/* section01 */
.section01 .contents{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.section01 .contents .imgArea{
    width: 100%;
    height: 420px;
    margin: auto;
    margin-bottom: 50px;
}
.section01 .contents .imgArea .img_inner{
    width: 100%;
    height: 100%;
    position: relative;
}
.section01 .contents .imgArea .img_inner .background{
    width: 90%;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-55%, -55%);
    background-color: #eee;
    z-index: 1;
}
.section01 .contents .imgArea .img_inner .frontImg{
    width: 90%;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    background-image: url(../img/story.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.section01 .contents .textArea{
    width: 100%;
    height: 100%;
}
.section01 .contents .textArea .text_inner{
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 auto;
}
.section01 .contents .textArea .text_inner .t_contents{
    margin-bottom: 50px;
}
.section01 .contents .textArea .text_inner .t_contents .story_tit{
    font-size: 22px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 30px;
    word-break: keep-all;
}
.section01 .contents .textArea .text_inner .t_contents .story_tit .color{
    color: #1b499e;
}
.section01 .contents .textArea .text_inner .t_contents .s_text{
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    word-break: keep-all;
}
/* //section01 */

/* section02 */
.section02 {
    background-color: salmon;
}
.section02 .container {
    display: flex;
    width: 100%;
    background-color: #ffffff;
    flex-direction: column;
    position: relative;
    height: 605px;
}
/* left_contents */
.section02 .container #left_contents{
    width: 100%;
    position: absolute;
    overflow: hidden;
    height: 100%;
}
.section02 .container #left_contents .image-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    transition: transform 0.5s ease;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.section02 .container #left_contents .opacity{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.section02 .container #left_contents .image-wrapper img{
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.section02 .container #left_contents .controls{
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    background-color: #fff;
    width: 200px;
    height: 75px;
    flex-direction: column;
    justify-content: center;
}
.section02 .container #left_contents .controls .controls_contents{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section02 .container #left_contents .controls .controls_contents #pageIndicator{
    font-size: 16px;
    font-weight: 600;
    margin: 0 20px;
}
.section02 .container #left_contents .controls button {
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    margin: 0 5px;
    background-color: inherit;
    width: 50px;
}
.section02 .container #left_contents .controls button img{
    width: 100%;
}
.section02 .container #left_contents .controls .c_underline{
    width: 80%;
    height: 3px;
    background-color: #000;
}
/* //left_contents */
/* right_contents */
.section02 .container #right_contents{
    width: 100%;
    display: flex;
    height: 90%;
    position: absolute;
    color: #fff;
}
.section02 .container #right_contents .innerLeft{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.section02 .container #right_contents .innerLeft .bg_contents{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.section02 .container #right_contents .innerLeft .bg_contents .text_active{
    width: 145px;
    height: 145px;
    position: absolute;
}
.section02 .container #right_contents .innerLeft .bg_contents .text_active img{
    width: 100%;
    animation: rotate_image 10s linear infinite;transform-origin: 50% 50%;
}
@keyframes rotate_image{
    100% {
        transform: rotate(360deg);
    }
}
.section02 .container #right_contents .innerLeft .bg_contents .top_text_active{
    display: none;
}
.section02 .container #right_contents .innerLeft .bg_contents .bottom_text_active{
    display: none;
}
.section02 .container #right_contents .innerLeft .bg_contents #bg_line{
    width: 180px;
    height: 75px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 65px;
    right: 0;
    transform: translateX(17%);
}
.section02 .container #right_contents .innerLeft .bg_contents #bg_line .bg_line{
    width: 80px;
    height: 12px;
    background-color: #cdd430;
}
.section02 .container #right_contents .innerLeft .bg_contents #bg_line .g_line01{
    margin-left: 70px;
}
.section02 .container #right_contents .innerLeft .bg_contents #bg_line .g_line02{
    background-color: #35a94a;
    width: 100%;
}
.section02 .container #right_contents .innerLeft .bg_contents #bg_line .g_line03{
    margin-left: 36px;
}
.section02 .container #right_contents .innerLeft #text_contents{
    margin-top: 80px;
    padding: 0 15px;
    position: absolute;
    z-index: 999;
    width: 100%;
}
.section02 .container #right_contents .innerLeft .b_title{
    width: 100%;
    margin-bottom: 45px;
}
.section02 .container #right_contents .innerLeft .b_title p{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.section02 .container #right_contents .innerLeft .b_title .underline{
    width: 90px;
    height: 3px;
    background-color: #fff;
    display: block;
}
.section02 .container #right_contents .innerLeft .text-content{
    width: 100%;
}
.section02 .container #right_contents .innerLeft .text-content h2{
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 45px;
}
.section02 .container #right_contents .innerLeft .text-content span{
    font-weight: 300;
}
.section02 .container #right_contents .innerLeft .text-content p{
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 45px;
    word-break: keep-all;
    height: 120px;
}
.section02 .container #right_contents .innerLeft .text-content .button a{
    color: #fff;
    border: 1px solid #fff;
    background-color: inherit;
}
.section02 .container #right_contents .innerRight{
    display: none;
}
/* //right_contents */

.section02 .slide-image {
    width: 100%;
    display: none;
}

.section02 .slide-image.active {
    display: block;
}
.section02 .text-content {
    width: 40%;
    display: flex;
    flex-direction: column;
}

.section02 .text-item {
    display: none;
}

.section02 .text-item.active {
    display: block;
}

/* //section02 */

/* section03 */

.section03{
}
.section03 .allContents{
    display: flex;
    flex-direction: column;
    position: relative;
}
.section03 .allContents .tab_wrapper {
    width: 100%;
  }
.section03 .allContents .tab_ul {
    overflow-x: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    margin-bottom: 50px;
}

.section03 .allContents .tab_ul .tab_scroll {
    display: flex;
    gap: 10px;
    align-items: center;
    user-select: none;
    width: fit-content;
}
.section03 .allContents .tab_wrapper .button_flex{
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: end;
    margin-bottom: 15px;
}
.section03 .allContents .tab_wrapper .arrow {
    background: #1b499e;
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 24px;
}
.section03 .allContents .tab_wrapper .arrow.disabled {
    background: #eee; /* 비활성화 색 */
    color: #d2d2d2;
    cursor: not-allowed;
}
  
.section03 .allContents .tab_ul:active {
    cursor: grabbing;
}
.section03 .allContents .btn_active {
    text-align: center;
    font-size: 14px;
    background: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    height: 50px;
    margin-top: 10px;
	cursor:pointer;
    width: fit-content;
    padding: 0 20px;
    text-wrap: nowrap;
}
.section03 .allContents .tab_active{
    background: linear-gradient(90deg, rgba(53,169,74,1) 0%, rgba(182,204,53,1) 100%);
    transition: .3s;
    color: #fff !important; /* 클릭된 메뉴의 텍스트 색상 */
}
.section03 .allContents .textArea{
    width: 100%;
    position: relative;
    z-index: 2;
}
.section03 .allContents .imgArea{
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 30px;
    opacity: .2;

}
.section03 .allContents .imgArea img{
    width: 100%;
}

.section03 .allContents .textArea .text_inner .a_title{
    font-size: 30px;
    font-weight: 500;
    line-height: 110%;
    margin-bottom: 10px;
}
.section03 .allContents .textArea .tab-content{
    width: 100%;
    height: 300px;
    display: none;
}
.section03 .allContents .textArea .tab-content.current{
    display: inherit;
}
.section03 .allContents .textArea .tab-content h2{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}
.section03 .allContents .textArea .tab-content p{
    font-size: 16px;
    line-height: 150%;
    word-break: keep-all;
}


/* //section03 */

/* section04 */

.section04 .contents{
    width: 100%;
    background-image: url(../img/cellbanking_bg.jpg);
    height: 620px;
    display: flex;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section04 .contents .main_inner{
    display: flex;
    align-items: center;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.section04 .contents .main_inner .imgArea{
    width: 100%;
    max-width: 384px;
    margin-bottom: 50px;
}
.section04 .contents .main_inner .imgArea img{
    width: 100%;
}
.section04 .contents .main_inner .textArea{
    width: 100%;
    color: #fff;
}
.section04 .contents .main_inner .textArea .main_tit{
    font-size: 22px;
    margin-bottom: 50px;
    font-weight: 300;
    word-break: keep-all;
    line-height: 150%;
    text-align: center;
}
.section04 .contents .main_inner .textArea .text_inner{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.section04 .contents .main_inner .textArea .s_text{
    font-size: 18px;
    font-weight: 300;
    word-break: keep-all;
    line-height: 150%;
    margin-bottom: 40px;
    text-align: center;
}
.section04 .contents .main_inner .textArea .button a{
    color: #fff;
    border-radius: 0;
    border: 1px solid #fff;
}
/* //section04 */
/* section05 */
.section05 .contents{
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
}
.section05 .contents .textArea{
    width: 100%;
    height: 100%;
    margin-bottom: 50px;
}
.section05 .contents .textArea .text_inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.section05 .contents .textArea .text_inner .t_contents .cell_tit{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
}
.section05 .contents .textArea .text_inner .t_contents .cell_subtit{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
}
.section05 .contents .textArea .text_inner .t_contents .c_text{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 50px;
    word-break: keep-all;
    line-height: 150%;
}
.section05 .contents .textArea .text_inner .t_contents .c_text .color{
    color: #1b499e;
    font-weight: 700;
}
.section05 .contents .imgArea{
    width: 100%;
    height: 100%;
}
.section05 .contents .imgArea .img_inner{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.section05 .contents .imgArea .img_inner .item{
    height: 200px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding: 25px 15px;
    display: flex;
    flex-direction: column;
}
.section05 .contents .imgArea .img_inner .item01{
    background-image: url(../img/cellbanking01.png);
}
.section05 .contents .imgArea .img_inner .item02{
    background-image: url(../img/cellbanking02.png);
}
.section05 .contents .imgArea .img_inner .item03{
    background-image: url(../img/cellbanking03.png);
}
.section05 .contents .imgArea .img_inner .item04{
    background-image: url(../img/cellbanking04.png);
}
.section05 .contents .imgArea .img_inner .item h3{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    word-break: keep-all;
}
.section05 .contents .imgArea .img_inner .item p{
    font-size: 14px;
    font-weight: 300;
    line-height: 150%;
    word-break: keep-all;
    margin-top: auto;
}

/* //section05 */
/* section06 */

.section06 .contents{
    width: 100%;
    background-color: #fafafa;
    height: 700px;
}

.section06 .contents .background{
    display: none;
}
.section06 .contents .frontContents{
    width: 100%;
    height: 100%;
    /* display: flex;
    justify-content: center; */
    padding-top: 50px;
}
.section06 .contents .frontContents .main_inner{
    width: 100%;
    margin: 0;
}
.section06 .contents .frontContents .main_inner .top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    align-items: end;
    flex-direction: column;
}
.section06 .contents .frontContents .main_inner .top .left{
    width: 100%;
}
.section06 .contents .frontContents .main_inner .top .left h2{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.section06 .contents .frontContents .main_inner .top .left p{
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    word-break: keep-all;
    margin-bottom: 20px;
}
.section06 .contents .frontContents .main_inner .top .right{
    width: 100%;
}
.section06 .contents .frontContents .main_inner .top .right a{
    font-size: 18px;
    font-weight: 600;
    max-width: 100px;
}
.section06 .contents .frontContents .main_inner .bottom{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.section06 .contents .frontContents .main_inner .bottom .news{
    width: 100%;
    height: 200px;
    padding: 20px 10px;
    border: 1px solid #d2d2d2;
    margin-right: 10px;

}
.section06 .contents .frontContents .main_inner .bottom .news:last-child{
    margin-right: 0;
}
.section06 .contents .frontContents .main_inner .bottom .news .newsInner{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.section06 .contents .frontContents .main_inner .bottom .news .newsInner .n_top .point{
    font-size: 12px;
    font-weight: 700;
    color: #08afaf;
    margin-bottom: 15px;
}
.section06 .contents .frontContents .main_inner .bottom .news .newsInner .n_top .new_tit{
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    word-break: keep-all;
}
.section06 .contents .frontContents .main_inner .bottom .news .newsInner .n_bottom{
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.section06 .contents .frontContents .main_inner .bottom .news .newsInner .n_bottom .date{
    font-size: 12px;
    color: #5b5b5b;
}

/* //section06 */
/* section07 */
.section07 .contents{
    background-image: url(../img/cscenter.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    width: 100%;
    height: fit-content;
    padding: 50px 0;
}
.section07 .contents .main_inner{
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;

}
.section07 .contents .main_inner .cs_title{
    font-size: 22px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.section07 .contents .main_inner .cs_title::before{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    max-width: 240px;
    margin: 15px 0;
}
.section07 .contents .main_inner .cs_title::after{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    max-width: 240px;
    margin: 15px 0;
}
.section07 .contents .main_inner .cs_title .weight{
    font-weight: 700;
}
.section07 .contents .main_inner .textArea{
width: 100%;
}
.section07 .contents .main_inner .textArea p{
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px;
    word-break: keep-all;
    line-height: 150%;
    text-align: center;
}
/* .section07 .contents .button{
    border: 1px solid #fff;
    margin: auto;
    width: 170px;
    height: 40px;
} */
.section07 .contents .button a{
    color: #fff;
    line-height: 40px;
    font-size: 18px;
    font-weight: 300;
    width: fit-content;
    max-width: none;
    line-height: normal;
    border: none !important;
    height: fit-content;
    margin: 0 auto;
}
.section07 .contents .button {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section07 .contents .button::after{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    max-width: 240px;
    margin: 25px 0;
}
.section07 .contents .button > a:after {
    content: unset;
}
.section02 .container #right_contents .innerRight{
    display: none;
}
/* //section07 */

/* //new main */

/* visual 끝 */




.scrollBtn a {
	padding-top: 55px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
    font-size: 14px;
}
.scrollBtn a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}
.scrollBtn a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}
/* 효과 끝 */


/* visual 시작 */
#wrap .visual {
	width: 100%;
    height: 100vh;
    position: relative;
}
#wrap .video_area {
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
}
    #wrap .desc {
        position: absolute;
        z-index: 9;
        bottom: 25%;
        left: 5rem;
        color: #fff;
        width: 100%;
        max-width: 650px;
        padding: 0 2%;
    }
#wrap .desc .txt1{
    font-size:20px;
	font-weight:400;
	line-height:1;
    word-break: keep-all;
}
#wrap .desc .txt2 {
	font-size: 40px;
	margin-top: 10px;
	margin-bottom: 30px;
    word-break: keep-all;
    }
#wrap .desc .txt2 br:nth-child(2){
    display: none;
}
#wrap .desc .txt3 {
	font-size: 14px;
	line-height: 1.5;
	font-weight: 200;
}
#visual>.bg-video .video_area{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/* visual 끝 */


/* 회사소개 */
.company{
    background-color: #fff;
}
.sub_header {
    width: 100%;
    height: 450px;
    position: relative;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    margin-bottom: 100px;
}
.company .sub_header{
    background-image: url(../img/companybanner03.jpg);
}

.company .sub_header .banner{
    width: 100%;
    margin-top: auto;
}

.company .sub_header .banner .title{
    width: 100%;
    overflow: hidden;
    margin: auto;
    margin-bottom: 60px;
    color: #fff;
}
.company .sub_header .banner .title p{
    font-size: 27px;
    margin-bottom: 20px;
}
.company .sub_header .banner .title h2{
    font-size: 47px;
}

.sub_header .banner .tab {
    width: 100%;
    height: 60px;
    border-top: 5px solid rgb(255 255 255 / 30%);
}
.sub_header .banner .tab ul{
    width: 100%;
    max-width: 1300px;
    display: flex;
    justify-content: space-between;
    height: 100%;
    margin: auto;
}
.sub_header .banner .tab ul li{
    width: 100%;
    text-align: center;
    height: 100%;
    position:relative;
}

.sub_header .banner .tab ul li.active::After {
    content: '';
    width: 100%;
    height: 5px;
    background: #ffffff;
    position: absolute;
    top: -5px;
    left: 0px;
}

.sub_header .banner .tab ul li a{
    width: 100%;
    height: 100%;
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    padding-top: 10px;
}
.sub_header .banner .tab ul .active a{
    width: 100%;
    height: 100%;
    display: block;
    font-size: 14px;
    font-weight: 900;
    color: #fff;
}

.sub_header .banner .tab ul li:nth-child(2),
.sub_header .banner .tab ul li:nth-child(3),
.sub_header .banner .tab ul li:nth-child(4){
    border-top: none;
}

.sub_header .banner .tab ul li a:hover{
    color: #fff;
    transition: .5s;
    font-weight: 900;
}


.company #corporate{
    width: 100%;
}
.company #corporate .corporate{
    width: 100%;
    margin-bottom: 200px;
}
.company #corporate .title{
    width: 100%;
    position: relative;
    height: 60px;
    margin-bottom: 50px;
}
.company #corporate .title span{
    font-size: 25px;
    color: #f2f2f2;
    position: absolute;
    bottom: 0;
    font-weight: 900;
}
.company #corporate .title h2{
    font-size: 30px;
    color: #333;
    position: absolute;
    font-weight: 900;
}

.company #corporate .corporate #contents{
    width: 100%;
}

.company #corporate .corporate #contents h2{
    font-size: 32px;
    color: #333;
    font-weight: 500;
    margin-bottom: 50px;
    word-break: keep-all;
}
.company #corporate .corporate #contents h2 span{
    color: #1b499e;
    font-weight: 900;
} 
.company #corporate .corporate #contents .text1{
    font-size: 18px;
    line-height: 170%;
    margin-bottom: 50px;
    word-break: keep-all;
}
.company #corporate .corporate #contents .mainimg{
    width: 100%;
    height: 350px;
    background-image: url(../img/companymain.jpg);
    background-size: cover;
    margin-bottom: 50px;
    background-position: center center;
    border-radius: 10px;
}
.company #corporate .corporate #contents .text2{
    font-size: 18px;
    line-height: 170%;
    word-break: keep-all;
}
.company #corporate .corporate #contents .text2 br{
    display: none;
 }
.company #corporate .vision{
    margin-bottom: 200px;
}
.company #corporate .vision .title{
    width: 100%;
    position: relative;
    height: 60px;
    margin-bottom: 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.company #corporate .vision .title span{
    font-size: 25px;
    color: #f2f2f2;
    position: absolute;
    bottom: 0;
    font-weight: 900;
}
.company #corporate .vision .mainimg{
    width: 100%;
    height: fit-content;
    margin: auto;
    display: flex;
    justify-content: center;
}
.company #corporate .certification{
    margin-bottom: 200px;
}
.company #corporate .certification .title {
    width: 100%;
    position: relative;
    height: 60px;
    margin-bottom: 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.company #corporate .certification ul{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    /* justify-content: center; */
}
.company #corporate .certification ul li{
    width: calc(33.33% - 20px);
}
.company #corporate .certification ul li .imgbox{
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #d2d2d2;
}
.company #corporate .certification ul li .imgbox img{
    width: 100%;
}
.company #corporate .certification ul li p{
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}

/*회사소개 끝*/


/* ceoletter start  */

.company #ceoletter{
    width: 100%;
}
.company #ceoletter .ceoletter{
    width: 100%;
    margin-bottom: 200px;
}
.company #ceoletter .title{
    width: 100%;
    position: relative;
    height: 60px;
    margin-bottom: 80px;
}
.company #ceoletter .title span{
    font-size: 25px;
    color: #f2f2f2;
    position: absolute;
    bottom: 0;
    font-weight: 900;
}
.company #ceoletter .title h2{
    font-size: 30px;
    color: #333;
    position: absolute;
    font-weight: 900;
}

.company #ceoletter #contents{
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
}
.company #ceoletter #contents .left{
    width: 100%;
    display: flex;
    justify-content: center;
    /* padding-left: 20px; */
    margin-bottom: 100px;
    padding: 0 4%;
}
.company #ceoletter #contents .left .left_inner{
    width: 100%;
    max-width: 700px;
    height: 500px;
    background-image: url(../img/ceoimg2.png);
    background-size: cover;
    background-position: center 0;
    /* position: relative; */
    border-radius: 10px;
}
/* .company #ceoletter #contents .left .left_inner span{
    width: 100%;
    height: 100%;
    background-color: #d2d2d2;
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 0;
} */
.company #ceoletter #contents .left .left_inner img{
    display: none;
}
.company #ceoletter #contents .right{
    width: 100%;
    max-width: 700px;
    /* padding-left: 40px; */
    color:#333;
    /* padding-right: 20px; */
    padding: 0 4%;
}
.company #ceoletter #contents .right h2{
    font-size: 25px;
    margin-bottom: 40px;
    word-break: keep-all;
    line-height: 150%;
}
.company #ceoletter #contents .right p{
    font-size: 18px;
    line-height: 180%;
    margin-bottom: 40px;
    word-break: keep-all;
}

.company #ceoletter .inner{
    padding: 0 5%;
}



/* ceoletter end  */

/* chart start  */

.company #chart{
    width: 100%;
}
.company #chart .chart{
    width: 100%;
    margin-bottom: 200px;
}
.company #chart .title{
    width: 100%;
    position: relative;
    height: 60px;
    margin-bottom: 80px;
}
.company #chart .title span{
    font-size: 25px;
    color: #f2f2f2;
    position: absolute;
    bottom: 0;
    font-weight: 900;
}
.company #chart .title h2{
    font-size: 30px;
    color: #333;
    position: absolute;
    font-weight: 900;
}
.company #chart #contents{
    width: 100%;
}
.company #chart #contents img{
    width: 100%;
}
.company #chart #contents img:nth-child(1){
    display: none;
}
/* chart end  */


/* contact start  */

/* .company{
    overflow-x: hidden;
} */
.company #contact{
    width: 100%;
}
.company #contact .contact{
    width: 100%;
    margin-bottom: 200px;
}
.company .inner{
    width: 100%;
    max-width: 1300px;
}
.company #contact .title{
    width: 100%;
    position: relative;
    height: 60px;
    margin-bottom: 80px;
}
.company #contact .title span{
    font-size: 25px;
    color: #f2f2f2;
    position: absolute;
    bottom: 0;
    font-weight: 900;
}
.company #contact .title h2{
    font-size: 30px;
    color: #333;
    position: absolute;
    font-weight: 900;
}

.company #contact #contents{
    width: 100%;
}
.company #contact #contents .map1{
    display: none;
}
.company #contact #contents .map2{
    width: 100%;
    height: 100%;
}
.company #contact #contents .map2 .gmap{
    width: 100%;
    max-width: 1300px;
    height: 500px;
    border-radius: 10px;
    margin-bottom: 50px;
}
.company #contact #contents .map2 .map_contents{
    display: flex;
    flex-direction: column;
    /* margin-top: -150px; */
    /* height: 450px; */
    width: 100%;
    max-width: 1300px;

}
.company #contact #contents .map2 .textcard{
    width: 100%;
    height: 200px;
    background-color: #1a499e;
    margin-bottom: 50px;
    border-radius: 10px;
    color: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-size: 22px;
    /* margin-left: 100px; */
}
.company #contact #contents .map2 .textcard .txt1{
    color: #d2d2d2;
    font-weight: 300;
    /* margin-bottom: 20px; */
}
.company #contact #contents .map2 .textcard .txt2{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.company #contact #contents .map2 .textcard .txt2 span{
    margin: auto;
    display: inline-block;
}
.company #contact #contents .map2 .textcard .txt2 h2{
    font-size: 40px;
    font-weight: 100;
    line-height: 150%;
}

.company #contact #contents .map2 .info{
    /* margin-top: auto;
    margin-left: auto; */
    padding-right: 5%;
}
/* .company #contact #contents .map .info table{
} */
.company #contact #contents .map2 .info table tr{
    height: 80px;
    font-size: 22px;
}
.company #contact #contents .map2 .info table tr th{
    text-align: left;
    width: 100px;
}
.company #contact #contents .map2 .info table tr td{
    font-weight: 200;
    line-height: 150%;
}

/* contact end  */
/* bio intro start  */

.bio{
    background-color: #fff;
}
.bio .sub_header{
    background-image: url(../img/biobanner04.jpg);
}

.bio .sub_header .banner{
    width: 100%;
    /* opacity: 0.5; */
    /* position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); */
    /* opacity: 0.5; */
    margin-top: auto;
}

.bio .sub_header .banner .title{
    width: 100%;
    overflow: hidden;
    margin: auto;
    margin-bottom: 60px;
    color: #fff;
}
.bio .sub_header .banner .title p{
    font-size: 27px;
    margin-bottom: 20px;
}
.bio .sub_header .banner .title h2{
    font-size: 47px;
}

.bio #biointro{
    width: 100%;
}
.bio #biointro .biointro{
    width: 100%;
    margin-bottom: 150px;
}
.bio #biointro .title{
    width: 100%;
    position: relative;
    height: 60px;
    margin-bottom: 80px;
}
.bio #biointro .title span{
    font-size: 25px;
    color: #f2f2f2;
    position: absolute;
    bottom: 0;
    font-weight: 900;
}
.bio #biointro .title h2{
    font-size: 30px;
    color: #333;
    position: absolute;
    font-weight: 900;
}
.bio #biointro .txtbox{
    width: 100%;
    margin-bottom: 80px;
}

.bio #biointro .txtbox h2{
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    line-height: 150%;
    margin-bottom: 80px;
}
.bio #biointro .txtbox h2 span{
    color: #1a499e;
    font-weight: 900;
    word-break: keep-all;
}
.bio #biointro .txtbox h2 .small{
    font-size: 30px;
}
.bio #biointro .txtbox h2 br:nth-child(3){
    display: none;
}
.bio #biointro .txtbox p{
    font-size: 28px;
    /* text-align: center; */
    line-height: 180%;
    word-break: keep-all;
}

.bio #biointro .txtbox p span{
    font-weight: 900;
}
.bio #biointro .txtbox p br{
    display: none;
}
.bio #section06 {
	position: relative;
    width: 100%;
    height: auto;
	margin-bottom:140px;
    padding: 0 15px;
    margin-bottom: 80px;
}
.bio #section06 .txtbox{
	text-align: center;
    margin-bottom: 40px;
}
.bio #section06 .txtbox .stit{
	font-size: 18px;
	font-weight:400;
    color: #000;
	margin-bottom: 15px;
}
.bio #section06 .txtbox .tit{
	font-size: 25px;
    color: #000;
    font-weight: 1000;
}
.bio #section06 .tab_item{
	width:100%;
    background-image: url("../img/teck1.jpg");
    background-size: cover;
    background-position: center center;
}
.bio #section06 .tab_item .item{
	display: flex;
	width: 100%;
    height: fit-content;
	background-size: cover;
    background-position: center;
    flex-wrap: wrap;
}
.bio #section06 .tab_item .item .cont {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
	border-right: 1px rgba(255, 255, 255, 0.2) solid;
	border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
	position: relative;
    width: 50%;
    height: 250px;
	cursor: pointer;
	background-image: none !important;
}

.bio #section06 .tab_item .item .cont:after {
	content:'';
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
	position:absolute;
	top:0px;
	left:0px;
    opacity: 0;
    transition: .3s; /* 애니메이션 추가 */
}
.bio #section06 .tab_item .item .cont:hover:after {
	content:'';
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
	position:absolute;
	top:0px;
	left:0px;
    opacity: 1;
}

.bio #section06 .tab_item .item .cont .menu_name{
	font-size: 14px;
	font-weight:400;
	color:#ffffff;
	position: relative;
    z-index: 999;
    text-align: center;
    line-height: 120%;
}
.bio #section06 .tab_item .item .cont .imgbox{
	position: relative;
    z-index: 999;
    height: 50px;
}
.bio #section06 .tab_item .item .cont .imgbox img{
    height: 100%;
}
.bio #section06 .tab_item .item .cont .bullet_icon{
	position: relative;
        z-index: 999;
}
.bio #section06 .tab_item .item .cont .menu_name_e{
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    position: relative;
    z-index: 999;
    text-align: center;
    line-height: 1.3;
    display: none;
}
.bio #section06 .tab_item .item .cont.active .menu_name_e{
	display: block;
    padding: 0 15px;

}
/* bio intro end  */

/* bio status start  */

.bio #status{
    width: 100%;
}
.bio #status .status{
    width: 100%;
    margin-bottom: 200px;
}
.bio #status .title{
    width: 100%;
    position: relative;
    height: 60px;
    margin-bottom: 80px;
}
.bio #status .title span{
    font-size: 25px;
    color: #f2f2f2;
    position: absolute;
    bottom: 0;
    font-weight: 900;
}
.bio #status .title h2{
    font-size: 30px;
    color: #333;
    position: absolute;
    font-weight: 900;
}

.status_menu{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 140px;
}

.status_menu li{
    width: calc(100% /2 - 4px);
    height: 70px;
    border: 1px solid #1a499e;
    color: #1a499e;
    /* border-radius: 50px; */
    text-align: center;
    /* line-height: 60px; */
    margin-bottom: 5px;
    font-size: 14px;
    cursor: pointer;
    word-break: keep-all;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1%;
}
.status_menu li:nth-child(1){
    background-color: #1a499e;
    color: #fff;
    font-weight: 900;
}

/* .status_menu li:nth-child(1){
    background-color: #1a499e;
    color: #fff;
    font-weight: 900;
}
.status_menu li:nth-child(6),
.status_menu li:nth-child(7),
.status_menu li:nth-child(8){
    width: 100%;
    max-width: 310px;
}
.status_menu li:nth-child(10),
.status_menu li:nth-child(11),
.status_menu li:nth-child(12){
    width: 100%;
    max-width: 400px;
    margin-bottom: 0;
} */
.status_menu li:hover{
    background-color: #1a499e;
    color: #fff;
    transition: .3s;
    font-weight: 900;
}
.status .contents ul{
    width: 100%;
    /* height: 550px; */
}
.status .contents ul li{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    /* height: 550px; */
    justify-content: space-between;
    margin-bottom: 150px;
}
.status .contents ul li .txt{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding: 0 50px; */
}
.status .contents ul li .txt span{
    font-size: 22px;
    color: #1a499e;
    margin-bottom: 20px;
    font-weight: 700;
}
.status .contents ul li .txt h3{
    font-size: 50px;
    /* color: #1a499e; */
    margin-bottom: 20px;
}
.status .contents ul li .txt h3 span{
    font-size: 20px;
    color: inherit;
}
.status .contents ul li .txt p{
    font-size: 22px;
    line-height: 150%;
    word-break: keep-all;
}

.status .contents ul li .imgbox{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
.status .contents ul li:nth-of-type(1) .imgbox img,
.status .contents ul li:nth-of-type(2) .imgbox img,
.status .contents ul li:nth-of-type(3) .imgbox img,
.status .contents ul li:nth-of-type(9) .imgbox img,
.status .contents ul li:nth-of-type(10) .imgbox img{
    width: 170%;
}
.status .contents ul li:nth-of-type(11) .imgbox img{
    width: 120%;
}

.status .contents ul li:nth-child(2) .imgbox,
.status .contents ul li:nth-child(4) .imgbox,
.status .contents ul li:nth-child(6) .imgbox,
.status .contents ul li:nth-child(8) .imgbox,
.status .contents ul li:nth-child(10) .imgbox{
    order: 1;
}
.status .contents ul li:nth-child(2) .txt,
.status .contents ul li:nth-child(4) .txt,
.status .contents ul li:nth-child(6) .txt,
.status .contents ul li:nth-child(8) .txt,
.status .contents ul li:nth-child(10) .txt{
    order: 2;
}


#toTop{
    width: 50px;
    height: 50px;
    background-color: #808080;
    color: #fff;
    position: fixed;
    bottom: 100px;
    right: 50px;
    z-index: 9999;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: .8rem;
    display: none;
}

/* bio status end  */

/* bio patent start  */

#patent{
    width: 100%;

}
.bio #patent{
    width: 100%;
}
.bio #patent .patent{
    width: 100%;
    margin-bottom: 200px;
}
.bio #patent .title{
    width: 100%;
    position: relative;
    height: 60px;
    margin-bottom: 80px;
}
.bio #patent .title span{
    font-size: 25px;
    color: #f2f2f2;
    position: absolute;
    bottom: 0;
    font-weight: 900;
}
.bio #patent .title h2{
    font-size: 30px;
    color: #333;
    position: absolute;
    font-weight: 900;
}

.bio #patent .contents{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.bio #patent .contents .patent_item{
    width: 100%;
    max-width: 288px;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: auto;
    margin-bottom: 20px;
}
.bio #patent .contents .imgbox{
    width: 100%;
    height: 350px;
    background-color: #d2d2d2;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bio #patent .contents .txt{
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.bio #patent .contents .txt h3{
    margin-bottom: 10px;
}


/* bio patent end  */


/* business immunocyte start  */
.business{
    background-color: #fff;
}
.business .sub_header{
    background-image: url(../img/businessbanner03.jpg);
}

.business .sub_header .banner{
    width: 100%;
    margin-top: auto;
}

.business .sub_header .banner .title{
    width: 100%;
    overflow: hidden;
    margin: auto;
    margin-bottom: 60px;
    color: #fff;
}
.business .sub_header .banner .title p{
    font-size: 24px;
    margin-bottom: 10px;
}
.business .sub_header .banner .title h2{
    font-size: 40px;
}

.business #immunocyte{
    width: 100%;
}
.business #immunocyte .immunocyte{
    width: 100%;
    margin-bottom: 200px;
}
.business #immunocyte .title{
    width: 100%;
    position: relative;
    height: 60px;
    margin-bottom: 80px;
}
.business #immunocyte .title span{
    font-size: 25px;
    color: #f2f2f2;
    position: absolute;
    bottom: 0;
    font-weight: 900;
}
.business #immunocyte .title h2{
    font-size: 30px;
    color: #333;
    position: absolute;
    font-weight: 900;
}

.business #immunocyte .contents{
    width: 100%;
}
.business #immunocyte .contents .imgbox{
    width: 100%;
    height: 350px;
    background-image: url(../img/businessmain.jpg);
    background-position: 0 30%;
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 50px;
}
.business #immunocyte .contents .text2{
    margin-bottom: 100px;
}
.business #immunocyte .contents h2{
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.business #immunocyte .contents p{
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 50px;
    /* text-align: center; */
    font-weight: 300;
    word-break: keep-all;
    color: #808080;
    word-break: keep-all;
}
.business #immunocyte .contents p br:nth-of-type(1){
    display: none;
}
.business #immunocyte .contents p span{
    font-weight: 900;
}
.business #immunocyte .contents p .color{
    color: #1a499e;
}

.business #immunocyte .contents .img_detail{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
    gap: 30px;
}
.business #immunocyte .contents .img_detail .d_box{
    width: 100%;
    max-width: 380px;
    height: 560px;
    background-color: #f2f2f2;
    border-radius: 10px;
    box-shadow: 0 0 15px #d2d2d2;
}
.business #immunocyte .contents .img_detail .d_box .d_imgbox{
    margin: auto;
    width: 100%;
    background-color: #fff;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.business #immunocyte .contents .img_detail01 .d_box .d_imgbox{
    padding: 0 5%;
}
.business #immunocyte .contents .img_detail02 .d_box .d_imgbox img{
    height: 100%;
}
.business #immunocyte .contents .img_detail01 .d_box .d_imgbox img{
    width: 100%;
}

.business #immunocyte .contents .img_detail .d_box .text{
    width: 100%;
    height: 265px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
}
.business #immunocyte .contents .img_detail .d_box .text .t_title{
    margin-bottom: 15px;
}
.business #immunocyte .contents .img_detail .d_box .text h2{
    font-size: 20px;
    text-align: left;
    margin-bottom: 5px;
}
.business #immunocyte .contents .img_detail .d_box:nth-of-type(1) .text{
    height: 265px;
}
.business #immunocyte .contents .img_detail .d_box .text span{
    font-size: 14px;
    color: #808080;
    font-weight: 300;
    display: block;
    /* background-color: teal; */
}
.business #immunocyte .contents .img_detail .d_box .text p{
    font-size: 14px;
    text-align: left;
    margin-bottom: 0;
    font-weight: 300;
}
.business #immunocyte .contents .img_detail .arrow{
    height: 40px;
}
.business #immunocyte .contents .img_detail .arrow img{
    width: 100%;
}
.business #immunocyte .contents .img_detail .d_box .text .point{
    width: 100%;
    height: 40px;
    background-color: #333;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.business #immunocyte .contents .img_detail .d_box .text .on{
    background-color: #0047ba;
}
.business #immunocyte .pro .sub_title{
    font-size: 20px;
    font-weight: 700;
}
.business #immunocyte .pro .main_title{
    font-size: 40px;
    margin-bottom: 30px;
}
.business #immunocyte .pro .textbox{
    margin-bottom: 50px;
}
.business #immunocyte .pro .textbox p{
    font-size: 14px;
    line-height: 180%;
    font-weight: 300;
    word-break: keep-all;
}
.business #immunocyte .pro h3{
    font-size: 20px;
    margin-bottom: 20px;
}
.business #immunocyte .pro .iconbox{
    border: 1px solid #88C7FF;
    border-radius: 20px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    /* height: 300px; */
    flex-wrap: wrap;
}
.business #immunocyte .pro .iconbox .ibox{
    width: calc(100% / 2);
    /* margin-right: 20px; */
    display: flex;
    flex-direction: column;
    align-items: center;
}
.business #immunocyte .pro .iconbox .ibox .num{
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #88C7FF;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin: 30px auto;
}
.business #immunocyte .pro .iconbox .ibox img{
    margin-bottom: 30px;
}
.business #immunocyte .pro .iconbox .ibox p{
    text-align: center;
    word-break: keep-all;
    line-height: 150%;
    font-size: 14px;
}
.business #immunocyte .culture{
    margin-bottom: 100px;
}
.business #immunocyte .culture h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.business #immunocyte .culture .iconbox{
    border: 1px solid #88C7FF;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    gap: 14px;
    flex-direction: column;
}
.business #immunocyte .culture .iconbox .ibox{
    width: 100%;
    background-color: #f4f8ff;
    border: 1px solid #88C7FF;
    padding: 20px;
    border-radius: 20px;
}
.business #immunocyte .culture .iconbox .ibox .num{
    width: 100%;
    max-width: 150px;
    height: 30px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 500;
    border-radius: 50px;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 14px;
}
.business #immunocyte .culture .iconbox .ibox .on{
    background-color: #1A499E;
}
.business #immunocyte .culture .iconbox .ibox .imgflex{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.business #immunocyte .culture .iconbox .ibox .imgflex .imgbox{
    border-radius: 100%;
    overflow: hidden;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.business #immunocyte .culture .iconbox .ibox .imgflex .imgbox img{
    height: 100%;
}
.business #immunocyte .culture .iconbox .ibox .imgflex .i_content p{
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}
/* business immunocyte end  */



/* business stemcell start  */
.business #STEM{
    width: 100%;
}
.business #STEM .STEM{
    width: 100%;
    margin-bottom: 200px;
}
.business #STEM .title{
    width: 100%;
    position: relative;
    height: 60px;
    margin-bottom: 80px;
}
.business #STEM .title span{
    font-size: 25px;
    color: #f2f2f2;
    position: absolute;
    bottom: 0;
    font-weight: 900;
}
.business #STEM .title h2{
    font-size: 30px;
    color: #333;
    position: absolute;
    font-weight: 900;
}

.business #STEM .contents{
    width: 100%;
}
.business #STEM .contents .imgbox{
    width: 100%;
    height: 350px;
    background-image: url(../img/businessmain2.jpg);
    background-position: center 100%;
    border-radius: 10px;
    margin-bottom: 50px;
}

.business #STEM .contents .textbox{
    /* text-align: center; */
    /* padding: 0 130px; */
    margin-bottom: 50px;
}

.business #STEM .contents .textbox h2{
    font-size: 35px;
    margin-bottom: 50px;
    text-align: center;
}
.business #STEM .contents .textbox h3{
    font-size: 30px;
    margin-bottom: 50px;
    /* padding:0 50px; */
    line-height: 150%;
    color: #808080;
    word-break: keep-all;
}
.business #STEM .contents .textbox p{
    font-size: 22px;
    line-height: 150%;
    color: #808080;
    font-weight: 300;
    word-break: keep-all;
}

.business #STEM .contents .detail{
    width: 100%;
    /* height: 535px; */
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    margin-bottom: 100px;
    padding: 50px 0 0;
}
.business #STEM .contents .detail .inner .d_flex{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.business #STEM .contents .detail .d3{
    margin-bottom: 50px;
}
.business #STEM .contents .detail .d1,
.business #STEM .contents .detail .d2{
    width: 100%;
    max-width: 625px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.business #STEM .contents .detail .d_img{
    width: 100%;
    height: 326px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.business #STEM .contents .detail .d_img img{
    width: 100%;
}
.business #STEM .contents .detail h3{
    font-size: 18px;
    text-align: center;
}
.business #STEM .contents .Function{
    margin-bottom: 50px;
}

.business #STEM .contents .Function .title01{
    margin-bottom: 50px;
}
.business #STEM .contents .Function .title01 h2{
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.business #STEM .contents .Function .title01 p{
    font-size: 16px;
    text-align: center;
}
.business #STEM .contents .Function ul{
    /* border: 1px solid blue; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.business #STEM .contents .Function ul li{
    width: 100%;
    max-width: 630px;
    margin-bottom: 10px;
    /* border: 1px solid #fff; */
    background-color: #edf0ff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px;
    border-radius: 10px;
}
.business #STEM .contents .Function ul li .iconbox{
    background-color: #fff;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.business #STEM .contents .Function ul li:nth-child(2) .iconbox img{
    margin-right: 13px;
}
.business #STEM .contents .Function ul li .iconbox img{
    width: 50%;
}
.business #STEM .contents .Function ul li h3{
    margin: 20px 0;
    font-size: 18px;
}
.business #STEM .contents .Function ul li p{
    line-height: 180%;
    text-align: center;
    word-break: keep-all;
    font-size: 14px;
}

.business #STEM .contents .pro{
    width: 100%;
    /* height: 1000px; */
    margin-bottom: 100px;
}
.business #STEM .contents .pro .title02{
    font-size: 18px;
    text-align: center;
    line-height: 180%;
    margin-bottom: 50px;

}
.business #STEM .contents .pro .title02 br{
    display: none;
}
.business #STEM .contents .pro .contents{
    /* position: relative; */
    width: 100%;
    /* height: 780px; */
}
.business #STEM .contents .pro .contents .probg{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    /* position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%); */
}
.business #STEM .contents .pro .contents .probg img{
    width: 100%;
}
.business #STEM .contents .pro .contents .textbox{
    width: 100%;
}
.business #STEM .contents .pro .contents .textbox .tbox{
    /* border: 1px solid #fff; */
    /* position: absolute; */
    width: 100%;
    border: 1px solid #ccc;
    padding: 30px 15px;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 10px;
}
.business #STEM .contents .pro .contents .textbox p{
    font-size: 14px;
        line-height: 150%;
        color: #333;
        font-weight: 300;
        word-break: keep-all;
}
.business #STEM .contents .pro .contents .textbox h3{
    font-size: 16px;
    color: #333;
    padding: 0;
    word-break: keep-all;
    margin-bottom: 20px;
}


.business #STEM .contents .need{
    margin-bottom: 100px;
}
.business #STEM .contents .need .m_title{
    text-align: center;
    font-size: 20px;
    margin-bottom: 50px;
}
.business #STEM .contents .need ul{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.business #STEM .contents .need ul li{
    width: 100%;
    /* height: 400px; */
    /* margin-left: -80px; */
    display: flex;
    margin-top: -40px;
}
.business #STEM .contents .need ul li:first-child{
    margin-top: 0;
}
.business #STEM .contents .need ul li .circle{
    width: 150px;
    height: 150px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 30px;
    background-color: #f2f2f2;
}
.business #STEM .contents .need ul li:nth-of-type(2) .circle,
.business #STEM .contents .need ul li:nth-of-type(4) .circle,
.business #STEM .contents .need ul li:nth-of-type(6) .circle{
    background-color: #e2e2e2;
}
.business #STEM .contents .need ul li .circle .iconbox02{
    width: 50px;
    height: 50px;
    /* background-color: #808080; */
    margin-bottom: 10px;
}
.business #STEM .contents .need ul li .circle .iconbox02 img{
    width: 100%;
}
.business #STEM .contents .need ul li .circle h3{
    text-align: center;
    font-size: 14px;
}
.business #STEM .contents .need ul li .textbox03{
    word-break: keep-all;
    /* padding: 15px; */
    text-align: left;
    line-height: 150%;
    width: 60%;
    margin: auto;
    padding: 15px;
}

.business #STEM .contents .last{
    background-image: url(../img/lastbg.jpg);
    background-size: 300%;
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    background-attachment: fixed;
    background-blend-mode: multiply;
}
.business #STEM .contents .last .textbox{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    /* padding: 50px 0 ; */
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.business #STEM .contents .last .textbox h2{
    font-size: 20px;
    margin-bottom: 50px;
    text-align: center;
    color: #fff;
}
.business #STEM .contents .last .textbox p{
    line-height: 180%;
    font-size: 14px;
    text-align: center;
    color: #fff;
}
.business #STEM .contents .last .textbox p br:nth-child(1){
    display: none;
}

/* business stemcell end  */

/* business patients start  */
.business #patients{
    width: 100%;
}
.business #patients .patients{
    width: 100%;
    margin-bottom: 200px;
}
.business #patients .title{
    width: 100%;
    position: relative;
    height: 60px;
    margin-bottom: 50px;
}
.business #patients .inner>.title>span{
    font-size: 25px;
    color: #f2f2f2;
    position: absolute;
    bottom: 0;
    font-weight: 900;
}
.business #patients .inner>.title >h2{
    font-size: 30px;
    color: #333;
    position: absolute;
    font-weight: 900;
}

.business #patients .contents{
    width: 100%;
}
.business #patients .contents .section01{
    margin-bottom: 50px;
}
.business #patients .contents .section01 .title{
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.business #patients .contents .section01 .title h2{
    font-size: 20px;
    text-align: center;
    padding: 20px 0;
}
.business #patients .contents .section01 .title .line{
    display: block;
    width: 2px;
    height: 50px;
    background-color: #808080;
}
.business #patients .contents .section01 .Patentbox{
    margin-bottom: 100px;
}
.business #patients .contents .section01 .Patentbox p{
    text-align: center;
    margin-bottom: 50px;
    line-height: 180%;
}
.business #patients .contents .section01 .Patentbox .imgbox{
    display: flex;
    align-items: center;
    justify-content: center;
}
.business #patients .contents .section01 .Patentbox .imgbox .patent01{
    margin-right: 50px;
}
.business #patients .contents .section01 .Patentbox .imgbox .patent01 img{
    width: 100%;
}
.business #patients .contents .section01 .Patentbox .imgbox .patent02 img{
    width: 100%;
}
.business #patients .contents .section01 .contents01{
    width: 100%;
    height: 600px;
    background-image: url(../img/patentboxbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.business #patients .contents .section01 .contents01 .textbox{
    width: 100%;
    max-width: 1080px;
    padding: 20px;
    background-color: rgba(255, 255, 255 , .8);
}
.business #patients .contents .section01 .contents01 .textbox p{
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 200%;
    color: #333;
    word-break: keep-all;
}

.business #patients .contents .section02 .title{
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
}
.business #patients .contents .section02 .contents02{
    border: 1px solid #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.business #patients .contents .section02 .contents02 .cbox01{
    width: 100%;
    max-width: 640px;
    height: 500px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
}
.business #patients .contents .section02 .contents02 .cbox01 .s_title{
    height: 280px;
    background-size: cover;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding: 30px 15px;
}
.business #patients .contents .section02 .contents02 .cbox01 .textbox{
    padding: 30px 15px;
    line-height: 180%;
}
.business #patients .contents .section02 .contents02 .cbox01 .textbox p{
    line-height: 180%;
    font-size: 14px;
    word-break: keep-all;
}
.business #patients .contents .section02 .contents02 .cbox01 .textbox p br{
    display: none;
}
.business #patients .contents .section02 .contents02 .cbox02{
    width: 100%;
    max-width: 420px;
    height: 500px;
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
}
.business #patients .contents .section02 .contents02 .cbox02 .top{
    height: 280px;
}
.business #patients .contents .section02 .contents02 .cbox02 .top p{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding: 30px 15px;
}
.business #patients .contents .section02 .contents02 .cbox02 .bottom{
    height: calc(100% - 280px);
}
.business #patients .contents .section02 .contents02 .cbox02 .bottom p{
    padding: 30px 15px;
    font-size: 14px;
    line-height: 180%;
}

.business #patients .contents .section02 .contents02 .cbox01-1 .s_title{
    background-image: url(../img/c_img01-1.jpg);
}
.business #patients .contents .section02 .contents02 .cbox01-2 .s_title{
    background-image: url(../img/c_img01-2.jpg);
}
.business #patients .contents .section02 .contents02 .cbox01-3 .s_title{
    background-image: url(../img/c_img01-3.jpg);
}
.business #patients .contents .section02 .contents02 .cbox01-4 .s_title{
    background-image: url(../img/c_img01-4.jpg);
}
.business #patients .contents .section02 .contents02 .cbox02-1 .top{
    background-image: url(../img/c_img02-1.jpg);
    background-repeat: no-repeat;
}
.business #patients .contents .section02 .contents02 .cbox02-2 .top{
    background-image: url(../img/c_img02-2.jpg);
    background-repeat: no-repeat;
}
.business #patients .contents .section02 .contents02 .cbox02-3 .top{
    background-image: url(../img/c_img02-3.jpg);
    background-repeat: no-repeat;
}

/* business patients end  */


/* cellbanking start */

#cellbanking{
    width: 100%;
}
#cellbanking .cellbanking{
    width: 100%;
    margin-bottom: 200px;
}
#cellbanking .title{
    width: 100%;
    position: relative;
    height: 60px;
    margin-bottom: 80px;
}
#cellbanking .title span{
    font-size: 25px;
    color: #f2f2f2;
    position: absolute;
    bottom: 0;
    font-weight: 900;
}
#cellbanking .title h2{
    font-size: 30px;
    color: #333;
    position: absolute;
    font-weight: 900;
}
#cellbanking .contents .mainimgbox{
    width: 100%;
    height: 350px;
    background-image: url(../img/cellbanking_banner.jpg);
    background-position: center center;
    background-size: cover;
    background-position: 0 30%;
    border-radius: 10px;
    margin-bottom: 50px;
}
.business .cellbanking .contents .textbox{
    /* text-align: center; */
    /* padding: 0 100px; */
    margin-bottom: 100px;
}

.business .cellbanking .contents .textbox h2{
    font-size: 30px;
    margin-bottom: 50px;
    text-align: center;
}
.business .cellbanking .contents .textbox h3{
    font-size: 20px;
    margin-bottom: 30px;
    /* padding: 0 50px; */
    line-height: 150%;
    color: #808080;
    font-weight: 500;
    word-break: keep-all;
}
.business .cellbanking .contents .textbox p{
    font-size: 20px;
    line-height: 150%;
    color: #808080;
    font-weight: 300;
    word-break: keep-all;
}

.business .cellbanking .contents #section1,
.business .cellbanking .contents #section2,
.business .cellbanking .contents #section3,
.business .cellbanking .contents #section4,
.business .cellbanking .contents #section5,
.business .cellbanking .contents #section6{
    padding: 100px 0;
}
.business .cellbanking .contents #section1,
.business .cellbanking .contents #section3,
.business .cellbanking .contents #section5{
    background-color: #f2f2f2;
}
.business .cellbanking .contents .s_title{
    text-align: center;
    margin-bottom: 100px;
}
.business .cellbanking .contents .s_title .num{
    background-color: #1a499e;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    margin: auto;
    margin-bottom: 50px;
}
.business .cellbanking .contents .s_title h3{
    font-size: 24px;
}

.business .cellbanking .contents .s_item1{
    margin-bottom: 200px;
}
.business .cellbanking .contents h4{
    font-size: 25px;
    text-align: center;
    margin-bottom: 100px;
}
.business .cellbanking .contents .s_item1 ul{
}
.business .cellbanking .contents .s_item1 ul li{
    display: flex;
    margin-bottom: 50px;
    align-items: center;
}
.business .cellbanking .contents .s_item1 ul li p{
    font-size: 18px;
    width: 20%;
    text-align: right;
    padding: 0 2%;
    line-height: 150%;
    color: #808080;
    /* font-weight: 300; */
}
.business .cellbanking .contents .s_item1 ul li:first-child p{
    font-weight: 900;
    color: #1a499e;
    font-size: 28px;
}
.business .cellbanking .contents .s_item1 ul li:last-child p span{
    font-size: 18px;
}
.business .cellbanking .contents .s_item1 ul li .graph{
    height: 70px;
    width: 100%;
    background-color: #fff;
    border: 2px solid #808080;
    border-radius: 50px;
}
.business .cellbanking .contents .s_item1 ul li:first-child .graph{
    border: 2px solid #1a499e;
}
.business .cellbanking .contents .s_item1 ul li .graph span{
    display: block;
    padding: 0 30px;
    width: 80%;
    height: 70px;
    line-height: 70px;
    text-align: right;
    background-color: #1a499e;
    border-radius: 50px;
    color: #fff;
    margin-top: -2px;
    margin-left: -1px;
    /* animation:stack 2s 1; */
}
@keyframes stack{
    0%{width: 0;color: rgba(255, 255, 255, 0);}
    100%{width: 80%; color: rgba(255, 255, 255, 1);}
}
@keyframes stack2{
    0%{width: 0;color: rgba(255, 255, 255, 0);}
    100%{width: 70%; color: rgba(255, 255, 255, 1);}
}
@keyframes stack3{
    0%{width: 0;color: rgba(255, 255, 255, 0);}
    100%{width: 40%; color: rgba(255, 255, 255, 1);}
}
@keyframes stack4{
    0%{width: 0;color: rgba(255, 255, 255, 0);}
    100%{width: 20%; color: rgba(255, 255, 255, 1);}
}
.business .cellbanking .contents .s_item1 ul li:nth-child(1) .graph span{
    animation:stack 2s 1;
}
.business .cellbanking .contents .s_item1 ul li:nth-child(2) .graph span{
    width: 70%;
    background-color: #808080;
    animation:stack2 2s 1;
}
.business .cellbanking .contents .s_item1 ul li:nth-child(3) .graph span{
    width: 40%;
    background-color: #808080;
    animation:stack3 2s 1;
}
.business .cellbanking .contents .s_item1 ul li:nth-child(4) .graph span{
    width: 20%;
    background-color: #808080;
    animation:stack4 2s 1;
}
.business .cellbanking .contents .s_item2 {
    margin-bottom: 200px;
}
.business .cellbanking .contents .s_item2 .percentage{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    /* height: 320px; */
}
.business .cellbanking .contents .s_item2 .percentage .p_item{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.business .cellbanking .contents .s_item2 .percentage .p_item:nth-child(2){
    justify-content: end;
}
.business .cellbanking .contents .s_item2 .percentage .p1{
    /* background-color: #ccc; */
    font-weight: 900;
    color: #1a499e;
    width: 100%;
    max-width: 200px;
}
.business .cellbanking .contents .s_item2 .percentage .p1 h2{
    font-size: 50px;
    text-align: center;
}
.business .cellbanking .contents .s_item2 .percentage .p1 span{
    font-size: 80px;
}
.business .cellbanking .contents .s_item2 .percentage .p_img{
    margin: 0 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
}
.business .cellbanking .contents .s_item2 .percentage .p_img img{
    width: fit-content;
}
.business .cellbanking .contents .s_item2 .percentage .p2{
    font-weight: 900;
    color: #ff885f;
    /* background-color: #ccc; */
    width: 100%;
    max-width: 200px;
}
.business .cellbanking .contents .s_item2 .percentage .p2 h4{
    margin-bottom: 0;
    font-size: 30px;
    /* text-align: left; */
}
.business .cellbanking .contents .s_item2 .percentage .p2 span{
    font-size: 50px;
}

.business .cellbanking .contents .s_item2 .percentage .count-box{
    display: flex;
    justify-content: center;
}


.business .cellbanking .contents .s_item3 h4{
    margin-bottom: 50px;
}
.business .cellbanking .contents .s_item3 span{
    font-size: 22px;
    font-weight: 500;
}
.business .cellbanking .contents .s_item3 p{
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}
.business .cellbanking .contents .s_item3 p span{
    color: #f00;
    font-size: 40px;
    font-weight: 900;
}
.business .cellbanking .contents .s_item3 .alls_graph{
    /* background-color: #ccc; */
    width: 100%;
    height: 350px;
    position: relative;
}

.business .cellbanking .contents .s_item3 .right_bg>ul li:first-child{
    display: none;
}

/* .s_item3 .alls_graph .graph_bg */


.business .cellbanking .contents .s_item3 .alls_graph .graph_bg{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.business .cellbanking .contents .s_item3 .alls_graph .graph_bg .left_bg{
    /* margin-top: auto; */
    width: 10%;
    margin-bottom: 30px;
    padding: 0 1%;
    margin-right: 20px;
}
.business .cellbanking .contents .s_item3 .alls_graph .graph_bg .left_bg ul{
    width: 100%;
    text-align: right;
}
.business .cellbanking .contents .s_item3 .alls_graph .graph_bg .left_bg ul li{
    width: 100%;
    height: 70px;
    /* line-height: 70px; */
    font-size: 20px;
    font-weight: 900;
}
.business .cellbanking .contents .s_item3 .alls_graph .graph_bg .right_bg{
    width: 90%;
    height: 100%;
}
.business .cellbanking .contents .s_item3 .alls_graph .graph_bg .right_bg span{
    width: 100%;
    height: 70px;
    display: inline-block;
    border-bottom: 1px solid #d2d2d2;
}
.business .cellbanking .contents .s_item3 .alls_graph .graph_bg .right_bg span:last-child{
    border-bottom: 2px solid #333;
}
.business .cellbanking .contents .s_item3 .alls_graph .graph_bg .right_bg ul{
    width: 100%;
    display: flex;
    justify-content: space-around;
    /* background-color: saddlebrown; */
    font-size: 20px;
    height: 50px;
    line-height: 50px;
}

/* .s_item3 .alls_graph .graph_bg end */


/* .s_item3 .allani_graph start */

.allani_graph
{ position: absolute; 
    width: 100%; 
    height: 278px; 
    /* margin: 20px auto 0;  */
    /* border:1px solid #f00;  */
    /* border-bottom: 1px solid #aaa;   */
    /* background-color: rgba(255, 165, 0, .5); */
    display: flex;
    justify-content: end;
    top: 0;
}
.allani_graph .anigraph{
    display: flex;
    width: 90%;
    height: 100%;
}
.allani_graph .anigraph .a1{
    display: none;
}
.allani_graph .anigraph .a2,
.allani_graph .anigraph .a3,
.allani_graph .anigraph .a4{
    width: 33.33%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.allani_graph .anigraph .a1 > div, 
.allani_graph .anigraph .a2 > div,
.allani_graph .anigraph .a3 > div,
.allani_graph .anigraph .a4 > div{
    /* position: absolute;  */
    width: 69px; 
    margin-top: auto;
    /* border-radius: 50px 50px 0 0;  */
}
.allani_graph .anigraph .a1 > div#item1,
.allani_graph .anigraph .a2 > div#item1,
.allani_graph .anigraph .a3 > div#item1,
.allani_graph .anigraph .a4 > div#item1{
    /* left: 60px;  */
    background: #1a499e; 
    margin-right: 30px;
}
.allani_graph .anigraph .a4 > div#item1{
    background-color: #f00;
}
.allani_graph .anigraph .a1 > div#item2, 
.allani_graph .anigraph .a2 > div#item2, 
.allani_graph .anigraph .a3 > div#item2,
.allani_graph .anigraph .a4 > div#item2 { 
    /* left: 180px;  */
    background: #d2d2d2; }

/* 애니메이션 */
.a1 .p-100{ 
    height: 27px; 
    animation:p1 2s; }
.a1 .p-50 { 
    height: 27px; 
    animation:p2 2s; }
.a2 .p-100{ 
    height: 35px; 
    animation:p3 2s; }
.a2 .p-50 { 
    height: 35px; 
    animation:p4 2s; }
.a3 .p-100{ 
    height: 70px; 
    animation:p5 2s; }
.a3 .p-50 { 
    height: 50px; 
    animation:p6 2s; }
.a4 .p-100{ 
    height: 200px; 
    animation:p7 2s; }
.a4 .p-50 { 
    height: 100px; 
    animation:p8 2s; }

@keyframes p1{from{height:0px}to{height: 27px}}
@keyframes p2{from{height:0px}to{height: 27px}}
@keyframes p3{from{height:0px}to{height: 35px}}
@keyframes p4{from{height:0px}to{height: 35px}}
@keyframes p5{from{height:0px}to{height: 70px}}
@keyframes p6{from{height:0px}to{height: 50px}}
@keyframes p7{from{height:0px}to{height: 200px}}
@keyframes p8{from{height:0px}to{height: 100px}}

/* .s_item3 .allani_graph end */


.business .cellbanking .contents .s_item3 .gender{
    width: 100%;
    max-width: 150px;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
}
.business .cellbanking .contents .s_item3 .gender .man,
.business .cellbanking .contents .s_item3 .gender .woman{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.business .cellbanking .contents .s_item3 .gender .circle{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #0047ba;
}
.business .cellbanking .contents .s_item3 .gender .woman .circle{
    background-color: #d2d2d2;
}
.business .cellbanking .contents .s_item3 .gender p{
    font-size: 18px;
}

.business .cellbanking .contents #section2{
}
.business .cellbanking .contents #section2 .contents{
    /* background-color: #ccc; */
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.business .cellbanking .contents #section2 .contents .c1,
.business .cellbanking .contents #section2 .contents .c2,
.business .cellbanking .contents #section2 .contents .c3,
.business .cellbanking .contents #section2 .contents .c4{
    width: 45%;
    max-width: 350px;
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    justify-content: center;
    margin: 0 2%;
    margin-bottom: 50px;
    padding: 0 2%;
}
.business .cellbanking .contents #section2 .contents .c3,
.business .cellbanking .contents #section2 .contents .c4{
    margin-bottom: 0;
}
.business .cellbanking .contents #section2 .contents .imgbox{
    margin-bottom: 50px;
}
.business .cellbanking .contents #section2 .contents .c1 .imgbox{
    width: 250px;
    height: 250px;
    border-radius: 10px;
    background-image: url(../img/cellbanking_s2-1.jpg);
    background-position: 50% 50%;
}
.business .cellbanking .contents #section2 .contents .c1 br{
    display: none;
}
.business .cellbanking .contents #section2 .contents .c2 .imgbox{
    width: 250px;
    height: 250px;
    border-radius: 10px;
    background-image: url(../img/cellbanking_s2-2.jpg);
    background-position: 50% 50%;
}
.business .cellbanking .contents #section2 .contents .c3 .imgbox{
    width: 250px;
    height: 250px;
    border-radius: 10px;
    background-image: url(../img/cellbanking_s2-3.jpg);
    background-position: 50% 50%;
}
.business .cellbanking .contents #section2 .contents .c4 .imgbox{
    width: 250px;
    height: 250px;
    border-radius: 10px;
    background-image: url(../img/cellbanking_s2-4.jpg);
    background-position: 50% 50%;
}
.business .cellbanking .contents #section2 .contents .c1 p,
.business .cellbanking .contents #section2 .contents .c2 p,
.business .cellbanking .contents #section2 .contents .c3 p,
.business .cellbanking .contents #section2 .contents .c4 p{
    width: 100%;
    max-width: 330px;
    font-size: 22px;
    font-weight: 700;
    /* line-height: 150%; */
    margin: 0 5%;
    word-break: keep-all;
    height: 150px;
}
.business .cellbanking .contents #section2 .contents .c1 p{
    line-height: 150%;
}
.business .cellbanking .contents #section2 .contents .c2 p span,
.business .cellbanking .contents #section2 .contents .c3 p span,
.business .cellbanking .contents #section2 .contents .c4 p span{
    font-size: 18px;
    color: #808080;
    font-weight: 300;
    line-height: 150%;

}
.business .cellbanking .contents #section3 h2{
    font-size: 30px;
    color: #1a499e;
    text-align: center;
    line-height: 150%;
    word-break: keep-all;
    margin-bottom: 130px;
}
.business .cellbanking .contents #section3 h2 span{
    font-size: 25px;
    font-weight: 500;
    color: #808080;
}

.business .cellbanking .contents #section3 .contents{
    display: flex;
    justify-content: space-between;
    background-color: #f2f2f2;
    flex-direction: column;
    align-items: center;
}
.business .cellbanking .contents #section3 .contents .imgbox{
    width: 100%;
    max-width: 629px;
    /* height: 504px; */
    border: 1px solid #808080;
    margin-bottom: 50px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.business .cellbanking .contents #section3 .contents .imgbox img{
    width: 100%;
}
.business .cellbanking .contents #section3 .contents p{
    font-size: 22px;
    font-weight: 900;
    text-align: center;
}

.business .cellbanking .contents #section3 .contents .c_item{
    margin-bottom: 100px;
}

.business .cellbanking .contents #section4 .contents{
    width: 100%;
    /* max-width: 1000px; */
    margin: auto;
}
.business .cellbanking .contents #section4 .contents .topcontents{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 40px; */
}
.business .cellbanking .contents #section4 .contents .cbox{
    width: 100%;
    max-width: 300px;
    height: 150px;
    border: 1px solid #d2d2d2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.business .cellbanking .contents #section4 .contents .cbox .imgbox{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.business .cellbanking .contents #section4 .contents .arrow{
    margin: 10px;
    rotate: 90deg;
}
.business .cellbanking .contents #section4 .contents .cbox .txt{
    width: 50%;
}
.business .cellbanking .contents #section4 .contents .cbox .txt p{
    font-size: 18px;
    text-align: center;
    line-height: 150%;
}
.business .cellbanking .contents #section4 .contents .cbox .txt span{
    font-size: 15px;
    font-weight: 900;
    color: #1a499e;
}
.business .cellbanking .contents #section4 .contents .bottomcontents{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.business .cellbanking .contents #section5 table{
    width: 80%;
    margin: auto;
    background-color: #fff;
    border-radius: 10px;
}
.business .cellbanking .contents #section5 table tr:first-child{
    background-color: #1a499e;
    color: #fff;
    border-top: none;
}
.business .cellbanking .contents #section5 table tr{
    width: 100%;
    height: 100px;
    border-top: 1px solid #d2d2d2;
}
.business .cellbanking .contents #section5 table tr th:first-child{
    width: 20%;
    border-radius: 10px 0 0 0;
    border-right: 1px solid #fff;
}
.business .cellbanking .contents #section5 table tr th:last-child{
    border-radius: 0 10px 0 0;
}
.business .cellbanking .contents #section5 table tr td:first-child{
    width: 20%;
    border-left: none;
    text-align: center;
    font-size: 18px;
    border-right: 1px solid #d2d2d2;
}
.business .cellbanking .contents #section5 table tr td:last-child{
    width: 80%;
    word-break: keep-all;
    /* text-align: center; */
    font-size: 18px;
}

.business .cellbanking .contents #section6 .s_title h3{
    font-size: 30px;
    line-height: 180%;
    word-break: keep-all;
}
.business .cellbanking .contents #section6 .s_title p{
    font-size: 18px;
    word-break: keep-all;
    line-height: 180%;
}
.business .cellbanking .contents #section6 .s_title h3{
    margin-bottom: 20px;
    font-size: 22px;
}
.business .cellbanking .contents #section6 .contents{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    /* height: 700px; */
    overflow: hidden;
    /* position: relative; */
}
.business .cellbanking .contents #section6 .contents .c_left{
    /* position: absolute; */
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 999;
    /* flex-direction: column; */
}
.business .cellbanking .contents #section6 .contents .c_left ul{
    width: 100%;
    max-width: 600px;
    display: flex;
    justify-content: space-between;
    margin: auto;
}
.business .cellbanking .contents #section6 .contents .c_left ul li{
    height: 90px;
    font-size: 24px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    line-height: 90px;
    cursor: pointer;
    margin-bottom: 50px;
}
.business .cellbanking .contents #section6 .contents .c_left ul li{
    display: flex;
    align-items: center;
}
.business .cellbanking .contents #section6 .contents .c_left ul li:first-child{
    /* font-size: 50px; */
    color: #1b499e;
    font-weight: 900;
}
.business .cellbanking .contents #section6 .contents .c_left ul li span{
    width: 150px;
    height: 5px;
    background-color: #1a499e;
    margin-left: 30px;
    display: none !important;
}
.c_bt2 span,
.c_bt3 span,
.c_bt4 span{
    display: none !important;
}
.business .cellbanking .contents #section6 .contents .c_right{
    width: 100%;
    height: 100%;
    /* position: absolute;
    left: 50%;
    transform: translateX(-40%); */
}
.business .cellbanking .contents #section6 .contents .c_right .r_contents{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: space-between;
}
.business .cellbanking .contents #section6 .contents .c_right .r_contents .imgbox{
   width: 100%;
   max-width: 500px;
   height: 600px;
   border-radius: 100px 100px 0 0 ;
   background-image: url(../img/cellbanking_s6-1.jpg);
   background-position: 20% center;
   background-size: cover;
   text-align: center;
   color: #fff;
   font-size: 100px;

}

.business .cellbanking .contents #section6 .contents .c_right .r_contents:nth-of-type(2) .imgbox{
    background-image: url(../img/cellbanking_s6-2.jpg);
}
.business .cellbanking .contents #section6 .contents .c_right .r_contents:nth-of-type(3) .imgbox{
    background-image: url(../img/cellbanking_s6-3.jpg);
    background-position: center center;
}
.business .cellbanking .contents #section6 .contents .c_right .r_contents:nth-of-type(4) .imgbox{
    background-image: url(../img/cellbanking_s6-4.jpg);
    background-position: 80% center;
}
.business .cellbanking .contents #section6 .contents .c_right .r_contents .r_textbox{
    width: 400px;
    height: fit-content;
    margin-left: 40px;
}
.business .cellbanking .contents #section6 .contents .c_right .r_contents .r_textbox h2{
    font-size: 100px;
    margin-bottom: 50px;
}
.business .cellbanking .contents #section6 .contents .c_right .r_contents .r_textbox ul{
    /* background-color: #ccc; */
}
.business .cellbanking .contents #section6 .contents .c_right .r_contents .r_textbox li{
    height: 80px;
    line-height: 150%;
    font-size: 22px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.business .cellbanking .contents #section6 .contents .c_right .r_contents .r_textbox li br{
    display: none;
}
.business .cellbanking .contents #section6 .contents .c_right .rc2,
.business .cellbanking .contents #section6 .contents .c_right .rc3,
.business .cellbanking .contents #section6 .contents .c_right .rc4{
    display: none;
}

.business .cellbanking .contents .bottom_bg{
    width: 100%;
    height: 560px;
    background-image: url(../img/cellbanking_bottom.jpg);
    background-position: 40% 60%;
    background-size: cover;
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}
.business .cellbanking .contents .bottom_bg p{
    font-size: 30px;
    color: #fff;
    font-weight: 900;
    /* text-align: center; */
    width: 100%;
    max-width: 900px;
    padding: 0 5%;
    margin: auto;
    line-height: 180%;
    word-break: keep-all;
}
.business .cellbanking .contents .text h2{
    font-size: 22px;
    text-align: center;
    line-height: 180%;
    font-weight: 300;
    /* margin-bottom: 50px; */
    word-break: keep-all;
}
.business .cellbanking .contents .text h2 span{
    font-size: 25px;
    font-weight: 900;
    color: #1a499e;
    word-break: keep-all;
}

.business .cellbanking .contents .text p{
    font-size: 18px;
    /* text-align: center; */
    font-weight: 300;
    line-height: 180%;
    word-break: keep-all;
    margin-bottom: 100px;
}
.business .cellbanking .contents .text p br{
    display: none;
}

/* last */
.business .cellbanking .contents .corporate{
    background-color: #f2f2f2;
}

.business .corporate #contents{
    width: 100%;
    padding: 100px 0;
}

.business .corporate #contents h2{
    font-size: 25px;
    color: #333;
    font-weight: 500;
    margin-bottom: 50px;
}
.business .corporate #contents h2 span{
    color: #1b499e;
    font-weight: 900;
} 
.business .corporate #contents .text1{
    font-size: 18px;
    line-height: 170%;
    margin-bottom: 50px;
}
.business .corporate #contents .mainimg{
    width: 100%;
    max-width: 1300px;
    height: 350px;
    background-image: url(../img/companymain.jpg);
    background-size: cover;
    background-position: 0% 50%;
    margin-bottom: 50px;
}
.business .corporate #contents .text2{
    font-size: 18px;
    line-height: 170%;
}
.business .corporate .waves{
    position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}

/* 웨이브동작 */
.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
  }
  .parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
  }
  .parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
  }
  .parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
  }
  .parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
  }
  @keyframes move-forever {
    0% {
     transform: translate3d(-90px,0,0);
    }
    100% { 
      transform: translate3d(85px,0,0);
    }
  }
  /*Shrinking for mobile*/
  @media (max-width: 768px) {
    .waves {
      height:40px;
      min-height:40px;
    }
    .content {
      height:30vh;
    }
    h1 {
      font-size:24px;
    }
  }
  /* 웨이브동작 end */

/* last */

/* cellbanking end */


/* notice notice2 공유 start */

.community{
    background-color: #fff;
}
.community .sub_header{
    background-image: url(../img/communitybanner.jpg);
}

.community .sub_header .banner{
    width: 100%;
    /* opacity: 0.5; */
    /* position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); */
    /* opacity: 0.5; */
    margin-top: auto;
}

.community .sub_header .banner .title{
    width: 100%;
    overflow: hidden;
    margin: auto;
    margin-bottom: 60px;
    color: #fff;
}
.community .sub_header .banner .title p{
    font-size: 27px;
    margin-bottom: 20px;
}
.community .sub_header .banner .title h2{
    font-size: 47px;
}
.community .sub_header .banner .tab {
    display: none;
}

.community #notice{
    width: 100%;
}
.community #notice .notice{
    width: 100%;
    margin-bottom: 200px;
}
.community #notice .title{
    width: 100%;
    position: relative;
    height: 60px;
    margin-bottom: 80px;
}
.community #notice .title span{
    font-size: 25px;
    color: #f2f2f2;
    position: absolute;
    bottom: 0;
    font-weight: 900;
}
.community #notice .title h2{
    font-size: 30px;
    color: #333;
    position: absolute;
    font-weight: 900;
}

.community #notice .contents{
    width: 100%;
}

.community #notice .contents ul{
    width: 100%;
    margin-bottom: 100px;
}
.community #notice .contents .pc_list{
    display: none;
}
.community #notice .contents ul li{
    border-top: 1px solid #d2d2d2;
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;

}
.community #notice .contents ul li:first-child{
    border-top: 5px solid #1a499e;
}

.community #notice .contents ul li .li_inner{
    width: 100%;
    max-width: 1200px;
    height: 135px;
    display: block;
}
.community #notice .contents ul li .li_inner .left{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.community #notice .contents ul li .li_inner .left h3{
    font-size: 25px;
}
.community #notice .contents ul li .li_inner .left p{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size: 18px;
    color: #808080;
    font-weight: 300;
}
.community #notice .contents ul li .li_inner .left span{
    font-size: 18px;
}


.community #notice .contents .button{
    /* border: 1px solid #808080; */
    width: 100%;
    max-width: 450px;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
}
.community #notice .contents .button button{
    width: 60px;
    height: 60px;
    background-color: inherit;
    border: 1px solid #d2d2d2;
    cursor: pointer;
    font-size: 25px;
    color: #d2d2d2;
}
.community #notice .contents .button .number{
    font-size: 30px;
}

/* notice end */

/* notice-sub start */
.subpage{
    width: 100%;
    background-color: #f1f1f1;
}
#notice-sub .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#notice-sub .title h2{
    font-size: 30px;
    margin-bottom: 30px;
}
#notice-sub .notice-sub .inner{
    max-width: 1000px;
    background-color: #fff;
    padding: 4%;
    border-radius: 10px;
    margin-bottom: 200px;
}
#notice-sub .contents{
    border-top: 1px solid #d2d2d2;
    /* border-bottom: 1px solid #d2d2d2; */
    padding-top: 45px;
    padding: 20px;
    margin-bottom: 100px;
}

#notice-sub .contents .imgbox{
    width: 100%;
    height: 350px;
    border-radius: 10px;
    background-color: #d2d2d2;
    margin-bottom: 50px;
}
#notice-sub .contents .textbox p{
    line-height: 150%;
    font-size: 18px;
    margin-bottom: 50px;
}

#notice-sub .list{
    width: 200px;
    height:60px;
    background-color: #1a499e;
    display: block;
    text-align: center;
    line-height: 60px;
    border-radius: 10px;
    margin: auto;
    color: #fff;
    font-size: 18px;
}
/* notice-sub end */


/* video start */


.community #video{
    width: 100%;
}
.community #video .video{
    width: 100%;
    margin-bottom: 200px;
}
.community #video .title{
    width: 100%;
    position: relative;
    height: 60px;
    margin-bottom: 80px;
}
.community #video .title span{
    font-size: 25px;
    color: #f2f2f2;
    position: absolute;
    bottom: 0;
    font-weight: 900;
}
.community #video .title h2{
    font-size: 30px;
    color: #333;
    position: absolute;
    font-weight: 900;
}

.community #video .contents{
    width: 100%;
}
.community #video .contents ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 60px; */
}
.community #video .contents ul li{
    width: 100%;
    max-width: 350px;
    height: 300px;
    /* border: none; */
    margin: 0 2%;
    margin-bottom: 50px;
}
.community #video .contents ul li a{
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.community #video .contents ul li a .imgbox{
    width: 100%;
    height: 200px;
    background-color: #d2d2d2;
    border-radius: 10px;
}
.community #video .contents ul li a .textbox{
}
.community #video .contents ul li a .textbox h3{
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 20px;
}
.community #video .contents ul li a .textbox span{
    font-size: 18px;
    color: #808080;
    font-weight: 300;
}


/* video end */


/* video-sub start */
.subpage{
    width: 100%;
    background-color: #f1f1f1;
}
#video-sub .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#video-sub .title h2{
    font-size: 30px;
    margin-bottom: 30px;
}
#video-sub .video-sub .inner{
    max-width: 1000px;
    background-color: #fff;
    padding: 4%;
    border-radius: 10px;
    margin-bottom: 200px;
}
#video-sub .contents{
    border-top: 1px solid #d2d2d2;
    /* border-bottom: 1px solid #d2d2d2; */
    padding-top: 45px;
    padding: 20px;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#video-sub .contents .video_content{
    width: 100%;
    max-width: 800px;
    /* max-width: 624px; */
    height: 348px;
    border-radius: 10px;
    background-color: #d2d2d2;
    margin-bottom: 60px;
}
#video-sub .contents .textbox p{
    line-height: 150%;
    font-size: 18px;
    margin-bottom: 50px;
}

#video-sub .list{
    width: 200px;
    height:60px;
    background-color: #1a499e;
    display: block;
    text-align: center;
    line-height: 60px;
    border-radius: 10px;
    margin: auto;
    color: #fff;
    font-size: 18px;
}
/* video-sub end */

/* data start */


.community #data{
    width: 100%;
}
.community #data .data{
    width: 100%;
    margin-bottom: 200px;
}
.community #data .title{
    width: 100%;
    position: relative;
    height: 60px;
    margin-bottom: 80px;
}
.community #data .title span{
    font-size: 25px;
    color: #f2f2f2;
    position: absolute;
    bottom: 0;
    font-weight: 900;
}
.community #data .title h2{
    font-size: 30px;
    color: #333;
    position: absolute;
    font-weight: 900;
}

.community #data .contents{
    width: 100%;
}
.community #data .contents .table{
    width: 100%;
}
.community #data .contents .table .tr{
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    width: 100%;
    height: 100px;
}
.community #data .contents .table .tr a{
    display: block;
    height: 100%;
}
.community #data .contents .table .tr a .th{
    background-color: #f2f2f2;
    color: #808080;
    border-top: 5px solid #1a499e;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}
.community #data .contents .table .tr a .th li{
    text-align: center;
    width: 11%;
    height: 100%;
    line-height: 100px;
    font-size: 18px;
}
.community #data .contents .table .tr a .th li:first-child{
    width: 8%;
}
.community #data .contents .table .tr a .th li:nth-child(2){
    width: 48%;
}
.community #data .contents .table .tr a .td{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    color: #333;
}
.community #data .contents .table .tr a .td li{
    text-align: center;
    width: 11%;
    height: 100%;
    line-height: 100px;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.community #data .contents .table .tr a .th li:nth-child(2),
.community #data .contents .table .tr a .td li:nth-child(2){
    width: 69%;
}
.community #data .contents .table .tr a .th li:nth-child(3),
.community #data .contents .table .tr a .td li:nth-child(3){
    width: 20%;
}

.community #data .contents .table .tr a .td li:nth-child(6),
.community #data .contents .table .tr a .td li:nth-child(4),
.community #data .contents .table .tr a .td li:nth-child(5){
    display: none;
}
.community #data .contents .table .tr a .th li:nth-child(6),
.community #data .contents .table .tr a .th li:nth-child(4),
.community #data .contents .table .tr a .th li:nth-child(5){
    display: none;
}

/* data end */

/* data-sub start */

.subpage{
    width: 100%;
    background-color: #f1f1f1;
}
#data-sub .title{
    margin-bottom: 20px;
}
#data-sub .title h2{
    font-size: 30px;
    margin-bottom: 30px;
}
#data-sub .title table{
    width: 100%;
}
#data-sub .title table tr{
    float: left;
    width: 130px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
} 
#data-sub .title table tr th{
    width: 50%;
    text-align: left;
}
#data-sub .title table tr td{
    width: 50%;
}
#data-sub .title table tr:last-child{
    width: 200px;
}
#data-sub .title table tr:last-child th{
    width: 35%;
}
#data-sub .title table tr:last-child td{
    width: 65%;
}
#data-sub .title table tr::after{
    content: '';
    display: inline-block;
    width: 1px;
    height: 18px;
    background-color: #d2d2d2;
    margin-right: 20px;
}
#data-sub .title table tr:last-child::after{
    display: none;
}
#data-sub .data-sub .inner{
    max-width: 1000px;
    background-color: #fff;
    padding: 4%;
    border-radius: 10px;
    margin-bottom: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#data-sub .contents{
    border-top: 1px solid #d2d2d2;
    /* border-bottom: 1px solid #d2d2d2; */
    padding-top: 45px;
    padding: 20px;
    /* margin-bottom: 100px; */
}
#data-sub .contents .textbox p{
    margin-bottom: 30px;
    line-height: 150%;
}
#data-sub .contents span{
    display: inline-block;
    width: 100%;
    height: 5px;
    background-color: #1a499e;
    /* margin: 20px 0; */
}
#data-sub .contents .filebox{
    width: 100%;
    /* height: 130px; */
    border-bottom: 1px solid #d2d2d2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    margin-bottom: 100px;
}
#data-sub .contents .filebox .file{
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
}
#data-sub .contents .filebox .file a{
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    max-width: 160px;
    justify-content: space-between;
    margin-right: 20px;
}
#data-sub .contents .filebox .file a .icon{
    rotate: -140deg;
}
#data-sub .contents .filebox .file a p{
    margin-bottom: 0px;
}
#data-sub .contents .filebox .file button{
    width: 80px;
    height: 30px;
    border-radius: 50px;
    background-color: #1a499e;
    color: #fff;
    border: none;
}
#data-sub .list{
    width: 200px;
    height:60px;
    background-color: #1a499e;
    display: block;
    text-align: center;
    line-height: 60px;
    border-radius: 10px;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
}
/* data-sub end */


/* cs start */

.community #cs{
    width: 100%;
}
.community #cs .cs{
    width: 100%;
    margin-bottom: 200px;
}
.community #cs .title{
    width: 100%;
    position: relative;
    height: 60px;
    margin-bottom: 80px;
}
.community #cs .title span{
    font-size: 25px;
    color: #f2f2f2;
    position: absolute;
    bottom: 0;
    font-weight: 900;
}
.community #cs .title h2{
    font-size: 30px;
    color: #333;
    position: absolute;
    font-weight: 900;
}

.community #cs .contents{
    width: 100%;
}
.community #cs .contents .c_inner{
    max-width: 1000px;
    width: 100%;
    /* background-color: teal; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.community #cs .contents ul{
    width: 100%;
    display: flex;
    /* grid-template-columns: repeat(2,1fr);
    gap: 0 50px; */
    flex-wrap: wrap;
    margin-bottom: 100px;
    justify-content: center;
}
.community #cs .contents ul li{
    height: 140px;
    width: 100%;
    max-width: 450px;
    margin: 0 2%;
}
.community #cs .contents ul li h3{
    font-size: 22px;
    margin-bottom: 20px;
}
.community #cs .contents ul li h3 span{
    color: #1a499e;
}
.community #cs .contents ul li input{
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #808080;
    font-size: 20px;
    padding: 0 10px;
}
.community #cs .contents ul li:nth-child(4) .textbox{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.community #cs .contents ul li:nth-child(4) .textbox input{
    /* max-width: 230px; */
    width: 49%;
}
.community #cs .contents ul li:nth-child(7){
    height: fit-content;
    margin-bottom: 40px;
}
.community #cs .contents ul li:nth-child(7) .email .textbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.community #cs .contents ul li:nth-child(7) .email input{
    /* width: 145px; */
    width: 31%;
}
.community #cs .contents ul li:nth-child(7) .email select{
    width: 31%;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #808080;
    height: 50px;
}
.community #cs .contents ul li:nth-child(7) .phone .textbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.community #cs .contents ul li:nth-child(7) .phone .textbox input{
    width: 31%;
}
.community #cs .contents ul li:nth-child(7) .file .file_button{
    display: flex;
    font-size: 15px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.community #cs .contents ul li:nth-child(7) .file .file_button button{
    display: flex;
    width:43%;
    height: 50px;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: #1b499e;
    color: #fff;
    /* font-weight: 900; */
    font-size: 18px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}
.community #cs .contents ul li:nth-child(7) .file span{
    font-size: 15px;
}
.community #cs .contents ul li:nth-child(8){
    height: fit-content;
}
.community #cs .contents ul li:nth-child(8) p{
    display: inline-block;
    width: 100%;
    height: 250px;
}
.community #cs .contents ul li:nth-child(8) textarea{
    height: 250px;
    font-size: 15px;
    width: 100%;
    resize: none;
    padding: 10px;
    line-height: 150%;
    border-radius: 10px;
}
.community #cs .contents ul li:nth-child(8) .agree{
    width: 100%;
    display: flex;
    align-items: center;
}
.community #cs .contents ul li:nth-child(8) .agree input{
    width: 20px;
    margin-right: 10px;
    cursor: pointer;
}
.community #cs .contents .fin{
    width: 100%;
    max-width: 200px;
    height: 50px;
    background-color: #1a499e;
    border-radius: 10px;
    border: none;
    color: #fff;
    font-size: 18px;
}
/* cs end */

/* social start */

.community #social{
    width: 100%;
}
.community #social .social{
    width: 100%;
    margin-bottom: 200px;
}
.community #social .title{
    width: 100%;
    position: relative;
    height: 60px;
    margin-bottom: 80px;
}
.community #social .title span{
    font-size: 25px;
    color: #f2f2f2;
    position: absolute;
    bottom: 0;
    font-weight: 900;
}
.community #social .title h2{
    font-size: 30px;
    color: #333;
    position: absolute;
    font-weight: 900;
}

.community #social .contents{
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.community #social .contents p{
    text-align: center;
    font-size: 25px;
    line-height: 150%;
    font-weight: 900;
}

/* social end */

/* career start */

.community #career{
    width: 100%;
}
.community #career .career{
    width: 100%;
    margin-bottom: 200px;
}
.community #career .title{
    width: 100%;
    position: relative;
    height: 60px;
    margin-bottom: 80px;
}
.community #career .title span{
    font-size: 25px;
    color: #f2f2f2;
    position: absolute;
    bottom: 0;
    font-weight: 900;
}
.community #career .title h2{
    font-size: 30px;
    color: #333;
    position: absolute;
    font-weight: 900;
}


.community #career .contents #section1{
    width: 100%;
    margin-bottom: 100px;
}
.community #career .contents h3{
    font-size: 30px;
    margin-bottom: 80px;
}
.community #career .contents #section1 .allitem{
    width: 100%;
    display: flex;
    justify-content: center;
}
.community #career .contents #section1 .item {
    width: 100%;
    max-width: 413px;
    height: 300px;
    display: flex;
    flex-direction: column;
}
.community #career .contents #section1 .item:nth-child(2){
    margin: 0 1%;
}
.community #career .contents #section1 .item .imgbox{
    width: 100%;
    height: 250px;
    background-image: url(../img/c_section1-1.jpg);
    background-position: 50% 50%;
}
.community #career .contents #section1 .item:nth-child(2) .imgbox{
    background-image: url(../img/c_section1-2.jpg);
}
.community #career .contents #section1 .item:last-child .imgbox{
    background-image: url(../img/c_section1-3.jpg);
}
.community #career .contents #section1 p{
    font-size: 22px;
    text-align: center;
    margin-top: auto;
    font-weight: 900;
}

.community #career .contents #section2{
    width: 100%;
    margin-bottom: 150px;
}
.community #career .contents #section2 .s_contents{
    width: 100%;
}
.community #career .contents #section2 .s_contents .s_top,
.community #career .contents #section2 .s_contents .s_bottom{
    width: 100%;
    height: 300px;
    /* border: 2px solid pink; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.community #career .contents #section2 .s_contents .s_bottom .c_item:nth-child(1) .left img,
.community #career .contents #section2 .s_contents .s_bottom .c_item:nth-child(5) .left img{
    width: 100%;
}
.community #career .contents #section2 .s_contents .s_top{
    margin-bottom: 50px;
}
.community #career .contents #section2 .s_contents .c_item{
    height: 100%;
    width: 100%;
    max-width: 200px;
    border: 3px solid #1a499e;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
}
.community #career .contents #section2 .s_contents .arrow{
    margin: 0 1%;
}
.community #career .contents #section2 .s_contents .m_arrow{
    display: none;
}

.community #career .contents #section2 .s_contents .c_item .left{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.community #career .contents #section2 .s_contents .c_item .right{
    width: 100%;
}
.community #career .contents #section2 .s_contents .c_item .right p{
    text-align: center;
    font-size: 18px;
    font-weight: 900;
}

.community #career .contents #section3{
    width: 100%;
    /* margin-bottom: 100px; */
}
.community #career .contents #section3 .check{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.community #career .contents #section3 .check .left{
    width: 50%;
}
.community #career .contents #section3 .check .left img{
    width: 100%;
}
.community #career .contents #section3 .check .right{
    width: 50%;
    /* padding: 20px; */
}
.community #career .contents #section3 .check .right ul{
    width: fit-content;
    margin-left: auto;
}
.community #career .contents #section3 .check .right ul li{
    display: flex;
    align-items: center;
    /* height: 60px; */
    font-size: 18px;
    margin-bottom: 20px;
}
.community #career .contents #section3 .check .right ul li p{
    line-height: 180%;
    word-break: keep-all;
}
.community #career .contents #section3 .check .right ul li img{
    margin-right: 20px;
}
.community #career .contents #section3 .link{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.community #career .contents #section3 .link .left{
    width: 50%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.community #career .contents #section3 .link .left p{
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 180%;
    word-break: keep-all;
}
.community #career .contents #section3 .link .left .button{
    width: 100%;
    max-width: 550px;
    height: 80px;
    font-size: 20px;
    border-radius: 10px;
    border: 3px solid #1a499e;
    background-color: inherit;
    font-weight: 900;
    cursor: pointer;
    display: block;
    text-align: center;
    line-height: 80px;
}
.community #career .contents #section3 .link .left .button:hover{
    background-color: #1a499e;
    color: #fff;
}
.community #career .contents #section3 .link .right{
    width: 50%;
}
.community #career .contents #section3 .link .right img{
    width: 100%;
}

/* career end */

/* career-sub1 start */
.community #career_sub1 .career_sub1 .title h2{
    font-size: 30px;
    margin-bottom: 100px;
}
.community #career_sub1 .contents .serch{
    width: 100%;
    /* height: 70px;
    border: 1px solid #f00; */
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 50px;
}
.community #career_sub1 .contents .serch input{
    width: 90%;
    max-width: 300px;
    height: 70px;
    padding: 0 20px;
    font-size: 18px;
    color: #808080;
    border: 1px solid #808080;
}
.community #career_sub1 .contents .serch .button{
    width: 10%;
    min-width: 70px;
    height: 70px;
    border: none;
    background-color: #1a499e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.community #career_sub1 .contents .s_table{
    width: 100%;
    margin-bottom: 200px;
}
.community #career_sub1 .contents .s_table .s_tr{
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 0 30px; */
}
.community #career_sub1 .contents .s_table .s_tr .left{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    height: 150px;
}
.community #career_sub1 .contents .s_table .s_tr a{
    /* display: block;
    height: 145px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; */
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    height: 100%;
}
.community #career_sub1 .contents .s_table .s_tr .left h3{
    font-size: 25px;
}
.community #career_sub1 .contents .s_table .s_tr .left .cartegory{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}
.community #career_sub1 .contents .s_table .s_tr .left .cartegory li{
    width: calc( 100% / 4);
    text-align: center;
    border-right: 1px solid #808080;
    font-size: 14px;
    color: #808080;
}
.community #career_sub1 .contents .s_table .s_tr .left .cartegory li:last-child{
    border: none;
}
.community #career_sub1 .contents .s_table .s_tr .left .day{
    font-size: 18px;
    width: 100px;
    height: 40px;
    background-color: #1a499e;
    text-align: center;
}
.community #career_sub1 .contents .s_table .s_tr .left .day p{
    width: 100%;
    height: 100%;
    line-height: 40px;
    color: #fff;
}
.community #career_sub1 .contents .s_table .s_tr .right{
    display: none;
}


/* career-sub1 end */

/* career-sub2 start */

#career_sub2 .career_sub2 .inner{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    /* position: relative; */
    flex-direction: column;
}
#career_sub2 .career_sub2 .inner .left{
    width: 100%;
    max-width: 900px;
    margin-right: 2%;
    margin-bottom: 50px;
}
#career_sub2 .career_sub2 .inner .left .title h2{
    font-size: 30px;
    margin-bottom: 30px;
}
#career_sub2 .career_sub2 .inner .left .contents{
    width: 100%;
    border-top: 1px solid #d2d2d2;
    padding-top: 45px;
}
#career_sub2 .career_sub2 .inner .left .contents .imgbox{
    width: 100%;
    height: 1500px;
    background-color: #d2d2d2;
}

#career_sub2 .career_sub2 .inner .right{
    /* max-width: 360px; */
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    height: 500px;
    width: 100%;
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* position:sticky;
    top: 20%;
    right: 0; */
}
#career_sub2 .career_sub2 .inner .right h3{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}
#career_sub2 .career_sub2 .inner .right p{
    font-size: 20px;
    font-weight: 900;
}
#career_sub2 .career_sub2 .inner .right span{
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #ebf0f5;
}
#career_sub2 .career_sub2 .inner .right .status{
    width: 100%;
    height: 70px;
    background-color: #f2f2f2;
    border-radius: 10px;
    color: #c0c7d4;
    font-size: 15px;
    font-weight: 900;
    text-align: center;
    line-height: 70px;
}
#career_sub2 .career_sub2 .inner .right .url{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #d2d2d2;
    text-align: center;
    line-height: 50px;
    font-weight: 900;
}
#career_sub2 .career_sub2 .listbox{
    background-color: #1b499e;
    color: #fff;
    font-size: 18px;
    width: 200px;
    height: 60px;
    border-radius: 100px;
    margin: auto;
    margin-bottom: 200px;
    font-weight: 500;
    line-height: 60px;
    text-align: center;
}

/* career-sub2 end */

/* food start */

.health{
    background-color: #fff;
}
.health .sub_header{
    background-image: url(../img/healthbanner.jpg);
}

.health .sub_header .banner{
    width: 100%;
    margin-top: auto;
}

.health .sub_header .banner .title{
    width: 100%;
    overflow: hidden;
    margin: auto;
    margin-bottom: 60px;
    color: #fff;
}
.health .sub_header .banner .title p{
    font-size: 27px;
    margin-bottom: 20px;
}
.health .sub_header .banner .title h2{
    font-size: 47px;
}

.health #food{
    width: 100%;
}
.health #food .food{
    width: 100%;
    margin-bottom: 200px;
}
.health #food .title{
    width: 100%;
    position: relative;
    height: 60px;
    margin-bottom: 80px;
}
.health #food .title span{
    font-size: 25px;
    color: #f2f2f2;
    position: absolute;
    bottom: 0;
    font-weight: 900;
}
.health #food .title h2{
    font-size: 30px;
    color: #333;
    position: absolute;
    font-weight: 900;
}

.health #food .contents{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.health #food .contents p{
    text-align: center;
    font-size: 25px;
    line-height: 150%;
    font-weight: 900;
}

.health #food .contents .detail-img{
    text-align: center;
}
.health #food .contents .detail-img img{
    width:100%;
}


/* food end */

/* cosmetics start */

.health #cosmetics{
    width: 100%;
}
.health #cosmetics .cosmetics{
    width: 100%;
    margin-bottom: 200px;
}
.health #cosmetics .title{
    width: 100%;
    position: relative;
    height: 60px;
    margin-bottom: 80px;
}
.health #cosmetics .title span{
    font-size: 25px;
    color: #f2f2f2;
    position: absolute;
    bottom: 0;
    font-weight: 900;
}
.health #cosmetics .title h2{
    font-size: 30px;
    color: #333;
    position: absolute;
    font-weight: 900;
}

.health #cosmetics .contents{
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.health #cosmetics .contents p{
    text-align: center;
    font-size: 25px;
    line-height: 150%;
    font-weight: 900;
}

/* cosmetics end */

/* g_business start */

.health #g_business{
    width: 100%;
}
.health #g_business .g_business{
    width: 100%;
    margin-bottom: 200px;
}
.health #g_business .g_business .inner{
    padding: 0;
}
.health #g_business .title{
    width: 100%;
    position: relative;
    height: 60px;
    margin-bottom: 80px;
    padding: 0 4%;
}
.health #g_business .title span{
    font-size: 25px;
    color: #f2f2f2;
    position: absolute;
    bottom: 0;
    font-weight: 900;
}
.health #g_business .title h2{
    font-size: 30px;
    color: #333;
    position: absolute;
    font-weight: 900;
}
.health #g_business .contents{
    width: 100%;
}
.health #g_business .contents .g_bg{
    width: 100%;
    margin-bottom: 100px;

}
.health #g_business .contents .g_bg img{
    width: 100%;
    /* min-width: 950px; */
}
.health #g_business .contents .g_contents{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-size: cover;
    flex-direction: column;
}

.health #g_business .contents .right{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 4%;
}
.health #g_business .contents .right .right_inner{
    width: 100%;
}
.health #g_business .contents .right .right_inner .g_menu>li{
    background-color: #e1e1e1;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
}
.health #g_business .contents .right .right_inner .g_menu>li:nth-child(1){
    background-color: #1a499e;
    color: #fff;
}
.health #g_business .contents .right .right_inner .g_menu>li:nth-child(2),
.health #g_business .contents .right .right_inner .g_menu>li:nth-child(3){
    height: auto;
}
.health #g_business .contents .right .right_inner .g_menu>li:nth-child(2) .m_contents,
.health #g_business .contents .right .right_inner .g_menu>li:nth-child(3) .m_contents{
    display: none;
}
.health #g_business .contents .right .right_inner .g_menu>li h2{
    font-size: 25px;
    font-weight: 900;
    /* margin-top: 5px; */
    
}
.health #g_business .contents .right .right_inner .g_menu>li .m_contents>li{
    font-size: 18px;
    margin: 10px 0;
    font-weight: 900;
    color: #fff;
}
.health #g_business .contents .right .right_inner .g_menu>li .m_contents>li:nth-child(2),
.health #g_business .contents .right .right_inner .g_menu>li .m_contents>li:nth-child(3){
    padding-left: 10px;
    font-weight: 500;
}
.health #g_business .contents .right .right_inner .g_menu>li:last-child .m_contents>li{
    font-weight: 500;
}
/* g_business end */

.scrollBtn a {
	padding-top: 60px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}
.scrollBtn a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}
.scrollBtn a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}


#toggleButton {
	position: absolute;
	z-index: 9;
	bottom: 15%;
    left: 80%;
	background: transparent;
	border: none;
	outline: none;
	cursor:pointer;
    }
    #toggleButton img{
        width: 40px;
    }
#timeProgress {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    z-index: 9999;
    height: 2px;
	background-color: #acacac;
    }

/* 게이지 바의 값을 나타내는 부분의 색상 */
progress[value]::-webkit-progress-bar {
    /* 게이지 바의 전체 배경색 */
    background-color: #acacac;
}

/* 게이지 바의 진행된 부분의 색상 (파란색) */
progress[value]::-webkit-progress-value {
    background-color: #ffffff;
}

/* 게이지 바의 진행된 부분의 색상 (파란색) */
progress[value]::-moz-progress-bar {
    background-color: #ffffff;
}


@media screen and (max-width:700px){
    .company #ceoletter #contents .left .left_inner{
        border-radius:0px;
    }
    .company #ceoletter #contents .right p br:nth-child(3),
    .company #ceoletter #contents .right p br:nth-child(4),
    .company #ceoletter #contents .right p br:nth-child(5),
    .company #ceoletter #contents .right p br:nth-child(8),
    .company #ceoletter #contents .right p br:nth-child(9){
        display: none;
    }
    .business .cellbanking .contents .s_item1 ul li p{
        font-size: 18px;
        /* width: 20%; */
        text-align: right;
        padding: 0 2%;
        line-height: 150%;
        color: #808080;
        /* font-weight: 300; */
        width: 30%;

     }
     .business .cellbanking .contents #section2 .contents .c1,
     .business .cellbanking .contents #section2 .contents .c2,
     .business .cellbanking .contents #section2 .contents .c3,
     .business .cellbanking .contents #section2 .contents .c4{
        width: 100%;
     }
     .business .cellbanking .contents #section2 .contents .c3,
.business .cellbanking .contents #section2 .contents .c4{
    margin-bottom: 50px;
}
.business .cellbanking .contents #section5 table{
    width: 100%;
}
.business .cellbanking .contents #section5 table tr td:last-child{
    padding: 0 2%;
}
.business .cellbanking .contents #section6 .contents .c_right{
    height: 400px;
}
.business .cellbanking .contents #section6 .contents .c_right .r_contents{
    align-items: start;
}
.business .cellbanking .contents #section6 .contents .c_right .r_contents .imgbox{
    display: none;
}
.business .cellbanking .contents #section6 .contents .c_right .r_contents .r_textbox{
    width: 100%;
    margin-left: 0;
}
.business .cellbanking .contents #section6 .contents .c_right{
    height: 400px;
}

.business .cellbanking .contents .bottom_bg p{
    font-size: 25px;
}
.community #career .contents #section1 .allitem{
}
.community #career .contents #section1 .allitem{
    flex-direction: column;
    align-items: center;
}
.community #career .contents #section1 .item{
    max-width: 500px;
    margin-bottom: 50px;
}
.community #career .contents #section1 .item:nth-child(2){
    margin-bottom: 50px;
}
.community #career .contents #section3 .check{
    flex-direction: column;
}
.community #career .contents #section3 .link{
    flex-direction: column;
}
.community #career .contents #section3 .link .left{
    order: 1;
}
.community #career .contents #section3 .check .left,
.community #career .contents #section3 .check .right,
.community #career .contents #section3 .link .left,
.community #career .contents #section3 .link .right{
    width: 100%;
    margin-bottom: 50px;
    max-width: 500px;
}
#wrap .desc{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#wrap .desc .txt1{
    margin-bottom: 10px;
}
#wrap .desc .txt2 {
    line-height: 160%;
    margin-bottom: 10px;
    font-size: 22px;
}
#wrap .desc .txt3 {
    line-height: 200%;
}
/* #timeProgress{
    left: 1rem;
} */
}
@media screen and (max-width:680px){
 .company #corporate .corporate #contents h2{
    font-size: 25px;
 }
 .company #corporate .corporate #contents .text1,
 .company #corporate .corporate #contents .text2{
    font-size: 17px;
 }
 .company #corporate .vision .mainimg img{
    width: 100%;
 }
 .company #corporate .certification{
    margin-bottom: 200px;
}
.company #corporate .certification .title {
    width: 100%;
    position: relative;
    height: 60px;
    margin-bottom: 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.company #corporate .certification ul{
    display: flex;
    gap: 30px 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.company #corporate .certification ul li{
    width: calc(50% - 20px);
}
.company #corporate .certification ul li .imgbox{
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #d2d2d2;
}
.company #corporate .certification ul li .imgbox img{
    width: 100%;
}
.company #corporate .certification ul li p{
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}


 .company #contact #contents .map2{
    height: auto;
 }
 .company #contact #contents .map2 .info{
    padding: 0 2%;
}
.company #contact #contents .map2 .info table{
}
.company #contact #contents .map2 .info table tr{
    /* height: 80px; */
    font-size: 22px;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}
.company #contact #contents .map2 .info table tr th{
    text-align: left;
    width: 100px;
    margin-bottom: 10px;
    height: 50%;
}
.company #contact #contents .map2 .info table tr td{
    font-weight: 200;
    line-height: 150%;
    height: 100%;
    word-break: keep-all;
}
.bio #biointro .txtbox h2{
    font-size: 25px;
}
.bio #biointro .txtbox h2 .small{
    font-size: 20px;
}
.bio #biointro .txtbox p{
    font-size: 18px;
}

.bio #biointro .title2 h2{
    font-size: 30px;
}
.status .contents ul li .txt h3{
    font-size: 30px;
}
.status .contents ul li .txt p{
    font-size: 18px;
}
.business #STEM .contents .textbox h2{
    font-size: 20px;
}
.business #STEM .contents .textbox h3{
    font-size: 18px;
}
.business #STEM .contents .textbox p{
    font-size: 14px;
}
.business .cellbanking .contents .s_item1 ul li p{
    line-height: 150%;
}
.business .cellbanking .contents .s_item3 .right_bg>ul li:nth-child(2){
    display: none;
}
.allani_graph .anigraph .a2{
    display: none;
}
.allani_graph .anigraph .a3,
.allani_graph .anigraph .a4{
    width: 50%;
}
.allani_graph .anigraph{
    width: 86%;
}
.business .cellbanking .contents #section3 h2{
    font-size: 25px;
}
.business .cellbanking .contents #section3 h2 span{
    font-size: 20px;
}
.community #notice .contents ul li .li_inner .right a .e_text{
    width: 100%;
    border: 1px solid #808080;
    height: 50%;
}
.community #notice .contents ul li .li_inner .right a .e_icon{
    display: none;
}
.community #notice .contents ul li .li_inner .right a:hover .e_text{
    background-color: #1a499e;
    color: #fff;
    transition: 1s;
    font-size: 20px;
}
#notice-sub .title h2,
#video-sub .title h2,
#data-sub .title h2{
    font-size: 25px;
}
#notice-sub .title,
#video-sub .title,
#data-sub .title{
    flex-direction: column;
    margin-bottom: 20px;
}
#notice-sub .notice-sub .inner,
#video-sub .video-sub .inner,
#data-sub .data-sub .inner{
    /* background-color: aliceblue; */
    padding-top: 50px;
}
/* .community #data .contents .table .tr a .th li:nth-child(2){} */
.community #data .contents .table .tr a .th li:nth-child(1),
.community #data .contents .table .tr a .td li:nth-child(1){
    width: 20%;
}
.community #data .contents .table .tr a .th li:nth-child(2),
.community #data .contents .table .tr a .td li:nth-child(2){
    width: 50%;
}
.community #data .contents .table .tr a .th li:nth-child(3),
.community #data .contents .table .tr a .td li:nth-child(3){
    width: 30%;
}
.community #career .contents #section2 .s_contents .s_top,
.community #career .contents #section2 .s_contents .s_bottom{
    flex-direction: column;
    height: auto;
}
.community #career .contents #section2 .s_contents .s_top{
    margin-bottom: 0;
}

.community #career .contents #section2 .s_contents .c_item{
    height: 150px;
    width: 100%;
    max-width: 300px;
    border: 3px solid #1a499e;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
}
.community #career .contents #section2 .s_contents .c_item .left{
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}
.community #career .contents #section2 .s_contents .arrow{
    rotate: 90deg;
    margin: 20px 0;
}
.community #career .contents #section2 .s_contents .m_arrow{
    display: block;
    rotate: 90deg;
    margin: 20px 0;
}
}
@media screen and (max-width:600px){
    .m_menu{
        width: 100%;
    }
    #wrap .desc .txt3 br{
        display: none;
    }
    #wrap .desc .txt3{
        word-break: keep-all;
    }
}
    @media screen and (max-width:500px){
    .health #g_business .contents .right .right_inner .g_menu>li h2{
        font-size: 20px;
    }
    .company #ceoletter #contents .right h2{
        font-size: 20px;
    }
}





#footer .footerT {margin-bottom: 5px;flex-direction: column;
        align-items: center;}
#footer .site_map  {
	width: 100%;
    margin: 20px;
	}
#footer .site_map .select-style {
		position: relative;
		display: inline-block;
		width:100%;
	}
#footer .site_map .select-style select {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -1;
}
#footer .site_map .select-button {
        cursor: pointer;
        background-color: #242424;
        border: none;
        font-size: 14px;
        border-radius: 4px;
        width: 100%;
        text-align: left;
        color: #fff;
        height: 50px;
        padding-left: 20px;
    }

#footer .site_map .select-list-scroll {
        width: 100%;
        position: absolute;
        bottom: 100%;
        left: 0;
        z-index: 10;
        background-color: #242424;
        border: 1px solid #242424;
        border-radius: 4px;
        display: none;
        overflow-y: auto;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        z-index: 999;
    }

#footer .site_map  .select-style.toggle .select-list-scroll {
		display: block; /* active 클래스가 추가되면 보이도록 설정 */
	}
	/* 리스트 아이템 스타일 */
#footer .site_map  .list-item-button {
		background: none;
		border: none;
		text-align: left;
		width: 100%;
		cursor: pointer;
		font-size: 16px;
		color: #a3a3a3;
	}
#footer .site_map .list-item-button a {
        font-size: 16px;
        color: #a3a3a3;
        width: 100%;
        display: block;
        padding: 10px 20px;
    }

#footer .site_map  .list-item-button:hover {
		background-color: #383838;
	}



#app {
    background-color: white;
    padding: 25px;
    width: 100%;
    border: 1px #e4e4e4 solid;
    border-radius: 30px;
    margin: 100px auto 100px;
}
#app .sign_in {
        display: flex;
        flex-direction: column;
        gap: 15px;
        text-align: right;
    }
#app .sign_in p{
    font-size:14px;
    }
#app .sign_in span{
        font-weight: 700;
        color: #3f3682;
    }
#app .formArea{
    display:flex;
	flex-direction:column;
	gap:30px;
}
#app h1 {
    font-weight: bold;
    font-size: 18px;
    padding: 8px 0;
    margin-bottom: 8px;
    border-bottom: 1px solid #eaeaf2;
}
#app h2 {
    display: block;
    font-size: 16px;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}
#app h6 {
    font-size: 14px;
    margin-block-end: 1em;
}
#app p {
    word-break: keep-all;
	font-size:14px;
}
#app p.t1 {
    margin-top:10px;
}
#app ul.typeA {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
    }
#app ul.typeB {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
#app ul.typeA li{
   display:flex;
   font-size:12px;
   font-weight:500;
   word-break: keep-all;
}
#app ul.typeA li span{
   display: flex;
	width: 24px;
	flex-shrink: 0;
}
#app .table_type{
    width: 100%;
    max-width: 600px;
    border: 1px #e4e4e4 solid;
	margin-top:10px;
	margin-bottom:10px;
}
#app .w60{
    width:60px;
}
#app .table_type th {
        background: #e4e4e4;
        border: 1px #c2c2c2 solid;
        height: 40px;
        font-size: 14px;
        font-weight: 500;
    }
#app .table_type td {
        border: 1px #c2c2c2 solid;
        height: 40px;
        font-size: 12px;
        font-weight: 500;
        text-align: center;
        padding: 10px;
		word-break: keep-all;
    }
#app .sign_form {
        display:flex;
		flex-direction: column;
		gap:15px;
    }
#app .sign_form ul {
        gap: 10px;
        display: flex;
        flex-direction: column;
    }
#app .sign_form li{
        display:flex;
    }
#app .sign_form li span.name {
        width: 235px;
        margin-left: 15px;
    }
#app .sign_form li span.in{
        margin-left:auto;
    }
	


.terms_ul {margin-bottom:10px;}
.terms_ul li a{font-size: 14px;
        font-weight: 300;
        color: #808080;
        margin-bottom: 15px;
    }