@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard-dynamic-subset.css');
/* 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-family: 'Pretendard Variable'; */
@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');
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Thin.woff2') format('woff');
    font-weight: 100;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-ExtraLight.woff2') format('woff');
    font-weight: 200;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Light.woff2') format('woff');
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Regular.woff2') format('woff');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Medium.woff2') format('woff');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-SemiBold.woff2') format('woff');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Bold.woff2') format('woff');
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-ExtraBold.woff2') format('woff');
    font-weight: 800;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Black.woff2') format('woff');
    font-weight: 900;
    font-display: swap;
}


body {
	font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    margin: 0 !important;
}

html {scroll-behavior: smooth;}

input,
select {
    font-family: 'Pretendard', sans-serif;
}

p {
    margin: 0px 0px 0px 0px;
    line-height: 1;
}

.inner{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
.inner2{
    width: 100%;
    max-width: 1315px;
    margin: 0 auto;
    padding: 0 15px;
}
.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;
}
#wrap{
    max-width: 1920px;
    margin: auto;
}
/* 공통 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;
}
a {
    text-decoration: none;
    color: inherit;
}
select::-ms-expand {
    display: none;
    /*for IE10, 11*/
}
/* 공통 input 끝 */

/* #header */
#header{
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
}
    #header .inner {
        max-width: 1920px;
        padding: 0px 50px;
    }
#header:hover{
  background:rgba(0,0,0,.6);
}



.scrolled{
  background:rgba(0,0,0,.6);
}

#header .inner{
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
#header .inner .logo{
  position: relative;
  z-index: 99;
}
#header .inner .logo a{
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .inner .logo a .logo_svg{
 height:50px;
}
#header .inner .logo a .logoname{
  font-size: 32px;
  font-weight: 400;
  color: #ffa800;
}
#header .inner .menuArea{
  display: flex;
  align-items: center;
  height: 55px;
  margin-left: auto;
}
#header .inner .menuArea .menusc{
  width: 100%;
  max-width: 700px;
  display: flex;
  align-items: center;
  height: 100%;
}
#header .inner .menuArea .menusc .mList {
  width: fit-content;
  margin-right: 25px;
  padding: 0 30px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
}
#header .inner{
  /* background-color: orange; */
  height: 100%;
}
.menuArea{
  /* background-color: slateblue; */
  height: 100% !important;
  width: 100%;
}


#header .inner .menuArea .menusc {
  margin: 0 auto;
  /* background-color: skyblue; */
}
#header .inner .menuArea .menusc .mList {
  width: calc(100% / 4);
  padding: 0;
  display: block;
  margin-right: 0;
  position: relative;
}
#header .inner .menuArea .menusc .mList a.list_title{
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: .3s;
  color:#ffffff;
}

#header .inner .menuArea .menusc .mList a.list_title:hover{
  color: #aec6ff;
}

#header .inner .menuArea .menusc .mList .submenu{
  position: absolute;
  z-index: 9;
  width: 130%;
  max-width: 300px;
  overflow: hidden;
  box-shadow: 0px 0px 20px 0px #8080804d;
  transition: background-color 0.3s ease;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  border-top: 2px solid #244ed9;
  padding: 20px 0;
}
#header .inner .menuArea .menusc .mList .submenu li{
  height: 45px;
  margin: 5px 0;
}
#header .inner .menuArea .menusc .mList .submenu li a{
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-size: 16px;
  padding-left: 25px;
  transition: padding-left 0.3s ease; /* 글자 이동 애니메이션 */
  color: #d6d6d6;
}
#header .inner .menuArea .menusc .mList .submenu li a img {
  width: 0px;
  margin-right: 0px;
  transition: width 0.3s ease, margin-right 0.3s ease, opacity 0.3s ease;
  opacity: 0; /* 처음에는 안 보이도록 설정 */
}

#header .inner .menuArea .menusc .mList .submenu li a:hover {
  padding-left: 25px; /* 글자를 자연스럽게 이동 */
  color: #ffffff;
}

#header .inner .menuArea .menusc .mList .submenu li a:hover img {
  width: 10px;
  margin-right: 8px;
  opacity: 1; /* 마우스 호버 시 이미지 나타남 */
}
#header .submenu_bg{
  width: 100%;
  /* height: 250px; */
  height: 0;
  background-color: #fff;
  position: absolute;
  top: 100px;
  left: 0;
  border-top: 1px solid #d2d2d2;
  opacity: 0;
}

.scrolled .rightArea .active{
  color: #1e1e1e !important;
}
.logo_scrolled {
    display: none; /* 기본적으로 보이지 않음 */
}







.sitemap-line-btn {
  width: 60px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  transition: 0.4s;
  cursor: pointer;
  gap: 8px;
  border: none;
  background-color: inherit;
}

/* 기본 상태 라인 스타일 */
.sitemap-line-btn .line {
  display: flex;
  justify-content: space-between;
  width: 100%;
  transition: transform 0.4s ease-in-out, opacity 0.3s ease-in-out;
  z-index: 999999;
}

.sitemap-line-btn .square {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #CF3685;
  margin-right: 5px;
  transition: background 0.4s ease-in-out, opacity 0.3s ease-in-out;
}

.sitemap-line-btn .s2 {
  width: 4.5rem;
  height: 4px;
  background: #ffffff;
  transition: background 0.4s ease-in-out;
}


/* 버튼 활성화 상태 */
.sitemap-line-btn.active {
  width: 4rem;
  position:relative;
}
.sitemap-line-btn.active:after {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        content: '';
        background: transparent;
        cursor: pointer;
        z-index: 999999;
    }
.sitemap-line-btn.active .line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.sitemap-line-btn.active .line:nth-child(2) {
  transform: translateY(-6px) rotate(-45deg);
}

/* 작은 네모 숨기기 (애니메이션 포함) */
.sitemap-line-btn.active .s1 {
 opacity: 0;
  transform: scale(0);
}

.sitemap-line-btn.active .square {
  margin-right: 0;
  background: #000000;
}
.sitemap-line-btn.active .line{
  width: 80%;
}

.m_menu {
  background-color: #f6f6f6;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
    /* 원의 중심을 변경할 수 있음 */
      clip-path: circle(0% at 97% 60px);
    transition: clip-path .6s ease-in-out;
}

/* 활성화될 때 완전한 화면으로 확장 */
.m_menu.active {
  display: flex;
  clip-path: circle(150% at 50px 50px);
}

.m_menu .mobile-scroll {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.m_menu .m_menusc{
  display: flex;
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 30px
}
.m_menu .m_menusc .m_mList{
  width: 100%;
  position: relative;
}
.m_menu .m_menusc .m_mList .m_list_title{
  font-size: 30px;
  font-weight: 600;
  height: 50px;
  margin-bottom: 30px;
  display: block;
}

.m_menu .m_menusc .m_mList .m_submenu{
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.m_menu .m_menusc .m_mList .m_submenu .sub{
  height: 40px;
  line-height: 40px;
}
.m_menu .m_menusc .m_mList .m_submenu .sub a {
  transition: padding-left 0.3s ease; /* 글자 이동 애니메이션 */
}
.m_menu .m_menusc .m_mList .m_submenu .sub a img{
  width: 0px;
  margin-right: 0px;
  transition: width 0.3s ease, margin-right 0.3s ease, opacity 0.3s ease;
  opacity: 0; /* 처음에는 안 보이도록 설정 */
}
.m_menu .m_menusc .m_mList .m_submenu .sub a:hover{
  padding-left: 10px; /* 글자를 자연스럽게 이동 */
  color: #336aea;
}
.m_menu .m_menusc .m_mList .m_submenu .sub a:hover img{
  width: 10px;
  margin-right: 8px;
  opacity: 1; /* 마우스 호버 시 이미지 나타남 */
}
.m_menu .m_menusc .m_mList .m_sub{
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  width: fit-content;
  position: relative;
}
.m_menu .m_menusc .m_mList .m_sub::after{
  content: '';
  display: inline-block;
  width: 0%;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.m_menu .m_menusc .m_mList .m_sub:hover:after{
  animation-name: underline;
  animation-duration:.3s;
  animation-duration: leaner;
  animation-direction:alternate;
  animation-fill-mode: forwards;
}

@-webkit-keyframes underline {
  0% {
    width:0;
  }
  100% {
    width:100%;
  }
}

.m_menu .m_menusc .m_mList:before{
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background-color: #CF3685;
  position: absolute;
  top: -50px;
  left: 0;
  content: '';
  display: inline-block;
  transition: .3s;
  opacity: 0;
}
.m_menu .m_menusc .m_mList:hover:before{
  opacity: 1;
}
/* #header */

/* #footer */
#footer{
  padding: 90px 0 40px 0px;
  background-color: #0f0c1d;
}
#footer .inner{
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
  gap:30px;
}
#footer .inner > div{
  width:calc(100% / 3);
}

#footer .inner .footer_a {
  width: calc(100% / 4);
}
#footer .inner .footer_a .f_logo{
  height:55px;
}
#footer .inner .footer_a .tit{
  font-size:16px;
  color:#8c8f94;
  font-weight:300;
  margin-top:30px;
  margin-bottom:20px;
}
#footer .inner .footer_a ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}
#footer .inner .footer_a ul li{
}
#footer .inner .footer_a ul li a {
  font-size: 16px;
  color: #8c8f94;
  font-weight: 300;
  transition: .3s;
  position: relative;
}
#footer .inner .footer_a ul li a:hover {
  color: rgb(255, 255, 255, 1);
}
#footer .inner .footer_a ul li a:hover:after {
  content: '';
  width: 0%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  animation-name: underbar;
  animation-duration: .5s;
  animation-duration: leaner;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}
#footer .inner .footer_b{
	overflow:hidden;
}
#footer .inner .footer_b .site_menu {
        display: flex;
        margin-top: 30px;
    }
#footer .inner .footer_b .tit {
        font-size: 22px;
        font-weight: 700;
        padding-bottom: 20px;
        border-bottom: 2px solid #272534;
        position: relative;
        color: #fff;
    }
#footer .inner .footer_b .tit:after {
        content: '';
        width: 50px;
        height: 2px;
        background: #336aea;
        position: absolute;
        bottom: -2px;
        left: 0px;
    }
#footer .inner .footer_b .site_menu ul {
        width:100%;
    }
#footer .inner .footer_b .site_menu ul li a {
        font-size:16px;
		color:#8c8f94;
		font-weight:300;
    transition: .3s;
    position: relative;
    }
    #footer .inner .footer_b .site_menu ul li a:hover:after{
      content: '';
      width: 0%;
      height: 1px;
      background-color: #fff;
      position: absolute;
      bottom: -5px;
      left: 0;
      display: block;
  /* 애니메이션 이름 */
  animation-name: underbar;
  animation-duration: .5s;
  animation-duration: leaner;
  animation-direction:alternate;
  animation-fill-mode: forwards;
}

/* 키프레임 이름 = 애니메이션 이름 */
@-webkit-keyframes underbar {
  0% {
    left:0;
    width: 0;
  }
  100% {
    left:0;
    width: 100%;
  }
}
    #footer .inner .footer_b .site_menu ul li a:hover{
      color: #fff;
    }
#footer .inner .footer_b .site_menu ul li{
        line-height:1;
		margin-bottom:30px;
		font-size:16px;
		color:#8c8f94;
		font-weight:300;
    }
#footer .inner .footer_b .site_info{
        overflow:hidden;
		margin-top:20px;
    }
#footer .inner .footer_b .site_info ul li{
       display:flex;
	   gap:20px;
	   font-size:16px;
	   color:#ffffff;
	   font-weight:300;
	   margin-bottom: 12px;
    }
#footer .inner .footer_b .site_info ul li span{
      padding-top: 2px;
    }
#footer .inner .footer_b .site_info ul li img{
       height: 12px;
    }
#footer .coperight{
	  font-size:14px;
	   color:#8c8f94;
	   font-weight:300;
	   text-align:Center;
	   margin-top: 80px;
    }







#footer .site_map {
  margin-left: auto;
  width: 30%;
  max-width: 410px;
}
#footer .inner .select-style{
  max-width: 300px;
  position: relative;
  display: inline-block;
}
#footer .inner .site_map .select-style .select-button {
  cursor: pointer;
  background-color: inherit;
  border: 1px solid rgb(183, 183, 183);
  font-size: 14px;
  border-radius: 10px;
  font-weight: 500;
  width: 300px;
  text-align: left;
  color: rgb(183, 183, 183);
  height: 50px;
  padding-left: 20px;
}
#footer .inner .site_map .select-style select {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  z-index: -1;
}
#footer .inner .site_map .select-list-scroll {
  width: 100%;
  position: absolute;
  bottom: 102%;
  left: 0px;
  z-index: 80;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  display: none;
  overflow-y: auto;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
#footer .inner .site_map .select-style.toggle .select-list-scroll {
  display: block;
}
#footer .inner .site_map .list-item-button {
  background: none;
  border: none;
  text-align: left;
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  color: #a3a3a3;
}
#footer .inner .site_map .list-item-button a {
  font-size: 16px;
  color: #a3a3a3;
  width: 100%;
  display: block;
  padding: 10px 20px;
}

