@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

body {
    scroll-behavior: smooth;
}

.company_info_wrap {
    margin-top: -64px;
    font-family: 'pretendard', sans-serif;
}

.company_info_top {
    background-image: url(../images/company/company_info_main_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 960px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    word-break:keep-all;
}

.company_info_wrap {
    width: 100%;
}

.company_info_content {
    padding: 150px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.company_info_content > .content_inner {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    justify-content: normal;
    align-items: center;
    box-sizing: border-box;
}

.company_info_top_title {
    font-size: 64px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}

.company_info_top_subtitle {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding-top: 48px;
    box-sizing: border-box;
}

.company_info_top_subtitle > .point_color {
    color: #0EC2F5;
}

.scroll_down {
    position: absolute;
    bottom: 167px;
    text-align: center;
    display: block;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    color: #fff;
}

a.scroll_down:hover,
a.scroll_down:active,
a.scroll_down:visited,
a.scroll_down:focus{
	color: #fff;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.scroll_down::before {
    border-style: solid;
    border-width: 0.25em 0.25em 0 0;
    content: '';
    display: inline-block;
    height: 20px;
    position: relative;
    top: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    vertical-align: top;
    width: 20px;
}

#company_info_tab {
    display: flex;
    justify-content: center;
    height: 65px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    position: sticky;
    background-color: #fff;
    top: 64px;
    z-index: 10;
}

#company_info_tab > ul {
    display: flex;
    gap: 48px;
}

#company_info_tab > ul > li > a {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 4px solid #fff;
    height: 64px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    color: #555;
    text-wrap: nowrap;
}

.inpsyt_info_content {
    display: none;
}

.inpsyt_info_content.active {
    display: block;
}

#company_info_tab > ul > li.on > a {
    color: #111;
    border-bottom: 4px solid #111;
}

.small_title {
    background-color: #111;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 0 16px;
    height: 36px;
    line-height: 36px;
    border-radius: 22px;
}

.company_info_content#company_introduction {
    background-color: #F4F8FE;
}

.company_info_content_title {
    font-size: 44px;
    font-weight: 700;
    color: #111;
    margin: 40px 0;
}

.company_info_content_desc {
    font-size: 22px;
    font-weight: 600;
    color: #555;
    text-align: center;
    margin-bottom: 74px;
}
.company_info_content_desc .font_blue{
	font-weight:700;
}

.company_service_banner {
    display: flex;
    width: 100%;
    gap: 20px;
}

.company_service_banner .small_banner {
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px 30px 60px;
    box-sizing: border-box;
    border-radius: 20px;
}

.company_service_banner .small_banner.banner_1 {
    width: 30%;
    background-image: url(../images/company/company_info_small_banner_1.png);
}

.company_service_banner .small_banner.banner_2 {
    width: 30%;
    background-image: url(../images/company/company_info_small_banner_2.png);
}

.company_service_banner .small_banner_wrap {
    width: 40%;
}

.company_service_banner .small_banner.banner_3 {
    width: 100%;
    height: 300px;
    padding-bottom: 40px;
    background-image: url(../images/company/company_info_small_banner_3.png);
    align-items: flex-end;
}

.company_service_banner .small_banner.banner_4 {
    width: 100%;
    height: 300px;
    margin-top: 20px;
    padding-bottom: 40px;
    background-image: url(../images/company/company_info_small_banner_4.png);
    align-items: flex-end;
}

