@media print {
    .noPrint {display: none !important;}
}

/* main */
.main_section {
    padding: 30px;
    background-image: url('/images/main/main_img.jpg');
    background-size: cover;
    background-position: center;
    text-align: center;
    color: #fff;
}
.main_section .txt_box {
    padding: 35px 0;
}
.main_section .txt_box > h1 {
    margin-top: 25px;
    line-height: 1.3;
}
.main_section .txt_box > h1 > span {
    position: relative;
}
.main_section .txt_box > h1 > span::before {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: -8px;
    right: 50%;
    background-color: #fff;
    border-radius: 100%;
    transform: translate(50%, 0);
}
.main_section .info_box {
    padding-bottom: 40px;
}
.main_section .info_box ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_section .info_box ul li {
    position: relative;
    padding: 0 55px;
}
.main_section .info_box ul li h6 {
    font-size: 1.06rem;
    font-weight: 300;
    opacity: 0.9;
}
.main_section .info_box ul li h2 small {
    font-size: 70%;
}
.main_section .info_box ul li + li::before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 45px;
    left: 0;
    top: 50%;
    background-color: #fff;
    transform: translate(0, -50%);
    opacity: 0.4;
}
.main_search {
    padding: 40px 20px;
    background-color: #f5f8fb;
}
.main_search h3 {
    margin-bottom: 10px;
    font-size: 1.625rem;
    text-align: center;
}
.main_search_content {
    display: flex;
    padding: 15px 0;
    align-items: center;
    justify-content: center;
} 
.main_search_content > h5 {
    flex: 0 0 90px;
    max-width: 90px;
}
.main_search_content .inner {
    display: flex;
    flex: 0 1 100%;
    max-width: 100%;
    background-color: #fff;
    border-radius: 8px;
    align-items: center;
    overflow: hidden;
}
.main_search_content .inner > * {
    height: 55px;
    border: none;
}
.main_search_content .inner > .select_wrap {
    position: relative;
    flex: 0 1 100%;
    max-width: calc(50% - 40px);
}
.main_search_content .inner > .select_wrap + .select_wrap::before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 20px;
    top: 50%;
    left: 0;
    background-color: #e5e5e5;
    transform: translate(0, -50%);
}
.main_search_content .inner > .select_wrap select {
    width: 100%;
    height: 100%;
    padding: 0 35px 0 25px;
    background-color: #fff;
    background-image: url(/images/icon/select.svg);
    background-size: 15px;
    background-position: right 20px center;
    border: 1px solid #fff;
}
.main_search_content .inner > .select_wrap h6 {
    padding: 15px 25px;
    font-weight: 400;
}
.main_search_content .inner > button {
    flex: 0 0 100px;
    max-width: 100px;
    width: 100px;
    background-color: #239aff;
    color: #fff;
}

.main_list_content {
    padding: 50px 0;
}

.list_box_header {
    display: flex;
    padding: 15px 0;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}
.link_list_all {
    display: inline-block;
    position: relative;
    padding: 3px 15px;
    font-size: 14px;
    color: #999;
}
.link_list_all::after {
    content: '';
    display: block;
    position: absolute;
    margin-top: 9px;
    right: 2px;
    top: 0;
    width: 8px;
    height: 8px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    transform: rotate(45deg);
}
.main_list_content .btn_find_list {
    padding: 4px 10px;
    background-color: #feb220;
    border-radius: 30px;
    color: #fff;
    font-size: 0.875rem;
}
.list_box_header .left_box {
    display: flex;
    align-items: center;
}
.list_box_header .right_box {
    color: #999;
}

.hover_info_box {
    position: relative;
    cursor: pointer;
    z-index: 2;
}
.hover_info_box > .info_ico {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: 1px solid #999;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/images/icon/i.png);
    background-size: auto 50%;
    vertical-align: middle;
}   
.hover_info_box > .content_box {
    display: none;
    position: absolute;
    top: 100%;
    right: 50%;
    margin-top: 15px;
    padding: 20px 30px;
    border-radius: 8px;
    border: 1px solid #40a7ff;
    background-color: #fff;
    transform: translate(50%, 0);
    text-align: center;
    white-space: nowrap;
}
.hover_info_box > .content_box::before {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    margin-right: -7px;
    top: -7px;
    right: 50%;
    transform: rotate(45deg);
    background-color: #fff;
    border-top: 1px solid #40a7ff;
    border-left: 1px solid #40a7ff;
}
.hover_info_box.on > .content_box {
    display: inline-block;
}

.link_list_all + .hover_info_box > .content_box {
    padding: 15px 30px;
    margin-bottom: 15px;
    top: auto;
    bottom: 100%;
    right: 0;
    transform: none;
}
.link_list_all + .hover_info_box > .content_box::before {
    display: none;
}


.live_list_swiper {
    position: relative;
}
.live_list_swiper .swiper-button-prev {
    background-image: none;
    left: -55px;
}
.live_list_swiper .swiper-button-prev::before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    left: 10px;
    top: 50%;
    border-top: 2px solid #666;
    border-left: 2px solid #666;
    transform: rotate(-45deg);
}
.live_list_swiper .swiper-button-next {
    background-image: none;
    right: -55px;
}
.live_list_swiper .swiper-button-next::before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    right: 10px;
    top: 50%;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg);
}
.live_list_swiper .swiper-button-next,
.live_list_swiper .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.thumbnail_content {
    overflow: hidden;
}
.thumbnail_content .bg_box {
    padding-top: 66%;
    background-color: #fbfbfb;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #dedede;
    border-bottom: none;
}
.thumbnail_content .info_box {
    padding: 15px 20px 20px;
    border: 1px solid #dedede;
}
.thumbnail_content .info_box .tag_area span {
    display: inline-block;
    padding: 1px 5px;
    border-radius: 4px;
    font-size: 10px;
}
.thumbnail_content .info_box .tag_area span.tag_common {
    border: 1px solid #239aff;
    color: #239aff;
}
.thumbnail_content .info_box .tag_area span.tag_green {
    border: 1px solid #0ed2d4;
    color: #0ed2d4;
}
.thumbnail_content .info_box > h5 {
    padding: 5px 0 1px;
}
.thumbnail_content .info_box > p {
    color: #555;
    font-size: 0.75rem;
}
.thumbnail_content .info_box .new_tag {
    display: inline-block;
    margin-right: 4px;
    padding: 0 4px;
    background-color: #f66639;
    border-radius: 3px;
    color: #fff;
    font-size: 50%;
    font-weight: 300;
    vertical-align: middle;
}
.main_sub_section .row {
    margin-left: -40px;
    margin-right: -40px;
}
.main_sub_section .row .col-4,
.main_sub_section .row .col-5,
.main_sub_section .row .col-6,
.main_sub_section .row .col-7,
.main_sub_section .row .col-8 {
    padding-left: 40px;
    padding-right: 40px;
}
.main_sub_section .left_border::before {
    content: '';
    display: block;
    position: absolute;
    height: calc(100% - 50px);
    width: 1px;
    left: 0;
    top: 25px;
    background-color: #ddd;
}
.main_sub_section .list_header {
    border-bottom: 1px solid #ddd;
}
.main_sub_box {
    padding: 25px 0;
}
.main_sub_box + .main_sub_box {
    border-top: 1px solid #ddd;
}
.main_sub_txt_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main_sub_txt_box h6 {
    margin-bottom: 5px;
}
.main_service_box {
    display: flex;
    padding: 35px 0;
    align-items: center;
}
.main_service_box > .inner {
    display: flex;
    flex: 0 0 110px;
    max-width: 110px;
    height: 110px;
    border-radius: 100%;
    border: 2px solid #000;
    align-items: center;
    justify-content: center;
}
.main_service_box > .inner:first-child {
    border-color: #239aff;
    color: #239aff;
}
.main_service_box > .inner:last-child {
    border-color: #feb220;
    color: #feb220;
}
.main_service_box > span {
    display: block;
    position: relative;
    width: 21px;
    height: 21px;
    margin: 0 8px;
}
.main_service_box > span::before {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 21px;
    margin-right: -1px;
    top: 0;
    right: 50%;
    background-color: #fec14d;
}
.main_service_box > span::after {
    content: '';
    display: block;
    position: relative;
    width: 21px;
    height: 3px;
    margin-top: -2px;
    top: 50%;
    right: 0;
    background-color: #239aff;
    z-index: 1;
}
.main_service_box + a {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 35px 10px 20px;
    background-color: #239aff;
    border-radius: 4px;
    color: #fff;
    font-size: 0.875rem;
}
.main_sub_box_btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f5f8fb;
    border-radius: 4px;
    color: #3a4248;
    font-size: 0.8rem;
}

.right_arrow {
    position: relative;
    padding-right: 35px;
}
.right_arrow::after {
    content: '';
    display: block;
    position: absolute;
    margin-top: -3px;
    right: 20px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
}
.right_arrow.white::after {
    border-color: #fff;
}

.main_reg_content {
    padding-top: 20px;
}
.main_reg_content .basic_chk {
    margin-right: 10px;
}
.main_reg_content .basic_chk > input[type=radio] + span {
    margin-right: 2px;
    border: 1px solid #999;
}
.main_reg_content .basic_chk > input[type=radio]:checked + span {
    border-color: #239aff;
}
.main_reg_content .basic_chk > input[type=radio]:checked + span::after {
    background-color: #239aff;
}
.main_reg_content .basic_chk > input[type=radio]:checked ~ p {
    color: #000;
}
.main_reg_content .basic_chk p {
    display: inline-block;
    vertical-align: middle;
    color: #999;
}
.main_reg_content .ipt_area {
    display: flex;
    margin-top: 10px;
    align-items: center;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    overflow: hidden;
}
.main_reg_content .ipt_area input {
    flex: 0 1 100%;
    max-width: calc(100% - 70px);
    height: 40px;
    padding: 0 10px;
    background-color: #fff;
    border: none;
    font-size: 0.875rem;
}
.main_reg_content .ipt_area button {
    flex: 0 0 70px;
    max-width: 70px;
    height: 40px;
    background-color: #000;
    color: #fff;
    font-size: 0.875rem;
}
.main_notice_area {
    display: flex;
    margin: 40px 0 80px;
    padding: 25px 40px;
    align-items: center;
    background-color: #f5f8fb;
    border-radius: 4px;
}
.main_notice_area > h5 {
    flex: 0 0 95px;
    max-width: 95px;
}
.main_notice_area article {
    display: flex;
    flex: 0 1 100%;
    max-width: calc(100% - 95px);
    align-items: center;
    justify-content: space-between;
    color: #666;
}


.header_wrap {
    display: flex;
}
.side_link_menu {
    position: fixed;
    right: 20px;
    bottom: 60px;
    font-family: 'Pretendard';
    z-index: 10;
}
.side_link_menu article {
    padding: 25px 20px;
    background-color: #f5f8fb;
    border-radius: 8px;
}
.side_link_menu article + article {
    margin-top: 20px;
}
.side_link_menu article > p {
    margin-bottom: 10px;
}
.side_link_menu article dl {
    display: flex;
    padding: 3px 0;
    align-items: center;
    justify-content: space-between;
    font-size: 0.75rem;
}
.side_link_menu article dl dt {
    font-weight: 400;
}
.side_link_menu article dl dd {
    margin-left: 10px;
    color: #239aff;
    font-weight: 500;
}
.side_link_menu article .btn_area {
    margin-top: 15px;
}
.side_link_menu article .btn_area a {
    display: block;
    margin-top: 8px;
    padding: 10px 0;
    border-radius: 8px;
    text-align: center;
    font-size: 0.81rem;
    font-weight: 500;
}
.side_link_menu article .btn_area .btn_kakao {
    background-color: #fbe300;
    color: #3b1e1e;
}
.side_link_menu article .btn_area .btn_app {
    background-color: #fff;
    color: #000;
}

/* swiper */
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
}
.swiper-pagination { 
    width: 100%;
    bottom: 12%;
}
.swiper-pagination-bullet {
    margin-right: 10px;
}
.swiper-pagination-bullet-active {
    background-color: #000;
}


/* join */
.wrapper_join {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 110px 0 70px;
    margin: 0 auto;
    flex: 0 0 200px;
    max-width: 200px;
    min-height: 360px;
}
.join {
    padding: 175px 0 160px;
}
.join_header {
    margin-bottom: 30px;
}
.join h1 {
    margin-bottom: 50px;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
}
.join p span {
    color: #1748a9;
}
.join_article_wrapper article {
    border: 3px solid transparent;
    border-radius: 10px;
    background-color: #f5f5f5;
    text-align: center;
}
.join_article_wrapper article:hover { 
    border: 3px solid #1650a7;
    background-color: #FFF;
    box-shadow: 10px 20px 20px #CCC;
}
.join_article_wrapper article:hover a { 
    background-color: #1650a7;
}
.join_article_wrapper h2 {
    position: relative;
    font-size: 20px;
}
.join_article_wrapper h2::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 50%;
    width: 30px;
    height: 40px;
    background-image: url("/images/join/join_icon.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: inherit;
    transform: translateX(-50%);
}
.join_article_wrapper a {
    width: 100%;
    padding: 18px 0;
    border-radius: 40px;
    background-color: #000;
    color: #FFF;
}
.join_comp_box {
    padding: 60px 70px;
    border: 1px solid #e9e9e9;
}
.join_comp_txt {
    padding: 40px 0;   
    text-align: center;
}
.join_comp_txt img {
    display: block;
    margin: 0 auto;
}
.join_comp_txt h4 {
    margin-top: 30px;
    color: #1748a9;
    line-height: 1.6;
    font-weight: 500;
}
.join_comp_info {
    padding: 40px 0;
    border-top: 1px solid #e9e9e9;
}
.join_comp_info dl {
    display: flex;
    padding: 3px 0;
    justify-content: center;
    color: #666;
}
.join_comp_info dt {
    position: relative;
    margin-right: 10px;
    flex: 0 0 40px;
    max-width: 40px;
    font-weight: 500;
}
.join_comp_info dt:before {
    content: '';
    display: block;
    position: absolute;
    margin-top: -8px;
    right: 0;
    top: 50%;
    width: 1px;
    height: 16px;
    background-color: #e9e9e9;
}
.join_comp_box .btn_area button {
    width: 100%;
    height: 60px;
    background-color: #1748a9;
    color: #fff;
    font-weight: 500;
}
/* join_member */
.container_xs {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 590px;
}
.join_member h2 {
    font-size: 20px;
}
.join_member input {
    border: 1px solid #e0e0e0;
    outline: none;
}
.join_member_wrapper {
    padding-bottom: 60px;
}
.join_member_header {
    padding-bottom: 30px;
}
.join_member_wrapper, .join_member_header, .find_realestate, .company_info, .personal_info {
    border-bottom: 1px solid #e0e0e0;
}

.find_realestate {
    padding: 60px 0 30px;
}
.find_realestate h2 {
    margin-bottom: 30px;
}
.btn_inquiry {
    width: 100%;
    padding: 20px 0;
    background-color: #f6f6f6;
}

.article_tel {
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    color: #FFF;
}
.tel_group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    height: 100px;
}
.tel_group h3 {
    font-size: 12px !important;
}
.tel_group span {
    font-size: 18px;
    font-weight: 300;
}
.tel_all {
    position: relative;
    background-color: #383f51;
}
.tel_daegu {
    background-color: #23358b;
}
.tel_all + .tel_all::before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 40px;
    top: 50%;
    left: 0;
    background-color: #fff;
    opacity: 0.2;
    transform: translate(0, -50%);
}


/* modal */
.modal.lg .modal-dialog {
    max-width: 768px;
}
.modal_find_wrapper {
    padding: 0 35px;
}
.modal_find_wrapper > p {
    margin-bottom: 15px;
    color: #f30000;
}
.modal_find_wrapper input {
    width: 100%;
    height: 50px;
    padding-left: 15px;
    margin-bottom: 20px;
}
.modal_find_text_wrapper {
    margin-bottom: 60px;
    font-size: 12px;
    color: #8f8f8f;
}
.modal_find_text_wrapper span {
    font-weight: 700;
}
.modal_find_btn {
    width: 100%;
    padding: 20px 0;
    color: #FFF;
}

.modal_desc {
    color: #b4b4b4;
}
.modal_form {
    margin-top: 30px;
}

