/* 페이지 전체 채움 */
html, body {
  margin: 0;
  padding: 0;
  user-drag: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
html {
	font-size: 15px; letter-spacing: 0.01em;
	letter-spacing: -0.04em;
	font-family: 'Pretendard', sans-serif;
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body { margin:0; padding:0;}
ul { list-style:none; }
ul li { list-style:none; }
a { text-decoration:none; }
img {
    max-width: 100%;
    height: auto !important;
    display: inline-block;
}
iframe { overflow: hidden;}
 h1 {
	font-size: 60px;
	line-height: 0px;
	color: #363636;
}
hr {
	background:rgba(236,236,236,1.00);
    height:1px;
    border:0;
}
table {
  border-collapse: collapse;
}
table tr td {
  height: 60px;
}
*:focus {
	outline-style: none;
}
main {
	margin-top: 280px;
	width: calc(100vw - 15px);
	min-height: 62.3vh;
}
div, p, span {
    text-underline-offset : 8px;
}
.navbar {
    border-bottom: 1px solid rgba(255,255,255,0.30);
    position: relative;
	display: flex;
	justify-content: center;
}
.navbar .navigator { 
    height: 75px;
	width: 60%;
    margin:0; 
    padding:0; 
    display:flex; 
    align-items: center;
	justify-content: center;
}

.navbar .m_navigator {
    display: none;
}

.navbar li { 
    position: relative; 
}
.navbar li { 
    color: white; 
    cursor: pointer; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
}
.navbar > ul > li { 
    padding: 0 20px;
	font-weight: 700;
}

.navbar li ul { 
    display:none; 
    position:absolute; 
    top: 100%;   /* 부모 li 바로 밑에 붙도록 */
    left: 0;
    padding:0; 
    margin:0;
    list-style:none;
    z-index: 9999;
    min-width: 150px;  /* 클릭 영역 확보 */
}
.navbar li ul li { 
    color: 212121; 
	font-weight: 500;
    white-space: nowrap;
	background: #FFFFFF;
}
.navbar li ul li:first-child {
	margin-top: 28px;
}
.navbar li ul li a { 
    color: #212121; 
    padding: 14px 20px; 
	font-size: 15px;
    white-space: nowrap;
}
.navbar li ul li a:hover { 
	color: white;
    background: #0064FF;
	transition: .3s;
}
.navbar li:hover > ul { 
    display:block; 
	transition: .3s;
}
.navbar li a {
    white-space: nowrap;
    text-decoration: none;
	color: white;
    width: 100%;
    height: 100%;
	display:flex;
	justify-content:center;
	align-items:center;
}
/* 모바일 */
:root{
  --panel-width:320px;
  --bg:#fff;
  --line:#eee;
  --text:#444;
  --muted:#999;
}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Noto Sans KR",sans-serif}
button{cursor:pointer}

/* top */
.topbar{
  height:64px;
  display:flex;
  align-items:center;
  padding:0 16px;
  background:#111827;
  color:#fff;
}
.hambtn{
    position: absolute; top: 1px; right: 10px;
    font-size: 24px; font-weight: 600;
  width:44px;height:44px;
  background:none;border:0;color:#fff;
    display: none;
}

/* panel */
.panel{
  position:fixed;top:0;right:0;
  width:var(--panel-width);
  height:100%;
  background:var(--bg);
  transform:translateX(100%);
  transition:.35s cubic-bezier(.22,.9,.36,1);
  z-index:100000;
  display:flex;
  flex-direction:column;
}
.panel.show{transform:translateX(0)}

body.menu-open::before{
  content:"";
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.4);
  z-index:15;
}
    
.header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:18px;
  border-bottom:1px solid var(--line)
}
.menu{flex:1;overflow:auto}

