@charset "utf-8";

@font-face {
    font-family: NotoSans;
    font-weight: 200;
    src: local(※), url(../font/NotoSansKR-Light.woff) format('woff');
}

@font-face {
    font-family: NotoSans;
    font-weight: normal;
    src: local(※), url(../font/NotoSansKR-Regular.woff) format('woff');
}

@font-face {
    font-family: NotoSans;
    font-weight: 500;
    src: local(※), url(../font/NotoSansKR-Medium.woff) format('woff');
}

@font-face {
    font-family: NotoSans;
    font-weight: bold;
    src: local(※), url(../font/NotoSans-Bold.woff) format('woff');
}

@font-face {
    font-family: Gotham;
    font-weight: normal;
    src: local(※), url(../font/Gotham-Medium.woff) format('woff');
}

@font-face {
    font-family: Gotham;
    font-weight: normal;
    src: local(※), url(../font/Gotham-Medium.woff) format('woff');
}

@font-face {
    font-family: GmarketSans;
    font-weight: bold;
    src: local(※), url(../font/GmarketSansBold.woff) format("woff");
}

@font-face {
    font-family: GmarketSans;
    font-weight: 500;
    src: local(※), url(../font/GmarketSansMedium.woff) format("woff");
}

/* ========================================================================== */
/* ================================= Global style ================================= */
/* ========================================================================== */
.blind {
    overflow: hidden;
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    text-indent: -9999px
}

/* 대체텍스트가 아닌 접근성을 위한 숨김텍스트를 제공할때 */
.fl_box:after {
    content: '';
    display: block;
    clear: both;
}

.f_l {
    float: left
}

.f_r {
    float: right
}

.cl_b {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    clear: both
}

.show {
    display: block
}

.hide {
    display: none
}

.inner {
    margin: 0 auto;
    width: 1200px;
}

/*.text_color-main{color:#1f4bb4;}*/

.text_weight-regualr {
    font-weight: bold;
}

.text_weight-medium {
    font-weight: 800;
}

/*한줄 말줄임*/
.reduce_line {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: normal;
}

/*한줄 말줄임 필수값(변경가능)*/
.reduce_line { /*width: 920px;*/
}

/*멀티 말줄임*/
.reduce_multi,
.reduce_multi > * {
    position: relative;
    overflow: hidden;
    display: block;
    word-break: break-all;
}

.reduce_multi:after {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 15px;
    z-index: 1;
}

.reduce_multi > *:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 15px;
    height: 10px;
    background-color: #fff;
    z-index: 9;
}

/*멀티 말줄임 필수값(변경가능)*/
.reduce_multi,
.reduce_multi > * {
    width: 140px;
    padding-right: 15px;
}

.reduce_multi {
    max-height: 37px;
}

.reduce_multi > * {
    min-height: 37px;
    line-height: 1.2em;
}

.f_eng {
    font-family: Gotham, Arial, sans-serif;
    font-weight: normal;
}

/* ========================================================================== */
/* ================================= Project Common ========================= */
/* ========================================================================== */
#wrap {
    position: relative;
    min-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

header .header_sub_logo {
    display: inline-block;
    margin-top: 16px;
    margin-left: 20px;
    margin-bottom: 10px;
    width: 180px;
    vertical-align: top;
}

header .header_sub_logo img {
    width: 100%;
}

#wrap.main header .header_sub_logo {
    display: none;
}

#wrap.main header .header_wrap .open_wrap {
    background-color: #fff;
}

#wrap.sub header .header_wrap .open_wrap {
    background-color: #ff822e
}

#wrap.sub header .header_wrap .open_wrap .open_btn [class^="line-"] {
    background-color: #fff;
}

#wrap.sub header .header_wrap .mobile_info {
    display: none;
}

/*HEADER*/
header .header_wrap {
    width: 100%;
}

header .header_wrap .open_wrap {
    position: fixed;
    z-index: 5;
    display: block;
    overflow: hidden;
    width: 100%;
    min-height: 80px;
}

