body.wrap {
  position: relative;
}

section.sub {
  position: relative;
  min-height: 80vh;
}

.breadcrumb {
  display: flex;
  align-items: center;
  width: 100%;
  height: 6rem;
  border-bottom: .1rem solid rgba(0, 0, 0, .2);
  background-color: rgba(0, 0, 0, .04);
}

.breadcrumb ul {
  display: flex;
  align-items: center;
  gap: .8rem;
  width: 90%;
  padding: 0 4.8rem;
  margin: 0 auto;
}

.breadcrumb a .icon {
  height: 1.2rem;
  margin-right: .4rem;
}

.breadcrumb a,
.breadcrumb span {
  font-size: 1.4rem;
}

.breadcrumb li:last-child span {
  font-weight: 600;
}

.breadcrumb a,
.breadcrumb li {
  display: flex;
  align-items: center;
}

.breadcrumb li.separator {
  font-size: 2.4rem;
}

.breadcrumb li:not(:last-child) {
  opacity: .64;
}

.sub .wrapper {
  margin: 0 auto;
}

.sub .wrapper .page-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 16rem;
}

.sub .wrapper .page-top span {
  display: inline-block;
  margin-bottom: 1.2rem;
  font-size: 2rem;
  font-weight: 600;
}

.sub .wrapper .page-top .page-title {
  font-size: 4rem;
  font-weight: 600;
}

/* -- 리스트 -- */
.sub .page-contents .sub-tab {
  display: flex;
}

