@charset "utf-8";

* {
  box-sizing: border-box;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #cfcdd0 transparent;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 4px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: #cfcdd0;
  border-radius: 8px;
  border: 0px solid transparent;
}

input::placeholder,
textarea::placeholder {
  color: #abb4bd;
  font-weight: 400;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder  {
  color: #abb4bd;
  font-weight: 400;
}

input:-ms-input-placeholder, 
textarea:-ms-input-placeholder{
  color: #abb4bd;
  font-weight: 400;
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

.photo-event {
  width: 100%;
  background-image: url(/front/img/bg-visual.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 80px;
}

.photo-event .container {
  width: 100%;
  max-width: 1200px;
  padding: 0 50px;
  margin: 0 auto;
}

.photo-event .mb15 {
  margin-bottom: 15px !important;
}

.photo-event .title {
  padding: 120px 0 60px;
  text-align: center;
}

.photo-event .title .img-logo {
  width: 30%;
  max-width: 220px;
}

.photo-event .title .img-title img{
  margin-top: 56px;
  width: 100%;
  max-width: 1173px;
}

.photo-event .title p {
  margin-top: 40px;
  font-size: 28px;
  line-height: 1.357;
  letter-spacing: -0.01em;
  color: #FFF;
  font-weight: bold;
  word-break: keep-all;
}

.photo-event .title p+p {
  margin-top: 15px;
  font-size: 24px;
  color: #355a91;
}

.photo-event form {
  max-width: 530px;
  margin: 0 auto;
}

.photo-event label,
.photo-event input,
.photo-event select,
.photo-event textarea {
  display: block;
  border: 0;
}

.photo-event form ul li {
  margin-bottom: 40px;
}

.photo-event form ul li label {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.photo-event form ul li input,
.photo-event form ul li select,
.photo-event form ul li textarea {
  margin-top: 22px;
  padding: 20px 15px;
  border-radius: 8px;
  background: #fff;
  font-weight: bold;
  font-size: 20px;
}

.photo-event form ul li textarea {
  height: 200px;
  resize: none;
  font-weight: normal;
}

.photo-event form ul li textarea::placeholder {
  font-size: 14px;
}

.photo-event form ul li select {
  background-image: url(/front/img/ic-arrow.png);
  background-repeat: no-repeat;
  background-position: center right 30px;
  background-size: 15px;
}

.photo-event form ul li .phone {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.photo-event form ul li .phone li {
  flex: 0 0 32%;
  margin-bottom: 0;
}

.photo-event form ul li input[type="checkbox"] {
  display: none;
}

.photo-event form ul li input[type="checkbox"]+label {
  margin-right: 10px;
  font-size: 18px;
  cursor: pointer;
}

.photo-event form ul li input[type="checkbox"]+label .flex-box {
  width: calc(100% - 40px);
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-left: -4px;
}

.photo-event form ul li input[type="checkbox"]+label .flex-box span {
  font-size: 18px;
  line-height: 1.2;
  width: calc(100% - 80px);
  color: #fff;
  word-break: keep-all;
  font-weight: bold;
}

.photo-event form ul li input[type="checkbox"]+label .flex-box button {
  font-size: 18px;
  color: #fff;
}

.photo-event form ul li input[type="checkbox"]+label::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background-image: url(/front/img/ic-check.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  vertical-align: middle;
}

.photo-event form ul li input[type="checkbox"]:checked+label::before {
  background-image: url(/front/img/ic-checked.png);
}

.photo-event form ul li .submit {
  display: block;
  margin: 55px auto;
  padding: 20px 100px;
  text-align: center;
  background: #2e9cc7;
  border-radius: 30px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}

.photo-event p {
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.photo-event .file-custom input[type="file"] {
  display: none;
}

.photo-event .file-custom label,
.photo-event #imagePreview {
  margin-top: 22px;
  padding: 30px 15px;
  border: 2px dashed #2e9cc7;
  border-radius: 8px;
  background: #fff;
  color: #fff;
  text-align: center;
}

.photo-event #imagePreview {
  display: none;
  padding: 10px;
  background: rgba(255, 255, 255, 0.7);
}

.photo-event #imagePreview img {
  width: 100%;
}

.photo-event .file-custom p {
  margin-top: 20px;
  color: #bbb;
}

.photo-event .file-custom p+p {
  margin-top: 10px;
}

.photo-event form .checkbox-list li {
  float: left;
  margin-bottom: 15px;
  line-height: 1.5;
}

.underline {
  text-decoration: underline;
}
@media screen and (max-width: 1200px) {
  .photo-event .title {
    padding: 10vw 0 5vw;
  }
  .photo-event .title .img-logo{
    width: 18.333vw;
  }
  .photo-event .title .img-title img{
    margin-top: 4.666vw;
  }
 
}

@media screen and (max-width: 768px) {
  .photo-event .title {
    padding: 10vw 0;
  }
  .photo-event .title .img-title img{
    width: 80%;
  }
  input::placeholder,
  textarea::placeholder {
    font-size: 2.604vw
  }

  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder  {
    font-size: 2.604vw
  }

  input:-ms-input-placeholder, 
  textarea:-ms-input-placeholder{
    font-size: 2.604vw
  }
   .photo-event .title p{
    margin-top: 3.333vw;
    font-size: 4.16vw;
  }
  .photo-event .title p+p{
    margin-top: 2.08vw;
    font-size: 3.333vw;
  }
}

@media screen and (max-width: 510px) {
  .photo-event .title p br {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .photo-event {
    padding-bottom: 16.6vw;
  }

  .photo-event .container {
    padding: 0 20px;
  }
/*
  .photo-event .title {
    padding: 20.8vw 0;
  }
*/
  .photo-event form ul li {
    margin-bottom: 8.333vw;
  }

  .photo-event form ul li label {
    font-size: 4.583vw;
  }

  .photo-event form ul li input,
  .photo-event form ul li select,
  .photo-event form ul li textarea {
    margin-top: 4.583vw;
    padding: 4.16vw 3.125vw;
    font-size: 4.16vw;
  }

  .photo-event form ul li select {
    background-size: 3.125vw;
    background-position: center right 6.25vw;
  }

  .photo-event form ul li input[type="checkbox"]+label {
    font-size: 3.75vw;
    width: 10v;
  }

  .photo-event form ul li input[type="checkbox"]+label::before {
    width: 5.2vw;
    height: 5.2vw;
    margin-right: 2.08vw;
  }

  .photo-event form ul li button.submit {
    margin: 11.45vw auto;
    padding: 4.16vw 20.8vw;
    font-size: 5.833vw;
  }

  .photo-event p {
    font-size: 2.916vw;
  }

  .photo-event .title p,
  .photo-event .title p+p {
    font-size: 4.583vw;
  }

  .photo-event .file-custom label,
  .photo-event #imagePreview {
    margin-top: 4.583vw;
    padding: 6.25vw 3.125vw;
  }

  .photo-event .file-custom label img {
    width: 7.29vw;
  }

  .photo-event #imagePreview {
    padding: 2.08vw;
  }

  .photo-event .file-custom p {
    margin-top: 4.16vw;
  }

  .photo-event .file-custom p+p {
    margin-top: 2.08vw;
  }

  .photo-event form .checkbox-list li {
    margin-bottom: 3.125vw;
  }

  .photo-event form ul li input[type="checkbox"]+label .flex-box span {
    font-size: 3.75vw;
    line-height: 1.4;
    word-break: keep-all;
    display: inline-block;
    width: calc(100% - 18vw);
  }

  .photo-event form ul li input[type="checkbox"]+label .flex-box button {
    font-size: 3.75vw;
    width: 18vw;
  }
}

.dimmed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
}

.dp-none {
  display: none;
}

.pop {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  width: 80%;
  max-width: 700px;
  max-height: 90vh;
  overflow-y: scroll;
  padding: 30px;
  border-radius: 10px;
  background: #fff;
}

.pop {
  word-break: keep-all;
  line-height: 1.3;
  color: #4b4b4b;
}

.pop h2 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 20px;
}

