@charset "utf-8";
@import url("/include/apply/font/NanumSquareNeo/NanumSquareNeo.css");
@import url("/include/apply/font/Jalnan2/Jalnan2.css");

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: 0 none;
  vertical-align: middle;
}
dl,
ul,
ol,
menu,
li {
  list-style: none;
}
input,
select,
textarea,
button {
  vertical-align: middle;
}
body,
th,
td,
input,
textarea,
button {
  font: 16px/26px "NanumSquareNeo";
  color: #555;
  word-break: keep-all;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
a {
  color: #111;
  text-decoration: none;
}
caption {
  font-size: 0;
  height: 0;
}

input {
  appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type="radio"] {
  width: 13px;
  height: 13px;
  border: 1px solid #000;
  border-radius: 50%;
}
input[type="radio"]:checked {
  background-color: #0f47ff;
  border: 2px solid #fff;
  outline: 1px solid #0f47ff;
}
input[type="checkbox"] {
  width: 13px;
  height: 13px;
  border: 1px solid #000;
  appearance: auto;
}

/* input[type=text]{
  -webkit-ime-mode:active;
  -moz-ime-mode:active;
  -ms-ime-mode:active;
  ime-mode:active;
} */

body.os.bg {
  background: url("/include/apply/img/main_bg.png") no-repeat center 0;
}
body.os.bg2 {
  background: url("/include/apply/img/online_bg.png") no-repeat center 0;
}

.accessibility {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.accessibility a {
  display: block;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 25px;
  min-height: 25px;
  text-align: center;
  z-index: -1;
}
.accessibility a:hover,
.accessibility a:focus,
.accessibility a:active {
  position: absolute;
  top: 0;
  padding: 5px 0;
  font-weight: bold;
  color: #fff;
  background: #848485;
  z-index: 1;
}

.headtopbg {
  border-bottom: 1px solid #ccc;
  background: #fff;
}
.headtop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 52px;
  max-width: 1400px;
  margin: 0 auto;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
}
.headtop .home {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 157px;
  height: 52px;
  border-right: 1px solid #ccc;
}
.headtop .user a {
  display: inline-block;
  padding: 0 10px;
  font-size: 12px;
  font-weight: bold;
  color: #222;
}

.headtop .langs {
  display: inline-block;
  position: relative;
  width: 120px;
}
.headtop .langs .button {
  display: block;
  background: url("/include/cmm_new/image/common/arr_select2.png") 110% center
    no-repeat;
}
.headtop .langs ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  width: auto;
  padding: 0 8px 0;
  line-height: 35px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background-color: #fff;
  min-width: 120px !important;
}
.headtop .langs li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dotted #ccc;
}
.headtop .langs li a {
  display: block;
  color: #333;
}
.headtop .langs li:first-child {
  border: 0;
}
.headtop .langs li:last-child {
  border: 0;
}
.headtop .langs li img {
  width: 10px;
  height: 10px;
}
@media only screen and (max-width: 600px) {
  .headtop .langs {
    display: none;
  }
}

#head {
  background: #fff;
}
#head .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
}
#head .head .gnb {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 1000px;
  padding-left: 20px;
  box-sizing: border-box;
}
#head .head .gnb .a1 {
  position: relative;
  display: flex;
  align-items: center;
  height: 80px;
  padding: 0 10px;
  margin-left: 35px;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #222;
}
#head .head .gnb .a1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #ff736d;
  display: none;
}
#head .head .gnb .a1.on:after {
  display: block;
}
#head .head .gnb .a1:hover:after {
  display: block;
}

#head_m {
  position: relative;
  top: 0px;
  left: 0;
  width: 100%;
  display: none;
  background: #fff;
  z-index: 100;
  overflow: hidden;
}
#head_m .headtop {
  justify-content: center;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #ccc;
}
#head_m .headtop .home {
  border-right: none;
}
#head_m .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  padding: 0 3%;
}
#head_m .head .btn input {
  width: 45px;
}

#head_m .head_on {
  display: none;
}
#head_m .head_on {
  position: fixed;
  top: 31px;
  left: 0;
  width: 100%;
  height: 97%;
  transition: 0.5s;
  background: #3b2727;
}
#head_m .head_on.on {
  display: block;
}
#head_m .head_on .headtop {
  border-bottom: 1px solid #615555;
}
#head_m .head_on .head {
  border-bottom: 1px solid #615555;
}
#head_m .head_on .gnb .a1 {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 20px 0 70px;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  border-bottom: 1px solid #615555;
}
#head_m .head_on .gnb .a1:nth-child(1) {
  background: url("/include/apply/img2/icon_m01.png") no-repeat 30px center;
}
#head_m .head_on .gnb .a1:nth-child(2) {
  background: url("/include/apply/img2/icon_m02.png") no-repeat 30px center;
}
#head_m .head_on .gnb .a1:nth-child(3) {
  background: url("/include/apply/img2/icon_m03.png") no-repeat 30px center;
}
#head_m .head_on .gnb .a1:nth-child(4) {
  background: url("/include/apply/img2/icon_m04.png") no-repeat 30px center;
}
#head_m .head_on .gnb .a1:nth-child(5) {
  background: url("/include/apply/img2/icon_m05.png") no-repeat 30px center;
}
#head_m .head_on .gnb .a1:nth-child(6) {
  background: url("/include/apply/img2/icon_m06.png") no-repeat 30px center;
}

#head_m .head_on .user {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  border-top: 1px solid #615555;
}
#head_m .head_on .user a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50%;
  font-size: 18px;
  color: #fff;
}
#head_m .head_on .user a + a {
  border-left: 1px solid #615555;
}
#head_m .head_on .langs {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50%;
  font-size: 18px;
  color: #fff;
  border-left: 1px solid #615555;
}
#head_m .head_on .langs .button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50%;
  font-size: 18px;
  color: #fff;
}
#head_m .head_on .langs ul {
  display: none;
}
#head_m .head_on .langs ul {
  position: absolute;
  bottom: 100%;
  left: -1px;
  z-index: 10;
  width: 100%;
  padding: 0 10px;
  line-height: 35px;
  border: 1px solid #615555;
  box-sizing: border-box;
  background: #fff;
}
#head_m .head_on .langs li {
  border-bottom: 1px dotted #615555;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
#head_m .head_on .langs li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 100%;
  font-size: 16px; /*color:#fff;*/
}
#head_m .head_on .langs li:last-child {
  border: 0;
}

@media only screen and (max-width: 1000px) {
  #head {
    display: none;
  }
  #head_m {
    display: block;
  }
}

#tail {
  padding: 0 3%;
  background: #333333;
}
#tail .tail {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 0 20px;
  font-size: 14px;
  color: #aaaaaa;
}
#tail .tail .text {
  display: flex;
  justify-content: space-between;
}
#tail .tail .text .btn {
  position: relative;
  text-align: left;
}
#tail .tail .text .btn button {
  display: inline-block;
  width: 134px;
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  border: 1px solid #999;
  border-radius: 15px;
  box-sizing: border-box;
  cursor: pointer;
}
#tail .tail .text .btn button {
  font-size: 14px;
  font-weight: bold;
  color: #aaaaaa;
  text-align: left;
  letter-spacing: -0.03em;
  background: url("/include/apply/img2/tail_button_bg.png") no-repeat
    calc(100% - 17px) center;
}
#tail .tail .text .btn .list {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 100%;
  padding: 15px 20px;
  border: 1px solid #999;
  background: #333333;
  box-sizing: border-box;
  z-index: 2;
}
#tail .tail .text .btn .list a {
  display: block;
  font-size: 14px;
  color: #aaaaaa;
  letter-spacing: -0.03em;
}
#tail .tail .text .btn .list a:hover {
  color: #dfdeff;
}
#tail .tail .link li {
  display: inline-block;
  padding-right: 30px;
  line-height: 14px;
}
#tail .tail .link li + li {
  padding-left: 30px;
  border-left: 1px solid #aaa;
}
#tail .tail .link a {
  display: block;
  font-size: 14px;
  color: #aaaaaa;
}
#tail .tail .link li:nth-child(1) a {
  color: #aaaaaa;
}
#tail .tail .text2 {
  margin-top: 20px;
}
#tail .tail .text2 .logo {
  margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
  #tail .tail {
    position: relative;
    padding-top: 200px;
  }
  #tail .tail .text .btn {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
  }
  #tail .tail .text .btn button {
    width: 100%;
    height: 64px;
    line-height: 64px;
    font-size: 18px;
    color: #dfdeff;
    border: 1px solid #8693ac;
    border-radius: 35px;
  }
  #tail .tail .text .btn .list a {
    font-size: 18px;
    line-height: 30px;
  }

  #tail .tail .text .btn .list {
    bottom: 64px;
  }
}

.t30 {
  font-size: 30px;
  line-height: 40px;
}
.t30.hdot {
  padding-left: 30px;
  font-weight: bold;
  background: url("/include/apply/img2/t20_bg.png") no-repeat 0 7px;
}
.t24 {
  font-size: 24px;
  line-height: 30px;
}
.t20 {
  font-size: 20px;
  line-height: 30px;
}
.t20.bg {
  padding-left: 30px;
  font-weight: bold;
  background: url("/include/apply/img2/t20_bg.png") no-repeat 0 3px;
}
.t18 {
  font-size: 18px;
  line-height: 30px;
}
.t17 {
  font-size: 16px;
  line-height: 30px;
}

.c1 {
  color: #ff3d51;
}
.c2 {
  color: #0f47ff;
  padding-top: 8px;
}
.c3 {
  color: #7057a3;
}

.splash {
  position: relative;
  height: 430px;
  overflow: hidden;
}
.splash {
  background: url("/include/apply/img2/main01.png") no-repeat center center;
  background-size: cover;
}
.splash .item {
  position: relative;
  display: block;
  width: 100%;
}
/* .splash .item .img {width:100%; height:430px; object-fit:cover;} */
.splash .item .img {
  max-width: 1400px;
  width: 100%;
  height: 430px;
  margin: 0 auto;
  object-fit: cover;
}
.splash .item .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  max-width: 1400px;
}
.splash .item .text .t48 {
  font-size: 48px;
  color: #fff;
  font-family: "Jalnan";
  line-height: 1.2;
}
.splash .item .text .t18 {
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
}

.splash .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 40px;
  z-index: 2;
}
.splash .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.splash .slick-dots button {
  width: 10px;
  height: 10px;
  font-size: 0;
  border: 0;
  border-radius: 5px;
  background: #dfdfdf;
  cursor: pointer;
}
.splash .slick-dots .slick-active button {
  width: 30px;
  background: #7057a3;
}

.splash .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 250px;
  height: 50px;
  padding: 0 30px;
  background: rgba(0, 0, 0, 0.7);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  z-index: 10;
  box-sizing: border-box;
}
.splash .btn span {
  display: inline-block;
  font-size: 18px;
  color: #fff;
}
.splash .btn .btn-pre {
  cursor: pointer;
}
.splash .btn .btn-next {
  cursor: pointer;
}
.splash .btn .slick-control {
  cursor: pointer;
}
.splash .btn .slick-control .play {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .splash {
    margin-top: 130px;
    height: 350px;
  }
  .splash .item .img {
    height: 350px;
  }
  .splash .text {
    justify-content: center;
  }
  .splash .text .t48 {
    font-size: 36px;
    text-align: center;
  }
  .splash .text .t18 {
    text-align: center;
  }
}
@media only screen and (max-width: 800px) {
  .splash {
    height: 250px;
    background: url("/include/apply/img2/main01_m.png") no-repeat center center;
    background-size: cover;
  }
  .splash .item .img {
    height: 250px;
  }
}
@media only screen and (max-width: 600px) {
  .splash .item .img {
    height: 300px;
  }
}

