@media screen and (min-width: 1045px){
/* common */
#wrap {
  width: 100%;
  height: 100%;
}

.wrapper {
  width: 1020px;
  margin: 0 auto;
}

#header {
  width: 1020px;
  margin: 0 auto;
}

#header .top_logo a {
  position: absolute;
  display: block;
  background: url(../img/top_logo.png) no-repeat center;
  background-size: cover;
  width: 329px;
  height: 32px;
  top: 20px;
  font-size: 0;
}

/* section01 */
#section01 {
  background: url(../img/bg.jpg) no-repeat center;
  height: 686px;
}

.main_form {
  position: absolute;
  left: 50%;
  top: 70px;
  transform: translate(-50%);
  width: 1020px;
  height: 530px;
  background: url(../img/form_bg.png) no-repeat center;
}

.main_form .left {
  position: absolute;
  padding: 100px 50px;
}

.main_form .left p:first-child {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.main_form .left p:nth-child(2) {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 35px;
}

.main_form .left p:last-child {
  margin-bottom: 0;
}

.left_textbox {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
  width: 300px;
}

.left_textbox span {
  position: absolute;
  right: 0;
  top: -10px;
  margin-bottom: 40px;
  background-color: #f3f4f8;
  padding: 8px 50px;
  border-radius: 4px;
  color: #4E40C9;
  font-size: 24px;
}

.main_form .right {
  width: 45%;
  position: absolute;
  right: -15px;
  padding: 80px 50px;
}

.main_form .right .main_input input {
  width: 100%;
  height: 60px;
  border: 0;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: 20px;
  font-weight: 400;
}

.main_form .right .main_input input::placeholder {
  color: #959595;
}

.main_form button span {
  visibility: visible;
}

.main_check {
  position: relative;
  display: block;
  text-align: left;
}

.main_check input[type="checkbox"] {
  display: none;
}

.main_check label {
  font-size: 16px;
  font-weight: 400;
  margin-left: 35px;
  cursor: pointer;
  color: #fff;
}

.main_check label::after {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  display: block;
  content: "";
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 4px;
}

.main_check input[type="checkbox"]:checked+label:after {
  background-image: url(../img/check_img.png);
  background-size: contain;
}

.main_check .privacy_btn {
  font-size: 12px;
  border-bottom: 1px solid #fff;
  padding: 4px 2px;
  vertical-align: 1px;
  color: #fff;
  position: absolute;
  right: 0;
}

.main_btn {
  margin-top: 30px;
}

.main_btn button {
  width: 100%;
  background-color: #4E40C9;
  color: #fff;
  border-radius: 50px;
  padding: 18px 0;
  font-size: 24px;
  font-weight: 700;
}

.main_notice {
  position: absolute;
  left: 50%;
  top: 560px;
  transform: translate(-50%);
  background-color: #fff;
  border-radius: 25px;
  padding: 10px 0;
  width: 1020px;
}

.main_notice img {
  position: absolute;
  top: 10px;
  left: 50px;
}

.main_notice p {
  color: #222;
  font-size: 16px;
  margin-left: 120px;
}

/* section02 */
#section02 {
  background-color: #fff;
  padding: 70px 0;
}

.bohum_list {
  margin: 0 auto;
  text-align: center;
}

.card {
  display: inline-block;
  width: 190px;
  height: 170px;
  padding: 10px;
  margin: 10px 20px;
  -webkit-box-shadow: 9px 9px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 9px 9px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 9px 9px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.card:nth-child(1),
.card:nth-child(5) {
  margin-left: 0;
}

.card:nth-child(4),
.card:nth-child(8) {
  margin-right: 0;
}

.card_text {
  font-size: 18px;
  font-weight: 400;
  margin: 20px 0;
}

.card_text span {
  color: #4E40C9;
  margin: 0 30px;
}

.go_btn {
  background-color: #4E40C9;
  color: #fff;
  font-size: 16px;
  width: 80%;
  padding: 8px 0;
  border-radius: 25px;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}

/* section03 */
#section03 {
  background-color: #f3f4f8;
  padding: 70px 0;
}

.event_notice {
  display: inline-block;
  padding: 33px 0;
  width: 338px;
  background: #fff;
  text-align: center;
  cursor: pointer;
}

.gift {
  display: inline-block;
  padding: 33px 0;
  width: 338.5px;
  background: #4E40C9;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.confirm {
  display: inline-block;
  padding: 33px 0;
  width: 338px;
  background: #35d6e8;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.menu li p {
  font-size: 28px;
  font-weight: 700;
}

