@charset "utf-8";

@media (min-width: 1000px) {
  #header #gnb .d1 ul {
    width: 100%;
    height: 194px;
    padding-top: 30px;
    font-size: 15px;
    color: #555;
    text-align: center;
    border-right: 1px solid #ebebeb;
    box-sizing: border-box;
  }
  #header #gnb .d1:first-child ul {
    border-left: 1px solid #ebebeb;
    line-height: 1.2;
  }
  #header #gnb .d2 {
    padding: 8px 0;
  }
  #header #gnb .d2 span {
    display: block;
  }
  #header #gnb .d2 a {
    display: inline-block;
    min-height: 23px;
    box-sizing: border-box;
  }
  #header #gnb .d1 ul {
    display: none;
  }
  #header #gnb.on::before {
    bottom: -194px;
    height: 194px;
    background: #fff;
    border-top: 1px solid #ebebeb;
  }
  #header #gnb.on::before {
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    z-index: 9;
  }
  #header #gnb.on .d1 ul {
    display: block;
  }
  #header #gnb .d1.on > a {
    border-color: #f18903;
    font-weight: bold;
  }
  #header #gnb .d2:hover a {
    border-color: #555;
  }
}

@media (max-width: 1000px) {
  #header #gnb .d1 ul {
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    text-align: left;
    font-size: 0;
  }
}
#visual {
  position: relative;
  height: 250px;
  overflow: hidden;
}
#visual .item {
  height: 250px;
  transition: 0.2s;
}
#visual .item1 {
  background-position: 50% 50%;
  background-size: auto 100%;
}
#visual .item2 {
  background-position: 50% 50%;
  background-size: auto 100%;
}
#visual .item3 {
  background-position: 50% 50%;
  background-size: auto 100%;
}
#visual .item4 {
  background-position: 50% 50%;
  background-size: auto 100%;
}
#visual .wfix {
  width: 1900px;
  height: 250px;
  transition: 0.2s;
}
#visual .slick-dots {
  position: absolute;
  width: 1200px;
  bottom: 50px;
  left: 50%;
  margin-left: -600px;
}
#visual .slick-dots li {
  float: left;
  margin-right: 5px;
}
#visual .slick-dots button {
  width: 15px;
  height: 15px;
  font-size: 0;
  line-height: 0;
  border-radius: 100%;
  border: 2px solid #f18903;
}
#visual .slick-dots .slick-active button {
  background: #f18903;
}
#visual .item1 .inner {
  padding-top: 15px;
  width: 1200px;
  margin: 0 auto;
}
#visual .item1 strong {
  display: block;
  font-size: 27px;
  font-weight: 600;
  color: #111;
  line-height: 1.2;
  letter-spacing: -0.07em;
  transition: 0.2s;
}
#visual .item1 strong span {
  display: block;
  font-size: 20px;
  padding-top: 15px;
  font-weight: 300;
  color: #4d3e3e;
  letter-spacing: -0.06em;
}
#visual .item1 p {
  font-size: 14px;
  margin-top: 15px;
  color: #555;
  transition: 0.2s;
}
#visual .item2 .inner {
  padding-top: 15px;
  width: 1200px;
  margin: 0 auto;
}
#visual .item2 strong {
  display: block;
  font-size: 27px;
  font-weight: 600;
  color: #111;
  line-height: 1.2;
  letter-spacing: -0.07em;
  transition: 0.2s;
}
#visual .item2 strong span {
  display: block;
  font-size: 20px;
  padding-top: 15px;
  font-weight: 300;
  color: #4d3e3e;
  letter-spacing: -0.06em;
}
#visual .item2 p {
  font-size: 14px;
  margin-top: 15px;
  color: #555;
  transition: 0.2s;
}
#visual .item3 .inner {
  padding-top: 15px;
  width: 1200px;
  margin: 0 auto;
}
#visual .item3 strong {
  display: block;
  font-size: 27px;
  font-weight: 600;
  color: #111;
  line-height: 1.2;
  letter-spacing: -0.07em;
  transition: 0.2s;
}
#visual .item3 strong span {
  display: block;
  font-size: 20px;
  padding-top: 15px;
  font-weight: 300;
  color: #4d3e3e;
  letter-spacing: -0.06em;
}
#visual .item3 p {
  font-size: 14px;
  margin-top: 15px;
  color: #555;
  transition: 0.2s;
}
#visual .item4 .inner {
  padding-top: 15px;
  width: 1200px;
  margin: 0 auto;
}
#visual .item4 strong {
  display: block;
  font-size: 27px;
  font-weight: 600;
  color: #111;
  line-height: 1.2;
  letter-spacing: -0.07em;
  transition: 0.2s;
}
#visual .item4 strong span {
  display: block;
  font-size: 20px;
  padding-top: 15px;
  font-weight: 300;
  color: #4d3e3e;
  letter-spacing: -0.06em;
}
#visual .item4 p {
  font-size: 14px;
  margin-top: 15px;
  color: #555;
  transition: 0.2s;
}

