@charset "utf-8";
html {font-size:62.5%;}
html {scroll-behavior: smooth;}

body {
	font-size:1.6rem; line-height: 1.2; font-weight: 400; color: #111;
	background: #fff;
	min-width: 320px;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
	font-variant-ligatures: none;
}

body, button, textarea, select, pre, input, select, textarea {font-family: /* '함초롬LVT', */ 'Pretendard', 'YetHangul', '맑은고딕', '나눔고딕', '돋움', dotum, '새굴림', sans-serif;}/*240612*/

/* by odop */
body.HANDotum-LVT .page-content-wrap, 
body.HANDotum-LVT .page-content-wrap button, 
body.HANDotum-LVT .page-content-wrap textarea, 
body.HANDotum-LVT .page-content-wrap select, 
body.HANDotum-LVT .page-content-wrap input {font-family: 'HANDotum-LVT', 'YetHangul', '맑은고딕', '나눔고딕', '돋움', dotum, '새굴림', sans-serif;}




img {
	max-width: 100%;
	line-height: 0; font-size: 0;
	-ms-interpolation-mode: bicubic;
}
a {
	color: #111;
}
a:hover {
	color:rgba(0,0,0,.4); transition: all .3s;
}
b, strong {
	font-weight: 700;
}

/* reset */
* {padding: 0; margin: 0; border: 0; vertical-align: top;}
article, aside, figcaption, figure, footer, header, nav, section {display: block;}
ul, li, ol, dl {list-style: none;}
table {table-layout: fixed; border-collapse: collapse; /*max-width:100%;*/}
caption, legend {display: none;}
input, select, textarea, button {vertical-align: middle; border: 0; background-color: transparent; -webkit-appearance: none;}
button {background-color: #fff; cursor: pointer;}
label {cursor: pointer;}
a, input, select, textarea {text-decoration: none;}
textarea {-webkit-overflow-scrolling: touch;}
input[type='checkbox'] {appearance: none;}
input[type='text'], input[type='tel'], input[type='password'], textarea {appearance: none; border-radius: 0; background-color: #fff;}
input[type='text'], input[type='tel'], input[type='password'] {width: 100%;}

a:hover {text-decoration: none;}

label {font-size: 1.5rem; line-height: 2rem; color: #333;}

@media (max-width: 1239px) {
	html {font-size:56.3%;}
}
@media (max-width: 767px) {
	html {font-size:50%;}
}
.item-checkbox {
	position: relative;
	display: inline-flex; align-items: center;
}
.item-checkbox input[type='checkbox'] {
    position: absolute; top: 0; left: 0;
	width: 20px; height: 20px;
	border-radius: 3px;
}
.item-checkbox input[type='checkbox'] + label {
	position: relative;
	padding: 0 0 0 30px;
}
.item-checkbox input[type='checkbox'] + label:before {
    content: '';
    position: absolute; top: 2px; left: 4px;
    width: 16px; height: 16px;
	border-radius: 3px;
    border: 1px solid #a7a7a7;
	background-color: #fff;
	vertical-align: middle;
	box-sizing: border-box;
	cursor: pointer;
}
.item-checkbox input[type='checkbox']:checked + label:after {
    content: '';
    position: absolute; top: 4px; left: 9px; z-index: 2;
    width: 3px; height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.item-checkbox input[type='checkbox']:checked + label:before {
	background-color: #898989;
}

.item-checkbox input[type='radio'] {
    position: absolute; top: 0; left: 0;
	width: 20px; height: 20px;
	border-radius: 10px;
}
.item-checkbox input[type='radio'] + label {
	position: relative;
	padding: 0 0 0 30px;
}
.item-checkbox input[type='radio'] + label:before {
    content: '';
    position: absolute; top: 2px; left: 4px;
    width: 16px; height: 16px;
	border-radius: 8px;
    border: 1px solid #a7a7a7;
	background-color: #fff;
	vertical-align: middle;
	box-sizing: border-box;
	cursor: pointer;
}
.item-checkbox input[type='radio']:checked + label:after {
    content: '';
    position: absolute; top: 6px; left: 8px; z-index: 2;
    width: 8px; height: 8px;
	border-radius:4px;
	background-color: #434369;
}

input[type='text'], input[type='date'] {
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	width: 100%; height: 44px;
	padding: 0 20px;
    box-sizing: border-box;
    font-size: 1.3rem; font-weight: 300; color: #767676;
}
select {
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	width: 100%; height: 44px;
	padding: 0 30px 0 10px;
    box-sizing: border-box;
    background: #fff url('../images/ico_dropdown.svg') right 8px center/9px no-repeat;
    font-size: 1.3rem; font-weight: 300; color: #444;
}
select.lg {
	width: 100%; height: 50px;
    font-size: 1.5rem;
}
textarea {
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	width: 100%; height: 135px;
	padding: 15px 20px;
    box-sizing: border-box;
	resize: none;
    font-size: 1.3rem; font-weight: 300; color: #767676;
}

/* call class */
.displaynone {display: none !important;}
.blind {
	position: absolute !important; z-index: 1px !important;
	width: 1px !important; height: 1px !important;
	overflow: hidden !important;
	border: 0 !important;
	padding: 0 !important; margin: 0 !important;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
}

@media (max-width: 767px) {	
	select.lg {width: 100%; height: 40px;}
}

.dimmed {position: fixed; top: 0; left: 0; display: none; width: 100%; height: 100%; z-index: 200; background-color: rgba(245,245,245,.9); cursor: pointer;}
.dimmed.active {display: block;}
.dimmed-tr {position: fixed; top: 0; left: 0; display: none; width: 100%; height: 100%; z-index: 100; background-color: rgba(245,245,245,.9); opacity: 0;}
.dimmed-tr.active {display: block;}

html.expand {height: 100%; overflow: hidden;}
body.scroll-hidden {overflow: hidden; touch-action: none;}

/*바로가기*/
#accessibility {position:absolute; z-index:2000; left:0; top:0; width:100%;}
#accessibility a {display:block; width:1px; height:1px; margin-bottom:-1px; overflow:hidden; text-align:center; color:#222; font-size:16px;}
#accessibility a:focus, #accessibility a:active {width:100%; height:auto; padding:9px 0; background:#ffc600;}

/* text-align */
.tl {text-align:left !important;}
.tr {text-align:right !important;}
.tc {text-align:center !important;}

/* color */
:root {
    --color-red: #ff6666;
    --color-red-v: #cc0066;
    --color-point-blue: #434369;
    --color-blue-l: #0858af;
}
.fc-r {color:var(--color-red-v);}
.fc-b {color:var(--color-blue-l);}
.srt-w {background:#edc5c5; border-radius:.2rem;}

/* margin */
.m0{margin:0px !important}
.m10{margin:1rem !important}
.mt0{margin-top:0px !important}
.mt5{margin-top:.5rem !important}
.mt10{margin-top:1rem !important}
.mt15{margin-top:1.5rem !important}
.mt20{margin-top:2rem !important}
.mt25{margin-top:2.5rem !important}
.mt30{margin-top:3rem !important}
.mt40{margin-top:4rem !important}
.mt50{margin-top:5rem !important}
.mt100{margin-top:10rem !important}
.mb0{margin-bottom:0px !important}
.mb5{margin-bottom:.5rem !important}
.mb10{margin-bottom:1rem !important}
.mb15{margin-bottom:1.5rem !important}
.mb20{margin-bottom:2rem !important}
.mb25{margin-bottom:2.5rem !important}
.mb30{margin-bottom:3rem !important}
.mb35{margin-bottom:4.5rem !important}
.mb40{margin-bottom:4rem !important}
.mb45{margin-bottom:4.5rem !important}
.mb50{margin-bottom:5rem !important}
.mb100{margin-bottom:10rem !important}
.ml0{margin-left:0px !important}
.ml5{margin-left:.5rem !important}
.ml10{margin-left:1rem !important}
.ml15{margin-left:1.5rem !important}
.ml20{margin-left:2rem !important}
.mr0{margin-right:0px !important}
.mr5{margin-right:.5rem !important}
.mr10{margin-right:1rem !important}
.mr15{margin-right:1.5rem !important}
.mr20{margin-right:2rem !important}

/* padding */
.p0{padding:0px !important}
.p5{padding:.5rem !important}
.p10{padding:1rem !important}
.p15{padding:1.5rem !important}
.p20{padding:2rem !important}
.p25{padding:2.5rem !important}
.p30{padding:3rem !important}
.pt0{padding-top:0px !important}
.pt3{padding-top:.3rem !important}
.pt5{padding-top:.5rem !important}
.pt10{padding-top:1rem !important}
.pt15{padding-top:1.5rem !important}
.pt20{padding-top:2rem !important}
.pt25{padding-top:2.5rem !important}
.pt30{padding-top:3rem !important}
.pt40{padding-top:4rem !important}
.pt50{padding-top:5rem !important}
.pt100{padding-top:10rem !important}
.pb0{padding-bottom:0px !important}
.pb10{padding-bottom:1rem !important}
.pb15{padding-bottom:1.5rem !important}
.pb20{padding-bottom:2rem !important}
.pb25{padding-bottom:2.5rem !important}
.pb30{padding-bottom:3rem !important}
.pb40{padding-bottom:4rem !important}
.pb50{padding-bottom:5rem !important}
.pb100{padding-bottom:10rem !important}
.pl0{padding-left:0px !important}
.pl5{padding-left:.5rem !important}
.pl10{padding-left:1rem !important}
.pl15{padding-left:1.5rem !important}
.pl20{padding-left:2rem !important}
.pl25{padding-left:2.5rem !important}
.pl30{padding-left:3rem !important}
.pl40{padding-left:4rem !important}
.pl50{padding-left:5rem !important}
.pl100{padding-left:10rem !important}
.pr0{padding-right:0px !important}
.pr5{padding-right:.5rem !important}
.pr10{padding-right:1rem !important}
.pr15{padding-right:1.5rem !important}
.pr20{padding-right:2rem !important}
.pr25{padding-right:2.5rem !important}
.pr30{padding-right:3rem !important}
.pr40{padding-right:4rem !important}
.pr50{padding-right:5rem !important}
.pr100{padding-right:10rem !important}

/* 플렉스박스 */
.flex {display:flex; flex-wrap:wrap;}
.flex-no {display:flex;}
.flex-tl {justify-content:flex-start;}
.flex-tr {justify-content:flex-end;}
.flex-tc {justify-content:center;}
.flex-tj {justify-content:space-between;}
.flex-vc {align-items:center;}
.flex-vt {align-items:flex-start;}
.flex-vb {align-items:flex-end;}

/* 전체 스크롤바 custom */

/*
* {
	scrollbar-width: thin;
}
*/

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
::-webkit-scrollbar-track {
	background-color: #4242421a;
	border-radius: 3px;
}
::-webkit-scrollbar-thumb {
	background: #bbb;
	border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
	background: #999; 
}