@charset "utf-8";

/* about common style */
.about-tit h2 {
  font-size: 1.7rem;
}
.about-vsl-tit {
  height: 15rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.about-vsl-tit h2 {
  padding-top: 2.5rem;
}
.about-txt-tit h2 {
  padding: 4rem 0 5rem;
}
.about-spot-tit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.about-spot-tit:before {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  display: block;
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-animation: showSpotBg 1s 0.1s ease;
  animation: showSpotBg 1s 0.1s ease;
  animation-fill-mode: forwards;
}
.about-spot-tit:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-animation: showSpotBg 1s 0.1s ease;
  animation: showSpotBg 1s 0.1s ease;
  animation-fill-mode: forwards;
}
@-webkit-keyframes showSpotBg {
  0% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}
@keyframes showSpotBg {
  0% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}
.about-spot-tit p,
.about-spot-tit span {
  position: relative;
  display: block;
  padding: 1.25rem 0;
  font-size: 1.9rem;
  opacity: 0;
  z-index: 1;
  -webkit-animation: showSpotTxt 0.7s 0.7s ease;
  animation: showSpotTxt 0.7s 0.7s ease;
  animation-fill-mode: forwards;
}
@-webkit-keyframes showSpotTxt {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showSpotTxt {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.about-cont {
  padding-bottom: 7.5rem;
}

.fl-cont-box .cont-tit {
  line-height: 1.4;
}
.fl-cont-box .cont-tit h3 span {
  display: inline-block;
  font-size: 1.1rem;
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
  opacity: 0;
}
.fl-cont-box .cont-tit h3 b {
  display: inline-block;
  font-size: 1.5rem;
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
}
.fl-cont-box .cont-tit p {
  padding-top: 1.5rem;
  font-size: 0.8rem;
}
.fl-cont-box .cont-txt p,
.fl-cont-box .cont-txt span {
  font-size: 0.9rem;
  line-height: 1.6;
}
.fl-cont-box dl + dl {
  border-top: 1px solid #e7e7e7;
}
.fl-cont-box dt {
  width: 22%;
}
.fl-cont-box dd {
  width: 78%;
}

.brd-top-btm {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

/* 대학내일은 */
.about-content-wrap {
  margin-top: 183px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .about-content-wrap {
    margin-top: 60px;
  }
}

.about-inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about-inner {
    width: 100%;
    margin: 0;
    padding: 0 14px;
    /* overflow: hidden; */
  }
}

.about-content-wrap .about-inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 780px;
  height: 780px;
  background: url("../images/about/img-about-univ-pc.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .about-content-wrap .about-inner::after {
    width: 100%;
    height: 460px;
    top: 103px;
    /* right: -28px; */
    right: 0;
  }
}

.about-content-wrap .about-title {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  color: #000;
  margin-bottom: 2rem;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .about-content-wrap .about-title {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 20px;
  }
}

.about-content-wrap .about-info-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .about-content-wrap .about-info-wrap {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 60px;
  }
}

.about-content-wrap .about-info-wrap.first {
  margin-bottom: 20rem;
}
@media screen and (max-width: 768px) {
  .about-content-wrap .about-info-wrap.first {
    position: relative;
    z-index: 5;
    margin-bottom: 438px;
  }
}

.about-content-wrap .info-left-wrap {
  margin: 0;
}

.about-content-wrap .info-left-wrap .info-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  color: #ff622c;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .about-content-wrap .info-left-wrap .info-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.about-content-wrap .info-left-wrap .info-desc-wrap p {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .about-content-wrap .info-left-wrap .info-desc-wrap p {
    width: 267px;
    font-size: 16px;
  }
}

.about-content-wrap .info-right-wrap {
  width: 780px;
  height: 300px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .about-content-wrap .info-right-wrap {
    margin-top: 20px;
    width: 100%;
    height: 152px;
  }
}

.about-content-wrap .info-right-wrap img {
  width: 100%;
}

.about-outline-wrap {
  background: #f8f9fa;
  padding: 6rem 0;
}
@media screen and (max-width: 768px) {
  .about-outline-wrap {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .about-outline-left {
    margin: 0;
  }
}

.about-outline-wrap .about-outline-content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .about-outline-wrap .about-outline-content {
    flex-direction: column;
    justify-content: flex-start;
  }
}

