/* prettier-ignore */
/*# sourceMappingURL=user.css.map */
*{
    word-break: keep-all;
    font-family: Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

*::selection { background-color: #e26d33;}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    text-transform: none;
}

textarea{
    resize: none;
}

.pc_only{
    display: none;
}

@media screen and (max-width:1080px) {
    .pc_only{
        display: inline-block;
    }
}

  .font-weight-thin {font-weight: 100 !important;}
    .font-weight-lighter {font-weight: 200 !important;}
    .font-weight-light {font-weight: 300 !important;}
    .font-weight-normal {font-weight: 400 !important;}
    .font-weight-medium {font-weight: 500 !important;}
    .font-weight-semi-bold {font-weight: 600 !important;}
    .font-weight-bold {font-weight: 700 !important;}
    .font-weight-bolder {font-weight: 800 !important;}
    .font-weight-black {font-weight: 900 !important;}

/* header */
.header_logo{
    width: 172px;
}

.navbar{
    font-size: 0.9rem;
    font-weight: 500;
    background-color: #FFFFFF !important;
}

.dropdown-menu{
     font-size: 0.9rem;
}

.navbar-dark .navbar-nav .nav-link{
    color: #000000;
}

.navbar-theme .navbar-nav > .nav-item > .nav-link:active > .nav-link-text, .navbar-theme .navbar-nav > .nav-item > .nav-link.active > .nav-link-text, .navbar-theme .navbar-nav > .nav-item > .nav-link:hover > .nav-link-text, .navbar-theme .navbar-nav > .nav-item.show > .nav-link > .nav-link-text {
    background-color: transparent; 
    color: #e26d33;
    border-radius: 0.125rem;
    /* font-weight: 600; */
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus{
    color: #e26d33 !important;
}

.nav-item .selected{
    color: #e26d33 !important;
}

@media (min-width: 992px) {
    .dropdown-pages {
        min-width: 10rem;
    }
}
.dropdown-menu-end[data-bs-popper]{
    right: auto;
}

.dropdown-menu{
    background-color: rgb(98 98 98);
}

.navbar-dark .navbar-toggler{
    color: #000000;
}


.home.navbar{
    background-color: transparent !important;
}

.home.navbar-dark .navbar-nav .nav-link{
    color: #FFFFFF;
}

.home.navbar .navbar-toggler{
    color: #ffffff;
}

@media screen and (max-width:1080px) {
    .navbar-dark .navbar-nav .nav-link {
        text-align: right;
        color: #000000 !important;
    }

    .home.navbar-dark .navbar-nav .nav-link {
        color: #FFFFFF !important;
    }

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus{
        color: #e26d33 !important;
    }

    .dropdown-toggle::after{
        content: none;
    }

    .dropdown-menu {
        background-color: transparent;
        display: block !important;
        box-shadow: none;
    }

    .home.navbar.bg-dark {
        background-color: #080606b8 !important;
    }

    .dropdown-menu .row > * {
        padding-right: 0;
    }
}

/* footer */
.foonter-line{
    border-top: 1px solid #d1d1d1;
}

div.footerWrap{
    padding:34px 0px;
}

/* 공통 페이지 */
body{
    font-size: 1rem;
    color: #000000;
}

.container-line{
    border-left: 1px solid gray;
    position: relative;
}

.container-line::before {
    content: "";
    position: absolute;
    top: 0;
    left: -2.555px;
    width: 4px;
    height: 25px;
    background-color: #e26d33;
}

.title{
    color: #5c717e;
    font-weight: 600;
    line-height: 1.8rem;
}

.breadcrumb-item + .breadcrumb-item::before, .breadcrumb-item.active{
    color: #000000;
}

.breadcrumb{
    position: absolute;
    top: -60px;
    left: -4px;
}

@media screen and (max-width:486px) {
    .breadcrumb{
        left: 16px;
    }
}

.flex-between{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.img-box{
    min-width: 400px;
    align-self: flex-end;
    position: relative;
    top: 80px;
    text-align: right;
}

@media screen and (max-width:1080px) {
    .flex-between{
        flex-direction: column;
    }
}

@media screen and (max-width:768px) {
    .img-box{
        min-width: auto;
    }
}


@media (min-width: 768px) {
    section {
        padding-top: 5.5rem;
        padding-bottom: 7.5rem;
    }
}

/* Contact 페이지 */

.term_box {border: 1px solid #c6c4c4; padding: 20px; margin-bottom: 10px;}
.term_box {max-height:200px; overflow-y:scroll;}
/* .term_box strong {color:#333;} */
.term_box p {margin-top: 4px;}
.term_box p:not(last-child) {margin-bottom: 24px;}

.gm-style .gm-style-iw-d{
    overflow: auto !important;
}
.form-check-input:checked{
    background-color: #5c717e;
    border-color: #5c717e;
}

.gm-style-iw-chr{
    display: none;
}

/* About 페이지 */
/* About - Board of Directors */
.table_wrap{
    max-width: 90%;
    text-align: left;
    margin: 40px auto;
}

.table_wrap table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
}

.table_wrap table thead tr{
    background-color: #F4F4F4;
    border-top: 2px solid #707070;
    border-bottom: 1px solid #CECECE;
}

.table_wrap table th, .table_wrap table td{
    text-align: center;
    white-space: nowrap;
    padding: 0 10px;
    border-bottom: 1px solid #CECECE;
}

.table_wrap table th{
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    line-height: 2.5;
}

.table_wrap table td{
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    line-height: 3.5;
}

.alert_new {color: #FF3333; margin-right: 39px; position: relative; font-size: 0.7rem;}
.alert_new:after {content: ""; display: block; width: 4px; height: 4px; border-radius: 50%; background-color: #FF3333; position: absolute; right: 0; top: 0; transform: translateX(100%);}

.pl-0{
    padding-left: 0;
}

/* Product Page */

.gray_box{
    width: 100%;
    padding: 20px;
    background-color: #e3e3e3;
    border-radius: 8px;
    text-align: center;
}

.orange_btn{
    width: fit-content;
    padding: 8px 36px;
    border-radius: 20px;
    background-color: #e26d33;
    color: #fff;
    font-weight: 600;
    margin: 12px auto;
    cursor: pointer;
}


.product_table {
    width: 100%;
    border-collapse: collapse;
    color: #555;
    font-size: 14px;
}

.product_table thead th {
    padding: 14px 8px;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
    color: #444;
    font-size: 13px;
    text-align: center !important;
    position: relative;
}

.product_table thead th .bar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-weight: normal;
}

.product_table thead th.number .bar {
    right: 0; /* 오른쪽 정렬 */
}

.product_table thead th.date .bar {
    left: 0; /* 왼쪽 정렬 */
}

.product_table tbody td {
    padding: 12px 8px;
    border-bottom: 1px dotted #ccc;
    color: #555;
}

.product_table tbody tr:hover {
    background-color: #f9f9f9;
    cursor: pointer;
}

.product_table .number {
    width: 60px;
    text-align: center;
}

.product_table .date {
    width: 150px;
    text-align: center;
}


.product_table .table_title {
    text-align: left;
}

.table tbody td:not(:last-of-type){
    border-right: 1px solid #dadcdf;
}