.main {
  max-width: 1800px;
  margin: 0 auto;
  padding: 30px 3% 20px;
  overflow: hidden;
}
.main .app {
  position: relative;
  max-width: 1400px;
  margin: 30px auto 10px;
}
.main .app .list {
  display: block;
  margin: 0 -20px;
  padding: 10px 0;
  overflow: visible;
}
.main .app .list .slick-slide {
  margin: 0 20px;
}
.main .app .item {
  display: inline-block;
  max-width: 340px;
  padding: 35px 20px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  border-top-left-radius: 40px;
  box-sizing: border-box;
}
.main .app .item .text {
  display: block;
}
.main .app .item .state {
  display: inline-block;
  font-size: 18px;
  font-weight: 800;
  color: #ff4545;
  border-bottom: 3px solid #ff4545;
  margin-right: 20px;
}
.main .app .item .link {
  display: inline-block;
  width: 18px;
  height: 16px;
  background: url("/include/apply/img2/icon_link.png") no-repeat 0 0;
}
.main .app .item .appHowtoCd {
  display: inline-block;
  font-size: 18px;
  font-weight: 800;
  color: #666;
  border-bottom: 3px solid #666;
  letter-spacing: -0.05em;
}
.main .app .item .name {
  display: block;
  height: 52px;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 800;
  line-height: 25px;
  color: #424242;
  overflow: hidden;
}
.main .app .item .dept {
  display: block;
  height: auto;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  color: #424242;
  overflow: hidden;
}
.main .app .item .date {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #424242;
}
.main .app .item:hover {
  background: #848484;
}
.main .app .item:hover .state {
  color: #fff;
  border-bottom: 3px solid #fff;
}
.main .app .item:hover .appHowtoCd {
  color: #fff;
  border-bottom: 3px solid #fff;
}
.main .app .item:hover .name {
  color: #fff;
}
.main .app .item:hover .date {
  color: #fff;
}
.main .app .item:hover .link {
  background: url("/include/apply/img2/icon_link_on.png") no-repeat 0 0;
}

.main .app .btn {
  position: absolute;
  top: -55px;
  right: 0;
  display: flex;
  align-items: center;
}
.main .app .btn span {
  display: inline-block;
  margin: 0 5px;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  vertical-align: middle;
}
.main .app .btn a {
  display: block;
}
.main .app .btn img {
  cursor: pointer;
  vertical-align: middle;
}
.main .app .btn .slick-control1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90px;
  margin-right: 60px;
}
.main .app .btn .slick-control1 .play1 {
  display: none;
}
.main .app + .btn2 {
  margin-top: 30px;
  text-align: center;
  display: none;
}
.main .app + .btn2 a {
  display: inline-block;
  width: 130px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #ef5e6d;
}

@media only screen and (max-width: 1000px) {
  .main .app .btn {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .main {
    padding: 0 3% 20px;
  }
  .main .app {
    padding-right: 35%;
    padding-bottom: 20px;
    border-bottom: 1px solid #999;
  }
  .main .app + .btn2 {
    display: block;
  }
}

.main .event {
  position: relative;
  max-width: 1400px;
  margin: 30px auto 10px;
}
.main .event .list {
  display: block;
  margin: 0 -20px;
  padding: 10px 0;
  overflow: visible;
}
.main .event .list .slick-slide {
  margin: 0 20px;
}
.main .event .item {
  display: inline-block;
  max-width: 340px;
  box-sizing: border-box;
}
.main .event .item .img {
  position: relative;
  display: block;
  overflow: hidden;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
}
.main .event .item .img .line1 {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 3px;
  background: #ff4343;
  z-index: 2;
}
.main .event .item .img .line2 {
  position: absolute;
  top: -100%;
  right: 0;
  width: 3px;
  height: 100%;
  background: #ff4343;
  z-index: 2;
}
.main .event .item .img .line3 {
  position: absolute;
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 3px;
  background: #ff4343;
  z-index: 2;
}
.main .event .item .img .line4 {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 3px;
  height: 100%;
  background: #ff4343;
  z-index: 2;
}
.main .event .item .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.main .event .item .img .name {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 130px;
  font-size: 24px;
  line-height: 27px;
  color: #fff;
  padding: 0 15px;
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  overflow: hidden;
}
.main .event .item .text {
  display: block;
  margin-top: 20px;
  padding: 0 9px;
}
.main .event .item .state {
  display: inline-block;
  font-size: 18px;
  font-weight: 800;
  color: #0085d1;
  border-bottom: 3px solid #0085d1;
  margin-right: 20px;
}
.main .event .item .category {
  display: inline-block;
  font-size: 18px;
  font-weight: 800;
  color: #2d46ff;
  border-bottom: 3px solid #2d46ff;
  letter-spacing: -0.05em;
}
.main .event .item .name {
  display: block;
  height: 50px;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 800;
  line-height: 25px;
  color: #424242;
  overflow: hidden;
  box-sizing: border-box;
}
.main .event .item .name span {
  display: block;
  height: 50px;
  overflow: hidden;
}
.main .event .item .date {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #424242;
}
.main .event .item:hover .line1 {
  left: 0;
  transition: 0.1s;
}
.main .event .item:hover .line2 {
  top: 0;
  transition: 0.1s;
  transition-delay: 0.1s;
}
.main .event .item:hover .line3 {
  right: 0;
  transition: 0.1s;
  transition-delay: 0.2s;
}
.main .event .item:hover .line4 {
  bottom: 0;
  transition: 0.1s;
  transition-delay: 0.3s;
}

.main .event .btn {
  position: absolute;
  top: -55px;
  right: 0;
  display: flex;
  align-items: center;
}
.main .event .btn span {
  display: inline-block;
  margin: 0 5px;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  vertical-align: middle;
}
.main .event .btn a {
  display: block;
}
.main .event .btn img {
  cursor: pointer;
  vertical-align: middle;
}
.main .event .btn .slick-control2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90px;
  margin-right: 60px;
}
.main .event .btn .slick-control2 .play2 {
  display: none;
}
.main .event + .btn2 {
  margin-top: 30px;
  text-align: center;
  display: none;
}
.main .event + .btn2 a {
  display: inline-block;
  width: 130px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #ef5e6d;
}

@media only screen and (max-width: 1000px) {
  .main .event .btn {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .main .event {
    padding-right: 35%;
    padding-bottom: 20px;
    border-bottom: 1px solid #999;
  }
  .main .event + .btn2 {
    display: block;
  }
}

.main .reserve {
  position: relative;
  max-width: 1400px;
  margin: 30px auto 80px;
}
.main .reserve .list {
  display: block;
  margin: 0 -15px;
  padding: 10px 0;
  overflow: visible;
}
.main .reserve .list .slick-slide {
  margin: 0 15px;
}
.main .reserve .item {
  display: inline-block;
  max-width: 340px;
  box-sizing: border-box;
}
.main .reserve .item .img {
  position: relative;
  display: block;
  border-bottom: 1px solid #ccc;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
}
.main .reserve .item .img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.main .reserve .item .img img {
  height: auto;
  aspect-ratio: 1;
}
.main .reserve .item .text {
  display: block;
  margin-top: 20px;
}
.main .reserve .item .state {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #ff3d3d;
}
.main .reserve .item .name {
  display: block;
  max-height: 50px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  color: #222;
  overflow: hidden;
}
.main .reserve .item .date {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #222;
}

.main .reserve .btn {
  position: absolute;
  top: -55px;
  right: 0;
  display: flex;
  align-items: center;
}
.main .reserve .btn span {
  display: inline-block;
  margin: 0 5px;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  vertical-align: middle;
}
.main .reserve .btn a {
  display: block;
}
.main .reserve .btn img {
  cursor: pointer;
  vertical-align: middle;
}
.main .reserve .btn .slick-control3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90px;
  margin-right: 60px;
}
.main .reserve .btn .slick-control3 .play3 {
  display: none;
}
.main .reserve + .btn2 {
  margin-top: 30px;
  text-align: center;
  display: none;
}
.main .reserve + .btn2 a {
  display: inline-block;
  width: 130px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #ef5e6d;
}

@media only screen and (max-width: 1000px) {
  .main .reserve .btn {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .main .reserve {
    padding-right: 20%;
    margin: 30px auto 30px;
    border-bottom: 1px solid #999;
  }
  .main .reserve + .btn2 {
    display: block;
    margin-bottom: 60px;
  }
}

.main .slick-list {
  overflow: visible;
}
.main .slick-list .slick-slide {
  opacity: 0.3;
}
.main .slick-list .slick-current {
  opacity: 1;
}
.main .slick-list .slick-current + .slick-slide {
  opacity: 1;
}
.main .slick-list .slick-current + .slick-slide + .slick-slide {
  opacity: 1;
}
.main .slick-list .slick-current + .slick-slide + .slick-slide + .slick-slide {
  opacity: 1;
}
.main
  .reserve
  .slick-list
  .slick-current
  + .slick-slide
  + .slick-slide
  + .slick-slide
  + .slick-slide {
  opacity: 1;
}
.main .slick-prev {
  position: absolute;
  top: 170px;
  left: -95px;
  z-index: 10;
  width: 72px;
  height: 72px;
  font-size: 0;
  border: 0;
  background: url("/include/apply/img2/btn_prev.png") no-repeat 0 0;
  cursor: pointer;
}
.main .slick-next {
  position: absolute;
  top: 170px;
  right: -95px;
  z-index: 10;
  width: 72px;
  height: 72px;
  font-size: 0;
  border: 0;
  background: url("/include/apply/img2/btn_next.png") no-repeat 0 0;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  .main .slick-next {
    right: -35%;
    width: 58px;
    height: 58px;
    background: url("/include/apply/img2/btn_next_m.png") no-repeat 0 0;
    background-size: cover;
  }
  .main .reserve .slick-next {
    right: calc(-5% - 58px);
  }
}

#sub_title {
  height: 387px;
  padding: 0 3%;
  background: url("/include/apply/img2/sub_title_bg.png") no-repeat center
    center;
  background-size: cover;
}
#sub_title.event_bg {
  background: url("/include/apply/img2/sub_title_event.png") no-repeat center
    center;
  background-size: cover;
}
#sub_title.reserve_bg {
  background: url("/include/apply/img2/sub_title_reserve.png") no-repeat center
    center;
  background-size: cover;
}
#sub_title.rent_bg {
  background: url("/include/apply/img2/sub_title_rent.png") no-repeat center
    center;
  background-size: cover;
}
#sub_title.mypage_bg {
  background: url("/include/apply/img2/sub_title_mypage.png") no-repeat center
    center;
  background-size: cover;
}
.sub_title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.sub_title .text {
  position: relative;
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  font-family: "S-Core Dream 6";
}

#navi {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.navi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  height: 40px;
  margin: 0 auto;
}
.navi .navibtn {
  display: flex;
}
.navi .home {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 40px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  cursor: pointer;
}
.navi .title {
  position: relative;
  display: flex;
  align-items: center;
  width: auto;
  height: 40px;
  padding: 0 20px;
  border-right: 1px solid #ccc;
  cursor: pointer;
  box-sizing: border-box;
  background: url("/include/apply/img2/navi_bg.png") calc(100% - 12px) center
    no-repeat;
}
.navi .title .link {
  display: none;
  position: absolute;
  top: 40px;
  left: -1px;
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
}
.navi .title .link a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  box-sizing: border-box;
}
.navi .title .link a + a {
  border-top: 1px solid #ccc;
}
.navi .title .link.on {
  display: block;
}
.navi .snsbtn {
  display: flex;
  align-items: center;
  height: 40px;
}
.navi .snsbtn .snsBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 40px;
  border-left: 1px solid #ccc;
  cursor: pointer;
}
.navi .snsbtn .onPrint {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 40px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  cursor: pointer;
}

