div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
p,
button,
iframe,
th,
td {
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
fieldset,
ul,
ol,
dl,
dt,
dd,
p,
button,
figure {
    margin: 0;
    padding: 0;
}

body {
    font: normal 14px/1.5 'Noto Sans', sans-serif;
    color: #666;
    letter-spacing: -1px;
}

legend,
caption {
    width: 0;
    height: 0;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

a {
    text-decoration: none;
    color: #666;
}

img {
    vertical-align: middle;
}

fieldset,
button {
    background: none;
    border: 0px;
}

ul:after,
ol:after {
    content: '';
    display: block;
    clear: both;
}

li {
    list-style: none;
}

table {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
}

iframe {
    width: 100%;
    vertical-align: middle;
    border: 0 none;
}

hr {
    margin: 20px 0;
    border: 0 none;
    height: 1px;
    background: #c9c9c9;
}

em,
i {
    font-style: normal;
}

label {
    display: inline-block
}

label input {
    vertical-align: middle;
}
/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}
/*textarea,*/
input[type="text"],
input[type="password"],
input[type="file"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    display: inline-block;
    height: 80px;
    line-height: 78px;
    padding: 0px 20px;
    border: 1px solid #ddd;
    background: #fff;
    -webkit-transition-duration: .1s;
    -moz-transition-duration: .1s;
    -o-transition-duration: .1s;
    transition-duration: .1s;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 24px;
    letter-spacing: -1px;
    border-radius: 0;
    appearance : none;
    -webkit-appearance: none;
}

input[type="file"] {
    padding: 3px;
    line-height: 36px;
}

select:hover,
/*textarea:hover,*/
input[type="text"]:hover,
input[type="password"]:hover,
input[type="file"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="color"]:hover {
  border-bottom: 2px solid #000;
}

select:focus,
/*textarea:focus,*/
input[type="text"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border-bottom: 2px solid #000;
}

select:disabled,
/*textarea:disabled,*/
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="date"]:disabled,
input[type="month"]:disabled,
input[type="time"]:disabled,
input[type="week"]:disabled,
input[type="number"]:disabled,
input[type="email"]:disabled,
input[type="url"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="color"]:disabled {
    background-color: #f3f3f3;
    color: #222;
    font-weight: bold;
}

select {
    display: inline-block;
    height: 80px;
    padding: 0 20px;
    border: 1px solid #ddd;
    vertical-align: middle;
    box-sizing: border-box;
    /*background-image:url('../../resources/image/common/bg_select_new.jpg');*/
    background-color: #fff;
    background-position: right center;
    color: #000;
    /*-webkit-appearance:none;-moz-appearance:none;appearance:none;*/
    background-repeat: no-repeat;
    font-size: 24px;
    border-radius: 0;
}

select::-ms-expand {
    display: none;
}

/*textarea,
    {
    width: 100%;
    min-height: 100px;
    padding: 10px;
    resize: none;
    line-height: 1.5;
    box-sizing: border-box;
}
*/
::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}

::-moz-placeholder {
    color: #999;
    opacity: 1;
}

::-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #999;
    opacity: 1;
}


.checkbox,
.radio {
    position: relative;
    display: inline-block;
    margin: 3px 0;
    cursor: pointer;
    vertical-align: middle;
    color: #777;
}

.checkbox input,
.radio input,
.radio_type2 input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    z-index: 1;
}

.checkbox input:checked,
.radio input:checked,
.radio_type2 input:checked .checkbox input:focus,
.radio input:focus,
.radio_type2 input:focus {
    outline: none ! important;
}

.checkbox input:checked+.lbl,
.radio input:checked+.lbl,
.radio_type2 input:checked+.lbl {
    color: #000;
}

.checkbox input+.lbl,
.radio input+.lbl,
.radio_type2 input+.lbl {
    position: relative;
    display: inline-block;
    margin: 0;
    line-height: 35px;
    min-height: 35px;
    padding: 0px 0 0px 50px;
    font-weight: normal;
    vertical-align: top;
    word-break: break-all;
    font-size: 23px;
    color: #626262;
}

.checkbox.only input+.lbl,
.radio.only input+.lbl,
.radio_type2.only input+.lbl {
    padding-left: 35px;
    text-indent: -999em;
    font-size: 0;
}

.checkbox input+.lbl i:before,
.radio input+.lbl i:before,
.radio_type2 input+.lbl i:before {
    content: '';
    border: 2px solid #f5b32c;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    background: #fff;
    display: inline-block;
    height: 35px;
    width: 35px;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
}
.table_div .checkbox input+.lbl i{
	position: absolute;
    left: 7%;
    top: 50%;
    transform: translate(-7%, -50%);
}
.table_div .checkbox input+.lbl i:before {
	top: 50%;
	transform: translate(0%, -50%);
}
.radio input+.lbl i:before {
    border-radius: 100%;
}

.checkbox input+.lbl i:after,
.radio input+.lbl i:after,
.radio_type2 input+.lbl i:after {
    content: '';
    display: inline-block;
    position: absolute;
    background: none;
}

