@charset "UTF-8";

@font-face {
    font-family: 'NotoSansCJKkr';
    font-weight: 300;
    src: url('../fonts/NotoSansKR-Light.otf');
    color: #2b3851;
}

@font-face {
    font-family: 'NotoSansCJKkr';
    font-weight: 400;
    src: url('../fonts/NotoSansKR-Regular.otf');
    color: #2b3851;
}

@font-face {
    font-family: 'NotoSansCJKkr';
    font-weight: normal;
    src: url('../fonts/NotoSansKR-Regular.otf');
    color: #2b3851;
}

@font-face {
    font-family: 'NotoSansCJKkr';
    font-weight: 500;
    src: url('../fonts/NotoSansKR-Medium.otf');
    color: #2b3851;
}

@font-face {
    font-family: 'NotoSansCJKkr-DemiLight';
    src: url('../fonts/NotoSansKR-DemiLight.otf');
    color: #2b3851;
}

@font-face {
    font-family: 'NotoSansCJKkr';
    font-weight: bold;
    src: url('../fonts/NotoSansKR-Bold.otf');
    color: #2b3851;
}

@font-face {
    font-family: 'NotoSansCJKkr';
    font-weight: 700;
    src: url('../fonts/NotoSansKR-Bold.otf');
    color: #2b3851;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-family: Arial, "돋움", Dotum, Helvetica, sans-serif;*/
    font-family: NotoSansCJKkr, sans-serif;
    font-weight: 400;
    vertical-align: baseline;
    font-size: 12px;
}

input, textarea, keygen, select, button {
    font-size: 14px;
    font-family: NotoSansCJKkr, sans-serif;
}

