@media (max-width: 376px) {
  .logo {
    width: 200px;
    height: auto;
  }

  .tr-content.no-result {
    min-height: 200px;
  }
  
  .tr-content.no-result .tr-section {
    height: 200px;
  }

  .tr-content.no-result-sm {
    min-height: 200px;
  }
  
  .tr-content.no-result-sm .tr-section {
    height: 200px;
  }

  .tr-content.no-result-xs {
    min-height: 200px;
  }
  
  .tr-content.no-result-xs .tr-section {
    height: 200px;
  }

  .mixedcode-mobile-gnb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }

  .mixedcode-mobile-gnb button.mixedcode-gnb-menu {
    color: #70257a;
    border: 1px solid #70257a;
    padding: 6px 8px;
    border-radius: 0.25rem;
    background-color: transparent;
    line-height: 1;
    font-size: 1.25rem;
    cursor: pointer;
    height: fit-content;
    padding-top: 8px;
  }
  
  .mixedcode-mobile-menu {
    display: none;
  }

  .mixedcode-mobile-menu.active {
    display: block;
  }

  .mixedcode-mobile-menu ul.mobile-menubar {
    top: 74px;
    width: calc(100% - 30px);
    position: absolute;
    left: 15px;
    background: #fff;
    color: #696969;
    padding: 4px 20px;
    z-index: 1001;
    list-style: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);

    max-height: 60vh;
    overflow: hidden;
    overflow-y: auto;
  }

  .mixedcode-mobile-menu ul.mobile-menubar li {
    padding: 10px 0px;
    border-top: 1px #f0f3f5 solid;
    /* c8cacc */
  }

  .mixedcode-mobile-menu ul.mobile-menubar li:first-child {
    border-top: 0;
  }

  .mixedcode-mobile-menu ul.mobile-menubar li a {
    color: #696969;
  }

  .mixedcode-mobile-menu ul.mobile-menubar li a.active {
    color: #821cd9;
    background: #f6f8f9;
  }

  .mixedcode-mobile-menu ul.mobile-menubar li ul.mobile-sub-menubar {
    display: none;
    margin-top: 6px;
    list-style: none;
  }

  .mixedcode-mobile-menu ul.mobile-menubar li ul.mobile-sub-menubar.active {
    display: block;
  }

  .mixedcode-mobile-menu ul.mobile-menubar li ul.mobile-sub-menubar li {
    list-style: none; 
    border-top: 1px #f0f3f5 solid;
  }
  
  .mixedcode-mobile-menu ul.mobile-menubar li ul.mobile-sub-menubar li:first-child {
    border-top: 0;
  }
  
  .mixedcode-mobile-menu ul.mobile-menubar li ul.mobile-sub-menubar li a.active {
    color: #821cd9;
    background: #f6f8f9;
  }

  .tr-menu.menu-responsive {
    display: none;
  }

  .tr-topbar {
    margin-bottom: 10px;
  }

  .tr-topbar .topbar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 10px;
  }

  .tr-topbar .topbar-right .user {
    position: absolute;
    left: 25px;
  }

  .tr-topbar .topbar-right .user .user-image {
    width: 25px !important;
    height: 25px !important;
    margin-right: 5px;
  }

  .post-list .post-card {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    max-height: 400px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .postmain-list .post-card {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    max-height: 400px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .postmainBig-list .post-card {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    max-height: 400px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .event-list .event-card {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    max-height: 400px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }


  .footer-widgets {
    display: none;
  }

  .footer-bottom {
    font-size: 11px;
  }

  .footer-menu .navbar-nav li a {
    font-weight: 400;
    padding: 10px 5px;
  }

  .mypage-section {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  
  .mypage-sidebar {
    width: 100%;
    max-width: 100%;
  }
  
  .mypage-content {
    width: 100%;
    max-width: 100%;
  }

  .medium-post-list .entry-thumbnail img {
    width: 100%;
    height: 200px;
  }

  .content-page .blog-detail {
    display: flex;
    flex-direction: column;
    width: 80%;
  }

  .content-page .blog-detail .post {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-right: 0px;
    display: flex;
    flex-direction: column; 
  }

  .content-page .blog-detail {
    width: 100%;
  }

  .content-page .blog-detail .post .post-detail .post-info {
    padding: 0px 20px;
  }

  .content-page .blog-detail .post .post-detail .post-content {
    padding: 0px 20px;
  }

  .content-page .blog-detail .post .post-detail .post-tags {
    padding: 0px 20px;
  }

  .comment-list .comment .comment-detail .comment-info .comment-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .comment-list .comment .comment-detail .comment-info .comment-meta .date {
    color: #999;
    font-size: 11px;
    font-weight: 400;
    margin-right: 0;
  }

  .comment-list .comment .comment-detail .comment-info .comment-action {
    font-size: 12px;
  }

  .comment-list .comment .comment-detail .comment-info .comment-action span {
    margin-right: 0px;
  }

  .comment-list .reply {
    padding: 35px 10px;
    background: #e5e5e5;
  }

  .comment-list .reply .comment-detail .comment-info .comment-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .comment-list .reply .comment-detail .comment-info .comment-meta .date {
    color: #999;
    font-size: 11px;
    font-weight: 400;
    margin-right: 0;
  }

  .comment-list .reply .comment-detail .comment-info .comment-action {
    font-size: 12px;
  }

  .comment-list .reply .comment-detail .comment-info .comment-action span {
    margin-right: 0px;
  }

  .content-page .blog-detail .right-sidebar {
    width: 100%;
    min-width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }
}

@media (min-width: 377px) and (max-width: 768px) {
  .logo {
    width: 230px;
    height: auto;
  }

  .tr-content.no-result {
    min-height: 300px;
  }
  
  .tr-content.no-result .tr-section {
    height: 300px;
  }

  .tr-content.no-result-sm {
    min-height: 300px;
  }
  
  .tr-content.no-result-sm .tr-section {
    height: 300px;
  }

  .mixedcode-mobile-gnb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }

  .mixedcode-mobile-gnb button.mixedcode-gnb-menu {
    color: #70257a;
    border: 1px solid #70257a;
    padding: 6px 8px;
    border-radius: 0.25rem;
    background-color: transparent;
    line-height: 1;
    font-size: 1.25rem;
    cursor: pointer;
    height: fit-content;
    padding-top: 8px;
  }
  
  .mixedcode-mobile-menu {
    display: none;
  }

  .mixedcode-mobile-menu.active {
    display: block;
  }

  .mixedcode-mobile-menu ul.mobile-menubar {
    top: 74px;
    width: calc(100% - 30px);
    position: absolute;
    left: 15px;
    background: #fff;
    color: #696969;
    padding: 4px 20px;
    z-index: 1001;
    list-style: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);

    max-height: 60vh;
    overflow: hidden;
    overflow-y: auto;
  }

  .mixedcode-mobile-menu ul.mobile-menubar li {
    padding: 10px 0px;
    border-top: 1px #f0f3f5 solid;
    /* c8cacc */
  }

  .mixedcode-mobile-menu ul.mobile-menubar li:first-child {
    border-top: 0;
  }

  .mixedcode-mobile-menu ul.mobile-menubar li a {
    color: #696969;
  }

  .mixedcode-mobile-menu ul.mobile-menubar li a.active {
    color: #821cd9;
    background: #f6f8f9;
  }

  .mixedcode-mobile-menu ul.mobile-menubar li ul.mobile-sub-menubar {
    display: none;
    margin-top: 6px;
    list-style: none;
  }

  .mixedcode-mobile-menu ul.mobile-menubar li ul.mobile-sub-menubar.active {
    display: block;
  }

  .mixedcode-mobile-menu ul.mobile-menubar li ul.mobile-sub-menubar li {
    list-style: none; 
    border-top: 1px #f0f3f5 solid;
  }
  
  .mixedcode-mobile-menu ul.mobile-menubar li ul.mobile-sub-menubar li:first-child {
    border-top: 0;
  }
  
  .mixedcode-mobile-menu ul.mobile-menubar li ul.mobile-sub-menubar li a.active {
    color: #821cd9;
    background: #f6f8f9;
  }

  .tr-menu.menu-responsive {
    display: none;
  }

  .tr-topbar {
    margin-bottom: 10px;
  }

  .tr-topbar .topbar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 10px;
  }

  .tr-topbar .topbar-right .user {
    position: absolute;
    left: 25px;
  }

  .tr-topbar .topbar-right .user .user-image {
    width: 25px !important;
    height: 25px !important;
    margin-right: 5px;
  }

  .post-list .post-card {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    max-height: 400px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .postmain-list .post-card {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    max-height: 400px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .postmainBig-list .post-card {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    max-height: 400px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .event-list .event-card {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    max-height: 400px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-widgets {
    display: none;
  }

  .footer-bottom {
    font-size: 11px;
  }

  .footer-menu .navbar-nav li a {
    font-weight: 400;
    padding: 10px 5px;
  }

  .mypage-section {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  
  .mypage-sidebar {
    width: 100%;
    max-width: 100%;
  }
  
  .mypage-content {
    width: 100%;
    max-width: 100%;
  }

  .medium-post-list .entry-thumbnail img {
    width: 100%;
    height: 170px;
  }

  .content-page .blog-detail {
    display: flex;
    flex-direction: column;
    width: 80%;
  }

  .content-page .blog-detail .post {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-right: 0px;
    display: flex;
    flex-direction: column; 
  }

  .content-page .blog-detail {
    width: 100%;
  }

  .content-page .blog-detail .post .post-detail .post-info {
    padding: 0px 20px;
  }

  .content-page .blog-detail .post .post-detail .post-content {
    padding: 0px 20px;
  }

  .content-page .blog-detail .post .post-detail .post-tags {
    padding: 0px 20px;
  }

  .comment-list .comment .comment-detail .comment-info .comment-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .comment-list .comment .comment-detail .comment-info .comment-meta .date {
    color: #999;
    font-size: 11px;
    font-weight: 400;
    margin-right: 0;
  }

  .comment-list .comment .comment-detail .comment-info .comment-action {
    font-size: 12px;
  }

  .comment-list .comment .comment-detail .comment-info .comment-action span {
    margin-right: 0px;
  }

  .comment-list .reply {
    padding: 35px 10px;
    background: #e2e2e2;
  }

  .comment-list .reply .comment-detail .comment-info .comment-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .comment-list .reply .comment-detail .comment-info .comment-meta .date {
    color: #999;
    font-size: 11px;
    font-weight: 400;
    margin-right: 0;
  }

  .comment-list .reply .comment-detail .comment-info .comment-action {
    font-size: 12px;
  }

  .comment-list .reply .comment-detail .comment-info .comment-action span {
    margin-right: 0px;
  }

  .content-page .blog-detail .right-sidebar {
    width: 100%;
    min-width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .logo {
    width: 230px;
    height: auto;
  }

  .mixedcode-mobile-gnb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }

  .mixedcode-mobile-gnb button.mixedcode-gnb-menu {
    color: #70257a;
    border: 1px solid #70257a;
    padding: 6px 8px;
    border-radius: 0.25rem;
    background-color: transparent;
    line-height: 1;
    font-size: 1.25rem;
    cursor: pointer;
    height: fit-content;
    padding-top: 8px;
  }
  
  .mixedcode-mobile-menu {
    display: none;
  }

  .mixedcode-mobile-menu.active {
    display: block;
  }

  .mixedcode-mobile-menu ul.mobile-menubar {
    top: 74px;
    width: calc(100% - 30px);
    position: absolute;
    left: 15px;
    background: #fff;
    color: #696969;
    padding: 4px 20px;
    z-index: 1001;
    list-style: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);

    max-height: 60vh;
    overflow: hidden;
    overflow-y: auto;
  }

  .mixedcode-mobile-menu ul.mobile-menubar li {
    padding: 10px 0px;
    border-top: 1px #f0f3f5 solid;
    /* c8cacc */
  }

  .mixedcode-mobile-menu ul.mobile-menubar li:first-child {
    border-top: 0;
  }

  .mixedcode-mobile-menu ul.mobile-menubar li a {
    color: #696969;
  }

  .mixedcode-mobile-menu ul.mobile-menubar li a.active {
    color: #821cd9;
    background: #f6f8f9;
  }

  .mixedcode-mobile-menu ul.mobile-menubar li ul.mobile-sub-menubar {
    display: none;
    margin-top: 6px;
    list-style: none;
  }

  .mixedcode-mobile-menu ul.mobile-menubar li ul.mobile-sub-menubar.active {
    display: block;
  }

  .mixedcode-mobile-menu ul.mobile-menubar li ul.mobile-sub-menubar li {
    list-style: none; 
    border-top: 1px #f0f3f5 solid;
  }
  
  .mixedcode-mobile-menu ul.mobile-menubar li ul.mobile-sub-menubar li:first-child {
    border-top: 0;
  }
  
  .mixedcode-mobile-menu ul.mobile-menubar li ul.mobile-sub-menubar li a.active {
    color: #821cd9;
    background: #f6f8f9;
  }

  .tr-menu.menu-responsive {
    display: none;
  }

  .tr-topbar {
    margin-bottom: 10px;
  }

  .tr-topbar .topbar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 10px;
  }

  .tr-topbar .topbar-right .user {
    position: absolute;
    left: 25px;
  }

  .tr-topbar .topbar-right .user .user-image {
    width: 25px !important;
    height: 25px !important;
    margin-right: 5px;
  }

  .post-list .post-card {
    width: calc(50% - 20px);
    max-width: calc(50% - 20px);
    max-height: 400px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .postmain-list .post-card {
    width: calc(50% - 20px);
    max-width: calc(50% - 20px);
    max-height: 400px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .postmainBig-list .post-card {
    width: calc(50% - 20px);
    max-width: calc(50% - 20px);
    max-height: 400px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .event-list .event-card {
    width: calc(50% - 20px);
    max-width: calc(50% - 20px);
    max-height: 400px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-widgets {
    display: none;
  }

  .footer-bottom {
    font-size: 11px;
  }

  .footer-menu .navbar-nav li a {
    font-weight: 400;
    padding: 10px 5px;
  }

  .mypage-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  
  .mypage-sidebar {
    width: 200px;
    margin-right: 15px;
    max-width: 200px;
  }
  
  .mypage-content {
    width: calc(100% - 215px);
    max-width: calc(100% - 215px);
  }

  .content-page .blog-detail {
    display: flex;
    flex-direction: column;
    width: 80%;
  }

  .content-page .blog-detail .post {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-right: 0px;
    display: flex;
    flex-direction: column; 
  }

  .content-page .blog-detail {
    width: 100%;
  }

  .content-page .blog-detail .post .post-detail .post-info {
    padding: 0px 20px;
  }

  .content-page .blog-detail .post .post-detail .post-content {
    padding: 0px 20px;
  }

  .content-page .blog-detail .post .post-detail .post-tags {
    padding: 0px 20px;
  }

  .comment-list .reply {
    padding: 35px 10px;
    background: #e2e2e2;
  }

  .content-page .blog-detail .right-sidebar {
    width: 100%;
    min-width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .logo {
    width: 250px;
    height: auto;
  }

  .content-page .blog-detail .right-sidebar {
    min-width: 250px;
  }

  .content-page .blog-detail .right-sidebar .content-box-list .content-box .thumb {
    height: 160px;
  }
  
  .content-page .blog-detail .right-sidebar .content-box-list .content-box .thumb img {
    height: 160px;
  }
}

@media (min-width: 1201px) and (max-width: 1400px) {
  .content-page .blog-detail .post {
    min-width: calc(80% - 290px);
  }

  .content-page .blog-detail .right-sidebar {
    min-width: 250px;
  }

  .content-page .blog-detail .right-sidebar .content-box-list .content-box .thumb {
    height: 160px;
  }
  
  .content-page .blog-detail .right-sidebar .content-box-list .content-box .thumb img {
    height: 160px;
  }
}

@media (min-width: 1921px) {
  .post-list .post-card {
    width: calc(25% - 20px);
    max-width: calc(25% - 20px);
    max-height: 400px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .postmain-list .post-card {
    width: calc(25% - 20px);
    max-width: calc(25% - 20px);
    max-height: 400px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .event-list .event-card {
    width: calc(25% - 20px);
    max-width: calc(25% - 20px);
    max-height: 400px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }
}