@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);
@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400&display=swap');

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://example.com/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local('Material Icons'),
        local('MaterialIcons-Regular'),
        url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
        url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
        url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}

* {
    font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

main {
    max-width: 390px;
    background: #F4F5F6;
    padding: 20px;
    margin: 0 auto !important;
    height: auto;
}

main.admin {
    max-width: 780px;
}

header {
    max-width: 390px;
    margin: 0 auto;
}

header:has(+ main.admin) {
    max-width: 780px;
}

.wd_100 {
    width: 100%;
}

.mx_355 {
    max-width: 355px;
}

.mb_10 {
    margin-bottom: 10px !important;
}

.mb_15 {
    margin-bottom: 15px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_30 {
    margin-bottom: 30px;
}

.mb_40 {
    margin-bottom: 40px;
}

.mb_50 {
    margin-bottom: 50px;
}

.mb_70 {
    margin-bottom: 70px;
}

.mt_10 {
    margin-top: 10px;
}

.mt_15 {
    margin-top: 15px;
}

.mt_20 {
    margin-top: 20px;
}

.mt_30 {
    margin-top: 30px;
}

.mt_40 {
    margin-top: 40px;
}

.mt_50 {
    margin-top: 50px;
}

.pt_10 {
    padding-top: 10px;
}

.pt_30 {
    padding-top: 30px;
}

.pr_10 {
    padding-right: 10px;
}

.pr_30 {
    padding-right: 30px;
}

.pb_10 {
    padding-bottom: 10px;
}

.pb_20 {
    padding-bottom: 20px;
}

.pb_30 {
    padding-bottom: 30px;
}

.pb_40 {
    padding-bottom: 40px;
}

.pb_50 {
    padding-bottom: 50px;
}

/* nav */
nav {
    font-family: 'Montserrat' !important;
    max-width: 390px;
}

.navbar {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    height: 60px;
}

.logo span {
    font-family: 'Montserrat';
    text-decoration: none;
    font-size: 25px;
    color: black;
    line-height: 60px;
    cursor: pointer;
}

.right_menu_trans {
    font-family: 'Montserrat';
    text-decoration: none;
    font-size: 12px;
    color: black;
    float: right;
    cursor: pointer;
}

.right_menu_logout {
    text-decoration: none;
    font-size: 10px;
    color: black;
    float: right;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 20px;
}

.right_menu_myinfo {
    text-decoration: none;
    font-size: 10px;
    color: black;
    float: right;
    cursor: pointer;
    padding-right: 5px;
    line-height: 10px;
}

.right_menu {
    text-decoration: none;
    font-size: 13px;
    color: black;
    line-height: 70px;
}

.right_menu span {
    font-family: 'Montserrat';
    margin-right: 10px;
    cursor: pointer;
}

.right_menuSmall {
    font-family: 'Montserrat';
    text-align: right;
    float: right;
    text-decoration: none;
    font-size: 13px;
    color: #5F00E4;
    cursor: pointer;
    padding-right: 10px;
}

/* login */
:root {
    --google-color: #4285F4;
    --naver-color: #03C75A;
    --kakao-color: #FEE500;
    --kakao-text: #3C1E1E;
    --apple-color: #000000;
}

.login_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
    padding: 20px;
    background: #F4F5F6;
    /*linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%)*/
}

.login_card {
    background: #fff;
    padding: 40px;
    width: 100%;
    max-width: 400px;
    text-align: center;
}

#header_logo {
    cursor: pointer;
}

.logo {
    font-size: 32px;
    letter-spacing: -1px;
    color: #1a1a1a;
}

.slogan {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
    font-weight: 500;
}

#header_logo .slogan {
    margin-bottom: 40px;
}

.sns_group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.btn_sns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 52px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    border: none;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    width: 100%;
}

