@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  padding: 0;
  margin: 0;
  text-rendering: optimizelegibility;
  font-size: 100%;
}

body {
  font-family: 'Noto Sans Korean', sans-serif, 'Montserrat', sans-serif;
  font-weight: 300;
  color: #000;
  letter-spacing: 0px;
}

html,
body {
  width: 100%;
  height: 100%;
}

button {
  background-color: #ddd;
  color: #000;
  border: none;
  font-size: 17px;
  padding: 10px 20px;
}

.clearBoth {
  clear: both;
}

.text-left {
  text-align: left;
}

button {
  letter-spacing: -1.5px;
}

.btn {
  border: none;
  outline: none;
  padding: 1rem;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

textarea {
  font-family: 'Noto Sans Korean';
}

textarea::-webkit-input-placeholder {
  /* Edge */
  color: #b5b5b5;
  letter-spacing: -1.5px;
  font-size: 1.1rem;
  font-family: 'Noto Sans Korean';
}

textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b5b5b5;
  letter-spacing: -1.5px;
  font-size: 1.1rem;
  font-family: 'Noto Sans Korean';
}

textarea::-ms-input-placeholder {
  color: #b5b5b5;
  letter-spacing: -1.5px;
  font-size: 1.1rem;
  font-family: 'Noto Sans Korean';
}

textarea::placeholder {
  color: #b5b5b5;
  letter-spacing: -1.5px;
  font-size: 1.1rem;
  font-family: 'Noto Sans Korean';
}

input,
select {
  font-family: 'Noto Sans Korean';
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  /* Edge */
  color: #b5b5b5;
  letter-spacing: -1.5px;
  font-size: 1.1rem;
  font-family: 'Noto Sans Korean';
}

input:-ms-input-placeholder,
select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b5b5b5;
  letter-spacing: -1.5px;
  font-size: 1.1rem;
  font-family: 'Noto Sans Korean';
}

input::-ms-input-placeholder,
select::-ms-input-placeholder {
  color: #b5b5b5;
  letter-spacing: -1.5px;
  font-size: 1.1rem;
  font-family: 'Noto Sans Korean';
}

input::placeholder,
select::placeholder {
  color: #b5b5b5;
  letter-spacing: -1.5px;
  font-size: 1.1rem;
  font-family: 'Noto Sans Korean';
}

textarea:focus,
input:focus {
  outline-color: #36b1c0;
}

@media (max-width: 516px) {
  html,
  body {
    font-size: 90.6%;
  }
}

@media (max-width: 414px) {
  html,
  body {
    font-size: 90.6%;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 80.6%;
  }
}

@media (max-width: 335px) {
  html {
    font-size: 75.6%;
  }
}

.fixed {
  position: absolute;
  width: 100%;
  z-index: 10012313;
  background-color: rgba(11, 12, 38, 0.8);
  height: 110px;
  top: 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 990px) {
  .fixed {
    display: none;
  }
}

