@charset "utf-8";

@font-face {
    font-family: 'notokr-thin';
    src: url('../fonts/notokr-thin.eot');
    src: url('../fonts/notokr-thin.eot?#iefix') format('embedded-opentype'),
         url('../fonts/notokr-thin.woff2') format('woff2'),
         url('../fonts/notokr-thin.woff') format('woff'),
         url('../fonts/notokr-thin.ttf') format('truetype'),
         url('../fonts/notokr-thin.svg#notokr-thin') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'notokr-demilight';
    src: url('../fonts/notokr-demilight.eot');
    src: url('../fonts/notokr-demilight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/notokr-demilight.woff2') format('woff2'),
         url('../fonts/notokr-demilight.woff') format('woff'),
         url('../fonts/notokr-demilight.ttf') format('truetype'),
         url('../fonts/notokr-demilight.svg#notokr-demilight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'notokr-light';
    src: url('../fonts/notokr-light.eot');
    src: url('../fonts/notokr-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/notokr-light.woff2') format('woff2'),
         url('../fonts/notokr-light.woff') format('woff'),
         url('../fonts/notokr-light.ttf') format('truetype'),
         url('../fonts/notokr-light.svg#notokr-light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'notokr-regular';
    src: url('../fonts/notokr-regular.eot');
    src: url('../fonts/notokr-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/notokr-regular.woff2') format('woff2'),
         url('../fonts/notokr-regular.woff') format('woff'),
         url('../fonts/notokr-regular.ttf') format('truetype'),
         url('../fonts/notokr-regular.svg#notokr-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'notokr-medium';
    src: url('../fonts/notokr-medium.eot');
    src: url('../fonts/notokr-medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/notokr-medium.woff2') format('woff2'),
         url('../fonts/notokr-medium.woff') format('woff'),
         url('../fonts/notokr-medium.ttf') format('truetype'),
         url('../fonts/notokr-medium.svg#notokr-medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'notokr-bold';
    src: url('../fonts/notokr-bold.eot');
    src: url('../fonts/notokr-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/notokr-bold.woff2') format('woff2'),
         url('../fonts/notokr-bold.woff') format('woff'),
         url('../fonts/notokr-bold.ttf') format('truetype'),
         url('../fonts/notokr-bold.svg#notokr-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'notokr-black';
    src: url('../fonts/notokr-black.eot');
    src: url('../fonts/notokr-black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/notokr-black.woff2') format('woff2'),
         url('../fonts/notokr-black.woff') format('woff'),
         url('../fonts/notokr-black.ttf') format('truetype'),
         url('../fonts/notokr-black.svg#notokr-black') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* noto-serif-kr-regular - korean */
@font-face {
  font-family: 'Noto Serif KR';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-serif-kr-v5-korean-regular.eot'); /* IE9 Compat Modes */
  src: local('Noto Serif KR'), local('NotoSerifKR-Regular'),
       url('../fonts/noto-serif-kr-v5-korean-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-serif-kr-v5-korean-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-serif-kr-v5-korean-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-serif-kr-v5-korean-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-serif-kr-v5-korean-regular.svg#NotoSerifKR') format('svg'); /* Legacy iOS */
}
/* noto-serif-kr-500 - korean */
@font-face {
  font-family: 'Noto Serif KR';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/noto-serif-kr-v5-korean-500.eot'); /* IE9 Compat Modes */
  src: local('Noto Serif KR Medium'), local('NotoSerifKR-Medium'),
       url('../fonts/noto-serif-kr-v5-korean-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-serif-kr-v5-korean-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-serif-kr-v5-korean-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-serif-kr-v5-korean-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-serif-kr-v5-korean-500.svg#NotoSerifKR') format('svg'); /* Legacy iOS */
}

/* Reset
----------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
html,
body {
  width: 100%;
  height: 100%;
  min-width: 320px;
}
html {
  font-size: 14px;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
form,
input,
fieldset,
p,
button {
  font-family: 'notokr-regular', 'Malgun Gothic', Dotum, ????, 'Apple SD Gothic Neo', Helvetica, AppleGothic, Sans-serif;
  color: #282828;
  font-weight: normal;
  line-height: 1;
}

body {
  background-color: #fff;
  text-align: left;
  font-size: 14px;
}
strong {
  font-weight: 600;
}
img,
fieldset,
iframe {
  border: 0 none;
}
li {
  list-style: none;
}
input,
select,
button,
textarea {
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
select {
  border: 0;
}
img {
  vertical-align: top;
}
i,
em,
address {
  font-style: normal;
}
label,
button {
  cursor: pointer;
}
table {
  width: 100%;
  border-collapse: collapse;
}
a {
  color: #999;
  text-decoration: none;
}
a:hover {
  color: #999;
  text-decoration: none;
}

input::placeholder {
  color: #000;
}
textarea::placeholder {
  color: #000;`
}


/* common */
#wrap {
}

  #wrap #header {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height:52px;
    background:#ffffff url("../images/common/bg_header.png") top left;
    z-index:5;
  }
    #wrap #header .header-menu {
      position: relative;
      padding:0rem 1.786rem;
      height:100%;
    }
      #wrap #header .header-menu .btn-menu {
        margin:18px 0px 0px 0px;
        display: inline-block;
        width:25px;
        height:17px;
        background:url("../images/common/ico_menu.png") no-repeat;
        background-size: contain;
        font-size: 0;
      }
      #wrap #header .header-menu .btn-top-search {
        float:right;
        margin:15px 0px 0px 0px;
        display: inline-block;
        width:23px;
        height:23px;
        background:url("../images/common/ico_search.png") no-repeat;
        background-size: contain;
        font-size: 0;
      }
        #wrap #header .header-menu .btn-top-search.active {
          background-image:url("../images/common/ico_close2.png");
        }
      #wrap #header .header-menu h1.logo {
        position: absolute;
        top:50%;
        left:50%;
        transform: translate(-50%, -50%);
      }
      #wrap #header .header-menu h1.logo a{
        display: inline-block;
        width:120px;
        height:31px;
        background:url("../images/common/ico_logo.png") no-repeat;
        background-size: contain;
        font-size: 0;
      }

  #wrap #header .dim {
    display: none;
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.6);
  }
  #wrap #header .gnb {
    position: fixed;
    top:0;
    left:-100%;
    width:100%;
    height:100%;
    z-index: 100;
  }
    #wrap #header .gnb.active {
      left:0;
    }
    #wrap #header .gnb .inner {
      position: relative;
      width: 19.29rem;
      height:100%;
      background: #fff;
      overflow-y:auto;
      z-index: 101;
      margin-left:-100%;
      transition: all 0.15s ease;
    }
      #wrap #header .gnb.active .inner{
        margin-left: 0;
      }
      #wrap #header .gnb .inner .gnb-top {
        position: absolute;
        top:0;
        left:0;
        width: 19.29rem;
        height: 3.714rem;
        border-bottom:1px solid #c1c1c1;
        background: #fff;
      }
        #wrap #header .gnb .inner .btn-gnb-close {
          display:inline-block;
          float: left;
          width:1.714rem;
          height:1.714rem;
          background: url("../images/common/ico_close2.png") no-repeat;
          background-size: contain;
          font-size: 0;
          text-indent: -9999px;
          margin-top:1.071rem;
          margin-left: 1.857rem;
        }
        #wrap #header .gnb .inner .gnb-logo {
          display: inline-block;
          float: right;
          margin-top:0.7143rem;
          margin-right: 1.857rem;
          width:8.571rem;
          height:2.214rem;
          background: url("../images/common/ico_logo.png") no-repeat;
          background-size: 8.571rem 2.214rem;
          font-size: 0;
          text-indent: -9999px;
        }

      #wrap #header .gnb .inner .depth1 {
        margin-top: 3.714rem;
        margin-bottom: 5em;
        max-height: calc( 100% - 10rem );
        overflow: scroll;
      }
        #wrap #header .gnb .inner .depth1>li{
          border-bottom:1px solid #c1c1c1;
        }
        #wrap #header .gnb .inner .depth1 .depth2>li{
          border-top:1px solid #c1c1c1;
        }
        #wrap #header .gnb .inner .depth1 li a {
          z-index: 101;
          display: block;
          line-height: 3.286rem;
          height: 3.286rem;
          padding-left:1.857rem;
          color:#000;
          font-size: 1.071rem;
          font-family: 'notokr-regular';
        }
        #wrap #header .gnb .inner .depth1>li>a {
          background:url("../images/common/ico_arrow3.png") no-repeat 15.71rem 1.357rem;
          background-size: 1.143rem 0.5714rem;
        }
        #wrap #header .gnb .inner .depth1>li.active>a {
          background:url("../images/common/ico_arrow5.png") no-repeat 15.71rem 1.357rem;
          background-size: 1.143rem 0.5714rem;
          color:#389c16;
        }
        #wrap #header .gnb .inner .depth2 li {
          background-color: #f5f5f5;
        }
        #wrap #header .gnb .inner .depth2 li a:before {
          content: "";
          display: inline-block;
          float: left;
          width:1rem;
          height:100%;
          background:url("../images/common/ico_dot.png") no-repeat center center;
          background-size:2px 2px;
        }
        #wrap #header .gnb .inner .depth2 li a {
          color:#000;
          font-family: 'notokr-demilight';
        }
        #wrap #header .gnb .inner .depth2 {
          max-height: 0;
          transition: max-height 0.2s ease;
          overflow: hidden;
        }
        #wrap #header .gnb .inner .depth1>li.active .depth2 {
          max-height: 500px;
          transition: max-height 0.5s ease;
        }

      #wrap #header .gnb .inner .gnb-btm {
        position: absolute;
        bottom: 3rem;
        left: 0;
        width:100%;
        text-align: center;
      }
        #wrap #header .gnb .inner .gnb-btm a:nth-child(1) {
          margin-right: 1.357rem;
        }

  #wrap #header .search-wrap {
    display: none;
    position: fixed;
    left:0;
    background-color: #5daa49;
    height:44px;
    padding:12px 24px;
    position: relative;
  }
    #wrap #header .search-wrap.active {
      display: block;
    }
    #wrap #header .search-wrap form{
      height:42px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      overflow: hidden;
      background-color: #fff;
     }

    #wrap #header #search-text {
      font-size: 1.071rem;
      color: #9c9c9c;
      border-width: 0;
      height:42px;
      line-height: 42px;
      background: #fff;
      width: calc( 100% - 50px );
      padding: 0px 15px;
      color: #9c9c9c;
      outline: none;
      font-family: 'notokr-demilight'
    }

    #wrap #header #search-button {
      position: absolute;
      top:12px;
      right: 24px;
      height: 42px;
      width: 50px;
      font-size: 0;
      text-indent: -9999px;
      border-width: 0;
      background:#f5f5f5 url("../images/common/ico_search2.png") no-repeat center center;
      background-size: 23px 23px;
      -webkit-border-radius: 0px 10px 10px 0px;
      -moz-border-radius: 0px 10px 10px 0px;
      border-radius: 0px 10px 10px 0px;
      cursor: pointer;
    }

#wrap .content {
  padding-top:52px;
}

#footer {
  margin-top:7.857rem;
  position: relative;
}
  #footer .btn-top {
    position: absolute;
    top:-2.857rem;
    right:1.786rem;
    width:2.857rem;
    height:2.857rem;
    padding-top: 1.929rem;
    background:#5daa49 url("../images/common/ico_arrow4.png") no-repeat 0.7857rem 0.3571rem;
    background-size: 1.214rem 1.286rem;
    color:#fff;
    text-align: center;
    font-size: 0.7857rem;
    line-height: 1;
  }
  #footer .family-site{
    border-top:1px solid #d8d8d8;
    background-color:#e8e8e8; 
    height:2.643rem;
    position: relative;
    cursor: pointer;
    text-align: left;
  }
    #footer .family-site .title {
      display: block;
      height:2.643rem;
      margin:0rem 1.786rem;
      position: relative;
      /*z-index: 10;*/
      background: url('../images/common/ico_arrow3_off.png') no-repeat center right;
      background-size: 1.143rem auto;
      font-size:1rem;
      line-height:2.643rem;
      color: #202021;
      font-family: 'notokr-demilight';
    }
    #footer .family-site .inner {
      position: absolute;
      bottom:38px;
	  box-sizing: border-box;
      transform: scaleY(0);    
      transform-origin: top;
      transition: transform 0s ease;
      /*height:0;*/
      transform-origin: bottom;
      overflow:hidden;
      border-top: 1px solid #d8d8d8;
      z-index:31;
	  width: 100%;
	  padding-bottom: 0;
	  
	  background: #f5f5f5;
    }
	 #footer .family-site.active .title{
		background: url('../images/common/ico_arrow3.png') no-repeat center right;
		background-size: 18px;
	 }
    #footer .family-site.active .inner{
      height:151px;
      height:auto;
      transform-origin: bottom;
      transition: height 0.5s ease;
      transform: scaleY(1);
      transition: transform 0.26s ease;
    }
    #footer .family-site ul {
      width: 100%;
      padding:0 0;
    }
    #footer .family-site ul li {
      
    padding:14px 1.786rem 14px 1.786rem;
    }
	#footer .family-site ul li + li{
		border-top: 1px solid #e3e3e3;
	}
    #footer .family-site ul li a {
      display: block;
      font-size:14px;
      line-height:14px;
      font-family: 'notokr-regular';
	  text-align: left;
	  color: #434343;
    }
    #footer .family-site ul li a:hover {
      color:#1f8e37;
    }
  #footer .inner {
    background:#202021;
	padding:0rem 1.786rem 2.357rem 1.786rem;
    text-align: center;
  }
    #footer .inner .sns {
      padding:1rem 0rem 1rem 0rem;
      margin:0 auto;
      display: inline-block;
    }
      #footer .inner .sns .txt1 {
        display: inline-block;
        float: left;
        text-align: left;
        color:#fff;
        font-size:0.8571rem;
        line-height: 1.071rem;
        font-family: 'notokr-demilight';
        margin-right: 1.429rem;
      }
      #footer .inner .sns a {
        display: inline-block;
        float: left;
        font-size: 0;
        text-indent: -9999px;
        margin-right: 0.4286rem;
        width:2.214rem;
        height:2.214rem;
      }
      #footer .inner .sns a.fb {
        background:url("../images/common/ico_fb.png") no-repeat;
        background-size: contain;
      }
      #footer .inner .sns a.blog {
        background:url("../images/common/ico_blog.png") no-repeat;
        background-size: contain;
      }
      #footer .inner .sns a.insta {
        background:url("../images/common/ico_insta.png") no-repeat;
        background-size: contain;
        margin-right: 0;
      }
    #footer .inner .link {
      border-top:1px solid #373738;
      padding: 1.214rem 0rem;
      text-align: left;
    }
      #footer .inner .link li {
        display: inline-block;
        float: left;
      }
      #footer .inner .link a {
        position: relative;
        color:#fff;
        font-size: 0.7143rem;
        line-height: 1.3;
        margin-right: 0.5rem;
        padding-right: 0.5rem;
      }
      #footer .inner .link a:after {
        position: absolute;
        top:0.2rem;
        right: 0;
        content:"";
        border-left: 1px solid #fff;
        width:1px;
        height:0.7143rem;
      }
      #footer .inner .link li:first-child a {
        padding-left: 0;
        margin-left: 0;
      }
      #footer .inner .link li:last-child a:after {
        border:none;
        width: 0;
      }
    #footer .inner .btm-txt {
      text-align: left;
    }
      #footer .inner .btm-txt span {
        font-family: 'notokr-light';
        font-size: 0.7143rem;
        line-height: 1.2;
        color:#bababb;
        display: block;
      }
      #footer .inner .btm-txt span:first-child {
        margin-top:1rem;
      }
      #footer .inner .btm-txt span:last-child {
        margin-top:0.5rem;
      }


.owl-dots {
  position: absolute;
  bottom:18px;
  left:50%;
  transform: translateX(-50%);
}
  .owl-dots .owl-dot {
    display: inline-block;
    float: left;
    margin-right: 5px;
  }
  .owl-dots .owl-dot span{
    display: inline-block;
    width:11px;
    height:11px;
    border:1px solid #ffffff;
    border-radius: 50%;
    box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.1);
  }
  .owl-dots .owl-dot.active span{
    background-color: #70c752;
    border-color: #70c752;
  }


a.btn-style1 {
  display: inline-block;
  border:1px solid #c8c8c8;
  background: #f5f5f5;
  color:#434343;
  font-family: 'notokr-demilight';
  font-size: 1rem;
  line-height: 2.5rem;
  padding:0rem 1.929rem;
}


.nav .select-def {
  margin-top:52px;
  position: relative;
  cursor: pointer;
  text-align: left;
  display: inline-block;
  float: left;
  width:50%;
  height: 3.571rem;
  background: #5daa49;
}
  .nav .select-def .tit {
    display: block;
    width: 100%;
    height: 100%;
    background: #5daa49 url('../images/common/ico_arrow6.png') no-repeat 90% 50%;
    background-size: 0.8571rem 0.4286rem;
  }
  .nav .select-def .tit span{
    display: block;
    font-size:1.071rem;
    line-height: 3.571rem;
    padding-left:1.786rem;
    color: #ffffff;
    font-family: 'notokr-medium';
    border-right: 1px solid #ffffff;
  }
    @media (max-width:360px) {
      .nav .select-def .tit span{
        font-size:0.9286rem;
        padding-left:1.2rem;
      }
    }
  .nav .select-def .inner {
    position: absolute;
    top:3.571rem;
    transform: scaleY(0);    
    transform-origin: top;
    transition: transform 0s ease;
    height:0;
    width: 100%;
    overflow:hidden;
    background-color: #f7f7f7;
    border-bottom:none;
    z-index:3;
  }
  .nav .select-def .inner.active {
    height:auto;
    transform-origin: top;
    transition: height 0.5s ease;
    transform: scaleY(1);
    transition: transform 0.26s ease;
  }
  .nav .select-def ul {
    border: 1px solid #d7d7d7;
    padding:0.7143rem 0rem;
  }
  .nav .select-def ul li {
    padding-left:1.786rem;
  }
    @media (max-width:360px) {
      .nav .select-def ul li {
        padding-left:1.2rem;
      }
    }
  .nav .select-def ul li a {
    display: block;
    font-size: 1.071rem;
    line-height: 1;
    font-family: 'notokr-demilight';
    color:#1f1f1f;
    padding:0.7143rem 0px;
  }
  .nav .select-def ul li a:hover {
    color:#1f8e37;
  }


