@charset "utf-8";
/*font*/
@font-face {
    font-family: 'InkLipquid';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*common*/
.hd4{
    font-size: 32px;
    font-weight: bold;
    word-break: keep-all;
}
.hd5{
    font-size: 24px;
    font-weight: bold;
    word-break: keep-all;
}
.stxt{
    font-size: 15px;
    word-break: keep-all;
}
a:hover{
    color: inherit;
}

#gnb .lang{
    display: none;
}

#hd_wrapper{
    max-width: 1440px;
}


/*header*/
.gnb-button-box, .gnb-button-box .gnb-button-list-box{
    min-width: 130px;
}
.gnb-button-box .gnb-button-list-box{
    border-top:4px solid #183069
}
.gnb-button-box .gnb-button-list-box .gnb-button-list{
    justify-content: center;
    font-weight: 500;
}
.gnb-button-box .gnb-button-list-box .gnb-button-list:hover{
    text-decoration: none;
    background: rgb(24,48,105,0.1);
    color:#183069;
    transition: all .3s;
}
.gnb-button-box .gnb-button-list-box li{
    border-bottom: 0;
}
.gnb-button-box .gnb-button-list-box li + li{
    border-top: 1px solid #e6e6e6;
}
.gnb-button-box .gnb-button-list-box{
    /* display: inherit;
    opacity: 0; */
}
.gnb-button-box:hover .gnb-button-list-box{
    opacity: 1;
    transition: all .8s;
}
.gnb-button-box .gnb-button{
    font-size: 16px;
}
.gnb-button-box .gnb-button-list-box .gnb-button-list{
    font-size: 15px;
    height: 40px;
    padding: 12px 0;
}



/*index*/
/*index fp-nav*/
#fp-nav{
    background: #DA5116;
    border-radius: 30px;
    padding: 10px 3px;
}
#fp-nav ul li a.active span{
    border: 2px solid #fff;
}
#fp-nav ul li a span{
    background: none;
    border: 1px solid rgba(255,255,255,0.2)
}
.main-indicator-wrap{
    display: none;
}

/*section 1*/
.index .main-slide-warp .bx-controls-direction a{
    background: rgba(255,255,255,0.6);
}
.index .main-slide-warp .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{
    background: rgba(255,255,255,0.6);
}
/*section 2*/
.index .c-listset{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    height: 100%;
    background: #000;
}
.index .c-listset .c-list{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
    position: relative;
}
.index .c-listset .c-list .txtset{
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    z-index: 100;
}
.index .c-listset .c-list .txtset > span{
    color:#ddd
}
.index .c-listset .c-list .txtset .hd4{
    color:#fff;
    font-size: 32px;
    font-weight: bold;
    padding: 10px 0 20px;
}
.index .c-listset .c-list .txtset .stxt{
    color:#ebebeb
}
.index .c-listset .c-list .txtset .plus-btn{
    width: 100%;
    height: 100%;
    display: block;
    transition: all ease 1s;
    margin-top: 50px;
}

