@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Open+Sans:wght@300;400;600;700&display=swap");
body {
  font-family: 'Open Sans', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding3 {
  padding: 55px 0;
}

.layout_padding2-top {
  padding-top: 35px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

/*heading 컨테이너 공통*/
.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 35px;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
  color:  #0a0a0ace; /* 투명한 배경 */
}

.heading_container h2 span {
  color: #0a97b0;
}

.heading_container p {
  margin-top: 10px;
  color: #faf6f6d3;
  font-weight: bold;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}


a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.hero_area {
  position: relative;
  min-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/*header section
menu.html css
상단의 navigator nemu bar 구성
*/

.sub_page .hero_area {
  min-height: auto;
}

.sub_page .header_section {
  margin-top: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.header_section .header_top {
  padding: 0 0;
  background-color: #04233b;
}

.header_section .header_bottom {
  background-color: #ffffff;
  padding: 0 0;
}

.header_section .header_bottom .container-fluid {
  padding-right: 25px;
  padding-left: 10px;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 24px;
  color: #000000;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #0a1bb0ab;
  font-weight: bold;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #000000;
}

.custom_nav-container .nav_search-btn:hover {
  color: #000000;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #000000;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}
/*end header section*/


/* main section 
main.html 화면의 css를 구성함*/
.main_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-top: 140px;    /* 상단 패딩 105픽셀 */
  padding-bottom: 240px; /* 하단 패딩 155픽셀 */
  background-image: url('/static/images/web.jpeg'); /* 정적 파일의 경로 */
  background-size: cover; /* 이미지가 전체 영역을 덮도록 설정 */
  background-position: center; /* 이미지를 중앙에 배치 */
  min-height: 100vh; /* 화면 전체 높이를 사용하도록 설정 */
}

.main_section .slider_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  
}

.main_section .slider_bg_box img {
  position: absolute; /* 이미지를 절대 위치로 설정 */
  top: 50%; /* 세로 중앙 */
  left: 50%; /* 가로 중앙 */
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%); /* 중앙 정렬 */
}

.main_section .slider_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(37, 37, 37, 0.9)), to(rgba(37, 37, 37, 0.7)));
  background: linear-gradient(to right, rgba(37, 37, 37, 0.9), rgba(37, 37, 37, 0.7));
}

.main_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_section #hotsway_main {
  width: 100%;
  position: unset;
}

.main_section .detail-box {
  color: #04233b;
}

.main_section .detail-box h1 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 18px;
  color:  #050505f3; /* 투명한 배경 */
}

.main_section .detail-box p {
  color: #fefefe;
  font-size: 14px;
}

.main_section .detail-box .btn-box {
  display: flex;
  margin: 0 -5px;
  margin-top: 25px;
  margin-bottom: 25px;
  flex-wrap: wrap; /* 줄 바꿈 가능하게 설정 */
  justify-content: center; /* 버튼을 중앙 정렬 */
}

.main_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: calc(50% - 10px); /* 2개씩 배치하기 위해 너비 조정 */
}

.main_section .detail-box .btn-box .btn {
  display: inline-block;
  padding: 10px 13px;
  background-color: #b1b0b0ee; /* 투명한 배경 */
  color: #020202; /* 글자색: 하얀색 */
  border-radius: 20px; /* 둥근 모서리 */
  font-size: 17px; /* 폰트 크기 */
  text-transform: uppercase; /* 대문자로 변환 */
  transition: all .3s; /* 애니메이션 효과 */
  font-weight: bold;
  /* 3D Effects */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3), /* Soft shadow for depth */
  inset 0 3px 3px rgba(255, 255, 255, 0.1); /* Inner shadow for a beveled look */
  border: 1px solid rgba(255, 255, 255, 0.2); /* Light border */

}

/* 호버 효과 */
.main_section .detail-box .btn-box .btn:hover {
  background-color: #414144ef; /* 투명한 배경 */
  color: #ffffff; /* 호버 시 글자색: 하얀색 유지 */
}

.main_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
}

.main_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.main_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #272727;
}


/*login section start
login.html화면의 css를 구성함
*/

