@charset "utf-8";

@import url("header.css");

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  list-style: none;
  -webkit-text-size-adjust: none;
  word-break: keep-all !important;
}
body {
	font-family: "Pretendard";
	font-size: 1rem;
}

/* 스크롤바 */
body::-webkit-scrollbar {
  width: 10px;
  background-color: rgb(236, 236, 236);
}
body::-webkit-scrollbar-thumb {
  background-color: #333;
  border-radius: 20px;
  background-clip: padding-box;
  border: 2px solid transparent;
}
body::-webkit-scrollbar-track {
  background-color: #e6e6e6;
  box-shadow: inset 0px 0px 1px rgb(211, 211, 211);
}
/* 스크롤바 */

b,
strong {
  font-weight: bold;
}

a:hover,
a:focus {
  text-decoration: none;
}

:root {
  --mainColor: #08348a;
  --subColor: #136ab3;
  --pointColor: #3db4ff;
}

h1 {
  font-size: 48px;
  font-family: "Pretendard";
  font-weight: 600;
}
h2 {
  font-size: 34px;
  font-family: "Pretendard";
}

/* ======================= 메인 ======================= */

/* top 탑버튼 */

.page_top {
  display: none;
}
#main_02 .view_more_btn a:hover {
  border-color: #fff;
}

#main_02 .view_more_btn a span {
  display: inline-block;
  position: relative;
}

#main_02 .view_more_btn a:hover span {
  animation: arrow_move 0.7s infinite linear;
}

@keyframes arrow_move {
  0% {
    opacity: 0;
    left: 0;
  }

  100% {
    opacity: 1;
    left: 5px;
  }
}

#main_02 .main_02_inner {
  width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}

#main_02 .main_02_inner .news_top {
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

#main_02 .main_02_inner .news_top .controlBtn {
  display: flex;
  gap: 48px;
}

#main_02 .main_02_inner .news_top .controlBtn > div {
  width: 21px;
  height: 35px;
  cursor: pointer;
  opacity: 0.4;
}

#main_02 .main_02_inner .news_top .controlBtn > div:hover {
  opacity: 1;
  transition: 0.3s;
}

#main_02 .main_02_inner .news_top .controlBtn .arrowL {
  background: url("/kor/img/main/btn_prev.png") no-repeat;
}

#main_02 .main_02_inner .news_top .controlBtn .arrowR {
  background: url("/kor/img/main/btn_next.png") no-repeat;
}

#main_02 .cont_title h3 {
  margin-top: 24px;
}

#main_02 .swiper2 .swiper-wrapper {
  /* transform: translate3d(0px, 0px, 0px); */
  height: fit-content;
}

#main_02 .swiper2 .swiper-slide .work_img {
  overflow: hidden;
  position: relative;
}

#main_02 .swiper2 .swiper-slide:hover .work_img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("/kor/img/main/mask.png");
  mask-image: url("/kor/img/main/mask.png");
  background: rgb(8 52 138 / 60%);
  mask-size: cover;
  overflow: hidden;
}
#main_02 .swiper2 .swiper-slide .work_img img {
  overflow: hidden;
}
#main_02 .swiper2 .swiper-slide .work_info {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 40px;
}

#main_02 .swiper2 .swiper-slide .work_info h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  /* transition: transform 0.6s ease-in-out;
    transition: margin-bottom 0.6s ease-in-out; */
}

#main_02 .swiper2 .swiper-slide .work_img:hover .work_info h2 {
  /* margin-bottom: 37px;
    transform: translateY(-37px); */
}

#main_02 .view_more_btn {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  /* transition: max-height .6s ease, opacity .6s ease; */
  transition: all 0.6s;
}

#main_02 .swiper2 .work_img:hover .view_more_btn {
  max-height: 150px;
  opacity: 1;
  margin-top: 30px;
}

#main_02 .view_more_btn a {
  display: inline-block;
  border-radius: 2rem;
  font-size: 18px;
  color: #fff;
}

#main_02 .main_02_inner {
  padding: 135px 0 140px;
}

#main_02 .cont_title h3 {
  font-size: 24px;
  color: var(--mainColor);
  margin: 0 0 60px;
  font-weight: bold;
}

