@charset "UTF-8";
/* 검색 */
/*
스크롤 이벤트 */
.visual-tit,
.sub-txt,
.link-item,
.left,
.right,
.img-box,
.cate-nav,
.article,
.his-list,
.table,
.thumb-list,
.table-header,
.product-list,
.form-wrap .btn,
.view-wrap,
.view-bottom {
  opacity: 0;
}

/*
공통 */
.header-wrap {
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

/* 비주얼 */
.visual-wrap {
  position: relative;
  width: 100%;
  height: 58rem;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("https://motorseven.cdn1.cafe24.com/img/sub/visual.jpg");
}
.visual-wrap .visual-tit-wrap {
  padding-top: 30rem;
  color: #fff;
}
.visual-wrap .visual-tit {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  text-align: center;
}

@media all and (max-width: 85.375rem) {
  .visual-wrap {
    height: 45rem;
  }
  .visual-wrap .visual-tit-wrap {
    padding-top: 20rem;
  }
  .visual-wrap .visual-tit {
    font-size: 4rem;
  }
  .visual-wrap .visual-desc {
    font-size: 3rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .visual-wrap {
    height: 35rem;
  }
  .visual-wrap .visual-tit-wrap {
    padding-top: 15rem;
  }
  .visual-wrap .visual-tit {
    font-size: 3rem;
  }
  .visual-wrap .visual-desc {
    font-size: 2rem;
  }
}
/*
서브 네비게이션 */
.sub-nav-wrap {
  overflow: hidden;
  overflow-x: auto;
  position: absolute;
  max-width: 100%;
  top: 41rem;
  left: 50%;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.sub-nav-wrap::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.sub-nav-wrap .sub-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1rem;
}
.sub-nav-wrap .sub-nav li {
  width: 25.4rem;
  height: 5rem;
}
.sub-nav-wrap .sub-nav li a {
  display: block;
  width: inherit;
  height: inherit;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 5rem;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.sub-nav-wrap .sub-nav li.active a {
  font-weight: 700;
  background: #003894;
}

.section {
  margin: 12rem 0;
}
.section:last-child {
  margin-bottom: 18rem;
}
.section.sec-bg {
  margin: 0;
  padding: 12rem 0;
  background-color: #F2F5FA;
}
.section.sec-bg:last-child {
  margin-bottom: 0;
  padding-bottom: 18rem;
}

.sec-tit-wrap {
  margin-bottom: 8rem;
}

.sec-tit {
  font-size: var(--sec-tit);
  font-weight: 700;
  line-height: 120.833%;
  text-align: center;
}

.sub-tit {
  font-size: var(--sub-tit);
  font-weight: 700;
  line-height: 1.25;
}

.article {
  margin: 12rem 0;
}
.article:last-child {
  margin-bottom: 0;
}

@media all and (max-width: 85.375rem) {
  .sub-nav-wrap {
    padding: 0 4rem;
    top: 30rem;
    min-width: 100%;
  }
  .sub-nav-wrap .sub-nav li {
    width: 20rem;
  }
  .article {
    margin: 8rem 0;
  }
}
@media all and (max-width: 63.9375rem) {
  .sub-nav-wrap {
    display: flex;
    justify-content: flex-start;
    left: 0;
    top: 30rem;
    padding: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .sec-tit-wrap {
    margin-bottom: 4rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .sub-nav-wrap {
    left: 0;
    top: 25rem;
  }
  .section {
    margin: 6rem 0;
  }
  .section:last-child {
    margin-bottom: 8rem;
  }
  .section.sec-bg {
    margin: 0;
    padding: 6rem 0;
  }
  .section.sec-bg:last-child {
    margin-bottom: 0;
    padding-bottom: 8rem;
  }
  .sec-sub-tit {
    line-height: 1.2;
  }
}
@media all and (max-width: 47.9375rem) {
  .sec-txt-wrap {
    margin-bottom: 4rem;
  }
}
/*-- 페이지 --*/
/*
인사말 */
.greeting .sec-01 {
  overflow: hidden;
  margin: 0;
  padding: 12rem 0 18rem;
  background: url("https://motorseven.cdn1.cafe24.com/img/sub/company/greeting-bg.jpg") center bottom/cover no-repeat;
}
.greeting .sec-01 .row-wrap .sec-tit-wrap .sec-tit {
  text-align: left;
}
.greeting .sec-01 .row-wrap .sec-tit-wrap .sec-tit span {
  color: #003894;
}
.greeting .sec-01 .left {
  width: 33.842%;
  max-width: 52.8rem;
}
.greeting .sec-01 .right {
  position: relative;
  flex: 1 1 0;
  height: 50rem;
}
.greeting .sec-01 .right .img-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 63.125vw;
  height: inherit;
  font-size: 0;
}
.greeting .sec-01 .right .img-box img {
  -o-object-position: left;
     object-position: left;
}
.greeting .article .right {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 2.4rem;
  height: auto;
  font-size: var(--desc);
  line-height: 155.556%;
}
.greeting .article .right .lg-txt {
  font-size: var(--tit);
  font-weight: 500;
  line-height: 1.6;
}

@media all and (max-width: 63.9375rem) {
  .greeting .sec-01 .left {
    width: 26rem;
    min-width: 20rem;
  }
  .greeting .sec-01 .right .img-box {
    width: calc(100vw - 22rem);
  }
}
@media all and (max-width: 47.9375rem) {
  .greeting .section {
    padding: 8rem 0 12rem;
  }
  .greeting .row-wrap {
    flex-direction: column;
  }
  .greeting .sec-01 .left {
    width: 100%;
    max-width: none;
  }
  .greeting .sec-01 .left .sub-tit {
    margin-bottom: 2rem;
  }
  .greeting .sec-01 .right {
    height: auto;
  }
  .greeting .sec-01 .right .img-box {
    position: relative;
    width: 100%;
  }
}
/*
연혁&개요 */
.history .sec-tit {
  text-align: left;
}
.history .sec-tit span {
  color: #003894;
}

.his-list {
  display: grid;
  grid-template-columns: repeat(7, minmax(10%, 20.2rem));
  gap: 0 2.4rem;
  position: relative;
}
.his-list::after {
  position: absolute;
  left: 50%;
  top: 7.2rem;
  width: calc(100% - 8rem);
  height: 0.4rem;
  content: "";
  background-color: #003894;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.his-list li {
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.his-list li .line {
  width: 0.6rem;
}
.his-list li:nth-of-type(odd) .line {
  height: 4.6rem;
  background: url("https://motorseven.cdn1.cafe24.com/img/sub/company/line-1.png") center no-repeat;
}
.his-list li:nth-of-type(even) .line {
  height: 8.6rem;
  background: url("https://motorseven.cdn1.cafe24.com/img/sub/company/line-2.png") center no-repeat;
}
.his-list .year {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14rem;
  height: 14rem;
  font-size: var(--sub-tit);
  font-weight: 800;
  color: #fff;
  background-color: #003894;
  border: 1rem solid #F2F5FA;
  border-radius: 7rem;
  -webkit-border-radius: 7rem;
  -moz-border-radius: 7rem;
  -ms-border-radius: 7rem;
  -o-border-radius: 7rem;
}
.his-list .line {
  position: relative;
  margin: 1rem 0 2.4rem;
  width: 1px;
}
.his-list dl {
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
}
.his-list dl dt {
  color: #778288;
}

@media all and (max-width: 64rem) {
  .his-list::after {
    top: 5.2rem;
  }
  .his-list li .year {
    width: 10rem;
    height: 10rem;
    font-size: var(--desc);
  }
}
@media all and (max-width: 63.9375rem) {
  .his-list {
    grid-template-columns: repeat(4, minmax(10%, 25%));
    gap: 2.4rem;
  }
  .his-list::after {
    width: 80%;
  }
  .his-list::before {
    position: absolute;
    left: 8rem;
    top: 35.5rem;
    width: 50%;
    height: 0.4rem;
    content: "";
    background-color: #003894;
  }
}
@media all and (max-width: 47.9375rem) {
  .his-list {
    grid-template-columns: repeat(2, minmax(10%, 50%));
    flex-wrap: wrap;
    gap: 2.4rem;
  }
  .his-list::after {
    width: 60%;
  }
  .his-list::before {
    left: 50%;
    width: 60%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .his-list li:nth-of-type(5) {
    position: relative;
  }
  .his-list li:nth-of-type(5)::after {
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 5rem;
    width: 100%;
    height: 0.4rem;
    content: "";
    background-color: #003894;
  }
}
/*
bi
*/
.bi-nav-wrap .sec-tit {
  line-height: 120.833%;
}
.bi-nav-wrap .bi-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  margin: 12rem 0;
  font-size: var(--desc);
  line-height: 155.556%;
}
.bi-nav-wrap .bi-nav a {
  font-weight: 500;
  color: #778288;
  line-height: 155.556%;
}
.bi-nav-wrap .bi-nav li.active a {
  font-weight: 700;
  color: #003894;
  border-bottom: 1px solid #003894;
}

.bi .article:nth-of-type(1) {
  margin-top: 0;
}
.bi .row-wrap .left {
  width: 19.39%;
  min-width: 20rem;
  max-width: 24rem;
}
.bi .row-wrap .right > dl {
  margin-bottom: 6rem;
}
.bi .row-wrap .right > dl dt {
  margin-bottom: 1rem;
  font-size: var(--tit);
  font-weight: 700;
  line-height: 1.6;
}
.bi .row-wrap .right > dl dd {
  font-size: var(--desc);
  line-height: 155.556%;
}
.bi .row-wrap .right .line-box {
  padding: 2.4rem;
  height: 34rem;
  border: 1px solid #D4D9DC;
}
.bi .bi-wrap {
  display: grid;
  grid-template-columns: minmax(49%, 63.6rem) minmax(28.7%, 37.2rem);
  gap: 0 2.4rem;
}
.bi .img-box > p {
  margin-top: 2rem;
  font-size: var(--com-f);
  color: #778288;
  line-height: 1.5;
  text-align: center;
}
.bi .figure {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.bi .figure img {
  width: auto;
  height: auto;
}
.bi .color-box {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 4.6rem 2.4rem;
}
.bi .color-box .color {
  display: flex;
  justify-content: space-between;
}
.bi .color-box .color img {
  width: 10rem;
  height: 10rem;
}
.bi .color-box .color dl {
  font-size: var(--com-f);
  color: #778288;
  line-height: 1.5;
}
.bi .color-box .color dl dt {
  font-weight: 600;
}
.bi .img-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  padding: 4.4rem 2.4rem;
}

@media all and (max-width: 85.375rem) {
  .bi .row-wrap .right .line-box {
    height: 30rem;
  }
}
@media all and (max-width: 64rem) {
  .bi .row-wrap .right .line-box {
    height: 23rem;
  }
  .bi .color-box .color {
    align-items: flex-end;
  }
  .bi .color-box .color img {
    width: 7rem;
    height: 7rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .bi-nav-wrap .bi-nav {
    margin: 8rem 0;
  }
  .bi .row-wrap {
    flex-direction: column;
  }
  .bi .row-wrap .sub-tit {
    margin-bottom: 4rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .bi .bi-wrap {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
  .bi .row-wrap .sub-tit {
    margin-bottom: 2rem;
  }
  .bi .row-wrap .right > dl {
    margin-bottom: 3rem;
  }
  .bi .row-wrap .right .line-box {
    min-height: 20rem;
    height: auto;
  }
  .bi .row-wrap .line-box:not(.img-grid) .figure img {
    width: -moz-fit-content;
    width: fit-content;
    max-height: calc(100% - 4.8rem);
    -o-object-fit: contain;
       object-fit: contain;
  }
  .bi .color-box .color img {
    width: 6rem;
    height: 6rem;
  }
  .bi .img-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/*
파트너 */
.logo-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(23.846%, 37.2rem));
  gap: 4.8rem 1.2rem;
  margin-top: 4rem;
}
.logo-list li .figure {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.logo-list li .figure figcaption {
  font-size: var(--com-f);
  line-height: 1.5;
}

@media all and (max-width: 63.9375rem) {
  .logo-list {
    grid-template-columns: repeat(3, minmax(calc(33.3333333333% - 0.8rem), 37.2rem));
    gap: 3.6rem 1.2rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .logo-list {
    grid-template-columns: repeat(2, minmax(calc(50% - 0.8rem), 37.2rem));
    gap: 2.4rem 1.2rem;
  }
}
/*
브랜드 */
/*브랜드 네비게이션 (3depth) */
.brand-nav .figure {
  border: 1px solid #D4D9DC;
}

/*브랜드 카테고리 (4depth) */
.cate-nav-wrap {
  overflow: hidden;
  overflow-x: auto;
  position: relative;
  margin: 4rem auto;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.cate-nav-wrap::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.cate-nav-wrap.down {
  cursor: pointer;
}
.cate-nav-wrap.down::after {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
}
.cate-nav-wrap .cate-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  font-size: var(--desc);
  line-height: 155.556%;
}
.cate-nav-wrap .cate-nav a {
  font-weight: 500;
  color: #778288;
  line-height: 155.556%;
  white-space: nowrap;
}
.cate-nav-wrap .cate-nav li.active a {
  font-weight: 700;
  color: #003894;
  border-bottom: 1px solid #003894;
}

.brand-nav-wrap .sec-tit {
  margin-bottom: 8rem;
}

.cate-nav-wrap .sec-tit {
  margin-bottom: 8rem;
}

.brand .sec-01 {
  margin-top: 4rem;
}

.product-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(18.7%, 29.2rem));
  flex-wrap: wrap;
  gap: 4rem 2.5rem;
}
.product-list .item {
  text-align: center;
}
.product-list .item .figure {
  overflow: hidden;
  position: relative;
  margin-bottom: 1.2rem;
  padding-bottom: 65.075%;
}
.product-list .item .figure img {
  position: absolute;
  left: 0;
  top: 0;
}
.product-list .item .item-tit {
  line-height: 1.5;
}
.product-list .item .desc {
  overflow: hidden;
  display: -webkit-box;
  width: 100%;
  font-family: "Pretendard";
  text-overflow: ellipsis;
  line-height: 1.5;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

@media all and (max-width: 85.375rem) {
  .product-list {
    grid-template-columns: repeat(4, minmax(18.7%, 29.2rem));
  }
}
@media all and (max-width: 64rem) {
  .product-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 63.9375rem) {
  .product-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 47.9375rem) {
  .product-list {
    grid-template-columns: 1fr;
  }
}
/*
directions*/
.directions .sec-01 {
  overflow: hidden;
}
.directions .row-wrap {
  position: relative;
  height: 46.8rem;
  gap: 0 2.4rem;
}
.directions .sec-tit {
  text-align: left;
}
.directions .left {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 24.946%;
  max-width: 37.2rem;
}
.directions .address-wrap {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.4rem 0;
  margin-top: auto;
  line-height: 1.6;
}
.directions .address-wrap dt {
  min-width: 6.6rem;
  font-size: var(--tit);
  font-weight: 700;
}
.directions .address-wrap dt span {
  position: relative;
}
.directions .address-wrap dt span::after {
  content: ".";
  font-size: 1.2em;
  color: #EA5504;
}
.directions .address-wrap dd {
  font-size: var(--desc);
}
.directions .address-wrap dl:not(:first-child) {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.2rem;
}
.directions .address-wrap dl:first-child dt {
  margin-bottom: 0.8rem;
}
.directions .map-wrap {
  position: relative;
  height: inherit;
  font-size: 0;
}
.directions .map-wrap .map {
  position: absolute;
  left: 0;
  width: 69.5vw;
  height: inherit;
}
.directions .map-wrap .map iframe {
  width: 100%;
  height: 100%;
}

@media all and (max-width: 63.9375rem) {
  .directions .row-wrap {
    flex-direction: column;
    height: auto;
  }
  .directions .left {
    width: 100%;
    max-width: none;
  }
  .directions .address-wrap {
    margin-bottom: 4rem;
    gap: 1.2rem 0;
  }
  .directions .map-wrap {
    width: 100%;
    height: 30rem;
  }
  .directions .map-wrap .map {
    width: 100%;
  }
}
/*
contact-us*/
.contact-us .sec-01.sec-bg {
  padding-bottom: 0;
}
.contact-us .inner {
  padding-bottom: 12rem;
  background-image: url("https://motorseven.cdn1.cafe24.com/img/main/bg-logo.png");
  background-position: left bottom;
  background-repeat: no-repeat;
}
.contact-us .sec-tit {
  line-height: 1;
}
.contact-us .form-wrap {
  display: flex;
  justify-content: flex-start;
  margin-left: auto;
  width: 67%;
  max-width: 103.2rem;
}
.contact-us .form-wrap form {
  width: 100%;
}
.contact-us .row-form {
  display: flex;
  justify-content: flex-start;
  gap: 0 1.2rem;
  margin-bottom: 4.8rem;
  width: 100%;
}
.contact-us .row-form .input-wrap {
  padding: 1.8rem;
  line-height: 155.556%;
  background-color: #fff;
}
.contact-us .row-form .input-wrap .label {
  position: relative;
  width: 9.1rem;
  font-size: var(--desc);
  font-weight: 500;
}
.contact-us .row-form .left {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 1.2rem 0;
  flex: 1 1 0;
}
.contact-us .row-form .left .input-wrap {
  display: flex;
  justify-content: flex-start;
}
.contact-us .row-form .left .input-wrap .label::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  content: "|";
  font-weight: 100;
  color: #D4D9DC;
}
.contact-us .row-form .left .input-wrap input {
  padding: 0 1.8rem;
  height: 100%;
  flex: 1 1 0;
  outline: none;
  font-size: var(--com-f);
}
.contact-us .row-form .left .input-wrap input::-moz-placeholder {
  font-size: inherit;
  color: #778288;
}
.contact-us .row-form .left .input-wrap input::placeholder {
  font-size: inherit;
  color: #778288;
}
.contact-us .row-form .right {
  width: 48.9%;
  max-width: 50.4rem;
}
.contact-us .row-form .right .input-wrap {
  width: 100%;
  height: 100%;
}
.contact-us .row-form .right .label {
  display: block;
  width: 100%;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #D4D9DC;
}
.contact-us .row-form .right .textarea {
  padding: 1.2rem 0;
  width: 100%;
  height: 100%;
}
.contact-us .row-form .right .textarea textarea {
  width: 100%;
  height: 100%;
  font-size: var(--com-f);
  line-height: 1.5;
  resize: none;
}
.contact-us .row-form .right .textarea textarea::-moz-placeholder {
  font-size: inherit;
  color: #778288;
}
.contact-us .row-form .right .textarea textarea::placeholder {
  font-size: inherit;
  color: #778288;
}
.contact-us .btn {
  margin-left: 1rem;
}

@media all and (max-width: 63.9375rem) {
  .contact-us .row-form {
    flex-direction: column;
    gap: 1.2rem 0;
  }
  .contact-us .row-form .right {
    width: 100%;
    height: 30rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .contact-us .row-form .input-wrap .label {
    min-width: 8.1rem;
  }
  .contact-us .row-wrap {
    flex-direction: column;
  }
  .contact-us .form-wrap {
    width: 100%;
  }
}
/*
테이블 검색*/
.table-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 8rem;
}
.table-header .search-wrap {
  position: relative;
  padding-bottom: 0.8rem;
}
.table-header .search-wrap::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 1rem);
  height: 2px;
  content: "";
  background-color: #003894;
}

@media all and (max-width: 63.9375rem) {
  .table-header {
    margin-bottom: 4rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .table-header {
    align-items: flex-start;
    flex-direction: column;
  }
  .table-header .sec-tit {
    margin-bottom: 2rem;
  }
}
/*
뉴스 */
.thumb-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(23.84%, 37.2rem));
  gap: 4rem 2.4rem;
  width: 100%;
}
.thumb-list li {
  border: 1px solid #D4D9DC;
}
.thumb-list li a {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
.thumb-list li a::after {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 0px solid #003894;
}
.thumb-list li .thumb {
  overflow: hidden;
  position: relative;
  padding-bottom: 76.22%;
  width: 100%;
  height: 0;
  background-color: #fff;
  border-bottom: 1px solid #D4D9DC;
}
.thumb-list li .thumb::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: transparent;
  transition: background-color 0.3s 0s;
  -webkit-transition: background-color 0.3s 0s;
  -moz-transition: background-color 0.3s 0s;
  -ms-transition: background-color 0.3s 0s;
  -o-transition: background-color 0.3s 0s;
}
.thumb-list li .figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.thumb-list li .txt-wrap {
  padding: 3.2rem 2.4rem;
  text-align: center;
  width: 100%;
}
.thumb-list li .txt-wrap .tit {
  overflow: hidden;
  margin-bottom: 2.4rem;
  width: 100%;
  font-size: var(--tit);
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.thumb-list li .txt-wrap .date {
  color: #778288;
  line-height: 1.5;
}
.thumb-list li .more-btn {
  opacity: 0;
  z-index: 10;
  position: absolute;
  left: 50%;
  top: 54%;
  color: #fff;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: top 0.5s 0s, opacity 0.5s 0s;
  -webkit-transition: top 0.5s 0s, opacity 0.5s 0s;
  -moz-transition: top 0.5s 0s, opacity 0.5s 0s;
  -ms-transition: top 0.5s 0s, opacity 0.5s 0s;
  -o-transition: top 0.5s 0s, opacity 0.5s 0s;
}
.thumb-list li .more-btn::after {
  background-color: #003894;
  left: -0.4rem;
}
.thumb-list li:hover a::after {
  border: 2px solid #003894;
}
.thumb-list li:hover .thumb::after {
  opacity: 0.3;
  background-color: #003894;
  transition: background-color 0.3s 0s;
  -webkit-transition: background-color 0.3s 0s;
  -moz-transition: background-color 0.3s 0s;
  -ms-transition: background-color 0.3s 0s;
  -o-transition: background-color 0.3s 0s;
}
.thumb-list li:hover .more-btn {
  opacity: 1;
  top: 50%;
  font-size: 1.5rem;
  text-align: center;
  transition: top 0.5s 0s, opacity 0.5s 0s;
  -webkit-transition: top 0.5s 0s, opacity 0.5s 0s;
  -moz-transition: top 0.5s 0s, opacity 0.5s 0s;
  -ms-transition: top 0.5s 0s, opacity 0.5s 0s;
  -o-transition: top 0.5s 0s, opacity 0.5s 0s;
}

@media all and (max-width: 85.375rem) {
  .thumb-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(23.84%, 37.2rem));
  }
}
@media all and (max-width: 63.9375rem) {
  .thumb-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(23.84%, 1fr));
  }
}
@media all and (max-width: 47.9375rem) {
  .thumb-list {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 2rem 0;
  }
}
/* 리스트 테이블 */
.noti-table {
  margin: 0 auto;
  width: 100%;
}
.noti-table table {
  width: 100%;
  white-space: nowrap;
  border-top: 2px solid #778288;
  border-bottom: 2px solid #778288;
}
.noti-table thead {
  background-color: #1F1F21;
  color: #fff;
}
.noti-table th {
  padding: 1.6rem;
  height: 6rem;
  text-align: center;
  font-size: var(--desc);
  vertical-align: middle;
}
.noti-table tbody tr {
  border-bottom: 1px solid #D4D9DC;
}
.noti-table tbody td {
  position: relative;
  padding: 1.6rem 2.4rem;
  text-align: center;
  vertical-align: middle;
  height: 6.4rem;
  font-size: var(--tit);
  line-height: 1.6;
}
.noti-table .tit > a {
  overflow: hidden;
  display: block;
  max-width: 100%;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.noti-table .col-1 {
  width: 15.6rem;
}
.noti-table .col-2 {
  width: auto;
}
.noti-table .col-3 {
  width: 15.6rem;
}
.noti-table .col-4 {
  width: 15.6rem;
}

@media all and (max-width: 64rem) {
  .noti-table .col-1,
  .noti-table .col-3,
  .noti-table .col-4 {
    width: 11rem;
  }
  .noti-table tbody td {
    padding: 1.2rem 1rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .noti-table colgroup {
    display: none;
  }
  .noti-table thead {
    display: none !important;
  }
  .noti-table tbody tr {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .noti-table tbody td {
    padding: 0 1rem;
    height: 3.7rem;
    font-size: var(--desc);
    line-height: 3.7rem;
  }
  .noti-table tbody td:nth-of-type(n+3) {
    width: -moz-fit-content;
    width: fit-content;
    height: 2.5rem;
    font-size: var(--com-f);
    text-align: right;
    line-height: 2.5rem;
  }
  .noti-table .num {
    width: 8rem;
  }
  .noti-table .tit {
    width: calc(100% - 8rem);
  }
  .noti-table .tit a {
    height: inherit;
  }
  .noti-table .date {
    width: 25%;
  }
  .noti-table .date::before {
    content: "날짜 : ";
  }
  .noti-table .count {
    width: 25%;
  }
  .noti-table .count::before {
    content: "조회수 : ";
  }
  .noti-table .null td {
    width: 100%;
    font-size: var(--sub-txt);
  }
}
/* 페이지 네이션 */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8rem;
}
.pagination a {
  display: block;
  min-width: 2.1rem;
  height: 2.4rem;
  line-height: 2.4rem;
  text-align: center;
}
.pagination .btn {
  opacity: 0.5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .btn:hover {
  opacity: 1;
}
.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1.2rem;
  margin: 0 5.1rem;
  width: -moz-fit-content;
  width: fit-content;
}
.pagination ul li a {
  display: inline-block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-weight: 400;
  color: #778288;
}
.pagination ul li a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: "";
}
.pagination ul li:hover a, .pagination ul li:focus a {
  color: #003894 !important;
  font-weight: 700;
}
.pagination ul li.active a {
  color: #003894 !important;
  font-weight: 700;
}
.pagination ul li.active a::after {
  background-color: #003894;
}

@media all and (max-width: 63.9375rem) {
  .pagination {
    margin-top: 4rem;
  }
}
/* view */
.view-wrap {
  width: 100%;
}

.view-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.6rem 0 1.6rem 2.4rem;
  border-bottom: 2px solid #000;
}
.view-top .view-tit {
  overflow: hidden;
  position: relative;
  font-size: var(--tit);
  font-weight: 700;
  line-height: 1.6;
}

.view-info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.view-info > * {
  display: block;
  padding: 0 1.2rem;
  min-width: 13.2rem;
  text-align: center;
  color: #778288;
  line-height: 1.5;
}
.view-info dl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.8rem;
}
.view-info dl dt {
  position: relative;
  padding-right: 1rem;
}
.view-info dl dt::after {
  position: absolute;
  right: -0.1rem;
  content: "|";
}

