@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css); 

@font-face {
    font-family: 'NanumSquareNeoLight';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.eot);
}

@font-face {
    font-family: 'NanumSquareNeo';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.eot);
}

@font-face {
    font-family: 'NanumSquareNeoBold';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.eot);
}

@font-face {
    font-family: 'NanumSquareNeoExtraBold';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.eot);
}

@font-face {
    font-family: 'NanumSquareNeoHeavy';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.eot);
}

@font-face {
    font-family: 'NanumSquareNeoVariable';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeo-Variable.eot);
}

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

* {
    box-sizing: border-box;
}

/* body, html {
    overflow-x: hidden;
} */

html {
    font-size:62.5%;
}
body {
    /* font-family: 'NanumSquareNeo'; */
    font-family: 'Noto Sans KR', sans-serif;
    /* font-family: 'Libre Franklin', sans-serif; */
    position: relative;
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 1.6rem;
    font-weight: 300;
}
input, label, textarea, button {
    outline: none;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}
p {
    margin: 0 0 1rem 0;
    font-family: 'Libre Franklin', sans-serif;
    line-height: 160%;
}
input, textarea, div {
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
ul {
    padding-left: 0;
    margin: 0;
}
li {
    list-style: none;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    text-align: center;
}
dt, dd {
    float: left;
}
dt {
    clear:both;
}


/*Fullpage navigation*/
body #fp-nav {
    z-index: 12;
}
body #fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
    height: 20px;
    width: 20px;
    margin: -2px 0 0 -9px;
    border: 1px solid #FFFFFF;
    background: transparent;
}
body #fp-nav ul li a span {
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    margin: 0px 0 0 -7px;
}
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
    width: 15px;
    height: 15px;
    margin: 0px 0 0 -7px
}
body #fp-nav.right {
    right: 1.6%;
}
body #fp-nav ul li {
    position: static;
    height: 20px;
}
body #fp-nav ul li:hover .fp-tooltip {
    visibility: hidden;
}
#fp-tooltip {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}
    @media screen and (min-width: 1921px) {
        body #fp-nav.right {
            right: 2%;
        }
    }
    @media screen and (min-width: 1024px) and (max-width: 1440px) {
        body #fp-nav, body #fp-nav.right {
            display: none !important;
        }
    }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
        body #fp-nav, body #fp-nav.right {
            display: none !important;
        }
    }
    @media screen and (max-width: 767px) {
        body #fp-nav, body #fp-nav.right {
            display: none !important;
        }
    }

    
/* Header */
#header {
    width: 100%;
    background-color: transparent;
    position: fixed;
    height: 80px;
    top: 0;
    z-index: 99;
    transition: background-color 1s ease;
}
    #header.active {
        background-color: rgba(0, 0, 0, 0.7);
    }
    #header.open {
        background-color: #FFFFFF;
    }
    #header.open .nav {
        border-bottom: 1px solid #eeeeee;
    }
    #header.open .nav .nav-left ul.nav-gnb > li > a {
        color: #232425;
    }
    /* #header.open .nav-logo img {
        content: url('../../../images/logo.png')
    } */

#header .nav {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    padding: 0 10% 0 5.2%;
    background-color: white;
}
#header .nav > div {
    display: flex;
    align-items: center;
}
#header .nav .nav-left > div {
    display: flex;
    align-items: center;
}
#header .nav .nav-left > div:first-child {
    /* max-width: 35%; */
    width: 20rem;
    max-width: 15%;
    margin-right: 3rem;
}
#header .nav .nav-left ul.nav-gnb {
    display: flex;
}
#header .nav .nav-left ul.nav-gnb li {
    position: relative;
    text-align: center;
}
#header .nav .nav-left ul.nav-gnb li a {
    padding: 10px;
}
#header .nav .nav-left ul.nav-gnb > li.active {
    position: relative;
}
#header .nav .nav-left ul.nav-gnb > li > a {
    display: block;
    box-sizing: border-box;
    transition: 0.5s ease-in-out;
    padding: 10px 50px;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 1.7rem;
    font-weight: 500;
    color: #030303;
}
#header .nav .nav-left ul.nav-gnb > li > ul {
    width: 100%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    padding-top: 3rem;
    z-index: 5;
}
    #header .nav .nav-left ul.nav-gnb > li.active > ul.nav-gnb-inner {
        opacity: 1;
        visibility: visible;
        transform:translateY(0px);
        display: block !important;
    }
    
#header .nav .nav-left ul.nav-gnb > li > ul > li {
    display: block;
    position: relative;
    /* margin-bottom: 5px; */
    margin-bottom: 0;
    padding: 8px;
}   
#header .nav .nav-left ul.nav-gnb > li > ul > li > a {
    padding: 5px 10px;
    color: #232425;
    letter-spacing: -0.5px;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 1.5rem;
}
    #header .nav .nav-left ul.nav-gnb > li > ul > li:hover {
        background: #29608F;
    }
    #header .nav .nav-left ul.nav-gnb > li > ul > li:hover a {
        color: white;
    }

#header .nav .nav-left .nav-logo {
    display: block;
    width: 100%;
}
#header .nav .nav-left .nav-logo > img {
    max-width: 100%;
    height: auto;
}
#header .nav .nav-right .nav-language {
    background-color: #FFFFFF;
    color: #215693;
    border-radius: 20px;
    margin-right: 2.2rem;
    padding: 1rem 1.5rem;
}
#header .nav .nav-right .nav-contact {
    background-color: #215693;
    color: #FFFFFF;
    border-radius: 20px;
    padding: 1rem 1.5rem;
}
#header .nav-bg {
    border-bottom: 1px solid #dddddd;
}
#header.open .nav-bg {
    width: 100%;
    position: absolute;
    background: white;
    z-index: 1;
    transition: all .2s;
}


.side-nav {
    width: 5.2%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: transparent;
    display: flex;
    justify-content: center;
    z-index: 101;
    display: none;
}

.side-nav-wrap {
    position: fixed;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    background-color: white;
    transition: 1s ease;
    transform: translateX(100%);
    overflow-y: auto;
    scrollbar-width: none;
    z-index: 10;
}
.nav-active {
    transform: none;
}

.side-nav .side-nav-logo {
    display: block;
}
.side-nav .side-nav-logo img {
    width: 50px;
    display: block;
}

.side-nav .side-nav-menu {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 3rem;
    padding-top: 30px;
    transition: 0.5s ease;
    z-index: 0;
}
.side-nav .side-nav-menu .side-nav-menu-close {
    width: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
}
.side-nav .side-nav-menu .side-nav-menu-btn {
    display: flex; 
    width: 85%;
    height: 100%;
}
.side-nav .side-nav-menu .side-nav-menu-btn > div {
    width: 50%;
    text-align: left;
}
.side-nav .side-nav-menu .side-nav-menu-btn > div > button {
    background-color: #005DAA;
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 20px;
    cursor: pointer;
}
.side-nav .side-nav-menu .side-nav-menu-close a {
    display: block;
    width: 15%;
}
.side-nav .side-nav-menu .side-nav-menu-close a img {
    max-width: 100%;
    height: auto;
}


.side-nav .side-nav-menu ul li a {
    color: #585856;
    text-decoration: none;
}
.side-nav .side-nav-menu > ul > li > a {
    font-size: 2.0rem;
    font-weight: bold;
    color: #000000;
}
.side-nav .side-nav-menu > ul > li > ul {
    margin: 0;
}
.side-nav .side-nav-menu > ul > li > ul > li {
    display: block;
    margin-bottom: 1rem;
}


.side-nav-wrap {
    background-color: white;
}
.side-nav .side-nav-menu > ul > li {
    width: 100%;
    padding: 2rem 0;
    border-bottom: 1px solid gray;
}
.side-nav .side-nav-menu > ul > li:last-child {
    border-bottom: none;
}
.d-toggle, .d-content {
    cursor: pointer;
    font-size: 16px;
    position: relative;
    letter-spacing: 1px;
    padding: 1rem 0;
    color: black;
}
.d-toggle a:before, .d-toggle a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 15px;
    height: 2px;
    margin-top: -1px;
    background-color: #505966;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s ease-out;
}
.d-toggle a.active:before {
    transform: rotate(0deg);
    background: #505966 !important;
}
.d-toggle a:before {
    transform: rotate(-90deg);
    opacity: 1;
    z-index: 2;
}
.side-nav .side-nav-menu > ul > li > ul > a {
    color: #030303;
    font-weight: 500;
}
.d-content {
    display: none;
}
.side-nav .side-nav-menu > ul > li > ul.d-content {
    text-indent: 3%;
}



.side-nav .side-nav-buger {
    /* display: block; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 2%;
    transform: translateY(+50%);
    width: 45px;
    height: 42px;
    background-color: #FFFFFF;
    border-radius: 50%;
}
.side-nav .side-nav-buger span {
    display: block;
    height: 2px;
    background-color: #37679E;
    margin-bottom: 6px;
    width: 18px;
}
.side-nav .side-nav-buger span:nth-child(1) {
    transition: 0.3s ease;
}
.side-nav .side-nav-buger span:nth-child(2) {

}
.sidebar .side-nav-buger span:nth-child(3) {
    transition: 0.5s ease;
}


.menu-active {
    opacity: 1;
    transform: none;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9;
}
#overlay.overlay-active {
    display: block;
}

    @media screen and (min-width: 768px) and (max-width: 1023px) {
        
        #header .nav .nav-left > div:first-child {
            width: 100%;
            max-width: 60%;
        }
        #header .nav .nav-left > div:last-child {
            display: none;
        }

        .side-nav {
            display: block;
            background: transparent;
        }
        .side-nav-wrap {
            width: 50%;
        }
    }

    @media screen and (max-width: 767px) {

        #header .nav .nav-left > div:last-child, #header .nav .nav-right {
            display: none;
        }
        #header .nav .nav-left > div:first-child {
            width: 100%;
            max-width: 60%;
        }
        .side-nav {
            display: block;
            background-color: transparent;
        }
        .side-nav-wrap {
            width: 80%;
        }
        .side-nav .side-nav-menu .side-nav-menu-btn > div:first-child {
            width: 45%;
        }
        .side-nav .side-nav-menu .side-nav-menu-btn > div:last-child {
            width: 55%;
        }
        .side-nav .side-nav-menu .side-nav-menu-btn > div > button {
            /* background-color: transparent;
            color: #005DAA;
            padding: 1rem 0; */
            font-weight: 500;
        }
    }


/*fp-nav*/
#fp-nav.fp-show-active a.active+.fp-tooltip {
    position: absolute;
    top: -65px;
    right: 0px;
    transform: rotate(90deg);
    transform-origin: bottom center;
}

/*Icon-bar*/
	
.icon-bar {
    display: none; 
    position: fixed; 
    bottom: 5%; /*bottom으로 지정해줘야 밑에 안남음*/
    right: 8%; 
    width: 50px;
    height: 50px;
    padding: 10px;
    z-index: 100;
    cursor: pointer;
    background: white;
    border: 1px solid #C7C8CC;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}
.icon-bar > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.icon-bar a {
    position: relative;
    display: block;
    text-align: center;
    color: white;
    padding: 5px 0;
    font-size: 20px;
    border-bottom: none;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
}
.icon-bar a::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 0;
    width: 100%;
    max-width: 1600px;
    height: 1px;
    background: #C7C8CC;
    transform: translate(-50%, 0);
    z-index: -1;
}
.icon-bar a:last-child:after {
    display: none;
}
.icon-bar a:first-child {
    padding-top: 0;
}
.icon-bar a:last-child {
    padding-bottom: 0;
}

.icon-bar span {
    width: 50px;
    color: black;
    font-size: 0.625em;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
}

.icon-bar .goTop {
    background: url(../../../images/icon_up.png) no-repeat;
    width: 50px;
    height: 50px;
    background-size: 50px auto;
    transition: all .5s ease-in;
    background-position: center;
    cursor: pointer;
}
    @media screen and (min-width: 768px) and (max-width: 1280px) {
        
        .icon-bar {
            right: 3%;
        }
    }

    @media screen and (max-width: 767px) {
        
        .icon-bar {
            width: 40px;
            height: 40px;
            top: 85%;
            right: 1%;
            padding: 0;
        }
        .icon-bar .goTop {
            width: 40px;
            height: 40px;
            background-size: 40px auto;
            background-position: center;
        }
        .icon-bar a {
            padding: 7px 0;
        }
    }


/* Section */
#section1, #section2, #section3, #section4 {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    image-rendering: auto;
    object-fit: cover;
    background-position: center;
    padding-top: 80px !important;
}

