@charset "utf-8";

/*** 공용 시작 ********************/
* {
    margin: 0;
    padding: 0;
}

html {

}

body {
    height: 100%;
    width: 100%;
    font-family: 'Pretendard-Medium', sans-serif;
    font-size: 14px;
    font-weight: 500;
    background-color: #ffffff;
    color: #000000;
}

table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
th {
    font-size: 14px;
    background-color: #f5f5f5;
    font-weight: 700;
}
th, td{
    border: 1px solid #dddddd;
    text-align: center;
    font-size: 12px;
    border-collapse: collapse;
}

li { list-style: none; }

a {
    color: #2B2D2F;
    text-decoration: none;
    border: 0;
}
a:hover{
    color: #1C48F4;
    text-decoration: none;
    border: 0;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #7B8286;
    font-size: 14px;
    font-weight: 500;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #7B8286;
    font-size: 14px;
    font-weight: 500;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #7B8286;
    font-size: 14px;
    font-weight: 500;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #7B8286;
    font-size: 14px;
    font-weight: 500;
}

::-ms-clear {
    display: none;
}
/*** 공용 종료 ********************/

/*** LOADING 시작 ********************/
.loading-mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9995;
    background-color: #ffffff;
}
.loading-mask-opacity {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9995;
    background-color: #ffffff;
    opacity: .8;
}
.loading{
    position: absolute;
    z-index: 9996;
    width : 32px;
    height : 32px;
    left : 50%;
    top : 50%;
    margin : -30px 0px 0px -30px;
    background: url('/resources/images/common/loading_32.gif') no-repeat center center;
}
/*** LOADING 종료 ********************/

/*** SPOTLIGHT 시작 ********************/
.spotlight {
    background-color: #000000;
    z-index: 9997;
    position: fixed;
    top: 0;
    left: 0;
    -moz-opacity: 0.7;
    opacity: .70;
    filter: alpha(opacity=70);
    width: 100%;
    height: 100%;
    zoom: 1;
}
.spotlight-simple {
    background-color: #000000;
    z-index: 9997;
    position: fixed;
    top: 0px;
    left: 0;
    -moz-opacity: 0.3;
    opacity: .30;
    filter: alpha(opacity=30);
    width: 100%;
    height: 100%;
    zoom: 1;
}
/*** SPOTLIGHT 종료 ********************/

/*** FONT 시작 ********************/
.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp,
.fa-solid,
.fab,
.far,
.fas {
    line-height: unset !important;
}
/*** FONT 종료 ********************/

/*** COLOR 시작 ********************/
.basic-color {
    color: #000000;
}
.active-color {
    color: #163CE8;
}
.unactive-color {
    color: #000000;
}
/*** COLOR 종료 ********************/

/*** GRADIENT POINT 시작 ********************/
/*** 빨간 계열 ***/
.gradient-pointer-red:before {
    border: 0 solid transparent;
    border-bottom-color: #F3F4F8;
    border-bottom-width: 16px;
    border-left: 16px solid transparent;
    border-top-color: #F3F4F8;
    border-top-width: 16px;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}
.gradient-pointer-red:after {
    background: transparent;
    border-radius: 100%;
    border-right: 2px solid #F3F4F8;
    content: "";
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
}
.gradient-pointer-red {
    animation-duration: 3.3s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: running;
    animation-name: GradientBackground-red;
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
    background-image: radial-gradient(circle, rgb(255, 205, 77) 2%, rgb(242, 154, 32) 18%, rgb(255, 37, 15) 61%);
    background-position-x: initial;
    background-position-y: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    background-size: 400% 100%;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
    color: #fff;
    line-height: 20px;
    margin-bottom: 8px;
    position: relative;
    width: 70%;
    padding: 6px 20px 6px 10px;
}
.gradient-pointer-red-full {
    animation-duration: 3.3s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: running;
    animation-name: GradientBackground-red;
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
    background-image: radial-gradient(circle, rgb(255, 205, 77) 2%, rgb(242, 154, 32) 18%, rgb(255, 37, 15) 61%);
    background-position-x: initial;
    background-position-y: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    background-size: 400% 100%;
    border-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    color: #fff;
    line-height: 20px;
    margin-bottom: 8px;
    position: relative;
    width: 100%;
    padding: 10px 20px 10px 10px;
    text-align: center;
}
@-webkit-keyframes GradientBackground-red {
    0%{background-position: 100% 0%}
    80%{background-position: 20% 0%}
    100%{background-position: 0% 0%}
}
@-moz-keyframes GradientBackground-red {
    0%{background-position: 100% 0%}
    80%{background-position: 20% 0%}
    100%{background-position: 0% 0%}
}
@keyframes GradientBackground-red {
    0%{background-position: 100% 0%}
    80%{background-position: 20% 0%}
    100%{background-position: 0% 0%}
}

