@charset "utf-8";
@import url('default.css');
@import url('contents.css');
@import url('popup.css');
@import url('jquery-ui.css');
@import url('swiper.css');
@import url('contents_mccaai.css');
@import url('pc_error.css');

@font-face {
    font-family: 'Pretendard';
    font-weight: 900;
    font-display: swap;
    src: local('Pretendard Black'), url('../../../assets_pc/fonts/Pretendard-Black.woff2') format('woff2'), url('../../../assets_pc/fonts/Pretendard-Black.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 800;
    font-display: swap;
    src: local('Pretendard ExtraBold'), url('../../../assets_pc/fonts/Pretendard-ExtraBold.woff2') format('woff2'), url('../../../assets_pc/fonts/Pretendard-ExtraBold.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    font-display: swap;
    src: local('Pretendard Bold'), url('../../../assets_pc/fonts/Pretendard-Bold.woff2') format('woff2'), url('../../../assets_pc/fonts/Pretendard-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 600;
    font-display: swap;
    src: local('Pretendard SemiBold'), url('../../../assets_pc/fonts/Pretendard-SemiBold.woff2') format('woff2'), url('../../../assets_pc/fonts/Pretendard-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    font-display: swap;
    src: local('Pretendard Medium'), url('../../../assets_pc/fonts/Pretendard-Medium.woff2') format('woff2'), url('../../../assets_pc/fonts/Pretendard-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    font-display: swap;
    src: local('Pretendard Regular'), url('../../../assets_pc/fonts/Pretendard-Regular.woff2') format('woff2'), url('../../../assets_pc/fonts/Pretendard-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 300;
    font-display: swap;
    src: local('Pretendard Light'), url('../../../assets_pc/fonts/Pretendard-Light.woff2') format('woff2'), url('../../../assets_pc/fonts/Pretendard-Light.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 200;
    font-display: swap;
    src: local('Pretendard ExtraLight'), url('../../../assets_pc/fonts/Pretendard-ExtraLight.woff2') format('woff2'), url('../../../assets_pc/fonts/Pretendard-ExtraLight.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 100;
    font-display: swap;
    src: local('Pretendard Thin'), url('../../../assets_pc/fonts/Pretendard-Thin.woff2') format('woff2'), url('../../../assets_pc/fonts/Pretendard-Thin.woff') format('woff');
}


/*html,body,p, input, select, form, label, mark, ul, ul li, ol, ol li, dl, dl dt, dl dd, img, a, table, h1, h2, h3, h4, h5, button, textarea{margin:0;padding:0;font-family: 'Pretendard', sans-serif;font-weight:400;font-size:14px;color:#666;-webkit-overflow-scrolling: touch;letter-spacing:-.5px;}*/
html, body, p, input, select, form, label, mark, ul, ul li, ol, ol li, dl, dl dt, dl dd, img, a, table, h1, h2, h3, h4, h5, button, textarea {
    margin: 0;
    padding: 0;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    color: #666;
    -webkit-overflow-scrolling: touch;
    letter-spacing: -.5px;
}

img {
    border: 0;
}

ul, ol {
    list-style: none;
}

a {
    color: #555;
    text-decoration: none;
}

a:hover, a:active, a:visited {
    text-decoration: none;
}

table {
    border: 0;
    border-collapse: collapse;
    table-layout: fixed;
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}


button {
    cursor: pointer;
}

.select {
    flex: 1;
    padding-left: 8px;
    font-size: 14px;
    color: #282828;
    padding-right: 8px;
    height: 45px;
    border: 1px solid #ccc;
    border-radius: 4px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.select {
    background: #fff url(../../../assets_pc/image/bg/bg-select01.svg) no-repeat right center;
}

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

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.inp {
    flex: 1;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0 8px;
    width: calc(100% - 16px - 2px);
    height: 43px;
    font-size: 14px;
    color: #282828;
}

input[type=checkbox] {
    outline: none;
    float: left;
    background: url(../../../assets_pc/image/bg/bg-chk-off.svg) no-repeat;
    background-size: 24px 24px;
    border: 0;
    width: 24px;
    height: 24px;
    overflow: hidden;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

input[type=checkbox]:checked {
    width: 24px;
    height: 24px;
    background: url(../../../assets_pc/image/bg/bg-chk-on.svg) no-repeat;
    background-size: 24px 24px;
}


input.chk01[type=checkbox] {
    outline: none;
    float: left;
    background: url(../../../assets_pc/image/bg/bg-round-chk-off.svg) no-repeat center center;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    overflow: hidden;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

input.chk01[type=checkbox]:checked {
    width: 24px;
    height: 24px;
    background: url(../../../assets_pc/image/bg/bg-round-chk-on.svg) no-repeat center center;
    background-size: 24px 24px;
}

input.chk04[type=checkbox] {
    outline: none;
    float: left;
    background: url(../../../assets_pc/image/bg/bg-chk02-off.svg) no-repeat center center;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    overflow: hidden;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

input.chk04[type=checkbox]:checked {
    width: 24px;
    height: 24px;
    background: url(../../../assets_pc/image/bg/bg-chk02-on.svg) no-repeat center center;
    background-size: 24px 24px;
}

input.chk05[type=checkbox] {
    outline: none;
    float: left;
    background: url(../../../assets_pc/image/bg/bg-chk-off.svg) no-repeat center center;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    overflow: hidden;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

input.chk05[type=checkbox]:checked {
    width: 24px;
    height: 24px;
    background: url(../../../assets_pc/image/bg/bg-chk02-on.svg) no-repeat center center;
    background-size: 24px 24px;
}


input.chk02[type=checkbox] {
    outline: none;
    float: left;
    background: url(../../../assets_pc/image/bg/bg-round-chk-off.svg) no-repeat center center;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    overflow: hidden;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

input.chk02[type=checkbox]:checked {
    width: 24px;
    height: 24px;
    background: url(../../../assets_pc/image/bg/bg-round-chk01-on.svg) no-repeat center center;
    background-size: 24px 24px;
}

input.chk03[type=checkbox] {
    outline: none;
    float: left;
    background: url(../../../assets_pc/image/bg/bg-round-chk-off.svg) no-repeat center center;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    overflow: hidden;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

input.chk03[type=checkbox]:checked {
    width: 24px;
    height: 24px;
    background: url(../../../assets_pc/image/bg/bg-round-chk01-on.svg) no-repeat center center;
    background-size: 24px 24px;
}

input.chk06[type=checkbox] {
    outline: none;
    float: left;
    background: url(../../../assets_pc/image/bg/bg-round-chk-off.svg) no-repeat center center;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    overflow: hidden;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

input.chk06[type=checkbox]:checked {
    width: 24px;
    height: 24px;
    background: url(../../../assets_pc/image/bg/bg-round-chk02-on.svg) no-repeat center center;
    background-size: 24px 24px;
}


input.chk-like[type=checkbox] {
    outline: none;
    background: url(../../../assets_pc/image/bg/bg-like-off.svg) no-repeat;
    background-size: 24px 22px;
    border: 0;
    width: 24px;
    height: 22px;
    overflow: hidden;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

input.chk-like[type=checkbox]:checked {
    width: 24px;
    height: 22px;
    background: url(../../../assets_pc/image/bg/bg-like-on.svg) no-repeat;
    background-size: 24px 22px;
}

input.chk-like01[type=checkbox] {
    outline: none;
    background: url(../../../assets_pc/image/bg/bg-like-off.svg) no-repeat;
    background-size: 22px 20px;
    border: 0;
    width: 22px;
    height: 20px;
    overflow: hidden;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

input.chk-like01[type=checkbox]:checked {
    width: 22px;
    height: 20px;
    background: url(../../../assets_pc/image/bg/bg-like-on.svg) no-repeat;
    background-size: 22px 20px;
}

input[type=radio] {
    outline: none;
    float: left;
    background: url(../../../assets_pc/image/bg/bg-rd-off.svg) no-repeat;
    background-size: 24px 24px;
    border: 0;
    width: 24px;
    height: 24px;
    overflow: hidden;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

input[type=radio]:checked {
    width: 24px;
    height: 24px;
    background: url(../../../assets_pc/image/bg/bg-rd-on.svg) no-repeat;
    background-size: 24px 24px;
}


.hidden {
    position: absolute;
    left: -20000px;
}

.w100 {
    width: 100px !important;
}

.w150 {
    width: 150px !important;
}

.ml5 {
    margin-left: 5px !important
}

.ml20 {
    margin-left: 20px !important
}

.ml30 {
    margin-left: 30px !important
}

.mt0 {
    margin-top: 0px !important
}

.mt5 {
    margin-top: 5px !important
}

.mt10 {
    margin-top: 10px !important
}

.mt20 {
    margin-top: 20px !important
}

.mt30 {
    margin-top: 30px !important
}

.mt35 {
    margin-top: 35px !important
}

.mt40 {
    margin-top: 40px !important
}

.mt50 {
    margin-top: 50px !important
}

.mb5 {
    margin-bottom: 5px !important
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

a {
    opacity: 1;
}

.hidden {
    position: absolute;
    left: -20000px;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent; /* For some Androids */
}

/**/
textarea::-webkit-input-placeholder {
    color: #919191;
}

.inp::placeholder {
    color: #919191;
}

input::-webkit-input-placeholder {
    color: #919191;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #919191;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #919191 !important;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #919191 !important;
}

:root {
    --White: #fff;
    --Gray970: #F7F7F7;
    --Gray950: #F1F1F1;
    --Gray900: #EBEBEB;
    --Gray800: #CCCCCC;
    --Gray700: #919191;
    --Gray600: #76726F;
    --Gray500: #5C5857;
    --Gray400: #474443;
    --Gray300: #2D2B2A;
    --GrayBlack: #282828;
    --Black: #000;
}

/* 아래의 모든 코드는 영역::코드로 사용 */
::-webkit-scrollbar {
    width: 8px; /* 스크롤바의 너비 */
    height: 8px;
}

::-webkit-scrollbar-thumb {
    margin-top: 28px;
    height: 8px; /* 스크롤바의 길이 */
    background: #919191; /* 스크롤바의 색상 */

    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background: #F7F7F7; /*스크롤바 뒷 배경 색상*/
}

textarea::-webkit-input-placeholder {
    color: #919191;
}

.inp::placeholder {
    color: #919191;
}

input::-webkit-input-placeholder {
    color: #919191;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #919191;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #919191 !important;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #919191 !important;
}


.select {
    flex: 1;
    padding-left: 8px;
    font-size: 16px;
    color: #2D2B2A;
    padding-right: 8px;
    height: 45px;
    border: 1px solid #ccc;
    border-radius: 4px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}



.select {
    outline: 0;
}

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

.select:focus {
    border-color: #31A5B4 !important
}

.select[disabled] {
    background-color: #EBEBEB !important;
    color: #919191;
}

.inp {
    outline: 0;
    width: calc(100% - 22px);
    height: 46px;
    border-radius: 2px;
    border: 1px solid #ccc;
    background: #fff;
    padding: 0 10px;
    font-size: 16px;
    color: #2D2B2A;
}

.inp[readonly] {
    background: #EBEBEB;
    color: #919191;
}

.inp.datepicker {
    background: #fff url(../../../assets_pc/image/ico/ico-calendar.svg) no-repeat right center;
}

.inp[disabled] {
    background-color: #EBEBEB !important;
    color: #919191;
}

.inp:focus {
    border-color: #31A5B4 !important
}

.textarea:focus {
    border-color: #31A5B4 !important
}

.textarea[readonly] {
    outline: none;
    border: 1px solid var(--Gray800) !important;
}

textarea {
    outline: none;
}

.valid-msg {
    display: none;
    margin-top: 6px;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.valid-msg.error {
    display: block;
    font-size: 14px;
    color: #E24E4E;
    font-weight: 700;
    position: relative;
    line-height: 19.6px;
}

/*
.valid-msg.error:before{content:"*";position:absolute;left:0;top:0;font-size:14px;color:#E24E4E;}
*/