@charset "UTF-8";
a { text-decoration: none; color: inherit; }
html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center; /* 수직 중앙 정렬 */
    flex-direction: column; /* 요소들을 수직으로 배치 */
}

.header {
    max-width: 720px;
    width: 100%;
}

.main {
    max-width: 720px;
    width: 100%;
}

.footer {
    max-width: 720px;
    width: 100%;
    height: 100px;
    background-color: #F7F7F9;
    color: #555566
}

nav.nav {
    max-width: 720px;
    display: flex;
    position: fixed;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100vw;
    background-color: #fff;
    box-shadow: none;
    border-top: 1px solid #F1F1F5;
}

nav.nav .link {
    flex: 10;
    height: 55px;
    font-size: 0;
    line-height: 0;
    text-align: center
}

.sub_header_wrap {
    width: 100%;
    max-width: 720px;
    z-index: 100;
    left: 0;
    top: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block
}

a, audio, canvas, label, progress, span, video {
    display: inline-block
}

article, aside, audio, blockquote, body, button, canvas, caption, dd, details, div, dl, dt, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, iframe, legend, li, menu, nav, ol, p, pre, section, summary, table, tbody, td, template, tfoot, th, thead, tr, ul, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: inherit;
    font-family: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    word-break: break-all
}

body, html {
    text-rendering: optimizeLegibility
}

img {
    border: none
}

audio, img, video {
    max-width: 100%;
    max-height: 100%
}

figcaption, figure {
    margin: 0;
    padding: 0
}

b, strong {
    font-weight: 600
}

address, cite, dfn, em, i {
    font-style: normal
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 90%
}

