.loader {
    background-size:contain;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    margin-top: 20px;
}
.loader img {
    width: 30px;
    height: 30px;
}

.simple-dialog-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

.simple-dialog-content {
    background-color: #fff;
    width: 80%;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    box-sizing: border-box;
    padding: 50px 20px;
}

.simple-dialog-header {
    padding: 5px;
    position: relative;
    text-align: center;
}

.simple-dialog-footer {
    padding-top: 25px;
    position: relative;
    text-align: center;
}

.simple-dialog-body {
    padding-top: 15px;
    color: #999999;
}

.simple-dialog-body .message{
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: black
}

.simple-dialog-header .title {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: rgb(101, 117, 157);
}

.styled-table1 {
    border-collapse: collapse;
    font-size: 0.9em;
    font-family: sans-serif;
    width: 95%;
    margin: 10px auto 50px auto;
    border: 1px solid rgb(206, 216, 227);
}

.styled-table1 thead tr {
    background-color: rgb(14, 50, 123);
    color: #ffffff;
    text-align: center;
}

.styled-table1 th,
.styled-table1 td {
    padding: 12px 15px;
    border: 1px solid rgb(206, 216, 227);
    font-weight: lighter;
}

.styled-table1 tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table1 tbody tr:nth-of-type(even) {
    background-color: rgb(234, 240, 245);
}

.styled-table1 tbody a {
    color: rgb(14, 50, 123);
    text-decoration: underline;
}

.styled-table1 tbody button {
    width: 100%;
    height: 100%;
    padding: 8px;
    background-color: rgb(199,12,74);
    border: none;
    color: white;
}

.styled-table1-title {
    text-align: center;
}

.styled-table1-title p {
    font-size: 15px;
}

.styled-table2 {
    border-collapse: collapse;
    font-size: 0.9em;
    font-family: sans-serif;
    width: 100%;
    text-align:left;
    margin-bottom: 50px;
}

.styled-table2 thead tr {
    background-color: rgb(14, 50, 123);
    color: #ffffff;
    text-align: center;
}

.styled-table2 th,
.styled-table2 td {
    padding: 12px 15px;
}

.styled-table2 tbody button {
    width: 40px;
    height: 40px;
    border: none;
    background-size   : 50% 50%;
    background-repeat : no-repeat;
    background-position: center center;
    background-color: rgba(0,0,0,0);
}

.styled-table2 p {
    padding-bottom: 3px;
    margin: 0;
}

.product_name {
    color: rgb(14, 50, 123);
}

.star1 {
    background-image: url("../images/star1.svg");
}

.star2 {
    background-image: url("../images/star2.svg");
}

.red_td {
    background-color: rgb(206, 34, 82);
}

.styled-table2 tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table2 tbody tr:nth-of-type(1) {
    border-top: 1px solid #dddddd;
}

.styled-table2 tbody tr:nth-of-type(even) {
    background-color: rgb(234, 240, 245);
}

.button {
    width: 100px;
    height: 35px;
    border: none;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
    box-shadow: 0px 1.5px 1px 0px rgba(0, 0, 0, 0.35);
    display: inline-block;
    margin: 4px 2px;
}

.button-red {
    background: #d0104c;
    color: white;
    border: 1px solid #fff;
}

.button-white {
    background: #fff;
    color: #d0104c;
    border: 1px solid #d0104c;
}

.page_title_str {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}

.page_title {
    position: absolute;
    top: 40%;
    left: 30px;
}

.page_search_title {
    padding-bottom: 10px;
}

.page_title img, .page_search_title img {
    height: 30px;
    width: auto;
    vertical-align: middle;
}

.page_title p, .page_search_title p {
    margin:0;
    font-size: 16px;
}

.page_top {
    position: relative;
}

.no-padding {
    padding: 0!important;
}

#keyword {
    border-radius: 0;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.tta_translate button {
    background-size   : 50% 50%;
    background-image: url("../images/search.svg");
    background-repeat : no-repeat;
    background-position: center center;
    height: 35px;
    width: 35px;
    border: 0;
    background-color: rgb(14, 50, 123);
    padding: 5px;
}

.search-inner {
    position: relative;
    padding: 25px 6%;
}

.form {
    background-color: white;
}