#section1 {
    background-color: white;
    background-image: url(../../../images/main01.jpg);
}
    #section1 .fp-tableCell {
        vertical-align: bottom;
    }
    #section1 .section-1-title {
        margin: 0 0 5.2% 5.2%;
    }
    #section1 .section-1-title p {
        font-size: 5.4rem;
        color: #FFFFFF;
        line-height: 140%;
        text-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    }

#section2 {
    background-color: white;
    background-image: url(../../../images/main02.jpg);
}
    #section2 .section2-wrap, #section3 .section3-wrap {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 100%;
    }
    #section2 .section2-left {
        width: 26%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: -10%;
    }
    #section2 .section2-left > div {
        width: 70%;
        display: flex;
        flex-direction: column;
        text-align: left;
    }
    #section2 .section2-left p, #section3 .section3-left p {
        font-size: 1.6rem;
        color: #FFFFFF;
        text-align: left;
        line-height: 180%;
    }
    #section2 .section2-left h2, #section3 .section3-left h2 {
        font-size: 6.0rem;
        text-align: left;
        color: #FFFFFF;
    }
    #section2 .section2-right, #section3 .section3-right {
        width: 74%;
        display: flex;
        flex-direction: row;
        padding-right: 5.2%;
    }
    #section2 .section2-right .section2-right-list {
        width: calc(100%/3);
        border-left: 1px solid white;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        transition: border 1s ease;
    }
    #section2 .section2-right-list h3 {
        color: #B9B7BA;
        font-size: 2.8rem;
    }
    #section2 .section2-right-list img {
        /*margin-top: 30px; */
        margin-top: 6.8%;
        /* margin-bottom: 20px; */
        margin-bottom: 4.45%;
    }
    #section2 .section2-right-list p, #section2 .section2-right-list p a {
        color: #FFFFFF;
        font-size: 1.5rem;
        line-height: 150%;
    }
    #section2 .section2-right-list .section-right-content {
        opacity: 0;
        transition: opacity 2s ease;
        padding-right: 2rem;
    }

        #section2 .section2-right .section2-right-list.active {
            border: none;
        }
        .section2-right-list.active::after, .section2-right-list.active::before {
            content: "";
            position: absolute;
            width: 1px;
            background-color: white;
            transition: opacity 2s ease;
        }
        .section2-right-list.active::after {
            left: 0;
            top: 0;
            height: calc(50% - var(--wrap-height) / 2);
        }
        .section2-right-list.active::before {
            left: 0;
            bottom: 0;
            height: calc(50% - var(--wrap-height) / 2);
        }
        #section2 .section2-right .section2-right-list.active .section2-right-title {
            margin-bottom: 11%;
        }
        #section2 .section2-right .section2-right-list.active .section2-right-title h3 {
            color: #e6312b;
            font-size: 3.8rem;
        }
        #section2 .section2-right .section2-right-list.active .section-right-content {
            opacity: 1;
        }
        #section2 .section2-right .section2-right-list.active .section-right-content h3 {
            color: #FFFFFF;
        }


#section3 {
    background-color: white;
    background-image: url(../../../images/main03.jpg);
}
    #section3 .section3-right .section3-right-wrap {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    #section3 .section3-right .section3-right-list {
        width: 22%;
        /* height: 385px; */
        max-height: 485px;
        height: 63.5%;
        margin-right: 2.2%;
        background-color: rgba(6, 22, 125, 0.3);
        backdrop-filter: blur(2px);
        border-radius: 8px;
        padding: 20px;
        border: 1px solid #a0b1cf;
    }
    #section3 .section3-right .section3-right-list:last-child {
        margin-right: 5.2%;
    }
    #section3 .section3-left {
        width: 26%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #section3 .section3-left > div {
        display: flex;
        flex-direction: column;
        text-align: left;
        max-height: 485px;
        height: 63.5%;
        padding: 0 3rem;
    }
    #section3 .section3-right-list .section3-right-list-wrap {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    #section3 .section3-right-list h3 {
        color: #FFFFFF;
        font-size: 3.0rem;
    }
    #section3 .section3-right-list p {
        color: #FFFFFF;
        font-size: 1.8rem;
        /* margin-top: 15px; */
        margin-top: 6%;
        /* margin-bottom: 10px; */
        margin-bottom: 4%;
    }
    #section3 .section3-right-list .section3-right-txt {
        /* margin-bottom: 15px; */
        margin-bottom: 6%;
        text-align: center;
    }
    #section3 .section3-right-list .section3-right-txt a {
        display: inline-block;
        align-items: center;
        padding: 10px 30px;
        text-decoration: none;
        border: 2px solid #FFFFFF;
        border-radius: 30px;
        color: #FFFFFF;
        font-size: 2.0rem;
        font-weight: 500;
    }
    #section3 .section3-right-list .section3-right-txt a:hover {
        background-color: rgba(6, 22, 125, 0.8);
    }
    #section3 .section3-right-list .section3-right-txt a img {
        width: 30px;
        height: auto;
        margin-left: 5px;
    }

        @media screen and (min-width: 1024px) and (max-width: 1440px) {

            #section2 .section2-left {
                width: 40%;
                margin-top: 2rem;
                justify-content: start;
            }
            #section2 .section2-left h2, #section3 .section3-left h2 {
                font-size: 4.0rem;
                text-shadow: 0px 0px 8px black;
            }
            #section2 .section2-right {
                width: 60%;
            }
            #section2 .section2-right, #section3 .section3-right {
                flex-direction: column;
                padding-right: 0;
            }
            #section2 .section2-right .section2-right-list {
                width: 100%;
                border-left: none;
            }
            .section2-right-list.active::after, .section2-right-list.active::before {
                background-color: transparent;
            }
            #section2 .section2-right .section2-right-list.active .section2-right-title {
                margin-bottom: 0;
            }
            #section2 .section2-right .section2-right-list .section2-right-title h3, #section2 .section2-right .section2-right-list.active .section2-right-title h3 {
                color: #e6312b;
                font-size: 3.0rem;
            }
            #section2 .section2-right-list .section-right-content {
                opacity: 1;
            }
            #section2 .section2-right-list h3 {
                color: #FFFFFF;
            }

            #section3 {
                padding-top: 0 !important;
            }
            #section3 .section3-wrap {
                flex-direction: column;
                justify-content: center;
            }
            #section3 .section3-left {
                width: 100%;
                margin-bottom: 3rem;
            }
            #section3 .section3-left > div {
                margin: 0 3rem;
                flex-direction: column-reverse;
            }
            #section3 .section3-left p, #section3 .section3-left h2 {
                text-align: center;
                margin-bottom: 1.5rem;
            }
            #section3 .section3-right {
                width: 100%;
            }
            #section3 .section3-right .section3-right-wrap {
                padding: 0 5rem;
            }
            #section3 .section3-right .section3-right-list {
                width: 25%;
                height: 100%;
                margin-right: 2%;
            }
            #section3 .section3-right-list .section3-right-title {
                margin-bottom: 5rem;
            }
            #section3 .section3-right-list p {
                font-size: 1.6rem;
            }
            #section3 .section3-right-list h3 {
                font-size: 2.0rem;
            }
            #section3 .section3-right .section3-right-list:last-child {
                margin-right: 0;
            }
            #section3 .section3-right-list h3 {
                font-size: 2.0rem;
            }
            #section3 .section3-right-list .section3-right-txt {
                text-align: left;
            }
            #section3 .section3-right-list .section3-right-txt a {
                padding: 10px;
                border-radius: 15px;
                font-size: 1.5rem;
                line-height: 180%;
            }
        }

        @media screen and (min-width: 768px) and (max-width: 1023px) {

            #section3 .section3-left > div {
                margin: 0 3rem;
            }
            #section2 .section2-left h2, #section3 .section3-left h2 {
                font-size: 4.5rem;
            }
        }

        @media screen and (max-width: 767px) {

            #fullpage #section1, #fullpage #section2, #fullpage #section3, #fullpage #section4 {
                padding-top: 0 !important;
            }
            #section1 .section-1-title {
                margin: 0 0 10% 3%;
            }
            #section1 .section-1-title p {
                font-size: 2.7rem;
            }
            #section2 .section2-wrap, #section3 .section3-wrap {
                flex-direction: column;
                padding: 3rem;
            }
            #section2 .section2-left, #section3 .section3-left {
                width: 100%;
                flex-direction: column;
                margin-top: 8%;
            }
            #section2 .section2-left > div, #section3 .section3-left > div {
                width: 100%;
                display: flex;
                flex-direction: column-reverse;
            }
            #section2 .section2-left h2, #section3 .section3-left h2 {
                font-size: 3.5rem;
                text-align: center;
                line-height: 130%;
                margin-bottom: 1rem;
            }
            #section2 .section2-left p, #section3 .section3-left p {
                font-size: 1.4rem;
                text-align: center;
            }
            #section2 .section2-right, #section3 .section3-right {
                width: 100%;
                flex-direction: column;
                padding-right: 0;
            }
            #section2 .section2-right .section2-right-list {
                width: 100%;
                border-left: none;
            }
            #section2 .section2-right-list h3 {
                color: #FFFFFF;
                font-size: 2.0rem;
            }
            #section2 .section2-right-list .section-right-content {
                opacity: 1;
                text-align: center;
            }
            .section2-right-list.active::after, .section2-right-list.active::before {
                display: none;
            }
            #section2 .section2-right .section2-right-list .section2-right-title, #section2 .section2-right .section2-right-list.active .section2-right-title {
                margin-bottom: 0;
            }
            #section2 .section2-right .section2-right-list .section2-right-title h3, #section2 .section2-right .section2-right-list.active .section2-right-title h3 {
                text-align: center;
                color: #e6312b;
                font-size: 3.0rem;
            }

            #section3 .section3-right .section3-right-wrap {
                flex-direction: column;
                padding: 8%;
            }
            #section3 .section3-right .section3-right-list {
                width: 100%;
                margin-right: 0;
                margin-bottom: 5%;
            }
            #section3 .section3-right-list h3 {
                font-size: 2.0rem;
            }
            #section3 .section3-right-list p {
                margin-top: 3%;
                margin-bottom: 2%;
            }
            #section3 .section3-right-list .section3-right-title {
                margin-bottom: 6%;
            }
            #section3 .section3-right-list .section3-right-txt {
                margin-bottom: 0;
                text-align: right;
            }
            #section3 .section3-right-list .section3-right-txt a {
                font-size: 1.5rem;
                padding: 8px 20px;
            }
            #section3 .section3-right-list .section3-right-txt a img {
                width: 20px;
            }
            
        }
    

/*Sub Page*/
.subTop {
    height: 500px;
}

