@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: 16px;
    /* line-height: 24px; */
    /* line-height: 1.5; */
    word-break: keep-all;
}
a:hover{
    color: inherit;
}

#gnb .lang{
    display: none;
}

#hd_wrapper{
    max-width: 1440px;
}
p{
    word-break: keep-all;
}

/* root */
:root{
    --atm-color: #13304C;
}
:root{
    --atm-color-ligtblue: #598BBA;
}
:root{
    --atm-color-gray: #B3B3B3;
}

/*header*/
.gnb-button-box, .gnb-button-box .gnb-button-list-box{
    /* min-width: 130px; */
}
.gnb-button-box:hover{
    z-index: 100;
}
.gnb-button-box .gnb-button{
    padding: 0 30px;
}
.gnb-button-box .gnb-button-list-box{
    border-top:4px solid #183069;
}
.gnb-button-box .gnb-button-list-box .gnb-button-list{
    justify-content: left;
    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 10px;
}



/*index*/
/*index fp-nav*/
.index .main-slide-card .txt-box{
    transform: none;
}
.index .main-slide-card .img-box{
    width: 100%;
}
.index .main-slide-warp .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sub-visual-img-inner img{
    width: 100%;
    object-fit: cover;
}
#fp-nav{
    /* background: #183069; */
    border-radius: 30px;
    padding: 10px 3px;
}
#fp-nav ul li a.active span{
    border: 2px solid #1161AC;
    color: transparent;
    /* z-index: 100; */
}
#fp-nav ul li a.active span::before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #1161AC;
}
#fp-nav ul li a span{
    background: none;
    border: 1px solid #DBDBDB;
}
.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);
}
.index .main-slide-warp .img-box img{
    filter: brightness(70%);
}

.index .main-slide-warp .scroll_wrap{
    position: absolute;
    right: 56px;
    top: calc(50% - 60px);
    transform: translate(-50%);
}
.index .main-slide-warp .scroll_wrap .txt{
    font-size: 13px;
    color: #fff;
    transform: rotate(90deg);
    padding-bottom: 60px;

}
.index .main-slide-warp .scroll{
    transform: translate(-50%);
    transform: rotate(90deg);
    width: 60px;
    padding-bottom: 60px;
    overflow: hidden;
}
.index .main-slide-warp .scroll .scoll_line{
    width: 60px;
    overflow: hidden;
}
.index .main-slide-warp .scroll .scoll_line::before{
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
}
.index .main-slide-warp .scroll .scoll_line::after{
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    top: -1px;
    left: -10%;
    transform: scaleX(0);
    /* left: 0;
    transform: scaleX(0) translateX(-10%); */
    transform-origin: left;
    animation: scrollAni 1.4s infinite;
}
@keyframes scrollAni {
    0%{
        transform: scaleX(0); left: -10%
        /* transform: scaleX(0) translateX(-10%); */
    }
    100%{
        transform: scaleX(1); left: 100%
        /* transform: scaleX(1) translateX(100%); */
    }
}


/*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;
    padding: 0 90px;
}
.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
}
/* .ty3 .txtset .stxt{
    padding: 23px 0;
} */
.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:hover .txtset .plus-btn{
    transform: rotate( 360deg );
}
.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{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    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: #fff;
}
.section.company .company-bg{
    background: url(../img/AMT/main_motto_bg.jpg) no-repeat 0 0; 
    background-position: center; 
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
}
.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: #0D3081;
    font-size: 16px;
}
.section.company .cont .hd4{
    padding: 10px 0 50px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -0.64px;
}
.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:var(--atm-color);
    padding-bottom: 10px;
}
.section.company .cont .info .info-box .stxt{
    color:#333
}
.section.company .cont .info > a .imgset{
    text-align: right;
    padding-top: 50px;
    /* position: absolute;
    bottom: 0;
    right: 0; */
}
.section.company .cont .info > a:last-child .imgset{
    padding-top: 75px;
}
.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: var(--atm-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.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(../img/AMT/main_catalog.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(../img/AMT/main_footer_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: left;
    padding: 40px;
}
.cs-inner .conset.contact .titset .hd4{
    color:#fff;
    padding-bottom: 20px;
    text-align: center;
}
.cs-inner .conset.contact .titset .stxt{
    color:#ddd;
    padding-bottom: 5px;
}
.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: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: var(--atm-color-ligtblue);
    letter-spacing: -.5px;
    text-transform: uppercase;
    margin: 0 0 30px;
}
.sub-container-title.center{
    text-align: center;
}
.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;
}
/* .sub-visual-list ul li a:hover{
    background: #6185de;
    text-decoration: none;
} */
.company-txt-title{
    line-height: 46px;
}
.contents-sub-title,
.company-txt-title,
.location-contents-title,
.contents-copy-title{
    font-size: 36px;
    color: var(--atm-color);
    letter-spacing: -1px;
    margin: 0 0 50px;
    font-weight: bold;
}
.contents-copy-title.center{
    text-align: center;
}
.product-contents .contents-copy-tit, .contents-sub-tit{
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-top: 20px;
}

