/* [part] left sub nav (#allmenu) */
#allmenu .holder {
    background-color: #F4F4F4;
    background-image: none;
}
#allmenu .header {
    background: #FFED4D;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
#allmenu .header .upper {
    height: 83px;
    line-height: 83px;
}
#allmenu .header .upper .col .js-allmenu {
    margin-right: 20px;
}
#allmenu .header .downer {
    min-height: 83px;
    height: 83px;
    line-height: 83px;
}
#allmenu .header .downer .grid {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#allmenu .header .downer .col.logo .module {
    padding-left: 20px;
}
#allmenu .header .icon.logo {
     background-image: url("../images2/image/logo.png");
     width: 113px;
     height: 43px;
     background-size: 100% auto;
 }
#allmenu .header .downer .col.utility {
    display: none;
}

#allmenu ul.reset li {
    position: relative;
    z-index: 1;
    background: #ffed4d;
    margin-top: -1px;
}
#allmenu .nav li.nth-child-5 {
    padding-bottom: 12px;
    background: #ffed4d;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.03);
    z-index: 2;
}
#allmenu .nav li.nth-child-6 {
    padding-top: 24px;
    background: #fff;
    margin-top: -24px;
}
#allmenu .nav li.nth-child-7 {
    padding-bottom: 12px;
    background: #ffffff;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.03);
    z-index: 2;
}
#allmenu .nav .nth-child-5 span, #allmenu .nav .nth-child-7 span {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}
#allmenu .nav a span {
    width: 100% !important;
    padding-left: 62px;
    height: 70px;
    line-height: 70px;
    background-color: #FFED4D;
    font-weight: 500;
    font-size: 14px;
    color: #262626;
}
#allmenu .nav .nth-child-4 span, #allmenu .nav .nth-child-5 span {
    background-color: #FFED4D;
}
#allmenu .nav .nth-child-6 span, #allmenu .nav .nth-child-7 span {
    height: 54px;
    line-height: 54px;
    background-color: #FFFFFF;
}
#allmenu .nav .nth-child-4 span,
#allmenu .nav .nth-child-5 span,
#allmenu .nav .nth-child-6 span,
#allmenu .nav .nth-child-7 span {
    background-image: none;
}
#allmenu .nav a span::before {
    top: 20px;
    left: 20px;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center;
}
#allmenu .nav .nth-child-1 a span::before {
    background-image: url("../images2/icon/icon_home_black.png");
}
#allmenu .nav .nth-child-2 a span::before {
    background-image: url("../images2/icon/icon_story_black.png");
}
#allmenu .nav .nth-child-4 span::before {
    background-image: url("../images2/icon/icon_heal_black.png");
}
#allmenu .nav .nth-child-5 a span::before {
    background-image: url("../images2/icon/icon_mypage_black.png");
}
#allmenu .nav .nth-child-6 span::before {
    top: 12px;
    left: 24px;
    width: 30px;
    height: 30px;
    background-size: 18px 18px;
    background-image: url("../images2/image/symbol.png");
    -webkit-filter: grayscale(100%) brightness(0);
    filter: grayscale(100%) brightness(0);
}
#allmenu .nav .nth-child-7 span::before {
    top: 12px;
    left: 24px;
    width: 30px;
    height: 30px;
    background-size: 52px auto;
}

#allmenu .inquiry {
    top: 100%;
    right: 32px;
    margin-top: -72px;
}
#allmenu .inquiry span {
    width: 106px;
    height: 44px;
    line-height: 44px;
    color: #FFFFFF;
    font-size: 12px;
    border: none;
    padding-top: 0px;
    padding-left: 24px;
    background-color: #000;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 4px 0px #0000002B;
    box-shadow: 1px 1px 4px 0px #0000002B;
    background-image: url("../images2/icon/icon_chat.png");
    background-size: 20px 20px;
    background-position: 12px 12px;
}
#allmenu .inquiry span:after {
    content: '';
    position: absolute;
    right: 6px;
    top: 25px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left-color: #000000;
    border-right: 0;
    margin-top: -12px;
    margin-right: -12px;
}

/* [page] member > main.jsp */
.main_profile {
    position: relative;
    padding: 9px 10px 18px;
    box-sizing: border-box;
    min-width: 360px;
}
.main_profile * {
    box-sizing: border-box;
}
.main_profile .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    min-width: 360px;
}
.main_profile .profiles_wrap {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

.main_profile .profiles_wrap .tags {
    position: relative;
    width: 100%;
    border-radius: 63px;
    border: 1px solid #CFB0615C;
    padding-right: 8px;
}
.main_profile .profiles_wrap .tags .name_tag {
    border-radius: 48px;
    padding: 0px 4px;
    width: 45%;
    height: 50px;
}
.main_profile .profiles_wrap .tags .button_tag {
    height: 50px;
    cursor: pointer;
}
.main_profile .profiles_wrap .tags .button_tag a {
    width: 100%;
    height: 100%;
}
.main_profile .profiles_wrap .tags .name_tag .pic-profile {
    width: 44px;
    height: 44px;
    padding: 2px;
    border-radius: 300px;
    margin-right: 6px;
    flex-shrink: 0;
}
.main_profile .profiles_wrap .tags .name_tag .pic-profile img {
    width: 40px;
    height: 40px;
    border-radius: 300px;
}
.main_profile .profiles_wrap .tags .name_tag > p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main_profile .profiles_wrap .tags .after_gray_line {
    position: relative;
}
.main_profile .profiles_wrap .tags .after_gray_line:after {
    content: '';
    width: 1px;
    height: 20px;
    background-color: #0000000D;
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
}
.main_profile .profiles_wrap .main_profile_button {
    margin-top: 12px;
}
.main_profile .profiles_wrap .main_profile_button a {
    display: block;
    border: 0;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
}
.main_profile .profiles_wrap .main_profile_button a > span {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.main_profile_desc {
    margin: 14px auto;
}

.main_wrap {}
.main_wrap .box_radius30 {
    padding: 16px 16px 20px;
}
.main_wrap .scroller-x.in {
    margin-top: 14px;
    margin-bottom: 16px;
}
.main_wrap .scroller-x.in .main_diary_wrap {
    display: inline-flex;
    border-radius: 0px;
    width: 90px;
    height: 112px;
    padding: 2px 4px;
    box-sizing: border-box;
    margin-right: 3px;
}
.main_wrap .scroller-x.in .main_diary_wrap .main_diary_btn {
    width: 82px;
    height: 82px;
    border: 1px solid #0000000D;
}
.main_wrap .scroller-x.in .main_diary_wrap .main_diary_btn img {
    width: 82px;
    height: 82px;
}
.main_wrap .tlt * {
    color: #7A7874;
}
.main_wrap .btn_go_diary {
    position: relative;
    height: 42px;
    padding: 10px 20px;
    overflow: visible;
}
.main_wrap .btn_go_diary:before {
    content: "";
    position: absolute;
    top: -4px;
    left: -10px;
    width: 11px;
    height: 11px;
    background: url('../images2/image/img_star1.png') no-repeat scroll center transparent;
    vertical-align: middle;
    background-size: 100% auto;
}
.main_wrap .btn_go_diary:after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: -14px;
    width: 15px;
    height: 15px;
    background: url('../images2/image/img_star2.png') no-repeat scroll center transparent;
    vertical-align: middle;
    background-size: 100% auto;
}

.main_wrap .main_sub_title {
    width: 100%;
    margin-top: 44px;
    margin-bottom: 16px;
    padding-top: 9px;
    border-top: 1px solid #0000000D;
}

.main_wrap .timeLine .heightA {
    background-color: #fff;
    max-width: 100%;
    height: 152px;
    margin-bottom: 16px;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.main_wrap .timeLine .leftIconA {
    float: left;
    max-width: 140px;
    width: 25%;
    height: 152px;
    background-color: #00000033;
    text-align: center;
    overflow: hidden;
}
.main_wrap .timeLine .heightA .leftIconA:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: #00000033;
}
.main_wrap .timeLine .heightA#intro .leftIconA {
    content: "";
    position: relative;
    background: url("../images2/image/img_music.png") no-repeat scroll center transparent;
    vertical-align: middle;
    background-size: auto 100%;
}
.main_wrap .timeLine .heightA#intro2 .leftIconA {
    content: "";
    position: relative;
    background: url("../images2/image/img_strech.png") no-repeat scroll center transparent;
    vertical-align: middle;
    background-size: auto 100%;
}
.main_wrap .timeLine .heightA .material-icons {
    display: none;
}