#main_02 .cont_title h1 {
  font-size: 48px;
  color: #000;
  font-weight: bold;
  line-height: 1.5;
}

#main_02 .cont_title h1 p {
  color: #999;
}

#main_02 .swiper-slide .work_img {
  position: relative;
}

#main_02 .swiper-slide .work_img:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  mix-blend-mode: overlay;
  text-align: center;
}

#main_02 .swiper2 .swiper-slide {
  /* transition: transform 0.5s ease, margin-bottom 0.5s ease; */
  transition-timing-function: ease-out;
}

#main_03 {
  width: 100%;
  padding: 130px 0 118px;
}
#main_03 .main_03_inner {
  width: 1400px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
#main_03 .main_03_inner span {
  font-size: 24px;
  font-weight: 600;
}
#main_03 .main_03_inner p {
  margin: 56px 0 88px;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.5;
}
#main_03 .main_03_inner a {
  font-size: 18px;
  font-weight: 500;
  padding: 20px 26px;
  border: 1px solid #fff;
  color: #fff;
}
#main_03 .main_03_inner a img {
  position: relative;
  margin-left: 10px;
}
#main_03 .main_03_inner a:hover img {
  animation: arrow_move 0.7s infinite linear;
}
@keyframes arrow_move {
  0% {
    opacity: 0;
    left: 0;
  }

  100% {
    opacity: 1;
    left: 5px;
  }
}
#main_04 .main_04_inner {
  width: 1400px;
  margin: 136px auto;
  display: flex;
  justify-content: space-between;
}

#main_04 .main_04_inner > a {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  padding: 80px 64px;
  width: calc(50% - 20px);
  line-height: 1.5;
}
#main_04 .main_04_inner .btn_01 {
  background: url("/kor/img/main/btn_contact.png") no-repeat center/contain;
}
#main_04 .main_04_inner .btn_02 {
  background: url("/kor/img/main/btn_directions.png") no-repeat center/contain;
}
#main_04 .main_04_inner > a > div {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: 10px;
}
#main_04 .main_04_inner > a > div p img {
  margin-left: 6px;
}

#main_05 {
  background: url("/kor/img/main/mid_bg02.jpg") no-repeat center/cover;
  display: flex;
}
#main_05 .main_inner {
  width: 1400px;
  padding: 136px 0;
  margin: 0 auto;
  color: #fff;
  line-height: 1.5;
}
#main_05 .main_inner > span {
  font-size: 20px;
}
#main_05 .main_inner > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
#main_05 .main_inner > div p img {
  margin-left: 6px;
}
#main_05 .main_inner .btn_01 {
  color: #fff;
  font-size: 24px;
  border: 1px solid #fff;
  padding: 30px 24px;
}
/* ======================= 서브 ======================= */