/* accordion */
.accordion{
  border-bottom:1px solid var(--line)
}
.acc-btn{
  width:100%;
  background:none;
  border:0;
  padding:16px 20px;
  font-size:15px;
  color:var(--text);
  display:flex;
  justify-content:space-between;
  align-items:center
}
.acc-btn span.arrow{
  transition:.25s;
  color:var(--muted)
}
.accordion.active .arrow{
  transform:rotate(180deg)
}

/* panel content */
.acc-panel{
  max-height:0;
  overflow:hidden;
  transition:max-height .3s ease;
}
.acc-panel ul{
  list-style:none;
  padding:0;
  margin:0;
}
.acc-panel li{
  padding:12px 32px;
  font-size:14px;
  color:#666;
  background:#fafafa;
  border-top:1px solid #f1f1f1;
}
.acc-panel li:hover{
  background:#f0f0f0;
}
.footer{
  padding:14px 18px;
  border-top:1px solid var(--line);
  font-size:13px;
  color:#888
}
/* 모바일 end */

.logo {
    width: 300px; height: 75px;
    display: flex; align-items: center; justify-content: center;
	border-left: 1px solid rgba(255,255,255,0.30);
	border-right: 1px solid rgba(255,255,255,0.30);
}
.logo img {
    width: auto; width: 200px;
}
.tab-container {
    width: 400px;
    margin: 50px auto;
}
.tabs {
    display: flex; justify-content: center; flex-direction: row;
    margin: 10px;
}
.tab {
    width: 150px;
    padding: 12px 0;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    background: #f5f5f5;
    color: #333;
    font-weight: 400;
    user-select: none;
    border: 1px solid #000;
}
.tab.active {
    background: #333;
    font-weight: 500;
    color: #fff;
}
.tab:nth-child(n+2) {
    margin-left: -1px;
}
.content {
    width: 100%;
    display: none;
}
.content.active {
    display: block;
}
.vflex {
    display: flex; flex-direction: column; align-items: center;
}

.sit {
	font-weight: 700;
}
.quick{
	position: fixed;
	bottom: 3%;
    right: 1%;
    z-index: 99;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

.quick.show {
  opacity: 1;
}

.file-label {
  display: inline-block;
  padding: 6px 12px;
  background-color: #007bff;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.file-label:hover {
  background-color: #0056b3;
}

.copyright {
	font-size: 14px; color: #363636;
	font-weight: 400; letter-spacing: -0.01em;
	padding: 40px;
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
    flex-wrap: wrap;
}
.copyright p {
	font-size: 16px;
}

.logoutBtn {
	position: absolute;
	top: 20px; right: 20px;
	width: 80px;
}

.logoutBtn i {
	font-size: 40px;
	color: white;
}

/*-------------------- 메인페이지 ------------------*/
/* 배경 슬라이드 영역 */
#slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	z-index: -100;
}

/* 개별 슬라이드 */
.slide {
  position: absolute;
  width: 100%;
  height: 100%;
	color: white;
	text-shadow: black 0px 0px 10px;
    font-size: 30px;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center; /* 가로 중앙 */
  align-items: center;     /* 세로 중앙 */
}

.slide span {
	display: inline-block;
	font-size: 48px !important;
	font-weight: 700;
	line-height: 1.2 !important;
}

/* 현재 보이는 슬라이드 */
.slide.active {
  opacity: 1;
}

/* 네비게이션 바 (하단 점) */
#nav-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
}

/* 점 스타일 */
#nav-dots .dot {
  width: 20px;
  height: 2px;
  border-radius: 20%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background 0.3s;
}

#nav-dots .dot.active {
  background: rgba(255, 255, 255, 0.9);
}
.m_show {
	height: calc(100vh - 76px);
}

