@media (min-width: 1200px) {
   :root {
      --bs-body-font-size: 1.125rem;
   }
}

#sub_visual {
   width: 100%;
   height: 406px;
   text-align: center;
   background: #e8e9eb;
}

.backgroundimg {
   position: relative;
   width: 100%;
   text-align: center;
   margin: 0 auto;
   top: 96px;
   height: 310px;
   z-index: 0;
}

.visual_area {
   width: 100%;
   height: 100%;
   background-size: cover;
   background-position: 50% center;
   background-repeat: no-repeat;
}

.subTopArea {
   position: relative;
   height: 100%;
}

/* PC Selectbox 메뉴 S */
#sub_wrapper_pc {
   position: absolute;
   width: 100%;
   height: 60px;
   bottom: 0px;
}

#sub_wrapper_pc #sub_menu {
   position: absolute;
   z-index: 1;
   width: 100%;
   height: 100%;
}

#sub_wrapper_pc .sub_location {
   width: 100%;
   height: 100%;
   z-index: 11;
}

#sub_wrapper_pc .sub_location .col {
   height: 100%;
   background-color: #5799db;
}

#sub_wrapper_pc .sub_location .cen {
   line-height: 54px;
   font-size: 18px;
   font-weight: 500;
   text-align: left;
}

@media (max-width: 996px) {
   #sub_wrapper_pc .sub_location .cen {
      display: none;
   }
}

#sub_wrapper_pc .sub_location .submenu-border {
   border-right: 1px solid #fff;
}

#sub_wrapper_pc .sub_location .cen i {
   font-size: 25px;
   color: #fff;
}

#sub_wrapper_pc .sub_location ul {
   padding: 0;
   margin: 0;
   display: inline-block;
   vertical-align: top;
   box-sizing: border-box;
}

#sub_wrapper_pc .sub_location ul li {
   position: relative;
   width: 100%;
}

#sub_wrapper_pc .sub_location ul li span {
   display: block;
   padding-left: 22px;
   line-height: 60px;
   font-size: 18px;
   font-weight: 500;
   background-repeat: no-repeat;
   background-position: 93% 55%;
   cursor: pointer;
   text-align: left;
}

#sub_wrapper_pc .sub_location ul.on li span {
   background: url('../images/arr_drop.png') no-repeat 93% 55%;
}

#sub_wrapper_pc .sub_location ul li a {
   width: 100%;
   display: block;
   padding-left: 22px;
   line-height: 60px;
}

#sub_wrapper_pc .sub_location ul li a:hover {
   background: #ddd;
   box-sizing: border-box;
}

#sub_wrapper_pc .sub_location ul ul {
   display: none;
   width: 100%;
   position: absolute;
   top: 60px;
   left: -1px;
   padding: 0px 0;
   background: #fff;
   border: 1px solid #ddd;
   border-top: none;
   z-index: 999999;
   text-align: left;
}

#sub_wrapper_pc .sub_location ul.on li ul {
   display: block;
}

#sub_wrapper_pc .sub_location ul.dep2 li span {
   font-weight: 500;
}

/* PC Selectbox 메뉴 E */

body {
   word-break: keep-all;
}

/* font-color */
.fc-ff9933 {
   color: #ff9933;
}

.fc-666 {
   color: #666;
}

.fc-999 {
   color: #999;
}

/* RISE사업단 > RISE사업안내 S */
#busi_guide .h3 {
   background-color: #daf3ff;
   color: #0066a4;
   padding: 8px 24px;
   display: inline-block;
   border-radius: 0.375rem;
}
@media (max-width:991px){
   #busi_guide .h3{
      padding: 8px 16px;
   }
}
#busi_guide .goal_box .left {
   background-color: #0066a4;
   border-radius: 0.375rem 0 0 0.375rem;
   color: #fff;
   display: flex;
   justify-content: center;
}

#busi_guide .goal_box .left .fs-4 {
   padding: 24px 12px;
   font-weight: bold;
   align-self: center;
   text-align: center;
}

#busi_guide .goal_box .right {
   border-radius: 0 0.375rem 0.375rem 0;
   display: flex;
   justify-content: center;
   border: 1px solid #ccc;
}
@media (min-width:992px){
   #busi_guide .goal_box .right{
      min-height: 108px;
   }
}

#busi_guide .goal_box .right .fs-5 {
   padding: 24px 12px;
   font-weight: bold;
   align-self: center;
   text-align: center;
}

