/* HTML5 display definitions */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}

/*  reset */
* {
  margin: 0;
  padding: 0;
  font-family:
    "Spoqa Han Sans Neo", "Spoqa Han Sans JP", "malgun gothic", "맑은 고딕",
    "돋움", "Roboto", dotum, sans-serif;
  word-break: break-all;
  box-sizing: border-box;
}
body {
  color: #000;
  font-size: 100%;
  letter-spacing: 0;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
img {
  max-width: 100%;
  max-height: 100%;
  border: 0;
  vertical-align: top;
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  background: transparent;
}
a:active,
a:hover,
a:focus {
  outline: none;
}
ol,
ul,
li {
  list-style: none;
  -webkit-padding-start: 0;
}
table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border-spacing: 0;
}
table,
th,
td {
  word-break: break-all;
  word-wrap: break-word;
}
legend,
caption {
  position: absolute;
  left: -1000000px;
  top: auto;
  overflow: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
  clip: rect(0 0 0 0);
}
button {
  padding: 0;
  border: none;
  text-align: center;
  vertical-align: middle;
  background: none;
  cursor: pointer;
}
button::-moz-focus-inner {
  margin: 0;
  padding: 0;
  border: 0;
}
strong,
em,
b,
i {
  font-weight: normal;
  font-style: normal;
  font-style: normal;
}
blockquote,
q {
  quotes: none;
}
label {
  vertical-align: baseline;
  font-size: inherit;
}
textarea {
  width: 100%;
  height: 240px;
  padding: 14px;
  font-size: 18px;
  border: 1px solid #dcdcdc;
  color: #000;
  line-height: 1.5;
  overflow-y: auto;
  resize: vertical;
  border-radius: 4px;
}
p {
  font-weight: normal;
  color: #222;
}
input {
  outline: none;
}

/* input-placeholder 색상 지정 */
::-webkit-input-placeholder {
  color: #797979 !important;
  -webkit-text-fill-color: #797979;
  -ms-text-fill-color: #797979;
  font-weight: 300;
  font-size: 15px;
}
::-moz-placeholder {
  color: #797979 !important;
  -webkit-text-fill-color: #797979;
  -ms-text-fill-color: #797979;
  font-weight: 300;
  font-size: 15px;
}
:-moz-placeholder {
  color: #797979 !important;
  -webkit-text-fill-color: #797979;
  -ms-text-fill-color: #797979;
  font-weight: 300;
  font-size: 15px;
}
:-ms-input-placeholder {
  color: #797979 !important;
  -webkit-text-fill-color: #797979;
  -ms-text-fill-color: #797979;
  font-weight: 300;
  font-size: 15px;
}
:placeholder-shown {
  color: #797979;
  -webkit-text-fill-color: #797979;
  -ms-text-fill-color: #797979;
  font-weight: 300;
  font-size: 15px;
}

/* IE10, 11 화살표 없애기 */
select::-ms-expand {
  display: none;
}

/* spin 제거 */
input::-webkit-search-cancel-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
input::-webkit-clear-button,
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  display: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
input::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

