@import url("reset.css");
@import url("slick.css");

#hd_login_msg {
  display: none;
}
.header {
  position: relative;
  z-index: 3;
  padding: 0 3%;
  text-align: center;
}
.header .logo {
  position: absolute;
  left: 3%;
  top: 0;
  padding-top: 10px;
  /* padding-top: 25px; */
}
.header .logo img {
  width: 170px;
}
.header .member_menu {
  position: absolute;
  right: 3%;
  top: 0;
  padding-top: 24px;
  /* padding-top: 39px; */
}
.header .member_menu ul li {
  float: left;
  padding-left: 25px;
}
.header .member_menu ul li a {
  font-size: 16px;
}
.header .member_menu ul li.top_search {
  position: relative;
  margin-top: -10px;
}
.header .member_menu .country_list_open {
  padding-right: 15px;
  background: url(../img/country_arrow.gif) no-repeat right 10px;
  font-size: 16px;
  color: #333;
}
.header .member_menu .country_list {
  /* display: none; */
  display: block;
}
.header .btn_top_search {
  width: 40px;
  height: 40px;
  background: url(../img/top_search.png) no-repeat center center;
}
.gnb {
  z-index: 3000;
  padding-top: 28px;
  /* padding-top: 40px; */
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.gnb > ul {
  display: inline-block;
  vertical-align: top;
}
.gnb > ul > li {
  float: left;
  position: relative;
  padding: 0 30px;
}
.gnb > ul > li > a {
  padding-bottom: 28px;
  /* padding-bottom: 40px; */
  line-height: 1;
  display: block;
  font-size: 22px;
  font-weight: 500;
}
.s_gnb {
  display: block;
}

.gnb_open {
  display: none;
}
.top_searchArea {
  position: absolute;
  right: 0;
  top: 102px;
  width: 800px;
  background-color: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
  display: none;
}
.top_searchArea .inner {
  position: relative;
  padding: 20px 60px 20px 20px;
}
.top_searchArea .top_search_close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.top_searchArea .top_search_close span {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
}
.top_searchArea .top_search_close span:before {
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  height: 2px;
  display: block;
  background-color: #333;
  transform: rotate(-45deg);
  content: "";
}
.top_searchArea .top_search_close span:after {
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  height: 2px;
  display: block;
  background-color: #333;
  transform: rotate(45deg);
  content: "";
}

.top_searchArea input[type="text"] {
  padding-right: 40px;
  width: 100%;
  box-sizing: border-box;
}
.top_searchArea .btn_search {
  position: absolute;
  right: 60px;
  top: 20px;
  width: 40px;
  height: 40px;
  display: block;
  background: url(../img/top_search.png) no-repeat center center;
  border: none;
}
.mb_country {
  display: none;
  display: block;
}
.main_visual {
  position: relative;
}
.main_visual .list {
  position: relative;
  z-index: 1;
  height: 600px;
  display: none;
}
.main_visual .list:first-child {
  display: block;
}

.main_visual .list_0 {
  background: url(../img/visual00.jpg) no-repeat center 0;
  background-size: cover;
}
.main_visual .list_1 {
  background: url(../img/visual01new.jpg) no-repeat center 0;
  background-size: cover;
}
.main_visual .list_2 {
  background: url(../img/visual02.jpg) no-repeat center 0;
  background-size: cover;
}
.main_visual .list_3 {
  background: url(../img/visual03.jpg) no-repeat center 0;
  background-size: cover;
}
.main_visual .list_4 {
  background: url(../img/visual04_page0_glass.jpg) no-repeat center 0;
  /* background: url(../img/visual04.jpg) no-repeat center 0; */
  background-size: cover;
}
.main_visual .list_5 {
  background: url(../img/visual05_sz.jpg) no-repeat center 0;
  /* background: url(../img/visual05.jpg) no-repeat center 0; */
  background-size: cover;
}
.list_3BBB {
  background: url(../img/main_visual_1.jpg) no-repeat center 0;
  background-size: cover;
}
.main_visual .main_vs_txt {
  margin: 0 auto;
  padding: 210px 20px 0;
  max-width: 1200px;
}
.main_visual .main_vs_txt strong {
  margin-bottom: 10px;
  display: block;
  font-size: 5vw;
  /* font-size: 56px; */
  color: #3a3a3a;
  /* color: #fff; */
  font-weight: 700;
}
.main_visual .main_vs_txt p {
  font-size: 22px;
  color: #432828;
  /* color: #fff; */
}
.main_visual .main_vs_txt_gold strong {
  margin: 0 auto;
  padding: 15vh 10vw 0;
  margin-bottom: 10px;
  display: block;
  font-size: 5vw;
  /* font-size: 56px; */
  color: #ff9900;
  /* color: #fff; */
  font-weight: 700;
}
.main_visual .main_vs_txt_gold p {
  margin: 0 auto;
  padding: 5vh 10vw 0;
  font-size: 22px;
  color: #38311b;
  /* color: #fff; */
}

.main_visual .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 5vh;
  padding: 0 20px;
  margin-left: -600px;
  width: 1200px;
  box-sizing: border-box;
}
.main_visual .slick-dots:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
.main_visual .slick-dots li {
  float: left;
  text-align: left;
}
.main_visual .slick-dots li button {
  padding-bottom: 20px;
  line-height: 1;
  display: block;
  width: 78px;
  border-bottom: 3px solid rgba(168, 188, 180, 0);
  font-size: 16px;
  font-weight: 500;
  color: rgba(168, 188, 180, 0);
  text-align: left;
}
.main_visual .slick-dots li.slick-active button {
  border-color: rgba(168, 188, 180, 0);
}

.main_cont {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1200px;
}
.main_link {
  position: relative;
  z-index: 2;
  margin-top: 20px;
}

.main_link ul li {
  position: relative;
  float: left;
  width: 50%;
}
.main_link ul li a:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  opacity: 0;
  -webkit-transition: all 0.55s ease-out;
  -moz-transition: all 0.55s ease-out;
  -ms-transition: all 0.55s ease-out;
  -o-transition: all 0.55s ease-out;
  transition: all 0.55s ease-out;
}
.main_link ul li.m_greeting a:before {
  background: rgba(255, 255, 255, 0.5);
}
.main_link ul li a:hover:before {
  opacity: 1;
}
.main_link ul li a {
  padding-left: 60px;
  width: 100%;
  height: 180px;
  display: table;
  box-sizing: border-box;
}
.main_link ul li .inner {
  position: relative;
  z-index: 2;
  display: table-cell;
  vertical-align: middle;
}
.main_link ul li.m_greeting {
  background: url(../img/main_greeting_bg.gif) no-repeat right top #eff1f8;
}
.main_link ul li.m_greeting a {
  background: url(../img/main_greeting_arrow.png) no-repeat right 60px center;
}
.main_link ul li.m_greeting .inner {
  padding-left: 110px;
  background: url(../img/main_icon_1.png) no-repeat 0 center;
}
.main_link ul li.m_inquiry {
  background: url(../img/main_online_bg.png) no-repeat right bottom #d6a750;
  color: #fff;
}
.main_link ul li.m_inquiry a {
  background: url(../img/main_online_arrow.png) no-repeat right 60px center;
}
.main_link ul li.m_inquiry .inner {
  padding-left: 110px;
  background: url(../img/main_icon_2.png) no-repeat 0 center;
}
.main_link ul li h1 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
}
.main_link ul li p {
  font-size: 14px;
  line-height: 1.6;
}
.main_link ul li.m_inquiry p,
.main_link ul li.m_inquiry h1 {
  color: #fff;
}
.main_front_aa {
  padding: 90px 0;
}
.main_front_aa .main_title {
  margin-bottom: 60px;
  text-align: center;
}
.main_front_aa .main_title li {
  padding: 0 20px;
  display: inline-block;
}
.main_front_aa .main_title li button {
  border-bottom: 8px solid #fff;
  /* border-bottom: 2px solid #fff; */
  font-size: 32px;
  font-weight: 500;
  opacity: 0.5;
}
.main_front_aa .main_title li.on button {
  color: #a52a2a;
  /* color: #238efc; */
  border-color: #d6a750;
  opacity: 1;
}
.main_front_aa .main_tabCont > div {
  position: relative;
}
.main_front_aa .main_tabCont .slick-prev {
  position: absolute;
  right: 42px;
  top: -85px;
  width: 30px;
  height: 30px;
  background: url(../img/main_rolling_prev.png) no-repeat center center;
  text-indent: -9999px;
}
.main_front_aa .main_tabCont .slick-next {
  position: absolute;
  right: 0;
  top: -85px;
  width: 30px;
  height: 30px;
  background: url(../img/main_rolling_next.png) no-repeat center center;
  text-indent: -9999px;
}
.main_front_aa .list:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
.main_front_aa .list {
  min-height: 270px;
  display: none;
}
.main_front_aa .list:first-child {
  display: block;
}
.main_front_aa .list .img_area {
  float: left;
  position: relative;
  width: 45%;
}
.main_front_aa .list .img_area .inner {
  position: relative;
  padding-bottom: 100%;
}
.main_front_aa .list .img_area .inner img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.main_front_aa .list .txt_area {
  float: right;
  padding: 0 30px;
  width: 55%;
  box-sizing: border-box;
}
.main_front_aa .list .txt_area h1 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
}
.main_front_aa .list .txt_area p {
  margin-bottom: 30px;
  height: 98px;
  line-height: 1.6;
  overflow: hidden;
  font-size: 16px;
}

