/* mobile */
@font-face {
  src: url("/public/font/AppleSDGothicNeoM.ttf");
  font-family: "apple";
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
table,
td,
th,
p,
b,
a,
span,
div {
  font-family: "apple";
}

a {
  color: #666 !important;
}

header {
  width: 100%;
  height: 80px;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

header .hd_info {
  width: 100%;
  max-width: 1080px;
  height: 100%;
  padding: 0 24px;
}

header .hd_info .hd_content {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

header .hd_info .hd_content .hd_left {
  display: flex;
  height: 100%;
  align-items: center;
  padding-right: 16px;
}

header .hd_info .hd_content .hd_left .logo {
  display: flex;
}

header .hd_info .hd_content .hd_left .eanrsy30 {
  width: 347px;
}

header .hd_info .hd_content .hd_left .eanrsy30 ol {
  list-style: none;
  font-size: 14px;
  padding: 0 16px;
  height: 44px;
  display: flex;
  flex-direction: column;
  margin: 0;
}

header .hd_info .hd_content .hd_left .eanrsy30 ol li {
  width: 100%;
  display: flex;
  align-items: center;
}

header .hd_info .hd_content .hd_left .eanrsy30 ol li span {
  flex-shrink: 0;
}

header .hd_info .hd_content .hd_left .eanrsy30 ol li span:first-of-type {
  margin-right: 10px;
  font-weight: 700;
}

header .hd_info .hd_content .hd_left .eanrsy30 ol li a {
  font-weight: 600;
  flex-shrink: 1;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #28292c;
}

header .hd_info .hd_content .hd_left .eanrsy30 ol li span:nth-of-type(2) {
  margin-left: 14px;
  font-weight: 600;
  font-size: 14px;
}

header .hd_info .hd_content .hd_left .eanrsy30 ol li span:last-of-type {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
}

header .hd_info .hd_content .hd_left .eanrsy30 ol li span.up {
  color: #cd372f;
}

header .hd_info .hd_content .hd_right {
  display: flex;
  height: 100%;
  align-items: center;
  position: relative;
  flex-shrink: 0;
}

header .hd_info .hd_content .hd_right .hd_menu {
  display: flex;
  margin-right: 32px;
}

header .hd_info .hd_content .hd_right .hd_menu a {
  font-size: 14px;
  font-weight: 600;
  color: #28292c;
  flex-shrink: 0;
}

header .hd_info .hd_content .hd_right .hd_right_a {
  width: 72px;
}

header .hd_info .hd_content .hd_right .bck_a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 4px;
  background-color: #cd372f;
  color: #f8f9fa;
  height: 40px;
  font-weight: 500;
  font-size: 14px;
  padding: 0 12px;
  margin-right: 14px;
}

header .hd_info .hd_content .hd_right .bod_a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 4px;
  border: 1px solid #cd372f;
  background-color: #fff;
  color: #cd372f;
  height: 40px;
  font-weight: 500;
  font-size: 14px;
  padding: 0 12px;
  margin-right: 14px;
}

header .hd_info .hd_content .hd_right .hd_menu a.wit_btn {
  border-radius: 4px;
  background-color: #cd372f;
  color: #fff;
  font-size: 14px;
  padding: 1px 12px;
  font-weight: 500;
}

.home_wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

.home_slider {
  width: 95%;
  max-width: 1080px;
  margin: 20px auto 0;
}

.home_slider .swiper-container {
  width: 100%;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  height: 240px;
}

.home_slider .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.home_slider .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}

.home_slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .banner-image-wrapper {
  width: 100%;
  height: 100%;
}

.home_slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .banner-image-wrapper
  .banner-image {
  width: 100%;
  height: 100%;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.home_slider .next-btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 1;
  width: 32px;
  height: 32px;
  background-image: url("/public/img/seoul/ic_banner_next.svg");
  font-size: 16px;
  background-size: 100%;
  background-color: transparent;
  border: none;
}

.next-btn:focus {
  outline: 0;
}

.prev-btn:focus {
  outline: 0;
}

.home_slider .prev-btn {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 1;
  width: 32px;
  height: 32px;
  background-image: url("/public/img/seoul/ic_banner_prev.svg");
  font-size: 16px;
  background-size: 100%;
  background-color: transparent;
  border: none;
}

.home_slider .swiper-pagination {
  position: relative;
  top: 11px;
  margin: 0 auto;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.popular-stock {
  margin: 20px auto 0;
  width: 100%;
  max-width: 1080px;
  padding: 0 20px;
}

.popular-stock h2 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#grid {
  width: 100%;
  margin: 0 auto;
}

#grid .trade_table {
  width: 100%;
  table-layout: fixed;
}

#grid .trade_table thead {
  font-size: 12px;
  font-weight: 700;
}

#grid .trade_table thead th {
  text-align: right;
  height: 39px;
  background: #fff;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  color: #9f9f9f;
  padding: 4px 5px;
}

#grid .trade_table thead th:nth-of-type(1) {
  text-align: left;
  padding-left: 11px;
}

#grid .trade_table thead th:last-of-type {
  padding-right: 11px;
}

#grid .trade_table tbody td {
  height: 58px;
  border-bottom: 1px solid #ededed;
  color: #333;
  vertical-align: middle;
}

#grid .trade_table tbody td.subject {
  display: flex;
  align-items: center;
  font-size: 16px;
  padding-left: 11px;
}

