/*fon/*font-setting*/
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+KR:200,300,400,500,600&display=swap&subset=korean');

* {
  border: 0px solid green;
}

body {
  font-family: 'Noto Serif KR', serif;
  font-size: 1em;
  font-weight: 400;
  line-height: em;
  color: #969696;
  background-color: #f9f9f9;
}

h1 {
  font-family: 'Noto Serif KR', serif;
  font-weight: 200;
  font-size: 2.5em;
  line-height: em;
  color: #000;
  text-shadow: none;
  text-transform: ;
  display: inline;
}

h2 {
  font-family: 'Noto Serif KR', serif;
  font-weight: 200;
  font-size: 2.5em;
  line-height: em;
  color: #fff;
  text-shadow: none;
  text-transform: ;
  display: inline;
}

h3 {
  font-size: 1.7em;
  line-height: em;
  color: #333;
  display: inline;
}

h4 {
  font-size: 1.2em;
  line-height: em;
  display: inline;
}

h5 {
  font-size: em;
  line-height: em;
  color: #000;
  display: inline;
}

small {
  font-size: em;
  line-height: em;
  color: #666;
  display: inline;
}

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

/* a:link a tag ÃªÂ¸Â°Ã«Â³Â¸ */
a:hover {
  color:#bfa043;
  transition: 0.3s;
}

/* Ã«Â§Ë†Ã¬Å¡Â°Ã¬Å Â¤Ã¬ËœÂ¤Ã«Â²â€ž link*/
a:active {
  color: #000
}

/* Ã¬â€žÂ Ã­Æ’ÂÃ«ÂÅ“ link*/
a:visited {
  color: #fff;
}

.foo a {
  color:#cccccc;
}

.foo a:hover {
  color:#bfa043;
  transition: 0.3s;
}

.foo a:hover {
  color:#bfa043;
  transition: 0.3s;
}

/*d*/
body {
  background-color: #000;
  margin: 0;
}

ul li {
  list-style: none;
  /*Ã­â€¦ÂÃ¬Å Â¤Ã­Å Â¸ÃªÂ°â‚¬Ã«Â¡Å“Ã¬Â â€¢Ã«Â Â¬*/
  display: inline;
  dorder: 0px solid blue;
}

img {
  vertical-align: middle;
}

.d-box {
  border: 0px solid red;
  clear: both;
  position: relative;
  padding: 0px;
  margin: 0;
  background-color: #f9f9f9;
}

.d-box:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.d-one {
  border: 0px solid red;
  clear: both;
  padding: 0;
  margin: 0 auto;
  background-color: none;
  text-align: center;
}

.d-button {
  margin: 0;
  padding: 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 40px;
  transition: 0.3s;
  color: #fff;
  background-color: none;
  cursor: pointer;
  margin-top: 45px;
}

.d-button:hover {
  background: rgba(0, 0, 0, 0.6);
}

.ds-button {
  margin: 0;
  padding: 10px 30px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 40px;
  transition: 0.3s;
  color: #fff;
  background: none;
  border: 1px solid #ddd;
  cursor: pointer;
}

.ds-button:hover {
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #ddd;
}

.e-button {
  color: #fff;
  padding: 10px 25px;
  margin: 0px;
  display: inline-block;
  background-color: none;
  border: 1px solid #fff;
  text-align: center;
  width: 105px;
  margin-left: 9%;
  margin-bottom: 30px;
  transition: 0.3s;
  cursor: pointer;
}

.e-button:hover {
  background: rgba(0, 0, 0, 0.6);
}

.j-button {
  color: #fff;
  padding: 10px 25px;
  margin: 0px;
  display: inline-block;
  background-color: none;
  border: 1px solid #fff;
  text-align: center;
  width: 105px;
  transition: 0.3s;
  cursor: pointer;
  position: absolute;
  top:65%;

    transform: translateY(-50%);
    transform: translateX(-65%);
}

.j-button:hover {
  background: rgba(191, 167, 61, 0.2);
}

