@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: 1750px;
    margin: 0 auto;
    padding: 0 15px;
}
.inner2{
    width: 100%;
    max-width: 1315px;
    margin: 0 auto;
    padding: 0 15px;
}

.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
}


#wrap{
    max-width: 1920px;
    margin: auto;
}
.main_wrap{
    overflow: hidden;
}
/* 怨듯넻 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: 60px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
}
#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{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .inner .logo a .logo_svg{
 height:40px;
}
#header .inner .logo a .logoname{
  font-size: 32px;
  font-weight: 400;
  color: #ffa800;
}
.logo_scrolled {
	display: none;
}

.sitemap-line-btn.active .square {
  margin-right: 0;
  background: #000000 !important;
}
#header .inner .menuArea{
    display: none;
}
#header .inner .menuArea .menusc{
  width: calc(100% - 125px);
  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%;
}

.m_hide {display:none;}

#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;
}
#header .inner .menuArea .menusc .mList a.list_title:hover{
  color: #ffa500;
}

#header .inner .menuArea .menusc .mList .submenu{
  position: absolute;
  z-index: 9;
  width: 100%;
  margin-top: 1px;
  /* height: 250px; */
  height: 0;
  overflow: hidden;
  border-left: 1px solid #e2e2e2;
  transition: background-color 0.3s ease;
}
#header .inner .menuArea .menusc .mList .submenu2{
  border-right: 1px solid #e2e2e2;
}
#header .inner .menuArea .menusc .mList .submenu li:first-child{
  margin-top: 30px;
}
#header .inner .menuArea .menusc .mList .submenu li{
  height: 40px;
  margin: 5px 0;
}
#header .inner .menuArea .menusc .mList .submenu li a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* background-color: salmon; */
  height: 100%;
  margin: 0 auto;
  font-size: 16px;
}
#header .inner .menuArea .menusc .mList .submenu li a:hover{
  color: #ffa500;
  transition: .3s;
}
.scrolled {
        background: rgba(0, 0, 0, .6);
    }
#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;
}
#header .rightArea{
  display: flex;
  width: fit-content;
  position: relative;
  gap: 10px;
}
#header .rightArea .left_box{
  display: flex;
  gap: 10px;
  width: 100px;
}
#header .rightArea .lang_select{
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
}
#header .rightArea .langbox{
  display: inline-block;
  width: calc(50% - 1px);
  height: 30px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .3s;
  color:#ffffff;
}
#header .rightArea .lang_select .lang_line{
  height: 15px;
  background-color: #d2d2d2;
  width: 1px;
}
#header .rightArea .en{
  color: #d2d2d2;
}
#header .rightArea .langbox:hover{
  color: #eeeeee;
}
#header .rightArea .partner_select{
    display: none;
}
#header .rightArea .partner_select p{
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
}
#header .rightArea .partner_select p img{
  width: 12px;
  margin-left: 5px;
}
#header .rightArea .partner_select .partner_select_list{
  display: flex;
  flex-direction: column;
  position: absolute;
  align-items: center;
  width: 100%;
  display: none;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 20px;
  padding: 15px 0;
}
#header .rightArea .partner_select .partner_select_list a{
  height: 50px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  padding: 15px 0;
}
#header .rightArea .partner_select .partner_select_list a img{
  width: 30px;
}
#header .rightArea .partner_select .partner_select_list a .hs{
  height: 30px;
  width: auto;
}
.sitemap-line-btn {
  width: 40px;
  height: 30px;
  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: 2px;
  height: 2px;
  background-color: #CF3685;
  margin-right: 5px;
  transition: background 0.4s ease-in-out, opacity 0.3s ease-in-out;
}

.sitemap-line-btn .s2 {
  width: 2rem;
  height: 2px;
  background: #ffffff;
  transition: background 0.4s ease-in-out;
}

/* 踰꾪듉 �쒖꽦�� �곹깭 */
.sitemap-line-btn.active {
  width: 4rem;
}

.sitemap-line-btn.active .line:nth-child(1) {
  transform: translateY(4px) translateX(-7px) rotate(45deg);
}

.sitemap-line-btn.active .line:nth-child(2) {
  transform: translateY(-6px) translateX(6px) rotate(-45deg);
}

/* �묒� �ㅻえ �④린湲� (�좊땲硫붿씠�� �ы븿) */
.sitemap-line-btn.active .s1 {
 opacity: 0;
  transform: scale(0);
}

.sitemap-line-btn.active .square {
  margin-right: 0;
}
.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%;
	flex-direction: column;
	justify-content: center;
}
.m_menu .mobile-scroll .m_menu_area{
  display: flex;
  gap:10px;
}
.m_menu .mobile-scroll .m_menu_area .lecture_room{
	background: #336aea;
	padding: 7px 14px;
	border-radius: 5px;
	color: #ffffff;
	font-size: 14px;
}
.m_menu .mobile-scroll .m_menu_area .ts_room{
	background: #b80000;
	padding: 7px 14px;
	border-radius: 5px;
	color: #ffffff;
	font-size: 14px;
}
.m_menu .mobile-scroll .m_menu_area .ts_room{
	background: #b80000;
	padding: 7px 14px;
	border-radius: 5px;
	color: #ffffff;
	font-size: 14px;
}
.m_menu .mobile-scroll .m_menu_area .api_guide{
	background: #e0002e;
	padding: 7px 20px;
	border-radius: 20px;
	color: #ffffff;
	font-size: 14px;
}
.m_menu .mobile-scroll .m_menu_area .api_guide.api_off {
        background: #a7a7a7;
    }
.m_menu .mobile-scroll .m_menu_area .site_map {
        position: relative;
    }
.m_menu .mobile-scroll .m_menu_area .site_map .select-style {
		position: relative;
		display: inline-block;
	}
.m_menu .mobile-scroll .m_menu_area .site_map .select-style select {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -1;
	}
.m_menu .mobile-scroll .m_menu_area .site_map .select-button {
        cursor: pointer;
        background-color: #336AEA;
        border: none;
        padding: 7px 14px;
        border-radius: 5px;
        color: #ffffff;
        font-size: 14px;
    }

.m_menu .mobile-scroll .m_menu_area .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);
    }

.m_menu .mobile-scroll .m_menu_area .site_map  .select-style.toggle .select-list-scroll {
		display: block; /* active 클래스가 추가되면 보이도록 설정 */
	}
	/* 리스트 아이템 스타일 */
.m_menu .mobile-scroll .m_menu_area .site_map  .list-item-button {
		background: none;
		border: none;
		text-align: left;
		width: 100%;
		cursor: pointer;
		font-size: 16px;
		color: #a3a3a3;
	}