.main_content {
  width: 100%;
  position: relative;
}
#main_01 .main_top_bg {
  /* height: 600px; */
  height: 400px;
}
#main_01 .main_01_inner {
  position: absolute;
  width: 1400px;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -25%);
}
#main_01 .main_01_inner .main_title {
  text-align: center;
}
#main_01 .main_01_inner .main_title h1 {
  font-weight: bold;
  font-size: 58px;
  color: #fff;
  margin-bottom: 45px;
}
#main_01 .main_01_inner .main_title p {
  color: #999;
  font-size: 18px;
  word-spacing: 6px;
}
#main_01 .main_01_inner .main_title p span {
  color: #fff;
}
.main_content .tab_menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  gap: 54px;
  color: #999;
  margin-bottom: 130px;
  border-bottom: 1px solid #ccc;
}
.main_content .tab_menu a {
  color: #666;
  display: inline-block;
  padding: 0 20px;
}
.main_content .tab_menu a.active {
  position: relative;
  color: #fff;
  background: var(--mainColor);
  font-weight: 500;
  padding: 25px 66px;
}
#subWrap #main_02 .mid_sec_inner {
  width: 1400px;
  margin: 0 auto;
}
#subWrap #main_02 .cont_title {
  text-align: center;
}
#subWrap #main_02 .cont_title > span {
  font-size: 24px;
  font-weight: 600;
  color: var(--mainColor);
}
#subWrap #main_02 .cont_title h1 {
  margin: 42px 0 80px;
}
#subWrap .main_content .tit > span {
  display: inline-block;
  width: 35px;
  height: 4px;
  background: var(--mainColor);
  margin-bottom: 18px;
  margin-left: 2px;
}
#subWrap .main_content .tit h2 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 50px;
  color: var(--mainColor);
}
/* -------------------- 연혁 -------------------- */
.history-wrap {
  letter-spacing: -0.5px;
  /* margin-top: 100px; */
  width: 100%;
}
.history-wrap .historyBody {
  position: relative;
}
.history-wrap .historyBody .history-middleLine {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #ccc;
}
.history-wrap .historyBody .history-middleLine .progress-bar {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: var(--mainColor);
}
.history-wrap .historyBody .history-block {
  margin-bottom: 110px;
}
.history-wrap .historyBody .history-block:last-child {
  margin-bottom: 0;
}
.history-wrap .historyBody .history-block > div .start_line {
  padding-top: 0;
}
.history-wrap .historyBody .history-block > div {
  display: inline-block;
  width: 50%;
}
.history-wrap .historyBody .history-blockL > div {
  text-align: right;
}
.history-wrap .historyBody .history-blockR > div {
  text-align: left;
}
.history-wrap .historyBody .history-block > div > p {
  color: var(--mainColor);
  position: relative;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 26px;
}
.history-wrap .historyBody .history-blockL > div > p {
  padding-right: 70px;
}
.history-wrap .historyBody .history-blockR > div > p {
  padding-left: 70px;
}
.history-wrap .historyBody .history-block > div > p > span:nth-child(1) {
  /* background-color: #bfdae4; */
  position: absolute;
  bottom: 24px;
  width: 50px;
  height: 1px;
}
.history-wrap .historyBody .history-block > div > p > span:nth-child(2) {
  border: 2px solid var(--mainColor);
  position: absolute;
  bottom: 0;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background-color: #fff;
  border-radius: 50%;
}
.history-wrap .historyBody .history-block > div > p > span:nth-child(3) {
  /* border: 1px solid #21c3ff;
    background-color: #21c3ff; */
  position: absolute;
  bottom: 22px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.history-wrap .historyBody .history-blockL > div > p > span:nth-child(1) {
  right: 0;
}
.history-wrap .historyBody .history-blockR > div > p > span:nth-child(1) {
  left: 0;
}

.history-wrap .historyBody .history-blockL > div > p > span:nth-child(2) {
  right: -7px;
}
.history-wrap .historyBody .history-blockR > div > p > span:nth-child(2) {
  left: -6px;
}

.history-wrap .historyBody .history-blockL > div > p > span:nth-child(3) {
  right: 50px;
}
.history-wrap .historyBody .history-blockR > div > p > span:nth-child(3) {
  left: 50px;
}
.history-wrap .historyBody .history-block > div > h2 {
  font-size: 28px;
  font-weight: 600;
}
.history-wrap .historyBody .history-blockL > div > h2 {
  padding-right: 69px;
}
.history-wrap .historyBody .history-blockR > div > h2 {
  padding-left: 69px;
}
.history-wrap .historyBody .history-blockL > div > div {
  padding: 40px 69px 15px 0;
  display: table;
  float: right;
}
.history-wrap .historyBody .history-blockL > .last_line > div {
  padding-bottom: 90px;
}
.history-wrap .historyBody .history-blockR > div > div {
  padding: 40px 0 15px 69px;
  display: table;
  float: left;
}

.history-wrap .historyBody .history-block > div > div > div {
  display: table-row;
  width: 100%;
  margin-bottom: 15px;
}
.history-wrap .historyBody .history-block > div > div > div > p {
  font-size: 17px;
  line-height: 26px;
  color: #000;
  padding-bottom: 5px;
}
.history-wrap .historyBody .history-blockL > div > div > div > p {
  /* padding-right: 20px; */
}
.history-wrap .historyBody .history-blockR > div > div > div > p {
  /* padding-left: 20px; */
}

.history-wrap .historyBody .history-blockL > div > div > div > p:nth-child(1) {
  text-align: right;
}
.history-wrap .historyBody .history-blockR > div > div > div > p:nth-child(1) {
  text-align: left;
}
.history-wrap .historyBody .history-blockL > div {
  display: inline-block;
  width: 50%;
  text-align: right;
}
.history-wrap .historyBody .history-blockR {
  text-align: right;
}
.history-wrap .historyBody .history-blockR > div {
  display: inline-block;
  width: 50%;
  text-align: left;
}

@media all and (max-width: 1200px) {
  .history-wrap .historyBody .history-blockL > div > h2 {
    padding-right: 50px;
  }
  .history-wrap .historyBody .history-blockR > div > h2 {
    padding-left: 50px;
  }
  .history-wrap .historyBody .history-blockR > div > p {
    padding-left: 50px;
  }
  .history-wrap .historyBody .history-blockR > div > p > span:nth-child(1) {
    width: 40px;
  }
  .history-wrap .historyBody .history-blockR > div > p > span:nth-child(3) {
    left: 40px;
  }
  .history-wrap .historyBody .history-blockR > div > div {
    padding: 20px 0 20px 50px;
  }
  .history-wrap .historyBody .history-blockR > div > div > div > p {
    font-size: 15px;
  }

  .history-wrap .historyBody .history-blockL > div > p {
    padding-right: 50px;
  }
  .history-wrap .historyBody .history-blockL > div > p > span:nth-child(1) {
    width: 40px;
  }
  .history-wrap .historyBody .history-blockL > div > p > span:nth-child(3) {
    right: 40px;
  }
  .history-wrap .historyBody .history-blockL > div > div {
    padding: 20px 50px 50px 0;
  }
  .history-wrap .historyBody .history-blockL > div > div > div > p {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .history-wrap .historyBody .history-block > div .start_line {
    padding-top: 0;
    margin-top: 3rem;
  }
}
@media all and (max-width: 600px) {
  .history-wrap .historyBody {
    top: -3px;
  }
  .history-wrap .historyTop {
    display: none;
  }

  .history-wrap .historyBody .history-middleLine {
    position: absolute;
    left: 18px;
  }
  .history-wrap .historyBody .history-block {
    margin-bottom: 30px;
  }
  .history-wrap .historyBody .history-blockR {
    text-align: left;
    padding-left: 20px;
  }
  .history-wrap .historyBody .history-blockR > div {
    width: 100%;
  }
  .history-wrap .historyBody .history-block > div > h2 {
    padding-left: 30px;
    font-size: 24px;
  }
  .history-wrap .historyBody .history-blockR > div > p {
    padding-left: 30px;
    font-size: 30px;
    letter-spacing: -3px;
  }
  .history-wrap .historyBody .history-blockR > div > p > span:nth-child(1) {
    width: 20px;
    top: 18px;
  }
  .history-wrap .historyBody .history-blockR > div > p > span:nth-child(2) {
    top: 15px;
    left: -8px;
  }
  .history-wrap .historyBody .history-blockR > div > p > span:nth-child(3) {
    left: 20px;
    top: 15px;
  }
  .history-wrap .historyBody .history-blockR > div > div {
    padding: 10px 0 50px 30px;
  }

  .history-wrap .historyBody .history-blockL {
    text-align: left;
    padding-left: 20px;
  }
  .history-wrap .historyBody .history-blockL > div {
    width: 100%;
    text-align: left;
  }
  .history-wrap .historyBody .history-blockL > div > p {
    padding-left: 30px;
    font-size: 30px;
    letter-spacing: -3px;
  }
  .history-wrap .historyBody .history-blockL > div > p > span:nth-child(1) {
    right: auto;
    left: 0;
    width: 20px;
    top: 18px;
  }
  .history-wrap .historyBody .history-blockL > div > p > span:nth-child(2) {
    right: auto;
    left: -8px;
    top: 15px;
  }
  .history-wrap .historyBody .history-blockL > div > p > span:nth-child(3) {
    right: auto;
    left: 20px;
    top: 15px;
  }
  .history-wrap .historyBody .history-blockL > div > div {
    padding: 10px 0 50px 30px;
    float: none;
  }
  .history-wrap
    .historyBody
    .history-blockL
    > div
    > div
    > div
    > p:nth-child(1) {
    text-align: left;
  }
  .history-wrap
    .historyBody
    .history-blockL
    > div
    > div
    > div
    > p:nth-child(2) {
    padding-right: 0;
  }
  .history-wrap
    .historyBody
    .history-blockL
    > div
    > div
    > div
    > p:nth-child(3) {
    display: none;
  }
  .history-wrap .historyBody .history-blockR > div > div > div > p {
    /* padding-left: 9px; */
  }
  .history-wrap .historyBody .history-blockR {
    margin-bottom: 30px;
  }
}
/* -------------------- 연혁 -------------------- */
/* ======================= footer ======================= */
footer {
  background: #1b1b1b;
  color: #999;
  font-size: 15px;
  padding: 75px 0;
}
footer .ft_inner {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 100px;
}
footer .ft_inner .ft_logo img {
  width: 120px;
}
footer .ft_inner > ul {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
footer .ft_info {
  line-height: 1.5;
}
footer .ft_info p {
  font-weight: 500;
  color: #999;
  margin-bottom: 18px;
}
footer .ft_copyright a {
  color: #666;
  font-size: 15px;
  cursor: initial;
}

@media screen and (max-width: 1500px) {
  #main_02 .main_02_inner {
    width: 95%;
  }
  #main_03 .main_03_inner {
    width: 95%;
  }
  #main_04 .main_04_inner {
    width: 95%;
  }
  #main_05 .main_inner {
    width: 95%;
  }
  /* ================ 서브 ================ */
  #subWrap #main_02 .mid_sec_inner {
    width: 95%;
  }
  #subWrap #main_02 .mid_sec01 {
    width: 100%;
  }

  footer .ft_inner {
    width: 95%;
  }
}
@media screen and (max-width: 1400px) {
  #main_01 .main_01_inner {
    width: 95%;
  }
  #main_02 .mid_sec_inner {
    width: 95%;
  }
  #main_02 .main_02_inner {
    padding: 8% 0 10%;
  }
  #main_02 .cont_title h3 {
    margin-bottom: 40px;
  }
  #main_02 .swiper2 .swiper-slide .work_img img {
    width: 100%;
  }

  #main_03 .main_03_inner p {
    font-size: 40px;
    margin: 3rem 0 72px;
  }
  #main_04 .main_04_inner {
    margin: 100px auto;
  }
  #main_05 .main_inner {
    padding: 100px 0;
  }
}