@media screen and (max-width:1310px) {
  #header .inner .menuArea .menusc{
    display: none;
  }
}
/* //#footer */

.main_wrap .title_txt {overflow:hidden;}
.main_wrap .title_txt .txt{
	font-size:50px;
	color:#232323;
	font-weight:700;
	margin-bottom:40px;
	line-height:1;
	}
.main_wrap .title_txt .stxt {
	font-size: 20px;
	color: #6a6b74;
	font-weight: 500;
	line-height: 1.6;
}
/* visual */


.visual-sec{
  position:relative;
}

.visual-sec .swiper {
  width: 100%;
  height: 780px;
  overflow:hidden;
}
.visual-sec .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100% !important;
}
.visual-sec .swiper-slide .inner{
	height: 100%;
	display: flex;
	max-width: 1300px;
	margin: auto;
	padding: 0px;
	
}
.visual-sec .swiper-slide .imgArea {
	width: 100%;
	max-width: 100%;
	height:780px;
	margin-top: auto;
	margin-left: auto;
	position: relative;
	z-index: 5;
	transform: scale(1);
    transition: all 8000ms linear;
    }
.visual-sec .swiper-slide-active .imgArea {
	transform: scale(1.25) !important;
    }
.visual-sec .sbox1 .imgArea{
  background-image: url(../img/v_slide01.jpg);
  position: absolute;
}
.visual-sec .sbox2 .imgArea{
  background-image: url(../img/v_slide02.jpg);
  position: absolute;
}
.visual-sec .sbox3 .imgArea{
  background-image: url(../img/v_slide03.jpg);
  position: absolute;
}
.visual-sec .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.visual-sec .swiper-slide .textArea {
	position: absolute;
	top: 55%;
	z-index: 50;
	transform: translateY(-50%);
	padding-left: 200px;
	z-index: 99999;
}
.visual-sec .swiper-slide .textArea h2{
  font-size: 65px;
  font-weight: 700;
  color:#ffffff;
}
.visual-sec .swiper-slide .textArea p {
	font-size: 65px;
	font-weight: 500;
	color: #ffffff;
	line-height: 1.1;
}
.visual-sec .more_Bt {
        border: 1px #ffffff solid;
        height: 60px;
        display: block;
        width: 250px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        margin-top: 30px;
        font-size: 18px;
        transition: .3s;
        position: relative;
}
.visual-sec .more_Bt:hover{
  color: #244ed9;
  /* font-weight: 700; */
}
.visual-sec .more_Bt:hover:after{
  width: 0;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  /* 애니메이션 이름 */
  animation-name: bg;
  animation-duration:1s;
  animation-fill-mode: forwards;
  background-color: #fff;
  z-index: -1;
}
/* 키프레임 이름 = 애니메이션 이름 */
@-webkit-keyframes bg {
  0% {
    left:0;
    width: 0;
  }
  100% {
    left:0;
    width: 100%;
  }
}
  .swiper-pagination222 {
    width: 100%!important;
      height: 100px !important;
      position: absolute !important;
      bottom: 50px !important;
      left:0 !important;
    }
.swiper-pagination222 .inner {
        display: flex !important;
        padding-left: 30px;
        max-width: 1600px;
    }
  .bullet-container {
    display: flex;
    align-items: center;
    margin-right: 20px;
    cursor: pointer;
  }
  .bullet-text {
        color: #a9a9a9;
        font-size: 18px;
        font-weight: 400;
    }
  .bullet-container.active .red_dot {
    background-color: #c30d23;
  }
  .bullet-container.active .bullet-text {
    color: #ffffff;
  }
  .main_sec1_br {
    display: none;
  }
  
  #bar_tset {
      width:80px;
      height: 2px;
      background: rgba(85, 85, 85, .2);
      border-radius: 30px;
    display:none;
    margin-left:10px;
  }
  
  .bullet-container.active #bar_tset {display:block;}
  
  .gage {
    width: 0;
    height: 100%;
    background-color: #ffffff;
    border-radius: 30px;
    display:block;
  }


.swiper-pagination3{
  position: relative;
  top: -400px;
  z-index: 999;
  width: 100px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
}
.swiper-pagination3 .swiper-button-next{
  position: unset;
  background-image: url(../img/arrow-down.svg);
  margin-top: 0;
  -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
}
.swiper-pagination3 .swiper-button-prev{
  position: unset;
  margin-top: 0;
  background-image: url(../img/arrow-down.svg);
  rotate: 180deg;
  -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
}
.swiper-pagination3 .swiper-pagination {
  position: unset;
  display: flex;
  flex-direction: column;
  color: #fff;
}
.swiper-pagination3 .swiper-pagination .fraction-divider img {
  width: 10px;  /* 이미지 크기 조정 */
  height: 10px;
  vertical-align: middle;  /* 수평 정렬 */
  margin: 0 5px;  /* 이미지와 숫자 간 간격 조정 */
}
/* //visual */
/* #section01 */
#section01 {
  padding: 150px 0;
  background:url(../img/se01-bg.jpg)no-repeat;
  background-size:cover;
}
#section01 .title_txt{
  text-align:center;
}
#section01 .video_list {
    display: flex;
    gap: 20px;
    justify-content: space-between; /* 여백을 균등하게 */
	margin-top: 75px;
}

#section01 .video_list .video_item {
    position: relative;
    width: calc((100% - 40px) / 3); /* 3개의 아이프레임, gap 고려 */
    padding-top: calc((100% - 40px) / 3 * 9 / 16); /* 16:9 비율 유지 */
}

#section01 .video_list .video_item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* //#section01 */

/* #section02 */
#section02 {
  padding: 150px 0;
  background:url(../img/se2_bg.png)no-repeat;
  background-position:center right;
  position: relative;
  height: 820px;
}
    #section02 #visual_bg {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 50%;
        background: #707070;
        height: 100%;
        position: absolute;
        z-index: 9;
		background-size: cover !important;
		filter: grayscale(1);
    }
    #section02 .title_txt {
        text-align: right;
        z-index: 99999;
        position: relative;
    }
#section02 .title_txt .txt{
  font-size:65px;
}
#section02 .title_txt .stxt {
        font-size: 22px;
        color: #141414;
        font-weight: 500;
        line-height: 1.6;
    }
#section02 .title_txt .txt span{
  color:#336aea;
}
#section02 .itemArea {
	margin-top: 80px;
	display: flex;
	gap: 25px;
	z-index: 9999;
	position: relative;
}

#section02 .itemArea .item01:hover{
	background:#222429 !important;
	height: 280px;
	transform: translateY(-15px); /* 위로 이동 */
}
    #section02 .itemArea .item01:hover .txt1 {
        transform: translateX(30px);
        transition: transform 0.6s ease-in-out;
        margin: auto;
        display: inline-block;
        margin-bottom: 10px;
    }
#section02 .itemArea .item01:hover .txt2{
  transform: translateX(30px);
  transition: transform 0.6s ease-in-out;
  text-align:left;
}
#section02 .itemArea .item01:hover .txt3{
  transform: translateX(33px);
    transition: transform 0.6s ease-in-out;
    text-align: left;
}
#section02 .itemArea .item01:hover img{
  transform: translateX(-135px);
  transition: transform 0.6s ease-in-out;
}
#section02 .itemArea .item01:hover .txt3 {
  display: block; /* 텍스트 보이게 설정 */
}
#section02 .itemArea .item01:hover::before{
	display:none;
}
#section02 .itemArea .item01:hover .txt1 {color:#ffffff;}
#section02 .itemArea .item01:hover .txt2 {color:#ffffff;}
#section02 .itemArea .bg01{
  background:url(../img/se02-bg01.jpg)no-repeat;
  background-size:cover;
}
#section02 .itemArea .item01::before {
        width: 100%;
        height: 100%;
        content: '';
        background: rgba(255, 255, 255, 0.9);
        position: absolute;
        top: 0px;
        left: 0px;
    }
#section02 .itemArea .bg02{
  background:url(../img/se02-bg02.jpg)no-repeat;
  background-size:cover;
}
#section02 .itemArea .bg03{
  background:url(../img/se02-bg03.jpg)no-repeat;
  background-size:cover;
}
#section02 .itemArea .item01{
  width:100%;
  height:265px;
  border-top:6px solid #336aea;
  padding-top:35px;
  position:relative;
   /* transition: all 0.3s ease-in-out; */
}
#section02 .itemArea .item01 img {
        display: block;
        margin: 0 auto;
        z-index: 9999;
        position: relative;
        margin-bottom: 15px;
    }
#section02 .itemArea .item01 p{
  position:relative;
  z-index:99;
}
#section02 .itemArea .item01 .txt1{
  color:#0b0b0b;
  font-size:24px;
  font-weight:700;
  text-align:center;
  line-height:1;
  margin-bottom:12px;
}
#section02 .itemArea .item01 .txt2{
  color:#323232;
  font-size:18px;
  font-weight:400;
  text-align:center;
  opacity:0.8;
}
    #section02 .itemArea .item01 .txt3 {
        display: none;
        color: #ffffff;
        font-size: 15px;
        font-weight: 300;
        text-align: left;
        line-height: 1.3;
        margin-top: 10px;
        text-align: center;
        opacity: 0.42;
    }
/* //#section02 */


/* #section03 */
#section03 {
  padding: 150px 0;
  height:793px;
  background:url(../img/se3_visual.png)no-repeat;
  background-position:center right;
  position: relative;
}
#section03::after{
  content:'';
  background:url(../img/se03_bg.png)no-repeat;
  width:491px;
  height:802px;
  position:absolute;
  bottom:0px;
  left:0px;
}
#section03 .main_icon07{
  width:400px;
  height:400px;
}
#section03 .itemArea{
 display:flex;
 gap:100px;
 margin-left: 250px;
}
#section03 .itemArea .itemIn {
 display: flex;
	flex-direction: column;
	gap: 50px;
}
#section03 .itemArea .itemIn .logoImg{
	width:320px;
}
#section03 .itemArea .itemIn .txt_form {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
    }
#section03 .itemArea .itemIn .txt_form p {
 font-size:22px;
 color:#ffffff;
 font-weight:500;
}
#section03 .itemArea .itemIn .stxt {
 font-size:16px;
 color:#a09fb0;
 font-weight:500;
}

/* //#section03 */


/* #section04 */
#section04 {
  padding: 150px 0;
  position: relative;
  overflow:hidden;
}
#section04::after {
        content: '';
        width: 100%;
        position: absolute;
        bottom: 0px;
        background: url(../img/se04_shadow.png) no-repeat;
        height: 1000px;
    }
#section04::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1000px;
        animation: wave1 3s infinite linear;
        animation-delay: 1s;
        bottom: 0px;
        background: rgb(211 211 211 / 20%);
        border-radius: 50%;
    }
@keyframes wave1 {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
    
#section04 .inner {
	z-index: 99;
    position: relative;
}

#section04 .text_form{
  overflow:hidden;
}
#section04 .text_form .txt{
  font-size:22px;
  color:#336aea;
  font-weight:700;
}
#section04 .text_form .form{
  display:flex;
  align-items: end;
  margin-top:35px;
}
#section04 .text_form .form .txt1{
  font-size: 65px;
	font-weight: 700;
	color: #141414;
	line-height: 1;
}
#section04 .text_form .form .txt1 span{
  color: #336aea;
}
#section04 .text_form .form .txt2 {
	margin-left: auto;
	font-size: 22px;
	font-weight: 500;
	color: #141414;
	text-align: left;
	line-height: 1.3;
}
#section04 .itemArea {
	overflow:hidden;
	margin-top: 60px;
}
#section04 .itemArea .item{
	display:flex;
	gap:40px;
	margin-bottom: 40px;
}
#section04 .itemArea .item .product{
	width: 355px;
	height: 355px;
  position: relative;
}

#section04 .itemArea .item .product img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
}
#section04 .itemArea .item .product .textbox{
  width: fit-content;
  position: absolute;
  bottom: 30px;
  color: #1f385b;
  right: 20px;
  z-index: 5;
}
#section04 .itemArea .item .product .textbox h3{
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 5px;
  text-align: right;
}
#section04 .itemArea .item .product .textbox p{
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  text-align: right;
}

#section04 .itemArea .item .product .bullet{
	color:#ffffff;
	border-radius:30px;
	padding:5px 10px;
	background:rgba(255,255,255,0.2);
	font-size:14px;
	color:#ffffff;
	font-weight:500;
}
#section04 .itemArea .item .imgBox {
  width: calc(100% - 355px);
  height: 355px;
  position: relative;
  overflow: hidden;
  cursor:pointer;
}
#section04 .itemArea .item .imgBox img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
}
#section04 .itemArea .item .imgBox:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(15,12,29,1) 0%, rgba(51,106,234, .5) 100%);
  opacity: 0;
  visibility: hidden; /* 기본적으로 숨김 */
  z-index: 4;
  content: '';
  display: block;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
