/* font */

@charset "utf-8";
@font-face {
    font-family: 'NotoSansKR-Regular';
    font-weight: 100;
    src: url(../fonts/notokr-regular.eot);
    src: url(../fonts/notokr-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/notokr-regular.woff) format('woff'), url(../fonts/notokr-regular.ttf) format('truetype');
}

@font-face {
    font-family: 'NotoSansKR-Bold';
    font-weight: 100;
    src: url(../fonts/notokr-bold.eot);
    src: url(../fonts/notokr-bold.eot?#iefix) format('embedded-opentype'), url(../fonts/notokr-bold.woff) format('woff'), url(../fonts/notokr-bold.ttf) format('truetype');
}

@font-face {
    font-family: 'NotoSansKR-Medium';
    font-weight: 100;
    src: url(../fonts/notokr-medium.eot);
    src: url(../fonts/notokr-medium.eot?#iefix) format('embedded-opentype'), url(../fonts/notokr-medium.woff) format('woff'), url(../fonts/notokr-medium.ttf) format('truetype');
}

@font-face {
    font-family: 'NotoSansKR-Light';
    font-weight: 100;
    src: url(../fonts/notokr-light.eot);
    src: url(../fonts/notokr-light.eot?#iefix) format('embedded-opentype'), url(../fonts/notokr-light.woff) format('woff'), url(../fonts/notokr-light.ttf) format('truetype');
}

@font-face {
    font-family: 'NotoSansKR-Normal';
    font-weight: 100;
    src: url(../fonts/notokr-normal.eot);
    src: url(../fonts/notokr-normal.eot?#iefix) format('embedded-opentype'), url(../fonts/notokr-normal.woff) format('woff'), url(../fonts/notokr-normal.ttf) format('truetype');
}


/*common*/

img {
    width: 100%;
}

.cursor-p {
    cursor: pointer;
}

a {
    color: inherit;
}

a:hover {
    color: inherit;
    text-decoration: none;
}


/* layout */

html {
    scrollbar-3dLight-Color: #efefef;
    scrollbar-arrow-color: #dfdfdf;
    scrollbar-base-color: #efefef;
    scrollbar-Face-Color: #dfdfdf;
    scrollbar-Track-Color: #efefef;
    scrollbar-DarkShadow-Color: #efefef;
    scrollbar-Highlight-Color: #efefef;
    scrollbar-Shadow-Color: #efefef
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}


/* Chrome, Safari용 스크롤 바 */

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border: 3px solid #fff;
}

::-webkit-scrollbar-button:start:decrement,
 ::-webkit-scrollbar-button:end:increment {
    display: block;
    height: 10px;
    background: #efefef
}

::-webkit-scrollbar-track {
    background: #efefef;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .2)
}

::-webkit-scrollbar-thumb {
    height: 50px;
    width: 50px;
    background: rgba(0, 0, 0, .2);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .1)
}

body {
    font-family: NotoSansKR-Regular;
    font-style: normal;
    font-weight: 100;
    line-height: 1;
    color: #000e20;
    min-width: 1130px;
    overflow-x: hidden;
}

.container {
    max-width: 1130px;
    position: relative;
}

.p-r {
    position: relative;
}

.p-a {
    position: absolute;
}

.p-a-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.p-a-center .container {
    width: 100%;
    height: 100%;
    position: relative;
}


/* form */

textarea.form-control {
    resize: none;
}

input::placeholder {
    color: #000000 !important;
    font-family: NotoSansKR-Regular;
}

textarea::placeholder {
    color: #000000 !important;
    font-family: NotoSansKR-Regular;
}

input::-webkit-input-placeholder {
    color: #000000 !important;
    font-family: NotoSansKR-Regular;
}

input:-ms-input-placeholder {
    color: #000000 !important;
    font-family: NotoSansKR-Regular;
}

textarea::-webkit-input-placeholder {
    color: #000000 !important;
    font-family: NotoSansKR-Regular;
}

textarea:-ms-input-placeholder {
    color: #000000 !important;
    font-family: NotoSansKR-Regular;
}

input.p-h-92::placeholder {}

textarea.p-h-92::placeholder {
    color: #929292 !important;
    font-family: NotoSansKR-Regular;
}

input.p-h-92::-webkit-input-placeholder {
    color: #929292 !important;
    font-family: NotoSansKR-Regular;
}

input.p-h-92:-ms-input-placeholder {
    color: #929292 !important;
    font-family: NotoSansKR-Regular;
}

textarea.p-h-92::-webkit-input-placeholder {
    color: #929292 !important;
    font-family: NotoSansKR-Regular;
}

textarea.p-h-92:-ms-input-placeholder {
    color: #929292 !important;
    font-family: NotoSansKR-Regular;
}

textarea.p-h-53::placeholder {
    color: #535353 !important;
    font-family: NotoSansKR-Regular;
}

input.p-h-53::-webkit-input-placeholder {
    color: #535353 !important;
    font-family: NotoSansKR-Regular;
}

input.p-h-53:-ms-input-placeholder {
    color: #535353 !important;
    font-family: NotoSansKR-Regular;
}

textarea.p-h-53::-webkit-input-placeholder {
    color: #535353 !important;
    font-family: NotoSansKR-Regular;
}

textarea.p-h-53:-ms-input-placeholder {
    color: #535353 !important;
    font-family: NotoSansKR-Regular;
}

.form-control {
    border-radius: 0px;
    border: solid 1px #dcdcdc;
    color: #000000;
    font-size: 16px;
    height: 40px;
}

.form-control.inp-form {
    color: #929292;
    font-size: 15px;
}

.form-control:focus {
    box-shadow: none;
    color: #000;
}

.form-control.inp-b-l {
    border: 0px;
    border-bottom: 1px solid #000;
    color: #000;
    letter-spacing: -1.2px;
    padding-left: 0px;
}

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

input[type="checkbox"]+label {
    margin-bottom: 0px;
    cursor: pointer;
    color: #808080;
    font-size: 14px;
}

input[type="checkbox"]+label u {
    padding-left: 12px;
}

input[type="checkbox"]:checked+label {
    color: #1a1a19;
}

input[type="checkbox"]+label span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -2px 10px 0 0;
    vertical-align: middle;
    background: url(../image/check-off.png);
    background-size: 19px 19px;
    cursor: pointer;
}

input[type="checkbox"]:checked+label span {
    background: url(../image/check-on.png);
    background-size: 19px 19px;
}

input[type="checkbox"]:checked:disabled+label span {
    background: url(../image/check-on-dis.png);
    background-size: 19px 19px;
}

input[type="checkbox"]:disabled+label span {
    background: url(../image/check-off-dis.png);
    background-size: 19px 19px;
}

input[type="checkbox"]+label .checkboxtext {
    color: #7a7a7a;
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    letter-spacing: -1.2px;
}

input[type="checkbox"]:checked+label .checkboxtext {
    color: #000;
}

.checkbox-wrap {
    overflow: hidden;
    white-space: nowrap;
}

.checkbox_blank {
    width: 19px;
    margin-left: 10px;
    height: 1px;
    display: inline-block;
}


/* toggle */

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

input[type="radio"].toggle:checked+label {
    background-image: -moz-linear-gradient(bottom, #000e20, #000e20);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000e20), #000e20);
    background-image: -webkit-linear-gradient(bottom, #000e20, #000e20);
    background-image: -o-linear-gradient(bottom, #000e20, #000e20);
    background-image: linear-gradient(to top, #000e20, #000e20);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#89c56f', endColorstr='#89c56f', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: default;
    color: #fff;
    border-color: #000e20;
}

input[type="radio"].toggle+label {
    border: 1px solid #000e20;
    color: #000e20;
    border-radius: 0px;
    height: 40px;
    font-size: 16px;
}

input[type="radio"].toggle:checked+label.btn:hover {
    background-color: inherit;
    background-position: 0 0;
    -webkit-transition: none;
    -moz-trainsition: none;
    transition: none;
}

input[type="radio"].toggle-left+label {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-top-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

input[type="radio"].toggle-right+label {
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-top-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


/* upload input */

.input-wrap {
    width: 100%;
}

.upload-btn {
    width: 119px;
    height: 40px;
    line-height: 41px;
    border: solid 1px #000e20;
    background-color: #fff;
    color: #000e20;
    font-size: 16px;
    margin-left: 15px;
    cursor: pointer;
}

.form-inline input {
    flex: 1;
}

.filebox {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 1200px;
}

.filebox p {
    margin: 0px;
    line-height: 40px;
}

.filebox input[type="file"] {
    position: absolute;
    width: 0px;
    height: 0px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.filebox label {
    margin-bottom: 0px;
}


/* named upload */

.filebox .upload-name {
    flex: 1;
    display: inline-block;
    vertical-align: top !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-width: 600px;
}


/* imaged preview */

.filebox .upload-display {
    /* 이미지가 표시될 지역 */
    margin-bottom: 5px;
    padding-left: 10px;
}

@media(min-width: 768px) {
    .filebox .upload-display {
        display: inline-block;
        margin-bottom: 0;
    }
}

.filebox .upload-thumb-wrap {
    /* 추가될 이미지를 감싸는 요소 */
    display: inline-block;
    width: 38px;
    padding: 2px;
    vertical-align: middle;
    border: solid 1px #d7d7d7;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
    height: 38px;
    overflow: hidden
}

.filebox .upload-display img {
    /* 추가될 이미지 */
    display: block;
    height: 38px !important;
    max-width: 38px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* button */

.m-btn-group .m-btn {
    margin-left: 10px;
}

.m-btn {
    display: inline-block;
    cursor: pointer;
    font-family: NotoSansKR-Medium;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}

.m-btn.btn-black {
    color: #fff;
    background-color: #000e20;
    border: 1px solid #000e20;
}

.m-btn.btn-black:hover {
    background-color: #fff;
    color: #000e20;
}

.m-btn.btn-white {
    color: #000e20;
    background-color: #fff;
    border: 1px solid #000e20;
}

.m-btn.btn-white:hover {
    background-color: #000e20;
    color: #fff;
}

.m-btn.btn-grey {
    border: 1px solid #dddddd;
    color: #fff;
    background-color: #dddddd;
}

.m-btn.btn-blue {
    border: 1px solid #29a7e1;
    color: #fff;
    background-color: #29a7e1;
}

.m-btn.btn-grey.report-btn {
    width: 100%;
    padding: 0px;
    text-align: center;
    font-size: 18px;
}

.m-btn.btn-blue.report-btn {
    width: 100%;
    padding: 0px;
    text-align: center;
    font-size: 18px;
}

.m-btn.btn-small {
    padding-left: 30px;
    padding-right: 30px;
    height: 31px;
    line-height: 32px;
    font-size: 16px;
}

.m-btn.btn-normal {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 19px;
    height: 44px;
    line-height: 45px;
}

.m-btn.btn-normal.w190 {
    width: 190px;
    padding: 0px;
    text-align: center;
    font-size: 17px;
}

.m-btn.btn-mid {
    padding-left: 89px;
    padding-right: 89px;
    font-size: 19px;
    height: 50px;
    line-height: 51px;
    font-family: NotoSansKR-Regular;
}

.m-btn.btn-full {
    width: 100%;
    height: 48px;
    line-height: 49px;
    text-align: center;
}

.m-btn.btn-full.pad {
    width: auto;
    text-align: center;
    padding-left: 35px;
    padding-right: 35px;
}

.m-btn.btn-full-s {
    width: 100%;
    height: 37px;
    line-height: 38px;
    text-align: center;
    font-family: NotoSansKR-Regular;
}

.m-btn.btn-big {
    padding-left: 88px;
    padding-right: 88px;
    font-size: 28px;
    height: 60px;
    line-height: 61px;
}

.m-btn.prenext {
    width: 239px;
    height: 53px;
    line-height: 54px;
    font-size: 19px;
}

.m-btn.m-btn-more {
    width: 239px;
    height: 53px;
    line-height: 54px;
    padding: 0px 94px;
    background-color: #000e20;
    color: #fff;
    font-size: 19px;
}


/* toggle */

.btn-group.btn-group-toggle .btn-secondary {
    color: #000e20;
    background-color: #fff;
    border: 1px solid #000e20;
    width: 163px;
    height: 50px;
    line-height: 51px;
    font-size: 18px;
    letter-spacing: -0.45px;
    margin: 0 5px;
    padding: 0px;
    border-radius: 5px !important;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    background-color: #000e20;
    color: #fff;
}

.btn-group.btn-group-toggle .btn-secondary:first-child {
    margin-left: 0px;
}


/* font padding margin */

.title-area-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.25;
}

.title-area-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title-area-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.flex-1 {
    flex: 1;
}

.flex-2 {
    flex: 2;
}

.flex-3 {
    flex: 3;
}

.w-110px {
    width: 110px;
}

.w-210px {
    width: 210px;
}

.l-h-1-2 {
    line-height: 1.2;
}

.l-h-1-3 {
    line-height: 1.3;
}

.l-h-1-4 {
    line-height: 1.4;
}

.l-s-m-4-5 {
    letter-spacing: -4.5px;
}

.l-s-m-3-75 {
    letter-spacing: -3.75px;
}

.l-s-m-2-5 {
    letter-spacing: -2.5px;
}

.l-s-m-2-4 {
    letter-spacing: -2.4px;
}

.l-s-m-2-1 {
    letter-spacing: -2.1px;
}

.l-s-m-1-2 {
    letter-spacing: -1.2px;
}

.l-s-m-0-95 {
    letter-spacing: -0.95px;
}

.l-s-m-0-8 {
    letter-spacing: -0.8px;
}

.l-s-m-0-6 {
    letter-spacing: -0.6px;
}

.l-s-m-0-5 {
    letter-spacing: -0.5px;
}

.l-s-m-0-55 {
    letter-spacing: -0.55px;
}

.l-s-m-0-4 {
    letter-spacing: -0.4px;
}

.l-s-m-0-35 {
    letter-spacing: -0.35px;
}

.f-l {
    font-family: NotoSansKR-Light;
}

.f-b {
    font-family: NotoSansKR-Bold;
}

.f-r {
    font-family: NotoSansKR-Regular;
}

.f-m {
    font-family: NotoSansKR-Medium;
}

.font-grey80 {
    color: #808080 !important;
}

.font-grey87 {
    color: #878787;
}

.font-white {
    color: #fff !important;
}

.font-green {
    color: #0fb267;
}

.font-black {
    color: #000 !important;
}

.font-blue {
    color: #29a7e1 !important;
}

.font-red {
    color: #ea5414;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-28 {
    font-size: 28px;
}

.font-28-5 {
    font-size: 28.5px;
}

.font-30 {
    font-size: 30px;
}

.font-42 {
    font-size: 42px;
}

.font-48 {
    font-size: 48px;
}

.font-50 {
    font-size: 50px;
}

.font-60 {
    font-size: 60px;
}

.m-t-2 {
    margin-top: 2px;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-12 {
    margin-top: 12px;
}

.m-t-13 {
    margin-top: 13px;
}

.m-t-16 {
    margin-top: 16px;
}

.m-t-19 {
    margin-top: 19px;
}

.m-t-24 {
    margin-top: 24px;
}

.m-t-26 {
    margin-top: 26px;
}

.m-t-27 {
    margin-top: 27px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-34 {
    margin-top: 34px;
}

.m-t-36 {
    margin-top: 36px;
}

.m-t-37 {
    margin-top: 37px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-43 {
    margin-top: 43px;
}

.m-t-46 {
    margin-top: 46px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-t-53 {
    margin-top: 53px;
}

.m-t-60 {
    margin-top: 60px;
}

.m-t-65 {
    margin-top: 65px;
}

.m-t-70 {
    margin-top: 70px;
}

.m-t-75 {
    margin-top: 75px;
}

.m-t-99 {
    margin-top: 99px;
}

.m-t-181 {
    margin-top: 181px;
}

.m-t-128 {
    margin-top: 128px;
}

.m-t-147 {
    margin-top: 147px;
}

.m-t-159 {
    margin-top: 159px;
}

.m-t-292 {
    margin-top: 292px;
}

.m-b-34 {
    margin-bottom: 34px;
}

.m-b-36 {
    margin-bottom: 36px;
}

.m-b-39 {
    margin-bottom: 39px;
}

.m-b-41 {
    margin-bottom: 41px;
}

.m-b-42 {
    margin-bottom: 42px;
}

.m-b-44 {
    margin-bottom: 44px;
}

.m-b-45 {
    margin-bottom: 45px;
}

.m-b-59 {
    margin-bottom: 59px;
}

.m-b-151 {
    margin-bottom: 151px;
}

.m-r-13 {
    margin-right: 13px;
}

.p-l-15 {
    padding-left: 15px;
}

.p-t-61 {
    padding-top: 61px !important;
}

.l-h-1-5 {
    line-height: 1.5 !important;
}

.l-h-1-57 {
    line-height: 1.57 !important;
}

.l-h-2-1 {
    line-height: 2.1;
}


/* header */

#header {
    position: fixed;
    z-index: 1000;
    background: #fff;
    width: 100%;
    top: 0px;
    transition: all .3s ease;
}

#header.hide {
    top: -100%;
}

.m_title_menu {
    height: 104px;
    position: relative;
    border: 1px solid #c8c8c8;
    padding-top: 37px;
    padding-bottom: 24px;
}

.logo-container {
    width: 76px;
}

.header-nav {
    float: left;
    margin-left: 12px;
}

.m_nav .m_nav_ul {
    margin: 0px;
    padding: 0px;
    margin-bottom: 0px;
    margin-block-start: 0px;
    margin-inline-start: 0px;
    padding-inline-start: 0px;
}

.m_nav .m_nav_ul .m_nav_li {
    display: inline-block;
    padding: 0px 42px;
    cursor: pointer;
    vertical-align: top;
}

.m_nav .m_nav_ul .nav-item-line {
    display: inline-block;
    width: 1px;
    position: relative;
}

.m_nav .m_nav_ul .nav-item-line::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    background-color: #000000;
    top: -4px;
}

.ht-r-m {
    font-size: 18px;
    font-family: NotoSansKR-Medium;
    color: #000e20;
    position: relative;
    line-height: 31px;
    letter-spacing: normal;
}

.hover_menu_bottom::after {
    content: "";
    position: absolute;
    bottom: -4px;
    border-top: 2px solid #000e20;
    left: 50%;
    right: 50%;
    transition: all 0.5s ease;
}

.hover_menu_bottom:hover::after {
    left: 15%;
    right: 15%;
    transition: all 0.5s ease;
}

.help-container {
    float: left;
    width: 28px;
    position: relative;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu:hover {
    display: block;
}

.m-hover-menu {
    margin: 0px;
    border: 1px solid #000e20;
    border-radius: 0px;
    min-width: fit-content !important;
    padding: 23px 0;
    max-width: fit-content !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.m-hover-menu.show {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 100% !important;
}

.m-hover-menu .dropdown-item {
    padding: 0 23px;
    font-weight: 100;
    font-size: 21px;
    line-height: 2.05;
    letter-spacing: -1.05px;
    color: #000e20;
}

.header-line {
    float: left;
    width: 1px;
    position: relative;
    margin-left: 22px;
    margin-right: 25px;
    height: 1px;
}

.header-line::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 18px;
    background-color: #000;
    top: 8px;
}

.header-text {
    margin-left: 23px;
    color: #000;
    font-size: 16px;
    font-family: NotoSansKR-Medium;
    letter-spacing: -0.5px;
    line-height: 31px;
    float: left;
}

.header-text:hover {
    color: #29a7e1;
}

.user-container {
    float: left;
    width: 28px;
    margin-left: 23px;
    position: relative;
}


/* main area */

#main_wrap {
    position: relative;
    padding-top: 104px;
    overflow-x: hidden;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 44px;
    height: 44px;
}

.carousel-control-prev-icon {
    background-image: url('../image/arrow-left.png');
}

.carousel-control-next-icon {
    background-image: url('../image/arrow-right.png');
}

.carousel-indicators {
    justify-content: left;
    margin-right: auto;
    margin-left: auto;
    width: 1100px;
    margin-bottom: 90px;
}

.carousel-indicators.center {
    justify-content: center;
    margin-bottom: 21px;
}

.carousel-indicators li {
    width: 8px;
    height: 8px;
    border: 1px solid #000e20;
    border-radius: 50%;
    opacity: 1;
    background-color: #fff;
    margin-left: 3.5px;
    margin-right: 3.5px;
}

.carousel-indicators .active {
    background-color: #000e20;
}

.carousel-inner .carousel-item {
    height: 824px;
}

.main-section5 .carousel-inner .carousel-item {
    height: 100%;
}

.carousel-inner .carousel-item .slider1 {
    background-image: url('../image/main-banner-img.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 100%;
}

.text-underline {
    display: inline-block;
    padding: 0px 3px 3px 3px;
    border-bottom: 1px solid #000;
}

.m-main-text {
    color: #000e20;
    font-family: NotoSansKR-Light;
    line-height: 1.2;
}

.m-main-text p {
    font-family: NotoSansKR-Regular;
    margin-bottom: 0px;
    display: inline-block;
}

.m-main-text p.m {
    font-family: NotoSansKR-Medium;
}

.m-main-text p.b {
    font-family: NotoSansKR-Bold;
}

.m-sub-text {
    color: #929292;
    font-family: NotoSansKR-Light;
    line-height: 1.2;
}

.m-sub-text p {
    color: #008bcb;
    font-family: NotoSansKR-Regular;
    margin-bottom: 0px;
    display: inline-block;
}

.text-wrap {
    color: #000;
    font-size: 18px;
    line-height: 1.67;
    letter-spacing: -0.45px;
    margin-bottom: 5px;
}

.text-wrap p {
    font-size: 14px;
    color: #000;
    display: inline-block;
    margin: 0px;
}

.text-wrap span {
    color: #ff0000;
    font-size: 18px;
    line-height: 1.67;
}


/* section2 */

.main-section2 {
    width: 100%;
    height: 909px;
    background-image: url('../image/skylabs-teaser-img-bg.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.main-section2 .teaser-div {
	top:38%;
}
.main-section2 .teaser-cart-logo {
    background-image: url('../image/skylabs-teaser-img-cart-logo.png');
    width: 208px;
    height: 81px;
    margin: 0 auto;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.main-section3 {
    width: 100%;
    height: 1126px;
    background-image: url('../image/3-nd-banner-img.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.main-section3 .main-section3-margin {
    margin-top: 128px;
}

.main-section3 .text-img-sour {
    font-family: NotoSansKR-Light;
    color: #000e20;
    bottom: 10px;
    font-size: 10px;
    text-align: center;
    position: absolute;
    margin: 0 auto;
    width: 100%;
}

.main-section4 {
    width: 100%;
    height: 1038px;
    background-image: url('../image/4-th-banner-img.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.main-section4 .main-section4-margin {
    margin-top: 159px;
}

.main-section5 {
    width: 100%;
    height: 1037px;
    background-image: url('../image/5-th-banner-img.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.overlap-view {
    position: absolute;
    width: 219px;
    height: auto;
    padding: 31px 23px 26px 28px;
    background-color: #000e20;
    z-index: 10;
    top: 97px;
    right: 0;
}

.overlap-view .overlap-bottom-text-container {
    border: 1px solid #cecdcd;
    padding: 22px 0 16px 0;
    background: #000e20;
    margin-top: 27px;
}

.overlap-view .overlap-bottom-text-container:hover {
    color: #000e20 !important;
    background: #fff;
    cursor: pointer;
}


/* login */

.login-container {
    width: 100vw;
    min-height: 1143px;
    background-image: url('../image/bg-login.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.loginform-wrap {
    padding: 86px 49px 50px 49px;
    box-shadow: 10.8px 14.4px 16.8px 4.2px rgba(0, 0, 0, 0.05);
    border: solid 1px #f8f8f7;
    background-color: #ffffff;
    margin-top: 109px;
    max-width: 483px;
    margin-left: auto;
    margin-right: 0px;
}

.login-margin {
    padding-top: 108px;
}

.line-area {
    display: flex;
}

.line-l {
    flex: 1;
    position: relative;
}

.line-l::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #bcbcbc;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.line-m-text {
    padding: 0 14px;
    font-size: 16px;
    line-height: 55px;
    letter-spacing: -0.8px;
    color: #bcbcbc;
}

.divi-h-grey {
    width: 1px;
    height: 13px;
    background-color: #e1e1e1;
    margin-left: 10px;
    margin-right: 10px;
}


/* signup */

.signup-container {
    width: 100vw;
    min-height: 1143px;
    background-image: url('../image/bg-signup.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.img-send-email {
    width: 179px;
    margin-right: 60px;
}


/* customer center - notice, qna */

.customer-container {
    width: 100%;
    height: 100%;
}

.customer-container .cc-header {
    width: 100%;
    height: 311px;
    background-image: url('../image/bg-cus.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.cc-header-text {
    padding-bottom: 10px;
    margin-top: 43px;
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px;
    border-bottom: 1px solid #000e20;
}

.cc-list {
    padding-bottom: 160px;
}

.cc-list-nav {
    padding-top: 33px;
}

.cc-list-nav img.icon-home {
    float: left;
    width: 18px;
    margin-top: 25px;
}

.cc-list-nav .cc-list-nav-text {
    line-height: 18px;
    float: left;
    padding-left: 7px;
    margin-top: 26px;
}

.cc-header-lists {
    width: 100%;
}

.p-a.cc-header-ab {
    width: calc(100% - 30px);
    left: 15px;
    bottom: 0;
    right: 15px;
}

.cc-header-lists .flex-1 {
    height: 66px;
    line-height: 66px;
    background-color: #000e20;
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin: 0 0.5px;
    position: relative;
    cursor: pointer;
}

.cc-header-lists .flex-1 a {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.cc-header-lists .flex-1:first-child {
    margin-left: 0px;
}

.cc-header-lists .flex-1:last-child {
    margin-right: 0px;
}

.cc-header-lists .flex-1::after {
    transition: all 0.5s ease;
}

.cc-header-lists .flex-1.active::after {
    content: "";
    position: absolute;
    top: -11px;
    border-top: 11px solid #29a7e1;
    width: 100%;
    transition: all 0.5s ease;
    left: 0px;
}

.cc-list {
    padding-bottom: 10vh;
}

.lists {
    padding-top: 40px;
    width: 100%;
}

.lists .customer-list-wrap:first-child {
    border-top: solid 1px #000000;
}

.lists .faq-con:first-child {
    border-top: 1px solid #000;
}

.customer-list-wrap {
    width: 100%;
    padding: 29px 0 30px 0;
    border-bottom: solid 1px #000000;
}

.clw-title {
    font-family: NotoSansKR-Light;
    font-size: 14px;
    letter-spacing: -0.35px;
    color: #000000;
}

.clw-title.clw-wait {
    color: #fe2e2e;
}

.clw-line {
    width: 1px;
    height: 14px;
    background-color: #000000;
    margin: 0 10px;
}

.clw-b-title {
    margin-top: 15px;
    font-size: 20px;
    letter-spacing: -1px;
    color: #000000;
    line-height: 1.3;
}

.clw-b-title.clw-b-title-nom {
    margin-top: 0px;
    padding-top: 13px;
    padding-bottom: 16px;
    font-family: NotoSansKR-Bold;
}

.clw-detail {
    width: 100%;
    padding: 49px 0px;
    font-size: 18px;
    font-family: NotoSansKR-Light;
    border-bottom: 1px solid #000;
    min-height: 350px;
}

.clw-detail img {
    max-width: 100% !important;
}

.clw-bottom {
    margin-top: 70px;
}

.b-line {
    width: 100%;
    height: 1px;
    background-color: #000;
}


/* customer faq */

.faq-header {
    padding-top: 29px;
    padding-bottom: 28px;
    position: relative;
    border-bottom: solid 1px #000;
}

.faq-header:after {
    content: '';
    position: absolute;
    background-image: url(../image/arrow-down.png);
    background-size: 31px 17px;
    width: 31px;
    height: 17px;
    right: 2px;
    bottom: 45px;
}

.faq-header.arrow:after {
    background-image: url(../image/arrow-up.png);
}

.faq-header .faq-title-s {
    font-size: 14px;
    letter-spacing: -0.35px;
    text-align: left;
    color: #29a7e1;
    font-family: NotoSansKR-Light;
}

.faq-header .faq-title-m {
    line-height: 1.3;
    font-size: 20px;
    letter-spacing: -1px;
    color: #000000;
    margin-top: 15px;
}

.faq-header.arrow .faq-title-m {
    font-family: NotoSansKR-Bold;
}

.faq-collapse {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.4px;
    color: #000000;
    border-bottom: 1px solid #000;
}

.faq-collapse .faq-collapse-padding {
    padding: 39px 0;
}

.report-addr {
    max-width: 383px;
    margin: 0 auto;
    padding-top: 49px;
    padding-bottom: 50px;
}

.header_search {
    width: 276px;
    height: 47px;
    border-radius: 0px;
    border: solid 1px #000e20;
    margin-top: 0px;
    margin-left: 78px;
    margin-right: 37px;
    position: relative;
}

.header_search input {
    font-size: 17px;
    color: #535353;
    letter-spacing: -0.43px;
    margin: 10px 0 10px 0;
    margin-left: 16px;
    font-family: NotoSansKR-Light;
    border: 0px;
    width: 232px;
}

.header_search input:focus-visible {
    border: 0px;
    outline: none;
}

.header_search .search-icon {
    width: 24px;
    position: absolute;
    right: 17px;
    top: 8px;
    cursor: pointer;
}


/* cal */

.date-picker-wrapper .month-wrapper table .day.real-today {
    background-color: #fff;
}

.date-picker-wrapper .drp_top-bar {
    display: none;
}

.date-picker-wrapper .drp_top-bar.normal .normal-top {
    visibility: hidden;
}

.day-text {
    margin-top: 20px;
    margin-bottom: 10px;
}

.day-text .fl {
    float: right;
    line-height: 24px;
}

.day-text .fl.today-day {
    margin-right: 3px;
    width: 24px;
    height: 24px;
    background-color: #000e20;
    border-radius: 50%;
    border: 1px solid #000e20;
}

.day-text .fl.act-day {
    margin-right: 3px;
    width: 24px;
    height: 24px;
    background-color: #ea5414;
    border-radius: 50%;
    border: 1px solid #ea5414;
}

#addr_wrap {
    display: none;
    border: 1px solid;
    width: 100%;
    height: 300px;
    margin: 5px 0;
    position: relative;
    max-width: 100%;
    overflow: hidden;
}

.date-picker-wrapper.single-date {
    width: 100%;
}

.date-picker-wrapper {
    background-color: #fff;
    padding: 0px;
    border: 0px;
}

.month-wrapper {
    width: 100% !important;
}

.date-picker-wrapper .month-name {
    font-size: 24.5px !important;
    color: #000 !important;
    font-family: NotoSansKR-Light !important;
}

.date-picker-wrapper table .caption>th:first-of-type,
.date-picker-wrapper table .caption>th:last-of-type {
    width: auto;
}

.date-picker-wrapper .month-wrapper {
    border: 0px;
}

.date-picker-wrapper .month-wrapper table td,
.date-picker-wrapper .month-wrapper table th {
    padding: 0px;
}

.date-picker-wrapper .month-wrapper table td,
.date-picker-wrapper .month-wrapper table th {
    font-size: 13.5px;
    color: #404850;
    font-family: NotoSansKR-Medium;
}

.date-picker-wrapper .month-wrapper table {
    width: calc(50% - 20px);
}

.date-picker-wrapper.inline-wrapper {
    width: 100%;
}

.date-picker-wrapper .gap {
    height: 100% !important;
}

.date-picker-wrapper .month-wrapper table.month2 {
    width: calc(50% - 20px);
}

.date-picker-wrapper .month-wrapper table .day {
    font-size: 14px;
    font-family: NotoSansKR-Medium;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 7px;
    line-height: 35px;
}

.date-picker-wrapper .month-wrapper table .day .circle {
    letter-spacing: 2.87px;
    min-height: 34px;
    max-width: 34px;
    max-height: 34px;
}

.date-picker-wrapper .month-wrapper table .day.real-today .circle {
    background-color: #000e20;
    color: #fff !important;
    border-radius: 50%;
    padding-left: 3px;
}

.date-picker-wrapper .month-wrapper table .day.cal-act .circle {
    background-color: #ea5414;
    border-radius: 50%;
    color: #fff !important;
    padding-left: 3px;
}

.date-picker-wrapper .month-wrapper table .day.cal-dis {
    background-color: #dddddd;
    color: #b4b4b4;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
    color: #626c75;
}

.date-picker-wrapper .month-wrapper table .day.real-today.checked,
.date-picker-wrapper .month-wrapper table .day.real-today.hovering {
    background-color: #000e20;
    color: #fff !important;
    border-radius: 50%;
}

.date-picker-wrapper .month-wrapper table .day.checked {
    color: #fff !important;
}

.date-picker-wrapper .date-range-length-tip {
    background-color: #000e20;
    color: #fff;
}

.date-picker-wrapper .date-range-length-tip:after {
    border-top: 4px solid #000e20;
}


/* report */

.report_container {
    margin-bottom: 120px;
}

.report-wrap-top {
    border-bottom: 1px solid #000;
}

.report-wrap-top.arrow {
    border-bottom: 1px solid #dddddd;
}

.report-wrap-top .m-btn.btn-black.w190 {
    display: block;
}

.report-wrap-top .m-btn.btn-white.w190 {
    display: none;
}

.report-wrap-top.arrow .m-btn.btn-black.w190 {
    display: none;
}

.report-wrap-top.arrow .m-btn.btn-white.w190 {
    display: block;
}

.report-wrap-bot {
    border-bottom: 1px solid #000;
}

.report-wrap-bot-bottom {
    padding-bottom: 0px;
}

.report-title .font-16.font-blue {
    margin-top: 29px;
}

.report-title .font-24 {
    margin-top: 13px;
    margin-bottom: 29px;
}

.report-button .w190 {
    margin-top: 33px;
}

.rep-desc {
    font-size: 14px;
    line-height: 24px;
    color: #ea5414;
    padding: 34px 0px;
}

.rleft-min-width {
    min-width: 92px;
    text-align: right;
}

.p-b-2 {
    padding-bottom: 2px;
}

.rleft-max-width {
    max-width: 190px;
    line-height: 1 !important;
}

.rleft-mid .d-flex {
    flex-wrap: nowrap;
}

.rleft-max-width .m-main-text p {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
    max-width: 100%;
}

.rleft-title {
    margin-top: 30px;
    background-color: #000e20;
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    border: 1px solid #000e20;
    padding: 29px 30px;
}

.rleft-mid {
    padding: 30px 29px;
    background-color: #f9f9f9;
    border: 1px solid #e2e2e2;
}

.rleft-bottom {
    border: 1px solid #000e20;
    padding: 33px 30px 31px 30px;
}

.rleft-bottom input[type="checkbox"]+label .checkboxtext {
    font-size: 14px;
    letter-spacing: -1.13px;
}

.rleft-bottom .checkbox_blank {
    width: 5px;
}

.report_result_container {}

.img-report-succ {
    width: 88px;
    margin-top: 142px;
}

.report1-wrap {
    display: flex;
    height: 824px;
}

.bg-report1 {
    width: 100%;
    height: 824px;
    background-image: url('../image/bg-report1.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}

.report2-wrap {
    /* flex-direction: row;
    justify-content: flex-end;
    position: relative;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch; */
    display: flex;
    height: 300vh;
    flex-direction: row;
}

.bg-report2 {
    /* position: relative;
    top: 0;
    left: 0;
    flex-grow: 1; */
    width: 50%;
    display: flex;
    /* align-items: flex-start; */
    height: 100vh;
    margin: 0 !important;
}

.bg-report2 .thumbnail {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.thumbnail img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/* .bg-report2 span {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
} */

.bg-report2-1 {
    /* position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    background-color: #000e20;
    flex-grow: 1; */
    width: 50%;
    background-color: #000e20;
    display: flex;
    flex-direction: column;
}

.bg-report2-1 .report2-1-sec {
    height: 100vh;
    display: flex;
    flex-direction: row;
}

.report2-1-sec .fir {
    display: flex;
    flex-direction: column;
    padding-left: 57px;
}

.report2-1-sec .fir .fir-fir {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.report2-1-sec .fir .dot-padding-top {
    width: 15px;
    height: 265px;
}

.report2-1-sec .fir .report-dot {
    position: relative;
}

.report2-1-sec .fir .report-dot .dot-text {
    position: absolute;
    top: 0px;
    left: 43px;
}

.report2-1-sec .fir .dot-padding-middle {
    width: 15px;
    height: 10px;
}

.report2-1-sec .fir .report-line {
    height: 100%;
    width: 1px;
    background-color: #bebebe;
}

.report2-1-sec .fir .dot-line-none {
    height: 260px;
    width: 1px;
    background-color: #bebebe;
}

.report-dot {
    width: 13px;
    height: 13px;
    border: 1px solid #bebebe;
    background-color: #bebebe;
    border-radius: 50%;
}

.report-desc {
    line-height: 1.65;
    letter-spacing: -0.5px;
}

.report2-1-sec .sec {
    display: flex;
    flex-direction: column;
    padding-left: 28px;
}

.report-left-first-padding {
    padding-top: 330px;
}

.report-left-sec-padding {
    padding-top: 325px;
}

.report-left-thir-padding {
    padding-top: 325px;
}

.report3-wrap {
    display: flex;
    height: 867px;
}

.bg-report3 {
    flex: 1;
    width: 100%;
    height: 867px;
    background-image: url('../image/bg-report3.png');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
}

.bg-report3-1 {
    padding-top: 152px;
    padding-left: 99px;
    flex: 1;
}

.report4-wrap {
    display: flex;
    padding: 154px 0px;
    width: 100%;
}

.report4-wrap .bg-report4 .lists .faq-title-m {
    margin-bottom: 14px;
}

.bg-report4 {
    width: 100%;
}


/* tos */

.tos_container {
    padding-bottom: 120px;
}

.tos_header {
    width: 100%;
    height: 110px;
    position: relative;
}

.tos-text {
    padding: 44px 0px;
}

.tos-text p {
    margin: 0px !important;
    line-height: 2.7 !important;
    letter-spacing: -0.7px;
}

.tos-text ul {
    padding-left: 0px !important;
}

.tos-text table {
    width: 100%;
}

.tos-text table tr td:first-child {
    text-align: center !important;
}

.tos-text table p {
    line-height: 1.4 !important;
    word-break: break-all;
}

.tos-text table td {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.tos-text .tos_warning {
    color: #ff0000;
}


/* mypae */

.mypage_left_container .mypage_left_menu {
    width: 100%;
    font-size: 17px;
    letter-spacing: -0.43px;
    padding-bottom: 15px;
}

.mypage_title_wrap {
    margin-top: 30px;
    padding-bottom: 28px;
    border-bottom: 1px solid #000;
}

.mypage_title_wrap .mtw-l-line {
    float: left;
    width: 3px;
    height: 18px;
    background-color: #000e20;
    margin-right: 11px;
}

.mypage_title_wrap .mtw-l-title {
    font-family: NotoSansKR-Medium;
    font-size: 20px;
    letter-spacing: -1px;
    color: #000;
}

.mypage_right_wrap {
    margin-bottom: 120px;
}

.mypage_list {
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
}

.mypage_list .order_wrap {
    border-bottom: 1px solid #000000;
    padding: 29px 0px;
}

.mypage_list .order_wrap .order-flex {
    display: flex;
}

.mypage_list .order_wrap .order-flex .order-flex-left {
    flex: 1;
}

.order-flex .order-flex-left .osw-state {
    float: left;
    font-size: 14px;
    letter-spacing: -0.35px;
}

.order-flex .order-flex-left .osw-line {
    float: left;
    width: 1px;
    height: 14px;
    background-color: #000;
    margin: 0 10px;
}

.order-flex .order-flex-left .osw-date {
    float: left;
    font-size: 14px;
    letter-spacing: -0.35px;
}

.order-flex .order-flex-left .osw-title {
    font-size: 20px;
    letter-spacing: -0.5px;
    color: #000000;
    margin-top: 14px;
}

.order-flex .order-flex-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.order-flex .order-flex-right .osw-text {
    font-size: 22px;
    letter-spacing: -0.55px;
    text-align: right;
    color: #000000;
}

.order-flex-right .osw-btn {
    width: auto;
    height: 26px;
    line-height: 27px;
    color: #fff;
    font-size: 15px;
    font-family: NotoSansKR-Medium;
    background-color: #0fb267;
    padding: 0px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 5px;
}


/* footer */

.m_footer {
    padding: 44px 0px;
    border-top: solid 1px #e1e1e1;
}

.footer_title {
    font-size: 14px;
    font-family: NotoSansKR-Medium;
    color: #000;
}

.footer_title_container {
    width: 100%;
}

.footer_title_container .footer-flex-1 {
    padding: 0px 35px;
    display: inline-block;
    text-align: center;
}

.footer_title_container .footer-flex-1:first-child {
    padding-left: 0px;
    text-align: left;
}

.footer_sub {
    font-size: 13px;
    line-height: 24px;
}

.footer_copy {
    font-size: 12px;
    color: #000;
}


/* modal */

.modal-content {
    border-radius: 0px;
    border: solid 1px #ebebeb;
    padding: 17px;
}

.modal-header {
    padding: 0px;
    border-bottom: 1px solid #000e20;
}

.modal-title {
    padding-bottom: 18px;
}

.modal-header .close {
    padding: 0px;
    margin: 0px;
    opacity: 1;
}

.modal-header .close img {
    width: 17px;
    height: 17px;
}

.modal-body {
    padding: 25px 12px;
    font-size: 14px;
    line-height: 24px;
}

.modal-footer {
    border-top: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 19px 0px 0px 0px;
}


/* alert */

.swal2-popup {
    border-radius: 0px;
    padding: 0px;
}

.swal2-header {
    padding: 20px 20px 0px 20px;
}

.swal2-title {
    text-align: left;
    font-size: 18px;
    color: #000e20;
    width: 100%;
    border-bottom: 1px solid #000e20;
    padding-bottom: 20px;
    margin-bottom: 0px;
    font-family: NotoSansKR-Medium;
    font-weight: 100;
    margin: 0px;
}

.swal2-content {
    padding: 20px;
    font-size: 15px;
    color: #000e20;
    font-family: NotoSansKR-Regular;
    font-weight: 100;
}

.swal2-actions {
    margin: 0px;
    padding: 20px;
    border-top: 1px solid #dddddd;
}

.swal2-styled.swal2-confirm {
    border-radius: 0px;
    background-color: #000e20;
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    font-family: 'NotoSansKR-Medium';
    width: 120px;
    border: 1px solid #000e20;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: none;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: none;
}

.swal2-styled.swal2-cancel {
    border-radius: 0px;
    width: 120px;
    font-weight: 100;
    background: #fff;
    color: #000e20;
    border: 1px solid #000e20;
    font-family: 'NotoSansKR-Medium';
}

.swal2-footer {
    margin: 0px;
    padding: 20px 0px;
    font-size: 15px;
    font-family: NotoSansKR-Medium;
    font-weight: 100;
}

.swal2-close:hover {
    color: #000e20;
}