
/** page structure **/
#head_wrap.trans {
  height: 80px;
    background-color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1020;
    /*background-color: rgba(255, 255, 255, 0.97);*/
    -webkit-transition:all .3s ease-in-out;
    transition: all.3s ease-in-out;
    box-shadow: 0 1px 15px rgba(0,0,0,.125);
}
nav {
  display: block;
  float: right;
  height: 80px;
  margin: 0;
  padding: 0;
  border: 0;
}

.wrapper {
  display: block;
  margin: 0 auto;
}

#menu {
  display: block;
  position: relative;
  z-index: 999;
    margin: 0;
  padding: 0;
  border: 0;

}

#menu >li {
  display: block;
  float: left;
  position: relative;
  transition: all .3s;
}

#menu >li >a {text-align: center;font-weight: 600;  font-family: 'Montserrat', sans-serif;-webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;}

#menu li a {
  display: block;
  position: relative;
  padding: 0 20px;
  font-size: 16px;
  line-height: 80px;
  text-decoration: none;
  color: #000;
  text-transform:uppercase;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;

}

#menu li:hover a {background: transparent;  color: #000;}
#menu li a:hover, #menu li a.active {  background: #fff;  color: #000;}
#menu > li:hover > a:after, #menu > li > a.active:after {content: '';width:8px;height: 8px;background:#e82847;border-radius: 50%;position: absolute;left:50%;top:15px;margin-left:-4px;}

#menu > li > ul {
  display: none;
  position: absolute;
  top: 80px;
  /*width: 205px;*/
  background: rgba(255,255,255,1);
  z-index: 10;
  left:50%;
  padding: 0;
  border: 0;
  box-shadow: 0 1px 15px rgba(0,0,0,.125);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#menu li ul li {
  display: block;
  /*width: 205px;*/
}
#menu li ul li a {
  display: block;
  float: none;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  padding: 0 0 0 15px;
  text-align:left;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#menu li ul li a:hover {
  background: rgba(255,255,255,.8);
  color: #e82847;
}

#menu li ul.expanded {
  width: 400px;

}
#menu li ul.expanded li { /*margin-right: 205px;*/ }



#menu li ul li ul {
  display: none;
  position: absolute;
  /*left: 205px;*/
  top: 0;
  height: 100%;
  box-shadow: 0 1px 15px rgba(0,0,0,.125);
  background: none;
 /* -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;*/
}
#menu li ul li ul li a { color: #333;   font-weight:normal;}
#menu li ul li ul li a:hover { text-decoration: underline; }

#menu li ul li.purple a:hover, #menu li ul li.purple a.active { background: #4f4c83; color: #fff; }
#menu li ul li.purple ul { background: #4f4c83; }
#menu li ul li.green a:hover, #menu li ul li.green a.active { background: #65834c; color: #fff; }
#menu li ul li.green ul { background: #65834c; }
#menu li ul li.aqua a:hover, #menu li ul li.aqua a.active { background: #4c7983; color: #fff; }
#menu li ul li.aqua ul { background: #4c7983; color: #fff; }
#menu li ul li.red a:hover, #menu li ul li.red a.active { background: #834c4c; color: #fff; }
#menu li ul li.red ul { background: #834c4c; }
#menu li ul li.blue a:hover, #menu li ul li.blue a.active { background: #4d6899; color: #fff; }
#menu li ul li.blue ul { background: #4d6899; }
#menu li ul li.gold a:hover, #menu li ul li.gold a.active { background: #97944c; color: #fff; }
#menu li ul li.gold ul { background: #97944c; }
#menu li ul li.white a:hover, #menu li ul li.white a.active { background: #ffffff; color: #e82847;  }
#menu li ul li.white ul { background:#ffff;}


#menu li:hover ul.depth02 {display:block;}
#menu li ul.depth02 li:hover > a {background:#fff;color:#e82847;}
#menu li ul.depth02 li:hover ul.depth03 {display:block;}
#menu li ul.depth02 li:hover ul.depth03 >li >a {line-height:42px;}
#menu li ul.depth02 li:hover ul.depth03 >li >a:hover {background:#fff;color:#e82847;text-decoration: none;}