/*** 파란 계열 ***/
.gradient-pointer-blue:before {
    border: 0px solid transparent;
    border-bottom-color: #fff;
    border-bottom-width: 16px;
    border-left: 16px solid transparent;
    border-top-color: #fff;
    border-top-width: 16px;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}
.gradient-pointer-blue:after {
    background: transparent;
    border-radius: 100%;
    border-right: 2px solid;
    content: "";
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
}
.gradient-pointer-blue {
    animation-duration: 3.3s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: running;
    animation-name: GradientBackground-blue;
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
    background-image: radial-gradient(circle, rgb(35, 166, 213) 2%, rgb(43, 107, 245) 18%, rgb(32, 59, 234) 61%);
    background-position-x: initial;
    background-position-y: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    background-size: 400% 100%;
    border-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #fff;
    line-height: 20px;
    margin-bottom: 8px;
    position: relative;
    /*width: -moz-max-content;*/
    width: 70%;
    padding: 6px 20px 6px 10px;
}
@-webkit-keyframes GradientBackground-blue {
    0%{background-position: 100% 0%}
    80%{background-position: 20% 0%}
    100%{background-position: 0% 0%}
}
@-moz-keyframes GradientBackground-blue {
    0%{background-position: 100% 0%}
    80%{background-position: 20% 0%}
    100%{background-position: 0% 0%}
}
@keyframes GradientBackground-blue {
    0%{background-position: 100% 0%}
    80%{background-position: 20% 0%}
    100%{background-position: 0% 0%}
}
/*** GRADIENT POINT 종료 ********************/

