/** common **/
button {
  cursor: pointer;
}

input {
  outline: none;
}

input[type='text'],
input[type='tel'],
input[type='number'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

input::-webkit-input-placeholder {
  color: #989898;
}

input:-moz-placeholder {
  color: #989898;
}

input:-ms-input-placeholder {
  color: #989898;
}

.radius {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.blueBtn {
  background: white -moz-linear-gradient(top, #5fabf8, #3691ee);
  background: #3691ee -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5fabf8), to(#1f82ec));
}

.fbBtn {
  background: white -moz-linear-gradient(top, #587bbb, #4b6eae);
  background: #4b6eae -webkit-gradient(linear, 0% 0%, 0% 100%, from(#587bbb), to(#4b6eae));
}

input.rounded {
  outline: 0;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  color: #999999;
  font-size: 13px;
  height: 28px;
  padding: 0 0 0 5px;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.checkIcon {
}

.checkOk {
  width: 21px;
  height: 21px;
  background: url('http://image.soribada.com/image/mobile/img_mo_t1_conf.png') no-repeat;
  background-size: 21px 21px;
}

.checkFail {
  width: 21px;
  height: 21px;
  background: url('http://image.soribada.com/image/mobile/img_mo_t1_rejt.png') no-repeat;
  background-size: 21px 21px;
}

.checkHide {
  display: none;
}

.tabSelected {
  font-size: 12px;
  color: #404040;
}

#wrap-replylist {
  width: 100%;
  overflow: hidden;
}

/** event list **/
.sectionEvent {
  text-align: center;
}

.menu {
  position: relative;
  /*height: 40px;*/
  height: 12vw;
}

.btn_01 {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 33.3%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
}

.btn_02 {
  position: absolute;
  top: 0%;
  left: 33.3%;
  width: 33.3%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
}

.btn_03 {
  position: absolute;
  top: 0%;
  left: 66.6%;
  width: 33.3%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
}

.sectionEvent .mentCont {
  width: 100%;
}

.sectionEvent .split {
  margin-top: 10px;
  width: 2px;
  height: 21px;
  background: url('http://image.soribada.com/image/mobile/blt_mo_t1_line.gif') no-repeat;
  background-size: 1px 14px;
  opacity: 0.2;
}

.sectionEvent .event_menu {
  cursor: pointer;
  padding-top: 7px;
  width: 49%;
  height: 17px;
  font-size: 13px;
  color: #ffffff;
}

.sectionEvent .event_menu span {
  font-weight: bold;
  opacity: 0.5;
}

.sectionEvent .event_menu .menuSelected {
  color: #ffffff;
  opacity: 1;
}

.sectionEvent .split2 {
  width: 100%;
  height: 2px;
  background: #b9c9d7;
}

.sectionEvent .listCont {
}

.sectionEvent .listBox {
  position: relative;
  /*border-bottom:solid 1px #dddddd;*/
  margin: 20px 10px 10px 10px;
  text-align: left;
  line-height: 100%;
  border: 1px solid #e4e4e4;
}

.sectionEvent .nolistBox {
  position: relative;
  margin: 20px 10px 10px 10px;
  text-align: left;
  line-height: 100%;
}

.sectionEvent .eventOpen {
  /*position:absolute;
    top:-5px;
    right:0;
    width:64px;
    height:22px;*/
  float: right;
}

.sectionEvent .eventTitle {
  display: block;
  width: 295px;
  font-size: 12px;
  color: #404040;
}

.sectionEvent .winTitle {
  display: block;
  width: 65vw;
  color: #404040;
  font-size: 3.3vw;
  float: left;
  margin: 5px 0 5px 10px;
  line-height: 6vw;
}

.sectionEvent .eventImage {
  display: block;
  position: relative;
  width: 100%;
  /*margin:10px 0 10px 0;*/
  /*border: 1px solid #c8c8c8;*/
}

.sectionEvent .list_img {
  width: 100%;
}

/*담청자 상세정보*/
.sectionEvent .win_title {
  display: block;
  position: relative;
  text-align: left;
  width: 90%;
  margin: 17px 10px;
  font-weight: bold;
  font-size: 13px;
}

.sectionEvent .boxBg {
  background-color: #f3f3f3;
}

.sectionEvent .win_detail_desc {
  font-size: 13px;
  display: block;
  text-align: left;
  width: 93.5%;
  padding: 15px 10px;
  background-color: #f3f3f3;
}

.sectionEvent .win_detail_desc .winCheck {
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  background-color: #f3f3f3;
  padding-bottom: 10px;
}

.sectionEvent .win_detail_desc .winCheck * {
  color: #017ae2;
}

.sectionEvent .win_detail_desc .nickname {
  font-weight: bold;
}

.sectionEvent .specialBox {
  position: relative;
  width: 100%;
}

.sectionEvent .specialImg {
  width: 100%;
}

.sectionEvent .win_event_item {
  display: block;
  text-align: left;
  width: 100%;
  font-weight: bold;
  margin-top: 15px;
}

.sectionEvent .winner_name {
  display: block;
  text-align: left;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.sectionEvent .linkEventTab {
  display: block;
  text-align: center;
  width: 250px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.sectionEvent .linkEventImage {
  display: block;
  font-size: 13px;
  width: 250px;
  height: 38px;
  margin: 0 auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #017ae2;
  line-height: 38px;
  color: #ffffff;
}

/*공연 상세 페이지*/
.sectionEvent .show_event_image {
  display: block;
  text-align: center;
  width: 94%;
  margin: 17px 10px;
}

.sectionEvent .show_btn_image {
  display: block;
  text-align: center;
  width: 94%;
  margin: -23px 10px;
}

.sectionEvent .show_main_image {
  width: 100%;
}

.sectionEvent .show_alert_title {
  font-size: 12px;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.sectionEvent .result_alert_title {
  position: relative;
  margin-top: 20px;
  font-size: 15px;
  font-weight: bold;
  width: 90%;
  text-align: left;
  padding-left: 6%;
}

.sectionEvent .result_alert_subtitle {
  position: relative;
  margin-top: 5px;
  font-size: 18px;
  font-weight: bold;
  width: 90%;
  text-align: left;
  padding-left: 6%;
}

.result_alert_title .blue {
  color: blue;
}

.result_list {
  position: relative;
  margin-top: 9px;
  font-size: 12px;
  width: 90%;
  text-align: left;
  padding-left: 6%;
}

.result_center {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 16px;
  font-weight: bold;
  color: black;
  width: 100%;
  text-align: center;
}

.result_yes {
  display: inline-block;
  position: relative;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 16px;
  font-weight: bold;
  color: white;
  width: 100px;
  height: 20px;
  padding-top: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #017ae2;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
}

.result_no {
  display: inline-block;
  position: relative;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 16px;
  font-weight: bold;
  color: white;
  width: 100px;
  height: 20px;
  padding-top: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #017ae2;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
}

.sectionEvent .main_title {
  font-size: 17px;
  color: blue;
}

.sectionEvent .sub_title {
  font-size: 14px;
  font-weight: bold;
}

.sectionEvent .lineBar {
  width: 100%;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  border: solid 1px #e1e1e1;
}

.sectionEvent .userInfoBox {
  position: relative;
  width: 93%;
  height: 260px;
  margin: 20px 10px;
}

.sectionEvent .lineBox {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.lineBox .title {
  display: block;
  position: absolute;
  top: 10px;
  left: 1px;
  font-size: 12px;
  text-align: left;
  width: 100px;
  height: 29px;
}

.lineBox .large_box {
  display: block;
  position: relative;
  text-align: left;
  width: 75%;
  height: 30px;
  margin-left: 70px;
}

.lineBox .small_box {
  display: block;
  position: relative;
  width: 30%;
  height: 29px;
}

.lineBox .large_input {
  width: 98%;
}

.lineBox .small_input {
  display: inline-block;
  width: 27%;
  margin-right: 8px;
}

.lineBox .top_margin {
  margin-top: 15px;
}

.lineBox .zip {
  display: inline-block;
  background-color: #017ae2;
  color: white;
  width: 30%;
  height: 22px;
  padding-top: 9px;
  text-align: center;
  vertical-align: top;
  font-size: 13px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
}

input.rounded {
  outline: 0;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  color: #999999;
  font-size: 13px;
  height: 28px;
  padding: 0 0 0 5px;
}

.check_info {
  position: relative;
  width: 95%;
  margin: 30px 0 0 10px;
  text-align: left;
}

.check_info div {
  margin-top: 5px;
}

.check_info .checkText {
  position: relative;
  width: 80%;
  font-size: 12px;
  text-align: left;
  margin-left: 6px;
}

.bom_info {
  position: relative;
  width: 95%;
  margin: 15px 0 30px 10px;
  text-align: left;
}

.bom_info div {
  margin-top: 10px;
}

.bom_info .bomText {
  position: relative;
  width: 80%;
  font-size: 12px;
  text-align: left;
  margin-left: 5px;
}

.check_info .checkText_sub {
  position: relative;
  width: 80%;
  font-size: 12px;
  text-align: left;
  margin-left: 27px;
}

/*주소검색*/
#postPopup {
  /**
    position:absolute;
    top:0;
    left:0;
    height:504px;
    **/
  width: 322px;
}

#postPopup #top {
  position: relative;
  width: 100%;
  height: 36px;
  background-color: #46abe9;
}

#postPopup .topFont {
  display: inline-block;
  margin: 11px 0 0 11px;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
}

#postPopup .closeBtn {
  position: absolute;
  top: 10px;
  left: 345px;
  width: 16px;
  height: 16px;
  background: url('http://image.soribada.com/image/common/btn_co_pop_close.png') no-repeat left top;
}

#postPopup #middle {
  width: 320px;
  height: 306px;
  padding-bottom: 30px;
  border-left: solid 1px #cacaca;
  border-bottom: solid 1px #cacaca;
  border-right: solid 1px #cacaca;
  background-color: #f3f3f3;
}

#postPopup #userMiddle {
  width: 320px;
  height: 494px;
  padding-bottom: 30px;
  border-left: solid 1px #cacaca;
  border-bottom: solid 1px #cacaca;
  border-right: solid 1px #cacaca;
  background-color: #f3f3f3;
}

#postPopup .titleText {
  display: inline-block;
  margin: 20px 0 16px 20px;
  font-size: 13px;
  font-weight: bold;
  color: #6c6c6c;
}

#postPopup #infoBox {
  position: relative;
  width: 290px;
  height: 45px;
  margin-left: 16px;
  border: solid 1px #cacaca;
  background-color: #ffffff;
}