sub, sup {
    position: relative;
    font-size: .9em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

del {
    text-decoration: line-through
}

label {
    cursor: pointer
}

a, span {
    display: inline-block;
    vertical-align: middle
}

ol, ul, ul li {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption {
    position: relative;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    background: 0 0;
    font-size: 0;
    color: transparent;
    line-height: 0;
    text-indent: 100%
}

legend {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    background: 0 0;
    font-size: 0;
    color: transparent;
    line-height: 0
}

fieldset {
    border: none;
    min-width: 0
}

hr {
    height: 0;
    width: 0;
    font-size: 0;
    background: 0 0;
    border: none
}

hr {
    margin: 20px 0;
    width: 100%;
    height: 1px;
    background-color: #ddd
}

template {
    display: none
}

.clearfix {
    display: block
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.clear {
    clear: both
}

.hide {
    display: none
}

.blind {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: -1px;
    width: 1px;
    height: 1px
}

input {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    vertical-align: middle;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 32px;
    margin: 1px;
    padding: 1px 6px;
    border: solid 1px #dedede;
    line-height: 30px
}

input[type=search], input[type=text] {
    -webkit-border-radius: 0;
    -webkit-appearance: none
}

input[type=search] {
    height: 28px;
    line-height: 24px
}

input[type=submit] {
    height: 28px;
    background: 0 0;
    line-height: 24px
}

input[type=file] {
    margin: 6px 0 5px;
    border: none;
    vertical-align: middle;
    line-height: 21px;
    height: 22px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

input[type=checkbox], input[type=radio] {
    width: 14px;
    height: 14px;
    border: 1px solid #a6a6a6
}

input[type=checkbox] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

button {
    text-transform: none;
    vertical-align: middle
}

[type=button], [type=reset], [type=submit], button {
    height: 38px;
    padding: 1px 6px;
    background-color: transparent;
    cursor: pointer;
    -webkit-border-radius: 0;
    -webkit-appearance: none
}

select {
    height: 28px;
    padding: 1px 0 1px 6px;
    border: solid 1px #dedede;
    line-height: 24px;
    background: #fff;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    text-transform: none;
    vertical-align: middle
}

textarea {
    min-height: 80px;
    /*padding: 1px 6px;*/
    border: solid 1px #dedede;
    line-height: 25px;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    vertical-align: middle;
    resize: none
}

input[disabled=disabled] {
    background-color: #ebebeb;
    color: #959595
}

select[disabled=disabled] {
    background-color: #ebebeb;
    color: transparent
}

::placeholder {
    color: #999
}

:after, :before {
    display: none;
    content: ''
}

/*@font-face{font-family:nanum;font-weight:400;src:url(fonts/NanumBarunGothic.woff2) format("woff2"),url(fonts/NanumBarunGothic.woff) format("woff")}*/
/*@font-face{font-family:nanum;font-weight:600;src:url(fonts/NanumGothicBold.woff2) format("woff2"),url(fonts/NanumGothicBold.woff) format("woff")}*/
body {
    position: relative;
    font-size: 14px;
    line-height: 1.5;
    color: #535353;
    font-weight: 400;
    font-family: nanum, 'Malgun Gothic', '맑은 고딕', Dotum, '돋움', Helvetica, "Apple SD Gothic Neo", "애플 SD 산돌고딕 Neo", sans-serif;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased
}

a:link {
    color: inherit;
    text-decoration: none
}

a:visited {
    color: inherit;
    text-decoration: none
}

a:hover {
    text-decoration: none
}

a:active {
    color: inherit;
    text-decoration: none
}

.top_banner {
    padding: 6px 12px;
    background-color: #fff;
    text-align: center
}

.top_banner_wrap {
    position: relative;
    border: 1px solid #cbcbcb;
    border-radius: 12px
}

.top_banner a {
    position: relative;
    display: inline-block;
    padding: 8px 8px 6px 4px
}

.top_banner a img {
    width: 40px;
    vertical-align: middle
}

/* .top_banner a:before{display:inline-block;margin-top:-4px;margin-right:6px;background-image:url(../images/common.png);background-position:-33px -45px;width:21px;height:21px;vertical-align:middle} */
.top_banner .close {
    display: block;
    background-image: url(../images/common.png);
    background-position: 0 -78px;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 15px;
    top: 12px
}

.gnb {
    background-color: #fff;
    position: relative;
    z-index: 10;
    align-items: center;
}

.gnb_left a {
    display: inline-block;
    padding: 10px 12px 6px 12px;
    height: inherit;
    color: #000;
    vertical-align: middle
}

.gnb_left .crown {
    padding-left: 0
}

.gnb_left .crown img {
    width: 40px;
    vertical-align: middle
}

/* .gnb_left .crown:before{display:inline-block;margin-right:6px;margin-top:-3px;background-image:url(../images/common.png);background-position:-33px -45px;width:21px;height:21px;vertical-align:middle;transform:scale(.9);transform-origin:center center} */
.gnb_left .link {
    position: relative;
    vertical-align: middle
}

.gnb_left .link:before {
    display: block;
    position: absolute;
    left: 0;
    top: 14px;
    width: 1px;
    height: 10px;
    background: #fff;
    content: ''
}

.gnb .gnb_right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px
}

.gnb .gnb_right a {
    display: inline-block;
    position: relative;
    font-size: 0;
    line-height: 0
}

.gnb .gnb_right .search {
    margin-right: 12px
}

.gnb .gnb_right .search:after {
    display: inline-block;
    padding: 0;
    background-image: url(../images/common.png);
    background-position: 0 -44px;
    width: 23px;
    height: 23px;
    vertical-align: middle;
    transform: scale(.7);
    transform-origin: center center
}

.gnb .gnb_right .question:after {
    display: inline-block;
    background-image: url(../images/common.png);
    background-position: -47.5px 0;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    transform: scale(.7);
    transform-origin: center center
}

.footer .row {
    max-width: 720px;
    width: 100%;
    padding: 8px 12px
}

.footer .company {
    display: flex
}

.footer .company .item {
    flex: 1 0;
    line-height: 24px
}

.footer .company .detail {
    text-align: right
}

.footer .company .detail button {
    position: relative;
    padding-right: 25px;
    color: #6B7280;
    vertical-align: middle;
    height: 24px
}

.footer .company .detail button:after {
    display: block;
    position: absolute;
    right: 0;
    top: 8px;
    background-image: url(../images/common.png);
    background-position: -22px -78px;
    width: 16px;
    height: 8px;
    transform: scale(.8);
    transform-origin: center
}

.footer .company .detail button.open:after {
    transform: scale(.8) rotate(180deg)
}

.footer .over {
    display: none;
    background-color: #F7F7F9;
    color: #555566
}

.footer .over .row {
    border-top: 1px solid #E8E8EE
}

.footer_nav {
    padding: 0 12px
}

.footer_nav a {
    position: relative;
    padding: 6px 10px 4px;
    color: #555566
}

.footer_nav a:first-child {
    padding-left: 0
}

.footer_nav a:first-child:after {
    position: absolute;
    display: block;
    right: 0;
    top: 10px;
    width: 1px;
    height: 12px;
    background-color: #D1D5DB
}

.footer_nav .privacy {
    color: #1A1A2E;
    font-weight: 700
}

.footer_info {
    font-size: 12px;
    color: #6B7280
}

.footer .goto {
    position: fixed;
    right: 8px;
    bottom: 65px;
    z-index: 100;
    background-image: url(../images/common.png);
    background-position: 0 0;
    width: 38px;
    height: 35px;
    font-size: 0
}

.slick-slider {
    position: relative
}

.slick-list {
    overflow: hidden;
    position: relative
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto
}

.slick-track:after, .slick-track:before {
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left
}

.slick-slide.slick-loading img {
    display: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block
}

.em_red {
    color: red
}

.em_blue {
    color: #00b7ee
}

.em_orange {
    color: #eb6100
}

.em_bluegreen {
    color: #009e96
}

.em_yellow {
    color: #f08940
}

.text_small {
    font-size: 12px
}

.text_center {
    text-align: center
}

.main_visual {
    max-width: 720px;
    width: 100%;
    position: relative;
    font-size: 0;
    line-height: 0
}

.main_visual .slick-slide {
    overflow-x: hidden;
    position: relative;
    width: 100vw;
    height: auto
}

.main_visual .slick-slide a {
    display: block
}

.main_visual .slick-slide img {
    width: 100%
}

.main_visual .slick-dots {
    position: absolute;
    z-index: 100;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center
}

.main_visual .slick-dots > li {
    display: inline-block;
    margin: 0 2px
}

.main_visual .slick-dots button {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 0
}

.main_visual .slick-dots .slick-active button {
    background-color: #959595
}

.category {
    width: 100%;
    display: flex;
}

.category .item {
    overflow: hidden;
    flex: 1 0;
    font-size: 0;
    line-height: 0
}

.category .item a {
    display: block
}

.category .item img {
    width: 100%
}

.banner {
    max-width: 720px;
    width: 100%;
    border-top: 1px solid #030100;
    box-shadow: 0 2px 5px 1.5px rgba(0, 0, 0, .1);
    font-size: 0;
    line-height: 0
}

.banner a {
    display: block
}

.banner img {
    width: 100%
}

.counselor_list {
    max-width: 720px;
    width: 100%;
}

.counselor {
    width: 100%;
}

.counselor_list .more {
    width: 190px;
    margin: 25px auto;
    border: 1px solid #d9d9d9;
    border-radius: 8px
}

.counselor_list .more a {
    display: block;
    line-height: 32px;
    text-align: center;
    color: #1b1b1b
}

.counselor_list .more a:before {
    display: inline-block;
    margin-top: -2px;
    margin-right: 6px;
    background-image: url(../images/main.png);
    background-position: -28px -31px;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    transform-origin: center;
    transform: scale(.8)
}

.counselor .c-item {
    display: flex;
    padding: 12px;
    position: relative;
}

.counselor .image {
    flex: 0 1 210px;
    width: 190px;
    position: relative;
    padding-right: 12px
}

.counselor .method {
    position: absolute;
    left: 8px;
    top: 8px
}

.counselor .method img {
    width: 50px
}

.counselor .photo {
    font-size: 0;
    line-height: 0
}

.counselor .explain {
    flex: 1 0;
    position: relative
}

.counselor .title {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin-bottom: 8px
}

.counselor .title em {
    display: inline-block;
    color: #ff717b
}

.counselor .text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    position: relative;
    height: 42px;
    margin-bottom: 12px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5
}

.counselor .status {
    position: relative;
    z-index: 20;
    font-size: 0;
    line-height: 0;
}

.counselor .status button {
    position: relative;
    z-index: 20;
    display: block;
    height: auto;
    padding: 0;
}

.counselor .tag-list {
    display: flex;
    padding: 0 12px;
    border-top: 2px solid #e5e5e5
}

.counselor .tag {
    flex: 1 0;
    position: relative;
    width: calc(100% - 120px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.counselor .tag .item {
    padding: 10px 4px 8px 0;
    color: #004986
}

.counselor .review_btn {
    flex: 1 0 120px;
    max-width: 125px;
    text-align: right
}

.counselor .review_btn button {
    position: relative;
    padding: 0 25px 0 0;
    height: 100%;
    vertical-align: middle
}

.counselor .review_btn button:after {
    display: block;
    position: absolute;
    right: 0;
    top: 3px;
    background-image: url(../images/main.png);
    background-position: -30px 0;
    width: 22px;
    height: 16px;
    transform: scale(.7) rotate(90deg);
    transform-origin: center
}

.counselor .review_btn button.open:after {
    transform: scale(.7) rotate(0)
}

.counselor .review {
    display: none;
    margin: 0 12px;
    border-top: 1px solid #000
}

.counselor .review .list {
    position: relative;
    margin-top: 10px
}

.counselor .review .list li {
    position: relative;
    border-bottom: 1px solid #ebebeb
}

.counselor .review .list li a {
    display: block;
    flex: 0 1 auto;
    padding: 10px 12px 8px
}

.counselor .review .list li .subject {
    position: relative;
    width: calc(100% - 65px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.counselor .review .list li .writer {
    float: right;
    width: 60px;
    text-align: right
}

.counselor .review .list li.reply .subject {
    position: relative
}

.counselor .review .list li.reply .subject:before {
    display: inline-block;
    margin-right: 4px;
    background-image: url(../images/main.png);
    background-position: 0 -31px;
    width: 18px;
    height: 17px
}

.counselor .review_more {
    text-align: center
}

.counselor .review_more a {
    display: block;
    padding: 12px 12px 10px;
    text-align: center;
    color: #1b1b1b
}

.counselor .review_more a:after {
    display: inline-block;
    margin-left: 10px;
    margin-top: -2px;
    background-image: url(../images/main.png);
    background-position: -62px 0;
    width: 10px;
    height: 19px;
    vertical-align: middle;
    transform: scale(.8);
    transform-origin: center
}

.counselor .gutter {
    height: 10px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background-color: #e5e5e5
}

html.backdrop {
    width: 100vw;
    height: 100vh;
    overflow: hidden
}

html.backdrop body:before {
    display: block;
    z-index: 990;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .4)
}

html.show_category {
    width: 100vw;
    height: 100vh;
    overflow: hidden
}

.consulting_pop {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 50vh;
    z-index: 1000;
    width: 350px;
    min-height: 100px;
    border-radius: 0;
    transform: translate(-50%, -50%);
    text-align: center
}

.consulting_pop img {
    vertical-align: top
}

.consulting_pop .pop_content {
    background-color: #e0dada;
    padding-bottom: 25px
}

.consulting_pop .consulting_item {
    position: relative;
    padding-top: 40px
}

.consulting_pop .consulting_item .btn {
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: -98.5px
}

.consulting_pop .close {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 25px;
    height: 26px;
    background-color: #4A32CC;
    font-size: 0;
    line-height: 0
}

.consulting_pop .close:before {
    position: absolute;
    display: block;
    left: 4px;
    top: 4px;
    background-image: url(../images/main.png);
    background-position: 1px 0;
    width: 21px;
    height: 21px;
    transform: scale(.8);
    transform-origin: left top
}

.consult_pop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999999999;
}

.consult_pop .consult_pop_box {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: 0;
    z-index: 999999999999;
    max-width: 620px;
    width: 100%;
    transform: translate(-50%, -50%);
    padding: 10px;
}

.consult_pop .pop_title {
    background-color: #bcb8b8;
    padding: 10px;
}

.consult_pop .pop_content {
    background-color: #dedede;
    padding-bottom: 25px
}

.consult_pop .consulting_item {
    position: relative;
    padding-top: 40px;
}

.consult_pop .consulting_item .btn {
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: -98.5px
}

.consult_pop .text {
    text-align: center;
    padding-top: 25px;
    width: 85%;
    margin-left: 25px;
    background-color: #f0eded;
    height: 85px;
    padding-top: 30px;
}

.consult_pop .close {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 25px;
    height: 26px;
    background-color: #4A32CC;
    font-size: 0;
    line-height: 0
}

.consult_pop .close:before {
    position: absolute;
    display: block;
    left: 4px;
    top: 4px;
    background-image: url(../images/main.png);
    background-position: 1px 0;
    width: 21px;
    height: 21px;
    transform: scale(.8);
    transform-origin: left top
}

.layer-popup {
    display: none;
    position: absolute;
    left: 50vw;
    top: 50vh;
    width: 300px;
    z-index: 1100;
    background-color: #fff;
    transform: translate(-50%, -50%)
}

.layer-popup .date {
    background-color: #fff;
    line-height: 40px;
    font-size: 18px;
    letter-spacing: -1px;
    text-align: center
}

.layer-popup .image {
    font-size: 0;
    line-height: 0
}

.layer-popup .layer-btns {
    background-color: #fff;
    border: 1px solid #ddd
}

.layer-popup .layer-btns:after {
    display: table;
    clear: both
}

.layer-popup .layer-btns button {
    float: left;
    position: relative;
    width: 50%;
    height: 30px;
    line-height: 28px;
    color: #1b1b1b
}

.layer-popup .layer-btns .close:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 30px;
    background-color: #ddd
}

.sub_header {
    display: flex;
    background-color: #fff;
    color: #000;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .1);
}

.sub_header .back {
    flex: 0 1 40px;
    position: relative;
    width: 40px;
    font-size: 0;
    line-height: 0
}

.sub_header .back:before {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/contents.png);
    background-position: -182px -190px;
    width: 18px;
    height: 15px;
    transform: scale(.8) translate(-50%, -50%);
    transform-origin: left top
}

.sub_header .content_title {
    flex: 1 0;
    line-height: 55px;
    font-size: 15px;
    letter-spacing: -1px
}

.sub_header .content_title_right {
    flex: 1 0;
    position: relative;
    padding-right: 12px;
    text-align: right;
    line-height: 55px
}

.sub_header .content_title_right.logo {
    color: #f08940;
    font-size: 20px;
    padding-right: 24px
}

.sub_header .content_title_right.logo:after {
    display: none
}

.sub_header .content_title_right .link:after {
    display: inline-block;
    margin-left: 4px;
    margin-top: -2px;
    background-image: url(../images/contents.png);
    background-position: -197px -105px;
    width: 7px;
    height: 13px;
    vertical-align: middle
}

.sub_header .content_title_right .search {
    margin-right: 12px;
    font-size: 0;
    line-height: 0
}

.sub_header .content_title_right .search:after {
    display: inline-block;
    padding: 0;
    background-image: url(../images/common.png);
    background-position: 0 -45px;
    width: 23px;
    height: 23px;
    vertical-align: middle;
    transform: scale(.7);
    transform-origin: center center
}

.sub_header .content_title_right .question {
    font-size: 0;
    line-height: 0
}

.sub_header .content_title_right .question:after {
    display: inline-block;
    background-image: url(../images/common.png);
    background-position: -48px 0;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    transform: scale(.7);
    transform-origin: center center
}

.tab {
    display: flex;
    background-color: #fff
}

.tab .link {
    flex: 1 0;
    position: relative;
    text-align: center;
    line-height: 43px;
    border-bottom: 2px solid #cecece;
    color: #313131
}

.tab .link.active {
    border-color: #700c4c;
    color: #700c4c
}

.tab .link.active:before {
    display: block;
    position: absolute;
    left: calc(50% - 2px);
    bottom: 0;
    background-image: url(../images/contents.png);
    background-position: -210px -190px;
    width: 11px;
    height: 6px
}

/*padding-top:100px;padding-bottom:56px*/
.sub-content {
    width: 100%;
    max-width: 720px;
}

/*.sub-content.single{padding-top:55px}*/
.counselor-view {
    max-width: 720px;
    width: 100%;
    padding: 0 0 56px
}

.counselor-view .image {
    display: block;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #eaeaea
}

.counselor-view .image .photo img {
    width: 100%
}

.counselor-view .image .status {
    position: absolute;
    left: 5px;
    top: 10px;
    z-index: 2
}

.counselor-view .image .status img {
    max-width: inherit;
    max-height: inherit
}

.counselor-view .image .type {
    position: absolute;
    right: 15px;
    top: 10px
}

.counselor-view .image .method {
    padding-bottom: 7px;
    font-size: 0;
    line-height: 0
}

.counselor-view .image .method img {
    width: 100px;
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, .2)
}

.counselor-view .image .tag {
    width: 100%;
    margin-top: 2px;
    padding: 2px 10px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #dedede;
    font-size: 11px;
    color: #7d7d7d
}

.counselor-view .title {
    font-size: 16px;
    color: #707070;
    font-weight: 700
}

.counselor-view .title_wrap {
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid #eaeaea;
    background-color: #fbfbfb
}

.counselor-view .title_wrap .text {
    margin-top: 6px;
    color: #8a8000;
    font-size: 12px
}

.counselor-view .title span {
    font-size: 14px
}

.counselor-view .title em {
    display: inline-block;
    color: #ff717b
}

.counselor-view .content {
    padding: 20px
}

.counselor-view .content p {
    margin-bottom: 20px
}

.counselor-view .qna .qna_title_wrap {
    position: relative;
    padding-bottom: 25px;
    border-bottom: 2px solid #41454c;
    background-color: #fbfbfb
}

.counselor-view .qna .qna_empty {
    padding: 20px 20px 40px;
    text-align: center;
    border-bottom: 2px solid #d4d4d4
}

.counselor-view .qna .qna_empty:before {
    display: block;
    margin: 0 auto 10px;
    background-image: url(../images/contents.png);
    background-position: -163px -53px;
    width: 43px;
    height: 42px
}

.counselor-view .qna .title_text {
    padding: 12px 12px 20px
}

.counselor-view .qna .title_text li {
    position: relative;
    padding-left: 10px
}

.counselor-view .qna .title_text li:before {
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #333
}

.counselor-view .qna .review_btn {
    padding: 0 20px;
    background-color: #2ea3ca;
    border-radius: 4px;
    color: #fff;
    line-height: 36px
}

.counselor-view .qna .review_btn.purple {
    background-color: #8358a0
}

.counselor-view .qna .list {
    border-top: 2px solid #d4d4d4
}

.counselor-view .qna .list .item {
    position: relative;
    padding: 20px 5px 0 130px;
    border-bottom: 1px solid #ccc
}

.counselor-view .qna .list .status {
    position: absolute;
    left: 12px;
    top: 15px
}

.counselor-view .qna .list .top .span {
    vertical-align: middle
}

.counselor-view .qna .list .date {
    font-size: 12px;
    margin-left: 10px;
    color: #959595
}

.counselor-view .qna .secret {
    margin-left: 8px;
    background-image: url(../images/contents.png);
    background-position: -155px -190px;
    width: 17px;
    height: 20px
}

.counselor-view .qna .reply {
    margin: 0 -5px 0 -130px;
    padding: 10px 0 10px 130px;
    background-color: #fff;
    border-top: 1px dotted #ccc
}

.counselor-view .qna .reply .name {
    color: #313131
}

.counselor-view .qna .reply .text {
    margin-top: 0
}

.counselor-view .qna .form textarea {
    width: calc(100% - 12px);
    height: calc(100vh - 340px);
    border: none
}

.counselor-view .qna .form textarea::placeholder {
    padding-top: 35%;
    font-size: 20px;
    text-align: center;
    color: #c9c9c9
}

.counselor-view .review .review_title_wrap {
    position: relative;
    padding-bottom: 0;
    border-bottom: 2px solid #41454c;
    background-color: #fbfbfb
}

.counselor-view .review .title_text {
    padding: 12px 12px 20px;
    color: #313131
}

.counselor-view .review .gift {
    position: relative;
    margin-top: 15px;
    color: #8a8000
}

.counselor-view .review .gift:before {
    display: inline-block;
    margin-right: 4px;
    background-image: url(../images/contents.png);
    background-position: -22px -232px;
    width: 16px;
    height: 16px;
    vertical-align: middle
}

.counselor-view .review .list .item {
    padding: 20px 12px;
    border-bottom: 1px solid #ccc
}

.counselor-view .review .list .top .span {
    vertical-align: middle
}

.counselor-view .review .list .name {
    font-size: 16px
}

.counselor-view .review .list .date {
    margin-left: 4px;
    color: #959595
}

.counselor-view .review .list .new {
    margin-left: 10px;
    padding: 0 15px;
    background-color: #6B4EFF;
    border-radius: 8px;
    color: #fff;
    line-height: 26px
}

.counselor-view .review .list .text {
    margin-top: 15px;
    line-height: 2
}

.counselor-view .review .list .reply {
    margin: 30px 0 0;
    background-color: #fff;
    border-radius: 12px
}

.counselor-view .review .list .reply .name {
    color: #313131
}

.counselor-view .review .list .reply .text {
    margin-top: 15px
}

.counselor-view .review .list .reply .date:after {
    display: inline-block;
    margin-left: 6px;
    background-image: url(../images/contents.png);
    background-position: -257px -200px;
    width: 20px;
    height: 20px;
    vertical-align: middle
}

.counselor-view .review .review_btn {
    position: absolute;
    right: 12px;
    bottom: 12px;
    padding: 0 20px;
    background-color: #2ea3ca;
    border-radius: 4px;
    color: #fff;
    line-height: 36px
}

.counselor-view .review .review_btn.purple {
    background-color: #8358a0
}

.counselor-view .counselor_more {
    margin: 30px 0;
    text-align: center
}

.counselor-view .counselor_more .link {
    display: inline-block;
    width: 200px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    line-height: 40px;
    color: #555
}

.counselor-view .counselor_more .link:before {
    display: inline-block;
    background-image: url(../images/contents.png);
    background-position: -257px -170px;
    width: 21px;
    height: 20px;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 4px;
    transform: scale(.7)
}

.counselor_write {
    margin: 20px 0;
    text-align: center;
    border-bottom: 2px solid #b4b4b4
}

.counselor_write .title {
    font-size: 18px;
    color: #000;
    font-weight: 700
}

.counselor_write .info span {
    margin: 15px 0 25px;
    padding: 4px 18px;
    background-color: #8358a0;
    border-radius: 4px;
    color: #fff;
    line-height: 20px
}

.table {
    position: relative;
    width: calc(100% - 24px);
    margin: 0 12px;
    border-collapse: collapse
}

.table thead th {
    background-color: #f6f6f6
}

.table caption + tbody tr:first-child td, .table caption + tbody tr:first-child th, .table colgroup + tbody tr:first-child td, .table colgroup + tbody tr:first-child th {
    border-top: 1px solid #ccc
}

.table td, .table th {
    padding: 12px 12px;
    border-bottom: 1px solid #ccc;
    vertical-align: middle
}

.table th {
    color: #1b1b1b
}

.table tbody th {
    background-color: #f5f5f5;
    color: #7d7d7d
}

.table.navy thead th {
    background-color: #414858;
    color: #fff
}

.table.form tbody th {
    background-color: #e5e5e5;
    text-align: left
}

.table.form tbody td, .table.form tbody th {
    padding: 6px 10px 6px 12px;
    vertical-align: middle
}

.table.form label {
    display: inline-block;
    margin: 4px 3px 4px 1px
}

.table.form .block {
    width: 100%
}

.table.form .required {
    color: red;
    min-width: 10px
}

.table.form input[type=text], .table.form select {
    width: 100%;
    height: 40px
}

.table.form textarea {
    width: calc(100% - 14px)
}

.agree {
    padding: 0 12px 10px;
    font-size: 12px;
    text-align: center
}

.agree-check {
    margin: 8px 12px
}

.agree-check label {
    display: inline
}

.coin-buttons {
    position: fixed;
    display: flex;
    left: 0;
    bottom: 0;
    width: 100%
}

.coin-buttons .btn {
    flex: 1 0;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border: none;
    background-color: #ddd;
    vertical-align: middle
}

.coin-buttons .btn.blue {
    background-color: #004986;
    color: #fff
}

.buttons {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center
}

.buttons a.btn {
    line-height: 40px
}

.buttons .btn {
    height: 40px;
    line-height: 38px;
    min-width: 100px;
    padding: 0 20px;
    border: 1px solid #dbdbdb;
    text-align: center;
    vertical-align: middle
}

.buttons .btn.green {
    background-color: #75a518;
    borer-color: #75a518;
    color: #fff
}

.buttons .btn.purple {
    background-color: #6B4EFF;
    border-color: #6B4EFF;
    color: #fff
}

.buttons .btn.darkgreen {
    background-color: #4b788b;
    border-color: #4b788b;
    color: #fff
}

.buttons .btn + .btn {
    margin-left: 12px
}

.buttons .btn:hover {
    text-decoration: none
}

.photo-btn {
    width: 100px;
    height: 24px;
    border: none;
    background: #ec5951;
    color: #fff;
    line-height: 24px;
    cursor: pointer
}

.photo-btn:before {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 2px;
    background-image: url(../images/contents.png);
    background-position: -216px -158px;
    width: 22px;
    height: 18px;
    vertical-align: middle;
    transform: scale(.8);
    transform-origin: center
}

.coin-flow {
    margin: 10px 0 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #b4b4b4;
    text-align: center
}

.coin-flow .item {
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #b5b5b5;
    padding: 75px 30px 0
}

.coin-flow .item .num {
    width: 17px;
    height: 16px;
    margin-right: 2px;
    border-radius: 50%;
    background-color: #aeaeae;
    color: #fff;
    vertical-align: middle;
    font-size: 12px
}

.coin-flow .item:before {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%)
}

