
		/*main_banner*/

		.main_banner {
		    width: 100%;
		    height: 880px;
		    background-image: url(/img/product_bg_snow.jpg);
		    background-repeat: no-repeat;
		    background-position: center;
		    background-size: cover;
		    text-align: center;
		    color:#000;
		}

		.main_banner .txt_box{
			padding-top: 120px;
		}

		.main_banner .txt_box h2 {
		    font-weight: 200;
		    font-size: 80px;
		    letter-spacing: -3px;
		}

		.main_banner .txt_box p {
		    font-size: 17px;
		    line-height: 190%;
		    font-weight: 100;
		}



		/*product slide*/

		.pro_silde {
			height: 800px;

		}

		.pro_silde #ida {
	    	clear: both;
		}

		.pro_silde #positi {
		    margin: 0 auto;
		    width: 50%;
		}

		.pro_silde #positi:nth-child(1) {
		    font-size: 47px;
		    font-weight: lighter;
		}


		/*product slide text*/

		#pro_img_box {
			float:left;
		}

		#pro_img_box img {
			margin-top: 110px;
		}



		/*product slide text*/

		#pro_txt_box {
		    float: right;
		    width: 50%;
		    margin-top: 140px;
		    text-align: center;
		    font-weight: lighter;
		}

		.pro_silde #positi h3 {
			font-size:25px;
			font-weight:300;
			text-align: left;
			margin-bottom: 20px;
		}

		.pro_silde #positi h2 {
			font-size:35px;
			font-weight:500;
			text-align: left;
		}

		.pro_silde #positi h4 {
			font-size:15px;
			text-align:left;
			margin-top:20px;
		}

		p.detail_txt {
		    color: #848484;
		    font-size: 18px;
		    text-align: left;
		    margin-top: 200px;
		}


		/*slide js*/

		.slider div {
		    height: 815px;
		    font-family: 'Noto Sans KR', sans-serif;
		}


		div.bx-wrapper{
	   		border: 0;
		}

		.bx-viewport {
		    background-image: url('../img/snow_product_bg.jpg');
		    background-size: cover;
		    background-repeat: no-repeat;
		    background-position: center;
		}

		.bx-wrapper .bx-pager {
		    display: none !important;
		}

		.bx-wrapper .bx-prev {
		    left: 200px !important;
		    width: 82px !important;
		    height: 113px !important;
		    background: url('/img/main_btn_prev.png') no-repeat !important;
		}

		.bx-wrapper .bx-next {
		    right: 200px !important;
		    width: 82px !important;
		    height: 113px !important;
		    background: url('/img/main_btn_next.png') no-repeat !important;
		}



		/*function*/
		.fun {
			background: #E9F4F9;
			text-align: center;
		}

		.fun .fun_sub {
			height: 650px;
		}

		.fun .fun_sub h3 {
		    padding-top: 100px;
		    font-size: 50px;
		    font-weight: 100;
		    color:#fff;
		}

		.fun .fun_sub .fun_icon {
			width: 1200px;
			height: 200px;
			margin:20px 0 20px 0;
		}


		.fun .fun_sub .fun_icon li {
		    display:inline-block;
		    float: left;
		    width: 235px;
		}


		.fun .fun_sub .fun_icon p {
		    font-size: 20px;
		    font-weight: 300;
		}


		/*function txt*/

		.fun .fun_sub .fun_txt {
		    width: 100%;
		    height: 150px;
		    border: 1px solid black;
		    text-align: center;
		}

		.fun .fun_sub .fun_txt h4 {
			font-size: 24px;
			font-weight: 300;
			padding:20px;
		}

		
		

		/*material*/
		#material {
		    width: 100%;
		    height: 400px;
		    background-image: url(/img/material_sub_img.jpg);
		}

		#material .txt_area {
		    width: 100%;
		    height: 100%;
		    display: table;
		}

		#material .txt_area p {
		    display: table-cell;
		    vertical-align: middle;
		    color: white;
		    text-align: center;
		    font-size: 24px;
		}



		/*use*/
		.use {
			height: 100%;
			text-align: center;
			padding-bottom: 200px;
		}

		.use .container {
			background-image: url(/img/use_bg.jpg);
			background-repeat: no-repeat;
		}

		.use h4 {
			font-style: italic;
			font-size: 30px;
		}

		.use_box {
			padding-top: 150px;
		}

		.use_box img {
			margin-top:30px;
		}

		.title_bar {
			border-bottom: 1px solid black;
			padding-top:30px;
			width:10%;
			margin:0 auto;
		}

		.use h3 {
		    font-size: 40px;
		    padding-top: 300px;
		    font-weight: lighter;
		    text-align: center;
		}


		/*spec*/

		.spec {
		    height: 100%;
		    background: #EDEDED;
		    padding:100px;
		}

		.spec h3 {
		    font-size: 50px;
		    font-weight: 100;
		    text-align: center;
		}

		.spec_table {
			text-align: left;
            height: 363px;
            width: 1200px;
            margin-top: 50px;
            align:center;
        }

        .spec_table td {
            font-size: 14px;
            padding: 15px 5px;
            height: 30px;
            line-height: 25px;
            overflow: hidden;
            word-break: normal;
            border-color: black;
        }

        .spec_table th {
			font-size: 14px;
			height: 30px;
			line-height: 30px;
			font-weight: normal;
			padding: 10px 5px;
			border-left: 2px solid black;
			overflow: hidden;
			word-break: normal;
			border-color: black;
        }

        .spec_table .spec_title {
        	width: 120px;
        	background-color: #A1D3EB;
        	border-left: 2px solid black;
        	text-align: center;
        }

        .spec_table .spec_txt {
        	background-color: #fff;
        	text-align: left;
        	padding-left:20px;
        }