.select-def2 {
  position: relative;
  cursor: pointer;
  text-align: left;
  display: inline-block;
  float: left;
  width:100%;
  height: 2.857rem;
  background: #ffffff;
}
  .select-def2 .tit {
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffff url('../images/common/ico_arrow7.png') no-repeat 95% 50%;
    background-size: 0.8571rem 0.5714rem;
  }
  .select-def2 .tit span{
    display: block;
    font-size:1.071rem;
    line-height: 2.857rem;
    padding-left:1.786rem;
    color: #323232;
    border:1px solid #d7d7d7;
    font-family: 'notokr-regular';
  }
  .select-def2 .inner {
    position: absolute;
    top:2.857rem;
    transform: scaleY(0);    
    transform-origin: top;
    transition: transform 0s ease;
    height:0;
    width: 100%;
    overflow:hidden;
    background-color: #fff;
    border-bottom:none;
    z-index:1;
  }
  .select-def2 .inner.active {
    height:auto;
    transform-origin: top;
    transition: height 0.5s ease;
    transform: scaleY(1);
    transition: transform 0.26s ease;
  }
  .select-def2 ul {
    border: 1px solid #d7d7d7;
    padding:0.7143rem 0rem;
  }
  .select-def2 ul li {
    padding-left:1.786rem;
  }
  .select-def2 ul li a {
    display: block;
    font-size: 1.071rem;
    line-height: 1;
    font-family: 'notokr-demilight';
    color: #323232;
    padding:0.7143rem 0px;
  }


.select-def3 {
  position: relative;
  cursor: pointer;
  text-align: left;
  display: block;
  height: 2.857rem;
  background: #ffffff;
}
  .select-def3 .tit {
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffff url('../images/common/ico_arrow7.png') no-repeat 95% 50%;
    background-size: 0.8571rem 0.5714rem;
  }
  .select-def3 .tit span{
    display: block;
    font-size: 0.8571rem;
    font-family: 'notokr-light';
    line-height: 2.857rem;
    padding-left:1.143rem;
    color: #000;
    border:1px solid #cdcdcd;
  }
  .select-def3 .inner {
    position: absolute;
    top:2.857rem;
    transform: scaleY(0);    
    transform-origin: top;
    transition: transform 0s ease;
    height:0;
    width: 100%;
    overflow:hidden;
    background-color: #fff;
    border-bottom:none;
    z-index:1;
  }
  .select-def3 .inner.active {
    height:auto;
    transform-origin: top;
    transition: height 0.5s ease;
    transform: scaleY(1);
    transition: transform 0.26s ease;
  }
  .select-def3 ul {
    border: 1px solid #cdcdcd;
    padding:0.7143rem 0rem;
  }
  .select-def3 ul li {
    padding-left:1.143rem;
  }
  .select-def3 ul li a {
    display: block;
    font-size: 0.8571rem;
    font-family: 'notokr-light';
    line-height: 1;
    color: #000000;
    padding:0.7143rem 0px;
  }


.select-def4 {
  position: relative;
  cursor: pointer;
  text-align: left;
  display: block;
  height: 2.643rem;
  background: #ffffff;
}
  .select-def4 .tit {
    position: absolute;
    top:0;
    left:0;
    display: block;
    width: 100%;
    height: 100%;
    background: url('../images/common/ico_arrow9.png') no-repeat 88% 50%;
    background-size: 0.8571rem 0.5714rem;
    z-index:2;
  }
    .select-def4 .tit.tit-full {
      background: url('../images/common/ico_arrow9.png') no-repeat 95% 50%;
      background-size: 0.8571rem 0.5714rem;
    }
  .select-def4 .tit span{
    display: block;
    font-size: 1.071rem;
    font-family: 'notokr-regular';
    height: 2.643rem;
    line-height: 2.643rem;
    padding-left:1.143rem;
    color: #000;
    border:1px solid #cfcfcf;
    border-radius: 10px;
  }
  .select-def4 .inner {
    position: absolute;
    top:2.3rem;
    transform: scaleY(0);    
    transform-origin: top;
    transition: transform 0s ease;
    height:0;
    width: 100%;
    overflow:hidden;
    background-color: #fff;
    border-bottom:none;
    z-index:1;
  }
  .select-def4 .inner.active {
    height:auto;
    transform-origin: top;
    transition: height 0.5s ease;
    transform: scaleY(1);
    transition: transform 0.26s ease;
  }
  .select-def4 ul {
    border: 1px solid #cdcdcd;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top:none;
    padding:0.9143rem 0rem 0.5rem 0rem;
  }
  .select-def4 ul li {
    padding-left:1.143rem;
  }
  .select-def4 ul li a {
    display: block;
    font-size: 1.071rem;
    font-family: 'notokr-regular';
    line-height: 1;
    color: #000000;
    padding:0.7143rem 0px;
  }



  .select-def5 {
  position: relative;
  cursor: pointer;
  text-align: left;
  display: inline-block;
  float: left;
  width:100%;
  height: 2.857rem;
  background: #ffffff;
}
  .select-def5 .tit {
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffff url('../images/common/ico_arrow7.png') no-repeat 95% 50%;
    background-size: 0.8571rem 0.5714rem;
  }
  .select-def5 .tit span{
    display: block;
    font-size:1.071rem;
    line-height: 2.857rem;
    padding-left:1.786rem;
    color: #323232;
    border:1px solid #d7d7d7;
    font-family: 'notokr-regular';
  }
  .select-def5 .inner {
    position: absolute;
    top:2.857rem;
    transform: scaleY(0);    
    transform-origin: top;
    transition: transform 0s ease;
    height:0;
    width: 100%;
    overflow:hidden;
    background-color: #fff;
    border-bottom:none;
    z-index:1;
  }
  .select-def5 .inner.active {
    height:auto;
    transform-origin: top;
    transition: height 0.5s ease;
    transform: scaleY(1);
    transition: transform 0.26s ease;
  }
  .select-def5 ul {
    border: 1px solid #d7d7d7;
    padding:0.7143rem 0rem;
  }
  .select-def5 ul li {
    padding-left:1.786rem;
  }
  .select-def5 ul li a {
    display: block;
    font-size: 1.071rem;
    line-height: 1;
    font-family: 'notokr-demilight';
    color: #323232;
    padding:0.7143rem 0px;
  }




.paging {
  display: inline-block;
  margin:0px auto;
  height:2rem;
}
  .paging a {
    display:inline-block;
    float:left;
    width:2rem;
    height:2rem;
    line-height: 2rem;
    border:1px solid #cccccc;
    /*margin-right:10px;*/
    font-size: 0;
  }
  .paging a + a{
	border-left: 0;
  }
  .paging a.first {
    background:url("../images/common/ico_paging_first.png") no-repeat center center;
    background-size: 0.7857rem 0.8571rem;
  }
  .paging a.prev {
    margin-right:0.6429rem;
    background:url("../images/common/ico_paging_prev.png") no-repeat center center;
    background-size: 0.4286rem 0.8571rem;
    /*border-left:none;*/
  }
  .paging a.num {
    font-size: 1rem;
    /*margin-right:6px;*/
    color:#000;
    background: #fff;
    font-family: 'notokr-light';
    border-left:none;
  }
    .paging a.num:first-child {
      border:1px solid #cccccc;
    }
  .paging a.num.active {
    color:#fff;
    background: #399c17;
  }
  .paging a.next {
    margin-left:0.6429rem;;
    background:url("../images/common/ico_paging_next.png") no-repeat center center;
    background-size: 0.4286rem 0.8571rem;
	border-left:1px solid #cccccc;
  }
  .paging a.last {
    background:url("../images/common/ico_paging_last.png") no-repeat center center;
    background-size: 0.7857rem 0.8571rem;
    border-left: none;
  }


.paging-wrap {
  margin-top: 2.143rem;
  margin-bottom: 2.143rem;
  text-align: center;
}


.tab-def {
  display:block;
}
  .tab-def .tab-head {
    overflow: hidden;
  }
    .tab-def .tab-head button {
      background-color: #f6f7f9;
      border:1px solid #c8c8c8;
      border-left:none;
      border-bottom:1px solid #363636;
      float: left;
      outline: none;
      cursor: pointer;
      transition: 0.15s;
      color:#929292;
      padding:0;

      font-family: 'notokr-light';
      width:50%;
      height:3rem;
      line-height:3rem;
    }
    .tab-def .tab-head button:first-child {
      margin-left:0px;
      border-left:1px solid #c8c8c8;
    }
    .tab-def .tab-head button:last-child {
    }
    .tab-def .tab-head button.active {
      background-color: #ffffff;
      border:1px solid #363636;
      border-bottom: none;
      color:#363636;
      font-family: 'notokr-medium';
    }
    .tab-def .tab-head button span {
      display: block;
      border-top:2px solid #f6f7f9;
      height: 2.857rem;
      line-height: 2.857rem;
    }
    .tab-def .tab-head button.active span {
      display: block;
      border-top:2px solid #363636;
    }
  .tab-def .tab-body {
    display: none;
    transition: 0.15s;
  }
    .tab-def .tab-body.active {
      display: block;
    }


.table-def {
  border-top:2px solid #000;
}
  .table-def tr{
    border-bottom: 1px solid #c8c8c8;
  }
  .table-def th{
    background:#f5f5f5;
    color:#434343;
    font-size:1rem;
    font-family: 'notokr-regular';
    text-align: left;
    padding:1.071rem 0rem;
  }
    .table-def th span{
      padding-left: 0.7143rem;
    }

  .table-def td{
    color:#000;
    /*font-size:0.8571rem;*/
	font-size: 1rem;
    font-family: 'notokr-demilight';
    text-align: left;
    padding:1.071rem 0rem;
    padding-left: 0.7143rem;
  }


.table-def2 {
  border-top:1px solid #000;
}
  .table-def2 tr{
    border-bottom: 1px solid #c8c8c8;
  }
  .table-def2 th{
    color:#434343;
    font-size:1rem;
    font-family: 'notokr-regular';
    text-align: left;
    padding:0.6429rem 0rem;
    vertical-align: middle;
  }
    .table-def2 th span{
      padding-left: 0.7143rem;
    }

  .table-def2 td{
    color:#000;
    font-size:1rem;
    font-family: 'notokr-light';
    text-align: left;
    padding:0.6429rem 0rem;
    padding-left: 0.7143rem;
    vertical-align: middle;
  }
  .table-def2 .notice{
    background-color: #f5f5f5;
  }
    .table-def2 .notice a{
      position: relative;
      display: block;
    }
    .table-def2 .notice a .type{
      position: absolute;
      top:50%;
      left:0;
      transform: translateY(-50%);
      display: block;
      width:3.571rem;
      height:1.5rem;
      background: #389c16;
      color:#fff;
      line-height: 1.5rem;
      font-size: 1rem;
      font-family: 'notokr-regular';
      text-align: center;
    }
      .table-def2 .notice a .txt1{
        margin-left:4.286rem;
      }
      .table-def2 .notice a .txt2{
        margin-left:4.286rem;
      }

  .table-def2 .type-image{
  }
    .table-def2 .type-image a{
      position: relative;
      display: table;
    }
    .table-def2 .type-image a .pic{
      display: table-cell;
      /*width: 9.214rem;*/
	  width: 6.25rem;
      height: 50px;
      border:1px solid #cccccc;
    }
      .table-def2 .type-image a .txt{
        display: table-cell;
        vertical-align: middle;
        padding-left:0.5rem;
        padding-right:0.5rem;
        font-size: 1rem;
        line-height: 1.2;
        font-family: 'notokr-light';
        color:#000;
      }
      .table-def2 .type-image a .txt .txt1{
        display: block;
        height:1.1rem;
        overflow: hidden;

      }
      .table-def2 .type-image a .txt .txt2{
        display: block;
        margin-top: 0.5rem;
        font-size: 0.7143rem;

      }


.bbs-view {
}
  .bbs-view .txt1 {
    display: block;
    margin-top:  1.929rem;
    background-color: #f5f5f5;
    border-top:2px solid #000000;
    font-size:1rem;
    line-height: 1.4;
    font-family: 'notokr-regular';
    padding:0.7143rem ;
    color:#000;
  }
  .bbs-view .row {
    display: block;
    border-bottom:1px solid #c8c8c8;
    padding:0.5714rem 0.7143rem ;
  }
  .bbs-view .txt2 {
    font-size:0.8571rem;
    line-height: 0.8571rem;
    font-family: 'notokr-light';
    color:#000;
  }
  .bbs-view .txt3 {
    float: right;
    font-size:0.8571rem;
    line-height: 1;
    font-family: 'notokr-light';
    color:#000;
  }
  .bbs-view .txt4 {
    display: block;
    border-bottom:1px solid #c8c8c8;
    padding:0.5714rem 0.7143rem ;
     font-size:0.8571rem;
    line-height: 1;
    font-family: 'notokr-light';
    color:#000;
 }
   .bbs-view .split{
    display: inline-block;
    margin-left: 0.5714rem;
    position: relative;
    padding-left:0.5714rem;;
    position: relative;
  }
  .bbs-view .split:before{
    position: absolute;
    top:1px;
    left:0;
    content:"";
    height:0.78rem;
    width:0.5714rem;
    border-left:1px solid #737373;
    padding-left:0.5714rem;
  }
  .bbs-view .memo {
    display: block;
    border-bottom:1px solid #c8c8c8;
    padding:1.429rem 0rem 8.571rem 0rem;
 }
  .bbs-view .memo .txt5 {
    display: block;
    /*font-size:0.8571rem;*/
	font-size: 1.071rem;
    padding:0rem 0.5rem;
    line-height: 1.3;
    font-family: 'notokr-demilight';
    color:#4f5151;
 }
  .bbs-view .memo .pic {
    display: block;
    width: 100%;
    height: auto;
    margin-top:0.7143rem;
  }
.bbs-view .btn-wrap {
  margin-top:1.7rem;
}


.radioArea {
  height: 1.071rem;
}
  .radioArea input + label {
    padding-left:1.286rem;
    background:url("../images/common/ico_btn1.png") no-repeat center left;
    background-size: 1rem 1rem;
    color:#000;
    font-size: 0.8571rem;
    line-height: 1.071rem;
    height:1.071rem;
    font-family: 'notokr-regular';
  }
  .radioArea input:checked + label {
    background:url("../images/common/ico_btn2.png") no-repeat center left;
    background-size: 1.071rem 1.071rem;
  }
  .radioArea input {
    display: none !important;
  }


.write-wrap {
  border-top:2px solid #101010;
  background-color: #f5f5f5;
}
  .write-wrap .row {
    display: block;
    border-bottom: 1px solid #c1c1c1;
    padding:0.6429rem 0.8571rem;
    min-height: 3rem;
  }
  .write-wrap input {
    display: block;
    width: 100%;
    height:2.429rem;
    line-height: 2.429rem;
    padding:0px 1.143rem;
    border:1px solid #c6c6c6;
    font-size: 0.8571rem;
    font-family: 'notokr-light';
    color:#000000;
  }
  .write-wrap textarea {
    height:14.29rem;
    width:100%;
    font-size: 0.8571rem;
    line-height:1.3;
    padding:0.8571rem 1.143rem;
    border:1px solid #c6c6c6;
    font-family: 'notokr-light';
    color:#000000;
  }


.btn-def {
  display: inline-block;
  background-color: #5daa49;
  color:#fff;
  font-family: 'notokr-regular';
  font-size: 1.143rem;
  line-height: 3.357rem;
}
  @media (max-width:360px) {
    .btn-def span {
      display: block;
      font-size: 1rem;
      line-height: 3.357rem;
      letter-spacing: -1px;
    }
  }


a.btn-def2 {
  display: block;
  background-color: #f6f7f9;
  color:#797979;
  font-family: 'notokr-regular';
  font-size: 1.143rem;
  line-height: 3.357rem;
  text-align: center;
  border:1px solid #cdcdcd;
}


a.btn-def3 {
  display: block;
  text-align: center;
}
  a.btn-def3 span{
    margin-left:-1.6rem;
    display: inline-block;
    color:#434343;
    font-family: 'notokr-regular';
    font-size: 1.143rem;
    line-height: 3.357rem;
    position: relative;
  }
  a.btn-def3 span:after{
    content:"";
    display: inline-block;
    position: absolute;
    top:0;
    right: -1.8rem;
    width:1.8rem;
    height:3.357rem;
    background:url("../images/common/ico_arrow3.png") no-repeat center right;
    background-size: 0.9286rem 0.5rem;
  }

a.btn-def4 {
  display: block;
  background-color: #f6f7f9;
  color:#797979;
  font-family: 'notokr-regular';
  font-size: 1.143rem;
  line-height: 2.7rem;
  text-align: center;
  border:1px solid #cdcdcd;
}

a.btn-ok {
  display: inline-block;
  border:1px solid #cdcdcd;
  background-color: #5daa49;
  font-size: 1.143rem;
  line-height: 3.357rem;
  color:#ffffff;
  font-family: 'notokr-regular';
  text-align: center;
}