.coin-flow .item.n1:before {
    background-image: url(../images/contents.png);
    background-position: -88px 0;
    width: 65px;
    height: 59px
}

.coin-flow .item.n1:after {
    display: block;
    position: absolute;
    right: -10px;
    top: 16px;
    background-image: url(../images/contents.png);
    background-position: 0 -232px;
    width: 12px;
    height: 25px
}

.coin-flow .item.n2:before {
    background-image: url(../images/contents.png);
    background-position: 0 0;
    width: 78px;
    height: 70px
}

.coin-flow .item.active {
    color: #eb6100
}

.coin-flow .item.active .num {
    background-color: #002e73
}

.footer_counselor {
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #000000;
    border-top: 1px solid #dbdbdb;
    padding: 3px;
    height: 55px
}

.footer_counselor .goto {
    flex: 0 1 50px;
    width: 50px;
    position: relative;
    line-height: 52px;
    background-color: #000000;
    border: 1px solid #000000;
    font-size: 0
}

.footer_counselor .goto .link {
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/contents.png);
    background-position: -99px -139px;
    width: 38px;
    height: 35px;
    transform: scale(.8) translate(-50%, -50%);
    transform-origin: left top
}

/* 버튼 추가css 2022.05.29 by jsyoo */
.footer_counselor .btn_new {
    flex: 0 1 50px;
    width: 50px;;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(/images/btn_new_top.png);
    background-position: -99px -139px;
    width: 38px;
    height: 35px;
    transform: scale(.8) translate(-50%, -50%);
    transform-origin: left top
}

