/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans);
@import url(https://cdn.rawgit.com/openhiun/hangul/14c0f6faa2941116bb53001d6a7dcd5e82300c3f/nanumbarungothic.css);
/* line 5, ../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 3, ../sass/_button.scss */
.button {
  width: 94px;
  height: 40px;
  background-color: #d1a700;
  padding: 14px 25px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  float: right;
  border: none;
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 16, ../sass/_button.scss */
.button:hover, .button:focus, .button:active {
  background-color: rgba(3, 3, 3, 0.4);
}

/* line 22, ../sass/_button.scss */
.ui-input-btn {
  color: transparent;
}

/* line 8, ../sass/_common.scss */
* {
  box-sizing: border-box;
  text-shadow: none;
}

/* line 14, ../sass/_common.scss */
.clearfix::after, .clearfix::before {
  content: "";
  display: table;
  clear: both;
}

/* line 22, ../sass/_common.scss */
body {
  font-family: "Noto Sans";
}

/* line 26, ../sass/_common.scss */
a {
  text-shadow: none;
}

/* line 12, ../sass/master.scss */
body,
html {
  height: 100%;
}

/* line 17, ../sass/master.scss */
body {
  min-width: 1250px;
}

/* line 21, ../sass/master.scss */
.mobile_show {
  display: none;
}

/* line 25, ../sass/master.scss */
.mobile_hide {
  display: inline-block;
}

/* line 29, ../sass/master.scss */
.main_wrap {
  height: 100vh;
}

/* line 33, ../sass/master.scss */
.main_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
/* line 40, ../sass/master.scss */
.main_nav .menu {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 20px;
  width: 20px;
  height: 20px;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  cursor: pointer;
}
/* line 52, ../sass/master.scss */
.main_nav .menu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: ease-in-out 0.25s;
  -o-transition: ease-in-out 0.25s;
  -webkit-transition: ease-in-out 0.25s;
  transition: ease-in-out 0.25s;
  -moz-transform-origin: left center 50%;
  -ms-transform-origin: left center 50%;
  -webkit-transform-origin: left center 50%;
  transform-origin: left center 50%;
}
/* line 65, ../sass/master.scss */
.main_nav .menu span:nth-child(1) {
  top: 0;
}
/* line 68, ../sass/master.scss */
.main_nav .menu span:nth-child(2) {
  top: 7px;
}
/* line 71, ../sass/master.scss */
.main_nav .menu span:nth-child(3) {
  top: 14px;
}
/* line 77, ../sass/master.scss */
.main_nav .menu.open span:nth-child(1) {
  top: 7px;
  left: 0px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 82, ../sass/master.scss */
.main_nav .menu.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
/* line 86, ../sass/master.scss */
.main_nav .menu.open span:nth-child(3) {
  top: 7px;
  left: 0px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 95, ../sass/master.scss */
.main_nav.hide_border .limited_container {
  border-color: transparent;
}

/* line 101, ../sass/master.scss */
.logo {
  cursor: pointer;
}

/* line 105, ../sass/master.scss */
.limited_container {
  position: relative;
  width: 100%;
  max-width: 98%;
  margin: 0 auto;
  padding: 20px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/* line 114, ../sass/master.scss */
.slide_full,
.slide_full--menu {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 10;
  overflow-y: auto;
}
/* line 126, ../sass/master.scss */
.slide_full.active,
.slide_full--menu.active {
  display: block;
}
/* line 130, ../sass/master.scss */
.slide_full.main_slide,
.slide_full--menu.main_slide {
  text-align: center;
  background-image: url("../images/background/img_bg_contact.jpg");
}
/* line 135, ../sass/master.scss */
.slide_full.company_slide,
.slide_full--menu.company_slide {
  background-image: url("../images/background/img_bg_company.jpg");
}
/* line 139, ../sass/master.scss */
.slide_full.project_slide,
.slide_full--menu.project_slide {
  background-image: url("../images/background/img_bg_project.jpg");
}
/* line 143, ../sass/master.scss */
.slide_full.contact_slide,
.slide_full--menu.contact_slide {
  background-image: url("../images/background/img_bg_contact.jpg");
}

/* line 148, ../sass/master.scss */
.slide_full--menu {
  z-index: 50;
  position: fixed;
  top: 0;
  left: 0;
}

/* line 155, ../sass/master.scss */
.slide_content {
  position: relative;
  width: 100%;
  height: 100%;
}
/* line 160, ../sass/master.scss */
.slide_content .content_center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  width: 800px;
}
/* line 167, ../sass/master.scss */
.slide_content .content_center.active {
  display: block;
}

/* line 173, ../sass/master.scss */
.slide_text.new_logo {
  width: 50%;
}

/* line 177, ../sass/master.scss */
.side_text {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

/* line 183, ../sass/master.scss */
.menu_column {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  float: left;
  width: 33.3333%;
  height: 100%;
}
/* line 193, ../sass/master.scss */
.menu_column.company {
  background-image: url("../images/background/img_menu_company.png");
}
/* line 197, ../sass/master.scss */
.menu_column.project {
  background-image: url("../images/background/img_menu_project.png");
}
/* line 201, ../sass/master.scss */
.menu_column.contact {
  background-image: url("../images/background/img_menu_contact.png");
}

/* line 206, ../sass/master.scss */
.menu_link {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 50%;
  margin-left: -85px;
  text-decoration: none;
  display: block;
  opacity: 0;
  text-align: center;
}
/* line 217, ../sass/master.scss */
.menu_link h1 {
  font-size: 35px;
  font-family: "Nanum Barun Gothic";
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}
/* line 224, ../sass/master.scss */
.menu_link h4 {
  font-size: 18px;
  font-family: "Nanum Barun Gothic";
  color: rgba(209, 167, 0, 0.85);
  font-weight: 400;
  margin-top: 10px;
}
/* line 233, ../sass/master.scss */
.menu_link:hover h1 {
  color: #fff;
  font-weight: 500;
}
/* line 238, ../sass/master.scss */
.menu_link:hover h4 {
  color: #d1a700;
  text-decoration: underline;
}

/* line 245, ../sass/master.scss */
.sidebar {
  position: relative;
  width: 300px;
  float: left;
  height: 100%;
  background-color: rgba(3, 3, 3, 0.7);
}
/* line 252, ../sass/master.scss */
.sidebar + .slide_content {
  width: -webkit-calc(100% - 300px);
  width: -moz-calc(100% - 300px);
  width: calc(100% - 300px);
  float: left;
}

/* line 258, ../sass/master.scss */
.sidebar_nav {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 90%;
}
/* line 264, ../sass/master.scss */
.sidebar_nav h3 {
  font-size: 30px;
  color: #fff;
}
/* line 268, ../sass/master.scss */
.sidebar_nav h3 span {
  color: rgba(209, 167, 0, 0.85);
}
/* line 273, ../sass/master.scss */
.sidebar_nav .sidebar_menus {
  margin-top: 25px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-left-color: transparent;
  border-right-color: transparent;
}
/* line 280, ../sass/master.scss */
.sidebar_nav .sidebar_menus .sidebar_menu_item a {
  padding: 25px 0;
  color: #fff;
  display: block;
  font-size: 16px;
  text-decoration: none;
  width: 50%;
  position: relative;
}
/* line 289, ../sass/master.scss */
.sidebar_nav .sidebar_menus .sidebar_menu_item a::after, .sidebar_nav .sidebar_menus .sidebar_menu_item a::before {
  content: "";
  position: absolute;
  bottom: 25px;
  right: 0;
  width: 50px;
  border-bottom: 1px solid #fff;
}
/* line 299, ../sass/master.scss */
.sidebar_nav .sidebar_menus .sidebar_menu_item a::after {
  bottom: 32px;
  right: -3px;
  width: 20px;
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
/* line 306, ../sass/master.scss */
.sidebar_nav .sidebar_menus .sidebar_menu_item a:hover {
  color: #d1a700;
}
/* line 309, ../sass/master.scss */
.sidebar_nav .sidebar_menus .sidebar_menu_item a:hover::after, .sidebar_nav .sidebar_menus .sidebar_menu_item a:hover::before {
  border-color: #d1a700;
}
/* line 317, ../sass/master.scss */
.sidebar_nav .sidebar_menus .sidebar_menu_item.active a {
  color: #d1a700;
}
/* line 320, ../sass/master.scss */
.sidebar_nav .sidebar_menus .sidebar_menu_item.active a::after, .sidebar_nav .sidebar_menus .sidebar_menu_item.active a::before {
  border-color: #d1a700;
}

/* line 330, ../sass/master.scss */
.select_language_wrap {
  position: absolute;
  bottom: 20px;
  left: 0;
  margin: 0 40px;
  border-bottom: 1px solid #535353;
  text-align: center;
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
}
/* line 339, ../sass/master.scss */
.select_language_wrap .select_language_label {
  display: inline-block;
  font-size: 11px;
  color: #999;
  padding: 10px 5px;
}
/* line 346, ../sass/master.scss */
.select_language_wrap .select_language_combobox {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 98px;
  height: 36px;
  border: none;
  vertical-align: top;
  margin: 0;
  cursor: pointer;
}
/* line 357, ../sass/master.scss */
.select_language_wrap .select_language_combobox .filter_selected {
  padding-top: 10px;
  color: #999;
  height: 100%;
  width: 100%;
  font-size: 11px;
  padding: 10px 5px;
  display: block;
}
/* line 367, ../sass/master.scss */
.select_language_wrap .select_language_combobox img {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -3px;
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
/* line 376, ../sass/master.scss */
.select_language_wrap .select_language_combobox.open .filter__list {
  display: block;
}
/* line 380, ../sass/master.scss */
.select_language_wrap .select_language_combobox.open img {
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
/* line 385, ../sass/master.scss */
.select_language_wrap .select_language_combobox .filter__list {
  display: none;
  position: absolute;
  bottom: 38px;
  left: 0;
  width: 100%;
  border: 1px solid #535353;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  z-index: 100;
}
/* line 397, ../sass/master.scss */
.select_language_wrap .select_language_combobox .filter__list li {
  padding: 10px;
  color: #787e85;
  font-size: 12px;
  cursor: pointer;
}

/* line 407, ../sass/master.scss */
.mobile_indicator {
  margin-bottom: 10px;
  text-align: center;
  display: none;
}
/* line 412, ../sass/master.scss */
.mobile_indicator li {
  width: 8px;
  height: 8px;
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
}
/* line 419, ../sass/master.scss */
.mobile_indicator li.active {
  background-color: #d1a700;
}

/* line 425, ../sass/master.scss */
.page_count_wrap {
  position: absolute;
  top: 50%;
  right: 30px;
  text-align: center;
}
/* line 431, ../sass/master.scss */
.page_count_wrap p {
  display: none;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}
/* line 436, ../sass/master.scss */
.page_count_wrap p.active {
  display: block;
}

/* line 442, ../sass/master.scss */
.link_button_wrap {
  margin-top: 28px;
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 447, ../sass/master.scss */
.link_button_wrap a {
  background-color: rgba(3, 3, 3, 0.4);
  display: inline-block;
}
/* line 452, ../sass/master.scss */
.link_button_wrap .button_component {
  display: inline-block;
  vertical-align: middle;
  height: 56px;
  padding: 10px;
  float: left;
  color: #fff;
}
/* line 460, ../sass/master.scss */
.link_button_wrap .button_component + .button_component {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 464, ../sass/master.scss */
.link_button_wrap .button_component.button_content {
  padding-top: 18px;
  padding-bottom: 18px;
}
/* line 468, ../sass/master.scss */
.link_button_wrap .button_component.button_content .sub {
  font-size: 10px;
  font-weight: 300;
}
/* line 473, ../sass/master.scss */
.link_button_wrap .button_component.button_content .main {
  font-size: 14px;
  font-weight: 500;
}
/* line 479, ../sass/master.scss */
.link_button_wrap .button_component.button_arrow {
  width: 56px;
  padding: 19px;
}

/* line 486, ../sass/master.scss */
.content_container {
  margin-top: 30px;
  width: 800px;
  position: relative;
  z-index: 1000;
}
/* line 492, ../sass/master.scss */
.content_container .container_content,
.content_container .container_title {
  background-color: rgba(3, 3, 3, 0.6);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  color: #fff;
  padding: 20px;
}
/* line 502, ../sass/master.scss */
.content_container .container_title input {
  border: none;
  background-color: transparent;
  width: 600px;
  color: #fff;
}
/* line 508, ../sass/master.scss */
.content_container .container_title input:active, .content_container .container_title input:focus {
  outline: none;
}
/* line 515, ../sass/master.scss */
.content_container .container_content {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 360px;
}
/* line 520, ../sass/master.scss */
.content_container .container_content textarea {
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  border: none;
  background-color: transparent;
  color: #fff;
}
/* line 529, ../sass/master.scss */
.content_container .container_content textarea:active, .content_container .container_content textarea:focus {
  outline: none;
}

/* line 537, ../sass/master.scss */
.content,
.heading {
  text-shadow: none;
}

/* line 542, ../sass/master.scss */
.heading {
  font-size: 35px;
  color: #d1a700;
}

/* line 547, ../sass/master.scss */
.content {
  padding-top: 20px;
  color: #fff;
  line-height: 1.5;
}

/* line 553, ../sass/master.scss */
.ui-input-text {
  display: inline-block;
}

/* line 557, ../sass/master.scss */
.ui-loader {
  display: none;
}

@media (max-width: 1249px) {
  /* line 2, ../sass/_mobile.scss */
  .mobile_show {
    display: inline-block;
  }

  /* line 6, ../sass/_mobile.scss */
  .mobile_hide {
    display: none;
  }

  /* line 10, ../sass/_mobile.scss */
  body {
    min-width: 320px;
  }

  /* line 14, ../sass/_mobile.scss */
  .logo {
    width: 35px;
  }

  /* line 19, ../sass/_mobile.scss */
  .main_nav .menu {
    margin-top: -8px;
    width: 20px;
  }

  /* line 25, ../sass/_mobile.scss */
  .limited_container {
    max-width: 100%;
    padding: 10px;
    background-color: rgba(3, 3, 3, 0.5);
  }

  /* line 31, ../sass/_mobile.scss */
  .menu_column {
    width: 100%;
    height: 33.3333%;
  }

  /* line 36, ../sass/_mobile.scss */
  .menu_link {
    margin-left: -60px;
  }
  /* line 39, ../sass/_mobile.scss */
  .menu_link h1 {
    font-size: 25px;
  }
  /* line 42, ../sass/_mobile.scss */
  .menu_link h4 {
    font-size: 15px;
  }

  /* line 48, ../sass/_mobile.scss */
  .slide_content .content_center {
    width: 100%;
    padding: 15px;
    margin-left: -50vw;
  }

  /* line 56, ../sass/_mobile.scss */
  .slide_full.main_slide {
    background-image: url("../images/background/img_m_contact.png");
  }
  /* line 60, ../sass/_mobile.scss */
  .slide_full.company_slide {
    background-image: url("../images/background/img_m_company.png");
  }
  /* line 64, ../sass/_mobile.scss */
  .slide_full.project_slide {
    background-image: url("../images/background/img_m_project.png");
  }
  /* line 68, ../sass/_mobile.scss */
  .slide_full.contact_slide {
    background-image: url("../images/background/img_m_contact.png");
  }

  /* line 74, ../sass/_mobile.scss */
  .menu_column.company {
    background-image: url("../images/background/img_menu_01.jpg");
  }
  /* line 78, ../sass/_mobile.scss */
  .menu_column.project {
    background-image: url("../images/background/img_menu_02.jpg");
  }
  /* line 82, ../sass/_mobile.scss */
  .menu_column.contact {
    background-image: url("../images/background/img_menu_03.jpg");
  }

  /* line 87, ../sass/_mobile.scss */
  .slide_text {
    width: 100%;
  }

  /* line 91, ../sass/_mobile.scss */
  .sidebar {
    display: none;
  }

  /* line 95, ../sass/_mobile.scss */
  .sidebar + .slide_content {
    width: 100%;
  }

  /* line 99, ../sass/_mobile.scss */
  .mobile_indicator {
    display: block;
  }

  /* line 103, ../sass/_mobile.scss */
  .page_count_wrap {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 50%;
    margin-left: -13px;
  }

  /* line 111, ../sass/_mobile.scss */
  .content_container {
    width: 100%;
  }
  /* line 115, ../sass/_mobile.scss */
  .content_container .container_title input {
    width: 250px;
    color: #fff;
    margin-top: 10px;
  }

  /* line 123, ../sass/_mobile.scss */
  .content_container .container_content {
    height: 180px;
  }
}