.m_menu .mobile-scroll .m_menu_area .site_map .list-item-button a {
        font-size: 14px;
        color: #a3a3a3;
        width: 100%;
        display: block;
        padding: 7px 14px;
    }

.m_menu .mobile-scroll .m_menu_area .site_map  .list-item-button:hover {
		background-color: #383838;
	}



.m_menu .m_menusc {
	display: flex;
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
	margin-top: 50px;
	flex-wrap: wrap;
    }
.m_menu .m_menusc .m_mList{
  width: 50%;
  position: relative;
  margin-bottom:30px;
  max-width: 200px;
}
.m_menu .m_menusc .m_mList .m_list_title{
  font-size: 16px;
	font-weight: 600;
	height: 30px;
	display: block;
	text-align: center;
	margin-bottom: 5px;
}

.m_menu .m_menusc .m_mList .m_submenu{
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}
.m_menu .m_menusc .m_mList .m_sub{
  height: 25px;
  display: flex;
  align-items: center;
  font-size: 12px;
  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;
}
.m_menu .m_menusc .m_mList .m_submenu .sub{
  height: 35px;
  line-height: 35px;
}
.m_menu .m_menusc .m_mList .m_submenu .sub a {
  transition: padding-left 0.3s ease; /* 글자 이동 애니메이션 */
  font-size: 12px;
}
.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; /* 마우스 호버 시 이미지 나타남 */
}


@-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: 5px;
  left: 0;
  content: '';
  display: inline-block;
  transition: .3s;
  opacity: 0;
}
.m_menu .m_menusc .m_mList:hover:before{
  opacity: 1;
}
/* #header */

.main_wrap .title_txt {overflow:hidden;}
.main_wrap .title_txt .txt{
	font-size:30px;
	color:#232323;
	font-weight:700;
	margin-bottom:20px;
	line-height:1;
	}
.main_wrap .title_txt .stxt {
	font-size: 18px;
	color: #6a6b74;
	font-weight: 500;
	line-height: 1.4;
}
.visual-sec{
  position:relative;
}
.visual-sec .mySwiper .swiper-wrapper .swiper-slide::after {
        content: '';
        background: url(../img/visual_bg.png) no-repeat;
        background-size: cover;
        width: 405px;
        height: 405px;
        position: absolute;
        position: absolute;
        top: 200px;
        left: -100px;
        z-index: 99;
    }
.visual-sec .swiper {
  width: 100%;
  height: 880px;
  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: 900px;
	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: 50%;
	z-index: 50;
	transform: translateY(-50%);
	padding-left: 20px;
	z-index: 99999;
}
.visual-sec .swiper-slide .textArea h2{
  font-size: 40px;
  font-weight: 700;
  color:#ffffff;
}
.visual-sec .swiper-slide .textArea p {
	font-size: 40px;
	font-weight: 500;
	color: #ffffff;
	line-height: 1.1;
}
.visual-sec .more_Bt {
	border: 1px #ffffff solid;
	height: 50px;
	display: block;
	width: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	margin-top: 30px;
	font-size: 16px;
	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: 100px !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: 14px;
        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{
  display:none;
}
/* //visual */



  /* #section01 */
#section01 {
  padding: 100px 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;
	margin-top: 40px;
	flex-direction: column;
    }

#section01 .video_list .video_item {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

#section01 .video_list .video_item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* //#section01 */

/* #section02 */
#section02 {
	padding: 100px 0;
	background-image: url(../img/se2_bg.png);
	background-position: top;
	position: relative;
	background-repeat: repeat;
	background-size: auto;
    }
    #section02 #visual_bg {
        display:none !important;
    }
    #section02 .title_txt {
        text-align: right;
        z-index: 99999;
        position: relative;
    }
#section02 .title_txt .txt{
    font-size:30px;
}
#section02 .title_txt .stxt {
    font-size: 16px;
	color: #141414;
	font-weight: 500;
	line-height: 1.3;
    }
#section02 .title_txt .txt span{
  color:#336aea;
  display: block;
}
#section02 .itemArea {
	margin-top: 50px;
	display: flex;
	gap: 20px;
	z-index: 9999;
	position: relative;
	flex-direction: column;
}


#section02 .itemArea .item01{
  width:100%;
  height:250px;
  border-top:6px solid #336aea;
  padding-top:35px;
  position:relative;
  background: #222429 !important;
  height: 250px;
  padding-left: 25px;
}
#section02 .itemArea .item01 img {
        display: block;
        z-index: 9999;
        position: relative;
        margin-bottom: 15px;
		height:55px;
    }
#section02 .itemArea .item01 p{
  position:relative;
  z-index:99;
}
#section02 .itemArea .item01 .txt1{
  color:#ffffff;
  font-size:18px;
  font-weight:700;
  line-height:1;
  margin-bottom:12px;
}
#section02 .itemArea .item01 .txt2{
  color:#ffffff;
  font-size:16px;
  font-weight:400;
  opacity:0.8;
}
#section02 .itemArea .item01 .txt3 {
	color: #ffffff;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.3;
	margin-top: 10px;
	opacity: 0.42;
}
/* //#section02 */


/* #section03 */
#section03 {
        padding: 100px 0;
        background-image: url(../img/se3_visual.png);
        background-position: top right;
        position: relative;
        background-color: #121127;
        background-repeat: no-repeat;
    }

#section03 .main_icon07{
  width:100%;
  height:100%;
  margin-bottom:20px;
}
#section03 .itemArea {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }
#section03 .itemArea .itemIn {
 display: flex;
	flex-direction: column;
	gap: 25px;
}
#section03 .itemArea .itemIn .logoImg{
	width:250px;
}
#section03 .itemArea .itemIn .txt_form {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
    }
#section03 .itemArea .itemIn .txt_form img{
	height:33px;
    }
#section03 .itemArea .itemIn .txt_form p {
 font-size:20px;
 color:#ffffff;
 font-weight:500;
}
#section03 .itemArea .itemIn .stxt {
 font-size:16px;
 color:#a09fb0;
 font-weight:500;
}
#section03 .itemArea .itemIn .stxt br{
 display:none;
}

/* //#section03 */


/* #section04 */
#section04 {
  padding: 100px 0;
  position: relative;
  overflow:hidden;
  background-color: #F0F0F7;
}

#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:18px;
  color:#336aea;
  font-weight:700;
}
#section04 .text_form .form{
  display: flex;
	margin-top: 15px;
	flex-direction: column;
}
#section04 .text_form .form .txt1{
  font-size:30px;
	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: 18px;
	font-weight: 500;
	color: #141414;
	text-align: left;
	line-height: 1.3;
	margin-top: 15px;
}
#section04 .text_form .form .txt2 br {display:none;}
#section04 .itemArea {
	overflow:hidden;
	margin-top: 60px;
}
#section04 .itemArea .item{
	display:flex;
	gap:20px;
  flex-direction: column;
	margin-bottom: 20px;
}
#section04 .itemArea .item .product{
	width: 100%;
	height: 230px;
  position: relative;
}