.m_solution, .m_about, .m_insight, .m_contact {
	padding-top: 100px;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.m_solution span, .m_about span, .m_insight span, .m_contact span {
    padding: 0 20px;
}
.m_about {
	border-top: 1px solid #e5e7eb;
}

.mainsolB {
	width: 100%; max-width: 1445px;
	margin: 100px 0;
    display: flex;
}
.mainsolB > div {
	border-width: 1px;
    border-color: #dcdcdc;
    border-style: solid;
    border-radius: 0px;
    background: #fff;
    overflow: hidden;
    width: 100%;
    height: 100%;
	margin: 0 5px;
	transition: .3s;
	cursor: pointer;
}
.mainsolB > div > div:first-child {
	background-size: cover;
    background-position: center;
    min-height: 279px;
}
.mainsolB > div:nth-child(1) > div:first-child {
	background-image: url(../images/b76ab28c7bb56.jpg);
}
.mainsolB > div:nth-child(2) > div:first-child {
	background-image: url(../images/efc75fb229a96.jpg);
}
.mainsolB > div:nth-child(3) > div:first-child {
	background-image: url(../images/2ba96fe02eb9b.jpg);
}
.mainsolB > div:nth-child(4) > div:first-child {
	background-image: url(../images/26961bc4875b6.jpg);
}
.mainsolB > div:nth-child(5) > div:first-child {
	background-image: url(../images/e8876198323da.jpg);
}
.mainsolB > div:nth-child(6) > div:first-child {
	background-image: url(../images/be11dae71d6f7.jpg);
}

.mainsolB > div > div {
	position: relative;
	font-size: 20px; font-weight: 600;
    color: #212121;
	padding: 10px;
	padding-right: 60px;
	background: transparent;
	text-align: center;
}

.mainsolB > div > div span {
	position: absolute;
	right: 0px; padding: 5px;
	width: 60px;
    font-size: 14px; font-weight: 300;
    color: rgb(167, 167, 167);
}


/* 각 항목 스타일 */
.mainsol-item {
  transition: transform 240ms cubic-bezier(.22,.9,.32,1),
              box-shadow 240ms cubic-bezier(.22,.9,.32,1),
              filter 240ms cubic-bezier(.22,.9,.32,1);
  will-change: transform, box-shadow, filter;
  position: relative;
  z-index: 0;
  color: #e6eef8;
}


/* + Detail 부분을 약간 숨기고 hover 시 등장하게 (선택사항) */
.mainsol-item .detail{
  margin-left:8px;
  font-size:13px;
  font-weight:400;
  opacity:1;
  transform: scale(0.98);
  transition: opacity 220ms ease, transform 220ms ease;
}

/* 호버 / 포커스 시 효과 */
.mainsol-item:hover,
.mainsol-item:focus-within,
.mainsol-item:focus {
  transform: scale(1.05);
  z-index: 2; /* 겹침시 위로 올라오게 */
  box-shadow:
    0 8px 30px rgba(10, 120, 255, 0.08),   /* 부드러운 그림자 */
    0 0 30px rgba(30, 144, 255, 0.18);     /* 블루 글로우 */
  filter: saturate(1.04) contrast(1.02);
}

/* 내부 디테일 노출 */
.mainsol-item:hover .detail,
.mainsol-item:focus-within .detail {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* 강조하고 싶다면 섬광 애니메이션 추가(선택) */
.mainsol-item::after {
  content: '';
  position: absolute;
  left: -30%;
  top: -40%;
  width: 30%;
  height: 180%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.08), transparent);
  transform: translateX(-120deg) rotate(12deg);
  pointer-events: none;
  opacity: 0;
  transition: opacity 300ms ease;
}

/* hover시에 섬광을 잠깐 보이게 */
.mainsol-item:hover::after,
.mainsol-item:focus::after,
.mainsol-item:focus-within::after {
  opacity: 1;
  transition: opacity 300ms ease;
  animation: sweep 800ms ease forwards;
}

.select1 {
    margin: 5px 0;
    background-color: #f9f9f9 !important;
    color: #363636 !important;
    border-color: rgba(125, 125, 125, 0.4) !important;
    padding: 8px;
}

.select2 {
    margin: 5px 0;
    background-color: #f9f9f9 !important;
    color: #363636 !important;
    border: 1px solid rgba(125, 125, 125, 0.4) !important;
    padding: 8px;
}
   