.main_front_aa .list .txt_area .btn_area a {
  padding-right: 20px;
  background: url(../img/btn_more.png) no-repeat right center;
  color: #3ea8e4;
  font-size: 16px;
}
.main_front_aa .slick-dots {
  padding-top: 60px;
  text-align: center;
}
.main_front_aa .slick-dots li {
  margin: 0 10px;
  display: inline-block;
}
.main_front_aa .slick-dots li button {
  width: 20px;
  height: 5px;
  display: block;
  background-color: #ccc;
  text-indent: -9999px;
}
.main_front_aa .slick-dots li.slick-active button {
  width: 40px;
  background-color: #0b3f80;
}
.main_tabCont > div {
  display: none;
}
.main_tabCont > div:first-child {
  display: block;
}
.main_movie {
  position: relative;
  z-index: 2;
  padding: 90px 20px 100px;
  background-color: #ebf6ff;
}
.main_movie:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 348px;
  height: 589px;
  background: url(../img/main_bg_1.png) no-repeat 0 bottom;
  display: block;
  content: "";
}
.main_movie:after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 454px;
  height: 644px;
  background: url(../img/main_bg_2.png) no-repeat 0 bottom;
  display: block;
  content: "";
}
.main_movie .main_cont {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  max-width: 300px;
  padding: 0;
}

.main_movie .main_cont .inner {
  position: relative;
  padding-bottom: 56.17%;
}
.main_movie .main_cont iframe {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 30%;
  height: 30%;
}

.main_movie h1 {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1;
  font-weight: 500;
  font-size: 42px;
}

.footer {
  padding: 20px 0;
  background-color: #55554d;
}
.footer_inner {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1200px;
}
.footer_logo {
  margin-bottom: 30px;
}
.footer_logo img {
  width: 125px;
}
.footer .footer_right {
  position: absolute;
  right: 20px;
  top: 10px;
  text-align: Right;
}
.footer .menu {
  margin-bottom: 35px;
}
.footer .menu li {
  margin-left: 20px;
  display: inline-block;
}
.footer .menu li a {
  color: #fff;
  font-size: 16px;
}
.footer .cs_center .title {
  margin-bottom: 8px;
  display: block;
  font-size: 14px;
  color: #fff;
}
.footer .cs_center .tel {
  margin-bottom: 8px;
  display: block;
  font-size: 24px;
  color: #fff;
}
.footer .cs_center .email {
  display: block;
  font-size: 14px;
  color: #fff;
}
.footer_cont {
  padding-bottom: 25px;
}
.footer_cont ul {
  margin-bottom: 10px;
}
.footer_cont address {
  margin-bottom: 10px;
  font-size: 14px;
  color: #fff;
}
.footer_cont ul li {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  color: #fff;
}
.footer .copyright {
  padding-top: 25px;
  border-top: 1px solid #717355;
  font-size: 14px;
  color: #c7ccd0;
}

/*-----------------------------------------------------------------------layout------------------------------*/
.sub_visual {
  display: table;
  width: 100%;
  height: 368px;
}

/*------------------------------------------------------------------------image size------------------------*/
.sub_visual .inner {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.sub_vs_txt {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1200px;
}
.sub_vs_txt h1 {
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.sub_vs_txt p {
  font-size: 22px;
  color: #fff;
}

.sub_visual_1 {
  background: url(../img/sub_vis_01company.jpg) no-repeat center 0;
  background-size: cover;
}
.sub_visual_2 {
  background: url(../img/sub_vis_02products.jpg) no-repeat center 0;
  background-size: cover;
}
.sub_visual_3 {
  background: url(../img/sub_vis_03parts.jpg) no-repeat center 0;
  background-size: cover;
}
.sub_visual_4 {
  background: url(../img/sub_vis_04customer.jpg) no-repeat center 0;
  background-size: cover;
}
.sub_visual_5 {
  background: url(../img/sub_vis_05dealership.jpg) no-repeat center 0;
  background-size: cover;
}

.navi_wrap {
  border-bottom: 1px solid #ddd;
}
.navi {
  margin: 0 auto;
  max-width: 1200px;
}
.navi > ul > li {
  float: left;
  position: relative;
  width: 260px;
}
.navi > ul > li:after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  width: 1px;
  height: 20px;
  background-color: #ddd;
  display: block;
  content: "";
}
.navi > ul > li.home:after {
  display: none;
}
.navi > ul > li.home {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  background-color: #e6e6e6;
}

/* ------------------------------------------------------------------------------------------------------------------ */
.s_navi_open {
  padding: 0 40px 0 20px;
  width: 100%;
  height: 65px;
  line-height: 35px;
  box-sizing: border-box;
  background: url(../img/navi_arrow.gif) no-repeat right 20px center;
  display: block;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
.s_navi_list {
  position: absolute;
  left: 0;
  top: 65px;
  z-index: 1;
  width: 100%;
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
  display: none;
}
.s_navi_list li {
  padding: 5px 0;
}
.s_navi_list li a {
  display: block;
  font-size: 16px;
}
.container {
  margin: 0 auto;
  padding: 60px 20px 70px;
  /* padding: 60px 20px 170px; */
  max-width: 1200px;
  min-height: 500px;
}
.sub_top_title {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 500;
}

/*company*/
.greeting {
  margin-bottom: 60px;
}
.greeting p {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.6;
}
.greeting p.txt_1 {
  font-size: 24px;
}
.greeting .img_area {
  padding-top: 10px;
}
.overview {
  margin-bottom: 90px;
}
.overview table {
  border-top: 1px solid #000;
}
.overview th {
  padding: 20px 0 20px 30px;
  width: 18%;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  text-align: left;
  font-weight: 400;
}
.overview td {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  color: #666;
}

.history {
  margin-bottom: 100px;
}
.history .top_title {
  margin: 0 auto;
  width: 160px;
  height: 160px;
  line-height: 160px;
  text-align: center;
  background-color: #0b3f80;
  border-radius: 50%;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
}
.history_list {
  position: relative;
  padding-top: 40px;
}
.history_list:before {
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #dee1e6;
  display: block;
  content: "";
}
.history_list > li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 50%;
}
.history_list > li .inner {
  position: relative;
  padding-left: 95px;
}
.history_list > li .inner:before {
  position: absolute;
  left: 0;
  top: 16px;
  width: 72px;
  height: 1px;
  background-color: #d6a750;
  display: block;
  content: "";
}
.history_list > li .inner:after {
  position: absolute;
  left: -12px;
  top: 4px;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 50%;
  border: 4px solid #d6a750;
  display: block;
  content: "";
}
.history_list > li .year {
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
}
.history_list > li ul li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 40px;
  font-size: 16px;
}
.history_list > li ul li .month {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 15px;
  font-size: 16px;
  color: #666;
  font-weight: 700;
}
.history_list > li ul li .month:before {
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: block;
  background-color: #d6a750;
  content: "";
}
.history_list > li:nth-child(2n) {
  padding: 0 50% 0 0;
  text-align: right;
}
.history_list > li:nth-child(2n) .inner {
  padding: 0 95px 0 0;
}
.history_list > li:nth-child(2n) ul li {
  padding-left: 0;
}
.history_list > li:nth-child(2n) ul li .month {
  position: relative;
  left: 0;
  top: 0;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
}
.history_list > li:nth-child(2n) .inner:before {
  right: 0;
  left: auto;
}
.history_list > li:nth-child(2n) .inner:after {
  right: -12px;
  left: auto;
}
.certificate_list {
  padding-bottom: 30px;
  text-align: center;
}
.certificate_list li {
  margin: 0 50px 75px;
  display: inline-block;
}
.location .map_area iframe {
  width: 100%;
  height: 520px;
}

.contant_item_aa ul li {
  position: relative;
  margin-bottom: 20px;
  background-color: #eff1f8;
  overflow: hidden;
}
.contant_item_aa ul li:nth-child(2n) a {
  padding: 0 375px 0 0;
}
.contant_item_aa ul li a {
  position: relative;
  z-index: 2;
  padding: 0 0 0 375px;
  width: 100%;
  height: 250px;
  display: table;
  text-align: center;
  box-sizing: border-box;
}
.contant_item_aa ul li .inner {
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  font-weight: 500;
}
.contant_item_aa ul li .inner span {
  margin-bottom: 10px;
  font-size: 18px;
  color: #888;
  display: block;
}
/* -----------------------------------------../img_SH/product/product_main/\--------------------- */
.contant_item_aa ul li.bg_1:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 390px;
  height: 250px;
  display: block;
  background: url(../img_SH/product/product_main/Product_body001.jpg) no-repeat
    0 0;
  content: "";
}
.contant_item_aa ul li.bg_2:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 390px;
  height: 250px;
  display: block;
  background: url(../img_SH/product/product_main/Product_body002.jpg) no-repeat
    0 0;
  content: "";
}
.contant_item_aa ul li.bg_3:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 390px;
  height: 250px;
  display: block;
  background: url(../img_SH/product/product_main/Product_body003.jpg) no-repeat
    0 0;
  content: "";
}
.contant_item_aa ul li.bg_4:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 390px;
  height: 250px;
  display: block;
  background: url(../img_SH/product/product_main/Product_body004.jpg) no-repeat
    0 0;
  content: "";
}