.company_service_banner .service_banner_btn {
    border-radius: 27px;
    height: 52px;
    text-align: center;
    padding: 0 24px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company_service_banner .service_banner_btn img {
    margin-left: 8px;
}

.service_info .service_banner_title {
    font-size: 30px;
    font-weight: 600;
    color: #111;
}

.service_info .service_banner_desc {
    font-size: 16px;
    font-weight: 500;
    color: #555;
    margin-top: 28px;
    word-break: keep-all;
}
.service_info .service_banner_desc .point_text{
	color:#333;
	font-weight:700;
}
.company_service_banner .small_banner.banner_3 .service_banner_desc,
.company_service_banner .small_banner.banner_4 .service_banner_desc {
    width: 70%;
}

.company_info_content.brand_story {
    background-image: url(../images/company/company_info_banner_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0 187px;
}

.company_info_content.brand_story .small_title {
    background-color: #fff;
    color: #333;
}

.company_info_content.brand_story .company_info_content_title {
    color: #fff;
}

.brand_value_banner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
}
.brand_value_banner.first{
	margin-top:50px;
}

.brand_value_banner .small_banner {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 40px 44px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    width: 33.333%;
    height: 320px;
    box-shadow: 0 4px 20px 0 rgba(214, 222, 235, 0.8);
    box-sizing: border-box;
    border-radius: 20px;
}

.brand_value_banner .small_banner .brand_value_title_en {
    position: absolute;
    right: 12px;
    top: 22%;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
}

.brand_value_banner.second .small_banner .brand_value_title_en {
    top: 8%;
}

.small_banner_title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.small_banner_title .icon {
    padding: 0 16px;
    height: 36px;
    line-height: 36px;
    border-radius: 22px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 600;
}

.small_banner_title .brand_value_title {
    font-size: 44px;
    font-weight: 600;
    color: #111;
}

.brand_value_banner .brand_value_desc {
    font-size: 18px;
    font-weight: 500;
    color: #555;
    letter-spacing: -0.5px;
    word-break:keep-all;
}

.brand_value_banner .brand_value_desc .point_text {
    color: #333;
    font-weight: 700;
}

.brand_value_banner .small_banner:nth-of-type(1) .brand_value_title_en {
    color: #E6E6E6;
}

.brand_value_banner .small_banner:nth-of-type(1) .icon {
    border: 2px solid #2B398F;
    color: #2B398F;
}

.brand_value_banner .small_banner:nth-of-type(2) .icon {
    border: 2px solid #00BEF3;
    color: #00BEF3;
}

.company_info_content.brand_story div:last-of-type > .small_banner {
    width: 50%;
    height: 300px;
    padding: 40px 44px;
    box-sizing: border-box;
    margin-top: 20px;
}

.company_info_content.brand_story div:last-of-type > .small_banner .brand_value_desc{
	width:78%;
}

#map-wrap {
    width: 100%;
    height: 320px;
    border-radius: 20px;
    background-color: #e2e2e2;
    margin-top:40px; 
}

.info-title > a {
    background-color: #000;
    padding: 5px 8px;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
}

.companymap_info_detail {
    margin-top: 80px;
}

.companymap_info_detail_list > li {
    display: flex;
    gap: 80px;
}

.companymap_info_detail_list > li + li {
    margin-top: 30px;
}

.companymap_info_detail_list .info_title {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    min-width: 70px;
}

.companymap_info_detail_list .info_content {
    font-size: 22px;
    font-weight: 600;
    color: #555;
}

.info_content .detail_content {
    font-size: 18px;
    font-weight: 600;
    color: #999;
    margin-top: 14px;
}


/**************************************  연혁  *********************************************/
.company_history_tab {
    display: flex;
    gap: 80px;
    justify-content: center;
    align-items: center;
    height: 88px;
    position: sticky;
    top:129px;
    left:0;
    background-color: #fff;
    z-index: 10;
}