.radio input+.lbl i:after {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.checkbox input+.lbl i:after,
.radio_type2 input+.lbl i:after {
    width: 13px;
    height: 40px;
    border-right: 3px solid;
    border-top: 3px solid;
    border-color: transparent;
    background: none;
    border-radius: 0;
    position: absolute;
    display: inline-block;
    top: -18px;
    left: 18px;
    transform: scaleX(-1) rotate(135deg);
    -webkit-transform: scaleX(-1) rotate(135deg);
    -moz-transform: scaleX(-1) rotate(135deg);
    -webkit-transform: scaleX(-1) rotate(135deg);
}

.radio input+.lbl i:after {
    width: 19px;
    height: 19px;
    top: 8px;
    left: 8px;
    border-radius: 50%;
    background: #fff;
}

.checkbox input:focus+.lbl i:before,
.radio input:focus+.lbl i:before,
.radio_type2 input:focus+.lbl i:before {
    border-color: #333;
}


.radio input:focus+.lbl i:before,
.checkbox input:focus+.lbl i:before,
.radio_type2 input:focus+.lbl i:before {
    border-color: #333;
}

.radio input:checked+.lbl i:after {
    background: #000;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.checkbox input:checked+.lbl i:before,
.radio_type2 input:checked+.lbl i:before {
    border-color: #f5b32c;
    background: #fff;
}

.checkbox input:checked+.lbl i:after,
.radio_type2 input:checked+.lbl i:after {
    border-color: #000;
    top: 15px;
    left: 4px;
    transform-origin: left top;
    transform: scaleX(-1) rotate(135deg);
    -webkit-transform-origin: left top;
    -webkit-transform: scaleX(-1) rotate(135deg);
    -moz-transform-origin: left top;
    -moz-transform: scaleX(-1) rotate(135deg);
    animation-timing-function: ease;
    animation-duration: .5s;
    animation-name: checkmark;
    -webkit-animation-timing-function: ease;
    -webkit-animation-duration: .5s;
    -webkit-animation-name: checkmark;
    -moz-animation-timing-function: ease;
    -moz-animation-duration: .5s;
    -moz-animation-name: checkmark;
}
.table_div .checkbox input:checked+.lbl i:after {
	top:50%;
}
@keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }

    20% {
        height: 0;
        width: 13px;
        opacity: 1;
    }

    40% {
        height: 40px;
        width: 13px;
        opacity: 1;
    }

    100% {
        height: 40px;
        width: 13px;
        opacity: 1;
    }
}

@-webkit-keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }

    20% {
        height: 0;
        width: 13px;
        opacity: 1;
    }

    40% {
        height: 40px;
        width: 13px;
        opacity: 1;
    }

    100% {
        height: 40px;
        width: 13px;
        opacity: 1;
    }
}

.checkbox input:disabled+.lbl i:before,
.radio input:disabled+.lbl i:before,
.radio_type2 input:disabled+.lbl i:before,
.checkbox input[disabled]+.lbl i:before,
.radio input[disabled]+.lbl i:before,
.radio_type2 input[disabled]+.lbl i:before,
.checkbox input.disabled+.lbl i:before,
.radio input.disabled+.lbl i:before,
.radio_type2 input.disabled+.lbl i:before,
.checkbox input:disabled+.lbl i:after,
.radio input:disabled+.lbl i:after,
.radio_type2 input:disabled+.lbl i:after,
.checkbox input[disabled]+.lbl i:after,
.radio input[disabled]+.lbl i:after,
.radio_type2 input[disabled]+.lbl i:after,
.checkbox input.disabled+.lbl i:after,
.radio input.disabled+.lbl i:after,
.radio_type2 input.disabled+.lbl i:after {
    opacity: 0.5;
}

.checkbox.hover>input+.lbl i:before,
.radio.hover>input+.lbl i:before,
.radio_type2.hover>input+.lbl i:before {
    border-color: #ba9765
}

@media only screen and (max-width:750px) {

    /*textarea,*/
    input[type="text"],
    input[type="password"],
    input[type="file"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"] {
        height: 40px;
        line-height: 38px;
        padding: 0px 10px;
        font-size: 13px;
    }

    select {
        height: 40px;
        padding: 0 10px;
        background-size: 40px 40px;
        font-size: 13px;
    }

    .checkbox input,
    .radio input,
    .radio_type2 input {
        width: 20px;
        height: 20px;
    }

    .checkbox input+.lbl,
    .radio input+.lbl,
    .radio_type2 input+.lbl {
        line-height: 20px;
        min-height: 20px;
        padding: 0 0 0 25px;
        /*font-size:14px;*/
        font-size: 16px;
    }

    .checkbox input+.lbl i:before,
    .radio input+.lbl i:before,
    .radio_type2 input+.lbl i:before {
        width: 20px;
        height: 20px;
    }

    .checkbox input+.lbl i:after,
    .radio_type2 input+.lbl i:after {
        height: 20px;
        width: 8px;
        left: 12px;
        top: -8px;
    }

    .checkbox input:checked+.lbl i:after,
    .radio_type2 input:checked+.lbl i:after {
        top: 7px;
        left: 4px;
    }

    .radio input+.lbl i:after {
        width: 10px;
        height: 10px;
        left: 5px;
        top: 5px;
    }

    .checkbox input:checked+.lbl i:after,
    .radio_type2 input:checked+.lbl i:after {
        border-width: 2px;
    }

    /*spinner*/
    .inp_spinner .ui-spinner {
        padding: 0 30px;
        height: 30px !important;
    }

    .ui-spinner-button {
        width: 28px;
        height: 28px;
        line-height: 28px;
    }

    .ui-spinner-button:before {
        width: 18px;
        height: 2px;
        margin-top: -1px;
        margin-left: -9px;
    }

    .ui-corner-tr:after {
        width: 18px;
        height: 2px;
        margin-top: -1px;
        margin-left: -9px;
        transform: rotate(90deg);
    }

    .inp_spinner input {
        line-height: 28px;
        height: 28px;
        text-align: center;
        font-size: 16px;
    }

    @keyframes checkmark {
        0% {
            height: 0;
            width: 0;
            opacity: 1;
        }

        20% {
            height: 0;
            width: 8px;
            opacity: 1;
        }

        40% {
            height: 20px;
            width: 8px;
            opacity: 1;
        }

        100% {
            height: 20px;
            width: 8px;
            opacity: 1;
        }
    }

    @-webkit-keyframes checkmark {
        0% {
            height: 0;
            width: 0;
            opacity: 1;
        }

        20% {
            height: 0;
            width: 8px;
            opacity: 1;
        }

        40% {
            height: 20px;
            width: 8px;
            opacity: 1;
        }

        100% {
            height: 20px;
            width: 8px;
            opacity: 1;
        }
    }

    .inner .hr_divide {
        margin: 0 -14px;
    }
}

