/* ---------- company ---------- */
/* ---------- company ---------- */

/* ----- company - greeting ----- */
html {
    font-size: 62.5%;
}

@media screen and (max-width: 767px) {
    html {
        font-size: 58%;
    }
}

.greeting {
    position: relative;
    /* z-index: -1; */
}

.greeting .greeting-tit {
    padding: 100px 0 0;
    text-align: center;
}

.greeting .row+.row {
    margin-top: 100px;
}


.greeting .greeting-tit h3 {
    font-size: 32px;
    color: #333333;
    line-height: 1.5;
    letter-spacing: -0.008em;
    font-weight: 600;
    margin-bottom: 20px;
}

.greeting .greeting-tit p {
    font-size: 16px;
}

.greeting .greeting-message {
    position: relative;
    padding: 50px 0;
}

.greeting .greeting-message:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 35%;
    height: 100%;
    background: #f4f4f4;
}

.greeting .greeting-message .inner {
    display: flex;
    justify-content: space-between;
}

.greeting .greeting-message .inner>* {
    padding-left: 55px;
    width: 50%;
}

.greeting .greeting-message .txtbox>strong {
    display: block;
    margin: 30px 0 50px;
    font-size: 24px;
    color: #333333;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: -0.010em;
}

.greeting .greeting-message .txtbox>p {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
    letter-spacing: -0.015em;
}

.greeting .greeting-message .txtbox .ceo-name {
    padding-top: 85px;
}

.greeting .greeting-message .txtbox .ceo-name span {
    display: inline-block;
    font-size: 18px;
    color: #111111;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.014em;
    vertical-align: middle;
}

.greeting .greeting-message .txtbox .ceo-name strong {
    display: inline-block;
    margin-left: 0.417em;
    font-size: 24px;
    color: #111111;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.010em;
    vertical-align: middle;
}


/* greeting 추가영역 */
.greeting-sub-banner {
    padding: 100px 0;
    position: relative;
}

.greeting-sub-banner .sub-banner {
    position: relative;
    height: 600px;
}

.greeting-sub-banner .sub-banner .bg-wrap {
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.greeting-sub-banner .sub-banner .bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-image: url("/images/sub/greeting_intro.jpg");
}

.greeting-sub-banner2 .sub-banner {
    position: relative;
    height: 500px;
    /* background-size: 120% auto; */
    background-size: cover;
    /*   background-position-x: center;
    background-position-y: 0;*/
    background-image: url("/images/sub/greeting_intro2.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.greeting-sub-banner-txt {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.greeting-sub-banner-txt p {
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.greeting-sub-banner-txt p+p {
    margin-top: 20px;
}

/* .aos-init .sub-banner::before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    transition: width .83s ease-out;
}

.aos-animate .sub-banner::before {
    width: 0%
} */


.greeting-mid-txt {
    padding: 50px 0;
    text-align: center;
}

.greeting-mid-txt h2 {
    font-weight: bold;
    font-size: 48px;
    letter-spacing: -1px;
}

.greeting-intro {
    padding: 0 0 100px;
}

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

    .greeting-sub-banner {
        padding: 50px 0;
    }

    .greeting-sub-banner .sub-banner {
        height: 350px;
    }

    .greeting-sub-banner-txt p {
        font-size: 14px;

    }
}


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

    .greeting {
        overflow: hidden;
    }

    .greeting .greeting-message {
        padding: 0 0 50px;
    }

    .greeting .greeting-tit {
        padding: 50px 0 0;
    }

    .greeting .greeting-tit h3 {
        font-size: 24px;
    }

    .greeting .greeting-message .inner {
        flex-wrap: wrap;
    }

    .greeting .greeting-message .inner>* {
        width: 100%;
        padding-left: 0;
    }

    .greeting .greeting-message .txtbox>strong {
        font-size: 18px;
    }

    .greeting .greeting-message .imgbox .img {
        position: relative;
        padding: 40px 0 40px 40px;
        margin: 0 auto 5em;
        max-width: 450px;
    }

    .greeting .greeting-message .imgbox .img:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        width: 80%;
        height: 100%;
        background: #f4f4f4;
    }

    .greeting .greeting-message:after {
        display: none;
    }

    .greeting .greeting-message .txtbox .ceo-name {
        padding-top: 30px;
    }


    /* greeting 추가 */
    .sub-banner {
        height: 350px;
    }

    .greeting-intro {
        padding: 0 0 50px;
    }

    .greeting-mid-txt h2 {
        font-size: 26px;
    }
}

