@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700&display=swap");
* {
    box-sizing: border-box;
    font-family: "Noto Sans KR", sans-serif;
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
html,
body {
    min-width: 1300px;
}

@font-face {
    font-family:'GmarketSans';
    src: url('/font/GmarketSansTTFBold.eot');
    src: url('/font/GmarketSansTTFBold.woff') format('woff'),
         url('/font/GmarketSansTTFBold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family:'GmarketSans';
    src: url('/font/GmarketSansTTFMedium.eot');
    src: url('/font/GmarketSansTTFMedium.woff') format('woff'),
         url('/font/GmarketSansTTFMedium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family:'GmarketSans';
    src: url('/font/GmarketSansTTFLight.eot');
    src: url('/font/GmarketSansTTFLight.woff') format('woff'),
         url('/font/GmarketSansTTFLight.ttf') format('truetype');
    font-weight: 300;
}

.full-width {
    width: 100% !important;
}
.half-width {
    width: 50% !important;
}
.float-right {
    float: right !important;
}
.float-left {
    float: left;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}

.border-orange {
    border: 1px solid #ffb33f !important;
}
.bg-primary {
    background-color: #3054a2 !important;
}
.bg-primary2 {
    background-color: #231f20 !important;
}
.bg-orange {
    background-color: #ffb33f !important;
}
.bg-red {
    background-color: #3054a2 !important;
}
.bg-green {
    background-color: #1aa23a !important;
}
.bg-green2 {
    background-color: #0e743b !important;
}
.bg-skyblue {
    background-color: #60b5d8 !important;
}
.bg-whitgray {
    background-color: #bbb !important;
}
.bg-whitegray {
    background-color: #bbb !important;
}
.bg-333 {
    background-color: #333 !important;
}
.bg-blue {
    background-color: #007aff !important;
}
.bg-navy {
    background-color: #083e85 !important;
}
.bg-cyan {
    background-color: #b7dee8 !important;
}
.bg-cyan2 {
    background-color: #eaf9fd !important;
}
.bg-f8f8f8 {
    background-color: #f8f8f8 !important;
}
.bg-f9f9f9 {
    background-color: #f9f9f9 !important;
}

.text-navy,
.text-navy:hover,
.text-navy:active,
.text-navy:focus {
    color: #083e85 !important;
}
.text-green,
.text-green:hover,
.text-green:active,
.text-green:focus {
    color: #1aa23a !important;
}
.text-purple,
.text-purple:hover,
.text-purple:active,
.text-purple:focus {
    color: #8e22ee !important;
}
.text-red,
.text-red:hover,
.text-red:active,
.text-red:focus {
    color: #ff3333 !important;
}
.text-primary,
.text-primary:hover,
.text-primary:active,
.text-primary:focus {
    color: #3054a2 !important;
}
.text-primary2 {
    color: #dd0228 !important;
}

.text-orange {
    color: #ff9123 !important;
}
.text-orange2 {
    color: #fbb714 !important;
}
.text-white,
.text-white:hover,
.text-white:active,
.text-white:focus,
.bg-primary:hover,
.bg-primary:active,
.bg-primary:focus {
    color: white !important;
}
.text-blue,
.text-blue:hover,
.text-blue:active,
.text-blue:focus {
    color: #007aff !important;
}
.text-green2,
.text-green2:hover,
.text-green2:active,
.text-green2:focus {
    color: #0e743b !important;
}
.border-primary {
    border: 2px solid #3054a2 !important;
    background-color: #fff !important;
}
.border-primary2 {
    border: 2px solid #dd0228 !important;
    background-color: #fff !important;
}
.border-orange {
    border: 2px solid #ffb33f !important;
    background-color: #fff !important;
}
.border-orange2 {
    border: 2px solid #fbb714 !important;
    background-color: #fff !important;
}
.border-red {
    border: 2px solid #ef5c5c !important;
    background-color: #fff !important;
}
.bg-464646 {
    background-color: #464646 !important;
}
.text-333,
.text-333:hover,
.text-333:active,
.text-333:focus {
    color: #333 !important;
}

a {
    color: #222;
}
.btn_link {
    font-weight: bold;
    border-bottom: 1px solid transparent;
    padding: 0;
    height: auto;
    line-height: 1;
}
.btn_link:hover,
.btn_link:focus,
.btn_link:active {
    border-bottom: 1px solid;
    color: #222;
    box-shadow: none;
}

.upImg_wrap .upImg {
    overflow: hidden;
    margin-right: 5px;
    display: flex;
    float: left;
    vertical-align: top;
    position: relative;
    border: 1px solid #eee;
    margin-bottom: 10px;
    height: 100%;
}
.upImg_wrap .upImg.addImg {
    background-color: #f8f8f8;
    width: 100px;
    height: 67px;
    display: block;
    margin: 0 auto;
}
.upImg_wrap .upImg img {
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.upImg_wrap .upImg a {
    display: inline-block;
    width: 15px;
    height: 15px;
}
.upImg_wrap input[type="file"] {
    display: none;
}
.upImg_wrap .upImg .btn {
    position: absolute;
}
.upImg_wrap .upImg .btn_add_img {
    width: 10px;
    height: 10px;
}
.upImg_wrap .upImg .btn_del_img {
    width: 10px;
    height: 10px;
    top: 5px;
    right: 5px;
}

.btn_del {
    position: absolute;
    right: 5px;
    top: 7px;
    opacity: 1;
    width: 20px;
    height: 20px;
}
.btn_del:active {
    opacity: 0.8;
}
.btn_del:before {
    transform: rotate(45deg);
}
.btn_del:after {
    transform: rotate(-45deg);
}
.btn_del:before,
.btn_del:after {
    display: block;
    content: "";
    width: 13px;
    height: 2px;
    background-color: #1f1f1f;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.btn_del:active:before {
    background-color: #a01017;
}

.btn_add_img {
    right: 5px;
    top: 7px;
    opacity: 1;
    width: 20px;
    height: 20px;
}
.btn_add_img:active {
    opacity: 0.8;
}
.btn_add_img:after {
    transform: rotate(90deg);
}
.btn_add_img:before,
.btn_add_img:after {
    display: block;
    content: "";
    width: 13px;
    height: 2px;
    background-color: #1f1f1f;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.btn_add_img:active:before {
    background-color: #a01017;
}

.btn_wrap.dev2 .btn {
    width: 49%;
    margin-right: 2%;
    float: left;
}
.btn_wrap.dev2 .btn:last-child {
    margin-right: 0;
}

/* table 색상 */
.bg1 {
    background-color: #ff656e !important;
}
.bg2 {
    background-color: #f2728c !important;
}
.bg3 {
    background-color: #f9c0c7 !important;
}
.bg4 {
    background-color: #9e7eb9 !important;
}
.bg5 {
    background-color: #bbbbdc !important;
}
.bg6 {
    background-color: #a7a9ac !important;
}
.bg7 {
    background-color: #27aae1 !important;
}
.bg8 {
    background-color: #81d3eb !important;
}
.bg9 {
    background-color: #b0dfdb !important;
}

.bg10 {
    background-color: #4eb8b9 !important;
}
.bg11 {
    background-color: #80b463 !important;
}
.bg12 {
    background-color: #d5e05b !important;
}
.bg13 {
    background-color: #cc8360 !important;
}
.bg14 {
    background-color: #ffb90d !important;
}
.bg15 {
    background-color: #ffeb3b !important;
}

.text-grey {
    color: #666;
}
.bg-grey {
    background-color: #666;
}

.btn-del {
    background-color: #fb4747;
    color: #fff;
}
.btn-red,
.bg-red {
    background: #b70b12;
    color: #fff;
}
.pointRed {
    color: #3054a2 !important;
}
.ls0 {
    letter-spacing: 0 !important;
}
.italic {
    font-style: italic !important;
}

.form-group {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}
.form-group:after,
input,
select,
button {
    outline: none;
}
.input_box:after {
    display: block;
    content: "";
    clear: both;
}
.form-group .input_box {
    /* display: inline-block; */
    padding-left: 10px;
    float: left;
}
.form-group .input_box.textarea {
    height: 150px;
}
.form-group .input_box.textarea textarea {
    width: 100%;
    height: 100%;
    border: 1px solid #e5e5e5;
    padding: 10px;
    font-size: 14px;
    resize: none;
    outline: none;
}
.form-group .input_box input[type="password"],
.form-group .input_box input[type="text"] {
    display: inline-block;
}
.form-group .input_box input {
    text-indent: 10px;
}
.form-group .input_box input[type="checkbox"] {
    width: auto;
}
.form-group .input_box2 input,
.form-group .input_box2 select {
    max-width: calc(100% - 65px);
}
.form-group .input_box2 .control-label {
    width: 60px;
}
.form-group .input_box .btn {
    vertical-align: top;
    width: auto;
    width: 40px;
    float: left;
    margin-left: 5px;
    text-align: center;
    padding: 0;
}
.input_box3 {
    position: relative;
}
.input_box3 input {
    width: 100%;
}
.input_box3 > label {
    display: inline-block;
    color: #464646;
    width: 10%;
    text-align: left;
    font-size: 12px;
    position: absolute;
    right: 0;
}
.form-group .input_box input,
.form-group .input_box select {
    width: 120px;
}
.form-group .input_box.date input {
    width: 105px;
}

input:focus,
select:focus {
    background-color: #fffac9;
    border: 1px solid #ffec33;
}
input[readonly]:focus {
    background-color: #eee;
    border: 1px solid #ccc;
}
#login input:focus {
    background-color: #fff;
    border: 0;
}

.input2 input {
    width: 49%;
}
.input2 input:last-child {
    float: right;
}
.select2 .select_wrap {
    width: 49%;
}
.select2 .select_wrap:last-child {
    float: right;
}

img {
    max-width: 100%;
}
hr {
    display: block;
    float: left;
    width: 100%;
    border-color: #e5e5e5;
    margin-top: 10px;
    margin-bottom: 20px;
}
hr.solid {
    border-style: solid;
}
hr.dashed {
    border-style: dashed;
}
.search hr {
    border: 0;
    border-bottom: 1px solid #d5d5d5;
    margin: 0;
}
.chip {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    padding: 0 10px;
    border-radius: 4px;
}
.t_overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}

.br50 {
    border-radius: 50%;
}

.lock {
    background-color: #eeeeee;
}
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}

.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb15 {
    margin-bottom: 15px;
}
.bb0 {
    border-bottom: 0 !important;
}
.ml-15 {
    margin-left: -15px;
}

.close {
    text-shadow: none;
    font-weight: normal;
}
.close,
/* .close3{  width: 13px; height: 13px; display:inline-block; float: right; opacity: 1;} */
.close3 {
    width: 13px;
    height: 13px;
    float: right;
    opacity: 1;
}
.close2 {
    float: right;
    width: 13px;
    height: 13px;
    opacity: 1;
}
/* .popup .close, .popup .close3{} */
.close img {
    max-width: 100%;
}
.no-img {
    width: 105px;
    display: block;
    margin: 0 auto;
    align-items: center;
}

.btn {
    height: 30px;
    font-size: 14px;
    line-height: 28px;
    padding: 0 15px;
    min-width: 60px;
    border-radius: 3px;
}
.btn:hover {
    background-color: #231f20;
}
.btn:active {
    background-color: #231f20;
}
.btn:focus {
    background-color: #231f20;
}
.btn_logout {
    border-radius: 30px;
    height: 25px;
    line-height: 23px;
    font-family: "Roboto Condensed";
}
input,
.select-control {
    height: 28px;
    line-height: 28px;
    box-sizing: border-box;
    outline: none;
    font-size: 13px;
    border-radius: 3px;
}

.countryList{width: 100%;height: 40px;line-height: 40px;cursor:context-menu;position:relative;background:#fff url('/img/country_arrow.png')no-repeat center right 3px;z-index:1;font-size: 15px;border:1px solid #e5e5e5;}
.countryList li{padding-left:2px;}
.countryList li:nth-child(n+2){display:none;border-left:1px solid #000;border-right:1px solid #000;margin-top:-1px;}
.countryList.viewList{background-color:#fffac9;}
.countryList.viewList li:nth-child(n+2){flex-direction: row-reverse;justify-content: flex-end;display:flex;border-left:1px solid #000;cursor:context-menu;background-color:#fffac9;border-right:1px solid #000;margin-top:-1px;}
.countryList.viewList li:nth-child(n+2):hover{background:#2268ff;color:#fff;}
.countryList li:nth-child(2){border-top:1px solid #000;}
.countryList.viewList li:last-child{border-bottom:1px solid #000;}
.countryList li img{width:30px;margin-right:10px;}

a,
button {
    outline: none;
    text-decoration: none;
}

/* .select-control { } */

label {
    font-weight: normal;
    color: #fff;
    font-size: 13px;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif;
    letter-spacing: 0.2px;
}

body input {
    outline: none !important;
}
input[readonly] {
    background-color: #f8f8f8;
}
.readonly input {
    background-color: #f8f8f8;
}
input:read-only {
    background-color: #f8f8f8;
}
textarea:read-only {
    background-color: #f8f8f8;
}
.readonly input {
    background-color: #f8f8f8;
}

/* input[type="file"] */
.filebox input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.filebox label {
    display: inline-block;
    cursor: pointer;
    border-radius: 0.25em;
    height: 30px;
    width: 66px;
    line-height: 25px;
    background-color: #083e85;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

/* named upload */
.filebox .upload-name {
    width: calc(100% - 70px);
    display: inline-block;
    padding: 0.5em 0.75em; /* label의 패딩값과 일치 */
    font-size: inherit;
    font-family: inherit;
    line-height: normal;
    vertical-align: top;
    background-color: #f5f5f5;
    border: 1px solid #d1d1d1;
    border-bottom-color: #e2e2e2;
    border-radius: 0.25em;
    -webkit-appearance: none; /* 네이티브 외형 감추기 */
    -moz-appearance: none;
    appearance: none;
}

/* input type="file" */

.filebox input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.filebox label {
    /* display: inline-block; */
    color: #fff;
    line-height: normal;
    vertical-align: middle;
    background-color: #083e85;
    cursor: pointer;
    border-radius: 3px;
    width: 60px;
    /* display: inline-block; */
    height: 32px;
    float: right;
    font-size: 12px;
    text-align: center;
    line-height: 32px;
    font-weight: normal;
}

/** named upload **/
.filebox .upload-name {
    width: calc(100% - 65px);
    max-width: calc(100% - 65px);
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    background-color: #f5f5f5;
    border: 1px solid #ebebeb;
    border-bottom-color: #e2e2e2;
    border-radius: 0.25em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: top;
    padding-left: -0;
    font-size: 13px;
}

.flie:last-child {
    margin-bottom: 0;
}
.file a {
    display: inline-block;
    border-bottom: 1px solid;
    line-height: 1;
    padding-bottom: 2px;
}

/** table **/
.table_area {
    height: auto;
    overflow: auto;
}
table,
table td,
table th {
    text-align: center;
}
table thead {
    background-color: #f7f7f7;
}
table thead th {
    font-size: 14px;
    color: #464646;
    border-right: 1px solid #dfdfdf;
    padding: 5px 15px;
}
table thead th:last-child {
    border-right: 0;
}
tbody tr td {
    font-size: 14px;
    padding: 3px 0;
    text-align: center;
}
.table_area table {
    border: 1px solid #e5e5e5;
    width: 100%;
}
.table_area table tr {
    border-bottom: 1px solid #e7ebe9;
}
.table_area table tr td {
    border-bottom: 1px solid #e7ebe9;
    padding: 5px 15px;
    font-size: 13px;
    background-color: #fff;
    border-right: 1px solid #e7ebe9;
}
.table_area table tr td:last-child {
    border-right: 0;
}
.table_style01 tr td em {
    display: inline-block;
    width: 3%;
    text-align: center;
}
.table_style01 tbody tr:nth-child(2n) td {
    background-color: #fff;
}
.table_area table tr th {
    background-color: #fbfbfb;
    border-right: 1px solid #ddd;
    text-align: center;
    font-size: 13px;
}
.input_style01 {
    width: 100%;
}
.input_style02 {
    width: calc(100% - 95px);
}
.input_style03 {
    width: 30%;
}
table tr td select.input_style03 {
    width: 30%;
    height: 35px;
    border: 1px solid #e5e5e5;
}
.tui-grid-cell-has-input .tui-grid-cell-content {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
}
table tbody tr:hover td {
    background-color: #eef2f5;
}

.table_area table tr.total td {
    background-color: #ffe3a5;
}
.table_area table tr.total th {
    background-color: #ffe3a5;
}
.table_area table tr.total2 td {
    background-color: #fff9ec;
}
.table_area table tr.total2 th {
    background-color: #fff9ec;
}

/* popup */
#popup_wrap,
#popup_wrap2 {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 99990;
    user-select: none;
}
.popup {
    position: fixed;
    top: 25%;
    right: 0;
    left: 0;
    margin: auto;
    display: none;
    width: 328px;
    height: auto;
    background-color: #fff;
    text-align: center;
    box-sizing: border-box;
    z-index: 99991;
    border-radius: 4px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
}
.popup_header {
    text-align: center;
    padding: 10px 15px 0;
    position: relative;
}
.popup_header h3 {
    font-size: 17px;
    line-height: 40px;
    font-weight: bold;
    border-bottom: 2px solid #333;
    text-align: left;
    position: relative;
    margin-bottom: 0;
}
.popup_header h3 .close {
    width: 15px;
    height: 15px;
    top: 9px;
    right: 0;
    margin: auto;
    position: absolute;
}
.popup_content {
    padding: 15px;
    text-align: left;
    font-size: 15px;
}
.popup_content .form-group {
    border-bottom: 0;
    padding-bottom: 5px;
}
.popup_content .form-group .title {
    margin: 0;
    padding: 0;
    background-color: transparent;
    width: 80px;
    height: 35px;
    line-height: 35px;
    padding-top: 0;
}
.popup_content h5 {
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: 1px solid #454545;
    margin: 10px auto 20px;
}
.popup_content .btn_submit {
    padding: 10px 0 20px;
}
.popup_content .btn_submit .btn {
    height: 45px;
    line-height: 42px;
}
.popup_content:after {
    display: block;
    content: "";
    clear: both;
}
.popup_content .form-group .input_box {
    height: 35px;
    line-height: 35px;
}

.popup .message {
    padding-top: 30px;
    padding-bottom: 20px;
    font-weight: 600;
    color: #222;
    font-size: 18px;
    text-align: center;
}
.popup .btn_wrap {
    width: auto;
    padding: 0 15px 15px 15px;
    clear: both;
}
.popup .btn_wrap.col-md-12 {
    width: 100%;
    display: flex;
    padding: 15px;
    text-align: center;
}
.popup .btn_wrap.col-md-12 .btn:last-child {
    margin: 0;
}
.popup .btn_wrap:after {
    display: block;
    content: "";
    clear: both;
}
.popup .btn_wrap.dev2 .btn {
    width: 49% !important;
    margin-right: 2%;
    /* display: inline-block; */
    float: left !important;
}
.popup .btn_wrap .btn:last-child {
    margin-right: 0;
}

.form-group {
    display: inline-block;
    vertical-align: top;
}
.form-group .control-label,
.form-group .input_box {
    color: #454545;
    float: left;
    /* display: inline-block; */
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    margin-bottom: 0;
    text-align: left;
    font-weight: 500;
    font-size: 15px;
}
.form-group .control-label {
    padding-right: 0;
    text-align: center;
    padding: 0;
}
.form-group .input_box {
    padding-right: 20px;
}
select,
input {
    border: 1px solid #e5e5e5;
    font-size: 13px;
}
.select-control:active,
.select-control:focus {
    border: 1px solid #e5e5e5;
}

/* dropbox */
div.dropdown_wrap {
    position: relative;
}
div.dropdown_wrap a {
    padding: 5px 15px 5px;
}
.dropdown-toggle {
    padding: 0;
}
ul.dropdown {
    display: none;
    position: absolute;
    top: 100%;
}
ul.dropdown li {
    list-style-type: none;
}
ul.dropdown li a {
    text-decoration: none;
    padding: 0em 1em;
    display: block;
}

/* address */
.post {
    padding: 0;
}
.post input {
    width: calc(100% - 65px);
}
.post .btn_post {
    width: 60px;
    vertical-align: top;
    min-width: 0;
}
.addr {
    margin-left: 10px;
}
.addr2 {
    max-width: 39.65%;
}

/* date */
.input {
    width: 100%;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.btn_date {
    width: 14px;
    position: absolute;
    top: 9px;
    right: 8px;
    bottom: 0;
    margin: auto;
}
.date .input {
    /* display: inline-block; */
    width: 45%;
    float: left;
    position: relative;
}
.date .input .btn_date {
    right: 8px;
}
.input .btn_date img {
    vertical-align: top;
    width: 100%;
}
.date strong {
    font-size: 15px;
    text-align: center;
    display: inline-block;
}
.date label {
    position: relative;
    margin: 0;
    vertical-align: top;
}
.date label img {
    position: absolute;
    top: 0;
    right: 7px;
    width: 14px;
    height: 14px;
    bottom: 0;
    margin: auto;
}

/* chart */
.chart_area {
    display: inline-block;
}
.chart_area .toastui-chart-wrapper {
    height: auto;
    width: auto;
}
/** datepicker **/

body .ui-widget.ui-widget-content {
    padding: 0;
}
body .ui-state-default,
body .ui-widget-content .ui-state-default,
body .ui-widget-header .ui-state-default,
body .ui-button,
html body .ui-button.ui-state-disabled:hover,
html body .ui-button.ui-state-disabled:active {
    border: 0;
    text-align: center;
}
body .ui-datepicker .ui-datepicker-header {
    background-color: transparent;
    border: 0;
    padding: 10px 0;
}
body .ui-datepicker .ui-datepicker-title select {
    height: 30px;
    outline: none;
    line-height: 30px;
    font-size: 14px;
    border-radius: 6px;
    padding: 0 5px;
}
body .ui-datepicker .ui-datepicker-title select:nth-child(1) {
    margin-right: 10px;
}
body .ui-datepicker .ui-datepicker-header > a.ui-corner-all {
    height: 35px;
    border: 0;
    top: 0;
    margin: 8px 10px 10px 10px;
}
body .ui-datepicker .ui-datepicker-prev {
    left: 0;
    margin-left: 0 !important;
}
body .ui-datepicker .ui-datepicker-next {
    right: 0;
    margin-right: 0 !important;
}
body .ui-datepicker .ui-datepicker-header > a.ui-state-hover {
    top: 0;
    bottom: 0;
    border: 0;
}
body .ui-datepicker .ui-datepicker-header > a.ui-datepicker-prev.ui-state-hover {
    left: 0;
}
body .ui-datepicker .ui-datepicker-header > a.ui-datepicker-next.ui-state-hover {
    right: 0;
}
body .ui-datepicker .ui-datepicker-header > a.ui-corner-all:hover,
body .ui-datepicker .ui-datepicker-header > a.ui-corner-all:focus,
body .ui-datepicker .ui-datepicker-header > a.ui-corner-all:active {
    background-color: transparent;
    border: 0;
    top: 0;
}
body .ui-datepicker .ui-datepicker-header > a.ui-corner-all span {
    background-image: url("../img/arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
    width: 100%;
    height: 100%;
    display: inline-block;
    left: 0;
    top: 0;
    margin: 0;
}
body .ui-datepicker .ui-datepicker-header > .ui-datepicker-next span {
    transform: rotate(180deg);
}

/* header */
#header {
    position: fixed;
    height: 70px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
#header.sticky_header {
    background-color: #fff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
#header.sticky_header #gnb ul li a,
#header.sticky_header .hd_right *,
#header.sticky_header #logo {
    color: #333;
}
.header_inner {
    width: 90vw;
    max-width: 1300px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
}
.header_inner:after {
    display: block;
    content: "";
    clear: both;
}
#logo {
    width: 170px;
    margin-top: 7px;
    color: #fff;
    float: left;
    text-align: left;
}
#gnb {
    display: inline-block;
    margin-left: -50px;
}
#gnb ul {
    margin-bottom: 0;
}
#gnb ul:after {
    display: block;
    content: "";
    clear: both;
}
#gnb ul li {
    width: 110px;
    float: left;
    cursor: pointer;
    height: 70px;
    line-height: 70px;
    color: #fff;
}
#gnb ul li a {
		font-weight:700;
    color: #fff;
    text-decoration: none;
    display:block;
    font-size:20px;
		font-family:'GmarketSans' !important;
}

#gnb ul.eng li{width:100px;}
#gnb ul.eng li a{font-size:18px;}
#gnb ul.eng li:nth-child(1){width:140px;}
#gnb ul.eng li:nth-child(2){width:200px; display:inline-block;}
#gnb ul.eng li:nth-child(3){width:85px;}
#gnb ul.eng li:nth-child(4){width:85px;}
#gnb ul.eng li:nth-child(7){width:85px;}

.hd_right span,
.hd_right strong {
    display: inline-block;
    height: 70px;
    line-height: 70px;
    color: #fff;
    vertical-align: top;
}
.hd_right strong {
    font-weight: normal;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 500;
}
.hd_right .icon_user {
    width: 17px;
    margin: 28px 2px 0 0;
}
.hd_right .btn_go_login {
    display: inline-block;
    height: 70px;
    line-height: 70px;
    color: #fff;
    vertical-align: top;
    font-weight: normal;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 500;
}
.dropdown_wrap.language_select {
    width: 70px;
    margin: 17px 10px 0 0;
}
.dropdown_wrap.language_select .dropdown-toggle {
    text-align: left;
    padding: 6px;
    display: inline-block;
    white-space: nowrap;
}
.dropdown_wrap.language_select * {
    color: #fff;
    padding: 0;
    font-size: 16px;
}
.dropdown_wrap.language_select .dropdown-toggle::after {
    filter: initial;
}
.dropdown_wrap.language_select .dropdown {
    width: 80px;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 6px;
}

.sticky_header .dropdown_wrap.language_select .dropdown {
    background-color: #fff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
}
.nation_flag {
  width: 17px;
  margin: -2px 7px 0 0;
  vertical-align:middle;
}

#load {
    width: 230px;
    height: 130px;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    z-index: 999999;
    text-align: center;
    bottom: 0;
    right: 0;
    margin: auto;
}

/* #load > img { } */

#load > img:nth-child(1) {
    width: 50px;
}
a:hover,
a:focus {
    border-bottom: 0;
    text-decoration: none;
}

/* footer */
#footer {
    background-color: #333;
    padding:20px 0 30px;
}
#footer .footer_inner {
    width: 90vw;
    max-width: 1300px;
    margin: 0 auto;
}
#footer * {
    color: #fff;
}
.ft_logo {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    height: 60px;
    margin-top: 2px;
    margin-bottom: 0;
}
.ft_logo img {
    height: 100%;
}
.ft_info {
    width: calc(100% - 60px);
    display: inline-block;
    padding-left: 23px;
}
.ft_info li {
    font-size: 14px;
}
.ft_info li:nth-child(1) {
    margin-bottom: 3px;
    font-size: 16px;
}
.ft_info li span{display:inline-block; vertical-align: top}