@media (max-width: 1300px) {
  #visual .wfix {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto;
    box-sizing: border-box;
  }
  #visual .inner {
    padding: 0 !important;
    word-break: keep-all;
  }
  #visual .item1 {
    background-position: 63% 50%;
  }
  #visual .item2 {
    background-position: 63% 50%;
  }
  #visual .item3 {
    background-position: 74% 50%;
  }
  #visual .item4 {
    background-position: 74% 50%;
  }

  #visual .slick-dots {
    width: 100%;
    left: auto;
    bottom: 24px;
    height: 15px;
    overflow: hidden;
    margin-left: 0;
    text-align: center;
  }
  #visual .slick-dots li {
    float: none;
    display: inline-block;
    height: 15px;
    margin: 0 4px;
    vertical-align: top;
  }
  #visual .slick-dots button {
    display: inline-block;
    vertical-align: top;
  }
}

@media (max-width: 720px) {
  #visual .item1 {
    background-position: 55% 50%;
  }
  #visual .item2 {
    background-position: 50% 50%;
  }
  #visual .item3 {
    background-position: 60% 50%;
  }
  #visual .item4 {
    background-position: 60% 50%;
  }
}

@media (max-width: 500px) {
  #visual .item1 {
    background-position: 40% 50%;
  }
  #visual .item2 {
    background-position: 40% 50%;
  }
  #visual .item3 {
    background-position: 40% 50%;
  }
  #visual .item4 {
    background-position: 30% 50%;
  }

  #visual .item1 strong {
    display: block;
    font-size: 26px;
    font-weight: 600;
    color: #111;
    line-height: 1.2;
    letter-spacing: -0.07em;
    transition: 0.2s;
  }
  #visual .item1 strong span {
    display: block;
    font-size: 18px;
    padding-top: 15px;
    font-weight: 300;
    color: #4d3e3e;
    letter-spacing: -0.06em;
  }
  #visual .item1 p {
    font-size: 12px;
    margin-top: 14px;
    color: #555;
    transition: 0.2s;
  }
  #visual .item2 strong {
    display: block;
    font-size: 26px;
    font-weight: 600;
    color: #111;
    line-height: 1.2;
    letter-spacing: -0.07em;
    transition: 0.2s;
  }
  #visual .item2 strong span {
    display: block;
    font-size: 18px;
    padding-top: 15px;
    font-weight: 300;
    color: #4d3e3e;
    letter-spacing: -0.06em;
  }
  #visual .item2 p {
    font-size: 12px;
    margin-top: 14px;
    color: #555;
    transition: 0.2s;
  }
  #visual .item3 strong {
    display: block;
    font-size: 26px;
    font-weight: 600;
    color: #111;
    line-height: 1.2;
    letter-spacing: -0.07em;
    transition: 0.2s;
  }
  #visual .item3 strong span {
    display: block;
    font-size: 18px;
    padding-top: 15px;
    font-weight: 300;
    color: #4d3e3e;
    letter-spacing: -0.06em;
  }
  #visual .item3 p {
    font-size: 12px;
    margin-top: 14px;
    color: #555;
    transition: 0.2s;
  }
  #visual .item4 strong {
    display: block;
    font-size: 26px;
    font-weight: 600;
    color: #111;
    line-height: 1.2;
    letter-spacing: -0.07em;
    transition: 0.2s;
  }
  #visual .item4 strong span {
    display: block;
    font-size: 18px;
    padding-top: 15px;
    font-weight: 300;
    color: #4d3e3e;
    letter-spacing: -0.06em;
  }
  #visual .item4 p {
    font-size: 12px;
    margin-top: 14px;
    color: #555;
    transition: 0.2s;
  }
}

