﻿.main_title {
    padding:150px 0px 100px 0px;
}
.content1 {
    padding-bottom:150px;
}
    .content1 h1 {
        font-size: 2.4rem;
        font-weight: 600;
        padding: 30px 0px;
        border-bottom: 2px solid #00a1e4;
        padding-left: 20px;
        box-sizing: border-box;
        position: relative;
        margin-bottom: 50px;
        font-family: 'NIXGON-Vb';
    }
        .content1 h1::before {
            content:"";
            width:40px;
            height:7px;
            position:absolute;
            bottom:-8px;
            left:0;
            background:#00a1e4;
        }
    .content1 img {
        width:48%;
    }
        .content1 img:first-child {
            float:left;
        }
        .content1 img:last-child {
            float:right;
        }

.content2 {
    background:#f7f7f7;
    padding:150px 0px;
}
    .content2 .table_box {
        padding-bottom:100px;
    }
    .content2 h3 {
        font-family: 'NIXGON-Vb';
        font-weight: bold;
        font-size: 2.4rem;
        padding-bottom: 20px;
    }
    .content2 span {
        font-size:1.6rem;
        padding-top:10px;
        display:block;
    }
        .content2 span.text-red {
            color:#ff0000;
        }
        .content2 table {
            width: 100%;
            text-align: center;
            font-size: 1.5rem;
            padding: 100px 0px;
            border-top: 3px solid #1f3144;
            border-bottom: 3px solid #1f3144;
            border-left: 0;
            border-right: 0;
        }
        .content2 table tr td {
            padding: 20px 0px;
            border-right: 1px solid #1f3144;
			border-left: 1px solid #1f3144;
        }
        .content2 table tr:first-child {
            background: rgba(90, 126, 141, 0.3);
            font-family: 'NIXGON-Vb';
            font-weight: bold;
            color: #1f3144;
        }
    .content2 table tr td:first-child {
        border-left:none;
    }
    .content2 table tr td:last-child {
        border-right:none;
    }


	.content2 .product_mobile{
		background:#fff;
		padding:10px 10px 25px 10px;
		overflow:hidden;
		display:none;
		margin-bottom:20px;
		box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.05);
	}
	.content2 .product_mobile h2{
		font-size:2.4rem;
		padding: 10px 0px;
	}
	.content2 .product_mobile table{
		width:50%;
		padding:10px;
		box-sizing:border-box;
		float:left;
	}
	.content2 .product_mobile table tr:first-child{
		background:none;
		font-family: 'Noto Sans KR', sans-serif;
		font-weight:400;
	}
	.content2 .product_mobile tr td{
		border-bottom:1px solid #1f3144;
		height:35px;
		padding:7px 0px;
	}
	.content2 .product_mobile tr td:first-child{
		background: rgba(90, 126, 141, 0.3);
		font-family: 'NIXGON-Vb';
		font-weight: bold;
		color: #1f3144;
		width:44%;
	}




.content3 {
    padding-bottom:150px;
}
    .content3 h1 {
        text-align:center;
        font-size:3rem;
        font-weight:700;
        line-height:50px;
    }
        .content3 h1 span {
            color:#00a1e4;
            font-weight:900;
            font-size:3.5rem;
        }
    .content3 .content3_box {
        width:100%;
        padding:50px;
        overflow:hidden;
        background:rgba(117, 174, 197, 0.23);
        margin-top:100px;
		box-sizing:border-box;
    }
        .content3 .content3_box .content3_text {
            float:left;
            width:50%;
        }
            .content3 .content3_box .content3_text .company_logo {
                width:100px;
            }
                .content3 .content3_box .content3_text .company_logo img {
                    width:100%;
                }
        .content3 .content3_box .content3_text h2 {
            font-size:2.4rem;
            font-weight:600;
            padding:25px 0px;
            border-bottom:1px solid #000;
            margin-bottom:20px;
        }
            .content3 .content3_box .content3_text p {
                font-size:1.6rem;
                padding:10px 0px;
                padding-left:10px;
                box-sizing:border-box;
                line-height:25px;
            }
            .content3 .content3_box .content3_text a {
                border-radius: 100px;
                padding: 10px 20px;
                font-size: 1.3rem;
                display: inline-block;
                text-align: center;
                background: #213d67;
                color:#fff;
                margin-top:10px;
            }
                .content3 .content3_box .content3_img {
                    float: right;
                    width: 40%;
                }
            .content3 .content3_box .content3_img img {
                width:100%;
            }

			.content3_mobileimg{width:100%;padding-top:20px;display:none;}
			.content3_mobileimg img{width:100%;}
@media all and (min-width:768px) and (max-width:1200px) {
}
@media all and (max-width:767px) {
    /*sub_menu*/
    .sub_nav {
        height:140px;
    }
    .sub_nav ul {
        width: 80%;
    }
    .sub_nav ul li {
        width: 50%;
    }


	/*content2*/
	.content2 .pc_table{
		display:none;
	}
	.content2 .product_mobile{
		display:block;
	}
	/*contente3*/
	.content3 .content3_box .content3_text{
		width:100%;
	}
	.content3 .content3_box .content3_img img{
		display:none;
	}
	.content3 .content3_box{
		padding:30px;
	}
	.content3_mobileimg{
		display:block;
	}

}