#section04 .itemArea .item .imgBox:hover:after {
  opacity: 0.8;
  visibility: visible;
}

#section04 .itemArea .item .imgBox:hover .textbox {
  color: #fff;
}
#section04 .itemArea .item .product:after{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(15,12,29,1) 0%, rgba(51,106,234, .5) 100%);
  opacity: 0;
  visibility: hidden; /* 기본적으로 숨김 */
  z-index: 4;
  content: '';
  display: block;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
#section04 .itemArea .item .product:hover:after {
  opacity: 0.8;
  visibility: visible;
}

#section04 .itemArea .item .product:hover .textbox{
  color: #fff;
}
#section04 .itemArea .item .imgBox .textbox{
  width: fit-content;
  position: absolute;
  bottom: 30px;
  color: #1f385b;
  right: 20px;
  z-index: 5;
}
#section04 .itemArea .item .imgBox  .textbox h3{
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 5px;
  text-align: right;
}
#section04 .itemArea .item .imgBox  .textbox p{
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  text-align: right;
}

#section04 .itemArea .item01 .imgBox .textbox {
  color: #a4160a;
  bottom: 30px;
  left: 15%;
}
#section04 .itemArea .item01 .imgBox .textbox h3{
  text-align: left;
}
#section04 .itemArea .item01 .imgBox .textbox p{
  text-align: left;
}
#section04 .itemArea .item02 .product .textbox {
  color: #5d005d;
  bottom: 30px;
  left: 20px;
}
#section04 .itemArea .item02 .product .textbox h3{
  text-align: left;
}
#section04 .itemArea .item02 .product .textbox p{
  text-align: left;
}
#section04 .itemArea .item02 .imgBox .textbox {
  color: #003a37;
  bottom: 30px;
  left: 10%;
}

#section04 .itemArea2 {
	margin-top:30px;
}
#section04 .itemArea2 .tit{
	text-align:center;
	color:#000000;
	font-size:35px;
	font-weight:700;
	margin-bottom: 60px;
}
    #section04 .itemArea2 .item02 {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
		gap: 10px;
    }
    #section04 .itemArea2 .item02 .box {
        display: flex;
        flex-direction: column;
        position: relative;
        align-items: center;
		width: 100%;
    }
    #section04 .itemArea2 .item02 .box .imgbox{
      width: 250px;
      height: 250px;
      position: relative;
      margin-bottom: 30px;
    }
    #section04 .itemArea2 .item02 .box .imgbox::after {
        content: '';
        width: 100px;
        height: 0.1;
        background: #bec2ce;
        position: absolute;
        top: 50%;
        right: -90px;
        transform: translateY(-50%);
        z-index: -1;
    }
	#section04 .itemArea2 .item02 .box:last-child .imgbox::after {
	display:none;
	}
  #section04 .itemArea2 .item02 .box .imgboxI {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #b9b9c0;
  }
  #section04 .itemArea2 .item02 .box .imgboxI .boxI {
    width: 230px;
    height: 230px;
    overflow: hidden;
    border-radius: 100%;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center center;
}
#section04 .itemArea2 .item02 .box .imgboxI .boxI img{
  width: 100%;
  transition: background-size 0.3s ease, transform 0.3s ease; Adding transition
}
/* Hover effect */
#section04 .itemArea2 .item02 .box .imgboxI .boxI:hover img{
    transform: scale(1.1); /* Scale background to 110% */
}

#section04 .itemArea2 .item02 .box .imgbox .icon {
        width: 80px;
        height: 80px;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
    }
#section04 .itemArea2 .item02 .box .t1 {
        color:#070e5d;
		font-size:24px;
		font-weight:700;
		margin-bottom:20px;
		text-align:center;
    }
#section04 .itemArea2 .item02 .box .t2 {
        color:#656565;
		font-size:16px;
		font-weight:400;
		text-align:center;
    line-height: 120%;
    }
#section04 .itemArea2 .item02 span.tag {
    width: 106px;
    height: 35px;
    display: inline-block;
    font-size: 17px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Inter";
    text-align: center;
    position: absolute;
    left: 15px;
    bottom: 40px;
    z-index: 9;
}
#section04 .itemArea2 .item02 span.tag:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #2633ce;
    z-index: -1;
    transform: skewX(-10deg);
}
/* //#section04 */


/* #section05 */
#section05 {
  position: relative;
  overflow:hidden;
  background-image: url(../img/se5_bg.png);
  background-repeat:no-repeat;
  background-color:#1c1c1c;
  width:100%;
  height:480px;
  padding-top:60px;
}
#section05::After {
        width: 456px;
        height: 388px;
        background: #2633ce;
        content: '';
        position: absolute;
        top: 0px;
        right: 200px;
    }
#section05::before {
        width: 534px;
        height: 395px;
        background: url(../img/se05_img.png);
        content: '';
        position: absolute;
        top: 70px;
        right: 235px;
        z-index: 9;
    }
    #section05 .txtBox {
        border-left: 5px solid #2633ce;
        margin-bottom: 25px;
        position: relative;
        z-index: 999;
    }

#section05 .txtBox .txt{
  color:#ffffff;
  font-size:50px;
  font-weight:700;
  padding-left: 30px;
}
#section05 .txt2{
  color:#ffffff;
  font-size:20px;
  font-weight:500;
  margin-bottom:30px;
}
#section05 .input_form{
  display:flex;
  gap:20px;
}
#section05 .input_form .email_input {
        width: 494px;
        height: 48px;
        background: #ffffff;
        padding-left: 15px;
        font-size: 16px;
        color: #141414;
		border: 2px #ffffff solid;
    }
#section05 .input_form .email_input:focus {border: 2px #2633ce solid;}
#section05 .input_form .enter_button{
  cursor:pointer;
  background:#2633ce;
  width:115px;
  height:48px;
  display:flex;
  align-items:center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
#section05 .input_form .enter_button:hover{
  background:#26ce84;
}
/* //#section05 */

/* #section05 */
#section05_1{
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../img/se01-bg.jpg);
}
#section05_1 .titleArea{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 60px;
}
#section05_1 .titleArea h2{
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #000;
  text-align: center;
  display: block;
}
#section05_1 .titleArea p{
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #808080;
  line-height: 120%;
}
#section05_1 .flex_box_a .video_list{
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-top: 35px;
}
#section05_1 .video_list .video_item {
  position: relative;
  width: calc((100% - 40px) / 2);
  padding-top: calc((100% - 40px) / 2 * 9 / 16);
}
#section05_1 .video_list .video_item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* //#section05 */

/* #section06 */
#section06 {
  position: relative;
  overflow:hidden;
  background-image: url(../img/se06_bg.png);
  background-repeat:no-repeat;
  background-position: 0px 50px;
  background-color:#0f0c1d;
  width:100%;
  padding-top:150px;
  padding-bottom:500px;
}
#section06 .flex_box{
  display:flex;
  flex-direction:column;
  gap:70px;
}
#section06 .stxt{
  font-size:22px;
  font-weight:700;
  color:#336aea;
  margin-bottom:30px;
  line-height: 1.3;
}
#section06 .txt{
  font-size:35px;
  font-weight:700;
  color:#ffffff;
  line-height: 120%;
}

#section06 .video_list {
    display: flex;
    gap: 20px;
    justify-content: space-between; /* 여백을 균등하게 */
	margin-top: 35px;
}

#section06 .video_list .video_item {
    position: relative;
    width: calc((100% - 40px) / 3); /* 3개의 아이프레임, gap 고려 */
    padding-top: calc((100% - 40px) / 3 * 9 / 16); /* 16:9 비율 유지 */
}

#section06 .video_list .video_item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#section06 .zoom_list {
    display: flex;
    gap: 40px;
	margin-top:40px;
}
#section06 .zoom_list .main_zoom {
        width: 50%;
        padding-top: 30%;
        position: relative;
        flex-shrink: 0;
    }
#section06 .zoom_list .main_zoom a{
    width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}
#section06 .zoom_list .main_zoom a img{
    width:100%;
	height:100%;
	object-fit: cover;
}
#section06 .zoom_list .sub_zoom{
    width:100%;
	display:flex;
	flex-direction:column;
	gap:20px;
}
#section06 .zoom_list .sub_zoom .area{
    width:100%;
	display:flex;
	flex-direction:column;
	gap:10px;
}
#section06 .zoom_list .sub_zoom .area p{
    font-size:20px;
	color:#ffffff;
	font-weight:400;
}
#section06 .zoom_list .sub_zoom .area ul{
   display:flex;
   gap:20px;
}
#section06 .zoom_list .sub_zoom .area ul li{
    width: 100%;
	height: 153px;
	position: relative;
}
#section06 .zoom_list .sub_zoom .area ul li a{
    width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	background: #e2e2e2;
}
#section06 .zoom_list .sub_zoom .area ul li a img{
    width:100%;
	height:100%;
	object-fit: contain;
}

/* // #section06 */


/* #section07 */
#section07 {
	margin-top: -400px;
	overflow: hidden;
	position: relative;
	z-index: 9999;
	padding-bottom: 100px;
}
#section07 .title_txt{
  text-align:center;
}
#section07 .title_txt .stxt {
	color: #336aea;
	line-height: 1;
	margin-bottom: 35px;
}
#section07 .title_txt .txt{
  color:#ffffff;
}
.newsList{
  overflow:hidden;
  margin-top:60px;
  display:flex;
  gap:30px;
}
.newsList .list{
  width:calc((100% - 60px) / 3);
  cursor:pointer;
}
.newsList .list .Thumbnail {position:relative; width: 100%; height: 250px; overflow: hidden;}
.newsList .list .Thumbnail img{
  width: 100%;
}
.newsList .list .Thumbnail:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    transition: .5s;
    background-color: #2937dd;
    transform: scaleY(.7);
    opacity: 0;
}
.newsList .list:hover .more {
    background:#336aea;
}
.newsList .list:hover .more ul li {
        color: #ffffff !important;
    }
.newsList .list:hover .more ul li .icon02 {
        -webkit-filter: brightness(0) invert(1);
		filter: brightness(0) invert(1);
    }
.newsList .list:hover .more ul li .more_img {
        display: block;
    height: 12px;
    margin-left: 10px;
    }
.newsList .list:hover .Thumbnail:before {
    transform: scale(1);
    opacity: .74;
}
.newsList .list .view_info {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 20px;
        border: 1px #e4e4e4 solid;
        overflow: hidden;
}
.newsList .list .view_info .newsTitle {
	font-size: 20px;
	color: #212429;
	font-weight: 500;
	text-overflow: ellipsis;
	word-break: keep-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	line-height: 1.4em;
	height: 7em;
	white-space: normal;
	overflow: hidden;
	margin-top: 20px;
}
.newsList .list .more{
	width: 100%;
	height: 55px;
	background: #1e1e1f;
	padding-left: 50px;
	padding-right: 50px;
	display: flex;
	transition: .5s;
}
.newsList .list .more ul{
	display:flex;
	align-items:center;
	width: 100%;
}
.newsList .list .more ul li{
	color:#777777;
	font-size:16px;
	font-weight:500;
	display:flex;
	align-items:center;
}
.newsList .list .more ul li.hits{
	margin-left:auto;
}
.newsList .list .more ul li .icon02{
	width:16px;
	height:16px;
	margin-right: 9px;
}
.newsList .list .more ul li .more_img{
	display:none;
}

/* //section07 */
#section08 {
  overflow: hidden;
  width: 100%;
  background: #f8f8f8;
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
#section08 .inner {
  display: flex;
  height: 365px;
  gap: 30px;
}

#section08 .inner .txtBox {
        overflow: hidden;
        width: 400px;
        flex-shrink: 0;
		position: relative;
    }
#section08 .inner .txtBox .txt{
	font-size:22px;
	color:#336aea;
	font-weight:500;
	margin-bottom: 25px;
}
#section08 .inner .txtBox .txt2{
	font-size:40px;
	color:#222429;
	font-weight:700;
	line-height:1.3;
}
#section08 .inner .txtBox .txt3 {
        font-size: 18px;
        color: #6a6f7c;
        font-weight: 400;
        line-height: 1.4;
        margin-top: 30px;
    }
#section08 .inner .slideArea .slide_paper {
	display: flex;
	padding: 5px;

	overflow: hidden;
}
#section08 .inner .slideArea .slide_paper .slide {
	width: 364px !important;
	height: 365px;
	background: #ffffff;
	box-shadow: 0px 0px 4px #d5d5d5;
	display: flex;
	flex-direction: column;
}
#section08 .inner .slideArea .slide_paper .slide .imgbox{
    width: 74px;
	height: 74px;
	margin-top: 30px;
	margin-left: 20px;
  border-radius: 50%;
  overflow: hidden;
}
#section08 .inner .slideArea .slide_paper .slide .imgbox img{
    width: 100%;
}
#section08 .inner .slideArea .slide_paper .slide .user {
        display: flex;
        align-items: center;
        font-size: 16px;
        color: #777777;
        font-weight: 500;
        gap: 8px;
        padding-left: 20px;
        margin-top: 12px;
        margin-bottom: 12px;
    }
#section08 .inner .slideArea .slide_paper .slide .user img{
    height: 16px;
}
#section08 .inner .slideArea .slide_paper .slide .mid {
    overflow:hidden;
	padding: 0px 20px;
}
#section08 .inner .slideArea .slide_paper .slide .package {
	display: flex;
	margin-top: 30px;
	gap: 8px;
    }
#section08 .inner .slideArea .slide_paper .slide .package img{
    height:16px;
}
#section08 .inner .slideArea .slide_paper .slide .mid .txt{
    font-size: 16px;
	color: #212429;
	font-weight: 500;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	line-height: 1.3;
}
#section08 .inner .slideArea .slide_paper .slide .mid p span{
  line-height: 150%;
  font-size: 16px !important;
}
#section08 .inner .slideArea .slide_paper .slide .more{
	width: 100%;
	height: 55px;
	background: #f4f5f8;
	padding-left: 50px;
	padding-right: 50px;
	display: flex;
	transition: .5s;
	margin-top: auto;
}
#section08 .inner .slideArea .slide_paper .slide .more ul{
	display:flex;
	align-items:center;
	width: 100%;
}
#section08 .inner .slideArea .slide_paper .slide .more ul li{
	color:#777777;
	font-size:16px;
	font-weight:500;
	display:flex;
	align-items:center;
}
#section08 .inner .slideArea .slide_paper .slide .more ul li.hits{
	margin-left:auto;
}
#section08 .inner .slideArea .slide_paper .slide .more ul li .icon02{
	width:16px;
	height:16px;
	margin-right: 9px;
}
#section08 .inner .slideArea .slide_paper .slide .more ul li .more_img{
	display:none;
}


#section08 .swiper-pagination2 {
        position: absolute;
        bottom: 65px;
        width: 140px;
    }
    #section08 .swiper-pagination2 .swiper-button-next {
      background-image: url(../img/icon_prev.png);
      background-size: 55px 55px;
      right: 10px;
      width: 55px;
      height: 55px;
      left: 0px;
    }
#section08 .swiper-pagination2 .swiper-button-prev {
  background-image: url(../img/icon_next.png);
  background-size: 55px 55px;
  width: 55px;
  height: 55px;
  left: auto;
  right: 10px;
    }

#section08 .swiper {
      width: 100%;
      height: 100%;
    }

#section08 .swiper-slide {
      font-size: 18px;
      background: #fff;
      display: flex;
    }

#section08 .swiper-slide img {

    }

.hero-section {
  position: absolute;
  overflow: hidden;
  width: 100%;
  font-size: 170px;
  font-weight: 700;
  color: #f2f2f2;
  top: 0;
}


/*Program*/
.Program #sub_visual {
        background-image: url(../img/lia_bg3.jpg);
    }

/*package*/
.package #sub_section01 {
	background:url(../img/package_Bg.jpg)no-repeat;
	background-size:100% 100%;
	padding-top:130px;
	height:1034px;
	overflow:hidden;
	position:relative;
	}
.package #sub_section01 .inner{
	z-index: 9999;
    position: relative;
	}
    .package #sub_section01:after {
        content: '';
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
        position: absolute;
        bottom: -650px;
        left: 0px;
    }
.package #sub_section01 .txtbox{
	overflow:hidden;
	text-align:Center;
	}
.package #sub_section01 .txtbox .stit{
	color:#5a8bfc;
	font-size:16px;
	font-weight:700;
	line-height:1;
	}
.package #sub_section01 .txtbox .tit{
	color:#ffffff;
	font-size:48px;
	font-weight:700;
	line-height:1;
	margin-top:30px;
	margin-bottom:30px;
	}
.package #sub_section01 .txtbox .txt{
	color:#ffffff;
	font-size:16px;
	font-weight:300;
	opacity:0.7;
	line-height:1.3;
	}
.package #sub_section01 .packageList{
	overflow:hidden;
	display:flex;
	gap:20px;
	margin-top: 120px;
	}
.package #sub_section01 .packageList .item{
	width:100%;
	height:450px;
	border-radius:10px;
	padding-top:40px;
	padding-left:30px;
	padding-right:30px;
	background: #f4f5f9;
	transition: all 0.5s;
	}
.package #sub_section01 .packageList .item:hover{
	background: rgb(254,103,110);
	background: -moz-linear-gradient(129deg, rgba(254,103,110,1) 34%, rgba(247,118,86,1) 62%, rgba(242,126,75,1) 100%);
	background: -webkit-linear-gradient(129deg, rgba(254,103,110,1) 34%, rgba(247,118,86,1) 62%, rgba(242,126,75,1) 100%);
	background: linear-gradient(129deg, rgba(254,103,110,1) 34%, rgba(247,118,86,1) 62%, rgba(242,126,75,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fe676e",endColorstr="#f27e4b",GradientType=1);
	}
.package #sub_section01 .packageList .item:hover .pack_tit{
	color:#ffffff;
	}
.package #sub_section01 .packageList .item:hover .pack_stit{
	color:#ffffff;
	}
.package #sub_section01 .packageList .item:hover .price{
	color:#ffffff;
	}
.package #sub_section01 .packageList .item:hover .pack_hisoty li {
    color: #ffffff;
	background: url(../img/bullet_on.png) no-repeat;
    background-size: 10px 8px;
    background-position: 0px 4px;
	}

.package #sub_section01 .packageList .item .pack_tit{
	font-size:22px;
	color:#000000;
	font-weight:700;
	line-height:1;
	text-transform: uppercase;
	}
.package #sub_section01 .packageList .item .pack_stit{
	font-size:16px;
	color:#adaeb2;
	font-weight:500;
	line-height:1;
	margin: 12px 0px;
	}
.package #sub_section01 .packageList .item .buy {
        width: 100%;
        height: 44px;
        border-radius: 5px;
        box-shadow: 0px 0px 4px #d5d5d5;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
		color:#ab8769;
		font-size:16px;
		font-weight:700;
		cursor:pointer;
    }
.package #sub_section01 .packageList .item .price{
	font-size:28px;
	color:#000000;
	font-weight:700;
	line-height:1;
	margin:30px 0px 20px 0px;
	}
.package #sub_section01 .packageList .item .price span{
	font-size:16px;
	font-weight:500;
	}
.package #sub_section01 .packageList .item .pack_hisoty{
	
	}
.package #sub_section01 .packageList .item .pack_hisoty li {
        font-size: 14px;
        color: #6a6f78;
        font-weight: 500;
        margin-bottom: 15px;
        background: url(../img/bullet.png) no-repeat;
        background-size: 10px 8px;
        background-position: 0px 4px;
        padding-left: 20px;
    }


/*overview*/
.overview #sub_section01 {
        padding: 80px 0;
    }
.overview #sub_section01 .inner {
        padding-top: 20px;
        display: flex;
        position: relative;
    }
.overview #sub_section01 .inner .bgArea {
        width: 100%;
        max-width: 726px;
        height: 100%;
        background-image: url(../img/organization_bg.png);
        background-size: cover;
        background-position: center center;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
    }
.overview #sub_section01 .inner .contents {
        margin-top: auto;
        align-items: center;
        justify-content: center;
        display: flex;
        width: 100%;
    }
.overview #sub_section01 .inner .imgArea {
        width: 50%;
        max-width: 640px;
        height: 365px;
        background-image: url(../img/overview_bg.jpg);
        background-size: cover;
        background-position: center center;
    }
.overview #sub_section01 .inner .contents .textArea {
        width: 50%;
        padding-left: 45px;
    }
.overview #sub_section01 .inner .contents .textArea span {
	font-size: 16px;
	font-weight: 800;
	color: #648faf;
	margin-bottom: 10px;
	display: block;
}
.overview #sub_section01 .inner .contents .textArea h2 {
	font-size: 48px;
	font-weight: 800;
	margin-bottom: 50px;
    }
.overview #sub_section01 .inner .contents .textArea h3 {
	font-size: 16px;
	font-weight: 800;
	margin-bottom: 10px;
	position: relative;
	padding-left: 35px;
    }
.overview #sub_section01 .inner .contents .textArea h3::after {
	position: absolute;
	top: 50%;
	left: 0px;
	content: '';
	background-image: url(../img/checkicon2.svg);
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
    }
.overview #sub_section01 .inner .contents .textArea p {
	font-size: 14px;
	font-weight: 500;
	color: #6a6f78;
	line-height: 180%;
	padding-left: 35px;
}

.overview #suv_section02 {
	background:#f3f7ff;
	width:100%;
	padding-top:150px;
	padding-bottom:150px;
	}
.overview #suv_section02 .txtBox{
	text-align:center;
	}
.overview #suv_section02 .txtBox .tit{
	font-size:50px;
	color:#3d72fc;
	font-weight:700;
	line-height:1;
	margin-bottom:35px;
	}
.overview #suv_section02 .txtBox .tit span{
	color:#000f39;
	}
.overview #suv_section02 .txtBox .stit{
	font-size:20px;
	color:#212121;
	font-weight:500;
	}
.overview #suv_section02 .itemArea{
	overflow:hidden;
	margin-top:70px;
	display:flex;
	}
.overview #suv_section02 .itemArea .item{
	width:100%;
	position: relative;
	}
.overview #suv_section02 .itemArea .item .icon{
	width:100px;
	height:100px;
	background:#3d72fc;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content: center;
	position:relative;
	margin: 0 auto;
	}
.overview #suv_section02 .itemArea .item .icon:after {
        content: '';
        width: 100%;
        height: 2px;
        background: #000e38;
        position: absolute;
        top: 50%;
        right: -175%;
        transform: translateY(-50%);
    }
.overview #suv_section02 .itemArea .item:last-child .icon:after {
       display:none;
    }
.overview #suv_section02 .itemArea .item .icon .number {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        border: 2px #ffffff solid;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-size: 20px;
        font-weight: 500;
        position: absolute;
        top: 50%;
        right: -22px;
        background: #000e38;
        transform: translateY(-50%);
    }
.overview #suv_section02 .itemArea .item .tit{
	font-size:22px;
	font-weight:700;
	color:#000e37;
	margin-top:40px;
	line-height:1.3;
	text-align: center;
	}
.overview #suv_section02 .itemArea .item .step_text{
	margin-top:20px;
	overflow:hidden;
	}
.overview #suv_section02 .itemArea .item .step_text li{
	margin-bottom:15px;
	font-size:16px;
	font-weight:500;
	color:#6a6f78;
	position:relative;
	padding-left:15px;
	}
.overview #suv_section02 .itemArea .item .step_text li:after{
	content:'-';
	position:absolute;
	top:0px;
	left:0px;
	font-size:16px;
	font-weight:500;
	color:#6a6f78;
	}
.overview #suv_section03 {
	width:100%;
	max-width:1300px;
	height:230px;
	background:url(../img/overviw_bg03.jpg)no-repeat;
	background-size:cover;
	position:relative;
	margin: -60px auto 100px;
	}
.overview #suv_section03 .inner {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding-left: 450px;
}
.overview #suv_section03 .inner::after {
	width:176px;
	height:507px;
	background:url(../img/overviw_bg04.png)no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	content:'';
	}
.overview #suv_section03 .inner::before {
	width:176px;
	height:507px;
	background:url(../img/overviw_bg05.png)no-repeat;
	position:absolute;
	top:0px;
	right:0px;
	content:'';
	}
.overview #suv_section03 .overviw_user {
	position: absolute;
    bottom: 0px;
    left: 80px;
	height:344px;
	}
.overview #suv_section03 .tit {
	font-size:25px;
	font-weight:700;
	color:#ffffff;
	margin-top:70px;
	line-height:1;
	margin-bottom:15px;
	}
.overview #suv_section03 .stit {
	font-size:20px;
	font-weight:500;
	color:#ffffff;
	line-height:1.3;
	}

/*Compliance*/

.compliance #sub_section01{
	padding-top:130px;
	padding-bottom:130px;
	}
.compliance #sub_section01 .inner{
	display:flex;
	}
.compliance #sub_section01 .guide{
	font-size: 16px;
	color: #212121;
	position: relative;
	font-weight: 300;
	padding-left: 20px;
	display: flex;
	margin-top: 15px;
	}
.compliance #sub_section01 .guide::after{
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 0px;
	background: #142230;
	}

.compliance #sub_section01 .content{width:1027px;margin-left:auto;}
.compliance #sub_section01 .content .title{
	font-size:40px;
	font-weight:500;
	line-height:1.4;
	margin-bottom:45px;
	color:#212121;
	}
.compliance #sub_section01 .content .stitle{
	font-size:22px;
	font-weight:500;
	margin-bottom:60px;
	color:#212121;
	opacity:0.74;
	}
.compliance #sub_section01 .content .pliance{
	overflow:hidden;
	margin-bottom:60px;
	}
.compliance #sub_section01 .content .pliance .value{
	display:flex;
	align-items: center;
	gap:25px;
	margin-bottom:20px;
	}