.btn_sns:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.btn_sns i,
.btn_sns img {
    font-size: 20px;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.btn_google {
    background-color: white;
    color: #1a1a1a;
    border: 1px solid #ddd;
}

.btn_naver {
    background-color: var(--naver-color);
    color: white;
}

.btn_kakao {
    background-color: var(--kakao-color);
    color: var(--kakao-text);
}

.btn_apple {
    background-color: var(--apple-color);
    color: white;
}

.login_div {
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding-top: 100px;
    max-width: 390px;
    text-align: center;
}

.login_div .logo {
    font-family: 'Montserrat';
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    color: black;
    cursor: pointer;
}

.login_div .slogan {
    font-family: 'Montserrat';
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    color: black;
    font-weight: 100;
    margin-bottom: 15px;
    cursor: pointer;
}

.login_div button {
    font-family: 'Montserrat';
    font-size: 14px;
    border: 0px;
    border-radius: 5px;
    background-color: #9FA1A6;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    margin: 0 auto;
}

.login_div button:hover {
    text-decoration: none;
    background-color: #5F00E4;
}

.login_btn_span {
    font-size: 12px;
    vertical-align: top;
    line-height: 25px;
}

.login_div img {
    width: 100%;
    max-width: 35px;
}

.login_div p {
    text-align: center;
    font-size: 12px;
}

.btn_login {
    width: 45%;
    display: inline;
    margin-top: 20px auto;
}

.btn_login a {
    text-decoration: none;
    color: #000;
}

.btn_login a:hover,
a:focus,
a:active {
    text-decoration: none;
    background-color: #5F00E4;
}

.layout {
    width: 90%;
    /* height: 100% !important;
        min-height: 550px; */
    display: flex;
    justify-content: center;
    border-radius: 10px;
}

.header {
    max-width: 420px;
    margin: 0 auto;
    text-align: left;
    cursor: pointer;
}

.header_logo {
    text-decoration: none;
    font-size: 16px;
    color: black;
    padding-top: 20px;
}

.header_slogan {
    font-family: 'Montserrat';
    text-decoration: none;
    font-size: 10px;
    color: black;
    font-weight: 100;
    line-height: 20px;
    margin-bottom: 10px;
    line-height: 10px;
}

.admin_header {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
    cursor: pointer;
}

.admin_header_logo {
    text-decoration: none;
    font-size: 16px;
    color: black;
    padding-top: 20px;
}

.admin_header_menu {
    font-family: 'Montserrat';
    text-decoration: none;
    font-size: 10px;
    color: black;
    font-weight: 100;
    line-height: 20px;
    margin-bottom: 10px;
    line-height: 10px;
}

.layout_background {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
}

.layout_background img {
    position: relative;
    width: 100%;
    height: 160px;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
}

.keyowrd_det {
    display: block;
    width: 100%;
}

.keyowrd_det .keyowrd_title {
    font-size: 17px;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-align: center;
}

.keyowrd_component {
    display: inline;
    margin-bottom: 10px;
}

.keyowrd_component span {
    font-size: 12px;
}

.keyword_chip {
    padding: 5px 10px 5px 10px;
    font-size: 12px;
    margin-right: 5px;
    background-color: #ffffff !important;
    border: 1px solid #CBCED6 !important;
    color: #9FA1A6 !important;
    border-radius: 25px;
    margin-bottom: 10px;
    cursor: pointer;
}

.title_divider {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 11px;
    color: #7B8385;
    margin-top: 20px;
    margin-bottom: 5px;
}

.title_divider::before,
.title_divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #ccc;
}

.title_divider::before {
    margin-right: 12px;
}

.title_divider::after {
    margin-left: 12px;
}

.selectAction {
    background-color: #5F00E4 !important;
    border: 1px solid #a7a7ab !important;
    color: #fff !important;
}

button.keyowrd_chip:active {
    background-color: #5F00E4 !important;
    border: 1px solid #a7a7ab !important;
    color: #fff !important;
}

.btn_active {
    background-color: #5F00E4 !important;
    border: 1px solid #a7a7ab !important;
    color: #fff !important;
}

.btn_full {
    width: 100%;
    font-size: 12px;
    text-decoration: none;
    border: 0px;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    background-color: #5F00E4;
    padding: 10px;
    border-radius: 5px;
}

.btn_full a {
    text-decoration: none;
    color: #fff !important;
}


