/*down_btn*/
a.down_btn {
    text-decoration: none;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 7px 7px 5px;
    color: #333;
    font-weight: 600;
    font-size: 12px;
    border-radius: 4px;
    background: linear-gradient(#fcfcfc,#eee);
    line-height: 1em;
    font-family: "dotum";
}
a.down_btn img.hd_i {
    width: 25px;
}
@media (max-width:768px){
    a.down_btn {
        padding: 5px 5px 3px;
        font-size: 11px;
    }
    a.down_btn img.hd_i {
        width: 20px;
    }
    a.down_btn img.down_img {
        width: 10px;
    }
}
/*prd_tit*/
.prd_tit {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 30px;
}
.prd_tit > div {
    display: table-cell;
    vertical-align: middle;
}
@media (max-width:768px){
    .prd_tit {
        margin-bottom: 15px;
    }
}
/*prd_box_ty1*/
.prd_box_ty1 .img_wrp {
    border: 1px solid #ddd;
}
.prd_box_ty1 .txt_wrp h1 {
    position: relative;
    padding-left: 30px;
    font-weight: 600;
}
.prd_box_ty1 .txt_wrp h1:before {
    content: "";
    margin-top: -14px;
    width: 25px;
    height: 25px;
    display: block;
    border: 5px #9f1b1f solid;
    border-radius: 50%;
    position: absolute;
    top: 17px;
    left: 0px;
    background: #fff;
    z-index: 2;
}
.prd_box_ty1 .txt_wrp ul li {
    font-size: 15px;
    line-height: 1.6em;
    color: #221814;
    position: relative;
    padding-left: 70px;
}
.prd_box_ty1 .txt_wrp ul li strong {
    position: absolute;
    left: 0;
}
@media (min-width:769px){
    .prd_box_ty1 {
        display: table;
        table-layout: fixed;
        width: 100%;
    }
    .prd_box_ty1 > div {
        display: table-cell;
        vertical-align: top;
    }
    .prd_box_ty1 .txt_wrp {
        padding: 20px 0 20px 30px;
    }
}
@media (max-width:768px){
    .prd_box_ty1 .txt_wrp {
        padding: 20px 0;
    }
    .prd_box_ty1 .txt_wrp h1 {
        padding-left: 20px;
    }
    .prd_box_ty1 .txt_wrp h1:before {
        width: 15px;
        height: 15px;
        border: 3px #9f1b1f solid;
        top: 16px;
    }
    .prd_box_ty1 .txt_wrp ul li {
        font-size: 12px;
        padding-left: 60px;
    }
}

/*prd_box_ty2*/
.prd_box_ty2 .img_wrp {
    border: 1px solid #ddd;
}
.prd_box_ty2 .txt_wrp h1 {
    position: relative;
    padding-left: 30px;
    font-weight: 600;
}
.prd_box_ty2 .txt_wrp h1:before {
    content: "";
    margin-top: -14px;
    width: 25px;
    height: 25px;
    display: block;
    border: 5px #9f1b1f solid;
    border-radius: 50%;
    position: absolute;
    top: 17px;
    left: 0px;
    background: #fff;
    z-index: 2;
}
.prd_box_ty2 .txt_wrp ul li {
    font-size: 15px;
    line-height: 1.6em;
    color: #221814;
    position: relative;
    padding-left: 70px;
}
.prd_box_ty2 .txt_wrp ul li strong {
    position: absolute;
    left: 0;
}
@media (max-width:768px){
    .prd_box_ty2 .txt_wrp {
        padding: 20px 0;
    }
    .prd_box_ty2 .txt_wrp h1 {
        padding-left: 20px;
    }
    .prd_box_ty2 .txt_wrp h1:before {
        width: 15px;
        height: 15px;
        border: 3px #9f1b1f solid;
        top: 16px;
    }
    .prd_box_ty2 .txt_wrp ul li {
        font-size: 12px;
        padding-left: 60px;
    }
}
/*cost_write*/
.table.table_basic {
	border-top: 2px solid #696969;
}
.table.table_basic.text-center thead tr th,
.table.table_basic.text-center tbody tr td,
.table.table_basic.text-center tbody tr th {
    text-align: center;
	border: 1px solid #eee !important;
}
.table.table_basic thead tr th,
.table.table_basic tbody tr td,
.table.table_basic tbody tr th {
	border: 1px solid #eee !important;
	font-size: 14px;
	color: #666;
	vertical-align: middle;
}
.table.table_basic thead tr th,
.table.table_basic tbody tr th {
	background-color: #f4f4f4;
	text-align: center;
}
.table.table_basic thead tr th span.strong_r,
.table.table_basic tbody tr th span.strong_r {
	color: #ca2110;
}
.table.table_basic tbody tr td.name {
    background-color: #f9f9f9;
}
@media (min-width:769px) {
    .table.table_basic thead tr th,
    .table.table_basic tbody tr th {
        border-left: 0px !important;
    }
    .table.table_basic tbody tr td {	
        border-right: 0px !important;
    }
}
@media (max-width:768px) {
    .table.table_basic {
        border-top: 0px;
    }
    .table.table_basic thead tr th,
    .table.table_basic tbody tr th {
        background-color: #9f1b1f;
        color: #fff;
    }
	.table.table_basic thead tr th,
	.table.table_basic tbody tr td,
	.table.table_basic tbody tr th {
		font-size: 12px;
		display: block;
		width: 100%;
		margin-top: -1px;
		text-align: left;
	}	
	.table.table_basic2 thead tr th,
	.table.table_basic2 tbody tr td,
	.table.table_basic2 tbody tr th {
        display: table-cell;
        width: auto;
        word-break: break-all;
	}	
}




/*latest_type02*/
#latest_type02 .list_con {
    display: table;
    width: 100%;
}
#latest_type02 .list_con > div {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0;
}
#latest_type02 .list_con > div.imgbox {
    width: 40%;
    padding: 5px;
}
#latest_type02 .list_con > div.imgbox img {
    border: 1px solid #eee;
}
#latest_type02 .list_con > div.txtbox {
    padding-left: 10px;
}
@media (min-width:769px){    
    #latest_type02 .list_con > div.txtbox {
        padding-left: 10px;
        height: 216px;
    }
}
@media (max-width:768px){
    #latest_type02 .list_con > div {
        display: block;
    }
    #latest_type02 .list_con > div.imgbox {
        text-align: center;
        width: 100%;
        text-align: center;
    }
    #latest_type02 .list_con > div.imgbox img {
        width: 20%;
    }
    #latest_type02 .list_con .txtbox {
        border-bottom: 1px solid #ddd;
    }
}

