@charset "UTF-8";

body {
  min-width: 32rem;
  width: 100%;
}
[class*="col-"] img {
  width: 100%;
}
[class*="col-"] .welfare img {
  width: auto;
}
.header.no-bg::before {
  display: none;
}
header.cover.has-motion .bg {
  animation: headerBgMotion 1.7s ease-out forwards;
  opacity: 0;
  transform: scale(1.2);
  min-height: 45rem;
}
.reveal,
header.cover .cont,
.article header .h3,
.article header .sub-h,
.ideal-items .item,
.value-items .value,
.gallerian-list .cont .info {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 75);
  transition: 0.5s;
}
.our-header .l-wrap .title,
.our-header .l-wrap .l-large,
.our-section-cell .sub-desc,
.article header .h3,
.article header .sub-h,
.personnel-view header [class*="h"],
.personnel-view .pic {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 30);
  transition: 0.7s;
}
.reveal.is-revealed,
header.cover .cont.is-revealed,
.our-header .l-wrap .title.is-revealed,
.our-header .l-wrap .l-large.is-revealed,
.our-section-cell .sub-desc.is-revealed,
.article header .h3.is-revealed,
.article header .sub-h.is-revealed,
.ideal-items .item.is-revealed,
.value-items .value.is-revealed,
.personnel-view header.is-revealed [class*="h"],
.personnel-view .pic.is-revealed,
.gallerian-list .cont .info.is-revealed {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.cover.has-motion.reveal {
  opacity: unset;
  transform: none;
}
.header.is-active .bg {
  transition: none 0s ease 0s;
}
.our-header .l-wrap .l-large {
  transition-delay: 0.1s;
}
.our-section-cell .sub-desc {
  transition-delay: 0.1s;
}
.article header .sub-h {
  transition-delay: 0.1s;
}
.personnel-view header .h4 {
  transition-delay: 0.05s;
}
.personnel-view .pic {
  transition-delay: 0.1s;
}
header.cover .blur-panel + .cont {
  transition: none;
}
.header:before {
  height: 180px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(25, 25, 25, 0) 100%);
}
.is-sticky .header:before {
  height: 80px;
}
.gnb .d1-a {
  font-weight: bold;
}
.notice-popup {
  display: none;
}

@keyframes headerBgMotion {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Header */
.btn-menu {
  display: none;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  width: 4rem;
  height: 4rem;
  background: url("../image/timeworld/mobile/icon-burger.svg");
  opacity: 0;
}

/* Table */
td a {
  text-decoration: underline;
}
.management-table-wrap .sub-tit {
  margin-top: -5px;
  margin-bottom: 1.2rem;
  font-size: 18px;
  color: #191919;
  text-align: left;
}
/* 추가 수정 */
.management-table-wrap .caption-area {
  display: flex;
  justify-content: space-between;
  align-items: centers;
  /* margin-top: -5px;
  margin-bottom: 1.2rem; */
}
.management-table-wrap .caption-area .caption {
  margin-top: -5px;
  margin-bottom: 1.2rem;
}
.management-table-wrap .tit {
  font-size: 18px;
  font-weight: bold;
  color: #191919;
  text-align: left;
  margin-top: -5px;
  margin-bottom: 1.2rem;
}
/* // 추가 수정 */

/* Intro */
.major-history .history-items .visual--img,
.major-history .history-items .visual--text,
.major-history .history-items .item--center {
  width: 100%;
  transition: 0.5s;
}
.major-history .progress .line--front {
  transition: 0.3s;
}
.major-history .item--left div,
.major-history .item--right div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  backface-visibility: hidden;
}
.major-history .item div em {
  font-size: 18px;
  letter-spacing: -0.025em;
  line-height: 1.6;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.major-history .item div strong {
  display: block;
  margin-bottom: 1rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.major-history .sub-title--circle {
  background: #f5f2ed;
}
.major-history .tab-section .progress--end .line--front {
  height: 0;
  transition-duration: 0.5s;
  transition-delay: 0.1s;
}
.major-history .tab-section.is-active .progress--end .line--front {
  height: 100%;
}
.reference-list .item a:before {
  top: 30px;
}

/* responsibility */
.environment .welfare-section .row {
  margin-top: 4rem;
}
.environment .welfare-section .row:nth-of-type(1) {
  margin-top: 0;
}

/* Intro */
#cover-3 {
  display: block;
  position: static;
}
#cover-3 .mo-view,
#cover-3 .pc-view {
  width: 100%;
}
#cover-3 .pc-view {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
#cover-3 .mo-view {
  display: none;
}
#cover-3 .mo-view .landscape--top {
  display: flex;
  width: 100%;
  height: 100%;
}
#cover-3 .mo-view .landscape--top .landscape--left-01 {
  width: 50%;
}
#cover-3 .mo-view .landscape--top .landscape--right-02 {
  width: 50%;
}
#cover-3 .mo-view .landscape--bottom {
  height: 100%;
}
.step-2 #cover-3 .mo-view .landscape--bottom {
  transform: translate3d(0, 0, 0);
}
.step-3 #cover-3 .mo-view .landscape--bottom {
  transform: translate3d(0, -100%, 0);
}

