#SSLbanner{
width: 100%;
height: 600px; 
display: flex; 
flex-direction: column;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-color: #100c8a;
position: relative;
overflow: hidden;
}
#SSLbanner h1{ font-size: clamp(20px, 4vw, 50px); color: #ffffff; line-height: 1.5; text-align: left; float: none!important; margin-top: 150px;}
#SSLbanner p{ font-size: clamp(16px, 2.5vw, 30px); color: #ffffff; line-height: 1.5; width:440px; text-align:left; float: none!important;}
.ssl-divider {
display: flex;
width: 440px;
height: 2px;
background-color: rgba(255, 255, 255, 0.6);
margin: 20px 0px;
}
.ssl-features {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
gap: 20px;
margin-top:40px;
}
.feature-item {
display: flex;
align-items: center;
gap: 8px;
}
.feature-icon {
width: 20px;
height: 20px;
background-image: url('../img/images/20260513/ssl/g.png');
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}
.feature-text{
color: #ffffff;
font-size: clamp(14px, 1.5vw, 18px);
}

.sslbox{ width: 100%; display: flex; flex-direction: column;}
.sslone{ width: 100%; display: flex; flex-direction: column;}
.sslone-a{ width: 100%; display: flex; flex-direction: column;}
.ssl-header { width: 100%; text-align: center; display: flex; justify-content: center; align-items: center; flex-direction: column; 
padding: 40px 0px; gap:20px;}
.ssl-header h2{
font-size: clamp(20px, 4vw, 38px);
color: #4100b9;
font-weight: 600;
padding: 15px 0px 0px 0px;
letter-spacing: 0.5px;
display: flex;
align-items: center;
justify-content: center;
gap: 30px;
}
.ssl-header h2::before,
.ssl-header h2::after{
content: '';
display: block;
width: 8px;
height: 8px;
border-radius: 50%;
background-color: #4100b9;
}
.ssl-header p{ width:770px; font-size: clamp(14px, 2.5vw, 16px); color: #868686; line-height: 1.5;}
.ssl-img{ width: 100%; display: flex; justify-content: center; align-items: center; flex-direction: row; gap:100px; padding:20px 0px;}
.ssl-img i{ display: flex; }
.ssl-img i img{ max-width: 100%; }
.info-card {
min-width:450px;
background-color: #fff;
border-radius: 15px;
box-shadow: -5px 0px 20px 5px rgba(0,0,0,0.1);
padding: 30px;
position: relative;
}
.info-card::before {
content: '';
position: absolute;
left: -12px;
top: 50%;
transform: translateY(-50%);
width: 0;
height: 0;
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
border-right: 12px solid #ffffff;
}
.info-card img{ max-width: 100%;}
.info-card p {
font-size: 16px;
color: #868686;
line-height: 1.5;
margin-bottom: 10px;
}
.ssltwo{ width: 100%; background-color: #f7f6ff; margin-top: 60px; padding-bottom: 90px;}
.benefits-cards {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 30px 40px;
}
.benefit-card {
background-color: #f7f6ff;
border: 2px solid #4100b9;
border-radius: 12px;
padding: 30px 20px;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
transition: all 0.3s ease;
}
.benefit-card:hover {
box-shadow: 0 8px 20px rgba(90, 55, 249, 0.15);
transform: translateY(-3px);
}
.card-icon {
width: 80px;
height: 70px;
margin-bottom: 18px;
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
}
.card-icon img {
width: 70%;
}
.card-title {
font-size: 16px;
color: #000;
font-weight: 600;
margin-bottom: 12px;
line-height: 1.4;
}
.card-desc {
font-size: 14px;
color: #7e7e7e;
line-height: 1.6;
}
.sslthree{ width: 100%; display: flex; padding-bottom:60px;}
.chat-bubble {
position: relative;
background-color: #f2f2f2; 
border-radius: 12px;
padding: 30px;
max-width: 600px;
margin: 0 auto 70px;
box-shadow: -7px 0px 15px 1px rgba(0,0,0,0.2);
}
.chat-bubble::before {
content: "";
position: absolute;
left: -10px;
top: 50%;
transform: translateY(-50%); 
border-top: 20px solid transparent;
border-bottom: 20px solid transparent;
border-right: 20px solid #f2f2f2;
}
.bubble-text {
font-size: 14px;
color: #000;
line-height: 1.7;
}
.sslfour{ width: 100%; display: flex; padding-bottom:40px; background-color: #f7f6ff;}
.sslfive{ width: 100%; display: flex; }
.advantage-list {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
gap: 40px;
padding: 40px 0px;
}
.advantage-item {
flex: 1;
min-width: 220px;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.item-icon {
width: 80px;
height: 80px;
margin-bottom: 18px;
display: flex;
align-items: center;
justify-content: center;
color: #5A37F9;
font-size: 32px;
}
.item-icon img {
max-width:100%;
}
.item-title {
font-size: 16px;
color: #000;
font-weight: 600;
margin-bottom: 12px;
}
.item-desc {
font-size: 14px;
color: #666666;
line-height: 1.6;
text-align: left;
padding:10px 30px;
}
.sslfix{ width: 100%; display: flex; padding-bottom: 150px;}
.process-section {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  aspect-ratio: 960 / 200;
  background: url("../img/images/20260513/ssl/abg.png") center center / 100% 100% no-repeat;
  overflow: hidden;
}
.process-list {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
}
.process-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: translateY(-2%);
}
.process-item .icon {
  width: 80px;
  padding: 5px;
}
.process-item .icon img{
  max-width:100%;
}
.process-item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  white-space: nowrap;
}

@media (max-width:1430px) {
#SSLbanner{height:500px; }
#SSLbanner h1{ margin-top:100px;}
}

@media (max-width:1230px) {
#SSLbanner{height:430px; }
#SSLbanner h1{ margin-top:70px;}
}

@media (max-width: 1080px) {
#SSLbanner{height:360px; }
#SSLbanner h1{ margin-top:50px;}
}

@media (max-width: 991px) {
.benefits-cards {
gap: 20px;
}
}

@media (max-width: 800px) {
.ssl-header p{ width: 100%;}
}

@media (max-width: 768px) {
#SSLbanner{
height: 270px; 
}
#SSLbanner h1{ font-size:20px; margin-top:60px;}
#SSLbanner p{ font-size:16px; width:100%;}
.ssl-divider {
width: 100%;
margin: 15px 0px;
}
.ssl-features {
gap:15px;
margin-top:20px;
}
.feature-item {
gap:5px;
}
.feature-icon {
width:15px;
height:15px;
}
.feature-text{
color: #ffffff;
font-size: 14px;
}
.info-card {
min-width: auto;
width: 100%;
}
.benefits-cards {
grid-template-columns: 1fr;
}
.benefit-card {
padding: 25px 15px;
}
.advantage-list {
flex-direction: column;
align-items: center;
}
.advantage-item {
max-width: 300px;
}
.process-section {
max-width: 100%;
}
.process-item .icon {
  width: 40px;
  padding: 5px;
}
.process-item p {
font-size: 11px;
}
.ssl-header{ padding-bottom: 20px; }
.ssl-header h2{
font-size: 20px;
letter-spacing: 0px;
gap:20px;
}
.ssl-img{ flex-direction:column;  padding:10px 0px; gap:25px;}
.info-card {
padding:20px;
}
.info-card::before {
left: 50%;
top: -20px;
transform: translateX(-50%);
border-bottom: 12px solid #ffffff;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
}
.info-card p {
font-size: 14px;
margin-bottom:5px;
}
.ssltwo{ margin-top:40px; padding-bottom:60px;}
.benefits-cards {gap:20px 30px;}
.benefit-card {padding: 20px;}
.card-icon { width: 60px; height: 50px; margin-bottom: 10px; }
.card-title { margin-bottom: 10px; }
.card-desc {font-size: 13px;}
.sslthree{ padding-bottom:20px;}
.chat-bubble {
padding:20px;
max-width:100%;
margin:0px 0px 30px;
}
.chat-bubble::before {
left: 50%;
top: -40px;
transform: translateX(-50%); 
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-bottom: 20px solid #f2f2f2;
}
.advantage-list {
gap: 20px;
padding:20px 0px;
}
.advantage-item {
width:100%;
min-width:100%;
}
.item-icon {
width: 50px;
height: 50px;
margin-bottom: 10px;
font-size:20px;
}
.item-icon img {
max-width:100%;
}
.item-desc {
padding:10px 0px;
}
.sslfix{ padding-bottom:60px;}
.process-section {
margin:20px auto;
}
}

@media (max-width:480px) {
#SSLbanner{ height: 200px; padding-right:100px; }
#SSLbanner h1{ font-size:18px; margin-top:25px;}
.ssl-header h2{
font-size: 18px;
}
.ssl-divider {
margin: 10px 0px;
}
.ssl-features {
gap:10px;
margin-top:10px;
}
.feature-text{
font-size: 13px;
}
}