#section04 .itemArea .item .product img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
  object-fit: cover;
}
#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: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  text-align: right;
}
#section04 .itemArea .item .product .textbox p{
  font-size: 16px;
  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: 100%;
  height: 230px;
  position: relative;
  overflow: hidden;
}
#section04 .itemArea .item .imgBox img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
  object-fit: cover;
}
#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: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  text-align: right;
}
#section04 .itemArea .item .imgBox  .textbox p{
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-align: right;
}

#section04 .itemArea .item01 .imgBox .textbox {
  color: #a4160a;
}
#section04 .itemArea .item02 .product .textbox {
  color: #5d005d;
}
#section04 .itemArea .item02 .imgBox .textbox {
  color: #003a37;
}
#section04 .itemArea2 {
	margin-top:30px;
}
#section04 .itemArea2 .tit{
	text-align:center;
	color:#000000;
	font-size:22px;
	font-weight:700;
	margin-bottom: 60px;
}
    #section04 .itemArea2 .item02 {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
		gap: 10px;
		flex-direction:column;
    }
    #section04 .itemArea2 .item02 .box {
        display: flex;
        flex-direction: column;
        position: relative;
        align-items: center;
		width: 100%;
		margin-bottom: 40px;
    }
    #section04 .itemArea2 .item02 .box .imgbox{
      width: 250px;
      height: 250px;
      position: relative;
      margin-bottom: 30px;
    }
    
	#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: 20px;
        font-weight: 700;
        margin-bottom: 15px;
        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: 430px;
	padding-top: 60px;
}
#section05::before {
        width: 267px;
        height: 197px;
        background: url(../img/se05_img.png);
        content: '';
        position: absolute;
        bottom: 0px;
        right: 0px;
        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:28px;
  font-weight:700;
  padding-left: 20px;
}
#section05 .txt2{
  color:#ffffff;
  font-size:16px;
  font-weight:500;
  margin-bottom:20px;
}
#section05 .input_form {
	display: flex;
	gap: 20px;
	position: relative;
	z-index: 99;
}
#section05 .input_form .email_input {
        width: 250px;
        height: 45px;
        background: #ffffff;
        padding-left: 15px;
        font-size: 14px;
        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: #eee;
}
#section05_1 .titleArea{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 60px;
}
#section05_1 .titleArea h2{
  font-size: 30px;
  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;
}
#section05_1 .flex_box_a .video_list{
  display: flex;
  gap: 20px;
  margin-top: 40px;
  flex-direction: column;
}
#section05_1 .video_list .video_item {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#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: 100px;
  padding-bottom: 70px;
}
    #section06 .stxt {
        font-size: 16px;
        font-weight: 700;
        color: #336aea;
        margin-bottom: 15px;
    }
#section06 .txt{
  font-size:30px;
  font-weight:700;
  color:#ffffff;
}

#section06 .video_list {
   display: flex;
        gap: 20px;
        margin-top: 40px;
        flex-direction: column;
}

#section06 .video_list .video_item {
   position: relative;
        width: 100%;
        padding-top: 56.25%;
}

#section06 .video_list .video_item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#section06 .flex_box {
        display: flex;
        flex-direction: column;
        gap: 35px;
    }
#section06 .zoom_list {
    display: flex;
    gap: 40px;
	margin-top:40px;
	flex-direction: column;
}
#section06 .zoom_list .main_zoom {
        width: 100%;
        padding-top: 56.25%;
        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 {
	overflow: hidden;
	position: relative;
	z-index: 9999;
	padding-bottom: 70px;
        padding-top: 70px;
}
#section07 .title_txt{
  text-align:center;
}
#section07 .title_txt .stxt {
	color: #336aea;
	line-height: 1;
	margin-bottom: 15px;
}
#section07 .title_txt .txt{
	font-size: 30px;
	font-weight: 700;
	color: #141414;
	line-height: 1;
}
#section07 .newsList{
  overflow:hidden;
  margin-top:60px;
  display:flex;
  gap:20px;
  flex-direction: column;
}
#section07 .newsList .list{
  width:100%;
  cursor:pointer;
}
.newsList .list .Thumbnail {position:relative; width: 100%; height: 250px; overflow: hidden;}
.newsList .list .Thumbnail img {width: 100%;height: 100%; object-fit: cover;}
.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: 20px;
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
        border: 1px #e4e4e4 solid;
        overflow: hidden;
    }
    .newsList .list .view_info p{
      margin-bottom: 15px;
    }
.newsList .list .view_info .newsTitle {
	font-size: 14px;
	color: #646b74;
	font-weight: 500;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	line-height: 1.3em;
	height: 7em;
	white-space: normal;
	overflow: hidden;
}
.newsList .list .more{
	width: 100%;
	height: 45px;
	background: #f4f5f8;
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	transition: .5s;
}
.newsList .list .more ul{
	display:flex;
	align-items:center;
	width: 100%;
}
.newsList .list .more ul li{
	color:#777777;
	font-size:13px;
	font-weight:500;
	display:flex;
	align-items:center;
}
.newsList .list .more ul li.hits{
	margin-left:auto;
}
.newsList .list .more ul li .icon02{
	width:13px;
	height:13px;
	margin-right: 9px;
}
.newsList .list .more ul li .more_img{
	display:none;
}

/* //section07 */
#section08 {
	overflow:hidden;
	width:100%;
	background:#f8f8f8;
	padding-top:100px;
	padding-bottom:100px;
}
#section08 .inner {
}

#section08 .inner .txtBox {
        overflow: hidden;
		position: relative;
		margin-bottom:30px;
    }
#section08 .inner .txtBox .txt{
	font-size:18px;
	color:#336aea;
	font-weight:500;
	margin-bottom: 15px;
}
#section08 .inner .txtBox .txt2{
	font-size:30px;
	color:#222429;
	font-weight:700;
	line-height:1.3;
}
#section08 .inner .txtBox .txt3 {
        font-size: 16px;
        color: #6a6f7c;
        font-weight: 400;
        line-height: 1.3;
        margin-top:20px;
    }
#section08 .inner .slideArea .slide_paper {
	display: flex;
	padding: 5px;

	overflow: hidden;
}
#section08 .inner .slideArea .slide_paper .slide {
	width:auto;
	height: 335px;
	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: 13px;
        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: 13px;
}
#section08 .inner .slideArea .slide_paper .slide .mid {
    overflow:hidden;
	padding: 0px 20px;
}
#section08 .inner .slideArea .slide_paper .slide .package {
	display: flex;
	align-items: center;
	margin-top: 30px;
	gap: 8px;
	font-size:16px;
    }