/*.memberShipEvent.event_october .contents{padding:0 10px;}*/
.body_bg {
  background: #028cef url(/rndcomm/images/event/bg_wrap_main.png);
}

.bgfff {
  background-color: #fff;
}

.memberShipEvent.event_october .event_form {
  padding: 60px 0;
}

.memberShipEvent.event_october .event_form .event_txt {
    background: #fff;
}

.memberShipEvent.event_october .event_form .input_wrap {
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    /*-webkit-box-shadow: 16px 16px 0px 0px rgba(99,73,146,1); -moz-box-shadow: 16px 16px 0px 0px rgba(99,73,146,1); box-shadow: 16px 16px 0px 0px rgba(99,73,146,1);*/
    border-radius: 25px;
    margin-top: 20px;
    box-shadow: 0 0 20px #dfdfdf;
    border: 1px solid #038cef;
}

.memberShipEvent.event_october .event_form h3 {
    font-size: 30px;
    text-align: center;
    font-weight: 900;
    color: #000;
    line-height: 1;
    margin-bottom: 40px;
}

.memberShipEvent.event_october .event_form ol {
  display: flex;
}
.memberShipEvent.event_october .event_form ol li {
    font-size: 18px;
    color: #000;
    width: calc(100% / 3);
    text-align: center;
    font-weight: bold;
}

.memberShipEvent.event_october .event_form ol li strong {
  color: #fff02b;
  font-size: 26px;
  letter-spacing: -2px;
  display: block;
  background: #011554;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
}

.memberShipEvent.event_october .event_form ol li strong::before {
  position: absolute;
  top: 44%;
  left: -99%;
  font-size: 20px;
  color: #011554;
}

.memberShipEvent.event_october .event_form ul {
    padding: 15px;
}

.memberShipEvent.event_october .event_form ul li {
    font-size: 20px;
    color: #000;
    box-sizing: border-box;
    padding: 15px;
    background: #f4f4f4;
    border: 1px solid #e4e4e4;
    margin-bottom: 10px;
}

.memberShipEvent.event_october .event_form ul li strong {
    display: inline-block;
    margin-right: 10px;
    background: #f0f0f0;
    color: #634992;
    font-size: 19px;
    width: 130px;
    height: 40px;
    ;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
}
.disTableCell{display: table-cell;}
.memberShipEvent.event_october .event_form .input_wrap input {
    width: 100%;
    line-height: 50px;
    height: 64px;
    box-sizing: border-box;
    font-size: 20px;
}
.memberShipEvent.event_october .event_form .input_wrap .table_div input {
	width:100%;
}

.memberShipEvent.event_october .event_form .input_wrap .table_div span.lbl {
    font-size: 20px;
}

.memberShipEvent.event_october .event_form .input_wrap select {
    width: 100%;
    line-height: 50px;
    height: 64px;
    box-sizing: border-box;
    border: 2px #32659a solid;
    font-size: 20px;
}

.memberShipEvent.event_october .event_form .input_wrap span {
    display: block;
}

nav.wrap_lnb {
    padding-bottom: 25px;
}

.memberShipEvent.event_october .event_form .input_wrap label:first-child+span {
    padding-top: 0;
}

.memberShipEvent.event_october .event_form .checkbox input+.lbl i:before {
    border: 2px #000 solid;
}

.memberShipEvent.event_october .event_form .input_wrap .address_input span:first-child {
    position: relative;
    padding-right: 170px;
    box-sizing: border-box;
}

.memberShipEvent.event_october .event_form .input_wrap .address_input span:first-child .button {
    position: absolute;
    right: 0;
    top: 25px;
    line-height: 64px;
    height: 64px;
    width: 144px;
    background: #585858;
    font-size: 20px;
    padding: 0;
}

.memberShipEvent.event_october .event_form .input_wrap .noncd label {
    white-space: normal;
    line-height: normal;
}

.memberShipEvent.event_october .event_form .event_agree {
    padding: 8px;
    /* background: #efefef; */
    height: auto;
    box-sizing: Border-box;
    overflow-y: auto;
    /* white-space: pre-wrap; */
    /* border: 1px #dedede solid; */
    margin-top: 60px;
    font-size: 22px;
    text-align: center;
    color: red;
    font-weight: bold;
}

.memberShipEvent.event_october .event_form .btn_submit {
    width: 100%;
    font-size: 23px;
    line-height: 56px;
    display: block;
    margin: 30px 0;
    letter-spacing: -1px;
    border-radius: 12px;
}

.memberShipEvent.event_october .event_form .table_div .btn_submit {		
	border-radius: 0px;
	background:#3b3b3b;
	height: 100%;
	display: table-cell;
	font-size:20px;
}
.memberShipEvent.event_october .event_form .event_txt span {
    display: block;
    font-size: 16px;
    color: #595959;
    position: relative;
    padding-left: 10px;
}

