@charset "UTF-8";

/** setting s **/
#fog, #fog2 {
    display: none;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    padding-bottom: 100%;
}

.hide {
  display:none !important;
}
/** setting e **/


.link {
  position:absolute;
  opacity:0.5;
  background: transparent; /* transparent red */
  cursor:pointer;
  width:100px;
  height:100px;
  left:50%;
  top:100px;
}

body {
  background-color: #b8f2fe;
  transform-origin: top center;
}

.wrap {
  width: 100%;
  margin:0 auto;
  transform-origin: top center;
}



.container {
    position: relative;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    background-position:center top;
    background-size:100%;
    background-repeat: no-repeat;
    overflow:hidden;
}

.content {
    width:100%;
    background-position:center top;
    background-size:100%;
    background-repeat: no-repeat;
    position: relative;
}

.card_wrap .card {
    width: 100%;
    height: 100%;
    transition: all .5s;
    transform-style: preserve-3d;
    cursor: pointer;
}
.card_wrap .card.selected {
    transform:rotateY(180deg);
}
.card_wrap .card > div {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    background-size:100%;
    background-position:center;
    background-repeat:no-repeat;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    background-color:transparent;
    border-radius: 20px;
}
.card_wrap .card .card-front {
    z-index: 5;
    transform: rotateY(-180deg);
}
.card_wrap .card .card-back {
    z-index: 10;
}






.content.intro {
    display: block;
    height:1774px;
}

.content.intro .card_wrap {
    position:relative;
    width:739px;
    height: 278px;
    perspective: 568px;
    transform: translateX(-50%);
    left:50%;
    top:1217px;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.content.intro .card {
    display: block;
    width:202px;
    height: 278px;
    background-repeat:no-repeat;
    background-size:100%;
    background-color:transparent;
}
.content.intro .card.card01 .card-back {
  background-image:url("/assets/img_new/s3_intro_gift01_back.png");
}
.content.intro .card.card01 .card-front {
  background-image:url("/assets/img_new/s3_intro_gift01_front.png?1");
}
.content.intro .card.card02 .card-back {
  background-image:url("/assets/img_new/s3_intro_gift02_back.png");
}
.content.intro .card.card02 .card-front {
  background-image:url("/assets/img_new/s3_intro_gift02_front.png?1");
}
.content.intro .card.card03 .card-back {
  background-image:url("/assets/img_new/s3_intro_gift03_back.png");
}
.content.intro .card.card03 .card-front {
  background-image:url("/assets/img_new/s3_intro_gift03_front.png?1");
}

.content.intro .card_wrap .card .win_no {
    position: absolute;
    width: 67px;
    height: 67px;
    background-repeat:no-repeat;
    background-size:100%;
    z-index: 100;
    box-shadow: unset;
    top:-25px;
    left:50%;
    transform: translateX(-50%);
}
.content.intro .card.card01 .win_no {
  background-image:url("/assets/img_new/s3_gift01_no.png");
}
.content.intro .card.card02 .win_no {
  background-image:url("/assets/img_new/s3_gift02_no.png");
}
.content.intro .card.card03 .win_no {
  background-image:url("/assets/img_new/s3_gift03_no.png");
}

.link.view_winner {
  width: 414px;
  height: 103px;
  margin-left: -415px;
  top: 1622px;
}
.link.intro {
  width: 414px;
  height: 103px;
  margin-left: 1px;
  top: 1622px;
}





.progress_info_wrap {
  display: flex;
  padding: 120px 0 160px;
  justify-content: center;
  gap: 20px;
}
.content.step2 .progress_info_wrap {
  padding:120px 0 56px;
}
.progress_info_wrap .num {
  display: flex;
  justify-content: center;
  align-items: center;
  width:74px;
  height:74px;
  font-size:46px;
  border-radius:100%;
  background-color:#84cde6;
  color:#fff;
  font-weight:700;
}
.progress_info_wrap .num.active {
  background-color:#1e2c83;
}



[class*="step"] {
  display:none;
  background-image: url("/assets/img_new/bg_step.jpg");
  background-repeat: repeat-x;
  background-position: center top;
  background-color: #b8f2fe;
  background-size: contain;
  height: 1774px;
}

[class^="step"] .card_wrap {
    position:relative;
    width:890px;
    perspective: 890px;
    height: 442px;
    transform: translateX(-50%);
    left:50%;
    display: flex;
    justify-content: center;
    gap: 10px;
}






.form_wrap {
  position: relative;
  left:50%;
  transform: translateX(-50%);
  width: 880px;
  height: auto;
  margin-bottom: 35px;
  color: #676767;
  font-size: 24px;
}
.zone_form {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom:25px;
}
.zone_form.second .item_form.user_name {
  margin-bottom:50px;
}
.zone_form .item_form label {
  display: block;
  color:#1e2c83;
  font-weight:900;
  font-size:42px;
  margin-bottom: 15px;
}
.zone_form .item_form.delivery_no label {
  display:flex;
  align-items: center;
}
.zone_form .item_form.delivery_no .icon {
  display:inline-block;
  width:59px;
  height:46px;
  background-repeat:no-repeat;
  background-size:100%;
  background-image:url("/assets/img_new/icon_delivery_box.png");
  margin-right:15px;
}

.zone_form .item_form input[type=text],
.zone_form .item_form input[type=tel],
.zone_form .item_form input[type=number] {
    width: 100%;
    height: 130px;
    background-color:#fff;
    border-radius:20px;
    line-height:1;
    padding:0 25px;
    font-size:36px;
    letter-spacing: -0.5px;
}
.zone_form .item_form input[type=text]::placeholder,
.zone_form .item_form input[type=tel]::placeholder,
.zone_form .item_form input[type=number]::placeholder {
    color:#bbb;
    font-family:'SUIT Variable', sans-serif;
    font-size: 36px;
    letter-spacing: -0.5px;
}

.form_wrap .info_text {
  margin-bottom:50px;
  font-weight: 500;
}

.form_wrap .info_text ul {
    padding: 0 35px;
}
.form_wrap .info_text ul li {
    letter-spacing: -1px;
}



.form_wrap .info_text .box_item {
  display:flex;
  align-items: center;
  margin-bottom:10px;
}
.form_wrap .info_text .box_item label {
  cursor:pointer;
}
.form_wrap #user_check01 {
  width:25px;
  height:25px;
  appearance: auto;
  margin-right:8px;
}
.form_wrap .info_text .box_item .view_privacy_detail {
  text-decoration:none;
  background-color:#1955f5;
  color:#fff;
  border-radius:8px;
  padding:1px 10px;
  margin-left:10px;
  font-size:18px;
}