select {
    font-size: 16px;
}

.regist-input-area {
    padding: 20px;
    background-color: rgb(233,239,244);
}

.cp_ipselect {
    overflow: hidden;
    width: 30%;
    /* margin: 2em auto; */
    text-align: center;
}
.cp_ipselect select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl04 {
    position: relative;
    border-radius: 2px;
    border: 1px solid #ddd;
    background: #ffffff;
    display: inline-block;
}
.cp_ipselect.cp_sl04::before {
    position: absolute;
    top: 0.8em;
    right: 0.8em;
    width: 10px;
    height: auto;
    padding: 0;
    content: url("../images/select.svg");
    pointer-events: none;
}
.cp_ipselect.cp_sl04 select {
    padding: 8px 0 8px 8px;
}

.product-info {
    color: rgb(14, 50, 123);
}

.search-bar {
    position: relative;
    padding: 25px 6%;
}

.margin-bottom0 {
    margin-bottom: 0!important;
}

.margin-bottom50 {
    margin-bottom: 50px;
}

.showSearchList {
    overflow: scroll;
}

.height200 {
    height: 200px;
}

nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #0b3986;
    z-index: 999;
    border-top: 1px solid #0d0d0d; }
    nav ul {
        display: flex;
        justify-content: center; }
    nav ul::after {
        content: "";
        display: block;
        clear: both; }
    nav ul li {
        float: left;
        width: 16%;
        height: 60px; }
        nav ul li:nth-child(1) {
            background: url("../images/nav_home.png") center center/contain no-repeat; }
        nav ul li:nth-child(1).on {
            background: url("../images/nav_home_on.png") center center/contain no-repeat; }
        nav ul li:nth-child(2) {
            background: url("../images/nav_board.png") center center/contain no-repeat; }
        nav ul li:nth-child(2).on {
            background: url("../images/nav_board_on.png") center center/contain no-repeat; }
        nav ul li:nth-child(3) {
            background: url("../images/nav_direct.png") center center/contain no-repeat; }
        nav ul li:nth-child(3).on {
            background: url("../images/nav_direct_on.png") center center/contain no-repeat; }
        nav ul li:nth-child(4) {
            background: url("../images/nav_resident.png") center center/contain no-repeat; }
        nav ul li:nth-child(4).on {
            background: url("../images/nav_resident_on.png") center center/contain no-repeat; }
        nav ul li:nth-child(5) {
            background: url("../images/nav_address.png") center center/contain no-repeat; }
        nav ul li:nth-child(5).on {
            background: url("../images/nav_address_on.png") center center/contain no-repeat; }
        nav ul li:nth-child(6) {
            background: url("../images/nav_privilege.png") center center/contain no-repeat; }
        nav ul li:nth-child(6).on {
            background: url("../images/nav_privilege_on.png") center center/contain no-repeat; }
        nav ul li a {
            display: block;
            width: 100%;
            height: 60px;
            text-indent: 100%;
            white-space: nowrap;
            overflow: hidden; }
    nav ul.min li {
        width: 25%; }
        nav ul.min li:nth-child(1) {
            background: url("../images/nav_home.png") center center/contain no-repeat; }
        nav ul.min li:nth-child(1).on {
            background: url("../images/nav_home_on.png") center center/contain no-repeat; }
        nav ul.min li:nth-child(2) {
            background: url("../images/nav_board.png") center center/contain no-repeat; }
        nav ul.min li:nth-child(2).on {
            background: url("../images/nav_board_on.png") center center/contain no-repeat; }
        nav ul.min li:nth-child(3) {
            background: url("../images/nav_direct.png") center center/contain no-repeat; }
        nav ul.min li:nth-child(3).on {
            background: url("../images/nav_direct_on.png") center center/contain no-repeat; }
        nav ul.min li:nth-child(4) {
            background: url("../images/nav_address.png") center center/contain no-repeat; }
        nav ul.min li:nth-child(4).on {
            background: url("../images/nav_address_on.png") center center/contain no-repeat; }
        nav ul.min li:nth-child(5) {
            background: url("../images/nav_privilege.png") center center/contain no-repeat; }
        nav ul.min li:nth-child(5).on {
            background: url("../images/nav_privilege_on.png") center center/contain no-repeat; }