@charset "utf-8";
/* CSS Document */
.sub-overview .sub-hd-bg {
    background-image: url(../images/overview/sub-hd-overview.png)
}
.sect-overview-banner {
    padding-bottom: 3.125rem
}
.sub-overview .sect-overview-banner-inner {
    display: flex;
    height: 400px;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    background: url(../images/overview/overview-img-01.png) no-repeat 80% 100% / cover;
    text-align: center;
    color: #fff
}
.sub-overview .sect-overview-banner-inner h3 {
    font-size: 4em;
    color: #fff
}
.sub-overview .sect-overview-banner-inner h3 + p {
    font-size: 1.3em;
    margin-top: 0.938rem;
    font-weight: 500
}
.sub-overview .sect-overview .overview-img:after {
    display: none
}
.sub-overview .typo {
    margin-top: -1.5rem;
    padding: 0 0 2.25rem 0.7em;
    color: var(--thm-primary);
    text-align: center
}
.sub-overview .typo span {
    display: block;
    color: #fff;
    text-shadow: -1px -1px 0 var(--thm-primary), 1px -1px 0 var(--thm-primary), -1px 1px 0 var(--thm-primary), 1px 1px 0 var(--thm-primary);
    margin-left: -3.55em
}
.sub-overview h3 {
    margin-bottom: 1.875rem;
    font-size: 3rem;
    font-weight: 500
}
.sect-biz-mission {
    position: relative;
    padding-bottom: 0 !important
}
.sect-biz-mission::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 157px;
    background-color: #F8F8F8
}
.sect-biz-mission:after {
    display: none;
    content: '';
    position: absolute;
    bottom: 0;
    right: calc(100% - 32%);
    width: 100%;
    height: 400px;
    background-color: var(--thm-primary)
}
.sect-biz-mission .overview-img, .sect-biz-mission .sub-grid-img {
    position: relative
}
.sect-biz-mission .overview-img-inner {
    box-shadow: none
}
.biz-mission-txt {
    display: block;
    padding: 3.75rem 0 5.375rem .938rem;
    font-size: 2rem;
    text-align: left;
    line-height: 1.5;
    font-weight: 600;
    color: #222
}
.biz-mission-txt span {
    font-size: 1.5rem
}
.biz-mission-txt small {
    display: block;
    font-size: 1.2rem;
    margin-top: 1em;
    font-weight: 400;
}
.sect-biz-mission {}
.sect-biz-mission .sub-grid-cnt {
    padding: 0 10.6383%
}
.sect-biz-mission .biz-mission-item-02 {
    margin-top: 9.375rem;
    text-align: right
}
.biz-mission-item .biz-mission-inner {
    display: inline-block;
    max-width: 330px;
    text-align: left
}
.biz-mission-item .txt-mission {
    display: flex;
    margin-top: 1.875rem;
    font-size: 1.125rem;
    align-items: baseline
}
.biz-mission-item .txt-mission b {
    color: var(--thm-primary);
    font-size: 1.25em;
    margin-right: 0.938rem;
    flex: 0 0 auto
}
.sect-value {
    padding: 6.25rem 0;
    color: #222
}
.sect-value-inner {
    position: relative
}
.sect-value img {
    width: 100%
}
.sect-value img + p {
    font-size: 1.6em;
    margin: 1.25rem auto 3.125rem;
    font-weight: 500;
    text-align: center;
}
.sect-value img + p small {
    display: block;
    margin-top: 7px;
    font-size: .6em;
    font-weight: 500
}
.sect-direction {
    padding-top: 9.375rem;
    text-align: center;
    background: #F8F8F8;
    padding-bottom: 9.375rem;
    color: #222
}
.icon-strategic-item-01 {
    background-image: url(../images/overview/strategic-item-icon-01.svg)
}
.icon-strategic-item-02 {
    background-image: url(../images/overview/strategic-item-icon-02.svg)
}
.icon-strategic-item-03 {
    background-image: url(../images/overview/strategic-item-icon-03.svg)
}
.icon-strategic-item-04 {
    background-image: url(../images/overview/strategic-item-icon-04.svg)
}
.icon-strategic-item-05 {
    background-image: url(../images/overview/strategic-item-icon-05.svg)
}
.sect-direction .icon-arr {
    width: 4.5rem;
    height: 4.5rem;
    margin: 10px auto 3.75rem;
    background-size: 1.5rem 1.125rem;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg)
}
.sect-direction p {
    font-size: 1.35rem;
    font-weight: 600;
    color: #222
}
.sect-world {
    text-align: center;
    background: #F8F8F8;
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
    color: #222
}

