@import url("/common_libs/buttons-master/main.css");
@import url("/common_libs/animate.css");
/**/
.kquery_viewsize {
  position: fixed;
  cursor: pointer;
  z-index: 999999;
  bottom: 0px;
  right: 0px;
  background: url(/front/imgs/opacity_bg/black60.png);
  color: #00ffff;
  font-size: 11px;
  padding: 3px;
}
.kquery_viewsize:before {
  margin-right: 5px;
  display: inline-block;
}
/* [ @de~ ] 1440이상 - 데스크탑 이상▲ 화면*/
@media all and (min-width: 1440px) {
  .kquery_viewsize:before {
    content: 'CSS : DESKTOP /';
  }
}
/* [ @lt ] 1024이상 ~ 1439이하 - 랩탑 and 테블릿 가로 only 화면*/
@media all and (min-width: 1024px) and (max-width: 1439px) {
  .kquery_viewsize:before {
    content: 'CSS : LAPTOP /';
  }
}
/* [ @ta ] 768이상 ~ 1023이하 - 테블릿 세로 only 화면*/
@media all and (min-width: 768px) and (max-width: 1023px) {
  .kquery_viewsize:before {
    content: 'CSS : TABLET /';
  }
}
/* [ @mo ] 767이하 - 휴대폰 이하▼ 화면*/
@media all and (max-width: 767px) {
  .kquery_viewsize:before {
    content: 'CSS : MOBILE /';
  }
}
/**/
.is_sogood iframe.auto_fit {
  outline: 1px dashed cornflowerblue;
}
iframe.auto_fit {
  display: block;
  width: 100%;
  height: 0;
}
/**/
/*.is_sogood.chrome *:focus:not(.btn){ outline:2px dashed deeppink; box-shadow:0px 0px 5px deeppink; }*/
/**/
#contents img {
  max-width: 100%;
}
body > .section:first-child > *:first-child,
#contents > .section:first-child > *:first-child {
  margin-top: 0;
}
/**/
.scale_box {
  position: relative;
}
.scale_box > * {
  position: absolute;
  z-index: 1;
  transform-origin: left top;
}
/* [ @~ta ] 1023이하 - 태블릿 세로 이하▼ 화면*/
@media all and (max-width: 1023px) {
  .scale_box > * {
    position: relative;
  }
}
/**/
.red {
  color: red !important;
}
.blue {
  color: blue !important;
}
.green {
  color: green !important;
}
.yellow {
  color: yellow !important;
}
/**/
.color0 {
  color: #f04a20 !important;
}
.color1 {
  color: #ef4021 !important;
}
.color000 {
  color: #000000 !important;
}
.color333 {
  color: #333333 !important;
}
.color666 {
  color: #666666 !important;
}
.color999 {
  color: #999999 !important;
}
/*[data-depth1-code="1"] .color0{ color:#e18725 !important; }*/
/*[data-depth1-code="2"] .color0{ color:#66ad43 !important; }*/
/*[data-depth1-code="3"] .color0{ color:#1c96bf !important; }*/
/*[data-depth1-code="4"] .color0{ color:#6f4179 !important; }*/
/*[data-depth1-code="5"] .color0{ color:#e0c800 !important; }*/
/*[data-depth1-code="6"] .color0{ color:#a72b2b !important; }*/
.border_color0 {
  border-color: #f04a20 !important;
}
.background_color0 {
  background-color: #f04a20 !important;
}
hr {
  margin: 45px 0;
  box-sizing: border-box;
  border: none;
  border-top: 1px solid #dddddd;
}
/*
1. 워드
2. 엑셀
3. 파워포인트
4. PDF
5. HWP
6. 이미지
7. 기타
*/
.file_ext {
  color: #333333;
  line-height: 32px;
  height: 32px;
  font-size: 13px;
}
.file_ext {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.file_ext > * {
  vertical-align: middle;
}
.file_ext:before {
  vertical-align: middle;
  margin-right: 5px;
  background: url(/front/imgs/file_ext/file_ext_etc.png);
  width: 16px;
  height: 16px;
  content: '';
  display: inline-block;
}
.file_ext.doc:before,
.file_ext.docx:before {
  background: url(/front/imgs/file_ext/file_ext_doc.png);
}
.file_ext.ppt:before,
.file_ext.pptx:before {
  background: url(/front/imgs/file_ext/file_ext_ppt.png);
}
.file_ext.xls:before,
.file_ext.xlsx:before {
  background: url(/front/imgs/file_ext/file_ext_xls.png);
}
.file_ext.pdf:before {
  background: url(/front/imgs/file_ext/file_ext_pdf.png);
}
.file_ext.hwp:before {
  background: url(/front/imgs/file_ext/file_ext_hwp.png);
}
.file_ext.gif:before,
.file_ext.png:before,
.file_ext.jpg:before {
  background: url(/front/imgs/file_ext/file_ext_img.png);
}
/**/
.filebox {
  display: inline-block;
}
.filebox > input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/**/
i.ext {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
}
i.ext {
  background-image: url(/front/imgs/file_ext/file_ext_etc.png);
}
i.ext.doc {
  background-image: url(/front/imgs/file_ext/file_ext_doc.png);
}
i.ext.ppt {
  background-image: url(/front/imgs/file_ext/file_ext_ppt.png);
}
i.ext.xls {
  background-image: url(/front/imgs/file_ext/file_ext_xls.png);
}
i.ext.pdf {
  background-image: url(/front/imgs/file_ext/file_ext_pdf.png);
}
i.ext.hwp {
  background-image: url(/front/imgs/file_ext/file_ext_hwp.png);
}
i.ext.img {
  background-image: url(/front/imgs/file_ext/file_ext_img.png);
}
/**/
.star:before {
  color: orangered;
  content: '*';
  display: inline-block;
}
/**/
.zoom_pop {
  cursor: pointer;
}
/**/
.win_pop0 {
  background: white;
}
.win_pop0 > .head {
  padding: 10px;
  color: white;
  margin-bottom: 15px;
  font-size: 19px;
  font-family: NanumSquare;
  letter-spacing: -0.05em;
  background: #f04a20;
}
.win_pop0 > .body {
  padding: 10px;
}
/**/
.table0 {
  box-sizing: border-box;
  border-top: 1px solid #333333;
}
.table0 > table {
  display: table;
  border-collapse: collapse;
  width: 100%;
}
.table0.fixed > table {
  table-layout: fixed;
}
.table0.center > table > * > tr > * {
  text-align: center;
}
.table0 > table > * > tr > * {
  vertical-align: middle;
  height: 38px;
  border: 1px solid #e6e6e6;
  background: white;
  padding: 10px;
  color: #666666;
  font-size: 16px;
  letter-spacing: -0.025em;
  word-break: break-word;
}
.table0 > table > * > tr > th {
  color: #000000;
  background: #f9fafc;
  font-weight: bold;
  text-align: center;
}
.table0 > table > * > tr > *.label {
  color: #333333;
  background: #fcfdff;
  font-weight: bold;
  text-align: center;
}
.table0 > table > * > tr:first-child > * {
  border-top: none;
}
.table0 > table > * > tr > *:first-child {
  border-left: none;
}
.table0 > table > * > tr > *:last-child {
  border-right: none;
}
/* [ @~ta ] 1023이하 - 태블릿 세로 이하▼ 화면*/
@media all and (max-width: 1023px) {
  .mobile_scroll_box > .inner {
    width: 100%;
    overflow: scroll;
  }
  .mobile_scroll_box > .inner > div {
    width: 1200px;
    max-width: none;
    margin: 0;
  }
}
/**/
.rtable0 {
  font-size: 0;
  box-sizing: border-box;
  border-top: 2px solid #f04a20;
  border-bottom: 1px solid #e6e6e6;
}
.rtable0 .submit_btn {
  width: 250px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.rtable0 > .row + .row {
  border-top: 1px solid #e6e6e6;
}
.rtable0 > .row > .col {
  display: inline-table;
  vertical-align: top;
}
.rtable0 > .row > .col > * {
  display: table-cell;
  height: 38px;
  vertical-align: middle;
  padding: 5px 5px;
}
.rtable0 > .row > .col > * {
  font-size: 16px;
  line-height: 1.5em;
  color: #666666;
}
.rtable0 > .row > .col > *:first-child {
  border-left: none;
}
.rtable0 > .row > .col > *:last-child {
  border-right: none;
}
.rtable0 > .row > .col > .label {
  color: #333333;
  background: #f4f4f4;
  font-weight: bold;
  text-align: center;
}
.rtable0 > .row > .col > .label {
  width: 150px;
}
.rtable0 > .row > .col > .label + .cont {
  border-left: 1px solid #e6e6e6;
}
.rtable0 > .row > .col + .col > .label {
  border-left: 1px solid #e6e6e6;
}
/* [ @~ta ] 1023이하 - 태블릿 세로 이하▼ 화면*/
@media all and (max-width: 1023px) {
  .rtable0 > .row > .col {
    width: 100% !important;
  }
  .rtable0 > .row > .col + .col {
    border-top: 1px solid #e6e6e6;
  }
  .rtable0 > .row > .col + .col > .label {
    border-left: none;
  }
}
/* [ @mo ] 767이하 - 휴대폰 이하▼ 화면*/
@media all and (max-width: 767px) {
  .rtable0 > .row > .col {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .rtable0 > .row > .col > * {
    display: block;
    height: auto;
  }
  .rtable0 > .row > .col > .label {
    width: auto;
    text-align: left;
    background: none;
  }
  .rtable0 > .row > .col > .label + .cont {
    border-left: none;
  }
}
/**/
.data_grid_ui {
  box-sizing: border-box;
  border-top: 2px solid #f04a20;
  border-bottom: 1px solid #dddddd;
}
.data_grid_ui > div > table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.data_grid_ui.center > div > table > tbody > tr > td {
  text-align: center;
}
.data_grid_ui > div > table > tbody > tr:first-child > td {
  border-top: none;
}
.data_grid_ui > div > table > tbody > tr > td:first-child {
  border-left: none;
}
.data_grid_ui > div > table > tbody > tr > td:last-child {
  border-right: none;
}
.data_grid_ui > .head {
  background: #f9fafc;
  overflow-x: hidden;
}
.data_grid_ui > .head > table {
  position: relative;
}
.data_grid_ui > .head > table > tbody > tr > td {
  box-sizing: border-box;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.data_grid_ui > .head > table > tbody > tr > td {
  height: 30px;
  padding: 10px;
}
.data_grid_ui > .head > table > tbody > tr > td {
  font-weight: 700;
  font-size: 16px;
  color: #333333;
}
.data_grid_ui > .body {
  height: 200px;
  overflow: auto;
}
.data_grid_ui > .body {
  border-top: 1px solid #333333;
  box-sizing: border-box;
}
.data_grid_ui > .body > table > tbody > tr > td {
  box-sizing: border-box;
  border: 1px solid #dddddd;
}
.data_grid_ui > .body > table > tbody > tr > td {
  height: 38px;
  padding: 10px;
}
.data_grid_ui > .body > table > tbody > tr > td {
  font-size: 16px;
  color: #666666;
}
/**/
.tit0 {
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1.5em;
}
.tit0 {
  font-weight: 700;
  font-size: 24px;
  color: #022222;
  line-height: 1.5em;
  padding-bottom: 21px;
}
.tit0 > small {
  font-size: 14px;
  font-weight: 400;
}
.tit0:before {
  background: #686868;
  width: 42px;
  height: 1px;
  position: absolute;
  bottom: 0px;
  content: '';
  display: block;
}
.tit0:before {
  left: 0;
}
.tit0.center {
  text-align: center;
}
.tit0.center:before {
  left: 50%;
  transform: translateX(-50%);
}
.tit1 {
  margin-top: 45px;
  margin-bottom: 25px;
  line-height: 1.5em;
}
.tit1 {
  font-size: 22px;
  font-weight: 700;
  color: #eb4022;
}
.tit1.center {
  text-align: center;
}
.tit2 {
  margin-bottom: 0.25em;
  line-height: 1.5em;
}
.tit2 {
  padding-left: 7px;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}
.tit2:before {
  background: #ee4022;
  width: 2px;
  height: 14px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  left: 0px;
  content: '';
  display: block;
}
/**/
.txt0 {
  line-height: 1.5em;
}
.txt0 {
  font-size: 18px;
  line-height: 30px;
  color: #222222;
  letter-spacing: -0.01em;
}
/**/
.desc0 {
  padding-left: 17px;
  font-size: 16px;
  line-height: 1.5em;
  color: #999999;
}
.desc0:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: '※';
  display: inline-block;
}
.desc1 {
  padding-left: 17px;
  font-size: 16px;
  line-height: 1.5em;
  color: #f04a20;
}
.desc1:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: '※';
  display: inline-block;
}
/**/
.tabui0 {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  background: white;
}
.tabui0 > .for_mobile {
  display: none;
}
.tabui0 > a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 54px;
}
.tabui0 > a {
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  color: #ababab;
}
.tabui0 > a.on {
  font-weight: bold;
  background: #f04a20;
  color: white;
}
.tabui0 > a > * {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
/* [ @~ta ] 1023이하 - 태블릿 세로 이하▼ 화면*/
@media all and (max-width: 1023px) {
  .tabui0 > .for_mobile {
    display: block;
    padding-right: 80px;
  }
  .tabui0 > .for_mobile > select {
    display: inline-block;
    width: 100%;
  }
  .tabui0 > .for_mobile > button {
    width: 70px;
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .tabui0 > a {
    display: none;
  }
}
/**/
.multiline_tabui {
  font-size: 0;
  opacity: 0;
}
.multiline_tabui.set_complete {
  opacity: 1;
}
.multiline_tabui > .for_mobile {
  display: none;
}
.multiline_tabui > a {
  display: inline-block;
  vertical-align: top;
}
.multiline_tabui > a {
  text-align: center;
  line-height: 54px;
  font-size: 18px;
  color: #666666;
  white-space: nowrap;
}
.multiline_tabui > a {
  box-sizing: border-box;
}
.multiline_tabui > a {
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.multiline_tabui > a:before {
  border-top: 1px solid #dddddd;
  width: calc(100% + 2px);
  height: 1px;
  position: absolute;
  top: -1px;
  left: -1px;
  content: '';
  display: block;
}
.multiline_tabui > a:after {
  border-left: 1px solid #dddddd;
  height: calc(100% + 2px);
  width: 1px;
  position: absolute;
  top: -1px;
  left: -1px;
  content: '';
  display: block;
}
.multiline_tabui > a.on {
  color: white;
  background-color: #f04a20;
}
/* [ @~ta ] 1023이하 - 태블릿 세로 이하▼ 화면*/
@media all and (max-width: 1023px) {
  .multiline_tabui > .for_mobile {
    display: block;
    padding-right: 80px;
  }
  .multiline_tabui > .for_mobile > select {
    display: inline-block;
    width: 100%;
  }
  .multiline_tabui > .for_mobile > button {
    width: 70px;
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .multiline_tabui > a {
    display: none;
  }
}
/**/
.page_tabui_wrap > div.head > .tabui {
  font-size: 0;
}
.page_tabui_wrap > div.head > .tabui > a {
  cursor: pointer;
  display: inline-table;
  vertical-align: top;
}
.page_tabui_wrap > div.head > .tabui > a > span {
  font-size: 16px;
  color: #666666;
  line-height: 1.5em;
}
.page_tabui_wrap > div.head > .tabui > a > span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 58px;
}
.page_tabui_wrap > div.head > .tabui > a > span {
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.page_tabui_wrap > div.head > .tabui > a.on > span {
  background-color: #f04a20;
  color: white;
}
/**/
.page_tabui_wrap > div.body > .child {
  display: none;
}
/* [ @de~ ] 1440이상 - 데스크탑 이상▲ 화면*/
@media all and (min-width: 1440px) {
  .page_tabui_wrap > div.head > .tabui > a {
    width: 25%;
  }
  .page_tabui_wrap > div.head > .tabui > a:nth-child(-n+4) {
    border-top: 1px solid #dddddd;
  }
  .page_tabui_wrap > div.head > .tabui > a:nth-child(4n-3) {
    border-left: 1px solid #dddddd;
  }
}
/* [ @lt ] 1024이상 ~ 1439이하 - 랩탑 and 테블릿 가로 only 화면*/
@media all and (min-width: 1024px) and (max-width: 1439px) {
  .page_tabui_wrap > div.head > .tabui > a {
    width: 33.33%;
  }
  .page_tabui_wrap > div.head > .tabui > a:nth-child(-n+3) {
    border-top: 1px solid #dddddd;
  }
  .page_tabui_wrap > div.head > .tabui > a:nth-child(3n-2) {
    border-left: 1px solid #dddddd;
  }
}
/* [ @~ta ] 1023이하 - 태블릿 세로 이하▼ 화면*/
@media all and (max-width: 1023px) {
  .page_tabui_wrap > div.head > .tabui > a {
    width: 50%;
  }
  .page_tabui_wrap > div.head > .tabui > a:nth-child(-n+2) {
    border-top: 1px solid #dddddd;
  }
  .page_tabui_wrap > div.head > .tabui > a:nth-child(2n-1) {
    border-left: 1px solid #dddddd;
  }
}
/**/
.btns_box {
  overflow: hidden;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.btns_box > .inner {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
}
.btns_box > .inner {
  width: calc(100% + 10px * 2);
  margin-left: -10px;
}
.btns_box > .inner > .cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.btns_box > .inner > .cell {
  padding-left: 10px;
  padding-right: 10px;
}
.btns_box > .inner > .cell > * {
  width: 100%;
}
/* [ @~ta ] 1023이하 - 태블릿 세로 이하▼ 화면*/
@media all and (max-width: 1023px) {
  .btns_box > .inner {
    width: calc(100% + 5px * 2);
    margin-left: -5px;
  }
  .btns_box > .inner > .cell {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/**/
.btnui {
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.btnui {
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btnui {
  vertical-align: top;
  overflow: hidden;
}
.btnui.blt0:after {
  margin-left: 10px;
  background: url(/front/imgs/common/btnui_blt0.png) no-repeat center;
  width: 12px;
  height: 58px;
  content: '';
  display: inline-block;
  vertical-align: top;
}
.btnui.blt1:after {
  margin-left: 10px;
  background: url(/front/imgs/common/btnui_blt1.png) no-repeat center;
  width: 12px;
  height: 58px;
  content: '';
  display: inline-block;
  vertical-align: top;
}
.btnui > * {
  display: inline-block;
  vertical-align: top;
}
.btnui {
  font-size: 20px;
  line-height: 58px;
}
.btnui {
  background: #ef4021;
  color: white;
  border: 1px solid #ef4021;
  max-width: 460px;
}
.btnui:hover {
  background: #ce2c0f;
  border-color: #ce2c0f;
}
.btnui:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem #9f220b;
}
.btnui.btnui_0 {
  background: #dbdbdb;
  color: #686868;
  border-color: #dbdbdb;
}
.btnui.btnui_0.rev {
  background: white;
  color: #686868;
}
.btnui.btnui_0:hover {
  background: #c2c2c2;
  border-color: #c2c2c2;
}
.btnui.btnui_0.rev:hover {
  color: white;
}
.btnui.btnui_0:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btnui.btnui_1 {
  background: #28a745;
  color: white;
  border-color: #28a745;
}
.btnui.btnui_1.rev {
  background: white;
  color: #28a745;
}
.btnui.btnui_1:hover {
  background: #218838;
  border-color: #1e7e34;
}
.btnui.btnui_1.rev:hover {
  color: white;
}
.btnui.btnui_1:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 155, 100, 0.5);
}
.btnui.btnui_2 {
  background: #dc3545;
  color: white;
  border-color: #c82333;
}
.btnui.btnui_2.rev {
  background: white;
  color: #dc3545;
}
.btnui.btnui_2:hover {
  background: #c82333;
  border-color: #bd2130;
}
.btnui.btnui_2.rev:hover {
  color: white;
}
.btnui.btnui_2:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btnui.btnui_3 {
  background: #ffc107;
  color: #212529;
  border-color: #ffc107;
}
.btnui.btnui_3.rev {
  background: white;
  color: #ffc107;
}
.btnui.btnui_3:hover {
  background: #e0a800;
  border-color: #d39e00;
}
.btnui.btnui_3.rev:hover {
  color: #212529;
}
.btnui.btnui_3:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btnui.btnui_333 {
  background: #333333;
  color: white;
  border-color: #151515;
}
.btnui.btnui_333.rev {
  background: white;
  color: #333333;
}
.btnui.btnui_333:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.btnui.btnui_666 {
  background: #666666;
  color: white;
  border-color: #484848;
}
.btnui.btnui_666.rev {
  background: white;
  color: #666666;
}
.btnui.btnui_666:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5);
}
.btnui.btnui_999 {
  background: #999999;
  color: white;
  border-color: #7a7a7a;
}
.btnui.btnui_999.rev {
  background: white;
  color: #999999;
}
.btnui.btnui_999:focus {
  box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.5);
}
/**/
.form_btn {
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  margin: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.form_btn {
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.form_btn {
  vertical-align: top;
  overflow: hidden;
}
.form_btn {
  font-size: 16px;
  line-height: calc(38px - 2px);
}
.form_btn.size_sm {
  font-size: 14px;
  line-height: calc(32px - 2px);
}
.form_btn.size_lg {
  font-size: 20px;
  line-height: calc(48px - 2px);
}
.form_btn {
  background: #f6f6f6;
  color: #333333;
  border: 1px solid #dddee0;
}
.form_btn:hover {
  background: #e0e0e0;
  border-color: rgba(224, 224, 224, 0.5);
}
.form_btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(167, 199, 252, 0.5);
}
/**/
.btnui1 {
  background: rgba(0, 0, 0, 0.3);
}
.btnui1 {
  font-size: 26px;
  color: white;
  line-height: 1.5em;
}
.btnui1 {
  display: inline-block;
  position: relative;
  text-align: center;
}
.btnui1:hover {
  background: #ff5a3c;
}
.btnui1:before {
  box-sizing: border-box;
  border: 2px solid #ff5a3c;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  content: '';
  display: block;
}
.btnui1:before {
  opacity: 0;
}
.btnui1:before {
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btnui1.on:before {
  opacity: 1;
}
.btnui1 > div {
  line-height: 70px;
}
/**/
.img_btn > img {
  display: block;
}
.img_btn > img:last-child {
  display: none;
}
.img_btn > img:first-child {
  display: block;
}
.img_btn:hover > img:first-child {
  display: none;
}
.img_btn:hover > img:last-child {
  display: block;
}
/**/
.ibtn0 {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
}
.ibtn0 {
  font-size: 16px;
  color: white;
  line-height: 38px;
  border: 1px solid #000000;
  background-color: #333333;
}
.ibtn0:before {
  background: url(/front/imgs/icon/ico0.png) no-repeat center;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  content: '';
  display: inline-block;
}
/**/
input[type=text],
input[type=date],
input[type=search],
input[type=password],
textarea,
select {
  display: inline-block;
  color: #333333;
  letter-spacing: -0.05em;
  box-sizing: border-box;
  border: 1px solid #dddee0;
  vertical-align: top;
}
/**/
.inpui {
  height: 38px;
  font-size: 16px;
  padding-left: 5px;
  padding-right: 5px;
}
.inpui.size_sm {
  height: 32px;
  font-size: 14px;
}
.inpui.size_lg {
  height: 48px;
  font-size: 20px;
}
/**/
.selui {
  height: 38px;
  font-size: 16px;
}
.selui.size_sm {
  height: 32px;
  font-size: 14px;
}
.selui.size_lg {
  height: 48px;
  font-size: 20px;
}
/**/
.chkui {
  position: relative;
  display: inline-block;
  font-size: 0;
}
.chkui {
  font-size: 16px;
  line-height: 38px;
  color: #666666;
}
.chkui.size_sm {
  font-size: 14px;
  line-height: 32px;
}
.chkui.size_lg {
  font-size: 20px;
  line-height: 48px;
}
.chkui > input[type=checkbox] {
  position: absolute;
  top: -20px;
  left: 0px;
  z-index: 0;
}
.chkui > input[type=checkbox] {
  display: none;
}
.chkui > input[type=checkbox] + div {
  padding-left: calc(20px + 5px);
}
.chkui > input[type=checkbox] + div:before {
  position: absolute;
  top: 0px;
  left: 0px;
}
.chkui > input[type=checkbox] + div:before {
  font-size: 16px;
  color: #666666;
  letter-spacing: -0.05em;
}
.chkui > input[type=checkbox] + div:before {
  background: url(/front/imgs/common/chkui_mark.png) no-repeat center;
  background-size: contain;
  height: 100%;
  content: '';
  display: block;
}
.chkui > input[type=checkbox] + div:before {
  width: 20px;
}
.chkui > input[type=checkbox]:checked + div:before {
  background-image: url(/front/imgs/common/chkui_mark_on.png);
}
/* [ @~ta ] 1023이하 - 태블릿 세로 이하▼ 화면*/
@media all and (max-width: 1023px) {
  .chkui > input[type=checkbox] + div {
    padding-left: calc(34px + 5px);
  }
  .chkui > input[type=checkbox] + div:before {
    width: 34px;
  }
}
/**/
.img_chk1 {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  font-size: 0;
}
.img_chk1 > input[type=checkbox] {
  position: absolute;
  top: -20px;
  left: 0px;
  z-index: 0;
}
.img_chk1 > input[type=checkbox] + div {
  background: url(/front/imgs/common/img_chk1.png);
  width: 300px;
  height: 60px;
}
.img_chk1 > input[type=checkbox]:checked + div {
  background: url(/front/imgs/common/img_chk1_on.png);
}
.img_chk2 {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  font-size: 0;
}
.img_chk2 > input[type=checkbox] {
  position: absolute;
  top: -20px;
  left: 0px;
  z-index: 0;
}
.img_chk2 > input[type=checkbox] + div {
  background: url(/front/imgs/common/img_chk2.png);
  width: 380px;
  height: 60px;
}
.img_chk2 > input[type=checkbox]:checked + div {
  background: url(/front/imgs/common/img_chk2_on.png);
}
.img_chk3 {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  font-size: 0;
}
.img_chk3 > input[type=checkbox] {
  position: absolute;
  top: -20px;
  left: 0px;
  z-index: 0;
}
.img_chk3 > input[type=checkbox] + div {
  background: url(/front/imgs/common/img_chk3.png);
  width: 300px;
  height: 60px;
}
.img_chk3 > input[type=checkbox]:checked + div {
  background: url(/front/imgs/common/img_chk3_on.png);
}
/**/
.rdoui {
  position: relative;
  display: inline-block;
  font-size: 0;
}
.rdoui {
  font-size: 16px;
  line-height: 38px;
  color: #666666;
}
.rdoui.size_sm {
  font-size: 14px;
  line-height: 32px;
}
.rdoui.size_lg {
  font-size: 20px;
  line-height: 48px;
}
.rdoui > input[type=radio] {
  position: absolute;
  top: -20px;
  left: 0px;
  z-index: 0;
}
.rdoui > input[type=radio] {
  display: none;
}
.rdoui > input[type=radio] + div {
  padding-left: calc(20px + 5px);
}
.rdoui > input[type=radio] + div:before {
  position: absolute;
  top: 0px;
  left: 0px;
}
.rdoui > input[type=radio] + div:before {
  background: url(/front/imgs/common/rdoui_mark.png) no-repeat center;
  background-size: contain;
  width: 20px;
  height: 100%;
  content: '';
  display: block;
}
.rdoui > input[type=radio]:checked + div:before {
  background-image: url(/front/imgs/common/rdoui_mark_on.png);
}
/* [ @~ta ] 1023이하 - 태블릿 세로 이하▼ 화면*/
@media all and (max-width: 1023px) {
  .rdoui > input[type=radio] + div {
    padding-left: calc(34px + 5px);
  }
  .rdoui > input[type=radio] + div:before {
    width: 34px;
  }
}
/**/
.ftxt {
  display: inline-block;
  vertical-align: top;
}
.ftxt {
  color: #666666;
}
.ftxt {
  font-size: 16px;
  line-height: 38px;
}
.ftxt.size_sm {
  font-size: 14px;
  line-height: 32px;
}
.ftxt.size_lg {
  font-size: 20px;
  line-height: 48px;
}
/**/
.labelui {
  line-height: 38px;
  font-size: 16px;
  display: inline-block;
}
* + .labelui {
  margin-left: 10px;
}
.labelui.size_sm {
  line-height: 32px;
  font-size: 14px;
}
.labelui.size_lg {
  line-height: 48px;
  font-size: 20px;
}
/**/
.ta0 {
  padding: 10px;
  border: 1px solid #dddddd;
  width: 100%;
  box-sizing: border-box;
  min-height: 100px;
  resize: vertical;
}
/**/
.search_filter_box {
  position: relative;
  display: block;
  font-size: 0;
  padding: 10px 5px;
  background: #f7f7f7;
  box-sizing: border-box;
  border: 1px solid #dddddd;
}
.search_filter_box > .inner > .item {
  display: inline-block;
  vertical-align: top;
}
.search_filter_box > .inner > .item {
  padding: 5px;
}
.search_filter_box > .inner > .item > .label {
  line-height: 16px;
  padding-left: 9px;
  font-size: 13px;
  color: #f04a20;
  letter-spacing: -0.05em;
}
.search_filter_box > .inner > .item > .label {
  margin-bottom: 5px;
}
.search_filter_box > .inner > .item > .label:before {
  background: #f04a20;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  left: 0px;
  content: '';
  display: block;
}
/* 768이상 - 태블릿 화면 이상*/
@media all and (min-width: 768px) {
  .search_filter_box {
    padding-right: 115px;
  }
  .search_filter_box > .inner > .btn_submit {
    position: absolute;
    top: 0px;
    right: -105px;
  }
  .search_filter_box > .inner > .btn_submit {
    width: 100px;
    height: 100%;
  }
}
/* [ @lt~ ] 1024이상 - 랩탑 and 테블릿 가로 이상▲ 화면*/
@media all and (min-width: 1024px) {
  .search_filter_box > .inner > .item {
    width: 25%;
  }
  .search_filter_box > .inner > .item.block_desktop {
    width: 100%;
  }
}
/* 768이상 ~ 1023이하 - 테블릿 세로 화면 only*/
@media all and (min-width: 768px) and (max-width: 1023px) {
  .search_filter_box > .inner > .item {
    width: 33.33%;
  }
  .search_filter_box > .inner > .item.block_tablet {
    width: 100%;
  }
}
/* [ @mo ] 767이하 - 휴대폰 이하▼ 화면*/
@media all and (max-width: 767px) {
  .search_filter_box > .inner > .item {
    width: 50%;
  }
  .search_filter_box > .inner > .btn_submit {
    width: 100%;
    margin-top: 10px;
  }
  .search_filter_box > .inner > .item.block_mobile {
    width: 100%;
  }
}
/**/
.paging0 {
  margin: 20px 0;
  text-align: center;
  font-size: 0;
}
.paging0 > * {
  vertical-align: top;
}
.paging0.for_mobile {
  display: none;
}
.paging0 > .btns > li:hover {
  background: #f6f6f6;
}
.paging0 > .btns > li:before,
.paging0 > .btns > li:after {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  margin-top: -4px;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  display: inline-block;
}
.paging0 .btn_prev:before {
  border-right: 4px solid #aaaaaa;
}
.paging0 .btn_prev:before {
  margin-left: -2px;
}
.paging0 .btn_first:before {
  border-right: 4px solid #aaaaaa;
}
.paging0 .btn_first:before {
  margin-left: -4px;
}
.paging0 .btn_first:after {
  border-right: 4px solid #aaaaaa;
}
.paging0 .btn_next:before {
  border-left: 4px solid #aaaaaa;
}
.paging0 .btn_next:before {
  margin-left: -2px;
}
.paging0 .btn_last:before {
  border-left: 4px solid #aaaaaa;
}
.paging0 .btn_last:before {
  margin-left: -4px;
}
.paging0 .btn_last:after {
  border-left: 4px solid #aaaaaa;
}
/**/
.paging0 > .btns > li > a {
  z-index: 5;
  overflow: hidden;
  text-indent: -10000px;
}
.paging0 > .num_btns {
  margin-left: 20px;
  margin-right: 20px;
}
.paging0 > .num_btns > li:hover {
  background: #f6f6f6;
}
.paging0 > ul {
  display: inline-block;
  font-size: 0;
}
.paging0 > ul > li {
  letter-spacing: -0.05em;
  width: 31px;
  height: 33px;
  line-height: 31px;
  color: #aaaaaa;
  font-size: 12px;
  display: inline-block;
  box-sizing: border-box;
}
.paging0 > ul > li {
  border-right: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.paging0 > ul > li.on {
  background: #f6f6f6;
  color: #555555;
  font-weight: bold;
}
.paging0 > ul > li:first-child {
  border-left: 1px solid #dddddd;
}
.paging0 > ul > li > a {
  display: block;
  height: 100%;
}
/* [ @~ta ] 1023이하 - 태블릿 세로 이하▼ 화면*/
@media all and (max-width: 1023px) {
  .paging0 {
    display: none;
  }
  .paging0.for_mobile {
    display: block;
  }
  .paging0 > .btns > li:before,
  .paging0 > .btns > li:after {
    border-top-width: 6px;
    border-bottom-width: 6px;
    margin-top: -6px;
  }
  .paging0 .btn_prev:before {
    border-right-width: 6px;
  }
  .paging0 .btn_prev:before {
    margin-left: -3px;
  }
  .paging0 .btn_first:before {
    border-right-width: 6px;
  }
  .paging0 .btn_first:before {
    margin-left: -6px;
  }
  .paging0 .btn_first:after {
    border-right-width: 6px;
  }
  .paging0 .btn_next:before {
    border-left-width: 6px;
  }
  .paging0 .btn_next:before {
    margin-left: -3px;
  }
  .paging0 .btn_last:before {
    border-left-width: 6px;
  }
  .paging0 .btn_last:before {
    margin-left: -6px;
  }
  .paging0 .btn_last:after {
    border-left-width: 6px;
  }
  .paging0 > ul > li {
    width: 36px;
    height: 38px;
    line-height: 36px;
    font-size: 16px;
  }
}
/**/
.lab {
  display: inline-block;
  padding: 0 4px;
  line-height: 18px;
  height: 20px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
}
.lab {
  background-color: #777777;
  box-sizing: border-box;
  border: 1px solid #777777;
}
.lab.lab_blue {
  background-color: #007bff;
  border-color: #007bff;
}
.lab.lab_green {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.lab.lab_skyblue {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.lab.lab_yellow {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.lab.lab_red {
  background-color: #d9534f;
  border-color: #d9534f;
}
.lab.lab_o {
  color: #777777;
  background: white;
}
.lab.lab_o.lab_blue {
  color: #007bff;
}
.lab.lab_o.lab_green {
  color: #5cb85c;
}
.lab.lab_o.lab_skyblue {
  color: #5bc0de;
}
.lab.lab_o.lab_yellow {
  color: #f0ad4e;
}
.lab.lab_o.lab_red {
  color: #d9534f;
}
/**/
.pop0 > .top {
  background: #f04a20;
  padding: 0px 20px;
  font-size: 22px;
  letter-spacing: -0.1em;
  color: white;
  line-height: 50px;
  height: 50px;
}
.pop0 > .body {
  padding: 25px 30px;
}
.pop0 > .top .btn_close {
  background: url(/front/imgs/layerpop/btn_close.png) no-repeat;
  width: 19px;
  height: 19px;
}
.pop0 > .top .btn_close {
  position: absolute;
  top: 17px;
  right: 20px;
}
/**/
.resize_ta {
  overflow: hidden;
}
/**/
.alert0 {
  padding: 25px;
  background: #fafafa;
  box-sizing: border-box;
  border: 1px solid #dddddd;
}
.alert0 {
  font-size: 16px;
  letter-spacing: calc(-50 * 0.001em);
  color: #ef4021;
}
/**/
.img_box {
  font-size: 0;
}
.img_box.center {
  overflow: hidden;
}
.img_box > img {
  vertical-align: top;
}
.img_box.center > img {
  vertical-align: top;
  max-width: none !important;
}
.img_box.center > img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
/**/
.rbimg {
  background-repeat: no-repeat;
  background-position: center;
}
.rbimg > .hei_img {
  max-width: none !important;
  opacity: 0;
  display: block;
  position: absolute;
  top: -10000px;
  left: -10000px;
}
/**/
.page_dim {
  z-index: 900000;
  position: fixed;
  top: 0px;
  left: 0px;
}
.page_dim {
  width: 100%;
  height: 100%;
  background: url(/front/imgs/opacity_bg/black60.png);
}
/**/
.zoom_box {
  background: #cccccc;
}
.zoom_box > img {
  vertical-align: top;
}
/**/
#btnScrollTop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  font-size: 18px;
  border: none;
  color: #dddddd;
  cursor: pointer;
  border-radius: 4px;
}
#btnScrollTop {
  box-sizing: border-box;
  background: url(/front/imgs/opacity_bg/white20.png);
  border: 1px solid #dddddd;
  width: 40px;
  height: 40px;
}
#btnScrollTop {
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#btnScrollTop:before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #dddddd;
}
#btnScrollTop:before {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 50%;
  margin-left: -10px;
  content: '';
  display: inline-block;
}
#btnScrollTop > * {
  display: block;
  vertical-align: middle;
}
#btnScrollTop:hover {
  background: white;
}
#btnScrollTop:hover:before {
  border-bottom-color: #333333;
}
/**/
.related_site_list > li + li {
  margin-top: 20px;
}
.related_site_list > li > a {
  overflow: hidden;
  display: block;
  color: #555555;
  box-sizing: border-box;
  border: 1px solid #dedede;
  padding: 15px;
  padding-right: 60px;
}
.related_site_list > li > a {
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.related_site_list > li > a:hover {
  background: #01a3d3;
  border-color: #01a3d3;
}
.related_site_list > li > a > .site_name {
  display: inline-block;
  color: #01a3d3;
  font-size: 18px;
  font-weight: bold;
}
.related_site_list > li > a:hover > .site_name {
  color: white;
}
.related_site_list > li > a > .site_url {
  display: inline-block;
  margin-top: 5px;
  padding-left: 5px;
  color: #999999;
  font-size: 12px;
  letter-spacing: 0;
}
.related_site_list > li > a:hover > .site_url {
  color: white;
}
.related_site_list > li > a > .site_desc {
  margin-top: 10px;
  font-size: 15px;
}
.related_site_list > li > a:hover > .site_desc {
  color: white;
}
/* [ @mo ] 767이하 - 휴대폰 이하▼ 화면*/
@media all and (max-width: 767px) {
  .related_site_list > li > a > .site_url {
    display: block;
  }
}
/**/
.pb_search_box {
  min-height: 32px;
  margin-bottom: 15px;
}
.pb_search_box > .cnt_box {
  line-height: 32px;
  color: #999999;
  font-size: 14px;
}
.pb_search_box > .cnt_box > strong {
  color: #333333;
}
.pb_search_box > .search_form {
  z-index: 5;
  position: absolute;
  top: 0px;
  right: 0px;
}
.pb_search_box > .search_form > * {
  vertical-align: top;
}
/**/
.pb_normal_list_warp {
  margin-top: 15px;
  margin-bottom: 30px;
  border-top: 2px solid #545c73;
  border-bottom: 1px solid #dddee0;
}
.pb_normal_list_warp > table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.pb_normal_list_warp > table > thead > tr > th {
  font-size: 14px;
  color: #555555;
  text-align: center;
  height: 53px;
  letter-spacing: -0.05em;
}
.pb_normal_list_warp > table > tbody > tr {
  border-top: 1px solid #dddee0;
}
.pb_normal_list_warp > table > tbody > tr.top {
  background: #f9fafb;
}
.pb_normal_list_warp > table > tbody > tr > * {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 14px;
  color: #555555;
  letter-spacing: -0.05em;
  height: 51px;
}
.pb_normal_list_warp > table > tbody > tr.no_list > * {
  background: #f9fafb;
  text-align: center;
  line-height: 220px;
  font-size: 14px;
}
.pb_normal_list_warp > table > tbody > tr > * > div > * {
  vertical-align: middle;
}
/**/
.pb_list_title > * {
  vertical-align: middle;
}
/**/
.tab_child > div {
  display: none;
}
/**/
.divide_box {
  text-align: right;
}
.divide_box:after {
  content: "";
  display: block;
  clear: both;
}
.divide_box > div {
  display: inline-block;
  text-align: left;
}
.divide_box > div.left {
  float: left;
}
/**/
.calui0 > .head > .this_month {
  font-size: 0;
  text-align: center;
  width: 300px;
  margin: 0 auto;
}
.calui0 > .head > .this_month > * {
  vertical-align: middle;
}
.calui0 > .head > .this_month > .date {
  margin-left: 20px;
  margin-right: 20px;
  color: #333333;
  font-size: 36px;
}
.calui0 > .head > .this_month > .btn_prev {
  background: url(/front/imgs/common/btn_cal_prev_month.png) no-repeat;
  width: 52px;
  height: 40px;
}
.calui0 > .head > .this_month > .btn_next {
  background: url(/front/imgs/common/btn_cal_next_month.png) no-repeat;
  width: 52px;
  height: 40px;
}
/**/
.calui0 > .head > .select_view_type_btns {
  position: absolute;
  bottom: 0;
  right: 0px;
  font-size: 0;
}
.calui0 > .head > .select_view_type_btns {
  box-sizing: border-box;
  border-top: 1px solid #f0efef;
  border-bottom: 1px solid #f0efef;
  border-right: 1px solid #f0efef;
}
.calui0 > .head > .select_view_type_btns > button {
  box-sizing: border-box;
  border-left: 1px solid #f0efef;
  background: #f6f6f6;
  color: #999999;
  font-size: 14px;
  line-height: 30px;
  padding: 0 15px;
}
.calui0 > .head > .select_view_type_btns > button:hover {
  background: #f0efef;
}
.calui0 > .head > .select_view_type_btns > button.on {
  background: #448aca;
  color: white;
}
/**/
.calui0 > .head > .control_btns {
  position: absolute;
  bottom: 0;
  left: 0px;
  font-size: 0;
}
.calui0 > .head > .control_btns {
  box-sizing: border-box;
  border-top: 1px solid #f0efef;
  border-bottom: 1px solid #f0efef;
  border-right: 1px solid #f0efef;
}
.calui0 > .head > .control_btns > button {
  box-sizing: border-box;
  border-left: 1px solid #f0efef;
  background: #f6f6f6;
  color: #999999;
  font-size: 14px;
  line-height: 30px;
  padding: 0 15px;
}
.calui0 > .head > .control_btns > button:hover {
  background: #f04a20;
  color: white;
}
/**/
.calui0 > .body {
  margin-top: 20px;
  margin-bottom: 20px;
}
.calui0 > .body > .cal_table > table {
  width: 100%;
  table-layout: fixed;
}
.calui0 > .body > .cal_table > table > thead > tr > th {
  background: #f6f6f6;
  color: #333333;
  font-size: 12px;
}
.calui0 > .body > .cal_table > table > thead > tr > th {
  height: 30px;
}
.calui0 > .body > .cal_table > table > thead > tr > th:first-child {
  color: red;
}
.calui0 > .body > .cal_table > table > thead > tr > th:last-child {
  color: blue;
}
.calui0 > .body > .cal_table > table > tbody > tr > * {
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
}
.calui0 > .body > .cal_table > table > tbody > tr > td {
  width: 14.28%;
}
.calui0 > .body > .cal_table > table > tbody > tr > td > .day_cell:hover {
  background: #e0e0e0;
}
.calui0 > .body > .cal_table > table > tbody > tr > td > .day_cell.on {
  background: yellow;
}
.calui0 > .body > .cal_table > table > tbody > tr > td > .day_cell > .num_box > .num {
  width: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
}
.calui0 > .body > .cal_table > table > tbody > tr > td > .day_cell > .num_box > .num {
  background: white;
  box-sizing: border-box;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.calui0 > .body > .cal_table > table > tbody > tr > td:first-child > .day_cell > .num_box > .num {
  color: red;
}
.calui0 > .body > .cal_table > table > tbody > tr > td:last-child > .day_cell > .num_box > .num {
  color: blue;
}
.calui0 > .body > .cal_table > table > tbody > tr > td.prev_month > .day_cell > .num_box > .num,
.calui0 > .body > .cal_table > table > tbody > tr > td.next_month > .day_cell > .num_box > .num {
  opacity: 0.5;
}
.calui0 > .body > .cal_table > table > tbody > tr > td > .day_cell > .num_box > .plan_cnt {
  position: absolute;
  top: 3px;
  right: 3px;
}
.calui0 > .body > .cal_table > table > tbody > tr > td > .day_cell > .num_box > .plan_cnt {
  font-size: 12px;
  line-height: 18px;
  padding: 0 9px;
  font-weight: bold;
  background: orangered;
  color: white;
  border-radius: 3px;
}
.calui0 > .body > .cal_table > table > tbody > tr > td > .day_cell > .plan_box {
  padding: 10px;
}
.calui0 > .body > .cal_table > table > tbody > tr > td > .day_cell > .plan_box > .list > li {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.calui0 > .body > .cal_table > table > tbody > tr > td > .day_cell > .plan_box > .list > li:nth-child(n+5) {
  display: none;
}
.calui0 > .body > .cal_table > table > tbody > tr > td > .day_cell > .plan_box > .list > li > .plan {
  display: inline-block;
  border-radius: 3px;
  font-weight: bold;
  line-height: 20px;
  font-size: 12px;
  line-height: 18px;
  padding: 0 9px;
  color: white;
  background: dodgerblue;
}
/**/
.calui1 > .head > .date_box {
  padding: 20px 0;
  text-align: center;
  background: #343b40;
}
.calui1 > .head > .date_box > * {
  vertical-align: top;
  display: inline-block;
}
.calui1 > .head > .date_box > .date {
  margin-left: 20px;
  margin-right: 20px;
  font-family: NanumSquare;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  color: white;
}
.calui1 > .head > .date_box > .month_btn {
  font-size: 0;
}
.calui1 > .head > .date_box > .month_btn.prev_month {
  background: url(/front/imgs/common/calui1_prev_month_btn.png) no-repeat;
  width: 40px;
  height: 30px;
}
.calui1 > .head > .date_box > .month_btn.next_month {
  background: url(/front/imgs/common/calui1_next_month_btn.png) no-repeat;
  width: 40px;
  height: 30px;
}
.calui1 > .body > table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.calui1 > .body > table > thead > tr > th {
  font-size: 10px;
  color: black;
  height: 40px;
}
.calui1 > .body > table > thead > tr > th {
  box-sizing: border-box;
  border-left: 1px solid #f6f6f6;
  border-right: 1px solid #f6f6f6;
}
.calui1 > .body > table > tbody > tr > * {
  box-sizing: border-box;
  border: 1px solid #f6f6f6;
}
.calui1 > .body > table > tbody > tr > * {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}
.calui1 > .body > table > tbody > tr > *.prev_month,
.calui1 > .body > table > tbody > tr > *.next_month {
  color: white;
}
.calui1 > .body > table > tbody > tr > * > .day_cell {
  width: 100%;
  display: block;
  line-height: 60px;
  text-align: center;
}
.calui1 > .body > table > tbody > tr > *.mark1 > .day_cell {
  background: #f7f7f7;
  color: #d2d2d2;
}
.calui1 > .body > table > tbody > tr > *.mark1 > .day_cell:after {
  box-sizing: border-box;
  border: 1px solid white;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  content: '';
  display: block;
}
.calui1 > .body > table > tbody > tr > *.mark2 > .day_cell {
  color: #d2d2d2;
}
.calui1 > .body > table > tbody > tr > *.mark3 > .day_cell:after {
  box-sizing: border-box;
  border: 5px solid #cccccc;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  content: '';
  display: block;
}
/* [ @lt~ ] 1024이상 - 랩탑 and 테블릿 가로 이상▲ 화면*/
@media all and (min-width: 1024px) {
  .layout190313105403 {
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
  }
  .layout190313105403 > .item {
    display: table-cell;
    vertical-align: top;
  }
  .layout190313105403 > .item:first-child {
    padding-right: 50px;
  }
  .layout190313105403 > .item:first-child + .item {
    width: 35%;
  }
}
/* 1024이하 - 테블릿 이하 화면*/
@media all and (max-width: 1024px) {
  .layout190313105403 > .item + .item {
    margin-top: 30px;
  }
}
/**/
.calui2 > .head > .date_box {
  margin-bottom: 15px;
  text-align: center;
}
.calui2 > .head > .date_box > * {
  vertical-align: top;
  display: inline-block;
}
.calui2 > .head > .date_box > .date {
  margin-left: 20px;
  margin-right: 20px;
  font-family: NanumSquare;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  color: #666666;
}
.calui2 > .head > .date_box > .month_btn {
  font-size: 0;
}
.calui2 > .head > .date_box > .month_btn.prev_month {
  background: url(/front/imgs/common/calui2_prev_m_btn.png) no-repeat;
  width: 52px;
  height: 40px;
}
.calui2 > .head > .date_box > .month_btn.next_month {
  background: url(/front/imgs/common/calui2_next_m_btn.png) no-repeat;
  width: 52px;
  height: 40px;
}
.calui2 > .body > table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.calui2 > .body > table > thead > tr > th {
  font-size: 14px;
  color: #666666;
  height: 44px;
}
.calui2 > .body > table > thead > tr > th:first-child {
  color: #a40000;
}
.calui2 > .body > table > thead > tr > th:last-child {
  color: #0068b7;
}
.calui2 > .body > table > thead > tr > th {
  box-sizing: border-box;
  border-top: 1px solid #ebebeb;
}
.calui2 > .body > table > tbody > tr > * {
  box-sizing: border-box;
  border: 1px solid #dddddd;
}
.calui2 > .body > table > tbody > tr > *.prev_month,
.calui2 > .body > table > tbody > tr > *.next_month {
  color: #f7f7f7;
  background: #f7f7f7;
}
.calui2 > .body > table > tbody > tr > * > .day_cell {
  width: 100%;
  height: 78px;
  display: block;
  text-align: center;
}
.calui2 > .body > table > tbody > tr > * > .day_cell > .day_num {
  color: #000000;
  font-size: 12px;
  letter-spacing: -0.05em;
}
.calui2 > .body > table > tbody > tr > * > .day_cell > .day_num {
  position: absolute;
  top: 5px;
  left: 10px;
}
.calui2 > .body > table > tbody > tr > * > .day_cell > .event_num {
  margin-top: 30px;
  padding: 0 10px;
  border-radius: 5px;
  display: inline-block;
  background: #0467c2;
  color: white;
  font-size: 14px;
  letter-spacing: -0.05em;
}
.calui2 > .body > table > tbody > tr > *.mark1 > .day_cell {
  box-sizing: border-box;
  border: 1px solid #0467c2;
}
.calui2 > .body > table > tbody > tr > *.mark2 > .day_cell {
  background: #0467c2;
}
.calui2 > .body > table > tbody > tr > *.mark2 > .day_cell > .day_num {
  color: white;
}
.calui2 > .body > table > tbody > tr > *.mark2 > .day_cell > .event_num {
  color: #0467c2;
  background: white;
}
/**/
#planCalWrap > .head > .date_box {
  width: 440px;
  margin: 0 auto;
  text-align: center;
}
#planCalWrap > .head > .date_box > * {
  display: inline-block;
  line-height: 40px;
}
#planCalWrap > .head > .date_box > .date {
  font-size: 32px;
  letter-spacing: -0.05em;
  color: #333333;
}
#planCalWrap > .head > .date_box > .btn_date {
  position: absolute;
  top: 0px;
}
#planCalWrap > .head > .date_box > .btn_date.prev_year {
  left: 0px;
  background: url(/front/imgs/common/btn_cal_prev_year.png) no-repeat;
  width: 52px;
  height: 40px;
}
#planCalWrap > .head > .date_box > .btn_date.prev_month {
  left: 57px;
  background: url(/front/imgs/common/btn_cal_prev_month.png) no-repeat;
  width: 52px;
  height: 40px;
}
#planCalWrap > .head > .date_box > .btn_date.next_month {
  right: 57px;
  background: url(/front/imgs/common/btn_cal_next_month.png) no-repeat;
  width: 52px;
  height: 40px;
}
#planCalWrap > .head > .date_box > .btn_date.next_year {
  right: 0px;
  background: url(/front/imgs/common/btn_cal_next_year.png) no-repeat;
  width: 52px;
  height: 40px;
}
#planCalWrap > .body {
  margin-top: 15px;
  border-top: 1px solid #656565;
}
#planCalWrap > .body > table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
#planCalWrap > .body > table > * > tr > * {
  vertical-align: middle;
}
#planCalWrap > .body > table > * > tr > * {
  border: 1px solid #e3e3e3;
}
#planCalWrap > .body > table > thead > tr > th {
  height: 44px;
  font-size: 18px;
  color: #333333;
  letter-spacing: -0.05em;
  background: #fcfdff;
  text-align: center;
}
#planCalWrap > .body > table > tbody > tr > td {
  cursor: pointer;
}
#planCalWrap > .body > table > tbody > tr > td.other_month {
  cursor: default;
  background: #fafafb;
}
#planCalWrap > .body > table > tbody > tr > td:hover {
  background: #fafafb;
}
#planCalWrap > .body > table > tbody > tr > td.on {
  background: #0068b7;
}
#planCalWrap > .body > table > tbody > tr > td > .day {
  height: 114px;
}
#planCalWrap > .body > table > tbody > tr > td > .day > .num {
  font-size: 14px;
  color: #333333;
  letter-spacing: -0.1em;
}
#planCalWrap > .body > table > tbody > tr > td > .day > .num {
  width: 30px;
  line-height: 30px;
  text-align: center;
}
#planCalWrap > .body > table > tbody > tr > td.other_month > .day > .num {
  color: #b5b5b5;
}
#planCalWrap > .body > table > tbody > tr > td.on > .day > .num {
  color: white;
}
/**/
#planCalWrap > .body > table > tbody > tr > td > .day > .event_box {
  text-align: center;
}
#planCalWrap > .body > table > tbody > tr > td > .day > .event_box > .cnt {
  width: 60px;
  margin: 0 auto;
  border-radius: 17px;
  line-height: 34px;
  font-size: 18px;
  letter-spacing: -0.05em;
}
#planCalWrap > .body > table > tbody > tr > td > .day > .event_box > .cnt {
  color: white;
  background: #0068b7;
}
#planCalWrap > .body > table > tbody > tr > td.on > .day > .event_box > .cnt {
  color: #0068b7;
  background: white;
}
#planCalWrap > .body > table > tbody > tr > td > .day > .event_box > .text0 {
  margin-top: 3px;
  font-size: 14px;
  letter-spacing: -0.05em;
}
#planCalWrap > .body > table > tbody > tr > td > .day > .event_box > .text0 {
  color: #333333;
}
#planCalWrap > .body > table > tbody > tr > td.on > .day > .event_box > .text0 {
  color: white;
}
/**/
#planCalWrap > .body > table > tbody > tr > td > .day > .event_layer_popup {
  display: none;
}
/* [ @~ta ] 1023이하 - 태블릿 세로 이하▼ 화면*/
@media all and (max-width: 1023px) {
  #planCalWrap > .body > table > tbody > tr > td > .day {
    height: 94px;
  }
  #planCalWrap > .body > table > tbody > tr > td > .day > .event_box > .text0 {
    display: none;
  }
}
/**/
#reserveCalendarWrap {
  font-family: NanumSquare;
}
#reserveCalendarWrap > .head > .this_year_box {
  width: 440px;
  margin: 0 auto;
  text-align: center;
}
#reserveCalendarWrap > .head > .this_year_box > * {
  display: inline-block;
}
#reserveCalendarWrap > .head > .this_year_box > .year {
  line-height: 40px;
  color: #333333;
  letter-spacing: -0.05em;
  font-size: 24px;
}
#reserveCalendarWrap > .head > .this_year_box > .btn_go {
  font-size: 0;
  position: absolute;
  top: 0px;
}
#reserveCalendarWrap > .head > .this_year_box > .btn_prev_year {
  left: 0px;
  background: url(/front/imgs/common/btn_cal_prev_year.png) no-repeat;
  width: 52px;
  height: 40px;
}
#reserveCalendarWrap > .head > .this_year_box > .btn_prev_month {
  left: 57px;
  background: url(/front/imgs/common/btn_cal_prev_month.png) no-repeat;
  width: 52px;
  height: 40px;
}
#reserveCalendarWrap > .head > .this_year_box > .btn_next_month {
  right: 57px;
  background: url(/front/imgs/common/btn_cal_next_month.png) no-repeat;
  width: 52px;
  height: 40px;
}
#reserveCalendarWrap > .head > .this_year_box > .btn_next_year {
  right: 0px;
  background: url(/front/imgs/common/btn_cal_next_year.png) no-repeat;
  width: 52px;
  height: 40px;
}
#reserveCalendarWrap > .body {
  margin-top: 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #dddddd;
}
#reserveCalendarWrap > .body > table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
#reserveCalendarWrap > .body > table > * > tr > * {
  box-sizing: border-box;
  border-top: 1px solid #dddddd;
}
#reserveCalendarWrap > .body > table > * > tr > * {
  text-align: center;
  vertical-align: top;
}
#reserveCalendarWrap > .body > table > thead > tr > th {
  vertical-align: middle;
  background: #fcfdff;
  height: 44px;
  font-size: 18px;
  color: #333333;
}
#reserveCalendarWrap > .body > table > tbody > tr > td > .day {
  padding-bottom: 100%;
}
#reserveCalendarWrap > .body > table > tbody > tr > td > .day > button {
  width: 100%;
  height: 100%;
}
#reserveCalendarWrap > .body > table > tbody > tr > td > .day > button {
  position: absolute;
  top: 0px;
  left: 0px;
}
#reserveCalendarWrap > .body > table > tbody > tr > td > .day > button {
  font-size: 20px;
  outline: none;
}
#reserveCalendarWrap > .body > table > tbody > tr > td > .day > button.on {
  background: #0068b7;
}
#reserveCalendarWrap > .body > table > tbody > tr > td > .day > button.on > span {
  line-height: 40px;
  background: white;
  display: inline-block;
  width: 40px;
  border-radius: 100%;
}
#reserveCalendarWrap > .body > table > tbody > tr > td.other_month > .day > button {
  color: #dddddd;
}
#reserveCalendarWrap > .body > table > tbody > tr > td.disabled > .day > button {
  color: #bbbbbb;
  background: #eeeeee;
}
/**/
#reserveCalendarWrap > .body > table > tbody > tr.time_row {
  display: none;
}
#reserveCalendarWrap > .body > table > tbody > tr.time_row > td {
  text-align: left;
  border-top: none;
}
#reserveCalendarWrap > .body > table > tbody > tr.time_row > td > .inner {
  box-sizing: border-box;
  border: 10px solid #0068b7;
}
#reserveCalendarWrap > .body > table > tbody > tr.time_row > td > .inner > .title {
  padding-left: 15px;
  background: #0068b7;
  color: white;
  font-size: 20px;
  line-height: 56px;
  letter-spacing: -0.05em;
}
#reserveCalendarWrap > .body > table > tbody > tr.time_row > td > .inner > .time_list {
  padding: 20px 25px;
}
#reserveCalendarWrap > .body > table > tbody > tr.time_row > td > .inner > .time_list > li {
  padding-top: 14px;
  padding-bottom: 14px;
}
#reserveCalendarWrap > .body > table > tbody > tr.time_row > td > .inner > .time_list > li + li {
  border-top: 1px solid #e6e6e6;
}
#reserveCalendarWrap > .body > table > tbody > tr.time_row > td > .inner > .time_list > li > a {
  display: block;
  width: 100%;
  font-size: 18px;
  color: #a0a0a0;
  letter-spacing: -0.05em;
}
#reserveCalendarWrap > .body > table > tbody > tr.time_row > td > .inner > .time_list > li.on > a {
  color: #282828;
}
#reserveCalendarWrap > .body > table > tbody > tr.time_row > td > .inner > .time_list > li > a > * {
  display: inline-block;
  line-height: 36px;
}
#reserveCalendarWrap > .body > table > tbody > tr.time_row > td > .inner > .time_list > li > a > .label {
  position: absolute;
  top: 0px;
  right: 0px;
}
#reserveCalendarWrap > .body > table > tbody > tr.time_row > td > .inner > .time_list > li > a > .label {
  background: #a0a0a0;
  color: white;
  padding: 0 0.5em;
}
#reserveCalendarWrap > .body > table > tbody > tr.time_row > td > .inner > .time_list > li.on > a > .label {
  background: #0068b7;
}
/**/
.layout190313111642 {
  box-sizing: border-box;
  border: 1px solid #b4b4b4;
}
.layout190313111642 > .head {
  background: #b4b4b4;
}
.layout190313111642 > .head > .date {
  line-height: 50px;
  color: white;
  font-size: 20px;
  letter-spacing: -0.05em;
  text-align: center;
}
.layout190313111642 > .body {
  padding-left: 7px;
  padding-right: 7px;
}
.layout190313111642 > .body {
  height: 443px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.layout190313111642 > .body > .item {
  padding-top: 17px;
  padding-bottom: 17px;
}
.layout190313111642 > .body > .item + .item {
  border-top: 1px dashed #d7d7d7;
}
.layout190313111642 > .body > .item > .date {
  padding-left: 10px;
  color: #a0a0a0;
  font-size: 14px;
}
.layout190313111642 > .body > .item > .cont {
  font-weight: bold;
  line-height: 1.5em;
  padding-left: 10px;
  color: #333333;
  font-size: 15px;
  letter-spacing: -0.1em;
}
/*.layout190313111642 > .body > .item > .cont{ width:100%; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }*/
.layout190313111642 > .body > .item > .cont:before {
  background: #0467c2;
  border-radius: 100%;
  width: 3px;
  height: 3px;
  margin-top: -1px;
  position: absolute;
  top: 0.75em;
  left: 0px;
  content: '';
  display: block;
}
/**/
.hover_zoom_box {
  overflow: hidden;
}
.hover_zoom_box > img {
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hover_zoom_box > img:hover {
  transform: scale(1.2);
}
/**/
.historyui {
  padding-bottom: 50px;
}
.historyui:before {
  background: #e6e6e6;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 15px;
  left: 50%;
  content: '';
  display: inline-block;
}
.historyui > .inner {
  z-index: 5;
  font-size: 0;
}
.historyui > .inner > .row + .row {
  margin-top: -60px;
}
.historyui > .inner > .row:nth-child(2n-1) {
  padding-right: 50%;
}
.historyui > .inner > .row:nth-child(2n) {
  padding-left: 50%;
}
.historyui > .inner > .row > .item {
  padding: 0 25px;
}
.historyui > .inner > .row:nth-child(2n-1) > .item {
  text-align: right;
}
.historyui > .inner > .row:nth-child(2n) > .item {
  text-align: left;
}
.historyui > .inner > .row > .item > .date {
  font-style: italic;
  color: #f04a20;
  font-size: 22px;
  letter-spacing: -0.05em;
  line-height: 1.5em;
}
.historyui > .inner > .row > .item > .date:before {
  border-radius: 100%;
  background: white;
  box-sizing: border-box;
  border: 2px solid #f04a20;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  content: '';
  display: inline-block;
}
.historyui > .inner > .row:nth-child(2n-1) > .item > .date:before {
  right: -34px;
}
.historyui > .inner > .row:nth-child(2n) > .item > .date:before {
  left: -32px;
}
.historyui > .inner > .row > .item > .text0 {
  margin: 0.25em;
  color: #333333;
  font-size: 18px;
  letter-spacing: -0.05em;
  line-height: 1.5em;
}
.historyui > .inner > .row > .item > .text1 {
  margin: 0.25em;
  color: #666666;
  font-size: 16px;
  letter-spacing: -0.05em;
  line-height: 1.5em;
}
/* [ @~ta ] 1023이하 - 태블릿 세로 이하▼ 화면*/
@media all and (max-width: 1023px) {
  .historyui > .inner > .row + .row {
    margin-top: 50px;
  }
  .historyui > .inner > .row > .item > .date {
    font-size: 20px;
  }
  .historyui > .inner > .row > .item > .text0 {
    font-size: 16px;
  }
  .historyui > .inner > .row > .item > .text1 {
    font-size: 14px;
  }
}
/* [ @mo ] 767이하 - 휴대폰 이하▼ 화면*/
@media all and (max-width: 767px) {
  .historyui:before {
    left: 0px;
  }
  .historyui > .inner > .row:nth-child(2n-1) {
    padding-right: 0;
  }
  .historyui > .inner > .row:nth-child(2n) {
    padding-left: 0;
  }
  .historyui > .inner > .row:nth-child(2n-1) > .item {
    text-align: left;
  }
  .historyui > .inner > .row > .item > .date {
    font-size: 18px;
  }
  .historyui > .inner > .row:nth-child(2n-1) > .item > .date:before {
    right: auto;
    left: -32px;
  }
  .historyui > .inner > .row > .item > .text0 {
    font-size: 14px;
  }
  .historyui > .inner > .row > .item > .text1 {
    font-size: 12px;
  }
}
/**/
#printUtil {
  display: inline-block;
  font-size: 0;
}
#printUtil > * {
  display: inline-block;
  font-size: 0;
}
#printUtil .btn_print_contents {
  margin-right: 5px;
  background: url(/front/imgs/common/btn_print.png) no-repeat;
  width: 34px;
  height: 34px;
}
#printUtil .btn_zoom_in {
  background: url(/front/imgs/common/btn_zoomIn.png) no-repeat;
  width: 33px;
  height: 34px;
}
#printUtil .zoom_text {
  display: inline-block;
  background: url(/front/imgs/common/btn_zoomText.png) no-repeat;
  width: 61px;
  height: 34px;
}
#printUtil .btn_zoom_out {
  background: url(/front/imgs/common/btn_zoomOut.png) no-repeat;
  width: 33px;
  height: 34px;
}
#printUtil .btn_zoom_ori {
  background: url(/front/imgs/common/btn_zoomOri.png);
  width: 33px;
  height: 34px;
}
/* [ @~ta ] 1023이하 - 태블릿 세로 이하▼ 화면*/
@media all and (max-width: 1023px) {
  #printUtil {
    display: none;
  }
}
/**/
.print_view #printUtil {
  display: none;
}
.print_view body {
  padding: 20px;
  min-width: 0;
}
.print_view * {
  -webkit-print-color-adjust: exact;
}
/* 컨텐츠 프린트시에 없애고싶은 엘리먼트 등록 [2017-02-23] */
.print_view #header {
  display: none;
}
.print_view #body {
  width: 100%;
}
.print_view #body > .main {
  padding: 0;
}
.print_view #sub_page_visual {
  display: none;
}
.print_view #loactionSection {
  display: none;
}
.print_view #subLocation {
  display: none;
}
.print_view #body > .aside {
  display: none;
}
.print_view #body > .main {
  padding-left: 0;
}
.print_view #footer {
  display: none;
}
.print_view .kquery_viewsize {
  display: none;
}
/* // 컨텐츠 프린트시에 없애고싶은 엘리먼트 등록 [2017-02-23] */
/**/
.link_box_ui {
  border-top: 2px solid #f04a20;
}
.link_box_ui {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.link_box_ui > .item {
  display: table-row;
}
.link_box_ui > .item > div {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.link_box_ui > .item > div {
  box-sizing: border-box;
  border: 1px solid #b6b6b6;
}
.link_box_ui > .item:first-child > div {
  border-top: none;
}
.link_box_ui > .item > div > .link_btn {
  width: 100%;
}
.link_box_ui > .item > div:first-child {
  text-align: center;
  background: #fafafa;
  font-size: 18px;
  letter-spacing: -0.05em;
  color: #333333;
}
.link_box_ui > .item > div:first-child + div {
  width: 30%;
}
/**/
.middle_center_layout {
  z-index: 99999;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.middle_center_layout {
  background: url(/front/imgs/opacity_bg/black50.png);
}
.middle_center_layout > div {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  height: 100%;
}
.middle_center_layout > div > div {
  display: table-cell;
  vertical-align: middle;
}
.middle_center_layout > div > div {
  outline: 1px dashed red;
  box-shadow: 0px 0px 10px red;
}
.middle_center_layout > div > div > .body {
  width: 460px;
  margin: 0 auto;
}
.middle_center_layout > div > div > .body {
  outline: 1px dashed red;
  box-shadow: 0px 0px 10px red;
}
/**/
.professor_list > .item + .item {
  border-top: 1px dotted #666666;
  margin-top: 20px;
  padding-top: 20px;
}
/**/
.professor_box {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.professor_box > div {
  display: table-cell;
  vertical-align: top;
}
.professor_box > .pic {
  width: 120px;
}
.professor_box > .pic > .thumb {
  width: 100%;
}
.professor_box > .pic > .thumb > div {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.professor_box > .pic > .thumb > div {
  padding-bottom: 133.33%;
}
.professor_box > .pic > .btn_pf_detail {
  margin-top: 10px;
}
.professor_box > .info {
  padding-left: 20px;
}
.professor_box > .info > .name_box > * {
  display: inline-block;
  vertical-align: top;
  line-height: 27px;
}
.professor_box > .info > .name_box > .name {
  font-size: 20px;
  color: #f04a20;
  letter-spacing: -0.1em;
}
.professor_box > .info > .name_box > .part {
  padding-left: 10px;
  margin-left: 10px;
  font-size: 14px;
  color: #787878;
  letter-spacing: -0.1em;
}
.professor_box > .info > .name_box > .part:before {
  background: #dcdcdc;
  width: 1px;
  height: 16px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  left: 0px;
  content: '';
  display: block;
}
.professor_box > .info > .profile_box {
  margin-top: 10px;
  font-size: 13px;
  color: #646464;
  letter-spacing: -0.1em;
}
.professor_box > .info > .profile_box > li + li {
  margin-top: 4px;
}
.professor_box > .info > .profile_box > li > div {
  display: inline-block;
  vertical-align: top;
}
.professor_box > .info > .profile_box > li > .label {
  width: 100px;
  color: #323232;
  margin-right: 10px;
}
.professor_box > .info > .profile_box > li > .label:after {
  background: #dbdbdb;
  width: 1px;
  height: 10px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  right: 0px;
  content: '';
  display: block;
}
/**/
.professor_paper_list > li:nth-child(n+11) {
  display: none;
}
.professor_paper_list.on > li:nth-child(n+11) {
  display: block;
}
.professor_paper_list + .professor_paper_buttons {
  margin-top: 10px;
}
/**/
.btn_pf_detail {
  background: url(/front/imgs/common/btn_pf_detail.png) no-repeat;
  width: 120px;
  height: 26px;
}
.btn_pf_detail {
  font-size: 0;
  display: inline-block;
}
.btn_pf_more {
  background: url(/front/imgs/common/btn_pf_more.png) no-repeat;
  width: 120px;
  height: 26px;
}
.btn_pf_more {
  font-size: 0;
  display: inline-block;
}
/**/
.history_wrap > .item {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.history_wrap > .item + .item {
  border-top: 1px solid #eeeeee;
  margin-top: 20px;
}
.history_wrap > .item > div {
  display: table-cell;
  vertical-align: top;
  padding-top: 20px;
}
.history_wrap > .item > .year_area {
  margin-bottom: 10px;
  width: 130px;
}
.history_wrap > .item > .year_area .year {
  font-size: 30px;
  color: #f04a20;
  letter-spacing: -0.075em;
  line-height: 30px;
}
.history_wrap > .item > .contents_area > ul {
  margin-bottom: 10px;
}
.history_wrap > .item > .contents_area > ul > li {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.history_wrap > .item > .contents_area > ul > li + li {
  margin-top: 10px;
}
.history_wrap > .item > .contents_area > ul > li > div {
  display: table-cell;
  vertical-align: top;
}
.history_wrap > .item > .contents_area > ul > li > .month {
  padding-top: 3px;
  width: 125px;
  font-weight: bold;
  font-size: 15px;
  color: #333333;
  letter-spacing: -0.075em;
}
.history_wrap > .item > .contents_area > ul > li > .contents {
  padding-left: 10px;
  color: #666666;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: -0.075em;
}
/* [ @mo ] 767이하 - 휴대폰 이하▼ 화면*/
@media all and (max-width: 767px) {
  .history_wrap > .item > .contents_area > ul > li {
    display: block;
  }
  .history_wrap > .item > .contents_area > ul > li > div {
    display: block;
  }
  .history_wrap > .item > .contents_area > ul > li > .contents {
    margin-top: 5px;
  }
}
/**/
.big_file_download_box {
  background: #f9fafc;
  box-sizing: border-box;
  border: 1px solid #dddddd;
}
.big_file_download_box {
  text-align: center;
  padding: 24px;
}
.big_file_download_box > a {
  padding: 24px;
  display: inline-block;
  vertical-align: top;
}
.big_file_download_box > a {
  background-color: white;
  box-sizing: border-box;
  border: 1px solid #dddddd;
}
.big_file_download_box > a {
  color: #333333;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: -0.05em;
  line-height: 1.5em;
}
.big_file_download_box > a > .name {
  margin-top: 10px;
}
/**/
.parallax_img {
  transition: top 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.parallax_img {
  position: absolute;
  top: 0px;
  left: 0px;
}
/**/
.filter_grid {
  font-size: 0;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #eaeaea;
}
.filter_grid > .row + .row {
  border-top: 1px solid #eaeaea;
}
.filter_grid > .row > .col {
  display: inline-table;
  vertical-align: top;
}
.filter_grid > .row > .col > * {
  display: table-cell;
  vertical-align: top;
  padding: 2px 5px;
}
.filter_grid > .row > .col > * {
  font-size: 14px;
  line-height: 1.5em;
  color: #666666;
}
.filter_grid > .row > .col > *:first-child {
  border-left: none;
}
.filter_grid > .row > .col > *:last-child {
  border-right: none;
}
.filter_grid > .row > .col > .label {
  color: #333333;
  background: #f4f4f4;
  font-weight: bold;
  text-align: center;
}
.filter_grid > .row > .col > .label {
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}
.filter_grid > .row > .col > .label {
  width: 150px;
  vertical-align: middle;
}
.filter_grid > .row > .col > .cont {
  border-right: 1px solid #eaeaea;
}
/**/
.layout_grid {
  font-size: 0;
}
.layout_grid > .row > .col {
  display: inline-block;
  vertical-align: top;
}
.layout_grid > .row > .col {
  font-size: 14px;
}
/**/
.school_schedule_wrap > .head {
  margin-bottom: 30px;
}
.school_schedule_wrap > .head > .date_box {
  width: 440px;
  margin: 0 auto;
  text-align: center;
}
.school_schedule_wrap > .head > .date_box > * {
  display: inline-block;
  line-height: 40px;
}
.school_schedule_wrap > .head > .date_box > .date {
  font-size: 32px;
  letter-spacing: -0.05em;
  color: #333333;
}
.school_schedule_wrap > .head > .date_box > .btn_date {
  position: absolute;
  top: 0px;
}
.school_schedule_wrap > .head > .date_box > .btn_date.prev_year {
  left: 0px;
  background: url(/front/imgs/common/btn_cal_prev_year.png) no-repeat;
  width: 52px;
  height: 40px;
}
.school_schedule_wrap > .head > .date_box > .btn_date.prev_month {
  left: 57px;
  background: url(/front/imgs/common/btn_cal_prev_month.png) no-repeat;
  width: 52px;
  height: 40px;
}
.school_schedule_wrap > .head > .date_box > .btn_date.next_month {
  right: 57px;
  background: url(/front/imgs/common/btn_cal_next_month.png) no-repeat;
  width: 52px;
  height: 40px;
}
.school_schedule_wrap > .head > .date_box > .btn_date.next_year {
  right: 0;
  background: url(/front/imgs/common/btn_cal_next_year.png) no-repeat;
  width: 52px;
  height: 40px;
}
/**/
.school_schedule_wrap > .body > .table0 > table > tbody > tr > td.label.type2 {
  font-size: 20px;
}
/**/
.resfonsive_form_box {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.resfonsive_form_box > .item + .item {
  margin-top: 20px;
}
.resfonsive_form_box > .item > .inner > div.label {
  font-size: 16px;
  color: #333333;
  letter-spacing: -0.05em;
  line-height: 1.5em;
}
.resfonsive_form_box > .item > .inner > div.label > div {
  line-height: 60px;
}
.resfonsive_form_box > .item > .inner > div.control {
  font-size: 0;
}
.resfonsive_form_box > .item > .inner > div.control .input0 {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  height: 60px;
}
.resfonsive_form_box > .item > .inner > div.control .input0 {
  font-size: 20px;
  color: #333333;
}
.resfonsive_form_box > .item > .inner > div.control .input0 {
  padding-left: 10px;
  padding-right: 10px;
}
.resfonsive_form_box > .item > .inner > div.control .button0 {
  display: inline-block;
  vertical-align: top;
  height: 60px;
  line-height: 60px;
  background-color: #222222;
}
.resfonsive_form_box > .item > .inner > div.control .button0 {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.resfonsive_form_box > .item > .inner > div.control .button0 {
  font-size: 18px;
  font-weight: bold;
  color: white;
}
.resfonsive_form_box > .item > .inner > div.control .ftxt0 {
  display: inline-block;
  vertical-align: top;
}
.resfonsive_form_box > .item > .inner > div.control .ftxt0 {
  text-align: center;
  line-height: 60px;
  color: #666666;
  font-size: 16px;
}
.resfonsive_form_box > .item > .inner > div.control .select0 {
  height: 60px;
  font-weight: 500;
  font-size: 18px;
  color: #666666;
  background-color: #f7f7f7;
}
/* [ @ta~ ] 768이상 - 태블릿 세로 이상▲ 화면*/
@media all and (min-width: 768px) {
  .resfonsive_form_box > .item > .inner {
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
  }
  .resfonsive_form_box > .item > .inner > div {
    display: table-cell;
    vertical-align: top;
  }
  .resfonsive_form_box > .item > .inner > div:first-child {
    width: 120px;
  }
}
/* [ @mo ] 767이하 - 휴대폰 이하▼ 화면*/
@media all and (max-width: 767px) {
  .resfonsive_form_box {
    width: 100%;
  }
  .resfonsive_form_box > .item > .inner > div.label {
    margin-bottom: 5px;
  }
}
/**/
.variable_shape_box {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.variable_shape_box > .cell {
  display: table-cell;
  vertical-align: top;
}
.variable_shape_box + .variable_shape_box {
  margin-top: 10px;
}
/**/
.indent_list {
  font-size: 18px;
  color: #666666;
  line-height: 30px;
  letter-spacing: -0.01em;
}
.indent_list > li + li {
  margin-top: 5px;
}
.indent_list > li {
  display: table;
  border-collapse: collapse;
  width: 100%;
}
.indent_list > li > div {
  display: table-cell;
  vertical-align: top;
}
.indent_list > li > .bullet {
  width: 1px;
  padding-right: 5px;
}
.indent_list > li > .cont > .indent_list {
  margin-top: 5px;
}
/**/
.indent_list.type0 {
  font-size: 16px;
  color: #666666;
  line-height: 1.5em;
}
.indent_list.type0 > li > .bullet {
  padding-right: 5px;
  height: 1.5em;
}
.indent_list.type0 > li > .bullet:before {
  position: relative;
  display: inline-block;
  vertical-align: top;
  content: '';
}
.indent_list.type0 > li > .bullet:before {
  background: #333333;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  top: calc(1.5em / 2);
}
/**/
.indent_list.type1 {
  font-size: 16px;
  color: #666666;
  line-height: 1.5em;
}
.indent_list.type1 > li > .bullet:before {
  position: relative;
  background: #666666;
  width: 6px;
  height: 2px;
  margin-top: -1px;
  top: calc(1.5em / 2);
  content: '';
  display: inline-block;
  vertical-align: top;
}
/**/
.indent_list.type2 {
  font-size: 16px;
  color: #666666;
  line-height: 1.5em;
}
.indent_list.type2 > li > .bullet:before {
  position: relative;
  content: '';
  display: inline-block;
  vertical-align: top;
}
.indent_list.type2 > li > .bullet:before {
  background: url(/front/imgs/common/indent_list_type2_blt.png) no-repeat center;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  top: calc(1.5em / 2);
}
/**/
.indent_list.type3 {
  font-size: 18px;
  font-weight: 300;
  color: #000000;
  line-height: 34px;
  letter-spacing: calc(-50 * 0.001em);
}
.indent_list.type3 > li + li {
  margin-top: 5px;
}
.indent_list.type3 > li {
  display: table;
  border-collapse: collapse;
  width: 100%;
}
.indent_list.type3 > li > div {
  display: table-cell;
  vertical-align: top;
}
.indent_list.type3 > li > .bullet {
  width: 1px;
  padding-right: 15px;
}
.indent_list.type3 > li > .bullet {
  font-weight: 700;
  font-size: 26px;
  color: #bbbbbb;
  font-style: italic;
}
.indent_list.type3 > li > .cont > .indent_list {
  margin-top: 5px;
}
/**/
.indent_list.type4 {
  font-size: 16px;
  color: #666666;
  line-height: 1.5em;
}
.indent_list.type4 > li + li {
  margin-top: 20px;
}
.indent_list.type4 > li > .bullet {
  padding-right: 15px;
}
.indent_list.type4 > li > .bullet:before {
  position: relative;
  content: '';
  display: inline-block;
  vertical-align: top;
}
.indent_list.type4 > li > .bullet:before {
  background: url(/front/imgs/common/indent_list_type4_blt.png) no-repeat center;
  width: 18px;
  height: 14px;
  margin-top: -7px;
  top: calc(1.5em / 2);
}
/**/
.indent_list.type5 {
  font-size: 16px;
  color: #666666;
  line-height: 1.5em;
}
.indent_list.type5 > li + li {
  margin-top: 20px;
}
.indent_list.type5 > li > .bullet {
  padding-right: 5px;
  height: 1.5em;
}
.indent_list.type5 > li > .bullet:before {
  position: relative;
  display: inline-block;
  vertical-align: top;
  content: '';
}
.indent_list.type5 > li > .bullet:before {
  background: #ef4021;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  top: calc(1.5em / 2);
}
/**/
.object_fit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.object_fit {
  max-width: none !important;
  max-height: none !important;
  display: block;
}
/**/
.video_box {
  position: relative;
  overflow: hidden;
}
.video_box > video {
  display: block;
}
.video_box > .poster_btn {
  z-index: 5;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.video_box > .poster_btn > img {
  max-width: none !important;
  vertical-align: top;
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
}
/**/
/*! nanoScrollerJS - v0.8.7 - (c) 2015 James Florentino; Licensed MIT */
/* http://jamesflorentino.github.com/nanoScrollerJS */
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden \9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.01;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.nano > .nano-pane > .nano-slider {
  background: #444444;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
  visibility: visible \9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}
/**/
.layer_pop_frame {
  z-index: 10000;
  position: fixed;
  top: -10000px;
  left: -10000px;
}
.layer_pop_frame.on {
  top: 0px;
  left: 0px;
}
.layer_pop_frame {
  width: 100%;
  height: 100%;
}
.layer_pop_frame {
  background: rgba(0, 0, 0, 0.3);
}
.layer_pop_frame.black_bg {
  background: rgba(0, 0, 0, 0.9);
}
.layer_pop_frame > .inner {
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.layer_pop_frame > .inner {
  height: calc(100% - 20px);
}
/**/
.layer_popup {
  top: 50%;
  transform: translateY(-50%);
}
.layer_popup > .body {
  overflow: auto;
}
/**/
.layer_pop_frame .layer_dim {
  z-index: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
/**/
.layer_pop0 {
  box-sizing: border-box;
  border: 1px solid #333333;
  overflow: hidden;
}
/*배경색이 위에 약간 보여서 befor로 깔고 아래로 살짝 내림*/
.layer_pop0:before {
  background: white;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 0px;
  content: '';
  display: block;
}
.layer_pop0 > .head {
  background: #333333;
  padding: 10px;
}
.layer_pop0 > .head > .title {
  color: white;
  font-size: 30px;
  font-weight: 700;
}
.layer_pop0 > .head > .head_close_btn {
  background: url(/front/imgs/layerpop/btn_close.png) no-repeat center;
  width: 50px;
  height: 100%;
}
.layer_pop0 > .head > .head_close_btn {
  z-index: 5;
  position: absolute;
  top: 0px;
  right: 0px;
}
.layer_pop0 > .body {
  padding: 10px;
}
.layer_pop0 > .foot {
  padding: 10px;
  background: #ffffd4;
}
/* [ @de~ ] 1440이상 - 데스크탑 이상▲ 화면*/
@media all and (min-width: 1440px) {
  .layer_pop0 {
    width: calc(1004px - 20px);
  }
}
/* [ @lt ] 1024이상 ~ 1439이하 - 랩탑 and 테블릿 가로 only 화면*/
@media all and (min-width: 1024px) and (max-width: 1439px) {
  .layer_pop0 {
    width: calc(750px - 20px);
  }
}
/* [ @~ta ] 1023이하 - 태블릿 세로 이하▼ 화면*/
@media all and (max-width: 1023px) {
  .layer_pop0 {
    width: calc(460px - 10px);
  }
}
/**/
.layer_pop1 {
  display: inline-block;
  vertical-align: top;
  max-height: none !important;
}
.layer_pop1 > .head {
  text-align: center;
  margin-bottom: 20px;
}
.layer_pop1 > .head > .head_close_btn {
  background: url(/front/imgs/common/layer_pop1_close_btn.png) no-repeat center;
  width: 48px;
  height: 48px;
}
.layer_pop1 > .body {
  overflow: visible;
  max-height: none !important;
}
.layer_pop1 > .foot {
  padding-top: 25px;
  text-align: center;
  color: #ff6600;
  font-size: 20px;
}
/* [ @de~ ] 1440이상 - 데스크탑 이상▲ 화면*/
/* [ @lt ] 1024이상 ~ 1439이하 - 랩탑 and 테블릿 가로 only 화면*/
@media all and (min-width: 1024px) and (max-width: 1439px) {
  .layer_pop1 {
    width: 1024px;
  }
}
/* [ @ta ] 768이상 ~ 1023이하 - 테블릿 세로 only 화면*/
@media all and (min-width: 768px) and (max-width: 1023px) {
  .layer_pop1 {
    width: 768px;
  }
}
/* [ @mo ] 767이하 - 휴대폰 이하▼ 화면*/
@media all and (max-width: 767px) {
  .layer_pop1 {
    width: 480px;
  }
}
/**/
.txt16 {
  font-size: 16px;
  letter-spacing: calc(-50 * 0.001em);
}
.txt18 {
  font-size: 18px;
  letter-spacing: calc(-50 * 0.001em);
}
.txt20 {
  font-size: 20px;
  letter-spacing: calc(-50 * 0.001em);
}
.txt30 {
  font-size: 30px;
  letter-spacing: calc(-50 * 0.001em);
}
/**/
.btnui0 {
  font-size: 20px;
  font-weight: 700;
  line-height: 60px;
  color: white;
  background-color: #ef4021;
  text-align: center;
}
/**/
.it_list > li + li {
  margin-top: 0.5em;
}
.it_list > li > div {
  display: inline-block;
  vertical-align: top;
}
.it_list > li > .bullet {
  background-position: left center;
  background-repeat: no-repeat;
}
.it_list > li > .bullet:before {
  position: relative;
  left: 0px;
  content: '';
  display: inline-block;
  vertical-align: top;
}
/**/
.it_list.type0 > li > .bullet {
  background-image: url(/front/imgs/common/it_list_type0_blt.png);
  width: 4px;
}
/******************************************
	PAGE CSS
*******************************************/
#footer_for_full_page {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 5;
  width: 100%;
}
#footer_for_full_page {
  background: rgba(0, 0, 0, 0.3);
}
#footer_for_full_page.white {
  background: white;
  position: relative;
  bottom: auto;
  left: auto;
}
#footer_for_full_page > div {
  box-sizing: border-box;
  border-top: 1px solid rgba(153, 153, 153, 0.3);
}
#footer_for_full_page > div > .inner {
  margin-left: auto;
  margin-right: auto;
}
#footer_for_full_page .links {
  font-size: 0;
}
#footer_for_full_page .links.links2 {
  display: none;
}
#footer_for_full_page .links > li {
  display: inline-block;
  vertical-align: top;
}
#footer_for_full_page .links > li {
  font-size: 15px;
  color: #999999;
  letter-spacing: -0.05em;
  line-height: 56px;
}
#footer_for_full_page.white .links > li {
  font-weight: 500;
  color: #4c4c4c;
}
#footer_for_full_page .links > li + li {
  margin-left: 40px;
}
#footer_for_full_page .right_btns {
  position: absolute;
  top: 10px;
  right: 0px;
}
#footer_for_full_page .right_btns > div {
  display: inline-block;
  vertical-align: top;
}
#footer_for_full_page .right_btns > .btn_area {
  font-size: 0;
}
#footer_for_full_page .right_btns > .btn_area > a {
  width: 110px;
  background: #6d6359;
  line-height: 36px;
  border-radius: 4px;
  color: white;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