#grid .trade_table tbody td.subject a {
  display: flex;
  flex: 1;
  align-items: center;
}

#grid .trade_table tbody td.subject a span {
  font-weight: bold;
  color: #333;
  padding: 4px 5px;
}

#grid .trade_table tbody td.price {
  text-align: right;
}

#grid .trade_table tbody td.price span {
  font-size: 16px;
  font-weight: 600;
}

#grid .trade_table tbody td.psent {
  text-align: right;
}

#grid .trade_table tbody td.psent span {
  font-weight: 700;
  font-size: 16px;
  margin-left: 2px;
}

#grid .trade_table tbody td.psent span.up {
  color: #fa372a;
}

#grid .trade_table tbody td.psent span.down {
  color: #2f79fa;
}

#grid .trade_table tbody td.order {
  text-align: right;
  color: #333;
  font-size: 16px;
  padding-right: 11px;
  font-weight: 700;
}

#grid .trade_table tbody td.total {
  text-align: right;
  color: #333;
  font-size: 16px;
}

.tui-grid-container {
  width: 100%;
  position: relative;
  border-width: 0;
  font-size: 16px;
}

.more-button {
  width: 328px;
  margin: 16px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border-radius: 8px;
  background-color: rgba(36, 88, 255, 0.1);
  color: #3680ff;
  font-size: 16px;
  font-weight: bold;
}

.issue-grid-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  padding: 80px 20px 0px;
  display: grid;
  grid-template-columns: 600px 400px;
  grid-template-areas: "news-list weekly-issue";
  column-gap: 68px;
}

.issue-grid-wrapper .news-list-section {
  grid-area: news-list;
}

.news-list-section-main-img {
  border-radius: 8px;
  width: 100%;
}

.today-date-text {
  display: block;
  padding: 36px 0 21px;
  color: #272727;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #e9e9e9;
}

.news-list-section .news-list {
  margin: 0;
  padding: 0;
}

.news-list-section .news-list .news-item a {
  display: flex;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #e9e9e9;
}

.news-list-section .news-list .news-item a .stock-name {
  display: block;
  color: #272727;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 700;
  min-width: 120px;
  white-space: nowrap;
}

.news-list-section .news-list .news-item a .news-title {
  display: block;
  padding-left: 8px;
  color: #272727;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
}

.weekly-issue-section {
  grid-area: weekly-issue;
}

.weekly-issue-section-title {
  display: block;
  padding: 8px 0 16px;
  color: #272727;
  font-size: 15px;
  font-weight: 700;
  border-bottom: 1px solid #272727;
  margin: 0;
}

.weekly-issue-section .weekly-issue-list {
  margin: 0;
  padding: 0;
}

.weekly-issue-section .weekly-issue-list .weekly-issue {
  padding: 20px 0;
  border-top: 1px solid #e9e9e9;
  position: relative;
}

.weekly-issue-section .weekly-issue-list .weekly-issue p {
  margin: 0;
  padding: 0;
}

.weekly-issue-section .weekly-issue-list .weekly-issue .issue-title {
  display: flex;
  align-items: flex-end;
}

.weekly-issue-section
  .weekly-issue-list
  .weekly-issue
  .issue-title
  .stock-logo {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid rgba(39, 39, 39, 0.1);
}

.weekly-issue-section
  .weekly-issue-list
  .weekly-issue
  .issue-title
  .stock-name {
  display: block;
  margin-bottom: 2px;
  padding-left: 8px;
  color: #272727;
  font-size: 16px;
  font-weight: 700;
}

.weekly-issue-section .weekly-issue-list .weekly-issue .issue-title .date {
  margin: 0 0 2px auto;
  color: #a8a8a8;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
}

