/* color */
:root {
   --bs-lemon: #ffffcc;
   --bs-haccblue: #0086c0;
   --bs-haccblue-rgb: 0, 134, 192;
   --bs-hacc: #6b9bb2;
   --bs-hacc-bg-subtle: #e8f5fa;
   --bs-hacc-border-subtle: #b1cad6;
}

.u_skip {
   position: relative;
}

.u_skip a {
   position: absolute;
   top: -30px;
   left: 0;
   width: 138px;
   border: 1px solid #4ec53d;
   background: #333;
   text-align: center;
}

.u_skip a:active,
.u_skip a:focus {
   top: 0;
   z-index: 1000;
}

.u_skip span {
   display: inline-block;
   padding: 2px 6px 0 0;
   color: #fff;
   letter-spacing: -1px;
   font-size: 13px;
   line-height: 26px;
}

button,
input[type='button'] {
   margin: 0;
   padding: 0;
   border: none;
   background: none;
   font: inherit;
   font-size: 1em;
}

/* Slider */
.slick-slider {
   box-sizing: border-box;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   -webkit-touch-callout: none;
   -khtml-user-select: none;
   -ms-touch-action: pan-y;
   touch-action: pan-y;
   -webkit-tap-highlight-color: transparent;
}

.slick-list {
   overflow: hidden;
   margin: 0;
   padding: 0;
}

.slick-list.dragging {
   cursor: pointer;
   /* cursor: hand; */
}

.slick-slider .slick-list,
.slick-slider .slick-track {
   -webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   -o-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
}

.slick-track {
   top: 0;
   left: 0;
}

.slick-track:after,
.slick-track:before {
   display: table;
   content: '';
}

.slick-track:after {
   clear: both;
}

.slick-slide {
   display: none;
   float: left;
   height: 100%;
   min-height: 1px;
   box-shadow: none;
   /* border-color: none; */
   /* color: none; */
   background: 0 0;
   border: none;
}

[dir='rtl'] .slick-slide {
   float: right;
}

.slick-slide img {
   display: block;
   max-width: 100%;
}

.slick-slide.slick-loading img {
   display: none;
}

.slick-slide.dragging img {
   pointer-events: none;
}

.slick-initialized .slick-slide {
   display: block;
}

.slick-vertical .slick-slide {
   display: block;
   height: auto;
   border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
   display: none;
}

::selection {
   background-color: #0075bc;
   color: #fff;
   text-shadow: none;
}

.slick-arrow {
   white-space: nowrap;
   overflow: hidden;
   text-indent: -999px;
   display: block;
   z-index: 100;
}


#main_visual {
   position: relative;
   overflow: hidden;
   text-align: center;
   color: #fff;
   height: 800px;
   /* height: 100vh; */
   margin-bottom: 4rem;
}

#main_visual .in {
   position: relative;
   /* height: 100vh; */
}

#main_visual .item {
   /* height: 100vh; */
   height: 800px;
   min-height: 300px;
   background: no-repeat center center scroll;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}

#main_visual .item.slick-active h2 {
   /* animation:fadeInLeft 1s both 1s; */
   animation: fadeInDown 1s both 1s;
}

#main_visual .item.slick-active h5 {
   animation: fadeInLeft 1s both 1.5s;
}

#main_visual .slick-arrow {
   position: absolute;
   width: 71px;
   height: 71px;
   background: url('') center center no-repeat;
   width: 50px;
   height: 50px;
   z-index: 1;
   /* left: 50%; */
   top: 50%;
   margin-top: -23px;
   background-size: 100%;
}

#main_visual .slick-prev {
   background-image: url('../images/slide_main_pre.png');
   /* margin-left: -700px; */
   left: 3%;
}

#main_visual .slick-next {
   background-image: url('../images/slide_main_next.png');
   /* margin-left: 629px; */
   right: 3%;
}

#main_visual .item h2 {
   line-height: 2;
}

#main_visual .item .txt_str {
   -webkit-text-stroke-width: 4px;
   -webkit-text-stroke-color: #fff;
   paint-order: stroke fill;
   color: #0086c0;
}

#main_visual .contols {
   left: 46%;
   top: 700px;
   width: 120px;
   height: 24px;
   text-align: center;
   padding-top: 0.25rem;
}

@media (max-width: 567px) {
   #main_visual{
      padding-top: 79px;
      height: 330px;
   }
   #main_visual .in{
      margin: 0;
      padding: 0;
   }
   #main_visual .item {
      background-size: 600px auto;
      min-height: 250px;
      height: auto;
      margin: 0;
      padding: 0;
   }
   #main_visual .item h2{
      line-height: 1.2;
      font-size: 28px;
      padding-top: 45px;
      padding-bottom: 24px;
   }
   #main_visual .item h5 {
      font-size: 14px;
      padding: 0 50px;
      word-break: keep-all;
   }
}

@media (max-width: 1199px) {
   #main_visual .item .txt_str {
      -webkit-text-stroke-width: 3px;
   }
   #main_visual .contols {
      display: none;
   }
}

#main_visual .contols>* {
   display: inline-block;
}