#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 .more{
	width: 100%;
	height: 45px;
	background: #f4f5f8;
	padding-left: 20px;
	padding-right: 20px;
	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 {
        display: none;
    }
    #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) repeat;
        background-size: auto;
        padding-top: 80px;
        overflow: hidden;
        position: relative;
        padding-bottom: 80px;
	}
.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% 5%, 100% 75%, 50% 100%, 0% 90%, 0% 5%);
        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: 25px;
	font-weight: 700;
	line-height: 1;
	margin-top: 15px;
	margin-bottom: 20px;
	}
.package #sub_section01 .txtbox .txt{
	color:#ffffff;
	font-size:14px;
	font-weight:300;
	opacity:0.7;
	line-height:1.3;
	}
.package #sub_section01 .packageList{
	overflow:hidden;
	display:flex;
	gap:20px;
	margin-top: 60px;
	flex-direction: column;
	}
.package #sub_section01 .packageList .item{
	width:100%;
	border-radius:10px;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	background: #f4f5f9;
	transition: all 0.5s;
	padding-bottom: 30px;
	}
.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: 22px;
        color: #000000;
        font-weight: 700;
        line-height: 1;
        margin: 19px 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 80px;
    }
.overview #sub_section01 .inner {
  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: 80px;
        right: 0;
        z-index: -1;
    }
.overview #sub_section01 .inner .contents {
        margin-top: auto;
	align-items: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
	width: 100%;
    }
.overview #sub_section01 .inner .imgArea {
        width: 100%;
	max-width: 640px;
	background-image: url(../img/overview_bg.jpg);
	background-size: cover;
	background-position: center center;
	padding-top: 56.25%;
	border-radius: 10px;
    }
.overview #sub_section01 .inner .contents .textArea {
     width: 100%;
        padding-left: 20px;
        margin-top: 30px;
    }
.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: 22px;
        font-weight: 800;
        margin-bottom: 30px;
    }
.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: 50px;
    padding-bottom: 40px;
	margin-bottom: 20px;
	}
.overview #suv_section02 .txtBox{
	text-align:center;
	}
.overview #suv_section02 .txtBox .tit{
	font-size:22px;
	color:#3d72fc;
	font-weight:700;
	line-height:1;
	margin-bottom:20px;
	}
.overview #suv_section02 .txtBox .tit span{
	color:#000f39;
	}
.overview #suv_section02 .txtBox .stit{
	font-size: 16px;
        color: #212121;
        font-weight: 500;
        line-height: 1.4;
	}
.overview #suv_section02 .itemArea{
	overflow: hidden;
        padding-top: 50px;
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        width: 100%;
	}
.overview #suv_section02 .itemArea .item{
	width: calc((100% / 2) - 10px);
    position: relative;
	}
.overview #suv_section02 .itemArea .item .icon {
	width: 70px;
	height: 70px;
	background: #3d72fc;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 0 auto;
    }
.overview #suv_section02 .itemArea .item .icon img {height:31px;}
.overview #suv_section02 .itemArea .item .icon .number {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        border: 2px #ffffff solid;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-size: 15px;
        font-weight: 500;
        position: absolute;
        top: 50%;
        right: -22px;
        background: #000e38;
        transform: translateY(-50%);
    }
.overview #suv_section02 .itemArea .item .tit{
	font-size: 12px;
	font-weight: 500;
	color: #000e37;
	margin-top: 20px;
	line-height: 1.3;
	text-align: center;
	}
.overview #suv_section02 .itemArea .item .step_text{
	margin-top:10px;
	overflow:hidden;
	}
.overview #suv_section02 .itemArea .item .step_text li{
	margin-bottom:10px;
	font-size:12px;
	font-weight:400;
	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: 180px;
        background: url(../img/overviw_bg03.jpg) no-repeat;
        background-size: cover;
        position: relative;
        margin-bottom: 20px;
    }
.overview #suv_section03 .inner {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.overview #suv_section03 .overviw_user {
	display:none;
	}
.overview #suv_section03 .tit {
	font-size:18px;
	font-weight:700;
	color:#ffffff;
	margin-top:40px;
	line-height:1;
	margin-bottom:15px;
	}
.overview #suv_section03 .stit {
	font-size:14px;
	font-weight:500;
	color:#ffffff;
	line-height:1.3;
	}

/*Compliance*/

.compliance #sub_section01{
	padding-top:80px;
	padding-bottom:80px;
	}
.compliance #sub_section01 .inner{
	display:flex;
	}
.compliance #sub_section01 .guide{
	display:none;
	}
.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:24px;
	font-weight:500;
	line-height:1.4;
	margin-bottom:25px;
	color:#212121;
	}
.compliance #sub_section01 .content .stitle{
	font-size: 18px;
        font-weight: 500;
        margin-bottom: 25px;
        color: #212121;
        opacity: 0.74;
        line-height: 1.4;
	}
.compliance #sub_section01 .content .pliance{
	overflow:hidden;
	margin-bottom:40px;
	}
.compliance #sub_section01 .content .pliance .value{
	display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 16px;
	}
.compliance #sub_section01 .content .pliance .value span{
	font-size:18px;
	font-weight:300;
	}
.compliance #sub_section01 .content .pliance .value{
	font-size: 20px;
        font-weight: 500;
        color: #09141e;
	}
.compliance #sub_section01 .content .pliance .text_box{
	display:flex;
	flex-direction:column;
	gap:15px;
	}
.compliance #sub_section01 .content .pliance .text {
        font-size: 14px;
        font-weight: 400;
        color: #9a9fa0;
        line-height: 1.4;
    }
.compliance #sub_section01 .content .pliance p{
	font-size: 14px;
        font-weight: 400;
        color: #9a9fa0;
        line-height: 1.4;
	}
.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:20px;
	padding-right: 20px;
    }
.compliance #sub_section01 .content .item .txt{
	font-size: 14px;
	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: 411px;
  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: 30px;
        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: 16px;
  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: 16px;
  font-weight: 500;
}
.lia_wrap #sub_section01{
  padding: 80px 0;
}
.lia_wrap #sub_section01 .inner{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
    .lia_wrap #sub_section01 .inner .imgArea {
        width: 100%;
        position: relative;
        padding-top: 100%;
    }