.fixed-con {
  position: fixed;
  width: 100%;
  z-index: 10012313;
  background-color: rgba(11, 12, 38, 0.8);
  height: 100px;
  top: 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 990px) {
  .fixed-con {
    display: none;
  }
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.header-top .header-gnb {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 0 auto;
}

.header-top .header-gnb .mainmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.header-top .header-gnb .mainmenu > li {
  display: block;
}

.header-top .header-gnb .mainmenu > li > a {
  display: block;
  padding: 35px 0;
  margin: 0 35px;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  color: #fff;
}

.header-top .header-gnb .mainmenu > li > a.font-small {
  font-size: 16px;
}

.header-top .header-gnb .mainmenu > li > a.font-normal {
  font-size: 18px;
}

.header-top .header-gnb .mainmenu > li > a:hover {
  color: #ebbc00;
}

.header-top .header-gnb .mainmenu > li > a.active {
  color: #ebbc00;
}

.header-top .header-gnb .mainmenu > li > a:hover:before {
  content: "";
  border-bottom: 3px solid #ebbc00;
  display: inline-block;
  width: 60%;
  position: absolute;
  top: 20px;
  z-index: 10;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header-top .header-gnb .mainmenu > li > a.active:before {
  content: "";
  border-bottom: 3px solid #ebbc00;
  display: inline-block;
  width: 60%;
  position: absolute;
  top: 20px;
  z-index: 10;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* SUBMENU */
.bg-submenu {
  display: none;
  position: absolute;
  top: 90px;
  left: 0px;
  width: 100%;
  background-color: white;
  color: #fff;
  height: 190px;
  z-index: 10;
  border-top: 1px solid #e0e0e0;
}

.submenu {
  display: none;
  position: absolute;
  top: 80px;
  left: inherit;
  color: #fff;
  height: 220px;
  z-index: 14;
  border: 0px solid #000;
  margin-left: -3px;
}

.submenu ul {
  margin-top: 30px;
  width: 160px;
}

.submenu ul li {
  padding: 0px;
  line-height: 17px;
}

.submenu ul li a {
  display: block;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  padding: 10px 0;
  letter-spacing: -0.5px;
  border: 0px solid #000;
}

.submenu ul li a:hover {
  color: #cccccc;
}

.header-top-kakao {
  background-color: #ebbc00;
  display: block;
  width: 132px;
  height: 39px;
  border-radius: 39px;
  text-align: center;
  color: #371e1e;
  line-height: 32px;
  background-image: url("../images/main/icon-small-kakaotalk.png");
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 26px 24px;
  padding-left: 30px;
  position: relative;
}

.header-top-kakao-small {
  background-color: #ebbc00;
  display: block;
  width: 132px;
  height: 39px;
  border-radius: 39px;
  text-align: center;
  color: #371e1e;
  line-height: 32px;
  background-image: url("../images/main/icon-small-kakaotalk.png");
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 26px 24px;
  padding-left: 30px;
  position: relative;
}

.submenu-holder {
  border: 0px solid #ddd;
  float: right;
}

.submenu-holder ul {
  float: left;
  margin-left: 0px;
}

.header-logo {
  padding: 20px 0;
}

.header-logo .logo {
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  width: 214px;
  height: 66px;
  background-size: 214px 66px;
  display: inline-block;
  padding: 20px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header-logo .logo-small {
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  width: 140px;
  height: 43PX;
  background-size: 140px 43PX;
  display: inline-block;
  padding: 20px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.fixed-menu {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 11;
}

.layer-mask {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  top: 0px;
}

/* Mobile Menu */
/* Toggle Button */
#mobile-header {
  position: fixed;
  width: 100%;
  top: 0px;
  background-color: #110e22;
  z-index: 10000000;
}

.nav-icon3 {
  width: 30px;
  height: 24px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 5000;
}

.nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* Icon 3 */
.open-menu span:nth-child(1) {
  top: 0px;
}

.nav-icon3 span:nth-child(2),
.nav-icon3 span:nth-child(3) {
  top: 10px;
}

.nav-icon3 span:nth-child(4) {
  top: 20px;
}

.nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.gnb-wrapper {
  position: fixed;
  width: 424px;
  background-color: #110e22;
  z-index: 100;
  height: 100%;
  top: 73px;
  right: -500px;
}

.mnb {
  padding: 0;
  background-color: #110e22;
  position: relative;
  z-index: 10000;
  margin-top: 10px;
  height: 100%;
}

.mnb > ul {
  position: absolute;
  width: 100%;
  top: 30%;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}

.mnb > ul > li {
  display: block;
}

.mnb > ul > li > a {
  display: block;
  position: relative;
  color: #fff;
  text-align: center;
  padding: 12px 12px;
  border: 0;
  font-size: 30px;
  border-bottom: 0px solid #110e22;
  font-family: 'Montserrat', sans-serif;
  font-stretch: semi-expanded;
  font-weight: 900;
  text-transform: uppercase;
  font-stretch: narrower;
  padding-left: 20px;
}

.mnb > ul > li.active {
  background-color: #fff;
}

.mnb > ul > li.active > a {
  color: #000;
}

/* 2단계메뉴 */
.mnb > ul > li > ul {
  display: none;
  background-color: #fff;
  margin-top: 1px;
  background-color: #fff;
  padding: 15px 0px;
}

.mnb > ul > li > ul > li {
  display: block;
  position: relative;
  width: 100%;
  border-bottom: 0px solid #ddd;
}

.mnb > ul > li > ul > li > a {
  display: block;
  padding: 7px 0;
  font-size: 18px;
  font-weight: 400;
  padding-left: 20px;
}

.mnb > ul > li > ul > li:first-child {
  padding-top: 0px;
}

.mnb > ul > li > ul > li:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}

.mnb > ul > li > ul > li > a:hover {
  text-decoration: none;
}

.mnb > ul > li.selected {
  border-bottom: 1px solid #eeeeee;
}

.mnb > ul > li > ul > li > a.active {
  color: #c3c3c3;
}

.toggle-nav {
  display: none;
  float: right;
  margin-right: 10px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  background: url(../images/toggle-nav-icon.png) top no-repeat;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.toggle-header {
  display: none;
  position: relative;
  height: 60px;
  background-color: #000;
}

.gnb-btn_close {
  border-bottom: 6px solid #197be6;
  background-color: #fff;
  text-align: right;
  height: 74px;
  line-height: 74px;
  padding-right: 25px;
}

.gnb-line {
  height: 1px;
  background-color: #ccc;
}

.gnb-last {
  padding: 0 12px;
}

.icon-sns {
  margin-top: 12px;
  margin-left: 12px;
}

.layer-mask {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  top: 0px;
}

.container-fluid {
  position: relative;
}

.bg-header {
  border-bottom: 0px solid #eeeeee;
  position: relative;
  z-index: 10000;
}

.header-nav {
  display: table;
  width: 100%;
  height: 74px;
}

.m-header-logo {
  padding: 0 20px;
  vertical-align: middle;
  display: table-cell;
  vertical-align: middle;
}

.m-header-logo img {
  width: 126px;
  height: auto;
}

.icon-toggle {
  display: table-cell;
  vertical-align: middle;
  padding-right: 13px;
}

#mobile-header {
  display: none;
}

@media (max-width: 990px) {
  #mobile-header {
    display: block;
  }
}

.wrapper {
  min-width: 1200px;
}

@media (max-width: 990px) {
  .wrapper {
    min-width: 100%;
  }
}

.container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}

@media (max-width: 990px) {
  .container {
    width: auto;
    height: auto;
    padding: 0 15px;
  }
}

.header-visual {
  background-image: url("../images/main/header-visual.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 10;
  text-align: center;
}

.header-visual .main-txt-2 {
  font-size: 30px;
  color: #fff;
  margin-top: 30px;
  line-height: 50px;
  letter-spacing: -0.3px;
  text-align: center;
}

@media (max-width: 990px) {
  .header-visual .main-txt-2 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
  }
}

.header-visual-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 990px) {
  .header-visual-text {
    width: 80%;
  }
  .header-visual-text img {
    width: 100%;
    margin: 0 auto;
  }
}