.index .c-listset .c-list .imgset{
    position: absolute;
    top: 0;
    left: 0;
    opacity: .7;
    transition: all .8s;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.index .c-listset .c-list .imgset > img{
    object-fit: cover;
    transition: all .8s;
}
.index .c-listset .c-list:hover .imgset > img{
    opacity: .3;
    transform: scale(1.15);
}

/*section 3*/
.section.company .company-inner{
    width: 100%;
    height: 100%;
    position: relative;
    background: #ddd;
}
.section.company .company-bg{
    background: url(../css/image/company-bg.jpg) no-repeat 0 0; 
    background-position: center; 
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
}
.section.company .cont{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 100;
    text-align: center;
}
.section.company .cont .titset > span{
    color:#666
}
.section.company .cont .hd4{
    padding: 10px 0 50px;
}
.section.company .cont .info{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
}
.section.company .cont .info > a{
    background: rgb(71,87,161,0.3);
    padding: 60px 30px 30px 60px;
    height: 100%;
    text-align: left;
    position: relative;
}
.section.company .cont .info > a:hover{
    background: rgb(71,87,161,0.5);
    transition: all .8s;
}
/*.section.company .cont .info .info-box::after{
    content: "";
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: url(../img/common/plus.png) no-repeat 0 0; 
    background-position: center; 
    background-size: cover;
    width: 20px;
    height: 20px;
    opacity: .4;
}
.section.company .cont .info .info-box:hover::after{
    opacity: .9;
    transition: all .8s;
}*/
.section.company .cont .info .info-box .hd5{
    color:#183069;
    padding-bottom: 10px;
}
.section.company .cont .info .info-box .stxt{
    color:#333
}
.section.company .cont .info > a .imgset{
    text-align: right;
    padding-top: 50px;
}
.section.company .cont .info > a:hover .imgset > img{
    display: block;
    transition: all ease 1s;
    float: right;
}
.section.company .cont .info > a:hover .imgset > img{
    transform: rotate( 360deg );
}


/*section 4*/
.cs-inner{
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-top: 80px;
    justify-content:space-between;
}
.cs-inner .conset{
}
.cs-inner .conset.rec{
    flex: .65;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cs-inner .conset.rec .rec-box-in{
    display: flex;
    width: 80%;
    padding: 70px 0;
}
.cs-inner .conset.rec .rec-box-in .box.ty1{
    display: flex;
    width: 100%;
}
.cs-inner .conset.rec .rec-box-in .box.ty1 .titset{
   display: flex;
   justify-content: center;
   flex-direction: column;
}
.cs-inner .conset.rec .rec-box-in .box.ty1 > a{
    width:50%;
    height: 100%;
    background: #2b4d82;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
}
.cs-inner .conset.rec .rec-box-in .box.ty1 > a > img{
    width: 24px;
    height: 24px;
}
.cs-inner .conset.rec .rec-box-in .box.ty1 > a:hover > img{
    transform: rotate( 360deg );
    transition: all ease 1s;
}
.cs-inner .conset.rec .rec-box-in .box.ty1 .titset .hd4{
    color:#fff
}
.cs-inner .conset.rec .rec-box-in .box.ty1 .titset .stxt{
    color:#ddd;
    padding: 10px 0 50px;
}
.cs-inner .conset.rec .rec-box-in .box.ty1 .res-bg{
    background: url(../css/image/res-bg.jpg) no-repeat 0 0; 
    background-position: center; 
    background-size: cover;
    width: 50%;
    height: 40vh;
}
.cs-inner .conset.rec .rec-box-in .box.ty2{

}
.cs-inner .conset.contact{
    background: url(../css/image/main_contact_bg.jpg) no-repeat 0 0; 
    background-position: center; 
    background-size: cover;
    flex: .35;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cs-inner .conset.contact .titset{
    text-align: center;
}
.cs-inner .conset.contact .titset .hd4{
    color:#fff;
    padding-bottom: 20px;
}
.cs-inner .conset.contact .titset .stxt{
    color:#ddd
}
.cs-inner .conset.contact .titset .contact-info{
    padding-top: 5px;
}
.cs-inner .conset.contact .titset .contact-info .stxt{
    display: inline-block;
}
.cs-inner .conset.contact .titset .contact-info .stxt + .stxt{
   padding-left: 15px;

}
/*section footer*/
.footer{
    padding: 30px 0;
    text-align: center;
    background: #1b1b1b;
}
.footer #logo > a{
    color:#ccc;
    font-size: 20px;
}
.footer .copy{
    color:#999
}





/*sub*/
/*sub 공통*/
.sub-container{
    padding: 150px 0 200px;
    max-width: 1280px;
}
.sub-container-title{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color:#7c91c3;
    letter-spacing: -.5px;
    text-transform: uppercase;
    margin: 0 0 30px;
}
.sub-visual-img-inner .sub-visual-title{
    font-weight: bold;
}
.sub-visual-btn .sub-visual-btn-wrap{
    max-width: 1280px;
}
.sub-visual-list ul{
    display: none;
    opacity: 0;
    border-bottom: 0;
}
.sub-visual-list ul.on{
    opacity: 1;
    transition: all .8s;
}
.sub-visual-list-button:hover{
    text-decoration: none;
}

.contents-sub-title,
.company-txt-title,
.location-contents-title,
.contents-copy-title{
    font-size: 36px;
    color:#183069;
    letter-spacing: -1px;
    margin: 0 0 50px;
    font-weight: bold;
}
.product-contents .contents-copy-tit, .contents-sub-tit{
    font-size: 27px;
    font-weight: bold;
}

/*ceo message*/
.company-txt-wrap .company-img + .company-txt{
    padding-left: 100px;
}
.company-txt{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0;
}
.company-txt .company-txt-sign{
    font-size: 16px;
    color:#666
}
.company-txt .company-txt-sign > span{
    font-family: 'InkLipquid';
    font-size: 38px;
    color:#1b1b1b;
    padding-left: 20px;
}
.company-txt-inner{
    font-size: 16px;
}

/*cert*/
.cert #bo_gall #gall_ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    row-gap: 50px;
}
.cert .gall_row .col-gn-4{
    width: 100%;
}
.cert #bo_gall .gall_li{
    padding: 0;
}
.cert #bo_gall .gall_img img{
    width: 100%;
}
.cert #bo_gall .gall_img{
    background: #1b1b1b;
}
.cert #bo_gall .gall_img a:hover > img{
    opacity: .3;
    transition: all .8s;
    position: relative;
}
.cert #bo_gall .gall_img a::after{
    content: "";
    position: absolute;
    top: 46%;
    left: 47%;
    background: url(../img/common/plus.png) no-repeat 0 0; 
    background-position: center; 
    background-size: cover;
    width: 30px;
    height: 30px;
    z-index: 100;
    opacity: 0;
    display: block;
    transition: all ease 1s;
}
.cert #bo_gall .gall_img a:hover::after{
    content: "";
    z-index: 100;
    opacity: 1;
    transform: rotate( 360deg );
}
.view .sub-container-title,
.view .contents-sub-txt{
    text-align: center;
}

/*location*/
.location-contents-map{
    padding: 0;
}
.location-contents .location-contents-txt .tit{
    font-size: 20px;
}
.location-contents-info{
    padding-bottom: 60px;
    border-bottom: 1px solid #ddd;
}
.location-contents-info li{
    font-size: 16px;
    margin-top: 30px;
}
.location-contents-box{
    border-bottom: 0;
}
/*history*/
.contents-copy-sub{
    font-size: 20px;
    line-height: 29px;
}
.contents-copy-title + .contents-copy-sub{
    margin-top: -30px;
}
.list_year, .list_month, .list_content{
    font-size: 16px;
}
.year-list-title{
    font-size: 20px;
    font-weight: bold;
    padding-right: 20px;
}

