.scrollOff{position:fixed;overflow:hidden;height:100%;}
.p-ico {
  position: relative;
  text-indent: -9999px;
  display: block;
  width: 100%;
  height: 100%;
}
.p-ico:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
}
.p-ico.close1:after {
  margin-top: -14.5px;
  margin-left: -14.5px;
  width: 29px;
  height: 29px;
  background: url('../images/popup/btn_pop_close.png') 0 0 no-repeat;
}
.p-ico.list:after {
  margin-top: -11.5px;
  margin-left: -11.5px;
  width: 23px;
  height: 23px;
  background: url('../images/popup/btn_pop_list.png') 0 0 no-repeat;
}
/*팝업*/
.layerPopup {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  margin-top: 20px;
}
.layerPopup .popup {
  width: 100%;
  min-height: 489px;
  min-width: 1200px;
  background-color: #fff;
  position: relative;
  text-align: left;
}
.view_pop1.layerPopup {
  width: 1300px;
}
.view_pop1.layerPopup .popup:after {
  position: absolute;
  right: 40px;
  top: 90px;
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url('../images/common/bg_pop1.png');
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: 0px 0px;
  width: 193px;
  height: 76px;
  content: "";
}
.view_pop1.layerPopup .list_thumb {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: 0;
  -ms-word-break: keep-all;
  word-break: keep-all;
}
.view_pop1.layerPopup .list_thumb > *:nth-child(1n + 1) {
  width: 31.66666667%;
  margin-right: 2.5%;
  margin-top: 2.5%;
  display: inline-block;
  font-size: 1rem;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.view_pop1.layerPopup .list_thumb > *:nth-child(3n + 0) {
  margin-right: 0;
}
.view_pop1.layerPopup .list_thumb > *:nth-child(-n + 3) {
  margin-top: 0;
}
.view_pop1.layerPopup .list_thumb .i-cut {
  height: 240px;
}
.view_pop1.layerPopup .list_thumb .box-prd2 {
  border: 0;
}
.view_pop1.layerPopup .list_thumb .thumb img {
  width: 100%;
  height: auto;
}
.view_pop1.layerPopup .list_thumb .box-prd2 .cont .inr {
  padding: 15px 35px 30px;
}
.view_pop1.layerPopup .list_thumb .box-prd2 .cont .head {
  margin-bottom: 5px;
}
.view_pop1.layerPopup .list_thumb .box-prd2 .cont .h1 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.view_pop1.layerPopup .list_thumb .box-prd2 .cont .summary {
  margin-bottom: 15px;
  padding: 0;
  background-color: transparent;
}
.view_pop1.layerPopup .list_thumb .box-prd2 .cont .summary .ico {
  display: inline-block;
  padding-right: 32px;
  position: relative;
}
.view_pop1.layerPopup .list_thumb .box-prd2 .cont .summary .ico:after {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url("../images/common/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: -83px -119px;
  width: 21px;
  height: 21px;
  content: "";
  position: absolute;
  right: 0;
  top: 1px;
}
.layerPopup .popup .pop_tit {
  height: 49px;
  padding: 0 78px 0 0;
  border-bottom: 1px solid #d5d5d5;
  background-color: #2c3d5e;
}
.layerPopup .popup .pop_tit .title {
  display: inline-block;
  width: 50%;
  padding-left: 20px;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.layerPopup .popup .pop_tit .info {
  float: right;
  width: 230px;
  font-size: 15px;
  line-height: 68px;
  color: #646464;
  text-align: right;
}
.layerPopup .popup .pop_tit .info > span {
  display: inline-block;
  padding: 0 10px;
  border-left: 1px solid #d5d5d5;
  line-height: 1;
}
.layerPopup .popup .pop_tit .info > span:first-child {
  border-left: 0;
}
.layerPopup .popup .pop_tit2 {
  padding-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}
.layerPopup .popup .pop_tit2 h1 {
  position: relative;
  padding-top: 72px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
}
.layerPopup .popup .pop_tit2 h1 :after {
  position: absolute;
  left: 50%;
  top: 0;
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url('../images/common/bg_pop_tit.png');
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: 0px 0px;
  width: 90px;
  height: 51px;
  margin-left: -45px;
  content: "";
}
.layerPopup .popup .pop_tit2 h1 span {
  color: #f7ff25;
}
.layerPopup .popup > .cont {
  padding: 0 30px;
  min-height: 700px;
  position: relative;
  z-index: 2;
}
.layerPopup .popup .btn_close {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  background-color: #2c3d5e;
  text-align: center;
}
.layerPopup .popup .btn_list {
  position: absolute;
  left: 0;
  top: 0;
  width: 59px;
  height: 58px;
  border-right: 1px solid #d5d5d5;
  text-align: center;
}
.layerPopup .popup .btn_close2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  background-color: transparent;
  text-align: center;
}
.layerPopup .popup .btn_close2:after {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
  text-indent: -9999px;
  background-image: url("../images/common/ico_common.png");
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  background-position: -261px -19px;
  width: 28px;
  height: 27px;
  content: "";
  -webkit-background-size: 840px;
  background-size: 840px;
  margin-left: -14px;
  margin-top: -13.5px;
}
.layerPopup .popup .iscrollY {
  height: 640px;
  overflow: hidden;
  margin-top: 10px;
}
.layerPopup .popup .iscrollY {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.layerPopup .popup .iscrollY_pos {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.layerPopup .popup .iScrollIndicator {
  background-color: #bdbdbd !important;
  border-radius: 0 !important;
  border: 0 !important;
  cursor: pointer;
}
.layerPopup .popup .iScrollVerticalScrollbar.iScrollLoneScrollbar {
  background: rgba(227, 227, 227, 0.5);
}
#prevBtn,
#nextBtn {
  z-index: 10;
  position: absolute;
  top: 50%;
  margin-top: -32.5px;
  width: 65px;
  height: 65px;
  background-color: rgba(0, 0, 0, 0.7);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
#prevBtn {
  left: 2%;
  background-image: url('../images/common/slider_prev.png');
}
#nextBtn {
  right: 2%;
  background-image: url('../images/common/slider_next.png');
}
.box-prd2.size1 {
  border: 0;
  padding-top: 20px;
}
.popHead,
#sitemapInr .pop_tit h1 {
  padding: 10px 20px;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
}
#sitemapInr .pop_tit h1 span {
  color: #fff;
}
.popHeadCont {
  margin-bottom: 20px;
  margin-top: 17px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  color: #333;
}
.popHeadCont2 {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 300;
  color: #333;
}
.popSns1 {
  font-size: 20px;
  margin-top: 50px;
  text-align: center;
}
.popSnsList1 {
  font-size: 0;
  text-align: center;
  margin-top: 20px;
}
.popSnsList1 .sns {
  width: 50px;
  display: inline-block;
  vertical-align: top;
  border-radius: 10px;
  overflow: hidden;
  margin-left: 5px;
  margin-right: 5px;
}
.popSnsList1 .sns img {
  width: 100%;
  height: auto;
}
#eventApplcn {
  text-align: center;
  margin-top: 40px;
}
#eventApplcn .sel,
#eventApplcn .t {
  display: inline-block;
  vertical-align: middle;
}
#eventApplcn .t {
  margin-right: 5px;
}
#eventApplcn .sel {
  margin-left: 15px;
}
#btn-event_applcn {
  margin-top: 35px;
}
.btn_Tc,
#btnApplcnPrzWin,
#btnEventClose,
#btnEventApplcn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
}
.eventBtns,
#eventClose {
  text-align: center;
  margin-top: 50px;
}
.eventCa1 {
  text-align: center;
  font-size: 40px;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 20px;
}
.eventComp {
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  margin-top: 30px;
  margin-bottom: 30px;
}
.eventComp .h {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
}
#btnApplcnIng {
  font-size: 20px;
  text-align: center;
}
.main_table {
  width: 100%;
}
.main_table td,
.main_table th {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
#wz_cs.layerPopup .popup > .cont {
  min-height: 600px;
}
#wz_cs.layerPopup .popup .iscrollY {
  height: 590px;
}
.layerPopup.event_desc .box-prd2 {
  padding-top: 50px;
}
@media screen and (max-width: 1300px) {
  .layerPopup,
  .layerPopup.event_desc {
    width: 94%;
    margin-left: 2%;
  }
  /*.layerPopup.event_desc .popup .iscrollY {
    height: 119.04761905vw;
  }
  .layerPopup.event_desc .popup > .cont {
    min-height: 121.42857143vw;
  }*/
}
@media screen and (max-width: 840px) {
  .main_table td,
  .main_table th {
    padding: 15px;
    padding: 1.8vw;
    font-size: 24px;
    font-size: 2.88vw;
  }
  .box-prd2.size1 {
    padding-top: 20px;
    padding-top: 2.4vw;
  }
  .layerPopup.event_desc .box-prd2 {
    padding-top: 5.35vw;
  }
  .i-txt.btn_Tc {
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  #wz_cs.layerPopup .popup > .cont {
    min-height: 620px;
    min-height: 73.80952381vw;
  }
  #wz_cs.layerPopup .popup .iscrollY {
    height: 590px;
    height: 70.23809524vw;
  }
}
@media screen and (max-width: 840px) {
  #wzOpinionTy1 .box-prd2 .inr #form td {
    padding: 15px;
    padding: 1.78571429vw;
  }
  #wzOpinionTy1 .box-prd2 .inr #form td.bg_gray.right,
  col.col1_1_1 {
    width: 130px !important;
    width: 15.47619048vw !important;
  }
  #wzOpinionTy1 #userNm,
  #wzOpinionTy1 .mand {
    width: 90% !important;
  }
  #wzOpinionTy1 #userPwd,
  #wzOpinionTy1 #userPwdRe {
    width: 35% !important;
  }
  .popHeadCont {
    margin-bottom: 20px;
    margin-bottom: 2.38095238vw;
    margin-top: 17px;
    margin-top: 2.02380952vw;
    font-size: 23px;
    font-size: 2.73809524vw;
  }
  .popHeadCont2 {
    margin-bottom: 10px;
    margin-bottom: 1.19047619vw;
    font-size: 20px;
    font-size: 2.38095238vw;
  }
  .popSns1 {
    font-size: 24px;
    font-size: 2.85714286vw;
    margin-top: 50px;
    margin-top: 5.95238095vw;
  }
  .popSnsList1 {
    margin-top: 20px;
    margin-top: 2.38095238vw;
  }
  .popSnsList1 .sns {
    width: 50px;
    width: 5.95238095vw;
    border-radius: 10px;
    border-radius: 1.19047619vw;
    margin-left: 5px;
    margin-left: 0.5952381vw;
    margin-right: 5px;
    margin-right: 0.5952381vw;
  }
  #eventApplcn {
    margin-top: 40px;
    margin-top: 4.76190476vw;
  }
  #eventApplcn .t {
    margin-right: 5px;
    margin-right: 0.5952381vw;
  }
  #eventApplcn .sel {
    margin-left: 15px;
    margin-left: 1.78571429vw;
  }
  #btn-event_applcn {
    margin-top: 35px;
    margin-top: 4.16666667vw;
  }
  #btnApplcnPrzWin,
  #btnEventClose,
  #btnEventApplcn {
    width: 200px;
    width: 23.80952381vw;
    height: 50px;
    height: 5.95238095vw;
    line-height: 50px;
    line-height: 5.95238095vw;
  }
  .eventBtns,
  #eventClose {
    margin-top: 50px;
    margin-top: 5.95238095vw;
  }
  .eventCa1 {
    font-size: 44px;
    font-size: 4.85714286vw;
    margin-top: 40px;
    margin-top: 4.76190476vw;
    margin-bottom: 40px;
    margin-bottom: 4.76190476vw;
  }
  .eventComp {
    font-size: 24px;
    font-size: 2.85714286vw;
    margin-top: 0px;
    margin-top: 0vw;
    margin-bottom: 0px;
    margin-bottom: 0vw;
  }
  .eventComp .h {
    margin-bottom: 40px;
    margin-bottom: 4.76190476vw;
    font-size: 32px;
    font-size: 3.80952381vw;
  }
  #btnApplcnIng {
    font-size: 24px;
    font-size: 2.85714286vw;
  }
}
#sitemapItemInr > .data,
#sitemapMenu2Inr > .data,
#sitemapMenuInr > .data {
  font-size: 23px;
  color: #333;
  font-weight: 500;
  margin-bottom: 20px;
}
#sitemapItem,
#sitemapMenu2,
#sitemapMenu {
  font-size: 0;
  text-align: left;
}
#sitemapItem .lst,
#sitemapMenu2 .lst,
#sitemapMenu .lst {
  width: 22%;
  margin-right: 3%;
  margin-bottom: 20px;
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  font-weight: 700;
  color: #8996af;
}
#sitemapMenu2 .lst,
#sitemapItem .lst {
  margin-bottom: 20px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}