.form_wrap h3 {
    font-size: 41px;
    font-weight: 800;
    color: #13227c;
    text-align: center;
    margin: 40px 0 68px;
}


.item_form.area_btn {
  margin-top: 185px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.item_form.area_btn .btn_go_select_gift img {
  width: 877px;
  height: 124px;
}
.item_form.area_btn .btn_go_prev img {
  width: 125px;
  height: 124px;
}
.item_form.area_btn .btn_complete img {
  width: 720px;
  height: 124px;
}





.content.step2 .zone_text_top {
  color:#13227c;
  font-size:60px;
  font-weight:900;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.content.step2 .zone_text_top .emp {
  color:#2d2d2d;
}
.content.step2 .zone_text_top .text02 {
  font-size:40px;
  font-weight:700;
  padding:12px 0 7px;
}
.content.step2 .zone_text_top .text03 {
  color:rgb(14,41,135,0.6);  
  font-size:30px;
  font-weight:700;
  padding:0 0 25px;
}

.content.step2 .card_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 3px;
}
.content.step2 .card_wrap .area_img img {
  width:854px;
}

.content.step2 .link.gift_label01 {
  width: 267px;
  height: 414px;
  margin-left: -414px;
  top: 340px;
}
.content.step2 .link.gift_label02 {
  width: 267px;
  height: 414px;
  margin-left: -134px;
  top: 340px;
}
.content.step2 .link.gift_label03 {
  width: 267px;
  height: 414px;
  margin-left: 149px;
  top: 340px;
}

.item_radio_wrap {
  display:flex;
  align-items: center;
  justify-content: center;
}
.item_radio_wrap .item_area {
  display:flex;
  align-items: center;
  justify-content: space-around;
  width:855px;
  padding:10px 0 50px
}
.item_radio_wrap .item_radio input[type="radio"]{
    appearance: none;
    margin:0px;
    padding:0px;
    border:0;
    border-radius: 40px;
    width:40px;
    height:40px;
    background:#fff;
}
.item_radio_wrap .item_radio input[type="radio"]:checked{
    box-sizing: border-box;
    background:#1955f5;
    border-radius: 40px;
    border:8px solid #fff;
}
.item_radio_wrap .item_radio input[type="radio"]:disabled{
    background-color: #dcdcdc;
}

.content.step2 .description_wrap {
  display:flex;
  justify-content: center;
}
.content.step2 .description_box {
  display:flex;
  justify-content: center;
  align-items: center;
  background-color:#fff;
  border-radius:25px;
  width:800px;
  height:280px;
}
.content.step2 .description_box [class^="description"] {
  display: none;
  flex-direction: column;
  text-align: center;
}
.content.step2 .description_box .text01 {
  letter-spacing:-1px;
  color:#13227c;
  font-weight:900;
  font-size:39px;
  margin-bottom:20px;
}
.content.step2 .description_box .text02 {
  letter-spacing:-1px;
  color:#121212;
  font-weight:700;
  font-size:34px;
}

.content.step2 .item_form.area_btn {
    margin-top: 90px;
}






.popup {
    display:none;
    position:absolute;
    width:901px;
    height: 924px;
    background-repeat:no-repeat;
    background-size:100%;
    background-position:center top;
    z-index:50;
    top:620px;
    left:50%;
    transform: translateX(-50%);
    box-sizing:border-box;
}
.popup.privacy_agreement {
    background-image:url("/assets/img_new/popup_privacy_agreement.png");
} 
.popup .link.popup_close {
    width: 105px;
    height: 105px;
    top:0;
    right:0;
    left:unset;
}
.popup.privacy_agreement .link.popup_ok {
    width: 480px;
    height: 140px;
    bottom: 46px;
    left: 50%;
    top: unset;
    transform: translateX(-50%);
}

.popup.complete {
    background-image:url("/assets/img_new/popup_complete.png");
}
.popup.complete .link.popup_ok {
    width: 740px;
    height: 123px;
    bottom: 189px;
    left: 50%;
    top: unset;
    transform: translateX(-50%);
}
.popup.complete .link.go_link01 {
    width: 800px;
    height: 190px;
    bottom: 58px;
    left: 50%;
    top: unset;
    transform: translateX(-50%);
}

.popup.winner {
    display:none;
    position:absolute;
    width:889px;
    height: 1372px;
    background-repeat:no-repeat;
    background-size:100%;
    background-position:center top;
    z-index:50;
    top:200px;
    left:50%;
    transform: translateX(-50%);
    box-sizing:border-box;
}




@media only screen and (max-width:1000px){


.card_wrap .card > div {
    box-shadow: 0.50vw 0.50vw 0.80vw rgba(0, 0, 0, 0.3);
    border-radius: 2.00vw;
}





.content.intro {
    height:177.40vw;
}

.content.intro .card_wrap {
    width:73.90vw;
    height: 27.80vw;
    perspective: 56.80vw;
    top:121.70vw;
    gap: 1.00vw;
}
.content.intro .card {
    width:20.20vw;
    height: 27.80vw;
}

.content.intro .card_wrap .card .win_no {
    width: 6.70vw;
    height: 6.70vw;
    top:-2.50vw;
}

.link.view_winner {
  width: 41.40vw;
  height: 10.30vw;
  margin-left: -41.50vw;
  top: 162.20vw;
}
.link.intro {
  width: 41.40vw;
  height: 10.30vw;
  margin-left: 0.10vw;
  top: 162.20vw;
}




.progress_info_wrap {
  padding: 12.00vw 0 16.00vw;
  gap: 2.00vw;
}
.content.step2 .progress_info_wrap {
  padding:12.00vw 0 5.60vw;
}
.progress_info_wrap .num {
  width:7.40vw;
  height:7.40vw;
  font-size:4.60vw;
}



[class*="step"] {
  height: 177.40vw;
}
[class^="step"] .card_wrap {
    width:89.00vw;
    perspective: 89.00vw;
    height: 44.20vw;
    gap: 1.00vw;
}

[class^="step"] .card_wrap .card .win_no {
    width: 7.80vw;
    height: 7.80vw;
    top:-3.90vw;
}




.form_wrap {
  width: 88.00vw;
  margin-bottom: 3.50vw;
  font-size: 2.40vw;
}
.zone_form {
  padding-bottom:2.50vw;
}
.zone_form.second .item_form.user_name {
  margin-bottom:5.00vw;
}
.zone_form .item_form label {
  font-size:4.20vw;
  margin-bottom: 1.50vw;
}
.zone_form .item_form.delivery_no .icon {
  width:5.90vw;
  height:4.60vw;
  margin-right:1.50vw;
}

.zone_form .item_form input[type=text],
.zone_form .item_form input[type=tel],
.zone_form .item_form input[type=number] {
    height: 13.00vw;
    border-radius:2.00vw;
    padding:0 2.50vw;
    font-size:3.60vw;
    letter-spacing: -0.05vw;
}
.zone_form .item_form input[type=text]::placeholder,
.zone_form .item_form input[type=tel]::placeholder,
.zone_form .item_form input[type=number]::placeholder {
    font-size: 3.60vw;
    letter-spacing: -0.05vw;
}

.form_wrap .info_text {
  margin-bottom:5.00vw;
}

.form_wrap .info_text ul {
    padding: 0 3.50vw;
}
.form_wrap .info_text ul li {
    letter-spacing: -0.10vw;
}



.form_wrap .info_text .box_item {
  margin-bottom:1.00vw;
}
.form_wrap #user_check01 {
  width:2.50vw;
  height:2.50vw;
  margin-right:0.80vw;
}
.form_wrap .info_text .box_item .view_privacy_detail {
  border-radius:0.80vw;
  padding:0.10vw 1.00vw;
  margin-left:1.00vw;
  font-size:1.80vw;
}


.form_wrap h3 {
    font-size: 4.10vw;
    margin: 4.00vw 0 6.80vw;
}


.item_form.area_btn {
  margin-top: 18.50vw;
  gap: 3.00vw;
}
.item_form.area_btn .btn_go_select_gift img {
  width: 87.70vw;
  height: 12.40vw;
}
.item_form.area_btn .btn_go_prev img {
  width: 12.50vw;
  height: 12.40vw;
}
.item_form.area_btn .btn_complete img {
  width: 72.00vw;
  height: 12.40vw;
}





.content.step2 .zone_text_top {
  font-size:6.00vw;
}
.content.step2 .zone_text_top .text02 {
  font-size:4.00vw;
  padding: 1.20vw 0 0.70vw;
}
.content.step2 .zone_text_top .text03 {
  font-size: 3.00vw;
  padding: 0 0 2.50vw;
}

.content.step2 .card_wrap {
  padding-right: 0.30vw;
}
.content.step2 .card_wrap .area_img img {
  width:85.40vw;
}

.content.step2 .link.gift_label01 {
  width: 26.70vw;
  height: 41.40vw;
  margin-left: -41.40vw;
  top: 34.00vw;
}
.content.step2 .link.gift_label02 {
  width: 26.70vw;
  height: 41.40vw;
  margin-left: -13.40vw;
  top: 34.00vw;
}
.content.step2 .link.gift_label03 {
  width: 26.70vw;
  height: 41.40vw;
  margin-left: 14.90vw;
  top: 34.00vw;
}

.item_radio_wrap .item_area {
  width:85.50vw;
  padding:1.00vw 0 5.00vw
}
.item_radio_wrap .item_radio input[type="radio"]{
    border-radius: 4.00vw;
    width:4.00vw;
    height:4.00vw;
}
.item_radio_wrap .item_radio input[type="radio"]:checked{
    border-radius: 4.00vw;
    border:0.80vw solid #fff;
}

.content.step2 .description_box {
  border-radius:2.50vw;
  width:80.00vw;
  height:28.00vw;
}
.content.step2 .description_box .text01 {
  letter-spacing:-0.10vw;
  font-size:3.90vw;
  margin-bottom:2.00vw;
}
.content.step2 .description_box .text02 {
  letter-spacing:-0.10vw;
  font-size:3.40vw;
}

.content.step2 .item_form.area_btn {
    margin-top: 9.00vw;
}






.popup {
    width:90.10vw;
    height: 92.40vw;
    top:62.00vw;
}
.popup .link.popup_close {
    width: 10.50vw;
    height: 10.50vw;
}
.popup.privacy_agreement .link.popup_ok {
    width: 48.00vw;
    height: 14.00vw;
    bottom: 4.60vw;
}

.popup.complete .link.popup_ok {
    width: 74.00vw;
    height: 12.30vw;
    bottom: 18.90vw;
}
.popup.complete .link.go_link01 {
    width: 80.00vw;
    height: 19.00vw;
    bottom: 5.80vw;
}
.popup.winner {
    width:88.90vw;
    height: 137.20vw;
    top:20.00vw;
}


}
/* @media only screen and (max-width:1000px) */









@media screen and (max-width:480px){

}