/* 공통 */
/* 공통 */
.company-container {
    width:100%;
    /*max-width: 1500px;*/
    margin:0 auto;
}
.contents-container {
    padding: 0 20px;
    width:100%;
    /*max-width: 1600px;*/
    margin:0 auto;
}
h-100p {
    height:100%;
}
.opacity {
    opacity: 0;
}
input[type="file"] {
    width: 100%;
}
.g-recaptcha {
    text-align: center;
}
.g-recaptcha > div {
    display: inline-block;
}
.orange {
    font-size: 14px;
    font-weight: 700;
    line-height: 1em;
    color: #f8ac59;
    padding-left: 3px;
}
/* header */
#header {
    z-index:3;
    position: fixed;
    width:100%;
    height:60px;
    transition: all .3s;
    background-color: #fff;
}
#header.header-fixed-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
#header .logo {
    position: absolute;
    top: 0;
    left: 0;
    padding: 12px;
}
#header .logo img {
    height: 35px;
}
#header .hamburger-btn {
    font-size:35px;
    padding: 12px;
    color:#333;
}
#nav {
    width: 100%;
    background: #fff;
    position: absolute;
    top:60px;
    left:0;
    display: none;
}
#nav > ul {
    display: flex;
    flex-direction: column;
}
#nav > ul > li {
    padding:25px 40px;
    border-bottom:1px solid #ccc;
    transition: all .3s;
}
#nav > ul > li:hover {
    background: #fdb93e;
}
#nav > ul > .menu-item.addfilter {
    background: #fdb93e;
}
#nav > ul > li > a {
    font-size:20px;
    color:#333;
    font-weight: bold;
    display: block;
    line-height: 1.5em;
}