.btn_full_white {
    width: 100%;
    font-size: 12px;
    text-decoration: none;
    border: 1px solid #C4C8D0;
    background-color: transparent;
    color: #9FA1A6;
    cursor: pointer;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    line-height: 22px;
}

.btn_full_white:hover,
.btn_full_white:focus,
.btn_full_white:active {
    text-decoration: none;
    color: #fff !important;
    background-color: #5F00E4;
}


.btn_half {
    width: 49%;
    font-size: 12px;
    text-decoration: none;
    border: 0px;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    background-color: #5F00E4;
    padding: 10px;
    border-radius: 5px;
}


.lh_30 {
    line-height: 30px;
}

.lh_50 {
    line-height: 50px;
}

.text_point {
    font-size: 12px;
    color: #5F00E4;
}

.text_date {
    font-size: 10px;
    color: #6f6f70;
}

.keyword_component {
    max-width: 390px;
    text-align: center;
    font-size: 12px;
    color: #5F00E4;
}

.btn_small {
    font-size: 10px;
    background-color: #acafb5;
    color: #fff;
    line-height: 25px;
    border-radius: 5px;
    border: 0;
}

.btn_small:hover,
.btn_small:focus,
.btn_small:active {
    text-decoration: none;
    color: #000 !important;
    background-color: #A4E000;
}

.btn_small:disabled {
    width: 48%;
    cursor: not-allowed;
    background-color: #b0afb7;
}

.btn_small_right {
    border: 0px;
    background-color: transparent;
    font-size: 11px;
    color: #9FA1A6;
    line-height: 25px;
    float: right;
}

.btn_small_right:disabled {
    width: 48%;
    cursor: not-allowed;
    background-color: #b0afb7;
}

.max_width_390 {
    position: relative;
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
}

.user_like {
    display: block;
    position: absolute;
    right: 0px;
    font-size: 17px;
}

.text_normal {
    font-size: 12px;
    color: #000;
    line-height: 20px;
}

.text_desc {
    font-size: 11px;
    color: #57575a;
    margin: 0;
}

.text_desc_small {
    font-size: 11px;
    color: #8c8c90;
    margin-bottom: 10px;
}

.text_point_bold {
    font-size: 16px;
    color: #5F00E4;
    font-weight: 700;
    line-height: 30px;
    margin-top: 10px;
}

.text_guide {
    font-family: 'Montserrat';
    background-color: transparent;
    font-size: 10px;
    color: #9FA1A6;
    line-height: 20px;
    border: 0;
}

.text_guide:hover,
.text_guide:focus,
.text_guide:active {
    text-decoration: none;
    color: #5F00E4 !important;
}

.main {
    line-height: 20px;
}

.main .user_name {
    font-size: 18px;
    line-height: 40px;
    color: #5F00E4;
    text-align: left !important;
}

.contents_box {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    border: 1px solid #e4e4ea;
}

.text_point {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 16px;
    color: #5F00E4;
}

.text_point_none {
    display: none;
    padding: 10px;
    font-size: 14px;
    color: #5F00E4;
    text-align: center;
    margin: 10px auto 10px auto;
    background-color: #fff;
    border-radius: 7px;
    border: 1px solid #e4e4ea;
}

.text_underline {
    padding-left: 10px;
    padding-right: 10px;
    background: linear-gradient(transparent 60%, rgba(203, 206, 213, 0.5) 40%);
    /* 형광펜 효과 */
    width: fit-content;
    margin: 0 auto !important;
}

.flex_between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex_between .text_point {
    padding-top: 0 !important;
}

.text_point_gray {
    font-size: 14px;
    font-weight: 700;
    color: #9FA1A6;
}

.text_point_small {
    padding-top: 17px;
    padding-bottom: 10px;
    font-size: 14px;
    color: #5F00E4 !important;
}

.user_name {
    font-size: 12px;
    line-height: 20px;
    color: #7B8385;
    text-align: center !important;
}

.feedback_rcode {
    font-size: 12px;
    margin: 5px !important;
    color: #7B8385;
    text-align: center;
}

.user_info {
    font-size: 12px;
    margin: 5px !important;
    color: #000;
    text-align: center;
}