/** clearfix **/
.clearfix:after { content: ""; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }


html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

.tmenu0{ width:auto;}
.tmenu1{ width:auto;}
.tmenu1 > ul{ height:460px; width:180px;margin-left:-90px;}
.tmenu1 ul li a{ }

.tmenu1 ul li ul{ width:240px; left: 180px;}
.tmenu1 ul li ul li a{ }
.tmenu1 ul li ul li a:hover{}

.tmenu2{width:auto;}
.tmenu2 > ul{ width:180px;margin-left:-90px;}

.tmenu3{ width:auto;}
.tmenu3 > ul{ width:180px;margin-left:-90px;}

.tmenu4{ width:auto;}
.tmenu4 > ul{ width:180px;margin-left:-90px;}

#menu li.tmenu5 > a {padding: 0 20px;font-weight: 300;}
.tmenu5{ width:auto;}
.tmenu5 > ul{ width:180px;}


.etcMenu{ width:auto;}
#menu li.etcMenu > a {padding: 0 20px;font-weight: 300;}

.depth02, .depth03 {content:"";display:block;clear:both;}


.sitemap_container {width: 1194px;margin: 0 auto;padding: 10px 35px 70px 60px;}
.sitemap_list {float: left;width: 160px;margin: 0 0 0 50px;color: #000;}
.sitemap_list:first-child {margin: 0;text-align: right;}
.sitemap_list .menu_title {
    display: block;
    padding-bottom: 31px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    position: relative;
}
.sitemap_list .menu_title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 10px;
    height: 2px;
    background-color: #e72b46;
}
.sitemap_list .menu_container {padding: 30px 0 0;}
.sitemap_list .menu_container:first-of-type {padding-top: 0px;}
.sitemap, .sitemap_dimmed {display: none;}
.sitemap_list .menu_list {margin: 7px 0 0;}
.sitemap_list .menu_list > a {color: #555;color:#000;display:block;padding:5px 0;}
.sitemap_list .menu_list > a:hover {}
.sitemap_list .menu_list .depth03 > li > a {color:#999;padding:5px 0;font-size:13px}
.sitemap_container .sitemap_list:nth-child(2) {width:120px;}
.sitemap_container .sitemap_list:nth-child(3) {width:130px;}
.sitemap_container .sitemap_list:nth-child(4) {width:130px;}
.sitemap_container .sitemap_list:nth-child(5) {width:100px;}
.topSideNav .sitemap_box {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 23px;
}
.topSideNav .btn_sitemap {
    position: relative;
    width: 100%;
    height: 100%;
    border: 0;
    background: none;
    -webkit-appearance: none;
    outline:0;
}
.topSideNav .blind {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
}
.topSideNav .btn_sitemap .btn_line {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #e72b46;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.topSideNav .btn_sitemap .btn_line:nth-child(2) {  top: 4px;}
.topSideNav .btn_sitemap .btn_line:nth-child(3) {  top: 10px;}
.topSideNav .btn_sitemap .btn_line:nth-child(4) {  bottom: 5px;}
.topSideNav .btn_sitemap:hover .btn_line {  background-color: #e72b46;}
#head_wrap.active .btn_sitemap .btn_line:nth-child(2) {  top: -5px;  -webkit-transform: translateY(20px) rotate(-45deg);  transform: translateY(20px) rotate(-45deg);}
#head_wrap.active .btn_sitemap .btn_line:nth-child(3) {  opacity: 0;  filter: alpha(opacity=0);}
#head_wrap.active .btn_sitemap .btn_line:nth-child(4) {  bottom: -14px;  -webkit-transform: translateY(-20px) rotate(45deg);  transform: translateY(-20px) rotate(45deg);}
.sitemap_list .menu_list span {  display: inline-block;  position: relative;}
.sitemap_list .menu_list a span:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #e72b46;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sitemap_list .menu_list a:hover span:before, .sitemap_list .menu_list a:focus span:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#head_wrap.active #menu, #head_wrap.active #btn-searchView {display:none;}
#head_wrap.active {
    height: 80px;
    background-color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1020;
    /*background-color: rgba(255, 255, 255, 0.97);*/
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
#head_wrap.active .sitemap {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    z-index: 200;
    min-width: 1100px;
    background-color: #fff;
}
#head_wrap.active + .sitemap_dimmed {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgba(58, 62, 80, 0.97);
}

.businessInfoList .float-right {float:right;}
.businessInfoList {}
.businessInfoList .imgWarp {margin-top:80px;overflow:hidden;border-radius: 20rem;}
.businessInfoList .imgWarp img {max-width: 100%;}
.businessInfoList dl {margin-top:40px;}
.businessInfoList dl dt {font-size:2rem;padding-bottom: 20px;position: relative;}
.businessInfoList dl dt:after {content:'';position: absolute;left:0;bottom:0;width:40px;height:2px;background:#ef4458;}
.businessInfoList dl dd {line-height: 32px;}

.item_box {position: relative;}
.item_box .txt {position:absolute;left:60px;bottom:60px;}
.item_box .txt .headline {font-size:36px;line-height: 46px;padding:30px 0; }
.item_box .txt .headline span {font-weight: 500;}
.product_img {display:flex;}
.product_img .item {border:1px solid #ddd;margin-bottom:10px;overflow:hidden;border-radius: 4px;}
.product_img .item:first-child {margin-right:10px;}
.product_img img {width:100%;}

@media (max-width: 767px) {
  #head_wrap .headInner .logo {width:130px;}
  #head_wrap .headInner .logo a {display: block;}
  #head_wrap .headInner .logo a img {max-width: 100%;}
  #head_wrap {
    height: 80px;
    background-color: #fff;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1020;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  box-shadow: 0 1px 15px rgb(0, 0, 0,.125)}
  #main_wrap, #sub_tit1 {/*margin-top:80px;*/}
  .section, .footerWrap .footerInner, .section .m_container2  {width:100%;padding:0 15px;}
  .section.overflowInfo, .section .m_container {width:100%;}
  #main_swiper.swiper-container .swiper-content h1 {font-size:22px}
  #main_swiper.swiper-container .swiper-content h1.type01 {font-size:20px;word-break: keep-all;margin-left:20px;}
  #main_swiper.swiper-container .swiper-content h1 a.detailLink {font-size:16px;padding: 6px 30px;}
  .swiper-button-next, .swiper-button-prev {display:none;}
  .swiper-button-next {margin-right:0;}
  .swiper-button-prev {margin-left:0;}
  #main_swiper.swiper-container .swiper-wrapper .swiper-slide .swiper-img {height:260px;}
  .section.overflowInfo {padding: 60px 0;}
  .m_sectionTitle {padding-top:60px;}
  .product02 {margin-top:60px;}
  .overflowInfo .text-box-b {font-size:28px;line-height: 36px;}
  .js-hiraku-offcanvas-body-right #head_wrap, .js-hiraku-offcanvas-body-left #head_wrap {left:-70%;}
    .menu_wrap {display: none;}
    #head_wrap .headInner {width:100%;padding:0 15px;}
    .topSideNav {display: flex;justify-content:start;align-items: center;top: 15px;}
    .topSideNav .sitemap_box {display: none;}
    .sidebar-offcanvas {display: block;}
    #btn-searchView .mdi-24px.mdi-set, #btn-searchView .mdi-24px.mdi:before{font-size:36px!important;}
    #hd_sch {right:0;padding-left: 15px;padding-right: 60px; background:#fff;}
    #hd_sch .btn-topSide {position: absolute;right:10px;top:15px;}
    #btn-searchClose .mdi-24px.mdi-set, #btn-searchClose .mdi-24px.mdi:before{font-size:36px!important;}
    #hd_sch #sch_stx {width:100%;}
    .slick-slide img {width:100%;}
    .pack_product_vert .img_thumb img {width:100%;}
    .product04 .itemWrap {margin-bottom: 20px;}
    .product04 .itemWrap:hover {box-shadow:0 1px 15px rgb(0, 0, 0,.125);;-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}
    .section .box_wrap {padding-top:300px;}
    .section .ProductBlock.sick-li-01 {background-size: 100% auto;background-position: top left;}
    .section .box_wrap .title {width:100%;}
    .product04 .itemWrap .img {    min-height: 180px;}
    .product04 .itemWrap .title {font-size:16px;}
    .m_sectionTitle span {word-break: keep-all;}

    /* sub*/
    #sub_wrap {width:100%;padding-right:15px;padding-left:15px;}
    #sub_tit1 span {display: block;}
    #sub_tit2 {font-size: 26px;word-break: keep-all;}
    .sub_head_img h1.sub_head_title {width: 90%;}
    .sub_head_img h1.sub_head_title .btitle {font-size:2.3rem; }
    .sub_con img {max-width:100%;}
    .sub_menu_tab, .sub_body {width: 100%;}
    .sub_menu_tab ul {justify-content:start;flex-wrap: wrap;}
    .sub_menu_tab ul li {margin-right:-1px;margin-bottom:-1px;width:50%;}
    .sub_menu_tab ul li a {white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
    .pageTitle-lg, .pageTitle-xs, .pageTitle-sm, .pageTitle-full {font-size:28px;line-height:36px;width:auto;}
    .pageContent {word-break: keep-all;}
    .imgWrap {margin-bottom:15px;}
    .imgWrap img {width:100%;}
    .tbl_st1 {margin-bottom:15px;}
    .tbl_st1 .tit {display: block;text-align: left;border-right:0;}
    .tbl_st1 .con {display: block;}
    .history_img {width:auto!important;float:none!important;margin:0!important;padding:0!important;}
    .history_img .year_body {width:auto!important;}
    .history_img span {position:relative!important;padding:20px!important;left:0!important;top:0!important;text-align: left!important;}
    .history_txt {width:auto!important;float:none!important;padding:0 20px!important;margin-top:0!important;}


    .businessInfoList .float-right {float:left;}
    .businessInfoList .imgWarp {margin-top:0!important;}
    .businessInfoList .inner {margin-bottom:40px;padding-left:0;}
    .rndList .inner {margin-bottom:20px;min-height: auto;}
    .rndList .inner dl dd {text-align: center;}
    .certifyList .certifyBox {padding:20px;min-height:130px;}
    .pkg_bic img {max-width: 100%;}
    .inlineBox {display: inline;}
    .item_box .txt {position:static;left:60px;bottom:60px;}
    .item_box .txt .headline {font-size:26px;line-height: 28px;padding:30px 0; }
    .product_img {display: block;}
    .product_img .item {display: block;margin-bottom:10px;}
    .product_img .item:first-child {margin-right:0px;}
    .businessInfoList .inner {text-align: center;}
  .businessInfoList .imgWarp {display: inline-flex;}
  .businessInfoList dl dt:after {left:50%;margin-left:-20px}
  .item_box .txt {position:static;left:60px;bottom:60px;}
    .item_box .txt .headline {font-size:26px;line-height: 28px;padding:30px 0; }
    .product_img {display: block;}
    .product_img .item {display: block;margin-bottom:10px;}
    .product_img .item:first-child {margin-right:0px;}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1023px) {
  #head_wrap .headInner .logo {width:130px;}
  #head_wrap .headInner .logo a {display: block;}
  #head_wrap .headInner .logo a img {max-width: 100%;}
  #head_wrap {
    height: 80px;
    background-color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1020;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  box-shadow: 0 1px 15px rgb(0, 0, 0,.125)}
  .js-hiraku-offcanvas-body-right #head_wrap, .js-hiraku-offcanvas-body-left #head_wrap {left:-70%;}
    .menu_wrap {display: none;}
    #head_wrap .headInner {width:100%;padding:0 15px;}
    .topSideNav {display: flex;justify-content:start;align-items: center;top: 15px;}
    .topSideNav .sitemap_box {display: none;}
    .sidebar-offcanvas {display: block;}
    #main_swiper.swiper-container .swiper-content h1.type01 {font-size:26px;word-break: keep-all;}
  #main_swiper.swiper-container .swiper-content h1 a.detailLink {font-size:18px;padding: 6px 30px;}
    #btn-searchView .mdi-24px.mdi-set, #btn-searchView .mdi-24px.mdi:before{font-size:36px!important;}
    #hd_sch {right:0;padding-left: 15px;padding-right: 60px; background:#fff;}
    #hd_sch .btn-topSide {position: absolute;right:10px;top:15px;}
    #btn-searchClose .mdi-24px.mdi-set, #btn-searchClose .mdi-24px.mdi:before{font-size:36px!important;}
    #hd_sch #sch_stx {width:100%;}
    .navbar-toggle {display:block;}
  .sitemap_container {width:100%;padding:10px 20px 40px 20px;}
  .sitemap_list {width:130px;}
  #sub_wrap {width:100%;padding:20px;}
  .sub_body, .sub_menu_tab {width:100%;}
  .sub_con img {max-width: 100%;}
  .section, .section .m_container2, .section .m_container {width: auto;padding: 0 20px;}
  .rndList .inner {margin-bottom: 20px;}
  .footerWrap .footerInner {width: auto;padding: 0 20px;}
  .pack_product_vert .img_thumb img {max-width:100%; }
  .item_box .txt {position:relative;left:20px;bottom:133px;}
  .item_box .txt .headline {font-size:30px;line-height: 42px;padding:30px 0; }
  .product04 .itemWrap {    margin-bottom: 20px;}
  .product04 .itemWrap:hover {box-shadow:0 1px 15px rgb(0, 0, 0,.125);;-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}

  .businessInfoList .inner {text-align: center;}
  .businessInfoList .imgWarp {display: inline-flex;}
  .businessInfoList dl dt:after {left:50%;margin-left:-20px;}


}

@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) {
  #head_wrap .headInner .logo {width:130px;}
  #head_wrap .headInner .logo a {display: block;}
  #head_wrap .headInner .logo a img {max-width: 100%;}
  #head_wrap {
    height: 80px;
    background-color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1020;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  box-shadow: 0 1px 15px rgb(0, 0, 0,.125)}
  .js-hiraku-offcanvas-body-right #head_wrap, .js-hiraku-offcanvas-body-left #head_wrap {left:-70%;}
    .menu_wrap {display: none;}
    #head_wrap .headInner {width:100%;padding:0 15px;}
    .topSideNav {display: flex;justify-content:start;align-items: center;top: 15px;}
    .topSideNav .sitemap_box {display: none;}
    .sidebar-offcanvas {display: block;}
    #main_swiper.swiper-container .swiper-content h1.type01 {font-size:26px;word-break: keep-all;}
  #main_swiper.swiper-container .swiper-content h1 a.detailLink {font-size:18px;padding: 6px 30px;}
    #btn-searchView .mdi-24px.mdi-set, #btn-searchView .mdi-24px.mdi:before{font-size:36px!important;}
    #hd_sch {right:0;padding-left: 15px;padding-right: 60px; background:#fff;}
    #hd_sch .btn-topSide {position: absolute;right:10px;top:15px;}
    #btn-searchClose .mdi-24px.mdi-set, #btn-searchClose .mdi-24px.mdi:before{font-size:36px!important;}
    #hd_sch #sch_stx {width:100%;}
    .navbar-toggle {display:block;}
  .sitemap_container {width:100%;padding:10px 20px 40px 20px;}
  .sitemap_list {width:130px;}
  #sub_wrap {width:100%;padding:20px;}
  .sub_body, .sub_menu_tab {width:100%;}
  .sub_con img {max-width: 100%;}
  .section, .section .m_container2, .section .m_container {width: auto;padding: 0 20px;}
  .rndList .inner {margin-bottom: 20px;}
  .footerWrap .footerInner {width: auto;padding: 0 20px;}
  .pack_product_vert .img_thumb img {max-width:100%; }
  .item_box .txt {position:relative;left:20px;bottom:133px;}
  .item_box .txt .headline {font-size:30px;line-height: 42px;padding:30px 0; }
  .product04 .itemWrap {    margin-bottom: 20px;}
  .product04 .itemWrap:hover {box-shadow:0 1px 15px rgb(0, 0, 0,.125);-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}
}
