@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: 'ChosunGs';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.0/ChosunGs.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@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: #232323;
	font-weight: 400;
	background:#ffffff;
}

html {scroll-behavior: smooth;}

input,
select {
    font-family: 'Pretendard', sans-serif;
}

.inner {
    width: 100%;
    padding: 0 4%;
}

.inner2 {
    width: 100%;
    padding: 0 4%;
}

.c_inner {
    width: 100%;
    padding: 0 4%;

}

p {
    margin: 0px 0px 0px 0px;
    line-height: 1;
}

.top_inner {
    width: 100%;
    padding: 0 4%;
}

.m_hide {
    display: none !important;
}

.sp5 {
    height: 5px;
    clear: both;
}

.sp10 {
    height: 10px;
    clear: both;
}

.sp12 {
    height: 12px;
    clear: both;
}

.sp15 {
    height: 15px;
    clear: both;
}

.sp20 {
    height: 20px;
    clear: both;
}

.sp25 {
    height: 25px;
    clear: both;
}

.sp30 {
    height: 30px;
    clear: both;
}

.sp35 {
    height: 35px;
    clear: both;
}

.sp40 {
    height: 40px;
    clear: both;
}

.sp45 {
    height: 45px;
    clear: both;
}

.sp50 {
    height: 50px;
    clear: both;
}

.sp55 {
    height: 55px;
    clear: both;
}

.sp60 {
    height: 60px;
    clear: both;
}

.sp65 {
    height: 65px;
    clear: both;
}

.sp70 {
    height: 70px;
    clear: both;
}

.sp75 {
    height: 75px;
    clear: both;
}

.sp80 {
    height: 80px;
    clear: both;
}

.sp90 {
    height: 90px;
    clear: both;
}

.sp100 {
    height: 100px;
    clear: both;
}

.sp110 {
    height: 110px;
    clear: both;
}

.sp120 {
    height: 120px;
    clear: both;
}

.sp130 {
    height: 130px;
    clear: both;
}

.sp140 {
    height: 140px;
    clear: both;
}

.sp150 {
    height: 150px;
    clear: both;
}

.sp160 {
    height: 160px;
    clear: both;
}

.sp165 {
    height: 165px;
    clear: both;
}

.sp200 {
    height: 200px;
    clear: both;
}

.t_bold {
    font-weight: bold;
}

.pc_hider {
    display: none;
}

.allowed {
    cursor: not-allowed !important;
}
.m_mt40 {margin-top:40px;}
.m_mb5 {margin-bottom:5px !important;}
/* 공통 input 시작 */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/select.png);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-size: 8px auto;
}

input,
select {
    appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    -webkit-border: none;
    -moz-border: none;
    -webkit-padding: 0 10px;
    -moz-padding: 0 10px;
}

input[type='checkbox'] {
    -webkit-appearance: checkbox
}

input[type='radio'] {
    -webkit-appearance: radio
}

input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

select::-ms-expand {
    display: none;
    /*for IE10, 11*/
}
/* 공통 input 끝 */



/* 국가 선택 시작 */
.lang_select {
	position: relative;
    cursor: pointer;  
	margin-left:20px;
}

.lang_select .active_lang {
    height: 25px;
    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;
}

.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;
	border: 1px solid #e1e1e1;
}

/* 국가 선택 끝 */



/* common 시작*/


.topMenu {
	width: 100%;
}

.topMenu .menuArea {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-align: end;
    -moz-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
	width: 100%;
}

.navBtn {
    height: 25px;
	display: block;
	position: absolute;
	right: 20px;
}
.navBtn img {
    height: 19px;
}
.fixedOn .navBtn img {
    filter: invert(1);
}



/* common 끝 */





/* 효과 시작 */
.scrollBtn a {
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    text-decoration: none;
    transition: opacity .3s;
    padding-left: 45px;
    font-size: 15px;
    letter-spacing: 0.3;
    font-weight: 300;
}
.scrollBtn a span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 23px;
    height: 43px;
    border: 1px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
    transform: translateY(-50%);
}
.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;
}


