.font24 {
  --fontsize: 2.4rem;
  font-size: var(--fontsize);
}
.font28 {
  --fontsize: 2.8rem;
  font-size: var(--fontsize);
}
.font45 {
  --fontsize: 4.5rem;
  font-size: var(--fontsize);
}
.font70 {
  --fontsize: 7rem;
  font-size: var(--fontsize);
}
.font80 {
  --fontsize: 8rem;
  font-size: var(--fontsize);
}
.font100 {
  --fontsize: 10rem;
  font-size: var(--fontsize);
}
#sv {
  width: 100%;
  height: 800px;
  position: relative;
  overflow: hidden;
}
#sv .subVisual {
  padding: 0 0 40px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
}
#sv .bg {
  z-index: -2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.18);
  transform-origin: bottom;
  transition: all 1.4s linear;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#sv.sv01 .bg {
  background-image: url("/img/sub/aboutus.png");
}
#sv.sv02 .bg {
  background-image: url("/img/sub/education.png");
}
#sv.sv03 .bg {
  background-image: url("/img/sub/rd.png");
}
#sv.sv04 .bg {
  background-image: url("/img/sub/library.png");
}
#sv.sv05 .bg {
  background-image: url("/img/sub/community.jpg");
}
#sv h2 {
  color: #fff;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.5em;
  opacity: 0;
  transition: all 1.2s;
  font-family: "Oswald", sans-serif;
}
#sv h3{
	color:#fff;
	font-weight: 600;
	text-align: center;
	margin-top: 30px;
	opacity: 0;
	transition:all 2s;
}
#sv.on .bg {
  transform: translate(-50%, -50%);
}
#sv.on h2 {
  letter-spacing: 0;
  opacity: 1;
}
#sv.on h3 {
  opacity: 1;
}
#subContents{
	position: relative;
}
#lnb {
  margin: 60px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#lnb li {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#lnb li:not(:last-child)::after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: #c3c3c3;
  border-radius: 50%;
  margin: 0 35px;
}
#lnb li a {
  color: #777;
  font-size: 2rem;
  font-weight: 300;
  transition: all 0.4s;
}
#lnb li:hover a,
#lnb li.on a {
  color: #f29600;
  font-weight: 700;
}
#lnb.fixed{
	margin: 0;
	padding: 40px 0;
	position: fixed;
	background: #fff;
	z-index: 10;
	box-shadow: 0 0 5px #ddd;
}
.subPage {
  padding: 230px 0 190px;
}