.memberShipEvent.event_october .event_form .event_txt span+span+span+span:Before {
    content: none;
}

.memberShipEvent.event_october .event_form .event_txt span:before {
    content: '*';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
}

.memberShipEvent.event_october .event_form .checkbox {
    box-sizing: border-box;
    /*padding:0 20px;*/
}

.memberShipEvent.event_october .event_form .checkbox input {
    height: auto;
}

.memberShipEvent.event_october .event_form .checkbox input:checked+.lbl i:after,
.radio_type2 input:checked+.lbl i:after {
    border-color: #f5b32c
}

.memberShipEvent.event_october .event_form .checkbox .lbl {
    padding-top: 0;
    /*margin-top:25px;*/
    letter-spacing: -1px;
}

.memberShipEvent.event_october .event_form .checkbox .lbl em {
    display: block;
    color: #7a7a7a;
    font-size: 20px;
}

.memberShipEvent.event_october .event_form .noncodebox {
    margin-top: 20px
}

.memberShipEvent.event_october .event_info {
    background: #6e51a3;
    box-sizing: border-box;
    border: 1px #5e458b solid;
    padding: 35px 25px;
    color: #000;
    margin-top: 55px;
}

.memberShipEvent.event_october .event_info strong {
    color: #cdb2ff;
}

.memberShipEvent.event_october .event_info em {
    display: block;
    padding-top: 35px;
}

.memberShipEvent.event_october .event_info span {
    display: block;
}

.memberShipEvent.event_october .event_info+p {
    color: #000;
    padding: 15px 0 20px;
}

.memberShipEvent.event_october .event_form .recommend .noncodebox {
    margin: 0;
}

body.bg_gray {
    background: #f4f4f4;
}

body.bg_wht {
    background: #fff;
}

/*
body.gnb_open {
    overflow: hidden;
}
*/

#wrap {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
}

.inner {
    position: relative;
    width: 100%;
    max-width: 1100px;
    padding: 0 50px;
    box-sizing: border-box;
    margin: auto;
}

.img_wrap {
  text-align: center;
  overflow: hidden;
}

.img_wrap img {
  max-width: 800px;
}

.top_btn_box {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.img_wrap .btn {
  margin: 5px;
  font-weight: bold;
  font-size: 23px;
  padding: 20px 0;
  border-radius: 10px;
  width: calc(100% / 2 - 10px);
}

.btn-warning {
    --bs-btn-bg: #fff02c;
}

.img_wrap.main {
  background: #028cef url(/rndcomm/images/event/bg_wrap_main.png) center;
  position: relative;
}

.img_wrap .top_icon {
    position: absolute;
    top: 15%;
    right: -10%;
    width: 36%;
}

.img_wrap .top_icon_no02 {
    position: absolute;
    bottom: 5%;
    left: -11%;
    width: 44%;
}

.img_wrap .top_icon_no03 {
    position: absolute;
    bottom: 8%;
    right: 9%;
    width: 20%;
}

.img_wrap .top_icon_no04 {
    position: absolute;
    top: 19%;
    left: -4%;
    width: 20%;
}

.floating {
    animation-name: floating;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 8px); }
    100%   { transform: translate(0, -0px); }   
  }

.img_wrap.cont {
  background: #011554 url(/rndcomm/images/event/bg_wrap_cont.png) center;
} 

.img_wrap.step {
    background: #ffee80;
}

.img_wrap.coupon {
    background-color: #2b2b2b;
    /* background: #313131 url(/rndcomm/images/event/bg_wrap_cont.png) center; */
}

#pageTit {
    font-size: 0;
    height: 0;
    width: 0;
    visibility: hidden;
}

.hr_divide {
    height: 7px;
    background: #F5F5F5;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.inner .hr_divide {
    margin: 0 -50px;
}

.quiz_wrap {
    padding-bottom: 64px;
}

.quiz_wrap .quiz_box {
    background: #1a1a7e;
    border-radius: 25px;
    padding: 35px;
    color: #fff;
    text-align: right;
}

.quiz_box h4 {
    font-size: 26px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
}

.quiz_box h4 span {
    color: #ebff05;
    vertical-align: top;
    font-size: 21px;
    padding-right: 5px;
}

input.one_word {
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 0;
    margin: 13px 2px;
}

.quiz_box .answer {
    color: #fff02c;
    text-align: center;
    font-size: 27px;
    padding: 20px 0;
}

.quiz_box .answer input {
    margin: 0 12px;
    height: 50px;
    line-height: 0px;
}

.quiz_box .mark_rndbiz {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}

.item.middle_card_img1 {
    border-radius: 27px;
    overflow: hidden;
    border: 7px solid #000;
}


@keyframes blink {
      40% {
        opacity:.5;
  }
  80% {
        opacity: 1;
  }
}

input.choice_a {
    height:45px;
    text-align: center;
    font-size: 18px;
    margin: 8px 0;
    width: 186px;
    color: #000000;
    opacity: 1;
    background: #fff;
}

input.choice_a.short {
    margin: 8px;
    width: 60px;
    padding: 0;
}

input.choice_a.c_on {
    background: #0d6efd;
    color: #fff;
    padding: 0;
}

input.choice_a::placeholder {
    color: #fff;
}

.answer_box {
    display: flex;
    text-align: left;
    justify-content: center;
}

.answer_box div {
    width: 50%;
    background: #e7e7e7;
    border-radius: 15px;
    margin: 30px 10px 0;
    color: #000;
    overflow: hidden;
}

