@font-face {
    font-family: 'Cafe24Dangdanghae';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.2/Cafe24Dangdanghae.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#wrap {

}

.video_box {
    position: relative;
 
 }
 
 .video_box > video {
     /* filter: brightness(0.7); */
 }
 
 .video_text {
     padding: 20px 0;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     width: 100%;
     color: #fff;
     font-size: 14px;
     text-align: left;
     line-height: 1;
     text-shadow: 0px 0px 10px black;
     background-color: rgb(0 0 0 / 45%);
     margin: 20px 0;
 }
 
 
 .video_text_p {
     text-align: center;
     margin: 0;
     font-family: "Cafe24Dangdanghae", sans-serif;
     margin: 0 auto;
     padding: 0 5% 0 5%;
     position: relative;
 }

 .video_text_p > p:first-child {
    font-size: 15px;
 }

 .video_text_p > .stitle {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 15px;
 }

 .intr_title {
    text-align: center;
    padding: 7% 0;
    font-family: "Cafe24Dangdanghae", sans-serif;
}

.intr_title > div:first-child {
    margin-bottom: 15px;
    font-size: 25px;
}

.intr_title>div:last-child {
    line-height: 1.5;
    font-size: 14px;
}

 .intr_title > div > img {
    width: 10%;
    vertical-align: middle;

 }

 .section_div {
    width: 100%;
    padding-bottom: 7%;
 }

 .image-container {
    position: relative;
}

.top_logo {
	display:flex;
	align-items:center;
	    justify-content: space-between;
}


 .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    height: 100%;
    background: rgba(0, 0, 0, 0.555);
    transition: background 0.5s ease;
    cursor: pointer;
    border-radius: 20px;
}

.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    opacity: 1;
    transition: opacity 0.5s ease;
}


.image-hover {
    border-radius: 20px;
    width: 80%;
    margin: 0 auto;
}

.sub_backimg {
    background: url(https://sjinfotec.com/new/assets/img/container_back.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sub_icon_img {
    width: 90%;
    display: block;
    margin: 5% auto 5% auto;
    text-align: center;
}

.maincontent_wrap {
    display: block;
    text-align: center;
    margin: 5% auto;
}

.pro-div > p > img {
    display: block;
    margin: 0 auto;
}

.pro_title {
    color: #f18e2d;
    text-align: center;
    padding: 15px 0;
    font-weight: bold;
    font-family: 'Roboto_m';
    font-size: 20px;
}

.pre-ul > li:nth-child(2n+1) {
   color: #2760ad;
   padding: 10px 0;
   font-weight: bold;
}

#sub_content {
}

#sub_content > .about_title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding: 20px 0;
}

.map {
    display: block;
    margin: 0 auto;
}

.address_text {
    width: 90%;
    display: block;
    margin: 20px auto;
}

.contact_box_right {
   padding: 20px 0;
}

.address_text > span {
    font-size: 13px;
}

.address_text > span > b {
    font-weight: bold;
    margin-right: 10px;
}

#sub_content_01 {
    margin: 5% 0
}

#sub_content {
    background-color: #f2f2f2;
}

.in_btn {
    border: none;
    background: #000;
    padding: 10px;
    margin: 30px 0;
}

.in_btn > a {
    text-decoration: none;
    color: #fff;
}

.navigation {
    position: absolute;
    top: 30%;
    left: 5.7%;
    color: #fff;
}

.navigation > .nav_list {
    display: flex;
}

.navigation > .nav_list > li > a {
    color: #fff;
    text-decoration: none;
}

.big_title {
    text-align: center;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 30px;
    font-weight: bold;
}