.subPage .txtBox-1 {
  margin-top:200px;
}
.subPage .pageTitle {
  color: #111;
  text-align: center;
}
.subPage .contents {
  margin-top: 120px;
}
.greeting .itemBox {
  position: relative;
}
.greeting b,
.greeting p {
  font-size: 1.9rem;
}
.greeting h4,
.greeting p,
.greeting dl * {
  letter-spacing: -0.01em;
}
.greeting h4 {
  color: #111;
  font-weight: 600;
  line-height: 1.4444;
  margin: 40px 0 70px;
}
.greeting .pBox {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
.greeting .pBox p {
  color: #333;
  font-weight: 300;
  line-height: 1.8421;
}
.greeting dl {
  gap: 0 20px;
  margin: 75px 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.greeting dl dt {
  color: #333;
  font-size: 1.7rem;
  font-weight: 300;
}
.greeting dl dd {
  color: #111;
  font-size: 2.8rem;
  font-weight: 700;
}
.greeting .imgBox {
  position: absolute;
  top: 0;
  right: 0;
}
.greeting .imgBox .img {
  transform: translateX(-20px);
}
.greeting .imgBox .point {
  position: absolute;
  top: 28px;
  right: 0;
  -webkit-animation: rotate 6s linear infinite;
  animation: rotate 6s linear infinite;
}
.introduction > .txtBox p.font17{
  text-align: center;
  line-height: 1.8;
  margin-top: 30px;
  font-weight: 300;
  color:#333; 
}
.introduction .vision .ctnBox{
  display:flex;
  flex-wrap:wrap;
  align-items: flex-end;
  justify-content: center;
  gap: 30px;
}
.introduction .vision .ctnBox .itemBox .title{
  font-weight: bold;
  color:#111; 
}
.introduction .vision .ctnBox .itemBox .txt{
  font-weight: 300;
  color:#333; 
  line-height: 1.7;
  margin: 20px 0 12px;
}
.introduction .vision .ctnBox .itemBox figure{
  margin: 0;
  width: 160px;
  height: 160px;
  border-radius:50%; 
  background: #e5ebf7;
  display:flex; 
  justify-content:center; 
  align-items:center; 
}
.introduction .vision .ctnBox .itemBox:not(.itemBox1){
  display:flex;
  gap:20px; 
  margin-bottom: 90px;
} 
.introduction .vision .ctnBox .itemBox1{
  text-align: center;
  width: 100%;
}
.introduction .vision .ctnBox .itemBox1 figure{
 margin: 0 auto;
}
.introduction .vision .ctnBox .itemBox2{
  text-align: right;
}
.introduction .vision .ctnBox figure.imgBox{
  position: relative;
  margin: 0;
}
.introduction .vision .ctnBox figure.imgBox .img01{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
}
.introduction .vision .ctnBox figure.imgBox .img02{
  animation: rotate infinite linear 10s;
}
.introduction .level{
  margin: 150px 0 140px;
  background: #f5f5f5;
  padding: 140px 0 185px;
}
.introduction .level h4{
  font-weight: bold;
  color:#111; 
  text-align: center;
  margin-bottom: 40px;
}
.introduction .level .ctnBox{
  display:flex; 
}
.introduction .level .itemBox{
  width: calc((100% + 150px) / 3);
}
.introduction .level .itemBox:not(:first-child){
  margin-left: -75px;
}
.introduction .level .itemBox .year{
  font-weight: bold;
  color:#111; 
  margin-bottom: 20px;
}
.introduction .level .itemBox .year span{
  color:#f29600; 
  margin-left: 20px;
}
.introduction .level .itemBox .txtBox{
  padding:0 0 0 50px;
  height: 215px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.introduction .level .itemBox .txtBox li{
  color:#ffff;
}
.introduction .level .itemBox .txtBox li:before{
  content:'·';
  margin-right: 9px;
}
.introduction .level .itemBox .txtBox li:not(:last-child){
  margin-bottom: 20px;
}
.introduction .level .itemBox:not(.itemBox1) .txtBox:after{
  position: absolute;
  left: 0;
  content:'';
  display:inline-block; 
  width: 0;
  height: 0
}
.introduction .level .itemBox1 {
  margin-top: 108px;
}
.introduction .level .itemBox2 {
  margin-top: 55px;
}
.introduction .level .itemBox2 .txtBox:after{
  border-bottom: 53px solid transparent;
  border-right: 75px solid #e99917;
  bottom: -53px;
}
.introduction .level .itemBox3 .txtBox:after{
  border-bottom: 55px solid transparent;
  border-right: 75px solid #cc8207;
  bottom: -55px;
}
.introduction .level .itemBox1 .txtBox{
  background: #ffbc4e;
}
.introduction .level .itemBox2 .txtBox{
  background: #ffae29;
}
.introduction .level .itemBox3 .txtBox{
  background: #f29a09;
}
.introduction .effect h4{
  font-weight: bold;
  text-align: center;
  color:#111; 
  margin-bottom: 110px;
}
.introduction .effect .ctnBox{
  display:flex; 
  gap:20px;
}
.introduction .effect .ctnBox figure{
  margin: 0;
}
.introduction .effect .ctnBox .itemBox{
  width: calc((100% - 60px) / 4);
  position: relative;
}
.introduction .effect .ctnBox .itemBox .txtBox{
  position: relative;
  position: absolute;
  transform:translate(-50%,-50%);
  top: 50%;
  left: 50%;
  text-align: center;
  color:#fff;
  width: 100%;
}
.introduction .effect .ctnBox .itemBox .txtBox .font25{
  font-weight: bold;
  margin-bottom: 25px;
}
.introduction .effect .ctnBox .itemBox .txtBox  .plus{
  position: absolute;
  transform:translateX(-50%);
  left: 50%;
  font-weight: 100;
  font-size: 45px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(255,255,255,0.3);
  border-radius: 50%;
  line-height: 50px;
  transition:all 0.5s; 
}
.introduction .effect .ctnBox .itemBox .txtBox .font17{
  line-height: 1.7;
  opacity: 0;
  transition:all 0.5s; 
}
.introduction .effect .ctnBox .itemBox .txtBox:hover .font17{
  opacity: 1;
}
.introduction .effect .ctnBox .itemBox .txtBox:hover  .plus{
  opacity: 0;
}

#top_menu{ 
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
#top_menu ul{ 
  display:flex; 
  justify-content:center; 
  flex-wrap:wrap;
  gap: 40px 0;
}
#top_menu ul li a{ 
	color:#777; 
}
#top_menu ul li:hover a, #top_menu ul li.on a{
	color:#f29600;
	position: relative;
	font-weight: bold;
}
#top_menu ul li:not(:first-child):before{
	content:"";
	display:inline-block; 
	width: 4px;
	height: 4px;
	border-radius:50%; 
	background:#c3c3c3;
	vertical-align: middle;
	margin: 0 25px;
}
#top_menu ul li a:after{
	content:'';
	transform:translateX(-50%);
	left: 50%;
	width: 0;
	transition:all 0.3s; 
}
#top_menu ul li:hover a:after, #top_menu ul li.on a:after{
	position: absolute;
	transform:translateX(-50%);
	bottom: -15px;
	left: 50%;
	content:'';
	height: 3px;
	width: 100%;
	background: #f29600;
}

