|
|
|
@@ -9,6 +9,8 @@ |
|
|
|
transition: 0.3s ease; |
|
|
|
text-decoration: none; |
|
|
|
min-height:400px; |
|
|
|
//max-width:800px; |
|
|
|
flex-wrap: wrap; |
|
|
|
@include focus-visible; |
|
|
|
|
|
|
|
&:hover { |
|
|
|
@@ -19,44 +21,51 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.icon-box { |
|
|
|
font-family: 'Pictograms', sans-serif; |
|
|
|
font-size: 70px; |
|
|
|
line-height: 1; |
|
|
|
color: var(--theme-color-white); |
|
|
|
position:absolute; |
|
|
|
top:20px; |
|
|
|
left:15px; |
|
|
|
@media(max-width: 567px) { |
|
|
|
font-size: 50px; |
|
|
|
margin-top: 0; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.blue-box { |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
//flex-direction: column; |
|
|
|
justify-content: flex-end; |
|
|
|
background: linear-gradient(158deg, #003366 4%, #4BA490 39%, #AFCC7A 98%); |
|
|
|
background: linear-gradient(135deg, #036 45.14%, #368484 100%), #D9D9D9; |
|
|
|
|
|
|
|
color: var(--theme-color-white); |
|
|
|
margin-right: 18px; |
|
|
|
font-family: "Korb", sans-serif; |
|
|
|
min-height: 80px; |
|
|
|
font-size: 14px; |
|
|
|
line-height: 1; |
|
|
|
padding: 20px 15px; |
|
|
|
padding: 70px 15px 15px 15px; |
|
|
|
min-width: 80px; |
|
|
|
transition: 0.2s ease; |
|
|
|
position:relative; |
|
|
|
flex-flow: column; |
|
|
|
align-items: baseline; |
|
|
|
width:100%; |
|
|
|
margin-right: 0; |
|
|
|
min-height:250px; |
|
|
|
@media(max-width: 767px) { |
|
|
|
margin-right: 12px; |
|
|
|
justify-content: flex-start; |
|
|
|
padding-top: 10px; |
|
|
|
} |
|
|
|
.icon-box { |
|
|
|
font-family: 'Pictograms', sans-serif; |
|
|
|
font-size: 48px; |
|
|
|
line-height: 1; |
|
|
|
color: var(--theme-color-white); |
|
|
|
position:absolute; |
|
|
|
top:15px; |
|
|
|
left:15px; |
|
|
|
@media(max-width: 567px) { |
|
|
|
font-size: 50px; |
|
|
|
margin-top: 0; |
|
|
|
} |
|
|
|
} |
|
|
|
.ev-title{ |
|
|
|
font-size: 36px; |
|
|
|
font-weight: 400; |
|
|
|
text-decoration: underline; |
|
|
|
line-height: 43.20px; |
|
|
|
line-height: normal; |
|
|
|
font-size: 28px; |
|
|
|
} |
|
|
|
.ev-cat{ |
|
|
|
color: #003366; |
|
|
|
@@ -67,7 +76,7 @@ |
|
|
|
line-height: 16px; |
|
|
|
letter-spacing: 0.32px; |
|
|
|
background-color:white; |
|
|
|
border-radius:7px; |
|
|
|
border-radius:8px; |
|
|
|
display:inline-block; |
|
|
|
padding:5px 7px; |
|
|
|
} |
|
|
|
@@ -99,32 +108,46 @@ |
|
|
|
} |
|
|
|
|
|
|
|
.text-box { |
|
|
|
align-self: center; |
|
|
|
padding: 10px 18px 10px 0; |
|
|
|
line-height: 1.2; |
|
|
|
|
|
|
|
//align-self: center; |
|
|
|
padding: 15px; |
|
|
|
//line-height: 1.2; |
|
|
|
background-color: var(--theme-grey-light); |
|
|
|
width:100%; |
|
|
|
display:flex; |
|
|
|
justify-content:space-between; |
|
|
|
flex-flow: column; |
|
|
|
@media(max-width: 767px) { |
|
|
|
font-size: var(--font-size-small); |
|
|
|
} |
|
|
|
.ev-desc{ |
|
|
|
line-height: 27px; |
|
|
|
letter-spacing: 0.18px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
p { |
|
|
|
margin: 0; |
|
|
|
|
|
|
|
&:not(:last-child) { |
|
|
|
margin: 2px 0 0.3em; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.detail-box { |
|
|
|
padding-top: 15px; |
|
|
|
border-top: 1px #CCD7E6 solid; |
|
|
|
.btn{ |
|
|
|
float: right; |
|
|
|
margin-top:15px; |
|
|
|
display:none; |
|
|
|
} |
|
|
|
> div { |
|
|
|
display: inline-block; |
|
|
|
display: block; |
|
|
|
font-size: var(--font-size-small); |
|
|
|
line-height: 1.2em; |
|
|
|
margin-right: 15px; |
|
|
|
margin-bottom: 2px; |
|
|
|
margin-bottom: 5px; |
|
|
|
color: var(--theme-color-primary); |
|
|
|
|
|
|
|
|
|
|
|
&::before { |
|
|
|
position: relative; |
|
|
|
display: inline-block; |
|
|
|
@@ -182,4 +205,29 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
&.widemode{ |
|
|
|
@media screen and (min-width:992px){ |
|
|
|
.blue-box{ |
|
|
|
width:50%; |
|
|
|
padding: 100px 15px 20px 15px; |
|
|
|
.icon-box { |
|
|
|
font-size: 70px; |
|
|
|
top:20px; |
|
|
|
} |
|
|
|
.ev-title{ |
|
|
|
font-size: 36px; |
|
|
|
line-height: 43.20px; |
|
|
|
} |
|
|
|
} |
|
|
|
.text-box{ |
|
|
|
width:50%; |
|
|
|
padding: 20px; |
|
|
|
.detail-box { |
|
|
|
.btn{ |
|
|
|
display:inline-block; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |