@charset "utf-8";

.fullbox {
    position: relative;
    /* 겉박스 */

    width: 100%;
}

.inbox {
    /* 속박스 */
    position: relative;

    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    /*outline: 1px solid red;*/
}

#top>div.inbox {
    z-index: 999;
}

.orange {
    color: #ea6946;
}

.bg_blk {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 10000;
    opacity: 0;
    display: none;
}

.bg-blk {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 10000;
    opacity: 0;
    display: none;
}

/* TOP */
#TOP2 {
    z-index: 2;

    height: 50px;

    background-color: #303030;
}

#topmenu2 {
    position: absolute;
    top: 50%;
    right: 0;

    transform: translateY(-50%);
}

.top_sanum_box {
    position: absolute;
    top: 50%;
    right: 20px;

    padding: 2px 10px;

    transform: translateY(-50%);

    border-radius: 5px;
    background-color: #fff;
}

select[name=case_num] {
    width: 100px;

    background-color: rgba(255, 255, 255, 0);
}

#top_sanum_submit {
    position: absolute;
    top: 0;
    right: -15px;

    width: 42px;
    height: 35px;

    cursor: pointer;

    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #f05a28;
    background-image: url(../images/mag_white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}

.boder_none {
    border: none;
}

#TOP {
    z-index: 2;

    height: 30px;

    background-color: #364653;
}

#topmenu {
    position: absolute;
    top: 50%;
    right: 0;

    transform: translateY(-50%);
}

.welcome_msg {
    margin-right: 20px;
}

#topmenu>li {
    text-align: center;
}

.login,
.logout {
    padding-right: 10px;

    border-right: 1px solid #eee;
}

.join,
.mypage {
    padding-left: 10px;
}

#topmenu>li>a {
    font-size: 1em;
    font-weight: 300;
    line-height: 20px;

    color: #eee;
}

/* TOP HOVER */
#topmenu>li>a:hover {
    color: #fff;
}

#cont1 {
    z-index: 2;

    height: 73px;

    box-shadow: 1px 1px 2px #ccc;
}

/* GNB */
.gnb_flex_box {
    display: flex;
}

/* 2-1 로고 */
#logo {
    display: inline-flex;

    align-items: center;
    justify-content: center;
}

#logo>img {
    height: 50px;

    cursor: pointer;
}

/* 2-2 GNB */
/*GNB 100% width 배경라인박스*/
.gnbline {
    position: absolute;
    top: 73px;
    z-index: 99;

    width: 100%;
    height: 0;
    /*200;*/

    transition: height .2s ease-out;

    border-top: 1px solid #ccc;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 2px #ccc;
}

#gnb {
    position: relative;
    top: 22px;
    z-index: 999;

    display: inline-flex;
    width: 70%;
    /* left: 7em; */
    height: 25px;
    overflow: hidden;
    flex-direction: row-reverse;
    box-sizing: border-box;

    transition: height .2s ease-out;
}

/* gnb 마우스오버 시 하위메뉴 나오게 */
/*#gnb:hover{
	height: 200px;
}*/

#gnb>dl,
#gnb>li {
    width: 20%;

    text-align: center;
}

#gnb>li {
    list-style: none;
}

#gnb>li>ul>li {
    width: 50%;

    line-height: 27px;
}

.join2 {
    border-left: 1px solid #ddd;
}

/*GNB 최상위메뉴(dt)*/
#gnb dl dt {
    font-size: 18px;
    font-weight: 500;
    /*padding-bottom: 25%;*/
    /*	text-align: center;*/
}

#gnb>dl>dt>a {
    position: relative;
}

#gnb>dl>dt>a::before {
    position: absolute;
    bottom: 0;
    left: 50%;

    display: block;
    width: 100%;
    height: 1px;

    content: "";
    transition: all .2s;
    transform: scale(0) translateX(-50%);

    background-color: #000;
}

/*GNB 최상위메뉴 마우스오버시 글자색*/
#gnb>dl>dt>a:hover {
    color: #f05a28;
}

#gnb>dl>dt>a:hover:before {
    transform: scale(1) translateX(-50%);

    color: #f05a28;
    background-color: #f05a28;
}

/*GNB 하위메뉴(dd)*/
#gnb dl dd {
    font-size: 15px;
    line-height: 2.2em;
    /*    padding-left: 15px;*/
}

/* GNB 하위메뉴(dd) 글자색*/
#gnb dl dd a {
    position: relative;

    color: #303030;
}