/*prd*/
.product-contents .contents-copy-wrap{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.product-contents .contents-copy-img{
    width: 100%;
}
.product-contents .contents-copy-wrap .txtset{
    background: #f7f8fb;
    padding: 55px;
} 
.contents-copy-text{
    margin: 25px 0 0;
}
.product-contents-wrap{
    padding: 55px;
    background: #f7f8fb;
    margin-top: 70px;
}
.product-contents .contents-sub-txt{
    padding: 0 0 25px;
}
.product-applications-txt{
    font-size: 16px;
    font-weight: normal;
}
.product-applications{
    padding: 10px; 
    background: #fff;
}

/*recruit*/

.recruit-contents .btnset.ct { 
    text-align:center;
    display:block;
}
.recruit-contents .btnset .btn { 
    display:inline-block
}

.recruit-contents .boxset + .btnset { 
    margin-top:40px
}

.recruit-contents .btnset + .recruit-info-box { 
    margin-top:80px
}

.recruit-contents .boxset{
    background: #f7f8fb;
    padding: 55px;
}
.recruit-info-box.ty2 .recruit-info{
    background: #f7f8fb;
    padding: 55px;
    margin-top: 70px;
}
.recruit-process-inner .recruit-process-img{
    /*background: #fff;
    box-shadow: rgba(64,82,208,0.1);*/
    background: none;
    box-shadow: none;
    width: inherit;
    height: inherit;
    padding: 10px 30px 20px;
}
.recruit-process-box .recruit-process-step{
    color: #f7f8fb;
    background: #ffca67;
    margin: 0;
    padding: 10px 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.recruit-process-inner .recruit-process-txt{
    font-weight: 500;
    color:#da5116;
    font-size: 16px;
    margin: 0;
}
.recruit-process-box{
    padding: 0 0 70px;
}
.recruit-info-contents-box .recruit-info-contents{
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    color:#454545
}
.recruit-info-contents-box .recruit-info-contents::before {
    margin-top: 10px;
}
.recruit-process-inner{
    background: #f7f8fb;
    padding: 20px;
    border: 1px solid rgb(255,202,103,0.5);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.recruit-info-welfare-img{
    opacity: 1;
    padding: 10px 30px 20px;
}
.recruit-info-welfare-wrap{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding:30px 0;
}
.recruit-info-welfare{
    width: inherit;
}
.recruit-info-welfare-num{
    display: none;
}
.recruit-info-welfare-inner{
    border: 1px solid rgb(24,48,105,0.5);
    border-radius: 20px;
    background: transparent;
}
.recruit-info-welfare-txt{
    color:#183069
}
.recruit-info-welfare{
    padding: 0;
}
.recruit-info-welfare + .recruit-info-welfare{
    padding-left: 20px;
}
.recruit-info-box{
    padding:  0 0 30px;
}
.recruit-info-talent-wrap::after{
    content: "The.moa";
    background:#183069;
    border-radius: 50%;
    z-index: 200;
}
.recruit-info-talent:last-child{
    border-top: 1px dotted rgb(24,48,105,0.3);
    border-left: 1px dotted rgb(24,48,105,0.3)
}
.recruit-info-talent-wrap::before{
    /*background: rgb(24,48,105,0.3)*/
    border: 1px solid rgb(24,48,105,0.5);
    background: #f7f8fb;
    z-index: 100;
}
.recruit-info-talent:first-child {
    border-bottom: 1px dotted rgb(24,48,105,0.3);
    border-right: 1px dotted rgb(24,48,105,0.3);
} 
.recruit-info-talent:nth-child(1),
.recruit-info-talent:nth-child(3){
    text-align: right;
}
.recruit-info-talent-contents{
    word-break: keep-all;
}


/*board*/
#bo_v header{
    position: relative;
}
#bo_v_top{
    position: absolute;
    top: 0;
    right: 0
}
#bo_gall .gall_info .gall_date, #bo_gall .gall_info .gall_view{
    font-size: 16px;
}
#bo_gall .gall_info{
    padding-top: 20px;
}
#bo_gall .gall_img img, #bo_gall .gall_img video{
    width: 100%;
}
#bo_gall .gall_img span.no_image img{
    max-width: 40%;
}
#bo_gall .gall_li{
    padding: 50px 30px 60px;
}
#bo_v #bo_v_img img{
    width: 100%;
    border: 0;
}


/*news*/
.news #bo_gall .gall_img span{
    background: #dee0e6;
}
.news #bo_gall .gall_img{
    width: 250px;
}
.news #bo_gall .gall_text_href a .news-title{
    font-size: 24px;
    font-weight: bold;
}
.news #bo_gall .gall_text_href a .news-contents{
    font-size: 16px;
}
.news #bo_v header{
    border-top: 0;
}
.news #bo_v_title{
    background: transparent;
    border-bottom: 0;
}
.news #bo_v_title .bo_v_tit{
    font-size: 32px;
    text-align: center;
}
.news .write-info-box{
    display: none;
}
.news #bo_v_con{
    font-size: 16px;
    word-break: keep-all;
}
.news #bo_gall #gall_ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 0;
    padding: 0;
    gap: 50px 30px;
}
.news #bo_gall .gall_con{
    flex-direction: column;
}
.news #bo_gall .gall_img{
    width: 100%;
}
.news #bo_gall .gall_con .gall_img_txt{
    padding: 20px 0 0;
}
.news #bo_gall .gall_img span.no_image img{
    max-width: 30%;
}
.news #bo_gall .gall_li{
    border-bottom: 0;
    padding:40px 20px;
    background: #f7f8fb
}
.news #bo_btn_top{
    margin: 0;
}