@media screen and (max-width:480px) {
    .greeting .greeting-message .txtbox .ceo-name span {
        font-size: 16px;
    }

    .greeting .greeting-message .txtbox .ceo-name strong {
        font-size: 20px;
    }
}

/* ****** History ****** */
#historyCon {
    position: relative;
}

.about-right-txt {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: calc(69px + 100px);
    right: 300px;
}

/* .about-right-txt.top-fixed {position: fixed; top: var(--sub-menu-height);}
.about-right-txt.bottom-fixed {position: fixed; top: var(--sub-menu-height);} */
/* .about-right-txt.bottom-fixed {position: absolute; top: auto; bottom: var(--sub-menu-height);} */
/* .about-right-txt.bottom-fixed {position: absolute; top: auto; bottom: var(--sub-menu-height); } */
.about-right-txt .txt-svg {
    margin-bottom: 16.5rem;
}

.about-right-txt .txt-svg path {
    fill: rgb(245, 245, 245);
}

.about-right-txt .txt-svg path.white {
    fill: rgb(255, 255, 255);
}

/* .about-right-txt.bottom-fixed .txt-svg path { fill:rgb(255, 255, 255); } */
.history-con {
    padding: 100px 0;
    position: relative;
}

.history-year-group-box {
    position: relative;
    z-index: 1;
}

/* .history-year-group-box::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 70%;
    height: 100%;
    background-color: #f4f4f4;

} */

.history-con .history-year-list {
    position: relative;
}

.history-con .history-year-list:before {
    position: absolute;
    content: "";
    top: 15px;
    bottom: 30px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 96%;
    background-color: #e1e1e1;
    z-index: 1;
}

.history-year-item {
    display: flex;
    flex-wrap: wrap;
}

.history-year-item .history-year {
    position: relative;
    display: flex;
    /*  align-items: ; */
    /* justify-content: start; */
    justify-content: flex-end;
    text-align: right;
    /* width: 290px; */
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.history-year-item .history-year strong {
    display: inline-block;
    text-align: right;
    text-align: left;
    width: 193px;
    transition: all 0.5s ease;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: -0.72px;
    color: #000000;
}

.history-year-item .history-year .dots {
    position: absolute;
    display: block;
    top: 13px;
    right: -6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 3px solid #0F5676;
    background: #fff;
    transition: all 0.3s;
    box-sizing: border-box;
    border-radius: 50%;
    z-index: 2;
}

/* .history-year-item .history-year .dots:before {position: absolute; content: ''; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 9rem; height: 9rem; border-radius: 9rem; background: rgba(15, 86, 118, 0.1); } */
.history-year-item .dots .inner-dots {
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    background: rgba(15, 86, 118, 0.23);
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 3;
    transition: all 0.3s;
}

.history-year-item .dots .inner-dots:after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 90px;
    height: 90px;
    z-index: -1;
    background: rgba(15, 86, 118, 0.1);
    border-radius: 100%;
    transition: all 0.5s;
}

.history-year-item .history-month-box {
    /* width: calc(100% - 290px); */
    width: 50%;
    padding-bottom: 100px;
}

.history-con .history-year-item:last-of-type .history-month-box {
    padding-bottom: 0;
}

.history-year-item .history-month-box li {
    display: flex;
    padding-left: 75px;
    margin-bottom: 30px;
}

.history-year-item .history-month-box li:last-child {
    margin-bottom: 0;
}

.history-year-item .history-month-box li .history-month {
    width: 44px;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: -0.36px;
    color: #000000;
    font-weight: bold;
}

