:root {
    --bs-theme: #00a865;
}
/* total */
.contBr {
    display: block;
}

.dashline {
    width: 100%;
    height: 1px;
    display: inline-block;
    margin: 30px 0;
    border-bottom: dashed 1px #ccc;
}
.dashline-sm {
    width: 100%;
    height: 1px;
    display: inline-block;
    margin: 15px 0;
    border-bottom: dashed 1px #ccc;
}
.Arealine {
    height: 1px;
    width: 100%;
    display: inline-block;
    margin: 40px 0;
    border-bottom: solid 1px #ddd;
}

.bluetxt {
    color: #005fca;
}
.bluebar {
    width: 40px;
    height: 2px;
    background: #00aff0;
    display: inline-block;
    margin: 20px 0;
}
.bg-color-01 {
    background-color: #3fb37b !important;
}
.bg-color-02 {
    background-color: #d35480 !important;
}
.bg-color-03 {
    background-color: #45607e !important;
}
.theme-color-02 {
    --fa-secondary-opacity: 0.3;
    --fa-primary-color: #d35480;
    --fa-secondary-color: #d35480;
}
.theme-color-03 {
    --fa-secondary-opacity: 0.3;
    --fa-primary-color: #45607e;
    --fa-secondary-color: #45607e;
}
.theme-color-04 {
    --fa-secondary-opacity: 0.3;
    --fa-primary-color: #f59c1a;
    --fa-secondary-color: #f59c1a;
}
.border-color-01 {
    border-color: #3fb37b !important;
}
.border-color-02 {
    border-color: #d35480 !important;
}
.text-color-01 {
    color: #3fb37b !important;
}
.text-color-02 {
    color: #d35480 !important;
}
.text-color-03 {
    color: #45607e !important;
}
.h-60px {
    height: 60px !important;
}
.w-96px {
    width: 96px !important;
}
.h-96px {
    height: 96px !important;
}
.fw-black {
    font-weight: 900 !important;
}
/* title type */
.tit01 {
    padding-left: 22px;
    margin: 0 0 20px;
    background: url("/assets/common/img/basic/title_bg_01.png") no-repeat 0 2px;
    color: #111;
    font-family: "notokr-regular";
    font-size: 20px;
    font-weight: bold;
}
.tit02 {
    padding-left: 30px;
    margin: 0 0 15px;
    background: url("/assets/common/img/basic/title_bg_02.png") no-repeat 15px
        4px;
    color: #222222;
    font-size: 18px;
    font-weight: normal;
}
.tit03 {
    padding-left: 30px;
    margin: 0 0 10px;
    background: url("/assets/common/img/basic/title_bg_03.png") no-repeat 18px
        3px;
    color: #222222;
    font-size: 16px;
    font-family: "notokr-regular";
}

.txt01 {
    font-size: 15px;
    line-height: 1.5;
    padding-left: 15px;
    color: #666;
}
.txt01_sm {
    margin-bottom: 40px;
    font-size: 15px;
    padding-left: 12px;
    color: #767676;
}
.txt01_sm li {
    margin-bottom: 3px;
    padding-left: 12px;
    background: url("/assets/common/img/basic/ul_bg.png") 0 center no-repeat;
}

.content-table {
    border: none;
}
.content-table thead {
    border-radius: 12px;
}
.content-table caption {
    display: none;
}
.content-table thead tr {
}
.content-table thead tr th {
    text-align: center;
    background: #fafafa;
    color: #444;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.5px;
    padding: 15px;
    border: none;
    position: relative;
    border-top: 1px solid #333 !important;
    border-bottom: 1px solid #333 !important;
}
.content-table thead tr th:not(:first-child)::after {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    width: 1px;
    height: 20px;
    background: #e6e6e6;
}
.content-table tbody {
}
.content-table tbody tr {
}
.content-table tbody tr:nth-child(2n) {
    background: #fdfdfd;
}
.content-table tbody tr td {
    border: none;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 20px;
    vertical-align: middle;
    color: #313131;
    letter-spacing: -0.4px;
}
.content-table tbody tr td:first-child {
    text-align: center;
    word-break: keep-all;
}
/**/
.txt-box {
    width: 100%;
    border: solid 1px #e5e5e5;
    border-radius: 12px;
    padding: 15px;
    font-size: 16px;
    color: #555;
}
.txt-gray-box {
    width: 100%;
    background-color: #f9f9f9;
    border-radius: 12px;
    padding: 30px;
    font-size: 16px;
    color: #555;
}
.txt-box > div {
    overflow-y: auto;
    height: 350px;
}
.txt-box h5 {
    margin: 25px 0 15px!important;
    font-weight: 700 !important;
    font-size: 20px;
}
.txt-box p {
    margin-bottom: 8px;
}
.txt_box02 {
    clear: both;
    background: url(/assets/common/img/basic/slash_bg.png) repeat;
    width: 100%;
    padding: 10px;
    display: inline-block;
}
.txt_box02 .inner {
    background: #fff;
    width: 100%;
    padding: 20px;
}

