@charset "UTF-8";
.sub-tit {
  font-size: 115px;
  line-height: 1em;
  letter-spacing: -0.02em;
  font-weight: 600;
}
.sub-tit span {
  line-height: 1em;
  opacity: 0;
  height: 1em;
  overflow: hidden;
  font-weight: 600;
}
.sub-tit.white {
  color: #ebebeb;
}
.sub-tit02 {
  font-size: 115px;
  margin-left: auto;
  font-size: 25px;
  font-family: 'Poppins', 'Noto Sans KR';
  word-break: keep-all;
  margin-top: 55px;
  line-height: 1.55em;
  width: 860px;
  font-weight: 400;
}
.sub-tit02.white {
  color: #ebebeb;
}
.txt-kor {
  margin-top: 5px;
}
.txt-kor .btn {
  color: #787878;
  display: inline-block;
  border-bottom: 1px solid #787878;
  font-size: 15px;
  position: relative;
  cursor: pointer;
  font-weight: 400;
  font-family: 'Poppins', 'Noto Sans KR';
}
.txt-kor .btn::before {
  content: '';
  width: 11px;
  height: 7px;
  background-image: url(/image/sub/kor_txt_arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 8px;
  right: -25px;
}
.txt-kor .btn.open::before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.txt-kor .txt {
  font-family: 'Noto Sans KR';
  font-size: 15px;
  line-height: 1.4em;
  color: rgba(120, 120, 120, 0.78);
  margin-top: 10px;
  display: none;
  word-break: keep-all;
  white-space: normal;
}
.category-list {
  margin-top: 55px;
  padding-bottom: 22px;
  border-bottom: 1px solid #111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.category-list .last-node {
  margin-right: 0;
  padding-right: 47px;
  background-image: url(/image/sub/category_arrow.png);
  background-repeat: no-repeat;
  background-position: 100% 1px;
}
.category-list .last-node .list-menu {
  margin-right: 0;
}
.category-list .list-menu {
  line-height: 1em;
  font-size: 20px;
  color: #787878;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  cursor: pointer;
  position: relative;
  margin-right: 40px;
  font-weight: 500;
}
.category-list .list-menu::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 0;
}
.category-list .list-menu.on,
.category-list .list-menu.active {
  color: #111;
}
.category-list .list-menu.on::before,
.category-list .list-menu.active::before {
  opacity: 1;
}
.category-list .list-wrap {
  position: relative;
}
.category-list .list-wrap nav {
  position: absolute;
  left: calc(50% - 20px);
  top: 35px;
  background-color: #000;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: none;
  opacity: 0;
  z-index: 2;
}
.category-list .list-wrap nav.nav01 {
  min-width: 156px;
}
.category-list .list-wrap nav.nav02 {
  min-width: 195px;
}
.category-list .list-wrap nav > a {
  color: #787878;
  font-size: 15px;
  line-height: 1em;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: relative;
  font-weight: 600;
}
.category-list .list-wrap nav > a::before {
  content: '';
  width: 0;
  height: 1px;
  background-color: #ebebeb;
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.category-list .list-wrap nav > a:not(:last-child) {
  margin-bottom: 16px;
}
.category-list .list-wrap nav > a:hover {
  color: #ebebeb;
}
.category-list .list-wrap nav > a:hover::before {
  width: 100%;
}
.category-list .list-btn {
  margin-left: auto;
  padding-right: 40px;
  position: relative;
  line-height: 1em;
}
.category-list .list-btn span {
  font-size: 20px;
  line-height: 1em;
  color: #787878;
  position: relative;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-weight: 500;
}
.category-list .list-btn span::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #111;
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  opacity: 0;
}
.category-list .list-btn::before {
  content: '';
  width: 22px;
  height: 22px;
  border: 1px solid #787878;
  color: #787878;
  position: absolute;
  right: 0;
  top: 44%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-weight: 200;
  border-radius: 50%;
  background-image: url(/image/sub/award_link_icon01.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 2.8px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.category-list .list-btn:hover span {
  color: #111;
}
.category-list .list-btn:hover span::before {
  opacity: 1;
}
.category-list .list-btn:hover::before {
  background-color: #111;
  border-color: #111;
  background-image: url(/image/sub/award_link_icon02.png);
}
.work-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 40px;
}
.work-top .txt01 {
  font-size: 30px;
  padding-left: 29px;
  margin-right: 340px;
  position: relative;
  background-image: url(/image/sub/work_tit_arrow.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  font-weight: 600;
}
.work-top .txt01 span {
  position: absolute;
  font-size: 15px;
  top: 4.5px;
  right: -32px;
}
.work-top .txt02 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 20px;
  font-family: 'Poppins', 'Noto Sans KR';
  color: #787878;
  line-height: 1.4em;
  font-weight: 400;
}
.view-page,
.work-page {
  padding-bottom: 100px;
}
.work-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}
.work-list > a {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 40px;
}
.work-list > a:nth-child(3n) {
  margin-right: 0;
  transition-delay: 0.6s !important;
}
.work-list > a:nth-child(3n - 1) {
  transition-delay: 0.4s !important;
}
.work-list > a:hover .list-thumb .video,
.work-list > a:hover .list-thumb img {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.work-list > a:hover .list-thumb .drag {
  opacity: 1;
}
.work-list > a:hover .list-name span {
  text-decoration: underline;
}
.work-list .list-thumb {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  padding-top: 75%;
  position: relative;
}
.work-list .list-thumb .video,
.work-list .list-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}
.work-list .list-name {
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 15px;
  white-space: nowrap;
  padding-bottom: 2px;
}
.work-list .list-name span {
  line-height: 1em;
  font-size: 28px;
  position: relative;
  font-weight: 500;
}
.work-list .list-hash {
  margin-top: 8px;
  white-space: normal;
  line-height: 1.4em;
  height: 2.8em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: 'Poppins', 'Noto Sans KR';
  font-size: 18px;
  color: #787878;
  font-weight: 400;
}
.work-list-layout2 > li {
  padding: 40px 0 40px 500px;
  border-bottom: 1px solid #111;
  position: relative;
}
.work-list-layout2 > li:last-child {
  border-bottom: none;
}
.work-list-layout2 .list-info {
  position: absolute;
  left: 0;
  top: 40px;
  width: 500px;
  padding-right: 40px;
  padding-top: 40px;
}
.work-list-layout2 .list-info .txt01 {
  font-size: 58px;
  line-height: 1.05em;
  position: relative;
  margin-bottom: 24px;
  display: inline-block;
  font-weight: 600;
}
.work-list-layout2 .list-info .txt01:hover {
  text-decoration: underline;
}
.work-list-layout2 .list-info .txt01 span {
  font-size: 20px;
  line-height: 1em;
  transform: translate(-10px, -28px);
  display: inline-block;
}
.work-list-layout2 .list-info .txt02 {
  font-size: 19px;
  font-family: 'Poppins', 'Noto Sans KR';
  line-height: 1.4em;
  color: #787878;
  font-weight: 400;
}
.work-list-layout2 .list-info .info-view {
  width: 112px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #111;
  font-size: 15px;
  display: block;
  border-radius: 30px;
  text-align: center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  overflow: hidden;
  margin-top: 36px;
  position: relative;
  font-weight: 500;
}
.work-list-layout2 .list-info .info-view::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #111;
  top: 100%;
  left: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: 1;
}
.work-list-layout2 .list-info .info-view span {
  position: relative;
  z-index: 2;
}
.work-list-layout2 .list-info .info-view:hover {
  color: #ebebeb;
  font-weight: 600;
}
.work-list-layout2 .list-info .info-view:hover::before {
  top: 0;
}
.work-list-layout2 .list-project {
  padding-left: 40px;
  border-left: 1px solid #111;
  position: relative;
  padding-bottom: 30px;
}
.work-list-layout2 .list-project:hover .slick-prev,
.work-list-layout2 .list-project:hover .slick-next {
  opacity: 0.5;
}
.work-list-layout2 .list-project .item {
  width: 635px;
  margin-right: 40px;
}
.work-list-layout2 .list-project .item:hover .item-thumb img {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.work-list-layout2 .list-project .item:hover .item-thumb .drag {
  opacity: 1;
}
.work-list-layout2 .list-project .item:hover .item-name span {
  text-decoration: underline;
}
.work-list-layout2 .list-project .item .item-thumb {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  padding-top: 75%;
  cursor: none;
}
.work-list-layout2 .list-project .item .item-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}
.work-list-layout2 .list-project .item .item-thumb .thumb-mask {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}
.work-list-layout2 .list-project .item .item-thumb .drag {
  width: 125px;
  height: 125px;
  background-color: rgba(17, 17, 17, 0.5);
  line-height: 125px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  opacity: 0;
}
.work-list-layout2 .list-project .item .item-name {
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 15px;
  white-space: nowrap;
  padding-bottom: 2px;
  font-weight: 500;
}
.work-list-layout2 .list-project .item .item-name span {
  line-height: 1em;
  font-size: 30px;
  position: relative;
}
.work-list-layout2 .list-project .item .item-hash {
  font-size: 20px;
  font-family: 'Poppins', 'Noto Sans KR';
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 8px;
  color: #787878;
  font-weight: 400;
}
.work-list-layout2 .list-project .slick-prev {
  width: 68px;
  height: 68px;
  font-size: 0;
  background-image: url(/image/sub/project_prev.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 15px;
  top: 215px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  cursor: pointer;
}
.work-list-layout2 .list-project .slick-prev:hover {
  opacity: 1;
}
.work-list-layout2 .list-project .slick-next {
  width: 68px;
  height: 68px;
  font-size: 0;
  background-image: url(/image/sub/project_next.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 15px;
  top: 215px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  cursor: pointer;
}
.work-list-layout2 .list-project .slick-next:hover {
  opacity: 1;
}
.awards-page {
  padding-bottom: 100px;
}
.awards-page .awards-list > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 50px;
}
.awards-page .awards-list > a:not(:last-child) {
  border-bottom: 1px solid #111;
}
.awards-page .awards-list > a:hover .list-thumb img {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.awards-page .awards-list > a:hover .txt02 {
  text-decoration: underline;
}
.awards-page .awards-list .list-thumb {
  margin-right: 23px;
  position: relative;
  padding-top: 33.5%;
  overflow: hidden;
  height: 0;
  width: 49.4%;
}
.awards-page .awards-list .list-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}
.awards-page .awards-list .list-info {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.awards-page .awards-list .list-info > a {
  width: 157px;
  height: 47px;
  line-height: 47px;
  border: 1px solid #111;
  font-size: 20px;
  display: block;
  border-radius: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  overflow: hidden;
}
.awards-page .awards-list .list-info > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #111;
  top: 100%;
  left: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: 1;
}
.awards-page .awards-list .list-info > a span {
  position: relative;
  z-index: 2;
}
.awards-page .awards-list .list-info > a:hover {
  color: #ebebeb;
  font-weight: 600;
}
.awards-page .awards-list .list-info > a:hover::before {
  top: 0;
}
.awards-page .awards-list .list-info .txt01 {
  font-size: 20px;
  line-height: 1em;
  font-weight: 500;
}
.awards-page .awards-list .list-info .txt02 {
  font-size: 50px;
  line-height: 1.1em;
  display: inline-block;
  position: relative;
  font-weight: 500;
}
.awards-page .awards-list .list-info .txt03 {
  font-size: 25px;
  font-family: 'Poppins', 'Noto Sans KR';
  margin-top: 25px;
  line-height: 1.32em;
  font-weight: 400;
}
.awards-page .awards-list .list-info .award-img {
  margin-bottom: 30px;
}
.awards-list-modal {
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: #111;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  overflow-y: scroll;
  display: none;
  opacity: 0;
}
.awards-list-modal::-webkit-scrollbar {
  width: 0px;
  background: none;
}
.awards-list-modal::-webkit-scrollbar-thumb {
  background: none;
}
.awards-list-modal::-webkit-scrollbar-track {
  background: none;
}
.awards-list-modal:last-child {
  border-bottom: none;
}
.awards-list-modal .modal-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.awards-list-modal .modal-top .top-logo {
  width: 121px;
  fill: #ebebeb;
  transition: all ease 0.5s;
}
.awards-list-modal .modal-top .top-close {
  cursor: pointer;
}
.awards-list-modal .sub-tit {
  border-top: 1px solid #ebebeb;
  padding-top: 40px;
  margin-top: 103px;
}
.awards-list-modal .sub-tit svg {
  fill: #fff;
  width: 264px;
  display: block;
  margin-bottom: 21px;
}
.awards-list-modal .awards-list02 {
  margin-top: 176px;
  border-top: 1px solid #ebebeb;
}
.awards-list-modal .awards-list02 > a,
.awards-list-modal .awards-list02 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}
.awards-list-modal .awards-list02 > a {
  padding: 45px 0;
  border-top: 1px solid #ebebeb;
}
.awards-list-modal .awards-list02 > a:hover .list-award,
.awards-list-modal .awards-list02 > a:hover .list-year,
.awards-list-modal .awards-list02 > a:hover .list-prize,
.awards-list-modal .awards-list02 > a:hover .list-project {
  color: #dcff04;
}
.awards-list-modal .awards-list02 > a:hover .list-project {
  background-image: url(/image/sub/award_list_arrow02.png);
}
.awards-list-modal .awards-list02 > a .list-project {
  padding-right: 80px;
  background-image: url(/image/sub/award_list_arrow01.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 35px) center;
}
.awards-list-modal .awards-list02 .list-top .list-award {
  font-size: 18px;
  line-height: 1em;
  padding: 30px 0;
}
.awards-list-modal .awards-list02 .list-top .list-year {
  font-size: 18px;
  line-height: 1em;
  padding: 30px 0;
}
.awards-list-modal .awards-list02 .list-top .list-prize {
  font-size: 18px;
  line-height: 1em;
  padding: 30px 0;
}
.awards-list-modal .awards-list02 .list-top .list-project {
  font-size: 18px;
  line-height: 1em;
  padding: 30px 80px 30px 0;
}
.awards-list-modal .awards-list02 .list-award {
  /* width: 440px; */
  color: #ebebeb;
  text-align: center;
  font-size: 25px;
  line-height: 1.2em;
  width: 27.2%;
}
.awards-list-modal .awards-list02 .list-year {
  /* width: 200px; */
  color: #ebebeb;
  text-align: center;
  font-size: 25px;
  line-height: 1.2em;
  width: 12.4%;
}
.awards-list-modal .awards-list02 .list-prize {
  /* width: 300px; */
  color: #ebebeb;
  text-align: center;
  font-size: 25px;
  line-height: 1.2em;
  width: 18.6%;
}
.awards-list-modal .awards-list02 .list-project {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #ebebeb;
  text-align: center;
  font-size: 25px;
  line-height: 1.2em;
  word-break: break-all;
}
.view-page .view-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.view-page .view-top .view-reg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.view-page .view-top .view-reg > p {
  font-size: 20px;
  line-height: 1em;
  font-family: 'Poppins', 'Noto Sans KR';
  font-weight: 500;
}
.view-page .view-top .view-reg > p:not(:last-child) {
  margin-right: 40px;
}
.view-page .view-top .view-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  height: 21px;
}
.view-page .view-top .view-share > p {
  font-size: 18px;
  line-height: 1em;
  font-family: 'Poppins', 'Noto Sans KR';
  font-weight: 500;
  cursor: pointer;
}
.view-page .view-top .view-share .share-list {
  display: none;
  margin-left: 40px;
}
.view-page .view-top .view-share a:not(:last-child) {
  margin-right: 40px;
}
.view-page .view-top .view-share a span {
  position: relative;
  line-height: 1em;
  font-size: 18px;
  font-family: 'Poppins', 'Noto Sans KR';
  font-weight: 400;
}
.view-page .view-top .view-share a span::before {
  content: '';
  width: 0;
  height: 1px;
  background-color: #111;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.view-page .view-top .view-share a:hover span::before {
  width: 100%;
}
.view-page .view-wrap {
  border-top: 1px solid #111;
  padding-top: 40px;
  margin-top: 23px;
}
.view-page .view-wrap .view-main-img img {
  width: 100%;
}
.view-page .view-wrap .view-info {
  border-top: 1px solid #111;
  padding-top: 30px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.view-page .view-wrap .view-info .info-desc {
  width: 610px;
}
.view-page .view-wrap .view-info .info-desc .desc-top .txt01 {
  font-size: 18px;
  line-height: 1em;
  color: #787878;
  font-weight: 500;
}
.view-page .view-wrap .view-info .info-desc .desc-top .txt02 {
  font-size: 30px;
  line-height: 1.3em;
  margin-top: 8px;
  font-weight: 600;
}
.view-page .view-wrap .view-info .info-desc .desc-top .txt03 {
  font-family: 'Noto Sans KR';
  font-size: 20px;
  line-height: 1em;
  margin-top: 8px;
  font-weight: 600;
}
.view-page .view-wrap .view-info .info-desc .desc-list {
  margin-top: 30px;
}
.view-page .view-wrap .view-info .info-desc .desc-list > li:not(:last-child) {
  margin-bottom: 20px;
}
.view-page .view-wrap .view-info .info-desc .desc-list .txt01 {
  font-size: 18px;
  line-height: 1em;
  color: #787878;
  margin-bottom: 8px;
  font-weight: 500;
}
.view-page .view-wrap .view-info .info-desc .desc-list .txt02 {
  font-size: 18px;
  line-height: 1.5em;
  font-family: 'Poppins', 'Noto Sans KR';
  font-weight: 500;
}
.view-page .view-wrap .view-info .info-desc .desc-list a.txt02:hover {
  text-decoration: underline;
}
.view-page .view-wrap .view-info .info-desc .desc-list .award-img {
  display: flex;
  align-items: center;
}
.view-page .view-wrap .view-info .info-desc .desc-list .award-img img {
  margin-right: 0px !important;
  float: none !important;
}
.view-page .view-wrap .view-info .info-desc .desc-list .award-img img:not(:last-child) {
  margin-right: 20px !important;
}
.view-page .view-wrap .view-info .info-desc .desc-list .desc-list__copy {
  font-size: 14px;
  margin-top: 30px;
}
.view-page .view-wrap .view-info .info-desc .desc-mention {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.view-page .view-wrap .view-info .info-desc .desc-mention .txt01 {
  font-size: 18px;
  line-height: 1em;
  margin-bottom: 5px;
  color: #787878;
  font-weight: 500;
}
.view-page .view-wrap .view-info .info-desc .desc-mention .txt02 {
  color: #111;
  font-family: 'Poppins', 'Noto Sans KR';
  font-size: 20px;
  font-weight: 500;
}
.view-page .view-wrap .view-info .info-desc .desc-mention .txt02:hover {
  text-decoration: underlin e;
}
.view-page .view-wrap .view-info .info-desc .desc-btn {
  width: 171px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #111;
  font-size: 15px;
  display: block;
  border-radius: 30px;
  text-align: center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin-top: 36px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  font-weight: 500;
}
.view-page .view-wrap .view-info .info-desc .desc-btn span {
  position: relative;
  z-index: 2;
}
.view-page .view-wrap .view-info .info-desc .desc-btn:hover {
  color: #ebebeb;
  font-weight: 500;
  background-color: #111;
}
.view-page .view-wrap .view-info .info-list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 28px;
}
.view-page .view-wrap .view-info .info-list .list-wrap > li:not(:last-child) {
  margin-bottom: 20px;
}
.view-page .view-wrap .view-info .info-list .list-wrap .list-tit {
  cursor: pointer;
  border-bottom: 1px solid #111;
  padding-bottom: 20px;
}
.view-page .view-wrap .view-info .info-list .list-wrap .list-tit > p {
  width: 215px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  padding-right: 20px;
  background-image: url(/image/sub/view_arrow01.png);
  background-repeat: no-repeat;
  background-position: 100% center;
}
.view-page .view-wrap .view-info .info-list .list-wrap .list-tit > p.txt-kor {
  font-family: 'Noto Sans KR';
  font-size: 18px;
  font-weight: 500;
  display: none;
}
.view-page .view-wrap .view-info .info-list .list-wrap .list-tit.active > p {
  background-image: url(/image/sub/view_arrow02.png);
}
.view-page .view-wrap .view-info .info-list .list-wrap .list-desc {
  margin-top: 19px;
  padding-bottom: 21px;
  border-bottom: 1px solid #111;
  display: none;
}
.view-page .view-wrap .view-info .info-list .list-wrap .list-desc > p {
  font-size: 18px;
  font-family: 'Poppins', 'Noto Sans KR';
  line-height: 1.6em;
  font-weight: 400;
}
.view-page .view-wrap .view-info .info-list .list-wrap .list-desc > p.txt-kor {
  font-family: 'Noto Sans KR';
  display: none;
  font-weight: 400;
}
.view-page .view-wrap .view-info .info-award-txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Noto Sans KR';
  font-size: 17px;
  word-break: keep-all;
  padding-top: 28px;
  line-height: 1.6em;
}
.view-page .view-wrap .view-info .translate-btn {
  margin-top: 15px;
  font-family: 'Poppins', 'Noto Sans KR';
  font-size: 15px;
  line-height: 1em;
  color: #787878;
  border-bottom: 1px solid #787878;
  display: inline-block;
  padding-bottom: 1.5px;
  cursor: pointer;
  font-weight: 400;
}
.view-page .view-wrap .view-img-list {
  margin-top: 80px;
}
.view-page .view-wrap .view-img-list br {
  display: none;
}
.view-page .view-wrap .view-img-list img {
  width: 100%;
}
.view-page .view-wrap .view-img-list img:not(:last-child) {
  margin-bottom: 20px;
}
.view-page .view-wrap .view-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 120px;
}
.view-page .view-wrap .view-nav > a {
  font-size: 20px;
  line-height: 1em;
  font-family: 'Poppins', 'Noto Sans KR';
  opacity: 0.5;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.view-page .view-wrap .view-nav > a:first-child {
  padding-left: 37px;
  background-image: url(/image/sub/view_nav_prev.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  margin-right: 227.5px;
}
.view-page .view-wrap .view-nav > a:last-child {
  padding-right: 37px;
  background-image: url(/image/sub/view_nav_next.png);
  background-repeat: no-repeat;
  background-position: 100% center;
  margin-left: 227.5px;
}
.view-page .view-wrap .view-nav > a:hover {
  opacity: 1;
}
.view-page .view-wrap .view-nav.awards > a:first-child,
.view-page .view-wrap .view-nav.awards > a:last-child {
  margin: 0;
}
.view-page .view-wrap .view-nav.awards > a:nth-child(2) {
  margin: 0 190px;
}
.culture-page .culture-link {
  border-top: 1px solid #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 74px 35px 0 35px;
  margin-top: 70px;
}
.culture-page .culture-link > a {
  position: relative;
}
.culture-page .culture-link > a::before {
  content: '';
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.culture-page .culture-link > a.active .txt01 p,
.culture-page .culture-link > a.active .txt02 {
  color: #ebebeb;
}
.culture-page .culture-link > a.active .txt01-drawing svg,
.culture-page .culture-link > a:hover .txt01-drawing svg {
  opacity: 1;
}
.culture-page .culture-link > a.active .txt01-drawing svg path,
.culture-page .culture-link > a:hover .txt01-drawing svg path {
  -webkit-animation: dash 1s linear forwards;
  animation: dash 1s linear forwards;
  stroke: #dcff04;
}
.culture-page .culture-link .txt01 p {
  font-size: 25px;
  line-height: 1em;
  color: #787878;
  position: relative;
  font-weight: 500;
  z-index: 2;
}
.culture-page .culture-link .txt02 {
  margin-top: 20px;
  color: #787878;
  font-family: 'Poppins', 'Noto Sans KR';
  font-size: 18px;
  line-height: 1.5em;
}
.culture-page .culture-link .txt01 .txt01-drawing {
  position: absolute;
  z-index: 1;
}
.culture-page .culture-link .bg01 .txt01-drawing {
  width: 206.04px;
  height: 21.09px;
  left: -20px;
  top: 18px;
}
.culture-page .culture-link .bg02 .txt01-drawing {
  width: 270px;
  height: 70.64px;
  left: -31px;
  top: -28px;
}
.culture-page .culture-link .bg03 .txt01-drawing {
  width: 230.58px;
  height: 75.14px;
  left: -45px;
  top: -30px;
}
.culture-page .culture-link .txt01-drawing svg path {
  stroke-dasharray: 1300;
  stroke-width: 3px;
}
.culture-page .culture-container {
  margin-top: 175px;
}
.culture-page .culture-container .tit {
  color: #ebebeb;
  font-size: 70px;
  line-height: 1em;
  margin-bottom: 143px;
  font-weight: 500;
}
.culture-page .people-wrap {
  padding-bottom: 70px;
}
.culture-page .people-wrap .people-img.toggle .default {
  z-index: 1;
}
.culture-page .people-wrap .people-img.toggle .active {
  opacity: 0;
  z-index: 2;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.culture-page .people-wrap .people-img.toggle:hover .active {
  opacity: 1;
}
.culture-page .people-wrap .people-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.culture-page .people-wrap .people-single .people-img {
  width: 478px;
  height: 0;
  overflow: hidden;
  position: relative;
  padding-top: 648px;
}
.culture-page .people-wrap .people-single .people-img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.culture-page .people-wrap .people-single .people-txt {
  word-break: keep-all;
  margin-left: 120px;
  flex: 1;
}
.culture-page .people-wrap .people-single .people-txt .txt01 {
  font-size: 40px;
  line-height: 1em;
  color: #ebebeb;
  font-weight: 500;
}
.culture-page .people-wrap .people-single .people-txt .txt02 {
  font-size: 23px;
  color: #ebebeb;
  line-height: 1em;
  margin-top: 15px;
  font-weight: 500;
}
.culture-page .people-wrap .people-single .people-txt .txt03 {
  margin-top: 50px;
  font-size: 20px;
  font-family: 'Poppins', 'Noto Sans KR';
  color: #ebebebeb;
  line-height: 1.5em;
}
.culture-page .people-wrap .people-duo {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.culture-page .people-wrap .people-duo > li {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.culture-page .people-wrap .people-duo .people-img {
  width: 417px;
  height: 0;
  overflow: hidden;
  position: relative;
  padding-top: 570px;
}
.culture-page .people-wrap .people-duo .people-img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.culture-page .people-wrap .people-duo .people-txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  word-break: keep-all;
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.culture-page .people-wrap .people-duo .people-txt .txt01 {
  font-size: 35px;
  line-height: 1.1em;
  color: #ebebeb;
  font-weight: 500;
}
.culture-page .people-wrap .people-duo .people-txt .txt02 {
  font-size: 18px;
  color: #ebebeb;
  line-height: 1.3em;
  margin-top: 12px;
  font-weight: 400;
}
.culture-page .people-wrap .people-duo .people-txt a {
  margin-top: 13px;
  font-family: 'Poppins', 'Noto Sans KR';
  font-size: 15px;
  line-height: 1em;
  color: #ebebebeb;
  display: inline-block;
  border-bottom: 1px solid #ebebeb;
  transition: all ease 0.3s;
}
.culture-page .people-wrap .people-duo .people-txt a:hover {
  color: #dcff04;
  border-color: #dcff04;
}
.culture-page .people-wrap .people-duo .people-txt .txt03 {
  font-size: 15px;
  font-family: 'Poppins', 'Noto Sans KR';
  color: #ebebebeb;
  line-height: 1.6em;
}
.culture-page .people-wrap .people-other {
  margin-top: 100px;
  padding-top: 100px;
  border-top: 1px solid #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.culture-page .people-wrap .people-other > li {
  width: 25.2%;
  margin-right: 12.2%;
  margin-bottom: 130px;
}
.culture-page .people-wrap .people-other > li:nth-child(3n) {
  margin-right: 0;
}
.culture-page .people-wrap .people-other .people-img {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
  padding-top: 138%;
}
.culture-page .people-wrap .people-other .people-img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.culture-page .people-wrap .people-other .txt01 {
  margin-top: 25px;
  font-size: 25px;
  line-height: 1em;
  color: #ebebeb;
  font-weight: 500;
}
.culture-page .people-wrap .people-other .txt02 {
  margin-top: 13px;
  line-height: 1em;
  font-size: 18px;
  color: #ebebeb;
  font-weight: 400;
}
.culture-page .phil-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 170px;
}
.culture-page .phil-list > li {
  width: 49%;
  border-top: 1px solid #ebebeb;
  padding: 30px;
  cursor: pointer;
}
.culture-page .phil-list > li:hover {
  background-color: #dddbdb;
}
.culture-page .phil-list > li:hover .list-top > p {
  color: #111;
}
.culture-page .phil-list > li:hover .list-top .top-btn {
  background-image: url(/image/sub/phil_arrow02.png);
}
.culture-page .phil-list > li:hover .list-num img {
  display: none;
}
.culture-page .phil-list > li:hover .list-num p {
  display: block;
}
.culture-page .phil-list .list-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.culture-page .phil-list .list-top > p {
  font-size: 15px;
  line-height: 1em;
  color: #787878;
  font-weight: 500;
}
.culture-page .phil-list .list-top .top-btn {
  width: 21px;
  height: 12px;
  background-image: url(/image/sub/phil_arrow01.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.culture-page .phil-list .list-num {
  height: 200px;
  margin-top: 75px;
}
.culture-page .phil-list .list-num p {
  font-size: 60px;
  line-height: 1em;
  display: none;
  font-weight: 600;
}
.culture-page .office-wrap {
  margin-bottom: 100px;
  padding-right: 70px;
}
.culture-page .office-wrap .office-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.culture-page .office-wrap .list-txt {
  width: 630px;
  padding-top: 0px;
}
.culture-page .office-wrap .list-txt .txt01 {
  font-size: 40px;
  color: #ebebeb;
  line-height: 1.1em;
  margin-bottom: 30px;
  font-weight: 500;
}
.culture-page .office-wrap .list-txt .txt01 span {
  color: #787878;
  font-size: 25px;
  line-height: 1em;
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}
.culture-page .office-wrap .list-txt .txt02 {
  font-size: 20px;
  word-break: keep-all;
  color: #ebebeb;
  line-height: 1.65em;
  font-family: 'Poppins', 'Noto Sans KR';
}
.culture-page .office-wrap .list-img {
  width: 771px;
}
.culture-page .office-wrap .list-img img {
  width: 100%;
}
.culture-page .office-wrap .slick-dots {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
}
.culture-page .office-wrap .slick-dots li:not(:last-child) {
  margin-bottom: 50px;
}
.culture-page .office-wrap .slick-dots li button {
  font-size: 0;
  background: none;
  border: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #ebebeb;
  cursor: pointer;
  padding: 0;
  outline: none;
}
.culture-page .office-wrap .slick-dots li.slick-active button {
  background-color: #ebebeb;
}
.culture-page .rules-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 180px;
}
.culture-page .rules-wrap .rules-txt {
  width: 530px;
}
.culture-page .rules-wrap .rules-txt > li {
  cursor: pointer;
}
.culture-page .rules-wrap .rules-txt > li:not(:last-child) {
  padding-bottom: 75px;
}
.culture-page .rules-wrap .rules-txt > li:hover .txt01 {
  color: #dcff04;
}
.culture-page .rules-wrap .rules-txt > li:hover .txt02 {
  color: #ebebeb;
}
.culture-page .rules-wrap .rules-txt .txt01 {
  color: #787878;
  font-size: 30px;
  line-height: 1em;
  word-break: keep-all;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-weight: 500;
}
.culture-page .rules-wrap .rules-txt .txt02 {
  font-size: 18px;
  line-height: 1.6em;
  color: #787878;
  margin-top: 15px;
  word-break: keep-all;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-family: 'Poppins', 'Noto Sans KR';
  line-height: 1.6em;
}
.culture-page .rules-wrap .rules-img {
  width: 770px;
  overflow: hidden;
  height: 0;
  position: relative;
  padding-top: 937px;
}
.culture-page .rules-wrap .rules-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  z-index: 2;
}
.culture-page .rules-wrap .rules-img .hidden {
  opacity: 0;
  z-index: 1;
}
.careers-page .careers-top {
  margin-top: 72px;
  border-top: 1px solid #ebebeb;
  padding-top: 34px;
}
.careers-page .careers-top .top-tit {
  font-size: 15px;
  color: #ebebeb;
  font-weight: 400;
}
.careers-page .careers-top .top-wrap {
  margin-top: 35px;
  margin-bottom: 100px;
  padding-right: 70px;
}
.careers-page .careers-top .top-wrap .top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.careers-page .careers-top .top-wrap .list-txt {
  width: 710px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.careers-page .careers-top .top-wrap .list-txt .txt01 {
  font-size: 70px;
  color: #ebebeb;
  line-height: 1.1em;
  margin-bottom: 28px;
  font-weight: 500;
}
.careers-page .careers-top .top-wrap .list-txt .txt02 {
  color: #787878;
  font-size: 25px;
  line-height: 1em;
  font-weight: 500;
}
.careers-page .careers-top .top-wrap .list-txt .txt03 {
  font-size: 40px;
  color: #ebebeb;
  line-height: 1em;
  margin-top: 15px;
  font-weight: 500;
}
.careers-page .careers-top .top-wrap .list-txt .txt04 {
  font-size: 20px;
  line-height: 1.65em;
  color: #ebebeb;
  margin-top: 30px;
  font-family: 'Poppins', 'Noto Sans KR';
}
.careers-page .careers-top .slick-dots {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
}
.careers-page .careers-top .slick-dots li:not(:last-child) {
  margin-bottom: 50px;
}
.careers-page .careers-top .slick-dots li button {
  font-size: 0;
  background: none;
  border: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #ebebeb;
  cursor: pointer;
  padding: 0;
  outline: none;
}
.careers-page .careers-top .slick-dots li.slick-active button {
  background-color: #ebebeb;
}
.careers-page .careers-list {
  margin-top: 160px;
  padding-bottom: 190px;
}
.careers-page .careers-list > li {
  border-top: 1px solid #ebebeb;
  padding-top: 75px;
  padding-bottom: 75px;
}
.careers-page .careers-list > li.active .list-tit.hasArrow {
  background-image: url(/image/sub/careers_arrow02.png);
}
.careers-page .careers-list .list-left {
  width: 910px;
}
.careers-page .careers-list .list-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.careers-page .careers-list .list-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.careers-page .careers-list .list-tit p {
  color: #ebebeb;
  font-size: 25px;
  line-height: 1em;
  font-weight: 500;
}
.careers-page .careers-list .list-tit .tit-first {
  width: 56.2%;
}
.careers-page .careers-list .list-tit .tit-last {
  flex: 1;
  padding-right: 45px;
  background-image: url(/image/sub/careers_arrow01.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 35px;
}
.careers-page .careers-list .list-tit.active .tit-last {
  background-image: url(/image/sub/careers_arrow02.png);
}
.careers-page .careers-list .list-wrap {
  margin-top: 70px;
  display: flex;
  display: none;
}
.careers-page .careers-list .list-wrap .wrap-first {
  width: 56.2%;
}
.careers-page .careers-list .list-wrap .wrap-last {
  flex: 1;
}
.careers-page .careers-list .list-wrap ul > li:not(:last-child) {
  margin-bottom: 38px;
}
.careers-page .careers-list .list-wrap .txt01 {
  font-size: 22px;
  color: #ebebeb;
  line-height: 1em;
  font-weight: 500;
}
.careers-page .careers-list .list-wrap .txt02 {
  font-size: 18px;
  color: #ebebeb;
  margin-top: 15px;
  font-weight: 400;
  line-height: 1.8em;
  font-family: 'Noto Sans KR';
  word-break: keep-all;
}
.careers-page .careers-list .list-wrap .txt02 a {
  color: #dcff04;
}
.contact-page {
  padding-bottom: 180px;
}
.contact-page .sub-tit-rotation {
  opacity: 0;
}
.contact-page .sub-tit-rotation.slick-initialized {
  opacity: 1;
}
.contact-page .contact-wrap {
  margin-top: 72px;
  padding-top: 80px;
  border-top: 1px solid #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-page .contact-wrap.location {
  margin-top: 160px;
  border: none;
}
.contact-page .contact-wrap.location .txt01 {
  font-size: 18px;
  line-height: 1.5em;
  margin-top: 60px;
  margin-bottom: 40px;
  font-weight: 500;
}
.contact-page .contact-wrap.location .txt02 {
  margin-bottom: 25px;
  line-height: 1em;
  font-size: 15px;
  color: #787878;
  font-weight: 500;
}
.contact-page .contact-wrap.location .txt02 span {
  margin-top: 5px;
  display: block;
  color: #ebebeb;
}
.contact-page .contact-txt {
  font-size: 70px;
  line-height: 1em;
  color: #ebebeb;
  font-weight: 500;
  width: 500px;
}
.contact-page .contact-txt video {
  width: 375px;
  display: block;
  margin: auto;
}
.contact-page .contact-txt svg {
  width: 151px;
  fill: #ebebeb;
}
.contact-page .contact-box {
  /* width: 1050px; */
  flex: 1;
}
.contact-page .contact-box iframe {
  width: 100%;
  height: 500px;
}
.contact-page .box-form .form-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 72px;
}
.contact-page .box-form .form-tit .txt01 {
  font-size: 30px;
  line-height: 1em;
  color: #ebebeb;
  font-weight: 500;
}
.contact-page .box-form .form-tit .txt02 {
  font-size: 20px;
  color: #ebebeb;
  margin-left: 15px;
  font-weight: 500;
  line-height: 1em;
}
.contact-page .box-form .form-tit .txt03 {
  color: #dcff04;
  font-size: 15px;
  font-weight: 400;
  margin-left: auto;
  line-height: 1em;
}
.contact-page .box-form .form-input > li {
  padding-bottom: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-page .box-form .form-input > li:not(:last-child) {
  border-bottom: 1px solid #787878;
}
.contact-page .box-form .form-input > li.aife {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 72px;
}
.contact-page .box-form .form-input > li:not(:last-child) {
  margin-bottom: 25px;
}
.contact-page .box-form .form-input .input-tit {
  width: 250px;
  position: relative;
}
.contact-page .box-form .form-input .input-tit.full-width {
  width: 100%;
}
.contact-page .box-form .form-input .input-tit.half-width {
  width: 385px;
}
.contact-page .box-form .form-input .input-tit.half-width .txt01 {
  line-height: 1.4em;
}
.contact-page .box-form .form-input .input-tit .txt01 {
  font-size: 18px;
  color: #ebebeb;
  line-height: 1em;
  font-weight: 500;
}
.contact-page .box-form .form-input .input-tit .txt01 span {
  color: #dcff04;
}
.contact-page .box-form .form-input .input-tit .txt02 {
  color: #787878;
  line-height: 1em;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
}
.contact-page .currency-btn {
  position: absolute;
  top: 0;
  right: 0;
  color: #787878;
  line-height: 1em;
  border-bottom: 1px solid #787878;
  font-size: 15px;
  cursor: pointer;
  font-weight: 500;
  padding: 0 0 2px 0;
}
.contact-page .currency-btn:hover {
  color: #dcff04;
  border-color: #dcff04;
}
.contact-page .box-form .form-input .input-write {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.contact-page .box-form .form-input .input-write.date {
  width: 588px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  border-bottom: 1px solid #787878;
}
.contact-page .box-form .form-input .input-write.schedule {
  display: flex;
  align-items: center;
}
.contact-page .box-form .form-input .input-write.schedule .write-date {
  width: 200px;
}
.contact-page .box-form .form-input .input-write.schedule .write-date:nth-child(1){
  margin-right: 78px;
  position: relative;
}
.contact-page .box-form .form-input .input-write.schedule .write-date:nth-child(1)::after {
  content: '';
  position: absolute;
  top: 33%;
  right: -76px;
  transform: translateY(-50%);
  width: 34px;
  height: 1px;
  background-color: #787878;
}
.contact-page .box-form .form-input .input-write input[type='text'] {
  width: 100%;
  color: #dcff04;
  height: 45px;
  line-height: 45px;
  font-family: 'Noto Sans KR';
  font-size: 20px;
  line-height: 1em;
  font-weight: 500;
}
.contact-page .box-form .form-input .input-write textarea {
  width: 100%;
  color: #dcff04;
  font-family: 'Noto Sans KR';
  font-size: 20px;
  line-height: 1.4em;
  resize: none;
  height: 200px;
  overflow-y: scroll;
  margin-top: 10px;
  font-weight: 500;
}
.contact-page .box-form .form-input .input-write textarea::-webkit-scrollbar {
  width: 6px;
  background: #212121;
}
.contact-page .box-form .form-input .input-write textarea::-webkit-scrollbar-thumb {
  background: #787878;
  border-radius: 10px;
}
.contact-page .box-form .form-input .input-write textarea::-webkit-scrollbar-track {
  background: none;
}
.contact-page .box-form .form-input .input-write textarea:last-child {
  border-bottom: none;
}
.contact-page .box-form .form-input .input-write .write-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 600px;
  margin-top: 37px;
}
.contact-page .box-form .form-input .input-write .write-check .check-wrap {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.contact-page .box-form .form-input .input-write .write-check input {
  position: absolute;
  top: -99999px;
  left: -99999px;
  height: 0;
  width: 0;
  visibility: hidden;
}
.contact-page .box-form .form-input .input-write .write-check input:checked ~ .input-circle {
  background-color: #dcff04;
  border-color: #dcff04;
}
.contact-page .box-form .form-input .input-write .write-check input:checked ~ label {
  color: #dcff04;
}
.contact-page .box-form .form-input .input-write .write-check .input-circle {
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  margin-right: 10px;
}
.contact-page .box-form .form-input .input-write .write-check label {
  color: #fff;
  font-size: 15px;
  line-height: 1em;
  font-weight: 500;
}
.contact-page .box-form .form-input .input-write .write-msg {
  margin-top: 60px;
  color: #787878;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  font-size: 12px;
  word-break: keep-all;
}
.contact-page .box-form .form-input .input-write .write-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.contact-page .box-form .form-input .input-write .write-file input[type='file'] {
  position: absolute;
  top: -99999px;
  left: -99999px;
  height: 0;
  width: 0;
  visibility: hidden;
}
.contact-page .box-form .form-input .input-write .write-file label {
  display: block;
  width: 132px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ebebeb;
  border: 1px solid #787878;
  border-radius: 25px;
}
.contact-page .box-form .form-input .input-write .write-file .file-name {
  color: #dcff04;
  font-size: 20px;
  line-height: 1em;
  margin-left: 40px;
  font-weight: 300;
}
.contact-page .box-form .form-input .input-write .write-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 7px;
}
.contact-page .box-form .form-input .input-write .write-radio .radio-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  margin-right: 55px;
}
.contact-page .box-form .form-input .input-write .write-radio input {
  position: absolute;
  top: -99999px;
  left: -99999px;
  height: 0;
  width: 0;
  visibility: hidden;
}
.contact-page .box-form .form-input .input-write .write-radio input:checked ~ .input-circle {
  background-color: #dcff04;
  border-color: #dcff04;
}
.contact-page .box-form .form-input .input-write .write-radio input:checked ~ label {
  color: #dcff04;
}
.contact-page .box-form .form-input .input-write .write-radio .input-circle {
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  margin-right: 10px;
}
.contact-page .box-form .form-input .input-write .write-radio label {
  color: #fff;
  font-size: 15px;
  line-height: 1em;
  font-weight: 500;
}
.contact-page .box-form .form-input .input-write .write-date {
  width: 100%;
  padding-bottom: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 32px;
  justify-content: space-between;
}
.contact-page .box-form .form-input .input-write .write-date > li {
  color: #a6a6a6;
  font-size: 18px;
  line-height: 1em;
  min-width: 70px;
  display: flex;
  align-items: center;
}
.contact-page .box-form .form-input .input-write .write-date > li select {
  color: #dcff04;
  font-size: 18px;
  line-height: 1em;
  background-color: #000;
  background-image: nonoe; /* 화살표 모양의 이미지 */
  -webkit-appearance: none; /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.contact-page .box-form .form-input .input-write .write-date > li select::-ms-expand {
  display: none;
}
.contact-page .box-form .form-input .input-write .write-date > li.visit {
  margin-right: 0;
}
.contact-page .box-form .form-input .input-write .write-date > li.visit select {
  background: url(/image/sub/contact_arrow.png) no-repeat 100% 50% #000;
  padding-right: 40px; /* 화살표 모양의 이미지 */
  -webkit-appearance: none; /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;
}
.contact-page .box-form .form-input .input-write .write-date > li.visit::-ms-expand {
  display: none;
}
.contact-page .box-form .form-input .input-write .write-terms {
  margin-top: 28px;
  border: 1px solid #ebebeb;
  height: 340px;
  overflow-y: scroll;
  padding: 21px;
  color: #ebebeb;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.7em;
}
.contact-page .box-form .form-input .input-write .write-terms::-webkit-scrollbar {
  width: 6px;
  background: #212121;
}
.contact-page .box-form .form-input .input-write .write-terms::-webkit-scrollbar-thumb {
  background: #787878;
  border-radius: 10px;
}
.contact-page .box-form .form-input .input-write .write-terms::-webkit-scrollbar-track {
  background: none;
}
.contact-page .box-form .form-input .input-write .write-terms:last-child {
  border-bottom: none;
}
.contact-page .box-form .form-input .input-write .form-submit {
  border-top: 1px solid #787878;
  margin-top: 10px;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-page .box-form .form-input .input-write .form-submit .txt01 {
  color: #dcff04;
  font-size: 20px;
  font-weight: 500;
}
.contact-page .box-form .form-input .input-write .form-submit .txt01 span {
  display: block;
  font-size: 15px;
  color: #787878;
  margin-top: 4px;
}
.contact-page .box-form .form-input .input-write .form-submit button {
  display: block;
  margin-left: auto;
  border: 1px solid #ebebeb;
  font-size: 20px;
  line-height: 1em;
  width: 110px;
  height: 40px;
  line-height: 30px;
  border-radius: 25px;
  text-align: center;
  color: #ebebeb;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-weight: 500;
}
.contact-page .box-form .form-input .input-write .form-submit button:hover {
  color: #111;
  border-color: #dcff04;
  background-color: #dcff04;
}
.about-page {
  padding-bottom: 40px;
}
.about-page > .inner {
  padding-bottom: 85px;
}
.about-page .about-top {
  margin-top: 71px;
  border-top: 1px solid #ebebeb;
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-top.kor .eng {
  display: none !important;
}
.about-page .about-top.kor .kor {
  display: block !important;
}
.about-page .about-top .top-img {
  margin-right: 60px;
}
.about-page .about-top .top-txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.about-page .about-top .top-txt .txt01 {
  word-break: keep-all;
}
.about-page .about-top .top-txt .txt01 .eng {
  font-size: 58px;
  color: #ebebeb;
  line-height: 1em;
  font-weight: 600;
  transition: all ease 0.3s;
}
.about-page .about-top .top-txt .txt01 .kor {
  font-size: 65px;
  line-height: 1.1em;
  color: #ebebeb;
  display: none;
  transition: all ease 0.3s;
  font-weight: 500;
}
.about-page .about-top .top-txt .txt02 {
  margin-top: 200px;
  font-size: 20px;
  color: #ebebeb;
  word-break: keep-all;
  font-family: 'Poppins', 'Noto Sans KR';
  transition: all ease 0.3s;
}
.about-page .about-top .top-txt .txt02 p:not(:last-child) {
  margin-bottom: 33px;
}
.about-page .about-top .top-txt .txt02 .kor {
  display: none;
}
.about-page .about-top .top-txt .txt02 p {
  line-height: 1.65em;
}
.about-page .about-top .top-txt .translate-btn {
  font-size: 15px;
  color: #787878;
  line-height: 1em;
  padding-bottom: 1.5px;
  cursor: pointer;
  border-bottom: 1px solid #787878;
  margin-top: 10px;
  font-family: 'Poppins', 'Noto Sans KR';
}
.about-page .about-top .top-txt .txt03-wrap {
  display: flex;
  align-items: flex-end;
  margin-top: auto;
}
.about-page .about-top .top-txt .txt03:not(:last-child) {
  margin-right: 55px;
}
.about-page .about-top .top-txt .txt03 {
  font-size: 25px;
  color: #ebebeb;
  line-height: 1em;
  font-family: 'Poppins', 'Noto Sans KR';
  font-weight: 500;
  transition: all ease 0.3s;
}
.about-page .about-top .top-txt .txt03 p {
  font-size: 16px;
  color: #e8e8e8;
  transition: all ease 0.3s;
}
.about-page .about-top .top-txt .txt03 span {
  margin-top: 20px;
  line-height: 1.8em;
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #dcff04;
}
.about-page .about-capa {
  padding-top: 80px;
  padding-bottom: 130px;
}
.about-page .about-capa > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-capa .capa-tit {
  font-size: 70px;
  line-height: 1em;
  width: 760px;
  font-weight: 600;
  color: #ebebeb;
  transition: all ease 0.3s;
}
.about-page .about-capa .capa-list {
  width: 845px;
  padding-top: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-capa .capa-list > li {
  width: 380px;
}
.about-page .about-capa .capa-list > li:not(:last-child) {
  margin-bottom: 90px;
}
.about-page .about-capa .capa-list .txt01 {
  font-size: 35px;
  line-height: 1em;
  font-weight: 600;
  color: #ebebeb;
  transition: all ease 0.3s;
}
.about-page .about-capa .capa-list .txt02 {
  font-size: 18px;
  margin-top: 25px;
  font-family: 'Poppins', 'Noto Sans KR';
  line-height: 1.7em;
  font-weight: 400;
  color: #ebebeb;
  transition: all ease 0.3s;
}
.about-page .about-process {
  margin-top: 79px;
}
.about-page .about-process .process-tit {
  font-size: 70px;
  line-height: 1em;
  font-weight: 500;
  color: #ebebeb;
}
.about-page .about-process .process-bar {
  margin-top: 154px;
  position: relative;
}
.about-page .about-process .process-bar .bar-track {
  width: 100%;
  height: 2px;
  background-color: #787878;
  position: relative;
}
.about-page .about-process .process-bar .bar-track .bar-fill {
  position: absolute;
  width: 16.6%;
  height: 4px;
  top: -1px;
  background-color: #dcff04;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.about-page .about-process .process-bar .bar-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.about-page .about-process .process-bar .bar-list::before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #787878;
  border-radius: 50%;
  position: absolute;
  right: -1px;
  top: -12px;
  cursor: pointer;
}
.about-page .about-process .process-bar .bar-list.full::before {
  background-color: #dcff04;
}
.about-page .about-process .process-bar .bar-list > li {
  width: 16.6%;
  position: relative;
}
.about-page .about-process .process-bar .bar-list > li::before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #787878;
  border-radius: 50%;
  position: absolute;
  left: -1px;
  top: -12px;
  cursor: pointer;
}
.about-page .about-process .process-bar .bar-list > li.active::before {
  background-color: #dcff04;
}
.about-page .about-process .process-bar .bar-list .list-wrap {
  position: absolute;
  top: 30px;
  left: -11px;
  width: 100%;
  width: 500px;
}
.about-page .about-process .process-bar .bar-list .list-wrap.isHide {
  display: none;
  opacity: 0;
}
.about-page .about-process .process-bar .bar-list .txt01 {
  color: #dcff04;
  font-size: 23px;
  line-height: 1.2em;
  font-weight: 500;
}
.about-page .about-process .process-bar .bar-list .txt02 {
  font-size: 18px;
  color: #dcff04;
  margin-top: 14px;
}
.about-page .about-process .process-bar .bar-list .txt02 > p {
  padding-left: 20px;
  position: relative;
  font-weight: 500;
  line-height: 1em;
}
.about-page .about-process .process-bar .bar-list .txt02 > p:not(:last-child) {
  margin-bottom: 15px;
}
.about-page .about-process .process-bar .bar-list .txt02 > p::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #dcff04;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .about-process .process-container {
  margin-top: 300px;
  position: relative;
}
.about-page .about-process .process-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-process .process-box.reverse .box-txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: auto;
  margin-left: 99px;
}
.about-page .about-process .process-box.isHide {
  display: none;
  opacity: 0;
}
.about-page .about-process .process-box .box-txt {
  width: 42.3%;
}
.about-page .about-process .process-box .box-txt.kor .eng {
  display: none !important;
}
.about-page .about-process .process-box .box-txt.kor .kor {
  display: block !important;
}
.about-page .about-process .process-box .box-txt .txt01 {
  font-size: 25px;
  line-height: 1em;
  color: #787878;
  font-weight: 500;
}
.about-page .about-process .process-box .box-txt .txt02 {
  margin-top: 5px;
  color: #ebebeb;
  font-size: 40px;
  font-weight: 500;
  padding-top: 0px;
}
.about-page .about-process .process-box .box-txt .txt02 p {
  line-height: 1.1em;
}
.about-page .about-process .process-box .box-txt .txt02 .kor {
  display: none;
}
.about-page .about-process .process-box .box-txt .txt03 {
  margin-top: 30px;
  font-size: 20px;
  color: #ebebeb;
  word-break: keep-all;
  font-family: 'Poppins', 'Noto Sans KR';
  line-height: 1.7em;
}
.about-page .about-process .process-box .box-txt .txt03 p {
  line-height: 1.65em;
}
.about-page .about-process .process-box .box-txt .txt03 .kor {
  display: none;
}
.about-page .about-process .process-box .box-txt .translate-btn {
  font-size: 15px;
  color: #787878;
  line-height: 1em;
  padding-bottom: 1.5px;
  cursor: pointer;
  border-bottom: 1px solid #787878;
  margin-top: 10px;
  font-family: 'Poppins', 'Noto Sans KR';
  display: inline-block;
}
.about-page .about-process .process-box .box-img {
  height: 0;
  position: relative;
  padding-top: 565px;
  width: 730px;
  overflow: hidden;
}
.about-page .about-process .process-box .box-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.about-page .about-clients {
  margin-top: 220px;
}
.about-page .about-clients .clients-tit {
  font-size: 70px;
  line-height: 1em;
  color: #ebebeb;
  font-weight: 500;
}
.about-page .about-clients .clients-list {
  margin-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-clients .clients-list .item {
  width: 16.66666%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5.9%;
  height: 0;
  overflow: hidden;
  position: relative;
}
.about-page .about-clients .clients-list .item img {
  margin: auto;
  max-width: 100%;
  max-height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}
.about-page .about-clients .clients-feed {
  margin-top: 130px;
}
.about-page .about-clients .clients-feed .feed-tit {
  font-size: 70px;
  line-height: 1em;
  color: #ebebeb;
  font-weight: 500;
  transition: all 0.3s ease;
}
.about-page .about-clients .clients-feed .feed-carousel {
  width: 1080px;
  margin: auto;
  margin-top: 103px;
}
.about-page .about-clients .clients-feed .feed-carousel .txt01 {
  word-break: keep-all;
  font-size: 40px;
  color: #ebebeb;
  text-align: center;
  line-height: 1.37em;
  font-weight: 400;
  transition: all 0.3s ease;
}
.about-page .about-clients .clients-feed .feed-carousel .txt02 {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1em;
  color: #ebebeb;
  font-family: 'Noto Sans KR';
  font-weight: 400;
  transition: all 0.3s ease;
}
.about-page .about-clients .clients-feed .feed-carousel .txt02 img {
  margin-right: 40px;
  transition: all 0.3s ease;
}
@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 1300;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  from {
    stroke-dashoffset: 1300;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.light-mode .about-award__btn {
  filter: none;
}
.light-mode .about-page .about-clients .clients-feed .feed-carousel .txt02 img {
  filter: invert(1);
}
.light-mode .about-page .about-clients .clients-feed .feed-carousel .txt01,
.light-mode .about-page .about-clients .clients-feed .feed-carousel .txt02,
.light-mode .about-page .about-clients .clients-feed .feed-tit,
.light-mode .about-page .about-award .tit,
.light-mode .about-page .about-capa .capa-tit,
.light-mode .about-page .about-capa .capa-list .txt01,
.light-mode .about-page .about-capa .capa-list .txt02,
.light-mode .about-page .about-top .top-txt .txt01 .eng,
.light-mode .about-page .about-top .top-txt .txt01 .kor,
.light-mode .about-page .about-top .top-txt .txt03,
.light-mode .about-page .about-top .top-txt .txt03 p,
.light-mode .about-page .about-top .top-txt .txt02 {
  color: #111;
}

/* 뉴스레터 */
.sc-page {
  padding-bottom: 200px;
}
.sc-page .inner {
  display: flex;
  justify-content: space-between;
}
.sc-page .sc-hg {
  border: none;
  padding-top: 0;
}
.sc-page .sc-form > div > label,
.sc-page .sc-hg h5,
.sc-page .sc-hg h4 {
  color: #000;
}
.sc-page .sc-form > div {
  border-color: #000;
}
.sc-page .sc-form > div input[type='text'] {
  color: #000;
}
.sc-page .sc-form button {
  color: #000;
  border-color: #000;
}
.sc-page .sc-form button:hover {
  background-color: #000;
  color: #fff;
}
.about-award {
  margin-top: 360px;
}
.about-award .tit {
  font-size: 70px;
  line-height: 1em;
  color: #ebebeb;
  font-weight: 500;
  margin-bottom: 95px;
  transition: all 0.3s ease;
}

.about-award__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.about-award__list li {
  position: relative;
  height: 220px;
}
.about-award__list img {
  transform: translate(-50%, -50%) scale(0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
}
.about-award__btn {
  margin-top: 100px;
  display: flex;
  font-size: 22px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  font-weight: 500;
  filter: invert(1);
  transition: all 0.3s ease;
}
.about-award__btn img {
  width: 16px;
  margin-top: 7px;
  transition: all 0.3s ease;
}
.about-award__btn.active img {
  transform: rotate(180deg);
}
.about-award__article {
  padding: 165px 0;
  text-align: center;
  display: none;
}
.about-award__article > div:not(:last-child) {
  margin-bottom: 185px;
}
.about-award__year {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 58px;
}
.about-award__article ul {
  font-size: 21px;
}
.about-award__article ul b {
  display: block;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 2px;
}
.about-award__article ul li:not(:last-child) {
  margin-bottom: 35px;
}

@media all and (max-width: 1650px) {
  .contact-page .box-form .form-input .input-write.date,
  .contact-page .box-form .form-input .input-tit.half-width {
    width: 100%;
    border: none;
  }
  .contact-page .box-form .form-input .input-write .write-date {
    padding-left: 0;
    padding-bottom: 0;
  }
  .contact-page .box-form .form-input .input-write.date {
    margin-top: 28px;
  }
  .contact-page .box-form .form-input > li.aife {
    flex-direction: column;
    padding-bottom: 26px;
  }
  .careers-page .careers-top .top-wrap {
    padding-right: 0;
    margin-bottom: 140px;
  }
  .careers-page .careers-top .top-wrap .list-txt {
    margin-right: 40px;
  }
  .careers-page .careers-top .top-wrap .list-img {
    flex: 1;
  }
  .careers-page .careers-top .top-wrap .list-img img {
    width: 100%;
  }
  .careers-page .careers-top .slick-dots {
    top: auto;
    bottom: -80px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .careers-page .careers-top .slick-dots li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 45px;
  }
  .culture-page .people-wrap .people-duo {
    flex-direction: column;
  }
  .culture-page .people-wrap .people-duo > li {
    width: 100%;
  }
  .culture-page .people-wrap .people-duo > li:first-child {
    margin-bottom: 60px;
  }
  .culture-page .people-wrap .people-duo .people-txt {
    justify-content: flex-end;
  }
  .culture-page .people-wrap .people-duo .people-txt .txt01 {
    margin-bottom: 45px;
    font-size: 45px;
    line-height: 1em;
    margin-bottom: 0;
  }
  .culture-page .people-wrap .people-duo .people-txt .txt01 br {
    display: none;
  }
  .culture-page .people-wrap .people-duo .people-txt .txt02 {
    font-size: 25px;
    color: #ebebeb;
    line-height: 1em;
    margin-top: 15px;
    font-weight: 500;
  }
  .culture-page .people-wrap .people-duo .people-txt .txt03 {
    margin-top: 50px;
    font-size: 20px;
    font-family: 'Poppins', 'Noto Sans KR';
    color: #ebebebeb;
    line-height: 1.5em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .culture-page .people-wrap .people-duo .people-img,
  .culture-page .people-wrap .people-single .people-img {
    width: 500px;
    padding-top: 690px;
  }
  .culture-page .people-wrap .people-single .people-txt {
    flex: 1;
  }
  .culture-page .people-wrap .people-duo .people-txt {
    margin-left: 120px;
  }
  .culture-page .office-wrap .list-img {
    width: 600px;
  }
  .about-page .about-top .top-txt .txt01 .eng {
    font-size: 55px;
  }
  .about-page .about-top .top-txt .txt01 .kor {
    font-size: 50px;
  }
  .about-page .about-top .top-txt .txt02 {
    margin-top: 120px;
    font-size: 18px;
  }
  .contact-page .box-form .form-input .input-write .write-date {
    justify-content: flex-start;
  }
  .contact-page .box-form .form-input .input-write .write-date > li {
    min-width: auto;
  }
  .contact-page .box-form .form-input .input-write .write-date > li:not(:last-child) {
    margin-right: 15px;
  }
  .contact-page .box-form .form-input .input-write.schedule .write-date:nth-child(1)::after{
    right: -37px;
  }
}
@media all and (max-width: 1600px) {
  .work-top {
    flex-direction: column;
  }
  .work-top .txt01 {
    margin-right: 0;
  }
  .work-top .txt02 {
    width: 100%;
    margin-top: 15px;
  }
  .about-page .about-capa > .inner {
    flex-direction: column;
  }
  .about-page .about-capa .capa-tit {
    width: 100%;
  }
  .about-page .about-capa .capa-list {
    width: 100%;
  }
  .about-page .about-capa .capa-list > li {
    width: 366px;
  }

  .sc-page .inner {
    display: block;
  }
}
@media all and (max-width: 1500px) {
  .work-list-layout2 > li {
    padding: 40px 0;
  }
  .work-list-layout2 .list-info {
    width: 100%;
    position: relative;
    padding-right: 0;
    padding-top: 0;
    top: auto;
    left: auto;
  }
  .work-list-layout2 .list-info .txt02 {
    word-break: keep-all;
    height: auto;
    -webkit-line-clamp: inherit;
  }
  .work-list-layout2 .list-project {
    margin-top: 45px;
    padding-left: 0;
    border: none;
    padding-bottom: 0;
  }
  .work-list-layout2 .list-info .info-view {
    position: absolute;
    top: 12px;
    right: 0;
    margin-top: 0;
    border: none;
    width: auto;
    height: auto;
    line-height: 1em;
    padding-right: 25px;
    background-image: url(/image/sub/view_nav_next.png);
    background-position: 100% 6px;
    background-repeat: no-repeat;
    font-size: 20px;
  }
  .work-list-layout2 .list-info .info-view:hover {
    font-weight: 500;
    color: #111;
  }
  .work-list-layout2 .list-info .info-view::before {
    display: none;
  }
  .careers-page .careers-top .top-wrap .list-txt {
    width: 600px;
  }
  .careers-page .careers-top .top-wrap .list-txt .txt01 {
    font-size: 60px;
  }
  .careers-page .careers-top .top-wrap .list-txt .txt02 {
    font-size: 20px;
  }
  .careers-page .careers-top .top-wrap .list-txt .txt03 {
    font-size: 30px;
    margin-top: 12px;
  }
  .careers-page .careers-top .top-wrap .list-txt .txt04 {
    font-size: 18px;
    margin-top: 15px;
  }
  .culture-page .culture-container .tit {
    font-size: 60px;
  }
  .culture-page .office-wrap .list-txt {
    width: 500px;
  }
  .culture-page .rules-wrap .rules-img {
    width: 600px;
    padding-top: 730px;
  }
  .culture-page .rules-wrap .rules-txt > li:not(:last-child) {
    padding-bottom: 45px;
  }
  .about-page .about-process .process-box .box-img {
    width: 50%;
    padding-top: 43%;
  }
  .about-page .about-process .process-box .box-txt .txt02 {
    font-size: 34px;
  }
  .about-page .about-process .process-box .box-txt .txt03 {
    font-size: 18px;
  }
  .about-page .about-clients .clients-list > li {
    width: 20%;
  }
  .about-page .about-clients .clients-list > li img {
    max-height: 70px;
    max-width: 150px;
  }
  .view-page .view-wrap .view-info .info-desc {
    width: 450px;
  }
  .view-page .view-wrap .view-info .info-award-txt {
    margin-left: 45px;
  }
  .work-list-layout2 .list-info .txt01 {
    display: block;
    padding-right: 140px;
  }
}
@media all and (max-width: 1400px) {
  .sub-tit {
    font-size: 100px;
  }
  .culture-page .phil-list > li {
    width: 100%;
  }
  .about-page .about-top .top-img {
    width: 500px;
    margin-right: 45px;
  }
  .about-page .about-top .top-img img {
    width: 100%;
  }
  .about-page .about-top .top-txt .txt01 br {
    display: none;
    word-break: keep-all;
  }
  .about-page .about-top .top-txt .txt01 .kor {
    font-size: 40px;
  }
  .about-page .about-top .top-txt .txt01 .eng {
    font-size: 45px;
  }
  .about-page .about-top .top-txt .txt02 {
    margin-top: 75px;
    font-size: 16px;
  }
  .about-page .about-top .top-txt .translate-btn {
    font-size: 14px;
  }
  .about-page .about-top .top-txt .txt03 {
    font-size: 22px;
  }
  .about-page .about-top .top-txt .txt03 span {
    font-size: 16px;
  }
  .about-award__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media all and (max-width: 1300px) {
  .sub-tit {
    font-size: 90px;
  }
  .contact-page .contact-txt.video {
    display: none;
  }
  .contact-page .box-form .form-input .input-write .write-check {
    width: 100%;
  }
  .culture-page .office-wrap .list-img {
    width: 500px;
  }
  .culture-page .rules-wrap .rules-txt .txt01 {
    font-size: 24px;
  }
  .culture-page .rules-wrap .rules-txt .txt02 {
    font-size: 16px;
    margin-top: 10px;
  }
  .culture-page .rules-wrap .rules-txt > li:not(:last-child) {
    padding-bottom: 40px;
  }
  .culture-page .rules-wrap .rules-img {
    width: 500px;
    padding-top: 609px;
  }
  .about-page .about-capa .capa-list > li {
    width: 50%;
  }
  .about-page .about-clients .clients-list .item {
    width: 20%;
  }
  .about-page .about-top .top-txt .txt03:not(:last-child) {
    margin-right: 25px;
  }
}