#gnb dl dd a::before {
    position: absolute;
    top: 50%;
    left: -13px;

    display: block;
    width: 5px;
    height: 5px;

    content: "";
    transition: all .2s;
    transform: translateY(-50%);
    transform: scale(0);

    border-radius: 50%;
    background-color: #f05a28;
}

/*GNB 하위메뉴 마우스 오버시 글자색 변경*/
#gnb dl dd:hover a {
    color: #f05a28;
}

#gnb dl dd:hover a::before {

    transform: scale(1);
}

#gnbbox>li>a:before {
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;
    width: 100%;
    height: 1px;

    content: "";
    transition: all .2s;
    transform: scale(0);

    background-color: #000;
}

/* GNB HOVER */
#gnbbox>li>a:hover {
    color: #f05a28;
}

#gnbbox>li>a:hover:before {
    transform: scale(1);

    background-color: #f05a28;
}

.member_ul {
    position: absolute;
    top: 20px;
    right: 0;

    line-height: 30px;
}

.member_ul a {
    margin-left: 5px;

    color: #777;
}

.member_ul a:hover {
    color: #f05a28;
}

.ham {
    position: absolute;
    top: 50%;
    right: 2%;

    width: 32px;
    height: 32px;

    font-size: 2.375em;
    font-weight: 500;

    transform: translateY(-50%);

    border: none;
    background-color: rgba(0, 0, 0, 0);
    /*display: none;*/
}


/* SNB */
.SNB {
    position: fixed;
    right: 20px;
    z-index: 1;

    width: 90px;
    /*border-radius: 10%;*/

    cursor: pointer;

    border: 1px solid #ccc;
}

#recentView {
    top: 50%;

    display: none;

    transform: translateY(-50%);

    background-color: #fafafa;
}

.today_view:hover {
    background-color: #eee;
}

.favorite_mul:hover {
    background-color: #eee;
}

#recentView>ul {
    padding: 15px 10px;
}

#recentView>ul:last-child {
    border-top: 1px dashed #ccc;
}

#recentView>ul>li {
    width: 100%;

    text-align: center;
}

.SNB_list_cnt {
    margin-top: 2px;
}

.SNB_list_cnt>span {
    padding: 0 10px;

    font-size: .89em;

    color: #fff;
    border-radius: 10px;
    background-color: #f05a28;
}

#recentViewBig {
    position: fixed;
    top: 0;
    right: -150px;
    z-index: 9;

    width: 150px;
    height: 100%;

    border-left: 1px solid #ccc;
    background-color: #fff;
}

.rView_close {
    position: absolute;
    top: 0;
    right: 10px;

    font-size: 3em;
    font-weight: 300;

    cursor: pointer;
}

.rv_tabbox {
    position: relative;
    top: 100px;

    height: 100%;

    background-color: #eee;
}

.rView_tab {
    width: 100%;

    border-top: 1px solid #ccc;
}

.rView_tab>li {
    width: 50%;
    padding: 10px 0;

    cursor: pointer;
    text-align: center;

    border-bottom: 1px solid #ccc;
    background-color: #fff;
}

.rView_tab>li:first-child {
    border-right: 1px solid #ccc;
}

/*.rView_tab>li:last-child{
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	}*/
.rView_tab>li.on {
    border-bottom: none;
    background-color: #eee;
}

.rView_tab>li>span {
    padding: 0 10px;

    font-size: .89em;

    color: #fff;
    border-radius: 10px;
    background-color: #f05a28;
}

.fm_listbox {
    /*display: none;*/
    /*opacity: 0;*/
}

.rv_listbox,
.fm_listbox {
    padding: 10px 5px;
}

.rv_tabbox>div {
    /*display: none;*/
}

.rv_tabbox>div.on {
    display: block;
    width: auto;
    height: auto;
}

.rv_list,
.fm_list {
    position: relative;

    width: 100%;
}

.rv_list>li,
.fm_list>li {
    width: 100%;
    padding: 10px 5px;
    margin: 4px 0;

    cursor: pointer;

    border: 1px solid #ccc;
    background-color: #fff;
}

.rv_list_in_ul,
.fm_list_in_ul {
    width: 85%;

    word-break: keep-all;
}

.rv_list_li {
    position: relative;
}