.modal_search_list {
    width: 400px;
    height: 300px;
    margin: 0 auto;
    margin-bottom: 50px;
    overflow: auto;
}
.modal_search_list li {
    padding: 10px 0;
    border-bottom: 1px solid #cfcfcf;
}
.modal_search_list li span {
    display: block;
    font-size: 14px;
    color: #CCC;
}
.modal_search_list li:hover {
    background-color: #EFEFEF;
}
.modal_search_desc {
    width: 400px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.modal_search_desc > ul {
    margin-bottom: 10px;
}
.modal_search_desc > ul span {
    display: block;
}
.search_desc_select_info {
    margin-top: 15px;
    margin-bottom: 10px;
    color: #f30000;
}
.search_desc_select_info small {
    color: #000;
    font-size: 95%;
}
.search_desc_select {
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
}
.search_desc_select select:first-child {
    flex: 0 0 250px;
    max-width: 250px;
    margin-right: 10px;
}
.search_desc_select select:last-child {
    flex-grow: 1;
}
/*찾기완료*/
.find_result {}
.find_result .modal_desc {
    text-align: center;
}
.find_result h6 {
    margin-top: 10px;
}
.find_result button {
    margin-top: 20px;
}


.company_info {
    padding: 30px 0 50px;
}
.company_info input {
    border: none;
}

.personal_info {
    padding: 50px 0 40px;
}
.personal_info h2 {
    margin-bottom: 30px;
}

.join_ipt_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.join_ipt_box + .join_ipt_box {
    margin-top: 15px;
}
.join_ipt_box input {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    font-size: 13px;
}
.join_ipt_title {
    flex: 0 0 160px;
    max-width: 160px;
}
.join_ipt_object {
    flex: 0 1 100%;
    max-width: 100%;
}
.container_form {
    display: flex;
    justify-content: space-between;
}
.join_member form .container_form > * + * {
    margin-left: 10px;
}
.join_member form .container_form input {
    flex: 0 1 100%;/* 전체 width값에서 140px을 제외한 부분을 전부 차지 */
    max-width: 100%;
}
.join_member form .container_form button {
    flex: 0 0 140px;
    max-width: 140px;
    height: 40px;
    font-size: 13px;
    color: #8c8c8c;
}
.custom_file {
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
}
.custom_file input {
    display: none;
}
.custom_file_input {
    flex: 0 1 100%;
    max-width: 100%;
    padding: 5px 10px;
    border: 1px solid #e0e0e0;
    color: #8c8c8c;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}
.custom_file_input + span {
    margin-left: 10px;
}
.custom_file_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 140px;
    max-width: 140px;
    height: 40px;
    background-color: #f6f6f6;
    font-size: 13px;
    color: #8c8c8c;
    cursor: pointer;
}
.attention {
    margin-top: 5px;
    font-size: 11px;
    color: #f71f1f;
}

.agree_wrapper {
    padding-top: 30px;
    margin-bottom: 60px;
}
.agree_wrapper > div {
    display: flex;
    justify-content: space-between;
    flex: 0 0 560px;
    max-width: 560px;
    margin-bottom: 15px;
}
.custom_chk {
    cursor: pointer;
}
.custom_chk > input {
    display: none;
}
.custom_chk > input + span {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    border-radius: 50%;
    border: 1px solid #adadad;
    vertical-align: middle;
}
.custom_chk > input:checked + span {
    border-color: #1748a9;
    background-color: #1748a9;
    background-image: url("/images/join/check_icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
}
.custom_chk p {
    display: inline-block;
    vertical-align: middle;
}
.agree_wrapper button {
    padding-bottom: 5px;
    text-decoration: underline;
    background-color: transparent;
    color: #8c8c8c;
}

.btn_submit {
    flex: 0 0 100%;
    max-width: 100%;
}

.list_wrapper {
    padding: 100px 0 120px;
}
/* notice_list */
.sub_page_title {
    margin-bottom: 30px;
    font-size: 34px;
    font-weight: 400;
    text-align: center;
}
.board_list_bg {
    /* display: flex; */
    justify-content: center;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 30px 0;
    margin-bottom: 40px;
    background-color: #f7f8fa;
}
.board_list_search {
    display: flex;
    margin: 0 auto;
    align-items: center;
    flex: 0 0 620px;
    max-width: 620px;
    box-shadow: 3px 3px 3px #CCC;
    background-color: #FFF;
}
.board_list_search input {
    flex: 0 1 100%;
    max-width: 100%;
    height: 100%;
    padding: 20px !important;
    border: none;
    color: #999999;
}
.board_list_search input:focus {
    outline: none;
}
.board_list_search button {
    flex: 0 0 20px;
    max-width: 20px;
    height: 20px;
    margin-right: 20px;
    border: none;
    outline: none;
    background-image: url("/images/notice_list/search_icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: transparent;
}
.board_list_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.board_list_header h2 {
    font-size: 18px;
}
.board_list_header h2 span {
    color: #1748a9;
}
.board_list .list_body {
    margin-bottom: 80px;
}
.board_list .list_item_box {
    padding: 0;
}
.board_list .list_item {
    padding: 20px 10px;
    border-bottom: 1px solid #eee;
}
.board_list .phone_view_box {
    padding: 15px 50px 15px 20px;
    left: auto;
    right: 0;
} 
.board_list .list_item_info_wrap {
    padding-top: 0; 
}
.border_list_body_top {
    padding: 10px;
    border-bottom: 1px solid #000;
}
.board_list table {
    width: 100%;
    margin-bottom: 50px;
    font-size: 14px;
}
.board_list table thead {
    border-bottom: 2px solid #999999;
}
.board_list table th {
    color: #cfcfcf;
}
.board_list table tr {
    border-bottom: 1px solid #dfdfdf;
}
.board_list table th, .board_list table td {
    padding: 15px 0;
}
.board_list table th {
    text-align: center;
}
.board_list table th:last-child, 
.board_list table td:last-child {
    text-align: right;
    color: #cfcfcf;
}
.pagination {
    justify-content: center;
    text-align: center;
}
.page-item {
    display: inline-block;
    margin: 0 5px;
    width: 35px;
    height: 35px;
    color: #999;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}
.page-item a {
    display: block;
    color: #aaa; 
    line-height: 33px;
    font-weight: 300;
    font-size: 0.875rem;
}

.page-item.active {
    border: 1px solid #dfdfdf;
    border-radius: 50%;
    color: #000;
}
.page-item.active a {
    font-weight: 600;
}
.notice_list .control_area {
    display: none;
}
.addr_title {color: #000;}

/* notice_list_view */
.notice_list_wrapper {
    margin: 30px 0 80px;
    border-top: 2px solid #000;
    border-bottom: 1px solid #dfdfdf;
}
.notice_list_title {
    padding: 20px 30px 30px;
    background-color: #f6f6f6;
}
.notice_list_title span {
    color: #999999;
}
.notice_list_title h1 {
    font-size: 20px;
}
.notice_list_content {
    padding: 50px;
}
.notice_list_desc {
    padding-bottom: 30px;
}
.notice_list_desc dl {
    display: flex;
    margin: 3px 0;
    font-size: 14px;
}
.notice_list_desc dt {
    font-weight: 400;
}
.notice_list_desc dt::after {
    content: ":";
    margin: 0 5px;
}
.notice_list_btn {
    display: flex;
    justify-content: center;
}
.list_modify .notice_list_btn {
    margin-top: 70px;
}
.list_btn_group {
    padding: 10px 30px;
    margin-right: 30px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
}
button.list_btn_group:active,
button.list_btn_group:focus {
    border: 1px solid #dfdfdf;
}
.list_btn_group:last-child {
    margin-right: 0;
}
.list_btn_group.btn_bg {
    background-color: #1748a9;
    color: #FFF;
}
.view_table_area p {
    line-height: 1.8;
}
.view_table_area table {
    display: table;
    width: 100% !important;
    border-collapse: collapse;
}
.view_table_area table th {
    padding: 15px 10px;
    text-align: center;
    background-color: #fafafa;
    border: 1px solid #eeeeee;
    font-size: 14px !important;
    font-family: 'Spoqa Han Sans', 'Spoqa Han Sans JP', Sans-serif !important;
}
.view_table_area table td {
    padding: 15px 10px;
    font-size: 14px !important;
    border: 1px solid #eeeeee;
}

/* notice_list_modify */
.list_modify .notice_list_wrapper {
    margin-bottom: 0;
    border-bottom: none;
}
.list_wrapper form {
    padding: 30px 0;
}
.notice_list_modify.list_wrapper form {
    padding-bottom: 0;
}
.list_wrapper textarea {
    padding: 20px 15px;
    width: 100%;
    font-size: 16px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
} 
.list_wrapper input[type="text"],
.list_wrapper input[type="date"],
.list_wrapper input[type="url"] {
    padding: 15px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
}
.list_wrapper input[type="date"] {
    color: #999999;
}
.list_wrapper input:focus {
    outline: none;
}
.notice_list_detail {
    padding-bottom: 30px;
    border-bottom: 1px solid #dfdfdf;
}

/* question_list */
.question_list .sub_page_header {
    padding-bottom: 60px;
}
.question_desc dl {
    padding: 30px 0;
    border-top: 1px solid #dfdfdf;
    font-size: 14px;
    transition: border-color 200ms;
}
.question_desc dt {
    position: relative;
    cursor: pointer;
}
.question_desc dl:last-child {
    border-bottom: 1px solid #dfdfdf;
}
.question_desc .question_icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #999999;
    vertical-align: middle;
    transition: background-color 200ms;
}
.question_answer {
    display: flex;
}
.question_answer p {
    color: #666666;
}
.question_desc .question_answer_icon {
    flex: 0 0 30px;
    max-width: 30px;
    height: 30px;
    background-color: #1748a9;
}
.question_desc .question_icon,
.question_desc .question_answer_icon {
    margin-right: 25px;
    border-radius: 50%;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    color: #FFF;
}
.question_desc dd {
    display: none;
    padding: 30px 0 40px;
}
.arrow {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 10px;
    background-color: transparent;
    font-weight: 600;
    color: #999999;
    transition: transform 200ms, color 200ms;
}
.arrow_up {
    transform: rotate(180deg);
    color: #000;
}
.arrow_down {
    transform: rotate(0deg);
    color: #999999;
}

/* suggestion_list */
.suggestion_list .sub_page_title {
    margin-bottom: 50px;
}
.suggestion_list_wrapper {
    display:  flex;
    justify-content: center;
}
.suggestion_list_select {
    display: flex;
    flex:  0 0 380px;
    max-width: 380px;
    margin: 0 auto 70px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
}
.suggestion_list_select a {
    display: block;
    flex: 0 1 100%;
    max-width: 100%;
    background-color: #fff;
    font-size: 18px;
    line-height: 3;
    color: #999999;
    text-align: center;
    vertical-align: middle;
}
.suggestion_list_select .selected {
    background-color: #194293;
    color: #FFF;
}
.suggestion_list .answer_status {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 80px;
    max-width: 80px;
    height: 30px;
    border-radius: 3px;
    background-color: #ebf6ff;
    font-size: 13px;
    color: #3fa4ff;
}
.suggestion_list .answer_status.confirming {
    border: 1px solid #dc3333;
    background-color: #FFF;
    color: #dc3333;
}

/* suggestion_list_view */
.suggestion_list_view .notice_list_wrapper {
    margin-bottom: 0;
    border-bottom: none;
}
.suggestion_list_view form {
    padding: 0;
}
.suggestion_list_view .notice_list_content {
    border-bottom: 1px solid #dfdfdf;
}
.notice_list_answer {
    padding: 50px;
    margin-bottom: 80px;
    border-bottom: 1px solid #dfdfdf;
}
.notice_list_answer label {
    display: block;
    margin-bottom: 15px;
}
.notice_list_answer textarea {
    height: 200px;
}

.register_btn {
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
}

/* suggestion_list_modify */
.suggestion_list_modify .notice_list_wrapper {
    margin-bottom: 0;
    border-bottom: none;
}
.suggestion_list_modify.list_wrapper form {
    padding-bottom: 0;
}

/* find_house_list */
.find_house_list .sub_page_title {
    margin-bottom: 40px;
}
.find_house_list .suggestion_list_select {
    margin-bottom: 50px;
}
.find_house_list input[type="checkbox"] {
    border: none;
}

.find_house_list .suggestion_list_select {
    flex: 0 0 450px;
    max-width: 450px;
}
.association_list .suggestion_list_select a,
.find_house_list .suggestion_list_select a {
    position: relative;
}
.association_list .suggestion_list_select a::after,
.find_house_list .suggestion_list_select a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 20px;
    background-color: #dfdfdf;
    transform: translateY(-50%);
}
.association_list .suggestion_list_select a:last-child::after,
.association_list .suggestion_list_select a.selected::after,
.find_house_list .suggestion_list_select a:last-child::after,
.find_house_list .suggestion_list_select a.selected::after {
    width: 0;
}
.thumb_sale_img {
    width: 90px;
    height: 90px;
    background-size: cover;
}

.association_list_form {
    padding: 40px 0;
}
.select_group {
    margin-bottom: 20px;
}
.select_group select {
    width: 180px;
    margin-right: 20px;
    border-width: 0 0 1px;
    background-color: transparent;
}
.select_group input {
    width: 340px;
    padding: 0 10px;
    border-width: 0 0 1px;
    border-color:  #dfdfdf;
    background-color: transparent;
}
.select_group select,
.select_group input {
    height: 50px;
}
.select_group select:focus,
.select_group input:focus {
    outline: none;
}

.checkbox_group {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.checkbox_group_title {
    flex: 0 0 80px;
    max-width: 80px;
}
.checkbox_group_detail {
    flex: 0 1 100%;
    max-width: 100%;
}
.find_house_chk {
    display: inline-block;
    margin: 5px 0;
    cursor: pointer;
    font-size: 14px;
}
.find_house_chk input {
    display: none;
}
.find_house_chk input + span {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 30px;
    background-color: #efefef;
}
.find_house_chk input:checked + span {
    border-radius: 30px;
    background-color: #1748a9;
    color: #FFF;
}

.find_house_btn_group {
    position: relative;
    width: 100%;
    text-align: center;
}
.btn_search {
    padding: 10px 40px;
    border-radius: 30px;
    background-color: #1748a9;
    color: #FFF;
}

.btn_reset {
    position: absolute;
    top: 50%;
    right: 0;
    background-color: transparent;
    transform: translateY(-50%);
}
.btn_search::before {
    background-image: url("/images/notice_list/search_icon_white.png");
}
.btn_reset::before {
    background-image: url("/images/notice_list/reset_icon.png");
}
.btn_reset::before, 
.btn_search::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
    vertical-align: middle;
}

.control_area a {
    display: block;
    padding: 15px 30px;
    border: 1px solid #cfcfcf;
    border-radius: 100px;
    font-size: 14px;
}
.control_area a::after {
    content: ">";
    margin-left: 10px;
}
.find_house_list table td {
    cursor: pointer;
}
.find_house_list table td:nth-child(2) {
    color: #1748a9;
}

/* find_house_view */
.find_house_desc {
    padding: 50px;
    border-bottom: 1px solid #dfdfdf;
}
.find_house_desc dl {
    display: flex;
    margin-bottom: 15px;
}
.find_house_desc dt {
    padding: 0 15px;
    border-left: 1px solid #dfdfdf;
    font-weight: 500;
    color: #999999;
}
.find_house_desc dt:first-child {
    padding-left: 0;
    border-left: none;
}
.find_house_desc dd {
    padding-right: 15px;
}

/* find_house_register */
.find_house_register .notice_list_wrapper {
    padding: 30px 0;
}
.find_house_register .join_ipt_box {
    margin-bottom: 30px;
}
.find_house_register .join_ipt_title,
.find_house_register .checkbox_group_title {
    flex: 0 0 130px;
    max-width: 130px;
}
.find_house_register .find_house_chk span {
    background-color: #f7f8fa;
}
.find_house_register_id input {
    border: none;
}
.register_radio_group {
    display: flex;
}
.register_radio_group > div {
    margin-right: 30px;
    cursor: pointer;
}
.register_radio_group input[type="radio"] {
    width: 20px;
    height: 20px;
    padding: 11px !important;
    margin-right: 5px;
    border: 1px solid #dfdfdf;
    border-radius: 50px;
    vertical-align: middle;
}
.register_radio_group input[type="radio"],
.register_radio_group input[type="radio"] + label {
    cursor: pointer;
}
.register_radio_group input[type="radio"]:checked {
    border-color: #1748a9;
    background-image: url("/images/notice_list/radio_checked_icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
}

.find_house_register input[type="checkbox"] {
    border: none;
}

.register_select_group {
    display: flex;
}
.register_select_group select {
    flex: 0 0 150px;
    max-width: 150px;
    height: 40px;
    margin-right: 10px;
    color: #999999;
}
.register_select_group input {
    flex: 0 1 100%;
    max-width: 100%;
}

/* find_job_list */
.notice_list .board_list_search input,
.find_job_list .board_list_search input {
    border: none;
}

/* review_list */
.review_list .sub_page_header {
    margin-bottom: 20px;
}
.review_list .board_list_bg a {
    padding: 22px 40px;
    border-radius: 5px;
    background-color: #1748a9;
    color: #FFF;
}
.review_list .board_list_bg a::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background-image: url("/images/notice_list/pencil_icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
    background-color: transparent;
}
.review_list .board_list_bg a::after {
    content: ">";
    margin-left: 5px;
}
.review_list .main_review {
    padding: 0 0 50px;
    background-color: #fff; 
}
.review_list .main_review article {
    position: relative;
    background-color: #f7f8fa;
}
.review_list .main_review span {
    display: block;
    margin-bottom: 20px;
}
.review_list .main_review h2 {
    line-height: 1.5;
}
.review_list .main_review p {
    position: absolute;
    bottom: 40px;
    left: 45px;
    color: #999999;
}

/* review_list_register */
.review_caution {
    display: flex;
    align-items: flex-start;
    padding-top: 30px;
}
.exclamation_mark {
    flex: 0 0 20px;
    max-width: 20px;
    height: 20px;
    margin: 5px 10px 0 0;
    background-image: url("/images/notice_list/exclamation_mark.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
}
.review_caution p {
    flex: 0 1 100%;
    max-width: 100%;
    color: #999999;
}
.review_list_register .list_btn_group {
    padding: 15px 50px;
}

/* association_list */
.association_list .sub_page_title {
    margin-bottom: 30px;
}
.association_list .suggestion_list_select {
    flex: 0 0 550px;
    max-width: 550px;
    margin-bottom: 50px;
}
.association_list .board_list_bg {
    padding: 20px 0;
}
.association_list .control_area {
    display: flex;
    align-items: center;
}
.association_btn_group {
    margin-right: 10px;
}
.association_btn_group button {
    background-color: transparent;
    margin-right: 15px;
}
.association_btn_group button::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
}
.association_btn_group button:first-of-type::before {
    background-image: url("/images/association/minus_icon.png");
}
.association_btn_group button:last-of-type::before {
    background-image: url("/images/association/print_icon.png");
}

.association_list .input_chkbox_group {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.association_list .input_chkbox_group input {
    background-color: transparent;
    border-width: 0 0 1px;
}
.association_list .input_chkbox_group input:first-of-type {
    flex: 0 0 400px;
    max-width: 400px;
    margin-right: 30px;
}
.association_chkbox_group {
    margin-left: 20px;
}
.association_chkbox_group label:first-of-type {
    margin-right: 20px;
}

.association_list table th:nth-child(3),
.association_list table th:nth-child(4),
.association_list table th:nth-child(5) {
    text-align: center;
}
.association_list table th:first-child {
    text-align: left;
}
.association_list table td:nth-child(3),
.association_list table td:nth-child(4) {
    text-align: center;
}
.association_list table td:nth-child(5) {
    color: #1748a9;
}
.association_list table td:nth-child(6) {
    color: #cfcfcf;
}
.association_list .custom_chk > input + span {
    width: 20px;
    height: 20px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    background-size: 10px 10px;
}
.commission {
    padding: 0 3px;
    margin-left: 3px;
    border: 1px solid #faa388;
    border-radius: 3px;
    font-size: 11px;
    color: #faa388;
}

/* association_register */
.required_mark {
    position: relative;
}
.required_mark::after {
    content: "";
    position: absolute;
    top: 3px;
    right: -9px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #1748a9;
}

.association_register form {
    padding: 0;
}
.association_register .notice_list_wrapper {
    padding: 30px 0;
    margin-bottom: 0;
}
.association_register .notice_list_wrapper .join_ipt_box:last-child {
    margin: 0;
}

.register_house_address_group {
    margin-bottom: 30px;
}
.association_register .join_ipt_box,
.register_house_address_group .join_ipt_box:last-child {
    margin-bottom: 30px;
}
.association_register .join_ipt_title {
    flex: 0 0 190px;
    max-width: 190px;
}

.register_house_address_group .join_ipt_box {
    margin-bottom: 0;
}
.register_house_address_group p {
    color: #f71f1f;
}

.register_house_input_group {
    display: flex;
}
.register_house_input_group input {
    flex: 0 1 100%;
    max-width: 100%;
    margin-right: 10px;
}
.register_house_input_group button {
    flex: 0 0 150px;
    max-width: 150px;
}

.register_house_btn_group {
    display: flex;
    flex: 0 0 360px;
    max-width: 360px;
    border-radius: 100px;
    background-color: #f7f8fa;
}
.register_house_btn_group input[type="radio"] {
    display: none;
}
.register_house_btn_group input[type="radio"] + label {
    border-radius: 100px;
    background-color: transparent;
    width: 120px;
    height: 50px;
    text-align: center;
    line-height: 3;
    cursor: pointer;
}
.register_house_btn_group input[type="radio"]:checked + label {
    background-color: #1748a9;
    color: #fff;
}
.register_house_select_group {
    display: flex;
}
.register_house_select_group > div {
    display: flex;
    flex: 0 0 270px;
    max-width: 270px;
}
.register_house_select_group select {
    flex: 0 1 100%;
    max-width: 100%;
    height: 45px;
    padding-left: 20px;
    margin-right: 10px;
    /*color: #999999;*/
}

.half_input_group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.half_input_group input[type="text"],
.half_input_group input[type="date"],
.half_input_group select {
    flex: 0 0 270px;
    max-width: 270px;
    text-align: right;
}
.register_house_chkbox_group {
    flex: 0 1 100%;
    max-width: 100%;
    margin-left: 30px;
}
.register_house_chkbox_group .custom_chk {
    margin: 10px;
}

.association_register .use_space input:first-of-type {
    margin-right: 10px;
}

.register_house_content {
    padding-top: 30px;
}
.register_house_content input {
    color: #999999;
}
.register_house_content .notice_list_detail {
    padding-bottom: 15px;
    margin-bottom: 0;
    border-bottom: none;
}
.register_house_content .custom_file {
    display: flex;
}
.register_house_content .custom_file_input {
    flex: 0 1 100%;
    max-width: 100%;
}
.register_house_content .custom_file_btn {
    flex: 0 0 150px;
    max-width: 150px;
}

.register_house_private_info {
    padding: 80px 0;
}
.private_info_title {
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}
.private_info_title h1 {
    font-size: 20px;
}
.private_info_content {
    padding: 30px 0;
}
.private_info_content .half_input_group input {
    text-align: left;
}
.private_info_content div:first-of-type input {
    border: none;
}

.private_info_body {
    padding: 30px 0;
    border: solid #dfdfdf;
    border-width: 1px 0;
}
.private_info_body_title {
    margin-bottom: 30px;
}
.private_info_body_title p {
    text-align: center;
    color: #1748a9;
}
.private_info_body_title p::before {
    content: "!";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border-radius: 50%;
    background-color: #1748a9;
    color: #FFF;
    line-height: 1.3;
    vertical-align: middle;
}
.private_info_body .half_input_group input {
    text-align: left;
}

.half_input_group.lessor_pnum {
    flex-wrap: wrap;
}
.lessor_pnum_group {
    width: 330px;
}
.lessor_pnum_wrapper {
    display: flex;
}
.pnum_plus_btn,
.pnum_del_btn {
    width: 42px;
    height: 42px;
    margin-left: 10px;
    font-size: 30px;
    line-height: 1;
    font-weight: 100;
    vertical-align: bottom;
}
.pnum_del_wrapper {
    margin-top: 10px;
}

.private_info_header .join_ipt_box:last-child,
.private_info_body .join_ipt_box:last-child {
    margin-bottom: 0;
}
.private_info_body .join_ipt_title,
.private_info_body .half_input_group.building_floor {
    color: #999999;
}

.private_info_body .half_input_group.building_floor input {
    flex: 0 0 120px;
    max-width: 120px;
    text-align: center;
}
.private_info_body .half_input_group.building_floor input:first-child {
    margin-right: 12px;
}
.private_info_body .half_input_group.building_floor input:last-child {
    margin-left: 12px;
}

.association_register .notice_list_btn button {
    padding: 15px 50px;
}

/* association/load */
.funcSalesType,
.funcSalesTypePrivate {
    margin-bottom: 30px;
}

.add_btn_group {
    margin-left: 20px;
}
.add_btn {
    padding: 9px 15px;
    margin: 0 5px;
}

.loan_group,
.deposit_group {
    display: none;
}
.disFlex {
    display: flex;
}

.loan_input_group {
    flex: 0 0 350px;
    max-width: 350px;
}
.loan_input_group:nth-child(2) {
    margin-right: 20px;
}
.loan_input_group .join_ipt_title {
    width: 75px;
}

.quad_input_group {
    display: flex;
    margin-bottom: 30px;
}
.quad_input {
    display: flex;
    align-items: center;
    flex: 0 0 50%;
    max-width: 50%;
}
.quad_input:last-child {
    justify-content: flex-end;
}
.quad_input_group input {
    flex: 0 1 200px;
    max-width: 200px;
    height: 40px;
    text-align: right;
}
.quad_input_title {
    margin-right: 20px;
}
.quad_input input:first-of-type {
    margin-right: 10px;
}

/* vacancy_report_main */
.vacancy_report h1 {
    font-size: 42px;
    font-weight: 300;
    line-height: 1.428571428571429;
}
.vacancy_report h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.5;
}
.vacancy_report h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5;
    color: #FFF;
}
.vacancy_report span {
    color: #224a9a;
    font-weight: 500;
}

.vacancy_header {
    padding: 180px 0 100px;
    text-align: center;
}
.vacancy_title {
    margin-bottom: 50px;
}

.btn_report {
    display: inline-block;
    padding: 15px 50px;
    background-color: #224a9a;
    font-size: 18px;
    color: #FFF;
}
.btn_report:hover {
    color: #FFF;
}
.btn_report span {
    color: #FFF;
}
.btn_report span:last-of-type {
    display: block;
}

.vacancy_bg {
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
}
.vacancy_bg div {
    flex: 0 1 100%;
    max-width: 100%;
    padding: 125px 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.vacancy_bg div:first-child {
    background-image: url("/images/vacancy_report/main_left.png");
    text-align: right;
}
.vacancy_bg div:last-child {
    background-image: url("/images/vacancy_report/main_right.png");
    text-align: left;
}

.vacancy_process_horizontal {
    padding: 160px 0;
    text-align: center;
}
.vacancy_process_title {
    margin-bottom: 80px;
    text-align: center;
}

.icon_group {
    display: flex;
    margin-bottom: 70px;
}
.icon_bg {
    display: flex;
    flex: 0 0 240px;
    max-width: 240px;
    justify-content: center;
    align-items: center;
    height: 240px;
    border-radius: 50%;
    background-color: #f2f8fd;
}
.icon_bg span {
    font-size: 20px;
    text-align: center;
    color: #000;
}
.icon_bg span::before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
}
.icon_bg:first-child span::before {
    background-image: url("/images/vacancy_report/building_icon.png");
}
.icon_bg:nth-child(2) span::before {
    background-image: url("/images/vacancy_report/notebook_icon.png");
}
.icon_bg:nth-child(3) span::before {
    background-image: url("/images/vacancy_report/register_icon.png");
}

.icon_bg:nth-child(3) {
    position: relative;
}
.icon_bg:nth-child(3)::after {
    content: "";
    position: absolute;
    left: 235px;
    width: 100px;
    height: 30px;
    background-image: url("/images/vacancy_report/arrow_icon.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: inherit;
}

.icon_bg:last-child {
    margin-left: 130px;
    background-color: #0075de;
}
.icon_bg:last-child span {
    color: #FFF;
}
.icon_bg:last-child span::before {
    display: inline;
    width: 0;
    height: 0;
}

.vacancy_process_horizontal p {
    font-size: 20px;
    color: #999999;
}

.vacancy_process_vertical {
    padding: 140px 0 40px;
    background-color: #162362;
    color: #FFF;
}
.vertical_group_wrapper {
    padding: 0 50px;
}
.vertical_group {
    display: flex;
    align-items: baseline;
    margin-bottom: 70px;
}
.vertical_group:last-child {
    margin-bottom: 0;
}
.vertical_number {
    display: block;
    position: relative;
    width: 35px;
    height: 35px;
    margin-right: 20px;
    border: 2px solid #FFF;
    border-radius: 50%;
    font-size: 21px;
    text-align: center;
    color: #FFF !important;
}
.vertical_number::after {
    content: "";
    position: absolute;
    top: 33px;
    left: 50%;
    width: 1px;
    height: 133px;
    background-color: #FFF;
}
.vertical_group:last-child .vertical_number::after {
    width: 0;
    height: 0;
}

.vacancy_report .vertical_content h3 {
    margin-bottom: 10px;
    font-weight: 600;
}
.vacancy_report .vertical_content span {
    color: #5592d4;
}

.mock_up {
    width: 420px;
    height: 600px;
    margin: auto;
    background-image: url("/images/vacancy_report/mock_up.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
}

.vacancy_footer {
    padding: 250px 0;
    background-image: url("/images/vacancy_report/laptop_img.png");
    background-repeat: no-repeat;
    background-position: -100px 150px;
    background-size: inherit;
}
.vacancy_footer_content {
    width: 450px;
    margin-left: 500px;
    text-align: left;
}
.vacancy_footer_content h2 {
    margin-bottom: 50px;
}

/* vacancy_report_list */
.vacancy_report_list .sub_page_title {
    margin-bottom: 50px;
}
.vacancy_report_list .board_list_bg {
    display: flex;
    justify-content: center;
    padding: 60px 80px;
    justify-content: flex-start;
}
.vacancy_report_list .board_list_bg h3 {
    font-size: 16px;
    font-weight: 600;
}
.exclamation {
    width: 50px;
    height: 50px;
    margin: auto 70px auto 0;
    border: 2px solid #1748a9;
    border-radius: 50%;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: #1748a9;
}
.vacancy_list_content h3 {
    margin: 30px 0 10px;
}
.vacancy_list_content span {
    display: block;
}
.vacancy_list_content span::before {
    content: "-";
    margin-right: 5px;
}
.vacancy_list_content span:last-of-type {
    margin-bottom: 40px;
}
.vacancy_list_content p:last-of-type {
    color: #e32121;
}

.vacancy_report_list table th,
.vacancy_report_list table td {
    text-align: center;
}
.vacancy_report_list table th:nth-child(4),
.vacancy_report_list table td:nth-child(4),
.vacancy_report_list table th:last-child,
.vacancy_report_list table td:last-child {
    text-align: left;
}
.vacancy_report_list table td:first-child {
    color: #999999;
}
.vacancy_report_list table td:last-child {
    color: #000;
}
.vacancy_report_list .color_circle {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    border-radius: 50%;
    vertical-align: middle;
}
.color_circle.complete {
    background-color: #224a9a;
}
.color_circle.confirming {
    background-color: #fad31f;
}
.color_circle.unable {
    background-color: #fb1d1d;
}

/* vacancy_report_register */
.vacancy_report_register.list_wrapper form {
    padding: 0;
}
.vacancy_report_register.list_wrapper .register_house_private_info {
    padding: 0;
}
.vacancy_report_register .private_info_body {
    border-width: 0 0 1px 0;
}
.vacancy_report_register .private_info_body .join_ipt_title {
    color: #000;
}

.informant input[type="text"] {
    padding: 0;
    border: none;
    color: #999999;
}
.informant .custom_chk input + span {
    width: 20px;
    height: 20px;
    border-radius: 3px;
}
.informant .register_house_chkbox_group {
    margin-left: 20px;
}

.vacancy_report_register select {
    height: 45px;
    /*color: #999999;*/
}

.example_text {
    margin-left: 20px;
    font-size: 13px;
    color: #999999;
}

.vacancy_report_register .join_ipt_box + .join_ipt_box {
    margin-top: 20px;
}

.vacancy_register_radio_group {
    margin: 50px 0;
}
.vacancy_register_radio_group .join_ipt_box + .join_ipt_box {
    margin-top: 30px;
}

.vacancy_register_footer {
    width: 100%;
    margin: 45px 0 50px;
    text-align: center;
}
.vacancy_register_footer p {
    margin-right: 20px;
}

.vacancy_report_register .notice_list_btn {
    margin-bottom: 80px;
}

/* service_report_main */
.service_report h1 {
    font-size: 60px;
    font-weight: 300;
    line-height: 1.233333333333333;
}
.service_report h3 {
    font-size: 28px;
}
.service_report h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.666666666666667;
}
.service_report p {
    font-size: 28px;
    line-height: 1.571428571428571;
}
.service_report span {
    color: #224a9a;
    font-weight: 500;
}
.service_header {
    padding: 150px 0 230px;
    background-image: url("/images/service_report/service_bg.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
}
.service_header_text {
    text-align: center;
}
.service_header_text h1 {
    margin-bottom: 60px;
}
.service_header_text h1,
.service_header_text p {
    color: #FFF;
}

.service_nav nav {
    border-bottom: 1px solid #dfdfdf;
    background-color: #FFF;
    font-size: 18px;
    z-index: 9;
}
.pos_fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.service_nav nav ul {
    display: flex;
    justify-content: center;
}
.service_nav nav li {
    padding: 30px 35px;
    border-bottom: 2px solid transparent;
    color: #999999;
    cursor: pointer;
    transition: 250ms;
}
.coloring_li {
    border-color: #224a9a !important;
    color: #224a9a !important;
}

.service_nav_text {
    padding: 140px 0;
}

.service_mission {
    padding: 150px 0 250px;
    background-color: #f7f7f7;
}
.service_mission_img > .img_wrapper {
    position: relative;
    margin-bottom: 30px;
    width: 590px;
    height: 590px;
    overflow: hidden;
}
.service_mission_img img {
    transition: 250ms;
}
.service_mission_img img:hover {
    transform: scale(1.1);
}

.service_img_down {
    transform: translateY(80px);
    z-index: 1;
}
.service_img_up {
    transform: translateX(-50px);
}

.service_mission_img p {
    font-size: 20px;
    line-height: 1.6;
    color: #313131;
}
.col-lg-6:last-child .service_mission_img p {
    width: 88%;
    margin-left: auto;
}

.service_team {
    padding: 160px 0;
}
.service_team article {
    position: relative;
    width: 350px;
    height: 300px;
    margin-bottom: 90px;
    border-bottom: 1px solid #dfdfdf;
}
.service_team article::after {
    content: "";
    position: absolute;
    top: 65%;
    right: 0;
    width: 90px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
}
.management_icon::after {
    background-image: url("/images/service_report/management_icon.png");
}
.big_data_icon::after {
    background-image: url("/images/service_report/big_data_icon.png");
}
.it_dev_icon::after {
    background-image: url("/images/service_report/it_dev_icon.png");
}
.customer_icon::after {
    background-image: url("/images/service_report/customer_icon.png");
}
.vacancy_icon::after {
    background-image: url("/images/service_report/vacancy_icon.png");
}
.real_estate_icon::after {
    background-image: url("/images/service_report/real_estate_icon.png");
}
.service_team article h3 {
    margin-bottom: 20px;
    font-weight: 400;
}
.service_team article p {
    font-size: 16px;
}

.service_recruit {
    padding: 180px 0;
    width: 100%;
    background-color: #162362;
    color: #FFF;
    overflow: hidden;
}
.service_recruit p {
    color: #999eba;
}
.service_recruit h4 {
    color: #c1c4d5;
}
.recruit_content_header p {
    font-size: 16px;
}
.recruit_content_header h2 {
    font-size: 90px;
    font-weight: 200;
}
.recruit_content_body span {
    font-size: 28px;
    color: #FFF;
}
.recruit_content_body p,
.recruit_content_footer p {
    font-size: 14px;
}

.recruit_content_body {
    position: relative;
    padding: 100px 0;
}
/* middle line */
.service_report .middle_line {
    position: absolute;
    top: 200px;
    width: 0;
    height: 1px;
    background-color: #0b4ca0;
}
.recruit_circle_group {
    display: flex;
    align-items: center;
}
.circle_dashed {
    position: absolute;
    top: 0;
    width: 400px;
    height: 400px;
    border: 1px dashed #0b4ca0;
    border-radius: 50%;
}
.circle_dashed.first_circle,
.circle_dashed.second_circle {
    left: -400px;
}
.circle_dashed.last_circle {
    top: 100px;
    right: -200px;
    width: 200px;
    height: 200px;
}

.recruit_circle {
    flex: 0 0 240px;
    max-width: 240px;
    text-align: center;
    z-index: 1;
}
.recruit_circle span {
    display: block;
    width: 200px;
    height: 200px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background-color: #1256bd;
    line-height: 7;
}

.recruit_content_footer h4 {
    margin-bottom: 20px;
}

.service_history {
    padding: 160px 0;
}
.service_history strong,
.service_history strong span {
    color: #224a9a;
}
.history_text {
    margin-bottom: 90px;
}
.year_to_year {
    margin-bottom: 50px;
    color: #162362;
}
.year_to_year span {
    font-weight: 300;
    color: #2870db;
}

.year_content {
    display: flex;
    margin-bottom: 50px;
}
span.year_content_bold {
    margin-right: 10px;
    font-weight: 600;
    color: #000;
}
.year_content h4 {
    position: relative;
    height: 36px;
}
.year_content h4::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    margin: 0 40px;
    border-radius: 50%;
    background-color: #CCCCCC;
}
.year_content p {
    margin-left: 80px;
    font-size: 18px;
    line-height: 2.2;
}
.year_2020 {
    position: relative;
}
.line {
    position: absolute;
    top: 50%;
    left: 100px;
    width: 2px;
    height: 570px;
    background-color: #dfdfdf;
}

.service_info {
    padding: 230px 0;
    background-image: url("/images/service_report/service_info.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #cacbcb;
}
.service_info_text {
    margin-bottom: 120px;
}
.service_info_text img {
    margin-bottom: 35px;
}

.service_info_content {
    display: flex;
    justify-content: center;
}
.service_info_content dl {
    padding: 0 80px;
    border-right: 1px solid #575858;
}
.service_info_content dl:last-child {
    border: none;
}
.service_info_content dt {
    font-size: 18px;
}
.service_info_content dd {
    font-size: 22px;
}
.service_info_content dd span {
    margin-right: 5px;
    font-size: 42px;
    font-weight: 300;
    color: #FFF;
}

.service_map {
    padding: 140px 0;
}
.service_map_img {
    width: 100%;
    height: 600px;
    margin-bottom: 50px;
    overflow: hidden;
}
.service_map_info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 50px;
    border-bottom: 1px solid #dfdfdf;
    font-size: 18px;
}
.service_map_info img {
    margin-right: 200px;
}
.service_map_info dl:first-of-type {
    margin-right: 60px;
}
.service_map_info dt {
    margin-bottom: 10px;
}
.service_map_info dd {
    display: inline-block;
}
.service_map_info dl:last-of-type dd {
    margin-right: 20px;
}
.service_map_info dl:last-of-type dd:last-child {
    margin-right: 0
}

/* join_info */
.info_header {
    width: 100%;
    height: 1150px;
    padding-top: 190px;
    background-image: url("/images/service_report/info_main1.png");
    background-repeat: no-repeat;
    background-position: center bottom -146px;
    background-size: auto;
}
.info_header_text {
    text-align: center;
}
.info_header_title {
    padding: 40px 0 60px;
    font-size: 42px;
    line-height: 1.428;
}
.link_apply {
    display: block;
    width: 320px;
    padding: 20px;
    margin: 0 auto;
    background-color: #1256bd;
    font-size: 18px;
    color: #FFF;
}
.link_apply:hover {
    color: #FFF;
}
.info_content_text {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 970px;
    padding: 0 200px;
    border-bottom: 1px solid #999;
    background-color: #162362;
    color: #FFF;
}
.info_content_title {
    padding-bottom: 20px;
    font-size: 42px;
    font-weight: 200;
}
.info_content_title::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
    line-height: 2;
    border-radius: 50%;
    background-color: #FFF;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #162362;
}
.info_content_title.one::before {
    content: "1";
}
.info_content_title.two::before {
    content: "2";
}
.info_content_title.three::before {
    content: "3";
}
.info_content_title.four {
    line-height: 1.5;
}
.info_content_title.four::before {
    content: "4";
}
.info_content_title.five::before {
    content: "5";
}
.info_content_prg {
    padding: 10px 0;
    font-size: 18px;
}
.info_content_img {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center left 200px;
    background-size: auto;
    background-color: #f7f7f7;
}
.info_content_img.one {
    background-image: url("/images/service_report/mockup_img1.png");
}
.info_content_img.two {
    background-image: url("/images/service_report/mockup_img2.png");
}
.info_content_img.three {
    background-image: url("/images/service_report/mockup_img3.png");
}
.info_content_img.four {
    background-image: url("/images/service_report/mockup_img4.png");
}
.info_content_img.five {
    background-image: url("/images/service_report/mockup_img5.png");
}
.info_footer {
    padding: 120px 0;
    text-align: center;
}
.info_footer h1 {
    padding: 20px 0;
    font-size: 42px;
}

/* service_info */
.info_service_header {
    height: 1200px;
    padding-top: 150px;
    text-align: center;
    background-image: url("/images/service_report/service_mockup.png");
    background-repeat: no-repeat;
    background-position: center bottom -150px;
    background-size: auto;
} 
.info_service_tab {
    display: flex;
    margin-bottom: 40px;
    align-items: center;
    justify-content: center;
}
.info_service_tab li {
    position: relative;
    padding: 5px 10px;
    flex: 0 0 140px;
    max-width: 140px;
    text-align: center;
    color: #777;
}
.info_service_tab li.on {
    color: #1256bd;
    font-weight: 600;
}
.info_service_tab li > a {
    display: inline-block;
    padding: 5px;
    font-size: 18px;
}
.info_service_tab li.on > a {
    border-bottom: 1px solid #1256bd;
}
.info_service_tab li + li:before {
    content: '';
    display: block;
    position: absolute;
    margin-top: -8px;
    left: 0;
    top: 50%;
    width: 1px;
    height: 16px;
    background-color: #d0d0d0;
}
.service_report .info_service_tab li {
    color: #fff;
    opacity: 0.6;
}
.service_report .info_service_tab li.on {
    opacity: 1;   
}
.service_report .info_service_tab li.on > a {
    border-color: #fff;
}
.service_report .info_service_tab {
    margin-bottom: 100px;
}

.info_service_text h1 {
    font-size: 42px;
}
.info_service_text p {
    padding: 30px 0 50px;
    font-size: 20px;
}

.info_swiper {
    background-color: #f7f7f7;
}
.info_swiper .swiper-container-horizontal > .swiper-pagination-bullets {
    left: -610px;
    bottom: 320px;
}
.info_swiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}
.info_swiper .swiper-pagination-bullet-active {
    background-color: #162362;
}
.service_swiper_content {
    height: 1000px;
    padding-top: 340px;
    padding-right: 150px;
}
.service_swiper_text {
    width: 500px;
    margin-left: auto;
}
.info_subtitle {
    padding-bottom: 30px;
    font-size: 24px;
    color: #1256bd;
}
.service_swiper_text p {
    font-size: 42px;
    font-weight: 300;
}
.service_swiper_text .service_swiper_desc {
    padding-top: 40px;
    font-size: 16px;
    line-height: 1.875;
}
.service_swiper_img {
    height: 1000px;
    background-repeat: no-repeat;
    background-position: center right -100px;
    background-size: auto;
}
.service_swiper_img.one {
    background-image: url("/images/service_report/info_mockup1.png");
}
.service_swiper_img.two {
    background-image: url("/images/service_report/info_mockup2.png");
}
.service_swiper_img.three {
    background-image: url("/images/service_report/info_mockup3.png");
}
.service_swiper_img.four {
    background-image: url("/images/service_report/info_mockup4.png");
}

.info_system {
    height: 1000px;
    padding: 200px 0;
    background-color: #f7f7f7;
}
.info_system_text {
    padding-bottom: 100px;
    text-align: center;
}
.info_system_text p {
    font-size: 36px;
    font-weight: 300;
}
.info_system_wrapper {
    display: flex;
    justify-content: space-between;
}
.info_system_content {
    text-align: center;
}
.info_system_content h3 {
    padding: 20px 0;
    font-size: 24px;
}
.system_circle {
    display: block;
    position: relative;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    background-color: #FFF;
}
.system_circle.one {
    background-image: url("/images/service_report/info_icon1.png");
}
.system_circle.two {
    background-image: url("/images/service_report/info_icon2.png");
}
.system_circle.three {
    background-image: url("/images/service_report/info_icon3.png");
}
.system_circle::before {
    content: "";
    position: absolute;
    top: 40%;
    right: -157px;
    width: 158px;
    height: 26px;
    background-image: url("/images/service_report/arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    transform: translateY(-50%);
}
.system_circle.one::after,
.system_circle.two::after {
    position: absolute;
    top: 53%;
    font-size: 18px;
    font-weight: 600;
    color: #0075de;
}
.system_circle.one::after {
    content: "Call 방식 검수";
    right: -65%;
}
.system_circle.two::after {
    content: "검수 완료";
    right: -60%;
}
.system_circle.three::before {
    width: 0;
}

.confirm_vacancy .info_content_text {
    height: 1000px;
}
.confirm_vacancy .info_subtitle {
    color: #FFF;
}
.confirm_vacancy .service_swiper_desc {
    padding-top: 50px;
}
.cofirm_vacancy_img {
    height: 1000px;
    background-image: url("/images/service_report/info_img.png");
    background-repeat: no-repeat;
    background-position: unset;
    background-size: cover;
}

.service_footer_img {
    height: 1000px;
    background-image: url("/images/service_report/info_mockup5.png");
    background-repeat: no-repeat;
    background-position: center right 220px;
    background-size: auto;
}
.service_footer_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 1000px;
}
.service_footer_text p {
    padding: 15px 0 60px;
    font-size: 28px;
}
.service_footer_text .link_apply {
    margin: 0;
    text-align: center;
}


.selfInput,
.dateInput {
    display: none;
    text-align: left !important;
}

/* mypage modal */
.mypage {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    margin-right: 20px;
    cursor: pointer;
}
.mypage_modal {
    display: none;
    position: absolute;
    top: 60px;
    left: auto;
    right: 30px;
    bottom: auto;
    width: 320px;
    border: 1px solid #dfdfdf;
    background-color: #FFF;
    font-size: 16px;
    color: #000;
    z-index: 10;
}

.mypage_modal::before {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    left: 50%;
    width: 15px;
    height: 15px;
    border: solid #dfdfdf;
    border-width: 1px 0 0 1px;
    background-color: #FFF;
    transform: rotate(45deg) translateX(-45%);
    z-index: 5;
}

.modal_content {
    height: 100%;
    padding: 20px 25px;
    padding-bottom: 10px;
}
.modal_content article {
    padding: 10px 0 15px;
}
.modal_content article + article {
    border-top: 1px solid #eee;
}
.modal_content span {
}

.modal_content .in_list {
    margin-top: 5px;
    padding-left: 10px;
    font-size: 14px;
}

.mypage_header_list {
    display: flex;
    margin: 5px 0 15px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mypage_header_list > li {
    padding: 3px;
    flex: 0 0 50%;
    max-width: 50%;
}
.mypage_header_list > li:nth-child(2n - 1) {
    padding-left: 0;
}
.mypage_header_list > li:nth-child(2n) {
    padding-right: 0;
}
.mypage_header_list > li > a {
    display: block;
    padding: 6px 10px;
    border-radius: 4px;
    background-color: #f3f4f7;
    color: #666;
    text-align: center;
    font-size: 12px;
}
.mypage_space_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mypage_space_info + * {
    margin-top: 5px;
}
.mypage_space_info > a {
    display: block;
    padding: 6px;
    width: 85px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    text-align: center;
    font-size: 12px;
}
.mypage_space_info > a > span::after {
    margin-bottom: 1px;
    width: 6px;
    height: 6px;
    margin-left: 2px;
    border-color: #000;
}
.mypage_space_info > button {
    padding: 6px 15px;
    border-radius: 4px;
    background-color: #f3f4f7;
    font-size: 12px;
    color: #666;
}
.modal_link_group {
    display: flex;
    width: 100%;
    border-top: 1px solid #dfdfdf;
    background-color: #f7f8fa;
    text-align: center;
}
.modal_link_group a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    width: 50%;
    height: 40px;
}
.modal_link_group a + a {
    border-left: 1px solid #dfdfdf;
}
.mypage_contact,
.mypage_contact span {
    display: inline;
}
.mypage_contact span {
    color: #dd0000;
}

.mypage_sublist {
    padding-left: 30px;
}
ul.mypage_sublist li {
    font-size: 13px;
    line-height: 1.4;
}
ul.mypage_sublist li::before {
    content: "-";
    margin-right: 5px;
}

.block {
    display: block;
}

/* member_modify */
.join.member_modify h1 {
    margin-bottom: 0;
}
.member_modify_form {
    padding-top: 50px;
}
input.member_modify_id {
    border: none;
}

.real_name {
    display: flex;
}
.real_name button {
    margin-left: 10px;
}

.resign_member {
    display: block;
    margin: 30px auto 0;
    text-align: center;
    text-decoration: underline;
    color: #999;
    cursor: pointer;
}

/*2020-11-24 재성 추가*/
/*선택매물 인쇄*/
.select_print_modal .modal-dialog {
    max-width: 1040px;
}
.select_print_modal .modal-body {
    padding-bottom: 30px !important;
}
.print_modal_top {
    display: flex;
    padding-bottom: 20px;
    align-items: center;
    justify-content: space-between;
}
.print_modal_top p {
    font-size: 16px;
}
.print_modal_top button {
    padding: 0 30px;
    height: 40px;
    border-radius: 30px;
}
.print_modal_middle {
    display: flex;
    padding-bottom: 10px;
    align-items: center;
    justify-content: space-between;
}
.print_modal_middle .left_box {
    display: flex;
    align-items: center;
}
.print_modal_middle .left_box .chk_wrap {
    flex: 0 0 40px;
    max-width: 40px;
    text-align: center;
}
.print_modal_middle .left_box button {
    padding: 0 15px;
    height: 30px;
    border-radius: 3px;
    font-size: 0.8rem;
    white-space: nowrap;

}
.print_modal_middle .left_box > * + * {
    margin-left: 7px;
}
.print_modal_middle.border_bottom {
    border-bottom: 2px solid #154ec4;
}
.print_modal_bottom {
    position: relative;
}
.print_modal_bottom li .content_box {
    display: flex;
    padding: 10px 0;
    align-items: center;
}
.print_modal_bottom li .option_box {
    display: flex;
    padding: 8px 10px;
    background-color: #f5f5f5;
    font-size: 0.875rem;
}
.print_modal_bottom li .option_box.hidden_box {
    display: none;
}
.print_modal_bottom li .option_box.hidden_box.on {
    display: flex;
}
.print_modal_bottom li .option_box + .option_box {
    padding-top: 0;
}
.print_modal_bottom li .option_box dt {
    flex: 0 0 45px;
    max-width: 45px;
    font-weight: 500;
    font-size: 16px;
}
.print_modal_bottom li .option_box dd {
    font-size: 16px;
    color: #707070;
}
.print_modal_bottom li + li {
    border-top: 1px solid #e0e0e0;
}
.print_modal_bottom li .chk_wrap {
    flex: 0 0 40px;
    max-width: 40px;
    text-align: center;
}
.select_print_modal .custom_chk > input + span {
    width: 20px;
    height: 20px;
    margin-right: 0;
    border-radius: 0; 
}
.print_modal_bottom .content_box > .info_box {
    padding: 0 15px;
    flex: 0 1 100%;
    max-width: calc(100% - 550px);
}
.print_modal_bottom .content_box > .info_box > p {
    font-size: 16px;
    color: #707070;
}
.print_modal_bottom .content_box > .info_box span {
    font-size: 16px;
}
.print_modal_bottom .content_box > .price_wrap {
    padding: 0 15px;
    flex: 0 0 250px;
    max-width: 250px;
    text-align: center;
}
.print_modal_bottom .content_box > .price_wrap p {
    font-size: 16px;
}
.print_modal_bottom .content_box > .reg {
    padding: 0 15px;
    flex: 0 0 100px;
    max-width: 100px;
    color: #999;
    text-align: center;
    font-size: 16px;
}
.print_modal_bottom .content_box > .btn_area {
    flex: 0 0 200px;
    max-width: 200px;
    text-align: center;
}
.print_modal_bottom .content_box > .btn_area.on button {
    display: none;
}
.print_modal_bottom .content_box > .btn_area button {
    padding: 0 30px;
    height: 30px;
    border-radius: 3px;
    font-size: 16px;
    line-height: 1;
}
.print_modal_bottom .content_box > .btn_area .phone_txt {   
    line-height: 1.2;
}
.print_modal_bottom .content_box > .btn_area p {
    margin-top: 5px;
    font-size: 16px;
    color: #999;
    word-break: break-all;
}
.my_marker {
    position: relative;
    /* width: 15px;
    height: 15px;
    border-radius: 100%;
    border: 1px solid #fff;
    background-color: #5059c3;
    box-shadow: 0px 0px 0px 8px rgba(80,89,195,0.2) */
    width: 33px;
    height: 47px;
    background-image: url("/images/icon/icon_bd_orange.png");
    background-repeat: no-repeat;
}
.my_marker:before {
    content: '';
    display: block;
    position: absolute;
}

.current_marker {
    position: relative;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: 1px solid #fff;
    background-color: #5059c3;
    box-shadow: 0px 0px 0px 5px rgba(80,89,195,0.2);
}
.current_marker:before {
    content: '';
    display: block;
    position: absolute;
}

.basket_overlay {
    display: none;
    position: absolute;
    margin-top: 15px;
    padding: 15px;
    left: 0;
    top: 100%;
    background-color: #fff;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.1);
    z-index: 3;
}
.basket_overlay.on {
    display: block;
}
.basket_overlay_box {
    padding: 10px 0;
}
.basket_overlay_box .title {
    margin-bottom: 5px;
}
.basket_overlay_box .basket_overlay_form {
    display: flex;
    align-items: center;
}
.basket_overlay_box .basket_overlay_form input {
    padding: 0 10px;
    height: 30px;
    border: 1px solid #ddd;
    font-size: 12px;
}
.basket_overlay_box .basket_overlay_form button {
    padding: 0 10px;
    margin-left: 5px;
    height: 30px;
    background-color: #ebf6ff !important;
}
.basket_overlay_box ul {
    display: block !important;
    padding: 0 !important;
}
.basket_overlay_box ul li {
    padding: 0 !important;
}
.basket_overlay_box ul li:before {
    display: none !important;
}
.basket_overlay_box .custom_chk > input + span {
    width: 16px;
    height: 16px;
}
.basket_overlay_box .custom_chk > input:checked + span {
    position: relative;
    border: 1px solid #adadad;
    background-color: #fff;
    background-image: none;
}
.basket_overlay_box .custom_chk > input:checked + span:before {
    content: '';
    display: block;
    position: absolute;
    margin-top: -3px;
    margin-right: -3px;
    top: 50%;
    right: 50%;
    width: 6px;
    height: 6px;
    background-color: #1748a9;
    border-radius: 100%;
}
.basket_overlay_box .btn_common {
    margin-top: 15px;
    height: 30px;
    width: 100%;
    background-color: #647bd5 !important;
    color: #fff !important;
}

.sub_page_header > ul {
    display: flex;
    margin: 0 auto 70px;
    justify-content: center;
}
.sub_page_header > ul li {
    display: block;
    position: relative;
    padding: 0 40px;
    background-color: #fff;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    font-size: 18px;
    line-height: 3;
    color: #999999;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
.sub_page_header > ul li:first-child {
    border-left: 1px solid #e4e4e4;
}
.sub_page_header > ul li:last-child {
    border-right: 1px solid #e4e4e4;
}
.sub_page_header > ul li.selected {
    background-color: #194293;
    color: #FFF;
}
.sub_page_header > ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 20px;
    background-color: #dfdfdf;
    transform: translateY(-50%);
}
.sub_page_header > ul li:last-child::after,
.sub_page_header > ul li.selected::after {
    display: none;
}
.sub_page_header > ul li button {
    position: absolute;
    padding: 0;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    border: none;
    background-color: transparent;
}
.sub_page_header > ul li button:before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    right: 10px;
    width: 1px;
    height: 16px;
    background-color: #999;
    transform: rotate(45deg);
}
.sub_page_header > ul li button:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    right: 10px;
    width: 1px;
    height: 16px;
    background-color: #999;
    transform: rotate(-45deg);
}
.sub_page_header > ul li.selected button:before,
.sub_page_header > ul li.selected button:after {
    background-color: #fff;
}