.about-outline-wrap .about-outline-content .outline-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .about-outline-wrap .about-outline-content .outline-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.about-outline-wrap .about-outline-content .list-wrap {
  display: flex;
  flex-direction: column;
}

.about-outline-wrap .about-outline-content .list-wrap .list-item {
  display: flex;
  align-items: center;
  padding: 36px 0;
  margin: 0;
  border-bottom: 1px solid #d1dadd;
}
@media screen and (max-width: 768px) {
  .about-outline-wrap .about-outline-content .list-wrap .list-item {
    padding: 20px 0;
    align-items: baseline;
  }
}

.about-outline-wrap .about-outline-content .list-wrap .list-item:first-child {
  padding-top: 0;
}

.about-outline-wrap .about-outline-content .list-wrap .list-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.about-outline-wrap .about-outline-content .list-wrap .list-item span {
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .about-outline-wrap .about-outline-content .list-wrap .list-item span {
    font-size: 14px;
  }
}

.about-outline-wrap .about-outline-content .list-wrap .list-item span:first-child {
  display: inline-block;
  width: 88px;
  color: #495057;
  margin-right: 52px;
}
@media screen and (max-width: 768px) {
  .about-outline-wrap .about-outline-content .list-wrap .list-item span:first-child {
    width: 77px;
  }
}
@media screen and (max-width: 768px) {
  .about-outline-wrap .about-outline-content .list-wrap .list-item span:last-child {
    width: 153px;
  }
}

@media screen and (max-width: 768px) {
  .about-outline-right {
    margin: 0;
    margin-top: 60px;
  }
}

.about-outline-wrap .about-outline-content .img-wrap {
  width: 580px;
  height: 580px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .about-outline-wrap .about-outline-content .img-wrap {
    width: 332px;
    height: 332px;
  }
}

.about-outline-wrap .about-outline-content .img-wrap img {
  width: 440px;
  height: 424px;
}
@media screen and (max-width: 768px) {
  .about-outline-wrap .about-outline-content .img-wrap img {
    width: 252px;
    height: 224px;
  }
}

.about-content-out.title,
.about-reward-content-wrap .reward-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .about-content-out.title,
  .about-reward-content-wrap .reward-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.about-content-out.desc {
  font-size: 1rem;
  line-height: 1.6;
  opacity: 1 !important;
  padding-top: 0 !important;
}