header .header_wrap .open_wrap .open_btn {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    width: 42px;
    height: 40px;
    background-color: #c6c6c6;
}

header .header_wrap .open_wrap .open_btn [class^="line-"] {
    position: absolute;
    left: 11px;
    display: block;
    width: 20px;
    height: 4px;
    border-radius: 10px;
    background-color: #fff;
}

header .header_wrap .open_wrap .open_btn .line-1 {
    top: 12px;
}

header .header_wrap .open_wrap .open_btn .line-2 {
    top: 18px;
}

header .header_wrap .open_wrap .open_btn .line-3 {
    top: 24px;
}

/* header banner */
#sub_section.with-header_sub_banner {
    padding-top: 150px;
}

header .header_wrap .header_sub_banner {
    position: relative;
}

header .header_wrap .header_sub_banner .w-100 {
    width: 100%;
}

header .header_wrap .header_sub_banner_close {
    position: absolute;
    right: 30px;
    top: calc(50% - 10px);
    cursor: pointer;
}

#wrap.sub header .header_wrap .open_wrap .open_btn {
    position: relative;
    display: inline-block;
    margin-top: 24px;
    width: 40px;
    height: 35px;
    background-color: transparent;
}

#wrap.sub header .header_wrap .open_wrap .open_btn [class^="line-"] {
    position: absolute;
    left: 0;
    display: block;
    width: 38px;
    height: 6px;
    border-radius: 10px;
    background-color: #fff;
}

#wrap.sub header .header_wrap .open_wrap .open_btn .line-1 {
    top: 0;
}

#wrap.sub header .header_wrap .open_wrap .open_btn .line-2 {
    top: 15px;
}

#wrap.sub header .header_wrap .open_wrap .open_btn .line-3 {
    top: 30px;
}

header .header_wrap .gnb_wrap {
    position: fixed;
    top: 0;
    left: -100%;
    bottom: 0;
    z-index: 100;
    padding: 60px 20px 24px 40px;
    width: 425px;
    background-color: #fff;
    box-sizing: border-box;
}

header .header_wrap .gnb_wrap .header_logo {
    margin-bottom: 12px;
    width: 180px;
}

header .header_wrap .gnb_wrap .header_logo img {
    width: 100%;
}

header .header_wrap .gnb_wrap .nav_list-main {
    margin-top: 13px;
}

header .header_wrap .gnb_wrap .nav_list-main li {
    overflow: hidden;
    margin-top: 13px;
    width: 320px;
}

header .header_wrap .gnb_wrap .nav_list-main li:first-child {
    margin-top: 0;
}

header .header_wrap .gnb_wrap .nav_list-main li a {
    display: block;
}

header .header_wrap .gnb_wrap .nav_list-main li a:before {
    content: '';
    display: inline-block;
    float: left;
    margin-top: 4px;
    margin-right: 10px;
    width: 80px;
    height: 80px;
    background: url('../images/common/icon_gnb_spr.png') no-repeat;
    background-size: 400px 80px;
    background-position-y: 0;
    vertical-align: top;
}

header .header_wrap .gnb_wrap .nav_list-main li.long_rent a:before {
    background-position-x: 0;
}

header .header_wrap .gnb_wrap .nav_list-main li.lease a:before {
    background-position-x: -80px;
}

header .header_wrap .gnb_wrap .nav_list-main li.commercial a:before {
    background-position-x: -160px;
}

header .header_wrap .gnb_wrap .nav_list-main li.used_rent a:before {
    background-position-x: -240px;
}

header .header_wrap .gnb_wrap .nav_list-main li.direct a:before {
    background-position-x: -320px;
}

header .header_wrap .gnb_wrap .nav_list-main li a {
    display: block;
}

header .header_wrap .gnb_wrap .nav_list-main li a strong {
    position: relative;
    display: block;
    margin-bottom: 2px;
    padding-bottom: 2px;
    color: #ff8822;
    font-size: 30px;
}

header .header_wrap .gnb_wrap .nav_list-main li a strong:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 241px;
    height: 1px;
    background-color: #e8e8e8;
}