.folder_swiper_box {
    position: relative;
    max-width: 1300px;
    padding: 0 50px;
    margin: 0 auto;
}
.folder_swiper_box .swiper-button-next,
.folder_swiper_box .swiper-button-prev {
    background-size: 17px 33px;
}
.folder_swiper .swiper-slide {
    height: auto;
}
.folder_tab {
    height: 100%;
}
.folder_tab li {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 15px;
    height: 100%;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    background-color: #fff;
    font-size: 18px;
    line-height: 1.2;
    color: #999999;
    text-align: center;
    word-break: break-all;
    cursor: pointer;
}
.folder_tab li:first-child {
    border-left: 1px solid #e4e4e4;
}
.folder_tab li:last-child {
    border-right: 1px solid #e4e4e4;
}
.folder_tab li.selected {
    background-color: #194293;
    color: #FFF;
}
.folder_tab li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 20px;
    background-color: #dfdfdf;
    transform: translateY(-50%);
}
.folder_tab li:last-child::after,
.folder_tab li.selected::after {
    display: none;
}
.folder_tab li button {
    position: absolute;
    padding: 0;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    border: none;
    background-color: transparent;
}
.folder_tab li button:before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    right: 10px;
    width: 1px;
    height: 16px;
    background-color: #999;
    transform: rotate(45deg);
}
.folder_tab li button:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    right: 10px;
    width: 1px;
    height: 16px;
    background-color: #999;
    transform: rotate(-45deg);
}
.folder_tab li.selected button:before,
.folder_tab li.selected button:after {
    background-color: #fff;
}