.btn-header-top-area {
  text-align: center;
}

.btn-header-top-area a {
  display: inline-block;
  background-color: #ed6538;
  color: #fff;
  width: 179px;
  height: 54px;
  line-height: 54px;
  border-radius: 54px;
  font-size: 20px;
  border: 1px solid #fff;
  margin-top: 112px;
}

.section-1 {
  padding: 80px 0 150px 0;
}

@media (max-width: 990px) {
  .section-1 {
    padding: 40px 0 40px 0;
  }
}

.section-1 .h1-wrapper {
  text-align: center;
}

.section-1 .h1-wrapper span {
  display: inline-block;
  width: 30px;
  height: 6px;
  background-color: #e8ba00;
  top: 0px;
}

.section-1 h1 {
  margin-top: 50px;
  font-size: 50px;
  text-align: center;
  color: #000;
  font-weight: 300;
}

@media (max-width: 990px) {
  .section-1 h1 {
    font-size: 30px;
    margin-top: 20px;
  }
}

.section-1 h1 span {
  font-weight: 500;
}

.section-1 .txt-1 {
  margin-top: 50px;
  font-size: 18px;
  color: #000;
  line-height: 30px;
  text-align: center;
}

@media (max-width: 990px) {
  .section-1 .txt-1 {
    font-size: 15px;
    line-height: 24px;
    margin-top: 20px;
  }
}

