< type="text/css">
htmlbody {
height: 100%;
font-size: 12px;
margin: 0;
font-family: "Noto Sans"sans-serif;
font-weight: 300;
}
body:lang(ko) {
font-family: "Noto Sans KR"sans-serif;
font-weight: 400;
}
body:lang(zh-Hant) {
font-family: "Noto Sans TC"sans-serif;
font-weight: 400;
}
@media screen and (min-width: 340px) {
body {
font-size: 15px;
}
}
@media screen and (min-width: 480px) {
body {
font-size: 18px;
}
}
@media screen and (min-width: 768px) {
body {
font-size: 22px;
}
}
input::-webkit-input-placeholder { -webkit-transition:color .24s;transition:color .24s;text-transform:none;text-align:center;}
input:-moz-placeholder { -webkit-transition:color .24s;transition:color .24s;text-transform:none;text-align:center;}
input::-moz-placeholder { -webkit-transition:color .24s;transition:color .24s;text-transform:none;text-align:center;}
input:-ms-input-placeholder { -webkit-transition:color .24s;transition:color .24s;text-transform:none !important;text-align:center;}
input::placeholder { -webkit-transition:color .24s;transition:color .24s;text-transform:none;text-align:center;}
input:focus::-webkit-input-placeholder { color:transparent; -webkit-transition:color .24s;transition:color .24s;text-transform:none;text-align:center;}
input:focus:-moz-placeholder { color:transparent; -webkit-transition:color .24s;transition:color .24s;text-transform:none;text-align:center;}
input:focus::-moz-placeholder { color:transparent; -webkit-transition:color .24s;transition:color .24s;text-transform:none;text-align:center;}
input:focus:-ms-input-placeholder { color:transparent; -webkit-transition:color .24s;transition:color .24s;text-transform:none;text-align:center;}
input:focus::placeholder { color:transparent; -webkit-transition:color .24s;transition:color .24s;text-transform:none;text-align:center;}
.notice strong {
font-weight: bold!important;
}
.ct {
height: 100%;
}
.content {
max-width: 768px;
margin: auto;
padding: 0.5em 1em 0.2em 0.9em;
}
@media screen and (min-width: 768px) {
.content {
padding: 0.5em 99px 0.2em;
}
}
.with-bg {
background-size: 100% auto;
background-repeat: no-repeat;
}
.bg-top {
width: 100%;
}
.bg-top.small {
display: inline;
}
.bg-top.big {
display: none;
}
.bg-bot {
background-image: url("/static/img/coupon/ck/footer_img.png");
background-position: bottom;
width: 100%;
padding-top: 42.1875%;
}
@media screen and (min-width: 768px) {
.bg-top {
background-position: top;
left: 50%;
position: relative;
transform: translateX(-50%);
}
.bg-top.small {
display: none;
}
.bg-top.big {
display: inline;
}
.bg-bot {
background: url("/static/img/coupon/ck/footer_img_desktop.png") no-repeat bottom;
padding-top: 310px;
margin: 86px auto 0;
}
}
.center-text {
text-align: center;
}
.center-text.notice-sub {
font-size: 0.8em;
color: #858585;
}
.center-text.notice-sub a {
color: #858585;
text-decoration: underline;
}
.input-element {
margin-top: 1.2em;
vertical-align: top;
}
.turnstile-wrapper {
display: flex;
justify-content: center;
margin-top: 1.5rem;
}
.input-desc {
margin: 0 1.2em 0.6em 1em;
font-weight: bold;
}
.usercheck {
color: #ff5f00;
font-size: 0.9em;
margin-top: 1px;
float: right;
cursor: pointer;
font-weight: bold;
}
.fa-question-circle {
color: #ff5f00;
}
.input-box {
height: 3.4em;
border-radius: 1.7em;
border: 0.1em solid #d5d5d5;
box-shadow: 0.16em 0.25em 0.25em 0 rgba(3433290.2);
width: 100%;
text-align: center;
padding-left: 1.7em;
padding-right: 1.7em;
background-color: transparent;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
}
#code-box {
text-transform: uppercase;
}
.input-box::-ms-clear {
width: 0;
height: 0;
}
@media screen and (min-width: 768px) {
.input-box {
height: 3.33em;
border-radius: 1.67em;
box-shadow: 2px 3px 2px 0 rgba(3433290.2);
}
.input-desc {
margin-left: 0;
margin-right: 0;
}
}
.submit-button {
background-image: url("/static/img-i18n/coupon/ck/btn_fr.png");
width: 17em;
height: 5.6em;
margin: 0 auto;
cursor: pointer;
}
@media screen and (min-width: 768px) {
.submit-button {
background-image: url("/static/img-i18n/coupon/ck/btn_desktop_fr.png");
width: 404px;
height: 124px;
cursor: pointer;
}
}
.extra-content {
max-width: 768px;
margin: 0 auto;
padding-left: 1em;
padding-right: 1em;
}
.help-text {
margin-left: 0.5em;
margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
.extra-content {
padding: 0 99px 1em;
}
.help-text {
margin-left: 0;
font-size: 1.13em;
}
}
.button-group-common {
display: flex;
justify-content: center;
}
.button-group-custom {
flex-wrap: wrap;
gap: 16px;
margin-top: 40px;
margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
.button-group-custom {
flex-wrap: nowrap;
gap: 32px;
margin-top: 60px;
margin-bottom: 60px;
}
}
.help-img {
width: 100%;
}
.dev-logo {
height: 1.2em;
margin: -12em auto 0;
display: block;
}
@media screen and (min-width: 768px) {
.dev-logo {
margin: -15em auto 0;
}
}
.copyright {
margin-top: 0.8em;
margin-bottom: 1em;
text-align: center;
font-size: 0.75em;
color: #b5b5b5;
}
.select-box-container {
width: 9.5em;
height: 2em;
margin: auto;
}
.select-box {
width: 100%;
height: 100%;
border-radius: 1em;
border: 0.1em solid #d5d5d5;
display: inline-block;
position: relative;
}
.lang-sel {
width: 100%;
height: 100%;
background: 0 0;
color: #939393;
-webkit-appearance: none;
-moz-appearance: none;
border: 0;
padding-left: 2.5em;
outline: none;
}
select::-ms-expand {
opacity: 0;
}
.lang-sel-globe {
position: absolute;
width: 1em;
height: 1em;
left: 0.7em;
top: 0.4em;
}
.lang-sel-down {
color: #b0b0b0;
position: absolute;
right: 0.7em;
top: 0.4em;
z-index: -1;
}
@media screen and (min-width: 768px) {
.select-box-container {
margin-top: 2em;
height: 2.7em;
}
.select-box {
border-radius: 1.35em;
padding: 0.5em 0.5em 0.5em 0.5em;
}
.lang-sel-globe {
top: 0.7em;
}
.lang-sel-down {
top: 0.7em;
}
}
>
<>
.submit-button {
background-image: url("/static/img-i18n/coupon/ck/btn_desktop_fr.png");
}
>