@charset "UTF-8";

/* --------------------------------------------
 * HanbitSoft Infra Development Team
 * GEM TW 1:1문의 Stylesheet
 * Author - sgp8116@hanbitsoft.co.kr FEB 2025
----------------------------------------------- */

/* CSS Reset
-------------------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
strong,
small,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
select,
input,
button,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure,
figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: inherit;
}
img,
fieldset,
button {
    border: 0;
}
article,
aside,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block;
}
html,
body {
    width: 100%;
    height: 100%;
    line-height: 1.2;
    font-size: 16px;
    color: #000;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
}
img {
    width: 100%;
    vertical-align: middle;
}
ol,
ul {
    list-style: none;
}
a {
    text-decoration: none;
    color: #000;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: #181c26;
}
strong,
em {
    font-weight: normal;
}
em {
    font-style: normal;
}
button {
    font-family: inherit;
    cursor: pointer;
    border: 0;
    outline: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input[type="text"]:-ms-clear {
    display: none !important;
}
caption,
legend {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    visibility: hidden;
}
input {
    font-family: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}
input[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
}
input[type="text"],
input[type="password"],
input[type="submit"],
input[type="search"] {
    border-radius: 0;
    outline: 0;
}
input:checked[type="checkbox"] {
    background-color: #fff;
    -webkit-appearance: checkbox;
    cursor: pointer;
}
input[type="checkbox"] {
    background-color: #fff;
    -webkit-appearance: checkbox;
    cursor: pointer;
}
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"] {
    -webkit-appearance: button;
    border-radius: 0;
    cursor: pointer;
}
input[type="text"]::-ms-clear {
    display: none;
}
/* placeholder */
.placeholder {
    color: #7c7c7c;
    font-size: 14px;
    font-weight: 400;
} /* IE9 이하를 위한 css */
input::-webkit-input-placeholder {
    color: #7c7c7c;
    font-size: 14px;
    font-weight: 400;
}
input:-ms-input-placeholder {
    color: #7c7c7c;
    font-size: 14px;
    font-weight: 400;
} /* IE */
input:-moz-input-placeholder {
    color: #7c7c7c;
    font-size: 14px;
    font-weight: 400;
} /* Firefox */
input::-ms-input-placeholder {
    color: #7c7c7c;
    font-size: 14px;
    font-weight: 400;
    transform: scale(0.55) translateX(-40%);
} /* IE */
input::placeholder {
    color: #7c7c7c;
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
} /* IE10 이상을 위한 css */

/* Reserved Class
-------------------------------------------------------------- */
.irPm {
    display: block;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
}
.irWa {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
.blind {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    margin: -1px;
    width: 1px;
    height: 1px;
}
.show {
    display: block;
}
.hide {
    display: none;
}
.fL {
    float: left;
}
.fR {
    float: right;
}
.clearFix:after {
    display: block;
    content: "";
    clear: both;
}
/* skip navigation */
.skip-navigation a {
    display: block;
    position: absolute;
    left: 0;
    top: -10000px;
    text-align: center;
    width: 100%;
    height: 40px;
    z-index: 500;
    line-height: 40px;
    font-weight: 600;
    font-size: 18px;
}
.skip-navigation a:hover,
.skip-navigation a:focus,
.skip-navigation a:active {
    background: #000;
    top: 0;
    left: 0;
    color: #fff;
}

/* Styles
-------------------------------------------------------------- */
html,
body {
    font-family: "Noto Sans", Arial, Verdana, sans-serif;
    font-optical-sizing: auto;
    width: 100%;
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.globalheader {
    background: #000;
}
.globalheader h1 {
    background: url(../images/logo.png) no-repeat 50% 0 / cover;
    max-width: 412px;
    height: 90px;
    margin: 0 auto;
}
.globalheader h1 .header-link {
    display: block;
    width: 100%;
    height: 100%;
}

.section-content {
    max-width: 412px;
    margin: 0 auto;
    padding: 20px 29px 41px;
    box-sizing: border-box;
}

.headline-wrapper {
    display: flex;
    flex-direction: column;
    height: 108px;
}
.headline-wrapper .headline {
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.3px;
    color: #000;
    text-align: center;
    padding-bottom: 10px;
}
.headline-wrapper .presentation {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.3px;
    color: #e20000;
    text-align: center;
    word-break: keep-all;
}

.form-wrapper {
    position: relative;
    padding-bottom: 30px;
}
.form-wrapper .title {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
    color: #000;
    padding-bottom: 7px;
}
.form-wrapper .find-uid {
    margin-top: 2px;
    margin-left: 8px;
}
.form-wrapper .find-uid .hover {
    border-radius: 50%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}
.form-wrapper .find-uid .img-wrapper {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    z-index: 1;
}
.form-wrapper .find-uid .img-wrapper::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 31px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid black;
}
.form-wrapper .find-uid .hover:hover ~ .img-wrapper {
    display: block;
}
.form-wrapper .input-wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.form-wrapper .input-wrapper .input-text {
    width: 100%;
    height: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
    color: #000;
    margin-bottom: 3px;
}
.form-wrapper .input-wrapper .input-text:focus-visible {
    outline: 0;
}
.form-wrapper .input-wrapper .select {
    -webkit-appearance: none; /* 크롬 화살표 없애기 */
    -moz-appearance: none; /* 파이어폭스 화살표 없애기 */
    appearance: none; /* 화살표 없애기 */
    background: url(../images/arrow.png) no-repeat 100% 50% / 10px 10px;
    height: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
    padding-right: 30px;
    margin-bottom: 3px;
    box-sizing: border-box;
}
.form-wrapper .input-wrapper .select:focus-visible {
    outline: 0;
}
.form-wrapper .textarea-wrapper {
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 150px;
    padding: 10px;
    box-sizing: border-box;
}
.form-wrapper .textarea-wrapper textarea {
    resize: none;
    border: 0;
    width: 100%;
    height: 100%;
    font-family: "Noto Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
}
.form-wrapper .textarea-wrapper textarea:focus-visible {
    outline: 0;
}
.file-wrapper {
    background: #cbcbcb;
    margin-bottom: 30px;
}
.file-wrapper .filebox {
    background: #cbcbcb;
    display: flex;
    align-items: center;
    padding: 7px 10px;
    box-sizing: border-box;
}
.file-wrapper .filebox .label-file {
    border-radius: 2px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 22px;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
    color: #4b4b4b;
    cursor: pointer;
}
.file-wrapper .filebox input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}
.file-wrapper .filebox .file-notice {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
    color: #4b4b4b;
    padding-left: 10px;
    word-break: keep-all;
}
.file-wrapper .file-list {
    padding: 0 10px;
}
.file-wrapper .file-list .file-item {
    display: flex;
    align-items: center;
    padding-bottom: 7px;
}
.file-wrapper .file-list .file-item .delete {
    cursor: pointer;
}
.file-wrapper .file-list .file-item .name {
    font-size: 8px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
    color: #4b4b4b;
}
.button-wrapper .button-submit {
    border: 0;
    background: #3d3d3d;
    width: 100%;
    height: 42px;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
    color: #fff;
}

.globalfooter {
    background: #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 49px;
    margin-top: auto;
}
.globalfooter .copyright {
    font-size: 10px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.3px;
    color: #7c7c7c;
}

@media screen and (max-width: 767px) {
    body {
        display: initial;
    }
}