.bg-sec-2 {
  background-image: url("../images/main/bg-sec-2.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

@media (max-width: 990px) {
  .bg-sec-2 {
    height: auto;
  }
}

.bg-sec-3 {
  background-image: url("../images/main/bg-sec-3.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

@media (max-width: 990px) {
  .bg-sec-3 {
    width: auto;
    height: auto;
  }
}

.bg-sec-4 {
  width: 100%;
  height: 100%;
  position: relative;
}

@media (max-width: 990px) {
  .bg-sec-4 {
    height: auto;
  }
}

.bg-sec-5 {
  background-image: url("../images/main/bg-sec-5.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  position: relative;
}

.sec-2-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 90px;
}

@media (max-width: 990px) {
  .sec-2-ul {
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    margin: 0 auto;
    margin-top: 40px;
  }
}

.sec-2-ul li {
  display: block;
  position: relative;
  margin-right: 37px;
}

@media (max-width: 990px) {
  .sec-2-ul li {
    margin-bottom: 15px;
    margin-right: 0px;
  }
}

.sec-2-ul li .sec-2-thumb {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 366px;
  height: 199px;
}

@media (max-width: 990px) {
  .sec-2-ul li .sec-2-thumb {
    width: 100%;
    height: 180px;
  }
}

.sec-2-ul li .sec-2-thumb.bg-1 {
  background-image: url("../images/main/sec-2-thumb-1.jpg");
}

.sec-2-ul li .sec-2-thumb.bg-2 {
  background-image: url("../images/main/sec-2-thumb-2.jpg");
}

.sec-2-ul li .sec-2-thumb.bg-3 {
  background-image: url("../images/main/sec-2-thumb-3.jpg");
}

.sec-2-ul li .txt-wrapper {
  background-color: #ebbc00;
  text-align: center;
  padding: 15px 0;
  letter-spacing: -0.5px;
}

.sec-2-ul li .txt-wrapper .t-1 {
  font-size: 18px;
  color: #000;
  font-weight: 400;
}

.sec-2-ul li .txt-wrapper .t-1.bold {
  font-weight: 900;
}

.sec-2-ul li .txt-wrapper .t-1 span {
  font-weight: 400;
}

@media (max-width: 990px) {
  .sec-2-ul li .txt-wrapper .t-1 {
    font-size: 15px;
  }
}

.sec-3 .txt-1 {
  font-size: 38px;
  line-height: 60px;
  color: #fff;
  font-weight: 400;
}

@media (max-width: 990px) {
  .sec-3 .txt-1 {
    font-size: 23px;
    line-height: 35px;
  }
}

.sec-3 .txt-1 .emphasis {
  color: #dbb007;
}

.sec-3 .txt-1 .plain {
  font-weight: 300;
}

.sec-3 .sec-3-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 80px;
}

@media (max-width: 990px) {
  .sec-3 .sec-3-ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
    margin-top: 40px;
  }
}

.sec-3 .sec-3-ul li {
  display: block;
  position: relative;
  margin-right: 10px;
}

.sec-3 .sec-3-ul li .sec-3-icon {
  background-color: #ebbc00;
  background-repeat: no-repeat;
  background-position: center center;
  width: 280px;
  height: 120px;
  padding-top: 140px;
}

@media (max-width: 990px) {
  .sec-3 .sec-3-ul li .sec-3-icon {
    width: 100%;
  }
}

.sec-3 .sec-3-ul li .sec-3-icon.bg-1 {
  background-image: url("../images/main/sec-3-icon-1.png");
}

.sec-3 .sec-3-ul li .sec-3-icon.bg-2 {
  background-image: url("../images/main/sec-3-icon-2.png");
}

.sec-3 .sec-3-ul li .sec-3-icon.bg-3 {
  background-image: url("../images/main/sec-3-icon-3.png");
}

.sec-3 .sec-3-ul li .sec-3-icon.bg-4 {
  background-image: url("../images/main/sec-3-icon-4.png");
}

.sec-3 .sec-3-ul li .sec-3-icon.bg-5 {
  background-image: url("../images/main/sec-3-icon-5.png");
}

.sec-3 .sec-3-ul li .txt-wrapper {
  background-color: #ebbc00;
  text-align: center;
  padding: 0px 0 30px 0;
  letter-spacing: -0.5px;
}

@media (max-width: 990px) {
  .sec-3 .sec-3-ul li .txt-wrapper {
    margin-bottom: 15px;
  }
}

.sec-3 .sec-3-ul li .txt-wrapper .t-1 {
  font-size: 20px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
}

@media (max-width: 990px) {
  .sec-3 .sec-3-ul li .txt-wrapper .t-1 {
    font-size: 16px;
  }
}

.sec-3 .sec-3-ul li .txt-wrapper .t-1.eng {
  font-size: 30px;
  font-weight: 900;
}

@media (max-width: 990px) {
  .sec-3 .sec-3-ul li .txt-wrapper .t-1.eng {
    font-size: 24px;
  }
}

.sec-3 .sec-3-ul li .txt-wrapper .t-1.bold {
  font-weight: 900;
}

.sec-3 .sec-3-ul li .txt-wrapper .t-1 span {
  font-weight: 400;
}

.sec-3 .sec-3-ul li .txt-wrapper .t-1 .dot {
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #000;
  margin: 15px 0 10px 0;
}

.sec-3 .sec-3-ul li .txt-wrapper .t-1.t-2 {
  font-size: 15px;
}

@media (max-width: 990px) {
  .sec-3 .sec-3-ul li .txt-wrapper .t-1.t-2 {
    font-size: 13px;
  }
}

.sec-4 .sec-4-con-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 990px) {
  .sec-4 .sec-4-con-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sec-4 .sec-4-con-wrapper .sec-4-con-left {
  width: 520px;
  color: #000;
  text-align: center;
}

@media (max-width: 990px) {
  .sec-4 .sec-4-con-wrapper .sec-4-con-left {
    width: auto;
  }
}

.sec-4 .sec-4-con-wrapper .sec-4-con-left .h1-wrapper {
  text-align: center;
}

.sec-4 .sec-4-con-wrapper .sec-4-con-left .h1-wrapper span {
  display: inline-block;
  width: 30px;
  height: 6px;
  background-color: #e8ba00;
  top: 0px;
}

.sec-4 .sec-4-con-wrapper .sec-4-con-left .txt-1 {
  font-size: 46px;
  color: #000;
  font-weight: 300;
  margin-bottom: 30px;
}

@media (max-width: 990px) {
  .sec-4 .sec-4-con-wrapper .sec-4-con-left .txt-1 {
    font-size: 30px;
  }
}

.sec-4 .sec-4-con-wrapper .sec-4-con-left .txt-1 .emphasis {
  color: #000;
  font-weight: 700;
}

.sec-4 .sec-4-con-wrapper .sec-4-con-left .txt-1 .plain {
  font-weight: 300;
}

.sec-4 .sec-4-con-wrapper .sec-4-con-left .t-1 {
  font-size: 17px;
  font-weight: 400;
}

.sec-4 .sec-4-con-wrapper .sec-4-con-left .t-2 {
  font-size: 20px;
  font-weight: 900;
  margin-top: 10px;
  background-color: #ebbc00;
  width: 420px;
  margin: 0 auto;
}

@media (max-width: 990px) {
  .sec-4 .sec-4-con-wrapper .sec-4-con-left .t-2 {
    width: auto;
  }
}

.sec-4 .sec-4-con-wrapper .sec-4-con-left .t-3 {
  font-size: 15px;
  color: #888888;
  margin-top: 10px;
}

.sec-4 .sec-4-con-wrapper .sec-4-con-left .t-4 {
  font-size: 17px;
  font-weight: 400;
  margin-top: 10px;
}

.sec-4 .sec-4-con-wrapper .btn-sec-4-area {
  margin-top: 40px;
}

.sec-4 .sec-4-con-wrapper .btn-sec-4-area a {
  display: inline-block;
  padding: 0px 38px;
  background-color: #e6e6e6;
  border: 1px solid #000;
  vertical-align: middle;
  height: 56px;
  line-height: 56px;
  position: relative;
}

@media (max-width: 990px) {
  .sec-4 .sec-4-con-wrapper .btn-sec-4-area a {
    width: auto;
    display: block;
    margin-left: 0px;
    margin-top: 30px;
    padding: 0px 18px;
	margin-top: -1px;
  }
}

.sec-4 .sec-4-con-wrapper .btn-sec-4-area a img {
  vertical-align: middle;
  margin-right: 10px;
}

.sec-4 .sec-4-con-wrapper .btn-sec-4-area a.btn-sec-4-katalk {
  left: -5px;
}

@media (max-width: 990px) {
  .sec-4 .sec-4-con-wrapper .btn-sec-4-area a.btn-sec-4-katalk {
    left: 0px;
  }
}

.sec-4 .sec-4-con-wrapper .sec-4-con-right {
  font-size: 18px;
  color: #000;
  font-weight: 300;
  width: 630px;
  margin-left: 90px;
}

@media (max-width: 990px) {
  .sec-4 .sec-4-con-wrapper .sec-4-con-right {
    width: 100%;
    margin-left: 0px;
    margin-top: 60px;
  }
}

.sec-4 .sec-4-con-wrapper .sec-4-con-right .btn-sec-4-right-area {
  margin-top: 60px;
}

.sec-4 .sec-4-con-wrapper .sec-4-con-right .btn-sec-4-right-area .btn-ask {
  font-size: 16px;
  background-color: #ebbc00;
  width: 100%;
  height: 45px;
  text-align: center;
  cursor: pointer;
  color: #000;
}

.sec-4 .sec-4-con-wrapper .sec-4-con-right .sec-4-box {
  margin-bottom: 10px;
}

.sec-4 .sec-4-con-wrapper .sec-4-con-right .sec-4-box .t-1 {
  display: inline-block;
  position: relative;
}

.sec-4 .sec-4-con-wrapper .sec-4-con-right .sec-4-box .t-1 .remark {
  color: #ff6868;
  position: absolute;
  top: 0px;
  right: -10px;
}

.sec-4 .sec-4-con-wrapper .sec-4-con-right .sec-4-box .t-1-chkbox {
  margin-top: 20px;
}

.sec-4 .sec-4-con-wrapper .sec-4-con-right .sec-4-box .t-1-chkbox input {
  margin-right: 5px;
}

.sec-4 .sec-4-con-wrapper .sec-4-con-right .sec-4-box .t-1-chkbox label {
  cursor: pointer;
}

.sec-4 .sec-4-con-wrapper .sec-4-con-right .sec-4-box .t-2 {
  margin-top: 10px;
}

.sec-4 .sec-4-con-wrapper .sec-4-con-right .sec-4-box .t-2 .minus {
  display: inline-block;
  width: 7px;
  height: 2px;
  background-color: #000;
  margin: 0 10px;
  vertical-align: middle;
}

.sec-4 .sec-4-con-wrapper .sec-4-con-right .sec-4-box .t-2 .input-question {
  border: 1px solid #e5e5e5;
  height: 32px;
  display: block;
  width: 100%;
  padding: 10px 10px;
  line-height: 32px;
  font-size: 18px;
}

.sec-4 .sec-4-con-wrapper .sec-4-con-right .sec-4-box .t-2 .input-question.phone {
  display: inline-block;
      width: 92px;
}

.sec-4 .sec-4-con-wrapper .sec-4-con-right .sec-4-box .txt-box {
  margin-top: 10px;
  padding: 10px;
  height: 160px;
  overflow-y: auto;
  color: #212121;
  background-color: #ffffff;
  border: 1px solid #ddd;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  height: 160px;
}

.sec-5 {
  color: #fff;
  font-size: 30px;
  text-align: center;
}

@media (max-width: 990px) {
  .sec-5 {
    font-size: 20px;
  }
}

.sec-5 a {
  font-size: 16px;
  color: #fff;
  display: block;
  padding-bottom: 60px;
  padding-top: 30px;
}

@media (max-width: 990px) {
  .sec-5 a {
    font-size: 14px;
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

.sec-5 a:hover {
  text-decoration: none;
}

.sec-5 .txt-1 {
  padding-top: 90px;
}

@media (max-width: 990px) {
  .sec-5 .txt-1 {
    padding-top: 40px;
  }
}

.footer {
  background-color: #333;
  color: #fff;
  padding: 25px 0;
  text-align: center;
  
}

@media (max-width: 990px) {
  .footer {
	 
	 margin-bottom:65px;
	  
	}

}


.footer a.go-top {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer .c-n {
  color: #ebbc00;
  font-weight: 400;
  font-size: 18px;
}

.footer .copy {
  color: #999999;
  font-size: 13px;
  margin-top: 15px;
}

.floating-box {
  position: fixed;
  top: 200px;
  right: 30px;
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid #fff;
  z-index: 1001;
}

@media (max-width: 990px) {
  .floating-box {
    display: none;
  }
}

.floating-box .floating-box-wrapper {
  width: 162px;
  text-align: center;
}

.floating-box .floating-box-wrapper .t-box {
  font-size: 14px;
  padding: 20px 0;
  color: #fff;
  border-bottom: 1px dashed #fff;
}

.floating-box .floating-box-wrapper .t-box.bdbN {
  border-bottom: none;
}

.floating-box .floating-box-wrapper .t-box a {
  color: #fff;
}

.floating-box .floating-box-wrapper .t-box .a-tag {
  padding: 5px 0;
  margin-top: 10px;
}

.floating-box .floating-box-wrapper .t-box .t-1 {
  font-weight: 300;
  margin-bottom: 5px;
  margin-top: 15px;
}

.floating-box .floating-box-wrapper .t-box .t-2 {
  font-weight: 500;
  color: #ebbc00;
}

.floating-box .floating-box-wrapper .t-box .t-2 a {
  color: #ebbc00;
}

.m-floating-box {
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid #fff;
  z-index: 1001;
  width: 100%;
}

@media (max-width: 990px) {
  .m-floating-box {
    display: block;
	position: fixed;
  }
}

.m-floating-box .m-floating-box-wrapper {
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
	justify-content:space-between;
}

.m-floating-box .m-floating-box-wrapper .t-0 {
  display: none;
}

.m-floating-box .m-floating-box-wrapper .t-box {
  font-size: 12px;
  padding: 10px 0;
  color: #fff;
  border-right: 1px dashed #fff;
  padding: 4px 8px;
  padding-bottom: 15px;
  width:33%;
  font-weight:700;
}

.m-floating-box .m-floating-box-wrapper .t-box .m-dipl {
  display: inline-block;
  vertical-align: middle;
}

.m-floating-box .m-floating-box-wrapper .t-box.bdbN {
  border-right: none;
}

.m-floating-box .m-floating-box-wrapper .t-box a {
  color: #fff;
}

.m-floating-box .m-floating-box-wrapper .t-box .a-tag {
  padding: 5px 0;
  margin-top: 10px;
}

.m-floating-box .m-floating-box-wrapper .t-box .t-1 {
  font-weight: 300;
  margin-bottom: 5px;
  margin-top: 15px;
  font-weight:700;
}

.m-floating-box .m-floating-box-wrapper .t-box .t-2 {
  font-weight: 300;
  color: #ebbc00;
  font-weight:700;
}

.m-floating-box .m-floating-box-wrapper .t-box .t-2 a {
  color: #ebbc00;
}

.section-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 990px) {
  .section-1 {
    position: relative;
    -webkit-transform: none;
            transform: none;
    top: 0%;
    left: 0%;
  }
}

/* 여기서 부터 시작 Board.css */
.board-wrapper {margin-top:100px; margin-bottom:100px;}
.board-list table {
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
  width: 100%;
}

.board-list table th {
  padding: 10px 20px;
  background-color: #f7f7f7;
  text-align: center;
  color: #333;
  font-size: 14px;
  border: 0px solid #000;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}

.board-list table th.no {
  width: 60px;
}

.board-list table th.tit {
  width: 80%;
  text-align: left;
}

.board-list table td {
  padding: 18px 0px 10px 0px;
  border-top: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
  color: #333;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
}

.board-list table td.tit {
  text-align: left;
  padding-left: 20px;
}

.board-list table td a:hover {
  text-decoration: underline;
}

.board-mobile-list {
  display: block;
  border-top: 2px solid #000;
  cursor: pointer;
}

.board-mobile-list .item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding-left: 10px;
}

.board-mobile-list .item:hover {
  background-color: #fafafa;
}

.board-mobile-list .item .b-v-no {
  font-size: 16px;
  width: 50px;
  text-align: left;
}

.board-mobile-list .item .txt-wrapper {
  display: block;
  font-size: 14px;
  color: #666;
}

.board-mobile-list .item .txt-wrapper .b-v-date {
  display: inline-block;
  margin-right: 10px;
}

.board-mobile-list .item .txt-wrapper .b-v-hit {
  display: inline-block;
  margin-right: 10px;
}

.board-mobile-list .item .txt-wrapper .b-v-hit-no {
  display: inline-block;
  margin-right: 0px;
}

.board-mobile-list .item .tit {
  font-weight: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}

.paging {
  text-align: center;
  padding: 50px 0 30px 0;
  border: 0px solid #e6ecef;
  border-top: none;
}

.paging .btns {
  display: inline-block;
  font-size: 14px;
  color: #565b5f;
  border: 1px solid #ddd;
  background-color: #ebf1f4;
  padding: 10px;
}

.paging .btns_prev,
.paging .btns_next {
  padding: 12px 10px;
}

.paging .btns_prev:hover,
.paging .btns_next:hover,
.paging .btns:hover {
  color: #333;
  border: 1px solid #333;
}

.paging a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background-color: #fff;
  padding: 7px 12px;
  border: 1px solid #ddd;
  color: #333;
}

.paging a.active {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}

.search-form {
  text-align: right;
  margin: 10px 0;
}

.search-from_group {
  display: inline-block;
}

.search-select {
  font-size: 14px;
  width: 100px;
  padding: 7px 10px;
}

.search-input {
  font-size: 14px;
  width: 200px;
  padding: 7px 10px;
}

.btn-search {
  font-size: 14px;
  padding: 7px 20px;
  color: #fff;
  border: 1px solid #000;
  background-color: #000;
}

.btn-write {
  font-size: 14px;
  padding: 7px 20px;
  color: #fff;
  border: 1px solid #000;
  background-color: #000;
}

.btn-write:hover {
  color: #fff;
}

/* Board View */
.board h1 {
  font-size: 33px;
  padding-bottom: 20px;
}

.board-title {
  font-size: 33px;
  padding-bottom: 20px;
  text-align: center;
  margin-top: 60px;
}

.board-detail_header {
  position: relative;
  background-color: #f7f7f7;
  padding: 10px 20px;
  border-top: 2px solid #000;
  border-bottom: 1px solid #ddd;
}

.board-detail_header__tit {
  width: 70%;
}

.board-detail_header__date {
  position: absolute;
  right: 15px;
  top: 10px;
  color: #999;
}

.board-detail_header__date span {
  margin-left: 20px;
}

.board-detail_attach {
  font-size: 14px;
  color: #777;
  margin: 0;
  padding: 0;
  padding-top: 5px;
  display: block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

.board-detail_attach span {
  display: inline-block;
}

.board-detail_attach__div {
  width: 1px;
  background-color: #999;
  height: 13px;
  margin: 0 20px;
}

.board-detail_txt {
  padding: 15px 20px;
  font-size: 15px;
  line-height: 25px;
  border-bottom: 1px solid #ddd;
}

/* Reply Form */
.reply-form {
  font-size: 14px !important;
  border: 1px solid #e9e9e9;
  margin-top: 10px;
  padding: 20px;
  border: 0px solid #ddd;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f7f7f7;
}

.reply-form .textBox {
  width: 400px;
  height: 70px;
  width: 75%;
  margin-top: 10px;
}

.reply-form .count {
  clear: both;
  padding: 0px 0px 0px 5px;
  font-weight: bold;
  color: #ff6600 !important;
}

.replylist {
  border-bottom: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
}

.replylist-article {
  position: relative;
  margin-bottom: 20px;
}

.replylist-date {
  margin-left: 10px;
  color: #999;
}

.replylist-btn_area {
  position: absolute;
  right: 15px;
  top: 0px;
  color: #999;
}

.replylist-content {
  margin-top: 5px;
}

.replylist-input {
  border: 0px solid #ddd;
  margin-top: 20px;
  margin-top: 20px;
}

.replylist-input input {
  height: 28px;
  padding: 0 5px;
}

.replylist-memo {
  display: table;
  width: 100%;
  margin-top: 10px;
}

.replylist-memo_box {
  display: table-cell;
  width: 80%;
  vertical-align: top;
}

.replylist-memo_box textarea {
  min-width: 99%;
  height: 100px;
}

.replylist-memo_btn__area {
  display: table-cell;
  vertical-align: top;
}

.replylist-memo_btn__area .btn-reply {
  display: block;
  background-color: #fff;
  color: #000;
  border: 1px solid #ddd;
  padding: 0 20px;
  height: 100px;
  line-height: 100px;
}

.board-post {
  margin-top: 60px;
  font-size: 15px;
  border-top: 2px solid #000;
  padding: 17px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  font-weight: 300;
  color: #464646;
}

.board-post {
  display: block;
  position: relative;
}

.board-post a:hover {
  text-decoration: underline;
}

.board-post_right {
  position: absolute;
  right: 15px;
  top: 30%;
}

.board-post_line {
  height: 1px;
  background-color: #ddd;
}

.board-post_up {
  background-image: url("images/bul-arrow-up.png");
}

.board-post_down {
  background-image: url("images/bul-arrow-down.png");
}

.board-post_next__1 {
  background-repeat: no-repeat;
  background-position: center center;
  padding-right: 90px;
}

.board-post_next__2 a {
  color: #464646;
}

.board-post_next__3 {
  margin-right: 30px;
}

.board-post_prev {
  margin-top: 0px;
  border-top: 0;
}

.input-password {
  width: 300px;
  padding: 10px 20px;
}

/* request Form : S */
.request-form table {
  width: 100%;
  border-top: 2px solid #000;
}

.request-form th {
  border-bottom: 1px solid #e5e5e5;
  background: #f7f7f7;
  font-size: 16px;
  color: #333;
  padding: 19px 20px;
  text-align: left;
  vertical-align: middle;
  font-weight: 300;
  width: 147px;
}

.request-form td {
  padding: 13px 0 13px 10px;
  border-top: 1px solid #ddd;
  font-size: 14px;
  vertical-align: middle;
}

.request-form .radio-inline {
  margin-right: 20px;
}

.request-form td input.input-text {
  width: 30%;
  height: 34px;
  padding: 0px 5px;
  border: 1px solid #ddd;
}

.request-form td label.warn {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: .5rem;
}

.request-form_select {
  padding: 0 22px;
  font-size: 14px;
  height: 40px;
}

.request-form .memo {
  width: 90%;
}

.request-form .bdB {
  border-bottom: 1px solid #ddd;
}

.custom-file-label::after {
  content: '파일선택';
}

.search-from_group input[type="button"] {
  background-image: url(../images/icon-search.png);
  background-position: center center;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 7px;
  width: 24px;
  height: 24px;
}

@media (max-width: 990px) {
	.search-from_group input[type="button"] {
	 
	  right: 20px;
	  
	}
	
}


.btn-search {
  font-size: 14px;
  padding: 7px 20px;
  color: #fff;
  border: 1px solid #22a2dc;
  background-color: #22a2dc;
}

.btn-list {
  font-size: 16px;
  padding: 14px 35px;
  color: #fff;
  border: 1px solid #000;
  background-color: #000;
  border-radius: 0px;
  display: inline-block;
}

@media (max-width: 990px) {
  .btn-list {
    display: block;
    text-align: center;
  }
}

.btn-list:hover {
  background-color: #000;
  color: #fff;
}

.board-pc {
  display: block;
}

@media (max-width: 990px) {
  .board-pc {
    display: none;
  }
}

.board-mobile {
  display: none;
}

@media (max-width: 990px) {
  .board-mobile {
    display: block;
  }
}

.button-area {
  text-align: right;
  margin-top: 30px;
}

/* 끝 Board.css */

.header-notice {
	background-image: url("../images/bg-notice.jpg");
	height:404px;
	background-size:cover;
	background-position:center center;
	display:block;
	position:relative;
	
}

.img-notice-title {
	position:absolute;
	width:100%;
	text-align:center;
	top:180px;
}

@media (max-width: 990px) {
	
	
	.header-notice {
		
		height:254px;
		
		
	}
	 .img-notice-title {
		top:130px;
		
	}
	 .img-notice-title img {
		width:70%;
		
	}
}

.bold-500 {
	font-weight:500;
}