.dim{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.8);z-index:999;}
.ftLayer{max-height:640px;display:none;color:#555;background:#fff;position:relative;max-width:890px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1003;}
.personalCont{height:554px;font-size:13px;margin:0 20px 20px;text-align:left;overflow-Y:scroll;}
.personalCont p{margin-bottom:20px;}
.ftLayer .closeBtn{position:absolute;right:0;top:0;}
.ftLayer h4{margin-bottom:20px;padding:20px 20px 0 20px;font-size:18px;}
.pl-agree{padding-left:15px;}

.footerTop{margin-bottom:30px;}
.footerBox{display:flex;}
.footerBox .ft_logo{flex-shrink:0;margin-right:70px;}
.footerBox > div{width:90%;word-break:keep-all;}
.copyright{margin-top:11px;}

/* quick_menu */
#quick_menu {
    position: fixed;
    z-index: 99;
    right: 10px;
    bottom: 50px;
    width: 50px;
    display: inline-block;
}
#quick_menu a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-top: 5px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
    padding: 12px;
    background-color: #231f20;
}

/* #quick_menu a.btn_phone {} */

/* #quick_menu a#btn_to_top {} */

/* #quick_menu a.btn_login {} */

#quick_menu a img {
    filter: invert();
}
#quick_menu .btn_consult {
    padding: 8px;
    background-color: #2b5ea1;
}