.comment {
    display: block;
}

.comment textarea {
    width: 100%;
    max-width: 380px;
    margin: 10px auto;
    border: 1px solid #e4e4ea;
    min-height: 100px;
}

.comment textarea:focus {
    text-decoration: none;
    outline-color: #5F00E4;
}

.header .logo {
    font-family: 'Montserrat';
    text-decoration: none;
    font-size: 25px;
    color: black;
    padding-top: 20px;
    text-align: center;
}

.header .slogan {
    font-family: 'Montserrat';
    text-decoration: none;
    font-size: 15px;
    color: black;
    font-weight: 100;
}

.header .desc_text_title {
    font-size: 15px;
    font-weight: 700;
}

nav .header_logo {
    font-family: 'Montserrat';
    text-decoration: none;
    font-size: 25px;
    padding-right: 0px;
    margin-right: 0px;
    margin-left: 10px;
    cursor: pointer;
}

nav .header_slogan {
    font-family: 'Montserrat';
    text-decoration: none;
    font-size: 12px;
    padding-left: 0px;
}

.img_div {
    max-width: 100%;
}

.img_div img {
    position: relative;
    display: block;
    margin: 20px auto;
    max-height: 350px;
    width: auto;
    text-align: center;
}

.img_div_100 img {
    position: relative;
    display: block;
    margin: 20px auto;
    max-height: 350px;
    width: auto;
    text-align: center;
}

.user_det_content {
    text-align: center;
}

.border_bottom {
    border-bottom: 1px solid #C4C8D0;
    padding-bottom: 10px;
}

.border_top {
    border-top: 1px solid #C4C8D0;
    padding-top: 10px;
}

.box_title {
    color: #fff;
    background-color: #5F00E4;
    padding: 5px;
    border-radius: 9px;
    font-size: 15px;
    text-align: center;
}

.box_title_black {
    color: #fff;
    background-color: #000;
    padding: 5px;
    border-radius: 20px;
    font-size: 11px;
    text-align: center;
}

.box_title_gray {
    color: #fff;
    background-color: #929499;
    padding: 5px;
    border-radius: 20px;
    font-size: 11px;
    text-align: center;
}

.radio-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.radio-group label {
    font-size: 11px;
    color: #5A5D61;
    display: flex;
    align-items: center;
    margin-right: 0;
    /* managed by gap */
    cursor: pointer;
}

.radio-group input {
    margin-right: 5px;
}

.input-group-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.admin {
    font-size: 12px;
    color: #9FA1A6;
}

.admin h4 {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}

.admin input {
    width: 98%;
    border: 0px;
    border-bottom: 2px solid #e4e4ea;
    line-height: 30px;
    margin: 10px auto 5px auto;
    border-radius: 0;
    outline: none;
}

.admin input:focus {
    text-decoration: none;
    border: 0px;
    border-bottom: 2px solid #5F00E4;
    outline-color: transparent;
    outline: none;
}

.footer {
    width: 100%;
    padding-bottom: 20px;
}

.footer_container {
    max-width: 390px;
    margin: 30px auto;
    text-align: center;
}

.footer_container p {
    font-size: 10px;
    line-height: 5px !important;
    color: #b4b4b8;
}

.text_bold {
    font-weight: 800;
}

.text_purple {
    color: #5F00E4;
}

.text_center {
    text-align: center !important;
}

.bg_keyowrddesc {
    width: 91%;
    max-width: 360px;
    margin-bottom: 10px;
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #e4e4ea;
    font-size: 12px;
}

.line_slideno {
    width: 15%;
    position: absolute;
    margin: 0 auto;
    top: 275px;
    left: 155px;
    border: 0.5px solid #000;
}

.notice {
    font-size: 12px;
    color: black;
    font-weight: 700;
}

.notice_desc {
    font-size: 12px;
    color: black;
    font-weight: 500;
}

/* .line_slideno {
        display: inline;
        border: 1px solid #000;
    } */

#public {
    line-height: 30px;
    margin-top: 10px;
    display: inline;
    float: left;
    width: 20px;
    margin: 10px 3px 0px 0px;
}