/*ju full 페이지 소스*/
.bg01 {
    background:url(../img/bg01.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.bg02 {
    background:url(../img/bg02.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.bg03 {
    background:url(../img/bg03.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.bg04 {
    background:url(../img/bg04.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.bg05 {
    background:url(../img/bg05.jpg) no-repeat 50% 50%;
    background-size: cover;
}
.bg06 {
    background:#111111;
	position:relative;
}
#fullpage .section {
    position: relative;
}
#fullpage .main  {
    height:100vh;
}
#fullpage .notice {
    padding-bottom: 100px;
}
#fullpage .partner  {
    height:100vh;
}

.content-wrap > div {
    position: absolute;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
.content-wrap .holdings {
    width: 20%;
    left: 0%;
}
.content-wrap .title-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.content-wrap .visual-wrap {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    transition: width 0.45s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.content-data.leave-right .visual-wrap {
    left: auto;
    right: 0;
}
.content-wrap .visual-wrap .obj {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.content-wrap .holdings .visual-wrap .obj {
    background-image: url(/index/images/main_visual_holdings-ea6a410….jpg);
}
.content-wrap .visual-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(255 5 5 / 50%);
    opacity: 0;
}
/*ju full 페이지 소스 End*/

/*side_nav*/
#fp-nav  {
    bottom: 0px !important;
    top: auto !important;
}
#fp-nav ul li, .fp-slidesNav ul li {
    margin: 10px !important;
    position: relative;
}
#fp-nav ul li a.active span,#fp-nav ul li:hover a.active span,.fp-slidesNav ul li a.active span,.fp-slidesNav ul li:hover a.active span {
	background:transparent !important;
	border:3px #bed439 solid !important;
	height: 14px !important;
    width: 14px !important;
}
#fp-nav ul li a span,.fp-slidesNav ul li a span {
    height: 6px !important;
    width: 6px !important;
    background: #ffffff !important;
}
#fp-nav ul li:nth-child(1) a.active::after {
        content: 'Main';
        color: #bed439;
        font-size: 14px;
        position: absolute;
        top: -2px;
        left: -40px;
        font-weight: 200;
    }
#fp-nav ul li:nth-child(2) a.active::after {
        content: 'About Us';
        color: #bed439;
        font-size: 14px;
        position: absolute;
        top: -2px;
        left: -65px;
        font-weight: 200;
    }
#fp-nav ul li:nth-child(3) a.active::after {
        content: 'business';
        color: #bed439;
        font-size: 14px;
        position: absolute;
        top: -2px;
        left: -65px;
        font-weight: 200;
    }
#fp-nav ul li:nth-child(4) a.active::after {
        content: 'business';
        color: #bed439;
        font-size: 14px;
        position: absolute;
        top: -2px;
        left: -65px;
        font-weight: 200;
    }
#fp-nav ul li:nth-child(5) a.active::after {
        content: 'Notice';
        color: #bed439;
        font-size: 14px;
        position: absolute;
        top: -2px;
        left: -65px;
        font-weight: 200;
    }
#fp-nav ul li:nth-child(6) a.active::after {
        content: 'Partner';
        color: #bed439;
        font-size: 14px;
        position: absolute;
        top: -2px;
        left: -65px;
        font-weight: 200;
    }
#fp-nav ul li:nth-child(7) a.active::after {
        content: 'footer';
        color: #bed439;
        font-size: 14px;
        position: absolute;
        top: -2px;
        left: -65px;
        font-weight: 200;
    }
/*side_nav END*/

.main .text-box {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
}
    .main .text-box .txt {
        font-size: 36px;
        color: #ffffff;
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 15px;
    }
.main .text-box .txt span {
        color: #bed439;
        display: block;
    }
    .main .text-box .stxt {
        font-size: 16px;
        color: #ffffff;
        font-weight: 500;
        line-height: 1.6;
    }

.about .inner  {
	height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    }
.about .inner .txt-box {
	font-size: 22px;
	color: #ffffff;
	margin-bottom: 20px;
	text-align: left;
	font-weight: 700;
    }
.about .inner .txt-box p{
	line-height: 1.3;
    }