.lia_wrap #sub_section01 .inner .imgArea .b_imgbox{
  position: absolute;
	width: 100%;
	height: 100%;
	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{
  display: none;
}
.lia_wrap #sub_section01 .inner .imgArea .s_imgbox img{
  width: 100%;
}
.lia_wrap #sub_section01 .inner .imgArea .txt_box{
	width: 185px;
	height: 120px;
	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: -10px;
	bottom: -40px;
	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: 16px;
  font-weight: 800;
}
.lia_wrap #sub_section01 .inner .imgArea .txt_box .txtI p{
  font-size: 14px;
  font-weight: 500;
}
.lia_wrap #sub_section01 .inner .textArea{
  width: 100%;
  margin-top: 50px;
}
.lia_wrap #sub_section01 .inner .textArea .t_title p{
  font-size: 14px;
  font-weight: 800;
  display: flex;
  align-items: center;
  color: #336aea;
  margin-bottom: 20px;
}
.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: 20px;
  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: 3px;;
  left: -20px;
}
.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: 80px 0 50px;
  background-color: #f5f6f8;
  margin-bottom: 50px;
}
.lia_wrap #sub_section02 .t_title {
  display: flex;
  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;
  text-align: left;
}
.lia_wrap #sub_section02 .t_title h2{
  font-size: 22px;
  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: left;
}
.lia_wrap #sub_section02 .sec02_contents{
  position: relative;
}
.lia_wrap #sub_section02 .logobox{
  display: none;
}
.lia_wrap #sub_section02 .logobox img{
  width: 100px;
}
.lia_wrap #sub_section02 .sec02_contents ul{
  display: flex;
  flex-direction: column;
  gap: 15px;
  background-image: url(../img/lia_bg.png);
  background-size: inherit;
  background-position: center center;
  position: relative;
}

    .lia_wrap #sub_section02 .sec02_contents ul li {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #fff;
        padding: 30px 20px;
        border-radius: 5px;
    }
.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;
  box-shadow: 0px 0px 6px #e4e4e4;
}
.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%;
}
.value_wrap #sub_section01 {
  padding: 80px 0px
  }
.value_wrap #sub_section01 .inner{
  display: flex;
  flex-direction: column;
}
.value_wrap #sub_section01 .titleArea{
  width: 100%;
}
.value_wrap #sub_section01 .titleArea h2{
  font-size: 30px;
  font-weight: 800;
  line-height: 120%;
  margin-bottom:20px;
}
.value_wrap #sub_section01 .txtArea{
  width: 100%;
}
.value_wrap #sub_section01 .txtArea h3{
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 20px;
}
.value_wrap #sub_section01 .txtArea p{
  font-size: 16px;
        font-weight: 500;
        line-height: 1.4;
        color: #6a6f78;
}
.value_wrap #sub_section02{
  display: flex;
	margin-bottom: 50px;
	flex-direction: column;
}
.value_wrap #sub_section02 .imgArea {
        background-image: url(../img/valuebg.jpg);
        background-size: cover;
        background-position: center center;
        width: 100%;
        display: flex;
        height: 100%;
        padding: 180px 35px 35px;
    }

.value_wrap #sub_section02 .imgArea h2{
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 25px;
}
.value_wrap #sub_section02 .imgArea p{
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 150%;
	opacity: 45%;
}
.value_wrap #sub_section02 .textArea{
  width: 100%;
  background-color: #f4f8f8;
}
.value_wrap #sub_section02 .textArea .tbox{
  width: 100%;
  height: 375px;
  background-color: #fff;
  margin: 0 auto;
  padding: 0 30px;
  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: 20px;
  font-weight: 300;
  color: #0c1e21;
  margin-bottom: 10px;
}
.value_wrap #sub_section02 .textArea .tbox .sub_title{
  font-size: 14px;
  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 p{
  font-size:14px;
}
.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);
  flex-shrink: 0;
}
.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: 100px;
  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: 22px;
}
.value_wrap #sub_section02 .textArea .tbox ul li .l_contents{
  position: fixed;
  background-color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 20px;
  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{
  display: flex;
  position: relative;
}
.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: 80px;
        right: 0;
        z-index: -1;
    }
.organization_wrap #sub_section01 .inner .contents{
  margin-top: auto;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.organization_wrap #sub_section01 .inner .imgArea {
	width: 100%;
	max-width: 640px;
	background-image: url(../img/organization_2.png);
	background-size: cover;
	background-position: center center;
	padding-top: 56.25%;
	border-radius: 10px;
}
.organization_wrap #sub_section01 .inner .contents .textArea{
  width: 100%;
	padding-left: 20px;
	margin-top: 30px;
}
.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:22px;
  font-weight: 800;
  margin-bottom: 30px;
}
.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;
}
.organization_wrap #sub_section02 {
  background-image: url(../img/organization_bg2.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 80px 0 80px;
  position: relative;
}
.organization_wrap #sub_section02 .bgArea {
        width: 300px;
        height: 300px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
        position: absolute;
        top: 300px;
    }
    .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: 80%;
        height: 80%;
        border-radius: 100%;
        background-color: #dde6eb;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
}
    .organization_wrap #sub_section02 .contents {
        position: relative;
        z-index: 999999;
    }

.organization_wrap #sub_section02 .titleArea{
  margin-bottom: 40px;
}
    .organization_wrap #sub_section02 .titleArea .main_title {
        font-size: 22px;
        font-weight: 800;
        text-align: center;
        margin-bottom: 30px;
    }
.organization_wrap #sub_section02 .titleArea .sub_title {
        font-size: 14px;
        font-weight: 500;
        color: #5a5a5a;
        line-height: 1.4;
        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 {
	width: 100%;
	margin-bottom: 30px;
}
.organization_wrap #sub_section02 .contentsArea .t_box{
  width: 100%;
  height: 140px;
  padding: ;
  background-color: #fff;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .5);
}
.organization_wrap #sub_section02 .contentsArea .t_box1 {margin-bottom:10px;}
.organization_wrap #sub_section02 .contentsArea .t_box ul{
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-left: 30px;
  justify-content: center;
  height: 100%;
}
.organization_wrap #sub_section02 .contentsArea .t_box ul li{
  font-size: 14px;
  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;
}

