@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html {
  min-height: 100%;
  margin: 0;
  position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  min-height: 100%;
  line-height: 1;
  padding-bottom: 50px;
}

ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  color: black;
  text-decoration: none;
}

.active {
  overflow: hidden !important;
}

/* Text Align */
.tal {
  text-align: left;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}

/* Margin, Padding */
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt60 {
  margin-top: 60px;
}
.mt80 {
  margin-top: 80px;
}
.mt100 {
  margin-top: 100px;
}
.mt120 {
  margin-top: 120px;
}

.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}

.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}

.pc-ml15 {
  margin-left: 15px;
}
.pc-mr15 {
  margin-right: 15px;
}

.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}

.mg45-auto {
  margin: 45px auto;
}
.mg25-auto {
  margin: 25px auto;
}
.mg-auto {
  margin: 25px auto;
}
.mg25 {
  margin: 25px 0px;
}
.mg45 {
  margin: 45px 0px;
}

.pd2 {
  padding: 2px;
}
.pd12 {
  padding: 12px;
}
.pd25 {
  padding: 25px;
}

.pt80 {
  padding-top: 80px;
}

.ptb25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pb60 {
  padding-bottom: 60px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb100 {
  padding-bottom: 100px;
}

.pl12 {
  padding-left: 12px;
}
/* border */

.br-L {
  width: 90%;
  max-width: 1300px;
  margin: 25px auto;
}
.br-S {
  max-width: 700px;
  width: 65vmin;
  height: 75vmin;
  max-height: 650px;
  overflow: auto;
}
.br-full {
  width: 100%;
  height: 100%;
}

.br8 {
  border-radius: 8px !important;
}
.br10 {
  border-radius: 10px !important;
}
.br12 {
  border-radius: 12px !important;
}

/* display */
.dp-f-c {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.dp-f-nowrap {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.dp-f-side {
  display: flex;
  justify-content: space-between;
}
.dp-f-wrap {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.dp-n {
  display: none;
}

.dp-g-c {
  display: grid;
  align-items: center;
  grid-template-columns: 1.5fr 3fr 1fr;
  justify-items: start;
}
/* line-height */
.lh35 {
  line-height: 35px;
}
.lh31 {
  line-height: 31px;
}

.lh8-vmin {
  line-height: 8vmin;
}

/* font-size */
.fs-19p {
  font-size: 1.9vmin;
}
.fs-20p {
  font-size: 2vmin;
}
.fs-25p {
  font-size: 2.5vmin;
}
.fs-30p {
  font-size: 3vmin;
}

/* (font) color */
.f-orage {
  color: #e56c23;
}
.f-gray {
  color: #797979;
}

/* font-weight */
.fw6 {
  font-weight: 600;
}

/* background */
.back-gray {
  background-color: rgba(215, 215, 215, 1);
}
.back-darkgray {
  background-color: #d7f2ff;
}
.back-litegray {
  background-color: #efefef;
}

/* TH, TR, TD */
th,
td {
  vertical-align: middle;
}

tr.select {
  background-color: rgb(126 213 255);
}

tr.select td {
  color: white;
}

/* width, height */
.wid50p {
  width: 50%;
}
.wid45p {
  width: 45%;
}
.wid40p {
  width: 40%;
}
.wid35p {
  width: 35%;
}

/* Input, Select */
input[type="text"].input,
input[type="date"].input,
input[type="password"].input,
select.input {
  height: 30px;
  padding: 3px 7px;
  border: 1px solid #ddd;
  border-radius: 0;
  background-color: #fff;
  font-size: 0.8rem;
  color: #555;
  outline: none;
}

input[type="text"].input.XS {
  width: 100px;
}
input[type="text"].input.S {
  width: 120px;
}
input[type="text"].input {
  width: 160px;
}
input[type="text"].input.L {
  width: 306px;
}
input[type="text"].input.XL {
  width: 350px;
}
input[type="text"].input.full {
  width: 100%;
}

input[type="password"].input.L {
  width: 306px;
}

textarea.textarea.full {
  width: 100%;
  height: 379px;
  border-color: #e3e3e3;
}
textarea.textarea.L {
  width: 316px;
  height: 379px;
  border-color: #e3e3e3;
}

input[type="date"].input {
  width: 120px;
}
input[type="date"].input.M {
  width: 200px;
}
input[type="date"].input.L {
  width: 300px;
}
input[type="date"].input.full {
  width: 100%;
}

select.input {
  width: 160px;
}
select.input.XS {
  width: 70px;
}
select.input.S {
  width: 100px;
  height: 38px;
}
select.input.M {
  width: 120px;
  height: 38px;
}
select.input.L {
  width: 322px;
  height: 38px;
}
select.input.full {
  width: 100%;
  height: 38px;
}

input[type="checkbox"].input {
  zoom: 1.4;
}
input[type="checkbox"].input + label {
  margin-left: 3px;
  font-size: 0.8rem;
}

/* Button */
button.btn {
  border-radius: 8px;
  border: none;
  cursor: pointer;
  min-width: 76px;
  min-height: 24px;
}
button.btn.XS {
  width: 60px;
  height: 30px;
}
button.btn.S {
  width: 80px;
  height: 30px;
}
button.btn.SM {
  width: 100px;
  height: 30px;
}
button.btn.M {
  width: 120px;
  height: 30px;
}
button.btn.L {
  width: 180px;
  height: 50px;
  font-size: 1rem;
}
button.btn.XL {
  width: 240px;
  height: 60px;
  font-size: 1rem;
}
button.btn.def {
  width: 33%;
  height: 50px;
  font-size: 1rem;
}
button.btn.half {
  width: 50%;
  height: 50px;
  font-size: 1rem;
}
button.btn.full {
  width: 100%;
  height: 50px;
  font-size: 1rem;
}
button.btn.pcFull {
  width: 100%;
  height: 100%;
}

button.btn.darkgray {
  background-color: #585858;
  color: #ffffff;
}
button.btn.gray {
  background-color: rgba(144, 145, 146, 1);
  color: #ffffff;
}
button.btn.green {
  background-color: #248e0e;
  color: #ffffff;
}
button.btn.red {
  background-color: red;
  color: #ffffff;
}
button.btn.blue {
  background-color: #4661c1;
  color: #ffffff;
}
button.btn.a-color {
  background-color: #7ab2e1;
  color: #ffffff;
}
button.btn.b-color {
  background-color: #f5bf7f;
  color: #ffffff;
}
button.btn.orange {
  background-color: #c16e46;
  color: #ffffff;
}
button.btn.br-orange {
  background-color: rgba(229, 108, 35, 1);
  color: #ffffff;
}
button.btn.darkgray.login {
  width: 100%;
  height: 86px;
}

button.btn:disabled {
  background-color: #bfbfbf;
  color: #ffffff;
}
button.btn.oneBtn {
  width: 45%;
  max-width: 350px;
  height: 100px;
  line-height: 100px;
  font-size: 4vmin;
  border-radius: 10px;
}
button.btn.modlue {
  width: 45%;
  max-width: 160px;
  height: 60px;
  font-size: 2vmin;
}

/* font-color */
.c-red {
  color: red;
}
.c-blue {
  color: blue;
}

/* Footer */
.footer {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 90%;
  padding: 15px 0;
  text-align: center;
  color: white;
  transform: translate(-50%, 0%);
}

.footer span {
  color: white;
}

.mo_btn {
  display: none;
}
.setting-img-div {
  width: 100%;
  height: 70vh;
  display: none;
}

.setting-img {
  height: auto;
  width: 100%;
}

.korPrivacy,
.engPrivacy {
  width: 100%;
  height: 100%;
}

/* Mobile */
@media (max-width: 985px) {
  .br-S {
    width: 80vmin;
    max-width: 100%;
    margin: 15px auto;
  }
  .ml10 {
    margin-left: 0px;
  }
  .mr10 {
    margin-right: 0px;
  }
  .setting-img-div {
    width: 100%;
    height: 70vh;
  }

  .setting-img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 765px) {
  .pc {
    display: none;
  }

  button.btn.MFull {
    width: 100% !important;
    height: 50px;
    font-size: 1rem;
  }
  button.btn.SFull {
    width: 80% !important;
    height: 50px;
    font-size: 1rem;
  }
  select.input.L {
    width: 100px;
  }

  .mt120 {
    margin-top: 15px;
  }

  /* font-size ( 800이하 2배 적용 ) */
  .fs-19p {
    font-size: 3.8vmin;
  }
  .fs-20p {
    font-size: 4vmin;
  }

  /* width ( 800이하 2배 적용 및 가운데 정렬) */
  .wid45p {
    width: 90%;
  }

  .mo-center {
    display: flex;
    flex-wrap: wrap;
  }

  .pc-ml15 {
    margin-left: 0px;
  }

  .pc-mr15 {
    margin-right: 0px;
  }

  /* .fs-30p {
		font-size : 5vmin;
	} */

  /* width ( 화면 비율 감안하여 중앙 정렬 및 위아래 공간, 텍스트 정렬) */
  .wid45p {
    margin: 0px auto;
    margin-top: 15px;
    text-align: left;
  }

  /* padding ( 4분의 1로 축소 ) */
  .pb80 {
    padding-bottom: 20px;
  }

  .pt80 {
    padding-top: 20px;
  }

  .pb100 {
    padding-bottom: 6vh;
  }

  button.btn.pcFull {
    width: 20%;
    height: 40px;
    margin-top: 10px;
  }

  .dp-f-nowrap {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
  }
  .dp-f-wrap {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
  }

  /* margin ( 5분의 1로 축소 ) */
  .mg25 {
    margin: 5px auto;
  }

  button.btn.oneBtn {
    margin-top: 0px;
    width: 95%;
    height: 12vh;
    max-width: 400px;
    line-height: normal;
    font-size: 6vmin;
    border-radius: 10px;
  }

  .search-header .header {
    margin-left: 1vmin !important;
  }
  .search-header .header * {
    font-size: 3.5vmin !important;
  }

  .mo_btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 88;
    background-color: white;
    margin: 0px !important;
  }

  .mo_btn .left_btn {
    width: 20% !important;
    height: 64px;
    background-color: #626365;
    float: left;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 64px;
    color: white;
    border: 0;
    outline: 0;
    margin: 0px;
  }

  .mo_btn .right_btn {
    width: 80% !important;
    display: block;
    height: 64px;
    background: #0060a9;
    line-height: 64px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border: 0;
    outline: 0;
    margin: 0px;
  }

  .setting-img-div {
    width: 100%;
    height: 70vh;
  }

  .setting-img {
    width: 100%;
    height: 100%;
  }

  .back-board {
    padding-bottom: 25px;
  }

  .mo-i-g {
    display: inline-grid;
  }

  .mo-mt30 {
    margin-top: 30px;
  }

  .wid40p {
    width: 90%;
    margin: 0px auto;
    margin-top: 15px;
    text-align: left;
  }

  .pd2 {
    padding: 12px;
  }

  input[type="text"].input,
  input[type="date"].input,
  input[type="password"].input,
  select.input {
    height: 40px;
  }
}

/* @media ( max-width :600px) {
	.fs-30p {
		font-size : 5vmin;
	}
	
	width ( 화면 비율 감안하여 중앙 정렬 및 위아래 공간, 텍스트 정렬)
	.wid45p { margin: 0px auto; margin-top: 15px; text-align: left;}
	
	padding ( 2분의 1로 축소 )
	.pb80 { padding-bottom: 40px; }
	
	.pt80 { padding-top: 40px; }
	
	button.btn.pcFull { width: 20%; height: 40px; margin-top: 10px;}
 }*/