#sub-1-1 .subTop, #sub-1-2 .subTop, #sub-1-3 .subTop, #sub-1-4 .subTop, #sub-1-5 .subTop, #sub-1-6 .subTop, #sub-1-7 .subTop {
    position: relative;
    background-color: white;
    background-image: url(../../../images/sub1-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 40%;
}
#sub-2-1 .subTop, #sub-2-2 .subTop, #sub-2-3 .subTop, #sub-2-4 .subTop {
    position: relative;
    background-color: white;
    background-image: url(../../../images/sub2-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 20% 50%;
}
#sub-3-1 .subTop, #sub-3-2 .subTop, #sub-3-3 .subTop, #sub-3-4 .subTop {
    position: relative;
    background-color: white;
    background-image: url(../../../images/sub3-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 20% 50%;
}
#sub-4-1 .subTop, #sub-4-2 .subTop, #sub-4-3 .subTop {
    position: relative;
    background-color: white;
    background-image: url(../../../images/sub4-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 45% 30%;
}
#sub5-1 .subTop, #sub5-2 .subTop, #sub-5-3 .subTop, #sub-5-4 .subTop {
    position: relative;
    background-color: white;
    background-image: url(../../../images/sub5-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
    .sub .subTop .subTop-bg {
        width: 100%;
        height: 86%;
        display: flex;
        align-items: center;
        padding-left: 5%;
    }
        .sub .subTop .subTop-bg .subTop-bg-title h2 {
            color: #FFFFFF;
            font-size: 4.2rem;
            font-weight: 300;
            margin-bottom: 1rem;
        }
        .sub .subTop .subTop-bg .subTop-bg-title div {
            display: flex;
            flex-basis: 100%;
            align-items: center;
        }
        .sub .subTop .subTop-bg .subTop-bg-title div::after {
            content: '';
            flex-grow: 1;
            height: 1px;
            margin: 0 0 0 8px;
            line-height: 0px;
            background: #FFFFFF;
            transform: translateY(15px);
        }
        .sub .subTop .subTop-bg .subTop-bg-title h3 {
            color: #FFFFFF;
            font-size: 5.0rem;
            font-weight: bold;
        }
    .sub .subTop .subTop-btn {
        width: 100%;
        height: 14%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
        .sub .subTop .subTop-btn .sub-category {
            display: flex;
            flex-direction: row;
            background-color: #FFFFFF;
            /* width: 1520px; */
            /* width: 79.5%; */
            width: 60%;
            height: 100%;
            border-bottom: 1px solid #E1E1E1;
        }
        .sub .subTop .subTop-btn .sub-category .sub-category-depth1 {
            position: relative;
            width: 35%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            border-right: 1px solid #E1E1E1;
            cursor: pointer;
        }
        .sub .subTop .subTop-btn .sub-category > div:first-child {
            /* margin-left: 120px; */
            margin-left: 7.8%;
            border-left: 1px solid #E1E1E1;
        }
        .sub .subTop .subTop-btn .sub-category > .sub-category-depth1 a {
            display: flex;
            justify-content: flex-start;
            font-size: 1.8rem;
            color: #424242;
            /* margin-left: 40px; */
            padding-left: 11%;
            font-family: 'Libre Franklin', sans-serif;
            line-height: 160%;
        }
        .sub .subTop .subTop-btn .sub-category > .sub-category-depth1 a img {
            width: 25px;
            height: 28px;
            /* margin-right: 35px; */
            margin-right: 10%;
            margin-left: auto;
            margin-top: auto;
            margin-bottom: auto;
        }
        .sub .subTop .subTop-btn .sub-category .sub-category-depth1 ul {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            padding: 2rem 0;
            text-align: left;
            background-color: #FFFFFF;
            border: 1px solid #E1E1E1;
            z-index: 9;
        }
            .sub .subTop .subTop-btn .sub-category > .sub-category-depth1 > ul > li {
                padding: 1rem 0;   
            }
            .sub .subTop .subTop-btn .sub-category > .sub-category-depth1 > ul > li:hover a {
                color: #1B6D9B;
            }
            .sub .subTop .subTop-btn .sub-category > .sub-category-depth1 > ul > li > a {
                display: inline-block;
                /* width: 100%; */
                color: #424242;
                font-size: 1.7rem;
            }


    .sub .subCont {
        /* margin-left: 15.5%;
        margin-right: 15.5%;
        margin-top: 7.1%;
        margin-bottom: 7.1%; */
        width: 60%;
        margin: 0 auto;
        /* padding: 7.1% 0; */
        padding: 8rem 0;
    }
    .sub .subCont.full {
        /* margin-top: 125px; */
        margin-top: 6.5%;
        margin-left: 0;
        margin-right: 0;
    }
        .sub .subCont h2 {
            margin-bottom: 1rem;
            font-size: 4.0rem;
            color: #030303;
        }
            .sub .subCont .valve h2 {
                font-size: 3.5rem;
                word-break: keep-all;
            }
        
        .valve.sub .subCont .top-tit {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }
        .sub .subCont .top-tit .top-dot {
            position: relative;
            width: 15px;
            height: 15px;
            margin-right: 35px;
            vertical-align: -webkit-baseline-middle;
        }
        .sub .subCont .top-tit .top-dot::before, .sub .subCont .top-tit .top-dot::after {
            content: '';
            position: absolute;
            width: 20px;
            height: 20px;
            border-radius: 50%;
        }
        .sub .subCont .top-tit .top-dot::before {
            background: rgba(224, 42, 0, 0.6);
            left: 0;
            top: 5px;
        }
        .sub .subCont .top-tit .top-dot::after {
            background: rgba(6, 45, 144, 0.6);
            left: 6px;
            top: 0;
        }
        .sub .subCont h3 {
            font-size: 1.8rem;
        }
        .sub .subCont .subCont-top {
            text-align: center;
            margin-bottom: 8rem;
        }
        .sub .subCont .subCont-top h3 {
            color: #888888;
        }
        .sub .subCont .subCont-list {
            display: flex;
            flex-direction: row;
            justify-content: center;
            padding: 1rem;
        }
    

        .sub .subCont .subCont1-1, .sub .subCont .subCont1-2, .sub .subCont .subCont1-3 {
            width: 100%;
        }
        .sub .subCont .subCont1-1 .subCont1-1-tit {
            /* width: 300px; */
            width: 19.9%;
        }
        .sub .subCont .subCont1-1 .subCont1-1-tit h3 {
            font-size: 4.0rem;
            font-weight: bold;
        }
        .sub .subCont .subCont1-1 .subCont1-1-txt {
            /* width: 1200px; */
            width: 80.1%;
            /* margin-bottom: 100px; */
            margin-bottom: 6.7%;
        }
        .sub .subCont .subCont1-1 .subCont1-1-txt p {
            font-size: 2.0rem;
        }
            .sub .subCont .subCont1-1 .subCont1-1-txt > p {
                /* margin-bottom: 80px; */
                margin-bottom: 6.6%;
            }
        .sub .subCont .subCont1-1 .subCont1-1-txt h2 {
            font-size: 3.2rem;
            color: #424242;
            text-align: left;
        }
        .sub .subCont .subCont1-1 .subCont1-1-txt h3 {
            font-size: 2.5rem;
            font-weight: 400;
            /* margin-bottom: 25px; */
            margin-bottom: 1%;
            color: #03021d;
            text-align: left;
        }.sub .subCont .subCont1-1 .subCont1-1-txt > div > h3 {
            color: #01559a;
        }
        .sub .subCont .subCont1-1 .subCont1-1-txt .swiper {
            margin-top: 3%;
        }
        .sub .subCont .subCont1-1 .subCont1-1-txt .swiper#s1 .swiper-slide {
            padding: 20px;
            border: 2px solid #C4C4C4;
            border-radius: 20px;
        }
        .sub .subCont .subCont1-1 .subCont1-1-txt .swiper#s1 .swiper-slide .imageFit {
            height: 250px;
        }


        /*1-1 (Overview)*/
        #sub-1-1 .subCont .subCont-top h2 {
            margin-bottom: 0;
            color: #030303;
        }
        #sub-1-1 .subCont .subCont-top p {
            margin: 5rem 0 8rem 0;
            font-size: 1.7rem;
            line-height: 150%;
            color: #030303;
        }
        #sub-1-1 .subCont .subCont-top .overviewImg {
            width: 70%;
            height: auto;
            margin: 0 auto;
        }
        #sub-1-1 .subCont .subCont-top .overviewImg img {
            width: 100%;
            height: 100%;
        }
        #sub-1-1 .subCont .overviewWrap {
            /* width: 100%; */
            width: 70%;
            display: flex;
            flex-direction: row;
            margin: 0 auto;
        }
        #sub-1-1 .subCont .overview-tit {
            width: 28%;
        }
        #sub-1-1 .subCont .overview-tit h3 {
            font-size: 2.5rem;
        }
        #sub-1-1 .subCont .overview-txt {
            width: 72%;
        }
        #sub-1-1 .subCont .overview-txt table tr td {
            text-align: left;
            padding: 10px;
            font-family: 'Libre Franklin', sans-serif;
            font-size: 1.6rem;
            color: #414141;
            line-height: 180%;
        }
        #sub-1-1 .subCont .overview-txt table tr td:first-child {
            width: 25%;
            vertical-align: top;
            color: #030303;
        }


        /*1-2 CEO Message*/
        #sub-1-2 .ceoWrap .ceoTop {
            position: relative;
            margin: 0 auto;
        }
        #sub-1-2 .ceoWrap .ceoTop > div {
            position: absolute;
            top: 20%;
            left: 0;
            text-align: left;
        }
        #sub-1-2 .ceoWrap .ceoTop > div h2 {
            letter-spacing: -0.5px;
            position: relative;
            display: block;
        }
        #sub-1-2 .ceoWrap .ceoTop > div h2::before {
            position: absolute;
            display: block;
            content: '';
            width: 42px;
            height: 42px;
            top: -25%;
            background-image: url(../../../images/about/ceo_quotes.png);
            background-position: -5px 0;
        }
        #sub-1-2 .ceoWrap .ceoTop span.ceo-quotes {
            color: #005DAA;
            font-weight: bold;
        }
        #sub-1-2 .ceoWrap .ceoCont {
            position: relative;
            align-items: flex-start;
            margin: 0 auto;
            padding: 5rem;
            background-color: #F8F9FA;
            color: #424242;
        }
        #sub-1-2 .ceoWrap .ceoCont > div:first-child {
            margin-right: 3rem;
        }
        #sub-1-2 .ceoWrap .ceoCont .ceoSign {
            position: relative;
            width: 100%;
            text-align: right;
        }
        #sub-1-2 .ceoWrap .ceoCont .ceoSign .ceoName {
            font-size: 2.5rem;
            font-weight: bold;
        }
        #sub-1-2 .ceoWrap .ceoCont .ceoSign img {
            vertical-align: bottom;
        }

        /*1-3 Company Mottos*/
        #sub-1-3.sub .subCont {
            padding: 7.1% 0 0 0;
        }
        #sub-1-3 .subCont.full {
            width: 100%;
            margin: 0;
            padding: 0;
        }
        #sub-1-3 .subCont.full .subCont1-1 {
            position: relative;
        }
        #sub-1-3 .subCont.full .mottoTxt {
            position: absolute;
            top: 12%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
        }
        #sub-1-3 .subCont.full .mottoTxt h3 {
            font-size: 3.0rem;
            color: #030303;
        }
        #sub-1-3 .subCont.full .mottoTxt p {
            font-size: 2.0rem;
            color: #505966;
        }


        /*1-4 Timeline*/
        .sub .subCont .subCont1-4 .subCont-list {
            margin-bottom: 5rem;
        }
        .sub .subCont .subCont1-4 .subCont-list > div {
            margin-right: 4rem;
        }
        .sub .subCont .subCont1-4 .subCont-list > div:last-child {
            margin-right: 0;
        }
        .sub .subCont .subCont1-4 .subCont-list > div > a {
            font-size: 2.5rem;
            font-weight: 500;
            color: #999999;
        }
        .sub .subCont .subCont1-4 .subCont-list > div:first-child > a {
            color: #030303;
            border-bottom: 4px solid #307bd1;
        }
        .sub .subCont .subCont1-4 .subCont-list > div > a:hover {
            color: #307bd1;
        }

        #h1, #h2, #h3, #h4 {
            scroll-margin-top: 80px;
        }

        .sub-timeline-wrap {
            width: 95%; 
            margin: 0 auto;
        }
        .timeline-box {
            display: flex;
            flex-direction: row;
        }
        .timeline-img {
            width: 47%;
        }
        .timeline-img .timeline-img-wrap {
            padding: 2rem 2rem 2rem 2rem;
        }
        .timeline-mark {
            position: relative;
            width: 3%;
            margin-top: 1%;
        }
        .sub-timeline-content:last-child .timeline-mark {
            margin-bottom: 5rem;
        }
        .timeline-cont {
            width: 50%;
            display: flex;
            flex-direction: column;
            margin-bottom: 5rem;
        }
        .timeline-cont-tit {
            margin-bottom: 3rem;
        }
            .sub .subCont .timeline-cont-tit h2 {
                font-size: 3.0rem;
                color: #307bd1;
                text-align: left;
            }

        .timeline-cont-list {
            position: relative;
            height: auto;
            margin-bottom: 5rem;
        }
        .timeline-mark::before {
            content: '';
            display: block;
            position: absolute;
            width: 15px;
            height: 15px;
            top: 0;
            left: 0px;
            background: transparent;
            border: 3px solid #215693;
            border-radius: 100%;
        }
        .timeline-mark::after {
            content: '';
            display: block;
            position: absolute;
            width: 2px;
            top: 25px;
            left: 10px;
            bottom: 0;
            background: #E3E3E3;
        }
        .timeline-cont .year {
            width: 100%;
            display: flex;
            flex-wrap: nowrap;
            flex-direction: row;
            align-items: baseline;
            gap: 20px;
        }
        .timeline-cont .year h3 {
            font-size: 2.5rem;
            color: #030303;
        }
        .timeline-cont .month p {
            font-family: 'Noto Sans KR', sans-serif;
            font-size: 2.2rem;
            font-weight: bold;
        }
        .timeline-cont .txt {
            display: flex;
            flex-direction: column;
            flex: 1;
            min-width: 0;
            word-break: break-word;
        }
        .timeline-cont .txt p {
            color: #424242;
        }
        .timeline-cont .txt:has(p:nth-of-type(2)) p {
            margin-bottom: 0.5rem;
        }
        .timeline-cont p {
            margin-bottom: 0;
        }

        .sub .sub-tab-box-wrap, .sub .sub-tab-content-wrap {
            width: 80%;
            display: flex;
            flex-direction: row;
            justify-content: left;
            margin: 0 auto;
            padding: 3rem 0;
        }

        .sub .sub-tab-box {
            width: 50%;
            padding: 1.5rem;
            text-align: center;
            border: 1px solid #B4B4B4;
            cursor: pointer;
        }
        .sub .sub-tab-box.active {
            background: #215693;
        }
        .sub .sub-tab-box a {
            display: block;
            box-sizing: border-box;
            padding: 1rem;
            color: #424242;
            font-size: 1.8rem;
            font-weight: 600;
        }
        .sub .sub-tab-box.active a {
            color: #FFFFFF;
        }
        .sub .sub-tab-content {
            display: none;
            width: 100%;
        }
        .sub .sub-tab-content.active {
            display: block;
        }

        /*sub 1-6 (Location)*/
        #sub-1-6 .subCont .sub-tab-content .sub-table h3 {
            font-size: 2.5rem;
        }


        /*SubCont 2-1 (Business Areas)*/
        #sub-2-1 .subCont .incmain .incmainWrap {
            align-items: stretch;
            height: 100%;
        }
        #sub-2-1 .subCont .incmain .incmain-box {
            width: calc(100%/3 - 20px);
            margin-right: 2.5rem;
            border-bottom: 1px solid #CDCDCD;
        }
        #sub-2-1 .subCont .incmain .incmain-box:last-child {
            margin-right: 0;
        }
        #sub-2-1 .subCont .incmain .incmain-box .incmainUp {
            position: relative;
            width: 100%;
            height: 75%;
            overflow: hidden;
        }
        #sub-2-1 .subCont .incmain .incmain-box .incmainUp > a {
            display: block;
            width: 100%;
            height: 100%;
        }
        #sub-2-1 .subCont .incmain .incmain-box .incmainUp .incmainUp-img {
            height: 100%;
        }
        #sub-2-1 .subCont .incmain .incmain-box .incmainUp .incmainUp-img img {
            transition: all .3s ease-in-out;
        }
        #sub-2-1 .subCont .incmain .incmain-box .incmainUp .incmainUp-img img:hover {
            transform: scale(1.05);
        }
        #sub-2-1 .subCont .incmain .incmain-box .incmainUp .incmainUp-tit {
            position: absolute;
            width: 100%;
            bottom: 0;
            padding: 5rem 0;
        }
        #sub-2-1 .subCont .incmain .incmain-box:nth-child(1) .incmainUp .incmainUp-tit {
            background-color: rgba(8, 83, 146, 0.7);
        }
        #sub-2-1 .subCont .incmain .incmain-box:nth-child(2) .incmainUp .incmainUp-tit {
            background-color: rgba(146, 31, 8, 0.7);
        }
        #sub-2-1 .subCont .incmain .incmain-box:nth-child(3) .incmainUp .incmainUp-tit {
            background-color: rgba(39, 118, 23, 0.7);
        }
        #sub-2-1 .subCont .incmain .incmain-box .incmainUp .incmainUp-tit h3 {
            font-size: 3.0rem;
            font-weight: 600;
            color: #ffffff;
            text-align: center;
            margin-bottom: 0;
        }
        #sub-2-1 .subCont .incmain .incmain-box .incmainDown {
            width: 100%;
            height: 25%;
        }
        #sub-2-1 .subCont .incmain .incmain-box .incmainDown .incmainDown-wrap {
            width: 100%;
            height: 100%;
            display: flex;
            flex-wrap: wrap;
            padding: 3rem 0;
        }
        #sub-2-1 .subCont .incmain .incmain-box .incmainDown .incmainDown-wrap > div {
            width: 50%;
        }
        #sub-2-1 .subCont .incmain .incmain-box:last-child .incmainDown .incmainDown-wrap > div {
            width: 100%;
        }
        #sub-2-1 .subCont .incmain .incmain-box .incmainDown .incmainDown-wrap > div > p {
            color: #383838;
            margin-bottom: 1.5rem;
            padding-right: 2rem;
            font-size: 1.8rem;
            font-weight: 500;
            line-height: 1.2;
        }


        /*SubCont 2-2, 2-3, 2-4 (Industry)*/
        .subCont .incIntro {
            margin-bottom: 13rem;
        }
        .subCont .incIntro .incIntro-cont {
            border: 1px solid #C7C7C7;
            margin-bottom: 6rem;
            align-items: stretch;
        }
        .subCont .incIntro .incIntro-cont > div:first-child {
            width: 42%;
        }
        .subCont .incIntro .incIntro-cont > div:first-child img {
            width: 100%;
        }
        .subCont .incIntro .incIntro-cont > div:last-child {
            width: 58%;
            padding: 4rem;
        }
        .subCont .incIntro .incIntro-cont .incIntro-txt h3 {
            font-size: 2.5rem;
            color: #030303;
            margin-bottom: 3rem;
        }
        .subCont .incIntro .incIntro-cont .incIntro-txt p {
            color: #414141;
        }
        .subCont .incIntro .incIntro-list {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            grid-auto-rows: 1fr;
        }
        .subCont .incIntro .incIntro-list > div {
            display: table;
            border-collapse: collapse;
            width: 100%;
        }
        .subCont .incIntro .incIntro-list .list-item {
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 5rem;
            border-top: 1px solid #C7C7C7;
            border-bottom: 1px solid #C7C7C7;
            border-right: 1px solid #C7C7C7;
        }
        .subCont .incIntro .incIntro-list .list-item:first-child {
            background-color: #E8EEF6;
        }
        .subCont .incIntro .incIntro-list .list-item:first-child img {
            max-width: 40%;
            margin: 0 auto;
            padding: 1rem 0;
        }
        .subCont .incIntro .incIntro-list .list-item:nth-child(4), .subCont .incIntro .incIntro-list .list-item:nth-child(8) {
            border-right: none;
        }
        .subCont .incIntro .incIntro-list .list-item h3 {
            margin-bottom: 3.5rem;
            color: #030303;
            text-align: center;
        }
        .subCont .incIntro .incIntro-list .list-item .incIntro-button {
            /* position: relative;
            display: inline-flex;
            align-items: center; */
            text-align: center;
            font-size: 1.6rem;
            background-color: #f7f7f7;
            color: #4e4e4e;
            border: 1px solid #c7c7c7;
            padding: 1.2rem 2rem;
            cursor: pointer;
        }
        .subCont .incIntro .incIntro-list .list-item .incIntro-button img {
            width: 15px;
            height: 15px;
            vertical-align: middle;
            margin-left: 1rem;
        }
        .subCont .incIntro .incIntro-list .list-item .incIntro-button:hover {
            background-color: #E8EEF6;
        }
        .subCont .incType .incType-wrap {
            width: 100%;
        }
        .subCont .incType .incType-box {
            align-items: normal;
            margin-bottom: 5rem;
        }
        .subCont .incType .incType-box .incType-txt {
            flex: 1;
            width: 42%;
            margin-right: 8rem;
        }
        .subCont .incType .incType-box .incType-txt h3 {
            font-size: 3.0rem;
            margin-bottom: 3rem;
            color: #030303;
        }
        .subCont .incType .incType-box .incType-txt p {
            font-size: 1.8rem;
            color: #2E2E2E;
            text-align: justify;
        }
        .subCont .incType .incType-box .incType-img {
            flex: 1;
            width: 58%;
            padding-right: 2rem;
        }


        /*SubCont 3-1~3-4 (Valve)*/
        .subCont .valve .valveWrap {
            width: 100%;
            align-items: start;
        }
        .subCont .valve .valve-tit {
            width: 100%;
            display: flex;
            margin-bottom: 2rem;
        }
        .subCont .valve .valve-tabs {
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            justify-content: flex-start;
            gap: 20px;
        }
        .subCont .valve .valve-tabs .valve-tab-box {
            flex: 0 0 calc(33.333% - 20px);
            cursor: pointer;
            border-radius: 20px;
            transition: all 0.2s ease;
        }
        .subCont .valve .valve-tabs .valve-tab-box.on {
            background: linear-gradient(to bottom, #0056ff, #003bb8);
            filter: saturate(1.5);
            transform: translateY(2px);
        }
        .subCont .valve .valve-tabs .valve-tab-box .imagefitWidth {
            background-image: url(../../../images/valve/bgimg.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            padding: 1rem 2rem;
            border-radius: 20px;
        }
        /* .subCont .valve .valve-tabs .valve-tab-box .imagefitWidth::after, .subCont .valve .valve-tabs .valve-tab-box .imagefitWidth img::after {
            content: '';
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.6);
            transition: opacity 0.3s;
            opacity: 0.8;
            border-radius: 20px;
        } */
        .subCont .valve .valve-tabs .valve-tab-box.on .imagefitWidth::after, .subCont .valve .valve-tabs .valve-tab-box.on .imagefitWidth img::after {
            opacity: 0.2;
        }
        .subCont .valve .valve-tabs .valve-tab-box .imagefitWidth img {
            width: 60%;
        }
        .subCont .valve .valve-tabs .valve-tab-box .imagefitWidth p {
            color: #FAF9F6;
            font-family: 'Lato', sans-serif;
            font-size: 2.0rem;
            font-weight: 700;
            line-height: 1.2;
            z-index: 99;
            text-shadow: 0 2px 4px rgba(0,0,0,0.4);
        }

        .subCont .valve .valve-slider {
            position: relative;
            width: 100%;
            margin-top: 3rem;
        }
        .subCont .valve .valve-slider .valve-cont {
            position: relative;
            width: 100% !important;
            /*나중에 important삭제*/
            padding: 3rem 0;
        }
        .subCont .valve .valve-slider .valve-cont .swiper {
            position: relative;
            overflow: hidden;
        }
        .subCont .valve .valve-slider .valve-cont .swiper .swiper-wrapper {
            align-items: center;
        }
        .subCont .valve .valve-slider .valve-cont .swiper .swiper-wrapper .swiper-slide {
            text-align: center;
        }
        .subCont .valve .valve-slider .valve-cont .swiper .swiper-wrapper .swiper-slide img {
            display: block;
            width: 100%;
            height: auto;
            margin: 0 auto;
        }
        .subCont .valve .valve-slider .valve-cont .swiper .swiper-wrapper .swiper-slide > div {
            margin-bottom: 5rem;
        }
        .subCont .valve .valve-slider .valve-cont .swiper .swiper-wrapper .swiper-slide > .valve-cont-1 {
            margin-bottom: 7rem;
        }
        .subCont .valve .valve-slider .valve-cont .swiper .swiper-wrapper .swiper-slide .flex-row {
            align-items: flex-start;
        }
        .subCont .valve .valve-slider .valve-cont .swiper .swiper-wrapper .swiper-slide .flex-row > .cont-l {
            width: 30%;
            text-align: left;
            padding-left: 2rem;
        }
        .subCont .valve .valve-slider .valve-cont .swiper .swiper-wrapper .swiper-slide .flex-row.sub-table > .cont-r {
            margin: 0;
            display: block;
            width: 70%;
            overflow-x: auto;
        }
        .subCont .valve .valve-slider .valve-cont .swiper .swiper-wrapper .swiper-slide .flex-row > .cont-r {
            width: 70%;
        }
        .subCont .valve .valve-slider .valve-cont .swiper .swiper-wrapper .swiper-slide .flex-row > .image-wrap {
            display: flex;
            flex-wrap: wrap;
        }
        .subCont .valve .valve-slider .valve-cont .swiper .swiper-wrapper .swiper-slide .flex-row > .image-wrap .imagefit {
            flex: 0 0 50%;
        }


        .swiper-button-prev, .swiper-button-next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            display: flex;
            align-items: center;
            justify-content: center;
            color: red;
            z-index: 10;
            width: 50px;
            height: 50px;
        }
        .swiper-button-prev {
            left: -50px;
        }
        .swiper-button-next {
            right: -50px;
        }


        .subCont .valve .valve-cont {
            width: 70%;
        }
        .subCont .valve .valve-cont > div {
            width: 100%;
            margin-bottom: 8rem;
        }
            #sub-3-4 .subCont .valve .valve-cont > div {
                margin-bottom: 5rem;
            }
        .subCont .valve .valve-cont > div h2 {
            font-size: 3.2rem;
            color: #29608F;
        }
        .subCont .valve .valve-cont > div h3 {
            font-size: 2.6rem;
            margin-bottom: 2.5rem;
            color: #030303;
        }
        
        /*valve-cont-1 Functions and Features*/
        .subCont .valve .valve-cont .valve-cont-1 h3 {
            display: inline;
            background: linear-gradient(transparent 60%, #b2e3ff 60%);
        }
        .subCont .valve .valve-cont .valve-cont-1 p {
            font-size: 1.8rem;
            color: #424242;
        }
        /*valve-cont-2 Product information(E-Catlogue)*/
        .subCont .valve .valve-cont .valve-cont-2 .cont-r {
            justify-content: flex-start;
        }
        .subCont .valve .valve-cont .valve-cont-2 .valve-button {
            width: calc(100%/4 - 2rem);
            margin-right: 2rem;
            text-align: left;
        }
        .subCont .valve .valve-cont .valve-cont-2 .valve-button button {
            padding: 1.2rem 4rem;
            border: 1px solid #C3C3C3;
            font-size: 1.6rem;
            border-radius: 30px;
            cursor: pointer;
            background-color: #29608F;
            color: #ffffff;
        }
        .subCont .valve .valve-cont .valve-cont-2 .valve-button button:hover {
            background-color: #204c72;
        }

        /*valve-cont-3 Spectification*/
        .subCont .valve .valve-cont .valve-cont-3 .sub-box-wrap {
            display: flex;
            flex-direction: row;
            justify-content: center;
            background-color: #f4f9fc;
        }
        .subCont .valve .valve-cont .valve-cont-3 .sub-box {
            padding: 2.5rem;
            width: 100%;
            box-sizing: border-box;
        }
        .subCont .valve .valve-cont .valve-cont-3 .sub-box .sub-item {
            display: grid;
            grid-template-columns: minmax(8rem, 30%) 1fr;
            gap: 1rem;
            margin-bottom: 0.75rem;
        }
        .subCont .valve .valve-cont .valve-cont-3 .sub-box .sub-item > div {
            text-align: left;
            font-size: 1.8rem;
            line-height: 150%;
            margin-left: 15px;
            text-indent: -15px;
        }
        .subCont .valve .valve-cont .valve-cont-3 .cont-r p {
            text-align: left;
        }


        /*valve-cont-4 Application*/
        .subCont .valve .valve-cont .valve-cont-4 .valve-cont-4-wrap {
            width: 100%;
            justify-content: left;
            padding: 1rem 2rem;
            border: 1.5px solid #C3C3C3;
        }
        .subCont .valve .valve-cont .valve-cont-4 .valve-cont-4-box {
            position: relative;
            display: flex;
            align-items: baseline;
            margin-right: 2rem;
            font-size: 1.8rem;
            font-weight: 400;
            gap: 8px;
        }
        .subCont .valve .valve-cont .valve-cont-4 .valve-cont-4-box:nth-child(1)::before {
            content: '';
            display: inline-block;
            width: 15px;
            height: 15px;
            background-image: url(../../../images/valve/valve-app-icon-1.png);
            background-size: contain;
            background-repeat: no-repeat;
        }
        .subCont .valve .valve-cont .valve-cont-4 .valve-cont-4-box:nth-child(2)::before {
            content: '';
            display: inline-block;
            width: 15px;
            height: 15px;
            background-image: url(../../../images/valve/valve-app-icon-2.png);
            background-size: contain;
            background-repeat: no-repeat;
        }
        .subCont .valve .valve-cont .valve-cont-4 .valve-cont-4-box:nth-child(3)::before {
            content: '';
            display: inline-block;
            width: 15px;
            height: 15px;
            background-image: url(../../../images/valve/valve-app-icon-3.png);
            background-size: contain;
            background-repeat: no-repeat;
        }
        .subCont .valve .valve-cont .valve-cont-4 .cont-r p {
            font-size: 1.8rem;
        }

        /*valve-cont-5 Img*/
        .subCont .valve .valve-cont .valve-cont-5 .valve-cont-5-wrap {
            width: 100%;
        }
        


        /*SubCont 4-1 (Research Institute)*/
        #sub-4-1 .subCont .subCont1-1 {
            margin-bottom: 10rem;
        }
        #sub-4-1 .subCont .researchWrap .research {
            width: 100%;
            align-items: normal;
        }
        #sub-4-1 .subCont .researchWrap .research .researchTit {
            width: 20%;
        }
        #sub-4-1 .subCont .researchWrap .research .researchTit h3 {
            font-size: 2.8rem;
            color: #030303;
        }
        #sub-4-1 .subCont .researchWrap .research .researchCont {
            width: 80%;
        }
        #sub-4-1 .subCont .subCont1-1 .research .researchCont .researchCont-box {
            display: flex;
            justify-content: center;
            position: relative;
            width: 33.33333%;
            height: 100%;
            margin-left: 2rem;
            margin-right: 2rem;
        }
        #sub-4-1 .subCont .subCont1-1 .research .researchCont .researchCont-box .researchCont-bg {
            position: relative;
            width: 100%;
            padding-top: 100%;
            background-image: url(../../../images/rnd/rnd1-1.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            overflow: hidden;
        }
        #sub-4-1 .subCont .subCont1-1 .research .researchCont .researchCont-box .researchCont-bg p {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            font-size: 1.8rem;
            font-weight: bold;
        }
        #sub-4-1 .subCont .subCont1-2 .research .researchCont .sub-table {
            overflow-x: auto;
        }
        #sub-4-1 .subCont .subCont1-2 .research .researchCont .sub-table tr th {
            font-size: 1.8rem;
            border-top: 1.5px solid #2877BB;
            border-bottom: 1.5px solid #2877BB;
            word-break: keep-all;
        }
        #sub-4-1 .subCont .subCont1-2 .research .researchCont .sub-table tr td {
            border-bottom: 1.5px solid #2877BB;
        }


        /*SubCont 4-2 (QC/QA)*/
        #sub-4-2 .subCont .subCont1-1 .imagefitWidth {
            width: 80%;
            margin: 0 auto;
        }

        /*SubCont 4-3 (Certification)*/
        #sub-4-3.sub .subCont {
            padding: 7.1% 0 0;
        }
        #sub-4-3.sub .subCont.full {
            width: 100%;
            margin: 0;
            padding: 0;
        }
        #sub-4-3 .subCont .subCont1-1.cretfGraph {
            position: relative;
        }
        #sub-4-3 .subCont .subCont1-1.cretfGraph .cretfGraph-img {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 25%;
            transform: translate(-50%, -50%);
        }

        .sub .subCont .subCont1-2.filter-tab {
            display: flex;
            flex-direction: row;
            justify-content: left;
            margin: 0 auto;
            padding: 3rem 0;
        }
        .sub .subCont .subCont1-2.filter-tab button {
            width: 25%;
            padding: 1.5rem;
            text-align: center;
            background: white;
            border: 1px solid #B4B4B4;
            font-family: 'Noto Sans KR';
            font-size: 1.6rem;
            cursor: pointer;
        }
        .sub .subCont .subCont1-2.filter-tab button.active {
            background: #215693;
            color: white;
        }

        #sub-4-3 .subCont .subCont1-3 .cretf {
            align-items: start;
        }
        #sub-4-3 .subCont .subCont1-3 .cretf .cretfTit {
            width: 17%;
            margin-right: 2rem;
        }
        #sub-4-3 .subCont .subCont1-3 .cretf .cretfTit h3 {
            font-size: 3.0rem;
            font-weight: 500;
        }
        #sub-4-3 .subCont .subCont1-3 .cretf .cretfCont {
            width: 85%;
            height: auto;
            flex-wrap: wrap;
            justify-content: flex-start;
            align-items: flex-start;
        }
        #sub-4-3 .subCont .subCont1-3 .cretf .cretfCont .cretfCont-box {
            display: block;
            width: 25%;
            box-sizing: border-box;
        }
        #sub-4-3 .subCont .subCont1-3 .cretf .cretfCont .cretfCont-box.hide {
            display: none;
        }
        #sub-4-3 .subCont .subCont1-3 .cretf .cretfCont .cretfCont-box .cretfCont-box-wrap {
            position: relative;
            margin: 0 3rem 3rem 0;
        }
        #sub-4-3 .subCont .subCont1-3 .cretf .cretfCont .cretfCont-box .cretfCont-img {
            border: 1px solid #E0EAF4;
        }
        #sub-4-3 .subCont .subCont1-3 .cretf .cretfCont .cretfCont-box .cretfCont-img a {
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: relative;
            width: 100%;
            text-align: center;
        }
        #sub-4-3 .subCont .subCont1-3 .cretf .cretfCont .cretfCont-box .cretfCont-img a img {
            height: auto;
            cursor: pointer;
        }
        #sub-4-3 .subCont .subCont1-3 .cretf .cretfCont .cretfCont-box .cretfCont-txt {
            width: 100%;
            border-radius: 0 0 10px 10px;
            text-align: left;
        }
        #sub-4-3 .subCont .subCont1-3 .cretf .cretfCont .cretfCont-box .cretfCont-txt h3 {
            margin-top: 1.5rem;
            color: #062D90;
            font-size: 1.5rem;
            letter-spacing: -1px;
            line-height: 120%;
        }
        #sub-4-3 .subCont .subCont1-3 .cretf .cretfCont .cretfCont-box .cretfCont-txt p {
            margin-bottom: 0;
            padding: 1rem 0;
            color: #424242;
            font-size: 1.2rem;
            font-weight: 300;
            letter-spacing: -0.5px;
            line-height: 150%;
        }

        .certf-multi {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            max-width: 90vw;
            gap: 20px;
        }
        .certf-multi img {
            max-width: calc(100% / 3 - 20px); /*최대 3장 기준*/
            height: auto;
            border: 1px solid #ccc;
            border-radius: 10px;
        }


        /*SubCont 5-3 (PR Movie)*/
        #sub-5-3 .subCont .subCont1-1 {
            width: 100%;
            margin: 0 auto;
        }
        #sub-5-3 .subCont .subCont1-1 .movie-play {
            position: relative;
            max-width: 100%;
            padding-bottom: 50%;
            margin-bottom: 5rem;
        }
        #sub-5-3 .subCont .subCont1-1 .movie-play iframe {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }
        #sub-5-3 .subCont .subCont1-1 .movie-txt h3 {
            font-size: 3.0rem;
            color: #424242;
            margin-bottom: 3rem;
            line-height: 130%;
        }
        #sub-5-3 .subCont .subCont1-1 .movie-txt p {
            color: #414141;
            line-height: 150%;
        }
       

        /*SubCont 5-4 (Major Result)*/
        #sub-5-4 .subCont .result-box {
            width: 100%;
            margin-bottom: 12.5rem;
        }
        #sub-5-4 .subCont .result-box .result-tit, #sub-5-4 .subCont .result-box .result-cont {
            width: 100%;
            height: 100%;
        }
        #sub-5-4 .subCont .result-box .result-tit {
            margin-bottom: 4.5rem;
        }
        #sub-5-4 .subCont .result-box .result-tit h3 {
            color: #01559a;
            font-weight: 300;
            margin-bottom: 2.2rem;
        }
        #sub-5-4 .subCont .result-box .result-tit h2 {
            font-size: 3.5rem;
            line-height: 120%;
        }
        #sub-5-4 .subCont .result-box .result-cont {
            align-items: flex-start;
        }
        #sub-5-4 .subCont .result-box .result-cont > div:first-child {
            width: 40%;
            margin-right: 3rem;
        }
        #sub-5-4 .subCont .result-box .result-cont > div:first-child dl {
            display: grid;
            grid-template-columns: 120px 1fr;
            column-gap: 15px;
            row-gap: 5px;
            margin: 0;
        }
        #sub-5-4 .subCont .result-box .result-cont > div:first-child dt, #sub-5-4 .subCont .result-box .result-cont > div:first-child dd {
            margin: 0;
        }
        #sub-5-4 .subCont .result-box .result-cont > div:first-child dt {
            color: #2156ae;
            font-size: 2.0rem;
            font-weight: bold;
        }
        #sub-5-4 .subCont .result-box .result-cont > div:last-child {
            width: 60%;
        }

        .result-tit-span {
            font-size: 2.5rem;
            font-weight: 400;
            color: #c6c6c6;
            letter-spacing: -1px;
        }


        /*Table*/
        .sub .sub-table > div {
            margin: 3rem 0 6rem 0;
        }
        .sub .sub-table table tr th {
            border-bottom: 1px solid #9BC5EA;
            background: #DDEBF8; 
            color: #14426C; 
            font-weight: bold;
            padding: 15px;
        }
        .sub .sub-table table tr td {
            padding: 15px;
            border-bottom: 1px solid #9BC5EA;
            color: #424242;
        }
        
        /*Map*/
        .sub .sub-map iframe {
            max-width: 100%;
        }

            @media screen and (min-width: 1921px) {
                
                .subTop {
                    height: 650px;
                }
                #sub-4-1 .subCont .researchWrap .research .researchTit h3 {
                    font-size: 3.2rem;
                }
                #sub-4-1 .subCont .subCont1-1 .research .researchCont .researchCont-box .researchCont-bg p {
                    font-size: 2.0rem;
                }
            }

            @media screen and (min-width: 1441px) and (max-width: 1920px) {
                
            }

            @media screen and (min-width: 1024px) and (max-width: 1440px) {
                
                #header .nav .nav-left > div:first-child {
                    max-width: 15%;
                }
                #header .nav .nav-left ul.nav-gnb > li > a {
                    font-size: 1.7rem;
                    padding: 10px 30px;
                }
                #header .nav .nav-left ul.nav-gnb > li > ul > li > a {
                    font-size: 1.4rem;
                }
                .side-nav {
                    display: block;
                }
                .side-nav-wrap {
                    width: 30%;
                }
                .side-nav .side-nav-menu .side-nav-menu-btn > div > button {
                    padding: 1rem;
                }
                #overlay {
                    z-index: 99;
                }

                .sub .subTop .subTop-bg .subTop-bg-title h2 {
                    font-size: 4.0rem;
                    margin-bottom: 1rem;
                }
                .sub .subTop .subTop-bg .subTop-bg-title div::after {
                    transform: translateY(0px);
                }
                .sub .subTop .subTop-bg .subTop-bg-title h3 {
                    font-size: 5.0rem;
                }
                .sub .subTop .subTop-btn .sub-category {
                    width: 80%;
                }
                .sub .subTop .subTop-btn .sub-category .sub-category-depth1 {
                    width: 35%;
                }
                .sub .subCont {
                    width: 80%;
                }
                .sub .subCont .subCont-top {
                    margin-bottom: 6rem;
                }
                .sub .subCont h2 {
                    font-size: 3.8rem;
                }
                .sub .subCont .valve h2 {
                    font-size: 3.2rem;
                }
                #sub-1-1 .subCont .subCont-top .overviewImg {
                    width: 100%;
                }
                #sub-1-1 .subCont .overviewWrap {
                    width: 100%;
                }

                /*1-1*/
                #sub-1-1 .subCont .subCont-top h2 {
                    font-size: 3.5rem;
                }
                #sub-1-2 .ceoWrap .ceoTop > div h2 {
                    font-size: 2.8rem;
                }
                .timeline-cont-tit {
                    margin-bottom: 2rem;
                }
                .sub .subCont .timeline-cont-tit h2 {
                    font-size: 2.8rem;
                }
                .sub-timeline-wrap {
                    width: 100%;
                }
                .timeline-cont .txt:has(p:nth-of-type(2)) p {
                    margin-bottom: 1rem;
                }

                /*2-2~2-4*/
                .subCont .incIntro .incIntro-cont.flex-row {
                    flex-direction: column;
                }
                .subCont .incIntro .incIntro-cont > div:first-child, .subCont .incIntro .incIntro-cont > div:last-child {
                    width: 100%;
                }
                .subCont .incIntro .incIntro-cont > div:last-child {
                    padding: 3rem;
                }

                .sub .sub-tab-box-wrap, .sub .sub-tab-content-wrap {
                    width: 100%;
                }

                /*3-1*/
                .subCont .valve .valve-tit > div {
                    margin-right: 3rem;
                }
                .subCont .valve .valve-tit > div > h2 {
                    font-size: 3.0rem;
                }
                .subCont .valve .valve-cont > div {
                    margin-bottom: 6rem;
                }
                .subCont .valve .valve-cont > div h3 {
                    font-size: 2.5rem;
                }
                .subCont .valve .valve-tabs {
                    gap: 10px;
                }
                .subCont .valve .valve-tabs .valve-tab-box {
                    flex: 0 0 calc(33.3333% - 10px);
                }
                .subCont .valve .valve-tabs .valve-tab-box .imagefitWidth p {
                    font-size: 1.8rem;
                }
                .subCont .valve .valve-cont .valve-cont-1 p {
                    font-size: 1.6rem;
                }
                .subCont .valve .valve-cont .valve-cont-2 .valve-button {
                    width: calc(100% / 3 - 2rem);
                }
                .subCont .valve .valve-cont .valve-cont-2 .valve-button button {
                    padding: 1.2rem 2rem;
                    line-height: 150%;
                }

                /*4-1*/
                #sub-4-1 .subCont .researchWrap .research .researchTit {
                    width: 20%;
                }
                #sub-4-1 .subCont .researchWrap .research .researchTit h3 {
                    font-size: 2.5rem;
                }
                #sub-4-1 .subCont .researchWrap .research .researchCont {
                    width: 80%;
                }
                #sub-4-1 .subCont .subCont1-1 .research .researchCont .researchCont-box {
                    margin: 0;
                }
                #sub-4-1 .subCont .subCont1-1 .research .researchCont .researchCont-box .researchCont-bg p {
                    font-size: 1.6rem;
                }
                #sub-4-1 .subCont .subCont1-2 .research .researchCont .sub-table {
                    max-width: 100%;
                    overflow-x: auto;
                }
                #sub-4-1 .subCont .subCont1-2 .research .researchCont .sub-table tr th {
                    font-size: 1.6rem;
                }

                /*4-3*/
                .sub .subCont .subCont1-2.filter-tab button {
                    font-size: 1.5rem;
                }
                #sub-4-3 .subCont .subCont1-3 .cretf .cretfTit {
                    width: 30%;
                }
                #sub-4-3 .subCont .subCont1-3 .cretf .cretfCont {
                    width: 70%;
                }
                #sub-4-3 .subCont .subCont1-3 .cretf .cretfCont .cretfCont-box {
                    width: 33.3333%;
                }
                #sub-4-3 .subCont .subCont1-3 .cretf .cretfCont .cretfCont-box .cretfCont-box-wrap {
                    margin: 0 2rem 2rem 0;
                }
                #sub-4-3 .subCont .subCont1-3 .cretf .cretfCont .cretfCont-box .cretfCont-txt p {
                    font-size: 1.4rem;
                }

                /*5-3*/
                #sub-5-3 .subCont .subCont1-1 .movie-play {
                    margin-bottom: 4rem;
                }
                #sub-5-3 .subCont .subCont1-1 .movie-txt h3 {
                    font-size: 2.8rem;
                    margin-bottom: 2rem;
                }

            }

            @media screen and (min-width: 768px) and (max-width: 1023px) {

                .subTop {
                    height: 450px;
                }
                .sub .subTop .subTop-bg .subTop-bg-title h2 {
                    font-size: 4.0rem;
                    margin-bottom: 0;
                }
                .sub .subTop .subTop-bg .subTop-bg-title div::after {
                    transform: translateY(5px);
                }
                .sub .subTop .subTop-bg .subTop-bg-title h3 {
                    font-size: 5.0rem;
                }
                .sub .subTop .subTop-btn .sub-category {
                    width: 80%;
                }
                .sub .subTop .subTop-btn .sub-category .sub-category-depth1 {
                    width: 50%;
                }
                .sub .subCont {
                    width: 80%;
                }
                .sub .subCont h2 {
                    font-size: 3.5rem;
                }
                .sub .subCont .valve h2 {
                    font-size: 3.0rem;
                }
                
                /*1-1*/
                .sub .subCont .subCont-top {
                    margin-bottom: 8rem;
                }
                #sub-1-1 .subCont .subCont-top .overviewImg {
                    width: 100%;
                }
                #sub-1-1 .subCont .overviewWrap {
                    width: 100%;
                    flex-direction: column;
                }
                #sub-1-1 .subCont .overview-tit, #sub-1-1 .subCont .overview-txt {
                    width: 100%;
                }
                #sub-1-1 .subCont .overview-tit {
                    margin-bottom: 3rem;
                }
                /*1-2*/
                #sub-1-2 .ceoWrap .ceoTop > div {
                    top: 10%;
                }
                #sub-1-2 .ceoWrap .ceoTop > div h2 {
                    font-size: 2.5rem;
                }
                #sub-1-2 .ceoWrap .ceoCont {
                    padding: 3rem;
                }
                #sub-1-2 .ceoWrap .ceoCont .ceoSign .ceoName {
                    font-size: 2.2rem;
                }
                /*1-3*/
                #sub-1-3 .subCont.full .subCont1-1 {
                    display: flex;
                    flex-direction: column-reverse;
                }
                #sub-1-3 .subCont.full .mottoTxt {
                    position: relative;
                    top: 0;
                    left: 0;
                    transform: none;
                }
                #sub-1-3 .subCont.full .mottoTxt h3 {
                    font-size: 2.5rem;
                }
                #sub-1-3 .subCont.full .mottoTxt p {
                    font-size: 1.8rem;
                }
                /*1-4*/
                .sub .subCont .subCont1-4 .subCont-list > div {
                    margin-right: 2rem;
                }
                .sub .subCont .subCont1-4 .subCont-list > div > a {
                    font-size: 2.2rem;
                }
                .sub-timeline-wrap {
                    width: 100%;
                }
                .sub .sub-tab-box-wrap, .sub .sub-tab-content-wrap {
                    width: 100%;
                }
                .sub .subCont .timeline-box {
                    flex-direction: column;
                }
                .sub .subCont .timeline-img, .sub .subCont .timeline-cont {
                    width: 100%;
                }
                .timeline-img .timeline-img-wrap {
                    padding: 0;
                }
                .sub .subCont .timeline-mark {
                    display: none;
                }
                .sub .subCont .timeline-cont-tit h2 {
                    font-size: 2.5rem;
                }
                .sub .subCont .timeline-cont-tit {
                    margin: 2rem 0;
                }
                .sub .subCont .timeline-cont-list {
                    margin-bottom: 3rem;
                }
                .sub .subCont .timeline-cont .year h3 {
                    font-size: 2.2rem;
                }
                .timeline-cont .txt:has(p:nth-of-type(2)) p {
                    margin-bottom: 1rem;
                }
                /*2-1*/
                #sub-2-1 .subCont .incmain .incmain-box .incmainUp {
                    height: 55%;
                }
                #sub-2-1 .subCont .incmain .incmain-box .incmainUp .incmainUp-tit {
                    padding: 3rem 0;
                }
                #sub-2-1 .subCont .incmain .incmain-box .incmainUp .incmainUp-tit h3 {
                    font-size: 2.0rem;
                }
                #sub-2-1 .subCont .incmain .incmain-box .incmainDown {
                    height: 45%;
                }
                #sub-2-1 .subCont .incmain .incmain-box .incmainDown .incmainDown-wrap > div {
                    width: 100%;
                }
                #sub-2-1 .subCont .incmain .incmain-box .incmainDown .incmainDown-wrap > div > p {
                    font-size: 1.4rem;
                }
                /*2-2*/
                .subCont .incIntro .incIntro-cont {
                    flex-direction: column;
                }
                .subCont .incIntro .incIntro-cont > div:first-child, .subCont .incIntro .incIntro-cont > div:last-child {
                    width: 100%;
                }
                .subCont .incIntro .incIntro-cont > div:last-child {
                    padding: 3rem;
                }
                .subCont .incIntro .incIntro-list {
                    grid-template-columns: repeat(2, 1fr);
                }
                .subCont .incIntro .incIntro-list > div {
                    display: flex;
                    flex-direction: row;
                    flex-wrap: wrap;
                }
                .subCont .incIntro .incIntro-list .list-item {
                    padding: 3rem;
                    border: 1px solid #C7C7C7;
                    border-left: none;
                    border-top: none;
                }
                .subCont .incIntro .incIntro-list .list-item:nth-child(-n + 3) {
                    border-top: 1px solid #C7C7C7;
                }
                .subCont .incIntro .incIntro-list .list-item:nth-child(3) {
                    border-right: none;
                }
                .subCont .incIntro .incIntro-list .list-item:last-child {
                    border-right: 1px solid #C7C7C7;
                }
                .subCont .incIntro .incIntro-list .list-item h3 {
                    margin-bottom: 2rem;
                    font-size: 1.8rem;
                }
                .subCont .incIntro .incIntro-list .list-item:first-child img {
                    width: 50%;
                    height: auto;
                }
                .subCont .incIntro .incIntro-list .list-item:first-child h3 {
                    margin-bottom: 0;
                }
                .subCont .incIntro .incIntro-list .list-item .incIntro-button {
                    padding: 1.2rem 1rem;
                }
                .subCont .incType .incType-box {
                    flex-direction: column;
                }
                .subCont .incType .incType-box .incType-txt  {
                    width: 100%;
                    margin-right: 0;
                }
                .subCont .incType .incType-box .incType-txt h3 {
                    margin-bottom: 1.5rem;
                }
                .subCont .incType .incType-box .incType-txt p {
                    font-size: 1.6rem;
                    margin-bottom: 2rem;
                }
                .subCont .incType .incType-box .incType-img {
                    width: 100%;
                    padding-right: 0;
                }
                /*3-1~3-4*/
                .subCont .valve .valveWrap {
                    flex-direction: column;
                }
                .subCont .valve .valve-tit {
                    margin-bottom: 2rem;
                    width: 100%;
                    position: relative;
                }
                .subCont .valve .valve-tit > div {
                    display: flex;
                    flex-direction: row;
                    margin-right: 0;
                }
                .subCont .valve .valve-tit > div > h2 {
                    width: 60%;
                }
                .subCont .valve .valve-tit > div > div {
                    width: 40%;
                }
                .subCont .valve .valve-cont {
                    width: 100%;
                }
                .subCont .valve .valve-cont > div {
                    margin-bottom: 5rem;
                }
                .subCont .valve .valve-cont > div h3 {
                    font-size: 2.5rem;
                }
                .subCont .valve .valve-tabs {
                    gap: 10px;
                }
                .subCont .valve .valve-tabs .valve-tab-box {
                    flex: 0 0 calc(33.3333% - 10px);
                }
                .subCont .valve .valve-cont .valve-cont-1 p {
                    font-size: 1.6rem;
                    margin-bottom: 1rem;
                }
                .subCont .valve .valve-cont .valve-cont-2 .valve-button button {
                    padding: 1.5rem 3rem;
                }
                
                /*4-1*/
                #sub-4-1 .subCont .subCont1-1 {
                    margin-bottom: 6rem;
                }
                #sub-4-1 .subCont .researchWrap .research {
                    flex-direction: column;
                }
                #sub-4-1 .subCont .researchWrap .research .researchTit {
                    width: 100%;
                    margin-bottom: 3rem;
                }
                #sub-4-1 .subCont .researchWrap .research .researchTit h3 {
                    font-size: 2.5rem;
                }
                #sub-4-1 .subCont .researchWrap .research .researchCont {
                    width: 100%;
                }
                #sub-4-1 .subCont .subCont1-1 .research .researchCont .researchCont-box {
                    margin-left: 1rem;
                    margin-right: 1rem;
                }
                #sub-4-1 .subCont .subCont1-1 .research .researchCont .researchCont-box .researchCont-bg p {
                    font-size: 1.6rem;
                }
                #sub-4-1 .subCont .subCont1-2 .research .researchCont .sub-table {
                    width: 100%;
                    overflow-x: scroll;
                }
                #sub-4-1 .subCont .subCont1-2 .research .researchCont .sub-table tr th {
                    font-size: 1.6rem;
                }
                /*4-3*/
                #sub-4-3 .subCont .subCont1-3 .cretf {
                    flex-direction: column;
                }
                #sub-4-3 .subCont .subCont1-3 .cretf .cretfTit {
                    width: 100%;
                    margin-bottom: 2rem;
                }
                #sub-4-3 .subCont .subCont1-3 .cretf .cretfCont {
                    width: 100%;
                    flex-direction: row;
                }
                #sub-4-3 .subCont .subCont1-3 .cretf .cretfCont .cretfCont-box .cretfCont-box-wrap {
                    margin: 0 2rem 2rem 0;
                }
                #sub-4-3 .subCont .subCont1-3 .cretf .cretfCont .cretfCont-box {
                    width: 33.3333%;
                }

                /*5-3*/
                #sub-5-3 .subCont .subCont1-1 {
                    width: 100%;
                }
                #sub-5-3 .subCont .subCont1-1 .movie-txt h3 {
                    font-size: 2.5rem;
                    letter-spacing: -0.5px;
                }
                /*5-4*/
                #sub-5-4 .subCont .result-box .result-tit {
                    margin-bottom: 2rem;
                }
                #sub-5-4 .subCont .result-box .result-tit h2 {
                    font-size: 2.5rem;
                }
                #sub-5-4 .subCont .result-box .result-tit h3 {
                    margin-bottom: 1rem;
                }
                #sub-5-4 .subCont .result-box .result-cont {
                    flex-direction: column;
                }
                #sub-5-4 .subCont .result-box .result-cont > div:first-child, #sub-5-4 .subCont .result-box .result-cont > div:last-child {
                    width: 100%;
                }
                #sub-5-4 .subCont .result-box .result-cont > div:first-child {
                    margin-bottom: 2rem;
                }

                .sub .sub-table table tr th, .sub .sub-table table tr td {
                    font-size: 1.5rem;
                }

            }

            @media screen and (max-width: 767px) {

                #overlay {
                    z-index: 99;
                }
                .subTop {
                    height: 500px;
                }
                .sub .subCont {
                    width: 80%;
                    padding: 8rem 0 1rem 0;
                }
                .sub .subCont h2 {
                    font-size: 3.0rem;
                    line-height: 100%;
                }
                .sub .subCont .valve h2 {
                    font-size: 3.0rem;
                }
                .sub .subCont .top-tit .top-dot::before {
                    top: -7px;
                }
                .sub .subCont .top-tit .top-dot::after {
                    top: -12px;
                }
                .sub .subCont .subCont-top {
                    margin-bottom: 5rem;
                }
                .sub .subTop .subTop-btn .sub-category {
                    width: 80%;
                }
                .sub .subTop .subTop-btn .sub-category > div:first-child {
                    display: none;
                }
                .sub .subTop .subTop-btn .sub-category .sub-category-depth1 {
                    width: 100%;
                }
                .sub .subTop .subTop-btn .sub-category > .sub-category-depth1 > ul > li {
                    padding: 1rem 0;
                }
                .sub .subTop .subTop-btn .sub-category > .sub-category-depth1 a {
                    font-size: 1.8rem;
                    padding-left: 8%;
                }

                .sub .subCont .subCont1-1 {
                    flex-direction: column;
                }
                .sub .subCont .subCont1-1 .subCont1-1-tit {
                    width: 100%;
                }
                .sub .subCont .subCont1-1 .subCont1-1-tit h3 {
                    font-size: 3.0rem;
                    margin-bottom: 5%;
                }
                .sub .subCont .subCont1-1 .subCont1-1-txt {
                    width: 100%;
                }
                .sub .subCont .subCont1-1 .subCont1-1-txt > div > h3 {
                    font-size: 2.0rem;
                }
                .sub .subCont .subCont1-1 .subCont1-1-txt h2 {
                    font-size: 2.5rem;
                }
                .sub .subCont .subCont2 > div:first-child {
                    margin: 0 10.5%;
                }
                .sub .subCont .subCont2 h2 {
                    font-size: 2.5rem;
                    margin-bottom: 3%;
                }
                .sub .subCont .subCont2 h3 {
                    text-align: center;
                    font-weight: normal;
                }
                .sub .subTop .subTop-bg .subTop-bg-title h2 {
                    font-size: 3.0rem;
                    margin-bottom: 1rem;
                }
                .sub .subTop .subTop-bg .subTop-bg-title h3 {
                    font-size: 4.0rem;
                    line-height: 130%;
                }
                .sub .subCont .subCont1-4 .subCont-list {
                    display: none;
                }

                /* <1-1> */
                #sub-1-1 .subCont .subCont-top p {
                    margin: 3rem 0 5rem 0;
                    font-size: 1.6rem;
                }
                #sub-1-1 .subCont .subCont-top .overviewImg {
                    width: 100%;
                }
                #sub-1-1 .subCont .overviewWrap {
                    width: 100%;
                    flex-direction: column;
                }
                #sub-1-1 .subCont .overview-tit {
                    width: 100%;
                    margin-bottom: 2rem;
                }
                #sub-1-1 .subCont .overview-tit h3 {
                    padding: 5px;
                }
                #sub-1-1 .subCont .overview-txt {
                    width: 100%;
                }

                #sub-1-2 .ceoWrap .ceoTop {
                    margin-bottom: 3rem;
                }
                #sub-1-2 .ceoWrap .ceoTop > div {
                    top: 10%;
                }
                #sub-1-2 .ceoWrap .ceoTop > div h2 {
                    /* font-size: 1.6rem; */
                    font-size: 1em;
                }
                #sub-1-2 .ceoWrap .ceoTop > div h2::before {
                    top: -50%;
                }
                #sub-1-2 .ceoWrap .ceoCont {
                    width: 100%;
                    padding: 2rem;
                }

                /*1-3*/
                #sub-1-3 .subCont.full .subCont1-1 {
                    display: flex;
                    flex-direction: column-reverse;
                }
                #sub-1-3 .subCont.full .mottoTxt {
                    position: relative;
                    left: 0;
                    transform: none;
                }
                #sub-1-3 .subCont.full .mottoTxt h3 {
                    font-size: 2.0rem;
                }
                #sub-1-3 .subCont.full .mottoTxt p {
                    font-size: 1.6rem;
                }

                /*1-4*/
                .timeline-cont-tit {
                    margin-bottom: 1rem;
                }
                .sub .subCont .timeline-cont-tit h2 {
                    font-size: 2.8rem;
                }
                .timeline-cont-list {
                    margin-bottom: 3rem;
                }
                .timeline-cont .year h3 {
                    font-size: 2.2rem;
                }

                /*1-7*/
                .sub .sub-tab-box a {
                    font-size: 1.6rem;
                }
                

                /*Business*/
                #sub-2-1 .subCont .incmain .incmain-box {
                    width: 100%;
                    margin-right: 0;
                }
                #sub-2-1 .subCont .incmain .incmain-box .incmainUp .incmainUp-tit h3 {
                    font-size: 2.5rem;
                }
                #sub-2-1 .subCont .incmain .incmain-box .incmainDown .incmainDown-wrap {
                    border: none;
                }
                #sub-2-1 .subCont .incmain .incmain-box .incmainDown .incmainDown-wrap > div {
                    width: 100%;
                    text-align: left;
                }
                .subCont .incIntro {
                    margin-bottom: 0;
                }
                .subCont .incIntro .incIntro-cont > div:first-child {
                    width: 100%;
                }
                .subCont .incIntro .incIntro-cont > div:last-child {
                    width: 100%;
                    padding: 3rem;
                }
                .subCont .incIntro .incIntro-list {
                    grid-template-columns: repeat(2, 1fr);
                }
                .subCont .incIntro .incIntro-list > div {
                    display: flex;
                    flex-direction: column;
                }
                .subCont .incIntro .incIntro-list .list-item {
                    width: 100%;
                    border-right: none;
                    padding: 3rem;
                }
                .subCont .incIntro .incIntro-list .list-item img {
                    width: 50%;
                    height: auto;
                }
                .subCont .incType .incType-box {
                    margin-bottom: 5rem;
                }
                .subCont .incType .incType-box .incType-txt {
                    width: 100%;
                    margin-right: 0;
                }
                .subCont .incType .incType-box .incType-txt h3 {
                    font-size: 2.5rem;
                    margin-bottom: 1.5rem;
                }
                .subCont .incType .incType-box .incType-img {
                    width: 100%;
                    padding-right: 0;
                }

                /*Valve*/
                .subCont .valve .valve-tit {
                    width: 100%;
                    position: relative;
                    font-size: 2.5rem;
                }
                .subCont .valve .valve-tit > div {
                    margin-right: 0;
                }
                .subCont .valve .valve-tit .imagefit {
                    width: 70%;
                    margin: 0 auto;
                }
                .subCont .valve .valve-tabs {
                    gap: 10px;
                    margin-bottom: 3rem;
                }
                .subCont .valve .valve-tabs .valve-tab-box {
                    flex: 0 0 calc(50% - 10px);
                }
                .subCont .valve .valve-tabs .valve-tab-box .imagefitWidth p {
                    font-size: 1.5rem;
                    line-height: 130%;
                }
                .subCont .valve .valve-slider {
                    margin-top: 1rem;
                }
                .subCont .valve .valve-slider .valve-cont {
                    padding: 2rem 0;
                }
                .subCont .valve .valve-slider .valve-cont .swiper .swiper-wrapper .swiper-slide .flex-no-row {
                    margin-bottom: 3rem;
                }
                .subCont .valve .valve-slider .valve-cont .swiper .swiper-wrapper .swiper-slide .flex-row {
                    margin-bottom: 3rem;
                }
                .subCont .valve .valve-slider .valve-cont .swiper .swiper-wrapper .swiper-slide .flex-row > .cont-l,
                .subCont .valve .valve-slider .valve-cont .swiper .swiper-wrapper .swiper-slide .flex-row > .cont-r {
                    width: 100%;
                }
                .subCont .valve .valve-slider .valve-cont .swiper .swiper-wrapper .swiper-slide .flex-row > h3.cont-l {
                    padding-left: 0;
                    margin-bottom: 2rem;
                    font-size: 2.0rem;
                }
                .subCont .valve .valve-slider .valve-cont .swiper .swiper-wrapper .swiper-slide .flex-row.sub-table > .cont-r {
                    width: 100%;
                }
                .swiper-button-prev, .swiper-button-next {
                    display: none;
                }
                .subCont .valve .valve-cont {
                    width: 100%;
                }
                .subCont .valve .valve-cont > div {
                    margin-bottom: 2rem;
                }
                    #sub-3-4 .subCont .valve .valve-cont > div {
                        margin-bottom: 3rem;
                    }
                .subCont .valve .valve-cont > div h2 {
                    font-size: 2.8rem;
                    line-height: 120%;
                }
                .subCont .valve .valve-cont > div h3 {
                    font-size: 2.2rem;
                }
                .subCont .valve .valve-cont .valve-cont-1 p {
                    font-size: 1.6rem;
                }
                .subCont .valve .valve-cont .valve-cont-2 .valve-button {
                    width: 100%;
                }
                .subCont .valve .valve-cont .valve-cont-2 .valve-button button {
                    font-size: 1.4rem;
                }
                .subCont .valve .valve-cont .valve-cont-3 .sub-box .sub-item {
                    grid-template-columns: minmax(8rem, 40%) 1fr;
                }
                .subCont .valve .valve-cont .valve-cont-3 .sub-box .sub-item > div {
                    font-size: 1.6rem;
                    margin-left: 8px;
                    text-indent: -8px;
                }
                .subCont .valve .valve-cont .valve-cont-4 .valve-cont-4-wrap {
                    align-items: baseline;
                }
                .subCont .valve .valve-cont .valve-cont-4 .cont-r p {
                    font-size: 1.6rem;
                }
                .subCont .valve .valveWrap .valve-cont .valve-cont-4 .valve-cont-4-box {
                    font-size: 1.6rem;
                }
                
                /*Tab box*/
                .sub .sub-tab-box-wrap, .sub .sub-tab-content-wrap {
                    width: 100%;
                    flex-direction: column;
                }
                .sub .sub-tab-box {
                    width: 100%;
                }

                /*Timeline*/
                .sub .subCont .sub-timeline-wrap {
                    width: 100%;
                }
                .sub .subCont .timeline-box {
                    flex-direction: column;
                }
                .sub .subCont .timeline-img, .sub .subCont .timeline-cont {
                    width: 100%;
                }
                .sub .subCont .timeline-mark {
                    display: none;
                }
                .sub .subCont .timeline-img .timeline-img-wrap {
                    padding: 2rem 0;
                }


                #sub-4-1 .subCont .researchWrap .research .researchTit {
                    width: 100%;
                    margin-bottom: 3rem;
                }
                #sub-4-1 .subCont .researchWrap .research .researchTit h3 {
                    font-size: 2.5rem;
                }
                #sub-4-1 .subCont .researchWrap .research .researchCont {
                    width: 100%;
                }
                #sub-4-1 .subCont .subCont1-1 {
                    margin-bottom: 5rem;
                }
                #sub-4-1 .subCont .subCont1-1 .research .researchCont .researchCont-box {
                    width: 70%;
                    margin-bottom: 2rem;
                }
                #sub-4-1 .subCont .subCont1-1 .research .researchCont .researchCont-box .researchCont-bg p {
                    font-size: 1.6rem;
                }
                #sub-4-2 .subCont .subCont1-1 .imagefitWidth {
                    width: 100%;
                }

                /*4-3*/
                #sub-4-3 .subCont .subCont1-1.cretfGraph .cretfGraph-img {
                    width: 40%;
                }
                .sub .subCont .subCont1-2.filter-tab {
                    flex-direction: column;
                    padding: 5rem 0 1rem 0;
                }
                .sub .subCont .subCont1-2.filter-tab button {
                    width: 100%;
                }
                #sub-4-3 .subCont .subCont1-3 .cretf {
                    flex-direction: column;
                }
                #sub-4-3 .subCont .subCont1-3 .cretf .cretfTit {
                    width: 100%;
                    margin: 3rem 0 2rem 0;
                }
                #sub-4-3 .subCont .subCont1-3 .cretf .cretfTit h3 {
                    font-size: 2.5rem;
                }
                #sub-4-3 .subCont .subCont1-3 .cretf .cretfCont {
                    width: 100%;
                    flex-direction: row;
                    justify-content: space-between;
                }
                #sub-4-3 .subCont .subCont1-3 .cretf .cretfCont .cretfCont-box {
                    width: 50%;
                }
                #sub-4-3 .subCont .subCont1-3 .cretf .cretfCont .cretfCont-box .cretfCont-box-wrap {
                    margin: 0 2rem 2rem 0;
                }
                #sub-4-3 .subCont .subCont1-3 .cretf .cretfCont .cretfCont-box .cretfCont-txt p {
                    font-size: 1.4rem;
                    line-height: 140%;
                }


                #sub-5-3 .subCont .subCont1-1 {
                    width: 100%;
                }
                #sub-5-3 .subCont .subCont1-1 .movie-txt h3 {
                    font-size: 2.5rem;
                    line-height: 120%;
                    margin-bottom: 2rem;
                }
                #sub-5-4 .subCont .result-box {
                    margin-bottom: 8rem;
                }
                #sub-5-4 .subCont .result-box .result-tit {
                    margin-bottom: 2.5rem;
                }
                #sub-5-4 .subCont .result-box .result-tit h3 {
                    margin-bottom: 1.2rem;
                }
                #sub-5-4 .subCont .result-box .result-tit h2 {
                    font-size: 2.5rem;
                    word-break: keep-all;
                }
                #sub-5-4 .subCont .result-box .result-cont > div:first-child, #sub-5-4 .subCont .result-box .result-cont > div:last-child {
                    width: 100%;
                }
                #sub-5-4 .subCont .result-box .result-cont > div:first-child {
                    margin-bottom: 2rem;
                }
                #sub-5-4 .subCont .result-box .result-cont > div:first-child dt {
                    width: 100%;
                }
                
                .sub-table {
                    width: 100%;
                    overflow-x: scroll;
                }
                .sub .sub-table > div {
                    margin: 2rem 0 4rem 0;
                }
                .sub .sub-table table tr th, .sub .sub-table table tr td {
                    font-size: 1.5rem;
                }
            }


    /*Swiper*/
     .swiper-button-wrapper {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: end;
        margin-top: 37px;
    }
    .swiper-button-wrapper > div {
        position: static;
        margin-top: 0;
    }
    .swiper-button-wrapper .swiper-button-prev {
        width: calc(var(--swiper-navigation-size) * 2 / 3);
        height: calc(var(--swiper-navigation-size) * 2 / 3);
        background-image: url(../../../images/swiper_btn_prev.png);
        background-repeat: no-repeat;
        background-position: center;
        border: 2px solid #C4C4C4;
        border-radius: 50%;
        /* margin-right: 17px; */
        margin-right: 1.45%;
    }
    .swiper-button-wrapper .swiper-button-next {
        width: calc(var(--swiper-navigation-size) * 2 / 3);
        height: calc(var(--swiper-navigation-size) * 2 / 3);
        background-image: url(../../../images/swiper_btn_next.png);
        background-repeat: no-repeat;
        background-position: center;
        border: 2px solid #C4C4C4;
        border-radius: 50%;
    }
    .swiper-button-wrapper .swiper-button-prev::after, .swiper-button-wrapper .swiper-button-next::after {
        display: none;
    }


    .flex-row {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .flex-column {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }


    .imagefit {
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        width: 100%;
        text-align: center;
    }
    .imagefit img {
        width: auto;
        height: 100%; 
        object-fit: cover;
    }
    .imagefit iframe {
        width: auto;
        object-fit: cover;
    }

    .imagefitWidth {
        display: block;
        position: relative;
        height: 100%;
        text-align: center;
    }
    .imagefitWidth img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .br-gap {
        line-height: 150%;
    }

    .w50 {
        width: 50%;
    }
    .w80 {
        width: 80%;
    }
    .w100 {
        width: 100%;
    }

    .br {
        margin-top: 4rem !important;
        margin-bottom: 6rem !important;
        border-bottom: 1px solid #becfdd;
    }

    @media screen and (max-width: 767px) {
        
        .flex-row {
            flex-direction: column;
        }

        .w50, .w80 {
            width: 100%;
        }
    }

/*Mainpage Full Movie*/
@media screen and (min-width: 768px) {
    .yt-wrapper {
        overflow: hidden;
        max-width: 100%;
    }
    .yt-frame-container {
        position: relative;
        width: 300%;
        left: -100%;
        padding-bottom: 56.25%;
        padding-top: 25px;
    }
    .yt-frame-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }
}

