@charset "UTF-8";
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, input
video {
  margin: 0;
  padding: 0;
  border: 0;
}
* {font-size: 1em;}

body {
  line-height: 1.1;
  font-size: 16px;
  letter-spacing: -0.02em;
  font-weight: 300;
  font-family: noto-sans-cjk-kr, "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo", sans-serif;
  color: #222;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  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;
}

button, input {
  border: 0;
  padding: 0;
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 300;
}

em {
  font-style: normal;
}

figure {overflow: hidden;}

.skip_nav a{padding: 1em;
  position: absolute; left: 0; top: -1000px; z-index: 100;
  background-color: #fff;
}
.skip_nav a:focus,
.skip_nav a:active,
.skip_nav a:hover {top: 0;}

.inner {
  max-width: 1360px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.sound_only {width: 0; height: 0; overflow: hidden;
  text-indent: -9999px;
}

#header{position: relative;}

#header {
  width: 100%;
  padding-top: 30px;
  position: relative;
  left: 0;
  top: 0;
  z-index: 100;
}



#header.flying {
  width: 100%;
  height: 80px;
  padding-top: 15px;
  background-color: #fff;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.15);
  position: fixed;
  left: 0;
  top: 0;
}
#header .inner, #header .nav, #header .top_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header .inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top_nav {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top_nav a {
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.67);
}

.top_nav li + li {
  position: relative;
  margin-left: 45px;
}
.top_nav li + li::before {
  content: "";
  width: 1px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-24px, -50%);
          transform: translate(-24px, -50%);
  background-color: rgba(0, 0, 0, 0.67);
}
/* .nav_wrap{width: 53%;} */
.nav_wrap .nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.nav_wrap .nav > li {
  position: relative;
}
.nav_wrap .nav > li > a {
  display: block;
  /* width: 100%; */
  padding: 0 1.5em;
  height: 40px;
  font-size: 1.32em;
  color: #272727;
  line-height: 40px;
}

.nav_wrap .nav > li:last-child a {
  padding-right: 0;
}