.bbs-link {
  /*border-top:1px solid #c8c8c8;*/
}
  .bbs-link .inner {
    border-bottom:1px solid #c8c8c8;
    height:1.95rem;
    overflow: hidden;
  }
  .bbs-link .inner * {
    font-size:0.8571rem;
    line-height: 1rem;
    font-family: 'notokr-demilight';
    color:#000000;
  }
  .bbs-link .inner .title {
    display: inline-block;
    padding:0.5714rem 0px 0.5714rem 1rem;
    width:4.714rem;
  }
    .bbs-link .inner.prev .title {
      background:#f5f5f5 url("../images/common/ico_prev.png") no-repeat 4.286rem 0.8714rem;
      background-size:7px 4px;
    }
    .bbs-link .inner.next .title {
      background:#f5f5f5 url("../images/common/ico_next.png") no-repeat 4.286rem 0.8714rem;
      background-size:7px 4px;
    }
  .bbs-link .inner .text {
    color:#000000;
    font-family: 'notokr-light';
    font-size: 0.8571rem;
    line-height: 1rem;
    margin-left:1rem;
    margin-right: 1rem;
  }


.together-list {
}
  .together-list .item {
    display: block;
    text-align: left;
    margin-top: 1.143rem;
    border-bottom:1px solid #c8c8c8;
  }
  .together-list .item a {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .together-list .item .pic {
    display: block;
    width:100%;
    height:auto;
  }
  .together-list .item .btm {
    position: relative;
    display: block;
  }
  .together-list .item .btm:before {
    position:absolute;
    top:-31px;
    left:0;
    content:"";
    width:31px;
    height:31px;
    background:url("../images/common/ico_pic.png") no-repeat;
  }
  .together-list .item .btm-mov:before {
    background:none;
  }
  .together-list .item.fb .btm:before {
    top:-2.643rem;
    width:2.643rem;
    height:2.643rem;
    background:url("../images/common/ico_fb2.png") no-repeat;
    background-size: 2.643rem 2.643rem;
  }
  .together-list .item.blog .btm:before {
    top:-2.643rem;
    width:2.643rem;
    height:2.643rem;
    background:url("../images/common/ico_blog2.png") no-repeat;
    background-size: 2.643rem 2.643rem;
  }
  .together-list .item.insta .btm:before {
    top:-2.643rem;
    width:2.643rem;
    height:2.643rem;
    background:url("../images/common/ico_insta2.png") no-repeat;
    background-size: 2.643rem 2.643rem;
  }

  .together-list .item .btm .inner{
    padding:0.8rem 0.9rem;
  }
  .together-list .item .btm .inner .txt2{
    display: block;
    font-size: 1rem;
    color:#000;
    font-family: 'notokr-regular';
    line-height:1.2rem;
  }
  .together-list .item .btm .inner .txt3{
    display: block;
    font-size:  0.7143rem;
    color:#000;
    font-family: 'notokr-light';
    line-height:1.2rem;
  }


.banner-list {
}
  .banner-list .item {
    display: block;
    text-align: left;
    margin-top: 1.143rem;
  }
  .banner-list .item a {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .banner-list .item .pic {
    display: block;
    width:100%;
    height:auto;
  }


.card-list {
}
  .card-list .item {
    display: block;
    text-align: left;
    margin-top: 1.143rem;
    border:1px solid #c8c8c8;
  }
  .card-list .item a {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .card-list .item .pic {
    display: block;
    width:100%;
    height:auto;
  }
  .card-list .item .btm {
    position: relative;
    display: block;
    padding:0.8rem 0.9rem;
    background:url("../images/common/ico_arrow10.png") no-repeat calc( 100% - 1.5rem ) 1.4rem;
    background-size: 0.6429rem 1.214rem;
  }
  .card-list .item .btm .txt2{
    display: block;
    font-size: 1rem;
    color:#4076ca;
    font-family: 'notokr-regular';
    line-height:1rem;
  }
  .card-list .item .btm .txt3{
    display: block;
    font-size: 0.8571rem;
    color:#000;
    font-family: 'notokr-demilight';
    line-height:1rem;
    margin-top:0.4rem;
  }


.video-responsive {
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}
  .video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
  }


.arcodion {
}
  .arcodion .depth1 {
    margin-top: 1.5rem ;
    border-top:1px solid #d8d8d8;
  }
    .arcodion .depth1>li{
      border-bottom:1px solid #d8d8d8;
    }
    .arcodion .depth1 li a {
      display: block;
        color:#000;
        font-size: 1.214rem;
        font-family: 'notokr-regular';
      line-height:1.6rem;
      padding:1.2rem 0rem 1.2rem 0.8rem;
    }
    .arcodion .depth1>li>a {
      background:url("../images/common/ico_arrow12.png") no-repeat calc( 100% - 1.643rem ) calc( 50% );
      background-size: 1.5rem 0.8571rem;
    }
      .arcodion .depth1>li>a .ico{
        display: block;
        margin:0rem 3.7rem 0rem 1.7rem;
        
        line-height:1.6rem;
        position: relative;
      }
      .arcodion .depth1>li>a .ico:before{
        content:"Q.";
        position: absolute;
        top:0;
        left:-1.7rem;
        color:#5daa4a;
      }
      /*.arcodion .depth1>li>a>span.type2 {
        position: relative;
      }
      .arcodion .depth1>li>a>span.type2 span:nth-child(1){
        position:absolute;
        text-indent: 0;
        top:0;
        left:0;
        display: inline;
        margin:0;
      }*/
      .arcodion .depth1>li>a .ico.type2 {
        position: relative;
        font-size:1.143rem;
      }
      .arcodion .depth1>li>a .ico.type2 span:nth-child(1){
        position: absolute;
        top:0;
        left:0;
      }
      .arcodion .depth1>li>a .ico.type2 span:nth-child(2){
        display: inline-block;
        margin-left:3.3rem;
      }

    .arcodion .depth1>li.active>a {
      background-color:#5daa49;
      background-image:url("../images/common/ico_arrow13.png");
      background-size: 1.5rem 0.8571rem;
      color:#fff;
    }
    .arcodion .depth1>li.active>a.type1 {
      background-color:#fff;
      background-image:url("../images/common/ico_arrow14.png");
      color:#000;
    }
    .arcodion .depth2 {
      background-color: #f5f5f5;
      max-height: 0;
      transition: max-height 0.2s ease;
      overflow: hidden;
    }
      .arcodion .depth2 .inner {
        padding:0.8rem 1rem;
      }
        .arcodion .depth2 .inner .txt1 {
          font-family: 'notokr-medium';
          font-size: 0.9286rem;
          line-height: 1.5rem;
          color:#000;
        }
        .arcodion .depth2 .inner .txt2-title {
          padding-top:0.6rem;
          display: block;
          font-family: 'notokr-medium';
          font-size: 0.9286rem;
          line-height: 1.5rem;
          color:#1f8e37;
        }
        .arcodion .depth2 .inner .txt2-title.line {
          margin-top:0.6rem;
          border-top:1px solid #d8d8d8;
        }
        .arcodion .depth2 .inner .txt2 {
          display: block;
          font-family: 'notokr-demilight';
          font-size: 0.9286rem;
          line-height: 1.5rem;
          color: #767575
        }
      .arcodion .depth2 .inner2 {
        padding:0.8rem 1.9rem;
        border-top:1px solid #d8d8d8;
      }
        .arcodion .depth2 .inner2 .txt3 {
          display: block;
          font-family: 'notokr-regular';
          font-size: 1.071rem;
          line-height: 1.357rem;
          color: #767575;
          margin-left:1.1rem;
          text-indent: -1.1rem;
        }
        .arcodion .depth2 .inner2 .txt3:before{
          content:"A.";
          margin-right: 0.3rem;
        }
    .arcodion .depth1>li.active .depth2 {
      max-height: 1000px;
      transition: max-height 0.5s ease;
    }

.sub .forms{
}
  .sub .forms .agree-box {
    border: 1px solid #c8c8c8;
    padding:0.5rem;
    height:13.57rem;
    overflow-y:scroll;
    margin-top: 10px;
    font-size:0.7143rem;
    font-family: 'notokr-demilight';
    line-height: 1.1rem;
  }
  .sub .forms .agree-box>p {
  }
  .sub .forms .agree-box>p span {
    line-height: 1.1rem;
    display: block;
  }
  .sub .forms .agree-box>p .depth1 {
  }
  .sub .forms .agree-box>p .depth2 {
  }
  .sub .forms .agree-box>p .depth2.line {
  }
  .sub .forms .radioArea {
    margin-top:0.7143rem;
    height: 1.071rem;
    line-height: 1.071rem;
    text-align: right;
  }
.pdb1 {padding-bottom:1rem !important;}
.pdb2 {padding-bottom:2rem !important;}
.ml3_3 {margin-left:3.3rem !important;}
.mt0 {margin-top:0rem !important;}
.mt0_6 {margin-top:0.6rem !important;}
.mt0_8 {margin-top:0.8rem !important;}
.mt0_5 {margin-top:0.5rem !important;}
.mt1 {margin-top:1rem !important;}
.mt1_5 {margin-top:1.5rem !important;}
.mt1_7 {margin-top:1.7rem !important;}
.mt2 {margin-top:2rem !important;}
.mt2_5 {margin-top:2.5rem !important;}
.mt4 {margin-top:4rem !important;}
.mt4_2 {margin-top:4.2rem !important;}
.mt4_6 {margin-top:4.6rem !important;}

.ta-c {text-align: center;}
.ta-r {text-align: right;}
.dpb {display: block;}
.tpb1 {border-top:1px solid #000000;}
.nbd {border:none !important;}

.fc-red { color:#dd1d44 !important; }
.fc-green { color:#1f8e37 !important; }
.fc-green2 { color:#389c16 !important; }
.fc-blue { color:#136db9 !important; }

.ff-demilight {font-family: 'notokr-demilight' !important;}

.fs0_8 {font-size:0.8rem !important;}

/* main */
.main .top-slide {
}
  .main .top-slide .item {
    position: relative;
  }
  .main .top-slide .item .txt1 {
    position: absolute;
    top:80px;
    left:1.786rem;
    display: inline-block;
    color:#1d1d1d;
    font-size: 1.571rem;
    font-family: 'notokr-regular';
    line-height: 1.857rem;
    letter-spacing: -1px;
  }

.main .top-link {
  height: 4.214rem;
  background-image: url("../images/main/bg_green.png");
  background-size: cover;
  padding:0.8571rem 1.786rem;
}
  .main .top-link .list {
    display: table;
    width: 100%;
    height: 100%;
  }
    .main .top-link .list li {
      display: table-cell;
      width:33.333%;
      height:100%;
      position: relative;
      text-align: center;
    }
    .main .top-link .list li:after {
      content: "";
      width:1px;
      height:50%;
      position: absolute;
      top:18;
      right: 0;
      border-right:1px solid #ffffff;
    }
    /*.main .top-link .list li:after {
      content: "";
      width:1px;
      height:100%;
      position: absolute;
      top:0;
      right: 0;
      border-right:1px solid #ffffff;
    }*/
    .main .top-link .list li:last-child:after {
      border:none;
    }
    .main .top-link .list li a {
      display: inline-block;
      color:#fff;
      height:100%;
      padding-top:3.214rem;
      text-align:center;
    }
    .main .top-link .list li:nth-child(1) a {
      background: url("../images/main/ico_hand.png") no-repeat top center;
      /*background-size: 2.786rem 2.5rem;*/
      background-size: 3rem 3rem;
    }
    .main .top-link .list li:nth-child(2) a {
      background: url("../images/main/ico_factory.png") no-repeat top center;
      /*background-size: 2.571rem 2.571rem;*/
      background-size: 2.8rem 2.8rem;
    }
    .main .top-link .list li:nth-child(3) a {
      background: url("../images/main/ico_prd.png") no-repeat top center;
      /*background-size: 2.286rem 2.5rem;*/
      background-size: 2.5rem 3rem;
    }


.main .inner{
  display: inline-block;
} 
.main .inner .left{
  display: inline-block;
  float:left;
  width:49%;
  margin-top:8px;
}  
.main .inner .left a img{
  width:100%;
}  
.main .inner .right{
  position:relative;
  float:right;
  width:49%;
  margin-top:8px;
}  
.main .inner .right a img{
  width:100%;
}       

.main .prd-area {
  padding:1.786rem 1.786rem 3.571rem 1.786rem;
  position: relative;
}
  .main .prd-area .txt1 {
    font-size: 1.286rem;
    font-family: 'notokr-black';
    color:#010101;
  }
  .main .prd-area .owl-carousel {
    margin-top: 1.071rem;
  }
    .main .prd-area .owl-carousel .item{
      display: table;
    }
    .main .prd-area .owl-carousel .item .l{
      display: table-cell;
      width: 50%;
    }
    .main .prd-area .owl-carousel .item .r{
      display: table-cell;
      width: 50%;
      vertical-align: middle;
    }
    .main .prd-area .owl-carousel .item .r .txt2 {
      display: block;
      font-family: 'notokr-regular';
      font-size: 1rem;
      line-height: 1;
      margin-left:1rem;
    }
    .main .prd-area .owl-carousel .item .r .txt3 {
      display: block;
      font-family: 'notokr-bold';
      font-size: 1.429rem;
      margin-top: 0.5rem;
      margin-left:1rem;
    }
    .main .prd-area .owl-carousel .item .r .txt4 {
      display: block;
      font-family: 'notokr-regular';
      font-size: 1rem;
      margin-top: 0.4rem;
      color: #a3a3a3;
      margin-left:1rem;
    }
  .main .prd-area .owl-carousel .owl-dots {
    display: block !important;
    bottom:-2.143rem;
  }
    .main .prd-area .owl-dots .owl-dot span{
      border:1px solid #acacac;
      box-shadow: none;
    }
    .main .prd-area .owl-dots .owl-dot.active span{
      border-color:#70c752;
    }

.main .news-area {
  padding:1.786rem;
  position: relative;
  background-color: #f7f7f7;
}
  .main .news-area>.title{
    display: block;
    font-family: 'notokr-bold';
    color: #010101;
    font-size: 1.286rem;
  }
  .main .news-area .pic{
    position: relative;
    display: block;
    margin-top: 1.214rem;
  }
    .main .news-area .pic img{
      width: 100%;
      height: auto;
    }
    .main .news-area .pic .tag{
      position: absolute;
      top:0;
      right: 0;
      color:#fff;
      font-family: 'notokr-bold';
      font-size: 1.1rem;
      line-height:  1.929rem;
      display: block;
      padding:0rem 0.6rem;
      background-color: #136db9;
    }
    .main .news-area .pic .cover {
      position: absolute;
      bottom:0;
      left:0;
      width: 100%;
      height:89px;
      background:url("../images/main/bg_cover.png") repeat-x;
    }
    .main .news-area .pic .cover .txt1 {
      position: absolute;
      left:0.5rem;
      bottom: 2.357rem;
      display: block;
      color:#fff;
      font-family: 'notokr-regular';
      font-size: 0.8571rem;
    }
    .main .news-area .pic .cover .txt2 {
      position: absolute;
      left:0.5rem;
      bottom: 1rem;
      display: block;
      color:#fff;
      font-family: 'notokr-bold';
      font-size: 1.071rem;
    }
  .main .news-area .list{
    display: block;
    margin-top:1.2rem;
  }
    .main .news-area .list li{
      padding-bottom:0.8rem;
    }
    .main .news-area .list li .txt1{
      position: relative;
      padding-left:10px;
      font-size:1rem;
      line-height: 1rem;
      color:#000000;
      font-family: 'notokr-bold';
    }
      .main .news-area .list li .txt1:before{
        position: absolute;
        top:-0.1rem;
        left:0;
        content:".";
        font-size:1.5rem;
      }
    .main .news-area .list li .txt2{
      font-size:1rem;
      line-height: 1rem;
      color:#404040;
      font-family: 'notokr-demilight';
    }
    .main .news-area .list li .txt3{
      font-size:0.7143rem;
      line-height: 1rem;
      color:#a3a3a3;
      font-family: 'notokr-demilight';
      float: right;
    }
.main .banner3{
  display:block;
  width:100%;
  position:relative;
}
.main .banner3 img{
  width:100%;
}
.main .banner1 {
  display: block;
  width:100%;
  height: 5.929rem;
  background: url("../images/main/bg_banner1.png") repeat-x;
  background-size: contain;
  margin-top:1.571rem;
  text-align: center;
  position: relative;
}

  .main .banner1:before {
    position: absolute;
    top:0px;
    left:0px;
    content: "";
    display: block;
    background: url("../images/main/bg_banner1_left.png") no-repeat;
    background-size: 6px 83px;
    width:10px;
    height:83px;
  }
  .main .banner1 .inner{
    position: relative;
    display: inline-block;
    width:22.14rem;
    height: 5.929rem;
    margin:0 auto;
    text-align: left;
  }
  .main .banner1 .inner .txt1{
    display: block;
    font-family: 'notokr-medium';
    font-size: 1.286rem;
    color:#fff;
    padding-top:1.429rem;
  }
  .main .banner1 .inner .txt2{
    display: inline-block;
    font-family: 'notokr-regular';
    font-size: 0.8571rem;
    margin-top:0.6rem;
    background:#ffffff url("../images/common/ico_arrow1.png") no-repeat 8.071rem 0.4286rem;
    background-size: 5px auto;
    border-radius: 15px;
    height:1.429rem;
    line-height:1.429rem;
    color:#5daa49;
    padding:0rem 2.5rem 0rem 0.9rem;
  }
  .main .banner1 .inner img{
    position: absolute;
    top:0.6rem;
    right: 0;
    width: 7.571rem;
    height: auto;
  }

.banner2 {
  display: block;;
  width:100%;
  height: 5.929rem;
  background: url("../images/main/bg_banner2.png") repeat-x;
  background-size: contain;
  margin-top:1.571rem;
  text-align: center;
  position: relative;
}
  .banner2:before {
    position: absolute;
    top:0px;
    left:0px;
    content: "";
    display: block;
    background: url("../images/main/bg_banner2_left.png") no-repeat;
    background-size: 6px 83px;
    width:10px;
    height:83px;
  }
  .banner2 .inner{
    position: relative;
    display: inline-block;
    width:22.14rem;
    height: 5.929rem;
    margin:0 auto;
    text-align: left;
  }
  .banner2 .inner .txt1{
    display: block;
    font-family: 'notokr-medium';
    font-size: 1.286rem;
    color:#fff;
    padding-top:1.429rem;
  }
  .banner2 .inner .txt2{
    display: inline-block;
    font-family: 'notokr-regular';
    font-size: 0.8571rem;
    margin-top:0.6rem;
    background:#ffffff url("../images/common/ico_arrow2.png") no-repeat 10.7rem 0.4286rem;
    background-size: 5px auto;
    border-radius: 15px;
    height:1.429rem;
    line-height:1.429rem;
    color:#4277ca;
    padding:0rem 2.5rem 0rem 0.9rem;
  }
  .banner2 .inner img{
    position: absolute;
    bottom:0;
    right: 0;
    width: 7.571rem;
    height: auto;
  }

.main .cscenter {
  margin-top:  1.571rem;
  padding:0rem 1.786rem;
  position: relative;
}
  .main .cscenter .cscenter_wrap{
	border: 1px solid #ccc;
	margin-top: 10px;
  }
  .main .cscenter .txt1 {
    display: block;
    font-family: 'notokr-bold';
    font-size:  1.286rem;
    color:#010101;
  }
  .main .cscenter .cscenter_wrap .txt2{
	font-size: 1rem;
	color: #404040;
	font-family: 'notokr-medium';
  }
    .main .cscenter .cscenter_wrap .txt2 span{
		font-size: 0.8571rem;
		font-family: 'notokr-medium';
	}
  .main .cscenter .cscenter_wrap .txt3{
	font-size: 1.571rem;
	color: #747474;
	font-family: 'notokr-medium';
	padding-left: 7px;
	margin-top: 6px;
  }
  .main .cscenter .cscenter_wrap .txt4{
	font-size: 0.813rem;
	color: #404040;
	line-height: 14px;
  }
  .main .cscenter .cscenter_wrap > div{
	padding: 10px 0;
	width: calc(100% - 2.75rem);
	margin: 0 auto;
  }
  .main .cscenter .cscenter_wrap .top{
	border-bottom: 1px solid #9f9f9f;
	background: url('../images/main/main_cscenter_ico2.png') no-repeat left center;
	background-size: 50px;
    padding-left: 60px;
    box-sizing: border-box;
  }

  .main .cscenter .cscenter_wrap .mid{
	background: url('../images/main/main_cscenter_ico1.png') no-repeat left center;
	background-size: 50px;
    padding-left: 60px;
    box-sizing: border-box;
  }

  .main .cscenter .cscenter_wrap .bottom{
	background-color: #f5f5f5;
	width: 100%;
	padding: 10px 1.375rem;
	box-sizing: border-box;
  }
  /*.main .cscenter .txt2 {
    display: block;
    font-family: 'notokr-bold';
    font-size:  1.571rem;
    color:#5daa49;
    margin-top: 0.7143rem;
  }
  .main .cscenter .txt3 {
    display: block;
    font-family: 'notokr-regular';
    font-size:  0.7143rem;
    margin-top: 0.5rem;
  }
  .main .cscenter .txt4 {
    position: absolute;
    top: 0.8571rem;
    right: 1.786rem;
    display: inline-block;
    width: 3.5rem;
    height: 3.6rem;
    background: url("../images/main/ico_phone.png") no-repeat;
    background-size: contain;
    text-indent: -9999px;
    float: right;

  }*/


/* sub */
.sub {
  padding:7.286rem 1.786rem 0rem 1.786rem !important;
}
  .sub h1 {
    display: block;
    font-size:1.429rem;
    color:#1f1f1f;
    padding-top:2rem;
    font-family: 'notokr-medium';
  }
  .sub h2.sub-title {
    display: block;
    font-size:1.429rem;
    color:#010101;
    padding:1.429rem 0px 0px 0.7857rem;
    font-family: 'notokr-medium';
  }


/* prd */
.prd {
}
  .prd .prd-search-wrap {
    display: block;
    margin-top:1.857rem;
    position: relative;
    height: 10.86rem;
  }
    .prd-search-wrap .search-word{
      height:2.857rem;
      overflow: hidden;
      background-color: #f7f7f7;
      border:1px solid #b7b7b7;
     }

    .prd-search-wrap .search-word .search-text {
      color: #323232;
      font-size: 1.071rem;
      border-width: 0;
      height:2.857rem;
      line-height:2.857rem;
      background: #f7f7f7;
      width: calc( 100% - 2.857rem );
      padding: 0px 1.786rem;
      outline: none;
      font-family: 'notokr-regular';
      color:#323232;
    }

    .prd-search-wrap .search-word .search-button {
      position: absolute;
      top:1px;
      right: 0;
      height:2.857rem;
      width:2.857rem;
      font-size: 0;
      text-indent: -9999px;
      border-width: 0;
      background:#aeaeae url("../images/common/ico_search3.png") no-repeat center center;
      background-size: 23px 23px;
      cursor: pointer;
    }
  .prd .title {
    margin-top:2.143rem;
  }
    .prd .title .txt1{
      display: inline-block;
      color:#1f8e37;
      font-family: 'notokr-demilight';
      font-size: 1.214rem;
      line-height: 1;
    }
    .prd .title .txt2{
      display: inline-block;
      color:#010101;
      font-family: 'notokr-demilight';
      font-size: 1.214rem;
      line-height: 1
      margin-left:6px;
    }
    .prd .title .txt3{
      display: inline-block;
      color:#a3a3a3;
      font-family: 'notokr-demilight';
      font-size: 0.9286rem;
      line-height: 1.214rem;
    }

  .prd .list{
  }
  .prd .list::after{
	display: block;
	clear: both;
	content: "";
  }
    .prd .list li{
      /*display: inline-block;*/
      width: 50%;
      margin-top: 1.929rem;
	  /*margin-left: -1px;*/
	  float: left;
    }
      /*.prd .list li:nth-child(odd){
        clear: both;
      }*/
      .prd .list li:nth-child(even){
        /*float: right;*/
		margin-left: -1px;
		
      }
      .prd .list li a{
        display: block;
        border:1px solid #cccccc;
        text-align: center;
      }
        /*.prd .list li:nth-child(even) a{
          border-left: none;
        }*/
        .prd .list li a .inner{
          position: relative;
          display:block;
          height:auto;
          padding:1.4rem;
          border-bottom:1px solid #cccccc;
        }
          .prd .list li a .inner .pic{
            display: inline-block;
            width:auto;
            width:100%;
			height: auto;
            margin:auto;
          }
          .prd .list li a .inner .badge{
            position: absolute;
            top: 0.7143rem;
            right: 0.7143rem;
            width:3.643rem;
            height:3.714rem;
          }
        .prd .list li a .txts{
          display:table;
          width: 100%;
          color:#010101;
          height:4.071rem;
          overflow: hidden;
        }
        .prd .list li a .txts .txt1{
          display:table-cell;
          vertical-align: middle;
          color:#010101;
          font-size:1.214rem;
          line-height: 1;
          text-align: center;
        }
        .prd .list li a .txts .txt2{
          display: block;
          color:#010101;
          font-size:0.8571rem;
          line-height: 1;
          padding-top: 0.4rem;
        }

.prd-detail{
}
  .prd-detail .detail-slide {
    margin-top:1.786rem;
  }
  .prd-detail .detail-slide .item img {
    width:100%;
    height:auto;
  }
  .prd-detail .table-def {
    margin-top:1.286rem;
  }
    .prd-detail .table-def th {
      width: 5.5rem;
    }
  .prd-detail .btn-link {
    display: block;
    margin-top:1.786rem;
    /*padding-left:1.429rem;*/
	text-align: center;
    background-image:url("../images/common/ico_arrow8.png");
    background-size: 0.5rem  0.8571rem;
    background-repeat: no-repeat;
    background-position: 96% 49%;
  }
    .prd-detail .btn-link span {
      background:url("../images/common/ico_info.png") no-repeat center left;
      background-size: 1.429rem 1.429rem;
      padding-left: 2rem;
    line-height: 46px;
    display: block;
    width: 195px;
    margin: 0 auto;
    box-sizing: border-box;
    }
  .prd-detail .btn-atlink {
    display: block;
    margin-top:1.786rem;
    /*padding-left:1.429rem;*/
	  text-align: center;
    background-image:url("../images/common/ico_arrow8.png");
    background-size: 0.5rem  0.8571rem;
    background-repeat: no-repeat;
    background-position: 96% 49%;
  }   
    .prd-detail .btn-atlink span {
      background:url("../images/common/ico_atinfo.png") no-repeat center left;
      background-size: 1.429rem 1.429rem;
      padding-left: 2rem;
    line-height: 46px;
    display: block;
    width: 195px;
    margin: 0 auto;
    box-sizing: border-box;
    } 
  .prd-detail .tab-def {
    margin-top:3.357rem;
  }
    .prd-detail .tab-def .texts {
    }
    .prd-detail .tab-def .texts .title {
      display: block;
      margin-top:1.714rem;
      font-family: 'notokr-medium';
      font-size: 1rem;
      color:#000000;
    }
    .prd-detail .tab-def .texts .text {
      display: block;
      margin-top:0.4rem;
      font-family: 'notokr-demilight';
      font-size: 0.8571rem;
      line-height: 1.6;
      color:#4f5151;
    }
  .prd-detail #body_detail_info .btn-def2 {
    margin-top:5rem;
  }
  .prd-detail .tab-body .forms {
    margin-top:1.714rem;
  }
    .prd-detail .tab-body .forms .title {
      font-family: 'notokr-medium';
      color:#000;
      font-size:14px;
    }
    /*.prd-detail .tab-body .forms .agree-box {
      border: 1px solid #c8c8c8;
      padding:0.5rem;
      height:13.57rem;
      overflow-y:scroll;
      margin-top: 10px;
      font-size:0.7143rem;
      font-family: 'notokr-demilight';
      line-height: 1.1rem;
    }
    .prd-detail .tab-body .forms .agree-box>p {
    }
    .prd-detail .tab-body .forms .agree-box>p span {
      line-height: 1.1rem;
      display: block;
    }
    .prd-detail .tab-body .forms .agree-box>p .depth1 {
    }
    .prd-detail .tab-body .forms .agree-box>p .depth2 {
    }
    .prd-detail .tab-body .forms .agree-box>p .depth2.line {
    }
    .prd-detail .tab-body .forms .radioArea {
      margin-top:0.7143rem;
      height: 1.071rem;
      line-height: 1.071rem;
      text-align: right;
    }*/
    .prd-detail .tab-body .forms .write-wrap {
      margin-top: 2.5rem;
    }
    .prd-detail .tab-body .forms .select-def {
      display: inline-block;
    }
    .prd-detail .tab-body .forms .btn-wrap {
      margin-top: 2.143rem;
    }
    .prd-detail .tab-body .forms .btn-wrap .btn-ok {
      display: inline-block;
      width:48.5%;
    }
    .prd-detail .tab-body .forms .btn-wrap .btn-def2 {
      display: inline-block;
      width:48.5%;
      float: right;
    }
.prd-search{

}
  .prd-search .prd-search-wrap {
    display: block;
    margin-top:1.857rem;
    position: relative;
    height: auto;
  }
  .select-def5{
    margin-top:10px;
  }
  .select-def5 .tit select{
    display: block;
    font-size: 1.071rem;
    line-height: 2.857rem;
    padding-left: 1.786rem;
    color: #323232;
    border: 1px solid #d7d7d7;
    font-family: 'notokr-regular';   
    width:100%;
  }
  .select-def5 input{
    color: #323232;
    font-size: 1.071rem;
    border-width: 0;
    height: 2.857rem;
    line-height: 2.857rem;
    width: 100%;
    padding: 0px 1.786rem;
    outline: none;
    border: 1px solid #d7d7d7;
    font-family: 'notokr-regular';
    color: #323232;
  }
  .prd-search table{
    margin-top:10px;
    text-align:center;
  }
.prd-news {
}
  .prd-news .table-def2 {
    margin-top:1rem;
  }
    .prd-news .table-def2 th{
      min-width: 5.357rem;
    }
    .prd-news .table-def2 .txt1{
      clear: both;
      display: inline-block;
      font-family: 'notokr-light';
      font-size: 1rem;
      height:1.1rem;
      line-height: 1.1rem;
      overflow: hidden;
      color:#000;
    }
    .prd-news .table-def2 .txt2{
      clear: both;
      display: block;
      font-family: 'notokr-light';
      font-size:0.7143rem;
      margin-top:4px;
    }
  .prd-news .cnt {
    display: block;
    text-align: right;
    margin-top:0.8571rem;
    color:#000;
    font-family: 'notokr-demilight';
    font-size: 0.9286rem;
  }
  .prd-news .search-wrap {
    display: block;
    margin-top:2rem;
    height:2.643rem;
  }
    .prd-news .search-wrap .select-def4 {
      display: inline-block;
      width:30%;
      float: left;
    }
    .prd-news .search-wrap .search-word{
      width:68%;
      float:right;
      height:2.643rem;
      overflow: hidden;
      background-color: #fff;
      border:1px solid #cfcfcf;
      border-radius: 10px;
      position: relative;
     }
      .prd-news .search-wrap .search-word .search-text {
        color: #434343;
        font-size: 1.071rem;
        border-width: 0;
        height:2.643rem;
        line-height:2.643rem;
        background: #fff;
        width: calc( 100% - 50px );
        padding: 0px 1rem;
        outline: none;
        font-family: 'notokr-regular';
      }

      .prd-news .search-wrap .search-word .search-button {
        position: absolute;
        top:0px;
        right: 0;
        height:2.643rem;
        width:4.286rem;
        text-align: center;
        color: #434343;
        font-size: 1.071rem;
        border-width: 0;
        background:#f5f5f5;
        cursor: pointer;
      }

.prd-news-view {
}
/*  .prd-news-view .txt1 {
    display: block;
    margin-top:  1.929rem;
    background-color: #f5f5f5;
    border-top:2px solid #000000;
    font-size:1rem;
    line-height: 1.4;
    font-family: 'notokr-regular';
    padding:0.7143rem ;
    color:#000;
  }
  .prd-news-view .row {
    display: block;
    border-bottom:1px solid #c8c8c8;
    padding:0.5714rem 0.7143rem ;
  }
  .prd-news-view .txt2 {
    font-size:0.8571rem;
    line-height: 0.8571rem;
    font-family: 'notokr-light';
    color:#000;
  }
  .prd-news-view .txt3 {
    float: right;
    font-size:0.8571rem;
    line-height: 1;
    font-family: 'notokr-light';
    color:#000;
  }
  .prd-news-view .txt4 {
    display: block;
    border-bottom:1px solid #c8c8c8;
    padding:0.5714rem 0.7143rem ;
     font-size:0.8571rem;
    line-height: 1;
    font-family: 'notokr-light';
    color:#000;
 }
  .prd-news-view .txt5 {
    display: block;
    border-bottom:1px solid #c8c8c8;
    padding:1.429rem 0.5rem;
    min-height: 12.86rem;
    font-size:1rem;
    line-height: 1.2;
    font-family: 'notokr-demilight';
    color:#4f5151;
 }
   .prd-news-view .split{
    display: inline-block;
    margin-left: 0.5714rem;
    position: relative;
    padding-left:0.5714rem;;
    position: relative;
  }
  .prd-news-view .split:before{
    position: absolute;
    top:1px;
    left:0;
    content:"";
    height:0.78rem;
    width:0.5714rem;
    border-left:1px solid #737373;
    padding-left:0.5714rem;
  }
  .prd-news-view .btn-wrap {
    margin-top:1.7rem;
  }*/



/* press */
.press-theunews .tab-def {
    margin-top:2rem;
  }
    .press-theunews .tab-def .tab-head button {
      width:33.333%;
    }
    .press-theunews .tab-def .search-wrap {
      display: block;
      margin-top: 1.071rem;
      height:2.643rem;
    }
    .press-theunews .tab-def .search-wrap .select-def4 {
      display: inline-block;
      width:30%;
      float: left;
    }
    .press-theunews .tab-def .search-wrap .search-word{
      width:68%;
      float:right;
      height:2.643rem;
      overflow: hidden;
      background-color: #fff;
      border:1px solid #cfcfcf;
      border-radius: 10px;
      position: relative;
     }
      .press-theunews .tab-def .search-wrap .search-word .search-text {
        color: #434343;
        font-size: 1.071rem;
        border-width: 0;
        height:2.643rem;
        line-height:2.643rem;
        background: #fff;
        width: calc( 100% - 50px );
        padding: 0px 1rem;
        outline: none;
        font-family: 'notokr-regular';
      }

      .press-theunews .tab-def .search-wrap .search-word .search-button {
        position: absolute;
        top:0px;
        right: 0;
        height:2.643rem;
        width:4.286rem;
        text-align: center;
        color: #434343;
        font-size: 1.071rem;
        border-width: 0;
        background:#f5f5f5;
        cursor: pointer;
      }
    .press-theunews .tab-def .cnt {
      display: block;
      text-align: right;
      margin-top:0.8571rem;
      color:#000;
      font-family: 'notokr-demilight';
      font-size: 0.9286rem;
    }
    .press-theunews .tab-def .table-def2 {
      margin-top:1rem;
    }
      .press-theunews .tab-def .table-def2 .txt1{
        clear: both;
        display: inline-block;
        font-family: 'notokr-light';
        font-size: 1rem;
        height:1rem;
        line-height: 1.2rem;
        overflow: hidden;
        color:#000;
      }
      .press-theunews .tab-def .table-def2 .txt2{
        clear: both;
        display: block;
        font-family: 'notokr-light';
        font-size:0.7143rem;
        margin-top:4px;
      }


.press-magazine {
}
  .press-magazine .tab-def {
    margin-top:2rem;
  }
  .press-magazine .tab-def .tab-head button {
    width:33.333%;
  }
  .press-magazine .tab-def .cnt {
    display: block;
    text-align: right;
    margin-top:0.8571rem;
    color:#000;
    font-family: 'notokr-demilight';
    font-size: 0.9286rem;
  }
  .press-magazine .tab-body .list {
    display: block;
    margin-top: 1rem;
  }
    .press-magazine .tab-body .list li {
      display: inline-block;
      width: 50%;
      margin-top: 1.786rem;
    }
    .press-magazine .tab-body .list li:nth-child(1),
    .press-magazine .tab-body .list li:nth-child(2) {
      margin-top: 0;
    }
    .press-magazine .tab-body .list li:nth-child(odd) {
    }
    .press-magazine .tab-body .list li:nth-child(odd) a {
      margin-right: 6px;
    }
    .press-magazine .tab-body .list li:nth-child(even) {
      float: right;
    }
    .press-magazine .tab-body .list li:nth-child(even) a {
      margin-left: 6px;
    }
    .press-magazine .tab-body .list li a {
      display: block;
    }
    .press-magazine .tab-body .list li a img {
      width: 100%;
      height: auto;
    }

  .press-magazine .pop-magazine{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    background:rgba(0,0,0,0.4);
    z-index: 100;
    display: none;
  }
    .press-magazine .pop-magazine .inner{
      position: relative;
      margin: 11.5rem 1.786rem 0rem 1.786rem;
    }
    .press-magazine .pop-magazine #pop-close {
      position: absolute;
      top:-2rem;
      right:0;
      display: block;
      width:1.857rem;
      height:1.857rem;
      background: url("../images/common/ico_close.png") no-repeat;
      background-size: 1.857rem 1.857rem;
      font-size: 0;
      text-indent: -9999px;
    }
    .press-magazine .pop-magazine #counter{
      color:#ffffff;
      font-family: 'notokr-medium';
      font-size: 1.214rem;
      margin-top: 0.9rem;
      text-align: center;
    }
    .press-magazine .pop-magazine #carousel{
      overflow: hidden;
    }


.press-together {
}
  .press-together .tab-def {
    margin-top:2rem;
  }
  .press-together .tab-def .tab-head button {
    width:33.333%;
  }
  /*.press-together .together-list {
  }
    .press-together .together-list .item {
      display: block;
      text-align: left;
      margin-top: 1.143rem;
      border-bottom:1px solid #c8c8c8;
    }
    .press-together .together-list .item a {
      display: block;
      position: relative;
      overflow: hidden;
    }
    .press-together .together-list .item .pic {
      display: block;
      width:100%;
      height:auto;
    }
    .press-together .together-list .item .btm {
      position: relative;
      display: block;
    }
    .press-together .together-list .item .btm:before {
      position:absolute;
      top:-31px;
      left:0;
      content:"";
      width:31px;
      height:31px;
      background:url("../images/common/ico_pic.png") no-repeat;
    }

    .press-together .together-list .item .btm .inner{
      padding:0.8rem 0.9rem;
    }
    .press-together .together-list .item .btm .inner .txt2{
      display: block;
      font-size: 1rem;
      color:#000;
      font-family: 'notokr-light';
      line-height:1.2rem;
    }
    .press-together .together-list .item .btm .inner .txt3{
      display: block;
      font-size:  0.7143rem;
      color:#000;
      font-family: 'notokr-light';
      line-height:1.2rem;
    }*/


.press-press .tab-def {
    margin-top:2rem;
  }
    .press-press .tab-def .search-wrap {
      display: block;
      margin-top: 1.071rem;
      height:2.643rem;
    }
    .press-press .tab-def .search-wrap .select-def4 {
      display: inline-block;
      width:30%;
      float: left;
    }
    .press-press .tab-def .search-wrap .search-word{
      width:68%;
      float:right;
      height:2.643rem;
      overflow: hidden;
      background-color: #fff;
      border:1px solid #cfcfcf;
      border-radius: 10px;
      position: relative;
     }
      .press-press .tab-def .search-wrap .search-word .search-text {
        color: #434343;
        font-size: 1.071rem;
        border-width: 0;
        height:2.643rem;
        line-height:2.643rem;
        background: #fff;
        width: calc( 100% - 50px );
        padding: 0px 1rem;
        outline: none;
        font-family: 'notokr-regular';
      }

      .press-press .tab-def .search-wrap .search-word .search-button {
        position: absolute;
        top:0px;
        right: 0;
        height:2.643rem;
        width:4.286rem;
        text-align: center;
        color: #434343;
        font-size: 1.071rem;
        border-width: 0;
        background:#f5f5f5;
        cursor: pointer;
      }
    .press-press .tab-def .cnt {
      display: block;
      text-align: right;
      margin-top:0.8571rem;
      color:#000;
      font-family: 'notokr-demilight';
      font-size: 0.9286rem;
    }
    .press-press .tab-def .table-def2 {
      margin-top:1rem;
    }


/* ??마스?? */
.press-foodmasters {
}
  .press-foodmasters .tab-def {
    margin-top:2rem;
  }
  .press-foodmasters .tab-def .tab-head button {
    width:33.333%;
  }

  	.press-foodmasters .tab-def .search-wrap{
		display: block;
		margin-top: 1.071rem;
		height: 39px;
	}

    .press-foodmasters .tab-def .search-wrap .select-def4 {
      display: inline-block;
      width:30%;
      float: left;
	  height: 39px;
    }
    .press-foodmasters .tab-def .search-wrap .search-word{
      width:68%;
      float:right;
      height:2.643rem;
      overflow: hidden;
      background-color: #fff;
      border:1px solid #cfcfcf;
      border-radius: 10px;
      position: relative;
     }
      .press-foodmasters .tab-def .search-wrap .search-word .search-text {
        color: #434343;
        font-size: 1.071rem;
        border-width: 0;
        height:2.643rem;
        line-height:2.643rem;
        background: #fff;
        width: calc( 100% - 50px );
        padding: 0px 1rem;
        outline: none;
        font-family: 'notokr-regular';
      }

      .press-foodmasters .tab-def .search-wrap .search-word .search-button {
        position: absolute;
        top:0px;
        right: 0;
        height:2.643rem;
        width:4.286rem;
        text-align: center;
        color: #434343;
        font-size: 1.071rem;
        border-width: 0;
        background:#f5f5f5;
        cursor: pointer;
      }
.press-foodmasters .mapWrap{
	margin-top: 24px;
	background: #f0f5fc;
	width: 100%;
	border-bottom: 3px solid #000
}
	.press-foodmasters .mapWrap .wrapper{
		width: 85%;
		text-align: center;
		margin: 0 auto;
		padding-top: 21px;
		padding-bottom: 15px;
		position: relative;
		background: url("../images/press/map_bg_bg.png") no-repeat;
		background-size: 356px;
		background-position: center bottom;
	}
		.press-foodmasters .mapWrap .wrapper h2{
			background: url("../images/press/map_headLogo.png") no-repeat;
			text-indent: -9999999px;
			background-size: 257px;
			background-position: center;
			padding: 24px 0;
			margin-bottom: 10px;
		}
		.press-foodmasters .mapWrap .wrapper .subTit{
			color: #313130;
			font-family: 'notokr-regular';
			font-size: 12px;
			line-height: 16px;
			border-bottom: 1px solid #8c8e92;
			padding-bottom: 22px;
			margin-bottom: 22px;
		}

		.press-foodmasters .mapWrap .wrapper .areaNameView{
			width: 100%;
			height: 40px;
			background: #f6462e;
			margin: 0 auto;
			border-radius: 27px;
			margin-bottom: 18px;
		}
		.press-foodmasters .mapWrap .wrapper .areaNameView .owl-stage-outer .owl-item div p{
			text-align: center;
			font-family: 'notokr-regular';
			color: #fff;
			font-size: 18px;
			line-height: 40px;
		}
		.press-foodmasters .mapWrap .wrapper .areaNameView .owl-nav .owl-prev{
			position: absolute;
			text-indent: -9999999px;
			width: 10px;
			height: 16px;
			background: url(../images/press/areaName_leftArrow.png) no-repeat;
			background-size: 100%;
			top: 50%;
			transform: translateY(-50%);
			left: 27px;
		}
		.press-foodmasters .mapWrap .wrapper .areaNameView .owl-nav .owl-next{
			position: absolute;
			text-indent: -9999999px;
			width: 10px;
			height: 16px;
			background: url(../images/press/areaName_rightArrow.png) no-repeat;
			background-size: 100%;
			top: 50%;
			transform: translateY(-50%);
			right: 27px;
		}
		.press-foodmasters .mapWrap .wrapper .mapBg{
			width: 269px;
			margin: 0 auto;
			background: url("../images/press/map_bg.png");
			background-size: 100%;
			height: 355px;
			position: relative;
		}
		.press-foodmasters .mapWrap .wrapper .mapBg .areaName{
			position: absolute;
			width: 51px;
			height: 25px;
			box-sizing: border-box;
			background: url(../images/press/area_bg.png) no-repeat;
			background-size: 100%;
		}
		.press-foodmasters .mapWrap .wrapper .mapBg .areaName.on{
			background: url("../images/press/area_bg_on.png") no-repeat;
			background-size: 100%;
		}
		.press-foodmasters .mapWrap .wrapper .mapBg .areaName a{
			font-family: 'notokr-medium';
			color: #2b7b0f;
			font-size: 14px;
			display: block;
			padding-top: 5px;
		}
		.press-foodmasters .mapWrap .wrapper .mapBg .areaName.areaName01{
			left: 20px;
			top: 24px;
		}
		.press-foodmasters .mapWrap .wrapper .mapBg .areaName.areaName02{
			left: 89px;
			top: 38px;
		}
		.press-foodmasters .mapWrap .wrapper .mapBg .areaName.areaName03{
			left: 165px;
			top: 40px;
		}
		.press-foodmasters .mapWrap .wrapper .mapBg .areaName.areaName04{
			left: 0px;
			top: 60px;
		}
		.press-foodmasters .mapWrap .wrapper .mapBg .areaName.areaName05{
			left: 192px;
			top: 120px;
		}
		.press-foodmasters .mapWrap .wrapper .mapBg .areaName.areaName06{
			left: 116px;
			top: 136px;
		}
		.press-foodmasters .mapWrap .wrapper .mapBg .areaName.areaName07{
			left: 185px;
			top: 170px;
		}
		.press-foodmasters .mapWrap .wrapper .mapBg .areaName.areaName08{
			left: 40px;
			top: 177px;
		}
		.press-foodmasters .mapWrap .wrapper .mapBg .areaName.areaName09{
			left: 109px;
			top: 200px;
		}
		.press-foodmasters .mapWrap .wrapper .mapBg .areaName.areaName10{
			left: 219px;
			top: 210px;
		}
		.press-foodmasters .mapWrap .wrapper .mapBg .areaName.areaName11{
			left: 5px;
			top: 221px;
		}
		.press-foodmasters .mapWrap .wrapper .mapBg .areaName.areaName12{
			left: 198px;
			top: 244px;
		}
		.press-foodmasters .mapWrap .wrapper .mapBg .areaName.areaName13{
			left: 11px;
			top: 263px;
		}
		.press-foodmasters .mapWrap .wrapper .mapBg .areaName.areaName14{
			left: 68px;
			top: 331px;
		}
		.press-foodmasters .mapWrap .wrapper .wrongTxt{
			text-align: left;
			font-family: 'notokr-regular';
			font-size: 10px;
			line-height: 14px;
			color: #313130;
			margin-top: 20px;
		}

		.press-foodmasters .foodList ul li{
			padding: 20px 9px 20px 7px;
			box-sizing: border-box;
			border-bottom: 1px solid #c8c8c8
		}
			.press-foodmasters .foodList ul li h3{
				font-family: 'notokr-regular';
				font-size: 17px;
				color: #000;
				margin-bottom: 5px;
			}
				.press-foodmasters .foodList ul li h3 span{
					display: inline-block;
					color: #434343;
					margin-right: 8px;
					font-size: 14px;
				}
			.press-foodmasters .foodList ul li .cont::after{
				display: block;
				clear: both;
				content:"";
			}
				.press-foodmasters .foodList ul li .cont .leftTxt,
				.press-foodmasters .foodList ul li .cont img{
					float: left;
				}
					.press-foodmasters .foodList ul li .cont .leftTxt{
						width: calc(100% - 85px);
						box-sizing: border-box;
						padding-right: 10px;
					}
						.press-foodmasters .foodList ul li .cont .leftTxt p{
							font-size: 11px;
							line-height: 0.971rem;
							font-family: 'notokr-regular';
							color: #000;
							height: 65px;
							overflow: hidden;
						}
						.press-foodmasters .foodList ul li .cont .leftTxt .add{
							font-size: 10px;
							color: #737373;
							height: auto;
							line-height: 12px;
							margin-top: 3px;
						}
							.press-foodmasters .foodList ul li .cont .leftTxt .add img{
								width: 12px;
								height: 12px;
								margin-right: 2px;
							}
					.press-foodmasters .foodList ul li .cont img{
						width: 85px;
						height: 85px;
					}

.press-ad {
}
  .press-ad .tab-def {
    margin-top:2rem;
  }

  .press-ad .tab-def .cnt {
    display: block;
    text-align: right;
    margin-top:0.8571rem;
    color:#000;
    font-family: 'notokr-demilight';
    font-size: 0.9286rem;
  }
  .press-ad .tab-body .list {
    display: block;
    margin-top: 1rem;
  }
    .press-ad .tab-body .list li {
      display: inline-block;
      width: 50%;
      margin-top: 1.786rem;
    }
    .press-ad .tab-body .list li:nth-child(1),
    .press-ad .tab-body .list li:nth-child(2) {
      margin-top: 0;
    }
    .press-ad .tab-body .list li:nth-child(odd) {
    }
    .press-ad .tab-body .list li:nth-child(odd) a {
      margin-right: 6px;
    }
    .press-ad .tab-body .list li:nth-child(even) {
      float: right;
    }
    .press-ad .tab-body .list li:nth-child(even) a {
      margin-left: 6px;
    }
    .press-ad .tab-body .list li a {
      display: block;
    }
    .press-ad .tab-body .list li a img {
      width: 100%;
      height: auto;
      border:1px solid #cccccc;
    }

  .press-ad .pop-ad{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    background:rgba(0,0,0,0.4);
    z-index: 100;
    display: none;
  }
    .press-ad .pop-ad .inner{
      position: relative;
      /*margin: 11.5rem 1.67rem 0rem 1.67rem;*/
	  margin: 9.375rem 1.67rem 0rem 1.67rem;
    }
    .press-ad .pop-ad #pop-close {
      position: absolute;
      top:-2rem;
      right:0;
      display: block;
      width:1.857rem;
      height:1.857rem;
      background: url("../images/common/ico_close.png") no-repeat;
      background-size: 1.857rem 1.857rem;
      font-size: 0;
      text-indent: -9999px;
    }
    .press-ad .pop-ad #pic{
      overflow: hidden;
    }
    .press-ad .pop-ad #pic img{
      width:100%;
      height:auto;
    }


