@charset "utf-8";

/* for rem */
html {
  font-size: 20px;
}
html.fixed {
  overflow: hidden;
}
body {
  font-family: "SUIT", sans-serif;
}
/* layout */
.grid {
  position: relative;
  max-width: 1200px;
}
.full-grid {
  position: relative;
  max-width: 1600px;
}

/* fonts */
.noto-l {
  /* font-family: "NotoSansKR-Light", sans-serif; */
  font-family: "SUIT";
  font-weight: 400;
}
.noto-r {
  /* font-family: "NotoSansKR-Regular", sans-serif; */
  font-family: "SUIT";
  font-weight: 400;
}
.noto-m {
  /* font-family: "NotoSansKR-Medium", sans-serif; */
  font-family: "SUIT";
  font-weight: 600;
}
.noto-b {
  /* font-family: "NotoSansKR-Bold", sans-serif; */
  font-family: "SUIT";
  font-weight: 700;
}
.mont {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.mont-r {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.mont-b {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

/* color */
.fnt-wht {
  color: #fff !important;
}
.fnt-grey {
  color: #666 !important;
}
.fnt-blk {
  color: #000 !important;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-red {
  background-color: #ee212c !important;
}

/* common style */
.linebreak {
  display: block;
}
.txt-lt {
  text-align: left;
}
.txt-rt {
  text-align: right;
}
.txt-ct {
  text-align: center;
}
.of-txt-1 {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.of-txt-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.fl-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.fl-item {
  float: left;
}

.thumb {
  position: relative;
  overflow: hidden;
  display: block;
}
.thumb-img {
  width: 100%;
}

.btn {
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
}
.main-link-btn {
  padding: 1.25rem;
  font-size: 1.2rem;
  letter-spacing: -1px;
  color: #fff;
  background-color: #ff622c;
  border-radius: 3px;
}

.iframe-mov {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
}
.iframe-mov iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}
.mo-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .mo-only {
    display: block;
  }
}
/* header */
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
header .ci {
  position: absolute;
  display: inline-block;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5.25rem;
  height: 1.3rem;
  -webkit-transition: bottom 0.2s ease;
  transition: bottom 0.2s ease;
}
header .ci img {
  width: 100%;
}

.top-nav {
  position: relative;
  z-index: 1;
}
.main-nav {
  display: inline-block;
  padding: 1.75rem 0 1.25rem;
  height: 4rem;
}
.main-nav li + li {
  padding-left: 2.5rem;
}
/* .main-nav li:last-child {
    padding-left: 4rem;
} */
/* .s-main .main-nav .menu {
  color: #fff;
} */
.main-nav .menu {
  font-size: 0.9rem;
  color: #fff;
  font-weight: 500;
}
.sub-page .main-nav .menu {
  color: #000;
}
.main-nav .menu:hover,
.main-nav .menu.active {
  color: #000;
}
.main-nav .search {
  display: block;
  margin-top: -3px;
  width: 1.25rem;
  height: 1.25rem;
}
.main-nav .search img {
  width: 100%;
}
.top-nav.active {
  color: #000 !important;
  background: #fff;
  border-bottom: 1px solid #d7d7d7;
}
.top-nav.scactive {
  color: #000 !important; /* joy0424 ���� */
  background: #fff;
  border-bottom: 1px solid #d7d7d7;
}
.sub-nav {
  overflow: hidden;
  position: absolute;
  top: 4rem;
  width: 100%;
  height: 0;
  /* background: rgba(255, 255, 255, 0.95); */
  background: #fff;
}
.sub-nav.undefined .menu-sort-1,
.sub-nav.undefined .menu-sort-2,
.sub-nav.undefined .menu-sort-3,
.sub-nav.undefined .menu-sort-4,
.sub-nav.undefined .menu-sort-5 {
  display: none;
}
.sub-nav.menu-sort-1 .menu-sort-1 {
  display: block;
  margin-left: calc(100% - 521px);
}
.sub-nav.menu-sort-1 .menu-sort-2,
.sub-nav.menu-sort-1 .menu-sort-3,
.sub-nav.menu-sort-1 .menu-sort-4,
.sub-nav.menu-sort-1 .menu-sort-5 {
  display: none;
}
.sub-nav.menu-sort-2 .menu-sort-1,
.sub-nav.menu-sort-2 .menu-sort-3,
.sub-nav.menu-sort-2 .menu-sort-4,
.sub-nav.menu-sort-2 .menu-sort-5 {
  display: none;
}
.sub-nav.menu-sort-2 .menu-sort-2 {
  display: block;
  margin: 0;
  min-width: 130px;
}
.sub-nav.menu-sort-2 .menu-sort-2:nth-child(2) {
  margin-left: calc(100% - 636px);
  margin-right: 4rem;
}
.sub-nav.menu-sort-2 .menu-sort-2:nth-child(3) {
  margin-right: 4rem;
}
.sub-nav.menu-sort-3 .menu-sort-3 {
  margin: 0;
  margin-left: calc(100% - 17.5%);
}
.sub-page .sub-nav.menu-sort-3 .menu-sort-3 {
  margin-left: calc(100% - 261px);
}
.sub-nav.menu-sort-3 .menu-sort-1,
.sub-nav.menu-sort-3 .menu-sort-2,
.sub-nav.menu-sort-3 .menu-sort-4,
.sub-nav.menu-sort-3 .menu-sort-5 {
  display: none;
}
.sub-nav.menu-sort-4 .menu-sort-4 {
  margin: 0;
  margin-left: calc(100% - 9.5%);
}
.sub-page .sub-nav.menu-sort-4 .menu-sort-4 {
  margin-left: calc(100% - 141px);
}
.sub-nav.menu-sort-4 .menu-sort-1,
.sub-nav.menu-sort-4 .menu-sort-2,
.sub-nav.menu-sort-4 .menu-sort-3,
.sub-nav.menu-sort-4 .menu-sort-5 {
  display: none;
}
.sub-nav.menu-sort-5 .menu-sort-5 {
  margin: 0;
  margin-left: calc(100% - 3%);
}
.sub-page .sub-nav.menu-sort-5 .menu-sort-5 {
  margin-left: calc(100% - 45px);
}
.sub-nav.menu-sort-5 .menu-sort-1,
.sub-nav.menu-sort-5 .menu-sort-2,
.sub-nav.menu-sort-5 .menu-sort-3,
.sub-nav.menu-sort-5 .menu-sort-4 {
  display: none;
}
.sub-nav.active {
  height: auto;
  border-bottom: 1px solid #d7d7d7;
  -webkit-transition: height 0.2s ease;
  transition: height 0.2s ease;
}
.sub-gnb-wrap {
  display: flex;
}
.sub-gnb {
  position: relative;
  padding: 28px 0;
  width: auto;
  /* min-height: 19rem; */
  /* border-left: 1px solid #d7d7d7; */
  transition: background-color 0.25s;
}
.sub-gnb:nth-child(3),
.sub-gnb:nth-child(4) {
  border-left: 0;
}
.sub-gnb:nth-child(3):before {
  left: 0;
}
.sub-gnb:nth-child(3):after {
  right: 0;
}
/* .sub-gnb:last-child {
  border-right: 1px solid #d7d7d7;
} */
.sub-gnb .menu {
  display: block;
  color: #000;
  margin-bottom: 1.4rem;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.4;
  transition: color 0.3s;
}
.sub-gnb .menu:last-child {
  margin-bottom: 0;
}
/* .sub-gnb .menu:hover {
  color: #ff622c;
  font-weight: 700;
} */
.sub-gnb .tit-menu {
  margin-bottom: 1.4rem;
  font-size: 0.8rem;
  color: #ff622c;
  font-weight: 700;
  line-height: 1.4;
}
/* .sub-gnb:first-child .tit-menu:hover,
.sub-gnb:last-child .tit-menu:hover,
.sub-gnb .cont-menu:hover {
  color: #fff !important;
  text-decoration: underline;
} */
.main-nav .link-out,
.sub-gnb .link-out {
  display: inline-block;
  padding-right: 1.2rem;
  background: url("../images/ico_nav.png") no-repeat center right;
  background-size: 15px;
}
.sub-gnb .link-out.none,
.sub-gnb.active .link-out.none {
  background: none;
  padding-right: 0;
}
.sub-gnb.active {
  /* background-color: #474747; */
}
.sub-gnb.active:nth-child(3):before,
.sub-gnb.active:nth-child(3):after {
  background-color: #5a5a5a;
}
.sub-gnb.active .cont-menu {
  color: #000;
}
/* .sub-gnb .cont-menu:hover {
  color: #ff622c;
  font-weight: 700;
} */
.sub-gnb.active .link-out {
  background: url("../images/ico_nav_active.png") no-repeat center right;
  background-size: 15px;
}
.mo-nav-wrap {
  display: none;
}
#main-hd .full-grid {
  padding: 0 2.5rem;
}
.sub-page #main-hd .full-grid {
  padding: 0;
  max-width: 1200px;
}
#main-hd .ci {
  top: 50%;
  left: 2.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../images/ci_main.png") no-repeat 0 0;
  background-size: contain;
}
.sub-page #main-hd .ci {
  background: none;
  left: 0;
}
#main-hd .ci img {
  height: 100%;
  opacity: 0;
  object-fit: contain;
}
.sub-page #main-hd .ci img {
  opacity: 1;
}
#main-hd .top-nav.active .ci,
#main-hd .top-nav.scactive .ci {
  bottom: 0.5rem;
  background: none;
}
#main-hd .top-nav.active .ci img,
#main-hd .top-nav.scactive .ci img {
  opacity: 1;
}
#main-hd .main-nav li + li {
  padding-left: 3.5rem;
}
.sub-page #main-hd .top-nav.active .main-nav .menu {
  color: #000;
}
#main-hd .top-nav.active .main-nav .menu {
  color: #b6c3ce;
}
#main-hd .top-nav.active .fl-item .menu.active {
  color: #000;
  font-weight: 700;
}
#main-hd .top-nav.scactive .fl-item a.menu {
  color: #000;
}
#main-hd .top-nav.active .fl-item:hover a {
  color: #000;
  font-weight: 700;
}
#main-hd .search {
  background: url("../images/ico_search.png") no-repeat center top;
  background-size: 100%;
}
#main-hd .search img {
  opacity: 0;
}
#main-hd .top-nav.active .search,
#main-hd .top-nav.scactive .search {
  background: none;
}
#main-hd .top-nav.active .search img,
#main-hd .top-nav.scactive .search img {
  opacity: 1;
}
/* #main-hd .sub-gnb {
  width: 12.5rem;
} */
/* footer */
footer {
  background-color: #f8f9fa;
  /* border-top: 1px solid #dbdbdb; */
}
footer .ci {
  position: absolute;
  left: 0;
  width: 3.5rem;
}
.top-foot {
  padding: 1.5rem 0;
}
.top-foot-btn {
  display: inline-block;
}
.top-foot-btn li {
  position: relative;
}
.top-foot-btn li + li {
  margin-left: 3rem;
}
.top-foot-btn .btn {
  font-size: 0.75rem;
  letter-spacing: -1px;
}
.top-foot-btn .btn .ico {
  margin-left: 0.5rem;
  width: 0.75rem;
}
.top-foot-btn .down-box {
  display: none;
  position: absolute;
  top: 1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 1rem 0;
  width: 6.25rem;
  border: 1px solid #d4d4d4;
  z-index: 1;
}
.top-foot-btn .down-box a {
  display: block;
  font-size: 0.8rem;
}
.top-foot-btn .down-box a + a {
  margin-top: 0.5rem;
}
.top-foot-btn .down-box a:hover {
  color: #da2f35;
}
.top-foot-btn .btn:hover,
.top-foot-btn .btn.active {
  color: #000;
}
.btm-foot {
  padding: 1.5rem 0 3rem;
  border-top: 1px solid #dbdbdb;
}
.btm-foot-btn li {
  position: relative;
}
.btm-foot-btn li + li {
  padding-left: 1.75rem;
}
.btm-foot-btn .mark {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0.75rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  background-color: #d6d6d6;
}
.btm-foot-btn a {
  font-size: 0.75rem;
}
.foot-info {
  padding-top: 0.75rem;
}
.foot-info p {
  font-size: 0.7rem;
  line-height: 1.3;
}
.foot-info .tel {
  display: inline-block;
  padding-left: 1rem;
}