#footer_for_full_page .right_btns > .btn_area > a.style2 {
  background: #ff5b3b;
}
#footer_for_full_page .right_btns > .btn_area > a + a {
  margin-left: 20px;
}
#footer_for_full_page .right_btns > .sns_area {
  margin-left: 30px;
  font-size: 0;
}
#footer_for_full_page .right_btns > .sns_area > a {
  display: inline-block;
  vertical-align: top;
}
#footer_for_full_page .right_btns > .sns_area > a {
  width: 35px;
  height: 36px;
  text-align: center;
}
#footer_for_full_page .right_btns > .sns_area > a + a {
  margin-left: 30px;
}
#footer_for_full_page .right_btns > .sns_area > a + a:before {
  background: #4d4d4d;
  width: 1px;
  height: 28px;
  margin-top: -14px;
  position: absolute;
  top: 50%;
  left: -15px;
  content: '';
  display: block;
}
#footer_for_full_page.white .right_btns > .sns_area > a + a:before {
  background: #c1c1c1;
}
#footer_for_full_page .right_btns > .sns_area > a > img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
/* [ @mo ] 767이하 - 휴대폰 이하▼ 화면*/
@media all and (max-width: 767px) {
  #footer_for_full_page .links {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
  }
  #footer_for_full_page .links.links1 {
    display: none;
  }
  #footer_for_full_page .links.links2 {
    display: inline-block;
  }
  #footer_for_full_page .links > li {
    line-height: 44px;
  }
  #footer_for_full_page .right_btns {
    position: relative;
    top: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #footer_for_full_page .right_btns {
    text-align: center;
  }
}
/* [ @de~ ] 1440이상 - 데스크탑 이상▲ 화면*/
@media all and (min-width: 1440px) {
  #footer_for_full_page > div > .inner {
    width: 1200px;
  }
}
/* [ @lt ] 1024이상 ~ 1439이하 - 랩탑 and 테블릿 가로 only 화면*/
@media all and (min-width: 1024px) and (max-width: 1439px) {
  #footer_for_full_page > div > .inner {
    width: 1004px;
  }
}
/* [ @ta ] 768이상 ~ 1023이하 - 테블릿 세로 only 화면*/
@media all and (min-width: 768px) and (max-width: 1023px) {
  #footer_for_full_page > div > .inner {
    width: 750px;
  }
}
/* [ @mo ] 767이하 - 휴대폰 이하▼ 화면*/
@media all and (max-width: 767px) {
  #footer_for_full_page > div > .inner {
    width: 460px;
  }
}
/**/
#footer_for_full_page .footer_info_box > .cell.logo > .logo_footer_full_page {
  font-size: 0;
  background: url(/front/imgs/common/logo_footer_full_page.png) no-repeat center;
  width: 120px;
  height: 100%;
}
#footer_for_full_page .footer_info_box > .cell.logo > .logo_footer_full_page {
  position: absolute;
  top: 0px;
  left: 0px;
}
#footer_for_full_page .footer_info_box > .cell.address:after {
  content: "";
  display: block;
  clear: both;
}
#footer_for_full_page .footer_info_box > .cell.address > div.left {
  float: left;
}
#footer_for_full_page .footer_info_box > .cell.address > div.right {
  float: right;
}
#footer_for_full_page .footer_info_box > .cell.address > div > .text_box0 {
  font-size: 16px;
  color: #999999;
  line-height: 1.5em;
}
#footer_for_full_page.white .footer_info_box > .cell.address > div > .text_box0 > .address {
  color: #4c4c4c;
}
/**/
#footer_for_full_page .familySiteSelectBox {
  padding-left: 10px;
  color: white;
  box-sizing: border-box;
  border: 1px solid #ff5b3b;
  width: 240px;
  height: 44px;
}
#footer_for_full_page .familySiteSelectBox {
  background-color: black;
  background-image: url(/front/imgs/common/familySiteSelectBox_arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
}
#footer_for_full_page .familySiteSelectBox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#footer_for_full_page .familySiteSelectBox::-ms-expand {
  display: none;
}
#footer_for_full_page.white .familySiteSelectBox {
  background-color: white;
  color: #4c4c4c;
  border-color: #797979;
}
#footer_for_full_page.white .familySiteSelectBox {
  background-image: url(/front/imgs/common/familySiteSelectBox_arrow_white.png);
}
/* [ @ta~ ] 768이상 - 태블릿 세로 이상▲ 화면*/
@media all and (min-width: 768px) {
  #footer_for_full_page .footer_info_box {
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
  }
  #footer_for_full_page .footer_info_box > .cell {
    display: table-cell;
    vertical-align: middle;
  }
  #footer_for_full_page .footer_info_box > .cell.logo {
    width: 160px;
  }
  #footer_for_full_page .footer_info_box > .cell.address {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