.organization section{ 
  display:none;
}
.organization section.on{ 
  display:block;
}
.organization section .b_border{
	width: 230px;
	height: 70px;
	border-radius:10px;
	font-size: 20px; 
	font-weight: bold;
	display:flex; 
	align-items: center;
    justify-content: center;
	position: relative;
}
.organization section .circleBox{ 
	width: 210px;
	height: 210px;
	border-radius:50%;
	background: #f29600;
	border:2px solid #fff; 
	display:flex; 
    flex-direction: column;
    align-items: center;
    justify-content: center;
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.organization section .circleBox p.font30{
	color:#fff; 
	font-weight: bold;
	margin-top: 18px;
}
.organization section .circleBox .back{
	position: absolute;		
	transform:translate(-50%,-50%);
	top:50%;
	left: 50%; 
	width: 260px;
	height: 260px;
	border-radius:50%;
	background: rgba(242,150,0,0.15);
	z-index: -1;
}
.organization section .circleBox:after{
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	bottom: -5px;
	content:'';
	width: 7px;
	height: 7px;
	border-radius:50%;
	border:1px solid #fff; 
	background: #f29600;
}
.organization section .circleBox:before{
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	bottom: -350px;
	content:'';
	width: 1px;
	height: 350px;
/*	background-image: url("/img/sub/organization_line.png");*/
	border-right:1px dashed #ccc; 
}
.organization section .first_line{
	display:flex; 
	justify-content:center; 
    align-items: center;
	gap:432px; 
	margin-top: 5px;
}
.organization section .first_line > div{
	position: relative;
}
.organization section .first_line ul li:not(:last-child){
	margin-bottom: 10px;
}
.organization section .first_line ul li p{
	margin-left: 7px;
}
.organization section .first_line ul li:after{
	content:'';
	width: 7px;
	height: 7px;
	border-radius:50%;
	border:1px solid #fff; 
	background: #f29600;
	position: absolute;
	transform:translateY(-50%);
	top: 50%;
}
.organization section .first_line .borderBox{
	border:1px dashed #ccc;
	position: relative;
	position: absolute;
	transform:translateY(-50%);
	top: 50%;
	width: 25px;
}
.organization section .first_line .borderBox:before{
	content:'';
	width: 185px;
	height: 1px;
	border-top:1px dashed #ccc; 
	position: absolute;
	transform:translateY(-50%);
	top: 50%;
}
.organization section .first_line .leftBox{
	margin-top: 15px;
}
.organization section .first_line .leftBox ul li{ 
	border:2px solid #333; 
	color:#111;
}
.organization section .first_line .leftBox ul li:after{
	right: -5px;
}
.organization section .first_line .leftBox .borderBox{
	right: -25px;
	border-left:none; 
	width: 25px;
	height: 80px;
}
.organization section .first_line .leftBox .borderBox:after{
	content:'';
	width: 7px;
	height: 7px;
	border-radius:50%;
	border:1px solid #fff; 
	background: #f29600;
	position: absolute;
	transform:translateY(-50%);
	top: 50%;
	right: -5px;
}
.organization section .first_line .leftBox .borderBox:before{
	right:-190px; 
}
.organization section .first_line .rightBox ul li{ 
	border:2px solid #f29600; 
	color:#f29600;
}
.organization section .first_line .rightBox ul li:after{
	left: -5px;
}
.organization section .first_line .rightBox .borderBox{
	left: -25px;
	border-right:none; 
	height: 160px;
}
.organization section .first_line .rightBox .borderBox:before{
	left:-188px; 
	width: 215px;
}
.organization section .second_line{
	display:flex;
	justify-content: center;
	gap:255px; 
	position: relative;
	margin: 110px 0 490px;
}
.organization section .second_line .borderBox{
	position: absolute;
	width: 970px;
	height: 30px;
	border:1px dashed #ccc;
	border-bottom:none; 
	transform:translateX(-50%);
	left: 50%; 
	top:-30px; 
}
.organization section .second_line .itemBox{
	position: relative;
}
.organization section .second_line .itemBox .b_border{
	background: #001c63;
	color:#fff; 
}
.organization section .second_line .itemBox .b_border p{
	margin-left: 10px;
}
.organization section .second_line .itemBox .b_border:after{
	position: absolute;
	transform:translateX(-50%);
	left: 50%;
	top:-5px; 	
	content:'';
	width: 7px;
	height: 7px;
	border-radius:50%;
	border:1px solid #fff; 
	background: #f29600;
}
.organization section .second_line .itemBox .txtBox{
	margin-top: 25px;
    width: 230px;
}
.organization section .second_line .itemBox .txtBox li{
	font-weight: bold;
	color:#333; 
	white-space:nowrap; 
}
.organization section .second_line .itemBox .txtBox li:not(:last-child){
	margin-bottom: 20px;
}
.organization section .second_line .itemBox .txtBox li:before{
	content:'·';
	color:#f29600; 
	margin-right: 10px;
}
.organization section .second_line .itemBox .b_border:before{
	position: absolute;
	transform:translateY(-50%);
	top: 50%;
	content:'';
	height: 1px;
	border-top:1px dashed #ccc; 
	z-index: -1;
}
.organization section .second_line .itemBox1 .b_border:before{
	width: 255px;
	right:-255px;
 }
.organization section .second_line .itemBox2 .b_border:before{
	width: 123px;
	right:-123px;
 }
 .organization section .second_line .itemBox3 .b_border:before{
	width: 35px;
	right:-35px;
 }
.organization section .third_line{
	margin-top: 80px;
	position: absolute;
}
.organization section .third_line1{
	right: -7%;
}
.organization section .third_line2{
	right: -9.5%;
}
.organization section .third_line3{
	right: 28.5%;
}
.organization section .third_line .itemBox{
	background: #f1f1f1;
	border-radius:10px;
	position: relative;
	position: absolute;
}
.organization section .third_line .itemBox:after{
	position: absolute;
	transform:translateX(-50%);
	left: 50%;
	top:-5px; 	
	content:'';
	width: 7px;
	height: 7px;
	border-radius:50%;
	border:1px solid #fff; 
	background: #f29600;
}
.organization section .third_line .itemBox:before{
	position: absolute;
	transform:translateX(-50%);
	left: 50%;
	top:-195px; 	
	content:'';
	width: 1px;
	height: 195px;
	border-right:1px dashed #ccc; 
	z-index: -1;
}
.organization section .third_line .itemBox.linkBox{
	padding: 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 230px;
    align-items: center;
}
.organization section .third_line .itemBox.linkBox li{
	width: 100%;
    height: 20px;
}
.organization section .third_line .itemBox.linkBox li img{
  vertical-align: top;
  margin:0 0 0 5px;
}
.organization section .third_line .itemBox.linkBox li a{
	color:#111; 
	font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.organization section .third_line .itemBox.linkBox li a p{
}
.organization section .third_line .itemBox.linkBox li a p:before{
	content:'·';
	color:#f29600; 
	margin-right: 10px;
}
.organization section .third_line .itemBox.linkBox li:hover a{
	font-weight: bold;
}
.organization section .third_line .itemBox.logoBox{
	width: 200px;
	padding: 30px;
	text-align: center;
    margin: 0 auto;
}
.organization section .third_line .itemBox.logoBox li{
	width: 100%;
}
.organization section .third_line .itemBox.logoBox li:not(:last-child){
	margin-bottom: 20px;
}
.organization section .third_line .itemBox.logoBox li img{
    mix-blend-mode: multiply;
}
.organization section .third_line .itemBox.logoBox li img.logo{
   max-width: 90px;
}
.organization section .third_line .itemBox.logoBox li a{
  display:flex;
  justify-content:space-between;
  align-items:center; 
  height: 20px;
}
.organization section .third_line .itemBox.txt{
	background: #f1f1f1;
	padding: 0 20px;
	width: 200px;
    margin: 0 auto;
}
.organization section .third_line .itemBox.txt li{
	width: 100%;
}
.organization section .third_line .itemBox.txt a{
	font-size:17px; 
	font-weight: 300;
	color:#111; 
	display:flex;
	justify-content:space-between;
	align-items:center; 
}
.organization section .third_line .itemBox.txt li img{
  vertical-align: top;
  margin: 0 0 0 5px;
}
.organization section .third_line .itemBox.txt a:hover{
  font-weight: bold;
}
.organization section .third_line .itemBox.txt:before{
	position: absolute;
	transform:translateX(-50%);
	left: 50%;
	top:-195px; 	
	content:'';
	width: 1px;
	height: 195px;
	border-right:1px dashed #ccc; 
	z-index: -1;
}
.organization section .third_line .itemBox.txt li a p:before{
	content:'·';
	color:#f29600; 
	margin-right: 10px;
    font-weight: 300;
}

.lab section > .txtBox{
	text-align: center;	
	margin-top: 108px;
}
.lab section > .txtBox h4{
	font-weight: bold;
	color:#111; 
}
.lab section > .txtBox p{
	margin-top: 30px;
	color:#333; 
	line-height: 1.7;
}
.lab section .ctnBox{
	padding: 80px 0 0 ;
	margin-top: 85px;
	position: relative;
}
.lab section .ctnBox .back{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 932px;
	background: #f5f5f5; 
	z-index: -1;
}
.lab section .ctnBox .imgBox{
	display:flex;
	align-items: center;
	gap:145px; 
	margin-bottom: 80px;
}
.lab section .ctnBox .imgBox figure{
	background: #ddd;
	width: 540px;
	height: 540px;
	border-radius:50%; 
	overflow: hidden;
	margin: 0;
}
.lab section .ctnBox .imgBox figure img{
	width: 100%;
	height: 100%;
}
.lab section .ctnBox .imgBox .txtBox{
}
.lab section .ctnBox .imgBox .txtBox .name{
	font-weight: bold;
	color:#111;
	margin-bottom: 50px;
}
.lab section .ctnBox .imgBox .txtBox .name span{
	font-weight: 500;
	margin-left: 15px;
}
.lab section .ctnBox .imgBox .txtBox ul{
	
}
.lab section .ctnBox .imgBox .txtBox ul li{
	color:#555;
	font-weight: 300;
}
.lab section .ctnBox .imgBox .txtBox ul li:not(:last-child){
	margin-bottom: 20px;
}
.lab section .ctnBox .imgBox .txtBox ul li span{
	color:#111; 
	font-weight: 500;
	margin-left: 10px;
}
.lab section .ctnBox .imgBox .txtBox ul li i{
	color:#f29600;
}
.lab section .ctnBox .slideBox{
	position: relative;
}
.lab section .ctnBox .slideBox .labswiper{
	overflow: hidden;
}
.lab section .ctnBox .slideBox .labswiper .lab_arrows{
	position: absolute;
	transform:translate(-50%,-50%);
	top:50%;
	left: 50%;
}
.lab .swiper-button-next:after, .lab .swiper-container-rtl .swiper-button-prev:after,.lab .swiper-button-prev:after,.lab .swiper-container-rtl .swiper-button-next:after{
	font-size:0; 
}
.lab .swiper-button-next, .lab .swiper-container-rtl .swiper-button-prev{
	right:-45px; 
}
.lab .swiper-button-prev,.lab .swiper-container-rtl .swiper-button-next{
	left: -45px;
}
.lab .swiper-button-prev, .lab .swiper-button-next{
	top: 39%;
}
.lab section .ctnBox .slideBox .labswiper .swiper-slide{
	background: #fff;
	border-radius:10px; 
	padding: 40px 40px 20px 50px;
}
.lab section .ctnBox .slideBox .labswiper .swiper-slide figure{
	margin: 0;
	display:flex; 
	justify-content:flex-end; 
}
.lab section .ctnBox .slideBox .labswiper .swiper-slide .txtBox p{
	color:#111; 
	font-weight: bold;
	margin: 0 0 15px;
}
.lab section .ctnBox .slideBox .labswiper .swiper-slide .txtBox ul li{
	color:#000019;
    letter-spacing: -0.2px;
	line-height: 1.7;
	text-indent:-18px;
	margin-left: 18px;
}
/*.lab section .ctnBox .slideBox .labswiper .swiper-slide:nth-child(4) .txtBox ul li:not(:last-child){*/
/*	margin-bottom: 25px;*/
/*}*/
.lab section .ctnBox .slideBox .labswiper .swiper-slide .txtBox ul li:before{
	content:'';
	width: 4px;
	height: 4px;
	background: #000019;
	border-radius:50%; 
	display:inline-block;
	vertical-align:middle;
	margin-right: 10px;
}
.lab2 section .ctnBox .back{
  height: auto;
}
.lab2 section .supportswiper{
  overflow: hidden;
}
.lab2 section .lab_arrows > div{
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.lab2 section .lab_arrows .swiper-button-prev{
  left: 5%;
  right: auto;
}
.lab2 section .lab_arrows .swiper-button-next{
  right: 5%;
  left: auto;
}

.education .program{ 
  margin-bottom: 180px;
}
.education .program .itemBox{ 
  display:flex; 
  align-items:center;
}
.education .program .itemBox img{ 
  margin-right: 80px;
} 
.education .program .itemBox .b_title{ 
  color:#111; 
  font-weight: 600; 
  line-height: 1.4444; 
  margin-bottom: 55px;
}
.education .program .itemBox .b_txt dl{ 
  display:flex; 
  align-items:center;
}
.education .program .itemBox .b_txt dl dt{ 
  font-family: 'Oswald', sans-serif;
  font-size:1.4rem; 
  margin-right: 25px; 
  width: 35px; 
  height: 35px;
  background: #f29600; 
  border-radius:50%; 
  color:#fff; 
  font-weight: 500;
  text-align: center; 
  line-height: 33px;
}
.education .program .itemBox .b_txt dl dd{ 
  line-height: 1.7647; 
  color:#333; 
}
.education .program .itemBox .b_txt dl:not(:last-child){ 
  margin-bottom: 30px;
}
.education .operate{
  background: #f5f5f5;
  padding: 130px 0 165px;
}
.education .operate h4{
  text-align: center;
  color:#111; 
  font-weight: bold;
}
.education .operate .ctnBox{
  display:flex; 
  margin-top: 65px;
  gap:14px; 
}
.education .operate .ctnBox .itemBox{
	background: #fff;
	border-radius:10px; 
	width: calc((100% - 56px) / 5);
	height: 485px;
	display:flex;
	flex-direction:column;
	align-items:center; 
	padding: 47px 0 0;
}
.education .operate .ctnBox .itemBox .circleBox{
  width: 96px;
  height: 96px;
  border-radius:50%;
  background: #f29600;
  display:flex;
  justify-content:center;
  align-items:center; 
  margin: 0;
}
.education .operate .ctnBox .itemBox p{
  text-align: center;
  color:#111; 
  font-weight: bold;
  line-height: 1.6;
  margin: 40px 0 25px;
}
.education .operate .ctnBox .itemBox ul li{
  text-align: center;
  font-weight: 300;
  color:#333; 
  line-height: 1.5;
}
.education .certification h4{
  font-weight: bold;
  color:#111; 
  text-align: center;
  margin: 135px 0 85px;
}
.education .certification .ctnBox{
  display:flex; 
  gap:28px; 
}
.education .certification .ctnBox .itemBox{
  position: relative;
}
.education .certification .ctnBox .itemBox .txtBox{
  position: absolute;
  left: 80px;
  bottom: 65px;
}
.education .certification .ctnBox .itemBox .txtBox p{
  color:#fff; 
  font-weight: bold;
  margin-bottom: 30px;
}
.education .certification .ctnBox .itemBox .txtBox  ul li{
  color:#fff;
  font-weight: 300;
}
.education .certification .ctnBox .itemBox .txtBox  ul li:before{
  content:'·';
  color: #f29600;
  margin-right: 5px;
}
.education .certification .ctnBox .itemBox .txtBox  ul li:not(:last-child){
  margin-bottom: 15px;
}
.education2 .link{
  background: #f5f5f5;
  padding: 165px 0 210px;
}
.education2 .link h4{
  color:#111; 
  font-weight: bold;
  text-align: center;	
  margin-bottom: 135px;
}
.education2 .link .ctnBox{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 15px;
}
.education2 .link .ctnBox .box-wrap{
  grid-column:1/3;
  display: flex;	 
}
.education2 .link .ctnBox .box-wrap .itemBox{
  /* width: 50%; */
  width: calc((100% - 15px) / 2);
  background: #fff;
  border-radius: 10px;
  padding: 60px 0 0;
}
.education2 .link .ctnBox .box-wrap .itemBox0{
  /* background: rgba(242,150,0,0.03); */
  border-radius: 10px;
  margin-left: 15px;
}
.education2 .link .ctnBox .itemBox {
  text-align: center;
}
.education2 .link .ctnBox .itemBox .circleBox{
   width: 96px;
   height: 96px;
   margin: 0 auto;
   display:flex;
   justify-content:center;
   align-items:center; 
   border-radius:50%;
   background: #f29600;
}
.education2 .link .ctnBox .itemBox:not(.box-wrap .itemBox){
  background: #fff;
  border-radius:10px; 
  padding: 60px 0 50px;
}
.education2 .link .ctnBox .itemBox .title{
  color:#333;
  font-weight: 500;
  margin: 38px 0 25px;
}
.education2 .link .ctnBox .itemBox .txt{
  color:#333;
  font-weight: 300;
  line-height: 1.5;
}
.education2 .link .ctnBox .itemBox .txt:not(:first-child){
  margin: 20px 0 0;
}

.location .contents .itemBox:first-child{
	margin-bottom: 120px;
}
.location .contents .itemBox p{
  text-align: center;
  color:#111;
  margin-bottom: 40px;
}
.location .contents .itemBox p span{
  color:#f39e26;
  font-weight: 600;
}
.location .contents .root_daum_roughmap_landing{
  z-index: 0;
}
.onshore h3{
  margin-bottom: 130px;
}
.onshore h4{
  text-align: center;
  color:#111; 
  font-weight: bold;
}
.onshore h5{
  text-align: center;
  margin-top: 40px;
  color:#333;
}
.onshore .structure .imgBox{
  margin: 0;
  position: relative;
  margin: 60px 0 60px 0;
}
.onshore .structure .imgBox .img02{
  position: absolute;
  transform:translate(-50%,-50%);
  top: 50%;
  left: 45%;
}
.onshore .structure .ctnBox{
  display:flex;
  flex-wrap:wrap;
  gap:32px; 
}
.onshore .structure .ctnBox .itemBox{
  width: calc((100% - 32px) / 2);
  height: 340px;
  padding: 25px 25px 0 50px;
  background: #f5f5f5;
  border-radius:10px; 
}
.onshore .structure .ctnBox .itemBox .num{
  color:rgba(17,17,17,0.03);
  font-weight: bold;
  text-align: right;
  margin-bottom: 30px;
}
.onshore .structure .ctnBox .itemBox .title{
  font-weight: bold;
  color:#111;
  margin-bottom: 25px;
}
.onshore .structure .ctnBox .itemBox ul li{
  line-height: 1.6;
  color:#333; 
  font-weight: 300;
  text-indent: -17px;
  margin-left: 17px;
}
.onshore2 .structure .ctnBox .itemBox ul li{
  text-indent: -22px;
  margin-left: 22px;
}
.onshore .structure .ctnBox .itemBox ul li:not(:last-child){
  margin-bottom: 20px;
}
.onshore .structure .ctnBox .itemBox ul li:before{
  content:"·";
  margin-right: 13px;
  color:#f27800;
}
.onshore .technology{
  margin: 150px 0;
  padding: 140px 0;
  background: #f5f5f5;
}
.onshore .technology .ctnBox{
  display:flex;
  flex-wrap:wrap;
  margin-top: 85px;
  position: relative;
  padding: 0 105px;
}
.onshore .technology .ctnBox:after{
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  display:block;
  width: 100%;
  height: 100%;
  background: url("/img/sub/onshore_img02.png") no-repeat 50% 50%;
}
.onshore .technology .ctnBox .itemBox{
  width: 50%;
  height: 315px;
  padding: 60px 185px 0;
/*  padding: 60px 0 0 205px;*/
  z-index: 1;
}
.onshore .technology .ctnBox .itemBox:nth-child(4) li:first-child{
    white-space: nowrap;
}
.onshore .technology .ctnBox .itemBox:first-child,.onshore .technology .ctnBox .itemBox:nth-child(2){
  padding: 18px 185px 0;
/*  padding: 18px 0 0 205px;*/
}
.onshore .technology .ctnBox .itemBox .title{
  font-weight: bold;
  color:#111; 
  margin-bottom: 25px;
}
.onshore .technology .ctnBox .itemBox .title span{
  color:#f29600;
  margin-right: 20px;
}
.onshore .technology .ctnBox .itemBox ul li{
  color:#333;
  text-indent: -15px;
  margin-left: 15px;
  line-height: 1.7;
  word-break: break-all;
}
.onshore .technology .ctnBox .itemBox ul li span{
  color:#f27800;
}
.onshore .technology .ctnBox .itemBox ul li:before{
  content:'·';
  color:#f29600;
  margin-right: 10px;
}
.onshore .assignment .imgBox{ 
  position: relative;
  margin-top: 80px;
  background: url(/img/sub/onshore_img03.png) no-repeat 50% 50%;
  padding: 7.7% 0;
  border-radius:10px;
  overflow: hidden;
}
.onshore .assignment .imgBox .txtBox{
  margin:0 0 0 105px;
  color:#fff;
}
.onshore .assignment .imgBox .txtBox .itemBox:not(:last-child){
  margin-bottom: 30px; /*55px*/
}
.onshore .assignment .imgBox .txtBox .itemBox .title{
  font-weight: bold;
  margin-bottom: 10px;
} 
.onshore .assignment .imgBox .txtBox .itemBox .txt{
  font-weight: 300;
} 
.onshore1 .structure .imgBox .img02{
  top: 57%;
  left: 50%;
}
.onshore2 .structure .imgBox .img02{
  top: 56%;
  left: 50%;
}
.onshore .structure .ctnBox figure.lastBox{
  margin: 0;
  display:flex;
  justify-content:center;
  align-items:center; 
  width: calc((100% - 32px) / 2);
  padding: 0 10px;
}
.books .infoBox{
  margin: 0 auto 150px;
  width: 80%;
  background: #f5f5f5;
  display:flex;
  justify-content:center;
  align-items:center; 
  height: 70px;
  padding: 0 20px;
}
.books .infoBox .title{
  color:#222; 
  font-weight: 600;
  margin-right: 30px;
  line-height: 1.3;
}
.books .infoBox .txt{
  color:#222;
  line-height: 1.3;
}
.books .infoBox .txt span{
  color:#f29600;
}
.books .infoBox .title{
  margin-right: 10px;
}
.login{
  padding: 130px 0;
}
.login .w1200 .ctnBox{
  padding: 100px 20px;
  box-shadow: 5px 5px 20px rgba(0,0,0,0.25);
  border-radius:15px;
}
.login h3{
  margin-bottom: 100px;
}
.login .content{
    margin: 0 auto;
    max-width: 970px;
}
.login .content .inputBox p{
  margin-bottom:18px;
}
.login .content .inputBox input{
  font-size:17px; 
  width: 100%;
  height: 64px;
  border:1px solid #d6d6d6;
  border-radius:10px; 
  padding: 0 32px;
}
.login .content .inputBox input::placeholder{
  color:rgba(17,17,17,0.2)
}
.login .content .inputBox .idBox{
  margin-bottom: 30px;
}
.login .content .inputBox .pinBox .passBox{
  position: relative;
}
.login .content .inputBox .pinBox .passBox i{
  position: absolute;
  font-size:20px;
  top: 35%;
  right: 20px;
  cursor:pointer;
  z-index: 10;
}
.login .content .inputBox button{
  background: #f29600;
  border-radius:10px;
  color:#fff; 
  width: 100%;
  height: 64px;
  margin-top: 70px;
  font-weight: bold;
}
.login .content .join{
  display:flex; 
  justify-content:center; 
  padding: 90px 0 0;
}
.login .content .join li a{
  color:#777777;
  font-weight: 300;
}
.login .content .join li:not(:last-child):after{
  content:'|';
  margin: 0 20px;
}
.join .content .top_txt{
  margin-top: 75px;
  text-align: right;
  color:#111; 
  font-weight: 300;
}
.join .content p span{
  color:#f29600; 
}
.join .content .ctnBox{
  margin-top: 20px;
  border-top:2px solid #f29600;
}
.join .content .ctnBox .itemBox{
  border-bottom:1px solid #ddd;
  padding: 0 57px 0 50px;
  height: 85px;
  display:flex;
  align-items:center; 
}
.join .content .ctnBox .itemBox p{
  color:#111; 
  font-weight: bold;
  flex-shrink:0;
}
.join .content .ctnBox .itemBox p.fix{
  color:#333;
  font-weight: 300;
}
.join .content .ctnBox .itemBox > p:first-child ,.join .content .ctnBox .itemBox4 > div:first-child p{
  width: 150px;
  flex-shrink:0; 
}
.join .content .ctnBox .itemBox select{
  cursor:pointer; 
}
.join .content .ctnBox .itemBox input[type=text],.join .content .ctnBox .itemBox input[type=password],.join .content .ctnBox .itemBox select{
  height: 54px;
  border:1px solid #d6d6d6;
  border-radius:10px; 
}
.join .content .ctnBox .itemBox .inputBox{
  position: relative;
}
.join .content .ctnBox .itemBox .inputBox i{
  position: absolute;
  top:33%;
  right: 20px;	
  cursor:pointer; 
}
.join .content .ctnBox .itemBox input:not(.type2, .type3),.join .content .ctnBox .itemBox1 select{
  width: calc(100% - 150px);
  padding: 0 0 0 20px;
}
.join .content .ctnBox .itemBox input,.join .content .ctnBox .itemBox input::placeholder,.join .content .ctnBox .itemBox select{
  font-size:17px; 
  font-weight: 300; 
  color:rgba(17,17,17,0.3);
}
.join .content .ctnBox .itemBox input.type2,.join .content .ctnBox .itemBox5 select{
  width: 347px;
  padding: 0 0 0 20px;
}
.join .content .ctnBox .itemBox9 select{
  width: calc(100% - 347px);
  padding: 0 0 0 20px;
}
.join .content .ctnBox .itemBox input.type3{
  width: 200px;
  padding: 0 0 0 20px;
}
.join .content .ctnBox .itemBox1 select,.join .content .ctnBox .itemBox9 select{
    background: url("/img/sub/join_arrow.png") no-repeat 97.5%;
}
.join .content .ctnBox .itemBox2 button{
  width: 200px;
  border-radius:10px;
  background: #f29600;
  color:#fff;
  height: 54px;
  margin-left: 10px;
}
.join .content .ctnBox .itemBox3 p:nth-of-type(2){
  margin: 0 20px 0 40px;
}
.join .content .ctnBox .itemBox4 > div{
  display:flex; 
  align-items: center;
}
.join .content .ctnBox .itemBox4 > div:not(:first-child) p{
  margin: 0 10px 0 40px;
  flex-shrink: 0;
}
.join .content .ctnBox .itemBox5 select{
  background: url("/img/sub/join_arrow.png") no-repeat 91%;
}
.join .content .ctnBox .itemBox9 select{
  margin-right: 10px;
}
.join .content .ctnBox .itemBox5 p:not(:first-child){
  margin: 0 20px;
}
.join .content .ctnBox .itemBox5 select{
  margin-left: 20px;
}
.join .content .ctnBox .itemBox6 > span, .join .content .ctnBox .itemBox7 > span{
  margin: 0 10px;
  color:#d6d6d6;
  font-size:20px
} 
.join .content .agreeBox{
  display:flex; 
}
.join .content .agreeBox div{
  color:#111; 
  font-weight: 300;
  display:flex; 
  align-items: center;
}
.join .content .agreeBox div input[type="radio"]{ 
  display:none; 
}
.join .content .agreeBox div input[type="radio"] + label{ 
  display:inline-block; 
  width: 14px; 
  height: 14px; 
  border:1px solid #e5e5e5; 
  border-radius:50%; 
  cursor:pointer; 
  margin-right: 8px;  
  position: relative;
}
.join .content .agreeBox div input[type="radio"] + label:after{ 
  position: absolute;
  transform:translate(-50%,-50%);
  top:50%;
  left: 50%;
  content:'';
  display:inline-block; 
  width: 7px;
  height: 7px;
  border-radius:50%;
  background: #f29600;
  opacity: 0;
}
.join .content .agreeBox div input[type="radio"]:checked + label:after{ 
  opacity: 1;
}
.join .content .agreeBox div label p{ 
  cursor:pointer; 
}
.join .content .agreeBox1 div{
  width: 120px;
}
.join .content .agreeBox2 div:not(:last-child){
  margin-right: 50px;
}
.join .content .agreeBox2{
  margin-top: 50px;
}
.join .content .finishBox{
  display:flex;
  justify-content:center;
  align-items:center; 
  margin-top: 100px;
}
.join .content .finishBox button{
  width: 300px;
  height: 64px;
  border-radius:10px;
  color:#fff;
  font-weight: bold;
}
.join .content .finishBox button.cancle{
  background: #c9c9c9;
  margin-right: 10px;
}
.join .content .finishBox button.enter{
  background: #f29600;
}
.information > h3{
 margin-bottom: 130px;
}
.information .content > div:not(:first-child){
  margin-top: 150px;
}
.information .content h4.font55{
  color:#111; 
  font-weight: bold;
  text-align: center;
}
.information .content .benefits{
  background: #f5f5f5;
  padding: 150px 0 165px;
}
.information .content .benefits .ctnBox{
  display:flex; 
  gap:25px; 
  margin-top: 75px;
}
.information .content .benefits .ctnBox .itemBox{
  width: calc((100% - 75px) / 4);
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius:10px; 
  padding: 70px 10px 80px;
}
.information .content .benefits .ctnBox .itemBox .circleBox{
  margin: 0;
  width: 141px;
  height: 141px;
  background: rgba(242,150,0,0.1);
  display:flex;
  justify-content:center;
  align-items:center; 
  border-radius:50%; 
}
.information .content .benefits .ctnBox .itemBox p{
  color:#111;
  font-weight: 600;
  margin-top: 45px;
  text-align: center;
}
.information .content .howto h4{
  margin-bottom: 95px;
}
.information .content .howto .individual{
  margin: 130px 0 100px;
}
.information .content .howto .individual h4{
  margin-bottom: 45px;
  color:#111; 
  text-align: center;
  font-weight: bold;
}
.information .content .howto .individual .ctnBox{
  display:flex; 
  border:1px solid #ddd;
  border-radius:10px;
  overflow: hidden;
  gap:0;
}
.information .content .howto .individual .ctnBox > div{
  width: 50%;
  text-align: center;
}
.information .content .howto .individual .ctnBox > div p.title{
  color:#111; 
  font-weight: 600;
  height: 85px;
  line-height: 85px;
  border-bottom:1px solid #ddd;
}
.information .content .howto .individual .ctnBox > div p.txt{
  font-weight: 300;
  height: 150px;
  line-height: 150px;
}
/* 230808 추가 회원가입 유지보수 */
.information .content .howto .individual .ctnBox > div p.txt br{display:none; }
.information .content .howto .individual .ctnBox > div p.txt span{}


.information .content .howto .individual .ctnBox .itemBox1 p.title{
  background: #f5f5f5;
  border-right:1px solid #ddd;
}
.information .content .howto .individual .ctnBox .itemBox2 p.title{
  background: #f29600;
  color:#fff;
}
.information .content .howto .individual .ctnBox .itemBox1 p.txt{
  border-right:1px solid #ddd;
}
.information .content .howto .ctnBox{
  display:flex; 
  align-items: flex-start;
  justify-content: center;
  gap:70px
}
.information .content .howto .ctnBox .itemBox{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.information .content .howto .ctnBox .itemBox .circleBox{
  width: 290px;
  height: 290px;
  background: #f5f5f5;
  border-radius:50%; 
  display:flex;
  justify-content:center;
  align-items:center; 
  margin: 0;
}
.information .content .howto .ctnBox .itemBox.type2 .circleBox img{
  z-index: 10;
}
.information .content .howto .ctnBox .itemBox.type2 .circleBox{
  background: rgba(242,150,0,0.5);
  position: relative;
}
.information .content .howto .ctnBox .itemBox.type2 .circleBox:before{
  position: absolute;
  transform:translate(-50%,-50%);
  top:50%;
  left: 50%;
  content:'';
  display:inline-block;
  width: 315px;
  height: 315px;
  background: rgba(242,150,0,0.1);
  border-radius:50%; 
}
.information .content .howto .ctnBox .itemBox.type2 .circleBox:after{
  position: absolute;
  transform:translate(-50%,-50%);
  top:50%;
  left: 50%;
  content:'';
  display:inline-block;
  width: 265px;
  height: 265px;
  background: #f29600;
  border-radius:50%; 
}
.information .content .howto .ctnBox .itemBox p.num{
  color:#f29600;
  font-weight: 600;
  text-align: center;
  margin: 35px 0 20px;
}
.information .content .howto .ctnBox .itemBox p.txt{
  text-align: center;
  line-height: 1.7;
  color:#111; 
}
.information .content .howto .ctnBox > figure{
  margin: 10% 0 0 0;
}
.information .content div.inquiries{
  margin-top: 100px;
}
.information .content .inquiries > div{
  color:#111; 
  height: 80px;
  display:flex; 
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
}
.information .content .inquiries > div p.bold{
  font-weight: bold;
  margin-right: 25px;
}
.information .content .inquiries > div p.txt span{
  color:#f29600;
}
.information .content .last-btn{
  color:#fff; 
  margin: 75px auto 0;
  background: #f29600;
  border-radius:10px; 
  width: 297px;
  height: 64px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mypage #tab_menu{
  margin-top: 80px;
}
.event div.yearmonth{
  display:flex; 
  justify-content:center; 
  align-items: center;
  gap:50px;
  margin: 90px 0 65px;
}
.event div.yearmonth> img{
	cursor:pointer; 
}
.event div.yearmonth p{
  color:#111;
  font-weight: bold;
}
.event .calendar .week_list{
  display:flex; 
  border-radius:10px;
  overflow: hidden;
  gap:5px;
}
.event .calendar .week_list li{
  width: calc((100% - 30px ) / 7);
  height: 65px;
  display:flex;
  justify-content:center;
  align-items:center; 
  text-align: center;
  background: #EBEBEB;
  color:#333;
}
.event .calendar .week_list li:first-child{
  background: #f29600;
  color:#fff;
}
.event .calendar .week_list li:last-child{
  background: #6E6E6E;
  color:#fff;
}
.event .calendar .weekBox{
  margin-top: 25px;
}
.event .calendar .weekBox .week{
  display:flex;
  flex-wrap:wrap;
  gap:5px; 
}
.event .calendar .weekBox .week:not(:last-child){
  margin-bottom: 5px;
}
.event .calendar .weekBox .week > li{
  width: calc((100% - 30px ) / 7);  
  height: 160px;
  background: #ebebeb;
  border-radius:10px; 
  padding: 20px;
  color:#111;
  position: relative;
}
.event .calendar .weekBox .week > li:first-child p.num{
  color:#f29600;
}
.event .calendar .weekBox .week > li .txtBox{
  position: relative;
  position: absolute;
  word-break: break-all;
  background: #fff;
  padding: 14px 14px 12px 14px;
  width: 186px;
  border-radius:5px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 147px;
  box-shadow: 0 0 10px #ddd;
  display:none;
  z-index: 5;
}
.event .calendar .weekBox .week > li .txtBox .title{
  font-size:14px;
  color:#111;
  line-height: 1.4;
  margin-bottom: 10px;
}
.event .calendar .weekBox .week > li .txtBox .txt{
  font-size:13px;
  color:#333;
  line-height: 1.5;
}
.event .calendar .weekBox .week > li .txtBox:after{
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-top: 22px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  position: absolute;
  bottom:-20px;
  transform: translateX(-50%);
  left: 50%;
}
.event .calendar .weekBox .week > li .scroll{
	height: calc(100% - 16px);
	overflow-y: scroll;
}
.event .calendar .weekBox .week > li .scroll{ 
	overflow-y: scroll; 
}
.event .calendar .weekBox .week > li .scroll::-webkit-scrollbar{
	display: none;
}
.event .calendar .weekBox .week > li .schedule{
  color:#111; 
  margin-top: 12px;
}
.event .calendar .weekBox .week > li .schedule .num{
  margin-bottom: 20px;
  font-size:18px;
  font-weight: 500;
}
.event .calendar .weekBox .week > li .schedule li{
  font-size:14px; 
  margin-left: 5px;
}
.event .calendar .weekBox .week > li .schedule li span{
	line-height: 1.2;
	margin-left: -5px;
}
.event .calendar .weekBox .week > li .schedule li:not(:last-child){
  margin-bottom: 12px;
}
.event .calendar .weekBox .week > li .schedule li span:before{
  content:'·';
  margin-right: 3px;
}
#tab_menu{
  display:flex;
  justify-content:center;
  align-items:center; 
  margin-bottom: 100px;
}
#tab_menu li button{
  width: 350px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-weight: bold;
}
#tab_menu li button{
  color:#111;
  border:1px solid #ddd;
}
#tab_menu li.on button{
  background: #f29600;
  color:#fff;
  border:none; 
}

@-webkit-keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate_image{
	100% {
    	transform: rotate(360deg);
    }
}

.ntb-tb-view input[type="checkbox"] { vertical-align:middle; margin:-2px 5px 0 0}

.ntb-list.lst-body li .td.col_hit input { width:40px; margin-left:20px; }

.partner .listbox { margin-top:120px; }
.partner .listbox ul { display:flex; flex-wrap:wrap; gap:20px; }
.partner .listbox ul li { width:calc((100% - 80px) / 5); }
.partner .listbox ul li a { height:120px; width:100%; display:flex; align-items:center; justify-content:center; border:1px solid #ddd; border-radius:10px; padding:0 7px; }
.partner .listbox ul li a:hover { border:1px solid #f29600; }
.partner .listbox ul li a img { max-width:100%; }