
/*special_01*/

/*sec01*/
#special_01 #sec01 {
    position: relative;
}
#special_01 #sec01 .container {
    position: relative;
    z-index: 5;
}
#special_01 #sec01 .ft_box_wpr {
   /* max-width: 780px;*/
    margin: 0 auto;
}
#special_01 #sec01 .ft_box {
    display: block;
    float: left;
    margin: 0 1%;
    width: 23%;
    height: 425px;
    box-shadow: 5px 5px 25px rgba(0,0,0,0.4);
}
#special_01 #sec01 .ft_box.ft_box1 {
    background: url(../img/ft_box1.jpg) center center no-repeat;
    background-size: cover;
}
#special_01 #sec01 .ft_box.ft_box2 {
    background: url(../img/ft_box2.jpg) center center no-repeat;
    background-size: cover;
}
#special_01 #sec01 .ft_box.ft_box3 {
    background: url(../img/ft_box3.jpg) center center no-repeat;
    background-size: cover;
}
#special_01 #sec01 .ft_box.ft_box4 {
    background: url(../img/ft_box4.jpg) center center no-repeat;
    background-size: cover;
}
#special_01 #sec01 .ft_box.ft_box5 {
    background: url(../img/ft_box5.jpg) center center no-repeat;
    background-size: cover;
}
#special_01 #sec01 .ft_box .lined {
    display: inline-block;
    height: 40px;
    width: 1px;
    background-color: #fff;
    margin-bottom: 20px;
}
#special_01 #sec01 .ft_box h1 {
    font-size: 30px;
    line-height: 1em;
    font-weight: 700;
    margin-bottom: 15px;
}
@media (min-width:769px) {
    #special_01 #sec01 .ft_box.ft_box1 {
        margin-top: 60px;
    }
    #special_01 #sec01 .ft_box.ft_box4 {
        margin-top: 60px;
    }
}
@media (max-width:768px){
    #special_01 #sec01 .ft_box {
		
		 width: 100%;
        height: 250px;
        padding-left: 15px;
        padding-right: 15px;
    }
    #special_01 #sec01 .ft_box .lined {
        height: 30px;
        margin-bottom: 10px;
    }
    #special_01 #sec01 .ft_box h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
	#special_01 #sec01 .ft_box p {
			font-size: 15px;
		}
}
/*sec2*/
#special_01 #sec2 .tbox {
    background-color: rgba(0,0,0,0.5);
    padding: 60px 40px;
    max-width: 1000px;
}
#special_01 #sec2 .tbox h4 {
    margin: 20px 0;
}
#special_01 #sec2 .tbox p {
    margin: 10px 0 0;
    font-weight: 300;
}
#special_01 #sec2 .tbox h5 {
    margin: 20px 0 0;
    font-weight: 500;
}
@media (min-width:769px){
    #special_01 #sec2 {
        background: url(../img/spe1_02_bg.jpg)  center no-repeat;
		        background-size: cover;
    }
	#special_01 #sec2 .tbox {
		margin-top: 300px;
	}
}
@media (max-width:768px){
    #special_01 #sec2 {
        background: url(../img/spe1_02_mo.jpg) center center no-repeat;
    }
    #special_01 #sec2 .tbox {
        padding: 0px;
        background-color: transparent;
    }
    #special_01 #sec2 .tbox h4 {
        margin: 15px 0;
    }
    #special_01 #sec2 .tbox p {
        margin: 5px 0 0;
    }
    #special_01 #sec2 .tbox h5 {
        margin: 10px 0 0;
    }
}





/*special_02*/

#special_02 #sec1 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
#special_02 #sec1 h2 {
    font-weight:500;
    margin-bottom: 0px;
}
#special_02 #sec1 ul li {
    width: 25%;
    padding: 15px;
}
#special_02 #sec1 ul li a {
    text-decoration: none;
    display: block;
}
#special_02 #sec1 ul li a h5 {
    font-weight: 500;
    line-height: 1em;
    height: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 15px;
    color:#fff;
}
#special_02 #sec1 ul li a p {
    font-weight: 300;
    line-height: 1.2em;
    line-height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 15px;
    font-size: 17px;
    color: #fff;
}
#special_02 #sec1 ul li a .imgbox {
	text-decoration: none;
	display: inline-block;
	overflow: hidden;
	position: relative;
}
#special_02 #sec1 ul li a .imgbox > span {
  position: absolute;
  background-color: #f18700;
  z-index: 3;
  
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#special_02 #sec1 ul li a .imgbox .top_l {
  width: 100%;
  height: 7px;
  top: 0;
  right: 100%;
}
#special_02 #sec1 ul li a:hover .imgbox .top_l {
  right: 0;
}
#special_02 #sec1 ul li a .imgbox .bottom_l {
  width: 100%;
  height: 7px;
  bottom: 0;
  left: 100%;
}
#special_02 #sec1 ul li a:hover .imgbox .bottom_l {
  left: 0;
}
#special_02 #sec1 ul li a .imgbox .left_l {
  width: 7px;
  height: 100%;
  top: 100%;
  left: 0;
}
#special_02 #sec1 ul li a:hover .imgbox .left_l {
  top: 0;
}
#special_02 #sec1 ul li a .imgbox .right_l {
  width: 7px;
  height: 100%;
  bottom: 100%;
  right: 0;
}
#special_02 #sec1 ul li a:hover .imgbox .right_l {
  bottom: 0;
}
#special_02 #sec1 ul li a .imgbox {
	overflow: hidden;
}
@media (min-width: 1700px){
    #special_02 #sec1 .container{
    width: 1700px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    }
}