/* common */
.title_box {
    margin: 0;
    background: #083e85;
    padding: 0 10px;
    border-radius: 10px 10px 0 0;
    height: 50px;
    line-height: 50px;
}
.title_box a {
    display: inline-block;
    font-size: 13px;
    color: #7f8aa0;
}
.title_box a:nth-child(1) {
    font-size: 16px;
    color: #c0ceea;
}
.title_box a:nth-child(2) {
    font-size: 16px;
    float: left;
    position: relative;
}
.title_box a:nth-child(2):after {
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    background-image: url("../img/arrow2.svg");
    background-size: 6px 11px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 5px;
}
.data_list {
    padding: 0 10px 10px;
}

/* search */
.search {
    border: 1px solid #d5d5d5;
    width: 100%;
    margin: 0 auto 10px;
    background-color: #f4f7fb;
    border-right: 0;
}
.search .control-label {
    width: auto;
    min-width: 66px;
    padding: 0 5px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    background-color: #e0e5ea;
}
.search .input_box {
    padding: 4px 5px 0 9px;
}
.search:after,
.search .form-group:after {
    display: block;
    content: "";
    clear: both;
}
.form-group.address {
    height: auto !important;
    line-height: auto;
}
.form-group.address .input_box.addr {
    margin-left: 0;
}
.form-group.address .input_box.addr .post {
    margin: 0;
    padding-bottom: 10px;
}
.form-group.address .input_box.addr .post input {
    width: calc(100% - 75px);
    display: inline-block;
}
.form-group.address .input_box.addr .post .btn_post {
    width: 70px;
    /* display: inline-block; */
    margin-left: 5px;
    float: right;
    height: 32px;
    line-height: 30px;
    font-size: 13px;
}
.form-group.address .input_box.addr > input {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
}
.btn_wrap {
    display: inline-block;
}
.search .btn_wrap {
    height: 30px;
    line-height: 30px;
    vertical-align: top;
}
.search .btn_wrap .btn {
    vertical-align: top;
    margin-top: 4px;
    height: 28px;
    line-height: 26px;
    font-size: 12px;
}

