/* 공통 */
img {width: 100%}

.dashWidgets img {
    width: auto;
    height: 40px;
    object-fit: contain; /* or cover */
}

.company-container {
    width: 1400px;

    margin:0 auto;
}
.contents-container {
    width: 1400px;
    margin:0 auto;
}
h-100p {
    height:100%;
}
.opacity {
    opacity: 0;
}
.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:100px;
    transition: all .3s;
}
.header-fixed-top {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}
.logo {
    padding:25px 0;
    width: 150px;
}
.logo img {
    height: 50px;
}
#nav .main-btn {
    padding:0 35px;
    font-size:20px;
    text-align: center;
    line-height: 100px;
    display: block;
    height: 100px;
    color:#fff;
}
#nav .main-btn.addScroll {
    color:#333;
}
#nav > ul > li > a:hover {
    background: #fdb93e;
    color:#fff;
}
#nav > ul > li > a.active {
    background: #fdb93e;
    color:#fff;
}

/* 기본적으로 하위 메뉴 숨기기 */
.submenu {
    display: none;
    position: absolute; /* 필요 시 조정 */
    background-color: #323232;
    list-style: none;
    padding: 0;
    margin: 0;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
}

/* 하위 메뉴의 항목 스타일 */
.submenu li {
    display:inline-block;
    padding: 20px 16px;
    width: 100%;
}

/* 하위 메뉴의 링크 스타일 */
.submenu li a {
    text-align: center;
    color: black;
    text-decoration: none;
    display: block;
    color: #fff;
}

.submenu li a.active {
    color: #FDB93E;
    font-weight: 900;
}

/* hover 시 하위 메뉴 보이기 */
.menu-item:hover .submenu {
    display: block;
}

/* 메뉴 항목 간의 간격 유지 */
.menu-item {
    position: relative; /* 하위 메뉴의 위치 조정을 위해 필요 */
}

/* 상위 a 태그 hover 스타일 */
#nav > ul > li > a:hover {
    background: #fdb93e;
    color: #fff;
}

/* 하위 메뉴를 hover할 때 상위 a 태그의 hover 스타일 유지 */
.menu-item:hover > a {
    background: #fdb93e;
    color: #fff;
}

/* main */
#main {
    z-index: 2;
}
/* section1 */
#section1 .slick-slide {
    height: 100vh;
}
#section1 .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#section1 .background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100vh;
    z-index: -1;
    transform: translate(-50%, -50%);
}
#section1 .mainImg {
    position:absolute;
    top:0;
    left:0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}
#section1 .full-screen-slider {
    position:relative;
}
#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: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .3);
    top: calc(50% + 35px);
    left: 0;
}
#section1 .typewriterText {
    font-size: 7em;
    font-weight: 900;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
    animation: blink-caret 0.75s step-end infinite;
    letter-spacing: 0.15em;
}
#section1 .text {
    font-size: 3em;
    color: #fff;
    font-weight: 900;
    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: cover;
    background-size:0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1000px;
}
#section2 p {
    font-size: 1.5em;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 2.5em;
}
#section2 h2 {
    font-size: 5em;
    font-weight: 900;
    line-height: 1.2em;
}
#section2 span {
    font-size: 2em;
    font-weight: 500;
    line-height: 2em;
}
/* section3 */

#section3 img {
    border-radius: 20px;
}

