@charset "UTF-8";
/* index certificate 무한 루프 */
/* 원본용 */
/*
@keyframes slide01 {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(0%);
  }
  50.01% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(-100%);
  }
}
*/
/* 복제용 */
/*
@keyframes slide02 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
*/
/* 원본용 */
@keyframes slide01 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100%);
  }
  50.01% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
/* 복제용 */
@keyframes slide02 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
/* 버튼 hover용 */
@keyframes pulse_kakao {
  0% {
    box-shadow: 0 0 0 0 #ffba33;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #7d573d;
  }
}
@keyframes pulse_green {
  0% {
    box-shadow: 0 0 0 0 #82a006;
  }
}
@keyframes pulse_red {
  0% {
    box-shadow: 0 0 0 0 #d65047;
  }
}
@keyframes pulse_yellow {
  0% {
    box-shadow: 0 0 0 0 #eeab00;
  }
}
.sec_top {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 520px;
}
.sec_top .container {
  height: 100%;
}
.sec_top .container .wrapper {
  height: 100%;
}
.sec_top .container .wrapper .tit_area {
  color: #fff;
}
.sec_top .container .wrapper .tit_area h2 {
  color: inherit;
  font-size: clamp(50px, 2.6vw, 50px);
  line-height: 1.2; /* 60px */
  font-weight: 600;
  padding-bottom: 15px;
}
.sec_top .container .wrapper .tit_area p {
  font-size: clamp(18px, 0.94vw, 18px);
  line-height: 1.22; /* 22px */
  font-weight: 400;
}

.breadcrumb ul li {
  margin-right: 28px;
  position: relative;
}
.breadcrumb ul li::after {
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/right_gray_arrow.png);
  content: "";
}
.breadcrumb ul li:last-child {
  margin-right: 0;
}
.breadcrumb ul li:last-child::after {
  display: none;
}
.breadcrumb ul li a:hover {
  text-decoration: underline;
}

section:not(.sec_top) .sec_tit {
  font-size: clamp(28px, 2.08vw, 40px);
  line-height: 1.2; /* 48px */
  font-weight: 600;
}

.tab_list .list_item {
  margin-right: 1.04vw;
}
.tab_list .list_item .list_link {
  border-radius: 30px;
  font-size: clamp(17px, 1.25vw, 24px);
  line-height: clamp(45px, 3.13vw, 60px);
  font-weight: 600;
  background: #f5f5f5;
  border: 1px solid #dcdcdc;
  width: clamp(150px, 11.46vw, 220px);
  transition: 0.3s;
  cursor: pointer;
}
.tab_list .list_item .list_link.on {
  border-color: #77513b;
  background: #77513b;
  color: #fff;
}
.tab_list .list_item .list_link:hover {
  background: #77513b;
  color: #fff;
}

.pagination .pagination_btn {
  width: 40px;
  height: 40px;
  font-size: 15px;
  line-height: 40px;
  border-radius: 100%;
  transition: 0.3s;
}
.pagination .pagination_btn.on {
  background: #77513b;
  color: #fff;
}
.pagination .pagination_btn.arrow_type_1  {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 12px;
}
.pagination .pagination_btn.arrow_type_2 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 4px 9px;
}
.pagination .pagination_btn.first {
  background-image: url(../img/pagination_first_arrow.svg);
}
.pagination .pagination_btn.prev {
  background-image: url(../img/pagination_prev_arrow.svg);
}
.pagination .pagination_btn.next {
  background-image: url(../img/pagination_next_arrow.svg);
}
.pagination .pagination_btn.last {
  background-image: url(../img/pagination_last_arrow.svg);
}

.go_list_btn {
  width: clamp(200px, 14.58vw, 280px);
  background: #77513b;
  color: #fff;
  font-size: clamp(17px, 0.94vw, 18px);
  line-height: 3.33; /* 60px */
}
.go_list_btn span {
  padding-left: 24px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 16px 14px;
  background-image: url(../img/ham_btn.png);
}
.go_list_btn:hover {
  color: #fff;
  background: #77513b;
  box-shadow: 0 0 0 0.4em transparent;
  animation: pulse 1s;
}

