@charset "UTF-8";

/*=================================================
            바디(거의 고정형 공통)
=================================================*/
html:not(.mobile) ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

html:not(.mobile) ::-webkit-scrollbar-track {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
}

html:not(.mobile) ::-webkit-scrollbar-thumb {
  border-radius: 15px;
  background-color: #ddd;
}

html:not(.mobile) ::-webkit-scrollbar-thumb:hover {
  background-color: #174fb7;
}

html:not(.mobile) {
  scrollbar-3dLight-Color: #ddd;
  scrollbar-arrow-color: #ddd;
  scrollbar-base-color: #eee;
  scrollbar-Face-Color: #f2f2f2;
  scrollbar-Track-Color: #fff;
  scrollbar-DarkShadow-Color: #ddd;
  scrollbar-Highlight-Color: #ddd;
  scrollbar-Shadow-Color: #f2f2f2;
}

body {
  position: relative;
  font-family: "MinSans", sans-serif;
  min-width: 320px;
  overflow-x: hidden;
}

body.modal-open {
  overflow: hidden !important;
}

/*=====MOBILE=====*/
html.m-nav-open {
  overflow: hidden;
}

.mobile-header {
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 320px;
  height: 60px;
  display: flex;
  justify-content: space-between;
  z-index: 700;
}

.mobile-header.addColor .mobile-inner .logo .logo-img {
  background-image: url(../imgs/common/header-icon-logo-m.png);
}

.mobile-header.addColor .menuBtn .line,
.mobile-header.addColor .menuBtn .line:before,
.mobile-header.addColor .menuBtn .line:after {
  background-color: #333;
}

.m-nav-open .mobile-header.addColor .menuBtn .line {
  background-color: rgba(255, 255, 255, 0);
}

.m-nav-open .mobile-header.addColor .menuBtn .line:before,
.m-nav-open .mobile-header.addColor .menuBtn .line:after {
  background-color: #fff;
}

.mobile-header.hide .menuBtn,
.mobile-header.hide .mobile-inner {
  top: -60px;
}

.mobile-header.hide .mobileBg {
  top: -60px;
}

.mobile-header.fixed .mobileBg {
  position: absolute;
  opacity: 1;
}

.mobile-header.fixed .mobile-inner .logo-img {
  background-image: url(../imgs/common/header-icon-logo-m.png);
}

.mobile-header.fixed .mobile-inner .menuBtn .line,
.mobile-header.fixed .mobile-inner .menuBtn .line:before,
.mobile-header.fixed .mobile-inner .menuBtn .line:after {
  background-color: #333;
}

.m-nav-open .mobile-header.fixed .menuBtn .line {
  background-color: rgba(255, 255, 255, 0);
}

.m-nav-open .mobile-header.fixed .menuBtn .line:before,
.m-nav-open .mobile-header.fixed .menuBtn .line:after {
  background-color: #fff;
}

.mobile-header .mobile-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .4s;
}

.mobile-header .logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  order: 2;
  flex: 1 1 0%;
  height: 100%;
}

.mobile-header .logo .logo-img {
  display: inline-block;
  width: 120px;
  height: 35px;
  margin-right: auto;
  margin-left: 15px;
  margin-top: 13px;
  background-image: url(../imgs/common/header-icon-logo-m-ffffff.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all .4s;
}

.mobile-header .menuBtn {
  position: fixed;
  top: 3px;
  right: 0;
  padding: 19px;
  z-index: 701;
  transition: top .4s;
  cursor: pointer;
}

.mobile-header .menuBtn .line {
  margin: 7px 0;
  transition: transform .3s;
}

.m-nav-open .mobile-header .menuBtn .line {
  background-color: rgba(255, 255, 255, 0);
}

.mobile-header .menuBtn .line,
.mobile-header .menuBtn .line:before,
.mobile-header .menuBtn .line:after {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  transition: all .4s;
}

.mobile-header .menuBtn .line:before,
.mobile-header .menuBtn .line:after {
  content: "";
}

.mobile-header .menuBtn .line:before {
  transform: translateY(-8px);
}

.m-nav-open .mobile-header .menuBtn .line:before {
  -webkit-transform: translateY(0) rotateZ(135deg);
  transform: translateY(0) rotateZ(135deg);
}

.mobile-header .menuBtn .line:after {
  transform: translateY(6px);
}

.m-nav-open .mobile-header .menuBtn .line:after {
  -webkit-transform: translateY(-2px) rotateZ(-135deg);
  transform: translateY(-2px) rotateZ(-135deg);
}

.mobile-header .mobileBg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all .4s;
  z-index: -1;
  opacity: 0;
  filter: drop-shadow(0 5px 15px rgba(20, 42, 82, 0.1));
  -webkit-filter: drop-shadow(0 5px 15px rgba(20, 42, 82, 0.1));
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.mobile-nav-wrap {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 700;
  overflow: auto;
  background-color: #142a52;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
  color: #fff;
}

.m-nav-open .mobile-nav-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.mobile-nav-wrap .nav-top-menu .aco-logo {
  width: 100%;
  height: 60px;
  margin-bottom: 70px;
}

.mobile-nav-wrap .nav-top-menu .aco-logo .logo-img {
  display: inline-block;
  width: 120px;
  height: 35px;
  margin-right: auto;
  margin-left: 15px;
  margin-top: 18px;
  background-image: url(../imgs/common/header-icon-logo-m-ffffff.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.mobile-nav-wrap .nav-top-menu .top-menu-list {
  display: flex;
  padding-left: 15px;
  margin-bottom: 50px;
}

.mobile-nav-wrap .nav-top-menu .top-menu-list .top-menu-item:not(:last-child) {
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
}

.mobile-nav-wrap .nav-top-menu .top-menu-list .top-menu-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  display: block;
  top: 50%;
  width: 1px;
  height: 16px;
  background-color: #fff;
}

.mobile-nav-wrap .nav-top-menu .top-menu-list .top-menu-item .top-menu-btn {
  display: inline-flex;
  align-items: center;
}

.mobile-nav-wrap .nav-top-menu .top-menu-list .top-menu-item .top-menu-btn .text {
  font-size: 17px;
  line-height: 1.176;
  color: #fff;
}

.mobile-nav-wrap .nav-top-menu .top-menu-list .top-menu-item .top-menu-btn .icon-wrap {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.mobile-nav-wrap .nav-top-menu .top-menu-list .top-menu-item .top-menu-btn .icon-wrap.icon-write {
  background-image: url(../imgs/common/header-icon-write-ffffff.svg);
}

.mobile-nav-wrap .nav-top-menu .top-menu-list .top-menu-item .top-menu-btn .icon-wrap.icon-search {
  background-image: url(../imgs/common/header-icon-search-ffffff.svg);
}

.mobile-nav-wrap .mobile-nav .aco {
  padding-bottom: 2px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.33;
}

.mobile-nav-wrap .mobile-nav .aco:not(:last-child) {
  margin-bottom: 20px;
}

.mobile-nav-wrap .mobile-nav .aco>.link.open:after {
  transform: rotate(-180deg);
}

.mobile-nav-wrap .mobile-nav .aco.on>.link .text {
  position: relative;
}

.mobile-nav-wrap .mobile-nav .aco.on>.link .text::before {
  opacity: 1;
}

.mobile-nav-wrap .mobile-nav .aco .has-sub::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: -20px;
  background-image: url(../imgs/common/header-icon-arrow-ffffff-m.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.mobile-nav-wrap .mobile-nav .aco .has-sub .text {
  padding-right: 30px;
}

.mobile-nav-wrap .mobile-nav .aco>.link {
  display: flex;
  align-items: center;
  flex: 1 1 0%;
  width: 100%;
  height: 40px;
  padding: 0 15px;
}

.mobile-nav-wrap .mobile-nav .aco>.link .text::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  opacity: 0;
  transition: opacity .1s .25s;
}

.mobile-nav-wrap .mobile-nav .aco.on .sub-menu-list-wrap {
  display: flex;
  flex-direction: column;
}

.mobile-nav-wrap .mobile-nav .aco.on>.link {
  color: #fff;
}

.mobile-nav-wrap .mobile-nav .aco.on .sub-menu-list.on {
  color: #fff;
}

.mobile-nav-wrap .sub-menu-list-wrap {
  display: none;
  margin-top: 20px;
  padding-left: 35px;
  text-align: left;
}

.mobile-nav-wrap .sub-menu-list-wrap .sub-menu-list {
  width: 100%;
  height: 26px;
}

.mobile-nav-wrap .sub-menu-list-wrap .sub-menu-list:not(:last-child) {
  margin-bottom: 15px;
}

.mobile-nav-wrap .sub-menu-list-wrap .sub-menu-list .text {
  font-size: 22px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}

.mobile-nav-wrap .sub-menu-list-wrap .sub-menu-list.on .text {
  color: #fff;
}

/*=====MOBILE end=====*/
/*=====PC=====*/
@media screen and (min-width: 992px) {
  .pc-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 140px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    will-change: top;
    color: #fff;
    z-index: 700;
  }

  .pc-header.addColor {
    color: #333;
  }

  .pc-header.addColor .logo .logo-img {
    background-image: url(../imgs/common/header-icon-logo.png);
  }

  .pc-header.addColor .menu-list .has-sub .text::after {
    background-image: url(../imgs/common/header-icon-arrow.svg);
  }

  .pc-header.addColor .top-menu-list .top-menu-item .top-menu-btn .text {
    color: #555;
  }

  .pc-header.addColor .top-menu-list .top-menu-item .icon-wrap.icon-write {
    background-image: url(../imgs/common/header-icon-write.svg);
  }

  .pc-header.addColor .top-menu-list .top-menu-item .icon-wrap.icon-search {
    background-image: url(../imgs/common/header-icon-search.svg);
  }

  .pc-header.addColor .top-menu-list .top-menu-item:not(:last-child)::after {
    background-color: #ddd;
  }

  .pc-header.hide .fixed-wrap,
  .pc-header.hide .header-inner {
    top: -140px;
  }

  .pc-header.fixed {
    position: fixed;
  }

  .pc-header.fixed .fixed-wrap {
    height: 90px;
    background-color: #fff;
    color: #333;
    filter: drop-shadow(0 5px 15px rgba(20, 42, 82, 0.1));
    -webkit-filter: drop-shadow(0 5px 15px rgba(20, 42, 82, 0.1));
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
  }

  .pc-header.fixed .fixed-wrap .logo .logo-img {
    background-image: url(../imgs/common/header-icon-logo.png);
  }

  .pc-header.fixed .fixed-wrap .menu-list>.link>.text {
    position: relative;
  }

  .pc-header.fixed .fixed-wrap .menu-list>.link>.text::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #174fb7;
    opacity: 0;
  }

  .pc-header.fixed .fixed-wrap .menu-list .has-sub .text::after {
    background-image: url(../imgs/common/header-icon-arrow.svg);
  }

  .pc-header.fixed .fixed-wrap .menu-list.on {
    color: #174fb7;
  }

  .pc-header.fixed .fixed-wrap .menu-list.on>.link>.text {
    position: relative;
  }

  .pc-header.fixed .fixed-wrap .menu-list.on>.link>.text::before {
    opacity: 1;
  }

  .pc-header.fixed .fixed-wrap .sub-menu-list-wrap {
    top: 90px;
  }

  .pc-header.fixed .fixed-wrap .top-menu-list .top-menu-item .top-menu-btn .text {
    color: #555;
  }

  .pc-header.fixed .fixed-wrap .top-menu-list .top-menu-item .top-menu-btn .icon-wrap.icon-write {
    background-image: url(../imgs/common/header-icon-write.svg);
  }

  .pc-header.fixed .fixed-wrap .top-menu-list .top-menu-item .top-menu-btn .icon-wrap.icon-search {
    background-image: url(../imgs/common/header-icon-search.svg);
  }

  .pc-header.fixed .fixed-wrap .top-menu-list .top-menu-item:not(:last-child)::after {
    background-color: #ddd;
  }

  .pc-header .fixed-wrap {
    position: relative;
    top: 0;
    left: 0;
    padding: 0 15px;
    width: 100%;
    height: 140px;
    transition: all 0.4s;
  }

  .pc-header .header-inner {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1780px;
    height: 100%;
    transition: top 0.4s;
  }

  .pc-header .logo {
    display: flex;
    flex-direction: column;
    width: 120px;
  }
}

@media screen and (min-width: 992px) and (min-width: 992px) {
  .pc-header .logo {
    width: 14.29525vw;
  }
}

@media screen and (min-width: 992px) and (min-width: 1200px) {
  .pc-header .logo {
    width: 171.4px;
  }
}

@media screen and (min-width: 992px) {
  .pc-header .logo .logo-img {
    display: inline-flex;
    flex: 1 1 0%;
    align-items: center;
    width: 100%;
    background-image: url(../imgs/common/header-icon-logo-ffffff.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: background-image 0.4s;
  }

  .pc-nav {
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }

  .pc-nav .menu-list {
    display: flex;
    position: relative;
    justify-content: center;
  }

  .pc-nav .menu-list:not(:last-child) {
    margin-right: 3.38718vw;
  }
}

@media screen and (min-width: 992px) and (min-width: 1920px) {
  .pc-nav .menu-list:not(:last-child) {
    margin-right: 65px;
  }
}

@media screen and (min-width: 992px) {
  .pc-nav .menu-list>.link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33;
    transition: color 0.4s;
  }

  .pc-nav .menu-list>.link>.text {
    position: relative;
    padding: 0 10px;
  }

  .pc-nav .menu-list>.link>.text::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: 0;
  }

  .pc-nav .menu-list:hover .has-sub .text::after {
    transform: rotate(-180deg);
  }

  .pc-nav .menu-list.on>.link>.text::before {
    opacity: 1;
  }

  .pc-nav .menu-list .has-sub>.text {
    padding-right: 35px;
  }

  .pc-nav .menu-list .has-sub>.text:after {
    content: "";
    position: absolute;
    top: 3px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    background-image: url(../imgs/common/header-icon-arrow-ffffff-m.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: background-image 0.4s;
  }

  .sub-menu-list-wrap {
    display: none;
    position: absolute;
    top: 109px;
    left: 50%;
    min-width: 180px;
    transform: translateX(-50%);
    padding: 30px 0;
    text-align: center;
    white-space: nowrap;
    visibility: visible;
    opacity: 0;
    transition: opacity 0.4s;
    z-index: 700;
    background-color: #142a52;
  }

  .menu-list.current .sub-menu-list-wrap {
    opacity: 1;
  }

  .sub-menu-list-wrap.block {
    display: flex !important;
    flex-direction: column;
  }

  .sub-menu-list {
    display: inline-block;
    line-height: 1.166;
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
  }

  .sub-menu-list>.link {
    color: rgba(255, 255, 255, 0.7);
  }

  .sub-menu-list:last-child {
    margin-bottom: 0;
  }

  .sub-menu-list.on>.link {
    color: #fff;
  }

  .top-menu-list {
    display: flex;
    align-items: center;
  }

  .top-menu-list .top-menu-item:not(:last-child) {
    position: relative;
    margin-right: 20px;
    padding-right: 20px;
  }

  .top-menu-list .top-menu-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    display: block;
    top: 50%;
    width: 1px;
    height: 16px;
    background-color: #fff;
    transition: background-color 0.4s;
  }

  .top-menu-list .top-menu-item .top-menu-btn {
    display: inline-flex;
    align-items: center;
  }

  .top-menu-list .top-menu-item .top-menu-btn .text {
    font-size: 17px;
    line-height: 1.176;
    color: #fff;
    transition: color .4s;
  }

  .top-menu-list .top-menu-item .top-menu-btn .icon-wrap {
    width: 24px;
    height: 24px;
    margin-left: 10px;
  }

  .top-menu-list .top-menu-item .icon-wrap.icon-write {
    background-image: url(../imgs/common/header-icon-write-ffffff.svg);
    transition: background-image .4s;
  }

  .top-menu-list .top-menu-item .icon-wrap.icon-search {
    background-image: url(../imgs/common/header-icon-search-ffffff.svg);
    transition: background-image .4s;
  }
}

/*=====PC end=====*/
/*=================================================
            공통 레이아웃 (고정형 공통)
=================================================*/
.page-wrap {
  position: relative;
  padding-top: 55px;
}

@media screen and (min-width: 992px) {
  .page-wrap {
    padding-top: 0;
  }
}

.page-wrap::after {
  content: "";
  display: block;
  clear: both;
}

.page-wrap#home,
.page-wrap#amazon,
.page-wrap#coupang,
.page-wrap#naver,
.page-wrap#exportvoucher,
.page-wrap#trademark,
.page-wrap#onepage {
  padding-top: 0;
}

