@import url('//cdn.jsdelivr.net/font-iropke-batang/1.2/font-iropke-batang.css');

/* donghoon */
/* sdh another 작업한거 */
/* sdh 작업한거! */

/* 
	[z-index]

	header : 3
	hamburger 버튼 : 1001
	popup : 2000
	submenu : 10
	sub_top_menu_wrap : 2
*/

/* 
	max1590
 	max1350
	max1024
	max767
	max500
	max425
	max350
*/


:root{
	--mainColor: #D66F50;
	--subColor: #F9F5F2;
}


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	overflow-y: scroll;
}

html, body {
	padding: 0;
	margin: 0;
	width: 100%;
	font-family: "Noto Serif KR EN NUM", "Pretendard", "sans-serif";
	font-weight: 400;
	word-break: keep-all;
	color: #231915;
	font-size: 15px;
	line-height: 1;
	letter-spacing: -0.04em;
	background-color: #5F5E66;
}
@supports (-webkit-touch-callout: none) {
    body {
        font-family: 'Pretendard', 'Noto Serif KR EN NUM', 'Apple SD Gothic Neo', 'Helvetica', 'Arial', sans-serif;
    }
}
html{

}
html.no_scroll {
	position: fixed;
    width: 100%;
    overflow-y: scroll; /* 스크롤바 공간 유지 */
}


.use-noto-serif {
	font-family: "Noto Serif KR";
}

