/***************find.html******************/
.btn_green {
    border-radius: 8px;
    background: #08a048;
    border: 1px solid #08a048;
    color: #fff;
    text-align: center;
    line-height: 3em;
    font-size: 1.2em;
    font-weight: 900;
    margin: 15px 0px;
}
.hidden {
    display: none !important;
}
.find_wrap {
    padding-top: 50px;
}

.find_wrap_title {
    text-align: center;
    color: #0b9a47;
    line-height: 1.5em;
}

.find_contents_wrap {
    background: #f3f3f3;
    height: auto;
    padding: 5px 15px;
}

.find_contents_wrap table {
    border-right: 2px solid #f3f3f3;
}

.find_contents_wrap table tr th {
    background: #e1e1e1;
    border-right: 1px solid #d7d5d5;
}

.find_contents_wrap table tr td {
    background: #fafafa;
    border-right: 1px solid #d7d5d5;
}

.find_contents_span {
    color: #d0021b;
    text-align: center;
}

/***************find.html******************/
.bojong_wrap {
    padding-top: 50px;
}

.bojong_wrap_title {
    text-align: center;
    color: #0b9a47;
    line-height: 1.5em;
}

.find_info {
    border: 1px solid #efefef;
    background: #fafafa;
    color: #898989;
    padding: 15px;
    margin-top: 10px;
}

.find_info b {
    color: #1ca437;
    display: block;
    line-height: 2em;
}

.find_info span {
    vertical-align: middle;
}

.find_info i {
    padding-top: 3px;
}

.find_fail_tex {
    color: #1ca437;
    vertical-align: middle;
}

.find_sucess_wrap {
    border: 1px solid #efefef;
    margin-top: 10px;
    padding: 10px 5px;
    font-size: 0.9em;
}

.find_sucess_wrap span a {
    border-bottom: 1px solid #999;
    margin-right: 10px;
    color: #888;
}

.find_info {
    border: 1px solid #efefef;
    background: #fafafa;
    color: #898989;
    padding: 15px;
    margin-top: 10px;
}

.find_info b {
    color: #1ca437;
    display: block;
    line-height: 2em;
}

.find_info span {
    vertical-align: middle;
    display: block;
}

.find_info i {
    padding-top: 3px;
}

.find_fail_tex {
    color: #1ca437;
    vertical-align: middle;
}

.find_icon_wrap {
    text-align: center;
}

.find_icon_wrap span {
    display: inline-block;
}

.find_icon_call {
    width: 45px;
    height: 45px;
    background: #b8b8b8;
    border: 1px solid #dcdcdc;
    color: #fff;
    border-radius: 50%;
    padding: 5px 8px;
    margin: 5px;
}

.find_icon_kakao {
    width: 45px;
    height: 45px;
    background: #f8e515;
    border: 1px solid #dcdcdc;
    color: #fff;
    border-radius: 50%;
    padding: 5px 8px;
    margin: 5px;
}

.find_icon_mail {
    width: 45px;
    height: 45px;
    background: #00adab;
    border: 1px solid #dcdcdc;
    color: #fff;
    border-radius: 50%;
    padding: 5px 8px;
    margin: 5px;
}

html,
body {
    height: 100%;
}

.loading {
    background: #f1f1f1;
    height: 100%;
    padding-top: 50px;
    text-align: center;
    color: #8f8e8e;
}

.loading_wrap {
    margin-top: 50%;
}

.popup_warp {
    width: 100%;
    height: auto;
}

.popup_title_wrap {
    background: #ececec;
    border-bottom: 1px solid #dcdcdc;
}

.popup_title_wrap i {
    line-height: 1.8em;
    padding-right: 20px;
}

.popup_title {
    padding: 20px;
    line-height: 3em;
}

.popup_contants_title {
    color: #08a048;
    display: block;
    width: 100%;
    font-size: 1.2em;
    font-weight: 900px;
}

.popup_contants_wrap {
    position: fixed;
    display: table-call;
    width: 100%;
    height: 100%;
    overflow-x: scroll;
    padding-left: 20px;
}

.popup_contants_wrap table {
    display: table;
    width: 100%;
    overflow-x: scroll;
    overflow-y: scroll;
    white-space: nowrap;
}

.popup_contants_wrap table tr td,
tr th {
    line-height: 2em;
}

.popup_contants_wrap table tr th {
    font-weight: 700;
}

.popup_contants_wrap table tr {
    border-bottom: none;
}

.popup_contants_wrap table tr:first-child {
    border-bottom: 1px solid #dcdcdc;
}

.popup_contants_wrap table tr th:first-child {
    font-weight: 900;
}

