@charset "utf-8";
/* CSS Document 
  by Dung Nguyen
*/
.new_bnr {
    margin-bottom: 15px;
    position: relative;
}
.new_bnr .new_bnr_btn {
    bottom: 20px;
    margin-right: -123px;
    position: absolute;
    right: 50%;
}
.sec_01 {
    background: #000000 none repeat scroll 0 0;
    padding: 10px 0 0;
}
.sec_01 .media_txt {
    background: url(../images/bg_01.png) no-repeat right top;
    background-size: 178px;
    padding: 10px;

}
.sec_01 .img_txt {
    padding-bottom: 10px;
}

.sec_01 .txt li {
    color: #fff;
    padding-bottom: 10px;
}

.sec_02 {
    background: #231f15 none repeat scroll 0 0;
    margin-top: 10px;
    padding: 10px 0 0;
}
.sec_02 .sec02_box {
    padding: 10px 2px;
}
.sec_02 .sec02_box .box {
	padding: 10px 5px 0;
}
.sec_02 .sec02_box .title {
    padding-bottom: 10px;
}
.sec_02 .sec02_box .sec02_box_list li {
    float: left;
    position: relative;
    color: #fff;
    font-size: 12px;
}
.sec_02 .sec02_box .sec02_box_list li.top01 p {
    bottom: 1px;
    left: 20px;
    position: absolute;
}
.sec_02 .sec02_box .sec02_box_list li.top02 p {
    bottom: 0;
    left: 2px;
    position: absolute;
}
.sec_02 .sec02_box .sec02_box_list li.top03 p {
    bottom: 1px;
    left: 15px;
    position: absolute;
}
.top_bnr {
	padding: 10px 2px;
}
#main .content .bnr_contact {
    margin-top: 30px;
    position: relative;
    text-align: center;
}
#main .content .bnr_contact .btn {
    bottom: 30px;
    position: absolute;
    right: 20px;
}








































