/* */

#ctt .sec-inner {
    max-width: 1200px;
    margin: 0 auto;
}

#ctt .line-bottom {
    border-bottom: 1px solid #ccc !important;
}

/* 서브 비주얼 */

.sub-visual {
    position: relative;
    overflow: hidden;
    height: 350px;
}

.sub-visual .bg {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 1;
    transform: scale(1.3);
}

.sub-visual.active .bg {
    opacity: 1;
    transform: scale(1) rotate(0.01deg);
    transition: transform 5s ease .3s, opacity 2s ease 1s;
}

.sub-visual._service .bg {
    background-image: url(../img/page/visual_1.jpg);
}

.sub-visual._fare .bg {
    background-image: url(../img/page/visual_2.jpg);
}

.sub-visual._notice .bg {
    background-image: url(../img/page/visual_3.jpg);
}

.sub-visual._data .bg {
    background-image: url(../img/page/visual_4.jpg);
}

.nav-online {
    display: none !important;
}

.inner {
    width: 1240px;
    margin: 0 auto;
}

.sub-visual .txt {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sub-visual.active .txt {
    -webkit-mask-image: linear-gradient(-70deg, rgba(0, 0, 0, 0) 47.5%, rgba(0, 0, 0, 1) 52.5%);
    -webkit-mask-size: 250% 100%;
    animation: reveal 7s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}

@keyframes reveal {
    0% {
        -webkit-mask-position: 100% 0;
        opacity: 0;
    }

    100% {
        -webkit-mask-position: 0 0;
        opacity: 1;
    }
}

.sub-visual h2 {
    font-size: 36px !important;
    font-weight: 600;
}

/* */

.page-title {
    margin: 60px 0 15px;
    padding: 0 0 30px;
    border-bottom: 1px solid #D7D7D7;
}

/* category */

.nav-pills.d-flex.line-bottom {
    border-bottom: 1px solid #eee !important;
    column-gap: 15px;
}

/* */

.custom-tab {
    padding: 10px 5px;
    border: 1px solid #5cbf27;
    background-color: white;
    font-weight: 500;
    color: #5cbf27;
    text-align: center;
    border-radius: 9999px;
    transition: all 0.2s ease-in-out;
}

.custom-tab:hover {
    background-color: #e6f6df;
    text-decoration: none;
}

.custom-tab.active {
    background-color: #5cbf27;
    color: white;
}

/* 소개 */

.ctt_service ._box {
    min-height: 300px;
    padding: 50px 30px;
    border: 1px solid transparent; /* border 공간 확보 */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.ctt_service ._box._sec {
    min-height: auto;
}

.ctt_service ._box .stit {
    color: #60B515;
    text-align: center;
}

.ctt_service ._box span.note {
    display: block;
    margin: 10px 0 0;
    font-size: 13px;
    color: #666;
}

.ctt_service .circle-title {
    display: flex;
    position: relative;
}

.ctt_service .char {
    position: relative;
}

.ctt_service .char::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    background-color: #60B515;
    border-radius: 50%;
}

/* 서비스 */

#sct .breadcrumb {
    display: none;
}

#sct #sct_ct {
    display: none;
}

#sct #sct_sort {
    display: none;
}

#sct_location {
    margin: 30px 0 0;
}

/* 공통 화살표 스타일 */
.ctt_service .g-col-lg-4::before {
    content: "";
    position: absolute;
    left: -26px;
    top: 50%;
    width: 13px;
    height: 21px;
    transform: translateY(-50%);
    background-image: url(../img/page/ico_arr.png);
    font-size: 2rem;
    color: #ccc;
}

/* 첫 번째 박스는 화살표 제거 */
.ctt_service .g-col-lg-4:first-of-type::before {
    content: none;
}

/* 위치 기준이 되도록 relative 설정 */
.ctt_service .g-col-lg-4 {
    position: relative;
}


/* 요금 */

.card-fare .line-top {
    border-top: 1px solid #ddd !important;
}

.sec-fare ._box {
    min-height: 200px;
    padding: 50px 30px;
    border: 1px solid #60B515; /* border 공간 확보 */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.sec-fare ._box._sec {
    min-height: auto;
}

.sec-fare ._box .stit {
    color: #60B515;
    text-align: center;
}

.sec-fare ._box span.note {
    display: block;
    margin: 10px 0 0;
    font-size: 13px;
    color: #666;
}

/* 공통 화살표 스타일 */
.sec-fare .g-col-lg-4::before {
    content: "";
    position: absolute;
    left: -26px;
    top: 50%;
    width: 13px;
    height: 21px;
    transform: translateY(-50%);
    background-image: url(../img/page/ico_arr.png);
    font-size: 2rem;
    color: #ccc;
}

/* 첫 번째 박스는 화살표 제거 */
.sec-fare .g-col-lg-4:first-of-type::before {
    content: none;
}

/* 위치 기준이 되도록 relative 설정 */
.sec-fare .g-col-lg-4 {
    position: relative;
}

/* 고객센터 */

.bo-free {
    max-width: 650px; 
    margin: 0 auto !important;
}

.bo-free .list-group-flush>.list-group-item {
    border-bottom: 0 !important;
}

.sec-free ._2 h2 {
    color: #666666;
}

.sec-free .list-group-item {
    border: 0;
}