@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;
}

.pc_inner {
    width: 1300px;
    margin: 0 auto;
	position: relative;
}

.inner {
    width: 100%;
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 15px;
}

.inner2 {
    width: 1300px;
    margin: 0 auto;
}

.c_inner {
    width: 1300px;
    margin: 0 auto;
    position: relative;

}

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

.top_inner {
    width: 1100px;
    margin: 0 auto;
}

.pc_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;
}
.p_mt80 {margin-top:80px;}
.p_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;
}

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

.lang_select img {
    height: 100%;
}

.lang_select .lang_select_list {
    background: #ffffff;
    position: absolute;
    top: 50px;
    z-index: 9999;
    right: 0px;
    padding: 10px;
    width: 200px;
    border-radius: 5px;
    display: none;
    color: #000;
	border: 1px #e4e4e4 solid;
        box-shadow: 0px 0px 3px #d7d7d7;
}

.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: 30px;
	margin-right: 10px;
}
/* 국가 선택 끝 */

.text_deco {
    font-size: 44px;
    color: #f2f2f2;
    position: absolute;
    bottom: 0;
    font-weight: 900;
    left: 30px;
}

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

#header {
        width: 100%;
        height: 90px;
        border-bottom: 1px rgb(255 255 255 / 20%) solid;
        position: relative;
        z-index: 999;
        padding: 0 15px;
		transition: all .3s;
	}

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

.topMenu .menuArea {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
   align-items: center;
   height: 90px;
   gap: 15px;
   max-width: 1745px;
   margin: 0 auto;
}

.topMenu .menu_link {
    /* margin-left: auto; */
    width: 100%;
    max-width: 400px;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    }
.topMenu .menu_link ul{
	display: flex;
	align-items: center;
    /* width: 80%; */
    /* border: 1px solid #f00; */
    margin-right: 15px;
    height: 100%;
    }
.topMenu .menu_link ul li {margin-right:10px;}
.topMenu .menu_link ul li:last-child{margin-right:0px;}
.topMenu .menu_link ul li a {
        font-size: 16px;
        color: #fff;
        padding: 7px 15px;
        border-radius: 3px;
        background: #1a499e;
        font-weight: 300;
    }
.topMenu .menu_link ul li a:hover{
        background:#266f1e;
		transition: all 0.2s
    }
.topMenu .menu {
        /* margin-left: 275px; */
        display: flex;
        align-items: center;
        height: 90px;
        width: 100%;
        max-width: 800px;
        margin: auto;
        justify-content: space-between;
    }
.topMenu .menu .mList .menu_ul {
	position: absolute;
	top: 75px;
	left: 50%;
	width: 200px;
	transform: translateX(-50%);
	text-align: center;
	background: #0047ba;
	border-radius: 5px;
	padding:10px 0px;
	transition: all 0.5s;
}
.topMenu .menu .mList:hover .menu_ul {
	display: block !important;
}
.topMenu .menu .tit {
        cursor: pointer;
        line-height: 90px;
		opacity:0.8;
    }
.topMenu .menu .menu_ul{
        display:none;
    }
.topMenu .menu .menu_ul li {
        line-height: 50px;
    }
.topMenu .menu .menu_ul li a{
        color:#a0c4ff;
    }
.topMenu .menu .menu_ul li a:hover{
        color:#ffffff;
    }

.topMenu .menu .mList {
	color: #fff;
    font-size: 18px;
	position:relative;
    width: auto;
    text-align: center;
    padding: 0 25px;
}
.topMenu .menu .mList:first-child {margin-left:0px;}
.topMenu .menu .mList:hover .tit{color:#ffffff;opacity:1;}
.topMenu .menu .mList:hover .tit{color:#ffffff;opacity:1;}


    .logo_box img {
        width: fit-content;
        height: 53px;
    }

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

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

#footer .fotLogo {
	height: 65px;
    opacity: 0.45;
    -webkit-filter: brightness(0) invert(1);
}

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

#footer .p_footer {
    font-size: 15px;
    font-weight: 300;
    color: #808080;
	margin-bottom: 15px;
}

#footer .p_footer span {
    margin-right: 30px;
}

#footer .p_copy {
    font-size: 15px;
    font-weight: 300;
    color: #808080;
}

.hide {display:none;}

#wrap {
    width: 100%;
    overflow: hidden;
}
/* common 끝 */


/* visual 시작 */


/* 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 30px;
}

#main_wrap #main{
    height: 1080px;
}
#main_wrap #main .contents{
    width: 100%;
        height: 100%;
        background-image: url(../img/main02.jpg);
        background-position: center center;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: 100% 100%;
}
#main_wrap #main .contents .main_inner{
    display: flex;
    height: 100%;
}
#main_wrap #main .contents .textArea{
    margin-top: auto;
    margin-bottom: 150px;
    color: #fff;
}
#main_wrap #main .contents .textArea .main_tit span{
    font-weight: 800;
}
#main_wrap #main .contents .textArea .main_tit{
    font-size: 55px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 30px;
}
#main_wrap #main .contents .textArea .sub_tit{
    font-size: 34px;
    color: #fff !important;
}
#main_wrap #main .contents .textArea .m_text{
    font-size: 22px;
    line-height: 150%;
}
/* #main_wrap #main .contents .textArea .m_text span{
    color: #0047ba;
    font-weight: 800;
} */
/* main */

/* 공통항목 */
#main_wrap .s_title{
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}
#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: 24px;
    font-weight: 600;
}
/* .button{
    width: 100%;
    max-width: 245px;
    height: 60px;
    border: 1px solid #000;
    border-radius: 100px;
} */
.button a{
    width: 100%;
    height: 100%;
    text-align: center;
}
.button > a {
    line-height: 60px;
    font-size: 20px;
    font-weight: 400;
    width: 100%;
    max-width: 245px;
    height: 60px;
    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;
}
.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;
    border: none;
}
.button > a:hover:after {
    width: 100%;
    z-index: -1;
}
/* //공통항목 */