.rv_list_delete {
    position: absolute;
    top: 13px;
    right: 10px;

    width: 17px;
    height: 17px;

    font-size: 1.2em;
    line-height: .8;

    text-align: center;

    color: #000;
    border: 1px solid #ccc;
}

.fm_list_delete {
    position: absolute;
    top: 13px;
    right: 10px;

    width: 17px;
    height: 17px;

    font-size: 1.5em;
    line-height: .6;

    text-align: center;

    color: #000;
    border: 1px solid #ccc;
}

.rv_list_addr {
    word-break: keep-all;
}

.low_pricebox {
    padding-top: 5px;
}

.low_price_icon {
    padding: 0 5px 0 3px;

    font-size: .89em;

    color: #fff;
    background-color: #f05a28;
}

.low_price_val {
    padding-left: 2px;

    font-weight: 500;

    color: #f05a28;
}

.swiper-container2 {
    position: relative;

    overflow: hidden;
}

.swiper-pagination2 {
    text-align: center;
}

.swiper-container2>.swiper-button-prev {
    top: auto;
}

.swiper-container2>.swiper-button-next {
    top: auto;
}

.swiper-button2 {
    bottom: 12px;

    height: 10px;
}

.swiper-container3 {
    position: relative;

    overflow: hidden;
}

.swiper-pagination3 {
    text-align: center;
}

.swiper-container3>.swiper-button-prev {
    top: auto;
}

.swiper-container3>.swiper-button-next {
    top: auto;
}

/* FOOTERMENU */
#FOOTERMENU {
    height: 50px;

    font-size: 1em;

    color: #999;
    border-bottom: 1px solid #f05a28;
    background-color: #303030;
}

.fmBox {
    position: relative;

    width: 100%;

    line-height: 50px;
}

.fmBox>li {
    width: 20%;
}

.fmBox>li>a {
    color: #ccc;
}

.fmBox>li>a:hover {
    color: #fff;
}

/* FOOTER */
#FOOTER {
    height: 120px;

    font-size: 1em;

    color: #999;
    background-color: #303030;
}

#FOOTER>.inbox>ul {
    position: relative;
    top: 50%;

    height: 70px;

    transform: translateY(-50%);
}

.foot_LogoBox {
    display: flex;
    align-items: center;
}

#FOOTER>.inbox>ul>li:first-child>img {
    height: 45px;
}

#adSearch::after,
#recentView::after,
#intView::after,
.bullet>li,
.listSet,
.listView,
.cardView,
.area-resetBtn,
.ca-print,
.ca-share,
.ca-favor,
.ca-favor2,
.ca-favor3,
#mainSearchBtn,
.searchResetBtn,
.selm>ul>li:nth-child(2)>span:first-child::before,
#main_keyword_search_btn,
#main_search_btn,
.case_num_number_li::before {
    background: url(../images/icon.png) no-repeat;
}

.dpi {
    display: inline-block;
}

.gnb_box {
    float: right;

    line-height: 72px;
}

.gnb_box>ul>li {
    font-size: 18px;
    font-weight: 500;
}

.gnb_box>ul>li:first-child {
    margin-right: 100px;
}

.popup_div {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10000;

    display: none;
    width: 400px;

    transform: translate(-50%, -50%);

    opacity: 0;
    border-radius: 10px;
    background: #fff;
}

.popup_inbox {
    position: relative;

    width: 100%;
    height: 100%;
    padding: 30px 30px 50px 30px;
}

.popup_title {
    display: inline-block;

    font-size: 24px;
    font-weight: 500;
}

.popup_close_btn {
    float: right;

    cursor: pointer;
    transition: all .2s;
}

.popup_close_btn:hover {
    transform: rotate(-180deg);
}

.popup_cont {
    padding-top: 25px;
}

.popup_input {
    width: 100%;
    padding: .8em .4em;
    margin-bottom: 15px;

    border: 1px solid #ddd;
}

.popup_input::placeholder {
    color: #999;
}

.color_gray {
    color: #999;
}

.find_id_pw_ul {
    display: inline-block;
    float: right;
}

.find_id_pw_ul>li:first-child {
    margin-right: 10px;
}

.popup_btn {
    width: 100%;
    padding: .6em 0;
    margin-top: 15px;

    font-size: 16px;
    font-weight: 500;

    cursor: pointer;
    text-align: center;

    color: #fff;
    border: none;
    border-radius: 5px;
}

.popup_login_btn {
    background: #f05a28;
}

.desc_txt {
    padding: 25px 0 10px 0;

    text-align: center;
}