/* --------------------- sec work start --------------------- */
/* 주요 업무분야 */
.sec_work .container .wrapper .link_list {
  grid-template-columns: repeat(5, 1fr);
  gap: 1.04vw;
}
.sec_work .container .wrapper .link_list .list_item .list_link {
  font-size: clamp(19px, 1.25vw, 24px);
  line-height: clamp(70px, 4.17vw, 80px);
  font-weight: 400;
  border: 1px solid #bbb;
  transition: 0.3s;
}
.sec_work .container .wrapper .link_list .list_item .list_link:hover {
  color: #fff;
  background: #77513b;
  border-color: transparent;
}

/* --------------------- sec other start --------------------- */
/* 다른 궁금한 사항이 있으신가요? */
.sec_other .container .wrapper .link_list {
  grid-template-columns: repeat(4, 1fr);
  gap: 1.04vw;
}
.sec_other .container .wrapper .link_list .list_item .list_link {
  border: 1px solid #bbb;
  padding: clamp(20px, 1.82vw, 35px);
}
.sec_other .container .wrapper .link_list .list_item .list_link .txt {
  font-size: clamp(20px, 1.25vw, 24px);
  line-height: 1.21; /* 29px */
  font-weight: 600;
}
.sec_other .container .wrapper .link_list .list_item .list_link .sub_txt {
  font-size: clamp(16px, 0.94vw, 18px);
  line-height: 1.22; /* 22px */
  font-weight: 400;
}
.sec_other .container .wrapper .link_list .list_item .list_link .more {
  font-size: 14px;
  line-height: clamp(35px, 2.08vw, 40px);
  width: clamp(100px, 5.21vw, 100px);
  font-weight: 400;
  color: #fff;
  background: #77513b;
  border-radius: 25px;
}
.sec_other .container .wrapper .link_list .list_item .list_link:hover {
  box-shadow: 0 0 0 0.4em transparent;
  animation: pulse 1s;
}
.sec_other .container .wrapper .link_list .list_item:first-child .more {
  background: #d65047;
}
.sec_other .container .wrapper .link_list .list_item:first-child .list_link:hover {
  animation: pulse_red 1s;
}
.sec_other .container .wrapper .link_list .list_item:last-child .more {
  background: #eeab00;
}
.sec_other .container .wrapper .link_list .list_item:last-child .list_link:hover {
  animation: pulse_yellow 1s;
}

/* --------------------- sec form start --------------------- */
/* 하단 온라인 상담 문의 */
.sec_form {
  background: #f5f5f5;
}
.sec_form .container .wrapper > div {
  width: 50%;
}
.sec_form .container .wrapper .left p {
  font-size: clamp(18px, 1.04vw, 20px);
  line-height: 1.2; /* 24px */
  font-weight: 600;
}
.sec_form .container .wrapper .right .form .form_cont .form_wrap {
  grid-template-columns: repeat(2, 1fr);
  gap: 1.82vw 1.72vw;
}
.sec_form .container .wrapper .right .form .form_cont .form_wrap .full {
  width: 100%;
  grid-column-start: 1;
  grid-column-end: 3;
}
.sec_form .container .wrapper .right .form .form_cont .form_wrap label {
  font-size: clamp(18px, 1.04vw, 20px);
  line-height: 1.2; /* 24px */
  font-weight: 600;
  margin-right: 2.08vw;
  min-width: clamp(67px, 3.49vw, 67px);
  white-space: nowrap;
}
.sec_form .container .wrapper .right .form .form_cont .form_wrap input,
.sec_form .container .wrapper .right .form .form_cont .form_wrap textarea {
  width: calc(100% - clamp(67px, 3.49vw, 67px) - 2.08vw);
  border: 1px solid #999;
  background: #fff;
  font-size: clamp(16px, 1.04vw, 20px);
  line-height: 1.2; /* 24px */
  font-weight: 400;
  padding: clamp(15px, 1.2vw, 23px) clamp(22px, 1.72vw, 33px);
}
.sec_form .container .wrapper .right .form .form_cont .form_wrap input:focus,
.sec_form .container .wrapper .right .form .form_cont .form_wrap textarea:focus {
  outline: none;
}
.sec_form .container .wrapper .right .form .form_cont .form_wrap input::placeholder,
.sec_form .container .wrapper .right .form .form_cont .form_wrap textarea::placeholder {
  color: #cfcfcf;
}
.sec_form .container .wrapper .right .form .form_cont .form_wrap .password_box .password_check_label {
  min-width: clamp(100px, 6.25vw, 120px);
}
.sec_form .container .wrapper .right .form .form_cont .form_wrap .password_box input {
  width: calc((100% - clamp(67px, 3.49vw, 67px) - clamp(100px, 6.25vw, 120px) - 4.16vw) / 2);
}
.sec_form .container .wrapper .right .form .form_cont .form_wrap .password_box #password {
  margin-right: 2.08vw;
}
.sec_form .container .wrapper .right .form .form_cont .form_wrap .password_box #password.on,
.sec_form .container .wrapper .right .form .form_cont .form_wrap .password_box #password_check.on {
  border-color: red;
  color: red;
}
.sec_form .container .wrapper .right .form .form_cont .form_wrap .warning {
  color: red;
  display: none;
}
.sec_form .container .wrapper .right .form .agree_cont {
  padding-left: calc(clamp(67px, 3.49vw, 67px) + 2.08vw);
}
.sec_form .container .wrapper .right .form .agree_cont .agree_wrap label {
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  line-height: 1.19; /* 19px */
  font-weight: 500;
  cursor: pointer;
}
.sec_form .container .wrapper .right .form .agree_cont .agree_wrap label::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ddd;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.sec_form .container .wrapper .right .form .agree_cont .agree_wrap input:checked + label::before {
  background-color: #77513b;
  border-color: #77513b;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-image: url(../img/check_white_icon.png);
}
.sec_form .container .wrapper .right .form .agree_cont .agree_wrap .agree_detail_btn {
  color: #aaa;
  font-size: clamp(14px, 0.73vw, 14px);
}
.sec_form .container .wrapper .right .form .submit_cont button {
  width: 100%;
  background: #77513b;
  color: #fff;
  font-size: clamp(18px, 1.04vw, 20px);
  line-height: clamp(60px, 3.65vw, 70px);
  font-weight: 600;
}

