@charset "UTF-8";

:root{
	
	--color-bar:#F65C78;
	--color-hover-bg:#1f11140d;
	--color-list-bg:#f65c780d;

	--kor-font-regular:'Pretendard-regular',sans-serif;
	--kor-font-medium:'Pretendard-medium',sans-serif;
	--kor-font-bold:'Pretendard-bold',sans-serif;

	--eng-font-regular:'Montserrat_R', sans-serif;
	--eng-font-medium:'Montserrat_M', sans-serif;
	--eng-font-semibold:'Montserrat_SB', sans-serif;
	--eng-font-bold:'Montserrat_B', sans-serif;

	--border-radius-lg:1rem;
	--border-radius:0.5rem;
	--border-radius-sm:5px;
	
}


div.res_calendar{position:relative; margin:0 auto; width:100%; height:auto;}
div.res_calendar div.calendar{width:65%; height:auto; padding:1rem; float:left; border-radius: 8px; background: #ffffff; position: relative; border:1px solid #ddd;   box-shadow: 23px 28px 50.22px 3.78px rgba(0, 0, 0, 0.05);}
div.res_calendar div.cal_bg01{ width:63.5%; height:600px; z-index: 2; border-radius: 8px; top:5%; left:2%; position: absolute; background: #d0d1d4; 
	box-shadow: 0 10px 10px rgba(0,0,0,.08);
    -moz-box-shadow: 0 10px 10px rgba(0,0,0,.08);
    -o-box-shadow: 0 10px 10px rgba(0,0,0,.08);
    -webkit-box-shadow: 0 10px 10px rgba(0,0,0,.08)
 }
div.res_calendar div.cal_bg02{ width:64%; height:570px; z-index: 1; border-radius: 8px; top:7%; left:2.3%; position: absolute; background: #9598a0; 
box-shadow: 0 10px 10px rgba(0,0,0,.08);
    -moz-box-shadow: 0 10px 10px rgba(0,0,0,.08);
    -o-box-shadow: 0 10px 10px rgba(0,0,0,.08);
    -webkit-box-shadow: 0 10px 10px rgba(0,0,0,.08)
  }
div.res_calendar div.calendar h3{text-align: center;color: #232428;padding:3% 0 7% 0;font-size: 1.5rem;font-family: var(--eng-font-semibold);letter-spacing: 0.1rem;}
div.res_calendar div.calendar div.ca_arrows{ position: absolute; width:100%; }
div.res_calendar div.calendar div.ca_arrows img{ width:30px; height: auto; }
div.res_calendar div.calendar div.ca_arrows img.left{ position: absolute; left:12px; top:23px;}
div.res_calendar div.calendar div.ca_arrows img.right{ position: absolute; right:35px; top:23px; }
div.res_calendar div.calendar table{ width:100%; margin-left: 0; }
div.res_calendar div.calendar table tr th{font-family: var(--eng-font-regular) color:#232428; padding-bottom: 3%; }
div.res_calendar div.calendar table tr td{cursor: pointer; font-family: var(--eng-font-medium) color:#3C4153; font-size: 1rem; text-align: center; padding:0; border-top:1px solid #eeeeee;  border-left:1px solid #eeeeee; position: relative; }
div.res_calendar div.calendar table tr td:not(.none):hover{background:var(--color-hover-bg);}
div.res_calendar div.calendar table tr td.none{color:#d7d7d7;}
div.res_calendar div.calendar table tr td:last-child{text-align: center; border-top:1px solid #eeeeee; border-left:1px solid #eeeeee; border-right:1px solid #eeeeee;}
div.res_calendar div.calendar table tr td.bar::after{ content:''; position: absolute; bottom:15%; left:15%;  border-radius:20px; width:70%; height:5px; background:var(--color-bar);}
div.res_calendar div.calendar table tr td a{ display:block; padding:35% 0; color:#3C4153;}
div.res_calendar div.calendar table tr td.on{color:#fff; background:var(--color-bar);}
div.res_calendar div.calendar table tr td.bar.on{ color:#fff; background:var(--color-bar);}
div.res_calendar div.calendar table tr td.on a{ color:#fff; background:var(--color-bar);}
div.res_calendar div.calendar table tr td.bar.on a{ color:#fff; background:var(--color-bar);}
div.res_calendar div.calendar table tr td.bar.on::after{background:#fff;}

div.res_calendar div.calendar table tr:last-child{ border-bottom:1px solid #eeeeee; }
div.res_calendar div.tolist{width:34%; position: relative; margin-left:1%;  height:auto; float:left;}
div.res_calendar div.tolist h4{color: #333; font-family:var(--eng-font-bold); padding-top: 15%; padding-left: 14%; font-size: 2rem; margin-bottom: 15%; display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap;}
div.res_calendar div.tolist h4 span{font-size:13px; display: inline-block;  color:#999; font-family:var(--eng-font-medium); letter-spacing:0.05rem; padding:0.25rem 0.8rem; border-radius:50px; border:2px solid #ddd;}
div.res_calendar div.tolist ul{max-height:35rem; overflow-y:auto;}
div.res_calendar div.tolist ul::-webkit-scrollbar{width:8px;}
div.res_calendar div.tolist ul::-webkit-scrollbar-thumb{background-color:#7f7f7f; border-radius:10px; border-clip:padding-box; border:2px slid transparent;}
div.res_calendar div.tolist ul::-webkit-scrollbar-track{background-color:#c6c6c6; border-radius:10px; box-shadow:inset 0 0 5px white;}
div.res_calendar div.tolist ul li::after{ width: 10px; height:10px; border-radius: 50%; position:absolute; top:32%; left:6%; background:var(--color-bar);  content:'';}
div.res_calendar div.tolist ul li{width:100%; padding:5% 15%; padding-right:5%;  position: relative;}
div.res_calendar div.tolist ul li span.tit{font-size:1.125rem; font-family:var(--kor-font-bold);}
div.res_calendar div.tolist ul li span.time{display: inline-block; margin-top: 0.2rem; opacity: 0.5;font-size: 0.875rem;font-family:var(--eng-font-medium);letter-spacing: 0.1rem;}
div.res_calendar div.tolist ul li:nth-child(2n+1){background:var(--color-list-bg);}
div.res_calendar div.tolist button.bttn-unite{position: absolute; right:0px; top:0px;}

div.res_calendar div.btn-wrap {width: 100%;float: left; margin-top:3rem;}
div.res_calendar div.btn-wrap a.btn-aware-js{display:block; width:fit-content; font-size:15px; background:#6B76F0; color:#fff; padding:20px 45px; font-family:var(--kor-font-bold);}


/*table*/
/* -- Material Design Table style -------------- */
div.res_calendar .table {
 font-style: normal;
  font-weight: 300;
  font-size:14px;
  line-height: 2px;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  width: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
  background-color: #fff;
}
div.res_calendar .table > thead > tr,
div.res_calendar .table > tbody > tr,
div.res_calendar .table > tfoot > tr {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
div.res_calendar .table > thead > tr > th,
div.res_calendar .table > tbody > tr > th,
div.res_calendar .table > tfoot > tr > th,
div.res_calendar .table > thead > tr > td,
div.res_calendar .table > tbody > tr > td,
div.res_calendar .table > tfoot > tr > td {
  text-align: left;
  padding: 15px 10px;
  vertical-align: top;
  border-top: 0;
  font-size:14px;
  line-height: 1.5em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
div.res_calendar .table > thead > tr > th {
  font-weight: 400;
  font-family: var(--eng-font-medium);
  color: #021e50;
  vertical-align: bottom;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
div.res_calendar .table > thead > tr > th:first-child{
 text-align: center;
}
div.res_calendar .table > tbody > tr > td:first-child{
 text-align: center;
 font-family: var(--eng-font-medium);
}

div.res_calendar .table > thead > tr > th:last-child{
 text-align: center;
}
div.res_calendar .table > tbody > tr > td:last-child{
 text-align: center;
 font-family: var(--eng-font-medium);
}
div.res_calendar .table > tbody > tr:last-child{
 border-bottom:10px solid #28487b ; 

}
div.res_calendar .table > caption + thead > tr:first-child > th,
div.res_calendar .table > colgroup + thead > tr:first-child > th,
div.res_calendar .table > thead:first-child > tr:first-child > th,
div.res_calendar .table > caption + thead > tr:first-child > td,
div.res_calendar .table > colgroup + thead > tr:first-child > td,
div.res_calendar .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
div.res_calendar .table > tbody + tbody {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
div.res_calendar .table .table {
  background-color: #fff;
}
div.res_calendar .table .no-border {
  border: 0;
}
div.res_calendar .table-condensed > thead > tr > th,
div.res_calendar .table-condensed > tbody > tr > th,
div.res_calendar .table-condensed > tfoot > tr > th,
div.res_calendar .table-condensed > thead > tr > td,
div.res_calendar .table-condensed > tbody > tr > td,
div.res_calendar .table-condensed > tfoot > tr > td {
  padding: 0.8rem;
}
div.res_calendar .table-bordered {
  border: 0;
}
div.res_calendar .table-bordered > thead > tr > th,
div.res_calendar .table-bordered > tbody > tr > th,
div.res_calendar .table-bordered > tfoot > tr > th,
div.res_calendar .table-bordered > thead > tr > td,
div.res_calendar .table-bordered > tbody > tr > td,
div.res_calendar .table-bordered > tfoot > tr > td {
  border: 0;
  border-bottom: 1px solid #e0e0e0;
}
div.res_calendar .table-bordered > thead > tr > th,
div.res_calendar .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
div.res_calendar .table-striped > tbody > tr:nth-child(odd) > td,
div.res_calendar .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f5f5f5;
}
div.res_calendar .table-hover > tbody > tr:hover > td,
div.res_calendar .table-hover > tbody > tr:hover > th {
  background-color: rgba(0, 0, 0, 0.12);
}

/*pagination*/
div.res_calendar [data-pagination],
div.res_calendar [data-pagination] *,
div.res_calendar [data-pagination] *:before,
div.res_calendar [data-pagination] *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
}
div.res_calendar [data-pagination] {
  width:100%;
  font-size: 8px;
  line-height: 1;
  font-weight: 400;
  font-family: var(--eng-font-medium);
  -webkit-text-size-adjust: 100%;
  margin: 1em auto;
  text-align: center;
  transition: font-size .2s ease-in-out;

}
div.res_calendar [data-pagination] ul {
  list-style-type: none;
  display: inline;
  font-size: 85%;
  margin: 0;
  padding: .5em;
}
div.res_calendar [data-pagination] ul li {
  display: inline-block;
  font-size: 100%;
  float:none;
  width: auto;
  border-radius: 3px;
}
div.res_calendar [data-pagination] > a {

  font-size: 140%;
}
div.res_calendar [data-pagination] a {
  color: #fff;
  opacity: 0.6;
  font-size: 100%;
  padding: .5em;
}
div.res_calendar [data-pagination] a img{ width:30px;  position: relative; top:8px;}
div.res_calendar [data-pagination] a:focus,
div.res_calendar [data-pagination] a:hover {
  color: #fff;
  opacity: 0.9;
}
div.res_calendar [data-pagination] li.current {
  background: rgba(0,0,0,.1);
  line-height:1.5em;
}
/* Disabled & Hidden Styles */
div.res_calendar [data-pagination] .disabled,
div.res_calendar [data-pagination] [hidden],
div.res_calendar [data-pagination] [disabled] {
  opacity: .5;
  pointer-events: none;
}




@media screen and (max-width: 1024px) {

div.res_calendar{ width:100%;}
div.res_calendar div.calendar{ width:100%; height:auto; z-index: 4; float:left; border-radius: 8px;  position: relative; }
div.res_calendar div.cal_bg01{ display: none; }
div.res_calendar div.cal_bg02{ display: none; }
div.res_calendar div.tolist{ width: 100%;margin-left:0; }
div.res_calendar div.tolist button.bttn-unite{position: absolute; right:0px; top:70px;}
div.res_calendar div.tolist h4 {  padding-top: 3rem; padding-left: 0; font-size: 2rem; margin-bottom: 1.5rem;  }
div.res_calendar div.tolist ul li{width:100%;padding-right:0;}
}

@media screen and (max-width: 425px) {
div.res_calendar div.tolist button.bttn-unite{position: absolute; right:0px; top:45px;}
div.res_calendar div.calendar table tr th{padding:0;padding-bottom:1rem;}
div.res_calendar div.calendar div.ca_arrows{top:0;}
}



@media screen and (max-width: 768px) {
  div.res_calendar .table-responsive-vertical > .table {
    margin-bottom: 0;
    background-color: transparent;
  }
  div.res_calendar .table-responsive-vertical > .table > thead,
  div.res_calendar .table-responsive-vertical > .table > tfoot {
    display: none;
  }
  div.res_calendar .table-responsive-vertical > .table > tbody {
    display: block;
  }
  div.res_calendar .table-responsive-vertical > .table > tbody > tr {
    display: block;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    margin-bottom: 1.6rem;
  }
  div.res_calendar .table-responsive-vertical > .table > tbody > tr > td {
    background-color: #fff;
    display: block;
    vertical-align: middle;
    text-align: right;
  }
  div.res_calendar .table-responsive-vertical > .table > tbody > tr > td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: inherit;
    font-weight: 400;
    color: #021e50;
  }
  div.res_calendar .table-responsive-vertical.shadow-z-1 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  div.res_calendar .table-responsive-vertical.shadow-z-1 > .table > tbody > tr {
    border: none;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  }
 div.res_calendar .table-responsive-vertical > .table-bordered {
    border: 0;
  }
  div.res_calendar .table-responsive-vertical > .table-bordered > tbody > tr > td {
    border: 0;
    border-bottom: 1px solid #e0e0e0;
  }
  div.res_calendar .table-responsive-vertical > .table-bordered > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  div.res_calendar .table-responsive-vertical > .table-striped > tbody > tr > td,
  div.res_calendar .table-responsive-vertical > .table-striped > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  div.res_calendar .table-responsive-vertical > .table-striped > tbody > tr > td:nth-child(odd) {
    background-color: #f5f5f5;
  }
  div.res_calendar .table-responsive-vertical > .table-hover > tbody > tr:hover > td,
  div.res_calendar .table-responsive-vertical > .table-hover > tbody > tr:hover {
    background-color: #fff;
  }
  div.res_calendar .table-responsive-vertical > .table-hover > tbody > tr > td:hover {
    background-color: rgba(0, 0, 0, 0.12);
  }
}

@media (max-width: 320px) {
  div.res_calendar [data-pagination] {
    font-size: 10pt;
      }
 div.res_calendar [data-pagination] ul{position: relative;
    top:-3px;}
  [data-pagination] a{padding:0.2em;}
  div.calendar div.ca_arrows img.left{ top:10px}
  div.calendar div.ca_arrows img.right{ top:10px; right:20px;}
}
@media (max-width: 350px) {
 div.res_calendar [data-pagination] {
    font-size: 10pt;
      }
 div.res_calendar [data-pagination] ul{position: relative;
    top:-3px;}
  div.calendar div.ca_arrows img.left{ top:10px}
  div.calendar div.ca_arrows img.right{ top:10px}
}
@media (min-width: 500px) {
 div.res_calendar [data-pagination] {
    font-size: 12pt;

  }

 div.res_calendar [data-pagination] ul{
 width:100%;
 height:auto;
 position: relative;
    top:0px;
  left:0px;}
}
@media (min-width: 700px) {
 div.res_calendar [data-pagination] {
    font-size: 14pt;
  }
}
@media (min-width: 900px) {
 div.res_calendar [data-pagination] {
    font-size: 16pt;
  }
}



/*search*/
div.res_calendar .jTermau_searchform {
  background-color: #28487b;  
  margin: 0 auto;
  width:100%;
  float: left;
  margin-top: 2%;
}
div.res_calendar .jTermau_searchform select {
  width: 24%;
  padding:8px 12px;
}
div.res_calendar .jTermau_searchform option {
  width: 24%;
}
div.res_calendar .jTermau_searchformContainer {  
  width: 100%;
  margin: 0 auto;
  padding: 1%;
}

div.res_calendar input[type="text"].jTermau_textInput {
  border: none;
  overflow: hidden;
  text-overflow: ellipsis;
  width:49%;
  margin-left:0%;
  margin-right:1%;
  padding:8px 12px;
  font-size:14px;
  background:#fff;
  line-height:0.7em;
}

div.res_calendar .jTermau_sendButton {
  width:24%;
  cursor: pointer;
  margin-right:0px;
  background-color:#345a99;
  border:none;
  box-shadow: 0px 5px 10px #2d4f88;
  color:white;
  padding:8px 12px;
  text-transform:uppercase;
  font-family: var(--eng-font-medium);
  font-size:14px;
}

@media screen and (max-width: 406px) and (min-width: 0px) {

}
/*btn*/

div.btn-right a.button {
  flex: 1 1 auto;
  margin: 10px;
  padding: 8px 25px 8px 40px;
  border: 2px solid #f7f7f7;
  border-radius:20px;
  font-size:13px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: .3s;
  color:#fff;
  position:relative;
}
div.btn-right a.button img{position:absolute; top:9px; width:15px; left:17px;}
div.btn-right a.button img.list{position:absolute; top:12px; width:15px; left:17px;}
div.btn-right a.button:after {
  position: absolute;
  transition: .3s;
  content: '';
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: #f7f7f7;
}
div.btn-right a.button:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
div.btn-right a.button:hover:after {
  width: 0%;
}
div.btn-right{ float:right; margin-top:25px;}

/*checkbox*/

@-moz-keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 12.5px;
  }
}
@-webkit-keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 12.5px;
  }
}
@keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 12.5px;
  }
}
@keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 30px;
  }
}
@-webkit-keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 30px;
  }
}
@-moz-keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 30px;
  }
}

.check-box {
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 2.5px solid #b5b5b5;
  border-radius: 7%;
  position: relative;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: border-color ease 0.125s;
  -o-transition: border-color ease 0.125s;
  -webkit-transition: border-color ease 0.125s;
  transition: border-color ease 0.125s;
  cursor: pointer;
}
.check-box::before, .check-box::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 0;
  width: 2.5px;
  background-color: #2060aa;
  display: inline-block;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 7px;
  content: ' ';
  -webkit-transition: opacity ease .5;
  -moz-transition: opacity ease .5;
  transition: opacity ease .5;
}
.check-box::before {
  top: 18px;
  left: 10.25px;
  box-shadow: 0 0 0 0.75px #fff;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.check-box::after {
  top: 9.25px;
  left: 1.25px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input[type=checkbox]:checked + .check-box,
.check-box.checked {
  border-color: #2060aa;
}
input[type=checkbox]:checked + .check-box::after,
.check-box.checked::after {
  height: 12.5px;
  -moz-animation: dothabottomcheck 0.125s ease 0s forwards;
  -o-animation: dothabottomcheck 0.125s ease 0s forwards;
  -webkit-animation: dothabottomcheck 0.125s ease 0s forwards;
  animation: dothabottomcheck 0.125s ease 0s forwards;
}
input[type=checkbox]:checked + .check-box::before,
.check-box.checked::before {
  height: 30px;
  -moz-animation: dothatopcheck 0.25s ease 0s forwards;
  -o-animation: dothatopcheck 0.25s ease 0s forwards;
  -webkit-animation: dothatopcheck 0.25s ease 0s forwards;
  animation: dothatopcheck 0.25s ease 0s forwards;
}






div.res_list{ position:relative; margin:0 auto; width:90%; margin-left:5%; height:auto; padding:1%; }
@media screen and (max-width: 768px) {
div.res_list{ position:relative; margin:0 auto; width:100%; height:auto; padding:1%; }

div.res_list .jTermau_searchform select{ width:100%; }
}
/*table*/

/* -- Material Design Table style -------------- */
div.res_list .table {
 font-style: normal;
  font-weight: 300;
  font-size:14px;
  line-height: 2px;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  width: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
  background-color: #fff;
}
div.res_list .table > thead > tr,
div.res_list .table > tbody > tr,
div.res_list .table > tfoot > tr {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
div.res_list .table > thead > tr > th,
div.res_list .table > tbody > tr > th,
div.res_list .table > tfoot > tr > th,
div.res_list .table > thead > tr > td,
div.res_list .table > tbody > tr > td,
div.res_list .table > tfoot > tr > td {
  text-align: left;
  padding: 15px 10px;
  vertical-align: top;
  border-top: 0;
  font-size:14px;
  line-height: 1.5rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

div.res_list .table > thead > tr > th a,
div.res_list .table > tbody > tr > th a,
div.res_list .table > tfoot > tr > th a,
div.res_list .table > thead > tr > td a,
div.res_list .table > tbody > tr > td a,
div.res_list .table > tfoot > tr > td a{
color:#555;
font-family:var(--kor-font-bold) !important;
}



div.res_list .table > thead > tr > th {
  font-weight: 400;
  font-family:var(--kor-font-bold) !important;
  color: #555;
  vertical-align: bottom;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
div.res_list .table > thead > tr > th:first-child{
 text-align: center;
}
div.res_list .table > tbody > tr > td:first-child{
 text-align: center;
font-family: var(--kor-font-regular);
}



div.res_list .table > thead > tr > th:last-child{
 text-align: center;

}

div.res_list .table > thead > tr{ border-bottom:2px solid #ddd; }

div.res_list .table > tbody > tr > td:nth-of-type(4){

 font-family: var(--kor-font-regular);
}

div.res_list .table > tbody > tr > td:last-child{
 text-align: center;
 font-family: var(--kor-font-regular);
}

div.res_list .table > tbody > tr > td > img{
  width:20px; height:20px;
}

div.res_list .table > tbody > tr > td > img#img_new{
  width:20px; height:20px;
  top:4px;
  position:relative;
}

div.res_list .table > tbody > tr > td > img#img_secret{
  width:20px; height:20px;
  top:4px;
  position:relative;
}


div.res_list .table > tbody > tr > td span.complete{ font-size: 0.8rem; display: inline-block; padding:6px 12px; border-radius: 25px; background:#0d2d84; color:#fff;  }
div.res_list .table > tbody > tr > td span.ing{ font-size: 0.8rem; display: inline-block; padding:6px 12px; border-radius: 25px; background:#f551a7; color:#fff;}
div.res_list .table > tbody > tr > td span.wait{ font-size: 0.8rem; display: inline-block; padding:6px 12px; border-radius: 25px; background:#02a0c7; color:#fff; }

div.res_list .table > tbody > tr{ border-bottom: 1px solid #eaeaea; }
div.res_list .table > tbody > tr:last-child{
 border-bottom:2px solid #555 ; 

}
div.res_list .table > caption + thead > tr:first-child > th,
div.res_list .table > colgroup + thead > tr:first-child > th,
div.res_list .table > thead:first-child > tr:first-child > th,
div.res_list .table > caption + thead > tr:first-child > td,
div.res_list .table > colgroup + thead > tr:first-child > td,
div.res_list .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
div.res_list .table > tbody + tbody {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
div.res_list .table .table {
  background-color: #fff;
}
div.res_list .table .no-border {
  border: 0;
}
div.res_list .table-condensed > thead > tr > th,
div.res_list .table-condensed > tbody > tr > th,
div.res_list .table-condensed > tfoot > tr > th,
div.res_list .table-condensed > thead > tr > td,
div.res_list .table-condensed > tbody > tr > td,
div.res_list .table-condensed > tfoot > tr > td {
  padding: 0.8rem;
}
div.res_list .table-bordered {
  border: 0;
}
div.res_list .table-bordered > thead > tr > th,
div.res_list .table-bordered > tbody > tr > th,
div.res_list .table-bordered > tfoot > tr > th,
div.res_list .table-bordered > thead > tr > td,
div.res_list .table-bordered > tbody > tr > td,
div.res_list .table-bordered > tfoot > tr > td {
  border: 0;
  border-bottom: 1px solid #e0e0e0;
}
div.res_list .table-bordered > thead > tr > th,
div.res_list .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
div.res_list .table-striped > tbody > tr:nth-child(odd) > td,
div.res_list .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f5f5f5;
}
div.res_list .table-hover > tbody > tr:hover > td,
div.res_list .table-hover > tbody > tr:hover > th {
  background-color: rgba(59, 107, 191, 0.1);
}
@media screen and (max-width: 768px) {
  div.res_list .table-responsive-vertical > .table {
    margin-bottom: 0;
    background-color: transparent;
  }
  div.res_list .table-responsive-vertical > .table > thead,
  div.res_list .table-responsive-vertical > .table > tfoot {
    display: none;
  }
  div.res_list .table-responsive-vertical > .table > tbody {
    display: block;
  }
  div.res_list .table-responsive-vertical > .table > tbody > tr {
    display: block;
    border: 1px solid #e0e0e0;
    border-radius: 7px;
    margin: 1rem 0rem;
    width:98%;
    margin-left: 1%;
  }
  div.res_list .table-responsive-vertical > .table > tbody > tr > td {
    background-color: #fff;
    display: block;
    vertical-align: middle;
    text-align: right;
  }
  div.res_list .table-responsive-vertical > .table > tbody > tr > td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: inherit;
    font-weight: 400;
    color: #021e50;
  }
  div.res_list .table-responsive-vertical.shadow-z-1 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  div.res_list .table-responsive-vertical.shadow-z-1 > .table > tbody > tr {
    border: none;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.4);
  }
 div.res_list .table-responsive-vertical > .table-bordered {
    border: 0;
  }
  div.res_list .table-responsive-vertical > .table-bordered > tbody > tr > td {
    border: 0;
    border-bottom: 1px solid #e0e0e0;
  }
  div.res_list .table-responsive-vertical > .table-bordered > tbody > tr > td:last-child {
    border-bottom: 0;
  }
  div.res_list .table-responsive-vertical > .table-striped > tbody > tr > td,
  div.res_list .table-responsive-vertical > .table-striped > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }
  div.res_list .table-responsive-vertical > .table-striped > tbody > tr > td:nth-child(odd) {
    background-color: #f5f5f5;
  }
  div.res_list .table-responsive-vertical > .table-hover > tbody > tr:hover > td,
  div.res_list .table-responsive-vertical > .table-hover > tbody > tr:hover {
    background-color: #fff;
  }
  div.res_list .table-responsive-vertical > .table-hover > tbody > tr > td:hover {
    /*background-color: rgba(0, 0, 0, 0.12);*/
  }
}
/*pagination*/
div.res_list [data-pagination],
div.res_list [data-pagination] *,
div.res_list [data-pagination] *:before,
div.res_list [data-pagination] *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
}
div.res_list [data-pagination] {
  width:100%;
  font-size: 8px;
  line-height: 1;
  font-weight: 400;
	float:left;
  -webkit-text-size-adjust: 100%;
  margin: 1rem auto;

  text-align: center;
  transition: font-size .2s ease-in-out;

}
div.res_list [data-pagination] ul {
  list-style-type: none;
  display: inline;
  font-size: 85%;
  margin: 0;
  padding: .5rem;
}
div.res_list [data-pagination] ul li {
  display: inline-block;
  font-size: 100%;
  float:none;
  width: auto;
  border-radius: 3px;
}
div.res_list [data-pagination] > a {

  font-size: 140%;
}
div.res_list [data-pagination] a {
  color: #555;
  opacity: 0.6;
  font-size: 100%;
  padding: .5rem;
  font-family: var(--kor-font-regular);
}
div.res_list [data-pagination] a img{ width:30px;  position: relative; top:8px;}
div.res_list [data-pagination] a:focus,
div.res_list [data-pagination] a:hover {
  color: #3b6bbf;
  opacity: 0.9;
  font-weight: bold;
}
div.res_list [data-pagination] li.current {
  background: rgba(0,0,0,.1);
  line-height:1.5rem;
}
/* Disabled & Hidden Styles */
div.res_list [data-pagination] .disabled,
div.res_list [data-pagination] [hidden],
div.res_list [data-pagination] [disabled] {
  opacity: .5;
  pointer-events: none;
}
@media (max-width: 320px) {
  div.res_list [data-pagination] {
    font-size: 10pt;
      }
 div.res_list [data-pagination] ul{position: relative;
    top:-3px;}
  [data-pagination] a{padding:0.2rem;}
  div.calendar div.ca_arrows img.left{ top:10px}
  div.calendar div.ca_arrows img.right{ top:10px; right:20px;}
}
@media (max-width: 350px) {
 div.res_list [data-pagination] {
    font-size: 10pt;
      }
 div.res_list [data-pagination] ul{position: relative;
    top:-3px;}
  div.calendar div.ca_arrows img.left{ top:10px}
  div.calendar div.ca_arrows img.right{ top:10px}
}
@media (min-width: 500px) {
 div.res_list [data-pagination] {
    font-size: 12pt;

  }

 div.res_list [data-pagination] ul{
 width:100%;
 height:auto;
 position: relative;
    top:0px;
  left:0px;}
}
@media (min-width: 700px) {
 div.res_list [data-pagination] {
    font-size: 14pt;
  }
}
@media (min-width: 900px) {
 div.res_list [data-pagination] {
    font-size: 16pt;
  }
}



/*search*/
div.res_list .jTermau_searchform {
 
  margin: 0 auto;
  width:100%;
  float: left;
  margin-top: 2%;
}
div.res_list .jTermau_searchform select {
  height:35px; 
  margin-top:0px;
  width:100%;
}

div.res_list .jTermau_searchform select.st02 {
  width: 15%;
  height:35px;
  padding:8px 12px;
  margin-right: 10px;
  margin-top:3px;
}
div.res_list .jTermau_searchform option {
  width: 24%;
}
div.res_list .jTermau_searchformContainer {  
  width: 100%;
  margin: 0 auto;
  padding: 0.8%;
}

div.res_list .jTermau_searchformContainer label.custom-select{
 margin-right:10px;
width:20%;
}
div.lib_list .jTermau_searchformContainer label.custom-select{
  width:40%;
}


div.res_list input[type="text"].jTermau_textInput {
  position: relative;
  top:-3px;
  border: none;
  border-bottom: 2px solid #555;
	overflow: hidden;
	text-overflow: ellipsis;
  width:47%;
  height:35px;
  margin-left:0%;
  margin-right:1%;
  padding:8px 12px;
  font-size:14px;

  line-height:0.7rem;
  padding-left: 45px;
  background-image: url('../../img/board/find.png');
  background-repeat: no-repeat;
  -webkit-background-size: 35px 35px;
  -moz-background-size: 35px 35px;
  -o-background-size: 35px 35px;
  background-size: 26px 26px;
  background-position: 3px 0px;
  font-family:var(--kor-font-regular) !important;
  color:#3762ae;

}


div.res_list .jTermau_sendButton {
  position: relative;
  top:-3px;
	width:22%;
  cursor: pointer;
  margin-right:0px;
  background-color:#345a99;
  border:none;
  box-shadow:0 5px 10px rgba(0,0,0,.2); 
  -moz-box-shadow:0 5px 10px rgba(0,0,0,.2); 
  -o-box-shadow:0 5px 10px rgba(0,0,0,.2); 
  -webkit-box-shadow:0 5px 10px rgba(0,0,0,.2) ;
  color:white;
  padding:8px 12px;
  text-transform:uppercase;

  font-size:14px;
}

@media screen and (max-width: 406px) and (min-width: 0px) {

}
/*btn*/

div.btn-right a.button {
  flex: 1 1 auto;
  margin: 10px;
  padding: 8px 25px 8px 40px;
  border: 2px solid #f7f7f7;
  border-radius:20px;
  font-size:13px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: .3s;
  color:#fff;
  position:relative;
}
div.btn-right a.button img{position:absolute; top:9px; width:15px; left:17px;}
div.btn-right a.button img.list{position:absolute; top:12px; width:15px; left:17px;}
div.btn-right a.button:after {
  position: absolute;
  transition: .3s;
  content: '';
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: #f7f7f7;
}
div.btn-right a.button:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
div.btn-right a.button:hover:after {
  width: 0%;
}
div.btn-right{ float:right; margin-top:25px;}

/*checkbox*/

@-moz-keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 12.5px;
  }
}
@-webkit-keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 12.5px;
  }
}
@keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 12.5px;
  }
}
@keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 30px;
  }
}
@-webkit-keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 30px;
  }
}
@-moz-keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 30px;
  }
}

