@charset "utf-8";

a, button, img {
    transition-duration: .2s;
}

:root {
    --point-color:#002655;

    --gray1:#403F41;
    --gray2:#7F7F7F;
}


/* Visual Section */
.company__visual {
    width: 100%;
    height: 100vh;
    min-height: 600px;
    position: relative;
    display:flex;
    justify-content: center;
    align-items: center;
}
.visualSwiper {
    width: 100%;
    height: 100%;
}
.visualSwiper .swiper-slide {
    background: url(../img/main/visual.jpg) center/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.visual__content {
    text-align: center;
    color: #fff;
    z-index:10 !important;
    position: relative;
}
.visual__content h2 span {
    font-size: 55px;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1.3;
    color:#fff;
}
.visual__content h2 b {
    font-size: 55px;
    font-weight: 600 !important;
    margin-bottom: 20px;
    line-height: 1.3;
    color:#fff;
}
.visual__content p {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 130px;
    line-height: 1.6;
}


/* Swiper Navigation Buttons */
.company__visual .swiper-button-prev {
    left:4%;
    top:55%;
}
.company__visual .swiper-button-next {
    right:4%;
    top:55%;
}
.company__visual .swiper-button-prev,
.company__visual .swiper-button-next {
    width:70px;
    height:70px;
    border-radius: 50%;
    background: transparent;
    transition: all 0.2s;
}
.company__visual .swiper-button-prev::after,
.company__visual .swiper-button-next::after {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    content:none;
}
.company__visual .swiper-button-prev:hover,
.company__visual .swiper-button-next:hover {
    background: rgba(255, 255, 255, 0.2);
}
.visual__content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 1;
}
.swiper-slide {
    position: relative;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.visual__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
/* Swiper Pagination */
.company__visual .swiper-pagination {
    bottom:50px;
    z-index: 10;
}
.company__visual .swiper-pagination-bullet {
    width:15px;
    height:15px;
    opacity: 1;
    margin:0 7px !important;
}
.company__visual .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}
.swiper-pagination-bullet {
    background: #7B7B7B;
}
.swiper-button-next svg,
.swiper-button-prev svg {
    display:none !important;
}

.btn__view__more {
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 auto;
    width:120px;
    height:29px;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.2s;
}
.btn__view__more::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 12px;
    margin-left: 7px;
    background: url(../img/main/arrow_right_white.svg) center/contain no-repeat;
    transition: margin-left 0.3s;
}
.btn__view__more:hover {
    background: #fff;
    color: #252525 !important;
}
.btn__view__more:hover::after {
    background: url(../img/main/arrow_right.svg) center/contain no-repeat;
    margin-left: 15px;
}
.visualSwiper {
    z-index: 2;
    position: relative;
}

.btn__view__more.blue {
    border:1px solid #A5ABB2;
    color:var(--point-color) !important;
    transition: all 0.2s;
}
.btn__view__more.blue:hover {
    background: var(--point-color);
    color: #fff !important;
}
.btn__view__more.blue::after {
    background: url(../img/main/arrow_right.svg) center/contain no-repeat;
}

.btn__view__more.blue:hover::after {
    background: url(../img/main/arrow_right_white.svg) center/contain no-repeat;
}