/*ceo message*/
.company-img{
    align-items: normal;
    overflow: hidden;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    /* margin: 0 0 0 100px; */
}
.catalog-img{
    align-items: center;
    overflow: unset;
    margin: 0 0 0 100px;
}
.company-img > img{
    box-shadow: none;
    height: 100%;
}
.company-txt-wrap .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;
    line-height: 26px;
    font-weight: 400;
    /* letter-spacing: -0.72px; */
}
.company-txt-inner .str{
    font-weight: 700;
}
.company-txt-inner .pad{
    padding-left: 30px;
}
.company-txt-inner .list{
    display: block;
    position: relative;
    padding-left: 30px;
}
.company-txt-inner .list::before{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #6e6e6e;
    position: absolute;
    left: 10px;
    top: 11px;
}
.organization-contents{
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*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 .location-box:nth-child(2){
    padding-top: 50px;
}

.location-contents .top{
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
}
.location-contents .top .txt_contents{
    /* flex: 2; */
}
.location-contents .top .txt_contents .txt li{
    padding-bottom: 20px;
    font-size: 18px;
    color: #6e6e6e;
    letter-spacing: -0.72px;
    font-weight: 400;
    line-height: 26px;
}
.location-contents .top .txt_contents .txt li span{
    display: inline-block;
    font-weight: 500;
    width: 50px;
    margin-right: 10px;
}
.location-contents .top .location_img{
    /* flex: 1; */
    /* width: 100%; */
    overflow: hidden;
    max-width: 450px;
    max-height: 420px;
    /* aspect-ratio: 4/3; */
    /* position: relative; */
}
.location-contents .top .location_img img{
    /* width: 100%; */
    /* height: auto; */
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
}
.location-contents .top .location_img .img2{
    /* width: auto;
    height: 100%; */
    aspect-ratio: 4/3;
    width: 100%;
}

.location-contents .bottom{
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
}
.location-contents .bottom .location-contents-map{
    padding: 0;
    height: 400px;
}
.location-contents .bottom .location-contents-map iframe{
    height: 100%;
}


.location-contents .location-contents-txt .tit{
    font-size: 20px;
}
.location-contents-info{
    padding-top: 40px;
    padding-bottom: 60px;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-direction: column;
}
.location-contents-info li{
    color: #6e6e6e;
    font-size: 18px;
    /* padding-bottom: 10px; */
}
.location-contents-box{
    border-bottom: 0;
}

/*history*/
.contents-copy-sub{
    font-size: 18px;
    line-height: 26px;
    color: #6e6e6e;
    font-weight: 400;
}
.contents-copy-title + .contents-copy-sub{
    margin-top: -20px;
}
.list_year, .list_month, .list_content{
    font-size: 16px;
}
.year-list-title{
    font-size: 20px;
    font-weight: bold;
    padding-right: 20px;
}

/* organization */

/*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: 0;
}
.product-contents .contents-sub-txt{
    padding: 0;
}
.product-applications-txt{
    font-size: 22px;
    font-weight: 500;
    margin-top: 20px;
    letter-spacing: -0.88px;
}
.flange .product-applications-txt{
    font-size: 18px;
}
.flange .txt_wrap .product-applications-txt{
    margin-top: 8px;
}
.product-applications .product-applications-img{
    overflow: hidden;
    width: 100%;
    /* padding: 20px; */
}
.product-applications .product-applications-img img{
    transition: all 0.5s;
}
.product-applications:hover .product-applications-img img{
    transform: scale(1.1);
}
.product-applications-box{
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 30px;
    padding: 30px 0 50px;
}
.product-applications-img{
    border: 1px solid #ddd;
}
.product-applications-box.two{
    grid-template-columns: repeat(2, 1fr);
}
.product-applications-box.two .product-applications-txt{
    font-weight: 400;
}
.product-applications-box.two .product-applications-txt.mag{
    margin-top: 8px;
}
.product-applications-box.three{
    grid-template-columns: repeat(3, 1fr);
}