#main-foot {
  background-color: #f8f9fa;
  /* border-top: 1px solid #dbdbdb; */
}
@media screen and (max-width: 768px) {
  #main-foot {
    padding: 2.5rem 0;
  }
}

.footer .full-grid {
  padding: 4rem 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .footer .full-grid {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.sub-page .footer .full-grid {
  max-width: 1200px;
}

.footer .footer-left {
  margin: 0;
}

.footer .footer-left .footer-menu-wrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer .footer-left .footer-menu-wrap {
    flex-direction: column;
  }
}

.footer .footer-left .footer-menu-wrap .footer-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 4rem;
}
@media screen and (max-width: 768px) {
  .footer .footer-left .footer-menu-wrap .footer-menu {
    align-items: flex-start;
    margin: 0;
    margin-bottom: 2.5rem;
  }
}

.footer .footer-left .footer-menu-wrap .footer-menu:last-child {
  margin-right: 0;
}
.footer .footer-left .footer-menu-wrap .footer-menu strong {
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  margin: 0;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .footer .footer-left .footer-menu-wrap .footer-menu strong {
    font-size: 1rem;
  }
}

.footer .footer-left .footer-menu-wrap .footer-menu a {
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
}
@media screen and (max-width: 768px) {
  .footer .footer-left .footer-menu-wrap .footer-menu a {
    font-size: 1rem;
  }
}

