#menuicon,
.ta-only,
.mo-only {
    display: none;
}

.pc-only {
    display: block;
}

/* Sub Header */
header.sub #header-wrap #logo a {
    background-image: url(../images/logo_ov.png);
}

header.sub {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

header.sub:after {
    opacity: 1;
}

header.sub #header-wrap #logo a {
    background-image: url(../images/logo_ov.png);
}

header.sub #gnb>ul>li>a {
    color: #333;
    -webkit-text-stroke: 1px transparent;
}

header.sub .lang span {
    color: #333;
}

header.sub .lang span:after {
    border-color: #333;
}

header.sub .lang ul li a {
    color: #333;
}

header.sub #gnb~.site-map #menuicon+label {
    border: 1px solid #ddd;
}

header.sub #gnb~.lang div {
    color: #333;
    border-color: #ddd;
}

header.sub #gnb~.lang .arrow {
    background-image: url(../images/global_arrow_navy.png);
}

header.sub #menuicon+label span {
    background-color: #333;
}

@media (min-width:768px) {
    header #header-wrap #logo.active a {
        background-image: url(../images/logo_ov.png);
        transition: all .5s;
    }

    header.active,
    header.fixed {
        background-color: #fff;
        border-bottom: 1px solid #ddd;
        transition: all .5s;
    }

    header.active:after {
        opacity: 1;
        transition: all .5s;
    }

    header.active #header-wrap #logo a,
    header.fixed #header-wrap #logo a,
    header #header-wrap #logo.active a {
        background-image: url(../images/logo_ov.png);
        transition: all .5s;
    }

    header.fixed .lang span,
    header.active .lang span {
        color: #333;
    }

    header.fixed .lang span:after,
    header.active .lang span:after {
        border-color: #333;
    }

    header.fixed .lang ul li a,
    header.active .lang ul li a {
        color: #333;
    }

    header #gnb:hover>ul>li>a,
    header.fixed #gnb>ul>li>a {
        color: #333;
        -webkit-text-stroke: 1px transparent;
        transition: all .5s;
    }

    header #gnb:hover~.site-map #menuicon+label,
    header.fixed #gnb~.site-map #menuicon+label {
        border: 1px solid #ddd;
    }

    header #gnb:hover~.lang div,
    header.fixed #gnb~.lang div {
        color: #333;
        border-color: #ddd;
    }

    header #gnb:hover~.lang .arrow,
    header.fixed #gnb~.lang .arrow {
        background-image: url(../images/global_arrow_navy.png);
    }

    header #gnb:hover:before {
        opacity: 1;
        visibility: visible;
        transition: all .1s;
        -webkit-transition: all .1s;
        -moz-transition: all .1s;
        -ms-transition: all .1s;
        -o-transition: all .1s;
    }

    header #gnb:hover .gnb-bg {
        opacity: 1;
        visibility: visible;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
    }

    header #gnb>ul>li:hover>a {
        color: #036eb8 !important;
        -webkit-text-stroke: .04em #036eb8 !important;
        border-color: #036eb8;
    }

    header #gnb:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        transition: all .5s;
    }

    header #gnb ul li .sub-menu li:hover a {
        color: #036eb8;
        transition: all .5s;
    }

    #conatiner #main .section04 li .txt-box a:hover {
        background-color: #036eb8;
        border-color: #036eb8;
        color: #fff;
    }

    #conatiner #main .section04 li .txt-box a:hover span {
        font-size: 18px;
    }

    #container.product .contents .product-list li:hover,
    #container.technology .contents .rnd-list li:hover {
        border-color: #036eb8;
        box-shadow: 0 0 25px 5px rgb(0 0 0 / 10%);
    }

    #container.support .contents .board-view .pagination .arrow a:hover div {
        color: #1f368e;
    }
}

@media (max-width:1760px) {
    header #header-wrap {
        width: 95%;
    }

    header #gnb {
        max-width: 1000px;
    }

    header #gnb>ul {
        justify-content: space-evenly;
    }

    #conatiner #main .section03 .inner {
        width: 1300px;
        left: calc(50% - 650px);
    }

    #conatiner #main .section03 .inner .product-wrap .title {
        margin-right: 80px;
    }

    #conatiner #main .section03 .inner .product-wrap ul {
        width: 990px;
    }

    #conatiner #main .section03 .inner .product-wrap ul li:nth-child(odd) {
        margin-right: 130px;
    }
}

