*, *:after, *:before { margin:0; padding:0; font-family:'Noto sans KR', sans-serif; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; word-break:keep-all; }
html{font-family:'Noto sans KR',sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
li { list-style:none; float:left;}
a { text-decoration:none; color:#462827; text-decoration: none; outline: none;}
p {letter-spacing:-1px;}
img { border:none;}
body { overflow-Y:scroll; position:relative; font-size: 16px;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}
::selection {background: #3e2a2f;color:#fff;}


/* -------------------------------- 

 Header

-------------------------------- */
#header{width:100%;height:auto;float: none;position: relative;height:380px;position:relative;}
#header h1{text-align: center;float: left;width:200px;margin:0 auto;margin-top:50px;height:auto;position: absolute;left:50%;transform: translateX(-50%);}
#header h1 img{width:100%;height: auto;}
#header ul{position: absolute;right:50px;top:100px;}
#header ul li{margin:0 8px 0 8px;text-transform: uppercase;font-size: 0.875em;}
#header ul li a:hover{border-bottom: 1px solid #331918;}
.cd-morph-dropdown {
  position: relative;
  height: 60px;
  background-color: #FFFFFF;
  z-index: 999;
}
.cd-morph-dropdown::before {
  /* never visible - used in JS to check mq */
  content: 'mobile';
  display: none;
}
.cd-morph-dropdown .nav-trigger {
  /* menu icon - visible on small screens only */
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  /* replace text with icon */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}
.cd-morph-dropdown .nav-trigger span, .cd-morph-dropdown .nav-trigger span::after, .cd-morph-dropdown .nav-trigger span::before {
  /* these are the 3 lines of the menu icon */
  position: absolute;
  background-color: #1A1A1A;
  height: 3px;
  width: 26px;
}
.cd-morph-dropdown .nav-trigger span {
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}
.cd-morph-dropdown .nav-trigger span::after, .cd-morph-dropdown .nav-trigger span::before {
  content: '';
  left: 0;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}
.cd-morph-dropdown .nav-trigger span::before {
  -webkit-transform: translateY(-9px);
      -ms-transform: translateY(-9px);
          transform: translateY(-9px);
}
.cd-morph-dropdown .nav-trigger span::after {
  -webkit-transform: translateY(9px);
      -ms-transform: translateY(9px);
          transform: translateY(9px);
}
.cd-morph-dropdown.nav-open .nav-trigger span {
  background-color: transparent;
}
.cd-morph-dropdown.nav-open .nav-trigger span::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cd-morph-dropdown.nav-open .nav-trigger span::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cd-morph-dropdown .main-nav {
  display: none;
}
.cd-morph-dropdown .morph-dropdown-wrapper {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  padding: 1.2em 5%;
  box-shadow: inset 0 1px 0 #e6e6e6;
  background-color:#9b8087;
}
.cd-morph-dropdown.nav-open .morph-dropdown-wrapper {
  display: block;
}
.cd-morph-dropdown .dropdown-list > ul > li {
  margin-bottom: 3.3em;float:none;
}
.cd-morph-dropdown .label {
  display: block;
  font-size: 2.2rem;
  color: #1A1A1A;
  margin-bottom: .8em;
}
.cd-morph-dropdown .content li::after {
  clear: both;
  content: "";
  display: block;
}
.cd-morph-dropdown .gallery .content li {
  margin-bottom: 1.4em;
}
.cd-morph-dropdown .gallery .content a {
  display: block;
}
.cd-morph-dropdown .gallery .content a span, .cd-morph-dropdown .gallery .content a em {
  display: block;
  line-height: 1.2;
}
.cd-morph-dropdown .gallery .content a em {
  font-size: 1.8rem;
  padding: .4em 0 .2em;
  color: #1A1A1A;
}
.cd-morph-dropdown .gallery .content a span {
  font-size: 1.125em;
  color: #a6a6a6;
}
.cd-morph-dropdown .links .content > ul > li {
  margin-top: 1em;
}
.cd-morph-dropdown .links-list a,
.cd-morph-dropdown .btn {
  display: block;
  margin-left: 14px;
  font-size: 1.125em;
}
.cd-morph-dropdown .links-list a:hover,
.cd-morph-dropdown .btn:hover {
  color: #1A1A1A;
}
.cd-morph-dropdown .content h2 {
  color: #a6a6a6;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.125em;
  margin: 20px 0 10px 14px;
}
@media only screen and (min-width: 1000px) {
  .cd-morph-dropdown {
    position: relative;
    height: 80px;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    text-align: center;
    background-color: transparent;
  }
  .cd-morph-dropdown::before {
    content: 'desktop';
  }
  .cd-morph-dropdown .nav-trigger {
    display: none;
  }
  .cd-morph-dropdown .main-nav {
    display: inline-block;
  }
  .cd-morph-dropdown .main-nav > ul > li {
    display: inline-block;
    float: none;margin-left: 100px;
  }
  .cd-morph-dropdown .main-nav > ul > li > a {
    display: block;
    color: #222222;
    line-height: 77px;
    font-size: 1.5em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
  }
  .cd-morph-dropdown .main-nav > ul > li:hover{border-bottom: 4px solid #331918;transition: 0.3s;}
  .cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li > a {
    /* main navigation hover effect - on hover, reduce opacity of elements not hovered over */
    opacity: .6;
  }
  .cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li.active > a {
    opacity: 1;
  }
  .cd-morph-dropdown .morph-dropdown-wrapper {
    /* dropdown wrapper - used to create the slide up/slide down effect when dropdown is revealed/hidden */
    display: block;
    top: 58px;
    /* overwrite mobile style */
    width: auto;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
    /* Force Hardware acceleration */
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    will-change: transform;
    -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .cd-morph-dropdown.is-dropdown-visible .morph-dropdown-wrapper {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .cd-morph-dropdown .dropdown-list {
    position: absolute;
    top: 22px;
    left: 0;
    visibility: hidden;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    will-change: transform, width, height;
    -webkit-transition: visibility .3s;
    transition: visibility .3s;
  }
  .no-csstransitions .cd-morph-dropdown .dropdown-list {
    display: none;
  }
  .cd-morph-dropdown .dropdown-list > ul {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .cd-morph-dropdown.is-dropdown-visible .dropdown-list {
    visibility: visible;
    -webkit-transition: width .3s, height .3s, -webkit-transform .3s;
    transition: width .3s, height .3s, -webkit-transform .3s;
    transition: transform .3s, width .3s, height .3s;
    transition: transform .3s, width .3s, height .3s, -webkit-transform .3s;
  }
  .cd-morph-dropdown.is-dropdown-visible .dropdown-list::before {
    opacity: 1;
  }
  .cd-morph-dropdown .dropdown {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
  }
  .cd-morph-dropdown .dropdown.active {
    opacity: 1;
    visibility: visible;
  }
  .cd-morph-dropdown .dropdown.move-left .content {
    -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  .cd-morph-dropdown .dropdown.move-right .content {
    -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
            transform: translateX(100px);
  }
  .cd-morph-dropdown .label {
    /* hide the label on bigger devices */
    display: none;
  }
  .cd-morph-dropdown .content {
    padding: 2.2em 1.8em;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    text-align: left;
  }
  .cd-morph-dropdown .content > ul::after {
    clear: both;
    content: "";
    display: block;
  }
  .cd-morph-dropdown .content > ul > li {
    width: 48%;
    float: none;
    margin-right: 4%;
    margin-top: 0;
  }
  .cd-morph-dropdown .gallery .content {
    /* you need to set a width for the .content elements because they have a position absolute */
    border:1px solid #d0d0d0;
    padding-bottom: .8em;
    box-sizing: border-box;
    width:180px;
  }
  .cd-morph-dropdown .gallery .content li {
    margin-bottom: 1.8em;display: block;
  }
  .cd-morph-dropdown .gallery .content li a {font-size: 1.125em;}
  .cd-morph-dropdown .links .content > ul > li {
    margin-top: 0;display: block;margin-top:10px;
  }
  .cd-morph-dropdown .links .content,
  .cd-morph-dropdown .button .content {
    border:1px solid #d0d0d0;
    box-sizing: border-box;width:180px;
  }
  .cd-morph-dropdown .links-list a {
    font-size: 1.125em;
    margin-left: 0;display: block;
  }
  .cd-morph-dropdown .btn:hover {
    background: #1A1A1A;
    color: #FFFFFF;
  }
  .cd-morph-dropdown .content h2 {
    font-size: 1.8rem;
    text-transform: none;
    font-weight: normal;
    color: #1A1A1A;
    margin: 0 0 .6em;
  }
  .cd-morph-dropdown .bg-layer {
    /* morph dropdown background */
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 1px;
    background: #FFFFFF;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    will-change: transform;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .cd-morph-dropdown.is-dropdown-visible .bg-layer {
    opacity: 1;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
  }
}
.m_logo{display: none;}
.m_menufooter{width:100%;height: 50px;line-height: 50px;border-top:1px solid #1A1A1A;display: none;}
.m_menufooter a{color:#1a1a1a;}
.main .main_pro{width:1200px;margin:0 auto;margin-top:140px;overflow: auto;overflow-y:hidden}
.main .main_pro ul{margin-top:85px;}
.main .main_pro ul li{width:30%;margin-left: 15px;margin-right:15px;margin-bottom: 100px;height: auto;display: block;}
.main .main_pro ul li img{width:100%;height: auto;display: block;}
.main .main_pro h2{font-size: 2.188em;font-weight: 600;text-transform: uppercase;margin-bottom: 20px;width:100%;height:80px;border-bottom: 2px solid #331918;}
.main .main_pro ul li strong{font-size: 1.5em;font-weight: 400;width:100%;height: 55px;line-height: 55px;}
.main .main_pro ul li hr{border:0.5px solid #3e2a2f;}
.main .main_pro ul li P{font-size: 0.938em;margin-top:20px;}
.main .main_cer{width:1200px;margin:0 auto;height: auto;margin-top:160px;}
.main .main_cer img{width:100%;height: auto;display: block;}

footer{width:100%;margin:0 auto;padding:40px 0 40px 0;height: auto;border-top:1px solid #d4d4d4;height: auto;}
footer div{width:1200px;margin:0 auto;height: 120px;}
footer div nav{float: left;margin:0;width:200px;border-right: 1px solid #d9d9d9;}
footer div nav img{display: block;}
footer div ul {padding:2px 0 0 250px;}
footer div ul li{display: block;font-size: 0.938em;color:#6e6e6e;float: none; line-height:140%;}
footer div ul li span{color:#e46500; font-weight:600;}
footer div ul li strong{color:#000; font-weight:600;}

.sub_content{width:1200px;margin:0 auto;margin-top:150px;}
.sub_content strong{font-size: 1.5em;font-weight: 500;}
.sub_content hr{margin-top:15px;margin-bottom: 30px;}
.sub_content .about{width:100%;}
.sub_content .about .about_content{width:100%;background:#eeeeee;height: auto;padding:40px 80px 40px 80px;overflow: auto;margin-top: 50px;overflow-y:hidden;}
.sub_content .about .about_content div img{width:80%;height: auto;display: block;margin:0 auto;}
.sub_content .about .about_content div{width:50%;display: block;float: left;font-size: 1.313em;}
.sub_content .about .about_content div p{margin-top:20px;}
.sub_content .greeting{width:100%;margin:0 auto;overflow: auto;overflow-y:hidden;margin-top:80px;font-size: 1.125em;color:#462827;}
.sub_content .greeting div{width:80%;margin:0 auto;overflow: auto;overflow-x:hidden;}
.sub_content .greeting .im{width:40%;float: left;height: auto;}
.sub_content .greeting .im img{width:100%;height: auto;display: block;}
.sub_content .greeting div nav {width:50%;float: left;margin:25px 0 0 45px;font-weight: 600;line-height: 27px;}
.sub_content .greeting div nav div{width:350px;text-align: left;}
.sub_content .greeting div nav div img{width:100%;display: block;margin-top:20px;margin-left: 0;}
.sub_content .greeting ul{margin:95px 0 100px 0;overflow: auto;overflow-y:hidden ;width:100%;}
.sub_content .greeting ul li{width:23%;margin:0 10px 0 10px;}
.sub_content .greeting ul li img{width:100%;}

.sub_content .history{margin-bottom: 100px;}
.sub_content .history h1{font-size:2.250em;text-align: center;font-weight: 500;color:#462827;margin-top:70px;}
.sub_content .history nav{position: relative;margin-top:90px;width:100%;height: auto;overflow: auto;overflow-y:hidden;overflow-x:hidden;}
 .sub_content .history .timeline:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background: #cdcdcd;
  left: 0;-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.1);
  box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.1);
  left:50%;transform: translateX(-50%);
}
.sub_content .history .timeline{width:1200px;margin:0 auto;}
.sub_content .history .timeline li {width:100%;overflow: auto;position: relative;overflow-y:hidden;}
.sub_content .history .timeline li .his{width:50%;float: right;margin-top:130px;}
.sub_content .history .timeline li div .his_bt{background-image:url(../company/image/his_bt.png);width:176px;height: 46px;float: left;background-repeat: no-repeat;background-position: left;background-size: cover;color:#fff;font-size:2em;text-align: center;margin-right:40px;}
.sub_content .history .timeline li div p{font-size:1.250em;line-height: 46px;;}
.sub_content .history .timeline li:nth-child(2n) div {float: left;}
.sub_content .history .timeline li:nth-child(2n) div .his_bt{float: right;background-image:url(../company/image/his_bt2.png);margin:0;}
.sub_content .history .timeline li div img{width:70%;display: block;margin:0 auto;margin-top:20px;}
.sub_content .history .timeline li div .his_mv div{margin:60px 0 30px 0;}
.sub_content .history .timeline li div .his_mv div strong{margin-left:25px;font-size: 1.375em;font-weight: 600;}
.sub_content .history .timeline li div .his_mv div img{width:40px;height: auto;float: left;display: block;margin:0;}
.sub_content .history .timeline li div .his_mv video{width:80%;}
.sub_content .pro_snb {width:100%;height: auto;overflow: auto;float: none;padding:40px 0 140px 0;}
.sub_content .pro_snb li {width:17.9%;margin:0 10px 0 10px;overflow: auto;text-align: center;position: relative;-webkit-box-shadow: 10px 0 30px 0 rgba(129,100,71,0.4);
  box-shadow: 10px 0 30px 0 rgba(129,100,71,0.4);padding:20px 0 20px 0;overflow-x:hidden;}
.sub_content .pro_snb li img{width:70%;}
.sub_content .pro_snb li h2{font-size:1.125em;}
.sub_content .pro_snb li p{font-size:0.875em;}
.sub_content .pro_snb li nav:nth-child(3) {display: none;}
.sub_content .pro_snb li:hover nav:nth-child(3){display: block;}
.sub_content .pro_snb li:hover nav:nth-child(2){display: none;}
.sub_content .pro_snb li:hover a{color:white;transition: 0.5s;}
.sub_content .pro_snb li:hover {background:#3a1d14;transition: 0.5s;}
.pro img{width:100%;height: auto;display: block;}
.pro{margin-top:100px;}

/* -------------------------------- 

Main site content

-------------------------------- */



/* The grid: Four equal columns that floats next to each other */
.commu_content .row{margin-top:50px;}
.commu_content .column {
  float: left;
  width: 33%;
  padding: 10px;
  margin-bottom: 30px;
  cursor: pointer;
}
.commu_content .column h2{font-size:1.125em;font-weight: 600;line-height:40px;}
/* Style the images inside the grid */
.commu_content .column img {
  opacity: 0.8; 
  cursor: pointer; 
}

.commu_content .column img:hover {
  opacity: 1;
}

/* Clear floats after the columns */
.commu_content .row:after {
  content: "";
  display: table;
  clear: both;
}

/* The expanding image container */
.commu_content .container {
  position: relative;
  display: none;
}

/* Expanding image text */
.commu_content #imgtext {
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 20px;
}

/* Closable button inside the expanded image */
.commu_content .closebtn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: white;
  font-size: 35px;
  cursor: pointer;
  z-index:100;
}
/* promenu */
.pro_menu {
  text-align: center;
  padding: 32px;
}

.pro_menu .btn {
  border: none;
  outline: none;
  padding: 5px 10px;
  background-color: #fff;border:1px solid #cecdcd;
  cursor: pointer;
  font-size: 1.125em;
}

.pro_menu .btn:hover {
  background-color: #ddd;
}

.pro_menu .btn.active {
  background-color: #462827;
  color: white;
}

@media only screen and (max-width: 1200px){
  .main .main_pro{width:100%;}
  .main .main_cer{width:100%;}
  footer div{width:100%;}
  .sub_content{width:100%;}
  .sub_content .history .timeline{width:100%;}

}

@media only screen and (max-width: 1000px){
  .cd-morph-dropdown{margin-top:0;}
  .dropdown-list > ul > li{width:100%;height: 100px;float: left;}
  .dropdown-list .content ul li {margin-right: 20px;}
  #header{display: none;}
  .m_logo{display: block;padding:15px 0 0 10px;}
  .m_menufooter{display: block;}
  .main .main_pro ul li{width:45%;}
  .sub_content .about .about_content div{float: none;width:100%;margin-bottom: 50px;}
  .sub_content .greeting ul li{width:47%;}
  .sub_content .greeting div{width:100%;}
  .sub_content .pro_snb li{width:30%;margin-top:20px;}
  .commu_content .column {width:50%;}
}

@media only screen and (max-width: 800px){
  .main .main_pro ul li strong{font-size: 3vw;}
  footer div{height: auto;}
  footer div nav{float: none;}
  footer div ul{padding:0;margin:10px 0 0 20px;}
  footer div nav{border:none;}
  .main .main_pro ul li{width:43%;}
  footer div nav img{width:100px;}
  .sub_content .greeting ul li{width:45%;}
  .sub_content .greeting div .im img{width:90%;margin:0 auto;}
  .sub_content .greeting .im{width:100%;height:auto;}
  .sub_content .greeting div nav{width:100%;}
  .sub_content .greeting div nav div{width:300px;}
  .sub_content .about .about_content div img{width:100%;}
  .sub_content .history .timeline li:nth-child(2n) div .his_bt{float: left;background-image:url(../company/image/his_bt.png);margin:0;}
  .sub_content .history .timeline:before {
   left:10px;transform: none;}
   .sub_content .history .timeline li .his{width:100%;}
   .sub_content .history .timeline{margin-left: 10px;}
   .sub_content .history .timeline li div .his_bt{float: none;}
   .sub_content .history .timeline li div p{float: none;margin:50px 0 0 20px;}
   .sub_content .history .timeline li div img{width:60%;margin-left: 10px;}
   .sub_content .history .timeline li div .his_mv div{margin:60px 0 60px 0;overflow: auto;}
   .sub_content .history .timeline li div .his_mv div{margin-left: 10px;}
   .sub_content .pro_snb{display: none;}
   .commu_content .column h2{font-size: 2.25vw;}
   .commu_content .column {width:50%;}
   .main .main_pro ul li{width:40%;}

}