@charset "utf-8";

body {
  min-width: 360px;
  font-size: 16px;
  letter-spacing: -0.05em;
  background-color: #ffffff;
  padding-top: 5.313rem;
}
body * {
  font-family: "Noto Sans KR", Helvetica, Arial, sans-serif;
}
a {
  text-decoration: none;
}
button {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
button:disabled {
  cursor: default;
}
caption {
  display: none;
}
label {
  cursor: pointer;
}
[type="text"],
[type="password"],
[type="email"],
[type="tel"],
[type="number"],
select {
  width: 100%;
  height: 2.5rem;
  box-sizing: border-box;
  border: 1px solid #d6d6d6;
  padding: 0 1rem;
  color: #333333;
  font-weight: 500;
  font-size: 0.938rem;
}
[type="checkbox"],
[type="radio"],
select {
  cursor: pointer;
}
::placeholder {
  color: #999999;
}
select::-ms-expand {
  display: none;
}
select {
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ffffff url(../img/icon-anggle-bottom-2px-333333.svg) no-repeat
    calc(100% - 1rem) center;
  background-size: 0.6rem;
}

/* Common */
.center-wrap {
  max-width: 1328px;
  box-sizing: border-box;
  padding: 0 1rem;
  margin: 0 auto;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.multi-line-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Header */
#header {
  background: white;
  height: 85px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  position: fixed;
  border-bottom: 1px solid #e1e1e1;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  box-sizing: border-box;
  transition: all 0.4s ease;
}

#header h1 {
  width: 198px;
  height: 45px;
}

#header h1 span {
  display: none;
}

#header h1 a {
  display: block;
  color: transparent;
  width: 100%;
  height: 100%;
  background: url(../img/logo-researcharum-198x45-01.png);
}

#header .nav {
  margin: 0 auto;
  height: 100%;
}

#header .gnb {
  height: 100%;
  display: flex;
}
#header .gnb > li {
  padding: 0 21px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
#header .gnb > li::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  transform: scaleX(0);
  background: #1765ad;
  content: "";
  transition: all 0.4s ease;
}
#header .gnb > li > a {
  color: #666666;
  font-weight: 500;
  text-decoration: none;
  display: block;
  font-size: 17px;
  letter-spacing: -0.025em;
  transition: all 0.4s ease;
  line-height: 1.5;
}
#header .gnb > li > .korean-menu {
  position: absolute;
  top: 34px;
  opacity: 0;
}
#header .gnb > li:hover::before {
  transform: scaleX(1);
}
#header .gnb > li:hover .english-menu {
  opacity: 0;
}
#header .gnb > li:hover .korean-menu {
  opacity: 1;
  color: #111111;
}
#header .depth2-container {
  position: absolute;
  top: 110px;
  left: 0;
  width: 100%;
  display: none;
  z-index: 100;
}
#header .depth2-container.opened {
  display: block;
}
#header .depth2-container > ul > li {
  text-align: center;
  padding: 15px 0;
  font-size: 15px;
  line-height: 1.5;
}
#header .depth2-container ul li a {
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
  color: #333333;
  position: relative;
}
#header .depth2-container ul li a::before {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  background: #1765ad;
  content: "";
  transition: all 0.4s ease;
}
#header .depth2-container ul li a:hover::before {
  transform: scaleX(1);
}
#header .depth2-container ul .depth3 {
  padding: 10px 0;
}
#header .depth2-container ul .depth3 a {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
}
#header .nav-bg {
  width: 100%;
  height: 347px;
  position: absolute;
  top: 85px;
  left: 0;
  background: white;
  display: none;
  z-index: 100;
  box-shadow: 0px 20px 20px -20px rgba(0, 0, 0, 0.2);
}
#header .nav-bg.opened {
  display: block;
}
#header .header-search-container.opened {
  display: flex;
}
#header .header-search-container {
  width: 100%;
  height: 208px;
  position: absolute;
  top: 85px;
  left: 0;
  justify-content: center;
  align-items: center;
  background: white;
  display: none;
  transition: all 0.4s ease;
  box-shadow: 0px 20px 20px -20px rgb(0, 0, 0, 0.2);
}
#header .header-search-container form {
  width: 800px;
}
#header .header-search-bar {
  width: 100%;
  position: relative;
}
#header .header-search-bar label {
  display: none;
}
#header .header-search-bar input {
  width: 100%;
  max-width: 800px;
  color: #333333;
  font-weight: 400;
  font-size: 1.5rem;
  background-color: #f5f5f5;
  border: 2px solid #dbdbdb;
  height: 5rem;
  box-sizing: border-box;
  padding-left: 2.125rem;
  padding-right: 5.6rem;
  border-radius: 2.5rem;
}
#header .header-search-bar input:focus {
  outline: none;
  border-color: #333333;
}
#header .header-search-bar button {
  position: absolute;
  top: 25px;
  right: 30px;
}
#header .header-search-bar button img {
  width: 100%;
  height: 100%;
}
#header .header-buttons {
  display: flex;
  align-items: center;
}
#header .header-service-button {
  margin-right: 26px;
}
#header .header-service-button span {
  width: 27px;
  height: 27px;
  display: block;
  background: url(../img/btn-service-02.png);
}
#header .header-search-button.opened span {
  background: url(../img/btn-close.png);
}
#header .header-search-button {
  margin-right: 26px;
}
#header .header-search-button span {
  width: 22px;
  height: 22px;
  display: block;
  background: url(../img/btn-search-02.png);
}
#header .header-my-page-button span {
  width: 23px;
  height: 25px;
  display: block;
  background: url(../img/btn-my-page-02.png);
}
#header .header-log-out-button {
  margin-left: 26px;
}
#header .header-log-out-button span {
  display: block;
  width: 23px;
  height: 22px;
  background: url(../img/btn-log-out-02.png);
}
#header .header-hamburger-button {
  display: none;
}
#header .header-hamburger-button span {
  width: 24px;
  height: 24px;
  display: block;
  background: url(../img/btn-hamburger-02.png);
}
#header .header-home-button span {
  display: none;
  width: 25px;
  height: 25px;
  background: url(../img/btn-home.png);
}
#header .header-setting-button span {
  display: none;
  width: 25px;
  height: 26px;
  background: url(../img/btn-setting.png);
}
#header .header-back-button-container .header-back-button span {
  display: none;
  width: 14px;
  height: 24px;
  background: url(../img/btn-back.png);
}
#header .nav-my-info {
  display: none;
}

/* Section */
section > h2 {
  text-align: center;
  color: #111111;
  font-weight: bold;
  font-size: 2.625rem;
  word-break: keep-all;
}
section > h2 span {
  color: #999999;
}
section > h2 + .sub {
  text-align: center;
  color: #333333;
  font-weight: 300;
  font-size: 1.375rem;
  line-height: 1.875rem;
  word-break: keep-all;
  margin-top: 1rem;
  padding: 0 4rem;
}
section > h2 + .sub span {
  color: #666666;
  font-size: 1rem;
  line-height: 1.375rem;
}