.about .inner .item-box {
        display: flex;
        width: 100%;
        margin: 0 auto;
        gap: 20px;
        flex-direction: column;
    }
.about .inner .item-box .item01{font-size:16px;color:#ffffff;font-weight:500;}
.about .inner .item-box .item01 p{line-height:1.6;}
    .about .inner .item-box .item02 {
        font-size: 12px;
        color: #b7b7b8;
        font-weight: 500;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
.about .inner .item-box .item02 img {
	max-width: 400px;
	width: 100%;
}
.about .inner .item-box .item02 p {
	line-height: 1.6;
	margin-bottom: 20px;
}




.business .content_area {
        position: relative;
        display: flex;
        z-index: 5;
        flex-direction: column;
        padding: 100px 25px;
        gap: 20px;
    }
.business .custom-cursor {
    display:none;
  }

.business .custom-cursor img {
    width: 100%; /* 이미지 크기에 맞게 커서 크기 조정 */
    height: 100%; /* 이미지 크기에 맞게 커서 크기 조정 */
  }
.business .content_area .item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: -1;
    transition: all 0.5s;
}
.business.active .content_area .item:before {
    animation: fadeIn 0.7s 1.2s forwards;
	backdrop-filter: blur(8px);
	background: rgba(48, 48, 48, 0.7);
}
.business .content_area .item {
        position: relative;
        display: flex;
        color: #fff;
        width: 100%;
        height: calc(100% / 2);
        flex-shrink: 0;
        transition: all 0.8s;
        border-right: 1px rgb(77 77 77 / 66%) solid;
        overflow: hidden;
        padding: 25px;
        background: rgb(0 0 0 / 45%);
        border-radius: 10px;
    }
.business .content_area .item:hover:before{
	backdrop-filter: blur(0px);
    background: rgba(48, 48, 48, 0.3);
	animation: fadeIn 0.7s 1.2s forwards;
}
.business .content_area .item:last-child {border-right:none;}
.business .content_area .item .mark {
	display:none;
}
.business .content_area .item .innerBox{
     overflow: hidden;
	 color:#ffffff;
}
    .business .content_area .item .innerBox .logo {
        margin-bottom: 10px;
        height: 45px;
        transition: all 0.5s ease;
        opacity: 1;
    }
.business .content_area .item .innerBox .title{
     font-size:20px;
	 color:#ffffff;
}
.business .content_area .item .innerBox .txt {
	margin: 15px 0 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
    }
.business .content_area .item .innerBox .stxt {
	font-size: 12px;
	font-weight: 300;
	line-height: 1.4;
	opacity: 0.8;
	margin-top: 10px;
    overflow: hidden;
	height: auto;
	transition: all 0.7s 0.25s;
}
.business .content_area .item .innerBox .link_box {
        border: 1px #ffffff solid;
        display: flex;
        align-items: center;
        width: 150px;
        height: 45;
        transition: all 0.7s 0.25s;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 40px;
        overflow: hidden;
    }
.business .content_area .item .innerBox .link_box:hover{
	background: rgba(255, 255, 255, 0.5);
    }
.business .content_area .item .innerBox .link_box a {
	font-size: 12px;
	display: flex;
	align-items: center;
	color: #fff;
	width:100%;
    }
.business .content_area .item .innerBox .link_box a img{
	margin-left:auto;
    }

.business .content_area .item .innerBox {
      
        transition: all 0.5s ease;
        transition-delay: 0.3s;
    }


.fp-warning, .fp-watermark {
    display: none !important;
}






.notice .inner .txt_box {
        text-align: center;
        padding-top: 70px;
        margin-bottom: 50px;
    }

.notice .inner .txt_box .stxt{
	font-size:14px;
	color:#ef3a45;
	font-weight:300;
	}

.notice .inner .txt_box .txt {
	font-size: 24px;
	color: #000000;
	font-weight: 1000;
	margin-top:10px;
    }

.notice .inner .notice_slide{
	display:flex;
	gap:30px;
	position: relative;
    }

.notice .inner .notice_slide .list_form {
        width: calc((100% - 90px) / 4);
        height: 300px;
        background: #ffffff;
        border-bottom-right-radius: 30px;
        padding: 30px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
		cursor: pointer;
		transition: all 0.5s ease;
    }
.notice .inner .notice_slide .list_form .bullet {
        padding: 8px 16px;
        background: #333333;
        display: inline-block;
        border-radius: 30px;
		margin-bottom:20px;
    }
.notice .inner .notice_slide .list_form .bullet p {
        color: #ffffff;
        font-size: 14px;
    }
.notice .inner .notice_slide .list_form .title {
        color: #000000;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 20px;
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
.notice .inner .notice_slide .list_form .stxt{
	color:#000000;
	font-size:14px;
	font-weight:500;
	line-height:1.6;
	margin-bottom:30px;
	white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	}
.notice .inner .notice_slide .list_form .date{
	color:#000000;
	font-size:12px;
	font-weight:300;
	margin-bottom:30px;
	}
.notice .inner .notice_slide .list_form .link_more {
        color: #000000;
        font-size: 14px;
        font-weight: 300;
        position: relative;
        padding-left: 16px;
    }
.notice .inner .notice_slide .list_form .link_more::after {
	content: '';
	width: 8px;
	height: 8px;
	background: #444444;
	border-radius: 50%;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}


.notice .inner .notice_slide .list_form:hover{
    background: #910023;
    }
.notice .inner .notice_slide .list_form:hover .title {
    color: #ffffff;
    }
.notice .inner .notice_slide .list_form:hover .stxt{
	color:#ffffff;
	}
    .notice .inner .notice_slide .list_form:hover p{
        color:#ffffff;
        }
.notice .inner .notice_slide .list_form:hover .date{
	color:#ffffff;
	}
.notice .inner .notice_slide .list_form:hover .link_more {
        color: #ffffff;
    }
.notice .inner .notice_slide .list_form:hover .link_more::after {
	background: #ffffff;
}

.notice .inner .link_btn {
	width: 158px;
    height: 45px;
    background: #000000;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
	color:#ffffff;
	margin-top: 60px;
	transition: all 0.5s ease;
	font-size:14px;
}
.notice .inner .link_btn:hover{
	background: #910023;
}


.notice .inner .swiper {
      width: 100%;
      height: 100%;
    }

.notice .inner .swiper-wrapper {
      text-align: center;
    }

.notice .inner .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

.notice .inner .swiper {
      margin-left: auto;
      margin-right: auto;
    }
.notice .inner .swiper-container-horizontal>.swiper-scrollbar {
      bottom: -19px;
    }



.partner .inner .txt_box {
	text-align: center;
	padding-top: 150px;
	margin-bottom: 60px;
    }

.partner .inner .txt_box .txt {
	font-size: 24px;
	color: #ffffff;
	font-weight: 1000;
	margin-bottom: 10px;
    }
.partner .inner .txt_box .stxt{
	font-size:14px;
	color:#ef3a45;
	font-weight:300;
	}


.partner .inner .item_partner {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
    }
.partner .inner .item_partner ul{
	display:flex;
	flex-wrap:wrap;
	gap: 10px 10px;
    }
.partner .inner .item_partner ul li{
	width:calc((100% - 10px) / 2);
	height:60px;
	background:#ffffff;
    }
.partner .inner .item_partner ul li a{
	width:100%;
	height:100%;
	display: flex;
    align-items: center;
    justify-content: center;
    }
.partner .inner .item_partner ul li a img{
	height:40px;
    }
.partner .inner .item_partner ul li a img.logo_bhoetch_{
	height: 26px;
    }
.partner .inner .item_partner ul li a img.logo_health{
	height: 18px;
    }
.partner .inner .item_partner ul li a img.logo_serse{
	height: 30px;
    }

.footer::after{
	content:'';
	background:url(../img/bullet_logo.png);
	background-repeat:repeat;
	background-size:332px 308px;
	width:332px;
	height:308px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.footer .inner {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	height: 100vh;
    }
.footer .txt_box {
        border-bottom: 1px #414141 solid;
        padding-top: 120px;
        padding-bottom: 25px;
		margin-bottom:50px;
    }
.footer .inner .txt_box p{
	color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
	}
.footer .inner .info {
        overflow: hidden;
        z-index: 99999;
        position: relative;
    }
.footer .inner .info ul{
	display:flex;
	flex-wrap:wrap;
	gap:30px;
	}
.footer .inner .info ul li{
	width:100%;
    }
.footer .inner .info ul li p.th{
	color:#ffffff;
	font-size:16px;
	font-weight:500;
	margin-bottom:10px;
    }
.footer .inner .info ul li p.td{
	color:#999999;
	font-size:16px;
	font-weight:500;
    }

.footer .site_map {
        margin-top: auto;
    }
.footer .site_map .select-style {
		position: relative;
		display: inline-block;
		width: 100%;
	}
.footer .site_map .select-style select {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -1;
}
.footer .site_map .select-button {
        cursor: pointer;
        background-color: #242424;
        border: none;
        font-size: 14px;
        border-radius: 4px;
        width: 100%;
        text-align: left;
        color: #fff;
        height: 55px;
        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: 999999;
    }

.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: 14px;
        color: #a3a3a3;
        width: 100%;
        display: block;
        padding: 10px 20px;
    }

.footer .site_map  .list-item-button:hover {
		background-color: #383838;
	}
.footer .inner .copyright {
        padding: 25px 10px;
        text-align: center;
    }
.footer .inner .copyright p {
	font-size: 14px;
	color: #ffffff;
	opacity: 0.3;
	font-weight: 300;
}
.footer .inner .copyright img {
		display:none;
	}
[data-aos].aos-animate {
  opacity: 1;
  transform: none; /* 애니메이션 완료 상태 유지 */
}
.customer #top_menu {
        background: #111111;
        padding-bottom: 12px;
        height: auto;
        padding-top: 12px;
    }
#top_menu {
        z-index: 999999999;
        top: 0;
        left: 0;
        position: fixed;
        top: 0px;
        height: 80px;
        display: flex;
		width: 100%;
    }