.cart_board_list .association_list_form .select_group > input {
    margin-left: 30px;
    width: 340px;
    border-width: 0 0 1px;
}

.picture_item_wrap {
    display: flex;
    flex-wrap: wrap;
}
.picture_item_wrap .picture_item {
    padding: 10px;
    flex: 0 0 25%;
    max-width: 25%;
    color: #999;
}
.picture_item > img {
    max-width: 190px;
    height: 125px;
}
.upload_video_box {
    background-color: #000;   
}
.upload_video_area button {
    padding: 7px 25px;
    font-size: 16px;
}
.upload_img_btn_area {
    margin-bottom: 40px;
    text-align: center;
}

.terms_section {
    padding: 50px 80px;
}
.terms_section_title {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;   
}
.terms_section .sub_title {
    margin: 30px 0 20px;
    font-size: 1.5rem;
}
.terms_section .sub_sub_title {
    margin: 15px 0 10px;
    font-size: 1rem;
}
.terms_section table {
    margin: 15px 0;
}
.terms_section table th,
.terms_section table td {
    padding: 7px 10px;
    border: 1px solid #000;
    font-size: 0.875rem;
}

.filter_range_group {
    display: flex;
    margin-top: 5px;
    align-items: center;
}
.filter_range_group > .text_ipt {
    position: relative;
    padding: 5px 10px;
    flex: 0 1 50%;
    max-width: 50%;
    border: 1px solid #ebebeb;
    border-radius: 3px;
}
.filter_range_group > .text_ipt::before {
    content: attr(data-bind);
    position: absolute;
    right: 5px;
    top: 50%;
    font-size: 10px;
    color: #777;
    transform: translate(0, -50%);
}
.filter_range_group > .text_ipt input {
    padding: 0 30px 0 0;
    width: 100%;
    height: auto;
    border: none;
    outline: none;
    background: none;
}
.filter_range_group > span {
    display: block;
    padding: 0 7px;
    color: #999;
}
.filter_range_group > button {
    padding: 2px 12px;
    margin-left: 3px;
    height: 30px;
    background-color: #154ec4;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
}
.filter_select_box button.filter_reset {
    padding: 0;
    margin-left: 5px;
    margin-right: 0;
    flex: 0 0 25px;
    max-width: 25px;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border: none;
}
.filter_select_box button.filter_reset img {
    display: block;
    margin: 0 auto;
}

