@charset "utf-8";
body .sub-container{
    font-size: 1.2rem !important;
}

@media (min-width: 992px) {
    .depth03-list > li > .menuitem {
        font-size: 19px;
    }
}

@media(min-width: 1400px) {
    /* 1차 메뉴 */
    .depth01-list > li > .menuitem {font-size: 18px !important;}
    .depth02-list > li > .menuitem {font-size: 18px !important; }
}
@media(min-width: 1600px) {
    /* 1차 메뉴 */
    .depth01-list > li > .menuitem {font-size: 19px !important;}
    .depth02-list > li > .menuitem {font-size: 18px !important; }
}
@media(min-width: 1700px) {
    /* 1차 메뉴 */
    .depth01-list > li > .menuitem {font-size: 21px !important;}
    .depth02-list > li > .menuitem {font-size: 19px !important; }
}
@media(min-width: 1850px){
    .depth01-list > li > .menuitem {font-size: 24px !important;}
    .depth02-list > li > .menuitem {font-size: 22px !important; }
}
@media(min-width: 1900px){
    .depth01-list > li > .menuitem {padding: 0 30px !important;}
}

#gnb {padding: 0 0px;justify-content: center;}
.form-select:disabled.req + .ts-wrapper.form-select, .form-control:disabled.req, .form-control[readonly] {border: 1px solid #e9ecef}

#gnb-pc .depth02-list > li > .menuitem {
    font-size: 22px;
}

#gnb-pc .depth03-list > li > .menuitem {
    font-size: 17px;
}
    
.article-chk{float:none;}

 .news{
    border-radius: 55px;
    background-color: #F2F4F5;
    padding: 25px 0px;
}
@media (min-width: 1200px) {
    .board-search-wrap .board-search {
        margin-bottom: 35px;
    }
}
.gnb-action .action.signup2 {
    background-color: #007bff;
}

.introduce-section {
    padding: 60px 0 30px;
}
.layout-wrap {
    min-height: 72dvh;
}

#gnb-pc {
    position: fixed;
}    
@media (min-width: 1500px) {
    #gnb-pc .depth01-list > li {
         width: calc((100% - 125px) / 6); 
    }
}

#gnb-pc .depth01-list {
    justify-content: center;
}

.inner2{
    padding: 22px 25px 22px 32px;
    position: relative;
    border-radius: var(--radius);
    /* padding: 54px 20px 20px; */
    height: 100%;
    min-height: 74px;
    border: 2px dotted var(--bs-gray-300);
}

.b-privacy-box.type01 p{
    font-size: 18px;
}

.bn-write-common01 p.info-text{
    padding-left: 24px;
}
@media (min-width: 992px) {
    .top-main.fixed {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        width: 100%;
        border-bottom: none;
        padding: 0px 60px;
    }
    .top-main-dummy {
        height: 88px;
    }
}
@media (min-width: 1300px) {
    .top-main-dummy {
        height: 88px;
    }
}
.header-wrap {
    max-width: none;
}

/* footer main */
.footer-main {
    position: relative;
    padding-bottom: 25px;
    background-color: #2a292f;
    color: #fff;
}
.container.footer-main-container {
    max-width: 100%;
}
.footer-main > .container > .row {  
    position: relative;
    padding: 7px 0 10px;
}
.footer-main > .container > .row:first-child > [class|="col"]::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #565763;
}
.term-list {
    height: 100%;
    flex-wrap: wrap;
    justify-content: center;
    display: block;
}
.term-list > li {
    position: relative; 
    margin-left: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: inline-block;
    width: 49%;
    max-width: none;
    text-align: center;
}
.cont-main .digital-link-list li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    display: flex;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
}
.term-list > li:first-child {
    margin-left: 0;
}
.term-list > li > a {
    font-size: 15px;
    color: white;
    text-decoration: none;
    white-space: nowrap;
    letter-spacing: -0.1em;
}
.term-list > li > a:hover,
.term-list > li > a:focus {
    text-decoration: underline;
}
.term-list > li:first-child > a {
    color: #00ffff;
}
.address-layout {
    flex-direction: row;
    flex-wrap: wrap;
}
.ly-item-address {
    flex: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%;
    text-align: center;
}
.ly-item-address address {
    font-style: normal;
    font-size: 13px;
    word-break: keep-all;
}
.copyright {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 16px;
    text-transform: uppercase;  
}
.rel-site-col {
    text-align: center;
}
@media (min-width: 340px) {
    .footer-main > .container > .row {  
        padding: 20px 0;
    }
    .footer-main > .container > .row:first-child > [class|="col"]::after {
        bottom: -20px;
    }
    .term-list {
        display: flex;
        align-items: center;
    }
    .term-list > li {
        width:auto;
        padding-right: 15px;
        display:block;
    }
}
@media (min-width: 380px) {
    .term-list > li > a {
        color: white;
        text-decoration: none;
        white-space: nowrap;
    }
}
@media (min-width: 400px) {
    .term-list > li > a {
        letter-spacing: -0.05em;
    }
}
@media (min-width: 450px) {
    .term-list > li > a {
        font-size: 14.5px;
    }
}
@media (min-width: 500px) {
    .term-list > li > a {
        font-size: 15px;
    }
}
@media (min-width: 576px) {
    .footer-banner > .container {
        max-width: none;
    }
    .footer-main > .container > .row:first-child > [class|="col"]::after {
        bottom: -25px;
    }
    .term-list > li {       
        flex: 0 1 auto;
        text-align: left;
    }
    .term-list > li > a {
        font-size: 15px;
    }
}
@media (min-width: 768px) {
    .footer-main > .container > .row {      
        height: auto;
    }
    .footer-main > .container > .row:first-child > [class|="col"]::after {
        display: none;
    }
    .term-list {
        justify-content: flex-start;
    }
    .term-list > li {
        padding-right: 0;
        margin-right: 30px;
    }
    .term-list > li:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -18px;
        transform: translateY(-50%);
        display: inline-block;
        width: 1px;
        height: 14px;
        border-radius: 50%;
        background-color: #747580;
    }
    .term-list > li > a {
        font-size: 1rem;
    }
    .footer-main::after {
        display: none;
    }
    .footer-main > .container > .row:nth-child(2) {
        padding-bottom: 0;
    }
    .footer-main > .container > .row:first-child::after {
        content: "";
        position: absolute;
        left: 15px;
        bottom: 2px;
        display: block;
        width: calc(100% - 30px);
        border-bottom: 1px solid #565763;
    }
    .ly-item-address address {
        font-size: 15px;
    }
    .address-layout {
        flex-wrap: nowrap;
    }
    .ly-item-address {
        flex: 1;
        text-align: left;
    }
    .copyright {
        font-size: 13px;
        margin-bottom: 0;
    }   
    .rel-site-col {
        text-align: right;
    }
}
@media (min-width: 992px) {
    .footer-banner > .container {max-width: 960px;}
    .container.footer-main-container {
        position: relative;
        max-width: 960px;           
    }
    .ly-item-address address {
        font-size: 16px;
    }
}
@media (min-width: 1200px) {
    .footer-banner > .container {max-width: 1140px;}
    .container.footer-main-container {
        max-width: 1140px;          
    }
    .footer-banner-title {
        display: block;
    }
} 
@media (min-width: 1400px) {
    .footer-banner > .container {max-width: 1340px;}
    .container.footer-main-container {
        max-width: 1340px;          
    }
}