.history-year-item .history-month-box li .history-detail-txt-con {
    width: calc(100% - 44px);
}

.history-year-item .history-month-box li .history-detail-txt-con .history-detail-txt {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: -0.36px;
    color: #000000;
}

/* active */
.history-year-item.active .history-year strong {
    font-size: 40px;
    letter-spacing: -1.6px;
    line-height: 1;
}

.history-year-item.active .dots .inner-dots {
    transform: translate(-50%, -50%) scale(1);
    animation: dots-ani 0.5s forwards ease;
    animation-delay: 0.05s;
}

.history-year-item.active .dots .inner-dots:before {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 100%;
    border: 0.5rem solid #0F5676;
    animation: dots-ani 0.5s forwards ease;
    animation-delay: 0.02s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.history-year-item.active .dots .inner-dots:after {
    animation: dots-ani 0.5s forwards ease;
    animation-delay: 0.08s;
}

@keyframes dots-ani {
    0% {
        transform: translate(-50%, -50%) scale(0);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

/* .history-year-item:last-of-type..history-year-item .history-year .dots .dots .inner-dots {background:none;}
.history-year-item:last-of-type.active .dots .inner-dots:after{display:none;} 
.history-style02 .history-year-item:last-of-type.active .dots .inner-dots:before {border:10px solid #00854A;} */



/* ****************** About Us ****************** */


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

    /* ****** History ****** */
    .about-right-txt {
        right: 100px;
        top: 100px;
    }

    .about-right-txt.top-fixed {
        position: fixed;
        top: 0;
    }

    .about-right-txt.bottom-fixed {
        position: fixed;
        top: 0;
    }

    /* .history-year-item .history-year {width: 230px;}
	.history-year-item .history-year strong {width: 153px;}
	.history-year-item .history-month-box {width: calc(100% - 230px);} */
    /* .history-con .history-year-list:before {left: 230px;} */

}

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

    /* ****** History ****** */
    .history-year-item .history-year {
        /* width: 150px; */
        justify-content: start;
    }

    .history-con {
        padding: 50px 0;
    }

    /* .history-con .history-year-list:before {left: 150px;  height: 94.5%;} */
    .history-year-item .history-year strong {
        width: 83px;
    }

    .history-year-item.active .history-year strong {
        font-size: 32px;
    }

    /* .history-year-item .history-month-box {width: calc(100% - 150px); padding-bottom: 70px;} */
    .history-year-item .history-month-box li {
        padding-left: 50px;
    }

    .history-year-item .dots .inner-dots:after {
        width: 70px;
        height: 70px;
    }

    .history-year-item .dots .inner-dots {
        width: 45px;
        height: 45px;
    }


    .history-year-item.active .history-year strong {
        font-size: 28px;
    }

    .history-year-item .history-month-box li .history-detail-txt-con .history-detail-txt {
        font-size: 16px;
    }

}

@media screen and (max-width:480px) {
    .history-year-item .history-year {
        width: 120px;
        justify-content: start;
    }

    .history-year-item .history-year strong {
        width: 63px;
    }

    .history-con .history-year-list:before {
        left: 120px;
        height: 94.5%;
    }

    .history-year-item.active .history-year strong {
        font-size: 30px;
    }

    .history-year-item .history-month-box {
        width: calc(100% - 120px);
        padding-bottom: 70px;
    }

    .history-year-item .history-month-box li {
        flex-wrap: wrap;
    }

    .history-year-item .history-month-box li .history-month {
        width: 100%;
    }

    .history-year-item .history-month-box li .history-detail-txt-con {
        width: 100%;
    }

    .history-year-item .history-month-box li .history-detail-txt-con .history-detail-txt {
        line-height: 1.4;
    }

    .history-year-item .history-month-box li .history-detail-txt-con .history-detail-txt {
        font-size: 14px;
    }
}




/* 마지막 */

.greeting .about {
    padding: 100px 0;
    background-color: #f4f4f4;
}

.greeting .box {
    display: flex;
    position: relative;
    color: #000;
}

.greeting .box__left {
    /* flex-shrink: 0; */
    flex-basis: 385px;
}

.greeting .sub-title {
    position: sticky;
    top: 200px;
    max-width: 385px;
    z-index: 2;
}

.greeting .sub-title--ko>h4 {
    font-size: 36px;
    line-height: 46px;
    font-weight: bold;
}

.greeting .dot-title {
    display: block;
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #004386;
}

/* .greeting .dot-title::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    background-image: url(https://www.hcarbon.com/resources/assets/images/common/icon_hexa_blue.svg);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
} */

.greeting .box__left.fixed .sub-title {
    position: fixed;
    top: 140px;
    width: 100%;
}


.greeting .box__right {
    flex-basis: 100%;
}

.greeting .list>li {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 98px;
}

.greeting .list__figure img {
    width: 100%;
}

.greeting .list__contents {
    /* flex-shrink: 0; */
    flex-basis: 560px;
    padding-left: 60px;
}

.greeting .list__title {
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
}

.greeting .list__contents .dot-list {
    margin-top: 20px;
}

.greeting .dot-list>li:first-child {
    margin-top: 0;
}

.greeting .dot-list>li {
    position: relative;
    margin-top: 10px;
    padding-left: 10px;
}

.greeting .dot-list>li::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #999;
    border-radius: 50%;
}