#quick {
  padding: 38px 0;
  overflow: hidden;
}
#quick .item {
  display: block;
  float: left;
  width: 220px;
  margin-right: 20px;
  padding: 38px 0;
  height: 272px;
  text-align: center;
  font-size: 15px;
}
#quick .tit {
  display: block;
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}
#quick .desc {
  margin-top: 15px;
  line-height: 20px;
  padding: 0 10px;
  word-break: keep-all;
}
#quick .item1 {
  background: #a17459;
  color: #e6d0c3;
}
#quick .item2 {
  background: #f18903;
  color: #28201c;
}
#quick .item3 {
  background: #615249;
  color: #bbb2ad;
}
#quick .item::after {
  display: inline-block;
  width: 120px;
  height: 164px;
  margin-top: 28px;
  background: url(../img/ico_main.png) 0 0 no-repeat;
  content: "";
}
#quick .item2::after {
  background-position: -130px 0;
}
#quick .item3::after {
  background-position: -260px 0;
}
#quick .item4 {
  float: none;
  width: auto;
  margin: 0;
  overflow: hidden;
  background: #333;
  color: #8c8c8c;
}
#quick .item4::after {
  display: none;
}
#quick .item4 .info {
  position: relative;
  width: 347px;
  margin: 28px auto 0;
  padding: 24px;
  text-align: left;
  border-radius: 10px;
  background: #fff;
}
#quick .item4 .info strong {
  display: block;
  font-size: 20px;
  text-align: center;
  color: #222;
  line-height: 32px;
}
#quick .item4 .info.complete {
  padding-bottom: 25px;
}
#quick .item4 .info.complete::after {
  position: absolute;
  top: 12px;
  right: 16px;
  width: 94px;
  height: 86px;
  background: url(../img/ico_main.png) -390px 0px no-repeat;
  content: "";
}
#quick .item4 .info.complete strong {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}
#quick .item4 .info .datetime {
  display: block;
  font-size: 20px;
  color: #777;
  padding-left: 20px;
}
#quick .item4 .wrap_btn {
  margin-top: 22px;
  font-size: 0;
}
#quick .item4 .wrap_btn a {
  width: 150px;
  line-height: 38px;
  border-radius: 38px;
  font-size: 16px;
  font-weight: bold;
  margin-left: 7px;
  background: #1e1e1e;
}
#quick .item4 .wrap_btn a + a {
  margin-left: 7px;
  background: #1e1e1e;
}

@media (max-width: 1300px) {
  #quick {
    padding: 12px 0;
  }
  #quick .item {
    width: calc(25% - 45px);
    margin-right: 12px;
  }
  #quick .item4 {
    width: auto;
    margin: 0;
  }
  #quick .tit {
    font-size: 20px;
  }
  #quick .item4 .info {
    width: auto;
    padding: 32px 24px;
    margin: 28px 14px 0;
    word-break: keep-all;
  }
  #quick .item4 .info strong {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media (max-width: 1000px) {
  #quick .item {
    position: relative;
    width: calc(33.3333% - 7px);
    height: auto;
    margin-right: 10px;
    padding: 20px 0;
  }
  #quick .item3 {
    float: none;
    overflow: hidden;
    margin: 0;
  }
  #quick .item::after {
    width: 60px;
    height: 60px;
    margin-top: 20px;
    background-size: auto 85px;
  }
  #quick .item2::after {
    background-position: -65px 0;
  }
  #quick .item3::after {
    background-position: -130px 0;
  }
  #quick .item4 {
    width: auto;
    margin: 10px 0 0;
  }
  #quick .item4 .info {
    padding: 20px;
    margin-top: 12px;
  }
  #quick .item4 .info strong span {
    display: inline;
  }
  #quick .tit {
    font-size: 18px;
  }
  #quick .desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4;
  }
  #quick .desc span {
    display: inline-block;
  }
}

@media (max-width: 720px) {
  #quick .item {
    float: none;
    width: auto;
    margin: 0;
    padding: 20px 10px 20px 84px;
    text-align: left;
  }
  #quick .item + .item {
    margin-top: 2px;
  }
  #quick .item::after {
    position: absolute;
    top: 50%;
    left: 12px;
    margin-top: -30px;
  }
  #quick .item4 {
    padding: 24px 14px;
    text-align: center;
  }
  #quick .item4 .info {
    display: block;
    margin-top: 12px;
    padding: 12px;
    border-radius: 5px;
  }
  #quick .item4 .wrap_btn a {
    width: calc(50% - 6px);
    max-width: 200px;
  }
  #quick .item4 .wrap_btn a + a {
    margin-left: 4px;
  }
  #quick .item4 .info strong span {
    display: block;
  }
}

