@charset "utf-8";

/* 초기화 */
html {
  overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0;
  font-size: 0.75em;
  font-family: "Noto Sans KR", dotum, sans-serif;
  background: #fff;
}

html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
  margin: 0;
  padding: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-family: "Noto Sans KR", dotum, sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}

label,
input,
button,
select,
img {
  vertical-align: middle;
  font-size: 1em;
}

input,
button {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans KR", dotum, sans-serif;
  font-size: 1em;
}

input[type="submit"] {
  cursor: pointer;
}

button {
  cursor: pointer;
}

textarea,
select {
  font-family: "Noto Sans KR", dotum, sans-serif;
  font-size: 1em;
}

select {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
  word-break: break-all;
}

hr {
  display: none;
}

pre {
  overflow-x: scroll;
  font-size: 1.1em;
}

a {
  color: #000;
  text-decoration: none;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="text"],
input[type="password"],
textarea {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  -webkit-box-shadow: 0 0 5px #9ed4ff;
  -moz-box-shadow: 0 0 5px #9ed4ff;
  box-shadow: 0 0 5px #9ed4ff;
  border: 1px solid #558ab7 !important;
}
.m-show {
  display: none;
}
.placeholdersjs {
  color: #aaa !important;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #e1e1e1;
  z-index: 10;
  background: #fff;
}

#logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#logo a {
  display: block;
  height: 70px;
}
#logo img {
  height: 100%;
}

.nav-menu {
  position: fixed;
  top: 15px;
  right: 10px;
  z-index: 6;
}

.nav-menu {
  margin: 1em;
  width: 30px;
  cursor: pointer;
}

.nav-menu:after,
.nav-menu:before,
.nav-menu div {
  background-color: #222;
  /* border-radius: 3px; */
  content: "";
  display: block;
  height: 3px;
  margin: 5px 0;
  transition: all 0.2s ease-in-out;
}

.nav-menu div {
  width: 80%;
}

.nav-menu.active::before {
  transform: translateY(8px) rotate(135deg);
}

.nav-menu.active::after {
  transform: translateY(-8px) rotate(-135deg);
}

.nav-menu.active div {
  transform: scale(0);
}

nav {
  /* display: none;` */
  position: fixed;
  top: 0;
  right: -350px;
  bottom: 0;
  width: 350px;
  height: 100%;
  padding: 75px 35px;
  background: #fff;
  transition: 0.5s all;
  opacity: 0;
  z-index: 5;
}

nav.open {
  right: 0;
  opacity: 1;
}

nav li {
  margin-bottom: 25px;
}

nav li a {
  font-size: 27px;
  font-weight: 300;
  color: #333;
}

nav li:hover a {
  color: #26a9e1;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 3;
}

#wrapper {
  position: relative;
  width: 1250px;
  margin: 180px auto;
  overflow: hidden;
  min-height: 900px;
}

#wrapper main ul {
  overflow: hidden;
}

#wrapper main li {
  position: relative;
  width: 33.333%;
  height: 415px;
  float: left;
  border-top: 0;
  transition: 0.5s all;
  cursor: pointer;
}

#wrapper main li .pf_img_wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  opacity: 0;
  transition: 0.5s all;
  border-radius: 50%;
}

#wrapper main li:hover .pf_img_wrap {
  background-size: 110%;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
}

#wrapper main li:hover .pf_img_wrap::before {
  opacity: 0.7;
}

.pf_img_wrap {
  position: relative;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  background: #000;
  border-radius: 50%;
  background-position: center;
  transform: translate(-50%, -50%);
  background-size: 100%;
  transition: 0.5s all;
}

svg {
  position: absolute;
  top: 0;
  left: 0;
}

svg circle {
  stroke: #fff;
  stroke-width: 1px;
  stroke-dasharray: 800;
  stroke-miterlimit: 10;
  stroke-dashoffset: 800;
  transition: all 0.5s;
  transition-delay: 0.3s;
}

#wrapper main li:hover svg circle {
  stroke-dashoffset: 230;
  /* -webkit-transform: translateX(-400px);
	transform: translateX(-400px); */
}

svg line {
  stroke: #fff;
  stroke-width: 1px;
  stroke-dasharray: 100;
  stroke-miterlimit: 10;
  stroke-dashoffset: 100;
  transition: all 0.5s;
}

#wrapper main li:hover svg line {
  stroke-dashoffset: 30;
  /* -webkit-transform: translateX(-400px);
	transform: translateX(-400px); */
}

.pf_title {
  position: relative;
  top: 50%;
  left: 50%;
  height: 48px;
  transform: translate(-50%, -50%);
  color: #fff;
  overflow: hidden;
}

.pf_title h4 {
  position: absolute;
  top: 50px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.03em;
  width: 100%;
  white-space: pre-line;
  text-align: center;
  transition: 0.7s all;
}

#wrapper main li:hover .pf_title h4 {
  top: 0;
  color: #fff;
}

.pf_title .mask_wrap {
  position: relative;
}

.about article {
  width: 50%;
  margin: 0 auto;
  white-space: pre-line;
  font-size: 18px;
  font-weight: 300;
  color: #555;
}
.about article h3 {
  color: #333;
  font-size: 32px;
}
.about article h4 {
  margin-bottom: 0;
}

#ft {
  padding: 30px;
  border-top: 1px solid #e1e1e1;
  background: #f9f9f9;
}
#ft_wr {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
}

.inner-wrapper.board {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 100px;
  padding: 50px 0;
  min-height: calc(100vh - 255px);
}

.inner-wrapper.board .frm_input {
  height: 40px;
}

.btn_confirm {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

button.btn {
  height: 42px;
  background: #f9f9f9;
}

#bo_w button.btn_submit {
  margin-left: 10px;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.btn {
  padding: 10px 20px;
}

.msg_sound_only,
.sound_only {
  display: inline-block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0;
  line-height: 0;
  border: 0 !important;
  overflow: hidden !important;
}

@media (max-width: 600px) {
  .m-show {
    display: block;
  }
  header {
    height: 75px;
    border-bottom: 0;
  }
  #logo {
  }
  .nav-menu {
    top: 13px;
    width: 20px;
  }
  .nav-menu:after,
  .nav-menu:before,
  .nav-menu div {
    height: 2px;
    margin: 6px 0;
  }
  #wrapper {
    width: 100%;
    margin: 60px auto;
  }
  #wrapper main li {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    float: none;
  }
  .about article {
    width: 100%;
    padding: 30px;
  }
}