.check-box {
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 2.5px solid #b5b5b5;
  border-radius: 7%;
  position: relative;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: border-color ease 0.125s;
  -o-transition: border-color ease 0.125s;
  -webkit-transition: border-color ease 0.125s;
  transition: border-color ease 0.125s;
  cursor: pointer;
}
.check-box::before, .check-box::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 0;
  width: 2.5px;
  background-color: #2060aa;
  display: inline-block;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 7px;
  content: ' ';
  -webkit-transition: opacity ease .5;
  -moz-transition: opacity ease .5;
  transition: opacity ease .5;
}
.check-box::before {
  top: 18px;
  left: 10.25px;
  box-shadow: 0 0 0 0.75px #fff;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.check-box::after {
  top: 9.25px;
  left: 1.25px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input[type=checkbox]:checked + .check-box,
.check-box.checked {
  border-color: #2060aa;
}
input[type=checkbox]:checked + .check-box::after,
.check-box.checked::after {
  height: 12.5px;
  -moz-animation: dothabottomcheck 0.125s ease 0s forwards;
  -o-animation: dothabottomcheck 0.125s ease 0s forwards;
  -webkit-animation: dothabottomcheck 0.125s ease 0s forwards;
  animation: dothabottomcheck 0.125s ease 0s forwards;
}
input[type=checkbox]:checked + .check-box::before,
.check-box.checked::before {
  height: 30px;
  -moz-animation: dothatopcheck 0.25s ease 0s forwards;
  -o-animation: dothatopcheck 0.25s ease 0s forwards;
  -webkit-animation: dothatopcheck 0.25s ease 0s forwards;
  animation: dothatopcheck 0.25s ease 0s forwards;
}

@media screen and (max-width: 768px) {
div.res_list{ position:relative; margin:0 auto; width:100%; height:auto; padding:1%; }

div.res_list .jTermau_searchform .custom-select{ width:100%; margin-bottom: 0.5rem; }
div.res_list .jTermau_searchform option{ width:100%; }
div.res_list .jTermau_searchform select{ width:100%; }
div.res_list .jTermau_searchform select.st02{width:100%;}
div.res_list input[type="text"].jTermau_textInput{ width:85%;top:0px; margin-top:3px; }
div.res_list .jTermau_sendButton{top:0px; margin-top:3px;}
div.res_list .table-responsive-vertical > .table > tbody > tr > td:nth-child(even){ background: #f8f8f8; }
div.res_list .table > tbody > tr > td:first-child{ border-radius: 7px 7px 0px 0px; }
div.res_list .table > tbody > tr > td:last-child{ border-radius: 0px 0px 7px 7px; }

div.res_list .table > tbody > tr > td{ padding: 15px 25px; }
div.lib_list .jTermau_searchformContainer label.custom-select{ width:100%;}
}

@media screen and (max-width: 625px) {
div.res_list input[type="text"].jTermau_textInput{ width:78%;top:0px; margin-top:3px; }

}

@media screen and (max-width: 375px) {
div.res_list input[type="text"].jTermau_textInput{ width:71%;top:0px; margin-top:3px; }
}

@media screen and (max-width: 320px) {
div.res_list input[type="text"].jTermau_textInput{ width:65%;top:0px; margin-top:3px; }
div.res_list table.lb_write tr th{ padding: 1.1rem 1rem; }
}

/* view */

div.res_list div.lb_tit{width:100%; padding: 10px 20px; float: left; border-bottom:2px solid #ddd;}
div.res_list div.lb_tit h3{ font-size: 24px; margin-top:20px; margin-bottom:15px;}
div.res_list div.lb_tit span{ font-size:14px; display: inline-block; margin-right:30px; }
div.res_list div.lb_cont{width:98%; font-size:14px; margin:2% 1%; padding:3%; border:1px solid #ddd; float: left;}
div.res_list div.lb_cont table,
div.res_list div.lb_cont table tr,
div.res_list div.lb_cont table tr th,
div.res_list div.lb_cont table tr td{border:1px solid #ccc;}

div.res_list div.attached_file{width:98%; font-size:14px; margin:2% 1%; padding:2%; border-top:2px solid #ddd; border-bottom:2px solid #ddd; float: left;}
div.res_list div.attached_file img{ position: relative; top:6px; width:20px; height:20px; margin-right: 10px; }
div.res_list div.attached_file a{color: #3b6bbf; cursor: pointer; display:block; margin-bottom:0.5rem; }
div.res_list div.attached_file a:last-child{ margin-bottom:0rem;}

div.res_list div.view_nav{width:98%; margin:2% 1%; padding:0%;  float: left;}

div.res_list div.view_nav a{ font-size: 0.9rem; color:#555; }

div.res_list div.view_nav a.previous{width:100%; display: inline-block; height:auto; padding:2%; border-top:2px solid #555; border-bottom:2px solid #555; }
div.res_list div.view_nav a.next{width:100%; display: inline-block; height:auto; padding:2%; border-bottom:2px solid #555;}
div.res_list div.view_nav img{width:20px; height:auto; float: left; margin-right: 2%}

div.res_list div.btn_group{text-align: center;}
div.res_list div.btn_group button.list_btn{ }

div.res_list table.lb_write{ width: 98%; margin-left: 1%; height: auto; margin-top: 20px; border-top: 2px solid #ddd;}
div.res_list table.lb_write tr{  border-bottom: 1px solid #ddd; }
div.res_list table.lb_write tr th{font-weight: normal; font-size:0.9rem; padding:1.1rem 1.4rem;  text-align: left; background:#f7f7f7; color: #555;  }
div.res_list table.lb_write tr td{font-size:0.9rem; padding:10px 20px;}

div.res_list table.lb_write tr td span.descript{ font-size: 0.8rem; margin-left: 20px; margin-right: 30px; }



div.pb_list{position: relative; margin: 0 auto; width: 1600px; height: auto; padding: 1%; }

div.pb_wrap {float: left; width:1600px; height:auto; padding: 40px 10% 5% 10%; margin: 0 auto;}



@media screen and (max-width: 320px) {

div.res_list table.lb_write tr th{ padding: 1.1rem 1rem; }
}

/* Source: http://matthamm.com/box-shadow-curl.html */

ul.box{
position: relative;
z-index: 1; /* prevent shadows falling behind containers with backgrounds */
overflow: hidden;
list-style: none;
margin: 0;
padding: 0; }


ul.box li{
width: 380px;
height: 335px;
background-color: #fff;
padding: 0px;
position: relative;
position: relative;
float: left;
margin: 13px;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; 
}

ul.box li img {
  width: 100%;
  height: 250px;
  float: left;
}

ul.box li div.date{position:absolute; padding:10px 20px; font-size: 16px; left:25px; bottom:60px; width:150px; height:50px; background:#0d2d84; color:#fff;}

ul.box li span.tit{display:inline-block; float:left; font-size: 18px; color:#555; padding-top:40px; padding-left:40px;}



ul.box li:before,
ul.box li:after{
content: '';
z-index: -1;
position: absolute;
left: 11px;
bottom: 16px;
width: 70%;
max-width: 300px; /* avoid rotation causing ugly appearance at large container widths */
max-height: 100px;
height: 55%;
-webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.8);
-moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.8);
box-shadow: 0 2px 15px rgba(0, 0, 0, 0.8);
-webkit-transform: skew(-15deg) rotate(-6deg);
-moz-transform: skew(-15deg) rotate(-6deg);
-ms-transform: skew(-15deg) rotate(-6deg);
-o-transform: skew(-15deg) rotate(-6deg);
transform: skew(-15deg) rotate(-6deg); }



ul.box li:after{
left: auto;
right: 11px;
-webkit-transform: skew(15deg) rotate(6deg);
-moz-transform: skew(15deg) rotate(6deg);
-ms-transform: skew(15deg) rotate(6deg);
-o-transform: skew(15deg) rotate(6deg);
transform: skew(15deg) rotate(6deg); }

@media screen and (max-width: 1200px) {
  div.pb_list{ width: 100%; }
  div.pb_wrap { float: left; width:100%; height:auto; padding: 40px 2% 5% 2%; margin: 0 auto;}
  div.pb_wrap ul.box li{ width:295px ; height:260px; }
  ul.box li img{ height:175px; }
  ul.box li div.date{ width:130px; height:45px; font-size: 14px }
  ul.box li span.tit{ font-size: 16px; }
}

@media screen and (max-width: 768px) {

  div.pb_wrap { float: left; width:100%; height:auto; padding: 15px 1% 5% 1%; margin: 0 auto;}
  div.pb_wrap ul.box li{ width:229px ; height:245px; margin:8px; }
  ul.box li img{ height:164px; }
  ul.box li div.date{ width:130px; height:45px; font-size: 14px }
  ul.box li span.tit{ font-size: 16px; }
}

@media screen and (max-width: 430px) {
  div.pb_wrap { float: left; width:100%; height:auto; padding: 15px 1% 5% 1%; margin: 0 auto;}
  div.pb_wrap ul.box li{ width:188px ; height:211px; margin:8px; }
  ul.box li img{ height:153px; }
  ul.box li div.date{ width:103px; height:36px; font-size: 12px; left:15px; bottom:40px;  }
  ul.box li span.tit{ font-size: 14px; padding-left:27px ; padding-top:25px; }
}

@media screen and (max-width: 375px) {
  div.pb_wrap { float: left; width:100%; height:auto; padding: 15px 1% 5% 1%; margin: 0 auto;}
  div.pb_wrap ul.box li{ width:96% ; height:300px; margin:8px; }
  ul.box li img{ height:220px; }
  ul.box li div.date{ width:120px; height:45px; font-size: 14px; left:15px; bottom:59px;  }
  ul.box li span.tit{ font-size: 16px; padding-left:27px ; padding-top:37px; }
}

div.faq{ width:100%; float:left; margin: 1.5rem 0; }
.faq-header{ font-size: 42px; border-bottom: 1px dotted #ccc; padding: 24px;}
.faq-content { margin: 0 auto;}
.faq-question { position: relative; padding: 1.5rem 0; text-align: left; }
.faq-question:nth-child(2n-1){ background: #f7f8fb; }
.faq-question:nth-child(2n){ background: #fff; }
.panel-title { font-size: 0.9rem; line-height: 1.5rem;
    width: 94%;
    position: relative;
    z-index: 8;
    margin: 0;
    padding: 0px 10px 0 30px;
    padding-left: 10%;
    display: block;
    cursor: pointer;
    color:#444;
  }
.panel-title span.Mont_B{ display: inline-block;
    margin-right: 20px;
    top: -9px;
    padding: 10px 20px;
    font-size:1.5rem;
   color:#3b6bbf;
    border-radius: 4px; 
    position: absolute;
    left:12px; }
.panel-content { font-size: 14px; padding: 0px 14px; margin: 0 40px; height: 0; overflow: hidden; z-index: -1; position: relative; opacity: 0; -webkit-transition: .4s ease; -moz-transition: .4s ease; -o-transition: .4s ease; transition: .4s ease;}
.panel-content span.Mont_B{ position: absolute; left:12px; font-size:1.5rem; color:#57c1b5;}
.panel:checked ~ .panel-content{ 
font-size: 0.9rem;
line-height: 1.5rem;
    width: 94%;
    position: relative;
    display: inline-block;
    z-index: 8;
    margin-top:1rem; 
    padding: 0px 10px 0 30px;
    padding-left: 6%;
  height: auto; opacity: 1;  z-index: 1;
font-family:var(--kor-font-bold) !important;
color:#555;

}
.panel:checked ~ .panel-content .btn_group{text-align: left; margin-top: 20px;}

.plus { position: absolute; top:19px; right:0px; margin-left: 20px; margin-top: 4px; z-index: 5; font-size: 42px; line-height: 100%; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; -webkit-transition: .2s ease; -moz-transition: .2s ease; -o-transition: .2s ease; transition: .2s ease;}
.panel:checked ~ .plus { position:absolute; right:25px; top:70px; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg);}
.panel { display: none;}

@media all and (max-width:1024px){

  .panel-title{ font-size: 12px }
  .tabs_list h1{ margin-left:20px;  }
  }
@media all and (max-width:1024px){
  .panel-title{  white-space:nowrap; overflow: hidden; text-overflow: ellipsis; padding:0px 70px 0 100px;}
}

.arrowbtn { position: absolute; width: 25px; height: 25px; background: #8292bf;  border-radius: 100px; color: #fff; cursor: pointer; left: 50%; line-height: 25px; margin-left: -50px; transition: all 0.25s ease-in-out;}
.arrowbtn:hover { background: white; border-color: white; color: #111;}
.arrowbtn:after { position: absolute; display: inline-block; content: ""; width: 6px; height: 6px; top: 43%; left: 81%;}
.arrowbtn-right:after { margin-left: -12.5px; margin-top: -2.25px; border-top: 1px solid; border-left: 1px solid; -webkit-transform: rotateZ(135deg); transform: rotateZ(135deg);}

div.qa_list .table > tbody > tr > td:last-child{ padding: 0px; padding-top: 10px; }
div.qa_list .table > tbody > tr > td{ position: relative; }
div.qa_list .table > tbody > tr > td img.lock{width:25px; height:25px; position: absolute; top:10px; right:15px;}
div.qa_list .table > tbody > tr > td img.unlock{width:25px; height:25px; position: absolute; top:10px; right:15px;}
div.qa_list .table > tbody > tr > td img.reply{width:25px; height:25px; position: absolute; top:12px; left:34px;}

@media screen and (max-width: 768px){
div.qa_list .table > tbody > tr > td img.lock{ width:20px; height:20px; top:15px;left:70px; }
div.qa_list .table > tbody > tr > td img.unlock{ width:20px; height:20px; top:15px;left:70px; }
div.qa_list .table > tbody > tr > td img.reply{ width:20px; height:15px; position: relative; top:0px; left:-1px; }
div.qa_list .table > tbody > tr > td:last-child{ padding:7px 25px; padding-right: 20px }
div.res_list .table > tbody > tr > td span.complete{ padding:5px 8px; font-size:11px; }
div.res_list .table > tbody > tr > td span.ing{ padding:5px 8px; font-size:11px; }
div.res_list .table > tbody > tr > td span.wait{ padding:5px 8px; font-size:11px; }
}

div.res_list div.lb_reply {
    width: 98%;
    font-size: 14px;
    margin: 2% 1%;
    padding: 3%;
    background: #f8f8f8;
    border: 3px solid #ddd;
    float: left;
}
div.res_list h5.com_tit{
    width: 98%;
    margin-left: 1%;
    padding: 10px 20px;
    float: left;
    font-size:18px;
    border-bottom: 2px solid #ddd;

}
div.res_list div.comment{
position:relative;
 width: 98%;
    margin-left: 1%;
    padding: 3%;
    padding-left: 6%;
    float: left;
     background:#f8f8f8;
     color:#555; 
    font-size:14px;
    border-bottom: 2px solid #ddd;
    margin-bottom: 2%;

} 

div.res_list div.comment p.reply_list_name{ font-size:1rem; color:#3b6bbf; }

div.res_list div.comment p.reply_list_name span.reply_list_date{ font-size:0.7rem; color:#888; margin-left:0.5rem;}

div.res_list div.comment input[type="password"]{width:200px; height:32px; padding:5px 8px; border:1px solid #345a99; margin-right: 5px;}

div.res_list div.comment img.reply{ width:25px; height:25px; position: absolute; top:36px; left:28px; }

div.res_list div.comment p.reply_list_con{ font-size:0.8rem; padding:2rem 0.5rem;  }

div.res_list div.comment img#img_secret{ position:relative; top:7px;}

div.res_list div.comment div.comment-pwd-check{ margin:1rem 0rem;}

div.res_list div.comment button{ opacity:0.85; padding:0.4rem 0.8rem; font-size:0.9rem;}

div.res_list div.comment_write{
 width: 98%;
 height:auto;
    margin-left: 1%;
    padding: 3%;
    float: left;
     
    color:#555; 
    font-size:14px;
    border: 2px solid #345a99;
    margin-bottom: 2%;
}

div.res_list div.comment_write p.txt02{ font-size:0.8rem; color:}

div.res_list div.comment_write span{ display:inline-block; margin-right:10px; font-weight:bold;   }
div.res_list div.comment_write input[type="text"]{ width:200px; height:32px; padding:5px 8px; border:1px solid #345a99; margin-right: 20px; } 
div.res_list div.comment_write input[type="password"]{ width:200px; height:32px; padding:5px 8px; border:1px solid #345a99; margin-right: 20px; } 

div.res_list div.comment_write textarea{
display: inline-block;
width:100%;
height:100px;
border: none;


}


.file-input {
  display: inline-block;
  text-align: left;
  background: #fff;
  padding: 0px;
  /*width: 450px;*/
  position: relative;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  .file-input {
    display: inline-block;
    text-align: left;
    background: #fff;
    padding: 0px;
    width: 100%;
    position: relative;
    border-radius: 3px;
  }  
  table.lb_write tr td input[type="text"]{ width:100%; }
  table.lb_write tr td .custom-select{ width:100%; }
  table.lb_write tr td .custom-select select{ width:100%; }
}

.file-input > [type='file'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

.file-input > .button {
  display: inline-block;
  cursor: pointer;
  background: #eee;
  padding: 8px 16px;
  border-radius: 2px;
  margin-right: 8px;
}

.file-input:hover > .button {
  background: #3b6bbf;
  color: white;
}

.file-input > .label {
  color: #333;
  white-space: nowrap;
  opacity: .3;
}

.file-input.-chosen > .label {
  opacity: 1;
}

.custom-select {
  display: inline-block;
  position: relative;
  top: 18px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /* Styling the select background */
  background-color: #f8f8f8;
  border:1px solid #ddd;
}
.custom-select select {
  width: auto;
  margin: 0;
  padding: .5rem 1rem;
  padding-right:2rem;
  outline: none;
  cursor: pointer;
  border: none;
  border-radius: 0;
  background-color: transparent;
  /* Styling the select text color */
  color: #555;
  /* removes the fucking native down arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
.custom-select select::-ms-expand {
  display: none;
}
.custom-select:after {
  position: absolute;
  top: 0.9rem;
  right: 0.5rem;
  /* Styling the down arrow */
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: .35rem solid transparent;
  border-right: .35rem solid transparent;
  border-top: .4rem solid #555;
  pointer-events: none;
}

@-moz-document url-prefix() {
  .custom-select select {
    padding-right: 1.75rem;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .custom-select select {
    padding-right: 2rem;
  }
}

table tr td input[type="text"]{width:100%; padding:0.5rem 1rem; border:1px solid #555; color: #3b6bbf;}
table tr td input[type="password"]{width:25%; padding:0.5rem 1rem; border:1px solid #555; color: #3b6bbf;}
table tr td input.date{width:25%; padding:0.5rem 1rem; border:1px solid #555; color: #3b6bbf;}

.res_list div.btn_group_top{ text-align: right; }



/*modal*/
.bt { cursor: pointer; text-decoration: none;}

.wf-modal { text-align: left;}
.wf-modal .tit { background:#3b6bbf; color:#f8f8f8; font-size: 1.5rem; padding:1.5rem 3rem; margin: 0;}
.wf-modal .close .bt { position: absolute; right: 5px; top: 5px; background: none; color: #ccc; padding: 5px 10px; border: 0;}
.wf-modal .close .bt img{ width:25px; height:25px; opacity: 0.3; }
.wf-modal .close .bt:hover img{ opacity: 0.8; }
.wf-modal:before { content: ""; display: none; background:rgba(0,0,0,0.7); transition:all .5s ease-in-out; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 10;}
.wf-modal:target:before { display: block;}
.wf-modal:target .wf-dialog-modal { -webkit-transform: translate(-50%, -100%); -moz-transform: translate(-50%, -100%); transform:translate(-50%, -100%); transition:all .5s ease-in-out; perspective: 1000;}
.wf-dialog-modal { background: #fefefe;  border-radius: 5px; position: fixed; left: 50%; top: 30%; z-index: 11; width: auto; -webkit-transform: translate(-50%, -100%); -moz-transform: translate(-50%, -100%); transform: translate(-50%, -100%); transition:all .5s ease-in-out; opacity: 0;}
.wf-modal:target .wf-dialog-modal{ transform:translate(-50%, -50%); transition:all .5s ease-in-out; opacity:1;}
.wf-content-modal{font-size: 1rem; color:#555; line-height: 3rem; padding:2.5rem 3rem; }
footer.wf-footer-modal{ text-align: center; padding-bottom: 2rem; }
footer.wf-footer-modal button{margin:0 0.3rem;}

button a{ display:block; width:100%; height:auto; color:#fff; }
button a:link{ display:block; width:100%; height:auto; color:#fff; }
button.bttn-fill:hover a{color:#3b6bbf;}


.control {
  display:inline-block;
  position: relative;
  padding-left: 30px;

  cursor: pointer;
  font-size: 0.9rem;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #2aa1c0;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #0e647d;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

div.btn_group button{ margin-left:0.1rem; margin-right:0.1rem; }

@media screen and (max-width: 425px) {
table tr td input[type="password"]{ width:100%; }
div.btn_group button{margin-left: 0; margin-right: 0;}
div.res_list table.lb_write tr td span.descript{ font-size: 0.6rem; margin-left: 0; margin-right:0; }
.panel-content p{position:relative; left:30px; width:75%;}
.custom-select{display:block;}
}

@media screen and (max-width: 768px) {
div.res_list div.comment img.reply{ display: none; }
}



/*비밀글*/
div.secret_gate{ position:relative; width: 98%;	margin-left: 1%;padding: 6%;padding-left: 10%;float: left;background:#f8f8f8;color:#555;font-size:14px;border-bottom: 2px solid #ddd;margin-bottom: 2%; }
div div.secret_gate h3{ font-size:2.5rem !important; margin-bottom:1rem;}
div div.secret_gate h4{ font-size:1.6rem !important; margin-bottom:1rem;}
div div.secret_gate p.reply_list_name{ font-size:1rem; color:#3b6bbf; }
div div.secret_gate p.reply_list_name span.reply_list_date{ font-size:0.7rem; color:#888; margin-left:0.5rem;}
div div.secret_gate input[type="text"]{width:200px; height:32px; padding:5px 8px; border:1px solid #345a99; margin-right: 5px;}
div div.secret_gate input[type="password"]{width:200px; height:32px; padding:5px 8px; border:1px solid #345a99; margin-right: 5px;}
div div.secret_gate img.reply{ width:25px; height:25px; position: absolute; top:36px; left:28px; }
div div.secret_gate p.reply_list_con{ font-size:0.8rem; padding:2rem 0.5rem;  }
div div.secret_gate img#img_secret{ position:relative; top:7px;}
div div.secret_gate div.comment-pwd-check{ margin:1rem 0rem;}
div div.secret_gate div.btn-left{ margin-top:1rem;}
div div.secret_gate{}