@charset "utf-8";
.greeting .tit-box {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 8rem 5rem;
  font-family: var(--es-typo-font-type);
  border-radius: 1.5rem;
  background: linear-gradient(90deg, #F0F4FF 0%, #E6F8FF 100%);
}

.greeting .tit-box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4rem;
  left: 0;
  width: calc(100% - 5rem);
  height: calc(100% - 8rem);
  border-radius: 0 20rem 20rem 0;
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.50) 100%);
}

.greeting .tit-box::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 57.7rem;
  height: 30.8rem;
  background: url(../img/contents/greeting-bg.png) no-repeat right bottom / 100%;
}

.greeting .tit-box .tit {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 2rem;
  gap: 1.4rem;
  z-index: 1;
}

.greeting .tit-box .tit::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0.4rem;
  height: 100%;
  background: linear-gradient(to bottom, #3D69FA, #1E2124);
}

.greeting .tit-box .tit p {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.03em;
}

.greeting .tit-box .tit .tit02 {
  color: #3D69FA;
}

.greeting .tit-box .txt {
  position: relative;
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: -0.03em;
  z-index: 1;
}

.greeting .con-box {
  display: flex;
  gap: 5rem;
  margin: 5rem;
}

.greeting .con-box>div {
  flex: 1 1 50%;
  word-break: keep-all;
}

.greeting .con-box p {
  color: #333;
  margin-top: 4.5rem;
  font-size: 1.8rem;
}

.greeting .con-box p.txt01 {
  font-size: 2.4rem;
}

.greeting .con-box p:nth-child(1) {
  margin-top: 0;
}

.greeting .con-box p.name {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 0.5rem;
  font-size: 1.5rem;
}

.vision {
	background: url(../img/contents/vision-bg.png) no-repeat center top / 79.4rem;
}

.vision .tit {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  text-align: center;
	padding-top: 4.9rem;
  padding-bottom: 2.4rem;
	width: 100%;
  font-family: var(--es-typo-font-type);
}

.vision .tit dt {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 2rem;
	margin-bottom: 7.8rem;
	min-width: 9.9rem;
	color: #fff;
	font-size: 2.1rem;
	font-weight: 500;
	letter-spacing: -0.03em;
	border-radius: 3rem;
	background: #5936BC;
	z-index: 1;
}