/* 버튼 추가css 2022.05.29 by jsyoo */
.footer_counselor .status {
    flex: 1 0;
    margin-left: 10px;
}

.footer_counselor .status .link {
    display: block;
    width: 100%;
    height: 52px;
    line-height: 52px;
    text-align: center;
    vertical-align: middle;
    background-color: #45bed3;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    font-weight: 700
}

.empty {
    padding: 20px 20px 40px;
    text-align: center
}

.empty:before {
    display: block;
    margin: 0 auto 10px;
    background-image: url(../images/contents.png);
    background-position: -163px -53px;
    width: 43px;
    height: 42px
}

.sub-content_wrap {
    padding: 0 0 56px
}

.benefits {
    padding: 12px 12px 10px;
    text-align: center;
    border-bottom: 1px solid #c7c7c7
}

.tab.myreview {
    background-color: #e5e5e5
}

.tab.myreview .link {
    position: relative;
    padding-top: 40px;
    font-size: 15px
}

.tab.myreview .link .icon {
    display: block;
    position: absolute;
    left: 50%;
    top: 12px;
    transform: translateX(-50%)
}

.tab.myreview .link.n1 .icon {
    background-image: url(../images/contents.png);
    background-position: -216px -119px;
    width: 29px;
    height: 29px
}