/* point */
.point_box {
    color: #FFF;
}
.point_header {
    background-color: #194293;
}
.point_content {
    background-color: #114bb5;
}
.point_header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 125px;
}
.point_desc {
    font-size: 26px;
}
.link_point {
    display: block;
    width: 170px;
    padding: 10px;
    border-radius: 30px;
    background-color: #296ae2;
    text-align: center;
    font-size: 14px;
}
.link_point span::after {
    content: ">";
    padding-left: 10px;
}
.point_content_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 185px;
}
.point_content_wrapper dt {
    font-weight: 400;
}
.point_content_wrapper dd {
    font-size: 34px;
}
.point_link_group {
    display: flex;
    justify-content: center;
    padding: 40px 0;
}
.point_link_group a {
    display: block;
    position: relative;
    padding: 0 50px;
    color: #999;
}
.point_link_group a + a::before {
    content: "|";
    position: absolute;
    top: 0;
    left: 0;
    color: #dfdfdf;
}
.link_selected span {
    border-bottom: 1px solid #194293;
    color: #194293 !important;
}

.point_chkbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 40px;
}
.date_period {
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
    border-bottom: 1px solid #dfdfdf;
    color: #999;
}
.date_period label {
    color: #000;
}
.date_period input {
    width: 40%;
    border: none !important;
    background-color: transparent;
    text-align: center;
}
.point_chkbox .custom_chk {
    margin-bottom: 0;
}
.point_checkbox_group {
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
}
.point_checkbox_group .basic_chk {
    padding: 0 10px;
}
.point_checkbox_group.chk_rows {
    padding-left: 30px;
}
.point_checkbox_group.chk_rows .basic_chk {
    width: 130px;
    margin: 3px 0;
}

.point_list table thead {
    border-bottom: 1px solid #000;
}
.point_list table thead tr {
    border-bottom: none;
}
.point_list table th {
    padding: 20px 0;
    font-weight: 400;
}
.point_list table td {
    text-align: center;
    cursor: auto;
}
.point_list table th:first-of-type,
.point_list table td:first-of-type {
    text-align: left;
}
.point_list table td:nth-child(2) {
    color: #000;
}
.point_type {
    font-weight: 600;
}
.status {
    display: block;
    width: 70px;
    padding: 4px 0;
    margin: 0 auto;
    font-size: 12px;
}
.point_red {
    border: 1px solid #d71414;
    color: #d71414;
}
.point_blue {
    background-color: rgba(0, 134, 255, 0.1);
    color: #0086ff;
}
.point_gauge {
    color: #1748a9;
}

.bd_table {
    margin-top: 10px;
    width: 100%;
    border-top: 1px solid #000;
    font-size: 0.85rem;
}
.bd_table tr {
    border-bottom: 1px solid #eee;
}
.bd_table th {
    padding: 12px 10px;
    background-color: #f8f8f8;
    color: #999;
    font-weight: 400;
}
.bd_table td {
    padding: 12px 10px;
    font-weight: 500;
}

.modal_alert .modal-dialog {
    max-width: 420px;
}
.modal_alert .modal-body {
    padding: 30px 0;
    text-align: center;
}
.modal_alert .modal-body p {
    font-size: 18px;
}
.modal_alert .modal-footer {
    justify-content: center;
    padding-bottom: 50px;
}
.modal_alert .btn_blue {
    padding: 10px 25px;
    border-radius: 0;
    background-color: #1748a9;
    font-size: 15px;
}
.modal_alert .btn_blue:hover {
    color: #FFF;    
}

.modal_agree .modal-dialog {
    max-width: 700px;
}

.modal_agree .modal-header {
    padding: 20px 25px;
    border-radius: 0;
    background-color: #1748a9;
}
.modal_agree .modal-header .close {
    color: #FFF;
    font-weight: 100;
    text-shadow: none;
    opacity: 1;
}
.modal_agree_header {
    display: flex;
    align-items: baseline;
    color: #FFF;
}
.modal_agree_header h5 {
    font-size: 18px;
}
.modal_agree_header span {
    margin-left: 5px;
    font-size: 14px;
}

.modal_agree .modal-body {
    padding: 30px;
}

.modal_agree_content + .modal_agree_content {
    margin-top: 30px;
}

.modal_agree_title {
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}
.modal_agree_title h5 {
    font-size: 16px;
}

.modal_table {
    width: 100%;
}
.modal_table tr {
    border-bottom: 1px solid #e5e5e5;
}
.modal_table th {
    width: 120px;
    padding: 15px 20px;
    background-color: #f9f9f9;
    font-size: 14px;
    text-align: left;
}
.modal_table td {
    padding: 15px;
}
.modal_table input {
    width: 100%;
    height: 45px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    font-size: 14px;
}
.modal_table input::placeholder {
    color: #bbbbbb;
}
.modal_table select {
    width: 100%;
    font-size: 14px;
    color: #666;
}

.addr_row {
    position: relative;
    margin-bottom: 10px;
}
.addr_row button {
    position: absolute;
    top: 0;
    right: 0;
}

.tel_row {
    display: flex;
    align-items: center;
}
.tel_row select,
.tel_row input {
    height: 45px;
}

.idnum_row {
    display: flex;
    align-items: center;
}

.only_text input[readonly] {
    padding: 0; 
    border: none;
    font-size: 14px;
    color: #555555;
}

.input_sm {
    max-width: 300px;
}
.input_md {
    max-width: 370px;
}

.dash {
    margin: 0 5px;
}

.with_btn_black {
    height: 100%;
    padding: 0 20px;
    background-color: #000;
    font-size: 13px;
    color: #FFF;
}

.with_custom_file {
    position: relative;
    width: 100%;
}
.with_custom_file input[type="file"] {
    display: none;
}
.with_custom_file_input {
    width: 100%;
    border: 1px solid #e5e5e5;
    height: 45px;
    padding: 10px;
    font-size: 13px;
    color: #bbbbbb;
}
.with_custom_file_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 20px;
    background-color: #000;
    font-size: 13px;
    color: #FFF;
}

.agree_text_box {
    height: 160px;
    padding: 15px;
    border: 1px solid #e5e5e5;
    overflow-y: auto;
}
.agree_text + .agree_text {
    margin-top: 20px;
}
.agree_text h6 {
    margin-bottom: 10px;
    font-size: 14px;
}
.agree_text li {
    font-size: 13px;
    color: #555555;
}

.chk_row_right {
    padding: 10px 0;
    text-align: right;
}

.modal_agree .modal-footer {
    margin-bottom: 60px;
    justify-content: center;
}
.modal_agree .modal-footer .btn_blue {
    padding: 15px 35px;
    border-radius: 0;
    background-color: #1748a9;
    font-size: 16px;
}
.modal_agree .modal-footer .btn_blue:hover {
    color: #FFF;
}

/* share_vacancy */
.vacancy_desc {
    text-align: center;
}
.vacancy_desc::before {
    content: "";
    display: block;
    width: 80px;
    height: 63px;
    margin: 0 auto 20px;
    background-image: url("/images/vacancy_report/point_icon.png");
    background-repeat: no-repeat;
}
.no_icon .vacancy_desc::before {
    display: none;
}
.vacancy_desc p {
    padding: 3px 0;
    font-size: 16px;
}
.vacancy_desc .fs_28 {
    font-size: 28px;
}
.vacancy_desc .fs_14 {
    font-size: 14px;
    color: #999;
}
.vacancy_desc ul {
    padding-top: 20px;
}
.share_top_desc.no_icon {
    padding: 20px 0;
}

.share_top_text {
    display: inline-block;
    padding-bottom: 20px;
    border-bottom: 1px solid #dfdfdf;
}

.share_vacancy {
    padding: 50px 100px;
    margin-bottom: 50px;
    border: 1px solid #e4e4e4;
    /* box-shadow: 0px 0px 20px 5px rgba(223,223,223,0.5); */
}

/* 210607 수정 */
.share_box .share_subtitle {
    padding-bottom: 10px;
}
.share_box form,
.share_box .share_top {
    padding: 0;
}
.share_bottom_box {
    padding-top: 60px;
}
.share_bottom_header {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}
.share_bottom_header h2 {
    font-size: 16px;
}
.share_able_header {
    padding-top: 20px;
}
.share_able_header p {
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
}
.share_able_header input[readonly] {
    border: none;
}
.share_able_box {
    display: flex;
    align-items: center;
    padding-top: 10px;
}
.share_able_box > div,
.share_able_box .share_attention {
    flex: 0 0 50%;
    max-width: 50%;
}
.share_able_box .share_content {
    margin: 0;
}
.share_able_box .share_attention {
    font-size: 12px;
}
.share_bottom_box .board_list_header {
    margin-bottom: 0;
}
.board_list_header .required {
    display: flex;
    position: relative;
    line-height: 1;
}
.board_list_header .required::before {
    content: "";
    width: 5px;
    height: 5px;
    margin-right: 5px;
    border-radius: 50%;
    background-color: #1748a9;
}
.share_content .required {
    display: flex;
    line-height: 1;
}
.share_content .required::after {
    content: "";
    width: 5px;
    height: 5px;
    margin-left: 5px;
    border-radius: 50%;
    background-color: #1748a9;   
}

.share_title {
    padding-top: 30px;
    font-size: 28px;
    text-align: center;
}
.share_subtitle {
    font-size: 20px;
}
.share_top {
    padding: 20px 0 60px;
    border-top: 1px solid;
}
.share_top .board_list_header {
    margin: 40px 0 0;
}
.share_top_desc {
    padding: 40px 0;
}
.share_bottom_content {
    padding: 30px 0;
    border-style: solid;
    border-width: 1px 0;
    border-top-color: #000;
    border-bottom-color: #dfdfdf;
}
.share_content {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin: 20px 0;
}
.share_content:last-child {
    margin-bottom: 0;   
}
.share_content label {
    flex: 0 0 130px;
    max-width: 130px;
}
.share_content input,
.share_content select {
    flex: 0 0 270px;
    max-width: 270px;
    height: auto;
    padding: 10px !important;
}
.share_content textarea {
    resize: none;
}
.share_content button.share_desc_btn {
    width: 60px;
    height: 25px;
    color: #fff;
    background-color: #1748a9;
}
.btn_share {
    margin-left: 10px;
    border-radius: 3px;
    font-size: 11px !important;
}

.bd_line {
    border-top: 1px solid #dfdfdf;
    padding-top: 30px;
}

.share_attention {
    color: #999;
    margin-left: 20px;
}

.share_bottom_content .bottom_addr_title {
    padding: 0 0 20px 0 !important;
    background-color: #fff !important;
    border: none !important;
    font-weight: 600;
}
.share_bottom_header .bottom_addr_title {
    padding: 0 !important;
}
.share_desc {
    padding-left: 25px;
}
.onlyCk {
    padding-left: 0;
}
.share_desc p {
    font-size: 12px;
    line-height: 1.8;
    color: #999;
}
.share_desc label {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 10px;
}
.share_desc input {
    flex: 0 0 120px;
    max-width: 120px;
}

.share_price_wrapper {
    display: flex;
    align-items: center;
    width: 100%;
}
.share_price_box {
    display: flex;
    flex: 0 1 100%;
    max-width: 100%;
}
.share_price_btn {
    flex: 0 0 100px;
    max-width: 100px;
}
.share_price_box .share_desc {
    display: flex;
    align-items: center;
    flex: 0 0 40%;
    max-width: 40%;
    padding-left: 0;
    margin-right: 25px;
}
.share_price_box .share_desc:last-child {
    margin-right: 0;   
}
.share_price_box .share_desc label {
    flex: 0 0 70px;
    max-width: 70px;
}
.share_price_box .share_desc input {
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
}


.addr_content {
    display: flex;
    flex-direction: column;
    align-items: unset;
}
.share_addr {
    display: flex;
    align-items: center;
    margin: 5px 0;
}
.share_addr input {
    flex: 0 1 100%;
    max-width: 100%;
}
.addrs_content {
    display: inherit !important;
}
.addrs_title {
    flex: auto !important;
    min-width: 90px;
}
.share_addr.top input {
    margin-right: 10px;
}
.btn_addr {
    flex: 0 0 150px;
    max-width: 150px;
    height: 42px;
    height: 42px;
    font-size: 14px;
    color: #fff;
    background-color: #1748a9;
}

.share_exist input {
    flex: 0 0 430px;
    max-width: 430px;
    margin-right: 20px;
}

.share_chkbox {
    padding: 10px 0;
    text-align: center;
}
.share_chkbox .basic_chk {
    display: block;
    margin: 15px 0;
    text-align: left;
}
.share_chkbox .basic_chk p {
    vertical-align: unset;
}
.share_chkbox button {
    padding: 3px 8px;
    font-size: 12px;
    color: #fff;
    background-color: #1748a9;
}
.share_chk_wrapper {
    padding: 40px 0 20px;
    border-bottom: 1px solid #dfdfdf;
}

.share_info {
    text-align: left;
}
.share_info p:first-child {
    margin-bottom: 0;    
}
.share_info p:last-child {
    padding-left: 15px;
    margin: 0;
}

.share_content_alert {
    padding: 0 30px 0;
}
.share_content_alert li:first-child {
    margin-bottom: 20px;
}
.share_content_modal .modal-footer {
    padding: 20px;
    justify-content: center;
}

.share_submit_wrapper {
    padding-top: 30px;
    text-align: center;
}
.share_submit_wrapper .btn_submit {
    width: 160px;
}
.floating_box {
    position: fixed;
    bottom: 30px;
    left: 10px;
    z-index: 1;
}
.floating_box a {
    display: block;
    position: relative;
}
.floating_box .kakao_help_close {
    position: absolute;
    right: 20px;
    top: 30px;
    cursor: pointer;
}
.filter_select_wrap .room_type_list {
    display: flex;
    padding-left: 7px;
    padding-right: 7px;
}
.filter_select_wrap .room_type_list li + li {
    margin-left: 10px;
}
.filter_select_wrap .room_type_list label {
    display: flex;
    align-items: center;
}
.filter_select_wrap .room_type_list label input + span {
    margin-right: 4px;
    width: 18px;
    height: 18px;
}
.filter_select_wrap .room_type_list label > input[type=radio]:checked + span {
    border-color: #0075de;
}
.filter_select_wrap .room_type_list label > input[type=radio]:checked + span:after {
    content: '';
    display: block;
    position: absolute;
    margin-top: -3px;
    margin-right: -3px;
    top: 50%;
    right: 50%;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #0075de;
}

.filter_select_wrap .room_type_list label input:checked ~ p {
    font-weight: 600;
}
.filter_select_wrap .room_type_list label p {
    font-size: 0.875rem;
}


/*이벤트 팝*/
.event_pop_vacancy {
    position: fixed;
    left: 5px;
    bottom: 5px;
    z-index: 1000;
    cursor: pointer;
}
.event_pop_vacancy img {
    cursor: pointer;
}
.event_pop_vacancy .event_pop_close {
    position: absolute;
    top: -11px;
    right: -11px;
    cursor: pointer;
}

/* 포이트 사용하기 */
.use_point_nav {
    display: flex;
    padding-top: 50px;
}
.use_point_nav li {
    margin-right: 20px;
    cursor: pointer;
}
.use_point_nav li:last-of-type {
    margin-right: 0;
}
.use_point_nav li.selected {

    border-bottom: 1px solid;
    color: #1249ae;
}
.use_point_body {
    display: flex;
    justify-content: space-between;
    padding: 50px;
    background-color: #f9f9f9;
    font-size: 14px;
}
.use_point_content {
    width: 450px;
}
.use_point_header {
    padding-bottom: 5px;
    border-bottom: 1px solid;
}
.use_point_header h2 {
    font-size: 14px;
}
.use_point_header p {
    font-size: 12px;
}
.use_point_table {
    width: 100%;
}
.use_point_table td {
    padding: 5px 0;
    color: #000 !important;
    cursor: auto !important;
}
.use_point_table td:last-of-type {
    text-align: right;
}
.use_point_table tbody::before,
.use_point_table tbody::after {
    content: "";
    display: block;
    height: 15px;
}
.use_point_table tfoot tr {
    border-top: 1px solid #dfdfdf;
}
.use_point_table tfoot td {
    padding: 15px 0;
    font-weight: 600;
}
.use_point_table tfoot strong {
    font-size: 20px;
    color: #d61a1a;
}
.use_point_table select {
    width: 100%;
}
.use_point_table caption {
    caption-side: top;
    padding-bottom: 0;
    color: #000;
}
.hits_row {
    display: flex;
    align-items: center;
}
.hits_row dt {
    flex: 0 0 80px;
    max-width: 80px;
    font-weight: 400;
}
.hits_row dd {
    flex: 0 1 100%;
    max-width: 100%;
}
.use_point_row {
    padding: 10px 0;
}
.use_point_row dl {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
}
.use_point_row dt {
    font-weight: 400;
}
.btn_purchase {
    width: 100%;
    padding: 15px 0;
    margin: 10px 0;
    border: 1px solid #e6e6e6;
    background-color: #f4f4f4;
    font-weight: 600;
}

/* 온하우스소개 수정 */
.service_strength {
    padding: 140px 0;
}
.service_strength .info_system_text {
    padding-bottom: 50px;
}
.strength_box {
    display: flex;
    justify-content: space-between;
    max-width: 1940px;
    padding: 0 15px;
    margin: 0 auto;
}
.strength_content {
    position: relative;
    width: 100%;
    padding: 0 60px;
}
.strength_content::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 150px;
    background-color: #dfdfdf;
    transform: translateY(-50%);
}
.strength_content:first-child::before {
    width: 0;
}
.strength_content h3 {
    font-size: 20px;
    color: #1256bd;
}
.strength_content p {
    margin: 15px 0 20px;
    font-size: 30px;
}

.btn_confi {
    flex: 0 0 140px;
    max-width: 140px;
    background-color: #f6f6f6;
    font-size: 13px;
    color: #8c8c8c;
}

/* 건축물대장 수정(210325) */
#building_info {
    page-break-before: always;
}
.ledger_header {
    background-color: #f7f7f7;
}
.ledger_header h2 {
    font-size: 20px;
}
.ledger_body {
    font-size: 14px;
}
.ledger_title {
    padding-bottom: 5px;
    font-size: 14px;
    color: #154ec4;
}
.ledger_desc_box {
    padding-bottom: 5px;
}
.ledger_desc {
    display: flex;
    align-items: center;
}
.ledger_desc dt::after {
    content: ":";
    margin: 0 3px;
}

.ledger_box {
    margin: 10px 0 20px;
}
.ledger_tab {
    display: flex;
    justify-content: space-between;
    border: 1px solid #eee;
}
.ledger_tab.single {
    border: none;
}
.ledger_tab.single li {
    flex: 0 0 25%;
    max-width: 25%;
}
.ledger_tab li {
    width: 100%;
    padding: 15px;
    border-right: 1px solid #eee;
    text-align: center;
    color: #999;
    cursor: pointer;
}
.ledger_tab li.on {
    background-color: #1256bd;
    color: #FFF;
}
.ledger_content {
    display: none;
}
.ledger_content.on {
    display: inherit;
}

.ledger_table {
    width: 100%;
}
.ledger_table th,
.ledger_table td {
    padding: 10px;
    border: 1px solid #eee;
    text-align: center;
}
.ledger_table th {
    background-color: #f7f7f7;
}

.ledger_table caption {
    caption-side: top;
    padding-top: 0;
    font-size: 12px;
    color: #666;
}