.contant_item_aa ul li.bg_5:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 390px;
  height: 250px;
  display: block;
  background: url(../img_SH/product/product_main/Product_body00glass.jpg)
    no-repeat
    /* background: url(../img_SH/product/product_main/Product_body005.jpg) no-repeat */
    0 0;
  content: "";
}
.contant_item_aa ul li.bg_6:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 390px;
  height: 250px;
  display: block;
  background: url(../img_SH/product/product_main/Product_body00innergate.png)
    no-repeat
    /* background: url(../img_SH/product/product_main/Product_body006.jpg) no-repeat */
    0 0;
  content: "";
}
.contant_item_aa ul li.bg_6a:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 390px;
  height: 250px;
  display: block;
  background: url(../img_SH/product/product_main/Product_body00innergate.png)
    no-repeat
    /* background: url(../img_SH/product/product_main/Product_body006.jpg) no-repeat */
    0 0;
  content: "";
}
.contant_item_aa ul li.bg_7:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 390px;
  height: 250px;
  display: block;
  background: url(../img_SH/product/product_main/Product_body00frame.jpg)
    no-repeat
    /* background: url(../img_SH/product/product_main/Product_body007.jpg) no-repeat */
    0 0;
  content: "";
}
.contant_item_aa ul li.bg_8:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 390px;
  height: 250px;
  display: block;
  background: url(../img_SH/product/product_main/Product_body008.jpg) no-repeat
    0 0;
  content: "";
}
.contant_item_aa ul li.bg_9:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 390px;
  height: 250px;
  display: block;
  background: url(../img_SH/product/product_main/Product_body001.jpg) no-repeat
    0 0;
  content: "";
}
.contant_item_aa ul li.bg_10:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 390px;
  height: 250px;
  display: block;
  background: url(../img_SH/product/product_main/Product_body001.jpg) no-repeat
    0 0;
  content: "";
}
/* ----------------------------------------------------------------------------------------------------------------- */
.contant_item_aa ul li.bg_11:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 390px;
  height: 250px;
  display: block;
  background: url(../img_SH/product/product_main/Product_body001.jpg) no-repeat
    0 0;
  content: "";
}
.contant_item_aa ul li.bg_12:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 390px;
  height: 250px;
  display: block;
  background: url(../img_SH/product/product_main/Product_body001.jpg) no-repeat
    0 0;
  content: "";
}
.contant_item_aa ul li.bg_12a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 390px;
  height: 250px;
  display: block;
  background: url(../img_SH/product/product_main/color_index01.jpg) no-repeat 0
    0;
  content: "";
}
.contant_item_aa ul li a:before {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 5px;
  display: block;
  background-color: #d6a750;
  opacity: 0.2;
  content: "";
  -webkit-transition: all 0.45s ease-out;
  -moz-transition: all 0.45s ease-out;
  -ms-transition: all 0.45s ease-out;
  -o-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.contant_item_aa ul li a:after {
  position: absolute;
  right: 0;
  top: -100%;
  width: 5px;
  height: 100%;
  display: block;
  background-color: #d6a750;
  opacity: 0.2;
  content: "";
  -webkit-transition: all 0.55s ease-out;
  -moz-transition: all 0.55s ease-out;
  -ms-transition: all 0.55s ease-out;
  -o-transition: all 0.55s ease-out;
  transition: all 0.55s ease-out;
}
.contant_item_aa ul li .inner:before {
  position: absolute;
  right: -100%;
  bottom: 0;
  width: 100%;
  height: 5px;
  display: block;
  background-color: #d6a750;
  opacity: 0.2;
  content: "";
  -webkit-transition: all 0.45s ease-out;
  -moz-transition: all 0.45s ease-out;
  -ms-transition: all 0.45s ease-out;
  -o-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.contant_item_aa ul li .inner:after {
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 5px;
  height: 100%;
  display: block;
  background-color: #d6a750;
  opacity: 0.2;
  content: "";
  -webkit-transition: all 0.55s ease-out;
  -moz-transition: all 0.55s ease-out;
  -ms-transition: all 0.55s ease-out;
  -o-transition: all 0.55s ease-out;
  transition: all 0.55s ease-out;
}

.contant_item_aa ul li:hover a:before {
  left: 0;
}
.contant_item_aa ul li:hover a:after {
  top: 0;
}
.contant_item_aa ul li:hover .inner:before {
  right: 0;
}
.contant_item_aa ul li:hover .inner:after {
  bottom: 0;
}

/*tab*/
.container.sub_type {
  padding: 60px 0 150px;
  max-width: 100%;
}
.sub_cont {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1200px;
  word-break: keep-all;
}
sup {
  font-size: 10px;
  line-height: 1;
}
.tab_style_1 {
  margin-bottom: 60px;
  border-left: 4px solid #d6d6d687;
  /* border-left: 1px solid #aaa; */
  border-top: 14px solid #a89b6144;
}
.tab_style_1 ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
.tab_style_1 ul li {
  float: left;
  width: 25%;
  text-align: center;
  border: 4px solid #d6d6d687;
  /* border: 1px solid #aaa; */
  border-left: none;
  box-sizing: border-box;
}
.tab_style_1 ul li a {
  display: table;
  width: 101%;
  height: 80px;
  font-size: 18px;
}
.tab_style_1 ul li .inner {
  padding: 0 5px;
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}
.tab_style_1 ul li.on {
  border-color: #d6a750;
}
.tab_style_1 ul li.on a {
  background-color: hsl(47, 91%, 53%);
  color: #fff;
}

.object_aa .txt_style_1 {
  margin-bottom: 20px;
  font-size: 18px;
}
.object_aa h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
}
.object_aa .list_style_1 {
  padding-bottom: 20px;
}
.object_aa .list_style_1 li {
  margin-bottom: 15px;
  font-size: 16px;
}
.object_aa .step li {
  float: left;
}

.point_bg {
  padding: 90px 0 80px;
  /* background: url(../img/point_bg.jpg) no-repeat center 0; */
  background: url(../img_SH/hybrid_001.jpg) no-repeat center 0;
  background-size: cover;
}
.point {
  text-align: center;
}
.point li {
  margin: 0 50px;
  display: inline-block;
  vertical-align: top;
}
.point li .txt_area {
  padding-top: 15px;
}
.point li .txt_area .title {
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
  color: #48befc;
  font-size: 18px;
}
.point li .txt_area .txt {
  text-align: left;
  line-height: 1.6;
  display: inline-block;
  font-size: 16px;
  color: #fff;
}
.item_bbbb {
  padding: 50px 0 6px;
}
/* .item_bbbb{padding:50px 0 60px;} */

.title_style_1 span {
  display: block;
  font-size: 24px;
  font-weight: 500;
}
.title_style_1 span:after {
  margin: 20px auto 40px;
  width: 40px;
  height: 1px;
  background-color: #222;
  display: block;
  content: "";
}
.title_style_1 {
  margin-bottom: 60px;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.title_style_1 sup {
  font-size: 14px;
}
.img_listStyle_1 {
  margin-bottom: 20px;
}
/* .img_listStyle_1{margin-bottom:50px;} */
.img_listStyle_1 ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
.img_listStyle_1 ul li {
  float: left;
  margin: 2.08%;
  width: 12.5%;
}
.img_listStyle_1 ul li .txt_area {
  padding-top: 5px;
  font-size: 16px;
  text-align: center;
}

.tb_style_1 {
  margin-bottom: 20px;
}
.tb_style_1 th {
  padding: 10px 0;
  text-align: center;
  background-color: #e6ebf2;
  border: 1px solid #ddd;
  border-top: 1px solid #222;
  border-right: none;
  font-size: 16px;
  font-weight: 400;
}
.tb_style_1 th:first-child {
  border-left: none;
}
.tb_style_1 td {
  padding: 10px 0;
  text-align: center;
  border: 1px solid #ddd;
  border-right: none;
  font-size: 16px;
  color: #666;
}
.tb_style_1 td:first-child {
  border-left: none;
}
.c-blue {
  color: #66b6e8 !important;
}
.remarks_txt h2 {
  margin-bottom: 5px;
  color: #e24545;
}
.remarks_txt p {
  color: #888;
}
.item_bbbb .remarks_txt {
  margin: 0 auto;
  max-width: 570px;
}
.item_bbbb .tb_style_1 {
  margin: 0 auto 20px;
  max-width: 570px;
}
.tb_wrap_area:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
.tb_wrap_area .f-l,
.tb_wrap_area .f-r {
  width: 47.5%;
}
.tb_wrap_area .tb_style_1 {
  margin-bottom: 60px;
}

.tab_style_1 .w_5 li {
  width: 20%;
}
.tab_style_1 .w_3 li {
  width: 33.33%;
}
.txt_style_1 {
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 18px;
}
.list_style_1 {
  padding-bottom: 20px;
}
.list_style_1x {
  padding-bottom: 10px;
}
.list_style_1 li {
  margin-bottom: 10px;
}
.title_style_2 {
  margin-bottom: 6px;
  font-size: 28px;
  font-weight: 500;
}

.item_cccc .img_list {
  margin-bottom: 50px;
}
.item_cccc .img_list li {
  float: left;
  margin-left: 3.755%;
  width: 30.83%;
}
.item_cccc .img_list li:first-child {
  margin-left: 0;
}
.item_cccc .img_list li .txt_area {
  padding-top: 5px;
  font-weight: 500;
}
.item_cccc .imgArea {
  margin-bottom: 40px;
  text-align: center;
}

.gallery_list li {
  position: relative;
  float: left;
  margin-right: 3.33%;
  width: 22.5%;
}
.gallery_list li:nth-child(4n) {
  margin-right: 0;
}
.gallery_list li .img_area {
  border: 1px solid #ddd;
}
.gallery_list li .img_area a {
  position: relative;
  padding-bottom: 100%;
  display: block;
}
.gallery_list li .img_area img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.gallery_list li .txt_area {
  padding-top: 20px;
  height: 165px;
  content: "";
}
.gallery_list li .txt_area .title {
  margin-bottom: 10px;
  display: block;
  font-size: 20px;
  font-family: "noto";
  font-weight: 500;
}
.gallery_list li .txt_area .txt {
  height: 72px;
  line-height: 1.6;
  color: #666;
  overflow: hidden;
  font-family: "noto";
  font-weight: 400;
}
.gallery_list li .gall_chk {
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 3;
}

.viewitem_all .view_topArea {
  position: relative;
  padding: 0 0 60px 540px;
  min-height: 580px;
  border-bottom: 1px solid #ddd;
}
.viewitem_all .view_topArea .imgArea {
  position: absolute;
  left: 0;
  top: 0;
  width: 480px;
}
.viewitem_all .view_topArea .big_imgArea {
  position: relative;
  width: 480px;
  height: 480px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.viewitem_all .view_topArea .big_imgArea img {
  width: 478px;
  height: 478px;
}
.viewitem_all .view_topArea .small_imgArea {
  padding-top: 20px;
}
.viewitem_all .view_topArea .small_imgArea ul li {
  float: left;
  margin-left: 2.5%;
  width: 18%;
  box-sizing: border-box;
  border: 1px solid #000;
  cursor: pointer;
}
.viewitem_all .view_topArea .small_imgArea ul li:first-child {
  margin-left: 0;
}
.viewitem_all .view_topArea .txtArea h3 {
  position: relative;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.viewitem_all .view_topArea .txtArea h3:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  display: block;
  content: "";
}
.viewitem_all .view_topArea .txtArea h3 span {
  position: relative;
  z-index: 2;
  padding-bottom: 10px;
  min-width: 160px;
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid #222;
  font-size: 24px;
  font-family: "noto";
  font-weight: 500;
}
.viewitem_all .view_topArea .txtArea .txt {
  padding: 20px 0;
  min-height: 70px;
  box-sizing: border-box;
  font-family: "noto";
  font-weight: 400;
}
.title_style_3 {
  padding: 60px 0 40px;
  line-height: 1;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  font-family: "noto";
}
.title_style_3:after {
  margin: 20px auto 0;
  width: 40px;
  height: 1px;
  display: block;
  background-color: #000;
  content: "";
}
.viewitem_all table {
  border-top: 1px solid #000;
}
.viewitem_all th {
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
  background-color: #e6ebf2;
  font-family: "noto";
  font-weight: 400;
}
.viewitem_all td {
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
  font-family: "noto";
  font-weight: 400;
}
.viewitem_all .application_txt {
  font-family: "noto";
  font-weight: 400;
}

.viewitem_all_re .top_title {
  position: relative;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.viewitem_all_re .top_title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  display: block;
  content: "";
}
.viewitem_all_re .top_title span {
  position: relative;
  z-index: 2;
  padding-bottom: 10px;
  min-width: 160px;
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid #222;
  font-size: 24px;
  font-family: "noto";
  font-weight: 500;
}
.viewitem_all_re .top_txt {
  padding: 35px 0;
  font-family: "noto";
  font-weight: 400;
}
.viewitem_all_re h3 {
  margin-bottom: 20px;
  padding-top: 40px;
  border-top: 1px solid #ddd;
  line-height: 1;
  font-weight: 500;
  font-family: "noto";
  font-size: 24px;
}
.viewitem_all_re .txt_area {
  line-height: 1.6;
  padding-bottom: 40px;
  font-weight: 400;
  font-family: "noto";
}
.viewitem_all_slide_BBB {
  padding: 0px 0 80px;
  position: relative;
}
.viewitem_all_slide {
  padding: 20px 0 80px;
  position: relative;
}
.viewitem_all_slide .slide:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
.viewitem_all_slide .list {
  float: left;
  width: 30%;
  margin-left: 5%;
  box-sizing: border-box;
}
.viewitem_all_slide .list:first-child {
  margin-left: 0;
}
.viewitem_all_slide .list a {
  position: relative;
  padding-bottom: 100%;
  display: block;
}
.viewitem_all_slide .list a img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.viewitem_all_slide .slick-arrow {
  position: absolute;
  margin-top: -17px;
  top: 50%;
  text-indent: -9999px;
  width: 34px;
  height: 34px;
}
.viewitem_all_slide .slick-prev {
  left: -56px;
  background: url(../img/view_prev.gif) no-repeat center center;
}
.viewitem_all_slide .slick-next {
  right: -56px;
  background: url(../img/view_next.gif) no-repeat center center;
}
.viewitem_all_re .title_style_3 {
  padding-top: 0;
  border-top: none;
}
.viewitem_all_re table {
  border-top: 1px solid #000;
}
.viewitem_all_re th {
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
  background-color: #e6ebf2;
  font-family: "noto";
  font-weight: 400;
}
.viewitem_all_re td {
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
  font-family: "noto";
  font-weight: 400;
}
.viewitem_all_re .application_txt {
  font-family: "noto";
  font-weight: 400;
}

.contact .txt {
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 1.6;
}
.contact_list {
  padding: 0 30px;
}
.contact_list > li {
  float: left;
  margin-bottom: 30px;
  width: 48.68%;
}
.contact_list > li:nth-child(2n) {
  float: right;
}
.contact_list > li .title {
  height: 30px;
  display: block;
}
.contact_list > li input[type="password"],
.contact_list > li select,
.contact_list > li input[type="text"] {
  padding-left: 10px;
  margin: 0;
  width: 100%;
  height: 45px;
  line-height: 43px;
  box-shadow: none;
  border-radius: 0;
  box-sizing: border-box;
}
.contact_list > li.w_100 {
  width: 100%;
}
.contact_list > li.w_100 textarea {
  padding: 10px;
  width: 100%;
  height: 220px;
  box-sizing: border-box;
  overflow: auto;
}
.btnArea {
  text-align: center;
}
#bo_w #wr_password,
#bo_w #wr_homepage {
  margin-left: 0 !important;
}

.basic-btn01 {
  width: 140px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border: none;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: all 0.45s ease-out;
  -moz-transition: all 0.45s ease-out;
  -ms-transition: all 0.45s ease-out;
  -o-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}

.basic-btn02 {
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: none;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.45s ease-out;
  -moz-transition: all 0.45s ease-out;
  -ms-transition: all 0.45s ease-out;
  -o-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}

.btn-gray-bg {
  background-color: #81858b;
  color: #fff;
}
.btn-gray-bg:hover {
  background-color: #333;
}
.btn-blue-bg {
  background-color: #d6a750;
  color: #fff;
}
.btn-blue-bg:hover {
  background-color: #1780b6;
}

#bo_w .bo_w_flie .file_wr {
  padding: 0 !important;
  height: 48px !important;
}
.new_icon {
  width: 15px;
  height: 15px;
  text-align: center;
  background-color: #13355b;
  display: inline-block;
  font-size: 11px;
  border-radius: 3px;
  color: #fff;
}
#bo_w .contact .write_div {
  margin: 0;
}
.contact_tb {
  margin-bottom: 30px;
  border-top: 2px solid #000;
}
.contact_tb th {
  width: 32%;
  padding: 10px 20px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  font-family: "noto";
  font-weight: 300;
  background-color: #f9f9f9;
  vertical-align: top;
}
.contact_tb td {
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
  font-family: "noto";
  font-weight: 300;
}
.contact_tb td span {
  vertical-align: top;
}
.bbs_list ul {
  border-top: 1px solid #000;
}
.bbs_list ul li {
  padding: 25px 0;
  border-bottom: 1px solid #d2d2d2;
  display: table;
  width: 100%;
}
.bbs_list ul li .number {
  display: table-cell;
  width: 7%;
  text-align: center;
  color: #666;
}
.bbs_list ul li .td_name {
  display: table-cell;
  width: 10%;
  text-align: center;
  font-family: "noto";
}
.bbs_list ul li .td_name span {
  vertical-align: top;
  color: #888;
}
.bbs_list ul li .td_datetime {
  display: table-cell;
  width: 10%;
  text-align: center;
  color: #888;
}
.bbs_list ul li .title {
  display: table-cell;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
.bbs_list ul li .title a {
  font-size: 18px;
  font-family: "noto";
}

.bbs_view {
  font-family: "noto";
}
.bbs_view #bo_v_title .bo_v_tit {
  margin-top: 0;
  padding: 15px 0 0;
  font-size: 24px;
  font-family: "noto";
}
.bbs_view {
  border-top: 2px solid #000;
}
.bbs_view .view_info {
  padding-bottom: 10px;
}
.bbs_view .view_info li {
  position: relative;
  padding: 0 10px;
  display: inline-block;
  color: #666;
}
.bbs_view #bo_v_info .view_info .sv_member {
  color: #666;
  font-weight: 300;
  vertical-align: top;
}
.bbs_view .view_info li:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  width: 1px;
  height: 10px;
  display: block;
  content: "";
  background-color: #ddd;
}
.bbs_view .view_info li:first-child:before {
  display: none;
}
.bbs_view .view_info li:first-child {
  padding-left: 0;
}
.bbs_view #bo_v_con {
  margin: 0;
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
  min-height: 400px;
  font-size: 16px;
}