.nav .menu_contents {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 20;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav .menu_contents::before {
  content: "";
  width: 1px;
  height: 70%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: -1px;
  top: 25px;
}

.menu_contents li a {
  display: block;
  padding: 8px 0 8px 0;
  color: #d9d9d9;
  text-align: center;
}

.nav_wrap .nav > li:last-child li a {text-align: right;}

.buger_btn {
  position: relative;
  z-index: 25;
  width: 30px;
  height: 12px;
  cursor: pointer;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.buger_btn span {
  width: 25px;
  height: 2px;
  display: block;
  background-color: #000;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.buger_btn span:nth-child(1) {
  left: 0;
  top: 0;
}
.buger_btn span:nth-child(2) {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.buger_btn span:nth-child(3) {
  left: 0;
  bottom: 0;
}

.menu_bg {
  width: 100%;
  height: 0px;
  position: absolute;
  left: 0;
  top: 110px;
  z-index: 15;
  background-color: rgba(53, 57, 58, 0.95);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#header.flying .menu_bg {
  top: 95px;
}

 .box {
	text-align:center;
  }

 .block {
	display:inline-block; 
	width:278px; height:auto;
	margin:4px 8px;
		
  }

  .block img { width:278px; height:160px; border:1px solid #e0e0e0;}
  .title {
	text-align:left; margin:4px 8px; padding-top:5px; font-size:19px;
  }

@media screen and (min-width: 769px)   {
  .nav_wrap:hover .menu_contents {
    padding-top: 40px; 
    height: 200px;
  }

  .menu_name:hover::after {
    width: 100%;
  }
  .menu_name .menu_contents a:hover {
    color: #f1f1f1;
  }
}

@media screen and (max-width: 1124px) {
  body {
    font-size: 15px;
}

@media screen and (max-width: 1070px) {
  .nav_wrap .nav > li > a {
    padding: 0 0.3em;
  }
}
  
}
@media screen and (max-width: 900px) {
  .nav_wrap .nav > li > a {
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  #header {
    padding-top: 20px;
  }
  #header.flying {
    padding-top: 10px;
    height: 60px;
  }
  #header.flying .menu_bg {
    top: 0;
  }
  #header .inner.headCon {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 50px;
  }
  #header .wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    height: 60px;
  }
  #header .logo_wrap {
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  #header .logo_wrap img {
    max-width: 270px;
  }
  #header .top_nav {
    display: none;
  }
  #header .top_nav.on {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    height: 20px;
    position: fixed;
    right: 20px;
    top: 90px;
    z-index: 21;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.25em;
  }
  #header .top_nav.on li:first-child::before {
    height: 20px;
    -webkit-transform: translate(24px, -39%);
            transform: translate(24px, -39%);
  }

  .nav_wrap {
    display: none;
    width: 60%;
    height: 100%;
    padding: 140px 20px 0 20px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 20;
    background-color: #fff;
    -webkit-animation: show_menu 0.3s ease-in-out;
            animation: show_menu 0.3s ease-in-out;
  }
  .nav_wrap .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .nav_wrap.on {
    display: block;
  }
  .nav_wrap.on .menu_name {
    width: 100%;
    position: relative;
  }
  .nav_wrap.on .menu_name::after {
    display: none;
  }
  .nav_wrap.on .menu_name > a {
    display: block;
    height: auto;
    padding: 1em 0 !important;
    text-align: center !important;
    line-height: 1.2;
    font-size: 1.25em;
    font-weight: 500;
    color: #222;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
  }
  .nav_wrap.on .menu_name .menu_contents {
    display: block;
    padding-top: 0;
    width: 100%;
    height: 0px;
    position: static;
    left: auto;
    top: auto;
    z-index: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .nav_wrap.on .menu_name .menu_contents::before {
    display: none;
  }
  .nav_wrap.on .menu_name .menu_contents li a {
    display: block;
    padding: 8px 0 8px 30px;
    text-align: left !important;
  }

  .menu_contents li a{color: #555;}
  .nav_wrap.on .menu_name:hover::after {
    display: none;
  }
  .nav_wrap.on .menu_name:hover > a {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  }
  .nav_wrap.on .menu_name:hover .menu_contents {
    padding-top: 10px;
    height: 190px;
  }

  .menu_bg {
    width: 100%;
    height: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .menu_bg.mobile {
    height: 100% !important;
  }

  .buger_btn {
    display: block;
  }

  .buger_btn.on {
    height: 30px;
    width: 30px;
  }
  .buger_btn.on span {
    position: absolute;
    left: 0;
    top: 50%;
  }
  .buger_btn.on span:nth-child(1) {
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .buger_btn.on span:nth-child(2) {
    opacity: 0;
  }
  .buger_btn.on span:nth-child(3) {
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
}
@media screen and (max-width: 550px) {
  #header .logo_wrap {
    left: 15px;
  }
  #header .logo_wrap img {
    max-width: 240px;
  }
  .top_nav li + li {margin-left: 20px;}
  .top_nav li a{font-size: 0.8em;}
  .top_nav li + li::before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-10px, -37%);
            transform: translate(-10px, -37%);
    background-color: rgba(0, 0, 0, 0.67);
  }
}
@media screen and (max-width: 479px) {
  .inner {
    padding: 0 15px;
  }

  #header.flying {
    height: 40px;
  }
  #header .inner.headCon {
    height: 30px;
  }
  #header .logo_wrap img {
    max-width: 207px;
  }
  #header .top_nav.on {
    top: 60px;
  }

  .nav_wrap {
    padding: 100px 20px 0 20px;
  }
}
@media screen and (max-width: 350px) {
  #header .logo_wrap img {
    /* max-width: 190px; */
  }
}
@-webkit-keyframes show_menu {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes show_menu {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#footer .f_top {
  padding: 25px 0;
  background-color: #35393a;
}
.f_top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-item-align: center;
}
.f_top ul li + li {
  margin-left: 3em;
}
.f_top ul li a {
  color: #fff;
}
.f_top ul li a.first {
  color: #ff0; font-size: 1.1em;
}

.f_cont {
  padding: 25px 0 40px;
}
.f_cont ul {
  margin-bottom: 20px;
}
.f_cont ul li {
  color: #383c40;
  word-break: keep-all;
}
.f_cont ul li:first-child {
  margin-bottom: 7px;
}
.f_cont ul li br {
  display: none;
}
.f_cont ul li address {
  font-style: normal;
}
.f_cont .copy {
  color: #969696;
  text-transform: uppercase;
}

@media screen and (max-width: 479px) {
  .f_top ul li + li {
    margin-left: 0.9em;
  }
  .f_top ul li a{font-size: 0.9em;}

  .f_cont ul li br {
    display: block;
  }
  .f_cont {font-size: 0.9em;}
  .f_cont .copy {font-size: 0.8em;}
}

/*# sourceMappingURL=/common.bed29112.css.map */