#postPopup #submitZone {
  position: relative;
  margin-top: 10px;
  padding-top: 10px;
  width: 326px;
  margin-left: 20px;
  border-top: solid 1px #e1e1e1;
}

#postPopup .submitIntro {
  font-size: 13px;
  color: #8a8a8a;
  line-height: 19px;
}

#postPopup #userInfoBox {
  position: relative;
  width: 290px;
  height: 225px;
  margin-left: 16px;
  border: solid 1px #cacaca;
  background-color: #ffffff;
}

#userInfoBox #title {
  position: absolute;
  top: 19px;
  left: 16px;
  font-size: 13px;
  color: #6c6c6c;
  font-weight: bold;
}

#userInfoBox #phone {
  position: absolute;
  top: 53px;
  left: 16px;
  font-size: 13px;
  color: #6c6c6c;
  font-weight: bold;
}

#userInfoBox #email {
  position: absolute;
  top: 89px;
  left: 16px;
  font-size: 13px;
  color: #6c6c6c;
  font-weight: bold;
}

#userInfoBox #addr {
  position: absolute;
  top: 129px;
  left: 16px;
  font-size: 13px;
  color: #6c6c6c;
  font-weight: bold;
}

#postPopup #agreeZone {
  position: relative;
}

#postPopup .agree_1 {
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  width: 5px;
  height: 5px;
}