/* input_area */
.input_area {
    border: 1px solid #d5d5d5;
    background: #f8f8f8;
    width: 100%;
    margin: 0 auto 15px;
    background-color: #eee;
    padding: 10px;
}
.input_area .form-group {
    height: 40px;
    line-height: 40px;
}
.input_area .control-label {
    width: 85px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding-left: 10px;
    font-size: 15px;
    font-weight: 600;
}
.input_area .input_box {
    padding: 4px 5px 0 9px;
}
.input_area:after {
    display: block;
    content: "";
    clear: both;
}
.input_area .btn_wrap {
    display: inline-block;
    height: 40px;
    line-height: 40px;
}
.input_area .btn_wrap .btn {
    vertical-align: top;
    margin-top: 5px;
}

/* pagination */
.pagination {
    justify-content: center;
    margin-top: 20px;
}

.pagination a img { height: 13px; margin: 0 4px; }

.pagination a.btn_next img,
.pagination a.btn_end img { transform: rotate(180deg); }

.pagination button {
    width: 14px;
    height: 13px;
    outline: none;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    margin: 0 0px;
}
.pagination button img {
    max-width: 100%;
    height: 100%;
}
.pagination button.btn_end img,
.pagination button.btn_next img {
    transform: rotate(180deg);
}
.pagination button.btn_prev img,
.pagination button.btn_next img {
    height: 13px;
    margin-top: 0;
}
.pages {
    display: inline-block;
    vertical-align: top;
    margin: 0px 5px 0;
}
.pages a {
    color: #888;
}
.pages a.on {
    color: #265587;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 500;
    cursor: pointer;
}

