@charset "utf-8";

section {
    width: 100%;
    margin: 0 auto;
    margin-top: 200px;
}
section h2 {
    width: 1638px;
    margin: 0 auto;
    margin-bottom: 44px;
    font-size: 3.0rem;
    color: #1a458e;
    font-weight: 700;
}
section h3 {
    margin-bottom: 44px;
    font-size: 2.4rem;
    color: #8a8e9b;
    font-weight: 500;
}
section .hidd {
	display: none;
}

/* 서브 공통 */
.visual {
	overflow: hidden;
    position: relative;
    width: 100vw;
    height: 70dvh;
    /*min-height: 930px;*/
    margin-top: 0;
    z-index: 9;
}
.visual::after {	
	content: "";
	position: absolute;
	top: 0;
	left: 0;	
	width: 100%;
	height: 70dvh;
	min-height: 400px;
	/*transform: translate(-50%, 0);*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.company::after   { background-image: url("../../images/2024/sub/subvis1.jpg"); }
.business1::after { background-image: url("../../images/2024/sub/subvis2.jpg"); }
.business2::after { background-image: url("../../images/2024/sub/subvis3.jpg"); }
.business3::after { background-image: url("../../images/2024/sub/subvis4.jpg"); }
.rnd::after       { background-image: url("../../images/2024/sub/subvis5.jpg"); }
.customer::after  { background-image: url("../../images/2024/sub/subvis6.jpg"); }
.career::after    { background-image: url("../../images/2024/sub/subvis7.jpg"); }

.company::after, 
.business1::after,.business2::after,.business3::after, .rnd::after,
.customer::after, .career::after {
  transform: scale(1.1);
}
.company.move::after, 
.business1.move::after,.business2.move::after,.business3.move::after, .rnd.move::after,
.customer.move::after, .career.move::after {
  transform: scale(1);
  transition: all 3s; 
}
.visual.newsPage {
    height: 20vh !important;
}
.visual.newsPage::after {
    height: 20vh !important;
}

.visual .page {
    position: absolute;
    top: 60dvh;
    left: 50%;
    width: 1638px;
    transform: translate(-50%, -50%);
    letter-spacing: -1px;
    transition-duration: 1s;
    z-index: 20;
}
.visual .page h1 {
    font-size: 7.2rem;
    color: #fff;
    font-weight: 700;
}
.visual .page .hsub {
    position: relative;
    padding-left: 5px;
    font-size: 1.8rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    letter-spacing: 0;
}
/*
.visual .page .hsub::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 2px;
    width: 20px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
}
*/
.subCopy {
    width: 1638px;
    margin-top: 160px;
    display: flex;
    justify-content: space-between;
    transition-duration: 1s;
    align-items: center;
    z-index: 115;
}
.subCopy .ours {
	letter-spacing: -1px;
}
.subCopy .copy_l {
    width: 100%;
    margin: 0;
    font-size: 5.0rem;
    color: #0a183d;
    font-weight: 700;
}
.subCopy .copy_l br {
    display: none;
}
.subCopy .copy_s {
    font-size: 1.8rem;
    color: #999;
}
.subCopy .loc {
	font-size: 1.8rem;
    color: #8a8e9b;
}
.subCopy .loc .goHome {
	position: relative;
	display: inline-block;
	margin-right: 88px;
	padding-left: 28px;
    color: #8a8e9b;
    background-image: url("../../images/2024/common/ico_home.png");
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 18px;
    cursor: default;
}
.subCopy span {
	position: relative;
}
.subCopy .loc .goHome::after {
	content: "";
	position: absolute;
    top: 50%;
    left: 120%;
    width: 64px;
    height: 1px;
    background: #caccd2;
}
.subCopy .loc .mid {
	margin-right: 36px;
}
.subCopy .loc .mid::after {
    content: "";
    position: absolute;
    top: 23%;
    left: 128%;
    width: 1px;
    height: 16px;
    background: #caccd2;
}
.subNav {
	display: flex;
	justify-content: center;
	align-items: center;
    height: 30dvh;
	margin-top: 0;
    text-align: center;
}
.subNav li {
    display: inline-block;
}
.subNav li a {
    position: relative;
    display: block;
    margin: 3.7rem 1.8rem;
    padding: 0.3rem 0.5rem 0.5rem 0.5rem;
    font-size: 3.6rem;
    color: #999;
    font-weight: 600;
}
.subNav li.on a {
    color: #0a183d;
    font-weight: 800;
    border-bottom: 1px solid #0a183d;
    transition: 0.5s ease all ;
}
.subNav li a:hover {
    color: #000;
    transition: 0.5s ease all ;
}
.subNav.fixed {
    position: sticky;
    top: 0;
    width: 100%;
    height: 15dvh;
    padding-top: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1001;
}

/*
---------------------------------------
hover effect 30
---------------------------------------
*/
.overEff a:after {
  content: "";
  transition: 0.5s all ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  width: 0;
  height: 2px;
  background: rgba(0, 0, 0, 0.5);
}
.overEff a.on {
  color: #000;
}
.overEff a:after {
  left: 0;
  bottom: 0;
}
.overEff a:hover:after {
  width: 100%;
  background: #000;
  color: #000;
}
.overEff a.on:after {
  width: 100%;
  background: #000;
}
.overEff .lll {
	display: block;
	width: 1px;
	height: 24px;
	margin: 0 20px;
	background-color: #ccc;
}

/* 사업영역 메뉴 */
.businessMenu {
    position: absolute;
    top: 33%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 21;
}
.businessMenu ul {
    display: flex;
    justify-content: center;
}
.businessMenu ul li {
    margin: 0;
}
.businessMenu ul li a {
	position: relative;
    display: block;
    padding: 2px 12px;
    font-size: 3.0rem;
    color: #fff;
    font-weight: 500;
}

.businessMenu ul li a::after {
	content: "";
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    width: calc(100% - 10px);
    height: 24px;
    z-index: -1;
    transition: all .3s;
}
.businessMenu ul li.on a {
    /*background-color: #007aff;*/
}
.businessMenu ul li.on a::after {
	background-color: #ea4747;
}
.businessMenu ul li:hover a::after {
	width: calc(100% - 10px);
	background-color: #ea4747;
}
.businessMenu ul li a:hover {
    text-decoration: none;
}
.businessMenu ul li.on a:hover {
    text-decoration: none;
}
.businessMenu ul {
  transform: translateY(10rem);
  opacity: 0;
}
.businessMenu ul.move {
  transform: translateY(0);
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.3s; 
}
.visual .scroll-down {
    bottom: 15%;
}

/* 사업영역 */
.subMain .mainCopy {
    margin-bottom: 9.8rem;
}
.subMain .mainCopy .copy_l {
    margin-bottom: 3.0rem;
    font-size: 4.8rem;
    color: #0a183d;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
}
.subMain .mainCopy .copy_l strong {
	font-size: 6.0rem;
    font-weight: 800;
}
.subMain .mainCopy .copy_s {
    font-size: 2.4rem;
    color: #999;
}

/* h2 */
section.subMain {
    width: 1638px;
    margin: 0 auto;
    margin-top: 10.0rem;
}
section.subMain h2 {
    margin-bottom: 44px;
    font-size: 3.0rem;
    color: #1a458e;
    font-weight: 700;
}
.subMain .h2sub {
	display: block;
    margin-bottom: 70px;
    font-size: 3.6rem;
    color: #999;
    font-weight: 400;
    letter-spacing: -1px;
}
.subMain .h2sub strong {
	font-weight: 700;
	color: #0a183d;
}
.subMain .h2sub_s {
	display: block;
    margin-bottom: 70px;
    font-size: 2.4rem;
    color: #999;
    font-weight: 400;
    letter-spacing: 0px;
}
.subMain .h2sub_s strong {
	color: #0a183d;
}
div.subMain {
	width: 100%;
}
div.subMain h2 {
	width: 100%;
}

/* 회사개요 */
.overview {
    width: 1638px;
    margin-top: 100px !important;
}
.overview .mainCopy {
    margin-bottom: 9.8rem;
}
.overview .mainCopy .copy_l {
    margin-bottom: 3.0rem;
    font-size: 4.8rem;
    color: #0a183d;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
}
.overview .mainCopy .copy_l strong {
	font-size: 6.0rem;
    font-weight: 800;
}
.overview .mainCopy .copy_s {
    font-size: 2.4rem;
    color: #999;
}
.overview .overview3concept ul {
    display: flex;
    justify-content: space-between;
}
.overview .overview3concept ul li {
    width: 31%;
    padding: 0 0 10.0rem;
    border-radius: 0px;
    text-align: center;
    border: 1px solid #e5e5e5;
}
.overview .overview3concept ul li .img {
    padding: 9rem 0 3rem;
    text-align: center;
}
.overview .overview3concept ul li .img img {
	display: block;
	width: 32%;
	max-width: 100%;
	margin: 0 auto;
}
.overview .overview3concept ul li .concept {
    margin-bottom: 4.2rem;
    font-size: 3.2rem;
    color: #222;
    font-weight: 500;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}
.overview .overview3concept ul li .concept strong {
    color: #0047ba;
    word-break: break-word;
}
.overview .overview3concept ul li .concept_sub {
    width: 40.0rem;
    margin: 0 auto;
    font-size: 2.0rem;
    color: #666;    
}
.overview .coStat {
    margin-top: 10.0rem;
    text-align: center;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
    empty-cells: show;
}
.coStat .tbl_overview th {
    height: 50px;
    border-right: 1px solid #ccc;
    border-top: 1px solid #999;
    border-bottom: 1px solid #ccc;
    background-color: #f4f4f4;
    font-size: 2.0rem;
    color: #333;
    vertical-align: middle;
}
.coStat .tbl_overview td {
    height: 50px;
    border-right: 1px solid #ccc;
    border-top: 1px solid #999;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    font-size: 2.0rem;
    color: #333;
    vertical-align: middle;
}
.coStat .tbl_overview th.last, .coStat .tbl_overview td.last {
    border-right: 0 none;
}
/* 미션 비전 */
.value {
	width: 1638px;
}
.mission {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mission .missionH3 {
	position: absolute;
	top: 100px;
	left: 0;
    text-align: center;
    width: 100%;
}
.mission .missionH3 h3 {
    margin-bottom: 0.0rem;
    font-size: 4.8rem;
    color: #fff;
}
.mission .missionH3 h3 br {
	display: none;
}
.mission .missionH3 .h3sub {
    font-size: 3.6rem;
    color: #fff;
    font-weight: 400;
    line-height: 180%;
}
.mission .vv {
    width: 1638px;
    margin: 0 auto;
}
.mission .vv img {
    display: block;
    margin: 0 auto;
}
.mission .tx {
    text-align: center;
    font-size: 1.8rem;
}
.mission .video-wrap {
    position: absolute;
    inset: 0;
    z-index: -1; 
}
.mission .video-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
/* 비전 */
.vision {
    display: flex;
    width: 1638px;
}
.vision .visionH2 {
    width: 260px;
    text-align: left;
}
.vision .visionR div {
    display: flex;
    height: 1024px;
}
.vision .visionR div .visionH3 {
    display: flex;
    flex-direction: column;
}
.vision .visionR div .visionH3 h3 {
    margin-top: 20px;
    font-size: 4.8rem;
    color: #000;
    letter-spacing: -2px;
}
.vision .visionR div dl {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0 8.0rem;
}
.vision .visionR div dl dt {
    margin-bottom: 24px;
    font-size: 2.4rem;
    color: #333;
}
.vision .visionR div dl dt strong {
    font-size: 2.4rem;
    color: #0047ba;
}
.vision .visionR div dl dd {
    margin-bottom: 40px;
    width: 44.0rem;
    font-size: 2.0rem;
    color: #999;
}
.vision .visionR div:first-child .visionH3 h3 {
    text-align: right;
}
.vision .visionR div:last-child {
    flex-direction: row-reverse;
    margin-top: 12.0rem;
}
/* 슬로건 */
.slogan {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1638px;
	margin-top: 100px;
    padding: 8.0rem 0;
    background-color: trasparent;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.slogan .subMain {
	width: 20%;
}
.slogan .sloganVu {
	width: 80%;
}
.slogan .sloganVu .sloganTitle {
    font-size: 9.0rem;
    color: #0a183d;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 100%;
}
.slogan .sloganVu .sloganSub {
    margin-top: 30px;
    font-size: 2.0rem;
    color: #999;
}

/* 걸어온 길 */
.history {
	width: 100%;
}
.historySlide {
    position: sticky;
    top: 0;
    height: 100vh;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.historySlide1 {
  transform: translateY(10rem);
  opacity: 0;
}
.historySlide1.move {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s;
  transition-delay: 0.2s; 
}
.historySlide1 {
    /*background-image: url("../../images/2024/sub/bg_history.jpg");*/
}
.fade_bg_wrap {
	width: 1638px;
	margin: 0 auto;
    position: relative;
    height: 250vh;
}
.fade_bg_wrap .valueH2 {
    position: sticky;
    top: 20.0rem;
    height: 80vh;
    z-index: 999;
}
.fade_bg_wrap .valueH2 .photo {
	width: 600px;
	height: 400px;
	margin-top: -50px;
}
.record {
    position: absolute;
    top: 0.0rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.record::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 50%;
    background-color: #e5e5e5;
    width: 1px;
    height: 100%;
}
.record div {
    display: flex;
    flex-direction: column;
    margin-left: 50%;
    }
.record DL {
    position: relative;
    padding-bottom: 100px;
    text-align: left;
    }
.record DT {
    position: relative;
    margin-bottom: 40px;
    padding-left: 100px;
    font-size: 6.0rem;
    color: #5d696e;
    font-weight: 700;
    }
.record DT .tt {
    position:absolute;
    top: 90px;
    left:100px;
    width:25px;
    height:1px;
    background:#0066cc;
    }
.record DD {
    padding: 4px 0;
    padding-left: 100px;
    font-size: 2.0rem;
    }
.record .spot1 {
    font-size: 2.8rem;
    color: #0047ba;
}

/* 고객 가이드 */
.customerGuide {
	width: 1638px;
    min-height: 300px;
    margin-top: 100px;
	padding: 10.0rem;
	background-image: url("../../images/2024/sub/bg_customer.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.customerGuide .guide .copy {
	margin-bottom: 2.0rem;
	font-size: 2.0rem;
	color: rgba(255, 255, 255, 0.5);
}
.customerGuide .guide .copy strong {
	display: block;
	font-size: 3.6rem;
	color: #fff;
}
.customerGuide .guide .more {
	font-size: 1.8rem;
}


/* 조직도 */
.organiz {
    padding: 18.0rem 0;
    background-image: url("../../images/2024/sub/bg_org.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.organizH2 {
    width: 1638px;
    margin-bottom: 8.0rem;
}
.organizH2 h2 {
    width: 1638px;
    margin: 0 auto;    
}
.organizH2 .h2sub {
	margin-bottom: 8.0rem;
    font-size: 2.4rem;
    color: rgba(255, 255, 255, 0.7);
}
.organizH2 h2 {
    font-size: 7.2rem;
    color: #fff;
    font-weight: 700;
}
.organizH3 {
    font-size: 4.8rem;
    color: #00b0f0;
    text-align: center;
}
.organizChart {
    margin-top: 14.0rem;
    text-align: center;
}
.organizChart img {
    width: 1320px;
}
.organizChartM {
	display: none;
}
.organizChartM img {
	width: 100%;
	max-width: 100%;
}

/* 뉴스 */
.companyNews {
    width: 1638px;
    margin-top :100px;
}
.companyNews .news_total {
    padding-bottom: 4.4rem;
    font-size: 1.8rem;
}
.companyNews .news_list {
    border-top: 1px solid #e5e5e5;
}
.companyNews .news_list li {
    border-bottom: 1px solid #e5e5e5;
}
.companyNews .news_list li a:hover {
    background-color: #f5f5f5;
}
.companyNews .news_list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.4rem 0;
    font-size: 3.0rem;
}
.companyNews .news_list li a .date {
    font-size: 1.8rem;
    color: #999;
}
.companyNews .paging {
    margin-top: 40px;
    text-align: center;
}
.companyNews .paging {
    margin-top: 40px;
    text-align: center;
}
.companyNews .paging li {
    display: inline-block;
}
.companyNews .paging li:hover {
    background-color: #f5f5f5;
}
.companyNews .paging li a {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #dedede;
    text-align: center;
    font-size: 1.8rem;
    color: #999;
}
/* newsRead */
.newsRead {
    margin-top: 10.0rem;
}
.newsRead .goBack {
    width: 1320px;
    margin: 0 auto;
    margin-top: 10.0rem;
}
.newsRead .goBack a img {
    width: 50px;
}
.newsRead .bbsView {
    width: 1320px;
    margin: 0 auto;
    margin-top: 2.0rem;
}
.newsRead .bbsTitle {
    padding-top: 3.0rem;
    font-size: 3.6rem;
    color: #333;
    border-top: 1px solid #e5e5e5;
}
.newsRead .bbsDate {
    margin-top: 1.0rem;
    padding-bottom: 3.0rem;
    font-size: 1.8rem;
    color: #999;
    border-bottom: 1px solid #e5e5e5;
}
.newsRead .bbsTxt {
    padding: 4.0rem 0 18.0rem;
    font-size: 2.4rem;
    border-bottom: 1px solid #e5e5e5;
}
.newsRead .bbsPost dl {
    overflow: hidden;
}
.newsRead .bbsPost dt {
    clear: both;
    float: left;
    width: 10%;
    padding: 2.0rem 0;
    font-size: 2.4rem;
    border-bottom: 1px solid #e5e5e5;
}
.newsRead .bbsPost dd {
    float: left;
    width: 90%;
    padding: 2.0rem 0;
    font-size: 2.4rem;
    border-bottom: 1px solid #e5e5e5;
}
.newsRead .bbsBack {
    margin: 8.0rem 0;
    text-align: center;
}
.newsRead .bbsBack a {
    padding: 1.5rem 4.0rem;
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 1.8rem;
    color: #333;
}

/* 솔루션 NAV */
.solutionNav {
    width: 1638px;
    margin: 0 auto;
}
.solutionNav .solutionCopy {
    margin-bottom: 1.6rem;
    font-size: 2.4rem;
    color: #999;
    font-weight: 400;
}
.solutionNav nav ul {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 20dvh;
}
.solutionNav nav ul li {
    width: calc(100% / 6);
    padding-right: 1.2rem;
}
.solutionNav nav ul li:last-child {
    padding-right: 0;
}
.solutionNav nav ul li a {
    display: block;
    height: 135px;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
.solutionNav nav ul li a:hover {
    border: 1px solid #0f224e;
}
.solutionNav nav ul li:first-child a { background-image: url("../../images/2024/solution/ck-solution-01-off.png"); }
.solutionNav nav ul li:nth-child(2) a { background-image: url("../../images/2024/solution/ck-solution-07-off.png"); }
.solutionNav nav ul li:nth-child(3) a { background-image: url("../../images/2024/solution/ck-solution-03-off.png"); }
.solutionNav nav ul li:nth-child(4) a { background-image: url("../../images/2024/solution/ck-solution-05-off.png"); }
.solutionNav nav ul li:nth-child(5) a { background-image: url("../../images/2024/solution/ck-solution-04-off.png"); }

.solutionNav nav ul li:first-child.on a { background-image: url("../../images/2024/solution/ck-solution-01.png"); }
.solutionNav nav ul li:nth-child(2).on a { background-image: url("../../images/2024/solution/ck-solution-07.png"); }
.solutionNav nav ul li:nth-child(3).on a { background-image: url("../../images/2024/solution/ck-solution-03.png"); }
.solutionNav nav ul li:nth-child(4).on a { background-image: url("../../images/2024/solution/ck-solution-05.png"); }
.solutionNav nav ul li:nth-child(5).on a { background-image: url("../../images/2024/solution/ck-solution-04.png"); }

.solutionIntro {
    display: flex;
    width: 1638px;
    margin: 0 auto;
    margin-top: 11.6rem;
    padding: 13.8rem 12.6rem 14.0rem 0;
    background-color: #0f224e;
    border-radius: 12px;
}
.solutionIntro .solutionCover {
    width: 35%;
    text-align: center;
}
.solutionIntro .solutionDetail {
    width: 65%;
}
.solutionIntro .solution_title_sub {
    font-size: 3.0rem;
    color: #6699ff;
    font-weight: 600;
    letter-spacing: -1px;
}
.solutionIntro .solution_title {
    font-size: 7.2rem;
    color: #fff;
    font-weight: 800;
    letter-spacing: -1px;
}
.solutionIntro .solution_summary {
    font-size: 2.4rem;
    color: #999;
}
.solutionIntro .solution_descrip {
    margin-top: 4.7rem;
    font-size: 2.4rem;
    color: #fff;
}
.solutionIntro .btns {
    margin-top: 5.7rem;
}
.solutionIntro .btnDownload {
    padding: 1.0rem 2.0rem;
    border: 1px solid #fff;
    font-size: 2.4rem;
    color: #fff;
    border-radius: 0px;
}

/* 솔루션 리뷰 */
.contentWrap {
    width: 1320px;
    margin: 0 auto;
}
.reviewWrap {
    margin: 10.0rem 0;
}
.reviewWrap .sys {
    margin-bottom: 8.0rem;
    text-align: center;
}
.reviewWrap .sys .ment {
    text-align: left;
}
.reviewWrap h4 {
    font-size: 3.6rem;
    color: #333;
    font-weight: 600;
}
.sol_spec {
    margin-bottom: 8.0rem;
}
.sol_spec .specDetail {
    margin-bottom: 4.0rem;
}
.sol_spec .part .specDetail h5 {
    padding: 4.0rem 0 1.0rem;
    font-size: 3.0rem;
    color: #13479b;
    font-weight: 700;
}
.sol_spec .part .pic {
    text-align: center;
}
.sol_spec .part .pic img {
    max-width: 100%;
    padding: 4.0rem 0;
}
.sol_spec .part .bflex1 {
    flex: 1;
}
.sol_spec .part .bflex2 {
    flex: 2;
}
.sol_spec .part .bflex3 {
    flex: 3;
}
.sol_spec .ment {
    font-size: 2.4rem;
    color: #444;
    font-weight: 400;
}
.sol_spec .specDetail .flexDv {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sol_spec .specDetail .flexDv.r-r {
    flex-direction: row-reverse;
}
.sol_spec .specDetail .flexDv .ment {
    width: 55%;
}
.sol_spec .specDetail h6 {
    margin-top: 2.0rem;
    padding: 2.0rem 0;
    font-size: 2.4rem;
    color: #444;
    font-weight: 400;
}
.sol_spec .dlist dt,
.sol_spec .dlist dd {
    margin: 4.0rem 0;
}
.sol_spec .dlist dt {
    margin-bottom: 1.0rem;
    font-size: 2.4rem;
    color: #333;
    font-weight: 600;
}
.sol_spec .dlist span {
    display: block;
    font-size: 1.8rem;
    color: #444;
    font-weight: 400;
}
.sol_spec .ulist {
    margin-top: 4.0rem;
}
.sol_spec .ulist li {
    margin-bottom: 1.0rem;
    font-size: 2.4rem;
    color: #444;
    font-weight: 400;
}
.sol_spec .ulist li strong {
    font-weight: 600;
}
.table_inner {
    border-top:1px solid #e5e5e5;
    border-right:1px solid #e5e5e5;
    }

.table_inner TH, 
.table_inner TD {
    border-left:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
    background-color:#fff;
    vertical-align:middle;
    text-align:left;
    padding: 1.8rem 0;
    font-size: 1.8rem;
    color: #444;
    font-weight: 400;
    }

.table_inner TH {
    padding: 1.5rem 0;
    background-color: #f5f5f5;
    color: #333;
    text-align: center;
    }

.table_inner TD {
    padding-left: 2.0rem;
    color:#666;
    }
.detail_ex1 {
    margin:7.0rem 0;
    text-align:center;
    align-self: center;
    }

.detail_ex1 LI {
    display:inline-block;
    width:280px;
    margin:0 20px;
    margin-bottom: 40px;
    vertical-align:top;
    }

.detail_ex1 LI .ii {
    display:block;
    text-align:center;
    }

.detail_ex1 LI .itt {
    height:85px;
    color:#fff;
    padding:10px;
    }

.detail_ex1 LI .itt P {
    margin-bottom:10px;
    font-size:18px;
    font-weight:700;
    }

.detail_ex1 LI .itt1 {
    background:#48a4db;
    }

.detail_ex1 LI .itt2 {
    background:rgb(244, 128, 32);
    }

.detail_ex1 LI .itt3 {
    background:rgb(173, 208, 54);
    }







.sol_spec .part {
    display: flex;
    justify-content: flex-start;
    border-bottom:1px solid #e5e5e5;
    padding: 4.0rem;
    align-items: center;
}
.sol_spec .part .pic.pic_mr {
    margin-right: 7.0rem;
}
.sol_spec .part.colm {
    flex-direction: column;
    align-items: flex-start;
}
.sol_spec .part.colm .pic {
    align-self: center;
    text-align: center;
}
.sol_spec .part STRONG {
    color:#333;
    font-weight:700;
}
.sol_spec .part .detail {
    width: 100%;
}
.sol_spec .part .detail .spec {
    margin-bottom: 2.0rem;
    font-size: 4.0rem;
}
.sol_spec .part .detail .ment {
    display: block;
    margin-bottom: 2.0rem;
    padding: 3.0rem;
    font-size: 2.4rem;
    background-color: #f5f5f5;
}
.sol_spec .part .detail ul li {
    margin-bottom: 1.0rem;
    font-size: 2.4rem;
    color:#666;
}
.sol_spec .part .detail ul li strong {
    font-weight: normal;
}
.inqWrap {
    margin: 10.0rem 0;
}
.tbl_solq {
    width: 100%;
    margin: 0 auto;
}
.tbl_solq TH {
    padding: 4.0rem 0;
    background-color: #d9e1e2;
    font-size: 2.4rem;
    color: #333;
    vertical-align: middle;
}
.tbl_solq TD {
    padding: 4.0rem 0;
    padding-left: 40px;
    background-color: #f5f5f5;
    font-size: 2.4rem;
    color: #333;
    vertical-align: middle;
}
.tbl_solq br {
    display: none;
}

/* 솔루션 Archiview NX */
.aNx .sol_spec .part .pic img {
	width: 72%;
}
.aNx .sol_spec .part .uls {
	width: 50%;
	margin: 0 auto;
	margin-top: 4.0rem;
}
.aNx .sol_spec .part .uls li {
	font-size: 2.4rem;
}


/* ixeb iworks */
.itb .table_ex1 TH {
    height:30px;
    border-right:1px solid #fff;
    background:#48a4db;
    font-size:15px;
    color:#fff;
    vertical-align:middle;
}
.itb .table_ex1 TD {
    height:150px;
    background-color:#fff;
    vertical-align:middle;
    text-align:center;
}
.itb .table_ex2 TD {
    height:10px;
    background-color:#fff;
    vertical-align:middle;
    text-align:center;
}
.list3col {
    margin-top:10px;
    text-align:center;
}
.list3col LI {
    display:inline-block;
    padding:20px;
    box-sizing:border-box;
}
.list4col LI {
    display:inline-block;
    margin:10px;
    padding:0px;
    box-sizing:border-box;
}

/* 채용정보 */
.careerType {
	width: 1638px;
    margin: 0 auto;
	margin-top: 10.0rem;
}
.careerType .careerTypeGrid ul {
    display: flex;
    justify-content: space-between;
}
.careerType .careerTypeGrid ul li {
    width: 32%;
    padding: 0 0 12.0rem;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    text-align: center;
}
.careerType .careerTypeGrid ul li .img {
    margin-bottom: 4.2rem;
}
.careerType .careerTypeGrid ul li .img img {
	width: 40%;
	max-width: 100%;
}
.careerType .careerTypeGrid ul li .title {
    padding: 8rem 0 3.0rem;
    font-size: 4.8rem;
    color: #333;
    font-weight: 900;
}
.careerType .careerTypeGrid ul li .sub {
    width: 40.0rem;
    margin: 0 auto;
    font-size: 2.4rem;
    color: #999;    
}
.welfare {
    width: 1638px;
    margin: 0 auto;
    margin-top: 10.0rem;
}
.welfare .welfareGrid ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 2.8rem;
}
.welfare .welfareGrid ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24%;
    padding: 4.0rem 0;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    text-align: center;
    font-size: 2.4rem;
    color: #333;
    font-weight: 500;
}
.careerStep {
	overflow: hidden;
    width: 1638px;
    margin: 0 auto;
    margin-top: 10.0rem;
}
.careerStep .careerStepGrid ul {
    display: flex;
    justify-content: space-between;
}
.careerStep .careerStepGrid ul li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24%;
    padding: 4.0rem 0;
    text-align: center;
    font-size: 2.4rem;
    color: #333;
    font-weight: 500;
}
.careerStep .careerStepGrid ul li:after {
    content: "";
    position: absolute;
    top: 38px;
    right: -118px;
    display: block;
    width: 180px;
    height: 40px;
    background-image: url("../../images/2024/sub/carrer_step_arrow.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
}
.careerStep .careerStepGrid ul li:last-child:after {
    background-image: none;
}
.careerStep .etc {
    margin-top: 8.0rem;
    text-align: center;
    font-size: 1.8rem;
    color: #999;
    font-weight: 400;
}
.careerQ {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 92.0rem;
    background-image: url("../../images/2024/sub/career_bg.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.careerQ h2 {
    font-size: 7.2rem;
    color: #fff;
    font-weight: 900;
    text-align: center;
    letter-spacing: 4px;
}
.ckForm {
    width: 1638px;
    margin: 0 auto;
    margin-top: 12.0rem;
}
.ckForm .contact, 
.ckForm .privacy, 
.ckForm .formMail {
    margin-bottom: 120px;
}
.ckForm .text_area {
    overflow-y: scroll;
    padding: 3.6rem 3.0rem;
    font-size: 1.8rem;
    color: #555;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background-color: #fff;
}
.ckForm .text_area p {
    margin-bottom: 1.0rem;
}
.ckForm .input_check {
    width: 1638px;
    margin: 0 auto;
    padding: 2.0rem 0;
    font-size: 2.0rem;
    color: #555;
}
.ckForm .input_check input {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.ckForm table{   
    border: 1px solid #b8b8b8;
    border-right: none;
    border-left: none;
}
.ckForm table th,
.ckForm table td {
    padding: 2.0rem 0;
    text-align: left;
    box-sizing: border-box;
}
.ckForm table th {
    width: 12%;
    padding-left: 30px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 1.8rem;
    color: #333;
    vertical-align: middle;
}
.ckForm table td {
    width: 88%;
    padding-left: 30px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 1.8rem;
    color: #333;
}
.ckForm table td .tel {
    font-size: 2.4rem;
    color: #333;
}
.ckForm table td a {
    margin-left: 20px;
    color: #0066cc;
    text-decoration: underline;
}
.ckForm .formMail input {  
    padding: 1.0rem 1.0rem;
    border: 1px solid #ccc;
}
.ckForm .formMail input.maininput {
	width: 90%;
}
.ckForm .formMail textarea {
    width: 90%;
    padding: 8px;
    border: 1px solid #ccc;
    height: 100px;
    font-family: inherit;
}
.ckForm .formMail .btnInq {
    margin-top: 4.0rem;
    text-align: center;
}
.ckForm .formMail .btnInq a {
    padding: 1.5rem 4.0rem;
    background-color: #333;
    font-size: 1.8rem;
    color: #fff;
}
.ckForm .formMail .spot {
    color: #cc0000;
}
.ckForm .formMail .doc_download a {
    color: #1a458e;
    text-decoration: underline;
}

/* 고객문의 */
.location .companyTransport {
    position: relative;
    width: 69%;
    margin-top: 2.0rem;
    padding: 5.3rem;
    background-color: #f6f6f6;
    border-radius: 0px;
}
.location .companyTransport h3 {
    position: absolute;
    top: 54px;
    left: 50px;
}
.location .companyTransport .transList {
    display: flex;
    align-items: center;
}
.location .companyTransport .subway .subway5 {
    display: inline-block;
    width: 3.3rem;
    height: 3.3rem;
    font-size: 2.4rem;
    color: #fff;
    font-weight: 800;
    text-align: center;
    background-color: #b471ba;
    border-radius: 100%;
    vertical-align: middle;
}
.location .companyTransport .subway .subway3 {
    display: inline-block;
    width: 3.3rem;
    height: 3.3rem;
    font-size: 2.4rem;
    color: #fff;
    font-weight: 800;
    text-align: center; 
    background-color: #f4874d;
    border-radius: 100%;
    vertical-align: middle;
}
.location .companyTransport .subway li {
    font-size: 2.0rem;
    color: #333;
}
.location .companyTransport .bus {
    margin-left: 2.0rem;
}
.location .companyTransport .bus li {
    padding: 0.3rem;
    font-size: 1.8rem;
}
.supportMain {
    width: 1638px;
    margin: 0 auto;
    margin-top: 200px;
    font-size: 6.0rem;
    color: #0a183d;
    font-weight: 800;
}

/* 사업영역 */
.publicMain {
    width: 1638px;
    margin: 0 auto;
    margin-top: 23.0rem;
    text-align: left;
}
.publicBs {
    width: 1638px;
    margin: 0 auto;
    margin-top: 10.0rem;
}
.publicBs .arena {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14.0rem;
}
.publicBs .arena .arena_l {
    padding-right: 12.0rem;
}
.publicBs .arena .bs_summary {
    font-size: 3.6rem;
    color: #999;
    font-weight: 400;
}
.publicBs .arena .bs_title {
    font-size: 4.8rem;
    color: #0a183d;
    font-weight: 800;
}
.publicBs .arena .bs_sub {
    margin-bottom: 4.0rem;
    font-size: 2.4rem;
    color: #999;
    font-weight: 400;
}
.publicBs .arena .bs_summary {
    font-size: 2.4rem;
    color: #666;
    font-weight: 400;
}
.publicBs .arena .arena_r img {
    border-radius: 4px;
}
.publicBs .arena.opp {
    flex-direction: row-reverse;
}
.publicBs .arena.opp .arena_l {
    padding-left: 12.0rem;
    padding-right: 0rem;
}
.performance {
	display: flex;
	justify-content: space-between;
    width: 1638px;
    margin: 0 auto;
    margin-top: 8.0rem;
}
.performance h3 {
	width: 25%;
}
.performance .performanceList {
	width: 75%;
}
.performanceList ul {
	border-top: 1px solid #e5e5e5;
}
.performanceList li {
	display: flex;
	justify-content: space-between;
    align-items: center;
    padding: 2.4rem 0;
    border-bottom: 1px solid #e5e5e5;
}
.performanceList li em {
	width: 70%;
	font-size: 2.0rem;
    color: #333;
}
.performanceList li .info {
	display: flex;
	justify-content: space-between;
    align-items: center;
    width: 30%;
    font-size: 1.8rem;
    color: #999;
}
.performanceList li .info .tim {
	font-size: 1.8rem;
}
.performanceList li .info .org img {
	width: 110px;
}

/* nocode */
.aiMain {
    width: 1638px;
    margin: 0 auto;
    margin-top: 30.0rem;
}
.aiMain h2 {
    margin-bottom: 2.8rem;
    font-size: 4.8rem;
    color: #0a183d;
    font-weight: 700;
    letter-spacing: -1px;
}
.aiMain .h2sub {
    font-size: 2.4rem;
    color: #999;
}
.nocodeAi {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 1638px;
    margin: 0 auto;
    column-gap: 11.0rem;
}
.nocodeAi img {
    width: 30%;
    max-width: 100%;
}
.nocodeAi .nocodePlatform em {
    display: block;
    margin-bottom: 2.8rem;
    font-size: 3.6rem;
    color: #333;
    font-weight: 700;
}
.nocodeAi .nocodePlatform .det {
    width: 678px;
    font-size: 2.4rem;
    color: #666;
}
.aiCore {
    width: 1638px;
    margin: 0 auto;
    margin-top: 10.0rem;
}
.aiCore h3 {
    margin-bottom: 10.0rem;
}
.aiCore .core3 {
    display: flex;
    justify-content: space-between;
    column-gap: 24px;
}
.aiCore .core3 {
    position: relative;
    padding-top: 7.0rem;
}
.aiCore .core3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 1px;
    background-color: #0033cc;
}
.aiCore .core3 .coreItem {
    position: relative;
}
.aiCore .core3 .coreItem::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -67px;
    width: 59px;
    height: 8px;
    background-image: url("../../images/2024/sub/ai-right.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    transform: translate(-50%, 0);
}
.aiCore .core3 .coreItem em {
    display: block;
    margin-bottom: 3.0rem;
    font-size: 3.0rem;
    color: #333;
    text-align: center;
}
.aiCore .core3 .coreItem ul {
	min-height: 264px;
    padding: 4.0rem;
    padding-left: 6.0rem;
    background-color: #f5f5f5;
}
.aiCore .core3 .coreItem ul li {
    margin-bottom: 1.0rem;
    font-size: 1.8rem;
    list-style-type: square;
}

/* 스마트빌딩 */
.smartMain {
    width: 1638px;
    margin: 0 auto;
    margin-top: 23.0rem;
    font-size: 3.0rem;
    color: #0a183d;
    font-weight: 600;
    letter-spacing: -1px;
    text-align: left;
}
.smartBdService {
    width: 1638px;
    margin: 0 auto;
}
.smartBdService .smartChart {
    margin-top: 12.0rem;
    text-align: center;
}
.smartBdService .smartChart .caption {
    margin-top: 4.0rem;
    font-size: 3.0rem;
    color: #333;
    font-weight: 600;
}
.smartBdService .smartCase {
    margin-top: 23.0rem;
}
.smartBdService .smartCase .serviceWrap {
    display: flex;
    flex-direction: column;
}
.smartBdService .smartCase .serviceWrap .dbuild {
    display: flex;
    justify-content: space-between;
}
.smartBdService .smartCase .serviceWrap .dbuild li {
    width: 40.0rem;
    text-align: center;
}
.smartBdService .smartCase .serviceWrap .dbuild li img {
    width: 100%;
}
.smartBdService .smartCase .serviceWrap .dbuild .caption {
    margin-top: 1.0rem;
    font-size: 2.4rem;
    color: #333;
}
.smartBdService .smartCase .serviceWrap .dbuild_cen {
    display: inline-block;
    width: auto;
    margin: 10.0rem;
    padding: 3.0rem 10.0rem;
    text-align: center;
    border: 1px solid #666;
    font-size: 3.0rem;
    color: #333;
    font-weight: 600;
    border-radius: 600px;
}

/* RnD */
.rndMain {
    width: 1638px;
    margin: 0 auto;
    margin-top: 20.0rem;
}
.rndMain h2 {
    margin-bottom: 2.8rem;
    font-size: 4.8rem;
    color: #0a183d;
    font-weight: 700;
    letter-spacing: -1px;
}
.rndMain .h2sub {
    font-size: 2.4rem;
    color: #999;
}
.rndMain img {
    width: 100%;
    max-width: 100%;
    margin: 6.0rem 0 18.0rem;
}
.rndWork {
    display: flex;
    justify-content: space-between;
    width: 1638px;
    margin: 0 auto;
    margin-bottom: 18.0rem;
}
.rndWork h3 {
    width: 20%;
}
.rndWork img {
	width: 20%;
    max-width: 100%;
}
.rndWork .work4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 3.0rem;
    width: 80%;
}
.rndWork .work4 .workItem {
    width: 49%;
    padding: 8.0rem;
    background-color: #f5f5f5;
}
.rndWork .work4 .workItem em {
    display: block;
    margin-bottom: 2.0rem;
    font-size: 3.6rem;
    color: #333;
}
.rndWork .work4 .workItem .det {
    display: block;
    font-size: 2.4rem;
    color: #999;
}
.rndBranch {
    display: flex;
    justify-content: space-between;
    width: 1638px;
    margin: 0 auto;
}
.rndBranch h3 {
    width: 20%;
}
.rndBranch img {
    display: block;
    width: 100%;
    max-width: 100%;
}
.rndBranch .branch4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 3.0rem;
    width: 80%;
}
.rndBranch .branch4 .branchItem {
    width: 49%;
}
.rndBranch .branch4 .branchItem em {
    display: block;
    padding: 4.0rem 0;
    font-size: 2.4rem;
    color: #333;
    text-align: center;
}

/* 개인정보 처리방침 */
.policy h2 {
	margin: 4.0rem 0;
	color: #333;
}
.policyView {
	width: 1320px;
	margin: 0 auto;
	margin-top: 4.0rem;
	padding: 4.0rem;
	font-size: 1.4rem;
	background-color: #f5f5f5;
}
.policyView .tt {
	padding: 2.0rem 0;
	font-size: 1.8rem;
	color: #333;
	font-weight: bold;
}





















/* 2026 CSS 추가 */
/* AIRND */
.service-grid {
	display: flex;
	width: 100%;
	margin: 0 auto;
	gap: 36px;
}
.service-grid .service-card {
	width: 100%;
}
.service-grid .service-card .logo-box {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 100px 0;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
.service-grid .service-card .logo-box.cs100 img {
	height: 100px;
}
.service-grid .service-card .logo-box.cs80 img {
	height: 80px;
}
.service-grid .service-card p {
	margin-top: 26px;
}
.service-grid .service-card p span {
	display: block;
	padding: 6px 24px;
	font-size: 24px;
}
/* IDEUM */
.ideumTab ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
}
.ideumTab li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 413px;
	height: 60px;
	border: 1px solid #000;
	font-size: 24px;
	color: #000;
	font-weight: 500;
	border-radius: 4px;
	transition: all 0.3s ease;
}
.ideumTab li.on a {
	background-color: #000;
	color: #fff;
}
.ideumTab li a:hover {
	background-color: #000;
	color: #fff;
	font-weight: 500;
}
/* 이듬페이지 */
.prd_main,
.prd_main2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	width: 100%;
}
.prd_main .intro
.prd_main2 .intro {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	flex: 1;
}
.prd_main .intro p img,
.prd_main2 .intro p img {
	display: block;
	height: 50px;
	margin-bottom: 27px;
}
.cap .copy_l {
	font-size: 4.8rem !important;
    color: #0a183d;
    font-weight: 900;
    line-height: 100%;
}
.cap .copy_m {
	font-size: 3.8rem;
    color: #0a183d;
    font-weight: 400;
    line-height: 130%;
}
.cap .copy_m strong {
    font-weight: 700;
}
.cap .copy_s {
	margin-top: 24px;
	font-size: 2.4rem;
    color: #999;
}
.prd_main .intro .appdemo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 4px;
	width: fit-content;
	margin-top: 50px;
	padding: 10px 20px;
	border:1px solid #000;
	border-radius: 4px;
	font-size: 18px;
	color: #000;	
}
.prd_main .vhero {
	display: flex;
	align-items: center;
}
.prd_main .vhero img {
	max-width: 980px;
}
.pr_vis.cs1 {
	padding: 36px 0 50px;
}
.pr_vis.cs2 {
	padding: 50px 0 50px;
}
.pr_vis img {
	width: 100%;
}
.pr_vis img.pc {
	display: block;
}
.pr_vis img.mb {
	display: none;
}
.pr_detail {
	margin-bottom: 24px;
	font-size: 2.4rem;
    color: #333;
}
.pr_detail li {
	margin-left: 12px;
	margin-bottom: 12px;
}

.pr_function {
	margin-top: 36px;
}
.pr_function > ul {
	display: flex;
	gap: 36px;
	width: 100%;
}
.pr_function > ul > li {
	border: 1px solid #e5e5e5;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
	border-radius: 8px;
	flex: 1;
}
.pr_function > ul > li .dt {
	padding: 50px 0 30px;
	text-align: center;
	font-size: 30px;
	color: #000;
	font-weight: 400;
}
.pr_function > ul > li .dd {
	padding: 40px;
	font-size: 20px;
	color: #333;
}
.pr_function > ul > li .dd li {
	margin-bottom: 12px;
}

.pr_ux {
	display: flex;
	gap: 36px;
	margin-top: 36px;
}
.pr_ux ul {
	display: flex;
	flex-wrap: wrap;
	gap: 36px;
	width: 100%;
}
.pr_ux ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #e5e5e5;
	/*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);*/
	border-radius: 8px;
	width: calc(50% - 18px);
	padding: 75px 48px 75px 0;
}
.pr_ux > ul > li > p {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pr_ux > ul > li > div {
	flex: 2;
}
.pr_ux ul li div .dt {
	font-size: 28px;
	color: #000;
	font-weight: 600;
}
.pr_ux ul li div .dd {
	font-size: 20px;
	color: #999;
}

.pr_ex {
	
}
.pr_ex ul {
	height: 20dvh;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
}
.pr_ex ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 262px;
	height: 135px;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	text-align: center;
}
.pr_ex ul li .dt {
	font-size: 24px;
	color: #000;
	font-weight: 600;
}
.pr_ex ul li .dd {
	font-size: 18px;
	color: #999;
}


