﻿@charset "UTF-8";
/*
파일이름 : custom.css
제작자 : 김동영
제작일 : 2020.05.13
수정시 수정일,수정자,등록내용을 게재


Copyright© 울산US소프트 http://ussoft.kr All Rights Reserved.
*/

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; vertical-align: baseline;}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}
body { line-height: 1;}
ol, ul, li {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
a:hover {text-decoration:none !important;}
a:focus {text-decoration:none; !important;}
a {cursor: pointer;}

body,input,textarea,select,button,table{font-family:'Noto Sans KR',sans-serif;font-size:14px;color:#222;font-weight:400;line-height:1.5;letter-spacing:-1px;}
.bold {font-weight:bold;}
img {max-width:100%;}
td,th {vertical-align:middle;}
p,h2,h3,h4,h5,h6,h1,li,td,th,strong,span,a {font-family:'Noto Sans KR',sans-serif;}

/* basic */
.container {width: 1200px !important;}
body {background-color: #f2f2f2 !important;}

/* header */
header {height:100px;}
header .logo {margin-top:20px;}

/* overlay */
.overlay {
    z-index: 100;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    overflow-x: hidden;
    overflow-y: hidden;
}

/* footer */
footer {height: 64px;background:#8a8a8a;display: none !important;}
footer .container {text-align:center;}
footer p {color:#fff;font-size:1.6rem;line-height: 65px;}