.tab.myreview .link.n2 .icon {
    background-image: url(../images/contents.png);
    background-position: -216px 0;
    width: 31px;
    height: 30px
}

.range {
    padding: 18px 12px;
    background-color: #e5e5e5;
    text-align: center
}

.range .range_btn {
    margin-top: 6px
}

.range .link {
    padding: 0 28px;
    line-height: 30px;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #fa4500
}

.range .link:not(:first-child) {
    margin-left: 4px
}

.range .link.active {
    color: #fff;
    background: linear-gradient(to bottom, #f15b00 0, #e13500 100%)
}

.my-review .item {
    border-bottom: 1px solid #ccc
}

.my-review .link {
    display: flex;
    position: relative;
    align-items: center;
    padding: 16px 24px 16px 12px
}

.my-review .link:before {
    display: block;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/contents.png);
    background-position: -196px -139px;
    width: 8px;
    height: 17px
}

.my-review .photo {
    width: 80px;
    font-size: 0;
    line-height: 0
}

.my-review .text {
    flex: 1 0 calc(100% - 80px);
    width: calc(100% - 80px);
    padding-left: 20px
}

.my-review .time {
    margin-top: 4px;
    color: #aaa
}

.my-review .day {
    font-size: 12px;
    margin-left: 8px
}

.my-usecoin .item {
    border-bottom: 1px solid #ccc
}

.my-usecoin .link {
    display: flex;
    position: relative;
    align-items: center;
    padding: 16px 24px 16px 12px
}

/*.my-usecoin .link:before{display:block;position:absolute;right:12px;top:50%;transform:translateY(-50%);background-image:url(../images/contents.png);background-position:-196px -139px;width:8px;height:17px}*/
.my-usecoin .text {
    flex: 1 0 calc(100% - 130px);
    width: calc(100% - 130px)
}

.my-usecoin .use {
    flex: 1 0 130px;
    width: 130px;
    padding-left: 20px
}

.my-usecoin .use .title {
    color: #aaa;
    margin-right: 4px
}

.my-usecoin .day {
    font-size: 12px
}

.member {
    position: relative;
    padding: 12px
}

.member .title {
    margin-bottom: 20px;
    font-size: 20px;
    color: #000;
    text-align: center;
    font-weight: 700
}

.member .gift {
    padding-top: 6px;
    text-align: center
}

.member .gift span:before {
    display: inline-block;
    margin-top: -3px;
    background-image: url(../images/contents.png);
    background-position: -257px -73px;
    width: 21px;
    height: 23px;
    vertical-align: middle;
    transform: scale(.8);
    transform-origin: left center
}

.member .row {
    margin-top: 12px
}

.member .row .em_red {
    margin: 4px 0 0 6px
}

.member .box {
    border: 1px solid #dcdcdc;
    padding: 8px;
    height: 50px;
}

.member .icon {
    position: relative;
    width: 40px;
    height: 24px;
    font-size: 0;
    text-align: center;
    vertical-align: middle
}

.member .icon:after {
    display: block;
    position: absolute;
    right: 0;
    top: 4px;
    width: 1px;
    height: 16px;
    background-color: #dcdcdc
}

.member .icon:before {
    display: inline-block;
    vertical-align: top
}

.member .icon.mail:before {
    margin-top: 4px;
    background-image: url(../images/contents.png);
    background-position: -163px -105px;
    width: 24px;
    height: 16px;
    transform: scale(.8);
    transform-origin: left center
}

.member .icon.lock:before {
    background-image: url(../images/contents.png);
    background-position: -257px -137px;
    width: 20px;
    height: 23px;
    transform: scale(.8);
    transform-origin: left center
}