/* table */
.management-table-wrap,
.table--scroll {
  max-width: none;
}
.table--scroll table th,
.table--scroll table td {
  text-wrap: wrap;
}
.table--scroll .caption.left {
  font-size: 18px;
  margin-bottom: 1.2rem;
  text-align: left;
  color: #191919;
}
.management-table-wrap p {
  margin: 0;
  font-size: 16px;
  letter-spacing: -0.025em;
  line-height: 1.7;
}

/* Recruit */
.recruit .slogan span {
  display: inline-block;
  opacity: 0;
  transform: translateY(12px);
  transition: all 0.5s;
}
.recruit .slogan span.is-revealed {
  opacity: 1;
  transform: translateY(0);
}
.gallerian-view .article-cover img {
  transition: transform 1s;
}
.gallerian-view .article-cover .img-border {
  transition: transform 1s;
}

/* Counsel */
.counsel-list .item .item-cont {
  height: 0;
  overflow: hidden;
  transition: 0.5s;
}
.counsel-list .item-title {
  cursor: pointer;
}
.counsel-list .item.is-active .item-cont {
  height: 209px;
}

/* utility */
.map-wrap .map-info {
  width: 100%;
  float: none;
  padding: 4%;
}
.map-wrap .map {
  display: none;
}
.map-wrap .map-info .phone {
  margin: 0;
}

/* Error */
.error .error-h br {
  display: none;
}

@media screen and (max-width: 1499px) {
  /* Header */
  body,
  .header {
    min-width: auto;
    width: 100%;
  }
  .index .tab-section .contribute-img {
    width: 100%;
    height: auto;
    min-width: auto;
    min-height: auto;
    object-fit: cover;
  }

  /* Intro */
  .major-vision .competitive .swiper-slide .cont-cell {
    transition: 0.3s;
    padding-top: 0;
  }

  /* Business */
  .beverage-section .slide-container {
    width: 100%;
  }
  .beverage-section .pb a::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .beverage-section .pb a.is-active::after {
    transform: translateX(-50%) rotateZ(45deg);
  }
}