.sub .page-contents .sub-tab .category {
  overflow-x: scroll;
  display: flex;
  gap: .8rem;
  width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.sub .page-contents .sub-tab .category::-webkit-scrollbar {
  display: none;
}

.sub .page-contents .sub-tab .category:-webkit-scrollbar {
  display: none;
}

.sub .page-contents .sub-tab .category a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sub .page-contents .sub-tab .search-box {
  position: relative;
  width: 100%;
}

.sub .page-contents .sub-tab .search-bar {
  position: relative;
  width: 100%;
  height: 4.8rem;
  padding: 0 1.6rem;
  border: .1rem solid rgba(0, 0, 0, .2);
  border-radius: .6rem;
  outline: none;
  color: #0d0c22;
  transition: 0.3s ease;
}

.sub .page-contents .sub-tab .search-bar::placeholder {
  color: #9e9ea7;
}

.sub .page-contents .sub-tab .search-bar:focus,
.sub .page-contents .sub-tab .search-bar:hover {
  outline: none;
  border-color: rgba(0, 100, 199, 0.4);
  background-color: #fff;
  box-shadow: 0 0 0 .4rem rgb(0 100 199 / 10%);
}

.sub .page-contents .sub-tab .search-box .btn {
  position: absolute;
  right: 1.6rem;
  top: 0;
  bottom: 0;
  width: 2.4rem;
  height: 2.4rem;
  margin: auto 0;
}

.sub .page-contents .list-wrap {
  overflow-y: scroll;
}

.sub .page-contents .notice.list-wrap .list-inner {
  height: fit-contents;
}

.sub .page-contents .list-wrap li {
  border-bottom: .1rem solid rgba(0, 0, 0, .2);
}

.sub .page-contents .notice.list-wrap .cate p {
  display: inline-block;
  width: fit-contents;
  padding: 0 .8rem;
  border: .1rem solid rgba(0, 0, 0, .2);
  line-height: 2.4rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: rgba(0, 0, 0, .48);
}

.sub .page-contents .notice.list-wrap .important {
  background-color: #F2F8FE;
}

.sub .page-contents .notice.list-wrap .important .cate p {
  border-color: #E24D79;
  color: #E24D79;
}

.sub .page-contents .notice.list-wrap .update .cate p {
  border-color: #0064C7;
  color: #0064C7;
}

.sub .page-contents .notice.list-wrap .tit {
  line-height: 150%;
  word-break: keep-all;
  font-size: 2rem;
}

.sub .page-contents .notice.list-wrap .tit p {
  word-break: keep-all;
}

.sub .page-contents .notice.list-wrap .date {
  text-align: right;
  word-break: keep-all;
  font-size: 1.4rem;
  color: rgba(0, 0, 0, .56);
}

.sub .page-contents .notice.list-wrap .date p {
  width: 100%;
  color: rgba(0, 0, 0, .48);
}

.sub .notice.list-wrap dl {
  transition: all 0.3s ease;
}

.sub .notice.list-wrap dt {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.sub .notice.list-wrap .toggle-item dd {
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}

.sub .notice.list-wrap .toggle-item.open dd {
  height: fit-content;
  transition: all 0.5s ease
}

.sub .notice.list-wrap .toggle-item dd div:first-child {
  display: flex;
  align-items: center;
  min-height: 32rem;
  padding: 1.6rem;
  font-size: 1.6rem;
}

.sub .notice.list-wrap .toggle-item dd .close-btn {
  display: flex;
  justify-content: flex-end;
  padding: 1.6rem;
}

.sub .notice.list-wrap .toggle-item dd .close-btn button {
  width: 10rem;
  height: 3.6rem;
  border: .1rem solid rgba(0, 0, 0, .2);
  font-size: 1.4rem;
  color: rgba(0, 0, 0, .48);
}

.sub .notice.list-wrap .toggle-item dd .close-btn button:hover {
  border-color: rgba(0, 0, 0, .64);
  color: rgba(0, 0, 0, .8);
}


@media screen and (min-width:1920px) {
  .sub .wrapper {
    max-width: 153rem;
  }
}

@media screen and (min-width:1281px) {
  body.wrap {
    top: 10rem;
  }

  .sub .page-contents .sub-tab .search-bar {
    height: 5.6rem;
  }

  .sub .page-contents .sub-tab .search-bar::placeholder {
    font-size: 1.6rem;
  }
}

@media screen and (max-width:1280px) {
  body.wrap {
    top: 6.4rem;
  }
}

@media screen and (min-width:1280px) {
  .sub .wrapper {
    z-index: 3;
    position: relative;
    width: 90%;
    padding: 12rem 4.8rem;
  }

  .sub .page-contents .sub-tab {
    border-bottom: .1rem solid rgba(0, 0, 0, .2);
    line-height: 8rem;
  }

  .sub .page-contents .sub-tab .category {
    gap: 0;
    line-height: 8rem;
  }

  .sub .page-contents .sub-tab .category li {
    overflow: hidden;
    position: relative;
    font-size: 1.6rem;
  }

  .sub .page-contents .sub-tab .category li::before {
    content: "";
    z-index: 5;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .2rem;
    background: #003F7E;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }

  .sub .page-contents .sub-tab .category li.active::before,
  .sub .page-contents .sub-tab .category li:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
  }

  .sub .page-contents .sub-tab .category a {
    padding: 0 2.4rem .2rem;
    font-size: 2rem;
    color: rgba(0, 0, 0, .48);
  }

  .sub .page-contents .sub-tab .category li.active a,
  .sub .page-contents .sub-tab .category li:hover a {
    font-weight: 500;
    color: #003F7E;
  }

  .sub .page-contents .sub-tab .search-box {
    max-width: 40rem;
  }

  .sub .page-contents .list-wrap li a {
    display: flex;
    align-items: center;
  }

  .sub .page-contents .notice.list-wrap dt>div {
    display: flex;
    align-items: center;
    height: 7.2rem;
  }

  .sub .page-contents .notice.list-wrap dt>div {
    display: flex;
    align-items: center;
    height: 7.2rem;
  }

  .sub .page-contents .notice.list-wrap .cate {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 10rem;
  }

  .sub .page-contents .notice.list-wrap .cate p {
    font-size: 1.4rem;
  }

  .sub .page-contents .notice.list-wrap .tit {
    width: calc(100% - 30rem);
  }

  .sub .page-contents .notice.list-wrap .tit p {
    font-size: 2rem;
  }

  .sub .page-contents .notice.list-wrap .date {
    min-width: 20rem;
  }

  .sub .page-contents .notice.list-wrap .date p {
    font-size: 1.6rem;
  }
}

/* 모바일 */
@media screen and (max-width:1279px) {
  body.wrap {
    top: 6.4rem;
  }

  .sub .wrapper {
    width: 90%;
    padding: 8rem 2.4rem;
  }

  .sub .page-contents .sub-tab {
    flex-direction: column-reverse;
    gap: 1.6rem;
    margin-bottom: 2rem;
  }

  .sub .page-contents .sub-tab .category a {
    height: 4rem;
    padding: 0 2.4rem;
    border-radius: 8rem;
    box-sizing: border-box;
    border: .1rem solid rgba(0, 0, 0, .2);
    font-size: 1.6rem;
    color: rgba(0, 0, 0, .64);
  }

  .sub .page-contents .sub-tab .category a.active,
  .sub .page-contents .sub-tab .category a:hover {
    border: .1rem solid #003F7E;
    font-weight: 600;
    color: #003F7E;
  }

  .sub .page-contents .notice.list-wrap dt {
    display: flex;
    padding: 0;
  }

  .sub .page-contents .notice.list-wrap dt>div {
    display: flex;
    align-items: center;
    height: 7.2rem;
    padding: 1.6rem;
  }

  .sub .page-contents .notice.list-wrap .tit {
    width: 100%;
  }

  .sub .page-contents .notice.list-wrap .tit p {
    font-size: 1.6rem;
  }

  .sub .page-contents .notice.list-wrap .date p {
    word-break: keep-all;
    white-space: nowrap;
    font-size: 1.4rem;
  }
}

@media screen and (max-width:769px) {
  .sub .wrapper {
    width: 100%;
    padding: 8rem 1.6rem;
  }

  .breadcrumb {
    padding: 0 1.6rem;
  }

  .breadcrumb ul {
    gap: 1rem;
    padding: 0;
  }

  .breadcrumb li.separator {
    font-size: 1.8rem;
  }

  .breadcrumb a .icon {
    height: 1.2rem;
    margin-right: .4rem;
  }

  .breadcrumb a,
  .breadcrumb span {
    font-size: 1.2rem;
  }

  .breadcrumb li:last-child span {
    font-weight: 600;
  }
}

/* -- 회사소개 -- */
.sub.company {
  margin-bottom: 20rem;
}
.sub.company .company-tit {
  margin: 14rem auto;
  text-align: center;
}

.sub.company .company-tit h4 {
  margin-bottom: 1.6rem;
  font-size: 6.4rem;
  font-weight: 700;
}

.sub.company .company-tit p {
  font-size: 4rem;
}

.sub.company .contents .title {
  margin-bottom: 3.2rem;
  text-align: left;
  font-size: 3.6rem;
  font-weight: 600;
}

.sub.company .overview {
  z-index: 3;
  position: relative;
}

.sub.company .overview .title+p {
  text-align: left;
  line-height: 130%;
  font-size: 1.6rem;
  color: rgba(255, 255, 255, .8);
}

.sub.company .overview .title+p strong {
  font-size: 1.6rem;
}

.sub.company .vision {
  position: relative;
}

.sub.company .vision li {
  padding: 4rem 0;
}

.sub.company .vision li:not(:last-child) {
  border-bottom: .1rem solid rgba(0, 0, 0, .2);
}

.sub.company .vision .contents div>p {
  margin-bottom: 5.6rem;
  line-height: 130%;
  font-size: 1.6rem;
}

.sub.company .vision .list-tit {
  margin-bottom: 3.6rem;
  font-size: 3.2rem;
  font-weight: 500;
  color: #003F7E;
}

.sub.company .vision .list-tit span {
  font-size: 2.4rem;
  font-weight: 400;
  color: #003F7E;
}

.sub.company .vision li p {
  line-height: 130%;
  font-size: 1.6rem;
}

.sub.company .product .page-contents {
  display: flex;
  justify-content: space-between;
}

.sub.company .product .page-contents .item {
  position: relative;
  flex: 1;
  height: 35rem;
  background-repeat: no-repeat;
}

.sub.company .product .page-contents .item p {
  position: absolute;
  left: 1.2rem;
  bottom: 1.2rem;
  width: 50%;
  word-break: keep-all;
  font-weight: 600;
  font-size: 3.2rem;
  color: #fff;
}

.sub.company .product .page-contents .item:nth-child(1) {
  background-image: url(../images/company/product_1.jpg);
}

.sub.company .product .page-contents .item:nth-child(2) {
  background-image: url(../images/company/product_2.jpg);
}

.sub.company .product .page-contents .item:nth-child(3) {
  background-image: url(../images/company/product_3.jpg);
}

.sub.company .product .page-contents .item:nth-child(4) {
  background-image: url(../images/company/product_4.jpg);
}

.sub.company .location .map-wrapper {
  overflow: auto;
  position: relative;
  display: flex;
  align-items: center;
  padding: 5.6rem;
  background: #F6F9FF;
  border-radius: 2rem;
} 

.sub.company .location .map-inner{
  position: relative;
  min-width: 128rem;
}

.sub.company .location .map {
  display: block;
  width: 128rem;
  max-width: 128rem;
  height: auto;
  margin: 0;
}

.sub.company .location .pin {
  z-index: 3;
  position: absolute;
}

.sub.company .location .pin::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin-bottom: -4rem;
  border-radius: 50%;
  background-color: #0064C7;
  transform: translateX(-50%);
}

.sub.company .location .pin .info {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: .8rem 1.6rem;
  border-radius: .8rem;
  background: #31485E;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
}

.sub.company .location .pin .info::after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 9px 9px 0;
  border-color: #31485E transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
}

