/* 폰트 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

/*
@font-face {
    font-family: 'Pretendard-Thin';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-ExtraLight';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-Light';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-Medium';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-SemiBold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-Bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-ExtraBold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-Black';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
*/

@font-face {
    font-family: 'Cafe24Shiningstar';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.1/Cafe24Shiningstar.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'InkLipquid';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Regular */
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    /*src: url('https://fonts.gstatic.com/s/notosanskr/v22/Pby6FmXiEBPT4ITbgNA5CgmOsn7JWVBZpOjc.woff2') format('woff2');*/
    src: url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2') format('woff2');

}

@font-face {
  font-family: 'Pretendard-Thin';
  src: url('fonts/Pretendard-Thin.otf') format('otf');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-ExtraLight';
  src: url('fonts/Pretendard-ExtraLight.otf') format('otf');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-Light';
  src: url('fonts/Pretendard-Light.otf') format('otf');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-Regular';
  src: url('fonts/Pretendard-Regular.otf') format('otf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-Medium';
  src: url('fonts/Pretendard-Medium.otf') format('otf');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-SemiBold';
  src: url('fonts/Pretendard-SemiBold.otf') format('otf');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-Bold';
  src: url('fonts/Pretendard-Bold.otf') format('otf');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-ExtraBold';
  src: url('fonts/Pretendard-ExtraBold.otf') format('otf');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-Black';
  src: url('fonts/Pretendard-Black.otf') format('otf');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard';
  src: url('fonts/Pretendard-Variable.ttf') format('truetype');
  font-weight: 100 900; /* Variable 폰트는 범위로 설정 */
  font-style: normal;
}

/* Medium */
/*@font-face {*/
/*    font-family: 'Noto Sans KR';*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    src: url('https://fonts.gstatic.com/s/notosanskr/v22/Pby6FmXiEBPT4ITbgNA5CgmOsn7JWVBZpOjc.woff2') format('woff2');*/
/*}*/

/* Bold */
/*@font-face {*/
/*    font-family: 'Noto Sans KR';*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*    src: url('https://fonts.gstatic.com/s/notosanskr/v22/Pby6FmXiEBPT4ITbgNA5CgmOsn7JWVBZpOjc.woff2') format('woff2');*/
/*}*/


/* 초기값 */
*{
    margin: 0;
    padding: 0;
}

ul{
    list-style: none;
}

a{
    text-decoration: none;
}

html,body{
    height:100%;
}

body{
    color: #333;
    background-color: #fff;
    font-family: 'Noto Sans KR', sans-serif;
    overflow-x: hidden !important;
}

#wrap{
    width: 100%;
    overflow: hidden;
}

.center{
    width: 1400px;
    margin: 0 auto;
}

img {
  max-width: 100%;
}


select::-ms-expand{
    display:none;
}

select{
    width: 100%;
    height: 100%;
    position: absolute;
    border: 0;
    outline: 0;
    padding-left: 10px;
    box-sizing: border-box;
    appearance: none;
    background-color: transparent;
    cursor: pointer;
}

input{
    outline: 0;
    padding: 0 10px;
    box-sizing: border-box;
}

input::placeholder{
    font-size: 90%;
}

input:-ms-input-placeholder{
    font-size: 90%;
}

textarea{
    outline: 0;
    resize: none;
    padding: 10px;
    box-sizing: border-box;
}

input[type='button']{
    cursor: pointer;
    padding: 0;
}

button{
    border: 0;
    outline: 0;
    cursor: pointer;
}

::-webkit-calendar-picker-indicator{
    margin-left: 0px;
    font-size: 14px;
}

.no_margin{
    margin: 0 !important;
}

.flex_wrap{
    display: flex;
}




/*cursor:pointer*/
.slick-slide img{
    cursor: pointer;
}































/* mobile */
@media screen and (max-width: 1025px){
    .center{
        width: 90%;
    }

    /*디자인 글자 제거*/
    .ms2_bgtxt,
    .ms3_bgtxt,
    .ms4_bgtxt,
    .ms6_bgtxt,
    .s1_3_sec1 > p,
    .s1_3_sec2 .center > p,
    .sub2_1_sec > p,
    .sub3_1_sec > p,
    .sub4_1_sec > p{
        display: none;
    }

    .m_reverse{
        flex-direction: column-reverse !important;
    }


}
