@charset "UTF-8";

/*=========================================================
  1. 폰트
=========================================================*/ 
/*LG 폰트*/
@font-face {
    font-family:'LGSmHa' ; font-style:normal; font-weight:normal;
    src: url('font/LGSmHaL.eot');
    src: url('font/LGSmHaL.eot?#iefix') format('embedded-opentype'),
    url('font/LGSmHaL.woff') format('woff'),
    url('font/LGSmHaL.ttf') format('truetype');
}

@font-face {
    font-family:'LGSmHa'; font-style:normal; font-weight:500;font-weight:500;
    src: url('font/LGSmHaR.eot');
    src: url('font/LGSmHaR.eot?#iefix') format('embedded-opentype'),
    url('font/LGSmHaR.woff') format('woff'),
    url('font/LGSmHaR.ttf') format('truetype');
}

@font-face {
    font-family:'LGSmHa'; font-style:normal;font-weight:bold;
    src: url('font/LGSmHaSB.eot');
    src: url('font/LGSmHaSB.eot?#iefix') format('embedded-opentype'),
    url('font/LGSmHaSB.woff') format('woff'),
    url('font/LGSmHaSB.ttf') format('truetype');
}



 
/*=========================================================
  2. 리셋
=========================================================*/
html{font-size: 1em;}
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,  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,button {margin: 0;padding: 0;border: 0;font-size: 100%;vertical-align: baseline;font-family:'LGSmHa', sans-serif;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;}

input[type="text"],input[type="email"],input[type="number"],button,input[type="submit"],input[type="reset"],button,input[type="tel"],button,input[type="password"],input[type="url"],input[type="search"],input[type="file"],button,textarea{-webkit-appearance:none ;appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;margin:0; padding:0;font-family: 'LGSmHa', sans-serif;border:none;box-sizing:border-box;	-webkit-box-sizing:border-box;	-moz-box-sizing:border-box;	-o-box-sizing:border-box;background: none;font-size: 100%;}
body {text-size-adjust:none;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;position: relative;background: #272727;word-break: keep-all; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;font-size: 14px;line-height: 1.8em;color:#4c4d4f;}
ol, ul { list-style: none; }
blockquote, q { quotes: none;}
input:focus,button:focus{border:none;}
table {border-collapse:collapse;border-spacing: 0;}
ul, ol, li {margin:0; padding:0;}
li {list-style: none;}
a{text-decoration: none;}
:invalid { box-shadow: none;}
:-moz-submit-invalid {box-shadow: none;}
:-moz-ui-invalid { box-shadow:none;}
button::-moz-focus-inner { border:0;padding:0;margin-top:-2px;margin-bottom: -2px;}
input::-moz-focus-inner { border:0;padding:0;margin-top:-2px;margin-bottom: -2px;}
img{max-width: 100%;}
button:hover{cursor: pointer;}
button{background: transparent;}
.just_contact_form{padding:}
#buffer-extension-hover-button{display: none !important;}
.entry-footer{clear: both;display: none;}
.skip-link{display:none;}
html{-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;overflow-y:scroll;}
.post-edit-link{display: none !important;}
.screen-reader-text{display: none;}
.dropdown-toggle{display: none;}
.mt0{margin-top:0 !important;}
.site-header svg{display: none !important;}
.menu-toggle{display: none !important;}
.menu-scroll-down{display: none !important;}
.ab_text{font-size: 0; line-height: 0; position: absolute; top:-9999999px; left:-9999999px;}
.hidden_h1{font-size: 0; line-height: 0; position: absolute; top:-9999999px; left:-9999999px;}

/*포커스*/
:focus{outline:none;}
a:focus{outline: dotted 1px #c00c3f !important;}
input:focus,button:focus{outline: dotted 1px #c00c3f;}
textarea:focus{outline: dotted 1px #c00c3f;}
body:focus{outline:none;}
html:focus{outline:none;}

@media screen and (max-width: 600px){
#wpadminbar{position: fixed !important;z-index: 100000;top:0; left:0;}
}