.sub.company .location .pin.dallas::after,
.sub.company .location .pin.shenzen::after {
  bottom: unset;
  top: 0;
  margin-bottom: 0;
  margin-top: -4rem;
}

.sub.company .location .pin.dallas .info::after,
.sub.company .location .pin.shenzen .info::after {
  bottom: unset;
  top: -9px;
  border-width: 0 9px 9px;
}

.sub.company .location .pin.hangzhou::after {
  bottom: unset;
  top: 50%;
  left: unset;
  right: 0;
  margin-right: -4rem;
  margin-bottom: 0;
  transform: translate(0, -50%);
}

.sub.company .location .pin.hangzhou .info::after {
  bottom: unset;
  left: unset;
  right: -24px;
  border-width: 9px 0 9px 18px;
  border-color: transparent #31485E;
}

.sub.company .location .pin.korea .info {
  flex-direction: column;
}

.sub.company .location .pin.korea::after {
  animation: purse 1s infinite;
}

@keyframes purse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 127, 255, .3);
  }
  100%{
    box-shadow: 0 0 0 1rem rgba(0, 127, 255, .3);
  }
}

.sub.company .location .pin.la {
  top: 27rem;
  left: 14rem;
}

.sub.company .location .pin.dallas {
  top: 40rem;
  left: 17rem;
}

.sub.company .location .pin.boston {
  top: 28rem;
  left: 27rem;
}

.sub.company .location .pin.venezule {
  top: 39rem;
  left: 29rem;
}

.sub.company .location .pin.morocco {
  top: 31rem;
  left: 52rem;
}

.sub.company .location .pin.hangzhou {
  top: 35rem;
  right: 28rem;
}

.sub.company .location .pin.shenzen {
  top: 44rem;
  right: 19rem;
}

.sub.company .location .pin.korea {
  top: 19rem;
  right: 5rem;
}