.answer_box div h5 {
    font-size: 20px;
    border-bottom: 1px dashed;
    text-align: center;
    padding: 16px;
    background: #fff;
}

.answer_box div ol {
    padding: 10px 30px;
}

.answer_box div ol::after {
    display: none;
}

.answer_box div ol li {
    margin: 10px 0;
}
/*
.answer_box div ol li {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 9px 0;
    padding: 7px;
}
*/

.answer_box div.nm_an ol li {
    margin: 10px 5px;
}

.answer_box div.nm_an ol li btn {
    width: 100%;
}

.rotated_one_conic_box,
.rotated_one_conic_box_demo{
  position: relative;
  overflow: hidden;
  border-radius: 35px;
  padding: 2rem;

  &::before {
    content: "";
    position: absolute;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(transparent, rgba(168, 239, 255, 1), transparent 30%);
    animation: rotate 4s linear infinite;
  }

  &:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    background: #1a1a7e;
  }
}

.rotated_one_conic_box_demo::after { 
    animation: blink 5s linear infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

.shadow_blink {
    animation: shadow_blink 1.5s ease infinite;
    -moz-animation: shadow_blink 1.5s ease infinite;
    -webkit-animation: shadow_blink 1.5s ease infinite;
  }
  
  @keyframes shadow_blink {
    0%,
    100% {
      box-shadow: 0 0 20px #fffafa;
    }
    50% {
        box-shadow: 0 0 20px rgb(255,255,255,0.3);
    }
  }


@media only all and (max-width:750px) {
    .wrap {
        width: 100%;
    }

    .memberShipEvent.event_october .event_form {
        padding: 0;
    }

    .memberShipEvent.event_october .event_form .event_txt {
        padding: 30px 10px 14px;
        /*0*/
        /*-webkit-box-shadow: 10px 10px 0px 0px rgba(99,73,146,1); -moz-box-shadow: 10px 10px 0px 0px rgba(99,73,146,1); box-shadow: 10px 10px 0px 0px rgba(99,73,146,1); border-radius:0;*/
    }

    .memberShipEvent.event_october .event_form h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .memberShipEvent.event_october .event_form ol li {
        padding: 15px;
        margin-bottom: 15px;
        font-size: 14px;
        position: relative;
        padding-left: 70px;
    }

    .memberShipEvent.event_october .event_form ol li strong {
        position: absolute;
        font-size: 17px;
        left: 15px;
        top: 13px;
        margin-right: 0;
    }

    .memberShipEvent.event_october .event_form ul {
        padding: 15px 0;
    }

    .memberShipEvent.event_october .event_form ul li {
        font-size: 16px;
        padding: 5px 0;
    }

    .memberShipEvent.event_october .event_form ul li strong {
        font-size: 13px;
        width: 80px;
        height: 30px;
        ;
        line-height: 30px;
        border-radius: 15px;
    }

    .memberShipEvent.event_october .event_form .input_wrap input {
        line-height: 50px;
        height: 50px;
    }

    .memberShipEvent.event_october .event_form .input_wrap select {
        line-height: 50px;
        height: 50px;
    }

    nav.wrap_lnb {
        padding-bottom: 15px;
    }

    .memberShipEvent.event_october .event_form .input_wrap .address_input span:first-child {
        padding-right: 120px;
    }

    .memberShipEvent.event_october .event_form .input_wrap .address_input span:first-child .button {
        line-height: 40px;
        height: 40px;
        width: 110px;
        font-size: 15px;
        top: 15px;
    }

    .memberShipEvent.event_october .event_form .event_agree {
        padding: 15px;
        margin-top: 15px;
    }

    .memberShipEvent.event_october .event_form .btn_submit {
        font-size: 20px;
        height: 50px;
        line-height: 50px;
        margin: 30px 0;
        width: 100%;
        height: auto;
    }

    .memberShipEvent.event_october .event_form .event_txt span {
        font-size: 14px;
    }

    .memberShipEvent.event_october .event_form .checkbox {
        margin-top: 0;
        padding: 0;
    }

    .memberShipEvent.event_october .event_form .checkbox .lbl {
        padding-top: 0;
        /*margin-top:15px;*/
    }

    .memberShipEvent.event_october .event_form .checkbox .lbl em {
        font-size: 14px;
        margin-top: 5px;
    }

    .memberShipEvent.event_october .event_form .noncodebox {
        margin-top: 20px
    }

    .memberShipEvent.event_october .event_info {
        padding: 20px 10px;
        margin-top: 40px;
        font-size: 12px;
    }

    .memberShipEvent.event_october .event_info em {
        display: block;
        padding-top: 15px;
    }

    .memberShipEvent.event_october .event_info+p {
        color: #000;
        padding: 15px 0 20px;
    }

    .wrapper {
        margin: 1em 0 15px 0;
    }

    .top_btn_box {
        display: flex;
        flex-direction: column;
        padding: 0 10px;

    }

    .img_wrap .btn {
        width: calc(100% / 1 - 10px);
    }

    .img_wrap .top_icon_no03 {
        position: absolute;
        bottom: 8%;
        right: 3%;
        width: 20%;
    }

    .layPopWp.SECESSION_POP {
        height: 100% !important;
        position: fixed;
    }
}

.memberShipEvent.event_october .event_form .input_wrap span {
    display: flex;	
}

.memberShipEvent.event_october .event_form .input_wrap .id_area label {
    background: #3b3b3b;
    border: 0;
    color: #fff;
    border-radius: 10px 0 0 10px;
}

.memberShipEvent.event_october .event_form .input_wrap .id_area input {
    text-transform: uppercase;
    background: #f6f6f6;
    border-radius: 0 10px 10px 0;
}

.memberShipEvent.event_october .event_form .input_wrap .table_div span {
	display: table;
    box-sizing: border-box;
	width:100%;
}
.memberShipEvent.event_october .event_form .input_wrap .table_div .cell_btn_wrap{width:200px; display:table-cell; height:50px;}
.memberShipEvent.event_october .event_form .input_wrap .table_div span label{width:200px;}

span label {
    width: 300px;
    line-height: 64px;
    height: 64px;
    box-sizing: border-box;
    border-top: 1px #dddddd solid;
    border-bottom: 1px #dddddd solid;
    text-align: center;
    /*font-size: 24px;*/
    font-size: 20px;
    white-space: nowrap;
}

.memberShipEvent.event_october .event_form .input_wrap .pilsu_txt {
    color: red;
    text-align: right;
    display: block;
    margin-bottom: 20px;
}

.pilsu::before {
    color: red;
    font-size: 10px;
    vertical-align: text-top;
    padding-right: 3px;
}

.input_wrap .apply_form {
    padding: 30px;
}
.memberShipEvent.event_october .event_form .input_wrap .table_div .ev_ref_cd_div{
    display: flex;
}

.memberShipEvent.event_october .event_form .input_wrap .table_div .ev_ref_nm{
    width:130px;
    display: flex;
    align-items: center;    
    font-size: 15px;
    justify-content: center;
    border-right: 1px solid #ddd;
}

@media only all and (max-width:750px) {
    span label {
        line-height: 50px;
        height: 50px;
        font-size: 16px;
    }
	.memberShipEvent.event_october .event_form .input_wrap .table_div span.lbl {
		line-height: 50px;
		display: block;
		height: 50px;
		text-align: left;
        padding-left: 21%;
        font-size: 16px;
        letter-spacing: -2px;
	}
	.memberShipEvent.event_october .event_form .input_wrap .table_div span label{
		width:110px;
	}
	.memberShipEvent.event_october .event_form .input_wrap .table_div span label.chg{
		display: block;
		width: 100%;
	}
	.memberShipEvent.event_october .event_form .input_wrap .table_div .cell_btn_wrap {
		display:block;
		width:100%;
	}
    .input_wrap .apply_form {
        padding: 15px 20px;
    }

    .memberShipEvent.event_october .event_form .input_wrap {
        border-radius: 25px 25px 0 0;
    }

	.memberShipEvent.event_october .event_form .input_wrap .table_div .ev_ref_nm{
		width:130px;
	}
    

}

.btn_wrap {
    position: relative;
}

.btn_wrap:after {
    content: '';
    display: block;
    clear: both;
}

.btn_wrap.btn_2 span {
    padding-left: 20px;
    float: left;
    width: 50%;
    box-sizing: border-box;
}

.btn_wrap span:first-child {
    padding-left: 0;
    padding-right: 20px;
}

.btn_wrap span .button {
    width: 100%;
}

.button {
    display: inline-block;
    border: 0;
    position: relative;
    height: 40px;
    line-height: 38px;
    padding: 0px 1em;
    min-width: 1em;
    background: #ffffff;
    text-align: center;
    color: #444;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    box-sizing: border-box;
}

.button:hover,
.button:focus,
.button:active {
    text-decoration: none !important
}

.button:active {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

.button .fa {
    margin-right: 0.4em;
    vertical-align: middle;
}

.button.h25 {
    height: 25px;
    line-height: 23px;
    font-size: 12px;
    padding: 0 0.7em;
}

.button.h60 {
    height: 60px;
    line-height: 60px;
    font-size: 26px;
}

.button.btn_wht {
    color: #707070;
    background: #fff;
    border-color: #8d8d8d;
    border: 1px #ddd solid;
}

.button.btn_gray {
    color: #fff;
    background: #d9dada;
}

.button.btn_gray_light {
    color: #707070;
    background: #f4f4f4;
    border-color: #8d8d8d;
}

.button.btn_gray_dark {
    color: #fff;
    background: #9e9e9e;
}

.button.btn_gray_BlkT {
    color: #000;
    background: #d9dada;
}

.button.btn_blk {
    color: #fff;
    background: #000;
    border-color: #000;
}

.button.btn_brown {
    background: #ba9765;
    color: #fff !important;
    border-color: #ba9765
}

.button.btn_brown_dark {
    background: #8b6a3b;
    color: #fff
}

.button.btn_yellow {
    background: #f5b32c;
    color: #000;
}

.button.btn_yellow2 {
    background: #ff8300;
    color: #fff;
}

.button.btn_radius {
    border-radius: 10px;
}

.button.btn_bluesky {
    color: #fff;
    background: #32659a;
    border-color: #32659a;
}

.memberShipEvent.event_october .event_form .input_wrap .guide_txt .partCode {
    padding: 10px 0;
    color: red;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    line-height: normal;
}

.memberShipEvent.event_october .event_form .input_wrap .guide_txt .partCode.gray {
    padding: 10px 0;
    color: rgb(66, 66, 66);
    font-size: 16px;
    font-weight: bold;
}

.memberShipEvent.event_october .event_form .input_wrap .guide_txt a {
    padding: 0 10px;
    margin-left: 8px;
}

.memberShipEvent.event_october .event_form .guide_txt_list {
    padding: 10px 0;
}

.memberShipEvent.event_october .event_form .guide_txt_list li {
    background: none;
    border: 0;
    font-size: 16px;
    padding: 0 0 7px 0;
    margin: 0;
}

.memberShipEvent.event_october .event_form .guide_txt_list li a {
    font-size: 15px;
    padding: 0 7px;
    margin-left: 7px;
}

@media only all and (max-width:768px) {
    .memberShipEvent.event_october .event_form .input_wrap .guide_txt .partCode {
        font-size: 14px;
        padding: 0;
    }

    .memberShipEvent.event_october .event_form .input_wrap .guide_txt a {
        margin-left: 0;
    }

    .memberShipEvent.event_october .event_form .guide_txt_list li, .memberShipEvent.event_october .event_form .guide_txt_list li a {
        font-size: 14px;
    }
    
}

.nf label,
.nf input,
.nf select {
    border-top: 0 !important;
}

.memberShipEvent.event_october .event_form #detailForm p .recom {
    display: block;
    font-size: 16px;
    color: #595959;
    position: relative;
    padding-left: 10px;
    padding-top: 0;
}

.memberShipEvent.event_october .event_form #detailForm p .recom:before {
    content: '*';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
}