.primary-btn-area {
  position: relative;
  margin-top: 2.375rem;
  text-align: center;
}
.primary-btn-area .pagination {
  margin-top: 0;
  display: inline-flex;
}
.primary-btn-area .btn-more {
  display: none;
}
.primary-btn-area .right {
  position: absolute;
  top: 0;
  right: 0;
}
.primary-btn-area .left {
  position: absolute;
  top: 0;
  left: 0;
}
.primary-btn {
  min-width: 5.5rem;
  height: 2rem;
  box-sizing: border-box;
  padding: 0 1.25rem;
  border-radius: 0.25rem;
  font-weight: 300;
  font-size: 0.875rem;
}
.primary-btn + .primary-btn {
  margin-left: 1rem;
}
.btn-gray {
  background-color: #525252;
  color: #ffffff;
}
.btn-color {
  background-color: #ff4545;
  color: #ffffff;
}
.btn-primary {
  width: 100%;
  height: 4.375rem;
  background-color: #ff4545;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.checkbox-type-01 {
  display: none;
}
.checkbox-type-01 + label {
  position: relative;
  padding-left: 26px;
  color: #333333;
  font-weight: 500;
  font-size: 1.125rem;
}
.checkbox-type-01 + label::before,
.checkbox-type-01 + label::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
}
.checkbox-type-01 + label::before {
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #9f9f9f;
}
.checkbox-type-01:checked + label::after {
  top: 10px;
  left: 6px;
  width: 8px;
  height: 8px;
  background-color: #ff4545;
}
.checkbox-type-02 {
  display: none;
}
.checkbox-type-02 + label {
  position: relative;
  padding-left: 24px;
  color: #333333;
  font-weight: 500;
  font-size: 1rem;
}
.checkbox-type-02 + label::before,
.checkbox-type-02 + label::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
}
.checkbox-type-02 + label::before {
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #9f9f9f;
}
.checkbox-type-02:checked + label::after {
  top: 10px;
  left: 6px;
  width: 6px;
  height: 6px;
  background-color: #ff4545;
}

.join-membership-area {
  border-top: 1px solid #dfdfdf;
  margin-top: 2.5rem;
}
.join-membership-area h3 {
  background-color: #1765ad;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.25rem;
  width: 10rem;
  height: 3.125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding-left: 1.25rem;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-top-right-radius: 1.563rem;
  border-bottom-right-radius: 1.563rem;
  margin-top: 2.5rem;
}
.join-membership-area h3::after {
  content: "";
  display: inline-block;
  background-color: #ffffff;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 100%;
  margin-right: 0.625rem;
}
.join-membership-area .service-area ol > li {
  color: #333333;
  font-weight: 500;
  font-size: 1.125rem;
  list-style: decimal inside;
  margin-top: 1rem;
  margin-left: 1.25rem;
}
.join-membership-area .service-area ul > li {
  color: #666666;
  font-weight: 500;
  font-size: 1rem;
  margin-top: 0.75rem;
  margin-left: 0.75rem;
}
.join-membership-area .service-area ul > li::before {
  content: "- ";
}
.join-membership-area .guidance-area ul {
  margin-top: 1rem;
}
.join-membership-area .guidance-area ul > li {
  color: #666666;
  font-weight: 500;
  font-size: 0.938rem;
  line-height: 1.5rem;
  margin-left: 0.75rem;
  position: relative;
  padding-left: 0.75rem;
}
.join-membership-area .guidance-area ul > li + li {
  margin-top: 0.5rem;
}
.join-membership-area .guidance-area ul > li::before {
  content: "- ";
  position: absolute;
  top: 0;
  left: 0;
}

.researcharum-guide-area {
  text-align: center;
  word-break: keep-all;
}
.researcharum-guide-area .tit {
  color: #333333;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.625rem;
}
.researcharum-guide-area .sub {
  margin-top: 1rem;
  color: #333333;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.researcharum-guide-area .btn-area {
  margin-top: 2.5rem;
}
.researcharum-guide-area .btn-area button {
  background-color: #1765ad;
  color: #ffffff;
  font-weight: 300;
  font-size: 1rem;
  width: 12.5rem;
  height: 2.875rem;
  border-radius: 0.25rem;
}
.researcharum-guide-area .btn-area button + button {
  margin-left: 1rem;
}