@media screen and (max-width:1280px) {
    .greeting .box {
        flex-direction: column;
        gap: 40px;
    }

    .greeting .box__left {
        flex-basis: auto;
    }

    .greeting .list>li {
        flex-wrap: wrap;
        margin-bottom: 60px;
        gap: 30px;
        justify-content: flex-start;
    }

    .greeting .list__contents {
        padding-left: 0;
    }



}

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

    .greeting .about {
        padding: 50px 0;
    }

    .greeting .sub-title--ko>h4 {
        font-size: 24px;
    }

    .greeting .list__title {
        font-size: 20px;
    }

    .greeting .dot-list>li {
        font-size: 14px;
    }

}

/* ----- company - greeting ----- */

/* ----- company - location ----- */

.sub-con-smtit02 .tit {
    position: relative;
    padding-top: 0.469em;
    font-size: 3.2rem;
    color: #222222;
    font-weight: 700;
    line-height: 1.406em;
}

.sub-con-smtit02 .tit:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 3px;
    background: #004386;
}

@media screen and (max-width: 1440px) {
    .sub-con-smtit02 .tit {
        font-size: 2.8rem;
    }
}

@media screen and (max-width: 1024px) {
    .sub-con-smtit02 .tit {
        font-size: 2.4rem;
    }

}

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

#company .location-list-cont {
    padding: 12em 0 15em;
}

#company .location-list-cont .sub-con-smtit02 {
    margin-bottom: 6em;
}

#company .location-list-cont .location-item-list {
    border-top: 1px solid #333;
}

#company .location-list-cont .location-item {
    position: relative;
    border-bottom: 1px solid #ddd;
    font-size: 10px;
}

#company .location-list-cont .location-item .open-item {
    position: absolute;
    right: 5em;
    top: 4em;
    width: 6em;
    height: 6em;
    border-radius: 50%;
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
    display: none;
}

#company .location-list-cont .location-item .open-item:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2em;
    height: 2.5em;
    background: url(/images/common/ico-map.png) no-repeat center;
    background-size: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media all and (min-width:1025px) {
    #company .location-list-cont .location-item .open-item:hover {
        background-color: #004386;
    }

    #company .location-list-cont .location-item .open-item:hover:after {
        background: url(/images/common/ico-map-white.png) no-repeat center;
    }
}

#company .location-list-cont .location-item .location-box {
    display: flex;
    justify-content: space-between;
    padding: 4em 5em;
}

#company .location-list-cont .location-item .location-box .normal-bg-img {
    position: relative;
    /* padding-bottom:20%; */
    width: 27.693%;
    aspect-ratio: 4/3;
}