.compliance #sub_section01 .content .pliance .value span{
	font-size:22px;
	font-weight:300;
	}
.compliance #sub_section01 .content .pliance .value{
	font-size:26px;
	font-weight:500;
	color:#09141e;
	}
.compliance #sub_section01 .content .pliance .text_box{
	display:flex;
	flex-direction:column;
	gap:26px;
	}
.compliance #sub_section01 .content .pliance .text{
	font-size:16px;
	font-weight:500;
	color:#9a9fa0;
	}
.compliance #sub_section01 .content .pliance p{
	font-size:16px;
	font-weight:500;
	color:#9a9fa0;
	}
  .compliance #sub_section01 .content .fin{
    font-size: 20px;
    font-weight: 300;
    color: #000;
    text-align: right;
  }
.compliance #sub_section01 .content .item {
	width: 100%;
	height: 100px;
	background: #eeeeee;
	text-align: center;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 100px;
	padding-right: 100px;
    }
.compliance #sub_section01 .content .item .txt{
	font-size:18px;
	font-weight:500;
	color:#212121;
	line-height:1.3;
	}
.compliance #sub_section01 .content .item .txt span{
	text-decoration: underline;
	}




.f-w-bold {font-weight:700 !important;}



/* //Program*/




/*about */

#sub_visual{
  width: 100%;
  height: 455px;
  background-size: cover;
}
.about_wrap #sub_visual{
  background-image: url(../img/lia_bg2.jpg);
}
#sub_visual .inner{
  position: relative;
  height: 100%;
  display: flex;
}
#sub_visual .inner .page_name{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-weight: 500;
  font-size: 60px;
  width:100%;
  text-align:Center;
}
#sub_visual .inner .page_nav{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: auto;
  margin-bottom: 35px;
}
#sub_visual .inner .page_nav .left{
  display: flex;
  align-items: center;
  gap: 10px;
}
#sub_visual .inner .page_nav .left .iconbox{
  width: 13px;
  height: 13px;
}
#sub_visual .inner .page_nav .left .iconbox img{
  width: 100%;
  filter: brightness(0) invert(1);
}
#sub_visual .inner .page_nav .left p{
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
#sub_visual .inner .page_nav .dot{
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: #fff;
}
#sub_visual .inner .page_nav .right{
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.lia_wrap #sub_section01{
  padding: 100px 0;
}
.lia_wrap #sub_section01 .inner{
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 50px;
}
.lia_wrap #sub_section01 .inner .imgArea{
  width: 690px;
  height: 550px;
  position: relative;
}
.lia_wrap #sub_section01 .inner .imgArea .b_imgbox{
  position: absolute;
  width: 460px;
  height: 560px;
  border-radius: 10px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: 1;
}
.lia_wrap #sub_section01 .inner .imgArea .b_imgbox img{
  width: 100%;
}
.lia_wrap #sub_section01 .inner .imgArea .s_imgbox{
  position: absolute;
  width: 230px;
  height: 300px;
  border-radius: 10px;
  top: 60px;
  right: 0%;
  overflow: hidden;
  z-index: 2;
  box-sizing: border-box;
  border: 10px solid #fff;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .1);
}
.lia_wrap #sub_section01 .inner .imgArea .s_imgbox img{
  width: 100%;
}
.lia_wrap #sub_section01 .inner .imgArea .txt_box{
  width: 240px;
  height: 140px;
  border-radius: 10px;
  background: rgb(16,33,61);
  background: linear-gradient(180deg, rgba(16,33,61,1) 0%, rgba(102,21,117,1) 100%);
  color: #fff;
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 80px;
  display: flex;
  align-items: center;
}
.lia_wrap #sub_section01 .inner .imgArea .txt_box .txtI {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: fit-content;
  margin-left: auto;
  margin-right: 30px;
}
.lia_wrap #sub_section01 .inner .imgArea .txt_box .txtI h3{
  font-size: 18px;
  font-weight: 800;
}
.lia_wrap #sub_section01 .inner .imgArea .txt_box .txtI p{
  font-size: 18px;
  font-weight: 500;
}
.lia_wrap #sub_section01 .inner .textArea{
  width: calc(100% - 690px);
}
.lia_wrap #sub_section01 .inner .textArea .t_title p{
  font-size: 16px;
  font-weight: 800;
  display: flex;
  align-items: center;
  color: #336aea;
  margin-bottom: 25px;
}
.lia_wrap #sub_section01 .inner .textArea .t_title p span{
  width: 40px;
  height: 2px;
  display: inline-block;
  background-color: #336aea;
  margin-left: 15px;
}
.lia_wrap #sub_section01 .inner .textArea .t_title h2{
  font-size: 26px;
  font-weight: 800;
  line-height: 120%;
  margin-bottom: 40px;
}
.lia_wrap #sub_section01 .inner .textArea .t_txt {
  padding-left: 25px;
}
.lia_wrap #sub_section01 .inner .textArea .t_txt li {
  margin-bottom: 25px;
}
.lia_wrap #sub_section01 .inner .textArea .t_txt li h3{
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
  position: relative;
}
.lia_wrap #sub_section01 .inner .textArea .t_txt li h3::after{
  content: '';
  width: 14px;
  height: 14px;
  display: block;
  background-image: url(../img/checkicon.svg);
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}
.lia_wrap #sub_section01 .inner .textArea .t_txt li p{
  font-size: 14px;
  font-weight: 500;
  color: #6a6f78;
  line-height: 200%;
}
.lia_wrap #sub_section02{
  padding: 125px 0 0;
  background-color: #f5f6f8;
  margin-bottom: 50px;
}
.lia_wrap #sub_section02 .t_title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 30px;
}
.lia_wrap #sub_section02 .t_title .sub_title{
  font-size: 16px;
  font-weight: 800;
  color: #336aea;
  margin-bottom: 20px;
}
.lia_wrap #sub_section02 .t_title h2{
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 30px;
}
.lia_wrap #sub_section02 .t_title .tt{
  font-size: 16px;
  font-weight: 500;
  color: #5a5a5a;
  line-height: 150%;
  text-align: center;
}
.lia_wrap #sub_section02 .sec02_contents{
  position: relative;
}
.lia_wrap #sub_section02 .logobox{
  width: 180px;
  height: 180px;
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.lia_wrap #sub_section02 .logobox img{
  width: 100px;
}
.lia_wrap #sub_section02 .sec02_contents ul{
  display: flex;
  flex-wrap: wrap;
  background-image: url(../img/lia_bg.png);
  background-size: cover;
  background-position: center center;
  position: relative;
}
.lia_wrap #sub_section02 .sec02_contents ul::before{
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #e2e2e2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.lia_wrap #sub_section02 .sec02_contents ul::after{
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #e2e2e2;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.lia_wrap #sub_section02 .sec02_contents ul li{
  width: 50%;
  padding: 50px 125px 50px 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.lia_wrap #sub_section02 .sec02_contents ul li .imgbox{
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #336aea;
  margin-bottom: 15px;
}
.lia_wrap #sub_section02 .sec02_contents ul li .imgbox img{
  width: 30px;
}
.lia_wrap #sub_section02 .sec02_contents ul li h3{
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 800;
  line-height: 150%;
  text-align: center;
}
.lia_wrap #sub_section02 .sec02_contents ul li p{
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #5a5a5a;
  line-height: 150%;
}
/* .lia_wrap #sub_section02 .sec02_contents ul li:nth-child(1){
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid  #e2e2e2;
}
.lia_wrap #sub_section02 .sec02_contents ul li:nth-child(4){
  border-left: 1px solid #e2e2e2;
  border-top: 1px solid  #e2e2e2;
} */
.value_wrap #sub_section01 {
  padding: 150px 0 85px;
}
.value_wrap #sub_section01 .inner{
  display: flex;
}
.value_wrap #sub_section01 .titleArea{
  padding-left: 70px;
  width: 50%;
}
.value_wrap #sub_section01 .titleArea h2{
  font-size: 48px;
  font-weight: 800;
  line-height: 120%;
}
.value_wrap #sub_section01 .txtArea{
  width: 50%;
}
.value_wrap #sub_section01 .txtArea h3{
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 30px;
}
.value_wrap #sub_section01 .txtArea p{
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  color: #6a6f78;
}
.value_wrap #sub_section02{
  display: flex;
  margin-bottom: 50px;
}
.value_wrap #sub_section02 .imgArea{
  background-image: url(../img/valuebg.jpg);
  background-size: cover;
  background-position: center center;
  width: 48%;
  max-width: 950px;
  display: flex;
}
.value_wrap #sub_section02 .imgArea .Ibox{
  width: fit-content;
  margin: auto auto 75px;
}
.value_wrap #sub_section02 .imgArea h2{
  font-size: 80px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 25px;
}
.value_wrap #sub_section02 .imgArea p{
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 150%;
  opacity: 35%;
}
.value_wrap #sub_section02 .textArea{
  width: 52%;
  background-color: #f4f8f8;
  padding: 95px 0;
}
.value_wrap #sub_section02 .textArea .tbox{
  width: 695px;
  height: 375px;
  background-color: #fff;
  margin: 0 auto;
  padding: 0 60px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.value_wrap #sub_section02 .textArea .tbox1{
  margin-bottom: 30px;
}
.value_wrap #sub_section02 .textArea .tbox .main_title{
  font-size: 33px;
  font-weight: 300;
  color: #0c1e21;
  margin-bottom: 10px;
}
.value_wrap #sub_section02 .textArea .tbox .sub_title{
  font-size: 16px;
  font-weight: 500;
  color: #06272c;
  opacity: 70%;
  line-height: 150%;
  margin-bottom: 25px;
}
.value_wrap #sub_section02 .textArea .tbox .l_title{
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}
.value_wrap #sub_section02 .textArea .tbox .l_title .plus_box{
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #f4f8f8;
  position: relative;
  border: 1px solid rgba(99, 112, 114, .2);
}
.value_wrap #sub_section02 .textArea .tbox .l_title .plus_box .v_line{
  width: 10px;
  height: 1px;
  display: block;
  background-color: #637072;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.value_wrap #sub_section02 .textArea .tbox .l_title .plus_box .h_line{
  width: 1px;
  height: 10px;
  display: block;
  background-color: #637072;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.value_wrap #sub_section02 .textArea .tbox .l_contents .x_box{
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #f4f8f8;
  position: relative;
  border: 1px solid rgba(99, 112, 114, .2);
  rotate: 45deg;
  position: absolute;
  top: 30px;
  right: 30px;
}
.value_wrap #sub_section02 .textArea .tbox .l_contents .x_box .v_line{
  width: 10px;
  height: 1px;
  display: block;
  background-color: #637072;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.value_wrap #sub_section02 .textArea .tbox .l_contents .x_box .h_line{
  width: 1px;
  height: 10px;
  display: block;
  background-color: #637072;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.value_wrap #sub_section02 .textArea .tbox ul{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.value_wrap #sub_section02 .textArea .tbox ul li .l_contents{
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 60px;
  z-index: 55;
  /* display: flex; */
  display: none;
  flex-direction: column;
  justify-content: center;
}
.value_wrap #sub_section02 .textArea .tbox ul li .l_contents h2{
  font-size: 20px;
  font-weight: 800;
  color: #06272c;
  margin-bottom: 15px;
}
.value_wrap #sub_section02 .textArea .tbox ul li .l_contents p{
  font-size: 16px;
  font-weight: 500;
  color: #06272c;
  opacity: 70%;
  line-height: 150%;
}
.organization_wrap #sub_section01{
  padding: 80px 0;
}
.organization_wrap #sub_section01 .inner{
  padding-top: 20px;
  display: flex;
  position: relative;
  height: 415px;
}
.organization_wrap #sub_section01 .inner .bgArea{
  width: 100%;
  max-width: 726px;
  height: 100%;
  background-image: url(../img/organization_bg.png);
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.organization_wrap #sub_section01 .inner .contents{
  margin-top: auto;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
}
.organization_wrap #sub_section01 .inner .imgArea{
  width: 50%;
  max-width: 640px;
  height: 365px;
  background-image: url(../img/organization_2.png);
  background-size: cover;
  background-position: center center;
}
.organization_wrap #sub_section01 .inner .contents .textArea{
  width: 50%;
  padding-left: 45px;
}
.organization_wrap #sub_section01 .inner .contents .textArea span{
  font-size: 16px;
  font-weight: 800;
  color: #648faf;
  margin-bottom: 10px;
  display: block;
}
.organization_wrap #sub_section01 .inner .contents .textArea h2{
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 50px;
  word-break: keep-all;
}
.organization_wrap #sub_section01 .inner .contents .textArea h3{
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;
}
.organization_wrap #sub_section01 .inner .contents .textArea h3::after{
  position: absolute;
  top: 50%;
  left: 0px;
  content: '';
  background-image: url(../img/checkicon2.svg);
  width: 20px;
  height: 20px;
  transform: translateY(-50%);

}
.organization_wrap #sub_section01 .inner .contents .textArea p{
  font-size: 14px;
  font-weight: 500;
  color: #6a6f78;
  line-height: 180%;
  padding-left: 35px;
  word-break: keep-all;
}
.organization_wrap #sub_section02 {
  background-image: url(../img/organization_bg2.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 100px 0 45px;
  position: relative;
}
.organization_wrap #sub_section02 .bgArea{
  width: 750px;
  height: 750px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.organization_wrap #sub_section02 .bgArea .b_circle{
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ecf1f4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.organization_wrap #sub_section02 .bgArea .s_circle{
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-color: #dde6eb;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.organization_wrap #sub_section02 .contents{
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.organization_wrap #sub_section02 .titleArea{
  margin-bottom: 80px;
}
.organization_wrap #sub_section02 .titleArea .main_title{
  font-size: 26px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 30px;
}
.organization_wrap #sub_section02 .titleArea .sub_title{
  font-size: 16px;
  font-weight: 500;
  color: #5a5a5a;
  line-height: 180%;
  text-align: center;
}
.organization_wrap #sub_section02 .contentsArea{
  /* background-color: salmon; */
  position: relative;
  height: 500px;
  max-width: 1380px;
  margin: 0 auto;
}
.organization_wrap #sub_section02 .contentsArea img{
  /* background-color: orange; */
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
}
.organization_wrap #sub_section02 .contentsArea .t_box{
  width: 530px;
  height: 140px;
  padding: ;
  background-color: #fff;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .5);
  position: absolute;
}
.organization_wrap #sub_section02 .contentsArea .t_box ul{
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-left: 40px;
  justify-content: center;
  height: 100%;
}
.organization_wrap #sub_section02 .contentsArea .t_box ul li{
  font-size: 16px;
  font-weight: 500;
  color: #6a6f78;
  position: relative;
}
.organization_wrap #sub_section02 .contentsArea .t_box ul li::after{
  position: absolute;
  top: 8px;
  left: -15px;
  content: '';
  display: block;
  width: 5px;
  height: 1px;
  background-color: #6a6f78;
}
.organization_wrap #sub_section02 .contentsArea .t_box1{
  right: 0;
  top: 45%;
  transform: translateY(-50%);
}
.organization_wrap #sub_section02 .contentsArea .t_box2{
  left: 180px;
  bottom: -40px;
}
.business_wrap #sub_section01{
  padding: 80px 0 195px;
}
.business_wrap #sub_section01 .inner{
  padding-top: 20px;
  display: flex;
  position: relative;
  height: 415px;
}
.business_wrap #sub_section01 .inner .bgArea{
  width: 100%;
  max-width: 726px;
  height: 100%;
  background-image: url(../img/organization_bg.png);
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.business_wrap #sub_section01 .inner .contents{
  margin-top: auto;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
}
.business_wrap #sub_section01 .inner .imgArea{
  width: 50%;
  max-width: 640px;
  height: 365px;
  background-image: url(../img/business_2.png);
  background-size: cover;
  background-position: center center;
}
.business_wrap #sub_section01 .inner .contents .textArea{
  width: 50%;
  padding-left: 45px;
}
.business_wrap #sub_section01 .inner .contents .textArea span{
  font-size: 16px;
  font-weight: 800;
  color: #648faf;
  margin-bottom: 10px;
  display: block;
}
.business_wrap #sub_section01 .inner .contents .textArea h2{
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 50px;
}
.business_wrap #sub_section01 .inner .contents .textArea h3{
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;
}
.business_wrap #sub_section01 .inner .contents .textArea h3::after{
  position: absolute;
  top: 50%;
  left: 0px;
  content: '';
  background-image: url(../img/checkicon2.svg);
  width: 20px;
  height: 20px;
  transform: translateY(-50%);

}
.business_wrap #sub_section01 .inner .contents .textArea p{
  font-size: 14px;
  font-weight: 500;
  color: #6a6f78;
  line-height: 180%;
  padding-left: 35px;
}
.business_wrap #sub_section02{
  padding-bottom: 260px;
}
.business_wrap #sub_section02 .inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.business_wrap #sub_section02 .inner h2{
  font-size: 34px;
  font-weight: 500;
  color: #08084e;
  line-height: 120%;
  margin-bottom: 50px;
}
.business_wrap #sub_section02 .inner .textArea{
  width: 55%;
}
.business_wrap #sub_section02 .inner .contents{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 10px;
}
.business_wrap #sub_section02 .inner .contents>li:nth-child(odd){
  width: calc(55% - 5px);
}
.business_wrap #sub_section02 .inner .contents>li:nth-child(even){
  width: calc(45% - 5px);
}
.business_wrap #sub_section02 .inner .contents>li h3{
  font-size: 16px;
  font-weight: 800;
  color: #000;
  margin-bottom: 10px;
}
.business_wrap #sub_section02 .inner .contents>li .list {
  padding-left: 15px;
}
.business_wrap #sub_section02 .inner .contents>li .list li{
  font-size: 14px;
  font-weight: 500;
  color: #6a6f78;
  padding: 5px 0;
  position: relative;
}.business_wrap #sub_section02 .inner .contents>li .list li::after{
  position: absolute;
  content: '';
  width: 5px;
  height: 1px;
  background-color: #6a6a6a;
  display: block;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}
