/**/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,
menu,nav,output,ruby,section,summary,time,mark,audio,video
{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
table{border-collapse:collapse;border-spacing:0}
a{text-decoration: none; color:#fff;}

/*font*/
@font-face {
  font-family: 'Ria';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2410-1@1.0/RiaSans-ExtraBold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'S-Core';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('https://cdn.jsdelivr.net/gh/fonts-archive/S-CoreDream/SCDreamRegular.woff2') format('woff2'),
    url('https://cdn.jsdelivr.net/gh/fonts-archive/S-CoreDream/SCDreamRegular.woff') format('woff'),
    url('https://cdn.jsdelivr.net/gh/fonts-archive/S-CoreDream/SCDreamRegular.otf') format('opentype');
}

@font-face {
  font-family: 'S-Core';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SDSwaggerTTF';
  src: url('https://cdn.jsdelivr.net/gh/fontbee/font@main/SDSwagger/SDSwaggerTTF.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  font-family: 'S-Core';
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  letter-spacing: -0.8px;
}
.saeilProject-contents {
  position: relative;
  width: 1000px;
  height: 1075px;
  background: url(/common/images/wrd/saeil_img/bg.png) no-repeat;
  margin: 0 auto;
}
.saeilProject-title {
  margin: 0 auto;
  text-align: center;
  padding-top:30px;
}
.project-box {
  display: flex;
  width: 943px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px auto 0;
}
body .project-box::after {
  display: none !important;
}
.project-box-contents{
 display: flex;
  position: relative;
  align-items: center;
  width:294px;
  height: 264px;
  background: url(/common/images/wrd/saeil_img/box-size-L.svg) no-repeat;
  margin-bottom:20px;
  z-index: 2;
}
.project-box-contents02 {
  width: 322px;
  background: url(/common/images/wrd/saeil_img/box-size-xL.svg) no-repeat;
  background-size: contain;
  margin-top:40px;
}
.project-box-contents04, .project-box-contents05{
  margin-top:-40px;
}
.project-box-contents > div {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}
.project-box-contents > div div:first-child {
  position: relative;
  margin-top: 12px;
  font-family: 'Ria';
  font-size: 24px;
  line-height: 1.2;
  color: #4BB5CB;
  z-index: 2;
}
.project-box-contents div > div{
  position: relative;
  z-index: 2;
  margin-bottom:8px;
  font-family: 'S-Core';
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  letter-spacing: -0.8px;
}
.project-box-contents div.team-building > div:first-child{
  margin-top:30px;
}
.project-box-contents div.team-building .lottie-container{
  position: absolute;
  width:80px;
  height:80px;
  height:80px;
  display: inline-block;
  top:-58px;
  right:0;
  padding:8px;
  border-radius:100%;
  background: #91d3e6;
  box-sizing: border-box;
  z-index: 2;
}
.project-box-contents div.consulting > div:first-child{
  margin-top:14px;
  font-size: 42px;
  color:#7470B6;
}
.project-box-contents div.consulting > div:nth-child(2){
  font-size: 15px;
  color:#333333;
}
.project-box-contents div.consulting .lottie-container{
  position: absolute;
  width:106px;
  height:106px;
  display: inline-block;
  top:-37px;
  right:10px;
  padding:8px;
  border-radius:100%;
  background: #D1CFEF;
  box-sizing: border-box;
  z-index: 2;
}
.project-box-contents div.consulting div:nth-child(3) a{
  display: inline-block;
  width: 95%;
  height:40px;
  line-height: 40px;
  border-radius:100px;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
  cursor: pointer;
}
.project-box-contents div.coaching > div:first-child{
  color:#F9A491;
}
.project-box-contents div.coaching .lottie-container{
  position: absolute;
  width:80px;
  height:80px;
  display: inline-block;
  top:-6px;
  right:0;
  padding:8px;
  border-radius:100%;
  background: #ffccbe;
  box-sizing: border-box;
  z-index: 2;
}
.project-box-contents div.coaching .lottie-container svg{
  position: absolute;
  left:0;
  bottom:0;
}
.project-box-contents div.skill-up > div:first-child{
  margin-top:8px;
  color:#62BE86;
}
.project-box-contents div.skill-up .lottie-container{
  position: absolute;
  width:80px;
  height:80px;
  display: inline-block;
  top:-9px;
  right:0;
  padding:8px;
  border-radius:100%;
  background: #D7F3E2;
  box-sizing: border-box;
  z-index: 2;
}
.project-box-contents div.education > div:first-child{
  margin-top:14px;
  color:#4D96A5;
}
.project-box-contents div.education .lottie-container{
  position: absolute;
  width:80px;
  height:80px;
  display: inline-block;
  top:-36px;
  right:0;
  padding:8px;
  border-radius:100%;
  background: #a0f1ff;
  box-sizing: border-box;
  z-index: 2;
}
.project-box-contents div.education svg{
  position: absolute;
  left:-10px;
  bottom:0;
}
.project-box-contents div div:nth-child(3) a{
  display: inline-block;
  width: 95%;
  height:36px;
  line-height: 36px;
  border-radius:100px;
  text-align: center;
  vertical-align: middle;
  margin-top:5px;
  font-family: 'S-Core';
  font-size: 14px;
  letter-spacing: -0.8px;
  color:#fff;
  cursor: pointer;
}
.project-box-contents div div:nth-child(3) a img{ vertical-align: middle !important;}

.project-box-contents .team-building .project-link-btn {
  text-align: center;
}
/*버튼 hover 이벤트 애니메이션*/
.project-box-contents .team-building .project-link-btn a{
background:#5EBCD3;
}
.project-box-contents .team-building .project-link-btn a:hover {
  animation: color-change 1s linear infinite;
}
@keyframes color-change {
  0% {
    background: #5EBCD3;
  }
  50% {
    background: #3c98af;
  }
  100% {
    background: #5EBCD3;
  }
}
.project-box-contents .consulting .project-link-btn a {
  background: #9490DC;
}
.project-box-contents .consulting .project-link-btn a:hover {
  animation: color-change2 1s linear infinite;
}
@keyframes color-change2 {
  0% {
    background: #9490DC;
  }
  50% {
    background: #5d5a9a;
  }
  100% {
    background: #9490DC;
  }
}
.project-box-contents .coaching .project-link-btn a {
  background: #F49E8B;
}
.project-box-contents .coaching .project-link-btn a:hover {
  animation: color-change3 1s linear infinite;
}

@keyframes color-change3 {
  0% {
    background: #F49E8B;
  }
  50% {
    background: #e68975;
  }
  100% {
    background: #F49E8B;
  }
}
.project-box-contents .skill-up .project-link-btn a {
  background: #81C89D;
}
.project-box-contents .skill-up .project-link-btn a:hover {
  animation: color-change4 1s linear infinite;
}
@keyframes color-change4 {
  0% {
    background: #81C89D;
  }
  50% {
    background: #5ea57a;
  }
  100% {
    background: #81C89D;
  }
}
.project-box-contents .education .project-link-btn a {
  background: #71B0BD;
}
.project-box-contents .education .project-link-btn a:hover {
  animation: color-change5 1s linear infinite;
}
@keyframes color-change5 {
  0% {
    background: #71B0BD;
  }
  50% {
    background: #54909c;
  }
  100% {
    background: #71B0BD;
  }
}

.Project-bg-img {
  position: absolute;
  bottom: 50px;
  z-index: 1;
}
.project-box-contents {
  transition: transform 0.3s ease-in-out;
}
.project-box-contents:hover {
  transform: scale(1.2);
  z-index: 5;
  position: relative;
}
.bold-txt{
   font-family: 'S-Core';
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  font-weight: 800;
  letter-spacing: -0.8px;
}
.project-box-contents div.consulting .bold-txt{ font-size: 15px;}

@media all and (min-width:768px) and (max-width:1024px) {
  .saeilProject-contents {
    width: 100%;
    height: 100vh;
    background-size: cover;
  }
.lottie-container {
    width: 90px;
    height: 90px;
  }
  .saeilProject-title img {
    width: 80%;
  }
  .project-box {
    width: 90%;
    justify-content: space-between;
    margin-top: 60px;
  }
body .project-box::after {
  display: none !important;
}
  
  .project-box-contents04 {
    margin-top: 30px;
  }
  .Project-bg-img {
    bottom: 30px;
    text-align: center;
  }
  .Project-bg-img img {
    width: 90%;
  }
}

@media all and (min-width:569px) and (max-width:768px) {

  html,
  body {
    font-size: 16px;
    line-height: 1.5;
  }
  .saeilProject-contents {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-size: cover;
  }
  .saeilProject-title img {
    width: 90%;
    margin-top: 20px;
  }
  .project-box {
    width: 90%;
    margin-top: 280px;
    justify-content: space-between;
  }
  .project-box-contents01 {
    order: 2;
  }
  .project-box-contents02 {
    order: 1;
  }
  .project-box-contents03 {
    order: 3;
  }
  .project-box-contents04 {
    order: 5;
    margin-top: 20px !important;
  }
  .project-box-contents05 {
    order: 4;
  }
  .project-box li {
    width: 100%;
    background: url(/common/images/wrd/saeil_img/box-size-all.svg) no-repeat;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 0 20px 20px 0;
  }
  .project-box-contents > div div:first-child {
    font-size: 28px;
  }
  .project-box-contents > div.consulting div:first-child {
    margin-top: 26px;
  }
  .project-box-contents div:first-child .lottie-container{
     width: 90px;
     height: 90px;
   }
  .project-box-contents div.consulting .lottie-container {
    width: 114px;
    height: 114px;
  }
  .project-box-contents div div:nth-child(3) a {
    height: 45px;
    line-height: 45px;
    
  }
  .project-box-contents div.consulting div:nth-child(3) a {
    height: 50px;
    line-height: 50px;
  }
  .project-box-contents div.consulting > div:nth-child(2) {
    font-size: 20px;
  }
  .Project-bg-img {
    top: 25px;
    text-align: center;
  }
  .Project-bg-img img {
    width: 90%;
  }
  .project-box-contents {
    transition: transform 0.3s ease-in-out;
  }
  .project-box-contents:hover {
    transform: scale(1.1);
    z-index: 2;
    position: relative;
  }
}

@media all and (min-width:480px) and (max-width:569px) {

  html,
  body {
    font-size: 16px;
    line-height: 1.5;
  }
  .saeilProject-contents {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-size: cover;
  }
  .saeilProject-title img {
    width: 90%;
    margin-top: 20px;
  }
  .project-box {
    width: 90%;
    margin-top: 245px;
    justify-content: space-between;
  }
    .project-box-contents01 {
    order: 2;
  }
  .project-box-contents02 {
    order: 1;
  }
  .project-box-contents03 {
    order: 3;
  }
  .project-box-contents04 {
    order: 5;
    margin-top: 20px !important;
  }
  .project-box-contents05 {
    order: 4;
  }
  .project-box li {
    width: 100%;
    background: url(/common/images/wrd/saeil_img/box-size-all.svg) no-repeat;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 0 20px 20px 0;
  }
  .project-box-contents > div div:first-child {
    font-size: 28px;
  }
  .project-box-contents > div.consulting div:first-child {
    margin-top: 26px;
  }
  .project-box-contents div:first-child .lottie-container{
     width: 90px;
     height: 90px;
   }
  .project-box-contents div.consulting .lottie-container {
    width: 114px;
    height: 114px;
  }
  .project-box-contents div div:nth-child(3) a {
    height: 45px;
    line-height: 45px;
  }
  .project-box-contents div.consulting div:nth-child(3) a {
    height: 50px;
    line-height: 50px;
  }
  .project-box-contents div.consulting > div:nth-child(2) {
    font-size: 16px;
  }
  .project-box-contents div.consulting > div:nth-child(2) .bold-txt{
    font-size: 16px;
  }
  .Project-bg-img {
    top: 25px;
    text-align: center;
  }
  .Project-bg-img img {
    width: 90%;
  }
  .project-box-contents {
    transition: transform 0.3s ease-in-out;
  }
  .project-box-contents:hover {
    transform: scale(1.1);
    z-index: 2;
    position: relative;
  }
}

@media all and (max-width:480px) {

  html,
  body {
    font-size: 16px;
  }
  .saeilProject-contents {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-size: cover;
    padding-bottom: 20px;
  }
  .saeilProject-title img {
    width: 90%;
    padding-top: 40px;
  }
  .project-box {
    width: 90%;
    margin-top: 280px;
    justify-content: space-between;
  }
    .project-box li {
    width: 100%;
    background: url(/common/images/wrd/saeil_img/box-size-all02.svg) no-repeat;
    margin-bottom: 20px;
    margin-top: 0px;
    padding: 0px 20px 20px 0px;
  }
    .project-box-contents01 {
    order: 2;
  }
  .project-box-contents02 {
    order: 1;
  }
  .project-box-contents03 {
    order: 3;
  }
  .project-box li.project-box-contents04 {
    order: 5;
    margin-top: 20px !important;
  }
  .project-box-contents05 {
    order: 4;
    margin-top:20px !; 
  }

  .project-box .project-box-contents02 {
    padding: 0px 20px 0px 0px;
  }
  .project-box-contents > div div:first-child {
    font-size: 28px;
  }
  .project-box-contents > div.consulting div:first-child {
    margin-top: 26px;
  }
  .project-box-contents div.team-building > div:first-child {
    margin-top: 38px;
  }
  .project-box-contents div.team-building .lottie-container {
    top: -73px;
  }
  .project-box-contents div:first-child .lottie-container{
     width: 90px;
     height: 90px;
   }
  .project-box-contents div.consulting .lottie-container {
    width: 114px;
    height: 114px;
  }
  .project-box-contents div.consulting .lottie-container {
    right: -22px;
  }
  .project-box-contents div.consulting > div:nth-child(2) {
    font-size: 18px;
  }
  .project-box-contents div div:nth-child(3) a {
    height: 45px;
    line-height: 45px;
  }
  .project-box-contents div.consulting div:nth-child(3) a {
    height: 50px;
    line-height: 50px;
  }
  .Project-bg-img {
    top: 170px;
    text-align: center;
  }
  .Project-bg-img img {
    width: 100%;
  }
  .project-box-contents {
    transition: transform 0.3s ease-in-out;
  }
  .project-box-contents:hover {
    transform: scale(1.1);
    z-index: 2;
    position: relative;
  }
}

@media all and (max-width:390px) {

  html,
  body {
    font-size: 15px;
  }
  .saeilProject-title img {
    margin-top: 15px;
  }
  .project-box {
    margin-top: 204px;
  }
  .project-box li {
    padding: 0;
  }
    .project-box-contents01 {
    height: 250px;
    order: 2;
  }
  .project-box-contents02 {
    order: 1;
  }
  .project-box-contents03 {
    height: 268px;
    order: 3;
  }
  .project-box-contents04 {
    order: 5;
    margin-top: 20px !important;
  }
  .project-box-contents05 {
    order: 4;
  }

  .project-box-contents > div div:first-child {
    font-size: 24px;
  }
  .project-box-contents > div:first-child div:first-child div {
    width: 75px;
    height: 75px;
  }
  .project-box-contents > div.consulting div:first-child div{
    width: 90px;
    height: 90px;
  }
  .Project-bg-img {
    top: 123px;
  }
}





