@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Nanum+Gothic:wght@400;700;800&family=Noto+Sans+KR:wght@100;300;400;500;700&family=Open+Sans:wght@300;400;500;600;700;800&family=Roboto:wght@100;300;400;500;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
}

html {
  font-size: 10px;
  font-family: "맑은 고딕", sans-serif;
}

form, table, ul, ol, dl, p, address, blockquote {
  font-size: 1.6rem;
}

ul, ol {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
}

fieldset {
  border: 0;
}

legend {
  width: 1px;
  height: 1px;
  font-size: 1px;
  overflow: hidden;
  text-indent: -9999px;
  background-color: #000;
}

label, input {
  vertical-align: middle;
}

table, tr, td, th {
  border: 1px solid #000;
  border-collapse: collapse;
}

caption {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  font-weight: bold;
}

p {
  line-height: 1.5;
}

img {
  display: block;
}

/* Help Class Setting */
/* IR(Image Replace) */
.ir {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -999999999px;
  overflow: hidden;
  background: no-repeat 0 0;
}

/* 플롯해제 클래스 */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* 화면 감춤 클래스 */
.screen-hidden {
  display: block;
  width: 1px;
  height: 1px;
  font-size: 1px;
  overflow: hidden;
  text-indent: -9999px;
  margin: 0;
  padding: 0;
}

/* ******************** 공통영역 선언시작 ******************* */
body {
  overflow-x: hidden;
  font-family: "Noto Sans KR", sans-serif;
  word-break: keep-all;
}

.scrollNone {
  overflow-y: hidden !important;
}

header,
footer {
  padding: 0 6%;
}

header {    
  width: 100%;
  height: 80px;
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  z-index: 10;
  gap: 0 60px;
  /* padding-top: 15px; */
  background-color: rgba(0, 0, 0, 0.3);
}
header a {
  color: #fff;
  font-family: "Roboto", sans-serif;
}
header .logo {
  width: 72px;
  height: 58px;
}
header .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/header-logo.png) no-repeat center center/cover;
  text-indent: -9999px;
}
header nav ul {
  display: flex;
  gap: 0 75px;
}
header nav ul .mobileBtn {
  display: none;
}
header nav ul .listWrap {
  display: flex;
  gap: 0 75px;
}
header nav ul li {
  font-size: 1.7rem;
  font-weight: bold;
}
header nav ul li :hover {
  color: #F7941C;
}

.top {
  width: 70px;
  height: 70px;
  padding: 20px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: .3s;
  z-index: 1;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
}

.top:hover {
  border: 1px solid #111;
  background-color: rgba(255, 255, 255, 0.5);
  color: #111;
}

footer {
  height: 100%;
  background-color: #222;
  padding: 2% 6%; 
}

footer > div {
  color: #ffffff;
}
footer .left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
footer .bottomlogo {
  width: 60px;
  height: 48px;
  background: url(../images/footerlogo.png) no-repeat center center/cover;
  margin-right: 20px;
  text-indent: -9999px;
}
footer p {
  font-size: 1.4rem;
  color: #6a6a6a;
}

footer .sns {
  display: flex;
  flex-wrap: wrap;
}
footer .sns > a {
  width: 45px;
  height: 45px;
  margin: 0 10px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  color: #000;
  background-color: #fff;
}

main > div {
  padding: 0 6%;
}

.mainview {
  width: 100vw;
  height: 966px;
  color: #fff;
}

