/* CSS Document */
@charset "utf-8";
/* ============================ default =============================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('common.css');
@import url('mainSlide.css');
@import url('mainCon.css');
@import url('animation.css');
@import url('subContents.css');
@import url('sub01.css');
@import url('sub02.css');
@import url('sub03.css');
@import url('sub04.css');
@import url('sub05.css');
@import url('board.css');
@import url('calendar.css');
@import url('member.css');

@font-face {
    font-family: 'ACCchildrenheartOTF';
    src: url('https://cdn.jsdelivr.net/gh/woffz/a1@main/Acc/ACCchildrenheartOTF-Regular.woff') format('woff');
    font-weight: normal;
    font-style: Regular;
}


/* @font-face {
    font-family: 'KimJeongCheolGothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/KimjungchulGothic-Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'KimJeongCheolGothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/KimjungchulGothic-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'KimJeongCheolGothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/KimjungchulGothic-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
} */

@font-face {
    font-family: 'KimJeongCheolGothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/KimjungchulGothic-Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
    font-style: Regular;
}

@font-face {
    font-family: 'KimJeongCheolGothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/KimjungchulGothic-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
    font-style: Regular;
}

@font-face {
    font-family: 'KimJeongCheolGothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/KimjungchulGothic-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
    font-style: Regular;
}


html {
    font-size: 16px; height:100%; scroll-behavior: smooth;
}

@media (max-width:320px) {
    html {
        font-size: 10px;
    }
}

@media (min-width:360px) and (orientation:portrait) {
    html {
        font-size: 11.25px;
    }
}

@media (min-width:375px) and (orientation:portrait) {
    html {
        font-size: 11.71875px;
    }
}

@media (min-width:384px) and (orientation:portrait) {
    html {
        font-size: 12px;
    }
}


@media (min-width:412px) and (orientation:portrait) {
    html {
        font-size: 12.875px;
    }
}


@media (min-width:414px) and (orientation:portrait) {
    html {
        font-size: 12.93px;
    }
}

@media (min-width:768px) {
    html {
        font-size: 16px;
    }
}

html {
    height: 100%;
    -webkit-font-smoothing: antialiased;
}

* {
    font-family:"Montserrat" , "KimJeongCheolGothic" , "Noto Sans KR", "ACCchildrenheartOTF" , sans-serif;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    outline: none;
}