#miscellaneous {
  overflow: hidden;
}
#miscellaneous .box {
  background: #fff;
  padding: 26px 32px 32px;
  box-sizing: border-box;
}
#miscellaneous .hd_box {
  padding-bottom: 20px;
}
#miscellaneous .hd_box strong {
  display: inline-block;
  font-size: 25px;
  font-weight: 400;
  vertical-align: top;
  line-height: 28px;
}
#miscellaneous .hd_box span {
  display: inline-block;
  margin-left: 12px;
  font-size: 18px;
  vertical-align: top;
  line-height: 28px;
}
#miscellaneous .hd_box a.btn_dark {
  float: right;
  font-size: 14px;
  padding: 2px 6px;
}
#miscellaneous .tbl_div .th,
#miscellaneous .tbl_div .td {
  text-align: center;
}
#miscellaneous .tbl_div .th {
  height: 38px;
  font-weight: bold;
}
#miscellaneous .tbl_div .td {
  padding: 14px 0;
  font-size: 14px;
}
#miscellaneous .tbl_div .tr + .tr .td {
  padding-top: 0;
}
#miscellaneous .tbl_div .btn_dark {
  width: 45px;
  line-height: 23px;
  font-weight: 300;
}
#miscellaneous .tbl_div .btn_dark:disabled {
  background: #c5c5c5;
}
#miscellaneous .box1 {
  float: left;
  width: 680px;
  height: 250px;
  margin-right: 20px;
}
#miscellaneous .box1 .thumb {
  float: left;
  width: 144px;
  height: 144px;
  margin-right: 26px;
  border-radius: 100%;
  background: #eee;
  overflow: hidden;
}
#miscellaneous .box1 .cont {
  overflow: hidden;
  font-size: 0;
  line-height: 36px;
}
#miscellaneous .box1 dl {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
#miscellaneous .box1 dt {
  display: inline-block;
  width: 85px;
  font-size: 18px;
  vertical-align: top;
  font-weight: 400;
}
#miscellaneous .box1 dd {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}
#miscellaneous .box1 dl:nth-child(n + 5) {
  width: 100%;
}
#miscellaneous .box1 dl:nth-child(n + 5) dt {
  width: 118px;
}
#miscellaneous .box2 {
  overflow: hidden;
  height: 250px;
}
#miscellaneous .box2 li {
  line-height: 26px;
}
#miscellaneous .box2 li + li {
  margin-top: 4px;
}
#miscellaneous .box2 li * {
  display: inline-block;
  vertical-align: top;
}
#miscellaneous .box2 .num {
  color: #d90000;
  font-weight: 400;
}
#miscellaneous .box2 a {
  width: 270px;
  margin: 0 14px;
}
#miscellaneous .box2 .datetime {
  float: right;
  color: #aaa;
}
#miscellaneous .box2 .no_notice {
  padding: 60px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  color: #999;
  box-sizing: border-box;
}
#miscellaneous .box3 {
  margin: 20px 0;
}
#miscellaneous .box3 .cont {
  border-bottom: 1px solid #ccc;
  color: #333;
}
#miscellaneous .box3 .hd_box .btn_emph {
  float: right;
  width: 120px;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px;
}
#miscellaneous .box3 .tbl_div .th,
#miscellaneous .box3 .tbl_div .td {
  width: 120px;
}
#miscellaneous .box3 .tbl_div .col1 {
  width: 60px;
}

#miscellaneous .custombox_area {
  background: #fff;
  height: 240px;
  margin-top: 20px;
}
#miscellaneous .custombox {
  box-sizing: border-box;
}

#miscellaneous .custombox1 {
  float: left;
  width: 560px;
  height: 240px;
  padding: 26px 32px 32px;
}
#miscellaneous .custombox1 li {
  line-height: 26px;
}
#miscellaneous .custombox1 li + li {
  margin-top: 4px;
}
#miscellaneous .custombox1 li * {
  display: inline-block;
  vertical-align: top;
}
#miscellaneous .custombox1 .num {
  color: #d90000;
  font-weight: 400;
}
#miscellaneous .custombox1 a {
  width: 340px;
  margin: 0 14px;
}
#miscellaneous .custombox1 li .dummy {
  width: 340px;
  margin: 0 14px;
}

#miscellaneous .custombox1 .datetime {
  float: right;
  color: #aaa;
}
#miscellaneous .custombox1 .no_notice {
  padding: 60px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  color: #999;
  box-sizing: border-box;
}

#miscellaneous .custombox2 {
  float: left;
  width: 220px;
  height: 240px;
}
#miscellaneous .custombox2 .item {
  display: block;
  float: left;
  width: 220px;
  padding: 26px 0;
  height: 272px;
  text-align: center;
  font-size: 15px;
}
#miscellaneous .custombox2 .item::after {
  display: inline-block;
  width: 80px;
  height: 140px;
  margin-top: 20px;
  background: url(../img/ico_main.png) 0 0 no-repeat;
  content: "";
}
#miscellaneous .custombox2 .item3 {
  background: #615249;
  color: #bbb2ad;
}
#miscellaneous .custombox2 .item3::after {
  background-position: -145px 0;
  background-size: auto 70%;
}
#miscellaneous .custombox2 .tit {
  display: block;
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}
#miscellaneous .custombox2 .desc {
  margin-top: 10px;
  line-height: 20px;
  padding: 0 10px;
  word-break: keep-all;
}

#miscellaneous .custombox3 {
  float: left;
  width: 400px;
  height: 240px;
  margin-right: 20px;
  padding: 26px 32px 32px;
}
#miscellaneous .custombox3 .thumb {
  float: left;
  width: 144px;
  height: 144px;
  margin-right: 26px;
  border-radius: 100%;
  background: #eee;
  overflow: hidden;
}
#miscellaneous .custombox3 .cont {
  overflow: hidden;
  font-size: 0;
  line-height: 36px;
}
#miscellaneous .custombox3 dl {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
#miscellaneous .custombox3 dt {
  display: inline-block;
  width: 85px;
  font-size: 18px;
  vertical-align: top;
  font-weight: 400;
}
#miscellaneous .custombox3 dd {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}
#miscellaneous .custombox3 dl:nth-child(n + 5) {
  width: 100%;
}
/* #miscellaneous .custombox3 dl:nth-child(n+5) dt {width:118px;} */