.common__title.gray b {
    color:var(--gray1);
}
.common__title {
    text-align: center;
    padding-top:110px;
    margin-bottom:90px;
}
.common__title b {
    color:var(--point-color);
    font-size:50px;
    display:block;
    font-weight:700;
    line-height:1.2;
}
.common__title span {
    font-size:25px;
    color:var(--gray2);
    font-weight:300;
    display:block;
}
.common__title.sub b {
    font-size:40px;
    margin-bottom:40px;
}
.content__wrapper {
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
    gap:50px;
}
.logo {
    max-width:211px;
    max-height:45px;
}
.maxWidthWrap {
    width: 100%;
    max-width:1600px;
    margin:0 auto;
    padding:0 10px !important;
}
/* header */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 150px;
    padding:0 80px;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:1000;
    transition: background-color 0.3s ease;
}
header:hover .header__bg {
    opacity: 1;
}
.header__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:400px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index:-1;
    opacity: 0;
    transition: opacity 0.3s ease;
}
header nav {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    gap:36px;
}
header nav .menu__items {
    display:flex;
    flex-direction: column;
    gap:10px;
    position: relative;
}
header nav .menu__items>ul {
    display:block;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: max-height 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
    padding-top: 0;
    list-style: none;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 20px 0;
    z-index: 1000;
}
header:hover nav .menu__items>ul {
    max-height: 500px;
    opacity: 1;
    transform: translateY(0);
}
header nav .menu__items>ul>li>a{
    text-align:center;
    font-size:16px;
    color:#fff !important;
    opacity:0.6;
    display: block;
    padding: 5px 0;
    line-height:1.2;
}
header nav .menu__items>ul>li>a:hover {
    opacity: 1;
}
header nav .menu__items>a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    padding:0 10px;
    font-size: 22px;
    color:#fff !important;
    border:2px solid #fff;
    min-width:150px;
    height:53px;
    word-break: keep-all;
    text-align:center;

    border-radius:50px;
}
header nav a:hover {
    color:var(--color-mint2)
}
.header__right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap:85px;
}
.select__lang {
    width: 64px;
    height: 30px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    font-size:20px;
    font-weight:600;
    padding:0 10px;
    background:#fff url(../img/select.svg) 90% no-repeat;
    border:2px solid #CACACA;
}

footer .only_pc_inline {
    color:#fff;
    font-size:17px;
    margin: 0 10px;
}
.header__asdie {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
}
.header__asdie select {
    width: 64px;
    height: 30px;
    border: 1px solid #ccc;
}
.btn__search {

}

/* mobile */
.btn__menu{
}
.btn__menu img {
    width:35px;
}
.btn__menu__close {
    display: none;
}
.only_pc {
    display: block !important;
}
.only_mo {
    display: none !important;
}
.hide__text__mo {
    display: inline-block;
}
.only_pc_inline{
    display: inline-block !important;
}
.related__info.mo {
    display: none;
}
.mySwiper{
    display: none;
}


/* 푸터 */
footer {
    margin-bottom:50px;
    margin-top:100px;
}
footer .maxWidthWrap {
    display:flex;
    justify-content: space-between;
    align-items: center;
}
footer .footer__inner {
    display:flex;
    justify-content: space-between;
    align-items: center;
    gap:70px;
}
footer .footer__email,
footer .footer__address {
    color:#002655 !important;
    font-size:15px;
}
footer .footer__address {
    line-height:2;
}
footer .btn__view__more.blue {
    font-size:22px;
    margin:0;
}