.login_section {

  display: flex;
  flex-direction: column;
  align-items: center; /* 수평 중앙 정렬 */
  justify-content: center; /* 수직 중앙 정렬 */
  padding-bottom: 100px;
  text-align: center; /* 텍스트 중앙 정렬 */
  position: relative;
  background-image: url('/static/images/web.jpeg'); /* 정적 파일의 경로 */
  background-size: cover; /* 이미지가 전체 영역을 덮도록 설정 */
  background-position: center; /* 이미지를 중앙에 배치 */
  height: 100vh; /* 화면 전체 높이를 사용하도록 설정 */
}


.login_section .form_container {
  width: 100%; /* 전체 너비를 100%로 설정 */
  max-width: 400px; /* 최대 너비를 설정하여 폼의 크기를 제한 */
  margin: 0 auto; /* 좌우 중앙 정렬 */
}

.login_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.login_section .form_container input::-webkit-input-placeholder {
  color: #04233b;
}

.login_section .form_container input:-ms-input-placeholder {
  color: #04233b;
}

.login_section .form_container input::-ms-input-placeholder {
  color: #04233b;
}

.login_section .form_container input::placeholder {
  color: #04233b;
}

.login_section .form_container input.message-box {
  height: 120px;
}


.login_section .form_container button {
  display: inline-block;
  padding: 12px 55px;
  background-color: #959599a2; /* 투명한 배경 */
  color: #020202; /* 글자색: 하얀색 */
  border-radius: 30px; /* 둥근 모서리 */
  font-size: 16px; /* 폰트 크기 */
  text-transform: uppercase; /* 대문자로 변환 */
  transition: all .3s; /* 애니메이션 효과 */
  font-weight: bold;
  /* 3D Effects */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3), /* Soft shadow for depth */
  inset 0 3px 3px rgba(255, 255, 255, 0.1); /* Inner shadow for a beveled look */
  border: 1px solid rgba(255, 255, 255, 0.2); /* Light border */

}

.login_section .form_container button:hover {
  background-color: #414144ef; /* 투명한 배경 */
  color: #ffffff; /* 호버 시 글자색: 하얀색 유지 */
}


.login_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  background-color: #f8f8f900;
  padding: 30px;
  border-radius: 5px;
}

.login_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 125px;
  min-width: 75px;
  height: 75px;
  margin-right: 25px;
}

.login_section .box .img-box img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.login_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.login_section .box .detail-box a {
  color: #04233b;
  font-weight: 600;
}

.login_section .box .detail-box a:hover {
  color: #0a97b0;

}

/*login section end*/


/*force section start
force_device_control.html화면의 css를 구성함
*/

.force_section {

  display: flex;
  flex-direction: column;
  align-items: center; /* 수평 중앙 정렬 */
  justify-content: center; /* 수직 중앙 정렬 */
  padding-bottom: 100px;
  text-align: center; /* 텍스트 중앙 정렬 */
  position: relative;
  background-image: url('/static/images/web.jpeg'); /* 정적 파일의 경로 */
  background-size: cover; /* 이미지가 전체 영역을 덮도록 설정 */
  background-position: center; /* 이미지를 중앙에 배치 */
  height: 100vh; /* 화면 전체 높이를 사용하도록 설정 */
}


.force_section .form_container {
  width: 100%; /* 전체 너비를 100%로 설정 */
  max-width: 400px; /* 최대 너비를 설정하여 폼의 크기를 제한 */
  margin: 0 auto; /* 좌우 중앙 정렬 */
}

.force_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.force_section .form_container input::-webkit-input-placeholder {
  color: #04233b;
}

.force_section .form_container input:-ms-input-placeholder {
  color: #04233b;
}

.force_section .form_container input::-ms-input-placeholder {
  color: #04233b;
}

.force_section .form_container input::placeholder {
  color: #04233b;
}

.force_section .form_container input.message-box {
  height: 120px;
}