.f-button {
  color: #fff;
  margin: 0px;
  display: inline-block;
  background-color: none;
  border: 1px solid #fff;
  width: 300px;
  transition: 0.3s;
  cursor: pointer;
}

.f-button:hover {
  background: rgba(0, 0, 0, 0.6);
}

.g-button {
  color: #fff;
  margin: 0px;
  display: inline-block;
  background-color: none;
  border: 1px solid #fff;
  width: 260px;
  transition: 0.3s;
  cursor: pointer;
}

.g-button:hover {
  background: rgba(0, 0, 0, 0.6);
}

.h-button {
  color: #fff;
  margin: 0px;
  display: inline-block;
  background-color: none;
  border: 1px solid #fff;
  width: 300px;
  transition: 0.3s;
  cursor: pointer;
}

.h-button:hover {
  background: rgba(0, 0, 0, 0.6);
}

/*nav*/
.top {
  border: 0px solid red;
  width: 70%;
  margin: 0 auto;
}

.logo {
  border: 0px solid blue;
  width: 150px;
  float: left;
  margin-top: 40px;
}

.top-center {
  margin-top: 40px;
  float: right;
  border: 0px solid red;
}

.top-center li {
  margin-left: 40px;
}

.open {
  float: right;
  display: none;
  color: #fff;
  font-size: 3rem;
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
  border: 0px solid blue;
}

.nav {
  position: absolute;
  right: 0px;
  top: 0;
  text-align: center;
  width: 0%;
  overflow-x: hidden;
  height: 50vh;
  z-index: 1;
  background: rgba(0, 0, 0, 1);
  transition: 0.3s;
  border: 0px solid red;
}

.nav a {
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  display: block;
  padding: 30px;
  transition: 0.3s;
  clear: both;
  border: 0px solid red;
}

.close {
  float: right;
  line-height: 0.5rem;
  margin: 20px;
  cursor: pointer;
  border: 0px solid red;
}

.nav a:not(:first-child):hover {
  background: #000;
}

/*main*/
#hid2 {
  border: 0px solid red;
  width: 65%;
  margin: 0 auto;
  position: absolute;
  top: 280px;
  left: 30px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 5%;
  display: none;
}

/* Basic background image styling. */
.background-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Styles for the alternating / transition effect. */
.toggle-image {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 880px;
  transition: opacity 1s ease-in-out;
  border: 0px solid red;
}

/* Styles for the specific images. */
.first-image {
  background-image: url('../img/main1.png');
  z-index: -3;
  opacity: 0;
}

.second-image {
  background-image: url('../img/main2.png');
  z-index: -2;
  opacity: 0;
}

.third-image {
  background-image: url('../img/main3.png');
  z-index: -1;
  opacity: 0;
}

.first-image.show {
  opacity: 1;
}

.second-image.show {
  opacity: 1;
}

.third-image.show {
  opacity: 1;
}

.wrab {
  position: relative;
  width: 100%;
  height: 885px;
  background: none;
  z-index: 1;
}

/*sec1*/
.sec1 {
  background: url("../img/sec1.png")no-repeat;
  background-size: cover;
  background-position: center;
  border: 0px solid red;
  height: 760px;
}

.sec1-left {
  border: 0px solid red;
  width: 50%;
  padding-top: 150px;
  margin-left: 5%;
}

/*sec2*/
.sec2-left {
  background: url("../img/sec2.png")no-repeat;
  background-size: cover;
  background-position: right;
  border: 0px solid red;
  height: 760px;
  width:50%;
  float: left;
}

.sec2-right {
  width:40%;
  float: right;
  border:0px solid red;
  box-sizing: border-box;
  padding-top: 200px;
  padding-left: 5%;
}



/*sec3*/
.sec3 {
  background: url("../img/sec3.png")no-repeat;
  background-size: cover;
  background-position: center;
  height: 700px;
}

.sec3-textbox {
  border: 0px solid red;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding-top: 250px;
  font-size: 1.2em;
}

.sec3-textbox h1 {
  color: #fff;
}

.sec3-butbox {
  padding-top: 80px;
  border: 0px solid red;
  width: 40%;
  margin: 0 auto;
}

