html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family:'NotoSansKR-Medium';
}
img {
    -webkit-user-drag: none;
}
/* style css */
/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
    display: none;
    touch-action: pan-y;
}
body, html {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
html::-webkit-scrollbar, body::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-use-select: none;
    user-select: none;
}

@font-face {
    font-family:'NotoSansKR-Light';
    font-weight:500;
    src:local(※),
    url('../font/NotoSansKR-Light-Hestia.woff') format('woff');
}
@font-face {
    font-family:'NotoSansKR-Medium';
    font-style:bold;
    font-weight:700;
    src:local(※),
    url('../font/NotoSansKR-Medium-Hestia.woff') format('woff');
}
@font-face {
    font-family:'NotoSansKR-Bold';
    font-style:bold;
    font-weight:900;
    src:local(※),
    url('../font/NotoSansKR-Bold-Hestia.woff') format('woff');
}


::selection {
    background: #deff6a;
    color: #fff
}

::-moz-selection {
    background: #deff6a;
    color: #fff
}

::-webkit-selection {
    background: #deff6a;
    color: #fff
}

img {
    display: block;
}

section {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section01 {
    background-image: url("../img/sec01_bg.jpg");
    background-position-y: bottom;
    height: 1591px;
}
.logo {
    padding-top: 90px;
    position: relative;
    margin-bottom: 30px;
}
.sec01_title {
    position: relative;
    padding-top: 80px;
    padding-right: 50px;
    z-index: 15;
    opacity: 0.8;
    margin-bottom: 10px;
    animation: sec01_title ease-in-out .8s forwards;
}
@keyframes sec01_title {
    from {
        transform: scale(1.15);
        opacity: 0.8;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.sec01_title_item01 {
    position: absolute;
    top: 18px;
    right: 145px;
    opacity: 0;
    transform: translateY(40px);
    animation: sec01_title_item01 ease-in-out 2.5s .9s infinite;
}
@keyframes sec01_title_item01 {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    15% {
        opacity: 1;
        transform: translateY(0px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
.sec01_title_item02 {
    position: absolute;
    top: 90px;
    right: 0px;
    opacity: 0;
    transform: translate(-80px, 70px);
    animation: sec01_title_item02 normal 2.5s .9s infinite;
}
@keyframes sec01_title_item02 {
    0% {
        opacity: 0;
        transform: translate(-80px, 70px);
    }
    10% {
        opacity: 0;
        transform: translate(-80px, 70px);
    }
    20% {
        opacity: 1;
    }
    30% {
        opacity: 1;
        transform: translate(0, -10px);
    }
    100% {
        opacity: 1;
        transform: translate(0, -10px);
    }
}
.sec01_title_item02 > img {
    position: relative;
    transform: scale(0.2);
    animation: sec01_title_item02_img normal 2.5s .9s infinite;
}
@keyframes sec01_title_item02_img {
    0% {
        opacity: 0;
        transform: scale(0.2);
    }
    10% {
        opacity: 0;
        transform: scale(0.2);
    }
    30% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.sec01_text {
    position: relative;
    z-index: 10;
}

.sec01_item01 {
    position: absolute;
    left: 0;
    bottom: 15px;
}
.sec01_item02 {
    position: absolute;
    left: calc(50% + 40px);
    transform: translateX(-50%);
    bottom: 140px;
}
.sec01_item03 {
    position: absolute;
    right: 0;
    bottom: 0;
}
.sec01_item01 > img, .sec01_item02 > img, .sec01_item03 > img {
    position: relative;
}

.sec01_cha01 {
    position: absolute;
    top: -5px;
    left: 155px;
    opacity: 0;
    transform: translateY(40px);
    animation: sec01_cha01 ease-in-out 4s 1s infinite;
}
@keyframes sec01_cha01 {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    10% {
        opacity: 1;
        transform: translateY(0px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
.sec01_cha02 {
    position: absolute;
    bottom: 15px;
    right: 290px;
    opacity: 0;
    transform: translateX(-40px);
    animation: sec01_cha02 ease-in-out 4s 1s infinite;
}
@keyframes sec01_cha02 {
    0% {
        opacity: 0;
        transform: translateX(-40px);
    }
    8% {
        opacity: 0;
        transform: translateX(-40px);
    }
    18% {
        opacity: 1;
        transform: translateX(0px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}
.sec01_cha03 {
    position: absolute;
    top: 275px;
    right: -5px;
    opacity: 0;
    transform: translateX(-40px);
    animation: sec01_cha03 ease-in-out 4s 1s infinite;
}
@keyframes sec01_cha03 {
    0% {
        opacity: 0;
        transform: translateX(-40px);
    }
    20% {
        opacity: 0;
        transform: translateX(-40px);
    }
    30% {
        opacity: 1;
        transform: translateX(0px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}


.section02 {
    background-image: url("../img/sec02_bg.png");
    height: 1470px;
    margin-top: -100px;
}
.sec02_title {
    margin-bottom: -60px;
    position: relative;
    top: -105px;
}
.sec02_con02 {
    margin-top: 40px;
    position: relative;
    z-index: 10;
}






.section03 {
    background-image: url("../img/sec03_bg.png");
    background-position-y: bottom;
    height: 1685px;
    padding-top: 400px;
}
.sec03_bottom {
    position: absolute;
    bottom: -54px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.section04 {
    background-color: #ff92dc;
    padding: 50px 0 800px;
}
.sec04_title {
    margin-bottom: 50px;
}
.sec04_text {
    margin-bottom: 40px;
}

.sec04_con > div {
    position: relative;
    background-image: url("../img/sec04_con_bg.png");
    width: 707px;
    height: 444px;
}
.video-container {
    position: relative;
    z-index: 5;
    width: 680px;
    margin: 0 auto;
    top: 48px;
}
.youtube2 {
    height: 382px !important;
    border: 3px solid #001b4e;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 97.3%;
    height: 95.5%;
}

.sec04_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    position: relative;
    margin-top: 60px;
}
.sec04_btn_item {
    position: absolute;
    bottom: -90px;
    left: 250px;
    opacity: 0;
    animation: hand ease-in-out 1.8s infinite;
}

@keyframes hand {
    0% {
        opacity: 0;
        transform: translate(0, 0);
    }
    5% {
        opacity: 1;
    }
    90% {
        opacity: 1;
        transform: translate(-40px, -40px);
    }
    95% {
        opacity: 0;
        transform: translate(-40px, -40px);
    }
    100% {
        opacity: 0;
        transform: translate(-40px, -40px);
    }
}

.sec04_bottom {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}


.section05 {
    background-color: #0f1f77;
    padding: 80px 0;
}
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.warn_con {
    text-align: start;
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    display: inline-block;
    position: relative;
    font-family: 'GmarketSansMedium';
    line-height: 1;
    letter-spacing: -1px;
}
.warn_con p {
    position: relative;
}
.warn_con p::before {
    content: '※';
    display: inline-block;
    position: absolute;
    top: calc(50%);
    transform: translateY(-50%);
    left: -20px;
    font-size: 16px;
    color:  rgba(255, 255, 255, 0.6);
    font-family: 'GmarketSansMedium';
}

.section06 {
    background-color: #232323;
    padding: 60px 0;
}


.sns_box {
    display: flex;
    justify-content: center;
    align-items: center;
}




.footer {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    width: 100vw;
}



/* 플로팅 버튼 */
.floating {
    flex-direction: column;
    align-items: center;
    position: fixed;
    z-index: 99997 !important;
    right: 18%;
    top: 210px;
    animation: floating ease-in-out .8s .5s forwards;
    opacity: 0;
    cursor: pointer;
    transition: 3s;
}
.floating.hide {
    opacity: 0 !important;
}
@keyframes floating {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}




.right_wingbanner.fixed {
    position:fixed;
    top: 150px;
}
@media screen and (max-width: 1600px) {
    .floating {
        right: 0;
        left:unset;
    }
}
.floating > img {
    position: fixed;
    top: 215px;
    bottom: 0;
}
.floating_item01 {
    position: fixed;
    top: 242px;
    margin-left: 22px;
    cursor: pointer;
    animation: floating_item01 1s ease-in-out infinite;
}
@keyframes floating_item01 {
    0% {
        transform: scale3d(1, 1, 1);
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}
.floating_item02_box {
    position: fixed;
    top: 232px;
    width: 144px;
    height: 89px;
    cursor: pointer;
    overflow: hidden;
}
.floating_item02 {
    position: absolute;
    top: 28px;
    margin-left: 34px;
    cursor: pointer;
    animation: floating_item02 ease-in-out 2s infinite;
}
@keyframes floating_item02 {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    60% {
        opacity: 1;
        transform: translateY(0);
    }
    75% {
        opacity: 0;
        transform: translateY(10px);
    }
    80% {
        opacity: 1;
        transform: translateY(-14px);
    }
    88% {
        opacity: 1;
        transform: translateY(2px);
    }
    93% {
        opacity: 1;
        transform: translateY(-8px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
#go_event01_pc, #go_event02_pc, #go_event03_pc  {
    cursor: pointer;
}

/* 개인정보입력 팝업 */
.answer_popup {
    width: 710px;
    height: 928px;
    display: none;
    letter-spacing: -1px;
/*    left: 50% !important;
    top: 50% !important;
    transform: translateX(-50%) translateY(-50%) !important;*/
}
.popup_title {
    margin: 0 auto;
    width: fit-content;
    margin-bottom: 45px;
}
.answer_popup > .content {
    margin: 0 auto;
}

.placeholderRed::placeholder {
    color: #a6a6a6;
}
.warn_text {
    font-size: 16px;
    color: red;
    letter-spacing: -1px;
    display: inline-block;
    position: relative;
}
.p_title {
    position: relative;
    text-align: center;
    border-bottom: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.pb_30 {
    padding-bottom: 30px;
}
.popup_link_btn {
    margin: 40px auto;
}
.agree_wrap {
    text-align: left;
    position: relative;
    z-index: 9999999;
    width: 100%;
}
.agree_box {
    overflow-y: scroll;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 15px;
    height: 215px;
    color: #333;
    font-size: 18px;
    background: #f1f1f1;
    border-radius: 20px;
    border: 2px solid #09003e;
}
.agree_box > div {
}
.agree_box p {
    margin-bottom: 20px;
}
.agree_box p:last-of-type {
    margin-bottom: 0;
}
.agree_box .h5 {
    display: inline-block;
    font-size: 20px;
    font-family:'NotoSansKR-Bold';
}
.agree_box .h6 {
    display: inline-block;
}
.agree_radio {
    font-size: 20px;
    padding: 0px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    letter-spacing: 0.5px;
}
.agree_radio.pop04 {
    color: #000;
    justify-content: flex-start;
}
.agree_radio label {
    display:inline-block;
    margin-left: 10px;
    cursor:pointer;
    font-size: 20px;
}
.agree_radio.pop04 label {
    margin-right: 120px;
}
.agree_radio_01 input, .agree_radio_02 input {
    width: 20px;
    height: 20px;
    position: relative;
    top: 3px;
}

.board_write_form {
    /*width: 690px;*/
    border-spacing: 0 !important;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 30px 0;
    border-top: none;
}

.board_write_form > form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.board_write_form table {
    width: 100%;
    border-collapse: collapse;
}

.board_write_form tbody {
    position: relative;
    z-index: 9999999;

}
.sec04_btn02 {
    cursor: pointer;
}
.board_write_form .form_field {
    font-size: 15px;
}
.board_write_form .form_field th {
    width: 120px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background-color: #1f136a;
    padding: 20px 18px;
    vertical-align:middle;
    border-bottom: 1px solid #4f4f4f;
    cursor: default;
}
.board_write_form .form_field th > img {
    margin: 0 auto;
}
.board_write_form .form_field:nth-child(1) th {
    border-top-left-radius: 20px;
}
.board_write_form .form_field:last-child th {
    border-bottom-left-radius: 20px;
    border-bottom: unset;
}
.board_write_form .form_field:last-child td {
    border-bottom: 2px solid #09003e;
}


.pop_td04 {
    position: relative;
    cursor: pointer;
}
.pop_add_btn {
    position: absolute;
    top: calc(50% - 15px);
    right: 28px;
    transform: translateY(-50%);
    cursor: pointer;
}
#cancelBtn {
    cursor: pointer;
}

.board_write_form td.field {
    font-size: 20px;
    padding: 10px 10px;
    background: #fff;
    text-align:left;
    vertical-align:middle;
}
.board_write_form .form_field:nth-child(1) td.field {
    border-bottom: 2px solid #dedede;
    border-top-right-radius: 20px;
}
.board_write_form .form_field:nth-child(2) td.field {
    border-bottom: 2px solid #dedede;
}
.board_write_form .form_field:nth-child(3) td.field {
    border-bottom: 2px solid #dedede;
}
.board_write_form .form_field:last-child td.field {
    border-bottom-right-radius: 20px;
}

.board_write_form td.field.route span,
.board_write_form td.field.age span {
    display:inline-block;
    margin-right: 30px;
}
.button_box {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.buttons {
    text-align: center;

}
.agree_box {
    scrollbar-width: none; /* Firefox */
}

.agree_box::-webkit-scrollbar {
    display: none; /* Chrome, Edge, Safari */
}

.buttons a.confirm {
    background-color: #9125a3;
    font-size: 28px;
    width: 240px;
    height: 75px;
    line-height:80px;
    cursor:pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.buttons a.cancel {
    background-color: #a4a4a4;
    display: inline-block;
    font-size: 28px;
    width: 240px;
    height: 75px;
    line-height:80px;
    cursor:pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn_l {
    border: 2px solid #000;
    margin-left: 10px;
}
.btn_r {
    border: 2px solid #000;
    margin-right: 10px;
}
.board_write_form input[type='text'], .board_write_form input[type='file'], .board_write_form input[type='tel'],
.board_write_form select {
    height: 50px;
    outline: none;
}
#hiddenFileInput {
    opacity: 0 !important;
    position: absolute;
    cursor: pointer;
}
.board_write_form select {
    cursor: pointer;
    background-color: transparent;
}
#sample6_address {
    margin: 5px 0;
}
.w120 {
    width: 110px;
}
.w200 {
    width: 250px;
}
.w160 {
    width: 160px;
}
.w500 {
    width: 500px;
}
.strong {
    font-size:15px;
}
.hypen01::after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 74px;
    background-color: #000;
    position: absolute;
    top: 74px;
    left: 386px;
}
.hypen02::after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 74px;
    background-color: #000;
    position: absolute;
    top: 74px;
    left: 552px;
}
#c_hp1 {
    width: 100px !important;
    height: 44px;
    border: 1px solid #dedede;
}
#c_hp2 {
    width: 100px !important;
    height: 40px;
    border: 1px solid #dedede;
}
#c_hp3 {
    width: 100px !important;
    height: 40px;
    border: 1px solid #dedede;
}
/* 당첨자 확인 */
.confirm_content {
    background-color: #fff !important;
    height: 800px;
    max-width: 850px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.confirm_content > div {
    width: 100%;
    margin-bottom: 40px;
}
.confirm_content > div > h1 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 60px;
    font-size: 35px;
    cursor: default;
}
.confirm_box_01  {
    margin-bottom: 60px;
}
.confirm_box_01 > h2, .confirm_box_02 > h2 {
    cursor: default;
}
.confirm_box_01 > div {
    background-color: #f6f6f6;
    padding: 25px;
}
.confirm_box_01 > div > p {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 15px;
}
.confirm_box_02 {
    margin-bottom: 60px;
}
#confirm_table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0 !important;
}
.confirm_table_name {
    border-top: 1px solid #c8c8c8;
}
#confirm_table td, #confirm_table th {
    border-bottom: 1px solid #c8c8c8;
}
#confirm_table th {
    background-color: #0079c4;
    color: #fff;
    height: 60px;
    width: 210px;
    font-size: 18px;
    cursor: default;
}
#confirm_table td {
    padding: 20px;
}
#confirm_table input {
    height: 40px;
    width: 140px;
    border: 1px solid #c8c8c8;
    padding-left: 15px;
    font-family: 'HSSaemaul-Regular';
    font-size: 18px;
}
.confirm_button {
    width: 230px;
    height: 68px;
    background-color: #0079c4;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-weight: 800;
    font-size: 20px;
    margin: 0 auto;
    cursor: pointer;
    text-decoration-line: none;
}
.confirm_button a {
    text-decoration-line: none;
}
.board_write_form input[type='text'], .board_write_form input[type='file'], .board_write_form input[type='tel'], .board_write_form select {
    border: 1px solid #dedede;
    font-family: 'NotoSansKR-Medium';
    font-size: 22px;
    padding-left: 10px;
}

.floating {
    display: flex;
}
.m_floating {
    display: none;
}


@media screen and (max-width: 750px) {
    .floating {
        display: none;
    }
    .m_floating {
        display: inline-block;
    }
    html, body {
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        min-width:320px !important;
    }
    img {
        display: block;
    }

    .sec01_item01, .sec01_item03 {
        display: none;
    }

    .warn_con {
        width: 80vw;
        font-size: 24px;
    }
    .warn_con p {
        line-height: 1.5;
        margin: 5px 0;
    }
    .warn_con p::before {
        top: 5px;
        transform: unset;
    }


    .footer {
        justify-content: center;
        padding: 60px 0 180px 0;
    }
    .m_floating {
        position: fixed;
        width: 100vw;
        z-index: 99997;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .m_floating img {
        width: 100%;
    }


    /* 당첨자확인하기 */
    .container_confirm {
        background-image: url("images/confirm_bg.png");
        background-color: #fff;
        max-width: 850px;
        background-position: center 0;
        margin: auto;
        position: relative;
        height: 1054px;
        background-size: contain;
    }
    .confirm_content {
        background-color: #fff !important;
        height: 800px;
        max-width: 850px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        border-bottom: 2px solid #333;
        padding: 50px;
    }
    .confirm_content > div {
        width: 100%;
        margin-bottom: -7px;
    }
    .confirm_content > div > h1 {
        text-align: center;
        margin-top: -16px;
        margin-bottom: 60px;
        font-size: 44px;
        cursor: default;
    }
    .confirm_box_01  {
        margin-bottom: 60px;
    }
    .confirm_box_01 > h2, .confirm_box_02 > h2 {
        cursor: default;
        font-size: 26px;
    }
    .confirm_box_01 > div {
        background-color: #f6f6f6;
        padding: 25px;
    }
    .confirm_box_01 > div > p {
        margin: 0;
        padding: 0;
        font-weight: 600;
        font-size: 22px;
        letter-spacing: -1.5px;
        line-height: 1.5;
    }
    .confirm_box_02 {
        margin-bottom: 76px;
    }
    #confirm_table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
    }
    .confirm_table_name {
        border-top: 1px solid #c8c8c8;
    }
    #confirm_table td, #confirm_table th {
        border-bottom: 1px solid #c8c8c8;
    }
    #confirm_table th {
        background-color: #0079c4;
        color: #fff;
        height: 60px;
        width: 210px;
        font-size: 24px;
        cursor: default;
    }
    #confirm_table td {
        padding: 20px;
    }
    #confirm_table input {
        height: 45px;
        width: 60px;
        border: 1px solid #c8c8c8;
        padding-left: 15px;
        font-size: 24px;
    }
    .confirm_table_name input {
        width: 140px !important;
    }
    #confirm_table input:focus {
        outline:none;
    }
    .confirm_button {
        width: 290px;
        height: 93px;
        background-color: #0079c4;
        color: #fff;
        text-align: center;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        font-weight: 800;
        font-size: 28px;
        margin: 0 auto;
        cursor: pointer;
    }

    .popup {
        left: -11.5px !important;
    }



    #c_hp1 {
        width: 100px !important;
        height: 59px !important;

    }
    #c_hp2 {
        width: 130px !important;
        height: 55px !important;
    }
    #c_hp3 {
        width: 130px !important;
        height: 55px !important;
    }

    @keyframes wave01 {
        0% {
            transform: translateX(-477px) translateY(10px);
        }
        100% {
            transform: translateX(-595px) translateY(0);
        }
    }
    @keyframes wave02 {
        0% {
            transform: translateX(377px);
        }
        100% {
            transform: translateX(496px);
        }
    }

    .agree_box {
        font-size: 24px;
    }
    .agree_box .h5 {
        font-size: 28px;
    }
    .agree_radio{
        font-size: 24px;
    }
    .board_write_form input[type='text'], .board_write_form input[type='file'], .board_write_form input[type='tel'], .board_write_form select {
        font-size: 28px;
    }
    .warn_text {
        font-size: 22px;
    }
    .pop_add_btn {
        top: calc(50% - 17px);
    }
}