/* ******************** 개별영역 선언시작 ******************* */
/* ******************** eum area start ******************* */
#eum main .mainview {
  height: 100vh;
  text-align: center;
  padding-top: 45rem;
  margin-bottom: 13rem;
  background: url(../images/eum/mainview.png) no-repeat center center/cover;
}
#eum main .mainview .text {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
}
#eum main .mainview .text h2 {
  font-size: 4rem;
  color: #f7941c;
  margin-bottom: 80px;
  font-weight: bold;
}
#eum main .mainview .text p {
  font-size: 2.1rem;
  margin-bottom: 20px;
  color: #b3b3b3;
}
#eum main .introduce {
  padding: 0;
  width: 100%;
  margin: 0 auto 150px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 10%;
}
#eum main .introduce .img-box {
  flex: 0 1 440px;
  height: 715px;
  background: url(../images/eum/img1.png) no-repeat 100% 100%/cover;
}
#eum main .introduce .text h3 {
  font-size: 2.4rem;
  line-height: 35px;
  color: #222;
  margin-bottom: 72px;
  font-weight: 500;
}
#eum main .introduce .text h3 span {
  font-size: 3rem;
  font-weight: 600;
}
#eum main .introduce .text p {
  margin-bottom: 30px;
  font-size: 2rem;
  color: #5d5d5d;
  font-weight: 300;
}
#eum main .introduce .text p i {
  width: 24px;
  height: 20px;
  display: inline-block;
  background: url(../images/eum/icon.png) no-repeat center center/cover;
  margin-right: 3px;
}
#eum main h2 {
  font-size: 2.4rem;
  font-weight: normal;
  position: relative;
  margin-bottom: 80px;
  color: #222;
}
#eum main h2 span {
  font-weight: bold;
}
#eum main .history {
  margin-bottom: 200px;
  height: auto;
  width: 100%;
}
#eum main .history .year {
  margin-bottom: 180px;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  gap: 0 5%;
}
#eum main .history .left-box {
  flex: 0 0 220px;
  position: sticky;
  top: 70px;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: -14px;
}
#eum main .history .left-box h3 {
  font-size: 2.4rem;
  margin-bottom: 10px;
  color: #ff8003;
}
#eum main .history .left-box p {
  font-size: 1.8rem;
  color: #222;
}
#eum main .history .left-box :nth-child(2) {
  font-weight: bold;
}
#eum main .history .left-box :nth-child(3) {
  font-size: 1.5rem;
}
#eum main .history .right-box {
  flex: 4;
  padding-top: 50px;
  position: relative;
}
#eum main .history .right-box::before {
  display: block;
  content: "";
  width: 90%;
  height: 3px;
  background-color: #454545;
  position: absolute;
  top: 0px;
}
#eum main .history .right-box p {
  font-weight: normal;
  font-size: 1.7rem;
  margin-bottom: 50px;
  color: #525252;
  display: flex;
}
#eum main .history .right-box p span {
  flex: none;
  width: 200px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 80px;
  color: #454545;
}
#eum main .client {
  padding-bottom: 50px;
}
#eum main .client h2 {
  margin-bottom: 25px;
}
#eum main .client > p {
  font-size: 1.4rem;
  color: #828282;
  margin-bottom: 75px;
}
#eum main .client .box-wrap {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
#eum main .client .box-wrap .box {
  border-top: 3px solid #e1e1e1;
  aspect-ratio: 35/19;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 100% !important;
}

/* ******************** eum area end ******************* */
/* ******************** contents area start ******************* */
#contents .mainview {
  margin-bottom: 171px;
  height: 570px;
  background: url(../images/contents/mainview.png) no-repeat center center/cover;
  position: relative;
}
#contents .mainview .mainview-box {
  position: absolute;
  bottom: 25px;
}
#contents .mainview .mainview-box p {
  font-size: 2.8rem;
  line-height: 45px;
  margin-bottom: 20px;
}
#contents .mainview .mainview-box label {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 10px;
  color: #eff0f0;
}
#contents .mainview .mainview-box select {
  font-size: 1.5rem;
  color: #000;
  border: 2px solid #8d929b;
  width: 240px;
  height: 50px;
  text-indent: 20px;
  font-family: "Noto Sans KR", sans-serif;
  background: #fff url(../images/contents/select.png) no-repeat 95% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
#contents .mainview .mainview-box select option {
  width: 100%;
  border: 0;
  border-radius: 0;
  outline: 0;
}
#contents .mainview .mainview-box select:focus {
  outline: 0;
}
#contents h2 {
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 6%;
  font-size: 2.4rem;
  font-weight: normal;
  position: relative;
  margin-bottom: 50px;
  color: #222;
}
#contents h2 span {
  font-weight: bold;
}
#contents h2::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -10px;
  width: 200%;
  height: 2px;
  background-color: #222;
}
#contents .portfolio, #contents .workshop {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  margin-bottom: 100px;
  gap: 30px 45px;
}
#contents .portfolio .box, #contents .workshop .box {
  border-bottom: 2px solid #444;
  height: -moz-fit-content;
  height: fit-content;
  flex: 0 1 382px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}