.main_wrap .timeLine .heightA .rightContent {
    display: inline-block;
    position: relative;
    width: 75%;
    height: 100%;
    padding: 0px;
    background-color: #FFFFFF;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.main_wrap .timeLine .heightA .rightContent .contentTop {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    box-sizing: border-box;
    margin: 14px 12px 10px;
}
.main_wrap .timeLine .heightA .rightContent .contentTop .icon {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 25px;
    background: no-repeat scroll center transparent;
    background-size: auto 100%;
    margin-right: 10px;
}
.main_wrap .timeLine .heightA#intro2 .rightContent .contentTop .icon {
    background-image: url("../images2/icon/icon_stretch.png");
}
.main_wrap .timeLine .heightA#intro .rightContent .contentTop .icon {
    background-image: url("../images2/icon/icon_soundwave.png");
}

.main_wrap .timeLine .heightA .rightContent .contentTop .grid{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.main_wrap .timeLine .heightA .contentMainA {
    font-size: 14px;
    line-height: 21px;
    color: #3F3530;
    text-align: left;
    margin: 0px 14px;
}
.main_wrap .timeLine .heightA .contentUtile {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0px 14px 12px;
    width: 100%;
    box-sizing: border-box;
}
.main_wrap .timeLine .heightA .contentUtile .grid{
    float: right;
}
.main_wrap .timeLine .heightA .contentUtile .grid .col-1-3:not(.text-center) {
    display: none;
}
.main_wrap .timeLine .heightA .contentUtile .grid .text-center {
    width: 97px;
    height: 32px;
}
.main_wrap .timeLine .heightA .contentUtile .grid .text-center a {
    display: inline-flex;
    box-sizing: border-box;
    width: 97px;
    height: 32px;
    background-color: #5690FD;
    padding: 7px 14px;
    border-radius: 40px;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.03);
    color: #fff !important;
    font-size: 13px;
    line-height: 17px;
}
.main_wrap .timeLine .heightA .contentUtile .grid .text-center a:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../images2/icon/icon_moveto.png") no-repeat scroll center transparent;
    background-size: auto 100%;
    margin-right: 3px;
}


.main_wrap .timeLine .heightB {
    background-color: #fff;
    margin-bottom: 16px;
    border-radius: 30px;
}
.main_wrap .timeLine .heightB .leftIconC {
    display: none;
}
.main_wrap .timeLine .heightB .rightContent {
    width: 100%;
    background-color: #fff;
    border-radius: 30px;
}
.main_wrap .timeLine .heightB .rightContent .contentTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    box-sizing: border-box;
    margin: 14px 16px 16px;
}
.main_wrap .timeLine .heightB .rightContent .contentTop .icon {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 25px;
    background: url("../images2/icon/icon_heart.png") no-repeat scroll center transparent;
    background-size: auto 100%;
    margin-right: 10px;
}
.main_wrap .timeLine .heightB .rightContent .contentTop .grid {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -moz-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.main_wrap .timeLine .heightB .rightContent .contentTop .grid .col-2-3 {
    color: #262626;
    font-size: 14px;
    line-height: 19px;
    margin-top: 2px;
}

.main_wrap .timeLine .heightB .rightContent .contentHashTag {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0px 16px 10px;
}

.main_wrap .timeLine .heightB .rightContent .contentMainB {
    margin: 0px 16px 16px;
    color: #3F3530;
    height: auto;
    min-height: 44px;
}
.main_wrap .timeLine .heightB .rightContent .contentMainB .text-blue{
    color: #2E84E8;
}
.main_wrap .timeLine .heightB .rightContent .contentMainB .note {
    margin-bottom: 6px;
}
.main_wrap .timeLine .heightB .rightContent .contentUtile {
    padding: 0px 16px 14px;
}
.main_wrap .timeLine .heightB .rightContent .contentUtile .grid > .col:first-child {
    width: 42%;
    min-width: 127px;
}
.main_wrap .timeLine .heightB .rightContent .contentUtile .grid > .col:first-child a {
    min-width: 121px;
    height: 32px;
    background: #7DC344;
    border-radius: 40px;
    margin-right: 6px;
    color: #fff !important;
}
.main_wrap .timeLine .heightB .rightContent .contentUtile .grid > .col:nth-child(2) {
    width: 36%;
    min-width: 112px;
}
.main_wrap .timeLine .heightB .rightContent .contentUtile .grid > .col:nth-child(2) a {
    min-width: 97px;
    height: 32px;
    background: #F89B74;
    border-radius: 40px;
    margin-right: 14px;
    color: #fff !important;
}
.main_wrap .timeLine .heightB .rightContent .contentUtile .grid > .col:last-child {
    width: 21%;
}
/*.main_wrap .timeLine .heightB.video_item {*/
/*    padding-bottom: 12px;*/
/*}*/
.main_wrap .timeLine .heightB.video_item .btnFullscreen {
    position: relative;
    width: 97px;
    height: 32px;
    margin: 10px auto 0px;
    background-color: #FFED4D;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.03);
    border-radius: 40px;
    cursor: pointer;
}
.main_wrap .timeLine .heightB.video_item .btnFullscreen-empty {
    position: relative;
    width: 97px;
    height: 32px;
    margin: 10px auto 0px;
    visibility: hidden;

}

/* [page] result > result2.jsp */
.result.header#header .upper .col-b {
    width: 60.5%;
}
.result.header#header .upper .col-c {
    width: 13.25%;
}
.result.header#header .upper {
    background: #FFFFFF;
    border-bottom: 1px solid #0000000D;
}
.result.header#header a.button-allmenu {
    display: inline-block;
}
.result.header#header .icon.share2 {
    background-image: url("../images2/icon/icon_kakao.png");
}
.result#header .scroll-navigation {
    height: 49px;
    background: #FFFFFF;
    border-bottom: 1px solid #0000000D;
}
.result#header .scroll-navigation .scroller-x {
    height: 49px;
    max-width: 748px;
}
.result#header .scroll-navigation .scroller-x .scroller-inner {
    width: 530px !important;
}
.result#header .scroll-navigation .scroller-inner ul.tab > li:first-child {
    margin-left: 16px;
}
.result#header .scroll-navigation .scroller-inner a {
    padding: 0px 14px;
}
.result#header .scroll-navigation .scroller-inner a span {
    height: 49px;
    line-height: 49px;
    color: #BBBBBB;
}
.result#header .scroll-navigation li.in a span {
    color: #262626 !important;
}
.result#header .scroll-navigation a span::before {
    height: 2px;
    bottom: 0px;
}