.business_wrap #sub_section01{
  padding: 80px 0 80px;
}
.business_wrap #sub_section01 .inner{
  display: flex;
  position: relative;
}
.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: 80px;
        right: 0;
        z-index: -1;
}
.business_wrap #sub_section01 .inner .contents{
  margin-top: auto;
	align-items: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.business_wrap #sub_section01 .inner .imgArea{
  width: 100%;
	max-width: 640px;
	background-image: url(../img/business_2.png);
	background-size: cover;
	background-position: center center;
	padding-top: 56.25%;
	border-radius: 10px;
}
.business_wrap #sub_section01 .inner .contents .textArea{
  width: 100%;
        padding-left: 20px;
        margin-top: 30px;
}
.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: 22px;
        font-weight: 800;
        margin-bottom: 30px;
}
.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-top: 40px;
  padding-bottom: 80px;
}
.business_wrap #sub_section02 .inner{
  display: flex;
  align-items: center;
  flex-direction: column;
}
.business_wrap #sub_section02 .inner h2{
  font-size: 20px;
  font-weight: 500;
  color: #08084e;
  line-height: 1.4;
  margin-bottom: 35px;
}
.business_wrap #sub_section02 .inner .textArea{
  width: 100%;
}
.business_wrap #sub_section02 .inner .contents{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 20px;
}
.business_wrap #sub_section02 .inner .contents>li:nth-child(odd){
  width: 50%;
}
.business_wrap #sub_section02 .inner .contents>li:nth-child(even){
  width: calc(45% - 5px);
}
.business_wrap #sub_section02 .inner .contents>li h3{
  font-size: 14px;
  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: 12px;
  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: 100%;
        margin-top: 40px;
    }
.business_wrap #sub_section02 .inner .imgArea img{
  width: 100%;
}

.pro_wrap #sub_section01{
  padding: 80px 0 80px;
}
.pro_wrap #sub_section01 .inner{
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 60px;
}
.pro_wrap #sub_section01 .inner .imgArea {
  width: 100%;
	border-radius: 10px;
	overflow: hidden;
	z-index: 1;
	background-image: url(../img/pro_1.jpg);
	background-size: cover;
	background-position: center 100%;
	padding-top: 100%;
}
.pro_wrap #sub_section01 .inner .textArea{
  width: 100%;
}
.pro_wrap #sub_section01 .inner .textArea .t_title p{
  font-size: 14px;
  font-weight: 800;
  display: flex;
  align-items: center;
  color: #336aea;
  margin-bottom: 20px;
}
.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: 22px;
        font-weight: 800;
        line-height: 120%;
        margin-bottom: 15px;
}
.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);
}
.pro_wrap #sub_section02 .inner{
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  color: #fff;
}
.pro_wrap #sub_section02 .inner .textArea{
  width:100%;
}
.pro_wrap #sub_section02 .inner .textArea h2{
  font-size: 24px;
        font-weight: 800;
        margin-bottom: 25px;
}
    .pro_wrap #sub_section02 .inner .textArea p {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
    }
.pro_wrap #sub_section02 .inner .imgArea{
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}
.pro_wrap #sub_section02 .inner .imgArea h2{
  margin-bottom: 30px;
  text-align: center;
}
.pro_wrap #sub_section02 .inner .imgArea .box {
	display: flex;
	flex-direction: column;
	padding: 20px 10px;
	height: 125px;
	border: 2px solid #fff;
	border-radius: 20px;
	justify-content: space-between;
	font-size: 14px;
	width: calc((100% / 2) - 10px);
    }
.pro_wrap #sub_section02 .inner .boxArea {
     display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.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: 25px;
}
.pro_wrap #sub_section02 .inner .imgArea .box:hover img{
  filter: invert(35%) sepia(76%) saturate(7299%) hue-rotate(210deg) brightness(88%) contrast(91%);
}



.world_wrap #sub_section01{
	overflow:hidden;
	padding-top:80px;
	padding-bottom:80px;
	}

.world_wrap #sub_section01 .txtbox{
	text-align:center;
	margin-bottom: 100px;
	}
.world_wrap #sub_section01 .txtbox .txt{
	font-size: 30px;
	font-weight: 700;
	color: #212121;
	line-height: 1.4;
	margin-bottom: 20px;
	}
.world_wrap #sub_section01 .txtbox .stxt{
	font-size: 16px;
	font-weight: 500;
	line-height:1.3;
	color: #6a6f78;
	}
.world_wrap #sub_section01 .itemArea{
	display:flex;
	align-items:center;
	flex-direction: column;
	}
.world_wrap #sub_section01 .itemArea .item {
        width: 100%;
        height: 360px;
        display: Flex;
        position: relative;
        padding-bottom: 40px;
        cursor: pointer;
    }


.world_wrap #sub_section01 .itemArea .item01{
	background:url(../img/world_bg01_m.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_m.jpg) no-repeat;
    background-size: cover;
	}
.world_wrap #sub_section01 .itemArea .item02{
	background:url(../img/world_bg02_m.jpg)no-repeat;
	background-size:cover;
	position:relative;
	}
.world_wrap #sub_section01 .itemArea .item02:after{
	content: '';
        width: 100%;
        height: 1px;
        background: rgba(255, 255, 255, 0.42);
        position: absolute;
        bottom: 0px;
        left: 0px;
	}
.world_wrap #sub_section01 .itemArea .item02:before{
	content: '';
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.42);
	position: absolute;
	top: 0px;
	left: 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_m.jpg) no-repeat;
    background-size: cover;
	}
.world_wrap #sub_section01 .itemArea .item03{
	background:url(../img/world_bg03_m.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_m.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:40px;
	left:30px;
	width:65px;
	height:65px;
	display:flex;
	align-items:center;
	justify-content:center;
	background: #fff;
	}
.world_wrap #sub_section01 .itemArea .item .iconbox img{
	height:35px;
	}
.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: 14px;
	font-weight: 500;
	color: #a09fb0;
	line-height: 1;
	margin-bottom: 7px;
	}
.world_wrap #sub_section01 .itemArea .item .con .txt_box .t2{
	font-size:20px;
	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%;
	background: #e1e6e9;
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
}
.world_wrap #content .content_bg01:After{
	width:50px;
	height:50px;
	background:#e1e6e9;
	position:absolute;
	top:-50px;
	right:50px;
	content:'';
	}
.world_wrap #content .content_bg01:before{
	width:50px;
	height:50px;
	background:#ffffff;
	position:absolute;
	top:0px;
	right:50px;
	content:'';
	}
.world_wrap #content .content_area .itemArea .stit{
	font-size: 16px;
	font-weight: 800;
	display: flex;
	align-items: center;
	color: #336aea;
	margin-bottom: 15px;
	}
.world_wrap #content .content_area .itemArea .tit{
	font-size:28px;
	font-weight: 700;
	color: #212121;
	line-height: 1;
	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;
	flex-direction: column;
	gap:40px;
	}
.world_wrap #content .content_area .itemArea .item_a{
	width:100%;
	flex-shrink: 0;
	}
.world_wrap #content .content_area .itemArea .item_a .imgbox{
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
    }