.force_section .form_container button {
  display: inline-block;
  padding: 12px 55px;
  background-color: #a8a8a8ee; /* 투명한 배경 */
  color: #020202; /* 글자색: 하얀색 */
  border-radius: 30px; /* 둥근 모서리 */
  margin-top: 15px;
  font-size: 16px; /* 폰트 크기 */
  text-transform: uppercase; /* 대문자로 변환 */
  transition: all .3s; /* 애니메이션 효과 */
  font-weight: bold;
  /* 3D Effects */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3), /* Soft shadow for depth */
  inset 0 3px 3px rgba(255, 255, 255, 0.1); /* Inner shadow for a beveled look */
  border: 1px solid rgba(255, 255, 255, 0.2); /* Light border */
}

.force_section .form_container button:hover {
  background-color: #414144ef; /* 투명한 배경 */
  color: #ffffff; /* 호버 시 글자색: 하얀색 유지 */
}


.force_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  background-color: #f8f8f900;
  padding: 30px;
  border-radius: 5px;
}

.force_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 125px;
  min-width: 75px;
  height: 75px;
  margin-right: 25px;
}

.force_section .box .img-box img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.force_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.force_section .box .detail-box a {
  color: #04233b;
  font-weight: 600;
}

.force_section .box .detail-box a:hover {
  color: #0a97b0;
}

.force_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.force_section .img-box {
  position: relative;
}

.force_section .img-box img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.force_section .form_container select {
  width: 100%; /* 전체 너비를 100%로 설정 */
  max-width: 800px; /* 최대 너비를 설정하여 폼의 크기와 일치시킴 */
  height: 50px; /* 기존 입력 필드와 높이를 맞추기 */
  padding: 0 25px; /* 좌우 패딩 */
  border: 1px solid #ccc; /* 경계선 색상 설정 */
  border-radius: 5px; /* 모서리 둥글게 설정 */
  background-color: rgba(255, 255, 255, 0.614); /* 흰색 배경에 투명도 추가 */
  color: #050505e0; /* 텍스트 색상 설정 */
  font-size: 1rem; /* 글자 크기 설정 */
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15); /* 그림자 추가 */
  outline: none; /* 포커스 시 외곽선 제거 */
  -webkit-appearance: none; /* 브라우저 기본 스타일 제거 (웹킷 브라우저) */
  -moz-appearance: none; /* 브라우저 기본 스타일 제거 (모질라) */
  appearance: none; /* 브라우저 기본 스타일 제거 */
  margin-bottom: 25px;
  padding-left: 15px;
}

/* 셀렉트 박스 드롭다운 화살표 스타일 */
.force_section .form_container select::-ms-value {
  color: #101010; /* 드롭다운 선택 텍스트 색상 */
}

/* 드롭다운 화살표 추가 */
.force_section .form_container select {
  background: rgba(255, 255, 255, 0.4) url('data:image/svg+xml;utf8,<svg width="10" height="10" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg"><path d="M2 3l3 3 3-3" stroke="%23000000" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat right 10px center;
  background-size: 15px 15px; /* 드롭다운 화살표의 크기 */
}

.force_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  margin-top: 25px;
  margin-top: 10px;
}

.force_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 165px;
}

/*force section end*/


/*manage device start
manage_device.html화면의 css를 구성함
*/

.manage_section {

  display: flex;
  flex-direction: column;
  align-items: center; /* 수평 중앙 정렬 */
  justify-content: center; /* 수직 중앙 정렬 */
  padding-bottom: 100px;
  text-align: center; /* 텍스트 중앙 정렬 */
  position: relative;
  background-image: url('/static/images/web.jpeg'); /* 정적 파일의 경로 */
  background-size: cover; /* 이미지가 전체 영역을 덮도록 설정 */
  background-position: center; /* 이미지를 중앙에 배치 */
  height: 100vh; /* 화면 전체 높이를 사용하도록 설정 */
}

.manage_section .detail-box  {
  width: 100%; /* 전체 너비를 100%로 설정 */
  max-width: 400px; /* 최대 너비를 설정하여 폼의 크기를 제한 */
  margin: 0 auto; /* 좌우 중앙 정렬 */
}

.manage_section .detail-box  input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.manage_section .detail-box  input::-webkit-input-placeholder {
  color: #04233b;
}

.manage_section .detail-box  input:-ms-input-placeholder {
  color: #04233b;
}

.manage_section .detail-box  input::-ms-input-placeholder {
  color: #04233b;
}