/*notice*/
.notice #bo_gall .gall_img span{
    background: #dee0e6;
}
.notice #bo_gall .gall_img{
    width: 250px;
}
.notice #bo_gall .gall_text_href a .notice-title{
    font-size: 24px;
    font-weight: bold;
}
.notice #bo_gall .gall_text_href a .notice-contents{
    font-size: 16px;
    font-weight: 400;
    color: #6e6e6e;
    margin: 10px 0;
    line-height: 1.4em;
}
.notice #bo_v header{
    border-top: 0;
}
.notice #bo_v_title{
    background: transparent;
    border-bottom: 0;
}
.notice #bo_v_title .bo_v_tit{
    font-size: 32px;
    text-align: center;
}
.notice .write-info-box{
    display: none;
}
.notice #bo_v_con{
    font-size: 16px;
    word-break: keep-all;
}

/*tail*/
.bottom-button-box .btnset{
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
}
.bottom-contents-wrap{
    max-width: 1440px;
}
.tail-info{
    background: #1b1b1b;
}
.tail-info .info-in{
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.bottom-contents{
    background: none;
}
.bottom-contents-txt{
    font-size: 14px;
    color:#999
}
.bottom-contents-txt.copy{
    color:#666
}
.bottom-button-box{
    background: #f9f9f9;
}
#top_btn{
    background: none;
}

.main-slide-button-box .main-slide-button{
     font-size: 14px;
}




/*first tech*/
/*common*/
*{
    word-break: keep-all;
}
body{
    color:#333;
}
.hd4 {
    line-height: 1.4;
    letter-spacing: -.3px;
}
.t-up{
    text-transform: uppercase;
}
/*header*/
#hd_wrapper #logo > a{
    width: 200px;
    display: inline-block;
}
#hd_wrapper #logo > a > img{
    width: 100%;
}
#hd .hd_login_wrap{
    display: none;
}
.sub-visual-img-inner{
    padding: 80px 0 0;
}
#gnb .lang{
    display: flex;
}
#gnb .lang .lang-list{
    display: flex;
}
#gnb .lang .lang-list > li > a{
    width: inherit;
    height: inherit;
    border: 0;
    font-size: 14px;
    font-weight: normal;
    background: transparent;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
}
#gnb .lang .lang-list > li.on > a{
    color:#DA5116;
    font-weight: bold;
}
#gnb .lang .lang-list > li:last-child::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #ccc;
    margin: 0 5px;
}


.sub-container-title{
    color:#DA5116
}
.gnb-button-box .gnb-button-list-box{
    border-top: 4px solid #DA5116;
    background: #fffdfd;
}
.gnb-button-box .gnb-button-list-box{
    flex-direction: column;
}


/*footer*/
.bottom #logo > a{
    width: 200px;
    display: inline-block;
    height: 59.5px;
}

/*btnset*/
.btnset{
   display: inline-block; 
}
.btnset .btn{
    padding: 3px 25px;
    border: 1px solid #DA5116;
    border-radius: 25px;
    height: inherit;
    font-size: 16px;
    font-weight: normal;
    color:#DA5116
}


.mb{
    display: none;
}


/*main*/
.firsttech.index .main-slide-card .txt-title .main-tit01{
    font-size: 92px;
    font-weight: bolder;
    letter-spacing: -1px;
    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
}
.firsttech.index .main-slide-card .txt-title .main-tit02{
    font-weight: 500;
    letter-spacing: -1px;
}
.firsttech.index .main-slide-card .txt-tag{
    margin-bottom: 40px;
}
.firsttech.index .main-slide-card .txt-tag .logo-tag{
    width: 158px;
    height: 47px;
    background: url(../img/common/logo-01.svg)no-repeat center/cover;
    margin: 0 auto;
}
.firsttech.index .main-slide-card .txt-tag .logo-tag.en{
    background: url(../img/common/logo-01-02.svg)no-repeat center/cover;
    height: 38px;
}
.firsttech.index .section.company .cont .titset > span{
    color:#DA5116
}
.firsttech.index .section.company .cont .info{
    gap: 10px;
    width: 1024px;
}
.firsttech.index .section.company .cont .info > a{
    background: rgb(133 126 123 / 20%);
}
.firsttech.index .section.company .cont .info .info-box .hd5{
    color:#333
}
.index .c-listset .c-list .txtset .sub-container-title{
    color:#fff
}



/*sub*/
.firsttech.index .cs-inner .conset.partner{
    flex: .65;
    position: relative;
}
.firsttech.index .cs-inner .conset.partner .partner-in{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 1024px;
    width: 100%;
}
.firsttech.index .cs-inner .conset.partner .partner-in .titset{
    text-align: center;
}
.firsttech.index .cs-inner .conset.partner .partner-in .titset .hd4{
    padding: 10px 0 70px;
}
.firsttech.index .cs-inner .conset.partner .pt-listset .pt-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
}
.firsttech.index .cs-inner .conset.partner .pt-listset .pt-list > li > img{
    width: 100%;
}
.contents-sub-title, 
.company-txt-title, 
.location-contents-title, 
.contents-copy-title{
    color:#333
}