.page-result #wrapper, .page-history #wrapper, .page-mindcare #wrapper {
    min-height: calc(100vh - 110px);
    padding-top: 110px;
}
.page-result .state .section-tooltip {
    position: relative;
    width: 100%;
    height: 33px;
    margin-top: 14px;
}
.page-result .state .section-tooltip .js-tooltip {
    width: 100%;
    display: block;
}
.page-result .state .section-tooltip .js-tooltip .icon {
    margin-top: 0px;
    background-size: 16px 16px;
    opacity: 1;
    right:  71px;
}
.page-result .section-tooltip .js-tooltip .icon:after {
    content: "뇌피로도란?";
    font-size: 12px;
    line-height: 17px;
    color: #7A7874;
    position: relative;
    left: 21px;
    white-space: nowrap;
}
.page-result .section-result-concentration .section-tooltip .js-tooltip .icon:after {
    content: "집중도란?";
}
.page-result .section-result-power .section-tooltip .js-tooltip .icon:after {
    content: "활력지수란?";
}
.page-result .section-result-mymind .section-tooltip .js-tooltip .icon:after {
    content: "내마음은 어디쯤이란?";
}
.tippy-popper {
    max-width: 342px;
}
.tippy-tooltip {
    padding: 14px;
    font-size: 14px;
    background: #FFED4D;
    box-shadow: 0px 2px 4px 0px #0000001A;
    -webkit-box-shadow: 0px 2px 4px 0px #0000001A;
    border-radius: 16px;
    color: #3F3530;
    border: 1px solid #CFB0615C;
    margin-top: -4px;
    margin-right: 10px;
}
.tippy-arrow {
    display: none;
}
.section-result-brain > .wrap, .section-result-concentration > .wrap, .section-result-power > .wrap {
    padding: 0 16px 20px;
    min-width: 360px;
}
.page-result .message {
    margin: 0px auto 33px;
    font-size: 24px;
}
.page-result .message .icon {
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
    margin-bottom: 8px;
}
.page-result .message .icon.brain-good {
    background-image: url("../images2/icon/icon_stat1.png");
}
.page-result .message .icon.brain-well, .page-result .message .icon.well {
    background-image: url("../images2/icon/icon_stat2.png");
}
.page-result .message .icon.brain-warning, .page-result .message .icon.warning  {
    background-image: url("../images2/icon/icon_stat3.png");
}
.page-result .message .icon.brain-danger, .page-result .message .icon.danger {
    background-image: url("../images2/icon/icon_stat4.png");
}
.page-result .message .brain-good {
    color: #4887FE;
}
.page-result .message .brain-well {
    color: #6FBA1A;
}
.page-result .message .brain-warning {
    color: #FFEA33;
}
.page-result .message .brain-danger {
    color: #FF666D;
}
.bar-status-graph .col.very .bar i {
    background-color: #609CF1;
}
.bar-status-graph .col.good .bar i, .vertical-graph .row .bar.green {
    background-color: #83C44F;
}
.bar-status-graph .col.well .bar i, .vertical-graph .row .bar.yellow {
    background-color: #FFEA33;
}
.bar-status-graph .col.danger .bar i, .vertical-graph .row .bar.red {
    background-color: #FF666D;
}
.bar-status-graph .bars p.bold {
    font-weight: 700;
    color: #3F3530;
}
.bar-status-graph .bars p {
    margin: 5px auto 10px;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
}

@media (min-width: 1024px) {
    .state {
        display: none;
    }
}

.page-result .section-tips {
    padding: 20px 12px 0px;
}
.page-result .section-tips .collapse-item {
    border: none;
    background: #fff;
    border-radius: 30px;
    margin-bottom: 12px;
}
.page-result .section-tips .collapse-head .wrap {
    padding: 0;
    min-width: unset;
}
.page-result .section-tips .collapse-head .wrap .icon {
    margin-right: 6px;
}
.page-result .section-tips .desc {
    padding: 16px 0px;
    box-sizing: border-box;
}
.page-result .section-tips .desc .wrap {
    padding: 0px 18px;
}
.page-result .section-tips .subject .icon.about {
    margin-top: -11px;
}
.page-result .section-tips .subject .icon.music_fill {
    margin-top: -10px;
}
.page-result .section-tips .subject .icon.icon_tip {
    margin-top: -11px;
}
.page-result .section-tips .subject a {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.02em;
    color: #262626;
}
.page-result .section-tips .desc .bold {
    font-weight: 500;
}
.page-result .section-tips .desc p, .mindin_tip .list-b li {
    font-size: 14px;
    line-height: 21px;
}
.page-result .collapse-body .section-mindcare-list .wrap, .page-result .collapse-body .section-mindcare-list .item, .page-result .collapse-body .section-mindcare-list .item.oneitem {
    padding: 0px;
}
.section-mindcare-list .item .grid {
    min-height: 54px;
}
.section-mindcare-list .item .pic {
    width: 44px;
}
.section-mindcare-list .pic a {
    width: 44px;
    height: 44px;
    margin-right: 8px;
}
.section-mindcare-list .pic a span {
    width: 44px;
    height: 44px;
}