@media (max-width:1400px) {
    header #header-wrap #logo a {
        width: 120px;
        height: 34px;
    }

    header #gnb {
        max-width: 820px;
    }

    header #gnb:before {
        top: 79px;
        height: 180px;
    }

    header #gnb>ul>li {
        height: 80px;
    }

    header #gnb>ul>li>a {
        font-size: 16px;
    }

    header #gnb ul li .sub-menu {
        padding-top: 10px;
    }

    header #gnb ul li .sub-menu>li>a {
        font-size: 14px;
        padding: 8px 0;
    }

    header .lang span {
        width: 40px;
        font-size: 14px;
    }

    header .lang ul li a {
        font-size: 14px;
        line-height: 26px;
    }

    footer #footer-wrap {
        width: 90%;
        height: 260px;
    }

    footer #footer-wrap>div>img {
        width: 150px;
        padding: 40px 0 30px;
    }

    footer #footer-wrap>div ul li a {
        font-size: 14px;
        margin-right: 50px;
    }

    footer #footer-wrap>div ul li a img {
        width: 10px;
        margin-left: 10px;
    }

    footer #footer-wrap address {
        font-size: 14px;
        line-height: 26px;
        margin-top: 40px;
    }

    footer #footer-wrap .down-btn {
        width: 200px;
        height: 50px;
        font-size: 16px;
    }

    footer #footer-wrap .down-btn img {
        width: 16px;
        margin-left: 20px;
    }

    #mvis-slider .swiper-slide .txt-box {
        padding-left: 10%;
    }

    #mvis-slider .txt-box p {
        font-size: 50px;
        margin-bottom: 30px;
        line-height: 50px;
    }

    #mvis-slider .pagination-wrap {
        padding-left: 10%;
        bottom: 180px;
    }

    #mvis-slider .swiper-pagination {
        font-size: 18px;
        margin: 0 25px;
    }

    #conatiner #main .section02 {
        padding-top: 260px;
        margin-bottom: 100px;
    }

    #conatiner #main .section02 .txt-box p {
        font-size: 48px;
        line-height: 65px;
        margin-bottom: 30px;
    }

    #conatiner #main .section02 .txt-box p strong {
        font-size: 58px;
    }

    #conatiner #main .section03 .bg img {
        margin-top: 400px;
    }

    #conatiner #main .section03 .inner {
        width: 900px;
        left: calc(50% - 450px);
    }

    #conatiner #main .section03 .inner .txt-box {
        padding-bottom: 140px;
    }

    #conatiner #main .section03 .inner .txt-box p {
        font-size: 60px;
        margin-bottom: 30px;
    }

    #conatiner #main .section03 .inner .txt-box span {
        font-size: 16px;
        line-height: 28px;
        font-weight: 400;
    }

    #conatiner #main .section03 .inner .product-wrap .title {
        font-size: 36px;
        margin-right: 70px;
    }

    #conatiner #main .section03 .inner .product-wrap ul {
        width: 665px;
        max-height: 1374px;
    }

    #conatiner #main .section03 .inner .product-wrap ul li {
        width: 300px;
    }

    #conatiner #main .section03 .inner .product-wrap ul li:nth-child(odd) {
        margin-right: 65px;
    }

    #conatiner #main .section03 .inner .product-wrap ul li:nth-child(even) {
        margin-top: 160px;
    }

    #conatiner #main .section03 .inner .product-wrap ul li img {
        width: 100%;
    }

    #conatiner #main .section03 .inner .product-wrap ul li p {
        font-size: 26px;
        margin: 20px 0 10px;
    }

    #conatiner #main .section03 .inner .product-wrap ul li span {
        font-size: 16px;
        line-height: 26px;
        word-break: keep-all;
    }

    #conatiner #main .section03 .inner .product-wrap ul li span br {
        display: none;
    }

    #conatiner #main .section04 {
        width: 90%;
    }

    #conatiner #main .section04 li {
        margin-bottom: 80px;
    }

    #conatiner #main .section04 li .txt-box {
        margin-bottom: 30px;
    }

    #conatiner #main .section04 li .txt-box p {
        font-size: 32px;
        margin-bottom: 15px;
    }

    #conatiner #main .section04 li .txt-box>span {
        font-size: 16px;
        line-height: 26px;
    }

    #conatiner #main .section04 li .txt-box a {
        margin-top: 30px;
    }

    #conatiner #main .section04 li img {
        object-fit: cover;
        object-position: center;
    }

    #conatiner #main .section04 li:nth-child(odd) img {
        width: 520px;
        height: 380px;
    }

    #container #svis {
        height: 300px;
        margin-top: 80px;
    }

    #container #svis .tit-box {
        width: 90%;
    }

    #container #svis .tit-box h2 {
        font-size: 40px;
    }

    #container #tab-menu {
        height: 60px;
    }

    #container #tab-menu li a {
        font-size: 16px;
        margin: 0 20px;
    }

    #container.product .contents .product-list {
        width: 90%;
        margin: 120px auto 90px;
    }

    #container.product .contents .product-list li {
        width: 32%;
        height: 480px;
        margin-right: 2%;
        padding: 0 2%;
    }

    #container.product .contents .product-list li .thumb {
        height: 340px;
    }

    #container.product .contents .product-list li .txt-box {
        margin-top: 20px;
    }

    #container.product .contents .product-list li .name {
        font-size: 26px;
        margin: 10px 0 5px;
    }

    #container.product .contents .product-list li .name.new:after {
        font-size: 12px;
        width: 40px;
        height: 20px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        right: -50px;
    }

    #container.product .contents .section .inner {
        width: 90%;
    }

    #container.product .contents .section .inner>p {
        padding-top: 80px;
        font-size: 26px;
    }

    #container.product .contents .section .inner:has(>span) p{
        padding-bottom: 20px;
    }

    #container.product .contents .section .inner>span{
        font-size: 20px;
    }

    #container.product .contents .section01 .inner {
        margin: 120px auto 80px;
        justify-content: space-between;
    }

    #container.product .contents .section01 .inner>div {
        width: 48%;
    }

    #container.product .contents .section01 .inner .product-title .type {
        font-size: 26px;
        margin-top: 20px;
    }

    #container.product .contents .section01 .inner .product-title .name {
        font-size: 50px;
        margin: 20px 0 5px;
    }

    #container.product .contents .section01 .inner .product-title .name.new:after {
        width: 60px;
        height: 30px;
        right: -80px;
        font-size: 16px;
    }

    #container.product .contents .section01 .inner .product-title .info {
        font-size: 26px;
    }

    #container.product .contents .section01 .inner .product-title a {
        margin: 50px 0 60px;
    }

    #container.product .contents .section01 .inner .product-slider-thumb .swiper-slide img {
        width: 100%;
        height: 100%;
    }

    #container.product .contents .section01 .inner .product-slider {
        width: 100%;
        height: auto;
    }

    #container.product .contents .section01 .inner .product-slider .swiper-slide {
        text-align: center;
    }

    #container.product .contents .section01 .inner .product-slider .swiper-slide img {
        max-width: 660px;
        width: 100%;
    }

    #container.product .contents .section02 .vis-wrap {
        margin-top: 50px;
    }

    #container.product .contents .section02 .inner .list-wrap {
        padding-bottom: 100px;
        margin-top: 80px;
    }

    #container.product .contents .section02 .inner .list-wrap div p {
        font-size: 26px;
        margin-right: 40px;
    }

    #container.product .contents .section02 .inner .list-wrap div li {
        padding-left: 25px;
        margin-bottom: 25px;
        font-size: 16px;
    }

    #container.product .contents .section02 .inner .list-wrap div li .icon {
        width: 18px;
        height: 18px;
        top: calc(50% - 9px);
    }

    #container.product .contents .section03 .vr {
        margin-bottom: 150px;
    }

    #container.product .contents .section04 .video {
        margin: 80px 0;
        height: 360px;
    }

    #container.product .contents .section04 .video .txt-box,#container.product .contents .section04 .video img{
        height: 100%;
    }

    #container.product .contents .section04 .video .txt-box .title {
        font-size: 40px;
    }

    #container.product .contents .section04 .video .txt-box .txt {
        font-size: 22px;
        margin: 5px 0 25px;
    }

    #container.product .contents .section04 .video .txt-box .play-btn {
        width: 70px;
        height: 70px;
    }

    #container.product .contents .section04 .video .txt-box .play-btn:after {
        width: 18px;
        height: 20px;
        top: calc(50% - 10px);
    }

    #container.technology .contents .rnd-list {
        width: 90%;
        margin: 120px auto 90px;
    }

    #container.technology .contents .rnd-list li {
        width: 32%;
        height: 420px;
        margin-right: 2%;
        padding: 0 2%;
    }

    #container.technology .contents .rnd-list li .thumb {
        height: 320px;
    }

    #container.technology .contents .rnd-list li .name {
        font-size: 26px;
        line-height: 30px;
    }

    #container.technology .contents .section01 .inner {
        width: 90%;
        margin: 120px auto 80px;
        ;
    }

    #container.technology .contents .section01 .inner .txt-box .name {
        font-size: 50px;
    }

    #container.technology .contents .section01 .inner .txt-box .info {
        font-size: 26px;
        margin: 10px 0 30px;
        padding-bottom: 20px;
    }

    #container.technology .contents .section01 .inner .txt-box .info-detail {
        font-size: 16px;
        line-height: 26px;
    }

    #container.technology .contents .section01 .inner .txt-box a {
        width: 140px;
        height: 40px;
        margin: 50px 0 60px;
    }

    #container.technology .contents .tit-box p {
        font-size: 26px;
        margin: 80px 0 60px;
    }

    #container.technology .contents .section01 .inner .left .rnd-slider-thumb .swiper-slide img {
        width: 100%;
        height: 100%;
    }

    #container.technology .contents .section01 .inner .right .rnd-slider {
        width: 100%;
        height: auto;
    }

    #container.technology .contents .section01 .inner .right .rnd-slider .swiper-slide {
        text-align: center;
    }

    #container.technology .contents .section01 .inner .right .rnd-slider .swiper-slide img {
        max-width: 600px;
        width: 100%;
    }

    #container.technology .contents .patent-list {
        width: 90%;
        margin-bottom: 80px;
    }

    #container.technology .contents .patent-list li,
    #container.technology .contents .patent-list li:nth-child(5n) {
        width: 23.5%;
        margin: 0 2% 50px 0;
    }

    #container.technology .contents .patent-list li:nth-child(4n) {
        margin-right: 0;
    }

    #container.technology .contents .patent-list li .title {
        font-size: 16px;
        line-height: 26px;
        margin: 10px 0 5px;
    }

    #container.profile .contents .txt-box {
        width: 90%;
        padding: 140px 0;
    }

    #container.profile .contents .txt-box p {
        width: 50%;
        font-size: 40px;
        line-height: 46px;
    }

    #container.profile .contents .txt-box span {
        font-size: 16px;
        line-height: 26px;
    }

    #container.profile .contents .section01 .title {
        width: 90%;
        margin: 100px auto 0;
        font-size: 50px;
    }

    #container.profile .contents .section01 .title span {
        font-size: 80px;
    }

    #container.profile .contents .section03 .bg img {
        object-position: center;
        height: 500px;
    }

    #container.profile .contents .section03 .info {
        width: 90%;
        margin-top: -80px;
    }

    #container.profile .contents .section03 .info>div {
        font-size: 26px;
        padding: 40px 0 50px;
    }

    #container.profile .contents .section03 .info ul {
        margin-bottom: 140px;
    }

    #container.profile .contents .section03 .info ul li img {
        width: 38px;
    }

    #container.profile .contents .section03 .info ul li p {
        font-size: 20px;
        margin: 20px 0 5px;
    }

    #container.profile .contents .section03 .info ul li span {
        font-size: 16px;
    }

    #container.profile .contents .section03 .info ul li span span {
        font-size: 14px;
    }

    #container.profile .contents .section .jarallax {
        height: 480px;
    }

    #container.vision .contents .section01 div {
        font-size: 40px;
        line-height: 50px;
    }

    #container.vision .contents .section02 .txt-box p {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 50px;
    }

    #container.vision .contents .section02 .txt-box>span {
        font-size: 16px;
        line-height: 26px;
    }

    #container.vision .contents .section03>p {
        font-size: 26px;
        margin: 100px 0;
    }

    #container.vision .contents .section03 .shape-wrap {
        width: 800px;
        height: 450px;
        margin-bottom: 140px;
    }

    #container.vision .contents .section03 .shape-wrap div:nth-child(1):before {
        right: -105px;
    }

    #container.vision .contents .section03 .shape-wrap div:nth-child(1):after {
        left: 246px;
    }

    #container.vision .contents .section03 .shape-wrap div:nth-child(2):before {
        top: -105px;
    }

    #container.vision .contents .section03 .shape-wrap div:nth-child(2):after {
        bottom: 180px;
    }

    #container.vision .contents .section03 .shape-wrap div:nth-child(3):before {
        left: -55px;
    }

    #container.vision .contents .section03 .shape-wrap div:nth-child(3):after {
        right: 248px;
    }

    #container.vision .contents .section03 .shape-wrap div p {
        font-size: 22px;
    }

    #container.vision .contents .section03 .shape-wrap div li {
        font-size: 16px;
        line-height: 26px;
    }

    #container.history .contents .section01 .txt-box {
        font-size: 40px;
    }

    #container.history .contents .section01 .txt-box p {
        line-height: 60px;
    }

    #container.history .contents .section02 {
        width: 940px;
        margin-bottom: 200px;
    }

    #container.history .contents .section02 .history-nav li a {
        font-size: 50px;
        line-height: 80px;
    }

    #container.history .contents .section02 .history-nav li a:after {
        width: 12px;
        height: 12px;
        top: -5px;
        right: -10px;
    }

    #container.history .contents .section02 .history-wrap .year-wrap div {
        font-size: 40px;
        margin-bottom: 25px;
        padding-bottom: 20px;
    }

    #container.history .contents .section02 .history-wrap li {
        padding: 25px 0;
    }

    #container.history .contents .section02 .history-wrap li p {
        font-size: 22px;
        margin-right: 40px;
    }

    #container.history .contents .section02 .history-wrap li span {
        font-size: 16px;
        line-height: 26px;
    }

    #container.location .contents .map .root_daum_roughmap {
        width: 90%;
        margin: 100px auto 0;
    }

    #container.location .contents .map .root_daum_roughmap .wrap_map {
        height: 500px;
    }

    #container.location .contents .section01 {
        width: 80%;
        transform: translateY(-60px);
        -webkit-transform: translateY(-60px);
        -moz-transform: translateY(-60px);
        -ms-transform: translateY(-60px);
        -o-transform: translateY(-60px);
    }

    #container.location .contents .section01 .address p {
        font-size: 22px;
        margin: 40px 0 10px;
    }

    #container.location .contents .section01 .address span {
        font-size: 16px;
    }

    #container.location .contents .section01 ul li {
        height: 120px;
    }

    #container.location .contents .section01 ul li p {
        font-size: 18px;
        padding: 0 20px 0 10px;
        margin-right: 40px;
    }

    #container.location .contents .section01 ul li span {
        font-size: 16px;
        line-height: 26px;
        word-break: keep-all;
    }

    #container.esg .contents .section01 .title {
        width: 90%;
        margin: 100px auto 0;
        font-size: 50px;
    }

    #container.esg .contents .section01 .bg img {
        margin-top: -30px;
    }

    #container.esg .contents .section02 .txt-box {
        width: 90%;
        padding: 140px 0;
    }

    #container.esg .contents .section02 .txt-box p {
        width: 50%;
        font-size: 40px;
        line-height: 46px;
    }

    #container.esg .contents .section02 .txt-box span {
        font-size: 16px;
        line-height: 26px;
    }

    #container.esg .contents .bg-wrap .section .txt-box p {
        font-size: 40px;
        margin-bottom: 50px;
    }

    #container.esg .contents .bg-wrap .section .txt-box p span {
        font-size: 22px;
        margin-bottom: 15px;
    }

    #container.esg .contents .bg-wrap .section .txt-box>span {
        font-size: 16px;
        line-height: 26px;
    }

    #container.esg .contents .bg-wrap .section ul {
        margin-top: 130px;
    }

    #container.esg .contents .bg-wrap .section ul li {
        width: 180px;
        padding: 0 25px;
    }

    #container.esg .contents .bg-wrap .section ul li .icon {
        width: 120px;
        height: 120px;
        margin: 0 auto 20px;
    }

    #container.esg .contents .bg-wrap .section ul li p {
        font-size: 16px;
        line-height: 26px;
    }

    #container.support .contents .board-wrap {
        width: 90%;
        margin: 80px auto 120px;
    }

    #container.support .contents .board-wrap .board-list li a {
        height: 60px;
        font-size: 16px;
    }

    #container.support .contents .board-wrap .board-list li a .no {
        width: 6%;
    }

    #container.support .contents .board-wrap .board-list li a .type {
        width: 10%;
    }

    #container.support .contents .board-wrap .board-list li a .title {
        width: 60%;
        text-indent: 30px;
    }

    #container.support.document .contents .board-wrap .board-list li a .title,
    #container.support.service .contents .board-wrap .board-list li a .title {
        width: 70%;
    }

    #container.support .contents .board-wrap .board-list li a .writer {
        width: 10%;
    }

    #container.support .contents .board-wrap .board-list li a .date {
        width: 14%;
    }

    #container.support .contents .board-view {
        width: 90%;
        margin: 80px auto 120px;
    }

    #container.support .contents .board-view .title-area {
        height: 120px;
        padding: 25px;
    }

    #container.support .contents .board-view .title-area .title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    #container.support .contents .board-view .title-area .type {
        font-size: 16px;
    }

    #container.support .contents .board-view .con-txt {
        padding: 50px 25px;
        font-size: 16px;
        line-height: 26px;
    }

    #container.support .contents .board-view .file li a {
        height: 50px;
        padding: 0 25px;
    }

    #container.support .contents .board-view .pagination {
        padding: 0 25px;
    }

    #container.support .contents .board-view .pagination .arrow a div {
        padding: 0 30px;
    }

    #container.support .contents .board-write form {
        width: 90%;
        margin: 80px auto 120px;
    }

    #container.support .contents .board-write form>div {
        padding: 10px 25px;
    }

    #container.support .contents .board-write form>div label {
        width: 120px;
        font-size: 16px;
        padding-right: 20px;
        margin-right: 20px;
        line-height: 35px;
    }

    #container.support .contents .board-write form .type select {
        width: 180px;
        height: 35px;
        font-size: 14px;
        padding: 0 15px;
    }

    #container.support .contents .board-write form .type:after {
        left: 320px;
    }

    #container.support .contents .board-write form>div input {
        width: calc(100% - 120px);
        height: 35px;
    }

    #container.support .contents .board-write form>div div input {
        width: calc(100% - 120px);
    }

    #container.support .contents .board-write form>div textarea {
        width: calc(100% - 120px);
        height: 240px;
    }

    #container.support .contents .board-write form>div.text label:after {
        height: 230px;
        top: calc(50% - 115px);
    }

    #container.support .contents .board-write form .file-upload .btn {
        width: 90px;
        height: 35px;
    }

    #container.support .contents .board-write form .file-upload .upload-name {
        width: 310px;
        height: 35px;
        padding: 0 15px;
    }

    #container.support .contents .board-write form .file-upload input[type="file"] {
        width: 410px;
        height: 35px;
    }

    #container.recruit .contents .section01 .title {
        width: 90%;
        margin: 100px auto 0;
        font-size: 50px;
    }

    #container.recruit .contents .section01 .bg img {
        margin-top: -30px;
    }

    #container.recruit .contents .section02 {
        width: 90%;
    }

    #container.recruit .contents .section02 .process {
        margin: 120px 0 150px;
    }

    #container.recruit .contents .section02 .process-detail li {
        margin-bottom: 80px;
    }

    #container.recruit .contents .section02 .process-detail li>p {
        font-size: 40px;
        margin-right: 30px;
    }

    #container.recruit .contents .section02 .process-detail li div {
        width: calc(100% - 80px);
    }

    #container.recruit .contents .section02 .process-detail li div p {
        font-size: 22px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    #container.recruit .contents .section02 .process-detail li div span {
        font-size: 16px;
        word-break: keep-all;
    }

    #container.recruit .contents .mission {
        width: 90%;
        margin: 80px auto 120px;
    }

    #container.recruit .contents .mission>li>p {
        height: 80px;
        padding: 0 20px;
        font-size: 22px;
    }

    #container.recruit .contents .mission>li:before,
    #container.recruit .contents .mission>li:after {
        top: 39px;
        right: 30px;
    }

    #container.recruit .contents .mission .mission-detail {
        box-sizing: border-box;
        padding: 30px 50px;
    }

    #container.recruit .contents .mission .mission-detail>li p {
        font-size: 18px;
        margin-right: 20px;
        width: 90px;
    }

    #container.recruit .contents .mission .mission-detail>li div {
        width: 100%;
    }

    #container.recruit .contents .mission .mission-detail>li span {
        font-size: 16px;
        word-break: keep-all;
    }

    #container.recruit .contents .mission .mission-detail>li ul {
        width: 100%;
        padding: 15px 40px;
    }

    #container.recruit .contents .mission .mission-detail>li ul li {
        font-size: 14px;
        padding: 4px 0;
        width: 48%;
        margin-right: 2%;
    }

    #container.recruit.WB .contents .bg-wrap .section .bg {
        width: 90%;
        height: 300px;
    }

    #container.recruit.WB .contents .bg-wrap .section .bg img {
        height: 400px;
    }

    #container.recruit.WB .contents .bg-wrap .section .title {
        width: 90%;
        left: 5%;
        font-size: 60px;
        line-height: 70px;
        top: 140px;
    }

    #container.recruit.WB .contents .section .txt-box {
        width: 90%;
    }

    #container.recruit.WB .contents .section .txt-box p {
        font-size: 38px;
    }

    #container.recruit.WB .contents .section .txt-box ul li {
        font-size: 16px;
        margin-bottom: 15px;
    }

    #container.recruit.WB .contents .section02 {
        width: 100%;
    }

    #container.recruit.WB .contents .bg-wrap .section02 .bg {
        margin: 160px 0 40px;
    }

    #container.recruit.WB .contents .bg-wrap .section03 .bg {
        margin: 160px 0 40px auto;
    }

    #container.sales .contents .section02 .bg img {
        width: 90%;
    }

    #container.sales .contents .section .inner {
        width: 90%;
    }

    #container.sales .contents .section .title {
        margin: 70px 0 40px;
        font-size: 32px;
    }

    #container.sales .contents .section .center-list {
        width: 90%;
    }

    #container.sales .contents .section .center-list li {
        width: 47%;
        margin: 0 1.5% 60px;
    }

    #container.sales .contents .section .center-list li div p {
        font-size: 24px;
        margin-right: 15px;
        padding-right: 15px;
    }

    #container.sales .contents .section .center-list li div span {
        font-size: 16px;
    }

    #container.sales .contents .section table {
        line-height: 26px;
    }

    #container.sales .contents .section table th {
        padding-right: 15px;
    }

    #container.sales .contents .section .inner .sub-title {
        font-size: 26px;
    }

    #container.sales .contents .section03 .sub-title {
        margin: 60px 0 30px;
    }

    #container.sales .contents .section04 {
        margin-top: 40px;
        margin-bottom: 150px;
    }

    #container.sales .contents .section .inner .location {
        font-size: 24px;
        padding-bottom: 15px;
        margin-top: 30px;
    }

    #container.sales .contents .section .inner .location-list>li>p {
        width: 200px;
        font-size: 24px;
    }

    #container.sales .contents .section .inner .location-list>li ul {
        width: calc(100% - 200px);
    }

    #container.sales .contents .section .inner .location-list>li li {
        padding: 15px 50px;
    }
}