header .header_wrap .gnb_wrap .nav_list-main li a em {
    display: block;
    color: #494949;
    font-size: 20px;
    letter-spacing: -1px;
}

header .header_wrap .gnb_wrap .nav_list-main li a em:after {
    content: '';
    display: inline-block;
    margin-top: 9px;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    background: url('../images/common/icon_btn_arrow.png') no-repeat;
    background-size: 100%;
    vertical-align: top;
}

header .header_wrap .gnb_wrap .nav_list-sub {
    margin-top: 30px;
}

header .header_wrap .gnb_wrap .nav_list-sub .banner_btn_wrap {
    width: 100%;
}

header .header_wrap .gnb_wrap .nav_list-sub .banner_btn_wrap img {
    width: 100%;
}

header .header_wrap .gnb_wrap .nav_list-sub .banner_btn_wrap .promotion_btn {
    width: 100%;
}

header .header_wrap .gnb_wrap .nav_list-sub .banner_btn_wrap .bottom_wrap {
    overflow: hidden;
}

header .header_wrap .gnb_wrap .nav_list-sub .banner_btn_wrap .app_int_btn {
    float: left;
    width: 50%;
}

header .header_wrap .gnb_wrap .nav_list-sub .banner_btn_wrap .app_way_btn {
    float: left;
    width: 50%;
}

header .header_wrap .gnb_wrap .list_btn-sub_link {
    margin-top: 25px;
}

header .header_wrap .gnb_wrap .list_btn-sub_link li {
}

header .header_wrap .gnb_wrap .list_btn-sub_link li a {
    display: block;
    padding: 3px 0;
}

header .header_wrap .gnb_wrap .list_btn-sub_link li a em {
    color: #4e4e4e;
    font-size: 22px;
}

header .header_wrap .gnb_wrap .close_btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 42px;
    height: 40px;
    background-color: #c6c6c6;
}

header .header_wrap .gnb_wrap .close_btn a {
    display: block;
    width: 100%;
    height: 100%;
}

header .header_wrap .gnb_wrap .close_btn a > span {
    position: absolute;
    top: 19px;
    left: 9px;
    display: inline-block;
    width: 24px;
    height: 3px;
    background-color: #fff;
}

header .header_wrap .gnb_wrap .close_btn .line_1 {
    transform: rotate(45deg);
}

header .header_wrap .gnb_wrap .close_btn .line_2 {
    transform: rotate(-45deg);
}

header .header_wrap .gnb_wrap .mCSB_inside > .mCSB_container {
    margin-right: 45px;
}

header .header_wrap .mobile_info {
    overflow: hidden;
    float: right;
    margin-top: 13px;
}

header .header_wrap .mobile_info p {
    float: left;
    margin-top: 7px;
    margin-right: 15px;
    font-size: 15px;
    letter-spacing: -1px;
}

header .header_wrap .mobile_info p span {
    color: #4a8fce;
}

header .header_wrap .mobile_info ul {
    overflow: hidden;
    float: left;
}

header .header_wrap .mobile_info ul li {
    float: left;
    margin-left: 8px;
}

header .header_wrap .mobile_info ul li:first-child {
    margin-left: 0;
}

header .header_wrap .mobile_info ul li a {
    display: inline-block;
    width: 186px;
    height: 55px;
    background-repeat: no-repeat;
    background-size: 186px 55px;
}

header .header_wrap .mobile_info ul li.app_store a {
    background-image: url('../images/common/btn_app_store.png');
}

header .header_wrap .mobile_info ul li.google_play a {
    background-image: url('../images/common/btn_google_play.png');
}

header .header_wrap .gnb_wrap .close_btn {
    position: absolute;
    top: 25px;
    right: 25px;
}

#popup_div {
    position: absolute;
    top: 50px;
    bottom: 50px;
    z-index: 50;
    display: none;
    /*padding: 20px 15px; !*opacity: 0; width:1197px; height:820px; *!*/
    border-radius: 50px;
    background-color: #fff;
    opacity: 0;
    overflow: hidden;
}