.page-result .section-result-power .message {
    margin-bottom: 16px;
}
.section-result-power .chart-wrap .cell {
    vertical-align: middle;
}
.section-result-power .vertical-graph-small .row.nth-child-1 {
    height: 32.5px;
}
.section-result-power .vertical-graph-small .row.nth-child-2 {
    height: 80px;
}
.section-result-power .vertical-graph-small .row.nth-child-3 {
    height: 32.5px;
}
.section-result-power .summary {
    margin: 16px auto 0px;
    background: #000000;
    border: none;
}

.mindCheckWrap {
    padding: 20px 12px 0px !important;
}
.mindcare-white-box {
    width: 100%;
    box-sizing: border-box;
    padding: 16px 18px !important;
    border-radius: 26px;
    margin-bottom: 12px;
    background: #fff;
}
@media (min-width: 1024px) {
    .section-result-mentality .item {
        float: unset;
        width: 100%;
    }
}

.section-result-mentality .item .subjects {
    padding: 0px 0px 28px;
}
.section-result-mentality .item .js-tooltip .icon:after {
    content: attr(data-content);
    font-size: 12px;
    line-height: 17px;
    color: #7A7874;
    position: relative;
    left: 21px;
    white-space: nowrap;
}
.section-result-mentality .bar-status-graph .point {
    margin-left: -11px;
}
.section-result-mentality .bar-status-graph .bars p {
    margin: 4px auto;
    font-size: 12px;
    line-height: 17px;
}

.section-result-mymind .section-tooltip .js-tooltip .icon {
    right: 112px !important;
}
.section-result-mymind .graph-wrap {
    margin: 12px auto 20px;
}
.section-result-mymind .graph-wrap .area {
    color: #666666;
}
.section-result-mymind .graph-wrap .grid .col {
    color: #7A7874;
    font-weight: 400;
}
.section-result-mymind .graph-wrap .grid .col.in ul {
    font-weight: 400;
}
.section-result-mymind .graph-wrap .grid .col .module::before {
    background: #8ABBFF;
}
.section-result-mymind .graph-wrap .grid .col.nth-child-2 .module::before {
    background: #FF8086;
    border: none;
    box-shadow: none;
}
.section-result-mymind .graph-wrap .grid .col.nth-child-3 .module::before {
    background: #F0F0F0;
    border: 2px solid #4887FE;
    -webkit-box-shadow: 0px 4px 14px 0px #0000003B;
    box-shadow: 0px 4px 14px 0px #0000003B;
}
.section-result-mymind .graph-wrap .grid .col.nth-child-3 .module ul {
    font-width: 400;
    color: #3F3530;
}
.section-result-mymind .graph-wrap .grid .col.nth-child-4 .module::before {
    background-color: #FFEA33;
}
.section-result-mymind .graph-wrap .drawing {
    display: none;
}

/* [page] result > history.jsp (page-history) */
.page-history .scroll-navigation {
    border-bottom: 1px solid #0000000D;
}
.page-history .scroll-navigation a span {
    color: #BBBBBB;
}
.page-history .scroll-navigation .in a span {
    color: #262626;
}
.page-history .state-form .wrap {
    padding: 14px 16px 20px;
}
.page-history .js-tooltip {
    width: 100%;
    display: block;
    line-height: 33px;
}
.page-history .js-tooltip .icon {
    position: relative;
    background-size: 16px 16px;
    right: 90px;
}
.page-history .section-tooltip .js-tooltip .icon:after {
    content: "마음 비교하기란?";
    font-size: 12px;
    line-height: 17px;
    color: #7A7874;
    position: relative;
    left: 25px;
    top: 2px;
    white-space: nowrap;
}
.page-history #toggleA .section-tooltip .js-tooltip .icon:after {
    content: "마음 흐름보기란?";
}
.page-history .state-form .dates {
    margin: 16px 0px;
}
.page-history .state-form .dates input.text {
    height: 41px;
    padding: 10px 18px 10px 40px;
    border-radius: 14px;
    border: 1px solid #0000001A;
    -webkit-box-shadow: 0px 2px 4px 0px #00000008;
    box-shadow: 0px 2px 4px 0px #00000008;
    background-color: #F4F4F4;
}
.page-history .state-form .dates .icon.date {
    top: 13px;
    margin-left: 18px;
}
.page-history .state-form .buttons {
    margin-bottom: 24px;
}
.page-history .state-form .buttons .button span {
    padding: 0px 18px;
    background: #ffffff;
    border-radius: 40px;
    border: 1px solid #00000026;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.03);
    color: #7A7874;
}
.page-history .state-form .buttons .button.in span {
    border-color: #000000;
    background: #000000;
    color: #fff;
}
.page-history .state-form .buttons .col {
    padding-left: 6px;
}

.page-history .state-form .section-counts .wrap {
    padding: 0px;
    min-width: unset;
}
.page-history .state-form .section-counts strong {
    color: #1454CD;
}
.section-counts strong .ing, .section-counts strong .total {
    color: inherit;
}
.page-history .state-list {
    margin: 20px auto 57px;
    border-bottom: none;
}
.page-history .state-list .item {
    padding: 14px 20px;
    border-radius: 20px;
    background-color: #ffffff;
    margin-bottom: 12px;
    border: none;
}
.page-history .state-list.is-comparison .item .checkboxes {
    left: 20px;
}
.page-history .state-list.is-comparison .item .module {
    padding: 0;
}
.page-history .state-list .item .area, .page-history .state-list .item .when {
    color: #00000066;
}
.page-history #toggleB .state-action {
    width: 100%;
    height: 100px;
    position: fixed;
    left: 0px;
    bottom: 57px;
    padding: 20px 0px 36px;
    box-sizing: border-box;
    background-color: #ffffff;
    margin: 0;
}
.page-history .state-action span {
    height: 48px;
    line-height: 48px;
    background-color: #FFED4D;
    color: #766119;
    font-size: 16px !important;
}
.page-history #toggleA .state-action {
    margin: 0px 0px 24px;
}
.page-history .state-action span {
    width: 100%;
}