/* section01 */
.section01 .contents{
    display: flex;
    align-items: center;
    height: 420px;
}
.section01 .contents .imgArea{
    width: 380px;
    height: 100%;
    margin-right: 100px;
}
.section01 .contents .imgArea .img_inner{
    width: 100%;
    height: 100%;
    position: relative;
}
.section01 .contents .imgArea .img_inner .background{
    width: 90%;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #d2d2d2;
    z-index: 1;
}
.section01 .contents .imgArea .img_inner .frontImg{
    width: 90%;
    height: 400px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99;
    background-image: url(../img/story.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.section01 .contents .textArea{
    width: calc(100% - 380px);
    height: 100%;
}
.section01 .contents .textArea .text_inner{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    max-width: 600px;
}
.section01 .contents .textArea .text_inner .t_contents .story_tit{
    font-size: 30px;
    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: 18px;
    font-weight: 600;
    line-height: 150%;
    word-break: keep-all;
}
/* //section01 */

/* section02 */
.section02 .container {
    display: flex;
    width: 100%;
    background-color: #ffffff;
    height: 660px;
}
/* left_contents */
.section02 .container #left_contents{
    width: 40%;
    position: relative;
    overflow: hidden;
}
.section02 .container #left_contents .image-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    transition: transform 0.5s ease;
    height: 100%;
    overflow: hidden;
}
.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: 255px;
    height: 95px;
    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: 60px;
}
.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: 60%;
    display: flex;
}
.section02 .container #right_contents .innerLeft{
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.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{
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
}
.section02 .container #right_contents .innerLeft .bg_contents .bottom_text_active{
    bottom: 0;
    right: 0;
    transform: translate(50%, 50%);
}
.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: 100px;
    left: 0;
    transform: translateX(-20%);
}
.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{
    width: 60%;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 998;
}
.section02 .container #right_contents .innerLeft .b_title{
    width: 100%;
    margin-bottom: 45px;
}
.section02 .container #right_contents .innerLeft .b_title p{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.section02 .container #right_contents .innerLeft .b_title .underline{
    width: 120px;
    height: 3px;
    background-color: #000;
    display: block;
}
.section02 .container #right_contents .innerLeft .text-content{
    width: 100%;
}
.section02 .container #right_contents .innerLeft .text-content h2{
    font-size: 40px;
    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: 100px;
}
.section02 .container #right_contents .innerLeft .text-content .button{
    border-radius: 0;
}
.section02 .container #right_contents .innerRight{
    width: 20%;
    background-image: url(../img/business_r_img.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
/* //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;
    justify-content: center;
}

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

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

/* //section02 */

/* section03 */

.section03{
}
.section03 .allContents{
    display: flex;
}
.section03 .allContents .tab_wrapper {
    position: relative;
    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: 18px;
    background: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    height: 60px;
    margin-top: 10px;
	cursor:pointer;
    width: 180px;
}
.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: 48%;
    margin-right: 4%;
}
.section03 .allContents .imgArea{
    width: 48%;
}
.section03 .allContents .imgArea img{
    width: 100%;
}

.section03 .allContents .textArea .text_inner .a_title{
    font-size: 48px;
    font-weight: 500;
    line-height: 110%;
    margin-bottom: 30px;
}
.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: 34px;
    font-weight: 700;
    margin-bottom: 30px;
}
.section03 .allContents .textArea .tab-content p{
    font-size: 20px;
    line-height: 150%;
    word-break: keep-all;
}

/* //section03 */

/* section04 */

.section04 .contents{
    width: 100%;
    background-image: url(../img/cellbanking_bg.jpg);
    height: 385px;
}
.section04 .contents .main_inner{
    display: flex;
    align-items: center;
    height: 100%;
}
.section04 .contents .main_inner .imgArea{
    width: 384px;
    margin-right: 40px;
    overflow: hidden;
    border-radius: 20px;
}
.section04 .contents .main_inner .imgArea img{
    width: 100%;
}
.section04 .contents .main_inner .textArea{
    width: calc(100% - 384px);
    color: #fff;
}
.section04 .contents .main_inner .textArea .main_tit{
    font-size: 34px;
    margin-bottom: 50px;
    font-weight: 700;
    word-break: keep-all;
    line-height: 150%;
}
.section04 .contents .main_inner .textArea .text_inner{
    display: flex;
    justify-content: space-between;
}
.section04 .contents .main_inner .textArea .s_text{
    font-size: 22px;
    font-weight: 300;
    word-break: keep-all;
    line-height: 150%;
}
.section04 .contents .main_inner .textArea .button a{
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 40px;
    border: 1px solid #fff;
    width: 160px;
    height: 40px;
}
.section04 .contents .main_inner .textArea  .button > a:hover {
    border: none;
}
/* //section04 */
/* section05 */
#main_wrap .section05 .s_title{
    margin-bottom: 0;
}
.section05 .contents{
    display: flex;
    align-items: center;
    height: 620px;
    width: 100%;
}
.section05 .contents .textArea{
    width: 48%;
    margin-right: 4%;
    height: 100%;
}
.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: 48px;
    font-weight: 600;
    margin-bottom: 40px;
}
.section05 .contents .textArea .text_inner .t_contents .cell_subtit{
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 25px;
}
.section05 .contents .textArea .text_inner .t_contents .c_text{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 100px;
    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: 48%;
    height: 100%;
}
.section05 .contents .imgArea .img_inner{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.section05 .contents .imgArea .img_inner .item{
    height: 300px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding: 35px 20px;
    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: 28px;
    font-weight: 700;
    margin-bottom: 35px;
}
.section05 .contents .imgArea .img_inner .item p{
    font-size: 20px;
    font-weight: 300;
    line-height: 150%;
    word-break: keep-all;
    margin-top: auto;
}

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

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

.section06 .contents .background{
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 130px;
    color: #f0f0f0;
    font-weight: 700;
}
.section06 .contents .frontContents{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    padding-top: 117px;
}
#main_wrap .section06 .contents .frontContents .main_inner{
    width: 100%;
    margin: 0;
}
.section06 .contents .frontContents .main_inner .top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 55px;
    align-items: end;
}
.section06 .contents .frontContents .main_inner .top .left{
    width: calc(100% - 75px);
    margin-right: 20px;
}
.section06 .contents .frontContents .main_inner .top .left h2{
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 15px;
}
.section06 .contents .frontContents .main_inner .top .left p{
    font-size: 18px;
    font-weight: 600;
}
.section06 .contents .frontContents .main_inner .top .right{
    width: 150px;
    text-align: end;
}
.section06 .contents .frontContents .main_inner .top .right a{
    font-size: 18px;
    font-weight: 600;
}
.section06 .contents .frontContents .main_inner .bottom{
    display: flex;
    align-items: center;
}
.section06 .contents .frontContents .main_inner .bottom .news{
    width: calc(100% / 4);
    height: 312px;
    padding: 40px 30px;
    margin-right: 25px;
    border: 1px solid #d2d2d2;
}
.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: 18px;
    font-weight: 700;
    color: #08afaf;
    margin-bottom: 15px;
}
.section06 .contents .frontContents .main_inner .bottom .news .newsInner .n_top .new_tit{
    font-size: 25px;
    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: 16px;
    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;
    flex-direction: column;
}
.section07 .contents .main_inner .cs_title{
    font-size: 36px;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section07 .contents .main_inner .cs_title::before{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    max-width: 350px;
    margin: 25px 0;
}
.section07 .contents .main_inner .cs_title::after{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    max-width: 350px;
    margin: 25px 0;
}
.section07 .contents .main_inner .cs_title .weight{
    font-weight: 700;
}
.section07 .contents .main_inner .textArea p{
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 35px;
    word-break: keep-all;
    line-height: 120%;
    text-align: center;
}
.section07 .contents .button a{
    color: #fff;
    line-height: 40px;
    font-size: 24px;
    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: 350px;
    margin: 25px 0;
}
.section07 .contents .button > a:after {
    content: unset;
}
/* //section07 */

/* //new main */



#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;
    }