@media (max-width: 1300px) {
  #miscellaneous .custombox1 {
    width: 100%;
    height: 240px;
    padding: 26px 32px 32px;
  }
  #miscellaneous .custombox1 li {
    line-height: 26px;
  }
  #miscellaneous .custombox1 li + li {
    margin-top: 4px;
  }
  #miscellaneous .custombox1 li * {
    display: inline-block;
    vertical-align: top;
  }
  #miscellaneous .custombox1 .num {
    color: #d90000;
    font-weight: 400;
  }
  #miscellaneous .custombox1 a {
    width: 340px;
    margin: 0 14px;
  }
  #miscellaneous .custombox1 .datetime {
    float: right;
    color: #aaa;
  }
  #miscellaneous .custombox1 .no_notice {
    padding: 60px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    color: #999;
    box-sizing: border-box;
  }

  #miscellaneous .custombox2 {
    width: 100%;
    display: block;
  }
  #miscellaneous .custombox2 .item {
    display: block;
    width: 100%;
    padding: 26px 0;
    height: 272px;
    text-align: center;
    font-size: 15px;
  }
  #miscellaneous .custombox2 .item::after {
    display: inline-block;
    width: 80px;
    height: 164px;
    margin-top: 10px;
    background: url(../img/ico_main.png) 0 0 no-repeat;
    content: "";
  }
  #miscellaneous .custombox2 .item3 {
    float: left;
    background: #615249;
    color: #bbb2ad;
  }
  #miscellaneous .custombox2 .item3::after {
    background-position: -176px 0;
    background-size: auto 70%;
  }
  #miscellaneous .custombox2 .tit {
    display: block;
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
  }
  #miscellaneous .custombox2 .desc {
    margin-top: 10px;
    line-height: 20px;
    padding: 0 10px;
    word-break: keep-all;
  }

  #miscellaneous .custombox3 {
    background: #fff;
    width: 100%;
    height: 240px;
    margin-right: 20px;
    padding: 26px 32px 32px;
  }
  #miscellaneous .custombox3 .thumb {
    display: block;
    width: 144px;
    height: 144px;
    margin-right: 26px;
    border-radius: 100%;
    background: #eee;
    overflow: hidden;
  }
  #miscellaneous .custombox3 .cont {
    overflow: hidden;
    font-size: 0;
    line-height: 36px;
  }
  #miscellaneous .custombox3 dl {
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  #miscellaneous .custombox3 dt {
    display: inline-block;
    width: 85px;
    font-size: 18px;
    vertical-align: top;
    font-weight: 400;
  }
  #miscellaneous .custombox3 dd {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
  }
  #miscellaneous .custombox3 dl:nth-child(n + 5) {
    width: 100%;
  }
  /* 	#miscellaneous .custombox3 dl:nth-child(n+5) dt {width:118px;} */
}

@media (max-width: 720px) {
  #miscellaneous .custombox1 a {
    width: 250px;
    margin: 0 14px;
  }
  #miscellaneous .custombox1 li .dummy {
    width: 250px;
    margin: 0 14px;
  }
}

@media (max-width: 500px) {
  #miscellaneous .custombox1 a {
    width: 130px;
    margin: 0 14px;
  }
  #miscellaneous .custombox1 li .dummy {
    width: 130px;
    margin: 0 14px;
  }
  #miscellaneous .custombox3 {
    height: 270px;
  }
  #miscellaneous .custombox3 .cont {
    overflow: hidden;
    font-size: 0;
    line-height: 36px;
  }
  #miscellaneous .custombox3 dl {
    display: block;
    width: 100%;
    vertical-align: top;
  }
  #miscellaneous .custombox3 dt {
    float: left;
    width: 65px;
    font-size: 14px;
    height: 36px;
  }
  #miscellaneous .custombox3 dd {
    float: left;
    width: calc(100% - 65px);
    font-size: 14px;
    height: 36px;
  }
}

/* 2020-07-30 수정 */
@media (max-width: 720px) {
  #miscellaneous .box3 .hd_box .btn_emph {
    width: auto;
    padding: 0 10px;
  }
}

#miscellaneous .wrap_box .box {
  height: 264px;
  box-sizing: border-box;
}
#miscellaneous .box4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  float: left;
  width: 400px;
  margin-right: 20px;
  padding: 0 0 0 36px;
  background: url(../img/bg_hidoc.jpg) right 50% no-repeat #eaeff7;
  background-size: auto 100%;
  transition: 0.2s;
}
#miscellaneous .box4 strong {
  display: block;
  margin: 18px 0 8px;
  font-size: 27px;
  line-height: 30px;
  font-weight: bold;
  transition: 0.2s;
}
#miscellaneous .box4 strong em {
  display: block;
}
#miscellaneous .box4 span {
  display: block;
  font-size: 15px;
  color: #909090;
  transition: 0.2s;
}
#miscellaneous .box5 {
  overflow: hidden;
}
#miscellaneous .box5 .cont {
  border-bottom: 1px solid #ccc;
}
#miscellaneous .box5 .tbl_div .col2 {
  width: 40px;
}
#miscellaneous .box5 .tbl_div .col3 {
  width: 60px;
}
#miscellaneous .box5 .tbl_div .col4,
#miscellaneous .box5 .tbl_div .col5 {
  width: 100px;
}
#miscellaneous .box5 .tbl_div .col6 {
  width: 90px;
}
#miscellaneous .box5 .tbl_div .col7 {
  width: 110px;
}
#miscellaneous .box5 .tbl_div .col8 {
  width: 50px;
}