button:focus {
    outline: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

select::-ms-expand {
    display: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
    width: 100%;
}

html, body {
    width: 100%;
    height: 100%;
    color: #2b3851;
    min-width: 1600px;
    min-height: 600px;
    background-color: #ffffff;
}

img {
    border: 0 none;
    vertical-align: top;
}

select, input, img, li {
    /*vertical-align: middle;*/
    text-align: left;
}

ul, li, ol {
    list-style: none;
}

legend, caption, summary {
    display: none;
}
/*
hr {
    border-collapse: collapse;
    display: none;
}
*/
textarea {
    resize: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.Footer-info dl, dt, dd {
    display: inline-block;
}

/* link */
a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

input {
    border: solid 1px transparent;
    width: 100%;
    box-sizing: border-box;
}

input:focus, select:focus, textarea:focus {
    outline: none;
}

/*placeholder*/
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder {
    color: #A5A7AD;
}

input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder {
    color: #A5A7AD;
}

input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder {
    color: #A5A7AD;
}

input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder {
    color: #A5A7AD;
}

/* Input Text Box */
input[type="text"],
input[type="password"] {
    height: 40px;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 10px;
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 8px;
    border: solid 1px #D0D5DD;
    background-color: #fff

}

input[type="text"]:disabled,
input[type="password"]:disabled {
    background-color: #F3F4F4
}

input[type="text"]:hover,
input[type="password"]:hover {
    border: 1px solid #5583ea;
}

input[type="text"]:hover:disabled,
input[type="password"]:hover:disabled {
    border: solid 1px #a5a7ad;
    cursor: default;
}


input[type="text"]:focus,
input[type="password"]:focus {
    border: 1px solid #5583ea;
}
input::-ms-clear, input::-ms-reveal {
    display: none;
}
input[type="checkbox"] {
    width: 16px;
    height: 16px;
}

input[type="checkbox"]:checked {
    width: 16px;
    height: 16px;
    background: #545DD4 url('../img/ic_checkbox_check.png') no-repeat center center;
}

input[type="radio"] {
    width: 16px;
    height: 16px;
    accent-color: #545DD4;
}
/* Container */
.Container {
    position: relative;
    min-height: 1080px;
    margin: 0px;
}

.Container-inner {
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.Container-inner {
    height: 100%;
}
/* Panel */
.Panel {
    width: 100%;
    box-sizing: border-box;
    padding: 23px 76.5px 40px 76.5px;
    border-radius: 3px;
}

.Panel-title {
    position: relative;
    height: 62px;
    padding-bottom: 59px;
    padding-top: 30px;
    text-align: center;
}

.Panel-title-text {
    font-size: 42px;
    font-weight: bold;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.8);
}

.Panel-middle-title {
    height: 36px;
    letter-spacing: normal;
    text-align: left;
}

.Panel-middle-title-text {
    font-size: 24px;
    font-weight: bold;
    line-height: 0.83;
    color: rgba(0, 0, 0, 0.8);
}

.Panel-body {
    margin-bottom: 10px;
    padding-bottom: 18px;
}

/* Button Style */
.Button {
    display: inline-block;
    font-size: 14px;
    padding: 3px 8px;
    min-width: 98px;
    height: 32px;
    line-height: normal;
    border: 1px solid #c8cacc;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #333;
    font-weight: 500;
    cursor: pointer;
}

.Button--blue {
    background: #545DD4;
    border-color: #545DD4;
    color: #fff;
}

.Button--blue:hover {
    background: #45529a;
}

.Button--blue:disabled, .Button--blue.Button-disabled, .Button--blue:hover:disabled {
    background: #b9bfe1 !important;
    border-color: #b9bfe1;
    color: #fff;
    cursor: default;
}

.Button--white {
    background: #ffffff;
    border-color: #dadada;
    color: rgba(0, 0, 0, 0.8);
}

.Button--white:hover {
    background: #f6f7f7;
}

.Button--white:hover:disabled {
    border-color: #dadada;
    cursor: default;
}

.Button--red {
    background: #EF4F44;
    border-color: #EF4F44;
    color: #fff;
}

.Button--red:hover {
    background: #dd4b41;
}

/* Common Style */
.TopLine {
    border-top: 1px solid #c8cacc;
}

.MiddleLine {
    border-bottom: 1px solid #e4e6ec;
}

.BottomLine {
    border-bottom: 1px solid #c8cacc;
}


/* Header */
.Header {
    width: 100%;
    height: 52px;
    position: relative;
    z-index: 100;
    background: #17181c;
}

.Header-inner {
    /*width: 1600px;*/
    height: 52px;
    /*margin: 0 auto;*/
    padding: 0 24px;
    position: relative;
}

.Header-logo {
    position: absolute;
    left: 24px;
    /*    top: 13px;*/
}

.Header-logo img {
    height: 28px;
    object-fit: contain;
}

.Header-icon {
    float: right;
    margin: 20px 30px 20px 30px;
}

.Site-icon {
    width: 20px;
    height: 20px;
    padding-right: 30px;
}

.Profile-icon {
    width: 30px;
    height: 30px;
}

.position-relative{
    position: relative !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.big-circle-bg {
    width: 175%;
    height: 149%;
    position: absolute;
    left: -34%;
    bottom: -95%;
    border-radius: 3359px;
    opacity: 0.5;
    background: radial-gradient(50% 50% at 50% 50%, #6a7dd3 0%, rgba(255, 255, 255, 0.65) 73.56%);
    background-blend-mode: multiply;
    filter: blur(20px);
}

.small-circle-bg {
    width: 112%;
    height: 82%;
    position: absolute;
    right: -60%;
    bottom: -40%;
    border-radius: 2147px;
    opacity: 0.2;
    background: radial-gradient(50% 50% at 50% 50%, #46cdf3 0%, rgba(255, 255, 255, 0) 70%);
    background-blend-mode: darken;
    filter: blur(20px);
}
#wrap{
    height: calc(100vh - 48px);
    padding-bottom: 48px;
}

.Footer {
    font-family: NotoSansCJKKR;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    height: 48px;
    background-color:transparent;
    margin-top: -48px;
}

.Footer .Footer-gap {
    height: 24px;
}

.Footer-inner {
    height: 48px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
}

.Footer-terms {
    display: flex;
    justify-content: center;
    color: #667085;
}

.Footer-terms-padding {
    padding-right: 12px;
}

.Footer-terms-click {
    cursor: pointer;
}

.Footer-info {
    display: flex;
    justify-content: center;
    align-items: center;
}

.Footer-info .Contact dd {
    font-weight: bold;
}

.Footer-logo {
    float: right;
    margin-top: 13px;
    margin-right: 23px;
}

.Footer-info .Contact {
    /*overflow: hidden;*/
    height: 20px;
    width: 100%;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.46;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, 0.8);
}

.Footer .Footer-info .Contact div dt {
    vertical-align: baseline;
    opacity: 0.6;
    margin: 0 16px 0 16px;
    position: relative;
    font-size: 13px;
}

/*footer 처음 margin-left 삭제*/
#serviceTerms dt{
    margin-left: 0px;
}

.Footer .Footer-info .Contact div dt label {
    font-size: 13px;
}

.Footer .Footer-info .Contact div:not(:last-child) dt:after {
    content: "";
    position: absolute;
    top: 4px;
    right: -16px;
    display: inline-block;
    background-color: #000;
    width: 1px;
    height: 10px;
    opacity: 0.2;
}

.Footer .Footer-info .Contact div dt.Footer-info-policy {
    cursor: pointer;
}

.Footer .Footer-info .Contact div dt.Footer-info-policy:hover {
    opacity: 1;
    text-decoration: underline;
}

.Footer .Footer-info .Contact div dt.Footer-info-privacy {
    /*font-weight: bold;*/
    cursor: pointer;
}

.Footer .Footer-info .Contact div dt.Footer-info-privacy:hover {
    opacity: 1;
    text-decoration: underline;
}

.Footer .Footer-info .Contact div button {
    border: 0px;
    color: rgba(0, 0, 0, 0.8);
}

.Footer .Footer-info .Contact div button dt.Footer-info-policy {
    cursor: pointer;
}

.Footer .Footer-info .Contact div button dt.Footer-info-policy:hover {
    opacity: 1;
    text-decoration: underline;
}

.Footer .Footer-info .Contact div button dt.Footer-info-privacy {
    /*font-weight: bold;*/
    cursor: pointer;
}

.Footer .Footer-info .Contact div button dt.Footer-info-privacy:hover {
    opacity: 1;
    text-decoration: underline;
}


.Confidential {
    color: #ff5400;
    border: 1px solid #ff5400;
    border-radius: 3px;
    line-height: 1.5;
    padding: 0 8px;
    margin-right: 10px;
    font-size: 11px;
    background-color: #eaeaea;
}

/*Table style*/
TableForm input {
    /*height: 27px !important;*/
    border: 1px solid #c8cacc;
    line-height: 26px;
    text-indent: 7px;
    box-sizing: border-box;
    color: #2b3851;
    vertical-align: middle;
    margin-top: 20px;
}

.TableForm input:hover {
    border: 1px solid #5160b5;
}

.TableForm input:focus {
    border: 1px solid #5160b5;
}

.TableForm input:disabled {
    border-color: #dbdddd;
    background: #f4f4f5;
    color: #969AA3;
}

.TableForm label input {
    margin-top: -5px;
}

.TableForm-editable input {
    height: 27px !important;
    width: 100% !important;
}

.TableForm {
    margin-top: 20px;
}

.TableForm th {
    width: 174px;
    padding-top: 8px;
    text-align: left;
    font-weight: bold;
    vertical-align: top;
}

.TableForm td {
    height: 67px;
    padding: 0;
    vertical-align: top;
    box-sizing: border-box;
}

.TableForm td .Style-text {
    margin-left: 5px;
    padding-top: 7px;
    display: inline-block;
}

.TableForm td button {
    vertical-align: top;
}

.TableForm td textarea {
    width: 766px;
}

.TableForm td input[ty]
table th .btn, table td .btn {
    height: 27px;
    line-height: 26px;
    vertical-align: middle;
    padding: 0 20px;
    font-weight: normal;
}

.TableForm td.RadioArea {
    height: 39px;
    padding-top: 7px;
}

.TableForm td.RadioArea02 {
    height: 45px;
    padding-top: 7px;
}

.TableForm td.RadioArea03 {
    height: 33px;
    padding-top: 7px;
}

.TableForm th.RadioArea {
    padding-top: 0;
}

.TableForm td.height-49 {
    height: 49px;
}

.TableForm td .GridStateBar-total {
    padding-top: 8px;
}

.TableForm-in {
}

.TableForm-in th {
    width: 151px;
}

.TableForm-in td {
    padding: 0 !important;
    height: 47px !important;
    vertical-align: top !important;
}

/*Table style*/

.Style-important {
    color: #ed4839;
}

/*Popup style*/

.Popup-title {
    border: 0px;
    border-bottom: 1px solid #bec2cb;
    background: #fff;
    color: #333;
    padding: 25px 0 15px;
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    position: relative;
    cursor: default;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: content-box;
    height: auto;
    white-space: nowrap;
    overflow: hidden;
    outline: none;
    line-height: 1.45;

}

.Popup-title--text {
    font-size: 18px;
    font-weight: bold;
    color: #2b3851;
}

.Close-popup-button {
    /*background-image: url('../img/pop_close.png');*/
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    visibility: visible;
    width: 16px;
    height: 16px;
    margin-right: 0px;
    margin-left: 0px;
    position: absolute;
    right: 0px;
}

.Popup-contents {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -ms-touch-action: none;
    -moz-background-clip: padding;
    -webkit-text-size-adjust: none;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: Verdana, Arial, sans-serif;
    font-style: normal;
    font-size: 13px;
    border-color: #c7c7c7;
    background: #fff;
    outline: none;
    overflow: auto;
    text-align: left;
    padding: 0 !important;
    margin-left: 10px;
}

.Popup {
    box-shadow: 2px 2px 0 0 rgba(208, 208, 208, .4);
    outline: none;
    z-index: 1801;
    box-shadow: 2px 2px 0 0 rgba(208, 208, 208, .4);
    position: absolute;
    font-size: 12px;
    padding: 0 30px;
    background: #fff;
}

.Popup-buttonArea {
    position: absolute;
    padding-top: 21px;
    border-width: 1px 0 0 0;
    bottom: 30px;
    right: 30px;
}

.Popup-button--line {
    border: 1px solid #bec2cb;
    border-width: 1px 0 0 0;
    position: absolute;
    width: 92%;
    right: 30px;
    bottom: 94px;
}

.Popup-buttonArea Button {
    width: 142px;
    height: 45px;
    font-size: 16px;
}

.Popup-contents--title {
    font-size: 15px;
    margin-top: 20px;
    font-weight: 500;
    margin-bottom: 9px;
}


select {
    height: 20.5px;
    padding: 5px 10px 4px 12px;
    font-family: inherit;
    background: url('../img/under_arrow.png') no-repeat right 10px center; /* 네이티브 화살표를 커스텀 화살표로 대체 */
    border: 1px solid #A5A7AD;
    background-size: 12px 12px;
    font-size: 14px;
    border-radius: 0px; /* iOS 둥근모서리 제거 */
    -webkit-appearance: none; /* 네이티브 외형 감추기 */
    -moz-appearance: none;
    appearance: none;
    align-items: center;
    flex: 1 0 0;
    color: #A5A7AD;
}
select option[value=""][disabled] {
    color: #A5A7AD;
}
.selected {
    color: #1F2533;
}
.placeholder {
    color: #A5A7AD;
}
option {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 4px 11px;
    color: #1F2533;
    /*background: yellow;*/
    /*height: 32px;*/
    /*padding: 4px 11px;*/
}
option:hover {
    background-color: pink;
}
.modal {
    left: -115px;
}

.modal-content {
    padding: 30px;
}

.modal-content-size-big {
    min-width: 760px;
    height: 581px;
}

.modal-content-size-medium {
    min-width: 660px;
    height: 581px;
    border-radius: 16px
}

.modal-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.45;
    float: left;
}

.modal-button {
    width: 142px;
    height: 45px;
    font-size: 15px;
    text-align: center;
    font-weight: normal;
}

.modal-button-default {
    color: #2b3851;
    background-color: #ffffff;
}

.modal-button-primary {
    color: #ffffff;
    background-color: #364fc7;
}

.modal.modal-center {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal.modal-center:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}


.modal-dialog.modal-center {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-body {
    overflow-y: scroll;
}

.popup-line-bottom {
    border-bottom: 1px solid #e9ecef;
}

.modal-body-contents {
    white-space: pre-line;
    font-weight: normal;
    line-height: 1.54;
    font-size: 13px;
}

.modal-form-agreement-checkbox-label {
    display: inline;
    font-size: 15px;
    line-height: 1.47;
    font-weight: normal;
}

.modal-footer-agreement-policy {
    justify-content: space-between;
    padding: 1rem 0 1rem 0;
}

.close span {
    font-size: 25px;
}

*,
*::before,
*::after {
    box-sizing: content-box;
}

.Validation-message-box {
    margin-top: 8px;
    width: inherit;
    position: absolute;
}

Validation-account-2step-message-box {
    top: 235px;
    width: inherit;
    position: absolute;
}

.Validation-message-box-relative {
    margin-top: 8px;
    width: inherit;
    position: relative;
}

.Validation-message-error {
    width: 145px;
    height: 19px;
    font-weight: normal;
    line-height: 1.46;
    text-align: left;
    color: #ff675c;
    font-size: 13px;
}

.Validation-message-error2 {
    width: 372px;
    height: 19px;
    font-weight: normal;
    line-height: 1.46;
    text-align: left;
    color: #ff675c;
    font-size: 13px;
    display:block;
}

.checkbox {
    cursor: pointer;
}

.checkbox input[type="checkbox"] {
    display: none;
}

.checkbox span {
    display: inline-block;
    width: 16px;
    height: 16px;
    text-indent: 28px;
    border-radius: 2px;
    border: 1px solid #A5A7AD;
}

.checkbox input[type="checkbox"]:checked + span {
    background: #545DD4 url('../img/ic_checkbox_check.png') no-repeat center center;
}

.checkbox input[type="checkbox"]:hover + span {
    border-radius: 2px;
    border: solid 1px #545DD4;
    background-color: #fff;
}

.checkbox input[type="checkbox"]:checked:hover + span {
    border-radius: 2px;
    border: solid 1px #545DD4;
    background: #545DD4 url('../img/ic_checkbox_check.png') no-repeat center center;
}
.Side_Panel-App {
    position: absolute;
    top: 36px;
    right: 0px;
    width: 135px;
    flex-grow: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
    box-shadow: 4px 10px 20px 0 rgba(144, 153, 181, 0.2);
    border: solid 1px #545DD4;
    background-color: #ffffff;
    display: none;
}
.Select-a-language {
    height: 20px;
    flex-grow: 1;
    font-family: NotoSansKR;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1f2533;
}
.GNB_appl {
}
.GNB_appl_mn {
    width: 111px;
    height: 20px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 10px 6px;
}

.GNB_appl_mn:hover {
    background-color: #edeefb;
}

.GNB_appl_mn-Question {
    width: 178px;
    height: 20px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 10px 6px;
}

.GNB_appl_mn-Question:hover {
    background-color: #edeefb;
}


.ic {
    position: absolute;
    /*top: 16px;*/
    right: 24px;
    min-width: 109px;
    height: 20px;
    flex-grow: 0;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    padding: 0;
    cursor: pointer;
}

.header-global {
    position: absolute;
    left: 0px;
    width: 20px;
    height: 20px;
    background: url('../img/header_global.png');
    background-repeat: no-repeat;
}

.lang {
    position: absolute;
    left: 28px;
    top: 1px;
    width: 49px;
    height: 10px;
    flex-grow: 0;
    font-family: NotoSansKR;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #d2d3d6;
}

.header-arrow-down{
    position: absolute;
    left: 93px;
    top: 2px;
    width: 16px;
    height: 16px;
    flex-grow: 0;
    object-fit: contain;
    opacity: 0.8;
    background: url('../img/header_arrow_down.png');
}
.header-arrow-up{
    position: absolute;
    left: 93px;
    top: 2px;
    width: 16px;
    height: 16px;
    flex-grow: 0;
    object-fit: contain;
    opacity: 0.8;
    background: url('../img/header_arrow_up.png');
    display: none;
}

.header-question {
    position: absolute;
    right: 0px;
    width: 20px;
    height: 20px;
    background: url('../img/header_question.png');
    background-repeat: no-repeat;
}

.Side_Panel-App-Question {
    position: absolute;
    top: 36px;
    right: 0px;
    width: 196px;
    padding: 10px;
    border: 1px solid #545dd4;
    font-size: 14px;
    background-color: #ffffff;
    box-shadow: 4px 10px 20px 0 rgba(144, 153, 181, 0.2);
    display: none;
}


.header-ChangeLocale-dropdown-div {
    position: absolute;
    right: 24px;
    top: 10px;
}

.header-ChangeLocale-dropdown-div:hover:active:focus {
    background-color: transparent;
}

.header-ChangeLocale-dropdown-button {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #ffffff;
    background-color: transparent;
    border: none;
}

.header-ChangeLocale-dropdown-button:hover {
    background-color: transparent;
    border: none;
}

.header-ChangeLocale-dropdown-button:active {
    background-color: transparent;
    border: none;
}

.header-ChangeLocale-dropdown-button:focus {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.btn-secondary.dropdown-toggle {
    width: 80px;
    background: url('../img/dropdown-arrow-down.png'), url('../img/ic_global_w.png');
    background-repeat: no-repeat, no-repeat;
    background-position: right center, left center;
}

.show>.btn-secondary.dropdown-toggle {
    background: url('../img/dropdown-arrow-up.png'), url('../img/ic_global_w.png');
    background-repeat: no-repeat, no-repeat;
    background-position: right center, left center;
    background-color: #4e555b;
}

.header-ChangeLocale-dropdown-menu-div {
    min-width: 0;
    left: -4px !important;
}

.header-ChangeLocale-dropdown-menu-div button {
    width: 50px;
}

.dropdown-toggle::after {
    content: none;
}

.dropdown-item {
    font-size: 14px;
    color: #1F2533;
    padding: 6px 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.28px;
    cursor: pointer;
}

.policyInfoVersion-div {
    border-bottom: 1px solid #dee2e6;
    min-height: 39px;
    padding: 11px;
    font-size: 13px;
}

.policyList-select {
    min-width: 164px;
    background-size: 12px 8px;
    cursor: pointer;
}

.policyList-select > button {
    cursor: pointer;
    height: 162px;
}

.policyInfoVersion-dropdown-div {
    border-bottom: 1px solid #dee2e6;
    padding: 10px;
}

.policyInfoVersion-dropdown-menu-div {

}

.policyInfoVersion-dropdown-button {
    min-width: 160px;
    min-height: 30px;
    font-size: 13px;
    border: 1px solid #dee2e6;
}

.policyInfoVersion-dropdown-button:focus {
    box-shadow: none;
}

.policyInfoVersion-dropdown-item {
    padding: 0;
    text-align: center;
    font-size: 13px;
    width: 178px;
}

.modal-body {
    scrollbar-face-color: #caceda;
    scrollbar-arrow-color: #fff;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: #caceda;
    border-radius: 100px;
}

.required-star::after {
    content: " *";
    color: #EF4F44;
}

.required-label-US::before {
    content: "[Required] ";
    font-size: 14px;
    color: #EF4F44;
}

.required-label-KR::before {
    content: "[필수] ";
    font-size: 14px;
    color: #EF4F44;
}

.user-age-policy-message {
    margin-left: 4px;
    font-size: 14px;
    color: #888888;
}

.warn-text {
    color: #EF4F44;
}

.optional-label-US::before {
    content: "[Optional] ";
    font-size: 14px;
    color: #1654ff;
}

.optional-label-KR::before {
    content: "[선택] ";
    font-size: 14px;
    color: #1654ff;
}

.fold {
    background-size: contain;
    width: 16px; /* 이미지 너비에 맞게 설정 */
    height: 16px; /* 이미지 높이에 맞게 설정 */
    border: none;
}

.fold-all {
    background-size: contain;
    width: 16px; /* 이미지 너비에 맞게 설정 */
    height: 16px; /* 이미지 높이에 맞게 설정 */
    border: none;
}

.right-dir {
    border: none;
    color: #4B505B;
    width: 6px; /* 이미지 너비에 맞게 설정 */
    height: 11px; /* 이미지 높이에 맞게 설정 */
    background: url('../img/right-dir.svg') no-repeat center center;
    transform: translateY(-3px);
}
.edit-icon-btn {
    color: #F3F4F4;
    width: 20px; /* 이미지 너비에 맞게 설정 */
    height: 30px; /* 이미지 높이에 맞게 설정 */
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.exit-icon-btn {
    width: 20px; /* 이미지 너비에 맞게 설정 */
    height: 30px; /* 이미지 높이에 맞게 설정 */
    background: url('../img/x_btn.svg') no-repeat center center;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.exit-icon-btn:hover {
    background-color: rgba(235, 238, 243, .75);
    box-shadow: 0 1px 2px #1018280d;
    border-radius: 50%;
}
.up-side {
    background: url('../img/up-side.svg') no-repeat center center;
}

.down-side {
    background: url('../img/down-side.svg') no-repeat center center;
}
.icon-info {
    width: 4px; /* 이미지 너비에 맞게 설정 */
    height: 16px; /* 이미지 높이에 맞게 설정 */
    border: none;
    background: url('../img/icon-solid.svg') no-repeat center center;
    cursor: pointer;
}
.pw_tooltip {
    display: none;
    position: absolute;
    margin-top: 38px;
    max-width: 400px;
    height: 194px;
    padding: 8px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: #1f2533;
    color: #fff;
    box-shadow: 0 .1px 1px .1px #010101;
    z-index: 5;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.pw_tooltip > ul > li::before {
    content: "* ";
    color: #FFF;
}

.pw_tooltip:after {
    content: "";
    position: absolute;
    top: -8px;
    left: 81px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #1f2533;
    z-index: 10;
}
.-grv-select {
    height: 32px;
    color: #2b3851;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.mobile-select {
    width: 232px;
    margin-right: 8px;
}

.mobile-number-input {
    width: calc(100% - 240px);
}

.-grv-select__input {
    height: 20.5px;
    padding: 5px 10px 4px 12px !important; /* 여백으로 높이 설정 */
    border-radius: 4px !important;
    border: 1px solid #A5A7AD;
    background-size: 12px 12px;
    font-size: 14px;
    align-items: center;
    flex: 1 0 0;
    /*color: #A5A7AD;*/
    cursor: pointer;
}

.up-side {
    background: url('../img/up-side.svg') no-repeat right 10px center; /* 네이티브 화살표를 커스텀 화살표로 대체 */
}

.down-side {
    background: url('../img/down-side.svg') no-repeat right 10px center; /* 네이티브 화살표를 커스텀 화살표로 대체 */
}

.-grv-select-down-side {
    background: url('../img/down-side.svg') no-repeat right 10px center; /* 네이티브 화살표를 커스텀 화살표로 대체 */
}
.-grv-select-up-side {
    background: url('../img/up-side.svg') no-repeat right 10px center; /* 네이티브 화살표를 커스텀 화살표로 대체 */
}
.-grv-select.-grv-select--active {
    z-index: 20;
}
.-grv-select__ul {
    top: 33px;
    color: #2b3851;
}
.-grv-select__ul {
    display: none;
    position: absolute;
    border-radius: 4px !important;
    top: calc(100% - 1px);
    left: 0;
    min-width: calc(100% - 2px);
    max-height: 160px;
    z-index: 1000;
    overflow: hidden;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #A5A7AD;
}
.-grv-select__ul > :first-child {
    margin-top: 6px;
}
.-grv-select__ul > :last-child {
    margin-bottom: 6px;
}
.-grv-select__li {
    display: block;
    cursor: pointer;
    height: 12px;
    font-size: 12px;
    padding: 5px 11px 13px;
    color: #1F2533;
}
.-grv-select__li:hover {
    background-color: rgba(84, 93, 212, .12);
    color: #1f2533;
}
.-grv-select__li.selected  {
    background-color: #EAF3FD;
    color: #3086F0;
}
/* searchable select */
.searchable-select {
    position: relative;
    display: inline-block;
    width: 100%;
}
/*.searchable-select input {*/
/*    width: 100%;*/
/*    padding-right: 30px;*/
/*}*/
.-grv-select .fa-search, .-grv-select .fa-times {
    position: absolute;
    top: 9px;
    right: 10px;
    cursor: pointer;
}
.searchable-btn {
    border: 0;
    background: #FFFFFF;
    padding: 0;
}
.dropdown-menu {
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    display: none;
}

.dropdown-menu.show {
    display: block;
    background: #FFF;
    overflow-x: hidden;
    width: calc(100% - 2px);
}
/* tooltip */
.tooltip {
    position: relative;
    display: inline-block;
}
.profile-tooltip-content {
    display: none;
    position: absolute;
    margin-top: 230px;
    max-width: 400px;
    height: 55px;
    padding: 8px;
    transform: translateX(15%);
    color: #fff;
    border-radius: 4px;
    width: 279px;
    box-shadow: 0 .1px 1px .1px #010101;
    z-index: 500;
    flex-grow: 0;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: #1f2533;
}
.profile-tooltip-content::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 143px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #1f2533;
    z-index: 10;
}
.tooltip-content {
    display: none;
    position: absolute;
    margin-top: 35px;
    /*max-width: 400px;*/
    max-height: 194px;
    padding: 8px;
    transform: translateX(-23%);
    color: #fff;
    border-radius: 4px;
    max-width: 400px;
    box-shadow: 0 .1px 1px .1px #010101;
    z-index: 5;
    flex-grow: 0;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: #1f2533;
}
.tooltip-content::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 153px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #1f2533;
    z-index: 10;
}
.tooltip-content ul {
    margin: 15px 6px;
    padding: 0;
    list-style-type: none;
    height: 90%;
    /*overflow-y: scroll;*/
    max-width: 380px;
    padding-top: 5px;
    z-index: 1200;
}
.tooltip-content ul li {
    margin-top: -5px;
    margin-bottom: 7px;
}

.tooltip-content .close-btn {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #787C84;
    font-size: 15px;
    cursor: pointer;
}
.dropdown-item:focus, .dropdown-item:hover {
    text-decoration: none;
    background-color: rgba(84, 93, 212, .12);
    color: #1f2533;
}
.dropdown-item.active, .dropdown-item:active {
    text-decoration: none;
    background-color: rgba(84, 93, 212, .12);
    color: #1f2533;
}
.tooltip-content ul::-webkit-scrollbar {
    padding:30px 0;
    margin-top: 60px;
}
.tooltip-content ul::-webkit-scrollbar-thumb {
    background-color: #4c515c;
    margin:30px 0;
}
.tooltip-content ul > li::before {
    content: "* ";
    color: #FFF;
}
.show {
    display: block;
}
.hide {
    display: none;
}


.container__box__title {
    padding-top: 30px;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 30px;
    background: linear-gradient(91.38deg, #2E90FA 0%, #AC55EE 50%, #F38779 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.container__box__title_basic {
    padding-top: 30px;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}

.row-wrapper {

}

.row__input {

}
/* Small 팝업 스타일 */
.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    border-radius: 16px;
    transform: translate(-50%, -50%);
    background-color: white;
    border: 1px solid #ccc;
    padding: 24px 32px;
    z-index: 1050;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    pointer-events: auto; /* 팝업 내부 클릭 가능 */
}
.popup-sm {
    width: 460px;
}
.popup-md {
    width: 706px;
}
.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #BBBDC1;
}
.popup-header-title {
    color: #1F2533;
    margin-bottom: 9px;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
}
.popup-body-sm {
    padding: 30px 0 20px;
    border-bottom: 1px solid #BBBDC1;
}
.popup-body-md {
    padding: 30px 0;
    border-bottom: 1px solid #BBBDC1;
}
.popup-body-row-input {
    display: flex;
    align-items: stretch;
    margin-bottom: 10px;
    /*margin-right: -15px*/
}
.popup-body-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
    color: #1F2533;
    margin-bottom: 16px;
}
.popup-body-form {
    background: #F7F7F7;
    border-radius: 4px;
    padding: 16px 24px 36px;
}
.popup-body-form > label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
    color: #1F2533;
    margin-bottom: 16px;
}
.popup-body-title {
    width: 144px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #1F2533;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.popup-header .popup-close {
    cursor: pointer;
}
textarea.form-control.popup-term-content {
    height: 362px;
    color: #787c84;
}

.popup-content-container {
    width: 677px;
    height: 362px;
    background-color: #F7F7F7;
    padding: 16px 5px 16px 24px;
}

.popup-term-content {
    width: 677px;
    height: 332px;
    white-space: pre-wrap;
}

.popup-action {
    margin-top: 20px;
}
.popup-action-left {
    float: left;
}
.popup-action-right {
    float: right;
}
.popup-check-action {
    position: relative;
}
.popup-check-group {s
    flex-wrap: nowrap;
    margin-right: 50px;
}
.popup-check-input {
    margin-left: 0px;
}
.popup-check-label {
    width: 800px;
    height: 20px;
    text-align: left;
    overflow: inherit;
    flex-grow: 0;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: normal;
    text-align: left;
    color: #1f2533;
}
.popup-textarea {
    border: 1px solid #A5A7AD;
    padding: 10px;
    width: calc(100% - 20px);
    height: 106px;
    font-size: 14px;
    border-radius: 4px;
}
.char-count {
    font-size: 12px;
    color: #A5A7AD;
    float: right;
}
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
/* 배경 어둡게 */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

/* 부모 페이지의 스크롤 비활성화 */
body.modal-open {
    overflow-y: hidden;
    /*position: fixed;*/
    padding-right: 6px;
    width: calc(100% - 6px); /*  */
}

/* 부모 페이지의 요소 선택 방지 */
body.modal-open * {
    pointer-events: none;
    user-select: none;
}

/* 팝업 내부 요소는 클릭 가능하게 설정 */
body.modal-open .popup * {
    pointer-events: auto;
    user-select: auto;
}

.passwordViewTwostep {
    position: relative;
    width: 16px;
    height: 16px;
    right: 12px;
    margin-top: -28px;
    font-size: 14px;
    color: rgb(0, 0, 0);
    cursor: pointer;
    float: right;
}

.passwordViewInput {
    position: relative;
    width: 16px;
    height: 16px;
    right: 12px;
    margin-top: -24px;
    font-size: 14px;
    color: rgb(0, 0, 0);
    cursor: pointer;
    float: right;
}

label.error {
    color: #EF4F44;
    font-weight: 400;
    font-family: NotoSansCJKkr, sans-serif;
    font-size: 12px;
    text-align: left;
}

input.error {
    border: 1px solid #EF4F44;
}

input.error:hover{
    border: 1px solid #EF4F44;
}

input.error:hover:focus{
    border: 1px solid #EF4F44;
}

input.error:focus{
    border: 1px solid #EF4F44;
}


div.error {
    border: 1px solid #EF4F44;
}

div.error:hover{
    border: 1px solid #EF4F44;
}

div.error:hover:focus{
    border: 1px solid #EF4F44;
}

div.error:focus{
    border: 1px solid #EF4F44;
}

div.css-check {
    border: sandybrown 1px dashed;
}

label.css-check {
    border: #007bff 1px dashed;
}

.profile-circle-small {
    width: 28px;
    height: 28px;
    background-color: #D2D3D6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #ffffff;
    font-size:18px;
    cursor: pointer;
}

.gnb-profile-circle {
    margin: 12px 24px 12px 0;
    position: absolute;
    right: 0;
}

.gnb-user-menu-wrapper {
    border: 1px solid #545DD4;
    position: absolute;
    width: 426px;
    right: 0;
    top: 52px;
    background-color: #ffffff;
}
.gnb-user-menu__title-wrapper {
    width: 385px;
    height: 23px;
    display: flex;
    justify-content: space-between;
    margin: 19px 20px 16px 20px;
}

.gnb-user-menu__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
}