.press-sns {
}
  .press-sns .tab-def {
    margin-top:2rem;
  }
  .press-sns .tab-def .cnt {
    display: block;
    text-align: right;
    margin-top:0.8571rem;
    color:#000;
    font-family: 'notokr-demilight';
    font-size: 0.9286rem;
  }
  .press-sns .together-list {
    margin-top:1rem;
  }


.press-brandstory {
}
  .press-brandstory .tab-def {
    margin-top:2rem;
  }


/* recruit */
#recruit {
  background:#f7f7f7;
}

.recruit-main {
}
  .recruit-main .recruit-img-top {
    margin-left:-1.786rem;
    margin-right:-1.786rem;
  }
    .recruit-main .recruit-img-top img{
      width:100%;
      height:auto;
    }
  .recruit-main .recruit-main-top {
    margin-left:-1.786rem;
    margin-right:-1.786rem;
    padding:2rem 1.786rem 1rem 1.786rem;
    position: relative;
    background: #f5f5f5;
  }
    .recruit-main .recruit-main-top .txt1 {
      display: block;
      font-size:1rem;
      line-height: 1rem;
      font-family: 'notokr-medium';
      color:#434343;
    }
    .recruit-main .recruit-main-top .txt2 {
      display: block;
      margin-top:0.3571rem;
      font-size: 1.357rem;
      line-height: 1.357rem;
      font-family: 'notokr-medium';
      color:#434343;
    }
    .recruit-main .recruit-main-top .btn-link {
      position: absolute;
      top:1.786rem;
      right:1.786rem;
      display: inline-block;
      border:1px solid #e9e9e9;
      line-height: 2.786rem;
      height: 2.786rem;
      padding-left:1rem;
      padding-right: 2.286rem;
      color: #000;
      font-family: 'notokr-demilight';
      font-size: 0.9286rem;
      background: #fff url("../images/common/ico_arrow11.png") no-repeat 8.857rem 0.9rem;
      background-size: 0.9286rem 0.9286rem;
    }
	.recruit-main .recruit-main-top .listNone{
		color: #666;
		text-align: center;
		margin-top: 1.214rem;
		margin-bottom: 0.214rem;
	}
    .recruit-main .recruit-main-top .inner2{
      display: block;
      margin-top: 1.214rem;
      background-color: #fff;
      border-top:2px solid #060606;
      padding-left:0.7857rem;
      padding-right: 0.7857rem;
      box-shadow: 1px 1px 5px rgba(100,100,100,0.2);
    }
	.recruit-main .recruit-main-top .inner2.noneStyle{
		background: none;
		box-shadow: none;
	}
    .recruit-main .recruit-main-top .inner2 .item{
      display: block;
      padding: 1.286rem 0rem;
      margin-right: 0.9286rem;
      border-bottom: 1px solid #c8c8c8;
      background:url("../images/common/ico_arrow10.png") no-repeat;
      background-position: calc( 100% - 1rem) 50%;
      background-size: 0.6429rem 1.214rem;
    }
    .recruit-main .recruit-main-top .inner2 .item:last-child {
      border-bottom: 0;
    }
    .recruit-main .recruit-main-top .inner2 .item .txt3{
      color:#434343;
      font-family:'notokr-regular';
      font-size:1rem;
      line-height:1rem;
    }
    .recruit-main .recruit-main-top .inner2 .item .txt4{
      display: inline-block;
      margin-left: 0.5714rem;
      color:#737373;
      font-family:'notokr-demilight';
      font-size:0.8571rem;
      line-height:0.8571rem;
    }
    .recruit-main .recruit-main-top .inner2 .item .txt5{
      display: block;
      color:#000;
      font-family:'notokr-regular';
      font-size:1.214rem;
      height:1.214rem;
      line-height:1.4rem;
      margin-top:0.6429rem;
      width:calc( 100% - 1.5rem );
      overflow: hidden;
    }