/*sec4*/
.sec4 {
  border: 0px solid red;
  background-color: #fff;
  width: 80%;
  margin: 0 auto;
}

.sec4-title {
  border: 0px solid red;
  text-align: center;
  padding-top: 240px;
  padding-bottom: 80px;
}

/*4-1*/
.sec4-1 {
  width: 50%;
  height: 400px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #fff;
}

.sec4-1-left {
  float: left;
  border: 1px solid #fff;
  margin-top: 50px;
  box-sizing: border-box;
  width: 50%;
}

.sec4-1-right {
  float: right;
  border: 1px solid #fff;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}

.sec4-1-right img {
  float: right;
}

/*4-2*/
.sec4-2 {
  width: 50%;
  height: 500px;
  margin: 0 auto;
  background-color: #fff;
  clear: both;
  border: 1px solid #fff;
}

.sec4-2-left {
  float: left;
  border: 1px solid #fff;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}

.sec4-2-right {
  float: right;
  border: 1px solid #fff;
  margin-top: 50px;
  box-sizing: border-box;
  width: 50%;
  padding-left: 15%;
}

/*sec4-3*/
.sec4-3 {
  width: 50%;
  height: 400px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #fff;
}

.sec4-3-left {
  float: left;
  border: 1px solid #fff;
  box-sizing: border-box;
  width: 50%;
}

.sec4-3-right {
  float: right;
  border: 1px solid #fff;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}

.sec4-3-right img {
  float: right;
}

/*4-4*/
.sec4-4 {
  width: 50%;
  height: 500px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #fff;
}

.sec4-4-left {
  float: left;
  border: 1px solid #fff;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}

.sec4-4-right {
  float: right;
  border: 1px solid #fff;
  margin-top: 50px;
  box-sizing: border-box;
  width: 50%;
  padding-left: 15%;
}

/*sec5*/
.sec5 {
  margin: 0 auto;
  text-align: center;
  border: 1px solid #fff;
  padding-top: 70px;
  box-sizing: border-box;
}

.mult_pic {
  clear: both;
  position: relative;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  border: 0px solid red;
  padding-top: 140px;
  margin-bottom: 50px;
  border: 0px solid green;
}

.mult {
  margin: 0;
  padding: 0;
  display: inline-block;
  height: 230px;
  overflow: hidden;
  font-size: 0px;
  width: 100%;
  max-width: 900px;
  border: 0px solid blue;
}

.mult li {
  display: inline-block;
  margin: 0 10px;
}

.prev, .next {
  font-family: 'Noto Sans KR', sans-serif;
  text-decoration: none;
  color: #828282;
  font-size: 40px;
  position: absolute;
  top: 55%;
  transform: translateX(-50%);
  box-sizing: border-box;
  border: 0px solid red;
  cursor: pointer;
}

#prev {
  left: 20px;
}

#next {
  right: 10px;
}

.prev:hover {
  color: #000;
}

.next:hover {
  color: #000;
}

/*sec6*/
.sec6 {
  background: url("../img/sec9.png")no-repeat;
  background-size: cover;
  background-position: center;
  height: 900px;
}

.text {
  font-family: 'Noto Serif KR', serif;
  height: 44px;
  width: 270px;
  font-size: 0.8rem;
  margin: 10px 0;
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
}

.text::placeholder {
  color: #fff;
}

.text:focus {
  outline: none;
}

.foo {
  border-bottom: 1px solid #999999;
  width: 60%;
  padding-top: 100px;
  margin: 0 auto;
  padding-bottom: 30px;
  font-size: 0.8em;
  line-height: 1.5em;
  color: #ffffff;
}

.foo2 {
  padding-top: 30px;
  font-size: 0.8em;
  line-height: 2em;
  color: #cccccc;
  width: 60%;
  margin: 0 auto;
}

.foo2 img {
  border: 0x solid red;
  float: right;
}

.f002 a {
  border: 0px solid red;
}
@media screen and (max-width:1300px) {
  .j-button {
    color: #fff;
    padding: 10px 25px;
    margin: 0px;
    display: inline-block;
    background-color: none;
    border: 1px solid #fff;
    text-align: center;
    width: 105px;
    transition: 0.3s;
    cursor: pointer;
    position: absolute;
    top:65%;

      transform: translateY(-50%);
      transform: translateX(-210%);
  }
}
@media screen and (max-width:769px) {
  #hid {
    display: none;
  }

  #hid2 {
    display: inline;
  }

  #hid10 {
    display: none;
  }

  #hid11{
    clear: both;

    background-position: right;
    width:100%;
  }

  .open {
    display: block;
  }

  .sec1 {
    background: url("")no-repeat;
    background-size: cover;
    background-position: center;
    height: 560px;
    width: 90%;
    margin: 0 auto;
    border: 0px solid blue;
  }

  .sec1-left {
    width: 100%;
  }


  .sec3-textbox {
    border: 0px solid red;
    width: 95%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding-top: 200px;
    font-size: 1em;
    border: 0px solid red;
  }

  .sec3-textbox h1 {
    font-size: 1.6em;
  }

  .sec4-title {
    display: none;
  }

  .sec5-title h1 {
    font-size: 1.6em;
  }

  .sec5-1 {
    margin-left: 20%;
  }

  .mult {
    width: 210px
  }

  .mult li {
    margin-bottom: 30px;
  }

  .f-button {
    width: 190px;
  }

  .f-button h1 {
    font-size: 1.6em;
  }

  .g-button {
    width: 250px;
  }

  .g-button h1 {
    font-size: 1.6em;
  }

  .h-button {
    width: 250px;
  }

  .h-button h1 {
    font-size: 1.6em;
  }

  .sec4-1-right img {
    width: 300px;
  }

  .sec4-2-left img {
    margin-top: 30px;
    width: 300px;
  }

  .sec4-3-right img {
    margin-top: 30px;
    width: 300px;
  }

  .sec4-4-left img {
    margin-top: 30px;
    width: 300px;
  }

  .sec4-1 {
    width: 90%;
    margin: 0 auto;
    border: 0px solid red;
  }

  .sec4-1-left {
    width: 100%;
    border: 0px solid red;
  }

  .sec4-1-right {
    background: url('../img/sec4.png')no-repeat;
    background-size: 330px 370px;
    background-position: center;
    height: 550px;
    float: left;
    border: 0px solid red;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }

  .sec4-1-right img {
    display: none;
  }

  .sec4-2 {
    width: 100%;
    margin: 0 auto;
    border: 0px solid red;
  }

  .sec4-2-right {
    width: 90%;
    margin: 0px 5%;
    padding: 0;
    border: 0px solid red;
  }

  .sec4-2-left {
    background: url('../img/sec5.png')no-repeat;
    background-size: 300px 500px;
    background-position: center;
    height: 650px;
    float: left;
    border: 0px solid red;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }

  .sec4-2-left img {
    display: none;
  }

  .sec4-3 {
    width: 90%;
    margin: 0 auto;
    border: 0px solid red;
  }

  .sec4-3-left {
    width: 100%;
    border: 0px solid red;
  }

  .sec4-3-right {
    background: url('../img/sec6.png')no-repeat;
    background-size: 330px 370px;
    background-position: center;
    height: 550px;
    float: left;
    border: 0px solid red;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }

  .sec4-3-right img {
    display: none;
  }

  .sec4-4 {
    width: 90%;
    margin: 0 auto;
    border: 0px solid red;
  }

  .sec4-4-right {
    width: 100%;
    padding: 0;
    border: 0px solid red;
  }

  .sec4-4-left {
    background: url('../img/sec7.png')no-repeat;
    background-size: 300px 500px;
    background-position: center;
    height: 550px;
    float: left;
    border: 0px solid red;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }

  .sec4-4-left img {
    display: none;
  }
}

@media screen and (max-width:361px) {
  .sec3-butbox {
    width: 200px;
    margin: 0 auto;
  }

  .sec1-left {
  }
}