#section3 .title {
    width: 400px;
}
#section3 .title h3 {
    position: sticky;
    left: 0;
    top: 150px;
    margin: 110px 0 300px;
    margin-right: 50px;
    font-size: 60px;
    font-weight: bold;
    color: #222;
    line-height: 1.2em;
    word-break: keep-all;
}
#section3 .contents {
    position: relative;
    width: calc(100% - 400px);
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
}
#section3 .contents:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #ccc;
}
#section3 .txt i {
    display: block;
    margin: 0 0 50px;
    font-size: 18px;
    font-weight: 600;
    color: #ddd;
    line-height: 1em;
    font-style: normal;
}
#section3 .txt h3 {
    display: block;
    margin: 0 0 25px;
    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;
    word-break: keep-all;
}
#section3 .txt .more-btn {
    position: relative;
    display: inline-block;
    margin: 70px 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 .more-btn:after {
    opacity: 1;
    transform: scale(1);
}
/* section4 */
#section4 {
    padding: 100px 0;
    background: #323232;
}
#section4 .posterImg {
    aspect-ratio: 1/1.414;
}
#section4 .title {
    display:flex;
    justify-content: space-between;
    align-items: end;
    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, .7);
    display: none;
}
#section4 .maskSection4 .mask-contents {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
    position: relative;
}
#section4 .countPort {
    font-size:24px;
}
#section4 #countPort {
    color: yellow;
}
#section4 #countEvent {
    color: yellow;
}
#section4 .mask-contents .year {
    position: absolute;
    top:15px;
    left:15px;
}
#section4 #contestWrap {
    margin-bottom:70px;
}
#section4 .portTitle {
    font-weight: bold;
    color:white;
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom:10px;
}
#section4 .portTitle h2 {
    font-size:30px;
}
#section4 .portTitle h4 {
    font-size:24px;
}
/* section5 */
#section5 {
    background-color: #f5f5f5;
    padding: 100px 0 50px;
}
#section5 .title {
    display:flex;
    justify-content: space-between;
    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: 100px 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;
    height: 100%;
}
#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 */
/* footer */
#footer {
    z-index: 1;
    padding: 70px 0;
}
#footer p {
    font-size: 18px;
}
#footer p span {
    display: inline-block;
    margin-right:40px;
    position: relative;
}
#footer p span:before {
    content:'';
    display: block;
    clear: both;
    position: absolute;
    top:0;
    left:-20px;
    width: 1px;
    height: 16px;
    background:#ccc;
}
#footer p span:first-child:before {
    content:'';
    display: none;
}
/* scroll-btn */
.top-scroll {
    width:50px;
    height:50px;
    position: fixed;
    right:1%;
    bottom:2%;
    background:#333;
}
.top-scroll a {
    text-align: center;
    display:block;
    color:white;
    font-size:25px;
    line-height:48px;
}
.top-scroll a:hover {
    color:#fff;
}
/* ---------------------------회사소개페이지------------------------------ */
#introSection1 {
    padding:150px 0;
}
/*#introSection1:before {*/
/*    background:url(../images/dummy/gray_logo.png) no-repeat center;*/
/*    content:'';*/
/*    display: block;*/
/*    clear:both;*/
/*    width: 500px;*/
/*    position: absolute;*/
/*    top:0;*/
/*    left:0;*/
/*}*/
/* 회사개요 */
#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;
}
#introSection1 .title p {
    font-size: 28px;
    font-weight: 200;
    line-height: 1em;
    color: #333;
}
#introSection1 .contents {
    position: relative;
    /*padding:30px 0 100px;*/
}
#introSection1 .sub-menu {
    position: absolute;
    top:-55px;
    right:0;
}
#introSection1 .sub-menu ul {
    display: flex;
}
#introSection1 .sub-menu ul li {
    margin-left:50px;
}
#introSection1 .sub-menu ul li:first-child {
    margin-left:0;
}
#introSection1 .sub-menu ul li a {
    display: block;
    font-size: 17px;
    color: #666;
    font-weight: 300;
    height: 50px;
    line-height: 48px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transition: 0.2s;
}
#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: 300;
    line-height: 1;
    color: #000;
    margin-bottom: 100px;
    text-align: center;
}
#introSection1 .contents h2:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -50px;
    width: 1px;
    height: 30px;
    background-color: #666;
}
#introSection1 .outline .outline-bg {
    background:url(../images/dummy/subintro1-1.png) no-repeat center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 180px;
    background-size: cover;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
    font-size: 58px;
    line-height: 1;
    color: #fff;
    padding-right: 70px;
    font-weight: 600;
    margin-bottom:120px;
}
#introSection1 .outline .row .col-6 {
    padding-left:100px;
    border-left:1px solid #333;
}
#introSection1 .outline .row .col-6:last-child p:nth-child(1) {
    font-size: 48px;
    line-height: 1.1em;
    font-weight: 200;
}
#introSection1 .outline .row .col-6:last-child p:nth-child(1) strong{
    font-size: 48px;
    line-height: 1.1em;
    font-weight: 200;
}
/* 연혁 */
#introSection1 .history h3 {
    font-size:34px;
    color:#f8ac59;
}
#introSection1 .history p {
    font-size:20px;
}
#introSection1 .history p strong {
    font-size:20px;
    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:-80px;
    left:50%;
    transform: translateX(-50%);
}

/* 조직도 */
#introSection1 .chart .chart-img-wrap {
    width: 100%;
    max-width: 1140px;
    margin:0 auto;
}
/* 찾아오시는 길 */
#introSection1 .road .txt h3 {
    font-size: 23px;
    color: #333;
    margin-bottom: 30px;
}
#introSection1 .road .txt p {
    font-size: 20px;
    color: #555;
    margin-bottom:10px;
}
#introSection1 .road .txt p span {
    display: inline-block;
    color: #f4b545;
    margin: 0 .2em 0 0;
}

#introSection1 .road #map {
    width: 1400px;
    height: 500px;
    border:1px solid #ccc;
}
#introSection1 .road .wrap_controllers {
    position: absolute;
    width: 100%;
    height: 40px;
    background: #fff;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    justify-content: end;
    align-items: center;
    padding:0 15px;
    border:1px solid #ccc;
}
/*#introSection1 .road .last-txt {*/
/*    padding-left:80px;*/
/*    border-left:1px solid #ccc;*/
/*}*/
/*#introSection1 .road .last-txt h4 {*/
/*    font-size: 24px;*/
/*    font-weight: bold;*/
/*    color: #333;*/
/*    margin-bottom: 30px;*/
/*}*/
/*#introSection1 .road .last-txt p {*/
/*    font-size: 20px;*/
/*    color: #555;*/
/*    margin-bottom:10px;*/
/*}*/
/*#introSection1 .road .last-txt p strong {*/
/*    display: inline-block;*/
/*    color: #f4b545;*/
/*    margin: 0 0.5em 0 0;*/
/*    font-weight: bold;*/
/*}*/
#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: inline-block;
    margin-right: 16px;
    vertical-align: top;
}
.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;
}
/* 모달 스크롤 버튼 */
.scroll-up {
    z-index: 1;
    position: fixed;
    bottom:80px;
    right:70px;
    width:40px;
}
.scroll-up a {
    display:block;
    border-radius: 50%;
    background: rgba(255,255,255, 1);
    text-align: center;
}

.scroll-up a i {
    line-height: 40px;
    font-size:30px;
}

.scroll-down {
    z-index: 1;
    position: fixed;
    bottom:30px;
    right:70px;
    width:40px;
}
.scroll-down a {
    display:block;
    border-radius: 50%;
    background: rgba(255,255,255, 1);
    text-align: center;
}

.scroll-down a i {
    line-height: 40px;
    font-size:30px;
}