/*-------------------- 서브페이지 ------------------*/
.about {
    width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap;
    border-bottom: 1px solid #e5e7eb;
}
.about > div {
    padding: 120px 20px 120px 80px;
    font-size: 30px; font-weight: 600;
    line-height: 50px;
    color: #363636;
}
.about > div:nth-child(2n){
    width: 41.66666667%;
    padding-left: 80px;
    font-size: 20px; font-weight: 400;
    border-left: 1px solid #e5e7eb;
}
.about_in {
    width: 100%; gap: 30px; margin: 30px 0;
    display: flex; justify-content: space-around;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}
.about_in > div {
    width: 33%;
    display: flex; flex-direction: column; align-items: center;
    text-align: center;
}
.about_div {
	display: flex;justify-content: space-between; align-items: flex-start; flex-wrap: wrap; padding: 120px 5%;
	color: #363636;
}
.vflex {
	display: flex;flex-direction: column; align-items: center;
}
.hflex {
	display: flex; justify-content: center; align-items: center;
}
.cflex {
	display: flex; justify-content: center; align-items: center;
}
.table {
	display: flex;
    align-items: center;
    justify-content: center;
}
/* CKEditor 최대화 시 부모창까지 꽉 채우기 */
body.cke_maximized,
body.cke_maximized html {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
}

/* CKEditor 최상위 wrapper를 강제로 전체 확장 */
body.cke_maximized .cke_maximized {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 99999 !important;
}

.section_bg {
	background-position:50% 50% !important;  background-size:cover !important; background-repeat: no-repeat !important;
	position: absolute;left: 0;top: 0;right: 0; bottom: 0; 
	padding-top: 76px !important; height: 280px;
	font-size: 48px; font-weight: 800; color: white;
	background: rgba(128,128,128,1.00);
	z-index: -1000
}
.section_color {
	background-color: rgba(0, 0, 0, 0.2);
    padding-top: 76px !important; height: 280px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
	z-index: -999
}
.section_bgin{
	position: absolute;
	top: 100px; left: 20px;
	color: white;
}

.section_title {
	position: absolute;
	top: 180px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 48px; font-weight: 800; color: white;
	text-align: center;
	z-index: 1000;
}

.titlece {
	position: absolute;
	top: 170px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 48px; font-weight: 800; color: white;
	text-align: center;
	background: none;
    border: 1px solid #ccc;
    outline: none;
    padding: 8px;
	z-index: 1000;
}

.m_about {
	font-size: 30px;
}
.m_about a {
    background-color: transparent;
    color: #004f9f;
    border-radius: 0;
    border: 2px solid #004f9f;
    font-size: 16px;
    font-weight: 800;
    padding: 12px 24px;
    letter-spacing: 0px;
    margin: 30px;
	margin-bottom: 100px;
	cursor: pointer;
    transition: all 0.3s ease; /* ← 애니메이션 추가 */
}
.m_about a:hover,
.m_about a:focus {
    background-color: #004f9f; /* 오타 수정 (ackground → background) */
    color: white;
    transform: scale(1.05); /* 살짝 커지게 */
    box-shadow: 0 4px 15px rgba(0, 79, 159, 0.3); /* 부드러운 그림자 */
}
.m_about span {
	font-size: 15px;
    color: #6A6A6A;
}
.m_insight {
	position: relative;
	background-color: rgba(243, 249, 255, 0.7);
}

.m_insback {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
	background-image: url(../images/a5e3ba1731f7e.jpg);
    background-position: 30% 50%;
    background-size: 120% 120%;
    background-repeat: no-repeat;
	z-index: -100;
}

.insboard {
    width: 100%;
	height: 500px;
}

.insboard iframe {
    position: absolute;
    border: 0;
    overflow: hidden;
    height: 600px;
    width: 100%;
}

#iframe-container {
	width: 100%;
}

