@charset "UTF-8";

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@font-face {
    font-family: "Pretendard";
    src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
  }
  @font-face {
    font-family: "Pretendard";
    src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
  }
  @font-face {
    font-family: "Pretendard";
    src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: "Pretendard";
    src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff") format("woff");
    font-weight: 500;
    font-style: normal;
  }
  @font-face {
    font-family: "Pretendard";
    src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
  }

:root {
    /* var 메인 컨텐츠 너비 */
    --width-content:1200px;
    --max-width-content:1900px;
    --font-family : "Pretendard", "Malgun Gothic", dotum, gulim, sans-serif;
    --font-color-base : #2d2d2d;

}

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;
	vertical-align: middle;
    box-sizing: border-box;
}
body{
    font-family: var(--font-family);
    color:var(--font-color-base);
    -webkit-text-size-adjust: none;
    font-size:14px;
    font-weight: 400;
}


ol, ul , ul li{
	list-style: none;
    padding:0;
    margin:0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
    width:100%;
}
input, select, textarea{
	vertical-align:middle;
	font-size:initial;
    box-sizing:border-box;
}
a{
	color:inherit;
	margin:0;
	padding:0;
	text-decoration: none;
    cursor: pointer;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	cursor: pointer;
	background:transparent;
	border:none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
    vertical-align: middle;
}
table caption {	
    display:none;
}
.text-right{
    text-align:right;
}

textarea{
    padding:5px;
    border:0px solid #e1e0de
}
input[type=text]{
    height:18px;
    border:solid 1px #d0d0d0;
    line-height:18px;
}
input[type=radio],
input[type=checkbox]{
    width:13px;
    height:13px;
}
input[type=file]{
    font-size: 14px;
}

label{
    cursor:pointer
}
hr,caption{
    display:none
}
legend{
    overflow:hidden;
    position:absolute;
    height:0;
    font-size:0;
    line-height:0;
    text-indent:-20000px
}

select{
    border:1px solid #008ad9;
    line-height:18px;
}
select.no{
    border:0;
}
table td,
table th {
  font-size: 14px;
}