#miscellaneous .tbl_comm thead th {
  height: 38px;
  background: #f1f1f1;
}
#miscellaneous .tbl_comm td {
  padding: 14px 0;
  text-align: center;
  font-size: 14px;
}
#miscellaneous .tbl_comm tr + tr td {
  padding-top: 0px;
}
#miscellaneous .tbl_comm .btn_dark {
  width: 45px;
  line-height: 23px;
  font-weight: 300;
}
#miscellaneous .tbl_comm .btn_dark:disabled {
  background: #c5c5c5;
}

@media (max-width: 1300px) {
  #miscellaneous {
    padding: 20px 0;
  }
  /*   #miscellaneous .box {height:235px; padding:20px} */
  #miscellaneous .box {
    height: auto;
    padding: 20px;
  }
  #miscellaneous .hd_box strong {
    font-size: 20px;
  }
  #miscellaneous .hd_box span {
    font-size: 16px;
    margin-left: 8px;
  }
  #miscellaneous .box1 {
    width: 630px;
  }
  #miscellaneous .box1 dt {
    width: 74px;
    font-size: 16px;
  }
  #miscellaneous .box1 dl:nth-child(n + 5) dt {
    width: 102px;
  }
  #miscellaneous .box2 .list_notice {
    font-size: 0;
  }

  #miscellaneous .box2 .list_notice li * {
    font-size: 15px;
  }
  #miscellaneous .box2 .num {
    width: 37px;
  }
  #miscellaneous .box2 a {
    width: calc(100% - 135px);
    margin: 0 8px;
  }
  #miscellaneous .box2 .list_notice li .datetime {
    width: 80px;
    font-size: 13px;
    text-align: right;
  }
  #miscellaneous .box4 {
    width: calc(100% - 800px);
    align-items: center;
    text-align: center;
  }
  #miscellaneous .box4 strong {
    font-size: 22px;
    line-height: 1.1;
  }
}
@media (max-width: 1000px) {
  #miscellaneous .box {
    height: auto;
    padding: 20px 12px;
  }
  #miscellaneous .box + .box {
    margin-top: 12px;
  }
  #miscellaneous .hd_box {
    padding-bottom: 12px;
  }
  #miscellaneous .box .cont {
    border-bottom: none;
  }
  #miscellaneous .box .tbl_div .tr {
    display: block;
    border: 1px solid #ccc;
    padding: 12px;
    font-size: 0;
    overflow: hidden;
  }
  #miscellaneous .box .tbl_div .tr + .tr {
    margin-top: 10px;
  }
  #miscellaneous .box .tbl_div .td {
    display: block;
    min-width: 50%;
    text-align: left;
    float: left;
    font-size: 14px;
    width: auto;
    padding: 0 18px 0 0;
    box-sizing: border-box;
  }
  #miscellaneous .box .tbl_div .td + .td {
    margin-top: 5px;
  }
  #miscellaneous .box1 {
    float: none;
    width: auto;
    margin: 0;
  }
  #miscellaneous .box1 .thumb {
    width: 72px;
    height: 72px;
    margin: 12px 18px 0 0;
  }
  #miscellaneous .box1 .cont {
    line-height: 1.5;
  }
  #miscellaneous .box1 dt {
    width: auto !important;
    margin-right: 20px;
  }
  #miscellaneous .box2 .list_notice li * {
    font-size: 14px;
  }
  #miscellaneous .box2 .list_notice li .datetime {
    width: 72px;
  }
  #miscellaneous .box2 .list_notice li .num {
    width: 34px;
    font-size: 13px;
  }
  #miscellaneous .box2 a {
    width: calc(100% - 108px);
    margin: 0;
  }
  #miscellaneous .box2 .no_notice {
    padding: 20px 0;
  }
  #miscellaneous .box3 .tbl_div .col1,
  #miscellaneous .box3 .tbl_div .col2,
  #miscellaneous .box3 .tbl_div .col3,
  #miscellaneous .box3 .tbl_div .col4 {
    min-width: 0;
    margin: 0 4px 8px 0 !important;
    padding-right: 0;
    font-weight: bold;
    font-size: 15px;
  }
  #miscellaneous .box3 .tbl_div .col1 {
    height: 19px;
    padding-top: 2px;
  }
  #miscellaneous .box3 .tbl_div .col4 {
    float: none;
    overflow: hidden;
  }
  #miscellaneous .box3 .tbl_div .col3::before,
  #miscellaneous .box3 .tbl_div .col4::before {
    display: inline-block;
    content: "/";
    margin-right: 4px;
  }
  #miscellaneous .box3 .tbl_div .col10 {
    width: 100%;
    margin-top: 10px !important;
    padding-top: 8px !important;
    padding-right: 0;
    border-top: 1px solid #ddd;
    text-align: right;
  }
  #miscellaneous .wrap_box .box {
    height: auto;
  }
  #miscellaneous .wrap_box .box4 {
    display: block;
    float: none;
    width: auto;
    margin: 0 0 12px;
    padding: 20px 10px;
  }
  #miscellaneous .box4 img {
    width: 70px;
    height: auto;
  }
  #miscellaneous .box4 strong {
    margin-top: 0px;
    font-size: 18px;
  }
  #miscellaneous .box4 strong em {
    display: inline;
  }
  #miscellaneous .box5 .tbl_div .col1,
  #miscellaneous .box5 .tbl_div .col2,
  #miscellaneous .box5 .tbl_div .col3 {
    min-width: 0;
    margin: 0 4px 8px 0 !important;
    padding-right: 0;
    font-weight: bold;
    font-size: 15px;
  }
  #miscellaneous .box5 .tbl_div .col2::before,
  #miscellaneous .box5 .tbl_div .col3::before {
    display: inline-block;
    content: "/";
    margin-right: 4px;
  }
  #miscellaneous .box5 .tbl_div .col3 {
    float: none;
    overflow: hidden;
  }
  #miscellaneous .box5 .tbl_div .col8 {
    width: 100%;
    margin-top: 10px !important;
    padding-top: 8px !important;
    padding-right: 0;
    border-top: 1px solid #ddd;
    text-align: right;
  }
}
@media (max-width: 720px) {
  #miscellaneous .box1 .thumb {
    margin: 0 16px 0 0;
  }
  #miscellaneous .box1 dl {
    display: block;
    width: auto;
  }
  #miscellaneous .box1 dl + dl {
    margin-top: 6px;
  }
  #miscellaneous .box1 dt,
  #miscellaneous .box1 dd {
    font-size: 14px;
  }
  #miscellaneous .box1 dt {
    margin-right: 10px;
  }
  #miscellaneous .box4 {
    text-align: left;
  }
}