.recruit-quick {
  padding-top: 3.143rem !important;
}
  .recruit-quick .txt1{
    display: block;
    color:#434343;
    font-family: 'notokr-medium';
    font-size:1.286rem;
    line-height:1.286rem;
  }
  .recruit-quick .txt2{
    display: block;
    color:#000;
    font-family: 'notokr-light';
    font-size:1rem;
    line-height: 1rem;
    margin-top:0.5rem;
  }
  .recruit-quick .list{
    padding-top:2.143rem;
    margin:0 auto;
    max-width: 25rem;
  }
    .recruit-quick .list li{
      display: inline-block;
      float: left;
      margin-bottom: 1.786rem;
      width:35%;
      /*padding-left:3.214rem;*/
    }
    .recruit-quick .list li:nth-child(3n+1){
      clear: both;
      padding-left:0;
    }
    .recruit-quick .list li:nth-child(3n+3){
      width:30%;
    }
    .recruit-quick .list li:last-child{
      float: none;
    }
    .recruit-quick .list li a{
      display: block;
      padding-top:5.357rem;
      width: 4.786rem;
      text-align: center;
    }
    .recruit-quick .list li:nth-child(1) a{
      background:url("../images/recruit/ico_1.png") no-repeat;
      background-size: 4.786rem 4.786rem;
    }
    .recruit-quick .list li:nth-child(2) a{
      background:url("../images/recruit/ico_2.png") no-repeat;
      background-size: 4.786rem 4.786rem;
    }
    .recruit-quick .list li:nth-child(3) a{
      background:url("../images/recruit/ico_3.png") no-repeat;
      background-size: 4.786rem 4.786rem;
    }
    .recruit-quick .list li:nth-child(4) a{
      background:url("../images/recruit/ico_4.png") no-repeat;
      background-size: 4.786rem 4.786rem;
    }
    .recruit-quick .list li:nth-child(5) a{
      background:url("../images/recruit/ico_5.png") no-repeat;
      background-size: 4.786rem 4.786rem;
    }
    .recruit-quick .list li:nth-child(6) a{
      background:url("../images/recruit/ico_6.png") no-repeat;
      background-size: 4.786rem 4.786rem;
    }