.ledger_card {
    display: flex;
    height: 125px;
    margin-bottom: 15px;
}
.ledger_card:last-child {
    margin-bottom: 0;
}
.ledger_img {
    flex: 0 0 190px;
    max-width: 190px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.ledger_img.none_img {
    background-size: 50%;
    background-color: #f1f1f1;
}

.ledger_info {
    flex: 0 1 100%;
    max-width: 100%;
    margin-left: 15px;
    font-size: 14px;
}
.ledger_info h4 {
    font-size: 18px;
    line-height: 1.9;
}
.ledger_addr {
    display: flex;
    align-items: center;
    color: #999;
}
.ledger_addr p:first-of-type::after {
    content: "|";
    margin: 0 5px;
    color: #dfdfdf;
}
.ledger_info_footer {
    margin-top: 5px;
}

.badge {
    display: inline-block;
    margin-right: 3px;
    border-radius: 3px;
    font-size: 11px;
}
.badge:last-child {
    margin-right: 0;
}
.badge.blue {
    padding: 4px 15px;
    background-color: #0075de;
    color: #FFF;
}
.badge.bluegrey {
    padding: 5px;
    background-color: #f0f2f6;
    color: #7187b2;
}

/* 공동중개 수정 */
.camera_img {
    position: relative;
}
.camera_img span {
    display: inline-block;
    width: 27px;
    height: 22px;
    background-repeat: no-repeat;
}
.img_on {
    background-image: url("/images/icon/camera_on.png");
}
.img_off {
    background-image: url("/images/icon/camera_off.png");
}

/* rent_map 닫기버튼 */
.btn_side_close {
    display: none;
    position: absolute;
    top: 24px;
    left: -30px;
    width: 30px;
    height: 30px;
    border: 1px solid #eee;
    background-image: url("/images/icon/side_close.png");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FFF;
}

/* location mark */
.btn_mark_box {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 10px;
    left: -360px;
    width: 350px;
    padding: 15px 30px;
    box-shadow: -1px 0 4px 0 rgba(0,0,0,0.1);
    background-color: #FFF;
    z-index: 10;
}
.btn_mark {
    background-color: transparent;
}
.btn_mark span {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #999;
}
.btn_mark span::before {
    content: "";
    width: 20px;
    height: 13px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center;
}
.btn_mark.school span::before {
    background-image: url("/images/icon/icon_school.png");
}
.btn_mark.cv span::before {
    background-image: url("/images/icon/icon_cv.png");
}
.btn_mark.cafe span::before {
    background-image: url("/images/icon/icon_cafe.png");
}
.btn_mark.bank span::before {
    background-image: url("/images/icon/icon_bank.png");
}
.btn_mark span.on {
    color: #000;
}

.basic_map {
    position: relative;
}
.basic_map .btn_mark_box {
    right: 10px;
    bottom: 10px;
    left: auto;
    width: 300px;
    padding: 10px;
}

.block_controller {
    position: relative;
    z-index: 2;
}
.block_controller.small .block_control_box_wrap {
    width: calc(100% - 905px);
}
.block_controller.full .block_control_box_wrap {
    width: 100%;
}
.block_controller .block_control_box_wrap {
    display: flex;
    padding: 10px;
    width: calc(100% - 675px);
    border-bottom: 1px solid #d3d3d3;
    background-color: #fff;
    align-items: center;
    justify-content: space-between;
}

.block_controller .block_control_box_inner {
    display: flex;
    flex-wrap: wrap;
}
.block_controller .block_control_box {
    flex: 0 1 100%;
    max-width: calc(100% - 62px);
    /* border-right: 1px solid #dfdfdf; */
}
.block_controller .block_control_box:first-child select {
    margin: 3px 5px 3px 0;
    font-weight: 600;
    font-size: 12px;
}
.block_controller .block_chk {
    display: inline-block;
    margin: 3px;
}
.block_controller .block_chk input {
    display: none;
}
.block_controller .block_chk input + p {
    display: inline-block;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    color: #757575;
    font-size: 0.75rem;
}
.block_controller .block_chk input:checked + p {
    background-color: #0075de;
    border: 1px solid #0075de;
    color: #fff;
}

.block_controller .filter_area {
    display: flex;
    padding: 3px 15px 3px 0;
    flex: 0 1 100%;
    max-width: 100%;
    align-items: center;
}
.block_controller .filter_area > * + * {
    margin-left: 5px;
}
.block_controller .choose_txt {
    padding: 6px 20px 6px 7px;
    max-width: 175px;
}
.block_controller .filter_select_wrap .room_type_list label p {
    font-weight: 600;
}
.block_controller .filter_select_wrap .room_type_list {
    padding-left: 7px;
    padding-right: 15px;
}

.block_control_box_wrap > .btn_area button {
    display: block;
    width: 50px;
    height: 77px;
    background-color: #000;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
}

/* 확대/축소 controller */
.map_controller {
    position: absolute;
    top: 220px;
    left: 10px;
    width: 35px;
    z-index: 10;
}
.map_controller button {
    width: 35px;
    height: 35px;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FFF;
}
.btn_current {
    background-image: url("/images/icon/icon_current.png");
}
.size_controller {
    margin-top: 20px;
}
.size_controller button {
    font-size: 10px;
}
.size_controller button:hover {
    background-color: #154ec4;
    color: #FFF;
}
.size_controller .upsize {
    margin-bottom: 5px;
}

.map_choice_btn_box {
    display: flex;
    margin-top: 5px;
}
.map_choice_btn_box .map_choice_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.map_choice_btn_box .map_choice_btn > p {
    font-size: 10px;
}
.map_choice_btn_box .map_choice_btn,
.map_choice_btn_box button {
    padding: 0;
    margin-right: 3px;
    flex: 0 0 35px;
    max-width: 35px;
    width: 35px;
    height: 35px;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FFF;
    font-size: 10px;
    cursor: pointer;
}
.map_choice_btn_box .map_choice_btn ~ button {
    display: none;
}
.map_choice_btn_box .map_choice_btn.on {
    background-color: #154ec4;
    color: #FFF;
}
.map_choice_btn_box .map_choice_btn.on ~ button {
    display: block;
}
.map_choice_btn_box .map_choice_btn ~ button.on {
    color: #154ec4;
}

.btn_folder_controller {
    display: flex;
    position: absolute;
    top: 50%;
    left: -25px;
    width: 25px;
    height: 140px;
    align-items: center;
    flex-wrap: wrap;
    transform: translateY(-50%);
}
.btn_folder_controller button {
    width: 100%;
    height: 70px;
    box-shadow: -1px 0 4px 0 rgba(0,0,0,0.1);
    border-radius: 5px 0 0 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;   
    color: #000;
    font-size: 0.7rem;
}
.btn_folder_controller button.on {
   background-color: #194cb8;
   color: #fff;
}

.btn_folder_controller button.on > span {
    border-color: #fff;
}
.btn_fold {
    line-height: 1.3;
    /* background-image: url("/images/icon/icon_fold.png"); */
}
.btn_fold > span {
    display: inline-block;
    margin-left: -3px;
    margin-bottom: 4px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #0374dc;
    border-right: 1px solid #0374dc;
    transform: rotate(45deg);
}
.btn_spread {
    line-height: 1.2;
    /* background-image: url("/images/icon/icon_spread.png"); */
}
.btn_spread > span {
    display: inline-block;
    margin-left: 1px;
    margin-bottom: 4px;
    width: 5px;
    height: 5px;
    border-left: 1px solid #0374dc;
    border-top: 1px solid #0374dc;
    transform: rotate(-45deg);
}

.list_spec {
    padding: 5px 0;
}
.list_spec p {
    font-size: 16px;
}
.list_option {
    margin-top: 5px;
}
.list_option dl {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #999;
}
.list_option dt {
    font-weight: 400;
}
.list_option dd::before {
    content: "|";
    margin: 0 5px;
    font-size: 9px;
}
.list_price,
.list_possible {
    display: flex;
    justify-content: center;
    align-items: center;
}
.list_price {
    flex-direction: column;
    flex: 0 0 200px;
    max-width: 200px;
}
.list_possible {
    flex: 0 0 170px;
    max-width: 170px;
}
.list_date {
    text-align: center;
}

/* 사진공유 팝업 */
.pt_modal .modal-footer {
    padding: 1rem 2rem;
}
.pt_header {
    display: flex;
    background-color: #f9f9f9;
}
.pt_title {
    font-size: 16px;
}
.share_pt_title h3 {
    cursor: pointer;
}
.pt_body {
    padding: 40px 0 20px;
    text-align: center;
}
.pt_text {
    margin-bottom: 30px;
}
.pt_text p:first-of-type {
    margin-bottom: 5px;
    font-size: 14px;
}
.pt_text p:last-of-type {
    font-size: 16px;
}
.btn_pt {
    width: 120px;
    padding: 10px 0;
    border: 1px solid #154ec4;
    border-radius: 3px;
    background-color: #FFF;
    color: #154ec4;
}
.btn_pt:focus {
    border: 1px solid #154ec4;
}
.pt_footer {
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #dfdfdf;
}
.pt_footer p {
    font-size: 12px;
    color: #888;
}

.pt_img_box {
    padding: 0 2rem;
    text-align: left;
}
.pt_img {
    display: inline-block;
    position: relative;
    width: calc(33.33333333333333% - 5px);
    height: 90px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #f4f4f4;
}
.btn_plus {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 19px;
    height: 19px;
    background-image: url("/images/popup/btn_plus.png");
    background-repeat: no-repeat;
    background-color: transparent;
    transform: translate(-50%, -50%);
}
.pt_submit_box {
    margin-top: 30px;
    text-align: center;
}
.pt_submit_box .btn_submit {
    width: 120px;
    border-radius: 3px;
}

.pt_desc {
    width: 100%;
    margin-top: 10px;
    text-align: left;
    color: #999;
}
.pt_desc li {
    font-size: 14px;
}

/* .link_box a {
    display: flex;
    align-items: center;
    padding: 8px 15px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    font-size: 14px;
    color: #000;
}
.link_box a::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    margin: 2px 0 0 3px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    transform: rotate(45deg);
    } */
    .pt_modal .fileuploader-theme-gallery .fileuploader-input,
    .pt_modal .fileuploader-theme-gallery .fileuploader-items-list .fileuploader-item {
        width: 33.3333%;
        width: calc(33.3333% - 16px);
    }

    .member_upload_info_text {
        position: absolute;
        right: 20px;
        bottom: 10px;
        z-index: 10;
        color: #fff;
        text-shadow: 1px 1px 1px #000;
    }
    .member_upload_info_text p {
        font-size: 14px;
    }

    /* 210428 수정 */
    .point_link {
        text-decoration: underline;
        color: #114bb5;
    }
    .btn_id_info {
        padding: 0;
        margin: 15px 0;
        background-color: transparent;
        font-size: 12px;
        color: #2055a6;
    }
    .btn_id_info::after {
        content: "";
        display: inline-block;
        width: 7px;
        height: 7px;
        border-top: 1px solid #2055a6;
        border-right: 1px solid #2055a6;
        transform: rotate(45deg);
    }
    .close_mypage {
        position: absolute;
        top: 20px;
        right: 15px;
        padding: 1px 4px;
        color: #6b6b6b;
        background-color: #e7e7e7;
        border: 1px solid #a3a3a3 !important;
        font-size: 12px;
        border-radius: 4px;
    }
    .use_point form {
        padding: 0;
    }

    .container_dialog.info {
        width: 500px;
    }
    .container_dialog.info .modal-content {
        height: 100%;
    }
    .modal_top_title {
        font-size: 20px;
    }
    .modal_top_text {
        padding: 20px 0;
    }
    .modal_top_text .color_red {
        padding-top: 10px;
        font-size: 12px;
    }
    .idinfo_table {
        width: 100%;
        text-align: center;
        font-size: 12px;
    }
    .idinfo_table thead tr {
        background-color: #f4f4f4;
    }
    .idinfo_table tbody tr {
        border-bottom: 1px solid #dfdfdf;
    }
    .idinfo_table th,
    .idinfo_table td {
        padding: 10px 0;
    }
    .container_dialog.info .btn_submit {
        margin-bottom: 0;
    }

    .modal_top_text.bd_bt {
        border-bottom: 1px solid #dfdfdf;
    }

    .idinfo_modal_body {
        padding: 20px 0;
    }
    .modal_select {
        width: 100%;
        height: 40px;
        margin: 20px 0;
    }
    .container_dialog.plus_id {
        height: 630px;
    }
    .modal_ipt_box {
        padding: 20px 0;
    }
    .plus_id .join_ipt_title {
        flex: 0 0 130px;
        max-width: 130px;
    }
    .plus_id input {
        margin-bottom: 0;
        border: 1px solid #dfdfdf;
    }
    .btn_confirm {
        flex: 0 0 100px;
        max-width: 100px;
        margin-left: 10px;
        font-size: 12px;
        color: #999;
    }
    .building_info_area_header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .building_info_area_header > button {
        position: relative;
        padding: 4px 18px 4px 10px;
        border: 1px solid #eee;
        background-color: transparent;
        font-size: 0.875rem;
    }
    .building_info_area_header > button:after {
        content: '';
        display: block;
        position: absolute;
        margin-top: -3px;
        right: 8px;
        top: 50%;
        width: 5px;
        height: 5px;
        transform: rotate(45deg);
        border-right: 1px solid #000;
        border-top: 1px solid #000;
    }

    .station {
        position: relative;
        color: #000;
    }
    .station > span {
        padding: 1px 6px 2px 21px;
        border-radius: 8px;
        background-color: #fff;
        font-size: 10px;
    }
    .station img {
        width: 12px;
    }
    .station > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        left: -3px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 100%;
        width: 22px;
        height: 22px;
    }
    .line1 .station > div {
        background-color: #3155b5;
    }
    .line2 .station > div {
        background-color: #00a44a;
    }
    .line3 .station > div {
        background-color: #ee5317;
    }
    .line4 .station > div {
        background-color: #32a1c8;
    }
    .line5 .station > div {
        background-color: #8b50a4;
    }
    .line7 .station > div {
        background-color: #677618;
    }
    .line8 .station > div {
        background-color: #e0526e;
    }
    .line9 .station > div {
        background-color: #bd9a32;
    }
    .line_bun .station > div {
        background-color: #f2c654;
    }
    .line_sinbun .station > div {
        background-color: #de4451;
    }

    /* 210615 등기부등본 */
    .re_reg .suggestion_list_select {
        margin: 20px auto 50px;
    }
    .re_reg .board_list_bg {
        background-color: #f0f2f5;
    }

    .reg_search_box {
        margin: 20px 0;
    }
    .reg_search_box label {
        font-weight: 600;
    }
    .re_reg.list_wrapper form {
        padding: 0;
    }
    .re_reg .select_group {
        display: flex;
        align-items: center;
    }
    .re_reg .select_group select {
        width: auto;
    }
    .re_reg .select_group input[type="text"] {
        flex: 0 1 100%;
        max-width: 100%;
        height: 40px;
        border: 1px solid #dfdfdf;
    }
    .re_reg .select_group span {
        padding-left: 10px;
    }
    .reg_search_box .select_group input[type="text"] {
        flex: 0 0 100px;
        max-width: 100px;
        margin-left: 10px;
        border: none;
        box-shadow: 1px 1px 4px #dfdfdf;
        background-color: #FFF;
    }
    .re_reg .custom_chk > input + span {
        width: 20px;
        height: 20px;
        border: 1px solid #dfdfdf;
        border-radius: 3px;
        background-size: 10px 10px;
    }
    .re_reg .input_chkbox_group {
        display: flex;
        align-items: center;
    }
    .re_reg .association_chkbox_group .custom_chk + .custom_chk {
        margin-left: 20px;
    }
    .re_reg .association_chkbox_group label:first-of-type {
        margin-right: 0;
    }
    .re_reg .association_list_form {
        padding: 10px 0;
        font-size: 14px;
    }
    .re_reg .select_group label {
        min-width: 50px;
    }
    .re_reg .select_group label:first-of-type {
        width: 100px;
    }
    .re_reg_apply.select_group label:first-of-type {
        width: auto;
    }
    .re_reg_apply.select_group label {
        min-width: 80px;
    }
    .re_reg_apply.select_group select {
        min-width: 100px;
    }
    .re_reg_apply.select_group select:first-of-type {
        margin-right: 30px;
    }
    .re_reg_box {
        padding: 50px 0;
        margin-top: 40px;
        background-color: #f7f8fa;
    }
    .re_reg_box h3 {
        margin-bottom: 10px;
        font-size: 16px;
        text-align: center;
    }
    .re_reg_box li {
        font-size: 14px;
    }
    .reg_container {
        max-width: 500px;
        padding: 0 15px;
        margin: 0 auto;
    }
    .table_reg th,
    .table_reg td {
        text-align: center;
    }
    .table_reg button {
        padding: 3px 12px;
        font-size: 12px;
        border-radius: 2px;
    }

    .reg_list {
        display: flex;
        justify-content: space-between;
    }
    .reg_list li {
        flex: 0 0 33.33333333333333%;
        max-width: 33.33333333333333%;
        padding: 15px 0;
        border-bottom: 1px solid #1748a9;
        background-color: #f8f8f8;
        text-align: center;
        font-size: 14px;
        color: #888;
        cursor: pointer;
    }
    .reg_list li.on {
        border: 1px solid #1748a9;
        border-bottom-color: #FFF;
        background-color: #FFF;
        font-weight: 600;
        color: #1748a9;
    }
    .reg_content {
        display: none;
    }
    .reg_content.on {
        display: block;
    }

    .reg_modal .modal-dialog {
        max-width: 920px;
    }
    .reg_modal .modal-header {
        border-radius: 0;
        background-color: #1748a9;
    }
    .reg_modal .modal-title {
        font-size: 20px;
        color: #FFF;
    }
    .reg_modal .close {
        font-weight: 400;
        color: #FFF;
        text-shadow: none;
        opacity: 1;
    }
    .reg_modal .modal-body {
        padding: 20px;
    }

    .reg_modal table {
        width: 100%;
    }
    .reg_modal th,
    .reg_modal td {
        padding: 15px;
        text-align: center;
        font-size: 14px;
    }
    .reg_modal th {
        background-color: #f8f8f8;
    }
    .reg_modal tbody tr {
        border-bottom: 1px solid #dfdfdf;
    }
    .reg_modal_title {
        padding-bottom: 5px;
        border-bottom: 1px solid;
        font-size: 14px;   
    }
    .reg_modal .modal-footer .btn_area {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .reg_modal .modal-footer .btn_area button {
        width: 170px;
    }
    .reg_modal .modal-footer .btn_area button + button {
        margin-left: 15px;
    }
    .reRegModal {
        overflow-y: auto;
    }
    .reRegModal.on {
        z-index: 1040;
    }
    .modal-backdrop.on {
        z-index: 1039;
    }

    .reg_box {
        padding: 20px;
        background-color: #f8f8f8;
    }
    .reg_content_box {
        margin: 20px 0;
    }
    .reg_box .basic_chk {
        display: block;
        margin-bottom: 15px;
    }
    .reg_box .basic_chk ~ .basic_chk {
        margin-top: 15px;
    }
    .reg_type_box .basic_chk {
        display: inline-block;
        margin-bottom: 0;
    }
    .reg_type_box .basic_chk + .basic_chk {
        margin-top: 0;
        margin-left: 20px;
    }
    .reg_info {
        display: none;
        padding: 10px 20px;
        background-color: #FFF;
    }
    .reg_info.on {
        display: block;
    }
    .reg_desc_list {
        display: none;
    }
    .reg_desc_list.on {
        display: block;
    }
    .reg_info.coupon {
        padding: 50px 0;
        text-align: center;
    }
    .reg_info dl,
    .reg_info dt,
    .reg_info dd {
        display: inline-block;
    }
    .reg_info dl + dl::before {
        content: "|";
        margin: 0 30px;
        color: #CCC;
    }
    .reg_info dt {
        margin-right: 20px;
    }
    .reg_info strong {
        font-size: 18px;
    }
    .reg_info_line {
        padding: 10px 0;
        font-size: 14px;
    }
    .reg_info_line.top {
        border-bottom: 1px dashed #dfdfdf;
    }
    .reg_info_line.top .btn_deepblue {
        padding: 3px 10px;
        margin-left: 5px;
        font-size: 12px;
    }
    .reg_info_line.bottom .basic_chk {
        margin: 5px 10px;
    }
    .reg_content_footer {
        padding: 0 15px;
        border-bottom: 1px solid #efefef;
        text-align: center;
        font-size: 14px;
    }
    .reg_content_footer ul {
        text-align: left;
    }
    .reg_content_footer .basic_chk {
        margin: 30px 0 50px;
    }
    .reg_modal .btn_submit {
        flex: none;
        max-width: none;
        width: 170px;
        margin: 10px auto 50px;
    }

    .reg_cf .modal-dialog {
        max-width: 620px;
    }
    .reg_ck_box {
        text-align: center;
    }
    .reg_ck_box.ck_icon::before {
        content: "";
        display: inline-block;
        width: 68px;
        height: 68px;
        margin: 40px 0 15px;
        background-image: url("/images/popup/circle_ck.png");
        background-repeat: no-repeat;
    }
    .reg_input_box  {
        padding: 20px;
        padding-bottom: 0;
    }
    .reg_input_box p {
        text-align: center;
    }
    .reg_input_box dl {
        display: flex;
        align-items: center;
        padding: 15px 0;
        margin-top: 20px;
        border: solid #dfdfdf;
        border-width: 1px 0;
        font-size: 14px;
    }
    .reg_input_box dt {
        flex: 0 0 100px;
        max-width: 100px;
    }
    .reg_input_box dd {
        flex: 0 1 100%;
        max-width: 100%;
    }
    .reg_input_box dd input {
        width: 100%;
        padding: 10px 15px;
        border: 1px solid #dfdfdf;
    }
    .reg_input_btn {
        width: 100%;
        padding-bottom: 40px;
        text-align: center;
    }
    .reg_input_btn .btn_submit {
        width: 120px;
        margin: 0;
    }

    .reg_apply_box {
        padding: 20px 0;
        margin-top: 20px;
        border-top: 1px solid #dfdfdf;
    }
    .reg_apply_box p {
        display: inline-block;
        margin: 3px 0;
    }
    .btn_boder_blue {
        padding: 3px 10px;
        margin: 0 10px;
        border: 1px solid #1748a9;
        background-color: transparent;
        color: #1748a9;
        font-size: 12px;
    }
    .btn_arrow span::after {
        content: "";
        display: inline-block;
        width: 8px;
        height: 8px;
        margin-left: 5px;
        border-top: 1px solid #1748a9;
        border-right: 1px solid #1748a9;
        transform: rotate(45deg);
    }

    .reg_cf_list {
        padding: 20px 80px;
    }
    .reg_cf_list dl {
        display: flex;
        margin: 3px 0;
    }
    .reg_cf_list dt {
        display: flex;
    }
    .reg_cf_list dt::before {
        content: "*";
        margin-right: 3px;
    }
    .reg_cf_list dt::after {
        content: ":";
        margin: 0 3px;
    }
    .ref_cf_btn_box {
        display: flex;
        justify-content: center;
        align-items: center;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        padding-bottom: 20px;
    }
    .ref_cf_btn_box button {
        flex: 0 0 100px !important;
        max-width: 100px !important;
        padding: 15px 0;
        margin: 0 10px;
    }
    .ref_cf_btn_box .btn_border_gray:focus {
        border: 1px solid #e5e5e5;
    }
    .ref_cf_btn_box .btn_submit {
        margin: 0;
    }
    .ref_cf_btn_box.complete {
        padding: 20px 0 60px;
    }
    .ref_cf_btn_box.complete button {
        width: 130px !important;
    }

    .loading {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 10000;
    }
    .loading.inline {
        position: relative;
        height: 300px;
        background-color: transparent;
    }
    .loading.inline .loading_txt_box {
        color: #777;
    }
    .loading.inline .loading_ring span {
        border-color: #777 transparent transparent transparent;
    }

    .loading.on {
        display: flex;
    }
    .loading .loading_txt_box {
        color: #FFF;
        text-align: center;
    }
    .loading .loading_txt_box > span {
        display: block;
    }

    .loading_ring {
      display: inline-block;
      position: relative;
      width: 80px;
      height: 80px;
  }
  .loading_ring span {
      display: block;
      position: absolute;
      margin-top: -32px;
      margin-right: -32px;
      top: 50%;
      right: 50%;
      width: 64px;
      height: 64px;
      border: 8px solid #fff;
      border-radius: 50%;
      animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
      border-color: #fff transparent transparent transparent;
  }
  .loading_ring span:nth-child(1) {
      animation-delay: -0.45s;
  }
  .loading_ring span:nth-child(2) {
      animation-delay: -0.3s;
  }
  .loading_ring span:nth-child(3) {
      animation-delay: -0.15s;
  }
  @keyframes lds-ring {
      0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.process_container {
    max-width: 600px;
    padding: 0 15px;
    margin: 0 auto;
}
.process_box {
    padding-bottom: 50px;
}
.process_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.process_box li {
    position: relative;
    color: rgba(23, 72, 169, 0.2);
}
.numbering {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 5px;
    border-radius: 50%;
    background-color: rgba(23, 72, 169, 0.2);
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
    color: #FFF;
}
.dotted {
    display: block;
    width: 122px;
    height: 2px;
    background-image: url("/images/icon/dotted.png");
    background-repeat: no-repeat;
}
.process_box li.on {
    color: #1748a9;
}
.process_box li.on .numbering {
    background-color: rgba(23, 72, 169, 1);
}

/* 수익률표 */
.re_table_box + .re_table_box {
    margin-top: 50px;
}
.re_table_header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 10px;
}
.re_table_header h3 {
    font-size: 18px;
}
.re_table_header span {
    font-size: 14px;
}
.re_table_box table {
    width: 100%;
    border-top: 1px solid;
}
.re_table_box tr {
    border-bottom: 1px solid #eaeaea;
}
.re_table_box th {
    background-color: #f7f7f7;
    font-weight: 400;
    text-align: center;
    color: #999;
}
.re_table_box th,
.re_table_box td {
    padding: 15px 20px;
    font-size: 14px;
}
.re_table_box thead th + th {
    border-left: 1px solid #eaeaea;
}
.re_table_box td {
    text-align: left;
}
.re_table_box td + td {
    border-left: 1px solid #eaeaea;   
}
.re_table_box .text_center td {
    text-align: center;
}
.re_table_txt {
    height: 160px;
    padding: 15px;
    border: 1px solid #eaeaea;
    text-align: left;
}

/* 210705 랜선 팝업 */
.popup_lan {
    position: fixed;
    top: 70px;
    left: 20px;
    width: 460px;
    z-index: 100;
}
.popup_header {
    padding: 15px;
    background: linear-gradient(90deg, rgba(0,90,235,1) 0%, rgba(0,135,229,1) 50%);
    text-align: center;
    color: #FFF;
}
.popup_body {
    padding: 0 20px 20px;
    background-color: #0b50d0;
}
.popup_text_box {
    padding: 0 30px;
    text-align: center;
}
.popup_text {
    color: #FFF;
}
.popup_text.top {
    padding: 20px 0 0;
}
.popup_text.top h2 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.4;
}
.popup_text.top h2 strong {
    font-size: 38px;
}
.popup_text.bottom {
    padding: 10px 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.popup_text.bottom dl {
    display: flex;
    margin: 3px 0;
    font-size: 14px;
}
.popup_text.bottom dt {
    flex: 0 0 110px;
    max-width: 110px;
    font-weight: 400;
    word-spacing: 10px;
    color: rgba(255, 255, 255, 0.6);
}
.popup_text.bottom dt::after {
    content: "|";
    margin: 0 10px;
    color: rgba(255, 255, 255, 0.2);
}
.popup_text.bottom dd {
    flex: 0 1 100%;
    max-width: 100%;
    text-align: left;
}
.popup_form_box {
    padding: 10px 30px;
    border-radius: 5px;
    background-color: #FFF;
}
.popup_content {
    display: flex;
    align-items: baseline;
    padding: 10px 0 10px;
    border-bottom: 1px solid #dfdfdf;
}
.badge_step {
    display: inline-block;
    flex: 0 0 70px;
    max-width: 70px;
    width: 70px;
    padding-bottom: 4px;
    border-radius: 30px;
    background-color: #0b50d0;
    text-align: center;
    color: #FFF;
}
.popup_content_right {
    flex: 0 1 100%;
    max-width: 100%;
    margin-left: 20px;
}
.popup_content_right h3 {
    font-size: 18px;
    color: #0b50d0;
}
.popup_input_box {
    padding: 0;
    font-size: 14px;
}
.popup_input_box input {
    width: 100%;
    padding: 10px 15px;
    border: none;
    background-color: #f1f1f1;
    color: #999;
}
.popup_input_box p {
    margin-top: 10px;
    font-size: 12px;
}
.popup_input_box.half {
    display: flex;
    align-items: center;
}
.popup_input_box.half label {
    flex: 0 0 100px;
    max-width: 100px;
}
.popup_input_box.half input {
    flex: 0 1 100%;
    max-width: 100%;
}
.popup_btn_box {
    padding: 20px 0;
    text-align: center;
}
.popup_btn_box button {
    width: 120px;
    padding: 10px 0;
    border-radius: 3px;
    background-color: #0b50d0;
    color: #FFF;
}
.popup_btn_box p {
    margin-top: 10px;
}
.popup_date {
    padding: 10px;
}
.popup_date,
.popup_date dl {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #FFF;
}
.popup_date dt::after {
    content: "|";
    margin: 0 5px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.2);
}