@media only all and (max-width:750px) {
    .memberShipEvent.event_october .event_form #detailForm p .recom {
        font-size: 14px;
    }

    .inner {
        padding: 0;
    }
}

.wrapper {
    /*display: flex;*/
    align-content: center;
    justify-content: space-between;
    margin: 1em 0 25px 0;
}

canvas {
  border: 2px #000000 solid;
  padding: 0 25px;
}

button#reload-button {
    font-size: 26px;
    width: 4.6em;
    background-color: #8052ec;
    border: none;
    border-radius: 0.4em;
    color: #ffffff;
}

.fa-arrow-right-rotate:before,
.fa-arrow-rotate-forward:before,
.fa-arrow-rotate-right:before,
.fa-redo:before {
    content: "\f01e";
}

.fa,
.fa-brands,
.fa-duotone,
.fa-light,
.fa-regular,
.fa-solid,
.fa-thin,
.fab,
.fad,
.fal,
.far,
.fas,
.fat {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

#captcha {
    margin-right: 10px;
}

/*
.memberShipEvent{opacity: 1; transition: .2s; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.75); z-index: 100001;} 
.contents.inner{background: #fff; transition: .4s; position: absolute; left: 50%; top: 50%; width: 600px; height: 620px; transform: translate(-50%,-50%); overflow: hidden; height: calc(100% - 87px - 125px); padding:0; overflow-y:scroll;}

@media only all and (max-width: 750px){
    .contents.inner{width: 100%; height: 100%; border-radius: 0;}
}
.laypopX_mc {top: 0; position: absolute; display: block; width: 24px; height: 24px; right: 22px; top: 10px;}
.laypopX_mc a, .laypopX2_mc a {background: url(/rndcomm/images/common/btn_cancel.png) 0 0 no-repeat; width: 100%; height: 100%; display: block; background-size: 100%;}
*/
.wrap_lnb {
    /*border-bottom:1px solid #dadada;*/
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}