.tab {
  border: 1px solid #333333;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  overflow: hidden;
}
.tab ul {
  display: flex;
}
.tab li + li {
  border-left: 1px solid #333333;
}
.tab li {
  color: #333333;
  height: 3rem;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab li button {
  font-weight: 500;
  font-size: 1rem;
  width: 100%;
  height: 100%;
}
.tab li.on {
  color: #ffffff;
  background-color: #333333;
}
.tab li.on button {
  color: #ffffff;
}

table.ellipsis {
  table-layout: fixed;
}
table.ellipsis td {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
table.table-type-01 {
  width: 100%;
  border-top: 2px solid #585858;
  margin-top: 1.25rem;
}
.table-type-01 th,
.table-type-01 td {
  text-align: center;
  vertical-align: middle;
  height: 3.25rem;
}
.table-type-01 th {
  background-color: #f6f6f6;
  color: #333333;
  font-weight: 500;
  font-size: 0.938rem;
  border-bottom: 1px solid #787878;
}
.table-type-01 td {
  color: #666666;
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  border-bottom: 1px solid #dddddd;
  padding: 0 1rem;
}
.table-type-01 td a {
  color: #666666;
}
.table-type-01 td a:hover {
  text-decoration: underline;
}
.table-type-01 tr:hover td {
  background-color: #f7f7f7;
}
table.table-type-02 {
  width: 100%;
  border-top: 1px solid #999999;
}
.table-type-02 th,
.table-type-02 td {
  border-bottom: 1px solid #dfdfdf;
  height: 4.375rem;
  vertical-align: middle;
  text-align: left;
  padding: 0 1rem;
  font-weight: 500;
  font-size: 1rem;
}
.table-type-02 th {
  color: #666666;
}
.table-type-02 td {
  color: #333333;
  padding: 0 1.5rem;
}

.notice-search-area {
  border: 1px solid #dddddd;
  background-color: #f6f6f6;
  padding: 2rem;
  margin-top: 2.5rem;
}
.notice-search-area .search-bar {
  position: relative;
  border: 1px solid #d6d6d6;
  background-color: #ffffff;
  width: fit-content;
  height: 2.75rem;
  margin: 0 auto;
  display: flex;
}
.notice-search-area .search-bar label {
  display: none;
}
.notice-search-area .search-bar select,
.notice-search-area .search-bar input {
  border: none;
  font-weight: 300;
  font-size: 0.875rem;
  height: 100%;
  box-sizing: border-box;
  padding: 0 0.75rem;
}
.notice-search-area .search-bar select {
  border-right: 1px solid #d6d6d6;
  color: #666666;
  width: 5rem;
}
.notice-search-area .search-bar input {
  color: #333333;
  width: 23.625rem;
}
.notice-search-area .search-bar button {
  position: absolute;
  right: 0;
  bottom: 0.5rem;
  width: 3rem;
}
.notice-search-area .search-bar button svg {
  width: 1.125rem;
}
.notice-search-area .search-bar button line,
.notice-search-area .search-bar button circle {
  stroke: #333333;
}

.stock-item-summary-area {
  position: relative;
  background-color: #1765ad;
  color: #ffffff;
  margin-top: 3.75rem;
  width: 100%;
  height: 8.25rem;
  border-radius: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.stock-item-summary-area .tit-wrap {
  padding-left: 1.75rem;
  height: 100%;
  display: flex;
  align-items: center;
}
.stock-item-summary-area .tit-wrap img {
  width: 3.25rem;
  margin-right: 1rem;
}
.stock-item-summary-area .tit-wrap h3 {
  font-weight: 500;
  font-size: 2rem;
  color: #ffffff;
  text-align: left;
}
.stock-item-summary-area .tit-wrap h3 dt,
.stock-item-summary-area .tit-wrap h3 dd {
  display: inline;
}
.stock-item-summary-area .tit-wrap h3 dt {
  color: #68aff0;
}
.stock-item-summary-area .tit-wrap .sub {
  color: #68aff0;
  font-weight: 500;
  font-size: 1.25rem;
  padding-top: 0.4rem;
}
.stock-item-summary-area .tit-wrap .btn-close {
  position: absolute;
  right: 1.75rem;
  top: calc(50% - 1rem);
  display: block;
  width: 2rem;
  height: 2rem;
}
.stock-item-summary-area .tit-wrap .btn-close::before,
.stock-item-summary-area .tit-wrap .btn-close::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  height: 0.125rem;
  transform-origin: center;
}
.stock-item-summary-area .tit-wrap .btn-close::before {
  transform: rotate(45deg);
}
.stock-item-summary-area .tit-wrap .btn-close::after {
  transform: rotate(-45deg);
}
.stock-item-summary-area .info-area {
  border-left: 1px solid #0b4982;
  width: 12.375rem;
  height: 100%;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.stock-item-summary-area .info-area dt,
.stock-item-summary-area .info-area dd {
  display: inline-block;
  font-weight: 500;
  font-size: 1.125rem;
}
.stock-item-summary-area .info-area dt {
  color: #68aff0;
}
.stock-item-summary-area .info-area dd {
  margin-left: 0.5rem;
}
.stock-item-summary-area .info-area .num {
  letter-spacing: 0.05rem;
  margin-right: 0.4rem;
}
.stock-item-summary-area .info-area button {
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}
.stock-item-summary-area .info-area button svg {
  width: 0.5rem;
  margin-left: 0.5rem;
}

.card-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.card-list > li {
  position: relative;
  width: 19.5rem;
  height: 15rem;
  margin-bottom: 2.5rem;
  margin-right: 1rem;
  border-radius: 1.25rem;
  overflow: hidden;
  background: linear-gradient(#ffffff 90%, rgba(255, 255, 255, 0) 3rem);
  box-shadow: 0 0 40px rgba(2, 2, 2, 0.14);
}
.card-list.card-youtube > li {
  height: auto;
}
.card-youtube-thumbnail {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 57%;
  overflow: hidden;
}
.card-youtube-thumbnail > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card-youtube-title > p {
  font-weight: 500;
  color: #333333;
  line-height: 1.5;
  margin: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card-list > li:nth-child(4n) {
  margin-right: 0;
}
.card-list .top-info-wrap {
  padding: 1.5rem 2rem;
  display: flex;
  justify-content: space-between;
}
.card-list .top-info-wrap .left {
  display: flex;
  justify-content: space-between;
}
.card-list .top-info-wrap .writer {
  color: #666666;
  font-weight: 500;
  font-size: 0.938rem;
  margin-right: 2rem;
}
.card-list .top-info-wrap .writer span + span {
  margin-left: 0.75rem;
}
.card-list .type {
  color: #333333;
  font-weight: 500;
  font-size: 1rem;
}
.card-list .date {
  color: #999999;
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
}
.card-list .tit {
  padding: 1rem 2rem 0;
  color: #111111;
  font-weight: 500;
  font-size: 26px;
  line-height: 2.2rem;
}
.card-list .small-tit {
  font-size: 16px;
}
.card-list .tit a {
  color: #111111;
}
.card-list .tit.ellipsis {
  height: 2.6rem;
}
.card-list .tit.multi-line-ellipsis {
  height: 4.6rem;
}
.card-list .bottom-info-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 1rem 2rem;
  background-color: #def0fe;
  color: #666666;
}
.card-list .writer {
  font-weight: 400;
  font-size: 1.125rem;
}

.card-list.type-02 > li {
  width: 49%;
  height: 21.5rem;
  margin-right: 2%;
}
.card-list.type-02 > li:nth-child(4n) {
  margin-right: 2%;
}
.card-list.type-02 > li:nth-child(2n) {
  margin-right: 0;
}
.card-list.type-02 .top-info-wrap {
  padding: 1.5rem;
}
.card-list.type-02 .tit-wrap {
  padding: 1rem 1.5rem 0;
}
.card-list.type-02 .tit-wrap .tit {
  padding: 0;
}
.card-list.type-02 .tit-wrap .sub {
  font-weight: 300;
  font-size: 20px;
  line-height: 2rem;
}
.card-list.type-02 .btn-area {
  position: absolute;
  left: 0;
  bottom: 3.1rem;
  width: 100%;
  box-sizing: border-box;
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.card-list.type-02 .btn-area button {
  height: 2rem;
  padding: 0 1.125rem;
  border-radius: 0.25rem;
  font-weight: 500;
  font-size: 0.875rem;
}
.card-list.type-02 .btn-area .btn-color {
  background-color: #eeeeee;
  color: #333333;
}
.card-list.type-02 .bottom-info-wrap {
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.card-list.type-02 .bottom-info-wrap dt,
.card-list.type-02 .bottom-info-wrap dd {
  display: inline-block;
  font-weight: 400;
  font-size: 1.125rem;
}
.card-list.type-02 .bottom-info-wrap dt {
  color: #333333;
}
.card-list.type-02 .bottom-info-wrap dd {
  margin-left: 0.5rem;
  letter-spacing: 0.025rem;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.pagination button {
  width: 2.125rem;
  height: 2.125rem;
}
.pagination > button {
  background-repeat: no-repeat;
  background-image: url(../img/sprite-btn-pagination.png);
  margin: 0 0.5rem;
}
.pagination .btn-page-first {
  background-position: 0 center;
}
.pagination .btn-page-prev {
  background-position: 35% center;
}
.pagination .btn-page-next {
  background-position: 65% center;
}
.pagination .btn-page-last {
  background-position: 100% center;
}
.pagination .num {
  margin: 0 1.5rem;
}
.pagination li {
  display: inline-block;
}
.pagination li ~ li {
  margin-left: 0.75rem;
}
.pagination .num button {
  color: #333333;
  font-weight: 300;
  font-size: 0.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.pagination .num button.on {
  background-color: #def0fe;
}

.accordion-cover {
  cursor: pointer;
}
.accordion-view {
  display: none;
}
.accordion-cover.on + .accordion-view {
  display: table-row;
}

.notice-view-area {
  margin: 6.5rem auto;
}
.notice-view-area > h2 {
  display: none;
}
.notice-view-area article {
  max-width: 996px;
  padding: 0 1rem;
  margin: 0 auto;
}
.notice-view-area h3 {
  text-align: center;
  color: #111111;
  font-weight: bold;
  font-size: 2.625rem;
}
.notice-view-area .doc-info-wrap {
  text-align: center;
  color: #a0a0a0;
  font-weight: 300;
  font-size: 1.125rem;
  margin-top: 1.375rem;
}
.notice-view-area .doc-info-wrap span {
  color: #333333;
  font-weight: 400;
  margin: 0 1.125rem;
}
.notice-view-area .doc-info-wrap .date {
  letter-spacing: 0.05rem;
  margin-left: 0;
}
.notice-view-area .doc-info-wrap .date::before {
  content: "|";
  color: #999999;
  margin-right: 1.125rem;
}
.notice-view-area .doc-info-wrap .report-btn {
  width: 21px;
  height: 21px;
  background-image: url(../img/report.svg);
  background-repeat: no-repeat;
  position: relative;
  top: -2px;
}
.notice-view-area .doc-info-wrap-02 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.notice-view-area .doc-info-wrap-02 .writer {
  margin: 0 12px;
}
.notice-view-area .doc-info-wrap-02 .date::before,
.notice-view-area .doc-info-wrap-02 .date::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background-color: #999;
  margin-right: 12px;
}
.notice-view-area .doc-info-wrap-02 .date::after {
  margin-left: 12px;
}
.notice-view-area .doc-info-wrap-02 .date {
  display: flex;
  align-items: center;
  margin-right: 0;
}
.notice-view-area .doc-info-wrap-02 .date-btn-container {
  display: flex;
  align-items: center;
}
.notice-view-area .cont-area {
  margin-top: 4.375rem;
  color: #333333;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.75rem;
}
.notice-view-area .cont-area img {
  margin: 2.25rem 0;
  width: 100% !important;
  height: auto !important;
}
.notice-view-area .cont-area p {
  margin: 2.25rem 0;
}
.notice-view-area .primary-btn-area {
  max-width: 996px;
  margin: 3.25rem auto 0;
  padding: 1rem;
}
.notice-view-area .primary-btn {
  font-weight: 500;
  font-size: 1.25rem;
  min-width: 8rem;
  height: 3.75rem;
  border-radius: 0.5rem;
}
.notice-view-area .primary-btn + .primary-btn {
  margin-left: 0.5rem;
}
.notice-view-area .primary-btn.btn-gray {
  background-color: #f4f4f4;
  color: #333333;
}
.notice-view-area .primary-btn.btn-color {
  background-color: #ff4545;
  color: #ffffff;
}

.like-sponsor-area {
  background-color: #fff1f1;
}
.like-sponsor-area .center-wrap {
  max-width: 996px;
  padding: 0 1rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.like-sponsor-area .like-wrap {
  text-align: left;
  display: flex;
  justify-content: left;
  align-items: center;
  height: 7.25rem;
}
.like-sponsor-area .like-wrap button {
  width: 6.063rem;
  height: 6.125rem;
  background-repeat: no-repeat;
  background-image: url(../img/sprite-btn-like-01.png);
  background-position: 200%;
  background-position: 100% center;
  background-size: 12.126rem;
}
.like-sponsor-area .like-wrap button.on {
  background-position: 0 center;
}
.like-sponsor-area .like-wrap .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.875rem;
}
.like-sponsor-area .like-wrap .info .num {
  color: #ff4545;
  font-weight: bold;
  font-size: 2.5rem;
  letter-spacing: 0.05rem;
}
.like-sponsor-area .like-wrap .info .guide {
  color: #e27979;
  font-weight: 400;
  font-size: 1.125rem;
  margin-top: 0.75rem;
}
.like-sponsor-area .sponsor-wrap {
  text-align: right;
  display: flex;
  justify-content: right;
  align-items: center;
  height: 7.25rem;
}
.like-sponsor-area .sponsor-wrap dl {
  color: #333333;
  font-weight: 400;
  font-size: 1.125rem;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.like-sponsor-area .sponsor-wrap dd {
  margin-top: 0.25rem;
}
.like-sponsor-area .sponsor-wrap .num {
  font-weight: bold;
  font-size: 2.5rem;
  letter-spacing: 0.05rem;
}
.like-sponsor-area .btn-sponsor {
  background-color: #ff4545;
  color: #ffffff;
  font-weight: 500;
  font-size: 2rem;
  width: 10.625rem;
  height: 4.375rem;
  border-radius: 0.5rem;
}

#write-area .write-area-header {
  width: 100%;
  border: 1px solid #ebebeb;
  background-color: #f6f6f6;
  border-radius: 0.5rem;
  padding: 0.5rem 0;
  margin-top: 2.5rem;
}
#write-area .write-area-header table {
  width: 100%;
}
#write-area .write-area-header th,
#write-area .write-area-header td {
  text-align: left;
  vertical-align: middle;
  padding: 0.125rem 1.5rem;
  height: 3.4rem;
}
#write-area .write-area-header th {
  color: #666666;
  font-weight: 500;
  font-size: 0.938rem;
  width: 3.125rem;
}
#write-area .write-area-header td {
  color: #333333;
  font-weight: 500;
  font-size: 0.938rem;
}

/* 임시 */
.txt-write-form-area {
  /* height: 31.875rem; */
  border-radius: 0.5rem;
  margin-top: 0.75rem;
}
/* 임시 */

.comments-area {
  max-width: 996px;
  padding: 0 1rem;
  margin: 6.25rem auto;
}
.comments-area .info-area {
  margin: 1.125rem 0;
}
.comments-area .info-area .total {
  color: #333333;
  font-weight: 300;
  font-size: 1rem;
}
.comments-area .info-area .total .num {
  font-weight: 500;
  letter-spacing: 0.025rem;
}
.comments-area .comment-input-box {
  border: 1px solid #d1d1d1;
  background-color: #ffffff;
  width: 100%;
  border-radius: 0.25rem;
}
.comments-area .comment-input-box .author {
  color: #333333;
  font-weight: 500;
  font-size: 1rem;
  padding: 1.5rem 1.5rem 0;
}
.comments-area .comment-input-box label {
  display: none;
}
.comments-area .comment-input-box textarea {
  color: #333333;
  font-weight: 300;
  font-size: 0.938rem;
  line-height: 1.75rem;
  width: 100%;
  height: 6rem;
  box-sizing: border-box;
  border: none;
  padding: 1rem 1.5rem;
}
.comments-area .comment-input-box .bottom-wrap {
  border-top: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3.25rem;
}
.comments-area .comment-input-box .bottom-wrap .words-limit-count {
  color: #999999;
  font-weight: 300;
  font-size: 0.938rem;
  letter-spacing: 0.025rem;
  padding: 0 1.5rem;
}
.comments-area .comment-input-box .bottom-wrap .words-limit-count .current {
  color: #666666;
  font-weight: 500;
}
.comments-area .comment-input-box .bottom-wrap .btn-upload {
  background-color: #ff4545;
  color: #ffffff;
  font-weight: 300;
  font-size: 0.875rem;
  width: 3.875rem;
  height: 2rem;
  border-radius: 0.25rem;
  margin: 0 0.5rem;
}
.comments-area .comments-list-area > ul > li {
  border-bottom: 1px solid #e5e5e5;
}
.comments-area .comment {
  padding: 1.375rem 0;
}
.comments-area .comment .author {
  color: #333333;
  font-weight: 500;
  font-size: 1rem;
}
.comments-area .comment .cont {
  color: #666666;
  font-weight: 300;
  font-size: 0.938rem;
  line-height: 1.75rem;
  padding: 1.125rem 0;
}
.comments-area .comment .btn-area {
  display: flex;
  justify-content: space-between;
}
.comments-area .comment .btn-area button {
  color: #333333;
  font-weight: 400;
  font-size: 0.938rem;
}
.comments-area .comment .btn-area button .num {
  font-weight: 500;
  letter-spacing: 0.025rem;
}
.comments-area .comment .btn-area .menu-wrap button + button {
  border-left: 1px solid #d0d0d0;
  margin-left: 0.875rem;
  padding-left: 0.875rem;
}
.comments-area .reply-area {
  border-top: 1px solid #e5e5e5;
  background-color: #f9f9f9;
  padding: 0 2rem;
  display: none;
}
.comments-area .reply-area.opened {
  display: block;
}
.comments-area .reply {
  padding: 1.5rem 0;
}
.comments-area .reply .info-wrap {
  display: flex;
  justify-content: space-between;
}
.comments-area .reply .author {
  color: #333333;
  font-weight: 500;
  font-size: 1rem;
}
.comments-area .reply .menu-wrap button {
  color: #333333;
  font-weight: 400;
  font-size: 0.938rem;
}
.comments-area .reply .menu-wrap button + button {
  border-left: 1px solid #d0d0d0;
  margin-left: 0.875rem;
  padding-left: 0.875rem;
}
.comments-area .reply .cont {
  color: #666666;
  font-weight: 300;
  font-size: 0.938rem;
  line-height: 1.75rem;
  padding: 1.125rem 0;
}
.comments-area .reply + .reply {
  border-top: 1px solid #e9e9e9;
}
.comments-area .reply-area .btn-close-wrap {
  text-align: center;
  padding: 1rem;
}
.comments-area .reply-area .btn-close-wrap button {
  color: #333333;
  font-weight: 400;
  font-size: 0.938rem;
}
.comments-area .reply-area .btn-close-wrap button svg {
  width: 0.75rem;
}
.comments-area .primary-btn-area {
  display: block;
}
/* 추가 CSS */
.comment .report-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comment .report-area > button {
  color: #333333;
  font-weight: 400;
  font-size: 0.938rem;
}
#header .nav .event-banner {
  display: none;
}
/* 추가 CSS */
#popup-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
#popup-area .popup-box {
  position: relative;
  background-color: #ffffff;
  width: 100%;
  display: none;
}
#popup-area .popup-box .popup-top-area {
  min-height: 5rem;
  box-sizing: border-box;
  padding: 1rem 1.875rem;
  border-bottom: 2px solid #b8b8b8;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#popup-area .popup-box .popup-top-area h2 {
  color: #333333;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2rem;
}
#popup-area .popup-box .popup-top-area .btn-close {
  width: 1rem;
  height: 1rem;
  background: url(../img/x.svg) no-repeat center;
}
#popup-area .popup-box .cont-area {
  overflow-y: scroll;
  max-height: 60vh;
}
#popup-area .popup-box .primary-btn-area {
  padding: 1.875rem;
  margin-top: 0;
}

