@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);

/* font */

@font-face {
    font-family: 'Pretendard';
    font-weight: 900;
    font-display: swap;
    src: local('Pretendard Black'), url('/fonts/pretendard/Pretendard-Black.woff2') format('woff2'), url('/fonts/pretendard/Pretendard-Black.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 800;
    font-display: swap;
    src: local('Pretendard ExtraBold'), url('/fonts/pretendard/Pretendard-ExtraBold.woff2') format('woff2'), url('/fonts/pretendard/Pretendard-ExtraBold.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    font-display: swap;
    src: local('Pretendard Bold'), url('/fonts/pretendard/Pretendard-Bold.woff2') format('woff2'), url('/fonts/pretendard/Pretendard-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 600;
    font-display: swap;
    src: local('Pretendard SemiBold'), url('/fonts/pretendard/Pretendard-SemiBold.woff2') format('woff2'), url('/fonts/pretendard/Pretendard-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    font-display: swap;
    src: local('Pretendard Medium'), url('/fonts/pretendard/Pretendard-Medium.woff2') format('woff2'), url('/fonts/pretendard/Pretendard-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    font-display: swap;
    src: local('Pretendard Regular'), url('/fonts/pretendard/Pretendard-Regular.woff2') format('woff2'), url('/fonts/pretendard/Pretendard-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 300;
    font-display: swap;
    src: local('Pretendard Light'), url('/fonts/pretendard/Pretendard-Light.woff2') format('woff2'), url('/fonts/pretendard/Pretendard-Light.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 200;
    font-display: swap;
    src: local('Pretendard ExtraLight'), url('/fonts/pretendard/Pretendard-ExtraLight.woff2') format('woff2'), url('/fonts/pretendard/Pretendard-ExtraLight.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 100;
    font-display: swap;
    src: local('Pretendard Thin'), url('/fonts/pretendard/Pretendard-Thin.woff2') format('woff2'), url('/fonts/pretendard/Pretendard-Thin.woff') format('woff');
}

html,body { 
    position: relative;
    /*min-width: 1600px;*/
    height: 100%;
	font-size: 16px;
    background-color: transparent;
    /* scroll-behavior: smooth; */
}
body { 
	font-family: 'Spoqa Han Sans', 'Spoqa Han Sans JP', 'Sans-serif';
	word-break: keep-all;
}
* {
    box-sizing: border-box; 
    margin:0;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}
ol, ul, dl, dd, label {
	padding: 0;
	margin: 0;
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1,.h1 { font-size: 2.625rem; }/* 42px */
h2,.h2 { font-size: 2rem; }/* 36px */
h3,.h3 { font-size: 1.5rem; }/* 24px */
h4,.h4 { font-size: 1.25rem; }/* 20px */
h5,.h5 { font-size: 1.125rem; }/* 18px */
h6,.h6 { font-size: 1rem; }/* 16px */
h1,h2,h3,h4,h5,h6,p {
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 0;
}
.h1,.h2,.h3,.h4,.h5,.h6 {
	font-weight: 400;
	margin-bottom: 0;
	line-height: 1.6;
}
p { font-size: 0.875rem; font-weight: 400; line-height: 1.6;}
em { font-size: 1.2em; }
a { color: inherit; text-decoration: none;}
a:hover { color: inherit; text-decoration: none; }
button { 
    border: none;
	cursor: pointer; 
	outline: none;
}
button:active, button:focus {
    border: none;
    outline: none;
}
input:-moz-read-only { /* For Firefox */
	background-color: #efefef;
}
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select:-moz-read-only { background-color: #efefef;}
select {
    padding: 0 25px 0 10px;
    height: 32px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    background-image: url(/images/icon/select_ico.png);
    background-position: right 7px center;
    background-repeat: no-repeat;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
select:focus {
    outline: none;
}
select::-ms-expand {
    display: none;
}
textarea {
    outline: none; 
    resize: vertical;
}
input::placeholder {
	color: #8b8b8b;
	font-weight: 300;
}
textarea::placeholder {
	color: #8b8b8b;
	font-weight: 300;
}
.Pretendard {
    font-family: 'Pretendard', sans-serif;
}
.medium {
    font-weight: 500;
}
.container_md {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
}
.container_sm {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
}
.container_sm2 {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 740px;   
}
.btn_img img,
.btn_img p,
.btn_img h6 {
    display: inline-block;
    vertical-align: middle;
}
.btn_img p,
.btn_img h6 {
    margin-left: 3px;
}
.btn_orange {
    display: inline-block;
    background-color: #f5693e;
    color: #FFF;
}
.btn_common {
    display: inline-block;
    background-color: #647bd5;
    color: #fff;   
}
.btn_lightgray {
    display: inline-block;
    background-color: #f4f4f4 !important;
    color: #000 !important;   
}
.btn_lightblue {
    display: inline-block;
    background-color: #ebf6ff;
    color: #0086ff;      
}
.btn_gray {
    display: inline-block;
    background-color: #8e909c;
    color: #fff;      
}
.btn_blue {
    display: inline-block;
    background-color: #0086ff;
    color: #fff;      
}
.btn_oceanblue {
    display: inline-block;
    background-color: #0075de;
    color: #fff;
}
.btn_deepblue {
    display: inline-block;
    background-color: #0d58cd;
    color: #FFF;
}
.btn_border_gray {
    display: inline-block;
    background-color: #fff !important;
    border: 1px solid #e5e5e5;
    color: #999 !important;   
}
.btn_border_blue {
    display: inline-block;
    background-color: transparent;
    border: 1px solid #1748a9;
    color: #1748a9;   
}
.btn_border_blue:focus {
    border: 1px solid #1748a9;
}
.btn_white {
    width: 100%;
    padding: 15px 0;
    margin-bottom: 20px;
    border: 1px solid #1748a9;
    background-color: #FFF;
    color: #1748a9;
}
.btn_white:active,
.btn_white:focus {
    border: 1px solid #1748a9;
}
.btn_indigo {
    display: inline-block;
    background-color: #154ec4 !important;
    color: #FFF !important;
}
.btn_black {
    display: inline-block;
    background-color: #000;
    color: #FFF;   
}

.color_common {
    color: #154ec4;
}
.color_common2 {
    color: #239aff;
}
.bg_common {
    background-color: #154ec4 !important;
}
.color_orange {
    color: #f5693e;
}
.color_blue { 
    color: #1650a7;
}
.color_lightblue {
    color: #1256bd;
}
.color_skyblue {
    color: #71c1ff;
}
.color_oceanblue {
    color: #0075de;
}
.color_deepblue {
    color: #1748a9;
}
.color_yellow {
    color: #fee934;
}
.color_grey {
    color: #CCC !important;
}
.color_deepgrey {
    color: #999 !important;
}
.color_skyBlue {
    color: #7dbaff;
}
.color_white {
    color: #FFF;
}
.color_black {
    color: #000 !important;
}
.color_red {
    color: #f50000 !important;
}
.color_deepyellow {
    color: #fba500;
}

.bg_grey {
    background-color: #f9f9f9;
}
.bg_blue {
    background-color: #162362;
    color: rgba(255, 255, 255, 0.8);
}
.bg_red {
    background-color: rgba(244, 0, 0, 0.1) !important;
}
.bg_beige {
    background-color: #f8f7ee;
}
.bg_lightgrey {
    background-color: #f7f7f7;
}

.link_lightblue {
    border-radius: 3px;
    background-color: rgba(18, 86, 189, 0.1);
    color: #1256bd;
}
.link_blue {
    border-radius: 5px;
    background-color: #1256bd;
    color: #FFF;
}
.link_skyblue {
    border-radius: 3px;
    background-color: #0374dc;
    color: #FFF;   
}
.link_skyblue:hover {
    color: #FFF;      
}
.link_white {
    border-radius: 5px;
    background-color: #FFF;
    color: #1256bd;   
}
.link_deepyellow {
    border-radius: 5px;
    background-color: #fba500;
    color: #FFF;
}
.link_deepblue {
    border-radius: 5px;
    background-color: #23358b;
    color: #FFF;
}

.badge_lightblue {
    padding: 11px 30px;
    border-radius: 30px;
    background-color: rgba(0, 117, 222, 0.1);
    color: #0075de;
}

.border_tag {
    display: inline-block;
    padding: 0px 3px;
    border-radius: 3px;
    border: 1px solid #0086ff;
    background-color: #fff;
    color: #0086ff;
    font-size: 10px;
    font-weight: 400;
    vertical-align: middle;
}

/* header */

.header {
    display: block;
    position: relative;
    width: 100%;
    z-index: 14;
}
.header.main {
    position: relative;
    top: auto;
    left: 0;
    z-index: 14;
}
.header_bgcolor {
    top: 0 !important;
    background-color: #FFF;
}
.header_wrap {
    display: flex;
    align-items: center;
    padding: 0 35px;
    height: 70px;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #d3d3d3;
}
.header.main .header_wrap {
    background-color: #fff;
}
.logo_white {
    display: none;
}
.header.point {
    border-bottom: none;
}
.header.re_reg {
    background-color: #FFF;
}

.header_logo {
/*     flex: 0 0 430px;
    max-width: 430px; */
}
.header_nav {
    font-weight: 700;
}
.header_nav > ul {
    display: flex;
    align-items: center;
    font-size: 17px;
    line-height: 1.8;
}
.header_nav li {
    position: relative;
    padding: 0 20px;
}
.header_nav a {
    position: relative;
    display: block;
    font-weight: 500;
}
.header_nav .new_icon > a::after {
    content: "";
    position: absolute;
    top: 3px;
    right: -13px;
    width: 10px;
    height: 10px;
    background-image: url("/images/main/new_icon.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 8px;
}
.header_subnav {
    display: none;
    position: absolute;
    left: 0;
    min-width: 150px;
    border: 1px solid #999999;
    background-color: #FFF;
    z-index: 11;
}
.header_subnav li {
    margin: 20px 0;
    font-size: 16px;
    padding: 0 10px;
}
.header_nav li:hover .header_subnav {
    display: block;
}
.header_nav li:hover > a, .header_subnav > li:hover,
.header_nav li.on > a, .header_subnav > li.on {
    color: #2055a6;
}
.header_link {
    display: flex;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
    font-size: 12px;
}
.form_link {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 30px;
}
.form_link > a:nth-of-type(1) {
    width: 75px;
    padding: 3px 15px;
    border-radius: 70px;
    background-color: #239aff;
    color: #FFF;
}
.form_link > dl {
    display: flex;
    align-items: center;
}
.header_login {
    cursor: pointer;
}
.form_link_login::before, .external_link > dd:last-child::before {
    content: "|";
    margin: 0 10px;
}
.external_link {
    color: #2055a6;
}

/* modal_bootstrap */
.modal-content {
    border: none;
    border-radius: 0;
}
.modal-header {
    border-bottom: none;
}
.modal-body {
    padding: 0;
}
.modal-footer {
    padding: 0;
    border-top: none;
}

/* popup_login */
.container_dialog {
    width: 400px;
    height: 520px;
    border-radius: 0;
    background-color: #fff;
}
.container_popup {
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
}
.container_popup > h1 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 500;
}
.container_popup input {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    margin-bottom: 15px;
    border: 2px solid #e0e0e0;
}
.container_popup input:focus {
    border-color: #1748a9;
    outline: none;
}
.save_id_label {
    float: left;
    margin-bottom: 20px;
    text-align: left;
    cursor: pointer;
}
.save_id_label > input {
    display: none;
}
.save_id_label > input + span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    vertical-align: middle;
}
.save_id_label > 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;
}
.save_id_label p {
    display: inline-block;
    vertical-align: middle;
    color: #b4b4b4;
}
.btn_submit {
    width: 100%;
    padding: 15px 0;
    margin-bottom: 20px;
    background-color: #1748a9;
    font-size: 15px;
    color: #FFF;
}
.btn_submit:hover {
    color: #d3def3;
}

.popup_login_footer {
    flex-grow: 1;
    justify-content: flex-start;
    padding: 25px 40px;
    background-color: #f1f4f9;
    background-image: url("/images/header/popup_iphone.png");
    background-repeat: no-repeat;
    background-position: 240px 30px;
    background-size: inherit;
    text-align: center;
}
.popup_login_footer p {
    font-size: 1rem;
    line-height: 1.8;
    color: #666;
}
.popup_login_footer p b {
    color: #000;
}
.popup_login_footer span {
    color: #1748a9;
}

.login_text_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.login_text_box ~ .btn_submit {
    margin-bottom: 10px;
}
.id_pw_join {
    margin-bottom: 20px;
}
.id_pw_join a {
    font-size: 14px;
    color: #b4b4b4;
}
.id_pw_join a + a::before {
    content: "|";
    margin: 0 5px;
    color: #dfdfdf;
}
.id_pw_join a:last-child {
    color: #1748a9;
}
.login_desc {
    padding: 15px 0;
    text-align: left;
}
.login_desc li {
    display: flex;
    font-size: 12px;
}
.login_desc li::before {
    content: "-";
    margin-right: 5px;
    color: #1748a9;
}

/* footer */
/* footer {
    padding: 50px 0 80px;
    background-color: #000;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
} 
footer nav {
    padding: 30px 0;
    border-bottom: 1px solid #2f3133;
    color: #bfc0c1;
}
footer nav ul {
    display: flex;
    font-size: 14px; 
}
footer nav li::after {
    content: "|";
    padding: 0 15px;
    color: #535556;
}
footer nav li:last-child::after {
    content: "";
}
.footer_sec1 {
    padding: 70px 0;
    border-bottom: 1px solid #36383b;
}
.footer_sec1 dt {
    color: #fff;
}
.footer_sec1 dd {
    color: #bfc0c1;
}
.footer_sec1 div {
    width: 100%;
}
.footer_sec1 div:first-child dl, .footer_sec1 div:last-child dl {
    display: flex;
}
.footer_sec1 div:first-child dl dt,
.footer_sec1 div:last-child dl:last-child dt:first-child {
    padding-right: 0;
    flex: 0 0 130px;
    max-width: 130px;
}
.footer_sec1 div:first-child dl > dd {
    padding-bottom: 60px;
}
.footer_sec1 div:last-child {
    display: flex;
}
.footer_sec1 div:last-child dl {
    flex: 0 0 36%;
    max-width: 36%;
}
.footer_sec1 div:last-child dl dt {
    padding-right: 25px;
    flex: 0 0 auto;
    max-width: none;
}
.footer_sec1 div:last-child dl > dd {
    padding-right: 88px;
    font-size: 38px;
    line-height: 1;
}
.footer_sec1 div:last-child dd:last-child {
    padding-right: 0;
    white-space: nowrap;
}
.footer_sec2 {
    padding: 30px 0;
    color: #535556;
}
.footer_sec2 > dl {
    display: flex;
    line-height: 2;
}
.footer_sec2 dt::after {
    content: ".\00a0";
}
.footer_sec2 dd {
    padding-right: 20px;
}
.footer_sec3 {
    display: flex;
    position: relative;
}
.footer_sec3 > div {
    width: 50%;
}
.footer_sec3 > div:first-child {
    display: flex;
}
.footer_sec3 > div:last-child {
    text-align: right;
    padding-right: 40px;
}
.footer_sec3 img {
    padding-right: 20px;
}
.footer_sec3 p {
    color: #26282b;
}
.footer_sec3 > div:last-child > a {
    display: inline-block;
    padding: 5px 15px;
    margin-right: 10px;
    border: 1px solid #535556;
    border-radius: 5px; 
    color: #535556;
    vertical-align: middle;
}
.kakao_img {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    outline: none;
} */

/* custom_file */
.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;
}

/* custom_chk */
.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: auto;
}
.custom_chk p {
    display: inline-block;
    vertical-align: middle;
}

/* modal_find_realestate*/
.modal_find_wrapper {
    padding: 0 20px;
}
.modal_find_wrapper h2 {
    margin-bottom: 0;
}
.modal_find_wrapper input {
    width: 100%;
    height: 50px;
    padding-left: 15px;
    margin-bottom: 10px;
}
.modal_find_text_wrapper {
    margin-bottom: 20px;
    color: #8f8f8f;
}
.modal_find_text_wrapper p {
    font-size: 12px;
    word-break: break-all;
}
.modal_find_text_wrapper span {
    font-weight: 700;
}
.modal_find_btn {
    width: 100%;
    padding: 20px 0;
    color: #fff;
    background-color: #23358b;
}

.modal_desc {
    font-size: 12px;
    text-align: left;
    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 {
    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;
}

.modal_find_realestate .modal-footer {
    justify-content: center !important;
}
.modal_point_desc {
    margin-bottom: 20px;
}
.modal_point_desc p {
    color: #a5a5a5;
}

/* footer 수정 */
.footer {
    padding: 50px 0 70px;
    background-color: #000;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}
.footer_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer_box dl {
    display: flex;
    align-items: center;
}
.footer_box dt {
    font-weight: 400;
}
.footer_desc {
    margin: 35px 0;
}
.footer_desc dl {
    margin: 5px 0;
}
.footer_desc_info dt::after {
    content: ":";
    margin: 0 3px;
}
.footer_desc_name {
    display: flex;
    align-items: center;
}
.footer_desc_name dl {
    margin: 0;
}
.footer_desc_name dl::after {
    content: "|";
    margin: 0 10px;
}
.footer_desc_name dl:last-child::after {
    content: "";
}
.footer_fax dt {
    flex: 0 0 150px;
    max-width: 150px;
}
.footer_bottom {
    padding: 25px 0;
}
.footer_link {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.footer_link_icon {
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.footer_link_icon a {
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
}
.kakaot_img {
    background-image: url("/images/main/kakao_logo.png");
    margin-right: 5px;
}
.blog_img {
    background-image: url("/images/main/blog_logo.png");
}
.footer_link_box a {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 3px;
    background-color: #333;
    font-size: 12px;
}
.footer_link_box a:first-of-type {
    margin-right: 5px;
}
.footer_copyright {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
}

.footer_info {
    display: flex;
}
.footer_content_box {
    min-width: 160px;
    margin-right: 30px;
}
.footer_content_box h3 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 16px;
    color: #FFF;
}
.footer_content_box.right {
    flex: 0 0 370px;
    max-width: 370px;
    margin-right: 0;
}
.footer_content_box.right dt {
    flex: 0 0 190px;
    max-width: 190px;
}
.footer_content_box.right dd {
    flex: 0 1 100%;
    max-width: 100%;
}
.footer_content {
    padding-right: 30px;
}
.footer_content ul a {
    display: block;
    padding: 10px 0;
}
.footer_time dl {
    align-items: flex-start;
}
.footer_time dd {
    line-height: 1.8;
}
.footer_number dl:first-of-type dt {
    margin-bottom: 5px;
}
.footer_number dd {
    font-size: 26px;
}
.footer_mail dl:last-of-type {
    margin-top: 5px;
}
.footer_number,
.footer_mail {
    margin-top: 40px;
}
.footer_number::before,
.footer_mail::before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    margin-bottom: 20px;
    background-color: #333;
}

.btb_access {
    margin-top: 40px;
}
.btb_access_box {
    display: flex;
    align-items: center;
}
.btb_access_box > div {
    width: 100%;
}
.footer_b2b_download a {
    display: block;
    padding: 10px 15px;
    font-size: 12px;
    color: #999;
    border-radius: 3px;
    background-color: #333;
    background-image: url('/images/icon/footer_download.svg');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 15px;
}
.btb_link {
    font-size: 16px;
    text-align: center;
    color: #FFF;
}
.btb_link::before {
    content: "|";
    margin-right: 15px;
    color: #999;
}
.btb_link a:hover {
    color: #999;
}

.footer_kakao {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.footer_kakao span {
    margin-right: 5px;
}

.fs-12 {
    font-size: 12px;
}

.bd_bottom {
    border-bottom: 1px solid #efefef;
}