@charset "utf-8";

/* Reset */
@font-face {
  font-family: LINESeedSansKR;
  src: local("※"), url(font/LINESeedSansKR-Th.woff) format("woff"),
    url(fonts/LINESeedSansKR-Th.woff2) format("woff2");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: LINESeedSansKR;
  src: local("※"), url(font/LINESeedSansKR-Rg.woff) format("woff"),
    url(fonts/LINESeedSansKR-Rg.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: LINESeedSansKR;
  src: local("※"), url(font/LINESeedSansKR-Bd.woff) format("woff"),
    url(fonts/LINESeedSansKR-Bd.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}

/* :lang() 가상 클래스를 사용하여 HTML lang 속성에 따라 폰트를 자동 적용합니다.
    - HTML 태그에 lang="ko"가 있으면 아래 스타일이 적용됩니다.
    - word-break: keep-all; 한글 단어가 잘리지 않고 통째로 다음 줄로 넘어갑니다. (가독성 향상)
*/
:lang(ko) {
  word-break: keep-all;
  line-break: normal;
  font-family: "LINESeedSansKR", "Pretendard Variable", sans-serif, serif;
}

/* 텍스트 드래그(선택) 시의 배경색과 글자색을 변경합니다.
*/
/* ::selection {
	background:#007dfa; 
	color:#ffffff;
} */

:root {
  --main-Cl01: #007dfa;
  --main-Cl02: #00b9ff;

  --green: #10ff1b;
  --black: #191919;
  --white: #ffffff;

  --grayf7: #f7f7fa;
  --grayf0: #f0f0f0;
  --gray50: #505050;
  --gray76: #767676;
  --gray99: #999999;
  --graydb: #dbdbdb;
  --grayed: #ededed;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
blockquote,
pre,
code,
address,
ul,
ol,
li,
nav,
section,
article,
header,
footer,
main,
aside,
dl,
dt,
dd,
table,
thead,
tbody,
tfoot,
label,
caption,
th,
td,
form,
fieldset,
legend,
hr,
input,
button,
textarea,
object,
figure,
figcaption,
a {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-family: "LINESeedSansKR", "Pretendard Variable", sans-serif, serif;
  font-weight: 300;
  color: #191919;
  line-height: 1.6;
  word-break: keep-all;
  border: none;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
/* body,input,select,textarea,button,img,fieldset { border: none; }  */
ul,
ol,
li,
summary {
  list-style: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
address,
cite,
code,
em,
i {
  font-style: normal;
  font-weight: normal;
}
label,
img,
input,
select,
textarea,
button,
a {
  font-size: 1rem;
  vertical-align: middle;
}
u,
ins,
a {
  text-decoration: none;
}
button {
  cursor: pointer;
}
a {
  cursor: pointer;
}

/* Normalize */
/* input { font: inherit; margin: 0; line-height: normal; border-radius: 0; resize: none }
input[type=checkbox], input[type=radio] { width: 1.125rem; height: 1.125rem; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; } 

input[type=number] { -moz-appearance: textfield; } 

input[type=number],
input[type=text],
input[type=password],
input[type=url],
input[type=email],
input[type=tel],
input[type=date],
textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0; } 

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration { -webkit-appearance: none; } 

input[type=date] { position: relative; } 

input[type=date]::-webkit-clear-button,
input[type=date]::-webkit-inner-spin-button { display: none; } 
input[type=date]::-webkit-calendar-picker-indicator { position: absolute; left: 0; top: 0; background: transparent; color: transparent; cursor: pointer; width: 100%; height: 100%; } 
input[type=date] { position: relative; width: 100px; } 
input[type=date]::before { content: attr(data-placeholder); width: 100%; } 
input[type=date]:valid::before { display: none; }  */
textarea {
  border: 1px solid #dbdbdb;
}
select {
  height: 32px;
  font-size: 13px;
  color: #191919;
  border: 1px solid #dbdbdb;
  background: #fff;
}
input[type="tel"],
input[type="time"],
input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="file"],
input[type="url"],
input[type="number"],
input[type="date"],
textarea,
select {
  width: 100%;
  height: 43px;
  font-size: 14px;
  color: #191919;
  border: 1px solid #dbdbdb;
  background: #fff;
  text-decoration: none;
  text-indent: 20px;
  transition: all 0.5s;
  vertical-align: middle;
  border-radius: 3px;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #191919;
  font-size: 13px;
}
textarea {
  padding: 5px 20px;
  text-indent: 0;
  box-sizing: border-box;
}
select:focus,
textarea:focus,
input:focus {
  border: 1px solid #727272;
}

input[type="tel"][readonly],
input[type="text"][readonly],
input[type="password"][readonly],
input[type="email"][readonly],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="email"][disabled] {
  background: #eaeaea !important;
  border-color: #c0c0c0 !important;
  color: #666 !important;
  -webkit-appearance: none;
  font-size: 12px;
}
textarea[readonly],
textarea[disabled] {
  padding: 11px;
  font-size: 16px;
  color: #666 !important;
  font-weight: normal;
  line-height: 140%;
  height: 78px;
  background: #eaeaea;
  border: 1px solid #c0c0c0;
}

.hide {
  overflow: hidden;
  display: block;
  position: absolute;
  border: 0;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

/* margin-padding */
.mgt10 {
  margin-top: 10px;
}
.mgt15 {
  margin-top: 15px;
}
.mgt25 {
  margin-top: 25px;
}
.mgt20 {
  margin-top: 20px;
}
.mgt30 {
  margin-top: 30px;
}
.mgt35 {
  margin-top: 35px;
}
.mgt50 {
  margin-top: 50px;
}
.mgt70 {
  margin-top: 70px;
}
.mgtm20 {
  margin-top: -20px !important;
}

.mgb10 {
  margin-bottom: 10px;
}
.mgb20 {
  margin-bottom: 20px;
}
.mgb35 {
  margin-bottom: 35px;
}

.mgr7 {
  margin-right: 7px;
}
.mgr10 {
  margin-right: 10px;
}
.mgr30 {
  margin-right: 30px;
}

.pdt30 {
  padding-top: 30px;
}

/* flexbox */
.align {
  display: flex;
}
.align.both {
  justify-content: space-between;
}
.align.center {
  justify-content: center;
}
.align.vm {
  align-items: center;
}

/* 화면낭독기 사용자용 */
#hd_login_msg {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.skip {
  position: absolute;
  left: 0;
  right: 0;
  top: -100%;
  transition: all 0.5s;
  line-height: 5rem;
  background: #000;
  color: #fff;
  text-align: center;
  z-index: 100;
}
.skip:focus {
  top: 0;
}

.clear {
  clear: both;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