.popup_join_btn {
    background-color: #1cbbb4;
}

.popup_naver_login_btn {
    background-color: #1ec800;
}

.popup_kakao_login_btn {
    background-color: #f1d021;
}

.agree_txt_div {
    height: 7em;
    padding: .4em;
    margin: 10px 0 15px 0;
    overflow-y: scroll;

    font-size: 11px;
    font-weight: 300;
    line-height: 1.5em;

    white-space: pre-line;

    color: #999;
    border: 1px solid #eee;
}

.agree_title {
    float: left;
    margin-left: 30px;

    font-size: 14px;
    font-weight: 500;
}

.popup_agree_btn {
    background-color: #f05a28;
}

.popup_input_tit {
    display: block;
    margin-bottom: 10px;

    font-size: 14px;
    font-weight: 500;
}

.popup_authRequest_btn {
    background-color: #f05a28;
}

.input_div {
    position: relative;

    margin-bottom: 5px;
}

.input_s_txt {
    position: absolute;
    bottom: 0;
    left: 0;

    font-size: 12px;
    font-weight: 300;
}

.popup_join_req_btn {
    background: #f05a28;
}

.side_popup {
    position: fixed;
    top: 0;
    right: -350px;
    z-index: 9998;

    width: 350px;
    height: 100%;

    border-left: 1px solid #ddd;
    background-color: #fff;
}

.side_popup_div {
    /*		position: fixed;
		top: 0;
		right: -350px;
		width: 350px;
		height: 100%;
		background-color: #fafafa;
		border-left: 1px solid #ddd;
		z-index: 9998;*/
}

.side_popup_inbox {
    position: relative;

    width: 100%;
    height: 100%;
    padding: 30px 20px 20px 20px;
}

.side_popup_profile {
    position: relative;

    padding: 10px 20px 30px 20px;
}

.popup_profile_icon {
    position: relative;

    display: inline-block;
    width: 80px;
    height: 80px;

    border: 1px solid #ddd;
    border-radius: 50%;
}

.popup_profile_icon img {
    position: absolute;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);
}

.popup_profile_txt {
    padding-left: 30px;
}

.popup_dp_btn {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 9999;

    display: none;
    width: 29px;
    height: 150px;

    cursor: pointer;
    transform: translateY(-50%);

    background: url(../images/fold_btn_orange.png) no-repeat center;

    align-items: center;
    justify-content: center;
}

.a_white {
    color: #fff;
}

.naver_login {
    display: block;
    width: 100%;
    height: 100%;
}

.side_popup_logout {
    padding-top: 5px;

    font-weight: 500;

    color: #f05a28;
}

.reg_email_btn {
    cursor: pointer;
}

.side_popup_menu {
    position: relative;

    width: 100%;
}

.side_popup_menu li {
    position: relative;

    display: flex;
    width: 50%;
    max-height: 75px;
    padding: 10px;

    font-size: 16px;
    font-weight: 500;

    cursor: pointer;
    text-align: center;

    color: #777;

    align-items: center;
    justify-content: center;
}

.side_popup_menu li.off {
    background: #f3f3f3;
}

.popup_mem_name {
    font-size: 16px;
    font-weight: 500;
}

.before_div {
    position: absolute;
    top: 0;

    display: block;
    width: 100%;
    height: 3px;

    transition: all .2s cubic-bezier(.09, .99, .59, .9);
    transform: scale(0);
    transform-origin: 0 50%;

    background-color: tomato;
}

.after_div {
    position: absolute;
    bottom: 0;

    display: block;
    width: 100%;
    height: 1px;

    transition: all .2s cubic-bezier(.09, .99, .59, .9);
    transform: scale(0);
    transform-origin: 0 50%;

    background-color: #eee;
}

.before_div.on {
    transform: scale(1);
}

.after_div.on {
    transform: scale(1);
}

.side_popup_menu li:hover .before_div {
    transform: scale(1);
}

.side_popup_menu li:nth-child(1) {
    border-right: 1px solid #eee;
}

.popup_menu_num {
    font-size: 14px;
    font-weight: 400;

    color: #ccc;
}

.popup_welcome {
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
}

.side_popup_cont_div {
    position: relative;

    display: none;
    margin-top: 20px;

    font-size: 13px;
}

.side_popup_cont_div.on {
    display: block;
}

.side_popup_cont_indiv {
    overflow-y: auto;
    /*max-height: 700px;*/
}