.sub.company .location .pin .company-name {
  margin: 2rem 0 .8rem;
  white-space: nowrap;
  word-break: keep-all;
  font-size: 2rem;
  color: #fff;
}

.sub.company .location .pin .company-name + p {
  line-height: 1.3;
  font-size: 1.6rem;
  font-weight: 300;
  color: #fff;
}

.sub.company .location .pin.korea .info {
  align-items: flex-start;
  gap: 0;
  padding: 1.6rem;
  background: #0064C7;
  box-shadow: 0 0 1.6rem 0 rgba(0, 0, 0, .24);
}

.sub.company .location .pin.korea .info::after {
  border-color: #0064C7 transparent;
}

.sub.company .location .pin.korea .region {
  display: flex;
  gap: .8rem;
  align-items: center;
  font-size: 1.6rem;
  color: #fff;
}

.tab-menu ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.tab-menu ul li {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab-menu button {
  position: relative;
  flex: 1;
  height: 6.4rem;
  border: none;
  border-radius: 0;
  border-bottom: .1rem solid rgba(0, 0, 0, .2);
  background: transparent;
  text-align: center;
  font-size: 2rem;
  color: rgba(0, 0, 0, .48);
  cursor: pointer;
  transition: all 0.3s ease;
}

.tab-menu button:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: .6rem;
  background: #ededed;
  transition: all 0.3s ease;
}

.tab-menu button.active {
  color: #003F7E;
}

.tab-menu button.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: .6rem;
  background-color: #003F7E;
}

.map {
  width: 100%;
  height: 64rem;
  margin-top: 20px;
  position: relative;
}

.map-box {
  display: none;
  width: 100%;
  height: 100%;
}

.map-box.active {
  display: block;
  width: 100%;
  height: 64rem;
}

.map-box .root_daum_roughmap,
.map-box .root_daum_roughmap .wrap_map {
  width: 100%;
  height: 100%;
}

.map-box .root_daum_roughmap .wrap_controllers,
.map-box .root_daum_roughmap .cont {
  display: none;
}

.branch-info {
  margin-top: 40px;
  border: 1px solid #ddd;
  background: #fff;
}

.branch-info .info-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6.4rem;
  padding: 30px 40px;
}

/* 왼쪽 */
.info-left {
  flex: 1;
  display: flex;
  gap: 3.6rem;
}

.info-title {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 10px;
}

.info-text .addr-ko {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.info-text .addr-en {
  font-size: 1.8rem;
  font-weight: 300;
  color: #6e6e6e;
}

/* 오른쪽 */
.info-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.tel-label {
  font-weight: 700;
  font-size: 2rem;
  margin-right: 3.6rem;
}

.tel-number {
  font-size: 20px;
  font-weight: 600;
}

.tel-link {
  display: inline-flex;
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #0a66c2;
  border-radius: 50%;
  color: #0a66c2;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease;
}

.tel-link:hover {
  background: #0a66c2;
  color: #fff;
}

/* 모바일 */
@media (max-width: 768px) {
  .branch-info .info-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 25px;
  }

  .info-right {
    width: 100%;
    justify-content: space-between;
  }

  .tel-number {
    font-size: 18px;
  }
}

@media screen and (min-width:1536px) {
  .sub.company>div.overview {
    height: calc(100vh - 10rem);
  }

  .sub.company .overview .title+p {
    line-height: 150%;
    font-size: 2rem;
    font-weight: 300;
  }

  .sub.company .overview .title+p strong {
    display: inline-block;
    margin-bottom: .8rem;
    font-size: 2rem;
    font-weight: 500;
  }

  .sub.company .vision .contents div>p,
  .sub.company .vision li p {
    font-size: 2rem;
    font-weight: 300;
  }

  .sub.company .product .page-contents {
    gap: 1.6rem;
  }

  .sub.company .product .page-contents div.item {
    overflow: hidden;
    height: 42rem;
    border-radius: 2rem;
    background-position: center;
    background-size: cover;
  }

  .map-box {
    height: 64rem;
  }
}

@media screen and (min-width:1280px) {
  .sub.company>div.overview {
    height: calc(100vh - 6.4rem);
  }

  .sub.company .contents .title {
    width: fit-content;
  }

  .sub.company .overview {
    background: url(../images/company/company.jpg)no-repeat center / cover;
  }

  .sub.company .overview .contents * {
    color: #fff;
  }

  .sub.company .vision::before {
    content: '';
    position: absolute;
    top: 10rem;
    left: 0;
    display: block;
    width: 64rem;
    height: 64rem;
    background: url(../images/company/vision_bg.png)no-repeat center / 100% 100%;
  }

  .sub.company .vision .contents {
    display: flex;
    justify-content: space-between;
  }

  .sub.company .vision .contents .title+div {
    width: 64%;
  }

  .sub.company .product .page-contents .item {
    background-size: contain;
  }

  .sub.company .product .page-contents .item p {
    left: 2rem;
    bottom: 2rem;
  }
}