.download-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  padding: 1.2rem 2.4rem 0;
  color: #778288;
  line-height: 1.5;
  border-top: 1px solid #D4D9DC;
}
.download-box .label {
  font-size: var(--sub-txt);
}
.download-box .btn {
  text-align: left;
  font-size: var(--sub-txt);
  font-weight: 300;
  color: inherit;
}

.view-body {
  padding: 4rem 2.4rem;
  line-height: 1.5;
}
.view-body th,
.view-body td {
  vertical-align: middle;
}
.view-body .view-video {
  position: relative;
  margin: 2.4rem auto;
  padding-bottom: 39%;
  width: 80%;
  max-width: 120rem;
  height: 0;
}
.view-body .view-video > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.view-body .view-img {
  margin: 2.4rem 0;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80%;
}

.view-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
}
.view-bottom .next-list,
.view-bottom .prev-list {
  position: relative;
}
.view-bottom .next-list::before,
.view-bottom .prev-list::before {
  position: absolute;
  font-family: "fontello";
  font-size: var(--com-f);
  color: inherit;
}
.view-bottom .next-list:hover,
.view-bottom .prev-list:hover {
  color: #003894;
}
.view-bottom .prev-list {
  padding-left: 1.5rem;
}
.view-bottom .prev-list::before {
  left: 0;
  content: "\e800";
}
.view-bottom .next-list {
  padding-right: 1.5rem;
}
.view-bottom .next-list::before {
  right: 0;
  content: "\e801";
}

@media all and (max-width: 64rem) {
  .view-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .view-info {
    gap: 6rem;
  }
  .view-info > * {
    width: -moz-fit-content;
    width: fit-content;
    min-width: auto;
  }
}
@media all and (max-width: 63.9375rem) {
  .view-top {
    padding: 1rem 2rem;
    gap: 1rem 0;
  }
  .view-info {
    gap: 3rem;
  }
  .view-info > * {
    padding: 0;
  }
  .download-box {
    padding: 1.249rem 2rem;
  }
  .view-body {
    padding: 2rem 2rem 4rem 2rem;
  }
  .view-body .view-video {
    padding-bottom: 58%;
    width: 100%;
  }
  .view-body .view-img {
    max-width: none;
  }
}
@media all and (max-width: 47.9375rem) {
  .view-top {
    padding: 1rem 0;
  }
  .view-body {
    padding: 2rem 0;
  }
  .view-bottom {
    margin-top: 4rem;
  }
  .download-box {
    padding: 1.2rem 0;
  }
}