#footer{
    margin-top: 0px;
}

/********** Footer **********/
/***************************************************** 
TB 푸터
*****************************************************/

.footer-banner > .container {
    position: relative;
}
.footer-banner [class|="col"] {
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 60px;
}
.footer-banner [class|="col"]:last-child {
    padding-top: 0;
}

.footer-banner [class|="col"]:first-child { 
    display: flex;
    align-items: center;
    justify-content: center;
}
@media(min-width: 992px) {
    .footer-banner [class|="col"]:first-child { 
        justify-content: space-between;
    }
    .footer-banner [class|="col"]:last-child {
        padding-top: 15px;
    }
}
.footer-banner-title {
    display: none;
    font-size: 1.25rem;
    font-weight: 500;
    color: #222;
}
.footer-banner-carousel .item {
    padding-left: 1px;
    padding-right: 1px;
}
.footer-banner-carousel .item a {
    position: relative;
    display: block; 
    height: 60px;
    padding: 0 20px;
    border: 1px solid #ccc;
    overflow: hidden;
}
.footer-banner-carousel .item img {
    width: auto;
    max-width: 85%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.carousel-wrapper {
    position: relative;
}
.footer-banner .owl-nav-wrapper {
    padding: 0 25px;
}

.footer-banner .fb-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-banner .fb-nav [class*='owl-'] {
    width: 40px;
    height: 40px;
    background: #f2f3f5;
    border-radius: 50px;
    position: relative;
}
.footer-banner .fb-nav [class*='owl-']::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 10px;  
    background: url(/_res/kibotb/ktbs/img/icon-arrow-long.svg) no-repeat center;
}
.footer-banner .fb-nav [class*='owl-'].owl-prev::before {
    transform: translateY(-50%) scaleX(-1);
    left: -25px;
}
.footer-banner .fb-nav [class*='owl-'].owl-next::before {
    right: -25px;
}
.footer-banner .fb-nav [class*='owl-'].play-pause {
    background: url(/_res/kibotb/ktbs/img/icon-pause-big.svg) no-repeat center;
}
.footer-banner .fb-nav [class*='owl-'].play-pause.play {
    background: url(/_res/kibotb/ktbs/img/icon-play-big.svg) no-repeat center;
}
.footer-banner .fb-nav [class*='owl-'].play-pause::before {
    display: none;
}

@media(min-width: 768px) {
    .footer-banner .fb-nav [class*='owl-'] {
        width: 50px;
        height: 50px;
    }
}

@media (min-width: 576px) {
    .footer-banner > .container {
        max-width: none;
    }
    .footer-main > .container > .row:first-child > [class|="col"]::after {
        bottom: -25px;
    }
    .term-list > li {       
        flex: 0 1 auto;
        text-align: left;
    }
    .term-list > li > a {
        font-size: 15px;
    }
}


@media (min-width: 992px) {
    .footer-banner > .container {max-width: 960px;}
    .container.footer-main-container {
        position: relative;
        max-width: 960px;           
    }
    .ly-item-address address {
        font-size: 16px;
    }
}
@media (min-width: 1200px) {
    .footer-banner > .container {max-width: 1140px;}
    .container.footer-main-container {
        max-width: 1140px;          
    }
    .footer-banner-title {
        display: block;
    }
} 
@media (min-width: 1400px) {
    .footer-banner > .container {max-width: 1340px;}
    .container.footer-main-container {
        max-width: 1340px;          
    }
}