/* width:1903px !important; */
.wrap_lnb .lnb {
    display: table;
    overflow: hidden;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto
}

.wrap_lnb .lnb li {
    display: table-cell;
    position: relative
}

.wrap_lnb .lnb li a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 23px;
    color: #000;
    text-align: center;
    font-family: 'Noto Sans CJK KR';
}

.wrap_lnb .lnb li.on a {
    font-family: 'Noto Sans CJK KR';
    color: #028cef;
}

.wrap_lnb .lnb li.on {
    border: 1px solid #00000036;
    border-bottom: 0 !important;
    background: #fff !important;
}

/*.wrap_lnb .lnb li.on:after{display:block;position:absolute;bottom:0px;left:0;width:100%;height:2px;background:#32659a;content:''}*/
.wrap_lnb .lnb li a:hover {
    color: #028cef;
}

/*.wrap_lnb .lnb li a:hover:after{display:block;position:absolute;bottom:0px;left:0;width:100%;height:2px;background:#32659a;content:''}  */
.memberShipEvent.event_october .event_form .lnb li {
    width: 50%;
}

.memberShipEvent.event_october .event_form .lnb {
    padding: 0;
}

@media only all and (max-width:750px) {
    .wrap_lnb .lnb li a {
        font-size: 18px;
    }

    .memberShipEvent.event_october .event_form .input_wrap input,
    .memberShipEvent.event_october .event_form .input_wrap select {
        font-size: 16px;
    }
}

@media only all and (min-width:751px) {
    .btm_pd {
        padding-top: 50px;
    }
}

.form_agree {
    position: relative;
    padding: 0 0 30px;
    display: flex;
    justify-content: space-between;
}

.ui-btn {
    display: block;
    /*position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    */
    width: 54px;
    margin: 3px 0;
    font-size: 0;
}
/*
.ui-btn:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 0;
    height: 0;
    margin: -2px -6px 0 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #000;
}
*/

.bi-caret-down-fill::before {
    content: "\f229";
    font-size: 20px;
}

.ui-btn.active:before {
    transform: rotate(180deg);
}

.brick-terms__agreeBox {
    font-size: 16px;
    width: 100%;
    height: 400px;
    margin-top: 5px;
    border: 1px solid #C7CBCC;
    border-radius: 2px;
    overflow: auto;
}

.brick-terms__agreeBox .agreeBox {
    padding: 11px;
}

.brick-terms__agreeBox .privacy_contents .inner {
    width: auto;
    padding: 0 20px;
}