/**************************** 스크롤바 ************************/
.side_popup_cont_indiv::-webkit-scrollbar {
    width: 5px;
}

.side_popup_cont_indiv::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
}

.side_popup_cont_indiv::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #ddd;
}

.side_popup_cont_indiv {
    scrollbar-3dlight-color: #fff;
    scrollbar-arrow-color: #868686;
    scrollbar-darkshadow-color: #fff;
    scrollbar-face-color: #333;
    scrollbar-highlight-color: #666;
    scrollbar-shadow-color: #000;
    scrollbar-track-color: #000;
}

.popup_cont_tit {
    display: block;
    margin-bottom: 15px;

    font-size: 18px;
    font-weight: 500;
}

.side_pop_list_box {
    display: block;
    padding: 7px 14px;
    margin-bottom: 5px;

    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 3px #ccc;
}

.pop_list_addr_div {
    position: relative;

    display: inline-flex;
    width: 100%;
}

.pop_list_icon_div {
    display: flex;
    padding-bottom: 4px;
}

.side_popup_date {
    display: flex;
    margin-left: auto;

    font-weight: 500;

    color: #777;

    align-items: center;
    justify-content: center;
}

.side_popup_date>img {
    width: 13px;
    margin-right: 3px;
}

.popup_dday {
    padding: 0 5px;
    margin-left: 5px;

    font-size: 12px;
    font-weight: 300;

    color: #fff;
    border-radius: 3px;
    background-color: #f05a28;
}

.pop_list_cont_div {
    display: flex;
}

.side_pop_cont_li {
    display: flex;
    width: 100%;
    padding-left: 10px;

    align-items: center;
    flex-wrap: wrap;
}

.side_pop_cont_li:not(:last-child) {
    padding-bottom: 5px;
}

.side_li_tit {
    display: inline-block;
    width: 16px;
    height: 16px;
    padding: 0 3px;

    font-size: 10px;
    font-weight: 500;

    color: #fff;
    border-radius: 2px;
    background-color: #777;
}

.side_li_txt {
    display: inline-flex;
    margin-left: auto;

    font-size: 13px;
    font-weight: 500;

    text-align: right;

    color: #777;
}

.side_li_txt_sub {
    width: 100%;

    font-size: 11px;
    font-weight: 500;

    text-align: right;

    color: #777;
}

.pop_list_memo_div {
    position: relative;

    width: 100%;
    height: 30px;
    padding-right: 1em;
    overflow: hidden;

    border-radius: 5px;
    background-color: #eee;
}

.pop_list_memo {
    position: absolute;

    display: flex;
    height: 100%;
    min-width: 95%;
    padding-left: .4em;

    font-size: 13px;
    font-weight: 500;

    white-space: nowrap;

    color: #777;

    align-items: center;
}