.recruit-list .search-wrap {
  display: block;
  margin-top:1.8rem;
  height:2.643rem;
}
  .recruit-list .search-wrap .search-word{
    width:100%;
    height:2.643rem;
    overflow: hidden;
    background-color: #fff;
    border:1px solid #cfcfcf;
    border-radius: 10px;
    position: relative;
   }
    .recruit-list .search-wrap .search-word .search-text {
      color: #434343;
      font-size: 1.071rem;
      border-width: 0;
      height:2.643rem;
      line-height:2.643rem;
      background: #fff;
      width: calc( 100% - 50px );
      padding: 0px 1rem;
      outline: none;
      font-family: 'notokr-regular';
    }
    .recruit-list .search-wrap .search-word .search-button {
      position: absolute;
      top:0px;
      right: 0;
      height:2.643rem;
      width:4.286rem;
      text-align: center;
      color: #434343;
      font-size: 1.071rem;
      border-width: 0;
      background:#f5f5f5;
      cursor: pointer;
    }
    .recruit-list .list {
      margin-top:1rem;
      border-top:2px solid #000;
    }
      .recruit-list .list .item {
        padding:1.429rem 0rem;
        display: table;
        width: 100%;
        border-bottom: 1px solid #9e9e9e;
      }
      .recruit-list .list .item .l {
        display: table-cell;
        vertical-align: middle;
        padding-left:0.5rem;
      }
        .recruit-list .list .item .l .txt1 {
          display: block;
          font-size: 1rem;
          line-height: 1rem;
          color:#434343;
          font-family: 'notokr-regular';
        }
        .recruit-list .list .item .l .txt2 {
          display: block;
          font-size: 1.214rem;
          line-height: 1.4rem;
          color:#000000;
          font-family: 'notokr-regular';
          margin-top: 0.3rem;
        }
        .recruit-list .list .item .l .txt3 {
          display: block;
          font-size: 0.7143rem;
          line-height: 0.7143rem;
          color:#737373;
          font-family: 'notokr-light';
          margin-top: 0.3rem;
        }
        .recruit-list .list .item .l .txt3 span{
          display: inline-block;
          margin-left: 0.5rem;
        }
      .recruit-list .list .item .r {
        display: table-cell;
        width:8rem;
        text-align: center;
        vertical-align: middle;
      }
        .recruit-list .list .item .r a {
          display: inline-block;
          width: 6.643rem;
          height: 2.786rem;
          line-height: 2.786rem;
          background-color: #a3a3a3;
          border:1px solid #d1d1d1;
          color:#fff;
          font-family: 'notokr-demilight';
          font-size:1rem;
        }
        .recruit-list .list .item .r.active a {
          background-color: #1f65c5;
          border:1px solid #b3c4db;
          color:#fff;
          text-align: left;
        }

        .recruit-list .list .item .r.active a span {
          margin-left: 1.357rem;
          /*padding-right: 0.7857rem;*/
		  padding-right: 19px;
          position: relative;
        }
        .recruit-list .list .item .r.active a span:after {
          content: "";
          position: absolute;
          top:50%;
          right: 0;
          transform: translateY(-50%);
          background:url("../images/common/ico_arrow8.png") no-repeat;
          background-size: 0.4286rem 0.7143rem;
          width:0.4286rem;
          height: 0.7143rem;
        }


.recruit-list-view{
}
  .recruit-list-view.bbs-view .memo {
      margin-top: 1.571rem;
      background: #f3f3f3 url("../images/recruit/bg_title_long.png") no-repeat;
      background-size: auto 12rem;
      padding:0;
    }
    .recruit-list-view.bbs-view .memo .title {
      display: inline-block;
      text-align:left;
      padding:4.571rem 0rem 0rem 8.714rem;
      color:#fff;
      border:none;
      height:7.5rem;
      font-size:1.571rem;
      font-family: 'notokr-demilight';
      line-height: 2.071rem;
      margin-bottom:0.8rem;
    }
    .recruit-list-view.bbs-view .memo .title span {
      font-size: 1.786rem;
    }
    .recruit-list-view.bbs-view .memo .row {
      display: table;
      padding:0.7em 1.286rem 0.7rem 1.286rem;
      border:none;
    }
    .recruit-list-view.bbs-view .memo .row .txt1 {
      display: table-cell;
      width:4.5rem;
      color:#434343;
      font-size:1rem;
      line-height: 1rem;
      font-family: 'notokr-regular';
      border:none;
      padding:0;
      text-align: left;
    }
    .recruit-list-view.bbs-view .memo .row .txt1:after {
      content: "|";
      display: inline-block;
      float: right;
    }
    .recruit-list-view.bbs-view .memo .row .txt2 {
      display: table-cell;      
      font-size:1rem;
      line-height: 1rem;
      font-family: 'notokr-regular';
      color: #434343;
      padding:0px 0px 0px 0.7857rem;
    }
    .recruit-list-view.bbs-view .memo .row .txt2 a {
      font-family: 'notokr-regular';
      color: #337fff;
    }
    .recruit-list-view.bbs-view .memo .row .txt3 {
      display: table-cell;
      width:4.5rem;
      color:#434343;
      font-size:1rem;
      line-height: 1rem;
      font-family: 'notokr-regular';
      border:none;
      padding:0;
      text-align: left;
    }
    .recruit-list-view.bbs-view .memo .row .img-detail {
      width:100%;
      height:auto;
    }
    .recruit-list-view.bbs-view .memo .txt4 {
      display: block;
      width: 100%;
      text-align: center;
      font-size:0.8571rem;
      line-height: 1;
      font-family: 'notokr-regular';
      color: #337fff;
      border:none;
      margin-bottom:1.214rem;
    }
  .recruit-list-view a.btn-saramin {
    display: block;
    font-size: 1.143rem;
    line-height: 3.357rem;
    font-family: 'notokr-regular';
    /*background: #337fff url("../images/common/ico_arrow8.png") no-repeat calc( 100% - 1.786rem ) 1.214rem;*/
    background-size:0.4286rem 0.7857rem;
    color:#fff;
    text-align: center;
	width: 100%;
	  max-width: 620px; margin: 0 auto;
  }
    .recruit-list-view a.btn-saramin img {
      /*margin:0.6rem 0.3rem 0rem 0rem;*/
	  width: 100%;
	  max-width: 620px;
    }

.recruit-info .tab-def {
  margin-top:2rem;
}
  .recruit-info .tab-def .tab-head button {
    width:25%;
  }
  .recruit-info .title-sub {
    display: block;
    margin-top: 1.714rem;
    color:#000000;
    font-size: 1.429rem;
    line-height: 1.857rem;
    font-family: Noto Serif KR;
    font-weight: 400;
  }      
  .recruit-info .section{
  }
    .recruit-info .section .txt2{
      color:#5daa49;
      font-size: 1rem;
      line-height: 1rem;
      font-family: 'notokr-medium';
    }
    .recruit-info .section .list{
      display: block;
      width: 100%;
      margin-top:0.7rem;
    }   
    .recruit-info .section .list li{
      display: block;
      color:#434343;
      font-family: 'notokr-demilight';
      font-size:0.9rem;
      line-height:1.429rem;
      padding-left:0.5rem;
    }   
    .recruit-info .section .list li:before{
      content : "-";
      display: inline-block;
      width: 0.5rem;
      margin-left:-0.5rem;
    }
    .recruit-info .section .list li.type1 span{
      display: inline-block;
      float: left;
    }  
    .recruit-info .section .list li.noline:before{
      content:"";
      width:0.2rem;
      margin-left:-0.2rem;
    }
  .recruit-info #body-tab1{
  }
    .recruit-info #body-tab1 .inner {
      display: inline-block;
      background:url("../images/recruit/bg_deco.png") no-repeat center center;
      background-size: contain;
      min-width: 20rem;
      width: 23.07rem;
      height:auto;
      text-align: left;
    }
    @media (max-width:360px) {
      .recruit-info #body-tab1 .inner {
        width: 20rem;
      }
    }
    .recruit-info #body-tab1 .inner .item{
      display: block;
    }
    .recruit-info #body-tab1 .inner .item div{
      display: inline-block;
      width: 11.43rem;
      height: 11.43rem;
      text-align: center;
    }
    .recruit-info #body-tab1 .inner .item .txt2 {
      display: block;
      font-family: 'notokr-bold';
      font-size: 1.214rem;
      line-height:  1.214rem;
      padding-top:3.5rem;
    }
    .recruit-info #body-tab1 .inner .item .txt3 {
      display: block;
      margin-top:0.5714rem;
      color:#252525;
      font-family: 'notokr-regular';
      font-size: 0.8571rem;
      line-height:  1.1rem;
    }
    .recruit-info #body-tab1 .inner .item1 {
      text-align: left;
      margin-top:  1.714rem;
    }
    .recruit-info #body-tab1 .inner .item1 div{
      background: url("../images/recruit/bg_info1.png") no-repeat;
      background-size: 11.43rem 11.43rem;
    }
      .recruit-info #body-tab1 .inner .item1 .txt2{
        color:#70c752;
      }
    .recruit-info #body-tab1 .inner .item2 {
      text-align: right;
    }
    .recruit-info #body-tab1 .inner .item2 div{
      background: url("../images/recruit/bg_info2.png") no-repeat;
      background-size: 11.43rem 11.43rem;
      margin-top:-1.2rem;
    }
      .recruit-info #body-tab1 .inner .item2 .txt2{
        color:#34b696;
      }
    .recruit-info #body-tab1 .inner .item3 div{
      background: url("../images/recruit/bg_info3.png") no-repeat;
      background-size: 11.43rem 11.43rem;
    }
      .recruit-info #body-tab1 .inner .item3 .txt2{
        color:#1a8ed7;
      }
    .recruit-info #body-tab1 .inner .item4 {
      text-align: right;
    }
    .recruit-info #body-tab1 .inner .item4 div{
      background: url("../images/recruit/bg_info4.png") no-repeat;
      background-size: 11.43rem 11.43rem;
    }
    .recruit-info #body-tab1 .inner .item4 .txt2{
      color:#0c4ca3;
    }
  .recruit-info #body-tab2{
  }      
    .recruit-info #body-tab2 .section {
      clear: both;
      margin-top: 4.643rem;
    }
      .recruit-info #body-tab2 .section:nth-child(2) {
        margin-top: 1.8rem;
      }
      .recruit-info #body-tab2 .section:nth-child(3) {
        margin-top: 3rem;
      }
      .recruit-info #body-tab2 .section .circle{
        display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 1.5rem;
    text-align: center;
    max-width: 330px;
      }      
        .recruit-info #body-tab2 .section .circle:after{
          display: block;
          clear: both;
          content: "";
        }
        .recruit-info #body-tab2 .section .circle li{
          display: inline-block;
    /* float: left; */
    width: 73px;
    /* max-width: 6.571rem; */
    height: 1rem;
    padding-top: 88px;
    text-align: center;
    position: relative;
    line-height: 1rem;
    font-size: 0.8571rem;
    font-family: 'notokr-regular';
    color: #252525;
    margin-right: 1.2rem;
    margin-bottom: 1.571rem;
        }
        .recruit-info #body-tab2 .section .circle li:after{
          content: "";
          position: absolute;
          top:2.857rem;
          right: -0.7rem;
          background:url("../images/recruit/ico_arrow.png") no-repeat;
          background-size:  0.4286rem 1rem;
          width: 0.4286rem;
          height:1rem;
        }
        .recruit-info #body-tab2 .section .circle li:last-child:after{
          content: "";
          background:none;
        }
        .recruit-info #body-tab2 .section .circle li:nth-child(1){
          background:url("../images/recruit/ico_step1.png") no-repeat top center;
          background-size: 100%;
    background-position: 0 7px;
		  
        }
        .recruit-info #body-tab2 .section .circle li:nth-child(2){
          background:url("../images/recruit/ico_step2.png") no-repeat top center;
          background-size: 100%;
    background-position: 0 7px;
		  margin-left: -3px;
        }
        .recruit-info #body-tab2 .section .circle li:nth-child(3){
          background:url("../images/recruit/ico_step3.png") no-repeat top center;
          background-size: 100%;
    background-position: 0 7px;
		  margin-left: -3px;
        }
        .recruit-info #body-tab2 .section .circle li:nth-child(4){
          background:url("../images/recruit/ico_step4.png") no-repeat top center;
          background-size: 100%;
    background-position: 0 7px;
        }
        .recruit-info #body-tab2 .section .circle li:nth-child(5){
          background:url("../images/recruit/ico_step5.png") no-repeat top center;
          background-size: 100%;
    background-position: 0 7px;
		  margin-left: -3px;
        }
  .recruit-info #body-tab3 {
  }
    .recruit-info #body-tab3 .section .square{
      display: block;
      width: 100%;
      margin-top:1.5rem;
    }      
      .recruit-info #body-tab3 .section .square:after{
        display: block;
        clear: both;
        content: "";
      }
      .recruit-info #body-tab3 .section .square li{
        display: inline-block;
        float: left;
        width:5.571rem;
        height: 1.786rem;
        line-height: 1.786rem;
        text-align: center;
        position: relative;
        font-size:0.8571rem;
        font-family: 'notokr-regular';
        color:#252525;
        margin-right: 1.2rem;
        margin-bottom: 0.5714rem;
        border:2px solid #e1e1e1;
        border-radius: 5px;
      }
      .recruit-info #body-tab3 .section .square li:after{
        content: "";
        position: absolute;
        top:50%;
        right:-1rem;
        transform: translateY(-50%);
        background:url("../images/recruit/ico_arrow.png") no-repeat;
        background-size:  0.4286rem 1rem;
        width: 0.4286rem;
        height:1rem;
      }
      .recruit-info #body-tab3 .section .square li:last-child:after{
        content: "";
        background:none;
      }
  .recruit-info #body-tab4 {
  }
    .recruit-info #body-tab4 .section2{
      margin-top: 1.571rem;
    }
    .recruit-info #body-tab4 .section2 .txt2{
      display: block;
      background-color: #70c752;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
      text-align: center;
    }
    .recruit-info #body-tab4 .section2 .txt2>span{
      display: inline-block;
      line-height: 2.429rem;
      color:#fff;
      font-family: 'notokr-medium';
      font-size: 1rem;
      position: relative;
      padding-left:2.1rem;
    }
    .recruit-info #body-tab4 .section2 .txt2 span:before{
      content:"";
      position: absolute;
      top:50%;
      left:0;
      transform: translateY(-50%);
    }
    .recruit-info #body-tab4 .section2 .txt2 span.type1:before{
      width:1.7rem;
      height:1.7rem;
      background:url("../images/recruit/ico_rule1.png") no-repeat top center;
      background-size:1.643rem 1.5rem;
    }
    .recruit-info #body-tab4 .section2 .txt2 span.type2:before{
      width:1.6rem;
      height:1.429rem;
      background:url("../images/recruit/ico_rule2.png") no-repeat top right;
      background-size:1.357rem 1.429rem;
    }
    .recruit-info #body-tab4 .section2 .txt2 span.type3:before{
      width:1.571rem;
      height:1.714rem;
      background:url("../images/recruit/ico_rule3.png") no-repeat top center;
      background-size:1.571rem 1.714rem;
    }
    .recruit-info #body-tab4 .section2 .txt2 span.type4:before{
      width: 2rem;
      height:1.429rem;
      background:url("../images/recruit/ico_rule4.png") no-repeat top left;
      background-size: 1.786rem 1.429rem;
    }
    .recruit-info #body-tab4 .section2 .txt2 span.type5:before{
      width: 2rem;
      height:1.429rem;
      background:url("../images/recruit/ico_rule5.png") no-repeat top left;
      background-size: 1.786rem 1.429rem;
    }
    .recruit-info #body-tab4 .section2 .txt2 span.type6:before{
      width: 2rem;
      height:1.429rem;
      background:url("../images/recruit/ico_rule6.png") no-repeat top left;
      background-size: 1.786rem 1.429rem;
    }

    .recruit-info #body-tab4 .section2 .txt{
      display: block;
      background-color: #f6f7f9;
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px;
      padding:0.7143rem;
      font-family: 'notokr-demilight';
      font-size: 0.8571rem;
      line-height: 1.429rem;
    }
    .recruit-info #body-tab4 .section2 .list{
      background-color: #f6f7f9;
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px;
      padding:0.7143rem;
    }
    .recruit-info #body-tab4 .section2 .list li{
      display: table;
      width: 100%;
    }
    
    .recruit-info #body-tab4 .section2 .list li span{
      font-size: 0.8571rem;
      line-height: 1.429rem;
    }
    .recruit-info #body-tab4 .section2 .list li span:nth-child(1){
      display: table-cell;
      font-family: 'notokr-medium';
    }
    .recruit-info #body-tab4 .section2 .list li span:nth-child(2){
      display: table-cell;
      font-family: 'notokr-demilight';
    }
    .recruit-info .wid4_3 {width:4.3rem;}
    .recruit-info .wid4_4 {width:4.4rem;}
    .recruit-info .wid4_5 {width:4.5rem;}
    .recruit-info .wid4_6 {width:4.6rem;}
    .recruit-info .wid4_7 {width:4.7rem;}
    .recruit-info .wid5_3 {width:5.3rem;}
    .recruit-info .wid5_4 {width:5.4rem;}
    .recruit-info .wid5_5 {width:5.5rem;}
    .recruit-info .wid5_9 {width:5.9rem;}
    .recruit-info .wid6 {width:6rem;}
    .recruit-info .wid6_1 {width:6.1rem;}
    .recruit-info .wid6_2 {width:6.2rem;}
    .recruit-info .wid6_3 {width:6.3rem;}
    .recruit-info .wid6_9 {width:6.9rem;}
    .recruit-info .wid7 {width:7rem;}
    .recruit-info .wid7_2 {width:7.2rem;}
    .recruit-info .wid7_3 {width:7.3rem;}
    .recruit-info .wid7_4 {width:7.4rem;}
    .recruit-info .wid7_7 {width:7.7rem;}
    .recruit-info .wid7_8 {width:7.8rem;}
    .recruit-info .wid7_9 {width:7.9rem;}
    .recruit-info .wid8 {width:8rem;}
    .recruit-info .wid8_7 {width:8.7rem;}
    .recruit-info .wid8_8 {width:8.8rem;}
    .recruit-info .wid8_9 {width:8.9rem;}
    .recruit-info .wid9_1 {width:9.1rem;}
    .recruit-info .wid9_3 {width:9.3rem;}
    .recruit-info .wid9_4 {width:9.4rem;}