@media screen and (max-width: 1250px) {
  /* Header */
  .header {
    height: 12rem;
  }
  .is-sticky .header {
    text-align: right;
  }
  .btn-menu {
    display: block;
    opacity: 1;
  }
  .gnb-list {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0;
    margin-top: 0;
    padding: 11.2rem 0 6rem;
    background: #191919;
    transition: all 0.5s;
    overflow-y: auto;
  }
  body.is-sticky .gnb-list {
    margin-top: 0;
    padding: 9rem 0 6rem;
  }
  .gnb-list li {
    text-align: center;
  }
  .gnb-list .sub-wrap {
    height: 0;
    margin-top: 0;
  }
  .is-sticky .gnb .sub-wrap {
    margin-top: 0;
  }
  .gnb-list .gnb-sub {
    display: none;
    height: auto;
    margin-top: 0;
  }
  .gnb-list .d1-a.is-active + .sub-wrap {
    height: auto;
  }
  .gnb-list .d1-a.is-active + .sub-wrap .gnb-sub {
    display: block;
    padding-top: 0;
    margin: 1.2rem 0 0 2rem;
    border-left: 1px solid #303135;
    border-right: none;
  }
  .gnb .d2-a:hover::after,
  .gnb .d2-a:focus::after {
    display: none;
  }
  .gnb {
    top: 0;
    height: 12rem;
  }
  .gnb.is-opened .gnb-list {
    right: 0;
  }
  .gnb-list .d1 {
    width: 100%;
    text-align: left;
  }
  .gnb-list .d1-a {
    display: block;
    position: relative;
    width: 100%;
    padding: 1.4rem 4.2rem 1.4rem 2rem;
    text-align: left;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.6rem;
    box-sizing: border-box;
  }
  .gnb-list button.d1-a::after {
    content: "";
    display: block;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2.2rem;
    height: 2.2rem;
    background: url("../image/timeworld/mobile/icon-accordion-arrow.svg") no-repeat;
  }
  .gnb-list .d1-a.is-active::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .gnb-list .d2 {
    margin-top: 0;
  }
  .gnb-list .d2 a {
    display: block;
    padding: 0 0 0 2rem;
    text-align: left;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.2rem;
    color: #cccccc;
  }
  .gnb-list .d2 + .d2 {
    margin: 1.2rem 0 0;
  }
  .is-sticky .gnb {
    height: 8rem;
  }
  .header.is-active .d1,
  .header.is-active .d2,
  .detail .header .bg {
    background: transparent;
  }
  .is-sticky .header .bg {
    background: #191919 !important;
  }
  .gnb.is-opened .btn-menu {
    background: url("../image/timeworld/mobile/icon-burger-close.svg");
  }

  /* table */
  .management-table-wrap .h5 {
    position: static;
  }
  .management-table-wrap .h5 br {
    display: none;
  }
  .management-table-wrap caption,
  .management-table-wrap .sub-tit {
    margin-top: 1rem;
    font-size: 1.4rem;
    color: #767676;
  }
  .table--scroll .caption.left {
    font-size: 1.4rem;
    color: #767676;
  }
  .table--scroll,
  .management-table-wrap {
    padding-left: 0;
  }
  .tab-nav--inner {
    position: static;
    text-align: left;
    margin-bottom: 1rem;
  }

  /* Intro */
  .major-vision .competitive .swiper-slide .l-large {
    padding-right: 100px;
  }
  .major-vision .competitive .swiper-slide-prev .l-large .thumb,
  .major-vision .competitive .swiper-slide-active .l-large .thumb {
    transform: translateX(100px);
  }
  .major-vision .competitive .sub-tl {
    font-size: 3rem;
  }

  /* Footer */
  .footer .info-main .info-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 7.2rem;
    width: calc(100% - 14.4rem);
    height: 5.3rem;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #262626;
    line-height: 5.3rem;
    text-align: left;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .footer .info-main .info-list li {
    margin-left: 3rem;
    margin-right: 0;
    flex-shrink: 0;
  }
  .footer .info-main .info-list li:nth-of-type(1) {
    margin-left: 0;
  }
  .footer .info-sub {
    padding: 3.2rem 7.2rem;
  }
  .footer .family-sites {
    top: 8.1rem;
  }
  .footer .cont .span {
    display: inline-block;
  }
  .footer .cont {
    margin-left: -1.4rem;
  }
  .footer .cont .span:nth-of-type(1) {
    padding-left: 1.4rem;
  }
  .footer .cont .span + .span {
    margin-left: 1.4rem;
  }
  .footer .cont .copyright {
    display: block;
    margin-left: 1.4rem;
  }
}