/* form */
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input::-ms-clear {
  display: none;
}
input[type="date"]::-webkit-inner-spin-button {
  display: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-calendar-picker-indicator {
  display: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="text"],
input[type="number"],
input[type="date"],
input[type="password"] {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  font-size: 18px;
  border: 1px solid #dcdcdc;
  background: #fff;
  border-radius: 4px;
}
select {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 45px;
  padding: 0 15px;
  background: #fff url("../images/common/bg_select.png") no-repeat right center;
  background-size: 23px 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: 1px solid #dcdcdc;
  color: #000;
  font-size: 18px;
  word-wrap: break-word;
}

/* 라디오박스 */
input[type="radio"] {
  overflow: hidden;
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  z-index: -1;
}
input[type="radio"] + label {
  display: inline-block;
  position: relative;
  height: 22px;
  padding-left: 28px;
  line-height: 20px;
  text-indent: 0;
  color: #000;
  background: url(../images/common/btn_radiobox.png) no-repeat 0 0;
  background-size: 22px 46px;
  cursor: pointer;
}
input[type="radio"]:checked + label {
  background-position: 0px -24px;
}
input[type="radio"] + label + input[type="radio"] + label {
  margin-left: 32px;
}

input[type="radio"].radiobox-square {
  display: none;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
input[type="radio"].radiobox-square + label {
  display: inline-block;
  position: relative;
  padding-left: 32px;
  font-weight: 300;
  font-size: 18px;
  color: #000;
  line-height: 1.4;
  z-index: 1;
}
input[type="radio"].radiobox-square + label::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  background-color: #fff;
  border: 2px solid #dcdcdc;
  box-sizing: border-box;
}
input[type="radio"].radiobox-square + label::focus {
  outline: auto;
}
input[type="radio"].radiobox-square:checked + label::before {
  border-color: #3058b7;
}
input[type="radio"].radiobox-square:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  width: 8px;
  height: 12px;
  margin: 5px 0 0 8px;
  border-right: 2px solid #3058b7;
  border-bottom: 2px solid #3058b7;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* checkbox */
input[type="checkbox"] {
  display: none;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  font-weight: 300;
  font-size: 15px;
  color: #000;
  line-height: 1.37;
  z-index: 1;
}
input[type="checkbox"] + label::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #dcdcdc;
  box-sizing: border-box;
}
input[type="checkbox"] + label::focus {
  outline: auto;
}
input[type="checkbox"]:checked + label::before {
  border-color: #3058b7;
}
input[type="checkbox"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  width: 4px;
  height: 8px;
  margin: 6px 0 0 7px;
  border-right: 2px solid #3058b7;
  border-bottom: 2px solid #3058b7;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* input display */
.col-group {
  display: flex;
  width: calc(100% + 16px);
  margin-left: -8px;
  margin-right: -8px;
  font-size: 0;
}
.col-group + .col-group {
  margin-top: 12px;
}
.col-group .col-item {
  /*width:100%;*/
  padding: 0 8px;
  box-sizing: border-box;
}

/* .col-group.phone > .col-item {width:100%;} */
.col-group.email > .col-item:nth-child(1) {
  padding-right: 16px;
}
.col-group.email > .col-item:nth-child(2) {
  padding-left: 16px;
}

/*  number/부호 */
.num {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  margin-right: 4px;
  padding: 1px 6px;
  font-size: 12px;
  background-color: #666;
  color: #fff;
  border-radius: 50%;
}
.after-dash,
.after-at {
  position: relative;
}
.after-dash:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -3px;
  width: 6px;
  height: 1px;
  background-color: #898989;
}
.after-at:after {
  content: "@";
  display: block;
  position: absolute;
  top: 50%;
  right: -5px;
  margin-top: -10px;
  font-size: 15px;
}
.slash {
  padding: 6px;
  font-size: 16px;
}
.toggle-tit {
  position: relative;
}
.toggle-tit::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}
.toggle-tit.on::after {
  top: 16px;
  transform: rotate(-135deg);
}

/* 마스크 */
body.noScroll {
  overflow: hidden;
}
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  background-color: rgba(0, 0, 0, 0.65);
}

/* style */
.blind {
  display: none;
  font-size: 0;
  width: 0;
  height: 0;
}

/* font */
.fwl {
  font-weight: lighter !important;
}
.fwn {
  font-weight: normal !important;
}
.fwm {
  font-weight: 500 !important;
}
.fwb {
  font-weight: 600 !important;
}
.fwbd {
  font-weight: 700 !important;
}

.tac {
  text-align: center !important;
}
.tar {
  text-align: right !important;
}
.tal {
  text-align: left !important;
}
.vat {
  vertical-align: top !important;
}
.vab {
  vertical-align: bottom !important;
}
.vam {
  vertical-align: middle !important;
}

.text-under {
  text-decoration: underline;
}

.number {
  font-family: "Spoqa Han Sans Neo" !important;
}
.font-nnmj {
  font-family: "Nanum Myeongjo", serif !important;
}

/* color */
.cl-prmy {
  color: #192b53 !important;
}
.cl-sub1 {
  color: #3058b7 !important;
}
.cl-point1 {
  color: #498cfb !important;
}
.cl-point2 {
  color: #FFC107 !important;
}
.cl-bk {
  color: #000000 !important;
}

/* padding */
.pdb0 {
  padding-bottom: 0 !important;
}
.pdl0 {
  padding-left: 0 !important;
}

@media all and (max-width: 768px) {
  .col-group.email {
    flex-wrap: wrap;
  }
  .col-group.email > .col-item:nth-child(1) {
    width: 50%;
  }
  .col-group.email > .col-item:nth-child(2) {
    width: 50%;
  }
  .col-group.email > .col-item:nth-child(3) {
    width: 100%;
    padding-top: 10px;
  }
}