#contents .portfolio .box .img-box, #contents .workshop .box .img-box {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
  border: 1px solid #eee;
}
#contents .portfolio .box .img-box img, #contents .workshop .box .img-box img {
  width: 100%;
}
#contents .portfolio .box .text, #contents .workshop .box .text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#contents .portfolio .box .text p, #contents .workshop .box .text p {
  line-height: 60px;
  font-size: 1.8rem;
  color: #444;
}
#contents .portfolio .box .text i, #contents .workshop .box .text i {
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url(../images/contents/arrow.png) no-repeat;
}
#contents .portfolio {
  gap: 30px 15px;
  /* justify-content: space-between; */
  padding-right: 5%;
}
#contents .portfolio .box {
  flex: 0 1 320px;
}
/* #contents .workshop {
  justify-content: space-around;
} */
#contents .video-wrap, #contents .slide-wrap {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
#contents .video-wrap .video, #contents .slide-wrap .video {
  width: 50%;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
}
#contents .video-wrap .slide, #contents .slide-wrap .slide {
  width: 50%;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#contents .video-wrap .slide .next, #contents .video-wrap .slide .prev, #contents .slide-wrap .slide .next, #contents .slide-wrap .slide .prev {
  width: 50px;
  height: 50px;
  font-size: 3.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
#contents .video-wrap .slide .prev, #contents .slide-wrap .slide .prev {
  left: 0;
}
#contents .video-wrap .slide .next, #contents .slide-wrap .slide .next {
  right: 0;
}
#contents .video-wrap .slide img, #contents .slide-wrap .slide img {
  width: 100%;
  height: auto;
  position: relative;
}
/* 워터마크 */
#contents .video-wrap .slide img, #contents .slide-wrap .slide::after { 
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/contents/watermark.png) center center no-repeat;
  background-size: cover;
}
/* 워터마크 // */
#contents .video-wrap .closeBtn, #contents .slide-wrap .closeBtn {
  position: absolute;
  right: 5%;
  top: 10%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url(../images/contents/close.png) no-repeat center center;
}

/* ******************** contents area end ******************* */
/* ******************** news area start ******************* */
#news main > div {
  padding: 0 6%;
}
#news main .mainview {
  width: 100vw;
  height: 570px;
  background: url(../images/news/mainview.png) no-repeat center center/cover;
  position: relative;
}
#news main .mainview p {
  color: #fff;
  font-size: 2.8rem;
  position: absolute;
  bottom: 120px;
  left: 6%;
}
#news main .tab-menu {
  display: flex;
  justify-content: center;
  padding-top: 137px;
  position: relative;
}
#news main .tab-menu .list {
  position: absolute;
  left: 6%;
}
#news main .tab-menu .list h2 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.4rem;
  font-weight: normal;
  position: relative;
  margin-bottom: 50px;
  color: #222;
}
#news main .tab-menu .list h2 span {
  font-weight: bold;
}
#news main .tab-menu .list h2::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -10px;
  width: 200%;
  height: 2px;
  background-color: #222;
}
#news main .tab-menu .list ul li {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
  cursor: pointer;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Roboto", "sans-serif";
  color: #444;
}
#news main .tab-menu .list ul li:nth-child(1) {
  color: #222;
  border-bottom: 2px solid #222;
  font-weight: bold;
}
#news main .tab-menu .news-box {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  align-self: center;
  flex: none;
  align-items: end;
}
#news main .tab-menu .news-box img {
  transition: all ease 1s;
}

/* ******************** news area end ******************* */
/* ******************** contact area start ******************* */

#contact{
  width:100%;
  height:100%;
}

