/* @media (max-width: 1024px) {
    
} */
.mobile-only {
    display: none !important;
}
a {
    text-decoration: none !important;
    color: black !important;
}
b {
    font-weight: 800 !important;
}
body {
    font-family : 'NanumSquare', sans-serif !important;
    /* font-size : 10px !important; */
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #f5f5f7 !important;
    /* background-color: white !important; */
}
html, body {
    /* height: 100%; */
}
label { /* text-5와 동일 */
    font-size : 13px;
    font-weight: 300;
}
.container {
    padding-right : 0px !important;
    padding-left : 0px !important;
}
.list-group-item {
    background-color: transparent !important;
}
select, .search-form { /* Bootstrap과 동일한 설정 */
    border-radius: 0.25rem;
    border : 1px solid #ced4da; 
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    display: inline-block;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    line-height: 1.5;
    color: #212529;
    width: 100%
}
.search-form {
    padding-top : 0.35rem;
    padding-bottom : 0.35rem;
}
.modal-footer {
    width : 100% !important;
}

ul {
    list-style-type: none;
    padding-left : 10px !important;
}
.p-comment > p {
    margin-bottom: 0px;
}
.p-comment-reply { 
    margin-bottom : 1rem;
}
footer {
    margin-top: auto;
}
.footer-section {
    /* background-color: #2d2926 !important; */
    color: grey !important;
    font-weight: bold;
    border-top : 1px lightgrey solid;
    padding-top : 5px;
}

input[type=password] {
    font-family:Arial, Helvetica, sans-serif;
}

/* bucketlist에서 emoji 입력하는 input form */
#id_emoji { 
    /* background-color: transparent !important; */
    /* border : none !important; */
    border : 1px solid lightgrey;
    /* font-size: 80px !important; */
}
#id_emoji:active, #id_emoji:focus {
    border : none !important;
    outline: none !important;
}

.shadow {
    -webkit-box-shadow: 0px 0px 4px 0px #000000; 
    box-shadow: 0px 0px 4px 0px #000000;
}
.shadow-navbar {
    -webkit-box-shadow: 2px 2px 4px 0px #b4b3b3;
    box-shadow: 2px 2px 4px 0px #b4b3b3;
}
.theme-color {
    color: #ed6f63  !important;
}
.theme-shadow {
    border-radius: 20px;
    background: linear-gradient(145deg, #ffffff, #eaeaec);
    box-shadow:  3px 3px 20px #ecb4ae,
                 -3px -3px 20px #f1c4bf;
    border : transparent !important;
}
.home-top-banner {
    background-color: #ed6f63;
    color: white;
    height: 8rem;
}
.col-home-top-banner {
    border-left : white 2px solid;
    border-right : white 2px solid;
}
.home-input {
    cursor: pointer;
    align-items: center;
    height: 3rem;
    padding-left: 15px;
    display: flex;
    color: grey;
    border-radius: 5px;
    background: #fafafa;
    box-shadow: inset 7px 7px 5px #c8c8c8,
                inset -7px -7px 5px #ffffff;
}
.home-input-placeholder {
    margin-bottom: 0px !important;
    color : grey;
}
.form-subscribe {
    background-color: transparent !important;
    border-top : none !important;
    border-right : none !important;
    border-left : none !important;
}
.form-subscribe:active, .form-subscribe:focus {
    box-shadow: none !important;
}
.label-theme {
    background-color: #ed6f63;
    color : white;
    padding-top : 3px;
    padding-bottom : 3px;
    padding-right : 5px;
    padding-left : 5px;
    border-radius: 5px;
    font-weight: 500;
}
.full-screen {
    height : 70vh;
}
.semi-full-screen {
    height : 50vh;
}
/* Floating button */
.fab {
    z-index : 999;
    position: fixed;
    width: 60px;
    height: 60px;
    background-color: #ed6f63;
    border-radius : 50%;
    box-shadow: 0 6px 10px 0 #666;
    right: 25px;
    bottom: 25px;
}
.fab:hover {
    box-shadow: 0 6px 14px 0 #666;
    transform: scale(1.05);
}
.bi-justify {
    margin-top: 17.5px;
}

/* Navbar */
.navbar {
    /* background-color: white !important; */
}
#navbar-menu {
    padding-right : 10px;
    padding-left : 10px;
}
.navbar-item {
    margin-right : 10px;
    margin-left : 10px;
}
.nav-link {
    /* color: #ed6f63  !important; */
    color: rgb(68, 67, 67) !important;
    cursor: pointer;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out; 
}
.navbar-expand {
    justify-content: end !important;
}

