@charset "utf-8";

/* h3 { color: var(--sichimi_c, #0072ff); font-family: Pretendard; font-size: 32px; font-style: normal; font-weight: 600; margin-bottom: 42px; padding-bottom: 16px; position: relative; } */
h3.middle-title { font-family: Pretendard; font-size: 28px; font-style: normal; font-weight: 600; margin-top: 60px; margin-bottom: 15px; position: relative; } 
h3.middle-title.no-border { border: none; margin-bottom: 8px; } 
h3.middle-title span.hexagon { position: relative; display: inline-block; } 
h3.middle-title span.hexagon::after { content: ''; position: absolute; top: -28px; right: -12px; /* width: 7px; height: 7px; background-color: #0072ff; border-radius: 50%; */
 /* clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); */
 width: 10px; height: 12px; background-image: url('/sites/www/images/sub/sichimi_dot.png'); background-size: cover; background-position: center; } 
h3.middle-title .border-bottom-color { margin-bottom: 42px; } 
h3.middle-title .border-bottom-color::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(to right, 
 #0072ff 0%, #0072ff 33.33%, 
 #ed2065 33.33%, #ed2065 66.66%, 
 #ff9d00 66.66%, #ff9d00 100%); } 
h4.sub-title { font-family: Pretendard; font-size: 24px; font-style: normal; font-weight: 500; margin-left: 22px; margin-bottom: 10px; position: relative; } 
h4.sub-title::before { content: ""; display: inline-block; width: 14px; height: 14px; background: url('/sites/www/images/sub/title_bullet01.svg') no-repeat center center; background-size: contain; flex-shrink: 0; position: absolute; left: -22px; top: 8px; } 
.title-wrapper { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; } 
@media (max-width: 768px) { h3.middle-title { font-size: 24px; margin-bottom: 17px; } 
 h4.sub-title { font-size: 20px; } 
 h4.sub-title::before { width: 12px; height: 12px; left: -18px; top: 7px; } 
 }
@media (max-width: 450px) {
  .title-wrapper {flex-direction: column;}
}

.sub-title-box { border-radius: 25px 25px 150px 25px; background: #f8f9fe; padding: 45px 65px; margin-bottom: 100px; margin-top: 100px; } 
.sub-title-box h3 { border-bottom: 1px solid #0072ff; font-size: 26px; } 
.sub-title-box h3.no-border { border-bottom: none; margin-bottom: 0; padding-bottom: 0; } 
.sub-title-box ul { list-style-type: disc; } 
.sub-title-box li { color: #303030; font-family: Pretendard; font-size: 20px; font-style: normal; font-weight: 400; line-height: 33px; margin-left: 24px; } 
.tab-inner-box01 { border-radius: 25px; background: #f8f9fe; padding: 55px; margin-bottom: 50px; } 
.tab-inner-box01 p { color: #000; font-family: Pretendard; font-size: 22px; font-style: normal; font-weight: 500; line-height: normal; } 
.tab-inner-box02 { padding: 40px; background-color: #f5f5f6; border-radius: 25px; margin-bottom: 50px; } 
.tab-inner-box02 
.tab-inner-box02 p { color: #000; font-family: Pretendard; font-size: 20px; font-style: normal; /* font-weight: 600; */
 line-height: normal; text-align: center; line-height: 1.5; word-wrap: break-word; overflow-wrap: break-word; word-break: keep-all; } 
.tab-inner-box02 p.inner-title { font-size: 25px; margin-top: 0px; } 
.tab-inner-box02 ul { list-style-type: disc; color: #4d4d4d; font-family: Pretendard; font-size: 18px; font-style: normal; font-weight: 400; line-height: 33px; } 
.tab-inner-box02 ol { list-style-type: decimal; } 
@media (max-width: 768px){
 .tab-inner-box02 { padding: 35px 35px 35px 45px; } 
 .tab-inner-box02 p.inner-title { font-size: 20px; } 
 .tab-inner-box02 p { font-size: 17px; } 
 }
.tab-table01 { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; } 
.tab-table01 .tab-table-box { border-radius: 12px; overflow: hidden; } 
.tab-table01 .tab-title { color: #fff; font-family: Pretendard; font-size: 22px; font-style: normal; font-weight: 600; line-height: normal; padding: 34px 16px; background-color: #005dab; display: flex; align-items: center; justify-content: center; } 
.tab-table01 .tab-table-box div { padding: 36px 50px 62px; border: 1px solid #e0e0e0; border-radius: 0 0 12px 12px; } 
.tab-table01 .tab-table-box div p { color: var(--b, #454545); font-family: Pretendard; font-size: 22px; font-style: normal; font-weight: 500; line-height: 30px; width: 100%; margin-bottom: 24px; } 
.tab-table01 .tab-table-box div img { width: 100%; } 
@media (max-width: 768px){
 .tab-table01 { grid-template-columns: 1fr; } 
 .tab-table01 .tab-title { font-size: 20px; padding: 21px 16px; } 
 }

 
/* separate-box */
.separate-box { width: 100%; border: 1px solid #c9c9c9; border-radius: 20px; margin-bottom: 50px; /* display: flex; */
 align-items: center; gap: 12rem; padding: 20px; } 
.separate-box .list-info { margin-bottom: 0; font-weight: 600; color: #C57A24}
.separate-box.service { display: flex; } 
.separate-box .separate-cont { /* flex-grow: 1; */}
.separate-box .separate-cont ol { font-size: 22px; } 
.separate-box .separate-cont ol > li { font-weight: 600; color: #0072ff; } 
.separate-box .separate-cont ul { list-style-type: disc; /* margin: 6px 0px 25px 24px; */}
.separate-box .separate-cont ul.seperate-desc { margin: 0; margin-top: 10px; } 
.separate-cont > .text-title { margin: 0; font-size: 20px; color:#004f9f; line-height: 1; } 
.separate-cont p { color: #333; font-weight: 400; padding-left: 25px; line-height: 1.7; font-size: 17px; margin: 10px 0px 10px -23px; } 
.text-title > i { margin-right: 5px; font-size: 20px; } 
.tab-inner-box02.separate-box.gap { gap: 0; } 

@media (max-width: 1200px){
 .separate-box { flex-direction: column; gap: 3rem; } 
 .separate-box .separate-image { min-width: 20rem; } 
 .separate-box .separate-cont ol { gap: 70px; } 
 }
@media (max-width: 950px){
 .separate-box .separate-cont ol { font-size: 20px; display: block; } 
 }

/* prepare-box */
.prepare-box { border-radius: 25px; display: flex; justify-content: center; align-items: center; gap: 3rem; padding: 20px 0; } 
.prepare-box .prepare-image { text-align: center; display: flex; align-items: center; justify-content: center; } 
.prepare-box .prepare-cont p { font-size: 28px; font-weight: 600; } 
.prepare-box .prepare-cont span { font-size: 22px; font-weight: 500; } 
@media (max-width: 768px){
 .prepare-box { flex-direction: column; gap: 1rem; } 
 .prepare-box .prepare-cont { text-align: center; } 
 .prepare-box .prepare-cont p { font-size: 24px; } 
 .prepare-box .prepare-cont span { font-size: 18px; } 
 }
/* gray-box */
.gray-border-box { display: flex; gap: 15px; justify-content: center; align-items: center; padding: 65px 30px; border: 1px solid #e2e2e2; border-radius: 10px; min-height: 150px; } 
.gray-grid-box { display: flex; justify-content: center; align-items: center; padding: 30px; margin-top: 20px; border: 1px solid #e2e2e2; border-radius: 10px; min-height: 150px; 
background-image: linear-gradient(to right, #e2e2e2 1px, transparent 1px), linear-gradient(to bottom, #e2e2e2 1px, transparent 1px); background-size: 20px 20px; background-color: white; background-clip: border-box; /* 배경을 테두리 안쪽으로 자르기 */}
.text-box { padding: 30px 0 70px 0; line-height: 1.5; } 
.logo-wrapper { display: flex; gap: 30px; margin-bottom: 70px; } 
.logo-wrapper > div { flex: 1; } 
.logo-wrapper-right { display: flex; flex-direction: column; gap: 30px; } 
@media (max-width: 768px){
 .logo-wrapper { flex-direction: column; } 
 .text-box { font-size: 16px; } 
 .text-box { padding: 20px 0 0 0; } 
 }
/* brand-color */
.brand-color-wrapper { display: flex; flex-direction: column; gap: 15px; } 
.brand-color-wrapper .wrap { display: flex; gap: 20px; } 
.brand-color { position: relative; width: 100%; min-width: 250px; height: 100px; margin-bottom: 15px; } 
.brand-color.color-blue { background-color: #0072ff; } 
.brand-color.color-red { background-color: #ed2065; } 
.brand-color.color-yellow { background-color: #ff9d00; } 
.brand-color.color-black { background-color: #323232; } 
.brand-color.color-gray { background-color: #b9b9b9; } 
.brand-color-type { background-color: #b9b9b9; width: 200px; height: 50px; border-radius: 25px; display: flex; justify-content: center; align-items: center; color: #fff; } 
.brand-color-innner .title { font-weight: 600; font-size: 24px; } 
.brand-color-innner .cont { font-size: 18px; } 
.brand-color .cont { position: absolute; bottom: 0; right: 0; margin: 0 7px 3px 0; color: #fff; } 
@media (max-width: 1400px){
 .gray-border-box { flex-direction: column; gap: 50px; } 
 .brand-color-wrapper { justify-content: center; align-items: center; } 
 }
@media (max-width: 768px){
 .brand-color-wrapper .wrap { flex-direction: column; gap: 25px; } 
 .brand-color { width: 300px; margin-bottom: 5px; } 
 .brand-color-innner .title { font-size: 20px; } 
 .brand-color-innner .cont { font-size: 14px; } 
 }
/* fixed-list */
.fixed-list { position: fixed; left: 0; top: 540px; display: flex; flex-direction: column; z-index: 10; } 
.fixed-list > div { position: relative; display: flex; flex-direction: column; gap: 14px; } 
.fixed-list > div::before { content: ""; border-radius: 0px 20px 20px 0px; background: #dee4ff; width: 8px; height: calc(100% + 40px); display: block; position: absolute; top: 50%; transform: translateY(-50%); } 
.fixed-list > div a { display: block; padding-left: 25px; color: #303030; font-family: Pretendard; font-size: 20px; font-style: normal; font-weight: 400; line-height: 26px; /* 165% */
 margin-left: 8px; } 
.fixed-list > div a.is-active { color: #0072ff; font-family: Pretendard; font-size: 20px; font-style: normal; font-weight: 700; } 
.fixed-list > div a.is-active::before { content: ""; display: block; border-radius: 0px 15px 15px 0px; background: url(/sites/www/images/sub/icon_arrow_right.png) no-repeat 50% 50%; background-color: #0072ff; width: 20px; height: 26px; flex-shrink: 0; position: absolute; left: 0; margin-left: 8px; } 
@media (max-width: 1740px){
 .fixed-list { display: none; } 
 }
.map-list-wrap { position: relative; overflow: hidden; } 

.map-list-wrap.dragging { cursor: none; } 
.mouse-drag { position: absolute; top: 0; left: 0; transform: translate(-50%, -50%); pointer-events: none; display: none; background-color: rgba(0, 0, 0, 0.48); color: #fff; width: 100px; height: 100px; border-radius: 100px; font-size: 14px; white-space: nowrap; z-index: 1000; color: #fff; font-family: Pretendard; font-size: 15px; font-style: normal; font-weight: 500; line-height: 9px; /* 50% */
 align-items: center; justify-content: center; } 

/* btn */
.btn-wrapper { display: flex; gap: 10px; justify-content: flex-end; } 
.btn-large { display: inline-flex; align-items: center; justify-content: center; background-color: #0072ff; padding: 0px 16px; height: 48px; border-radius: 12px; color: #fff; } 
.btn-large.purple { background-color: #540059; } 
.btn-large.purple:hover { background-color: #8a2d8f; } 
.btn-large.pink { background-color: #D2557F; } 
.btn-large.pink:hover { background-color: #e6769b; } 
.btn-large.blue { background-color: #28548C; } 
.btn-large.blue:hover { background-color: rgb(85, 135, 201); } 
.btn-large span { padding-right: 15px; } 
.btn-medium { display: inline-block; font-weight: 500; color: #004f9f; border: 1px solid #004f9f; padding: 4px 14px; min-width: 100px; text-align: center; font-size: 17px; line-height: 1.7; border-radius: 5px; cursor: pointer; margin-left: 10px; } 
.btn-medium:hover { background-color: #004f9f; color: #fff; } 
.btn-medium span { padding-right: 10px; } 
@media (max-width: 768px){
 .btn-large { padding: 10px 15px; font-size: 16px; height: 40px; border-radius: 9px; } 
 }

@media (max-width: 768px){
 .swiper-cont { width: 70%; } 
 .sec01 { height: 400px; } 
 .sec01 .sub-row { height: 300px; align-items: center; justify-content: center; } 
 .sec01-serch { margin-top: 200px; width: 95%; height: 45px; } 
 .sec01-title { font-size: 22px; line-height: 140%; word-break: keep-all; } 
 .sec01-cont01 { font-size: 18px; } 
 .sec01-cont01 span { font-size: 18px; } 
 .sec01-cont02 { font-size: 18px; } 
 .sec01-serch select { font-size: 16px; width: 97px; padding-left: 5px; } 
 .sec01-serch input { font-size: 16px; min-width: 150px; padding-left: 10px; } 
 .sec01-serch input::placeholder { font-size: 16px; } 
 .sec01-serch button { width: 20px; } 
 .sec01-scroll { gap: 20px; } 
 .sec01-scroll-cont { font-size: 16px; } 
 .fixed-box { zoom: 0.8; z-index: 10; } 
 .rolling-list li a { } 
 .rolling-list li a p:nth-child(4) { display: none; } 
 .rolling-list li a p:nth-child(1) { width: 80px; } 
 .rolling-list li a p:nth-child(2) { white-space: normal; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
 .rolling-list li a p:nth-child(3) { display: none; } 
 .rolling-list li a p { font-size: 16px; } 
 .rolling-list-wrap { padding: 16px; margin-top: 25px; } 
 .info-list-wrap { margin-top: 30px; } 
 .info-list li { padding: 24px; height: 100px; } 
 .info-list li a h3 { font-size: 24px; } 
 .info-list li a h3 { gap: 4px; } 
 .info-list li.is-active { padding: 24px; } 
 .info-list li a::after { width: 32px; } 
 .info-list li.is-active a::after { width: 32px; height: 32px; } 
 .info-list li.is-active > p { font-size: 14px; line-height: 130%; transition: none; } 
 .info-list-title { font-size: 18px; } 
 .map-list-title { margin-right: 0; justify-content: space-around; } 
 .map-list { /* max-height: fit-content; */
 padding-right: 0; overflow: auto; } 
 .map-list { grid-template-columns: 1fr 1fr; gap: 12px; } 
 .map-list img { /* width: calc(100% - 32px); */}

 .sec03 { border-radius: 45px 0 0 0; margin-top: 70px; padding-top: 50px; } 
 .map-title { font-size: 18px; margin-bottom: 30px; } 
 .map-list-title button { font-size: 16px; height: 54px; } 
 .map-list-title li button.is-active { font-size: 16px; padding: 16px; border-radius: 30px; } 
 .fixed-box { display: none; } 
 .sub-title-box h3 { font-size: 24px; } 
 .sub-title-box li { font-size: 16px; } 
 .sub-title-box { padding: 36px; border-radius: 25px 25px 100px 25px; } 
 .top-img-left { display: none; } 
 .top-img .sub-row { display: none; /* justify-content: center; */}
 .sub-title-box { margin-top: 60px; } 
 .sub-title-box { margin-bottom: 60px; } 
 .tab-inner-box01 p { font-size: 16px; } 
 .tab-inner-box01 { padding: 24px; } 
 .tab-inner-box02 ul { font-size: 16px; } 
 .s__tab02-title-wrap .s__tab02-title,
 .s__tab02-title-wrap .s__tab02-title.is-active { font-size: 18px; min-height: 90px; } 
 .tab-table01 .tab-table-box div { padding: 24px; } 
 .tab-table01 .tab-table-box div p { font-size: 16px; } 
 }

@media (max-width: 350px){
 .s__tab02-title-wrap .s__tab02-title,
 .s__tab02-title-wrap .s__tab02-title.is-active { font-size: 16px; min-height: 90px; } 
 }

.tbl-wrap { position: relative; } 
.tbl-wrap .table { min-width: 1000px; } 
.m-touch-help { display: none; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); min-width: 35px; min-height: 35px; width: 80%; height: 80%; background: url(/sites/www/images/sub/m-table-scroll.png) center no-repeat; background-size: contain; max-width: 70px; max-height: 70px; z-index: 10; /* 다른 요소 위에 표시되도록 설정 */}
@media (max-width: 1400px){
 .m-touch-help { display: block; } 
 }

.table>tbody>tr>td.left { text-align: left; } 
.table>tbody>tr>td>ul.blit { list-style-type: disc; margin-left: 20px; } 
.desc_l { font-size: 18px; color: #555; list-style: disc; margin-left: 20px; } 
.desc_o { list-style: auto; margin-left: 20px; } 

/* 컨텐츠 텍스트 */
.text-title { color: #0072ff;; font-size: 22px; font-style: normal; font-weight: 600; display: flex; align-items: center; line-height: 30px; margin-top: 60px; margin-bottom: 20px; } 
/* .text-title::before { content: ""; display: block; width: 24px; height: 24px; background: url(../images/sub/) no-repeat 50% 50%; background-size: contain; margin-right: 6px; } */

/* 리스트 */
.text-list-dept01 { position: relative; font-weight: 400; line-height: 1.7; margin-left: 20px; margin-bottom: 60px;  word-break: keep-all; } 
.text-list-dept02 { position: relative; font-weight: 400; line-height: 1.7; margin-left: 14px; word-break: keep-all; } 
.text-list-dept01>li, .text-list-dept02>li { position: relative;  font-size: 18px; } 
.text-list-dept01 >li::before, .text-list-dept02 >li::before { content: ""; display: inline-block; width: 7px; height: 7px; background: url(/sites/www/images/sub/list-bul03.svg) no-repeat center center; background-size: contain; flex-shrink: 0; position: absolute; left: -13px; top: 10px; } 


.text-list-type01 { counter-reset: list-counter; margin-bottom: 60px; line-height: 1.5; margin-left: 28px; } 
.text-list-type02 { counter-reset: list-counter; line-height: 1.5; margin-left: 28px; } 
.text-list-type01 > li, .text-list-type02 > li { position: relative; margin-bottom: 10px; counter-increment: list-counter; color: #383838;} 
.text-list-type01 > li::before, .text-list-type02 > li::before { content: counter(list-counter); position: absolute; left: -27px; top: 4px; width: 18px; height: 18px; background-color: #838383; color: white; font-weight: bold; text-align: center; line-height: 18px; border-radius: 50%; font-size: 13px; } 
.img-list { display: flex; justify-content: center; align-items: center; gap: 20px; padding: 20px 0; } 
.inner-title { font-size: 21px; font-weight: 600; color: #00134E; margin-bottom: 10px; } 
.img-list .img-wrapper { width: 450px; } 
.img-list .img-wrapper img { width: 100%; height: 100%; object-fit: cover; } 
.img-list .list-wrapper { max-width: 700px; flex: 1; padding-top: 50px;} 
.list-info { color: #df8f13; font-size: 17px; font-weight: 600; line-height:1.7;} 
@media (max-width: 768px){
 .text-list-dept01, .text-list-type01 { font-size: 16px; } 
 .text-list-type01 li::before { width: 16px; height: 16px; line-height: 16px; font-size: 13px; left: -23px; top: 6px; } 
 .img-list { flex-direction: column; }
 .img-list .list-wrapper { padding-top:0;}
 }

.list-dot-mark { padding-left: 17px; line-height: 1.5; } 
.list-dot-mark>li::before { content: ""; display: inline-block; width: 6px; height: 6px; background: url('/sites/www/images/sub/list-bul04.svg') no-repeat 50% 50%; margin-right: 2px; background-size: contain; flex-shrink: 0; position: absolute; left: -15px; top: 9px; } 
.list-dot-mark>li { position: relative; } 

.call { align-items: center; } 
.call > .text-title { margin: 0; margin-bottom: 10px; color: #004f9f } 






/*table*/
.table {width: 100%; background: white; position: relative; margin-bottom: 0;}
.table::before{content:""; display: block; width: 100%; height: 2px; background:#858585; position: absolute; top: 0; left: 0;}
.table::after{content:"";display: block;width: 2px;height: 100%;background: #fff;position: absolute;top: 0;right: -1px;}
.table caption {display: none;}
.table>thead>tr>th, .table>tbody>tr>th, .table>thead>tr>td, .table>tbody>tr>td {border-bottom: 1px solid #d2d2d2; box-sizing: border-box; padding:13px 13px; height: 40px;vertical-align: middle;text-align: center; border-right: 1px solid #d2d2d2; word-break: keep-all;line-height: 1.3;  font-size: 18px;}
.table>thead>tr>th, .table>tbody>tr>th {background: #fbfbfb;font-weight: 500;}
.table>thead>tr>th {background: #edf1f7; font-size: 19px; padding: 15px;}
.table>thead>tr>th:last-child, .table>tbody>tr>th:last-child, .table>thead>tr>td:last-child, .table>tbody>tr>td:last-child {}

@media all and (max-width:768px) {
  .table>thead>tr>th, .table>tbody>tr>th, .table>thead>tr>td, .table>tbody>tr>td  { font-size: 17px;}
}
@media all and (max-width:550px) {
  .table>thead>tr>th, .table>tbody>tr>th, .table>thead>tr>td, .table>tbody>tr>td  { font-size: 16px; padding: 10px;}
}

/* mobile table drag icon */
.tbl-wrap { position: relative; } 
.tbl-wrap .table { min-width: 1000px; } 
.ico-touch-help { display: none; position: absolute; top: 10%; left: 50%; transform: translateX(-50%); min-width: 35px; min-height: 35px; width: 80%; height: 80%; background: url(../images/sub/m-table-scroll.png) center no-repeat; background-size: contain; max-width: 70px; max-height: 70px; } 

 @media (max-width: 1400px){
 .tbl-wrap { overflow-x: auto; } 
 .ico-touch-help { display: block; } 
 }