.gnb-user-menu__profile {
    width: 384px;
    height: 101px;
    padding: 24px 20px 0 20px;
    display: flex;
    justify-content: space-between;
}

.gnb-user-menu__sub-menu-wrapper {
    width: 376px;
    height: 48px;
    border-top: 1px solid #DDDEE0;
    margin: 0 20px 0 20px;
}

.menu-profile-content-wrapper {
    width: calc(100% - 96px);
}

.gnb-user-menu__sub-menu {
    padding: 12px 0 12px 0;
    display: flex;
    align-items: center;
}

.profile-circle-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.profile-circle-image-small{
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.profile-circle-image-medium{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}


.menu-profile-circle {
    width: 80px;
    height: 80px;
    background-color: #BABEEE;
    border-radius: 50%;
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-Profile-content__name {
    width: 100%;
    height: 21px;
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
    text-align: left;
    margin-bottom: 8px;
    white-spcae: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu-Profile-content__mail {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    margin-bottom: 10px;
}

.sign-out-button {
    width: 24px;
    height: 24px;
    color: #1F2533;
    border: 0px;
    margin-right:6px;
    background: url('../img/sign-out-icon.svg') no-repeat right center;
}

.my-history-button {
    width: 24px;
    height: 24px;
    border: 0px;
    background-color: #FFFFFF;
    margin-left: 6px;
}

/*.sign-out-button {*/
/*    width: 24px;*/
/*    height: 24px;*/
/*    color: #1F2533;*/
/*    border: 0px;*/
/*    margin-right:6px;*/
/*    padding: 0 0 0 0;*/
/*    background-color: #ffffff;*/
/*    background-repeat: no-repeat;*/
/*    background-size: 24px 24px;*/
/*    background-image: url('../img/icon/opus-x-line_log-out-02.svg');*/
/*}*/

.sign-out-page-circle {
    width: 200px;
    height: 200px;
    color: #1F2533;
    border: 0px;
    background-color: #F1F2F7;
    border-radius: 50%;
}

.sign-out-page-icon {
    width: 92px;
    height: 92px;
    margin: 54px;
    background-color: #F1F2F7;
    background-repeat: no-repeat;
    background-size: 92px 92px;
    background-image: url('../img/icon/opus-x-line_log-out-02.svg');
}

.sign-out-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    cursor:pointer;
}

.menu-profile-box {
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    color: #ffffff
}

.searchable-select-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    width: calc(100% - 184px);
}

.Outer-title-text {
    width: 230px;
    height: 27px;
    font-family: NotoSansCJKkr, sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #2b3851;
    margin-bottom: 6px;
    padding-top: 4px;
}

/*
    MyHistory CSS
*/

.MyHistory-title {
    display: inline-block;
    margin-bottom: 0;
}

.Myhistory-title-desc {
    height: 17px;
    font-size: 15px;
    font-weight: 300;
    line-height: 2.33;
    text-align: left;
    color: #a2a6af;
    padding-top: 34px;
    padding-bottom: 12px;
    text-align: right;
}

.timeline {
    margin: 0;
    padding: 0;

}

.date {border: 1px solid #dee5e7;
    display: grid;
    padding: 27.4px 10px 28.4px;
    background: #fff;
    margin: 10.2px 0 0;
}

.MyHistory-table{
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
    width: 100%;
}

.MyHistory-dataText{
    padding-left: 15px;
    font-size: 20px;
}

.tl-item {
    display:block;
}
.tl-item:before,
.tl-item:after {
    content: " ";
    display: table;
}

.tl-item:after {
    clear: both;
}

.tl-wrap-first,
.tl-wrap {
    display: block;
    margin-left: 3em;
    padding: 15px 0 15px 20px;
    position: relative;
}

.tl-wrap:before{
    content: " ";
    display: table-cell;
}

.tl-wrap:after{
    content:'';
    display:block;
    position: absolute;
    height: 46px;
    top: -24px;
    left: -4px;
    border: 2px dotted #f0f2f5;
}

.tl-wrp:after{
    clear: both;
}

.tl-wrap-first:before,
.tl-wrap:before {
    position: relative;
    content: "";
    float: left;
    top: 13px;
    margin-left: -29px;
    width: 14px;
    height: 14px;
    border-color: inherit;
    border-width: 3px;
    border-radius: 50%;
    background: #adbec1;
    /*box-shadow: 0 0 0 3px #afbdd1;*/
    /*z-index: 1;*/
}

.tl-date {
    position: relative;
    top: 10px;
    float: left;
//margin-left: -7.5em;
    display: block;
//width: 4.5em;
    text-align: right;
    padding-right: 30px;
    font-size: 15px;
    color: #2b3851;
}
.tl-content {
    display: inline-block;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;
    margin-left: 20px;
    width: 25%;
}
.tl-content.block {
    display: block;
    width: 100%;
}
.tl-content.panel {
    margin-bottom: 0;
}
.tl-header {
    display: block;
    width: 12em;
    text-align: center;
    margin-left: 2px;
}

.timeline-hr {
    width: 1px;
    height: 12px;
    background-color: #aaaeb1;
    display: inline-block;
    vertical-align: middle;
}

.link {
    color: #2E90FA;
    font-size: 16px;
}

.link:disabled {
    color: #B2DDFF;
    cursor: default;
}

.link:hover:not([disabled]) {
    color: #175CD3;
    cursor: pointer;
}

.link:active:not([disabled]) {
    color: #194185;
    cursor: pointer;
}


.term-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
}