.d-flex {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.menu-item {
    position: relative;
}

.main-btn {
    display: block;
    padding: 10px;
    color: #fff;
    text-decoration: none;
}

.submenu {
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.submenu li a {
    display: block;
    padding: 10px 10px 10px 20px;
    /*background: #555;*/
    color: #323232;
    text-decoration: none;
}

/*.submenu li a:hover {*/
/*    background: #666;*/
/*}*/

.close-btn {
    display: none;
    text-align: right;
    padding: 20px;
}
.close-btn img {
    width: 25px;
}
.mobile-bg {
    position: absolute;
    top:0;
    left:0;
    z-index: -1;
    background: rgba(0,0,0, .5);
    width: 100%;
    height: 100vh;
    display: none;
}
/*#nav .main-btn.addScroll {*/
/*    color:#333;*/
/*}*/
/*#nav > ul > li > a:hover {*/
/*    background: #fdb93e;*/
/*    color:#fff;*/
/*}*/

/* main */
#main {
    z-index: 2;
    padding-top:60px;
}
/* section1 */
#section1 .slick-slide {
    height: 100vh;
}
#section1 .slick-slide img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
#section1 .background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}
#section1 .mainImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#section1 .full-screen-slider {
    position: relative;
    height: 100vh; /* Ensure full height for the slider */
}
#section1 .content {
    display: flex;
    max-width: 1200px;
    color: #fff;
    margin: 0 auto;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    position: relative;
    line-height: 1.5;
}
#section1 .content:before {
    display: block;
    content: '';
    position: absolute;
    width: 90%;
    height: 1px;
    background: rgba(255, 255, 255, .3);
    top: calc(50% + 35px);
    left: 50%;
    transform: translateX(-50%);
}
#section1 .typewriterText {
    font-size: 4.5em;
    font-weight: 800;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
    text-align: center;
    animation: blink-caret 0.75s step-end infinite;
}
#section1 .text {
    font-size: 1.5em;
    color: #fff;
    padding-left: 5px;
    font-weight: 300;
    opacity: 0;
    text-align: center;
    transition: opacity 1s ease-in-out;
}
#section1 .slider-counter {
    text-align: center;
    font-size: 22px;
    margin-top: 10px;
    color: #fff;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 200px;
}
#section1 .slider-counter .custom-btn {
    display: inline-block;
}
#section1 .slider-counter .custom-btn i {
    font-size: 25px;
}
@keyframes blink-caret {
    from, to {
        border-color: transparent;
    }
    50% {
        border-color: black;
    }
}
/* section2 */
#section2 {
    background: url(../images/dummy/section2-1.jpg) no-repeat center bottom;
    background-size: contain;
    background-position: 30% bottom;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1000px;
    object-fit: cover;

}
#section2 p {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1;
}
#section2 h2 {
    font-size: 55px;
    font-weight: 800;
    line-height: 1.2em;
}
#section2 span {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4em;
}
/* section3 */
#section3 {
    padding:70px 0;
}
#section3 .title {
    width: 100%;
    padding-bottom: 40px;
}
#section3 .title h3 {
    font-size: 60px;
    font-weight: bold;
    color: #222;
    line-height: 1.2em;
}
#section3 .contents {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
#section3 .contents .img-slice-box {
    height:300px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:20px;
}
#section3 .contents .img-slice-box img {
    object-fit: cover;
}
#section3 .txt i {
    display: block;
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 600;
    color: #ddd;
    line-height: 1em;
    font-style: normal;
}
#section3 .txt h3 {
    display: block;
    margin: 0 0 15px;
    font-size: 38px;
    font-weight: 800;
    color: #222;
    line-height: 1em;
}
#section3 .txt p {
    display: block;
    font-size: 18px;
    font-weight: 300;
    color: #666;
    line-height: 1.5em;
}
#section3 .txt .more-btn {
    position: relative;
    display: inline-block;
    margin: 30px 0 0;
    padding-right: 52px;
}
#section3 .txt .more-btn:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 20px;
    background: url(../images/dummy/ic-arr-black.svg) no-repeat center;
    background-size: contain;
}
#section3 .txt .more-btn:after {
    content: '';
    z-index: -1;
    position: absolute;
    right: -16px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: #fdc765;
    border-radius: 25px;
    transition: all 0.3s;
    transform: scale(0.2);
    opacity: 0;
}
#section3 .txt:hover .more-btn:after {
    opacity: 1;
    transform: scale(1);
}
#section3 img {
    width: 100%;
}
/* section4 */
#section4 {
    padding: 100px 0;
    background: #2b1e16;
}
#section4 .posterImg {
    aspect-ratio: 1/1.414;
    width: 100%;
    overflow: hidden;
}
#section4 .title {
    display:flex;
    flex-direction: column;
    justify-content: center;
    color:white;
    padding-bottom:40px;
    margin-bottom:60px;
    border-bottom:1px solid rgba(255,255,255, .2);
}
#section4 .title h3 {
    font-size: 60px;
}
#section4 .maskSection4 {
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0, .6);
    display: none;
}
#section4 .maskSection4 .mask-contents {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
    position: relative;
}
#section4 .maskSection4 .mask-contents img {
    width: auto;
}
#section4 .countPort {
    font-size:24px;
}
#section4 #countPort {
    color: yellow;
}
#section4 #countEvent {
    color: yellow;
}
#section4 .mask-contents .year {
    position: absolute;
    top:10px;
    left:10px;
}
#section4 #contestWrap {
    margin-bottom:50px;
}
#section4 .portTitle {
    font-weight: bold;
    color:white;
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom:10px;
}
#section4 .portTitle h2 {
    font-size:24px;
}
#section4 .portTitle h4 {
    font-size:18px;
}
/* section5 */
#section5 {
    background-color: #f5f5f5;
    padding: 100px 0 50px;
}
#section5 .title {
    display:flex;
    justify-content: center;
    padding-bottom:40px;
    margin-bottom:60px;
    border-bottom:1px solid rgba(0,0,0, .1);
}
#section5 .title h3 span {
    font-size: 60px;
}
#section5 .img-contents {
    display: block;
    transform: scale(1);
    transition: all .3s;
}
#section5 .img-contents:hover {
    transform: scale(1.03);
}
/* section6 */
#section6 {
    padding: 70px 0;
    background: #fdb93e;
}
#section6 .title {
    margin-bottom:40px;
}
#section6 .title h3 span {
    font-size: 60px;
}
#section6 .border-box {
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
#section6 img {
    height: 50px;
}
#section6 .bg-white:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: 0.5s ease;
    border: 7px solid #2b1e16;
    opacity: 0;
}
#section6 .bg-white:hover:after {
    opacity: 1;
}
/* section7 */
#section7 img {
    width: auto;
    height: 30px;
    object-fit: contain; /* or cover */
}
/* footer */
#footer {
    z-index: 1;
    padding: 50px 50px;
}
#footer p {
    font-size: 18px;
}
#footer p span {
    display: inline-block;
    margin-right:10px;
    position: relative;
    line-height: 1.4em;
    font-size:15px;
}
/* scroll-btn */
.top-scroll {
    width:50px;
    height:50px;
    position: fixed;
    right:1%;
    bottom:2%;
    background:#333;
    z-index: 3;
}
.top-scroll a {
    text-align: center;
    display:block;
    color:white;
    font-size:25px;
    line-height:48px;
}
.top-scroll a:hover {
    color:#fff;
}
/* ---------------------------회사소개페이지------------------------------ */
/* 서브페이지 이미지 공통 */
#introSection1 .title {
    padding:30px 0;
}
#introSection1 .title-bg {
    background: url(../images/dummy/sub-main-m.jpg) no-repeat center;
    width: calc(100% + 40px);
    height: 150px;
    transform: translateX(-20px);
    text-align: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