@media screen and (max-width: 1280px) {
  #main_02 .cont_title h1 {
    font-size: 40px;
  }
  #main_02 .swiper2 .swiper-slide .work_info h2 {
    font-size: 24px;
  }
  #main_03 {
    padding: 9% 0;
  }
  #main_04 .main_04_inner {
    margin: 80px auto;
  }
  #main_05 .main_inner {
    padding: 80px 0;
  }
  footer .ft_inner {
    gap: 10%;
  }
}
/** Mobile & Tablet  */
@media screen and (max-width: 1023px) {
  #main_01 .main_top_bg {
    /* height: 500px; */
  }
  #main_02 .cont_title h1 p {
    display: inline;
  }
  #main_03 .main_03_inner p {
    font-size: 36px;
    margin: 40px 0 60px;
  }
  #main_04 .main_04_inner {
    margin: 60px auto;
  }
  #main_04 .main_04_inner > a {
    padding: 60px 64px;
    width: 49%;
  }
  #main_04 .main_04_inner > a > div h2 {
    font-size: 30px;
  }
  #main_05 .main_inner {
    padding: 60px 0;
  }
  #main_05 .main_inner > div h2 {
    font-size: 30px;
  }
  #main_05 .main_inner .btn_01 {
    font-size: 18px;
    padding: 24px 20px;
    margin-top: 40px;
  }
  footer {
    padding: 50px 0 40px;
	font-size: 13px;
  }
  footer .ft_inner {
    width: 94%;
    gap: 24px;
    flex-direction: column;
  }
  footer .ft_inner .ft_logo img {
    width: 60px;
  }
  footer .ft_info,
  footer .ft_info p {
    margin-bottom: 16px;
  }
  footer .ft_inner > ul {
    display: block;
  }

  footer .ft_copyright {
    border-top: 1px solid #777;
    margin-top: 24px;
    padding-top: 24px;
  }
  footer .ft_copyright a {
	font-size: 13px;
  }
}

