@charset "utf-8";

@import url('aos.css');
@import url('menu.css');
@import url('sub.css');
@import url('main.css');
@import url('animate.css');
@import url('jquery.fullpage.css');
@import url('layout.css');


/* font */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

html {
	/*overflow-y: scroll;*/
	font-family: 'Quicksand', 'Pretendard', sans-serif;
	-ms-overflow-style: none; /* 익스플로러, 앳지 */
	scrollbar-width: none; /* 파이어폭스 */
	min-width: 320px;
	word-break: keep-all;
	scroll-behavior: smooth;
	color: #333;
}

html::-webkit-scrollbar {
    display: none; /* 크롬, 사파리, 오페라 */
}

.img img{
	width: 100%;
}


body {
    font-weight: 400;
    line-height: 1;
    -webkit-text-size-adjust: none;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    margin: 0;
    font-size: 100%;
    line-height: 1;
    margin-block-end: 0;
    margin-block-start: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu,  section, summary {
	display:block;
}

audio, canvas, video {
    display:inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

audio, canvas, img, video {
	vertical-align:middle;
}

body {
	line-height:1;
}

ol, ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
	content:none;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    word-break: break-all;
    word-wrap: break-word;
}

img, fieldset {
	border:0;
}

input, select, textarea {
	vertical-align: middle;
}

table, th, td, input,
textarea, button, select {
	font-family: 'Pretendard', sans-serif;
}

button, select {
	text-transform:none;
}

button, input {
	/* line-height:normal; */
}

textarea {
	resize:vertical;
	overflow:auto;
}

img,
input,
button {
    vertical-align: top;
}

address, caption, cite, code,
dfn, em, var {
	font-style:normal;
}

label {
	cursor:pointer;
}

/* For Screen Reader */
legend {
	display:none;
	visibility:hidden;
}

/* For Screen Reader */
caption {
	display:none;
	visibility:hidden;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #464646;
	margin: 0;
	padding: 0;
}

a {
	color:#666;
	text-decoration:none;
}

a:active, a:hover, a:focus {
	text-decoration:none;
}

button{
	margin:0px;
	padding:0px;
	cursor:pointer;
	background:none;
}

a:focus, button:focus{
	outline:none;
}

/* scrollbar  */
html::-webkit-scrollbar { width: 0; }
html::-webkit-scrollbar-track { background-color: transparent; }
html::-webkit-scrollbar-thumb { background-color: transparent; }
html::-webkit-scrollbar-button { display: none; }


/* input 기본 스타일 초기화 */
input[type=text],
input[type=password],
input[type=button],
input[type=number],
input[type=tel],
input[type=email],
input[type=search],
input[type=hidden],
input[type="file"],
textarea,
select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    border: none;
    background-color: transparent;
    outline: none;

    border: 1px solid #ddd;
}

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




input[type=checkbox],
input[type=radio] {
   /* -moz-appearance: none;*/
    -o-appearance: none;
    /* -webkit-appearance: none;*/

    width: 15px;
    height: 15px;
    border: 1px solid #666 !important;

    -ms-appearance: none;
    background: transparent;
    border-radius: 0;
    outline: none;
    border: none;
	line-height: normal;

}

input::-ms-clear,
select::-ms-expand {
	display: none;
}

input::-webkit-input-placeholder { color: #777;}
input:-moz-input-placeholder { color: #777;}
input::-moz-input-placeholder { color: #777;}
input:-ms-input-placeholder { color: #777;}

textarea {
    overflow: auto;
    resize: none;
}

textarea::-webkit-input-placeholder {color:  #777;}
textarea: -moz-placeholder {/* Firefox 18- */ color:  #777;}
textarea: :-moz-placeholder {/* Firefox 19+ */ color:  #777;}
textarea: -ms-input-placeholder {color:  #777;}


@media all and (max-width:800px){
	.ios-os input[type="text"],
	.ios-os input[type="search"],
	.ios-os input[type="password"],
	.ios-os input[type="file"],
	.ios-os select,
	.ios-os textarea{
		    -webkit-appearance: none;
		    -moz-appearance: none;
			appearance: none;
			border-radius:0;
	}

	.ios-os select{
		background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' style='opacity:0.5'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
		background-size: 8px;
		background-position: calc(100% - 10px) calc(50% + 3px);
		background-repeat: no-repeat;
	}
}


.clearfix {
    *zoom: 1;
}

.clearfix:after {
    clear: both;
     display: block;
     content: "";
}

.blind {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
}
.over-img {
    overflow: hidden;
}

.over-img img{
	-webkit-transition:transform 0.3s;
	-moz-transition:transform 0.3s;
	-o-transition:transform 0.3s;
	-ms-transition:transform 0.3s;
	transition:transform 0.3s
}

a:hover .over-img img{
	-ms-transform: scale(1.1) rotate(0.002deg);
	  -o-transform: scale(1.1) rotate(0.002deg);
	  -moz-transform: scale(1.1) rotate(0.002deg);
	  -webkit-transform: scale(1.1) rotate(0.002deg);
	  transform: scale(1.1) rotate(0.002deg);
}

.over-bg{
	overflow:hidden;
	-webkit-transition:transform 0.3s;
	-moz-transition:transform 0.3s;
	-o-transition:transform 0.3s;
	-ms-transition:transform 0.3s;
	transition:transform 0.3s
}

a:hover .over-bg{
	-ms-transform: scale(1.1) rotate(0.002deg);
	  -o-transform: scale(1.1) rotate(0.002deg);
	  -moz-transform: scale(1.1) rotate(0.002deg);
	  -webkit-transform: scale(1.1) rotate(0.002deg);
	  transform: scale(1.1) rotate(0.002deg);
}

/* Skip Navgation */
.cm-accessibility a  {
     position: absolute;
     text-align: center;
     width: 200px;
     display: block;
     background: #c52227;
     color: #fff;
     left: -9999px;
 }

.cm-accessibility a:hover  {
     z-index: 999999;
     margin-left: -100px;
     left: 50%;
 }

.cm-accessibility a:focus  {
     z-index: 999999;
     margin-left: -100px;
     left: 50%;
 }

.cm-accessibility a:active  {
     z-index: 999999;
     margin-left: -100px;
     left: 50%;
 }