/* 회사개요 */
#introSection1 .title span {
    font-size: 14px;
    font-weight: 700;
    line-height: 1em;
    color: #f8ac59;
    letter-spacing: 0.75em;
    padding-left: 3px;
}
#introSection1 .title h3 {
    font-size: 54px;
    font-weight: 700;
    line-height: 1em;
    color: #000;
    margin: 18px 0;
    word-break: keep-all;
}
#introSection1 .title p {
    font-size: 28px;
    font-weight: 200;
    line-height: 1em;
    color: #333;
    word-break: keep-all;
}

#introSection1 .title-bg h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1em;
    color: #000;
    margin-bottom: 18px;
}
#introSection1 .title-bg p {
    font-size: 20px;
    font-weight: 200;
    line-height: 1em;
    color: #333;
}
#introSection1 .contents {
    position: relative;
    padding:30px 0 50px;
}
#introSection1 .sub-menu {
    display: flex;
    justify-content: center; /* 중앙 정렬 */
    align-items: center; /* 세로 정렬 */
    width: 100%; /* 전체 너비 사용 */
}

#introSection1 .sub-menu ul {
    display: flex; /* 리스트 항목들을 가로로 나열 */
    justify-content: space-between; /* 항목 사이에 동일한 간격을 추가 */
    width: 100%; /* 부모 요소의 전체 너비 사용 */
    padding: 0; /* 기본 패딩 제거 */
    margin: 0; /* 기본 마진 제거 */
    list-style: none; /* 불필요한 리스트 스타일 제거 */
}

#introSection1 .sub-menu ul li {
    flex: 1; /* 각 항목이 동일한 비율로 공간을 차지 */
    text-align: center; /* 텍스트를 가운데 정렬 */
}

#introSection1 .sub-menu ul li a {
    display: block; /* 링크가 전체 영역을 차지하도록 설정 */
    padding: 10px 0; /* 적당한 패딩 추가 */
    text-decoration: none; /* 링크의 기본 밑줄 제거 */
    color: #333; /* 텍스트 색상 */
}

#introSection1 .sub-menu ul li a.active {
    font-weight: bold; /* 활성화된 항목을 강조 */
    color: #007bff; /* 활성화된 항목 색상 */
}