#popup-sponsor {
  max-width: 560px;
}
#popup-sponsor table {
  width: 100%;
}
#popup-sponsor th,
#popup-sponsor td {
  border-bottom: 1px solid #dddddd;
  text-align: left;
  vertical-align: middle;
  height: 4.25rem;
}
#popup-sponsor th {
  background-color: #f9f9f9;
  color: #333333;
  font-weight: 500;
  font-size: 0.938rem;
  padding: 0 1.875rem;
  box-sizing: border-box;
  width: 190px;
}
#popup-sponsor td {
  color: #333333;
  font-weight: 400;
  font-size: 1rem;
  padding: 0 1.125rem;
}
#popup-sponsor .num {
  letter-spacing: 0.025rem;
}
#popup-sponsor table button {
  background-color: #e6e6e6;
  color: #333333;
  font-weight: 400;
  font-size: 0.875rem;
  height: 2rem;
  padding: 0 1.125rem;
  border-radius: 0.25rem;
  margin-left: 0.75rem;
}
#popup-sponsor-confirm {
  max-width: 400px;
}
#popup-sponsor-confirm .cont-area {
  text-align: center;
  color: #333333;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.625rem;
  padding-top: 3.125rem;
}
#popup-sponsor-confirm .cont-area .bold {
  font-weight: 500;
}
#popup-sponsor-confirm .cont-area .color {
  color: #ff4545;
}
#popup-sponsor-confirm .cont-area .num {
  letter-spacing: 0.025rem;
}