.member .icon.global:before {
    background-image: url(../images/contents.png);
    background-position: -257px -37px;
    width: 25px;
    height: 26px;
    transform: scale(.8);
    transform-origin: left center
}

.member .join_input {
    width: calc(100% - 60px);
    border: none;
    vertical-align: middle
}

.member .id-search {
    margin-top: 6px;
    text-align: right;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd
}

.member .info {
    margin-top: 12px;
    text-align: center
}

.member .info .link:after {
    display: inline-block;
    margin-left: 6px;
    margin-top: -3px;
    background-image: url(../images/contents.png);
    background-position: -196px -139px;
    width: 8px;
    height: 17px;
    transform: scale(.8);
    transform-origin: left center;
    vertical-align: middle
}

.member .btn {
    display: block;
    width: 100%;
    height: 55px;
    line-height: 50px;
    margin: 12px 0 0;
    text-align: center;
    font-size: 18px;
    color: #fff
}

.member .btn.blue {
    background-color: #3b5a9a
}

.member .btn.green {
    background-color: #75a518
}

.member .btn.skyblue {
    background-color: #4caee0
}

.member .btn.purple {
    background-color: #6B4EFF
}

.member .btn.light {
    background-color: #ccc
}

.member .btn.small {
    display: block;
    width: 88px;
    height: 40px;
    margin-bottom: 20px;
    line-height: 36px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    font-size: 14px
}

.member .btn.naver {
    color: #fff;
    background: #00c73c
}

.member .btn.naver:before {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    background-image: url(../images/contents.png);
    background-position: -257px -106px;
    width: 23px;
    height: 21px;
    transform: scale(.8);
    transform-origin: left center
}

.member .btn.kakao {
    color: #000;
    background-color: #ffe812
}

.member .btn.kakao:before {
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/contents.png);
    background-position: -75px -190px;
    width: 32px;
    height: 25px;
    transform: scale(.9);
    transform-origin: left center
}

.member .btn.phone {
    border-radius: 4px
}

.member .btn.phone:before {
    display: inline-block;
    margin-right: 4px;
    background-image: url(../images/contents.png);
    background-position: -117px -190px;
    width: 28px;
    height: 25px;
    vertical-align: middle;
    transform: scale(.9);
    transform-origin: left center
}

.member .guide {
    margin-top: 6px;
    color: #7d7d7d
}

.member-btn {
    position: relative;
    width: 100%;
    margin: 20px 0 0
}

.member-kakao-btn {
    display: block;
    width: fit-content;  /* 내용 크기만큼 */
    margin: 0 auto;      /* 가로 가운데 */
}

.event_top {
    padding: 30px 0 10px;
    text-align: center
}

.event_list .item {
    margin-bottom: 12px;
    font-size: 0;
    line-height: 0
}

.guide .top {
    padding: 20px 20px;
    border-bottom: 1px solid #eaeaea;
    background-color: #fbfbfb;
    text-align: center
}

.guide .top .text {
    margin-top: 6px;
    color: #8a8000;
    font-size: 12px
}

.guide_wrap {
    padding: 12px
}

.guide_wrap .title {
    margin-top: 12px;
    font-size: 16px;
    color: #1b1b1b
}

.guide_wrap .list {
    margin: 6px 0 0 3px
}

.guide .banner {
    margin-top: 16px;
    font-size: 0;
    line-height: 0
}

.guide .btn {
    margin: 20px 0;
    text-align: center
}

.guide .btn a {
    display: inline-block;
    width: 280px;
    line-height: 45px;
    background-color: #ea5251;
    border-radius: 4px;
    color: #fff;
    font-size: 16px
}

.board .title {
    padding: 12px 20px;
    border-bottom: 1px solid #c7c7c7
}

.board .top {
    padding: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #aeaeae
}

.board .buttons .btn {
    font-size: 16px
}

.board .list_top {
    padding: 20px 12px 12px;
    background-color: #fbfbfb;
    border-bottom: 1px solid #ccc
}

.board .list_top .icon {
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/contents.png);
    background-position: -257px -200px;
    width: 20px;
    height: 20px
}

.board .list_top .link {
    margin-top: 12px;
    text-align: right
}

.board .list_top .link .btn {
    padding: 0 20px;
    background-color: #2ea3ca;
    border-radius: 4px;
    color: #fff;
    line-height: 36px
}

.board .list_top .link .btn.purple {
    background-color: #8358a0
}

.board .list .item {
    position: relative;
    padding: 16px 32px 16px 12px;
    border-bottom: 1px solid #e5e5e5
}

.board .list .item:before {
    display: block;
    position: absolute;
    right: 12px;
    top: 18px;
    background-image: url(../images/contents.png);
    background-position: -196px -139px;
    width: 8px;
    height: 17px
}

.board .list .link {
    display: flex
}

.board .list .subject {
    flex: 1 0
}

.board .list .status {
    flex: 0 1 60px;
    width: 60px;
    text-align: right
}

.board .cat {
    font-weight: 700
}

.board .view .subject {
    padding: 12px 12px 12px;
    border-bottom: 1px solid #ccc
}

.board .view .content {
    padding: 12px 12px 12px;
    border-bottom: 1px solid #ccc
}

.board .view .reply {
    padding: 12px 12px 12px;
    border-bottom: 1px solid #ccc
}

.board .view .reply .text {
    margin-top: 12px
}

.board .view .link {
    margin-top: 30px;
    text-align: center
}

.board .view .link .btn {
    padding: 0 40px;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    line-height: 38px
}

.board .view .link .btn.purple {
    background-color: #8358a0
}

.mypage .my_info {
    display: flex;
    padding: 20px 12px;
    background-color: #fff
}

.mypage .my_info .info {
    flex: 1 0;
    position: relative;
    padding-left: 53px
}

.mypage .my_info .info .profile {
    position: absolute;
    left: 0;
    top: 10px;
}

.mypage .my_info .info .profile img {
    display: inline-block;
    width: 45px;
    height: 45px;
}

.mypage .my_info .info .coin, .mypage .my_info .info .time {
    font-size: 12px
}

.mypage .my_info .coupon {
    flex: 0 1 60px;
    width: 60px;
    text-align: center
}

.mypage .my_info .coupon .num {
    font-size: 24px;
    color: #0068b7
}

.mypage .my_info .coupon a {
    display: block
}

.mypage .my_info .modify {
    flex: 0 1 60px;
    position: relative;
    width: 60px;
    text-align: center
}

.mypage .my_info .modify a {
    position: relative;
    display: block;
    padding-top: 36px
}

.mypage .my_info .modify a:before {
    display: block;
    position: absolute;
    left: 15px;
    top: 4px;
    background-image: url(../images/contents.png);
    background-position: -257px 0;
    width: 27px;
    height: 27px;
    transform: scale(.8);
    transform-origin: center top
}

.mypage .mymenu {
    display: flex;
    flex-wrap: wrap
}

.mypage .mymenu .item {
    flex: 1 0 33.333%;
    max-width: 33.333%;
    position: relative;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc
}

.mypage .mymenu .item:before {
    display: block;
    position: absolute;
    left: 50%;
    top: 12px;
    background-image: url(../images/contents.png);
    background-position: -147px -139px;
    width: 39px;
    height: 31px;
    transform: scale(.8) translateX(-50%);
    transform-origin: center top
}

.mypage .mymenu .item.n1:before {
    background-image: url(../images/contents.png);
    background-position: -147px -139px;
    width: 39px;
    height: 31px
}

