@charset "utf-8";
@import url('/_webroot/css/webfonts.css');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
.e-font {
    font-family: 'Josefin Sans', sans-serif;
}
/* reset.css(plan-i standard) */
html {
    font-size: 10px;
    box-sizing: border-box;
    overflow-x: hidden;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
br {
    font-family: initial;
}
body {
    height: auto;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 1.7rem;
    font-weight: 400;
    font-family:
        'Pretendard GOV Variable',
        'Pretendard GOV',
        'SEBANG_Gothic_Bold',
        -apple-system,
        BlinkMacSystemFont,
        system-ui,
        Roboto,
        'Helvetica Neue',
        'Segoe UI',
        'Apple SD Gothic Neo',
        'Noto Sans KR',
        'Malgun Gothic',
        'Apple Color Emoji',
        'Segoe UI Emoji',
        'Segoe UI Symbol',
        sans-serif;
    line-height: 1.25;
    color: #333;
    word-break: keep-all;
    -webkit-print-color-adjust: exact;
    letter-spacing: -0.51px;
}
ul,
ol,
li,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    list-style: none;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
.bbs-html p {
    margin: revert;
}
a {
    color: inherit;
    text-decoration: none;
}
img {
    border: 0;
    vertical-align: middle;
    font-size: 0;
}
table {
    border-collapse: collapse;
    width: 100%;
}
caption,
legend {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
select,
input,
textarea {
    color: #454545;
    font-size: 0.8rem;
}
select,
input {
    vertical-align: middle;
}
address,
em,
i {
    font-style: normal;
}
button {
    border: 0;
    background: none;
    cursor: pointer;
}
hr {
    margin: 0;
    border: none;
    padding: 0;
    display: block;
}
form,
figure,
figcaption {
    padding: 0;
    margin: 0;
}
fieldset {
    border: none;
    padding: 0;
    margin: 0;
}
input[type='submit'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
header,
footer,
article,
section,
aside,
nav,
main {
    display: block;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}
::selection {
    background: rgba(254, 110, 178, 0.35);
}

caption,
legend,
.sr_only,
.hidden,
.blind,
.IR {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0 none;
    clip: rect(0, 0, 0, 0);
}

/* Skip Navigation */
#skipNav {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    z-index: 100;
}
#skipNav a {
    display: block;
    height: 0;
    margin-top: -2px;
    overflow: hidden;
    text-align: center;
    font-size: 0;
    line-height: 0;
    background: #3e8fee;
}
#skipNav a:hover,
#skipNav a:active,
#skipNav a:focus {
    height: auto;
    padding: 7px 0;
    font-weight: bold;
    font-size: 1em;
    line-height: 1em;
    color: #fff;
    z-index: 10000;
}

/* a:focus {
  border: 0;
  outline: 0;
} */
/* 기본 */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.responsive {
    max-width: 100%;
    height: auto;
}
.row {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}
.row:before,
.row:after,
.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
    clear: both;
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-wrap {
    overflow: hidden;
}

/* 부트스트랩 */
fieldset {
    border: 0;
    padding: 0;
}
legend {
    padding: 0;
    border: 0;
    font-size: 0;
}
.txt-left {
    text-align: left !important;
}
.txt-right {
    text-align: right !important;
}
.txt-center {
    text-align: center !important;
}
.vertical {
    display: inline-block;
    vertical-align: middle;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.img-responsive {
    max-width: 100%;
    height: auto;
}

input[type='text'],
input[type='password'],
select,
input[type='text']::-moz-placeholder {
    color: #999;
    font-weight: 300;
    font-size: 0.7rem;
}
input[type='text']:-ms-input-placeholder {
    color: #999;
    font-weight: 300;
    font-size: 0.7rem;
}
input[type='text']::-webkit-input-placeholder {
    color: #999;
    font-weight: 300;
    font-size: 0.7rem;
}

/* ...생성 */
.substring {
    position: relative;
    padding-right: 15px;
}
.substring:after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: '...';
    font-size: 14px;
}