.pop h2+p {
  margin-left: 0;
}

.pop h3 {
  font-size: 20px;
  margin: 20px 0;
}

.pop .bold {
  font-size: 18px;
  margin: 0 0 15px 10px;
  text-decoration: underline;
  font-weight: bold;
}

.pop p {
  margin-left: 15px;
}

.pop h5 {
  font-size: 16px;
  margin-bottom: 10px;
}

.pop h5+p {
  margin-bottom: 10px;
}

.pop dl {
  margin: 0 0 10px 15px;
}

.pop dt {
  margin-bottom: 5px;
}

.pop dd {
  margin-left: 10px;
}

.pop dd::before {
  content: "-";
  margin-right: 5px;
}

.pop .tbl-list li {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  border: 1px solid #000;
  border-bottom: 0;
  text-align: center;
}

.pop .tbl-list li:last-of-type {
  border-bottom: 1px solid #000;
}

.pop .tbl-list li:first-of-type p {
  background: #d0b097;
  color: #fff;
}

.pop .tbl-list li p {
  padding: 10px 0;
  margin: 0;
  flex: 0 0 50%;
}

.pop .tbl-list li p:first-of-type {
  border-right: 1px solid #000;
}

.pop .tbl-list+div+p {
  margin-top: 20px;
}

.pop div:not(.checkbox-list) {
  margin: 20px 0;
  padding: 10px;
  border: 3px double #000;
}