#introSection1 .sub-menu ul li a {
    display: block;
    padding: 10px;
    font-size: 18px;
    color: #666;
    font-weight: 300;
    /*height: 50px;*/
    /*line-height: 48px;*/
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transition: 0.2s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#introSection1 .sub-menu ul li a:hover {
    color: #f8ac59;
    border-top: 1px solid #f8ac59;
    border-bottom: 1px solid #f8ac59;
}
#introSection1 .sub-menu ul li a.active {
    color: #f8ac59;
    border-top: 1px solid #f8ac59;
    border-bottom: 1px solid #f8ac59;
}
#introSection1 .outline {
    font-size:20px;
    line-height: 1.6em;
}
#introSection1 .contents h2 {
    position: relative;
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    color: #000;
    margin: 40px 0;
    text-align: center;
}
#introSection1 .contents h2:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -50px;
    width: 1px;
    height: 25px;
    background-color: #666;
}
#introSection1 .outline .outline-bg {
    background: url(../images/dummy/subintro1-1.png) no-repeat center;
    text-align: center;
    display: flex; /* Flexbox로 변환 */
    justify-content: center; /* 가로 중앙 정렬 */
    align-items: center; /* 세로 중앙 정렬 */
    aspect-ratio: 1/0.5;
    background-size: cover;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
    font-size: 58px;
    color: #fff;
    font-weight: 600;
}
#introSection1 .outline .row .col-md-12:last-child p:nth-child(1) {
    font-size: 36px;
    line-height: 1.1em;
    font-weight: 200;
}
#introSection1 .outline .row .col-md-12:last-child p:nth-child(1) strong{
    font-size: 36px;
    line-height: 1.1em;
    font-weight: 200;
}
/* 연혁 */
#vertical-timeline {
    position: relative;
    padding: 0;
    margin-top: 5em;
    margin-bottom: 6em;
}
#introSection1 .history h3 {
    font-size:26px;
    color:#f8ac59;
}
#introSection1 .history p {
    font-size:18px;
}
#introSection1 .history p strong {
    font-size:18px;
    color:#f8ac59;
    margin-right:20px;
}
#introSection1 .center-orientation .vertical-timeline-icon {
    width: 40px;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    font-size: 13px;
}
#introSection1 .center-orientation .vertical-timeline-icon img {
    width: 30px;
}
#introSection1 .center-orientation .vertical-timeline-content {
    padding: 1em;
}
#introSection1 .center-orientation .vertical-timeline-content p {
    margin:0.5em 0;
}
#introSection1 .chart-end-logo {
    position: absolute;
    bottom:-40px;
    left:50%;
    transform: translateX(-50%);
}
#introSection1 .chart-end-logo img {
    width: 100%;
    max-width: 250px;
}
/* 조직도 */
#introSection1 .chart .chart-img-wrap {
    width: 100%;
    max-width: 1140px;
    margin:80px auto 0;
}
/* 찾아오시는 길 */
#introSection1 .road .txt h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 30px;
}
#introSection1 .road .txt p {
    font-size: 18px;
    color: #555;
    margin-bottom:10px;
}
#introSection1 .road .txt p span {
    display: inline-block;
    color: #f4b545;
    margin: 0 .2em 0 0;
}

#map {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 비율을 유지 */
    position: relative;
}
.map-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}
#introSection1 .road .wrap_controllers {
    position: absolute;
    width: 100%;
    height: 40px;
    background: #fff;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: end;
    align-items: center;
    padding:0 15px;
    border:1px solid #ccc;
}
#introSection1 .road .last-box {
    padding:20px 15px;
    border-bottom: 1px solid rgba(0,0,0, .08);
}
#introSection1 .road .last-box p {
    font-size:15px;
    line-height: 1.4em;
}
#introSection1 .road .last-box strong {
    font-size:15px;
    line-height: 1.4em;
    font-weight: bold;
    margin-right:20px;
}
.wrap_list {
    list-style: none;
    padding: 0;
}
.wrap_list li {
    display: block;
    vertical-align: top;
    margin-top:10px;
}
.ico_subway {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 10px;
}
.ico_subway {
    background: url(//t1.daumcdn.net/localimg/localimages/07/2018/pc/ico_traffic_240304.png) no-repeat;
    float: left;
    height: 14px;
    margin-right: 5px;
    overflow: hidden;
    width: 14px;
}
.ico_subway09 {
    background-position: -160px 0;
}
.ico_subway08 {
    background-position: -140px 0;
}
.ico_subway05 {
    background-position: -80px 0;
}
@media all and (max-width: 1170px){
    #introSection1 .center-orientation .vertical-timeline-icon {
        left: 0;
        margin-left: 0;
    }
    #introSection1 .center-orientation .vertical-timeline-content {
        padding: 0.3em 1em 1.5em 1em;
    }
    #introSection1 .chart-end-logo {
        bottom:-80px;
        left:0;
        transform: translateX(0);
    }
}