.navi .title2 {
  position: relative;
  display: flex;
  align-items: center;
  width: 140px;
  height: 40px;
  padding: 0 20px;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
}

@media only screen and (max-width: 1000px) {
  #sub_title {
    height: 250px !important;
  }
}
@media only screen and (max-width: 600px) {
  #sub_title {
    height: 120px !important;
  }
  .sub_title .text {
    font-size: 30px;
  }
  .navi .title2 {
    display: none;
  }
}

.snsGroup {
  position: relative;
}
.snsList {
  position: absolute;
  top: 0;
  right: -92px;
  display: flex;
  justify-content: flex-end;
  opacity: 0;
  width: 330px;
  transition: 0.5s;
  z-index: -1;
}
.snsList.on {
  right: 46px;
  z-index: 1;
  opacity: 1;
}
.snsList a {
  display: none;
}
.snsList.on a {
  display: block;
}
.snsList a {
  width: 41px;
  height: 40px;
  font-size: 0;
  line-height: 0;
  margin-right: 6px;
  background: url(/include/cmm_new/image/common/ico_sp.png?v=20220801) 0 -30px
    no-repeat;
}
.snsList a.snsTwitter {
  background: url(/include/apply/img2/btn_sns4.png) center center no-repeat;
  background-size: 27px 27px;
}
.snsList a.snsFacebook {
  background: url(/include/apply/img2/btn_sns3.png) center center no-repeat;
}
.snsList a.snsTalk {
  background: url(/include/apply/img2/btn_sns1.png) center center no-repeat;
}
.snsList a.snsBand {
  background: url(/include/apply/img2/btn_sns0.png) center center no-repeat;
}
.snsList a.snsQr {
  background: url(/include/apply/img2/btn_sns6.png) center center no-repeat;
}

@media only screen and (max-width: 600px) {
  .snsList {
    top: 40px;
  }
  .snsList.on {
    right: 0;
  }
}

.blind {
  overflow: hidden;
  position: absolute;
  top: -9999em;
  left: -9999em;
  width: 1px;
  height: 1px;
  line-height: 1px;
  text-indent: -9999em;
}

/* 레이어 팝업 */
.chart-pop.chart01 {
  display: none;
  position: fixed;
  top: 269px;
  right: 5%;
  width: 300px;
  padding: 5px;
  background-color: #4663be;
  z-index: 9999;
}
.chart-pop.chart01 .layer-content {
  overflow: hidden;
  position: relative;
  padding: 20px 10px;
  background-color: #fff;
  letter-spacing: 0;
}
.chart-pop.chart01 .layer-content p {
  text-align: center;
  letter-spacing: -0.25px;
}
.chart-pop.chart01 .layer-content p + p {
  text-align: left;
  font-size: 14px;
  border-bottom: solid 1px #ddd;
  padding-bottom: 10px;
  margin-bottom: 8px;
}
.chart-pop.chart01 .layer-content .dot {
  padding-left: 10px;
  background-position-y: 8px;
}
.chart-pop.chart01 .layer-content .btnArea {
  margin-bottom: 0;
}
.chart-pop.chart01 .layer-content .btnArea #shortUrl {
  font-size: 14px;
  margin-right: 10px;
}
.chart-pop.chart01 .layer-content .btnArea .btn {
  padding: 0;
  background: none;
}
.chart-pop.chart01 .layer-content .btnArea .btn a {
  font-size: 14px;
  padding: 2px 10px;
  color: #fff;
  background-color: #3f5f9c;
}
.chart-pop.chart01 .layer-content .tooltip-close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  vertical-align: middle;
  background-color: #fff;
}
.chart-pop.chart01 .layer-content .tooltip-close span {
  display: block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  text-indent: 9999em;
  background: url(/include/cmm_new/image/common/ico_sp.png?v=20220801) -230px 0
    no-repeat;
}

#sub {
  min-height: 500px;
  padding: 0 3%;
  overflow: hidden;
}
.sub {
  max-width: 1400px;
  margin: 60px auto 100px;
}

.search_box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 20px 30px;
  border: 1px solid #999;
  background: #fff;
  border-radius: 25px;
  box-sizing: border-box;
}
.search_box .t17 {
  font-size: 18px;
  font-weight: bold;
}
.search_box .t24 {
  font-weight: bold;
}
.search_box .search {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 15px;
}
.search_box input[type="text"] {
  width: 1000px;
  height: 44px;
  padding-left: 25px;
  font-size: 14px;
  color: #000;
  border: 1px solid #999;
  border-radius: 25px;
  box-sizing: border-box;
  margin-right: 20px;
}
.search_box .btn {
  width: 300px;
  height: 44px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-radius: 25px;
  background: #5f66fe;
  cursor: pointer;
}
.search_box .btn img {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .search_box input[type="text"] {
    width: 70%;
  }
  .search_box .btn {
    width: 30%;
  }
}

.search_box_event {
  display: flex;
  border: 1px solid #b5b5b6;
  border-radius: 20px;
  overflow: hidden;
}
.search_box_event .box1 {
  width: 50%;
  padding: 30px 30px 25px 30px;
  background: #fff;
  box-sizing: border-box;
}
.search_box_event .box2 {
  width: 50%;
  padding: 30px 30px 30px;
  background: #efefef;
  box-sizing: border-box;
}
.search_box_event .box2 b {
  font-size: 14px;
}
.search_box_event label {
  cursor: pointer;
}
.search_box_event label input[type="checkbox"] {
  display: none;
}
.search_box_event label input[type="checkbox"] + span {
  display: inline-block;
  width: 88px;
  height: 30px;
  line-height: 30px;
  margin: 1px 10px 15px 1px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #999;
  border-radius: 20px;
}
.search_box_event label input[type="checkbox"]:checked + span {
  margin: 0px 7px 8px 0px;
  border: 2px solid #ff4646;
}
.search_box_event .bg2 label input[type="checkbox"]:checked + span {
  border: 2px solid #ff4646;
}
.search_box_event input[type="text"] {
  height: 36px;
  padding: 0 15px;
  border: 1px solid #999;
  border-radius: 25px;
  box-sizing: border-box;
}
.search_box_event .date {
  background: #fff url("/include/apply/img2/icon_date.png") no-repeat
    calc(100% - 20px) center;
}
.search_box_event .date + img {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .search_box_event {
    display: block;
  }
  .search_box_event .box1 {
    width: 100%;
    padding: 20px 20px 25px 20px;
  }
  .search_box_event .box2 {
    width: 100%;
    padding: 20px 20px 25px 20px;
  }
}
@media only screen and (max-width: 700px) {
  .search_box_event .box2 > .df:nth-child(1) {
    display: block;
  }
  .search_box_event .box2 > .df:nth-child(2) {
    display: block;
  }
  .search_box_event .box2 > .df div {
    width: 100% !important;
  }
  .search_box input[type="text"]::placeholder {
    color: #fff;
  }
}
@media only screen and (max-width: 600px) {
  .search_box_event .box1 {
    padding: 20px 10px 25px 20px;
  }
  .search_box_event .box1 label {
    display: inline-block;
    width: 32%;
  }
  .search_box_event .box1 label input[type="checkbox"] + span {
    width: calc(100% - 10px);
  }
}

button.btn {
  padding: 5px 10px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border: none;
  background: #ff4141;
  vertical-align: middle;
  box-sizing: border-box;
}
a.btn {
  display: inline-block;
  min-width: 120px;
  line-height: 34px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #ff4141;
  vertical-align: middle;
  box-sizing: border-box;
  border-radius: 5px;
}
a.btn2 {
  display: inline-block;
  min-width: 180px;
  line-height: 54px;
  padding: 0 10px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background: #ff4141;
  vertical-align: middle;
  box-sizing: border-box;
}
input.btn2 {
  min-width: 180px;
  height: 54px;
  padding: 0 10px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border: none;
  background: #ff4141;
  vertical-align: middle;
  box-sizing: border-box;
  cursor: pointer;
}
.btn3 {
  width: 240px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background: #ff4141;
  border-radius: 7px;
  box-sizing: border-box;
  cursor: pointer;
}

span.btn {
  display: inline-block;
  min-width: 120px;
  line-height: 2;
  padding: 0 10px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #ff4141;
  vertical-align: middle;
  box-sizing: border-box;
  border-radius: 5px;
}
span.purple,
input.purple,
button.purple,
.btn3.purple {
  background: #7057a3;
}

.btn_view {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_view a + a {
  margin-left: 20px;
}
.btn_view a + input {
  margin-left: 20px;
}
.btn_view input + a {
  margin-left: 20px;
}
.btn_view input + input {
  margin-left: 20px;
}

@media only screen and (max-width: 800px) {
  input.btn2 {
    width: 50%;
    min-width: auto;
  }
  a.btn2 {
    width: 50%;
    min-width: auto;
  }
}
@media only screen and (max-width: 400px) {
  .btn_view input.btn2 {
    letter-spacing: -0.05em;
    font-size: 16px;
  }
  .btn_view a.btn2 {
    letter-spacing: -0.05em;
    font-size: 16px;
  }
  .btn_view a + a {
    margin-left: 10px;
  }
  .btn_view a + input {
    margin-left: 10px;
  }
  .btn_view input + a {
    margin-left: 10px;
  }
  .btn_view input + input {
    margin-left: 10px;
  }
}

a.white,
input.white,
button.white,
.btn3.white {
  color: #222;
  border: 1px solid #999;
  background: #fff;
}
a.purple,
input.purple,
button.purple,
.btn3.purple {
  background: #7057a3;
}
a.orange,
input.orange,
button.orange,
.btn3.orange {
  background: #ff4141;
}
a.gray,
input.gray,
button.gray,
.btn3.gray {
  background: #878787;
}
a.blue,
input.blue,
button.blue,
.btn3.blue {
  background: #4d88ff;
}
a.blue,
input.blue,
button.blue,
.btn3.darkblue {
  background: #263e74;
}

.tab {
  display: flex;
  height: 50px;
  margin-top: 50px;
  border-bottom: 1px solid #ef5e6d;
}
.tab a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  height: 50px;
  font-size: 18px;
  background: #fed6da;
  box-sizing: border-box;
}
.tab a:nth-child(1n + 2) {
  margin-left: 1px;
}
.tab a.on {
  color: #fff;
  background: #ef5e6d;
}
.tab.event {
  border-bottom: 1px solid #4d88ff;
}
.tab.event a {
  background: #ccddff;
}
.tab.event a.on {
  background: #4d88ff;
}

.online_list {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -20px 0;
}
.online_list .item {
  position: relative;
  display: inline-block;
  width: calc(25% - 40px);
  margin: 0 20px 50px;
  padding: 35px 20px;
  box-sizing: border-box;
}
.online_list .item {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  border-top-left-radius: 40px;
}
.online_list .item .text {
  display: block;
}
.online_list .item .state {
  display: inline-block;
  font-size: 18px;
  font-weight: 800;
  color: #ff4545;
  border-bottom: 3px solid #ff4545;
  margin-right: 20px;
}
.online_list .item .link {
  display: inline-block;
  width: 18px;
  height: 16px;
  background: url("/include/apply/img2/icon_link.png") no-repeat 0 0;
}
.online_list .item.bg2 .state {
  color: #258cff;
  border-bottom: 3px solid #258cff;
}
.online_list .item.bg3 .state {
  color: #777;
  border-bottom: 3px solid #777;
}
.online_list .item .appHowtoCd {
  display: inline-block;
  font-size: 18px;
  font-weight: 800;
  color: #666;
  border-bottom: 3px solid #666;
  letter-spacing: -0.05em;
}
.online_list .item .appName {
  display: block;
  height: 52px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 800;
  line-height: 25px;
  color: #424242;
  overflow: hidden;
}
.online_list .item .appDt {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #424242;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.online_list .item:hover {
  background: #848484;
}
.online_list .item:hover .state {
  color: #fff;
  border-bottom: 3px solid #fff;
}
.online_list .item:hover .appHowtoCd {
  color: #fff;
  border-bottom: 3px solid #fff;
}
.online_list .item:hover .appName {
  color: #fff;
}
.online_list .item:hover .appDt {
  color: #fff;
}
.online_list .item:hover .link {
  background: url("/include/apply/img2/icon_link_on.png") no-repeat 0 0;
}

