@charset "utf-8";
/* reset.css */
* {
  box-sizing: border-box;
  word-break: keep-all;
}
html,
body {
  width: 100%;
  height: 100%;
  font-family: 'NotoSans', 'Malgun Gothic', '맑은고딕', '돋움', dotum, Helvetica,
    sans-serif;
  font-size: 17px;
  color: #333;
  line-height: normal;
  font-weight: normal;
  box-sizing: border-box;
  background-color: #fff;
  letter-spacing: -1px;
  overflow-x: hidden;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
table,
th,
td {
  margin: 0;
  padding: 0;
  line-height: normal;
}
table,
img {
  border-collapse: collapse;
  border-spacing: 0;
}
table {
  width: 100%;
  table-layout: fixed;
}
fieldset,
img {
  border: none;
}
address,
caption,
cite,
code,
em,
th {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
abbr,
acronym {
  border: 0;
}
img,
li,
dt,
dd,
input,
select {
  vertical-align: top;
}
input,
select {
  font-family: 'NotoSans', 'Malgun Gothic', '맑은고딕', '돋움', dotum, Helvetica,
    sans-serif;
  font-size: 17px;
}
img {
  vertical-align: middle;
}
hr {
  display: none;
}
a {
  text-decoration: none;
  color: #222;
/*   transition: all.4s ease; */
}
/* button:focus, */
/* a:focus { */
/*   outline: 1; */
/* } */
a:hover,
a:focus{ outline-offset: -2px;}
a:hover {
  text-decoration: none;
}
label,
button {
  cursor: pointer;
  border: none;
  background: transparent;
}
button {
  padding: 0;
  margin: 0;
  font-family: 'NotoSans', 'Malgun Gothic', '맑은고딕', '돋움', dotum, Helvetica,
    sans-serif;
  font-size: 17px;
}
textarea {
  font-family: 'NotoSans', 'Malgun Gothic', '맑은고딕', '돋움', dotum, Helvetica,
    sans-serif;
  font-size: 17px;
  line-height: normal;
}
input,
button,
textarea,
select {
  border: 1px solid #ddd;
  box-sizing: border-box;
}
input[type='text'],
input[type='email'],
input[type='tel'],
input[type='password'],
input[type='submit'],
select,
button {
  height: 45px;
  line-height: 45px;
}

/* For Print */

/*html5*/
header,
hgroup,
nav,
menu,
section,
article,
aside,
figcaption,
figure,
details,
footer {
  display: block;
}
address {
  font-style: normal;
}

.text_left {
  text-align: left !important;
}
.text_center {
  text-align: center !important;
}
.text_right {
  text-align: right !important;
}

.btn {
  display: inline-block;
  line-height: 45px;
  text-align: center;
  border: none;
  transition: all 0.3s ease;
  padding: 0 15px;
}
.btn + .btn {
  margin-left: 15px;
}
.btn_large {
  width: 135px;
}
.btn_gray {
  background-color: #6c6c6c;
  color: #fff;
}
.btn_lightgray {
  background-color: #8d8d8d;
  color: #fff;
}
.btn_blue {
  background-color: #03658c;
  color: #fff;
}
.btn_orange {
  background-color: #cb611a;
  color: #fff;
}
.btn_navy {
  background-color: #001a33;
  color: #fff;
}
.btn_red {
  background-color: #a4001b;
  color: #fff;
}

.margin_top_10 {
  margin-top: 10px !important;
}
.margin_top_20 {
  margin-top: 20px !important;
}
.margin_top_30 {
  margin-top: 30px !important;
}
.margin_top_60 {
  margin-top: 60px !important;
}
.margin_top_90 {
  margin-top: 90px !important;
}

.margin_bottom_20 {
  margin-bottom: 20px !important;
}
.margin_bottom_30 {
  margin-bottom: 30px !important;
}

input.full {
  display: block;
  width: 100%;
}

.txt_blue {
  color: #1074ef !important;
}
.txt_gray {
  color: #828282 !important;
}
.txt_orange {
  color: #fe6804 !important;
}
.txt_gray2 {
  color: #b19a9a !important;
}
.txt_red {
  color: #b10606;
}

.relative {
  position: relative;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  overflow: hidden;
}

.cal_wrap {
  position: relative;
}
.cal_wrap > * {
  display: block;
  float: left;
  height: 25px !important;
  line-height: 25px !important;
  font-size: 13px;
}
.cal_wrap input.datepicker {
  width: 120px;
  border: 1px solid #ccc;
  padding: 5px 30px 5px 5px;
  background: url('../img/common/ic_cal.png') no-repeat right 5px center;
}
.cal_wrap button {
  border: 1px solid #3f4e61;
  background-color: #3f4e61;
  color: #fff;
  padding: 0 10px;
}

.table {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.table dt,
.table dd {
  display: table-cell;
  vertical-align: middle;
}

#ui-datepicker-div {
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  max-width: 280px;
  background-color: #fff;
}
.ui-datepicker-header {
  position: relative;
  border-bottom: 1px solid #dfdfdf;
  padding: 10px 20px;
}
.ui-datepicker-header a {
  display: block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 39px;
}
.ui-datepicker-header a.ui-datepicker-prev {
  background: url('../img/common/ic_cal_prev.png') no-repeat center center;
  right: 40px;
}
.ui-datepicker-header a.ui-datepicker-next {
  background: url('../img/common/ic_cal_next.png') no-repeat center center;
  right: 20px;
}
.ui-datepicker-header a span {
  display: none;
}
.ui-datepicker-header .ui-datepicker-title {
  font-size: 14px;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  font-size: 13px;
  text-align: center;
}
.ui-datepicker-calendar th {
  padding: 10px 5px;
  font-weight: bold;
}
.ui-datepicker-calendar td a {
  display: block;
  text-align: center;
  padding: 5px;
}

.checkbox_wrap {
  display: inline-block;
  margin: 0 5px;
}
.checkbox_wrap input {
  position: relative;
  top: 5px;
}

select { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; background : url('../img/common/ic_list_arrow_btm.png') no-repeat right 5px center ;}
select::-ms-expand { display : none }
.ir_text{ 
	overflow: hidden;
	position: absolute;
	border: 0;
	width: 1px;
	height: 1px;
	clip: rect(1px, 1px, 1px, 1px);
}