.page-container {
  position: relative;
}

/*=================================================
        타이틀 설정
=================================================*/
.common-title-wrap {
  word-break: keep-all;
  color: #fff;
}

.common-title-wrap .title {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

@media screen and (min-width: 1200px) {
  .common-title-wrap .title {
    font-size: 2.5013vw;
  }
}

@media screen and (min-width: 1920px) {
  .common-title-wrap .title {
    font-size: 48px;
  }
}

@media screen and (min-width: 1200px) {
  .common-title-wrap .title {
    line-height: 1.33;
    letter-spacing: -0.03em;
  }
}

.common-sec1 .common-title-wrap .title {
  font-size: 40px;
  letter-spacing: -0.016em;
  text-align: left;
}

@media screen and (min-width: 1200px) {
  .common-sec1 .common-title-wrap .title {
    font-size: 3.12663vw;
    letter-spacing: -0.02em;
    text-align: left;
  }
}

@media screen and (min-width: 1920px) {
  .common-sec1 .common-title-wrap .title {
    font-size: 60px;
    text-align: left;
  }
}

@media screen and (max-width: 1200px) {
  .common-sec1 .common-title-wrap .title {
    text-align: center;
  }
}

.common-sec1 .common-title-wrap .title2 {
  font-size: 26px;
  letter-spacing: -0.016em;
}

@media screen and (min-width: 1200px) {
  .common-sec1 .common-title-wrap .title2 {
    font-size: 50px;
  }
}

@media screen and (min-width: 1920px) {
  .common-sec1 .common-title-wrap .title2 {
    font-size: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .common-sec1 .common-title-wrap .title2 {
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 1200px) {
  .common-sec1 .common-title-wrap .title2 {
    text-align: center;
  }
}

.common-title-wrap .title .strong {
  font-weight: 700;
}

.common-title-wrap .sub-title {
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (min-width: 992px) {
  .common-title-wrap .sub-title {
    font-size: 1.91827vw;
  }
}

@media screen and (min-width: 1200px) {
  .common-title-wrap .sub-title {
    font-size: 23px;
  }
}

@media screen and (min-width: 992px) {
  .common-title-wrap .sub-title {
    line-height: 1.57;
  }
}

.common-title-wrap .sub-title .strong {
  font-weight: 700;
}

.bg-fff .common-title-wrap {
  color: #000;
}

/*=================================================
        서브페이지타이틀 설정
=================================================*/
.common-subtitle-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .common-subtitle-wrap {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 7.50469vw;
    text-align-last: left;
  }

  #exportvoucher .common-subtitle-wrap {
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 1600px) {
  .common-subtitle-wrap {
    margin-bottom: 120px;
  }
}

@media screen and (min-width: 992px) {

  .amazon .common-subtitle-wrap .text-wrap,
  .coupang .common-subtitle-wrap .text-wrap,
  .naver .common-subtitle-wrap .text-wrap {
    width: calc(3 / 12 * 100%);
  }
}

.common-subtitle-wrap .text-wrap .sub-title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  color: #174fb7;
}

@media screen and (min-width: 992px) {
  .common-subtitle-wrap .text-wrap .sub-title {
    font-size: 2.33528vw;
  }
}

@media screen and (min-width: 1200px) {
  .common-subtitle-wrap .text-wrap .sub-title {
    font-size: 28px;
  }
}

@media screen and (min-width: 992px) {
  .common-subtitle-wrap .text-wrap .sub-title {
    margin-bottom: 1.66806vw;
  }
}

@media screen and (min-width: 1200px) {
  .common-subtitle-wrap .text-wrap .sub-title {
    margin-bottom: 20px;
    line-height: 1.35;
  }
}

.common-subtitle-wrap .text-wrap .title {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.33;
}

@media screen and (min-width: 992px) {
  .common-subtitle-wrap .text-wrap .title {
    font-size: 7.92327vw;
  }
}

@media screen and (min-width: 1200px) {
  .common-subtitle-wrap .text-wrap .title {
    font-size: 95px;
  }
}

@media screen and (min-width: 1200px) {
  .common-subtitle-wrap .text-wrap .title {
    line-height: 1.336;
  }
}

#exportvoucher .common-subtitle-wrap .text-wrap .title {
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  #exportvoucher .common-subtitle-wrap .text-wrap .title {
    margin-bottom: 7.50469vw;
  }
}

@media screen and (min-width: 1600px) {
  #exportvoucher .common-subtitle-wrap .text-wrap .title {
    margin-bottom: 120px;
  }
}

.common-subtitle-wrap .text-wrap .link {
  display: inline-block;
  margin: 0 auto;
}

.common-subtitle-wrap .text-wrap .link .desc {
  position: relative;
  padding-right: 28px;
  font-size: 18px;
  line-height: 1.33;
  color: #333;
}

@media screen and (min-width: 992px) {
  .common-subtitle-wrap .text-wrap .link .desc {
    font-size: 20px;
  }
}

.common-subtitle-wrap .text-wrap .link .desc::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../imgs/page/subpage-icon-link-555555.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.common-subtitle-wrap .logo-wrap {
  max-width: 344px;
  margin-top: 10px;
}

@media screen and (min-width: 992px) {
  .common-subtitle-wrap .logo-wrap {
    width: calc(8 / 12 * 100%);
    max-width: 796px;
    margin-top: 0;
  }
}

/*=================================================
        원페이지, 온라인몰 공통 스타일
=================================================*/
/* 공통 버튼 */
/*
@ 메인페이지 공통 섹션
*/
#main-section-wrap {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (min-width: 992px) {
  #main-section-wrap.swiper-container {
    height: 100vh;
  }
}

@media screen and (max-width: 991.98px) {
  #main-section-wrap>.swiper-wrapper {
    display: block !important;
    height: auto !important;
  }
}

#main-section-wrap .scroll-down-wrap.swiper-button-next {
  justify-content: flex-start;
  top: auto;
  right: auto;
  height: auto;
  width: auto;
}

#main-section-wrap .scroll-down-wrap.swiper-button-next::after {
  display: none;
}

@media screen and (min-width: 992px) {
  #main-section-wrap .scroll-down-wrap.swiper-button-next {
    justify-content: center;
  }
}

#main-section-wrap .scroll-down-wrap.swiper-button-next.swiper-button-disabled {
  opacity: 1;
}

#main-section-wrap .scroll-down-wrap.scroll-down-wrap {
  position: absolute;
  z-index: 10;
}

#main-section-wrap .scroll-down-wrap.scroll-down-wrap .scroll-down-btn {
  display: flex;
  align-items: center;
  transition: all .4s;
}

#main-section-wrap .scroll-down-wrap.scroll-down-wrap .scroll-down-btn .img {
  width: 20px;
  height: 30px;
  margin-right: 10px;
  background-image: url(../imgs/common/icon-scrolldown.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#main-section-wrap .scroll-down-wrap.scroll-down-wrap .scroll-down-btn .text {
  font-size: 18px;
  line-height: 1.166;
  color: #fff;
}

@media screen and (max-width: 991.98px) {
  #main-section-wrap .scroll-down-wrap.mobile-scroll-down {
    bottom: 20px;
    left: 23px;
  }
}

@media screen and (min-width: 992px) {
  #main-section-wrap .scroll-down-wrap.pc-scroll-down {
    position: absolute;
    left: 50%;
    bottom: 40px;
    top: auto;
    transform: translate(-50%, 0);
  }
}

@media screen and (min-width: 992px) {
  #main-section-wrap .scroll-down-wrap.pc-scroll-down .scroll-down-btn {
    cursor: pointer;
  }
}

#main-section-wrap .main-section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section {
    height: 100vh;
    padding: 0;
  }
}

#main-section-wrap .main-section.common-sec1 {
  padding: 0;
}

#main-section-wrap .main-section.common-sec1 .main-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 15px;
}

@media screen and (min-width: 1200px) {
  #main-section-wrap .main-section.common-sec1 .main-inner {
    flex-direction: row;
    justify-content: space-between;
    padding: 0 60px;
  }
}

@media screen and (min-width: 1600px) {
  #main-section-wrap .main-section.common-sec1 .main-inner {
    padding: 0;
  }
}

#main-section-wrap .main-section.common-sec1 .main-inner .common-title-wrap {
  margin-bottom: 35px;
}

@media screen and (min-width: 1200px) {
  #main-section-wrap .main-section.common-sec1 .main-inner .common-title-wrap {
    margin-bottom: 0;
  }
}

#main-section-wrap .main-section.common-sec1 .main-inner .common-title-wrap .title {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 1200px) {
  #main-section-wrap .main-section.common-sec1 .main-inner .common-title-wrap .title::before {
    content: "";
    position: absolute;
    left: -33px;
    top: -19px;
    display: block;
    width: 66px;
    height: 66px;
    background-color: rgba(23, 79, 183, 0.6);
    border-radius: 50%;
    z-index: -1;
  }
}

#main-section-wrap .main-section.common-sec1 .main-inner .common-title-wrap .title .strong {
  font-weight: 900;
}

@media screen and (min-width: 1200px) {
  #main-section-wrap .main-section.common-sec1 .main-inner .common-title-wrap {
    max-width: 805px;
    width: 50%;
  }
}

@media screen and (min-width: 1600px) {
  #main-section-wrap .main-section.common-sec1 .main-inner .common-title-wrap {
    margin-left: 14.27827vw;
    width: 41.9%;
  }
}

@media screen and (min-width: 1920px) {
  #main-section-wrap .main-section.common-sec1 .main-inner .common-title-wrap {
    margin-left: 274px;
  }
}

@media screen and (min-width: 1200px) {
  #main-section-wrap .main-section.common-sec1 .main-inner .search-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    max-width: 35.02189vw;
  }
}

@media screen and (min-width: 1600px) {
  #main-section-wrap .main-section.common-sec1 .main-inner .search-wrap {
    width: 560px;
    margin-right: 12.55862vw;
  }
}

@media screen and (min-width: 1920px) {
  #main-section-wrap .main-section.common-sec1 .main-inner .search-wrap {
    margin-right: 241px;
  }
}

#main-section-wrap .main-section.common-sec1 .main-inner .search-wrap .desc {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec1 .main-inner .search-wrap .desc {
    font-size: 1.66806vw;
  }
}

@media screen and (min-width: 1200px) {
  #main-section-wrap .main-section.common-sec1 .main-inner .search-wrap .desc {
    font-size: 20px;
  }
}

@media screen and (min-width: 1200px) {
  #main-section-wrap .main-section.common-sec1 .main-inner .search-wrap .desc {
    margin-bottom: 20px;
    line-height: 1.2;
    text-align: center;
  }
}

#main-section-wrap .main-section.common-sec1 .main-inner .search-wrap .main-search-form {
  position: relative;
  width: 91.97861vw;
}

@media screen and (min-width: 1200px) {
  #main-section-wrap .main-section.common-sec1 .main-inner .search-wrap .main-search-form {
    width: 100%;
    margin-left: auto;
  }
}

#main-section-wrap .main-section.common-sec1 .main-inner .search-wrap .main-search-form input[type="search"] {
  width: 100%;
  height: 60px;
  padding: 20px 55px 19px 15px;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.6);
  font-weight: 300;
  font-size: 18px;
  line-height: 1.1666;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

@media screen and (min-width: 1200px) {
  #main-section-wrap .main-section.common-sec1 .main-inner .search-wrap .main-search-form input[type="search"] {
    font-size: 1.56348vw;
  }
}

@media screen and (min-width: 1600px) {
  #main-section-wrap .main-section.common-sec1 .main-inner .search-wrap .main-search-form input[type="search"] {
    font-size: 25px;
  }
}

#main-section-wrap .main-section.common-sec1 .main-inner .search-wrap .main-search-form input[type="search"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

#main-section-wrap .main-section.common-sec1 .main-inner .search-wrap .main-search-form input[type="search"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: inherit;
}

#main-section-wrap .main-section.common-sec1 .main-inner .search-wrap .main-search-form input[type="search"]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: inherit;
}

#main-section-wrap .main-section.common-sec1 .main-inner .search-wrap .main-search-form input[type="search"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: inherit;
}

#main-section-wrap .main-section.common-sec1 .main-inner .search-wrap .main-search-form input[type="search"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: inherit;
}

#main-section-wrap .main-section.common-sec1 .main-inner .search-wrap .main-search-form input[type="search"]::placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: inherit;
}

@media screen and (min-width: 1200px) {
  #main-section-wrap .main-section.common-sec1 .main-inner .search-wrap .main-search-form input[type="search"] {
    height: 5.31582vw;
  }
}

@media screen and (min-width: 1600px) {
  #main-section-wrap .main-section.common-sec1 .main-inner .search-wrap .main-search-form input[type="search"] {
    height: 85px;
    padding: 28px 186px 27px 25px;
  }
}

#main-section-wrap .main-section.common-sec1 .main-inner .search-wrap .main-search-form input[type="search"]:-webkit-autofill,
#main-section-wrap .main-section.common-sec1 .main-inner .search-wrap .main-search-form input[type="search"]:-webkit-autofill:hover,
#main-section-wrap .main-section.common-sec1 .main-inner .search-wrap .main-search-form input[type="search"]:-webkit-autofill:focus,
#main-section-wrap .main-section.common-sec1 .main-inner .search-wrap .main-search-form input[type="search"]:-webkit-autofill:active {
  caret-color: #fff;
  box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.8) !important;
  transition: background-color 5000s;
}

#main-section-wrap .main-section.common-sec1 .main-inner .search-wrap .main-search-form input[type="search"]::-webkit-search-decoration,
#main-section-wrap .main-section.common-sec1 .main-inner .search-wrap .main-search-form input[type="search"]::-webkit-search-cancel-button,
#main-section-wrap .main-section.common-sec1 .main-inner .search-wrap .main-search-form input[type="search"]::-webkit-search-results-button,
#main-section-wrap .main-section.common-sec1 .main-inner .search-wrap .main-search-form input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

#main-section-wrap .main-section.common-sec1 .main-inner .search-wrap .main-search-form #submit {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  width: 35px;
  height: 35px;
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec1 .main-inner .search-wrap .main-search-form #submit {
    width: 3.75313vw;
    height: 3.75313vw;
  }
}

@media screen and (min-width: 1200px) {
  #main-section-wrap .main-section.common-sec1 .main-inner .search-wrap .main-search-form #submit {
    width: 45px;
    height: 45px;
  }
}

#main-section-wrap .main-section.common-sec1 .main-inner .search-wrap .main-search-form #submit .img {
  width: 100%;
  height: 100%;
  background-image: url(../imgs/common/icon-search-ffffff.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#main-section-wrap .main-section.common-sec2 {
  background-image: url(../imgs/common/main-bg-img-01-m@3x.jpeg);
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec2 {
    background-image: url(../imgs/common/main-bg-img-01.jpeg);
  }
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec2 .flex-row {
    align-items: center;
  }
}

#main-section-wrap .main-section.common-sec2 .flex-row .common-title-wrap {
  margin-bottom: 39px;
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec2 .flex-row .common-title-wrap {
    margin-bottom: 0;
  }
}

#main-section-wrap .main-section.common-sec2 .flex-row .common-title-wrap .title {
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec2 .flex-row .common-title-wrap .title {
    margin-bottom: 2.50156vw;
  }
}

@media screen and (min-width: 1600px) {
  #main-section-wrap .main-section.common-sec2 .flex-row .common-title-wrap .title {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  #main-section-wrap .main-section.common-sec2 .flex-row .sns-link-wrap {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec2 .flex-row .sns-link-wrap {
    justify-content: flex-end;
  }
}

#main-section-wrap .main-section.common-sec2 .flex-row .sns-link-wrap .sns-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 72px;
  padding: 0 20px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  -webkit-backdrop-filter: blur(23.2px);
  backdrop-filter: blur(23.2px);
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

@media screen and (min-width: 768px) {
  #main-section-wrap .main-section.common-sec2 .flex-row .sns-link-wrap .sns-link {
    width: 48%;
  }
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec2 .flex-row .sns-link-wrap .sns-link {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 270px;
    height: 340px;
    border-radius: 15px;
  }
}

#main-section-wrap .main-section.common-sec2 .flex-row .sns-link-wrap .sns-link:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  #main-section-wrap .main-section.common-sec2 .flex-row .sns-link-wrap .sns-link:not(:last-child) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec2 .flex-row .sns-link-wrap .sns-link:not(:last-child) {
    margin-right: 10px;
  }
}