.weekly-issue-section .weekly-issue-list .weekly-issue .issue-description {
  margin-top: 12px;
  color: #272727;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  display: -webkit-box;
  overflow: hidden;
  height: 88px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.weekly-issue-section .weekly-issue-list .weekly-issue .issue-tooltip {
  display: none;
  z-index: 100;
  top: 65px;
  left: 0;
  position: absolute;
  width: 400px;
  padding: 20px 20px 24px;
  color: #272727;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 2px;
  border: 1px solid #e9e9e9;
  background: #fff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}

.grid-wrapper {
  width: 100%;
  max-width: 1080px;
  padding: 80px 20px;
  margin: 0 auto;
  display: grid;
  grid-template-areas: "post qna" "dictionary safund";
  grid-template-columns: 600px 400px;
  column-gap: 80px;
  row-gap: 64px;
}

.seoulex-dictionary {
  grid-area: dictionary;
}

.seoulex-dictionary h1 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.seoulex-dictionary .dictionary-list {
  margin-top: 16px;
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  row-gap: 9px;
  column-gap: 9px;
  grid-template-columns: 295px 295px;
}

.seoulex-dictionary .dictionary-list .dictionary-list__item {
  width: 295px;
  height: 110px;
  padding: 23px 20px;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  background: #fff;
  display: flex;
  align-items: center;
}

.seoulex-dictionary .dictionary-list .dictionary-list__item .company-logo {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  border: 1px solid #ededed;
}

.seoulex-dictionary
  .dictionary-list
  .dictionary-list__item
  .dictionary-title-wrapper {
  margin-left: 12px;
}

.seoulex-dictionary
  .dictionary-list
  .dictionary-list__item
  .dictionary-title-wrapper
  .dictionary-title {
  font-size: 16px;
  color: #333;
}

.seoulex-dictionary
  .dictionary-list
  .dictionary-list__item.dictionary-list__item--last {
  position: relative;
  background: #f6f6f6;
  border: none;
  align-items: flex-start;
  padding: 20px;
}

.seoulex-dictionary
  .dictionary-list
  .dictionary-list__item.dictionary-list__item--last
  h2 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.seoulex-dictionary
  .dictionary-list
  .dictionary-list__item.dictionary-list__item--last
  .dictionary-more {
  position: absolute;
  width: 35px;
  height: 20px;
  right: 20px;
  bottom: 18px;
}

.post-section {
  grid-area: post;
}

.post-section .post-section__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.post-section .post-section__title h1 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.post-section .post-section__title a {
  font-size: 14px;
  color: #9f9f9f;
}

.post-section .post-item {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 23px 20px 20px 16px;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  width: 100%;
  height: 220px;
}

.post-section .post-item img {
  width: 220px;
  height: 175px;
}

.post-section .post-item h2 {
  margin-top: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.post-section .post-item p {
  margin-top: 12px;
  font-size: 16px;
  color: #333;
  margin: 0;
}

.post-section .post-item span {
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 123px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #bbb;
  font-size: 14px;
  color: #bbb;
}

.qna-section {
  grid-area: qna;
}

.qna-section .qna-section__title {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.qna-section .qna-section__title a {
  font-size: 14px;
  color: #9f9f9f;
  font-weight: normal;
}

.qna-section ul {
  margin: 0;
  padding: 0;
}

.qna-section ul li {
  width: 100%;
  height: 66px;
  border: 1px solid #d6d6d6;
  margin-top: 8px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
  border-radius: 4px;
}

.qna-section ul li a {
  padding-left: 24px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  background-image: url("/public/img/seoul/ic-list-more.svg");
  background-repeat: no-repeat;
  background-position: right 16px top 25px;
}

.qna-section ul li a span {
  position: relative;
  top: 2px;
}

.safund {
  grid-area: safund;
}

.safund .safund_top {
  width: 100%;
}

.safund .safund_top h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 24px;
}

.safund .safund_top .safund_img {
  width: 100%;
  margin-bottom: 15px;
}

.safund .safund_top .safund_img img {
  width: 100%;
}

.safund .safund_top .safund_txt {
  width: 100%;
}

.safund .safund_top .safund_txt p {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  margin: 0;
}

.safund .safund_top .safund_txt p b {
  color: #ff0000;
}

.safund .safund_top .safund_txt p span {
  color: green;
}

.index-footer {
  width: 100%;
  background: #ededed;
  color: #7e7e7e;
}

.index-footer .footer-wrapper {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 12px;
}

.index-footer .footer-wrapper > img {
  margin-bottom: 24px;
  width: 344px;
  height: 32px;
}

.pc-only-copyright-wrapper {
  display: flex;
  justify-content: space-between;
}

.cs-title {
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.cs-list {
  margin-bottom: 24px;
}

.cs-list li {
  display: flex;
  flex-direction: row;
}

.cs-list li span {
  font-size: 14px;
  color: #7e7e7e;
}

.cs-list li span:first-child {
  margin-right: 16px;
  margin-bottom: 4px;
}

.footer-notice-wrapper {
  display: flex;
}

.footer-notice {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.footer-notice li {
  margin-right: 16px;
  margin-bottom: 16px;
  font-size: 14px;
  color: #595959;
}

.footer-notice__item--bold {
  font-weight: bold;
}

.footer-notice-wrapper .footer-notice:last-child li {
  margin-right: 0;
}

.psx-info,
.copyright {
  font-size: 14px;
  line-height: 1.57;
  font-weight: normal;
  margin: 0;
}

.psx-info {
  margin-top: 8px;
}

.copyright {
  margin-bottom: 80px;
  font-size: 14px;
  line-height: 1.57;
  font-weight: normal;
}

.main {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 40px 225px;
  position: relative;
}

.main .main_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.left_main {
  width: 60%;
}

.right_main {
  width: 32%;
}

.main .main_top .best_trade {
  width: 100%;
}

.main .main_top .best_trade .trade_top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.main .main_top .best_trade .trade_top h2 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
}

.main .main_top .best_trade .trade_top h2 span {
  color: #fd7800;
}

.main .main_top .best_trade .trade_top time {
  font-size: 14px;
  font-weight: 400;
  color: #a3a5ab;
  flex: 1;
  padding-left: 10px;
  margin-top: 6px;
}

.main .main_top .best_trade .trade_info {
  position: relative;
}

.main .main_top .best_trade .trade_info .trade_button {
  margin: -10px 0 24px;
}

.main .main_top .best_trade .trade_info .trade_button .trade_btn {
  margin-right: 8px;
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  max-width: 100%;
  border-radius: 4px;
  color: #696b6e;
  background: transparent;
  border: 1px solid #e6e8ea;
  font-size: 12px;
  height: 26px;
  padding: 0 7px;
}

.main .main_top .best_trade .trade_info .trade_button .trade_btn.on {
  color: #f8f9fa;
  background: #282e50;
  border: 1px solid #282e50;
}

.main .main_top .best_trade .main_banner {
  width: 100%;
  margin-top: 50px;
}

.main .main_top .best_trade .main_banner img {
  width: 100%;
}

.main .main_top .my_gon {
  width: 100%;
}

.main .main_top .my_gon .gon_con {
  margin-bottom: 70px;
}

.main .main_top .my_gon .gon_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.main .main_top .my_gon .gon_top h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.main .main_top .my_gon .gon_top a {
  font-size: 14px;
  font-weight: 400;
  color: #696b6e;
}

.main .main_top .my_gon .gon_info {
  width: 100%;
}

.main .main_top .my_gon .gon_info .info_gon_top {
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
  margin: 24px 0;
}

.main .main_top .my_gon .gon_info .info_gon_top .info_top_a {
  position: relative;
  text-align: center;
  padding: 9px 0;
  width: 100%;
  color: #696b6e;
  white-space: nowrap;
  cursor: pointer;
  font-weight: 400;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 16px;
}

.main .main_top .my_gon .gon_info .info_gon_top .info_top_a.on {
  color: #28292c;
  border-bottom: 1px solid #28292c;
}

.main .main_top .my_gon .gon_info .info_play {
  display: none;
}

.main .main_top .my_gon .gon_info .info_play.on {
  display: block;
}

.main .main_top .my_gon .gon_info .info_play .box {
  margin-bottom: 20px;
}

.main .main_top .my_gon .gon_info .info_play .nomb {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 32px 0 8px;
}

.main .main_top .my_gon .gon_info .info_play .nomb img {
  width: 100%;
}

.main .main_top .my_gon .gon_info .info_play .nomb p {
  margin: 24px 0 0;
  width: 100%;
  height: 30px;
  font-weight: 500;
  font-size: 16px;
  color: rgb(163, 165, 171);
  text-align: center;
}

.main .main_top .my_gon .gon_info .info_play .top {
  display: flex;
  align-items: center;
}

.main .main_top .my_gon .gon_info .info_play .top span:first-of-type {
  color: #cd372f;
  font-size: 16px;
  font-weight: 600;
  margin-right: 8px;
}

.main .main_top .my_gon .gon_info .info_play .top span:last-of-type {
  color: #696b6e;
  font-size: 14px;
  font-weight: 400;
}

.main .main_top .my_gon .gon_info .info_play .bottom {
  position: relative;
  padding: 16px;
  margin-top: 8px;
  border: 1px solid #f2f4f6;
  border-radius: 8px;
  width: 100%;
}

.main .main_top .my_gon .gon_info .info_play .bottom .box_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.main .main_top .my_gon .gon_info .info_play .bottom .box_info .box_content {
  display: flex;
  justify-content: left;
  align-items: center;
}

.main
  .main_top
  .my_gon
  .gon_info
  .info_play
  .bottom
  .box_info
  .box_content
  .box_logo {
  width: 40px;
  height: 40px;
  margin-right: 12px;
}

.main
  .main_top
  .my_gon
  .gon_info
  .info_play
  .bottom
  .box_info
  .box_content
  .box_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: rgb(40, 41, 44);
  font-size: 14px;
  font-weight: 400;
  padding-right: 12px;
}

.main
  .main_top
  .my_gon
  .gon_info
  .info_play
  .bottom
  .box_info
  .box_content
  .box_txt
  .name {
  font-size: 16px;
  display: block;
  max-width: 276px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main
  .main_top
  .my_gon
  .gon_info
  .info_play
  .bottom
  .box_info
  .box_content
  .box_txt
  .price {
  word-break: break-all;
}

.main
  .main_top
  .my_gon
  .gon_info
  .info_play
  .bottom
  .box_info
  .box_content
  .box_txt
  .price
  small {
  font-size: 14px;
  color: rgb(105, 107, 110);
  margin-right: 4px;
}

.main
  .main_top
  .my_gon
  .gon_info
  .info_play
  .bottom
  .box_info
  .box_right
  button {
  padding: 5px 12px;
  border: 1px solid #cd372f;
  background: #fff;
  font-size: 14px;
  color: #cd372f;
}

.main .main_top .my_gon .gon_info .info_play .bottom .box_content2 {
  padding: 16px;
  margin-top: 16px;
  border-radius: 4px;
  background: rgb(248, 249, 250);
}

.main
  .main_top
  .my_gon
  .gon_info
  .info_play
  .bottom
  .box_content2
  .competition_item {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  word-break: break-all;
  color: rgb(105, 107, 110);
}

.main
  .main_top
  .my_gon
  .gon_info
  .info_play
  .bottom
  .box_content2
  .competition_item
  .title {
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  color: rgb(163, 165, 171);
}

.main .main_top .my_gon .to_life {
  width: 100%;
}

.main .main_top .my_gon .to_life h2 {
  font-size: 20px;
  font-weight: 700;
  color: #28292c;
  margin-bottom: 24px;
}

.main .main_top .my_gon .to_life ul {
  margin: 0;
  padding: 24px 16px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #f8f9fa;
}

.main .main_top .my_gon .to_life ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 16px;
  width: 33%;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.main .main_top .my_gon .to_life ul li:last-child {
  border-right: 0;
}

.main .main_top .my_gon .to_life ul li p:first-child {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  color: #28292c;
}

.main .main_top .my_gon .to_life ul li p:last-child {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #696b6e;
}

.main .main_top .news {
  width: 100%;
  margin-top: 50px;
}

.main .main_top .news .news_top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.main .main_top .news .news_top h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.main .main_top .news .news_top a {
  color: rgb(105, 107, 110);
  font-size: 14px;
  font-weight: 400;
}

.main .main_top .news .news_content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.main .main_top .news .news_content .item {
  width: 100%;
  display: flex;
}

.main .main_top .news .news_content .item .item_logo {
  margin-right: 12px;
  height: 64px;
}

.main .main_top .news .news_content .item .item_logo img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  object-position: center top;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.main .main_top .news .news_content .item .txt {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: calc(100% - 80px);
  overflow: hidden;
}

.main .main_top .news .news_content .item .txt h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  word-break: break-all;
  color: rgb(40, 41, 44);
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 1px 0 0;
}

.main .main_top .news .news_content .item .txt .sub {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.main .main_top .news .news_content .item .txt .sub .sub_name {
  font-weight: 400;
  margin-right: 8px;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  border-radius: 14px;
  font-size: 14px;
  height: 29px;
  padding: 0 7px;
  color: rgb(105, 107, 110);
  background: #fff;
  border: 1px solid rgb(217, 219, 220);
}

.main .main_top .news .news_content .item .txt .sub .up {
  color: #cd372f;
  font-weight: 400;
  font-size: 16px;
  margin-left: 2px;
  flex-shrink: 0;
}

.main .main_top .news .news_content .item .txt .sub .down {
  color: #1777d7;
  font-weight: 400;
  font-size: 16px;
  margin-left: 2px;
  flex-shrink: 0;
}

.main .main_top .theme {
  width: 100%;
  margin-top: 70px;
}

.main .main_top .theme .theme_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.main .main_top .theme .theme_top h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

.main .main_top .theme .theme_top .theme_button {
  display: flex;
  justify-content: center;
  gap: 4px;
}

.main .main_top .theme .theme_top .theme_button .theme_btn {
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #282e50;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.main
  .main_top
  .theme
  .theme_top
  .theme_button
  .theme_btn.swiper-button-disabled {
  border: 1px solid #d9dbdc;
}

.main .main_top .theme .theme_top .theme_button .theme_btn svg {
  fill: #282e50;
}

.main
  .main_top
  .theme
  .theme_top
  .theme_button
  .theme_btn.swiper-button-disabled
  svg {
  fill: #d9dbdc;
}

.main .main_top .theme .theme_info {
  position: relative;
  background: #fff;
  border: 1.5px solid #d9dbdc;
  border-radius: 4px;
  margin-bottom: 24px;
  overflow: hidden;
}

.main .main_top .theme .theme_info:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: #282e50;
  border-radius: 4px;
  height: 59px;
}

.main .main_top .theme .theme_info .swiper-slide .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px 4px 0 0;
  background: #282e50;
  padding: 16px 24px;
}

.main .main_top .theme .theme_info .swiper-slide .top h2 {
  font-weight: 500;
  font-size: 18px;
  color: #f8f9fa;
  margin: 0;
}

.main .main_top .theme .theme_info .swiper-slide ul {
  padding: 16px 24px;
  margin: 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.main .main_top .theme .theme_info .swiper-slide ul li {
  display: flex;
  align-items: center;
  width: 100%;
}

.main .main_top .theme .theme_info .swiper-slide ul li a {
  flex: 1;
  display: flex;
  align-items: center;
}

.main .main_top .theme .theme_info .swiper-slide ul li a .img {
  margin-right: 12px;
  display: flex;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.main .main_top .theme .theme_info .swiper-slide ul li a .img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.main .main_top .theme .theme_info .swiper-slide ul li a .txt {
  padding: 12px 0;
}

.main .main_top .theme .theme_info .swiper-slide ul li a .txt h3 {
  font-size: 16px;
  font-weight: 400;
  color: #28292c;
  margin: 0;
}

.main .main_top .theme .theme_info .swiper-slide ul li a .txt .txt_sub {
  display: flex;
  align-items: center;
  height: 21px;
}

.main .main_top .theme .theme_info .swiper-slide ul li a .txt .txt_sub .price {
  margin-right: 4px;
}

.main
  .main_top
  .theme
  .theme_info
  .swiper-slide
  ul
  li
  a
  .txt
  .txt_sub
  .price
  span {
  color: #696b6e;
  font-weight: 500;
  font-size: 14px;
}

.main
  .main_top
  .theme
  .theme_info
  .swiper-slide
  ul
  li
  a
  .txt
  .txt_sub
  .psent
  span {
  font-weight: 500;
  font-size: 14px;
  margin-left: 2px;
}

.main
  .main_top
  .theme
  .theme_info
  .swiper-slide
  ul
  li
  a
  .txt
  .txt_sub
  .psent
  span.up {
  color: #cd372f;
}

.main
  .main_top
  .theme
  .theme_info
  .swiper-slide
  ul
  li
  a
  .txt
  .txt_sub
  .psent
  span.down {
  color: #1777d7;
}

.main .main_top .theme .pagin {
  width: 100%;
  position: relative;
  height: 24px;
}

.main .swiper-horizontal > .swiper-pagination-bullets,
.main .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  position: relative;
  bottom: 0;
}

.main .main_top .report {
  width: 100%;
  margin-top: 50px;
}

.main .main_top .report .report_top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.main .main_top .report .report_top h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.main .main_top .report .report_top a {
  color: rgb(105, 107, 110);
  font-size: 14px;
  font-weight: 400;
}

.main .main_top .report .report_content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.main .main_top .report .report_content .item {
  width: 100%;
  display: flex;
}

.main .main_top .report .report_content .item .item_logo {
  margin-right: 12px;
  height: 64px;
}

.main .main_top .report .report_content .item .item_logo img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  object-position: center top;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.main .main_top .report .report_content .item .txt {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: calc(100% - 80px);
  overflow: hidden;
}

.main .main_top .report .report_content .item .txt h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  word-break: break-all;
  color: rgb(40, 41, 44);
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 1px 0 0;
}

.main .main_top .report .report_content .item .txt .sub {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: #a3a5ab;
  font-size: 14px;
}

.main .main_top .report .report_content .item .txt .sub .sub_name {
  margin-right: 8px;
}

.pc_banner {
  display: block;
}

.mobile_banner {
  display: none;
}

.mobile_menu {
  display: none;
}

.mob_menu {
  display: none;
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0.4);
}

#stock_modal .modal-content .modal-header {
  border-bottom: 1px solid #365291;
  position: relative;
}

#stock_modal .modal-content .modal-header h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  color: #365291;
}