#contact main{
  width:100%;
  height:100%;

}
#contact .mainview {
  width:100%;
  margin-bottom: 70px;
  height: 570px; 
  background: url(../images/contactview.png) no-repeat center center/cover;
  position: relative;
}
#contact .mainview .mainview-box {
  position: absolute;
  bottom: 25px;
}

#contact h2 {
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 6%;
  font-size: 2.4rem;
  font-weight: normal;
  position: relative;
  margin-bottom: 50px;
  color: #222;
}
#contact h2 span {
  font-weight: bold;
}
#contact h2::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -10px;
  width: 200%;
  height: 2px;
  background-color: #222;
}

#contact .main-contact{
  width:100%;
  display:flex;
  align-items: center;
  flex-direction: column;
  padding:0;
}

#contact .main-contact h3{
  font-size:20px;
  font-weight: normal;
}

#contact .main-contact > span{
  font-size:18px;
  margin-bottom:30px;
}

#contact .main-contact .contact-map{
  width:100%;
  height:100%;
  margin: auto;
  justify-content: space-around;
  display: flex;
}

#contact .main-contact .find-way{
  width:40%;
  display:flex;
  align-items:center;
  flex-direction:column;
  margin: 40px 0;
}

#contact .main-contact .find-way .car-div,
#contact .main-contact .find-way .call-div{
  margin-top: 30px;
}

#contact .main-contact .find-way .bus-div,
#contact .main-contact .find-way .car-div,
#contact .main-contact .find-way .call-div{
  width:100%;
  display:flex;
  justify-content:center;
}

#contact .main-contact .find-way .bus-div,
#contact .main-contact .find-way .car-div{
  border-bottom:1px solid #111;
}

#contact .main-contact .find-way .bus-div .bus-first,
#contact .main-contact .find-way .car-div .car-first,
#contact .main-contact .find-way .call-div .call-first{
  width:25%;
  text-align:start;
  
}

#contact .main-contact .find-way .bus-div .bus-first .bus,
#contact .main-contact .find-way .car-div .car-first .car,
#contact .main-contact .find-way .call-div .call-first .call{
  font-size:20px;
  font-style: normal;
  font-weight:bold;
}

#contact .main-contact .find-way .bus-div .bus-first .bus::before,
#contact .main-contact .find-way .car-div .car-first .car::before,
#contact .main-contact .find-way .call-div .call-first .call::before{
  content: ""; 
  display: inline-block;
  width: 32px; 
  height: 32px; 
  margin-right: 5px; 
  background-size: cover; 
  background-repeat: no-repeat;
  vertical-align: middle; 
}

#contact .main-contact .find-way .bus-div .bus-first .bus::before{
  background-image: url('../images/contents/subway.png'); 
}

#contact .main-contact .find-way .car-div .car-first .car::before{
  background-image: url('../images/contents/car.png'); 
  
}

#contact .main-contact .find-way .call-div .call-first .call::before{
  background-image: url('../images/contents/call.png'); 
}

#contact .main-contact .find-way .bus-div .bus-second,
#contact .main-contact .find-way .car-div .car-second,
#contact .main-contact .find-way .call-div .call-second{
  width:70%;
  display:flex;
  flex-direction:column;
}

#contact .main-contact .find-way .bus-div .bus-second span,
#contact .main-contact .find-way .car-div .car-second span,
#contact .main-contact .find-way .call-div .call-second span{
  font-size:16px;
}

#contact .main-contact .find-way .bus-div .bus-second span:first-child,
#contact .main-contact .find-way .car-div .car-second .car-child{
  font-size:18px;
  font-weight:600;
}

#contact .main-contact .find-way .bus-div .bus-second,
#contact .main-contact .find-way .car-div .car-second{
  margin-bottom:30px;
}


/* ******************** contact area end ******************* */

.active {
  background: url(../images/menuClose.png) no-repeat center center/cover !important;
}

.position {
  position: fixed !important;
}