.company-txt-inner{
    margin-right: 50px;
}
.company-txt-inner .stxt{
    font-weight: normal;
    font-size: 16px;
}
.company-txt-inner .stxt + .stxt{
    margin-top: 20px;
}
.sub-container-title{
    margin: 0 0 10px;
}

/*board*/
#bo_gall .gall_box,
#bo_gall .gall_con,
.cert #bo_gall .gall_img,
#bo_gall .gall_img a,
.cert #bo_gall .gall_img img{
    height: 100%;
}
.sub-container.cert .top-box{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
}
.sub-container.cert .top-box .contents-sub-title{
    margin-bottom: 0;
}
#bo_cate a{
    padding: 3px 20px;
}
#bo_cate #bo_cate_on{
    background: #DA5116;
    box-shadow: none;
    border: 1px solid #DA5116;
}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active{
    background: #DA5116;
    border: 1px solid #DA5116;
}
#bo_cate a {
    border: 1px solid #DA5116;
    color:#DA5116
}

.notice #bo_gall .gall_img span{
    background: #fad48c75;
}
#bo_gall .gall_img span.no_image img{
    max-width: 60%;
}
#bo_v_title .bo_v_cate{
    display: none;
}
.cert .btnset{
    display: flex;
    justify-content: center;
    margin-top: 100px;
}





.catalog .company-txt-wrap .company-img{
    flex: 1.5;
}
.catalog .company-txt-wrap .company-img > img{
    width: 100%;
}
.catalog .company-txt-wrap .company-txt-title{
    line-height: 1.2;
}

.contents-copy-sub{
    font-size: 18px;
    font-weight: normal;
    color:#6e6e6e;
    line-height: 1.5;
}

.vision .sub-container-title,
.vision .contents-copy-wrap,
.org-chart .sub-container-title,
.org-chart .contents-copy-wrap{
    text-align: center;
}
.vision .contents-copy-wrap{
    margin-bottom: 100px;
}
.vision .contents-copy-title + .vision .contents-copy-sub{
    margin-top: -40px;
}
.vision .vision-contents-list-box .vision-contents-list > li + li{
    border-top: 1px solid #ebebeb;
    margin-top: 50px;
    padding-top: 50px;
}
.vision .vision-contents-list-box .vision-contents-list > li{
    display: flex;
    gap: 50px;
    align-items: center;
}
.vision .vision-contents-list-box .vision-contents-list > li .txtset .mtxt{
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 10px;
}
.vision .vision-contents-list-box .vision-contents-list > li .txtset .stxt{
    color:#6e6e6e;
    font-size: 16px;
    margin-right: 100px;
}
.vision .contents-copy-title{
    font-size: 36px;
}


.org-chart .org-contents{
    margin-top: 50px;
}
.org-chart .org-contents .imgset > img{
    width: 100%;
}



.notice.view .sub-container-title,
.notice #bo_v_title .bo_v_tit{
    text-align: left;
}
.notice #bo_v_title .bo_v_tit,
.notice #bo_v_atc{
    padding-left: 0;
    padding-right: 0;
}
.notice #bo_v_atc{
    position: relative;
}
.notice #bo_v_atc::before{
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #DA5116;
    position: absolute;
    top: 0;
}
.notice .btnset{
    display: flex;
    justify-content: flex-end;
}


.prd .sub-container-title,
.prd .contents-copy-title{
    text-align: center;
}
.prd .contents-copy-title{
    margin-bottom: 150px;
}
.product-contents.prd.ty3 .contents-copy-wrap{
    display: inherit;
}
.product-contents.prd.ty3 .contents-copy-wrap .box{
    display: flex;
    gap: 100px;
    align-items: center;
}
.product-contents.prd.ty3 .contents-copy-wrap .box.ty4{
    gap: 20px;
}
.product-contents.prd.ty3 .contents-copy-wrap .box + .box{
    border-top: 1px solid #d9d9d9;
    margin-top: 100px;
    padding-top: 100px;
}
.product-contents.prd.ty3 .contents-copy-wrap .box .box-in.ty1{
    flex: .5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 100px;
}
.product-contents.prd.ty3 .contents-copy-wrap .box .box-in.ty2{
    flex: 1.5;
}
.product-contents.prd.ty3 .contents-copy-img{
    margin: 0;
}
.product-contents.prd.ty3 .contents-copy-text span{
    display: inline-block;
}
.product-contents .contents-copy-wrap .txtset{
    padding: 0;
    background: transparent;
}

.product-contents.prd.ty3 .contents-copy-wrap .box .box-in.ty1 .imgset{
    border:1px solid #ebebeb;
    background: #f7f7f7;
    flex: 1;
}
.prd.ty3.product-contents .contents-copy-tit{
    letter-spacing: -.9px;
    color:#DA5116
}