#popup-report-list {
  max-width: 560px;
}
#popup-report-list .cont-area {
  padding: 0 1.875rem;
}
#popup-report-list .cont-area li {
  display: flex;
  align-items: center;
  height: 5.5rem;
}
#popup-report-list .cont-area li + li {
  border-top: 1px solid #d4d4d4;
}
#popup-report-list .cont-area .info-area {
  width: calc(100% - 6.375rem);
  box-sizing: border-box;
  padding-right: 6rem;
}
#popup-report-list .cont-area .date {
  color: #666666;
  font-weight: 300;
  font-size: 1rem;
  letter-spacing: 0.025rem;
}
#popup-report-list .cont-area .tit {
  color: #333333;
  font-weight: 500;
  font-size: 1.125rem;
  margin-top: 0.75rem;
}
#popup-report-list .cont-area .btn-area {
  width: 6.375rem;
}
#popup-report-list .cont-area .btn-area button {
  width: 100%;
  height: 2rem;
  border-radius: 0.25rem;
}

/* Footer */
footer {
  background-color: #37393b;
  padding: 3.625rem 0;
}
footer::after {
  content: "";
  display: block;
  clear: both;
}
footer .sitemap {
  margin-bottom: 5.875rem;
}
footer .sitemap .depth-01::after {
  content: "";
  display: block;
  clear: both;
}
footer .sitemap .depth-01 > li {
  float: left;
  width: calc(100% / 7);
}
footer .sitemap .depth-02 li {
  margin-top: 1.875rem;
}
footer .sitemap .depth-03 li {
  margin-top: 1rem;
  margin-left: 1rem;
}
footer .sitemap .depth-01 > li > a {
  color: #ffffff;
  font-weight: 400;
  font-size: 1rem;
}
footer .sitemap .depth-02 > li > a {
  color: #999999;
  font-weight: 200;
  font-size: 0.938rem;
  text-transform: uppercase;
}
footer .sitemap .depth-02 > li:nth-child(4) > a {
  text-transform: none;
}
footer .sitemap .depth-03 > li > a {
  color: #999999;
  font-weight: 200;
  font-size: 0.938rem;
}
.fnb-wrap {
  position: relative;
}
.fnb::after {
  content: "";
  display: block;
  clear: both;
}
.fnb li {
  float: left;
  margin-right: 2.5rem;
}
.fnb a {
  color: #ffffff;
  font-weight: 400;
  font-size: 0.875rem;
}
footer address {
  margin-top: 2.25rem;
  color: #999999;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.375rem;
  word-break: keep-all;
  max-width: 30rem;
}
footer address li {
  display: inline;
}
footer address li + li {
  margin-right: 0.5rem;
}
footer address li + li::before {
  content: "/";
  margin-right: 0.5rem;
}
footer address p {
  margin-top: 1rem;
}
footer .family-link-wrap {
  position: absolute;
  top: 0;
  right: 0;
}
footer .family-link-wrap button {
  width: 2.125rem;
  height: 2.125rem;
}
footer .family-link-wrap button + button {
  margin-left: 1rem;
}