.mypage .mymenu .item.n2:before {
    background-image: url(../images/contents.png);
    background-position: -116px -80px;
    width: 34px;
    height: 32px
}

.mypage .mymenu .item.n3:before {
    background-image: url(../images/contents.png);
    background-position: -36px -190px;
    width: 29px;
    height: 28px
}

.mypage .mymenu .item.n4:before {
    background-image: url(../images/contents.png);
    background-position: 0 -190px;
    width: 26px;
    height: 32px
}

.mypage .mymenu .item.n5:before {
    background-image: url(../images/contents.png);
    background-position: -216px -40px;
    width: 30px;
    height: 30px
}

.mypage .mymenu .item.n6:before {
    background-image: url(../images/contents.png);
    background-position: -216px -80px;
    width: 31px;
    height: 29px
}

.mypage .mymenu .item.active .link:before {
    display: block;
    position: absolute;
    left: 10px;
    bottom: 0;
    width: calc(100% - 20px);
    height: 2px;
    background-color: #700c4c
}

.mypage .mymenu .item.active .link:after {
    display: block;
    position: absolute;
    left: calc(50% - 2px);
    bottom: 2px;
    background-image: url(../images/contents.png);
    background-position: -210px -190px;
    width: 11px;
    height: 6px
}

.mypage .mymenu .link {
    position: relative;
    display: block;
    text-align: center;
    padding: 42px 12px 12px
}

.pay_wrap {
    padding: 12px
}

.pay_wrap .merit .title {
    border-bottom: 1px solid #ccc;
    color: #eb6100;
    font-weight: 700
}

.pay_wrap .merit .title span {
    padding: 6px 0;
    border-bottom: 2px solid #555
}

.pay_wrap .merit .list {
    margin-top: 12px;
    border: 1px solid #d8d8d8
}

.pay_wrap .merit .list li {
    position: relative;
    padding: 16px 12px;
    color: #000;
    font-weight: 700
}

.pay_wrap .merit .list li:not(:first-child) {
    border-top: 1px solid #d8d8d8
}

.pay_wrap .merit .list li:before {
    display: block;
    position: absolute;
    right: 30px;
    top: 5px;
    transform: scale(.7);
    transform-origin: right center
}

.pay_wrap .merit .list li.n1:before {
    background-image: url(../images/contents.png);
    background-position: -163px 0;
    width: 43px;
    height: 43px
}

.pay_wrap .merit .list li.n2:before {
    background-image: url(../images/contents.png);
    background-position: 0 -139px;
    width: 41px;
    height: 41px
}

.pay_wrap .merit .list li.n3:before {
    background-image: url(../images/contents.png);
    background-position: -59px -80px;
    width: 47px;
    height: 45px
}

.pay_wrap .merit .list li.n4:before {
    right: 33px;
    background-image: url(../images/contents.png);
    background-position: -51px -139px;
    width: 38px;
    height: 38px
}

.pay_wrap .merit .list li.n5:before {
    background-image: url(../images/contents.png);
    background-position: 0 -80px;
    width: 49px;
    height: 49px
}

.pay_wrap .charge {
    margin-top: 20px;
    padding: 12px;
    border: 1px solid #d8d8d8
}

.pay_wrap .charge .title {
    font-weight: 700;
    color: #7e0043
}

.pay_wrap .pay_info .sub_title {
    margin: 16px 0 8px;
    font-size: 16px
}

.pay_wrap .pay_info .pay_select label {
    margin-right: 12px
}

.pay_wrap .pay_agree {
    margin-top: 20px
}

.pay_wrap .pay_agree .box {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    height: 110px;
    margin-bottom: 8px;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 12px
}

.pay_wrap .form {
    margin-top: 20px;
    padding: 10px 20px;
    border: 1px solid #ccc
}

.pay_wrap .form .row {
    margin: 2px 0
}

.pay_wrap .form label {
    width: 55px
}

.pay_wrap .form input {
    width: calc(100% - 65px)
}

.pay_wrap .form .info {
    margin-left: 58px;
    font-size: 12px
}

.pay_wrap .submit {
    margin-top: 30px;
    text-align: center
}

.pay_wrap .submit .btn {
    width: 80%;
    height: 40px;
    line-height: 38px;
    background-color: #51053a;
    border-radius: 4px;
    color: #fff
}

.pay_wrap .guide {
    margin-top: 30px;
    padding: 20px 20px;
    border: 1px solid #ccc
}

.pay_wrap .guide .title {
    font-size: 16px;
    font-weight: 700
}

.pay_wrap .guide .list {
    margin-top: 12px
}

.pay_wrap .guide .list li {
    position: relative;
    padding-left: 12px
}

.pay_wrap .guide .list li:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    content: "*"
}

.pay_wrap .guide .point {
    margin-top: 12px
}

table.pay {
    position: relative;
    width: 100%;
    margin-top: 4px;
    border-collapse: collapse
}

table.pay thead th {
    background-color: #f6f9fa;
    color: #707070
}

table.pay td, table.pay th {
    padding: 4px 4px;
    text-align: center;
    font-size: 12px;
    vertical-align: middle
}

table.pay td {
    border-bottom: 1px solid #eff4f6
}

.category_popup {
    position: fixed;
    z-index: 1100;
    left: -100vw;
    top: 0;
    width: 100%;
    height: calc(100vh - 55px);
    background-color: #fff;
    transition: left .3s ease;
    display: flex;
    align-items: center;
    flex-direction: column;
}

/*.category_popup {*/
/*    position: fixed;*/
/*    z-index: 1100;*/
/*    left: 0; !* 왼쪽 고정 *!*/
/*    bottom: -100vh; !* 처음에 화면 아래에 숨겨짐 *!*/
/*    width: 100%;*/
/*    height: calc(100vh);*/
/*    background-color: #fff;*/
/*    transition: bottom 0.3s ease;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    flex-direction: column;*/
/*}*/

.category_popup.active {
    left: 0; /* 화면 위로 올라옴 */
}

/*.category_popup.active{left:0;}*/
.category_popup .sub_header_wrap {
    position: relative
}

.category_popup .sub_header .back {
    height: inherit
}

.category_popup .sub-content {
    padding: 0
}

.category_popup .my_info {
    display: flex;
    padding: 20px 12px;
    background-color: #fff
}

.category_popup .my_info .info {
    flex: 1 0;
    position: relative;
    padding-left: 50px
}

.category_popup .my_info .info .profile {
    position: absolute;
    left: 0;
    top: 10px
}

.category_popup .my_info .info .profile img {
    width: 40px;
    height: 40px
}

.category_popup .my_info .info .coin, .category_popup .my_info .info .time {
    font-size: 12px
}

.category_popup .my_info .coupon {
    flex: 0 1 60px;
    width: 60px;
    text-align: center
}

.category_popup .my_info .coupon .num {
    font-size: 24px;
    color: #0068b7
}

.category_popup .my_info .coupon a {
    display: block
}

.category_popup .my_info .modify {
    flex: 0 1 60px;
    position: relative;
    width: 60px;
    text-align: center
}

.category_popup .my_info .modify a {
    position: relative;
    display: block;
    padding-top: 36px
}

.category_popup .my_info .modify a:before {
    display: block;
    position: absolute;
    left: 15px;
    top: 4px;
    background-image: url(../images/contents.png);
    background-position: -257px 0;
    width: 27px;
    height: 27px;
    transform: scale(.8);
    transform-origin: center top
}

