4
4
--*/
5
5
body {
6
6
font-size : 14px ;
7
- font-weight : 300 ;
7
+ font-weight : 400 ;
8
8
line-height : 25px ;
9
9
color : # 3b4045 ;
10
10
/* font-family: "Nanum Gothic", sans-serif;*/
18
18
h4 ,
19
19
h5 ,
20
20
h6 {
21
- font-weight : 300 ; }
21
+ font-weight : 400 ; }
22
22
23
23
h1 {
24
24
font-size : 44px ;
@@ -81,38 +81,41 @@ a:active {
81
81
color : # 000 ;
82
82
padding-bottom : 70px ; }
83
83
84
- .heading-white {
84
+ .heading-white {
85
85
text-align : center;
86
86
color : # fff ;
87
- padding-bottom : 70px ; }
88
- .heading h2 {
87
+ padding-bottom : 60px ; }
88
+
89
+ .heading h2 {
89
90
color : # 3c3c3c ;
90
91
padding-bottom : 15px ;
91
92
text-transform : capitalize;
92
93
font-weight : 600 ;
93
94
font-size : 40px ;
94
- line-height : 40px ; }
95
- .heading p {
95
+ line-height : 40px ;
96
+ }
97
+
98
+ .heading p {
96
99
/*font-family: 'Nanum Gothic', serif;*/
97
100
font-family : 'Spoqa Han Sans' , 'Spoqa Han Sans JP' , 'Sans-serif' ;
98
101
font-size : 15px ;
99
102
line-height : 24px ;
100
- font-weight : 300 ; }
103
+ font-weight : 300 ;
104
+ }
101
105
102
106
.btn {
103
- border-radius : 0 ; }
107
+ border-radius : 0 ;
108
+ }
104
109
105
110
.btn-home {
106
- background-image : url ('../images/Ticket_btn.png' );
107
- background-repeat : no-repeat;
108
- max-width : 40%
109
- background-size:contain;
110
- background-position : center;
111
-
111
+ background-image : url ('../images/Ticket_btn.png' );
112
+ background-repeat : no-repeat;
113
+ max-width : 40%
114
+ background-size:contain;
115
+ background-position : center;
112
116
}
113
117
114
118
.test {
115
-
116
119
padding : 10px 40px ;
117
120
margin-top : 30px ;
118
121
margin-bottom : 30px ;
@@ -394,7 +397,8 @@ background-position:center;
394
397
font-size : 16px ;
395
398
font-weight : bold; }
396
399
.menu li a : hover , .menu li a : focus {
397
- background : none; }
400
+ background : none;
401
+ color : # 3DEA11 ;}
398
402
399
403
/*--
400
404
service star
@@ -558,6 +562,10 @@ font-family: 'Spoqa Han Sans', 'Spoqa Han Sans JP', 'Sans-serif'; }
558
562
border : solid 1px # 45fc17 ;
559
563
}
560
564
565
+ .line2 {
566
+ border : solid 1px # 24f9b6 ;
567
+ }
568
+
561
569
.line-copy-8 {
562
570
border : solid 1px # 24f9b6 ;
563
571
}
@@ -774,3 +782,11 @@ footer {
774
782
footer p a : hover {
775
783
color : # fff ;
776
784
text-decoration : none; }
785
+
786
+ .table {
787
+ margin-bottom : 0rem !important ;
788
+ }
789
+
790
+ .map {
791
+ margin-top : 30px ;
792
+ }
0 commit comments