#wrap .desc .txt1{
    font-size:45px;
	font-weight:400;
	line-height:1;
}
#wrap .desc .txt2 {
	font-size: 60px;
	margin-top: 10px;
	margin-bottom: 30px;
    }

#wrap .desc .txt2 br:nth-child(2){
    display: none;
}
#wrap .desc .txt3 {
	font-size: 30px;
	line-height: 1.5;
	font-weight: 200;
}

#visual>.bg-video .video_area{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* visual 끝 */

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

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

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

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

.company .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: 22px;
    font-weight: 500;
    color: #fff;
}
.sub_header .banner .tab ul .active a{
    width: 100%;
    height: 100%;
    display: block;
    font-size: 22px;
    font-weight: 900;
    color: #fff;
}

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

.company .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: 80px;
    margin-bottom: 80px;
}
.company #corporate .title h2{
    font-size: 50px;
    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;
}
.company #corporate .corporate #contents h2 span{
    color: #1b499e;
    font-weight: 900;
} 
.company #corporate .corporate #contents .text1{
    font-size: 20px;
    line-height: 170%;
    margin-bottom: 50px;
}
.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: 20px;
    line-height: 170%;
}
.company #corporate .vision{
    margin-bottom: 200px;
}
.company #corporate .vision .title{
    /* border: 1px solid #f00; */
    /* max-width: 200px; */
    margin: auto;
    position: relative;
    margin-bottom: 90px;
    width: 210px;
}
.company #corporate .vision .title h2{
    text-align: center;
    width: 100%;
}
.company #corporate .vision .title .text_deco{
    right: 0 !important;
    left: unset;
}
.company #corporate .vision .mainimg{
    /* border: 1px solid #f00; */
    width: fit-content;
    height: fit-content;
    margin: auto;
}

.company #corporate .certification{
    margin-bottom: 200px;
}
.company #corporate .certification .title{
    /* border: 1px solid #f00; */
    /* max-width: 200px; */
    margin: auto;
    position: relative;
    margin-bottom: 90px;
    width: 210px;
}
.company #corporate .certification .title h2{
    text-align: center;
    width: 100%;
}
.company #corporate .certification .title .text_deco{
    right: 0 !important;
    left: unset;
}
.company #corporate .certification ul{
    display: flex;
    gap: 100px 9%;
    flex-wrap: wrap;
    justify-content: center;
}
.company #corporate .certification ul li{
    width: calc(25% - 90px);
}
.company #corporate .certification ul li .imgbox{
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #d2d2d2;
}
.company #corporate .certification ul li .imgbox img{
    width: 100%;
}
.company #corporate .certification ul li p{
    text-align: center;
    font-size: 20px;
    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: 80px;
    margin-bottom: 80px;
}
.company #ceoletter .title h2{
    font-size: 50px;
    color: #333;
    position: absolute;
    font-weight: 900;
}

.company #ceoletter #contents{
    display: flex;
    width: 100%;
    align-items: center;
    /* border: 1px solid #f00; */
}
.company #ceoletter #contents .left{
    width: 50%;
    display: flex;
    /* justify-content: end; */
    padding-left: 20px;
}
.company #ceoletter #contents .left .left_inner{
    width: 600px;
    height: 700px;
    /* background-image: url(../img/ceoletter.jpg); */
    position: relative;
}
.company #ceoletter #contents .left .left_inner span{
    width: 80%;
    min-width: 490px;
    height: 630px;
    background-color: #d2d2d2;
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 10%;
    left: 6%;
}
.company #ceoletter #contents .left .left_inner img{
    width: 82%;
    min-width: 490px;
    /* height: 700px; */
    position: absolute; 
    z-index: 99;
    top: -5%;
}
.company #ceoletter #contents .right{
    width: 50%;
    padding-left: 40px;
    color:#333;
    padding-right: 20px;
}
.company #ceoletter #contents .right h2{
    font-size: 28px;
    margin-bottom: 40px;
    color: #1A499E;
    font-weight: 700;
    word-break: keep-all;
    line-height: 130%;
}
.company #ceoletter #contents .right p{
    font-size: 20px;
    line-height: 180%;
    margin-bottom: 40px;
    word-break: keep-all;
}



/* ceoletter end  */

/* chart start  */

.company #chart{
    width: 100%;
}
.company #chart .chart{
    width: 100%;
    margin-bottom: 200px;
}
.company #chart .title{
    width: 100%;
    position: relative;
    height: 80px;
    margin-bottom: 80px;
}
.company #chart .title span{
    font-size: 44px;
    color: #f2f2f2;
    position: absolute;
    bottom: 0;
    font-weight: 900;
}
.company #chart .title h2{
    font-size: 50px;
    color: #333;
    position: absolute;
    font-weight: 900;
}
.company #chart #contents{
    width: 100%;
}
.company #chart #contents img{
    width: fit-content;
    margin-left: 80px;
}
.company #chart #contents img:nth-child(2){
    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: 1330px;
    padding: 15px;
}
.company #contact .title{
    width: 100%;
    position: relative;
    height: 80px;
    margin-bottom: 80px;
}
.company #contact .title span{
    font-size: 44px;
    color: #f2f2f2;
    position: absolute;
    bottom: 0;
    font-weight: 900;
}
.company #contact .title h2{
    font-size: 50px;
    color: #333;
    position: absolute;
    font-weight: 900;
}

.company #contact #contents{
    width: 100%;
}
.company #contact #contents .map1{
    width: 100%;
    height: 100%;
}
.company #contact #contents .map1 .navigation{
    width: 100%;
    max-width: 1300px;
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
}

