a{
  text-decoration: none;
}

/* 비전 */
.sub6_4_sec{
  width: 100%;
  padding: 50px 0 100px;
}

.sub6_4_sec img{
  width: 100%;
}



/* 게시판 - 보도자료 */
.sub_tab{
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #e1e1e1;
  box-sizing: border-box;
}

.sub_tab .wrap{
  height: 100%;
}

.sub_tab ul{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #e1e1e1;
}

.sub_tab ul li{
  width: 150px;
  height: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
  cursor: pointer;
}

.sub_tab ul li.tab_on{
  border-bottom: 2px solid #b1a194;
  margin-bottom: -1px;
}

.sub6_5_1_sec table th:first-child,
.sub6_5_1_sec table td:first-child{
  width: 10%;
}

.sub6_5_1_sec table th:nth-child(2),
.sub6_5_1_sec table td:nth-child(2){
  width: 65%;
}

.sub6_5_1_sec table td:nth-child(2){
  text-align: left;
  color: #777;
  padding-left: 30px;
  box-sizing: border-box;
  cursor: pointer;
}

.sub6_5_1_sec table th:nth-child(3),
.sub6_5_1_sec table td:nth-child(3){
  width: 10%;
}

.sub6_5_1_sec table th:last-child,
.sub6_5_1_sec table td:last-child{
  width: 15%;
}