.manage_section .detail-box  input::placeholder {
  color: #04233b;
}

.manage_section .detail-box  input.message-box {
  height: 120px;
}

.manage_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  background-color: #f8f8f900;
  padding: 30px;
  border-radius: 5px;
}

.manage_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 125px;
  min-width: 75px;
  height: 75px;
  margin-right: 25px;
}

.manage_section .box .img-box img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.manage_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.manage_section .detail-box .btn-box {
  display: flex;
  margin: 0 -5px;
  margin-top: 25px;
  flex-wrap: wrap; /* 줄 바꿈 가능하게 설정 */
  justify-content: center; /* 버튼을 중앙 정렬 */
}

.manage_section .detail-box .btn-box .btn {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 55px;
 
 /* margin-bottom: 15px;
  background-color: #0a97b0;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;

  padding: 10px 13px;
  background-color: transparent; /* 투명한 배경 */
  color: #050000; /* 글자색: 하얀색 */
  border: 2px solid #080000; /* 하얀색 테두리 */
  border-radius: 30px; /* 둥근 모서리 */
  font-size: 16px; /* 폰트 크기 */
  font-weight: bold; /* 두꺼운 글씨 */
  text-transform: uppercase; /* 대문자로 변환 */
  transition: all .3s; /* 애니메이션 효과 */

}

.manage_section  .detail-box  .btn-box .btn:hover {
  background-color: #065968;
}

/*manage section end*/


/*about start
about.html화면의 css를 구성함
*/
.about_section {

  display: flex;
  flex-direction: column;
  align-items: center; /* 수평 중앙 정렬 */
  justify-content: center; /* 수직 중앙 정렬 */
  padding-bottom: 100px;
  text-align: center; /* 텍스트 중앙 정렬 */
  position: relative;
  background-image: url('/static/images/web.jpeg'); /* 정적 파일의 경로 */
  background-size: cover; /* 이미지가 전체 영역을 덮도록 설정 */
  background-position: center; /* 이미지를 중앙에 배치 */
  height: 100vh; /* 화면 전체 높이를 사용하도록 설정 */
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


.about_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  background-color: #f8f8f900;
  border-radius: 5px;
}

.about_section .img-box {
  position: relative;
  padding: 10px 0;
}


.about_section .detail-box p {
  color: #f5efefe7;
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #0a97b0;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: #065968;
}


.about_section .img-box {
  position: relative;
}

.about_section .img-box img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.about_section .img-box::before, .about_section .img-box::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 45px;
  height: 70%;
  background-color: #04233b;
  z-index: 3;
}

.about_section .img-box::before {
  left: 0;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about_section .img-box::after {
  right: 0;
  z-index: 1;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}


/*about section end*/

/*register device start
manage_device_register.html화면의 css를 구성함
*/

.register_section {

  display: flex;
  flex-direction: column;
  align-items: center; /* 수평 중앙 정렬 */
  justify-content: center; /* 수직 중앙 정렬 */
  padding-bottom: 100px;
  text-align: center; /* 텍스트 중앙 정렬 */
  position: relative;
  background-image: url('/static/images/web.jpeg'); /* 정적 파일의 경로 */
  background-size: cover; /* 이미지가 전체 영역을 덮도록 설정 */
  background-position: center; /* 이미지를 중앙에 배치 */
  height: 100vh; /* 화면 전체 높이를 사용하도록 설정 */
}

.register_section .form_container  {
  width: 100%; /* 전체 너비를 100%로 설정 */
  max-width: 400px; /* 최대 너비를 설정하여 폼의 크기를 제한 */
  margin: 0 auto; /* 좌우 중앙 정렬 */
}

.register_section .form_container  input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  outline: none;
  color: #0a0a0a;
  background-color: rgba(255, 255, 255, 0.4); /* 흰색 배경에 투명도 추가 */
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.register_section .form_container  input::-webkit-input-placeholder {
  color: #04233b;
}

.register_section .form_container  input:-ms-input-placeholder {
  color: #04233b;
}

.register_section .form_container  input::-ms-input-placeholder {
  color: #04233b;
}

.register_section .form_container  input::placeholder {
  color: #04233b;
}

.register_section .form_container  input.message-box {
  height: 120px;
}

.register_section .form_container button {
  display: inline-block;
  padding: 12px 55px;
  background-color: #a8a8a8ee; /* 투명한 배경 */
  color: #020202; /* 글자색: 하얀색 */
  border-radius: 30px; /* 둥근 모서리 */
  margin-top: 15px;
  font-size: 16px; /* 폰트 크기 */
  text-transform: uppercase; /* 대문자로 변환 */
  transition: all .3s; /* 애니메이션 효과 */
  font-weight: bold;
  /* 3D Effects */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3), /* Soft shadow for depth */
  inset 0 3px 3px rgba(255, 255, 255, 0.1); /* Inner shadow for a beveled look */
  border: 1px solid rgba(255, 255, 255, 0.2); /* Light border */
}