#main-section-wrap .main-section.common-sec2 .flex-row .sns-link-wrap .sns-link.kakao .title::before {
  background-image: url(../imgs/common/icon-kakao-m.svg);
}

#main-section-wrap .main-section.common-sec2 .flex-row .sns-link-wrap .sns-link.tel .title::before {
  background-image: url(../imgs/common/icon-call-m.svg);
}

#main-section-wrap .main-section.common-sec2 .flex-row .sns-link-wrap .sns-link .title {
  position: relative;
  padding-left: 34px;
  font-size: 16px;
  line-height: 1.3125;
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec2 .flex-row .sns-link-wrap .sns-link .title {
    font-size: 1.66806vw;
  }
}

@media screen and (min-width: 1200px) {
  #main-section-wrap .main-section.common-sec2 .flex-row .sns-link-wrap .sns-link .title {
    font-size: 20px;
  }
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec2 .flex-row .sns-link-wrap .sns-link .title {
    width: 100%;
    padding-left: 0;
    padding-top: 65px;
    line-height: 1.3;
    text-align: center;
  }
}

#main-section-wrap .main-section.common-sec2 .flex-row .sns-link-wrap .sns-link .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec2 .flex-row .sns-link-wrap .sns-link .title::before {
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
  }
}

#main-section-wrap .main-section.common-sec2 .flex-row .sns-link-wrap .sns-link .link {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec2 .flex-row .sns-link-wrap .sns-link .link {
    font-size: 2.08507vw;
  }
}

@media screen and (min-width: 1200px) {
  #main-section-wrap .main-section.common-sec2 .flex-row .sns-link-wrap .sns-link .link {
    font-size: 25px;
  }
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec2 .flex-row .sns-link-wrap .sns-link .link {
    line-height: 1.36;
  }
}

#main-section-wrap .main-section.common-sec2 .flex-row .sns-link-wrap .sns-link .link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 5px;
  background-color: #fff;
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec2 .flex-row .sns-link-wrap .sns-link .link::after {
    margin-top: 3px;
  }
}

#main-section-wrap .main-section.common-sec3 {
  background-image: url(../imgs/common/main-bg-img-02-m@3x.png);
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec3 {
    background-image: url(../imgs/common/main-bg-img-02.png);
  }
}

#main-section-wrap .main-section.common-sec3 .common-title-wrap {
  margin-bottom: 40px;
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec3 .common-title-wrap {
    margin-bottom: 3.75235vw;
  }
}

@media screen and (min-width: 1600px) {
  #main-section-wrap .main-section.common-sec3 .common-title-wrap {
    margin-bottom: 60px;
  }
}

#main-section-wrap .main-section.common-sec3 .common-title-wrap .title {
  margin-bottom: 20px;
}

#main-section-wrap .main-section.common-sec3 .common-title-wrap .sub-title {
  color: #555;
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec3 .flex-row {
    justify-content: space-between;
  }
}

#main-section-wrap .main-section.common-sec3 .flex-row .col-12:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec3 .flex-row .col-12:not(:last-child) {
    margin-bottom: 0;
  }
}

#main-section-wrap .main-section.common-sec3 .flex-row .service-item {
  position: relative;
  padding: 25px;
  background-color: #142a52;
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec3 .flex-row .service-item {
    height: 370px;
    max-width: none;
    padding: 3.12695vw;
  }
}

@media screen and (min-width: 1600px) {
  #main-section-wrap .main-section.common-sec3 .flex-row .service-item {
    padding: 50px;
  }
}

#main-section-wrap .main-section.common-sec3 .flex-row .service-item .text-wrap .title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.56;
  color: #fff;
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec3 .flex-row .service-item .text-wrap .title {
    font-size: 1.56348vw;
  }
}

@media screen and (min-width: 1600px) {
  #main-section-wrap .main-section.common-sec3 .flex-row .service-item .text-wrap .title {
    font-size: 25px;
  }
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec3 .flex-row .service-item .text-wrap .title {
    position: relative;
    margin-bottom: 1.25078vw;
  }
}

@media screen and (min-width: 1600px) {
  #main-section-wrap .main-section.common-sec3 .flex-row .service-item .text-wrap .title {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec3 .flex-row .service-item .text-wrap .title::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    margin-top: 15px;
    background-color: #887c6a;
  }
}

#main-section-wrap .main-section.common-sec3 .flex-row .service-item .text-wrap .desc {
  font-size: 18px;
  font-weight: 300;
  color: #ddd;
}

#main-section-wrap .main-section.common-sec3 .flex-row .service-item .icon-wrap {
  position: absolute;
  right: 25px;
  top: 25px;
  width: 13.36898vw;
  height: 13.36898vw;
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec3 .flex-row .service-item .icon-wrap {
    top: auto;
    right: 50px;
    bottom: 50px;
    width: 8.34028vw;
    height: 8.34028vw;
  }
}

@media screen and (min-width: 1200px) {
  #main-section-wrap .main-section.common-sec3 .flex-row .service-item .icon-wrap {
    width: 100px;
    height: 100px;
  }
}

#main-section-wrap .main-section.common-sec4 {
  padding-bottom: 80px;
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec4 {
    padding: 0;
  }
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec4 .flex-row {
    justify-content: space-between;
  }
}

#main-section-wrap .main-section.common-sec4 .flex-row .common-title-wrap {
  margin-bottom: 60px;
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec4 .flex-row .common-title-wrap {
    margin-bottom: 0;
  }
}

#main-section-wrap .main-section.common-sec4 .flex-row .common-title-wrap .title {
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec4 .flex-row .common-title-wrap .title {
    margin-bottom: 2.50156vw;
  }
}

@media screen and (min-width: 1600px) {
  #main-section-wrap .main-section.common-sec4 .flex-row .common-title-wrap .title {
    margin-bottom: 40px;
  }
}

#main-section-wrap .main-section.common-sec4 .flex-row .common-title-wrap .sub-title {
  color: #555;
}

#main-section-wrap .main-section.common-sec4 .board-write-wrap .form-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#main-section-wrap .main-section.common-sec4 .board-write-wrap .form-body .form-group {
  position: relative;
  width: 100%;
}

#main-section-wrap .main-section.common-sec4 .board-write-wrap .form-body .form-group:not(:last-child) {
  margin-bottom: 40px;
}

#main-section-wrap .main-section.common-sec4 .board-write-wrap .form-body .form-group .form-title {
  position: absolute;
  top: 14px;
  left: 0;
  font-size: 16px;
  transform-origin: left;
  transition: all .25s;
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec4 .board-write-wrap .form-body .form-group .form-title {
    font-size: 18px;
  }
}

#main-section-wrap .main-section.common-sec4 .board-write-wrap .form-body .form-group .form-title.ani-on {
  transform: scale(0.8) translateY(-37px);
}

#main-section-wrap .main-section.common-sec4 .board-write-wrap .form-body .form-group .form-title.ani-on label {
  color: #174fb7;
}

#main-section-wrap .main-section.common-sec4 .board-write-wrap .form-body .form-group .form-title.required::after {
  content: "*";
  position: absolute;
  left: calc(100% + 2px);
  top: 0;
  display: inline-block;
  margin-left: 2px;
  margin-right: 3px;
  color: #174fb7;
}

#main-section-wrap .main-section.common-sec4 .board-write-wrap .form-body .form-group .form-title label {
  cursor: pointer;
  color: #222;
}

#main-section-wrap .main-section.common-sec4 .board-write-wrap .form-body .form-group .form-content {
  width: 100%;
}

#main-section-wrap .main-section.common-sec4 .board-write-wrap .form-body .form-group .form-content input[type="text"] {
  width: 100%;
  height: 50px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent transparent #222 transparent;
  font-size: 16px;
  transition: all .25s;
}

#main-section-wrap .main-section.common-sec4 .board-write-wrap .form-body .form-group .form-content input[type="text"]:focus {
  border-color: transparent transparent #174fb7 transparent;
}

#main-section-wrap .main-section.common-sec4 .board-write-wrap .form-body .form-group .form-content input[type="file"] {
  width: 100%;
  height: 50px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent transparent #222 transparent;
  font-size: 16px;
}

#main-section-wrap .main-section.common-sec4 .board-write-wrap .form-body .form-group .form-content .input-textarea {
  width: 100%;
  height: 130px;
  padding-top: 13px;
  line-height: 1.57;
  border-width: 1px;
  border-style: solid;
  border-color: transparent transparent #222 transparent;
  resize: none;
  transition: all .25s;
}

#main-section-wrap .main-section.common-sec4 .board-write-wrap .form-body .form-group .form-content .input-textarea:focus {
  border-color: transparent transparent #174fb7 transparent;
}

#main-section-wrap .main-section.common-sec4 .board-write-wrap .form-body .form-group.form-name,
#main-section-wrap .main-section.common-sec4 .board-write-wrap .form-body .form-group.form-email {
  width: 100%;
}

@media screen and (min-width: 992px) {

  #main-section-wrap .main-section.common-sec4 .board-write-wrap .form-body .form-group.form-name,
  #main-section-wrap .main-section.common-sec4 .board-write-wrap .form-body .form-group.form-email {
    width: 47%;
    max-width: 23.5196vw;
  }
}

@media screen and (min-width: 1200px) {

  #main-section-wrap .main-section.common-sec4 .board-write-wrap .form-body .form-group.form-name,
  #main-section-wrap .main-section.common-sec4 .board-write-wrap .form-body .form-group.form-email {
    max-width: 282px;
  }
}

#main-section-wrap .main-section.common-sec4 .board-write-wrap .form-body .form-group.form-file .file-attach-contact {
  display: flex;
  position: relative;
  border-bottom: 1px solid #222;
}

#main-section-wrap .main-section.common-sec4 .board-write-wrap .form-body .form-group.form-file .file-attach-contact .stored-file-wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  min-height: 50px;
  padding: 5px 0;
}

#main-section-wrap .main-section.common-sec4 .board-write-wrap .form-body .form-group.form-file .file-attach-contact .btn-uploadfile {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  cursor: pointer;
}

#main-section-wrap .main-section.common-sec4 .board-write-wrap .form-body .form-group.form-file .file-attach-contact .btn-uploadfile:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  font-size: 0;
  background: url(../imgs/common/file_attach_add_icon.svg) no-repeat center/20px;
}

#main-section-wrap .main-section.common-sec4 .board-write-wrap .form-body .form-group.form-file .file-attach-contact .preview-wrap {
  display: flex;
  max-width: 100%;
  background-color: #f5f5f5;
  margin: 5px;
  padding-left: 10px;
  align-self: center;
}

#main-section-wrap .main-section.common-sec4 .board-write-wrap .form-body .form-group.form-file .file-attach-contact .preview-wrap .preview-wrap-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  height: 25px;
}

#main-section-wrap .main-section.common-sec4 .board-write-wrap .form-body .form-group.form-file .file-attach-contact .preview-wrap .preview-wrap-list .preview-wrap-list-text {
  margin-top: 0;
  font-size: 12px;
  line-height: 1.4;
  color: #666;
}

#main-section-wrap .main-section.common-sec4 .board-write-wrap .form-body .form-group.form-file .file-attach-contact .preview-wrap .preview-wrap-list .preview-wrap-list-btn .preview-del-file {
  position: static;
  width: 29px;
  height: 28px;
  margin-right: -4px;
  background-image: url(../imgs/common/file_attach_tag_delete_icon.svg);
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: center;
  opacity: 0.5;
  vertical-align: middle;
  cursor: pointer;
}

#main-section-wrap .main-section.common-sec4 .board-write-wrap .form-body .form-group.form-file .file-attach-contact .preview-wrap .preview-wrap-list .preview-wrap-list-btn .hide {
  display: none;
}

#main-section-wrap .main-section.common-sec4 .board-write-wrap .agree-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 15px;
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec4 .board-write-wrap .agree-wrap {
    margin-top: 19px;
  }
}

#main-section-wrap .main-section.common-sec4 .board-write-wrap .agree-wrap .captcha-wrap {
  width: 150px;
}

#main-section-wrap .main-section.common-sec4 .board-write-wrap .agree-wrap .captcha-wrap .img-wrap {
  width: 100%;
  height: 40px;
  border: 1px solid black;
}

#main-section-wrap .main-section.common-sec4 .board-write-wrap .agree-wrap .captcha-wrap .input-captcha {
  width: 100%;
  padding: 1px;
  margin-top: 5px;
}

#main-section-wrap .main-section.common-sec4 .board-write-wrap .agree-wrap .input-wrap {
  display: flex;
  align-items: center;
  height: 20px;
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec4 .board-write-wrap .agree-wrap .input-wrap {
    height: 24px;
  }
}

#main-section-wrap .main-section.common-sec4 .board-write-wrap .agree-wrap .input-wrap input[type="checkbox"] {
  display: none;
}

#main-section-wrap .main-section.common-sec4 .board-write-wrap .agree-wrap .input-wrap input[type="checkbox"]+label {
  display: block;
  position: relative;
  cursor: pointer;
}

#main-section-wrap .main-section.common-sec4 .board-write-wrap .agree-wrap .input-wrap input[type="checkbox"]+label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../imgs/common/icon-chekbox-default.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec4 .board-write-wrap .agree-wrap .input-wrap input[type="checkbox"]+label::after {
    top: 2px;
  }
}

#main-section-wrap .main-section.common-sec4 .board-write-wrap .agree-wrap .input-wrap input[type="checkbox"]:disabled+label::after {
  background-image: url(../imgs/common/icon-chekbox-default.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#main-section-wrap .main-section.common-sec4 .board-write-wrap .agree-wrap .input-wrap input[type="checkbox"]:checked+label::after {
  background-image: url(../imgs/common/icon-chekbox-checked.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#main-section-wrap .main-section.common-sec4 .board-write-wrap .agree-wrap .input-wrap .ckbx-tag {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

#main-section-wrap .main-section.common-sec4 .board-write-wrap .agree-wrap .input-wrap .ckbx-tag .text {
  display: inline-block;
  padding-left: 25px;
  font-size: 18px;
  color: #666;
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec4 .board-write-wrap .agree-wrap .input-wrap .ckbx-tag .text {
    line-height: 1.333;
  }
}

#main-section-wrap .main-section.common-sec4 .board-write-wrap .agree-wrap .input-wrap .view-more {
  display: inline-block;
  margin-left: 15px;
  font-size: 14px;
  color: #222;
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec4 .board-write-wrap .agree-wrap .input-wrap .view-more {
    font-size: 16px;
  }
}

#main-section-wrap .main-section.common-sec4 .board-write-wrap .btn-md {
  margin-top: 30px;
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec4 .board-write-wrap .btn-md {
    width: 250px;
    margin-top: 3.12695vw;
  }
}

@media screen and (min-width: 1600px) {
  #main-section-wrap .main-section.common-sec4 .board-write-wrap .btn-md {
    margin-top: 50px;
  }
}

#main-section-wrap .main-section.common-sec5 {
  padding-bottom: 60px;
  background-image: url(../imgs/common/main-review-bg-m@3x.jpg);
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec5 {
    padding-bottom: 0;
    background-image: url(../imgs/common/main-review-bg.jpg);
  }
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec5 .title-logo-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

#main-section-wrap .main-section.common-sec5 .title-logo-wrap .common-title-wrap {
  margin-bottom: 25px;
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec5 .title-logo-wrap .common-title-wrap {
    margin-bottom: 3.75235vw;
  }
}

@media screen and (min-width: 1600px) {
  #main-section-wrap .main-section.common-sec5 .title-logo-wrap .common-title-wrap {
    margin-bottom: 60px;
  }
}

#main-section-wrap .main-section.common-sec5 .title-logo-wrap .common-title-wrap .title-top {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec5 .title-logo-wrap .common-title-wrap .title-top {
    font-size: 1.83486vw;
    margin-bottom: 1.66806vw;
  }
}

@media screen and (min-width: 1200px) {
  #main-section-wrap .main-section.common-sec5 .title-logo-wrap .common-title-wrap .title-top {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

#main-section-wrap .main-section.common-sec5 .title-logo-wrap .common-title-wrap .num-bg {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  height: 48px;
  min-width: 130px;
  margin: 0 10px;
  border-radius: 5px;
  border: 1px solid #3a6ece;
  background-color: #174fb7;
  font-weight: 900;
  letter-spacing: -0.03px;
}

@media screen and (min-width: 1200px) {
  #main-section-wrap .main-section.common-sec5 .title-logo-wrap .common-title-wrap .num-bg {
    height: 4.16884vw;
    min-width: 14.50907vw;
    padding: 0 15px;
    font-size: 3.12663vw;
  }
}