.menu li span {
  font-size: 16px;
  font-weight: 400;
}

.event_text {
  background: url(../img/event_bg.png) no-repeat center;
  padding: 50px 33px;
  margin: 0 auto;
}

.event_text .banana {
  display: inline-block;
  width: 49.7%;
  vertical-align: top;
}

.event_text .giftcard {
  display: inline-block;
  margin-left: 30px;
}

.event_text p:first-child {
  font-weight: 700;
  font-size: 20px;
  color: #4E40C9;
}

.event_text p:nth-child(2) {
  font-weight: 700;
  font-size: 28px;
  margin: 0 0 20px;
}

.event_text p {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}

.event_text span {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  line-height: 26px;
}

.event_text span:last-child {
  font-size: 14px;
}

.event_text img {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.giftcard_form {
  display: none;
  background: #fff;
  padding: 50px 33px;
  margin: 0 auto;
  text-align: center;
}

.input_group {
  display: inline-block;
  width: 35%;
  margin: 0 auto;
  margin-right: 2%;
}

.input_group:nth-child(even) {
  margin-right: 0;
}

.input_group label {
  display: block;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
  text-align: left;
}

.input_group input {
  width: 100%;
  height: 40px;
  border: 1px solid #1d2c6d;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: 15px;
  font-weight: 400;
}


.input_group select {
  width: 346px;
  height: 40px;
  border: 1px solid #1d2c6d;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: 15px;
  font-weight: 400;
  outline: none;
}

.checkbox_wrap {
  position: relative;
  display: block;
  text-align: left;
  margin-left: 135px;
  margin-bottom: 15px;
}

.checkbox_wrap input[type="checkbox"] {
  display: none;
}

.checkbox_wrap label {
  font-size: 16px;
  font-weight: 400;
  margin-left: 35px;
  cursor: pointer;
}

.checkbox_wrap label::after {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  display: block;
  content: "";
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #1d2c6d;
  border-radius: 4px;
}

.checkbox_wrap input[type="checkbox"]:checked+label:after {
  background-image: url(../img/check_img.png);
  background-size: contain;
}

.checkbox_wrap .privacy_btn2 {
  font-size: 12px;
  margin-left: 52px;
  border: 1px solid #1d2c6d;
  color: #1d2c6d;
  padding: 4px 10px;
  vertical-align: 1px;
}

.form_notice {
  display: block;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  margin-left: 135px;
}

.form_btn {
  display: block;
  margin: 20px 0 0;
}

.form_btn button {
  font-size: 18px;
  font-weight: 500;
  background-color: #1d2c6d;
  color: #fff;
  padding: 18px 75px;
  border-radius: 100px;
}

.confirm_form {
  display: none;
  background: #fff;
  padding: 50px 33px;
  margin: 0 auto;
  text-align: center;
}

.confirm_btn {
  display: inline-block;
}

.confirm_btn button {
  font-size: 16px;
  font-weight: 500;
  background-color: #1d2c6d;
  color: #fff;
  padding: 12px 34px;
  border-radius: 100px;
  vertical-align: 6px;
}

.confirm_table table {
  margin: 20px 0;
}

.confirm_table table th {
  background-color: #1d2c6d;
  color: #fff;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 400;
}

.confirm_table table td {
  background-color: #fff;
  color: #222;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.confirm_table p {
  text-align: right;
}

.confirm_fail p {
  font-size: 24px;
  font-weight: 500;
  margin-top: 10px;
}

/* section04 */
#section04 {
  background-color: #4E40C9;
  padding: 70px 0;
  text-align: center;
}

#section04 h4 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#section04 h4 span {
  font-weight: 500;
}

.urlbox {
  margin: 40px auto;
  background-color: #fff;
  border-radius: 10px;
  width: 580px;
  padding: 20px;
  -webkit-box-shadow: 9px 9px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 9px 9px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 9px 9px 20px 0px rgba(0, 0, 0, 0.15);
}

.urlbox p {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  vertical-align: middle;
}

.urlbox a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle;
}

.urlbox a::before {
  content: '|';
  margin: 0 10px;
}

/* section05 */
#section05 {
  background-color: #fff;
  padding: 70px 0;
}

.bohum {
  position: relative;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  margin-bottom: 30px;
}

.bohum:last-child {
  margin-bottom: 0;
}

.bohum_title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  text-align: center;
}

.bohum_title p,
.bohum_title .call a {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 25px;
}

