@font-face {
	font-family: 'Makgeolli';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/Makgeolli.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.ceo_icons{
  display: flex;  
	justify-content:center;
	align-items: center;
  gap: 1.5rem;
  padding: 2rem;
  margin: 0 auto;
  text-align: center;
  background-color: #ecf1f2;  
}
@media (max-width: 767.98px) {
  .ceo_icons{
    width: 100%;
    gap: .05rem;
    padding: 1rem .5rem;
  }
  .ceo_icons img{width: 100%;}
}


.ceo_tt{
  padding: 0;
  margin: 0 auto;
}
.ceo_tt h2{
  width:100%;
  position: relative;
  font-size: 3.0rem;
	font-family: 'Jost','SCoreDream', system-ui, -apple-system, "Noto Sans",  sans-serif;
	font-weight: 200;
  color: #0d56c6;
  letter-spacing: -.1rem;
  line-height: 110%;
  text-align: center;
  margin-bottom: 6rem;
}
.ceo_tt h2::after{
  content:'';
  position: absolute;
  left: 50%;
  bottom: -4rem;
  width: 3rem;
  height: 1px;
  background-color: #0c4ee3;
  transform: translateX(-50%);
  transform-origin: left;
  transform: rotate(-45deg);
  -webkit-transform: translateX(-50%, -50%);
  -moz-transform: translateX(-50%, -50%);
  -ms-transform: translateX(-50%, -50%);
  -o-transform: translateX(-50%, -50%);
}
.ceo_tt h2 strong{
  font-size: 3.6rem;
	font-weight: 600;
}
.ceo_con{
  display: flex;  
	justify-content:space-between;
  gap: 6rem;
  margin-top: 2rem;
	font-family: 'SCoreDream', system-ui, -apple-system, "Noto Sans",  sans-serif;
	font-weight: 400;
  color: #000;
}
.ceo_con>div{
  width:50%;
}
.ceo_message{
	font-family: 'Jost','SCoreDream', system-ui, -apple-system, "Noto Sans",  sans-serif;
  font-size:0.95rem;
  letter-spacing: -.05rem;
  word-break:keep-all; 
  word-wrap:break-word;
}
.ceo_message span{
  position: relative;
  display: inline-block;
	font-weight: 500;
}
.ceo_message span::after{
  position: absolute;
  content: '';
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 8px;
  background: #d6eef9;
  z-index: -1;
}
.ceo_name{
  display: flex;  
	justify-content:flex-end;
  align-items: center;
  gap: 1rem;
	font-weight: 500;
  font-size:.7rem;
  text-align: right;
}
.ceo_name .name{
  font-family: 'Makgeolli';
  font-size:2.6rem;
}
.ceo_pic img{ width: 100%;}
@media (max-width: 991.98px) {  
  .ceo_tt h2{
    font-size: 2.5rem;
  }
  .ceo_tt h2 strong{
    font-size: 2.8rem;
  }
  .ceo_con{
    align-items: center;
    flex-direction: column;
    gap: 3rem;
    margin-top: 3rem;
  }
  .ceo_con>div{
    width:80%;
  }
  .ceo_message{ order: 2; }
  .ceo_pic{ order: 1; text-align: center;}
  .ceo_pic img{ width: 70%; }
}
@media (max-width: 767.98px) {
  .ceo_tt h2{
    font-size: 1.4rem;
    margin-bottom: .5rem;
  }
  .ceo_tt h2 strong{
    font-size: 1.4rem;
    font-weight: 500;
  }
  .ceo_tt h2::after{
    display:none;
  }
  .ceo_con{
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
  .ceo_pic img{ width: 100%; }
}


.value_wrap{
  position: relative;
  padding: 1rem 0 0 0;
  margin: 0 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}
.value_wrap>div{
  width: 30%;
  padding: 2rem 0;
  margin: 0;
}
.value_wrap .icon{
  font-size: 1.8rem;
  color: #61d0eb;
  padding-bottom: .5rem;
}
.value_wrap h1{
	font-family: 'OneMobileTitle','SCoreDream', system-ui, -apple-system, "Noto Sans",  sans-serif;
  font-size: 1.3rem;
}
.value_wrap ul{
  padding: 0;
  margin: 0;
}
.value_wrap ul li{
  font-size: .8rem;
  padding: 0;
  margin: 0;
}
@media (max-width: 991.98px) {  
  .value_wrap>div{
    width:45%;
  }
}
@media (max-width: 767.98px) {
  .value_wrap{
    gap: 1rem;
  }
  .value_wrap>div{
    width: 100%;
    padding: 1rem 0;
  }
  .value_wrap .icon{ font-size: 2.2rem; text-align: center;}
  .value_wrap h1{ font-size:1.5rem; text-align: center; padding-bottom: .3rem;}
  .value_wrap ul{ padding: 0 .2rem;}
  .value_wrap ul li{ font-size: .9rem; text-align: center; }
}


.history{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 10rem;
  padding: 0;
  margin: 2rem 0 0 0;
  /* position: relative;
  padding: 1rem 0 0 5rem;
  margin: 2rem 0 0 0; */
}
.history .pic{
  padding: 0;
  margin: 0;
}
.history .pic img{
  max-width: 100%;
}
.history .history_item{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: .5rem;
  padding: 1.5rem 0;
}
.history .history_item::before{
  position: absolute;
  content: '';
  top: 0;
  left: -1.73rem;
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, .1);
  z-index: -1;
}
.history .history_item .year{
  position: relative;
	font-family: 'OneMobileTitle','SCoreDream', system-ui, -apple-system, "Noto Sans",  sans-serif;
  font-size: 1.6rem;
  color: #0049b7;
}
.history .history_item .year::before{
  position: absolute;
  content: '';
  top: .8rem; 
  left: -2.05rem;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #fff;
  border: 3px solid #0e57c6;
}
.history .history_item .list{
  padding: 0;
  margin: 0;
}
.history .history_item .list ul{
  display: flex;
  justify-content: flex-start;
  gap: .5rem;
  margin: 0 0 .5rem 2.5rem;
  padding: 0;
}
.history .history_item .list ul li{
  padding: 0;
  margin: 0;
  font-size: .9rem;
  text-align: left;
  word-break:keep-all; 
  word-wrap:break-word;
}
.history .history_item .list ul li.month{
	font-family: 'Roboto',  sans-serif;
  font-weight: 500;
  padding-right: 1rem;
  margin-top: .2rem;
}
.history .history_item .list ul li .img{  
  display: flex;
  flex-wrap: wrap;
  gap: .2rem;
  padding: 1rem 0 2rem 0;
  margin: 0;
}
@media (max-width: 991.98px) {  
  .history{
    gap: 5rem;
  }
  .history .pic {
    width: 30%;
    transition: all .15s;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -ms-transition: all .15s;
    -o-transition: all .15s;
}
}
@media (max-width: 767.98px) {
  .history{
    flex-direction: column;
    margin: 0;
    gap: 1.5rem;
  }
  .history .pic {
    /* order: 2; */
    width: 100%;
    text-align: center;
  }
  .history .pic img{
    width: 45%;
  }
  .history .con {
    padding: 0 0 0 2.5rem;
  }
  .history .history_item{
    gap: .5rem;
    padding: 1rem 0;
  }
  .history .history_item .img>div{
    width: 45%;
  }
  .history .history_item .img>div img{
    width: 100%;
  }
  .history .history_item .list ul{
    margin: 0 0 .5rem 0rem;
  }
}








.location_map_wrap{
  position: relative;
  width: 100%;
}
.location_map{
  width: 100%;
}
.location_info{
  width: 100%;
  margin-top: 2rem;
	font-family: 'SCoreDream', system-ui, -apple-system, "Noto Sans",  sans-serif;
  word-break:keep-all; 
  word-wrap:break-word;
}
.location_info .name{
  font-size: 1.2rem;
	font-weight: 800;
  padding-bottom: .5rem;
}
.location_info ul{
  padding: .5rem 0 0 0;
  margin: 0;
}
.location_info dt{
  display: inline-block;
  font-size: .9rem;
	font-weight: 800;
  padding: 0 1rem 0 0;
  margin: 0;
}
.location_info dd{
  display: inline-block;
  font-size: .8rem;
	font-weight: 400;
  padding: 0;
  margin: 0;
}
@media (max-width: 767.98px) {
  .location_map_wrap::after{
    position: absolute;
    content: '';
    top:0;
    left: 0;
    width: 93%;
    height: 92%;
    z-index: 2;
    background-color: rgba(255,255,255,0);
  }
  .location_info .name{
    font-weight: 500;
  }
  .location_info dt{
    display: block;
    padding: 0;
  }
  .location_info dd{
    display: block;
    padding: .5rem 0 1rem 0;
  }
}