@media screen and (min-width: 1920px) {
  #main-section-wrap .main-section.common-sec5 .title-logo-wrap .common-title-wrap .num-bg `{
    height: 80px;
    min-width: 232px;
    font-size: 60px;
  }
}

@media screen and (max-width: 991.98px) {
  #main-section-wrap .main-section.common-sec5 .title-logo-wrap .logoSwiper {
    margin-bottom: 50px;
  }
}

#main-section-wrap .main-section.common-sec5 .review-wrap .reviewSwiper {
  background-color: #fff;
}

#main-section-wrap .main-section.common-sec5 .review-wrap .reviewSwiper .swiper-slide {
  padding: 10px;
  height: auto;
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec5 .review-wrap .reviewSwiper .swiper-slide {
    padding: 1.66806vw 1.66806vw 3.0025vw 1.66806vw;
  }
}

@media screen and (min-width: 1200px) {
  #main-section-wrap .main-section.common-sec5 .review-wrap .reviewSwiper .swiper-slide {
    padding: 20px 20px 36px 20px;
  }
}

#main-section-wrap .main-section.common-sec5 .review-wrap .reviewSwiper .swiper-slide .img-wrap {
  height: 100%;
  max-height: 38.50267vw;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec5 .review-wrap .reviewSwiper .swiper-slide .img-wrap {
    height: 12.50782vw;
  }
}

@media screen and (min-width: 1600px) {
  #main-section-wrap .main-section.common-sec5 .review-wrap .reviewSwiper .swiper-slide .img-wrap {
    height: 200px;
  }
}

#main-section-wrap .main-section.common-sec5 .review-wrap .reviewSwiper .swiper-slide .img-wrap .img {
  vertical-align: top;
  width: 100%;
}

#main-section-wrap .main-section.common-sec5 .review-wrap .reviewSwiper .swiper-slide .text-wrap .top-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec5 .review-wrap .reviewSwiper .swiper-slide .text-wrap .top-inner {
    padding-top: 15px;
    align-items: flex-start;
  }
}

#main-section-wrap .main-section.common-sec5 .review-wrap .reviewSwiper .swiper-slide .text-wrap .top-inner .stars {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.333;
  color: #ffbb00;
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec5 .review-wrap .reviewSwiper .swiper-slide .text-wrap .top-inner .stars {
    margin-bottom: 7px;
    font-size: 1.33445vw;
    line-height: 1.3125;
  }
}

@media screen and (min-width: 1200px) {
  #main-section-wrap .main-section.common-sec5 .review-wrap .reviewSwiper .swiper-slide .text-wrap .top-inner .stars {
    font-size: 16px;
  }
}

#main-section-wrap .main-section.common-sec5 .review-wrap .reviewSwiper .swiper-slide .text-wrap .top-inner .title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3125;
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec5 .review-wrap .reviewSwiper .swiper-slide .text-wrap .top-inner .title {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.3;
  }
}

#main-section-wrap .main-section.common-sec5 .review-wrap .reviewSwiper .swiper-slide .text-wrap .top-inner .name-occ {
  font-size: 13px;
  line-height: 1.3076;
  color: #555;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec5 .review-wrap .reviewSwiper .swiper-slide .text-wrap .top-inner .name-occ {
    flex-direction: row
  }
}

@media screen and (min-width: 1200px) {
  #main-section-wrap .main-section.common-sec5 .review-wrap .reviewSwiper .swiper-slide .text-wrap .top-inner .name-occ {
    line-height: 1.333;
    font-size: 15px;
  }
}

#main-section-wrap .main-section.common-sec5 .review-wrap .reviewSwiper .swiper-slide .text-wrap .top-inner .name-occ .name {
  font-weight: 700;
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec5 .review-wrap .reviewSwiper .swiper-slide .text-wrap .top-inner .name-occ .name {
    margin-right: .83403vw;
  }
}

@media screen and (min-width: 1200px) {
  #main-section-wrap .main-section.common-sec5 .review-wrap .reviewSwiper .swiper-slide .text-wrap .top-inner .name-occ .name {
    margin-right: 10px;
  }
}

#main-section-wrap .main-section.common-sec5 .review-wrap .reviewSwiper .swiper-slide .text-wrap .bottom-inner .text-wrap {
  max-height: 210px;
  overflow-y: auto;
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec5 .review-wrap .reviewSwiper .swiper-slide .text-wrap .bottom-inner .text-wrap {
    max-height: 15.76314vw;
  }
}

@media screen and (min-width: 1200px) {
  #main-section-wrap .main-section.common-sec5 .review-wrap .reviewSwiper .swiper-slide .text-wrap .bottom-inner .text-wrap {
    max-height: 189px;
  }
}

#main-section-wrap .main-section.common-sec5 .review-wrap .reviewSwiper .swiper-slide .text-wrap .bottom-inner .text-wrap .text {
  font-size: 14px;
  line-height: 1.71;
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec5 .review-wrap .reviewSwiper .swiper-slide .text-wrap .bottom-inner .text-wrap .text {
    font-size: 16px;
    line-height: 1.5;
  }
}

#main-section-wrap .main-section.common-sec5 .review-wrap .reviewSwiper .swiper-pagination {
  left: 50%;
  top: 35.29412vw;
  transform: translateX(-50%);
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec5 .review-wrap .reviewSwiper .swiper-pagination {
    top: 11.6764vw;
  }
}

@media screen and (min-width: 1200px) {
  #main-section-wrap .main-section.common-sec5 .review-wrap .reviewSwiper .swiper-pagination {
    top: 12.38274vw;
  }
}

@media screen and (min-width: 1600px) {
  #main-section-wrap .main-section.common-sec5 .review-wrap .reviewSwiper .swiper-pagination {
    top: 198px;
  }
}

#main-section-wrap .main-section.common-sec5 .review-wrap .reviewSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  background-color: transparent;
  opacity: 1;
  box-shadow: 0px 0px 5px 0 #000;
}

#main-section-wrap .main-section.common-sec5 .review-wrap .reviewSwiper .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}

#main-section-wrap .main-section.common-sec5 .review-wrap .reviewSwiper .swiper-pagination .swiper-pagination-bullet-active {
  border: none;
  background-color: #fff;
}

#main-section-wrap .main-section.common-sec5 .review-wrap .reviewSwiper .swiper-button-prev,
#main-section-wrap .main-section.common-sec5 .review-wrap .reviewSwiper .swiper-button-next {
  top: 17.91444vw;
  margin: 0;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#main-section-wrap .main-section.common-sec5 .review-wrap .reviewSwiper .swiper-button-prev::after,
#main-section-wrap .main-section.common-sec5 .review-wrap .reviewSwiper .swiper-button-next::after {
  display: none;
}

@media screen and (min-width: 992px) {

  #main-section-wrap .main-section.common-sec5 .review-wrap .reviewSwiper .swiper-button-prev,
  #main-section-wrap .main-section.common-sec5 .review-wrap .reviewSwiper .swiper-button-next {
    width: 2.50156vw;
    height: 2.50156vw;
    top: 6.8793vw;
  }
}

@media screen and (min-width: 1200px) {

  #main-section-wrap .main-section.common-sec5 .review-wrap .reviewSwiper .swiper-button-prev,
  #main-section-wrap .main-section.common-sec5 .review-wrap .reviewSwiper .swiper-button-next {
    top: 16.9%;
  }
}

@media screen and (min-width: 1600px) {

  #main-section-wrap .main-section.common-sec5 .review-wrap .reviewSwiper .swiper-button-prev,
  #main-section-wrap .main-section.common-sec5 .review-wrap .reviewSwiper .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}

#main-section-wrap .main-section.common-sec5 .review-wrap .reviewSwiper .swiper-button-prev {
  left: 20px;
  background-image: url(../imgs/common/main-review-icon-prev.svg);
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec5 .review-wrap .reviewSwiper .swiper-button-prev {
    left: 30px;
  }
}

#main-section-wrap .main-section.common-sec5 .review-wrap .reviewSwiper .swiper-button-next {
  right: 20px;
  background-image: url(../imgs/common/main-review-icon-next.svg);
}

@media screen and (min-width: 992px) {
  #main-section-wrap .main-section.common-sec5 .review-wrap .reviewSwiper .swiper-button-next {
    right: 30px;
  }
}

/*
@ 공통 버튼
-.sns-btns 
-.btn-md
*/
.sns-btns {
  position: fixed;
  height: 105px;
  right: 16px;
  bottom: 20px;
  z-index: 10;
  transition: all .4s;
}

@media screen and (min-width: 992px) {
  .sns-btns {
    height: 132px;
    bottom: 3.33611vw;
  }
}

@media screen and (min-width: 1200px) {
  .sns-btns {
    bottom: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .sns-btns {
    right: 70px;
  }
}

@media screen and (min-width: 992px) {
  #onepage .sns-btns {
    right: 70px;
  }
}

/*.sns-btns.hide {*/
/*  opacity: 0;*/
/*  pointer-events: none;*/
/*}*/

.sns-btns .sns-btn {
  width: 100%;
  display: block;
}

.sns-btns .sns-btn.btn-tel .open-panel {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #FFDE34;
  transition: width .3s;
  z-index: -1;
}

@media screen and (min-width: 992px) {
  .sns-btns .sns-btn.btn-tel .open-panel {
    width: 60px;
    height: 60px;
    border-radius: 30px;
  }
}

.sns-btns .sns-btn.btn-tel .open-panel::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-image: url(../imgs/social_kakao.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity .1s;
}

@media screen and (min-width: 992px) {
  .sns-btns .sns-btn.btn-tel .open-panel::after {
    width: 50px;
    height: 50px;
    left: auto;
    right: 5px;
    transform: translate(0, -50%);
  }
}

.sns-btns .sns-btn.btn-tel .open-panel .text {
  color: #fff;
  font-size: 20px;
  pointer-events: none;
}

@media screen and (min-width: 992px) {
  .sns-btns .sns-btn.btn-tel:hover .open-panel {
    width: 226px;
    border-radius: 30px;
  }

  .sns-btns .sns-btn.btn-tel:hover .open-panel .text {
    animation: fadeIn-animation 0.2s .25s forwards;
  }
}

.sns-btns .sns-btn.btn-kakao .open-panel {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #fff;
  transition: width .3s;
  z-index: -1;
}

@media screen and (min-width: 992px) {
  .sns-btns .sns-btn.btn-kakao .open-panel {
    width: 60px;
    height: 60px;
    border-radius: 30px;
  }
}

.sns-btns .sns-btn.btn-kakao .open-panel::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background-image: url(../imgs/common/icon-floating-phone.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity .1s;
}

@media screen and (min-width: 992px) {
  .sns-btns .sns-btn.btn-kakao .open-panel::after {
    width: 36px;
    height: 36px;
    left: auto;
    right: 12px;
    transform: translate(0, -50%);
  }
}

.sns-btns .sns-btn.btn-kakao .open-panel .text {
  color: #000;
  font-size: 18px;
}

@media screen and (min-width: 992px) {
  .sns-btns .sns-btn.btn-kakao:hover .open-panel {
    width: 226px;
    border-radius: 30px;
  }

  .sns-btns .sns-btn.btn-kakao:hover .open-panel .text {
    animation: fadeIn-animation 0.2s .25s forwards;
  }
}

.sns-btns .sns-btn .open-panel {
  width: 60px;
}

.sns-btns .sns-btn .open-panel .text {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  opacity: 0;
  font-weight: 500;
  transition: opacity .3s;
}

.btn-md {
  width: 100%;
  max-width: 344px;
  position: relative;
  height: 50px;
  background-color: #174fb7;
}

@media screen and (min-width: 992px) {
  .btn-md {
    height: 65px;
  }
}

.btn-md .link {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.btn-md .link .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3125;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .btn-md .link .text {
    font-size: 20px;
    line-height: 1.3;
  }
}

/*
@ 모달 공통 스타일 
- popup.php에 위치
*/
.modal-open {
  overflow: auto !important;
}

.modal-open[style] {
  padding-right: 0px !important;
}

.brandtalk-modal {
  width: 100%;
  max-height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1050;
  overflow-y: scroll;
}

.brandtalk-modal .modal-dialog {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100%-30px);
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (min-width: 1200px) {
  .brandtalk-modal .modal-dialog {
    padding: 0;
  }
}

.brandtalk-modal .modal-dialog .btn-wrap {
  position: absolute;
  z-index: 10;
  right: 15px;
  top: 15px;
}

@media screen and (min-width: 992px) {
  .brandtalk-modal .modal-dialog .btn-wrap {
    right: 25px;
    top: 25px;
  }
}

.brandtalk-modal .modal-dialog .modal-content {
  padding: 0 15px;
  border-radius: 0;
  border: none;
}

.brandtalk-modal .modal-dialog .modal-content .btn-close {
  width: 22px;
  height: 22px;
  padding: 0;
  opacity: 1;
  background-image: url(../imgs/common/icon-modal-close.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 992px) {
  .brandtalk-modal .modal-dialog .modal-content .btn-close {
    width: 36px;
    height: 36px;
  }
}

.brandtalk-modal .modal-dialog .modal-content .modal-header {
  flex-wrap: wrap;
  padding: 0;
  border: none;
  border-radius: 0;
}

.brandtalk-modal .modal-dialog .modal-content .modal-header .title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: -0.9px;
}

@media screen and (min-width: 992px) {
  .brandtalk-modal .modal-dialog .modal-content .modal-header .title {
    font-size: 4.17014vw;
  }
}

@media screen and (min-width: 1200px) {
  .brandtalk-modal .modal-dialog .modal-content .modal-header .title {
    font-size: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .brandtalk-modal .modal-dialog .modal-content .modal-header .title {
    line-height: 1.29;
    letter-spacing: normal;
  }
}

.brandtalk-modal .modal-dialog .modal-content .modal-header .sub-title {
  font-size: 16px;
  line-height: 1.5;
  color: #555;
}

@media screen and (min-width: 992px) {
  .brandtalk-modal .modal-dialog .modal-content .modal-header .sub-title {
    font-size: 1.66806vw;
  }
}

@media screen and (min-width: 1200px) {
  .brandtalk-modal .modal-dialog .modal-content .modal-header .sub-title {
    font-size: 20px;
  }
}

.brandtalk-modal .modal-dialog .modal-content .modal-header .sub-title .blue {
  color: #174fb7;
}

.brandtalk-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}

/*
@ 검색결과 모달
- #resultModal
- .tbody data-name="나라이름" 내 .item-row가 검색 결과 한 줄의 컨텐츠입니다. 

@ 각 컨텐츠 내용
- .desc.brand => 상표
- <p class="desc brand">상표</p>
- <p class="desc applicant">출원인</p>
- <p class="desc code">상품분류</p>

@ 각 컨텐츠의 상태 적용
- .text .desc에 apply / notice / registration 클래스를 추가하면 텍스트와 아이콘이 함께 표시됩니다.
- .status .desc.apply => 출원
- .status .desc.notice => 공고
- .status .desc.registration => 등록
*/
#resultModal {
  display: none;
}

#resultModal .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media screen and (min-width: 992px) {
  #resultModal .modal-dialog {
    width: 100%;
    max-width: 1200px;
    margin-top: 13.34445vw;
    margin-bottom: 13.34445vw;
  }
}

@media screen and (min-width: 1200px) {
  #resultModal .modal-dialog {
    margin-top: 160px;
    margin-bottom: 160px;
  }
}

#resultModal .modal-dialog .modal-content {
  min-width: 320px;
  padding: 60px 15px;
}

@media screen and (min-width: 992px) {
  #resultModal .modal-dialog .modal-content {
    padding: 8.34028vw 8.50709vw;
  }
}

@media screen and (min-width: 1200px) {
  #resultModal .modal-dialog .modal-content {
    padding: 100px 102px;
  }
}

#resultModal .modal-dialog .modal-content .modal-header {
  flex-direction: column;
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  #resultModal .modal-dialog .modal-content .modal-header {
    margin-bottom: 6.8793vw;
  }
}

@media screen and (min-width: 1600px) {
  #resultModal .modal-dialog .modal-content .modal-header {
    margin-bottom: 110px;
  }
}

#resultModal .modal-dialog .modal-content .modal-header .title {
  margin-bottom: 10px;
}

@media screen and (min-width: 1200px) {
  #resultModal .modal-dialog .modal-content .modal-header .title {
    margin-bottom: 15px;
  }
}