#pageMore {
    width: 36px;
    height: 87px;
    border-radius: 50px;
    border: 1px solid #00000024
}
#pageMore .count div {
    height: 27px;
    font-size: 12px;
}
#pageMore .action {
    height: 33px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background: #4887FE;
    -webkit-box-shadow: 0px -1px 4px 0px #00000026;
    box-shadow: 0px -1px 4px 0px #00000026;
}
#pageMore .count div.total::before {
    background: #0000000D;
    margin-left: -11px;
    width: 24px;
}
#pageMore .action .icon::before, #pageMore .action .icon::after {
    background-color: #ffffff;
    margin: 2px 0 0 -6px;
}

/* [page] care > mindcare.jsp (page-mindcare) */
.page-mindcare .scroll-navigation {
    border-bottom: 1px solid #0000000D;
}
.page-mindcare .scroll-navigation a span {
    color: #BBBBBB;
}
.page-mindcare .scroll-navigation .in a span {
    color: #262626;
}
.page-mindcare .section-mindcare .wrap {
    max-width: 750px;
    padding: 28px 18px;
}
.page-mindcare .section-mindcare .grid {
    margin: 0px;
}
.page-mindcare .section-mindcare .grid .item {
    width: 100%;
}
.page-mindcare .section-mindcare .list .module {
    margin-bottom: 12px;
}
.page-mindcare .section-mindcare .list .pic {
    width: 100%;
    height: 144px;
    border-radius: 40px;
}
.section-mindcare .list .pic::after {
    display: none;
}
.page-mindcare .section-mindcare .list .pic a {
    width: 106%;
    display: inline-block;
    margin-top: -10%;
    margin-left: -3%;
}
.page-mindcare .section-mindcare .list .desc {
    width: 100%;
    height: 144px;
    top: 0px;
    left: 0px;
    margin: 0px;
}
.page-mindcare .section-mindcare .list .desc a {
    height: 100%;
    border-radius: 40px;
}
.page-mindcare .section-mindcare .list .desc strong {
    height: 144px;
    line-height: 144px;
}
.page-mindcare .section-mindcare .list .module em.new i {
    margin-top: 60px;
    margin-left: 38px;
}

.page-mindcare .section-mindcare-list {
    padding: 16px 0px;
}
.page-mindcare .section-mindcare-list .item {
    height: 76px;
    padding: 10px 12px;
    border-radius: 40px;
    background-color: #ffffff;
    margin-bottom: 10px;
    border: none;
    box-sizing: border-box;
}
.page-mindcare .section-mindcare-list .item .pic {
    width: 66px;
}
.page-mindcare .section-mindcare-list .pic a {
    width: 56px;
    height: 56px;
    margin-right: 10px;
    padding: 0px;
}
.page-mindcare .section-mindcare-list .pic a span {
    width: 56px;
    height: 56px;
}
.page-mindcare .section-mindcare-list .item.is-video .pic a::before {
    background-image: url("../images2/icon/icon_play.png");
}
.page-mindcare .section-mindcare-list .desc p.time {
    position: absolute;
}
.page-mindcare .section-mindcare-list .desc a em.new i.i {
    margin: -14px 0 0 -15px;
}
.page-mindcare .section-mindcare-list .desc p.subject {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.01em;
    color: #3F3530;
}

.page-mindcare #toggleC .section-mindcare-list .item {
    margin-bottom: 12px;
    box-sizing: border-box;
    padding: 0px;
    border: none;
    height: auto;
}
.page-mindcare #toggleC .section-mindcare-list .desc a {
    box-sizing: border-box;
    padding: 14px 20px;
    border-radius: 30px;
    border-bottom: 1px solid #0000000D;
    background-color: #ffffff;
}
.page-mindcare #toggleC .section-mindcare-list .desc p {
    padding: 0px;
    font-size: unset;
}
.page-mindcare #toggleC .section-mindcare-list .desc .sub-title {
    color: #978F8C;
    margin-top: 8px;
    margin-bottom: 6px;
    display: block;
}

/* [page] care > mindCareView.jsp (section-mindcare-view) */
.section-mindcare-view {
    width: 100vw;
    padding: 30px 20px;
}
.section-mindcare-view .media-contents {
    background: #F4F4F4;
}
.section-mindcare-view .media-aspect {
    background-color: #fff;
    margin-bottom: 6px;
    border-radius: 30px;
    padding-bottom: 12px;
}
.section-mindcare-view .media-aspect .btnFullscreen {
    position: relative;
    width: 97px;
    height: 32px;
    margin: 10px auto 0px;
    background-color: #FFED4D;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.03);
    border-radius: 40px;
    cursor: pointer;
    visibility: hidden;
}
.section-mindcare-view .contents {
    border-top: none;
}
.section-mindcare-view .contents .subjects .col {
    height: 58px;
    line-height: 58px;
    padding-bottom: 6px;
    border-bottom: 1px solid #0000000D;
}
.section-mindcare-view .contents .subjects .col.subject {
    padding-left: 0px;
    color: #262626;
    width: 60%;
}
.section-mindcare-view .contents .subjects .col.buttons {
    width: 40%;
}
.section-mindcare-view .contents .subjects .col.buttons .icon {
    width: 32px;
    height: 32px;
    background-color: #BBBBBB;
    background-size: 20px 20px;
    border-radius: 30px;
}
.section-mindcare-view .contents .subjects .col.buttons .icon.in {
    background-color: #000000;
}
.section-mindcare-view .contents .subjects .col.buttons .icon.favorites.in {
    background-color: #E97A3B;
}
.section-mindcare-view .contents .subjects .col.buttons i.like,
.section-mindcare-view .contents .subjects .col.buttons .icon.like.in {
    background-image: url("../images2/icon/icon_thumbs-up.png");
}
.section-mindcare-view .contents .subjects .col.buttons i.hate,
.section-mindcare-view .contents .subjects .col.buttons .icon.hate.in {
    background-image: url("../images2/icon/icon_thumbs-down.png");
}
.section-mindcare-view .contents .subjects .col.buttons i.favorites,
.section-mindcare-view .contents .subjects .col.buttons .icon.favorites.in {
    background-image: url("../images2/icon/icon_heart_line.png");
}
.section-mindcare-view .contents .subjects .tippy-popper {
    display: none;
}

.section-mindcare-view .contents .body {
    padding: 16px 0px 30px;
}
.section-mindcare-view .contents .body p {
    margin: 0px;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    color: #262626;
}
.section-mindcare-view .contents .body p b {
    font-size: 12px;
    line-height: 17px;
    color: #7A7874;
    float: right;
}