/* subvisual */
#subvisual {
    background-color: #888;
    height: 300px;
    background-image: url("../img/subvisual.jpg");
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: center;
    display: flex;
    vertical-align: top;
    position: relative;
}
.subvisual_inner {
    width: 90vw;
    max-width: 1300px;
    position: relative;
    margin: 0 auto;
}
.page_select {
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 10;
}
.page_select > ul {
    margin: 0;
}
.page_select > ul > li {
    display: inline-block;
    position: relative;
    vertical-align: top;
    height: 24px;
    line-height: 24px;
}
.page_select > ul > li.customer_center_menus {
    display: none;
}
#customer_center .page_select > ul > li.customer_center_menus {
    display: inline-block;
}
.page_select > ul > li.mypage_memus {
    display: none;
}
body.mypage_ .page_select > ul > li.mypage_memus {
    display: inline-block;
    min-width: 200px;
}
.title_mypage {
    padding: 5px 15px 5px;
}
.page_select > ul > li:nth-child(1):after,
.page_select > ul > li:nth-child(2):after {
    display: block;
    content: "";
    width: 1px;
    height: 13px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}


/* sub Nav */
div.subNav_wrap {
    position: relative;
}
div.subNav_wrap a {
    padding: 5px 15px 5px;
}
.subNav_toggle {
    padding: 0;
}
ul.subNav {
    display: none;
    position: absolute;
    top: 100%;
}
ul.subNav li {
    list-style-type: none;
}
ul.subNav li a {
    text-decoration: none;
    padding: 0em 1em;
    display: block;
}

