@charset "UTF-8";
body {
    background-image: none;
}

#header {
    height: auto;
    margin: 0 -20px;
    font-family: '나눔고딕', NanumGothic, '돋움', Dotum, '맑은고딕', MalgunGothic, Helvetica, sans-serif;
    background-image: none;
    background-color: #2d3539;
}

#header .h_section {
    position: relative;
    padding: 17px 26px 16px 19px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    /* Reset 영역 : h1 추후 제거 가능 */
}

#header .h_section h1 {
    height: auto;
}

#header .h_section h1 a {
    height: auto;
}

#header .h_section .h1_logo {
    display: inline-block;
    vertical-align: middle;
}

#header .h_section .h1_logo a,
#header .h_section .h1_logo span {
    display: inline-block;
    height: auto;
    background-image: none;
    vertical-align: middle;
}

#header .h_section .h1_logo a.logo_npay,
#header .h_section .h1_logo span.logo_npay {
    vertical-align: top;
}

#header .h_section .h1_logo a.logo_npay_center,
#header .h_section .h1_logo span.logo_npay_center {
    margin-left: 10px;
}

#header .h_section .button_close {
    background-image: url(../../images/mall/sp_pay_center_header.png);
    background-size: 158px 130px;
    background-position: -138px 0px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 18px;
    right: 20px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

#header .h_section .gnb {
    position: absolute;
    right: 26px;
    top: 50%;
    height: auto;
    margin: -10px 0 0 0;
    padding: 0;
}

#header .h_section .gnb ul {
    float: none;
    vertical-align: top;
}

#header .h_section .gnb ul li a {
    padding: 0;
}

.quick_section {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.quick_section li {
    position: relative;
    float: left;
    margin-left: 10px;
    padding-left: 11px;
}

.quick_section li:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    width: 1px;
    height: 15px;
    background-color: rgba(0, 0, 0, 0.35);
    content: '';
}

.quick_section li a {
    display: block;
}

.quick_section li a.ad {
    background-image: url(../../images/mall/sp_pay_center_header.png);
    background-size: 158px 130px;
    background-position: 0px -113px;
    width: 30px;
    height: 17px;
}

.quick_section li a.shopping {
    background-image: url(../../images/mall/sp_pay_center_header.png);
    background-size: 158px 130px;
    background-position: 0px -67px;
    width: 104px;
    height: 17px;
}

.quick_section li a.easybooking {
    background-image: url(../../images/mall/sp_pay_center_header.png);
    background-size: 158px 130px;
    background-position: 0px -46px;
    width: 108px;
    height: 17px;
}

.quick_section li a.bizadvisor {
    background-image: url(../../images/mall/sp_pay_center_header.png);
    background-size: 158px 130px;
    background-position: 0px -26px;
    width: 129px;
    height: 16px;
}

.quick_section li a.bizloancomp {
	background-image: url(../../images/mall/sp_pay_center_header.png);
	background-size: 158px 130px;
    background-position: -58px -88px;
    width: 58px;
	height: 17px;
}

.gnb_list li {
    position: relative;
    display: inline-block;
    float: none;
    margin: 0 0 0 9px;
    padding: 0 0 0 9px;
    color: #fff;
    line-height: 20px;
    background: none;
    vertical-align: top;
}

.gnb_list li.item_management, .gnb_list li.log {
    margin-right: -3px;
}

.gnb_list li.item_management:before, .gnb_list li.log:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    width: 1px;
    height: 10px;
    background-color: #000;
    content: '';
}

.gnb_list li.item_management {
    padding-right: 9px;
    margin-right: -12px;
}

.gnb_list li.item_management .area_tooltip_management {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 9px;
    width: 200px;
    transform: translateX(-50%);
    text-align: center;
}