#company .location-list-cont .location-item .location-box .normal-bg-img>div {
    /* position:absolute;
    left:0;
    top:0; */
    width: 100%;
    height: 100%;
}

#company .location-list-cont .location-item .location-box .normal-bg-img>div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#company .location-list-cont .location-item .location-box .txtwrap {
    padding-left: 6em;
    width: 72.307%;
}

#company .location-list-cont .location-item .location-box .txtwrap h5 {
    margin-top: 1.667em;
    font-size: 2.4rem;
    color: #333333;
    font-weight: 500;
}

#company .location-list-cont .location-item .location-box .txtwrap .location-info {
    margin-top: 1.5em;
}

#company .location-list-cont .location-item .location-box .txtwrap .location-info li {
    display: inline-block;
    position: relative;
    margin-right: 2em;
    margin-top: 0.5em;
    padding-left: 2em;
    vertical-align: middle;
}

#company .location-list-cont .location-item .location-box .txtwrap .location-info li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0.8em;
    width: 1px;
    height: 10px;
    background: #ddd;
}

#company .location-list-cont .location-item .location-box .txtwrap .location-info li:first-child {
    padding-left: 0;
}

#company .location-list-cont .location-item .location-box .txtwrap .location-info li:last-child {
    margin-right: 0;
}

#company .location-list-cont .location-item .location-box .txtwrap .location-info li:first-child:after {
    display: none;
}

#company .location-list-cont .location-item .location-box .txtwrap .location-info span {
    display: inline-block;
    margin-right: 0.625em;
    font-size: 1.6rem;
    color: #333333;
    line-height: 1.625em;
    vertical-align: middle;
    font-weight: 500;
}

#company .location-list-cont .location-item .location-box .txtwrap .location-info p {
    display: inline-block;
    font-size: 1.6rem;
    color: #888888;
    line-height: 1.625em;
    vertical-align: middle;
}

#company .location-list-cont .location-item .location-map {
    /* display:none; */
    padding: 4em 5em;
    border-top: 1px solid #ddd;
    font-size: 14px;
}

#company .location-list-cont .location-item .location-map iframe {
    width: 100%;
    height: 30em;
}

/* #company .location-list-cont .location-item.on .location-map {
    display:block;
} */


@media screen and (max-width:1024px) {
    #company .location-list-cont .location-item .location-box {
        flex-direction: column;
        padding: 2em;
    }

    #company .location-list-cont .location-item .location-box .txtwrap {
        padding-left: 0;
        width: 100%;
    }

    #company .location-list-cont .location-item .location-map {
        padding: 2em;
        font-size: 13px;
    }

    #company .location-list-cont .location-item .location-box .normal-bg-img {
        width: 70%;
        margin: 0 auto;
    }

    #company .location-list-cont .location-item .location-box .normal-bg-img>div {
        position: static;
        display: block;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

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


    #company .location-list-cont .sub-con-smtit02 {
        margin-bottom: 3em;
    }

    #company .location-list-cont {
        padding: 6em 0;
    }

    #company .location-list-cont .location-item .location-box {
        padding: 2em 0;
    }

    #company .location-list-cont .location-item .location-map {
        padding: 2em 0;
    }

    #company .location-list-cont .location-item .location-box .normal-bg-img {
        width: 100%;
    }

    #company .location-list-cont .location-item .location-box .txtwrap .location-info li {
        display: block;
        padding-left: 0;
    }

    #company .location-list-cont .location-item .location-box .txtwrap .location-info li:after {
        display: none;
    }

    #company .location-list-cont .location-item .location-map {
        font-size: 10px;
    }
}


/* ---------- company ---------- */
/* ---------- company ---------- */


/* ---------- technology ---------- */
/* ---------- technology ---------- */

.slogan {
    position: relative;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4
}

.slogan--gov {
    margin-bottom: 100px
}

.slogan--gov .btn-square {
    float: right;
    width: 250px;
    height: 50px
}

.slogan--gov .btn-square .btn-square__text {
    line-height: 50px
}

.slogan--mbsmall {
    margin-bottom: 30px
}