@media screen and (max-width:1279px) {
  .sub.company .company-tit {
    margin: 14rem 2.4rem;
  }

  .sub.company .company-tit h4 {
    line-height: 130%;
    font-size: 4.8rem;
  }

  .sub.company .company-tit p {
    line-height: 130%;
    font-size: 2.4rem;
  }


  .sub.company .contents .title {
    text-align: center;
  }

  .sub.company .overview {
    height: fit-content;
  }

  .sub.company .overview::after {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    height: 32rem;
    margin-top: -4rem;
    background: url(../images/company/company.jpg)no-repeat center / cover;
  }

  .sub.company .overview .title+p {
    text-align: center;
    color: #000;
  }

  .sub.company .vision .contents div>p {
    text-align: center;
  }

  .sub.company .vision .list-tit {
    font-size: 2.8rem;
  }

  .sub.company .product .page-contents {
    flex-wrap: wrap;
  }

  .sub.company .product .page-contents .item {
    width: calc((100% - 1.6rem * 3) / 4);
    height: 29rem;
    background-size: contain;
  }

  .sub.company .product .page-contents .item p {
    font-size: 2.4rem;
  }

}

@media screen and (max-width:768px) {
  .sub.company .product .page-contents .item {
    height: 24rem;
  }
}

@media screen and (max-width:767px) {
  .sub.company .product .page-contents {
    flex-direction: column;
  }

  .sub.company .product .page-contents .item {
    width: 100%;
    min-height: 20rem;
    background-position: center;
    background-size: cover;
  }
}

/* -- 사례연구 -- */
.sub .page-contents .case.list-wrap li {
  height: fit-content;
  margin: 2rem 0;
  padding-bottom: 2rem;
}

.sub .page-contents .list-wrap .case-detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 42rem);
  height: 24rem;
}

.sub .page-contents .list-wrap .case-detail .cate {
  display: inline-block;
  margin-bottom: .8rem;
  font-size: 2rem;
  font-weight: 500;
  color: #003F7E;
}

.sub .page-contents .list-wrap .case-detail .top p {
  word-break: keep-all;
  line-height: 150%;
  font-size: 3.6rem;
  font-weight: 600;
}

.sub .page-contents .list-wrap .case-detail .mid p {
  font-size: 1.6rem;
}

.sub .page-contents .list-wrap .case-detail .btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sub .page-contents .list-wrap .case-detail .btm p {
  font-size: 1.6rem;
  color: rgba(0, 0, 0, .48);
}

.sub .page-contents .list-wrap .case-detail .btm a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.8rem;
  padding: 0 1.6rem;
  border-radius: .6rem;
  font-size: 1.6rem;
  color: #fff;
  background-color: #003F7E;
}

/* -- 파트너 현황 -- */
.sub.partner .wrapper .page-top span {
  margin-bottom: .8rem;
  font-size: 1.6rem;
  font-weight: 400;
}

.sub.partner .wrapper .page-top .page-title {
  font-size: 2.4rem;
}

.select-form {
  position: relative;
  width: 200px;
}

.btn-select {
  position: relative;
  width: 100%;
  padding: 13px 30px 13px 14px;
  font-size: 12px;
  line-height: 14px;
  background-color: #fff;
  border: 1px solid #C4C4C4;
  box-sizing: border-box;
  border-radius: 10px;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.btn-select:hover,
.btn-select:focus {
  border: 1px solid #0064C7;
  outline: 3px solid #ACD6FF;
}

.option-list {
  z-index: 10;
  position: absolute;
  left: 0;
  right: 0;
  display: none;
  width: 100%;
  padding: 0;
  margin: .8rem auto 0;
  border: 1px solid #C4C4C4;
  border-radius: 10px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.15);
  list-style-type: none;
}

.btn-select.on+.option-list {
  display: block;
}

.option-list li {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
}