.parallax_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.parallax_company {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(https://sjinfotec.com/new/assets/img/bg/company_img.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
    width: 100%;
    height: 300px;
}

#company {
    margin: 0 auto 0 auto;
    position: relative;
    background: url(../img/bg/parallax_index_04.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 220px;
    display: flex;
    align-items: center;
}

.com_p_01 {
    position: absolute;
    top: 24%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    width: 100%;
    text-align: center;
    line-height: 1.5;
}

.com_p_01::before {
    content: "\201C";
    font-size: 2em;
    font-family: Georgia;
    color: #fff;
}

.com_p_01::after {
    content: "\201D";
    font-size: 2em;
    font-family: Georgia;
    color: #fff;
}

.com_p_02 {
    text-align: center;
    font-size: 12px;
    line-height: 2;
    background-color: #fff;
    width: 80%;
    position: relative;
    margin: -30% auto 0 auto;
    font-weight: 500;
}

.com_p_02 > p {
    padding: 10px;
}

.main_top {
    background-image: url(https://sjinfotec.com/new_copy_ver2/assets/img/bg/top_index.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
    height: 200px;
}

.tag_img > img {
    width: 100%;
}

.img_box > div > img {
    width: 100%;
}

.ki_img_box > div > ul > li > img {
    width: 90%;
}

.sol_ul {
    background-color: #2760ad;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.sol_ul > .chkOn {
    width: 25%;
    padding: 10px 0;
}

.click_a {
    color: #fff;
    text-decoration: none;
}

.bx-chevron-down {
    color: #fff;
    font-size: 30px;
    vertical-align: sub;
}

.hidden {
    display: none;
}

/* 키오스크 페이지 */

.img_container {
    text-align: center;
    background-color: #142038;
}

.img_container > .container_overlay > .img_title {
    color: #fff;
}

.img_container > .container_overlay > .img_title > p:first-child {
    font-size: 35px;
    padding: 30px 0;
    font-weight: bold;
}

.img_container > .container_overlay > .img_title > p:nth-child(n+2) {
    line-height: 1.5;
    padding: 0 15px;
    font-size: 14px;
}

.img_container > .container_overlay > .img_box > div > img {
    width: 80%;
    border-radius: 20px;
    margin: 20px 0;
}

.ki_container  {
    background-color: #f2f2f2;
    padding-bottom: 35px;
}

.ki_container > .kiosk_title {
    text-align: center;
}

.ki_container > .kiosk_title > p:first-child  {
    font-size: 35px;
    padding: 30px 0;
    font-weight: bold;
    color: #064694;
    letter-spacing: 2px;
}

.ki_container > .kiosk_title > p:last-child {
    padding: 0 20px 35px 20px;
    line-height: 1.5;
    font-size: 15px;
} 

.kiosk_list {
    margin-bottom: 35px;
}

 .kiosk_list > ul > li > div {
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
}

.kiosk_list > ul > li > div > img {
    width: 35%;
}

.kiosk_list > ul > li > div > p {
    font-size: 13px;
}

.kiosk_list > ul {
    display: flex;
    flex-wrap: wrap;
}

.kiosk_list > ul > li  {
    border-radius: 50%;
    width: 170px;
    height: 170px;
    margin: 2% auto;
    font-size: 18px;
    line-height: 1.5;
    position: relative;
    background-color: rgba(255, 255, 255, 0.596);
    padding: 15px;
    box-sizing: border-box;
}

.ki_img_box {
    text-align: center;
}

.kiosk_img {
	display: block;
    width: 60%;
    margin: 3% auto;
}


/* 알림톡 페이지 */

.mobile_container {
}

.talk-wrap > ul > li > div {
    margin-bottom: 30px;
}

.talk-wrap > ul > li > div > p:last-child {
    text-align: center;
    line-height: 1.5;
    padding: 0 20px;
}

.talk_p {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    color: #3498db;
    padding: 30px 0;
}

.sub-content {
    background-color: #f2f2f2;
    padding: 20px 0;
}

.sub-menu > div > img {
    width: 50%;
}

.sub-menu > p {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 5% auto;
}

.sub-menu > div {
    text-align: center;
}

.sub02 > div {
    display: flex;
    justify-content: space-evenly;
}

.sub02 > div > img {
    width: 40% !important;
}

/* 모바일초청장 페이지 */

.mobile_div {
}

.mobile_div > .mobile_01 > .mo_text > span {
    text-align: center;
    display: block;
    padding: 30px 0;
    font-size: 25px;
    font-weight: bold;
    background-color: #0042a2;
    color: #fff;
}

.mobile_div > .mobile_01 > .mo_text > p {
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
}

.mobile_img_01 {
    display: flex;
    justify-content: space-evenly;
}

.mobile_img_01 > img {
    width: 45%;
}

.mobile_div > .mobile_02 > .mo_text > span {
    text-align: center;
    display: block;
    padding: 30px 0;
    font-size: 25px;
    font-weight: bold;
    background-color: #0042a2;
    color: #fff;
    margin: 5% auto;
}

.mobile_div > .mobile_02 > .mo_text > p {
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
}

.mobile_img > img {
    margin: 30px 0;
}

/* 고객관리시스템 */

.viscat_img_div {

}

.viscat_img_div > .viscat_text {
}

.viscat_img_div > .viscat_text > p {
    text-align: center;
}

.viscat_text > .title01 {
    font-size: 30px;
    padding: 20px 0;
    font-weight: bold;
    text-align: center;
}

.viscat_text > .title02 {
    font-size: 13px;
    text-align: center;
}

.viscat-list-01 > li {
    font-size: 18px;
    line-height: 2;
    position: relative;
    text-align: center;
    margin: 5% auto;
}

.number {
    color: #3498db;
    font-weight: bold;
    font-size: 30px;
    padding: 10% 0;
}

.viscat-list > li > div > p {
    font-size: 14px;
}

.viscat_img  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.viscat_img > img {
    width: 40%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.viscat_list {
    width: 60%;
    height: 170px;
    background: #ffffff42;
    box-shadow: 8px 2px 62px 0px rgba(43, 64, 110, 0.09);
    border-radius: 25px;
    padding: 20px;
    margin: 5% auto;
    text-align: center;
}

.viscat_list > div > span {
    display: block;
    text-align: center;
}

.viscat_list > div > .text {
    display: block;
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
}

.smart_img_div_img {
    display: flex;
}

.smart_img_div_img > img {
    width: 50%;
}

/* 네임택 페이지 */

.nametag_wrap > p {
    text-align: center;
    font-size: 30px;
    padding: 5% 0;
    font-weight: bold
}

.sub-title > p {
    padding: 10px 5px;
    font-size: 15px;
}

.nametag_img_02  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly
}

.nametag_img_02 > img {
    width: 30%;
    height: 150px;
    margin: 5px 0;
}

.nametag_img_01 > img {
    width: 100%;
}

.nametag_img_03 > img {
    width: 100%;
}

.etc_container {
    background-color: #f3f3f9;
}


.etc_container > div > ul > li > .etc_p {
    font-size: 25px;
    font-weight: bold;
    padding: 10px 5px;
}

.etc_container > div > ul > li > .etc_p > span {
    color: #3498db;
}

.etc_content > p {
    padding: 10px 5px;
    line-height: 1.5;
    font-size: 14px;
    border-bottom: 2px solid #ccc;
    margin: 0 20px;
}


.event_container > div > ul > li > div {
    display: flex;
    align-items: center;
}

.event_div {
    margin: 10px;
    border-bottom: 1px solid #ccc;
    padding: 0 5px;
}

.event_div > img {
    width: 18%;
}

.event_div > span {
    font-size: 12px;
    vertical-align: middle;    
    line-height: 1.5;
    padding: 0 10px;
}

.portfolio-item > a > img {
    width: 100%;
}

.lead {
    font-size: 15px;
    margin-top: 20px;
}

#inquire {
    
}

.bxs-edit-alt {
    font-size: 20px;
    vertical-align: middle;
}

.contect_title {
    margin: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 15px;
}

.contect_title > span:last-child {
    float: right;
}

.inqu_input , .textarea2 {
    border: 1px solid #ccc;
    padding: 5px;
    height: 30px;
    width: 95%;
}

.inqu_div> div {
    padding: 20px;
}

.inqu_div2 {
    padding: 20px;
}

.inqu_div > div > p {
    margin-bottom: 10px;
    font-weight: bold;
}

.inqu_div2 > p {
    margin-bottom: 10px;
    font-weight: bold;
} 

.btn_div {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}


.btn_div > button {
    border: none;
    background-color: #000;
    color: #fff;
    padding: 15px;
    width: 50%;
    cursor: pointer;
    letter-spacing: 2px;
}


.tab-btn {
    border: 1px solid #ccc;
    margin: 10px 0;
    height: 50px;
    width: 30%;
    font-weight: bold;
    font-size: 17px;
    padding-left: 10px;
}

.section-inner > .container > .row {
    padding: 10px;
}

.tabcontent {
    display: none;
}
.tabcontent.current {
    display: block;
}

.solution_list {
    position: relative;
}

.modal_btn {
    border: none;
    background-color: #2760ad;
    padding: 10px;
    border-radius: 10px;
}

.modal_btn > a {
    color: #fff;
    text-decoration: none;
}

/*통역시스템 css*/

/* 전체 영역 */
.rtls {
  background: #f4f6f9;
  padding: 60px 0;
/*  width:1500px;*/
}

.rtls__title {
text-align: center;
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 60px;
    line-height: 1.3;
}

.rtls_div {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  padding: 40px 50px;
  margin: 0 auto;
}

/* 본문 컨테이너 */
.rtls__body {
  max-width: 1300px;
  margin: 0 auto;
}

/* 3개 모듈 래핑 */
.rtls__module-list {
  display: flex;
  justify-content: center;
  gap: 60px;
  padding: 40px 0;
  flex-wrap: wrap; /* 반응형 */
}

/* 카드 박스 */
.rtls-module {
  width: 330px;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0,0,0,0.06);
  transition: 0.3s ease;
}