#main_visual .dots_w {
   display: inline-block;
}

#main_visual .slick-dots {
   margin-bottom: 0;
}

#main_visual .slick-dots li {
   display: inline-block;
   margin: 0 3px;
}

#main_visual .slick-dots button {
   width: 16px;
   height: 16px;
   text-indent: -999px;
   white-space: nowrap;
   overflow: hidden;
   background: url('../images/pager_main.png') no-repeat center center;
}

#main_visual .slick-active button {
   background: url('../images/pager_main_s.png') no-repeat center center;
}

#main_visual .ap {
   width: 16px;
   height: 16px;
   margin-left: 3px;
   cursor: pointer;
}

#main_visual .btns {
   max-width: 870px;
   margin: -60px auto 0;
   position: relative;
   color: #fff;
   font-size: 1.2em;
   font-weight: 700;
   line-height: 1.35;
   background: #e91562;
}

#main_visual .btns a {
   display: block;
   padding: 40px 0 40px 140px;
}

@media (max-width: 1024px) {
   #main_visual .item {
      /* height: 450px; */
   }

   #main_visual .contols {
      /* bottom: 5em; */
   }
}

/* main .btn */
.slide_bottom_wrap a.btn,
#main_nav_01 a.btn,
#main_nav_02 a.btn {
   width: fit-content;
   white-space: nowrap;
   font-size: 0.875rem !important;
   font-weight: 700;
}

@media (min-width: 960px) {

   .slide_bottom_wrap a.btn,
   #main_nav_01 a.btn,
   #main_nav_02 a.btn {
      font-size: 1rem !important;
   }
}

/* main .btn-light */
#main_nav_01 a.btn-light,
#main_nav_02 a.btn-light {
   margin: 0.5rem 0.5rem 0 0;
   padding: 0.375rem 0.5rem 0.375rem 1rem !important;
}

#main_nav_01 a.btn-light:hover,
#main_nav_02 a.btn-light:hover {
   background-color: var(--bs-lemon);
   border-color: var(--bs-lemon);
}

/* About Greeting S */
@media (min-width: 992px) {
   #greeting .ti1,
   #products .ti1,
   #certi .ti1,
   #linkSection .ti1{
      font-size: 40px;
   }
   #section01_bg {
      background: url('../images/section01_bg.jpg') no-repeat center center;
      width: 100%;
      min-height: 340px;
      background-size: contain;
   }
}

@media (max-width: 991px) {
   #greeting .ti1,
   #products .ti1,
   #certi .ti1,
   #linkSection .ti1{
      font-size: 28px;
   }
   #section01_bg {
      background: url('../images/m_section01_bg.jpg') no-repeat center center;
      width: 100%;
      min-height: 340px;
      background-size: cover;
   }
}


/* About Greeting E */

/* About Products S */
.section02 {
   display: flex;
   justify-content: space-around;
   align-items: center;
   background-size: cover;
   min-height: 640px;
}

@media (max-width:576px) {
   .section02 {
      min-height: 540px;
   }
}

.section02_01 {
   background: url('../images/section02_box1.jpg') no-repeat center center;
}

.section02_02 {
   background: url('../images/section02_box2.jpg') no-repeat center center;
}

.section02_03 {
   background: url('../images/section02_box3.jpg') no-repeat center center;
}

.section02 h5 {
   font-size: 18px;
   color: #fff;
   font-weight: 500;
   padding-top: 1.5rem;
}

.section02 .txt_blue {
   color: #ffffff;
   -webkit-transition: .5s ease-in-out;
   transition: .5s ease-in-out;
}

.section02:hover .txt_blue {
   color: #0086c0;
}

/* About Products E */

.nav-tabs {
   --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
   border-bottom: none;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
   color: #333333;
   border: none;
   box-shadow: inset 0 -20px 0 #fbfdc8;
}

.nav-item {
   font-size: 24px;
   font-weight: 500;
   color: #333333;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
   color: #333333;
   border: none;
   box-shadow: inset 0 -20px 0 #fbfdc8;

}

.nav-link {
   font-size: 24px;
   font-weight: 500;
   color: #999999;
}

/* 메인 하단 100% bg S */
.main_bottom_bg {
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   height: 445px;
   display: flex;
   align-items: center;
}

.main_bottom_bg1 {
   background-image: url('../images/section04-01.jpg');
   justify-content: flex-end;
}

.main_bottom_bg2 {
   background-image: url('../images/section04-02.jpg');
   justify-content: flex-start;
}

.btn_view {
   border: 1px solid #fff;
   display: flex;
   justify-content: space-around;
   align-items: center;
   padding: 0.6rem 2rem;
   width: 200px;
   font-size: 18px;
   color: #fff;
   opacity: 1;
   -webkit-transition: .5s ease-in-out;
   transition: .5s ease-in-out;
}

.btn_view:hover {
   background-color: #fff;
   opacity: .8;
   color: #000;
}

/* 메인 하단 100% bg E */

/* footer S */
#footer img,
#footer .ex {
   opacity: 0.7;
}

/* footer E */