/* common */
:root {--main-color:#FFC200; --main-deep:#FFA800; --main-soft:#FFD045; --guage-height:12px; --guage-thumb:25px;}
.con {width: 90%; margin:0 auto;}
.large_btn {width: 100%; padding: 10px; font-size: 16px; font-weight: 700; color: #fff; background: var(--main-deep); border: none; border-radius: 50px; text-align: center;}
.dn {display: none !important;}
.my-fav.on {color:#FF7E7E !important;}

.full_input {width:100%} 

.half_input {width:49%} 
#wrap {margin-top:58px; background:#ffffff;}
.footer {clear:both; float:left; width:100%; height:auto; padding:40px 20px; text-align: center; background:#fec200; color:#ffffff; margin-top:20px; font-size:14px;}
.footer .ft_logo {padding:30px 0px 30px; text-align: center;}
.footer .company_info {padding-bottom:20px;}
.footer .company_info span {padding:2px 5px; word-break: keep-all;}
/* header */
#header {width: 100%; height: 58px; display: flex; align-items: center; background:#fff; box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.03); position:fixed; top:0; left:0; z-index: 100;}
#header .con {display: flex; justify-content: space-between; align-items: center;}
#header .menu_btn {width: 20px; height: 20px; display: flex; flex-direction: column; justify-content: space-around; background:none; border:none;}
#header .menu_btn span {width: 100%; height: 2px; display: block; background: #343434; border-radius: 20px;}
#header .menu_btn span:last-child {width: 60%;}

#menu_side {width: 100%; height: 100%; display: none; position:fixed; top:0; left:0; z-index: 990;}
#menu_side .bg {width: 100%; height: 100%; position:absolute; top:0; left:0; background: rgba(0,0,0,0.3);}
#menu_side .head {display: flex;align-items: center; margin:20px 0;}
#menu_side .head .go_home {display: flex; align-items: center; font-size: 15px; font-weight: 500; color: #343434; margin-right: 12px;}
#menu_side .head .go_home i {width: 24px; font-size: 20px; margin-right: 4px; text-align: center;}
#menu_side .close_btn {display: block; width: 20px; height: 20px; font-size: 15px; display: flex; justify-content: center; align-items: center; background: none; border: none; margin-left: auto;}
#menu_side .close_btn i {font-weight: bold;}
#menu_side .inner {width: 80%; max-width: 380px; height: 100%; position:absolute; top:0; right:-80%; background: #fff; overflow: auto; transition: right 0.3s;}
#menu_side.on .inner {right:0;}
#menu_side .inner .today_req {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; background:#FFF9E4; border-radius: 20px; padding:20px;}
#menu_side .inner .today_req .txt_box {position:relative; z-index: 2;}
#menu_side .inner .today_req .txt_box span {display: block; font-size: 12px; color:#9e9e9e;}
#menu_side .inner .today_req .txt_box p {font-size: 18px; font-weight: 500; line-height: 24px; color:#343434; margin-top:10px;}
#menu_side .inner .today_req .day_box {width: 80px; height: 80px; display: flex; flex-direction: column; justify-content: center; align-items: center; position:relative;}
#menu_side .inner .today_req .day_box .day {display: block; font-weight: 500; color:#fff; position:relative; z-index: 2;}
#menu_side .inner .today_req .day_box .date {display: block; font-size: 25px; font-weight: 500; color:#fff; position:relative; z-index: 2;}
#menu_side .inner .today_req .day_box .loader {width: 86px; height: 86px; border-radius: 50%; box-sizing: content-box; position:absolute;}
#menu_side .inner .today_req .day_box .loader1 {background: linear-gradient(180deg, rgba(255,225,157,1) 4%, rgba(254,159,179,1) 100%); border-top: 16px solid #dbffa4; animation: rotate 5s linear infinite; margin-top:2px;}
#menu_side .inner .today_req .summary {font-size: 12px; line-height: 16px; border:1px solid var(--main-color); border-radius: 5px; padding:15px; margin-top:20px;width:100%;}
#menu_side .inner .today_req .advice {width: 100%; background:#fff; border-radius: 5px; padding:15px; margin-top:10px;}
#menu_side .inner .today_req .advice .title {display: flex; align-items: center;}
#menu_side .inner .today_req .advice .title .profile {width: 32px; height: 32px; display: flex; justify-content: center; align-items: center; border: 1px solid #e6e6e6; border-radius: 100%; margin-right: 12px;}
#menu_side .inner .today_req .advice .title span {font-size: 15px; font-weight: 500; color:var(--main-deep);}
#menu_side .inner .today_req .advice p {font-size: 12px; line-height: 16px; margin-top:7px;}
#menu_side .inner .today_req.no_write > a {margin-top:30px;}
#menu_side .menu_list {margin-top:12px;}
#menu_side .menu_list li a {display: flex; align-items: center; font-size: 14px; font-weight: 500; color:#343434; padding:18px 24px; border-radius: 100px;}
#menu_side .menu_list li a.on, #menu_side .menu_list li a:hover {background:#FFF9E4}
#menu_side .menu_list li a i {width: 24px; font-size: 20px; margin-right: 12px; text-align: center;}
#menu_side .menu_list li:nth-child(4) a i {font-size: 24px;}
#menu_side .menu_list li:nth-child(5) a i {font-size: 18px;}

/* index */
.main_record {padding:30px 0; background:#fff; border-radius: 0 0 20px 20px; box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05); position:relative; z-index: 2; overflow: hidden;}
.main_record .con {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.main_record .txt_box {position:relative; z-index: 2;}
.main_record .txt_box span {display: block; font-size: 14px; color:#9e9e9e;}
.main_record .txt_box p {font-size: 22px; line-height: 30px; color:#343434; margin-top:10px;}
.main_record .con > a {width: 100%; display: block; text-align: center; font-weight: 500; border:1px solid var(--main-color); border-radius: 50px; padding:10px 0; background:#fff; margin-top:24px; position:relative; z-index: 2;}
.main_record .con > a:hover {background:var(--main-color); color:#fff;}
.main_record .day_box {width: 80px; height: 80px; display: flex; flex-direction: column; justify-content: center; align-items: center; position:relative;}
.main_record .day_box .day {display: block; font-weight: 500; color:#fff; position:relative; z-index: 2;}
.main_record .day_box .date {display: block; font-size: 25px; font-weight: 500; color:#fff; position:relative; z-index: 2;}
.main_record .day_box .loader {width: 86px; height: 86px; border-radius: 50%; box-sizing: content-box; position:absolute;}
.main_record .day_box .loader1 {background: linear-gradient(180deg, rgba(255,225,157,1) 4%, rgba(254,159,179,1) 100%); border-top: 16px solid #dbffa4; animation: rotate 5s linear infinite; margin-top:2px;}
/*.main_record .day_box .loader2 {background: linear-gradient(180deg, rgba(219,255,164,1) 4%, rgba(226,252,249,1) 100%); border-top: 12px solid #dbffa4; animation: rotate2 2s linear infinite; margin:-13px 0 0 -15px;}*/
.main_record .pattern {width: 140px; height: 140px; display: flex; justify-content: center; align-items: center; border:0.5px solid #f5f5f5; border-radius: 100%; position:absolute; opacity: 0.8;}
.main_record .pattern::before {content:""; width: 230px; height: 230px; border:0.5px solid #f5f5f5; border-radius: 100%; position:absolute; opacity: 0.8;}
.main_record .pattern::after {content:""; width: 330px; height: 330px; border:0.5px solid #f5f5f5; border-radius: 100%; position:absolute; opacity: 0.8;}

@keyframes rotate {
    0% {
      transform: rotate(0deg);
    }
    50% {
      transform: rotate(180deg);
    }
    100% {
      transform: rotate(360deg);
    }
}


#main_tab {background:var(--main-soft); position:relative; margin-top:-20px; padding:40px 0 120px;}
#main_tab h2 {font-size: 18px; font-weight: 500; color:#fff;}
#main_tab .con {position:relative; z-index: 2;}
#main_tab .tab_list {display: flex; flex-wrap:wrap; justify-content: space-between; margin-top:15px;}
#main_tab .tab_list li {width: 22.5%; background:#fff; border-radius: 5px; text-align: center; box-shadow: 0 1px 5px rgba(0,0,0,0.05);}
#main_tab .tab_list li a {display: block; padding:10px 0;}
#main_tab .tab_list li span {font-size: 12px; color:#343434;}
#main_tab svg {position:absolute; left:0; bottom:0;}

#main_today {padding:30px 0; overflow: hidden;}
#main_today .title .date {font-size: 14px; color:#999;}
#main_today .title .status {font-size: 18px; font-weight: 500; color:#343434;}
#main_today .title .status .user_name {color:var(--main-deep);}
#main_today .data_wrap {height: 240px; display: flex; justify-content: center; align-items: center; position:relative; margin-top:20px;}
#main_today .data_wrap .data_box {width: 100%; height: 100%; position:relative; z-index: 2;}
#main_today .data_wrap .data_box .circle {display: flex; flex-direction: column; justify-content: center; align-items: center; position:absolute; border-radius: 100%; font-weight: 500; color:#6c6c6c; line-height: 1.25;}
#main_today .data_wrap .data_box .circle1 {width: 140px; height: 140px; font-size: 18px; color:#343434; background:linear-gradient(35deg, rgba(254,159,182,0.25) 0%, rgba(255,194,0,0.25) 100%); top:calc(50% - 70px); left:calc(50% - 70px);}
#main_today .data_wrap .data_box .circle2 {width: 90px; height: 90px; font-size: 16px; background:linear-gradient(135deg, rgba(255,194,0,0.25) 0%, rgba(220,255,163,0.25) 100%); top:0; left:0;}
#main_today .data_wrap .data_box .circle3 {width: 80px; height: 80px; font-size: 14px; background:linear-gradient(135deg, rgba(220,255,163,0.25) 0%, rgba(226,255,254,0.25) 100%); bottom:0; right:0;}
#main_today .data_wrap .data_box .circle4 {width: 60px; height: 60px; font-size: 12px; background:linear-gradient(270deg, rgba(254,159,182,0.1) 0%, rgba(255,194,0,0.1) 100%); top:20px; right:0;}
#main_today .data_wrap .data_box .circle5 {width: 50px; height: 50px; font-size: 12px; background:rgba(255, 194, 0, 0.1); bottom:30px; left:0;}
#main_today .pattern {width: 170px; height: 170px; display: flex; justify-content: center; align-items: center; border:0.5px solid #f5f5f5; border-radius: 100%; position:absolute; opacity: 0.5;}
#main_today .pattern::before {content:""; width: 280px; height: 280px; border:0.5px solid #f5f5f5; border-radius: 100%; position:absolute; opacity: 0.5;}
#main_today .pattern::after {content:""; width: 420px; height: 420px; border:0.5px solid #f5f5f5; border-radius: 100%; position:absolute; opacity: 0.5;}
#main_today .none_user {position:relative;}
#main_today .none_user img {max-width: 100%;}
#main_today .none_user a {width: 92%; height: 13%; position: absolute; left: 4%; bottom: 8%; border-radius: 30px;}

#main_counselor {background:#FAFAFC; padding:20px 0;}
/*#main_counselor .con {display: flex; background:#fff; padding:15px; box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.07); border-radius: 10px;}*/
#main_counselor .counselor_list > li {background:#fff; box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.07); border-radius: 10px;}
#main_counselor .counselor_list > li:not(:last-child) {margin-bottom: 10px;}
#main_counselor .counselor_list > li a {display: flex; align-items: center; padding:15px;}
#main_counselor .img_box {width: 74px; height: 74px; border-radius: 100%; border:1px solid #e1e1e1; margin-right: 10px; text-align: center; overflow: hidden;}
#main_counselor .img_box img {max-width: 100%; max-height: 100%;}
#main_counselor .txt_box {width: calc(100% - 84px);}
#main_counselor .txt_box .name {display: block; font-weight: 500; color:#343434;}
#main_counselor .txt_box .belong {font-size: 14px; color:#6c6c6c;}
#main_counselor .tag {display: flex; margin-top:8px; white-space: nowrap; overflow: auto;}
#main_counselor .tag li {background:#fafafc; border-radius: 50px; padding:4px 8px; font-size: 12px; font-weight: 500; color:#afafaf;}
#main_counselor .tag li:not(:last-child) {margin-right: 4px;}

/* sub */
#header .go_back {width: 24px; height: 24px; font-size: 24px; background:none; border:none; color:#343434;}
#header .sub_title {font-family: "Noto Sans KR"; font-size: 18px; font-weight: 500; color:#343434;}

/* todayrecord */
.record_screen {position:relative;}
.record_wrap {}
.record_wrap .screen {padding:50px 0;}
.record_wrap .screen .title_txt {text-align: center;}
.record_wrap .screen .title_txt span {display: block; font-size: 14px; color:#9e9e9e;}
.record_wrap .screen .title_txt strong {display: block; font-size: 22px; font-weight: 500; color:#343434; margin-top:5px;}
.record_wrap .screen .tagcloud {margin:50px auto 0;}
.record_wrap .screen .tagcloud span {font-size: 16px; color:var(--main-deep); transition:font-size 0.25s; cursor: pointer;}
.record_wrap .screen .tagcloud span:hover {font-size:20px;}
.record_wrap #status {border-top:7px solid #fafafc;}
.record_wrap #status .list {border-top:1px solid #e6e6e6; padding:15px 5%; transition: transform 0.25s ease-out, opacity 0.25s ease-out;}
.record_wrap #status .list .top {display: flex; justify-content: space-between;}
.record_wrap #status .list .top .item .name {font-weight: 500;}
.record_wrap #status .list .top .item .number {font-weight: 500; color:var(--main-deep); margin-left: 4px;}
.record_wrap #status .list .top .del {font-size: 12px; font-weight: 500; color:#9e9e9e; border:0.5px solid #e6e6e6; background:#fff; padding:4px 8px; border-radius: 40px;}
.record_wrap #status .list .range {display: flex; justify-content: space-between; align-items: center; margin-top:10px;}
.record_wrap #status .list .range button {width: 28px; height: 28px; font-size: 14px; color:#6c6c6c; border:0.5px solid #e6e6e6; border-radius:10px; background:#fff;}
.record_wrap #status .list .range button i {font-weight: bold;}
.record_wrap #status .list .range .range_box {width: calc(100% - 72px); position:relative;}
.record_wrap #status .list .range input {width: 100%; height: var(--guage-height); -webkit-appearance: none; border-radius: 100px;}
.record_wrap #status .list .range input::-webkit-slider-thumb {width: var(--guage-thumb); height: var(--guage-thumb); border-radius: 100%; background:var(--main-color); outline:none; border:none; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; cursor: pointer;}
.record_wrap #status .list .range input::-moz-range-thumb {width: var(--guage-thumb); height: var(--guage-thumb); border-radius: 100%; background:var(--main-color); outline:none; border:none; box-shadow: none; -webkit-appearance: none; -moz-appearance: none;}
.record_wrap #status .list .range .range_box .num {width: var(--guage-thumb); font-size: 12px; font-weight: 500; color:#fff; text-align: center; position:absolute; pointer-events: none;}
.record_wrap #status .list .range .range_box .num::after {content:""; width: 20px; height: 20px; position:absolute; top:-3px; left:2px; border-radius: 100%; background:var(--main-color); opacity: 0.12; transform:scale(0); transition: transform 0.2s ease-out;}
.record_wrap #status .list .range .range_box .num.on {color:var(--main-color);}
.record_wrap #status .list .range .range_box .num.on::after {transform:scale(2)}
.record_wrap #status .list .range .range_box .tic {display: none; width: 20px; font-size: 12px; font-weight: 500; color:#fff; text-align: center; letter-spacing: 0.5px; position:absolute; top:-33px; pointer-events: none;}
.record_wrap #status .list .range .range_box .tic.on {display: block;}
.record_wrap #status .list .range .range_box .tic span {position:relative; z-index: 2;}
.record_wrap #status .list .range .range_box .tic::after {content:""; display: block; width: 28px; height: 28px; background:var(--main-color); position:absolute; top:-7px; left:-4px; border-radius: 100% 100% 0; transform:rotate(45deg);}
.record_wrap .add_wrap {padding:15px 5%; border-top:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6;}
.record_wrap .add_wrap .add_btn {width: 100%; display: flex; justify-content: center; align-items: center; padding:10px; border:1px dashed #9e9e9e; font-size: 14px; color:#9e9e9e; background:#fff; border-radius: 30px;}
.record_wrap .add_wrap .add_btn i {font-weight: bold; margin-right: 10px;}
.record_wrap .next_wrap {padding:20px 5%;}
.select_wrap {width: 100%; height: 100%; display: none; flex-direction: column; justify-content: flex-end; position:fixed; left:0; bottom:0; background:rgba(0, 0, 0, 0.3); z-index: 101;}
.select_wrap.on {display: flex;}
.select_wrap .inner {background:#fff; border-radius: 20px 20px 0 0; transform:translateY(100%); transition:all 0.3s ease-out;}
.select_wrap .inner.on {transform:translateY(0);}
.select_wrap .top {height: 58px; display: flex; justify-content: space-between; align-items: center; border-radius: 50px 50px 0 0;}
.select_wrap .top .reset_btn {font-size: 12px; font-weight: 500; color:#9e9e9e; background:none; border:none;}
.select_wrap .top strong {font-size: 18px; font-weight: 500; margin-left: -14%;}
.select_wrap .top .close_btn {width: 20px; height: 20px; display: flex; justify-content: center; align-items: center; font-size: 12px; color:#343434; background:none; border:none;}
.select_wrap .top .close_btn i {font-weight: bold;}
.select_wrap .emotion_list {border-top:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6;}
.select_wrap .emotion_list label {display: flex; justify-content: space-between; align-items: center; font-size: 14px; font-weight: 500; color:#343434; padding:13px 5%;}
.select_wrap .emotion_list label.checked {background:#FAFAFC;}
.select_wrap .emotion_list label:not(:last-child) {border-bottom:1px solid #e6e6e6;}
.select_wrap .emotion_list .emotion_chk {position:absolute; opacity: 0;}
.select_wrap .emotion_list .chk_box {width: 18px; height: 18px; display: flex; justify-content: center; align-items: center; border:1px solid #c9c9c9; border-radius: 2px; color:#fff;}
.select_wrap .emotion_list .chk_box i {display: none;}
.select_wrap .emotion_list .emotion_chk:checked ~ .chk_box {background:var(--main-color); border-color:var(--main-color);}
.select_wrap .emotion_list .emotion_chk:checked ~ .chk_box i {display: block;}
.select_wrap .done_wrap {padding:20px 5%;}

/* chat */
.chat_wrap {height: calc(100vh - 58px); padding-bottom: 10px;}
.chat_wrap .notice {display: block; font-size: 12px; font-weight: 500; color:var(--main-deep); padding:10px; text-align: center; border-bottom:1px solid #e6e6e6; background:#fff;}
.chat_wrap .chat_box {height: calc(100% - 103px - 38px); background:url("/img/chat_bg.svg") no-repeat center center;}
.chat_wrap .chat_box .con {height: 100%; padding:30px 0; overflow: auto;}
.chat_wrap .chat_box .con::-webkit-scrollbar {width: 5px;}
.chat_wrap .chat_box .con::-webkit-scrollbar-thumb {background:#c1c1c1; border-radius: 100px;}
.chat_wrap .chat_box .con::-webkit-scrollbar-track {background:none;}
.chat_wrap .chat_box .con > * {display: flex;}
.chat_wrap .chat_box .con button {margin:0 auto; width:auto; height:auto; padding:10px 30px; background:#fec200; border:1px solid #fec200; border-radius:20px; color:#ffffff;}
.chat_wrap .chat_box .other-chat .profile {width: 32px; height: 32px; display: flex; justify-content: center; align-items: center; border:1px solid #e6e6e6; border-radius: 100%; margin-right: 12px;}
.chat_wrap .chat_box .other-chat .chat .name {font-size: 13px;}
.chat_wrap .chat_box .my-chat {flex-direction: row-reverse; margin:30px 0;}
.chat_wrap .chat_box .context {font-size: 15px; background: #fff; margin-top: 7px; padding:5px 10px; border-radius:5px; box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.07);}
.chat_wrap .chat_box .my-chat .context {background: #FFF9E4;}
.chat_wrap .chat_box .timeline {font-size: 12px; color:#9e9e9e; align-self:flex-end; white-space: nowrap; margin-left: 8px;}
.chat_wrap .chat_box .my-chat .timeline {margin-left: 0; margin-right: 8px;}
.chat_wrap .chat_box .other-chat .fin {display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding:16px;}
.chat_wrap .chat_box .other-chat .fin img {margin-bottom: 10px;}
.chat_wrap .chat_box .other-chat .fin > span {font-size: 14px; color:#9e9e9e;}
.chat_wrap .chat_box .other-chat .fin > strong {font-size: 18px; font-weight: 500;}
.chat_wrap .chat_box .other-chat .fin > strong span {color: var(--main-deep);}
.chat_wrap .input_wrap .con {background: #F0F0F0; padding:10px; border-radius: 10px;}
.chat_wrap .input_wrap #chat_input {width: 100%; max-height: 80px; font-family: "Noto Sans KR"; font-size: 15px; font-weight: 400; background:none; resize:none; border:none; line-height: 20px; padding:8px;}
.chat_wrap .input_wrap #chat_input::placeholder {color:#9e9e9e;}
.chat_wrap .input_wrap #chat_input:focus {border:none; outline:none}
.chat_wrap .input_wrap #chat_input::-webkit-scrollbar {width: 5px;}
.chat_wrap .input_wrap #chat_input::-webkit-scrollbar-thumb {background:#c1c1c1; border-radius: 100px;}
.chat_wrap .input_wrap #chat_input::-webkit-scrollbar-track {background:none;}
.chat_wrap .input_wrap .option {display: flex; align-items: center; padding:7px 0;}
.chat_wrap .input_wrap .option button.more {width: 24px; height: 24px; display: flex; justify-content: center; align-items: center; color:#9e9e9e; background:#fff; border:none; border-radius: 5px;}
.chat_wrap .input_wrap .option label {font-size: 20px; color:#9e9e9e; margin-left: 12px; cursor: pointer;}
.chat_wrap .input_wrap .option input#sendPic {display: none;}
.chat_wrap .input_wrap .option button:last-child {font-size: 15px; color:#fff; background:var(--main-deep); padding:4px 10px; border:none; border-radius: 5px; margin-left: auto;}
/* .chat_wrap .input_wrap .option button[type="button"] {font-size: 15px; color:#fff; background:var(--main-deep); padding:4px 10px; border:none; border-radius: 5px; margin-left: auto;} */
.chat_wrap .next_wrap {padding:20px 5%;}
.chat_wrap .next_wrap .large_btn {display: block;}

/* recommed */
.recommend_wrap {padding-top:40px;}
.recommend_wrap .title {display: flex; align-items: center; margin-bottom: 15px; padding:0 5%;}
.recommend_wrap .title span {font-size: 18px; font-weight: 500;}
.recommend_wrap .title span b {color:var(--main-deep); font-weight: 500;}
.recommend_wrap .title a {display: block; font-size: 12px; font-weight: 500; color:#9e9e9e; border:1px solid #e6e6e6; border-radius: 40px; padding:4px 8px; margin-left: auto;}
.recommend_wrap .recommend_list li {display: flex; padding:15px 5%; border-bottom:1px solid #e6e6e6;}
.recommend_wrap .recommend_list li .img_box {width: 70px; height: 70px; border-radius: 5px; overflow: hidden;}
.recommend_wrap .recommend_list li .img_box img {max-width: 100%; max-height: 100%;}
.recommend_wrap .recommend_list li .txt_box {display: flex; flex-direction: column; align-items: flex-start; font-family: "Noto Sans KR"; margin-left:20px;}
.recommend_wrap .recommend_list li .txt_box .name {font-size: 15px; font-weight: 500;}
.recommend_wrap .recommend_list li .txt_box .artist {font-size: 12px; color:#939393;}
.recommend_wrap .recommend_list li .my-fav {font-size: 17px; color:#e6e6e6; background:none; border:none; margin-top:auto;}
.recommend_wrap .recommend_list li .play_btn {align-self: center; background:none; border:none; margin-left: auto;}

/* today */
.today_wrap .record_box {padding:40px 0; background:url("/img/today_bg.jpg") no-repeat; background-size: cover;}
.today_wrap .record_box .head_title {display: flex; justify-content: space-between; align-items: center;}
.today_wrap .record_box .head_title strong {font-size: 18px; font-weight: 700; color:var(--main-deep);}
.today_wrap .record_box .head_title a {font-size: 12px; font-weight: 500; color:#fff; background:var(--main-deep); border-radius: 40px; padding:4px 8px;}
.today_wrap .record_box .date {display: block; font-family: "Noto Sans KR"; font-size: 12px; color:#9e9e9e; margin-bottom: 7px;}
.today_wrap .record_box .summary {line-height: 16px; border:1px solid #e6e6e6; border-radius: 5px; padding:15px 20px; margin-top:20px; background:rgba(255, 255, 255, 0.3);}
.today_wrap .record_box .summary p {font-size: 14px; color:#343434; line-height: 20px;}
.today_wrap .record_box .advice {border:1px solid var(--main-color); background: rgba(255, 255, 255, 0.3); border-radius: 5px; padding:15px; margin-top:15px;}
.today_wrap .record_box .advice .title {display: flex; align-items: center;}
.today_wrap .record_box .advice .title .profile {width: 32px; height: 32px; display: flex; justify-content: center; align-items: center; border: 1px solid #e6e6e6; border-radius: 100%; margin-right: 12px;}
.today_wrap .record_box .advice .title span {font-size: 15px; font-weight: 500; color:var(--main-deep);}
.today_wrap .record_box .advice p {font-size: 14px; color:#343434; line-height: 20px; margin-top:7px;}
.today_wrap .today_banner {margin-bottom: 30px;}
.today_wrap .today_banner .con {background:url("/img/today_banner.jpg") no-repeat center center; background-size:cover; padding:20px 18px; border-radius:10px;}
.today_wrap .today_banner span {display: block; font-family: "Noto Sans KR"; font-size: 12px; color:#9e9e9e; margin-bottom: 2px;}
.today_wrap .today_banner p {font-size: 18px; font-weight: 500;}
.today_wrap .today_banner a {display: inline-block; font-size: 14px; font-weight: 700; color:var(--main-deep); border:1px solid #e6e6e6; border-radius: 10px; margin-top:10px; padding:8px 28px; background:#fff;}
.today_wrap .range_result {border:1px solid var(--main-color); border-radius: 5px; padding:15px; margin-bottom:30px;}
.today_wrap .range_result .title .date {display: block; font-family: "Noto Sans KR"; font-size: 12px; color: #9e9e9e; margin-bottom: 7px;}
.today_wrap .range_result .title p {font-size: 18px; font-weight: 500; color: #343434;}
.today_wrap .range_result .range_list li {padding: 10px 0px 5px;}
.today_wrap .range_result .range_list li .item .name {font-weight: 500;}
.today_wrap .range_result .range_list {padding:20px 0px;}}
.today_wrap .range_result .range_list li .item .number {font-weight: 500; color: var(--main-deep); margin-left: 4px;}
.today_wrap .range_result .range_list li .range_box {position: relative; margin-top: 0px;}
.today_wrap .range_result .range_list li .range_box input {width: 100%; height: var(--guage-height); -webkit-appearance: none; border-radius: 100px;}
.today_wrap .range_result .range_list li .range_box input::-webkit-slider-thumb {width: var(--guage-thumb); height: var(--guage-thumb); border-radius: 100%; background: var(--main-color); outline: none; border: none; box-shadow: none; -webkit-appearance: none; -moz-appearance: none;}
.today_wrap .range_result .range_list li .range_box input::-moz-range-thumb {width: var(--guage-thumb); height: var(--guage-thumb); border-radius: 100%; background: var(--main-color); outline: none; border: none; box-shadow: none; -webkit-appearance: none; -moz-appearance: none;}
.today_wrap .range_result .range_list li .range_box .num {width: var(--guage-thumb); font-size: 12px; font-weight: 500; color: #fff; text-align: center; position: absolute;}
.today_wrap .box-top {border-top:7px solid #FAFAFC;}
.today_wrap .box-top .inner {border-top:1px solid #e6e6e6; padding:40px 0;}
.today_wrap .recommend_box .title {display: flex; align-items: center; margin-bottom: 20px; padding:0 5%;}
.today_wrap .recommend_box .title span {font-size: 18px; font-weight: 500;}
.today_wrap .recommend_box .title span b {color:var(--main-deep); font-weight: 500;}
.today_wrap .recommend_box .title a {display: block; font-size: 12px; font-weight: 500; color:#9e9e9e; background: #FAFAFC; border-radius: 40px; padding:4px 8px; margin-left: auto;}
.today_wrap .recommend_box {}
.today_wrap .recommend_box .recommend_slide {padding:0 5%; overflow: hidden;}
.today_wrap .recommend_box .recommend_slide a {display: block;}
.today_wrap .recommend_box .recommend_slide .img_box {margin-bottom: 10px;}
.today_wrap .recommend_box .recommend_slide .img_box img {max-width: 100%; border-radius: 5px;}
.today_wrap .recommend_box .recommend_slide .txt_box .name {display: block; font-size: 15px; font-weight: 500; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.today_wrap .recommend_box .recommend_slide .txt_box .artist {display: block; font-size: 12px; color:#939393; margin-top:2px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.today_wrap .today_fit {}
.today_wrap .today_fit .fit_list {height: 303px; overflow: hidden;}
.today_wrap .today_fit .fit_list li {display: flex; align-items: center; padding:15px 5%; border-bottom:1px solid #e6e6e6;}
.today_wrap .today_fit .fit_list li .txt_box {margin-left: 20px;}
.today_wrap .today_fit .fit_list li .txt_box .name {display: block; font-size: 15px; font-weight: 500;}
.today_wrap .today_fit .fit_list li .txt_box .info {display: block; font-size: 12px; color: #939393; line-height: 16px; margin-top: 2px;}
.today_wrap .today_fit .more_btn {width: 90%; display: block; font-weight:500; color:var(--main-deep); border:1px solid #e6e6e6; border-radius: 50px; padding:8px 0; text-align: center; background:#fff; margin:20px auto 0;}
.today_wrap .today_counselor {padding:0 5%;}
.today_wrap .today_counselor .counselor_list {height: calc((112px * 2) + 15px); overflow: hidden;}
.today_wrap .today_counselor .counselor_list > li {display: flex; padding:15px; border-radius: 10px; box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.07);}
.today_wrap .today_counselor .counselor_list > li:not(:last-child) {margin-bottom: 15px;}
.today_wrap .today_counselor .counselor_list > li .img_box {margin-right: 10px;}
.today_wrap .today_counselor .counselor_list > li .img_box img {width: 74px; border-radius: 100%; border:1px solid #e6e6e6;}
.today_wrap .today_counselor .counselor_list > li .txt_box {width: calc(100% - 74px);}
.today_wrap .today_counselor .counselor_list > li .txt_box .main {display: flex; align-items: center;}
.today_wrap .today_counselor .counselor_list > li .txt_box .main .name {display: block; font-weight: 500; color:#343434;}
.today_wrap .today_counselor .counselor_list > li .txt_box .main .belong {font-size: 14px; color:#6c6c6c;}
.today_wrap .today_counselor .counselor_list > li .txt_box .main .my-fav {font-size: 17px; color:#e6e6e6; background:none; border:none; margin-left:auto; padding:5px;}
.today_wrap .today_counselor .counselor_list > li .tag {display: flex; margin-top:8px;}
.today_wrap .today_counselor .counselor_list > li .tag li {background:#fafafc; border-radius: 50px; padding:4px 8px; font-size: 12px; font-weight: 500; color:#afafaf;}
.today_wrap .today_counselor .counselor_list > li .tag li:not(:last-child) {margin-right: 4px;}
.today_wrap .today_counselor .more_btn {width: 90%; display: block; font-weight: 500; color: var(--main-deep); border: 1px solid #e6e6e6; border-radius: 50px; padding: 8px 0; text-align: center; background: #fff; margin: 20px auto 0;}

/* my-record */
.go_tab {display: flex;}
.go_tab li {flex:1;}
.go_tab li.on {border-bottom: 2px solid var(--main-color);}
.go_tab li a {display: block; padding:14px 0; font-size: 15px; font-weight: 500; color:#9e9e9e; text-align: center; background:#fff;}
.go_tab li.on a {color:#343434;}
.my-record_wrap > .title > span {display: block; font-size: 14px; color:#999; margin-bottom: 2px;}
.my-record_wrap > .title > p {font-size: 18px; font-weight: 500;}
.my-record_wrap > .title > p b {font-weight: 700;}
.my-record_wrap > .title > p span {color:var(--main-deep);}
.my-record_wrap.month {background:#FAFAFC; background:url("/img/record_month_bg.svg") no-repeat bottom left #FAFAFC; background-size: contain; padding:40px 0;}
.my-record_wrap.month .con {height: 100%;}
.my-record_wrap.month .title > span {font-size: 14px; color:#999;}
.my-record_wrap.month .title p {font-size: 18px; font-weight: 500; margin-top:2px;}
.my-record_wrap.month .title p b {font-weight: 700;}
.my-record_wrap.month .title p span {color:var(--main-deep)}
.my-record_wrap.month .record_map {height: 100%; background:url("/img/record_way.svg") no-repeat center 55px; margin-top:30px;}
.my-record_wrap.month .record_map > div {max-width: 307px; margin:0 auto;}
.my-record_wrap.month .record_map .today_count {width: 110px; height: 110px; display: flex; justify-content: center; align-items: center; background: #FAFAFC; border-radius: 100%; border:2px solid var(--main-color); box-shadow: 0px 1px 10px rgba(255, 194, 0, 0.5); margin:0 auto 50px; position:relative;}
.my-record_wrap.month .record_map .today_count p {font-family: "Noto Sans KR"; font-size: 15px; font-weight: 500; color:#343434; line-height: 20px;}
.my-record_wrap.month .record_map .today_count p b {font-weight: 700; color:var(--main-deep);}
.my-record_wrap.month .record_map .today_count.fin {background:var(--main-color);}
.my-record_wrap.month .record_map .today_count.fin a {width: 100%; height: 100%; border-radius: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-size: 15px; font-weight: 500; background: var(--main-color); color:#fff; position:relative; z-index: 2;}
.my-record_wrap.month .record_map .today_count.fin::after {content:""; width: 100%; height: 100%; border-radius: 100%; border:1px solid var(--main-color); position:absolute; top:0; left:0; animation: fade_spread 1.5s infinite ease-out;}
.my-record_wrap.month .record_map .record_row {display: flex; justify-content: center; margin:11px auto 4px;}
/* .my-record_wrap.month .record_map .record_row:nth-child(even of .record_row) {flex-direction: row-reverse;} */
.my-record_wrap.month .record_map .record_row.row_reverse {flex-direction: row-reverse;}
.my-record_wrap.month .record_map .day {width: 30px; height: 30px; display: flex; justify-content: center; align-items: center; font-size: 15px; font-weight: 500; color:#c9c9c9; border:2px solid #FFF1C8; border-radius: 100%; background:#fff; box-shadow: 0px 1px 10px rgba(255, 194, 0, 0.5); position:relative;}
.my-record_wrap.month .record_map .day.on {background:var(--main-soft); color:#343434;}
.my-record_wrap.month .record_map .record_row .day:not(:last-child) {margin-right: 22px;}
/* .my-record_wrap.month .record_map .record_row:nth-child(even of .record_row) .day:not(:last-child) {margin-right: 0; margin-left: 22px;} */
.my-record_wrap.month .record_map .record_row.row_reverse .day:not(:last-child) {margin-right: 0; margin-left: 22px;}
.my-record_wrap.month .record_map .record_large {display: flex; align-items: center;}
.my-record_wrap.month .record_map .record_large p {display: none; font-size: 15px; font-weight: 500; margin-left: 10px;}
.my-record_wrap.month .record_map .record_large p span {font-weight: 700; color:var(--main-deep);}
.my-record_wrap.month .record_map .record_large.on p {display: block;}
.my-record_wrap.month .record_map .record_large2,
.my-record_wrap.month .record_map .record_large4,
.my-record_wrap.month .record_map .record_large6 {flex-direction: row-reverse;}
.my-record_wrap.month .record_map .record_large2 p,
.my-record_wrap.month .record_map .record_large4 p,
.my-record_wrap.month .record_map .record_large6 p {margin-left: 0; margin-right: 10px;}
.my-record_wrap.month .record_map .record_large .day {width: 55px; height: 55px;}
.my-record_wrap.month .record_map .record_large1.on .day {background:url("/img/record_icon/record_day1.svg") no-repeat center center; background-size:cover; font-size: 0;}
.my-record_wrap.month .record_map .record_large2.on .day {background:url("/img/record_icon/record_day5.svg") no-repeat center center; background-size:cover; font-size: 0;}
.my-record_wrap.month .record_map .record_large3.on .day {background:url("/img/record_icon/record_day10.svg") no-repeat center center; background-size:cover; font-size: 0;}
.my-record_wrap.month .record_map .record_large4.on .day {background:url("/img/record_icon/record_day15.svg") no-repeat center center; background-size:cover; font-size: 0;}
.my-record_wrap.month .record_map .record_large5.on .day {background:url("/img/record_icon/record_day20.svg") no-repeat center center; background-size:cover; font-size: 0;}
.my-record_wrap.month .record_map .record_large6.on .day {background:url("/img/record_icon/record_day25.svg") no-repeat center center; background-size:cover; font-size: 0;}
.my-record_wrap.month .record_map .record_large7.on .day {background:url("/img/record_icon/record_day_fin.svg") no-repeat center center; background-size:cover; font-size: 0;}
.my-record_wrap.month .record_map .record_last {transform:translate(12px,-12px)}
.my-record_wrap.month .record_map .record_fin {margin-top:4px; transform:translateX(-4px);}
.fin_wrap .top {background:url("/img/record_fin_bg.jpg") no-repeat center center; background-size:cover; padding:45px 0 30px;}
.fin_wrap .top .title {text-align: center;}
.fin_wrap .top .title p {font-size: 14px; color: #999; margin-bottom: 5px;}
.fin_wrap .top .title p span {color: var(--main-deep);}
.fin_wrap .top .title > span {font-size: 22px; font-weight: 500; color: #343434;}
.fin_wrap .top .img_box {margin:12px 0 25px; text-align: center;}
.fin_wrap .top .txt_box {font-size: 14px; line-height: 20px; border:1px solid #e6e6e6; border-radius: 5px; padding:15px 20px; box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.07); background: #fff;}
.fin_wrap .range_result {margin-top:30px;}
.fin_wrap .range_result .title {padding:0 5%;}
.fin_wrap .range_result .title > span {display: block; font-family: "Noto Sans KR"; font-size: 14px; color: #999; margin-bottom: 2px;}
.fin_wrap .range_result .title p {font-size: 18px; font-weight: 500; color: #343434;}
.fin_wrap .range_result .title p span {font-size: 700; color: var(--main-deep);}
.fin_wrap .range_result .range_list {margin-top:30px;}
.fin_wrap .range_result .range_list li {border-bottom: 1px solid #e6e6e6; padding:15px 5%;}
.fin_wrap .range_result .range_list li .item .name {font-weight: 500;}
.fin_wrap .range_result .range_list li .item .number {font-weight: 500; color: var(--main-deep); margin-left: 4px;}
.fin_wrap .range_result .range_list li .range_box {position:relative; margin-top:20px;}
.fin_wrap .range_result .range_list li .range_box input {width: 100%; height: var(--guage-height); -webkit-appearance: none; border-radius: 100px;}
.fin_wrap .range_result .range_list li .range_box input::-webkit-slider-thumb {width: var(--guage-thumb); height: var(--guage-thumb); border-radius: 100%; background:var(--main-color); outline:none; border:none; box-shadow: none; -webkit-appearance: none; -moz-appearance: none;}
.fin_wrap .range_result .range_list li .range_box input::-moz-range-thumb {width: var(--guage-thumb); height: var(--guage-thumb); border-radius: 100%; background:var(--main-color); outline:none; border:none; box-shadow: none; -webkit-appearance: none; -moz-appearance: none;}
.fin_wrap .range_result .range_list li .range_box .num {width: var(--guage-thumb); font-size: 12px; font-weight: 500; color: #fff; text-align: center; position: absolute;}
.fin_wrap .counselor {padding:40px 0 30px;}
.fin_wrap .counselor .title p {font-size: 18px; font-weight:500;}
.fin_wrap .counselor .title p span {font-weight: 700; color:var(--main-deep)}
.fin_wrap .counselor .counselor_list > li {border-radius: 10px; box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.07)}
.fin_wrap .counselor .counselor_list > li:not(:last-child) {margin-bottom: 15px;}
.fin_wrap .counselor .counselor_list > li a {display: flex; align-items: center; padding:15px;}
.fin_wrap .counselor .counselor_list > li .img_box {width: 74px; height: 74px; border-radius: 100%; border:1px solid #e1e1e1; text-align: center; margin-right: 10px; overflow: hidden;}
.fin_wrap .counselor .counselor_list > li .img_box img {max-width: 100%; max-height: 100%;}
.fin_wrap .counselor .counselor_list > li .txt_box {width: calc(100% - 84px);}
.fin_wrap .counselor .counselor_list > li .txt_box .main {display: flex; align-items: center;}
.fin_wrap .counselor .counselor_list > li .txt_box .main .name {display: block; font-weight: 500; color:#343434;}
.fin_wrap .counselor .counselor_list > li .txt_box .main .belong {font-size: 14px; color:#6c6c6c;}
.fin_wrap .counselor .counselor_list > li .txt_box .main .my-fav {font-size: 17px; color:#e6e6e6; background:none; border:none; margin-left:auto; padding:5px;}
.fin_wrap .counselor .counselor_list > li .tag {display: flex; margin-top:8px;}
.fin_wrap .counselor .counselor_list > li .tag li {background:#fafafc; border-radius: 50px; padding:4px 8px; font-size: 12px; font-weight: 500; color:#afafaf;}
.fin_wrap .counselor .counselor_list > li .tag li:not(:last-child) {margin-right: 4px;}
.record_history_wrap .title button {border:none; background: none; margin-left: auto;}
.record_history_wrap .record_history_list {margin-top:15px;}
.record_history_wrap .record_history_list > li {padding:20px 0; border-bottom:1px solid #e6e6e6;}
.record_history_wrap .record_history_list li .head {display: flex; justify-content: space-between; align-items: center;}
.record_history_wrap .record_history_list li .head .summary {font-size: 15px; font-weight: 500;}
.record_history_wrap .record_history_list li .head .summary .comment {display: block; font-size: 12px; font-weight: 400; color: #767676; margin-top:3px;}
.record_history_wrap .record_history_list li .head .date {font-size: 12px; color:#afafaf;}
.record_history_wrap .record_history_list li .tag {display: flex; margin-top: 15px;}
.record_history_wrap .record_history_list li .tag li {background: #fafafc; border-radius: 50px; padding: 4px 8px; font-size: 12px; font-weight: 500; color: #afafaf;}
.record_history_wrap .record_history_list li .tag li:not(:last-child) {margin-right: 4px;}
.go_date {width: 100%; height: 100%; display: none; justify-content: center; align-items: center; position:fixed; top:0; left:0; background: rgba(0,0,0,0.5); z-index: 100;}
.go_date.on {display: flex;}
.go_date form {width: 100%; max-width: 90%; margin:0 auto; background: #fff; padding:20px; border-radius: 10px;}
.go_date form .head {display: flex; justify-content: center; align-items: center;}
.go_date form .head .date {font-size: 18px; font-weight: 500; margin-left: auto; transform:translateX(25%);}
.go_date form .head .close_btn {width: 20px; height: 20px; font-size: 16px; display: flex; justify-content: center; align-items: center; border:none; background: none; margin-left: auto;}
.go_date form .head .close_btn i {font-weight: bold;}
.go_date form .input_box {display: flex; justify-content: space-between; margin-top:40px;}
.go_date form .input_box > div {width: 48%; height: 160px; font-size: 18px; font-weight: 500; text-align: center; overflow: hidden;}
.go_date form .input_box > div li {display: flex; justify-content: center; align-items: center; border-bottom:1px solid #9e9e9e; color:rgba(0,0,0,0.25)}
.go_date form .input_box > div li.swiper-slide-active {color:#000;}
.go_date form input[type="submit"] {width: 100%; height: 40px; display: flex; justify-content: center; align-items: center; border-radius: 30px; background:var(--main-deep); font-size: 16px; font-weight: 700; color:#fff; border:none; margin-top:35px; cursor: pointer;}


/* center */
#header.center {background: var(--main-soft); box-shadow: none;}
#header.center .hlogo img {filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(8deg) brightness(103%) contrast(105%);}
#header.center .menu_btn span {background:#fff;}

#main_tab.center {margin-top:0;}
#main_tab.center .tab_list {margin-top:0;}
#main_tab.center .tab_list li {width: 48%; margin-bottom: 4%; border-radius: 10px;}
#main_tab.center .tab_list li a {height: 150px; display: flex; flex-direction: column; justify-content: center; align-items: center;}
#main_tab.center .tab_list li span {font-size: 16px; font-weight: 500;}
.center_ai_chat {padding:10px 0;}
.center_ai_chat .con {position:relative;}
.center_ai_chat a {display: block;}
.center_ai_chat .img_box {width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; border-radius: 100%; background:#FFF1C8; border:1px solid #e6e6e6; position:absolute; top:50%; left:0; transform:translateY(-50%);}
.center_ai_chat .txt_box {width: calc(100% - 25px); padding:20px 0; text-align: center; background: #fff;box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.07); border-radius: 10px; margin-left: auto;}
.center_ai_chat .txt_box p {font-size: 16px; font-weight: 500; line-height: 22px;}
.center_ai_chat .txt_box p span {font-weight: 700; color:var(--main-deep);}
.center_counselors {padding:40px 0 28px;}
.center_counselors .title {display: flex; align-items: center; margin-bottom: 20px; padding:0 5%;}
.center_counselors .title span {font-size: 18px; font-weight: 500;}
.center_counselors .title span b {color:var(--main-deep); font-weight: 500;}
.center_counselors .title a {display: block; font-size: 12px; font-weight: 500; color:#9e9e9e; background: #FAFAFC; border-radius: 40px; padding:4px 8px; margin-left: auto;}
.center_counselors .counselor_box .counselor_list > li {border-radius: 10px; box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.07);}
.center_counselors .counselor_box .counselor_list > li:not(:last-child) {margin-bottom: 15px;}
.center_counselors .counselor_box .counselor_list > li a {display: flex; align-items: center; padding:15px;}
.center_counselors .counselor_box .counselor_list > li .img_box {width: 74px; height: 74px; border-radius: 100%; border:1px solid #e1e1e1; text-align: center; margin-right: 10px; overflow: hidden;}
.center_counselors .counselor_box .counselor_list > li .img_box img {max-width: 100%; max-height: 100%;}
.center_counselors .counselor_box .counselor_list > li .txt_box {width: calc(100% - 84px);}
.center_counselors .counselor_box .counselor_list > li .txt_box .main {display: flex; align-items: center;}
.center_counselors .counselor_box .counselor_list > li .txt_box .main .name {display: block; font-weight: 500; color:#343434;}
.center_counselors .counselor_box .counselor_list > li .txt_box .main .belong {font-size: 14px; color:#6c6c6c;}
.center_counselors .counselor_box .counselor_list > li .txt_box .main .my-fav {font-size: 17px; color:#e6e6e6; background:none; border:none; margin-left:auto; padding:5px;}
.center_counselors .counselor_box .counselor_list > li .tag {display: flex; margin-top:8px; white-space: nowrap; overflow: auto;}
.center_counselors .counselor_box .counselor_list > li .tag li {background:#fafafc; border-radius: 50px; padding:4px 8px; font-size: 12px; font-weight: 500; color:#afafaf;}
.center_counselors .counselor_box .counselor_list > li .tag li:not(:last-child) {margin-right: 4px;}
.ad_slide {margin-top:15px; border-radius: 10px; overflow: hidden; box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05); position:relative;}
.ad_slide img {max-width: 100%;}
.ad_slide .ad-pagination {width: auto; position:absolute; top:20px; right:20px; bottom:unset; left:unset; background: rgba(0,0,0,0.5); border-radius: 50px; font-size: 12px; color:rgba(255,255,255,0.5); padding:3px 8px; z-index: 2;}
.ad_slide .ad-pagination .swiper-pagination-current {color:#fff;}
.psy_test {margin-top:-130px;}
.psy_test .test_slide {margin:20px 0; border-radius: 10px; overflow: hidden;}
.psy_test .test_slide img {max-width: 100%;}

/* my_list */
.my-list_wrap .list_box {padding:40px 0 30px}
.my-list_wrap .list_box:not(:first-child) {display: none;}
.my-list_wrap .list_box .title {margin-bottom: 15px;}
.my-list_wrap .list_box .title span {font-size: 18px; font-weight: 500;}
.my-list_wrap .list_box .title span b {color:var(--main-deep); font-weight: 500;}
.my-list_wrap .list_box .title a {display: block; font-size: 12px; font-weight: 500; color:#9e9e9e; background: #FAFAFC; border-radius: 40px; padding:4px 8px; margin-left: auto;}
.my-list_wrap .list_box .counselor_list > li {border-radius: 10px; box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.07); position:relative;}
.my-list_wrap .list_box .counselor_list > li:not(:last-child) {margin-bottom: 15px;}
.my-list_wrap .list_box .counselor_list > li > a.counsel_wrap {display: flex; align-items: center; padding:15px;}
.my-list_wrap .list_box .counselor_list > li .img_box {width: 74px; height: 74px; border-radius: 100%; border: 1px solid #e1e1e1; margin-right: 10px; text-align: center; overflow: hidden;}
.my-list_wrap .list_box .counselor_list > li .img_box img {max-width: 100%; max-height: 100%;}
.my-list_wrap .list_box .counselor_list > li .txt_box {width: calc(100% - 84px);}
.my-list_wrap .list_box .counselor_list > li .txt_box .main {display: flex; align-items: center;}
.my-list_wrap .list_box .counselor_list > li .txt_box .main .name {display: block; font-weight: 500; color:#343434;}
.my-list_wrap .list_box .counselor_list > li .txt_box .main .belong {font-size: 14px; color:#6c6c6c;}
.my-list_wrap .list_box .counselor_list > li .my-fav {font-size: 17px; color:#e6e6e6; background:none; border:none; margin-left:auto; padding:5px; position:absolute; top:15px; right:15px;}
.my-list_wrap .list_box .counselor_list > li .tag {display: flex; margin-top:8px; white-space: nowrap; overflow: auto;}
.my-list_wrap .list_box .counselor_list > li .tag li {background:#fafafc; border-radius: 50px; padding:4px 8px; font-size: 12px; font-weight: 500; color:#afafaf;}
.my-list_wrap .list_box .counselor_list > li .tag li:not(:last-child) {margin-right: 4px;}
.my-list_wrap .list_box .recommend_list li {display: flex; padding:15px 5%; border-bottom:1px solid #e6e6e6;}
.my-list_wrap .list_box .recommend_list li .img_box {width: 70px; height: 70px; display: flex; justify-content: center; align-items: center; overflow: hidden;}
.my-list_wrap .list_box .recommend_list li .img_box img {max-width: 100%; max-height: 100%; border-radius: 5px;}
.my-list_wrap .list_box .recommend_list li .txt_box {display: flex; flex-direction: column; align-items: flex-start; font-family: "Noto Sans KR"; margin-left:20px;}
.my-list_wrap .list_box .recommend_list li .txt_box .name {font-size: 15px; font-weight: 500;}
.my-list_wrap .list_box .recommend_list li .txt_box .artist {font-size: 12px; color:#939393;}
.my-list_wrap .list_box .recommend_list li .my-fav {font-size: 17px; color:#e6e6e6; background:none; border:none; margin-top:auto;}
.my-list_wrap .list_box .recommend_list li .play_btn {align-self: center; background:none; border:none; margin-left: auto;}

@keyframes fade_spread {
    100% {transform:scale(1.25); opacity: 0;}
}