.recruit-interview{
}
  .recruit-interview>.inner {
    margin:2rem -1.786rem 0rem -1.786rem;
    background: url("../images/recruit/bg_deco2.png") no-repeat top center;
    background-size: 100% auto;
  }
  .recruit-interview>.inner h1{
    padding-top:0;
    margin-left:1.786rem;
  }
  .recruit-interview .title-sub {
    display: block;
    margin-top: 1.714rem;
    color:#000000;
    font-size: 1.429rem;
    line-height: 1.857rem;
    font-family: Noto Serif KR;
    font-weight: 400;
    margin-left: 1.786rem;
  }  
  .recruit-interview .inner2 {
    padding:0.6rem 1.786rem 0rem 1.786rem;
  }
  .recruit-interview .view {
    padding:1.786rem 0rem 3.5rem 0rem;
  }
    .recruit-interview .view .pic{
      width: 100%;
      height: auto;
    }
    .recruit-interview .view .text-top {
      position: relative;
    }
      .recruit-interview .view .text-top .inner {
        position: absolute;
        bottom: 1.429rem;
        left:1.2rem;
      }
      .recruit-interview .view .text-top .inner .txt1 {
        display: inline-block;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 20px;
        height:1.2rem;
        line-height: 1.2rem;
        padding:0px 0.5714rem;
        font-family: 'notokr-regular';
        font-size: 0.5714rem;
      }
      .recruit-interview .view .text-top .inner .txt2 {
        display: block;
        margin-top: 0.5rem;
        font-family: 'notokr-medium';
        font-size:1.571rem;
        line-height: 1.9rem;
        color:#fff;
      }
      .recruit-interview .view .text-top .inner .txt3 {
        display: block;
        font-size:0.7857rem;
        line-height:0.7857rem;
        font-family: 'notokr-regular';
        color: #fff;
        padding-top:1.8rem;
        background:url("../images/recruit/bg_line.png") no-repeat 0px 0.9rem;
        background-size:27px 1px;
      }
    .recruit-interview .view .row {
      background:url("../images/recruit/bg_border.png") no-repeat top left;
      background-size:1.8rem 2px;
      padding:8px 0px 0px 0px;
      margin-top: 2rem;
    }
      .recruit-interview .view .row .txt1{
        font-family: 'notokr-regular';
        font-size: 0.9286rem;
        line-height:1.8rem;
        color:#000;
      }
      .recruit-interview .view .row .txt2{
        display: block;
        font-family: 'notokr-demilight';
        font-size: 0.9286rem;
        line-height:1.8rem;
        color:#767575;
      }
      .recruit-interview .view .row-wrap .row-wrap-inner {
        display: inline-block;
        float: left;
        width:50%;
      }

.cs-cscenter {
}
  .cs-cscenter .txt1 {
    display: block;
    font-size:1rem;
    font-family: 'notokr-medium';
    line-height: 1rem;
    color:#000;
    margin-top:2rem;
  }
  .cs-cscenter .inner {
    margin-top:1rem;
    border-top:2px solid #000;
    border-bottom:1px solid #c0c0c0;
    background:#f5f5f5;
    padding:1.3rem 0.7rem 1.7rem 0.7rem;
  }
    .cs-cscenter .inner .txt2 {
      display: block;
      color:#000;
      font-size: 1.071rem;
      font-family: 'notokr-medium';
      line-height: 1.1rem;
    }
	  .cs-cscenter .inner .txt2 span{
		font-family: 'notokr-demilight';
		font-size: 0.938rem;
	  }
    .cs-cscenter .inner .txt3 {
      display: block;
      color:#1f8e37;
      font-size:1.571rem;
      font-family: 'notokr-medium';
      line-height:1.6rem;
      margin-top:0.6rem;
    }
	.cs-cscenter .inner .txt3 + .txt2::before{
		display: block;
		content:"";
		width: 30px;
		height: 2px;
		background: #969696;
		margin: 13px 0;
	}
    .cs-cscenter .inner .row:nth-child(5) {
      border-top:1px solid #c0c0c0;
      padding-top:1rem;
      margin-top:1.3rem;
    }
    .cs-cscenter .inner .row {
      padding-top:0.5rem;
    }
    .cs-cscenter .inner .row .l {
      clear:both;
      float: left;
      display: inline-block;
      font-family: 'notokr-regular';
      font-size: 1rem;
      line-height: 1rem;
      width:4.714rem;
      border-right: 1px solid #9c9c9c
    }
    .cs-cscenter .inner .row .r {
      display: inline-block;
      padding-left:1.1rem;
      color:#434343;
      font-family: 'notokr-demilight';
    }
  .cs-cscenter .btn-link{
    margin-top:1.2rem;
    display: block;
    text-align: center;
    background-image:url("../images/common/ico_arrow8.png");
    background-repeat:no-repeat;
    background-size:0.5rem 0.8571rem;
    background-position: calc( 100% - 2.286rem )  1.214rem;
  }
    @media (max-width:360px) {
      .cs-cscenter .btn-link{
        font-size: 1.143rem;
        line-height: 3.357rem;
        letter-spacing: 0;
      }
    }
  .cs-cscenter .inner2 {
    margin-top:1rem;
    border-top:2px solid #000;
  }
    .cs-cscenter .inner2 .row {
      display: block;
      height:3.857rem;
      background:url("../images/cscenter/bg_line.png") repeat-y top left;
      background-size: 21.79rem  0.4286rem;
      padding:0rem 0.7rem;
    }
    .cs-cscenter .inner2 .row span {
      display: block;
      padding-left:7.857rem;
      line-height:3.857rem;
      color:#000000;
      font-family: 'notokr-regular';
      font-size: 0.8571rem;
      background-position: 1.7rem 1rem;
      border-bottom:1px solid #c0c0c0;
    }
    .cs-cscenter .inner2 .row:nth-child(1) span {
      background:url("../images/cscenter/ico_1.png") no-repeat;
      background-position: 2rem 1rem;
      background-size: 1.929rem 2rem;
    }
    .cs-cscenter .inner2 .row:nth-child(2) span {
      background:url("../images/cscenter/ico_2.png") no-repeat;
      background-position: 1.6rem 0.8rem;
      background-size: 2.357rem 2.214rem;
    }
    .cs-cscenter .inner2 .row:nth-child(3) span {
      background:url("../images/cscenter/ico_3.png") no-repeat;
      background-position: 1.4rem 1.1rem;
      background-size: 2.714rem 1.643rem;
    }
    .cs-cscenter .inner2 .row:nth-child(4) span {
      background:url("../images/cscenter/ico_4.png") no-repeat;
      background-position: 1.6rem 0.8rem;
      background-size: 2.357rem 2.214rem;
    }
    .cs-cscenter .inner2 .row:nth-child(5) span {
      background:url("../images/cscenter/ico_5.png") no-repeat;
      background-position: 2rem 1rem;
      background-size: 1.929rem 2rem;
      border-bottom: none;
    }
    .cs-cscenter .inner2 .row:nth-child(5) {
      border-bottom:1px solid #c0c0c0;
    }

.cs-write {
}
  .cs-write .forms .write-wrap {
    margin-top:2.5rem;
  }
  .cs-write .forms .btn-wrap {
      margin-top: 2.143rem;
    }
    .cs-write .forms .btn-wrap .btn-ok {
      display: inline-block;
      width:48.5%;
    }
    .cs-write .forms .btn-wrap .btn-def2 {
      display: inline-block;
      width:48.5%;
      float: right;
    }
  .cs-write .txt1 {
    display: block;
    margin-top:2rem;
    font-family: 'notokr-medium';
    font-size:1rem;
    line-height: 1rem;
    color:#000;
  }


.etc{
}
  .etc .txt1 {
    display: block;
    margin-top:1.5rem;
    font-family: 'notokr-medium';
    font-size: 0.9286rem;
    line-height: 1.3rem;
    color:#434343;
  }
  .etc .txt2 {
    display: block;
    font-family: 'notokr-demilight';
    font-size: 0.8571rem;
    line-height: 1.2rem;
    color:#434343;
    margin-top:0.1rem;
  }
  .etc .txt3 {
    display: block;
    font-family: 'notokr-demilight';
    font-size: 0.8571rem;
    line-height: 1.2rem;
    color:#434343;
    padding-left:1.1rem;
    text-indent: -1.1rem;
  }
  .etc .txt4 {
    display: block;
    font-family: 'notokr-demilight';
    font-size: 0.8571rem;
    line-height: 1.2rem;
    color:#434343;
    padding-left:0.6rem;
    text-indent: -0.6rem;
  }
  .etc .pic-email {
    display: block;
    margin:0px auto;
    width:9.071rem;
    height:8.357rem;
    margin-top:2.5rem;
  }


.comp {
}
  .comp .title-sub {
    display: block;
    margin-top:1.8rem;
    font-family: 'Noto Serif KR';
    font-weight: 400;
    color:#000000;
    font-size: 1.429rem;
    line-height: 1.786rem;
    word-break: keep-all;
  }
  .comp .memo {
    display: block;
    margin-top:1.6rem;
    font-family: 'notokr-demilight';
    font-size:1.071rem;
    line-height: 1.429rem;
    color:#434343;
  }


.comp-info {
}
  .comp-info .inner {
    display: block;
    margin:2.857rem auto 0px auto;
    width:19.71rem;
    height:37rem;
    background:url("../images/comp/info.png") no-repeat center center;
    background-size:19.71rem 37rem;
  }
    .comp-info .inner span{
      display: block;
      text-align: center;
      font-family: 'notokr-medium';
      font-size: 0.9286rem;
      line-height: 0.9286rem;
      color:#a3a3a3;
    }
    .comp-info .inner span:nth-child(1){
      padding-top:9.5rem;
    }
    .comp-info .inner span:nth-child(2){
      padding-top:9.6rem;
    }
    .comp-info .inner span:nth-child(3){
      padding-top:9.5rem;
    }
  .comp-info table {
    margin-top: 3.786rem;
    border-top:2px solid #101010;
  }
    .comp-info table tr {
      border-bottom:2px solid #c1c1c1;
    }
    .comp-info table th {
      background:#f5f5f5;
      color:#434343;
      font-size: 1.143rem;
      font-family: 'notokr-regular';
      width: 6.786rem;
      text-align: left;
      padding:0.5rem 0rem 0.5rem 2rem;
    }
    .comp-info table td {
      color:#000000;
      font-size: 1rem;
      font-family: 'notokr-regular';
      text-align: left;
      padding:0.5rem 0rem 0.5rem 2rem;
    }


.comp-ceo {
}
  .comp-ceo .pic{
    margin:1.8rem -1.786rem 0rem -1.786rem;
  }
    .comp-ceo .pic img{
      width:100%;
      height:auto;
    }

.comp-compliance{ 
}
  .comp-compliance .pic{
     margin:1.8rem -1.786rem 0rem -1.786rem;   
  }
  .comp-compliance .pic img{
      width:100%;
      height:auto;
  }
  .comp-compliance .txt1{
    display: block;
    margin-top:2rem;
    font-family: 'notokr-medium';
    font-size:1.1rem;
    line-height: 1.5rem;
    color:#000;
  }
  .comp-compliance .txt6{
    display: block;
    margin-top:2rem;
    font-family: 'notokr-medium';
    font-size:1rem;
    line-height: 1.5rem;
    color:#434343;
  }
  .comp-compliance .txt2{
    display: block;
    color:#1f8e37;
    font-size:  1.214rem;
    font-family: 'notokr-medium';
    line-height: 1.214rem;
    position: relative;
    padding-left:2rem;
    margin-top:5rem;
  }
  .comp-compliance .txt2:before{
    content:".";
    color:#616161;
    position: absolute;
    top:-0.4rem;
    left:0;
    width: 2rem;
    height:1.4rem;

    background:url("../images/comp/ico_logo.png") no-repeat bottom right;
    background-size:  1.571rem 1rem;
  }
    .comp-compliance .txt2.top{
      margin-top:1.7rem;
    }
    .comp-compliance .inner{
      margin-top:1.7rem;
      text-align:center;
    }
      .comp-compliance .inner .txt3{
        display: block;
        text-align: center;
        margin: 10px 0 0 10px;
      }
      .comp-compliance .inner .txt3 span {
        background:#eaeef7;
        display: inline-block;
        line-height: 2.429rem;
        padding-left:2.1rem;
        padding-right:2.1rem;
        border-radius: 15px;
        font-family: 'Noto Serif KR';
        font-weight: 400;
        font-size: 1rem;
        color:#434343;
      }
