@charset "utf-8";

/********** PC 반응형 **********/

@media all and (min-width: 800px) {
  /********** 스타일 변수 **********/
  :root {
    /***** 사이즈 *****/
    --pf01-header-width: 220px;
    --hp01-header-height: 70px;
    --footer-height: 500px;
    --hp01-contents-width: 1200px;
    --auto-margin: 0 auto;
    --pf01-padding: 80px;
  }

  /********** 공통 스타일 **********/
  .wrap {
    min-width: 1100px;
  }

  /************************************/
  /********** 키워드랩 홈페이지 **********/
  /************************************/
  #main {
    padding-bottom: 0;
  }

  .service-title {
    padding: 150px 0;
  }

  #main .contents-wrap {
    flex-wrap: nowrap;
    padding-top: 130px;
    padding-bottom: 130px;
    justify-content: space-between;
  }

  #main .top-section + .section .contents-wrap {
    padding-top: 220px;
  }

  #main .section:first-child .contents-wrap,
  #main .bottom-section .contents-wrap {
    padding-top: 120px;
  }

  #home-partner .contents-wrap {
    width: 100%;
    margin: 0;
    padding-top: 200px;
    padding-bottom: 150px;
  }

  #home-partner .content {
    width: var(--hp01-contents-width);
    margin: var(--auto-margin);
  }

  #main .home-service .contents-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
    gap: 100px;
  }

  #main #contact-section .contents-wrap {
    padding-top: 150px;
  }

  #main .section.top-section .contents-wrap {
    width: var(--hp01-contents-width);
    padding-top: 0;
  }

  #main .service-detail .contents-wrap,
  #main .intro-section .contents-wrap {
    flex-wrap: wrap;
    gap: 180px;
  }

  #main .service-epilogue .contents-wrap,
  #main #china-point .contents-wrap {
    flex-direction: column;
    width: 100%;
    justify-content: center;
  }

  #main .home-section .contents-wrap {
    align-items: center;
  }

  #about-vision .contents-wrap,
  #about-location .contents-wrap {
    gap: 100px;
    align-items: flex-end;
  }

  #main .content,
  #main #home-partner .contents-wrap {
    gap: 60px;
  }

  #main .service-epilogue .contents-wrap,
  #about-hire .contents-wrap .content {
    gap: 50px;
  }

  #about-location .contents-wrap,
  .service-partner .content {
    flex-direction: row-reverse;
  }

  #main .bottom-section .content,
  #main .service-detail .content,
  #about-history .content {
    justify-content: space-between;
  }

  #main .top-section .content {
    text-align: left;
    justify-content: flex-start;
    gap: 50px;
  }

  #main .bottom-section .content {
    padding: 60px 100px;
    flex-direction: row;
    align-items: center;
    text-align: left;
  }

  #main .service-detail .content,
  .hasMinchart.content {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }

  #about-history .content {
    flex-direction: row;
  }

  #main .service-epilogue .content,
  #china-point .scroll-wrap {
    width: var(--hp01-contents-width);
    margin: var(--auto-margin);
  }

  #about-vision .content {
    width: 65%;
  }

  #main .top-section .btn-wrap {
    justify-content: flex-start;
  }

  #main .top-section .btn-wrap.center {
    justify-content: center;
  }

  .service-partner .content {
    align-items: center;
  }

  .service-detail-sec {
    margin-top: -80px;
  }

  /***** 차트 *****/
  .chart-wrap {
    flex-direction: row;
    justify-content: space-between;
  }

  .hasMinchart .txt-wrap {
    width: 45%;
  }

  .hasMinchart .chart-wrap {
    width: 55%;
    min-width: 55%;
  }

  .minChart.border-box {
    min-width: 30%;
  }

  .minChart .chart-img-wrap {
    max-width: inherit;
  }

  #china-intro01 .chart-wrap .border-box {
    width: calc(33.33%);
  }

  .barChart-content-wrap {
    padding: 0 10px;
  }

  .data-copyright {
    width: 100%;
  }

  .img-wrap .data-copyright {
    margin-top: 20px;
  }

  .hasMinchart .data-copyright {
    position: absolute;
    bottom: -70px;
    left: 0;
  }

  #china-intro .data-copyright {
    text-align: right;
  }

  /***** 텍스트 *****/
  .txt-wrap {
    gap: 20px;
  }

  #china-intro .hasMinchart .txt-wrap {
    text-align: left;
    align-items: flex-start;
  }

  .bottom-section .txt-wrap,
  #about-hire .txt-wrap {
    gap: 15px;
  }

  .top-section .main-title {
    font-size: 46px;
  }

  #home-main .main-title {
    font-size: 48px;
  }

  #about-location .txt-wrap {
    position: absolute;
    top: 0px;
    left: -455px;
  }

  #main .top-section .btn-wrap .btn {
    padding: 11px 20px;
    height: auto;
    font-size: 16px;
    border-radius: 10px;
  }

  .section-title {
    font-size: 36px;
  }

  .bottom-section .section-title {
    font-size: 28px;
  }

  .content-txt {
    font-size: 20px;
  }

  .content-txt.bold {
    padding: 18px 28px;
  }

  .bottom-section .content-txt {
    font-size: 18px;
    text-align: left;
  }

  .section-tag.box {
    font-size: 17px;
    padding: 8px 18px;
    margin-bottom: 10px;
  }

  /***** 리스트 *****/
  .card-list {
    flex-wrap: nowrap;
  }

  .card-list.scroll {
    width: 2700px;
    position: relative;
    left: calc(50% - 600px);
  }

  .card-list.scroll.hasVid {
    width: 2700px;
    gap: 40px;
  }

  .card-list.basic.wide {
    flex-direction: column;
    gap: 52px;
  }

  #about-vision .card-list.basic.wide {
    width: 60%;
  }

  .card-list.basic.wide > li {
    gap: 20px;
  }

  .card-list.hasVid > li {
    width: 600px;
    min-width: 600px;
    height: 338px;
  }

  .card-list.scroll > li {
    width: 500px;
    flex-direction: row;
  }

  .card-list > li {
    padding: 26px 30px;
  }

  .card-list.basic > li {
    gap: 25px;
  }

  .card-list.wide > li {
    flex-direction: column;
    gap: 15px;
  }

  .card-list.step > li {
    padding: 30px 25px 25px 25px;
  }

  .card-list.step > li:nth-child(n)::before {
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    bottom: inherit;
    left: inherit;
  }

  .service-detail .card-icon-img {
    min-width: 45px;
    width: 45px;
    height: 45px;
  }

  .card-list.basic .card-icon-img {
    min-width: 40px;
    width: 40px;
    height: 40px;
  }

  .card-icon,
  .card-list.wide .card-icon {
    width: 54px;
    min-width: 54px;
    height: 53px;
  }

  .card-list.basic .card-icon {
    width: 60px;
    height: 60px;
  }

  .card-icon .icon {
    width: 26px;
    height: 26px;
  }

  .card-txt p {
    font-size: 17px;
    line-height: 1.5;
    word-break: keep-all;
  }

  .intro-section .card-txt p {
    font-size: 18px;
    line-height: 1.4;
  }

  .card-list.basic .card-txt p.bold {
    font-size: 26px;
    line-height: 1.2;
  }

  .card-list.basic.wide .card-txt p.bold {
    font-size: 22px;
  }

  .card-txt p.card-title {
    margin-top: 0;
    font-size: 20px;
  }

  .toggle-top p {
    font-size: 20px;
  }

  .toggle-main p {
    font-size: 17px;
  }

  .basic-list > li .icon {
    top: 3px;
  }

  .line-list,
  .line-list > li {
    gap: 60px;
  }

  .line-list > li::after {
    left: 122px;
    height: calc(100% + 60px);
  }

  .year {
    font-size: 38px;
    width: 95px;
  }

  .year::after {
    width: 9px;
    height: 9px;
    top: 15px;
    right: -32px;
  }

  .line-detail {
    margin-top: 8px;
  }

  .line-detail > li {
    font-size: 17px;
  }

  .basic-list > li p {
    font-size: 18px;
  }

  .img-list {
    gap: 40px;
    column-gap: 30px;
    justify-content: space-between;
  }

  #place-month .img-list,
  #gift-month .img-list {
    margin-top: -20px;
  }

  .img-list > li {
    width: calc(25% - 23px);
    gap: 15px;
  }

  .img-list > li img {
    border-radius: 10px;
  }

  .img-list .badge {
    padding: 10px;
    font-size: 15px;
    border-radius: 10px;
  }

  .badgeIcon-wrap {
    gap: 30px;
    justify-content: space-between;
  }

  .badgeIcon-wrap.layout-half .badgeIcon {
    width: calc(50% - 15px);
  }

  .badgeIcon {
    width: calc(25% - 25px);
    padding: 15px;
    border-radius: 12px;
  }

  .badgeIcon p {
    font-size: 18px;
  }

  /********** 애니메이션 **********/
  .animation-section {
    margin-top: 20px;
    gap: 50px;
  }

  .animation-section::before,
  .animation-section::after {
    width: 15%;
  }

  .logo-list {
    gap: 60px;
    margin: 0 60px;
  }

  .logo-list.slide-left {
    width: 3600px;
    animation: slide-left 40s infinite linear;
  }

  .logo-list.slide-right {
    width: 4200px;
    animation: slide-right 40s infinite linear;
    transform: translateX(-2400px);
  }

  @keyframes slide-left {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-1800px);
    }
  }

  @keyframes slide-right {
    0% {
      transform: translateX(-2400px);
    }

    100% {
      transform: translateX(0);
    }
  }

  /***** 배경 이미지 *****/
  #place-main {
    background-size: cover;
    background-position: 66% 50%;
  }

  #store-main,
  #gift-main {
    background-position: center top;
  }

  #coupang-main {
    background-size: cover;
    background-position: center 80%;
  }

  #store-point .service-point-img,
  #exper-point .service-point-img,
  #blog-point .service-point-img {
    background-size: cover;
  }

  #blog-point .service-point-img {
    background-position: center 30%;
  }

  .service-point-img {
    height: 500px;
  }

  #home-about .service-point-img {
    height: 350px;
  }

  #about-mission .service-point-img {
    background-size: cover;
    background-position: center 40%;
  }

  #about-vision .service-point-img {
    background-size: 170%;
    background-position: 20% 20%;
    height: 560px;
  }

  #about-hire .service-point-img {
    background-size: 110%;
    background-position: center 85%;
  }

  /***** 서비스별 이미지 *****/
  .service-detail .img-wrap {
    width: 55%;
    min-width: 55%;
  }

  .service-detail .txt-wrap {
    width: calc(45% - 60px);
    min-width: calc(45% - 60px);
  }

  #china-point .scroll-wrap {
    padding: 0 10px;
  }

  .scroll-wrap .img-wrap {
    margin-left: 0;
    width: 100%;
    height: 420px;
    margin-top: 0;
    align-items: center;
  }

  .scroll-wrap .img-wrap > li {
    margin-left: 0px;
  }

  .scroll-wrap .img-wrap > li img {
    transform: scale(1.3);
  }

  /* 플레이스 */
  #place-service-img01 {
    height: 220px;
  }

  #place-service-img01 img {
    width: 120px;
  }

  #pmt-img01 {
    top: 40px;
    left: calc(50% - 340px);
  }

  #pmt-img02 {
    top: 0px;
    left: calc(50% - 240px);
  }

  #pmt-img03 {
    top: 90px;
    left: calc(50% - 60px);
  }

  #pmt-img04 {
    top: 50px;
    left: calc(50% + 80px);
  }

  #pmt-img05 {
    top: 30px;
    left: calc(50% + 280px);
  }

  #pmt-img06 {
    top: 100px;
    left: calc(50% + 370px);
  }

  #place-service-img02 {
    height: 310px;
  }

  #pmb-img01 {
    top: 0px;
    left: calc(50% - 370px);
    width: 270px;
  }

  #pmb-img02 {
    width: 230px;
    top: 70px;
    left: calc(50% - 155px);
  }

  #pmb-img03 {
    width: 220px;
    top: 40px;
    left: calc(50% + 130px);
  }

  #pmb-img04 {
    width: 230px;
    top: 10px;
    left: calc(50% + 400px);
  }

  /* 스토어 */
  #store-service-img01 {
    height: 230px;
  }

  #smt-img01 {
    width: 310px;
    top: 30px;
    left: calc(50% - 0px);
  }

  #smt-img02 {
    width: 180px;
    left: calc(50% - 290px);
  }

  #smt-img03 {
    width: 210px;
    top: 150px;
    left: calc(50% - 360px);
  }

  #smt-img04 {
    width: 145px;
    top: 160px;
    left: calc(50% + 120px);
  }

  #smt-img05 {
    width: 220px;
    top: 80px;
    left: calc(50% + 300px);
  }

  #store-service-img02 {
    height: 310px;
  }

  #smb-img01 {
    width: 280px;
    top: 50px;
    left: calc(50% - 0px);
  }

  #smb-img02 {
    width: 230px;
    top: 0px;
    left: calc(50% - 300px);
  }

  #smb-img03 {
    width: 230px;
    top: 220px;
    left: calc(50% - 180px);
    z-index: 1;
  }

  #smb-img04 {
    width: 160px;
    top: 20px;
    left: calc(50% + 300px);
  }

  #smb-img05 {
    width: 160px;
    top: 130px;
    left: calc(50% + 400px);
  }

  #smb-img06 {
    width: 230px;
    top: 140px;
    left: calc(50% - 380px);
  }

  #smb-img07 {
    width: 160px;
    top: 170px;
    left: calc(50% + 110px);
  }

  /* 블로그 */
  #blog-service-img01 {
    height: 340px;
  }

  #bmt-img01 {
    width: 330px;
    top: 20px;
    left: calc(50% - 40px);
  }

  #bmt-img02 {
    width: 330px;
    top: 180px;
    left: calc(50% + 60px);
  }

  #bmt-img03 {
    width: 140px;
    top: 70px;
    left: calc(50% - 420px);
  }

  #bmt-img04 {
    width: 140px;
    top: 0px;
    left: calc(50% - 300px);
  }

  #bmt-img05 {
    width: 140px;
    top: 140px;
    left: calc(50% + 320px);
  }

  #bmt-img06 {
    width: 140px;
    top: 80px;
    left: calc(50% + 420px);
  }

  #blog-service-img02 {
    height: 400px;
  }

  #bmb-img01 {
    width: 290px;
    top: 35px;
    left: calc(50% - 430px);
  }

  #bmb-img02 {
    width: 290px;
    top: 0px;
    left: calc(50% - 290px);
  }

  #bmb-img03 {
    width: 240px;
    top: 90px;
    left: calc(50% - 130px);
    border-radius: 10px;
  }

  #bmb-img04 {
    width: 290px;
    top: 325px;
    left: calc(50% + 250px);
    border-radius: 8px;
  }

  #bmb-img05 {
    width: 290px;
    top: 290px;
    left: calc(50% + 430px);
    border-radius: 8px;
  }

  #bmb-img06 {
    width: 240px;
    top: 20px;
    left: calc(50% + 140px);
    border-radius: 10px;
  }

  /* 체험단 */
  #exper-service-img01 {
    height: 230px;
  }

  #emt-img01 {
    width: 240px;
    top: 40px;
    left: calc(50% + 260px);
  }

  #emt-img02 {
    width: 310px;
    top: 90px;
    left: calc(50% - 280px);
  }

  #emt-img03 {
    width: 180px;
    top: 0px;
    left: calc(50% + 20px);
  }

  #exper-service-img02 {
    height: 230px;
  }

  #emb-img01 {
    width: 180px;
    top: 30px;
    left: calc(50% - 20px);
  }

  #emb-img02 {
    width: 240px;
    top: 00px;
    left: calc(50% - 260px);
  }

  #emb-img03 {
    width: 310px;
    top: 0px;
    left: calc(50% + 280px);
  }

  /* 중화권 */
  #hchina-img02 {
    width: 80px;
    top: 240px;
    left: calc(50% - 180px);
  }

  #hchina-img03 {
    width: 95px;
    top: 170px;
    left: calc(50% + 140px);
  }

  #hchina-img04 {
    width: 95px;
    top: 230px;
    left: calc(50% + 190px);
  }

  #hchina-img05 {
    width: 90px;
    top: 370px;
    left: calc(50% - 120px);
  }

  #hchina-img06 {
    width: 190px;
    top: 160px;
    left: calc(50% + 190px);
    padding: 8px;
  }

  #hchina-img07 {
    width: 160px;
    top: 280px;
    left: calc(50% - 170px);
    padding: 8px;
  }

  /* 쿠팡 */
  #hcoup-img02 {
    width: 270px;
    top: 160px;
    left: calc(50% + 190px);
  }

  #hcoup-img03 {
    width: 170px;
    top: 130px;
    left: calc(50% - 160px);
  }

  #hcoup-img04 {
    width: 310px;
    top: 280px;
    left: calc(50% + 180px);
  }

  /* 선물하기 */
  #hgift-img02 {
    width: 170px;
    top: 190px;
    left: calc(50% - 180px);
  }

  #hgift-img03 {
    width: 160px;
    top: 150px;
    left: calc(50% + 170px);
  }

  #hgift-img04 {
    width: 330px;
    top: 190px;
  }

  /***** 메인 서비스 이미지 *****/
  .home-img-content {
    width: calc(55% - 50px);
    min-width: calc(55% - 50px);
  }

  .home-img-content .img-wrap .basic {
    width: 400px;
  }

  #home-exper .home-img-content .img-box {
    height: 400px;
    width: 100%;
  }

  #home-exper .home-img-content .img-box {
    background-size: 120%;
    background-position: 70% center;
  }

  /* 플레이스 */
  #hplace-img02 {
    width: 210px;
    top: 190px;
    left: calc(50% - 170px);
  }

  #hplace-img03 {
    width: 190px;
    top: 280px;
    left: calc(50% + 160px);
  }

  #hplace-img04 {
    width: 110px;
    top: 255px;
    left: calc(50% - 210px);
  }

  #hplace-img05 {
    width: 110px;
    top: 380px;
    left: calc(50% - 210px);
  }

  #hplace-img06 {
    width: 235px;
    top: 170px;
    left: calc(50% + 150px);
  }

  /* 스토어 */
  #hstore-img02 {
    width: 140px;
    top: 220px;
    left: calc(50% - 140px);
  }

  #hstore-img03 {
    width: 165px;
    top: 280px;
    left: calc(50% - 180px);
  }

  #hstore-img04 {
    width: 230px;
    top: 180px;
    left: calc(50% + 190px);
  }

  #hstore-img05 {
    width: 270px;
    top: 170px;
    left: calc(50% + 200px);
  }

  #hstore-img06 {
    width: 75px;
    top: 260px;
    left: calc(50% - 140px);
  }

  #hstore-img07 {
    width: 75px;
    top: 350px;
    left: calc(50% - 185px);
  }

  /* 블로그 */
  #hblog-img01 {
    margin: 80px 0;
    width: 105%;
  }

  #hblog-img02 {
    width: 280px;
    top: 200px;
    left: calc(50% - 220px);
  }

  #hblog-img03 {
    width: 190px;
    top: 280px;
    left: calc(50% + 220px);
  }

  #hblog-img04 {
    width: 180px;
    top: 70px;
    left: calc(50% - 160px);
  }

  #hblog-img05 {
    width: 180px;
    top: 210px;
    left: calc(50% + 220px);
  }

  /* 체험단 */
  #hexper-img01 {
    width: 240px;
    top: 110px;
    left: calc(50% - 200px);
  }

  #hexper-img02 {
    width: 200px;
    top: 260px;
    left: calc(50% + 240px);
  }

  #hexper-img03 {
    width: 200px;
    top: 0px;
    left: calc(50% - 170px);
  }

  #hexper-img04 {
    width: 190px;
    top: 260px;
    left: calc(50% + 240px);
  }

  /***** 기타 *****/
  .badge-wrap {
    gap: 8px;
  }

  .checkbox-btn {
    width: 20px;
    height: 20px;
  }

  /************************************/
  /************************************/

  /********** 헤더 **********/
  .hp01 .header {
    height: var(--hp01-header-height);
    box-shadow: none;
  }

  .header .contents-wrap {
    height: 100%;
  }

  .hp01 .header .content {
    width: auto;
    display: inherit;
    height: auto;
    position: absolute;
    top: 23px;
    left: 24px;
  }

  .logo {
    width: 170px;
    height: 24px;
  }

  .header-btn-wrap {
    gap: 20px;
  }

  .header-btn {
    color: var(--gray70);
  }

  .menu-modal {
    left: 50%;
    transform: translateX(-50%);
  }

  #footer .menu-modal {
    bottom: 50px;
    top: inherit;
    left: 0;
    transform: none;
  }

  /***** 메뉴 *****/
  .menu {
    display: block !important;
    background-color: red;
  }

  .hp01 .menu {
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
  }

  .hp01 .gnb {
    height: 100%;
    margin: 0 auto;
    flex-direction: row;
    align-items: center;
    gap: 55px;
    width: fit-content;
    padding: 0 20px;
  }

  .hp01 .gnb > li {
    margin-bottom: 0;
  }

  .hp01 .gnb-name {
    margin-bottom: 0;
  }

  .header.invert .arrow-icon {
    color: var(--white);
  }

  .header.invert.slide .arrow-icon {
    color: var(--gray50);
  }

  .hp01 .gnb > li:hover .arrow-icon {
    transform: rotate(-180deg);
    color: var(--blue50);
    top: 1px;
  }

  .hp01 .gnb-name p {
    white-space: nowrap;
  }

  .header.invert .gnb-name p {
    color: var(--white);
  }

  .header.invert.slide .gnb-name p {
    color: var(--black);
  }

  .header.invert.slide .gnb > li:hover .gnb-name p,
  .hp01 .gnb > li:hover .gnb-name {
    color: var(--blue50);
  }

  .lnb-wrap {
    width: 100vw;
    position: fixed;
    top: var(--hp01-header-height);
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--white);
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.1);
    border-top: 1px solid var(--gray10);
    display: none;
  }

  .lnb-content {
    width: var(--hp01-contents-width);
    margin: var(--auto-margin);
    padding: var(--side-padding);
    padding-top: 30px;
    padding-bottom: 35px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }

  .menu-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: -12px;
    padding-right: 60px;
    white-space: nowrap;
  }

  .menu-info-title {
    font-weight: 600;
    font-size: 25px;
  }

  .menu-info-txt {
    color: var(--gray60);
    line-height: 1.5;
    font-size: 16px;
  }

  .hp01 .lnb {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    gap: 15px;
    padding-left: 40px;
    width: fit-content;
  }

  .menu-info + .lnb {
    border-left: 1px solid var(--gray15);
  }

  .hp01 .lnb > li {
    width: calc(33.33% - 15px);
  }

  .hp01 .lnb a {
    width: fit-content;
    white-space: nowrap;
    color: var(--gray90);
    display: flex;
    gap: 20px;
    align-items: center;
    line-height: 1.5;
    padding: 10px 20px;
    font-weight: 500;
  }

  .lnb-icon {
    width: 30px;
    height: 30px;
  }

  .lnb-sub-txt {
    color: var(--gray60);
    font-size: 14px;
    font-weight: 400;
  }

  .hp01 .sub-menu {
    position: absolute;
    right: 0;
    top: 18px;
    margin-top: 0;
  }

  .hp01 .sub-menu,
  .hp01 .sub-menu .btn-wrap {
    width: auto;
  }

  .hp01 .sub-menu .btn-wrap .btn {
    padding: 7px 14px;
    font-size: 14px;
    border-radius: 8px;
  }

  /********** 푸터 **********/
  .pf01 #footer {
    padding-left: var(--pf01-header-width);
  }

  #footer .contents-wrap {
    padding-top: 50px;
    padding-bottom: 40px;
    justify-content: space-between;
  }

  .pf01 #footer .contents-wrap {
    padding: 50px var(--pf01-padding);
  }

  #footer .content {
    width: auto;
    flex-direction: column;
  }

  .fnb.single {
    gap: 30px;
  }

  .footer-channel {
    margin-bottom: 0;
    gap: 20px;
    margin-top: auto;
  }

  .fnb {
    width: auto;
    flex-direction: row;
    gap: 60px;
  }

  .fnb-sub {
    margin-top: 20px;
    gap: 15px;
    padding-left: 0;
  }

  #footer .content.footer-bottom {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }

  .info-list.copyright > li {
    text-align: right;
  }

  /***** 수상 *****/
  .award {
    justify-content: flex-end;
  }

  /********** 플로팅 **********/
  #floating-wrap {
    right: 30px;
    bottom: 50px;
  }

  .floating {
    width: 50px;
    height: 50px;
  }

  .icon-symbol {
    min-width: 26px;
    width: 26px;
  }

  .floating-txt {
    right: 60px;
  }

  /********** 유틸리티 **********/
  /***** 반응형 *****/
  .pc:nth-child(n) {
    display: block !important;
  }

  .pcFlex:nth-child(n) {
    display: flex !important;
  }

  .mob:nth-child(n),
  .mobFlex:nth-child(n) {
    display: none !important;
  }

  .mobFlex:nth-child(n) {
    display: none !important;
  }
}

@media all and (min-width: 1200px) {
  .hp01 .contents-wrap {
    width: var(--hp01-contents-width);
    margin: var(--auto-margin);
  }
}