@media only screen and (max-width: 1000px) {
  .online_list {
    margin: 30px -10px 0;
  }
  .online_list .item {
    display: inline-block;
    width: calc(50% - 20px);
    margin: 0 10px 40px;
  }
}

@media only screen and (max-width: 600px) {
  .online_list .item {
    width: calc(100% - 16px);
    margin: 0 8px 30px;
  }
}

.list_type {
  text-align: right;
  overflow: hidden;
  padding: 20px 0;
}
.list_type a {
  display: inline-block;
  width: 130px;
  padding: 5px 5px 5px 40px;
  border: 1px solid #e4e4e4;
  border-radius: 25px;
  box-sizing: border-box;
}
.list_type a {
  font-size: 14px;
  color: #555;
  text-align: center;
}
.list_type a.on {
  font-weight: bold;
  color: #222;
  border: 1px solid #999;
}
.list_type a:nth-of-type(1) {
  background: url(/include/apply/img2/icon_event_card.png) no-repeat 15px center;
}
.list_type a:nth-of-type(2) {
  background: url(/include/apply/img2/icon_event_list.png) no-repeat 15px center;
}
.list_type a.on:nth-of-type(1) {
  background: url(/include/apply/img2/icon_event_card_on.png) no-repeat 15px
    center;
}
.list_type a.on:nth-of-type(2) {
  background: url(/include/apply/img2/icon_event_list_on.png) no-repeat 15px
    center;
}

.event_img_list {
  display: none;
  flex-wrap: wrap;
  margin: 30px -20px 0;
}
.event_img_list.on {
  display: block;
}
.event_img_list .item {
  position: relative;
  display: inline-block;
  width: calc(25% - 40px);
  margin: 0 20px 50px;
  box-sizing: border-box;
}
.event_img_list .item .img {
  position: relative;
  display: block;
  overflow: hidden;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
}
.event_img_list .item .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.event_img_list .item .img .line1 {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 3px;
  background: #ff4343;
  z-index: 2;
}
.event_img_list .item .img .line2 {
  position: absolute;
  top: -100%;
  right: 0;
  width: 3px;
  height: 100%;
  background: #ff4343;
  z-index: 2;
}
.event_img_list .item .img .line3 {
  position: absolute;
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 3px;
  background: #ff4343;
  z-index: 2;
}
.event_img_list .item .img .line4 {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 3px;
  height: 100%;
  background: #ff4343;
  z-index: 2;
}
.event_img_list .item .img .name {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 130px;
  padding: 0 15px;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
}
.event_img_list .item .img .name {
  font-size: 24px;
  color: #fff;
  font-weight: 800;
  text-align: center;
  line-height: 27px;
  box-sizing: border-box;
}
.event_img_list .item .img .name span {
  display: block;
  height: 54px;
  overflow: hidden;
}
.event_img_list .item .text {
  display: block;
  margin-top: 20px;
  padding: 0 9px;
}
.event_img_list .item .state {
  display: inline-block;
  font-size: 18px;
  font-weight: 800;
  color: #0085d1;
  border-bottom: 3px solid #0085d1;
  margin-right: 20px;
}
.event_img_list .item .category {
  display: inline-block;
  font-size: 18px;
  font-weight: 800;
  color: #2d46ff;
  border-bottom: 3px solid #2d46ff;
  letter-spacing: -0.05em;
}
.event_img_list .item .name {
  display: block;
  height: 50px;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 800;
  line-height: 25px;
  color: #424242;
  overflow: hidden;
  box-sizing: border-box;
}
.event_img_list .item .name img {
  display: none;
}
.event_img_list .item .date {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #424242;
}
.event_img_list .item:hover .line1 {
  left: 0;
  transition: 0.1s;
}
.event_img_list .item:hover .line2 {
  top: 0;
  transition: 0.1s;
  transition-delay: 0.1s;
}
.event_img_list .item:hover .line3 {
  right: 0;
  transition: 0.1s;
  transition-delay: 0.2s;
}
.event_img_list .item:hover .line4 {
  bottom: 0;
  transition: 0.1s;
  transition-delay: 0.3s;
}

/* 
.event_img_list .item.bg1 .state {color:#fff; border:1px solid #98207e; background:#98207e;}
.event_img_list .item.bg2 .state {color:#fff; border:1px solid #0066b3; background:#0066b3;}
.event_img_list .item.bg3 .state {color:#fff; border:1px solid #b5b5b5; background:#b5b5b5;}
 */

@media only screen and (max-width: 1000px) {
  .event_img_list {
    margin: 30px -10px 0;
  }
  .event_img_list .item {
    display: inline-block;
    width: calc(50% - 20px);
    margin: 0 10px 40px;
  }
}
@media only screen and (max-width: 600px) {
  .event_img_list .item {
    width: calc(100% - 16px);
    margin: 0 8px 30px;
  }
}

.event_list {
  display: none;
  overflow: auto;
}
.event_list table {
  min-width: 500px;
}
.event_list.on {
  display: block;
}
.event_list .state.bg1 {
  color: #98207e;
}
.event_list .state.bg2 {
  color: #395897;
}
.event_list .state.bg3 {
  color: #b5b5b5;
}
.event_list .name:hover {
  text-decoration: underline;
}

span.divcd {
  display: inline-block;
  min-width: 30px;
  padding: 0 5px;
  font-size: 15px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  vertical-align: middle;
}
span.divcd.c1 {
  border: 1px solid #269eb8;
  color: #269eb8;
} /* 전시 */
span.divcd.c2 {
  border: 1px solid #3f5f9c;
  color: #3f5f9c;
} /* 강좌 */
span.divcd.c3 {
  border: 1px solid #7c9927;
  color: #7c9927;
} /* 축제 */
span.divcd.c4 {
  border: 1px solid #ff5300;
  color: #ff5300;
} /* 대회 */
span.divcd.c5 {
  border: 1px solid #9363c0;
  color: #9363c0;
} /* 공연 */
span.divcd.c6 {
  border: 1px solid #666666;
  color: #666666;
} /* 기타 */
span.divcd.c7 {
  border: 1px solid #995955;
  color: #995955;
} /* 체험 */
span.divcd.c8 {
  border: 1px solid #c13c58;
  color: #c13c58;
} /* 공모 */

.reserve_list {
  display: flex;
  flex-wrap: wrap;
  margin: 50px -15px 0;
}
.reserve_list .item {
  position: relative;
  display: inline-block;
  width: calc(33.3% - 30px);
  margin: 0 15px 50px;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.reserve_list .item .img {
  position: relative;
  display: block;
  border-bottom: 1px solid #ccc;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
}
.reserve_list .item .img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.reserve_list .item .appName {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  color: #222;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.reserve_list .item .appHashtag {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  font-size: 14px;
  color: #444;
}
.reserve_list .item .appHashtag span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  margin-right: 5px;
  box-sizing: border-box;
}
.reserve_list .item .appStrDt {
  display: block;
  word-break: keep-all;
}
.reserve_list .item .appStrDt span {
  display: inline-block;
}
.reserve_list .item .date {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 14px;
  color: #222;
  line-height: 16px;
}
.reserve_list .item .date .link {
  white-space: nowrap;
}

@media only screen and (max-width: 1000px) {
  .reserve_list {
    margin: 30px -8px 0;
  }
  .reserve_list .item {
    display: inline-block;
    width: calc(50% - 16px);
    margin: 0 8px 40px;
  }
}
@media only screen and (max-width: 600px) {
  .reserve_list .item {
    width: calc(100% - 16px);
    margin: 0 8px 30px;
  }
}

.view_img {
  display: flex;
}
.view_img .img {
  margin: 0 30px 0 0;
}
.view_img .img .item {
  position: relative;
}
.view_img .img .item > img {
  width: 320px;
}
.view_img .img .item .more {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.5s;
  cursor: pointer;
}
.view_img .img .item .more .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 1px solid white;
}
.view_img .img .item .more .icon img {
  transition: 0.5s;
}
.view_img .img .item .more .icon:hover img {
  transform: rotate(360deg);
}
.view_img .img .item:hover .more {
  opacity: 1;
}
.view_img .img .item .more:focus {
  opacity: 1;
}

@media only screen and (max-width: 800px) {
  .view_img {
    flex-direction: column-reverse;
  }
  .view_img .img {
    margin: 10px 0 30px;
  }
  .view_img .img img {
    width: 100%;
  }
  .view_img .img .item > img {
    width: 100%;
  }
}

.popup_box {
  display: none;
}
.popup_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.popup_box .popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  max-width: 600px;
  padding: 30px;
  background: #fff;
  box-sizing: border-box;
}
.popup_box .popup .btn01 {
  text-align: center;
}
.popup_box .popup .btn01 input {
  display: inline-block;
  width: 150px;
  height: 40px;
  text-align: center;
  border: 1px solid #ddd;
  background: none;
  cursor: pointer;
}
.popup_box .popup .btn01 a {
  display: inline-block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ddd;
}

.imgPopup {
  display: none;
}
.imgPopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.imgPopup .popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  max-width: 500px;
  max-height: 90%;
  overflow: auto;
  box-sizing: border-box;
}
.imgPopup .popup .box {
  padding: 3px;
  background: #fff;
}
.imgPopup .popup .box img {
  width: 100%;
}
.imgPopup .popup .btn {
  margin-top: 5px;
  width: 70px;
  height: 30px;
  text-align: center;
  cursor: pointer;
}

.mypage {
  overflow: hidden;
}
.mypage .item ~ .item {
  margin-top: 30px;
}
.mypage .item {
  display: block;
}
.mypage .item .no {
  display: inline-block;
  margin-right: 30px;
}
.mypage .table {
  width: 100%;
  border-top: 1px solid #005bac;
  border-bottom: 1px solid #005bac;
}
.mypage .table {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
}
.mypage .table .tr {
  display: flex;
  flex-direction: column;
}
.mypage .table .th {
  padding: 10px 10px 10px 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  color: #222;
  text-align: center;
  border-bottom: 1px solid #999;
  background: #f6f6f6;
}
.mypage .table .td {
  padding: 10px 10px 10px 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  color: #222;
  text-align: center;
  letter-spacing: -0.05em;
}
.mypage .table .td .now {
  margin-right: 50px;
}
.mypage .table .td span {
  display: inline-block;
}
.mypage .table .td .df {
  display: flex;
}

.mypage .table .tr:nth-child(1) {
  width: 150px;
}
.mypage .table .tr:nth-child(2) {
  width: 630px;
}
.mypage .table .tr:nth-child(3) {
  width: 300px;
}
.mypage .table .tr:nth-child(4) {
  width: 170px;
}
.mypage .table .tr:nth-child(5) {
  width: 170px;
}