.company_history_tab > .company_history_tab_title {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

.company_history_tab .company_history_tab_list {
    display: flex;
    gap: 12px;
}

.company_history_tab .company_history_tab_list > li > a {
    background-color: #F6F6F6;
    border-radius: 22px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.company_history_tab .company_history_tab_list > li > a:hover {
    background-color: #111;
    color: #fff;
}

.inpsyt_history {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.inpsyt_history > .inpsyt_history_title {
    font-size: 64px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-top: 80px;
}

.inpsyt_history > .inpsyt_history_desc {
    font-size: 18px;
    font-weight: 600;
    color: #555;
    text-align: center;
    margin: 24px auto 60px;
}

.inpsyt_history > .inpsyt_history_img {
    width: 710px;
    height: 810px;
    margin: 0 auto 120px;
    background-image: url(../images/company/inpsyt_history.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
    border-radius:20px;
}

.inpsyt_history > .inpsyt_history_img.big {
    width: 100%;
    max-width: 1440px;
    height: 810px;
}

.inpsyt_history > .inpsyt_history_img > .ani_text {
    opacity: 0;
    gap: 20px;
    justify-content: center;
    align-items: center;
    transition: opacity 1s ease-in-out;
}

.inpsyt_history > .inpsyt_history_img.big > .ani_text {
    opacity: 1;
    display: flex;
}

.inpsyt_history > .inpsyt_history_img > .ani_text > .title {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    transition: opacity 0.3s ease 0.3s;
}

.inpsyt_history > .inpsyt_history_img > .ani_text > .line {
    width: 708px;
    height: 2px;
    background-color: #fff;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: opacity 0.1s ease 0.1s, transform 0.5s ease 0.5s;
}

.inpsyt_history > .inpsyt_history_img.big > .ani_text > .line {
    opacity: 1;
    transform: scaleX(1);
}

.history_list_wrap {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-bottom: 200px;
}

.history_list_wrap > ul {
    width: 100%;
}

.history_list_wrap > ul > li {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.history_list_wrap > ul > li:nth-child(even){
    justify-content: flex-end;
}

.history_list_wrap > ul > li > .history_content {
    width: 710px;
    border-top: 1px solid #ddd;
    padding-top: 24px;
}

.history_list_wrap > ul > li + li {
    margin-top: 40px;
}

.history_list_wrap > ul > li > .history_content {
    display: flex;
    gap: 64px;
}

.history_content > .h_year {
    font-size: 64px;
    font-weight: 600;
    color: #2B398F;
}

.history_content > .h_content > ul {
    list-style: disc;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #555;
    word-break: keep-all;
}

.history_content > .h_content > ul > li + li {
    margin-top: 16px;
}

/************************* 연구개발진 ******************************/
.formation_title {
    font-size: 64px;
    font-weight: 600;
    color: #111;
    margin: 0 auto;
    padding: 80px 0;
    text-align: center;
}

.formation_visual {
    width: 100%;
    max-width: 1440px;
    height: 400px;
    margin: 0 auto;
    background-image: url(../images/company/formation_visual_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.formation_list {
    width: 100%;
    max-width: 1440px;
    margin: 80px auto 140px;
}

.formation_list > ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
    justify-content: space-between;
}

.formation_list > ul > li {
    width: calc(50% - 10px);
    height: 82px;
    border-radius: 16px;
    background-color: #F6F6F6;
    font-size: 18px;
    font-weight: 600;
    color: #555;
    display: flex;
    align-items: center;
    padding-left: 120px;
    box-sizing: border-box;
}

.formation_list > ul > li.deep {
    background-color: #EDEDED;
}

.formation_list > ul > li > .name {
    color: #333;
    font-size: 24px;
    margin-right: 50px;
}

@media (max-width:1024px) {
	.line_break{
		display:block;
		font-size:inherit;
	}
    .company_info_top {
        height: 500px;
    }
    #company_info_tab > ul{
        gap:20px;
    }
    .company_info_top > div {
        padding: 0 20px;
        box-sizing: border-box;
    }

    .company_info_top_title {
        font-size: 30px;
    }

    .company_info_top > div.company_info_top_subtitle {
        padding-top: 30px;
        word-break: keep-all;
    }

    .company_info_top_subtitle,
    .company_info_top_subtitle span {
        font-size: 18px;
    }
	
	.company_info_top_subtitle .company_name{
		display:block;
	}
    .scroll_down {
        bottom: 70px;
    }
	
    .company_info_content > .content_inner {
        padding: 0 20px;
        flex-wrap: wrap;
    }

    #company_info_tab > ul > li > a {
        font-size: 16px;
    }

    .company_info_content {
        padding: 60px 0;
    }

    .company_info_content_title {
        font-size: 24px;
        word-break: keep-all;
        text-align: center;
    }
    .company_info_content_title span{
    	font-size:24px;
    	display:block;
    }

    .company_info_content_desc {
        font-size: 16px;
        margin-bottom: 40px;
        word-break: keep-all;
    }
    .company_info_content_desc .font_blue{
    	font-size: 16px;
    }

    .company_service_banner {
        flex-wrap: wrap;
    }

    .company_service_banner .small_banner {
        padding: 25px;
        height: 320px;
    }

    .company_service_banner .small_banner.banner_1,
    .company_service_banner .small_banner.banner_2,
    .company_service_banner .small_banner_wrap {
        width: 100%;
    }

    .company_service_banner .small_banner.banner_3,
    .company_service_banner .small_banner.banner_4 {
        align-items: flex-start;
        padding-bottom: 25px;
    }

    .service_info .service_banner_title {
        font-size: 24px;
    }

    .service_info .service_banner_desc {
        font-size: 14px;
    }

    .company_service_banner .small_banner.banner_3 .service_banner_desc,
    .company_service_banner .small_banner.banner_4 .service_banner_desc {
        width: 100%;
    }

    .brand_value_banner .small_banner {
        width: 100%;
        height: 280px;
        padding: 30px;
    }

    .brand_value_banner {
        flex-wrap: wrap;
    }

    .company_info_content.brand_story {
        padding: 60px 0;
    }

    .small_banner_title .brand_value_title {
        font-size: 28px;
    }

    .brand_value_banner .small_banner .brand_value_title_en {
        font-size: 40px;
    }

    .brand_value_banner .brand_value_desc,
    .brand_value_banner .brand_value_desc .point_text {
        font-size: 16px;
    }

    .company_info_content.brand_story div:last-of-type > .small_banner {
        width: 100%;
        height: 420px;
        padding: 30px;
        
    }
    .company_info_content.brand_story div:last-of-type > .small_banner .brand_value_desc{
    	width:100%;
    }

    .small_banner_title .icon {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .brand_value_banner.second .small_banner .brand_value_title_en {
        top: 10%;
    }

    .companymap_info_detail {
        width: 100%;
        margin-top: 40px;
    }

    .companymap_info_detail_list > li {
        flex-direction: column;
        gap: 20px;
    }

    .companymap_info_detail_list .info_title {
        font-size: 20px;
    }

    .companymap_info_detail_list .info_content,
    .info_content .detail_content {
        font-size: 16px;
    }

    /*************************연혁*******************************/
    .company_history_tab {
        width: 100%;
        height: auto;
        flex-direction: column;
        gap: 20px;
        padding: 40px 0;
    }

    .history_tab_list_wrap {
        width: 100%;
        overflow: hidden;
    }

    .company_history_tab_list {
        padding: 0 20px;
        overflow-x:auto;
    }
    .company_history_tab_list::-webkit-scrollbar {
        display: none;
    }
    
    .company_history_tab .company_history_tab_list > li > a{
        text-wrap:nowrap;
    }
    .inpsyt_history {
        padding: 0 20px;
        box-sizing: border-box;
    }

    .inpsyt_history > .inpsyt_history_title {
        font-size: 30px;
        margin-top: 20px;
    }
    .inpsyt_history > .inpsyt_history_desc{
        font-size: 16px;
        margin-bottom:40px;
    }
    .inpsyt_history > .inpsyt_history_img{
        width:100%;
        height:300px;
        border-radius: 20px;
        margin-bottom:60px;
        padding:30px;
        box-sizing: border-box;
        background-size:cover;
    }
    .inpsyt_history > .inpsyt_history_img.big{
        height:300px;
    }
    .inpsyt_history > .inpsyt_history_img > .ani_text{
        width:100%;
    }
    .history_list_wrap > ul > li > .history_content{
        width:100%;
        padding:24px 20px;
        box-sizing: border-box;
        flex-direction: column;
        gap:20px;
    }
    .history_content > .h_year{
        font-size: 30px;
    }
    .history_content > .h_content > ul{
        font-size:16px;
    }
    .history_list_wrap > ul > li + li{
        margin-top:20px;
    }
    .history_list_wrap{
        padding-bottom: 100px;
    }
    
    /*****************************연구개발진*******************************/
    #inpsyt_formation{
        padding:0 20px;
        box-sizing: border-box;
    }
    .formation_title{
        font-size: 30px;
        padding:40px 0;
    }
    .formation_visual{
        border-radius: 20px;
        padding:30px;
        box-sizing: border-box;
        font-size: 16px;
        height:300px;
        text-align: center;
    }
    .formation_list{
        margin:60px auto;
    }
    .formation_list > ul > li{
        width:100%;
        height:70px;
        padding:0 20px;
        font-size: 14px;
        display: flex;
        align-items: center;
    }
    .formation_list > ul > li > .name{
        font-size:18px;
        display: inline-block;
        width:70px;
        margin-right:0;
    }
    .formation_list > ul > li > span:last-of-type{
        width:calc(100% - 70px);
    }
    .formation_list > ul > li.deep{
        background-color: #F6F6F6;
    }
    .formation_list > ul > li:nth-child(even){
        background-color: #EDEDED;
    }
}