.pop input[type="checkbox"] {
  display: none;
}

.pop input[type="checkbox"]+label {
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
  cursor: pointer;
}

.pop input[type="checkbox"]+label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url(/front/img/ic-check2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  vertical-align: middle;
}

.pop input[type="checkbox"]:checked+label::before {
  background-image: url(/front/img/ic-checked2.png);
}

.pop button img[alt="닫기"] {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
}

.pop button.box {
  width: 100%;
}

.pop button.box span {
  float: right;
  margin-top: 20px;
  padding: 8px 30px;
  border-radius: 10px;
  background: #d0b097;
  color: #fff;
}

.pop .terms-list {
  margin-left: 40px;
}

.pop .terms-list li {
  list-style: disc;
  margin-bottom: 8px;
}

@media screen and (max-width: 680px) {
  .pop {
    padding: 6.25vw;
  }

  .pop h2 {
    margin-top: 5px;
    font-size: 3.61vw;
    margin-bottom: 4.16vw;
  }

  .pop h3 {
    font-size: 3.125vw;
    margin: 3.125vw 0;
  }

  .pop .bold {
    font-size: 2.5vw;
    margin: 0 0 3.125vw 2.08vw;
  }

  .pop p {
    font-size: 1.666vw;
    margin-left: 3.125vw;
  }

  .pop h5 {
    font-size: 2.22vw;
    margin-bottom: 2.08vw;
  }

  .pop h5+p {
    margin-bottom: 2.08vw;
  }

  .pop dl {
    margin: 0 0 2.08vw 3.125vw;
  }

  .pop dt {
    font-size: 1.8vw;
    margin-bottom: 1.04vw;
  }

  .pop dd {
    font-size: 1.8vw;
    margin-left: 2.08vw;
  }

  .pop dd::before {
    margin-right: 1.04vw;
  }

  .pop .tbl-list li p {
    padding: 2.08vw 0;
  }

  .pop .tbl-list+div+p {
    margin-top: 4.16vw;
  }

  .pop div:not(.checkbox-list) {
    margin: 4.16vw 0;
    padding: 2.08vw;
  }

  .pop input[type="checkbox"]+label {
    font-size: 1.94vw;
    margin-right: 2.08vw;
  }

  .pop input[type="checkbox"]+label::before {
    width: 3.16vw;
    height: 3.16vw;
  }

  .pop button img[alt="닫기"] {
    right: 4.16vw;
    top: 4.16vw;
    width: 4.16vw;
  }

  .pop button.box span {
    margin-top: 4.16vw;
    padding: 1.11vw 6.25vw;
  }

  .pop .terms-list {
    margin-left: 8.33vw;
  }

  .pop .terms-list li {
    font-size: 2.7vw;
    margin-bottom: 1.11vw;
  }
}