.page_btn{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

.page_btn a{
  color: #888;
  margin: 0 7px;
  font-size: 10px;
}

.page_btn a.page_num{
  color: #222;
  font-size: 18px;
}


/* 게시판 - 보도자료 상세 */
.sub6_5_1_sec ul{
  width: 100%;
  border-top: 1px solid #111;
}

.sub6_5_1_sec ul li{
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.data_title{
  width: 100%;
  padding: 20px 0;
  background-color: #ebe6e0;
  font-family: 'Nanum Myeongjo', serif !important;
  font-size: 20px;
  color: #111;
  font-weight: 900;
}

.user_sec{
  width: 100%;
  padding: 15px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.data_content{
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  text-align: left;
  font-size: 16px;
  color: #555;
  line-height: 25px;
}

.back_btn{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.back_btn a{
  width: 150px;
  height: 45px;
  font-size: 16px;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ebe6e0;
  font-weight: 500;
}


/* 게시판 - 축제 */
.sub6_5_2_sec{
  width: 100%;
  padding: 50px 0 100px;
}

.sub6_5_2_sec>ul{
  width: 100%;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  padding: 30px 20px 0;
  box-sizing: border-box;
  display: inline-block;
}

.sub6_5_2_sec>ul>li{
  width: 24%;
  height: 380px;
  float: left;
  margin-right: 1.33%;
  margin-bottom: 20px;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  cursor: pointer;
}

.sub6_5_2_sec>ul>li:nth-child(4n){
  margin-right: 0;
}

.thumb{
  width: 100%;
  height: 270px;
  background-color: #eee;
}

.thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub6_5_2_sec>ul>li>p{
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 25px;
  color: #777;
  text-align: left;
}


/* 게시판 - 축제 상세 */
.data_content img{
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
}


/* 인삼이란? */
.is_box{
  width: 100%;
}

.is_box .wrap{
  width: 100%;
  height: 850px;
  position: relative;
}

.img_box{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}

.insam_text_box{
  position: absolute;
  top: 130px;
  left: 0;
}

.text_inner1{
  font-size: 18px;
  color: #777;
  font-weight: bold;
  line-height: 28px;
}

.text_inner2{
  width: 570px;
  margin-top: 120px;
}

.text_inner2 p{
  font-size: 22px;
  color: #90b802;
  font-weight: bold;
  padding-left: 10px;
}

.text_inner2 ul{
  width: 100%;
  margin-top: 10px;
  border-top: 1px solid #e1e1e1;
}

.text_inner2 ul li{
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #e1e1e1;
  font-size: 16px;
  color: #777;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.text_inner2 ul li i{
  font-size: 13px;
  color: #578b31;
  font-weight: bold;
  margin-right: 7px;
}



/* 인삼의 종류 */
.sub1_2_box>ul>li{
  padding: 80px 0;
}

.sub1_2_box>ul>li>p{
  width: 30%;
}

.text_box2{
  width: 70%;
}

.t_b_in{
  width: 100%;
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}

.t_b_in_m{
  margin-top: 40px;
}

p.b_text{
  width: 20% !important;
  font-size: 20px;
  color: #111;
}

.sub1_2_box>ul>li p.r_text{
  width: 80%;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  font-weight: 500;
  font-family: 'Noto Sans KR', sans-serif !important;
}

span.l_text{
  color: #999;
  font-weight: 500;
  line-height: 35px;
}

span.l_text_m{
  display: block;
  margin-left: 85px;
}

span.l_text_m2{
  display: block;
  margin-left: 100px;
}

span.l_text_m3{
  display: block;
  margin-left: 70px;
}

span.in{
  display: block;
  margin-left: 20px;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  font-weight: 500;
  font-family: 'Noto Sans KR', sans-serif !important;
}

.img_box2{
  width: 70%;
}

.img_box2 img{
  width: 100%;
}

.sub1_2_ul{
  width: 70%;
  padding: 0;
}

.s1_2_tab{
  width: 100%;
  height: 60px;
  background-color: #ebe6e0;
}

.s1_2_tab ul{
  width: 100%;
  height: 100%;
  display: flex;
}

.s1_2_tab ul li{
  width: 16.66%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  color: #111;
  font-weight: bold;
  font-family: 'Nanum Myeongjo', serif;
  padding: 0;
  border-top: 2px solid #111;
}

.s1_2_tab ul li.s1_2_on{
  border: 2px solid #111;
  box-sizing: border-box;
}

.insam_tabcon{
  width: 100%;
  padding: 0;
  display: none;
}

.insam_tabcon_on{
  display: block;
}

ul.tab_ul{
  border-bottom: 2px solid #111;
  border-top: 0;
}

ul.tab_ul li{
  height: 250px;
  padding: 0;
  display: block;
}

ul.tab_ul .thumb{
  height: 180px;
}

ul.tab_ul li p{
  font-family: 'Noto Sans KR', sans-serif !important;
  font-weight: normal;
}

.sub1_2_ul .page_btn{
  margin-top: 20px;
}

li.margin_b{
  margin-bottom: 100px;
}



/* 인삼 용어 */
.sub1_3_sec{
  width: 100%;
  padding: 60px 0 100px;
}

.word_content{
  width: 100%;
  border-top: 2px solid #111;
}

.word_tab{
  width: 100%;
  height: 75px;
  background-color: #ebe6e0;
  padding: 0 100px;
  box-sizing: border-box;
}

.word_tab ul{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.word_tab ul li{
  color: #111;
  font-family: 'Nanum Myeongjo', serif;
  font-weight: bold;
  cursor: pointer;
}

.word_tab ul li.this_view{
  width: 30px;
  height: 30px;
  border: 1px solid #111;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.word_tab ul li.all_view{
  font-size: 22px;
  margin-left: 30px;
}

.word_tabcon{
  width: 100%;
  display: none;
}

.word_tabcon_on{
  display: inline-block;
  border-bottom: 2px solid #111;
}

.word_tabcon ul{
  width: 100%;
  padding: 30px 0;
  display: inline-block;
  float: left;
  margin-right: 3%;
}

.word_tabcon ul:last-child{
  margin-right: 0;
}

.word_tabcon ul li{
  width: 100%;
  border-bottom: 2px solid #e1e1e1;
}

.word_tabcon ul li:nth-child(1){
  border-top: 2px solid #e1e1e1;
}

.show_word{
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 5px;
  box-sizing: border-box;
  cursor: pointer;
}

.show_word i{
  font-size: 20px;
  margin-right: 10px;
}

.show_word p{
  font-size: 16px;
  width: 90%;
  text-align: left;
}

.hide_word{
  width: 100%;
  padding: 5px 35px 10px;
  text-align: left;
  box-sizing: border-box;
  display: none;
}

.word_tabcon .page_btn{
  margin-top: 20px;
}



/* 자료실 - 관련법규 및 규정 */
.paper_menu{
  width: 100%;
  /* height: 130px; */
  padding: 30px 0;
  background-color: #2c254f;
}

.paper_menu ul{
  width: 1280px;
  height: 100%;
  margin: 0 auto;
  display: table;
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
}

.paper_menu ul li{
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  float: left;
  margin: 10px 15px;
}

.paper_menu ul li.p_menu_on{
  color: #ece00d;
}

.download_ul{
  width: 100%;
  padding: 80px 0 60px;
}

.download_ul ul{
  width: 1280px;
  margin: 0 auto;
  display: table;
}

.download_ul ul li{
  width: 48.5%;
  height: 100px;
  float: left;
  margin-right: 3%;
  margin-bottom: 30px;
  border: 2px solid #a2a2a2;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.download_ul ul li:nth-child(2n){
  margin-right: 0;
}

.download_ul ul li p{
  width: 83%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #333;
  padding: 0 30px;
  box-sizing: border-box;
}

.download_ul ul li a{
  width: 100px;
  height: 100px;
  background-color: #2c254f;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -1px;
}

.download_ul ul li a i{
  color: #fff;
  font-size: 32px;
}



/* 자료실 - 인삼통계자료 */
.insam_paper_ul{
  width: 100%;
  padding: 90px 0;
}

.insam_paper_ul ul{
  width: 1280px;
  display: table;
  margin: 0 auto;
}

.insam_paper_ul ul li{
  width: 47%;
  margin-right: 6%;
  float: left;
  margin-top: 130px;
  display: flex;
  align-items: center;
}

.insam_paper_ul ul li:nth-child(2n){
  margin-right: 0;
}

.insam_paper_ul ul li:nth-child(1),
.insam_paper_ul ul li:nth-child(2){
  margin-top: 0;
}

.insam_thumb{
  width: 200px;
  height: 290px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.insam_thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.insam_info{
  width: 280px;
  margin-left: 50px;
}

.insam_info p{
  font-size: 24px;
  color: #222;
  font-weight: bold;
  padding-bottom: 30px;
  border-bottom: 2px solid #7d7d7d;
}

.insam_info span{
  display: block;
  font-size: 20px;
  line-height: 40px;
  margin-top: 15px;
}

.insam_info a{
  display: inline-block;
  margin-top: 80px;
}

.insam_info a i{
  font-size: 36px;
  color: #333;
}



/* 자료실 - 인삼CODEX규격 */
.pdfbox{
  width: 100%;
  padding: 40px 0 100px;
  text-align: center;
}

.pdfbox embed{
  width: 1180px;
  height: 880px;
  border: 1px solid #333;
  box-sizing: border-box;
}



/* 자료실 - 국내생산현황 밒 소비형태 */
.insam_images{
  width: 100%;
  padding-bottom: 100px;
}

.i_i_box{
  width: 1200px;
  margin: 80px auto 0;
}

.i_i_box p{
  font-size: 18px;
  color: #fea225;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 2px solid #eee;
}

.i_i_box p span{
  font-size: 14px;
  color: #999;
  font-weight: bold;
}

.images1{
  width: 100%;
  margin-top: 40px;
  text-align: center;
}



/* 자료실 - 인삼 정보지 */
.pdfbox2{
  width: 100%;
  padding: 70px 0 100px;
}

.pdfbox2 ul{
  width: 1200px;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 2px solid #9f9f9f;
}

.pdfbox2 ul li{
  width: 170px;
  height: 250px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  margin: 0 25px;
  cursor: pointer;
}

.pdfbox2 ul li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pdfbox2_file{
  width: 100%;
  text-align: center;
  margin-top: 60px;
}

.pdfbox2 embed{
  width: 1200px;
  height: 880px;
  border: 1px solid #333;
  box-sizing: border-box;
}


/* 고려인삼백과 */
.years h1 {
    border-bottom: 2px solid #2c2550;
    font-size: 18px;
    margin: 0;
    padding-bottom: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.sssss2 h1{
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
}

ul.years_wrap5 li.tab_on{
    background-color: rgba(44, 37, 80, 0.2);
}

.re_box2{
    border-bottom: 0;
}

.re_box2 .pdfbox{
    width: 100%;
}

.re_box2 .pdfbox embed{
    width: 100%;
}

.folder_section{
    width: 100%;
    height: 500px;
    overflow: auto;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-top: 20px;
    float: left;
    padding: 15px;
}

.folder_top{
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.folder_top i{
  font-size: 20px;
  color: #2c254f;
  margin-right: 5px;
}

ul.first_menu{
  width: 100%;
  margin-top: 10px;
}

ul.first_menu>li{
  width: 100%;
}

.f_top{
  width: 100%;
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}

.f_top i{
  font-size: 18px;
  color: #2c254f;
  margin-right: 5px;
}

.f_top p{
  font-size: 14px;
  line-height: 20px;
}

ul.second_menu,
ul.third_menu,
ul.fourth_menu{
  width: 100%;
  padding-left: 15px;
  box-sizing: border-box;
  display: none;
}


/* 인삼이야기 */
.rb_title{
  width: 100%;
  border-bottom: 2px solid #2c254f;
  padding: 0 0 20px 5px;
  margin-top: 20px;
  font-size: 18px;
  color: #000;
  font-family: 'Nanum Myeongjo', serif;
  font-weight: 900;
}

.rb_content{
  width: 100%;
  padding: 20px 5px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 25px;
  color: #555;
}

.rb_content img{
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
}

.back_btn2 a{
  background-color: rgba(44, 37, 80, 0.2);
}


/* 인삼이야기 - 영상자료 */
.video_section{
  width: 100%;
}

.video_section ul{
  width: 100%;
}

.video_section ul li{
  width: 100%;
  height: 180px;
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}

.video_thumb{
  width: 30%;
  height: 100%;
  border: 1px solid #111;
  box-sizing: border-box;
}

.video_thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video_text{
  width: 60%;
  border-top: 1px solid #111;
  padding: 30px;
  box-sizing: border-box;
}

.video_text p{
  font-size: 20px;
  color: #000;
  font-family: 'Nanum Myeongjo', serif;
  font-weight: 900;
  margin-bottom: 35px;
}

.video_text span{
  /* display: block; */
  font-size: 16px;
  color: #555;
  line-height: 35px;
  font-family: 'Nanum Myeongjo', serif;
  font-weight: bold;
}

.video_link{
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    border-top: 1px solid #111;
    padding-top: 30px;
}

.video_link i{
    font-size: 20px;
}


/* 인삼이야기 - 인삼동화 */
.fairytale_section{
  width: 100%;
}

.fairytale_section ul{
  width: 100%;
  display: inline-block;
}

.fairytale_section ul li{
  width: 50%;
  float: left;
  margin-bottom: 30px;
  cursor: pointer;
}

.fairytale_thumb{
  width: 250px;
  height: 350px;
  padding-bottom: 20px;
  border-bottom: 2px solid #2c254f;
  box-sizing: border-box;
  margin: 0 auto;
}

.fairytale_thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fairytale_text{
  width: 100%;
  text-align: center;
  padding: 10px 0;
}


/* 홍보영상 */
.video_section2{
  width: 1280px;
  padding-bottom: 60px;
  margin: 0 auto;
}

.video_section2>p{
  font-size: 20px;
  color: #000;
  font-family: 'Nanum Myeongjo', serif;
  font-weight: 900;
  padding-left: 10px;
  border-left: 3px solid #2c254f;
  margin-top: 60px;
}

.video_section2 ul{
  width: 100%;
  margin-top: 40px;
}

.video_section2 ul li{
  padding: 0 100px;
  box-sizing: border-box;
}

.video_thumb2 iframe{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* 홍보영상 상세 */
.video_detail{
  width: 1280px;
  margin: 80px auto 0;
}

.data_content video{
  display: block;
}


/* 언어별 검색창 */
.service_bar{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background-color: #2c2550;
	padding: 22px 0;
	position: relative;
	top: 80px;
}
.service_bar2 {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background-color: #2c2550;
	padding: 22px 0;
	position: relative;
	top: 0;
}
.service_in {
	width: 1280px;
	margin: 0 auto;
	overflow: hidden;
}
.toplogobox {
	width: 555px;
	margin: 0 auto;
	overflow: hidden;
}
.toplogobox img {
	float: left;
	margin-top: 10px;
	margin-right: 20px;
}
.toplogobox h1 {
	text-align: left;
	font-size: 18px;
	color:#fff;
}
.search_wrap {
	width: 100%;
	margin: 80px auto 0;
	overflow: hidden;
	background-color: #f7fafc;
	height: 240px;
	padding: 30px 0;
	box-shadow: 5px 5px 7px #f6f6f6;
}
.search_icon_box {
	width: 1280px;
	margin: 0 auto 10px;
	padding: 10px 0;
	overflow: hidden;
}
.search_icon1 {
	width: 100px;
	float: right;
	margin-right: 5px;
	cursor: pointer;
}
.search_icon1 img {
	float: left;
	margin-right: 5px;
}
.search_icon1 p {
	text-align: left;
	font-size: 14px;
}
.search_text_box {
	width: 1280px;
	margin:50px auto;
	overflow: hidden;
}
.search_input {
	float: left;
	width: 1043px;
	border: 3px solid #e44855;
	box-sizing: border-box;
	padding-left: 50px;
	font-size: 18px;
	height: 94px;
	background-image: url('../image/search_icon1.png');
	background-repeat: no-repeat;
	background-position: 15px 34px;
}
.search_text_box img {
	float: left;
	cursor: pointer;
}




































@media (max-width: 767px) {

  /* 게시판 - 보도자료 */
  .sub_tab{
    height: 40px;
  }

  .sub_tab ul{
    font-size: 10px;
  }

  .sub_tab ul li{
    width: 100px;
    font-size: 14px;
  }

  .sub6_5_1_sec table{
    width: 400px;
  }


  /* 게시판 - 보도자료 상세 */
  .data_title{
    padding: 10px 0;
    font-size: 14px;
  }

  .user_sec{
    width: 100%;
    padding: 10px;
    font-size: 12px;
  }

  .data_content{
    padding: 20px 10px;
    font-size: 13px;
    line-height: 20px;
  }

  .back_btn a{
    width: 100px;
    height: 35px;
    font-size: 14px;
  }


  /* 게시판 - 축제 */
  .sub6_5_2_sec>ul{
    padding: 20px 10px 0;
  }

  .sub6_5_2_sec>ul>li{
    width: 48.5%;
    height: 180px;
    margin-right: 3%;
    margin-bottom: 10px;
  }

  .sub6_5_2_sec>ul>li:nth-child(4n){
    margin-right: 3%;
  }

  .sub6_5_2_sec>ul>li:nth-child(2n){
    margin-right: 0;
  }

  .thumb{
    height: 120px;
  }

  .sub6_5_2_sec>ul>li>p{
    padding: 5px;
    font-size: 12px;
    line-height: 20px;
  }


  /* 인삼이란? */
  .is_box .wrap{
    height: auto;
    padding: 20px 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
  }

  .img_box{
    position: relative;
    text-align: center;
    margin-bottom: 10px;
  }

  .img_box img{
      width: 45%;
  }

  .insam_text_box{
    width: 95%;
    position: relative;
    top: initial;
    left: initial;
  }

  .text_inner1{
    font-size: 14px;
    line-height: 23px;
    word-break: keep-all;
  }

  .text_inner1 br{
    display: none;
  }

  .text_inner2{
    width: 100%;
    margin-top: 30px;
  }

  .text_inner2 p{
    font-size: 16px;
  }

  .text_inner2 ul li{
    font-size: 12px;
  }

  .text_inner2 ul li i{
    font-size: 10px;
  }


  /* 인삼의 종류 */
  .sub1_2_box>ul>li{
    padding: 50px 0 20px;
  }

  .sub1_2_box>ul>li>p{
    width: 100%;
  }

  .text_box2{
    width: 100%;
    margin-top: 20px;
  }

  .sub1_2_box>ul>li p.r_text{
    font-size: 13px;
    line-height: 23px;
  }

  .t_b_in_m {
      margin-top: 20px;
  }

  span.l_text{
    line-height: 25px;
    display: block;
  }

  span.l_text_m {
    margin-left: 0;
  }

  span.l_text_m2 {
    margin-left: 0;
  }

  span.l_text_m3 {
    margin-left: 0;
  }

  br.m_none{
    display: none;
  }

  span.in{
    margin-left: 0;
    font-size: 13px;
    line-height: 23px;
  }

  .img_box2{
    width: 100%;
    margin-top: 20px;
  }

  .sub1_2_ul{
    width: 100%;
    margin-top: 20px;
  }

  .s1_2_tab{
    height: 40px;
  }

  .s1_2_tab ul li{
    font-size: 12px;
  }

  ul.tab_ul li{
    height: 130px;
  }

  ul.tab_ul .thumb{
    height: 100px;
  }


  /* 인삼 용어 */
  .sub1_3_sec{
    padding: 50px 0;
  }

  .word_tab{
    height: auto;
    padding: 3% 8%;
  }

  .word_tab ul{
    width: 100%;
    height: 100%;
    display: inline-block;
  }

  .word_tab ul li{
    float: left;
    margin: 3px 1%;
  }

  .word_tab ul li.this_view{
    width: 25px;
    height: 25px;
    font-size: 14px;
  }

  .word_tab ul li.all_view{
    width: 87px;
    height: 25px;
    border: 1px solid #111;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    margin: 3px 1%;
  }

  .word_tabcon ul{
    width: 100%;
    margin-right: 0;
    padding: 0;
  }

  .word_tabcon ul li{
    width: 100%;
    margin-right: 0;
  }

  .word_tabcon ul li:nth-child(1){
    border-top: 0;
  }

  .show_word i{
    font-size: 16px;
  }

  .show_word p{
    font-size: 14px;
  }

  .hide_word{
    padding: 5px 30px 10px;
    font-size: 14px;
  }


  /* 자료실 - 관련법규 및 규정 */
  .paper_menu{
    width: 100%;
    height: 50px;
    padding: 0 3%;
    box-sizing: border-box;
    overflow: auto;
  }

  .paper_menu ul{
    width: max-content;
  }

  .paper_menu ul li{
    font-size: 12px;
    margin: 0 20px 0 0;
  }

  .download_ul{
    width: 100%;
    padding: 40px 3%;
    box-sizing: border-box;
  }

  .download_ul ul{
    width: 100%;
  }

  .download_ul ul li{
    width: 100%;
    height: 50px;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .download_ul ul li p{
    font-size: 14px;
    padding: 0 15px;
  }

  .download_ul ul li a{
    width: 50px;
    height: 50px;
  }

  .download_ul ul li a i{
    font-size: 20px;
  }


  /* 자료실 - 인삼통계자료 */
  .insam_paper_ul{
    padding: 40px 3%;
  }

  .insam_paper_ul ul{
    width: 100%;
  }

  .insam_paper_ul ul li{
    width: 100%;
    margin-right: 0;
    margin-top: 40px;
    justify-content: space-between;
  }

  .insam_paper_ul ul li:nth-child(2){
    margin-top: 40px;
  }

  .insam_thumb{
    width: 30%;
    height: 130px;
  }

  .insam_info{
    width: 65%;
    margin-left: 0;
  }

  .insam_info p{
    font-size: 16px;
    padding-bottom: 10px;
  }

  .insam_info span{
    font-size: 14px;
    line-height: 23px;
    margin-top: 10px;
  }

  .insam_info a{
    display: inline-block;
    margin-top: 20px;
  }

  .insam_info a i{
    font-size: 20px;
  }


  /* 자료실 - 인삼CODEX규격 */
  .pdfbox{
    padding: 40px 3%;
    box-sizing: border-box;
  }

  .pdfbox embed{
    width: 100%;
    height: 300px;
  }


  /* 자료실 - 국내생산현황 밒 소비형태 */
  .insam_images{
    padding: 0 3% 50px;
    box-sizing: border-box;
  }

  .i_i_box{
    width: 100%;
    margin: 40px auto 0;
  }

  .i_i_box p{
    font-size: 14px;
    padding-bottom: 10px;
  }

  .i_i_box p span{
    font-size: 10px;
  }

  .images1{
    margin-top: 20px;
  }

  .images1 img{
    width: 100%;
  }


  /* 자료실 - 인삼 정보지 */
  .pdfbox2{
    padding: 40px 3%;
    box-sizing: border-box;
  }

  .pdfbox2 ul{
    width: 100%;
    height: 180px;
  }

  .pdfbox2 ul li{
    width: 100px;
    height: 130px;
    margin: 0 10px;
  }

  .pdfbox2_file{
    margin-top: 20px;
  }

  .pdfbox2 embed{
    width: 100%;
    height: 300px;
  }


  /* 고려인삼백과 */
  .years h1{
    font-size: 14px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .re_box1{
    margin-top: 10px;
  }

  .f_arrow4 img{
    width: 15px;
  }

  .years ul li {
    font-size: 12px;
    line-height: 20px;
  }

  .sssss2 {
    padding-bottom: 10px;
  }

  .sssss2 h1 {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 5px;
  }

  .years_wrap5 h3 {
    font-size: 12px;
    line-height: 20px;
    margin: 3px 0;
  }

  .folder_section{
      height: 250px;
  }

  .folder_top i{
    font-size: 16px;
  }

  .folder_top p{
    font-size: 14px;
  }

  .f_top i{
    font-size: 16px;
  }

  .f_top p{
    font-size: 12px;
  }


  /* 인삼이야기 */
  .rb_title{
    padding: 0 0 10px 5px;
    font-size: 14px;
  }

  .rb_content{
    font-size: 12px;
    line-height: 20px;
  }

  .rb_content img{
    margin-bottom: 10px;
  }


  /* 인삼이야기 - 영상자료 */
  .video_section{
    margin-top: 20px;
  }

  .video_section ul li{
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
  }

  .video_thumb{
    width: 40%;
  }

  .video_text{
    width: 50%;
    padding: 15px;
  }

  .video_text p{
    font-size: 14px;
    margin-bottom: 15px;
  }

  .video_text span{
    font-size: 12px;
    line-height: 20px;
  }

  .video_link{
    padding-top: 15px;
  }

  .video_link i{
    font-size: 16px;
  }


  /* 인삼이야기 - 인삼동화 */
  .fairytale_section{
    margin-top: 20px;
  }

  .fairytale_section ul li{
    margin-bottom: 20px;
  }

  .fairytale_thumb{
    width: 70%;
    height: 150px;
    padding-bottom: 10px;
  }

  .fairytale_text{
    font-size: 14px;
  }


  /* 홍보영상 */
  .video_section2{
    width: 100%;
    padding: 0 3% 50px;
    box-sizing: border-box;
  }

  .video_section2>p{
    font-size: 16px;
    margin-top: 40px;
  }

  .video_section2 ul{
    margin-top: 20px;
  }

  .video_section2 ul li{
    padding: 0;
  }


  /* 홍보영상 상세 */
  .video_detail{
    width: 95%;
    margin: 40px auto 0;
  }


  /* 언어별 검색창 */
  .service_bar{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-color: #2c2550;
    padding: 14px 0;
    position: relative;
    top: 54px;
  }
  .service_bar2 {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-color: #2c2550;
    padding: 14px 0;
    position: relative;
    top: 0;
  }
  .service_in {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
  }
  .toplogobox {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .toplogobox img {
    float: none;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 15px;
    right: 0;
    width: 150px;
  }
  .toplogobox h1 {
    text-align: center;
    font-size: 14px;
    color:#fff;
    margin-top: 30px;
  }
  .search_wrap {
    width: 100%;
    margin: 54px auto 0;
    overflow: hidden;
    background-color: #f7fafc;
    height: 100px;
    padding: 20px 0;
    box-shadow: 5px 5px 7px #f6f6f6;
  }
  .search_icon_box {
    width: 90%;
    margin: 0 auto 10px;
    padding: 10px 0;
    overflow: hidden;
  }
  .search_icon1 {
    width: 100px;
    float: right;
    margin-right: 5px;
    cursor: pointer;
  }
  .search_icon1 img {
    float: left;
    margin-right: 5px;
  }
  .search_icon1 p {
    text-align: left;
    font-size: 14px;
  }
  .search_text_box {
    width: 90%;
    margin: 10px auto;
    overflow: hidden;
  }
  .search_input {
    float: left;
    width:68%;
    border: 3px solid #e44855;
    box-sizing: border-box;
    padding-left: 5px;
    font-size: 13px;
    height: 35px;
    background-image: none;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 12px 13px;
  }
  .search_text_box img {
    float: left;
    cursor: pointer;
  }
  .s_btn1 {
    margin-right: 8px;
    width: 84px;
  }

}






































@media all and (min-width: 768px) and (max-width: 1064px) {

  /* 게시판 - 축제 */
  .sub6_5_2_sec>ul>li{
    height: 230px;
    margin-bottom: 20px;
  }

  .thumb{
    height: 150px;
  }


  /* 게시판 - 보도자료 상세 */
  .data_title{
    padding: 10px 0;
    font-size: 16px;
  }

  .user_sec{
    padding: 15px 20px;
    font-size: 14px;
  }


  /* 인삼이란? */
  .is_box .wrap{
    height: auto;
    padding: 20px 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
  }

  .img_box{
    position: relative;
    text-align: center;
    margin-bottom: 20px;
  }

  .img_box img{
      width: 40%;
  }

  .insam_text_box{
    width: 95%;
    position: relative;
    top: initial;
    left: initial;
  }

  .text_inner1{
    font-size: 16px;
    line-height: 25px;
  }

  .text_inner2{
    width: 570px;
    margin-top: 40px;
  }

  .text_inner2 p{
    font-size: 18px;
  }

  .text_inner2 ul li{
    font-size: 14px;
  }

  .text_inner2 ul li i{
    font-size: 10px;
  }


  /* 인삼의 종류 */
  .sub1_2_box>ul>li{
    padding: 50px 0;
    display: block;
  }

  .sub1_2_box>ul>li>p{
    width: 100%;
  }

  .text_box2{
    width: 100%;
    margin-top: 30px;
  }


  .t_b_in_m{
    margin-top: 40px;
  }

  .img_box2{
    width: 100%;
    margin-top: 30px;
  }

  .sub1_2_ul{
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }

  .s1_2_tab{
    height: 40px;
  }

  .s1_2_tab ul li{
    font-size: 16px;
  }

  ul.tab_ul li{
    height: 200px;
    padding: 0;
    display: block;
  }

  ul.tab_ul .thumb{
    height: 150px;
  }


  /* 인삼 용어 */
  .sub1_3_sec{
    padding: 50px 0;
  }

  .word_tab{
    height: 60px;
    padding: 0 5%;
  }


  /* 자료실 - 관련법규 및 규정 */
  .paper_menu{
    height: 60px;
    overflow: auto;
    padding: 0 3%;
    box-sizing: border-box;
  }

  .paper_menu ul{
    width: max-content;
  }

  .paper_menu ul li{
    margin: 0 20px 0 0;
  }

  .paper_menu ul li:last-child{
    margin-right: 0;
  }

  .download_ul{
    width: 100%;
    padding: 60px 3%;
    box-sizing: border-box;
  }

  .download_ul ul{
    width: 100%;
  }

  .download_ul ul li{
    height: 60px;
    margin-bottom: 20px;
  }

  .download_ul ul li p{
    font-size: 16px;
    padding: 0 15px;
  }

  .download_ul ul li a{
    width: 60px;
    height: 60px;
  }

  .download_ul ul li a i{
    font-size: 26px;
  }


  /* 자료실 - 인삼통계자료 */
  .insam_paper_ul{
    padding: 60px 3%;
    box-sizing: border-box;
  }

  .insam_paper_ul ul{
    width: 100%;
  }

  .insam_paper_ul ul li{
    width: 100%;
    margin-right: 0%;
    margin-top: 30px;
  }

  .insam_paper_ul ul li:nth-child(2){
    margin-top: 30px;
  }

  .insam_info p{
    font-size: 20px;
  }

  .insam_info span{
    font-size: 16px;
    line-height: 30px;
  }

  .insam_info a{
    margin-top: 60px;
  }

  .insam_info a i{
    font-size: 26px;
  }


  /* 자료실 - 인삼CODEX규격 */
  .pdfbox{
    width: 100%;
    padding: 40px 3% 100px;
    box-sizing: border-box;
  }

  .pdfbox embed{
    width: 100%;
    height: 400px;
  }


  /* 자료실 - 국내생산현황 밒 소비형태 */
  .insam_images{
    padding: 0 3% 100px;
    box-sizing: border-box;
  }

  .i_i_box{
    width: 100%;
    margin: 50px auto 0;
  }

  .images1{
    margin-top: 30px;
  }

  .images1 img{
    width: 100%;
  }


  /* 자료실 - 인삼 정보지 */
  .pdfbox2{
    padding: 50px 3% 100px;
  }

  .pdfbox2 ul{
    width: 100%;
  }

  .pdfbox2_file{
    margin-top: 40px;
  }

  .pdfbox2 embed{
    width: 100%;
    height: 400px;
  }


  /* 인삼이야기 - 영상자료 */
  .video_section ul li{
    height: 150px;
    margin-bottom: 30px;
  }

  .video_text{
    padding: 20px;
  }

  .video_text p{
    margin-bottom: 20px;
  }

  .video_text span{
    line-height: 25px;
  }

  .video_link{
    padding-top: 20px;
  }


  /* 인삼이야기 - 인삼동화 */
  .fairytale_section{
    margin-top: 30px;
  }

  .fairytale_section ul li{
    width: 25%;
    margin-bottom: 0;
  }

  .fairytale_thumb{
    width: 90%;
    height: 220px;
  }


  /* 홍보영상 */
  .video_section2{
    width: 100%;
    padding: 0 3% 60px;
    box-sizing: border-box;
  }

  .video_section2>p{
    margin-top: 50px;
  }

  .video_section2 ul{
    margin-top: 30px;
  }

  .video_section2 ul li{
    padding: 0;
  }


  /* 홍보영상 상세 */
  .video_detail{
    width: 95%;
    margin: 40px auto 0;
  }


  /* 언어별 검색창 */
  .service_bar{
  	width: 100%;
  	margin: 0 auto;
  	overflow: hidden;
  	background-color: #2c2550;
  	padding: 18px 0;
  	position: relative;
  	top: 74px;
  }
  .service_bar2 {
  	width: 100%;
  	margin: 0 auto;
  	overflow: hidden;
  	background-color: #2c2550;
  	padding: 18px 0;
  	position: relative;
  	top: 0;
  }
  .service_in {
  	width: 90%;
  	margin: 0 auto;
  	overflow: hidden;
  }
  .toplogobox {
  	width: 82%;
  	margin: 0 auto;
  	overflow: hidden;
  }
  .toplogobox img {
  	float: left;
  	margin-top: 10px;
  	margin-right: 20px;
  }
  .toplogobox h1 {
  	text-align: left;
  	font-size: 16px;
  	color:#fff;
  }
  .search_wrap {
  	width: 100%;
  	margin: 80px auto 0;
  	overflow: hidden;
  	background-color: #f7fafc;
  	height: 200px;
  	padding: 20px 0;
  	box-shadow: 5px 5px 7px #f6f6f6;
  }
  .search_icon_box {
  	width: 90%;
  	margin: 0 auto 10px;
  	padding: 10px 0;
  	overflow: hidden;
  }
  .search_icon1 {
  	width: 100px;
  	float: right;
  	margin-right: 5px;
  	cursor: pointer;
  }
  .search_icon1 img {
  	float: left;
  	margin-right: 5px;
  }
  .search_icon1 p {
  	text-align: left;
  	font-size: 14px;
  }
  .search_text_box {
  	width: 90%;
  	margin: 45px auto;
  	overflow: hidden;
  }
  .search_input {
  	float: left;
  	width: 73%;
  	border: 3px solid #e44855;
  	box-sizing: border-box;
  	padding-left: 45px;
  	font-size: 16px;
  	height: 70px;
  	background-image: url('../image/search_icon1.png');
  	background-repeat: no-repeat;
  	background-position: 15px 22px;
  }
  .search_text_box img {
  	float: left;
  	cursor: pointer;
  }
  .s_btn1 {
    margin-right: 8px;
    width: 170px;
  }


}