#resultModal .modal-dialog .modal-content .modal-header .sub-title {
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  #resultModal .modal-dialog .modal-content .modal-header .sub-title {
    margin-bottom: 2.50156vw;
    font-size: 24px !important;
  }
}

@media screen and (min-width: 1600px) {
  #resultModal .modal-dialog .modal-content .modal-header .sub-title {
    margin-bottom: 40px;
  }
}

#resultModal .modal-dialog .modal-content .modal-header .search-wrap {
  width: 100%;
  max-width: 314px;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  #resultModal .modal-dialog .modal-content .modal-header .search-wrap {
    max-width: 49.04087vw;
  }
}

@media screen and (min-width: 1200px) {
  #resultModal .modal-dialog .modal-content .modal-header .search-wrap {
    max-width: 588px;
  }
}

#resultModal .modal-dialog .modal-content .modal-header .search-wrap .modal-search-form {
  position: relative;
}

#resultModal .modal-dialog .modal-content .modal-header .search-wrap .modal-search-form #modal-search {
  height: 60px;
  width: 100%;
  padding: 18px 60px 18px 15px;
  border: 1px solid #000;
  background-color: #fff;
  font-size: 18px;
  line-height: 1.333;
  color: #333;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

@media screen and (min-width: 992px) {
  #resultModal .modal-dialog .modal-content .modal-header .search-wrap .modal-search-form #modal-search {
    height: 70px;
    padding: 1.83486vw 13.51126vw 1.83486vw 1.66806vw;
    font-size: 20px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 1200px) {
  #resultModal .modal-dialog .modal-content .modal-header .search-wrap .modal-search-form #modal-search {
    padding: 22px 162px 22px 20px;
  }
}

#resultModal .modal-dialog .modal-content .modal-header .search-wrap .modal-search-form #modal-search:-webkit-autofill,
#resultModal .modal-dialog .modal-content .modal-header .search-wrap .modal-search-form #modal-search:-webkit-autofill:hover,
#resultModal .modal-dialog .modal-content .modal-header .search-wrap .modal-search-form #modal-search:-webkit-autofill:focus,
#resultModal .modal-dialog .modal-content .modal-header .search-wrap .modal-search-form #modal-search:-webkit-autofill:active {
  box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  transition: background-color 5000s;
}

#resultModal .modal-dialog .modal-content .modal-header .search-wrap .modal-search-form #modal-search::-webkit-search-decoration,
#resultModal .modal-dialog .modal-content .modal-header .search-wrap .modal-search-form #modal-search::-webkit-search-cancel-button,
#resultModal .modal-dialog .modal-content .modal-header .search-wrap .modal-search-form #modal-search::-webkit-search-results-button,
#resultModal .modal-dialog .modal-content .modal-header .search-wrap .modal-search-form #modal-search::-webkit-search-results-decoration {
  display: none;
}

#resultModal .modal-dialog .modal-content .modal-header .search-wrap .modal-search-form #modal-submit {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  width: 30px;
  height: 30px;
  background-image: url(../imgs/common/icon-search-333333.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

#resultModal .modal-dialog .modal-content .modal-header .search-wrap .modal-search-form-2 {
  position: relative;
}

#resultModal .modal-dialog .modal-content .modal-header .search-wrap .modal-search-form-2 #modal-search {
  height: 60px;
  width: 100%;
  padding: 18px 60px 18px 15px;
  border: 1px solid #000;
  background-color: #fff;
  font-size: 18px;
  line-height: 1.333;
  color: #333;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

@media screen and (min-width: 992px) {
  #resultModal .modal-dialog .modal-content .modal-header .search-wrap .modal-search-form-2 #modal-search {
    height: 70px;
    padding: 1.83486vw 13.51126vw 1.83486vw 1.66806vw;
    font-size: 20px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 1200px) {
  #resultModal .modal-dialog .modal-content .modal-header .search-wrap .modal-search-form-2 #modal-search {
    padding: 22px 162px 22px 20px;
  }
}

#resultModal .modal-dialog .modal-content .modal-header .search-wrap .modal-search-form-2 #modal-search:-webkit-autofill,
#resultModal .modal-dialog .modal-content .modal-header .search-wrap .modal-search-form-2 #modal-search:-webkit-autofill:hover,
#resultModal .modal-dialog .modal-content .modal-header .search-wrap .modal-search-form-2 #modal-search:-webkit-autofill:focus,
#resultModal .modal-dialog .modal-content .modal-header .search-wrap .modal-search-form-2 #modal-search:-webkit-autofill:active {
  box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  transition: background-color 5000s;
}

#resultModal .modal-dialog .modal-content .modal-header .search-wrap .modal-search-form-2 #modal-search::-webkit-search-decoration,
#resultModal .modal-dialog .modal-content .modal-header .search-wrap .modal-search-form-2 #modal-search::-webkit-search-cancel-button,
#resultModal .modal-dialog .modal-content .modal-header .search-wrap .modal-search-form-2 #modal-search::-webkit-search-results-button,
#resultModal .modal-dialog .modal-content .modal-header .search-wrap .modal-search-form-2 #modal-search::-webkit-search-results-decoration {
  display: none;
}

#resultModal .modal-dialog .modal-content .modal-header .search-wrap .modal-search-form-2 #modal-submit {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  width: 30px;
  height: 30px;
  background-image: url(../imgs/common/icon-search-333333.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

#resultModal .modal-dialog .modal-content .modal-body .country-list-wrap .flex-row {
  display: flex;
  border: 1px solid #ddd;
  margin-bottom: 40px;
}

@media screen and (min-width: 992px) {
  #resultModal .modal-dialog .modal-content .modal-body .country-list-wrap .flex-row {
    margin-bottom: 5.8382vw;
  }
}

@media screen and (min-width: 1200px) {
  #resultModal .modal-dialog .modal-content .modal-body .country-list-wrap .flex-row {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 991.98px) {
  #resultModal .modal-dialog .modal-content .modal-body .country-list-wrap .flex-row .ten-col-2-lg:not(:last-child):not(:nth-child(2)) {
    border-right: 1px solid #ddd;
  }
}

@media screen and (min-width: 992px) {
  #resultModal .modal-dialog .modal-content .modal-body .country-list-wrap .flex-row .ten-col-2-lg:not(:last-child) {
    border-right: 1px solid #ddd;
  }
}

@media screen and (max-width: 991.98px) {
  #resultModal .modal-dialog .modal-content .modal-body .country-list-wrap .flex-row .col-6 {
    border-bottom: 1px solid #ddd;
  }
}

#resultModal .modal-dialog .modal-content .modal-body .country-list-wrap .flex-row .country-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  #resultModal .modal-dialog .modal-content .modal-body .country-list-wrap .flex-row .country-item {
    height: 60px;
  }
}

#resultModal .modal-dialog .modal-content .modal-body .country-list-wrap .flex-row .country-item .title {
  font-size: 16px;
  font-weight: 500;
  color: #999;
}

@media screen and (min-width: 992px) {
  #resultModal .modal-dialog .modal-content .modal-body .country-list-wrap .flex-row .country-item .title {
    font-size: 1.66806vw;
  }
}

@media screen and (min-width: 1200px) {
  #resultModal .modal-dialog .modal-content .modal-body .country-list-wrap .flex-row .country-item .title {
    font-size: 20px;
  }
}

#resultModal .modal-dialog .modal-content .modal-body .country-list-wrap .flex-row .country-item.active {
  background-color: #174fb7;
}

#resultModal .modal-dialog .modal-content .modal-body .country-list-wrap .flex-row .country-item.active .title {
  color: #fff;
}

#resultModal .modal-dialog .modal-content .modal-body .result-text {
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  #resultModal .modal-dialog .modal-content .modal-body .result-text {
    margin-bottom: 15px;
  }
}

#resultModal .modal-dialog .modal-content .modal-body .result-text .title {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

@media screen and (min-width: 992px) {
  #resultModal .modal-dialog .modal-content .modal-body .result-text .title {
    font-size: 2.66889vw;
  }
}

@media screen and (min-width: 1200px) {
  #resultModal .modal-dialog .modal-content .modal-body .result-text .title {
    font-size: 32px;
  }
}

@media screen and (min-width: 1200px) {
  #resultModal .modal-dialog .modal-content .modal-body .result-text .title {
    margin-bottom: 20px;
  }
}

#resultModal .modal-dialog .modal-content .modal-body .result-text .title .result-num {
  color: #174fb7;
}

#resultModal .modal-dialog .modal-content .modal-body .result-text .desc {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #555;
}

@media screen and (min-width: 992px) {
  #resultModal .modal-dialog .modal-content .modal-body .result-text .desc {
    font-size: 1.66806vw;
  }
}

@media screen and (min-width: 1200px) {
  #resultModal .modal-dialog .modal-content .modal-body .result-text .desc {
    font-size: 20px;
  }
}

#resultModal .modal-dialog .modal-content .modal-body .result-text .bottom-desc {
  font-size: 16px;
  color: #999;
  line-height: 1.5;
}

@media screen and (min-width: 992px) {
  #resultModal .modal-dialog .modal-content .modal-body .result-text .bottom-desc {
    font-size: 1.66806vw;
  }
}

@media screen and (min-width: 1200px) {
  #resultModal .modal-dialog .modal-content .modal-body .result-text .bottom-desc {
    font-size: 20px;
  }
}

#resultModal .modal-dialog .modal-content .modal-body .result-list-wrap {
  display: flex;
  flex-direction: column;
}

#resultModal .modal-dialog .modal-content .modal-body .result-list-wrap>.result-desc {
  display: none;
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.285;
}

@media screen and (min-width: 992px) {
  #resultModal .modal-dialog .modal-content .modal-body .result-list-wrap>.result-desc {
    font-size: 1.50125vw;
  }
}

@media screen and (min-width: 1200px) {
  #resultModal .modal-dialog .modal-content .modal-body .result-list-wrap>.result-desc {
    font-size: 18px;
  }
}

@media screen and (min-width: 992px) {
  #resultModal .modal-dialog .modal-content .modal-body .result-list-wrap>.result-desc {
    margin-bottom: 1.66806vw;
  }
}

@media screen and (min-width: 1200px) {
  #resultModal .modal-dialog .modal-content .modal-body .result-list-wrap>.result-desc {
    margin-bottom: 20px;
  }
}

#resultModal .modal-dialog .modal-content .modal-body .result-list-wrap>.result-desc::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #555;
}

@media screen and (min-width: 992px) {
  #resultModal .modal-dialog .modal-content .modal-body .result-list-wrap>.result-desc {
    margin-left: auto;
  }
}

#resultModal .modal-dialog .modal-content .modal-body .result-list-wrap>.result-desc.active {
  display: block;
}

#resultModal .modal-dialog .modal-content .modal-body .result-list-wrap .result-list thead {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #000;
}

#resultModal .modal-dialog .modal-content .modal-body .result-list-wrap .result-list thead .type {
  width: 199px;
  padding: 20px 0 16px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.333;
  text-align: center;
}

#resultModal .modal-dialog .modal-content .modal-body .result-list-wrap .result-list .tbody {
  display: none;
}

#resultModal .modal-dialog .modal-content .modal-body .result-list-wrap .result-list .tbody.active {
  display: table-row-group;
}

#resultModal .modal-dialog .modal-content .modal-body .result-list-wrap .result-list .item-wrap {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  transition: background-color .25s;
}

@media screen and (min-width: 992px) {
  #resultModal .modal-dialog .modal-content .modal-body .result-list-wrap .result-list .item-wrap {
    height: 180px;
  }
}

@media screen and (max-width: 991.98px) {
  #resultModal .modal-dialog .modal-content .modal-body .result-list-wrap .result-list .item-wrap:first-child {
    border-top: 1px solid #ddd;
  }
}

#resultModal .modal-dialog .modal-content .modal-body .result-list-wrap .result-list .item-wrap:hover {
  background-color: #f8f8f8;
}

#resultModal .modal-dialog .modal-content .modal-body .result-list-wrap .result-list .item-wrap .flex-row {
  justify-content: space-between;
}

@media screen and (min-width: 992px) {
  #resultModal .modal-dialog .modal-content .modal-body .result-list-wrap .result-list .item-wrap .flex-row .col-3 {
    display: flex;
    justify-content: center;
  }
}

#resultModal .modal-dialog .modal-content .modal-body .result-list-wrap .result-list .item-wrap .flex-row .col-3 .img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border: 1px solid #ddd;
  background-color: #fff;
}

@media screen and (min-width: 992px) {
  #resultModal .modal-dialog .modal-content .modal-body .result-list-wrap .result-list .item-wrap .flex-row .col-3 .img-wrap {
    width: 149px;
    height: 149px;
  }
}

@media screen and (min-width: 992px) {
  #resultModal .modal-dialog .modal-content .modal-body .result-list-wrap .result-list .item-wrap .flex-row .col-9 .text-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
}

#resultModal .modal-dialog .modal-content .modal-body .result-list-wrap .result-list .item-wrap .flex-row .col-9 .text-wrap .text {
  display: flex;
}

#resultModal .modal-dialog .modal-content .modal-body .result-list-wrap .result-list .item-wrap .flex-row .col-9 .text-wrap .text:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
  #resultModal .modal-dialog .modal-content .modal-body .result-list-wrap .result-list .item-wrap .flex-row .col-9 .text-wrap .text:not(:last-child) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  #resultModal .modal-dialog .modal-content .modal-body .result-list-wrap .result-list .item-wrap .flex-row .col-9 .text-wrap .text {
    align-items: center;
    justify-content: center;
    width: 25%;
    height: 100%;
  }
}

#resultModal .modal-dialog .modal-content .modal-body .result-list-wrap .result-list .item-wrap .flex-row .col-9 .text-wrap .text .type {
  width: 51px;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.285;
}

#resultModal .modal-dialog .modal-content .modal-body .result-list-wrap .result-list .item-wrap .flex-row .col-9 .text-wrap .text .desc {
  font-size: 14px;
  line-height: 1.285;
}

@media screen and (min-width: 992px) {
  #resultModal .modal-dialog .modal-content .modal-body .result-list-wrap .result-list .item-wrap .flex-row .col-9 .text-wrap .text .desc {
    text-align: center;
    font-size: 18px;
  }
}

#resultModal .modal-dialog .modal-content .modal-body .result-list-wrap .result-list .item-wrap .flex-row .col-9 .text-wrap .text.status .desc {
  position: relative;
}

#resultModal .modal-dialog .modal-content .modal-body .result-list-wrap .result-list .item-wrap .flex-row .col-9 .text-wrap .text.status .desc::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#resultModal .modal-dialog .modal-content .modal-body .result-list-wrap .result-list .item-wrap .flex-row .col-9 .text-wrap .text.status .desc::after {
  display: inline-block;
  padding-left: 23px;
  font-size: 14px;
}

#resultModal .modal-dialog .modal-content .modal-body .result-list-wrap .result-list .item-wrap .flex-row .col-9 .text-wrap .text.status .desc.apply {
  color: #142a52;
}

#resultModal .modal-dialog .modal-content .modal-body .result-list-wrap .result-list .item-wrap .flex-row .col-9 .text-wrap .text.status .desc.apply::before {
  background-image: url(../imgs/common/icon-state-01.svg);
}

#resultModal .modal-dialog .modal-content .modal-body .result-list-wrap .result-list .item-wrap .flex-row .col-9 .text-wrap .text.status .desc.apply::after {
  content: "출원";
}

#resultModal .modal-dialog .modal-content .modal-body .result-list-wrap .result-list .item-wrap .flex-row .col-9 .text-wrap .text.status .desc.notice {
  color: #1fb7de;
}

#resultModal .modal-dialog .modal-content .modal-body .result-list-wrap .result-list .item-wrap .flex-row .col-9 .text-wrap .text.status .desc.notice::before {
  background-image: url(../imgs/common/icon-state-02.svg);
}

#resultModal .modal-dialog .modal-content .modal-body .result-list-wrap .result-list .item-wrap .flex-row .col-9 .text-wrap .text.status .desc.notice::after {
  content: "공고";
}

#resultModal .modal-dialog .modal-content .modal-body .result-list-wrap .result-list .item-wrap .flex-row .col-9 .text-wrap .text.status .desc.registration {
  color: #174fb7;
}

#resultModal .modal-dialog .modal-content .modal-body .result-list-wrap .result-list .item-wrap .flex-row .col-9 .text-wrap .text.status .desc.registration::before {
  background-image: url(../imgs/common/icon-state-03.svg);
}

#resultModal .modal-dialog .modal-content .modal-body .result-list-wrap .result-list .item-wrap .flex-row .col-9 .text-wrap .text.status .desc.registration::after {
  content: "등록";
}