.marquee {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  background: transparent;
  width: 100%;
  padding: 10px 0;
}

.marquee__inner {
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
  animation: marqueeRight 180s linear infinite;
}

/* 텍스트 스타일 */
.marquee__inner span {
  display: inline-block;
  margin-right: 50px; /* 문구 사이 간격 */
  font-size: 130px;
  font-weight: 700;
  color: rgba(255,255,255,1);
}

.m_contact .sendmail {
	width: 100%;
    display: flex;
	flex-direction: row;
}

.m_contact .sendmail > div {
    width: 50%;
    padding: 40px;
}

.con_right {
	width: 40%;
}
.con_right img {
	width: 100%;
	margin: 40px 0;
}


/* 에디터를 감싸는 컨테이너의 높이를 100%로 설정 */
#editor-container {
    height: 100%;
}

.ImagePreviewBox td {
    font-size: 0 !important;  /* 텍스트 안 보이게 */
    color: transparent !important;
}

.subBtn {
	position: absolute;
	top: 380px; right: 20px;
	margin: 0 6px; padding:16px 20px;
	color: white;
	border: 1px solid rgba(143,143,143,0.70);
	border-radius: 6px;
	background-color: #007bff;
	cursor: pointer;
}


/*---------- 관리페이지 ----------*/
.CategorySelect {
	position: relative;
	margin-left: 80px;
	margin-top: 64px;
}

/* 화살표를 select 박스 옆에 배치 */
.CategorySelect::after {
    content: '\25BC'; /* 아래 화살표 기호 */
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 14px;
    color: #4CAF50;
}


.CategorySelect select {
	width: 200px;
    padding: 10px;
    font-size: 16px;
	font-weight: 600;
	text-align: center;
    border: 2px solid #4CAF50;
    border-radius: 5px;
    background-color: white;
    color: #333;
    appearance: none; /* 브라우저 기본 스타일 제거 */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('/images/down.svg'); /* 드롭다운 화살표 커스텀 */
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15px;
	cursor: pointer;
}

/* select 박스가 포커스될 때 스타일 */
.CategorySelect select:focus {
    border-color: #ff5e5e;
    outline: none;
    box-shadow: 0 0 20px rgba(255, 94, 94, 0.5);
}

/* 옵션 스타일 */
.CategorySelect option {
    padding: 10px;
	color: blue;
	background: rgba(234,240,255,0.41);
}

#closeBtn {
    border: none;
    background-color: transparent;
}
#closeBtn:focus {
    border: none;
    outline:none;
}

/*-------------------- 애니메이션 ------------------*/

@keyframes sweep {
  0%   { transform: translateX(-120%) rotate(12deg); opacity: 0; }
  50%  { opacity: 0.9; }
  100% { transform: translateX(120%) rotate(12deg); opacity: 0; }
}

@keyframes marqueeRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}

/* 접근성: 사용자가 애니메이션을 원치 않으면 비활성화 */
@media (prefers-reduced-motion: reduce) {
	.mainsol-item,
	.mainsol-item .detail,
	.mainsol-item::after {
		transition: none !important;
		animation: none !important;
	}
	.mainsol-item { transform: none; box-shadow: none; }
	.mainsol-item .detail { opacity: 1; transform: none; }
	.marquee__group {
		animation: none;
	}
}

