@charset "utf-8"; /* */
/* fontsize */
:root { --sub-xs-default-size--: 14px; --sub-ssm-default-size--: 16px; --sub-sm-default-size--: 18px; --sub-l-default-size--: 24px; --sub-xl-default-size--: 36px; --sub-xxl-default-size--: 60px; --sub-BigTitle-size--:32px; --sub-subTitle-s-size--: 18px; --sub-subTitle-m-size--: 50px; --sub-subTitle-l-size--: 80px; --sub-layout01-size--: 32px; } 
@media (max-width:1024px) { 
 :root { --sub-xs-default-size--: 12px; --sub-ssm-default-size--: 15px; --sub-sm-default-size--: 16px; --sub-l-default-size--: 20px; --sub-xl-default-size--: 28px; --sub-xxl-default-size--: 36px; --sub-BigTitle-size--:24px; --sub-subTitle-s-size--: 16px; --sub-subTitle-m-size--: 32px; --sub-subTitle-l-size--: 44px; --sub-layout01-size--: 20px; } 
 } 
/* common_css */
#sub {
  background: linear-gradient(180deg, #0a0c14 0%, #12141f 50%, #0a0c14 100%);
  background-attachment: fixed;
  position: relative;
}
#sub::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 20% 50%, rgba(30, 60, 114, 0.1) 0%, transparent 50%),
              radial-gradient(circle at 80% 80%, rgba(42, 82, 152, 0.1) 0%, transparent 50%);
  pointer-events: none;
  z-index: -1;
} 
#sub #header { position: initial; } 
#sub #header.on_bg { background-color: initial; } 
.display_none { display: none !important; } 
/* title_css */
.Subtitle_ver01 { font-size: var(--sub-BigTitle-size--); font-weight: 700; color:#fff; letter-spacing: -0.02em; text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3); } 
/* sub_p001 */
.sub_p001 { padding: 210px 0 120px; box-sizing: border-box; } 
.sub_p001 > .inner { position: relative; height: 100%; } 
.sub_p001 .content { display: flex; flex-direction: column; gap: 30px; align-items: center; position: relative; } 
.sub_p001 .content::before { content: "PLATFORM"; top: -44px; position: absolute; color: rgba(255, 255, 255, 0.12); font-size: 80px; font-weight: 400; font-family: "SBAggro"; } 
.sub_p001 .content > em { line-height: 73px; color: #fff; font-size: var(--sub-subTitle-m-size--); text-align: center; font-weight: 700; word-break: keep-all; letter-spacing: -0.02em; text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3); }
.sub_p001 .content > em + b { color: #fff; font-size: 36px; font-family: 'Apple SD Gothic Neo'; font-weight: 700; line-height: 46px; text-align: center; margin-top: 20px; } 
.sub_p001 .content .condivp01 { text-align: center; display: flex; flex-direction: column; align-items: flex-start; gap: 8px 0; } 
.sub_p001 .content .condivp01 p { color: rgba(255, 255, 255, 0.9); font-size: 16px; font-family: 'Apple SD Gothic Neo'; font-weight: 300; line-height: 26px; text-align: center; width: 100%; } 
.sub_p001 .content .content_wrap { display: flex; flex-direction: column; align-items: center; justify-content: center; margin-top: 40px; }
.sub_p001 .content .content_wrap > b {
  font-size: 28px;
  font-weight: 700;
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  color: #fff;
  padding: 50px 80px;
  box-sizing: border-box;
  word-break: keep-all;
  display: flex;
  letter-spacing: -0.02em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  line-height: 1.6;
  box-shadow: 0 16px 48px rgba(30, 60, 114, 0.4), 0 4px 12px rgba(0, 0, 0, 0.3);
  border-radius: 16px;
  max-width: 900px;
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: left;
}
.sub_p001 .content .content_wrap > b > * {
  position: relative;
  z-index: 1;
}
.sub_p001 .content .content_wrap > b::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 0;
}
.sub_p001 .content .content_wrap > b::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
} 
.sub_p001 .content .content_wrap > p { line-height: 26px; font-size: var(--sub-ssm-default-size--); color: rgba(255, 255, 255, 0.9); text-align: center; margin: 20px 0 30px; word-break: keep-all; font-weight: 200; } 
.sub_p001 .content:nth-of-type(2) { padding-top: 120px } 
.sub_p001 .content:nth-of-type(2)::before { display: none; } 
.sub_p001 .content .condivp02 { display: flex; flex-direction: column; gap: 4px 0; } 
.sub_p001 .content .condivp02 p { position: relative; color: #fff; font-size: 16px; font-family: 'Apple SD Gothic Neo'; font-weight: 400; line-height: 26px; padding-left: 25px; } 
.sub_p001 .content .condivp02 p::before { content: ""; border-radius: 9999px; border: 1px white solid; width: 16px; height: 16px; display: inline-block; position: absolute; left: 0; top: 3px; } 
.sub_p001 .content .condivp02 p:nth-of-type(2)::before { background-color: #fff; } 
.sub_p001 .content02 { display: flex; flex-direction: column; gap: 60px 0; align-items: center; position: relative; padding-top: 120px; }
.sub_p001 .content02 em { line-height: 73px; color: #fff; font-size: var(--sub-subTitle-m-size--); text-align: center; font-weight: 700; word-break: keep-all; letter-spacing: -0.02em; text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3); }
.solution-description {
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.8;
  text-align: center;
  margin: 30px 0 40px;
  word-break: keep-all;
}
.solution-description .process-steps {
  font-weight: 600;
  letter-spacing: 0.15em;
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  padding: 0 8px;
} 
.sub_p001 .content02 ul { width: 100%; max-width: 490px; display: flex; flex-direction: column; gap: 35px 0; } 
.sub_p001 .content02 ul > li { display: flex; flex-direction: row; width: 100%; } 
.sub_p001 .content02 ul > li > ul { display: flex; flex-direction: row; gap: 0 20px; } 
.sub_p001 .content02 ul > li > ul > li { width: max-content; } 
.sub_p001 .content02 ul > li > ul > li .symbol_01 { width: 80px; } 
.sub_p001 .content02 ul > li > ul > li .symbol_01 img { } 
.sub_p001 .content02 ul > li > ul > li:nth-of-type(2) { color: white; font-size: 24px; font-family: 'Apple SD Gothic Neo'; font-weight: 700; width: 100%; max-width: 140px; } 
.sub_p001 .content02 ul > li > ul > li:nth-of-type(3) { padding-left: 30px; } 
.sub_p001 .content02 ul > li > ul > li:nth-of-type(3) p { color: white; font-size: 18px; font-family: 'Apple SD Gothic Neo'; font-weight: 500; } 
.sub_p001 .content02 ul > li:nth-of-type(2) > ul > li { } 
.sub_p001 .content02 ul > li:nth-of-type(2) > ul > li .symbol_02 { width: 80px; } 
.sub_p001 .content02 ul > li:nth-of-type(2) > ul > li .symbol_02 img { }
.sub_p001 .content02 ul > li:nth-of-type(2) > ul > li:nth-of-type(2) { }
.sub_p001 .content02 ul > li:nth-of-type(2) > ul > li:nth-of-type(3) { }
.sub_p001 .content02 ul > li:nth-of-type(2) > ul > li:nth-of-type(3) p { }

/* Solution Comparison */
.solution-comparison {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 80px;
  background: linear-gradient(145deg, #1a1c24 0%, #0d0f17 100%);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
}
.solution-comparison::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 10% 20%, rgba(30, 60, 114, 0.15) 0%, transparent 50%),
              radial-gradient(circle at 90% 80%, rgba(42, 82, 152, 0.1) 0%, transparent 50%);
  pointer-events: none;
}
.solution-box {
  flex: 1;
  padding: 50px 40px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
.solution-box .symbol_01,
.solution-box .symbol_02 {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solution-box .symbol_01 img,
.solution-box .symbol_02 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}
.solution-box h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.gray-box {
  background: linear-gradient(145deg, #4a4a4a 0%, #2d2d2d 100%);
  border: 2px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}
.blue-box {
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  border: 2px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 24px rgba(30, 60, 114, 0.4);
}
.arrow-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.arrow-wrapper svg {
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
  animation: arrowPulse 2s ease-in-out infinite;
}
@keyframes arrowPulse {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(10px);
    opacity: 0.7;
  }
}

/* sub_p002 */
.sub_p002 { position: relative; padding:var(--xxl-space--) 0 var(--xxxl-space--); box-sizing: border-box; } 
.sub_p002::after { content: ""; position: absolute; bottom:0; left:0; width:100%; height: 220px; background: linear-gradient(180deg, rgba(12, 10, 18, 0.00) 0%, #0C0A12 100%); } 
.sub_p002::before { content: ""; position: absolute; top:0; left:0; width:100%; height: 200px; background: linear-gradient(0deg, rgba(12, 10, 18, 0.00) 0%, #0C0A12 100%); } 
.sub_p002 .bg_wrap { background: url("/img/sub/sub_p002_bg01.webp") no-repeat center /cover; } 
.sub_p002 .inner { display: flex; flex-direction: column; align-items: center; gap:60px; position: relative; } 
.sub_p002 .content { color:#fff; max-width: 500px; width:100%; position: relative; z-index: 1; } 
.sub_p002 .content table { border-spacing: 0em; border-collapse: collapse; width:100%; } 
.sub_p002 .content table > tbody { display: flex; gap:25px 10px; flex-wrap: wrap; } 
.sub_p002 .content table tr { display: inline-block; margin:-19px 0 0; width:100%; } 
.sub_p002 .content table tr td { width:100%; display: inline-block; } 
.sub_p002 .content table tr td input[type="text"] { width:100%; background-color: transparent; padding:10px 15px; box-sizing: border-box; border-bottom: 1px solid rgba(255, 255, 255, 0.40); color: #fff; border-radius: 0; } 
.sub_p002 .content table tr td input[type="text"]::placeholder { font-size: var(--sub-xs-default-size--); } 
.sub_p002 .content table tr td .inq_tit { font-size: var(--sub-ssm-default-size--); margin:0 0 10px; } 
.sub_p002 .content table tr.agree { margin:0; } 
.sub_p002 .content table tr.agree td { display: flex; flex-direction: column; gap:10px; } 
.sub_p002 .content table tr.agree td > span { word-break: keep-all; } 
.sub_p002 .content table tr.agree div { display: flex; align-items: center; gap:5px; } 
.sub_p002 .content table tr.agree div input { width: 18px; height: 18px; -webkit-appearance: none; -moz-appearance: none; appearance: none; display: inline-block; padding: 0; background: url("/img/icon/check_di.svg")center center/cover no-repeat; } 
.sub_p002 .content table tr.agree div input:checked { background: url("/img/icon/check_on.svg")center center/cover no-repeat; } 
.sub_p002 .content table tr.agree div label { font-size: 14px; color:#9B9B9B; } 
.sub_p002 .content table tr.agree div a { font-size:14px; color:#9B9B9B; } 
.sub_p002 .content table tr.captcha { max-width: initial; margin-bottom: 0; } 
.sub_p002 .content table tr.captcha .formGroup { display: flex; flex-direction: row; align-items: flex-end; gap: 0 20px; width:100%; } 
.sub_p002 .content table tr.captcha .formGroup img:nth-of-type(1) { width: 130px; height: 40px; object-fit: cover; border: 1px solid #D6D6D6; } 
.sub_p002 .content table tr.captcha .formGroup img:nth-of-type(2) { margin-left:-10px; } 
.sub_p002 .content table tr.captcha #captcha { width:100%; background-color: transparent; padding:10px 15px; box-sizing: border-box; border-bottom: 1px solid rgba(255, 255, 255, 0.40); color: #fff; } 
.sub_p002 .content table tr.captcha #captcha::placeholder { color: #9C9C9C; } 
.sub_p002 .content table > tbody .password .txtInfo { display: inline-block; font-size: 13px; line-height: 18px; color: #232323; margin:5px 0 0; word-break: keep-all; width:100%; text-align: righ3758FFt; } 
.sub_p002 .content table .fr-box.fr-basic .fr-wrapper { width:100%; border:0; border-bottom: 1px solid rgba(255, 255, 255, 0.40); overflow: hidden; background: transparent; } 
.sub_p002 .content table .ec-froala-theme .fr-toolbar.fr-top,
.sub_p002 .content table .ec-froala-theme .second-toolbar { display:none; } 
.sub_p002 .content table iframe { height: 140px !important; min-height:initial !important; } 
.sub_p002 .content table tr.password { max-width: 150px; width:100%; margin:0; } 
.sub_p002 .content table tr.password input[type="password"] { width:100%; background-color: transparent; padding:10px 15px; box-sizing: border-box; border-bottom: 1px solid rgba(255, 255, 255, 0.40); color: #fff; border-radius: 0; } 
.sub_p002 .content table tr.captcha { max-width: 340px; width:100%; margin:0; } 
.bot_btn { margin:50px 0 0; display: flex; gap:5px; align-items: center; justify-content: center; } 
.bot_btn > a { max-width: 150px; width:100%; height: 50px; display: flex; align-items: center; justify-content: center; font-size:16px; } 
.bot_btn > a.left_btn { background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%); color:#fff; border-radius: 6px; box-shadow: 0 4px 12px rgba(30, 60, 114, 0.3); transition: all 0.3s ease; }
.bot_btn > a.left_btn:hover { box-shadow: 0 6px 18px rgba(30, 60, 114, 0.5); transform: translateY(-2px); } 
.bot_btn > a.right_btn { background: #94A5BE; border-radius: 6px; transition: all 0.3s ease; }
.bot_btn > a.right_btn:hover { background: #a5b5cc; } 
/* sub_p003 */
.sub_p003 { padding:var(--xxl-space--) 0 var(--xxxl-space--); box-sizing: border-box; } 
.sub_p003 .inner { display: flex; flex-direction: column; align-items: center; justify-content: center; gap:40px; } 
.sub_p003 .content { display: flex; align-items: center; justify-content: space-between; gap:30px 40px; width:100%; } 
.sub_p003 .content > .img_box { max-width: 690px; width:100%; } 
.sub_p003 .content > .list { display: flex; flex-direction: column; gap:40px; width:100%; } 
.sub_p003 .content > .list > li { display: flex; align-items: center; gap:20px; } 
.sub_p003 .content > .list > li > .img_box { max-width: 80px; width:100%; } 
.sub_p003 .content > .list > li > .desc { display: flex; align-items: center; gap:5px 80px; color:#fff; } 
.sub_p003 .content > .list > li > .desc > b { font-size: var(--sub-l-default-size--); font-weight: 700; min-width: 110px; } 
.sub_p003 .content > .list > li > .desc > a { color:#fff; font-size: var(--sub-ssm-default-size--); word-break: keep-all; } 
/* sub_p004/5/6/7 common_Css */
section[class^="sub_p"] > .black_wrap { padding:160px 0 100px; box-sizing: border-box; } 
section[class^="sub_p"] > .purple_wrap { padding:100px 0 120px; box-sizing: border-box; background-color: #151528; } 
section[class^="sub_p"] > .black_wrap > .inner { display: flex; flex-direction: column; gap:80px; overflow: hidden; } 
.purple_wrap .scroll_box { width:100%; max-width:calc(100% + 40px); margin-left:-20px; overflow-x: auto; padding:0 0 20px; } 
.purple_wrap .img_box { width: 1200px; margin:0 auto; } 
.pageTitle { font-size: var(--sub-subTitle-m-size--); font-weight: 300; color:#fff; margin:0 0 40px; font-weight:700; } 
.layoutTitle { position: relative; font-size: var(--sub-layout01-size--); font-weight: 500; color:#fff; margin:0 0 40px; word-break:auto-phrase; } 
.layoutTitle::before { content: ""; position: absolute; top:-8px; left:0; width: 32px; height: 3px; background-color: #fff; } 
.layoutTitle.marginOP { margin:0 0 50px; } 
/* layout */
.layout01 { display: flex; gap:40px; } 
.layout01 > .img_box { width:100%; max-width: 760px; } 
.layout01 > .descript { min-width: 560px; } 
.layout01 > .descript > p { display: flex; flex-direction: column; gap:16px; color:#fff; line-height: 26px; font-size: var(--sub-ssm-default-size--); } 
.layout02, .layout03 { display: flex; flex-wrap: wrap; gap:20px; } 
.layout02 > li { max-width: calc((100% - 20px*2)/3); width: 100%; padding: 50px 15px 40px; box-sizing: border-box; background: linear-gradient(145deg, #0d0f17 0%, #13151f 100%); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 30px 20px; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 8px; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3); transition: all 0.3s ease; } 
.layout02 > li > .img_box { max-width: 55px; height: 55px; width: 100%; } 
.layout02 > li > .img_box img {object-fit:contain; object-position: center;} 
.layout02 > li > p,
.layout03 > li > p { font-size: var(--sub-ssm-default-size--); line-height: 26px; text-align: center; color: #fff; } 
.layout03 > li { max-width:calc((100% - 20px*3)/4); width:100%; padding:40px 15px; box-sizing: border-box; background: linear-gradient(145deg, #0d0f17 0%, #13151f 100%); display: flex; flex-direction: column; align-items: center; justify-content: center; border:1px solid rgba(255, 255, 255, 0.1); border-radius: 8px; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3); transition: all 0.3s ease; } 
/* sub_p005 */
.sub_p005 .purple_wrap .list { position: relative; z-index: 1; max-width: 400px; width:100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap:30px; margin:0 auto; } 
.sub_p005 .purple_wrap .list::before { content: ""; z-index: -1; position: absolute; left:50%; top:0; transform: translateX(-50%); width:1px; height: 100%; background: #697399; } 
.sub_p005 .purple_wrap .list > li { width:100%; padding:12px 20px; box-sizing: border-box; font-size: var(--sub-ssm-default-size--); line-height: 26px; background-color: #fff; text-align: center; } 
/* sub_p006 */
.sub_p006 .pageTitle { margin:0; } 
/* sub_p007 */
.sub_p007 { overflow: hidden; } 
.sub_p007 .section01 .block002 .pageTitle { margin: 0 0 20px; } 
.sub_p007 .section01 .block002 .block_wrap { background-color: #151528; position: relative; padding: 40px 0 80px; box-sizing: border-box; width: 100vw; margin-left: calc(-50vw + 50%); } 
.sub_p007 .section01 .block003 > .list { display: flex; flex-direction: column; gap: 80px; } 
.sub_p007 .section01 .block003 .table_wrap { overflow-x: auto; width: 100%; padding: 0 0 12px; } 
.sub_p007 .section01 .block003 table { min-width: 1440px; width: 100%; border-spacing: 0; border-collapse: collapse; table-layout : fixed; } 
.sub_p007 .section01 .block003 table > thead > tr > th { background: #1D253F; color: #fff; text-align: center; vertical-align: middle; padding: 10px; font-size: var(--sub-ssm-default-size--); } 
.sub_p007 .section01 .block003 table > thead > tr > th:not(:last-child) { border-right: 1px solid #516092; } 
.sub_p007 .section01 .block003 table > thead > tr { border-bottom: 1px solid #516092; } 
.sub_p007 .section01 .block003 table > tbody > tr { border-bottom: 0;height:155px; } 
.sub_p007 .section01 .block003 table > tbody > tr:last-of-type td,
.sub_p007 .section01 .block003 table > tbody > tr:last-of-type td.title { border-bottom: 0 !important; } 
.sub_p007 .section01 .block003 table > tbody > tr > td { background-color: #0C0E14; border-bottom: 1px solid #fff; color: #fff; text-align: center; vertical-align:top; padding: 10px; font-size: var(--sub-ssm-default-size--); } 
.sub_p007 .section01 .block003 table > tbody > tr > td.title { background: #1D253F; border-right: 1px solid #516092 !important; border-bottom: 1px solid #516092 !important; color: #fff; vertical-align: middle;} 
.sub_p007 .section01 .block003 table > tbody > tr > td:not(:last-child) { border-right: 1px solid #fff; border-bottom: 1px solid #fff; } 
.sub_p007 .section01 .block003 .list_wrap { border-top: 1px solid #3758FF; border-bottom: 1px solid #BEBEBE; padding: 15px 40px; } 
.sub_p007 .section01 .block003 .list_wrap .detail_list { color: #fff; display: flex; gap: 240px; align-items: center; } 
.sub_p007 .section01 .block003 .list_wrap .detail_list > li { display: flex; flex-direction: column; gap: 10px; } 
.sub_p007 .section02 { padding: 60px 0 120px; } 
.sub_p007 .section02 .block002 { margin: 80px 0 -50px; } 
.sub_p007 .section02 .block002 .layout04 { display: flex; gap: 10px 24px; } 
.sub_p007 .section02 .block002 .layout04 > li { max-width: calc((100% - 24px*2)/3); width: 100%; background-color: #fff; } 
.sub_p007 .section02 .block002 .layout04 > li > .top_box { background-color: #3758FF; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 15px; color: #fff; font-weight: 700; } 
.sub_p007 .section02 .block002 .layout04 > li > .top_box > span { font-size: var(--sub-ssm-default-size--); } 
.sub_p007 .section02 .block002 .layout04 > li > .top_box > b { font-size: var(--sub-l-default-size--); } 
.sub_p007 .section02 .block002 .layout04 > li > .bot_box { background-color: #fff; padding: 20px; text-align: center; font-size: var(--sub-ssm-default-size--); line-height: 26px; overflow: hidden; position: relative; } 
.sub_p007 .section02 .block003 { width: 100vw; margin-left: calc(-50vw + 50%); background-color: #151528; padding: 130px 0 120px; } 
.sub_p007 .section02 .block003 .layout05 { display: flex; gap: 10px 24px; } 
.sub_p007 .section02 .block003 .layout05 > li { max-width: calc((100% - 24px*2)/3); width: 100%; background-color: #fff; display: flex; flex-direction: column; align-items: center; padding: 20px; } 
.sub_p007 .section02 .block003 .layout05 > li > .top_box { display: flex; flex-direction: column; align-items: center; font-weight: 700; } 
.sub_p007 .section02 .block003 .layout05 > li > .top_box > span { font-size: var(--sub-ssm-default-size--); color: #3758FF; } 
.sub_p007 .section02 .block003 .layout05 > li > .top_box > b { font-size: var(--sub-l-default-size--); } 
.sub_p007 .section02 .block003 .layout05 > li > .img_box { max-width: 80px; margin: 12px 0 20px; } 
.sub_p007 .section02 .block003 .layout05 > li > ol { display: flex; flex-direction: column; gap: 5px; align-items: center; } 
.sub_p007 .section02 .block003 .layout05 > li > ol > li { font-size: var(--sub-ssm-default-size--); line-height: 26px; } 
.sub_p007 .section02 .block004 { padding: 100px 0 0; } 
.sub_p007 .section02 .block004 > .inner { display: flex; flex-direction: column; gap: 80px; } 
.sub_p007 .section02 .block004 .top_block { display: flex; gap: 40px; align-items: center; } 
.sub_p007 .section02 .block004 .top_block > .left { max-width: 720px; width: 100%; height: 480px; background: url("/img/sub/sub_p007_img0031.webp") no-repeat center /cover; display: flex; flex-direction: column; gap: 60px; align-items: center; justify-content: center; padding: 20px; color: #fff; } 
.sub_p007 .section02 .block004 .top_block > .left > strong { font-size: var(--sub-subTitle-m-size--); font-weight: 300; } 
.sub_p007 .section02 .block004 .top_block > .left > p { font-size: var(--sub-l-default-size--); line-height: 42px; font-weight: 700; text-align: center; } 
.sub_p007 .section02 .block004 .top_block > .right > .layoutTitle { margin: 0 0 60px; } 
.sub_p007 .section02 .block004 .top_block > .right > ul { display: flex; flex-direction: column; gap: 20px; } 
.sub_p007 .section02 .block004 .top_block > .right > ul > li { display: flex; align-items: center; gap: 20px; color: #fff; font-size: var(--sub-l-default-size--); } 
.sub_p007 .section02 .block004 .top_block > .right > ul > li > span { font-weight: 700; word-break: auto-phrase; } 
.sub_p007 .section02 .block004 .top_block > .right > ul > li > em { word-break: auto-phrase; } 
.sub_p007 .section02 .block004 .bot_block .list_wrap { border-top: 1px solid #3758FF; border-bottom: 1px solid #BEBEBE; padding: 15px 40px; } 
.sub_p007 .section02 .block004 .bot_block .list_wrap .detail_list { color: #fff; display: flex; gap: 240px; align-items: center; } 
.sub_p007 .section02 .block004 .bot_block .list_wrap .detail_list > li { display: flex; flex-direction: column; gap: 10px; } 
/* sub_p008 */
/* .sub_p008 > .inner > .content { padding:var(--xxl-space--) 0 var(--str-space--); } 
.sub_p008 > .inner > .content > h5 { font-size: var(--sub-BigTitle-size--); font-weight: 700; color:#fff; text-align: center; } 
.sub_p008 > .inner > .content > .search_wrap { max-width: 480px; width:100%; margin:40px auto 60px; display: flex; align-items: center; justify-content: center; position: relative; } 
.sub_p008 > .inner > .content > .search_wrap > #search { width: 100%; height: 50px; border: 1px solid #3758FF; background: #FFF; padding:0 10px; box-sizing: border-box; } 
.sub_p008 > .inner > .content > .search_wrap > button { position: absolute; cursor: pointer; right:10px; top:50%; transform: translateY(-50%); width:24px; height: 24px; background: url("/img/icon/lucide_search.svg") no-repeat center /cover; } 
.sub_p008 > .inner > .content > .list { display: flex; flex-wrap: wrap; gap:60px 20px; } 
.sub_p008 > .inner > .content > .list > li { max-width: calc((100% - 20px*3)/4); width:100%; } 
.sub_p008 > .inner > .content > .list > li > a { display: flex; flex-direction: column; gap:20px; } 
.sub_p008 > .inner > .content > .list > li > a > .img_box { position: relative; } 
.sub_p008 > .inner > .content > .list > li > a > .img_box::before { opacity: 0; visibility: hidden; transition: all .3s; content: ""; position: absolute; left:-3px; top:-3px; width:100%; height: 100%; border: 3px solid #3758FF; } 
.sub_p008 > .inner > .content > .list > li > a > span { font-size: var(--sub-l-default-size--); font-weight: 700; color:#fff; } */
/* gallery */
.sub_p008 .boardList { margin:50px 0; } 
.sub_p008 .list { display: flex; flex-wrap: wrap; gap:60px 20px; } 
.sub_p008 .list > li { max-width: calc((100% - 20px*3)/4); width:100%; display: flex; flex-direction: column; gap:10px; } 
.sub_p008 .list > li > a { display: flex; flex-direction: column; gap:20px; } 
.sub_p008 .list > li .thumbnail { width:100%; height: 100%; } 
.sub_p008 .list > li .thumbnail > img { width: 100%; height: 100%; object-fit: cover; } 
.sub_p008 .list > li .summary { font-size: var(--sub-l-default-size--); color:#fff; } 
.search_wrap { display: flex; align-items: center; justify-content: center; gap:10px; } 
.search_wrap .form { position: relative; width:100%; } 
.search_wrap .form #search { width:480px; height: 40px; padding:5px 10px; } 
.search_wrap .form > a { position: absolute; right:10px; top:50%; transform: translateY(-50%); width:24px; height: 24px; } 
.search_wrap .write_btn { background: #232323; width:110px; height: 40px; } 
.search_wrap .write_btn > a { font-size:14px; color: #fff; background: #3758FF; width:100%; height: 100%; display: flex; align-items: center; justify-content: center; } 
/* sub_p008_detail */
.per_detail .block001 { position: relative; padding:var(--str-space--) 0 var(--xxl-space--); background: url("/img/sub/sub_p008_detail_bg.webp") no-repeat center /cover; } 
.per_detail .block001::before { content: ""; position: absolute; top:0; left:0; width:100%; height: 155px; background: linear-gradient(0deg, rgba(12, 10, 18, 0.00) 0%, #0C0A12 100%); } 
.per_detail .block001::after { content: ""; position: absolute; bottom:0; left:0; width:100%; height: 170px; background: linear-gradient(180deg, rgba(12, 10, 18, 0.00) 0%, #0C0A12 100%); } 
.per_detail .block001 .content { display: flex; align-items: center; justify-content: center; gap:40px; position: relative; } 
.per_detail .block001 .content::before { content: ""; position: absolute; left:calc(50% - 266px); top:-20px; transform: translateY(-50%); width: 485px; height: 135px; background: url("/img/sub/sub_p001_after.webp") no-repeat center /cover; } 
.per_detail .block001 .content > .img_box { padding-left:270px; height: 540px; position: relative; } 
.per_detail .block001 .content > .desc { display: flex; flex-direction: column; gap:15px; } 
.per_detail .block001 .content > .desc > .img_box { width:190px; } 
.per_detail .block001 .content > .desc > em { font-size: var(--sub-subTitle-m-size--); color:#fff; word-break: keep-all; } 
.per_detail .block002 { position: relative; background-color: #fff; padding:80px 0 100px; overflow: hidden; } 
.per_detail .block002::before { content: ""; position: absolute; right: -65px; bottom: -150px; width:500px; height: 450px; background: url("/img/icon/law_logo.svg") no-repeat center /cover; } 
.per_detail .block002 .layoutTitle { color:#232323; } 
.per_detail .block002 .layoutTitle::before { background-color: #232323; } 
.per_detail .block002 .list { display: flex; flex-direction: column; gap:10px; } 
.per_detail .block002 .list > li { font-size: 20px; margin-left:-5px; } 
/* boardCSS */
.boardManin { padding:var(--xxl-space--) 0 var(--xxxl-space--); } 
.boardManin .titleArea { text-align: center; margin:0 0 60px; font-size: var(--sub-BigTitle-size--); font-weight: 700; } 
.boardManin .function { display: flex; align-items: center; justify-content: flex-end; gap:5px; margin:0 0 40px; } 
.boardManin .function .func_wrap .form { display: flex; align-items: center; gap:5px; } 
.boardManin .function .form #search_key { width:110px; height: 40px; border: 1px solid #D1D1D1; padding:5px 10px; box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: #fff url("/img/icon/arrow_down.svg") no-repeat 90% 50%/12px; } 
.boardManin .function .form .search_box { display: flex; align-items: center; gap:5px; } 
.boardManin .function .form .search_box #search { width:280px; height: 40px; border: 1px solid #D1D1D1; background: #FFF; padding:5px 10px; box-sizing: border-box; } 
.boardManin .function .form .search_box #search::placeholder { color:#888; font-size: var(--sub-ssm-default-size--); } 
.boardManin .function .form .search_box > a { background: #3758FF; width: 100px; height: 40px; display: flex; align-items: center; justify-content: center; color:#fff; font-size: 14px; } 
.boardManin .function .write_btn { background: #232323; width:110px; height: 40px; } 
.boardManin .function .write_btn > a { font-size:14px; color: #fff; background: #3758FF; width:100%; height: 100%; display: flex; align-items: center; justify-content: center; } 
.boardManin .ec-base-paginate { display: flex; align-items: center; justify-content: center; margin:40px 0 0; } 
.boardManin .ec-base-paginate > ol { display: flex; align-items: center; justify-content: center; } 
.boardManin .ec-base-paginate > ol > li > a { width: 36px; height: 36px; background: #697399; font-size: 16px; display: flex; align-items: center; justify-content: center; } 
.boardManin .ec-base-paginate > ol > li > a.this { background: #3758FF; color:#fff; } 
.boardManin table { width:100%; border-spacing: 0; border-collapse: collapse; border-top:2px solid #3758FF; } 
.boardManin table thead tr th { background-color: transparent; color:#fff; border-bottom: 1px solid #697399 !important; } 
.boardManin table tbody tr { background-color: transparent !important; } 
.boardManin table tbody tr td { border-bottom: 1px solid #697399 !important; color: #fff !important; white-space: nowrap; } 
.boardManin table tbody tr td.no { color:#fff !important; } 
.boardManin table tbody tr td.writer,
.boardManin table tbody tr td.date { font-size: var(--sub-ssm-default-size--); } 
.boardManin table tbody tr td.subject { max-width: 1000px; } 
.boardManin table tbody tr td.subject > a { width: 90%; display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } 
/* sub_p011 */
.sub_p011 .board_wrap { display: flex; gap:20px; flex-wrap: wrap; } 
.sub_p011 .board_wrap > div.cont_box { position: relative; max-width: calc((100% - 20px * 3) / 4); width: 100%; height: 310px; background-color: #fff; padding: 30px; box-sizing: border-box; display: flex; flex-direction: column; justify-content: space-between; gap:10px 0; } 
.sub_p011 .board_wrap > div.cont_box::before { opacity: 0; visibility: hidden; transition: all .3s; content: ""; position: absolute; left:0; top:0; width:calc(100% - 6px); height:calc(100% - 6px); border:6px solid #3758FF; touch-action: none; pointer-events: none; } 
.sub_p011 .board_wrap > div.cont_box .category { width:50px; height: 25px; display: flex; align-items: center; justify-content: center; font-size: 14px; color:#fff; background: #3758FF; margin:0 0 12px; } 
.sub_p011 .board_wrap > div.cont_box .subject { font-size: var(--main-sub-r-size03--); font-weight: 700; line-height: 30px; width: 100%; max-width: max-content; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: keep-all; min-height:60px; } 
.sub_p011 .board_wrap > div.cont_box .content { margin:15px 0 0; font-size: var(--main-ssm-default-size--); line-height: 25px; display: inline-block; width: 100%; max-width: max-content; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; } 
.sub_p011 .board_wrap > div.cont_box .content p { text-align: left !important; display: inline; } 
.sub_p011 .board_wrap > div.cont_box .content img { display: none; width: 100%; } 
.sub_p011 .board_wrap > div.cont_box .content * { text-align: left !important; font-size: 16px !important; line-height: 25px !important; font-weight: 400 !important; margin: 0 !important; color:#232323 !important; background:none } 
.sub_p011 .board_wrap > div.cont_box .content h2 img { display:none !important; } 
.sub_p011 .board_wrap > div.cont_box .content h2 br:nth-of-type(1):last-of-type,
.sub_p011 .board_wrap > div.cont_box .content br { display:none !important; } 
/* board_sub */
.board_sub .xans-board-read .ec-base-table .detail img { width:100%; } 
.board_sub { padding:var(--xxl-space--) 0; } 
.board_sub,
.board_sub a { color:#fff; } 
.board_sub .ec-base-button { margin:20px 0 0; display: flex; align-items: center; gap:20px; } 
.board_sub .ec-base-button > .gLeft { display: flex; align-items: center; gap:20px; } 
.board_sub .ec-base-button > .gLeft > a { padding:10px 20px; border:1px solid #fff; } 
.board_sub .xans-board-read .ec-base-table .detail { padding:20px; } 
.board_sub .xans-board-read .ec-base-table .detail .fr-view { color:#fff; } 
.board_sub .xans-board-read .ec-base-table .head h3 { padding-left:0; } 
.board_sub .ec-base-table > table { border-spacing:0; border-collapse: collapse; width:100%; } 
.board_sub .ec-base-table th { background-color: transparent; } 
.board_sub .ec-base-box.typeThin > .agree { background-color: transparent; } 
.board_sub .ec-base-box.typeThin > .agree p { color:#fff; } 
.board_sub .Subtitle_ver01 { text-align: center; margin:0 0 30px; } 

@media(hover:hover) {
 .sub_p008 .content > .list > li:hover > a > .img_box::before { opacity: 1; visibility: visible; }
 .sub_p011 .board_wrap > div.cont_box:hover::before { visibility: visible; opacity: 1; }
 .layout02 > li:hover { transform: translateY(-5px); box-shadow: 0 12px 36px rgba(0, 0, 0, 0.5); border-color: rgba(255, 255, 255, 0.2); }
 .layout03 > li:hover { transform: translateY(-5px); box-shadow: 0 12px 36px rgba(0, 0, 0, 0.5); border-color: rgba(255, 255, 255, 0.2); }
 .sub_p001 .content .content_wrap > b:hover { transform: translateY(-8px) scale(1.02); box-shadow: 0 20px 60px rgba(30, 60, 114, 0.5), 0 8px 16px rgba(0, 0, 0, 0.4); }
 .solution-box:hover { transform: translateY(-5px); }
 .gray-box:hover { box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5); }
 .blue-box:hover { box-shadow: 0 12px 32px rgba(30, 60, 114, 0.6); }
 .solution-comparison:hover { box-shadow: 0 24px 70px rgba(0, 0, 0, 0.6); }
 } 
@media (max-width:1024px) { /* */ 
/* sub_p001 */
.sub_p001 { padding: 120px 0 60px; } 
.sub_p001 > .inner { } 
.sub_p001 .content { gap: 16px 0; } 
.sub_p001 .content::before { font-size: 40px; top: -20px; } 
.sub_p001 .content > em { line-height: 48px; }
.sub_p001 .content > em + b { font-size: 24px; line-height: 34px; padding-top: 14px; margin-top: 20px; } 
.sub_p001 .content .condivp01 { } 
.sub_p001 .content .condivp01 p { font-size: 15px; } 
.sub_p001 .content .content_wrap { margin-top: 30px; }
.sub_p001 .content .content_wrap > b { margin-top: 0; font-size: 20px; padding: 35px 30px; gap: 18px; height: auto; } 
.sub_p001 .content .content_wrap > p { } 
.sub_p001 .content:nth-of-type(2) { padding-top: 60px; gap: 8px 0; }
.sub_p001 .content:nth-of-type(2)::before { }
.sub_p001 .content .condivp02 { }
.sub_p001 .content .condivp02 p { }
.sub_p001 .content .condivp02 p::before { }
.sub_p001 .content .condivp02 p:nth-of-type(2)::before { }
.sub_p001 .content02 { padding-top: 60px; gap: 35px; }
.sub_p001 .content02 em { line-height: 48px; }
.solution-description { font-size: 16px; margin: 20px 0 30px; }
.solution-description .process-steps { font-size: 15px; letter-spacing: 0.1em; }
.sub_p001 .content02 ul { gap: 30px 0; }
.sub_p001 .content02 ul > li { }
.solution-comparison { flex-direction: column; gap: 30px; padding: 40px 30px; }
.solution-box { max-width: 100%; padding: 35px 25px; }
.solution-box h3 { font-size: 20px; }
.solution-box .symbol_01,
.solution-box .symbol_02 { width: 60px; height: 60px; }
.arrow-wrapper svg { width: 50px; height: 30px; transform: rotate(90deg); } 
.sub_p001 .content02 ul > li > ul { display: flex; flex-direction: column; position: relative; padding-left: 80px; gap: 4px 0; } 
.sub_p001 .content02 ul > li > ul > li { } 
.sub_p001 .content02 ul > li > ul > li:nth-of-type(1) { position: absolute; left: 0; } 
.sub_p001 .content02 ul > li > ul > li .symbol_01 { width: 60px; } 
.sub_p001 .content02 ul > li > ul > li .symbol_01 img { } 
.sub_p001 .content02 ul > li > ul > li:nth-of-type(2) { font-size: 20px; } 
.sub_p001 .content02 ul > li > ul > li:nth-of-type(3) { padding: 0; } 
.sub_p001 .content02 ul > li > ul > li:nth-of-type(3) p { font-size: 15px; line-height:22px; } 
.sub_p001 .content02 ul > li > ul > li:nth-of-type(3) p br:nth-child(2),
.sub_p001 .content02 ul > li > ul > li:nth-of-type(3) p br:nth-child(3) { display:none; } 
.sub_p001 .content02 ul > li:nth-of-type(2) > ul > li { } 
.sub_p001 .content02 ul > li:nth-of-type(2) > ul > li .symbol_02 { width: 60px; } 
.sub_p001 .content02 ul > li:nth-of-type(2) > ul > li .symbol_02 img { } 
.sub_p001 .content02 ul > li:nth-of-type(2) > ul > li:nth-of-type(2) { } 
.sub_p001 .content02 ul > li:nth-of-type(2) > ul > li:nth-of-type(3) { } 
.sub_p001 .content02 ul > li:nth-of-type(2) > ul > li:nth-of-type(3) p { } 
 /* sub_p002 */
 .sub_p002 .inner { gap:40px; } 
 .sub_p002 .content table tr td .inq_tit { margin: 0 0 5px; font-size: 15px; } 
 .bot_btn { margin:30px 0 0; } 
 .bot_btn > a { height: 40px; } 
 /* sub_p003 */
 .sub_p003 .content { flex-direction: column; } 
 .sub_p003 .content > .list { padding:0 15px; gap:30px; } 
 .sub_p003 .content > .list > li { gap:10px; } 
 .sub_p003 .content > .list > li > .img_box { width:60px; height: 60px; max-width: initial; } 
 .sub_p003 .content > .list > li > .desc { flex-direction: column; align-items: flex-start; } 
 /* sub_p004/5/6/7 common_Css */
 section[class^="sub_p"] > .black_wrap { padding:60px 0; } 
 section[class^="sub_p"] > .purple_wrap { padding:60px 0; } 
 section[class^="sub_p"] > .black_wrap > .inner { gap:50px; } 
 .purple_wrap .scroll_box { width:100%; max-width:initial; margin-left:initial; padding:0 0 20px; } 
 .purple_wrap .scroll_box::-webkit-scrollbar { background-color: rgba(255, 255, 255, 0.30); height: 2px; width:80%; } 
 .purple_wrap .scroll_box::-webkit-scrollbar-thumb { background-color: #3758FF; } 
 .purple_wrap .img_box { width: 1200px; margin:0 auto; } 
 .pageTitle { margin:0 0 20px; } 
 .layoutTitle { margin:0 0 20px; } 
 .layoutTitle::before { top:-6px; width: 24px; height: 3px; background-color: #fff; } 
 .layoutTitle.marginOP { margin:0 0 10px; } 
 /* layout */
 .layout01 { gap:25px; flex-direction: column; } 
 .layout01 > .img_box { max-width: initial; } 
 .layout01 > .descript { min-width: initial; } 
 .layout01 > .descript > p { gap:12px; line-height: 25px; } 
 .layout02, .layout03 { gap:10px; } 
 .layout02 > li { max-width:calc(50% - 10px); padding:20px 15px; gap:12px; } 
 .layout02 > li > .img_box { max-width:50px; } 
 .layout02 > li > p,
 .layout03 > li > p { font-size: var(--sub-ssm-default-size--); line-height: 26px; text-align: center; } 
 .layout03 > li { max-width:calc(50% - 10px); padding:20px 15px; } 
 /* sub_p005 */
 .sub_p005 .purple_wrap .list { gap:20px; } 
 .sub_p005 .purple_wrap .list > li { word-break: keep-all; padding:8px 20px; } 
 /* sub_p006 */
 #sub .sub_p006 .inner { gap:40px; } 
 /* sub_p007 */
 #sub .sub_p007 .inner { gap:80px; } 
 .sub_p007 .section01 .block002 .pageTitle { margin:0 0 10px; } 
 .sub_p007 .section01 .block002 .block_wrap { padding:25px 0 60px; } 
 .sub_p007 .section01 .block003 { margin:-35px 0 0; } 
 .sub_p007 .section01 .block003 > .list { gap:40px; } 
 .sub_p007 .section01 .block003 .table_wrap::-webkit-scrollbar { background-color: rgba(255, 255, 255, 0.30); height: 2px; width:80%; } 
 .sub_p007 .section01 .block003 .table_wrap::-webkit-scrollbar-thumb { background-color: #3758FF; } 
 .sub_p007 .section01 .block003 table > thead > tr > th,
 .sub_p007 .section01 .block003 table > tbody > tr > td { padding:8px; } 
 .sub_p007 .section01 .block003 .list_wrap { padding:15px 20px; } 
 .sub_p007 .section01 .block003 .list_wrap .detail_list { flex-direction: column; align-items: flex-start; gap:30px; } 
 .sub_p007 .section02 { padding:0 0 60px; } 
 .sub_p007 .section02 .block002 { margin:60px 0 -240px; } 
 .sub_p007 .section02 .block002 .layout04 { flex-direction: column; } 
 .sub_p007 .section02 .block002 .layout04 > li { max-width: initial; } 
 .sub_p007 .section02 .block003 { padding:280px 8px 60px; } 
 .sub_p007 .section02 .block003 .layout05 { flex-direction: column; } 
 .sub_p007 .section02 .block003 .layout05 > li { max-width: initial; } 
 .sub_p007 .section02 .block003 .layout05 > li > .img_box { margin:20px 0; } 
 .sub_p007 .section02 .block003 .layout05 > li > ol { gap:0; } 
 .sub_p007 .section02 .block003 .layout05 > li > ol > li { text-align: center; } 
 .sub_p007 .section02 .block004 { padding:50px 0 0; } 
 #sub .sub_p007 .section02 .block004 .inner { padding:0; gap:60px; } 
 .sub_p007 .section02 .block004 .top_block { flex-direction: column; gap:25px; align-items: flex-start; } 
 .sub_p007 .section02 .block004 .top_block > .left { max-width: initial; height: 335px; gap:30px; } 
 .sub_p007 .section02 .block004 .top_block > .left > p { font-size: 18px; line-height: 36px; } 
 .sub_p007 .section02 .block004 .top_block > .right > .layoutTitle { margin:0 0 25px; } 
 .sub_p007 .section02 .block004 .top_block > .right > ul { gap:12px; } 
 .sub_p007 .section02 .block004 .top_block > .right > ul > li { font-size: 18px; gap:12px; } 
 .sub_p007 .section02 .block004 .bot_block .list_wrap { padding:15px 20px; } 
 .sub_p007 .section02 .block004 .bot_block .list_wrap .detail_list { flex-direction: column; align-items: flex-start; gap:30px; } 
 /* sub_p008 */
 /* .sub_p008 > .inner > .content > .list { gap:30px; } 
 .sub_p008 > .inner > .content > .list > li { max-width: calc((100% - 30px*2)/3); } 
 .sub_p008 > .inner > .content > .list > li > a { gap:12px; } 
 .sub_p008 > .inner > .content > .search_wrap { margin:20px 0 30px; } 
 .sub_p008 > .inner > .content > .search_wrap > #search { height: 40px; } 
 .sub_p008 > .inner > .content > .list > li > a > span { font-size: 18px; } */
 /* gallery */
.sub_p008 .boardList { margin:30px 0; } 
.sub_p008 .list > li { max-width: calc(50% - 10px); } 
.sub_p008 .list > li > a { gap:12px; } 
.search_wrap { flex-direction: column; gap:10px; } 
.search_wrap #boardSearchForm { width:100%; } 
.search_wrap .form #search { width:100%; height: 40px; padding:5px 10px; } 
.search_wrap .write_btn { background: #232323; width:100%; height: 40px; } 
 /* sub_p008 - per_detail */
 .per_detail .block001 { padding:80px 0 120px; } 
 .per_detail .block001 .content { flex-direction: column; gap:20px; } 
 .per_detail .block001 .content > .img_box { padding-left: initial; height: auto; } 
 .per_detail .block001 .content > .desc { position: relative; z-index: 1; gap:4px; } 
 .per_detail .block001 .content > .desc > em { text-align: center; } 
 .per_detail .block001 .content::before { left: calc(50% - 155px); width:310px; height: 85px; } 
 .per_detail .block002 { padding:40px 20px 170px; } 
 .per_detail .block002::before { width:250px; height: 230px; bottom:-70px; right:-25px; } 
 .per_detail .block002 .list { gap:0px; } 
 .per_detail .block002 .list > li { font-size: 18px; line-height: 34px; word-break: keep-all; } 
 /* borderCSS */
 .boardManin .titleArea { margin:0 0 40px; } 
 .boardManin .function { margin:0 0 30px; width:100%; flex-wrap: wrap; } 
 .boardManin .function #boardSearchForm { width:100%; } 
 .boardManin .function .func_wrap .form { flex-wrap: wrap; align-items: flex-start; } 
 .boardManin .function .form #search_key { font-size: 14px; } 
 .boardManin .function .form .search_box { width: calc(100% - 115px); flex-direction: column; } 
 .boardManin .function .form .search_box #search { width:100%; font-size: 14px; } 
 .boardManin .function .form .search_box #search::placeholder { font-size: 14px; } 
 .boardManin .function .form .search_box > a { width: calc(100% + 115px); margin-left: -115px; } 
 .boardManin .function .write_btn { width:100%; } 
 .boardManin .ec-base-paginate { margin:30px 0 0; } 
 #sub .boardManin table tbody tr { border-bottom:1px solid #697399 !important; padding:10px 2px; } 
 .boardManin table tbody tr td { border-bottom: none !important; } 
 .boardManin table tbody tr td.no { display: none; } 
 .boardManin table tbody tr td.writer, .boardManin table tbody tr td.date { font-size: 15px; position: relative; } 
 .boardManin table tbody tr td.date::before { content:""; left:0px; top:50%; transform: translateY(-50%); position: absolute; width:1px; height: 14px; background-color: #697399; } 
 /* sub_p011 */
 .sub_p011 .board_wrap { gap:20px 10px; flex-wrap: wrap; } 
 .sub_p011 .board_wrap > div.cont_box { max-width: calc((100% - 10px*2)/3); height: auto; padding: 20px 20px 40px; gap:initial; } 
 .sub_p011 .board_wrap > div.cont_box .category { margin:0 0 4px; } 
 .sub_p011 .board_wrap > div.cont_box .content { margin:8px 0 0; } 
 /* board_sub */
 .board_sub .inner { padding:0 5px; } 
 .board_sub .ec-base-button > .gLeft > a { padding:5px 10px; border:1px solid #fff; } 
 .board_sub .ec-base-button { padding:0 15px; } 


 } 

@media (max-width:768px) { /* */ 
 /* sub_p008 */
 .sub_p008 > .inner > .content > .list > li { max-width: calc((100% - 30px*1)/2); } 
 /* sub_p008 - per_detail */
 .per_detail .block001 { background: url("/img/sub/mo_sub_p008_detail_bg.webp") no-repeat center /cover; } 
 /* gallery */
.sub_p008 .list > li { max-width: initial; } 
 /* sub_p011 */
 .sub_p011 .board_wrap > div.cont_box { max-width: calc(50% - 5px); } 
 } 


@media (max-width:500px) { /* */ 
 /* sub_p008 */
 .sub_p008 > .inner > .content > .list > li { max-width: initial; } 
 .sub_p008 > .inner > .content > .list > li > a { width:100%; } 
 /* sub_p008 - per_detail */
 } 