#popup_div > .close_btn{
    position: absolute;
    top: 15px;
    right: 27px;
    width: 25px;
    height: 25px;
    z-index: 10;
}

#popup_div > .close_btn a {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../images/common/icon_popup_close.png') no-repeat;
    background-size: 100%;
}

#popup_div .popup_cont{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-right: 20px;
}

#popup_div .popup_cont .mCSB_scrollTools{
    top: 55px;
    bottom: 30px;
}

#sub_section {
    padding-top: 80px;
}

/* BUTTON */
[class^="btn-"] {
    display: inline-block;
    width: 100%;
}

[class^="btn-"] a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

[class^="btn-"] a em {
    color: #fff;
    font-weight: bold;
}

.btn-type01 a {
    background-color: #ff8b1a;
}

.btn-type01 a:hover {
    background-color: #ff701a;
}

.btn-type01.nega a {
    background-color: #c4c4c4;
}

.btn-type01.nega a:hover {
    background-color: #adacac;
}

.btn-type01.large {
    height: 75px;
}

.btn-type01.large a em {
    font-size: 25px;
    line-height: 75px;
}

.btn-type01.small {
    height: 49px;
}

.btn-type01.small a em {
    font-size: 22px;
    line-height: 49px;
}

.btn_area {
    width: 100%;
    text-align: center;
}

.btn_area.left {
    text-align: left;
}

.btn_area.right {
    text-align: right;
}

/* FORM */
[class^='form-'] {
    display: inline-block;
}

.form-text {
    position: relative;
    width: 100%;
}

.form-text.type01 input,
.form-text.type01 label.placeholder {
    padding: 24px 20px;
    color: #bfbfbf;
    font-size: 20px;
}

.form-text.type01 input {
    width: 100%;
    height: 75px;
    color: #000;
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 0;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-appearance: none;
    outline: none;
}

.form-text.type01 label.placeholder {
    position: absolute;
    top: 0;
}

.form-text.type01 input[readonly='readonly'] {
    background: #f8f8f8;
    color: #333;
}

.form-text.type02 input,
.form-text.type02 label.placeholder {
    padding: 12px 20px 12px 77px;
    color: #bfbfbf;
    font-size: 20px;
}

.form-text.type02 input {
    width: 100%;
    height: 51px;
    color: #000;
    -webkit-border-radius: 0;
    background-color: #f1f1f1;
    box-sizing: border-box;
    -webkit-appearance: none;
    outline: none;
}

.form-text.type02 label.placeholder {
    position: absolute;
    top: 0;
}

.form-text.type02 input[readonly='readonly'] {
    background: #f8f8f8;
    color: #333;
}

.form-text.type02 .label_tit {
    position: absolute;
    margin-top: 13px;
    margin-left: 20px;
    color: #2a2a2a;
    font-size: 18px;
}

.form-text input[type="number"]::-webkit-outer-spin-button,
.form-text input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    margin: 0;
}

.form-text.type03 {
    position: relative
}

.form-text.type03 input,
.form-text.type03 label.placeholder {
    padding: 17px 20px 17px 76px;
    color: #ffba70;
    font-size: 23px;
    font-weight: bold;
}

.form-text.type03 input {
    width: 100%;
    height: 70px;
    color: #ff7b1a;
    -webkit-border-radius: 0;
    background-color: #ffede1;
    box-sizing: border-box;
    -webkit-appearance: none;
    outline: none;
    border: 2px solid #ff7b1a;
    border-radius: 40px;
}

.form-text.type03::before {
    content: '';
    position: absolute;
    top: 17px;
    left: 30px;
    display: inline-block;
    overflow: hidden;
    width: 34px;
    height: 34px;
    background: url('../images/common/input_icon_spr.png') no-repeat;
}

.form-text.type03.mobile_num::before {
    top: 20px;
    background-position-x: -34px;
}

.form-text.type03 label.placeholder {
    position: absolute;
    top: 0;
}