@media screen and (max-width: 767px) {
    .yt-frame-container iframe {
        aspect-ratio: 16/9;
        pointer-events: none;
    }
}
        

/*Footer*/ 
#footer {
    width: 100%;
    background-color: #00021B !important;
    background-image: url(../../../images/main04.jpg);
    background-position: center;
    /* padding-top: 50px; */
    padding-top: 2.65%;
}
    #footer .footer-wrap {
        /* padding-left: 5.2%;
        padding-right: 10.4%; */
        width: 60%;
        margin: 0 auto;
    }
    #footer .footer-up, #footer .footer-down {
        width: 100%;
    }
    #footer .footer-up ul li a {
        color: #FFFFFF;
        font-size: 1.6rem;
    }
    #footer .footer-up > ul > li {
        display: inline-block;
        vertical-align: top;
        text-align: left;
        width: calc(100%/6 - 10px);
    }
    #footer .footer-up > ul > li > a {
        color: #FFFFFF;
        font-weight: bold;
    }
    #footer .footer-up > ul > li > ul {
        /* padding-top: 32px; */
        padding-top: 14.5%;
    }
    #footer .footer-up > ul > li > ul > li {
        line-height: 200%;
    }
    #footer .footer-up > ul > li > ul > li > a {
        color: #C1C3CD;
    }
    #footer .footer-up > ul > li > ul > li:hover > a {
        color: #FFFFFF;
    }

    #footer .footer-blank {
        width: 100%;
        height: 320px;
    }

    #footer .footer-down {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 3% 0;
        border-top: 1px solid #B8B8B9;
    }
    #footer .footer-down p, #footer .footer-down p a {
        color: #FFFFFF;
        font-family: 'Noto Sans KR', sans-serif;
    }
    #footer .footer-down .footer-down-right {
        display: flex;
        flex-direction: column;
        justify-content: end;
    }
    #footer .footer-down .footer-down-right > div:first-child {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    #footer .footer-down .footer-down-right > div:first-child > p:first-child {
        margin-right: 2rem;
    }
    #footer .footer-down .footer-down-right > div:last-child {
        text-align: right;
    }

    
        @media screen and (min-width: 1024px) and (max-width: 1440px) {

            #footer {
                padding: 6rem 0 !important;
            }
            #footer .footer-wrap {
                width: 80%;
            }
            #footer .footer-up ul li a {
                font-size: 1em;
            }
            #footer .footer-blank {
                height: 250px;
            }
            #footer .footer-down p {
                margin-bottom: 1rem;
            }
        }

        @media screen and (min-width: 768px) and (max-width: 1023px) {

            #footer {
                padding: 3rem 0;
            }
            #footer .footer-wrap {
                width: 80%;
            }
            #footer .footer-up, #footer .footer-blank {
                display: none;
            }
            #footer .footer-down {
                flex-direction: column;
                padding-bottom: 0;
            }
        }

        @media screen and (max-width: 767px) {

            #footer {
                padding-top: 2.5rem;
                padding-bottom: 2.5rem;
            }
            #footer .footer-wrap {
                width: 80%;
            }
            #footer p {
                margin-bottom: 10px;
                font-size: 1.4rem;
            }
            #footer .footer-up, #footer .footer-blank {
                display: none;
            }
            #footer .footer-down {
                flex-direction: column;
                padding: 0;
                border-top: none;
            }
            #footer .footer-down .footer-down-left {
                margin-bottom: 3%;
            }
            #footer .footer-down .footer-down-right > div:first-child {
                justify-content: stretch;
            }
            #footer .footer-down .footer-down-right > div:last-child {
                text-align: left;
            }
        }