#top_menu .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	max-width: 100%;
	padding: 0 5%;
	position: relative;
	}
#top_menu .inner .menu_inner{
	margin-left: auto;
    display: flex;
    align-items: flex-start;
	}
#top_menu .inner .logo {
		cursor:pointer;
    }
#top_menu .inner .logo img{
	height:60px;
	}
#top_menu .inner .menu_inner .tab_menu {
	display: flex;
	align-items: center;
	gap: 60px;
	margin-right: 60px;
	display: none;
    }
#top_menu .inner .menu_inner .tab_menu li a{
    font-size:18px;
	color:#ffffff;
	transition: all 0.5s ease;
	}
#top_menu .inner .menu_inner .tab_menu li a:hover{
	color: #bed439;
	}
#top_menu .inner .Language_tab{
    display: flex;
	flex-direction: column;
	align-items: center;
	margin-right:40px;
	cursor:pointer;
	}
#top_menu .inner .Language_tab img{
    height:25px;
	}
#top_menu .inner .Language_tab .txt{
    font-size:12px;
	font-weight:300;
	color:#ffffff;
	margin-top:7px;
	}
#top_menu .inner .link_tab {
    display: flex;
	flex-direction: column;
	align-items: center;
	cursor:pointer;
	position: relative;
	}
#top_menu .inner .link_tab .share{
    height:25px;
	}