/*.form-text.type03 input[readonly='readonly'] {background:#f8f8f8;color:#333;}*/
.form-text.type03 .label_tit {
    position: absolute;
    margin-top: 13px;
    margin-left: 20px;
    color: #2a2a2a;
    font-size: 18px;
}

.form-text input[type="number"]::-webkit-outer-spin-button,
.form-text input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    margin: 0;
}

.form-select {
    position: relative;
    width: 100%;
}

.form-select select {
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 51px;
}

.form-select .virtual_select {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: inline-block;
    overflow: hidden;
    padding: 12px 25px;
    width: 100%;
    height: 51px;
    color: #917b5e;
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
    background-color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    -webkit-appearance: none;
    cursor: pointer;
    font-size: 18px;
}

.form-select .virtual_select:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    display: inline-block;
    width: 12px;
    height: 7px;
    margin-top: -2px;
    background: url('../images/common/select_arrow.png') no-repeat;
    background-size: 24px 7px;
}

.form-select.active .virtual_select {
    color: #1f4bb4;
    border-color: #1f4bb4;
}

.form-select.active .virtual_select:after {
    background-position: right 0;
}

.form-select.readonly .virtual_select {
    background: #f8f8f8;
    color: #333;
}

.form-checkbox,
.form-radio {
    position: relative;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    line-height: 30px;
}

.form-checkbox input,
.form-radio input {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    z-index: 2;
}

.form-checkbox input {
    width: 30px;
    height: 30px;
}

.form-radio input {
    width: 30px;
    height: 30px;
}

.form-checkbox label,
.form-radio label {
    float: left;
    height: 30px;
    padding-right: 45px;
    color: #917b5e;
    font-size: 18px;
    cursor: pointer;
}

.form-checkbox label:after,
.form-radio label:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: 32px 16px;
    display: inline-block; /*vertical-align:middle;margin:0 5px 3px 0;*/
}

.form-checkbox label:after {
    width: 30px;
    height: 30px;
    background-size: 60px 30px;
    background-image: url('../images/common/checkbox.png');
}

.form-radio label:after {
    width: 16px;
    height: 16px;
    background-image: url('../images/common/radio.png');
}

.form-checkbox input:checked + label:after {
    background-position: -30px 0;
}

.form-radio input:checked + label:after {
    background-position: -16px 0;
}

/*.form-checkbox input[disabled='disabled'] + label:after {background-position:0 -16px;}*/
.form-checkbox input:focus + label:after,
.form-radio input:focus + label:after {
    outline: 1px dotted #1f4bb4;
}

.form-checkbox.agree input {
    margin-top: -12px;
    width: 24px;
    height: 24px;
}

.form-checkbox.agree label {
    padding-left: 34px;
    font-size: 20px;
    line-height: 24px;
}

.form-checkbox.agree label:after {
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background-image: url('../common/check_agree.png');
    background-size: 24px;
}

.form-checkbox.agree input:checked + label:after {
    background-position: 0 bottom;
}

.form-checkbox.agree .txt_essential {
    display: inline-block;
    margin-left: 6px;
    color: #f54337;
}

.form-checkbox.agree .txt_essential:before {
    content: '(';
    margin-right: 3px;
}

.form-checkbox.agree .txt_essential:after {
    content: ')';
    margin-left: 3px;
}

.form-file {
    position: relative;
}

.form-file > label {
    color: #fff;
    border: none;
    cursor: pointer;
    line-height: 40px;
    width: 100px;
}

.form-file .form-text {
    width: 529px !important;
    vertical-align: top;
}

.form-file input[type='file'] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    border: 0; /*z-index:-1;*/
    opacity: 0;
    filter: alpha(opacity=0);
}

.form-file.active {
    outline: 1px dotted #1f4bb4;
    box-sizing: border-box;
}

/*.form-file.active .form-text input {border-width:0 1px 0 0;}*/
.form-file .btn-type02 {
    position: initial;
}

.form-textarea {
    width: 100%;
    box-sizing: border-box;
}

.form-textarea textarea {
    padding: 9px 10px;
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
    box-sizing: border-box;
    resize: none;
    outline: none;
    font-size: 16px;
}

