@charset "utf-8";

*{
  box-sizing: border-box;
}
h1,h2,h3,h4,h5,p{
  line-height: 1.5;
  word-break: keep-all;
}
.root_daum_roughmap .cont{
  display: none;
}

.pg-con{
  width: 100%;
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.about-con{
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-tit{
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.about-tit > h5{
  font-size: 14px;
  color: #9E94C8;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0 38px;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}
.about-tit > h5::before, .about-tit > h5::after{
  content: "";
  width: 28px;
  height: 1px;
  background: rgba(158, 148, 200, 0.35);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.about-tit > h5::before{
  left: 0;
}
.about-tit > h5::after{
  right: 0;
}
.about-tit > h3{
  font-size: 16px;
  color: rgba(255, 255, 255, 0.30);
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.about-tit > h2{
  font-size: 100px;
  color: #9E94C8;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 20px;
}
.about-tit > p{
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.42);
  line-height: 1.6;
}
.about-tit > p > b{
  color: rgba(255, 255, 255, 0.7);
}
.aa-wrap{
  width: 100%;
  display: flex;
  padding: 20px 0;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(5px);
  position: relative;
  margin-bottom: 40px;
}
.aa-wrap::after{
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.08);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 2;
}
.aa-box{
  width: 50%;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0 30px;
}
.aa-icon{
  display: flex;
  width: 80px;
}
.aa-icon img{
  width: 100%;
}
.aa-caption > h5{
  font-size: 12px;
  color: #c9a96e;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.aa-caption > h3{
  font-size: 16px;
  color: #fff;
  font-weight: 800;
}
.aa-caption > p{
  font-size: 14px;
  color: #9E94C8;
  font-weight: 600;
  margin-bottom: 10px;
}
.aa-caption > ul > li{
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 400;
  margin-bottom: 2px;
}
.aa-caption > ul > li:last-child{
  margin-bottom: 0;
}
.ac-wrap{
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: 24px;
  display: flex;
}
.ac-box{
  width: 25%;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}
.ac-box:last-child{
  border-right: 0;
}
.ac-box > h3{
  font-size: 16px;
  color: #9E94C8;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1;
}
.ac-box > h3 > span{
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}
.ac-box > p{
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 700;
  letter-spacing: 1px;
}

.page-consult{
  width: 100%;
  padding: 80px 0;
  background-color: #F7F6FC;
}
.consult-caption{
  width: 100%;
  padding: 75px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 20px;
  background: linear-gradient(145deg,#1e1c30,#2a2646);
  box-shadow: 0 20px 60px 0 rgba(26, 24, 37, 0.25);
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(26, 24, 37, .25);
}
.consult-caption::before{
  content: "";
  width: 600px;
  height: 400px;
  background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(120, 107, 175, 0.30) 0%, rgba(120, 107, 175, 0.00) 65%);
  position: absolute;
  top: -140px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.consult-caption > h3{
  font-size: 40px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
.consult-caption > p{
  font-size: 18px;
  color: rgba(200, 192, 232, 0.7);
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
.csc-wrap{
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 1rem;
  position: relative;
  z-index: 2;
  align-items: center;
}
.csc-num{
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 14px 30px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  transition: .25s;
}
.csc-num > span{
  font-size: 20px;
  color: #9E94C8;
}
.csc-num:hover{
  background: rgba(255,255,255,.13);
}
.csc-tit{
  text-align: left;
}
.csc-tit > p{
  font-size: 12px;
  color: rgba(200, 192, 232, 0.55);
  font-weight: 600;
  letter-spacing: 1.68px;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.csc-tit > h5{
  font-size: 24px;
  color: #fff;
  font-weight: 800;
  line-height: 1;
}
.csc-btn > a{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 24px 34px;
  border-radius: 12px;
  background: #786BAF;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  transition: .25s;
}
.csc-btn > a:hover{
  background: #5a4f8a;
  transform: translateY(-2px);
}

.cp-bg{
  width: 100%;
  padding: 100px 0;
  background-color: #f8f8f8;
}
.cp-tit{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 80px 35px;
  border-bottom: 1px solid #E4DFD8;
}
.cp-tit .page-tit{
  margin-bottom: 0;
  flex: 1;
}
.cp-tit .page-tit > h2{
  margin-bottom: 0;
}
.cp-tit .page-tit > h2 > b{
  color: #1A1825;
}
.cp-tit-caption{
  text-align: right;
  flex: 1;
}
.cp-tit-caption > h5{
  font-size: 18px;
  color: #1A1825;
  font-weight: 700;
  margin-bottom: 4px;
}
.cp-tit-caption > p{
  font-size: 18px;
  color: #8f8ca0;
  font-weight: 400;
}
.cp-tp{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 35px 80px;
  border-bottom: 1px solid #E4DFD8;
}
.cp-tp > h5{
  font-size: 30px;
  color: #1A1825;
  font-weight: 800;
  margin-right: 20px;
}
.cp-tp > h5 > span{
  color: #786BAF;
}
.cp-tp > div{
  flex: 1;
  height: 1px;
  background-color: #e4dfd8;
}
.cp-tp > p{
  font-size: 14px;
  color: rgba(120, 107, 175, 0.40);
  font-weight: 700;
  letter-spacing: 1.5px;
}
.cp-caption-wrap{
  width: 100%;
  padding: 50px 80px 0;
  display: flex;
  position: relative;
}
.cp-caption-box{
  width: 50%;
  padding-bottom: 50px;
}
.cp-caption-box:last-child{
  padding-left: 50px;
  border-left: 1px solid #e4dfd8;
}
.cp-caption-box > p{
  font-size: 16px;
  color: #49465f;
  font-weight: 400;
  line-height: 1.8;
}
.cp-caption-box > p > b{
  color: #1A1825;
  font-weight: 700;
}
.cp-wrap{
  width: 100%;
  padding: 0 80px;
  display: flex;
  border-top: 1px solid #E4DFD8;
}
.cp-box{
  width: 25%;
  padding: 20px;
  border-left: 1px solid #E4DFD8;
  display: flex;
  gap: 12px;
}
.cp-box:first-child{
  border-left: 0;
}
.cp-box > span{
  display: flex;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: #F0EEF9;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #786BAF;
}
.cp-box-tit > p{
  font-size: 12px;
  color: #9E94C8;
  font-weight: 700;
  letter-spacing: 1.6px;
  margin-bottom: 6px;
}
.cp-box-tit > h5{
  font-size: 16px;
  color: #1A1825;
  font-weight: 700;
  line-height: 1.3;
}

.ch-bg{
  width: 100%;
  padding: 100px 0;
  background: #0E0C18;
  position: relative;
  overflow: hidden;
}
.ch-circle{
  width: 700px;
  height: 600px;
  background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(120, 107, 175, 0.38) 0%, rgba(120, 107, 175, 0.00) 65%);
  position: absolute;
  right: -100px;
  top: -100px;
  z-index: 1;
}
.ch-bg .page-tit > h2 > span{
  background: linear-gradient(94deg, #FFF 20%, #9E94C8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ch-tit{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.ch-tit > h5{
  font-size: 16px;
  color: rgba(200, 192, 232, 0.3);
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.ch-tit > p{
  font-size: 14px;
  color: rgba(200, 192, 232, 0.2);
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ch-list{
  border-top: 1px solid rgba(120,107,175,.15);
}
.ch-list-tit{
  width: 100%;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(120,107,175,.12);
  cursor: pointer;
  position: relative;
}
.ch-list-tit::before{
  content: "";
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg,rgba(120,107,175,.08),transparent);
  pointer-events: none;
  transition: .4s ease;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.ch-list-tit.open::before{
  width: 100%;
}
.clt{
  display: flex;
  align-items: center;
  gap: 22px;
}
.clt > h2{
  font-size: 54px;
  color: rgba(255, 255, 255, 0.1);
  font-weight: 800;
  position: relative;
  z-index: 2;
  transition: .4s;
}
.clt-cont{
  transition: .3s;
}
.clt-cont > h5{
  font-size: 12px;
  color: #9E94C8;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.clt-cont > p{
  font-size: 14px;
  color: rgba(200, 192, 232, 0.4);
  font-weight: 400;
}
.clt-icon{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid rgba(120, 107, 175, 0.18);
  background: rgba(120, 107, 175, 0.10);
  font-size: 12px;
  color: rgba(200, 192, 232, 0.4);
  line-height: 1;
  transition: .3s;
}
.clt-icon > span{
  display: inline-block;
  transition: .3s;
}
.ch-cont{
  width: 100%;
  padding: 10px 40px 20px 144px;
  border-bottom: 1px solid rgba(120,107,175,.25);
  display: none;
}
.ch-cont > ul > li{
  width: 100%;
  padding: 1rem;
  border-bottom: 1px solid rgba(120, 107, 175, 0.10);
}
.ch-cont > ul > li:last-child{
  border-bottom: 0;
}
.ch-cont > ul > li > p{
  font-size: 12px;
  color: rgba(200, 192, 232, 0.3);
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.ch-cont > ul > li > h5{
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}
.ch-cont > ul > li > h5 > b{
  color: #fff;
  font-weight: 700;
}
.ch-list-tit:hover .clt > h2{
  color: rgba(255,255,255,.4);
}
.ch-list-tit:hover .clt-icon{
  border-color: rgba(120,107,175,.35);
}
.ch-list-tit.open .clt > h2{
  color: #fff;
  transform: translateX(10px);
}
.ch-list-tit.open .clt-cont{
  opacity: 0;
}
.ch-list-tit.open .clt-icon{
  background: rgba(120,107,175,.25);
}

.cl-bg{
  width: 100%;
  padding: 100px 0;
  background-color: #fff;
}
.cl-wrap{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.cl-box{
  width: calc((100% - 60px) / 4);
  padding: 20px 1rem;
  border-radius: 12px;
  border: 1px solid #E8E3F4;
  background: #FFF;
  text-align: center;
}
.cl-img{
  width: 100%;
  display: flex;
  border-radius: 6px;
  border: 1px solid #DDD8F4;
  overflow: hidden;
  margin-bottom: 1rem;
}
.cl-img img{
  width: 100%;
}
.cl-box > h5{
  font-size: 16px;
  color: #1A1825;
  font-weight: 700;
  margin-bottom: 2px;
}
.cl-box > p{
  font-size: 13px;
  color: #5C5A6B;
  font-weight: 400;
}

.ct-bg{
  width: 100%;
  padding: 100px 0;
  background: linear-gradient(133deg, #1A1825 0%, #2A2448 100%);
}
.ct-bg .page-tit > h3{
  color: #fff;
}
.ct-bg .page-tit{
  margin-bottom: 30px;
}
.ct-bg .page-tit > p{
  color: rgba(200, 192, 232, 0.72);
}
.ct-tit{
  display: inline-flex;
  gap: 12px;
  align-items: center;
  padding: 10px 25px;
  border-radius: 50px;
  border: 1px solid rgba(158, 148, 200, 0.30);
  background: rgba(120, 107, 175, 0.20);
  margin-bottom: 40px;
}
.ct-tit > h3{
  color: #fff;
  font-size: 24px;
  font-weight: 800;
}
.ct-tit > h3 > span{
  display: inline-block;
  min-width: 32px;
}
.ct-tit > p{
  color: rgba(200, 192, 232, 0.60);
  font-size: 15px;
  font-weight: 400;
}
.ct-wrap{
  width: 100%;
  display: flex;
  gap: 20px;
}
.ct-box{
  width: calc((100% - 40px) / 3);
  padding: 24px;
  border-radius: 16px;
  border: 1px solid rgba(120, 107, 175, 0.20);
  background: rgba(255, 255, 255, 0.05);
  transition: .3s;
}
.ct-box:hover{
  background: rgba(120,107,175,.1);
  border-color: rgba(158,148,200,.4);
}
.ct-tp{
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(158, 148, 200, 0.12);
  gap: 12px;
}
.ct-tp > span{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 9px;
  background: rgba(120, 107, 175, 0.25);
  font-size: 16px;
  color: #9E94C8;
}
.ct-tp-tit > h5{
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
.ct-tp-tit > p{
  font-size: 14px;
  color: rgba(200, 192, 232, 0.50);
  font-weight: 400;
}
.ct-box > ul > li{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.ct-box > ul > li:last-child{
  margin-bottom: 0;
}
.ct-box > ul > li > p{
  font-size: 15px;
  color: rgba(200, 192, 232, 0.60);
  font-weight: 400;
  text-align: left;
  width: 20%;
}
.ct-box > ul > li > div{
  display: flex;
  align-items: center;
  width: 72%;
  justify-content: space-between;
}
.ct-box > ul > li > div > h5{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  gap: 3px;
}
.ct-box > ul > li > div > h5 > span{
  font-size: 12px;
  color: #9E94C8;
  font-weight: 700;
}
.ct-line{
  width: 200px;
  height: 6px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden;
}
.ct-line::after{
  content: "";
  width: 0%;
  height: 100%;
  border-radius: 30px;
  background: linear-gradient(90deg, #5A4F8A 0%, #9E94C8 100%);
  position: absolute;
  top: 0;
  left: 0;
  transition: 1s ease;
  transition-delay: .5s;
}
.ct-box.ani.act.ct1 .ct-line.line1::after{
  width: 90%;
}
.ct-box.ani.act.ct1 .ct-line.line2::after{
  width: 45%;
}
.ct-box.ani.act.ct1 .ct-line.line3::after{
  width: 36%;
}
.ct-box.ani.act.ct1 .ct-line.line4::after{
  width: 100%;
}
.ct-box.ani.act.ct2 .ct-line.line1::after{
  width: 100%;
}
.ct-box.ani.act.ct2 .ct-line.line2::after{
  width: 40%;
}
.ct-box.ani.act.ct2 .ct-line.line3::after{
  width: 60%;
}
.ct-box.ani.act.ct2 .ct-line.line4::after{
  width: 100%;
}
.ct-box.ani.act.ct3 .ct-line.line1::after{
  width: 65%;
}
.ct-box.ani.act.ct3 .ct-line.line2::after{
  width: 35%;
}

.co-bg{
  width: 100%;
  padding: 100px 0;
  background: #F7F6FC;
}
.org-container{margin-top:52px;overflow-x:auto;}
.org-chart{min-width:780px;}
/* 최상위 */
.org-top{display:flex;flex-direction:column;align-items:center;gap:0;}
.org-ceo{background:#786BAF;color:#fff;font-size:18px;font-weight:700;padding:13px 52px;border-radius:6px;text-align:center;}
.org-vp{background:#9e94c8;color:#fff;font-size:16px;font-weight:700;padding:11px 46px;border-radius:6px;text-align:center;}
.org-lv{width:2px;height:24px;background:#d4ceed;margin:0 auto;}
.org-lv-sm{width:2px;height:14px;background:#d4ceed;margin:0 auto;}
/* 지사 바 */
.org-branch-bar{background:#7a7a7a;color:#fff;font-size:15px;font-weight:700;text-align:center;padding:10px;border-radius:4px;}
/* 부서 영역 */
.org-dept-area{display:flex;gap:16px;margin-top:14px;align-items:flex-start;}
.org-dept-col{display:flex;flex-direction:column;align-items:center;flex:1;}
.org-dept-col-sm{display:flex;flex-direction:column;align-items:center;min-width:120px;}
.org-dept-head{background:#1a1825;color:#fff;font-size:16px;font-weight:700;padding:10px 14px;border-radius:4px;text-align:center;width:100%;}
.org-teams{display:grid;gap:7px;margin-top:8px;width:100%;}
.org-teams-3{grid-template-columns:repeat(3,1fr);}
.org-teams-2{grid-template-columns:repeat(2,1fr);}
.org-teams-1{grid-template-columns:1fr;}
.org-team-box{background:#fff;border:1px solid #d4ceed;color:#1a1825;font-size:14px;font-weight:600;padding:9px 6px;border-radius:4px;text-align:center;}
/* .org-team-box.highlight{border:2px solid #786BAF;color:#5a4f8a;font-weight:800;} */
.org-team-box.ghost{visibility:hidden;}
/* 섹션 간격 */
.org-section{margin-bottom:28px;}

.os-bg{
  width: 100%;
  padding: 100px 0;
  background-color: #fff;
}
.os-wrap{
  width: 100%;
  display: flex;
  gap: 30px;
}
.os-card{
  width: calc((100% - 60px) / 3);
  border-radius: 16px;
  border: 1px solid #E8E3F4;
  overflow: hidden;
  transition: .3s;
}
.os-card:hover{
  box-shadow: 0 12px 40px rgba(120,107,175,.13);
  transform: translateY(-5px);
}
.os-img{
  width: 100%;
  display: flex;
}
.os-img img{
  width: 100%;
}
.os-caption{
  width: 100%;
  padding: 30px 24px;
  text-align: center;
}
.os-logo{
  width: 100%;
  padding: 1rem;
  border-radius: 10px;
  border: 1px solid #E8E3F4;
  background: #F7F6FC;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.os-logo img{
  width: auto;
  height: 30px;
}
.os-logo > h3{
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
}
.os-caption > h5{
  font-size: 18px;
  color: #1A1825;
  font-weight: 800;
  margin-bottom: 4px;
}
.os-caption > p{
  font-size: 15px;
  color: #5C5A6B;
  font-weight: 400;
  line-height: 1.6;
}
.os-card:nth-child(1) .os-logo > h3{
  font-style: italic;
  color: #2a7a3a;
}
.os-card:nth-child(2) .os-logo > h3{
  font-style: italic;
  color: #b87a10;
}
.os-card:nth-child(3) .os-logo > h3{
  color: #786BAF;
}

.ob-bg{
  width: 100%;
  padding: 100px 0;
  background: #F7F6FC;
}
.ob-wrap{
  width: 100%;
  display: flex;
  gap: 24px;
}
.ob-box{
  width: calc((100% - 24px) / 2);
  border-radius: 16px;
  border: 1px solid #E8E3F4;
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(120, 107, 175, 0.06);
  transition: .3s;
  overflow: hidden;
}
.ob-box:hover{
  box-shadow: 0 12px 40px rgba(120,107,175,.13);
}
.ob-map{
  width: 100%;
}
.ob-caption{
  width: 100%;
  padding: 30px;
}
.ob-caption > p{
  display: inline-flex;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 14px;
}
.ob-box:first-child .ob-caption > p{
  color: #1a5c7a;
  border: 1px solid #A0CCF0;
  background: #E8F4FF;
}
.ob-box:last-child .ob-caption > p{
  color: #5A4F8A;
  border: 1px solid #D4CEED;
  background: #F0EEF9;
}
.ob-caption > h5{
  font-size: 24px;
  color: #1A1825;
  font-weight: 800;
  margin-bottom: 1rem;
}
.ob-caption > ul > li{
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 15px;
  color: #5C5A6B;
  font-weight: 400;
}
.ob-caption > ul > li > b, .ob-caption > ul > li > p > b{
  color: #1A1825;
  font-weight: 700;
}
.ob-caption > ul > li:last-child{
  margin-bottom: 0;
}
.ob-caption > ul > li > span{
  display: inline-block;
  color: #786BAF;
  width: 16px;
  text-align: center;
  margin-right: 10px;
}
.root_daum_roughmap .wrap_controllers{
  display: none;
}
.root_daum_roughmap .cont{
  display: none;
}
.root_daum_roughmap{
  width: 100% !important;
}

.sa-tp{
  position: relative; 
  width: 100%; 
  height: 100vh;
  overflow: hidden;
}
.sa-tp.bg{
  background: linear-gradient(122deg, #1A1825 0%, #1E1C30 50%, #2A2448 100%);
}
.sa-tp::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.sa-vimeo{
  width: 100%; 
  padding-top: 56.25%; 
  position: absolute; 
  z-index: 1;
}
.sa-vimeo iframe{
  position: absolute; 
  top: -8%; 
  width: 100%; 
  height: 100%; 
  object-fit: cover;
}
.sa-tp > .pg-con{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.sat-wrap{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
}
.sat-wrap.jb{
  justify-content: space-between;
}
.sat-box{
  width: calc((100% - 40px) / 2);
}
.page-tit{
  width: 100%;
  margin-bottom: 50px;
}
.page-tit > h5{
  font-size: 14px;
  color: #9E94C8;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  padding-left: 42px;
  position: relative;
  margin-bottom: 15px;
}
.page-tit > h5::before{
  content: "";
  width: 32px;
  height: 1px;
  background-color: #9E94C8;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.page-tit > h2{
  font-size: 32px;
  font-weight: 400;
  line-height: 1.15;
  color: rgba(200, 192, 232, 0.5);
  margin-bottom: 24px;
}
.page-tit > h3{
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
  color: #1A1825;
  margin-bottom: 20px;
}
.page-tit > h2 > span{
  display: inline-block;
  background: linear-gradient(110deg, #C8C0E8 0%, #9E94C8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 72px;
  font-weight: 800;
}
.page-tit > h2 > b{
  font-size: 72px;
  font-weight: 800;
  color: #fff;
}
.page-tit > p{
  font-size: 18px;
  color: #5C5A6B;
  font-weight: 400;
  line-height: 1.8;
}
.page-tit > p > b{
  font-weight: 600;
}
.page-tit > h4{
  display: inline-flex;
  gap: 6px;
  padding: 14px;
  border-radius: 8px;
  border-left: 3px solid rgba(158, 148, 200, 0.40);
  background: rgba(158, 148, 200, 0.08);
  font-size: 14px;
  color: rgba(200, 192, 232, 0.65);
  font-weight: 400;
  margin-top: 30px;
}
.page-tit > h4 > span{
  color: #9E94C8;
}
.sa-tp .page-tit > h5{
  margin-bottom: 20px;
}
.sa-tp .page-tit > p{
  color: rgba(255, 255, 255, 0.6);
}
.sa-tp .page-tit > p > b{
  color: rgba(255, 255, 255, 0.9);
}
.sat-btn{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.00);
  background: #786BAF;
  padding: 1rem 30px;
  font-size: 18px;
  font-weight: 600;
  transition: .2s;
}
.sat-btn > span{
  font-size: 14px;
}
.sat-btn:hover{
  background: #5a4f8a;
  transform: translateY(-2px);
}
.sat-wrap.jb .sat-box:last-child{
  display: flex;
  justify-content: flex-end;
}
.sat-wrap.jb .sat-cont{
  width: 440px;
  padding: 30px;
  border-radius: 16px;
  border: 1px solid rgba(120, 107, 175, 0.25);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(4px);
}
.sat-cont > h5{
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 12px;
}
.sat-cont > ul{
  width: 100%;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.sat-wrap.jb .sat-cont > ul.pi-list{
  gap: 8px;
}
.sat-cont > ul > li{
  width: calc((100% - 10px) / 2);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid rgba(120, 107, 175, 0.25);
  background: rgba(255, 255, 255, 0.04);
  transition: .25s;
}
.sat-wrap.jb .sat-cont > ul > li{
  width: 100%;
  padding: 14px;
}
.sat-cont > ul > li > span{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: rgba(120, 107, 175, 0.20);
  font-size: 18px;
  color: #9E94C8;
}
.sat-cont > ul > li:hover{
  background: rgba(120, 107, 175, .12);
  border-color: rgba(120, 107, 175, .5);
  transform: translateX(4px);
}
.sat-wrap.jb .sat-cont > ul.pi-list > li{
  width: auto;
  display: flex;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(120, 107, 175, 0.22);
  background: rgba(255, 255, 255, 0.03);
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  gap: 8px;
}
.sat-wrap.jb .sat-cont > ul.pi-list > li > span{
  width: auto;
  height: auto;
  color: #9E94C8;
  background: transparent;
  border-radius: 0;
  font-size: 14px;
}
.sat-wrap.jb .sat-cont > ul.pi-list > li:hover{
  background: rgba(120, 107, 175, .12);
  border-color: rgba(120, 107, 175, .5);
  transform: translateY(-2px);
}
.sat-wrap.jb .sat-cont > ul.pi-list > li:last-child{
  color: rgba(200, 192, 232, 0.45);
  border: 1px dashed rgba(120, 107, 175, 0.22);
  background: rgba(255, 255, 255, 0.03);
}
.sat-wrap.jb .sat-cont > ul.pi-list > li:last-child:hover{
  background: rgba(120, 107, 175, .12);
  border-color: rgba(120, 107, 175, .5);
}
.atc-tit > h5{
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
.atc-tit > p{
  font-size: 16px;
  color: rgba(200, 192, 232, 0.7);
  font-weight: 400;
}
.sat-caption{
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  border-radius: 12px;
  border: 1px solid rgba(158, 148, 200, 0.35);
  background: rgba(255, 255, 255, 0.07);
}
.sat-wrap.jb .sat-cont > .sat-caption{
  padding: 14px;
}
.sat-caption > h5{
  font-size: 22px;
  color: #9E94C8;
}
.sat-caption > p{
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
.sat-caption > .verline{
  width: 1px;
  height: 28px;
  background: rgba(158, 148, 200, 0.25);
}
.sat-caption > h3{
  font-size: 28px;
  color: #fff;
  font-weight: 800;
}
.sat-bt{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  border-top: 1px solid rgba(120, 107, 175, 0.20);
}
.atb-wrap{
  width: 100%;
  display: flex;
}
.atb-box{
  flex: 1;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 1rem;
  border-right: 1px solid rgba(120, 107, 175, 0.18);
}
.atb-box:last-child{
  border-right: 0;
}
.atb-box > span{
  display: inline-block;
  font-size: 22px;
  color: #9E94C8;
}
.atb-tit > h5{
  font-size: 18px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 2px;
}
.atb-tit > p{
  font-size: 16px;
  color: rgba(200, 192, 232, 0.55);
  font-weight: 400;
}

.sa-target{
  padding: 100px 0;
  width: 100%;
  background-color: #F7F6FC;
}
.satg-wrap{
  width: 100%;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.satg-box{
  width: calc((100% - 4rem) / 5);
}
.satg-wrap.third .satg-box{
  width: calc((100% - 2rem) / 3);
}
.satg-card{
  width: 100%;
  border-radius: 14px;
  border: 1px solid #E8E3F4;
  text-align: center;
  transition: .25s;
  position: relative;
  overflow: hidden;
}
.satg-img{
  width: 100%;
  display: flex;
}
.satg-img img{
  width: 100%;
}
.satg-caption{
  width: 100%;
  padding: 20px 10px;
  background: linear-gradient(103deg, #F7F5FD 0%, #EDE9FA 100%);
}
.satg-caption > h5{
  font-size: 18px;
  color: #1A1825;
  font-weight: 700;
  margin-bottom: 2px;
}
.satg-caption > p{
  font-size: 16px;
  color: #5C5A6B;
  font-weight: 400;
}
.satg-card:hover{
  box-shadow: 0 10px 36px rgba(120, 107, 175, .14);
  transform: translateY(-5px);
  border-color: #9E94C8;
}

.sa-gallery{
  padding: 100px 0;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #F0EEF9;
  border-bottom: 1px solid #F0EEF9;
}
.gallery-wrap{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.gallery-box{
  width: calc((100% - 60px) / 4);
}
.gallery-wrap.half .gallery-box{
  width: calc((100% - 20px) / 2);
}
.gallery-wrap.third .gallery-box{
  width: calc((100% - 40px) / 3);
}
.gallery-img{
  display: flex;
  width: 100%;
  border-radius: 12px;
  border: 1px solid #E6E1F6;
  overflow: hidden;
}
.gallery-img img{
  width: 100%;
}

.sa-service{
  width: 100%;
  padding: 100px 0;
  background-color: #fff
}
.sas-wrap{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.sas-card{
  width: calc((100% - 40px) / 3);
  border-radius: 12px;
  border: 1px solid #E6E1F6;
  background: #FFF;
  transition: .25s;
  overflow: hidden;
}
.sas-wrap.half .sas-card{
  width: calc((100% - 20px) / 2);
}
.sas-wrap.pi .sas-card{
  width: calc((100% - 60px) / 4);
}
.sas-wrap.pi .sas-tp{
  flex-direction: column;
}
.sas-card:hover{
  box-shadow: 0 10px 36px rgba(120, 107, 175, .14);
  transform: translateY(-5px);
  border-color: #9E94C8;
}
.sas-tp{
  width: 100%;
  padding: 24px;
  display: flex;
  gap: 14px;
  border-bottom: 1px solid #E0DAF4;
  background: linear-gradient(103deg, #F7F5FD 0%, #EDE9FA 100%);
}
.sas-tp > span{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 9px;
  background: #786BAF;
  color: #fff;
  font-size: 20px;
}
.sas-tit > h4{
  font-size: 14px;
  color: #9E94C8;
  font-weight: 500;
  margin-bottom: 5px;
}
.sas-tit > h5{
  font-size: 18px;
  color: #1A1825;
  font-weight: 700;
  margin-bottom: 3px;
}
.sas-tit > p{
  font-size: 16px;
  color: #5C5A6B;
  font-weight: 400;
}
.sas-caption{
  width: 100%;
  padding: 24px;
}
.sas-caption > h5{
  display: inline-flex;
  font-size: 14px;
  gap: 6px;
  color: #5A4F8A;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 20px;
  border: 1px solid #D4CEED;
  background: #F0EEF9;
  margin-bottom: 20px;
}
.sas-caption > p{
  display: flex;
  font-size: 14px;
  gap: 8px;
  color: #9E94C8;
  font-weight: 300;
  padding: 10px;
  border-radius: 8px;
  background: rgba(158, 148, 200, 0.08);
  overflow: hidden;
  margin-bottom: 20px;
}
.sas-caption > p > span{
  font-size: 13px;
}
.sas-caption > p.mt{
  margin-bottom: 0;
  margin-top: 20px;
}
.sas-caption > ul > li{
  margin-bottom: 15px;
  display: flex;
  gap: 8px;
  font-size: 15px;
  color: #5C5A6B;
  font-weight: 400;
}
.sas-caption > ul > li > span{
  font-size: 14px;
  color: #786BAF;
}
.sas-caption > ul > li:last-child{
  margin-bottom: 0;
}

.sa-process{
  width: 100%;
  padding: 100px 0;
  background: linear-gradient(129deg, #1E1C30 0%, #2A2448 100%);
}
.sa-process .page-tit > h3{
  color: #fff;
}
.sa-process .page-tit > p{
  color: rgba(200, 192, 232, 0.72);
}
.sap-wrap{
  width: 100%;
  display: flex;
  gap: 1rem;
}
.sap-box{
  width: calc((100% - 4rem) / 5);
  position: relative;
}
.arr{
  font-size: 11px;
  color: rgba(158, 148, 200, 0.35);
  display: inline-block;
  position: absolute;
  right: -12px;
  top: 30px;
}
.sap-cont{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sap-step{
  width: 100px;
  height: 100px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(158, 148, 200, 0.30);
  background: rgba(255, 255, 255, 0.05);
  transition: .25s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.sap-step > span{
  display: inline-block;
  font-size: 20px;
  color: #9E94C8;
  margin-bottom: 4px;
}
.sap-step > p{
  font-size: 14px;
  color: rgba(200, 192, 232, 0.5);
  font-weight: 700;
  letter-spacing: 1.2px;
}
.sap-caption{
  width: 100%;
  padding: 20px 5px;
  text-align: center;
  border-radius: 12px;
  border: 1px solid rgba(158, 148, 200, 0.18);
  background: rgba(255, 255, 255, 0.05);
  transition: .25s;
}
.sap-caption > h5{
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 8px;
}
.sap-caption > p{
  font-size: 16px;
  color: rgba(200, 192, 232, 0.55);
  font-weight: 400;
  line-height: 1.6;
}
.sap-cont:hover .sap-step{
  background: rgba(120, 107, 175, .25);
  border-color: rgba(158, 148, 200, .6);
}
.sap-cont:hover .sap-caption{
  background: rgba(120, 107, 175, .15);
  border-color: rgba(158, 148, 200, .4);
}

.sa-legal{
  width: 100%;
  padding: 100px 0;
  background-color: #fff;
}
.sa-legal.ap{
  background-color: #F7F6FC;
}
.sal-table{
  width: 100%;
  border-radius: 12px;
  border: 1px solid #E0DAF4;
  background: rgba(255, 255, 255, 0.00);
  box-shadow: 0 4px 22px 0 rgba(120, 107, 175, 0.07);
  overflow: hidden;
  margin-bottom: 20px;
}
.sal-table table{
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.sal-table table thead th{
  padding: 1rem 24px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
.sal-table table thead tr{
  background-color: #786BAF;
}
.sal-table table thead th span{
  display: inline-block;
  margin-right: 5px;
  opacity: 0.75;
}
.sal-table table tbody td{
  padding: 20px 24px;
  text-align: center;
  font-size: 18px;
  color: #1A1825;
  font-weight: 400;
}
.sal-table table tbody td:first-child{
  color: #5a4f8a;
  font-weight: 600;
}
.sal-table table tbody tr{
  border-bottom: 1px solid #ECE9F5;
  transition: .15s;
}
.sal-table table tbody tr:hover{
  background-color: #f0eef9;
}
.sal-table table tbody tr:last-child{
  border-bottom: 0;
}
.sal-table table tbody td span{
  display: inline-block;
  font-size: 16px;
  color: #5a4f8a;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 30px;
  border: 1px solid #D4CEED;
  background: #F0EEF9;
}
.sal-table table tbody td span i{
  display: inline-block;
  margin-right: 5px;
  font-size: 13px;
}
.sal-caption{
  width: 100%;
}
.sal-caption > ul > li{
  margin-bottom: 10px;
  display: flex;
  gap: 8px;
  font-size: 16px;
  color: #5C5A6B;
  font-weight: 400;
}
.sal-caption > ul > li > span{
  font-size: 15px;
  color: #786BAF;
}
.sal-caption > ul > li:last-child{
  margin-bottom: 0;
}

.sa-reason{
  width: 100%;
  padding: 100px 0;
  background-color: #F0EEF9;
  position: relative;
  overflow: hidden;
}
.sa-merit{
  width: 100%;
  padding: 100px 0;
  background-color: #F7F6FC;
  position: relative;
  overflow: hidden;
}
.sar-icon{
  display: inline-block;
  font-size: 240px;
  color: rgba(120, 107, 175, 0.07);
  position: absolute;
  right: 150px;
  bottom: -50px;
  z-index: 2;
}
.sar-wrap{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.sar-box{
  width: calc((100% - 18px) / 2);
}
.sar-box.whole{
  width: 100%;
}
.sa-merit .sar-box{
  width: calc((100% - 36px) / 3);
}
.sar-wrap.col .sar-box{
  width: calc((100% - 54px) / 4);
}
.sar-caption{
  width: 100%;
  padding: 30px;
  transition: .25s;
  border-radius: 12px;
  border: 1px solid #E0DAF4;
  background: #FFF;
  display: flex;
  gap: 18px;
}
.sar-caption > span{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 11px;
  background: linear-gradient(135deg, #786BAF 0%, #9E94C8 100%);
  font-size: 20px;
  color: #fff;
  flex: 0 0 auto;
}
.sar-tit > h5{
  font-size: 18px;
  color: #1A1825;
  font-weight: 700;
  margin-bottom: 10px;
}
.sar-tit > p{
  font-size: 16px;
  color: #5C5A6B;
  font-weight: 400;
  line-height: 1.6;
}
.sar-tit > p > b{
  color: #1A1825;
  font-weight: 700;
}
.sar-caption:hover{
  box-shadow: 0 8px 30px rgba(120,107,175,.12);
}
.sar-wrap.col .sar-box .sar-caption{
  display: flex;
  flex-direction: column;
  padding: 30px 15px;
  align-items: center;
  text-align: center;
}
.sar-wrap.col .sar-box .sar-caption > span{
  width: 60px;
  height: 60px;
  font-size: 24px;
  border-radius: 16px;
}

.acl-tit{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #E8E3F4;
}
.acl-tit > h5{
  font-size: 18px;
  color: #5C5A6B;
  font-weight: 400;
  line-height: 1.8;
}
.acl-tit > h5 > b{
  color: #1A1825;
  font-weight: 700;
}
.acl-caption > ul{
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}
.acl-caption > ul > li{
  padding: 7px 14px;
  border-radius: 30px;
  border: 1px solid #D4CEED;
  background: #F0EEF9;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #5A4F8A;
  font-weight: 600;
}
.acl-caption > ul > li > span{
  font-size: 10px;
  color: #786BAF;
}
.acl-caption > p{
  font-size: 14px;
  color: #5C5A6B;
  font-weight: 400;
  display: flex;
  gap: 6px;
  align-items: center;
}
.acl-caption > p > span{
  color: #786BAF;
}
.acl-wrap{
  width: 100%;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.acl-box{
  width: calc((100% - 2rem) / 3);
  border-radius: 14px;
  border: 1px solid #E8E3F4;
  background: #FFF;
  padding: 25px;
  position: relative;
  transition: .25s;
}
.acl-box > span{
  display: flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: #F0EEF9;
  font-size: 18px;
  color: #786BAF;
  margin-bottom: 1rem;
  transition: .25s;
}
.acl-box > h3{
  display: inline-block;
  font-size: 44px;
  color: #ede9fa;
  font-weight: 800;
  position: absolute;
  top: 25px;
  right: 25px;
  line-height: 1;
  transition: .25s;
}
.acl-box > h5{
  font-size: 18px;
  color: #1A1825;
  font-weight: 800;
  margin-bottom: 10px;
}
.acl-box > p{
  font-size: 16px;
  color: #5C5A6B;
  font-weight: 400;
  line-height: 1.8;
}
.acl-box:hover{
  box-shadow: 0 12px 36px rgba(120,107,175,.13);
  transform: translateY(-5px);
}
.acl-box:hover > span{
  background-color: #786BAF;
  color: #fff;
}
.acl-box:hover > h3{
  color: #d4ceed;
}
.acl-board{
  width: 100%;
  padding: 30px;
  border-radius: 16px;
  background: #1A1825;
  display: flex;
  gap: 30px;
}
.aclb-tit{
  flex: 0 0 auto;
}
.aclb-tit > h5{
  font-size: 12px;
  color: rgba(200, 192, 232, 0.35);
  font-weight: 700;
  letter-spacing: 1.9px;
  writing-mode: sideways-lr;
  padding: 10px 0 0 1rem;
  border-left: 1px solid rgba(158, 148, 200, 0.12);
}
.aclb-cont{
  flex: auto;
}
.aclb-wrap{
  width: 100%;
  display: flex;
}
.aclb-box{
  flex: 1;
  padding: 1rem 20px;
  border-radius: 10px;
  border-right: 1px solid rgba(158,148,200,.1);
  transition: .25s;
}
.aclb-box:last-child{
  border-right: 0;
}
.aclb-box > span{
  display: flex;
  width: 38px;
  height: 38px;
  justify-content: center;
  align-items: center;
  border-radius: 9px;
  border: 1px solid rgba(158, 148, 200, 0.15);
  background: rgba(120, 107, 175, 0.20);
  color: #9E94C8;
  font-size: 13px;
  margin-bottom: 10px;
}
.aclb-box > h5{
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 4px;
}
.aclb-box > p{
  color: rgba(200, 192, 232, 0.42);
  font-size: 14px;
  font-weight: 400;
}
.aclb-box:hover{
  background: rgba(120,107,175,.12);
}

/* media-query */

@media (min-width:601px){
  .m-screen{display: none;}

  .about-mo{
    display: none;
  }
}
@media(min-width:1200px){
  .d-lg-block{
    display: block;
  }
  .d-lg-none{
    display: none;
  }

  .ani.up.delay{
		transition: 1.2s opacity 0.2s, 1.2s transform 0.2s;
	}
	.ani.up.delay2{
		transition: 1.2s opacity 0.5s, 1.2s transform 0.5s;
	}
	.ani.up.delay3{
		transition: 1.2s opacity 0.8s, 1.2s transform 0.8s;
	}
	.ani.up.delay4{
		transition: 1.2s opacity 1.0s, 1.2s transform 1.0s;
	}
	.ani.up.delay5{
		transition: 1.2s opacity 1.3s, 1.2s transform 1.3s;
	}
}

@media(max-width:1600px){
  .pg-con{
    max-width: 1230px;
  }
  .page-tit > h2{
    font-size: 28px;
  }
  .page-tit > h2 > span, .page-tit > h2 > b{
    font-size: 62px;
  }
  .page-tit > h3{
    font-size: 36px;
    margin-bottom: 1rem;
  }
  .page-tit{
    margin-bottom: 40px;
  }
  .consult-caption > h3{
    font-size: 36px;
    margin-bottom: 6px;
  }
  .consult-caption > p{
    margin-bottom: 35px;
  }

  .about-tit{
    margin-bottom: 30px;
  }
  .about-tit > h5{
    margin-bottom: 1rem;
  }
  .about-tit > h3{
    font-size: 15px;
    margin-bottom: 5px;
  }
  .about-tit > h2{
    font-size: 80px;
    margin-bottom: 1rem;
  }
  .about-tit > p{
    font-size: 17px;
  }
  .aa-wrap{
    margin-bottom: 30px;
  }
  .cp-tit{
    padding: 0 40px 30px;
  }
  .cp-tp{
    padding: 30px 40px;
  }
  .cp-caption-wrap{
    padding: 40px 40px 0;
  }
  .cp-wrap{
    padding: 0 40px;
  }

  .sas-wrap{
    gap: 1rem;
  }
  .sas-box{
    width: calc((100% - 2rem) / 3);
  }
  .sas-tp, .sas-caption{
    padding: 20px;
  }
  .sas-tp > span{
    width: 42px;
    height: 42px;
    border-radius: 8px;
    font-size: 16px;
  }
  .sas-tit > h5{
    font-size: 17px;
    margin-bottom: 3px;
  }
  .sas-tit > p{
    font-size: 13px;
  }
  .sas-caption > ul > li{
    margin-bottom: 13px;
  }

  .sar-wrap{
    gap: 12px;
  }
  .sar-box{
    width: calc((100% - 12px) / 2);
  }
  .sar-caption{
    padding: 24px;
    gap: 1rem;
  }
  .sar-caption > span{
    width: 46px;
    height: 46px;
    font-size: 18px;
    border-radius: 10px;
  }
  .sar-tit > h5{
    font-size: 17px;
    margin-bottom: 6px;
  }
  .sar-tit > p{
    font-size: 14px;
  }
}
@media(max-width:1440px){
  .pg-con{
    max-width: 1200px;
  }

  .about-tit{
    margin-bottom: 24px;
  }
  .about-tit > h5{
    font-size: 12px;
    margin-bottom: 10px;
  }
  .about-tit > h3{
    font-size: 14px;
    margin-bottom: 4px;
  }
  .about-tit > h2{
    font-size: 70px;
    margin-bottom: 10px;
  }
  .about-tit > p{
    font-size: 16px;
  }
  .aa-wrap{
    padding: 1rem 0;
    margin-bottom: 20px;
  }
  .ac-wrap{
    padding-top: 1rem;
  }
  .ac-box > h3{
    font-size: 15px;
  }
  .ac-box > h3 > span{
    font-size: 26px;
  }
  .cp-tit-caption > h5{
    font-size: 16px;
  }
  .cp-tit-caption > p{
    font-size: 16px;
  }
  .cp-tp > h5{
    font-size: 28px;
  }
  .cp-caption-box > p{
    font-size: 15px;
  }
  .ch-list-tit{
    padding: 20px 0;
  }
  .clt > h2{
    font-size: 44px;
  }
  .ch-cont{
    padding: 10px 40px 20px 120px;
  }
  .ch-cont > ul > li{
    padding: 10px;
  }
  .cl-wrap{
    gap: 1rem;
  }
  .cl-box{
    width: calc((100% - 3rem) / 4);
    padding: 14px 10px;
  }
  .ct-tit > h3{
    font-size: 22px;
  }
  .ct-tit > p{
    font-size: 13px;
  }
  .ct-tit{
    margin-bottom: 20px;
  }
  .ct-line{
    width: 180px;
  }
  .ct-wrap{
    gap: 1rem;
  }
  .ct-box{
    width: calc((100% - 2rem) / 3);
  }
  .os-wrap{
    gap: 20px;
  }
  .os-card{
    width: calc((100% - 40px) / 3);
  }
  .os-caption{
    padding: 24px 20px;
  }
  .ob-wrap{
    gap: 20px;
  }
  .ob-box{
    width: calc((100% - 20px) / 2);
  }
  .ob-caption{
    padding: 24px;
  }

  .page-tit > h5{
    font-size: 12px;
    margin-bottom: 1rem;
  }
  .page-tit > h2{
    font-size: 24px;
    margin-bottom: 20px;
  }
  .page-tit > h2 > span, .page-tit > h2 > b{
    font-size: 52px;
  }
  .page-tit > p{
    font-size: 16px;
    line-height: 1.6;
  }
  .page-tit{
    margin-bottom: 30px;
  }
  .sat-btn{
    padding: 14px 24px;
    font-size: 16px;
  }
  .sat-cont > h5{
    font-size: 16px;
  }
  .sat-cont > ul > li{
    padding: 1rem;
  }
  .atc-tit > h5{
    font-size: 16px;
  }
  .atc-tit > p{
    font-size: 14px;
  }
  .sat-caption > h3{
    font-size: 26px;
  }
  .atb-box{
    padding: 1rem;
  }
  .atb-tit > h5{
    font-size: 16px;
  }
  .atb-tit > p{
    font-size: 14px;
  }
  .page-tit > h5{
    margin-bottom: 10px;
  }
  .page-tit > h3{
    font-size: 32px;
    margin-bottom: 10px;
  }
  .satg-wrap{
    gap: 10px;
  }
  .satg-box{
    width: calc((100% - 40px) / 5);
  }
  .satg-caption{
    padding: 1rem 5px;
  }
  .satg-caption > h5{
    font-size: 16px;
  }
  .satg-caption > p{
    font-size: 14px;
  }
  .sas-wrap{
    gap: 10px;
  }
  .sas-card{
    width: calc((100% - 20px) / 3);
  }
  .sap-caption > h5{
    font-size: 16px;
    margin-bottom: 5px;
  }
  .sap-caption > p{
    font-size: 14px;
  }
  .sal-table table thead th{
    font-size: 16px;
  }
  .sal-table table tbody td{
    font-size: 16px;
  }
  .sal-table table tbody td span{
    font-size: 15px;
  }
  .sal-caption > ul > li{
    font-size: 15px;
  }
  .sal-caption > ul > li > span{
    font-size: 14px;
  }
  .consult-caption{
    padding: 50px 0;
  }
  .consult-caption > h3{
    font-size: 32px;
    margin-bottom: 4px;
  }
  .consult-caption > p{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .csc-btn > a{
    padding: 20px 24px;
  }
  .csc-num{
    padding: 12px 24px;
  }
  .csc-tit > h5{
    font-size: 23px;
  }
  .acl-tit > h5{
    font-size: 16px;
  }
  .acl-caption > ul > li{
    padding: 6px 10px;
  }

  .gallery-wrap{
    gap: 1rem;
  }
  .gallery-box{
    width: calc((100% - 3rem) / 4);
  }
  .gallery-wrap.half .gallery-box{
    width: calc((100% - 1rem) / 2);
  }
  .gallery-wrap.third .gallery-box{
    width: calc((100% - 2rem) / 3);
  }
}
@media(max-width:1199px){
  .d-block{
    display: block;
  }
  .d-none{
    display: none;
  }
  
  .about-tit > h2{
    font-size: 60px;
  }
  .about-tit > p{
    font-size: 15px;
    line-height: 1.6;
  }
  .aa-box{
    padding: 0 20px;
  }
  .cp-tit{
    padding: 0 20px 20px;
  }
  .cp-tp{
    padding: 20px;
  }
  .cp-caption-wrap{
    padding: 20px 20px 0;
  }
  .cp-caption-box{
    padding-bottom: 20px;
  }
  .cp-caption-box:last-child{
    padding-left: 20px;
  }
  .cp-caption-box > p{
    font-size: 14px;
    line-height: 1.6;
  }
  .cp-wrap{
    padding: 0 20px;
  }
  .cp-box-tit > h5{
    font-size: 15px;
  }
  .cp-box{
    padding: 1rem;
  }
  .ch-tit{
    margin-bottom: 20px;
  }
  .clt > h2{
    font-size: 34px;
  }
  .clt-icon{
    width: 36px;
    height: 36px;
  }
  .ch-list-tit{
    padding: 1rem 0;
  }
  .ch-cont{
    padding: 10px 36px 20px 100px;
  }
  .cl-box{
    padding: 10px 6px;
  }
  .cl-box > h5{
    font-size: 14px;
  }
  .cl-img{
    margin-bottom: 10px;
  }
  .ct-wrap{
    gap: 10px;
  }
  .ct-box{
    width: calc((100% - 20px) / 3);
    padding: 20px 1rem;
  }
  .ct-tp-tit > h5{
    font-size: 16px;
  }
  .ct-tp-tit > p{
    font-size: 13px;
  }
  .ct-box > ul > li > p{
    font-size: 13px;
  }
  .ct-box > ul > li > div > h5{
    font-size: 14px;
  }
  .ct-line{
    width: 145px;
  }
  .os-wrap{
    gap: 1rem;
  }
  .os-card{
    width: calc((100% - 2rem) / 3);
  }
  .os-logo{
    padding: 10px;
    margin-bottom: 10px;
  }
  .os-logo img{
    height: 24px;
  }
  .os-caption > h5{
    font-size: 16px;
  }
  .os-caption > p{
    font-size: 13px;
    line-height: 1.4;
  }
  .ob-wrap{
    gap: 1rem;
  }
  .ob-box{
    width: calc((100% - 1rem) / 2);
  }
  .ob-caption > h5{
    font-size: 20px;
  }
  .ob-caption > ul > li{
    font-size: 14px;
  }
  .ob-caption{
    padding: 20px;
  }

  .sa-vimeo{
    width: 100vw; 
    padding-top: 0; 
    height: calc(100vh + 3px);
  }
  .sa-vimeo iframe{
    top: 50%; 
    left: 50%; 
    transform: translate(-50%,-50%); 
    width: 177.777vh; 
    height: calc(100vh + 3px);
  }

  .sat-box:last-child{
    display: none;
  }
  .sat-wrap.jb .sat-box:last-child{
    display: none;
  }
  .sat-box{
    width: 100%;
  }
  .sa-tp .page-tit > h5{
    margin-bottom: 1rem;
  }
  .page-tit > h2{
    font-size: 22px;
    margin-bottom: 1rem;
  }
  .page-tit > h2 > span, .page-tit > h2 > b{
    font-size: 42px;
  }
  .sat-btn > span{
    font-size: 12px;
  }
  .sat-btn{
    font-size: 15px;
  }

  .satg-box{
    width: calc((100% - 10px) / 2);
  }
  .sas-card{
    width: calc((100% - 10px) / 2);
  }
  .sap-wrap{
    flex-wrap: wrap;
  }
  .sap-box{
    width: calc((100% - 2rem) / 3);
  }
  .arr{
    display: none;
  }
  .csc-wrap{
    flex-direction: column;
  }

  .satg-wrap.third .satg-box{
    width: calc((100% - 10px) / 2);
  }
  .sa-merit .sar-box{
    width: calc((100% - 12px) / 2);
  }
  .page-tit > h4{
    margin-top: 1rem;
    font-size: 13px;
    padding: 10px 12px;
  }

  .sas-wrap.pi .sas-card{
    width: calc((100% - 10px) / 2);
  }
  .sar-wrap.col .sar-box{
    width: calc((100% - 12px) / 2);
  }
  .sar-wrap.col .sar-box .sar-caption > span{
    width: 52px;
    height: 52px;
    font-size: 18px;
    border-radius: 12px;
  }

  .acl-tit{
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  
  .acl-board{
    flex-wrap: wrap;
    padding: 24px;
    gap: 1rem;
  }
  .aclb-tit{
    flex: auto;
    width: 100%;
  }
  .aclb-cont{
    width: 100%;
  }
  .aclb-tit > h5{
    writing-mode: horizontal-tb;
    padding: 0 0 1rem 0;
    border-left: 0;
    border-bottom: 1px solid rgba(158, 148, 200, 0.12);
  }
  .aclb-wrap{
    flex-wrap: wrap;
  }
  .aclb-box{
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .gallery-wrap{
    gap: 10px;
  }
  .gallery-box{
    width: calc((100% - 10px) / 2);
  }
  .gallery-wrap.half .gallery-box{
    width: calc((100% - 10px) / 2);
  }
  .gallery-wrap.third .gallery-box{
    width: calc((100% - 10px) / 2);
  }
}
@media(max-width:800px){
  .cp-bg, .ch-bg, .cl-bg, .ct-bg, .co-bg, .os-bg, .ob-bg{
    padding: 70px 0;
  }
  .about-tit > h2{
    font-size: 54px;
  }
  .aa-icon{
    width: 70px;
  }
  .cp-tit{
    padding: 0 0 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .cp-tit .page-tit{
    margin-bottom: 20px;
  }
  .cp-tit-caption{
    text-align: left;
  }
  .cp-tp{
    padding: 20px 0;
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  .cp-tp > h5{
    font-size: 20px;
    margin-right: 0;
  }
  .cp-tp > div{
    display: none;
  }
  .cp-tp > p{
    font-size: 13px;
  }
  .cp-caption-wrap{
    padding: 20px 0 0;
    flex-wrap: wrap;
  }
  .cp-caption-box{
    width: 100%;
    padding-bottom: 1rem;
  }
  .cp-caption-box:last-child{
    padding-left: 0;
    border-left: 0;
  }
  .cp-wrap{
    padding: 0;
    flex-wrap: wrap;
  }
  .cp-box{
    width: 50%;
    border-right: 1px solid #E4DFD8;
    border-bottom: 1px solid #E4DFD8;
    border-left: 0;
  }
  .cp-box:nth-child(2), .cp-box:nth-child(4){
    border-right: 0;
  }
  .clt > h2{
    font-size: 30px;
    min-width: 78px;
  }
  .ch-cont{
    padding: 10px 36px 20px 90px;
  }
  .ch-cont > ul > li > h5{
    font-size: 14px;
  }
  .cl-box{
    width: calc((100% - 1rem) / 2);
  }
  .ct-wrap{
    flex-wrap: wrap;
  }
  .ct-box{
    width: calc((100% - 10px) / 2);
  }
  .ct-line{
    width: 160px;
  }
  .os-wrap{
    gap: 10px;
    flex-wrap: wrap;
  }
  .os-card{
    width: calc((100% - 10px) / 2);
  }
  .ob-wrap{
    flex-wrap: wrap;
  }
  .ob-box{
    width: 100%;
  }
  .root_daum_roughmap .wrap_map{
    height: 200px !important;
  }

  .atb-wrap{
    flex-wrap: wrap;
  }
  .atb-box > span{
    font-size: 18px;
  }
  .atb-box{
    padding: 12px;
    gap: 10px;
  }
  .atb-tit > h5{
    font-size: 14px;
    margin-bottom: 0;
  }
  .atb-tit > p{
    font-size: 12px;
  }

  .about-con{
    padding: 0 15px;
  }

  .sa-target, .sa-service, .sa-process, .sa-legal, .sa-reason{
    padding: 70px 0;
  }
  .page-consult{
    padding: 40px 0;
  }
  .sas-tp > span{
    flex: 0 0 auto;
  }

  .acl-caption > ul{
    flex-wrap: wrap;
    gap: 6px;
  }
  .acl-wrap{
    gap: 10px;
  }
  .acl-box{
    width: calc((100% - 10px) / 2);
    padding: 20px;
  }
  .acl-box > h3{
    font-size: 34px;
    top: 20px;
    right: 20px;
  }
  .aclb-box{
    width: 50%;
  }
  .aclb-box:last-child{
    border-right: 1px solid rgba(158,148,200,.1);
  }
}
@media(max-width:600px){
  .about-mo{
    width: 100%;
    padding: 50px 15px;
    background: linear-gradient(122deg, #1A1825 0%, #1E1C30 55%, #2A2448 100%);
  }
  .sa-tp .aa-wrap, .sa-tp .ac-wrap{
    display: none;
  }
  .about-tit{
    margin-bottom: 0;
  }
  .about-tit > h2{
    font-size: 44px;
  }
  .about-tit > h5{
    margin-bottom: 1rem;
  }
  .about-tit > h3{
    margin-bottom: 10px;
  }
  .about-tit > h2{
    margin-bottom: 1rem;
  }
  .aa-wrap{
    flex-wrap: wrap;
    padding: 0;
  }
  .aa-box{
    width: 100%;
    padding: 20px;
  }
  .aa-wrap::after{
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .ac-wrap{
    flex-wrap: wrap;
    padding: 0;
  }
  .ac-box{
    width: 50%;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }
  .ac-box:nth-child(2){
    border-right: 0;
  }
  .ac-box > h3 > span{
    font-size: 22px;
  }
  .ac-box > h3{
    font-size: 14px;
  }
  .cp-box{
    flex-direction: column;
  }
  .ch-tit{
    margin-bottom: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .ch-tit > h5{
    font-size: 15px;
    letter-spacing: 1.3px;
    margin-bottom: 4px;
  }
  .ch-tit > p{
    font-size: 13px;
  }
  .clt-cont > h5{
    margin-bottom: 0;
  }
  .clt-cont > p{
    display: none;
  }
  .clt > h2{
    font-size: 24px;
    min-width: 64px;
  }
  .clt{
    gap: 1rem;
  }
  .ch-cont{
    padding: 10px 10px 20px 10px;
  }
  .ch-cont > ul > li{
    padding: 10px 0;
  }
  .cl-box{
    width: 100%;
  }
  .ct-box{
    width: 100%;
  }
  .ct-line{
    width: 170px;
  }
  .org-chart{
    min-width: 530px;
  }
  .org-ceo{
    font-size: 16px;
  }
  .org-vp{
    font-size: 14px;
  }
  .org-branch-bar{
    font-size: 13px;
  }
  .org-dept-head{
    font-size: 13px;
  }
  .org-team-box{
    font-size: 12px;
  }
  .org-lv-sm{
    height: 10px;
  }
  .org-lv{
    height: 1rem;
  }
  .org-dept-area{
    margin-top: 10px;
    gap: 6px;
  }
  .os-card{
    width: 100%;
  }

  .sa-target, .sa-service, .sa-process, .sa-legal, .sa-reason{
    padding: 60px 0;
  }
  .page-tit > h5::before{
    width: 20px;
  }
  .page-tit > h5{
    padding-left: 30px;
    letter-spacing: 1.4px;
  }
  .atb-box{
    width: 50%;
    flex: auto;
    border-bottom: 1px solid rgba(120, 107, 175, 0.18);
  }
  .atb-box:nth-child(2), .atb-box:nth-child(4){
    border-right: 0;
  }
  .page-tit > h2{
    font-size: 20px;
  }
  .page-tit > h2 > span, .page-tit > h2 > b{
    font-size: 36px;
  }
  .page-tit > p{
    font-size: 15px;
  }
  .page-tit{
    margin-bottom: 24px;
  }
  .sat-btn{
    padding: 12px 20px;
  }
  .page-tit > h3{
    font-size: 26px;
  }
  .satg-box{
    width: 100%;
  }
  .sas-card{
    width: 100%;
  }
  .sas-tp, .sas-caption{
    padding: 1rem;
  }
  .sas-tp{
    gap: 10px;
  }
  .sas-tp > span{
    width: 38px;
    height: 38px;
    font-size: 14px;
  }
  .sas-tit > h5{
    font-size: 15px;
    margin-bottom: 2px;
  }
  .sas-caption > ul > li{
    font-size: 14px;
    gap: 6px;
    margin-bottom: 10px;
  }
  .sas-caption > ul > li > span{
    font-size: 12px;
  }
  .sap-wrap{
    gap: 10px;
  }
  .sap-box{
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }
  .sap-box:last-child{
    margin-bottom: 0;
  }
  .sap-step > span{
    font-size: 18px;
  }
  .sap-step > p{
    font-size: 12px;
    letter-spacing: 0.8px;
  }
  .sap-step{
    width: 84px;
    height: 84px;
    margin-bottom: 12px;
  }
  .sap-caption{
    padding: 1rem 5px;
  }
  .sap-caption > h5{
    font-size: 15px;
    margin-bottom: 3px;
  }
  .sap-caption > p{
    font-size: 13px;
    line-height: 1.4;
  }
  .sal-table table thead th{
    padding: 14px;
    font-size: 14px;
  }
  .sal-table table thead th span{
    margin-right: 2px;
    font-size: 10px;
  }
  .sal-table table tbody td{
    padding: 14px;
    font-size: 14px;
  }
  .sal-table table tbody td span{
    font-size: 13px;
    padding: 6px 12px;
  }
  .sa-legal{
    overflow: hidden;
  }
  .sal-table{
    position: relative;
    overflow-x: auto;
  }
  .sal-table > table{
    min-width: 600px;
  }
  .m-screen {
    overflow-x: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,0.3);
  }
  .m-txt {
    text-align: center;
    padding: 2rem 1rem;
    background-color: #786BAF;
    border-radius: 10px;
    color: #fff !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    font-size: 15px;
    line-height: 1.6;
  }
  .sal-caption > ul > li{
    font-size: 14px;
    gap: 6px;
    line-height: 1.4;
  }
  .sal-caption > ul > li > span{
    font-size: 13px;
  }
  .sar-wrap{
    gap: 10px;
  }
  .sar-box{
    width: 100%;
  }
  .sar-caption{
    padding: 1rem;
  }
  .sar-caption > span{
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .sar-tit > h5{
    font-size: 15px;
    margin-bottom: 4px;
  }
  .sar-tit > p{
    font-size: 13px;
    line-height: 1.4;
  }
  .sar-icon{
    font-size: 130px;
    right: 40px;
    bottom: -60px;
  }
  .consult-caption{
    padding: 30px 10px;
  }
  .consult-caption > h3{
    font-size: 22px;
    margin-bottom: 6px;
  }
  .consult-caption > p{
    font-size: 13px;
    line-height: 1.4;
  }
  .csc-num{
    width: 100%;
    justify-content: center;
  }
  .csc-wrap{
    gap: 10px;
  }
  .csc-btn > a{
    width: 100%;
    justify-content: center;
  }
  .csc-btn{
    width: 100%;
  }
  .sas-caption > h5{
    font-size: 13px;
    margin-bottom: 12px;
  }
  .sas-caption > p{
    font-size: 13px;
    margin-bottom: 12px;
    gap: 6px;
  }
  .sas-caption > p > span{
    font-size: 12px;
  }
  .sas-wrap.half .sas-card{
    width: 100%;
  }

  .satg-wrap.third .satg-box{
    width: 100%;
  }
  .sa-merit .sar-box{
    width: 100%;
  }
  .page-tit > h4{
    font-size: 12px;
  }
  .page-tit > h4 > span{
    font-size: 10px;
  }
  .sas-wrap.pi .sas-card{
    width: 100%;
  }
  .sar-wrap.col .sar-box{
    width: 100%;
  }

  .acl-box > h5{
    font-size: 16px;
  }
  .acl-box > p{
    font-size: 14px;
    line-height: 1.6;
  }
  .acl-box{
    width: 100%;
  }
  .acl-board{
    padding: 20px;
    gap: 10px;
  }
  .aclb-tit > h5{
    padding: 0 0 10px 0;
  }
  .aclb-box{
    width: 100%;
  }

  .gallery-box{
    width: 100%;
  }
  .gallery-wrap.half .gallery-box{
    width: 100%;
  }
  .gallery-wrap.third .gallery-box{
    width: 100%;
  }
}

/* animation */

.ani.up{
	transform: translateY(100px);
	opacity: 0;
	transition: 1.2s;
}
.ani.up.act{
	transform: translateY(0);
	opacity: 1;
}
.ani.left{
	transform: translateX(100px);
	opacity: 0;
	transition: 1s;
}
.ani.left.act{
	transform: translateX(0);
	opacity: 1;
}
.ani.right{
	transform: translateX(-100px);
	opacity: 0;
	transition: 1s;
}
.ani.right.act{
	transform: translateX(0);
	opacity: 1;
}