@media (max-width:1024px) {
    header #header-wrap #logo a {
        width: 100px;
        height: 28px;
    }

    header #gnb:before {
        top: 59px;
        height: 150px;
    }

    header #gnb>ul>li {
        height: 60px;
    }

    header #gnb>ul>li>a {
        font-size: 14px;
        border-bottom-width: 2px;
        padding-top: 2px;
    }

    header #gnb ul li .sub-menu>li>a {
        font-size: 12px;
        padding: 5px 0;
        line-height: 1.2;
    }

    header .lang span {
        width: 30px;
        font-size: 12px;
    }

    header .lang ul li a {
        font-size: 12px;
    }

    header .lang span:after {
        width: 4px;
        height: 4px;
        border-width: 0 1px 1px 0;
    }

    footer #footer-wrap {
        height: 180px;
    }

    footer #footer-wrap>div>img {
        width: 120px;
        padding: 20px 0;
    }

    footer #footer-wrap>div ul li a {
        font-size: 12px;
        margin-right: 30px;
    }

    footer #footer-wrap>div ul li a img {
        width: 8px;
        margin-left: 5px;
    }

    footer #footer-wrap address {
        margin-top: 20px;
        font-size: 12px;
        line-height: 22px;
    }

    footer #footer-wrap .down-btn {
        width: 160px;
        height: 40px;
        font-size: 14px;
    }

    footer #footer-wrap .down-btn img {
        width: 14px;
        margin-left: 10px;
    }

    #mvis-slider .txt-box p {
        font-size: 40px;
        margin-bottom: 20px;
        line-height: 40px;
    }

    #mvis-slider .txt-box span {
        font-size: 16px;
        line-height: 26px;
    }

    #conatiner #main .section02 {
        padding-top: 200px;
        margin-bottom: 80px;
    }

    #conatiner #main .section02 .txt-box p {
        font-size: 40px;
        margin-bottom: 20px;
        line-height: 50px;
    }

    #conatiner #main .section02 .txt-box p strong {
        font-size: 50px;
    }

    #conatiner #main .section02 .txt-box span {
        font-size: 16px;
        line-height: 26px;
    }

    #conatiner #main .section03 .bg img {
        margin-top: 300px;
    }

    #conatiner #main .section03 .inner {
        width: 600px;
        left: calc(50% - 300px);
    }

    #conatiner #main .section03 .inner .txt-box {
        padding: 300px 0 80px;
    }

    #conatiner #main .section03 .inner .txt-box p {
        font-size: 46px;
        margin-bottom: 20px;
    }

    #conatiner #main .section03 .inner .product-wrap {
        flex-direction: column;
    }

    #conatiner #main .section03 .inner .product-wrap .title {
        margin: 0 0 100px;
    }

    #conatiner #main .section03 .inner .product-wrap ul {
        width: 600px;
        max-height: 1178px;
    }

    #conatiner #main .section03 .inner .product-wrap ul li {
        width: 280px;
    }

    #conatiner #main .section03 .inner .product-wrap ul li:nth-child(odd) {
        margin-right: 40px;
    }

    #conatiner #main .section03 .inner .product-wrap ul li:nth-child(even) {
        margin-top: 100px;
    }

    #conatiner #main .section03 .inner .product-wrap ul li p {
        font-size: 22px;
        margin: 15px 0 5px;
    }

    #conatiner #main .section04 li:nth-child(odd) img,
    #conatiner #main .section04 li:nth-child(even) img {
        width: 50%;
        height: 31.25vw;
    }

    #conatiner #main .section04 li .txt-box {
        margin-bottom: 1.95vw;
        flex: none;
    }

    #conatiner #main .section04 li:nth-child(even) .txt-box {
        margin-left: 5.86vw;
    }

    #conatiner #main .section04 li .txt-box p {
        font-size: 28px;
        margin-bottom: 10px;
    }

    #conatiner #main .section04 li .txt-box a {
        margin-top: 20px;
    }

    #container #svis {
        margin-top: 60px;
        height: 240px;
    }

    #container #svis .tit-box h2 {
        font-size: 36px;
    }

    #container #tab-menu {
        height: 50px;
    }

    #container #tab-menu li a {
        font-size: 14px;
        margin: 0 10px;
    }

    #container.product .contents .product-list {
        margin: 100px auto 80px;
    }

    #container.product .contents .product-list li,
    #container.product .contents .product-list li:nth-child(3n) {
        width: 48%;
        margin: 0 4% 40px 0;
        ;
    }

    #container.product .contents .product-list li:nth-child(even) {
        margin-right: 0;
    }

    #container.product .contents .section .inner>p {
        font-size: 24px;
        padding-top: 60px;
    }

    #container.product .contents .section01 .inner {
        flex-direction: column;
        align-items: center;
        margin: 80px auto 60px;
        position: relative;
        max-width: 674px;
    }

    #container.product .contents .section01 .inner>div {
        width: 100%;
    }

    #container.product .contents .section01 .inner .left {
        display: flex;
        flex-direction: column-reverse;
    }

    #container.product .contents .section01 .inner .product-title {
        text-align: center;
    }

    #container.product .contents .section01 .inner .product-title .type {
        margin-top: 0;
    }

    #container.product .contents .section01 .inner .product-title a {
        margin: 40px auto 0;
    }

    #container.product .contents .section01 .inner .product-slider-thumb {
        margin: 0 0 0 auto;
        width: 120px;
        height: 520px;
    }

    #container.product .contents .section01 .inner .product-slider-thumb .swiper-slide {
        height: 120px;
    }

    #container.product .contents .section01 .inner .product-slider {
        position: absolute;
        left: 0;
        top: 0;
        width: 520px;
        height: 520px;
    }

    #container.product .contents .section02 .vis-wrap {
        margin-top: 40px;
    }

    #container.product .contents .section02 .vis-wrap .tooltip p {
        width: 20px;
        height: 20px;
        font-size: 18px;
    }

    #container.product .contents .section02 .vis-wrap img {
        width: 480px;
    }

    #container.product .contents .section02 .vis-wrap .tooltip {
        width: 480px;
        height: 502px;
        left: calc(50% - 240px);
    }

    #container.product .contents .section02 .vis-wrap.idpl .tooltip p:nth-child(1) {
        top: 205px;
        left: 70px;
    }

    #container.product .contents .section02 .vis-wrap.idpl .tooltip p:nth-child(2) {
        top: 135px;
        left: 210px;
    }

    #container.product .contents .section02 .vis-wrap.idpl .tooltip p:nth-child(3) {
        top: 235px;
        left: 240px;
    }

    #container.product .contents .section02 .vis-wrap.idpl .tooltip p:nth-child(4) {
        top: 210px;
        left: 320px;
    }

    #container.product .contents .section02 .vis-wrap.idpl .tooltip p:nth-child(5) {
        top: 330px;
        left: 20px;
    }

    #container.product .contents .section02 .vis-wrap.idpl .tooltip p:nth-child(6) {
        top: 365px;
        left: 240px;
    }

    #container.product .contents .section02 .vis-wrap.idpl .tooltip p:nth-child(7) {
        top: 315px;
        left: 330px;
    }

    #container.product .contents .section02 .vis-wrap.moebius .tooltip p:nth-child(1) {
        top: 140px;
        left: 150px;
    }

    #container.product .contents .section02 .vis-wrap.moebius .tooltip p:nth-child(2) {
        top: 180px;
        left: 145px;
    }

    #container.product .contents .section02 .vis-wrap.moebius .tooltip p:nth-child(3) {
        top: 185px;
        left: 235px;
    }

    #container.product .contents .section02 .vis-wrap.moebius .tooltip p:nth-child(4) {
        top: 220px;
        left: 250px;
    }

    #container.product .contents .section02 .vis-wrap.moebius .tooltip p:nth-child(5) {
        top: 250px;
        left: 330px;
    }

    #container.product .contents .section02 .vis-wrap.ndpl .tooltip p:nth-child(1) {
        top: 145px;
        left: 240px;
    }

    #container.product .contents .section02 .vis-wrap.ndpl .tooltip p:nth-child(2) {
        top: 205px;
        left: 170px;
    }

    #container.product .contents .section02 .vis-wrap.ndpl .tooltip p:nth-child(3) {
        top: 185px;
        left: 310px;
    }

    #container.product .contents .section02 .vis-wrap.ndpl .tooltip p:nth-child(4) {
        top: 100px;
        left: 390px;
    }

    #container.product .contents .section02 .vis-wrap.ndpl .tooltip p:nth-child(5) {
        top: 270px;
        left: 70px;
    }

    #container.product .contents .section02 .inner .list-wrap {
        flex-direction: column;
        padding-bottom: 80px;
        margin-top: 60px;
    }

    #container.product .contents .section02 .inner .list-wrap div {
        width: 100%;
    }

    #container.product .contents .section02 .inner .list-wrap div:nth-child(1) {
        margin-bottom: 40px;
    }

    #container.product .contents .section02 .inner .list-wrap div p {
        width: 10%;
        font-size: 22px;
        margin-right: 10px;
    }

    #container.product .contents .section02 .inner .list-wrap div ul li {
        margin-bottom: 15px;
    }

    #container.product .contents .section03 .vr {
        padding-bottom: 40px;
        margin-bottom: 120px;
    }

    #container.product .contents .section04 .video {
        height: 320px;
        margin: 60px 0;
    }

    #container.product .contents .section04 .video .txt-box {
        padding: 0 60px;
    }

    #container.product .contents .section04 .video .txt-box .title {
        font-size: 36px;
    }

    #container.product .contents .section04 .video .txt-box .txt {
        font-size: 18px;
        margin: 0 0 15px;
    }

    #container.product .contents .section05 .inner .specifications-slider {
        max-width: 660px;
        width: 100%;
        height: 400px;
        margin-top: 40px;
    }

    #container.product .contents .section05 .inner .specifications-slider .swiper-slide img {
        width: 100%;
    }

    #container.product .contents .section05 .inner .specifications-slider-thumb {
        max-width: 660px;
        width: 100%;
        padding-bottom: 100px;
    }
    #container.product .contents .section05 .inner .specifications-slider-thumb .swiper-slide{
        width: 100%;
        height: 120px;
    }

    #container.product .contents .section05 .inner .specifications-slider-thumb .swiper-slide img {
        width: 100%;
        height: 100%;
    }

    #container.technology .contents .rnd-list {
        margin: 100px auto 80px;
    }

    #container.technology .contents .rnd-list li,
    #container.technology .contents .rnd-list li:nth-child(3n) {
        width: 48%;
        margin: 0 4% 40px 0;
    }

    #container.technology .contents .rnd-list li:nth-child(even) {
        margin-right: 0;
    }

    #container.technology .contents .section01 .inner {
        flex-direction: column;
        align-items: center;
        margin: 80px auto 60px;
        position: relative;
        max-width: 674px;
    }

    #container.technology .contents .section01 .inner>div {
        width: 100%;
    }

    #container.technology .contents .section01 .inner .left {
        display: flex;
        flex-direction: column-reverse;
    }

    #container.technology .contents .section01 .inner .txt-box {
        text-align: center;
        margin-top: 40px;
    }

    #container.technology .contents .section01 .inner .txt-box .name {
        font-size: 40px;
    }

    #container.technology .contents .section01 .inner .txt-box .info {
        font-size: 22px;
        margin: 5px 0 20px;
    }

    #container.technology .contents .section01 .inner .txt-box a {
        margin: 40px auto 60px;
    }

    #container.technology .contents .section01 .inner .left .rnd-slider-thumb {
        margin: 0 0 0 auto;
        width: 120px;
        height: 520px;
    }

    #container.technology .contents .section01 .inner .left .rnd-slider-thumb .swiper-slide {
        height: 120px;
    }

    #container.technology .contents .section01 .inner .right {
        text-align: center;
    }

    #container.technology .contents .section01 .inner .right img {
        margin: 0 auto;
    }

    #container.technology .contents .section01 .inner .right,
    #container.technology .contents .section01 .inner .right .rnd-slider {
        position: absolute;
        left: 0;
        top: 0;
        width: 520px;
        height: 520px;
    }

    #container.technology .contents .tit-box p {
        font-size: 24px;
        margin: 70px 0 50px;
    }

    #container.technology .contents .patent-list {
        margin-bottom: 60px;
    }

    #container.technology .contents .patent-list li,
    #container.technology .contents .patent-list li:nth-child(4n),
    #container.technology .contents .patent-list li:nth-child(5n) {
        width: 32%;
        margin: 0 2% 40px 0;
    }

    #container.technology .contents .patent-list li:nth-child(3n) {
        margin-right: 0;
    }

    #container.technology .contents .patent-list li .title {
        font-size: 16px;
        line-height: 24px;
    }

    #container.profile .contents .section01 .title {
        margin: 80px auto 0;
        font-size: 40px;
    }

    #container.profile .contents .section01 .title span {
        font-size: 60px;
    }

    #container.profile .contents .txt-box {
        flex-direction: column;
        padding: 100px 0;
        text-align: center;
    }

    #container.profile .contents .txt-box p {
        max-width: 100%;
        width: 100%;
        font-size: 30px;
        line-height: 1;
        margin-bottom: 10px;
    }

    #container.profile .contents .section03 .bg img {
        height: 360px;
    }

    #container.profile .contents .section03 .info>div {
        font-size: 22px;
        padding: 30px 0 40px;
    }

    #container.profile .contents .section03 .info ul {
        margin-bottom: 100px;
    }

    #container.profile .contents .section03 .info ul li img {
        width: 34px;
    }

    #container.profile .contents .section03 .info ul li p {
        font-size: 18px;
        margin: 15px 0 5px;
    }

    #container.profile .contents .section03 .info ul li span {
        font-size: 14px;
        line-height: 20px;
    }

    #container.profile .contents .section03 .info ul li span span {
        font-size: 12px;
    }

    #container.profile .contents .section .jarallax {
        height: 380px;
    }

    #container.vision .contents .section01 div {
        font-size: 30px;
        line-height: 40px;
    }

    #container.vision .contents .section02 .txt-box p {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    #container.vision .contents .section03>p {
        font-size: 22px;
        margin: 80px 0 40px;
    }

    #container.vision .contents .section03 .shape-wrap {
        width: 700px;
        height: 400px;
        margin-bottom: 120px;
    }

    #container.vision .contents .section03 .shape-wrap div:nth-child(1),
    #container.vision .contents .section03 .shape-wrap div:nth-child(3) {
        top: 95px;
    }

    #container.vision .contents .section03 .shape-wrap div:nth-child(1):before {
        right: -90px;
    }

    #container.vision .contents .section03 .shape-wrap div:nth-child(1):after {
        left: 218px;
    }

    #container.vision .contents .section03 .shape-wrap div:nth-child(2):before {
        top: -100px;
    }

    #container.vision .contents .section03 .shape-wrap div:nth-child(2):after {
        bottom: 170px;
    }

    #container.vision .contents .section03 .shape-wrap div:nth-child(3):before {
        left: -50px;
    }

    #container.vision .contents .section03 .shape-wrap div:nth-child(3):after {
        right: 218px;
    }

    #container.vision .contents .section03 .shape-wrap.aos-animate div:before {
        width: 80px;
    }

    #container.vision .contents .section03 .shape-wrap.aos-animate div:nth-child(2):before {
        height: 80px;
    }

    #container.vision .contents .section03 .shape-wrap div p {
        font-size: 18px;
        margin-bottom: 10px;
    }

    #container.vision .contents .section03 .shape-wrap div li {
        font-size: 14px;
        line-height: 20px;
    }

    #container.vision .contents .section03 .shape-wrap img {
        width: 260px;
    }

    #container.history .contents .section01 .txt-box {
        font-size: 30px;
    }

    #container.history .contents .section01 .txt-box p {
        line-height: 40px;
    }

    #container.history .contents .section02 {
        width: 700px;
        margin-bottom: 160px;
    }

    #container.history .contents .section02 .history-nav {
        width: 40%;
        padding-top: 70px;
    }

    #container.history .contents .section02 .history-nav li a {
        font-size: 36px;
    }

    #container.history .contents .section02 .history-wrap {
        width: 60%;
    }

    #container.history .contents .section02 .history-wrap .year-wrap {
        margin-top: 0;
        padding-top: 70px;
    }

    #container.history .contents .section02 .history-wrap .year-wrap div {
        font-size: 30px;
        margin-bottom: 20px;
        padding-bottom: 15px;
    }

    #container.history .contents .section02 .history-wrap .year-wrap div:after {
        max-width: 200px;
        z-index: 0;
    }

    #container.history .contents .section02 .history-wrap li {
        padding: 15px 0;
    }

    #container.history .contents .section02 .history-wrap li p {
        font-size: 20px;
        margin-right: 30px;
    }

    #container.history .contents .section02 .history-wrap li span {
        font-size: 14px;
        line-height: 22px;
    }

    #container.location .contents .map .root_daum_roughmap .wrap_map {
        height: 400px;
    }

    #container.location .contents .section01 .address {
        height: 140px;
    }

    #container.location .contents .section01 ul li {
        flex-direction: column;
        align-items: flex-start;
        height: auto;
        padding-bottom: 20px;
    }

    #container.location .contents .section01 ul li p {
        border-right: none;
        padding: 0;
        margin: 30px 0 5px;
        line-height: 1;
    }

    #container.esg .contents .section01 .title {
        margin: 80px auto 0;
        font-size: 40px;
    }

    #container.esg .contents .section01 .bg img {
        margin-top: -22px;
    }

    #container.esg .contents .section02 .txt-box {
        flex-direction: column;
        padding: 100px 0;
        text-align: center;
    }

    #container.esg .contents .section02 .txt-box p {
        max-width: 100%;
        width: 100%;
        font-size: 30px;
        line-height: 1;
        margin-bottom: 10px;
    }

    #container.esg .contents .bg-wrap .section .txt-box p {
        font-size: 30px;
        margin-bottom: 40px;
    }

    #container.esg .contents .bg-wrap .section .txt-box p span {
        font-size: 18px;
        margin-bottom: 10px;
    }

    #container.esg .contents .bg-wrap .section .txt-box>span {
        font-size: 14px;
        line-height: 20px;
    }

    #container.esg .contents .bg-wrap .section ul {
        margin-top: 110px;
    }

    #container.esg .contents .bg-wrap .section ul li {
        padding: 0 12px;
        width: 156px;
    }

    #container.esg .contents .bg-wrap .section ul li .icon {
        width: 100px;
        height: 100px;
        margin: 0 auto 15px;
    }

    #container.esg .contents .bg-wrap .section ul li .icon img {
        width: 34px;
    }

    #container.esg .contents .bg-wrap .section ul li p {
        font-size: 14px;
        line-height: 20px;
    }

    #container.support .contents .board-wrap {
        margin: 60px auto 100px;
    }

    #container.support .contents .board-wrap .board-list li a {
        height: 50px;
        font-size: 14px;
    }

    #container.support .contents .board-wrap .write-btn {
        width: 140px;
        height: 45px;
        font-size: 16px;
    }

    #container.support .contents .board-view {
        margin: 60px auto 100px;
    }

    #container.support .contents .board-view .title-area {
        height: 100px;
        padding: 20px;
    }

    #container.support .contents .board-view .title-area .title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    #container.support .contents .board-view .title-area .type {
        font-size: 14px;
    }

    #container.support .contents .board-view .con-txt {
        padding: 40px 20px;
        font-size: 14px;
        line-height: 20px;
    }

    #container.support .contents .board-view .file li a {
        padding: 0 20px;
    }

    #container.support .contents .board-view .pagination {
        padding: 0 20px;
    }

    #container.support .contents .board-view .pagination .arrow a {
        width: 240px;
        font-size: 14px;
    }

    #container.support .contents .board-view .pagination .arrow a div {
        padding: 0 15px;
    }

    #container.support .contents .board-view .pagination .list-btn a {
        width: 40px;
        height: 40px;
    }

    #container.support .contents .board-write form {
        margin: 60px auto 100px;
    }

    #container.support .contents .board-write form>div {
        padding: 10px 20px;
    }

    #container.support .contents .board-write form>div label {
        width: 80px;
        font-size: 14px;
        padding-right: 15px;
        margin-right: 15px;
        line-height: 30px;
    }

    #container.support .contents .board-write form .type select {
        width: 140px;
        height: 30px;
        font-size: 12px;
        padding: 0 10px;
    }

    #container.support .contents .board-write form .type:after {
        left: 240px;
    }

    #container.support .contents .board-write form>div input {
        width: calc(100% - 80px);
        height: 30px;
    }

    #container.support .contents .board-write form>div div input {
        width: calc(100% - 80px);
    }

    #container.support .contents .board-write form>div textarea {
        width: calc(100% - 80px);
        height: 200px;
    }

    #container.support .contents .board-write form>div.text label:after {
        height: 180px;
        top: calc(50% - 90px);
    }

    #container.support .contents .board-write form .file-upload .btn {
        height: 30px;
    }

    #container.support .contents .board-write form .file-upload .upload-name {
        width: 280px;
        height: 30px;
        font-size: 14px;
        padding: 0 10px;
    }

    #container.support .contents .board-write form .file-upload input[type="file"] {
        width: 380px;
        height: 30px;
    }

    #container.support .contents .board-write form .password input {
        width: 180px;
    }

    #container.recruit .contents .section01 .title {
        margin: 80px auto 0;
        font-size: 40px;
    }

    #container.recruit .contents .section01 .bg img {
        margin-top: -22px;
    }

    #container.recruit .contents .section02 .process {
        margin: 100px 0 80px;
    }

    #container.recruit .contents .section02 .process li {
        width: 130px;
        padding-top: 20px;
    }

    #container.recruit .contents .section02 .process li:after {
        width: 130px;
        left: 65px;
    }

    #container.recruit .contents .section02 .process li p {
        font-size: 16px;
    }

    #container.recruit .contents .section02 .process-detail li {
        margin-bottom: 60px;
    }

    #container.recruit .contents .section02 .process-detail li>p {
        font-size: 30px;
        width: 30px;
        margin-right: 20px;
    }

    #container.recruit .contents .section02 .process-detail li div {
        width: calc(100% - 50px);
    }

    #container.recruit .contents .section02 .process-detail li div p {
        font-size: 20px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    #container.recruit .contents .section02 .process-detail li div span {
        font-size: 14px;
        word-break: keep-all;
    }

    #container.recruit .contents .mission {
        margin: 60px auto 100px;
    }

    #container.recruit .contents .mission>li>p {
        height: 60px;
        font-size: 20px;
        padding: 0 15px;
    }

    #container.recruit .contents .mission>li:before,
    #container.recruit .contents .mission>li:after {
        width: 16px;
        top: 29px;
        right: 15px;
    }

    #container.recruit .contents .mission .mission-detail {
        padding: 20px 30px;
    }

    #container.recruit .contents .mission .mission-detail>li p {
        font-size: 16px;
        width: 80px;
    }

    #container.recruit .contents .mission .mission-detail>li span {
        font-size: 14px;
    }

    #container.recruit .contents .mission .mission-detail>li ul {
        padding: 10px 20px;
        margin-top: 10px;
    }

    #container.recruit .contents .mission .mission-detail>li ul li {
        width: 100%;
        margin-right: 0;
    }

    #container.recruit.WB .contents .bg-wrap .section .bg {
        height: 260px;
    }

    #container.recruit.WB .contents .bg-wrap .section .bg img {
        height: 320px;
    }

    #container.recruit.WB .contents .bg-wrap .section .title {
        font-size: 50px;
        line-height: 60px;
        top: 100px;
    }

    #container.recruit.WB .contents .section .txt-box p {
        font-size: 30px;
    }

    #container.recruit.WB .contents .section .txt-box ul li {
        font-size: 14px;
        margin-bottom: 10px;
    }

    #container.recruit.WB .contents .bg-wrap .section02 .bg {
        margin: 120px 0 30px;
    }

    #container.recruit.WB .contents .bg-wrap .section03 .bg {
        margin: 120px 0 30px auto;
    }

    #container.sales .contents .section .title {
        font-size: 28px;
        margin: 60px 0 30px;
    }

    #container.sales .contents .section .center-list li {
        width: 46%;
        margin: 0 2% 50px;
    }

    #container.sales .contents .section .center-list li div {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    #container.sales .contents .section .center-list li div p {
        font-size: 22px;
        margin-right: 10px;
        padding-right: 10px;
    }

    #container.sales .contents .section .center-list li div span {
        font-size: 14px;
    }

    #container.sales .contents .section table {
        font-size: 14px;
        line-height: 22px;
    }

    #container.sales .contents .section table th {
        vertical-align: top;
    }

    #container.sales .contents .section .inner .sub-title {
        font-size: 22px;
    }

    #container.sales .contents .section .inner .location {
        font-size: 20px;
        padding-bottom: 10px;
    }

    #container.sales .contents .section .inner .location-list>li>p {
        width: 140px;
        font-size: 20px;
    }

    #container.sales .contents .section .inner .location-list>li ul {
        width: calc(100% - 140px);
    }

    #container.sales .contents .section .inner .location-list>li li p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    #container.sales .contents .section04 {
        margin-bottom: 120px;
    }

    .pc-only {
        display: none;
    }

    .ta-only {
        display: block;
    }
}

