@charset "UTF-8";
/* font */
@font-face {
  font-family: 'NotoSansKR';
  font-weight: 300;
  src: url(../font/NotoSansKR-Light.woff);
  src: url(../font/NotoSansKR-Light.woff) format('woff');
}
@font-face {
  font-family: 'NotoSansKR';
  font-weight: 400;
  src: url(../font/NotoSansKR-Regular.woff);
  src: url(../font/NotoSansKR-Regular.woff) format('woff');
}
@font-face {
  font-family: 'NotoSansKR';
  font-weight: 500;
  src: url(../font/NotoSansKR-Medium.woff);
  src: url(../font/NotoSansKR-Medium.woff) format('woff');
}
@font-face {
  font-family: 'NotoSansKR';
  font-weight: 700;
  src: url(../font/NotoSans-Bold.woff);
  src: url(../font/NotoSans-Bold.woff) format('woff');
}
@font-face {
  font-family: 'KIMM_Bold';
  font-weight: 700;
  src: url(../font/KIMM_Bold.woff2);
  src: url(../font/KIMM_Bold.woff2) format('woff');
}
/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: keep-all;
}
body,button,input,select,table,textarea {
  font-family: 'NotoSansKR', Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
  letter-spacing: -0.04em
}
html {
  height: 100%;
}
body {
  height: 100%;
  -webkit-text-size-adjust: none
}
button,fieldset,img {
  border: 0 none
}
fieldset,img {
  border: 0
}
img,li {
  vertical-align: top
}
ol,ul,dl,menu,li {
  list-style: none
}
address,em {
  font-style: normal
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a:active,a:focus,a:hover {
  text-decoration: none;
}
button {
  border: 0;
  background: 0 0;
  cursor: pointer
}
table {
  margin: 0;
  padding: 0;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
input,select,textarea,button {
  vertical-align: top
}
input,select,textarea {
  border: 0;
  background: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none
}
select::-ms-expand {
  display: none
}
textarea {
  resize: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}
embed,iframe,img,object,video {
  max-width: 100%
}
input[type=search]::-ms-clear,
input[type=search]::-ms-reveal,
input[type=text]::-ms-clear,
input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0
}
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none
}
input[type='text'],
input[type='password'],
input[type='submit'],
input[type='search'] {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: transparent
}
button,
input[type='button'],
input[type='submit'],
input[type='reset'],
input[type='file'] {
  -webkit-appearance: button;
  border-radius: 0
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
form {
  margin: 0;
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0 none;
}
caption,legend {
  position: static;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-break: initial;
  word-wrap: initial;
}
.blind {
  position: absolute !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-break: normal;
  word-wrap: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
body.modal {
  overflow: hidden;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
  content: '';
  content: none;
}
button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}
a {
  text-decoration: none;
}
a:active,a:focus,a:hover {
  text-decoration: none;
}
embed,iframe,img,object,video {
  max-width: 100%;
}
figure {
  margin: 0;
}
img {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit  */
  image-rendering: crisp-edges;
}
/* 입력서식 */
input,button,label,textarea,select {
  vertical-align: middle;
}
input[type=text],
input[type=password],
input[type=number],
input[type=tel],
input[type=email],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=text][disabled],
input[type=password][disabled],
input[type=number][disabled],
input[type=tel][disabled],
input[type=email][disabled],
textarea[disabled] {
  background: transparent;
}
input[type=text][readonly=readonly],
input[type=password][readonly=readonly],
input[type=number][readonly=readonly],
input[type=tel][readonly=readonly],
input[type=email][readonly=readonly] {
  background: transparent;
}
.select {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
textarea {
  width: 100%;
  min-height: 60px;
  resize: none;
}
select[style],
input[style],
input[size] {
  width: auto;
  min-width: 0;
}
button,input[type=submit] {
  border: 0;
  padding: 0;
  cursor: pointer;
  background: transparent;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=file] {
  margin: auto;
  height: 30px;
}
input::-webkit-input-placeholder {
  font-size: 1em;
}
input:-moz-placeholder {
  font-size: 1em;
}
/* Firefox 4-18 */
input::-moz-placeholder {
  font-size: 1em;
}
/* Firefox 19+ */
input:-ms-input-placeholder {
  font-size: 1em;
}
/* IE10+ */
input[type=text]::-ms-clear {
  display: none;
}
.mobile {
  display: none !important;
}
.desktophide {
  display: none !important;
}
@media screen and (max-width:1024px) {
  .desktophide {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
}
@media screen and (max-width:768px) {
  .mobile {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
.kimm{
  font-family: 'KIMM_Bold';
  font-weight: 700;
}

/* accessibility */
#accessibility a {
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  background: #000;
  color: #fff;
  text-align: center;
  z-index: 1100;
}
#accessibility a:focus,
#accessibility a:active {
  width: 100%;
  height: 45px;
  padding: 10px
}
:root{
  --point_color:#0653bc;
}

/* 버튼 */
.btn_Wrap{
  display: flex;
  gap: 10px;
}
.btn_Wrap.ta_right{
  justify-content: flex-end;
}
/* .btn_Wrap :is(a,button):not(:last-of-type){
  margin-right: 7px;
} */
.btn_Wrap :is(a,button){
  max-width: 118px;
  line-height: 40px;
  min-width: auto;
  width: 100%;
  font-size: 18px;
  transition: all 0.3s;
  padding: 0 5px;
  letter-spacing: -0.06em;
  text-align: center;
}
.btn_bl{
  background: #213a75;
  border: 1px solid #213a75;
  color: #fff;
}
.btn_bl:hover{
  background: #fff;
  color: #213a75;
}
.btn_list{
  background: #213a75;
  border: 1px solid #213a75;
  color: #fff;
}
.btn_list::before{
  content: '';
  display: inline-block;
  width: 18px;
  height: 13px;
  background: url(../img/sub/ico_list.png) no-repeat;
  margin-right: 15px;
}
.btn_list:hover{
  background: #fff;
  color: #213a75;
}
.btn_list:hover:before{
  background-image: url(../img/sub/ico_list_on.png);
}
.btn_pp{
  background: #685fbe;
  border: 1px solid #685fbe;
  color: #fff;
}
.btn_pp:hover{
  background: #fff;
  color: #685fbe;
}
.btn_pumkin{
  background-color: #ce4f4f;
  border: 1px solid #ce4f4f;
  color: #fff;
  padding: 0 11px;
}
.btn_pumkin:hover{
  background: #fff;
  color: #ce4f4f;
}
.btn_dark{
  background-color: #444;
  border: 1px solid #444;
  color: #fff;
}
.btn_dark:hover{
  background: #fff;
  color: #444;
}
@media screen and (max-width: 768px){
  .btn_Wrap :is(a,button){
    max-width: 100px;
    font-size: 16px;
  }
  .btn_Wrap.m_center{
    justify-content: center;
  }
  
}
/* 태그 */
.tag{
  width: 72px;
  line-height: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  padding-bottom: 2px;
}
.ing_tag{
  border: 2px solid #d57373;
  color: #ce4f4f;
}
.end_tag{
  border: 2px solid #a2a2a2;
  color: #545454;
}
.yet_tag{
  border: 2px solid #685fbe;
  color: #685fbe;
}
.cancel_tag{
  border: 2px solid #3d3d3d;
  color: #3d3d3d;
}
.day_tag{
  position: absolute;
  top: 20px;
  left: 20px;
  min-width: 75px;
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
  background: #f37138;
  text-align: center;
  line-height: 28px;
  padding-bottom: 2px;
}

#side_bar {
  width: 110px;
  letter-spacing: -0.06em;
  overflow: hidden;
  position: absolute;
  z-index: 11;
  right: calc((100% - 1800px) / 2);
  top: 140px;
  background: #fff;
  font-size: 14px;
}
.quick_menu {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.quick_menu .quick_title_box{
  color: #fff;
  background-color: #0e76bc;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quick_menu .quick_item > a{
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px 5px;
  flex-direction: column;
  gap: 15px;
}
.quick_menu .quick_item > a p{
  transition: all 0.3s;
}
.quick_menu .quick_item > a:hover p{
  color: #0e76bc;
}
.quick_menu .quick_item_list,
.quick_util_box{
  border: 1px solid #c1c1c1;
  border-top: none;
}
.quick_menu .quick_item:not(:first-of-type){
  border-top: 1px solid #c1c1c1;
}
.quick_util_box :is(button, a){
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quick_util_box :is(button, a) span{
  font-size: 12px;
  text-align: center;
}
.quick_util_box :is(button, a) span::before{
  content: '';
  display: block;
  width: 7px;
  aspect-ratio: 2 / 1;
  background: url(../img/common/ico_quick_top.png) no-repeat;
  background-size: contain;
  margin: 0 auto 5px;
}
@media screen and (max-width: 1800px){
  #side_bar{
    display: none;
  }
}