/* prd-table */
.prd-table-wrap{
    padding-top: 50px;
}
.prd-table{
    border-collapse: collapse;
    width: 100%;
    font-size: 16px;
    border-top: 3px solid #333;
    border-bottom: 3px solid #333;
    margin-bottom: 20px;
    color: #333;
}
.prd-table th, td{
    border: 1px solid var(--atm-color-gray);
}
.prd-table .th1 th,
.prd-table .txt td:nth-child(1),
.prd-table .th2 th:nth-child(1),
.prd-table .th3 th:nth-child(1){
    border-left: 0;
}
.prd-table .th1 th,
.prd-table .th2 th:nth-child(2),
.prd-table .th3 th:nth-child(4),
.prd-table .txt td:nth-child(4){
    border-right: 0;
}
.prd-table th{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.72px;
    padding: 12px 0;
    background: #cfd7de;
}
.prd-table td{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.64px;
    padding: 8px 20px;
}
.prd-table .th2 > th{
    width: 50%;
}
.prd-table .th3 th:nth-child(odd){
    width: 18%;
    min-width: 85px;
}
.prd-table .txt td:nth-child(odd){
    text-align: center;
}


/* facilities */
.fa .product-applications .product-applications-img{
    width: 100%;
    /* height: 800px; */
    border: 0;
    overflow: hidden;
}
.fa .product-applications .product-applications-txt{
    font-weight: 500;
}
.fa .product-applications:hover .product-applications-img img{
    transform: none;
}