/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1023px)*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
}
@media screen and (max-width: 991px) {
  #main_05 .main_inner {
    text-align: center;
  }
  #main_05 .main_inner > div {
    flex-direction: column;
  }
}
/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/
@media screen and (max-width: 767px) {
  /* ================ 메인 ================ */
  #main_01 .main_01_inner .main_title p {
    line-height: 1.4;
  }
  #main_02 .main_02_inner {
    width: 94%;
    overflow: hidden;
  }
  #main_02 .main_02_inner {
    padding: 64px 0 0;
  }

  #main_02 .cont_title h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  #main_02 .main_02_inner .news_top {
    margin-bottom: 40px;
    flex-direction: column;
  }
  #main_02 .swiper2 .swiper-slide .work_img img {
    width: 100%;
  }
  #main_02 .swiper2 .swiper-slide .work_info h2 {
    margin-top: 40px;
    font-size: 20px;
  }

  #main_02 .view_more_btn {
    margin-top: 0px;
  }

  #main_01 .main_01_inner .main_title h1 {
    line-height: 1.3;
    font-size: 40px;
  }
  #main_02 {
    margin-bottom: 80px;
  }
  #main_02 .mid_sec_inner {
    width: 100%;
  }
  #main_02 .main_cont_inner {
    padding: 72px 0 0px;
  }

  #main_02 .cont_title {
    margin: 0 auto;
  }
  #main_02 .cont_title h1 {
    /* font-size: 32px; */
    font-size: 22px;
    line-height: 1.4;
    margin: 20px 0 8px;
  }
  #subWrap #main_02 .cont_title h1 {
    font-size: 40px;
    margin: 32px 0 80px;
  }
  #main_03 {
    padding-bottom: 10%;
  }
  #main_03 .main_03_inner p {
    font-size: 28px;
    margin: 40px 0 60px;
  }
  #main_04 .main_04_inner > a {
    padding: 6% 40px;
    background-size: cover !important;
    background-position-x: right !important;
  }
  .main_content .tab_menu {
    gap: 40px;
    padding-top: 0;
    width: 94%;
    margin: 0 auto 80px;
    border-bottom: 0;
    font-size: 18px;
  }
  .main_content .tab_menu a {
    display: inline;
    padding: 0 15px;
  }
  .main_content .tab_menu a.active {
    padding: 15px 25px;
    border-radius: 8px;
  }
  #main_02 .mid_sec01 .tit,
  #main_02 .mid_sec02 .tit,
  #main_02 .mid_sec03 .tit,
  #main_02 .mid_sec04 .tit,
  #main_02 .mid_sec05 .tit {
    width: 95%;
    margin: 0 auto 50px;
  }
  #main_05 .main_inner > div h2 {
    font-size: 28px;
  }
  #main_05 .main_inner .btn_01 {
    padding: 20px 26px;
  }
  #subWrap .main_content .tit h2 {
    font-size: 30px;
  }
  footer {
    padding: 40px 0 30px;
  }
}

@media screen and (max-width: 640px) {
  #main_02 .swiper2 .swiper-slide .work_info {
    padding: 20px;
  }
  #main_03 {
    padding-bottom: 15%;
  }
  #main_03 .main_03_inner p {
    font-size: 22px;
    margin: 5% 0 13%;
  }
  #main_03 .main_03_inner span {
    font-size: 20px;
  }
  #main_03 .main_03_inner p br {
    display: none;
  }
  #main_04 .main_04_inner > a {
    padding: 4.5% 6%;
  }
  #main_04 .main_04_inner > a > div {
    display: block;
    margin-top: 2px;
  }
  #main_04 .main_04_inner > a > div p {
    margin-top: 6px;
  }
  #main_05 .main_inner > div h2 {
    font-size: 22px;
  }
  #main_05 .main_inner .btn_01 {
    margin-top: 30px;
  }
}
