@charset "UTF-8";
@import url("/upload/10/service/a/17_10/homepage/scripts/reset_sub.css");
body {
    color: var(--text-color);
}

/* Header area start */
header {
    position: fixed;
    top: -5em;
    left: 0;
    right: 0;
    width: 100%;
    height: 5em;
    margin: 0 auto;
    z-index: 4;
    /* box-shadow: 0 2px 5px rgb(255 255 255 / 0.2); */
}

header .navbar {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 8px 12px;
}

header .navbar .navbar__logo {
    display: none;
    color: #fff;
    font-family: var(--timesnewroman-fonts);
    padding: 0.8em;
    font-size: 20px;
    font-weight: bolder;
    cursor: pointer;
}

header .navbar .navbar__menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.89em;
    margin-right: 5%;
}

header .navbar .navbar__menu li {
    padding: 0.4em 0;
}

header .navbar .navbar__menu li span {
    font-family: var(--popins-fonts);
    color: #fff;
    display: inline-block;
    padding: 0.4em 0.8em;
    cursor: pointer;
    transition: all .4s ease;
}

header .navbar .navbar__menu li span:hover {
    color: rgba(57, 71, 18, 0.6);
    border-radius: 1em;
    background-color: rgba(195, 230, 100, 0.1);
    box-shadow: 0 1px 2px rgb(255 255 255 / 0.2);
}

header .navbar .navbar__menu li span:active {
    color: var(--accent-color);
    border-radius: 1em;
    background-color: rgb(212 148 102 / 0.1);
    box-shadow: 0 1px 2px rgb(255 255 255 / 0.2);
}

header .navbar .navbar__menu li span.on {
    color: papayawhip;
    border-radius: 1em;
    background-color: rgb(212 148 102 / 0.3);
    box-shadow: 0 1px 2px rgb(255 255 255 / 0.2);
}

header .navbar .navbar__langBtn {
	padding:0
}

header .navbar .navbar__langBtn img {
	border: 1px solid rgb(0 0 0 / 0.2);
    width:23px;
}

header .navbar .navbar__langBtn .sub_menu_langcheck {
	width: 100px;
    height: 2rem;
    background-color: white;
    border-radius:5px;
    text-align: center;
    line-height: 2rem;
    font-family : var(-popins-fonts);
    font-size: 0.9rem;
    transition: all .4s ease;
    cursor: pointer;
}

header .navbar .navbar__langBtn .sub_menu_langcheck:hover {
    color: rgba(57, 71, 18, 0.6);
    border-radius: 7px;
    background-color: rgba(195, 230, 100, 0.6);
    box-shadow: 0 1px 2px rgb(255 255 255 / 0.2);
}

header .navbar .navbar__langBtn #country_select_box {
    display: none;
    position: absolute;
    width: 100px;
    font-family : var(-popins-fonts);
    font-size: 0.9rem;
    background-color: white;
    border-radius:5px;
    text-align: center;
    line-height: 2rem;
    top: 60px;
    right: 13px;
}


header .navbar .navbar__langBtn #country_select_box div:hover {
    color: rgba(57, 71, 18, 0.6);
    border-radius: 7px;
    background-color: rgba(195, 230, 100, 0.6);
    box-shadow: 0 1px 2px rgb(255 255 255 / 0.2);
} 

header .navbar .navbar__toggleBtn {
    display: none;
    position: absolute;
    color: white;
    width: 20px;
    height: 20px;
    top: 1.8em;
    right: 32px;
}

header .navbar .navbar__toggleBtn:hover {
    cursor: pointer;
}

header .navbar .navbar__toggleBtn .menu-bar {
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 1.5px;
    position: absolute;
    transition: .5s;
}

header .navbar .navbar__toggleBtn:hover .menu-bar {
    background-color: orange;
}

header .navbar .navbar__toggleBtn .menu-bar-top {
    top: 0;
}

header .navbar .navbar__toggleBtn .menu-bar-middle {
    top: 50%;
    transform: translateY(-50%);
}

header .navbar .navbar__toggleBtn .menu-bar-bottom {
    bottom: 0;
}

header .navbar .navbar__toggleBtn.active .menu-bar-top {
    transform: rotate(45deg);
    top: 50%;
}

header .navbar .navbar__toggleBtn.active .menu-bar-middle {
    transform: translate(30px);
    opacity: 0;
    transition: all .1s ease-in;
}

header .navbar .navbar__toggleBtn.active .menu-bar-bottom {
    transform: rotate(-45deg);
    top: 50%;
}

