html {
    font-size: 16px;
}
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
select,
table,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    line-height: inherit;
}
textarea {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: transparent;
    border: 0;
    word-break: keep-all;
    word-wrap: break-word;
}
button,
input {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
}
button {
    background-color: transparent;
}
fieldset,
img {
    border: 0;
}
img {
    vertical-align: top;
}
ol,
ul {
    list-style: none;
}
address,
em {
    font-style: normal;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
iframe {
    overflow: hidden;
    margin: 0;
    border: 0;
    padding: 0;
    vertical-align: top;
}
mark {
    background-color: transparent;
}

/*popup*/
/* to the body element */
.noscroll {
    overflow: hidden;
}

.overlay {
    position: fixed;
    overflow-y: scroll;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000000;
}

[aria-hidden="true"] {
    display: none;
}
[aria-hidden="false"] {
    display: block;
}

/* :focus {
    outline: 2px #004fa0 dashed;
} */

button.close-overlay {
    position: absolute;
    right: 26px;
    top: 26px;
}
button.close-overlay img {
    width: 26px;
    height: 26px;
}

.modal-flex {
    background: #fff;
    padding: 36px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000000;
    border-radius: 16px;
    max-height: 90%;
    max-width: 90%;
    overflow: auto;
}
.modal-flex div {
    color: #65ccd1;
    text-align: left;
    font-size: 13px;
    width: 580px;
}
.modal-flex span {
    font-size: 18px;
    padding: 10px 15px 10px 0;
    display: block;
    text-align: center;
    letter-spacing: 0;
}
.modal-flex p {
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: center;
}
.modal-flex div img {
    width: 260px;
    background: #fff;
}
.ask_ask span {
    display: inline-block;
    color: #999;
    font-size: 14px;
    font-weight: 400;
}
.btn_ask {
    color: #fff;
    background-color: #65ccd1;
}

.btn_ask span {
    padding: 0;
}
.btn_type {
    display: inline-block;
    width: 100%;
    padding: 14px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 4px;
}
.btn_ask_cancel {
    margin-right: 10px;
}
.btn_area {
    margin-top: 20px;
}
input::placeholder {
    color: #999;
}

.result-check {
    display: block;
    color: #65ccd1;
    text-align: left;
    font-size: 14px;
    margin-top: 10px;
}

/*신청 문의하기*/

.int {
    display: block;
    position: relative;
    width: 100%;
    height: 21px;
    padding-right: 25px;
    line-height: 29px;
    border: none;
    background: #fff;
    font-size: 15px;
    box-sizing: border-box;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    apperance: none;
    -webkit-apperance: none;
    letter-spacing: 0;
}

.row_group + .row_group {
    margin-top: 20px;
}
.ps_box + .ps_box {
    margin-top: 10px;
}
.ask_minor + .ask_mobile {
    margin-top: 20px;
}

.ask_bigtitle {
    margin: 19px 0 8px;
    font-size: 30px;
    font-weight: 700;
    display: inline-block;
}

.ask_title {
    margin: 21px 0 8px;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
}
.ps_box,
.ps_box_disable {
    display: block;
    position: relative;
    width: 100%;
    height: 42px;
    border: solid 1px #dadada;
    padding: 10px 110px 10px 14px;
    background: #fff;
    box-sizing: border-box;
    vertical-align: top;
}
.ps_box .lbl {
    left: 0;
    padding: 0 14px;
    width: 100%;
    box-sizing: border-box;
}
.ps_box.int_id,
.ps_box.int_id input {
    background: #fff;
    outline: 0;
}

html[lang="en"] .ps_box.accord,
html[lang="en"] .ps_box.discord {
    padding-right: 90px;
}
.ps_box.int_pass,
.ps_box.int_pass_check,
.ps_box.int_pass_check2 {
    padding-right: 40px;
}

.ask_email .terms_choice {
    font-size: 12px;
    font-weight: 400;
}
.box_right_space {
    padding-right: 14px;
    box-sizing: border-box;
}

html[lang="en"] .btn_c,
html[lang="zh-Hans"] .btn_c,
html[lang="zh-Hant"] .btn_c {
    font-size: 15px;
}

.row_group + .ask_mobile {
    margin-top: 20px;
}
.ask_mobile {
    position: relative;
    overflow: hidden;
}
.ask_mobile + .ask_mobile {
    margin-top: 10px;
}

.ask_mobile .country_code .country_sel {
    margin-top: 0;
    width: auto;
}
:root .ask_mobile .country_code .country_sel {
    width: 100%;
}
.ask_mobile .int_mobile_area {
    position: relative;
}
.int_mobile_area + .ps_box,
.int_mobile_area + .ps_box_disable,
.ps_box_disable + .ps_box {
    margin-top: 10px;
}
.ask_mobile .ps_box_disable,
.ask_mobile .ps_box_disable input {
    background: #f7f7f7;
    outline: 0;
}
.ask_mobile .int_mobile {
    display: inline-block;
    width: 100%;
    padding: 10px 15px 10px 0;
    vertical-align: top;
    position: relative;
    width: auto;
    top: -3px;
}
.ask_mobile .int_mobile_area .btn_verify {
    position: absolute;
    top: 0;
    right: 0;
    width: 115px;
    height: 51px;
    padding: 18px 0 16px;
    font-weight: 700;
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
}
.ask_mobile a.btn_c,
.ask_mobile_certify a.btn_c {
    right: 15px;
    width: 99px;
}
.btn_certify_submit,
.btn_mobile_submit {
    position: absolute;
    top: 8px;
    right: 8px;
}
.ask_mobile_certify {
    position: relative;
}
.int_mobile_certify {
    margin-right: 112px;
    width: 341px;
}
.ps_box.accord,
.ps_box.discord {
    margin-top: 10px;
    padding-right: 70px;
}
.input_code {
    position: absolute;
    top: 50%;
    right: 10px;
    background: 0 0;
    font-size: 12px;
    z-index: 10;
}
.ask_row.ask_captcha {
}

.ps_box.accord ::-webkit-input-placeholder,
.ps_box.discord ::-webkit-input-placeholder {
    color: #333;
}
.ps_box.accord ::-moz-placeholder,
.ps_box.discord ::-moz-placeholder {
    color: #333;
}
.ps_box.accord input:-ms-input-placeholder,
.ps_box.discord input:-ms-input-placeholder {
    color: #333;
}
.ps_box.accord input:-moz-placeholder,
.ps_box.discord input:-moz-placeholder {
    color: #333;
}
.ask_sex {
    overflow: hidden;
}
.row_title {
    font-size: 15px;
    font-weight: 700;
    line-height: 33px;
    display: inline-block;
    height: 33px;
    margin-left: 2px;
    color: #8e8e8e;
}
/* 20240115 문의하기 보안기능추가 */
.captcha_inputarea {
    display: flex;
    flex-direction: row;
    gap: 4px;
    /* border: 1px solid black; */
    min-height: 48px;
}
.captcha_inputarea > div {
    /* flex: 1; */
    width: auto;
}
.captcha_inputarea .captcha_image {
    flex: 1;
    display: flex;
}
.captcha_inputarea .captcha_image img {
    border: 1px solid #dadada;
    flex: 1;
    width: auto;
    max-width: 250px;
    height: 50px;
}
.captcha_inputarea .captcha_image .secu_btn {
    /* border: 1px solid black; */
    width: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.captcha_inputarea .captcha_image .secu_btn li {
    /* border: 1px solid black; */
    height: 24px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}
.captcha_inputarea .captcha_image .secu_btn li:nth-of-type(1) {
    background-image: url("/asset/img/btn_return.png");
}
.captcha_inputarea .captcha_image .secu_btn li:nth-of-type(2) {
    background-image: url("/asset/img/btn_audio.png");
}
.captcha_inputarea .captcha_image .secu_btn li a {
    width: 24px;
    height: 24px;
    float: right;
    display: inline-block;
    cursor: pointer;
    /* background-color: rgba(0, 0, 0, 0.1); */
}
.captcha_inputarea .captcha_image .secu_btn li a:focus {
    border: 1px solid #333;
}
.captcha_inputarea .captcha_input {
    flex: 1;
}
.captcha_inputarea .captcha_input input {
    width: 100%;
    height: 100%;
    padding: 10px 0;
    border: 1px solid #dadada;
}

/* 키보드로 버튼에 포커스 시 */
a:focus-visible,
article:focus-visible input[type="radio"]:focus-visible,
input[type="checkbox"]:focus-visible,
button:focus-visible,
select:focus-visible {
    outline: 2px #004fa0 dashed;
}
/* 마우스, 터치로 버튼에 포커스 시 */
a:focus:not(:focus-visible),
article:focus:not(:focus-visible),
input[type="radio"]:focus:not(:focus-visible),
input[type="checkbox"]:focus:not(:focus-visible),
input:focus:not(:focus-visible),
select:focus:not(:focus-visible),
button:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
    outline: none !important;
    /*box-shadow: 1px 1px 5px rgba(1, 1, 0, .7);*/
}