@media (max-width:991px) {
   #busi_guide .goal_box .left {
      border-radius: 0.375rem 0.375rem 0 0;
   }

   #busi_guide .goal_box .right {
      border-radius: 0 0 0.375rem 0.375rem;
   }

}

#busi_guide .mission .fs-4 {
   padding: 24px;
   background-color: #f8f8f9;
   border-radius: 0.375rem;
   margin-bottom: 48px;
}

#busi_guide .mission .fs-3 {
   color: #0066a4;
}

#busi_guide .mission .box-wrap .top {
   padding: 24px;
   background-color: #0066a4;
   border-radius: 0.375rem 0.375rem 0 0;
   color: #fff;
   text-align: center;
}

#busi_guide .mission .box-wrap .bottom {
   padding: 24px;
   background-color: #f8f8f9;
   border-radius: 0 0 0.375rem 0.375rem;
   display: flex;
   flex-direction: column;
   align-items: center;
}
#busi_guide .mission .box-wrap .bottom .fs-5{
   text-align: center;
}
#busi_guide .mission .box-wrap .bottom ul {
   text-align: start;
}

#busi_guide .mission .box-wrap .bottom ul li {
   position: relative;
   padding-left: 10px;
}

#busi_guide .mission .box-wrap .bottom ul li::before {
   content: "·";
   position: absolute;
   left: 0;
   top: 0;
}

/* RISE사업단 > RISE사업안내 E */

/* RISE사업단 > RISE사업단 소개 S */
#intro table th,
#intro table td {
   padding: 1rem;
   border-bottom: 1px solid #dee2e6;
   vertical-align: middle;
   text-align: center;
}

#intro table th:not(:last-child),
#intro table td:not(:last-child) {
   border-right: 1px solid #dee2e6;
}

#intro table thead th {
   background-color: #0066a4;
   color: #fff;
}

#intro table tbody th {
   background-color: #f8f8f9;
   text-align: center;
}

#intro table .list {
   text-align: start;
}

#intro table .list>li {
   position: relative;
   padding-left: 10px;
}

#intro table .list>li::before {
   content: "·";
   top: 0;
   left: 0;
   position: absolute;
}

#intro table .list .in_list {
   margin-left: 32px;
}

#intro table .list .in_list li {
   list-style-type: decimal
}
#intro table .list .in_list li:last-child{
   padding-bottom: 16px;
}

/* RISE사업단 > RISE사업단 소개 E */

/* RISE사업단 > 조직도 S */
#org table th,
#org table td {
   padding: 1rem;
   border-bottom: 1px solid #dee2e6;
   vertical-align: middle;
   text-align: center;
}

#org table th:not(:last-child),
#org table td:not(:last-child) {
   border-right: 1px solid #dee2e6;
}

#org table thead th {
   background-color: #0066a4;
   color: #fff;
}

#org table tbody th {
   background-color: #f8f8f9;
   text-align: center;

}

/* 두 컬럼 리스트 스타일 */
.two-column-list {
   list-style: none;
   padding: 0;
   margin: 0;
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 6px 24px;
}

.two-column-list li {
   position: relative;
   padding-left: 10px;
   line-height: 1.4;
   text-align: start;
}

.two-column-list li::before {
   content: "·";
   position: absolute;
   left: 0;
   top: 0;
}

@media (max-width: 767px) {
   #org table colgroup col {
      width: auto !important;
   }

   /* 두 컬럼 리스트 → 한 컬럼 */
   .two-column-list {
      grid-template-columns: 1fr;
   }
}

/* RISE사업단 > 조직도 E */


/* RISE사업단 > 개인정보처리방침 S */
#useragreements .title,
#userpolicy .title {
   font-size: 24px;
   font-weight: 700;
}

/* RISE사업단 > 개인정보처리방침 E */

/* about > greeting S */
.greeting ul li {
   line-height: 2rem;
   /* font-weight: bold; */
}

.greeting ul li::before {
   content: '';
   width: 3px;
   height: 3px;
   /* margin-right: 6px; */
   margin: 0 12px 4px 8px;
   border-radius: 50%;
   display: inline-block;
   background-color: #000;
}

.greeting .list li {
   padding: 15px 0;
   background-color: #f8f8f9;
   border-left: 2px solid #ff9933;
}

.greeting .list li:not(:last-child) {
   margin-bottom: 12px;
}

/* about > greeting E */

/* about > about_customer S */
.about_customer .lp {
   letter-spacing: -0.15rem;
}