.slogan .btn-wrap {
    position: absolute;
    bottom: 0;
    right: 0
}

.slogan strong {
    font-weight: 700
}

.slogan .fw-400 {
    font-weight: 300
}

.btn-square {
    min-width: 200px;
    padding: 0 30px;
    background-color: #0066e0;
    line-height: 48px;
    color: #fff;
    text-align: center;
    border: 1px solid #0066e0;
    transition: .23s ease
}

.btn-square:hover {
    background-color: #fff
}

.btn-square:hover .btn-square__text {
    color: #0066e0
}

.btn-square--full {
    width: 100%
}

.btn-square__text {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 48px;
    color: #fff;
    transition: .23s ease
}

.technology-sub-banner {
    padding: 100px 0;
    position: relative;
}

.technology-sub-banner .sub-banner {
    position: relative;
    height: 450px;
}

.technology-sub-banner .sub-banner .bg-wrap {
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.technology-sub-banner .sub-banner .bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-image: url("/images/sub/technology_intro.jpg");
}


.technology .about {
    padding: 100px 0;
    /* background-color: #f4f4f4; */
}

.technology .box {
    display: flex;
    position: relative;
    color: #000;
}

.technology .box__left {
    /* flex-shrink: 0; */
    flex-basis: 385px;
}

.technology .sub-title {
    position: sticky;
    top: 200px;
    max-width: 385px;
    z-index: 2;
}

.technology .sub-title--ko>h4 {
    font-size: 36px;
    line-height: 46px;
    font-weight: bold;
}

.technology .dot-title {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #004386;
}

/* .greeting .dot-title::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    background-image: url(https://www.hcarbon.com/resources/assets/images/common/icon_hexa_blue.svg);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
} */

.technology .box__left.fixed .sub-title {
    position: fixed;
    top: 140px;
    width: 100%;
}


.technology .box__right {
    flex-basis: 100%;
}

.technology .list>li {
    display: flex;
    justify-content: center;
    /* align-items: flex-end; */
    align-items: center;
    margin-bottom: 98px;
}

.technology .list__figure {
    width: calc(100% - 560px);
    height: 100%;
}

.technology .list__figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.technology .list__contents {
    flex-shrink: 0;
    flex-basis: 560px;
    padding-left: 60px;
}

.technology .list__title {
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
}

.technology .list__contents .dot-list {
    margin-top: 20px;
}

.technology .dot-list>li:first-child {
    margin-top: 0;
}

.technology .dot-list>li {
    position: relative;
    margin-top: 10px;
    padding-left: 10px;
}

.technology .dot-list>li::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #999;
    border-radius: 50%;
}

.technology-product {
    padding: 0 0 100px;
}


.technology-productTit {
    margin-bottom: 50px;
}

.technology-productTit h2 {
    padding-bottom: 10px;
    position: relative;
    font-size: 32px;
    font-weight: bold;
}

.technology-productTit h2::after {
    content: '';
    width: 40px;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: 0;
}

.half-layout__list {
    font-size: 0;
    margin: 0 -10px
}

.half-layout__list>li {
    display: inline-block;
    width: 25%;
    margin-top: 20px;
    padding: 0 10px
}

.half-layout__list>li:nth-child(-n+2) {
    margin-top: 0
}

.half-layout__box {
    display: flex;
    align-content: center;
    padding: 10px;
    border: 1px solid #ddd;
    transition: .34s ease
}

.half-layout__img {
    flex-basis: 230px;
    /* flex-shrink: 0; */
    display: flex;
    align-items: center
}


.half-layout__box:hover {
    border: 1px solid #0066e0
}

.half-layout__box:hover .half-layout__wrap>span {
    color: #0066e0
}

.half-layout__box:hover .half-layout__wrap>span::before {
    background-image: url("../images/common/btn_arrow_black_on.svg")
}

.half-layout__box:hover .half-layout__name {
    color: #0066e0
}

.half-layout__link {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    padding-left: 20px
}

.half-layout__name {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    transition: .34s ease
}

.half-layout__wrap {
    margin-top: 10px
}