body {
    height: 100%;
    color: #222;
    /*letter-spacing: 0.04em;*/
    word-spacing: -1px;
    -webkit-text-size-adjust: none;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
select,
textarea,
p,
blockquote,
th,
td,
button {
    margin: 0;
    padding: 0;
    /*word-break: break-all;*/
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-os-font-smoothing: grayscale;
    outline: none;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

button {
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    overflow: visible;
    cursor: pointer;
}

input,
textarea,
select,
button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    outline: none;
}

section,
nav,
article,
aside,
hgroup,
header,
footer {
    display: block;
}

form,
fieldset,
img {
    border: 0 none;
}

table {
    border-spacing: 0;
    border: 0;
    border-collapse: collapse;
}

em {
    font-style: normal;
}

ul,
ol,
li {
    list-style: none outside;
    margin: 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
    border: 0;
    outline: none;
}

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

li,
p,
dt,
dd,
div,
span {
    word-break: break-all;
}

legend,
caption,
.skip {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}

img {
    border: 0 none;
}

input[type='text'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='search'],
input[type='email'],
textarea {
    background: #fff;
    color: #333;
    -webkit-border-radius:0;
    -webkit-appearance:none;
    box-sizing: border-box;
    outline: none;
    padding-left: 7px;
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input:read-only, [contenteditable]:read-only{
	background-color:#ddd;
}
*::placeholder {
    color: #1e1e1e;
    font-family:"Noto Sans KR", sans-serif;
    letter-spacing: 0;
    padding-left: 5px;
    font-weight: 400;
    font-size:1rem;
}

*::-webkit-input-placeholder {
    color: #1e1e1e;
    letter-spacing: 0;
    padding-left: 5px;
    font-weight: 400;
    font-size: 1rem;
}

*:-moz-input-placeholder {
    color: #1e1e1e;
    letter-spacing: 0;
    padding-left: 5px;
    font-weight: 400;
    font-size: 1rem;
}

*:-ms-input-placeholder {
    color: #1e1e1e;
    letter-spacing: 0;
    padding-left: 5px;
    font-weight: 400;
    font-size: 1rem;
}

*:-moz-placeholder {
    color: #1e1e1e;
    letter-spacing: 0;
    padding-left: 5px;
    font-weight: 400;
    font-size: 1rem;
}

button,
input[type='button'],
input[type='submit'],
input[type='reset'] {
    border: none;
    cursor: pointer;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    text-decoration: none;
}
input[type='radio'] {
	/*width:1.250rem;*/
	-ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
    transform: scale(1.2);
}
select {
    min-width: 7.5rem;
    height: 2.8125rem;
    cursor: pointer;
    padding: 0 2.8125rem 0 .9375rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    -webkit-border-radius: .625rem;
    -webkit-border-radius: .625rem;
    border-radius: .625rem;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #262626;
    background: url('../img/arrow.png') no-repeat 92% 50%;
    background-color: #fff;
}

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

.ui-datepicker .ui-datepicker-header select {
    min-width: auto !important;
    height: auto !important;
    background: none !important;
    appearance: auto !important;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    padding: 5px 0 !important;
    background-color: #fff !important;
    border-radius: 5px !important;
}

.ui-datepicker select.ui-datepicker-year {
    width: 45% !important;
    margin-right: 5px !important;
}

.ui-datepicker select.ui-datepicker-month {
    width: 35% !important;
    margin-left: .9375rem !important;
}

textarea {
    -webkit-border-radius: 0;
    box-sizing: border-box;
    font-size:1.125rem;
    font-weight: 300;
}

iframe {
    display: block;
}

/* ===================================================== */
.blind {
    display: none;
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    text-indent: -999999em;
}
.Align_bs{align-items:baseline!important;}
.Align_scr{align-items: stretch !important;}
.AlignCt {
    text-align: center !important;
}

.AlignLt {
    text-align: left !important;
}

.AlignRt {
    text-align: right !important;
}

.floatLt {
    float: left !important;
}

.floatRt {
    float: right !important;
}


.w100 {
    width: 100% !important;
}


/* Select box */
.sel_box {
    position: relative;
    /* display: block;*/
    z-index: 1;
}

.sel_box:disabled {
    background-color: #ddd !important;
    color: #b9b9b9 !important;
}

.sel_box select {
    width: 100%;
    background: transparent;
    font-size: 16px;
    height: 50px;
    line-height: 26px;
    text-align: right;
    padding-left: 15.008px;
    /*text-indent: 5px;*/
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    /*direction: rtl;좌우방향전환 padding-right: 40px;*/
    border: 1px solid #ddd;
    margin-top: 5px;
    background-color: #fff;
    text-align: left;
}

/* .icon_human {
    background: url('../img/icon.svg') no-repeat;
    background-size: 31.25rem 31.25rem;
} */



#topBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 80px;
    /* Place the button at the bottom of the page */
    right: 10px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    /*border: 1px solid #bbb;*/
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: #555;
    /* Set a background color */
    /*color: #555;*/
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 0.625rem 0.625rem;
    /* Some padding */
    border-radius: 50px;
    /* Rounded corners */
    opacity: 0.80;
    filter: alpha(opacity=50);
    /*box-shadow: 2px 2px 2px #ddd;*/

}

.hiddenText {
    height: 0;
    left: 0;
    line-height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 0;
}

@-webkit-keyframes shadow-drop-2-bottom {
    0% {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }

    100% {
        -webkit-transform: translateZ(50px) translateY(-12px);
        transform: translateZ(50px) translateY(-12px);
        -webkit-box-shadow: 0 12px 20px -12px rgba(0, 0, 0, 0.35);
        box-shadow: 0 12px 20px -12px rgba(0, 0, 0, 0.35);
    }
}

@keyframes shadow-drop-2-bottom {
    0% {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }

    100% {
        -webkit-transform: translateZ(50px) translateY(-12px);
        transform: translateZ(50px) translateY(-12px);
        -webkit-box-shadow: 0 12px 20px -12px rgba(0, 0, 0, 0.35);
        box-shadow: 0 12px 20px -12px rgba(0, 0, 0, 0.35);
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes slide-right_move {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    80% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
    }
}

@keyframes slide-right_move {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    80% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
    }
}

@-webkit-keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-left-move {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }

    80% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

/**/
.w150p{
    width:9.375rem;
}
.mgtp20{
    margin-top:1.25rem;
}
.mgtp30 {
    margin-top: 1.875rem !important;
}
.mgtp80 {
    margin-top: 5rem !important;
}
.mgtp100 {
    margin-top: 6.25rem !important;
}
.mgbt30 {
    margin-bottom: 1.875rem !important;
}
.mgbt50 {
    margin-bottom: 3.125rem !important;
}
.w80{
    width:80% !important;
}

.w240p {
    width: 15rem !important;
}

.Visual,
.Visul_bn,
.Visul_bn_mb {
	overflow: visible;
}

/* 실제 slick 붙는 대상만 제어 */
.visual_web_bn,
.visual_mb_bn {
	visibility: hidden;
	overflow: hidden;
}

.visual_web_bn.slick-initialized,
.visual_mb_bn.slick-initialized {
	visibility: visible;
}

/* slick 붙기 전에는 첫 장만 보이게 */
.visual_web_bn:not(.slick-initialized) .vsl_con,
.visual_mb_bn:not(.slick-initialized) > div {
	display: none;
}

.visual_web_bn:not(.slick-initialized) .vsl_con:first-child,
.visual_mb_bn:not(.slick-initialized) > div:first-child {
	display: block;
}
/* 이미지 기본 정리 */
.visual_web_bn .main_img img,
.visual_mb_bn img {
	display: block;
	width: 100%;
	height: auto;
}