@media only screen and (max-width: 1000px) {
  .mypage .item {
    padding: 20px 20px 30px;
    background: #f6f6f6;
    border-top: 1px solid #005bac;
    border-bottom: 1px solid #005bac;
  }
  .mypage .item .no {
    display: block;
    font-size: 17px;
    margin-bottom: 5px;
  }
  .mypage .table {
    flex-direction: column;
    border: none;
  }
  .mypage .table .tr {
    width: auto !important;
    flex-direction: row;
  }
  .mypage .table .th {
    position: relative;
    padding: 10px 10px 10px 0px;
    border: none;
  }
  .mypage .table .th:after {
    position: absolute;
    top: 20px;
    left: 0;
    content: none;
    width: 6px;
    height: 5px;
    border-radius: 2px;
    background: #b4c2d7;
  }
  .mypage .table .td {
    padding: 10px 5px 10px 5px;
    font-size: 14px;
    color: #000;
    text-align: left;
  }
  .mypage .table .td .df {
    display: block;
  }
}

.table01 {
  width: 100%;
  border-top: 1px solid #005bac;
  border-bottom: 1px solid #005bac;
  border-collapse: collapse;
}
.table01 th {
  padding: 10px 5px 10px 35px;
  height: 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  color: #222;
  text-align: left;
  border-bottom: 1px solid #999;
  background: #f6f6f6;
}
.table01 td {
  padding: 10px 10px 10px 30px;
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  color: #222;
  border-bottom: 1px solid #999;
  letter-spacing: -0.05em;
}
.table01 tr:last-child th {
  border-bottom: 1px solid #005bac;
}
.table01 tr:last-child td {
  border-bottom: 1px solid #005bac;
}

@media only screen and (max-width: 1000px) {
  .table01.view col {
    width: auto !important;
  }
  .table01.view tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  /*
	.table01.view th {display:block; width:30%; height:auto; border-bottom:none; box-sizing:border-box;}
	.table01.view td {display:block; width:70%; height:auto; background:#f6f6f6; border-bottom:none; box-sizing:border-box;}
	*/
  .table01.view th {
    display: block;
    width: 30%;
    height: auto;
    box-sizing: border-box;
  }
  .table01.view td {
    display: block;
    width: 70%;
    height: auto;
    box-sizing: border-box;
  }

  .table01.submit col {
    width: 100% !important;
  }
  .table01.submit tr {
    display: block;
  }
  .table01.submit th {
    display: block;
    height: auto;
  }
  .table01.submit td {
    display: block;
    height: auto;
  }
}
@media only screen and (max-width: 600px) {
  .table01.view th {
    padding: 5px 5px 5px 15px;
  }
  .table01.view td {
    padding: 5px 10px 5px 10px;
  }

  .table01.submit th {
    padding: 5px 5px 5px 15px;
  }
  .table01.submit td {
    padding: 5px 5px 5px 5px;
  }
}

input {
  font-size: 16px;
  color: #313131;
  font-family: "NanumSquareNeo";
}
input::placeholder {
  font-size: 16px;
  color: #313131;
}
select {
  font-size: 16px;
  color: #313131;
  font-family: "NanumSquareNeo";
}
textarea {
  font-size: 16px;
  color: #313131;
  font-family: "NanumSquareNeo";
}
.ui-datepicker-trigger {
  width: 20px;
  cursor: pointer;
}

.table01 input[type="text"] {
  height: 30px;
  padding-left: 10px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.table01 select {
  height: 30px;
  border: 1px solid #ddd;
  padding-left: 5px;
}
.table01 textarea {
  width: 100%;
  height: 200px;
  padding: 20px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.table02 {
  width: 100%;
  border-top: 1px solid #e1e1e1;
  border-collapse: collapse;
}
.table02 th {
  padding: 10px 5px 10px 5px;
  height: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #313131;
  border-bottom: 1px solid #e1e1e1;
  background: #f6f6f6;
}
.table02 td {
  padding: 10px 10px 10px 10px;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #313131;
  border-bottom: 1px solid #e1e1e1;
}
.table02 td span {
  display: inline-block;
}
.event_list .scrollerDesc {
  display: none;
}

.table01 td.box {
  padding: 20px 30px;
  border: 1px solid #ccc;
}
.text_box {
  padding: 20px;
  border: 1px solid #ccc;
}
.text_box .tag {
  padding: 20px 35px 10px;
  border-bottom: 1px solid #ccc;
  word-break: break-all;
}
.text_box .tag span {
  display: inline-block;
  min-width: 100px;
  padding: 0 20px;
  margin: 0 5px 10px;
  line-height: 38px;
  font-size: 14px;
  font-weight: bold;
  color: #0f47ff;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 20px;
  box-sizing: border-box;
}
.text_box .text {
  padding: 30px 40px;
  word-break: break-all;
}
.text_box p {
  white-space: normal;
}
.text_box pre {
  white-space: normal;
  word-break: break-all;
}
.text_box code {
  white-space: normal;
  word-break: break-all;
}

.copyright {
  padding: 30px 40px;
  border: 1px solid #ccc;
}
.copyright span {
  display: block;
}

@media only screen and (max-width: 800px) {
  .text_box .text {
    padding: 20px 20px;
  }
  .text_box .tag {
    padding: 20px 15px 10px;
  }
  .copyright {
    padding: 20px 20px;
  }
  .copyright .df {
    display: block;
  }
  .copyright .df > span {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 690px) {
  .event_list .scrollerDesc {
    position: absolute;
    right: 0;
    display: block;
    width: 85px;
    height: 64px;
    background: url(/include/cmm_new/image/content/arrow_scroll.png) no-repeat 0
      50%;
    z-index: 1;
    font-size: 0;
    margin-top: 55px;
  }
  .event_list.scroll-end .scrollerDesc {
    display: none;
  }
}

.paging {
  display: flex;
  align-items: center;
  justify-content: center;
}
.paging a,
.paging span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 38px;
  line-height: 37px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin: 0 10px 10px;
  box-sizing: border-box;
}
.paging span {
  font-weight: bold;
  color: #2d46ff;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.paging li.active a,
.paging li.active a.on {
  font-weight: bold;
  color: #2d46ff;
  text-decoration: underline;
  text-underline-offset: 5px;
  border-bottom: 2px solid #2d46ff;
}
.paging .first {
  font-size: 0;
  border: none;
  background: url("/include/apply/img2/paging_first.png") no-repeat center 12px;
}
.paging .last {
  font-size: 0;
  border: none;
  background: url("/include/apply/img2/paging_last.png") no-repeat center 12px;
}
.paging .next {
  font-size: 0;
  border: none;
  background: url("/include/apply/img2/paging_next.png") no-repeat center 11px;
}
.paging .prev {
  font-size: 0;
  border: none;
  background: url("/include/apply/img2/paging_prev.png") no-repeat center 11px;
}
.paging li.first a {
  font-size: 0;
  border: none;
  background: url("/include/apply/img2/paging_first.png") no-repeat center 12px !important;
}
.paging li.last a {
  font-size: 0;
  border: none;
  background: url("/include/apply/img2/paging_last.png") no-repeat center 12px !important;
}

.paging2 {
  display: none;
  align-items: center;
  justify-content: center;
}
.paging2 a,
.paging2 span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 38px;
  line-height: 37px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin: 0 10px 10px;
  box-sizing: border-box;
}
.paging2 span {
  font-weight: bold;
  color: #2d46ff;
  text-decoration: underline;
  text-underline-offset: 5px;
  margin: 0 5px;
}
.paging2 li.active a,
.paging2 li.active a.on {
  font-weight: bold;
  color: #2d46ff;
  text-decoration: underline;
  text-underline-offset: 5px;
  border-bottom: 2px solid #2d46ff;
  margin: 0 5px;
}
.paging2 .first {
  font-size: 0;
  border: none;
  background: url("/include/apply/img2/paging_first.png") no-repeat center 12px;
}
.paging2 .last {
  font-size: 0;
  border: none;
  background: url("/include/apply/img2/paging_last.png") no-repeat center 12px;
}
.paging2 .next {
  font-size: 0;
  border: none;
  background: url("/include/apply/img2/paging_next.png") no-repeat center 11px;
}
.paging2 .prev {
  font-size: 0;
  border: none;
  background: url("/include/apply/img2/paging_prev.png") no-repeat center 11px;
}
.paging2 li.first a {
  font-size: 0;
  border: none;
  background: url("/include/apply/img2/paging_first.png") no-repeat center 12px !important;
}
.paging2 li.last a {
  font-size: 0;
  border: none;
  background: url("/include/apply/img2/paging_last.png") no-repeat center 12px !important;
}

@media only screen and (max-width: 800px) {
  /*.paging a, .paging span {width:auto; margin:0 5px; font-size:15px;}*/
  .paging {
    display: none;
  }
  .paging2 {
    display: flex;
  }
  .paging2 a,
  .paging2 span {
    margin: 0 3px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 400px) {
  .paging2 a,
  .paging2 span {
    margin: 0 3px;
  }
}

.searchOrderBy {
  display: inline-block;
}
.searchOrderBy label {
  display: inline-block;
  cursor: pointer;
}
.searchOrderBy label input {
  display: none;
}
.searchOrderBy label input:checked + span {
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 5px;
}

@media only screen and (max-width: 1000px) {
  #sub_title {
    margin-top: 131px;
  }
  .sub_title .btn {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 360px) {
}

.df {
  display: flex;
}
.df.fw {
  flex-wrap: wrap;
}
.df.ac {
  align-items: center;
}
.df.jb {
  justify-content: space-between;
}
.df.jc {
  justify-content: center;
}

.os {
  overflow-y: scroll;
  overflow-x: hidden;
}
.oh {
  overflow: hidden;
}

.fl {
  float: left;
}
.fr {
  float: right;
}

.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
}
.tac {
  text-align: center;
}

.tt {
  font-weight: 100;
}
.tl {
  font-weight: 100;
}
.tr {
  font-weight: 400;
}
.tm {
  font-weight: 500;
}
.tb {
  font-weight: 700;
}
.tbb {
  font-weight: 900;
}

.mt0 {
  margin-top: 0px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}

.mr0 {
  margin-right: 0px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}

.mb0 {
  margin-bottom: 0px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb100 {
  margin-bottom: 100px;
}

.ml0 {
  margin-left: 0px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}

input.datePicker {
  margin-right: 5px;
}

/* 20240306 */
#head .head .gnb .a1 > img {
  width: 15px;
}
#head_m {
  z-index: 9999;
}

.main .event .item .state.end {
  color: #666;
  border-bottom: 3px solid #666;
}
.main .slick-next {
  background: url(/include/apply/img/ico_main_btn.png) 55% center no-repeat;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 50%;
}
.main .slick-prev {
  background: url(/include/apply/img/ico_main_btn.png) 55% center no-repeat;
  background-color: rgba(0, 0, 0, 0.45);
  transform: rotate(180deg);
  border-radius: 50%;
}
.main .slick-next,
.main .slick-prev {
  top: 50%;
  transform: translateY(-50%);
}

.sub .view_img table .flx_wrap {
  display: flex;
  flex-flow: wrap;
  gap: 10px;
}
.sub .view_img table .flx_wrap a {
  margin-right: 0;
}

@media (max-width: 1000px) {
  .sub .view_img table .flx_wrap {
    gap: 3px;
  }
  .table01 tr:last-child th:first-of-type {
    border-bottom: 1px solid #999;
  }
  .table01 tr:last-child td:first-of-type {
    border-bottom: 1px solid #999;
  }
}

.sub table.submit .flx_wrap {
  display: flex;
  flex-flow: wrap;
  gap: 10px;
  align-items: center;
  flex-direction: row;
}
.sub table.submit .flx_wrap.sbm_srh {
  align-items: stretch;
}
.sub table.submit .flx_wrap.sbm_srh .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub table.submit .file {
  width: 50%;
}

.table01 tr:last-child th {
  border: 0;
}
.table01 tr:last-child td {
  border: 0;
}
.table01 td {
  padding: 15px;
}
.table01 input[type="text"] {
  height: 32px;
}
.table01 select {
  height: 32px;
}
.sub table.view th {
  position: relative;
}
.sub table.view th::before {
  position: absolute;
  content: "";
  display: none;
  width: 5px;
  aspect-ratio: 1;
  background-color: #b4c2d7;
  left: 20px;
  top: 28px;
  border-radius: 50%;
}
.sub .view_img table th {
  position: relative;
}
.sub .view_img table th::before {
  position: absolute;
  content: "";
  display: none;
  width: 5px;
  aspect-ratio: 1;
  background-color: #b4c2d7;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.sub table.submit th {
  position: relative;
}
.sub table.submit th::before {
  position: absolute;
  content: "";
  display: none;
  width: 5px;
  aspect-ratio: 1;
  background-color: #b4c2d7;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.sub table.submit .flx_wrap.flx_hf {
  flex-flow: nowrap;
}
.sub .t20.bg {
  background-image: none;
  position: relative;
}
.sub .t20.bg:before {
  width: 7px;
  height: 20px;
  content: "";
  position: absolute;
  display: block;
  background: #db3f3f;
  left: 8px;
  top: 5px;
}

.navi .title {
  z-index: 100;
}
.navi .title2 {
  z-index: 100;
}

@media (max-width: 1000px) {
  #head_m .headtop {
    height: 40px;
  }
  #head_m .head {
    height: 64px;
  }
  #head_m .headtop .home img {
    width: 90px !important;
  }
  #head_m .head .btn input {
    width: 25px !important;
  }

  .splash {
    margin-top: 104px;
  }
  #sub_title {
    margin-top: 104px;
  }

  .sub_title .text {
    font-size: 40px;
  }
  .sub .view_img table th::before {
    top: 27px;
  }

  .table01.view th {
    padding: 15px;
    padding-left: 35px;
  }
  .sub .view_img table th::before {
    top: 31px;
  }

  .search_box_event label input[type="checkbox"] + span {
    margin-bottom: 8px;
  }

  .search_box .t24 {
    font-size: 20px;
  }
}