.header_banner {
    position: relative;
    height: 80px;
    /* background: linear-gradient(90deg, rgba(22,90,196,1) 50%, rgba(38,66,157,1) 100%); */
    background-color: #262968;
    color: #FFF;
    overflow: hidden;
    cursor: pointer;
}
.banner_text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
/* .banner_text::before {
    content: "";
    width: 125px;
    height: 125px;
    background-image: url("/images/main/banner_stamp.png");
    background-repeat: no-repeat;
    } */
    .banner_text p {
        position: relative;
        margin-right: 20px;
        font-size: 22px;
    }
    .banner_text p::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -17px;
        width: 1px;
        height: 20px;
        background-color: rgba(255, 255, 255, 0.5);
        transform: translateY(-50%) rotate(30deg);
    }
    .banner_text span {
        margin: 0 10px;
        font-size: 18px;
        line-height: 1;
        color: #ffdb6f;
    }
    .banner_text span b {
        font-size: 22px;
    }
    .link_banner {
        padding: 3px 10px;
        margin: 0 10px;
        border: 1px solid #FFF;
        border-radius: 3px;    
        background-color: transparent;
        font-size: 12px;
    }
    .banner_btn_group {
        display: flex;
        align-items: center;
        position: absolute;
        top: 50%;
        right: 40px;
        transform: translateY(-50%);
    }
    .banner_btn_group .basic_chk > input[type=checkbox] + span {
        background-color: transparent;
    }
    .banner_btn_group .btn_close {
        width: 23px;
        height: 23px;
        margin-left: 30px;
        background-image: url("/images/main/close_white.png");
        background-repeat: no-repeat;
        background-color: transparent;
    }

    /* 등기열람 소개페이지 */
    .reg_banner {
       padding: 50px 0;
       /* margin-top: 70px; */
       background-image: url("/images/re_reg/reg_bg.png"); 
       background-repeat: no-repeat;
       background-position: center;
       background-size: cover;
       background-color: #f5efd5;
       text-align: center;
   }
   .reg_banner h2 {
    font-size: 26px;
    line-height: 1.2;
}
.reg_banner h2 span {
    font-size: 32px;
    color: #fba500;
}
.reg_banner span {
    font-size: 18px;
}

.reg_section {
    padding: 120px 0;
}

.badge_blue {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 30px;
    background-color: #dae5f5;
    font-size: 14px;
}
.reg_header {
    padding-bottom: 40px;
    text-align: center;
}
.reg_header h1 {
    margin: 30px 0 40px;
    font-size: 46px;
    line-height: 1.4;
}
.reg_header h2 {
    font-size: 34px;
    line-height: 1.4;
}
.link_blue {
    display: inline-block;
    padding: 15px 0;
    border-radius: 7px;
    background-color: #1256bd;
    color: #FFF;
}
.link_blue:hover {
    color: #FFF;   
}
.link_blue span {
    font-size: 20px;
}
.link_blue span::after {
    width: 10px;
    height: 10px;
    border-color: #FFF;
}
.reg_header .link_blue {
    width: 330px;
}

.reg_boxs {
    margin: 40px 0;
}
.reg_box_header {
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 3px solid;
}
.reg_box_header h3 {
    font-size: 18px;
}
.reg_contents {
    padding: 70px;
    margin: 10px 0;
    text-align: center;
    border-radius: 20px;
    background-color: #FFF;
}
.reg_contents.gray {
    background-color: #f8f8f8;   
}
.reg_contents h4 {
    margin-bottom: 20px;
    font-size: 18px;
}
.reg_contents h4 .numbering {
    margin-right: 10px;
    background-color: #000;
    font-size: 12px;
    line-height: 2;
    vertical-align: middle;
}
.reg_contents p {
    font-size: 30px;
}
.reg_contents_header {
    margin-bottom: 50px;
}
.reg_flex {
    display: flex;
    justify-content: center;
    position: relative;
}
.reg_flex.between {
    justify-content: space-between;
}
.reg_step_box {
    padding: 30px 0 10px;
}
.reg_step_box .reg_step p {
    height: 45px;
}
.reg_step_title {
    padding-top: 20px;
    font-size: 18px !important;
}

.reg_step {
    flex: 0 0 50%;
    max-width: 50%;
}
.reg_flex.column3 .reg_step {
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
    margin: 0 5px;
}
.dotted_long {
    position: absolute;
    top: 12px;
    left: 50%;
    width: 184px;
    height: 4px;
    background-image: url('/images/icon/dotted_long.png');
    background-repeat: no-repeat;
    transform: translateX(-50%);
}
.dotted_long.one {
    left: 33%;
}
.dotted_long.two {
    left: 67%;
}
.dotted_long.center {
    left: 50%;
}
.reg_step p {
    margin: 20px 0;
    font-size: 18px;
    font-weight: 600;
}
.reg_flex.column3 .reg_step p {
    font-size: 14px;
    color: #29303c;
}
.reg_step span {
    font-size: 14px;
}
.reg_step .link_lightblue {
    padding: 7px 20px;
    font-size: 14px;
}
.reg_step2_box a {
    padding: 15px 40px;
    font-size: 18px;
}

p.reg_caption {
    margin: 20px 0;
    font-size: 16px;
    color: #999;
}

.reg_coupon_img {
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
}
.reg_coupon_img.one {
    background-image: url("/images/re_reg/coupon_img.png");
}
.reg_coupon_img.two {
    background-image: url("/images/re_reg/coupon_img2.png");
}
.reg_coupon_img.three {
    background-image: url("/images/re_reg/coupon_img3.png");
    background-position: right -5px bottom;
}
.reg_coupon_img.four {
    background-image: url("/images/re_reg/coupon_img4.png");
}
.reg_coupon_img.five {
    background-image: url("/images/re_reg/coupon_img5.png");
}
.reg_coupon_img.six {
    background-image: url("/images/re_reg/coupon_img6.png");
    background-position: right -5px bottom;
}
.reg_coupon_img.seven {
    background-image: url("/images/re_reg/coupon_img7.png");
}
.reg_coupon_img.eight {
    background-image: url("/images/re_reg/coupon_img8.png");
}
.reg_coupon_img.nine {
    background-image: url("/images/re_reg/coupon_img9.png");
}
.reg_coupon_img.ten {
    background-image: url("/images/re_reg/coupon_img10.png");
}
.reg_coupon_img.kakao01 {
    height: 254px;
    background-image: url("/images/re_reg/kakao01.png");
}
.reg_coupon_img.kakao02 {
    height: 346px;
    background-image: url("/images/re_reg/kakao02.png");
}
.reg_coupon_img.kakao03 {
    height: 346px;
    background-image: url("/images/re_reg/kakao03.png");
}
.reg_coupon_img.mockup01 {
    height: 640px;
    background-size: contain;
    background-image: url("/images/re_reg/mockup01.png");
}
.reg_coupon_img.mockup02 {
    height: 640px;
    background-size: contain;
    background-image: url("/images/re_reg/mockup02.png");
}
.reg_coupon_img.mockup03 {
    height: 640px;
    background-size: contain;
    background-image: url("/images/re_reg/mockup03.png");
}
.reg_coupon_img.mockup04 {
    height: 640px;
    background-size: contain;
    background-image: url("/images/re_reg/mockup04.png");
}



.reg_contents_ball {
    flex: 0 0 260px;
    max-width: 260px;
    padding: 30px;
    margin: 5px;
    border-radius: 20px;
    background-color: #f8f8f8;
    text-align: center;
}
.reg_contents_ball dt {
    margin-bottom: 5px;
}
.reg_contents_ball dd {
    font-size: 28px;
    font-weight: 600;
    color: #1258cc;
}
.exclamation_blue {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    border-radius: 50%;
    background-color: #1256bd;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #FFF;
}

.reg_flex.wrap {
    flex-wrap: wrap;
}
.reg_point {
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
}
.reg_point dt {
    margin-bottom: 20px;
}
.reg_point + .reg_point {
    border-left: 1px solid #dfdfdf;
}
.reg_point_img {
    height: 120px;
    background-repeat: no-repeat;
    background-position: center;
}
.reg_point_img.one {
    background-image: url("/images/re_reg/starbucks_icon.png");
}
.reg_point_img.two {
    background-image: url("/images/re_reg/paper_icon.png");
}
.reg_point_img.three {
    background-image: url("/images/re_reg/hits_img.png");
}
.point_caption {
    margin-top: 30px;
    font-size: 16px;
    text-align: center;
}

.reg_service_header {
    margin-top: 30px;
}
.reg_service_header > span {
    font-size: 24px;
}
.reg_service_header h1 {
    margin-top: 5px;
}
.reg_service_body .reg_flex {
    align-items: flex-end;
}
.reg_service_text {
    flex: 0 0 340px;
    max-width: 340px;
    padding: 20px 0;
    padding-left: 50px;
}
.reg_service_text p {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 1.4;
}
.reg_service_text > span {
    font-size: 18px;
}

.container_reg {
    max-width: 1460px;
    padding: 0 15px;
    margin: 0 auto;
}
.container_reg .reg_flex {
    align-items: center;
}
.container_reg .reg_header {
    padding-bottom: 0;
    padding-left: 160px;
    text-align: left;
}
.container_reg .reg_header h2 {
    margin-bottom: 30px;
}
.container_reg .reg_header > span {
    font-size: 20px;
}

.caution_box {
    padding: 50px;
    margin-top: 40px;
    border-radius: 30px;
    background-color: #FFF;
}
.caution_box h5 {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dfdfdf;
    font-size: 14px;
    line-height: 1;
}
.caution_box li {
    margin: 5px 0;
    font-size: 14px;
    color: #666;
}
.caution_box li::before {
    content: "※";
    margin-right: 5px;
}