/* [page] member > mypage_group_list.jsp */
.page-login .section-mypage-main {
    margin: 28px auto 0 auto;
    max-width: unset;
}
.page-login .section-mypage-main > .wrap {
    padding: 0px 18px;
}
.page-login .section-mypage-main .summary {
    margin: 0px;
}
.page-login .section-mypage-main .summary p.subject {
    background-image: none;
    padding-left: 0px;
}
.page-login .section-mypage-main .summary p.mail {
    margin-top: 6px;
}
.page-login .section-mypage-main .summary .action .button span {
    width: 76px;
    height: 31px;
    line-height: 31px;
    border-radius: 40px;
    background: #000;
    color: #fff;
}
.page-login .section-mypage-main .setting-list::before,
.page-login .section-mypage-main .setting-list .item:last-child .core::before,
.section-mypage-main .setting-list .core a#memberLeave::after {
    display: none;
}
.page-login .section-mypage-main .setting-list .core a {
    height: 56px;
    line-height: 56px;
    color: #262626;
    padding-left: 0px;
}
.page-login .section-mypage-main .setting-list .core a#memberLeave {
    color: #7A7874;
}
.page-login .section-mypage-main .setting-list .core a::after {
    top: 18px;
    right: 0px;
    background-image: url("../images2/icon/icon_chevron-down.png");
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.page-login .section-mypage-main .setting-list .core a.in::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.page-login .section-mypage-main .section-user-select {
    padding: 18px 0px;
    border-top: 1px solid #0000000D;
}
.page-login .section-mypage-main .section-user-select .forms {
    padding: 0px;
}
.page-login .section-user-select .forms .inner {
    margin: 0px;
}
.section-user-select .forms.gray-input input.text {
    height: 42px;
    padding: 12px 12px 12px 40px;
    border-radius: 10px;
    background: #F4F4F4;
    border: none;
}
.section-user-select .forms.gray-input input.text::placeholder {
    font-size: 12px;
    line-height: 17px;
}
.section-user-select .forms.gray-input .icon.search {
    width: 43px;
    height: 43px;
    background-size: 18px 18px;
    top: -1px;
}
@media screen and (min-width: 769px) {
    #search {
        font-size: 14px;
    }
}
.page-login .section-user-select .list {
    margin-top: 24px;
    padding: 0px;
}
.page-login .section-user-select .category {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    border-radius: 20px;
    padding: 0px 11px;
    background: #FFED4D;
    color: #766119;
    font-weight: 700;
    border: none;
    margin-top: 2px;
}
.page-login .section-user-select .item {
    padding: 4px 0px;
    border-top: solid 1px #0000000D;
    height: 48px;
    line-height: 40px;
    box-sizing: border-box;
}
.section-user-select .item a {
    padding: 0px;
}
.section-user-select .item .name {
    font-size: 14px;
    color: #1E1816;
    font-weight: 500;
}
.section-user-select .item .birth {
    float: right;
    font-size: 14px;
    color: #7A7874;
}
.page-login .section-user-select .group > .change_user:first-child {
    border-top: none;
}

/* [page] help > menu_user_pw_02.jsp, menu_user_modify.jsp  비밀번호 재설정, 사용자 정보 수정 */
.modal-container.is-full .md-modal-holder {
    background-color: #ffffff;
}
.modal-container.is-full .md-modal-content > .head p {
    margin: 0 auto;
    font-size: 18px;
}
.page-changepw .section-user-form {
    padding: 36px 18px;
}
.page-changepw .section-user-form.find-pw p.title, .section-user-form.change-pw p.title {
    padding-left: 58px;
    background-image: url("../images2/icon/icon_password.png");
    background-size: 48px 48px;
    background-position: left center;
    font-size: 18px;
    color: #262626;
    margin: 0px 0px 24px;
}
.page-changepw .section-user-form .forms .grid {
    border-bottom: none;
    margin-bottom: 12px;
}
.page-changepw .section-user-form input.text {
    padding: 0px 10px;
    border-radius: 6px;
    border: 1px solid #00000026;
}
.page-changepw .section-user-form .input-notice {
    margin-top: 24px;
    margin-bottom: 36px;
    background: #0000000D;
    border-radius: 10px;
    padding: 10px;
}
.modal-container.is-full .md-modal-content .action .button span,
.page-user-confirm .section-user-confirm .action a span,
.page-user-select .section-user-select .action a span {
    width: 100%;
    color: #fff;
    background: #000000;
    font-weight: 500;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
}

.section-user-confirm {
    margin: 0 auto;
    padding: 20px 18px 36px;
}
.section-user-confirm .pictures {
    margin-bottom: 18px;
}
.section-user-confirm .pictures .pic {
    cursor: pointer;
}
.section-user-confirm .pictures .pic-profile {
    border-radius: 300px;
    width: 88px;
    height: 88px;
    border: solid 4px #fff;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.03);
    box-sizing: border-box;
}
.section-user-confirm .pictures .pic .add-photo {
    background-image: url("../images2/icon/icon_camera.png");
    width: 26px;
    height: 26px;
    background-size: 18px 18px;
    background-position: center;
    margin-right: -3px;
    background-color: #000000;
    border-radius: 40px;
    overflow: hidden;
    border: none;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.03);
}
.section-user-confirm .forms .field {
    margin: 23px 0px 0px;
    padding-bottom: 12px;
    border-bottom: none;
}
.section-user-confirm .forms label.name {
    height: 17px;
    line-height: 17px;
    font-size: 12px;
    top: -23px;
}
.section-user-confirm .forms input.text {
    height: 48px;
    line-height: 48px;
    padding: 12px 10px;
    border-radius: 6px;
    border: 1px solid #00000026;
    color: #7A7874;
    font-size: 14px !important;
    text-align: left;
}
.section-user-confirm .forms input.text.password {
    padding-left: 12px;
}
.section-user-confirm .forms input.text:disabled {
    background: #f7f7f7;
}
.section-user-confirm .forms .field.radio-buttons {
    text-align: left;
}
.section-user-confirm label.css-radio-button {
    background: #FFFFFF;
    border: 1px solid #00000026;
    padding: 0 18px;
    height: 34px;
    line-height: 34px;
    color: #7A7874;
    border-radius: 40px;
    margin-right: 6px;
    font-size: 13px;
}
.section-user-confirm input.css-radio-button:checked + label.css-radio-button {
    background: #000000;
    border: 1px solid #000000;
    color: #FFFFFF;
}