.icon_list {
}
.icon_list li {
    float: left;
    margin: 10px 0 0;
    text-align: center;
}
.icon_list li p {
    margin: 20px 0 0;
    padding: 0 30px;
    font-size: 14px;
    color: #777;
}

.ul_list {
    margin-bottom: 0;
    font-size: 16px;
    padding: 0 0 0 12px;
}
.ul_list li {
    margin-bottom: 8px;
    padding-left: 8px;
    background: url("/assets/common/img/basic/ul_bg.png") no-repeat 0px 8px;
    color: #777;
}
.ul_list li a {
    color: #777;
}

.ol_list {
    margin: 0 0 0;
    padding: 0 0 0 20px;
    font-size: 15px;
}
.ol_list li {
    margin-bottom: 10px;
    color: #777;
}

.cont-title01 {
    position: relative;
    margin: 40px 0 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 38px;
    letter-spacing: -0.03em;
    color: #000000;
}
.cont-title01::before {
    content: "";
    background: #00a865;
    width: 8px;
    height: 8px;
}
.cont-title01::after {
    content: "";
    background: #414e8a;
    width: 8px;
    height: 8px;
}

.cont-title03 {
    position: relative;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.03em;
    color: #000000;
}

/*-- --*/
.content-tab-nav {
}
.content-tab-nav ul{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    background-color: #f5f5f5;
    margin: 40px 0;
    border-radius: 32px;
    overflow: hidden;
}
.content-tab-nav ul li {
    flex: 1;
}
.content-tab-nav ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 62px;
    border-radius: 50px;
    color: #767676;
    font-size: 20px;
    font-weight: 500;
}
.content-tab-nav ul li.active a {
    font-weight: 700;
    background-color: var(--bs-theme);
    color: #fff;
}
/* 오시는길 - google maps */
.map-wrap .root_daum_roughmap_landing {
    background: transparent;
    margin: 0;
    overflow: hidden;border-radius: 12px;
}
.map-wrap .root_daum_roughmap .cont {
    display: none!important;
}



/* 말풍선 회사홈페이지 링크 css */
a:link.map_Content {
    text-decoration: none;
    color: #333;
}
a:active.map_Content {
    text-decoration: none;
    color: #333;
}
a:visited.map_Content {
    text-decoration: none;
    color: #333;
}
a:hover.map_Content {
    text-decoration: none;
}
.bar {
    margin: 35px 0;
    height: 1px;
    background: hsl(0, 0%, 87%);
    border: 0;
}
/*--*/
.introduce-wrap {
    position: relative;
    display: flex;
    background-image: url(/assets/common/img/user/section04_img.jpg);
    background-position: top center;
    background-size: cover;
    height: 600px;
    border-radius: 32px 120px 32px 32px;
}
.introduce-title {
    margin: 25px 0 0 25px;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
}
.introduce-item {
    position: absolute;
    display: flex;
    align-items: center;
    padding: 30px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    font-size: 20px;
    font-weight: 500;
}
.introduce-item.first {
    right: 15%;
    top: 15%;
    border-radius: 24px 24px 24px 0px;
}
.introduce-item.second {
    left: 12%;
    top: 50%;
    border-radius: 24px 24px 0px 24px;
}
.introduce-item.third {
    right: 15%;
    bottom: 15%;
    border-radius: 0px 24px 24px 24px;
}
.floor-wrap {
    background-color: #f5f5f5;
    padding: 30px;
    border-radius: 32px;
}
.floor-tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.floor-tabs li {
    flex: 1;
}
.floor-tabs li a {
    background-color: #fff;
    text-align: center;
    display: block;
    padding: 15px 25px;
    border-radius: 55px;
    font-size: 24px;
    font-weight: 700;
    color: #333;
}
.floor-tabs li:nth-child(1) a:hover,
.floor-tabs li:nth-child(1).active a {
    background-color: #4f2b73;
    color: #fff;
    border-color: #4f2b73;
}
.floor-tabs li:nth-child(2) a:hover,
.floor-tabs li:nth-child(2).active a {
    background-color: #d77734;
    color: #fff;
    border-color: #d77734;
}
.floor-tabs li:nth-child(3) a:hover,
.floor-tabs li:nth-child(3).active a {
    background-color: #389d95;
    color: #fff;
    border-color: #389d95;
}
.floor-tabs li:nth-child(4) a:hover,
.floor-tabs li:nth-child(4).active a {
    background-color: #3da13a;
    color: #fff;
    border-color: #3da13a;
}
.floor-wrap {
    background-color: #f5f5f5;
    padding: 30px;
    border-radius: 32px;
}