.page_select > ul > li .subNav_toggle a {
    font-size: 16px;
    color: #fff;
}
#subvisual .subNav_wrap {
    padding:0  16px;
}
#subvisual ul.subNav {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px 0;
    right: 0;
    width: 100%;
}
#subvisual ul.subNav li a {
    font-size: 14px;
    padding: 0 15px;
    color: #fff;
}
#subvisual ul.subNav li {
    list-style-type: none;
}
#subvisual ul.subNav li a {
    text-decoration: none;
    padding: 0em 1em;
    display: block;
}
.subNav_toggle::after {
    filter: invert();
}
.page_title {
    font-size: 36px;
    color: #fff;
    padding-top: 8%;
    font-family:'GmarketSans';
    font-weight: 700;
    letter-spacing: -1px;
}
.page_subtitle {
    font-size: 17px;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.7);
}
.icon_home {
    display: inline-block;
    padding: 4px;
    margin-right: 15px;
}
.icon_home img {
    vertical-align: top;
    margin-top: 2px;
}
.page_select > ul > li.depth02_menu {
    display: none;
}

/* subpage */
#container {
    height: auto;
    min-height: calc(100vh - 350px);
    background:#EEF2F6;
}
.cont_inner {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 60px 0;
}

/* search_box */
#search_box .section_content:after {
    display: block;
    content: "";
    clear: both;
}
#search_box .select_wrap {
    width: calc(95% / 6);
    margin-right: 1%;
    float: left;
    /* display: inline-block; */
}
#search_box .select_wrap:last-child {
    margin-right: 0;
}
#search_box .select_wrap select {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    background:#fff;
}
#search_box .select_wrap select option{padding-left:30px}
#search_box .select_wrap select option span{position:relative;}
#search_box .select_wrap select option span:before{
  display:block; content:''; width:10px; height:10px; background-color:pink; position:absolute; top:0; right:0;
}