.business_wrap #sub_section02 .inner .imgArea{
  width: 43%;
}
.business_wrap #sub_section02 .inner .imgArea img{
  width: 100%;
}

.pro_wrap #sub_section01{
  padding: 145px 0 100px;
}
.pro_wrap #sub_section01 .inner{
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 100px;
}
.pro_wrap #sub_section01 .inner .imgArea {
  width: 460px;
  height: 560px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
  background-image: url(../img/pro_1.jpg);
  background-size: cover;
  background-position: center 100%;
}
.pro_wrap #sub_section01 .inner .textArea{
  width: 50%;
}
.pro_wrap #sub_section01 .inner .textArea .t_title p{
  font-size: 16px;
  font-weight: 800;
  display: flex;
  align-items: center;
  color: #336aea;
  margin-bottom: 25px;
}
.pro_wrap #sub_section01 .inner .textArea .t_title p span{
  width: 40px;
  height: 2px;
  display: inline-block;
  background-color: #336aea;
  margin-left: 15px;
}
.pro_wrap #sub_section01 .inner .textArea .t_title h2{
  font-size: 26px;
  font-weight: 800;
  line-height: 120%;
  margin-bottom: 25px;
}
.pro_wrap #sub_section01 .inner .textArea .t_title .subtxt{
  font-weight: 400;
  color: #637072;
  line-height: 150%;
  margin-bottom: 40px;
}
.pro_wrap #sub_section01 .inner .textArea .t_txt{
  padding-left: 25px;
}
.pro_wrap #sub_section01 .inner .textArea .t_txt li {
  margin-bottom: 25px;
}
.pro_wrap #sub_section01 .inner .textArea .t_txt li h3{
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
  position: relative;
}
.pro_wrap #sub_section01 .inner .textArea .t_txt li h3::after{
  content: '';
  width: 14px;
  height: 14px;
  display: block;
  background-image: url(../img/checkicon.svg);
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 2px;
  left: -20px;
}
.pro_wrap #sub_section01 .inner .textArea .t_txt li p{
  font-size: 14px;
  font-weight: 500;
  color: #6a6f78;
  line-height: 200%;
}
.pro_wrap #sub_section02{
  padding: 115px 0 100px;
  background-image: url(../img/pro_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.pro_wrap #sub_section02 .inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  gap: 50px;
}
.pro_wrap #sub_section02 .inner .textArea{
  width: 50%;
}
.pro_wrap #sub_section02 .inner .textArea h2{
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 45px;
}
.pro_wrap #sub_section02 .inner .textArea p{
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  word-break: keep-all;
}
.pro_wrap #sub_section02 .inner .imgArea{
  width: 530px;
  position: relative;
  height: 500px;
}
.pro_wrap #sub_section02 .inner .imgArea h2{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  word-break: keep-all;
  width: 180px;
  text-align: center;

}
.pro_wrap #sub_section02 .inner .imgArea .box{
  display: flex;
  flex-direction: column;
  padding: 20px 10px;
  height: 155px;
  border: 2px solid #fff;
  border-radius: 20px;
  justify-content: space-between;
  position: absolute;
  /* transition: .3s; */
}
.pro_wrap #sub_section02 .inner .imgArea .box:hover{
  background-color: #fff;
}
.pro_wrap #sub_section02 .inner .imgArea .box p{
  line-height: 150%;
}
.pro_wrap #sub_section02 .inner .imgArea .box:hover p{
  color: #244ed9;
}
.pro_wrap #sub_section02 .inner .imgArea .box img{
  width: 38px;
}
.pro_wrap #sub_section02 .inner .imgArea .box:hover img{
  filter: invert(35%) sepia(76%) saturate(7299%) hue-rotate(210deg) brightness(88%) contrast(91%);
}
.pro_wrap #sub_section02 .inner .imgArea .box1{
  width: 155px;
  top: 165px;
  left: 0;
}
.pro_wrap #sub_section02 .inner .imgArea .box2{
  width: 155px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.pro_wrap #sub_section02 .inner .imgArea .box3{
  width: 155px;
  top: 165px;
  right: 0;
}
.pro_wrap #sub_section02 .inner .imgArea .box4{
  width: 155px;
  bottom: 0;
  right: 80px;
}
.pro_wrap #sub_section02 .inner .imgArea .box5{
  width: 155px;
  bottom: 0px;
  left: 80px;
}



.world_wrap #sub_section01{
	overflow:hidden;
	padding-top:130px;
	padding-bottom:130px;
	}

.world_wrap #sub_section01 .txtbox{
	text-align:center;
	margin-bottom: 100px;
	}
.world_wrap #sub_section01 .txtbox .txt{
	font-size: 48px;
    font-weight: 700;
	color:#212121;
	line-height:1;
	margin-bottom:40px;
	}
.world_wrap #sub_section01 .txtbox .stxt{
	font-size: 18px;
    font-weight: 500;
	color:#6a6f78;
	}
.world_wrap #sub_section01 .itemArea{
	display:flex;
	align-items:center;
	}
.world_wrap #sub_section01 .itemArea .item{
	width: 100%;
	height:520px;
	display:Flex;
	position:relative;
	padding-bottom:40px;
	cursor: pointer;
	}


.world_wrap #sub_section01 .itemArea .item01{
	background:url(../img/world_bg01.jpg)no-repeat;
	background-size:cover;

	}
.world_wrap #sub_section01 .itemArea .item01:hover{
	 background: 
        linear-gradient(360deg, rgba(195, 6, 28, 0.7) 0%, rgba(62, 14, 32, 0.42) 60%, rgba(39, 17, 19, 0.42) 100%),
        url(../img/world_bg01.jpg) no-repeat;
    background-size: cover;
	}
.world_wrap #sub_section01 .itemArea .item02{
	background:url(../img/world_bg02.jpg)no-repeat;
	background-size:cover;
	position:relative;
	}
.world_wrap #sub_section01 .itemArea .item02:after{
	content:'';
	width:1px;
	height:100%;
	background:rgba(255,255,255,0.42);
	position:absolute;
	top:0px;
	left:0px;
	}
.world_wrap #sub_section01 .itemArea .item02:before{
	content:'';
	width:1px;
	height:100%;
	background:rgba(255,255,255,0.42);
	position:absolute;
	top:0px;
	right:0px;
	}
.world_wrap #sub_section01 .itemArea .item02:hover{
	 background: 
        linear-gradient(360deg, rgba(195, 6, 28, 0.7) 0%, rgba(62, 14, 32, 0.42) 60%, rgba(39, 17, 19, 0.42) 100%),
        url(../img/world_bg02.jpg) no-repeat;
    background-size: cover;
	}
.world_wrap #sub_section01 .itemArea .item03{
	background:url(../img/world_bg03.jpg)no-repeat;
	background-size:cover;
	}
.world_wrap #sub_section01 .itemArea .item03:hover{
	 background: 
        linear-gradient(360deg, rgba(195, 6, 28, 0.7) 0%, rgba(62, 14, 32, 0.42) 60%, rgba(39, 17, 19, 0.42) 100%),
        url(../img/world_bg03.jpg) no-repeat;
    background-size: cover;
	}

.world_wrap #sub_section01 .itemArea .item:hover .iconbox img {
     filter: hue-rotate(125deg) brightness(0.9);   
    }
.world_wrap #sub_section01 .itemArea .item:hover .con .more{
     opacity:1;
    }

.world_wrap #sub_section01 .itemArea .item .iconbox{
	position:absolute;
	top:20px;
	left:30px;
	width:80px;
	height:80px;
	display:flex;
	align-items:center;
	justify-content:center;
	background: #fff;
	}
.world_wrap #sub_section01 .itemArea .item .iconbox img{
	height:45px;
	}
.world_wrap #sub_section01 .itemArea .item .con{
	margin-top:auto;
	margin-left:30px;
	display:flex;
	align-items: center;
	width: 100%;
	}
.world_wrap #sub_section01 .itemArea .item .con .txt_box{
	overflow:hidden;
	}