.half-layout__wrap>span {
    display: inline-block;
    position: relative;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    transition: .34s ease
}

.half-layout__wrap>span::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 16px;
    margin-top: 2px;
    background-image: url("../images/common/btn_arrow_black.svg");
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    transition: .34s ease
}




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

    .half-layout__list>li {
        width: 33%;
    }

    .technology .box {
        flex-direction: column;
        gap: 40px;
    }

    .technology .box__left {
        flex-basis: auto;
    }

    .technology .list>li {
        flex-wrap: wrap;
        margin-bottom: 60px;
        gap: 30px;
        justify-content: flex-start;
    }

    .technology .list__figure {
        width: 100%;
    }

    .technology .list__contents {
        padding-left: 0;
        flex-basis: auto;
    }



}

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


    .technology-product {
        padding: 0 0 50px;
    }

    .slogan {
        font-size: 24px;
    }

    .slogan--gov {
        margin-bottom: 50px
    }


    .technology-sub-banner .sub-banner {
        height: 320px;
    }

    .technology .about {
        padding: 50px 0;
    }

    .technology .sub-title--ko>h4 {
        font-size: 24px;
    }

    .technology .list__title {
        font-size: 20px;
    }

    .technology .dot-list>li {
        font-size: 14px;
    }

    .half-layout__list>li {
        width: 50%;
    }

}

@media screen and (max-width:480px) {
    .half-layout__list>li {
        width: 100%;
    }
}


/* ---------- technology ---------- */
/* ---------- technology ---------- */



/* ---------- construction ---------- */
/* ---------- construction ---------- */

.construction {
    padding: 100px 0 0;
}

.construction-top {
    margin-bottom: 50px;
}

.construction .dot-title {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #004386;
}

.construction-sub-banner .sub-banner {
    position: relative;
    height: 450px;
    /* background-size: 120% auto; */
    background-size: cover;
    /*   background-position-x: center;
    background-position-y: 0;*/
    background-image: url("/images/sub/construction_intro01.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.construction-sub-banner .sub-banner2 {
    position: relative;
    height: 450px;
    /* background-size: 120% auto; */
    background-size: cover;
    /*   background-position-x: center;
    background-position-y: 0;*/
    background-image: url("/images/sub/construction_intro02.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.construction .about {
    padding: 100px 0;
}

.about_cont {}

.about_cont .about_title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
}

.about_cont dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 60px;
}

.about_cont dl:last-of-type {
    margin: 0;
}

.about_cont dl dt {
    width: calc((100% - 265px) / 2);
}

.about_cont dl dt img {
    width: 100%;
}

.about_cont dl dd {
    width: calc((100% - 265px) / 2);
}

.about_cont dl dd .stxt {
    margin: 23px 0 0;
    font-weight: 300;
    color: #333;
}

/* .about_cont dl dd br {display:none;} */

.about_cont .sub_tit {
    font-size: 28px;
}

.about_cont .sub_tit span {
    font-size: 20px;
    display: block;
}

.construction_order .order_title {
    font-size: 36px;
    margin-bottom: 50px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
}

.construction_order .order_title::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background-color: #222222;
}

.order_cont {
    display: flex;
    flex-wrap: wrap;
}

.order_cont .imgCont {
    width: 50%;
    background: url("/images/sub/construction_order.jpg")no-repeat center / cover;
}

.order_cont .order_list {
    padding: 30px 60px;
    box-sizing: border-box;
    width: 50%;
    background: #f5f5f5;
}

.order_cont .order_list li {
    padding: 30px 0;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-left: 48px;
    box-sizing: border-box;
}

.order_cont .order_list li:last-of-type {
    border-bottom: 0;
}

.order_cont .order_list li h4 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.6px;
    color: #000;
    margin: 0 0 9px;
}

.order_cont .order_list li .num {
    position: absolute;
    top: 26px;
    left: 0;
    display: block;
    font-style: normal;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #004386;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.construction_system {
    margin-top: 100px;
    padding: 100px 0;
    background-color: #f5f5f5;
}