.modal-wrapper {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    z-index: 1000;
    overflow: auto;
    outline: none;
    background: rgba(0,0,0, 0.5);
}

.termModal {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    padding: 24px 31px;
    width: 1150px;
    height: 864px;
    margin: auto;
    border: 1px solid #bbbdc1;
    border-radius: 16px;
    box-shadow: 0 3px 6px #0003;
}

.modal-header{
    position: relative;
    border-bottom: 0px solid #ffffff;
    padding-bottom: 20px;
    font-weight: 700;
    font-size: 24px;
    height: 24px;
}

.modal-header .modal-title {
    font-weight: 700;
    font-size: 24px;
    display: inline-flex;
    align-items: center
}

ul, li {
    list-style: none;
}

/*tab css*/
.termTab {
    float: left;
    width: 1150px;
    overflow: inherit;
}

.termTabnav {
    font-size: 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.termTabnav li {
    display: inline-block;
    height: 32px;
    text-align: center;
}

.termTabnav li.active {
    border-bottom: 2px solid #2E90FA;
}

.termTabnav li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 3px;
}

.termTabnav li a {
    position: relative;
    display: block;
    color: #000;
    padding: 0 15px;
    line-height: 32px;
    text-decoration: none;
    font-size: 16px;
}

.termTabnav li a:hover,
.termTabnav li a.active {
    background: #fff;
    color: #2E90FA;
}

.termTabcontent {

}

.right-dropdown-warpper {
    width:232px;
    float:right;
    padding-top: 12px;
}

.modal-button-area {
    float: right;
    margin-top: 16px;
    margin-bottom: 56px;
}

.term-content {
    white-space: pre-wrap;
    margin-top: 22px;
    padding: 16px 32px 16px 32px;
    height: 612px;
    background: #F3F5F780;
    overflow: auto;
    border-radius: 16px;
}

.term-content:focus {
    border-color: #E8E8EA;
}