.world_wrap #sub_section01 .itemArea .item .con .txt_box .t1{
	font-size: 16px;
	font-weight: 500;
	color: #a09fb0;
	line-height: 1;
	margin-bottom: 7px;
	}
.world_wrap #sub_section01 .itemArea .item .con .txt_box .t2{
	font-size:22px;
	font-weight:500;
	color:#ffffff;
	}
.world_wrap #sub_section01 .itemArea .item .con .more{
	background: #b4224f;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    width: 130px;
    height: 37px;
    margin-left: auto;
	margin-right: 20px;
	opacity: 0;
	}


.world_wrap #content {padding-top:70px;}




.world_wrap #content .content_area{
	width:100%;
	height:780px;
	padding-top: 155px;
	background:#e1e6e9;
	position:relative;
	}
.world_wrap #content .content_area .inner:After{
	width:130px;
	height:100%;
	background:#ffffff;
	position:absolute;
	top:0px;
	left:0px;
	content:'';
	}
.world_wrap #content .content_bg01:After{
	width:70px;
	height:70px;
	background:#e1e6e9;
	position:absolute;
	top:-70px;
	right:110px;
	content:'';
	}
.world_wrap #content .content_bg01:before{
	width:70px;
	height:70px;
	background:#ffffff;
	position:absolute;
	top:0px;
	right:110px;
	content:'';
	}
.world_wrap #content .content_area .itemArea .stit{
	font-size: 16px;
	font-weight: 800;
	display: flex;
	align-items: center;
	color: #336aea;
	margin-bottom: 25px;
	}
.world_wrap #content .content_area .itemArea .tit{
	font-size:48px;
	font-weight: 700;
	color: #212121;
	line-height:1;
	margin-top:30px;
	margin-bottom: 30px;
	}
.world_wrap #content .content_area .itemArea .stit span {
	width: 40px;
	height: 2px;
	display: inline-block;
	background-color: #336aea;
	margin-left: 15px;
    }
.world_wrap #content .content_area .itemArea .in{
	display:flex;
	gap:60px;
	}
.world_wrap #content .content_area .itemArea .item_a{
	width:640px;
	flex-shrink: 0;
	}
.world_wrap #content .content_area .itemArea .item_a .imgbox{
	width:100%;
	height:397px;
	border-radius:10px;
	overflow:hidden;
    }
.world_wrap #content .content_area .itemArea .item_b{
	width:100%;
	}
.world_wrap #content .content_area .itemArea .item_b .t_txt {
  padding-left: 25px;
}
.world_wrap #content .content_area .itemArea .item_b .t_txt li {
  margin-bottom: 40px;
}
.world_wrap #content .content_area .itemArea .item_b .t_txt li h3{
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
  position: relative;
}
.world_wrap #content .content_area .itemArea .item_b .t_txt li h3::after{
  content: '';
  width: 14px;
  height: 14px;
  display: block;
  background-image: url(../img/checkicon.svg);
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}
.world_wrap #content .content_area .itemArea .item_b .t_txt li p{
  font-size: 14px;
  font-weight: 500;
  color: #6a6f78;
  line-height: 200%;
}

.world_wrap #content .content_mid {padding-bottom:100px;}
.world_wrap #content .content_mid .txtbox{
  text-align:center;
  padding-top:100px;
}
.world_wrap #content .content_mid .txtbox .txt{
  font-size: 32px;
  font-weight: 700;
  color: #212121;
  margin-bottom: 30px;
  line-height:1;
}
.world_wrap #content .content_mid .txtbox .stxt{
  font-size: 18px;
  font-weight: 500;
  color: #6a6f78;
  line-height:1.3;
}

.world_wrap #content .content_mid .slide_list {
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        gap: 9px;
}
.world_wrap #content .content_mid .qa-item {
        cursor: pointer;
        border: 1px #dddddd solid;
		border-bottom:none;
        }
.world_wrap #content .content_mid .qa-item .question {
	color: #0d1c71;
	font-size: 20px;
	font-weight: 700;
	height: 90px;
	display: flex;
	align-items: center;
	border-bottom: 1px #e4e4e4 solid;
}
.world_wrap #content .content_mid .qa-item .question .txt_q{
	padding-left: 15px;
    padding-right: 15px;
}
.world_wrap #content .content_mid .qa-item .question .iconbox {
	width: 90px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px #dddddd solid;
	flex-shrink: 0;
    }
.world_wrap #content .content_mid .qa-item .question .iconbox img{
	height:45px;
	}
.world_wrap #content .content_mid .qa-item:hover {
    background: #f9f9f9;
    }
.world_wrap #content .content_mid .answer {
    display: none;
    }
.world_wrap #content .content_mid .answer p {
        padding: 40px 40px;
        border-bottom: 1px #dddddd solid;
        font-size: 16px;
        font-weight: 400;
        color: #6a6f78;
        line-height: 1.6;
    }
.world_wrap #content .content_mid .img_box {
   margin: 100px auto 100px;
    text-align: center;
    }
.world_wrap #content .content_mid .img_box img{
    width:auto;
    }
    .world_wrap #content .content_mid .txtbox2 {
	width: 100%;
	background-image: url(../img/pattern.png);
	background-size: auto;
	background-repeat: repeat;
	background-position: center center;
	text-align: center;
	padding: 30px 60px;
    }
.world_wrap #content .content_mid .txtbox2 h2 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 20px;
        text-align: center;
    }
.world_wrap #content .content_mid .txtbox2 .stxt {
        font-size: 16px;
        font-weight: 500;
        color: #6a6f78;
        line-height: 1.3;
    }
.world_wrap #content .content_mid .txtbox2 ul li{
        font-size: 16px;
        font-weight: 500;
        color: #6a6f78;
        line-height: 1.3;
    }

/* about END*/




/*news*/
.community_wrap #sub_visual{
  background-image: url(../img/lia_bg4.jpg);
}
.news_wrap #sub_section01{
  padding: 100px 0;
}
.news_wrap #sub_section01 .newsList{
  display:flex;
  gap:30px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.news_wrap #sub_section01 .newsList .list{
  width:calc((100% - 60px) / 3);
  cursor:pointer;
  box-shadow: 1px 1px 15px 1px rgba(128, 128, 128, .5);
}

.news_wrap #sub_section01 .pagination-wrapper .pagination .page{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.news_wrap #sub_section01 .pagination-wrapper .pagination .page li{
  width: 50px;
  height: 50px;
  background-color: #F0F1F7;
}
.news_wrap #sub_section01 .pagination-wrapper .pagination .page li .page-numbers{
  width: 50px;
  height: 50px;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #070f64;
}
.news_wrap #sub_section01 .pagination-wrapper .pagination .page li .page-numbers img{
  width: 20px;
}
.news_wrap #sub_section01 .pagination-wrapper .pagination .page li .prev{
  rotate: 180deg;
}
.news_wrap #sub_section01 .pagination-wrapper .pagination .page li .current{
  background-color: #2937DD;
  color: #fff;
}
.newsView_wrap #sub_section01 {
  padding: 100px 0;
}
.newsView_wrap #sub_section01 .nv_inner{
  max-width: 830px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}
.newsView_wrap #sub_section01 .nv_inner .topbutton{
  margin-bottom: 50px;
}
.newsView_wrap #sub_section01 .nv_inner .topbutton .category{
  font-size: 13px;
  line-height: 26px;
  text-transform: uppercase;
  color: #070f64;
  font-weight: 700;
  font-family: "Inter";
  padding: 12px 20px;
  background-color: #f0f1f7;
  display: flex;
  align-items: center;
  gap: 15px;
  width: fit-content;
}
.newsView_wrap #sub_section01 .nv_inner .topbutton .category img{
  width: 20px;
}
.newsView_wrap #sub_section01 .nv_inner .titleArea p{
  font-size: 30px;
  line-height: 150%;
  margin-bottom: 20px;
}
.newsView_wrap #sub_section01 .nv_inner .titleArea .n_date{
  font-size: 14px;
  font-weight: 400;
  color: #808080;
}
.newsView_wrap #sub_section01 .nv_inner .underbar{
  width: 100%;
  height: 1px;
  background-color: #e2e2e2;
  display: inline-block;
  margin: 20px 0 0;
}
.newsView_wrap #sub_section01 .nv_inner .view_contents{
  margin: 50px 0;
}
.newsView_wrap #sub_section01 .nv_inner .view_contents p{
  font-size: 18px !important;
  line-height: 150% !important;
}
.newsView_wrap #sub_section01 .nv_inner .view_contents p img{
  max-width: 800;
  margin-bottom: 30px;
}
.newsView_wrap #sub_section01 .nv_inner .view_contents p span{
  font-size: 18px !important;
  line-height: 150%;
}
.newsView_wrap #sub_section01 .nv_inner .bottom_profile .profile{
  display: flex;
  align-items: center;
  padding: 30px;
  border: 1px solid #e2e2e2;
  gap: 30px;
  width: 100%;
}
.newsView_wrap #sub_section01 .nv_inner .back_link {
        position: relative;
        display: table;
        font-size: 16px;
        line-height: 22px;
        font-weight: 600;
        text-transform: capitalize;
        color: #fff !important;
        padding: 14px 40px;
        background: #2937dd;
        margin-top: 20px;
        margin: 20px auto 0px;
        cursor: pointer;
        border-radius: 5px;
    }
.newsView_wrap #sub_section01 .nv_inner .bottom_profile .profile .imgbox{
  width: 100px;
  height: 100px;
}
.newsView_wrap #sub_section01 .nv_inner .bottom_profile .profile .imgbox img{
  width: 100%;
}
.newsView_wrap #sub_section01 .nv_inner .bottom_profile .profile .textbox span{
  font-size: 14px;
  font-weight: 700;
  color: #2937DD;
  display: block;
  margin-bottom: 10px;
}
.newsView_wrap #sub_section01 .nv_inner .bottom_profile .profile .textbox h2{
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
.review_wrap #sub_section01 {
  padding: 100px 0;
}
.review_wrap #sub_section01 .inner .reviewArea{
  margin-bottom: 50px;
}
.review_wrap #sub_section01 .inner .reviewArea .review_paper {
	display: flex;
	padding: 5px;
}
.review_wrap #sub_section01 .inner .reviewArea .review_paper .reviewSwiper{
	width:100%;
}
.review_wrap #sub_section01 .inner .reviewArea .review_paper .review-wrapper{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  width:100%;
}
.review_wrap #sub_section01 .inner .reviewArea .review_paper .posting {
	height: 365px;
	background: #ffffff;
	box-shadow: 0px 0px 4px #d5d5d5;
	display: flex;
	flex-direction: column;
  width:calc((100% - 60px) / 3);
  cursor:pointer;
  box-shadow: 1px 1px 15px 1px rgba(128, 128, 128, .5);
}
.review_wrap #sub_section01 .inner .reviewArea .review_paper .posting .imgbox{
  width: 74px;
height: 74px;
margin-top: 30px;
margin-left: 20px;
border-radius: 50%;
overflow: hidden;
}
.review_wrap #sub_section01 .inner .reviewArea .review_paper .posting .imgbox img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review_wrap #sub_section01 .inner .reviewArea .review_paper .posting .user {
        display: flex;
        align-items: center;
        font-size: 16px;
        color: #777777;
        font-weight: 500;
        gap: 8px;
        padding-left: 20px;
        margin-top: 12px;
        margin-bottom: 12px;
    }
.review_wrap #sub_section01 .inner .reviewArea .review_paper .posting .user img{
    height: 16px;
}
    .review_wrap #sub_section01 .inner .reviewArea .review_paper .posting .mid {
        overflow: hidden;
        padding: 0px 20px;
        height: 165px;
        display: flex;
        flex-direction: column;
    }
.review_wrap #sub_section01 .inner .reviewArea .review_paper .posting .package {
        display: flex;
        margin-top: auto;
        gap: 8px;
    }
.review_wrap #sub_section01 .inner .reviewArea .review_paper .posting .package img{
    height:16px;
}
.review_wrap #sub_section01 .inner .reviewArea .review_paper .posting .mid .txt{
    font-size: 16px;
	color: #212429;
	font-weight: 500;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	line-height: 1.3;
}
.review_wrap #sub_section01 .inner .reviewArea .review_paper .posting .mid p span{
  font-size: 16px !important;
  line-height: 150%;
}
.review_wrap #sub_section01 .inner .reviewArea .review_paper .posting .more {
        width: 100%;
        height: 55px;
        background: #f4f5f8;
        padding-left: 30px;
        padding-right: 50px;
        display: flex;
        transition: .5s;
        margin-top: auto;
    }