@media screen and (max-width: 800px) {
  #tail .tail {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  #tail .tail .text .btn {
    top: 30px;
  }
  #tail .tail .text .btn .list {
    bottom: 100%;
    padding: 10px 15px;
  }
  #tail .tail .text .btn .list a {
    line-height: 2;
    font-size: 15px;
  }
  #tail .tail .text .btn button {
    height: 50px;
    line-height: 1;
    font-size: 16px;
  }

  #splash ~ .main ~ .main {
    padding-top: 10px;
  }
  .main .t30 {
    font-size: 26px;
  }
  .main .event .item .name span {
    height: auto;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .main .event .item .img .name {
    height: 85px;
  }

  .event_img_list .item .img .name {
    height: 85px;
  }
  .event_img_list .item .img .name span {
    height: auto;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .sub .t30 {
    font-size: 20px;
  }
  .sub .t30.hdot {
    background-size: 18px;
    background-position-y: 12px;
    margin-bottom: 20px !important;
  }
  .sub .t20.bg {
    font-size: 18px;
  }

  .sub table .flx_wrap a {
    order: 2;
  }
  .sub table .flx_wrap a.no-order {
    order: initial;
  }
  .sub table .flx_wrap span {
    order: 0;
    width: 100%;
  }
  .sub table.submit .flx_wrap.sbm_srh .btn {
    order: initial;
  }

  .sub .view_img + .text_box {
    margin-top: 30px;
  }
  .sub .view_img ~ .btn_view {
    margin-top: 30px;
  }
  .sub .text_box .text {
    padding: 10px;
    font-size: 15px;
  }

  .sub {
    margin-bottom: 60px !important;
    margin-top: 30px !important;
  }
  .sub > div:not(.reserve_list, .online_list) {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 600px) {
  .splash .slick-slider {
    height: 100%;
  }
  .splash .slick-slider .slick-list {
    height: 100%;
  }
  .splash .slick-slider .slick-track {
    height: 100%;
  }
  .splash .slick-slider .slick-slide {
    height: 100%;
  }
  .splash .slick-slider .slick-slide > div {
    height: 100%;
  }
  .splash .item {
    height: 100%;
  }
  /*.splash .item .img { height: 100%; }*/

  .main .reserve .slick-next {
    right: -45px;
  }
  .main .t30 {
    font-size: 22px;
  }
  .main .t18 {
    font-size: 16px;
  }

  .main .slick-next {
    top: 50%;
    transform: translateY(-50%);
  }
  .main .reserve + .btn2 {
    margin-bottom: 0;
  }
  .main .app + .btn2 {
    margin-top: 0;
  }
  .main .btn2 {
    margin: 15px 0 !important;
  }

  .main .app .item {
    padding: 25px 20px;
    border-radius: 15px;
    border-top-left-radius: 30px;
  }

  #head_m .head_on .user a {
    height: 45px;
    font-size: 14px;
    justify-content: flex-start;
    line-height: 18px;
  }
  #head_m .head_on .langs .button {
    height: 45px;
    font-size: 14px;
  }
  #head_m .head_on .gnb .a1 {
    padding-left: 60px;
    height: 56px;
    font-size: 16px;
    background-position: 20px center !important;
  }

  .table01.submit td {
    padding: 10px;
  }
  .table01 input[type="text"] {
    height: 40px;
  }
  .table01 input[type="text"].datePicker {
    width: 200px;
  }

  .table01 select {
    height: 40px;
  }
  .table01.view th {
    padding: 5px 10px 5px 10px;
    font-size: 15px;
  }
  .sub .view_img table th::before {
    left: 7px;
    top: 19px;
  }

  /*.sub table.view th { padding-left:30px }*/
  .sub table.view th::before {
    left: 15px;
    top: 17px;
  }
  /*.sub table.submit th { padding-left:310px }*/
  .sub table.submit th::before {
    left: 15px;
  }
  .sub table.submit .flx_wrap.flx_hf {
    flex-flow: wrap;
  }
  .sub table.submit .flx_wrap.flx_hf input {
    width: calc(50% - 17px) !important;
    max-width: none !important;
  }
  .sub table.submit .flx_wrap.flx_hf select {
    width: 100%;
  }

  .sub_title .text {
    font-size: 30px;
  }

  input.btn2 {
    height: 45px;
  }
  a.btn2 {
    line-height: 45px;
  }
}

@media (max-width: 425px) {
  /*.main .event .item .img img { height:240px }*/
  .main .event .item .text {
    margin-top: 10px;
  }
  .main .event .item .state {
    margin-right: 10px;
  }
  .main .event .item .category,
  .main .event .item .state {
    font-size: 14px;
  }
  .main .app .item .state {
    margin-right: 10px;
  }
  .main .app .item .state,
  .main .app .item .appHowtoCd {
    font-size: 14px;
  }
  .main .app .item .name {
    margin-top: 20px;
    font-size: 16px;
  }
  .main .app .item .dept {
    margin-top: 20px;
  }
  .main .event .item .date {
    margin-top: 10px;
  }

  .sub table.submit .flx_wrap.each_flx label {
    flex: 1;
    display: flex;
    align-items: center;
  }

  .event_img_list .item .img img {
    height: 320px;
  }
}
/* 20240306 /> */

/* 20240307 */
.imgPopup {
  z-index: 10000;
}
.btn_view input,
.btn_view a {
  border-radius: 5px;
}

.sub .view_img table .flx_wrap {
  align-items: center;
}
.view_img .img .item > img {
  width: 290px;
}

.table01 th {
  height: 61px;
  box-sizing: border-box;
}
.table01 td {
  height: 61px;
  padding: 5px 15px;
  line-height: 1.4;
  box-sizing: border-box;
}
.table01 .file_td {
  padding-bottom: 10px !important;
}

.sub table .flx_wrap span.cal_rep {
  width: 35px;
}
.cal_rep {
  font-size: 0;
  margin-left: 0 !important;
  width: 35px;
  height: 35px;
  display: inline-block;
  background: url(/include/apply/img/ico_cal_rep.png) center no-repeat;
}

.main .event .item .img img {
  aspect-ratio: 1;
  object-fit: fill;
  object-position: center;
}
.main .event .item .img .name {
  display: none;
}
.main .event .item .img span {
  display: none !important;
}

.event_img_list .item .img img {
  aspect-ratio: 1;
  object-fit: fill;
  object-position: center;
}
.event_img_list .item .img .name {
  display: none;
}
.event_img_list .item .img span {
  display: none;
}

.main .item .img {
  border-radius: 15px;
  overflow: hidden;
}
.event_img_list .item .img {
  border-radius: 15px;
  overflow: hidden;
}

#head_m .headtop {
  background-color: #747882;
  height: 33px;
  justify-content: flex-end;
}
#head_m .home {
  justify-content: flex-end;
  height: 100%;
  text-align: right;
  position: relative;
  padding: 0 15px;
  border-left: 1px solid #8e9199;
  width: auto;
}
#head_m .home:before {
  content: "성남시청 홈";
  color: #fff;
  font-size: 14px;
}
#head_m .home img {
  display: none;
}
#head_m .head_on {
  background-color: #fff;
}
#head_m .head_on .headtop img {
  display: none;
}
#head_m .head_on .gnb .a1 {
  color: #333;
  font-weight: 800;
}

#head_m .head_on .user a {
  color: #333;
  font-weight: 700;
  height: 50px !important;
  width: auto;
  flex: 1 30%;
  gap: 5px;
  justify-content: center;
}
#head_m .head_on .langs .button {
  color: #333;
  font-weight: 700;
  height: 100% !important;
}
#head_m .head_on .langs {
  width: auto;
  flex: 1 30%;
}
#head_m .head_on .user a:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
}
#head_m .head_on .nw_pf:before {
  background: url(/include/apply/img2/ico_head_user_a1.png) center/auto 100%
    no-repeat;
}
#head_m .head_on .user a:nth-of-type(2):before {
  background: url(/include/apply/img2/ico_head_user_a2.png) center/auto 100%
    no-repeat;
}
#head_m .head_on .langs .button:before {
  background: url(/include/apply/img2/ico_head_user_a3.png) center/auto 100%
    no-repeat;
}

.reserve_list .item .img {
  border-radius: 15px;
  overflow: hidden;
}
.reserve_list .ttl_wrap {
  display: flex;
  align-items: center;
  margin-top: 20px;
  justify-content: space-between;
}
.reserve_list .item .appName {
  margin-top: 0;
  flex: 1;
}
.reserve_list .item .appStrDt {
  color: #d63535;
  font-weight: 700;
}
.reserve_list .item .date {
  position: relative;
  line-height: 1.5;
}
.reserve_list .item .appHashtag {
  margin-top: 10px;
}
.reserve_list .item .appHashtag span {
  line-height: 1.5;
  height: auto;
}

.view_img .img .item {
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #cdcdcd;
}
.view_img .img .item > img {
  width: 228px;
  height: auto;
  aspect-ratio: 1;
  object-fit: fill;
  object-position: center;
}
.view_img .img > p {
  text-align: center;
  color: #263e74;
  font-size: 18px;
  font-weight: 800;
  position: relative;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  cursor: pointer;
}
.view_img .img > p:before {
  content: "";
  display: block;
  position: static;
  width: 30px;
  height: 30px;
  background: url(/include/apply/img2/ico_viewImg_ps.png) center no-repeat;
}

#sub_title {
  height: 300px;
}
.sub_title .text {
  font-size: 50px;
}