.register_section .form_container button:hover {
  background-color: #414144ef; /* 투명한 배경 */
  color: #ffffff; /* 호버 시 글자색: 하얀색 유지 */
}


.register_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  background-color: #f8f8f900;
  padding: 20px;
  border-radius: 5px;
}

.register_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 125px;
  min-width: 75px;
  height: 75px;
  margin-right: 25px;
}

.register_section .box .img-box img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.register_section .box .form_container h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.register_section .form_container select {
  width: 100%; /* 전체 너비를 100%로 설정 */
  max-width: 800px; /* 최대 너비를 설정하여 폼의 크기와 일치시킴 */
  height: 50px; /* 기존 입력 필드와 높이를 맞추기 */
  padding: 0 25px; /* 좌우 패딩 */
  border: 1px solid #ccc; /* 경계선 색상 설정 */
  border-radius: 5px; /* 모서리 둥글게 설정 */
  background-color: rgba(255, 255, 255, 0.979); /* 흰색 배경에 투명도 추가 */
  color: #272626; /* 텍스트 색상 설정 */
  font-size: 1rem; /* 글자 크기 설정 */
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15); /* 그림자 추가 */
  outline: none; /* 포커스 시 외곽선 제거 */
  -webkit-appearance: none; /* 브라우저 기본 스타일 제거 (웹킷 브라우저) */
  -moz-appearance: none; /* 브라우저 기본 스타일 제거 (모질라) */
  appearance: none; /* 브라우저 기본 스타일 제거 */
  margin-bottom: 25px;
  padding-left: 15px;
}

/* 셀렉트 박스 드롭다운 화살표 스타일 */
.register_section .form_container select::-ms-value {
  color: #101010; /* 드롭다운 선택 텍스트 색상 */
}

/* 드롭다운 화살표 추가 */
.register_section .form_container select {
  background: rgba(255, 255, 255, 0.4) url('data:image/svg+xml;utf8,<svg width="10" height="10" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg"><path d="M2 3l3 3 3-3" stroke="%23000000" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat right 10px center;
  background-size: 15px 15px; /* 드롭다운 화살표의 크기 */
}
.select_wrapper {
  display: flex;
  justify-content: space-between; /* Distribute space between select boxes */
}

.register_section .select_wrapper select {
  flex: 1; /* Equal space for each select box */
  width: 100%; /* 전체 너비를 100%로 설정 */
  max-width: 800px; /* 최대 너비를 설정하여 폼의 크기와 일치시킴 */
  height: 50px; /* 기존 입력 필드와 높이를 맞추기 */
  padding-left: 10px; /* 왼쪽 패딩 */
  padding-right: 75px; /* 오른쪽 패딩 */
  border: 1px solid #ccc; /* 경계선 색상 설정 */
  border-radius: 5px; /* 모서리 둥글게 설정 */
  background-color: rgba(255, 255, 255, 0.4); /* 흰색 배경에 투명도 추가 */
  color: #101010; /* 텍스트 색상 설정 */
  font-size: 0.8rem; /* 글자 크기 설정 */
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15); /* 그림자 추가 */
  outline: none; /* 포커스 시 외곽선 제거 */
  -webkit-appearance: none; /* 브라우저 기본 스타일 제거 (웹킷 브라우저) */
  -moz-appearance: none; /* 브라우저 기본 스타일 제거 (모질라) */
  appearance: none; /* 브라우저 기본 스타일 제거 */
  margin-bottom: 25px;
}