@media (max-width: 1024px) {
    body {
        font-size: 20px; /* 데스크톱에서는 더 크게 */
    }
    .m_contact .sendmail {
        flex-wrap: wrap;
    }
    .m_contact .sendmail > div {
        width: 100%;
    }
    .copyright {
       justify-content: flex-start;
    }
    .section_bg {
        height: 200px;
    }
    .section_color {
        height: 200px;
    }
    .section_title {
        top: 120px;
        font-size: 30px !important;
    }
    .navbar {
        position: fixed; top: 0; width: 100%;
        justify-content: space-between;
        background-color: rgba(0,0,0,0.00); /* 초기 투명 */
        backdrop-filter: blur(0px);
        transition: 
            background-color 0.3s ease,
            backdrop-filter 0.3s ease,
            box-shadow 0.3s ease;
        z-index: 10000;
    }
    .navbar.scrolled{
        background-color: rgba(0,6,73,0.81); /* 자연스러운 배경 */
        backdrop-filter: blur(8px);              /* 유리 효과 */
        box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    }
    .navbar .navigator {
        display: none;
    }
    .navbar .m_navigator {
        display: block;
    }
    .hambtn {
        display: block;
    }
    .logo {
        width: auto; height: 30px; padding: 10px 20px; border: 0;
    }
    .logo img {
        width: 170px;
    }
}