.popup_contants_wrap table tr td:first-child {
    border-left: none;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.fix {
    position: fixed;
    top: 0;
    width: 100%;
    display: block;
}

.fix-container {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 60px;
}

.popup_contants_wrap table tr td {
    border-left: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}

.icon_size {
    font-size: 1.2em;
    color: #08a048;
    font-family: 'Material Icons';
    font-style: normal;
}

.modal_bg7 {
    background-color: rgba(0, 0, 0, 0.7);
}

.help_tex {
    border: 1px solid #c7c7c7;
    background: #f1f1f1;
    font-size: 0.8em;
    line-height: 3em;
}

.modal-content-help {
    width: 90%;
    background: #fff;
    color: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50%;
    margin-left: -45%;
    border-radius: 10px;
    padding: 5px 15px;
}

.helpclose {
    position: absolute;
    top: 100%;
    margin-top: -30%;
    left: 50%;
    margin-left: -1.5rem;
}

.loopup_tap {
    display: inline-block;
    width: 100%;
    line-height: 2.5em;
}

.loopup_tap .on {
    border: 1px solid #333;
    border-bottom: 1px solid #fff;
    color: #333;
    background-color: #fff;
}

.loopup_tap li {
    float: left;
    width: 50%;
    text-align: center;
    border: 1px solid #e2e2e2;
    color: #666;
    border-bottom: 1px solid #333;
    background-color: #fdfdfd;
    font-size: 3.5vmin;
}
.rejoin_on {
    background-color: #08A048;
    border: 1px solid #08A048;
    border-radius:4px;
    color: #fff;
    padding: 10px 20px;
    float: right;
    margin: 20px 5px 10px 5px;
}

.rejoin_off {
    background-color: #979797;
    border: 1px solid #979797;
    border-radius: 4px;
    color: #fff;
    padding: 10px 20px;
    float: right;
    margin: 20px 5px 10px 5px;
}

.cancel_on {
    background-color: #08A048;
    border: 1px solid #08A048;
    border-radius: 4px;
    color: #fff;
    padding: 10px 20px;
    float: right;
    margin: 20px 5px 10px 5px;
}

.cancel_off {
    background-color: #979797;
    border: 1px solid #979797;
    border-radius: 4px;
    color: #fff;
    padding: 10px 20px;
    float: right;
    margin: 20px 5px 10px 5px;

}

/* claim popup only mobile*/
.rs-header{
    margin-top: 15px;
    margin-bottom: 5px;
    height: 35px;
}
.rs-header .tit{
    font-size:20px;
    font-weight: bold;
}
.rs-container{
    padding:16px 24px 0px 16px;
    height: 90%;
    overflow-y: scroll;
}

.rs-visual-top{
    background-color: #e6e6e6;
    padding: 20px;
    margin-bottom: 5px;
}
.rs-toplist{
    position:relative;
    display:block;
    font-size:14px;
    margin-bottom:5px;
    line-height:1.0;
}
.rs-toplist:last-child{
    margin-bottom:0;
}
.rs-toplist:after{
    content:'';
    display:block;
    clear: both;
}
.rs-toplist dt{
    float:left;
    font-weight: bold;
}
.rs-toplist dd{
    float:left;
    margin-left:5px;
}
.toplist-area{
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom:1px solid #2ebb65;
}
.toplist-area.bottom{
    border-bottom:none;
    padding-bottom:0;
}

.rs-contents{
    padding-top:0px;
}
.rs-contents .ts-text-area{
    margin-bottom:20px;
}
.rs-contents .ts-text-area h3{
    font-size:14px;
    margin-bottom:8px;
    font-weight: bold;
}
.rs-contents .ts-text-area ol li{
    font-size:14px;
    margin-bottom:5px;
}

.rs-input-area .input-tit{
    display:block;
    font-size:15px;
    line-height:1;
    margin-bottom:5px;
    font-weight: bold;
}
.rs-input-area .input-tit span{
    font-weight: normal;
    margin-left:5px;
    font-size:13px;
    color:#696666;
}
.rs-input-area .rs-txt{
    font-size:15px;
    color:#171717;
    /* vertical-align: top; */
    margin-top: 10px;
    margin-bottom: 5px;
}
.rs-input-area .register-list{
    display:block;
    font-size:16px;
    color:#5c5c5c;
}

.input-desc-lookup .rs-default-select{
    width:100%;
    display:block;
    border:1px solid #cbccd2;
    min-height:40px;
    padding-left:10px !important;
    font-size:15px !important;
    color: #000;
    font-weight: bold;
    margin-top: 10px;
}
.input-desc-lookup{
    margin-bottom:25px;
}
.input-desc-lookup .rs-default-input{
    width:96% !important;
    display:block;
    border:1px solid #cbccd2;
    height:50px;
    padding-left:10px !important;
    font-size:15px !important;
    color:#000;
    font-weight: bold;
}
.rs-default-input::placeholder{
    color:#c8c8c8
}

.default-textarea{
    width:100%;
    display:block;
    border:1px solid #cbccd2;
    padding: 15px 10px;
    font-size:14px;
    color:#8c8c8c;
    min-height:150px;
}

.rs-input-area .register-list{
    display:block;
    font-size:15px;
    color:#5c5c5c;
}
.resister-area{
    margin-top:20px;
    margin-bottom:20px;
}

.rs-default-btn{
    width:100%;
    display:block;
    text-align:center;
    height:40px;
    font-size:15px;
    color:#fff;
    font-weight: bold;
    border-radius: 5px;
    background:#08a048;
}

.rs-visual-top.green{
    text-align:center;
    padding:30px 35px;
    background:#10a54f;
    border:none;
    margin-bottom: 20px;
}
.rs-visual-top.green h3{
    color:#fff;
    font-size:18px;
    font-weight: bold;
    margin: 5px;
}
.rs-visual-top.green span{
    color:#fff;
    font-size:17px;
}