@charset "utf-8";

.wrap {
  position:relative;
  width:100%; 
  min-width:320px; 
  overflow:hidden;
  padding: 50px;
  padding-top: 80px;
}
.inner {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}


/* ---------------- Header -------------- */
header {
  position: fixed;
  background-color: #fff;
  width:100%;
  z-index: 1000;
  padding-top: 26px;
  padding-bottom: 26px;
}
h1 {
  float: left;
}
h1.logo {
  width: 150px;  
}
nav ul {
  float: right;
}
nav li {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  padding-left: 35px;
  padding-right: 35px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
nav a:hover, nav a:active, nav a.active {
  color: #00C868;
}
nav .on {
  color: #00C868;
}
nav li:last-of-type {
  padding-right: 0;
}


/* ---------------- Main -------------- */
.main {
  position: relative;
  clear: both;
  width: 100%;
  background: url('../images/section_main_bg.jpg') top center no-repeat;
  height: 800px;
  background-color: #f4faf6;
}
.main h2 {
  padding-top: 140px;
  font-size: 3.5rem;
}
.main h3 {
  font-size: 1.25rem;
  font-weight: 300;
  margin-top: 15px;
}
.main .btn_wrap {
  padding-top: 60px;
}
.main .btn {
  display: inline-block;
  padding: 13px 30px 15px;
  background-color: #00C868;
  border-radius: 100px;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 300;
  margin-right: 20px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.main .btn:hover {
  background-color: #191919;
}
.main .btn img {
  height: 25px;
  vertical-align: bottom;
}


/* ----------------Intro -------------- */
.intro {
  clear: both;
  width: 100%;
  background: url('../images/section_intro_bg.png') top center;
  height: 800px;
  margin: 50px 0;
  color: #fff;
  background-color: #00C868;
}
.intro .inner {
  height: 800px;
}
.intro .stitle {
  padding-top: 140px;
  font-size: 1.5rem;
  line-height: 1.7;
}
.intro .title {
  font-weight: 500;
  font-size: 3.5rem;
}
.intro .title::after {
  content: '';
  display: block;
  background-color: #fff;
  width: 50px;
  height: 1px;
  margin: 50px 0;
}
.intro .word1 {
  font-size: 1.25rem;
  line-height: 1.8;
}
.intro .word2 {
  padding-top: 15px;
  font-size: 1.2rem;
  line-height: 1.7;
  font-weight: 300;
}
.intro .img_intro {
  position: absolute;
  bottom: -3px;
  right: 140px;
}


/* ---------------- Intro1 -------------- */
.intro1 {
  clear: both;
  width: 100%;
  height: 980px;
  text-align: center;
}
.intro1 .inner {
  height: 980px;
}
.intro1 h3, .intro2 h3, .intro3 h3 {
  padding-top: 80px;
  font-size: 2.5rem;
}
.intro1 h4, .intro2 h4, .intro3 h4 {
  padding-top: 25px;
  font-size: 1.2rem;
  line-height: 1.7;
  font-weight: 300;
}
.intro1 .img_intro, .intro2 .img_intro, .intro3 .img_intro {
  position: absolute;
  width: 100%;
  bottom: -3px;
}


/* ----------------Intro2 -------------- */
.intro2 {
  clear: both;
  width: 100%;
  height: 950px;
  text-align: center;
  background-color: #f4faf6;
}
.intro2 .inner {
  height: 950px;
}
.intro2 h3 {
  padding-top: 130px;
}


/* ---------------- Intro3 -------------- */
.intro3 {
  clear: both;
  width: 100%;
  background-color: #00C868;
  text-align: center;
  height: 950px;
  margin-top: 50px;
  color: #fff;
}
.intro3 .inner {
  height: 950px;
}


/* ---------------- article -------------- */
.article {
  width: 100%;
  margin: 100px 0;
}
.article h3 {
  text-align: center;
  font-size: 2.5rem;
}
.article .tab {
  padding: 40px 0;
}
.article .tab li {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
  padding: 10px 0;
  border: 1px solid #dbdbdb;
  margin-right: 1%;
  width: calc(97.3% / 3);
}
.article .tab li:last-of-type {
  margin-right: 0;
}
.article .tab li.on {
  background-color: #00C868;
  color: #fff;
  border: 0;
  font-weight: 400;
}
.article .tabcontent {
  position: relative;
  display: none;
}
.article .tabcontent.on {
  display: block;
}
.article .article_list li {
  display: inline-block;
  width: calc(97.8% / 2); 
  margin-right: 1.8%;
}
.article .article_list li:nth-of-type(2n) {
  margin-right: 0px;
}
.article .article_list li img {
  width: 100%;
}
.article .article_list li .title {
  padding-top: 20px;
  font-size: 1.5rem;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  white-space: nowrap;
}
.article .article_list li .content {
  padding-top: 10px;
  font-size: 1.2rem;
  font-weight: 300;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2; /*보여 줄 줄 갯수*/
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article .article_list li .date {
  padding-top: 10px;
  margin-bottom: 50px;
  font-size: 1rem; 
  font-weight: 300; 
  color: #999;
}
.article .more {
  border: 1px solid #dbdbdb;
  cursor: pointer;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
  padding: 10px 0;
}

/* ---------------- download -------------- */
.download {
  width: 100%;
  margin: 100px 0;
}
.download h3 {
  text-align: center;
  font-size: 2.5rem;
}
.download ul.list {
  width: 100%;
}
.download li {
  display: inline-block;
  width: calc(96% / 4);
  margin-top: 60px;
  margin-right: 1%;
}
.download li:nth-of-type(4n) {
  margin-right: 0;
}
.download li img {
  border-radius: 5px;
  width: 100%;
}
.download li p:nth-of-type(2) {
  font-size: 1rem;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 5px;
  padding-top: 15px;
}
.download .more {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  padding-top: 60px;
  font-weight: 500;
}
.download .more a {
  color: #00c868;
}
.download .more::after {  
  content: '';
  display: block;
  background-color: #00c868;
  width: 50px;
  height: 2px;
  margin:3px auto;
}

/* ---------------- Recruit -------------- */
.recruit {
  clear: both;
  width: 100%;
  text-align: center;
  background-color: #f4faf6;
  padding: 130px 0;
}
.recruit h3 {
  font-size: 2.5rem;
}
.recruit li {
  vertical-align: top;
  margin-top: 90px;
  display: inline-block;
  width: calc(95% / 3); 
  margin-right: 2%;
}
.recruit li:nth-of-type(3n) {
  margin-right: 0;
}
.recruit .recruit_container {
  margin: 0 auto;
  position: relative;
  width: 75%;
}
.recruit li .circle {
  margin: 0 auto;
  position: relative;
  width: 180px;
  height: 180px;
  background-color: #fff;
  border-radius: 50%;
}
.recruit li .circle img {
  padding-top: 45px;
  width: 48%;
}
.recruit li h4 {
  padding-top: 40px;
  font-size: 1.5rem;
}
.recruit li h5 {
  padding-top: 15px;
  font-size: 1.1rem;
  font-weight: 300;
}


/* ---------------- Inquiry -------------- */
.inquiry {
  clear: both;
  width: 100%;
  padding: 130px 0;
}
.inquiry h3 {
  font-size: 2.5rem;
}
.inquiry ul {
  margin-top:40px
}
.inquiry li {
  display: inline-block;
  width: calc(97.9% / 2); 
  margin-right: 1.8%;
  margin-bottom: 20px;
}
.inquiry li.wide {
  display: inline-block;
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}
.inquiry li:nth-of-type(2n) {
  margin-right: 0px;
}
.inquiry li:last-of-type {
  margin-bottom: 0;
}
.inquiry .select_box_wrap {
  position: relative;
  width: 100%;
  height: 50px;
  background: url(../images/selectbox_arrow.png) 95% 50% no-repeat;
  border: 1px solid #dbdbdb;
}
.inquiry .select_box_wrap label {
  position: absolute;
  font-size: 1.2rem;
  top: 10px;
  left: 25px;
  color: #a7a7a7;
  font-weight: 300;
}
.inquiry #select_box {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 300;
  height: 45px;
  min-height: 45px;
  line-height: 45px;
  padding: 0 20px;
  opacity: 0;
  filter: alpha(opacity=0); /* IE 8 */
}
.inquiry input {
  width: 100%;
  height: 50px;
  border: 1px solid #dbdbdb;
  font-size: 1.2rem;
  color: #00C868;
  font-weight: 400;
  padding-left: 25px;
  box-sizing: border-box;
}
.inquiry input:focus, .inquiry textarea:focus {
  background-color: #f4faf6;
  border-color: #00C868;
}
.inquiry input::placeholder, .inquiry textarea::placeholder {
  color: #a7a7a7;
  font-weight: 300;
}
.inquiry textarea {
  width: 100%;
  border: 1px solid #dbdbdb;
  font-size: 1.2rem;
  font-weight: 400;
  padding-left: 25px;
  padding-top: 12px;
  box-sizing: border-box;
}
.inquiry input[type=submit] {
  background-color: #191919;
  color: #fff;
  font-weight: 300;
  cursor: pointer;
}


/* ---------------- Footer -------------- */
footer {
  width: 100%;
  background-color: #50565a;
  color: #dbdbdb;
  font-size: 0.9rem;
  font-weight: 300;
  text-align: center;
  padding: 50px 0;
  line-height: 2;
}
footer strong {
  font-weight: 500;
}


/* ---------------- download page -------------- */

.downloadpage.topimg {
  background: url(http://cocoforet.com/images/top_download.png) top center no-repeat;
  background-color: #00c868;
  height: 300px;
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
  padding-top: 120px;
}
.downloadpage.download {
  margin-top: 0;
}
.downloadpage .page {
  padding-top: 60px;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}
.downloadpage .page span {
  padding-left: 15px;
  padding-right: 15px;
}
.downloadpage .page span.on {
  font-weight: 700;
  color: #00c868;
  text-decoration: underline;
}
.downloadpage .view p {
  text-align: center;
}
.downloadpage .view p.subject {
  padding-top: 50px;
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
.downloadpage .view p.content {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e5e5e5;
}
.downloadpage .view p.content img {
  max-width: 100%;
}
.downloadpage .view p.link {
  text-align: left;
  font-size: 0.9rem;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 5px;
}
.downloadpage .view p.link img {
  width: 15px;
  vertical-align: middle;
}
.downloadpage .view p.btn {
  padding-top: 20px;
}
.downloadpage .view p.btn a {
  margin: 0 auto;
  font-size: 1rem;
  display: block;
  width: 20%;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #00C868;
  color: #fff;
  border-radius: 30px;
}