.pr_st {
	display: flex;
	gap: 36px;
	margin-top: 36px;
}
.pr_st ul {
	display: flex;
	flex-wrap: wrap;
	gap: 36px;
	width: 100%;
}
.pr_st ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #e5e5e5;
	/*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);*/
	border-radius: 8px;
	width: calc(50% - 18px);
	padding: 75px 48px 75px 0;
}
.pr_st > ul > li > p {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pr_st > ul > li > div {
	flex: 2;
}
.pr_st ul li div .dt {
	font-size: 28px;
	color: #000;
	font-weight: 600;
	margin-bottom: 14px;
}
.pr_st ul li div .dd {
	display:block;
	font-size: 20px;
	color: #999;
}
.pr_st ul li div .half {
	display: flex;
	gap: 36px;
}

.orgs {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 88px;
	margin-top: 200px;
}
.orgs .op {
	flex: 3;
}
.orgs .op img {
	width: 100%;
	border-radius: 8px;
}
.orgs .office,
.orgs .blog {
	position: relative;
	flex: 1;
}
.orgs .office span {
	display: block;
	margin-top: 48px;
	font-size: 24px;
	color: #666;
	font-weight: 400;
}
.orgs .blog span {
	display: block;
	font-size: 36px;
	color: #333;
	font-weight: 600;
}
.orgs .site {
	display: block;
	width: fit-content;
	margin-top: 24px;
	padding: 10px;
	cursor: pointer;
	border-radius: 18px;
}
.orgs .site:hover {
	background-color: #eee;
}

/* Contact Us */
.location {
    display: flex;
    justify-content: space-between;
    width: 1638px;
    margin: 0 auto;
    margin-top: 20.0rem;
}
.offices {
	display: flex;
	gap: 14px;
	width: 100%;
}
.offices .cinfo {
    display: flex;
    flex-direction: column;
    width: calc(50% - 7px);
    padding-top: 12rem;
    border-radius: 8px;
}
.offices .cinfo h2 {
	width: 100%;
	margin-bottom: 12px;
	font-size: 24px;
	color: #333;
	font-weight: 300;
}
.offices .branch .companyAddress {
	background-color: #3366ff;
}
.offices .headoffice .companyAddress {
	background-color: #000;
}
.offices .cinfo .companyAddress {
	width: 100%;
	padding-top: 200px;
}
.offices .cinfo .office {
    position: relative;
    width: fit-content;
    margin: auto;
    margin-bottom: 1.5rem;
    font-size: 2.4rem;
    color: #fff;
    opacity: .5;
    font-weight: 400;
}   
.offices .cinfo .office::before {
    content: "";
    position: absolute;
    top: -44px;
    left: -60px;
    display: block;
    width: 59px;
    height: 77px;
    background-image: url("../../images/2024/sub/support_ico_01.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: ;
}
.offices .cinfo .addr1 {
    margin-bottom: 4.0rem;
    font-size: 3.0rem;
    color: #fff;
    font-weight: 400;
    text-align: center;
}
.offices .cinfo .addr2 {
    margin-bottom: 6.8rem;
    font-size: 2.0rem;
    color: #fff;
    font-weight: 400;
    text-align: center;
}
.offices .cinfo .zipcode {
    margin-bottom: 10.0rem;
    font-size: 2.0rem;
    color: #fff;
    font-weight: 400;
    text-align: center;
    opacity: .5;
}
.offices .companyInfo {
	padding: 4.0rem 0 ;
	text-align: left;
}
.offices .companyInfo ul {
	padding-left: 100px;
	border-left: 1px solid #000;
}
.offices .companyInfo li {
	padding: 12px 0;
	font-size: 2.4rem;
    color: #333;
    font-weight: 400;
}





/* js-move 
.overview {
  transform: translateY(10rem);
  opacity: 0;    
}
.overview.move {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s;
  transition-delay: 0.3s;     
}
*/