.tab_common {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.tab_common button {
    width:100%;
    background:var(--point-color);
    color:#fff;
    font-size: 32px;
    font-weight: 600;
    padding: 10px 20px;
    height:119px;
    transition: all 0.3s;
    border-bottom:7px solid transparent;
}
.tab_common button.active {
    border-bottom:7px solid #fff;
}
.sub__visual {
    display:flex;
    justify-content: center;
    align-items: center;
    height:446px;
    background:url(../img/company/subbg_company.jpg) center/cover no-repeat;
}
.sub__visual div {
    text-align:center;
    padding-top:150px;
}
.sub__visual h2 {
    font-size:60px;
    font-weight:700;
    color:#fff;
    line-height:1.6;
}
.sub__visual p {
    font-size:30px;
    font-weight:400;
    color:#fff;
}
.sub_tab {
    text-align:center;
    display:flex;
    justify-content: center;
    align-items: center;
    gap:50px;
    margin:80px auto;
}
.sub_tab li {
    display:flex;
    height:80px;
    position:relative;
    width:100%;
}
.sub_tab li a {
    color:#949494;
    font-size:24px;
    font-weight:bold;
    width:100%;
    display:block;
    text-align:center;
}
.sub_tab li:hover a,
.sub_tab li.active a {
    color:var(--point-color);
}
.sub_tab li:hover a:before,
.sub_tab li.active a:before {
    content:'';
    width:54px;
    height:8px;
    background:var(--point-color);
    position:absolute;
    top:-20px;
    left:calc(50% - 27px);
}

@media screen and (max-width:1400px){
    .company_info_intro .intro__text h4, .company_info_intro .intro__text h4 b{
        line-height:1.2;
    }
    .sub_tab {
        gap:20px;
    }
    .sub_tab li a{
        font-size:20px;
    }
    header {
        padding:0 1%;
    }
    header nav{
        gap:2%;
    }
    header nav a{
        font-size:18px;
    }
    .header__asdie{
        gap:10px;
    }
    .maxWidthWrap{
        padding:0 10px;
    }
    .company__content{
        padding-bottom:100px;
    }
    .company__grid{
        gap:30px !important;
    }
    .company__info .info__content{
        padding:40px 20px;
    }
    header nav .menu__items>a{
        width:120px;
        font-size:18px;
    }
    .header__right{
        gap:30px;
    }
    header nav .menu__items>ul>li>a{
        font-size:16px;
    }
}

@media screen and (max-width:991px){
    .header__bg {
        display:none;
    }
    header nav a {
        margin-left: 5%;
    }
    header nav .menu__items>a {
        width:100%;
        border:0;
        text-align:left;
        justify-content:flex-start;
        padding-left:20px;
        background:#000;
        border-top:1px solid #aaa;
        border-radius:0;
        margin-bottom:5px;
        padding-top:0;
    }
    footer .top strong,
    footer .top a,
    footer .btm .copyright,
    footer .btm address {
        font-size:14px;
    }
    footer .box .btn__sns img {
        width: 35px;
    }

    header {
        height:100px;
        display:flex;
        justify-content:space-between;
        align-items:center;
        position:fixed;
        top:0;
        z-index:1000;
        background:rgba(0,0,0,0.8);
        padding-right:40px;
    }
    .logo img {
        max-height:70px;
    }

    header nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 50%;
        height: 100vh;
        background: rgba(0,0,0,0.8);;
        z-index: 1000;
        display: block;
        transition-duration: 0.2s;
    }
    header nav.active {
        overflow:auto;
        right: 0;
    }
    header nav a {
        border-bottom: 1px solid rgba(255,255,255,0.2);
        margin-left: 0;
        padding: 0 30px;
        background: url(../img/main/arrow_right_white.svg) 90% /6px no-repeat;
    }
    header nav .menu__items>ul{
        display:block;
        position:relative;
        color:#fff;
        transform:translateY(0);
        opacity:1;
        top:0;
        overflow:visible;
        max-height:100%;
        height:100%;
        max-height:auto;
        padding:0;
    }
    header nav .menu__items>ul>li>a{
        opacity:1;
        text-align:left;
        padding-left:20px;
    }
    header nav .menu__items{
        gap:0;
    }
    .btn__menu {
        display: block;
        background: none;
        position: relative;
        margin-left:20px;
    }
    .btn__menu img {
        /* width: 30px; */
        width: 30px;
    }
    .btn__menu__close {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        background: none;
        height: 100px;
        width: 100%;
        padding-right: 40px;
        border-bottom: 1px solid #d2d2d3;
    }
    .btn__menu__close img {
        width: 30px;
    }
    header nav a {
        line-height: 1;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size:18px;
    }

    .visual__content h2{
        font-size:35px;
    }
    .visual__content p{
        font-size:24px;
        margin-bottom:50px;
    }
    .company__visual .swiper-button-prev, .company__visual .swiper-button-next{
        width:45px;
        height:45px;
        border:0;
    }
    .company__visual{
        min-height:80vh;
        height:80vh;
    }
    .visual__content h2 span,
    .visual__content h2 b {
        font-size:35px;
    }
    .common__title b{
        font-size:35px;
    }
    .common__title span {
        font-size:20px;
    }
}