#postPopup .agree_2 {
  display: block;
  position: absolute;
  top: 24px;
  left: 20px;
  width: 5px;
  height: 5px;
}

#postPopup .agree_3 {
  display: block;
  position: absolute;
  top: 47px;
  left: 20px;
  width: 5px;
  height: 5px;
}

#postPopup .agreeBox {
  display: block;
  position: relative;
  width: 310px;
  font-size: 13px;
  color: #8a8a8a;
  margin: 10px 0 0 40px;
}

#userInfoBox .titleInput {
  position: absolute;
  top: 12px;
  left: 84px;
  font-size: 13px;
  color: #6c6c6c;
  font-weight: bold;
  width: 60%;
  border: 1px solid #666;
}

#userInfoBox #phoneInput {
  position: absolute;
  top: 45px;
  left: 84px;
}

#userInfoBox .phoneInput {
  font-size: 13px;
  color: #6c6c6c;
  font-weight: bold;
  width: 18%;
  border: 1px solid #666;
}

#userInfoBox .emailInput {
  position: absolute;
  top: 86px;
  left: 84px;
  font-size: 13px;
  color: #6c6c6c;
  font-weight: bold;
  width: 60%;
  border: 1px solid #ccc;
}

#userInfoBox .emailInput2 {
  position: absolute;
  top: 85px;
  left: 84px;
  font-size: 13px;
  color: #6c6c6c;
  font-weight: bold;
  width: 60%;
  border: 0;
}