.alert {
  width: 350px;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.14);
  border: 1px solid #e4e4e4;
  text-align: center;
}
#cancel {
  padding: 52px 0;
  z-index: 99999;
}
#cancel p {
  font-size: 20px;
}
#cancel .wrap_btn {
  margin-top: 30px;
  font-size: 0;
}
#cancel .wrap_btn button {
  width: 100px;
  height: 35px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
}
#cancel .wrap_btn button + button {
  margin-left: 10px;
}
#complete {
  padding: 78px 0;
  font-size: 20px;
  text-align: center;
}

@media (max-width: 1000px) {
  #cancel p {
    font-size: 18px;
  }
}

#layerOpinion,
#layerExResult {
  width: 1000px;
  color: #333;
}
#layerExResult .tit {
  display: inline-block;
}
#layerExResult .tit + .btn {
  float: right;
  width: 70px;
  border: 1px solid #333;
  font-size: 13px;
  height: 30px;
  margin-top: -6px;
}
.layer_result .item {
  margin-top: 20px;
}
.layer_result .cont {
  padding: 10px 24px 0;
}
.layer_result .cont .tit {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 400;
  color: #9c9c9c;
}
#layerOpinion {
  width: 1000px;
  color: #333;
}
#layerOpinion .tbl th,
#layerOpinion .tbl td {
  height: 34px;
}
#layerOpinion .tbl th {
  width: 150px;
}

#layerExResult .tbl th,
#layerExResult .tbl td {
  height: 34px;
}
#layerExResult .tbl th {
  width: 150px;
}

.layer_result .wrap_btn {
  margin-top: 20px;
  text-align: center;
}
.layer_result .wrap_btn .btn,
.layer_result .wrap_btn .btn_dark {
  width: 55px;
  height: 30px;
  border: 1px solid #333;
  font-size: 13px;
}

.layer_result .cont .btn_basic {
  border: 1px solid #333;
}

.layer_result .tbl th,
.layer_result .tbl td {
  height: 34px;
}
.layer_result .cont .btn_basic,
.layer_result .cont .btn_dark {
  font-size: 13px;
}
.layer_result .tbl_div.tbl_comm {
  margin-top: 0;
}
.layer_result .tbl th,
.layer_result .tbl td {
  height: 34px;
}
.layer_result .tbl_div.tbl_comm {
  margin-top: 0;
}
.layer_result .item1 .tbl_div .th {
  width: 18%;
  text-align: center;
}
.layer_result .item1 .tbl_div .col2,
.layer_result .item1 .tbl_div .col4 {
  width: 32%;
}
#layerExResult .item2 .tbl_div .col1,
#layerExResult .item2 .tbl_div .col3,
#layerExResult .item2 .tbl_div .col4 {
  width: 15%;
}
#layerExResult .item2 .tbl_div .col5 {
  width: 25%;
}
#layerOpinion .item2 .th {
  width: 18%;
  text-align: center;
}