.no_contents {
  padding-top: 150px;
  background: url(../img/no_content.png) no-repeat center 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  width: 40vw;
}
.itmmitm {
  /* padding-top: 60px; */
  padding-top: 10px;
}
.itmmitm .img_listStyle_1 ul {
  text-align: center;
}
.itmmitm .img_listStyle_1 ul li {
  float: none;
  margin: 0 25px;
  width: auto;
  display: inline-block;
}
.itmmitm .tb_wrap_area .tb_style_1 {
  margin-bottom: 20px;
}

.terms_box {
  height: 500px;
  overflow: auto;
  border: 1px solid #ddd;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.terms_box pre {
  white-space: pre-wrap;
  word-break: break-all;
  line-height: 1.7;
  font-family: "noto";
  font-weight: 300;
  overflow: hidden;
}

/* --------------------------------------------------------------------------------------------------bbbbbb */

.s_gnb ul {
  background-color: #ffdea4c6;
  /* background-color: #c3ab9e; */
  margin: 0 2px;
  /* border: 1px solid #65573f; */
  margin-top: -28px;
  /* margin-top: -20px; */
  height: auto;
  padding: 0 5px;
}
.s_gnb ul li a {
  color: rgb(24, 0, 0);
  font-weight: bolder;
}

.gnb > ul.mb_member {
  display: none;
}
.container .mbskin {
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
  font-family: "noto";
  font-weight: 300;
  word-break: keep-all;
}
.loginArea.mbskin h2 {
  text-align: center;
}
.loginArea.mbskin h2 img {
  width: 150px;
}
.loginArea.mbskin .mbskin_box {
  padding: 30px 0 0;
}
#mb_login.loginArea #login_fs .btn_submit {
  font-family: "noto";
  font-weight: 300;
  background-color: #15345b;
  color: #fff;
  font-size: 16px;
}