.gnb_list li.item_management .tooltip_management {
    position: relative;
    display: inline-block;
    max-width: 100%;
    padding: 6px 31px 6px 10px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -1px;
    font-weight: 600;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
    background-image: linear-gradient(112.37deg, #0dc56c 2.34%, #09aa9e 100%);
    background-color: #09aa9e;
    text-align: left;
    vertical-align: top;
}

.gnb_list li.item_management .tooltip_management:before {
    background-image: url(../../images/mall/sp_pay_center_header.png);
    background-size: 158px 130px;
    background-position: -138px -90px;
    width: 8px;
    height: 4px;
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -4px;
}

.gnb_list li.item_management .tooltip_management_close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    line-height: 1px;
    cursor: pointer;
}

.gnb_list li.item_management .tooltip_management_close:before {
    background-image: url(../../images/mall/sp_pay_center_header.png);
    background-size: 158px 130px;
    background-position: -138px -47px;
    width: 12px;
    height: 12px;
    content: '';
    display: block;
}

.gnb_list li button {
    border: none 0;
    background-color: transparent;
}

.gnb_list li .nickname {
    position: relative;
    margin-top: -3px;
    padding: 0 10px 0 20px;
    border: 1px solid #fff;
    border-radius: 14px;
    font-family: '나눔고딕', NanumGothic, '돋움', Dotum, '맑은고딕', MalgunGothic, Helvetica, sans-serif !important;
    font-size: 12px;
    line-height: 25px;
    cursor: pointer;
}

.gnb_list li .nickname:before {
    position: absolute;
    top: 9px;
    left: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #00c73c;
    content: '';
}