.label_checkbox {
    font-size: 11px;
    display: inline;
    line-height: 34px;
    text-align: left !important;
}

.user_info {
    width: 100%;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.user_info.justify-start {
    justify-content: flex-start;
}

.user_info_title {
    width: 90px;
    line-height: 34px;
    font-size: 11px;
    text-align: left;
    flex-shrink: 0;
}

.user_info_withdraw {
    font-size: 11px;
    color: #8f8f8f;
    line-height: 25px;
    cursor: pointer;
}

.user_info_secret {
    font-size: 12px;
    color: #8f8f8f;
    line-height: 25px;
}

.user_info input {
    width: 98%;
    max-width: 290px;
    display: inline;
    line-height: 30px;
    border: 0px;
    border-bottom: 1px solid #d7d6db;
    margin: 0 10px 5px 10px;
    font-size: 11px;
    border-radius: 0;
    outline: none;
}

.user_info input:focus {
    text-decoration: none;
    border: 0px;
    border-bottom: 1px solid #5F00E4;
    outline-color: transparent;
    outline: none;
}

.user_info input::placeholder {
    font-size: 11px;
    color: #b6b6b9;
}

.user_info_withdraw a {
    text-decoration: none;
    color: #8f8f8f;
}

.user_password_change {
    width: 98%;
    max-width: 290px;
    display: inline;
    line-height: 30px;
    float: right;
    border: 0px;
    margin: 0 10px 5px 0;
    font-size: 11px;
    border-radius: 5px;
    background-color: #9f9fa2;
    color: #fff;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: auto;
}

.modal_content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 400px;
    font-size: 12px;
}

.modal_content label {
    width: 100%;
    float: left;
    text-align: left;
}

.modal_content input {
    width: 100%;
    max-width: 390px;
    display: inline;
    line-height: 30px;
    float: left;
    border: 0px;
    border-bottom: 2px solid #e4e4ea;
    font-size: 11px;
    margin-bottom: 10px;
    border-radius: 0;
}

.modal_content input:focus {
    text-decoration: none;
    border: 0px;
    border-bottom: 2px solid #5F00E4;
    outline-color: transparent;
    outline: none;
}

.close_modal {
    width: 100%;
    font-size: 20px;
    float: right;
    text-align: right;
    cursor: pointer;
}

.modal_desc {
    font-size: 10px;
    margin-top: 0px;
    color: #888;
}

.send_email_modal label {
    width: 100%;
    float: left;
    text-align: left;
}

.send_email_modal input {
    width: 100%;
    max-width: 390px;
    display: block;
    line-height: 30px;
    float: left;
    border: 0px;
    border-bottom: 2px solid #e4e4ea;
    font-size: 11px;
    margin-bottom: 5px;
    border-radius: 0;
    outline: none;
}

.send_email_modal input:focus {
    text-decoration: none;
    border: 0px;
    border-bottom: 2px solid #5F00E4;
    outline-color: transparent;
    outline: none;
}

.btn_send_email {
    width: 100%;
    max-width: 390px;
    font-size: 12px;
    border: 0px;
    color: #fff;
    cursor: pointer;
    background-color: #5F00E4 !important;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px !important;
}

.policy {
    background-color: #5F00E4;
    padding: 20px;
    max-width: 390px;
    margin: 0 auto;
}

.policy_layout {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    font-size: 13px;
    line-height: 20px;
}

.policy_subtitle span {
    font-weight: 700;
    background-color: #F4F5F6;
}