#resultModal .modal-dialog .modal-content .modal-body .result-list-wrap .pagination {
  display: none;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

@media screen and (min-width: 992px) {
  #resultModal .modal-dialog .modal-content .modal-body .result-list-wrap .pagination {
    margin-top: 50px;
  }
}

#resultModal .modal-dialog .modal-content .modal-body .result-list-wrap .pagination.active {
  display: flex;
}

#resultModal .modal-dialog .modal-content .modal-body .result-list-wrap .pagination .btn {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}

#resultModal .modal-dialog .modal-content .modal-body .result-list-wrap .pagination .btn.prev,
#resultModal .modal-dialog .modal-content .modal-body .result-list-wrap .pagination .btn.prev-prev {
  width: 20px;
  height: 20px;
  background-image: url(../imgs/common/common_arrow_icon_left.svg);
}

#resultModal .modal-dialog .modal-content .modal-body .result-list-wrap .pagination .btn.prev-prev::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../imgs/common/common_arrow_icon_left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#resultModal .modal-dialog .modal-content .modal-body .result-list-wrap .pagination .btn.next,
#resultModal .modal-dialog .modal-content .modal-body .result-list-wrap .pagination .btn.next-next {
  width: 20px;
  height: 20px;
  background-image: url(../imgs/common/common_arrow_icon_right.svg);
}

#resultModal .modal-dialog .modal-content .modal-body .result-list-wrap .pagination .btn.next-next::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../imgs/common/common_arrow_icon_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (min-width: 992px) {
  #resultModal .modal-dialog .modal-content .modal-body .result-list-wrap .pagination .flex-row {
    margin: 0 17px;
  }
}

#resultModal .modal-dialog .modal-content .modal-body .result-list-wrap .pagination .flex-row .page-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3125;
  color: #999;
  cursor: pointer;
}

#resultModal .modal-dialog .modal-content .modal-body .result-list-wrap .pagination .flex-row .page-num:not(:last-child) {
  margin-right: 5px;
}

#resultModal .modal-dialog .modal-content .modal-body .result-list-wrap .pagination .flex-row .page-num.active {
  border-color: #174fb7;
  background-color: #eaeffb;
  color: #174fb7;
}

@media screen and (min-width: 992px) {
  #resultModal .modal-dialog .modal-content .modal-body .result-list-wrap .pagination .flex-row .page-num {
    width: 40px;
    height: 40px;
  }
}

#resultModal .modal-dialog .modal-content .modal-body .no-result {
  display: none;
}

@media screen and (min-width: 992px) {
  #resultModal .modal-dialog .modal-content .modal-body .no-result {
    padding-top: 5.8382vw;
    padding-bottom: 5.8382vw;
    border-bottom: 1px solid #ddd;
  }
}

@media screen and (min-width: 1200px) {
  #resultModal .modal-dialog .modal-content .modal-body .no-result {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

#resultModal .modal-dialog .modal-content .modal-body .no-result.active {
  display: block;
}

#resultModal .modal-dialog .modal-content .modal-body .no-result .desc {
  font-size: 16px;
  line-height: 1.5;
  color: #555;
  text-align: center;
}

@media screen and (min-width: 992px) {
  #resultModal .modal-dialog .modal-content .modal-body .no-result .desc {
    font-size: 1.66806vw;
  }
}

@media screen and (min-width: 1200px) {
  #resultModal .modal-dialog .modal-content .modal-body .no-result .desc {
    font-size: 20px;
  }
}

/* 
@ 상담신청 모달
- #counselModal
*/
#counselModal {
  display: none;
}

#counselModal .modal-dialog {
  margin-top: 84px;
  margin-bottom: 236px;
}

@media screen and (min-width: 992px) {
  #counselModal .modal-dialog {
    max-width: 66.05505vw;
    margin-top: 13.34445vw;
    margin-bottom: 12.51043vw;
  }
}

@media screen and (min-width: 1200px) {
  #counselModal .modal-dialog {
    max-width: 792px;
    margin-top: 160px;
    margin-bottom: 150px;
  }
}

#counselModal .modal-dialog .modal-content {
  padding: 67px 15px 60px 15px;
}

@media screen and (min-width: 992px) {
  #counselModal .modal-dialog .modal-content {
    padding: 6.25391vw 5.00313vw;
  }
}

@media screen and (min-width: 1600px) {
  #counselModal .modal-dialog .modal-content {
    padding: 100px 80px;
  }
}

#counselModal .modal-dialog .modal-content .modal-header {
  margin-bottom: 40px;
}

@media screen and (min-width: 992px) {
  #counselModal .modal-dialog .modal-content .modal-header {
    margin-bottom: 3.75235vw;
  }
}

@media screen and (min-width: 1600px) {
  #counselModal .modal-dialog .modal-content .modal-header {
    margin-bottom: 60px;
  }
}

#counselModal .modal-dialog .modal-content .modal-header .title {
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  #counselModal .modal-dialog .modal-content .modal-header .title {
    font-size: 35px;
  }
}

#counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .form-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .form-body .form-group {
  position: relative;
  width: 100%;
}

#counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .form-body .form-group:not(:last-child) {
  margin-bottom: 40px;
}

#counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .form-body .form-group .form-title {
  position: absolute;
  top: 14px;
  left: 0;
  font-size: 16px;
  transform-origin: left;
  transition: all .25s;
}

#counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .form-body .form-group .form-title.ani-on {
  transform: scale(0.8) translateY(-37px);
}

#counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .form-body .form-group .form-title.ani-on label {
  color: #174fb7;
}

#counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .form-body .form-group .form-title.required::after {
  content: "*";
  position: absolute;
  left: calc(100% + 2px);
  top: 0;
  display: inline-block;
  margin-left: 2px;
  margin-right: 3px;
  color: #174fb7;
}

#counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .form-body .form-group .form-title label {
  cursor: pointer;
  color: #222;
}

#counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .form-body .form-group .form-content {
  width: 100%;
}

#counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .form-body .form-group .form-content input[type="text"] {
  width: 100%;
  height: 50px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent transparent #222 transparent;
  font-size: 16px;
  transition: all .25s;
}

#counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .form-body .form-group .form-content input[type="text"]:focus {
  border-color: transparent transparent #174fb7 transparent;
}

#counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .form-body .form-group .form-content input[type="file"] {
  width: 100%;
  height: 50px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent transparent #222 transparent;
  font-size: 16px;
}

#counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .form-body .form-group .form-content .input-textarea {
  width: 100%;
  height: 130px;
  padding-top: 13px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent transparent #222 transparent;
  line-height: 1.57;
  resize: none;
  transition: all .25s;
}

#counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .form-body .form-group .form-content .input-textarea:focus {
  border-color: transparent transparent #174fb7 transparent;
}

@media screen and (min-width: 992px) {

  #counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .form-body .form-group.form-name,
  #counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .form-body .form-group.form-email {
    max-width: 25.35446vw !important;
  }
}

@media screen and (min-width: 1200px) {

  #counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .form-body .form-group.form-name,
  #counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .form-body .form-group.form-email {
    max-width: 304px !important;
  }
}

#counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .form-body .form-group.form-file .file-attach-contact {
  display: flex;
  position: relative;
  border-bottom: 1px solid #222;
}

#counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .form-body .form-group.form-file .file-attach-contact.empty .btn-uploadfile {
  width: 100%;
  left: 0;
  z-index: 1;
}

#counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .form-body .form-group.form-file .file-attach-contact .stored-file-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 50px;
  margin: 0 -2.5px;
  padding: 5px 0;
}

#counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .form-body .form-group.form-file .file-attach-contact .btn-uploadfile {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  cursor: pointer;
}

#counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .form-body .form-group.form-file .file-attach-contact .btn-uploadfile:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  font-size: 0;
  background: url(../imgs/common/file_attach_add_icon.svg) no-repeat center/20px;
}

#counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .form-body .form-group.form-file .file-attach-contact .preview-wrap {
  align-self: center;
  max-width: 100%;
  margin: 5px;
  padding-left: 10px;
  background-color: #f5f5f5;
}

#counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .form-body .form-group.form-file .file-attach-contact .preview-wrap-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  height: 25px;
  margin-right: 0;
}

#counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .form-body .form-group.form-file .file-attach-contact .preview-wrap-list .preview-wrap-list-text {
  margin-top: 0;
  font-size: 12px;
  line-height: 1.4;
  color: #666;
}

#counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .form-body .form-group.form-file .file-attach-contact .preview-wrap-list .preview-wrap-list-btn button {
  position: static;
  width: 29px;
  height: 28px;
  margin-right: -4px;
  background-image: url(../imgs/common/file_attach_tag_delete_icon.svg);
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: center;
  opacity: 0.5;
  vertical-align: middle;
  cursor: pointer;
}

#counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .form-body .form-group.form-file .file-attach-contact .preview-wrap-list .preview-wrap-list-btn .hide {
  display: none;
}

#counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .agree-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 15px;
}

@media screen and (min-width: 992px) {
  #counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .agree-wrap {
    margin-top: 19px;
  }
}

#counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .agree-wrap .captcha-wrap {
  width: 150px;
}

#counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .agree-wrap .captcha-wrap .img-wrap {
  width: 100%;
  height: 40px;
  border: 1px solid black;
}

#counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .agree-wrap .captcha-wrap .input-captcha {
  width: 100%;
  padding: 1px;
  margin-top: 5px;
}

#counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .agree-wrap .input-wrap {
  display: flex;
  align-items: center;
  height: 21px;
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
  #counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .agree-wrap .input-wrap {
    height: 24px;
  }
}

#counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .agree-wrap .input-wrap input[type="checkbox"] {
  display: none;
}

#counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .agree-wrap .input-wrap input[type="checkbox"]+label {
  display: block;
  position: relative;
  cursor: pointer;
}

#counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .agree-wrap .input-wrap input[type="checkbox"]+label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../imgs/common/icon-chekbox-default.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .agree-wrap .input-wrap input[type="checkbox"]:disabled+label::after {
  background-image: url(../imgs/common/icon-chekbox-default.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .agree-wrap .input-wrap input[type="checkbox"]:checked+label::after {
  background-image: url(../imgs/common/icon-chekbox-checked.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .agree-wrap .input-wrap .ckbx-tag {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #666;
  cursor: pointer;
}

#counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .agree-wrap .input-wrap .ckbx-tag .text {
  display: inline-block;
  padding-left: 25px;
  font-size: 16px;
}

@media screen and (min-width: 992px) {
  #counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .agree-wrap .input-wrap .ckbx-tag .text {
    font-size: 18px;
  }
}

#counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .agree-wrap .input-wrap .view-more {
  display: inline-block;
  margin-left: 15px;
  font-size: 14px;
  color: #222;
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  #counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .agree-wrap .input-wrap .view-more {
    font-size: 16px;
  }
}

#counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .btn-md {
  width: 100%;
  max-width: 314px;
  margin-top: 30px;
}

@media screen and (min-width: 992px) {
  #counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .btn-md {
    width: 250px;
    margin-top: 3.12695vw;
  }
}

@media screen and (min-width: 1600px) {
  #counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .btn-md {
    margin-top: 50px;
  }
}

#counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .btns-wrap {
  margin-top: 15px;
}

@media screen and (min-width: 992px) {
  #counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .btns-wrap {
    margin-top: 19px;
  }
}

#counselModal .modal-dialog .modal-content .modal-body .modal-board-wrap .btns-wrap .btn-captcha {
  width: 150px;
  height: 40px;
  background-color: lightblue;
}

/* 
@ 상표검색 모달
- #searchModal
*/
#searchModal {
  display: none;
}

#searchModal .modal-dialog {
  margin-top: 84px;
}

@media screen and (min-width: 992px) {
  #searchModal .modal-dialog {
    width: 100%;
    max-width: 1200px;
    margin-top: 13.34445vw;
  }
}

@media screen and (min-width: 1200px) {
  #searchModal .modal-dialog {
    margin-top: 160px;
  }
}

#searchModal .modal-dialog .modal-content {
  padding-top: 52px;
  padding-bottom: 40px;
}

@media screen and (min-width: 992px) {
  #searchModal .modal-dialog .modal-content {
    padding: 100px 0;
  }
}

#searchModal .modal-dialog .modal-content .modal-header {
  justify-content: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  #searchModal .modal-dialog .modal-content .modal-header {
    margin-bottom: 40px;
  }
}

#searchModal .modal-dialog .modal-content .modal-header .title {
  text-align: center;
}

#searchModal .modal-dialog .modal-content .modal-body .modal-search-form {
  position: relative;
  max-width: 314px;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  #searchModal .modal-dialog .modal-content .modal-body .modal-search-form {
    max-width: 49.04087vw;
  }
}

@media screen and (min-width: 1200px) {
  #searchModal .modal-dialog .modal-content .modal-body .modal-search-form {
    max-width: 588px;
  }
}

#searchModal .modal-dialog .modal-content .modal-body .modal-search-form input:-webkit-autofill::first-line {
  color: red !important;
}

#searchModal .modal-dialog .modal-content .modal-body .modal-search-form input[type="search"] {
  width: 100%;
  height: 60px;
  padding: 18px 60px 18px 10px;
  border: 1px solid #000;
  background-color: #fff;
  font-size: 18px;
  line-height: 1.1666;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

#searchModal .modal-dialog .modal-content .modal-body .modal-search-form input[type="search"]:-ms-input-placeholder {
  color: #999;
}

#searchModal .modal-dialog .modal-content .modal-body .modal-search-form input[type="search"]::-ms-input-placeholder {
  color: #999;
  font-size: inherit;
}

#searchModal .modal-dialog .modal-content .modal-body .modal-search-form input[type="search"]:-moz-placeholder {
  color: #999;
  font-size: inherit;
}

#searchModal .modal-dialog .modal-content .modal-body .modal-search-form input[type="search"]::-moz-placeholder {
  color: #999;
  font-size: inherit;
}

#searchModal .modal-dialog .modal-content .modal-body .modal-search-form input[type="search"]::-webkit-input-placeholder {
  color: #999;
  font-size: inherit;
}

#searchModal .modal-dialog .modal-content .modal-body .modal-search-form input[type="search"]::placeholder {
  color: #999;
  font-size: inherit;
}

@media screen and (min-width: 992px) {
  #searchModal .modal-dialog .modal-content .modal-body .modal-search-form input[type="search"] {
    height: 70px;
    padding: 1.91827vw 13.51126vw 1.91827vw 1.66806vw;
    font-size: 20px;
  }
}

@media screen and (min-width: 1200px) {
  #searchModal .modal-dialog .modal-content .modal-body .modal-search-form input[type="search"] {
    padding: 23px 162px 23px 20px;
  }
}

#searchModal .modal-dialog .modal-content .modal-body .modal-search-form input[type="search"]:-webkit-autofill,
#searchModal .modal-dialog .modal-content .modal-body .modal-search-form input[type="search"]:-webkit-autofill:hover,
#searchModal .modal-dialog .modal-content .modal-body .modal-search-form input[type="search"]:-webkit-autofill:focus,
#searchModal .modal-dialog .modal-content .modal-body .modal-search-form input[type="search"]:-webkit-autofill:active {
  box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  transition: background-color 5000s;
}

#searchModal .modal-dialog .modal-content .modal-body .modal-search-form input[type="search"]::-webkit-search-decoration,
#searchModal .modal-dialog .modal-content .modal-body .modal-search-form input[type="search"]::-webkit-search-cancel-button,
#searchModal .modal-dialog .modal-content .modal-body .modal-search-form input[type="search"]::-webkit-search-results-button,
#searchModal .modal-dialog .modal-content .modal-body .modal-search-form input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

#searchModal .modal-dialog .modal-content .modal-body .modal-search-form #submit-modal {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  #searchModal .modal-dialog .modal-content .modal-body .modal-search-form #submit-modal {
    right: 20px;
  }
}

#searchModal .modal-dialog .modal-content .modal-body .modal-search-form #submit-modal .img {
  width: 100%;
  height: 100%;
  background-image: url(../imgs/common/icon-search-333333.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#searchModal .modal-dialog .modal-content .modal-body .modal-search-form-2 {
  position: relative;
  max-width: 314px;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  #searchModal .modal-dialog .modal-content .modal-body .modal-search-form-2 {
    max-width: 49.04087vw;
  }
}

@media screen and (min-width: 1200px) {
  #searchModal .modal-dialog .modal-content .modal-body .modal-search-form-2 {
    max-width: 588px;
  }
}

#searchModal .modal-dialog .modal-content .modal-body .modal-search-form-2 input:-webkit-autofill::first-line {
  color: red !important;
}

#searchModal .modal-dialog .modal-content .modal-body .modal-search-form-2 input[type="search"] {
  width: 100%;
  height: 60px;
  padding: 18px 60px 18px 10px;
  border: 1px solid #000;
  background-color: #fff;
  font-size: 18px;
  line-height: 1.1666;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

#searchModal .modal-dialog .modal-content .modal-body .modal-search-form-2 input[type="search"]:-ms-input-placeholder {
  color: #999;
}

#searchModal .modal-dialog .modal-content .modal-body .modal-search-form-2 input[type="search"]::-ms-input-placeholder {
  color: #999;
  font-size: inherit;
}

#searchModal .modal-dialog .modal-content .modal-body .modal-search-form-2 input[type="search"]:-moz-placeholder {
  color: #999;
  font-size: inherit;
}

#searchModal .modal-dialog .modal-content .modal-body .modal-search-form-2 input[type="search"]::-moz-placeholder {
  color: #999;
  font-size: inherit;
}

#searchModal .modal-dialog .modal-content .modal-body .modal-search-form-2 input[type="search"]::-webkit-input-placeholder {
  color: #999;
  font-size: inherit;
}

#searchModal .modal-dialog .modal-content .modal-body .modal-search-form-2 input[type="search"]::placeholder {
  color: #999;
  font-size: inherit;
}

@media screen and (min-width: 992px) {
  #searchModal .modal-dialog .modal-content .modal-body .modal-search-form-2 input[type="search"] {
    height: 70px;
    padding: 1.91827vw 13.51126vw 1.91827vw 1.66806vw;
    font-size: 20px;
  }
}

@media screen and (min-width: 1200px) {
  #searchModal .modal-dialog .modal-content .modal-body .modal-search-form-2 input[type="search"] {
    padding: 23px 162px 23px 20px;
  }
}

#searchModal .modal-dialog .modal-content .modal-body .modal-search-form-2 input[type="search"]:-webkit-autofill,
#searchModal .modal-dialog .modal-content .modal-body .modal-search-form-2 input[type="search"]:-webkit-autofill:hover,
#searchModal .modal-dialog .modal-content .modal-body .modal-search-form-2 input[type="search"]:-webkit-autofill:focus,
#searchModal .modal-dialog .modal-content .modal-body .modal-search-form-2 input[type="search"]:-webkit-autofill:active {
  box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  transition: background-color 5000s;
}

#searchModal .modal-dialog .modal-content .modal-body .modal-search-form-2 input[type="search"]::-webkit-search-decoration,
#searchModal .modal-dialog .modal-content .modal-body .modal-search-form-2 input[type="search"]::-webkit-search-cancel-button,
#searchModal .modal-dialog .modal-content .modal-body .modal-search-form-2 input[type="search"]::-webkit-search-results-button,
#searchModal .modal-dialog .modal-content .modal-body .modal-search-form-2 input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

#searchModal .modal-dialog .modal-content .modal-body .modal-search-form-2 #submit-modal {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  #searchModal .modal-dialog .modal-content .modal-body .modal-search-form-2 #submit-modal {
    right: 20px;
  }
}

#searchModal .modal-dialog .modal-content .modal-body .modal-search-form-2 #submit-modal .img {
  width: 100%;
  height: 100%;
  background-image: url(../imgs/common/icon-search-333333.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/*=================================================
        개인정보 처리방침, 이용약관 스타일
=================================================*/
/* 개인정보 처리방침, 이용약관 탭 메뉴 스타일 */
.nav-tabs {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .nav-tabs {
    margin-bottom: 48px;
  }
}

.nav-tabs .tab-wrap {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  padding: 0 15px;
}

.nav-tabs .tab-wrap .tab-item {
  display: inline-flex;
  flex: 0 1 auto;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

@media screen and (min-width: 992px) {
  .nav-tabs .tab-wrap .tab-item {
    font-size: 15px;
  }
}

.nav-tabs .tab-wrap .tab-item.active {
  position: relative;
  color: #174fb7;
}

.nav-tabs .tab-wrap .tab-item.active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #174fb7;
}

.nav-tabs .tab-wrap .tab-item>* {
  min-height: 38px;
  height: 100%;
  padding: 10px;
}

/* 개인정보 처리방침, 이용약관 공통 스타일 */
.tab-title-wrap {
  margin-bottom: 40px;
}

.tab-title-wrap .title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.147;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .tab-title-wrap .title {
    margin-bottom: 60px;
    font-size: 34px;
  }
}

.tab-contents .contents-title {
  margin-bottom: 34px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}

.tab-contents .tab-contents-item .sub-title {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
}

.tab-contents .tab-contents-item .desc {
  font-size: 16px;
  line-height: 1.625;
  color: #555;
}

.tab-contents .tab-contents-item:not(:last-child) {
  margin-bottom: 32px;
}

.tab-contents .tab-contents-item .term-list {
  margin: 0.5em 0;
  padding: 0 30px;
}

.tab-contents .tab-contents-item .term-list .term-item .item-title {
  font-weight: 500;
  color: #555;
}

.tab-contents .tab-contents-item .term-list .term-item .desc .strong {
  font-weight: 500;
}

/*=================================================
        온라인몰 서브페이지 공통 스타일
=================================================*/
/* 서브페이지 탭메뉴 네비게이션 */
.sub-tab {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
  z-index: 700;
  filter: drop-shadow(0 5px 15px rgba(20, 42, 82, 0.1));
  -webkit-filter: drop-shadow(0 5px 15px rgba(20, 42, 82, 0.1));
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  opacity: 1;
  transition: all .4s ease-in-out;
}

.sub-tab.hide {
  top: -80px;
  opacity: 0;
}

@media screen and (min-width: 992px) {
  .sub-tab {
    height: 80px;
  }
}

.sub-tab .flex-row {
  justify-content: center;
  align-content: center;
  height: 100%;
}

.sub-tab .flex-row .sub-tab-item {
  cursor: pointer;
}

.sub-tab .flex-row .sub-tab-item:not(:last-child) {
  margin-right: 60px;
}

.sub-tab .flex-row .sub-tab-item.active .link {
  color: #174fb7;
}

.sub-tab .flex-row .sub-tab-item.active .link::after {
  background-color: #174fb7;
}

.sub-tab .flex-row .sub-tab-item .link {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  color: #888;
  text-align: center;
  transition: color .25s;
}

@media screen and (min-width: 992px) {
  .sub-tab .flex-row .sub-tab-item .link {
    font-size: 25px;
    line-height: 1.36;
  }
}

.sub-tab .flex-row .sub-tab-item .link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -17px;
  transform: translateX(-50%);
  display: block;
  width: 100%;
  height: 3px;
  background-color: transparent;
  transition: background-color .25s;
}

@media screen and (min-width: 992px) {
  .sub-tab .flex-row .sub-tab-item .link::after {
    bottom: -24px;
  }
}

@media screen and (min-width: 992px) {
  .common-subtitle-wrap .img-wrap {
    min-width: 81.29234vw;
  }
}

@media screen and (min-width: 1920px) {
  .common-subtitle-wrap .img-wrap {
    min-width: 1560px;
  }
}

#amazon .sub-section:first-child>.title,
#coupang .sub-section:first-child>.title,
#naver .sub-section:first-child>.title {
  margin-bottom: 35px;
}

@media screen and (min-width: 992px) {

  #amazon .sub-section:first-child>.title,
  #coupang .sub-section:first-child>.title,
  #naver .sub-section:first-child>.title {
    margin-bottom: 6.67223vw;
  }
}

@media screen and (min-width: 1200px) {

  #amazon .sub-section:first-child>.title,
  #coupang .sub-section:first-child>.title,
  #naver .sub-section:first-child>.title {
    margin-bottom: 80px;
  }
}

.sub-section:not(:last-of-type) {
  margin-bottom: 80px;
}

@media screen and (min-width: 992px) {
  .sub-section:not(:last-of-type) {
    margin-bottom: 12.50782vw;
  }
}

@media screen and (min-width: 1600px) {
  .sub-section:not(:last-of-type) {
    margin-bottom: 200px;
  }
}

.sub-section .top-contents {
  padding-bottom: 60px;
}

@media screen and (min-width: 992px) {
  .sub-section .top-contents {
    border-bottom: 0;
    padding-bottom: 8.34028vw;
  }
}

@media screen and (min-width: 1200px) {
  .sub-section .top-contents {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 992px) {
  #exportvoucher .sub-section .top-contents {
    padding-bottom: 5.00417vw;
  }
}

@media screen and (min-width: 1200px) {
  #exportvoucher .sub-section .top-contents {
    padding-bottom: 60px;
  }
}

.sub-section .top-contents .zoom-img-wrap {
  position: relative;
}

.sub-section .top-contents .zoom-img-wrap .zoom-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 42%;
  pointer-events: none;
  opacity: 1;
}

.sub-section .top-contents .zoom-img-wrap .img {
  width: 100%;
}

.sub-section .icons-list-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 344px;
  padding-bottom: 60px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .sub-section .icons-list-wrap {
    max-width: none;
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 992px) {
  .sub-section .icons-list-wrap::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 69px;
    transform: translateX(-50%);
    display: inline-block;
    width: 80%;
    border: 1px dashed #777;
    z-index: -1;
  }
}

.sub-section .icons-list-wrap .icon-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 50%;
  max-width: 164px;
}

@media screen and (min-width: 768px) {
  .sub-section .icons-list-wrap .icon-item {
    width: 25%;
    max-width: 160px;
  }
}

@media screen and (min-width: 768px) {
  #naver .sub-section .icons-list-wrap .icon-item {
    max-width: 240px;
  }
}

.sub-section .icons-list-wrap .icon-item:nth-child(-n+2) {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .sub-section .icons-list-wrap .icon-item:nth-child(-n+2) {
    margin-bottom: 0;
  }
}

.sub-section .icons-list-wrap .icon-item:not(:first-child) {
  position: relative;
}

@media screen and (min-width: 992px) {
  .sub-section .icons-list-wrap .icon-item:not(:first-child)::after {
    content: "";
    position: absolute;
    left: -14px;
    top: 60px;
    display: block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    background-image: url(../imgs/page/icon-step-next.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}

@media screen and (min-width: 992px) {
  #naver .sub-section .icons-list-wrap .icon-item:not(:first-child)::after {
    left: 1.4384vw;
    width: 2.33528vw;
    background-position: left center;
  }
}

@media screen and (min-width: 1200px) {
  #naver .sub-section .icons-list-wrap .icon-item:not(:first-child)::after {
    left: 24px;
    width: 20px;
  }
}

.sub-section .icons-list-wrap .icon-item .img-wrap {
  position: relative;
  width: 140px;
  height: 140px;
  margin-bottom: 20px;
}

.sub-section .icons-list-wrap .icon-item .img-wrap::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: block;
  width: 154px;
  height: 140px;
  background-color: #fff;
  z-index: -1;
}

#naver .sub-section .icons-list-wrap .icon-item .img-wrap::before {
  width: 158px;
}

.sub-section .icons-list-wrap .icon-item .text-wrap .desc {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}

.sub-section>.title {
  position: relative;
  padding-left: 14px;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.343;
}

@media screen and (min-width: 992px) {
  .sub-section>.title {
    font-size: 3.50292vw;
  }
}

@media screen and (min-width: 1200px) {
  .sub-section>.title {
    font-size: 42px;
  }
}

@media screen and (min-width: 992px) {
  .sub-section>.title {
    margin-bottom: 3.33611vw;
    padding-left: 26px;
  }
}

@media screen and (min-width: 1200px) {
  .sub-section>.title {
    margin-bottom: 40px;
    line-height: 1.333;
  }
}

.sub-section>.title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 4px;
  height: 33px;
  background-color: #174fb7;
}

@media screen and (min-width: 1200px) {
  .sub-section>.title::before {
    height: 39px;
    width: 6px;
  }
}

.sub-section>.desc {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

@media screen and (min-width: 992px) {
  .sub-section>.desc {
    margin-bottom: 6.25391vw;
    font-size: 20px;
    line-height: 1.6;
  }
}

@media screen and (min-width: 1600px) {
  .sub-section>.desc {
    margin-bottom: 100px;
  }
}

.sub-section .contents .flex-row {
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}

.sub-section .contents .flex-row:first-child {
  border-top: 1px solid #ddd;
}

@media screen and (min-width: 992px) {
  .sub-section .contents .flex-row {
    align-items: flex-start;
    padding: 5.58799vw 0;
  }
}

@media screen and (min-width: 992px) {
  .sub-section .contents .flex-row {
    padding: 67px 0;
  }
}

.sub-section .contents .flex-row.no-border {
  padding: 0;
}

@media screen and (min-width: 992px) {
  .sub-section .contents .flex-row.no-border {
    border: none;
  }
}

.sub-section .contents .flex-row .col-5-lg {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .sub-section .contents .flex-row .col-5-lg {
    padding-right: 6px;
    margin-bottom: 0;
  }
}

.sub-section .contents .flex-row .col-5-lg .num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-bottom: auto;
  background-color: #e8e8e8;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (min-width: 992px) {
  .sub-section .contents .flex-row .col-5-lg .num {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    font-size: 20px;
  }
}

.sub-section .contents .flex-row .col-5-lg .content-title {
  font-size: 22px;
  font-weight: 500;
}

@media screen and (min-width: 992px) {
  .sub-section .contents .flex-row .col-5-lg .content-title {
    font-size: 2.50209vw;
  }
}

@media screen and (min-width: 1200px) {
  .sub-section .contents .flex-row .col-5-lg .content-title {
    font-size: 30px;
  }
}

.sub-section .contents .flex-row .col-6-lg {
  padding: 30px 0;
}

@media screen and (min-width: 992px) {
  .sub-section .contents .flex-row .col-6-lg {
    padding: 0;
  }
}

.sub-section .contents .flex-row .col-6-lg:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

@media screen and (min-width: 992px) {
  .sub-section .contents .flex-row .col-6-lg:not(:last-child) {
    border-bottom: none;
  }
}

.sub-section .contents .flex-row .col-6-lg .title-wrap {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}

.sub-section .contents .flex-row .col-6-lg .title-wrap .num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-color: #e8e8e8;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (min-width: 992px) {
  .sub-section .contents .flex-row .col-6-lg .title-wrap .num {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    font-size: 20px;
  }
}

.sub-section .contents .flex-row .col-6-lg .title-wrap .content-title {
  font-size: 22px;
  font-weight: 500;
}

@media screen and (min-width: 992px) {
  .sub-section .contents .flex-row .col-6-lg .title-wrap .content-title {
    font-size: 2.50209vw;
  }
}

@media screen and (min-width: 1200px) {
  .sub-section .contents .flex-row .col-6-lg .title-wrap .content-title {
    font-size: 30px;
  }
}

.sub-section .contents .flex-row .col-6-lg .text-wrap {
  width: 100%;
  font-size: 16px;
  line-height: 1.3125;
  color: #333;
}