.footer .footer-left .footer-menu-wrap .footer-menu a + a {
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  .footer .footer-left .footer-menu-wrap .footer-menu a + a {
    margin-top: 1.142rem;
  }
}

.footer .footer-right {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .footer .footer-right {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-right .footer-right-top {
    width: 100%;
    order: 2;
  }
}

.footer .footer-right .footer-right-top .sns-wrap.pc {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .footer .footer-right .footer-right-top .sns-wrap.pc {
    display: none;
  }
}

.footer .footer-right .footer-right-top .sns-wrap.mo {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer .footer-right .footer-right-top .sns-wrap.mo {
    display: flex;
    margin-bottom: 36px;
  }
}

.footer .footer-right .footer-right-top .sns-wrap.mo li {
  margin: 0;
  margin-right: 24px;
}

.footer .footer-right .footer-right-top .sns-wrap li + li {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}

.footer .footer-right .footer-right-top .sns-wrap li a {
  display: block;
  height: 100%;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
}

.footer .footer-right .footer-right-center {
  background: #fff;
  padding: 1.7rem 3.15rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .footer .footer-right .footer-right-center {
    background: none;
    padding: 0;
    margin-bottom: 36px;
    width: 100%;
    order: 1;
  }
}

.footer .footer-right .footer-right-center .call-wrap {
  display: flex;
  flex-direction: column;
}

.footer .footer-right .footer-right-center .call-wrap li {
  margin: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .footer .footer-right .footer-right-center .call-wrap li {
    margin-bottom: 12px;
  }
}

.footer .footer-right .footer-right-center .call-wrap li:last-child {
  margin-bottom: 0;
}

.footer .footer-right .footer-right-center .call-wrap li span:first-child {
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.4;
  margin-right: 1.05rem;
  display: inline-block;
  width: 2.7rem;
}

@media screen and (max-width: 768px) {
  .footer .footer-right .footer-right-center .call-wrap li span:first-child {
    font-size: 14px;
    width: auto;
    margin-right: 10px;
    font-weight: 700;
  }
}

.footer .footer-right .footer-right-center .call-wrap li span:last-child {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .footer .footer-right .footer-right-center .call-wrap li span:last-child {
    font-size: 14px;
    font-weight: 700;
  }
}

.footer .footer-right .footer-right-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .footer .footer-right .footer-right-bottom {
    align-items: flex-start;
    order: 3;
  }
}

