@charset "UTF-8";
:root {
  --fontfamily: "Pretendard JP", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Hiragino Sans", "Apple SD Gothic Neo", Meiryo, "Noto Sans JP", "Noto Sans KR", "Malgun Gothic", Osaka, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  /* 사이트 전체 적용 폰트 */
  --sliderMinHeight: 300px;
  /* 슬라이드배너 최소높이 지정 */
  --sliderMaxHeight: 1000px;
  /* 슬라이드배너 최대높이 지정 */
  --jscolor: #4d5d6d;
  /* 사이트 공통 적용 색상 */
  --bodyWidth: 1080px;
  /* 본문 가로사이즈 */
  --font-size00: max(1.9rem, min(3vw, 2.7rem));
  --font-size01: max(1.6rem, min(3vw, 2.5rem));
  --font-size02: max(1.5rem, min(3vw, 2.3rem));
  --font-size03: max(1.4rem, min(3vw, 2.1rem));
  --font-size04: max(1.3rem, min(3vw, 1.9rem));
  --font-size05: max(1.2rem, min(3vw, 1.7rem));
  --font-size06: max(1.1rem, min(3vw, 1.5rem));
  --font-size07: max(1.0rem, min(3vw, 1.3rem));
  --font-size08: max(0.8rem, min(3vw, 1.1rem)); }

html, body, textarea,
blockquote, legend,
a, div, span, em, td, th, thead, tbody, form,
fieldset, pre, code, input, select, table, label,
h1, h2, h3, h4, h5, h6, ul, ol, li,
b, p, button, dl, dt, dd,
.btn,
.btn-inverse,
.xe_contents,
.rhymix_content {
  font-family: var(--fontfamily);
  letter-spacing: -0.5px;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch; }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

html, body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd,
table, th, td, form, fieldset, legend, input, textarea, button, select {
  margin: 0;
  padding: 0; }

input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  font-size: 15px; }

button {
  border: 0; }

ul, ol, li {
  list-style: none; }

a {
  color: #333;
  cursor: pointer;
  text-decoration: none;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s; }

input::placeholder {
  font-family: var(--fontfamily); }

input[type=checkbox] {
  width: 18px !important;
  height: 18px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  background: url("../images/svg/checkbox.svg") no-repeat 0 0;
  background-size: cover;
  cursor: pointer;
  vertical-align: middle; }

input[type=checkbox]:checked {
  background: url("../images/svg/checkbox_check.svg") no-repeat 0 0;
  background-size: cover; }

#nest_body {
  display: block;
  margin: 0 auto;
  width: var(--bodyWidth);
  height: 100%; }
  #nest_body .f_login_form {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-bottom: 100px; }

.ubtn-group {
  font-size: 8px; }

.ubtn {
  background-color: #999;
  font-size: 15px;
  font-weight: 500;
  color: #FFF;
  padding: 7px 14px 10px 14px;
  text-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 2px;
  box-sizing: border-box;
  transition: 0.2s;
  cursor: pointer; }
  .ubtn:hover {
    background-color: #333;
    color: #FFF; }
  .ubtn.white {
    background-color: #FFF;
    border: 1px solid #999;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    padding: 7px 14px 10px 14px; }
    .ubtn.white:hover {
      background-color: var(--jscolor);
      border: 1px solid var(--jscolor);
      color: #FFF; }
  .ubtn.black {
    background-color: #333;
    color: #FD6; }
    .ubtn.black:hover {
      color: #FFF; }

.ubtn > button {
  padding: 7px 14px 10px 14px;
  font-size: 15px;
  color: #FFF;
  font-weight: 500;
  line-height: 31px;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer; }

button.ubtn {
  display: inline-flex; }

.bbtn {
  display: inline-block;
  border: 1px solid #777;
  border-radius: 3px;
  background-color: #FFF;
  margin-left: 3px;
  padding: 2px 18px 4px 18px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer; }

.x blockquote {
  padding: 0 0 0 6px !important;
  border-left: 5px solid #999 !important; }
  .x blockquote h1 {
    font-size: 18px !important;
    line-height: 18px !important; }
  .x blockquote p {
    font-size: 13px !important;
    font-weight: 700 !important; }

div[id^="ckeditor_instance_"] {
  padding-bottom: 4px; }

.xefu-container {
  margin: 0; }

#rhymix_popup_menu,
#popup_menu_area {
  padding: 4px;
  border-radius: 5px; }
  #rhymix_popup_menu a,
  #popup_menu_area a {
    font-size: 13px;
    font-weight: 400;
    color: #333; }

#nc_container { display: none; }
.ncenterlite_block { display: none; }

@media all and (max-width: 1080px) {
  #nest_body {
    width: 100%; } }
