/* =============================

    박보라
    Copryright 2018 Chungchuy.com

 ============================= */

@charset"utf-8";
@font-face {
 font-family: 'NanumSquareRound';
 font-weight: 200;
 src: url(/public_html/resource/font/NanumSquareRoundL.eot);
 src: url(/public_html/resource/font/NanumSquareRoundL.eot?#iefix) format('embedded-opentype'),
      local(※), url(/public_html/resource/font/NanumSquareRoundL.woff) format('woff'),
      local(※), url(/public_html/resource/font/NanumSquareRoundL.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumSquareRound';
 font-weight: 400;
 src: url(/public_html/resource/font/NanumSquareRoundR.eot);
 src: url(/public_html/resource/font/NanumSquareRoundR.eot?#iefix) format('embedded-opentype'),
      local(※), url(/public_html/resource/font/NanumSquareRoundR.woff) format('woff'),
      local(※), url(/public_html/resource/font/NanumSquareRoundR.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumSquareRound';
 font-weight: 700;
 src: url(/public_html/resource/font/NanumSquareRoundB.eot);
 src: url(/public_html/resource/font/NanumSquareRoundB.eot?#iefix) format('embedded-opentype'),
      local(※), url(/public_html/resource/font/NanumSquareRoundB.woff) format('woff'),
      local(※), url(/public_html/resource/font/NanumSquareRoundB.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumSquareRound';
 font-weight: 800;
 src: url(/public_html/resource/font/NanumSquareRoundEB.eot);
 src: url(/public_html/resource/font/NanumSquareRoundEB.eot?#iefix) format('embedded-opentype'),
      local(※), url(/public_html/resource/font/NanumSquareRoundEB.woff) format('woff'),
      local(※), url(/public_html/resource/font/NanumSquareRoundEB.ttf) format('truetype');
}


/* Eric Meyer reset.css */
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,input,
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,select {
    margin:0;
    padding:0;
    border:0 none;
    font-family:"NanumSquareRound", sans-serif;
    font-weight: 700;
    color:#000000;
}
html {font-size: 62.5%; /*font-size: 10px, 기본값 16px의 62.5%*/}
/* @media screen and (max-width: 768px) {
    html {font-size: 50%; }
} */
/*font-size: 8px, 기본값 16px의 50%*/
/* @media screen and (max-width: 640px) {
html {font-size: 43.75%; }
} */
/*font-size: 7px, 기본값 16px의 43.75%*/
html, body {
    background-color:transparent;

	font-weight: 700;
	height : 100%;
    min-height: 100%;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-o-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	/* 아이폰의 경우 뷰포트가 변경이 되면 자동으로 폰트 크기를 조절합니다.
	그래서 text-size-adjust: none를 사용하여 텍스트의 크기를 자동으로 조절하지 못하게 합니다.
	body의 폰트크기를 설정하고 미디어쿼리를 사용하여 좀더 세밀하게 조절해서 사용하고 위의 속성을 사용하여 자동으로 조절하지 못하게합니다.
	표준이 아니기에 벤더 사용. */
}
header, nav, section, article, aside, main {
    display: block;
}
/* opera fix */
body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
}
ol, ul, li {
	list-style:none;
}
table {
	*border-collapse:collapse;
	border-spacing:0;
	width:100%;
	table-layout:fixed;
	word-break:break-all;
}
* html {
	height: 1px;
}
html, body, div, section, article, header, footer, nav, ul, li, img, a, span, form {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input, button, select, label {
    margin: 0;
    padding: 0;
    border: 0;
    font-family:"NanumSquare", sans-serif;
    font-weight: 400;
    cursor: pointer;
    box-sizing: border-box;
}
input[type="password"] {font-family:"Malgun Gothic";}
img {
	max-width: 100%;
	/* width: 100%; */
	height: auto;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img,fieldset,iframe {
	border:0 none;
}
*::selection {
    background: #4356a4;
    color: #fff;
}
a {
    color:#414042;
    text-decoration:none;
    -webkit-transition: color 0.3s, background-color 0.3s, border 0.3s;
    -moz-transition: color 0.3s, background-color 0.3s, border 0.3s;
    -o-transition: color 0.3s, background-color 0.3s, border 0.3s;
    -ms-transition: color 0.3s, background-color 0.3s, border 0.3s;
    transition: color 0.3s, background-color 0.3s, border 0.3s;
}
a:hover {
    text-decoration:none;
}


.normal		{ font-weight: 400 }
.bold		{ font-weight: 700 }
.bolder		{ font-weight: 800 }
.light		{ font-weight: 300 }

header::after{
	clear:both;
}

.clearfix:after,
.clearfixDiv {
    display: block;
    visibility: hidden;
    content: ".";
    clear: both;
    text-indent: -9999px;
    height: 0;
}