.brick-terms__agreeBox .privacy_contents .inner .location_menu_div {
    display: none;
}


#agreeSebu {
    display: none;
}

.agreeBox li {
    font-size: 16px !important;
}

@media only all and (max-width:750px) {
    .agreeBox li {
        font-size: 14px !important;
    }

    .privacy_contents .inner .inner_list .inner_list_title {
        line-height: 1.5;
        font-size: 1.3rem;
        margin: 36px 0 8px;
    }

    .privacy_contents .inner .inner_list .inner_list_sebu {
        font-size: .9rem;
        line-height: 1.4;
    }

    .privacy_contents .inner .inner_list .inner_list_sub_title {
        line-height: 1.5;
        font-size: 1.2rem;
    }

    .privacy_contents .inner .inner_list .inner_list_sub_title2 {
        line-height: 1;
        font-size: 1rem;
    }

    #captcha {
        height: 50px;
    }
    
    #QUIZ_ANSWER_INPUT{font-size:1rem !important;}
}

@media only all and (min-width:751px) {
    .shareBox {
        margin-top: 50px;
    }

    #captcha {
        height: 64px;
    }
}

.id_button {
    border-radius: 0;
    height: auto;
    background-color: #32659a;
    width: 100px;
    color: #fff;
}

.member_chk {
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.member_chk .first_check {
    font-size: 17px;
    color: red;
    font-weight: bold;

}

.bi-exclamation-circle-fill::before {
    margin-right: 5px;
}

.member_chk span,
.member_chk button:nth-child(2),
.member_chk div:first-child {
    margin-right: 10px;
}

.grn {
    background-color: #6ab76b !important;
}

.red {
    background-color: #ff4747 !important;
}

.non {
    display: none !important;
}

.member_chk input {
    width: auto !important;
    height: auto !important;
}

.wrap {
    display: inline-flex;
    width: 300px;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 5px;
}

.wrap .option {
    background: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 10px;
    cursor: pointer;
    padding: 8px 15px;
    border: 2px solid black;
    transition: all 0.3s ease;
}

.wrap .option .dot {
    height: 16px;
    width: 16px;
    background: #d9d9d9;
    border-radius: 50%;
    position: relative;
}

.wrap .option .dot::before {
    position: absolute;
    content: "";
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    background: #028cef;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.3s ease;
}

input[type="radio"] {
    display: none;
}

#member_y:checked:checked~.member_y,
#member_n:checked:checked~.member_n {
    border-color: #028cef;
    background: #028cef;
}

#member_y:checked:checked~.member_y .dot,
#member_n:checked:checked~.member_n .dot {
    background: #fff;
}

#member_y:checked:checked~.member_y .dot::before,
#member_n:checked:checked~.member_n .dot::before {
    opacity: 1;
    transform: scale(1);
}

.wrap .option span {
    font-size: 20px;
    color: #808080;
    font-size: 16px;
}

#member_y:checked:checked~.member_y span,
#member_n:checked:checked~.member_n span {
    color: #fff;
    font-size: 16px;
}

.member_chk span {
    align-items: center;
}

span label {
    background: #e9e9e96b;
}

.id_area_label{border-bottom:0; width:295px;}

.only-425 {display: none;}

@media only all and (max-width: 768px){
    .member_chk {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .member_chk .first_check {
        margin-bottom: 15px;
    }

    .id_area_label{width:197px;}
}

.img_text{
    text-align:center;
    position:relative;  
    color:#fbff00;
    bottom:20px;
    font-size:24px;
}
@media only all and (max-width: 768px){
    .img_text{font-size:18px;}
}

/* ?λͺ¨λ΄?­ ??΄λΈ? */
.elTable caption {
    font-size: 1.3rem;
    visibility: visible;
    line-height: normal;
    width: auto;
    height: auto;
    color: #000;
    text-align: center;
    font-weight: bold;
    padding-bottom: 17px;
}

.elTable tr th, .elTable tr td {
    text-align: center;
}

.elTable tr {
    vertical-align: middle;
}

.elTable button {
    width: 100%;
    max-width: 100px;
}

@media only all and (max-width: 425px){
    .only-425 {display: block;}
    .elTable button {
        line-height: normal;
        font-size: 13px;
    }

    .quiz_wrap .quiz_box {
        margin: 0 10px;
        padding: 13px;
    }

    .quiz_box h4 {
        font-size: 16px;
        width: 100%;
    }

    .quiz_box .answer {
        font-size: 18px;
    }

    .quiz_wrap .quiz_box a {
        font-size: 14px;
    }

    .img_wrap .top_icon_no04 {
        position: absolute;
        top: -3%;
        left: -4%;
        width: 25%;
    }

    input.one_word {
        width: 30px;
        height: 35px;
        margin: 6px 2px;
    }

    .answer_box {
        display: flex;
        flex-direction: column;
    }

    .answer_box div {
        width: 100%;
        margin: 10px 0;
    }

    .answer_box div h5 {
        font-size: 16px;
        padding: 6px;
    }
    .answer_box div ol {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 6px 11px;
    }
    .answer_box div ol li {
        margin: 5px;
    }
    .answer_box div ol li .btn {
        font-size: 15px;
    }

    .answer_box div.nm_an {
        width: 100%;
    }
    
    .quiz_box h4 span {font-size: 16px;}

    input.choice_a {
        height: 28px;
        text-align: center;
        font-size: 15px;
        margin: 2px 0;
        width: 93px;
    }

    input.choice_a.c_on {
        font-size: 10px;
        padding: 0;
    }
}