@media screen and (max-width:767px){
    body, body * {
        font-size:14px;
    }
    body * {
        word-break:keep-all;
    }
    .product__detail__title,
    .sub_tab li a,
    .btn__view__more.blue,
    .product__viewmore__btn span {
        font-size:17px !important;
    }
    .only_pc {
        display: none !important;
    }
    .only_mo {
        display: block !important;
    }
    .only_pc_inline{
        display: none !important;
    }
    .visual__content{
        padding:0 10px;
    }
    .sub__visual h2 {
        font-size:30px;
    }
    .sub__visual p{
        font-size:17px;
        padding:0 20px;
    }
    .sub_tab{
        gap:10px;
        margin:30px auto;
        align-items:flex-start;
    }
    .sub_tab li{
        padding:0 2px;
        height:auto;
        align-items:flex-start;
        position:relative;
    }
    .sub_tab li a{
        font-size:12px !important;
        word-break:break-all;
    }
    .common__title.sub b{
        font-size:24px;
    }
    .maxWidthWrap {
        padding: 0 6vw;
    }
    header nav {
        width:80%;
    }
    header h1 img{
        height: 50px;
    }
    header{
        height: 52px;
        z-index: 1000;
        padding-right:20px;
    }
    footer .top strong, footer .top a, footer .btm .copyright, footer .btm address{
        font-size:3.2vw;
    }
    footer .top a {
        margin-left: 2.7vw;
    }
    footer {
        padding: 6vw 0;
        position: relative;
    }
    footer .btn__group {
        display: none;
    }
    .btn__sns {
        position: absolute;
        right: 0;
        top: 0;
    }
    footer .btm .box:last-child {
        min-width: auto;
    }
    footer .top strong, footer .top a, footer .btm .copyright, footer .btm address{
        font-size:2.8vw
    }
    footer .btm address {
        margin-top: 7vw;
        margin-bottom: 2vw;
    }
    footer .box .btn__sns {
        top: 15px;
    }
    footer .box .btn__sns img{
        width: 7vw;
    }
    footer .box .btn__sns.facebook {
        right: 9vw;
    }
    footer .top strong {
        font-weight: 300;
    }
    .related__info.mo {
        display: flex;
    }
    .society__photo.pc {
        display: none;
    }
    .otherView {
        display: block !important;
    }
    .header__asdie select{
        width:55px;
        height:30px;
        font-size:12px;
    }
    .btn__search img {
        max-width:20px;
    }
    .btn__menu img {
        max-width:20px;
    }
    .btn__menu__close{
        height:52px;
        padding-right:20px;
    }
    .btn__menu__close img{
        width:20px;
    }
    header nav a{
        font-size:14px;
    }

    .visual__content h2 {
        font-size:20px;
    }
    .visual__content p{
        font-size:17px;
        margin-bottom:50px;
    }
    .company__visual .swiper-button-prev, 
    .company__visual .swiper-button-next{
        width:30px;
        height:30px;
    }
    .company__visual .swiper-button-prev img, 
    .company__visual .swiper-button-next img{
        width:100%;
    }
    .btn__view__more {
        width:170px;
        height:40px;
        font-size:14px;
    }
    .company__visual .swiper-pagination-bullet{
        width:10px;
        height:10px;
    }

    .common__title{
        padding-top:50px;
        margin-bottom:30px;
    }
    .common__title b{
        font-size:24px;
    }
    .common__title span{
        font-size:14px;
    }
    footer{
        margin:0;
    }
    footer .footer__inner {
        display:block;
    }
    .footer__logo img {
        height:40px;
        margin-bottom:20px;
    }
    footer .footer__info{
        display:block;
    }
    footer .maxWidthWrap{
        display:block;
    }
    footer .footer__email, footer .footer__address{
        font-size:12px;
        margin-bottom:10px;
        line-height:1;
    }
    footer .btn__view__more.blue{
        font-size:14px;
        width:150px;
        height:35px;
        margin-top:20px;
    }
    
    .sub_tab li a{
        font-size:24px;
    }
    .sub_tab li a br{
        display:none;
    }
    .sub_tab li:hover a:before, .sub_tab li.active a:before{
        width:30px;
        /* left:calc(50% - 15px); */
        height:7px;
    }
    .sub_tab li:hover a:before, .sub_tab li.active a:before{
        left:calc(50% - 17px);
        width:30px;
    }
    .sub__visual{
        height:210px;
    }
    .sub__visual div{
        padding-top:50px;
    }
    .bottom__btnbox{
        margin-top:40px !important;
        margin-bottom:40px !important;
        display:block !important;
    }
    .bottom__btnbox a{
        font-size:17px !important;
        height:50px !important;
        padding-left:10px;
        width:100% !important;
        margin-bottom:10px;
    }
}
