@font-face {
  font-family: 'GmarketSansMedium';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GmarketSans';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GmarketSansMedium';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
  font-weight: bold;
}

body {
  background-color: #f9f9f9 !important;
  font-family: 'Pretendard';
}

#content-wrapper {
  max-width: 850px;
  margin: 0 auto;
  background-color: white;
}

#content-wrapper .creation {
  padding: 20px;
  padding-bottom: 135px;
}

#content-wrapper .banner {
  width: 100%;
}

#content-wrapper .banner img {
  width: 100%;
  height: auto;
}

.index-box-content-wrapper {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

@media screen and (max-width: 900px) {
  .index-box-content-wrapper {
    display: grid;
    margin-top: 10px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.index-box {
  padding: 10px;
  border: 1px solid #6a96e0;
  background: #ecf9ff;
  /* display: flex; */
  align-items: center;
  margin-top: 15px;
  border-radius: 10px;
  min-width: 200px;
  min-height: 360px;
}

.index-box .image-container {
  display: flex;
  width: 100%;
  margin: auto;
  justify-content: center;
  align-items: center;
  height: 150px;
}

.index-box img {
  text-align: center;
  margin: auto;
  width: 100px;
  height: 100px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  border-radius: 15px;
}

.index-box .text {
  margin-left: 20px;
  font-size: 23px;
  font-weight: 600;
  font-family: 'Pretendard';
  line-height: 1.3;
}

.index-box .text .charType3 {
  font-size: 30px;
  font-family: 'GmarketSans';
  display: inline-block;
  line-height: 1.3;
}

/* 용석 추가 */
.sub-area {
  width: 50%;
  min-width: fit-content;
  padding: 10px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 1px 1px;
}

.mt-10 {
  margin-top: 10px !important;
}
                    
header {
  width: 100%;
  padding: 3px 20px;
  box-shadow: rgba(0, 0, 0, 3%) 0px 2px 5px;
}

.sidebar {
  position: absolute;
  padding: 20px;
  width: 265px;
  box-shadow: rgba(0, 0, 0, 4%) 3px 3px 5px;
  height: 100%;
  overflow: auto;
  z-index: 999999999999999999999999999999;
  background-color: #fff;
}

.sidebar ul {
  list-style: none;
  padding: 0;
}

.sidebar ul > li {
  height: 45px;
  margin-bottom: 10px;
  text-align: left;
  padding-left: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 10%);
}

.sidebar ul > li > a {
  text-decoration: none;
  font-size: 17px;
  margin: auto;
  font-weight: 500;
  line-height: 45px;
}

.major-category {
  padding-left: 25px !important;
}

.major-category a {
  font-weight: 600 !important;
  font-size: 19px !important;
}

.new-category li {
  padding-left: 25px !important;
}


/* 용석 추가 end  */

.contents .creation .content-datas {
  color: #404040;
}

.contents .creation .button-class {
  /* background-color: #fffbeb; */
  padding: 10px;
}

.contents .button-class .button-class-img1 {
  width: 40%;
}

.contents .button-class .button-class_txt {
  color: #252624;
}
.question-box .creation .content-datas {
  color: #3f3f3f;
}

.question-box .button-class .button-class-img1 {
  width: 40%;
}

.question-box .button-class .button-class_txt {
  color: #252624;
}

#content-wrapper .creation {
  min-height: calc(100vh - 52px);
}

@media screen and (max-width: 900px) {
  .index-box {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .creation .index-box-content-wrapper .index-box .text {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Pretendard';
  }

  .creation .index-box-content-wrapper .index-box .text .charType3 {
    font-size: 30px;
    font-family: 'GmarketSans';
    margin-bottom: 8px;
    display: inline-block;
  }

  .index-box img {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 30px;
  }
}

.link-button {
  width: 100%;
  padding: 10px 20px;
  margin-top: 10px;
  color: white;
  border-radius: 10px;
  display: flex;
  line-height: 20px;
  font-size: large;
  justify-content: center;
}

.text-container {
  width: 100%;
  height: 200px;
}