.company #contact #contents .map1 .map_contents{
    display: flex;
    margin-top: -150px;
    height: 450px;
    width: 100%;
    max-width: 1300px;

}
.company #contact #contents .map1 .textcard{
    width: 350px;
    height: 350px;
    background-color: #1a499e;
    border-radius: 10px;
    color: #fff;
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 22px;
    margin-left: 100px;
}
.company #contact #contents .map1 .textcard .txt1{
    color: #d2d2d2;
    font-weight: 300;
}
.company #contact #contents .map1 .textcard .txt2 h2{
    font-size: 40px;
    font-weight: 100;
    line-height: 150%;
}

.company #contact #contents .map1 .info{
    margin-top: auto;
    margin-left: auto;
    margin-left: 50px;
    width: calc(100% - 500px);
}
.company #contact #contents .map1 .info table{
}
.company #contact #contents .map1 .info table tr{
    height: 80px;
    font-size: 22px;
}
.company #contact #contents .map1 .info table tr th{
    text-align: left;
    padding: 0 35px 0 0;
    text-wrap: nowrap;
    vertical-align : top;
    padding-top: 5px;
}
.company #contact #contents .map1 .info table tr td{
    font-weight: 200;
    line-height: 150%;
    max-width: 590px;
    vertical-align : top;
}
.company #contact #contents .map2{
    display: none;
}



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

.bio{
    background-color: #fff;
}
.bio .sub_header{
    width: 100%;
    height: 700px;
    background-image: url(../img/biobanner04.jpg);
    position: relative;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    margin-bottom: 200px;
}

.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: 100px;
    color: #fff;
}
.bio .sub_header .banner .title p{
    font-size: 40px;
}
.bio .sub_header .banner .title h2{
    font-size: 80px;
}

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

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

.bio .sub_header .banner .tab ul li:nth-child(2),
.bio .sub_header .banner .tab ul li:nth-child(3),
.bio .sub_header .banner .tab ul li:nth-child(4){
    border-top: none;
}
/* .bio .sub_header .banner .tab ul li:nth-child(2) a,
.bio .sub_header .banner .tab ul li:nth-child(3) a,
.bio .sub_header .banner .tab ul li:nth-child(4) a{
    color: #808080;
    font-weight: 500;
} */

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

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

.bio #biointro .txtbox{
    width: 100%;
    margin-bottom: 200px;
}

.bio #biointro .txtbox h2{
    font-size: 50px;
    font-weight: 500;
    text-align: center;
    line-height: 150%;
    margin-bottom: 150px;
}
.bio #biointro .txtbox h2 span{
    color: #1a499e;
    font-weight: 900;
}
.bio #biointro .txtbox h2 .small{
    font-size: 35px;
}

.bio #biointro .txtbox p{
    font-size: 28px;
    text-align: center;
    line-height: 180%;
}

.bio #biointro .txtbox p span{
    font-weight: 900;
}
.bio #section06 {
	position: relative;
        padding: 0px 100px;
        width: 100%;
        height: 700px;
		margin-bottom:140px;
}
.bio #section06 .txtbox{
	position:absolute;
	top:100px;
	left:50%;
	transform:translateX(-50%);
	text-align: center;
	z-index: 999;
}
.bio #section06 .txtbox .stit{
	font-size:38px;
	font-weight:400;
	color:#ffffff;
	margin-bottom:30px;
}
.bio #section06 .txtbox .tit{
	font-size:50px;
	font-weight:1000;
	color:#ffffff;
}
.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: 100%;
	background-size: cover;
    background-position: center;
}
.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;
	position: relative;
	flex: 1;
	height: 100%;
	transition: all 0.8s ease; /* 애니메이션 추가 */
	cursor: pointer;
	background-image: none !important;
    padding: 0 20px;
}

.bio #section06 .tab_item .item .cont.active {
	border-right: none !important;
	flex: 1.4; /* active 시 1.2배 넓어짐 */
}
.bio #section06 .tab_item .item .cont.active .menu_name_e{
	display: block;
}

.bio #section06 .tab_item .item .cont.active:after {
	content:'';
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
	position:absolute;
	top:0px;
	left:0px;
    z-index: 1;
}

.bio #section06 .tab_item .item .cont .menu_name{
	font-size:24px;
	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: 100px;
}
.bio #section06 .tab_item .item .cont .imgbox img{
    height: 100%;
}
.bio #section06 .tab_item .item .cont .menu_name_e{
	font-size:18px;
	font-weight:300;
	color:#ffffff;
	position: relative;
    z-index: 999;
    text-align: center;
    line-height: 150%;
    display: none;
}


/* 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: 80px;
    margin-bottom: 80px;
}
.bio #status .title span{
    font-size: 44px;
    color: #f2f2f2;
    position: absolute;
    bottom: 0;
    font-weight: 900;
}
.bio #status .title h2{
    font-size: 50px;
    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: 100%;
    max-width: 247px;
    height: 60px;
    border: 1px solid #1a499e;
    color: #1a499e;
    border-radius: 50px;
    text-align: center;
    line-height: 60px;
    margin-bottom: 20px;
    cursor: pointer;
}
.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;
    align-items: center;
    width: 100%;
    height: 550px;
    /* border: 1px solid #f00; */
    justify-content: space-between;
}
.status .contents ul li .txt{
    width: 50%;
    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: 50px;
    font-weight: 700;
}
.status .contents ul li .txt h3{
    font-size: 50px;
    /* color: #1a499e; */
    margin-bottom: 50px;
}
.status .contents ul li .txt h3 span{
    font-size: 30px;
    color: inherit;
}
.status .contents ul li .txt p{
    font-size: 22px;
    line-height: 150%;
}

.status .contents ul li .imgbox{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.status .contents ul li:nth-child(3) .imgbox img{
    width: 60%;
}
.status .contents ul li:nth-child(4) .imgbox img{
    width: 45%;
}
.status .contents ul li:nth-child(5) .imgbox img{
    width: 30%;
}
.status .contents ul li:nth-child(6) .imgbox img,
.status .contents ul li:nth-child(7) .imgbox img,
.status .contents ul li:nth-child(8) .imgbox img{
    width: 50%;
}

#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: 80px;
    margin-bottom: 80px;
}
.bio #patent .title span{
    font-size: 44px;
    color: #f2f2f2;
    position: absolute;
    bottom: 0;
    font-weight: 900;
}
.bio #patent .title h2{
    font-size: 50px;
    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;
    /* border: 1px solid #f00; */
    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{
    width: 100%;
    height: 700px;
    background-image: url(../img/businessbanner03.jpg);
    position: relative;
    display: flex;
    flex-direction: column;
    background-size: cover;
    background-position: center center;
    /* justify-content: space-between; */
    margin-bottom: 200px;
}

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

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

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

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

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