/* [page] member > insertUserRelationShipForm.jsp (page-user-confirm) */
/* [page] member > login_user_select_group.jsp (page-user-select) */
.page-user-confirm .header .upper, .page-user-select .header .upper {
    border-bottom: 1px solid #0000000D;
    background-color: #fff;
}
.page-user-confirm .section-user-confirm {
    box-sizing: border-box;
    max-width: 750px;
}
.page-user-confirm .section-user-confirm .wrap {
    padding: 0px;
}
.page-user-confirm .section-user-confirm .agree {
    width: 100%;
    margin: 18px auto 36px;
}
.page-user-confirm .section-user-confirm .agree p {
    font-size: 14px;
    color: #262626;
}
.page-user-confirm .section-user-confirm .agree p .underline {
    color: #262626;
    font-weight: 500;
}
.page-user-confirm .section-user-confirm .agree p span {
    margin-left: 6px;
}

.page-user-select .section-user-select {
    padding-top: 24px;
}
.page-user-select .section-user-select .wrap {
    padding: 0px 18px;
}
.page-user-select .section-user-select .wrap.forms .master-account {
    padding-bottom: 24px;
}
.page-user-select .section-user-select .wrap.forms .master-account .tag {
    padding: 2px 6px;
    border-radius: 10px;
    border: 1px solid #978F8C5C;
    margin-right: 3px;
}
.page-user-select .section-user-select .wrap.forms .inner {
    margin: 0px;
}

.page-user-select .section-user-select .wrap.list {
    margin-top: 16px;
}
.page-user-select .section-user-select .wrap.list .category-tag-list {
    width: calc(100% + 11px);
    padding-bottom: 18px;
    margin: 0px 0px 18px;
    border-bottom: 1px solid #0000000D;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-user-select .section-user-select .wrap.list .category-tag-list > a {
    display: inline-block;
    box-sizing: border-box;
    margin: 6px 5px 6px 0px;
    min-width: 40px;
    height: 30px;
    padding: 7px 14px;
    background: #FFED4D;
    border-radius: 40px;
    border: 1px solid #00000026;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.03);
    color: #766119;
    font-size: 13px;
    font-weight: 500;
}
.page-user-select .section-user-select .wrap.list .category {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    border-top: none;
    background-color: #FFED4D;
    color: #766119;
    margin-top: 6px;
    padding: 0px 12px;
    border-radius: 20px;
}
.page-user-select .section-user-select .wrap.list .group .item {
    height: 40px;
    line-height: 40px;
    margin-top: 4px;
    padding-bottom: 4px;
    border-top: none;
    border-bottom: 1px solid #0000000D;
}
.page-user-select .section-user-select .wrap.list .group > .item:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}
.page-user-select .section-user-select .item .more-info {
    float: right;
    color: #BBBBBB;
    font-size: 12px;
    margin-left: 7px;
}
.page-user-select .section-user-select .item .more-info .divider {
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #0000000D;
    margin: 0px 4px;
}
.page-user-select .section-user-select .action {
    margin-top: 36px;
}

/* [page] member  > menu_join.jsp (section-user-form, join-step1) */
/* [page] member  > menu_user_confirm.jsp (section-user-confirm, is-modify) */
.section-user-form.join-step1 {
    padding: 0px 20px;
}
.section-user-form.join-step1 .is-padder {
    padding-top: 40px;
}
.section-user-form.join-step1 p.title {
    padding-left: 59px;
    background-image: url("../images2/icon/icon_mypage_yellow.png");
    background-size: 49px 49px;
    background-position: left center;
    margin: 0px 0 24px;
    font-size: 18px;
    line-height: 23px;
    color: #262626;
}
.section-user-form.join-step1 .forms .grid {
    border: none;
}
.section-user-form.join-step1 input.text, .section-user-form.join-step1 select {
    width: 100%;
    height: 48px;
    border-radius: 6px;
    border: 1px solid #00000026;
    margin-bottom: 12px;
    padding: 0px 10px;
    color: #7A7874;
}
.section-user-form.join-step1 select {
    background-image: url("../images2/icon/icon_chevron-down.png");
    background-position: 99% center;
    background-size: 24px 24px;
}
.section-user-form.join-step1 .forms .grid .button {
    position: relative;
    margin-top: 0px;
    margin-left: 10px;
}
.section-user-form.join-step1 .forms .grid .button.info span {
    background: #FFED4D;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: #766119;
    width: 112px;
}
.section-user-form.join-step1 .forms .grid.method .button.info span {
    background: #000000;
    color: #ffffff;
}
.section-user-form.join-step1 .countdowns {
    text-align: left;
    margin-top: -6px;
}
.section-user-form.join-step1 .countdowns span {
    color: #FF6C73;
}
.section-user-form.join-step1 .countdowns span:first-child {
    background-image: none;
    padding: 0;
}

.section-user-confirm.is-modify #memberPw1 {
    margin: 12px 0px 0px;
}
.section-user-confirm.is-modify .forms .notify {
    float: left;
    margin-top: -6px;
}
.section-user-confirm.is-modify .forms .notify p.notice {
    margin: 0px 0px 0px 6px;
    padding-left: 12px;
}
.section-user-confirm.is-modify .agree {
    margin: 18px 0px 36px;
}


/* [page] help > about.jsp 회사소개 (section-about) */
.section-about .wrap.is-padder {
    padding: 12px 21px 32px;
}
.section-about .wrap.is-padder .mt-32 {
    margin-top: 32px;
}