.no-zipcode #userInfoBox .emailInput2 {
  top: 81px;
  border: 1px solid #666;
}

#btnZone {
  position: relative;
  margin-top: 20px;
  text-align: center;
}

#submitZone .btnOk {
  width: 64px;
  height: 23px;
  margin-right: 10px;
  background: url('http://image.soribada.com/image/common/btn_co_pop_conf.png') no-repeat left top;
}

#submitZone .btnCancle {
  width: 64px;
  height: 23px;
  margin-left: 10px;
  background: url('http://image.soribada.com/image/common/btn_co_pop_canc.png') no-repeat left top;
}

#userInfoBox #postInput {
  position: absolute;
  top: 127px;
  left: 97px;
}

#userInfoBox .postInput {
  font-size: 13px;
  color: #6c6c6c;
  font-weight: bold;
  width: 66px;
}

#userInfoBox .addrBtn {
  display: inline-block;
  width: 56px;
  height: 25px;
  margin-left: 10px;
  background: url('http://image.soribada.com/image/common/btn_co_t2_ponu.png') no-repeat left top;
}

#userInfoBox #addrInput {
  position: absolute;
  top: 150px;
  left: 97px;
}

.no-zipcode #userInfoBox #addrInput {
  width: 60%;
  top: 111px;
  left: 84px;
}

#userInfoBox .addrInput {
  position: relative;
  width: 190px;
  margin-top: 8px;
}

.no-zipcode #userInfoBox .addr1 {
  width: 96.5%;
}

.no-zipcode #userInfoBox .addr2 {
  width: 96.5%;
  border: 1px solid #666;
}

#postPopup #infoBox .selectAddr {
  position: relative;
  width: 100%;
  margin: 10px 0 0 10px;
}

#postPopup #infoBox .addrInput {
  position: relative;
  width: 190px;
}

#postPopup #infoBox .addrBtn {
  display: inline-block;
  width: 44px;
  height: 22px;
  margin-left: 6px;
  color: white;
  background-color: #46abe9;
  vertical-align: top;
  text-align: center;
  padding-top: 7px;
}

#postPopup #addrList {
  position: absolute;
  top: 46px;
  left: -1px;
  width: 290px;
  height: 200px;
  padding-bottom: 20px;
  border-left: solid 1px #cacaca;
  border-right: solid 1px #cacaca;
  border-bottom: solid 1px #cacaca;
  background-color: #ffffff;
  overflow-y: scroll;
  overflow-x: hidden;
}