.business .sub_header .banner .tab ul li:nth-child(2),
.business .sub_header .banner .tab ul li:nth-child(3),
.business .sub_header .banner .tab ul li:nth-child(4){
    border-top: none;
}
/* .business .sub_header .banner .tab ul li:nth-child(2) a,
.business .sub_header .banner .tab ul li:nth-child(3) a,
.business .sub_header .banner .tab ul li:nth-child(4) a{
    color: #808080;
    font-weight: 500;
} */

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

.business #immunocyte{
    width: 100%;
}
.business #immunocyte .immunocyte{
    width: 100%;
    margin-bottom: 200px;
}
.business #immunocyte .title{
    width: 100%;
    position: relative;
    height: 80px;
    margin-bottom: 80px;
}
.business #immunocyte .title span{
    font-size: 44px;
    color: #f2f2f2;
    position: absolute;
    bottom: 0;
    font-weight: 900;
}
.business #immunocyte .title h2{
    font-size: 50px;
    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%;
    border-radius: 10px;
    margin-bottom: 50px;
}
.business #immunocyte .contents .text1{
    padding: 0 73px;
}
.business #immunocyte .contents .text2{
    margin-bottom: 150px;
}
.business #immunocyte .contents h2{
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
}

.business #immunocyte .contents p{
    font-size: 22px;
    line-height: 130%;
    margin-bottom: 100px;
    text-align: center;
    font-weight: 200;
    word-break: keep-all;
}
.business #immunocyte .contents p span{
    font-weight: 900;
}
.business #immunocyte .contents p .color{
    color: #1a499e;
}

.business #immunocyte .contents .img_detail{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
    justify-content: space-between;
}
.business #immunocyte .contents .img_detail .d_box{
    width: calc(33.33% - 40px);
    height: 600px;
    background-color: #f2f2f2;
    border-radius: 10px;
    box-shadow: 0 0 15px #d2d2d2;
    overflow: hidden;
}
.business #immunocyte .contents .img_detail .arrow{
    width: 3%;
}
.business #immunocyte .contents .img_detail .arrow img{
    width: 100%;
}
.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;
}
.business #immunocyte .contents .img_detail01 .d_box .d_imgbox{
    padding: 30px;
}
.business #immunocyte .contents .img_detail .d_box .d_imgbox img{
    height: 100%;
}
.business #immunocyte .contents .img_detail .d_box .text{
    width: 100%;
    height: 300px;
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
}
.business #immunocyte .contents .img_detail .d_box .text .t_title{
    margin-bottom: 20px;
}
.business #immunocyte .contents .img_detail .d_box .text h2{
    font-size: 30px;
    text-align: left;
    margin-bottom: 5px;
}
.business #immunocyte .contents .img_detail .d_box .text span{
    font-size: 18px;
    color: #808080;
    font-weight: 300;
    /* background-color: teal; */
}
.business #immunocyte .contents .img_detail .d_box .text p{
    font-size: 18px;
    text-align: left;
    margin-bottom: 0;
    font-weight: 300;
}
.business #immunocyte .contents .img_detail .d_box .text .point{
    width: 100%;
    height: 40px;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 18px;
    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{
}
.business #immunocyte .pro .sub_title{
    font-size: 24px;
    font-weight: 700;
}
.business #immunocyte .pro .main_title{
    font-size: 60px;
    margin-bottom: 30px;
}
.business #immunocyte .pro .textbox{
    margin-bottom: 100px;
}
.business #immunocyte .pro .textbox p{
    font-size: 18px;
    line-height: 180%;
    font-weight: 300;
    word-break: keep-all;
}
.business #immunocyte .pro h3{
    font-size: 24px;
    margin-bottom: 20px;
}
.business #immunocyte .pro .iconbox{
    border: 1px solid #88C7FF;
    border-radius: 20px;
    padding: 40px 20px;
    display: flex;
    justify-content: space-between;
    /* height: 300px; */
}
.business #immunocyte .pro .iconbox .ibox{
    width: calc(100% / 6);
    /* border: 1px solid #f00; */
    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: #090c0f;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin: 0px auto 30px;
}
.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%;
}
.business #immunocyte .culture{
    margin-bottom: 100px;
}
.business #immunocyte .culture h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
.business #immunocyte .culture .iconbox{
    border: 1px solid #88C7FF;
    border-radius: 20px;
    padding: 40px 40px;
    display: flex;
    justify-content: space-between;
    /* height: 300px; */
    flex-wrap: wrap;
    gap: 40px;
}
.business #immunocyte .culture .iconbox .ibox{
    width: calc(50% - 20px);
    background-color: #f4f8ff;
    border: 1px solid #88C7FF;
    padding: 30px;
    border-radius: 20px;
}
.business #immunocyte .culture .iconbox .ibox .num{
    width: 150px;
    height: 35px;
    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;
}
.business #immunocyte .culture .iconbox .ibox .on{
    background-color: #1A499E;
}
.business #immunocyte .culture .iconbox .ibox .imgflex{
    display: flex;
    justify-content: center;
    gap: 50px;
}
.business #immunocyte .culture .iconbox .ibox .imgflex .imgbox{
    border-radius: 100%;
    overflow: hidden;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.business #immunocyte .culture .iconbox .ibox .imgflex .imgbox img{
    height: 100%;
}
.business #immunocyte .culture .iconbox .ibox .imgflex .i_content p{
    font-size: 18px;
    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: 80px;
    margin-bottom: 80px;
}
.business #STEM .title span{
    font-size: 44px;
    color: #f2f2f2;
    position: absolute;
    bottom: 0;
    font-weight: 900;
}
.business #STEM .title h2{
    font-size: 50px;
    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: 60px;
}

.business #STEM .contents .textbox h2{
    font-size: 40px;
    margin-bottom: 50px;
}
.business #STEM .contents .textbox h3{
    font-size: 30px;
    margin-bottom: 50px;
    padding:0 50px;
    line-height: 150%;
    color: #808080;
}
.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%;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    margin-bottom: 150px;
    padding: 60px;

}
.business #STEM .contents .detail .inner .d_flex{
    display: flex;
    justify-content: space-between;
    gap: 50px;
}
.business #STEM .contents .detail .d1,
.business #STEM .contents .detail .d2{
    width: calc(50% - 25px);
    height: 430px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.business #STEM .contents .detail .d3{
    width: 70%;
    margin: 0 auto 50px;
}
.business #STEM .contents .detail .d_img{
    width: 100%;
    height: 326px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.business #STEM .contents .detail .d_img img{
    height: 80%;
}
.business #STEM .contents .detail .d3 .d_img img{
    height: 100%;
}
.business #STEM .contents .detail h3{
    font-size: 24px;
    text-align: center;
}
.business #STEM .contents .Function{
    margin-bottom: 150px;
}