.about_customer .logo_sec {
   border-top: 2px solid #ff9933;
}

.about_customer .logo_sec .logo_box img {
   border: 1px solid #ddd;
}

/* about > about_customer E */



/* busi > car S */

@media (min-width: 768px) {
   .car .line .img_wrap {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
   }

   .car .line .img_wrap .arr {
      margin-top: -30px;
   }
}

@media (max-width: 767px) {
   .car .line .img_wrap {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
   }

   .car .line .img_wrap .arr {
      transform: rotate(90deg);
      padding: 24px 0;
   }
}

.car .list:not(:last-child) {
   border-bottom: 1px solid #ddd;
}

/* busi > car E */

/* busi > battery S */
.battery .img_box img {
   border: 1px solid #ddd;
}

/* busi > battery E */

/* busi > auto S */
.auto .busi_auto .list:not(:last-child) {
   border-bottom: 1px solid #ddd;
}

.auto .busi_auto .bd {
   border: 1px solid #ddd;
   box-sizing: border-box;
}

/* busi > auto E */

/* busi > display S */
.display .tv_box img {
   border: 1px solid #ddd;
}

.display .line {
   border-top: 1px solid #ddd;
}

/* busi > display E */

/* rnd > study S */
.study .main_study .display-5 {
   border-bottom: 2px solid #ff9933;
}

.study .main_study .list:not(:last-child) {
   border-bottom: 1px solid #ddd;
}

/* .study .main_study .list .text_box .list_box li:first-child {
    float: left;
} */

/* rnd > study E */




/* 고객지원 > 온라인문의 s */

#online {
   margin-bottom: 150px;
}

#online input.form-control {
   height: 50px;
}

#online textarea.form-control {
   height: 200px;
}

#online input::placeholder,
#online textarea::placeholder {
   font-size: 14px;
}

#online .form-group {
   margin-bottom: 1.5rem;
}

.anb-contact .form-group textarea.form-control {
   height: 160px;
}

.anb-contact {
   scrollbar-face-color: #6a6b6d;
   scrollbar-shadow-color: #77787b;
   scrollbar-highlight-color: #77787b;
   scrollbar-3dlight-color: #2a2b30;
   scrollbar-darkshadow-color: #2a2b30;
   scrollbar-track-color: #2a2b30;
   scrollbar-arrow-color: #6f7073;
}

.anb-contact ::-webkit-scrollbar {
   width: 10px;
}

.anb-contact ::-webkit-scrollbar-thumb {
   background: #666;
   border-radius: 20px;
}

.anb-contact ::-webkit-scrollbar-track {
   background: #8e8e8e;
   border-radius: 20px;
}

.anb-contact .anb-submit {
   background-color: #007db6;
   border-color: #0072a6;
   border-radius: 4px !important;
}

.anb-contact .anb-submit:hover {
   background-color: #00628f;
   border-color: #005378;
   color: #fff;
}

#anb-contact {
   height: 100%;
   overflow: scroll;
   overflow-x: hidden;
}

.privacy-of-use {
   font-size: 14px;
   padding: 15px;
   border-top: 1px solid #e0dedf;
   border-bottom: 1px solid #e0dedf;
   border-left: 1px solid #e0dedf;
   height: 300px;
   overflow-y: scroll;
}

.privacy-of-use .cont {
   margin-bottom: 15px;
}

.privacy-of-use h4 {
   margin-bottom: 5px;
}

.privacy-of-use dl {
   padding: 10px 0;
}

.privacy-of-use dl dt {
   font-weight: 600;
}

.privacy-of-use dl dd {
   margin-left: 20px;
}

.privacy-of-use ul {
   margin-left: 20px;
}

.privacy-of-use ul li {
   margin-top: 5px;
}

.privacy-of-use table {
   width: 100%;
   border-collapse: collapse;
}

.privacy-of-use table th,
.privacy-of-use table td {
   border: 1px solid rgb(226, 226, 226);
   padding: 5px;
}

.privacy-of-use table th {
   background: rgb(245, 245, 247);
}

.btn_apply_submit {
   display: inline-block;
   width: 120px;
   font-weight: 400;
   color: #ffffff;
   text-align: center;
   vertical-align: middle;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   border: 1px solid #6c757d;
   font-size: 14px;
   line-height: 22.5px;
   border-radius: 15px;
   background-color: #6c757d;
   padding: 8px 0 8px 0px;
}

/* 고객지원 > 온라인문의 e */