/* 셀렉트 박스 드롭다운 화살표 스타일 */
.register_section .select_wrapper select::-ms-value {
  color: #101010; /* 드롭다운 선택 텍스트 색상 */
}

/* 드롭다운 화살표 추가 */
.register_section .select_wrapper select {
  background: rgba(255, 255, 255, 0.4) url('data:image/svg+xml;utf8,<svg width="10" height="10" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg"><path d="M2 3l3 3 3-3" stroke="%23000000" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat right 10px center;
  background-size: 15px 15px; /* 드롭다운 화살표의 크기 */
}

.input-container {
    display: flex;
    align-items: center;
}

.input-container label {
    margin-right: 5px; /* 라벨과 입력박스 사이의 간격 */
    width: 100px; /* 라벨의 너비 설정 (필요에 따라 조절) */
    font-weight: bold;
    color: #0a0a0a; /* 글자색: 하얀색 */
    text-align: left; /* 왼쪽 정렬 */
}

.input-container input {
    flex-grow: 1; /* 입력 박스가 가능한 공간을 모두 차지하도록 설정 */
}

/*dash section end*/


/*dashboard start
dashboard.html화면의 css를 구성함
*/

.dash_section {

  display: flex;
  flex-direction: column;
  align-items: center; /* 수평 중앙 정렬 */
  justify-content: center; /* 수직 중앙 정렬 */
  padding-bottom: 100px;
  text-align: center; /* 텍스트 중앙 정렬 */
  position: relative;
  background-image: url('/static/images/web.jpeg'); /* 정적 파일의 경로 */
  background-size: cover; /* 이미지가 전체 영역을 덮도록 설정 */
  background-position: center; /* 이미지를 중앙에 배치 */
  min-height: 100vh; /* 최소 높이를 100vh로 설정, 필요시 늘어남 */
}


.dash_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


.dash_section .form_container {
  width: 100%; /* 전체 너비를 100%로 설정 */
  max-width: 600px; /* 최대 너비를 설정하여 폼의 크기를 제한 */
  margin: 0 auto; /* 좌우 중앙 정렬 */
}

.dash_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.dash_section .form_container input::-webkit-input-placeholder {
  color: #04233b;
}

.dash_section .form_container input:-ms-input-placeholder {
  color: #04233b;
}

.dash_section .form_container input::-ms-input-placeholder {
  color: #04233b;
}

.dash_section .form_container input::placeholder {
  color: #04233b;
}

.dash_section .form_container input.message-box {
  height: 120px;
}

.dash_section .form_container button {
  display: inline-block;
  padding: 10px 45px;
  background-color: #b1b0b0ee; /* 투명한 배경 */
  color: #020202; /* 글자색: 하얀색 */
  border-radius: 20px; /* 둥근 모서리 */
  text-transform: uppercase; /* 대문자로 변환 */
  transition: all .3s; /* 애니메이션 효과 */
  font-weight: bold;
  /* 3D Effects */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3), /* Soft shadow for depth */
  inset 0 3px 3px rgba(255, 255, 255, 0.1); /* Inner shadow for a beveled look */
  border: 1px solid rgba(255, 255, 255, 0.2); /* Light border */

}

.dash_section .form_container button:hover {
  background-color: #414144ef; /* 투명한 배경 */
  color: #ffffff; /* 호버 시 글자색: 하얀색 유지 */
}

.dash_section .detail-box  {
  width: 100%; /* 전체 너비를 100%로 설정 */
  max-width: 500px; /* 최대 너비를 설정하여 폼의 크기를 제한 */
  margin: 0 auto; /* 좌우 중앙 정렬 */
}

.dash_section .detail-box .btn-box {
  display: flex;
  margin: 0 -5px;
  margin-top: 25px;
  flex-wrap: wrap; /* 줄 바꿈 가능하게 설정 */
  justify-content: center; /* 버튼을 중앙 정렬 */
}