.footer .footer-right .footer-right-bottom p {
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #778691;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .footer .footer-right .footer-right-bottom p {
    font-size: 10px;
  }
}

/*===========================================================
 list
===========================================================*/
.comn-list {
  display: flex;
  flex-wrap: wrap;
}
.list-thumb {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 59.35%;
  border: 1px solid #e7e7e7;
}
.list-thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  height: 100%;
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.list-info {
  padding-top: 1.25rem;
}
.list-tit {
  margin-bottom: 0.8rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: -1px;
}
.list-tit.of-txt-2 {
  height: 2.4rem;
}
.list-date {
  display: block;
  margin-bottom: 5px;
  font-size: 0.8rem;
  color: #666;
}
.list-tip {
  display: block;
  font-size: 0.65rem;
  color: #999;
}
.comn-list li:hover .list-thumb img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.comn-list li:hover .list-tit {
  color: #ee212c;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .list-tit {
    display: block;
  }
}

@media screen and (max-width: 576px) {
  .comn-list {
    flex-direction: row;
  }
  .list-tit {
    font-size: 1.2rem;
  }
  .list-tit.of-txt-2 {
    max-height: 2.86rem;
    height: auto;
  }
  .list-date {
    font-size: 1rem;
  }
  .list-tip {
    font-size: 0.85rem;
  }
}
/* gallery list
===========================================================*/
.gly-list li {
  margin: 0;
  margin-top: 3rem;
  margin-right: 2.6%;
  width: 31.6%;
}
.gly-list li:nth-child(3n),
.gly-list li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 576px) {
  .gly-list li {
    margin-right: 0;
    width: 100%;
  }
}