.vision .tit dt::after {
	content: '';
	position: absolute;
	left: -1rem;
	top: -1rem;
	width: calc(100% + 2rem);
	height: calc(100% + 2rem);
	border-radius: 3rem;
	background: linear-gradient(to right, #0C77CD, #734CEE);
	opacity: 0.2;
	z-index: -1;
}

.vision .tit dd {
	font-size: 2.9rem;
}

.vision .tit dd span {
	background: linear-gradient(90deg, #1397EF 0%, #8061E0 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.vision .mid-con {
  position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2rem;
	margin-bottom: 7.2rem;
  z-index: 1;
}

.vision .mid-con>li {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	text-align: center;
	width: 23rem;
	height: 23rem;
	font-weight: 700;
	border-radius: 13rem;
  background: #fff;
	box-shadow: 0.2rem 0.2rem 0.8rem 0 rgba(0, 0, 0, 0.18);
  z-index: 1;
}

.vision .mid-con>li::before {
	content: '';
	width: 7rem;
	height: 7rem;
	background: url(../img/contents/vision-mid.svg) no-repeat 0 0 / 28rem;
}

.vision .mid-con>li:nth-child(2)::before {
	background-position: -7rem 0;
}

.vision .mid-con>li:nth-child(3)::before {
	background-position: -14rem 0;
}

.vision .mid-con>li:nth-child(4)::before {
	background-position: -21rem 0;
}

.vision .mid-con>li::after {
  content: '';
  position: absolute;
  inset: 0;
  padding: 0.8rem;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mas-composite: xor;  /* 겹치지 않는 영역이 결합 */
  mask-composite: exclude;  /* 겹치지 않는 영역이 결합 */
  border-radius: 13rem;
  z-index: 0;
}

.vision .mid-con>li:nth-child(1):after {
  background: linear-gradient(to bottom, #1397EF 0%, #0C75CA 100%);
}

.vision .mid-con>li:nth-child(2):after {
  background: linear-gradient(to bottom, #3880F2 0%, #156CF5 100%);
}

.vision .mid-con>li:nth-child(3):after {
  background: linear-gradient(to bottom, #6477D5 0%, #445EDE 100%);
}

.vision .mid-con>li:nth-child(4):after {
  background: linear-gradient(to bottom, #8061E0 0%, #724AEF 100%);
}

.section.flex .poster {
  flex: 0 0 auto;
  max-width: calc(45% - 25px);
  border-radius: 1.5rem;
  overflow: hidden;
}

.section.flex .con {
  flex: 1 1 auto;
  width: 100%;
}

.section.flex .con .section:not(:nth-child(1)) {
  margin-top: 4rem;
}

#detail_con .map {
  margin-bottom: 2rem;
  height: 40rem;
  width: 100%;
  border-radius: 0.8rem;
  border: 1px solid #ccc;
  overflow: hidden;
}

.lecturer {
  display: flex;
  padding-left: 0 !important;
  border: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
}

.lecturer .lec_l {
  text-align: center;
  padding: 4rem !important;
  border-right: 1px solid #ccc;
  background: #f5f5f5;
}

.lecturer .lec_l dt img {
  border: 1rem solid #fff;
}

.lecturer .lec_l dd {
  margin-top: 1rem;
}

.lecturer .lec_r {
  width: 100%;
}

.lecturer .lec_r dt {
  margin-bottom: 1rem;
  padding: 1rem 0;
  text-align: center;
  background: #f5f5f5;
}

.lecturer .lec_r dd {
  padding: 2rem;
}

.sub-sec.flex {
  display: flex;
  gap: 3rem;
  margin-top: 4rem !important;
}

.sub-sec.flex .photo-box {
  flex: 0 0 auto;
  position: relative;
  width: 40rem;
  line-height: 0;
}

.sub-sec.flex .photo-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub-sec.flex>div {
  width: 100%;
}

.sub-sec.flex>div .right {
  text-align: right;
}


.business{
   display: flex;
   flex-wrap: wrap;
   gap:2rem;
  }
.business>dl{
   display: flex;
   flex-direction: column;
   gap:1rem;
   flex-basis:calc(50% - 1rem);
   background: #f6f6f6;
   padding:1rem;
   border-radius: 1.4rem;;
  }
.business>dl dt{
   display: flex;
   justify-content: space-between;
   align-items: center;
   position: relative;
   padding:1.6rem 2rem 1.6rem  2.7rem ;
   border-radius: var(--border);
   background: linear-gradient(90deg, #3581F3 0%, #5142DA 100%), #1497EF;;
   border-radius: 1.4rem;
   color: #fff;
   font-size: 2.1rem;
   font-weight: bold;
  }
.business>dl dt:after{
   display: block;
   content: '';
   flex: 0 0 var(--size);
   height:var(--size);
   background:#fff url(/lll/img/contents/ico-business.png) no-repeat center top / cover;
   border-radius:100%;
   --size:4rem;
  }
.business>dl:nth-child(2) dt:After{
    background-position-y: calc(-1 * var(--size));;
  }
.business>dl:nth-child(3) dt:After{
    background-position-y: calc(-2 * var(--size));;
  }
.business>dl:nth-child(4) dt:After{
    background-position-y: calc(-3 * var(--size));;
  }
.business>dl dd{
   padding:3rem;
   flex-grow: 1;
   background: #fff;
   border-radius: 1.4rem;
  }
.business ul li{
   padding-bottom: 1rem;
   margin-bottom: .5rem;
   border-bottom:1px dashed #ddd;
  }
.business ul li:last-child{
   border-bottom:0px;
   padding-bottom: 0px;
   margin-bottom: 0px;;
  }

@media (max-width: 1023px) {
  .greeting .tit-box .txt {
    padding-right: 40rem;
  }

  .greeting .tit-box::after {
    width: 35rem;
  }
}

@media (max-width: 767px) {
  .greeting .tit-box .txt {
    padding-right: 5rem;
    padding-bottom: 8rem;
  }

  .greeting .tit-box::before {
    border-radius: 0 5rem 5rem 0;
  }

  .greeting .tit-box::after {
    width: 30rem;
  }

  .greeting .con-box {
    flex-direction: column;
    gap: 2rem;
    margin: 3rem;
  }

  .greeting .con-box p {
    margin-top: 2rem;
  }
  
  .vision {
    background-size: 100%;
  }
  
  .vision .mid-con {
    flex-wrap: wrap;
  }

  .vision .mid-con>li {
    flex: 1 1 calc(50% - 2rem);
  }

  .section.flex .poster {
    margin-bottom: 4rem;
    max-width: 100%;
  }

	.lecturer {
    flex-direction: column;
  }

  .lecturer .lec_l {
    border-right: none;
  }

  .lecturer .lec_r {
    border-top: 1px solid #ccc;
  }
  .business{flex-direction: column;}
}