@media screen and (max-width: 1024px) {
  /* 모바일 폰트사이즈 */
  .sub-h1,
  .h1.title {
    font-size: 3rem;
    padding: 0;
  }
  .cover p {
    padding: 0 2rem;
    font-size: 1.6rem;
    word-break: keep-all;
  }
  .sub-h2 {
    font-size: 3rem;
  }
  .sub-h3,
  .h3 {
    font-size: 2.5rem;
  }
  .h4 {
    font-size: 2rem;
  }
  .h5 {
    font-size: 2rem;
  }
  .index .util-section .h4 {
    overflow: unset;
    display: block;
    font-size: 1.8rem;
  }
  .index .util-section p {
    font-size: 1.6rem;
  }

  /* Tab */
  .tab-nav--scroller .list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    height: 6.5rem;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .tab-nav--scroller .item {
    min-width: 14rem;
    flex: 0 0 auto;
    width: unset;
  }
  .tab-nav--scroller .item .item-link {
    box-sizing: border-box;
    padding: 0 2rem;
  }
  .tab-nav.tab-nav--large {
    border: none;
  }
  .tab-nav.tab-nav--large .list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .tab-nav.tab-nav--large .item {
    width: auto;
    height: auto;
    flex: 1 0 auto;
    margin-right: 2rem;
  }
  .tab-nav.tab-nav--large .item-link {
    line-height: 2;
  }
  .tab-nav.tab-nav--large .item:last-child {
    margin-right: 0;
  }
  .tab-nav--large .item.is-current .item-link {
    position: relative;
  }
  .tab-nav--large .item.is-current .item-link::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 1px;
    width: 100%;
    height: 1px;
    background: #ff7200;
  }
  .tab-nav.tab-nav--large .item + .item {
    padding-left: 2rem;
  }
  .tab-nav--large .item.is-current + .item::before {
    display: block;
  }
  .tab-nav--large .item-link::before {
    display: none;
  }
  .tab-nav--large .item-link:hover,
  .tab-nav--large .item-link:focus {
    color: inherit;
  }
  .tab-cont .l-wrap {
    margin-left: 0;
    margin-right: 0;
  }
  .index .tab-section .news-img {
    width: 100%;
    height: auto;
    min-width: unset;
    min-height: unset;
  }

  /* Header */
  .header:before {
    height: 120px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(25, 25, 25, 0) 100%);
  }
  .is-sticky .header:before {
    height: 80px;
  }
  .governance-information .tab-section h3.h3 + p {
    padding: 0 2rem 6rem;
  }

  /* Common */
  .col-offset-1 {
    padding-left: 0;
    padding-right: 0;
  }
  .row .col-6,
  .row .col-4 {
    width: 100%;
    float: none;
    margin-top: 4rem;
  }
  .row .col-6:nth-of-type(1),
  .row .col-4:nth-of-type(1) {
    margin-top: 0;
  }
  .row .col-6 img,
  .row .col-4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .circle-tit {
    font-size: 1.6rem;
  }
  .circle-tit::before {
    width: 7px;
    height: 7px;
  }

  /* Main */
  .index header.cover .cont .title {
    flex-direction: column;
  }
  .index header.cover .cont .title em {
    font-size: 2rem;
  }

  /* intro */
  .summary-contents .summary-section {
    flex-direction: column;
    padding: 7rem 0;
  }
  .summary-section-cont p {
    padding-right: 0;
  }
  .summary-section-cont {
    float: none;
    width: 100%;
  }
  .summary-section-img {
    float: none;
    margin: 4rem 0 0;
    width: 100%;
    height: auto;
    background-image: none;
  }
  .summary-section-img img {
    width: 100%;
  }
  .major-history .item--left,
  .major-history .item--right {
    flex-direction: column;
    align-items: center;
    padding-top: 4rem;
  }
  .major-history .item--left h4,
  .major-history .item--right h4 {
    width: auto;
  }
  .major-history .item--left .visual--text,
  .major-history .item--right .visual--text {
    padding-top: 3rem;
    padding-bottom: 3.8rem;
  }
  .reference-list .item a .title {
    padding: 0 5rem 0 9rem;
    margin: 0;
  }

  /* Management */
  .corporate-structure .scroll-box-inner {
    padding: 3rem;
  }
  .corporate-structure h2.h3 {
    padding: 5rem 0 2.4rem;
  }
  .corporate-structure h2.h4 {
    padding: 8rem 0 2.4rem;
    font-size: 2rem;
  }
  .management .l-management {
    padding: 7rem 0;
  }

  /* intro */
  .cover--state #cover-3 .info {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .cover--state #cover-3 .info .tit {
    margin-bottom: 0;
    padding: 0 2rem;
  }
  .cover--state #cover-3 .info .mark {
    padding: 0 2rem;
  }
  .cover--state #cover-3 .landscape--desc {
    width: 70%;
    font-size: 2.4rem;
  }

  /* Promotion */
  .l-wrap--sm {
    margin-left: 5.55556%;
    margin-right: 5.55556%;
  }
  .contribute .activity-item {
    width: 100%;
  }
  .contribute .activity-item:nth-child(even) .cont {
    margin-left: 0;
  }
  .contribute .activity-item:nth-child(odd)::after,
  .contribute .activity-item:nth-child(even)::after {
    content: "";
    display: block;
    position: relative;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
  }

  /* responsibility */
  .row .col-4 .welfare {
    width: 70%;
    margin: 0 auto;
  }
  .row .col-4 .welfare img {
    width: auto;
    height: auto;
  }
  .environment .welfare-section .col-4.pos--logo {
    width: 70%;
    margin: 4rem auto;
    position: static;
    float: none;
  }
  .contribute .bg-desc-txt {
    width: 100%;
    padding: 7rem 5rem;
    text-align: center;
  }
  .contribute .bg-desc h3 + p {
    padding-right: 0;
  }
  .contribute .direction-desc.bg-desc {
    display: flex;
    flex-direction: column-reverse;
  }
  .contribute .bg-desc-img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-size: 100%;
  }
  .contribute .direction-desc-img {
    display: none;
  }
  .contribute .direction-desc-philosophy {
    width: 100%;
    padding-top: 0;
    text-align: center;
  }
  .contribute .direction-desc-philosophy dd {
    padding-right: 0;
  }
  .contribute .direction-desc-freind {
    padding: 0;
  }
  .contribute .direction-desc-freind::before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 144px;
    height: 150px;
    background: url("../image/official/responsibility/contribute/contribute-direction-friend-logo.jpg") no-repeat;
  }
  .contribute .direction-desc-freind::after {
    position: static;
    display: none;
  }
  .contribute .direction-desc-freind dt.h5 {
    margin-top: 3rem;
    text-align: center;
  }
  .contribute .direction-desc-freind dt.h5 span {
    display: block;
  }
  .contribute .direction-desc-freind dd {
    text-align: center;
  }
  .contribute .field-list li {
    height: auto;
  }
  .contribute .field-list .cont {
    padding: 3.5rem 2rem;
  }

  /* Public-disclosure */
  .public-disclosure-cont {
    padding: 3rem 0;
  }
  .public-disclosure-cont iframe {
    width: 100%;
  }

  /* electronic-notive */
  .electronic-notice .reference-list {
    margin-top: 7rem;
  }

  /* Utility */
  .map-wrap .map {
    width: 100%;
    float: none;
    height: 30rem;
  }
  .galleria-map {
    margin-top: 120px;
    padding: 5rem 0 7rem;
  }
  .galleria-map h2.h2 {
    margin-bottom: 5rem;
    font-size: 3rem;
  }
  .galleria-map .public-list {
    display: flex;
  }
  .galleria-map .public-list-subway,
  .galleria-map .public-list-bus {
    position: static;
    width: 9rem;
  }
  .galleria-map .public-list dd {
    width: calc(100% - 9rem);
    padding-left: 4rem;
  }
  .galleria-map .public-list dd .public-list-cont {
    width: 100%;
    float: none;
  }
  .galleria-map .public-list dd .public-list-cont:nth-child(even) {
    margin-left: 0;
  }
  .galleria-map .public-list dd .public-list-cont:nth-child(n + 3) {
    margin-top: 0;
  }
  .galleria-map .public-list dd .timetable-link {
    width: 100%;
    float: none;
  }
  .galleria-map .public-list dd .timetable-link .btn--shortcut {
    padding: 8px 19px 9px 18px;
  }
  .galleria-map .public-list dd .timetable-link .btn--shortcut:after {
    position: relative;
    top: 2px;
    right: 0;
  }
  .sitemap {
    padding: 0;
  }
  .sitemap h2.h2 {
    font-size: 3rem;
  }
  .sitemap-list h3 {
    float: none;
    width: auto;
    margin: 0 0 1.5rem 0;
  }
  .sitemap-sub-list {
    float: none;
    width: 100%;
  }
  .sitemap-sub-list > li {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 849px) {
  /* Intro */
  #cover-3 .pc-view {
    display: none;
  }
  #cover-3 .mo-view {
    display: block;
  }
  .cover--state #cover-3 .info {
    max-width: none;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media screen and (max-width: 767px) {
  /* Common */
  .article header h1 {
    box-sizing: border-box;
    width: 100%;
    padding: 0 5.55556%;
    margin: 1rem auto 3rem;
  }
  .article p,
  .article cite,
  .article .cont-item {
    width: 100%;
    text-align: center;
  }
  .press-footer .cont {
  }
  .press-footer .nav-item {
    width: 50%;
  }
  .press-footer .btn--view[lang="en"] {
    padding: 12px 20px 12px 0;
    display: block;
  }
  .press-footer .nav-item:nth-child(1) .btn--view[lang="en"] {
    padding: 12px 0 12px 20px;
    text-align: right;
  }
  .press-footer .nav-item:nth-child(1) .btn--view::after {
    right: unset;
    left: 0;
    transform: rotate(180deg);
  }
  .press-footer .nav-item + .nav-item .btn--view[lang="en"] {
    text-align: left;
  }
  .press-footer .nav-item + .nav-item .btn--view::after {
    right: 0;
  }
  .press-footer .nav-item:nth-child(1),
  .press-footer .nav-item + .nav-item {
    padding: 0 5.55556%;
  }
  .press-footer .nav-item .h5 {
    margin: 0 0 1.2rem;
    width: 100%;
    height: 2.4rem;
    font-size: 1.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .l-wrap--sm {
    margin-left: auto;
    margin-right: auto;
  }
  .contribute .activity-item .title {
    font-size: 1.8rem;
    height: 5rem;
  }
  .contribute .activity-item .thumb {
    width: 150px;
    height: 150px;
    min-width: unset;
    min-height: unset;
    margin-right: 2rem;
  }
  .contribute .activity-item .cont {
    padding: 0;
  }

  /* Header */
  .header .logo,
  .is-sticky .header .logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 21.2rem;
    height: auto;
    padding-top: 0;
    margin-left: 1.5rem;
  }
  .header .gnb,
  .is-sticky .header .gnb {
    height: 100%;
  }

  /* table */
  .table--scroll {
    width: 100%;
  }
  .table--scroll table {
    min-width: 76.7rem;
    overflow-x: auto;
    white-space: nowrap;
  }
  .management-table-wrap .caption,
  .management-table-wrap .sub-tit {
    position: static;
    margin-top: 0;
    margin-bottom: 2rem;
    text-align: left;
  }
  /* 추가 수정 */
  .management-table-wrap .caption.tit {
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
    color: #767676;
  }
  /* // 추가 수정 */
  .stock-information .management-table-wrap .sub-tit .pos {
    position: static;
    display: block;
  }
  .management-table-wrap .h5 {
    margin: 0 0 1rem;
  }
  .scroll-area {
    overflow-x: auto;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    background-size: 3rem 100%;
    background-position: right 5px;
    background-repeat: no-repeat;
  }
  .scroll-area::-webkit-scrollbar {
    height: 5px;
  }
  .scroll-area::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    border-radius: 2.5px;
  }
  .scroll-area::-webkit-scrollbar-thumb {
    background-color: #e5e5e5;
    border-radius: 2.5px;
  }
  .scroll-area caption {
    position: absolute;
    left: 0;
    top: 0;
  }
  .table--scroll .scroll-area {
    position: relative;
    padding-bottom: 15px;
    overflow-x: auto;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    background-size: 3rem calc(100% - 20px);
    background-position: right 0;
    background-repeat: no-repeat;
  }
  .table--scroll .scroll-area::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background-image: url("../image/timeworld/img-hand-guide.png");
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: center;
    opacity: 1;
    transition: opacity 0.2s;
  }
  .table--scroll .scroll-area.on-scroll::after {
    opacity: 0;
  }
  .table--scroll td .none {
    min-height: 24px;
  }

  /* Common */
  .index .util-section {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  /* Public-disclosure */
  .reference-list .item a {
    display: flex;
    flex-direction: column-reverse;
  }
  .reference-list .item a .title {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 3rem 0 0;
  }

  /* Management */
  .corporate-structure .link-wrap .left {
    width: 100%;
    float: none;
  }
  .corporate-structure .link-wrap .right {
    float: none;
  }
  .corporate-structure .link-wrap .btn {
    width: 100%;
  }

  /* Intro */
  .cover--state #cover-2 img {
    width: 70%;
  }
  .cover .cont {
    padding-top: 0;
    padding-bottom: 0;
  }
  .cover--state #cover-3 .info {
    justify-content: center;
    /* padding-top: 8rem; */
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .cover--state #cover-3 .landscape--desc {
    bottom: 5rem;
  }
  .cover--state .btn--down {
    padding: 3rem;
  }
  .cover--full::before {
    padding-top: 100dvh;
  }
  .business-areas .ul {
    margin: 0;
  }

  /* responsibility */
  .ethics .organization-section .diagram {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-size: 100%;
  }
  .ethics .organization-section .diagram > * {
    opacity: 0;
  }
  .ethics .standard-section .guide .cont {
    padding: 4rem 6rem;
  }
  .ethics .standard-section .guide img {
    display: none;
  }
  .ethics .standard-section .major-list {
    flex-direction: column;
  }
  .ethics .standard-section .major-list .item {
    width: 100%;
  }
  .ethics .standard-section .major-list .item + .item {
    margin-left: 0;
    margin-top: 4rem;
  }
  .ethics .program-section .col-3,
  .ethics .program-section .col-9 {
    width: 100%;
  }
  .ethics .program-section .procedure-layout {
    flex-direction: column;
  }
  .ethics .program-section .procedure {
    width: 100%;
  }
  .ethics .program-section .procedure + .procedure {
    margin-top: 8rem;
  }
  .row .col-4 .welfare {
    width: 100%;
    margin: 0 auto;
  }
  .environment .welfare-section .col-4.pos--logo {
    width: 100%;
  }
  .environment .cert-section .authentications {
    flex-direction: column;
  }
  .environment .cert-section .authentication-item {
    width: 100%;
  }
  .environment .cert-section .authentication-item + .authentication-item {
    margin-left: 0;
    margin-top: 4em;
  }
  .environment .cert-section .col-7 {
    width: 100%;
    margin-left: 0;
    padding: 0 20px;
  }
  .environment .agreement-section .col-8 {
    margin: 2rem 0 0;
    width: 100%;
    float: none;
  }
  .environment .agreement-section .col-8 .cont {
    padding-left: 0;
  }
  .l-location {
    padding-top: 5rem;
    padding-bottom: 12rem;
  }
  .l-form {
    padding: 0 5.55556%;
  }
  .radio,
  .checkbox {
    margin-bottom: 1rem;
  }
  .agree-box .cont {
    height: 150px;
  }
  .agree-box b {
    font-size: 1.6rem;
  }

  /* Public-disclosure */
  .public-disclosure-cont {
    padding: 0;
  }

  /* Location */
  .store-map .l-location {
    padding: 5rem 0;
  }
  .store-map-contents .desc {
    padding: 33px 0 0;
  }
  .map-wrap .map-info.map-info-wide {
    float: none;
    width: 100%;
    padding: 5rem 0;
  }
  .map-wrap .map {
    float: none;
    width: 100%;
    height: 30rem;
    margin-bottom: 5rem;
  }
  .galleria-map-public {
    margin-top: 5rem;
  }
  .galleria-map .public-list {
    padding: 5.7rem 0 3.2rem;
  }
  .guide-desc .bg-list {
    padding: 3rem;
    margin-right: 0;
  }
  .guide-desc {
    padding: 5.6rem 0;
  }
  .guide-desc .sub-tit {
    position: relative;
    top: 0;
    font-size: 1.8rem;
  }
  .guide-desc .sub-tit br {
    display: inline;
    content: "";
    margin-right: 5px;
  }
  .reference-list .item a {
    padding: 2rem;
  }
  .reference-list--half .item a h3 {
    padding-right: 24px;
    font-size: 1.8rem;
  }
  .reference-list .item a::before {
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
  }
  .reference-list--half .item {
    width: 100%;
  }
  .reference-list--half .item:nth-child(odd) {
    border-right: none;
  }
  .counsel-inquiry {
    position: relative;
    height: 9rem;
    padding: 2rem;
    line-height: normal;
  }
  .counsel-inquiry .btn {
    float: none;
    position: absolute;
    right: 2rem;
    bottom: 2rem;
  }
  .counsel-list .item::before,
  .counsel-list .item::after {
    display: none;
  }
  .counsel-list .item .item-title::before,
  .counsel-list .item .item-title::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #767676;
    -webkit-transition: transform 0.13333s 0.4s;
    -o-transition: transform 0.13333s 0.4s;
    -webkit-transition: -webkit-transform 0.13333s 0.4s;
    transition: -webkit-transform 0.13333s 0.4s;
    transition: transform 0.13333s 0.4s;
    transition: transform 0.13333s 0.4s, -webkit-transform 0.13333s 0.4s;
    top: 50%;
    transform: translateY(-50%);
  }
  .counsel-list .item .item-title::before {
    right: 31px;
    width: 1px;
    height: 23px;
  }
  .counsel-list .item .item-title::after {
    right: 20px;
    width: 23px;
    height: 1px;
  }
  .counsel-list .item.is-active .item-title::before {
    -webkit-transform: rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
  .counsel-list .item-title {
    padding: 2rem 5rem 2rem 2rem;
  }
  .counsel-list .item-title b {
    position: static;
  }
  .counsel-list .item-title p {
    word-break: keep-all;
  }
  .counsel-list .item.is-active .item-cont {
    height: 27rem;
    padding: 0 2rem;
  }
  .counsel-list .item-cont {
    box-sizing: border-box;
    padding: 0 2rem;
  }
  .counsel-list .item-cont .info span + span {
    margin-left: 1rem;
  }
  .counsel-list .item-cont .info .info-tell,
  .counsel-list .item-cont .info .info-email {
    display: block;
    margin-top: 1rem;
    margin-left: 1.7rem;
  }

  /* Utility */
  .map-wrap .map-info {
    padding: 2rem;
  }
  .map-wrap .map {
    height: 20rem;
  }
  .galleria-map .public-list dd .timetable-link {
    text-align: center;
    margin-left: 0;
  }
  .galleria-map .public-list {
    flex-direction: column;
  }
  .galleria-map .public-list-subway,
  .galleria-map .public-list-bus {
    margin: 0 auto;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 2rem;
  }
  .galleria-map .public-list-subway:before,
  .galleria-map .public-list-bus::before {
    margin: 0 auto;
  }
  .galleria-map .public-list dd {
    width: 100%;
    padding: 0;
  }
  .sitemap .sitemap-list .h6 {
    font-size: 2rem;
  }
  .sitemap .sitemap-list > li {
    padding: 3rem 0 0;
  }
  .sitemap-sub-list > li {
    margin-bottom: 1.8rem;
  }
  .sitemap-sub-list > li .sub-tit {
    margin-bottom: 1.8rem;
    font-size: 1.8rem;
  }
  .sitemap .sitemap-sub-list .ul {
    margin-top: 2rem;
  }
  .sitemap .sitemap-sub-list .ul li:before {
    top: 7px;
  }
  .sitemap .sitemap-sub-list .ul li a {
    display: block;
    margin-top: 1rem;
    line-height: 1.8rem;
  }

  /* Footer */
  .footer .info-main {
    padding: 2.6rem 5.55556% 2.7rem;
  }
  .footer .info-main .lang-list {
    left: 5.55556%;
  }
  .footer .info-main .info-list {
    padding: 0 5.55556%;
    width: calc(100% - 11.11112%);
  }
  .footer .info-link {
    font-size: 1.5rem;
  }
  .footer .info-main .social-list {
    right: 5.55556%;
  }
  .footer .info-sub {
    padding: 3.2rem 5.55556%;
  }
  .footer .cont {
    margin-left: -1.4rem;
  }
  .footer .cont .span {
    display: inline-block;
    font-size: 1.5rem;
  }
  .footer .cont .span:nth-of-type(1) {
    padding-left: 1.4rem;
  }
  .footer .cont .span + .span {
    margin-left: 1.4rem;
  }
  .footer .cont .copyright {
    margin-left: 1.4rem;
  }
  .footer .family-sites {
    position: static;
    width: 100%;
    margin-top: 2.8rem;
    transform: none;
  }
  #footer .info-list::-webkit-scrollbar {
    height: 3px;
  }
  #footer .info-list::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 2.5px;
  }
  #footer .info-list::-webkit-scrollbar-thumb {
    background-color: #4c4c4c;
    border-radius: 2.5px;
  }

  /* Error */
  .error .error-h br {
    display: block;
  }
}
@media screen and (max-width: 400px) {
  .index .util-section .reveal-img {
    height: 18rem;
  }
  .index .util-section .cont {
    padding: 0 2rem;
  }
  .index .util-section .cont p br {
    display: none;
  }
}