/* modal popup */
.modal-popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20;
}
.modal-wrap {
  position: relative;
  margin: 0 auto;
  margin-top: 10rem;
  margin-bottom: 10rem;
  background-color: #fff;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.5);
}
.modal-wrap.active {
  opacity: 0;
  -webkit-transform: translateY(15%);
  transform: translateY(15%);
  -webkit-animation: showModal 1s ease;
  animation: showModal 1s ease;
  animation-fill-mode: forwards;
}
@-webkit-keyframes showModal {
  to {
    opacity: 1;
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
}
@keyframes showModal {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.show-modal {
  cursor: pointer;
}
.close-modal {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 1.5rem;
}
.modal-main-popup {
  background-color: rgba(0, 0, 0, 0);
  z-index: 9;
}
.modal-main-popup .modal-wrap {
  position: absolute;
  margin: 0;
  top: 7rem;
  right: 15%;
  width: 22.5rem;
}
.modal-main-popup .modal-cont {
  background-color: #fff;
}
.modal-main-popup .img-box img {
  width: 100%;
}
.modal-main-popup .modal-chk-box .btn {
  padding: 1rem 0;
  width: 50% !important;
  font-size: 0.9rem;
  color: #fff;
  letter-spacing: -1px;
  text-align: center;
}
.modal-main-popup .modal-chk-box .btn.block {
  width: 100%;
}
.modal-main-popup .modal-chk-box .nomore-modal {
  background-color: #1f262d;
}
.modal-main-popup .modal-chk-box .close-modal {
  position: relative;
  top: auto;
  right: auto;
  background-color: #2a323b;
}

/* subpage */
.subpage-wrap {
  margin-top: 4rem;
}
.nav-root {
  padding: 1rem 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.nav-root .root-menu {
  display: inline-block;
  font-size: 0.7rem;
  vertical-align: middle;
}
.nav-root .ico {
  margin: 0 0.5rem;
  width: 4px;
  vertical-align: middle;
}

.img-btn-tit {
  overflow: hidden;
  height: 22rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.img-btn-tit .grid {
  padding-top: 8rem;
  padding-bottom: 8rem;
  height: 100%;
}
.img-btn-tit h2 {
  font-size: 1.5rem;
  line-height: 1.4;
}
.img-btn-tit p {
  padding-top: 1.5rem;
  font-size: 0.9rem;
  line-height: 1.4;
}
.img-btn-tit .down-btn-box {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  right: 0;
}
.img-btn-tit .down-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 5.5rem;
  height: 5.5rem;
  background-color: #000;
}
.img-btn-tit .down-btn-box .down-btn {
  position: relative;
  bottom: auto;
  right: auto;
}
.img-btn-tit .down-btn b {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-bottom: 1rem;
  width: 100%;
  font-size: 0.7rem;
  line-height: 1.2;
  letter-spacing: -1px;
}
.img-btn-tit .down-btn .ico {
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 9px;
  transition: bottom 0.1s ease-in-out;
}
.img-btn-tit .down-btn:hover .ico {
  bottom: 0;
}

.fl-cont-box .cont-tit {
  width: 32%;
}
.fl-cont-box .cont-txt {
  width: 68%;
}

.tag-box {
  padding: 1rem;
  border: 5px solid #ebebeb;
}
.tag-box .tag {
  margin-right: 2rem;
  font-size: 1rem;
}
.tag-box .tag:last-child {
  margin-right: 0;
}
.tag-box .tag b {
  font-size: 1.3rem;
  color: #000 !important;
}
.tag-box .tag:hover {
  color: #ee212c;
}

/******************************
@ media query
*******************************/
@media screen and (max-width: 1600px) {
  /* header */
  /* .sub-gnb-wrap {
    display: block;
  } */
  /* .sub-gnb {
    width: 20% !important;
  } */

  /* footer */
  #main-foot .full-grid {
    padding: 60px 15px;
  }
  @media screen and (max-width: 768px) {
    #main-foot .full-grid {
      padding-top: 0;
      padding-bottom: 0;
    }
  }
  #main-foot .ci {
    left: 15px;
  }

  /* modal popup */
  .modal-main-popup .modal-wrap {
    right: 2.5rem;
    width: 20rem !important;
  }
}

@media screen and (max-width: 1200px) {
  /* for rem*/
  html {
    font-size: 18px;
  }

  /* layout */
  .full-grid,
  .grid {
    padding: 0 15px;
  }

  /* header */
  header .ci {
    left: 15px;
  }
  #main-hd .main-nav li + li {
    padding-left: 2.5rem;
  }
  #main-hd .main-nav li:last-child {
    padding-left: 3.5rem;
  }

  /* footer */
  footer .ci {
    left: 15px;
  }
  #main-foot .ci {
    left: 0;
  }

  /* subpage */
  .tag-box .tag {
    margin-right: 1rem;
  }
}