.construction_system .system-txt-box {
    margin-bottom: 50px;
}

.construction_system .system-txt-box .system_title {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: bold;
}

.construction_system .system-txt-box .system_sub_tit {
    font-size: 18px;
}

.construction_system .systemList {
    display: flex;
    flex-wrap: wrap;
}

.construction_system .systemList li {
    width: calc((100% - 90px) / 4);
    margin-right: 30px;
    background: #fff;
    text-align: center;
    padding: 60px 20px;
    box-sizing: border-box;
}

.construction_system .systemList li:nth-child(4n) {
    margin-right: 0;
}

.construction_system .systemList li .img {
    height: 82px;
    display: flex;
    flex-wrap: Wrap;
    align-items: center;
    justify-content: center;
}

.construction_system .systemList li .img img {
    height: 100%;
}

.construction_system .systemList li span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #004386;
    margin: 20px 0 6px;
}

.construction_system .systemList li h4 {
    font-size: 15px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.6px;
    color: #000;
    margin: 0 0 10px;
}

.construction_system .systemList li p {
    font-size: 16px;
}

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




    .about_cont dl dt {
        width: 46%;
    }

    .about_cont dl dd {
        width: 46%;
    }

    .order_cont .order_list {
        padding: 20px 30px;
    }

    .order_cont .order_list li {
        padding: 20px 0;
        padding-left: 46px;
    }

    .order_cont .order_list li .num {
        top: 17px;
    }

}

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

    .order_cont .order_list li .num {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 13px;
    }

    .order_cont .order_list li {
        padding-left: 40px;
    }

    .order_cont .order_list li h4 {
        font-size: 1.1rem;
        margin: 0 0 6px;
    }

    .construction_system .systemList li {
        width: calc((100% - 30px) / 2);
        margin-bottom: 30px;
    }

    .construction_system .systemList li:nth-child(2)::after {
        opacity: 0;
    }

    .construction_system .systemList li:nth-child(2n) {
        margin-right: 0
    }
}

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

    .construction {
        padding: 50px 0 0;
    }

    .construction .about {
        padding: 50px 0;
    }

    .construction-sub-banner .sub-banner {
        height: 320px;
    }

    .construction-sub-banner .sub-banner2 {
        height: 320px;
    }

    .about_cont dl {
        margin: 0 0 40px;
    }

    .about_cont dl dt {
        width: 100%;
        order: 1;
    }

    .about_cont dl dd {
        width: 100%;
        order: 2;
        padding-top: 25px;
    }

    .about_cont .sub_tit span {
        font-size: 16px;
    }

    .about_cont dl dd .sub_tit {
        font-size: 18px;
    }

    .about_cont dl dd .stxt {
        margin: 12px 0 0;
        font-size: 14px;
    }


    .order_cont .imgCont {
        width: 100%;
        height: 300px;
    }

    .order_cont .order_list {
        width: 100%;
        padding: 10px 20px;
    }

    .order_cont .order_list li {
        padding: 15px 0;
        padding-left: 36px;
    }

    .order_cont .order_list li h4 {
        font-size: 14px;
        margin: 0 0 6px;
    }

    .order_cont .order_list li p {
        font-size: 15px;
    }

    .order_cont .order_list li .num {
        top: 13px;
        width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 12px;
    }

    .construction_system {
        margin-top: 50px;
        padding: 50px 0;
    }

    .construction_system .system-txt-box {
        margin-bottom: 30px;
    }

    .construction_system .system-txt-box .system_title {
        font-size: 20px;
    }

    .construction_system .system-txt-box .system_sub_tit {
        font-size: 16px;
    }

    .construction_system .systemList li {
        padding: 40px 15px;
        width: calc((100% - 15px) / 2);
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .construction_system .systemList li .img {
        height: 60px;
    }

    .construction_system .systemList li .img img {
        max-height: 100%;
    }

    .construction_system .systemList li h4 {
        font-size: 1.15rem;
    }


}


/* ---------- construction ---------- */
/* ---------- construction ---------- */