* {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', 'Noto Sans Korean', 'Apple SD Gothic Neo',
    'Malgun Gothic', 'Nanum Gothic', 'Noto Sans', 'sans-serif';
}

.tborder{ border:1px solid #000000;}
.sub-coment{
  font-size: 16px;
}
header .header_normal{
  position: fixed;
  height: 85px;
  width: 100%;
  z-index: 3;
  padding: 15px 0px 0px 0px;
  transition: 0.4s;
}

/* header */
.main_header_wrap{
  position: fixed;
  z-index: 1000;
  transition: 0.4s;
}

.org_header{
  height: auto;
}

header .header_container {
  /* width: 100%; */
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.header_container {
  position: relative;
  display: block;
}

header .inline-section {
  position: relative;
  display: table;
  width: 100%;
  border-collapse: collapse;
}

header .inline-section .inline-section-wrap {
  position: relative;
  display: block;
  width: 100% !important;
  
}

.inline-col-group{
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

header .inline-section .inline-col-group {
  vertical-align: middle;
}

header .inline-section .inline-col-group {
  padding-top:  0px;
  padding-bottom: 0px;
  height: 80px;
}


.inline-col-group-mobile{
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

header .inline-section .inline-col-group-mobile {
  vertical-align: middle;
}

header .inline-section .inline-col-group-mobile {
  padding-top:  20px;
  padding-bottom: 0px;
  height: 50px;
}

header .inline-section .inline-col-group-left {
  vertical-align: middle;
}

header .inline-section .inline-col-group-left {
  text-align: right;
}

.inline-col{
  vertical-align: middle;
  position: relative;
  display: inline-block;
}

.widget .logo .text-inline{
  text-align: left;
}

.main_body_sys{
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /*fire fox*/
}
.main_body_sys::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}

.main_body_sys .widget{
  margin: 0;
}

.widget{
  position: relative;
  display: block;
  box-sizing: border-box;
}

.widget .logo{
  text-align: center;
}

header img.default-logo{
  max-width: 100%;
  position: absolute;
  opacity: 1;
  z-index: 1;
}

img {
  vertical-align: middle;
}

.normal_logo {
  position: absolute;
  top: 0;
  transition: 0.4s;
}
header.scrolled img.normal_logo {
  opacity: 0;
}

.scroll_logo {
  opacity: 0;
  position: static;
}

header.scrolled img.scroll_logo {
  opacity: 1;
}


header .header_mobile .mobile-header-bg-color{
  background-color: rgba(255, 255, 255, 0.0);
  transition: 0.4s;
}

header.scrolled .header_mobile .mobile-header-bg-color{
  background-color: rgba(255, 255, 255, 1);
}

header .header_mobile .inline-inside{
  padding-left: 20px !important;
  padding-right: 20px !important;
}


header .header_mobile .inline-inside-submenu{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* @media (min-width: 768px) {
  .new_header_overlay .fixed_transform {
      -webkit-transition-property: color, background, border-color;
      transition-property: color, background, border-color;
      transition-duration: 0.3s;
      transition-timing-function: ease-out;
  }
} */




header .header_mobile i.icon-global{
  font-family: 'simple-line-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}






body {
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  
}

/* 배경 이미지 설정 */
.background-container {
  background: url('../img/01_Main/01_main_top_01.jpg')
    no-repeat center center;
  background-size: cover;
  width: 100%;
  position: relative;
  color: #fff;
}

.background-container-company {
  background: url('../img/01_Main/04_main_company.jpg')
    no-repeat center center;
  background-size: cover;
  width: 100%;
  position: relative;
  color: #fff;
}

/* 오버레이 스타일 */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.dropbtn {
  background-color: transparent;
  color: white;
  border: none;
  cursor: pointer;
  transition: 0.4s;
}

header .dropbtn:hover, .dropbtn:focus {
  color: #ff592a;
}

header.scrolled .dropbtn{
  color: #ff592a;
  transition: 0.4s;
}

header.scrolled .dropbtn:hover{
  color: #565656;
}


.dropbtn-3 {
  background-color: transparent;
  color: white;
  border: none;
  cursor: pointer;
  transition: 0.4s;
}

header .dropbtn-3:hover, .dropbtn:focus {
  color: #ff592a;
}

header.scrolled .dropbtn-3{
  color: #ff592a;
  transition: 0.4s;
}

header.scrolled .dropbtn-3:hover{
  color: #565656;
}



.dropbtn-2 {
  background-color: transparent;
  color: white;
  border: none;
  cursor: pointer;
  transition: 0.4s;
}


.dropdown {
  float: right;
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 150px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  right: 0;
  z-index: 1;
  margin-top: 20px;
  border-radius: 3%;
  
}

.dropdown-content a {
  color: rgb(126, 126, 126) !important;
  padding: 10px 20px 10px 0px;
  margin-left: 15px;
  text-decoration: none;
  display: block;
  text-align-last:left !important;
}

.dropdown-content a:first-child{
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.dropdown a:hover {color: #000000 !important;}




.dropdown-content2 {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 150px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  margin-left: 20px;
  z-index: 1;
  border-radius: 3%;
  top: auto;
  bottom: 100%;
  
  
}

.dropdown-content2 a {
  color: rgb(126, 126, 126) !important;
  padding: 10px 20px 10px 0px;
  margin-left: 15px;
  text-decoration: none;
  display: block;
  text-align-last:left !important;
}

.dropdown-content2 a:first-child{
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.dropdown-content-3 {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 150px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  right: 0;
  z-index: 1;
  margin-top: 20px;
  border-radius: 3%;
  
}

.dropdown-content-3 a {
  color: rgb(126, 126, 126) !important;
  padding: 10px 20px 10px 0px;
  margin-left: 15px;
  text-decoration: none;
  display: block;
  text-align-last:left !important;
}

.dropdown-content-3 a:first-child{
  border-bottom: 1px solid rgba(0,0,0,0.1);
}


.slide_open .navbar-toggle.close.slide-close {
  opacity: 1;
  left: 310px;
  top: 9px;
}

.bts, .btb, .btm, .btl, .fab {
  display: inline-block;
  font: normal normal normal 14px / 1 "Black Tie";
  font-family: 'Black Tie' !important;
  font-size: inherit;
  vertical-align: -14.28571429%;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.navbar-toggle.close.slide-close {
  position: fixed;
  left: -99999px;
  top: 0;
  padding: 8px;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  text-shadow: none;
  opacity: 0;
  font-size: 16px;
  z-index: 1100;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity = 20);
  opacity: .2;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* 스크롤 시 헤더 스타일 */
header.scrolled .header_normal{
  background: #fff;
  height: 85px;
  color: #ff592a;
  border-bottom: 1px solid rgba(255, 89, 42, 0.5);
}




header.scrolled .header_normal img.default-logo {
  opacity: 0;
}

header img.scrolled-logo {
  position: absolute;
  opacity: 0;
  z-index: 2;
}

header.scrolled .header_normal img.scrolled-logo {
  opacity: 1;
}

/* 내비게이션 스타일 */

nav ul {
  list-style: none;
  width: 100%;
  text-align: right !important;
  align-items: center;
  font-size: 14px;
}

nav ul.menu > li {
  display: inline;
  margin-left: 60px;
  position: relative;
  padding-bottom: 20px;
}


/* main slider */
.container11 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  cursor: grab;
}

.container11 .slider {
    display: flex;
    flex-shrink: 0;
    transform: translate(0);
    width: 100%;
    height: 100%;
    color: #ffffff;
  }
.container11 .slider .slide {
  user-select: none;
  min-width: 100%;
  height: 100%;
}

.slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.5rem;
}

.container11_mo {
  overflow: hidden;
  width: 100%;
  height: 100%;
  cursor: grab;
}

.container11_mo .slider_mo {
    display: flex;
    flex-shrink: 0;
    transform: translate(0);
    width: 100%;
    height: 100%;
    color: #ffffff;
  }
.container11_mo .slider_mo .slide_mo {
  user-select: none;
  min-width: 100%;
  height: 100%;
}

.slide_mo {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.5rem;
}

.container11 .slider_main {
    display: flex;
    flex-shrink: 0;
    transform: translate(0);
    width: 100%;
    height: 100%;
    color: #ffffff;
  }

.slide_main {
  user-select: none;
  min-width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.5rem;
}


.slider.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/* main slider end */

/* header nav > ul > li > ul {position: absolute; width: 160px; height: 128px; top: 60px; background-color: #fff; display: none;}
header nav > ul > li > ul > li >a {padding: 8px 20px; display: block; font-size: 12px; transition: all ease 0.3s;} */
/* header nav > ul > li > ul > li:hover .submenu {display: block;} */

nav .menu > li.product-select:hover > ul.submenu {visibility:visible; display: block; opacity: 1;}

nav .menu > li.product-select > ul.submenu {
  visibility: hidden;
  display: block;
  opacity: 0;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
}

/* nav .menu > li.language-select:hover > ul.lang-submenu {
  visibility:visible; 
  display: block; 
  opacity: 1;
} */

/* nav .menu > li.language-select > ul.lang-submenu {
  transform: translateY(0px); 
  text-align: left;
  visibility: hidden;
  display: block;
  opacity: 0;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
} */

/* .lang-submenu-show{
  display: block;
} */
.lang-submenu-show{
  display: block;
  visibility: visible;
  opacity: 1;
}

nav .lang-submenu {
 
  position: absolute;
  min-width: 100px; 
  min-height: 60px; 
  /* top: 100%; */
  z-index: 1;
  right: 0px;
  background-color: #f5f5f5;
  color: #595959; 
  text-align: left;

  
  overflow: auto;
  



}

nav .lang-submenu a {
  padding: 8px 20px; 
  display: block; 
  font-size: 12px; 
  transition: all ease 0.3s;
}

nav ul.menu > li.language-select > ul.lang-submenu > li:hover a {
  color: #000;
}


nav .submenu {
  display: none; 
  position: absolute;
  min-width: 160px; 
  min-height: 128px; 
  top: 140%;
  z-index: 1000;
  left: 0px;
  background-color: #f5f5f5;
  color: #E85C0D; 
  text-align: left;
}

nav .submenu a {
  padding: 8px 20px; 
  display: block; 
  font-size: 12px; 
  transition: all ease 0.3s;
}

nav ul.menu > li.product-select > ul.submenu > li:hover a {
  background-color: #E85C0D; 
  color: #fff;
}

.main_header_wrap .dropdown-submenu{
  position: relative;
  text-align: left;
}

.inline-blocked {
  display: inline-block;
}

.inline_global_dropdown a {
  display: inline-block;
  width: 100%;
}

.dropdown{
  position: relative;
}
/* 
nav ul.menu > li.language-select:hover a.dropdown-toggle span i.arrow{
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  top: 50%;
  margin-left: 10px;
  margin-top: 0;
  opacity: 1;
  border-top-color: #ff592a;
  margin-top: -2px;
  margin-left: 5px;
  vertical-align: middle;
}

nav ul.menu > li.language-select a.dropdown-toggle span i.arrow{
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  top: 50%;
  margin-left: 10px;
  margin-top: 0;
  transition: 0.4s;
  border-top-color: #fff;
  margin-top: -2px;
  margin-left: 5px;
  vertical-align: middle;
} */


.arrow{
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  top: 50%;
  margin-left: 10px;
  margin-top: 0;
  border-top-color: #fff;
  margin-top: -2px;
  margin-left: 5px;
  vertical-align: middle;
  transition: 0.4s;
}

.arrow:hover{
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  top: 50%;
  margin-left: 10px;
  margin-top: 0;
  border-top-color: #727272;
  margin-top: -2px;
  margin-left: 5px;
  vertical-align: middle;
  transition: 0.4s;
}

header.scrolled .arrow{
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  top: 50%;
  margin-left: 10px;
  margin-top: 0;
  border-top-color: #ff592a;
  margin-top: -2px;
  margin-left: 5px;
  vertical-align: middle;
}


nav a {
  color: #ffffff;
  transition: 0.4s;
}

header.scrolled .header_normal nav li a {
  color: #ff592a;
}

/* 마우스 오버 시 글자 색상 */
header:not(.scrolled) nav ul.menu > li:hover a {
  color: #ff592a;
}

header:not(.scrolled) nav ul.menu > li.language-select:hover a {
  color: #565656;
}

header.scrolled nav li:hover a {
  color: #565656;
}

header .header_normal .select-label {
  color: #ffffff !important;
}

header .header_normal .select-label .lang-btn:hover{
  color: #727272 !important;
  && .arrow{
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    top: 50%;
    margin-left: 10px;
    margin-top: 0;
    border-top-color: #727272;
    margin-top: -2px;
    margin-left: 5px;
    vertical-align: middle;
    transition: 0.4s;
  }
}

/* header .header_normal .select-label .dropdown-toggle:hover {
  color: #727272 !important;
} */


header.scrolled span.select-label {
  color: #000000;

}

header.scrolled nav li a.com {
  border-bottom: solid 2px #ff592a !important;
}

/* 드롭다운 메뉴 스타일 */
/* .select-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 10;
} */
/* 
.select-dropdown a {
  display: block;
  padding: 10px;
  color: #000;
  text-decoration: none;
} */

/* .select-dropdown a:hover {
  background: #f1f1f1;
} */

.language-select,
.product-select {
  cursor: pointer;
}

.language-select .select-label {
  background: #ffffff00;
  border-radius: 4px;
  position: relative;
}

.language-select .select-dropdown {
  width: 100px;
}

.language-select .select-dropdown, .product-select .select-dropdown {
  display: none;
  position: absolute;
  background-color: white;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  min-width: 120px;
  width: 100%;
  z-index: 1;
}

.language-select:hover .select-dropdown , .product-select:hover .select-dropdown {
  display: block;
  transition: 1s;
}

.language-select .select-dropdown a, .product-select .select-dropdown a {
  display: block;
  padding: 12px 16px;
  color: black;
  text-decoration: none;
}

.language-select .select-dropdown a:hover, .product-select .select-dropdown a:hover {
  background-color: #f1f1f1;
}



/* 메인 콘텐츠 스타일 */
main {
  flex: 1;
  margin-top: 200px;
}

main .container {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 20px;
}

/* 인트로 섹션 스타일 */
.intro {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  height: 495px;
  padding-top: 150px;
  position: relative;
  z-index: 2;
  color: #fff;
}

div.text {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}


.intro h2 {
  font-size: 48px;
  margin-bottom: 5px;
  line-height: 60px;
}

.intro p {
  margin-top: 10px;
}

/* 인트로 섹션 스타일 */
.intro2 {
  margin-bottom: 20px;
  position: relative;
  padding: 210px 15px 60px 15px;
  z-index: 2;
  color: #fff;
}

.intro2 h2 {
  font-size: 48px;
  margin-bottom: 5px;
}

.intro2 p {
  margin-top: 10px;
}

.intro3 {
  position: relative;
  padding: 200px 15px 60px 15px;
  z-index: 2;
  color: #fff;
}

.intro3 h2 {
  font-size: 48px;
  margin-bottom: 5px;
}

.intro3 p {
  margin-top: 10px;
}


/* 콘텐츠 섹션 스타일 */
.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  /* margin-top: 120px; */
}

.content-item {
  background: #fff;
  width: 100%;
  height: 100%;
  padding-top:120px;
  padding-bottom: 120px;
}

.content-item2 {
  background: #fff;
  width: 100%;
  height: 100%;
  padding-top:60px;
  padding-bottom: 60px;
}

.product-eng,
.product-han {
  text-align: center;
  font-size: 48px;
}

.product-eng {
  font-weight: 900;
}

.product-han {
  font-weight: 100;
  margin-bottom: 60px;
}


/* main page carousel */

.section_wrap {
  position: relative;
}

.visual_section.full_screen_show{
  overflow: hidden;
}

.pk-carousel.pk-loaded {
  display: block;
}

.pk-carousel {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.pk-carousel {
  display: none;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.pk-carousel .pk-stage-outer {
  position: relative;
  overflow-x: hidden;
  /* -webkit-transform: translate3d(0, 0, 0); */
  overflow-y: hidden;
  width: 100%;
  height: 100%;
  /* cursor: grab; */
}

.pk-carousel .pk-stage {
  position: relative;
}

.pk-carousel .pk-item {
  position: relative;
  min-height: 1px;
  /* float: left; */
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.holder {
  position: relative;
}

.new_header_overlay .section_first .visual_section .pk-theme .item .op,
.new_header_overlay_mobile .mobile_section_first .visual_section .pk-theme .item .op {
  height: 100vh;
}

.visual_section .pk-theme .item .op,
.visual_section.fullpage_on .item .op{
  background-color: rgba(0, 0, 0, 0.3);
  zoom: 1;
  z-index: 999;
  height: 100%;
  width: 100%;
}

.visual_section .pk-theme .item .op:nth-child(n){
  filter: none;
}

.new_header_overlay .section_first .visual_section .header-content,
.page_ready .visual_section{
  height: 100%;;
}

.visual_section .header-content {
  height: 100vh;
  display: table;
  width: 100%;
  color: #fff;
  overflow: hidden;
}

.doz_sys .visual_section .header-content{
  margin: 0 auto;
}

.visual_section .header-content .text{
  vertical-align: middle;
}

.visual_section .header-content .text {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.fr-view {
  word-wrap: break-word;
}

.visual_section .pk-controlls {
  margin: 0 auto;
}

.visual_section .pk-dots {
  position: absolute;
  z-index: 20;
  bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.pk-theme .pk-dots .pk-dot {
  display: inline-block;
  zoom: 1;
}

.pk-theme .pk-dots .pk-dot {
    display: inline-block;
    zoom: 1;
}

.pk-prev,.pk-next,.pk-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pk-theme .pk-dots .pk-dot.active span,
.paging_type_dot02 .pk-theme .pk-dots .pk-dot.active span,
.paging_type_line .pk-theme .pk-dots .pk-dot.active span {
  background-color: #fff;
}

.paging_type_dot02 .pk-theme .pk-dots .pk-dot span,
.paging_type_big_dot .pk-theme .pk-dots .pk-dot span,
.paging_type_line .pk-theme .pk-dots .pk-dot span {
  border-color: #fff !important;
  background: #fff !important;
}

.doz_sys .paging_type_line .pk-dots .pk-dot span {
  width: 28px !important;
  height: 4px !important;
  margin: 5px 7px !important;
  border-radius: 0;
}

.doz_sys .paging_type_dot02 .pk-dots .pk-dot.active span,
.doz_sys .paging_type_line .pk-dots .pk-dot.active span {
  background: #212121 !important;
  opacity: 1;
  border-color: #212121 !important;
}

.pk-theme .pk-dots .pk-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  border-width: 1px;
  border-style: solid;
  border-color: #eee;
  display: block;
  -webkit-backface-visibility: visible;
  border-radius: 30px;
}


.visual_section .pk-dots {
  position: absolute;
  z-index: 20;
  bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}



/* 상품 그리드 스타일 */
.product-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.product-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}


.product-item {
  background: #fff;
  padding: 10px 0;
  /* width: 320px; */
  text-align: center;
}

.product-grid-4 .product-item img {
  width: 100%;
  height: auto;
  max-width: 320px;
  margin-bottom: 10px;
}

.product-grid-3 .product-item img.list-page {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.product-item h4 {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 100;
}

a > .product-item {
  color: #000;
}

a {
  text-decoration: none;
}

.background-image-section {
  position: relative;
  width: 100%;
}

.fixed-bg {
  position: fixed; 
  top: 0;       
  left: 0;      
  width: 100%;  
  height: 100vh; 
  background-image: url('../img/01_Main/04_main_company.jpg');
  opacity: 0.6;
  background-size: cover;             
  background-position: center center; 
  transform: translateZ(0);
  will-change: transform;
}

.fixed-bg-main {
  position: fixed; 
  top: 0;       
  left: 0;      
  width: 100%;  
  height: 100vh;
  z-index: -1000;
  background-image: url('../img/01_Main/04_main_company.jpg');
  opacity: 0.6;
  background-size: cover;             
  background-position: center center; 
  transform: translateZ(0);
  will-change: transform;
}

.background-image-section .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/01_Main/04_main_company.jpg')
    no-repeat center center;
  background-size: cover;
  z-index: 1;
}

.background-image-section .bg-product-img-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/03_Product/02_powder/powder_top_intro.jpg')
    no-repeat center center;
  background-size: cover;
  z-index: 1;
  filter:brightness(65%);
}
.background-image-section .bg-product-img-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/03_Product/01_chewseries/chew_top_intro.jpg')
    no-repeat center center;
  background-size: cover;
  z-index: 1;
}
.background-image-section .bg-product-img-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/03_Product/04_shining/shining_mid_intro.jpg')
    no-repeat center center;
  background-size: cover;
  z-index: 1;
}

.background-image-section .content-box {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}

/* 버튼 스타일 */
.content-btn {
  width: 118px;
  height: 39px;
  font-size: 12px;
  background-color: transparent;
  border: solid 1px #fff;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

.content-btn:hover {
  width: 118px;
  height: 39px;
  font-size: 12px;
  background-color: #ffffff;
  border: solid 1px #fff;
  color: #828282;
}
.company-btn {
  cursor: pointer;
  width: 118px;
  height: 39px;
  font-size: 12px;
  background-color: transparent;
  border: solid 1px #fff;
  color: #fff;
  transition: 0.4s;
}
.company-btn:hover {
  background-color: #ff592a;
  color: #fff;
  border: none;
}
.prne_btn{
  transition: 0.4s;
}

.prne_btn:hover{
  background-color: #f5f4f485;
}

/* 푸터 스타일 */
footer {
  display: flex;
  flex-direction: column;
  z-index: 2;
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  color: #fff;
  /* padding: 120px 0 60px; */
  font-size: 13px;
}

footer .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-item {
  text-align: left;
  max-width: 500px;
}

.footer-logo {
  max-width: 193px;
  height: auto;
}

.mobile-lang-select{
  color: #ffffff;
  transition: 0.4s;
}

.mobile-menu-select{
  color: #ffffff;
  transition: 0.4s;
}

.mobile-menu-btn{
  font-size: 13px;
  padding:8px 0px 8px 0px;
}

.mobile-menu-btn-margin-right{
  margin-right: 15px;
}
header.scrolled .mobile-menu-btn a{
  color: #ff592a;
  
}

.mobile-menu-btn a{
  color: #ffffff;
  transition: 0.4s;
  
}

.mobile-lang-select:hover{
  color: #696969 ;
}

header.scrolled .header_mobile .mobile-lang-select{
  color: #ff592a ;
}

header.scrolled .header_mobile .mobile-menu-select{
  color: #ff592a ;
}
.select-border-bottom{
  border-bottom: 2px solid #ffffff;
  transition: 0.4s;
}

header.scrolled .select-border-bottom{
  border-bottom: 2px solid #ff592a;
  transition: 0.4s;
}


header.scrolled .mobile-submenu-border-bottom{
  border-bottom:1px solid rgba(255,89,42, 0.3) ;
}

.mobile-submenu-border-bottom{
  border-bottom:1px solid rgba(255, 255, 255, 0.3) ;
}

.mobile-submenue-padding{
  padding-left: 20px; 
  padding-right: 20px;
}

.footer-background{
  background-color: #212121;
}

/* carousel css */


.line{
  
  background-color: silver;
  /* border: 3px solid silver; */
  margin: 20px auto;
  /* 딱 div 길이만큼 선을 만들려면 */
  box-sizing: border-box;
}

.target{
  /* width: 200px; */
  border: 3px solid navy;
  transition: 0.3s
  /* transform: translateX(200px); */
}

.product-list-btn{
  padding: 6px 20px; 
  margin-top: 12px; 
  border: none; 
  background-color: #ff592a;
  color:#ffffff;
  cursor: pointer;
  transition: 0.4s;
}

.product-list-btn:hover{
  background-color: #565656;
  color:#ffffff;
}

/* mobile slide menu */


/* slide menu  */
.mobile_slide_menu_container {
  position: fixed;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  width: 0;
  right: 0;
  z-index: 9999;
}

.mobile_slide_menu_container .slide_menu_backdrop {
  background: #000;
  opacity: .6;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
}


.mobile_slide_menu_container .mobile_slide_menu.animation {
  -webkit-transition: transform 300ms ease 0s;
  transition: transform 300ms ease 0s;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.mobile_slide_menu_container.slide_open .mobile_slide_menu {
  background: #fff;
  -webkit-transform: translate3d(300px, 0px, 0px);
  transform: translate3d(300px, 0px, 0px);
  overflow-y: auto;
}



.mobile_slide_menu_container .mobile_slide_menu {
  left: -300px;
  -webkit-transition: none;
  -webkit-transform: none;
  transition: none;
  transform: none;
  background: #fff;
}

.mobile_slide_menu {
  min-width: 0;
  width: 300px;
  height: 100%;
  position: absolute;
  padding-left: 0;
  z-index: 1500;
  top: 0;
  left: 0;
  margin: 0;
  webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: transform 300ms ease 0s;
  transform: translate3d(-300px, 0px, 0px);
}

.mobile_slide_menu .navbar-nav {
  margin: 0;
}

.mobile_slide_menu .navbar-nav {
  min-width: 0;
  width: 100%;
  /* height: 100%; */
  margin: 0;
}

.nav-mo {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.mobile_slide_menu_container.slide_open .im-mobile-slide-footer {
  display: flex;
  flex-direction: column;
}

.im-mobile-slide-footer {
  width: 100%;
  display: none;
  position: fixed;
  bottom: 0;
  background: #fff;
}

.slide_open .viewport-nav.mobile {
  display: block;
}

.viewport-nav.mobile {
  display: none;
  padding: 0 0 12px 0;
  height: 100%;
  position: relative;
  overflow-y: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}

.viewport-nav.mobile li, .viewport-nav.mobile ul {
  list-style: none;
  padding: 0;
}

.viewport-nav.mobile li.depth-01 > a {
    padding: 13px 50px 14px 20px;
}

.viewport-nav.mobile li a {
  position: relative;
  outline: 0;
  border: none;
  margin: 0;
  padding: 8px 50px 8px 20px;
  font-size: 13px;
  line-height: 1;
  display: block;
  background: transparent;
}

.viewport-nav.mobile li a {
    position: relative;
    outline: 0;
    border: none;
    margin: 0;
    padding: 8px 50px 8px 20px;
    font-size: 13px;
    line-height: 1;
    display: block;
    background: transparent;
}
.mobile_slide_menu_container .viewport-nav.mobile li a.active-real {
  background: #3e4a2f;
  color: #ffffff;
}
.mobile_slide_menu_container .viewport-nav.mobile li li:last-child a,
.mobile_slide_menu_container .viewport-nav.mobile li li li:last-child a, 
.mobile_slide_menu_container .viewport-nav.mobile li > ul.collapse,
.mobile_slide_menu_container .viewport-nav.mobile li li > ul.collapse,
.mobile_slide_menu_container .viewport-nav.mobile li > ul.collapsing[aria-expanded=false],
.mobile_slide_menu_container .viewport-nav.mobile li li > ul.collapsing[aria-expanded=false] {
  margin-bottom: 0;
}

.mobile_slide_menu_container .viewport-nav.mobile li > ul,
.mobile_slide_menu_container .viewport-nav.mobile li > ul.collapse.in{
  margin-bottom: 14px;
}

.viewport-nav.mobile ul {
  overflow: hidden;
}

.viewport-nav.mobile ul {
  
  padding: 0;
}

.viewport-nav ul {
  list-style: none;
  padding: 0;
}

.viewport-nav.mobile li li a {
  padding-left: 30px;
}

.dropup {
  position: relative;
}

.im-globe .btn {
  border: 0;
  text-align: left;
  padding: 15px 20px;
  border-radius: 0;
  background: none;
  font-weight: normal;
  letter-spacing: normal;
}

.im-globe .dropdown-toggle {
  width: 100%;
  text-align: left;
}

button.btn-flat, .btn-flat {
  background-color: transparent !important;
  border-color: transparent !important;
}

.btn {
  font-size: 12px;
}

.viewport-nav.mobile li a.has_child.open > .toggle-btn:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}


.mt120 {
 margin-top: 120px;
}









/* product-detail-page */

.detail_wrap{
  padding: 120px 0px 20px; 
  margin-bottom: 30px;
  text-align: left; 
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}












@media (min-width: 992px) {
  .header_mobile{
    display: none;
  }
  .mobile-content-section{
    display: none;
  }

  .mobile-content-carousel-section{
    display: none;
  }
  .mobile-footer{
    display: none;
  }

  footer.footer-padding{
    padding: 120px 0 60px; 
  }
  .pc-select-product-hide{
    display: none;
  }

  .footer-background{
    background-color: transparent;
  }

  /* main carosel 반응형 */
  .doz_sys.new_header_overlay > .section_first.pc_section.visual_section,
  .doz_sys.new_header_overlay > .section_first.pc_section.scroll-to-fixed-fixed{
    padding-top: 0 !important;
  }

  .doz_sys.new_header_overlay > .section_first.pc_section,
  .doz_sys.new_header_overlay > section > .section_first.pc_section:not(.visual_section),
  .doz_sys.new_header_overlay.section_fixed_disable > .section_first.pc_section.scroll-to-fixed-fixed,
  .doz_sys.new_header_overlay #doz_header_wrap + .section_first.pc_section.visual_section .op,
  .doz_sys.new_header_overlay #doz_header_wrap ~ .section_first.pc_section.visual_section .op,
  .doz_sys.new_header_overlay #doz_header_wrap ~ .one_page_section .section_first.pc_section.visual_section .op,
  .doz_sys.header_overlay .widget.board .grid_ignore.bg_on,
  .doz_sys.new_header_overlay > .section_first.pc_section .repeat_icon{
    padding-top: 102px !important;
  }

  .visual_section .header-content {
    /* max-width: 1400px; */
    padding-right: 15px;
    padding-left: 15px;
  }


  /* .content .pc-content-section .mobile-content-title-font{
    font-size: 48px;
  }

  .content .pc-content-section .mobile-content-sub-font{
    font-size: 48px;
  }

  .content .pc-content-section .mobile-content-sub2-font{
    font-size: 48px;
  } */

}

/* mobile 보기 */
@media (max-width: 991px) {
  .detail_wrap{
    padding: 60px 0px 0px;
  }
  .company-info{
    font-size: 28px;
  }
  .content-item {
    padding-top:60px;
  }
  .sub-coment{
    font-size: 14px;
  }
  .header_normal{
    display: none;
  }
  .pc-content-section{
    display: none;
  }
  .pc-content-carosel-section{
    display: none;
  }
  
  .mobile-select-product-hide{
    display: none;
  }
  /* .content .pc-content-section .mobile-content-title-font{
    font-size: 26px;
  } */
  .pc-footer{
    display: none;
  }
  footer.footer-padding{
    padding: 40px 0px 40px 0px; 
  }

  .intro2 {
    margin-bottom: 20px;
    position: relative;
    padding: 210px 15px 30px 15px;
    z-index: 2;
    color: #fff;
  }

  .intro3 {
    position: relative;
    padding: 150px 15px 30px 15px;
    z-index: 2;
    color: #fff;
  }

  .new_header_overlay_mobile #doz_header {
    position: absolute !important;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 91;
  }
  
  header .container,
  .nav-div {
    flex-direction: column;
    align-items: flex-start;
  }

  nav ul {
    text-align: left;
    padding-left: 0;
  }

  nav li {
    margin-left: 20px;
  }

  .intro {
    padding-top: 100px;
  }

  .intro-text{
    padding-left: 15px;
    padding-top: 140px;
  }
  .mt120{
    margin-top: 60px;
  }

  .product-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .intro h2 {
    font-size: 26px;
    line-height: 30px;
  }

  .intro h2.korean-coment{
   margin-top: 15px;
  }
  .navbar-toggle.close.slide-close {
    display: block;
  }

}

@media (max-width: 766px) {
  .mobile-submenue-padding{
    padding-left: 20px; 
    padding-right: 20px; 
  }
  .mobile-menu-btn{
    padding:12px 0px 12px 0px;
  }
  .product-grid {
    grid-template-columns: (2, 1fr);
  }


  .product-eng,
  .product-han {
    font-size: 36px; 
  }
}