.world_wrap #content .content_area .itemArea .item_a .imgbox img{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    }
.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: 25px;
}
.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: 3px;
  left: -20px;
}
.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 .txtbox{
  text-align:center;
  padding-top:80px;
}
.world_wrap #content .content_mid .txtbox .txt{
  font-size: 22px;
  font-weight: 700;
  color: #212121;
  margin-bottom: 20px;
  line-height:1;
}
.world_wrap #content .content_mid .txtbox .stxt{
  font-size: 14px;
  font-weight: 500;
  color: #6a6f78;
  line-height:1.3;
}
.world_wrap #content .content_bg02 {background:#e9e1e4;}
.world_wrap #content .content_bg02:before {
        width: 70px;
        height: 70px;
        background: #ffffff;
        position: absolute;
        top: 0px;
        right: 110px;
        content: '';
    }
.world_wrap #content .content_bg02:After {
        width: 70px;
        height: 70px;
        background: #e9e1e4;
        position: absolute;
        top: -70px;
        right: 110px;
        content: '';
    }
.world_wrap #content .content_bg02 .itemArea .stit {
        color: #ea3367;
    }
.world_wrap #content .content_bg02 .itemArea .stit span {
        width: 40px;
        height: 2px;
        display: inline-block;
        background-color: #ea3367;
        margin-left: 15px;
    }
.world_wrap #content .content_bg02 .itemArea .item_b .t_txt li h3::after {
        filter: hue-rotate(125deg) brightness(0.9);
    }


.world_wrap #content .content_bg03 {background:#e1e9e3;}
.world_wrap #content .content_bg03:before {
        width: 70px;
        height: 70px;
        background: #ffffff;
        position: absolute;
        top: 0px;
        right: 110px;
        content: '';
    }
.world_wrap #content .content_bg03:After {
        width: 70px;
        height: 70px;
        background: #e1e9e3;
        position: absolute;
        top: -70px;
        right: 110px;
        content: '';
    }
.world_wrap #content .content_bg03 .itemArea .stit {
        color: #03ac4e;
    }
.world_wrap #content .content_bg03 .itemArea .stit span {
        width: 40px;
        height: 2px;
        display: inline-block;
        background-color: #03ac4e;
        margin-left: 15px;
    }
.world_wrap #content .content_bg03 .itemArea .item_b .t_txt li h3::after {
        filter: hue-rotate(306deg) brightness(0.9);
    }



.world_wrap #content {
        padding-top: 50px;
        padding-bottom: 50px;
    }

.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: 15px;
	font-weight: 700;
	height: 70px;
	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: 70px;
	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:32px;
	}
.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: 20px 20px;
        border-bottom: 1px #dddddd solid;
        font-size: 14px;
        font-weight: 400;
        color: #6a6f78;
        line-height: 1.6;
    }
.world_wrap #content .content_mid .img_box {
   margin: 50px auto 50px;
    text-align: center;
    }
.world_wrap #content .content_mid .img_box img{
    width:100%;
    }
    .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;
    }
.world_wrap #content .content_mid .txtbox2 h2 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 15px;
        text-align: center;
    }
.world_wrap #content .content_mid .txtbox2 .stxt {
        font-size: 14px;
        font-weight: 500;
        color: #6a6f78;
        line-height: 1.3;
    }
.world_wrap #content .content_mid .txtbox2 ul li{
        font-size: 14px;
        font-weight: 500;
        color: #6a6f78;
        line-height: 1.3;
		text-align:left;
    }

/* about END*/


/* faq*/ 
.world_wrap #content .faq_box .qa-item .question .iconbox {
        width: 50px;
    }
.world_wrap #content .faq_box .qa-item .question {
        height: 55px;
		font-size: 14px;
    }
/* faq END*/ 

/*news*/
.community_wrap #sub_visual{
  background-image: url(../img/lia_bg4.jpg);
}
.news_wrap #sub_section01{
  padding: 50px 0;
}
.news_wrap #sub_section01 .newsList{
  display:flex;
  gap:30px;
  flex-direction: column;
  margin-bottom: 50px;
}
.news_wrap #sub_section01 .newsList .list{
  width:100%;
  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: 30px;
}
.newsView_wrap #sub_section01 .nv_inner .topbutton .category{
  font-size: 12px;
	line-height: 26px;
	text-transform: uppercase;
	color: #070f64;
	font-weight: 700;
	font-family: "Inter";
	padding: 8px 13px;
	background-color: #f0f1f7;
	display: flex;
	align-items: center;
	gap: 10px;
	width: fit-content;
}
.newsView_wrap #sub_section01 .nv_inner .topbutton .category img{
  width: 20px;
}
.newsView_wrap #sub_section01 .nv_inner .titleArea p {
	font-size: 20px;
	line-height: 1.4;
	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: 25px 0;
	font-size: 14px;
	line-height: 1.4;
}
.newsView_wrap #sub_section01 .nv_inner .bottom_profile .profile{
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border: 1px solid #e2e2e2;
  gap: 30px;
  width: 100%;
}
.newsView_wrap #sub_section01 .nv_inner .back_link {
        position: relative;
        display: table;
        font-size: 14px;
        line-height: 22px;
        font-weight: 600;
        text-transform: capitalize;
        color: #fff !important;
        padding: 12px 25px;
        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: 50px;
  height:50px;
}
.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: 12px;
font-weight: 700;
color: #2937DD;
display: block;
}
.newsView_wrap #sub_section01 .nv_inner .bottom_profile .profile .textbox h2{
font-size: 18px;
font-weight: 600;
color: #000;
}
.review_wrap #sub_section01 {
  padding: 50px 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;
}
.review_wrap #sub_section01 .inner .reviewArea .review_paper .posting {
	height: 305px;
	background: #ffffff;
	box-shadow: 0px 0px 4px #d5d5d5;
	display: flex;
	flex-direction: column;
  width:100%;
  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: 13px;
        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: 13px;
}
.review_wrap #sub_section01 .inner .reviewArea .review_paper .posting .mid {
    overflow:hidden;
	padding: 0px 20px;
}
.review_wrap #sub_section01 .inner .reviewArea .review_paper .posting .package {
	display: flex;
	gap: 8px;
    }
.review_wrap #sub_section01 .inner .reviewArea .review_paper .posting .package span{
    font-size:13px;
}
.review_wrap #sub_section01 .inner .reviewArea .review_paper .posting .package img{
    height:13px;
}
.review_wrap #sub_section01 .inner .reviewArea .review_paper .posting .mid .txt{
    font-size: 14px;
	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 .more{
	width: 100%;
	height: 45px;
	background: #f4f5f8;
	padding-left: 20px;
	padding-right: 20px;
	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:13px;
	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 {}
#index_section .txt_loading img{height:150px !important;}
/* END index */


#toTop {
        z-index: 9999;
        width: 50px;
        height: 50px;
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000000;
        bottom: 50px;
        right: 20px;
        border-radius: 100%;
        cursor: pointer;
        font-size: 12px;
        font-weight: 700;
    }
#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 */
  }
}