#postPopup .addrItem {
  position: relative;
  width: 100%;
  padding: 10px 0 0 10px;
}

#postPopup .addrBun {
  display: inline-block;
  width: 60px;
  margin-left: 10px;
  color: #425d71;
  font-size: 13px;
}

#postPopup .addrJuso {
  display: inline-block;
  width: 225px;
  margin-left: 10px;
  padding: 0 0 0 10px;
  color: #425d71;
  font-size: 13px;
  text-align: left;
}

/*주소입력*/
.postInputPopup {
  border-left: solid 1px #cacaca;
  border-right: solid 1px #cacaca;
  background-color: #f3f3f3;
  box-sizing: border-box;
}

#postInputPopup {
  width: 100%;
  overflow-x: hidden;
}

#postInputPopup #top {
  position: relative;
  width: 100%;
  height: 36px;
  background-color: #46abe9;
}

#postInputPopup .topFont {
  display: inline-block;
  margin: 11px 0 0 11px;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
}

#postInputPopup #userMiddle {
  min-width: 320px;
  min-height: 100%;
  padding-bottom: 30px;
}

#postInputPopup .titleText {
  display: inline-block;
  margin: 20px 0 16px 20px;
  font-size: 13px;
  font-weight: bold;
  color: #6c6c6c;
}

#postInputPopup #userInfoBox {
  position: relative;
  height: 126px;
  margin: 0 16px;
  border: solid 1px #cacaca;
  background-color: #ffffff;
}

.no-zipcode #postInputPopup #userInfoBox {
  height: 200px;
}

#postInputPopup .row_agreezone {
  position: relative;
}

#postInputPopup .agree_1 {
  display: block;
  position: absolute;
  top: -1px;
  left: 20px;
  width: 5px;
  height: 5px;
}

#postInputPopup .agree_2 {
  display: block;
  position: absolute;
  top: -1px;
  left: 17px;
  width: 5px;
  height: 5px;
}

#postInputPopup .agreeBox {
  display: block;
  position: relative;
  font-size: 13px;
  color: #8a8a8a;
  margin: 10px 0 0 40px;
}

#postInputPopup .submitIntro {
  font-size: 13px;
  color: #8a8a8a;
  line-height: 19px;
  padding: 16px;
}

/* mobile_event detail */
.userInfoBox.input_app .lineBox .small_input {
  margin-right: 2%;
}

.userInfoBox.input_app .lineBox .small_input.last_input {
  margin-right: 0;
}

/* 6월 바캉스 이벤트 - 오션월드 */

.event-wrap {
  width: 100%;
}

.event-wrap .section {
  position: relative;
  width: 100%;
}

.event-wrap .event-img {
  width: 100%;
  display: block;
}

.event-wrap .section01 .btn-step {
  position: absolute;
  left: 0;
  width: 100%;
  height: 16%;
  text-indent: -9999px;
  overflow: hidden;
}

.event-wrap .section01 .step01 {
  bottom: 16%;
}

.event-wrap .section01 .step02 {
  bottom: 0;
}

.event-wrap .section01 .btn_shareFacebook {
  position: absolute;
  right: 14%;
  top: 2%;
  width: 10%;
  height: 7%;
  text-indent: -9999px;
  overflow: hidden;
}

.event-wrap .section01 .btn_shareKakaoTalk {
  position: absolute;
  right: 4%;
  top: 2%;
  width: 9%;
  height: 7%;
  text-indent: -9999px;
  overflow: hidden;
}

.event-wrap .section02 .btn_action {
  position: absolute;
  left: 9%;
  width: 82%;
  height: 4%;
  text-indent: -9999px;
  overflow: hidden;
}

.event-wrap .section02 .btn_position1 {
  top: 26%;
}

.event-wrap .section02 .btn_position2 {
  top: 37%;
}

.event-wrap .section02 .btn_position3 {
  top: 54.5%;
}

.event-wrap .section02 .btn_position4 {
  top: 65.5%;
}