/* 추가 css */
.mobile-bottom-menu {
  background-color: #000;
  height: 68px;
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
}
.mobile-bottom-menu a {
  width: 20%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.mobile-bottom-menu a > div {
  position: absolute;
  top: 8px;
  width: 30px;
  height: 30px;
}
.mobile-bottom-menu a.home > div {
  background-image: url(../img/home.svg);
}
.mobile-bottom-menu a.small-cap > div {
  width: 30px;
  height: 30px;
  background-image: url(../img/small-cap.svg);
  top: 10px;
}
.mobile-bottom-menu a.small-cap.on > div {
  background-image: url(../img/small-cap-on.svg);
}
.mobile-bottom-menu a.unlisted > div {
  background-image: url(../img/unlisted.svg);
  top: 10px;
}
.mobile-bottom-menu a.unlisted.on > div {
  background-image: url(../img/unlisted-on.svg);
}
.mobile-bottom-menu a.idea > div {
  background-image: url(../img/idea.svg);
}
.mobile-bottom-menu a.idea.on > div {
  background-image: url(../img/idea-on.svg);
}
.mobile-bottom-menu a.my-page > div {
  background-image: url(../img/my.svg);
  top: 9px;
}
.mobile-bottom-menu a.my-page.on > div {
  background-image: url(../img/my-on.svg);
  top: 9px;
}
.mobile-bottom-menu .home.on > div {
  background-image: url(../img/home-on.svg);
}
.mobile-bottom-menu a p {
  font-weight: 400;
  color: #545454;
  font-size: 14px;
  position: absolute;
  bottom: 10px;
}
.mobile-bottom-menu a.on p {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0;
}
/* 추가 CSS */

@media screen and (max-width: 1680px) {
  body {
    padding-top: 170px;
  }
  .fr-wrapper {
    height: 415px !important;
  }

  #header {
    height: 170px;
    display: block;
  }
  #header h1 {
    position: relative;
    top: 24px;
  }
  #header .nav {
    height: 85px;
    position: absolute;
    top: 85px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
  }
  #header .gnb {
    width: 100%;
    height: 85px;
    z-index: 100;
  }
  #header .gnb > li {
    padding: 0;
    width: 16.66%;
  }
  #header .nav-bg {
    top: 170px;
  }
  #header .header-buttons {
    position: absolute;
    right: 24px;
    top: 36px;
  }
  #header .header-search-container.opened {
    top: 85px;
  }
  #header .header-search-container {
    top: -208px;
  }

  footer .sitemap {
    display: none;
  }
}

@media screen and (max-width: 1328px) {
  .fr-wrapper {
    height: 415px !important;
  }

  .card-list > li {
    width: 32%;
    margin-right: 2%;
  }
  .card-list > li:nth-child(4n) {
    margin-right: 2%;
  }
  .card-list > li:nth-child(3n) {
    margin-right: 0;
  }
  .card-list.type-02 > li:nth-child(4n),
  .card-list.type-02 > li:nth-child(3n) {
    margin-right: 2%;
  }
  .card-list.type-02 > li:nth-child(2n) {
    margin-right: 0;
  }
  .card-list.type-02 > li {
    height: 24rem;
  }
  .card-list.type-02 .btn-area {
    bottom: 6rem;
  }
  .card-list.type-02 .bottom-info-wrap {
    flex-direction: column;
  }
  .card-list.type-02 .bottom-info-wrap dl + dl {
    margin-top: 0.75rem;
  }
  .card-list.type-02 .bottom-info-wrap dt,
  .card-list.type-02 .bottom-info-wrap dd {
    font-size: 1rem;
  }

  .notice-view-area .stock-item-summary-area {
    width: calc(100% - 2rem);
  }
}