#search_box .select_wrap input {
    width: 100%;
    height: 40px;
    /* line-height: 40px; */
    font-size: 15px;
}

/* searched_property */
#searched_property .section_title span {
    display: inline-block;
    margin-left: 5px;
    font-size: 16px;
    font-family: "Noto Sans KR", sans-serif;
}
ul#property_list:after {
    display: block;
    content: "";
    clear: both;
}
ul#property_list li {
    position: relative;
    width: calc(98% / 3);
    margin-right: 1%;
    float: left;
    margin-bottom: 10px;
}
ul#property_list li {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
ul#property_list li:nth-child(3n) {
    margin-right: 0;
}
ul#property_list li img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
ul#property_list li dl {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.65);
    padding: 15px 15px 20px;
    margin-bottom: 0;
}
ul#property_list li dl dt h5,
.card_inner.front dl dt h5{
    font-size: 18px;
    margin-bottom: 5px;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 500;
    font-size: 15px;
  }
ul#property_list li dl dt h5:nth-child(1),
.card_inner.front dl dt h5:nth-child(1){
    height:36px;
    overflow: hidden;
    width:100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
ul#property_list li dl dt p{
    position: absolute;
    bottom: 3px;
    right: 15px;
    font-size: 19px;
	font-weight:700; 
}
ul#property_list li dl dd {
    position: absolute;
    bottom: 3px;
    left: 15px;
    font-size: 12px;
}
#searched_property .btn_wrap {
    margin-top: 50px;
}
#searched_property .btn_login {
    background-color: #2b5ea1;
    color: #fff;
    padding: 9px 25px 10px;
    font-size: 16px;
    height: auto;
    border: 0;
}

