@charset "UTF-8";
/* 오버레이 */
/*/////////커스텀 컬러*/
.project-sec {
  overflow: hidden;
  padding-top: 100px;
}
.project-sec .backLine-box {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 100%;
  display: flex;
}
.project-sec .backLine-box .backLin-left {
  width: 50%;
  display: flex;
  border-right: 1px solid #f2f2f5;
}
.project-sec .backLine-box .backLin-left .backLin-leftBG {
  width: 50%;
  height: 100%;
}
.project-sec .backLine-box .backLin-right {
  width: 50%;
}
.project-sec .project-wrap {
  width: 100%;
  padding: 0 60px;
  display: flex;
  flex-wrap: wrap;
}
.project-sec .project-wrap .project-item {
  width: 50%;
  margin-bottom: 50px;
}
.project-sec .project-wrap .project-item a {
  width: 100%;
}
.project-sec .project-wrap .project-item a .topImg-bx {
  overflow: hidden;
  background-color: #101010;
}
.project-sec .project-wrap .project-item a .topImg-bx .topImg {
  width: 100%;
  height: 500px;
  opacity: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 1s ease, opacity 1s ease;
}
.project-sec .project-wrap .project-item a .topImg-bx:hover .topImg {
  transform: scale(1.15);
  opacity: 0.5;
}
.project-sec .project-wrap .project-item a .botTex-bx {
  display: flex;
  flex-direction: column;
  padding: 30px 5px;
}
.project-sec .project-wrap .project-item a .botTex-bx p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif;
  color: #939599;
  text-align: left;
}
.project-sec .project-wrap .project-item a .botTex-bx p span {
  color: #e03838;
}
.project-sec .project-wrap .project-item a .botTex-bx h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  font-family: "Noto Sans KR", sans-serif;
  color: #2f3033;
}
.project-sec .project-wrap .project-item:nth-of-type(2n - 1) {
  padding-right: 20px;
}
.project-sec .project-wrap .project-item:nth-of-type(2n) {
  padding-left: 20px;
}