.location_top {
  padding: 40px 0 30px;
}
.location_top h3 {
  margin-bottom: 15px;
  line-height: 1;
  font-size: 24px;
  font-weight: 500;
}
.location_top address {
  margin-bottom: 12px;
  color: #666;
  font-weight: 400;
}
.location_top ul li {
  display: inline-block;
  margin-right: 10px;
  color: #666;
  font-weight: 400;
}

.location_list {
  border-top: 1px solid #000;
}
.location_list > ul > li {
  position: relative;
  padding: 30px 0 30px 215px;
  border-bottom: 1px solid #ddd;
}
.location_list > ul > li h3 {
  position: absolute;
  left: 0;
  top: 50%;
  max-height: 90vh;
  transform: translate(0, -50%);
  width: 215px;
  text-align: center;
  font-size: 14px;
  color: #666;
  font-family: "noto";
  font-weight: 300;
}
.location_list > ul > li h3 span {
  display: block;
}
.location_list > ul > li p,
.location_list > ul > li ul li {
  line-height: 1.6;
  font-size: 14px;
  color: #666;
  font-family: "noto";
  font-weight: 300;
}
.location_list > ul > li ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 10px;
}
.location_list > ul > li ul li .num {
  position: absolute;
  left: 0;
  top: 0;
}

.footer {
  position: relative;
  z-index: 3;
}
.btn_top {
  position: fixed;
  /* position: absolute; */
  right: 3%;
  bottom: 5%;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  background-color: #f6e8c3;
  z-index: 1000;
}
.btn_top span {
  display: inline-block;
  padding-top: 10px;
  background: url(../img/btn_top_arrow.gif) no-repeat center 0;
  font-size: 14px;
  font-weight: 600;
  color: #e24545;
}
#bo_list_total {
  font-family: "noto";
  font-weight: 300;
  line-height: 1;
}
#bo_list_total span {
  vertical-align: top;
}

.search_form {
  float: right;
  margin-bottom: 10px;
  position: relative;
  padding-right: 80px;
  max-width: 520px;
  width: 100%;
  box-sizing: border-box;
}
.search_form select {
  float: left;
  width: 27.5%;
  border-right: none;
}
.search_form input[type="text"] {
  float: left;
  width: 72.5%;
  border-right: none;
}
.search_form .sch_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 40px;
  line-height: 40px;
  display: block;
  background-color: #0b3f80;
  color: #fff;
  border: none;
  font-size: 16px;
}
#bo_w .bo_w_tit .frm_input {
  padding-right: 0 !important;
}

.main_front_aa:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
.main_front_aa > li {
  position: relative;
  float: left;
  margin-right: 2.66%;
  width: 23%;
}
.main_front_aa > li:nth-child(4n) {
  margin-right: 0;
}
.main_front_aa .img_area a {
  position: relative;
  padding-bottom: 100%;
  display: block;
}
.main_front_aa .img_area a img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.main_front_aa .txt_area {
  height: 150px;
}
.main_front_aa > li .chk_box {
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 5;
}
#bo_gall .main_front_aa .bo_tit {
  padding-top: 10px;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 700;
}
#bo_gall .main_front_aa .bo_cnt {
  font-size: 14px;
  font-family: "Roboto";
  font-weight: 400;
  color: #333;
}
.main_front_aa > li .basic-btn02 {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 3;
}
.c-red {
  color: #ff0000;
  font-size: 14px;
}
.more_opt li button,
.more_opt li a {
  font-size: 13px;
  line-height: 1.4;
}
.btn_bo_user > li .btn_admin {
  display: none;
}
.btn_cke_sc {
  font-size: 12px;
}