#sitemapMenu2 .lst #tags
#sitemapItem .lst #tags {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 10px;
}
#sitemapMenu2 .lst #menuNm,
#sitemapMenu2 .lst #sj,
#sitemapItem .lst #menuNm,
#sitemapItem .lst #sj {
  font-size: 15px;
  font-weight: 300;
  color: #696969;
  display: inline-block;
  margin-top: 3px;
}
#sitemapMenu2 span#menuNm,
#sitemapItem span#menuNm,
#sitemapMenu span#menuNm {
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  #sitemapMenu2 .lst,
  #sitemapItem .lst,
  #sitemapMenu .lst {
    width: 45%;
    margin-right: 5%;
  }
  #sitemapMenu .lst {
    margin-bottom: 13px;
  }
  #sitemapMenu2 .lst,
  #sitemapItem .lst {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 840px) {
  .popHead,
  #sitemapInr .pop_tit h1 {
    font-size: 25px;
    font-size: 2.97619048vw;
    padding: 13px 20px;
    padding: 1.54761905px 2.38095238px;
  }
  #sitemapItemInr > .data,
  #sitemapMenuInr > .data {
    font-size: 23px;
    font-size: 2.73809524vw;
    margin-bottom: 20px;
    margin-bottom: 2.38095238vw;
  }
  #sitemapItem .lst,
  #sitemapMenu .lst {
    width: 22%;
    margin-right: 3%;
    font-size: 22px;
    font-size: 2.61904762vw;
  }
  #sitemapItem .lst {
    margin-bottom: 40px;
    margin-bottom: 4.76190476vw;
    line-height: 1.1;
  }
  #sitemapItem .lst #tags {
    font-size: 20px;
    font-size: 2.38095238vw;
    display: block;
    margin-bottom: 8px;
    margin-bottom: 0.95238095vw;
  }
  #sitemapItem .lst #menuNm,
  #sitemapItem .lst #sj {
    font-size: 17px;
    font-size: 1.78571429vw;
  }
}
@media screen and (max-width: 1350px) {
  .view_pop1.layerPopup {
    width: 95.56%;
    margin-left: 2.22px;
    margin-right: 2.22px;
  }
}
@media screen and (max-width: 1080px) {
  .view_pop1.layerPopup .list_thumb {
    text-align: left;
    font-size: 0;
    -ms-word-break: keep-all;
    word-break: keep-all;
  }
  .view_pop1.layerPopup .list_thumb > *:nth-child(1n + 1) {
    width: 47.89473684%;
    margin-right: 4.21052632%;
    margin-top: 2.10526316%;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .view_pop1.layerPopup .list_thumb > *:nth-child(2n + 0) {
    margin-right: 0;
  }
  .view_pop1.layerPopup .list_thumb > *:nth-child(-n + 2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 840px) {
  .layerPopup .popup .btn_close {
    width: 58px;
    width: 6.9047619vw;
    height: 58px;
    height: 6.9047619vw;
  }
  .p-ico.close1:after {
    margin-top: -14.5px;
    margin-top: -1.72619048vw;
    margin-left: -14.5px;
    margin-left: -1.72619048vw;
    width: 29px;
    width: 3.45238095vw;
    height: 29px;
    height: 3.45238095vw;
    -webkit-background-size: 100%;
    background-size: 100%;
  }


#sitemapMenu2 .lst, #sitemapItem .lst{margin-bottom: 30px; margin-bottom: 3.6vw;}


#sitemapMenu2 .lst #menuNm, #sitemapMenu2 .lst #sj, #sitemapItem .lst #menuNm, #sitemapItem .lst #sj{font-size: 24px; font-size: 2.88vw; line-height: 1.3; word-break:break-all; display: block; }


}