#top_menu .inner .link_tab .txt{
    font-size:12px;
	font-weight:300;
	color:#ffffff;
	margin-top:7px;
	}



#top_menu .inner .share_area {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
	display: flex;
    overflow: hidden;
    position: absolute;
	top: 70px;
    z-index: 3;
    opacity: 0;
    width: 65px;
    height: 0px;
    padding: 20px 0;
    background: #0051C7;
    pointer-events: none;
    border-radius: 50px;
    transition: height 0.5s, width 0s ease-in-out, opacity 0.5s;
}
#top_menu .inner .share_area img {height:30px;filter: grayscale(45);}
#top_menu .inner .share_area img:Hover{filter:none;}
#top_menu .inner .share_area.show {
    height: auto;
    opacity: 1;
    pointer-events: all; /* 활성화 시 클릭 이벤트 가능하도록 설정 */
	gap: 20px;
}



#top_menu.fixedOn {
        background: rgba(0, 0, 0, 0.7);
        position: fixed;
    }
#top_menu.fixedOn .inner:after {
        display:none;
    }
#toTop {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 45px;
	height: 45px;
	background: #a5cc0a;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 999;
}
#toTop img {
	height: 24px;
}


/*customer*/
.customer .customer_visual{
	padding: 40px 0;
    background-color: #061022;
	width:100%;
	}