.rtls-module:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* 타이틀 */
.rtls-module__title {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  padding: 18px 0;
  background: #f2f2f2;
  letter-spacing: 0.5px;
}

/* 리스트 박스 */
.rtls-module__feature-list {
  padding: 22px 20px;
  font-size: 15px;
  line-height: 1.7;
  border-radius: 0 0 16px 16px;
  color: #fff;
  font-weight: 400;
  height: 100%;
}

.rtls-module__feature {
  margin-bottom: 12px;
}

.rtls-module__feature:last-child {
  margin-bottom: 0;
}

/* 반응형 */
/*@media (max-width: 1024px) {*/
/*  .rtls__module-list {*/
/*    gap: 40px;*/
/*  }*/
/*}*/
/**/
/*@media (max-width: 768px) {*/
/*  .rtls_div {*/
/*    padding: 30px 20px;*/
/*  }*/
/**/
/*  .rtls-module {*/
/*    width: 100%;*/
/*    max-width: 360px;*/
/*  }*/
/*}*/

.rtls-viewer__image-wrap {
	background: #fff;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
/*    padding: 40px 50px;*/
    margin: 0 auto;
}


.rtls-viewer {
	margin:3%;
}

.rtls-viewer__image-wrap > img {
	display: block;
	margin:0 auto;
	width:100%;
}

  .pse-wrapper {
/*    max-width: 1150px;*/
    margin: 60px auto;
    padding: 0 20px;
  }

  .pse-grid {
    display: block;
  }

  /* 카드 전체 */
  .pse-card {
    display: flex;
    background: #fff;
    border-radius: 20px;
    padding: 28px 30px;
    align-items: center;
    box-shadow:
      0 8px 20px rgba(0,0,0,0.06),
      0 3px 6px rgba(0,0,0,0.04);
    transition: 0.3s ease;
	margin-bottom:20px;
  }

  .pse-card:hover {
    transform: translateY(-4px);
    box-shadow:
      0 12px 24px rgba(0,0,0,0.1),
      0 4px 8px rgba(0,0,0,0.06);
  }

  /* 동그라미 아이콘 */
  .circle {
    flex: 0 0 92px;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    margin-right: 26px;
  }

  /* 컬러톤 개선 */
  .p { background: linear-gradient(135deg, #7ecb31, #96d84d); }
  .v { background: linear-gradient(135deg, #228dd0, #4fb5ea); }
  .s { background: linear-gradient(135deg, #8e8e8e, #b5b5b5); }
  .e { background: linear-gradient(135deg, #cfcfcf, #e1e1e1); color: #444; }

  /* 텍스트 */
  .pse-info h3 {
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: 700;
    color: #1f1f1f;
  }

  .pse-info h3 span {
    font-size: 14px;
    color: #888;
    margin-left: 6px;
    font-weight: 500;
  }

  .pse-info ul {
    margin: 0;
    padding-left: 18px;
    color: #555;
    font-size: 14px;
    line-height: 1.6;
  }
  
  .ai-wrap {
	display:block;

  }
  
  .ai_div > .al_img_02 {
	height:418px;
  }
  
    .ai_div >  p {
		color:#fff;
		padding:20px 0;
		font-size:20px;
	}
	
	.etc_li {
		padding:20px;
	}