@@ -14,8 +14,8 @@
.introTxt1 {
position: absolute;
z-index: 3;
- top: 54px;
- left: 200px;
+ top: 50px;
+ left: 248px;
}
.txtBox {
@@ -9,16 +9,18 @@
width: 100%;
height: calc(100% - 220px);
background-size: 100% 100%;
- padding: 30% 12% 15% 15%;
+ padding: 36% 12% 15% 15%;
position: relative;
.txtBoxTit{
- top: 30px;
+ top: 20px;
left: 0;
text-align: center;
&>img{
- width: 160px;
+ width: 80%;
+ // height: auto;
+ object-fit: contain;
.txtBoxMain{