#stock_modal .modal-content .modal-header h2 img {
  height: 50px;
}

#stock_modal .modal-content .modal-header button {
  color: #000;
  text-shadow: none;
  font-size: 35px;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.memo_content {
  width: 100%;
}

.memo_content .memo_top {
  width: 100%;
  position: relative;
}

.memo_content .memo_top ul {
  margin: 0;
  padding: 0;
  display: flex;
}

.memo_content .memo_top ul li a {
  display: block;
  border: 1px solid transparent;
  padding: 15px 25px;
  text-align: center;
  color: #777;
  margin: 0 0 -1px;
}

.memo_content .memo_top ul li a.on {
  border: 1px solid #ddd;
  border-top: 3px solid #365291;
  border-bottom: 1px solid #fff;
  color: #333;
}

.memo_content .memo_top .sub_a {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px 10px;
  color: #666;
}

.memo_content .memo_table {
  width: 100%;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

.memo_content .memo_table table {
  width: 100%;
}

.memo_content .memo_table table tr {
  line-height: 32px;
  font-weight: 600;
}

.memo_content .memo_table table th {
  padding: 5px;
  text-align: center;
  background: #f7f7f7;
  color: #000;
  font-size: 14px;
}

.memo_content .memo_table table td {
  padding: 5px;
  background: #fff;
  color: #333;
  font-size: 13px;
  border-bottom: 1px solid #eaeaea;
}

.memo_content .memo_table table td a {
  color: #333;
}

.memo_content .memo_table table td.date {
  width: 20%;
  text-align: center;
}

.memo_content .memo_table table td .cards {
  width: 100%;
  font-size: 13px;
  margin-bottom: 10px;
  border: 1px solid #365291;
}

.memo_content .memo_table table td .cards .card_body {
  background: #f7f7f7;
  color: #333;
  padding: 20px;
}

.memo_content .memo_table table td .cards .card_body p {
  margin-bottom: 5px;
}

.memo_content .memo_table table td .cards .card_body .card_body_title {
  margin-top: 10px;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 0;
}

.memo_content .memo_input_table {
  width: 100%;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

.memo_content .memo_input_table table {
  width: 100%;
}

.memo_content .memo_input_table table th {
  width: 35%;
  padding: 7px 5px;
  background: #f7f7f7;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.memo_content .memo_input_table table td {
  width: 65%;
  padding: 7px 5px;
  border-bottom: 1px solid #ddd;
}

.memo_content .memo_input_table table td input {
  width: 100%;
  height: 40px;
  padding: 0 5px;
}

.memo_content .memo_input_table table td textarea {
  width: 100%;
  height: 150px;
  padding: 0 5px;
}

.memo_content .memo_input_table .memo_btn {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.memo_content .memo_input_table .memo_btn button {
  width: 49%;
  height: 40px;
  background: #fff;
  color: #000;
  font-size: 13px;
  border: 1px solid #365291;
}

.modal_item .withtrip {
  width: 100%;
  position: relative;
}

.modal_item .withtrip .withtrip_content {
  width: 100%;
}

.modal_item .withtrip .withtrip_content table {
  width: 100%;
  margin-bottom: 20px;
}

.modal_item .withtrip .withtrip_content table th {
  width: 30%;
  padding: 7px 5px;
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
  border-width: 0 1px 1px 0;
  font-size: 14px;
}

.modal_item .withtrip .withtrip_content table td {
  width: 70%;
  padding: 7px 5px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}

.modal_item .withtrip .withtrip_content table td input {
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #ddd;
  font-size: 14px;
}

.modal_item .withtrip .withtrip_content table td select {
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #ddd;
  font-size: 14px;
}

.modal_item .withtrip .withtrip_content table td .with_group {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
}

.modal_item .withtrip .withtrip_content table td .with_group input {
  width: calc(100% - 140px);
}

.modal_item .withtrip .withtrip_content table td .with_sele {
  width: 100%;
  display: flex;
  gap: 10px;
}

.modal_item .withtrip .withtrip_content table td .with_sele input:first-child {
  width: calc(38% - 5px);
}

.modal_item .withtrip .withtrip_content table td .with_sele input:last-child {
  width: calc(62% - 5px);
}

.modal_item .withtrip .withtrip_content .withbtn {
  width: 100%;
  text-align: right;
}

.mypage {
  width: 100%;
  margin: 60px 0;
  min-height: 550px;
}

.mypage .mypage_info {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 50px;
}

.mypage .mypage_info .title {
  text-align: center;
  color: #000;
  font-size: 23px;
  font-weight: bold;
}

.mypage .mypage_info table {
  width: 100%;
}

.mypage .mypage_info table th {
  width: 20%;
  padding: 15px 10px;
  text-align: center;
  background: #f7f7f7;
  border-bottom: 1px solid #ddd;
}

.mypage .mypage_info table td {
  width: 30%;
  padding: 15px 10px;
  border-bottom: 1px solid #ddd;
}

.mypage .mypage_info table td input {
  width: 100%;
  padding: 5px 7px;
  border: 1px solid #ddd;
}

.mypage .mypage_info table td select {
  width: 100%;
  padding: 5px 7px;
  border: 1px solid #ddd;
}

.mypage .mypage_info .mypage_btn {
  width: 100%;
  text-align: center;
}

.mypage .mypage_info .mypage_btn button {
  padding: 10px 20px;
  border-radius: 4px;
  background-color: #cd372f;
  border: 1px solid #fff;
  color: #f8f9fa;
  font-weight: 500;
  font-size: 14px;
}

#password_modal .modal-content .modal-header {
  border-bottom: 1px solid #365291;
  position: relative;
}

#password_modal .modal-content .modal-header h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  color: #365291;
}

#password_modal .modal-content .modal-header h2 img {
  height: 50px;
}