@media screen and (max-width: 1920px) {
  .project-sec {
    padding-top: 100px;
  }
  .project-sec .backLine-box {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 100%;
    display: flex;
  }
  .project-sec .backLine-box .backLin-left {
    width: 50%;
    display: flex;
    border-right: 1px solid #f2f2f5;
  }
  .project-sec .backLine-box .backLin-left .backLin-leftBG {
    width: 50%;
    height: 100%;
  }
  .project-sec .backLine-box .backLin-right {
    width: 50%;
  }
  .project-sec .project-wrap {
    width: 100%;
    padding: 0 40px;
    display: flex;
    flex-wrap: wrap;
    transition: padding 1s ease;
  }
  .project-sec .project-wrap .project-item {
    width: 50%;
    margin-bottom: 50px;
  }
  .project-sec .project-wrap .project-item a {
    width: 100%;
  }
  .project-sec .project-wrap .project-item a .topImg-bx {
    overflow: hidden;
    background-color: #101010;
  }
  .project-sec .project-wrap .project-item a .topImg-bx .topImg {
    width: 100%;
    height: 400px;
    opacity: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 1s ease, opacity 1s ease, height 1s ease;
  }
  .project-sec .project-wrap .project-item a .topImg-bx:hover .topImg {
    transform: scale(1.15);
    opacity: 0.5;
  }
  .project-sec .project-wrap .project-item a .botTex-bx {
    display: flex;
    flex-direction: column;
    padding: 30px 5px;
  }
  .project-sec .project-wrap .project-item a .botTex-bx p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    color: #939599;
    text-align: left;
  }
  .project-sec .project-wrap .project-item a .botTex-bx p span {
    color: #e03838;
  }
  .project-sec .project-wrap .project-item a .botTex-bx h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    font-family: "Noto Sans KR", sans-serif;
    color: #2f3033;
  }
  .project-sec .project-wrap .project-item:nth-of-type(2n - 1) {
    padding-right: 20px;
  }
  .project-sec .project-wrap .project-item:nth-of-type(2n) {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .project-sec {
    padding-top: 70px;
  }
  .project-sec .backLine-box {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 100%;
    display: flex;
  }
  .project-sec .backLine-box .backLin-left {
    width: 50%;
    display: flex;
    border-right: 1px solid #f2f2f5;
  }
  .project-sec .backLine-box .backLin-left .backLin-leftBG {
    width: 50%;
    height: 100%;
  }
  .project-sec .backLine-box .backLin-right {
    width: 50%;
  }
  .project-sec .project-wrap {
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    transition: padding 1s ease;
  }
  .project-sec .project-wrap .project-item {
    width: 50%;
    margin-bottom: 30px;
  }
  .project-sec .project-wrap .project-item a {
    width: 100%;
  }
  .project-sec .project-wrap .project-item a .topImg-bx {
    overflow: hidden;
    background-color: #101010;
  }
  .project-sec .project-wrap .project-item a .topImg-bx .topImg {
    width: 100%;
    height: 330px;
    opacity: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 1s ease, opacity 1s ease, height 1s ease;
  }
  .project-sec .project-wrap .project-item a .topImg-bx:hover .topImg {
    transform: scale(1.15);
    opacity: 0.5;
  }
  .project-sec .project-wrap .project-item a .botTex-bx {
    display: flex;
    flex-direction: column;
    padding: 20px 5px;
  }
  .project-sec .project-wrap .project-item a .botTex-bx p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    color: #939599;
    text-align: left;
  }
  .project-sec .project-wrap .project-item a .botTex-bx p span {
    color: #e03838;
  }
  .project-sec .project-wrap .project-item a .botTex-bx h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    font-family: "Noto Sans KR", sans-serif;
    color: #2f3033;
  }
  .project-sec .project-wrap .project-item:nth-of-type(2n - 1) {
    padding-right: 10px;
  }
  .project-sec .project-wrap .project-item:nth-of-type(2n) {
    padding-left: 10px;
  }
}
@media (max-width: 991.99px) and (min-width: 768px) {
  .project-sec {
    padding-top: 50px;
  }
  .project-sec .backLine-box {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 100%;
    display: flex;
  }
  .project-sec .backLine-box .backLin-left {
    width: 50%;
    display: flex;
    border-right: 1px solid #f2f2f5;
  }
  .project-sec .backLine-box .backLin-left .backLin-leftBG {
    width: 50%;
    height: 100%;
  }
  .project-sec .backLine-box .backLin-right {
    width: 50%;
  }
  .project-sec .project-wrap {
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    transition: padding 1s ease;
  }
  .project-sec .project-wrap .project-item {
    width: 50%;
    margin-bottom: 30px;
  }
  .project-sec .project-wrap .project-item a {
    width: 100%;
  }
  .project-sec .project-wrap .project-item a .topImg-bx {
    overflow: hidden;
    background-color: #101010;
  }
  .project-sec .project-wrap .project-item a .topImg-bx .topImg {
    width: 100%;
    height: 260px;
    opacity: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 1s ease, opacity 1s ease, height 1s ease;
  }
  .project-sec .project-wrap .project-item a .topImg-bx:hover .topImg {
    transform: scale(1.15);
    opacity: 0.5;
  }
  .project-sec .project-wrap .project-item a .botTex-bx {
    display: flex;
    flex-direction: column;
    padding: 20px 5px;
  }
  .project-sec .project-wrap .project-item a .botTex-bx p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    color: #939599;
    text-align: left;
  }
  .project-sec .project-wrap .project-item a .botTex-bx p span {
    color: #e03838;
  }
  .project-sec .project-wrap .project-item a .botTex-bx h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    color: #2f3033;
  }
  .project-sec .project-wrap .project-item:nth-of-type(2n - 1) {
    padding-right: 10px;
  }
  .project-sec .project-wrap .project-item:nth-of-type(2n) {
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .project-sec {
    padding-top: 50px;
  }
  .project-sec .backLine-box {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 100%;
    display: flex;
  }
  .project-sec .backLine-box .backLin-left {
    width: 50%;
    display: flex;
    border-right: 1px solid #f2f2f5;
  }
  .project-sec .backLine-box .backLin-left .backLin-leftBG {
    width: 50%;
    height: 100%;
  }
  .project-sec .backLine-box .backLin-right {
    width: 50%;
  }
  .project-sec .project-wrap {
    width: 100%;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    transition: padding 1s ease;
  }
  .project-sec .project-wrap .project-item {
    width: 50%;
    margin-bottom: 30px;
  }
  .project-sec .project-wrap .project-item a {
    width: 100%;
  }
  .project-sec .project-wrap .project-item a .topImg-bx {
    overflow: hidden;
    background-color: #101010;
  }
  .project-sec .project-wrap .project-item a .topImg-bx .topImg {
    width: 100%;
    height: 210px;
    opacity: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 1s ease, opacity 1s ease, height 1s ease;
  }
  .project-sec .project-wrap .project-item a .topImg-bx:hover .topImg {
    transform: scale(1.15);
    opacity: 0.5;
  }
  .project-sec .project-wrap .project-item a .botTex-bx {
    display: flex;
    flex-direction: column;
    padding: 20px 5px;
  }
  .project-sec .project-wrap .project-item a .botTex-bx p {
    margin: 0;
    font-size: 13px;
    font-weight: 200;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    color: #939599;
    text-align: left;
  }
  .project-sec .project-wrap .project-item a .botTex-bx p span {
    color: #e03838;
  }
  .project-sec .project-wrap .project-item a .botTex-bx h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    color: #2f3033;
  }
  .project-sec .project-wrap .project-item:nth-of-type(2n - 1) {
    padding-right: 10px;
  }
  .project-sec .project-wrap .project-item:nth-of-type(2n) {
    padding-left: 10px;
  }
}
@media (max-width: 575.99px) and (min-width: 420px) {
  .project-sec {
    padding-top: 50px;
  }
  .project-sec .backLine-box {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 100%;
    display: flex;
  }
  .project-sec .backLine-box .backLin-left {
    width: 50%;
    display: flex;
    border-right: 0px solid #f2f2f5;
  }
  .project-sec .backLine-box .backLin-left .backLin-leftBG {
    width: 50%;
    height: 100%;
  }
  .project-sec .backLine-box .backLin-right {
    width: 50%;
  }
  .project-sec .project-wrap {
    width: 100%;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    transition: padding 1s ease;
  }
  .project-sec .project-wrap .project-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .project-sec .project-wrap .project-item a {
    width: 100%;
  }
  .project-sec .project-wrap .project-item a .topImg-bx {
    overflow: hidden;
    background-color: #101010;
  }
  .project-sec .project-wrap .project-item a .topImg-bx .topImg {
    width: 100%;
    height: 270px;
    opacity: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 1s ease, opacity 1s ease, height 1s ease;
  }
  .project-sec .project-wrap .project-item a .topImg-bx:hover .topImg {
    transform: scale(1.15);
    opacity: 0.5;
  }
  .project-sec .project-wrap .project-item a .botTex-bx {
    display: flex;
    flex-direction: column;
    padding: 20px 5px;
  }
  .project-sec .project-wrap .project-item a .botTex-bx p {
    margin: 0;
    font-size: 13px;
    font-weight: 200;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    color: #939599;
    text-align: left;
  }
  .project-sec .project-wrap .project-item a .botTex-bx p span {
    color: #e03838;
  }
  .project-sec .project-wrap .project-item a .botTex-bx h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    color: #2f3033;
  }
  .project-sec .project-wrap .project-item:nth-of-type(2n - 1) {
    padding-right: 0px;
  }
  .project-sec .project-wrap .project-item:nth-of-type(2n) {
    padding-left: 0px;
  }
}
@media (max-width: 419.99px) {
  .project-sec {
    padding-top: 40px;
  }
  .project-sec .backLine-box {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 100%;
    display: flex;
  }
  .project-sec .backLine-box .backLin-left {
    width: 50%;
    display: flex;
    border-right: 0px solid #f2f2f5;
  }
  .project-sec .backLine-box .backLin-left .backLin-leftBG {
    width: 50%;
    height: 100%;
  }
  .project-sec .backLine-box .backLin-right {
    width: 50%;
  }
  .project-sec .project-wrap {
    width: 100%;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    transition: padding 1s ease;
  }
  .project-sec .project-wrap .project-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .project-sec .project-wrap .project-item a {
    width: 100%;
  }
  .project-sec .project-wrap .project-item a .topImg-bx {
    overflow: hidden;
    background-color: #101010;
  }
  .project-sec .project-wrap .project-item a .topImg-bx .topImg {
    width: 100%;
    height: 210px;
    opacity: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 1s ease, opacity 1s ease, height 1s ease;
  }
  .project-sec .project-wrap .project-item a .topImg-bx:hover .topImg {
    transform: scale(1.15);
    opacity: 0.5;
  }
  .project-sec .project-wrap .project-item a .botTex-bx {
    display: flex;
    flex-direction: column;
    padding: 20px 5px;
  }
  .project-sec .project-wrap .project-item a .botTex-bx p {
    margin: 0;
    font-size: 13px;
    font-weight: 200;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    color: #939599;
    text-align: left;
  }
  .project-sec .project-wrap .project-item a .botTex-bx p span {
    color: #e03838;
  }
  .project-sec .project-wrap .project-item a .botTex-bx h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    color: #2f3033;
  }
  .project-sec .project-wrap .project-item:nth-of-type(2n - 1) {
    padding-right: 0px;
  }
  .project-sec .project-wrap .project-item:nth-of-type(2n) {
    padding-left: 0px;
  }
}
.moreBtn-sec {
  padding-top: 30px;
}
.moreBtn-sec ._con .moreBtn--box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.moreBtn-sec ._con .moreBtn--box h1 {
  font-size: 82px;
  font-weight: 800;
  line-height: 82px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #e1e3e5;
  text-align: center;
}
.moreBtn-sec ._con .moreBtn--box p {
  font-size: 14px;
  font-weight: 200;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif;
  color: #2f3033;
  text-align: center;
}
.moreBtn-sec ._con .moreBtn--box p span {
  font-weight: 400;
  margin-bottom: 10px;
}
.moreBtn-sec ._con .moreBtn--box .moreBtn {
  overflow: hidden;
  position: relative;
  margin-top: 50px;
  width: 250px;
  height: 55px;
  border: 1px solid #e03838;
  font-size: 14px;
  font-weight: 300;
  line-height: 55px;
  font-family: "Noto Sans KR", sans-serif;
  color: #e03838;
  text-align: center;
}
.moreBtn-sec ._con .moreBtn--box .moreBtn .a-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e03838;
  transform: translateX(-110%);
}