@media screen and (max-width: 768px) {
  /* for rem */
  html {
    font-size: 16px;
  }

  /* common style */
  .linebreak {
    display: inline;
  }

  /* header */
  header .full-grid {
    padding: 0 15px !important;
  }
  header .ci {
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
  }
  .top-nav {
    background: #fff;
    color: #000;
  }
  .main-nav {
    padding: 1.5rem 0 1.25rem;
  }
  .main-nav li:last-child {
    padding-left: 0 !important;
  }
  .main-nav li:nth-child(n + 1):nth-child(-n + 5),
  .sub-nav {
    display: none;
  }
  #main-hd .ci img,
  #main-hd .search img {
    opacity: 1;
  }
  .mo-nav {
    position: relative;
    padding-bottom: 10rem;
    background-color: #fff;
    z-index: 1;
  }
  .mo-nav-btn {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 30px;
    height: 22px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .mo-nav-btn span {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background: #000;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .mo-nav-btn span:nth-child(1) {
    top: 0;
  }
  .mo-nav-btn span:nth-child(2),
  .mo-nav-btn span:nth-child(3) {
    top: 10px;
  }
  .mo-nav-btn span:nth-child(4) {
    top: 20px;
  }
  .mo-nav-btn.active {
    top: 1.5rem;
    left: auto;
    right: 1.5rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .mo-nav-btn.active span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%;
  }
  .mo-nav-btn.active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mo-nav-btn.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .mo-nav-btn.active span:nth-child(4) {
    top: 10px;
    width: 0%;
    left: 50%;
  }
  .mo-nav-wrap {
    display: block;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 6rem 2.5rem 0;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
    z-index: 100;
  }
  .mo-nav-wrap.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .mo-nav > li + li {
    border-top: 1px solid #efefef;
  }
  .mo-main-menu {
    position: relative;
    display: block;
    padding: 1.25rem 0;
    font-size: 1.2rem;
    letter-spacing: -0.5px;
    cursor: pointer;
  }
  .mo-main-menu.fold {
    background: url("../images/ico_monav_fold.png") no-repeat center right;
    background-size: 1rem;
  }
  .mo-main-menu.fold.active {
    background-image: url("../images/ico_monav_unfold.png");
  }
  .mo-sub-nav {
    display: none;
    padding: 1.5rem 2rem;
    background-color: #f9f9fb;
    border-top: 2px solid #000;
  }
  .mo-sub-menu {
    display: block;
    padding: 1rem 0 1rem 1.25rem;
    font-size: 1.1rem;
    letter-spacing: -0.5px;
    cursor: pointer;
  }
  .mo-sub-menu.fold {
    background: url("../images/ico_mosubmenu_fold.png") no-repeat center left;
    background-size: 0.75rem;
  }
  .mo-sub-menu.fold.active {
    background-image: url("../images/ico_mosubmenu_unfold.png");
  }
  .mo-depth-nav {
    display: none;
  }
  .mo-depth-menu {
    display: block;
    padding: 1rem 0 1rem 1.25rem;
    font-size: 0.9rem;
  }
  .mo-nav-wrap .link-out {
    background: url("../images/ico_monav_linkout.png") no-repeat center right;
    background-size: 20px;
  }
  .mo-nav-foot {
    position: absolute;
    bottom: 2rem;
    left: 2.5rem;
    padding-top: 10rem;
    width: calc(100% - 5rem);
  }
  .mo-nav-foot li {
    /* 211214 3? zoe ?? */
    position: relative;
    display: inline-block;
    width: 50%;
    text-align: center;
  }
  .mo-nav-foot .btn {
    display: block;
    position: relative;
    padding: 1rem 0;
    font-size: 1.1rem;
    letter-spacing: -1px;
  }
  .mo-nav-foot li:nth-child(2) .btn:before,
  .mo-nav-foot li:last-child .btn:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background-color: #d8d8d8;
  }
  .mo-nav-foot li:nth-child(2) .btn:before,
  .mo-nav-foot li:last-child .btn:before {
    left: -5px;
  }
  .mo-nav-foot .down-box {
    display: none;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 1.5rem 1rem;
    width: 150%;
    background-color: #f5f5f5;
    border-bottom: 2px solid #000;
  }
  .mo-nav-foot .down-box a {
    display: block;
    font-size: 0.9rem;
  }
  .mo-nav-foot .down-box a + a {
    margin-top: 1rem;
  }
  .mo-nav-foot.active {
    position: relative;
    left: auto;
    width: 100%;
  }
  .mo-nav-mask {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
  }

  /* footer */
  footer {
    padding: 2rem 0;
  }
  footer .ci {
    position: relative;
    left: auto;
  }
  .top-foot {
    padding: 0;
    text-align: left;
  }
  .btm-foot {
    padding: 0;
    border-top: 0;
  }
  .top-foot-btn,
  .btm-foot-btn {
    display: none;
  }
  .foot-info {
    padding-top: 0.75rem;
  }
  .foot-info .tel {
    display: block;
    padding-left: 0;
  }
  .foot-info .copyright {
    padding-top: 1rem;
  }

  /* modal popup */
  .modal-wrap {
    width: 85% !important;
  }

  /* subpage */
  .img-btn-tit .grid {
    padding-top: 8rem;
    padding-bottom: 7.5rem;
  }
}