/* facilities - process */
.process .process_item_wrap{
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;    
}
.process .process_item_wrap .process_item{
    flex: none;
    position: relative;
    width: calc(100% / 3);
    margin: -1px 0 0;
}
.process .process_item_wrap .process_item .process_item_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 50px;
}
.process .process_item1{
    order: 1;
}
.process .process_item2{
    order: 2;
}
.process .process_item3{
    order: 3;
}
.process .process_item4{
    order: 6;
}
.process .process_item5{
    order: 5;
}
.process .process_item6{
    order: 4;
}
.process .process_item7{
    order: 7;
}
.process .process_item8{
    order: 8;
}
.process .process_item9{
    order: 9;
}
.process .process_item10{
    order: 12;
}
.process .process_item11{
    order: 11;
}
.process .process_item12{
    order: 10;
}
.process .process_item_wrap .process_item .process_item_box .process_no{
    position: relative;
    font-size: 22px;
    font-weight: 400;
}
.process .process_item_wrap .process_item .process_item_box .process_dot{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 10px;
    margin: 20px 0;
    background: #ddd;
    border-radius: 50%;
    transition: all 0.5s;
}
.process .process_item_wrap .process_item .process_item_box .process_dot div{
    width: 1px;
    height: 1px;
    border-radius: 50%;
}
.process .process_item_wrap .process_item .process_item_box .process_dot div::after{
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
}
.process .process_item_wrap .process_item:nth-child(1) .process_dot div::after, .process .process_item_wrap .process_item:nth-child(2) .process_dot div::after, .process .process_item_wrap .process_item:nth-child(3) .process_dot div::after,.process .process_item_wrap .process_item:nth-child(7) .process_dot div::after, .process .process_item_wrap .process_item:nth-child(8) .process_dot div::after, .process .process_item_wrap .process_item:nth-child(9) .process_dot div::after{
    left: 50%;
}
.process .process_item_wrap .process_item:nth-child(4) .process_dot div::after, .process .process_item_wrap .process_item:nth-child(5) .process_dot div::after, .process .process_item_wrap .process_item:nth-child(6) .process_dot div::after, .process .process_item_wrap .process_item:nth-child(10) .process_dot div::after,.process .process_item_wrap .process_item:nth-child(11) .process_dot div::after,.process .process_item_wrap .process_item:nth-child(12) .process_dot div::after{
    right: 50%;
}
.process .process_item_wrap .process_item:nth-child(3) .process_item_box .process_dot div::after,.process .process_item_wrap .process_item:nth-child(9) .process_item_box .process_dot div::after{
    height: 100%;
    background: none;
    border: 1px solid #ddd;
    border-left: 0;
    border-radius: 0 50% 50% 0;
    margin: 0 0 0 -130px;
}
.process .process_item_wrap .process_item:nth-child(6) .process_item_box .process_dot div::after{
    height: 100%;
    background: none;
    border: 1px solid #ddd;
    border-right: 0;
    border-radius: 50% 0 0 50%;
    margin: 0 -130px 0 0;
}
.process .process_item_wrap .process_item .process_item_box .process_img_wrap{
    display: flex;
}
.process .process_item_wrap .process_item .process_item_box .process_img_wrap .process_img:first-child{
    margin-right: 10px;
}
.process .process_item_wrap .process_item .process_item_box .process_img{
    display: flex;
    justify-content: center;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    overflow: hidden;
}
.process .process_item_wrap .process_item .process_item_box .process_img img{
    height: 100%;
}
.process .process_item_wrap .process_item .process_item_box .process_txt{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.72px;
    margin: 20px 0 0;
    text-align: center;
}
.process .process_item_wrap .process_item .process_item_box .process_txt_wrap{
    display: flex;
    width: 100%;
}
.process .process_item_wrap .process_item .process_item_box .process_txt_wrap .process_txt{
    width: 50%;
}

.process .process_item_wrap .process_item .process_item_box .process_dot span{
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    border-radius: 50%;
    transition: all 0.5s;
    transform: scale(0);
}
.process .process_item_wrap .process_item.on .process_item_box .process_dot span{
    border: 2px solid #E00E12;
    transform: scale(1);
}
.process .process_item_wrap .process_item.on .process_item_box .process_dot{
    background-color: #E00E12;
}

/* quality */

.quality_contents_wrap .quality_img{
    margin: 50px 0 100px;
    
}
.quality_contents_wrap .quality_img img{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: block;
    margin: 0 auto;
}
.quality_contents_wrap .quality_box{
    display: flex;
    padding-bottom: 30px;
}
.quality_contents_wrap .quality_box .inner{
    flex: 1;
    display: flex;
    justify-content: center;
}
.quality_contents_wrap .quality_box .inner .qu_img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.quality_contents_wrap .quality_box .inner .qu_img img{
    width: 100%;
    height: 100%;
    vertical-align: middle;
    object-fit: cover;
}
.quality_contents_wrap .quality_box .inner .txt{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
}
.quality_contents_wrap .quality_box .inner h4{
    font-size: 28px;
    letter-spacing: -1px;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding: 0 8px 20px;
}
.quality_contents_wrap .quality_box .inner p{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.72px;
    color: #6e6e6e;
    padding: 4px 8px;
}
.quality_contents_wrap .quality_box:nth-of-type(even) .inner:nth-child(1){
    order: 2;

}
.quality_contents_wrap .quality_box:nth-of-type(even) .inner:nth-child(2){
    order: 1;

}

