@charset "UTF-8"; /*********************************************************************************************************/
/* */
/* 작업일 : 2021-02-16 1차작업 */
/* 작업자 : 권과장 */
/* */
/*********************************************************************************************************/

/* 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,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; border: 0; font-size: 100%; font: inherit; } 
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display: block; } 
body { line-height: 1; } 

html { box-sizing: border-box; } 
* { box-sizing: border-box; } 

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; } 

mark { background-color: transparent; color: inherit; } 

input::-moz-focus-inner { border: 0; padding: 0; } 

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a { text-decoration: none; } 

a { text-decoration: none; } 
a:hover { text-decoration: none; } 

li { list-style: none; } 

.row::before,
.row::after { content: ""; display: block; } 
.row::after { clear: both; } 

/* ****************************************************************************************************/
/* ****************************************************************************************************/

/*! normalize.css v8.0.1 github.com/necolas/normalize.css */
/* ****************************************************************************************************/
html { line-height: 1.15; /* Correct the line height in all browsers */
 -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */}

body { margin: 0; } 

main { display: block; /* Render the `main` element consistently in IE. */}

hr { box-sizing: content-box; height: 0; /* Add the correct box sizing in Firefox. */
 overflow: visible; /* Show the overflow in Edge and IE */}

pre { /* font-family: monospace, monospace; Correct the inheritance and scaling of font size in all browsers. */
 font-size: 1em; /* Correct the odd `em` font sizing in all browsers. */}

a { background-color: transparent; /* Remove the gray background on active links in IE 10. */}

abbr[title] { border-bottom: none; /* Remove the bottom border in Chrome 57- */
 text-decoration: underline; /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
 text-decoration: underline dotted; /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */}

b,
strong { font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari. */}

code,
kbd,
samp { font-family: monospace, monospace; /* Correct the inheritance and scaling of font size in all browsers. */
 font-size: 1em; /* Correct the odd `em` font sizing in all browsers. */}

sub,
sup { /* Prevent `sub` and `sup` elements from affecting the line height in */
 font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } 

sub { bottom: -0.25em; font-size: 0.8em; } 
sup { top: -0.5em; font-size: 0.8em; } 
i,
em { font-style: italic; } 

img { border-style: none; /*Remove the border on images inside links in IE 10. */}

button,
input,
optgroup,
select,
textarea { font-family: inherit; font-size: 100%; line-height: normal; /* Change the font styles in all browsers. */
 margin: 0; /* Remove the margin in Firefox and Safari. */}

button,
input { /* Show the overflow in IE., Edge. */
 overflow: visible; } 

button,
select { text-transform: none; } /* Remove the inheritance of text transform in Firefox. */

button,
[type="button"],
[type="reset"],
[type="submit"] { -webkit-appearance: button; } /*Correct the inability to style clickable types in iOS and Safari. */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /* Remove the inner border and padding in Firefox. */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /* Restore the focus styles unset by the previous rule. */

fieldset { padding: 0.35em 0.75em 0.625em; } /* Correct the padding in Firefox. */

legend { box-sizing: border-box; /* Correct the text wrapping in Edge and IE. */
 color: inherit; /* Correct the color inheritance from `fieldset` elements in IE. */
 display: table; /* Correct the text wrapping in Edge and IE. */
 max-width: 100%; /* Correct the text wrapping in Edge and IE. */
 padding: 0; /* Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
 white-space: normal; /* Correct the text wrapping in Edge and IE. */}

.fnc_row::before,
.fnc_row::after { content: ""; display: block; } 
.fnc_row::after { clear: both; } 

progress { vertical-align: baseline; } /* Add the correct vertical alignment in Chrome, Firefox, and Opera. */

textarea { overflow: auto; } /* Remove the default vertical scrollbar in IE 10+. */

[type="checkbox"],
[type="radio"] { box-sizing: border-box; /* Add the correct box sizing in IE 10 */
 padding: 0; /* Remove the padding in IE 10. */}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button { height: auto; } /* Correct the cursor style of increment and decrement buttons in Chrome. */

[type="search"] { -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari. */
 outline-offset: -2px; /* Correct the outline style in Safari. */}

[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /* Remove the inner padding in Chrome and Safari on macOS. */

::-webkit-file-upload-button { -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari. */
 font: inherit; /* Change font properties to `inherit` in Safari. */}

details { display: block; } /* Add the correct display in Edge, IE 10+, and Firefox. */

summary { display: list-item; } 

template { display: none; } /* Add the correct display in IE 10+. */

[hidden] { display: none; } /* Add the correct display in IE 10+. */

/* ****************************************************************************************************/
/* ****************************************************************************************************/

/* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
input::-ms-clear { display: none; } 

/*Firefox에서 input number 화살표 제거 */
input[type="number"] { -moz-appearance: textfield; } 

/* IE 에서 Select box 화살표 제거 */
select::-ms-expand { display: none; } 

input,
button { box-shadow: none; outline-style: none; /*크롬 브라우져 input 주황색 테두리 없애는법*/
 border-radius: 0px 0px; /* 아이폰의 input 라운드 초기화 */}