.gnb_list li a,
.gnb_list li button {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.gnb_list li a.service_more,
.gnb_list li button.service_more {
    background-image: url(../../images/mall/sp_pay_center_header.png);
    background-size: 158px 130px;
    background-position: -138px -24px;
    width: 19px;
    height: 19px;
}

.gnb_list li .layer_more {
    display: none;
    position: absolute;
    right: -26px;
    top: 29px;
    width: 139px;
    padding: 0 20px 16px;
    background: url("../../images/mall/header_tooltip_middle.png") repeat-y 0 10px;
}

.gnb_list li .layer_more:before {
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
    height: 10px;
    background: url("../../images/mall/header_tooltip_top.png") no-repeat 0 0;
    content: '';
}

.gnb_list li .layer_more:after {
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 4px;
    background: url("../../images/mall/header_tooltip_bottom.png") no-repeat 0 0;
    content: '';
}

.gnb_list li .layer_more ul {
    margin-top: 15px;
}

.gnb_list li .layer_more ul + ul {
    padding-top: 15px;
    border-top: 1px solid #f1f5f7;
}

.gnb_list li .layer_more li {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -1px;
}

.gnb_list li .layer_more li a {
    display: block;
    color: #525252;
}

.gnb_list li .layer_more li + li {
    margin-top: 13px;
}

.gnb_list li .ly_franchise {
    position: absolute;
    top: 30px;
    right: 0;
    width: 418px;
    height: 558px;
    border: 1px solid #dbdde2;
    background-color: #fff;
    z-index: 10;
}

.gnb_list li .ly_franchise .ly_title {
    height: 58px;
    margin: 0 29px;
    border-bottom: 2px solid #000;
}

.gnb_list li .ly_franchise .ly_title .title {
    float: left;
    line-height: 58px;
    font-size: 15px;
    color: #000;
    letter-spacing: -0.5px;
}

.gnb_list li .ly_franchise .ly_title .search_area {
    position: relative;
    float: right;
}

.gnb_list li .ly_franchise .ly_title .btn_back,
.gnb_list li .ly_franchise .ly_title .btn_delete,
.gnb_list li .ly_franchise .ly_title .input_search {
    display: none;
}

.gnb_list li .ly_franchise .ly_title .btn_back .icon,
.gnb_list li .ly_franchise .ly_title .btn_delete .icon,
.gnb_list li .ly_franchise .ly_title .input_search .icon {
    display: inline-block;
    vertical-align: top;
}

.gnb_list li .ly_franchise .ly_title .btn_back,
.gnb_list li .ly_franchise .ly_title .btn_delete,
.gnb_list li .ly_franchise .ly_title .btn_search {
    cursor: pointer;
}

.gnb_list li .ly_franchise .ly_title .btn_back {
    width: 34px;
    height: 58px;
}

.gnb_list li .ly_franchise .ly_title .btn_delete {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 38px;
}

.gnb_list li .ly_franchise .ly_title .btn_search {
    position: absolute;
    top: 11px;
    right: -10px;
    width: 38px;
    height: 38px;
    cursor: pointer;
}

.gnb_list li .ly_franchise .ly_title .btn_search .icon {
    display: inline-block;
    vertical-align: top;
}

.gnb_list li .ly_franchise .ly_title.on .title {
    display: none;
}

.gnb_list li .ly_franchise .ly_title.on .search_area {
    float: left;
    margin-top: 10px;
    padding-left: 10px;
    width: 317px;
    height: 38px;
    border: 1px solid #d2d5dc;
}

.gnb_list li .ly_franchise .ly_title.on .search_area.is-search {
    border-color: #00c73c;
}

.gnb_list li .ly_franchise .ly_title.on .search_area.is-search .btn_search {
    display: none;
}

.gnb_list li .ly_franchise .ly_title.on .search_area.is-search .btn_delete {
    display: block;
}

.gnb_list li .ly_franchise .ly_title.on .btn_back {
    float: left;
    display: block;
    margin: 0 5px 0 -8px;
}

.gnb_list li .ly_franchise .ly_title.on .btn_search {
    top: 0;
    right: 0;
}

.gnb_list li .ly_franchise .ly_title.on .input_search {
    display: inline-block;
    margin-top: 1px;
    width: 280px;
    border: 0;
    font-size: 12px;
    line-height: 36px;
    color: #4d5159;
    vertical-align: top;
    outline: transparent;
}

.gnb_list li .ly_franchise .ly_title.on + .ly_cont .name_area {
    padding-right: 0;
}

.gnb_list li .ly_franchise .ly_title.on + .ly_cont .name_area .btn_bookmark,
.gnb_list li .ly_franchise .ly_title.on + .ly_cont .name_area > .icon {
    display: none;
}

.gnb_list li .ly_franchise .ly_cont {
    overflow: auto;
    max-height: 458px;
    padding: 10px 29px 30px;
}

.gnb_list li .ly_franchise .ly_cont .store_item {
    display: block;
    margin-left: 0;
    padding: 20px 0 16px;
    border-bottom: 1px solid #e3e7ee;
}

.gnb_list li .ly_franchise .ly_cont .name_area {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 23px;
    color: #222;
}

.gnb_list li .ly_franchise .ly_cont .name_area.on .store_name {
    color: #00c73c;
}

.gnb_list li .ly_franchise .ly_cont .name_area.on .store_name .icon-check {
    display: inline-block;
    margin-top: 8px;
    vertical-align: top;
}

.gnb_list li .ly_franchise .ly_cont .name_area .btn_bookmark {
    float: left;
    width: 25px;
    height: 25px;
    border: 0;
    margin-left: -5px;
    background: none;
    cursor: pointer;
}

.gnb_list li .ly_franchise .ly_cont .name_area .btn_bookmark.button-active .icon svg path {
    fill: #00c73c;
}

.gnb_list li .ly_franchise .ly_cont .name_area .btn_bookmark .icon {
    display: inline-block;
    vertical-align: top;
}

.gnb_list li .ly_franchise .ly_cont .name_area .category {
    display: block;
    width: 77px;
    margin-bottom: 8px;
    border-radius: 12px;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}

.gnb_list li .ly_franchise .ly_cont .name_area .category.expert {
    background-color: #4a65f6;
}

.gnb_list li .ly_franchise .ly_cont .name_area .category.order {
    background-color: #00bac8;
}

.gnb_list li .ly_franchise .ly_cont .name_area .category.etc {
    background-color: #96989f;
}

.gnb_list li .ly_franchise .ly_cont .name_area .category.payment {
    border: 1px solid #007cd9;
    color: #007cd9;
    line-height: 21px;
}

.gnb_list li .ly_franchise .ly_cont .name_area .category.offline {
    border: 1px solid #f50;
    color: #f50;
    line-height: 21px;
}

.gnb_list li .ly_franchise .ly_cont .name_area .category.reserve {
    background-color: #8b70e6;
}

.gnb_list li .ly_franchise .ly_cont .name_area .category.happybean {
    background-color: #0eaa30;
}

.gnb_list li .ly_franchise .ly_cont .name_area .category.blog {
    border: 1px solid #03c75a;
    color: #03c75a;
    line-height: 21px;
}

.gnb_list li .ly_franchise .ly_cont .name_area .store_name {
    overflow: hidden;
    display: block;
    color: #4d5159;
    font-weight: bold;
    line-height: 25px;
    font-size: 13px;
}

.gnb_list li .ly_franchise .ly_cont .name_area .store_name .icon-check {
    display: none;
}

.gnb_list li .ly_franchise .ly_cont .notice {
    padding-top: 10px;
    text-align: center;
    font-size: 12px;
    color: #4d5159;
}

.gnb_list li .ly_franchise .ly_cont .notice .highlight {
    color: #00c73c;
}

.gnb_list li .ly_franchise .ly_cont .empty {
    margin-top: 40px;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
    color: #4d5159;
}

.gnb_list li .ly_franchise .ly_cont .empty .match {
    color: #00c73c;
}

.gnb_list li .ly_franchise .ly_guide {
    position: absolute;
    top: 253px;
    left: 50%;
    transform: translateX(-50%);
    padding: 18px 20px 17px;
    background-color: #2d333a;
    border-radius: 8px;
}

.gnb_list li .ly_franchise .ly_guide .text {
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
}

.gnb_list li .ly_franchise .ly_guide .text .point-color {
    color: #00c73c;
}

.nav_section {
    position: relative;
    padding-bottom: 35px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 0px;
}

.nav_section .blink_bg {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f0f1f4;
    z-index: 1;
}

.nav_section ul:after {
    clear: both;
    display: block;
    content: '';
}

.nav_section li {
    position: relative;
    display: inline-block;
    padding-left: 1px;
    vertical-align: top;
    z-index: 10;
}

.nav_section li + li:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 13px;
    margin-top: -6px;
    background-color: rgba(0, 0, 0, 0.3);
    content: '';
}