.floor-content-box {
    margin-top: 15px;
    background-color: #fff;
    border-radius: 32px;
    overflow: hidden;
}
.content-info-box {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 30px;
    border: solid 1px #eee;
    border-radius: 16px;
}
.content-info-icon {
    display: flex;
    width: 64px;
    height: 64px;
    justify-content: center;
    margin-right: 15px;
}
.content-info-icon i {
    font-size: 48px;
    color: #ddd;
}
.content-info-box-cont {
}
.content-info-title {
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.5px;
    color: #2c3e50;
}
.content-info-ul {
}
.content-info-ul > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background: #999999;
}
.content-info-ul > li {
    position: relative;
    display: flex;
    padding-left: 10px;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.5px;
}
.content-info-ul > li:last-child {
    margin-bottom: 0px;
}
.content-info-ul > li strong {
    margin-right: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.5px;
}
.content-info-ul > li p {
    flex: 1;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.5px;
}

/* 오시는길 */
.map-wrap .os_mac .roughmap_maker_label .roughmap_lebel_text {
    font-family: "Noto Sans Kr", sans-serif;
    font-size: 15px;
    padding: 12px 15px;
}
.map-cont .map-info {
    margin-top: 50px;
}
.map-cont .map-info .map-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.map-cont .map-info .map-title i {
    display: inline-block;
    margin-right: 8px;
}
.map-cont .map-info .map-txt {
    font-size: 18px;
    margin-bottom: 8px;
}
.map-cont .map-info .map-sub-txt {
    font-size: 16px;
    color: #676767;
    margin-bottom: 8px;
}
.map-cont .map-info .map-btn {
    margin-top: 10px;
}
.map-cont .map-info .map-btn a {
    display: inline-block;
    max-width: 150px;
    width: 100%;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border-radius: 32px;
}
.map-cont .map-info .map-btn a.naver-link-btn {
    background-color: #05d141;
    color: #fff;
    margin-right: 5px;
}
.map-cont .map-info .map-btn a.kakao-link-btn {
    background-color: #f2da00;
    color: #11151d;
}
.bus-info {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.bus-info .bus-txt {
    display: block;
    font-size: 16px;
    color: #676767;
    margin-left: 10px;
}
.bus-info .bus-list .bus-num {
    display: inline-block;
    margin: 2px;
    padding: 2px 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    border-radius: 6px;
}
.bus-info .bus-list .bus-num.red {
    background-color: #ff4a4a;
}
.bus-info .bus-list .bus-num.blue {
    background-color: #386de8;
}
.bus-info .bus-list .bus-num.green {
    background-color: #3cc344;
}
/*--*/
.content-step-ul {
    display: flex;
    flex-wrap: wrap;
}
.content-step-ul li {
    position: relative;
    width: calc(20% - 40px);
    margin: 0 20px 20px;
}
.content-step-ul li:first-child:before {
    display: none;
}
.content-step-ul li::before {
    content: "\f356";
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translatey(-50%);
    font-family: "Font Awesome 6 pro";
    font-weight: 900;
    font-size: 26px;
    color: #ccc;
}
.content-step-info {
padding: 15px;
border: solid 1px #eee;
border-radius: 16px;

}
.content-step-info dl  {
    position: relative;
    display: flex;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.5px;
}
.content-step-info dl:last-child {
    border: 0;
}
.content-step-info dl > dt {
    background-color: #fafafa;
    width: 160px;margin-right: 10px;
    padding: 10px 15px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.5px;
}
.content-step-info dl > dd {
    flex: 1;
    border-bottom: solid 1px #eee;
    padding: 10px 15px;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.5px;
}
/*--*/
.item-box {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 15px;
    border: solid 1px #eee;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
}
.item-box.rows {
    flex-direction: row;
    align-items: flex-start;
}
.item-box .img {
    position: relative;
    background-color: #f5f5f5;
    width: 96px;
    height: 96px;
    border-radius: 50%;
}
.item-box .img::before {
    content: "";
    position: absolute;
    background-position: center;
    background-size: contain;
    top: 50%;
    width: 96px;
    height: 96px;
    transform: translateY(-50%);
}
.item-box .img.img01::before {
    content: "";
    background-image: url(/assets/common/img/content/content_0201_icon01.png);
}
.item-box .img02::before {
    content: "";
    background-image: url(/assets/common/img/content/content_0201_icon02.png);
}
.item-box .img03::before {
    content: "";
    background-image: url(/assets/common/img/content/content_0201_icon03.png);
}
.item-box .img04::before {
    content: "";
    background-image: url(/assets/common/img/content/content_0201_icon04.png);
}
.item-box .icon {
    display: flex;
    background-color: #f5f5f5;
    width: 96px;
    height: 96px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.item-box .icon i {
    font-size: 36px;
}
.item-box .cont {
    margin-top: 10px;
    text-align: center;
}
.item-box .cont strong {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #333;
}
.item-box .cont p {
    margin-top: 5px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.5px;
    font-weight: 400;
    color: #333;
}
/*--*/
.product-introduce-wrap {
    position: relative;
    display: flex;
    background-image: url(/assets/common/img/content/content_0201_img.jpg);
    background-position: top center;
    background-size: cover;
    height: 600px;
    border-radius: 32px 120px 32px 32px;
    justify-content: flex-end;
    align-items: flex-end;
}
.product-introduce-info {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 0 24px 24px 24px;
    margin: 0 30px 30px 0;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.product-introduce-info .content-info-ul li {
    align-items: center;
    padding: 0;
}
.product-introduce-info .content-info-ul li::before {
    display: none;
}
.product-introduce-ul {
    flex-wrap: wrap;
}
.product-introduce-ul li {
}
/*- 브랜드 -*/
.brand-color-01 { background-color:#636466; }
.brand-color-02 { background-color:#0baf4d; }
.brand-color-03 { background-color:#f26641; }
.brand-color-04 { background-color:#0095da; }
.brand-color-05 { background-color:#16c1f3; }
.brand-logo { background-color:#636466; }.privacy-wrap {
    display: flex;
    flex-wrap: wrap;
}
/*- 개인정보 취급방침 -*/
.privacy-wrap .privacy-tabs{
    width: 100%;
    background-color: #fff;
    padding: 30px;
    border: solid 1px #eee;
    border-radius: 24px;
}
.privacy-wrap .privacy-item {
    flex: 1;
}
.privacy-wrap .privacy-item a{
    display: block;
    padding: 10px 15px;
    border: solid 1px #fff;
    border-radius: 12px;
    font-size: 18px;
    color: #444;
}
.privacy-wrap .privacy-item a:hover{
    border: solid 1px #ddd;
}
.privacy-wrap .privacy-item img{
    width: 32px;
    margin-right: 10px;
}
.privacy-wrap .privacy-content {

}
.privacy-wrap .privacy-content p{
    font-size: 16px;
    line-height: 24px;
    color: #444;
    margin-bottom: 10px;
}
.circle-list > li{
     display: flex;
    margin-bottom: 10px;font-size: 16px;
}
.circle-list li > .text {
    width: calc(100% - 22px);
}
.circle-list > li::before{content: ''; margin-right: 5px; font-size: 14px;}
.circle-list > li:nth-child(1)::before {content: '①';}
.circle-list > li:nth-child(2)::before {content: '②';}
.circle-list > li:nth-child(3)::before {content: '③';}
.circle-list > li:nth-child(4)::before {content: '④';}
.circle-list > li:nth-child(5)::before {content: '⑤';}
.circle-list > li:nth-child(6)::before {content: '⑥';}
.circle-list > li:nth-child(7)::before {content: '⑦';}
.circle-list > li:nth-child(8)::before {content: '⑧';}
.circle-list > li:nth-child(9)::before {content: '⑨';}
.circle-list > li:nth-child(10)::before{content: '⑩';}
.circle-list > li:nth-child(11)::before{content: '⑪';}
.circle-list > li:nth-child(12)::before{content: '⑫';}
.circle-list > li:nth-child(13)::before{content: '⑬';}
.circle-list > li:nth-child(14)::before{content: '⑭';}
.circle-list > li:nth-child(15)::before{content: '⑮';}
.privacy-table table{
    width:100%;
}
.privacy-table table thead tr th {
    text-align: center;
    padding: 10px 15px;
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
}
.privacy-table table tbody tr td {
    width: 100px;
    padding: 10px 15px;
    text-align: center;
    border: 1px solid #e5e5e5;
}

@media (max-width: 1023px) {
    .content-tab-nav ul li a {
        font-size: 16px;
        height: 50px;
    }
    .floor-tabs {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 20px;
    }
    .floor-tabs li {
        width: 100%;
    }
    .floor-tabs li a {
        padding: 10px 25px;
    }

    .content-info-box {
        flex-direction: column;
    }
    .content-info-icon {
    }

    .content-info-box-cont {
    }
    .content-info-title {
        margin-bottom: 15px;
        font-style: normal;
        font-weight: 700;
        font-size: 26px;
        line-height: 32px;
    }

    .introduce-wrap {
        position: relative;
        height: 600px;
        border-radius: 24px 60px 24px 24px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .introduce-title {
        margin: 0 0 15px;
        font-size: 32px;
        font-weight: 600;
        color: #fff;
        text-shadow: 0 2px 15px rgb(0, 0, 0.1);
    }
    .introduce-item {
        position: relative;
        flex: 1;
        margin-bottom: 15px;
        font-size: 20px;
        font-weight: 500;
        text-align: center;
        justify-content: center;
    }
    .introduce-item.first {
        right: auto;
        top: auto;
        border-radius: 16px;
    }
    .introduce-item.second {
        left: auto;
        top: auto;
        border-radius: 16px;
    }
    .introduce-item.third {
        right: auto;
        bottom: auto;
        border-radius: 16px;
    }
    .content-step-ul li {
        width: calc(33.3% - 40px);
    }
    /*--*/
    .item-box .icon {
        width: 64px;
        height: 64px;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
    }
    .item-box .icon i{
        font-size: 24px;
    }
    .item-box .cont strong {
        font-size: 18px;
        line-height: 24px;
    }
    .item-box .cont p {
        font-size: 16px;
        line-height: 22px;
    }
    .item-box .cont p br{
        display:none;
    }
    .product-introduce-info {
        background-color: rgba(255, 255, 255, 0.95);
        border-radius: 0 24px 24px 24px;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .content-info-ul > li  {
        flex-direction: column;
    }
    .content-info-ul > li strong {
        display: block;
        margin-right: 0px;margin-bottom: 5px;
    }
    .content-step-info dl  {
        flex-direction: column;
    }
    .content-step-info dl > dt {
        width: auto;
    }
}

@media (max-width: 540px) {
    .content-step-ul li {
        position: relative;
        width: calc(100% - 0px);
        margin: 0 0px 40px;
    }
    .content-step-ul li::before {
        content: "\f354";
        position: absolute;
        top: -40px;
        left: 50%;
        transform: translateX(-50%);
        font-family: "Font Awesome 6 pro";
        font-weight: 900;
        font-size: 26px;
        color: #ccc;
    }
}