.hidden
{
	display:none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:active {
	color: inherit;
	text-decoration: none;
}

table {
	width:100%;
	table-layout:fixed;
	word-break:break-all;
	border-collapse:collapse;
	border-spacing:0;
}

img,
fieldset,
hr {
	border: none;
}

ul,
li,
ol {
	list-style: none;
	margin: 0;
}

address,
em {
	font-style: normal;
}

img,
video,
canvas {
	height: auto;
}

legend {
	display: none;
}

input,
textarea,
button,
select {
	/* outline: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0; */
    font-family: "Noto Serif KR EN NUM", "Pretendard";
	color: #231915;
}


/* 사파리 브라우저 대응 input 포커스일때 파란색 배경 제거*/
@supports (-webkit-touch-callout: none) {
	input:focus{
		outline: none;
		box-shadow: none;
	}
}


input:-webkit-autofill {
	background-color: transparent !important;
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
	box-shadow: 0 0 0px 1000px white inset !important;
}
/*
input[type="password"] {
	-webkit-text-fill-color: #000 !important; 
	color: #000 !important;
	background-color: #fff !important; 
	opacity: 1 !important; 
}
input[type="password"] {
	appearance: none !important;
	-webkit-appearance: none !important;
}
input[type="password"]:-webkit-autofill {
	box-shadow: 0 0 0px 1000px white inset !important;
	-webkit-text-fill-color: #000 !important;
}
input[type="password"] {
	text-security: disc !important; 
} */
 



select {
	cursor: pointer;
}

select::-ms-expand
{
   display:none;
} 

button {
	background: none;
	border:none;
	cursor: pointer;
}

.textAL {
	text-align: left !important;
}

.textAC {
	text-align: center !important;
}

.textAR {
	text-align: right !important;
}

.textCut {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
	content: '';
	display: block;
}

.hide {
	display:none !important;
}

.objectFit img {
	object-fit: cover;
	width: 100%;
	height: 100% !important;
}

.objectFitIE {
	background-size: cover;
	background-position: center center;
}

.objectFitIE img {
	opacity: 0;
}

i{
	font-style: normal;
}

img {
    border: none;
	vertical-align: middle;
}

label{
	cursor: pointer;
}


/* 텍스트 정렬 */
.borderLN{
	border-left: 0 !important;
}
.borderRN{
	border-right: 0 !important;
}
.borderTN{
	border-top: 0 !important;
}
.borderBN{
	border-bottom: 0 !important;
}
.borderLRight{
	border-left: 1px solid #ECECEC !important;
}
.borderRRight{
	border-right: 1px solid #ECECEC !important;
}
.borderTRight{
	border-top: 1px solid #ECECEC !important;
}
.textAL{
	text-align: left !important;
}
.textAR{
	text-align: right !important;
}
.textAC{
	text-align: center !important;
}
table.borderLRN th{
	border-left: none !important;
	border-right: none !important;
}
table.borderLRN td{
	border-left: none !important;
	border-right: none !important;
}




/* 말줄임 클래스 */
.textCut {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


/* checkbox radio 숨기는 태그 */
.visually_hidden {
    position: absolute;
    width: 0px;
    height: 0px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}




/* 레이아웃 길이 설정 */
.layout_max{
	max-width: 1260px;
	width: 100%;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
}
.layout_max.no_padding{
	padding-left: 0;
	padding-right: 0;
}
@media screen and (max-width: 1590px) {
	.layout_max{
		width: 100%;
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media screen and (max-width: 1024px) {
	.layout_max{
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media screen and (max-width: 767px) {
	.layout_max{
		padding-left: 15px;
		padding-right: 15px;
	}
}




/* safari 대응 password는 시스템 기본 폰트 */
input[type="password"] {
	font-family: sans-serif !important;
}
input[type="password"]::placeholder{
	font-family: "Noto Serif KR EN NUM", "Pretendard" !important;
}


/* 폰트 start*/
@font-face {
	font-family: 'Pretendard';
	src: url('/assets/ccd01/font/Pretendard-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	unicode-range: U+AC00-D7A3, U+1100-11FF, U+3130-318F; /* 한글, 자모 범위 */
}
@font-face {
	font-family: 'Pretendard';
	src: url('/assets/ccd01/font/Pretendard-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	unicode-range: U+AC00-D7A3, U+1100-11FF, U+3130-318F; /* 한글, 자모 범위 */
}
@font-face {
	font-family: 'Pretendard';
	src: url('/assets/ccd01/font/Pretendard-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	unicode-range: U+AC00-D7A3, U+1100-11FF, U+3130-318F; /* 한글, 자모 범위 */
}
@font-face {
	font-family: 'Pretendard';
	src: url('/assets/ccd01/font/Pretendard-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	unicode-range: U+AC00-D7A3, U+1100-11FF, U+3130-318F; /* 한글, 자모 범위 */
}
@font-face {
	font-family: 'Pretendard';
	src: url('/assets/ccd01/font/Pretendard-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	unicode-range: U+AC00-D7A3, U+1100-11FF, U+3130-318F; /* 한글, 자모 범위 */
}
@font-face {
	font-family: 'Pretendard';
	src: url('/assets/ccd01/font/Pretendard-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	unicode-range: U+AC00-D7A3, U+1100-11FF, U+3130-318F; /* 한글, 자모 범위 */
}


@font-face {
	font-family: "Noto Serif KR EN NUM";
	src: url('/assets/ccd01/font/NotoSerifKR-Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
	unicode-range:        
	U+0020-007E, /* 기본 라틴 문자 (영어, 숫자, 특수문자 대부분) */
	U+2000-206F, /* 일반적인 구두점 문자 (…, ―, ′, ″ 등 포함) */
	U+0030-0039, /* 숫자 */
	U+0041-005A, U+0061-007A, /* 영어 대소문자 */
	U+4E00-9FFF; /* 한자 */
}
@font-face {
	font-family: "Noto Serif KR EN NUM";
	src: url('/assets/ccd01/font/NotoSerifKR-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	unicode-range:
	U+0020-007E, /* 기본 라틴 문자 (영어, 숫자, 특수문자 대부분) */
	U+2000-206F, /* 일반적인 구두점 문자 (…, ―, ′, ″ 등 포함) */
	U+0030-0039, /* 숫자 */
	U+0041-005A, U+0061-007A, /* 영어 대소문자 */
	U+4E00-9FFF; /* 한자 */
	
}
@font-face {
	font-family: "Noto Serif KR EN NUM";
	src: url('/assets/ccd01/font/NotoSerifKR-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	unicode-range:
	U+0020-007E, /* 기본 라틴 문자 (영어, 숫자, 특수문자 대부분) */
	U+2000-206F, /* 일반적인 구두점 문자 (…, ―, ′, ″ 등 포함) */
	U+0030-0039, /* 숫자 */
	U+0041-005A, U+0061-007A, /* 영어 대소문자 */
	U+4E00-9FFF; /* 한자 */
	
}
@font-face {
	font-family: "Noto Serif KR EN NUM";
	src: url('/assets/ccd01/font/NotoSerifKR-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	unicode-range:
	U+0020-007E, /* 기본 라틴 문자 (영어, 숫자, 특수문자 대부분) */
	U+2000-206F, /* 일반적인 구두점 문자 (…, ―, ′, ″ 등 포함) */
	U+0030-0039, /* 숫자 */
	U+0041-005A, U+0061-007A, /* 영어 대소문자 */
	U+4E00-9FFF; /* 한자 */
	
}
@font-face {
	font-family: "Noto Serif KR EN NUM";
	src: url('/assets/ccd01/font/NotoSerifKR-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	unicode-range:
	U+0020-007E, /* 기본 라틴 문자 (영어, 숫자, 특수문자 대부분) */
	U+2000-206F, /* 일반적인 구두점 문자 (…, ―, ′, ″ 등 포함) */
	U+0030-0039, /* 숫자 */
	U+0041-005A, U+0061-007A, /* 영어 대소문자 */
	U+4E00-9FFF; /* 한자 */
	
}
@font-face {
	font-family: "Noto Serif KR EN NUM";
	src: url('/assets/ccd01/font/NotoSerifKR-Black.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
	unicode-range:
	U+0020-007E, /* 기본 라틴 문자 (영어, 숫자, 특수문자 대부분) */
	U+2000-206F, /* 일반적인 구두점 문자 (…, ―, ′, ″ 등 포함) */
	U+0030-0039, /* 숫자 */
	U+0041-005A, U+0061-007A, /* 영어 대소문자 */
	U+4E00-9FFF; /* 한자 */
	
}


@font-face {
	font-family: "Noto Serif KR";
	src: url('/assets/ccd01/font/NotoSerifKR-Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: "Noto Serif KR";
	src: url('/assets/ccd01/font/NotoSerifKR-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Noto Serif KR";
	src: url('/assets/ccd01/font/NotoSerifKR-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: "Noto Serif KR";
	src: url('/assets/ccd01/font/NotoSerifKR-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: "Noto Serif KR";
	src: url('/assets/ccd01/font/NotoSerifKR-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "Noto Serif KR";
	src: url('/assets/ccd01/font/NotoSerifKR-Black.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
}
/* 폰트 end*/




/* swiper 기본 start */
.swiper-wrapper{
	z-index: 0;
}
/* swiper 기본 end */



/* 스크롤 커스텀 */
/* html::-webkit-scrollbar {
    width: 10px; 
}
html::-webkit-scrollbar-thumb {
    background: #888;
}
html::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
html::-webkit-scrollbar-track {
    background: #f1f1f1;
} */