.nav_section li a {
    display: block;
    padding: 12px 20px 11px;
    font-size: 12px;
    color: #fff;
    line-height: 17px;
    text-decoration: none;
}

.nav_section li a .new_icon {
    background-image: url(../../images/mall/sp_pay_center_header.png);
    background-size: 158px 130px;
    background-position: -138px -63px;
    width: 11px;
    height: 11px;
    display: inline-block;
    margin: 2px 0 0 2px;
    vertical-align: top;
}

.nav_section li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 10px;
    white-space: nowrap;
}

.nav_section li.home_on a {
    color: #19999e;
}

.nav_section li.on {
    z-index: 20;
}

.nav_section li.on a {
    position: relative;
    margin: 0 -1px;
    padding: 12px 21px 11px;
    color: #2d3539;
    background-color: #f0f1f4;
}

.nav_section li.on ul {
    display: block;
}

.nav_section li.on ul li a {
    margin: 0;
    padding: 10px 10px 11px;
    color: #707276;
    line-height: normal;
    background-color: transparent;
}

.nav_section li.on ul li.on a {
    color: #312f3a;
    font-weight: bold;
}

.nav_section li.on ul.position_r0 {
    left: auto;
    right: 9px;
}
/*# sourceMappingURL=pay_center_header.css.map */