.prd.ty1 .conbox .order-list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 70px;
}
.prd.ty1 .conbox .order-list > li{
    border: 1px solid #ddd;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 1px 6px rgba(0,0,0,0.23);
    padding: 30px 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.prd.ty1 .conbox .order-list > li .txtbox .titset{
    text-align: center;
}
.prd.ty1 .conbox .order-list > li .txtbox .titset + .txtset{
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 10px;
}
.prd.ty1 .conbox .order-list > li .txtbox + .imgbox{
    margin-top: 20px;
}
.prd.ty1 .conbox .order-list > li .txtbox .titset .cg{
    text-transform: uppercase;
    color:#DA5116;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

.product-contents .contents-copy-text span .intxt{
    display: block;
}
.prd.ty1 .conbox .order-list > li .txtbox .titset .mtxt{
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -.3px;
}
.prd.ty1 .conbox .order-list > li .imgbox > img{
    width: 100%;
    object-fit: cover;
}
.prd.ty1 .conbox .order-list > li .txtbox .txtset > p{
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}
.prd.ty1 .conbox .order-list > li .txtbox .txtset > p > span{
    font-size: 16px;
    color:#999
}
.prd.ty1 .conbox .order-list > li .txtbox .txtset > p .stit{
    font-weight: 500;
}


.prd.ty1 .conbox .order-list > li:nth-child(1){
    order: 1;
}
.prd.ty1 .conbox .order-list > li:nth-child(2){
    order: 2;
}
.prd.ty1 .conbox .order-list > li:nth-child(3){
    order: 3;
}
.prd.ty1 .conbox .order-list > li:nth-child(4){
    order: 4;
}
.prd.ty1 .conbox .order-list > li:nth-child(5){
    order: 8;
}
.prd.ty1 .conbox .order-list > li:nth-child(6){
    order: 7;
}
.prd.ty1 .conbox .order-list > li:nth-child(7){
    order: 6;
}
.prd.ty1 .conbox .order-list > li:nth-child(8){
    order: 5;
}
.prd.ty1 .conbox .order-list > li:nth-child(9){
    order: 9;
}
.prd.ty1 .conbox .order-list > li:nth-child(10){
    order: 10;
}
.prd.ty1 .conbox .order-list > li:nth-child(11){
    order: 11;
}
.prd.ty1 .conbox .order-list > li:nth-child(12){
    order: 12;
}
.prd.ty1 .conbox .order-list > li:nth-child(13){
    order: 16;
}
.prd.ty1 .conbox .order-list > li:nth-child(14){
    order: 15;
}
.prd.ty1 .conbox .order-list > li:nth-child(15){
    order: 14;
}
.prd.ty1 .conbox .order-list > li:nth-child(16){
    order: 13;
}
.prd.ty1 .conbox .order-list > li:nth-child(17){
    order: 17;
}
.prd.ty1 .conbox .order-list > li:nth-child(18){
    order: 18;
}
.prd.ty1 .conbox .order-list > li:nth-child(19){
    order: 19;
}





.prd.ty1 .conbox .order-list > li:nth-child(1)::before,
.prd.ty1 .conbox .order-list > li:nth-child(2)::before,
.prd.ty1 .conbox .order-list > li:nth-child(3)::before,
.prd.ty1 .conbox .order-list > li:nth-child(5)::before,
.prd.ty1 .conbox .order-list > li:nth-child(6)::before,
.prd.ty1 .conbox .order-list > li:nth-child(7)::before,
.prd.ty1 .conbox .order-list > li:nth-child(8)::before,
.prd.ty1 .conbox .order-list > li:nth-child(9)::before,
.prd.ty1 .conbox .order-list > li:nth-child(10)::before,
.prd.ty1 .conbox .order-list > li:nth-child(11)::before,
.prd.ty1 .conbox .order-list > li:nth-child(13)::before,
.prd.ty1 .conbox .order-list > li:nth-child(14)::before,
.prd.ty1 .conbox .order-list > li:nth-child(15)::before,
.prd.ty1 .conbox .order-list > li:nth-child(17)::before,
.prd.ty1 .conbox .order-list > li:nth-child(18)::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 50%;
    right: -45px;
    transform: translate(0,-50%);
    width: 22px;
    height: 22px;
    background: url(../img/sub/prd-arr.png) no-repeat center/cover;
    z-index: 1;
}
.prd.ty1 .conbox .order-list > li:nth-child(5)::before,
.prd.ty1 .conbox .order-list > li:nth-child(6)::before,
.prd.ty1 .conbox .order-list > li:nth-child(7)::before,
.prd.ty1 .conbox .order-list > li:nth-child(13)::before,
.prd.ty1 .conbox .order-list > li:nth-child(14)::before,
.prd.ty1 .conbox .order-list > li:nth-child(15)::before{
    right: inherit;
    left: -45px;
}

.prd.ty1 .conbox .order-list > li:nth-child(5)::before,
.prd.ty1 .conbox .order-list > li:nth-child(6)::before,
.prd.ty1 .conbox .order-list > li:nth-child(7)::before,
.prd.ty1 .conbox .order-list > li:nth-child(13)::before,
.prd.ty1 .conbox .order-list > li:nth-child(14)::before,
.prd.ty1 .conbox .order-list > li:nth-child(15)::before{
    transform:translate(0,-50%) rotate(180deg);
}
.prd.ty1 .conbox .order-list > li:nth-child(1)::after,
.prd.ty1 .conbox .order-list > li:nth-child(2)::after,
.prd.ty1 .conbox .order-list > li:nth-child(3)::after,
.prd.ty1 .conbox .order-list > li:nth-child(5)::after,
.prd.ty1 .conbox .order-list > li:nth-child(6)::after,
.prd.ty1 .conbox .order-list > li:nth-child(7)::after,
.prd.ty1 .conbox .order-list > li:nth-child(9)::after,
.prd.ty1 .conbox .order-list > li:nth-child(10)::after,
.prd.ty1 .conbox .order-list > li:nth-child(11)::after,
.prd.ty1 .conbox .order-list > li:nth-child(13)::after,
.prd.ty1 .conbox .order-list > li:nth-child(14)::after,
.prd.ty1 .conbox .order-list > li:nth-child(15)::after,
.prd.ty1 .conbox .order-list > li:nth-child(17)::after,
.prd.ty1 .conbox .order-list > li:nth-child(18)::after {
    content: "";
    display: inline-block;
    width: 70px;
    height: 100px;
    position: absolute;
    top: 50%;
    right: -70px;
    transform: translate(0,-50%);
    background: #ddd;
}
.prd.ty1 .conbox .order-list > li:nth-child(4)::before,
.prd.ty1 .conbox .order-list > li:nth-child(8)::before,
.prd.ty1 .conbox .order-list > li:nth-child(12)::before,
.prd.ty1 .conbox .order-list > li:nth-child(16)::before{
    content: "";
    position: absolute;
    display: inline-block;
    bottom: -45px;
    left: 50%;
    top: inherit;
    width: 22px;
    height: 22px;
    background: url(../img/sub/prd-arr.png) no-repeat center/cover;
    transform:translate(-50%, 0) rotate(90deg);
    z-index: 1;
}
.prd.ty1 .conbox .order-list > li:nth-child(4)::after,
.prd.ty1 .conbox .order-list > li:nth-child(8)::after,
.prd.ty1 .conbox .order-list > li:nth-child(12)::after,
.prd.ty1 .conbox .order-list > li:nth-child(16)::after{
    content: "";
    display: inline-block;
    width: 100px;
    height: 70px;
    position: absolute;
    bottom: -71px;
    left: 50%;
    transform: translate(-50%,0);
    background: #ddd;
    
}
.prd.ty1 .conbox .order-list > li::after{
    z-index: -1;
}
.prd.ty1 .conbox .order-list > li:nth-child(5)::after,
.prd.ty1 .conbox .order-list > li:nth-child(6)::after,
.prd.ty1 .conbox .order-list > li:nth-child(7)::after,
.prd.ty1 .conbox .order-list > li:nth-child(13)::after,
.prd.ty1 .conbox .order-list > li:nth-child(14)::after,
.prd.ty1 .conbox .order-list > li:nth-child(15)::after{
    left: -70px;
    right: inherit;
}
.prd.ty1 .conbox .order-list > li:nth-child(1)::after{
    background: #FFEA9E;
}
.prd.ty1 .conbox .order-list > li:nth-child(2)::after{
    background: #FFDE91;
}
.prd.ty1 .conbox .order-list > li:nth-child(3)::after{
    background: #FED78C;
}
.prd.ty1 .conbox .order-list > li:nth-child(4)::after{
    background: #FECE7C;
}
.prd.ty1 .conbox .order-list > li:nth-child(5)::after{
    background: #FEC37E;
}
.prd.ty1 .conbox .order-list > li:nth-child(6)::after{
    background: #FFB470;
}
.prd.ty1 .conbox .order-list > li:nth-child(7)::after{
    background: #FFAB6F;
}
.prd.ty1 .conbox .order-list > li:nth-child(8)::after{
    background: #FFA069;
}
.prd.ty1 .conbox .order-list > li:nth-child(9)::after{
    background: #FD935E;
}
.prd.ty1 .conbox .order-list > li:nth-child(10)::after{
    background: #FD8953;
}
.prd.ty1 .conbox .order-list > li:nth-child(11)::after{
    background: #FD8251;
}
.prd.ty1 .conbox .order-list > li:nth-child(12)::after{
    background: #FA7D4B;
}
.prd.ty1 .conbox .order-list > li:nth-child(13)::after{
    background: #F27A4B;
}
.prd.ty1 .conbox .order-list > li:nth-child(14)::after{
    background: #ED754A;
}
.prd.ty1 .conbox .order-list > li:nth-child(15)::after{
    background: #E87543;
}
.prd.ty1 .conbox .order-list > li:nth-child(16)::after{
    background: #E56D3E;
}
.prd.ty1 .conbox .order-list > li:nth-child(17)::after{
    background: #E3653B;
}
.prd.ty1 .conbox .order-list > li:nth-child(18)::after{
    background: #DB6037;
}

.prd.ty1.ty2 .conbox .order-list > li:nth-child(12)::after{
    display: none;
}
.prd.ty1.ty2 .conbox .order-list > li:nth-child(12)::before{
    display: none;
}




.sub-container.prd.ty1{
    max-width: inherit;
    padding-bottom: 0;
}
.prd.ty1 .conbox .order-box,
.prd.ty1 .conbox .info-box .box{
    max-width: 1280px;
    margin: 0 auto;
    padding-bottom: 100px;
}
.prd.ty1 .conbox .info-box{
    background: #f7f7f7;
    margin-top: 0;
    padding: 100px 0;
}
.prd.ty1 .conbox .info-box .box{
    display: flex;
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.prd.ty1 .conbox .info-box .box .box-in{
    flex: 1;
    background: #fff;
    border-radius: 10px;
    padding: 50px 30px;
}
.prd.ty1 .conbox .info-box .box .box-in .titset{
    margin-bottom: 20px;
}
.prd.ty1 .conbox .info-box .box .box-in .titset .mtxt{
    color:#DA5116;
    font-size: 18px;
    font-weight: bold;
}
.prd.ty1 .conbox .info-box .box .box-in .conset{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    
}
.prd.ty1 .conbox .info-box .box .box-in .conset .txtset .info-list > li{
    font-size: 14px;
    color:#6e6e6e;
}
.prd.ty1.ty2 .conbox .info-box .box .box-in .conset .txtset .info-list > li{
    margin-left: 10px;
    text-indent: -10px;
}
.prd.ty1.ty23 .conbox .info-box .box .box-in .conset .txtset .info-list > li{
    white-space:nowrap
}
.prd.ty1 .conbox .info-box .box .box-in .conset .txtset .info-list > li + li{
    margin-top: 3px;
}
.prd.ty1.ty2 .conbox .info-box .box .box-in .conset .icoset > img{
    width: 100%;
    object-fit: cover;
}


.prd.ty4  .contents-copy-wrap .box .box-in.ty1{
    height: 100%;
}
.prd.ty4 .contents-copy-wrap .txtset{
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.prd.ty4 .contents-copy-wrap .txtset .tit-in .txtbox{
    margin-top: 15px;
}
.prd.ty4 .contents-copy-wrap .txtset .tit-in .txtbox .stxt{
    margin-right: 10px;
    text-indent: -10px;
    color:#666
}
.prd.ty4 .contents-copy-wrap .txtset .tit-in .txtbox .stxt + .stxt{
    margin-top: 5px;
}
.prd.ty4 .contents-copy-wrap .txtset .tit-in .txtbox .stxt::before{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #e7662e;
    vertical-align: middle;
    margin-right: 5px;
}



.sub-info-wrap {
    margin-top:100px
}
.sub-info-wrap .list {display: flex;justify-content: center;/* gap: 80px; */}
.sub-info-wrap .list > li  {
    position:relative;
    padding: 20px 50px 0 50px;
}
.sub-info-wrap .list > li + li::before {
    content:"";
    display: inline-block;
    width: 1px;
    height: 150px;
    background: #ABACAF;
    vertical-align: top;
    /* padding: 0 50px; */
    position: absolute;
    left: 0;
    top: 0;
}
.sub-info-wrap .list > li .icon {
    width:88px;
    height:88px;
    display:inline-block;
    background:url('../img/sub/product-iconset02.png') no-repeat 0 0 / auto 88px;
    margin-top: 10px;
}
.sub-info-wrap .list > li .icon.ty1 { 
    background-position:0 0
}
.sub-info-wrap .list > li .icon.ty2 { 
    background-position:-88px 0    
}
.sub-info-wrap .list > li .icon.ty3 { 
    background-position:-176px 0    
}
.sub-info-wrap .list > li .icon.ty4 { 
    background-position:-264px 0    
}
.sub-info-wrap .list > li .icon.ty5 { 
    background-position:-352px 0    
}
.sub-info-wrap .list > li .txt-in {display: inline-block;margin-left: 32px;vertical-align: top;}
.sub-info-wrap .list > li .txt-in .title {color: #7E523E;font-size: 23px;font-weight: 600;}
.sub-info-wrap .list > li .txt-in .in-list {margin-top: 7px;}
.sub-info-wrap .list > li .txt-in .in-list > li {font-size: 18px;color: #555;}
.sub-info-wrap .list > li .txt-in .in-list > li .bold {font-weight: 500;color: #222;margin-right: 5px;}
.sub-info-wrap .list > li.col1 .txt-in {margin-top:20px}
.sub-info-wrap .list > li.col1 .txt-in .bold {font-weight: 500;color: #222;}

.corp  {
    /* font-size: 20px;
    display: inline-block;
    vertical-align: text-bottom;
    padding-bottom: 5px;
    margin-right: 5px; */
}

/*en*/
.en .gnb-button-box .gnb-button{
    letter-spacing: -.3px;
    font-family: 'Montserrat', sans-serif
}

.conbox {/* padding-bottom:100px; */}

.en .firsttech.index .main-slide-card .txt-tag .logo-tag { 
    background: url('../img/common/logo-02-02-wh.svg') no-repeat center / cover;
    height:37px
}

.en .index .c-listset .c-list .txtset .hd4 {
    padding:10px 40px 20px
}

.en .sub-info-wrap .list > li .txt-in .title { 
    font-size:17px
}
.en .sub-info-wrap .list > li .txt-in .in-list > li { 
    font-size:15px
}

.en .prd.ty1 .conbox .order-list > li .txtbox .titset .mtxt { 
    word-break: keep-all;
}

.en .prd.ty1 .conbox .order-list > li .txtbox .txtset > p > span { 
    font-size:14px
}

@media (max-width:480px){
    .en .section.company .cont .hd4{
        font-size:16px
    }
    .en .firsttech.index .section.company .cont .info .info-box .hd5 { 
        font-size:18px
    }
    .en .section.company .cont .info > a { 
        padding:15px 10px 10px 15px
    }
    .en .section.company .cont .hd4 {padding-bottom:15px}

    .recruit-contents .boxset { 
        padding:55px 12px
    }
    .recruit-process-box {padding-bottom:35px}
}