@media screen and (max-width:1000px) {
    header .navbar {
        flex-direction: column;
        align-items: flex-start;
        padding: 8px 12px;
    }

    header .navbar .navbar__logo {
        display: none;
        padding: 1em 0.8em;
    }

    header .navbar .navbar__menu {
        display: none;
        position: absolute;
        flex-direction: column;
        align-items: center;
        top: 0;
        left: 0;
        background: rgb(0 0 0 / 0);
        width: 100%;
        height: 1%;
        transition: all .8s ease;
    }

    header .navbar .navbar__menu li {
        width: 100%;
        text-align: center;
    }

    header .navbar .navbar__toggleBtn {
        display: block;
    }

    header .navbar .navbar__menu.active {
        display: block;
        background: rgb(0 0 0 / 0.8);
        /* border: rgb(255 255 255 / 0.8); */
        font-size: 1em;
        padding: 10% 0;
        margin-top: 82px;
        height: auto;
    }

    header .navbar .navbar__menu li.main_menu0.active {
        display: block;
    }
    
    header .navbar .navbar__langBtn {
        position: absolute;
        top: 23px;
        right: 70px;
    }
    
    header .navbar .navbar__langBtn #country_select_box {
        display: none;
        position: absolute;
        font-family : var(-popins-fonts);
        font-size: 0.9rem;
        background-color: white;
        border-radius:5px;
        top: 35px;
        right: 0;
    }

    main .sections .section_container {
        flex-direction: column;
        align-items: center;
    }

    .dimmed {
        display: none;
        position: absolute;
        background: rgb(0 0 0 / 0.7);
        z-index: 3;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1000vh;
    }

    .dimmed.active {
        display: block;
        cursor: pointer;
    }
}

/* Header area end */

/* Main area start */
body {
    background-color: #84a897;
}

main {
    width: 100%;
    max-width: 1280px;
    margin: 120px auto;
}

main .board_list h2 {
    color: #fff;
    font-family: var(--popins-fonts);
    font-size: 1.5em;
}

main .board_list table {
    width: 100%;
    font-family: var(--nanumsquare-fonts);  
    color: #fff;  
    border-top: 1px solid #fff;    
}

main .board_list table col:first-child {
    width: 10%;
}

main .board_list table col:last-child {
    width: 15%;
}

main .board_list table thead {
    height: 45px;
    border-bottom: 1px solid #fff;
}

main .board_list table tbody tr {
    height: 50px;
}

main .board_list table tbody tr td {
    text-align: center;
    font-size: 1.2em;
}

main .board_list table tbody tr td a, 
main .board_list table tbody tr td span a {
    color: #fff;
}

main .board_list table tbody tr td span a {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

main .board_list table tbody tr td:nth-child(2) {
    text-align: left;
    padding-left: 5px;
}

@media screen and (max-width:1280px) {
    main {
        width: 90%;
    }
}

@media screen and (max-width:900px) {

    main .board_list table thead tr th {
        font-size: 0.95em;
    }

    main .board_list table tbody tr td {
        font-size: 1em;
    }
}

@media screen and (max-width:600px) {
    main .board_list table thead tr th {
        font-size: 0.79em;
    }

    main .board_list table tbody tr td {
        font-size: 0.87em;
    }
  main .board_list .mmode {
        display: none;
    }
}

main .board_list table tfoot tr td {
    width: 100%;
    font-size: 1em;
    font-weight: 600;
    word-wrap: break-word;
    color: #fff;
    text-align: center;
    vertical-align: bottom;
}

main .board_list table tfoot tr {
    height: 45px;
    border-top: 1px solid #fff;
}

main .board_list .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

main .board_list .pagination li {
    margin: 0 5px;
}

main .board_list .pagination li.active {
    font-size: 1em;
    font-weight: 700;
}

main .board_list .pagination a {
    color: #fff;
}




main .board_view table {
    width: 100%;
}

main .board_view h2 {
    display: inline-block;
    height: 60px;
    color: #fff;
    font-family: var(--nanumsquare-fonts);
    font-size: 1.3em;
    font-weight: 500;
}

main .board_view table {
    width: 100%;
    font-family: var(--nanumsquare-fonts);  
}

main .board_view table col:first-child {
    width: 23px;
}

main .board_view table thead {
    height: 50px;
    border-bottom: 1px solid #adc2b8;
}

main .board_view table thead tr th {
    color: #fff;
    text-align: left;
    font-size: 0.9em;
}

main .board_view table tbody tr {
    height: 50px;
}

main .board_view table tbody tr td {
    color: #fff;
    word-break: keep-all;
    padding: 30px 5px;
    font-size: 1em;
}

main .board_view table tbody tr td a, 
main .board_view table tbody tr td span a {
    color: #fff;
}

main .board_view table tfoot tr {
    height: 45px;
    border-top: 1px solid #adc2b8;
}

main .board_view table tfoot tr:nth-child(2) {    
    border-bottom: 1px solid #adc2b8;
}

main .board_view table tfoot tr td {
    color: #fff;
}

main .board_view .gotolistBtn {
    height: 80px;
}

main .board_view .gotolistBtn button {    
    width: 48px;
    height: 25px;
    font-size: 0.9em;
    color: #fff;
    background-color: #527564;
    cursor: pointer;
}

footer { height:50px}