@media (max-width: 1000px) {
  .splash {
    overflow: visible;
    height: auto;
    margin-bottom: 20px;
  }
  /*.splash .btn { top:calc(100% - 40px); border-radius: 10px; width: 200px; height: 40px; }*/
  .splash .btn {
    top: calc(100% - 40px);
    width: 200px;
    height: 40px;
  }
  .splash .btn span img {
    width: 10px;
  }
  .splash .item {
    display: block !important;
  }
  /*.splash .item .img { object-fit: contain; height: auto; }*/
  .splash .item .img {
    object-fit: cover;
  }

  #sub {
    padding: 0 30px;
  }
  #head_m .head .btn input {
    width: 25px !important;
  }

  .sub_title .text {
    font-size: 40px;
  }

  #sub_title {
    height: 250px !important;
  }

  .sub .view_img table th {
    padding: 10px 15px;
    line-height: 24px;
    font-size: 15px;
  }
  .sub .view_img table th::before {
    top: 22px;
  }
  .table01.view td {
    padding: 10px 15px;
    line-height: 24px;
  }
}

@media screen and (max-width: 800px) {
  .sub {
    margin-top: 45px !important;
  }

  .view_img .img {
    order: 1;
  }
  .view_img .img .item > img {
    width: 100%;
  }
  /* .table01.view td { display: flex; align-items: center; flex-wrap:wrap; } */

  .sub .view_img table .flx_wrap.flx_file a {
    order: 0;
  }
  .flx_wrap.flx_file {
    flex-flow: nowrap;
  }

  .view_img {
    position: relative;
  }
  .view_img .img {
    position: absolute;
    top: 0;
    right: 15px;
    width: 20vw;
    min-width: 115px;
  }
  /*.view_img .img .item { display: none; }*/
  .view_img .img > p {
    display: none;
    width: 20vw;
    min-width: 100px;
    height: auto;
    aspect-ratio: 1;
    margin-top: 0;
    background: #fff;
    border-radius: 15px;
    font-size: 0;
    flex-flow: column wrap;
  }
  .view_img .img > p:before {
    background: url(/include/apply/img2/ico_mob_imgPls.png) center no-repeat;
    width: 60px;
    height: 60px;
    margin-bottom: -40px;
  }
  .view_img .img > p:after {
    content: "이미지 보기";
    font-size: 18px;
    width: 100%;
    display: block;
  }

  .sub .t30.hdot {
    line-height: 1.6;
    background-position-y: 6px;
  }
}

@media only screen and (max-width: 600px) {
  .main {
    padding-bottom: 40px;
  }

  .main .reserve {
    border-bottom: 0;
  }
  .main .reserve + .btn2 {
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding: 10px 0;
  }
  .main .reserve + .btn2 a {
    background-color: transparent;
    color: #000;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
  .main .reserve + .btn2 a:before {
    content: "";
    display: block;
    position: static;
    width: 25px;
    height: 25px;
    background: url(/include/apply/img/btn_more2_blk.png) center no-repeat;
  }
  .main .event {
    border-bottom: 0;
  }
  .main .event + .btn2 {
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding: 10px 0;
  }
  .main .event + .btn2 a {
    background-color: transparent;
    color: #000;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
  .main .event + .btn2 a:before {
    content: "";
    display: block;
    position: static;
    width: 25px;
    height: 25px;
    background: url(/include/apply/img/btn_more2_blk.png) center no-repeat;
  }
  .main .app {
    border-bottom: 0;
  }
  .main .app + .btn2 {
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding: 10px 0;
  }
  .main .app + .btn2 a {
    background-color: transparent;
    color: #000;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
  .main .app + .btn2 a:before {
    content: "";
    display: block;
    position: static;
    width: 25px;
    height: 25px;
    background: url(/include/apply/img/btn_more2_blk.png) center no-repeat;
  }

  .main .app .item .date {
    font-size: 12px;
  }

  #sub {
    padding: 0 20px;
  }

  .event_img_list .item {
    border-bottom: 1px solid #999;
    padding-bottom: 15px;
  }
  .event_img_list .item .name {
    height: auto;
  }

  .snsList.on {
    background-color: #eaeaea;
    width: auto;
    padding: 0 15px;
    border-radius: 0 0 35px 35px;
    height: 45px;
    border: 1px solid #d4d4d4;
    display: flex;
    align-items: center;
  }
  .snsList a {
    margin: 0;
  }

  .reserve_list .item:not(:last-of-type) {
    border-bottom: 1px solid #999;
  }

  .view_img .img > p:before {
    background-size: 45px;
  }
  .view_img .img > p:after {
    font-size: 15px;
  }

  .sub_title .text {
    font-size: 30px;
  }
  #sub_title {
    height: 100px !important;
  }
}

@media only screen and (max-width: 425px) {
  .sub table.submit .flx_wrap.ph_flx {
    flex-flow: nowrap !important;
  }
  .sub table.submit .flx_wrap.ph_flx input {
    width: calc(100% / 3 - 10px) !important;
  }

  .sub .view_img table .flx_wrap.flx_file a {
    min-width: 100px;
  }
  #tail .tail {
    font-size: 13px;
  }

  .main .reserve + .btn2 a,
  .main .event + .btn2 a,
  .main .app + .btn2 a {
    height: 25px;
  }

  .reserve_list .ttl_wrap .link {
    font-size: 14px;
  }
  .reserve_list .ttl_wrap .link img {
    margin-left: -5px;
  }
}

@media only screen and (max-width: 375px) {
  #tail .tail {
    font-size: 12px;
  }
}

/* 20240307 /> */

/* 20240308 */
.main .slick-prev {
  transform: translateY(-50%) rotate(180deg);
}
#head_m .head .btn input {
  width: 25px !important;
}
#head_m .head_on.on .btn input {
  width: 35px !important;
}

.splash .item .text {
  left: calc(43%);
}

@media only screen and (max-width: 1000px) {
  .splash .item .text {
    width: 100%;
    left: 50%;
    justify-content: center;
  }
  .splash .item .text .t48 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 800px) {
  .splash .item .text .t48 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .splash .item .text .t48 {
    font-size: 23px;
  }
  .splash .item .text .t18 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 425px) {
  .splash .item .text .t48 {
    font-size: 16px;
  }
  .splash .item .text .t18 {
    font-size: 13px;
    margin-top: 0;
  }
}

/* 20240308 /> */

/* 20240319 start */
.guide {
  display: block;
  margin: 8px 0 0;
}

.emailWrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.registNumWrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 1000px) {
  .emailWrap input[type="text"] {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .emailWrap {
    flex-wrap: wrap;
  }
  .emailWrap input[type="text"] {
    width: calc(50% - 15px);
  }
  .emailWrap select {
    width: 100%;
  }

  .registNumWrap input:not(:nth-of-type(2)) {
    flex: 1;
  }
  .registNumWrap input:nth-of-type(2) {
    flex: 0.75;
  }
}
@media (max-width: 424px) {
  .search_box_event input[type="text"] {
    padding: 0 12px;
  }
  .search_box_event .date {
    background-position: calc(100% - 8px) calc(50% - 1px);
  }
}
@media (max-width: 390px) {
  input.datePicker {
    font-size: 14px;
  }
  .search_box_event input[type="text"] {
    padding: 0 8px;
  }
  .search_box_event .date {
    background-size: 16px;
    background-position: calc(100% - 4px) center;
  }
}

/* 20240319 end */

/* 20240321 */
.event .slick-next,
.event .slick-prev {
  top: 35%;
}

.splash .btn {
  justify-content: center;
  gap: 11px;
}
.splash .btn_ctr {
  width: 20px;
  height: 26px;
  cursor: pointer;
}
.splash .btn_ctr.btn-play {
  background: url(/include/apply/img2/btn_pause.png) no-repeat center;
}
.splash .btn_ctr.btn-stop {
  background: url(/include/apply/img2/btn_play.png) no-repeat center/50%;
}

#splash + .main {
  padding-top: 80px !important;
}

.main .app .btn > span {
  margin-right: 15px;
}
.main .app .btn > span > span {
  margin: 0;
}
.main .event .btn > span {
  margin-right: 15px;
}
.main .event .btn > span > span {
  margin: 0;
}