#password_modal .modal-content .modal-header button {
  color: #000;
  text-shadow: none;
  font-size: 35px;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.pwd_content {
  width: 100%;
}

.pwd_content table {
  width: 100%;
}

.pwd_content table th {
  width: 35%;
  padding: 7px 5px;
  background: #f7f7f7;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.pwd_content table td {
  width: 65%;
  padding: 7px 5px;
  border-bottom: 1px solid #ddd;
}

.pwd_content table td input {
  width: 100%;
  height: 40px;
  padding: 0 5px;
}

.pwd_content .pwd_btn {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.pwd_content .pwd_btn button {
  width: 49%;
  height: 40px;
  background: #fff;
  color: #000;
  font-size: 13px;
  border: 1px solid #365291;
}

.check_page {
  width: 100%;
  height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.check_page .title {
  text-align: center;
  font-family: "apple";
  color: #000;
  font-size: 23px;
  font-weight: bold;
}

.check_page .check_page_info {
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
  border: 1px solid #eaeaea;
  padding: 40px;
}

.check_page .check_page_info .check_page_wrap {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}

.check_page .check_page_info .check_page_wrap table {
  width: 100%;
}

.check_page .check_page_info .check_page_wrap table th {
  width: 30%;
  text-align: center;
  padding: 7px 5px;
  background: #f7f7f7;
  border-bottom: 1px solid #ddd;
}

.check_page .check_page_info .check_page_wrap table td {
  width: 70%;
  padding: 7px 5px;
  border-bottom: 1px solid #ddd;
}

.check_page .check_page_info .check_page_wrap table td input {
  width: 100%;
  height: 40px;
  padding-left: 10px;
  font-size: 13px;
  background: #fff;
  background-image: none !important;
  color: #111;
  border: 1px solid #ddd;
  box-shadow: initial;
  border-radius: 0;
}

.check_page .check_page_info .check_page_wrap table td select {
  width: 100%;
  height: 40px;
  padding-left: 10px;
  font-size: 13px;
  background: #fff;
  background-image: none !important;
  color: #111;
  border: 1px solid #ddd;
  box-shadow: initial;
  border-radius: 0;
}

.check_page .check_page_info .check_page_wrap .page_btn {
  width: 100%;
  margin-top: 20px;
}

.check_page .check_page_info .check_page_wrap .page_btn button {
  width: 100%;
  height: 50px;
  font-size: 13px;
}

.check_page .check_page_info .check_page_wrap .page_btn button.save {
  background: #cd372f;
  color: #fff;
  border: 1px solid #cd372f;
}

.check_page .check_page_info .check_page_wrap .page_btn button.cancel {
  background: #fff;
  color: #cd372f;
  border: 1px solid #cd372f;
}

@media (max-width: 768px) {
  .mobile_banner {
    display: block;
  }

  .pc_banner {
    display: none;
  }

  .mobile_menu {
    display: block;
  }

  header {
    height: auto;
  }

  header .hd_info .hd_content .hd_left {
    width: 100%;
    flex-wrap: wrap;
    padding-right: 0;
  }

  header .hd_info .hd_content .hd_left .logo_wrap {
    display: flex;
    justify-content: space-between;
    height: 54px;
    align-items: center;
    width: 100%;
    position: relative;
  }

  header .hd_info .hd_content .hd_left .logo_wrap button {
    display: flex;
    all: unset;
    cursor: pointer;
  }

  header .hd_info .hd_content .hd_left .eanrsy30 {
    width: 100%;
  }

  header .hd_info .hd_content .hd_right {
    display: none;
  }

  .mob_menu {
    width: 100vw;
    top: 100%;
    right: -16px;
    position: absolute;
    overflow: hidden;
    height: calc(100vh - 56px);
  }

  .mob_menu.open {
    display: block;
  }

  .mob_menu .mobile_menu_info {
    top: 0;
    right: -100%;
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    will-change: right;
    -webkit-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
    z-index: 200;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    overflow-y: auto;
  }

  .mob_menu.open .mobile_menu_info {
    right: 0;
  }

  .mob_menu .mobile_menu_info .top {
    padding: 32px 24px 0;
    font-size: 20px;
    font-weight: 600;
  }

  .mob_menu .mobile_menu_info .top .top_btn {
    display: flex;
    width: 100%;
    margin-top: 24px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }

  .mob_menu .mobile_menu_info .top .top_btn a {
    flex: 1;
    margin-right: 14px;
  }

  .mob_menu .mobile_menu_info .top .top_btn a:last-of-type {
    margin-right: 0;
  }

  .mob_menu .mobile_menu_info .top .top_btn .bck_a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 4px;
    background-color: #cd372f;
    color: #f8f9fa;
    height: 40px;
    font-weight: 500;
    font-size: 14px;
    padding: 0 12px;
  }

  .mob_menu .mobile_menu_info .top .top_btn .bod_a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 4px;
    border: 1px solid #cd372f;
    background-color: #fff;
    color: #cd372f;
    height: 40px;
    font-weight: 500;
    font-size: 14px;
    padding: 0 12px;
  }

  .mob_menu .mobile_menu_info ul {
    margin: 16px 0;
  }

  .mob_menu .mobile_menu_info ul li {
    width: 100%;
  }

  .mob_menu .mobile_menu_info ul li a {
    padding: 16px 24px;
    font-size: 20px;
    font-weight: 600;
    color: #28292c;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mob_menu .mobile_menu_info ul li a b {
    display: block;
    padding: 1px 12px;
    background: #cd372f;
    color: #f8f9fa;
    font-weight: 500;
    font-size: 14px;
  }

  .main {
    padding: 32px 24px 48px;
  }

  .main .main_top .best_trade {
    order: 1;
  }

  .main .main_top .best_trade .trade_top {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }

  .main .main_top .best_trade .trade_top time {
    padding-left: 0;
  }

  .main .main_top .best_trade .trade_info .trade_table thead th {
    font-size: 12px;
  }

  .main .main_top .best_trade .main_banner {
    background: rgb(255, 228, 228);
    text-align: center;
  }

  .main .main_top .best_trade .main_banner img {
    width: 80%;
    margin: 0 auto;
  }

  .main .main_top .my_gon {
    order: 2;
    margin-top: 50px;
  }

  .main .main_top .news {
    order: 3;
  }

  .main .main_top .theme {
    order: 4;
  }

  .main .main_top .report {
    order: 5;
  }

  #grid .trade_table thead th {
    font-size: 12px;
  }

  #grid .trade_table tbody td.subject {
    font-size: 13px;
  }

  #grid .trade_table tbody td.total {
    font-size: 13px;
  }

  #grid .trade_table tbody td.psent span {
    font-size: 13px;
  }

  #grid .trade_table tbody td.order {
    font-size: 13px;
  }

  .home_slider .swiper-container {
    height: 128px;
  }

  .issue-grid-wrapper {
    grid-template-columns: 100%;
    grid-template-areas: "news-list" "weekly-issue";
    row-gap: 40px;
    column-gap: 0;
  }

  .grid-wrapper {
    grid-template-columns: 100%;
    grid-template-areas: "post" "qna" "dictionary" "safund";
    row-gap: 40px;
    column-gap: 0;
  }

  .news-list-section .news-list .news-item a .news-title {
    white-space: pre-wrap;
  }

  .seoulex-dictionary .dictionary-list {
    grid-template-columns: 100%;
    grid-template-rows: 1fr;
  }

  .seoulex-dictionary .dictionary-list .dictionary-list__item {
    width: 100%;
  }

  .post-section .post-item {
    padding: 20px 16px;
    flex-direction: column;
    text-align: center;
  }

  .post-section .post-item img {
    width: 100%;
    height: 112px;
    background: #5ac493;
  }

  .post-section .post-item h2 {
    font-size: 14px;
    margin-top: 6px;
    margin-bottom: 16px;
    text-align: left;
  }

  .post-section .post-item span {
    width: 98px;
    height: 32px;
    position: static;
  }

  .post-section .post-item p {
    display: none;
  }

  .index-footer .footer-wrapper {
    padding: 24px 20px;
  }

  .index-footer .footer-wrapper > img {
    width: auto;
    height: 26px;
  }

  .pc-only-copyright-wrapper {
    flex-direction: column;
  }

  .cs-title {
    font-size: 12px;
  }

  .cs-list li span {
    font-size: 12px;
  }

  .footer-notice li {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .psx-info,
  .copyright {
    font-size: 12px;
  }

  .copyright {
    font-size: 12px;
    margin-bottom: 40px;
  }
}

#kakao {
  position: fixed;
  bottom: 120px;
  right: 20px;
  width: 50px;
  height: 50px;
  z-index: 90;
  border-radius: 50%;
}

#kakao img {
  width: 100%;
}

#star {
  position: fixed;
  bottom: 70px;
  right: 20px;
  width: 50px;
  height: 50px;
  z-index: 90;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #fff;
}

#star img {
  width: 100%;
}

.img_light {
  display: none;
}

body.dark .img_light {
  display: block;
}

body.dark .img_dark {
  display: none;
}

.blue {
  color: #2f79fa;
}

.red {
  color: #fa372a;
}

.grey {
  color: #a8a8a8;
}