/* [page] help > helpdesk_guide.jsp 마인드인 주의사항 (section-helpdesk-guide) */
.section-helpdesk-guide .wrap.is-padder {
    padding: 36px 18px;
}
.section-helpdesk-guide .section-title {
    padding: 0px;
    margin: 0px 0px 28px;
}
.section-helpdesk-guide .section-title .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: -0.02em;
    color: #262626;
    padding: 0 0 0 54px;
    margin: 0px;
    background-image: url("../images2/icon/icon_info.png");
    background-size: 44px 44px;
    background-position: center left;
}
.section-helpdesk-guide .list {
    padding: 0px;
}
.section-helpdesk-guide .item {
    padding: 0px !important;
    margin-bottom: 16px;
}
.section-helpdesk-guide .module {
    margin: 0 auto;
    padding: 20px 16px;
    background-color: #ffffff;
    border: none;
    border-radius: 36px;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.section-helpdesk-guide .item .icon {
    background-image: url("../images2/icon/icon_caution1.png");
    min-width: 48px;
    width: 48px;
    height: 48px;
    background-size: 48px 48px;
    margin-right: 16px;
}
.section-helpdesk-guide .item.nth-child-2 .icon {
    background-image: url("../images2/icon/icon_caution2.png");
}
.section-helpdesk-guide .item.nth-child-3 .icon {
    background-image: url("../images2/icon/icon_caution3.png");
    width: 48px;
    height: 48px;
    background-size: 48px 48px;
}
.section-helpdesk-guide .item.nth-child-4 .icon {
    background-image: url("../images2/icon/icon_caution4.png");
}
.section-helpdesk-guide .item.nth-child-5 .icon {
    background-image: url("../images2/icon/icon_caution5.png");
}
.section-helpdesk-guide .item p.desc {
    margin: 0px;
    text-align: left;
    word-break: keep-all;
    color: #3F3530;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    min-height: unset;
}

/* [page] help > mindin.jsp 회사소개 (page-mindin) */
.page-mindin .section-mindin {
    background: none;
}
.page-mindin .section-mindin .wrap.is-padder {
    padding: 30px 16px;
}
.section-mindin .holder {
    background: none;
}
.section-mindin .section-title {
    padding: 0px 0 8px;
    border-bottom: solid 1px #0000000D;
}
.section-mindin .section-title p.title {
    font-size: 18px;
}
.section-mindin .summary {
    padding: 8px 0 0px;
}
.section-mindin .summary p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 21px;
    font-family: inherit;
    color: #3F3530;
}

.page-mindin .section-tips .wrap {
    padding: 0px 16px 30px;
}
.section-tips .collapse-item {
    border-top: none;
}
.section-tips.is-mindin .subject a {
    padding: 14px 0px;
    font-size: 16px;
    font-weight: 500;
    color: #262626
}
.section-tips.is-mindin .desc::before {
    width: 100%;
    right: 20px;
}
.section-tips.is-mindin .desc {
    color: #666666;
    padding: 18px 0px;
}
.section-tips.is-mindin .desc p.subject {
    margin: 16px 0 6px;
    font-size: 14px;
    color: #3F3530;
    padding-left: 20px;
}
.section-tips.is-mindin .desc p.subject::before {
     top: 8px;
     left: 6px;
     width: 4px;
     height: 4px;
 }
.section-tips.is-mindin .desc p:first-child {
    margin-top: 0;
}
.section-tips.is-mindin .desc .icon {
    margin-right: 6px;
}
.section-tips.is-mindin .desc .icon.check_gray {
    margin-right: 2px;
}
.section-mindin .action .inner {
    padding: 30px 0px;
}
.section-mindin .action .button span {
    width: 100%;
    color: #fff;
    background-color: #000000 !important;
    font-weight: 500;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    border-radius: 40px;
}

/* [page] help > helpdesk.jsp 고객센터 (page-menu) */
.page-menu .header .upper {
    border-bottom: 1px solid #0000000D;
    background-color: #fff;
}
.page-menu .section-mypage-main {
    max-width: 750px;
}
.page-menu .section-mypage-main .summary {
    margin: 0 6px;
}
.page-menu .section-mypage-main .summary p.subject {
    background: none;
    padding-left: 0px;
    font-weight: 700;
}
.page-menu .section-mypage-main .summary p.mail {
    margin-top: 6px;
    color: #666666;
}
.page-menu .section-mypage-main .setting-list::before {
    display: none;
}
.page-menu .section-mypage-main .setting-list {
    margin-top: 26px;
}
.page-menu .section-mypage-main .setting-list .core a {
    padding: 0 6px;
    color: #262626;
    font-size: 16px;
    font-weight: 500;
    height: 56px;
    line-height: 56px;
}
.section-mypage-main .setting-list .core a::after {
    top: 16px;
    right: 0px;
    background-image: url("../images2/icon/icon_chevron-right.png");
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
}
.section-mypage-main .setting-list .item:last-child .core::before {
    display: none;
}

/* [page] help > helpdesk_faq.jsp 자주 하는 질문 (section-collapse-bbs) */
/* [page] help > helpdesk_notice.jsp 공지 사항 (section-collapse-bbs, is-notice) */
.section-collapse-bbs .wrap {
    padding: 28px 18px;
}
.section-collapse-bbs .in {
    background-color: #ffffff;
}
.section-collapse-bbs .in .subject a {
    color: #262626;
    font-weight: 500;
}
.section-collapse-bbs .subject::after {
    background-color: #0000000D;
}
.section-collapse-bbs .desc {
    padding: 18px 0px;
}
.section-collapse-bbs .desc .a {
    display: none;
}

/* [page] help > helpdesk_qna.jsp 사용자 문의 (section-qna) */
.section-qna .item.robot .module {
    background: #0000000D;
    border-radius: 7px;
}
.section-qna .item.robot .module::before {
    top: 8px;
    margin-left: -10px;
    border: medium solid #0000000D;
    border-width: 10px 10px 10px 0px;
    border-color: transparent #0000000D transparent transparent;
}
.section-qna .item .module .comment {
    padding: 12px;
    font-size: 12px;
    line-height: 17px;
    text-align: left;
    color: #3F3530;
}
.section-qna .icon.logo-metahealth {
    display: block;
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    margin-bottom: 8px;
}
.section-qna .item.me .module {
    background-color: #FFED4D;
    border-radius: 7px;
}
.section-qna .item.me .module pre {
    margin: 0px;
    background-color: #FFED4D !important;
}
.section-qna .item.me .module::before {
    top: 8px;
    margin-right: -10px;
    border: medium solid #FFED4D;
    border-width: 10px 0px 10px 10px;
    border-color: transparent transparent transparent #FFED4D;
}
.chattime2 {
    margin-right: 8px;
    font-size: 11px;
    line-height: 14px;
    color: #33333385;
}
.footer-chatbot {
    height: 71px;
    -webkit-box-shadow: 0px -6px 10px 0px #00000026;
    box-shadow: 0px -6px 10px 0px #00000026;
    padding: 8px 0px 0px;
    box-sizing: border-box;
    background: #fff;
}
.footer-chatbot .container.chatbots {
    align-items: center;
    justify-content: center;
}
.footer-chatbot .action {
    position: relative;
    width: 40px;
    height: 40px;
    margin-left: 4px;
    flex-shrink: 0;
    right: 0px;
    top: 0;
    margin-top: 0;
}
.footer-chatbot .icon.send {
    /*background-image: url(../img/common/icon_send.png);*/
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
}
#qnaMsg {
    border-radius: 6px;
    border: 1px solid #00000026;
    min-height: 45px;
}