.customer .customer_visual .inner{
	width:1420px;
	margin:0 auto;
	}
.customer .customer_visual p{
	color:#ffffff;
	font-size:24px;
	font-weight:400;
	}
.customer #customer_content{
	overflow:hidden;
	padding-bottom: 150px;
	padding-top: 140px;
	}
.customer #customer_content .content_inner{
	width: 100%;
    max-width: 1450px;
    padding: 0 15px;
	margin:0 auto;
	}


.customer #customer_content .content_body{
	position:relative;
	}
.customer #customer_content .content_body .cs_head{
	display:Flex;
	margin-bottom: 20px;
    align-items: center;
	}
.customer #customer_content .content_body .cs_head .division_tit{
	font-size:16px;
	color:#000000;
	font-weight:500;
	}
.customer #customer_content .content_body .cs_head #search_form{
	margin-left: auto;
    display: flex;
	gap:10px;
	}
.customer #customer_content .content_body .cs_head #search_form .search_input{
    width: 100%;
    max-width: 400px;
    height: 38px;
    background: #f8f8f8;
    border-radius: 5px;
    padding-left: 20px;
    display: flex;
    align-items: center;
	color: #232323;
	font-size: 14px;
	font-weight: 300;
	}
.customer #customer_content .content_body .cs_head #search_form .searct_submit {
        width: 80px;
        background: #1a65d1;
        border: none;
        outline: none;
        border-radius: 5px;
        color: #fff;
		cursor:pointer;
    }


.customer #customer_content .content_body .notice_table{
	overflow:hidden;
	}
.customer #customer_content .content_body .notice_table .table_head {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        border-top: 2px solid #000;
        border-bottom: 1px solid #000;
        display: flex;
    }
.customer #customer_content .content_body .notice_table .table_head li {
        text-align: center;
        font-size: 14px;
        color: #111111;
        font-weight: 500;
    }
.customer #customer_content .content_body .notice_table .table_head li.division {
        width:100px;
    }
.customer #customer_content .content_body .notice_table .table_head li.title {
        width:calc(100% - 200px);
    }
.customer #customer_content .content_body .notice_table .table_head li.date {
        width:100px;
    }

.customer #customer_content .content_body .notice_table .table_list {
        overflow:hidden;
    }
.customer #customer_content .content_body .notice_table .table_list > ul{
        display:flex;
		cursor: pointer;
    }
.customer #customer_content .content_body .notice_table .table_list > ul:hover{
        background: #F5F5F5;
    }
.customer #customer_content .content_body .notice_table .table_list > ul li{
        padding-top: 18px;
        padding-bottom: 18px;
        border-bottom: 1px #e0e0e0 solid;
        font-size: 12px;
        color: #666;
        font-weight: 300;
    }
.customer #customer_content .content_body .notice_table .table_list > ul li.division {
        width:100px;
		text-align:center;
    }
.customer #customer_content .content_body .notice_table .table_list > ul li.title {
        width:calc(100% - 200px);
		color:#222;
    }
.customer #customer_content .content_body .notice_table .table_list > ul li.date {
        width:100px;
		text-align:center;
    }

.customer #customer_content .content_body .view {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.customer #customer_content .content_body .view .title_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 10px;
    flex-wrap: wrap;
}
.customer #customer_content .content_body .view .title_area h2 {
	color: #232323;
	font-size: 16px;
	line-height: 35px;
	font-weight: 500;
    }
.customer #customer_content .content_body .view .view_board {
    border-top: 1px solid #80848b;
    border-bottom: 1px solid #80848b;
}
.customer #customer_content .content_body .view .view_board .tit_area {
    padding: 1rem 0;
    font-size: 14px;
    color: #222222;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    word-break: break-all;
}
.customer #customer_content .content_body .view .view_board .tit_area .date {
	font-size: 12px;
	color: #222222;
	margin-left: auto;
	padding-right: 20px;
    }
