body,button,dd,dl,dt,h1,h2,h3,h4,input,ol,p,textarea,ul{margin:0;padding:0;}
img{border:0;vertical-align:middle;}
a:hover{text-decoration:none;}
li,ol,ul{list-style:none;}
:link,:visited{text-decoration:none;}
table{border-collapse:collapse;border-spacing:0;}
a,button{color:#333333;cursor:pointer;}
button,input,option,select,textarea{font-weight:inherit;font-style:inherit;font-size:inherit;font-family:inherit;}
.clearfix:after{clear:both;display:block;visibility:hidden;height:0;content:"";}
.clear{clear:both;}
i{font-style:normal;}
/* body{font-size:14px;font-family:"Regular";line-height:1;color: #333333;} */
/* .PF_Light{font-family: 'Light';} */
/* .PF_Heavy{font-family: 'Heavy';} */

/* @font-face {
    font-family: "DINPro-Regular";
    src: url('../../fonts/DINPro-Regular.ttf');
}
.DINPro_Regular{font-family: 'DINPro-Regular';} */

.width{margin:0 auto;width:1440px;}
.flex{display:flex;}
.flex1{display:flex;justify-content:space-between;flex-wrap:wrap;}
.flex2{display: flex;align-items: center;}
.flex3{display:flex;justify-content: space-between;align-items: center;}
.flex4{display:flex;justify-content:center;align-items: center;}

.clamp_1{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;}
.clamp_2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.clamp_3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
.clamp_4{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;}

.bgImg{position:relative;}
.lazyImg{position:relative;}

.svg {
    position:absolute;
    top:50%;left:50%;
    transform: translate(-50%,-50%);
    width: 80px;
    height: 80px;
    display: inline-block;
}