.file_input_hidden {
  font-size: 23px;
  position: absolute;
  right: 0px;
  top: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -khtml-opacity: 0;
  -moz-opacity: 0;

}

.tel_input1 {
  width: 30%;
  display: inline-block !important;
  padding: 20px 15px !important;
}

.tel_input2 {
  width: 33%;
  height: 20%;
  display: inline-block !important;
}

.pop {
  height: 80%;
}

@media screen and (max-width: 480px) {
  .tel_input1 {
    padding: 4.16vw 3.125vw !important;
  }
}

/*
.file_input_div
{
	float: left;
	margin-left: 5px;
	padding-top: 3px;
}
.fileDrop{
    outline: 2px dashed #92b0b3 ;
    outline-offset:-10px;
    text-align: center;
    transition: all .15s ease-in-out;
    width: 300px;
    height: 300px;
    background-color: gray;
}*/


.store_select {
  display: none;
}

.store_search {
  width: 100%;
}

@media screen and (max-width: 480px) {
  .crim-select .result-empty {
    font-size: 14px;
  }
}


#store_list {
  display: none;
  max-height: 200px;
  overflow-y: scroll;
}

.crim-select .crim-select-result {
  margin-top: 4px;
  overflow: hidden;
  background: #fbfbfb;
  color: #999999;
  border: 1px #ededed solid;
  letter-spacing: -0.7px;
  border-top: 0;
  width: 78%;
  border-radius: 8px;
  display: none;
}

.crim-select.active .crim-select-result {
  display: block;
  max-height: 300px;
  overflow-y: auto;
  margin-bottom: 15px;
}

.crim-select .result-item {
  font-size: 18px;
  padding: 15px 21px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.crim-select .result-empty {
  color: black;
}

.crim-select .result-empty-txt {
  font-size: 12px;
  margin-top: 7px;
  display: block;
  line-height: 1.3;
  color: red;
  opacity: 0.5;
}

.crim-select .result-item:hover {
  background-color: #ececec;
}

#searchStoreName,
#storeNameView {
  float: left;
  width: 78%;
  /*
                border: 1px solid #b7b7b7;
                */
  margin-right: 2%;
  margin-top: 20px;
}

.searchStoreBtn {
  width: 20% !important;
  padding: 20px 15px !important;
  background-color: #2e9cc7 !important;
  font-size: 22px;
  line-height: 1;
  color: #FFF !important;
  font-weight: bold !important;
  margin-top: 20px !important;
  float: left !important;
  border-radius: 8px !important;
  margin-bottom: 0px !important;
}

.store_search {
  margin-bottom: 0;
}

.store_search::after,
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

.photo-event .tel_input1,
.photo-event .tel_input2 {
  float: left;
}

.photo-event .tel_input2 {
  margin-left: 2%;
}

.pop03 {
  background-color: transparent;
  color: white;
  text-align: center;
  font-size: 19px;
  height: 200px;
  overflow-y: auto;
}

@media screen and (max-width: 480px) {
  .searchStoreBtn {
    padding: 3.55vw 0 !important;
    white-space: nowrap;
    font-size: 4.16vw;
    line-height: normal;
  }
  .crim-select .result-item{
    font-size: 3.75vw;
    padding: 4.16vw 3.125vw;
  }
}