/* Grid system */
/* .row, .col {
    margin-top: 10px !important;
} */

.row-h-20 {
    height: 20px;
}
.row-h-40 {
    height: 40px;
}
.row-h-80 {
    height: 80px;
}

.empty-row {
    height : 10px;
}
.empty-row-l {
    height : 50px;
}
.bottom-border {
    border-bottom : 2px lightgray solid;
}
.left-border {
    border-left : 2px lightgray solid;
}
.row-topless {
    margin-top: 0px !important;
}
.row-interactions {
    padding-right: 10px;
    padding-left: 10px;
}
.col-wo-padding-left {
    padding-left: 0px !important;
}
.col-wo-padding-right {
    padding-right: 0px !important;
}
.col-wo-padding-top {
    padding-top: 0px !important;
}
.col-wo-padding-bottom {
    padding-bottom: 0px !important;
}
.col-profile {
    text-align: left;
}
.col-comment-answer {
    margin-left: 0px;
}
#profile-tab-col {
    padding-right: 0px;
    padding-left: 0px;
}

.sub-container {
    padding: 15px;
    padding-right : 20px;
    padding-left: 20px;
    border-radius: 20px !important;
    background-color: #2D2926;
    color: white;
}
.home-body {
    height : 20px;
}

.p-home {
    overflow:hidden;
    /* max-height: 10rem; */
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.p-home-2 {
    overflow:hidden;
    /* max-height: 10rem; */
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.p-home-3 {
    overflow:hidden;
    /* max-height: 10rem; */
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}
.p-home-5 {
    overflow:hidden;
    /* max-height: 10rem; */
    -webkit-box-orient: vertical;
    /* display: block; */
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
}
.card-body-10-line {
    max-height: 10rem;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 10;
}
.single-line {
    overflow:hidden;
    max-height: 2rem;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.p-home-unfolded {
    overflow:hidden;
    /* max-height: 10rem; */
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.p-ugc {
    overflow:hidden;
    /* max-height: 10rem; */
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}
.p-detail-sc {
    font-size: 18px;
    line-height: 1.75;
}
.p-detail-og {
    font-size: 18px;
    line-height: 1.75;
}

/* Cards */
.card {
    background-color: white !important;
    border-radius: 20px !important;
}
.card-img-top {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}
.card-footer {
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}
.card-body {
    padding-top: 16px !important;
    background-color: white !important;
    border-radius: 20px !important;
}
.card-header {
    background-color: white !important;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}
.card-profile {
    margin: 10px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-color: transparent !important;
    /* background-color: #F6F6F6 !important; */
    background-color: white !important;
    padding-right: 11px !important ;
    padding-left: 11px !important ;
    border: 1px solid rgba(0,0,0,.125) !important;
}
.card-collapse {
    border: none;
}
.card-museum {
    border: 3px #ed6f63 solid !important;
    width: 100% !important;
    height: 100% !important;
}
.card-museum-disabled {
    border: 3px grey solid !important;
    color : grey !important;
    width: 100% !important;
    height: 100% !important;
}
.feed-card {
    border-color: transparent !important;
    /* background-color: #F6F6F6 !important; */
    background-color: white !important;
    padding-right: 11px !important ;
    padding-left: 11px !important ;
    border: 1px solid rgba(0,0,0,.125) !important;
    /* padding-top: 5px !important; */
    transition: transform 100ms cubic-bezier(.877, .079, .123, .985), 
    -webkit-transform 100ms cubic-bezier(.877, .079, .123, .985);
}
.card-section {
    margin : 15px !important;
    border-radius: 20px !important;
    background-color: #F6F6F6 !important;
    padding-right: 11px !important ;
    padding-left: 11px !important ;
    padding-top: 5px !important;
    transition: transform 100ms cubic-bezier(.877, .079, .123, .985), 
    -webkit-transform 100ms cubic-bezier(.877, .079, .123, .985);
}
.card-section {
    margin-left : 0px !important;
    margin-right : 0px !important;
}
.grid-card:hover, .card-section:hover {
    position: static;
    transform: translate(0px, -10px);
}
.card-this-year-filled {
    height: 100%;
    border : #ed6f63 solid 2px !important;
}
.card-this-year-empty {
    height: 100%;
    border: grey solid 2px !important;
}

.scrolling-wrapper{ /* 가로 스크롤 */
    overflow-x: auto;
    margin-top: 0px !important;
}
.card-block{ /* 가로 스크롤 */
    height: 140px;
    background-color: #fff;
    border: none;
    background-position: center;
    background-size: cover;
    border-radius: 15px;
}

/* Forms */ 
.form-control {
    /* border-radius: 20px !important; */
    font-size: 1.063rem; /* text-l과 동일 */
    border: transparent !important;
    border-bottom: lightgrey 1px solid !important;
    background-color: transparent !important;
}
.form-control:focus {
    outline: none !important;
}
.form-group {
    width: 100%;
}
.form-label { /* 로그인, 회원가입시 form label*/
    font-size: 0.813rem;
}
.form-check { /* userinfo 입력시 라디오 버튼 간격 */
    margin-bottom: 20px !important;
}
.form-register-30eggs {
    font-size: 0.8rem !important;
}
.textinput#id_title { /* text-l과 동일 스펙 */
    font-size: 1.5rem !important;
    font-weight: 800 !important;
}
.form-comment {
    background-color: white !important;
    border: lightgrey 1px solid !important;
}

/* 왜 text-left/right/cetner로 안되는지 모르겠어서 */ 
.right {
    text-align: right; 
}
.left {
    text-align: left;
}
.center {
    text-align: center;
}

/* Buttons */
.btn {
    /* border-radius : 100px !important; */
}
button, button:focus, input[type="button"]:focus, button:active, input[type="button"]:active {
    outline: none;
}
.btn-primary {
    background-color: #ed6f63 !important;
    border-color: transparent !important;
    color: white !important;
    font-size: 1.063rem !important;
    font-weight: 600 !important;
}
.btn-primary:hover {
    background-color: #d56359 !important;
}
.btn-secondary {
    background-color: transparent !important;
    border: 2px solid #d56359 !important;
    color: #d56359 !important;
    font-size: 1.063rem !important;
    font-weight: 600 !important;
}
.btn-secondary-small {
    background-color: transparent !important;
    border: 1px solid #d56359 !important;
    color: #d56359 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}
.btn-navbar {
    background-color: transparent !important;
    border: 1px solid #d56359 !important;
    color: #d56359 !important;
    font-size: 13px !important;
}
.btn-secondary:hover {
    background-color: transparent !important;
}
.btn-menial {
    background-color: transparent !important;
    border : 1px grey solid !important;
    font-size: 13px !important;
}
.btn-black {
    width : 100%;
    border-radius: 10px !important;
    border: 2px solid black !important;
    color : black !important;
    font-weight: 600 !important;
}
.btn-login:active, .btn-login:focus {
    border : none !important;
    box-shadow: none !important;
}
.btn-no-border {
    background-color: transparent !important;
    border: none !important;
    padding : 0px !important;
}
.btn-disabled {
    background-color: grey !important;
    color: white !important
}
#btn-edit-profile {
    background-color: transparent !important;
    border : 1px #F6F6F6 solid !important;
    font-size: 0.813rem !important;
    color: #F6F6F6 !important;
}
.btn-transparent {
    background-color: transparent !important;
    color: transparent !important; 
}
.btn-category {
    background-color: transparent !important;
    color : #ed6f63 !important;
    border: 1px solid #ed6f63 !important;
    border-radius: 100px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    margin: 3px !important;
}
.btn-share {
    color: #ed6f63 !important;
    border: #ed6f63 1px solid !important;
    border-radius: 50px !important;
    padding-right : 0.5rem !important;
    padding-left : 0.5rem !important;
}
.btn-share:hover, .btn-share:focus {
    background-color: #ed6f63;
    color: white !important;
    border: white 1px solid !important;
}
.btn-fixed-bottom {
    bottom:10px !important;
    right: 15vw !important;
    left: 15vw !important;
}

/* Radio button */
.radio-btn {
    visibility: hidden;
}
.radio-btn-label {
    cursor: pointer
}
.radio-btn-text {
    padding-bottom: 3px;
}
/* Text */
.text-super {
    font-size : 60px;
    font-weight: 800;
}

.text-l {
    font-size: 1.5rem; /* 24px */
    font-weight: 800;
    font-size: 2rem;
}
.text-m {
    font-size: 1.063rem; /* 17px */ 
    font-size: 1.2rem; /* 17px */ 
}
.text-s {
    font-size: 0.813rem; /* 13px */ 
}
.text-xs {
    font-size: 0.625rem; /* 10px */
    font-weight: 300;
}
.text-1 {
    font-size : 42px;
    font-weight: 900;
}
h1 { /* text-2와 동일 */
    font-size: 30px !important;
    font-weight: 700 !important;
}
.text-2 {
    font-size: 30px;
    font-weight: 700;
}
h2 { /* text-3과 동일 */
    font-size : 22px !important;
    font-weight: 700 !important;
}
.text-3 {
    font-size : 22px;
    font-weight: 700;
}
.text-4 {
    font-size : 16px;
    font-weight: 300;
}
.text-5 {
    font-size : 13px;
    font-weight: 300;
}
.textbunch {
    line-height: 1.75;
}
.light {
    font-weight: 300;
}
.bold {
    font-weight: 500;
}
.bolder {
    font-weight: 800;
}
.underline {
    text-decoration: underline !important;
}
.italic {
    font-style: italic;
}
.truncate {
    overflow: hidden;
    height : 4rem;
    text-overflow: ellipsis;
}
.truncate-home {
    overflow: hidden;
    height: auto;
}
.my-ans-box {
    overflow: hidden;
}
.warning {
    color: red;
    font-weight: 400;
}
#input-self-title {  /* text-l과 동일 */
    font-size: 1.5rem !important;
    font-weight: 800 !important;
}

/* Tabs */
.tab {
    background-color: transparent;
    color: #f3c9c6;
    border: none;
    padding: 5px 10px;
    font-size: 16px;
    cursor: pointer;
}
.tab:not(.active) {
    color: #f3c9c6;
}
.tab.active, .tab:hover {
    color: #ed6f63;
    font-weight: 800;
}

.tab-content {
    display: none;
}
  
.tab-content.active {
    display: block;
}
  

/* Images */
.profile-img-list {
    height: 1.5rem;
    width: auto;
    border-radius: 150px;
    clip-path: circle(); /* 이미지를 원형으로 만들어주는 마법 */
}
.profile-img-detail {
    height: 2.2rem;
    width: auto;
    border-radius: 150px;
    clip-path: circle(); /* 이미지를 원형으로 만들어주는 마법 */
}
.profile-img-comment {
    height: 1rem;
    width: auto;
    border-radius: 50px;
}
.profile-img-navbar {
    height: 2rem;
    width: auto;
    border-radius: 150px;
    border : #ed6f63 solid 2px;
    cursor: pointer;
}
.profile-img-profile {
    width: 50%;
    height: auto;
    border-radius: 999px;
}
.img-circle {
    width: 100%;
    height: auto;
    clip-path: circle();
}
.question-img-list {
    width: 100%;
}
.list-img-container-row-home {
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;

    margin-right: 0px;
    margin-left: 0px;
}
.list-img-container-col-home {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.list-img-container-row-profile {
    height: 9rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border : 1px lightgrey solid;
    margin-right: 0px;
    margin-left: 0px;
}
.list-img-container-col-profile {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.list-img-container-row {
    height: 10rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;

    margin-right: 0px;
    margin-left: 0px;
}
.list-img-container-col {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.img-detail-page {
    width: 70%;
    /* border-radius: 50px; */
}
.img-detail-modal {
    width: 95%;
}
.img-about-page {
    width: 100%;
    border-radius: 10px;
}
.img-media-object {
    width: 20%;
}
.img-about {
    width: 100%;
    border-radius: 10px;
}
.img-circle-profile-bucketlist {
    clip-path: circle(); /* 이미지를 원형으로 만들어주는 마법 */
    height: 50px;
    width: auto;
    /* height: auto; */
}
.img-circle-bucketlist-home {
    clip-path: circle(); /* 이미지를 원형으로 만들어주는 마법 */
    height: 120px;
    width: auto;
    /* height: auto; */
}
.ci {
    height: auto;
    width: 150px;
}

/* List Group */
.list-group-profile {
    padding-left: 0px !important;
    border: 1px lightgrey solid;
}

.list-group-item-home {
    height: 4rem;
    align-items: end;
    display: flex !important;
    background-color: transparent !important;
    border-left: transparent !important;
    border-right: transparent !important;
    border-top: transparent !important;
}
.list-group-item-header {
    background-color: white !important;
    border-bottom: none !important;
}
/* Progress bar */
.progress-bar {
    background-color: #ed6f63 !important;
    opacity: 80% !important;
}
/* Other custom settings */
.link:hover {
    cursor: pointer;
}
.cursor-pointer {
    cursor: pointer !important;
}
.banner-row {
    /* background-image: url(https://blog.creatopy.com/wp-content/uploads/2016/06/images-for-banner-ads-1024x527.png);
    opacity: 50%; */
    margin-top: 0px !important;
    height: 350px;
    background-color: #2D2926 !important;
    color: white;
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.home-tab {

}
.my-ans-box {
    width : 100%;
    height : 100px;
    border : lightgrey solid 1px;
    border-radius: 10px;
    padding: 10px;
}
.profile-intro {
    color: white;
}
.fade-in {
    animation: fadein 1s;
  }
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
  }
  @-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
  }

.floating-menu {
    /* z-index: 100;
    position : fixed; */
}
.bi-bell {
    cursor: pointer;
}
#notification-dot {
    position: absolute;
    top: -5px;
    /* right: -10px; */
    background-color: red;
    border-radius: 50%;
    width: 8px;
    height: 8px;
  }
  
.hidden {
display: none;
}
.ans-body {
    height: 100px;
    border-bottom: 1px black solid;
    margin-bottom : 15px;
}
.alert-theme-secondary {
    background-color: transparent !important;
    color : #ed6f63 !important;
    border : 2px solid #ed6f63 !important;
    border-radius: 5px !important;
    font-weight: 600;
    padding: 5px;
}
.alert-theme-primary {
    background-color: #ed6f63 !important;
    color : white !important;
    border : 2px solid #ed6f63 !important;
    border-radius: 5px !important;
    font-weight: 600;
}

.badge {
    font-size: 50% !important;
}
.badge-theme {
    background-color: #ed6f63 !important;
    color : white !important;
}
.badge-alert {
    color: #fff !important;
    background-color: #169a8f !important;
}
.badge-light {
    color: black !important;
    background-color: lightgrey !important;
    font-size: 13px !important;
    font-weight: 300 !important;
}
.badge-empty {
    width: 90%;
    height: auto;
    border-radius: 150px;
    background: #f6f5f1;
    box-shadow: inset 5px 5px 10px #a2a29f,
                inset -5px -5px 10px #ffffff;
}
.badge-menial{
    padding-right : 5px !important;
    padding-left : 5px !important;
    background-color: transparent !important;
    color: black !important;
    border: black 1px solid !important;
    border-radius: 150px !important;
}

.truncate-home {
    overflow: hidden;
    height: auto;
}
.p-home-unfolded {
    overflow:hidden;
    /* max-height: 10rem; */
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.p-comment {
    margin-bottom: 0px !important;
}

/* --------------------------- MOBILE --------------------------- */
@media (max-width:768px) {
    .mobile-only {
        display: flex !important; /* if anything wrong happens, change it into inline */
    }
    .pc-only {
        display: none !important;
    }
    .container {
        padding-right : 15px !important;
        padding-left : 15px !important;
    }
    /* Text */
    .p-detail-og {
        font-size : 16px;
        line-height: 1.75;
    }   
    .p-detail-sc {
        font-size : 16px;
        line-height: 1.75;
    }   
    .text-1 {
        font-size : 22px;
        font-weight: 900;
    }
    h1 { /* text-2와 동일 */
        font-size: 20px !important;
        font-weight: 700 !important;
    }
    .text-2 {
        font-size : 20px;
        font-weight: 700;
    }
    h2 { /* text-3과 동일 */
        font-size : 16px !important;
        font-weight: 700 !important;
    }
    .text-3 {
        font-size : 16px;
        font-weight: 700;
    }
    .text-4 {
        /* font-size : 13px; */
        font-size : 14px;
        /* font-weight: 300; */
    }
    .text-5 {
        /* font-size : 10px; */
        font-size : 12px;
        font-weight: 300;
    }
    .textinput#id_title {
        font-size: 1.5rem; /* 24px */
        font-weight: 800; 
    }
    .banner-row {
        margin-top: 0px !important;
        height: 350px;
        background-color: #2D2926 !important;
        color: white;
    }
    .white-block-mobile {
        background-color: white !important;
        padding: 10px !important;
    }
    .row-profile-mobile {
        margin-top : 30px !important;
    }
    .img-detail-page {
        width: 100%;
        /* border-radius: 50px; */
    }
    .ci {
        height: 100%;
        width: 120px;
    }
    #self-ques-btn {
        font-size: 0.813rem !important;
    }
    .list-group-profile {
        padding-left: 0px !important;
        border: none;
    }
    .truncate-one-line { /* 밑에 .p-home-n과 동일함. */
        max-height: 10rem;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden !important;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
    }
    .p-home-2 {
        max-height: 10rem;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden !important;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
    }
    .p-home-3 {
        max-height: 10rem;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden !important;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
    }
    .p-home-5 {
        max-height: 10rem;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden !important;
        text-overflow: ellipsis;
        -webkit-line-clamp: 5;
    }
    .profile-img-profile {
        width: 4rem;
        height: auto;
        clip-path: circle(); /* 이미지를 원형으로 만들어주는 마법 */
    }
    .col-profile {
        text-align: center;
    }
    .btn-menial {
        font-size: 10px !important;
    }
    .btn-category {
        font-size: 10px !important;
    }
    .btn-category:hover, .btn-category:active {
        background-color: #ed6f63 !important;
        color : white !important;
    }
    .badge {
        font-size: 80% !important;
    }
    .badge-light {
        font-size: 12px !important;
    }
    .shadow {
        -webkit-box-shadow: 0px 0px 2px 0px #000000; 
        box-shadow: 0px 0px 2px 0px #000000;
    }
    .card-body-10-line {
        max-height: 15rem;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden !important;
        text-overflow: ellipsis;
    }
    .card-museum {
        border: 3px #ed6f63 solid !important;
        width: 100% !important;
        height: auto !important;
    }
    .bolder {
        font-weight: 800 !important;
    }
    .card-this-year-empty {
        height: auto;
    }
    label { /* text-5와 동일 */
        font-size : 12px;
    }
    .light {
        font-weight: 300;
    }
    .dep-container {
        /* 이모지 라이브러리가 모바일에서 줄바꿈되는 현상 방지 */
        display: inline-block !important; 
        width: 10% !important;
    }
    .card-block{ /* 가로 스크롤 */
        height: 130px;
        background-color: #fff;
        border: none;
        background-position: center;
        background-size: cover;
        border-radius: 15px;
    }
}