/* --------------------- RWD --------------------- */
@media (max-width: 1150px) {
  /* 다른 궁금한 사항이 있으신가요? */
  .sec_other .container .wrapper .link_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .sec_form .container .wrapper .left {
    width: 35%;
  }
  .sec_form .container .wrapper .right {
    width: 65%;
  }
}
@media (max-width: 900px) {
  .sec_work .container .wrapper .link_list {
    grid-template-columns: repeat(3, 1fr);
  }
  .sec_form .container .wrapper {
    flex-wrap: wrap;
  }
  .sec_form .container .wrapper > div {
    width: 100% !important;
  }
  .sec_form .container .wrapper .left {
    padding-bottom: 50px;
  }
}
@media (max-width: 720px) {
  .sec_top {
    height: clamp(350px, 69.44vw, 500px);
  }
  .sec_top .container .wrapper .tit_area h2 {
    font-size: clamp(28px, 7.78vw, 56px);
    line-height: 1.2; /* 67px */
    padding-bottom: clamp(10px, 2.78vw, 20px);
  }
  .sec_top .container .wrapper .tit_area p {
    font-size: clamp(12px, 3.89vw, 28px);
    line-height: 1.21; /* 34px */
    word-break: break-all;
  }
  .breadcrumb {
    padding-bottom: 24.58vw;
  }
  .breadcrumb ul li {
    margin-right: 6.94vw;
    font-size: clamp(13px, 2.78vw, 20px);
    line-height: 1.2; /* 24px */
  }
  .breadcrumb ul li::after {
    right: -4.47vw;
    width: clamp(6px, 1.67vw, 12px);
    height: clamp(10px, 2.78vw, 20px);
  }
  .breadcrumb ul li svg {
    width: clamp(17px, 3.19vw, 23px);
    height: clamp(14px, 2.78vw, 20px);
    margin-bottom: -0.25vw;
  }
  section:not(.sec_top) .sec_tit {
    font-size: clamp(17px, 5.56vw, 40px);
    line-height: 1.2; /* 48px */
  }
  .tab_list {
    overflow: auto;
  }
  .tab_list::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none; /* 인터넷 익스플로러 */
    scrollbar-width: none; /* 파이어폭스 */
  }
  .tab_list .list_item {
    margin-right: 2vw;
    margin-bottom: 2vw;
  }
  .tab_list .list_item .list_link {
    font-size: clamp(14px, 3.33vw, 24px);
    line-height: 2.5; /* 60px */
    width: auto;
    padding: 0 4.86vw;
    letter-spacing: -0.07em;
    white-space: nowrap;
  }
  .pagination .pagination_btn {
    width: clamp(30px, 8.33vw, 60px);
    height: clamp(30px, 8.33vw, 60px);
    line-height: clamp(30px, 8.33vw, 60px);
    font-size: clamp(15px, 3.33vw, 24px);
  }
  .pagination .pagination_btn.arrow_type1 {
    background-size: 2.4074vw 2.2222vw;
  }
  .pagination .pagination_btn.arrow_type2 {
    background-size: 1.2963vw 2.2222vw;
  }
  .go_list_btn {
    font-size: clamp(14px, 3.75vw, 27px);
    line-height: 3.15; /* 85px */
    width: 100%;
  }
  .go_list_btn span {
    background-size: 3.89vw 3.33vw;
    padding-left: 5.56vw;
  }
  /* 주요 업무분야 */
  .sec_work .container .wrapper .link_list {
    gap: 2.78vw;
  }
  .sec_work .container .wrapper .link_list .list_item .list_link {
    font-size: clamp(12px, 3.33vw, 24px);
    line-height: 2.92; /* 70px */
  }
  /* 다른 궁금한 사항이 있으신가요? */
  .sec_other .container .wrapper .link_list {
    grid-template-columns: 1fr;
    gap: 2.78vw;
  }
  .sec_other .container .wrapper .link_list .list_item .list_link {
    padding: clamp(30px, 5.56vw, 40px);
  }
  .sec_other .container .wrapper .link_list .list_item .list_link .txt {
    font-size: clamp(16px, 5vw, 36px);
    line-height: 1.19; /* 43px */
  }
  .sec_other .container .wrapper .link_list .list_item .list_link .sub_txt {
    font-size: clamp(13px, 3.89vw, 28px);
    line-height: 1.21; /* 34px */
  }
  .sec_other .container .wrapper .link_list .list_item .list_link .more {
    font-size: clamp(12px, 3.33vw, 24px);
    line-height: 2.5; /* 60px */
    width: clamp(60px, 22.22vw, 160px);
    border-radius: 35px;
  }
  /* 하단 온라인 상담 문의 */
  .sec_form .container .wrapper .left {
    padding-bottom: clamp(20px, 8.33vw, 60px);
  }
  .sec_form .container .wrapper .left p {
    font-size: clamp(14px, 3.33vw, 24px);
    line-height: 1.21; /* 29px */
  }
  .sec_form .container .wrapper .right .form .form_cont .form_wrap {
    gap: 4.17vw;
  }
  .sec_form .container .wrapper .right .form .form_cont .form_wrap label {
    display: none;
  }
  .sec_form .container .wrapper .right .form .form_cont .form_wrap input,
  .sec_form .container .wrapper .right .form .form_cont .form_wrap textarea {
    width: 100%;
    padding: clamp(7px, 4.17vw, 30px) clamp(10px, 5.56vw, 40px);
    font-size: clamp(14px, 3.89vw, 28px);
    line-height: 1.21; /* 34px */
  }
  .sec_form .container .wrapper .right .form .form_cont .form_wrap .password_box input {
    width: calc((100% - clamp(20px, 5.56vw, 40px)) / 2);
  }
  .sec_form .container .wrapper .right .form .form_cont .form_wrap .password_box #password {
    margin-right: clamp(20px, 5.56vw, 40px);
  }
  .sec_form .container .wrapper .right .form .agree_cont {
    padding-left: 0;
  }
  .sec_form .container .wrapper .right .form .agree_cont .agree_wrap label {
    font-size: clamp(14px, 3.89vw, 28px);
    line-height: 1.21; /* 34px */
    padding-left: clamp(20px, 6.67vw, 48px);
  }
  .sec_form .container .wrapper .right .form .agree_cont .agree_wrap label::before {
    width: clamp(15px, 3.89vw, 28px);
    height: clamp(15px, 3.89vw, 28px);
  }
  .sec_form .container .wrapper .right .form .agree_cont .agree_wrap input:checked + label::before {
    background-size: clamp(10px, 2.5vw, 18px) clamp(8px, 1.94vw, 14px);
    background-image: url(../img/check_white_icon_mo.png);
  }
  .sec_form .container .wrapper .right .form .agree_cont .agree_wrap .agree_detail_btn {
    font-size: clamp(14px, 3.89vw, 28px);
    line-height: 1.21; /* 34px */
  }
  .sec_form .container .wrapper .right .form .submit_cont button {
    font-size: clamp(14px, 4.44vw, 32px);
    line-height: 3.13; /* 100px */
  }
}