/* ******************** media query start ******************* */
@media screen and (max-width: 1600px){
  /* 박진서 */
  #contact .main-contact h3{
    text-align:center;
  }

  #contact .main-contact .find-way{
    width:50%;
  }

  #contact .main-contact .find-way .bus-div .bus-second span:first-child, 
  #contact .main-contact .find-way .car-div .car-second .car-child{
    line-height:normal;
  }

  #contact .main-contact .find-way .bus-div .bus-second span, 
  #contact .main-contact .find-way .car-div .car-second span, 
  #contact .main-contact .find-way .call-div .call-second span{

    line-height:22px;
  }
  /* 박진서 */
}

@media screen and (max-width: 1440px) {
  #eum main .client .box-wrap {
    grid-template-columns: repeat(4, 1fr);
  }
  #eum main .client .box-wrap .box:nth-child(33) {
    display: none;
  }
  #eum main .client .box-wrap .box:nth-child(34) {
    display: none;
  }
  #eum main .client .box-wrap .box:nth-child(35) {
    display: none;
  }

  #news main .tab-menu {
    flex-direction: column;
  }
  #news main .tab-menu .list {
    position: static;
    margin-bottom: 30px;
  }
  #news main .tab-menu .list h2 {
    margin-bottom: 20px;
  }
  #news main .tab-menu .list ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #news main .tab-menu .list ul li {
    margin: 0 20px;
  }

  /* 박진서 */

  #contact .main-contact h3{
    text-align:center;
  }

  #contact .main-contact .find-way{
    width:60%;
  }

  #contact .main-contact .find-way .bus-div .bus-second span:first-child, /* 박진서 */
  #contact .main-contact .find-way .car-div .car-second .car-child{
    line-height:normal;
  }

  #contact .main-contact .find-way .bus-div .bus-second span, 
  #contact .main-contact .find-way .car-div .car-second span, 
  #contact .main-contact .find-way .call-div .call-second span{/* 박진서 */

    line-height:22px;
  }
}

@media screen and (max-width: 1200px) {
  #eum main .history .year:nth-child(3) {
    margin-bottom: 70px;
  }
  #eum main .history .year {
    flex-direction: column;
  }
  #eum main .history .year .left-box {
    margin-bottom: -85px;
    position: static;
  }
  #eum main .history .year .right-box {
    width: 100%;
  }
  #eum main .history .year .right-box::before {
    width: 90%;
  }

  #eum main .client .box-wrap {
    grid-template-columns: repeat(3, 1fr);
  }

  #eum main .client .box-wrap .box:nth-child(33) {
    display: block;
  }

  #contact .main-contact h3{/* 박진서 */
    text-align:center;
  }

  #contact .main-contact .find-way{/* 박진서 */
    width:80%;
  }

  #contact .main-contact .find-way .bus-div .bus-second span:first-child, /* 박진서 */
  #contact .main-contact .find-way .car-div .car-second .car-child{
    line-height:normal;
  }

  #contact .main-contact .find-way .bus-div .bus-second span, 
  #contact .main-contact .find-way .car-div .car-second span, 
  #contact .main-contact .find-way .call-div .call-second span{/* 박진서 */

    line-height:22px;
  }
}