/*product_04*/
#product_04 .nav-tabs li {
    margin-bottom: 0px;
}
#product_04 .nav-tabs li a, 
#product_04 .nav-tabs li.active a, 
#product_04 .nav-tabs li.active a:hover, 
#product_04 .nav-tabs li.active a:focus {
    border: 0px;
    background-color: transparent;
    position: relative;
    color: #1e1e1e !important;
}
#product_04 .nav-tabs li.active a, 
#product_04 .nav-tabs li.active a:hover, 
#product_04 .nav-tabs li.active a:focus {
    color: #9f1b1f !important;
}
#product_04 .nav-tabs li.active a:after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 3px;
    background-color: #9f1b1f;
    z-index: 3;
}
#product_04 .tabs .tab-content {
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.04);
    background-color: #FFF;
    border: 0px;
    border-top: 0;
    padding: 20px 0;
}
/*product_05*/
#product_05 .nav-tabs li {
    margin-bottom: 0px;
}
#product_05 .nav-tabs li a, 
#product_05 .nav-tabs li.active a, 
#product_05 .nav-tabs li.active a:hover, 
#product_05 .nav-tabs li.active a:focus {
    border: 0px;
    background-color: transparent;
    position: relative;
    color: #1e1e1e !important;
}
#product_05 .nav-tabs li.active a, 
#product_05 .nav-tabs li.active a:hover, 
#product_05 .nav-tabs li.active a:focus {
    color: #9f1b1f !important;
}
#product_05 .nav-tabs li.active a:after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 3px;
    background-color: #9f1b1f;
    z-index: 3;
}
#product_05 .tabs .tab-content {
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.04);
    background-color: #FFF;
    border: 0px;
    border-top: 0;
    padding: 20px 0;
}