.option-list li button {
  width: 100%;
  padding: 10px;
  border: none;
  background-color: #fff;
  border-radius: 6px;
  cursor: pointer;
  text-align: left;
  /* 말줄임 */
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.option-list li button:hover,
.option-list li button:focus {
  background-color: #deefff;
}

.partner-section {
  display: flex;
  padding: 80px 60px;
}

.partner-section:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.partner-title {
  flex: 0 0 220px;
  font-size: 42px;
  font-weight: 700;
}

.partner-list {
  flex: 1;
  padding-left: 80px;
}

.partner-item {
  display: flex;
  gap: 6.4rem;
  padding: 40px 0;
  border-bottom: 1px solid #ddd;
}

.partner-item:last-child {
  border-bottom: none;
}

.company-name {
  width: 20%;
  font-size: 22px;
  font-weight: 600;
}

.company-info {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: calc(80% - 6.4rem);
}

.company-info .address {
  font-size: 2rem;
  font-weight: 400;
  color: #222;
}

.company-info .address.en {
  line-height: 1.5;
  font-weight: 300;
  color: rgba(0, 0, 0, .56);
}

.company-info .contact {
  display: flex;
  gap: 4rem;
  margin: 0;
}

.company-info .contact span {
  font-size: 2rem;
  font-weight: 300;
}

@media (max-width: 900px) {
  .partner-section {
    flex-direction: column;
    padding: 50px 20px;
  }

  .partner-title {
    margin-bottom: 40px;
    font-size: 32px;
  }

  .partner-list {
    padding-left: 0;
  }
}

/* -- 고객사 -- */


/* -- 공지사항 -- */
.sub .page-contents .sub-tab {
  display: flex;
  justify-content: space-between;
}



/* -- 문의사항 -- */
.wrapper>.contact {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}

.contact .page-contents {
  display: flex;
  gap: 2.4rem;
  width: 100%;
}

.contact .page-contents>div {
  position: relative;
  width: calc((100% - 2.4rem) / 2);
  max-width: 40rem;
  height: 32rem;
  padding: 3.2rem;
  border-radius: 1.6rem;
  background-color: rgba(0, 0, 0, .04);
  transition: all .5s ease;
}

.contact .page-contents>div:hover {
  background: #fff;
  box-shadow: 0 0 1.6rem 0 rgba(0, 0, 0, .24);
}

.contact .page-contents>div>div {
  margin-bottom: 4rem;
  font-size: 2.6rem;
  font-weight: 600;
}

.contact .page-contents>div a {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 100%;
  height: 6.4rem;
  padding: 0 2rem;
  border: .1rem solid rgba(0, 0, 0, .2);
  border-radius: 1.2rem;
  font-size: 1.6rem;
  font-weight: 600;
  opacity: .64;
}

.contact .page-contents>div a:nth-child(3) {
  margin-top: 1.6rem;
}

.contact .page-contents>div a:hover {
  border-color: #0064C7;
  opacity: 1;
}

.contact .page-contents>div a:hover p,
.contact .page-contents>div a:hover ion-icon {
  color: #0064C7;
}

.contact .page-contents .online a:last-child {
  margin-top: 1.6rem;
}

.contact .page-contents>div a p,
.contact .page-contents>div a span {
  font-size: 1.6rem;
  font-weight: 600;
}

.contact .page-contents>div a p {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.contact .page-contents>div a ion-icon {
  font-size: 2rem;
  font-weight: 700;
}

.contact .page-contents>div .tel {
  position: absolute;
  left: 3.2rem;
  bottom: 3.2rem;
  display: flex;
  justify-content: space-between;
  gap: 2.4rem;
  margin-bottom: 0;
  opacity: .8;
}

.contact .page-contents>div .tel>* {
  font-size: 2rem;
}

@media screen and (min-width:1280px) {
  .wrapper>.contact {
    flex-direction: row;
  }

  .wrapper>.contact .title {
    margin: 0;
  }

  .contact .page-contents {
    flex-direction: row;
  }
}

.contact-form form {
  display: flex;
  justify-content: space-between;
}

.title {
  margin-bottom: 4rem;
}

.title h4 {
  display: block;
  max-width: 44rem;
  margin-bottom: 4.8rem;
  font-size: 3.2rem;
}

.contact-form .agreement {
  max-width: 44rem;
  border-radius: .4rem;
  border: .1rem solid rgba(0, 0, 0, .2);
}

.contact-form .agreement-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.8rem 1.6rem;
}

.contact-form .agreement-header label,
.contact-form .agreement-header button {
  display: flex;
  align-items: center;
  gap: .8rem;
}

.contact-form .agreement-header label {
  font-size: 1.8rem;
  font-weight: 400;
  color: rgba(0, 0, 0, .64);
}

.contact-form .agreement-header input {
  width: 1.6rem;
  height: 1.6rem;
  accent-color: #0064C7;
}

.contact-form .agreement-header button {
  transition: all 350ms ease;
}

.contact-form .agreement-header.active button {
  transform: rotate(180deg);
}

.contact-form .agreement-content {
  overflow: hidden;
  height: 0;
  opacity: .8;
  transition: 350ms ease;
}

.contact-form .agreement-content.open {
  height: fit-content;
}

.contact-form .agreement-content>* {
  padding: 1.6rem;
}

.contact-form .agreement-summary,
.contact-form .agreement-details li,
.contact-form .agreement-details strong {
  line-height: 130%;
  font-size: 1.6rem;
}

.contact-form .agreement-details strong {
  margin-bottom: .4rem;
}

.contact-form .agreement-details li:not(:last-child) {
  margin-bottom: 1rem;
}

.contact-form .page-contents {
  max-width: 64rem;
}

.contact-form .row-top,
.contact-form .row-top span {
  line-height: 3.2rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #212121;
}

.contact-form .row-top span {
  color: #0064C7;
}

.contact-form .form-input {
  width: 100%;
  height: 4.8rem;
  padding: 0 1.6rem;
  border-radius: .2rem;
  border: .1rem solid rgba(0, 0, 0, .2);
  font-size: 1.6rem;
}

.contact-form .form-area {
  width: 100%;
  height: 36rem;
  padding: 1.6rem;
  border-radius: .4rem;
  border: .1rem solid rgba(0, 0, 0, .2);
  font-size: 1.6rem;
  resize: none;
}

.contact-form .row-mid {
  display: none;
  justify-content: space-between;
  align-items: center;
  height: 4.8rem;
  padding: 0 1.6rem;
  margin-bottom: .8rem;
  border-radius: .4rem;
  border: .1rem solid rgba(0, 0, 0, .2);
  background-color: #F4F4F4;
}

.contact-form .row-mid.show {
  display: flex;
}

.contact-form .row-mid>div {
  display: flex;
  align-items: flex-end;
  gap: .4rem;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  color: rgba(0, 0, 0, .64);
}

.contact-form .row-mid .file-name {
  font-size: 1.6rem;
  color: rgba(0, 0, 0, .64);
}

.contact-form .row-mid .file-size {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, .48);
}