@media (max-width:768px) {
    #special_02 #sec1 ul {
        margin: 0 -5px;
    }
    #special_02 #sec1 ul li {
        width: 50%;
        padding: 5px;
    }
}

/*prd_list*/
.prd_list a {
    text-decoration: none;
    display: block;
}
.prd_list .imgWrp {
    border: 4px solid #000;
    position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.prd_list a:hover .imgWrp {
    border-color: #dd1e34;
}
.prd_list .imgWrp:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/plus_thum.png) right top no-repeat;
    opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.prd_list a:hover .imgWrp:after {
    opacity: 1;
}
.prd_list.owl-theme .owl-dots {
    margin-top: 0px !important;
}
.prd_list.owl-theme .owl-dots .owl-dot span {
    background-color: rgba(255,255,255,0.5);
}
.prd_list.owl-carousel .owl-dots .owl-dot.active span, 
.prd_list.owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #fff;
}
.prd_list .txtWrp {
    padding: 15px 0;
    padding-right: 60px;
    position: relative;
}
.prd_list .txtWrp .more_btn:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 45px;
    background: url(../img/more_btn.png) right center no-repeat;
    background-size: 45px;
    opacity: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.prd_list .txtWrp .more_btn:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 45px;
    background: url(../img/more_btn_hv.png) right center no-repeat;
    background-size: 45px;
    opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.prd_list a:hover .txtWrp .more_btn:before {
    opacity: 0;
}
.prd_list a:hover .txtWrp .more_btn:after {
    opacity: 1;
}
.prd_list .txtWrp h3 {
    font-weight: 700;
}
.prd_list .txtWrp h3,
.prd_list .txtWrp p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.prd_list .txtWrp h3,
.prd_list .txtWrp p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width:768px){
    .prd_list .imgWrp:after {
        background-size: 70px !important;
    }
    .prd_list .txtWrp {
        padding-right: 40px;
        position: relative;
    }
    .prd_list .txtWrp .more_btn:before,
    .prd_list .txtWrp .more_btn:after {
        background-size: 30px !important;
    }
}
/*prd_gall*/
.prd_gall a {
    text-decoration: none;
    display: block;
}
.prd_gall .imgWrp {
    position: relative;
}
.prd_gall a .imgWrp .txtWrt {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    padding: 10px;
    left: 0;
    top: 0;
    opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.prd_gall a:hover .imgWrp .txtWrt {
    opacity: 1;
}
.prd_gall a:hover .imgWrp p {
    font-size:17px;
}
.prd_gall .imgWrp .txtWrt .c_wrp {
    border: 3px solid #f8b62b;
    height: 100%;
    text-align: center;
}
@media (max-width:768px){
	.prd_gall a:hover .imgWrp p {
		font-size:13px;
	}
	.prd_gall a:hover .imgWrp h3{
		font-size:17px;
	}
}


/*sec02*/
#special_02 #sec02 {
	background-color: #f7f7f7;
}
#special_02 #sec02 .conbox {    
	margin-top: 60px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
}
#special_02 #sec02 .sec_tit h1 {
	font-size: 75px;
    line-height: 1em;
    margin-bottom: 15px;
    font-weight: 600;
}
#special_02 #sec02 .sec_tit h1 span {
	display: inline-block;
	color: #e02280;
	border-bottom: 2px solid #e02280;
}
#special_02 #sec02 .sec_tit h3 {
	font-size: 40px;
    line-height: 1.5em;
    margin-bottom: 15px;
    font-weight: 600;
}
#special_02 #sec02 .pr_why {
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 30px;
	margin-top: 0px;
}
#special_02 #sec02 .pr_why ul {
	padding: 0px;
}
#special_02 #sec02 .pr_why ul li {
	border-color: #ddd;
}
#special_02 #sec02 .pr_why ul li:last-child {
	border-bottom: 0px;
	margin-bottom: 0;
	padding-bottom: 0;
}
#special_02 #sec02 .pr_why ul li .txtbox h3,
#special_02 #sec02 .pr_why ul li .txtbox p{
	color: #1e1e1e;
	font-size: 19px;
}
#special_02 #sec02 .pr_why ul li .txtbox h3 {
    font-size: 30px;
}
#special_02 #sec02 .pr_why ul li .txtbox h3 strong {
    color: #ff489a;
}
#special_02 #sec02 .pr_why ul li .pr_item {
	margin-bottom: 0px;
}
@media (max-width: 992px) {
	#special_02 #sec02 {
		background-size: cover;
	}
}
@media (max-width: 768px) {
	#special_02 #sec02 .conbox {    
		margin-top: 20px;
		padding: 5px;
	}
	#special_02 #sec02 .sec_tit h1 {
		font-size: 30px;
		margin-bottom: 10px;
	}
	#special_02 #sec02 .sec_tit h1 span {
		border-bottom: 1px solid #f0ff00;
	}
	#special_02 #sec02 .sec_tit h3 {
		font-size: 20px;
	}
	#special_02 #sec02 .pr_why {
		padding: 15px;
	}
	#special_02 #sec02 .pr_why ul li .txtbox h3 {
		font-size: 20px;
	}
}