#layerExResult .item3 .th {
  width: 18%;
  text-align: center;
}

@media (max-width: 1300px) {
  .layer_result .item {
    margin-top: 0;
  }
  .layer_result .item + .item {
    margin-top: 20px;
  }
}

@media (max-width: 1000px) {
  .layer_result .item {
    margin: 0;
  }
  .layer_result .item + .item {
    margin-top: 30px;
  }
  .layer_result .tbl_div .th,
  .layer_result .tbl_div .td {
    display: block;
    height: auto;
    vertical-align: top;
    font-size: 14px;
  }
  .layer_result .item1 .tbl_div .th,
  .layer_result .item1 .tbl_div .td {
    text-align: left;
    padding: 5px 0;
  }
  .layer_result .item1 .tbl_div .th {
    float: left;
    background: none;
    width: 20%;
    word-break: keep-all;
    color: #777;
    font-size: 13px;
  }
  .layer_result .item1 .tbl_div .td {
    width: auto;
    overflow: hidden;
    color: #000;
  }
  .layer_result .item1 .tbl_div .td + .th,
  .layer_result .item1 .tbl_div .td + .th + .td {
    border-top: 1px solid #dcdcdc;
  }
  #layerExResult .item2 .tbl_div .td {
    width: auto;
    text-align: left;
  }
  #layerExResult .item2 .tbl_div .td .lab {
    min-width: 50px;
    text-align: center;
    box-sizing: border-box;
  }
  #layerExResult .item2 .tbl_div .tr {
    padding: 10px 0 12px;
    text-align: left;
  }
  #layerExResult .item2 .tbl_div .td {
    display: block;
    padding: 0;
    margin-top: 3px;
  }
  #layerExResult .item2 .tbl_div .col1,
  #layerExResult .item2 .tbl_div .col2 {
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 5px;
  }
  #layerExResult .item2 .tbl_div .col1 {
    float: left;
    font-size: 13px;
    color: #777;
  }
  #layerExResult .item2 .tbl_div .col2 {
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
  }
  #layerExResult .item2 .tbl_div .col2::before {
    display: inline-block;
    width: 1px;
    height: 14px;
    background: #bbb;
    vertical-align: top;
    margin: 3px 4px 0 4px;
    content: "";
  }
  #layerOpinion .item2 .th,
  #layerOpinion .item2 .td {
    display: table-cell;
    height: 36px;
    vertical-align: middle;
  }
  #layerOpinion .item2 .th {
    width: 20%;
  }
}

#layerLogin {
  width: 500px;
  height: 750px;
  margin: 0 auto;
  padding: 23px 35px;
}
#layerLogin .item + .item {
  margin-top: 16px;
}
#layerLogin strong {
  display: block;
  font-size: 18px;
  color: #333;
  border: none;
  font-weight: 400;
}
#layerLogin .cont {
  margin-top: 7px;
  padding: 12px 14px;
  border: 1px solid #efefef;
}
#layerLogin .cont .txt {
  height: 200px;
  padding-right: 10px;
  overflow-y: auto;
  font-size: 13px;
  color: #777;
}
#layerLogin .wrap_agree {
  margin-top: 9px;
  font-size: 15px;
}
#layerLogin .chk {
  width: 20px;
  height: 20px;
  margin: 0;
}
#layerLogin .chk + label {
  line-height: 20px;
  font-size: 15px;
}
#layerLogin .chk + label::before {
  width: 20px;
  height: 20px;
  left: -20px;
  margin-top: -10px;
  border-radius: 100%;
  line-height: 20px;
}
#layerLogin .chk:checked + label::before {
  border-radius: 100%;
  background-color: #f18f02;
}
#layerLogin .allchk {
  margin-top: 6px;
  text-align: right;
  font-weight: bold;
}
#layerLogin .allchk .chk {
  float: none;
}
#layerLogin .allchk .chk + label {
  font-size: 17px;
}
#layerLogin .wrap_btn {
  margin-top: 20px;
  text-align: center;
  font-size: 0;
}
#layerLogin .wrap_btn button {
  display: inline-block;
  width: 140px;
  height: 40px;
  font-size: 18px;
  border-radius: 4px;
}
#layerLogin .wrap_btn .btn {
  border: 1px solid #ddd;
}
#layerLogin .wrap_btn .btn_emph {
  font-weight: bold;
  margin-left: 10px;
}

#visual .swipe .item {
  background-size: cover !important; /* 이미지가 div를 꽉 채우도록 설정 */
  background-position: center center !important; /* 이미지를 중앙에 정렬 */
}