.category_popup .before_login {
    display: flex;
    padding: 20px 12px;
    background-color: #fff;
    align-items: center
}

.category_popup .before_login .info {
    flex: 1 0;
    position: relative;
    padding-left: 50px
}

.category_popup .before_login .info .profile {
    position: absolute;
    left: 0;
    top: 10px
}

.category_popup .before_login .info .profile img {
    width: 40px;
    height: 40px
}

.category_popup .before_login .info .name {
    margin-top: 8px;
    line-height: 40px
}

.category_popup .before_login .login_btn {
    flex: 0 1 180px;
    width: 180px;
    text-align: right
}

.category_popup .before_login .login_btn a {
    width: 70px;
    line-height: 30px;
    border: 1px solid #540191;
    border-radius: 4px;
    background-color: #fff;
    color: #540191;
    text-align: center
}

.category_popup .before_login .login_btn a.purple {
    background-color: #540191;
    color: #fff
}

.category_popup .before_login .modify {
    flex: 0 1 60px;
    position: relative;
    width: 60px;
    text-align: center
}

.category_popup .before_login .modify a {
    position: relative;
    display: block;
    padding-top: 36px
}

.category_popup .before_login .modify a:before {
    display: block;
    position: absolute;
    left: 15px;
    top: 4px;
    background-image: url(../images/contents.png);
    background-position: -257px 0;
    width: 27px;
    height: 27px;
    transform: scale(.8);
    transform-origin: center top
}

.category_popup .gutter {
    height: 6px;
    background: #dcdcdc
}

.category_popup .category_menu {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px
}

.category_popup .category_menu .item {
    flex: 1 0 33.333%;
    max-width: 33.333%;
    position: relative;
    box-sizing: border-box
}

.category_popup .category_menu .item img {
    max-width: 100px;
    vertical-align: top
}

.category_popup .category_menu .link {
    position: relative;
    display: block;
    text-align: center;
}

table.submit_tb {
    width: 95% !important;
    margin: 10px !important;
}

table.submit_tb tbody tr th {
    padding: 5px 3px 5px 3px !important;
    text-align: center !important;
}

table.submit_tb tbody tr td {
    padding: 5px !important;
    text-align: center !important;
}

.referral_code {
    text-align: center;
    margin-top: 15px;
}

.referral_code input {
    font-size: 12pt;
    border-radius: 10px;
    outline: none;
    border: 0;
    background-color: #aeadad;
    padding: 10px;
}

.regist_coupon {
    text-align: center;
    margin-top: 15px;
}

.regist_coupon input {
    font-size: 12pt;
    color: black;
    border-radius: 10px;
    outline: none;
    border: 0;
    background-color: #E5E5E5;
    padding: 10px;
}

.my-review .pad {
    display: flex;
    position: relative;
    align-items: center;
    padding: 10px;
    margin-bottom: 7px;
}

.duplicate {
    float: right;
    width: 100px;
    background-color: #6B4EFF;
    color: white;
    margin-top: -11px;
    height: 50px;
}

/* 22.04.14 추가 css */
/* 즐겨찾기버튼 */
.btn_chk {
    display: block;
    background: url(../images/btn_chk_off.png);
    background-size: 34px;
    width: 34px;
    height: 34px;
    text-indent: -9999px;
    position: absolute;
    top: -3px;
    right: -2px;
    z-index: 10;
    padding: 0;
}

.btn_chk.on {
    background-image: url(../images/btn_chk_on.png);
}

.counselor-view .title_wrap {
    position: relative;
}

.counselor-view .title_wrap .btn_chk {
    top: 3px;
    right: 18px;
}

.mypage .my_info {
    align-items: center;
}

.mypage .my_info .coupon {
    position: relative;
}

.mypage .my_info .coupon .btn_chk {
    position: static;
    margin: 0 auto 2px;
}

/* 토글버튼 */
.set__list {
    margin-top: 20px;
}

.set__list_item {
    margin-top: 15px;
    height: 37px;
}

.set__list_item::after {
    display: block;
    content: '';
    clear: both;
}

.set__list_tit {
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    margin: 7px 0;
}

.toggle-switch {
    float: right;
    position: relative;
    height: 37px;
}

.toggle-switch input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 35px;
    z-index: 10;
    appearance: none;
    border: 0;
}

.toggle-switch label {
    cursor: pointer;
}

.toggle-switch label .toggle-track {
    display: block;
    height: 35px;
    width: 70px;
    background: #eee;
    border-radius: 20px;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #dedede;
}

.toggle-switch .toggle-track:before {
    content: '';
    display: inline-block;
    height: 35px;
    width: 35px;
    background: #ccc;
    border-radius: 18px;
    position: absolute;
    top: 0;
    left: 0;
    transition: left .2s ease-in;
}

.toggle-switch input[type="checkbox"]:checked + label .toggle-track:before {
    background: #6B4EFF;
    left: 36px;
}

/* 하단 고정버튼 */
.view_fix_btn {
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 720px;
    background: #000;
    padding: 6px;
    text-align: center;
}

.view_fix_btn button {
    padding: 0;
}

.view_inbtn01 {
    flex: 1 1 64px;
}

.view_inbtn01 img {
    width: 50px;
    max-height: inherit;
}

.view_inbtn02 {
    flex: 1 1 100%;
    padding: 0 6px;
}

.view_inbtn02 a {
    display: block;
}

.view_inbtn02 span {
    background: #ff475f;
    color: #fff;
    border-radius: 3px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 20px
}

.view_inbtn03 {
    flex: 1 1 64px;
}

.view_inbtn03 img {
    width: 50px;
    max-height: inherit;
}

/* 새css by jsyoo 22.05.31 */
.m_new_logo {
    margin-right: 15px;
    margin-top: 5px;
    width: 45px;
}

/* 회원가입시 약관동의 버튼 */
.guide .join_inner {
    padding-top: 5px;
}

.guide .join_inner p {
    padding: 0 7px 5px;
    text-align: start;
}

.guide .join_inner p label {
    font-size: inherit;
    background-size: 18px;
    background-position: top 4px left;
    line-height: 24px;
}

.guide .join_inner p input[type="checkbox"]:checked + label {
    background-size: 18px;
    background-position: top 4px left;
}

.guide .join_inner p a {
    padding: 0 5px;
}

.guide .join_inner p input {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
}

.guide .join_inner p label {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    letter-spacing: -0.01px;
    line-height: 25px;
    background: url(/images/loginjoin_chk_off.png) no-repeat top 1px left;
    background-size: 22px;
    display: inline-block;
    padding-left: 30px;
    cursor: pointer;
}

.guide .join_inner p input:focus-visible ~ label {
    outline: solid #222;
}

.guide .join_inner p input[type="checkbox"]:checked + label {
    background: url(/images/loginjoin_chk_on.png) no-repeat top 1px left;
    background-size: 22px;
}

.guide .join_inner p a {
    font-family: 'Noto Sans KR', Arial, sans-serif;
    font-size: 11px;
    background: #eee;
    border: 1px solid #ccc;
    color: #333;
    height: 24px;
    float: right;
    line-height: 21px;
    padding: 0 10px;
}

html {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 신규상담사 New표기 */
.counselor .new {
    position: relative;
    float: right;
    top: -120px
}

.counselor .new img {
    width: 45px;
}