.certificate_wrap .product-applications{
    cursor: pointer;
    position: relative;
}
.certificate_wrap .product-applications:hover .product-applications-img{
    background: #111;
}
.certificate_wrap .product-applications:hover .product-applications-img img{
    opacity: 0.3;
    transition: all 0.8s;
}
.certificate_wrap .product-applications::after{
    content: "";
    display: block;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50% -50%);
    background: url(../img/common/plus.png) no-repeat;
    background-position: center;
    background-size: cover;
    width: 30px;
    height: 30px;
    z-index: 100;
    opacity: 0;
    transition: all ease 1s;
}
.certificate_wrap .product-applications:hover::after{
    opacity: 1;
    transform: rotate(360deg);
}
/* popview */
#popview{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}
#popview .inset{
    /* position: absolute; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    min-width: 500px;
    max-width: 1000px;
    max-height: 95vh;
    margin: auto;
    position: relative;
    background: #fff;
}
#popview .inset .closebtn{
    position: absolute;
    top: 0;
    right: -60px;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
#popview .inset .closebtn::before{
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/AMT/popview-closeicon.png) no-repeat 0 0;
}
#popview .inset .simg{
    /* height: 80vh; */
    max-height: 100%;
    width: auto;
    /* width: 100px; */
    text-align: center;
    padding: 25px;
}
#popview .inset .simg .simg-inset{
    height: 100%;
}
#popview .inset .simg img{
    /* width: 100%; */
    height: 100%;
    max-height: 100%;
    /* object-fit: contain; */
    object-fit: cover;
    max-width: 460px;
    min-width: 400px;
}


/* media */
.catalog_txt{
    display: flex;
    justify-content: center;
}
.catalog_txt .txtset{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.catalog_txt .btn_wrap{
    align-self: flex-start;
}
.catalog_txt .btn_wrap .btn{
    display: flex;
    width: auto;
    height: auto;
    text-align: center;
    align-items: center;
    border: 1px solid var(--atm-color-ligtblue);
    color: var(--atm-color-ligtblue);
    padding: 15px 30px;
    border-radius: 50px;
    margin-top: 100px;
    gap: 10px;
}
.catalog_txt .btn_wrap .btn:hover{
    background: var(--atm-color-ligtblue);
    color: #fff;
}
.catalog_txt .btn_wrap .btn .btn_txt{
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.72px;
}
.catalog_txt .btn_wrap .btn .icon{
}

.pr-contents .contents-copy-title{
    margin-bottom: 100px;
}
.prvideo_wrap{
    width: 100%;
}
.prvideo_wrap video{
    width: 100%;
}

/*recruit*/
.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: #183069;
    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:#183069;
    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(24,48,105,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{
    padding: 5% 20px 5% 9%;
}
.recruit-info-talent:nth-of-type(odd){
    padding: 5% 9% 5% 20px;
}
.recruit-info-talent-wrap::after{
    content: "AMT CORE";
    background: var(--atm-color);
    border-radius: 50%;
    z-index: 200;
    font-family: 'Noto Sans KR';
    font-size: 22px;
    font-weight: 700;
}
.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 var(--atm-color);
    background: #fff;
    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;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #6e6e6e;
    letter-spacing: -0.64px;
}
.recruit-info-talent-title{
    color: #111111;
    margin-bottom: 10px;
}

/*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_img img{
    width: 100%;
}


/*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;
    display: flex;
    flex-direction: column;
}
.bottom-contents-txt{
    font-size: 15px;
    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;
}

/* login */
.mbskin{
    width: 400px;
    max-width: 90%;
}
.mbskin .mbskin_box{
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.login_logo{
    padding: 40px 0 15px;
}
#mb_login .txt{
    font-size: 40px;
    font-weight: 700;
}

.frm_input{
    background: #eee;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
#mb_login #login_fs .frm_input{
    padding: 12px 15px;
}
.chk_box{
    text-align: left;
    margin-bottom: 20px;
}
.btn_submit{
    border-radius: 50px;
}
.btn_submit:hover{
    background: #292929;
}

#login_info .login_if_auto{
    width: 100%;
}
.chk_box input[type="checkbox"] + label span{
    margin-top: 3px;
    margin-right: 5px;
}
.chk_box input[type="checkbox"] + label:hover{
    color: #222;
}
#login_info .login_if_auto label{
    width: 100%;
    padding: 2px 5px;
}
#login_password_lost{
    color: #676e70;
    border: 0;
}
#login_password_lost:hover{
    color: #222;
}