.business #STEM .contents .Function .title01{
    /* border: 1px solid #f00; */
    margin-bottom: 50px;
}
.business #STEM .contents .Function .title01 h2{
    font-size: 40px;
    margin-bottom: 20px;
}
.business #STEM .contents .Function .title01 p{
    font-size: 20px;
}
.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: calc(100% / 2);
    max-width: 630px;
    margin-bottom: 40px;
    background-color: #edf0ff;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 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: 30px 0;
}
.business #STEM .contents .Function ul li p{
    line-height: 180%;
    text-align: center;
    word-break: keep-all;
}

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

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

.business #STEM .contents .pro .contents .textbox .t1{
    top: 0;
    left: 0;
    text-align: right;
}
.business #STEM .contents .pro .contents .textbox .t2{
    top: 0;
    right: 0;
    text-align: left;
}
.business #STEM .contents .pro .contents .textbox .t3{
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: right;
}
.business #STEM .contents .pro .contents .textbox .t4{
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    text-align: left;
}
.business #STEM .contents .pro .contents .textbox .t5{
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.business #STEM .contents .need{
    margin-bottom: 150px;
}
.business #STEM .contents .need .m_title{
    text-align: center;
    font-size: 32px;
    margin-bottom: 50px;
}
.business #STEM .contents .need ul{
    display: flex;
    justify-content: space-between;
}
.business #STEM .contents .need ul li{
    width: 250px;
    height: 400px;
    margin-left: -80px;
}
.business #STEM .contents .need ul li:first-child{
    margin-left: 0;
}
.business #STEM .contents .need ul li .circle{
    width: 250px;
    height: 250px;
    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: 70px;
    height: 70px;
    /* background-color: #808080; */
    margin-bottom: 20px;
}
.business #STEM .contents .need ul li .circle .iconbox02 img{
    width: 100%;
}
.business #STEM .contents .need ul li .circle h3{
    text-align: center;
}
.business #STEM .contents .need ul li .textbox03{
    word-break: keep-all;
    /* padding: 15px; */
    text-align: center;
    line-height: 150%;
    width: 60%;
    margin: auto;
}

.business #STEM .contents .last{
    background-image: url(../img/lastbg.jpg);
    background-size: cover;
    height: 600px;
    background-position: center center;
    width: 100%;
    background-attachment: fixed;
    background-size: 100%;
    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 h2{
    font-size: 40px;
    margin-bottom: 50px;
    text-align: center;
    color: #fff;
}
.business #STEM .contents .last p{
    line-height: 180%;
    font-size: 18px;
    text-align: center;
    color: #fff;
}
/* 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: 80px;
    margin-bottom: 80px;
}
.business #patients .title span{
    font-size: 44px;
    color: #f2f2f2;
    position: absolute;
    bottom: 0;
    font-weight: 900;
}
.business #patients .inner>.title>h2{
    font-size: 50px;
    color: #333;
    position: absolute;
    font-weight: 900;
}

.business #patients .contents{
    width: 100%;
}
.business #patients .contents .section01{
    margin-bottom: 150px;
}
.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: 30px;
    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: 100px;
}
.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 .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: 90%;
    max-width: 1080px;
    padding: 20px;
    background-color: rgba(255, 255, 255 , .5);
}
.business #patients .contents .section01 .contents01 .textbox p{
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 200%;
    color: #333;
}

.business #patients .contents .section02 .title{
    font-size: 30px;
    text-align: center;
}
.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: 400px;
    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{
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    padding: 30px;
}
.business #patients .contents .section02 .contents02 .cbox01 .textbox{
    color: #fff;
    font-size: 16px;
    padding: 20px 30px;
    background-color: rgba(0, 0, 0,.2);
    margin-top: auto;
    /* height: 150px; */
}
.business #patients .contents .section02 .contents02 .cbox01 .textbox p{
    line-height: 180%;
    word-break: keep-all;
}
.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: 28px;
    font-weight: 500;
    color: #fff;
    padding: 30px;
}
.business #patients .contents .section02 .contents02 .cbox02 .bottom{
    height: calc(100% - 280px);
}
.business #patients .contents .section02 .contents02 .cbox02 .bottom p{
    padding: 30px;
    font-size: 16px;
    line-height: 180%;
}

.business #patients .contents .section02 .contents02 .cbox01-1{
    background-image: url(../img/c_img01-1.jpg);
}
.business #patients .contents .section02 .contents02 .cbox01-2{
    background-image: url(../img/c_img01-2.jpg);
}
.business #patients .contents .section02 .contents02 .cbox01-3{
    background-image: url(../img/c_img01-3.jpg);
}
.business #patients .contents .section02 .contents02 .cbox01-4{
    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: 80px;
    margin-bottom: 80px;
}
#cellbanking .title span{
    font-size: 44px;
    color: #f2f2f2;
    position: absolute;
    bottom: 0;
    font-weight: 900;
}
#cellbanking .title h2{
    font-size: 50px;
    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;
    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: 40px;
    margin-bottom: 50px;
}
.business .cellbanking .contents .textbox h3{
    font-size: 25px;
    margin-bottom: 30px;
    /* padding: 0 50px; */
    line-height: 150%;
    color: #808080;
    font-weight: 500;
}
.business .cellbanking .contents .textbox p{
    font-size: 22px;
    line-height: 150%;
    color: #808080;
    font-weight: 300;
}

.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: 30px;
}

.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{
    /* border: 1px solid #f00; */
    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;
    justify-content: center;
    width: 100%;
    height: 320px;
}
.business .cellbanking .contents .s_item2 .percentage .p_item{
    width: 33.3%;
    /* border: 1px solid #f00; */
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.business .cellbanking .contents .s_item2 .percentage .p_item:last-child{
    justify-content: start;
}
.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;
}
.business .cellbanking .contents .s_item2 .percentage .p1 span{
    font-size: 80px;
}
.business .cellbanking .contents .s_item2 .percentage .p_img{
    margin: 0 50px;
}
.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_item3{
}
.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: 40px;
    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;
}

