@charset "utf-8";

/*
 * File       : reset.css
 * Author     : Fastweb (IK)
 * Guideline  : FW_DesignSystem.1.0
 *
 * SUMMARY:
 * 1) RESET FILES
 */

/* **************************************** *
 * RESET FILES
 * **************************************** */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
time,
figure,
article,
nav,
header,
footer,
hgroup,
video,
audio,
aside,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box !important;
}
li,
ol,
ul {
  list-style: none !important;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
figure,
article,
header,
footer,
nav,
hgroup,
video,
audio,
aside,
main {
  display: block;
}

/* mobile */
/* input, textarea {-webkit-appearance: none;-webkit-border-radius: 0px;border-radius: 0px;} */

/* reset mobile default style */
body,
textarea:focus,
input:focus,
a:focus {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
html {
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}

/* selection */
/*::-moz-selection {background: #6b78f5;background: rgba(107, 120, 245, .35);color:#fff;}
::selection {background: #6b78f5;background: rgba(107, 120, 245, .35);color:#fff;}
::-moz-selection {background: #6b78f5;background: rgba(107, 120, 245, .35);color:#fff;}*/

::-moz-selection {
  background: #6b78f5;
  background: rgba(136, 136, 136, 0.35);
  color: #fff;
}
::selection {
  background: #6b78f5;
  background: rgba(136, 136, 136, 0.35);
  color: #fff;
}
::-moz-selection {
  background: #6b78f5;
  background: rgba(136, 136, 136, 0.35);
  color: #fff;
}

/* **************************************** *
 * INPUT
 * **************************************** */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="number"],
input[type="search"],
textarea {
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-family: sans-serif;
  border-radius: 0px;
}
input[type="submit"],
input[type="button"],
button {
  -webkit-appearance: none;
  font-family: "Montserrat", "Noto Sans KR", sans-serif;
  border-radius: 0px;
}
input[type="radio"] {
  border-radius: 100%;
}

/* PLACEHOLDER */
::-webkit-input-placeholder {
  font-family: "Montserrat", "Noto Sans KR", sans-serif;
  font-size: 16px;
  color: #aaa;
  letter-spacing: -0.05em;
  font-weight: 400;
}
::-moz-placeholder {
  font-family: "Montserrat", "Noto Sans KR", sans-serif;
  font-size: 16px;
  color: #aaa;
}
:-ms-input-placeholder {
  font-family: "Montserrat", "Noto Sans KR", sans-serif;
  font-size: 16px;
  color: #aaa;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* **************************************** *
 * WP CORE
 * **************************************** */
ul#wp-admin-bar-root-default {
  float: left;
}
.screen-reader-text {
  text-indent: -9999px;
  display: inline-block;
  overflow: hidden;
}


.post-thumbnail, .entry-content .wp-audio-shortcode, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .default-max-width{
  max-width: 100%;
}
.site-header, .site-main, .widget-area, .site-footer{
  padding:0;
}
html{margin-top: 0;}
.site-main > article > *, .site-main > .not-found > *, .entry-content > *, [class*=inner-container] > *, .wp-block-template-part > *, .wp-block-post-template :where(li > *){
  margin-top: 0 !important;
}