@media screen and (max-width: 1200px) and (max-width: 1024px) {
  header {
    justify-content: space-between;
    height: auto;
  }
  header .logo {
    z-index: 10000;
  }
  header nav .mobileBtn {
    display: block;
    width: 50px;
    height: 50px;
    z-index: 1000 !important;
    font-size: 3rem;
    cursor: pointer;
    background: url(../images/menu.png) no-repeat center center/cover;
    position: absolute;
    top: 15px;
    right: 20px;
  }
  header nav ul {
    width: 100%;
    height: 100vh;
    background-color: rgb(0, 0, 0);
    flex-direction: column;
    display: none;
    position: fixed;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 14;
    text-align: center;
    overflow: hidden;
    touch-action: none;
  }
  header nav ul .listWrap {
    width: 100%;
    position: absolute;
    flex-direction: column;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  header nav ul li {
    width: 100% !important;
    margin-bottom: 20px;
    font-size: 5rem;
    margin-bottom: 50px;
  }
  header nav ul li a {
    display: block;
    width: 100%;
  }
  header nav ul li:hover {
    color: #fc0;
  }
  header nav ul .menuClose {
    display: block;
    width: 70px;
    height: 70px;
    cursor: pointer;
    position: absolute;
    right: 6%;
    top: 6%;
    border: 3px solid #fff;
    border-radius: 50%;
    font-size: 5rem;
  }
  header nav ul .menuClose i {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 70px;
  }
  header nav ul .menuClose:hover {
    color: #fc0 !important;
    border: 3px solid #fc0;
  }
  header nav ul .menuClose:hover i {
    color: #fc0 !important;
  }
  #news main .tab-menu .news-box {
    width: 100vw;
  }
  #news main .tab-menu .news-box img {
    width: 100%;
  }
  /* 박진서 */
  #contents .video-wrap .slide .prev, #contents .slide-wrap .slide .prev,
  #contents .video-wrap .slide .prev, #contents .slide-wrap .slide .next {
    width: 40px;
    height: 40px;
    font-size: 2.5rem;
    line-height: 40px;
  }

  #contact .main-contact h3{
    text-align:center;
  }

  #contact .main-contact .find-way{
    width:80%;
  }

  #contact .main-contact .find-way .bus-div .bus-second span:first-child,
  #contact .main-contact .find-way .car-div .car-second .car-child{
    line-height:normal;
  }

  #contact .main-contact .find-way .bus-div .bus-second span, 
  #contact .main-contact .find-way .car-div .car-second span, 
  #contact .main-contact .find-way .call-div .call-second span{
    line-height:22px;
  }
  /* 박진서 */
}