.side_pop_list_addr {
    padding-right: .4em;
    overflow: hidden;

    font-size: 15px;
    font-weight: 500;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.side_fvr_mul_remove {
    display: inline-block;
    padding-left: 20px;
    margin-left: auto;

    transform: scale(.7);
}

.side_pop_img_box {
    position: relative;
}

.side_pop_txt_box {
    flex-grow: 2;
}

.side_pop_img {
    width: 110px;
    height: 76px;
}

.side_pop_img_over {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;

    font-size: 12px;
    font-weight: 100;

    text-align: center;

    color: #fff;
    background-color: rgba(0, 0, 0, .7);
}

.side_popup_more_profile {
    padding: 0 8px;
    margin-top: 10px;

    font-weight: 400;

    color: #f05a28;
    border: 1px solid #f05a28;
    border-radius: 10px;
}

.side_popup_more_profile:hover {
    color: #fff;
    background-color: #f05a28;
}

.popup_nav {
    position: relative;

    padding: 10px 0;
    margin-bottom: 20px;

    font-weight: 500;

    text-align: center;

    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.popup_nav li {
    cursor: pointer;
}

.popup_nav li:not(:last-child) {
    border-right: 1px solid #ddd;
}

.popup_nav li.on {
    color: tomato;
}

.edit_div {
    display: none;
}

.edit_div.on {
    display: block;
}

.popup_edit_pw_request_btn {
    background-color: #f05a28;
}

.popup_half_btn {
    width: 49%;
    padding: .6em 0;
    margin-top: 15px;

    font-size: 16px;
    font-weight: 500;

    cursor: pointer;
    text-align: center;

    color: #fff;
    border: none;
    border-radius: 5px;
}

.leave_req_btn {
    display: inline-block;

    background-color: #f05a28;
}

.popup_email_request_btn {
    background-color: #f05a28;
}

.gray_notice_txt {
    display: block;

    font-size: 12px;
    font-weight: 300;
    line-height: 1.4;
}

.side_popup_span_icon {
    display: inline-block;
    padding: 1px 5px;

    font-size: 12px;
    font-weight: 300;

    vertical-align: text-top;
    word-break: keep-all;

    color: #fff;
    border-radius: 3px;
}

.side_popup_yongdo {
    margin-right: 3px;

    background-color: #1cbbb4;
}

/* 관심물건 등록 */
.fvr_mul_div {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10001;

    display: none;

    transform: translate(-50%, -50%);

    opacity: 0;
    border: 1px solid #ddd;
    border-radius: 20px;
    background-color: #fff;
}

.fvr_bool_div {
    max-width: 400px;
}

.fvr_mul_reg_div {
    width: 800px;
    max-height: 600px;
    min-height: 300px;
}

.fvr_inbox {
    position: relative;

    height: 100%;
    max-width: 100%;
    padding: 30px;
}

.fvr_mul_top {
    display: flex;
    padding-bottom: 20px;

    align-items: center;
}

.fvr_mul_tit {
    display: inline-block;

    font-size: 20px;
    font-weight: 500;
}

.fvr_mul_group_plus_btn {
    display: inline-block;
    padding: 3px 5px;
    margin-left: auto;

    cursor: pointer;

    color: #f05a28;
    border: 1px solid #f05a28;
    border-radius: 4px;
}

.fvr_mul_group_plus_btn:hover {
    color: #fff;
    background: #f05a28;
}

.fvr_grp_div {
    position: relative;

    height: 300px;
    overflow-y: auto;
}

.fvr_grp_div>ul>li {
    width: 100%;
    padding: 10px 0;
}

.fvr_grp_tit_li {
    text-align: center;

    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #fafafa;
}

.fvr_grp_tit_li>span {
    font-size: 16px;
    font-weight: 500;
}

/* 관심물건 관리 */
.fvr_mul_edit_div {
    width: 800px;
    min-height: 300px;
}

.fvr_mul_add_div {
    position: relative;

    display: flex;
    padding-bottom: 30px;

    align-items: center;
}

.fvr_mul_add_div>img {
    width: 25px;
    margin-right: 10px;
}

.fvr_mul_add_list {
    position: relative;

    height: 300px;
    overflow-y: auto;
}

.fvr_grp_add_input {
    height: 30px;
    padding-left: 1em !important;
    margin-right: 10px;
    margin-left: 10px;

    font-size: 14px;

    border: 1px solid #999;
    border-radius: 10px;
    background-color: #fff;

    flex: auto;
}

.fvr_grp_add_btn {
    display: inline-block;
    height: 30px;
    padding: 0 15px;

    cursor: pointer;

    color: #fff;
    border: none;
    border-radius: 4px;
    background-color: #f05a28;
}

.fvr_mul_sub_tit {
    display: inline-block;

    font-size: 16px;
    font-weight: 500;
}

.fvr_mul_add_sort {
    display: inline-block;
    margin-left: auto;

    color: #999;
}

.fvr_grp_list_ul>li {
    display: flex;
    width: 100%;
    padding: 10px 15px;

    text-align: center;
}

.fvr_grp_list_first {
    padding-top: 10px !important;
    padding-bottom: 10px !important;

    font-weight: 500;

    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #fafafa;
}

.fvr_grp_li,
.fvr_grp_edit_li {
    border-bottom: 1px solid #ddd;
}

.fvr_grp_num_width {
    width: 50px;
}

.fvr_grp_list_li_tit {
    display: flex;

    align-items: center;
    flex: auto;
    justify-content: center;
}

.fvr_grp_name_edit {
    margin-left: 10px;

    cursor: pointer;
}

.fvr_grp_delete_btn {
    display: inline-block;
    margin-left: auto;

    cursor: pointer;

    color: #777;
}

.fvr_grp_delete_btn>img {
    height: 18px;
    margin-right: 5px;

    vertical-align: sub;
}

.fvr_mul_div_btn_div {
    position: relative;

    padding-top: 20px;

    text-align: center;
}

.fvr_mul_div_btn {
    width: 150px;
    padding: .6em 0;

    font-size: 16px;

    cursor: pointer;

    color: #fff;
    border: none;
    border-radius: 8px;
    background-color: #bbb;
}

.fvr_mul_right_btn {
    background-color: #f05a28;
}

.delete_fvr_mul_request {
    background-color: #f05a28;
}

.fvr_case_num {
    font-weight: 500;
}

.fvr_mul_memo {
    display: block;
    width: 100%;
    padding: .6em .4em;
    margin-bottom: 20px;

    color: #303030;
    border: none;
    border: 1px solid #f05a28;
    border-radius: 5px;
    background-color: #fff;
}

.fvr_mul_memo::placeholder {
    color: #999;
}

input[name=edit_fvr_name] {
    width: 20em;

    border: 1px solid #ddd;
}

.edit_fvr_grp_name_btn {
    padding: 2px 5px;

    cursor: pointer;

    color: #fff;
    border: none;
    background-color: #f05a28;
}

.edit_fvr_grp_name_btn_cancel {
    padding: 2px 5px;
    margin-right: 5px;
    margin-left: 5px;

    cursor: pointer;

    color: #fff;
    border: none;
    background-color: #777;
}

.delete_fvr_mul_group_request {
    background-color: #f05a28;
}




.plr10 {
    padding: 0 10px;
}

.input_border_none {
    padding-right: 1em;
    padding-left: .4em;

    color: #777;
    border: none;
    border-bottom: 1px solid #777;
    background-color: rgba(255, 255, 255, 0);
}



/*체크박스 라운드 CUSTOM*/
.round {
    position: relative;
}

.round label {
    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    cursor: pointer;

    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
}

.round label:before {
    position: absolute;
    top: 4px;
    left: 3px;

    width: 10px;
    height: 5px;

    content: "";
    transform: rotate(-45deg);

    opacity: 1;
    border: 2px solid #ddd;
    border-top: none;
    border-right: none;
}

.round label:after {
    position: absolute;
    top: 4px;
    left: 3px;

    width: 10px;
    height: 5px;

    content: "";
    transform: rotate(-45deg);

    opacity: 0;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked+label {
    border-color: #66bb6a;
    background-color: #66bb6a;
}

.round input[type="checkbox"]:checked+label:after {
    opacity: 1;
}

/*비밀번호 찾기 페이지*/
.find_div {
    position: relative;

    width: 400px;
    height: 100%;
    margin: 0 auto;
}

.side_profile_ul {
    display: flex;
    flex-direction: row;

    align-items: center;
}

.orange_bg {
    background-color: #f05a28;
}

.no_result {
    padding-top: 30px;

    font-size: 14px;

    text-align: center;

    color: #999;
}

.popup_menu_tit {
    padding-right: 10px;

    color: #777;
}

.side_popup_top {
    position: relative;

    background: #fff;
}

.side_popup_top_inbox {
    position: relative;

    width: 100%;
    height: 100%;
    padding: 30px 20px 0 20px;
}

.side_popup_top2 {
    position: relative;

    background: #fff;
}

.side_popup_mid {
    position: relative;

    margin-top: 5px;

    background: #fff;
}

.side_popup_bottom {
    position: relative;

    background: #fff;
}

.side_popup_bot_inbox {
    position: relative;

    width: 100%;
    height: 100%;
    padding: 0 10px 20px 10px;
}

.side_pop_nav {
    position: relative;

    width: 100%;

    border-bottom: 1px solid #eee;
}

.side_pop_nav>ul {
    display: flex;
    width: 100%;
}

.side_pop_nav>ul>li {
    text-align: center;

    flex: auto;
    flex-basis: 50%;
}

.side_pop_nav>ul>li:hover {
    background: #eee;
}

.side_pop_nav>ul>li>a {
    display: flex;
    padding: 15px 0;

    font-weight: 500;

    color: #777;

    align-items: center;
    justify-content: center;
}

.side_pop_nav>ul>li>a>img {
    height: 17px;
    margin-right: 10px;
}

#layer_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;

    width: 500px;

    transform: translate(-50%, -50%);

    border: 1px solid #ddd;
    background-color: #fafafa;
    box-shadow: 1px 5px 10px #999;
}

#layer_popup_check {
    display: block;
    padding-top: 30px;

    cursor: pointer;
}

#layer_popup_close {
    width: 100%;
    margin-top: 20px;

    font-size: 18px;

    cursor: pointer;
    text-align: center;
    /* height: 40px; */

    background-color: #f05a28;
}