@media screen and (max-width: 1200px) {
  .moreBtn-sec {
    padding-top: 30px;
  }
  .moreBtn-sec ._con .moreBtn--box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .moreBtn-sec ._con .moreBtn--box h1 {
    font-size: 66px;
    font-weight: 800;
    line-height: 72px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #e1e3e5;
    text-align: center;
  }
  .moreBtn-sec ._con .moreBtn--box p {
    font-size: 14px;
    font-weight: 200;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif;
    color: #2f3033;
    text-align: center;
  }
  .moreBtn-sec ._con .moreBtn--box p span {
    font-weight: 400;
    margin-bottom: 10px;
  }
  .moreBtn-sec ._con .moreBtn--box .moreBtn {
    overflow: hidden;
    position: relative;
    margin-top: 50px;
    width: 250px;
    height: 50px;
    border: 1px solid #e03838;
    font-size: 14px;
    font-weight: 300;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif;
    color: #e03838;
    text-align: center;
  }
  .moreBtn-sec ._con .moreBtn--box .moreBtn .a-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e03838;
    transform: translateX(-110%);
  }
}
@media (max-width: 991.99px) and (min-width: 768px) {
  .moreBtn-sec {
    padding-top: 30px;
  }
  .moreBtn-sec ._con .moreBtn--box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .moreBtn-sec ._con .moreBtn--box h1 {
    font-size: 52px;
    font-weight: 800;
    line-height: 62px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #e1e3e5;
    text-align: center;
  }
  .moreBtn-sec ._con .moreBtn--box p {
    font-size: 14px;
    font-weight: 200;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif;
    color: #2f3033;
    text-align: center;
  }
  .moreBtn-sec ._con .moreBtn--box p span {
    font-weight: 400;
    margin-bottom: 10px;
  }
  .moreBtn-sec ._con .moreBtn--box .moreBtn {
    overflow: hidden;
    position: relative;
    margin-top: 50px;
    width: 250px;
    height: 50px;
    border: 1px solid #e03838;
    font-size: 14px;
    font-weight: 300;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif;
    color: #e03838;
    text-align: center;
  }
  .moreBtn-sec ._con .moreBtn--box .moreBtn .a-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e03838;
    transform: translateX(-110%);
  }
}
@media screen and (max-width: 768px) {
  .moreBtn-sec {
    padding-top: 30px;
  }
  .moreBtn-sec ._con .moreBtn--box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .moreBtn-sec ._con .moreBtn--box h1 {
    font-size: 52px;
    font-weight: 800;
    line-height: 62px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #e1e3e5;
    text-align: center;
  }
  .moreBtn-sec ._con .moreBtn--box p {
    font-size: 13px;
    font-weight: 200;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif;
    color: #2f3033;
    text-align: center;
  }
  .moreBtn-sec ._con .moreBtn--box p span {
    font-weight: 400;
    margin-bottom: 10px;
  }
  .moreBtn-sec ._con .moreBtn--box .moreBtn {
    overflow: hidden;
    position: relative;
    margin-top: 40px;
    width: 210px;
    height: 40px;
    border: 1px solid #e03838;
    font-size: 14px;
    font-weight: 300;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif;
    color: #e03838;
    text-align: center;
  }
  .moreBtn-sec ._con .moreBtn--box .moreBtn .a-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e03838;
    transform: translateX(-110%);
  }
}
@media (max-width: 575.99px) and (min-width: 420px) {
  .moreBtn-sec {
    padding-top: 30px;
  }
  .moreBtn-sec ._con .moreBtn--box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 30px;
  }
  .moreBtn-sec ._con .moreBtn--box h1 {
    font-size: 38px;
    font-weight: 800;
    line-height: 42px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #e1e3e5;
    text-align: center;
  }
  .moreBtn-sec ._con .moreBtn--box p {
    font-size: 13px;
    font-weight: 200;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif;
    color: #2f3033;
    text-align: center;
  }
  .moreBtn-sec ._con .moreBtn--box p br {
    display: none;
  }
  .moreBtn-sec ._con .moreBtn--box p span {
    font-weight: 400;
    margin-bottom: 10px;
  }
  .moreBtn-sec ._con .moreBtn--box .moreBtn {
    overflow: hidden;
    position: relative;
    margin-top: 40px;
    width: 210px;
    height: 40px;
    border: 1px solid #e03838;
    font-size: 14px;
    font-weight: 300;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif;
    color: #e03838;
    text-align: center;
  }
  .moreBtn-sec ._con .moreBtn--box .moreBtn .a-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e03838;
    transform: translateX(-110%);
  }
}
@media (max-width: 419.99px) {
  .moreBtn-sec {
    padding-top: 10px;
  }
  .moreBtn-sec ._con .moreBtn--box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 30px;
  }
  .moreBtn-sec ._con .moreBtn--box h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #e1e3e5;
    text-align: center;
  }
  .moreBtn-sec ._con .moreBtn--box p {
    font-size: 13px;
    font-weight: 200;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif;
    color: #2f3033;
    text-align: center;
  }
  .moreBtn-sec ._con .moreBtn--box p br {
    display: none;
  }
  .moreBtn-sec ._con .moreBtn--box p span {
    font-weight: 400;
    margin-bottom: 10px;
  }
  .moreBtn-sec ._con .moreBtn--box .moreBtn {
    overflow: hidden;
    position: relative;
    margin-top: 40px;
    width: 210px;
    height: 40px;
    border: 1px solid #e03838;
    font-size: 14px;
    font-weight: 300;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif;
    color: #e03838;
    text-align: center;
  }
  .moreBtn-sec ._con .moreBtn--box .moreBtn .a-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e03838;
    transform: translateX(-110%);
  }
}

/*# sourceMappingURL=port.css.map */