.comp-compliance .comp-manage{
      max-width: 100%;
      height:auto;
      text-align:center;
}
.comp-compliance .inner2{
      text-align:center;
}
  .comp-compliance .inner2 .txt4{
        display: block;
        color: #70c752;
        font-family: 'notokr-medium';
        line-height:20px;
        font-size:20px;
  }
  .comp-compliance .inner2 .txt5{
        display: block;
        color:#000;
        font-size:16px;
        line-height: 20px;
        margin-bottom: 10px;
  }
  .comp-compliance .ref{
      margin-top:1rem;
      border-top:2px solid #000;  
  }
    .comp-compliance .ref .row{
        display: block;
        height: 3.857rem;
        background: url("../images/cscenter/bg_line.png") repeat-y top left;
        background-size: 21.79rem 0.4286rem;
        padding:0rem 0.7rem;
    }
    .comp-compliance .ref .row1{
        display: block;
        height: 3.857rem;
        background: url("../images/cscenter/bg_line.png") repeat-y top left;
        background-size: 21.79rem 0.4286rem;
        padding:0rem 0.7rem;
    }
     .comp-compliance .ref .row span {
      display: block;
      padding-left:7.857rem;
      line-height:3.857rem;
      color:#000000;
      font-family: 'notokr-regular';
      font-size: 0.8571rem;
      background-position: 1.7rem 1rem;
      border-bottom:1px solid #c0c0c0;
    }
    .comp-compliance .ref .row1 span {
      display: block;
      padding-left:7.857rem;
      line-height:3.857rem;
      color:#000000;
      font-family: 'notokr-regular';
      font-size: 0.8571rem;
      background-position: 1.7rem 1rem;
      border-bottom:1px solid #c0c0c0;
    }
    .comp-compliance .ref .row:nth-child(1) span{
      background:url("../images/comp/ico_1.png") no-repeat;
      background-position: 2rem 1rem;
      background-size: 1.929rem 2rem;
    }
    .comp-compliance .ref .row1:nth-child(1) span{
      background:url("../images/comp/ico_6.png") no-repeat;
      background-position: 2rem 1rem;
      background-size: 1.929rem 2rem;
    }
    .comp-compliance .ref .row:nth-child(2) span {
      background:url("../images/comp/ico_2.png") no-repeat;
      background-position: 1.6rem 0.8rem;
      background-size: 2.357rem 2.214rem;
    }
    .comp-compliance .ref .row1:nth-child(2) span {
      background:url("../images/comp/ico_7.png") no-repeat;
      background-position: 1.6rem 0.8rem;
      background-size: 2.357rem 2.214rem;
    }
    .comp-compliance .ref .row:nth-child(3) span {
      background:url("../images/comp/ico_3.png") no-repeat;
      background-position: 1.4rem 1.1rem;
      background-size: 2.714rem 1.643rem;
    }
    .comp-compliance .ref .row1:nth-child(3) span {
      background:url("../images/comp/ico_8.png") no-repeat;
      background-position: 1.4rem 1.1rem;
      background-size: 2.714rem 1.643rem;
    }
    .comp-compliance .ref .row:nth-child(4) span {
      background:url("../images/comp/ico_4.png") no-repeat;
      background-position: 1.6rem 0.8rem;
      background-size: 2.357rem 2.214rem;
    }
    .comp-compliance .ref .row1:nth-child(4) span {
      background:url("../images/comp/ico_9.png") no-repeat;
      background-position: 1.6rem 0.8rem;
      background-size: 2.357rem 2.214rem;
    }
   .comp-compliance .ref .row:nth-child(5) span {
      background:url("../images/comp/ico_5.png") no-repeat;
      background-position: 2rem 1rem;
      background-size: 1.929rem 2rem;
      border-bottom: none;
    }
    .comp-compliance .ref .row:nth-child(5) {
      border-bottom:1px solid #c0c0c0;
    }
  .comp-compliance .agree-box{
    border: 1px solid #c8c8c8;
    padding:0.5rem;
    overflow-y:scroll;
    margin-top: 10px;
    font-size:0.7143rem;
    font-family: 'notokr-demilight';
    line-height: 1.1rem;
  }
  .comp-compliance .agree-box>p span{
    line-height: 1.1rem;
    display: block;
  }
  .comp-compliance .radioArea{
    margin-top:0.7143rem;
    height: 1.071rem;
    line-height: 1.071rem;
    text-align: right;
  }
  .comp-compliance .write-wrap{
    margin-top:2.5rem;
  }
  .comp-compliance .btn-wrap{
    margin-top:2.143rem;
  }
    .comp-compliance .btn-wrap .btn-ok{
      display: inline-block;
      width:48.5%;
    }
    .comp-compliance .btn-wrap .btn-def2{
      display: inline-block;
      width:48.5%;
      float:right;
    }

.comp-factory {
}
  .comp-factory .pic{
    margin:1.8rem -1.786rem 0rem -1.786rem;
  }
    .comp-factory .pic img{
      width:100%;
      height:auto;
    }
  .comp-factory .txt1 {
    display: block;
    margin-top:3.214rem;
    font-family: 'notokr-medium';
    font-size: 1rem;
    line-height: 1rem;
    color:#000;
  }
  .comp-factory .memo {
    margin-top:0.5rem;
  }


.comp-vision {
}
  .comp-vision .txt1{
    display: block;
    color:#1f8e37;
    font-size:  1.214rem;
    font-family: 'notokr-medium';
    line-height: 1.214rem;
    position: relative;
    padding-left:2rem;
    margin-top:5rem;
  }
  .comp-vision .txt1:before{
    content:".";
    color:#616161;
    position: absolute;
    top:-0.4rem;
    left:0;
    width: 2rem;
    height:1.4rem;

    background:url("../images/comp/ico_logo.png") no-repeat bottom right;
    background-size:  1.571rem 1rem;
  }
    .comp-vision .txt1.top{
      margin-top:1.7rem;
    }
    .comp-vision .memo.top{
      margin-top:0.7rem;
    }
  .comp-vision .inner{
    margin-top:1.7rem;
    text-align: center;
  }
    .comp-vision .inner .txt2{
      display: block;
      text-align: center;
    }
      .comp-vision .inner .txt2 span {
        background:#eaeef7;
        display: inline-block;
        line-height: 2.429rem;
        padding-left:2.1rem;
        padding-right:2.1rem;
        border-radius: 15px;
        font-family: 'Noto Serif KR';
        font-weight: 400;
        font-size: 1rem;
        color:#434343;
      }
      .comp-vision .inner .txt2:after{
        display: block;
        content:"+";
        color:#cad3e4;
        font-family: 'notokr-medium';
        font-size: 1.643rem;
        height:2.1rem;
        line-height: 2.1rem;
      }
      .comp-vision .inner .txt2:nth-child(3):after{
        content:"";
      }
    .comp-vision .inner .txt3{
      display: block;
      text-align: center;
    }
      .comp-vision .inner .txt3 span{
        font-family: 'Noto Serif KR';
        font-weight: 400;
        font-size: 1rem;
        line-height:1.3rem;
        display: inline-block;
        position: relative;
        padding:0.7rem 1.8rem;
      }
      .comp-vision .inner .txt3 span:before{
        position: absolute;
        top:0%;
        left: 0;
        content: "[";
        font-size:3.5rem;
        line-height: 3.5rem;
        color:#cad3e4;
        font-family: 'notokr-medium';
      }
      .comp-vision .inner .txt3 span:after{
        position: absolute;
        top:0%;
        right: 0;
        content: "]";
        font-size:3.5rem;
        line-height: 3.5rem;
        color:#cad3e4;
        font-family: 'notokr-medium';
      }
      @media (max-width:360px) {
        .comp-vision .inner .txt3 span {
          word-break: keep-all;
        }
        .comp-vision .inner .txt3 span br{
          display: none;
        }
      }
  .comp-vision .inner2 {
    display: block;
    margin:1.7rem auto 0 auto;
    background:url("../images/comp/bg_vision.png?after") no-repeat;
    background-size: contain;
    width:20.64rem;
    height:20.86rem;
    position: relative;
  }
    .comp-vision .inner2 span {
      position: absolute;
      text-align: center;
      color:#434343;
      font-family: 'notokr-demilight';
      font-size: 0.9286rem;
      line-height: 1.2rem
    }
    .comp-vision .inner2 .txt4:nth-child(1) {
      top:7.1rem;
      left:2.5rem;
    }
    .comp-vision .inner2 .txt4:nth-child(2) {
      top:7.1rem;
      right: 2.8rem;
    }
    .comp-vision .inner2 .txt4:nth-child(3) {
      top:11.43rem;
      left:2.5rem;
    }
    .comp-vision .inner2 .txt4:nth-child(4) {
      top:11.43rem;
      right: 2.8rem;
    }


.comp-history {
}
  .comp-history .inner{
    display: block;
    margin-top:1.286rem;
  }
    .comp-history .box{
      clear: both;
      display: block;
      padding-bottom:1.5rem;
    }
    .comp-history .right.box:last-child{
      background:url("../images/comp/bg_history3.png") no-repeat top left;
      background-size: 1.4rem auto;
    }
    .comp-history .right{
      background:url("../images/comp/bg_history.png") no-repeat top left;
      background-size: 1.4rem auto;
      padding-left:2.357rem;
    }
      .comp-history .box .txt1{
        display: block;
        font-size:  1.214rem;
        line-height:  1.214rem;
        font-family: 'notokr-medium';
        color:#208e37;
        padding-top:0.8rem;
      }
      .comp-history .box .txt2{
        display: block;
        margin-top: 0.4rem;
        font-size: 0.9286rem;
        line-height: 1.8rem;
        font-family: 'notokr-demilight';
        color:#434343;
      }
      .comp-history .box img{
        margin-top: 0.7rem;
        height: auto;
        width: 100%;
        max-width: 31.86rem;
      }


.comp-map {
}
  .comp-map .tab-def {
    margin-top:2rem;
  }
    .comp-map .tab-def .tab-head button {
      width:33.333%;
    }
    .comp-map .tab-def .table-def2 {
      margin-top:1rem;
    }
    .comp-map .table-def th {
      width: 5.2rem;
    }
    .comp-map .table-def td {
      word-break: keep-all;
    }
  .comp-map .map {
    width: 100%;
    height: auto;
  }
  .comp-map .txt1 {
    display: block;
    height:3.8rem;
    line-height: 3.8rem;
    font-family: 'notokr-regular';
    font-size:1.214rem;
    color:#000;
    padding-left:0.7rem;
  }
  .comp-map .ico_subway1 {
    display: block;
    padding-left:2.143rem;
    background:url("../images/comp/ico_subway1.png") no-repeat left 0.2rem;
    background-size:  1.786rem 0.7857rem;
  }
  .comp-map .ico_subway2 {
    display: block;
    padding-left:2.143rem;
    background:url("../images/comp/ico_subway4.png?after") no-repeat left 0.2rem;
    background-size:  1.786rem 0.7857rem;
  }
  .comp-map .ico_subway3 {
    display: block;
    padding-left:2.143rem;
    background:url("../images/comp/ico_subway3.png") no-repeat left 0.2rem;
    background-size:  1.786rem 0.7857rem;
  }
  .comp-map .arcodion .depth1 {
    border-top:none;
    margin:0;
  }
  .comp-map .arcodion .depth1>li.active>a {
    background-color:#f4f4f4;
    color:#000000;
    background-image: url("../images/common/ico_arrow14.png")
  }
  .comp-map .arcodion .depth2 .inner {
    padding: 0rem 0rem 1.5rem 0rem;
  }
  .comp-map .arcodion .depth2 .inner .txt1 {
    margin: 1.3rem 1.1rem 0rem 1.1rem;
    font-size: 1rem;
    line-height: 1.5;
    height: auto;
    padding:0;
  }
  .comp-map .arcodion .depth2 .inner .txt2 {
    margin: 0rem 1.1rem 0rem 1.1rem;
    font-size: 1rem;
    line-height: 1.5;
    padding:0;
  }


.comp-ci {
}
  .comp-ci .txt1 {
    position: relative;
    display: block;
    margin-top: 2.5rem;
    font-family: 'notokr-medium';
    font-size: 1.214rem;
    line-height: 1.214rem;
    color:#000;
    padding-left:0.5rem;
  }
    .comp-ci .txt1:before {
      position: absolute;
      top:-0.3rem;
      left:0;
      content: ".";
      color: #000;
      font-size: 1.4rem;
    }
  .comp-ci .img1 {
    width: 100%;
    height: auto;
    margin-top: 1.2rem;
  }
  .comp-ci .img2 {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }


.comp-organization {
}
  .comp-organization .inner {
    margin-top:2rem;
    width:21.79rem;
    height: 67.5rem;
    background:url("../images/comp/bg_organization.jpg") no-repeat;
    background-size: contain;
    position: relative;
  }
  .comp-organization .inner span {
    position: absolute;
    color:#000;
    font-size:0.688rem;
    line-height:0.8571rem;
    height: 0.8571rem;
    width: 66px;
    font-family: 'notokr-demilight';
    text-align: center;
    color:#000;
  }
  .comp-organization .inner .txt-depth1 {
    display: block;
    font-size: 0.9286rem;
    width: 103px;
    color:#fff;
	font-family: 'notokr-bold';
  }
  .comp-organization .inner .txt-depth1 span{
	color: #fff;
	font-size: 0.875rem;
	font-family: 'notokr-demilight';
	left: 0;
	top: 13px;
	width: 100px;

  }
  .comp-organization .inner .txt-depth2 {
    display: block;
    width: 81px;
    font-size: 0.9286rem;
    color: #616161;
  }
  .comp-organization .inner .txt-depth3 {
    font-size: 0.813rem;
    color:#fff;
	width: 74px;
  }
  .comp-organization .inner .txt1 {
    top: 14px;
    left: 0;
  }
  .comp-organization .inner .txt2 {
    top: 68px;
    left: 23px;
  }
  .comp-organization .inner .txt3 {
    top: 149px;
    left: 26px;
    width: 74px;
  }
  .comp-organization .inner .txt4 {
    top: 116px;
    left: 111px;
  }
  .comp-organization .inner .txt5 {
    top: 116px;
    left: 183px;
  }
  .comp-organization .inner .txt6 {
    top: 149px;
    left: 111px;
  }
  .comp-organization .inner .txt7 {
    top: 149px;
    left: 183px;
  }
  .comp-organization .inner .txt8 {
    top: 182px;
    left: 111px;
  }
  .comp-organization .inner .txt9 {
    top: 182px;
    left: 183px;
  }
  .comp-organization .inner .txt10 {
    top: 276px;
    left: 27px;
  }
  .comp-organization .inner .txt11 {
    top: 227px;
    left: 111px;
  }
  .comp-organization .inner .txt12 {
    top: 227px;
    left: 183px;
  }
  .comp-organization .inner .txt13 {
    top: 260px;
    left: 111px;
  }
  .comp-organization .inner .txt14 {
    top: 260px;
    left: 183px;
  }
  .comp-organization .inner .txt15 {
    top: 293px;
    left: 111px;
  }
  .comp-organization .inner .txt16 {
    top: 293px;
    left: 183px;
  }
  .comp-organization .inner .txt17 {
    top: 325px;
    left: 111px;
  }
  .comp-organization .inner .txt18 {
    top: 370px;
    left: 27px;
  }
  .comp-organization .inner .txt19 {
    top: 370px;
    left: 111px;
  }
  .comp-organization .inner .txt20 {
    top: 415px;
    left: 27px;
  }
  .comp-organization .inner .txt21 {
    top: 415px;
    left: 111px;
  }
  .comp-organization .inner .txt22 {
    top: 415px;
    left: 183px;
  }
  .comp-organization .inner .txt23 {
    top: 494px;
    left: 29px;
  }
  .comp-organization .inner .txt24 {
    top: 494px;
    left: 111px;
  }
  .comp-organization .inner .txt25 {
    top: 494px;
    left: 183px;
  }
  .comp-organization .inner .txt26 {
    top: 527px;
    left:111px;
  }
  .comp-organization .inner .txt27 {
    top: 572px;
    left: 27px;
  }
  .comp-organization .inner .txt28 {
    top: 572px;
    left:111px;
  }
  .comp-organization .inner .txt29 {
    top: 662px;
    left:27px;
  }
  .comp-organization .inner .txt30 {
    top: 662px;
    left: 111px;
  }
  .comp-organization .inner .txt31 {
    top: 662px;
    left: 183px;
  }
  .comp-organization .inner .txt32 {
    top: 695px;
    left: 111px;
  }
  .comp-organization .inner .txt33 {
    top: 753px;
    left: 0;
  }
  .comp-organization .inner .txt34 {
    top: 808px;
    left: 23px;
  }
  .comp-organization .inner .txt35 {
    top: 864px;
    left: 27px;
  }
  .comp-organization .inner .txt36 {
    top: 848px;
    left: 111px;
  }
  .comp-organization .inner .txt37 {
    top: 848px;
    left: 183px;
  }
  .comp-organization .inner .txt38 {
    top: 881px;
    left: 111px;
  }
  .comp-organization .inner .txt39 {
    top: 881px;
    left: 183px;
  }
  .comp-organization .inner .txt40 {
    top: 926px;
    left: 27px;
  }
  .comp-organization .inner .txt41 {
    top: 926px;
    left: 111px;
  }
  .comp-organization .inner .txt42 {
    top: 926px;
    left: 183px;
  }
  .comp-organization .inner .txt43{
    top: 616px;
    left: 27px;
  }
  .comp-organization .inner .txt44 {
    top: 616px;
    left: 111px;
  }
  .comp-organization .inner .txt45 {
    top: 616px;
    left: 183px;
  }
  .comp-organization .inner .txt46 {
    top: 572px;
    left: 183px;
  }
/*??*/
.popBg{background: rgba(0, 0, 0, 0.85); width: 100%; height: 100vh; position: fixed; top: 0; left: 0; z-index: 8;}
		
		.divpop {
	    position: absolute;
    z-index: 9;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 3.572rem);
    height: auto;
	display:none; 
	background: #e2e2e2;
}
.title_area {
	font-weight: bold;
    text-align: center;
    width: auto;
    max-width: 100%;
    height: auto;
    /* max-height: 535px; */
    /* padding-top: 100%; */
    /* position: relative; */
}
.title_area div{
	    height: 100%;
    overflow-y: auto;
    width: 100%;
    /* position: absolute; */
    /* top: 0; */
    height: auto;
    max-height: 80vh;
}
.title_area img{
	width: 100%;
    height: auto;
}
.button_area {
	height: 40px;
	background: #e2e2e2;
}
.button_area label{
	font-family: 'notokr-regular';
    font-size: 13px;
    color: #555;
    margin-top: 13px;
    margin-left: 13px;
    display: inline-block;
}
.button_area label input[type=checkbox] {
	margin-right: 5px;
    width: 13px;
    height: 13px;
    border-radius: 2px;
    position: relative;
    top: 0px;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}
.button_area a{
	position: absolute;
    right: 0;
    top: -10px;
    transform: translateY(-100%);
}
.button_area a img{
	width: 20px;
}
  @media (max-width:640px) {
	.press-foodmasters .mapWrap .wrapper h2{
		background-size: 225px;
	  }
  }
  @media (max-width:340px) {
      .comp-organization .inner {
        margin-left:-1.3rem;
        margin-right:-0.8rem;
      }

	  
    }