/* #footer */
#footer{
  padding: 50px 0 40px 0px;
  background-color: #0f0c1d;
}
#footer .inner{
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
  gap:30px;
  flex-direction: column;
}
#footer .inner > div{
width:100%;
}
#footer .inner .footer_a .f_logo{
  height:40px;
}
#footer .inner .footer_a .tit{
  font-size:16px;
  color:#8c8f94;
  font-weight:300;
  margin-top:20px;
  margin-bottom:20px;
}
#footer .inner .footer_a ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
#footer .inner .footer_a ul li{
}
#footer .inner .footer_a ul li a {
  font-size: 14px;
  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: 25px;
    }
#footer .inner .footer_b .tit {
        font-size: 16px;
        font-weight: 500;
        padding-bottom: 15px;
        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:14px;
		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: 20px;
        font-size: 14px;
		color:#8c8f94;
		font-weight:300;
    }
#footer .inner .footer_b .site_info{
        overflow:hidden;
		margin-top:10px;
    }
#footer .inner .footer_b .site_info ul li{
       display:flex;
	   gap:20px;
	   font-size:14px;
	   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: 40px;
    }







#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 */



#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: 100%;
	flex-direction: column;
	}
#customerContent .Lcont{
	display: flex;
	flex-direction: column;
	width: 100%;
	flex-shrink: 0;;
	margin-bottom: 20px;
	}
    #customerContent .Lcont .txtbox {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #2d2d47;
    }
#customerContent .Lcont .txtbox .txt{
	font-size:22px;
	color: #ffffff;
	font-weight: 700;
	}
#customerContent .Lcont .info{
	overflow:hidden;
	}
#customerContent .Lcont .info .txt{
	font-size: 15px;
    line-height: 1;
    color: #ffffff;
    font-weight: 500;
	margin-bottom:10px;
	}
#customerContent .Lcont .info .date_desc{
	font-size: 12px;
    line-height: 26px;
    color: #a09fb0;
    font-weight: 400;
	}
#customerContent .Lcont .info .row{
	display:flex;
	flex-direction: column;
	}
#customerContent .Lcont .info .row .address{
	font-size: 12px;
    line-height: 26px;
    color: #a09fb0;
    font-weight: 400;
	}
#customerContent .Lcont .info .row .box2{
	}
#customerContent .Lcont .info .row .box2 .phone_number a{
	font-size: 12px;
    line-height: 26px;
    color: #a09fb0;
    font-weight: 400;
	}
#customerContent .Lcont .info .row .box2 .gmail_address{
	font-size: 12px;
    line-height: 26px;
    color: #a09fb0;
    font-weight: 400;
	}

        #customerContent .Rcont {
        border: 1px solid #2d2d47;
        padding: 29px 25px 30px 25px;
        width: 100%;
        border-radius: 30px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    #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: 10px;
        background: #24233a;
        font-size: 14px;
        color: #c8bec9;
        font-weight: 400;
        border: 1px solid transparent;
        padding-left: 16px;
        height: 45px;
    }
    #customerContent .Rcont .form-group input:focus{
		border: 1px #336aea solid;
    }
    #customerContent .Rcont .form-group textarea {
        border-radius: 10px;
        background: #24233a;
        font-size: 14px;
        line-height: 1.3;
        color: #c8bec9;
        font-weight: 300;
        border: 1px solid transparent;
        padding-left: 16px;
        height: 130px;
        outline: none;
        font-family: 'Pretendard', sans-serif;
        padding: 10px;
    }
    #customerContent .Rcont .form-group textarea:focus{
        border: 1px #336aea solid;
    }
    #customerContent .send_btn{
       width: 100%;
    height: 45px;
    background: #336aea;
    border-radius: 10px;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    }



.sitemap-line-btn.active .square {
  background: #000000 !important;
}
#header .office_menu {
	display: flex;
    align-items: center;
}
.scrolled .office_menu .login_area p a {
       
    }
#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: 5px 14px;
        border-radius: 20px;
        color: #ffffff;
        font-size: 12px;
        margin-left: 12px;
	}
#header .office_menu .login_info img {
        height:22px;
    }
#header .office_menu .login_area {
	display: flex;
    gap: 20px;
	}
#header .office_menu .login_area p a{
	color:#ffffff;
	font-size:12px;
	}
#header .office_menu .login_area p a:hover{
	color: #aec6ff;
	}
#header .office_menu .lecture_room {
	display:none;
}
#header .office_menu .ts_room {
	display:none;
}
#header .office_menu .api_guide {
    display:none;
    }
#header .office_menu .api_guide.api_off {
        background: #a7a7a7; !important;
    }


    #header .office_menu .site_map {
        display:none;
    }
#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: #00a190;
        border: none;
        padding: 5px 12px;
        border-radius: 5px;
        color: #ffffff;
        font-size: 12px;
    }

#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: 14px;
		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;
	}



.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: 18px;
    padding: 8px 0;
    margin-bottom: 8px;
    border-bottom: 1px solid #eaeaf2;
}
.termsContent #app h2 {
    display: block;
    font-size: 16px;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}
.termsContent #app h6 {
    font-size: 14px;
    margin-block-end: 1em;
}
.termsContent #app p {
    word-break: keep-all;
	font-size:14px;
}
.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:12px;
   font-weight:500;
   word-break: keep-all;
}
.termsContent #app ul.typeA li span{
   display: flex;
	width: 24px;
	flex-shrink: 0;
}
.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: 100%;
}
.greeting_wrap #sub_section01 .g_imgbox{
  width: 70%;
  height: auto;
  margin: 0 auto;
}
.greeting_wrap #sub_section01 .g_imgbox img{
  width: 100%;
}
.greeting_wrap #sub_section01 .textArea span{
  font-size: 14px;
  font-weight: 800;
  display: flex;
  align-items: center;
  color: #336aea;
  margin-bottom: 20px;
}
.greeting_wrap #sub_section01 .textArea h2{
  font-size: 20px;
  font-weight: 800;
  line-height: 120%;
  margin-bottom: 40px;
}
.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%;
}


 
.m_menu .mobile-scroll .m_menu_area .Lang_choice {
        margin-left: 10px;
        display: flex;
        align-items: center;
    }
.m_menu .mobile-scroll .m_menu_area  .Lang_choice ul {
	display: flex;
	gap: 15px;
	position: relative;
	}
.m_menu .mobile-scroll .m_menu_area  .Lang_choice ul:after{
	content: '';
	width: 1px;
	position: absolute;
	top: 2px;
	left: 50%;
	height: 10px;
	background: #232323;
	transform: translateX(-50%);
	}
.m_menu .mobile-scroll .m_menu_area  .Lang_choice ul li p {
	color: #232323;
	font-size: 14px;
	cursor:pointer;
    }