.event-wrap .section02 .btn_position5 {
  top: 83%;
}

.event-wrap .section02 .btn_position6 {
  top: 94%;
}

.event-wrap .section03 .btn_eventJoin {
  position: absolute;
  left: 9%;
  bottom: 4%;
  width: 82%;
  height: 10%;
  text-indent: -9999px;
  overflow: hidden;
}

.event-wrap .section03 .btn_eventJoin {
  position: absolute;
  left: 9%;
  bottom: 4%;
  width: 82%;
  height: 10%;
  text-indent: -9999px;
  overflow: hidden;
}

.event-wrap .section05 {
  padding: 30px 15px 10px;
  background: #f1f1f1;
}

.event-wrap .section05 .reply-tit {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #4e4e4e;
}

.event-wrap .section05 .event_reply {
  position: relative;
  padding-right: 60px;
  height: 30px;
  border: 1px solid #ccc;
  background: #fff;
}

.event-wrap .section05 .event_reply .textarea-reply {
  border: none;
  padding: 0 5px;
  line-height: 30px;
  width: 100%;
}

.event-wrap .section05 .event_reply .write_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  line-height: 30px;
  background: #5e5f5f;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.event-wrap .section05 .event_reply_list {
  margin: 15px 0;
  border-top: 1px solid #ccc;
}