.about-reward-content-wrap {
  background: #f8f9fa;
  padding: 6rem 0;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .about-reward-content-wrap {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}

.about-reward-content-wrap .reward-cate {
  display: inline-block;
  padding: 8px 20px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  color: #ff622c;
  border: 1px solid #ff622c;
  border-radius: 40px;
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .about-reward-content-wrap .reward-cate {
    font-size: 16px;
    margin-bottom: 18px;
  }
}

.about-reward-content-wrap .reward-list {
  border-top: 2px solid #000;
}

.about-reward-content-wrap .reward-list.marketing {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .about-reward-content-wrap .reward-list.marketing {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .reward-body-wrap {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #d1dadd;
    padding-top: 16px;
  }

  .reward-body-wrap .reward-header-row {
    display: flex;
    flex-direction: column;
    margin: 0;
    margin-right: 18px;
    border-bottom: none;
  }
}
.about-reward-content-wrap .reward-list .reward-header-wrap {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
}
.about-reward-content-wrap .reward-list .reward-body-row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d1dadd;
}
@media screen and (max-width: 768px) {
  .about-reward-content-wrap .reward-list .reward-body-row {
    flex-direction: column;
    margin: 0;
    border-bottom: none;
    width: 70%;
    align-items: flex-start;
  }
}

.about-reward-content-wrap .reward-list .reward-header-item {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  padding: 36px 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .about-reward-content-wrap .reward-list .reward-header-wrap {
    display: none;
  }

  .about-reward-content-wrap .reward-list .reward-header-item {
    font-size: 14px;
    padding: 0;
    padding-bottom: 16px;
  }
}

.about-reward-content-wrap .reward-list .reward-header-row {
  display: none;
}
@media screen and (max-width: 768px) {
  .about-reward-content-wrap .reward-list .reward-header-row {
    display: flex;
    flex-direction: column;
  }
}

.about-reward-content-wrap .reward-list .reward-body-item {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  padding: 36px 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .about-reward-content-wrap .reward-list .reward-body-item {
    font-size: 14px;
    padding: 0;
    padding-bottom: 16px;
  }
}

.about-reward-content-wrap .reward-list.marketing .reward-header-item:first-child,
.about-reward-content-wrap .reward-list.marketing .reward-header-item:nth-child(3),
.about-reward-content-wrap .reward-list.marketing .reward-body-item:first-child,
.about-reward-content-wrap .reward-list.marketing .reward-body-item:nth-child(3) {
  width: 240px;
}

.about-reward-content-wrap .reward-list.marketing .reward-header-item:nth-child(2),
.about-reward-content-wrap .reward-list.marketing .reward-body-item:nth-child(2) {
  width: 360px;
}

.about-reward-content-wrap .reward-list.marketing .reward-header-item:nth-child(4),
.about-reward-content-wrap .reward-list.marketing .reward-header-item:last-child,
.about-reward-content-wrap .reward-list.marketing .reward-body-item:nth-child(4),
.about-reward-content-wrap .reward-list.marketing .reward-body-item:last-child {
  width: 180px;
}

.about-reward-content-wrap .reward-list.corps .reward-body-item:first-child,
.about-reward-content-wrap .reward-list.corps .reward-body-item:nth-child(2),
.about-reward-content-wrap .reward-list.corps .reward-body-item:nth-child(4),
.about-reward-content-wrap .reward-list.corps .reward-body-item:nth-child(5),
.about-reward-content-wrap .reward-list.corps .reward-header-item:first-child,
.about-reward-content-wrap .reward-list.corps .reward-header-item:nth-child(2),
.about-reward-content-wrap .reward-list.corps .reward-header-item:nth-child(4),
.about-reward-content-wrap .reward-list.corps .reward-header-item:nth-child(5) {
  width: 210px;
}

.about-reward-content-wrap .reward-list.corps .reward-body-item:nth-child(3),
.about-reward-content-wrap .reward-list.corps .reward-header-item:nth-child(3) {
  width: 360px;
}

@media screen and (max-width: 768px) {
  .about-reward-content-wrap .reward-list.marketing .reward-header-item,
  .about-reward-content-wrap .reward-list.marketing .reward-body-item,
  .about-reward-content-wrap .reward-list .reward-header-item,
  .about-reward-content-wrap .reward-list .reward-body-item {
    width: auto !important;
  }
}

/* 대학내일 ES */
.about-es-title {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 1rem;
  color: #00b1cc;
}
@media screen and (max-width: 768px) {
  .about-es-title {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
}
.about-es-desc {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .about-es-desc {
    font-size: 16px;
    word-break: keep-all;
    margin-bottom: 20px;
  }
}
.about-content-es-wrap {
  margin-top: 185px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .about-content-es-wrap {
    margin-top: 60px;
    padding-bottom: 110px;
  }
}

.about-content-es-wrap .img-wrap {
  width: 1020px;
  height: 331px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .about-content-es-wrap .img-wrap {
    width: 332px;
    height: 107px;
  }
}
.about-content-es-wrap .img-wrap img {
  width: 100%;
}

.es-ecosystem-wrap {
  background: #f8f9fa;
  padding: 6rem 0;
}
@media screen and (max-width: 768px) {
  .es-ecosystem-wrap {
    padding: 60px 0;
  }
}
.es-ecosystem-wrap .img-wrap {
  width: 1020px;
  height: 475px;
}
@media screen and (max-width: 768px) {
  .es-ecosystem-wrap .img-wrap {
    width: 332px;
    height: 154px;
  }
}
.es-ecosystem-wrap .img-wrap img {
  width: 100%;
}

.es-relation-company-wrap {
  margin-top: 120px;
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .es-relation-company-wrap {
    padding: 60px 0;
    margin-bottom: 5px;
    margin-top: 0;
  }
}

.es-relation-company-wrap .about-es-desc.main {
  margin-bottom: 0;
}

.es-relation-company-wrap .about-es-desc.sub {
  color: #778691;
}

.es-relation-company-wrap .review-content {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.es-relation-company-wrap .content-item {
  width: 340px;
  height: 340px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .es-relation-company-wrap .content-item {
    width: 332px;
    height: 180px;
  }
}

.es-relation-company-wrap .content-item + .content-item {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .es-relation-company-wrap .content-item + .content-item {
    margin-left: 0;
  }
}

.es-relation-company-wrap .content-item img {
  width: 100%;
}

.company-content .company-wrap .company-cate {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .company-content .company-wrap .company-cate {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
}

.company-content .company-wrap .company-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .company-content .company-wrap:first-child {
    margin-bottom: 60px;
  }
}

.company-content .company-wrap .company-list .company-item {
  display: flex;
  flex-direction: column;
  width: 270px;
  padding: 40px 0 70px 0;
  margin: 0;
  margin-right: 40px;
  border-top: 1px solid #d1dadd;
}
@media screen and (max-width: 768px) {
  .company-content .company-wrap .company-list .company-item {
    padding: 28px 0;
    width: 100%;
    margin-right: 0;
  }
}

.company-content .company-wrap .company-list .company-item > div {
  margin: 0;
}

.company-content .company-wrap .company-list .company-item:hover .company-name span {
  background: url(../images/about/ico_what_linkbtn_hover.png) no-repeat center right;
  background-size: 0.75rem;
}

.company-content .company-wrap .company-list .company-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .company-content .company-wrap .company-list .company-item:last-child {
    border-bottom: 1px solid #d1dadd;
  }
}

.company-content .company-wrap .company-list .company-item .company-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .company-content .company-wrap .company-list .company-item .company-name {
    font-size: 18px;
  }
}

.company-content .company-wrap .company-list .company-item .company-name span {
  display: inline-block;
  padding-right: 1.25rem;
  background: url(../images/about/ico_what_linkbtn.png) no-repeat center right;
  background-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .company-content .company-wrap .company-list .company-item .company-name span {
    background-size: 20px;
    padding-right: 30px;
  }
}

.company-content .company-wrap .company-list .company-item .company-desc {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 40px;
  color: #778691;
}

.company-content .company-wrap .company-list .company-item .company-logo {
  height: 26px;
}

.company-content .company-wrap .company-list .company-item .company-logo img {
  height: 100%;
}

.about-vsl-tit-1 {
  background-image: url("../images/about/title_visual_01.png");
}
.about-univ {
  padding-top: 1.5rem;
}
.about-univ .fl-cont-box {
  padding: 3.5rem 0;
}
.about-univ .fl-cont-box + .fl-cont-box {
  border-top: 0 solid #e7e7e7;
}
.about-univ .cont-tit {
  position: relative;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
.about-univ .cont-tit h3 {
  font-size: 1rem;
}
.about-univ .cont-txt {
  position: relative;
  -webkit-transform: translateX(-5%);
  transform: translateX(-5%);
  opacity: 0;
}
.about-univ-1 strong {
  font-size: 2.1rem;
  line-height: 1.3;
}
.about-univ-1 p {
  padding-top: 2rem;
}
.about-univ-2 .logo,
.about-univ-2 p {
  display: inline-block;
  vertical-align: bottom;
}
.about-univ-2 .logo {
  margin-right: 1.5rem;
  width: 11.25rem;
}
.about-univ-3 .bi-box {
  margin-top: 2rem;
  background: url("../images/about/bg_univ_ci.png");
  border: 1px solid #f4f4f4;
}
.about-univ-3 .bi-box li {
  position: relative;
  margin: 1.5rem 0;
  width: 50%;
}
.about-univ-3 .bi-box li + li {
  border-left: 1px solid #dedede;
}
.about-univ-3 .bi-box .logo {
  width: 100%;
}
.about-univ-3 .bi-box span {
  position: absolute;
  top: 0;
  left: 1.5rem;
  font-size: 0.7rem;
  line-height: 1.3;
}
.about-univ-3 .btn-wrap {
  padding-top: 1rem;
}
.about-univ-3 .btn {
  padding: 0.75rem 1rem;
  width: 8rem;
  font-size: 0.8rem;
  letter-spacing: -1px;
  background: url("../images/about/ico_univ_downbtn.png") no-repeat center right 1rem;
  background-size: 10px;
  border: 1px solid #cbcbcb;
  transition: 0.1s ease-in-out;
}
.about-univ-3 .btn + .btn {
  margin-left: 0.5rem;
}
.about-univ-3 .btn:hover {
  color: #fff;
  background: #949494 url("../images/about/ico_univ_downbtn_hover.png") no-repeat center right 1rem;
  background-size: 10px;
  border: 1px solid #949494;
}

/* 걸어온 길 */
.about-history dl {
  padding: 2rem 0;
  opacity: 0;
}
.about-history dt {
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
  font-size: 1rem;
  line-height: 1.3;
  opacity: 0;
}
.about-history dd {
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
  font-size: 0.8rem;
  line-height: 1.6;
  opacity: 0;
}
.about-history dd strong {
  display: block;
  padding-top: 0.5rem;
  font-size: 0.9rem;
}

/* 하는 일 */
.about-vsl-tit-2 {
  background-image: url("../images/about/title_visual_02.png");
}
.about-what {
  padding-top: 4.5rem;
}
.about-what .fl-cont-box + .fl-cont-box {
  padding-top: 6.5rem;
}
.about-what .cont-tit p {
  opacity: 0;
}
.about-what .cont-txt {
  -webkit-transform: translateX(-5%);
  transform: translateX(-5%);
  opacity: 0;
}
.about-what dl {
  padding: 1rem 0;
}
.about-what dt {
  padding-top: 1.5rem;
  font-size: 1rem;
}
.about-what .biz-btn-box .btn {
  padding: 1.5rem 0;
  width: 50%;
  font-size: 0.9rem;
  letter-spacing: -1px;
  border-top: 1px solid #e7e7e7;
}
.about-what .biz-btn-box .btn:first-child,
.about-what .biz-btn-box .btn:nth-child(2) {
  border-top: 0;
}
.about-what .biz-btn-box .btn span {
  display: inline-block;
  padding-right: 1.25rem;
  background: url("../images/about/ico_what_linkbtn.png") no-repeat center right;
  background-size: 0.75rem;
}
.about-what .biz-btn-box .btn .logo {
  width: 6.25rem;
}
.about-what .biz-btn-box .btn:hover {
  color: #000;
}
.about-what .biz-btn-box .btn:hover span {
  background: url("../images/about/ico_what_linkbtn_hover.png") no-repeat center right;
  background-size: 0.75rem;
}
.about-what .comp-btn-box .btn {
  overflow: hidden;
  width: 20%;
  background-color: #fbfbfb;
  border-radius: 100%;
}
.about-what .comp-btn-box .btn + .btn {
  margin-left: 6%;
}
.about-what .comp-btn-box .btn .logo {
  width: 100%;
}

/* 일하는 방식 */
.about-vsl-tit-3 {
  position: relative;
  height: 20rem;
  background-image: url("../images/about/title_visual_03.png");
}
.about-how .cont-tit {
  position: relative;
}
.about-how .cont-tit h3 {
  font-size: 2.5rem;
  line-height: 1.2;
}
.about-how .cont-tit h3 strong {
  color: #ee212c;
}
.about-how .cont-tit .desc {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1rem;
}
.about-how .cont-txt {
  padding-top: 3rem;
}

.about-how .ani-tit .ani-el {
  display: inline-block;
  opacity: 0;
  transition: 1s;
}
.about-how .ani-tit .ani-el-top {
  -webkit-transform: translateY(-1rem);
  transform: translateY(-1rem);
}
.about-how .ani-tit .ani-el-btm {
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
}
.about-how .ani-tit.scactive .ani-el {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
  opacity: 1;
}
.about-how .ani-desc {
  display: inline-block;
  overflow: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: transform 2s 0.5s;
}
.about-how .ani-desc .ani-desc-el {
  display: block;
  line-height: 1.2;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: transform 2s 0.5s;
}
.about-how .ani-desc.scactive,
.about-how .ani-desc.scactive .ani-desc-el {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.about-how .ani-cont {
  opacity: 0;
  transition: 1s 0.7s;
}
.about-how .ani-cont.scactive {
  opacity: 1;
}

.about-how-1 {
  padding: 5rem 0;
}
.about-how-1 .hr-list li {
  overflow: hidden;
  position: relative;
  width: 25%;
  height: 14.5rem;
  background-color: #fcfcfc;
}
.about-how-1 .hr-list li:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background-color: #f4f4f4;
  transition: 0.5s ease;
}
.about-how-1 .hr-list li * {
  position: relative;
  z-index: 1;
}
.about-how-1 .hr-list .mark-box {
  margin-top: 2.5rem;
}
.about-how-1 .hr-list .mark-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50%;
  height: 1px;
  background-color: #b2b2b2;
  transition: 0.5s ease;
}
.about-how-1 .hr-list .mark-box.lt:after {
  left: 0;
}
.about-how-1 .hr-list .mark-box.rt:after {
  right: 0;
}
.about-how-1 .hr-list .mark-box.full:after {
  left: 0;
  width: 100%;
}
.about-how-1 .hr-list .mark {
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #b2b2b2;
  border-radius: 100%;
  transition: 0.3s ease;
}
.about-how-1 .hr-list strong {
  display: block;
  padding: 1.5rem 0;
  font-size: 1.2rem;
}
.about-how-1 .hr-list p {
  font-size: 0.8rem;
  line-height: 1.5;
}
.about-how-1 .hr-list .active:after {
  width: 100%;
  height: 100%;
}
.about-how-1 .hr-list .active .mark {
  background-color: #ee212c;
}
.about-how-1 .hr-list .active strong {
  font-family: "NotoSansKR-Bold", sans-serif;
  font-size: 1.3rem;
}
.about-how-1 .hr-list .active p {
  font-family: "NotoSansKR-Regular", sans-serif;
  color: #000;
}
.about-how-1 .ani-tit .ani-el-top,
.about-how-1 .ani-tit .ani-el-btm {
  -webkit-animation: how1anitit 1s 1s;
  animation: how1anitit 1s 1s;
  animation-fill-mode: forwards;
}
@-webkit-keyframes how1anitit {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes how1anitit {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.about-how-1 .ani-desc,
.about-how-1 .ani-desc .ani-desc-el {
  -webkit-animation: how1anidesc 2s 1.5s;
  animation: how1anidesc 2s 1.5s;
  animation-fill-mode: forwards;
}
@-webkit-keyframes how1anidesc {
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes how1anidesc {
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.about-how-1 .ani-cont {
  -webkit-animation: how1anicont 1s 1.7s;
  animation: how1anicont 1s 1.7s;
  animation-fill-mode: forwards;
}
@-webkit-keyframes how1anicont {
  100% {
    opacity: 1;
  }
}
@keyframes how1anicont {
  100% {
    opacity: 1;
  }
}

.about-how-2 {
  padding-top: 7rem;
  background-color: #f9f9f9;
}
.about-how-2 .act-list li {
  padding: 1.75rem 2rem;
  opacity: 0;
  -webkit-transform: translatey(20%);
  transform: translatey(20%);
  background-color: #fff;
}
.about-how-2 .act-list li + li {
  margin-top: 0.5rem;
}
.about-how-2 .act-list p {
  position: relative;
  padding-left: 2.25rem;
  font-size: 1.4rem;
  vertical-align: middle;
}
.about-how-2 .act-list .num {
  position: absolute;
  left: 0;
  font-size: 1.3rem;
  color: #b8b8b8;
}
.about-how-2 .act-list .desc {
  display: inline-block;
  padding-left: 1.5rem;
  font-size: 0.9rem;
  vertical-align: middle;
}

.about-how-3 {
  padding-top: 14.75rem;
  background: url("../images/about/bg_how.png") no-repeat center top;
}
.about-how-3 .brd-top {
  border-top: 4px solid #000;
}
.about-how-3 .cont-tit h3 {
  font-size: 3rem;
  line-height: 1.6;
}
.about-how-3 .cont-tit > span {
  font-size: 1.5rem;
  line-height: 1.3;
}
.about-how-3 .inst-box + .inst-box {
  padding-top: 4rem;
  border-bottom: 1px solid #e9e9e9;
}
.about-how-3 .inst-box .cont-txt {
  padding: 2rem 0;
}
.about-how-3 .inst-tit {
  padding-top: 2rem;
  font-size: 1rem;
  line-height: 1.8;
}
.about-how-3 .inst-tit span {
  display: inline-block;
  font-size: 0.9rem;
  line-height: 1.4;
}
.about-how-3 .roll-list li {
  position: relative;
  padding-top: 3rem;
  padding-left: 2.5rem;
  height: 14.25rem;
  background-color: #f4f4f4;
}
.about-how-3 .roll-list li + li {
  margin-left: 2%;
}
.about-how-3 .roll-list strong {
  display: block;
  font-size: 1.3rem;
  letter-spacing: -1px;
}
.about-how-3 .roll-list strong:after {
  content: "";
  display: block;
  margin-top: 1rem;
  width: 18px;
  height: 2px;
  background-color: #000;
}
.about-how-3 .roll-list p {
  padding-top: 1rem;
  font-size: 0.8rem;
  line-height: 1.4;
}
.about-how-3 .roll-top-list li {
  width: 23.5%;
}
.about-how-3 .roll-top-list li:first-child {
  padding: 0 !important;
  background-color: #fff;
}
.about-how-3 .roll-btm-list {
  padding-top: 1.4rem;
}
.about-how-3 .roll-btm-list li {
  width: 49%;
}
.about-how-3 .wf-list li + li {
  margin-top: 1rem;
}
.about-how-3 .wf-list .wf-tit {
  position: relative;
  display: inline-block;
  margin-right: 1.5rem;
  width: 7rem;
  height: 7rem;
  border: 1px solid #dedede;
  border-radius: 100%;
  vertical-align: middle;
}
.about-how-3 .wf-list .wf-tit span {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.about-how-3 .wf-list p {
  display: inline-block;
  width: calc(100% - 8.5rem);
  font-size: 0.8rem;
  line-height: 1.5;
  vertical-align: middle;
}

.about-how .btn-wrap {
  padding-top: 5rem;
}
.about-how .btn-wrap p {
  font-size: 1.9rem;
  opacity: 0;
  transition: 1s;
}
.about-how .btn-wrap .btn {
  position: relative;
  padding: 1rem 0;
  margin-top: 2rem;
  width: 16rem;
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: -2px;
}
.about-how .btn-wrap .btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  display: block;
  width: 0;
  height: 100%;
  background-color: #ee212c;
  transition: 1s 0.3s ease;
}
.about-how .btn-wrap .btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 100%;
  background-color: #ee212c;
  transition: 1s 0.3s ease;
}
.about-how .btn-wrap .btn span {
  position: relative;
  display: block;
  z-index: 1;
}
.about-how .btn-wrap p.scactive {
  opacity: 1;
}
.about-how .btn-wrap .btn.scactive:before,
.about-how .btn-wrap .btn.scactive:after {
  width: 50%;
}

/* 방문하기 */
.about-visit .fl-cont-box {
  position: relative;
}
.about-visit .cont-tit {
  position: absolute;
  bottom: 0;
  left: 0;
}
.about-visit .cont-tit h3 {
  font-size: 0.9rem;
}
.about-visit .cont-tit p {
  padding-top: 1rem;
  line-height: 1.6;
}
.about-visit .cont-txt {
  padding-left: 32%;
  width: 100%;
}
.about-visit .view-img-slider,
.about-visit .view-img-slider .swiper-container,
.about-visit .view-img-slider img {
  width: 100%;
}
.about-visit .info-box {
  padding-top: 2rem;
  font-size: 0.8rem;
}
.about-visit .info-box li + li {
  padding-top: 0.5rem;
}
.about-visit .info-box b {
  display: inline-block;
  width: 4.5rem;
}
#daumMap {
  margin-top: 5rem;
  width: 100%;
  height: 25rem;
}

/******************************
@ media query
*******************************/
@media screen and (max-width: 1200px) {
  /* 일하는 방식 */
  .about-how .cont-tit .desc {
    display: block;
    position: relative;
    bottom: auto;
    right: auto;
    padding-top: 1rem;
  }
  .about-how-3 .roll-list li {
    padding: 2.5rem 1rem 0;
  }
}

@media screen and (max-width: 768px) {
  /* 대학내일은 */
  .about-univ-2 .logo,
  .about-univ-2 p {
    display: block;
  }
  .about-univ-2 .logo {
    margin: 0;
    margin-bottom: 1.5rem;
  }
  .about-univ-3 .bi-box li {
    float: none;
    width: 100%;
  }
  .about-univ-3 .bi-box li + li {
    border-left: 0;
  }

  /* 일하는 방식 */
  .about-how-2 .act-list .desc {
    display: block;
    padding-top: 0.5rem;
    padding-left: 0;
  }

  /* 방문하기 */
  .about-visit .cont-tit,
  .about-visit .cont-txt {
    float: none;
    width: 100%;
  }
  .about-visit .cont-tit {
    position: relative;
    bottom: auto;
    left: auto;
    padding-top: 2rem;
  }
  .about-visit .cont-txt {
    padding-left: 0;
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 576px) {
  /* about common style */
  .about-vsl-tit {
    height: 10rem;
  }
  .about-txt-tit h2 {
    padding: 3rem 0 4rem;
  }
  .about-spot-tit p,
  .about-spot-tit span {
    padding: 1rem 0;
    font-size: 1rem;
  }
  .about-cont .cont-txt {
    margin-top: 2rem;
  }
  .fl-cont-box .cont-tit p {
    font-size: 1rem;
  }
  .fl-cont-box .cont-txt p,
  .fl-cont-box .cont-txt span {
    font-size: 1rem;
  }

  /* 대학내일은 */
  .about-vsl-tit-1 {
    background-image: url("../images/about/title_visual_mo_01.png");
  }
  .about-univ-3 .bi-box span {
    font-size: 0.9rem;
  }
  .about-univ-3 .btn {
    padding: 1rem;
    width: 49%;
    font-size: 0.9rem;
  }
  .about-univ-3 .btn + .btn {
    margin-left: 2%;
  }

  /* 걸어온 길 */
  .about-history dt {
    font-size: 1.2rem;
  }
  .about-history dd {
    font-size: 1rem;
  }
  .about-history dd strong {
    font-size: 1.1rem;
  }
  .about-history .linebreak-576 {
    display: block;
  }

  /* 하는 일 */
  .about-vsl-tit-2 {
    background-image: url("../images/about/title_visual_mo_02.png");
  }
  .about-what dt {
    padding-right: 0.5rem;
    line-height: 1.4;
  }

  /* 일하는 방식 */
  .about-vsl-tit-3 {
    height: 16rem;
    background-image: url("../images/about/title_visual_mo_03.png");
  }
  .about-how .cont-tit h3 {
    font-size: 2.3rem;
  }
  .about-how .cont-tit .desc {
    line-height: 1.3;
  }
  .about-how .cont-txt {
    padding-top: 1rem;
  }
  .about-how .btn-wrap p {
    line-height: 1.4;
  }
  .about-how-1 .hr-list li {
    padding: 0 1rem;
    width: 50%;
    height: 16.5rem;
  }
  .about-how-1 .hr-list p {
    font-size: 1rem;
  }
  .about-how-1 .hr-list .mark-box:after {
    display: none;
  }
  .about-how-2 {
    padding-top: 5rem;
  }
  .about-how-2 .act-list p {
    line-height: 1.4;
  }
  .about-how-2 .act-list .desc {
    font-size: 1rem;
  }
  .about-how-3 {
    padding-top: 7rem;
    background-size: 100%;
  }
  .about-how-3 .cont-tit span {
    font-size: 1.3rem;
  }
  .about-how-3 .cont-tit h3 span {
    font-size: 2.3rem;
  }
  .about-how-3 .inst-tit span {
    font-size: 1rem;
  }
  .about-how-3 .roll-list li {
    height: 16rem;
  }
  .about-how-3 .roll-list p {
    font-size: 1rem;
  }
  .about-how-3 .roll-list strong {
    line-height: 1.4;
  }
  .about-how-3 .roll-top-list li {
    width: 49%;
  }
  .about-how-3 .roll-top-list li:nth-child(3) {
    margin-left: 0;
  }
  .about-how-3 .roll-top-list li:nth-child(3),
  .about-how-3 .roll-top-list li:last-child {
    margin-top: 0.5rem;
  }
  .about-how-3 .roll-btm-list {
    padding-top: 0.5rem;
  }
  .about-how-3 .roll-btm-list li {
    height: 20rem;
  }
  .about-how-3 .inst-box .cont-txt {
    padding-top: 0;
  }
  .about-how-3 .wf-list li + li {
    margin-top: 2rem;
  }

  /* 방문하기 */
  .about-visit .info-box {
    font-size: 0.9rem;
  }
}