/*** INPUT 시작 ********************/
.input-field {
    margin: 0 !important;
}
.input-field input[type=text]:focus {
    border-bottom: none !important;
    box-shadow: none !important;
}
button,
input,
optgroup,
select,
textarea {
    font-family: 'Noto Sans Korean', sans-serif;
}
input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default) {
    margin: 0 !important;
    border: 1px solid #B0B8C1 !important;
    padding: 0 10px !important;
    box-sizing: border-box !important;
    /*
    -webkit-box-shadow: 0 1px 0 0 #7B8286 !important;
    box-shadow: 0 1px 0 0 #7B8286 !important;
    */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
textarea:not(.browser-default) {
    margin: 0 !important;
    border: 1px solid #B0B8C1 !important;
    outline-color: #B0B8C1 !important;
    padding: 10px !important;
    box-sizing: border-box !important;
    /*
    -webkit-box-shadow: 0 1px 0 0 #7B8286 !important;
    box-shadow: 0 1px 0 0 #7B8286 !important;
    */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]) {
    border: 1px solid #163CE8 !important;
    /*
    -webkit-box-shadow: 0 1px 0 0 #2B2D2F !important;
    box-shadow: 0 1px 0 0 #2B2D2F !important;
    */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
textarea:not(.browser-default):focus:not([readonly]) {
    border: 1px solid #163CE8 !important;
    outline: none !important;
}
input.valid:not([type]),
input.valid:not([type]):focus,
input.valid[type=text]:not(.browser-default),
input.valid[type=text]:not(.browser-default):focus,
input.valid[type=password]:not(.browser-default),
input.valid[type=password]:not(.browser-default):focus,
input.valid[type=email]:not(.browser-default),
input.valid[type=email]:not(.browser-default):focus,
input.valid[type=url]:not(.browser-default),
input.valid[type=url]:not(.browser-default):focus,
input.valid[type=time]:not(.browser-default),
input.valid[type=time]:not(.browser-default):focus,
input.valid[type=date]:not(.browser-default),
input.valid[type=date]:not(.browser-default):focus,
input.valid[type=datetime]:not(.browser-default),
input.valid[type=datetime]:not(.browser-default):focus,
input.valid[type=datetime-local]:not(.browser-default),
input.valid[type=datetime-local]:not(.browser-default):focus,
input.valid[type=tel]:not(.browser-default),
input.valid[type=tel]:not(.browser-default):focus,
input.valid[type=number]:not(.browser-default),
input.valid[type=number]:not(.browser-default):focus,
input.valid[type=search]:not(.browser-default),
input.valid[type=search]:not(.browser-default):focus,
textarea.valid:not(.browser-default),
textarea.valid:not(.browser-default):focus,
.select-wrapper.valid>input.select-dropdown {
    border: 2px solid #2B2D2F !important;
    /*
    -webkit-box-shadow: 0 1px 0 0 #2B2D2F !important;
    box-shadow: 0 1px 0 0 #2B2D2F !important;
    */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.small-checkbox-blue[type="checkbox"].filled-in:checked + span:not(.lever):before{
    width: 10px !important;
    height: 10px !important;
}
.small-checkbox-blue[type="checkbox"].filled-in:checked + span:not(.lever):after{
    border: 2px solid #163CE8 !important;
    background-color: #163CE8 !important;
    width: 10px !important;
    height: 10px !important;
}
.small-checkbox-blue[type="checkbox"]+span:not(.lever) {
    padding-left: 30px !important;
    font-size: 12px !important;
}
.checkbox-blue[type="checkbox"].filled-in:checked + span:not(.lever):after{
    border: 2px solid #163CE8 !important;
    background-color: #163CE8 !important;
}
/*** INPUT 종료 ********************/

/*** BOX SHADOW 시작 ********************/
.box-shadow {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 1px 10px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 1px 10px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 1px 10px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 1px 10px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 1px 10px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.box-shadow-highlight {
    -webkit-box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.35), 0 1px 10px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.35), 0 1px 10px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.35), 0 1px 10px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.35), 0 1px 10px rgba(0, 0, 0, 0.12);
    box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.35), 0 1px 10px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.box-shadow-main {
    -webkit-box-shadow: 1px 2px 10px rgba(229, 229, 229, 0), 1px 2px 10px rgba(229, 229, 229, 0.9);
    -moz-box-shadow: 1px 2px 10px rgba(229, 229, 229, 0), 1px 2px 10px rgba(229, 229, 229, 0.9);
    -ms-box-shadow: 1px 2px 10px rgba(229, 229, 229, 0), 1px 2px 10px rgba(229, 229, 229, 0.9);
    -o-box-shadow: 1px 2px 10px rgba(229, 229, 229, 0), 1px 2px 10px rgba(229, 229, 229, 0.9);
    box-shadow: 0 0 0 rgba(230, 233, 237, 0.9), 0 2px 6px rgba(230, 233, 237, 0.9);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
/*** BOX SHADOW 시작 ********************/

/*** GRADIENT POINT 시작 ********************/
.gradient-pointer-blue-full {
    animation-duration: 2.3s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: running;
    animation-name: GradientBackground-blue;
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
    background-image: radial-gradient(circle, rgb(35, 166, 213) 2%, rgb(43, 107, 245) 18%, rgb(32, 59, 234) 61%);
    background-position-x: initial;
    background-position-y: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    background-size: 400% 100%;
    border-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #fff;
    line-height: 0;
    /*margin-bottom: 8px;*/
    position: relative;
    width: 82px;
    height: 5px;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    top: -9px;
    left: 1px;
}
@-webkit-keyframes GradientBackground-blue {
    0%{background-position: 100% 0%}
    80%{background-position: 20% 0%}
    100%{background-position: 0% 0%}
}
@-moz-keyframes GradientBackground-blue {
    0%{background-position: 100% 0%}
    80%{background-position: 20% 0%}
    100%{background-position: 0% 0%}
}
@keyframes GradientBackground-blue {
    0%{background-position: 100% 0%}
    80%{background-position: 20% 0%}
    100%{background-position: 0% 0%}
}
/*** GRADIENT POINT 종료 ********************/

/*** COLLAPSIBLE 시작 ********************/
.collapsible-body {
    padding: 0 !important;
}
/*** COLLAPSIBLE 종료 ********************/

/*** 간편 메뉴 시작 ********************/
.fixed-action-btn {
    width: 90% !important;
    height: 46px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 75px !important;
    padding: 0 !important;
    margin: 0 auto !important;
}
/*** 간편 메뉴 종료 ********************/

/*** FOOTER 시작 ********************/
.footer-height{
    padding: 10px 0 100px 0;
}
/*** FOOTER 종료 ********************/

/*** 섹션 애니메이선 시작 ********************/
/*
.section-content {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}
.section-content.showoff {
    opacity: 1;
    transform: translateY(0);
}
.section-content.showon {
    opacity: 0;
    transform: translateY(50px);
}
*/
/*** 섹션 애니메이선 종료 ********************/