/* [ @~lt ] 1439이하 - 랩탑 and 테블릿 가로 이하▼ 화면*/
@media all and (max-width: 1439px) {
  #footer_for_full_page .footer_info_box > .cell.logo {
    display: none;
  }
}
/* [ @mo ] 767이하 - 휴대폰 이하▼ 화면*/
@media all and (max-width: 767px) {
  #footer_for_full_page .footer_info_box {
    padding-top: 14px;
    padding-bottom: 10px;
    text-align: center;
  }
  #footer_for_full_page .footer_info_box > .cell.address > div.left {
    margin-top: 10px;
    display: block;
    float: none;
  }
  #footer_for_full_page .footer_info_box > .cell.address > div.right {
    display: block;
    float: none;
  }
  #footer_for_full_page .footer_info_box > .cell.address > div > .text_box0 {
    font-size: 14px;
  }
}
/**/
.layout191105155541 {
  font-size: 0;
}
.layout191105155541 > .item {
  display: inline-block;
  vertical-align: top;
}
.layout191105155541 > .item > .pic {
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
}
.layout191105155541 > .item > .info_box {
  margin-top: 23px;
}
.layout191105155541 > .item > .info_box > .title_box {
  box-sizing: border-box;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 11px;
}
.layout191105155541 > .item > .info_box > .title_box > .text0 {
  height: 40px;
  line-height: 20px;
  font-weight: 700;
  font-size: 18px;
  color: #222222;
}
.layout191105155541 > .item > .info_box > .title_box > .text1 {
  height: 40px;
  line-height: 20px;
  margin-top: 9px;
  padding-left: 9px;
  font-size: 16px;
  color: #999999;
}
.layout191105155541 > .item > .info_box > .title_box > .text1:before {
  background: url(/front/imgs/common/ico0.png) no-repeat center;
  width: 4px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  content: '';
  display: block;
}
.layout191105155541 > .item > .info_box > .desc {
  margin-top: 10px;
  font-size: 16px;
  color: #222222;
  letter-spacing: -0.05em;
  line-height: 1.5em;
}
/* [ @lt~ ] 1024이상 - 랩탑 and 테블릿 가로 이상▲ 화면*/
@media all and (min-width: 1024px) {
  .layout191105155541 > .item {
    width: 31.66%;
    margin-right: 2.5%;
  }
  .layout191105155541 > .item:nth-child(3n) {
    margin-right: 0;
  }
  .layout191105155541 > .item:nth-child(n+4) {
    margin-top: 2.5%;
  }
}
/* [ @ta ] 768이상 ~ 1023이하 - 테블릿 세로 only 화면*/
@media all and (min-width: 768px) and (max-width: 1023px) {
  .layout191105155541 > .item {
    width: 48%;
    margin-right: 4%;
  }
  .layout191105155541 > .item:nth-child(2n) {
    margin-right: 0;
  }
  .layout191105155541 > .item:nth-child(n+3) {
    margin-top: 4%;
  }
}
/* [ @mo ] 767이하 - 휴대폰 이하▼ 화면*/
@media all and (max-width: 767px) {
  .layout191105155541 > .item + .item {
    margin-top: 50px;
  }
}
/**/
.layout191105162331 {
  font-size: 0;
}
.layout191105162331 > .item {
  display: inline-block;
  vertical-align: top;
}
.layout191105162331 > .item > .pic {
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
}
.layout191105162331 > .item > .pic > div > .label {
  z-index: 5;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.layout191105162331 > .item > .pic > div > .label {
  text-align: center;
  line-height: 60px;
  width: 270px;
  font-size: 20px;
  font-weight: 700;
  color: #222222;
  background: white;
}
.layout191105162331 > .item > .area0 > .desc {
  text-align: center;
  font-size: 18px;
  color: #666666;
  letter-spacing: -0.05em;
  line-height: 30px;
}
.layout191105162331 > .item > .area0 > .desc {
  margin-top: 43px;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.layout191105162331 > .item > .area0 > .desc:after {
  background: #686868;
  width: 36px;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: block;
}
.layout191105162331 > .item > .area0 > .btns {
  font-size: 0;
  text-align: center;
}
.layout191105162331 > .item > .area0 > .btns > a + a {
  margin-left: 10px;
}
/* [ @lt~ ] 1024이상 - 랩탑 and 테블릿 가로 이상▲ 화면*/
@media all and (min-width: 1024px) {
  .layout191105162331 > .item {
    width: 48.33%;
    margin-right: 3.33%;
  }
  .layout191105162331 > .item:nth-child(2n) {
    margin-right: 0;
  }
  .layout191105162331 > .item:nth-child(n+3) {
    margin-top: 3.33%;
  }
}
/* [ @~ta ] 1023이하 - 태블릿 세로 이하▼ 화면*/
@media all and (max-width: 1023px) {
  .layout191105162331 {
    width: 460px;
    margin-left: auto;
    margin-right: auto;
  }
  .layout191105162331 > .item {
    width: 100%;
  }
  .layout191105162331 > .item + .item {
    margin-top: 50px;
  }
}
/**/
.layout191107082953 {
  background: #fafafa;
  margin-top: -80px;
}
.layout191107082953 {
  padding-bottom: 125px;
}
/* [ @lt~ ] 1024이상 - 랩탑 and 테블릿 가로 이상▲ 화면*/
@media all and (min-width: 1024px) {
  .layout191107082953 {
    padding-top: 105px;
  }
}
/* [ @~ta ] 1023이하 - 태블릿 세로 이하▼ 화면*/
@media all and (max-width: 1023px) {
  .layout191107082953 {
    padding-top: 43px;
  }
}
/**/
.history {
  position: relative;
  width: 100%;
  margin: 70px 0;
  text-align: center;
}
.history:before {
  position: absolute;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #bfbfbf;
  transform: translateX(-50%);
  content: '';
}
.history-item {
  width: 100%;
}
.history-item__year {
  position: relative;
  z-index: 2;
  display: block;
  width: 168px;
  height: 168px;
  margin-left: auto;
  margin-right: auto;
}
.history-item__year-content {
  width: 100%;
  height: 100%;
  padding: 40px 0 40px 35px;
  border-radius: 50%;
  background: #ff5a3a;
  color: #ffffff;
  text-align: left;
  font-weight: bold;
  font-size: 30px;
}
.history-item__year:before {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ff8960;
  opacity: 0.2;
  transform: scale(1.15);
  content: '';
}
.history-item__content {
  position: absolute;
  left: 0;
  top: 200px;
  width: 50%;
  padding-right: 55px;
  text-align: right;
}
.history-item__title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: normal;
  color: #222222;
}
.history-item__title span {
  color: #ff5a3a;
  font-weight: 700;
}
.history-item__info {
  line-height: 1.6em;
  font-size: 15px;
  letter-spacing: -0.2px;
  color: #222222;
}
.history-item__list {
  margin-left: auto;
  width: 50%;
  min-height: 300px;
  padding-bottom: 40px;
  text-align: left;
}
.history-item__list {
  padding-top: 40px;
}
.history-item__list-item {
  position: relative;
}
.history-item__list-item + .history-item__list-item {
  margin-top: 30px;
}
.history-item__list-item:after {
  display: block;
  width: 100%;
  clear: both;
  content: '';
}
.history-item__list-item:before {
  position: absolute;
  top: 0.35em;
  left: -7.5px;
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 10px;
  background: #ffffff;
  border: 2px solid #ff5a3a;
  border-radius: 50%;
  vertical-align: middle;
  content: '';
}
.history-item__list-item div {
  display: block;
  padding-left: 20px;
}
.history-item__list-item span {
  display: block;
  float: left;
  width: 70px;
  text-align: right;
  font-size: 18px;
  font-weight: bold;
}
.history-item__list-item p {
  float: left;
  width: calc(100% - 70px);
  padding-left: 15px;
  line-height: 1.8em;
}
/* [ @ta ] 768이상 ~ 1023이하 - 테블릿 세로 only 화면*/
@media all and (min-width: 768px) and (max-width: 1023px) {
  .history-item__content {
    padding-left: 35px;
  }
  .history-item__info p {
    display: inline;
  }
  .history-item__list-item div {
    display: flex;
    align-items: baseline;
  }
  .history-item__list-item p {
    line-height: 1.3em;
  }
}
/* [ @mo ] 767이하 - 휴대폰 이하▼ 화면*/
@media all and (max-width: 767px) {
  .history-inside {
    padding-left: 20px;
    padding-right: 20px;
  }
  .history:before {
    left: 66px;
  }
  .history-item + .history-item {
    margin-top: 100px;
  }
  .history-item__year {
    margin-left: 0;
    width: 132px;
    height: 132px;
  }
  .history-item__year:before {
    transform: scale(1.1);
  }
  .history-item__year-content {
    padding: 35px 0 35px 30px;
    font-size: 23px;
  }
  .history-item__content {
    top: 0px;
    left: 132px;
    width: calc(100% - 132px);
    padding-right: 0;
    text-align: left;
  }
  .history-item__content {
    position: relative;
    margin-top: -132px;
  }
  .history-item__list {
    width: 100%;
    padding-left: 65px;
  }
  .history-item__content {
    padding-left: 25px;
  }
  .history-item__title {
    font-size: 20px;
  }
  .history-item__info {
    font-size: 15px;
  }
}
/**/
.layout191107105822 {
  font-size: 0;
}
.layout191107105822 > .item {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-bottom: 10px;
}
/**/
.layout191107110036 > .item + .item {
  margin-top: 15px;
}
.layout191107110036 > .item > .title {
  display: inline-block;
  vertical-align: top;
  background: #ff5a3a;
  border-radius: 4px;
  padding-left: 0.25em;
  padding-right: 0.25em;
}
.layout191107110036 > .item > .title {
  color: white;
  font-size: 15px;
  font-weight: 400;
}
.layout191107110036 > .item > .info_box {
  margin-top: 10px;
}
.layout191107110036 > .item > .info_box {
  font-size: 0;
}
.layout191107110036 > .item > .info_box > .info {
  display: inline-block;
  vertical-align: top;
}
.layout191107110036 > .item > .info_box > .info {
  font-size: 15px;
  color: black;
}
.layout191107110036 > .item > .info_box > .info + .info {
  margin-left: 10px;
}
/**/
.terms_of_use {
  background: #f5f5f5;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  padding: 20px;
  height: 200px;
  overflow: auto;
}
/**/
.phone_number_box {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.phone_number_box > div {
  display: table-cell;
  vertical-align: middle;
  width: 10px;
  text-align: center;
}
.phone_number_box > div.cell {
  width: 100%;
}
/**/
.email_box {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.email_box > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.email_box > div.cell {
  width: 100%;
}
/**/
.layout191107143718 {
  font-size: 0;
}
.layout191107143718 > .item {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.layout191107143718 > .item > .pic {
  height: 100%;
}
.layout191107143718 > .item > .pic > div {
  height: 100%;
}
.layout191107143718 > .item > .pic > div {
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.layout191107143718 > .item:hover > .pic > div {
  transform: scale(1.1);
}
.layout191107143718 > .item > .pic > div > img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none !important;
  height: 100%
}
.layout191107143718 > .item > .title {
  z-index: 5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}
.layout191107143718 > .item > .title {
  max-width: calc(100% - 40px);
}
.layout191107143718 > .item > .title {
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  border-right: 1px solid #eb4022;
}
.layout191107143718 > .item > .title {
  font-size: 18px;
  font-weight: 700;
  color: white;
}
.layout191107143718 > .item > .title {
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.layout191107143718 > .item:hover > .title {
  padding-left: 30px;
  padding-right: 10px;
}
/* [ @de~ ] 1440이상 - 데스크탑 이상▲ 화면*/
@media all and (min-width: 1440px) {
  .layout191107143718 > .item {
    width: 330px;
    height: 350px;
    margin-right: 5px;
  }
  .layout191107143718 > .item:nth-child(3n) {
    margin-right: 0;
  }
  .layout191107143718 > .item:nth-child(n+4) {
    margin-top: 5px;
  }
  .layout191107143718 > .item:nth-child(6n),
  .layout191107143718 > .item:nth-child(6n-5) {
    width: 530px;
  }
}
/* [ @lt ] 1024이상 ~ 1439이하 - 랩탑 and 테블릿 가로 only 화면*/
@media all and (min-width: 1024px) and (max-width: 1439px) {
  .layout191107143718 > .item {
    width: 276px;
    height: 293px;
    margin-right: 4px;
  }
  .layout191107143718 > .item:nth-child(3n) {
    margin-right: 0;
  }
  .layout191107143718 > .item:nth-child(n+4) {
    margin-top: 4px;
  }
  .layout191107143718 > .item:nth-child(6n),
  .layout191107143718 > .item:nth-child(6n-5) {
    width: 444px;
  }
}
/* [ @ta ] 768이상 ~ 1023이하 - 테블릿 세로 only 화면*/
@media all and (min-width: 768px) and (max-width: 1023px) {
  .layout191107143718 > .item {
    width: 206px;
    height: 218px;
    margin-right: 4px;
  }
  .layout191107143718 > .item:nth-child(3n) {
    margin-right: 0;
  }
  .layout191107143718 > .item:nth-child(n+4) {
    margin-top: 4px;
  }
  .layout191107143718 > .item:nth-child(6n),
  .layout191107143718 > .item:nth-child(6n-5) {
    width: 330px;
  }
}
/* [ @mo ] 767이하 - 휴대폰 이하▼ 화면*/
@media all and (max-width: 767px) {
  .layout191107143718 > .item {
    width: 228px;
    height: 242px;
    margin-right: 4px;
  }
  .layout191107143718 > .item:nth-child(3n),
  .layout191107143718 > .item:nth-child(6n-1) {
    margin-right: 0;
  }
  .layout191107143718 > .item:nth-child(n+2) {
    margin-top: 4px;
  }
  .layout191107143718 > .item:nth-child(6n),
  .layout191107143718 > .item:nth-child(6n-5) {
    width: 460px;
  }
}
/**/
.layout191108092038 {
  margin-top: 20px;
}
.layout191108092038 > .title {
  margin-top: 22px;
  line-height: 1.5em;
  font-size: 30px;
  font-weight: 700;
  color: #333333;
  letter-spacing: -0.02em;
}
.layout191108092038 > .info_box {
  font-size: 20px;
  color: #333333;
  letter-spacing: -0.02em;
}
.layout191108092038 > .info_box {
  padding-left: 10px;
  box-sizing: border-box;
  border-left: 2px solid #eb4022;
}
.layout191108092038 > .pic_box {
  margin-top: 15px;
  padding: 10px;
}
.layout191108092038 > .pic_box > div {
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  display: inline-block;
  vertical-align: top;
}
.layout191108092038 > .desc_box {
  margin-top: 15px;
}
.layout191108092038 > .desc_box {
  padding-left: 10px;
  font-size: 18px;
  color: #666666;
  letter-spacing: -0.02em;
  line-height: 1.5em;
}
.layout191108092038 > .desc_box {
  height: 3em;
  overflow: hidden;
}
.layout191108092038 > .desc_box.on {
  height: auto;
  overflow: auto;
}
/**/
.layout191108105815 {
  font-size: 0;
}
.layout191108105815 > .item {
  display: inline-block;
  vertical-align: top;
}
.layout191108105815 > .item:before {
  background: rgba(239, 63, 34, 0.8);
  width: 100%;
  height: 100%;
  z-index: 5;
  position: absolute;
  top: 0px;
  left: 0px;
  content: '';
  display: block;
}
.layout191108105815 > .item:before {
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.layout191108105815 > .item:before {
  opacity: 0;
}
.layout191108105815 > .item:hover:before {
  opacity: 1;
}
.layout191108105815 > .item > .logo {
  width: 100%;
  height: 100%;
}
.layout191108105815 > .item > .logo {
  z-index: 10;
  position: absolute;
  top: 0px;
  left: 0px;
}
.layout191108105815 > .item > .logo > div {
  height: 100%;
}
.layout191108105815 > .item > .logo > div > img {
  display: none;
  margin-left: auto;
  margin-right: auto;
}
.layout191108105815 > .item > .logo > div > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.layout191108105815 > .item > .logo > div > img:first-child {
  display: block;
}
.layout191108105815 > .item > .logo:hover > div > img:first-child {
  display: none;
}
.layout191108105815 > .item > .logo:hover > div > img:first-child + img {
  display: block;
}
/* [ @de~ ] 1440이상 - 데스크탑 이상▲ 화면*/
@media all and (min-width: 1440px) {
  .layout191108105815 > .item {
    width: 33%;
    margin-right: 0.5%;
  }
  .layout191108105815 > .item:nth-child(3n) {
    margin-right: 0;
  }
  .layout191108105815 > .item:nth-child(n+4) {
    margin-top: 0.5%;
  }
}
/* [ @lt ] 1024이상 ~ 1439이하 - 랩탑 and 테블릿 가로 only 화면*/
@media all and (min-width: 1024px) and (max-width: 1439px) {
  .layout191108105815 > .item {
    width: 32.66%;
    margin-right: 0.99%;
  }
  .layout191108105815 > .item:nth-child(3n) {
    margin-right: 0;
  }
  .layout191108105815 > .item:nth-child(n+4) {
    margin-top: 0.99%;
  }
}
/* [ @ta ] 768이상 ~ 1023이하 - 테블릿 세로 only 화면*/
@media all and (min-width: 768px) and (max-width: 1023px) {
  .layout191108105815 > .item {
    width: 49.33%;
    margin-right: 1.33%;
  }
  .layout191108105815 > .item:nth-child(2n) {
    margin-right: 0;
  }
  .layout191108105815 > .item:nth-child(n+3) {
    margin-top: 1.33%;
  }
}
/* [ @mo ] 767이하 - 휴대폰 이하▼ 화면*/
@media all and (max-width: 767px) {
  .layout191108105815 > .item {
    width: 49.13%;
    margin-right: 1.73%;
  }
  .layout191108105815 > .item:nth-child(2n) {
    margin-right: 0;
  }
  .layout191108105815 > .item:nth-child(n+3) {
    margin-top: 1.73%;
  }
}
/**/
.layout191108113119 {
  font-size: 0;
}
.layout191108113119 > .item {
  display: inline-block;
  vertical-align: top;
}
/* [ @de~ ] 1440이상 - 데스크탑 이상▲ 화면*/
@media all and (min-width: 1440px) {
  .layout191108113119 > .item {
    width: 11.91%;
    margin-right: 0.66%;
  }
  .layout191108113119 > .item:nth-child(8n) {
    margin-right: 0;
  }
  .layout191108113119 > .item:nth-child(n+9) {
    margin-top: 0.66%;
  }
}
/* [ @lt ] 1024이상 ~ 1439이하 - 랩탑 and 테블릿 가로 only 화면*/
@media all and (min-width: 1024px) and (max-width: 1439px) {
  .layout191108113119 > .item {
    width: 16.33%;
    margin-right: 0.39%;
  }
  .layout191108113119 > .item:nth-child(6n) {
    margin-right: 0;
  }
  .layout191108113119 > .item:nth-child(n+7) {
    margin-top: 0.39%;
  }
}
/* [ @ta ] 768이상 ~ 1023이하 - 테블릿 세로 only 화면*/
@media all and (min-width: 768px) and (max-width: 1023px) {
  .layout191108113119 > .item {
    width: 32.8%;
    margin-right: 0.8%;
  }
  .layout191108113119 > .item:nth-child(3n) {
    margin-right: 0;
  }
  .layout191108113119 > .item:nth-child(n+4) {
    margin-top: 0.8%;
  }
}
/* [ @mo ] 767이하 - 휴대폰 이하▼ 화면*/
@media all and (max-width: 767px) {
  .layout191108113119 > .item {
    width: 49.34%;
    margin-right: 1.3%;
  }
  .layout191108113119 > .item:nth-child(2n) {
    margin-right: 0;
  }
  .layout191108113119 > .item:nth-child(n+3) {
    margin-top: 1.3%;
  }
}
/**/
.layout191108171250 {
  background: #fafafa;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
}
.layout191108171250 {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 0;
}
.layout191108171250 > .item {
  display: inline-block;
  vertical-align: top;
}
.layout191108171250 > .item > .pic {
  width: 220px;
  height: 120px;
  background: #f5f5f5;
}
.layout191108171250 > .item > .desc {
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  color: #222222;
}
/* [ @de~ ] 1440이상 - 데스크탑 이상▲ 화면*/
@media all and (min-width: 1440px) {
  .layout191108171250 > .item + .item {
    margin-left: 80px;
  }
}
/* [ @lt ] 1024이상 ~ 1439이하 - 랩탑 and 테블릿 가로 only 화면*/
@media all and (min-width: 1024px) and (max-width: 1439px) {
  .layout191108171250 > .item + .item {
    margin-left: 15px;
  }
}
/* [ @ta ] 768이상 ~ 1023이하 - 테블릿 세로 only 화면*/
@media all and (min-width: 768px) and (max-width: 1023px) {
  .layout191108171250 > .item {
    margin-right: 110px;
  }
  .layout191108171250 > .item:nth-child(2n) {
    margin-right: 0;
  }
  .layout191108171250 > .item:nth-child(n+3) {
    margin-top: 20px;
  }
}
/* [ @mo ] 767이하 - 휴대폰 이하▼ 화면*/
@media all and (max-width: 767px) {
  .layout191108171250 > .item {
    margin-right: 8px;
  }
  .layout191108171250 > .item:nth-child(2n) {
    margin-right: 0;
  }
  .layout191108171250 > .item:nth-child(n+3) {
    margin-top: 20px;
  }
}
/**/
.sec191108174128 + .sec191108174128 {
  margin-top: 80px;
}
.btn191108174050 {
  text-align: right;
}
/* [ @mo ] 767이하 - 휴대폰 이하▼ 화면*/
@media all and (max-width: 767px) {
  .btn191108174050 {
    text-align: center;
  }
}
/**/
.layout191112092003 {
  text-align: center;
  background-color: #fafafa;
  border-top: 1px solid #222222;
}
/**/
.layout191112092203 > .cell > .inner {
  background: #fafafa;
  border-top: 1px solid #222222;
}
.layout191112092203 > .cell > .inner {
  padding: 35px 20px;
}
/* [ @lt~ ] 1024이상 - 랩탑 and 테블릿 가로 이상▲ 화면*/
@media all and (min-width: 1024px) {
  .layout191112092203 {
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
  }
  .layout191112092203 > .cell {
    display: table-cell;
    vertical-align: top;
  }
  .layout191112092203 > .cell:first-child {
    padding-right: 20px;
  }
  .layout191112092203 > .cell:first-child + .cell {
    padding-left: 20px;
  }
}
/**/
.responsive_form > .title {
  margin-bottom: 0.25em;
  line-height: 1.5em;
}
.responsive_form > .title {
  padding-left: 7px;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}
.responsive_form > .title:before {
  background: #f04a20;
  width: 2px;
  height: 14px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  left: 0px;
  content: '';
  display: block;
}
.responsive_form > .inner {
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #dddddd;
}
.responsive_form > .inner + * {
  margin-top: 40px;
}
.responsive_form > .inner > .item + .item {
  margin-top: 15px;
}
.responsive_form > .inner > .item > .cell > .label > div {
  line-height: 1.5em;
  font-weight: 700;
  font-size: 14px;
  color: #333333;
}
/* [ @lt~ ] 1024이상 - 랩탑 and 테블릿 가로 이상▲ 화면*/
@media all and (min-width: 1024px) {
  .responsive_form > .inner > .item {
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
  }
  .responsive_form > .inner > .item > .cell {
    display: table-cell;
    vertical-align: top;
  }
  .responsive_form > .inner > .item > .cell:first-child {
    width: 150px;
    text-align: right;
    padding-right: 20px;
  }
  .responsive_form > .inner > .item > .cell > .label {
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
  }
  .responsive_form > .inner > .item > .cell > .label > div {
    display: table-cell;
    vertical-align: middle;
    height: 38px;
  }
}
/* [ @~ta ] 1023이하 - 태블릿 세로 이하▼ 화면*/
@media all and (max-width: 1023px) {
  .responsive_form > .inner > .item > .cell:first-child + .cell {
    margin-top: 5px;
  }
  .responsive_form > .inner > .item > .cell > .label br {
    display: none;
  }
}
/**/
.layout191112102132 > .item {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.layout191112102132 > .item + .item {
  margin-top: 10px;
}
.layout191112102132 > .item > .cell {
  display: table-cell;
  vertical-align: middle;
}
.layout191112102132 > .item > .cell:first-child {
  padding-right: 10px;
}
.layout191112102132 > .item > .cell:first-child + .cell {
  width: 38px;
}
.layout191112102132 > .item > .cell .add_btn {
  box-sizing: border-box;
  border: 1px solid #dddee0;
  width: 38px;
  height: 38px;
}
.layout191112102132 > .item > .cell .add_btn {
  background: url(/front/imgs/common/ico2.png) no-repeat center;
}
.layout191112102132 > .item > .cell .del_btn {
  box-sizing: border-box;
  border: 1px solid #dddee0;
  width: 38px;
  height: 38px;
}
.layout191112102132 > .item > .cell .del_btn {
  background: url(/front/imgs/common/ico1.png) no-repeat center;
  background-color: #eeeeee;
}
/**/
.layout191105133509 {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url("/front/imgs/common/symbol_bg.png") no-repeat center;
  min-height: 317px;
}
/**/
/* [ @de~ ] 1440이상 - 데스크탑 이상▲ 화면*/
@media all and (min-width: 1440px) {
  .sec191108164958 > .inside {
    padding-left: 130px;
  }
}
/* [ @lt ] 1024이상 ~ 1439이하 - 랩탑 and 테블릿 가로 only 화면*/
@media all and (min-width: 1024px) and (max-width: 1439px) {
  .sec191108164958 > .inside {
    padding-left: 30px;
  }
}
.layout191108134119 > .item + .item {
  margin-top: 50px;
}
.layout191108134119 > .item > .title {
  line-height: 1.5em;
  font-size: 24px;
  font-weight: 700;
  color: #222222;
  letter-spacing: -0.01em;
}
.layout191108134119 > .item > .text0 {
  margin-top: 18px;
  line-height: 1.5em;
  font-size: 18px;
  color: #666666;
  letter-spacing: -0.01em;
}
/**/
.layout191113105205 {
  text-align: left;
}
/* [ @lt~ ] 1024이상 - 랩탑 and 테블릿 가로 이상▲ 화면*/
@media all and (min-width: 1024px) {
  .layout191113105205 {
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
  }
  .layout191113105205 > .cell {
    display: table-cell;
    vertical-align: top;
  }
  .layout191113105205 > .cell:first-child + .cell {
    box-sizing: border-box;
    border-left: 1px solid #dbdbdb;
  }
}
/* [ @de~ ] 1440이상 - 데스크탑 이상▲ 화면*/
@media all and (min-width: 1440px) {
  .layout191112092003 {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 90px;
    padding-right: 90px;
  }
  .layout191113105205 > .cell:first-child {
    padding-right: 90px;
  }
  .layout191113105205 > .cell:first-child + .cell {
    padding-left: 54px;
  }
}
/* [ @lt ] 1024이상 ~ 1439이하 - 랩탑 and 테블릿 가로 only 화면*/
@media all and (min-width: 1024px) and (max-width: 1439px) {
  .layout191112092003 {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 45px;
    padding-right: 45px;
  }
  .layout191113105205 > .cell:first-child {
    padding-right: 45px;
  }
  .layout191113105205 > .cell:first-child + .cell {
    padding-left: 27px;
  }
}
/* [ @~ta ] 1023이하 - 태블릿 세로 이하▼ 화면*/
@media all and (max-width: 1023px) {
  .layout191112092003 {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .layout191113105205 > .cell:first-child {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
  .layout191113105205 > .cell:first-child + .cell {
    box-sizing: border-box;
    border-top: 1px solid #dbdbdb;
    margin-top: 30px;
    padding-top: 30px;
  }
}
/**/
.layout191113105658 > .item + .item {
  margin-top: 25px;
}
.layout191113105658 > .item > .label {
  line-height: 1.5em;
  letter-spacing: calc(-10 * 0.001em);
  font-size: 16px;
  color: #222222;
}
.layout191113105658 > .item > .inp_box {
  margin-top: 6px;
}
/**/
.layout191119132633 > .pic {
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
}
.layout191119132633 > .desc_box {
  margin-top: 45px;
}
.layout191119132633 > .desc_box > .text0 {
  padding-bottom: 25px;
  text-align: center;
  font-size: 18px;
  color: #222222;
  letter-spacing: calc(-50 * 0.001em);
}
.layout191119132633 > .desc_box > .text0:after {
  background: red;
  width: 36px;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: block;
}
.layout191119132633 > .desc_box > .btns {
  font-size: 0;
  margin-top: 30px;
  text-align: center;
}
.layout191119132633 > .desc_box > .btns > a + a {
  margin-left: 10px;
}
/**/
.layout191220101220 > .item {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.layout191220101220 > .item > .cell {
  display: table-cell;
  vertical-align: middle;
}
.layout191220101220 > .item > .cell:first-child {
  width: 25px;
}
.layout191220101220 > .item > .cell:first-child + .cell {
  padding-left: 6px;
}
.layout191220101220 > .item > .cell .thumbnail {
  background-position: center;
  background-repeat: no-repeat;
}
.layout191220101220 > .item > .cell .thumbnail {
  width: 25px;
  height: 25px;
  background-size: cover;
}
.layout191220101220 > .item > .cell .text0 {
  font-size: 14px;
  color: #666666;
  letter-spacing: calc(-10 * 0.001em);
}
/**/
.naver_map_info_box {
  padding: 10px;
  display: inline-block;
  vertical-align: top;
}
.naver_map_info_box > .inner {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
}
.naver_map_info_box > .inner > .cell {
  display: table-cell;
  vertical-align: top;
}
.naver_map_info_box > .inner > .cell:first-child + .cell {
  padding-left: 10px;
}
.naver_map_info_box > .inner > .cell > .title {
  font-weight: 700;
  font-size: 18px;
  color: #333333;
}
.naver_map_info_box > .inner > .cell > .address1 {
  margin-top: 8px;
  font-size: 14px;
  color: #222222;
  white-space: nowrap;
}
.naver_map_info_box > .inner > .cell > .address2 {
  margin-top: 4px;
  font-size: 14px;
  color: #919191;
  white-space: nowrap;
}
.naver_map_info_box > .inner > .cell > .phone {
  margin-top: 4px;
  font-size: 14px;
  color: #288756;
}
.naver_map_info_box > .inner > .cell > .logo {
  display: block;
  width: 74px;
  height: 74px;
}
.naver_map_info_box > .inner > .cell > .logo {
  box-sizing: border-box;
  border: 1px solid #dddddd;
}
/**/
.layout200611115855 {
  margin-top: 34px;
  box-sizing: border-box;
  border: 6px solid #dddddd;
  padding: 20px 30px;
}
.layout200611115855 > .it_list > li .text0 {
  margin-left: 5px;
  width: 110px;
  display: inline-block;
}
/*# sourceMappingURL=UI.css.map */