/* .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%;
}
.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; */
    /* border: 1px solid #f00; */
    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;   */
    display: flex;
    justify-content: end;
    top: 0;
}
.allani_graph .anigraph{
    display: flex;
    width: 90%;
    height: 100%;
}
.allani_graph .anigraph .a1,
.allani_graph .anigraph .a2,
.allani_graph .anigraph .a3,
.allani_graph .anigraph .a4{
    width: 25%;
    height: 100%;
    /* border: 1px solid #f00; */
    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; */
    display: flex;
    flex-wrap: wrap;
}
.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: 50%;
    /* border: 1px solid #f00; */
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.business .cellbanking .contents #section2 .contents .c3,
.business .cellbanking .contents #section2 .contents .c4{
    margin-bottom: 0;
}
.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 .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: 55%;
    font-size: 22px;
    font-weight: 700;
    line-height: 150%;
    margin: 0 5%;
}
.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;

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

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

.business .cellbanking .contents #section4 .contents{
    width: 1000px;
    margin: auto;
}
.business .cellbanking .contents #section4 .contents .topcontents{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.business .cellbanking .contents #section4 .contents .cbox{
    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 .topcontents .arrow:last-child{
    display: none;
}
.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;
}

.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%;
    text-align: center;
    font-size: 18px;
}

.business .cellbanking .contents #section6 .s_title h3{
    font-size: 30px;
    line-height: 150%;
}
.business .cellbanking .contents #section6 .s_title p{
    font-size: 25px;
}
.business .cellbanking .contents #section6 .s_title h3{
    margin-bottom: 20px;
}
.business .cellbanking .contents #section6 .contents{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 700px;
    overflow: hidden;
    position: relative;
}
.business .cellbanking .contents #section6 .contents .c_left{
    position: absolute;
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 999;
}
.business .cellbanking .contents #section6 .contents .c_left ul{
    width: 100%;
}
.business .cellbanking .contents #section6 .contents .c_left ul li{
    height: 90px;
    /* border: 1px solid #f00; */
    font-size: 32px;
    font-weight: 500;
    line-height: 90px;
    cursor: pointer;
}
.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;
}
.c_bt2 span,
.c_bt3 span,
.c_bt4 span{
    display: none;
}
.business .cellbanking .contents #section6 .contents .c_right{
    width: 80%;
    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: 600px;
   height: 700px;
   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-child(2) .imgbox{
    background-image: url(../img/cellbanking_s6-2.jpg);

}
.business .cellbanking .contents #section6 .contents .c_right .r_contents:nth-child(3) .imgbox{
    background-image: url(../img/cellbanking_s6-3.jpg);
    background-position: center center;
}
.business .cellbanking .contents #section6 .contents .c_right .r_contents:nth-child(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: 20px;
}
.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;
    /* border: 1px solid #f00; */
}
.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: 0 60%;
    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%;
}
.business .cellbanking .contents .text h2{
    font-size: 30px;
    text-align: center;
    line-height: 180%;
    font-weight: 300;
    /* margin-bottom: 50px; */
}
.business .cellbanking .contents .text h2 span{
    font-size: 40px;
    font-weight: 900;
    color: #1a499e;
}

.business .cellbanking .contents .text p{
    font-size: 22px;
    text-align: center;
    font-weight: 300;
    line-height: 180%;
    margin-bottom: 100px;
}

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

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

.business .corporate #contents h2{
    font-size: 32px;
    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: 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{
    width: 100%;
    height: 700px;
    background-image: url(../img/communitybanner.jpg);
    position: relative;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    margin-bottom: 200px;
}

.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: 100px;
    color: #fff;
}
.community .sub_header .banner .title p{
    font-size: 40px;
}
.community .sub_header .banner .title h2{
    font-size: 80px;
}

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

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

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

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

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

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

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

.community #notice .contents ul{
    width: 100%;
    margin-bottom: 100px;
}
.community #notice .contents .m_list{
    display: none;
}
.community #notice .contents ul li{
    border-top: 1px solid #d2d2d2;
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: 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: flex;
    align-items: center;
    justify-content: space-between;
}
.community #notice .contents ul li .li_inner .left{
    width: 80%;
    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{
    font-size: 18px;
    color: #808080;
    font-weight: 300;
}
.community #notice .contents ul li .li_inner .left span{
    font-size: 18px;
}
.community #notice .contents ul li .li_inner .right{
    width: 20%;
    height: 100%;
}
.community #notice .contents ul li .li_inner .right a{
    /* background-color: teal; */
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.community #notice .contents ul li .li_inner .right a:hover .e_text{
    color: #333;
    font-weight: 900;
    transition: 1s;
    font-size: 22px;
}
.community #notice .contents ul li .li_inner .right a:hover .e_icon span{
    border: 1px solid #333;
    width: 35px;
    height: 35px;
    background-color: #333;
    transition: 1s;
}
.community #notice .contents ul li .li_inner .right a .e_text{
    font-size: 18px;
    color: #808080;
    font-weight: 300;
    /* margin-right: 20px; */
    width: 50%;
    height: 100%;
    /* border: 1px solid #f00; */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.community #notice .contents ul li .li_inner .right a .e_icon{
    /* border: 1px solid #f00; */
    width: 50%;
    height: 100%;
    display: flex;
    position: relative;
}
.community #notice .contents ul li .li_inner .right a .e_icon img{
    width: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.community #notice .contents ul li .li_inner .right a .e_icon span{
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #808080;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.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: 32px;
    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: 80px;
    margin-bottom: 80px;
}
.community #video .title span{
    font-size: 44px;
    color: #f2f2f2;
    position: absolute;
    bottom: 0;
    font-weight: 900;
}
.community #video .title h2{
    font-size: 50px;
    color: #333;
    position: absolute;
    font-weight: 900;
}

.community #video .contents{
    width: 100%;
}
.community #video .contents ul{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 60px;
}
.community #video .contents ul li{
    /* border: 1px solid #f00; */
    width: 100%;
    height: 300px;
    border: none;
}
.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: 32px;
    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;
    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: 80px;
    margin-bottom: 80px;
}
.community #data .title span{
    font-size: 44px;
    color: #f2f2f2;
    position: absolute;
    bottom: 0;
    font-weight: 900;
}
.community #data .title h2{
    font-size: 50px;
    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 .td li:first-child{
    width: 8%;
}
.community #data .contents .table .tr a .td li:nth-child(2){
    width: 48%;
}

/* data end */

/* data-sub start */