@media screen and (max-width: 1200px) {
  #btn-main-menu {
    display: flex;
  }
  #btn-user {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  body {
    padding-top: 85px;
  }
  .center-wrap {
    width: 100%;
  }
  .fr-wrapper {
    height: 415px !important;
  }

  section > h2 {
    position: fixed;
    top: 2rem;
    left: 25%;
    width: 50%;
    font-size: 1.25rem;
    z-index: 100;
  }
  section > h2 + .sub {
    font-size: 0.938rem;
    line-height: 1.375rem;
    padding: 0 1rem;
  }
  section > h2 + .sub span {
    color: #666666;
    font-size: 0.875rem;
    line-height: 1.375rem;
  }

  #header {
    height: 85px;
    background: white;
    padding: 0 16px;
  }
  #header h1 {
    display: none;
    top: 18px;
  }
  #header .nav.opened {
    display: block;
  }
  #header .nav {
    height: calc(100vh - 85px);
    background: white;
    padding: 24px 20px;
    overflow-y: scroll;
    display: none;
    transition: all 0.4s ease;
    top: 84px;
  }
  #header .gnb {
    height: 100%;
    display: block;
    padding: 0 20px;
    box-sizing: border-box;
  }
  #header .gnb > li {
    text-align: left;
  }
  #header .gnb > li > a {
    color: #1765ad;
    padding: 22px 0;
    border-bottom: 1px solid #d2d2d2;
  }
  #header .gnb > li > .korean-menu {
    display: none;
  }
  #header .gnb > li {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 40px;
  }
  #header .gnb > li:first-child {
    margin-top: 0;
  }
  #header .gnb > li:last-child {
    padding-bottom: 48px;
  }
  #header .gnb > li:hover .english-menu {
    opacity: 1;
  }
  #header .gnb > li:hover::before {
    transform: scaleX(0);
  }
  #header .depth2-container {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-top: 22px;
  }
  #header .depth2-container > ul > li {
    text-align: left;
    padding: 17px 0;
  }
  #header .depth2-container > ul > li:first-child {
    padding-top: 0;
  }
  #header .depth2-container > ul > li:last-child {
    padding-bottom: 0;
  }
  #header .depth2-container ul .depth3 {
    display: flex;
    align-items: center;
  }
  #header .depth2-container ul .depth3::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #666666;
    margin-right: 6px;
  }
  #header .header-buttons {
    top: 30px;
  }
  #header .header-buttons button {
    margin-right: 0;
  }
  #header .header-buttons .header-service-button {
    margin-right: 22px;
    display: none;
  }
  #header .header-buttons .header-search-button {
    margin-right: 22px;
  }
  #header .header-buttons .header-my-page-button {
    display: none;
  }
  #header .header-buttons .header-log-out-button {
    display: none;
  }
  #header .header-buttons .header-hamburger-button {
    display: block;
    margin-right: 0;
  }
  #header .header-search-container {
    height: 116px;
  }
  #header .header-search-container {
    padding: 0 24px;
    box-sizing: border-box;
  }
  #header .header-search-bar input {
    height: 60px;
    padding: 0 60px 0 24px;
  }
  #header .header-search-bar input::placeholder {
    font-size: 18px;
    position: relative;
    top: -5px;
  }
  #header .header-search-bar button {
    top: 19px;
    right: 24px;
    width: 22px;
    height: 22px;
  }
  #header .header-back-button-container {
    height: 100%;
    display: flex;
    align-items: center;
  }
  #header .header-back-button-container .header-back-button span {
    display: block;
  }

  #header.on {
    background-color: #000;
    z-index: 200;
  }
  #header.on h1 {
    display: block;
  }
  #header.on h1 a {
    display: none;
  }
  #header.on h1 span {
    display: block;
    color: white;
    font-size: 1.25rem;
    font-weight: 500;
    position: relative;
    top: 14px;
  }
  #header.on .header-service-button {
    display: block;
  }
  #header.on .header-service-button span {
    background: url(../img/btn-service.png);
  }
  #header.on .header-search-button span {
    background: url(../img/btn-search.png);
  }
  #header.on .header-search-button.opened span {
    background: url(../img/btn-close-white.png);
  }
  #header.on .header-buttons .header-hamburger-button.opened span {
    background: url(../img/btn-close-white.png);
  }
  #header.on .header-buttons .header-hamburger-button span {
    background: url(../img/btn-hamburger.png);
  }
  #header.on .header-home-button span,
  #header.on .header-setting-button span {
    display: block;
    margin-right: 22px;
  }
  #header.on .header-back-button-container {
    display: none;
  }

  body.over-flow-hidden {
    overflow: hidden;
  }

  #header .nav-my-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
    align-items: center;
  }
  #header .nav-my-info .profile {
    display: flex;
    align-items: center;
  }
  #header .nav-my-info .profile-img-container {
    margin-right: 12px;
    width: 39px;
    height: 39px;
  }
  #header .nav-my-info .profile-img-container span {
    margin-right: 12px;
    width: 100%;
    height: 100%;
    display: block;
  }
  #header .nav-my-info .profile .profile-img-container span {
    background: url(../img/icon-profile-logout.png);
  }
  #header .nav-my-info.state-login .profile .profile-img-container span {
    background: url(../img/icon-profile-login.png);
  }
  #header .nav-my-info .profile p {
    color: #333333;
  }
  #header .nav-my-info .profile p span {
    color: #1765ad;
    font-weight: 500;
  }
  #header .nav-my-info.state-login .profile p {
    display: block;
  }
  #header .nav-my-info button {
    width: 89px;
    height: 28px;
    border-radius: 14px;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    color: #666666;
    justify-content: center;
  }
  #header .nav-my-info button img {
    margin-right: 8px;
  }
  #header .nav-my-info button span:nth-child(2) {
    display: block;
  }
  #header .nav-my-info button span:nth-child(3) {
    display: none;
  }
  #header .nav-my-info.state-login button span:nth-child(2) {
    display: none;
  }
  #header .nav-my-info.state-login button span:nth-child(3) {
    display: block;
  }

  .primary-btn-area .btn-more {
    display: inline-block;
  }
  .primary-btn-area .left,
  .primary-btn-area .right {
    position: static;
    top: 0;
    right: auto;
    left: auto;
  }
  .checkbox-type-01 + label {
    font-size: 1rem;
  }
  .btn-primary {
    font-size: 1.125rem;
    height: 3.75rem;
  }
  .tab {
    border: none;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
    overflow-x: scroll;
  }
  .tab li + li {
    border-left: none;
  }
  .tab li {
    color: #666666;
    height: 3.5rem;
    position: relative;
  }
  .tab li button {
    font-weight: 500;
    font-size: 1rem;
    width: 100%;
    height: 100%;
    min-width: 8rem;
    color: #111111;
  }
  .tab li.on {
    color: #111111;
    background: none;
  }
  .tab li.on::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #ff4545;
  }
  .tab li.on button {
    color: #111111;
  }
  .pagination,
  .primary-btn-area .pagination {
    display: none;
  }
  .join-membership-area {
    padding: 0 1.5rem;
  }
  .notice-search-area .search-bar {
    border: none;
    width: 36rem;
    height: auto;
    margin: 0 auto;
    background: none;
    display: block;
  }
  .notice-search-area .search-bar select,
  .notice-search-area .search-bar input {
    border: 1px solid #d6d6d6;
    height: 2.75rem;
  }
  .notice-search-area .search-bar select {
    width: 100%;
    margin-bottom: 1rem;
  }
  .notice-search-area .search-bar input {
    width: 100%;
  }
  .notice-search-area .search-bar button {
    right: 0;
  }

  .stock-item-summary-area .tit-wrap h3 {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }

  .card-list > li {
    width: 49%;
  }
  .card-list > li:nth-child(4n),
  .card-list > li:nth-child(3n) {
    margin-right: 2%;
  }
  .card-list > li:nth-child(2n) {
    margin-right: 0;
  }
  .card-list .top-info-wrap {
    justify-content: left;
    flex-direction: column;
  }
  .card-list .top-info-wrap .type {
    margin-bottom: 0.75rem;
  }
  .card-list .top-info-wrap .writer {
    margin-right: 0.75rem;
  }
  .card-list .tit {
    font-size: 22px;
    line-height: 1.875rem;
  }
  .card-list .small-tit {
    font-size: 18px;
  }
  .card-list .tit.ellipsis {
    height: 2.2rem;
  }
  .card-list .tit.multi-line-ellipsis {
    height: 4rem;
  }
  .card-list.type-02 .tit-wrap {
    padding: 0 1.5rem;
  }
  .card-list.type-02 .tit-wrap .sub {
    font-size: 18px;
    line-height: 1.625rem;
  }

  .notice-view-area {
    margin-top: 2rem;
  }
  .notice-view-area > h2 {
    display: block;
  }
  .notice-view-area h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  .notice-view-area .doc-info-wrap {
    font-size: 1rem;
    margin-top: 0.875rem;
  }
  .notice-view-area .doc-info-wrap span {
    display: block;
    margin: 0.5rem 1.125rem;
  }
  .notice-view-area .doc-info-wrap .date {
    letter-spacing: 0.025rem;
    margin-left: 1.125rem;
  }
  .notice-view-area .doc-info-wrap .date::before {
    display: none;
  }
  .notice-view-area .cont-area {
    margin-top: 2rem;
    font-size: 0.938rem;
    line-height: 1.375rem;
  }
  .notice-view-area .cont-area img {
    margin: 2rem 0;
  }
  .notice-view-area .cont-area p {
    margin: 2rem 0;
  }
  .notice-view-area .primary-btn-area {
    margin-top: 2rem;
  }
  .notice-view-area .primary-btn {
    font-size: 1rem;
    min-width: 6.25rem;
    height: 2.875rem;
  }

  #write-area .write-area-header {
    border: none;
    background: none;
    border-radius: 0;
    padding: 0.5rem 0;
    margin-top: 1.5rem;
  }
  #write-area .write-area-header table {
    border-top: 1px solid #dfdfdf;
  }
  #write-area .write-area-header th,
  #write-area .write-area-header td {
    display: block;
    padding: 1.25rem 0;
    height: auto;
  }
  #write-area .write-area-header th {
    color: #333333;
    font-size: 0.875rem;
    width: auto;
    padding-bottom: 0;
  }
  #write-area .write-area-header td {
    font-size: 0.938rem;
    border-bottom: 1px solid #dfdfdf;
  }
  /* #write-area .write-area-header td input {border: none; height: auto; padding: 0;} */

  .like-sponsor-area .like-wrap button {
    width: 5rem;
    height: 5rem;
    background-size: 10rem;
    flex-shrink: 0;
  }
  .like-sponsor-area .like-wrap .info .num {
    font-size: 1.875rem;
    letter-spacing: -0.025rem;
  }
  .like-sponsor-area .like-wrap .info .guide {
    font-size: 1rem;
    line-height: 1.25rem;
    margin-top: 0.25rem;
  }
  .like-sponsor-area .sponsor-wrap dl {
    font-size: 1rem;
    padding: 0 1rem;
  }
  .like-sponsor-area .sponsor-wrap .num {
    font-size: 1.875rem;
    letter-spacing: -0.025rem;
  }
  .like-sponsor-area .btn-sponsor {
    font-size: 1rem;
    width: 5rem;
    height: 3.25rem;
  }

  .comments-area {
    margin: 2rem auto;
  }

  footer .family-link-wrap {
    position: static;
    margin-top: 1.5rem;
  }
  footer address {
    margin-top: 1.5rem;
  }

  .scroll-x-wrap {
    overflow-x: scroll;
  }

  .notice-view-area .doc-info-wrap-02 {
    display: flex;
    flex-direction: column;
  }

  .notice-view-area .doc-info-wrap-02 .date::after {
    display: none;
  }
  .notice-view-area .doc-info-wrap .report-btn {
    margin-left: 8px;
  }

  /* 추가 CSS */
  .mobile-bottom-menu {
    display: flex;
  }
  #header.on .nav {
    padding: 0;
  }
  #header.on .nav .event-banner {
    height: 80px;
    padding: 0 20px;
    display: block;
    background-color: #1765ad;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url(../img/event-bg.png);
    background-repeat: no-repeat;
    background-position: bottom 0 right 13px;
  }
  #header.on .nav .event-banner > p:nth-child(1) {
    color: #f0ff04;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
  }
  #header.on .nav .event-banner > p:nth-child(2) {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
  }
  #header.on .depth2-container {
    margin-top: 0;
  }
  #header.on .depth2-container > ul > li {
    padding: 16px 0;
    border-bottom: 1px solid #dcdcdc;
  }
  #header.on .gnb > li {
    margin-top: 0;
  }
  #header.on .header-buttons .header-home-button {
    display: none;
  }
  #header.on .header-buttons .header-service-button {
    display: none;
  }
  #header.on .header-buttons .header-search-button {
    display: none;
  }
  #header.on .nav-my-info {
    display: none;
  }
  #header.on .gnb > li > .english-menu {
    display: none;
  }
  #header.on .gnb > li.only-1depth > .english-menu {
    display: block;
    border-bottom: 1px solid #dcdcdc;
    color: #333;
    font-size: 16px;
    font-weight: 500;
  }
  #header.on .depth2-container ul .depth3::before {
    display: none;
  }
  #header.on .depth2-container ul li a {
    color: #333;
  }
  #header.on .depth2-container ul .depth3 a {
    font-size: 16px;
    color: #333;
    font-weight: 500;
  }
  #header.on .header-log-out-button.only-web {
    display: initial;
    margin-left: 0;
    margin-right: 22px;
  }
  #header.on .header-log-out-button.only-web span {
    background: url(../img/btn-log-out.png) !important;
  }
  footer {
    position: relative;
    top: -68px;
    margin-top: 168px;
  }
  /* 추가 CSS */
}