.form-textarea textarea:focus {
    outline: 1px dotted #1f4bb4;
}

/*
.form-textarea.type02{position: relative; width:100%;box-sizing:border-box;}
.form-textarea.type02 textarea {padding:15px 10px 15px 80px;width:100%;border:none;background-color:#f1f1f1;box-sizing:border-box;resize:none;outline:none;font-size:16px;}
.form-textarea.type02 label.placeholder {padding:12px 20px 12px 77px;color:#bfbfbf;font-size:20px;}
.form-textarea.type02 label.placeholder {position:absolute;top:0;}
.form-textarea.type02 .label_tit{position: absolute;  margin-top:13px; margin-left:20px; color:#2a2a2a; font-size: 18px;}
*/

.form-textarea.type02 {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.form-textarea.type02 textarea {
    padding: 15px 10px 15px 80px;
    width: 100%;
    border: none;
    background-color: #f1f1f1;
    box-sizing: border-box;
    resize: none;
    outline: none;
    font-size: 15px;
}

.form-textarea.type02 label.placeholder {
    padding: 15px 20px 15px 77px;
    color: #917b5e;
    font-size: 15px;
}

.form-textarea.type02 label.placeholder {
    position: absolute;
    top: 0;
}

.form-textarea.type02 .label_tit {
    position: absolute;
    margin-top: 13px;
    margin-left: 20px;
    color: #917b5e;
    font-size: 17px;
}

[class^='form_set'] {
    display: block;
    overflow: hidden;
}

[class^='form_set'] .btn-type02 {
    margin-left: 8px;
}

.form_set-select_box {
    width: 100%;
}

.form_set-select_box ul {
    overflow: hidden;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.form_set-select_box ul li {
    float: left;
    width: 50%;
}

.form_set-select_box ul li .form-select .virtual_select {
    border-top: 0;
    border-left: 0;
}

textarea {
    width: 100%;
    border: 1px solid #ccc;
}

.add_exp {
    color: #ff7b1a;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: -1px;
}

.add_exp:before {
    content: '※';
    display: inline-block;
    margin-right: 5px;
    color: #ff7b1a;
    font-size: 16px;
}

.option_ob {
    display: inline-block;
    overflow: hidden;
}

.option_ob em.name {
    float: left;
    color: #000;
    font-size: 15px;
}

.option_ob a.del_btn {
    display: inline-block;
    float: left;
    margin-top: 3px;
    margin-left: 10px;
    width: 15px;
    height: 15px;
    background: url('../images/common/option_del.png') no-repeat;
}

.list-type01 li {
    position: relative;
    padding-left: 15px;
    color: #000;
    font-size: 30px;
}

.list-type01 li:before {
    content: '';
    position: absolute;
    top: 18px;
    left: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #000;
    vertical-align: top;
    border-radius: 3px;
}

.list-type01 li:after {
    content: '';
    position: absolute;
    top: 22px;
    left: 4px;
    display: inline-block;
    width: 2px;
    height: 2px;
    background-color: #f6e7c7;
    vertical-align: top;
}

footer {
    padding-bottom: 100px;
}

footer * {
    letter-spacing: -0.5px;
}

footer .btn_area { /*overflow: hidden;*/
}

footer .btn_area .footer_btn {
    overflow: hidden;
    display: inline-block;
    margin-top: 5px;
    vertical-align: top;
}

footer .btn_area .footer_btn li {
    position: relative;
    float: left;
    margin-left: 33px;
    padding-left: 33px;
}

footer .btn_area .footer_btn li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    display: inline-block;
    width: 1px;
    height: 16px;
    background-color: #000;
}

footer .btn_area .footer_btn li:first-child {
    margin-left: 0;
    padding-left: 0;
}

footer .btn_area .footer_btn li:first-child:before {
    content: none;
}

footer .btn_area .footer_btn li a {
    display: block;
    padding: 0 2px;
}

footer .btn_area .footer_btn li a em {
    color: #000;
    font-size: 14px;
}

footer .btn_area .sns_btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-left: 33px;
    padding-left: 33px;
    margin-top: 6px;
}