.policy_subtitle span {
    background: linear-gradient(to top, #deff6f 50%, transparent 50%)
}

.policy_table {
    width: 100%;
    max-width: 390px;
    display: flex;
}

.policy_table_component {
    width: 500px;
    border: 1px solid #f4f5f6;
    margin: 10px 10px 10px 0;
    padding: 10px;
    float: left;
}

.thead {
    background-color: #e2e8ee;
}

.policy_link a {
    text-decoration: none;
    color: #b4b4b8;
    border-bottom: 1px solid #b4b4b8;
    font-size: 11px;
}

/* Join */
.join {
    text-align: left;
    padding-top: 10px;
}

.join_title {
    width: 100%;
    max-width: 90px;
    line-height: 34px;
    font-size: 11px;
    margin-left: 10px;
}

.join input {
    width: 100%;
    max-width: 360px;
    display: inline;
    line-height: 30px;
    float: left;
    border: 0px;
    border-bottom: 2px solid #e4e4ea;
    font-size: 11px;
    margin-bottom: 5px;
    border-radius: 0;
    outline: none;
}

.join input:focus {
    text-decoration: none;
    border: 0px;
    border-bottom: 2px solid #5F00E4;
    outline-color: transparent;
    outline: none;
}

.join input::placeholder {
    font-size: 11px;
    color: #b6b6b9;
}

.login_form {
    width: 95%;
    max-width: 390px;
    padding: 10px;
}

.btn_login {
    display: block;
    width: 100%;
    max-width: 345px;
    font-size: 12px;
    text-decoration: none;
    border: 0px;
    color: #fff;
    cursor: pointer;
    background-color: #5F00E4;
    padding: 10px;
    border-radius: 5px;
}

.btn_full {
    width: 100%;
    font-size: 12px;
    text-decoration: none;
    border: 0px;
    color: #fff;
    cursor: pointer;
    background-color: #5F00E4;
    padding: 10px;
    border-radius: 5px;
}

.add_info {
    width: 100%;
    padding-bottom: 20px;
}

.add_info input {
    width: 100%;
    max-width: 390px;
    display: inline;
    line-height: 30px;
    float: left;
    border: 0px;
    font-size: 11px;
    border-radius: 0;
    outline: none;
}

.add_info input:focus {
    outline: none;
}

.add_info_half {
    width: 100%;
}

.add_info_title {
    width: 100%;
    max-width: 90px;
    line-height: 34px;
    font-size: 13px;
    line-height: 40px;
}

.add_info_half input {
    width: 98%;
    display: inline;
    line-height: 30px;
    float: right;
    border: 0px;
    border-bottom: 1px solid #d7d6db;
    font-size: 11px;
    border-radius: 0;
    outline: none;
}

.add_info_half input:focus {
    outline: none;
}

.search {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

.search input {
    width: 98%;
    margin: 0 auto;
    display: inline;
    line-height: 30px;
    border: 0px;
    border-bottom: 1px solid #e4e4ea;
    border-top: 1px solid #e4e4ea;
    font-size: 11px;
    border-radius: 0;
    outline: none;
}

.search input:focus {
    outline: none;
}

.search button {
    color: #000;
    text-decoration: none;
    outline: none;
}

.menu {
    width: 100%;
    text-align: center;
    background-color: transparent;
}

.menu_items {
    display: flex;
    justify-content: space-between;
    max-width: 390px;
    margin: 10px auto;
    font-size: 20px;
}

.menu_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 15px;
}

.menu_text {
    margin-top: 5px;
    text-align: center;
    font-size: 11px;
    text-decoration: none;
}

.menu_dot {
    margin-top: 5px;
    text-align: center;
    font-size: 6px;
    text-decoration: none;
    color: transparent;
}

.menu_item a {
    text-decoration: none;
    padding-bottom: 5px;
    color: #b4b4b8;
}

.menu_item a:hover,
.menu_item a:active,
.a_focus.focus,
.menu_dot.focus {
    color: #5F00E4;
    background-color: transparent;
}

.req_item {
    font-size: 12px;
    color: #82828a;
    line-height: 25px;
    max-width: 368px;
}

.tabs {
    width: 100%;
    margin-bottom: 10px;
}

.tabs button {
    border: 0px;
    outline: none;
    background-color: transparent;
    border-bottom: 1px solid #d7d6db;
    padding-bottom: 5px;
    color: #d7d6db;
}

.tabs button.active {
    outline: none;
    color: #5F00E4;
    border-bottom: 1px solid #5F00E4;
}

.btn_copy_fit {
    display: inline-block;
    font-size: 9px;
    color: #fff;
    background-color: #5F00E4;
    cursor: pointer;
    padding: 5px;
    border-radius: 5px;
    border: 0px;
}

.btn_copy:disabled,
.btn_copy_fit:disabled {
    cursor: not-allowed;
    background-color: #b0afb7;
}

.pointer {
    cursor: pointer;
}

.user_list {
    padding-top: 10px;
    font-size: 12px;
    line-height: 25px;
}

.page_title {
    font-size: 16px;
    margin-top: 10px;
}

.page_desc_point {
    font-size: 12px;
    color: #5F00E4;
}

.page_desc {
    font-size: 11px;
    line-height: 17px;
    color: #5a5a5d;
    margin-top: 3px;
    margin-bottom: 3px;
}

.public_user_item {
    padding: 12px 10px;
    border-bottom: 1px solid #eee;
    display: block;
    cursor: pointer;
    transition: background-color 0.2s;
}

.public_user_item:hover {
    background-color: #f9f9f9;
}

.public_user_item:last-child {
    border-bottom: none;
}

.user_list_name {
    cursor: pointer;
    line-height: 27px;
    color: #333;
    font-weight: 500;
    font-size: 14px;
}

.user_list_info {
    color: #b0afb7;
    font-size: 11px;
    padding-left: 7px;
}

#btn_search {
    border: 0;
    position: absolute;
    background-color: transparent;
    top: 0;
    right: 0;
    line-height: 30px;
}