.event-wrap .section05 .event_reply_list .spring-reply-box {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

.event-wrap .section05 .spring-reply-box .spring-id {
  font-size: 13px;
  color: #4e4e4e;
  display: inline-block;
  padding-right: 5px;
}

.event-wrap .section05 .spring-reply-box .spring-date {
  font-size: 12px;
  color: #8b8b8b;
}

.event-wrap .section05 .spring-reply-box .spring-reply {
  display: inline-block;
  padding-top: 3px;
  line-height: 17px;
  font-size: 12px;
  color: #8b8b8b;
}

.event-wrap .section6 {
  position: relative;
  width: 100%;
  height: 58px;
  background: #f1f1f1;
}

.event-wrap .section6 .bg-btn {
  display: block;
  width: 100%;
  height: 58px;
}

.event-wrap .section6 .more-txt {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 51px;
  height: 14px;
  margin: -7px 0 0 -28px;
  z-index: 2;
}

/* 이벤트 응모 팝업 */
.info_view {
  display: none;
  position: fixed;
  left: 50%;
  top: 10%;
  margin: 0 0 0 -45%;
  background: #fff;
  width: 90%;
  height: 80%;
  overflow: hidden;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.info_view .popup_complete {
  display: none;
  width: 80%;
  margin-left: -40%;
}

.info_view .noti_tit_box {
  line-height: 40px;
  background: #487cb8;
  margin: 0px;
  padding-left: 10px;
  font-size: 15px;
  color: #fff;
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
}

.info_view .noti_content {
  padding: 10px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.info_view .info_scroll {
  height: 90%;
  overflow-y: scroll;
}

.info_view .info_view {
  display: none;
  height: 80%;
}

.info_view .p_noti_tit {
  margin: 10px 0 13px;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  color: #434343;
}

.info_view .p_noti_txt {
  margin-bottom: 15px;
  font-size: 11px;
  color: #434343;
}

.info_view .info_box {
  padding: 0 10px 0 60px;
  position: relative;
  font-size: 15px;
  color: #434343;
}

.info_view .info_t {
  position: absolute;
  left: 0;
  top: 13px;
}

.info_view .info_t.tel {
  top: 6px;
}

.info_view .input_box {
  width: 100%;
  line-height: 30px;
}

.info_view .p_noti_box {
  margin: 10px 0;
  font-size: 11px;
  line-height: 16px;
  color: #434343;
}

.info_view .p_noti_box strong {
  display: inline-block;
  margin: 5px 0;
}

.info_view .p_noti_box p {
  margin-top: 7px;
}

.info_view .p_noti_box p.no_margin {
  margin-top: 0;
}

.info_view .agree_box {
  margin: 5px 0;
  text-align: left;
}

.info_view .check_box {
  margin-left: -4px;
  font-size: 11px;
  vertical-align: middle;
  color: #434343;
}

.info_view .check_box input {
  vertical-align: middle;
}

.info_view .p_bottom {
  padding: 5px 0;
  text-align: center;
}

.info_view .btn_enter {
  width: 45%;
  height: 40px;
  line-hegiht: 40px;
  font-size: 15px;
  color: #fff;
  background: #666e74;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.info_view .complete {
  margin: 37px 0;
}

.block_back {
  display: none;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.6;
  background-color: rgb(0, 0, 0);
}

.input_cont {
  display: table;
  width: 100%;
  padding: 0;
  font-size: 12px;
  border-collapse: collapse;
}

.input_cont li {
  display: table-row;
  line-height: 30px;
}

.input_cont_txt {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #e6e7e8;
  background: #f5f5f5;
  color: #000;
  width: 20%;
}

.input_cont_box {
  display: table-cell;
  border: 1px solid #e6e7e8;
}

.input_info {
  width: 93%;
  border: none;
}

.block_back2 {
  display: none;
  position: fixed;
  top: -100px;
  right: 0px;
  bottom: -100px;
  left: 0px;
  opacity: 0.6;
  background-color: rgb(0, 0, 0);
}

/* 응모 modal > star // 목록화면에서 응모하기 삭제됨*/
.star_view {
  width: 100%;
  height: 50px;
}

.star_view p {
  float: left;
  width: 46%;
  height: 100%;
  margin: 0 2%;
  font-size: 12px;
  text-align: center;
  line-height: 50px;
}

.star_view p span:before {
  content: '\2605';
  color: gold;
}

.input_showcont_txt {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #e6e7e8;
  background: #f5f5f5;
  color: #000;
  width: 32%;
}

.starInfo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.starInfo .content {
  display: inline-block;
  background: #000;
  vertical-align: middle;
  padding: 20px;
  text-align: left;
  font-size: 10px;
}

.starInfo .content h5 {
  font-size: 12px;
  margin: 8px 0;
  color: white;
}

.starInfo .content div {
  margin: 5px 0;
  color: white;
}

.starInfo .content .close {
  color: white;
}

.starInfo .blank {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.btn {
  cursor: pointer;
}

/* 이벤트 목록 별 적용 레이아웃 */
.eventDateLink {
  width: 80%;
  float: left;
  margin-left: 10px !important;
}

.eventDateLink div {
  margin: 3% 0;
  line-height: 4vw;
}

.eventStarLink {
  position: relative;
  float: right;
  width: 10vw;
  margin: 1% !important;
}

.eventListStarImg {
  float: right;
  width: 100%;
  max-width: 100%;
}

.eventListStarCnt {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  text-align: center;
  margin-top: 58%;
}

.eventDateLink .title {
  font-size: 3.6vw;
}

.eventDateLink .date {
  font-size: 3vw;
}

/* 이벤트 당첨자 목록 레이아웃 */
.winLink {
  width: 100%;
  line-height: 20px;
}

.winLink img {
  float: right;
  margin: 5px 10px 5px 0;
}

.noWinLink {
  width: 100%;
}

.eventWinTitle {
  width: 60vw;
  color: #404040;
  font-size: 13px;
  float: left;
  margin: 5px;
  line-height: 30px;
}

.noticeReadyBtn {
  color: #7993b3;
  border: 1px solid #9bb7d8;
  background: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  line-height: 28px;
  margin: 5px;
  float: right;
  width: 83px;
  font-size: 13px;
}

.eventImage a {
  line-height: 0;
}

.no_event,
.no_win_list {
  margin: auto 0;
  text-align: center;
  color: #505558;
  font-size: 13px;
  margin: 200px 0;
}

.image-w100 {
  width: 100%;
  display: block;
}

.popup {
  display: none;
  position: fixed;
  top: 35%;
  left: 50%;
  width: 75%;
  margin: -25% 0 0 -40%;
  background: #fff;
  z-index: 2;
  border-radius: 10px;
  font-size: 4vw;
}

.popup-block {
  display: none;
  background-color: rgb(0, 0, 0);
  opacity: 0.5;
  width: 100%;
  height: 120%;
  position: fixed;
  top: -10%;
  z-index: 1;
}

.template {
  display: none;
}

.entry-popup-container {
  display: none;
  position: fixed;
  left: 50%;
  top: 9%;
  margin: 0 0 0 -45%;
  background: #fff;
  width: 90%;
  overflow: hidden;
  z-index: 1;
}

.noti-tit-box {
  line-height: 3rem;
  background: #487cb8;
  padding-left: 1rem;
  font-size: 15px;
  color: #fff;
}

.contents-container {
  height: 65vh;
  overflow-y: scroll;
}

.star-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-size: 0.8rem;
  height: 3rem;
}

.star-container > p {
  display: flex;
  align-items: center;
}

.star-image {
  width: 1rem;
  margin: 0 5px;
}

.forms-container {
  margin: 0 1rem;
}

.forms-container .input-table {
  font-size: 0.7rem;
}

.forms-container .input-table li {
  display: flex;
  height: 2rem;
  align-items: center;
  border-top: 1px solid #e6e7e8;
  border-left: 1px solid #e6e7e8;
  border-right: 1px solid #e6e7e8;
  background: #f5f5f5;
}

.forms-container .input-table li:last-child {
  border-bottom: 1px solid #e6e7e8;
}

.forms-container .input-table li.height-two {
  height: 4rem;
}

.forms-container .input-table .input-label {
  color: #000;
  flex: 1 0 30%;
  text-align: center;
}

.forms-container .input-table .input-field {
  background: white;
  color: #000;
  flex: 1 0 70%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.forms-container .input-table input {
  width: 93%;
  height: 65%;
  border: none;
  padding-left: 2.8%;
}

.forms-container .input-table .input-field textarea {
  width: 93%;
  height: 90%;
  padding: 1% 0;
}

.button-container {
  display: flex;
  justify-content: space-between;
}

.button-container button {
  width: 48%;
  height: 40px;
  font-size: 15px;
  color: #fff;
  background: #666e74;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.notice-container {
  margin: 10px 0;
  font-size: 0.7rem;
  line-height: 1rem;
  color: #434343;
}

.line-height-middle {
  height: 1rem;
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  margin: 1rem 0;
}

.ul-top-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}

.container.menu {
  width: 100%;
  display: block;
  height: 50px;
  height: 14vw;
  font-size: 4.3vw;
  position: relative;
  /* border-bottom: 1px solid #e6e7e8; */
}

.ul-top-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}

.top-menu-btn {
  position: relative;
  float: left;
  height: 97%;
  cursor: pointer;
  line-height: 330%;
  font-size: 4vw;
}

.top-menu-btn.selected {
  color: rgb(34, 30, 219);
  font-weight: bold;
  border-bottom: 0.57vw solid rgb(34, 30, 189);
}

.container {
  position: relative;
}

.content-container {
  display: none;
}

/* 곡 */
.album-song-list {
  position: relative;
  line-height: 20px;
  padding: 5px 100px 5px 20px;
  border-bottom: 1px solid #e6e7e8;
}

.album-song-list:last-child {
  border-bottom: 0;
}

.album-txt {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}

.song-tit .title {
  color: #282828;
  font-size: 13px;
}

.song-singer {
  color: #808285;
  font-size: 11px;
}

.song-play {
  top: 15%;
  right: 4%;
  width: auto;
}

.song-no {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 16px;
  /* color: #3285e */
}

.song-info {
  padding-left: 24px;
}

.song-dim {
  opacity: 0.5;
}

.title-img {
  margin-right: 5px;
  width: 30px;
  margin-bottom: -3px;
}

.adult-img {
  width: 13px;
  height: 13px;
  margin-bottom: -2px;
  margin-right: 2px;
}

.back-img {
  display: block;
  width: 100%;
}