.dash_section .detail-box .btn-box .btn {
  display: inline-block;
  padding: 12px 55px;
  background-color: #959599a2; /* 투명한 배경 */
  color: #020202; /* 글자색: 하얀색 */
  border-radius: 30px; /* 둥근 모서리 */
  font-size: 16px; /* 폰트 크기 */
  transition: all .3s; /* 애니메이션 효과 */
  font-weight: bold;
  /* 3D Effects */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3), /* Soft shadow for depth */
  inset 0 3px 3px rgba(255, 255, 255, 0.1); /* Inner shadow for a beveled look */
  border: 1px solid rgba(255, 255, 255, 0.2); /* Light border */
}
/* 호버 효과 */
.dash_section .detail-box .btn-box .btn:hover {
  background-color: #414144ef; /* 투명한 배경 */
  color: #ffffff; /* 호버 시 글자색: 하얀색 유지 */
}

.dash_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: calc(70% - 10px); /* 2개씩 배치하기 위해 너비 조정 */
}

.dash_section .detail-box  input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.dash_section .detail-box  input::-webkit-input-placeholder {
  color: #04233b;
}

.dash_section .detail-box  input:-ms-input-placeholder {
  color: #04233b;
}

.dash_section .detail-box  input::-ms-input-placeholder {
  color: #04233b;
}

.dash_section .detail-box  input::placeholder {
  color: #04233b;
}

.dash_section .detail-box  input.message-box {
  height: 120px;
}

.dash_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  padding: 30px;
  border-radius: 5px;
}

.dash_section .box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  background-color: #70707065;
  padding: 30px;
  border-radius: 5px;
}


.dash_section .map_container {
  height: 380px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 55px;
}

.dash_section .map_container .map {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.dash_section .map_container .map #googleMap {
  height: 100%;
}

.icon-padding {
  padding-bottom: 10px; /* 아래쪽에 10px 패딩 추가 */
}


.dash_section .dateinput {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
 

/* 테이블 래퍼 스타일 */
.table-wrapper {
  margin-top: 15px;
  border: 1px solid #d3d3d3; /* 테두리 색상 */
  border-radius: 8px; /* 모서리 둥글게 */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* 그림자 효과 */
  overflow-x: auto; /* 수평 스크롤 가능하게 설정 */
  overflow-y: auto; /* 세로 스크롤 추가 */
  max-height: 400px; /* 세로 스크롤을 위한 최대 높이 설정 */
  font-size: 12px; /* 글자 크기 작게 */
}

/* 작은 화면에서 테이블이 너무 길어질 경우 수평 스크롤을 보여줌 */
.table-wrapper::-webkit-scrollbar {
  height: 8px; /* 스크롤바 높이 */
}

.table-wrapper::-webkit-scrollbar-thumb {
  background: #56565a; /* 스크롤바 호버 시 색상 */
  border-radius: 10px; /* 스크롤바 둥글게 */
}

.table-wrapper::-webkit-scrollbar-thumb:hover {
  background: #37373a; /* 스크롤바 호버 시 색상 */
}

/* 테이블 스타일 */
.device_table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffffd0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #070707; 
  border-radius: 5px;
  overflow: hidden;
}

.device_table th, .device_table td {
  padding: 8px; /* 셀 내부 여백 */
  text-align: center; /* 텍스트 중앙 정렬 */
  border: 1px solid #363535; /* 셀 경계 색상 */
}

.device_table th {
  background-color: #959599a2; /* 투명한 배경 */
  color: #020202; /* 헤더 글자색 */
  font-weight: bold; /* 헤더 글자 두께 */
  position: sticky;
  top: 0; /* 테이블 헤더를 상단에 고정 */
  z-index: 1; /* 헤더를 다른 요소 위에 표시 */
}



.device_table tr:hover {
  background-color: rgba(247, 242, 242, 0.6); /* 호버 시 배경색 */
}

/* 테이블의 마지막 행에 여백 추가 */
.device_table tbody tr:last-child td {
  border-bottom: none; /* 마지막 행 경계 제거 */
}


/*dash section end*/

.info_section {
  background-color: #262627;
  color: #ffffff;
  padding: 25px 0 15px 0;
}

.info_section h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.info_section .info_col {
  margin-bottom: 30px;
}