.bohum_title img {
  margin-bottom: 25px;
}

.bohum_title .url,
.bohum_title .hdurl {
  display: block;
  width: 180px;
  margin: 0 auto;
  padding: 12px 0;
  background-color: #4E40C9;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border-radius: 6px;
  cursor: pointer;
}

.bohum_text {
  display: inline-block;
  margin-left: 300px;
  width: 658px;
  background-color: #f9f9f9;
  padding: 25px 30px 25px 30px;
  border-radius: 0 10px 10px 0;
}

.summary {
  font-size: 14px;
  line-height: 26px;
}

.pass {
  color: #908a8a;
  margin-top: 20px;
}

.highlight01 {
  color: #4E40C9;
}

/* section07 */
#section07 {
  background-color: #f5f5f5;
  padding: 30px 0;
}

#section07 p {
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
}

#section07 p:first-child {
  margin-top: 0;
}

#section07 span {
  display: block;
  font-size: 12px;
  line-height: 24px;
}

/* footer */
#footer {
  background-color: #404040;
  padding: 40px 0;
}

#footer p {
  color: #fff;
  font-size: 13px;
  line-height: 20px;
}

#footer p:first-child {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
}

/*POPUP*/

.device-layer {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.layer-pop {
  position: absolute;
  z-index: 1003;
  left: 50%;
  top: 8%;
  transform: translateX(-50%);
  width: 40%;
  height: 80%;
  margin: auto;
  border: 5px solid #1d2c6d;
  background-color: #fff;
  overflow-y: auto;
}

.layer-pop .container-pop {
  padding: 15px 15px;
}

.layer-pop h2.text {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 700;
}

.layer-pop p.text {
  margin-top: 0;
  line-height: 20px;
  font-size: 0.75rem;
  color: #666;
}

.layer-pop .exit-btn {
  width: 100%;
  margin: 10px 0 20px;
  padding-top: 10px;
  text-align: right;
  border-top: 1px solid #ddd;
}

a.layer-exit {
  font-size: 13px;
  line-height: 30px;
  display: inline-block;
  height: 25px;
  padding: 0 14px;
  color: #fff;
  border: 1px solid #1d2c6d;
  background-color: #1d2c6d;
}

a.layer-exit2 {
  font-size: 13px;
  line-height: 30px;
  display: inline-block;
  height: 25px;
  padding: 0 14px;
  color: #fff;
  border: 1px solid #1d2c6d;
  background-color: #1d2c6d;
}

.pop-layer {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

/* .main_layer {
  position: absolute;
  z-index: 1001;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
  width: 1020px;
  height: 620px;
  margin: auto;
  overflow-y: hidden;
  background: url(../img/popup_bg.png);
} */

.main_layer {
  position: absolute;
  z-index: 1001;
  left: 50%;
  top: 8%;
  transform: translateX(-50%);
  width: 1020px;
  height: 592px;
  margin: auto;
  overflow-y: hidden;
  background: url(/site/popup_240611.png);
}

.main_form.popup {
  position: absolute;
  top: 0;
  background: none;
  height: auto;
}

.main_form.popup .right {
  right: 20px;
  padding: 15px 30px;
  width: 40%;
}

.main_form.popup .left {
  padding: 30px 50px;
}

.main_form.popup .left_textbox {
  position: relative;
  width: 450px;
}

.main_form.popup .left_textbox span {
  right: 155px;
}

.main_form.popup .left p:first-child {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 0;
}

.main_form.popup .left p:nth-child(2) {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 35px;
}

.pop_close {
  width: 1020px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}


.pop_close img {
  position: absolute;
  right: 0;
  width: 40px;
  top: 30px;
}

.event_wrap {
  background: #fff;
  padding: 50px 33px;
  margin: 0 auto;
}


.event_wrap div:first-child p {
  font-weight: 700;
  font-size: 28px;
  color: #4E40C9;
}

.event_wrap div:last-child p {
  font-weight: 700;
  font-size: 28px;
  text-align: left;
}

.event_wrap p:nth-child(2) {
  font-weight: 700;
  font-size: 28px;
  margin: 0 0 20px;
}

.event_wrap p {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}

.event_wrap span {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  line-height: 26px;
}

.naver_btn {
  margin: 30px 0;
}

.naver_btn span {
  color: #fff;
  margin-right: 15px;
  font-size: 16px;
}

.naver_btn button {
  background-size: contain;
  background-image: url(../img/btnG.png);
  height: 42px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-color: #03c75a;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
}
}