#layer_popup_close a {
    display: block;
    width: 100%;
    height: 100%;
    padding: .8em 0;

    color: #fff;
}

.side_popup_remove_div {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;

    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
}

.side_popup_remove_div li {
    width: 100%;
    padding: .4em;

    transition: background-color .1s;
    text-align: center;
}

.side_popup_remove_div li:hover {
    background-color: #eee;
}

.login_nav_btn {
    display: flex;
    align-items: center;
    border: none;
    background: none;
    cursor: pointer;
}

.top-user-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    background-color: #d4d4d4;
    border-radius: 50%;
    margin-right: 5px;
}

.top-user-icon-wrap.on {
    background-color: #fff;
    border: 1px solid #eee;
}

.top-user-icon-arrow {
    height: 10px;
}

/* 모달 팝업 세팅 */
#modal_popup {
    display: none;
}

.modal-popup-cont-wrap {
    position: relative;
    width: 414px;
    min-height: 600px;
    padding: 15px 15px 30px 15px;
    background-color: #333;
    border-radius: 16px;
}

.modal-popup-cont-inner {
    position: relative;
    width: 100%;
    min-height: 540px;
    max-height: 540px;
    background-color: #fff;
    border-radius: 16px;
    padding: 20px 15px;
}

.modal-popup-cont-title {
    text-align: center;
}

