@font-face {
    font-family: 'Independence_hall';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2102-01@1.0/Independence_hall.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.wb_ka {
    word-break: keep-all;
}

.ff-hall {
    font-family: 'Independence_hall' !important;
}

.fc-gold {
    color: #946d3f !important;
}

.fc-gold2 {
    color: #e0a242 !important;
}

.fc-navy {
    color: #0a2d63 !important;
}

.gray_bg {
    background-color: #f0f0f0;
}

.h145 {
    min-height: 145px;
}

.h100 {
    min-height: 100px
}

.h200 {
    min-height: 200px;
}

.w-60 {
    width: 60% !important;
}

.fc-black {
    color: #383838 !important;
}

.border_gray {
    border: 1px solid #e6e6e6
}

.ptb-9 {
    padding: 9px 0;
}

.lh-200 {
    line-height: 200%;
}

.lh-180 {
    line-height: 180%;
}

.lh-150 {
    line-height: 150%;
}

.ptb-25 {
    padding: 25px 0;
}

.ptb-20 {
    padding: 20px 0;
}

.logoImg {
    width: 160px;
    position: relative;
    top: -5px
}

.investment_img_wrap {
    width: 100%;
    height: 75px;
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: 50% 50%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.text-deco-none:hover {
    text-decoration: none;
}

.agreeCheckBox {
    width: 25px;
    height: 25px;
}

.agreeCheckBoxLable {
    padding: 9px 0 0 14px;
    cursor: pointer;
}

.privacy table {
    width: 100%;
}

.privacy table,
th,
td {
    border: 1px solid black;
    text-align: center;
}

.privacy table {
    border-collapse: collapse;
}

.privacy th {
    background-color: #dddddd;
}

.privacy .th1 {
    min-width: 120px;
}

.privacy .th2 {
    min-width: 240px;
}

.consulting_btn {
    background-image: linear-gradient(315deg, #fb5a72, #fa263e);
    background-color: #fa263e;
    position: fixed;
    z-index: 100;
    color: #fff;
    bottom: 2vw;
    width: 100px;
    text-align: center;
    height: 100px;
    display: table;
    right: 2vw;
    cursor: pointer;
    border-radius: 50%;
}

.consulting_btn a {
    color: #fff;
    text-decoration: none;
}

.consulting_btn div {
    display: table-cell;
    vertical-align: middle;
}

.blinking {
    -webkit-animation: blink 0.8s ease-in-out infinite alternate;
    -moz-animation: blink 0.8s ease-in-out infinite alternate;
    animation: blink 0.8s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.bg-fix {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: 80%;
    background-position: center;
    z-index: -1;
    overflow: hidden;
    will-change: transform, opacity, filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
}

.bottom_bnr {
    background: #2995bc url(../images/bottom_bnr_bg.jpeg) center 0 no-repeat;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-size: cover;
    z-index: 100;
}


/*franchisee system*/

.franSystemTitle {
    background: #143569;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
}


/*Profile Card 5*/

.profile-card-5 {
    margin-top: 20px;
}

.profile-card-5 .btn {
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 12px;
    padding: 7px 20px;
}

.profile-card-5 .card-img-block {
    width: 91%;
    margin: 0 auto;
    position: relative;
    top: -20px;
}

.profile-card-5 .card-img-block img {
    border-radius: 5px;
    box-shadow: 0 0 5px rgb(0 0 0 / 25%);
}

.profile-card-5 h5 {
    color: #946d3f;
    font-weight: 400;
}

.profile-card-5 p {
    font-weight: 400;
}

.profile-card-5 .btn-primary {
    background-color: #4E5E30;
    border-color: #4E5E30;
}


/*board*/

.bg_inner {
    z-index: 1;
    position: absolute;
    width: 100%;
    padding-top: 70%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bg_outer {
    padding-top: 70%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-filter: blur(2px) brightness(50%);
    filter: blur(2px) brightness(50%);
    transform: scale(1.22);
}

.event-img-bg-setting {
    position: relative;
    overflow: hidden;
}

.event-prev-label {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    font-size: 0;
    color: rgba(0, 0, 0, 0);
}

.event-prev-label::before {
    content: attr(data-text);
    background: #946d3f;
    min-width: 70px;
    max-width: 100%;
    font-weight: 700;
    color: #fff;
    font-size: 0.9rem;
    padding: 8px 10px;
    position: absolute;
    white-space: nowrap;
    right: 20%;
    top : 41px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.event-ing-label {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    font-size: 0;
    color: rgba(0, 0, 0, 0);
}

.event-ing-label::before {
    content: attr(data-text);
    background: #fd2498;
    min-width: 70px;
    max-width: 100%;
    font-weight: 700;
    color: #fff;
    font-size: 0.9rem;
    padding: 8px 10px;
    position: absolute;
    white-space: nowrap;
    right: 20%;
    top : 41px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.wp90 {
    width: 90% !important
}

.wp85 {
    width: 85% !important
}

.wp75 {
    width: 75% !important
}

.wp74 {
    width: 74% !important
}

.wp20 {
    width: 20% !important
}

.wx20 {
    width: 20px !important
}

.wx30 {
    width: 30px !important
}

.wx40 {
    width: 40px !important
}

.wx50 {
    width: 50px !important
}

.wx60 {
    width: 60px !important
}

.event-end-label {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    font-size: 0;
    color: rgba(0, 0, 0, 0);
}

.event-end-label::before {
    content: attr(data-text);
    width: 70px;
    color: #c3c3c3;
    font-size: 0.9rem;
    font-weight: 700;
    background: #000;
    padding: 8px 10px;
    position: absolute;
    right: 20%;
    top : 41px;
}


.bo_hr {
    border-top: 1px solid #946d3f;
    border-bottom: 1px solid #946d3f;
}

.bo_list {
    border-top: 1px solid #946d3f;
    background: #fff;

}

.bo_list li {
    display: block;
    border-bottom: 1px solid #ddd;
    list-style: none;
}

.bo_list li a {
    display: block;
    padding: 30px 142px 30px 62px;
    text-decoration: none;
    position: relative;
    transition: all 0.25s;
}

.bo_list li a:hover {
    background-color: rgba(241, 241, 241, 0.5);
}

.bo_list li a .title {
    font-size: 28px;
    line-height: 1.4;
    color: #1b1b1b;
    margin-bottom: 7px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.bo_list li span {
    display: block;
    color: #888;
}

.bo_list li a:after {
    display: inline-block;
    content: '';
    width: 142px;
    height: 100%;
    background: url(../images/arrow.png) no-repeat center;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.25s;
}

@media (max-width: 900px) {
    .bo_list li a {
        padding: 22px 15px;
    }

    .bo_list li a:after {
        display: none;
    }
}


/*tab menu start*/

.css3-tab {
    list-style: none;
    margin: 0 auto 40px;
    padding: 38px 0 0 0;
    position: relative;
    width: 90%;
}

.css3-tab input[type='radio'] {
    display: none;
}

.css3-tab .css3-tab-nav {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.css3-tab .css3-tab-nav label {
    display: table-cell;
    color: #092d63;
    padding: 15px;
    text-align: center;
    transition: all .3s ease 0s;
}

.css3-tab .css3-tab-nav label:hover {
    cursor: pointer;
    background: white;
    color: #666666;
    transition: all .3s ease 0s;
}

@media (max-width: 692px) {
    .css3-tab .css3-tab-nav {
        display: block;
        margin: 0 0 20px;
    }

    .css3-tab .css3-tab-nav label {
        display: block;
        box-sizing: border-box;
        width: 100%;
        padding: 20px;
    }
}

.css3-tab .css3-tab-content {
    overflow: hidden;
    padding: 15px;
    display: none;
    background: #f0f0f0;
    clear: left;
    box-sizing: border-box;
}

.css3-tab input[id='t1']:checked ~ .css3-tab-nav label[for='t1'] {
    background: #0a2d63;
    color: #fff;
    cursor: default;
}

.css3-tab input[id='t1']:checked ~ div.t1 {
    display: block;
    border-top: solid 1px #b5b5b5;
}

.css3-tab input[id='t2']:checked ~ .css3-tab-nav label[for='t2'] {
    background: #0a2d63;
    color: #fff;
    cursor: default;
}

.css3-tab input[id='t2']:checked ~ div.t2 {
    display: block;
    border-top: solid 1px #b5b5b5;
}

.css3-tab input[id='t3']:checked ~ .css3-tab-nav label[for='t3'] {
    background: #0a2d63;
    color: #fff;
    cursor: default;
}

.css3-tab input[id='t3']:checked ~ div.t3 {
    display: block;
    border-top: solid 1px #b5b5b5;
}

.css3-tab input[id='t4']:checked ~ .css3-tab-nav label[for='t4'] {
    background: #0a2d63;
    color: #fff;
    cursor: default;
}

.css3-tab input[id='t4']:checked ~ div.t4 {
    display: block;
    border-top: solid 1px #b5b5b5;
}


/*tab menu end*/

@media screen and (max-width: 768px) {
    .only_pc {
        display: none;
    }

    .only_mobile {
        display: block;
    }
}

@media screen and (min-width: 769px) {
    .only_mobile {
        display: none;
    }

    .only_pc {
        display: block;
    }
}


.mt-22 {
    margin-top: 22px;
}

.space_center_number {
    font-size: 20px;
    font-weight: 900;
    color: #04192b;
}

.ta_justify {
    text-align: justify;
}

.space_icon_fix {
    width: 50px;
    height: 50px;
}


.main-latest {
}

.main-latest__more > a {
    color: unset;
}

.main-latest__list {
}

.main-latest__item {
    padding: 0;
}

.main-latest__anchor {
    display: block;
    padding: 0.4rem;
    color: #7F7F7F;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main-latest__anchor:hover {
    color: #444444;
    text-decoration: none;
}


@media (max-width: 360px) {
    .search-banner__input, .search-banner__search-btn {
        width: 100% !important;

    }
}

.search-banner__input {
    padding: 0.8rem 1.5rem;
    font-family: "NanumBarunGothic", sans-serif !important;
    font-weight: 600;
    color: #0c151a;
    background-image: none;
    background-color: transparent;
    border-color: #0c151a;
    cursor: pointer;
    margin-top: 5px;
    border-radius: 5px;

    width: 230px;
    border: 1px solid #0c151a
}

.search-banner__search-btn {
    padding: 0.8rem 1.5rem;
    font-family: "NanumBarunGothic", sans-serif !important;
    font-weight: 600;
    color: #0c151a;
    margin-top: 5px;
    background-image: none;
    background-color: transparent;
    border-color: #0c151a;
    cursor: pointer;
    width: 80px;
    border-radius: 5px;
    border: 1px solid #0c151a
}

.only_view_pc {
    display: flex
}

.only_view_m {
    display: none
}


@media all and (max-width: 500px) {
    .pager {
        display: none !important;
    }

    .only_view_m {
        display: block
    }
}

.pager {
    display: flex;
    width: fit-content;
    font-size: 0;
    margin: 20px auto;
    border-radius: 5px;
    overflow: hidden;
    border: solid 1px #ddd;
}

.pager a, .pager b {
    display: inline-block;
    width: 45px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-left: solid 1px #eee;
    margin-left: -1px;
    background: white;
    font-size: 14px;
}

.pager a:hover, .pager b:hover {
    border-left: solid 1px #666;
    background: #666;
    color: white;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.pager a:active, .pager b:active {
    border-left: solid 1px #e3624c;
    background: #e3624c;
    color: white;
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    -ms-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
}

.pager b {
    border-left: solid 1px #04192b !important;
    background: #04192b !important;
    color: white;
}