@media screen and (min-width: 1240px) {
  /* -----------------------------------------------menu  background color------------bbbbbb----------------------- */
  /* -----------------------------------------------------menu  background color----------------------------------- */
  .gnb:before {
    position: absolute;
    left: 0;
    top: 78px;
    /* top: 100px; */
    z-index: 10;
    width: 100%;
    height: 0;
    background: #f8d086c6;

    /* background: #ffeecfe7; */
    /* background: rgba(228, 161, 59, 0.888); #d6a750*/
    /* background: rgba(255, 255, 255, 0.773); */
    display: block;
    content: "";
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
  }
  .gnb > ul > li > a {
    position: relative;
  }
  /* ---------------------------------------------------------------------------bbbbbb---------상단--------bar */
  .gnb > ul > li > a:before {
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 0;
    height: 5px;
    background-color: #9263348d;
    /* height: 2px;
    background-color: #373737; */
    display: block;
    content: "";
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .gnb > ul > li:hover > a:before {
    width: 100%;
  }
  .s_gnb {
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 11;
    width: 100%;
    height: 0;
    padding-top: 30px;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
  }

  .s_gnb > ul > li > a {
    display: block;
    padding: 5px 0;
    font-weight: 500;
    opacity: 1;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
  }
  /* ---------------------------------------------------s_gnb-----hover color--------------bbbbbb--------------*/
  .s_gnb > ul > li > a:hover {
    color: #ffffff;
    background-color: #845f0e;
    /* background-color: #d6a750; */
    opacity: 0.99;
  }
  /* -------------------------------------------------------------menu height---------------bbbbbb-------------*/
  /* -------------------------------------------------------------menu height---------------bbbbbb-------------*/
  .gnb:hover:before {
    height: 280px;
    /* height: 320px; */
  }
  .gnb:hover .s_gnb {
    height: auto;
    opacity: 1;
  }
}

@media screen and (max-width: 1380px) {
  .gnb {
    padding-top: 28px;
    /* padding-top: 42px; */
  }
  .gnb > ul > li {
    padding: 0 25px;
  }
  .gnb > ul > li > a {
    font-size: 18px;
  }

  /* -------------------------------------------------------------menu height---------------bbbbbb-------------*/
  .gnb:hover:before {
    height: 280px;
    /* height: 320px; */
  }
}

@media screen and (max-width: 1240px) {
  .header {
    padding: 0 60px 0 20px;
    text-align: left;
  }
  .header .logo {
    position: relative;
    left: 0;
    top: 0;
    padding: 20px 0;
    /* padding: 25px 0; */
  }
  .gnb_open {
    position: absolute;
    right: 20px;
    top: 35px;
    display: block;
  }
  .gnb_open button {
    position: relative;
    width: 30px;
    height: 30px;
  }
  .gnb_open button span {
    position: absolute;
    left: 0;
    top: 4px;
    width: 100%;
    height: 4px;
    /* height: 3px; */
    background-color: #333;
    display: block;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
  }
  .gnb_open button span:before {
    position: absolute;
    left: 0;
    top: 8px;
    width: 100%;
    height: 4px;
    /* height: 3px; */
    background-color: #333;
    display: block;
    content: "";
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
  }
  .gnb_open button span:after {
    position: absolute;
    left: 0;
    top: 16px;
    width: 100%;
    height: 4px;
    /* height: 3px; */
    background-color: #333;
    display: block;
    content: "";
    opacity: 1;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
  }
  .gnb_open.on {
    position: fixed;
    z-index: 11;
  }
  .gnb_open.on button span {
    left: 0;
    top: 15px;
    transform: rotate(-45deg);
    background-color: #fff;
  }
  .gnb_open.on button span:before {
    left: 0;
    top: 0;
    transform: rotate(90deg);
    background-color: #fff;
  }
  .gnb_open.on button span:after {
    opacity: 0;
  }
  .header .member_menu {
    right: 60px;
  }
  .gnb {
    position: fixed;
    right: -270px;
    top: 0;
    bottom: 0;
    z-index: 10;
    padding-top: 80px;
    width: 250px;
    height: 100%;
    overflow: auto;
    background-color: #d6a750;
    box-shadow: 5px 5px 5px 7px rgba(150, 150, 150, 0.5);
  }
  .gnb > ul {
    display: block;
    text-align: left;
  }
  .gnb > ul > li {
    float: none;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .gnb > ul > li > a {
    padding: 15px 20px;
    color: #fff;
    display: block;
    font-size: 18px;
  }
  .top_searchArea {
    width: 100%;
    top: 96px;
    border-right: none;
    border-left: none;
  }
  .header .member_menu ul li.mb_hide {
    display: none;
  }
  .gnb > ul.mb_member {
    display: block;
  }

  /* .s_gnb{ padding:20px; background-color:rgba(255, 0, 0, 0.7); display:block;} */
  .s_gnb {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.3);
    display: none;
  }
  /* .s_gnb li a{padding:5px; display:block; color:#ff1dce6e; } */
  .s_gnb li a {
    padding: 5px;
    display: block;
    color: #ffffff;
  }

  .gnb > ul.mb_member:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
  }
  .gnb > ul.mb_member {
    background-color: rgba(255, 52, 52, 0.705);
    /* background-color: rgba(255, 255, 255, 0.2); */
  }
  .gnb > ul.mb_member > li {
    border-bottom: none;
  }
  .gnb > ul.mb_member > li a {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
  }
  .header .member_menu ul li.country {
    display: none;
    display: block;
  }
  .mb_country {
    display: block;
    padding: 10px 0;
  }
  .mb_country ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    /* visibility: hidden; */
    font-size: 0;
  }
  .mb_country ul li {
    float: left;
    position: relative;
    width: 50%;
  }
  .mb_country ul li:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    width: 1px;
    height: 10px;
    background-color: #fff;
    display: block;
    content: "";
  }
  .mb_country ul li a {
    font-size: 14px;
    color: #fff;
  }
  .mb_country ul li:first-child:before {
    display: none;
    display: block;
  }
  .mb_country ul li.on a {
    border-bottom: 1px solid #fff;
  }

  .main_movie:before,
  .main_movie:after {
    display: none;
  }

  .footer_cont {
    padding-right: 300px;
  }

  .point li {
    margin: 0 20px;
  }
  .main_visual .slick-dots {
    left: 0;
    margin-left: 0;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1024px) {
  .header .member_menu ul li a {
    font-size: 14px;
  }
  .header .member_menu .country_list_open {
    font-size: 14px;
  }
  .main_visual .list {
    height: 450px;
  }
  .main_visual .main_vs_txt {
    padding: 150px 20px 0;
  }
  .main_visual .main_vs_txt strong {
    font-size: 46px;
  }
  .main_visual .main_vs_txt p {
    font-size: 18px;
  }
  .main_link ul li a {
    padding: 0 50px 0 30px;
  }
  .main_link ul li.m_inquiry .inner {
    padding-left: 90px;
  }
  .main_link ul li.m_greeting .inner {
    padding-left: 90px;
  }
  .main_link ul li.m_greeting a {
    background: url(../img/main_greeting_arrow.png) no-repeat right 15px center;
  }
  .main_link ul li.m_inquiry a {
    background: url(../img/main_online_arrow.png) no-repeat right 15px center;
  }
  .main_link ul li h1 {
    font-size: 20px;
    overflow: hidden;
  }
  .main_link ul li p {
    font-size: 15px;
  }
  .main_front_aa {
    padding: 40px 0;
  }
  .main_front_aa .main_title li button {
    font-size: 26px;
  }
  .main_front_aa .list .txt_area {
    padding: 0 15px;
  }
  .main_front_aa .list .txt_area h1 {
    font-size: 20px;
  }
  .main_front_aa .list .txt_area p {
    margin-bottom: 10px;
    height: 90px;
    font-size: 14px;
  }
  .main_front_aa .list .txt_area .btn_area a {
    font-size: 14px;
  }
  .main_front_aa .list {
    min-height: 200px;
  }
  .main_movie h1 {
    margin-bottom: 20px;
    font-size: 36px;
  }

  .footer {
    text-align: center;
  }
  .footer_logo {
    margin-bottom: 15px;
  }
  .footer .menu {
    margin-bottom: 15px;
  }
  .footer .footer_right {
    position: relative;
    right: 0;
    top: 0;
    margin-bottom: 15px;
    text-align: center;
  }
  .footer_cont {
    padding-right: 0;
  }

  .sub_visual {
    height: 260px;
  }
  .sub_vs_txt h1 {
    font-size: 40px;
  }
  .sub_vs_txt p {
    font-size: 18px;
  }
  .navi > ul > li.home {
    height: 50px;
    line-height: 50px;
  }
  .s_navi_open {
    height: 50px;
    line-height: 50px;
  }
  .s_navi_list {
    top: 50px;
  }
  .s_navi_list li a {
    font-size: 14px;
  }
  .sub_top_title {
    font-size: 26px;
  }
  .greeting p {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .greeting p.txt_1 {
    font-size: 20px;
  }
  .overview {
    margin-bottom: 40px;
  }
  .overview th {
    padding: 10px 5px;
    font-size: 14px;
  }
  .overview td {
    padding: 10px 5px;
    font-size: 14px;
  }
  .history .top_title {
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 20px;
  }
  .history_list > li .year {
    font-size: 28px;
  }
  .certificate_list li {
    margin: 0 25px 30px;
  }

  .contant_item_aa ul li a {
    padding: 0 20px 0 200px;
  }
  .contant_item_aa ul li:nth-child(2n) a {
    padding: 0 200px 0 20px;
  }
  .contant_item_aa ul li .inner {
    font-size: 30px;
  }
  .contant_item_aa ul li .inner span {
    font-size: 16px;
  }
  .contant_item_aa ul li.bg_2:before {
    right: 0;
  }
  .contant_item_aa ul li.bg_3:before {
    left: 0;
  }
  .contant_item_aa ul li.bg_4:before {
    right: 0;
  }

  .contant_item_aa ul li.bg_5:before {
    left: 0;
  }
  .contant_item_aa ul li.bg_6:before {
    right: 0;
  }
  .contant_item_aa ul li.bg_7:before {
    left: 0;
  }
  .contant_item_aa ul li.bg_8:before {
    right: 0;
  }
  .contant_item_aa ul li.bg_9:before {
    left: 0;
  }
  .contant_item_aa ul li.bg_10:before {
    right: 0;
  }
  .contant_item_aa ul li.bg_11:before {
    right: 0;
  }
  .contant_item_aa ul li.bg_12:before {
    right: 0;
  }
  .contant_item_aa ul li.bg_12a:before {
    right: 0;
  }

  .tab_style_1 ul li a {
    font-size: 14px;
  }
  .txt_style_1,
  .object_aa .txt_style_1 {
    font-size: 16px;
  }
  .point ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
  }
  .point li {
    margin: 0;
    float: left;
    padding: 0 10px;
    width: 33.33%;
    box-sizing: border-box;
  }
  .img_listStyle_1 ul li {
    margin: 0.83%;
    width: 15%;
  }
  .img_listStyle_1 ul li .txt_area {
    font-size: 14px;
  }
  .tb_style_1 th,
  .tb_style_1 td {
    font-size: 14px;
  }
  .title_style_1 {
    font-size: 30px;
  }
  .title_style_1 span {
    font-size: 20px;
  }

  .gallery_list li {
    margin-right: 1.33%;
    width: 24%;
  }
  .gallery_list li .txt_area .title {
    font-size: 16px;
  }
  .gallery_list li .txt_area .txt {
    height: 65px;
    font-size: 14px;
  }

  .viewitem_all .view_topArea {
    padding-left: 0;
  }
  .viewitem_all .view_topArea .imgArea {
    position: relative;
    margin: 0 auto 40px;
  }

  .viewitem_all_slide {
    padding: 0 0 40px;
  }
  .viewitem_all_slide .list {
    padding: 0 10px;
  }
  .viewitem_all_slide .slick-dots {
    padding-top: 20px;
    text-align: center;
  }
  .viewitem_all_slide .slick-dots li {
    margin: 0 4px;
    display: inline-block;
  }
  .viewitem_all_slide .slick-dots li button {
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    background-color: #ddd;
    text-indent: -9999px;
  }
  .viewitem_all_slide .slick-dots li.slick-active button {
    background-color: #13355b;
  }

  .contact_list {
    padding: 0;
  }
  .contact .txt {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .main_visual .slick-dots {
    top: 85px;
  }

  .contant_item_aa ul li.bg_1:before {
    width: 250px;
    background: url(../img/contant_item_aa_img1.jpg) no-repeat 0 bottom;
    background-size: 100% auto;
  }
  .contant_item_aa ul li.bg_2:before {
    width: 300px;
    background: url(../img/contant_item_aa_img2.jpg) no-repeat right -80px bottom;
    background-size: 100% auto;
  }
  .contant_item_aa ul li.bg_3:before {
    width: 280px;
    background: url(../img/contant_item_aa_img3.jpg) no-repeat left bottom;
    background-size: 100% auto;
  }
  .contant_item_aa ul li.bg_4:before {
    width: 280px;
    background: url(../img/contant_item_aa_img4.jpg) no-repeat right bottom;
    background-size: 100% auto;
  }

  .contant_item_aa ul li.bg_5:before {
    width: 280px;
    background: url(../img/contant_item_aa_img5.jpg) no-repeat left bottom;
    background-size: 100% auto;
  }
  .contant_item_aa ul li.bg_6:before {
    width: 280px;
    background: url(../img/contant_item_aa_img6.jpg) no-repeat right bottom;
    background-size: 100% auto;
  }
  .contant_item_aa ul li.bg_7:before {
    width: 280px;
    background: url(../img/contant_item_aa_img7.jpg) no-repeat left bottom;
    background-size: 100% auto;
  }
  .contant_item_aa ul li.bg_8:before {
    width: 280px;
    background: url(../img/contant_item_aa_img8.jpg) no-repeat right bottom;
    background-size: 100% auto;
  }
  .contant_item_aa ul li.bg_9:before {
    width: 280px;
    background: url(../img/contant_item_aa_img9.jpg) no-repeat left bottom;
    background-size: 100% auto;
  }
  .contant_item_aa ul li.bg_10:before {
    width: 280px;
    background: url(../img/contant_item_aa_img1.jpg) no-repeat right bottom;
    background-size: 100% auto;
  }
  /* .contant_item_aa ul li.bg_10:before{width:280px; background:url(../img/contant_item_aa_img10.jpg) no-repeat right bottom; background-size:100% auto;} */
  .contant_item_aa ul li.bg_11:before {
    width: 280px;
    background: url(../img/contant_item_aa_img10.jpg) no-repeat right bottom;
    background-size: 100% auto;
  }
  .contant_item_aa ul li.bg_12:before {
    width: 280px;
    background: url(../img/contant_item_aa_img10.jpg) no-repeat right bottom;
    background-size: 100% auto;
  }
  .contant_item_aa ul li.bg_12a:before {
    width: 280px;
    background: url(../img/color_index01.jpg) no-repeat right bottom;
    background-size: 100% auto;
  }
}

@media screen and (max-width: 768px) {
  /* .header{} */
  .header .logo {
    padding: 15px 0;
  }
  .header .logo img {
    width: 120px;
  }
  .header .member_menu {
    padding-top: 20px;
  }
  .gnb_open {
    top: 25px;
    /* top: 15px; */
  }
  .header .member_menu ul li.top_search {
    margin-top: -5px;
    padding-left: 10px;
  }
  .header .btn_top_search {
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
  .header .member_menu ul li {
    padding-left: 10px;
  }
  .header .member_menu ul li.mb_hide {
    display: none;
  }
  .top_searchArea {
    top: 60px;
  }
  .top_searchArea .inner {
    padding: 15px 60px 10px 15px;
  }
  .top_searchArea .top_search_close {
    top: 15px;
  }
  .top_searchArea .btn_search {
    width: 30px;
    height: 30px;
    background-size: 30px;
  }

  .main_visual .list {
    height: 380px;
  }

  .main_visual .list_1 {
    background: url(../img/visual01newmobileK.jpg) no-repeat center 0;
    background-size: cover;
  }
  .main_visual .list_2 {
    background: url(../img/visual02.jpg) no-repeat center 0;
    background-size: cover;
  }
  .main_visual .list_3 {
    background: url(../img/visual03.jpg) no-repeat center 0;
    background-size: cover;
  }
  .main_visual .list_4 {
    background: url(../img/visual04_page0_glass_m.jpg) no-repeat center 0;
    /* background: url(../img/visual04_page0_glass.jpg) no-repeat center 0; */
    /* background: url(../img/visual04.jpg) no-repeat center 0; */
    background-size: cover;
  }
  .main_visual .list_5 {
    background: url(../img/visual05mob_sz.jpg) no-repeat center 0;
    /* background: url(../img/visual05mob.jpg) no-repeat center 0; */
    background-size: cover;
  }
  .main_visual .list_6 {
    background: url(../img/visual09b.jpg) no-repeat center 0;
    background-size: cover;
  }

  .main_visual .main_vs_txt {
    padding: 275px 20px 0;
  }
  .main_link {
    margin-top: 0;
    padding: 20px 0;
  }
  .main_visual .main_vs_txt strong {
    font-size: 30px;
  }
  .main_visual .main_vs_txt p {
    font-size: 12px;
  }
  .main_visual .main_vs_txt p br {
    display: none;
  }
  .main_link ul li {
    float: none;
    width: 100%;
  }
  .main_link ul li h1 {
    font-size: 16px;
  }
  .main_link ul li a {
    padding: 0 40px 0 20px;
    height: 115px;
  }
  .main_link ul li.m_greeting a {
    background-position: right 20px center;
  }
  .main_link ul li.m_inquiry a {
    background-position: right 20px center;
  }
  .main_link ul li.m_inquiry .inner,
  .main_link ul li.m_greeting .inner {
    padding-left: 70px;
  }
  .main_link ul li.m_greeting .inner {
    background: url(../img/main_icon_1_mb.png) no-repeat 0 center;
    background-size: 52px;
  }
  .main_link ul li.m_inquiry .inner {
    background: url(../img/main_icon_2_mb.png) no-repeat 0 center;
    background-size: 52px;
  }
  .main_front_aa {
    padding: 20px 0;
  }
  .main_front_aa .main_title ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
  }
  .main_front_aa .main_title li {
    float: left;
    padding: 0 5px;
    width: 50%;
    box-sizing: border-box;
  }
  .main_front_aa .main_title li button {
    font-size: 16px;
  }
  .main_front_aa .main_tabCont .slick-next,
  .main_front_aa .main_tabCont .slick-prev {
    top: -55px;
  }
  .main_movie {
    padding: 40px 20px;
  }
  .main_movie h1 {
    font-size: 26px;
  }

  .footer {
    padding: 20px 0;
  }
  .footer .menu li a {
    font-size: 14px;
  }
  .footer .menu li {
    margin: 0 4px;
  }
  .footer .cs_center .tel {
    font-size: 20px;
  }
  .footer_cont ul li {
    font-size: 11px;
    margin: 0 5px;
  }
  .footer_cont address {
    margin-bottom: 5px;
    font-size: 11px;
  }
  .footer_cont ul {
    margin-bottom: 5px;
  }
  .footer .copyright {
    padding-top: 10px;
    font-size: 11px;
  }
  .footer_cont {
    padding-bottom: 10px;
  }

  .sub_visual {
    height: 160px;
  }
  .sub_vs_txt h1 {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .sub_vs_txt p {
    font-size: 12px;
  }
  .navi > ul > li.home {
    display: none;
  }
  .navi > ul > li {
    width: 50%;
  }
  .s_navi_open {
    padding: 0 20px 0 10px;
    background: url(../img/navi_arrow.gif) no-repeat right 5px center;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
  }
  .s_navi_list li a {
    font-size: 12px;
  }
  .container {
    padding: 30px 20px 50px;
  }
  .sub_top_title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .greeting {
    margin-bottom: 30px;
  }
  .greeting p {
    font-size: 14px;
  }
  .greeting p.txt_1 {
    font-size: 18px;
  }
  .history .top_title {
    margin-bottom: 40px;
  }
  .history_list {
    padding-top: 0;
  }
  .history_list > li {
    padding: 0;
  }
  .history_list:before {
    left: 6px;
    top: 4px;
  }
  .history_list > li:nth-child(2n) .inner:after,
  .history_list > li .inner:after {
    left: 0;
    top: 4px;
  }
  .history_list > li:nth-child(2n) .inner:before,
  .history_list > li .inner:before {
    top: 10px;
    right: auto;
    left: 0;
    width: 40px;
  }
  .history_list > li .inner {
    padding-left: 50px;
  }
  .history_list > li:nth-child(2n) {
    padding: 0;
  }
  .history_list > li:nth-child(2n) .inner {
    padding: 0 0 0 50px;
    text-align: left;
  }
  .history_list > li .year {
    font-size: 24px;
  }
  .history_list > li ul li .month,
  .history_list > li ul li {
    font-size: 14px;
  }
  .history_list > li:nth-child(2n) ul li {
    padding-left: 40px;
  }
  .history_list > li:nth-child(2n) ul li .month {
    position: absolute;
    left: 0;
    top: 0;
  }
  .certificate_list li {
    float: left;
    margin: 0 0 10px;
    width: 49%;
  }
  .certificate_list li:nth-child(2n) {
    float: Right;
  }
  .location .map_area iframe {
    height: 350px;
  }

  .contant_item_aa ul li:nth-child(2n) a,
  .contant_item_aa ul li a {
    padding: 0 20px;
    height: 160px;
  }
  .contant_item_aa ul li.bg_1:before,
  .contant_item_aa ul li.bg_2:before,
  .contant_item_aa ul li.bg_3:before,
  .contant_item_aa ul li.bg_4:before,
  .contant_item_aa ul li.bg_5:before,
  .contant_item_aa ul li.bg_6:before,
  .contant_item_aa ul li.bg_7:before,
  .contant_item_aa ul li.bg_8:before,
  .contant_item_aa ul li.bg_9:before,
  .contant_item_aa ul li.bg_10:before,
  .contant_item_aa ul li.bg_11:before,
  .contant_item_aa ul li.bg_12:before {
    display: none;
  }
  .contant_item_aa ul li.bg_12a:before {
    /* display: none; */
  }
  .contant_item_aa ul li .inner {
    font-size: 24px;
  }
  .contant_item_aa ul li .inner span {
    font-size: 14px;
  }

  .container.sub_type {
    padding: 40px 0 70px;
  }
  .tab_style_1 {
    margin-bottom: 30px;
  }
  .tab_style_1 ul {
    border-top: 1px solid #aaa;
  }
  .tab_style_1 ul li {
    border-top: none;
    width: 50%;
  }
  .tab_style_1 ul li a {
    font-size: 12px;
  }
  .object_aa .txt_style_1 {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .object_aa h2 {
    font-size: 20px;
  }
  .object_aa .list_style_1 li {
    font-size: 14px;
  }
  .point_bg {
    padding: 40px 0;
  }
  .point li {
    float: none;
    width: 100%;
    padding: 20px 0;
  }
  .point li .img_area img {
    width: 140px;
  }
  .title_style_1 span {
    font-size: 16px;
  }
  .title_style_1 {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .title_style_1 span:after {
    margin: 15px auto 20px;
  }
  .img_listStyle_1 {
    margin-bottom: 10px;
  }
  .img_listStyle_1 ul li {
    padding: 0 5px;
    margin: 0;
    width: 33.33%;
    box-sizing: border-box;
  }
  .img_listStyle_1 ul li .txt_area {
    height: 60px;
    box-sizing: border-box;
  }
  .tb_style_1 th,
  .tb_style_1 td {
    font-size: 12px;
    word-break: break-all;
  }
  .remarks_txt h2 {
    font-size: 14px;
  }
  .remarks_txt p {
    font-size: 14px;
  }
  .tb_wrap_area .f-l,
  .tb_wrap_area .f-r {
    float: none;
    width: 100%;
  }
  .tb_wrap_area .tb_style_1 {
    margin-bottom: 20px;
  }

  .tab_style_1 .w_5 li {
    width: 33.33%;
  }
  .tab_style_1 .w_5 li:nth-child(4),
  .tab_style_1 .w_5 li:nth-child(5) {
    width: 50%;
  }
  .txt_style_1 {
    font-size: 14px;
  }
  .title_style_2 {
    font-size: 20px;
  }
  .list_style_1 li {
    font-size: 13px;
  }
  .item_cccc .img_list li .txt_area {
    font-size: 12px;
  }

  .gallery_list li {
    margin: 0;
    width: 49%;
  }
  .gallery_list li:nth-child(2n) {
    float: right;
  }

  .viewitem_all .view_topArea {
    min-height: 30px;
    padding-bottom: 30px;
  }
  .viewitem_all .view_topArea .imgArea {
    max-width: 100%;
    width: 100%;
  }
  .viewitem_all .view_topArea .big_imgArea {
    width: 100%;
    height: auto;
    padding-bottom: 100%;
  }
  .viewitem_all .view_topArea .big_imgArea img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .viewitem_all .view_topArea .txtArea h3 span {
    font-size: 20px;
  }
  .viewitem_all .view_topArea .txtArea .txt {
    font-size: 14px;
  }
  .title_style_3 {
    padding: 30px 0 20px;
    font-size: 20px;
  }
  .viewitem_all th,
  .viewitem_all td {
    font-size: 13px;
  }
  .viewitem_all .application_txt {
    font-size: 13px;
  }

  .viewitem_all_re h3,
  .viewitem_all_re .top_title span {
    font-size: 20px;
  }
  .viewitem_all_re .txt_area,
  .viewitem_all_re .top_txt {
    font-size: 14px;
  }
  .viewitem_all_re th,
  .viewitem_all_re td {
    padding: 10px 5px;
    font-size: 13px;
  }

  .contact .txt {
    font-size: 14px;
  }
  .contact_list > li {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .contact_list > li .title {
    height: auto;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .basic-btn01 {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .bbs_list ul li {
    position: relative;
    padding: 10px 0;
  }
  .bbs_list ul li .title {
    padding-left: 40px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
  }
  .bbs_list ul li .td_name {
    width: auto;
    padding-right: 10px;
    display: inline-block;
    font-size: 14px;
  }
  .bbs_list ul li .td_datetime {
    position: relative;
    padding: 0 10px;
    width: auto;
    display: inline-block;
    font-size: 14px;
  }
  .bbs_list ul li .td_datetime:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    width: 1px;
    height: 10px;
    background-color: #ddd;
    display: block;
    content: "";
  }
  .bbs_list ul li .number {
    position: absolute;
    left: 0;
    top: 12px;
    display: inline-block;
    width: auto;
    text-align: left;
    font-size: 13px;
  }
  .bbs_list ul li .title a {
    font-size: 16px;
  }
  .contact_tb th {
    padding: 10px 5px;
    font-size: 13px;
  }
  .contact_tb td {
    padding: 10px 5px;
    font-size: 13px;
  }

  .bbs_view #bo_v_title .bo_v_tit {
    font-size: 20px;
  }
  .bbs_view .view_info li {
    font-size: 14px;
  }
  .bbs_view #bo_v_info .profile_info {
    margin-top: 10px;
  }
  .bbs_view #bo_v_con {
    font-size: 14px;
  }

  .itmmitm .img_listStyle_1 ul li {
    z-index: -2;
    padding: 0 5px;
    float: left;
    margin: 0;
    width: 33.33%;
    box-sizing: border-box;
  }

  .main_visual .slick-dots {
    top: 220px;
  }
  .main_visual .slick-dots li button {
    padding-bottom: 10px;
    font-size: 14px;
  }
  .main_visual .slick-dots li button {
    width: 45px;
    font-size: 12px;
  }

  .no_contents {
    font-size: 13px;
  }

  .viewitem_all_slide .list {
    float: none;
    margin: 0 0 10px;
    width: 100%;
  }

  .location_top h3 {
    font-size: 20px;
  }
  .location_top address {
    font-size: 14px;
  }
  .location_top ul li {
    display: block;
    font-size: 14px;
  }
  .location_list > ul > li {
    padding: 10px 0;
  }
  .location_list > ul > li h3 {
    position: relative;
    top: 0;
    margin-bottom: 15px;
    transform: translate(0, 0);
    width: 100%;
  }
  .main_front_aa .list .txt_area h1 {
    font-size: 16px;
  }
  .main_front_aa .list .txt_area p {
    font-size: 12px;
  }
}