input[type=text].form_control,
input[type=password].form_control {
    box-sizing: border-box;
    height: 26px;
    padding: 3px 5px;
    color: #666;
    font-size: 14px;
    line-height: 16px;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    font-family: var(--font-family);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
textarea.form_control {
    box-sizing: border-box;
    padding: 3px 5px;
    color: #666;
    font-size: 14px;
    line-height: 16px;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    font-family: var(--font-family);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input[type=text].form_control:focus,
input[type=password].form_control:focus,
textarea.form_control:focus {
    background-color: #f6fafd;
    border: 1px solid #278de0;
    outline: 0;
}

input[type=text].form_control[disabled],
input[type=text].form_control[readonly],
fieldset[disabled] input[type=text].form_control,
input[type=password].form_control[disabled],
input[type=password].form_control[readonly],
fieldset[disabled] input[type=password].form_control {
    opacity: .6;
    background: #ebebeb;
    border: 1px solid #d5d5d5;
}

textarea.form_control {
    width: 100% !important;
    height: auto;
}
select.form_select.bold,
input[type="text"].form_control.bold,
input[type="password"].form_control.bold,
textarea.form_control.bold{
    font-weight: 700;
}
select.form_select.fs-15,
input[type="text"].form_control.fs-15,
input[type="password"].form_control.fs-15,
textarea.form_control.fs-15{
    font-size: 15px;
}
select.form_select.fs-16,
input[type="text"].form_control.fs-16,
input[type="password"].form_control.fs-16,
textarea.form_control.fs-16{
    font-size: 16px;
}
.form_select {
    box-sizing: border-box;
    font-size: 14px;
    line-height: 16px;
    border-radius: 0;
    font-family: var(--font-family);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

    min-height: 26px;
    padding: 0 16px;
    color: #666;
    border: solid 1px #d1d1d1;
}

.form_select:focus {
    background-color: #f6fafd;
    border: 1px solid #278de0;
    outline: 0;
}

.form_select[disabled],
.form_select[readonly],
fieldset[disabled] .form_select {
    opacity: .6;
    background: #ebebeb;
    border: 1px solid #d5d5d5;
}


table.ex {border:0px;text-align:left; border-spacing:0;}
table.ex td{border:1px solid #909090; border-collapse: collapse;height:24px; font: 9pt "����"}
table.ex2 {border:0px;text-align:left;border-spacing:0;}
table.ex2 td{border:0px;border-collapse:collapse;height:24px; font: 9pt "����"}
.td_pad {padding:3px 0 0 10px;}

.checkbox-wrap {
    display: inline-block;
    margin-right: 0.625rem;
    width: 1.0625rem;
    height: 1.0625rem;
    position: relative;
}
.checkbox-wrap input[type=checkbox] {
    width: 1.0625rem;
    height: 1.0625rem;
    margin: 0;
    border:1px solid #aaa;
}

.radio-wrap input[type=radio] {
    position: relative;
    width: 0.8125rem;
    height: 0.8125rem;
    appearance: none;
    font-size: 0;
}
.radio-wrap input[type=radio]:before {
    content: "";
    position: absolute;
    bottom: -0.3125rem;
    left: 0;
    display: inline-block;
    width: 0.8125rem;
    height: 0.8125rem;
    border: 1px solid #d0d0d0;
    border-radius: 50%;
}
.radio-wrap input[type=radio]:checked:after {
    content: "";
    position: absolute;
    bottom: 0rem;
    left: 0.3125rem;
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 50%;
    background-color: #31b9f2;
}


.fw-bold {
    font-weight: bold;
}

.align-c {
    text-align: center;
}

.align-l {
    text-align: left;
}

.align-r {
    text-align: right;
}

.valign-t {
    vertical-align: top;
}

.valign-b {
    vertical-align: bottom;
}

.valign-m {
    vertical-align: middle;
}

.fc-primary {
    color: #1b61aa;
}
.red {
    background-color: red;
}

.black {
    background-color: #000;
}
.div_basic {
    width: var(--width-content);
    margin:0 auto;
}

#wrap {
    min-width: 1280px;
}


.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
  }
  
  .btn-tiny {
    border-radius: 12px;
    padding: 4px 10px;
    border: none;
    color: #fff;
    font-weight: 600;
  }
  .btn.btn-outline-gray {
    border: 1px solid #999999;
    color: #999999;
  }
  .btn.btn-round {
    border-radius: 20px;
  }
  .btn.btn-sm {
    height: 28px;
    font-size: 14px;
    padding: 0 14px;
  }
  .btn.btn-white {
    background-color: #ffffff;
  }
  .btn.btn-primary {
    background-color: #31b9f2;
    color: #ffffff;
  }
  .btn.btn-secondary {
    background-color: #0066cb;
    color: #ffffff;
  }
  .btn.btn-red {
    background-color: red;
    color: #ffffff;
  }
  .btn.btn-black {
    background-color: #000000;
    color: #ffffff;
  }
  .btn.btn-md {
    height: 3.4375rem;
    border-radius: 4px;
    font-size: 1.25rem;
    font-weight: 600;
  }
  .btn.btn-wide {
    width: 100%;
  }

/* icon */
[class*=icon-] {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
}

.icon-arrow-half {
    width: 34px;
    height: 10px;
    background-image: url("/images/img/icon_arrow_half.png");
}

.icon-calendar {
    width: 22px;
    height: 22px;
    background-image: url("/images/img/icon_calendar.gif");
}

.icon-home {
    width: 21px;
    height: 19px;
    background-image: url("/images/img/icon_home.png");
}
  
.mt-3{
    margin-top:30px;
}

.text-center{
    text-align:center;
}
.text-left{
    text-align:left;
}
.text-center{
    text-align: center;
}
.va-top{
    vertical-align:top;
}