/* body.sale_ #search_box{margin-bottom:50px} */

/* board_ */
.board_ dl.table_title {
    border-top: 1px solid #231f20;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
}
.table_title dt {
    font-size: 22px;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 500;
    font-weight: normal;
}
.table_title dd {
    font-size: 14px;
    color: #888;
    margin-top: 5px;
}
.board_ .view_contents {
    border-bottom: 1px solid #e5e5e5;
}
.board_ .btn_wrap {
    margin-top: 10px;
}
.btn_list {
    background-color: #231f20;
    color: #fff !important;
}


/* gallery Design */
.galleryDesign{display:flex;flex-wrap:wrap;}
.galleryDesign:after{display:block;content:'';clear:both;}
.galleryDesign li {
    position: relative;
    width: calc(98% / 3);
    margin-right: 1%;
    margin-bottom: 30px;
}
.galleryDesign li img{width:100%;height:239px;}

.galleryDesign li dl dt{
	display:flex;align-items:center;justify-content:center;
}

.galleryDesign li dl dd{
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 500;
    font-size: 15px;
  }

.galleryDesign li dl dd h5{font-size: 16px;line-height:1.3;margin-bottom:15px;
    display: -webkit-box;
    width: 100%;
    white-space: normal;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}
.galleryDesign li:nth-child(3n) {
    margin-right: 0;
}

@media (max-width:1279px) {
.galleryDesign li img{height:200px;}
}

@media (max-width:640px) {
ul#property_list li dl dt p{font-size:16px;bottom:1px;}

.galleryDesign li img{height:170px;}


}