@media screen and (max-width: 980px) {
  #eum main .introduce .img-box {
    margin-bottom: 70px;
  }
  #eum main .introduce .text {
    padding-left: 6%;
  }
  #eum main .history .right-box {
    flex: 100%;
    margin: auto;
  }
  #eum main .history .right-box p span {
    width: 120px;
  }
  #contents .video-wrap .video {
    height: 50%;
  }

  /* 박진서 */

  #contact .main-contact h3{
    text-align:center;
  }

  #contact .main-contact .find-way{
    width:90%;
  }

  #contact .main-contact .find-way .bus-div .bus-first .bus,
  #contact .main-contact .find-way .car-div .car-first .car,
  #contact .main-contact .find-way .call-div .call-first .call{
    display:flex;
    align-items:center;
    flex-direction:column;
    
  }
  /* 박진서 */
}
@media screen and (max-width: 880px) {
  #contents .video-wrap .video {
    height: 50%;
  }
  #news main .mainview p,
  #contents .mainview .mainview-box p {
    font-size: 2rem;
  }

  /* 박진서 */
  #contact .main-contact h3{
    text-align:center;
  }

  #contact .main-contact .find-way{
    width:90%;
  }

  #contact .main-contact .find-way .bus-div .bus-first .bus,
  #contact .main-contact .find-way .car-div .car-first .car,
  #contact .main-contact .find-way .call-div .call-first .call{
    display:flex;
    align-items:center;
    flex-direction:column;
    
  }

  /* 박진서 */
  
}
@media screen and (max-width: 790px) {
  #eum main .client {
    padding: 0 !important;
  }
  #eum main .client .box-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  #eum main .client .box-wrap .box:nth-child(33) {
    display: none;
  }
  #eum main .client h2 {
    padding: 0 6%;
  }
  #eum main .client > p {
    padding: 0 6%;
  }
  #eum main .mainview .text h2 {
    font-size: 3.5rem;
    margin-bottom: 40px;
  }
  #eum main .mainview .text p {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  /* 박진서 */
  #contact .main-contact h3{
    font-size:16px;
    text-align:center;
  }

  #contact .main-contact > span{
    font-size:14px;
  }

  #contact .main-contact .find-way{
    width:90%;
  }

  #contact .main-contact .find-way .bus-div .bus-first .bus,
  #contact .main-contact .find-way .car-div .car-first .car,
  #contact .main-contact .find-way .call-div .call-first .call{
    display:flex;
    align-items:center;
    flex-direction:column;
    font-size:16px;
  }

  #contact .main-contact .find-way .bus-div .bus-first .bus::before, 
  #contact .main-contact .find-way .car-div .car-first .car::before, 
  #contact .main-contact .find-way .call-div .call-first .call::before {
    width:28px;
    height:28px;
  }

  #contact .main-contact .find-way .bus-div .bus-second span:first-child, 
  #contact .main-contact .find-way .car-div .car-second .car-child{
    font-size: 15px;
    line-height:normal;
  }

  #contact .main-contact .find-way .bus-div .bus-second span, 
  #contact .main-contact .find-way .car-div .car-second span, 
  #contact .main-contact .find-way .call-div .call-second span{
    font-size:13px;
    line-height:22px;
  }

  /* 박진서 */
}
@media screen and (max-width: 750px) {
  #eum main .history .right-box p span {
    width: -moz-fit-content;
    width: fit-content;
  }
  #eum main .history .right-box p {
    flex-direction: column;
  }



  footer {
    padding: 20px 6%;
  }
  footer .left {
    flex: 1;
    justify-content: space-between;
  }
  footer .left .bottomlogo {
    width: 55px;
    height: 45px;
    margin-right: 0;
  }
  footer .left p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 570px) {
  header {
    gap: 0 30px;
  }
  header nav ul {
    gap: 0 25px;
  }
  #news main .mainview p,
  #contents .mainview .mainview-box p {
    font-size: 1.8rem;
  }
  #news main .tab-menu .list ul {
    width: 100vw;
    display: block;
    text-align: left;
  }
  #news main .tab-menu .list ul li {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 5px;
    margin-bottom: 20px;
    font-size: 2rem;
  }

  /* 박진서 */

  #contact .main-contact h3{
    font-size:16px;
    text-align:center;
  }

  #contact .main-contact > span{
    font-size:14px;
  }

  #contact .main-contact .find-way{
    width:90%;
  }

  #contact .main-contact .find-way .bus-div .bus-first .bus,
  #contact .main-contact .find-way .car-div .car-first .car,
  #contact .main-contact .find-way .call-div .call-first .call{
    display:flex;
    align-items:center;
    flex-direction:column;
    font-size:16px;
  }

  #contact .main-contact .find-way .bus-div .bus-first .bus::before, 
  #contact .main-contact .find-way .car-div .car-first .car::before, 
  #contact .main-contact .find-way .call-div .call-first .call::before {
    width:26px;
    height:26px;
  }

  #contact .main-contact .find-way .bus-div .bus-second span:first-child, 
  #contact .main-contact .find-way .car-div .car-second .car-child{
    font-size: 15px;
    line-height:normal;
  }

  #contact .main-contact .find-way .bus-div .bus-second span, 
  #contact .main-contact .find-way .car-div .car-second span, 
  #contact .main-contact .find-way .call-div .call-second span{
    font-size:13px;
    line-height:20px;
  }
  /* 박진서 */
}
@media screen and (max-width: 400px) {

  /* 박진서 */

  #contact .main-contact h3{
    font-size:14px;
    text-align:center;
  }

  #contact .main-contact > span{
    font-size:12px;
  }

  #contact .main-contact .find-way{
    width:90%;
  }

  #contact .main-contact .find-way .bus-div .bus-first .bus,
  #contact .main-contact .find-way .car-div .car-first .car,
  #contact .main-contact .find-way .call-div .call-first .call{
    display:flex;
    align-items:center;
    flex-direction:column;
    font-size:14px;
  }

  #contact .main-contact .find-way .bus-div .bus-first .bus::before, 
  #contact .main-contact .find-way .car-div .car-first .car::before, 
  #contact .main-contact .find-way .call-div .call-first .call::before {
    width:28px;
    height:28px;
  }

  #contact .main-contact .find-way .bus-div .bus-second span:first-child, 
  #contact .main-contact .find-way .car-div .car-second .car-child{
    font-size: 14px;
    line-height:normal;
  }

  #contact .main-contact .find-way .bus-div .bus-second span, 
  #contact .main-contact .find-way .car-div .car-second span, 
  #contact .main-contact .find-way .call-div .call-second span{
    font-size:12px;
    line-height:22px;
  }

  /* 박진서 */

  footer p {
    flex: none;
    width: 175px;
  }


}