/*checkbox, radio커스텀*/
.checkbox-radio-custom {
    position: relative;
    overflow: hidden;
    height: 30px;
    line-height: 33px;
}
.checkbox-radio-custom > li {
    position: relative;
    float: left;
    font-size: 0.8rem;
}
.checkbox-radio-custom > li + li {
    margin-left: 0.5rem;
}
.checkbox-radio-custom input[type='checkbox'],
.checkbox-radio-custom input[type='radio'] {
    border: 0;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 5px;
}
.checkbox-radio-custom input[type='checkbox']:hover + label:before,
.checkbox-radio-custom input[type='radio']:hover + label:before {
    border-color: #dde1e5;
}
.checkbox-radio-custom input[type='checkbox']:active + label:before,
.checkbox-radio-custom input[type='radio']:active + label:before {
    transition-duration: 0s;
    filter: brightness(1.2);
}
.checkbox-radio-custom input[type='checkbox'] + label,
.checkbox-radio-custom input[type='radio'] + label {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    font-weight: normal;
}

.form_check {
    display: inline-block;
    position: relative;
    z-index: 0;
    margin-right: 1rem;
    padding-left: 1.25rem;
    vertical-align: top;
}
.form_check label {
    cursor: pointer;
}
.form_check label::before {
    position: absolute;
    left: 0;
    top: 0.25rem;
    z-index: -2;
    width: 0.8rem;
    height: 0.8rem;
    border: 1px solid #ddd;
    background-color: #fff;
    content: '';
}
.form_check label::after {
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    font-family: 'xeicon';
    left: 0;
    top: 0.25rem;
    z-index: -1;
    width: 0.8rem;
    height: 0.8em;
    color: #484c58;
    content: '';
    text-align: center;
    line-height: 0.8rem;
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.form_check input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.form_check input:focus + label::before {
    outline: 1px dotted #000;
}
.form_check input:checked + label::after {
    opacity: 1;
}
.form_check:last-child {
    margin-right: 0;
}

.checkbox-radio-custom input[type='checkbox'] + label:before,
.checkbox-radio-custom input[type='radio'] + label:before {
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    border: 2px solid #ddd;
    text-align: center;
    background: #fff;
}
.checkbox-radio-custom input[type='checkbox'] + label:after,
.checkbox-radio-custom input[type='radio'] + label:after {
    background-color: #ee2d3c;
    top: 50%;
    left: 7.5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    transform: translateY(-50%) scale(0);
    -webkit-transform: translateY(-50%) scale(0);
    transform-origin: 50%;
    transition: transform 200ms ease-out;
}
.checkbox-radio-custom input[type='radio']:checked + label:before {
    -moz-animation: borderscale 300ms ease-in;
    -webkit-animation: borderscale 300ms ease-in;
    animation: borderscale 300ms ease-in;
    background-color: #fff;
}
.checkbox-radio-custom input[type='radio']:checked + label:after {
    transform: translateY(-50%) scale(1);
    -webkit-transform: translateY(-50%) scale(1);
}
.checkbox-radio-custom input[type='radio'] + label:before,
input[type='radio'] + label:after {
    border-radius: 50%;
}
.checkbox-radio-custom input[type='checkbox'] + label:after {
    background-color: transparent;
    content: '\e929';
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
    font: normal 16px 'xeicon';
    position: absolute;
    left: 0;
    top: 8px;
    z-index: 2;
    cursor: pointer;
}
.checkbox-radio-custom input[type='checkbox']:checked + label:before {
    -moz-animation: borderscale 200ms ease-in;
    -webkit-animation: borderscale 200ms ease-in;
    animation: borderscale 200ms ease-in;
    background: #3e59b1;
    border-color: #3e59b1;
}
.checkbox-radio-custom input[type='checkbox']:checked + label:after {
    -moz-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: -moz-transform 200ms ease-out;
    -o-transition: -o-transform 200ms ease-out;
    -webkit-transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;
}
.checkbox-radio-custom input[type='radio']:focus + label:before {
    -moz-animation: borderscale 200ms ease-in;
    -webkit-animation: borderscale 200ms ease-in;
    animation: borderscale 200ms ease-in;
    border-color: #333;
}

/*셀렉트박스*/
.select-box {
    position: relative;
    width: auto;
    height: 40px;
    padding: 0;
    border: 1px solid #ddd;
}
.select-box label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 1.25rem 0 0.75rem;
    line-height: 40px;
    color: #666;
    font-size: 0.75rem;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select-box label:after {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 0.65rem;
    line-height: 0.5rem;
    font-family: 'xeicon';
    content: '\e941';
    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    color: #313344;
}
.select-box select.info-select {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0 none;
    opacity: 0;
    filter: alpha(opacity=0);
    vertical-align: top;
    cursor: pointer;
    z-index: 1;
    font-size: 0.8rem;
}
.select-box:hover,
.select-box:focus,
.select-box.active {
    border-color: #454c69 !important;
}
.select-box:hover label,
.select-box:focus label,
.select-box.activ label {
    color: #030101;
}
.select-box:hover label:after,
.select-box:active label:after,
.select-box:focus label:after {
    color: #030101;
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
}
.select-box .form-control {
    display: block;
    width: 100%;
    padding: 0.3rem 0.6rem;
    min-height: 1.85rem;
    font-size: 0.75rem;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    vertical-align: top;
}
.select-box .form-control:hover,
.select-box .form-control:focus {
    border-color: #06377b;
    outline: 0;
    box-shadow:
        inset01px1pxrgba(0, 0, 0, 0.075),
        8pxrgba 102,
        175,
        233,
        0.6;
}
.select-box .form-control::-moz-placeholder,
.select-box .form-control:-ms-input-placeholder,
.select-box .form-control::-webkit-input-placeholder {
    color: #888;
}
.select-box .form-control[disabled],
.select-box .form-control[readonly],
fieldset[disabled] .select-box .form-control {
    background-color: #eee;
    opacity: 1;
}
.select-box .form-control[disabled],
fieldset[disabled] .select-box .form-control {
    cursor: not-allowed;
}

input[type='text'],
input[type='password'],
select {
    padding: 0.3rem 0.6rem;
    min-height: 1.85rem;
    font-size: 0.75rem;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    vertical-align: top;
    height: 38px;
}

.input-group {
    display: inline-block;
    min-width: 9rem;
    position: relative;
    margin: auto;
    vertical-align: middle;
}
.input-group.input-group-ful {
    width: 100% !important;
}
.input-group .form-control {
    float: left;
    width: 100%;
    height: 38px;
    padding: 0.5rem 70px 0.5rem 0.5rem;
    font-size: 0.8rem;
    line-height: 1.5rem;
    color: #030101;
    z-index: auto;
    border: 1px solid #ddd;
}
.input-group input {
    width: 100%;
    height: 100%;
}
.input-group.input-size-m {
    width: 100%;
}

/*imgcut*/
.imgcut .img {
    position: relative;
}
.imgcut .img > img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.container {
    width: 1280px;
    margin: auto;
    max-width: 100%;
}
.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.ellipsis_2 {
    white-space: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}
.ellipsis_3 {
    white-space: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

/*point color*/
.point1 {
    color: !important;
}
.point2 {
    color: !important;
}
.point3 {
    color: !important;
}
.point4 {
    color: !important;
}
.point5 {
    color: !important;
}
.point6 {
    color: !important;
}
.point7 {
    color: !important;
}

@media screen and (max-width: 1280px) {
    html {
        font-size: 18px;
    }
    .container {
        max-width: 95%;
    }
}

@media (min-width: 768px) {
    .form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle;
    }
    /*.form-inline  .form-control{display:inline-block;width:auto;vertical-align:middle;}*/
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }
    .form-inline .input-group .form-control > .form-control {
        width: 100%;
    }
    .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .radio,
    .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .checkbox label {
        padding-left: 0;
    }
    .radio input[type='radio'],
    .checkbox input[type='checkbox'] {
        position: relative;
        margin-left: 0;
    }
    .has-feedback .form-control-feedback {
        top: 0;
    }
}

/* 프린트 */
@media print {
    #header,
    aside,
    #spot,
    .cont-bot,
    #footer {
        display: none;
    }
    .container {
        width: 100% !important;
    }
}
