@charset "utf-8";

@font-face {
  font-family: "GmarketSansBold";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "yg-jalnan";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "EliceDigitalBaeum_Bold";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/EliceDigitalBaeum_Bold.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "IBMPlexSansKR-Text";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/IBMPlexSansKR-Text.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "twaysky";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_tway@1.0/twaysky.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ChosunCentennial';
  src:url('../font/ChosunCentennial_ttf.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

span.link,
li.link {
  cursor: pointer;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/** iso 속성 초기화 **/
input[type=submit], input[type=button], input[type=file], button {-webkit-appearance:none;} 

/* html { height: 150%;} */
body {
  font-size: 16px;
  line-height: 1.1em !important;
  color: #333;
  font-family: 'Pretendard';
}
.admin_view {
  height: 100%;
  overflow: hidden;
}
ul,
ol,
li {
  list-style-type: none;
  font-family: 'Pretendard';
  margin-bottom: 0 !important;
}
img,
fieldset {
  border: none;
  vertical-align: middle;
}
hr {
  clear: both;
  border: none;
}
a {
  color: inherit;
  text-decoration: none !important;
}
a:hover,
a:focus {
  color: #000;
  text-decoration: none !important;
}
button:hover,
button:focus,
button:active {
  text-decoration: none !important;
  outline: none;
}
table {
  border-collapse: collapse;
}
input[type="text"],
input[type="submit"],
input[type="password"],
textarea,
select {
  width: 100%;
  font-size: inherit;
  vertical-align: middle;
  padding: 0.8rem 1rem;
  margin-bottom: 1.5rem;
  border: 1px solid #d1d1d1;
}
input[type="checkbox"]:checked,
input[type="radio"] {
  accent-color: #ffd439 !important;
}

input:focus {
  border: 1px solid rgb(160, 104, 0);
  background-color: #fff;
}

button {
  border-style: none !important;
  border-width: 0 !important;
  cursor: pointer;
  -webkit-appearance: none;
}

/*table*/
.table_line {
  border: 1px solid #444444;
}

/** iso 속성 초기화 **/
input[type="submit"],
input[type="button"],
input[type="file"] {
  -webkit-appearance: none;
}
.clear {
  clear: both;
}

.header-bg {
  background-color: #e9edf5;
}

/** 버튼 속성 **/
.btn {
  border-style: none !important;
  border-width: 0 !important;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 0.7rem 5%;
}
.btn-area-center {
  text-align: center;
}
.btn-area-a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.btn-orange {
  background-color: orange;
  color: #fff;
  border-radius: 0.25rem;
}
.btn-blue {
  background-color: #134eda;
  color: #fff;
  border-radius: 0.25rem;
}
.btn-blue-nor {
  width: 50%;
  background-color: #f2f2f2;
  color: #000;
  margin-top: 5px;
}
.btn-blue-nor.active {
  background-color: #134eda;
  color: #fff;
  transition: 0.3s;
}
.btn-blue-line {
  background-color: #fff;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #375aa0 !important;
  color: #375aa0;
}
.btn-gray {
  background-color: #e2e2e2;
  color: #565656;
  border-color: #e2e2e2;
  border-radius: 0.25rem;
}
.btn-lightgray {
  background-color: #f0f0f0;
  color: #565656;
  border-color: #f0f0f0;
  border-radius: 0.25rem;
}
.btn-orange:hover {
  background-color: #fdb626;
  color: #fff;
  font-weight: bold;
  transition: 0.3s;
}
.btn-lightgray:hover {
  background-color: #f4f4f4;
  color: #565656;
  font-weight: bold;
  border-color: #eeeeee;
  transition: 0.3s;
}
.btn-deepgray {
  background-color: #e0e0e0;
  color: #494949;
}
.btn-deepgray1 {
  background-color: #e0e0e0;
  color: #494949;
  border-radius: 0.25rem;
}
.btn-deepgray:hover,
.btn-deepgray1:hover {
  background-color: #cacaca;
  color: #ffffff;
  font-weight: bold;
  transition: 0.3s;
}
.btn-blue:hover {
  background-color: #174ac1;
  color: #fff;
  transition: 0.3s;
}
.btn-gray:hover {
  background-color: #ebebeb;
  color: #565656;
  font-weight: bold;
  transition: 0.3s;
}

/*width*/
.w-100 {
  width: 100%;
}
.w-50 {
  width: 50%;
}
.w-30 {
  width: 30%;
}

/*max-width*/
.mw-800 {
  max-width: calc(800px - 2rem) !important;
  padding: 0 1rem;
  display: block !important;
}
.mw-786 {
  max-width: calc(786px - 2rem) !important;
  padding: 0 1rem;
  display: block !important;
}
.mw-500 {
  max-width: calc(500px - 2rem) !important;
  padding: 0 1rem;
  display: block !important;
}

/*text*/
.text-cen {
  text-align: center;
}
.text-rig {
  text-align: right;
}

/*font-color*/
.color {
  color: #3d64b1;
}

/*font-weight*/
.fontw-b {
  font-weight: bold;
}

/*font-size*/
.fnts-22 {
  font-size: 22px;
}
.fnts-20 {
  font-size: 20px;
}

/*margin*/
.mb-1 {
  margin-bottom: 1.5rem;
}
.mt-1 {
  margin-top: 0.9rem;
}

.marg-left {
  margin-left: 35%;
}

/*padding*/
.pad-bot-1 {
  padding-bottom: 1.5rem;
}

/*border*/
.border-none {
  border: none;
}
.border-b {
  border-bottom: 1px solid #494949;
}
.border-line {
  border-bottom: 2px solid #000;
}

/*줄바꿈*/
.line-pre {
  white-space: pre-line;
}

/*line-height*/
.line-he {
  line-height: 1.3;
}
.line-he5 {
  line-height: 5rem !important;
}
input:focus,
textarea:focus {
  outline: 0.1px solid #3d64b1;
}

.alert-msg {
  font-size: 0.9em;
  font-weight: lighter;
  color: rgb(0, 89, 255);
  z-index: 100;
}
.alert-msg-warn {
  color: red;
}

/*약관관련*/
.terms-tit {
	font-size: 14px;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
	letter-spacing: 1px !important;
}
pre {
	font-family: 'Pretendard';
  	white-space: pre-line;
	overflow: unset;
}

/*table*/
.table-wrap {
  margin: 2rem 0 1rem 0;
}
.table-ve td,
.table-ve th {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-top: none;
  border-bottom: none;
}

/*이미지*/
.empty {
  background-image: url(../images/empty.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin: 1rem auto;
  padding: 1rem;
  position: relative;
}
.empty::before {
  content: "목차없음";
  content: "목차없음";
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
}

/*로그아웃 alert*/
#logout_alert {
  position: fixed;
  width: 14rem;
  height: 14rem;
  top: 20rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #375aa0;
  border-radius: 10rem;
  box-shadow: 5px 5px 10px 10px rgba(55, 90, 160, 0.2);
  z-index: 30;
  display: none;
}
#logout_alert > .logout_alert_p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1.25;
  margin: 32% auto;
  white-space: pre-line;
}

/*가입하기,저장하기 버튼*/
.save_btnbox .save_btn {
  cursor: pointer;
  width: 100%;
  padding: 1rem 0;
  font-size: 16px;
}

/*원형 체크박스*/
.id_save_box,
.find_box {
  width: calc(100% - 4%);
  text-align: left;
  margin: 0.5rem 2%;
}
.id_save_box > input[type="checkbox"] {
  width: 1.1rem;
  height: 1.1rem;
  background-color: #3d64b1;
  color: #fff;
  text-align: left;
  margin-bottom: 0.2rem;
}
.id_save_box > span {
  padding: 0 3% 0 1.5%;
  font-size: 15px;
}
.find_box > button {
  background-color: #fff !important;
  margin: 0.5rem 0;
}
.find_box > button:hover {
  font-weight: bold;
  transition: 1s;
}
.read_input {
  font-size: 18px;
  border-top: 1px solid #fff !important;
  border-left: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
  border-bottom: 1px solid #333 !important;
}
.read_input:focus {
  outline: none !important;
}
.find_cont.active {
  display: none;
}