@media screen and (max-width: 768px) {
  section > h2 + .sub br {
    display: none;
  }
  .fr-wrapper {
    height: 140px !important;
  }

  .primary-btn {
    width: 48%;
  }
  .primary-btn + .primary-btn {
    margin-left: 0;
  }
  .primary-btn:nth-child(even) {
    margin-left: 2%;
  }
  .primary-btn:nth-child(2) ~ .primary-btn {
    margin-top: 0.75rem;
  }

  .table-type-02 th,
  .table-type-02 td {
    display: block;
    height: auto;
    padding: 1.25rem 0;
  }
  .table-type-02 th {
    border-bottom: none;
    padding-bottom: 0;
  }
  .table-type-02 td {
    border-bottom: 1px solid #dfdfdf;
  }
  .table-type-accordion th,
  .table-type-accordion td {
    display: table-cell;
    height: auto;
    padding: 1.25rem 0;
  }
  .table-type-accordion th {
    border-bottom: 1px solid #dfdfdf;
  }

  .researcharum-guide-area .tit {
    font-size: 1.25rem;
  }
  .researcharum-guide-area .sub {
    font-size: 1rem;
  }
  .researcharum-guide-area .btn-area {
    margin-top: 2rem;
  }
  .researcharum-guide-area .btn-area button {
    width: 100%;
  }
  .researcharum-guide-area .btn-area button + button {
    margin-left: 0;
    margin-top: 1rem;
  }

  .notice-search-area .search-bar {
    width: 100%;
  }

  .stock-item-summary-area {
    margin-top: 2rem;
    height: auto;
    display: block;
  }
  .stock-item-summary-area .tit-wrap {
    padding: 1.5rem 1.375rem;
    height: auto;
  }
  .stock-item-summary-area .tit-wrap img {
    width: 2.625rem;
    margin-right: 0.625rem;
  }
  .stock-item-summary-area
    .tit-wrap
    h3
    .stock-item-summary-area
    .tit-wrap
    .sub {
    font-size: 1.125rem;
    padding-top: 0.4rem;
  }
  .stock-item-summary-area .info-area {
    border-left: none;
    border-top: 1px solid #0b4982;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 1.625rem 1.375rem;
    flex-direction: row;
    justify-content: space-between;
  }
  .stock-item-summary-area .info-area dt,
  .stock-item-summary-area .info-area dd {
    font-size: 1rem;
  }
  .stock-item-summary-area .info-area .num {
    letter-spacing: 0.025rem;
    margin-right: 0;
  }
  .stock-item-summary-area .info-area button {
    position: absolute;
    bottom: 5.7rem;
    left: 10.4rem;
    width: auto;
  }

  .card-list > li {
    width: 100%;
    margin-right: 0;
  }
  .card-list > li:nth-child(4n),
  .card-list > li:nth-child(3n) {
    margin-right: 0;
  }
  .card-list.type-02 > li {
    width: 100%;
    margin-right: 0;
  }
  .card-list.type-02 > li:nth-child(4n),
  .card-list.type-02 > li:nth-child(3n) {
    margin-right: 0;
  }

  .like-sponsor-area .center-wrap {
    display: block;
  }
  .like-sponsor-area .like-wrap {
    text-align: left;
    justify-content: left;
  }
  .like-sponsor-area .sponsor-wrap {
    text-align: left;
    justify-content: left;
    border-top: 1px solid #ffd9d9;
  }
  .like-sponsor-area .sponsor-wrap dl {
    order: 2;
  }
  .like-sponsor-area .btn-sponsor {
    order: 1;
  }

  .join-membership-area {
    padding: 0 1rem;
  }

  #popup-report-list.popup-box {
    max-width: 100vw;
  }
  #popup-report-list .popup-top-area {
    height: 6.125rem;
  }
  #popup-report-list.popup-box .cont-area {
    padding: 0 1.125rem;
    max-height: calc(100vh - 6.125rem);
  }
  #popup-report-list .cont-area li {
    flex-wrap: wrap;
    height: 7.125rem;
  }
  #popup-report-list .cont-area .info-area {
    width: 100%;
    padding-right: 0;
  }
  #popup-report-list .cont-area .date {
    font-size: 0.875rem;
  }
  #popup-report-list .cont-area .tit {
    font-size: 1rem;
    margin-top: 0.5rem;
  }

  #popup-sponsor .cont-area {
    padding: 1rem;
  }
  #popup-sponsor th,
  #popup-sponsor td {
    height: auto;
  }
  #popup-sponsor th {
    display: block;
    background-color: #ffffff;
    padding: 1rem 0;
    width: 100%;
    border-bottom: none;
  }
  #popup-sponsor td {
    display: block;
    padding: 0 0 1rem;
  }

  .fnb li {
    float: left;
    margin-right: 1.5rem;
  }
}

.fr-box.fr-basic {
  z-index: 9 !important;
}
.stock-item-summary-area .tit-wrap .btn-close::after {
  transform: rotate(-45deg);
}
.error {
  color: #ff6565;
  font-weight: 300;
  padding-top: 5px;
}