.info_section .info_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_section .info_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.info_section .info_contact .contact_link_box a i {
  margin-right: 5px;
}

.info_section .info_contact .contact_link_box a:hover {
  color: #0a97b0;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
}

.info_section .info_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px;
}

.info_section .info_social a:hover {
  color: #0a97b0;
}

.info_section .info_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info_section .info_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  color: #ffffff;
}

.info_section .info_links a:hover {
  color: #0a97b0;
}

.info_section form input {
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  width: 100%;
  height: 45px;
  color: #ffffff;
  outline: none;
}

.info_section form input::-webkit-input-placeholder {
  color: #ffffff;
}

.info_section form input:-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::placeholder {
  color: #ffffff;
}

.info_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 12px 55px;
  background-color: #0a97b0;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  margin-top: 15px;
}

.info_section form button:hover {
  background-color: #065968;
}


/*inquiry start
inquiry.html화면의 css를 구성함
*/
.inq_section {

  display: flex;
  flex-direction: column;
  align-items: center; /* 수평 중앙 정렬 */
  justify-content: center; /* 수직 중앙 정렬 */
  padding-bottom: 100px;
  text-align: center; /* 텍스트 중앙 정렬 */
  position: relative;
  background-image: url('/static/images/web.jpeg'); /* 정적 파일의 경로 */
  background-size: cover; /* 이미지가 전체 영역을 덮도록 설정 */
  background-position: center; /* 이미지를 중앙에 배치 */
  height: 100vh; /* 화면 전체 높이를 사용하도록 설정 */
}

.inq_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


.scrollable-box {
  max-height: 500px; /* 최대 높이를 300px로 설정 */
  overflow-y: auto;  /* 내용이 넘칠 경우 세로 스크롤 추가 */
}

.inq_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  background-color: #b1b0b0ee; /* 투명한 배경 */
  border-radius: 5px;
  line-height: 0.6; /* 라인 간격을 좁힘 (필요에 따라 조정 가능) */
  font-weight: bold;
}


.inq_section .img-box {
  position: relative;
  padding: 10px 0;
}


.inq_section .detail-box p {
  color: #070707ef;
  margin-top: 10px;
}


.inq_section .img-box {
  position: relative;
}

.inq_section .img-box img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.inq_section .img-box::before, .about_section .img-box::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 45px;
  height: 70%;
  background-color: #04233b;
  z-index: 3;
}

.inq_section .img-box::before {
  left: 0;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.inq_section .img-box::after {
  right: 0;
  z-index: 1;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.inq_section .detail-box .btn-box {
  display: flex;
  margin: 0 -5px;
  margin-top: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap; /* 줄 바꿈 가능하게 설정 */
  justify-content: center; /* 버튼을 중앙 정렬 */
}

.inq_section .detail-box .btn-box .btn {
  display: inline-block;
  padding: 10px 30px;
  background-color: rgba(104, 104, 105, 0.635); /* 투명한 배경 */
  color: #020202; /* 글자색: 하얀색 */
  border: 2px solid #0c0c0ccb; /* 하얀색 테두리 */
  border-radius: 30px; /* 둥근 모서리 */
  font-size: 12px; /* 폰트 크기 */
  text-transform: uppercase; /* 대문자로 변환 */
  transition: all .3s; /* 애니메이션 효과 */
  font-weight: bold;
  /* 3D Effects */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3), /* Soft shadow for depth */
  inset 0 3px 3px rgba(255, 255, 255, 0.1); /* Inner shadow for a beveled look */
  border: 1px solid rgba(255, 255, 255, 0.2); /* Light border */
}
/* 호버 효과 */
.inq_section .detail-box .btn-box .btn:hover {
  background-color: #414144ef; /* 투명한 배경 */
  color: #ffffff; /* 호버 시 글자색: 하얀색 유지 */
}


/* 조회 버튼 전용 강제 width 및 nowrap */
.input-container .btn_box .btn {
    min-width: 90px;
    white-space: nowrap;
    padding: 10px 20px; 
    background-color: #959599a2;
    border-radius: 20px;
    font-weight: bold;
}

/*inq_section section end*/
