/* *******************************************************
 * filename : reset.css
 * description : 기본 css 리셋
 * date : 2025-03-06
******************************************************** */

/* 나눔스퀘어라운드 */
@font-face {
    font-family: "NanumSquareRound";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("NanumSquareRoundOTFL"), /* computer */ local("NanumSquareRoundL"), /* computer */ url("../fonts/NanumSquareRoundL.eot"),
        /* IE9 Compat Modes */ url("../fonts/NanumSquareRoundL.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/NanumSquareRoundL.woff2") format("font-woff2"),
        /* Modern Browsers */ url("../fonts/NanumSquareRoundL.woff") format("woff");
    /* Modern Browsers */
}

@font-face {
    font-family: "NanumSquareRound";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("NanumSquareRoundOTFR"), /* computer */ local("NanumSquareRoundR"), /* computer */ url("../fonts/NanumSquareRoundR.eot"),
        /* IE9 Compat Modes */ url("../fonts/NanumSquareRoundR.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/NanumSquareRoundR.woff2") format("font-woff2"),
        /* Modern Browsers */ url("../fonts/NanumSquareRoundR.woff") format("woff");
    /* Modern Browsers */
}

@font-face {
    font-family: "NanumSquareRound";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("NanumSquareRoundOTFB"), /* computer */ local("NanumSquareRoundB"), /* computer */ url("../fonts/NanumSquareRoundB.eot"),
        /* IE9 Compat Modes */ url("../fonts/NanumSquareRoundB.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/NanumSquareRoundB.woff2") format("font-woff2"),
        /* Modern Browsers */ url("../fonts/NanumSquareRoundB.woff") format("woff");
    /* Modern Browsers */
}

@font-face {
    font-family: "NanumSquareRound";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("NanumSquareRoundOTFEB"), /* computer */ local("NanumSquareRoundEB"), /* computer */ url("../fonts/NanumSquareRoundEB.eot"),
        /* IE9 Compat Modes */ url("../fonts/NanumSquareRoundEB.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/NanumSquareRoundEB.woff2") format("font-woff2"),
        /* Modern Browsers */ url("../fonts/NanumSquareRoundEB.woff") format("woff");
    /* Modern Browsers */
}

/* Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

.en_font {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

/* 카페24 써라운드 */
@font-face {
    font-family: "Cafe24Ssurround";
    src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/Cafe24Ssurround.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200..900&display=swap");

/* 여백 초기화 */
html,
body,
div,
main,
nav,
ul,
li,
dl,
dd,
dt,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
fieldset,
legend,
p,
span,
em,
select,
table,
th,
td,
tr,
textarea,
button,
a,
form,
figure,
label,
figcaption {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* a 링크 초기화 */
a {
    text-decoration: none;
    outline: none;
    color: #363833;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

button {
    -webkit-tap-highlight-color: transparent;
}

label {
    -webkit-tap-highlight-color: transparent;
}

textarea br {
    font-family: initial !important;
}

/* 텍스트 드래그 막기 */
body {
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome, Opera and Edge */
}

/* 폰트 초기화 */
html,
body,
input,
textarea,
select,
button,
table {
    font-family: "NanumSquareRound", Times, Arial, Helvetica, sans-serif;
    color: #41403f;
    font-size: 15px;
    line-height: 1.4;
    outline: none;
    font-weight: 400;
}

/* 폰트 스타일 초기화 */
em,
address {
    font-style: normal;
}

/* 블릿기호 초기화 */
ul,
li,
ol {
    list-style: none;
}

/* 제목 태그 초기화 */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1rem;
    font-weight: normal;
}

/* 버튼 초기화 */
button {
    border: 0;
    outline: 0;
    cursor: pointer;
}

/* 반응형 */
img {
    width: 100%;
}

/* 테두리 초기화 */
img,
fieldset {
    border: 0 none;
}

/* clearfix */
.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: block;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

/* flort */
.float_L {
    float: left;
}

.float_R {
    float: right;
}

.t_align_L {
    text-align: left !important;
}

.t_align_C {
    text-align: center !important;
}

.t_align_R {
    text-align: right !important;
}

/* IR 효과 */
.ir_pm {
    display: block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}

/* 의미있는 이미지의 대체 텍스트를 제공하는 경우(Phark Method) */
.ir_wa {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: -1;
    width: 100%;
    height: 100%;
}

/* 의미있는 이미지의 대체 텍스트로 이미지가 없어도 대체 텍스트를 보여주고자 할 때(WA IR) */
.ir_su {
    overflow: hidden;
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    text-indent: -9999px;
}

/* 대체 텍스트가 아닌 접근성을 위한 숨김 텍스트를 제공할 때 */
.flex_10 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 !important;
    flex: 1 !important;
}

.flex_9 {
    -webkit-box-flex: 0.9 !important;
    -ms-flex: 0.9 !important;
    flex: 0.9 !important;
}

.flex_8 {
    -webkit-box-flex: 0.8 !important;
    -ms-flex: 0.8 !important;
    flex: 0.8 !important;
}

.flex_7 {
    -webkit-box-flex: 0.7 !important;
    -ms-flex: 0.7 !important;
    flex: 0.7 !important;
}

.flex_6 {
    -webkit-box-flex: 0.6 !important;
    -ms-flex: 0.6 !important;
    flex: 0.6 !important;
}

.flex_5 {
    -webkit-box-flex: 0.5 !important;
    -ms-flex: 0.5 !important;
    flex: 0.5 !important;
}

.flex_4 {
    -webkit-box-flex: 0.4 !important;
    -ms-flex: 0.4 !important;
    flex: 0.4 !important;
}

.flex_3 {
    -webkit-box-flex: 0.3 !important;
    -ms-flex: 0.3 !important;
    flex: 0.3 !important;
}

.flex_2 {
    -webkit-box-flex: 0.2 !important;
    -ms-flex: 0.2 !important;
    flex: 0.2 !important;
}

.flex_1 {
    -webkit-box-flex: 0.1 !important;
    -ms-flex: 0.1 !important;
    flex: 0.1 !important;
}

.w50 {
    width: 50px !important;
    display: inline-block;
}

.w100 {
    width: 100px !important;
}

.w150 {
    width: 150px !important;
}

.w200 {
    width: 200px !important;
}

.w250 {
    width: 250px !important;
}

.w300 {
    width: 300px !important;
}

.w350 {
    width: 350px !important;
}

.w500 {
    width: 500px !important;
}

.w600 {
    width: 600px !important;
}

.flex_auto {
    -webkit-box-flex: 1 !important;
    -ms-flex: auto !important;
    flex: auto !important;
}

/* margin, padding */
.mt0 {
    margin-top: 0 !important;
}

.mt5 {
    margin-top: 0.313rem !important;
}

.mt10 {
    margin-top: 0.714rem !important;
}

.mt15 {
    margin-top: 1.071rem !important;
}

.mt20 {
    margin-top: 1.429rem !important;
}

.mt25 {
    margin-top: 1.786rem !important;
}

.mt30 {
    margin-top: 2.143rem !important;
}

.mt35 {
    margin-top: 2.5rem !important;
}

.mt40 {
    margin-top: 2.857rem !important;
}

.mt45 {
    margin-top: 3.214rem !important;
}

.mt50 {
    margin-top: 3.571rem !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 0.714rem !important;
}

.mr15 {
    margin-right: 1.071rem !important;
}

.mr20 {
    margin-right: 1.429rem !important;
}

.mr25 {
    margin-right: 1.786rem !important;
}

.mr30 {
    margin-right: 2.143rem !important;
}

.mr35 {
    margin-right: 2.5rem !important;
}

.mr40 {
    margin-right: 2.857rem !important;
}

.mr45 {
    margin-right: 3.214rem !important;
}

.mr50 {
    margin-right: 3.571rem !important;
}

.mr55 {
    margin-right: 55px !important;
}

.mr60 {
    margin-right: 60px !important;
}

.mr65 {
    margin-right: 65px !important;
}

.mr70 {
    margin-right: 70px !important;
}

.mr75 {
    margin-right: 75px !important;
}

.mr80 {
    margin-right: 85px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 0.313rem !important;
}

.mb10 {
    margin-bottom: 0.714rem !important;
}

.mb15 {
    margin-bottom: 1.071rem !important;
}

.mb20 {
    margin-bottom: 1.429rem !important;
}

.mb25 {
    margin-bottom: 1.786rem !important;
}

.mb30 {
    margin-bottom: 2.143rem !important;
}

.mb35 {
    margin-bottom: 2.5rem !important;
}

.mb40 {
    margin-bottom: 2.857rem !important;
}

.mb45 {
    margin-bottom: 3.214rem !important;
}

.mb50 {
    margin-bottom: 3.571rem !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 0.714rem !important;
}

.ml15 {
    margin-left: 1.071rem !important;
}

.ml20 {
    margin-left: 1.429rem !important;
}

.ml25 {
    margin-left: 1.786rem !important;
}

.ml30 {
    margin-left: 2.143rem !important;
}

.ml35 {
    margin-left: 2.5rem !important;
}

.ml40 {
    margin-left: 2.857rem !important;
}

.ml45 {
    margin-left: 3.214rem !important;
}

.ml50 {
    margin-left: 3.571rem !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pt10 {
    padding-top: 0.714rem !important;
}

.pt15 {
    padding-top: 1.071rem !important;
}

.pt20 {
    padding-top: 1.429rem !important;
}

.pt25 {
    padding-top: 1.786rem !important;
}

.pt30 {
    padding-top: 2.143rem !important;
}

.pt35 {
    padding-top: 2.5rem !important;
}

.pt40 {
    padding-top: 2.857rem !important;
}

.pt45 {
    padding-top: 3.214rem !important;
}

.pt50 {
    padding-top: 3.571rem !important;
}

.pr10 {
    padding-right: 0.714rem !important;
}

.pr15 {
    padding-right: 1.071rem !important;
}

.pr20 {
    padding-right: 1.429rem !important;
}

.pr25 {
    padding-right: 1.786rem !important;
}

.pr30 {
    padding-right: 2.143rem !important;
}

.pr35 {
    padding-right: 2.5rem !important;
}

.pr40 {
    padding-right: 2.857rem !important;
}

.pr45 {
    padding-right: 3.214rem !important;
}

.pr50 {
    padding-right: 3.571rem !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb5 {
    padding-bottom: 0.3125rem !important;
}

.pb10 {
    padding-bottom: 0.714rem !important;
}

.pb15 {
    padding-bottom: 1.071rem !important;
}

.pb20 {
    padding-bottom: 1.429rem !important;
}

.pb25 {
    padding-bottom: 1.786rem !important;
}

.pb30 {
    padding-bottom: 2.143rem !important;
}

.pb35 {
    padding-bottom: 2.5rem !important;
}

.pb40 {
    padding-bottom: 2.857rem !important;
}

.pb45 {
    padding-bottom: 3.214rem !important;
}

.pb50 {
    padding-bottom: 3.571rem !important;
}

.pb60 {
    padding-bottom: 3.75rem !important;
}

.pb70 {
    padding-bottom: 4.375rem !important;
}

.pl10 {
    padding-left: 0.714rem !important;
}

.pl15 {
    padding-left: 1.071rem !important;
}

.pl20 {
    padding-left: 1.429rem !important;
}

.pl25 {
    padding-left: 1.786rem !important;
}

.pl30 {
    padding-left: 2.143rem !important;
}

.pl35 {
    padding-left: 2.5rem !important;
}

.pl40 {
    padding-left: 2.857rem !important;
}

.pl45 {
    padding-left: 3.214rem !important;
}

.pl50 {
    padding-left: 3.571rem !important;
}

.pl120 {
    padding-left: 120px !important;
}

.pl150 {
    padding-left: 150px !important;
}