#feedback_count {
    display: block;
}

.result_none {
    text-align: center;
    font-size: 11px;
    color: #5a5a5d;
}

.chart_word_cloud {
    width: 100%;
    font-family: 'NanumSquare';
    align-items: center;
    text-align: center;
}

.agreement {
    display: none;
}

.btn_agreement {
    width: 100%;
    font-size: 11px;
    float: left;
    margin: 0 auto;
    background-color: #5e5dad;
    color: #fff;
    line-height: 25px;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #a7a7ab !important;
}

.btn_agreement:disabled {
    background-color: #b0afb7;
    color: #fff;
}

.policy_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.policy_container a {
    color: #b0afb7;
    font-size: 12px;
    text-decoration: none;
}

.button_container {
    margin-top: 10px;
}

/* Media query */
@media(min-width: 780px) {
    .feedback_header {
        width: 100%;
    }
}

@media(max-width: 780px) {
    main {
        max-width: 390px;
    }

    .add_info_half input {
        max-width: 320px;
        float: left;
    }

    .menu_item {
        max-width: 390px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .feedback_header {
        max-width: 390px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .user_password_change {
        max-width: 250px;
    }

    .user_info input {
        width: 90%;
    }

    .user_info .profile {
        max-width: 100px;
        object-fit: cover;
    }

    .policy {
        width: 100%;
        padding: 10px;
    }

    .policy_layout {
        padding: 10px;
        border-radius: 10px;
    }

    .policy_table {
        width: 100%;
        display: flex;
    }

    .policy_table_component {
        width: 200px;
        float: none;
    }
}

@media (max-width: 390px) {
    .user_info input {
        width: 90%;
        max-width: 250px;
    }

    .policy_table {
        width: 100%;
        display: flex;
    }

    .policy_table_component {
        width: 100%;
        float: none;
    }

    .user_password_change {
        max-width: 250px;
    }

    /* Join */
    .join_title {
        width: 100%;
        max-width: 90px;
    }

    .join input {
        width: 100%;
        max-width: 390px;
    }

    .login_form {
        width: 90%;
        max-width: 390px;
        padding: 10px;
    }

    .login_div .btn_full {
        max-width: 325px;
        font-size: 11px;
        float: left;
        margin: 10px auto 10px 10px;
    }

    .login_div .logo {
        width: 100%;
        max-width: 390px;
    }

    .login_div .slogan {
        width: 100%;
        max-width: 390px;
    }

    .footer_container p {
        text-decoration: none;
    }
}

@media (max-width: 280px) {
    .header_slogan {
        display: none;
    }

    .nav .header_logo {
        margin-left: 10px;
    }
}

/* Tooltip */
[data-tooltip] {
    position: relative;
    cursor: pointer;
}

[data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 11px;
    white-space: pre-wrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s;
    z-index: 1000;
    pointer-events: none;
    width: max-content;
    max-width: 200px;
    text-align: center;
    line-height: 1.4;
}

[data-tooltip]:hover::after {
    opacity: 1;
    visibility: visible;
}

/* Feedback Summary Page */
.feedback_summary_container {
    max-width: 390px;
    margin: 0 auto;
}

.feedback_summary_header {
    text-align: center;
    margin-bottom: 20px;
}

.feedback_summary_illustration {
    margin: 20px auto;
    max-width: 300px;
}

.feedback_summary_illustration img {
    width: 100%;
    height: auto;
    display: block;
}

.feedback_summary_title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 15px 0;
    text-align: center;
}

.feedback_summary_title span {
    color: #5F00E4;
}

.feedback_like_info {
    text-align: center;
    margin: 10px 0;
    font-size: 16px;
    color: #5F00E4;
}

.feedback_like_info i {
    margin-right: 5px;
}

.feedback_count_info {
    text-align: center;
    margin: 15px 0;
    font-size: 14px;
    color: #000;
}

.feedback_count_info i {
    margin-right: 5px;
}

.category_stats_container {
    margin-top: 25px;
}

.category_stat_card {
    background-color: #fff;
    border: 1px solid #e4e4ea;
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 14px;
    color: #9FA1A6;
    cursor: pointer;
    transition: all 0.3s ease;
}

.category_stat_card:hover,
.category_stat_card.active {
    background-color: #5F00E4;
    border-color: #5F00E4;
    color: #fff;
}

.category_stat_card_highlight {
    background-color: #5F00E4;
    color: #fff;
    border-color: #5F00E4;
}

.category_stat_card_highlight:hover {
    background-color: #4d00b8;
    border-color: #4d00b8;
}

/* Admin Dashboard & Navigation */
.admin_menu_item {
    font-size: 11px;
    font-weight: 500;
    margin-right: 15px;
    cursor: pointer;
    color: #9FA1A6;
    line-height: 20px;
    padding-top: 10px;
}

.admin_menu_item:hover,
.admin_menu_item.active {
    color: #5F00E4;
    font-weight: 700;
}

.dashboard_stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.stat_card {
    flex: 1 1 45%;
    background: #fff;
    border: 1px solid #e4e4ea;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    min-width: 140px;
}

.stat_card h5 {
    font-size: 12px;
    color: #9FA1A6;
    margin-bottom: 10px;
}

.stat_card p {
    font-size: 20px;
    font-weight: 700;
    color: #5F00E4;
}

/* Admin Tables */
.admin_table {
    width: 100%;
    border-collapse: collapse;
    font-size: 11px;
    background: #fff;
}

.admin_table th {
    background: #f4f5f6;
    color: #57575a;
    padding: 10px 5px;
    text-align: left;
    border-bottom: 1px solid #e4e4ea;
}

.admin_table td {
    padding: 10px 5px;
    border-bottom: 1px solid #e4e4ea;
    color: #333;
    vertical-align: middle;
}

.admin_table tr:hover {
    background-color: #f9f9fa;
}

.status_active {
    color: #28a745;
    font-weight: 600;
}

.status_inactive {
    color: #dc3545;
    font-weight: 600;
}

.btn_table_action {
    padding: 3px 8px;
    font-size: 10px;
    border-radius: 4px;
    border: 1px solid #c4c8d0;
    background: #fff;
    cursor: pointer;
}

.btn_table_action:hover {
    background: #5F00E4;
    color: #fff;
    border-color: #5F00E4;
}

/* Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    justify-content: center;
    align-items: center;
}

.modal_content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    max-width: 400px;
    border-radius: 8px;
    position: relative;
    max-height: 80vh;
    overflow-y: auto;
}

.close_modal {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close_modal:hover,
.close_modal:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Keyword Management Layout */
.keyword_mgmt_container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

@media (min-width: 391px) {
    .keyword_mgmt_container {
        flex-direction: row;
    }

    .keyword_section {
        flex: 1;
        margin-bottom: 0 !important;
        /* Override mb_20 if present on children */
    }
}