/*
Theme Name: NEWYEAR
Theme URI: https://wordpress.org/themes/NEWYEAR/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 3.9
Tested up to: 6.8
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

@font-face {
    font-family: 'Hass'; 
    src: url('fonts/NHaasGroteskDSPro-55Rg.woff2') format('woff2'), /* woff2 파일 */
         url('fonts/NHaasGroteskDSPro-55Rg.woff') format('woff');   /* woff 파일 */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter'; 
    src: url('fonts/Inter18pt-Regular.woff2') format('woff2'), /* woff2 파일 */
         url('fonts/Inter18pt-Regular.woff') format('woff');   /* woff 파일 */
    font-weight: normal;
    font-style: normal;
}


html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,img { margin:0 auto; padding:0 auto; }
html { width:100%; height:100%; overflow-x: hidden; }
*, body, html { box-sizing: border-box; }
body,code { font-size: 13px; font-family: 'Inter', 'Hass', Helvetica, sans-serif; }
body { text-rendering: optimizeLegibility; font-smoothing: antialiased; -webkit-font-smoothing:antialiased; }
body#popup { min-width:0; }
ul { padding: 0; }
li { list-style:none; }
img,fieldset { border:none; vertical-align:middle; }
img { max-width: 100%; height: auto !important; width: 100%;
	opacity: 1; 
	-webkit-transition: all .5s ease; 
	-moz-transition: all .5s ease; 
	-ms-transition: all .5s ease; 
	-o-transition: all .5s ease; 
	transition: all .5s ease;
 }
table { width:100%; border:0; border-spacing:0; border-collapse:collapse; }
caption { display:none; }
th,td { border:0; vertical-align:top; }
input { height: 30px; }
input,select,textarea { font-size:100%; vertical-align:middle; border:1px solid #d1d1d1; }
.inputTypeText { height:30px; padding:3px 0 0 3px; border:1px solid #d1d1d1; }
select { font-family: 'Lato', 'Nanum Gothic', sans-serif, Verdana; min-height:30px; height: 30px; padding-left: 5px; color: #555;  min-width: 120px; background: url('/images/arrow-down.png') no-repeat 95% 50%; background-size:13px auto; background-color: #f1f1f1; border: 0px;
        -webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;}
select::-ms-expand { display: none; } 
textarea { padding:5px 6px; border:1px solid #000; line-height:1.5; }
legend { visibility:hidden; position:absolute; left:-9999px; top:-9999px; width:0; height:0; line-height:0; }
button { overflow:visible; padding:0; margin:0; border:0; cursor:pointer; }
hr.layout { display:none; }
a { text-decoration:none; color:#000; }
a:hover { }
a:active { text-decoration:none; }
.objHidden { visibility:hidden; position:absolute; left:-1000px; top:-1000px; height:0; width:0; }
table tr.radioType input,
span.noBorder input { border:none !important; width:auto !important; height:auto !important; margin:0 3px 0 0 !important; vertical-align:middle !important; background:none !important; }
#content_CONTAINER td { width:auto !important; }
table.nneditor-table { width:auto !important; }

a, button, input, textarea, div {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0,0,0,0); 
}

a, button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; 
  user-select: none; 
}

a:active, button:active { background-color: transparent; }

#page { height: 100%; }

#header { height: 48px; top: 0; text-align: center; padding: 12px 0; }
#header .logo { position: fixed; width: 100%; z-index: 999; }
#header a { height: 24px; display: block; }
#header svg { height: 24px; }
#header svg * { fill: #d9d9d9; transition: fill 0.45s cubic-bezier(0.25, 1, 0.5, 1); }
#header svg:hover * { fill: #000; transition: fill 0.45s cubic-bezier(0.25, 1, 0.5, 1); }

#menu { margin-left: 14px; z-index: 9; display: flex; position: absolute; padding: 0px 20px; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; font-family: 'Hass', sans-serif; font-size: 0; }
#menu a { margin: 0 20px; }
#menu svg { height: 24px; width: auto; }
#menu svg * { fill: #d9d9d9; transition: fill 0.45s cubic-bezier(0.25, 1, 0.5, 1); }

#menu svg:hover * { fill: #000; transition: fill 0.45s cubic-bezier(0.25, 1, 0.5, 1); }

.wp-block-embed__wrapper iframe {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}

/***** 810 *****/
	@media only screen and (device-width: 810px),
       only screen and (max-width: 810px),
       screen and (max-device-width: 810px) {
       	
       	
       	#header svg { height: 20px; }
       	#menu { margin: 0; padding: 0px 16px; justify-content: space-between; width: 100%; left: 0; transform: none; gap: 0; padding-left: 38px; }
       	#menu svg { height: 20px; }
       }