@media (max-width: 768px) {
    body {
      font-size: 18px; /* 태블릿에서는 글자 크기 조절 */
    }
    h1 {
        font-size: 44px;
    }
    main {
        width: 100vw; overflow: hidden;
    }
    div {
        flex-direction: column;
        word-break: keep-all;
    }
    .slide {
        font-size: 22px;
    }
    .slide span {
        font-size: 26px !important;
    }
    .mainsolB {
        flex-wrap: wrap;
    }
    h1 {
        font-size: 28px !important;
    }
    p {
        font-size: 20px !important;
        margin: 0;
    }
    strong, strong span {
        font-size: 24px !important;
        line-height: 1 !important;
    }
    span, div {
        font-size: 16px !important;
        line-height: 1.5 !important;
    }
    table {
        width: 90% !important;
        margin: 0 5% !important;
    }
    table td:first-child {
        word-break:normal;
    }
    table td:first-child span {
        font-size: 14px !important;
    }
    table td div, table td p, table td span {
        font-size: 14px !important;
    }
    .quick img {
        width: 60px;
    }
    .logo {
        justify-content: normal;
    }
    .logo, .header {
        flex-direction: row !important;
    }
    /* page */
    .about > div {
        padding: 20px 5% !important;
    }
    .about > div:nth-child(2n) {
        width: 90% !important;
    }
    .about_in {
        width: auto !important;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start !important;
    }
    .about_in > div {
        width: 45% !important;
        font-size: 16px;
        line-height: 1.5;
    }
    .about_div {
        align-items: center !important;
    }
    .about_div > div {
        width: 90% !important;
    }
    .about_div > div > span {
        font-size: 30px !important;
        margin: 10px 0;
    }
    .soho1_1 > div {
        width: 100% !important;
        align-items: center;
    }
    .soho1_1 > div > table {
        margin: 5px !important;
    }
    .soho1_1 > div > table td {
        padding: 10px 20px !important;   
    }
    .soho1_2 > div {
        width: 100% !important;
    }
    .soho1_2 > div:first-child {
        display: none;
    }
    .soho1_2 > div:nth-child(2) {
        margin-bottom: 10px;
    }
    .soho2_1 {
        align-items: center;
    }
    .soho5_1 {
        background-image: url("../images/051e4ad092c13_m.jpg") !important;
        align-items: center !important;
        text-align: center;
        padding: 60px 10px 400px !important;
    }
    .soho5_1 > div {
        width: 100% !important;
    }
    .soho5_1 > div > div > div {
        display: flex;
        width: auto !important;
    }
    .soho5_1 > div > div > div > strong:first-child {
        color: #004f9f;
    }
    .soho5_2 > div:first-child {
        font-size: 24px !important;
        margin-bottom: 20px;
    }
    .soho5_2 > div {
        font-size: 14px !important;
        text-align: center;
    }
    .soho5_2 > div:nth-child(3) {
        height: 370px !important;
    }
    .solution1_1 {
        display: flex !important;
    }
    .solution1_1 > div {
        width: 100% !important;
        margin-top: 0 !important;
    }
    .solution1_1 > div > div {
        margin-top: 0 !important;
    }
    .solution1_1 > div > div > div {
        width: 100% !important;
    }
    .solution1_1 > div > div > div > div {
        left: auto !important;
        top: auto !important;
        right: 0px !important;
        bottom: 0px !important
    }
    .solution1_2 {
        padding: 20px !important;
    }
    .solution1_3 {
        font-size: 18px !important;
    }
    .solution1_4 {
        font-size: 24px !important;
        margin-top: 40px !important;
    }
    .solution1_5 {
        font-size: 16px !important;
    }
    .solution1_6 {
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-evenly !important;
    }
    .solution1_6 > div {
        width: auto !important;
    }
    .solution1_6 > img {
        width: 130px !important;
    }
    .solution1_7 {
        background-image: url("images/7fd0e7cbe489c_m.jpg") !important;
        background-size: cover;
        width: 100% !important;  height: 280px !important;
    }
    .solution1_8 {
        margin-top: 20px !important;
        flex-direction: row !important;
    }
    .solution1_8 > div {
        width: 28% !important;
        padding: 10px;
    }
    .solution1_9 {
        margin-bottom: 20px !important;
        font-size: 24px !important;
    }
    .solution1_10 > div > div {
        width: 100% !important;
        text-align: center !important;
        padding-bottom: 30px !important;
    }
    .solution1_10 > div strong {
        font-size: 30px !important;
    }
    .solution2_1 {
        display: flex !important;
    }
    .solution2_1 > div {
        width: 100% !important;
        margin-top: 0 !important;
        padding: 30px 0 !important;
        text-align: center !important;
    }
    .solution2_1 > div > div {
        margin-top: 0 !important;
    }
    .solution2_1 > div > div > div {
        width: 100% !important;
    }
    .solution2_1 > div > div > div > div {
        left: auto !important;
        top: auto !important;
        right: 0px !important;
        bottom: 0px !important
    }
    .solution2_2 {
        background-image: url("images/a94a66c9f347e_m.jpg") !important;
        background-size: cover;
        width: 100% !important; height: 630px !important;
    }
    .solution2_2 > div {
        width: 100% !important;
        padding: 0 !important;
        margin: 50px 0 !important;
        align-items: center;
    }
    .solution2_2 > div img {
        width: auto;
        height: 400px !important;
        margin-left: 35% !important;
    }
    .solution2_3 {
        width: 100% !important;
        height: auto !important;
    }
    .solution2_3 > div:first-child {
        width: 100% !important;
        height: 370px !important;
    }
    .solution2_4 {
        width: 100% !important;
        padding: 40px 0;
        height: auto !important;
    }
    .solution2_4 > div {
        width: 90% !important;
    }
    .solution2_4 > div strong span {
        font-size: 20px !important;
    }
    .solution2_4 > div > div > div {
        flex-direction: row;
        font-size: 14px !important;
    }
    .solution2_5 {
        width: 100% !important;
        height: auto !important;
        flex-direction: column-reverse;
        align-items: center;
    }
    .solution2_5 > div {
        width: 100% !important;
        padding: 40px 0;
    }
    .solution2_5 > div > div {
        width: 90% !important;
    }
    .solution2_5 > div > div strong span {
        font-size: 20px !important;
    }
    .solution2_5 > div > div > div > div {
        flex-direction: row;
        font-size: 14px !important;
    }
    .solution2_5 > div:last-child {
        width: 100% !important;
        height: 370px !important;
    }
    .solution5_1 {
        padding: 30px 0 !important;
    }
    .solution5_1 > div:nth-child(2) {
        height: auto !important;
    }
    .solution5_2 > div {
        width: calc(100% - 20px) !important;
        min-width: inherit !important;
        margin: 10px !important;
    }   
    
    
    /* copyright */
    .copyright {
        padding: 40px 5% !important;
        align-items: center !important;
    }
    .copyright > div {
        width: 90% !important;
        margin-top: 20px !important;
        font-size: 13px !important;
    }
    .copyright b {
        font-size: 15px !important;
    }
}