@media screen and (max-width: 576px) {
  /* for rem */
  html {
    font-size: 14px;
  }

  /* common style */
  .linebreak-576 {
    display: block;
  }

  /* header */
  header .ci {
    width: 4.2rem;
    height: 1.04rem;
  }
  .mo-nav {
    padding-bottom: 8rem;
  }
  .mo-nav-btn {
    width: 25px;
    height: 18px;
  }
  .mo-nav-btn span {
    height: 2px;
  }
  .mo-nav-btn span:nth-child(2),
  .mo-nav-btn span:nth-child(3) {
    top: 8px;
  }
  .mo-nav-btn span:nth-child(4) {
    top: 16px;
  }
  .mo-nav-btn.active span:nth-child(1),
  .mo-nav-btn.active span:nth-child(4) {
    top: 8px;
  }

  /* modal popup */
  .modal-main-popup .modal-wrap {
    position: relative;
    margin: 0 auto;
    margin-top: 7rem;
    top: auto;
    right: auto;
    width: 15rem !important;
  }

  /* subpage */
  .img-btn-tit {
    height: 18rem;
  }
  .img-btn-tit.consult_trend-main,
  .img-btn-tit.consult_research-main {
    background-image: url("../images/solution/Corp_banner_mo-04.png");
  }
  .img-btn-tit .grid {
    padding-top: 4.5rem;
    padding-bottom: 7rem;
    min-height: 18rem;
  }
  .img-btn-tit .down-btn b {
    padding-bottom: 1.2rem;
    line-height: 1.4;
  }
  .img-btn-tit .down-btn .ico {
    bottom: 0;
  }
  .fl-cont-box .cont-tit,
  .fl-cont-box .cont-txt {
    float: none;
    width: 100%;
  }
  .tag-box {
    text-align: left;
  }
  .tag-box .tag {
    line-height: 1.4;
  }
}

/* pagination */
.pagination {
  padding-top: 5rem;
}
.pagination .btn {
  width: 2rem;
  height: 2rem;
  border: 1px solid #e6e6e5;
}
.pagination .btn + .btn {
  border-left: 0;
}
.pagination .page-num {
  font-size: 0.8rem;
  color: #c1c1c1;
  line-height: 2rem;
}
.pagination .page-num.active {
  background-color: #eee;
}
.pagination .page-next {
  background: url("../images/solution/ico_pagination.png") no-repeat center;
  background-size: 100%;
}
.pagination .page-prev {
  background: url("../images/solution/ico_pagination0.png") no-repeat center;
  background-size: 100%;
}

/* notice */
.notice-tit {
  background-image: url("../images/notice/Corp_banner_pc-06.png");
}
@media screen and (max-width: 768px) {
  .notice-tit {
    background-image: url("../images/notice/Corp_banner_mo-06.png");
  }
}
.notice-area {
  padding: 5rem 0 7.5rem;
}
.notice-search {
  padding-bottom: 3rem;
  text-align: right;
}
.notice-search-box {
  display: inline-block;
  position: relative;
  width: 15rem;
}
.notice-search-input {
  padding: 0 4.5rem 0 2rem;
  width: 100%;
  height: 3rem;
  font-size: 0.8rem;
  line-height: 3rem;
  border-radius: 3rem;
  background-color: #f8f8f8;
}
.notice-search-btn {
  display: block;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  width: 2rem;
  height: 2rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.notice-search-btn img {
  width: 100%;
}
.notice-list {
  border-top: 2px solid #000;
}
.notice-list-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2rem 0;
  border-bottom: 1px solid #d9d9d9;
}
.notice-list .tit-box {
  width: 74%;
}
.notice-list .tit {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3;
}
.notice-list .date {
  width: 26%;
  font-size: 0.8rem;
  text-align: right;
  line-height: 1.3;
  color: #999;
}

@media screen and (max-width: 575.98px) {
  .notice-search-box {
    display: block;
    width: 100%;
  }
  .notice-search-input {
    padding-right: 7rem;
    height: 3.5rem;
    font-size: 1.1rem;
    line-height: 3.5rem;
    border-radius: 3.5rem;
  }
  .notice-search-btn {
    width: 2.5rem;
    height: 2.5rem;
  }
  .notice-list-item {
    padding: 1.75rem 0;
  }
  .notice-list .tit {
    font-size: 1.1rem;
  }
  .notice-list .date {
    font-size: 0.9rem;
  }
}

/* policy */
.policy-area {
  padding: 5rem 0;
  line-height: 1.7;
}
.policy-area-tit {
  padding-bottom: 3rem;
  font-size: 2.5rem;
  line-height: 1.3;
}
.policy-txt {
  font-size: 0.9rem;
  line-height: 1.7;
}
.policy-hd-tit {
  padding: 3rem 0 1.5rem;
  font-size: 1.2rem;
  line-height: 1.4;
}
.policy-tbl {
  table-layout: fixed;
  width: 100%;
  font-size: 0.9rem;
}
.policy-tbl th,
.policy-tbl td {
  padding: 0.75rem 1.5rem;
  font-weight: 400;
  vertical-align: middle;
}
.policy-tbl thead th {
  font-weight: 400;
  background-color: #f5f5f5;
}
.policy-tbl tbody th,
.policy-tbl tbody td {
  border-bottom: 1px solid #d9d9d9;
}