.modal-popup-cont-text-wrap {
    margin-top: 30px;
    max-height: 460px;
    overflow-y: auto;
}

.modal-popup-cont-text {
    text-align: center;
    white-space: pre-line;
    padding-right: 10px;
    line-height: 1.7;
}

.modal-popup-link-button {
    display: block;
    text-align: center;
    background: #ea6946;
    color: #fff;
    padding: 1em;
    margin-top: 25px;
}

.modal-popup-button-wrap {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.modal-popup-label {
    color: #fff;
    cursor: pointer;
}

#modal_popup_chk {
    margin-right: 10px;
}

.modal-popup-button-close {
    margin-left: auto;
    background: none;
    border: none;
    padding: 0.6em 2em;
    cursor: pointer;
    background-color: #eaeaea;
}

.default_button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #364653;
    color: #fff;
    border: none;
    border-radius: 4px;
    box-shadow: none;
    padding: 8px 20px;
    margin: 0 auto;
    cursor: pointer;
    transition: all .2s;
}

.default_button.full {
    width: 100%;
}

.default_button.small {
    padding: 4px 20px;
}

.default_button.warning {
    background-color: #ba252b;
}

.default_button:disabled {
    background-color: #ddd;
    cursor: not-allowed;
}

.default_button:hover {
    background-color: #000;
}

/*JS Pagination*/
.js_pagination {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.js_pagination>div {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    width: 40px;
    height: 40px;
    margin: 48px 8px;
    cursor: pointer;
}

.js_pagination>div.active {
    color: #fff;
    border: none;
    background-color: #000000;
}

.js_arrow>img {
    height: 12px;
}

.text_link {
    text-decoration: underline;
}

#loading {
    position: fixed;
    top: 0;
    z-index: 99999999999;

    width: 100%;
    height: 100%;

    text-align: center;

    background: rgba(255, 255, 255, .8);
}

.loading_text {
    display: block;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #030303;
    white-space: nowrap;
}

.loaderWrap {
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loader,
.loader:before,
.loader:after {
    width: 1em;
    height: 4em;

    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;

    background: #b9b9b9;
}

.loader {
    position: relative;

    margin: 88px auto;

    font-size: 11px;

    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s;
    text-indent: -9999em;

    color: #b9b9b9;
}

.loader:before,
.loader:after {
    position: absolute;
    top: 0;

    content: "";
}

.loader:before {
    left: -1.5em;

    -webkit-animation-delay: -.32s;
    animation-delay: -.32s;
}

.loader:after {
    left: 1.5em;
}

@-webkit-keyframes load1 {

    0%,
    80%,
    100% {
        height: 4em;

        box-shadow: 0 0;
    }

    40% {
        height: 5em;

        box-shadow: 0 -2em;
    }
}

@keyframes load1 {

    0%,
    80%,
    100% {
        height: 4em;

        box-shadow: 0 0;
    }

    40% {
        height: 5em;

        box-shadow: 0 -2em;
    }
}