/*
	Copyright 2020 Raonbnp
	http://raonbnp.com, http://raonwebstore.com
*/

@charset "UTF-8";
@import '/_css/common.css';

/* front, admin 공통*/

@import '/_css/member.css';

/* front member 공통*/

@import '/_css/board.css';

/* front member 공통*/

@import 'loading.css';
@import 'fontSet.css';
@import 'basic.css';
@import 'layout.css';

/*sub*/

.sub_title_bullet {
    font-size: 2.2rem;
    padding-left: 2.6rem;
    position: relative;
    font-weight: 600;
    margin-bottom: 2rem;
}

.sub_title_bullet::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.6rem;
    height: 1.6rem;
    border: .4rem solid #ff0000;
    background: #fff;
    border-radius: 100%;
}

.sub_title_bullet2 {
    font-size: 1.8rem;
    padding-left: 2.2rem;
    position: relative;
    font-weight: 600;
    margin-bottom: 2rem;
}

.sub_title_bullet2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.4rem;
    height: 1.4rem;
    border: .3rem solid #ff0000;
    background: #fff;
    border-radius: 100%;
}


/*company_wrap*/

.company_wrap {}

.company_wrap .img {
    background: url(../_img/sub/company_bg1.jpg) no-repeat center center / cover;
    height: 30rem;
    margin: 14rem 0 5rem 0;
    position: relative;
}

.company_wrap .img div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    padding: 0px 25px;
    transform: translateY(-50%);
}

@media(max-width:767.98px) {
    .company_wrap .img {
        height: 25rem;
        margin: 10rem 0 5rem 0;
    }
}


/*solution_wrap*/

.solution_wrap .sec_gray {
    background: #f8f8f8;
    padding: 12rem 0;
    margin-top: 12rem;
}


/*product_wrap*/

.product_wrap .tabm {
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 4rem;
}

.product_wrap .tabm ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: flex;
}

.product_wrap .tabm ul>li>a {
    display: block;
    padding: 15px 12px;
    font-size: 1.8rem;
    color: #999;
}

.product_wrap .tabm ul>li.on>a {
    color: #ff0000;
    font-weight: 600;
    position: relative;
}

.product_wrap .tabm ul>li.on>a::after {
    content: "";
    position: absolute;
    lefT: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    background: #ff0000
}

.product_wrap .product_info {}

.product_wrap .product_info .thum {
    position: relative;
}

.product_wrap .product_info .thum::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd
}

.product_wrap .product_info .thum img {
    width: 100%;
}

.product_wrap .product_info .spec {
    padding-left: 5rem;
    padding-top: 2rem;
}

.product_wrap .product_info .spec h4 {
    border-bottom: 2px solid #222;
    font-size: 3.6rem;
    padding-bottom: 2rem;
    font-weight: 600;
    margin-bottom: 4rem;
}

.product_wrap .product_info .spec .flex {
    display: flex;
}

.product_wrap .product_info .spec .flex+.flex {
    margin-top: 1.5rem;
}

.product_wrap .product_info .spec .flex>div:first-child {
    width: 14rem;
}

.product_wrap .product_info .spec .flex>div:last-child {
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 300;
    color: #666
}

.product_wrap .box-gray-o {
    border: 1px solid #ddd;
    text-align: center;
    padding: 3rem 0;
}

.product_wrap .table_spec table {
    width: 100%;
}

.product_wrap .table_spec table tr:first-child th,
.product_wrap .table_spec table tr:first-child td {
    border-top: 1px solid #000;
}

.product_wrap .table_spec table th,
.product_wrap .table_spec table td {
    font-size: 1.5rem;
    padding: 1rem;
    font-weight: 400;
    border: 1px solid #ddd;
}

.product_wrap .table_spec table th {
    text-align: center;
    background: #fafafa
}

.product_wrap .table_spec table td {
    padding-left: 20px;
}

.product_wrap .tabm_container {
    display: none;
}

.product_wrap .tabm_container.on {
    display: block;
}

.product_wrap .table_spec .r2 th {
    height: 87px
}

@media(max-width:991.98px) {
    .product_wrap .product_info .spec {
        padding-left: 0rem;
    }
}

@media(max-width:767.98px) {
    .product_wrap .product_info .spec {
        padding-left: 0rem;
    }
    .product_wrap .product_info .spec h4 {
        border-bottom: 1px solid #222;
        font-size: 2.8rem;
        margin-bottom: 3rem;
    }
    .product_wrap .product_info .spec .flex>div:first-child {
        width: 12rem;
    }
    .product_wrap .tabm ul>li {
        width: 100%;
        text-align: center;
    }
    .product_wrap .tabm ul>li>a {
        font-size: 1.7rem;
        letter-spacing: -0.02em;
        padding: 10px 0px;
    }
    .product_wrap .tabm ul>li.on>a::after {
        height: 2px;
    }
}