@media screen and (max-width: 575.98px) {
  .policy-hd-tit {
    font-size: 1.4rem;
  }
  .policy-tbl,
  .policy-txt {
    font-size: 1.1rem;
  }
  .policy-tbl th,
  .policy-tbl td {
    word-break: break-all;
  }
}

/* 트렌드 세대 */
.consult_trend-main,
.consult_research-main {
  background-image: url("../images/solution/Corp_banner_pc-04.png");
}

.common_consult-wrap {
  padding: 6rem 0;
}
@media screen and (max-width: 768px) {
  .consult_trend-wrap {
    padding: 60px 0;
  }
}

.consult_trend-wrap .consult_trend-item {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .consult_trend-wrap .consult_trend-item {
    margin-bottom: 60px;
  }
}

.consult_trend-wrap .consult_trend-item .heading-wrap {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .consult_trend-wrap .consult_trend-item .heading-wrap {
    margin-bottom: 20px;
  }
}

.consult_trend-wrap .consult_trend-item .heading-wrap .trend-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .consult_trend-wrap .consult_trend-item .heading-wrap .trend-title {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}

.consult_trend-wrap .consult_trend-item .heading-wrap .trend-desc {
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .consult_trend-wrap .consult_trend-item .heading-wrap .trend-desc {
    font-size: 16px;
  }
}

.consult_trend-wrap .consult_trend-item .consult_trend-content {
  display: flex;
  align-items: center;
  background: #f5f4fa;
  padding: 3rem;
}
@media screen and (max-width: 768px) {
  .consult_trend-wrap .consult_trend-item .consult_trend-content {
    padding: 24px;
    flex-direction: column;
  }
}

.consult_trend-wrap .consult_trend-item .consult_trend-content .list-item {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .consult_trend-wrap .consult_trend-item .consult_trend-content .list-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.consult_trend-wrap .consult_trend-item .consult_trend-content .list-item:last-child {
  margin-right: 0;
}

.consult_trend-wrap .consult_trend-item .consult_trend-content .list-item img {
  width: 100%;
}

.button-wrap {
  text-align: center;
}

.button-wrap .btn-link {
  border-radius: 4px;
  background: #ee2a24;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  display: inline-block;
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  .button-wrap .btn-link {
    width: 100%;
    padding: 16px 46px;
    font-size: 20px;
  }
}

/* 트렌드 리서치 */
.consult_research-content .heading-wrap {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .consult_research-content .heading-wrap {
    margin-bottom: 60px;
  }
}
.consult_research-content .heading-wrap .research-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .consult_research-content .heading-wrap .research-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.consult_research-content .heading-wrap .research-desc {
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .consult_research-content .heading-wrap .research-desc {
    font-size: 16px;
  }
}
.consult_research-content .consult_research-list {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .consult_research-content .consult_research-list {
    margin-bottom: 60px;
  }
}
.consult_research-content .consult_research-item {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .consult_research-content .consult_research-item {
    margin-bottom: 60px;
  }
}
.consult_research-content .consult_research-item .research-cate {
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  color: #ee2a24;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .consult_research-content .consult_research-item .research-cate {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.consult_research-content .consult_research-item .research-info {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .consult_research-content .consult_research-item .research-info {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.consult_research-content .consult_research-item .research-experience-wrap {
  background: #f5f4fa;
  padding: 2rem;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .consult_research-content .consult_research-item .research-experience-wrap {
    padding: 24px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.consult_research-content .consult_research-item .research-experience-wrap ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
}
.consult_research-content .consult_research-item .research-experience-wrap ul:last-child {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .consult_research-content .consult_research-item .research-experience-wrap ul {
    width: 100%;
  }
  .consult_research-content .consult_research-item .research-experience-wrap ul:last-child {
    padding-left: 0;
  }
}
.consult_research-content .consult_research-item .research-experience-wrap li {
  display: flex;
  align-items: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .consult_research-content .consult_research-item .research-experience-wrap li {
    align-items: baseline;
  }
}
.consult_research-content .consult_research-item .research-experience-wrap li .deco {
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 100%;
  margin-right: 10px;
  flex-shrink: 0;
}
.consult_research-content .consult_research-item .research-experience-wrap li > p {
  font-size: 16px;
  font-weight: 300;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .consult_research-content .consult_research-item .research-experience-wrap li > p {
    font-size: 14px;
    line-height: 2;
  }
}
.sub-page .nav-root .grid.full-grid {
  max-width: 1200px;
}
