@charset "utf-8";

/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

 * sub_visual *

ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
.sub_visual {
    padding: 60px 0 60px;
    box-sizing: border-box;
}

.sub_visual .inner {
    gap: 20px;
    align-items: baseline;
}

.sub_visual .txt {
    flex-shrink: 1;
}

.sub_visual .txt h2 {
    font-weight: 600;
    font-size: var(--fz-54);
    line-height: 1.4em;
    letter-spacing: -0.025em;
    color: #444444;
}

.sub_visual .sub_path {
    margin-left: auto;
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: var(--fz-18);
    line-height: 1.55em;
    letter-spacing: -0.025em;
    color: #666;
    gap: var(--gap);
    --gap: 20px
}

.sub_visual .sub_path .home {
    font-weight: 600;
    color: #567d32;
    text-transform: uppercase;
}

.sub_visual .sub_path [class ^=depth] {
    --p: 45px;
    padding-left: var(--p);
    position: relative;
}

.sub_visual .sub_path [class ^=depth]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: calc(var(--p) - var(--gap));
    height: 2px;
    background-color: #e4e4e4;
}

@media all and (max-width: 767px) {
    .sub_visual .inner {
        flex-direction: column;
        align-items: center;
    }

    .sub_visual .sub_path {
        margin-left: unset;
    }
}