@media screen and (min-width: 992px) {
  .sub-section .contents .flex-row .col-6-lg .text-wrap {
    padding-left: 55px;
    font-size: 20px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 992px) {
  .sub-section .contents .flex-row .col-7-lg {
    padding-left: 6px;
  }
}

.sub-section .contents .flex-row .col-7-lg>.desc {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

@media screen and (min-width: 992px) {
  .sub-section .contents .flex-row .col-7-lg>.desc {
    font-size: 20px;
  }
}

.sub-section .contents .flex-row .col-7-lg .desc:not(:last-of-type) {
  margin-bottom: 15px;
}

.sub-section .contents .flex-row .col-7-lg .desc .strong {
  font-weight: 900;
}

.sub-section .contents .flex-row .col-7-lg .desc.dot {
  position: relative;
  padding-left: 15px;
}

.sub-section .contents .flex-row .col-7-lg .desc.dot::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #555;
}

.sub-section .contents .flex-row .col-7-lg .small {
  position: relative;
  display: inline-block;
  padding-left: 13px;
  font-size: 15px;
  line-height: 1.47;
  color: #555;
}

.sub-section .contents .flex-row .col-7-lg .small:not(:last-of-type) {
  margin-bottom: 10px;
}

.sub-section .contents .flex-row .col-7-lg .small::before {
  content: "*";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 7px;
}

@media screen and (min-width: 992px) {
  .sub-section .contents .flex-row .col-7-lg .small::before {
    left: 10px;
  }
}

@media screen and (min-width: 992px) {
  .sub-section .contents .flex-row .col-7-lg .small {
    padding-left: 23px;
    font-size: 18px;
    line-height: 1.56;
  }
}

.sub-section .contents .flex-row .col-7-lg .sub-color-bg {
  padding: 30px 20px;
  border-radius: 10px;
  color: #fff;
}

@media screen and (min-width: 992px) {
  .sub-section .contents .flex-row .col-7-lg .sub-color-bg {
    display: flex;
    justify-content: space-between;
    padding: 40px;
  }
}

.sub-section .contents .flex-row .col-7-lg .sub-color-bg.dark {
  margin-top: 40px;
  margin-bottom: 5px;
  background-color: #142a52;
}

@media screen and (min-width: 992px) {
  .sub-section .contents .flex-row .col-7-lg .sub-color-bg.dark {
    margin-bottom: 15px;
  }
}

.sub-section .contents .flex-row .col-7-lg .sub-color-bg.light {
  background-color: #174fb7;
}

.sub-section .contents .flex-row .col-7-lg .sub-color-bg .title-wrap {
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .sub-section .contents .flex-row .col-7-lg .sub-color-bg .title-wrap {
    flex: none;
    margin-bottom: 0;
    width: 150px;
  }
}

.sub-section .contents .flex-row .col-7-lg .sub-color-bg .title-wrap .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

@media screen and (min-width: 992px) {
  .sub-section .contents .flex-row .col-7-lg .sub-color-bg .title-wrap .title {
    font-size: 2.16847vw;
  }
}

@media screen and (min-width: 1200px) {
  .sub-section .contents .flex-row .col-7-lg .sub-color-bg .title-wrap .title {
    font-size: 26px;
  }
}

.sub-section .contents .flex-row .col-7-lg .sub-color-bg .text-wrap {
  flex: 1 1 0;
}

@media screen and (min-width: 992px) {
  .sub-section .contents .flex-row .col-7-lg .sub-color-bg .text-wrap {
    margin-left: 1.00083vw;
  }
}

@media screen and (min-width: 1200px) {
  .sub-section .contents .flex-row .col-7-lg .sub-color-bg .text-wrap {
    margin-left: 12px;
  }
}

.sub-section .contents .flex-row .col-7-lg .sub-color-bg .text-wrap .desc {
  position: relative;
  padding-left: 21px;
  font-size: 16px;
  line-height: 1.3125;
}

@media screen and (min-width: 992px) {
  .sub-section .contents .flex-row .col-7-lg .sub-color-bg .text-wrap .desc {
    font-size: 1.66806vw;
  }
}

@media screen and (min-width: 1200px) {
  .sub-section .contents .flex-row .col-7-lg .sub-color-bg .text-wrap .desc {
    font-size: 20px;
  }
}

@media screen and (min-width: 992px) {
  .sub-section .contents .flex-row .col-7-lg .sub-color-bg .text-wrap .desc {
    line-height: 1.3;
  }
}

.sub-section .contents .flex-row .col-7-lg .sub-color-bg .text-wrap .desc:not(:last-child) {
  margin-bottom: 15px;
}

@media screen and (min-width: 992px) {
  .sub-section .contents .flex-row .col-7-lg .sub-color-bg .text-wrap .desc:not(:last-child) {
    margin-bottom: 20px;
  }
}

.sub-section .contents .flex-row .col-7-lg .sub-color-bg .text-wrap .desc::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../imgs/page/icon-check.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 992px) {
  .sub-section .contents .flex-row .col-7-lg .sub-color-bg .text-wrap .desc::before {
    top: 5px;
  }
}

.sub-section .contents .flex-row .col-7-lg .bg-list-wrap .item:not(:last-child) {
  margin-bottom: 5px;
}

#trademark .sub-section .contents .flex-row .col-7-lg .bg-list-wrap .item:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
  #trademark .sub-section .contents .flex-row .col-7-lg .bg-list-wrap .item:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 992px) {
  .sub-section .contents .flex-row .col-7-lg .bg-list-wrap .item:not(:last-child) {
    margin-bottom: 15px;
  }
}

.sub-section .contents .flex-row .col-7-lg .bg-list-wrap .item .desc {
  font-size: 16px;
  color: #333;
}

@media screen and (min-width: 992px) {
  .sub-section .contents .flex-row .col-7-lg .bg-list-wrap .item .desc {
    font-size: 20px;
    line-height: 1.6;
  }
}

.sub-section .contents .flex-row .col-7-lg .bg-list-wrap .item .desc .strong {
  font-weight: 600;
  color: #333;
}

.sub-section .contents .flex-row .col-7-lg .bg-st1-list {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .sub-section .contents .flex-row .col-7-lg .bg-st1-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.sub-section .contents .flex-row .col-7-lg .bg-st1-list .item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px;
  background-color: #eaeffb;
}

@media screen and (min-width: 992px) {
  .sub-section .contents .flex-row .col-7-lg .bg-st1-list .item {
    padding-left: 2.50209vw;
    padding-right: 2.50209vw;
  }
}

@media screen and (min-width: 1200px) {
  .sub-section .contents .flex-row .col-7-lg .bg-st1-list .item {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 992px) {
  .sub-section .contents .flex-row .col-7-lg .bg-st1-list .item:not(:last-child) {
    margin-bottom: 10px;
  }
}

.sub-section .contents .flex-row .col-7-lg .bg-st1-list .item.bg-st1 {
  background-color: #eaeffb;
}

.sub-section .contents .flex-row .col-7-lg .bg-st1-list .item.bg-st2 {
  background-color: #e5f4fb;
}

@media screen and (min-width: 1600px) {
  .sub-section .contents .flex-row .col-7-lg .bg-st1-list .item {
    height: 80px;
    max-width: 340px;
  }
}

.sub-section .contents .flex-row .col-7-lg .bg-st1-list .item .desc {
  font-size: 16px;
  color: #333;
}

@media screen and (min-width: 992px) {
  .sub-section .contents .flex-row .col-7-lg .bg-st1-list .item .desc {
    font-size: 1.66806vw;
  }
}

@media screen and (min-width: 1200px) {
  .sub-section .contents .flex-row .col-7-lg .bg-st1-list .item .desc {
    font-size: 20px;
  }
}

.sub-section .contents .flex-row .col-7-lg .bg-st2-list .item {
  padding: 15px;
}

@media screen and (min-width: 992px) {
  .sub-section .contents .flex-row .col-7-lg .bg-st2-list .item {
    padding: 2.50209vw;
  }
}

@media screen and (min-width: 1200px) {
  .sub-section .contents .flex-row .col-7-lg .bg-st2-list .item {
    padding: 30px;
  }
}

.sub-section .contents .flex-row .col-7-lg .bg-st2-list .item.bg-st1 {
  background-color: #eaeffb;
}

.sub-section .contents .flex-row .col-7-lg .bg-st2-list .item.bg-st2 {
  background-color: #e5f4fb;
}

.sub-section .contents .flex-row .col-7-lg .bg-st2-list .item .title {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3125;
  color: #333;
}

@media screen and (min-width: 992px) {
  .sub-section .contents .flex-row .col-7-lg .bg-st2-list .item .title {
    font-size: 1.66806vw;
  }
}

@media screen and (min-width: 1200px) {
  .sub-section .contents .flex-row .col-7-lg .bg-st2-list .item .title {
    font-size: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .sub-section .contents .flex-row .col-7-lg .bg-st2-list .item .title {
    margin-bottom: 20px;
  }
}

.sub-section .contents .flex-row .col-7-lg .bg-st2-list .item .desc {
  line-height: 1.5;
  color: #555;
}

.sub-section .contents .flex-row .col-7-lg .bg-st3-list .item {
  padding: 15px;
}

@media screen and (min-width: 992px) {
  .sub-section .contents .flex-row .col-7-lg .bg-st3-list .item {
    padding: 2.50209vw;
  }
}

@media screen and (min-width: 1200px) {
  .sub-section .contents .flex-row .col-7-lg .bg-st3-list .item {
    padding: 30px;
  }
}

.sub-section .contents .flex-row .col-7-lg .bg-st3-list .item.bg-st1 {
  background-color: #eaeffb;
}

.sub-section .contents .flex-row .col-7-lg .bg-st3-list .item.bg-st2 {
  background-color: #e5f4fb;
}

.sub-section .contents .flex-row .col-7-lg .bg-st3-list .item .desc .blue {
  color: #174fb7;
}

.sub-section .contents .flex-row .col-7-lg .no-bg-list .item:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (min-width: 992px) {
  .sub-section .contents .flex-row .col-7-lg .no-bg-list .item:not(:last-child) {
    margin-bottom: 5.00417vw;
  }
}

@media screen and (min-width: 1200px) {
  .sub-section .contents .flex-row .col-7-lg .no-bg-list .item:not(:last-child) {
    margin-bottom: 60px;
  }
}

.sub-section .contents .flex-row .col-7-lg .no-bg-list .item .title {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

@media screen and (min-width: 992px) {
  .sub-section .contents .flex-row .col-7-lg .no-bg-list .item .title {
    margin-bottom: 25px;
    font-size: 20px;
  }
}

.sub-section .contents .flex-row .col-7-lg .no-bg-list .item .desc {
  font-size: 16px;
  color: #555;
}

@media screen and (min-width: 992px) {
  .sub-section .contents .flex-row .col-7-lg .no-bg-list .item .desc {
    font-size: 20px;
  }
}

.sub-section .contents .flex-row .col-7-lg .no-bg-list .item .desc::before {
  top: 6px;
}

@media screen and (min-width: 992px) {
  .sub-section .contents .flex-row .col-7-lg .no-bg-list .item .desc::before {
    top: 10px;
  }
}

.sub-section .contents .flex-row .col-7-lg .no-bg-list .item .desc:not(:last-child) {
  margin-bottom: 15px;
}

.sub-section>.img-wrap {
  margin-bottom: 60px;
}

@media screen and (min-width: 992px) {
  #trademark .sub-section>.img-wrap {
    margin-bottom: 8.34028vw;
  }
}

@media screen and (min-width: 1200px) {
  #trademark .sub-section>.img-wrap {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 992px) {
  #exportvoucher .sub-section>.img-wrap {
    margin-bottom: 5.00417vw;
  }
}

@media screen and (min-width: 1200px) {
  #exportvoucher .sub-section>.img-wrap {
    margin-bottom: 60px;
  }
}

.page-content-wrap .bottom-contents {
  padding-top: 40px;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

.page-content-wrap .bottom-contents .desc {
  margin-bottom: 15px;
}

@media screen and (min-width: 992px) {
  .page-content-wrap .bottom-contents .desc {
    margin-bottom: 10px;
  }
}

.page-content-wrap .bottom-contents .link {
  display: block;
  word-break: break-all;
}

.page-content-wrap .bottom-contents .link:not(:last-child) {
  margin-bottom: 15px;
}

@media screen and (min-width: 992px) {
  .page-content-wrap .bottom-contents .link:not(:last-child) {
    margin-bottom: 10px;
  }
}

/*=================================================
        서브페이지 공통 레이아웃
=================================================*/
.page-content-wrap {
  padding-top: 60px;
  padding-bottom: 80px;
}

@media screen and (min-width: 992px) {
  .page-content-wrap {
    padding-bottom: 150px;
    padding-top: 180px;
  }

  #term .page-content-wrap,
  #privacy .page-content-wrap {
    padding-top: 220px;
  }
}

@media screen and (min-width: 992px) and (min-width: 992px) {

  #naver .page-content-wrap,
  #amazon .page-content-wrap,
  #coupang .page-content-wrap {
    padding-top: 120px;
  }
}

/*=================================================
        푸터
=================================================*/
footer {
  position: relative;
  width: 100%;
  background-color: #17243b;
}

footer .footer-content-wrap {
  padding: 40px 0;
}

@media screen and (min-width: 1200px) {
  footer .footer-content-wrap {
    padding: 80px 0;
  }
}

footer .footer-top {
  margin-bottom: 38px;
}

@media screen and (min-width: 992px) {
  footer .footer-content {
    display: flex;
    justify-content: space-between;
  }
}

#onepage footer .footer-content {
  flex-direction: column;
}

@media screen and (min-width: 1200px) {
  #onepage footer .footer-content {
    flex-direction: row;
  }
}

footer .footer-content .info-items {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.142;
  color: #949dae;
}

@media screen and (min-width: 992px) {
  footer .footer-content .info-items {
    flex-direction: row;
    flex-wrap: wrap;
    width: calc(8 / 12 * 100%);
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.333;
  }
}

@media screen and (min-width: 1200px) {
  #onepage footer .footer-content .info-items {
    order: -1;
  }
}

footer .footer-content .info-items .item {
  display: inline-flex;
  margin-bottom: 10px;
  margin-right: 20px;
}

footer .footer-content .info-items .item .title {
  margin-right: 10px;
}

@media screen and (min-width: 992px) {
  footer .footer-content .info-items .item {
    margin-right: 30px;
  }
}

@media screen and (min-width: 992px) {
  footer .footer-content .aside-group {
    width: 200px;
  }
}

footer .footer-bottom {
  margin-top: 41px;
}

@media screen and (min-width: 992px) {
  footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 38px;
  }
}

footer .copyright {
  display: inline-block;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.357;
  color: #687384;
}

@media screen and (min-width: 992px) {
  footer .copyright {
    margin-top: 0;
    font-size: 18px;
  }
}

footer .footer-link-wrap {
  display: flex;
  overflow-y: hidden;
  overflow-x: auto;
}

@media screen and (min-width: 360px) {
  footer .footer-link-wrap {
    overflow-x: inherit;
  }
}

footer .footer-link-wrap .link-txt {
  display: flex;
  font-size: 14px;
  line-height: 1.142;
  color: #fff;
}

footer .footer-link-wrap .link-txt:not(:last-child) {
  margin-right: 15px;
}

@media screen and (min-width: 992px) {
  footer .footer-link-wrap .link-txt {
    font-size: 18px;
  }
}


/*=================================================
      common
=================================================*/
@-webkit-keyframes slideUp-animation {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes slideUp-animation {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes slideUp-animation {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideUp-animation {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeIn-animation {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn-animation {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes fadeIn-animation {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn-animation {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut-animation {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut-animation {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-o-keyframes fadeOut-animation {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut-animation {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.sub-top {
  position: relative;
  overflow: hidden;
  height: 200px;
}

@media screen and (min-width: 544px) {
  .sub-top {
    height: 45.40868vw;
  }
}

@media screen and (min-width: 992px) {
  .sub-top {
    height: 450px;
  }
}

.sub-top .sub-top-image {
  height: 100%;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.1);
}

.sub-top .sub-top-text {
  position: absolute;
  left: 50%;
  bottom: 50px;
  width: 100%;
  font-size: 30px;
  font-family: "MinSans", sans-serif;
  line-height: 1.333;
  text-align: center;
  color: #fff;
  transform: translate(-50%, 0);
}

@media screen and (min-width: 544px) {
  .sub-top .sub-top-text {
    bottom: 15.13623vw;
    font-size: 4.844vw;
  }
}

@media screen and (min-width: 992px) {
  .sub-top .sub-top-text {
    bottom: 150px;
    font-size: 48px;
  }
}

.bread-crumb {
  width: 100%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.285;
  color: #555;
}

.bread-crumb .list-wrap {
  display: flex;
}

.bread-crumb .list {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 50px;
}

.bread-crumb .list a {
  display: flex;
  align-items: center;
  height: 100%;
}

.bread-crumb .list.home .icon-home {
  width: 13px;
  height: 12px;
  background-image: url(../imgs/page/icon-home.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bread-crumb .list:not(:last-child) {
  padding-right: 23px;
}

.bread-crumb .list:not(:last-child):after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 4px;
  width: 12px;
  height: 12px;
  background: url(../imgs/common/icon-breadcrumb-arrow.svg) no-repeat center/contain;
  transform: translateY(-50%);
}

/*=================================================
        Scroll Ani 초기속성값 설정
=================================================*/
[data-scrollani="slideUp"] {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}

[data-scrollani="slideDown"] {
  opacity: 0;
  transform: translate3d(0, -30px, 0);
}

[data-scrollani="scaleDown"] {
  transform: scale(1.1);
}

[data-scrollani="fadeIn"] {
  opacity: 0;
}

[data-scrollani="leftToRight"] {
  opacity: 0;
  transform: translate3d(-30px, 0, 0);
}

[data-scrollani="rightToLeft"] {
  opacity: 0;
  transform: translate3d(30px, 0, 0);
}