.contact-form .file-del {
  display: flex;
  align-items: center;
  gap: .4rem;
  margin-left: 1rem;
  color: #E24D79;
  filter: invert(37%) sepia(85%) saturate(458%) hue-rotate(292deg) brightness(101%) contrast(100%);
}

.contact-form .row-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .8rem;
}

.contact-form .row-bottom .file-input {
  display: none;
}

.contact-form .row-bottom span {
  display: block;
  width: 100%;
  padding: 0 1.6rem;
  line-height: 4.8rem;
  border-radius: .4rem;
  border: .1rem solid rgba(0, 0, 0, .2);
  font-size: 1.6rem;
  color: #212121;
}

.contact-form .row-bottom .btn-upload {
  height: 4.8rem;
  padding: 0 2rem;
  border-radius: .4rem;
  font-size: 1.6rem;
  color: #ffff;
  background-color: #737373;
}

.contact-form .list-form .msg {
  margin: .8rem 0;
  line-height: 150%;
  font-size: 1.6rem;
  color: #E24D79;
}

.contact-form .step-btn {
  display: flex;
  justify-content: space-between;
  gap: .8rem;
  margin-top: 4rem;
}

.contact-form .step-btn button {
  flex: 1;
  height: 4.8rem;
  border-radius: .4rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #FFF;
}

.contact-form .step-btn button:first-child {
  background-color: #737373;
}

.contact-form .step-btn button:last-child {
  background-color: #003F7E;
}