/*#special_03 */

#special_03 #sec02 {
	background-color: #f7f7f7;
}
#special_03 #sec02 h1 strong,
#special_03 #sec02 h2 strong{
	color:#f59e00;
}

#special_03 #sec02 h3 {
	font-size: 25px;
	line-height: 1.4em;
	margin-top: 15px;
	font-weight: 400;
}
#special_03 #sec02 .conbox {
    margin-top: 60px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
}
@media (max-width: 768px) {
	#special_03 #sec02 h3 {
		font-size: 15px;
		word-break: keep-all;
	}
	#special_03 #sec02 h1 {
		    font-size: 25px;
	}
}


#special_03 #sec03 h1 strong,
#special_03 #sec03 h2 strong{
	color:#f59e00;
}

#special_03 #sec03 h3 {
	font-size: 25px;
	line-height: 1.4em;
	margin-top: 15px;
	font-weight: 400;
}



/*#special_04 */
#special_04 #sec2 .owl-carousel .img-thumbnail,
#special_04 #sec2 .owl-carousel .img-thumbnail img {
	padding: 0px;
	border-radius: 0px;
	border: 0px;
}
#special_04 #sec2 .owl-carousel .owl-nav [class*='owl-'] {
	background-color: transparent;
}
#special_04 #sec2 .owl-carousel.show-nav-hover .owl-nav .owl-prev {
    left: 0;
}
#special_04 #sec2 .owl-carousel .owl-nav .owl-prev:before {
    content: "\f104";
}
#special_04 #sec2 .owl-carousel.show-nav-hover .owl-nav .owl-next {
    right: 0;
}
#special_04 #sec2 .owl-carousel .owl-nav .owl-next:before {
    content: "\f105";
}
@media (min-width:991px){	
	#special_04 #sec2 .owl-carousel .owl-nav {
		opacity: 0.8;
		top: 45%;
	}
	#special_04 #sec2 .owl-carousel .owl-nav [class*='owl-'] {
		font-size: 60px;
	}
}
/*sec3*/
#special_04 #sec3 {
    background: url(../img/parallax.jpg) center center no-repeat;
	    background-attachment: fixed;
    background-size: cover;
}




/*#special_05 */
/*dit_sec03_bt*/
#special_05 #sec02 {
	background: url(../img/dit_sec03_bt_bg.jpg) center center no-repeat;
	background-color: #19131d;
}

/*special_06*/
#special_06 #sec02 {
    background-color: #f7f7f7;
}
#special_06 #sec02 .item {
    padding: 30px 15px 0;
    margin-top: 30px;
    border-top: 1px solid #333;
}
#special_06 #sec02 .item p {
    margin-top: 15px;
}
#special_06 #sec03 .c_wrp {
    min-height: 477px;
}
#special_06 #sec03 .tbox{
    background-color: #f7f7f7;
    padding: 30px 50px;
}
#special_06 #sec03 .tbox .c_gd{
    padding-right: 8px;
}
#special_06 #sec03 .tbox h4{
   
}
@media (max-width:768px){
    #special_06 #sec02 .item {
        padding: 20px 15px 0;
        margin-top: 20px;
    }
    #special_06 #sec03 .c_wrp {
        min-height: 100px;
    }
    #special_06 #sec03 .tbox{
        padding: 50px 20px;
    }
    #special_06 #sec03 .tbox .c_gd{
        padding-right: 4px;
    }
}