.customer #customer_content .content_body .view .view_board .cnt_area {
    padding: 1.5rem 1rem;
	border-top: 1px solid #80848b;
	word-break: break-all;
	color: #222222;
    word-break: keep-all;
    font-size: 12px;
	line-height: 1.8;
	font-weight: 200;
}
.customer #customer_content .content_body .view .view_board .cnt_area img {width:auto;}
.customer #customer_content .content_body .view .btn_area {
    width: 100%;
    max-width: 940px;
    margin: 24px auto 0;
    color: #666;
	text-align: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    display: flex;
}
.customer #customer_content .content_body .view .btn_area .list_back{
    width: 100px;
    height: 40px;
    border-radius: 5px;
    outline: none;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    background: #111111;
	cursor:pointer;
}

.page_navigation {
        display: Flex;
        align-items: center;
        justify-content: center;
		gap: 8px;
        width: 100%;
		margin-top: 30px;
    }
.page_navigation a {
        display: inline-block;
        min-width: 36px;
        height: 36px;
        border: 1px solid transparent;
        border-radius: 50%;
        font-size: 14px;
        line-height: 32px;
        color: #a5a5a5;
        vertical-align: middle;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .page_navigation a:nth-child(n+7) {
        display: none;
    }
    .page_navigation a:last-child {
        display: flex;
    }
.page_navigation a img{
        height:15px;
    }
.page_navigation a.on{
	color: #fff;
	background: #111111;
	border-radius: 5px;
	}










.hide {display:none;}






.fp-is-overflow .fp-overflow.fp-auto-height,.fp-is-overflow .fp-overflow.fp-auto-height-responsive,.fp-is-overflow>.fp-overflow {
    overflow-y: visible !important;
}

.business .invest_stxt { scrollbar-arrow-color: #bdbdbd;

        scrollbar-Track-Color: #bdbdbd; 
        scrollbar-base-color: #bdbdbd;

        scrollbar-Face-Color: #bdbdbd;

        scrollbar-3dLight-Color: #bdbdbd;         
        scrollbar-DarkShadow-Color: #bdbdbd;

        scrollbar-Highlight-Color: #bdbdbd;

        scrollbar-Shadow-Color: #bdbdbd}
/* Chrome, Safari용 스크롤 바 */
.business::-webkit-scrollbar {width: 1px; height: 12px;}
.business::-webkit-scrollbar-thumb {  background: #bdbdbd;border-radius:30px; }




.scrollBtn a {
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    text-decoration: none;
    transition: opacity .3s;
    padding-left: 45px;
    font-size: 15px;
    letter-spacing: 0.3;
    font-weight: 300;
}
.scrollBtn a span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 23px;
    height: 43px;
    border: 1px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
    transform: translateY(-50%);
}
.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;
}



/* animation */
@keyframes fadeOut{
	0%{ opacity: 1;}
	100%{ opacity: 0; }
}

@keyframes fadeIn{
	0%{ opacity: 0;}
	5%{ opacity: 0.5;}
	100%{ opacity: 1; }
}

@keyframes circleScale{
	0%{ width: 8px; height: 8px; border:2px solid var(--mainC); }
	100%{ width: 16px; height: 16px; border:3px solid var(--mainC); }
}

@keyframes circleScale2{
	0%{ width: 8px; height: 8px; border:2px solid var(--mainC); }
	70%{ width: 16px; height: 16px; border:3px solid var(--mainC); opacity: 1;}
	100%{ width: 16px; height: 16px; border:3px solid var(--mainC); opacity: 0;}
}

@keyframes circle{
	0%{ opacity: 0;}
	50%{ opacity: 1; }
	100%{ opacity: 0; }
} 


@keyframes blurEffect {
    0% {
        backdrop-filter: blur(0px);
    }
    100% {
        backdrop-filter: blur(8px);
    }
}


 @keyframes rotateCursor {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
/* animation */