footer .btn_area .sns_btn:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    display: inline-block;
    width: 1px;
    height: 16px;
    background-color: #000;
}

footer .btn_area .sns_btn li {
    float: left;
    margin-left: 9px;
}

footer .btn_area .sns_btn li:first-child {
    margin-left: 0;
}

footer .btn_area .sns_btn li a {
    display: block;
    width: 30px;
    height: 30px;
    background: url('../images/common/icon_footer_sns_spr.png') no-repeat;
}

footer .btn_area .sns_btn li.facebook a {
    background-position: 0 0;
}

footer .btn_area .sns_btn li.instagram a {
    background-position: -30px 0;
}

footer .btn_area .sns_btn li.naver a {
    background-position: -60px 0;
}

footer .info_area {
    overflow: hidden;
    text-align: center;
    width: 795px;
    margin: 8px auto 0 auto;
}

footer .info_area dl {
    position: relative;
    overflow: hidden;
    float: left;
    padding-right: 5px;
    padding-left: 5px;
}

footer .info_area dl:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    display: inline-block;
    width: 1px;
    height: 16px;
    background-color: #707070;
}

footer .info_area dl:first-child {
    margin-left: 0px;
    padding-left: 0;
}

footer .info_area dl:first-child:before {
    content: none;
}

footer .info_area dl.before_none:before {
    content: none;
}

footer .info_area dl dt {
    float: left;
    color: #707070;
    font-size: 14px;
}

footer .info_area dl dt:after {
    content: ':';
    margin: 0 3px;
}

footer .info_area dl dd {
    float: left;
    color: #707070;
    font-size: 14px;
}

footer .copy_right {
    color: #707070;
    text-align: center;
    font-size: 14px;
}

.quick_menu {
    position: fixed;
    right: 25px;
    top: 50%;
    z-index: 15;
    margin-top: 35px;
}

.quick_menu nav {
    position: absolute;
    top: -252px;
    right: -10px;
}

.quick_menu nav [class^='quick-'] {
    position: absolute;
    display: block;
}

.quick_menu nav [class^='quick-'] a {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.quick_menu nav [class^='quick-'] a em {
    display: inline-block;
    margin-top: 52px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: -1px;
}

.quick_menu nav .quick-1 {
    top: 0;
    right: 0;
    width: 130px;
    height: 130px;
}

.quick_menu nav .quick-1 a {
    background-image: url('../images/common/quick_mobile.png');
    cursor: default;
}

.quick_menu nav .quick-1 a em {
    margin-left: 19px;
}

.quick_menu nav .quick-2 {
    top: 130px;
    right: 8px;
    width: 113px;
    height: 113px;
    border-radius: 50%;
    overflow: hidden;
}

.quick_menu nav .quick-2 a {
    background-image: url('../images/common/quick_menu_1.gif');
    background-size: 130px 130px;
    background-position: -9px -9px;
}

.quick_menu nav .quick-2 a em {
    margin-left: 14px;
}

.quick_menu .top_btn {
    margin-top: 10px;
    text-align: center;
}

.quick_menu .top_btn img {
    width: 50px;
}

[class ^= 'Launcherstyled__TextLauncherContent-'].textLauncherContent{
    display: none !important;
}

#ch-plugin-core [class ^= 'Launcherstyled__Wrapper-'] {
    bottom: auto !important;
    top: 50% !important;
    right: 45px !important;
    /*z-index: 15 !important;*/
    margin-top: 35px !important;
}

#ch-plugin-core [class ^= 'Launcherstyled__Wrapper-']::after {
    content: '';
    position: absolute;
    top: 70px;
    left: -30px;
    display: inline-block;
    width: 119px;
    height: 53px;
    background-image: url("../images/common/talk_bal.png");
    animation-name: talk_bal;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes talk_bal {
    0% {
        top: 70px;
    }
    40% {
        top: 75px;
    }
    80% {
        top: 70px;
    }
    100% {
        top: 70px;
    }
}