@media (max-width:767px) {
    header.fixed {
        background-color: #fff;
        border-bottom: 1px solid #ddd;
        transition: all .5s;
    }

    header.fixed #header-wrap #logo a {
        background-image: url(../images/logo_ov.png);
        transition: all .5s;
    }

    header.fixed .lang span {
        color: #333;
    }

    header.fixed .lang span:after {
        border-color: #333;
    }

    header.fixed .lang ul li a {
        color: #333;
    }

    header.fixed #gnb>ul>li>a {
        color: #333;
        -webkit-text-stroke: 1px transparent;
        transition: all .5s;
    }

    header.fixed #gnb~.lang div {
        color: #333;
        border-color: #ddd;
    }

    header.fixed #gnb~.lang .arrow {
        background-image: url(../images/global_arrow_navy.png);
    }

    header.fixed #menuicon+label span {
        background-color: #333;
    }

    #menuicon+label {
        display: block;
        width: 24px;
        height: 10px;
        position: absolute;
        cursor: pointer;
        top: 25px;
        right: 0;
        z-index: 20;
    }

    #menuicon+label span {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background: #fff;
        transition: all .35s;
    }

    #menuicon+label span:nth-child(1) {
        top: 0;
    }

    #menuicon+label span:nth-child(2) {
        right: 0;
        bottom: 0;
        width: 16px;
    }

    #menuicon:checked+label {
        z-index: 4;
        width: 20px;
    }

    #menuicon:checked+label span {
        background: #333;
    }

    #menuicon:checked+label span:nth-child(1) {
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
    }

    #menuicon:checked+label span:nth-child(2) {
        width: 100%;
        bottom: 50%;
        transform: translateY(50%) rotate(-45deg);
    }

    #menuicon+label+ul {
        opacity: 0;
        visibility: hidden;
    }

    #menuicon:checked+label+ul {
        opacity: 1;
        visibility: visible;
        transition: all .6s;
    }

    header #header-wrap {
        width: 90%;
        height: 60px;
        position: relative;
    }

    header #header-wrap #logo.active a {
        background-image: url(../images/logo_ov.png);
    }

    header #gnb:before {
        display: none;
    }

    header #gnb>ul {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #fff;
        flex-direction: column;
        justify-content: flex-start;
        box-sizing: border-box;
        padding-top: 60px;
    }

    header #gnb>ul>li {
        width: 100%;
        height: unset;
        margin-bottom: 15px;
    }

    header #gnb>ul>li>a {
        color: #333;
        border: none;
        pointer-events: none;
        cursor: pointer;
        padding-top: 0;
        font-size: 24px;
        font-weight: 700;
        height: unset;
    }

    header #gnb ul li .sub-menu {
        opacity: 1;
        visibility: visible;
        position: static;
        padding-top: 5px;
        display: none;
    }

    header #gnb ul li .sub-menu>li>a {
        font-size: 18px;
        padding: 8px 0;
    }

    header .lang span {
        width: 40px;
        font-size: 14px;
        margin-right: 60px;
    }

    footer #footer-wrap {
        position: relative;
    }

    footer #footer-wrap>div {
        width: 100%;
    }

    footer #footer-wrap>div ul {
        width: 100%;
        justify-content: space-between;
    }

    footer #footer-wrap>div ul li a {
        margin-right: 0;
    }

    footer #footer-wrap .down-btn {
        position: absolute;
        right: 0;
        top: 20px;
        height: 35px;
        width: 120px;
        font-size: 12px;
    }

    #mvis-slider .swiper-slide .txt-box {
        padding: 0 5%;
        text-align: center;
    }

    #mvis-slider .txt-box p {
        font-size: 30px;
        line-height: 32px;
    }

    #mvis-slider .pagination-wrap {
        padding-left: 0;
        justify-content: center;
        bottom: 6vh;
    }

    #mvis-slider .swiper-pagination {
        font-size: 16px;
        margin: 0 20px;
    }

    #mvis-slider .swiper-pagination-current {
        margin-right: 5px;
    }

    #mvis-slider .pagination-wrap .mvis-prev img,
    #mvis-slider .pagination-wrap .mvis-next img {
        width: 20px;
    }

    #conatiner #main .section02 {
        padding-top: 120px;
        margin-bottom: 40px;
    }

    #conatiner #main .section02 .txt-box p {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    #conatiner #main .section02 .txt-box p strong {
        font-size: 38px;
    }

    #conatiner #main .section03 .bg img {
        margin-top: 200px;
    }

    #conatiner #main .section03 .inner {
        width: 340px;
        left: calc(50% - 170px);
    }

    #conatiner #main .section03 .inner .txt-box {
        text-align: center;
        padding: 200px 0 40px;
    }

    #conatiner #main .section03 .inner .txt-box p {
        font-size: 32px;
        margin-bottom: 10px;
    }

    #conatiner #main .section03 .inner .txt-box span {
        word-break: keep-all;
    }

    #conatiner #main .section03 .inner .product-wrap .title {
        font-size: 28px;
        margin-bottom: 20px;
        text-align: center;
    }

    #conatiner #main .section03 .inner .product-wrap ul {
        width: 340px;
        max-height: 1496px;
    }

    #conatiner #main .section03 .inner .product-wrap ul li {
        margin-bottom: 60px;
        width: 240px;
    }

    #conatiner #main .section03 .inner .product-wrap ul li:nth-child(odd) {
        margin-right: auto;
    }

    #conatiner #main .section03 .inner .product-wrap ul li:nth-child(even) {
        margin-left: auto;
        margin-top: 0;
    }

    #conatiner #main .section03 .inner .product-wrap ul li img {
        height: 180px;
        object-fit: cover;
        object-position: center;
    }

    #conatiner #main .section03 .inner .product-wrap ul li span {
        font-size: 14px;
        line-height: 22px;
    }

    #conatiner #main .section04 {
        max-width: 460px;
        margin-top: 60px;
    }

    #conatiner #main .section04 li {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 60px;
    }

    #conatiner #main .section04 li:nth-child(odd) {
        flex-direction: column-reverse;
    }

    #conatiner #main .section04 li:nth-child(odd) img,
    #conatiner #main .section04 li:nth-child(even) img {
        max-width: 460px;
        width: 100%;
        height: 40vw;
    }

    #conatiner #main .section04 li .txt-box,
    #conatiner #main .section04 li:nth-child(even) .txt-box {
        text-align: center;
        width: 100%;
        margin: 10px 0 0;
    }

    #conatiner #main .section04 li .txt-box p {
        font-size: 24px;
        margin-bottom: 0;
    }

    #conatiner #main .section04 li .txt-box>span {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
    }

    #conatiner #main .section04 li .txt-box a {
        margin: 20px auto 0;
    }

    #container #svis {
        height: 180px;
    }

    #container #svis .tit-box h2 {
        font-size: 28px;
    }

    #container #tab-menu li a {
        font-size: 12px;
        text-align: center;
    }

    #container.product .contents .product-list {
        margin: 80px auto 60px;
        justify-content: center;
    }

    #container.product .contents .product-list li,
    #container.product .contents .product-list li:nth-child(3n) {
        width: 100%;
        margin: 0 0 40px;
    }

    #container.product .contents .product-list li .txt-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    #container.product .contents .section01 .inner {
        margin: 40px auto 40px;
        max-width: 330px;
    }

    #container.product .contents .section01 .inner .product-title .type {
        font-size: 20px;
    }

    #container.product .contents .section01 .inner .product-title .name {
        font-size: 32px;
        margin: 10px 0 5px;
    }

    #container.product .contents .section01 .inner .product-title .name.new:after {
        width: 40px;
        height: 20px;
        font-size: 12px;
        right: -45px;
    }

    #container.product .contents .section01 .inner .product-title .info {
        font-size: 18px;
    }

    #container.product .contents .section01 .inner .product-title a {
        margin: 20px auto 30px;
    }

    #container.product .contents .section .inner>p {
        font-size: 22px;
        padding-top: 40px;
    }

    #container.product .contents .section .inner:has(>span) p{
        padding-bottom: 15px;
    }

    #container.product .contents .section .inner>span{
        font-size: 18px;
    }

    #container.product .contents .section01 .inner .product-slider-thumb {
        width: 58px;
        height: 250px;
    }

    #container.product .contents .section01 .inner .product-slider {
        width: 250px;
        height: 250px;
    }

    #container.product .contents .section02 .vis-wrap .tooltip p {
        width: 15px;
        height: 15px;
        font-size: 16px;
    }

    #container.product .contents .section02 .vis-wrap img {
        width: 300px;
    }

    #container.product .contents .section02 .vis-wrap .tooltip {
        width: 300px;
        height: 314px;
        left: calc(50% - 150px);
    }

    #container.product .contents .section02 .vis-wrap.idpl .tooltip p:nth-child(1) {
        top: 125px;
        left: 45px;
    }

    #container.product .contents .section02 .vis-wrap.idpl .tooltip p:nth-child(2) {
        top: 85px;
        left: 125px;
    }

    #container.product .contents .section02 .vis-wrap.idpl .tooltip p:nth-child(3) {
        top: 145px;
        left: 150px;
    }

    #container.product .contents .section02 .vis-wrap.idpl .tooltip p:nth-child(4) {
        top: 135px;
        left: 200px;
    }

    #container.product .contents .section02 .vis-wrap.idpl .tooltip p:nth-child(5) {
        top: 210px;
        left: 10px;
    }

    #container.product .contents .section02 .vis-wrap.idpl .tooltip p:nth-child(6) {
        top: 225px;
        left: 150px;
    }

    #container.product .contents .section02 .vis-wrap.idpl .tooltip p:nth-child(7) {
        top: 195px;
        left: 210px;
    }

    #container.product .contents .section02 .vis-wrap.moebius .tooltip p:nth-child(1) {
        top: 85px;
        left: 90px;
    }

    #container.product .contents .section02 .vis-wrap.moebius .tooltip p:nth-child(2) {
        top: 110px;
        left: 90px;
    }

    #container.product .contents .section02 .vis-wrap.moebius .tooltip p:nth-child(3) {
        top: 110px;
        left: 155px;
    }

    #container.product .contents .section02 .vis-wrap.moebius .tooltip p:nth-child(4) {
        top: 140px;
        left: 160px;
    }

    #container.product .contents .section02 .vis-wrap.moebius .tooltip p:nth-child(5) {
        top: 155px;
        left: 210px;
    }

    #container.product .contents .section02 .vis-wrap.ndpl .tooltip p:nth-child(1) {
        top: 90px;
        left: 150px;
    }

    #container.product .contents .section02 .vis-wrap.ndpl .tooltip p:nth-child(2) {
        top: 120px;
        left: 110px;
    }

    #container.product .contents .section02 .vis-wrap.ndpl .tooltip p:nth-child(3) {
        top: 110px;
        left: 195px;
    }

    #container.product .contents .section02 .vis-wrap.ndpl .tooltip p:nth-child(4) {
        top: 60px;
        left: 245px;
    }

    #container.product .contents .section02 .vis-wrap.ndpl .tooltip p:nth-child(5) {
        top: 170px;
        left: 40px;
    }

    #container.product .contents .section02 .vis-wrap .tooltip [aria-label][data-cooltipz-dir]::after,
    #container.product .contents .section02 .vis-wrap .tooltip [aria-label][class*=cooltipz]::after {
        padding: 4px 8px;
        font-size: 12px;
        width: 80px;
        white-space: unset;
        word-break: keep-all;
    }

    #container.product .contents .section02 .inner .list-wrap {
        margin-top: 40px;
        padding-bottom: 60px;
    }

    #container.product .contents .section02 .inner .list-wrap div {
        flex-direction: column;
    }

    #container.product .contents .section02 .inner .list-wrap div p {
        width: 100%;
        font-size: 20px;
        margin-bottom: 20px;
    }

    #container.product .contents .section02 .inner .list-wrap div li {
        padding-left: 20px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    #container.product .contents .section02 .inner .list-wrap div li .icon {
        width: 14px;
        height: 14px;
        top: calc(50% - 7px);
    }

    #container.product .contents .section02 .inner .list-wrap div li .icon:after {
        width: 5px;
        height: 3px;
        top: calc(50% - 3px);
        left: calc(50% - 3px);
    }

    #container.product .contents .section03 .vr {
        padding-bottom: 10px;
        margin-bottom: 80px;
    }

    #container.product .contents .section04 .video {
        height: 220px;
        margin: 40px 0;
    }

    #container.product .contents .section04 .video .txt-box {
        padding: 0 5%;
    }

    #container.product .contents .section04 .video .txt-box .title {
        font-size: 32px;
    }

    #container.product .contents .section04 .video .txt-box .txt {
        font-size: 16px;
        margin: 0 0 5px;
    }

    #container.product .contents .section04 .video .txt-box .play-btn {
        width: 50px;
        height: 50px;
    }

    #container.product .contents .section04 .video .txt-box .play-btn:after {
        width: 14px;
        height: 16px;
        top: calc(50% - 8px);
    }

    #container.product .contents .section05 .inner .specifications-slider {
        margin-top: 20px;
        height: 300px;
    }

    #container.product .contents .section05 .inner .specifications-slider-thumb {
        margin-top: 5px;
        padding-bottom: 80px;
    }

    #container.product .contents .section05 .inner .specifications-slider-thumb .swiper-slide {
        height: 100px;
    }

    #container.technology .contents .rnd-list {
        margin: 80px auto 60px;
        justify-content: center;
    }

    #container.technology .contents .rnd-list li,
    #container.technology .contents .rnd-list li:nth-child(3n) {
        width: 100%;
        margin: 0 0 40px;
        height: auto;
    }

    #container.technology .contents .rnd-list li .name {
        margin: 0;
        height: auto;
        padding-bottom: 20px;
    }

    #container.technology .contents .section01 .inner {
        margin: 40px auto 40px;
        max-width: 330px;
    }

    #container.technology .contents .section01 .inner .txt-box {
        margin-top: 10px;
    }

    #container.technology .contents .section01 .inner .txt-box .name {
        font-size: 30px;
    }

    #container.technology .contents .section01 .inner .txt-box .info {
        font-size: 18px;
        margin: 5px 0 15px;
        padding-bottom: 15px;
    }

    #container.technology .contents .section01 .inner .txt-box .info-detail {
        font-size: 14px;
        line-height: 20px;
        word-break: keep-all;
    }

    #container.technology .contents .section01 .inner .txt-box .info-detail br {
        display: none;
    }

    #container.technology .contents .section01 .inner .txt-box a {
        width: 120px;
        height: 30px;
        margin: 20px auto 30px;
    }

    #container.technology .contents .section01 .inner .left .rnd-slider-thumb {
        width: 58px;
        height: 250px;
    }

    #container.technology .contents .section01 .inner .right,
    #container.technology .contents .section01 .inner .right .rnd-slider {
        width: 250px;
        height: 250px;
    }

    #container.technology .contents .tit-box p {
        font-size: 22px;
        margin: 60px 0 40px;
    }

    #container.technology .contents .patent-list li,
    #container.technology .contents .patent-list li:nth-child(3n),
    #container.technology .contents .patent-list li:nth-child(4n),
    #container.technology .contents .patent-list li:nth-child(5n) {
        max-width: 100%;
        width: 49%;
        margin: 0 2% 20px 0;
    }

    #container.technology .contents .patent-list li:nth-child(even) {
        margin-right: 0;
    }

    #container.technology .contents .patent-list li .title {
        font-size: 14px;
        line-height: 20px;
        margin: 5px 0 0;
    }

    #container.technology .contents .patent-list li .date {
        font-size: 12px;
    }

    #container.profile .contents .section01 .title {
        margin: 60px auto 0;
        font-size: 26px;
    }

    #container.profile .contents .section01 .title span {
        font-size: 40px;
    }

    #container.profile .contents .section01 .bg img {
        margin-top: -20px;
    }

    #container.profile .contents .txt-box {
        padding: 60px 0;
    }

    #container.profile .contents .txt-box p {
        font-size: 20px;
    }

    #container.profile .contents .txt-box span {
        font-size: 14px;
        line-height: 20px;
    }

    #container.profile .contents .section03 .bg img {
        height: 200px;
    }

    #container.profile .contents .section03 .info {
        margin-top: -40px;
    }

    #container.profile .contents .section03 .info>div {
        font-size: 18px;
        padding: 20px 0 30px;
    }

    #container.profile .contents .section03 .info ul {
        flex-direction: column;
        max-width: 290px;
        margin: 0 auto 30px;
    }

    #container.profile .contents .section03 .info ul li {
        max-width: 100%;
        display: flex;
        align-items: center;
        text-align: left;
        margin-bottom: 30px;
    }

    #container.profile .contents .section03 .info ul li:after {
        display: none;
    }

    #container.profile .contents .section03 .info ul li img {
        width: 42px;
        margin-right: 20px;
    }

    #container.profile .contents .section03 .info ul li p {
        margin: 0 0 5px;
    }

    #container.profile .contents .section03 .info ul li span {
        font-size: 16px;
    }

    #container.profile .contents .section03 .info ul li span span {
        font-size: 14px;
    }

    #container.profile .contents .section .jarallax {
        height: 240px;
    }

    #container.vision .contents .section01 div {
        font-size: 20px;
        line-height: 30px;
    }

    #container.vision .contents .section02 .txt-box {
        bottom: calc(50% + 30px);
    }

    #container.vision .contents .section02 .txt-box p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    #container.vision .contents .section02 .txt-box>span {
        font-size: 14px;
        line-height: 20px;
    }

    #container.vision .contents .section03 .shape-wrap {
        width: 320px;
        height: auto;
        margin-bottom: 80px;
        display: flex;
        flex-direction: column;
    }

    #container.vision .contents .section03 .shape-wrap img {
        margin: 0 auto 20px;
        width: 220px;
        order: -1;
    }

    #container.vision .contents .section03 .shape-wrap div {
        position: static;
        margin-bottom: 20px;
    }

    #container.vision .contents .section03 .shape-wrap div:nth-child(1),
    #container.vision .contents .section03 .shape-wrap div:nth-child(3) {
        top: 0;
    }

    #container.vision .contents .section03 .shape-wrap div:nth-child(2) {
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
    }

    #container.vision .contents .section03 .shape-wrap.aos-animate div:before,
    #container.vision .contents .section03 .shape-wrap.aos-animate div:after {
        display: none;
    }

    #container.history .contents .section01 .txt-box {
        font-size: 20px;
    }

    #container.history .contents .section01 .txt-box p {
        line-height: 30px;
    }

    #container.history .contents .section02 {
        flex-direction: column;
        width: 100%;
        padding-top: 0;
        margin-bottom: 120px;
    }

    #container.history .contents .section02 .history-nav {
        padding-top: 0;
        width: 100%;
        z-index: 1;
    }

    #container.history .contents .section02 .history-nav ul {
        position: relative;
    }

    #container.history .contents .section02 .history-nav ul li {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fff;
        opacity: 0;
        width: 100%;
        text-align: center;
    }

    #container.history .contents .section02 .history-nav ul li a {
        display: block;
        font-size: 20px;
        line-height: 60px;
    }

    #container.history .contents .section02 .history-nav li a:after {
        display: none;
    }

    #container.history .contents .section02 .history-nav ul li.active {
        opacity: 1;
    }

    #container.history .contents .section02 .history-wrap {
        width: 90%;
        margin: 40px auto 0;
    }

    #container.history .contents .section02 .history-wrap .year-wrap {
        padding-top: 50px;
    }

    #container.history .contents .section02 .history-wrap .year-wrap div {
        font-size: 26px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    #container.history .contents .section02 .history-wrap li {
        padding: 10px 0;
    }

    #container.history .contents .section02 .history-wrap li p {
        font-size: 18px;
        margin-right: 20px;
    }

    #container.location .contents .map .root_daum_roughmap {
        margin-top: 40px;
    }

    #container.location .contents .map .root_daum_roughmap .wrap_map {
        height: 260px;
    }

    #container.location .contents .section01 {
        width: 90%;
        margin-bottom: 40px;
    }

    #container.location .contents .section01 .address p {
        font-size: 18px;
        text-align: center;
        margin: 20px 0 5px;
    }

    #container.location .contents .section01 ul li span {
        font-size: 14px;
        line-height: 20px;
    }

    #container.esg .contents .section01 .title {
        margin: 60px auto 0;
        font-size: 26px;
    }

    #container.esg .contents .section01 .bg img {
        margin-top: -15px;
    }

    #container.esg .contents .section02 .txt-box {
        padding: 60px 0;
    }

    #container.esg .contents .section02 .txt-box p {
        font-size: 20px;
    }

    #container.esg .contents .section02 .txt-box span {
        font-size: 14px;
        line-height: 20px;
    }

    #container.esg .contents .bg-wrap .section .txt-box p {
        font-size: 26px;
        margin-bottom: 20px;
    }

    #container.esg .contents .bg-wrap .section .txt-box p span {
        font-size: 16px;
        margin-bottom: 5px;
    }

    #container.esg .contents .bg-wrap .section ul {
        margin-top: 30px;
        flex-direction: column;
    }

    #container.esg .contents .bg-wrap .section ul li {
        display: flex;
        align-items: center;
        width: auto;
        padding: 0;
        margin-bottom: 20px;
    }

    #container.esg .contents .bg-wrap .section ul li .icon {
        width: 34px;
        height: 30px;
        border: none;
        margin: 0 10px 0 0;
    }

    #container.support .contents .board-wrap {
        margin: 40px auto 80px;
    }

    #container.support .contents .board-wrap form .bbs-option select {
        width: 70px;
        height: 35px;
        font-size: 12px;
        padding: 0 10px;
    }

    #container.support .contents .board-wrap form .bbs-option:after {
        right: 10px;
    }

    #container.support .contents .board-wrap form .search {
        width: 180px;
        height: 35px;
    }

    #container.support .contents .board-wrap form .search input[type="text"] {
        font-size: 14px;
    }

    #container.support .contents .board-wrap form .search input[type="submit"] {
        right: 10px;
    }

    #container.support .contents .board-wrap .board-list {
        margin-top: 20px;
    }

    #container.support .contents .board-wrap .board-list li a {
        font-size: 12px;
        height: 40px;
    }

    #container.support .contents .board-wrap .board-list li a .no {
        display: none;
    }

    #container.support .contents .board-wrap .board-list li a .type {
        width: 18%;
    }

    #container.support .contents .board-wrap .board-list li a .title {
        width: 38%;
        margin-right: 4%;
        text-indent: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #container.support.document .contents .board-wrap .board-list li a .title,
    #container.support.service .contents .board-wrap .board-list li a .title {
        width: 56%;
    }

    #container.support .contents .board-wrap .board-list li a .writer {
        width: 16%;
    }

    #container.support .contents .board-wrap .board-list li a .date {
        width: 24%;
    }

    #container.support .contents .board-wrap .write-btn {
        width: 100px;
        height: 30px;
        font-size: 14px;
        margin: 10px 0 40px auto;
    }

    #container.support.document .contents .board-wrap .pagination ul,
    #container.support.service .contents .board-wrap .pagination ul {
        margin-top: 60px;
    }

    #container.support .contents .board-wrap .pagination ul .arrow a {
        width: 20px;
        height: 20px;
    }

    #container.support .contents .board-wrap .pagination ul .arrow a:after {
        width: 5px;
        height: 5px;
        border-width: 0 1px 1px 0;
        top: calc(50% - 3px);
    }

    #container.support .contents .board-wrap .pagination ul .arrow.prev {
        padding-right: 20px;
    }

    #container.support .contents .board-wrap .pagination ul .arrow.prev a:after {
        right: calc(50% - 4px);
    }

    #container.support .contents .board-wrap .pagination ul .arrow.next {
        padding-left: 20px;
    }

    #container.support .contents .board-wrap .pagination ul .arrow.next a:after {
        left: calc(50% - 4px);
    }

    #container.support .contents .board-wrap .pagination ul li a {
        font-size: 14px;
    }

    #container.support .contents .board-view {
        margin: 40px auto 80px;
    }

    #container.support .contents .board-view .title-area {
        height: 80px;
        padding: 10px;
    }

    #container.support .contents .board-view .title-area .title {
        font-size: 16px;
    }

    #container.support .contents .board-view .title-area .title-wrap div {
        font-size: 12px;
    }

    #container.support .contents .board-view .title-area .title-wrap div .writer {
        margin-right: 10px;
        padding-right: 10px;
    }

    #container.support .contents .board-view .title-area .type {
        font-size: 12px;
    }

    #container.support .contents .board-view .con-txt {
        padding: 30px 10px;
    }

    #container.support .contents .board-view .file li a {
        padding: 0 10px;
    }

    #container.support .contents .board-view .file li a .file-name {
        margin-left: 10px;
        font-size: 14px;
    }

    #container.support .contents .board-view .pagination {
        padding: 0;
    }

    #container.support .contents .board-view .pagination .arrow a {
        font-size: 12px;
        width: auto;
        ;
        flex-direction: column;
    }

    #container.support .contents .board-view .pagination .arrow.next a {
        flex-direction: column-reverse;
    }

    #container.support .contents .board-view .pagination .arrow a div {
        padding: 0 10px;
    }

    #container.support .contents .board-view .pagination .arrow a div:after {
        width: 4px;
        height: 4px;
        top: calc(50% - 2px);
    }

    #container.support .contents .board-view .pagination .arrow.next a div {
        text-align: right;
    }

    #container.support .contents .board-view .pagination .arrow a .title {
        width: 130px;
        margin-top: 5px;
    }

    #container.support .contents .board-write form {
        margin: 40px auto 80px;
    }

    #container.support .contents .board-write form .type select {
        width: 100px;
    }

    #container.support .contents .board-write form .type:after {
        left: 150px;
    }

    #container.support .contents .board-write form>div {
        padding: 10px 5px;
    }

    #container.support .contents .board-write form>div label {
        font-size: 12px;
        margin-right: 10px;
        padding-right: 0;
        width: 50px;
    }

    #container.support .contents .board-write form>div label:after {
        display: none;
    }

    #container.support .contents .board-write form>div div input {
        width: calc(100% - 50px);
    }

    #container.support .contents .board-write form>div input {
        width: calc(100% - 50px);
        font-size: 12px;
        padding: 5px;
    }

    #container.support .contents .board-write form>div textarea {
        width: calc(100% - 50px);
        height: 150px;
        font-size: 14px;
        line-height: 20px;
        padding: 5px 10px;
    }

    #container.support .contents .board-write form .file-upload .btn {
        width: 70px;
        font-size: 12px;
        margin-right: 5px;
    }

    #container.support .contents .board-write form .file-upload .upload-name {
        width: 160px;
        font-size: 12px;
        padding: 0 5px;
    }

    #container.support .contents .board-write form .file-upload input[type="file"] {
        width: 225px;
    }

    #container.support .contents .board-write form .btn-wrap {
        margin: 20px 0 0;
    }

    #container.support .contents .board-write form .btn-wrap>* {
        width: 100px;
        height: 35px;
        font-size: 16px;
    }

    #container.recruit .contents .section01 .title {
        margin: 60px auto 0;
        font-size: 26px;
    }

    #container.recruit .contents .section01 .bg img {
        margin-top: -15px;
    }

    #container.recruit .contents .section02 .process {
        margin: 40px 0;
        flex-direction: column;
        align-items: center;
    }

    #container.recruit .contents .section02 .process li {
        width: 200px;
        padding: 10px 0 10px 20px;
        display: flex;
        align-items: center;
    }

    #container.recruit .contents .section02 .process li:before {
        left: 0;
        top: calc(50% - 3px);
        width: 6px;
        height: 6px;
    }

    #container.recruit .contents .section02 .process li:after {
        display: none;
    }

    #container.recruit .contents .section02 .process li p {
        font-size: 16px;
        margin-top: 0;
        margin-left: 10px;
    }

    #container.recruit .contents .section02 .process-detail li {
        margin-bottom: 30px;
    }

    #container.recruit .contents .section02 .process-detail li>p {
        font-size: 25px;
        margin-right: 10px;
    }

    #container.recruit .contents .section02 .process-detail li div {
        width: calc(100% - 40px);
    }

    #container.recruit .contents .section02 .process-detail li div p {
        font-size: 18px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    #container.recruit .contents .mission {
        margin: 40px auto 80px;
    }

    #container.recruit .contents .mission>li>p {
        height: 50px;
        font-size: 18px;
        padding: 0 5px;
    }

    #container.recruit .contents .mission>li:before,
    #container.recruit .contents .mission>li:after {
        width: 14px;
        top: 24px;
        right: 5px;
    }

    #container.recruit .contents .mission .mission-detail {
        padding: 10px;
    }

    #container.recruit .contents .mission .mission-detail>li {
        flex-direction: column;
        margin-bottom: 30px;
    }

    #container.recruit .contents .mission .mission-detail>li p {
        margin-bottom: 5px;
    }

    #container.recruit .contents .mission .mission-detail>li ul {
        padding: 10px;
    }

    #container.recruit.WB .contents .bg-wrap .section .bg {
        height: 180px;
    }

    #container.recruit.WB .contents .bg-wrap .section .bg img {
        height: 260px;
    }

    #container.recruit.WB .contents .bg-wrap .section .title {
        font-size: 30px;
        line-height: 40px;
        top: 80px;
    }

    #container.recruit.WB .contents .section .txt-box {
        flex-direction: column;
    }

    #container.recruit.WB .contents .section .txt-box p {
        font-size: 20px;
        width: 100%;
        margin-bottom: 15px;
    }

    #container.recruit.WB .contents .section .txt-box ul {
        width: 100%;
    }

    #container.recruit.WB .contents .bg-wrap {
        margin-bottom: 140px;
    }

    #container.recruit.WB .contents .bg-wrap .section02 .bg {
        margin: 80px 0 20px;
    }

    #container.recruit.WB .contents .bg-wrap .section03 .bg {
        margin: 80px 0 20px auto;
    }

    #container.sales .contents .section .title {
        font-size: 24px;
        margin: 40px 0 20px;
    }

    #container.sales .contents .section .center-list li {
        width: 100%;
        margin: 0 0 40px;
    }

    #container.sales .contents .section .center-list li div p {
        font-size: 20px;
    }

    #container.sales .contents .section .inner .sub-title {
        font-size: 18px;
        margin: 40px 0 10px;
    }

    #container.sales .contents .section .inner .location {
        font-size: 18px;
        padding-bottom: 5px;
        margin-top: 20px;
    }

    #container.sales .contents .section .inner .location-list {
        overflow-x: scroll;
    }

    #container.sales .contents .section .inner .location-list>li {}

    #container.sales .contents .section .inner .location-list>li>p {
        font-size: 14px;
        width: 70px;
    }

    #container.sales .contents .section .inner .location-list>li ul {
        width: calc(100% - 80px);
        flex: none;
    }

    #container.sales .contents .section .inner .location-list>li li {
        padding: 10px 20px;
        ;
    }

    #container.sales .contents .section .inner .location-list>li li p {
        font-size: 12px;
        margin-bottom: 5px;
    }

    #container.sales .contents .section table {
        font-size: 11px;
        line-height: 18px;
    }

    #container.sales .contents .section table th {
        padding-right: 10px;
    }

    #container.sales .contents .section02 .bg {
        padding: 20px 0 10px;
    }

    #container.sales .contents .section03 .center-list {
        width: 100%;
    }

    #container.sales .contents .section04 {
        margin-bottom: 100px;
    }

    .ta-only {
        display: none;
    }

    .mo-only {
        display: block;
    }
}

@media (max-width:450px) {
    #container.product .contents .section05 .inner .specifications-slider {
        height: 250px;
    }

     #container.product .contents .section05 .inner .specifications-slider-thumb .swiper-slide {
        height: 80px;
    }
}