.btn_link_group {
    margin-top: 15px;
}
.btn_link_blue {
    padding: 0;
    background-color: transparent;
    font-size: 0.875rem;
    color: #164ebc;
    line-height: 1;
    font-weight: 500;
}
.btn_link_blue::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 5px;
    border-right: 1px solid #154ec4;
    border-top: 1px solid #154ec4;
    transform: rotate(45deg);
    vertical-align: middle;
}
.btn_link_blue + .btn_link_blue {
    margin-left: 15px;
}

.re_issued_info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 3px;
    background-color: rgba(22, 78, 188, 0.5);
    font-size: 11px;
    text-align: center;
    color: #FFF;
}

.join_ipt_box.area_select {
    justify-content: flex-start;
}
.join_ipt_box.area_select select + select {
    margin-left: 5px;
}

/*type_link_btn 추가*/
.type_link_btn {
    height: 25px;
    padding: 4px 8px;
    border-radius: 3px;
    background-color: #164ebc;
    font-size: 12px;
    color: #fff;
}
.type_link_btn:hover {
    color: #FFF;
}
.btn_link_group .type_link_btn + .type_link_btn {
    margin-left: 5px;
}

.item_view_header_info .info_box .right_box button.type_link_btn {
    height: 25px;
    padding: 4px 8px;
    margin-left: 0;
    margin-bottom: 5px;
    border-radius: 3px;
    background-color: #164ebc;
    font-size: 12px;
    line-height: 1;
    color: #fff;
}
.item_view_header_info .info_box .right_box button.type_link_btn:last-child {
    margin-bottom: 0;
}

.type_link_border {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 45px;
    margin: 10px 0;
    border-radius: 30px;
    font-size: 14px;
    text-align: center;
    color: #FFF;
}
.type_link_border.orange {
    background-color: #f76639;
}
.type_link_border.blue {
    background-color: #cfe9ff;
    color: #263758;
}
.type_link_border.orange:hover {
    color: #FFF;
}
.type_link_caption {
    display: block;
    margin-top: 5px;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.6);
}

/* b2b 소개페이지 */
.btb_banner {
    display: block;
    width: 100%;
    padding: 40px 0;
    margin-bottom: 50px;
    background-color: rgba(21, 78, 196, 0.07);
    font-size: 24px;
    color: #1256bd;
    text-align: center;
}
.btb_banner span {
    position: relative;
}
.btb_banner span::before,
.btb_banner span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    width: 13px;
    height: 13px;
    border-top: 1px solid #1256bd;
    border-right: 1px solid #1256bd;
    transform: translateY(-50%) rotate(45deg);
}
.btb_banner span::after {
    right: -25px;
}

.btb_modal_body {
    padding: 20px 0 30px;
    margin: 35px 0 20px;
    border: solid #dfdfdf;
    border-width: 1px 0;
}
.btb_modal_body .ipt_wrap {
    display: flex;
}
.btb_modal_body .ipt_wrap_title {
    flex: 0 0 160px;
    max-width: 160px;
}
.btb_modal_body .ipt_wrap_title.required::after {
    content: "*";
    margin-left: 3px;
    color: #1748a9;
}
.btb_modal_body .join_ipt_object input {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border-radius: 3px;
    border: 1px solid #dfdfdf;
    font-size: 14px;
}
.btb_modal_body .container_form .custom_file_btn {
    margin-left: 10px;
}
.btb_modal_btn {
    text-align: center;
}
.btb_modal_btn .btn_submit {
    width: 160px;
}
.btb_modal_desc {
    padding: 15px 0 50px;
}
.btb_modal_desc li {
    display: flex;
    margin: 5px 0;
    font-size: 14px;
}
.btb_modal_desc li::before {
    content: "·";
    margin-right: 3px;
}
.link_default {
    color: #1748a9;
    text-decoration: underline;
}

.btb_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1390px;
    padding: 0 15px;
    padding-left: 50px;
    margin: 0 auto;
}

.btb_info {
    text-align: center;
}
.btb_info p,
.btb_info p span {
    font-size: 42px;
    line-height: 1.4;
}
.btb_info p {
    margin-bottom: 30px;
}
.btb_info span {
    font-size: 24px;
}
.btb_info.top {
    padding: 70px 0 130px;
}
.btb_info.bottom {
    padding: 180px 0;
    background-color: #154ec4;
    color: #FFF;
}

.btb_section {
    padding: 150px 0 80px;
    font-size: 18px;
}
.btb_section.center {
    padding: 0;
    padding-top: 150px;
    text-align: center;
}
.btb_section h2 {
    margin-top: 15px;
    font-size: 46px;
    color: #162362;
}
.btb_section p {
    margin-top: 15px;
    font-size: 18px;   
}
.btb_section ul {
    padding: 20px 0;
}
.btb_section li {
    color: #162362;
}
.btb_section li::before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 16px;
    margin-right: 5px;
    background-image: url("/images/b2b/chk_icon.png");
    background-repeat: no-repeat;
}

.btb_text {
    flex: 0 0 500px;
    max-width: 500px;
}

.btb_img {
    width: 100%;
    padding-top: 479px;
    background-repeat: no-repeat;
    background-position: center right;
}
.btb_img.one {
    background-image: url("/images/b2b/b2b_img1.png");
}
.btb_img.two {
    background-image: url("/images/b2b/b2b_img2.png");
}
.btb_img.three {
    background-image: url("/images/b2b/b2b_img3.png");
}
.btb_img.four {
    background-image: url("/images/b2b/b2b_img4.png");
}
.btb_img.five {
    margin-top: 50px;
    background-image: url("/images/b2b/b2b_img5.png");
    background-position: center bottom -40px;
}
.btb_img.six {
    margin-top: 80px;
    background-image: url("/images/b2b/b2b_img6.png");
    background-position: center;
    background-position: center bottom -40px;
}

.btb_info_border {
    width: 880px;
    margin: 0 auto;
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.btb_info_border p {
    margin: 40px 0;
}
.btb_info_desc,
.btb_info_desc dl {
    display: flex;
    justify-content: center;
    font-size: 24px;
}
.btb_info_desc dl + dl::before {
    content: "|";
    margin: 0 10px;
    color: rgba(255, 255, 255, 0.2);
}
.btb_info_desc dt::before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 24px;
    margin-right: 5px;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.btb_info_desc dt.call_icon::before {
    background-image: url("/images/b2b/phone_icon.png");
    background-size: 23px;
}
.btb_info_desc dt.kakao_icon::before {
    background-image: url("/images/b2b/ch_icon.png");
}
.btb_info_desc dt::after {
    content: ".";
    margin-right: 5px;
    font-weight: 400;
}


.coach_popup_box {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    align-items: center;
    justify-content: center;
    background-image: url("/images/popup/coach_popup.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 100;
}
.coach_popup_box > img {
    display: block;
    max-width: 100%;
    width: 100%;
    max-height: 100%;
}
.coach_popup_btn {
    position: absolute;
    bottom: 40px;
    right: 0;
}
.coach_popup_btn > label {
    display: inline-block;
    margin-right: 55px;
    cursor: pointer;
}
.coach_popup_btn > label > input {
    display: none;
}
.coach_popup_btn > label > input + span {
    display: inline-block;
    margin-right: 7px;
    width: 25px;
    height: 25px;
    border-radius: 4px;
    border: 2px solid #fff;
    background-color: rgba(255,255,255,0.18);
    vertical-align: middle;
}
.coach_popup_btn > label > input ~ h6 {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    vertical-align: middle;
}

.hover_location {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 60px;
    height: 60px;
    background-color: #0075de;
    border-radius: 100%;
    opacity: 0.3;
    transform: translate(50%, -50%);
    animation-duration: 6s;
    animation-name: location_scale;
    animation-iteration-count: infinite;
}
/* .hover_location .inner {
    width: 100%;
    height: 100%;
    } */
    @keyframes location_scale {
      0% {
        width: 60px;
        height: 60px;
    }
    25% {
        width: 30px;
        height: 30px;
    }

    50% {
        width: 60px;
        height: 60px;
    }

    75% {
        width: 30px;
        height: 30px;
    }
}

/* 210809 매물리스트 뷰 수정 */
.photo_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.photo_box h6 {
    font-size: 14px;
    line-height: 1.4;
}
.photo_box button {
    width: 70px;
    padding: 5px;
    font-size: 11px;
    border: 1px solid #1e5485;
    border-radius: 5px;
    background-color: rgb(21 78 196 / 70%) !important;
}
.txt_box_bottom {
    margin-top: 5px;
    font-size: 0.75rem;
    color: #666;
}
.txt_box_bottom > * {
    line-height: 1.7;
    vertical-align: middle;
}
.txt_box_bottom > * + * {
    margin-left: 5px;
}
.list_body_wrap.large .txt_box_bottom > .large_list_hide + * {
    margin-left: 0;
}
.list_body_wrap.large .txt_box_bottom > br + * {
    margin-left: 0;
}


.badge_orange {
    display: inline-block;
    padding: 0 3px;
    border-radius: 3px;
    border: 1px solid #fb521e;
    background-color: #fff;
    font-size: 0.675rem;
    font-weight: 400;
    color: #fb521e;
    vertical-align: middle;
}
.badge_mint {
    display: inline-block;
    padding: 0 3px;
    border-radius: 3px;
    border: 1px solid #00bffe;
    background-color: #fff;
    font-size: 0.675rem;
    font-weight: 400;
    color: #00bffe;
    vertical-align: middle;
}
.badge_red {
    display: inline-block;
    padding: 0 3px;
    border-radius: 3px;
    background-color: rgba(239, 30, 20, 0.1);
    font-size: 0.675rem;
    font-weight: 400;
    color: #ef1e14;
    vertical-align: middle;   
}
.badge_black {
    display: inline-block;
    padding: 0 3px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.08);
    font-size: 0.675rem;
    font-weight: 400;
    color: #000;
    vertical-align: middle;   
}
.list_item_info_body dl {
    display: flex;
    margin-bottom: 5px;
    font-size: 12px;
}
.list_item_info_body dt {
    font-weight: 400;
}
.list_item_info_body dt::after {
    content: "|";
    margin: 0 5px;
}
.list_item_info_body dd + dd::before {
    content: "/";
    margin: 0 3px;
}
.list_box_right {
    flex: 0 1 100%;
    max-width: 100%;
}
.list_box_right .tag_area {
    display: flex;
}
.list_box_right .tag_area > * + * {
    margin-left: 3px;
}
.list_box_right .tag_area > br + * {
    margin-left: 0;
}
.btn_transform {
    padding: 0;
    align-items: center;
    background-color: transparent;
    color: #888;
}
.btn_transform::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 2px;
    background-image: url("/images/notice_list/reset_icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
}
.btn_transform span {
    display: none;
    vertical-align: middle;
}
.btn_transform span.on {
    display: inline-block;
}

.join h1 .title_plus_id {
    font-size: 14px;
}
.title_plus_id {
    font-size: 11px;
}
.link_plus_id {
    display: block;
    width: 100%;
    text-align: center;
}

.print_detail_box {
    position: relative;
    /* background-image: url("/images/print/logo_watermark.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 300px; */
}
.img_watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    transform: translate(-50%, -50%);
}
.print_table_top,
.print_detail_box table {
    width: 100%;
    text-align: center;
    font-size: 12px;
}
.print_detail_box tbody tr {
    border-top: 1px solid #dfdfdf;
}
.print_detail_box tbody td {
    padding: 5px;
}
.print_detail_box h6 {
    font-size: 14px;
    line-height: 1.2;
}
.print_detail_box p {
    font-size: 12px;
}
.print_detail_box .border_tag {
    padding: 0 3px;
    font-size: 10px;
    vertical-align: unset;
}
.addrTxt.addr_text {
    display: none;
}
.addrTxt.addr_text.on {
    display: block;
}

.print_detail_btn.on button {
    display: none;
}
.print_detail_btn button {
    width: 100px;
    height: 30px;
    border-radius: 3px;
    font-size: 0.8rem;
    line-height: 1;
}

.item_list_wrapper .list_header_bottom .left_box ul.print_btn_box {
    padding: 0;
}
.item_list_wrapper .list_header_bottom .left_box ul.print_btn_box li {
    padding: 0 5px;
}

.basket_folder_list {
    height: 260px;
    overflow-y: auto;
}
.btn_save_box {
    display: inline-block;
    position: relative;
    margin: 30px 0;
}
.btn_save_box > button {
    background-color: transparent;
}
.btn_save_box .basket_overlay {
    left: auto;
    right: 0;
    text-align: left;
}
.btn_save_box .basket_overlay form {
    padding: 15px 0;
}

.qmark_box {
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.icon_qmark::before {
    content: "?";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    margin: 3px;
    border: 1px solid #a1a1a1;
    border-radius: 50%;
    background-color: #fff;
    font-size: 10px;
    color: #666;
}
.qmark_desc {
    display: none;
    position: absolute;
    top: 100%;
    right: 50%;
    width: 300px;
    padding: 20px 25px;
    border: 1px solid #a0a1aa;
    border-radius: 7px;
    background-color: #FFF;
    z-index: 10;
}
.qmark_box:hover .qmark_desc {
    display: block;
}
.qmark_desc > a {
    display: inline-block;
    padding: 3px 10px;
    width: 100%;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
}
.qmark_desc > a:hover {
    color: #fff;
}
.reg_intro_section .reg_search_float {
    position: static;
}
.reg_search_float {
    position: absolute;
    top: 70px;
    left: 430px;
    width: 640px;
    padding: 0 15px;
    padding-right: 60px;
    box-shadow: -1px 0 4px 0 rgb(0 0 0 / 10%);
    background-color: #FFF;
    font-size: 14px;
    z-index: 13;
}
.reg_search_float_preview {
    position: absolute;
    top: 10px;
    left: -227px;
    padding: 15px;
    padding-right: 40px;
    box-shadow: -1px 0 4px 0 rgb(0 0 0 / 10%);
    background-color: #FFF;
    font-size: 14px;
    z-index: 10;   
    cursor: pointer;
}
.reg_search_float_preview p {
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
}
.btn_float {
    display: inline-block;
    margin: 0 3px;
    padding: 1px 8px;
    border-radius: 3px;
    background-color: #efefef;
}
.btn_float span::after {
    margin-left: 0;
}
.btn_float.open_float span::after {
    position: relative;
    top: -3px;
    transform: rotate(135deg);
}
.btn_float.close_float span::after {
    transform: rotate(-45deg);
}

.reg_search_row,
.reg_search_col,
.reg_search_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.reg_search_row {
    padding: 10px 0;
}
.reg_search_row .basic_chk + .basic_chk {
    margin-left: 15px;
}
.reg_search_row dl {
    display: flex;
    padding: 0 10px;
}
.reg_search_row dt::after {
    content: ":";
    margin: 0 3px;
}
.reg_search_row .link_skyblue {
    padding: 7px 12px;
    font-size: 12px;
}
.reg_search_row .btn_black {
    height: 32px;
    padding: 0 15px;
    border-radius: 3px;
}
.reg_search_row.top {
    border-bottom: 1px solid #dfdfdf;
}
.reg_search_col + .reg_search_col {
    margin-left: 5px;
}
.reg_search_col label {
    margin-right: 5px;
}
.reg_search_col select {
    flex: 0 1 90px;
    max-width: 90px;
    width: 90px;
}
.reg_search_btn_box {
    flex: 0 0 335px;
    max-width: 335px;
    position: relative;
    height: 32px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
}
.reg_search_btn_box input {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0 25px 0 10px;
}
.reg_search_btn_box input:focus {
    outline: none;
}
/* 
.reg_search_btn_box::after {
    content: "";
    position: absolute;
    top: 0;
    right: -11px;
    width: 1px;
    height: 100%;
    background-color: #dfdfdf;
} 
*/
.btn_search_blue {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 16px;
    height: 15px;
    background-image: url("/images/icon/search_blue.png");
    background-repeat: no-repeat;
    background-color: transparent;
    transform: translateY(-50%);
}

.reg_intro_section {
    padding: 60px 0;
    background-color: #f8deb8;
}
.reg_intro_section h3 {
    font-size: 32px;
}
.reg_intro_section .reg_search_float {
    width: 100%;
    padding: 50px 270px;
    margin: 40px auto 0;
}
.phone_box_desc_text {
    margin-top: 10px;
}
.phone_box_desc_text p {
    font-size: 12px;
}

/* 리스트 호버할때 이미지 뜨는 css */
/* .thumb_img:hover .img_overlay {
    display: block;
} */
.img_overlay {
    display: none;
    position: absolute;
    top: 0;
    right: -260px;
    z-index: 50;
}
.img_overlay_box {
    display: flex;
    flex-wrap: wrap;
}
.img_overlay img {
    width: 260px;
    height: 180px;
}

.camera_img .img_overlay {
    right: -122px;
}
.camera_img:hover .img_overlay {
    display: block;
}

.tel_list dl {
    display: flex;
}
.tel_list dt {
    font-weight: 400;
}
.tel_list dt::after {
    content: ":";
    margin: 0 5px;
}

.banner_box {
    display: flex;
    position: relative;
    padding: 20px 0;
    background-color: #f9f9f9;
    align-items: center;
}
.banner_box article {
    display: flex;
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 30px;
    font-family: 'Pretendard', sans-serif;
    align-items: center;
}
.banner_box article .inner:first-child {
    flex: 0 1 100%;
    max-width: 100%;
}
.banner_box article + article::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #e0e0e0;
}
.banner_box article h5,
.banner_box article h6 {
    display: inline-block;
    vertical-align: middle;
}
.banner_box article a {
    display: inline-block;
    padding: 7px 17px 7px 20px;
    background-color: #239aff;
    border-radius: 30px;
    font-size: 0.81rem;
    color: #fff;
    white-space: nowrap;
}
.banner_box article a.right_arrow {
    padding-right: 30px;
}
.banner_box .btn_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border: none;
}
.banner_box .btn_close::before {
    content: '';
    display: block;
    position: absolute;
    margin-top: -8px;
    top: 50%;
    right: 50%;
    width: 1px;
    height: 15px;
    background-color: #626262;
    transform: rotate(45deg);
}
.banner_box .btn_close::after {
    content: '';
    display: block;
    position: absolute;
    margin-top: -8px;
    top: 50%;
    right: 50%;
    width: 1px;
    height: 15px;
    background-color: #626262;
    transform: rotate(-45deg);
}
.map_view_banner_box {
    position: absolute;
    width: calc(100% - 905px);
    top: 191px;
    left: 0;
    z-index: 11;
}
.rent_view_banner_box {
    margin-top: 30px;
}
.rent_view_banner_box article {
    padding: 0 20px;
}
.rent_view_banner_box article a {
    padding: 7px 12px 7px 15px;
    font-size: 0.75rem;
}
.rent_view_banner_box article a.right_arrow {
    padding-right: 25px;
}
.rent_view_banner_box article a.right_arrow::after {
    right: 13px;
}
.login_lead_link {
    padding: 20px 15px;
    border: 2px solid #ffae15;
    text-align: center;
}
.gallery_video_wrap {
    position: relative;
}
.gallery_video_wrap iframe {
    width: 100% !important;
    height: 100% !important;
}
.gallery_video_wrap > img {
    width: 100%;
    height: 100%;
}
.gallery_video_wrap video {
    width: 100%;
    height: 100%;
}
.gallery_video_wrap .video_wmark {
    position: absolute;
    right: 50px;
    bottom: 120px;
    width: 120px;
    height: 80px;
}
.gallery_video_wrap .video_wmark img {
    width: 120px;
    height: 80px;
}