.subpage{
    width: 100%;
    background-color: #f1f1f1;
}
#data-sub .title{
    margin-bottom: 20px;
}
#data-sub .title h2{
    font-size: 32px;
    margin-bottom: 30px;
}
#data-sub .title table{
    width: 100%;
}
#data-sub .title table tr{
    float: left;
    width: 130px;
    display: flex;
    justify-content: space-between;
} 
#data-sub .title table tr th{
    /* border: 1px solid #f00; */
    width: 50%;
    text-align: left;
}
#data-sub .title table tr td{
    /* border: 1px solid #f00; */
    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{
    /* border: 1px solid #f00; */
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
}
#data-sub .contents .filebox .file a{
    display: flex;
    align-items: center;
    /* border: 1px solid #f00; */
    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: 80px;
    margin-bottom: 80px;
}
.community #cs .title span{
    font-size: 44px;
    color: #f2f2f2;
    position: absolute;
    bottom: 0;
    font-weight: 900;
}
.community #cs .title h2{
    font-size: 50px;
    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{
    /* border: 1px solid #f00; */
    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;
}
.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{
    /* border: 1px solid #f00; */
    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: 80px;
    margin-bottom: 80px;
}
.community #social .title span{
    font-size: 44px;
    color: #f2f2f2;
    position: absolute;
    bottom: 0;
    font-weight: 900;
}
.community #social .title h2{
    font-size: 50px;
    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: 80px;
    margin-bottom: 80px;
}
.community #career .title span{
    font-size: 44px;
    color: #f2f2f2;
    position: absolute;
    bottom: 0;
    font-weight: 900;
}
.community #career .title h2{
    font-size: 50px;
    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: 30% 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{
    /* border: 1px solid #f00; */
    width: 100%;
}
.community #career .contents #section2 .s_contents .s_top,
.community #career .contents #section2 .s_contents .s_bottom{
    width: 100%;
    height: 150px;
    /* border: 2px solid pink; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.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: 380px;
    border: 3px solid #1a499e;
    display: flex;
    align-items: center;
    justify-content: space-between;
    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: 60%;
    display: flex;
    justify-content: center;
}
.community #career .contents #section2 .s_contents .c_item .right{
    width: 40%;
}
.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{
    /* border: 1px solid #f00; */
    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;
}
.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;
}
.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: 50px;
    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: 430px;
    height: 70px;
    padding: 0 20px;
    font-size: 18px;
    color: #808080;
    border: 1px solid #808080;
}
.community #career_sub1 .contents .serch .button{
    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: 70%;
    justify-content: space-between;
    height: 145px;
}
.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%;
    max-width: 600px;
    justify-content: space-between;
}
.community #career_sub1 .contents .s_table .s_tr .left .cartegory li{
    width: calc(100% / 4);
    /* border: 1px solid #f00; */
    text-align: center;
    border-right: 1px solid #808080;
    font-size: 18px;
    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{
    width: 30%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: end;
    height: 145px;
}


/* career-sub1 end */

/* career-sub2 start */

#career_sub2 .career_sub2 .inner{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    position: relative;
}
#career_sub2 .career_sub2 .inner .left{
    width: 70%;
    max-width: 900px;
    margin-right: 2%;
}
#career_sub2 .career_sub2 .inner .left .title h2{
    font-size: 40px;
    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: 30%;
    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-bottom: 200px;
    font-weight: 500;
    line-height: 60px;
    text-align: center;
}

/* career-sub2 end */

/* food start */

.health{
    background-color: #fff;
}
.health .sub_header{
    width: 100%;
    height: 700px;
    background-image: url(../img/healthbanner.jpg);
    position: relative;
    display: flex;
    background-size: cover;
    background-position: center 80%;
    flex-direction: column;
    /* background-position: 0 0%; */
    /* justify-content: space-between; */
    margin-bottom: 200px;
}

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

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

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

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

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

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

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


.health #food{
    width: 100%;
}
.health #food .food{
    width: 100%;
    margin-bottom: 200px;
}
.health #food .title{
    width: 100%;
    position: relative;
    height: 80px;
    margin-bottom: 80px;
}
.health #food .title span{
    font-size: 44px;
    color: #f2f2f2;
    position: absolute;
    bottom: 0;
    font-weight: 900;
}
.health #food .title h2{
    font-size: 50px;
    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;
}

/* food end */

/* cosmetics start */

.health #cosmetics{
    width: 100%;
}
.health #cosmetics .cosmetics{
    width: 100%;
    margin-bottom: 200px;
}
.health #cosmetics .title{
    width: 100%;
    position: relative;
    height: 80px;
    margin-bottom: 80px;
}
.health #cosmetics .title span{
    font-size: 44px;
    color: #f2f2f2;
    position: absolute;
    bottom: 0;
    font-weight: 900;
}
.health #cosmetics .title h2{
    font-size: 50px;
    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 .title{
    width: 100%;
    position: relative;
    height: 80px;
    margin-bottom: 80px;
}
.health #g_business .title span{
    font-size: 44px;
    color: #f2f2f2;
    position: absolute;
    bottom: 0;
    font-weight: 900;
}
.health #g_business .title h2{
    font-size: 50px;
    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%;
}
.health #g_business .contents .g_contents{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-size: cover;
    position: relative;
}
.health #g_business .contents .g_contents .map_point{
    
}

.health #g_business .contents .right{
    width: 100%;
    display: flex;
    align-items: center;
}
.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;
    height: 200px;
}
.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: 80px;
}
.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-bottom: 30px; */
    margin-top: 5px;
    
}
/* .health #g_business .contents .right .right_inner .g_menu>li .m_contents{
    display: none;
} */
.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_menu1 h2, .g_menu2 h2, .g_menu3 h2 {
    transition: color 0.5s;
  }
  
  .g_menu1, .g_menu2, .g_menu3 {
    transition: background-color 0.5s;
  }
/* 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: 25%;
	right: 20rem;
	background: transparent;
	border: none;
	outline: none;
	cursor:pointer;
    }
#timeProgress {
    position: absolute;
    bottom: 170px;
    left: 5rem;
    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;
}


.main_wrap .logo_box img{-webkit-filter: brightness(0) invert(1);}


#footer .footerT {display:flex;margin-bottom: 30px;}
#footer .site_map  {
		margin-left: auto;
	}
#footer .site_map .select-style {
		position: relative;
		display: inline-block;
	}
#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: 16px;
        border-radius: 4px;
        width: 350px;
        text-align: left;
        color: #fff;
        height: 70px;
        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: 24px;
    padding: 8px 0;
    margin-bottom: 8px;
    border-bottom: 1px solid #eaeaf2;
}
#app h2 {
    display: block;
    font-size: 1.5em;
    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: 16px;
    margin-block-end: 1em;
}
#app p {
    word-break: keep-all;
	font-size:16px;
}
#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:14px;
   font-weight:500;
}
#app ul.typeA li span{
   margin-right: 10px;
   display:flex;
}
#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:15px;}
.terms_ul li a{font-size: 15px;
        font-weight: 300;
        color: #808080;
        margin-bottom: 15px;
    }