/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

 *사업분야 > 시험의뢰절차 *

ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
.step .down_list {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.step .down_list li {
    width: calc(50% - 10px);
    max-width: 264px;
    transition: all 0.3s;
    color: #000000;
    background: #fff;
    text-align: center;
    border-radius: 73px;
}

.step .down_list li a {
    width: 100%;
    height: 100%;
    padding: 35px 0;
    box-sizing: border-box;
    display: inline-block;
}

.step .down_list i {
    display: block;
    width: 25px;
    margin: 0 auto 15px;
    height: 22px;
    background: url(/img/download_icon_off.png)no-repeat;
}

.step .down_list h5 {
    font-size: var(--fz-20);
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: -0.025em;
}

.step .down_list li:hover {
    background: #567d32;
    color: #fff;
}

.step .down_list li:hover i {
    background: url(/img/download_icon_on.png)no-repeat;
}


.step .account_box {
    display: flex;
    box-sizing: border-box;
    /* flex-wrap: wrap; */
    border: 1px solid #dbdbdb;
    width: 100%;
}

.step .account_box .box {
    color: #fff;
    background-color: #f2f1f7;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-direction: column;
}

.step .account_box .box .logo {
    position: relative;
    text-align: center;
}

/* .step .account_box .box .logo::after {
    content: '';
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 260px;
    height: 1px;
    background-color: #fff;
} */

.step .account_box h5 {
    font-size: 24px;
    color: #222;
    font-weight: bold;
    letter-spacing: -0.025em;
    line-height: 1.5em;
    padding: 30px 0;
}

.step .account_box p {
    font-size: 18px;
    color: #222;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1.6em;
}

.step .account_box li {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 2.2em;
    color: #222;
}

.step .account_box .txt_box {
    width: calc(100% - 287px);
    padding: 55px 35px;
    box-sizing: border-box;
    background-color: #f2f1f7;
    border-left: 1px solid #dbdbdb;
}

.step .line_num{margin-top: 40px;}
.step .line_num li {aspect-ratio: 1/0.4; border-top: none;}
.step .line_num li.border_r{border: none;}
.step .line_num li .txt.d-flex{
    display: flex; align-items: center; gap: 20px;
}

.step .con01 .btn_wrap_list ul{display: flex; flex-wrap: wrap; gap: 20px; margin-top: 60px; justify-content: center;}
.step .con01 .btn_wrap_list ul li{width: calc(20% - 16px); box-sizing: border-box; border-radius: 73.5px; background-color: #fff; }
.step .con01 .btn_wrap_list ul li a{display: flex; align-items: center; flex-direction: column; justify-content: center; gap: 20px; padding: 35px; width: 100%; box-sizing: border-box;}
.step .con01 .btn_wrap_list ul li a p{font-size: 20px; letter-spacing: -0.025em; color: #000000; line-height: 1.7em; text-align: center;}

.step .con01 .btn_wrap_list ul li:hover{background-color: #567d32;}
.step .con01 .btn_wrap_list ul li:hover a p{color: #fff;}
.step .con01 .btn_wrap_list ul li:hover a img{filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(86deg) brightness(200%) contrast(101%);}

@media all and (max-width: 1025px) {
    .step .account_box .box {
        width: 100%;
        padding: 70px 30px 30px;
    }

    .step .account_box .txt_box {
        width: 100%;
        border: none;
        border-top: 1px solid #dbdbdb;
        padding: 30px 20px;
    }

    .step .con01 .btn_wrap_list ul li{
        width: calc(33.333% - 13.333px);
    }
}

@media all and (max-width: 650px) {
    .step .con01 .btn_wrap_list ul li{
        width: calc(50% - 10px);
    }
    .step .con01 .btn_wrap_list ul li a{padding: 30px 0;}
    .step .con01 .btn_wrap_list ul li a p{font-size: 18px;}
}

/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

 *사업분야 > 석면감리 *

ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
.asde .txt_box+.txt_box {
    margin-top: 50px;
}

.asde .pd_txt .txt {
    padding: 40px 0 50px;
    box-sizing: border-box;
}

.asde .pd_txt .txt+.txt {
    border-top: 1px solid #e4e4e4;
}

.asde .txt {
    font-size: var(--fz-20);
    letter-spacing: -0.025em;
    font-weight: 400;
    color: #666;
    line-height: 1.7;
}

.asde .txt.light {
    font-weight: 200;
}

.asde .txt h5 {
    font-size: var(--fz-24);
    letter-spacing: -0.025em;
    color: #222222;
    font-weight: 500;
}

.asde .txt h6 {
    font-size: var(--fz-20);
    letter-spacing: -0.025em;
    color: #567d32;
    font-weight: 500;
}

.asde .txt h5+p {
    padding-top: 25px;
}

.asde .txt p+p {
    padding-top: 10px;
}


.asde .table_wrap table {
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.025em;
    color: #222222;
    line-height: 1.3;
}

.asde .table_wrap table thead tr {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.asde .table_wrap table th {
    font-weight: bold;
}

.asde .table_wrap table th,
.asde .table_wrap table td {
    border-right: 1px solid #dbdbdb;
    padding: 12px
}
.asde .table_wrap table td.text-center{text-align: center;}

.asde .table_wrap table th:last-child,
.asde .table_wrap table td:last-child {
    border: none;
}

.asde .table_wrap table td.border_l {
    border-left: 1px solid #dbdbdb;
}

.asde .table_wrap table tr {
    border-top: 1px solid #dbdbdb;
}

.asde .txt_box i {
    font-style: normal;
    display: inline-block;
    vertical-align: top;
}

.asde .txt_box ul {
    margin-top: 10px;
}

.asde .txt_box ul.pluse {
    margin-left: 40px;
}

.asde .txt_box ul li {
    padding-left: 15px;
    box-sizing: border-box;
    position: relative;
}

.asde .txt_box ul.pluse li {
    padding-left: 10px;
}

.asde .txt_box ul li i {
    position: absolute;
    top: 0;
    left: -5px;
}

.asde .txt_box b {
    font-weight: 400;
    color: #000;
}

.asde .sub_con_tit p{
    font-size: var(--fz-18);
    letter-spacing: -0.025em;
    font-weight: 400;
    color: #666;
    line-height: 1.7;
    padding-top: 15px;
}
.asde .sub_con_tit p span.green{
    color:#567d32;
    font-weight: 700;
}

.asde .box_list.small li{aspect-ratio: auto;}
@media all and (max-width:1200px) {
    .asde .table_wrap {
        overflow-y: scroll;
    }

    .asde .table_wrap table {
        width: 1200px;
    }
}

@media all and (max-width:768px){
    .asde .pd_txt .txt p br{display: none;}
}
/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

 *회사소개 > 인사말 *

ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
.about .img_bg {
    color: #fff;
    width: 93.5%;
    max-width: 1850px;
    margin: 0 auto;
    background: url(/img/about_con01_img01.jpg)no-repeat center/cover;
    padding: 13.85% 0 90px;
    text-align: center;
}

.about .img_bg .line {
    width: 1px;
    height: 107px;
    margin: 70px auto 0;
    background: rgba(255, 255, 255, 0.4);
}

.about .tit.mx_center {
    max-width: 680px;
    margin: 0 auto 0;
}

.about .tit h2 {
    font-size: var(--fz-42);
    letter-spacing: -0.025em;
    font-weight: 500;
    line-height: 1.3;
}

.about .txt p {
    font-size: var(--fz-22);
    letter-spacing: -0.025em;
    font-weight: 400;
    line-height: 1.6;
}

.about .bot_txt {
    text-align: center;
    max-width: 860px;
    margin: 60px auto;
}

.about .bot_txt p {
    font-size: 18px;
    letter-spacing: -0.025em;
    font-weight: 400;
    line-height: 1.8;
    color: #666666;
}

.about .bot_txt p+p {
    margin-top: 40px;
}

.about .bot_txt b {
    color: #222;
    font-weight: 500;
}

@media all and (max-width:768px){
    .about .img_bg{padding: 150px 0;}
    .about .img_bg .line{display: none;}
    .about .bot_txt p br{display: none;}
}

/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

 *회사소개 > 오시는길 *

ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
.location .con01 .flex_wrap {
    flex-wrap: wrap;
}

.location .con01 .flex_wrap>div {
    width: 50%;
}

.location .con01 .info_box {
    padding: 9% 30px 9% 80px;
    color: #fff;
    background: url(/img/location_con01_bg01.png)no-repeat center/cover;
    box-sizing: border-box;
}


.location .con01 .tit h3 {
    font-size: 42px;
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 1.3;
}

.location .con01 .tit h3 span {
    display: block;
}

.location .con01 .info p {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.3;
}

.location .con01 .info p+p {
    margin-top: 20px;
}

@media all and (max-width:1200px) {
    .location .con01 .flex_wrap>div {
        width: 100%;
    }

    .location .con01 .map_box {
        height: 380px;
    }

    .location .con01 .info_box {
        padding: 80px 30px 80px 30px;
    }
}

/*ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ

 *회사소개 > 연혁 *

ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
.history .sub_con_tit b {
    display: block;
    font-weight: 500;
    color: #567d32;
}

.history .year_wrap {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.history .year_wrap .box {
    width: calc(25% - 15px);
}

.history .year_wrap .box .tit {
    font-size: 24px;
    vertical-align: top;
    display: inline-block;
    width: fit-content;
    font-weight: 500;
    letter-spacing: -0.025em;
    color: #222222;
}

.history .year_wrap .box ul {
    display: inline-block;
    padding-bottom: 100px;
    position: relative;
    width: calc(100% - 80px);
    margin-left: 20px;
}

.history .year_wrap .box ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 3px;
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #e4e4e4;
}

.history .year_wrap .box ul li::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    display: inline-block;
    width: 8px;
    border-radius: 50%;
    height: 8px;
    background-color: #567d32;
    font-size: 25px;
    margin-right: 10px;
}

.history .year_wrap .box ul li {
    padding-left: 15px;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.3em;
    letter-spacing: -0.025em;
    color: #666666;
    box-sizing: border-box;
    position: relative;
}

.history .year_wrap .box ul li+li {
    margin-top: 30px;
}

@media all and (max-width:1100px) {
    .history .year_wrap .box {
        width: calc(100%);
    }

    .history .year_wrap .box ul {
        padding-bottom: 50px;
    }

    .history .year_wrap .box ul li+li {
        margin-top: 20px;
    }
}

.certifi .certi_list ul{display: flex; gap: 10px; justify-content: center; flex-wrap: wrap;}
.certifi .certi_list ul li{width: calc(25% - 7.5px); position: relative; cursor: pointer; transition: .3s;}
.certifi .certi_list ul li .txt_box{position: absolute; bottom: 0; left: 0; width: 100%; padding: 20px 0; box-sizing: border-box; text-align: center; background-color: rgba(0,0,0,.25); transition: .3s;}
.certifi .certi_list ul li .txt_box p{font-weight: 700; color: #ffffff; font-size: var(--fz-24); letter-spacing: -0.025em;}
.certifi .certi_list ul li:hover{box-shadow: 0px 26px 30px 0px rgba(0, 0, 0, 0.14);}
.certifi .certi_list ul li:hover .txt_box{background-color: #567d32;}

@media all and (max-width:768px){
	.certifi .certi_list ul li{width: calc(50% - 5px); text-align: center;}
}