.review_wrap #sub_section01 .inner .reviewArea .review_paper .posting .more ul{
	display:flex;
	align-items:center;
	width: 100%;
}
.review_wrap #sub_section01 .inner .reviewArea .review_paper .posting .more ul li{
	color:#777777;
	font-size:16px;
	font-weight:500;
	display:flex;
	align-items:center;
}
.review_wrap #sub_section01 .inner .reviewArea .review_paper .posting .more ul li.hits{
	margin-left:auto;
}
.review_wrap #sub_section01 .inner .reviewArea .review_paper .posting .more ul li .icon02{
	width:16px;
	height:16px;
	margin-right: 9px;
}
.review_wrap #sub_section01 .inner .reviewArea .review_paper .posting .more ul li .more_img{
	display:none;
}
.review_wrap #sub_section01 .swiper-pagination2 {
  position: absolute;
  bottom: 65px;
  width: 140px;
}
.review_wrap #sub_section01 .swiper-pagination2 .swiper-button-next {
  background-image: url(../img/icon_prev.png);
  background-size: 55px 55px;
	right: 10px;
  width: 55px;
  height: 55px;
  left: 0px;
}
.review_wrap #sub_section01 .swiper-pagination2 .swiper-button-prev {
  background-image: url(../img/icon_next.png);
  background-size: 55px 55px;
  width: 55px;
  height: 55px;
	left: auto;
  right: 10px;
}

.review_wrap #sub_section01 .swiper {
  width: 100%;
  height: 100%;
}

.review_wrap #sub_section01 .posting {
  font-size: 18px;
  background: #fff;
  display: flex;
}

.review_wrap  #sub_section01 .pagination-wrapper .pagination .page{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.review_wrap  #sub_section01 .pagination-wrapper .pagination .page li{
  width: 50px;
  height: 50px;
  background-color: #F0F1F7;
}
.review_wrap  #sub_section01 .pagination-wrapper .pagination .page li .page-numbers{
  width: 50px;
  height: 50px;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #070f64;
}
.review_wrap  #sub_section01 .pagination-wrapper .pagination .page li .page-numbers img{
  width: 20px;
}
.review_wrap  #sub_section01 .pagination-wrapper .pagination .page li .prev{
  rotate: 180deg;
}
.review_wrap  #sub_section01 .pagination-wrapper .pagination .page li .current{
  background-color: #2937DD;
  color: #fff;
}
/*news END*/

/* index */
#index_section {
	background:#2937dd;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	z-index: 99999999;
	}
#index_section .loading-ring {
            width: 120px;
            height: 120px;
            border: 4px solid rgba(255, 255, 255, 0.3); /* 흐린 테두리 */
            border-top: 4px solid #ffffff; /* 흰색 로딩 바 */
            border-radius: 50%;
            animation: spin 1s linear infinite;
        }

        /* 회전 애니메이션 */
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
#index_section .txt_loading {margin-top:40px;font-size:60px;color:#ffffff;}
/* END index */


#toTop{
  z-index: 9999;
  width: 100px;
  height: 100px;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #070e5d;
  bottom: 50px;
  right: 50px;
  border-radius: 100%;
  cursor: pointer;
}
#toTop::after{
  content: '';
  background-color: rgba(255, 255, 255,.3);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  width: 80%;
  height: 80%;
  z-index: -1;
}
#toTop img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: rotateImage 15s linear infinite; /* Add animation */
}

@keyframes rotateImage {
  0% {
    transform: rotate(0deg); /* Starting position */
  }
  100% {
    transform: rotate(360deg); /* Full rotation */
  }
}





#customerContent {
        width: 100%;
        background-color: #131227;
        padding-top: 80px;
        padding-bottom: 100px;
        background-image: url(../img/bg-shape-tm-1.png);
        background-repeat: no-repeat;
        background-position: top;
    }
#customerContent .inner{
	display: flex;
	gap: 0px;
	width: 600px;
	flex-direction: column;
	}
#customerContent .Lcont{
	display: flex;
	flex-direction: column;
	width: 100%;
	flex-shrink: 0;
	padding-top:50px;
	margin-bottom: 20px;
	}
    #customerContent .Lcont .txtbox {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #2d2d47;
    }
#customerContent .Lcont .txtbox .txt{
	font-size:55px;
	color: #ffffff;
	font-weight: 700;
	}
#customerContent .Lcont .info{
	overflow:hidden;
	}
#customerContent .Lcont .info .txt{
	font-size: 22px;
    line-height: 1;
    color: #ffffff;
    font-weight: 500;
	margin-bottom:10px;
	}
#customerContent .Lcont .info .date_desc{
	font-size: 16px;
    line-height: 26px;
    color: #a09fb0;
    font-weight: 400;
	}
#customerContent .Lcont .info .row{
	display:flex;
	}
#customerContent .Lcont .info .row .address{
	font-size: 16px;
    line-height: 26px;
    color: #a09fb0;
    font-weight: 400;
	}
#customerContent .Lcont .info .row .box2{
	margin-left:auto;
	}
#customerContent .Lcont .info .row .box2 .phone_number a{
	font-size: 16px;
    line-height: 26px;
    color: #a09fb0;
    font-weight: 400;
	}
#customerContent .Lcont .info .row .box2 .gmail_address{
	font-size: 16px;
    line-height: 26px;
    color: #a09fb0;
    font-weight: 400;
	}

    #customerContent .Rcont {
        border: 1px solid #2d2d47;
        padding: 40px 25px 25px 25px;
        width: 100%;
        height: 600px;
        border-radius: 30px;
        display: flex;
        flex-direction: column;
        gap: 35px;
    }
    #customerContent .Rcont .form-group{
        display:flex;
		flex-direction:column;
    }
    #customerContent .Rcont .form-group label{
        font-size:16px;
		color:#ffffff;
		margin-bottom:7px;
    }
    #customerContent .Rcont .form-group input{
        border-radius: 28px;
        background: #24233a;
        font-size: 16px;
        line-height: 40px;
        color: #c8bec9;
        font-weight: 400;
        border: 1px solid transparent;
        padding-left: 16px;
        height: 50px;
    }
    #customerContent .Rcont .form-group input:focus{
		border: 1px #336aea solid;
    }
    #customerContent .Rcont .form-group textarea{
        border-radius: 28px;
        background: #24233a;
        font-size: 16px;
        line-height: 40px;
        color: #c8bec9;
        font-weight: 300;
        border: 1px solid transparent;
        padding-left: 16px;
        height: 200px;
		outline:none;
		font-family: 'Pretendard', sans-serif;
    }
    #customerContent .Rcont .form-group textarea:focus{
        border: 1px #336aea solid;
    }
    #customerContent .send_btn{
       width: 100%;
    height: 60px;
    background: #336aea;
    border-radius: 10px;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    }






	/*top css*/

#header .rightArea  {
	display: flex;
	align-items: Center;
	margin-left: auto;
	flex-shrink: 0;
	}

#header .office_menu  {
	display: flex;
    flex-shrink: 0;
    margin-right: 30px;
    align-items: center;
	}

#header .office_menu .login_info {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #ffffff;
	gap:5px;
    }
#header .office_menu .login_info a{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #ffffff;
	gap:5px;
    }

#header .office_menu .logoutBt {
	background: rgba(27, 127, 204, .8);
	padding: 7px 20px;
	border-radius: 20px;
	color: #ffffff;
	font-size: 14px;
	margin-left: 20px;
	}

#header .office_menu .login_info img {
        height:22px;
    }
#header .office_menu .login_area {
	display: flex;
    gap: 40px;
	}
#header .office_menu .login_area p a{
	color:#ffffff;
	font-size:18px;
	}
#header .office_menu .login_area p a:hover{
	color: #aec6ff;
	}
#header .office_menu .lecture_room {
	background: #336aea;
	padding: 7px 14px;
	border-radius: 5px;
	color: #ffffff;
	font-size: 14px;
	margin-left: 20px;
}
#header .office_menu .ts_room {
	background: #b80000;
        padding: 7px 21px;
        border-radius: 5px;
        color: #ffffff;
        font-size: 14px;
        margin-left: 20px;
}
#header .office_menu .api_guide {
        background: #e0002e;
        padding: 7px 20px;
        border-radius: 20px;
        color: #ffffff;
        font-size: 14px;
        margin-left: 20px;
    }
#header .office_menu .api_guide.api_off {
        background: #a7a7a7; !important;
    }


    #header .office_menu .site_map {
        margin-left: 20px;
        position: relative;
    }
#header .office_menu .site_map .select-style {
		position: relative;
		display: inline-block;
	}
#header .office_menu .site_map .select-style select {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -1;
	}
#header .office_menu .site_map .select-button {
        cursor: pointer;
        background-color: #336AEA;
        border: none;
        padding: 7px 14px;
        border-radius: 5px;
        color: #ffffff;
        font-size: 14px;
    }

#header .office_menu .site_map .select-list-scroll {
        width: 140px;
        position: absolute;
        top: 120%;
        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);
    }

#header .office_menu .site_map  .select-style.toggle .select-list-scroll {
		display: block; /* active 클래스가 추가되면 보이도록 설정 */
	}
	/* 리스트 아이템 스타일 */
#header .office_menu .site_map  .list-item-button {
		background: none;
		border: none;
		text-align: left;
		width: 100%;
		cursor: pointer;
		font-size: 16px;
		color: #a3a3a3;
	}
#header .office_menu .site_map .list-item-button a {
        font-size: 14px;
        color: #a3a3a3;
        width: 100%;
        display: block;
        padding: 7px 14px;
    }

#header .office_menu .site_map  .list-item-button:hover {
		background-color: #383838;
	}

.left_menu .m_menu_area {display:none;}



.termsContent #app {
    background-color: white;
    padding: 25px;
    width: 100%;
    border: 1px #e4e4e4 solid;
    border-radius: 30px;
    margin: 100px auto 100px;
}
    .termsContent #app .sign_in {
        display: flex;
        flex-direction: column;
        gap: 15px;
        text-align: right;
    }
.termsContent #app .sign_in p{
    font-size:14px;
    }
.termsContent #app .sign_in span{
        font-weight: 700;
        color: #3f3682;
    }
.termsContent #app .formArea{
    display:flex;
	flex-direction:column;
	gap:30px;
}
.termsContent #app h1 {
    font-weight: bold;
    font-size: 24px;
    padding: 8px 0;
    margin-bottom: 8px;
    border-bottom: 1px solid #eaeaf2;
}
.termsContent #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;
}
.termsContent #app h6 {
    font-size: 16px;
    margin-block-end: 1em;
}
.termsContent #app p {
    word-break: keep-all;
	font-size:16px;
}
.termsContent #app p.t1 {
    margin-top:10px;
}
    .termsContent #app ul.typeA {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
    }
    .termsContent #app ul.typeB {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
.termsContent #app ul.typeA li{
   display:flex;
   font-size:14px;
   font-weight:500;
}
.termsContent #app ul.typeA li span{
   margin-right: 10px;
   display:flex;
}
.termsContent #app .table_type{
    width: 100%;
    max-width: 600px;
    border: 1px #e4e4e4 solid;
	margin-top:10px;
	margin-bottom:10px;
}
.termsContent #app .w60{
    width:60px;
}
.termsContent #app .table_type th {
        background: #e4e4e4;
        border: 1px #c2c2c2 solid;
        height: 40px;
        font-size: 14px;
        font-weight: 500;
    }
.termsContent #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;
    }
.termsContent #app .sign_form {
        display:flex;
		flex-direction: column;
		gap:15px;
    }
.termsContent #app .sign_form ul {
        gap: 10px;
        display: flex;
        flex-direction: column;
    }
.termsContent #app .sign_form li{
        display:flex;
    }
    .termsContent #app .sign_form li span.name {
        width: 235px;
        margin-left: 15px;
    }
.termsContent #app .sign_form li span.in{
        margin-left:auto;
}
.greeting_wrap #sub_section01 .inner .textArea {
  width: calc(100% - 600px);
}
.greeting_wrap #sub_section01 .imgArea02{
  width: 500px;
  height: 600px;
  position: relative;
}
.greeting_wrap #sub_section01 .g_imgbox{
  width: 450px;
  height: auto;
}
.greeting_wrap #sub_section01 .g_imgbox img{
  width: 100%;
}
.greeting_wrap #sub_section01 .textArea span{
  font-size: 16px;
  font-weight: 800;
  display: flex;
  align-items: center;
  color: #336aea;
  margin-bottom: 25px;
}
.greeting_wrap #sub_section01 .textArea h2{
  font-size: 26px;
  font-weight: 800;
  line-height: 120%;
}
.greeting_wrap #sub_section01 .textArea .line{
  width: 100px;
  height: 1px;
  background-color: #808080;
  margin: 40px 0;
}
.greeting_wrap #sub_section01 .textArea .textbox p{
  font-size: 14px;
  font-weight: 500;
  color: #6a6f78;
  line-height: 200%;
  word-break: keep-all;
}






#header .rightArea .Lang_choice {
	margin-left: 20px;
	}
#header .rightArea .Lang_choice ul {
	display: flex;
	gap: 23px;
	position: relative;
	}
#header .rightArea .Lang_choice ul:after{
	content: '';
	width: 1px;
	position: absolute;
	top: 2px;
	left: 50%;
	height: 10px;
	background: #ffffff;
	transform: translateX(-50%);
	}
#header .rightArea .Lang_choice ul li p {
	color: #ffffff;
	font-size: 14px;
	cursor:pointer;
    }