.main .app .btn .slick-control1 {
  margin-right: 20px;
  width: 60px;
}
.main .event .btn .slick-control1 {
  margin-right: 20px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .event .btn .slick-control1 span {
  margin: 0;
}
.main .btn .btn_ctr.btn-play {
  width: 9px;
  height: 26px;
  background: url(/include/apply/img2/btn_pause_blk.png) no-repeat center;
  cursor: pointer;
}
.main .btn .btn_ctr.btn-stop {
  width: 9px;
  height: 26px;
  background: url(/include/apply/img2/btn_play_blk.png) no-repeat center/90%;
  cursor: pointer;
}

.main .app .item,
.main .event .item .img {
  transition-duration: 250ms;
  transition-property: box-shadow, transform;
}
.main .app .item:hover,
.main .event .item:hover .img {
  transform: translateY(-10px);
  box-shadow: rgba(0, 0, 0, 0.15) 10px 17px 35px;
  background: initial;
}
.main .app .item:hover .state {
  color: #ff4545;
  border-bottom: 3px solid #ff4545;
}
.main .app .item:hover .appHowtoCd {
  color: #666;
  border-bottom: 3px solid #666;
}
.main .app .item:hover .name {
  color: #424242;
}
.main .app .item:hover .date {
  color: #424242;
}
.main .app .item:hover .link {
  background: url(/include/apply/img2/icon_link.png) no-repeat 0 0;
}

.tws_main.main {
  max-width: 1440px;
  box-sizing: border-box;
  padding: 30px 0 20px 0;
  overflow: visible;
}
.tws_main.main > div {
  display: flex;
  width: 100%;
  gap: 70px;
  margin: 30px 0 30px;
}
.tws_main.main .slick-arrow {
  display: none !important;
}
.tws_main.main .slick-list {
  overflow: hidden;
}
.tws_main.main .reserve {
  width: 828px;
  margin: 0;
}
.tws_main.main .rent {
  margin: 0;
  width: 542px;
  max-width: 1400px;
  position: relative;
}
.tws_main.main .rent .list {
  display: block;
  padding: 10px 0;
  overflow: visible;
  margin: 0 -15px;
}
.tws_main.main .rent .item {
  box-sizing: border-box;
}
.tws_main.main .rent .item .img {
  position: relative;
  display: block;
  border-bottom: 1px solid #ccc;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
}
.tws_main.main .rent .item .img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.tws_main.main .rent .item .img img {
  height: auto;
  aspect-ratio: 1;
}
.tws_main.main .rent .list .slick-slide {
  margin: 0 15px;
}
.tws_main.main .rent .item .text {
  display: block;
  margin-top: 20px;
}
.tws_main.main .rent .item .state {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #ff3d3d;
}
.tws_main.main .rent .item .name {
  display: block;
  max-height: 50px;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  color: #222;
  overflow: hidden;
  max-width: calc(100% - 35px);
}
.tws_main.main .rent .item .date,
.tws_main.main .reserve .item .date {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: #ff3d3d;
}
.tws_main.main .reserve .item .name {
  max-width: calc(100% - 35px);
}
.tws_main.main .reserve .item .state,
.tws_main.main .rent .item .state {
  display: none;
}
.tws_main.main .reserve .item .name,
.tws_main.main .rent .item .name {
  position: relative;
  display: inline-block;
  margin-top: 0;
}
.tws_main.main .reserve .item:hover .name,
.tws_main.main .rent .item:hover .name {
  text-decoration: underline;
  text-decoration-color: #ffebeb;
  text-decoration-thickness: 7px;
  text-underline-offset: -5px;
}
.tws_main.main .tb {
  font-size: 30px;
  margin-bottom: 20px;
}
.tws_main.main .btn {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.tws_main.main .btn span {
  display: inline-block;
  margin: 0 5px;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  vertical-align: middle;
}
.tws_main.main .btn a {
  display: block;
}

@media only screen and (max-width: 1440px) {
  .main .app .item {
    max-width: none;
  }
  .main .event .item {
    max-width: none;
  }

  .tws_main.main {
    padding: 30px 3% 20px;
  }
  .tws_main.main > div {
    gap: 40px;
  }

  .tws_main.main .reserve {
    width: calc(50% - 20px);
  }
  .main .reserve .item {
    max-width: none;
  }
  .main .reserve .list {
    margin: 0 -20px;
  }
  .main .reserve .list .slick-slide {
    margin: 0 20px;
  }

  .tws_main.main .rent {
    width: calc(50% - 20px);
  }
  .tws_main.main .rent .list {
    margin: 0 -20px;
  }
  .tws_main.main .rent .list .slick-slide {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 1199px) {
  #splash + .main {
    padding-top: 60px !important;
  }

  .tws_main.main > div {
    flex-wrap: wrap;
    gap: 50px;
  }

  .tws_main.main .reserve {
    overflow: hidden;
    width: 100%;
  }

  .tws_main.main .rent {
    overflow: hidden;
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  #splash + .main {
    padding-top: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .splash .btn span {
    font-size: 16px;
  }

  #splash + .main {
    padding-top: 10px !important;
  }

  .main .app .item {
    max-width: 340px;
  }
  .main .event .item {
    max-width: 340px;
  }

  .main .reserve .item {
    max-width: 340px;
  }

  .main .rent .item {
    max-width: 340px;
  }
}
@media only screen and (max-width: 600px) {
  .splash .btn span {
    font-size: 14px;
  }

  .main .reserve {
    padding-right: 35%;
    box-sizing: border-box;
  }
  .main .reserve .slick-list {
    overflow: visible;
  }
  .main .reserve + .btn2 {
    width: 100%;
  }

  .main .rent {
    padding-right: 35%;
    box-sizing: border-box;
  }
  .main .rent .slick-list {
    overflow: visible;
  }

  .main .rent {
    border-bottom: 0;
  }
  .main .rent + .btn2 {
    width: 100%;
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding: 10px 0;
  }
  .main .rent + .btn2 a {
    background-color: transparent;
    color: #000;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
  .main .rent + .btn2 a:before {
    content: "";
    display: block;
    position: static;
    width: 25px;
    height: 25px;
    background: url(/include/apply/img/btn_more2_blk.png) center no-repeat;
  }
}
/* 20240321 /> */

/* 20240325 */
.tws_main.main .slick-list {
  overflow: visible;
}
.main .reserve .item .img {
  transition-duration: 250ms;
  transition-property: box-shadow, transform;
}
.tws_main.main .rent .item .img {
  transition-duration: 250ms;
  transition-property: box-shadow, transform;
}
.main .reserve .item:hover .img {
  transform: translateY(-10px);
  box-shadow: rgba(0, 0, 0, 0.15) 10px 17px 35px;
  background: initial;
}
.tws_main.main .rent .item:hover .img {
  transform: translateY(-10px);
  box-shadow: rgba(0, 0, 0, 0.15) 10px 17px 35px;
  background: initial;
}
.main .rent + .btn2 {
  display: none;
}

.online_list .item {
  transition-duration: 250ms;
  transition-property: box-shadow, transform;
}
.online_list .item:hover {
  background: #fff;
  transform: translateY(-10px);
  box-shadow: rgba(0, 0, 0, 0.15) 10px 17px 35px;
}
.online_list .item:hover .link {
  background: url(/include/apply/img2/icon_link.png) no-repeat 0 0;
}
.online_list .item:hover .state {
  color: #ff4545;
  border-bottom: 3px solid #ff4545;
}
.online_list .item.bg2:hover .state {
  color: #258cff;
  border-bottom: 3px solid #258cff;
}
.online_list .item.bg3:hover .state {
  color: #777;
  border-bottom: 3px solid #777;
}
.online_list .item:hover .appHowtoCd {
  color: #666;
  border-bottom: 3px solid #666;
}
.online_list .item:hover .appName {
  color: #424242;
}
.online_list .item:hover .appDt {
  color: #424242;
}

.event_img_list .item .img {
  transition-duration: 250ms;
  transition-property: box-shadow, transform;
}
.event_img_list .item:hover .img {
  transform: translateY(-10px);
  box-shadow: rgba(0, 0, 0, 0.15) 10px 17px 35px;
  background: initial;
}

.reserve_list .item .img {
  transition-duration: 250ms;
  transition-property: box-shadow, transform;
}
.reserve_list .item:hover .img {
  transform: translateY(-10px);
  box-shadow: rgba(0, 0, 0, 0.15) 10px 17px 35px;
  background: initial;
}

@media only screen and (max-width: 1199px) {
  .tws_main.main > div {
    gap: 30px;
  }
  .tws_main.main .rent {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .tws_main.main .btn {
    display: none;
  }
  .main .rent + .btn2 {
    display: block;
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding: 10px 0;
    width: 100%;
  }
}
/* 20240325 /> */

/* 20240328 */
.srh_box_m {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sub {
    margin-top: 25px !important;
  }
  .srh_box_pc {
    display: none;
  }
  .srh_box_m {
    display: block;
  }

  .srh_box_m ~ .tar.mt30 {
    margin-top: 0;
  }

  .search_box_event .box1 {
    padding: 10px 15px;
    padding-bottom: 0;
  }
  .search_box_event .box1 .bd_el {
    border-bottom: 1px solid #eee;
  }
  .search_box_event .box1 .tb.t18 {
    font-size: 16px;
    line-height: 1.4;
    padding: 10px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .search_box_event .box1 .tb.t18:after {
    content: "";
    display: block;
    width: 14px;
    height: 8px;
    background: url(/include/cmm_new/image/layout/arr_select2.png?v=20220801)
      no-repeat 0 0;
    transition: all 0.3s;
  }
  .search_box_event .box1 .tb.t18.rt_cls:after {
    transform: rotate(180deg);
  }

  .search_box_event .box1 .tb.mt20 {
    margin-top: 0;
  }
  .search_box_event .box1 .mt10 {
    display: flex;
    gap: 10px;
    flex-flow: wrap;
    margin-top: 5px;
  }
  .search_box_event .box1 .ac_cont {
    padding: 10px 0;
    height: 0;
    display: none;
    padding-bottom: 15px;
  }
  .search_box_event .box1 .ac_cont.current {
    height: auto;
    display: flex;
  }
  .search_box_event label input[type="checkbox"]:checked + span {
    margin: 0;
  }
  .search_box_event label input[type="checkbox"] + span {
    margin: 0;
    box-sizing: border-box;
  }
  .search_box_event .box1 label {
    width: auto;
    flex: 1 20%;
    max-width: calc(100% / 4 - 10px);
  }
  .search_box_event .box1 label input[type="checkbox"] + span {
    width: 100%;
  }
  .search_box_event .box1 .el {
    width: 100%;
  }
  .search_box_event .box1 .dp_flx {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .search_box_event .box1 .dp_flx input {
    height: auto;
    margin: 0;
    flex: 1;
    width: auto !important;
  }
  .search_box_event .box1 .rdo_box {
    display: flex;
    gap: 15px;
  }
  .search_box_event .box1 .rdo_box label {
    width: auto;
    flex: 0;
    display: flex;
    align-items: center;
    max-width: none;
  }
  .search_box_event .box1 .rdo_box label b {
    margin-left: 3px;
    font-size: 14px;
  }
  .search_box_event .box1 .rdo_box span {
    display: none;
  }

  .search_box_event .box2 {
    padding: 10px 15px 20px;
  }
  .search_box_event .box2 .tb.t18 {
    font-size: 16px;
  }
  .search_box_event .box2 .mt10 {
    margin: 0;
  }
  .search_box_event .box2 .mt10 ~ .mt10 {
    margin-top: 0px;
  }
  .search_box_event .box2 .mt30 {
    margin-top: 15px;
  }
  .search_box_event .box2 .box_hd {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .search_box_event .box2 .box_hd input {
    flex: 1;
  }
  .search_box_event .box2 > .df:nth-child(2) {
    display: flex;
  }
  .search_box_event .box2 .btn3 {
    height: auto;
    line-height: 1.4;
    padding: 7px 0;
    font-size: 14px;
  }
  .search_box_event .box2 input[type="text"] {
    height: auto;
    width: 100%;
  }
  .search_box_event .box2 input[type="text"]::placeholder {
    font-size: 14px;
    opacity: 0.8;
  }
}

@media only screen and (max-width: 600px) {
  .search_box_event .box1 .dp_flx input {
    width: 50% !important;
  }
}

@media (max-width: 425px) {
  /* .search_box_event .box1 .mt10 { gap:5px;  } */
  .search_box_event .box1 .dp_flx input {
    font-size: 12px;
  }
  .search_box_event label input[type="checkbox"] + span {
    font-size: 12px;
  }
}
/* 20240328 /> */

.chart-pop.chart01 {
  position: absolute;
  top: 500px;
  right: auto;
  left: 50%;
  margin-left: 300px;
}
@media screen and (max-width: 1400px) {
  .chart-pop.chart01 {
    left: auto;
    margin-left: 0;
    right: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .chart-pop.chart01 {
    top: 420px;
    right: 50%;
    margin-right: -150px;
  }
}
@media screen and (max-width: 767px) {
  .chart-pop.chart01 {
    top: 360px;
  }
}
@media screen and (max-width: 600px) {
  .chart-pop.chart01 {
    top: 340px;
  }
}
.chart-pop.chart01 .layer-content .btnArea {
  display: block;
  line-height: 24px;
}
.chart-pop.chart01 .layer-content .btnArea #shortUrl {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  max-width: none;
  white-space: normal;
  font-size: 14px;
  line-height: 20px;
}
.chart-pop.chart01 .layer-content .btnArea .btn {
  display: block;
  line-height: 20px;
  margin: 0;
  margin-top: 4px;
  text-align: left;
}
.chart-pop.chart01 .layer-content .btnArea .btn a {
  vertical-align: top;
  margin: 0;
  font-size: 14px;
  display: inline-block;
  font-weight: 400;
}
.chart-pop.chart01 .layer-content .btnArea #shortUrl {
  letter-spacing: -0.5px;
}
.chart-pop.chart01 .layer-content .btnArea .btn {
  text-align: center;
}
.chart-pop.chart01 .layer-content .btnArea .btn a {
  box-sizing: border-box;
  min-width: 80px;
  background: #fff;
  color: #111;
  border: 2px solid #d9d9d9;
  border-radius: 30px;
}
.chart-pop.chart01 .layer-content .btnArea #shortUrl {
  cursor: auto;
}
.chart-pop.chart01 .layer-content .btnArea .btn a:hover {
  border-color: #d84048;
  color: #d84048;
}

.chart-pop.chart02 {
  position: absolute;
  top: 500px;
  right: auto;
  left: calc(50vw - 720px / 2);
}
@media screen and (max-width: 720px) {
  .chart-pop.chart02 {
    top: 360px;
    left: auto;
    width: 100vw;
  }
  .chart-pop.chart02 .layer-content {
    overflow: auto;
  }
}

.chart-pop.chart02 .layer-content {
  overflow: hidden;
  position: relative;
  padding: 20px 10px;
  background-color: #fff;
  letter-spacing: 0;
  z-index: 10000;
}