.map-container {
    position: relative;
    display: inline-block;
}
.map-container img {
    width: 100%;
}
.map-container .point {
    cursor: pointer;
    position: absolute;
    width: 1rem;
    height: 1rem;
    background: var(--thm-primary);
    border-radius: 50%;
    transition: all 0.3s ease;
    will-change: transform, box-shadow;
    transform: translate(-50%, -50%);
}
.map-container .point::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    background: var(--thm-primary); /* 그라디언트 적용 */
    z-index: -1;
    animation: pulse 2s infinite;
}
.map-container .point:hover {
    animation: none;
    transform: translate(-50%, -50%) scale3D(1.1, 1.1, 1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.map-container .slovakia {
    top: 31%;
    left: 52%;
}
.map-container .montgomery {
    top: 37%;
    left: 18.5%;
}
.map-container .savannah {
    top: 33%;
    left: 20.5%;
}
.map-container .yancheng {
    top: 36.2%;
    left: 73.2%;
}
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    70% {
        transform: scale(3);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
.sect-info {
    display: flex;
    background: #F8F8F8;
}
.sect-info .info__img {
    overflow: hidden;
    width: 50%;
    font-size: 0;
}
.sect-info .info__img .img {
    display: inline-block;
    width: 100%;
    height: 90%;
    padding-top: 90%;
    background: url(../images/overview/info-img.jpg) no-repeat center center;
    background-size: cover;
}
.sect-info .info__txt {
    display: flex;
    align-items: center;
    width: 50%;
    padding: 80px 80px 0;
}
.sect-info .info__txt .txt__item {
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-top: 1px solid #e5e5e5;
    font-size: 1.05em;
}
.sect-info .info__txt .txt__list {
    width: 100%;
}
.sect-info .info__txt .txt__item .tit {
    width: 13%;
    color: #000;
    font-weight: 500;
}
.sect-info .info__txt .txt__item .desc {
    margin-left: 100px;
    display: flex;
    align-items: center;
}

.worldModalCon { width:900px; max-width: 90%; padding:50px; display: none}
.worldModalCon .fancybox-close-small:after {
  top: 45px;
  right:45px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 2.5em;
  font-weight: 100;
  font-family:inherit;
}
.worldModalCon .fancybox-close-small:hover:after { background: none}
.worldModalContent { display: flex; }
.worldModalContent .image {flex-basis: 50%;}
.worldModalContent .image img { width:90%;}
.worldModalContent ul.content { flex-basis: 50%;  border-top: 1px solid #e5e5e5; } 
.worldModalContent ul.content li {
  display: flex;
  flex-direction:column;
  padding: 30px 10px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1em;
  letter-spacing: 0;
}
.worldModalContent ul.content li span{ font-weight: 500; color:#000; display: block; margin-bottom:10px; letter-spacing: -0.05em}


@media (min-width:1200px) {
    .sub-overview .sect-overview {
        padding-bottom: 0
    }
    .sub-overview .typo {
        padding-bottom: 0
    }
    .sect-biz-mission {
        margin-top: -3.4rem
    }
    .sect-biz-mission::after {
        display: block
    }
    .sect-biz-mission .sub-cnts-type-grid {
        -ms-flex-align: end;
        align-items: flex-end
    }
    .sect-biz-mission .sub-cnts-type-column {
        flex-basis: 40.4256%;
        max-width: 40.4256%
    }
    .sect-biz-mission .overview-img {
        flex-basis: 100%;
        max-width: 100%
    }
    .biz-mission-txt {
        color: #fff
    }
    .sect-direction .secondary-cnts-type-grid > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}
@media (max-width:767px) {
    .sect-value {
        padding: 3rem 0
    }
    .sub-overview .sect-overview-banner-inner h3 {
        font-size: 2.5em;
    }
    .sub-overview .sect-overview-banner-inner h3 + p {
        font-size: 1.2em;
    }
    .sect-biz-mission .sub-grid-cnt {
        padding: 0
    }
    .sect-value img + p {
        font-size: 1.4em;
        margin: 1.1rem auto 2rem;
    }
    .sect-value img + p small {
        font-size: .6em;
    }
    .biz-mission-txt {
        padding: 2rem 0 0rem .938rem;
        line-height: 1.3
    }
    .biz-mission-txt small {
        font-size: 1.1rem;
        line-height: 1.6
    }
    .sect-biz-mission .biz-mission-item-02 {
        margin-top: 3rem
    }
    .sect-direction .icon-arr {
        width: 3rem;
        height: 3rem;
        margin: 15px auto 30px;
        background-size: 1.1rem .9rem;
    }
    .sect-direction, .sect-world {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
    .sect-direction p {
        font-size: 1.1rem;
    }
    .bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
        padding: 0.2rem 0
    }
    .tooltip-inner {
        font-size: .9em !important;
    }
    .sect-info {
        flex-direction: column
    }
    .sect-info .info__img {
        width: auto;
    }
    .sect-info .info__txt {
        width: auto;
        padding: 1.2rem 1.2rem 0;
    }
    .sect-info .info__txt .txt__item {
        padding: 15px 0;
        font-size: .9em;
        align-items: flex-start;
        flex-direction: column
    }
    .sect-info .info__txt .txt__item .tit {
        width: auto
    }
    .sect-info .info__txt .txt__item .desc {
        margin: 0
    }
  
  
  
    .worldModalCon { padding:30px;}
    .worldModalCon h5 { font-size: 1.2em;}
    .worldModalCon .fancybox-close-small { width:20px; height:20px;}
    .worldModalCon .fancybox-close-small:after {
      top: 32px;
      right: 30px;
      width: 20px;
      height: 20px;
      line-height: 20px;
      font-size: 2.5em;
    }
    .worldModalCon .fancybox-close-small:hover:after { background: none}
    .worldModalContent { display: flex; flex-direction: column}
    .worldModalContent .image {flex-basis: 100%;}
    .worldModalContent .image img { width:100%;}
    .worldModalContent ul.content { flex-basis: 100%; margin-top:-1px} 
    .worldModalContent ul.content li {
      padding: 15px 5px;
      font-size: .9em;
    }
    .worldModalContent ul.content li span{margin-bottom:5px; }
  
  
}