@media screen and (min-width:1281px) {
  .contact-form {
    max-width: 128rem;
    margin: 0 auto;
  }

  .contact-form form {
    flex-direction: row;
  }

  .title h4 {
    font-size: 4.8rem;
  }

  .contact-form .contact-form-list {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
  }

  .contact-form .row-top,
  .contact-form .row-top span {
    line-height: 4.8rem;
  }

  .sub .page-contents .case.list-wrap li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .sub .page-contents .case.list-wrap .thumbnail {
    overflow: hidden;
    width: 42rem;
    height: 24rem;
    margin-left: 2rem;
    border-radius: .6rem;
    background: #ededed;
  }

  .sub .page-contents .case.list-wrap .thumbnail img {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width:1280px) {
  .contact-form form {
    flex-direction: column;
    gap: 2rem;
  }

  .title h4,
  .contact-form .agreement {
    max-width: 64rem;
  }

  .title,
  .contact-form .page-contents {
    margin: 0 auto;
  }

  .contact-form .contact-form-list {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
  }

  .contact-form .row-top,
  .contact-form .row-top span {
    line-height: 4.8rem;
  }

  .sub .page-contents .case.list-wrap .thumbnail {
    display: none;
  }

  .sub .notice.list-wrap dt {
    padding: 1.6rem;
  }
}

@media screen and (max-width:769px) {
  .title h4 {
    margin-bottom: 2rem;
  }

  .contact-form .agreement-header {
    height: 5.6rem;
    padding: 1.6rem;
  }

  .contact-form .agreement-header label {
    font-size: 1.4rem;
    font-weight: 500;
  }

  .contact-form .agreement-summary,
  .contact-form .agreement-details li,
  .contact-form .agreement-details strong {
    font-size: 1.2rem;
  }

  .contact-form .contact-form-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .contact-form .row-top,
  .contact-form .row-top span {
    line-height: 3.2rem;
    font-size: 1.4rem;
    font-weight: 500;
  }

  .contact-form .form-input,
  .contact-form .form-area {
    font-size: 1.4rem;
  }

  .contact-form .file-del {
    height: 100%;
    font-size: 1.2rem;
  }

  .contact-form .file-del img {
    height: 1.4rem;
    filter: invert(39%) sepia(59%) saturate(1212%) hue-rotate(304deg) brightness(94%) contrast(87%);
  }

  .contact-form .row-mid .file-name,
  .contact-form .row-mid .file-siz {
    font-size: 1.4rem;
  }

  .contact-form .row-bottom span,
  .contact-form .row-bottom .btn-upload {
    font-size: 1.4rem;
  }

  .contact-form .list-form .msg {
    font-size: 1.4rem;
  }

  .contact-form .step-btn button {
    font-size: 1.4rem;
    font-weight: 300;
  }

  .sub .page-contents .list-wrap .case-detail {
    padding: 2.4rem 0;
  }

  .sub .page-contents .list-wrap .case-detail .top p {
    font-size: 2.4rem;
  }
}

@media screen and (max-width:360px) {
  .contact .page-contents {
    flex-direction: column;
  }
}

.partner {
  margin-bottom: 10rem;
}

.partner .title {
  margin-bottom: 8rem;
}

.partner .page-contents {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.korea_map {
  position: relative;
  display: none;
  width: 50%;
  height: fit-content;
  padding: 1.6rem;
  border-radius: .8rem;
  border: .1rem solid rgba(0, 0, 0, .2);
  background: rgba(0, 0, 0, .02);
}

.korea_map img {
  position: absolute;
  display: none;
  transform: translate(-50%, -100%);
  pointer-events: none;
  z-index: 10;
  width: 6.4rem;
  transition: all 0.3s ease;
}

.korea_map img.active {
  display: block;
}

.korea_map path {
  fill: #dbdbdb;
  cursor: pointer;
}

.korea_map path:hover,
.korea_map path.active {
  fill: #0d57a2aa;
  transition: all .3s ease;
}

.korea_map path.disabled {
  fill: none;
  pointer-events: none;
}

.korea_map svg {
  position: relative;
  width: 100%;
  height: fit-content;
}

.partner .list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.partner .region {
  overflow-x: scroll;
  display: flex;
  gap: .8rem;
  width: 100%;
}

.partner .region::-webkit-scrollbar {
  appearance: none;
}

.partner .region button {
  padding: .8rem 2rem;
  border-radius: .8rem;
  border: .1rem solid rgba(0, 0, 0, .2);
  background-color: #ededed;
  font-size: 1.6rem;
  color: rgba(0, 0, 0, .8);
}

.partner .region button.active,
.partner .region button:hover {
  background: #003F7E;
  color: #fff;
}

.partner .list-group {
  display: flex;
  flex-direction: column;
  gap: .6rem;
  padding: 1rem;
}

.partner .list-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem;
  border-radius: .8rem;
  border: .1rem solid rgba(0, 0, 0, .2);
}

.partner .list-item:hover {
  border: .1rem solid #0064C7;
  box-shadow: 0 0 1.6rem 0 rgba(0, 0, 0, .24);
}

.partner .list-item.main {  
  border: .2rem solid #0064C7;
  box-shadow: 0 0 1.6rem 0 #0063c747;
}

.partner .list-item.main span.main {
  font-size: 1.6rem;
  font-weight: 600;
  color: #0064C7;
}

.partner .list-item .partner-name {
  white-space: nowrap;
  word-break: keep-all;
  font-size: 2rem;
  font-weight: 600;
}

.partner .list-item .address {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.partner .list-item .address .kr {
  margin-bottom: .8rem;
  word-break: keep-all;
  line-height: 1.3;
  font-size: 1.6rem;
  font-weight: 400;
}

.partner .list-item .address .en {
  word-break: keep-all;
  line-height: 1.3;
  font-size: 1.6rem;
  font-weight: 300;
  color: rgba(0, 0, 0, .48);
}

.partner .list-item .label {
  display: block;
  width: 6.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: rgba(0, 0, 0, .64);
}

.partner .list-item .contact {
  display: flex;
  flex-direction: column;
  gap: .8rem;
}

.partner .list-item .contact>div {
  display: flex;
  gap: .8rem;
  font-size: 1.6rem;
}

.partner .list-group .no-data {
  text-align: center;
  font-size: 1.6rem;
}

.partner .list-item .link-box {
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.partner .list-item .link-box a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background: #ededed;
  font-size: 2rem;
  transition: all .3s ease;
}

.partner .list-item:hover .link-box a {
  background: #0064C7;
}

.partner .list-item:hover .link-box a ion-icon {
  color: #fff;
}

.partner .list-item .link-box a.disabled {
  border: .1rem solid rgba(0, 0, 0, .2);
  background: #fefefe;
  cursor: not-allowed;
}

.partner .list-item .link-box a.disabled ion-icon {
  color: rgba(0, 0, 0, .32);
}

@media all and (min-width: 48em) {
  .partner .list-item {
    padding: 4rem;
  }

  .partner .list-item .address {
    flex-direction: row;
    gap: 0;
  }

  .partner .list-item .address .label+div {
    width: calc(100% - 6.4rem);
  }

  .partner .list-item .contact {
    flex-direction: row;
    gap: 4rem;
  }

  .partner .list-item .contact>div {
    gap: 0;
  }
}

@media all and (min-width: 80em) {
  .partner .wrapper {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    height: 100vh;
  }

  .partner .title,
  .partner .title h4 {
    margin: 0;
  }

  .partner .page-contents {
    flex-direction: row;
    align-items: flex-start;
    gap: 4rem;
    width: 100%;
    height: 100%;
  }

  .korea_map {
    display: block;
    flex: 0 0 auto;
    width: 48rem;
    height: 100%;
  }

  .korea_map svg {
    height: 100%;
  }

  .partner .list-wrapper {
    flex: 1;
    width: calc(50% - 2.4rem);
    min-height: 0;
  }

  .partner .region {
    overflow: unset;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
  }

  .partner .region button {
    flex: 1;
    border-radius: 0;
    border: .1rem solid rgba(0, 0, 0, 0.1);
    background: #fff;
    color: rgba(0, 0, 0, .48);
  }

  .partner .region button:hover {
    border-color: #0064C7;
    background: #fff;
    color: #0064C7;
  }

  .partner #partner_list {
    overflow-y: scroll;
  }
}

@media all and (min-width: 96em) {
  .korea_map {
    width: 64rem;
  }

  .partner .region {
    grid-template-columns: repeat(5, 1fr);
  }
}