@charset 'utf-8';

*{
    vertical-align:baseline;
    margin:0;
    padding:0;
    border-radius:0;
    -webkit-font-smoothing:antialiased;
    -webkit-text-size-adjust:none;
    -moz-text-size-adjust:none;
    -ms-text-size-adjust:none;
    text-size-adjust:none;
    list-style:none;
    -webkit-tap-highlight-color:transparent;
}

*:focus { outline:none !important; }

[hidden] {
    display:none!important;
}

caption,legend {
    overflow:hidden;
    position:absolute;
    width:1px;
    height:1px;
    border:none;
    clip:rect(1px 1px 1px 1px);
    clip:rect(1px,1px,1px,1px);
}

caption {
    position:static;
    color:transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display:block;
    margin:0;
}

audio,
canvas,
progress,
video {
    display:inline-block;
}

a {
    text-decoration:none;
    background-color:transparent;
    -webkit-text-decoration-skip:objects;
}

a[href*=tel] {
    color:inherit;
}
a:hover {
    color: #ffffff;
   /* text-decoration: underline; */
    text-decoration: none;
}
abbr[title] {
    border-bottom:none;
    text-decoration:underline dotted;
}

b,strong {
    font-weight:700; 
}

address,
dfn,
em,
i {
    font-style:normal;
}

mark {
    color:#000;
    background-color:#ff0;
}

/*
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size:100%;
}
*/

table {
    width:100%;
    border-spacing:0;
    border-collapse:collapse;
}

table td {
    word-break:break-all;
}

button,
input,
textarea {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    text-transform:none;
}

button,
input { 
    overflow:visible;
}

textarea { 
    resize:vertical;
}

[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance:button;
    -moz-appearance:button;
    appearance:button;
}

[type=checkbox] {
    -webkit-appearance:checkbox;
    -moz-appearance:checkbox;
    appearance:checkbox;
}

[type=radio] {
    -webkit-appearance:radio;
    -moz-appearance:radio;
    appearance:radio;
}

[type=search] {
    -webkit-appearance:textfield;
}

[type=text]::-ms-clear,
[type=text]::-ms-reveal {
    display:none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance:none;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    -webkit-appearance:none;
}

progress {
    display:inline-block;
    vertical-align:baseline;
}

audio,
button,
canvas,
iframe,
img,
input,
label,
select,
svg,
video {
    vertical-align:middle;
}

::-webkit-input-placeholder {
    color:#aaa!important;
}

:-ms-input-placeholder {
    color:#aaa!important;
}

::-moz-placeholder {
    color:#aaa!important;
}

:-moz-placeholder {
    color:#aaa!important;
}

.placeholder,
::placeholder {
    color:#aaa!important; 
}

::-moz-selection {
    text-shadow:none;
    background:#ddd;
}

::selection {
    text-shadow:none;
    background:#ddd;
}

a img,
fieldset,
img { 
    border:none; 
}

img, video { 
    max-width:100%; 
}

/*
hr {
    display:block;
    height:1px;
    margin:1em 0;
    padding:0;
    border:0;
    border-top:1px solid #000;
}
*/

/*
* {
    font-family:'New Gulim',sans-serif;
}
*/

*,
:after,
:before {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

b,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
th {
    font-weight:500;
}

body,
html {
    width:100%;
    min-height:100%;
}

body {
    overflow-y:scroll;
    min-width:320px;
    color:#666;
    font-size:16px;
    font-weight:400;
    word-break:break-all;
    word-spacing:-1px;
   /* letter-spacing:-.5px; */
    background-color:#fff;
}
 
a {
   color:#666;
}

button {
    border:0;
}

.bg-dark {
    background-color: rgba(67, 70, 88, 1) !important;
}


.clr:after {
    content: "";
    display: block;
    clear: both;
}

.form-control { border-radius: 0 !important; }
*:focus {
/*
    border-color: #80bdff !important;
    box-shadow:none !important;
*/
}
.custom-select:focus {
   /* border-color: transparent;
    box-shadow: 0 0 0 0.1rem rgba(0,123,255,.5); */
   box-shadow: none;
   border: 1px solid rgba(0,123,255,.5) !important;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem - 2px) !important;
}
.form-control { border: 1px solid #dddddd !important; }

.form-control:focus {
   /* box-shadow: 0 0 0 0.1rem rgba(0,123,255,.5); */
   box-shadow: none;
   border: 1px solid rgba(0,123,255,.5) !important;
}

.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.1rem rgba(0,123,255,.4);
}

.btn-secondary:focus {
    box-shadow: 0 0 0 0.1rem rgba(108,117,125,.4);
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.1rem rgba(108,117,125,.5);
}

.btn { border-radius: 0rem; }

/* ----------- 사용중지 ---------------------
Button

.btn {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0;
  border: 1px solid;
}

.btn:hover {
  color: #fff;
}

.btn-default {
  border: 1px solid;
  border-color: #f5f5f5;
  background-color: transparent;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 0;
}

.btn-default:hover {
  border-color: #ff6863;
  background-color: #ff6863;
}

.btn-primary {
  color: #fff;
  background-color: #ff6863;
  border: 2px solid;
  border-color: #ff6863;
  padding: 1rem 3rem;
  margin-bottom: 1rem;
}

.btn-primary:hover {
  background-color: #eee;
  border-color: #eee;
  border: 2px solid #eee;
  color: #ff6863;
}

.btn-blue {
  color: #fff;
  font-size:16px;
  background-color: #1066b8;
  border: 1px solid #1066b8;
  padding: 1rem 3rem;
  margin-bottom: 1rem;
}

.btn-blue-s {
  color: #fff;
  font-size:14px;
  background-color: #1066b8;
  border: 1px solid #1066b8;
  padding: 5px 10px;
}

.btn-blue:hover, .btn-blue-s:hover {
  background-color: #fff;
  border: 1px solid #1066b8;
  color: #1066b8;
}
-------------*/


/* Header */
header { 
  position: fixed; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 92px;
  transition: top 0.2s ease-in-out; 
  z-index: 899;
  box-shadow: 0px 1px 10px 0px grey;
} 
.nav-up { 
  top: 0px;  /* 스크롤시 해당 높이만큼 마이너스해주면 됩니다. */
  transition: top 0.2s ease-in-out; 
}

article { margin-top: 90px; }

/* Margin */
.mgs1 { margin:10px 0 30px 5px; }
.mgs2 { margin:20px 0 30px 5px; }

.mgb10 { margin-bottom: 10px !important; }
.mgb20 { margin-bottom: 20px !important; }
.mgb30 { margin-bottom: 30px !important; }
.mgb40 { margin-bottom: 40px !important; }
.mgb50 { margin-bottom: 50px !important; }

.mgt0 { margin-top: 0px !important; }
.mgt5 { margin-top: 5px !important; }
.mgt10 { margin-top: 10px !important; }
.mgt15 { margin-top: 15px !important; }
.mgt20 { margin-top: 20px !important; }
.mgt30 { margin-top: 30px !important; }
.mgt40 { margin-top: 40px !important; }
.mgt50 { margin-top: 50px !important; }
.mgt80 { margin-top: 80px !important; }

.mgl5 { margin-left: 5px !important; }
.mgl10 { margin-left: 10px !important; }
.mgl15 { margin-left: 15px !important; }
.mgl20 { margin-left: 20px !important; }

.mgr5  { margin-right:  5px !important; }
.mgr10 { margin-right: 10px !important; }
.mgr15 { margin-right: 15px !important; }
.mgr20 { margin-right: 20px !important; }
.mgr25 { margin-right: 25px !important; }
.mgr30 { margin-right: 30px !important; }

.mg0  { margin: 0px !important; }
.mgt-n30 {
 margin-top: -30px !important;
}

/* Padding */
.pd0 { padding: 0px !important; }
.pd10 { padding: 10px !important; }
.pd20 { padding: 20px !important; }
.pd25 { padding: 25px !important; }
.pd30 { padding: 30px !important; }
.pd-1 { padding: 0.5rem 1rem; }
.pd-2 { padding: 1.5rem 1rem; }
.pd-3 { padding:20px 0 30px 5px; }

.pdt0  { padding-top: 0px !important; }
.pdt10 { padding-top: 10px !important; }
.pdt20 { padding-top: 20px !important; }
.pdt25 { padding-top: 25px !important; }
.pdt60 { padding-top: 60px !important; }

.pdl0  { padding-left: 0px !important; }
.pdl10 { padding-left: 10px !important; }
.pdl15 { padding-left: 15px !important; }
.pdl20 { padding-left: 20px !important; }

.pdr0  { 
  padding-right: 0px !important;
  
}
.pdr10 { padding-right: 10px !important; }
.pdr20 { padding-right: 20px !important; }
.pdr32 { padding-right: 32px !important; }

.pdb0  { padding-bottom: 0px !important; }
.pdb10 { padding-bottom: 10px !important; }
.pdb20 { padding-bottom: 20px !important; }
.pdb25 { padding-bottom: 25px !important; }
.pdb60 { padding-bottom: 60px !important; }
.pdb80 { padding-bottom: 80px !important; }

/* width & height */
.wd70 { width: 70px !important; }
.wd180 { width: 180px !important; }
.w-80 { width: 80% !important; }

.ht300 { height: 300px !important; }
.ht248 { height: 248px !important; }
.ht448 { height: 448px !important; }
.ht500 { height: 500px !important; }


/* BackGround Color */
.bg_white { background-color: white; }
.bg_color_1 { background-color: #f0f0f0; }

/* Font Color */
.whitecolor { color: #ffffff !important; }
.sandybrown { color: #f4a460 !important; }
.red { color: red; }
.cornflowerblue { color: #6495ed }
.ft-color-1 { color: #9e9e9e; }
.ft-color-2 { color: #646464; }
.ft-color-3 { color: #555555; }
.ft-color-444 { color: #444; }

/* Font Weight */
.font-w500 { font-weight: 500; }
.font-bold { font-weight: bold; }

/* Font Size */
.fs25 { font-size: 25px !important; }
.fs20 { font-size: 20px !important; }
.fs14 { font-size: 14px !important; }

/* Float */
.float-no { float: none; }
.float-l { float: left; }
.float-r { float: right; }

/* inline */
.block        { display: block        !important; }
.inline       { display: inline       !important; }
.inline-block { display: inline-block !important; }
.inline-flex  { display: inline-flex  !important; }

.position-rel { position: relative; }
.position-abs { position: absolute; }

.line-height-default { line-height: 1.5rem !important; }


/* Boder */
.border-radius-10 { border-radius: 10px; }

/* MegaMenu */
.megamenu-li {
    position: static;
  /* margin-left: 30px; */
    width: 15%;
    text-align: right;
}

.megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 40px;
    margin-top: -3px;
    border: 0px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-shadow: 0px 3px 5px -2px grey;
}

.thumbnail {
  display: inline-block;
  display: block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.thumbnail > img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/*
.row:before, .row:after {
    display: table;
    content: " ";
}
*/

.shopTop {
    display: inline-table;
}

.shopSub {
    display: inline-block;
}

.shopTitle {
    text-align: center;
    color: #a0a0a0;
}

.dropdown-toggle::after {
    display: none;
}

.navbar {
padding: 1.0rem !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .8rem;
    padding-left: .8rem;
}

.navbar-dark .navbar-nav .nav-link {
   color: #333333;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #3dbbde;
}

.nav-link {

    font-size: 1.15rem;
    font-weight: 100;
}

.dropdown-item {
    font-size: 1.0em !important;
    padding: .45rem !important;
}

.dropdown-item:before {
    content: ' \002D' !important;
    margin-right: 8px !important;
    position: inherit !important;
    border-bottom: 0px !important;
}

.dropdown-item:hover:before {
    content: ' \2023' !important;
}
.dropdown-item:after {
    display: none !important;
}

.megaTitleBox {
    padding: 10px 20px;
    border-right: 1px solid #ddd;
}

.megaTitle-1 {
    text-align: center;
    font-size: 25px;
    color: #333;
    font-weight: normal;
    margin-bottom: 10px;
}

.megaTitle-2 {
    text-align: center;
    font-size: 16px;
    color: #6b6b6b;
    line-height: 24px;
    padding-bottom: 20px;    
}

.megaTitle-3 {
    text-align: center;
}

.megaTitle-4 {
    font-size: 16px;
    color: #6b6b6b;
    line-height: 30px;
    padding: 1.5em 5px 0;
    margin-bottom: 0;
}

.dropdownArea {
    padding: 1.0rem 1rem 1.5rem 2.1rem;
}


/* link one */
.link-1 a {
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  display: block;
}

.link-1 a:before, .link-1 a:after {
  content: '';
  border-bottom: solid 1px white;
  position: absolute;
  bottom: 0;
  width: 0;
}

.link-1 a:before { left: 0; }
.link-1 a:after { right: 0; }

.link-1 a:hover:before, .link-1 a:hover:after {
  width: 100%;
}

.link-1 a:before, .link-1 a:after {
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
}


/*  scroll Top button */
.scroll-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100;
    background-color: #999;
    opacity: .8;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 0;
    outline: 0;
    color: #fff;
}
.scroll-top:hover {
    cursor: pointer;
}


.subContainer { clear: both; position: relative; margin: 0 auto; z-index: 1; overflow: hidden; padding: 60px 0 60px 0; min-height: 600px; }
.t_area { position: relative; width: 100%; color: #333; z-index: 1200 !important; margin-bottom: 1.6em; padding-bottom: 1em; }
.t_area h2 { font-size: 38px; padding: 0; letter-spacing: -1px; color: #333; text-align: center; }
.t_area .t_line { width: 50px; height: 2px; background: #333; margin: 0 auto; margin-top: 20px; }


@media (max-width: 576px) {
  .t_area h2 { font-size: 28px; }
}

@media (min-width: 577px) and (max-width: 767px) {
  .t_area h2 { font-size: 32px; }
}

@media (min-width: 768px) and (max-width: 991px) {
  .t_area h2 { font-size: 34px; }
}

/* --------------------------------------------------------------------------- */
/* MOBILE LEFT MENU CSS
/* --------------------------------------------------------------------------- */

.dg-hd-mo-menu-panel {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  position: fixed;
  z-index: 9999;
  top: 0; 
  height: 100%;
  width: 60%;
  background-color: #fff;
}

.dg-hd-mo-menu-panel .dg-hd-mo-menu-btn {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  display: inline-block;
  float: left;
  cursor: pointer;
  padding: 30px 15px;
  position: absolute;
  z-index: 2;
  top: 0;
  width: 30px;
  height: 20.18181818px;
}
.dg-hd-mo-menu-panel .dg-hd-mo-menu-btn span,
.dg-hd-mo-menu-panel .dg-hd-mo-menu-btn span:before,
.dg-hd-mo-menu-panel .dg-hd-mo-menu-btn span:after {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  width: 32px;
  height: 3px;
  background-color: #979797;
}
.dg-hd-mo-menu-panel .dg-hd-mo-menu-btn span {
  position: relative;
  display: inline-block;
  float: left;
  margin-top: 9.09090909px;
}
.dg-hd-mo-menu-panel .dg-hd-mo-menu-btn span:before,
.dg-hd-mo-menu-panel .dg-hd-mo-menu-btn span:after {
  content: "";
  position: absolute;
  left: 0;
}
.dg-hd-mo-menu-panel .dg-hd-mo-menu-btn span:before {
  top: -9.09090909px;
}
.dg-hd-mo-menu-panel .dg-hd-mo-menu-btn span:after {
  top: 9.09090909px;
}

/*햄버거 메뉴 활성화 시*/
.dg-hd-mo-menu-panel .dg-hd-mo-menu-btn.mo-menu-active span{
  background: transparent;
}
.dg-hd-mo-menu-panel .dg-hd-mo-menu-btn.mo-menu-active span:before,
.dg-hd-mo-menu-panel .dg-hd-mo-menu-btn.mo-menu-active span:after {
  top: 0;
}
.dg-hd-mo-menu-panel .dg-hd-mo-menu-btn.mo-menu-active span:before {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}
.dg-hd-mo-menu-panel .dg-hd-mo-menu-btn.mo-menu-active span:after {
  -webkit-transition-delay: 0.09s;
  -moz-transition-delay: 0.09s;
  -o-transition-delay: 0.09s;
  -ms-transition-delay: 0.09s;
  transition-delay: 0.09s;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}

.dg-hd-mo-logo-area {
  text-align: center;
}

/*메뉴 패널 안쪽부분*/
.mo-menu-title{
  background: #189fcf;
  height:62px;
  color:#fff;
  font-size:16px;
  padding: 10px 20px 0 17px;
  text-align: left;
}
.mo-menu-title p {
  font-size: 1.3rem;
  line-height: 3.2rem;
  margin-bottom: 0rem;
}

.mo-menu-title p span {
  font-size: 0.8rem;
}

.mo-menu-title a:first-of-type{
  border-right:1px solid #fbbc90;
  padding:0 8px 0 0;
  margin-right: 6px;
}
.dg-hd-mo-menu-panel > ul {
  width:100%;
  z-index: 1;
  height: auto;
  text-align: left;
}

.dg-hd-mo-menu-panel > ul > li{
  clear: both;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
}

.dg-hd-mo-menu-panel > ul > li.menu-label > a {
  font-size: 17px;
  padding: 18px 0 18px 20px;
  color: #444;
  width: calc(100% - 61px);
  display: inline-block;
  height: 100%;
  text-decoration: none;
}

.dg-hd-mo-menu-panel > ul > li.menu-label > .tm {
  font-size: 17px;
  padding: 18px 0;
  color: #444;
  width: 100%;
  display: inline-block;
  height: 100%;
  text-decoration: none;
  text-align: center;
}
.dg-hd-mo-menu-panel > ul > li.menu-label > .tm > button {
  margin: 0 10px;
}

.dg-hd-mo-menu-panel > ul > li.menu-arrow-active-li{
  border-bottom: 2px solid #189fcf;
}
.dg-hd-mo-menu-panel > ul > li.menu-arrow-active-li-next-li{
  border-top: 1px solid #dcdcdc;
}

/*1차 메뉴의 - + 부분*/
.dg-hd-mo-menu-panel ul li .dg-hd-mo-menu-arrow{
  height: 61px;
  width: 60px;
  display: inline-block;
  float: right;
  position: relative;
  cursor: pointer;
}

.dg-hd-mo-menu-panel ul li .dg-hd-mo-menu-arrow::before,
.dg-hd-mo-menu-panel ul li .dg-hd-mo-menu-arrow::after{
  width: 25px;
  height: 2px;
  background: #535353;
  content: "";
  display: inline-block;
  position:absolute;
  left:17.5px;
  top: calc(50% - 1px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.dg-hd-mo-menu-panel ul li .dg-hd-mo-menu-arrow::after{
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.dg-hd-mo-menu-panel ul li .dg-hd-mo-menu-arrow.menu-arrow-active::before,
.dg-hd-mo-menu-panel ul li .dg-hd-mo-menu-arrow.menu-arrow-active::after{
  background: #189fcf;
}
.dg-hd-mo-menu-panel ul li .dg-hd-mo-menu-arrow.menu-arrow-active::after{
  -webkit-transition-delay: 0.09s;
  -moz-transition-delay: 0.09s;
  -o-transition-delay: 0.09s;
  -ms-transition-delay: 0.09s;
  transition-delay: 0.09s;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}

.dg-hd-mo-menu-panel .sub-menu{
  display: none;
  width: 100%;
  padding:0 10.133%;
}

.dg-hd-mo-menu-panel .sub-menu-on{
  display: block;
}
.dg-hd-mo-menu-panel .sub-menu li{
  float: left;
  height:45px;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
}
.dg-hd-mo-menu-panel .sub-menu li:first-of-type{
  margin: 2px 0 0 0;
}
.dg-hd-mo-menu-panel .sub-menu li:last-of-type{
  border-bottom: none;
  margin: 2px 0 0px 0;
}

.dg-hd-mo-menu-panel .sub-menu li a {
  display: block;
  height: 100%;
  padding:11px 0px 15px 8px;
  font:15px 'bgR';
  color: #666666;
  text-decoration: none;
}

.dg-hd-mo-menu-panel {
  left: -99%;
}
.dg-hd-mo-menu-panel .dg-hd-mo-menu-btn {
  left: 164%;
}
.dg-hd-mo-menu-panel.mo-menu-active {
  left: 0;
  overflow: scroll;
}  
.dg-hd-mo-menu-panel.mo-menu-active::-webkit-scrollbar {
    display:none;
}
.dg-hd-mo-menu-panel.mo-menu-active .dg-hd-mo-menu-btn {
  left: 100%;
  margin-left: -62px;
  z-index: 999;
  margin-top: -4px;
}

.dg-hd-mo-menu-panel.mo-menu-active .dg-hd-mo-menu-btn span:before,
.dg-hd-mo-menu-panel.mo-menu-active .dg-hd-mo-menu-btn span:after{
  background: #fff;
}

.dg-hd-mo-menu-panel-overlay{
  position: fixed;
  top: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.dg-hd-mo-menu-panel li.menu-label:hover {
  background-color: aliceblue;
}

.dg-white{
 color:#fff;
}

.dg-point{
 color:#f9904c;
}

.sub-menu li a:before {
    content: ' \2022' !important;
    margin-right: 8px !important;
    position: inherit !important;
    border-bottom: 0px !important;
}

.sub-menu li a:hover {
    background-color: #fafafa;
}

.mo-menu-title a:hover {
    color: white;
    text-decoration: none;
}


/* -------------------------------------------------------------------- */


/* mobile top title area */
.mbl-top-tarea {
    display: inline-block; margin: 0 auto;
}

.btn-pst {
    float: right; margin: 2.5%;
}


/* mobile menu area */
html.open {
  overflow: hidden;
}

.btn {
  display: inline-block !important;
  /* width: 50px;
  height: 50px;
  position: absolute; 
  right: 0px;
  top: 0px;
  z-index: 1;
  background-image: url("http://s1.daumcdn.net/cfs.tistory/custom/blog/204/2048858/skin/images/menu.png");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer; */
}


.close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0px;
  top: 0px;
  /* background-image: url("http://s1.daumcdn.net/cfs.tistory/custom/blog/204/2048858/skin/images/close.png"); */
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

#mobile-menu {
  width: 60%;
  height: 100%;
  position: fixed;
  top: 0px;
  right: -60%;
  z-index: 10;
  border: 1px solid #c9c9c9;
  background-color: white;
  text-align: center;
  transition: All 0.2s ease;
  -webkit-transition: All 0.2s ease;
  -moz-transition: All 0.2s ease;
  -o-transition: All 0.2s ease;
}

#mobile-menu.open {
  right: 0px;
}

.page_cover.open {
  display: block;
}

.page_cover {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 4;
  display: none;
}  






/* margin */
.mgrm-15 { margin-right: -15px; }
.mglm-15 { margin-left: -15px; }

/* nav */

nav li {
/*    width: 115px;
    text-align: right; */
}

#attafile a:hover { background-color: #000; }


/* --- footer --- */

footer.page-footer { bottom: 0; color: #fff; }
footer hr { border-top: 1px solid rgba(150, 150, 150, 0.25); }
footer a:hover { color:inherit; }
footer h6 { font-size: 1.2rem; }

.footer-linkWrap { background-color: #313540; display: flex; }
/* .footer-linkWrap a { display: flex; } */

.footer-link { margin-left: -20px; }
.footer-link li:first-child:before { display: none; }
.footer-link li:before { content: ''; position: absolute; top: 50%; left: -10px; width: 2px; height: 2px; background-color: #ccc; transform: translateY(-50%); }
.footer-link li { float: left; position: relative; margin: 18px 10px; }
.footer-link li a { padding: 10px; color: #ccc; font-size: 14px; }

.footer-sns { float: right; margin: 15px 0; }
.footer-sns li:first-child { margin-left: 0; }
.footer-sns li { float: left; margin-left: 10px; }
.footer-sns li a { /* width: 30px; height: 30px; */ }

.foot-snsB { background-position: 0 0; }

.ht { overflow: hidden; color: transparent; text-indent: 100%; white-space: nowrap; }

.footer-sub-area { background-color: #5e6275; }
.footer-sub-title {width: 100%; padding: 10px 10px; margin: 0; }
.footer-sub-title li { 
  float: left; 
  margin-right: 25px; 
  position: relative;
}

/*
.footer-sub-title li:before {
 content: " \2022"; 
 padding: 0px 8px; 
}
*/


.footer-sub-title li:nth-child(n+2):before {
    content: '';
    position: absolute;
    top: 50%;
    left: -10px;
    width: 2px;
    height: 2px;
    background-color: #ddd;
    transform: translateY(-50%);
}


.footer-sub-title li a { color: #ddd; text-decoration: none; }


.mb-ft { display: none; }


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 576px) {
    .footer-linkWrap > .col-sm-12 { 
        float: none;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .logo-ft { width: 100%; text-align: center; }
    .pc-ft { display: none; }
    .mb-ft { display: block; }

      .footer-sub-title {
          margin: 0 0 0 14%;
          padding: 10px 0px;
      }

    .footer-sub-title li:before {
        content: '';
        position: absolute;
        top: 50%;
        left: -10px;
        width: 2px;
        height: 2px;
        background-color: #ddd;
        transform: translateY(-50%);
    }
}

@media (max-width: 991px) {
    .megaTitleBox { 
        border-right: 0px;
    }
    
}



.mdb-color {
    background-color: rgba(67, 70, 88, 1)!important;
}

.font-small {
    font-size: .9rem;
}




  .best-prod {padding: 6rem 0 6rem 0;}
  .best-prod .sec{}
  .best-prod .title{margin-bottom:10px;font-size:2.8rem;color:#111;letter-spacing:-.5px}
  html:lang(pl) .best-prod .title {font-size:2.1rem}
  .best-prod .subtitle{font-size:1.6rem;color:#000;letter-spacing:-.5px}
  .best-prod .category{/*display:inline-block;padding:0 12px;*/font-size:.933rem;border-radius:11px;height:20px;line-height:20px;/*border:1px solid #999;*/color:#999}
  .window-scrolled .footer-scroll-top{display:none!important}
  .mn-visual,.mn-visual .visual-sl{height:100vh;position:relative}
  .mn-visual .visual-sl{overflow:hidden}
  .mn-visual .visual-sl .swiper-slide{background-repeat:no-repeat;background-size:cover;background-position:center}
  .mn-visual .sl-text{width:100%;max-width:1268px;margin-left:-634px;position:absolute;top:27%;left:47%;z-index:50;color:#fff}
  html:lang(pl) .mn-visual .sl-text {font-family:'Roboto'!important}
  .mn-visual .sl-text p{font-size:1.533rem;font-weight:300;line-height:2.4rem;letter-spacing:-.5px;margin:0}
  .mn-visual .sl-text h2{margin:25px 0 69px;text-transform:uppercase;font-size:5.6rem;letter-spacing:-4px;font-weight:700}
  .mn-visual .sl-text span{display:inline-block;font-weight:700}
  .mn-visual .sl-text span:before{display:block;width:3px;height:3px;margin:0 auto;border-radius:100%;background:#fff;content:''}
  .mn-visual .sl-text .form-box{max-width:476px;position:relative}
  .mn-visual .sl-text .form-box:after{width:calc(100% - 31px);height:3px;background:#c40452;position:absolute;left:0;bottom:0;content:''}
  .mn-visual .sl-text .form-box input[type="text"]{width:calc(100% - 62px);height:60px;border:0;background:transparent;font-size:1.2rem;font-weight:300;letter-spacing:-.5px;box-shadow:none}
  .mn-visual .sl-text .form-box input[type="text"]:-ms-input-placeholder{font-size:1.2rem;font-weight:300;color:#fff;opacity:.5}
  .mn-visual .sl-text .form-box input[type="text"]::-webkit-input-placeholder{font-size:1.2rem;font-weight:300;color:#fff;opacity:.5}
  .mn-visual .sl-text .form-box input[type="text"]::-moz-placeholder{font-size:1.2rem;font-weight:300;color:#fff;opacity:.5}
  .mn-visual .sl-text .form-box input[type="text"]::-o-placeholder{font-size:1.2rem;font-weight:300;color:#fff;opacity:.5}
  .mn-visual .sl-text .form-box button{width:62px;height:62px;border-radius:100%;-webkit-border-radius:100%;background:#c40452;font-size:1.2rem;letter-spacing:-.5px;color:#fff;position:absolute;right:0;top:50%;margin-top:-31.5px;padding:0;font-family:'LGSmHa',AppleGothic,'Dotum',sans-serif!important;font-weight:400!important}
  .mn-visual .device-box{width:100%;position:absolute;bottom:0;left:0;z-index:50;background-color:rgba(0,0,0,.3)}
  .mn-visual .device-box .container{padding:13px 0 25px}
  .mn-visual .device-box .container:before{content:url(wp-content/themes/lginnotek/assets/images/xmb-bg.png.pagespeed.ic.Uo5RIPr75l.png);position:absolute;top:50%;left:-82px;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%)}
  .mn-visual .sl2 .device-box .container:before{content:url(wp-content/themes/lginnotek/assets/images/xmb-bg3.png.pagespeed.ic.fLrbxaEhIO.png);left:-108px}
  .mn-visual .sl3 .device-box .container:before{content:url(wp-content/themes/lginnotek/assets/images/xmb-bg4.png.pagespeed.ic.LNaqDe5vE3.png);left:-124px}
  .mn-visual .sl4 .device-box .container:before{content:url(wp-content/themes/lginnotek/assets/images/xmb-bg5.png.pagespeed.ic.kI5i65FH88.png);left:-116px}
  .mn-visual .sl5 .device-box .container:before{content:url(wp-content/themes/lginnotek/assets/images/xmb-bg2.png.pagespeed.ic.JzD3gZRQ_h.png);left:-108px}
  .mn-visual .device-box .m12-col-3{position:relative}
  .mn-visual .device-box .m12-col-3 p{padding-top:27px;font-size:2.133rem;font-weight:700;color:#fff}
  .mn-visual .device-box .m12-col-9{margin-bottom:0}
  .mn-visual .device-box .m12-col-9 ul{margin:0 -60px;text-align:center;font-size:0}
  .mn-visual .device-box .m12-col-9 ul li{width:25%;padding:0 60px;display:inline-block;text-align:center;vertical-align:top;font-size:1rem}
  .mn-visual .device-box .m12-col-9 ul li p{margin-top:7px;color:#fff;line-height:normal}
  .mn-visual .device-box .m12-col-9 ul.col2,.mn-visual .device-box .m12-col-9 ul.col3{margin:0 -91px}
  .mn-visual .device-box .m12-col-9 ul.col2 li,.mn-visual .device-box .m12-col-9 ul.col3 li{width:auto}
  .mn-visual .device-box .m12-col-9 ul.col2 li,.mn-visual .device-box .m12-col-9 ul.col3 li{padding:0 90px}
  .mn-visual .sl-nav{width:100%;max-width:1268px;font-size:0;position:absolute;bottom:0px;left:50%;margin-left:-634px;z-index:90}
  .mn-visual .sl-nav li{display:inline-block;vertical-align:middle;color:#fff}
  .mn-visual .sl-nav .swiper-button-next,.mn-visual .sl-nav .swiper-button-prev{width:66px;height:64px;margin-top:0;background:url(wp-content/themes/lginnotek/assets/images/xsl-nav.png.pagespeed.ic.dwB0-Nbogl.png) no-repeat center;background-color:#fff;background-size:9px 20px;opacity:1;position:static}
  .mn-visual .sl-nav .swiper-button-prev{position:relative;left:auto}
  .mn-visual .sl-nav .swiper-button-prev:after{width:1px;height:37px;background:#ebebeb;position:absolute;right:0;top:50%;margin-top:-18.5px;content:''}
  .mn-visual .sl-nav .swiper-button-next{transform:rotate(180deg)}
  .mn-visual .sl-nav .swiper-button-next:hover,.mn-visual .sl-nav .swiper-button-prev:hover{background-color:#c40452;background-image:url(wp-content/themes/lginnotek/assets/images/xsl-nav-on.png.pagespeed.ic.snWDHcwmu3.png)}
  .mn-visual .swiper-pagination{width:auto;margin-right:0;margin-left:28px;font-size:1.066rem;font-weight:400;position:static}
  .mn-visual .scrollDown{position:absolute;bottom:32px;right:28px;font-size:.733rem;font-weight:400;color:#fff;letter-spacing:1px;text-transform:uppercase;opacity:.75;z-index:50;writing-mode:vertical-rl;-ms-writing-mode:tb-rl;-webkit-writing-mode:vertical-rl}
  .mn-visual .scrollDown:after{display:inline-block;width:7px;height:34px;margin-top:14px;vertical-align:middle;background:url(wp-content/themes/lginnotek/assets/images/xscroll.png.pagespeed.ic.jvMF1EGp9N.png) no-repeat;background-size:contain;content:''}
  .best-prod .newsroom{background:#c6b8a7}
  .best-prod .newsroom .m12-col-3 p{color:#000;font-weight:400}
  .best-prod .sns-box{margin-top:50px;margin-right:-12px;font-size:0}
  .best-prod .sns-box li{display:inline-block;width:40px;height:40px;margin-right:12px;border-radius:100%;background-color:#fff;background-position:center;background-repeat:no-repeat;background-size:contain}
  .best-prod .sns-box li a{display:block;width:100%;height:100%}
  .best-prod .sns-box li:nth-child(1) {background-color:#4167b1;background-image:url(wp-content/themes/lginnotek/assets/images/xsns1-1.png.pagespeed.ic.yQjVbv0wkp.png)}
  .best-prod .sns-box li:nth-child(2) {background-color:#c40452;background-image:url(wp-content/themes/lginnotek/assets/images/xsns2-1.png.pagespeed.ic.NvYuXV1Rk5.png)}
  .best-prod .sns-box li:nth-child(3) {background-color:#03cf5d;background-image:url(wp-content/themes/lginnotek/assets/images/xsns3-1.png.pagespeed.ic.X18hmH9uqi.png)}
  .best-prod .sns-box li:nth-child(4) {background-color:red;background-image:url(wp-content/themes/lginnotek/assets/images/xsns4-1.png.pagespeed.ic.zK1JvyNOuL.png)}
  .best-prod .sns-box li:nth-child(1):hover {background-color:#4167b1;background-image:url(wp-content/themes/lginnotek/assets/images/xsns1-1.png.pagespeed.ic.yQjVbv0wkp.png)}
  .best-prod .sns-box li:nth-child(2):hover {background-color:#c40452;background-image:url(wp-content/themes/lginnotek/assets/images/xsns2-1.png.pagespeed.ic.NvYuXV1Rk5.png)}
  .best-prod .sns-box li:nth-child(3):hover {background-color:#03cf5d;background-image:url(wp-content/themes/lginnotek/assets/images/xsns3-1.png.pagespeed.ic.X18hmH9uqi.png)}
  .best-prod .sns-box li:nth-child(4):hover {background-color:red;background-image:url(wp-content/themes/lginnotek/assets/images/xsns4-1.png.pagespeed.ic.zK1JvyNOuL.png)}
  .best-prod .newsroom .m12-col-9{margin-bottom:0}
  .best-prod .news-box{margin:0 -20px}
  .best-prod .news-list1,.best-prod .news-list2{float:left;width:calc(50% - 40px);margin:0 20px;overflow:hidden}
  .best-prod .news-list1 .thumb,.best-prod .news-list2 .thumb{width:100%;height:100%;background-position:center;background-repeat:no-repeat;background-size:cover;transform:scale(1,1);transition:transform 1s ease;position:absolute;top:0;left:0}
  .best-prod .news-list1{padding-top:calc(50% - 60px);position:relative;overflow:hidden}
  .best-prod .news-box .thumb:before{width:100%;height:100%;background:#000;opacity:.3;position:absolute;top:0;left:0;content:''}
  .best-prod .news-box .text{width:100%;padding:0 35px;position:absolute;bottom:30px}
  .best-prod .news-box .text h3,.best-prod .news-box .text p{font-size:2.133rem;font-weight:400;letter-spacing:-.25px;color:#fff;line-height:2.933rem;margin:0}
  .best-prod .news-box .category{margin-bottom:20px;color:#fff;border-color:#fff}
  .best-prod .news-list2{display:block;margin-bottom:35px;padding-top:calc(25% - 48px);position:relative}
  .best-prod .news-list2:last-child{margin-bottom:0}
  .best-prod .news-list2 .text h3,.best-prod .news-list2 .text h3 p{font-size:1.2rem;line-height:1.5rem}
  .best-prod .news-list1:hover .thumb,.best-prod .news-list2:hover .thumb{transform:scale(1.1,1.1)}
  .best-prod .banner-box:before,.best-prod .newsroom-list:before{display:block;width:100%;height:1px;margin:35px 0;background:rgba(0,0,0,.1);content:''}
  .best-prod .banner-box li{float:left;width:33.333%;height:226px;position:relative}
  .best-prod .banner-box li:first-child{background:#c40452}
  .best-prod .banner-box li:nth-child(2) {background:url(wp-content/themes/lginnotek/assets/images/xnews-bn2.png.pagespeed.ic.AWCVxIFfYz.png) no-repeat bottom right #a07c5c}
  .best-prod .banner-box li:last-child{background: url(wp-content/themes/lginnotek/assets/images/play-ico.png)no-repeat 30px calc(100% - 30px), url(wp-content/themes/lginnotek/assets/images/news-bn1.jpg)no-repeat bottom right #373737}
  .best-prod .banner-box li:last-child:hover{background-image: url(wp-content/themes/lginnotek/assets/images/play-on.png), url(wp-content/themes/lginnotek/assets/images/news-bn1.jpg)}
  .best-prod .banner-box li a{padding:30px;position:absolute;width:100%;height:100%;top:0;left:0}
  .best-prod .banner-box dl,.best-prod .banner-box dt{color:#fff;margin:0;font-weight:400;line-height:normal}
  .best-prod .banner-box dt{margin-bottom:15px;letter-spacing:-.5px}
  .best-prod .banner-box dd{opacity:.6;letter-spacing:-.25px;line-height:1.6rem}
  .best-prod .banner-box .btn{width:calc(100% - 60px);max-width:222px;padding:0!important;height:48px;text-align:center;border:1px solid rgba(255,255,255,.45);border-radius:0;line-height:46px;font-size:1.133rem;font-weight:400;letter-spacing:-.5px;color:#fff;position:absolute;left:30px;bottom:30px}
  .best-prod .banner-box .btn:hover{background:rgba(0,0,0,.3);border-color:transparent}
  .best-prod .banner-box.new li{width:50%}
  .best-prod .banner-box.new li:first-child{background:url(wp-content/themes/lginnotek/assets/images/xnews-n1.png.pagespeed.ic.EhddRlYo7E.png) no-repeat right top #c40452}
  .best-prod .banner-box.new li:last-child{background:url(wp-content/themes/lginnotek/assets/images/xnews-n2.jpg.pagespeed.ic.IvCDVVtp5R.webp) no-repeat right bottom #8f795c;background-size:cover}
  .best-prod .banner-box.new li:last-child:hover{background-image:url(wp-content/themes/lginnotek/assets/images/xnews-hover.jpg.pagespeed.ic.37uGjfPdIx.webp)}
  .best-prod .newsroom-list{margin:0 -19px}
  .best-prod .newsroom-list:before{margin:35px auto 35px;width:calc(100% - 38px)}
  .best-prod .newsroom-list ul:after{display:block;clear:both;content:''}
  .best-prod .newsroom-list ul li{float:left;width:calc(33.333% - 38px);padding-top:calc(33.333% - 38px);margin:0 19px;position:relative;overflow:hidden}
  .best-prod .newsroom-list .thumb{width:100%;height:100%;position:absolute;top:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat;transition:transform 1s ease}
  .best-prod .newsroom-list .thumb:before{width:100%;height:100%;background:#000;opacity:.3;position:absolute;top:0;left:0;content:''}
  .best-prod .newsroom-list li:after{width:67px;height:48px;background:url(wp-content/themes/lginnotek/assets/images/xnews-logo.png.pagespeed.ic._f9JhhQUlQ.png) no-repeat;background-size:contain;position:absolute;top:11px;right:13px;content:''}
  .best-prod .newsroom-list .text{position:absolute;left:0;bottom:30px;width:100%;padding:0 27px}
  .best-prod .newsroom-list .text h3{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:56px;font-size:1.2rem;line-height:28px;font-weight:400;letter-spacing:-.25px;color:#fff;overflow:hidden}
  .best-prod .newsroom-list .category{margin-bottom:10px;border-color:#fff;color:#fff}
  .best-prod .newsroom-list ul li:hover .thumb{transform:scale(1.1,1.1)}
  .best-prod .product .product-box li {float: left;}
  @media (max-width:1140px){.best-prod .banner-box.new li, .best-prod .banner-box li:nth-child(2) {width:calc(50% - 20px);margin:0 10px}
  .best-prod .banner-box.new:before{display:block}
  .best-prod .banner-box.new:before,.best-prod .newsroom-list:before{width:calc(100% - 20px)}
  .best-prod .newsroom-list{margin:0 -10px}
  .best-prod .newsroom-list ul li{width:calc(33.333% - 20px);margin:0 10px}
}
  @media (max-width:767px){.best-prod .banner-box.new li,.best-prod .banner-box.new li:first-child{width:calc(100% - 20px)}
  .best-prod .newsroom-list ul li{width:calc(100% - 20px);padding-top:calc(100% - 20px);margin-bottom:20px}
  .best-prod .newsroom-list ul li:last-child{margin-bottom:0}
  }
  .best-prod .product{/* padding-bottom:calc(90px - 2%) */} 
  .best-prod .product .tab-nav li{margin:10px 0;font-size:1.333rem;font-weight:400;cursor:pointer;position:relative}
  .best-prod .product .tab-nav li a{color:#777}
  .best-prod .product .tab-nav li span{padding-right:10px;background:#fff;position:relative;z-index:1}
  .best-prod .product .tab-nav li.tab-active a{color:#c40452}
  .best-prod .product .tab-nav li.tab-active:before{width:95%;height:1px;background:#c40452;position:absolute;left:0;top:50%;margin-top:-1px;content:''}
  .best-prod .product .tab-nav li:first-child{margin-top:50px}
  .best-prod .product .tab-nav li:hover a{color:#c40452}
  .best-prod .product .product-box{/* margin:0 -20px;font-size:0 */}
  /*.best-prod .product .product-box li{display:inline-block;vertical-align:top;width:calc(33.333% - 40px);margin:0 20px 40px;position:relative}*/
  html:lang(pl) .best-prod .product .product-box li {font-family:'Roboto'}
  .best-prod .product .product-box li a{position:absolute;width:100%;height:100%;top:0;left:0;z-index:2}
  .best-prod .product .product-box .thumb{margin-bottom:12px;border:1px solid #eaeaea;position:relative;padding-top:100%;overflow: hidden; }
  .best-prod .product .product-box .thumb img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
  .best-prod .product .product-box p{margin-top:0px;font-size:1.1rem;font-weight:400;/*color:#111;*/line-height:2rem}
  .best-prod .product .product-box li:hover *{color:#c40452;border-color:#c40452}
  .best-prod .product .btn-box{margin-top:15px;text-align:center}
  .best-prod .product .btn-box a{display:inline-block;width:55px;height:55px;border:1px solid rgba(196,4,82,.4);border-radius:100%;background:url(wp-content/themes/lginnotek/assets/images/xplus.png.pagespeed.ic.B-Fxj4pKKS.png) no-repeat center;font-size:0;cursor:pointer;transition:background-color 400ms cubic-bezier(.785,.135,.15,.86);-webkit-transition:background-color 400ms cubic-bezier(.785,.135,.15,.86);-moz-transition:background-color 400ms cubic-bezier(.785,.135,.15,.86);-o-transition:background-color 400ms cubic-bezier(.785,.135,.15,.86)}
  .best-prod .product .btn-box a:hover{background-color:#c40452;background-image:url(wp-content/themes/lginnotek/assets/images/xplus-on.png.pagespeed.ic.Xcjj54r6g8.png)}
  .best-prod .iyl{padding:205px 0 330px;background: url(wp-content/themes/lginnotek/assets/images/inside-bg1.png)no-repeat left bottom, url(wp-content/themes/lginnotek/assets/images/inside-bg2.png)no-repeat center 130px;background-color:#f5f5f5;background-size: 100%, 89%}
  .best-prod .iyl.iyl_test{background: url(wp-content/themes/lginnotek/assets/images/main_inside_bg1.png)no-repeat left bottom, url(wp-content/themes/lginnotek/assets/images/inside-bg2.png)no-repeat center 130px;background-color:#f9f9f9;background-size: 100%, 89%}
  .best-prod .banner-box2{max-width:880px;margin:0 auto;position:relative}
  .best-prod .banner-box2 li:first-child{margin-bottom:42px}
  .best-prod .banner-box2 li:nth-child(2) {max-width:282px;float:right;margin-right:52%}
  .best-prod .banner-box2 li:last-child{position:absolute;top:20%;right:0}
  .best-prod .banner-box2 li:nth-child(1),
.best-prod .banner-box2 li:nth-child(2) {width:48%}
.best-prod .banner-box2 li img{transform:scale(1,1);-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);box-shadow:16px 20px 12px rgba(0,0,0,.06);transition:400ms cubic-bezier(.785,.135,.15,.86);-webkit-transition:400ms cubic-bezier(.785,.135,.15,.86);-moz-transition:400ms cubic-bezier(.785,.135,.15,.86);-o-transition:400ms cubic-bezier(.785,.135,.15,.86)}
.best-prod .banner-box2 li .thumb{overflow:hidden;box-shadow:16px 20px 12px rgba(0,0,0,.06)}
.best-prod .banner-box2 dl{margin:0}
.best-prod .banner-box2 dt{margin:35px 0 15px;font-weight:400}
.best-prod .banner-box2 dd{letter-spacing:-.25px;line-height:1.6rem;font-size:1rem;font-weight:400}
.best-prod .banner-box2 .more-btn{display:block;margin-top:18px;font-weight:400;color:#c40452;letter-spacing:-.25px}
.best-prod .banner-box2 .more-btn i{margin-left:3px}
.best-prod .banner-box2 li:hover *{color:#c40452}
.best-prod .banner-box2 li:hover .thumb img{transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1)}
html:lang(en-US) .mn-visual .sl-text .form-box button {background-image:url(wp-content/themes/lginnotek/assets/images/xsearch.png.pagespeed.ic.ozjpnWx4K_.png);background-size:24px 24px;background-repeat:no-repeat;background-position:center;font-size:0}
html:lang(pl) .mn-visual .sl-text .form-box button {background-image:url(wp-content/themes/lginnotek/assets/images/xsearch.png.pagespeed.ic.ozjpnWx4K_.png);background-size:24px 24px;background-repeat:no-repeat;background-position:center;font-size:0}

@media (min-width:768px){html:lang(zh-hans) .mn-visual .sl-text p {font-size:1.6rem;letter-spacing:-.25px}
html:lang(zh-hans) .best-prod .banner-box li {width:50%}
html:lang(en-US) .mn-visual .sl-text p {font-size:1.8rem;line-height:2.533rem}
html:lang(en-US) .best-prod .title {line-height:3.066rem;letter-spacing:-.25px}
html:lang(en-US) .best-prod p {line-height:1.6rem}
html:lang(pl) .best-prod .banner-box li {width:50%}
}
@media (max-width:1366px){.to-top{top:-50px}
}
@media (max-width:1270px){.mn-visual .sl-text{width:100%;left:0;padding:0 20px;margin-left:0}
.mn-visual .sl-nav{width:calc(100% - 20px);padding-left:10px;padding-right:10px;margin-left: calc(-50% + 10px)}
}
@media (max-width:1140px){.mn-visual .device-box .m12-col-9 ul.col2 li,.mn-visual .device-box .m12-col-9 ul.col3 li{padding:0 45px}
.best-prod .banner-box{margin:0 -10px;position:relative}
.best-prod .banner-box li{margin:0 10px}
.best-prod .banner-box li:first-child,
  .best-prod .banner-box li:nth-child(3) {width:calc(50% - 20px);margin:0 10px 20px;background-position: 30px calc(100% - 30px), bottom right}
  .best-prod .banner-box li:nth-child(3) {position:absolute;right:0;top:0}
  .best-prod .banner-box li:nth-child(2) {width:calc(100% - 20px)}
  .best-prod .news-box{margin:0 -10px 20px}
  .best-prod .news-list1,.best-prod .news-list2{width:calc(100% - 20px);margin:0 10px}
  .best-prod .news-list2{width:calc(50% - 20px);margin-top:20px}
  .best-prod .banner-box:before{display:none}
}
  @media (max-width:1024px){.mn-visual .sl-text{top:100px}
}
  @media (max-width:1023px){.mn-visual .device-box .container:before,.mn-visual .sl2 .device-box .container:before,.mn-visual .sl3 .device-box .container:before,.mn-visual .sl4 .device-box .container:before,.mn-visual .sl5 .device-box .container:before{display:none}
  .mn-visual .device-box .m12-col-3,.mn-visual .device-box .m12-col-9{width:calc(50% - 2%)}
  .mn-visual .device-box .m12-col-9 ul,.mn-visual .device-box .m12-col-9 ul.col2,.mn-visual .device-box .m12-col-9 ul.col3{margin:0}
  .mn-visual .device-box .m12-col-9 ul li,.mn-visual .device-box .m12-col-9 ul.col2 li,.mn-visual .device-box .m12-col-9 ul.col3 li{display:none;width:100%;padding:0 20px}
  .mn-visual .device-box .m12-col-9 ul li:first-child{display:inline-block}
  .mn-visual .device-box:before{width:100%;height:100%}
  .mn-visual .scrollDown{display:none}
  .mn-visual .sl-nav .swiper-button-next,.mn-visual .sl-nav .swiper-button-prev{width:49px;height:49px}
  .best-prod .news-box .text h3,.best-prod .news-box .text p{font-size:1.5rem;line-height:1.9rem}
  .best-prod .news-box .text{padding:0 16px;bottom:25px}
  .best-prod .news-list2 .text{bottom:15px}
  .best-prod .news-list2 .text h3,.best-prod .news-list2 .text h3 p{font-size:1rem;line-height:1.2rem}
}
  @media (max-width:768px){.best-prod .col-lg-3{text-align:center}
  .best-prod .product .tab-nav{margin-top:30px;margin-bottom:calc(64px - 2%);font-size:0}
  .best-prod .product .tab-nav li{width:25%;height:38px;display:inline-block;/*vertical-align:middle*/}
  .best-prod .product .tab-nav li a{line-height:38px}
  .best-prod .product .tab-nav li a span{display:inline-block;line-height:normal}
  .best-prod .product .tab-nav li.tab-active:before{top:auto;bottom:-25px}
  .best-prod .product .tab-nav li:first-child{margin-top:0}
  .best-prod .sns-box{margin-bottom:30px;margin-top:30px}
  .best-prod .news-box{margin:0 -10px 20px}
}
  @media (max-width:767px){.mn-visual,.mn-visual .visual-sl{height:535px}
  .mn-visual .sl-text p{font-size:1.066rem;line-height:1.733rem}
  .mn-visual .sl-text h2{font-size:2.533rem;letter-spacing:-1px;margin:15px 0 0}
  .mn-visual .sl-text .form-box{display:none}
  .mn-visual .device-box .m12-col-3{width:calc(45% - 2%)}
  .mn-visual .device-box .m12-col-9{width:calc(55% - 2%)}
  .mn-visual .device-box .m12-col-3 p{font-size:1.2rem;padding-top:0}
  .mn-visual .device-box .m12-col-9 ul li img{max-width:80px}
  .mn-visual .device-box .m12-col-9 ul li p{margin-top:0}
  .mn-visual .sl-nav li.swiper-pagination{position:absolute;top:-25px;left:10px;bottom:auto;margin-left:0;font-size:.8rem}
  .mn-visual .sl-nav .swiper-button-prev:after{height:49px;top:0;margin-top:0}
  .best-prod .sec{padding: 0}
  .best-prod .title{font-size:1.8rem}
  .best-prod p{font-size:.9rem;line-height:1.2rem}
  .best-prod .product .tab-nav li{font-size:1.0rem}
  .best-prod .product .tab-nav li span{padding-right:0}
  .best-prod .product .tab-nav li.tab-active:before{bottom:-10px}
  .best-prod .product .product-box{/*margin:0 -10px*/}
  .best-prod .product .product-box li{/*width:calc(50% - 20px);margin:0 10px 30px*/}
  .best-prod .product .product-box p{font-size:1rem;line-height:1.3rem}
  .best-prod .product .btn-box a{width:40px;height:40px;background-size:17px 17px}
  .best-prod .category{font-size:.8rem}
  .best-prod .news-box{position:relative;overflow:hidden;margin:0 0 20px}
  .best-prod .news-list1{width:calc(100% - 20px)}
  .best-prod .news-list1,.best-prod .news-list2{margin:0;padding-top:calc(100% - 15px)}
  .best-prod .news-list2{width:100%}
  .best-prod .news-box .news-list2 .text{bottom:25px}
  .best-prod .news-box .news-list2 .text h3,.best-prod .news-box .news-list2 .text p{font-size:1.5rem;line-height:1.9rem}
  .best-prod .news-box .swiper-pagination{width:auto;height:2px;bottom:inherit;text-align:left;top:16px;left:16px}
  .best-prod .news-box .swiper-pagination .swiper-pagination-bullet{width:20px;height:2px;vertical-align:top;background:#fff;opacity:.3;border-radius:0}
  .best-prod .news-box .swiper-pagination .swiper-pagination-bullet-active{background:#fff;opacity:1}
  .best-prod .banner-box li:first-child, .best-prod .banner-box li:nth-child(2), .best-prod .banner-box li:nth-child(3) {height:155px}
  .best-prod .banner-box li:nth-child(3) {background-position: 16px calc(100% - 16px), bottom right;background-size: 40px 40px, contain}
  .best-prod .banner-box li a{padding:15px}
  .best-prod .banner-box dt{font-size:1.266rem;margin-bottom:10px}
  .best-prod .banner-box dd{font-size:.866rem;line-height:1.2rem}
  .best-prod .banner-box .btn{padding:0 16px!important;font-size:1rem;border:0;height:auto;line-height:normal;text-align:left;width:100%;left:0;bottom:16px}
  .best-prod .banner-box .btn:after{display:inline-block;padding-left:5px;content:'>'}
  .best-prod .iyl{padding:100px 0;background-position: left bottom, center 35px}
  .best-prod .banner-box2 li:last-child, .best-prod .banner-box2 li:nth-child(2) {width:40%}
  .best-prod .banner-box2 dt{margin:20px 0 10px}
  .best-prod .banner-box2 dd{font-size:.866rem;line-height:1.2rem;word-break:keep-all}
  .best-prod .subtitle{font-size:1.266rem}
  }
  .box_3_style .single-gutter .tmb{width:clac(33% - 36px)!important;padding-right:36px!important}
  .t-entry-text .t-entry-text-tc .t-entry-title,.t-entry-text .t-entry-text-tc .t-entry-title a{font-family:Roboto,'Noto Sans Korean';letter-spacing:-.5px;font-weight:400}
  .product_list_style{margin-top:0!important}
  .product_list_style .t-entry-visual .t-entry .t-entry-type{display:none!important}
  .product_list_style .t-entry-visual .t-entry .t-entry-meta{display:none!important}
  .product_list_style .t-entry-visual .t-entry .t-entry-title{font-size:14px!important;font-weight:400!important;letter-spacing:-.5px!important}
  .product_list_style .t-entry-visual .single-block-padding{padding-bottom:20px}
  .product_list_style .single-gutter:not(.owl-carousel-container) .tmb .t-inside, .product_list_style .no-gutter:not(.owl-carousel-container) .tmb .t-inside {border:none!important;-webkit-box-shadow:0px 5px 15px rgba(0,0,0,.0);-moz-box-shadow:0px 5px 15px rgba(0,0,0,.0);box-shadow:0px 5px 15px rgba(0,0,0,.0)}
  .product_list_style .tmb-media-first.tmb-round.tmb>.t-inside .t-entry-visual{border-top-left-radius:0;border-top-right-radius:0;border:1px solid #eaeaea}
  .product_list_style .tmb-media-first.tmb-round.tmb>.t-inside .t-entry-text{border-top:none}
  .isotope-filters ul.menu-smart>li>span>a{font-family:Roboto,'Noto Sans Korean'!important}
  .product_list_style .isotope-filters ul.menu-smart{border-bottom:1px solid #eaeaea}
  .product_list_style .isotope-filters ul.menu-smart>li>span{padding:0px!important}
  .product_list_style .isotope-filters ul.menu-smart>li>span>a{color:#303133;font-size:14px!important;font-weight:500!important;display:inline-block;width:100%;height:100%;letter-spacing:0;padding:36px 9px 20px 9px}
  .product_list_style .isotope-filters ul.menu-smart>li>span>a.active{color:#c40452!important;border-bottom:2px solid #c40452}
  .product_list_style .tmb .t-entry-visual .t-overlay-text .t-entry>*:first-child{position:absolute;left:50%;top:50%;margin-top:-57px!important;margin-left:-10px!important}
  .product_list_style.gallery_list_box .tmb .t-entry-visual .t-overlay-text .t-entry>*:first-child{position:absolute;left:50%;top:50%;margin-top:0px!important;margin-left:-10px!important}
  .tmb .t-entry-visual .t-overlay-icon{font-size:22px!important}
  .product_list_style.product_page_style .tmb .t-entry-visual .t-overlay-text .t-entry>*:first-child{margin-top:-14px!important;margin-left:-10px!important}
  .news_list.product_list_style.product_page_style .tmb .t-entry-visual .t-overlay-text .t-entry>*:first-child{margin-top:-4px!important;margin-left:-10px!important}
  .isotope-container.style-masonry{}
  .isotope-container.style-masonry .single-block-padding.t-entry-text-tc{padding:10px 20px 25px}
  .news_list .isotope-container.style-masonry .single-block-padding.t-entry-text-tc{padding:10px 20px 29px}
  .isotope-container.style-masonry .single-block-padding.t-entry-text-tc .t-entry{text-align:center}
  .isotope-container.style-masonry .tmb .t-entry p.t-entry-meta .t-entry-category a{color:#909090;font-size:12px;font-weight:400;letter-spacing:-.5px!important}
  .isotope-container.style-masonry .tmb .t-entry .t-entry-title a{font-size:14px!important;white-space:normal!important;word-break:keep-all!important}
  :not(.tmb-post).tmb .t-entry > *:not(hr) {margin:2px 0 0!important}
  .isotope-container.style-masonry .tmb .t-entry p.t-entry-meta span.t-entry-date{color:#909090;font-size:13px;font-weight:400;letter-spacing:-.5px!important}
  .tmb-media-first.tmb-round.tmb>.t-inside .t-entry-text{border-top:1px solid #eaeaea}
  .gallery_list_box .tmb-light.tmb .t-entry-text .t-entry-title{color:#909090;font-size:12px;font-weight:400;letter-spacing:-.5px!important}
  .gallery_list_box .tmb-light.tmb-content-under.tmb .t-entry p.t-entry-meta{margin-top:5px!important}
  .gallery_list_box .tmb-light.tmb-content-under.tmb .t-entry p.t-entry-meta span{font-size:14px!important;color:#303133;letter-spacing:-.5px;font-weight:400}
  .content_footer_wrap{text-align:center}
  .content_footer_wrap p{text-align:center;color:#fff;font-size:24px!important;font-family:'LGSmHa'!important;line-height:35px;font-weight:400}
  .content_footer_wrap h2{text-align:center;color:#fff;font-size:40px!important;font-weight:400;line-height:50px;font-family:'LGSmHa'!important;margin-top:5px!important;margin-bottom:40px!important;position:relative;display:inline-block}
  .content_footer_wrap{position:relative;width:100%;height:auto}
  .content_footer_wrap h2:before{display:block;left:-146px;top:-35px;position:absolute;content:"";width:118px;height:118px;background:url(images/xfooter_icon.png.pagespeed.ic.Mrwx_ze3rV.png) 0 0 no-repeat}
  .gallery_list_box.team_list_container .tmb-light.tmb .t-entry-text .t-entry-title{font-family:Roboto,'Noto Sans Korean'!important;color:#303133!important;font-size:14px!important;letter-spacing:-1px!important}
  .gallery_list_box.team_list_container .tmb-light.tmb-content-under.tmb .t-entry p.t-entry-meta span{margin-bottom:15px;color:#8d8d8d!important;font-size:12px!important}
  .team_list_container .t-entry .t-entry-excerpt{display:none}
  .team_list_container .team_box dl{margin:0}
  .team_list_container .team_box dl dt{font-size:12px!important;color:#303133!important;float:left;display:inline-block;width:60px;text-align:center}
  .team_list_container .team_box dl dd{float:right;display:inline-block;width:calc(100% - 70px)}
  .team_list_container .team_box dl dd p{font-size:12px!important;color:#8d8d8d!important;margin:0;text-align:left}
  .team_list_container .team_box dl.team_list{}
  .team_list_container .team_box dl:before,.team_list_container .team_box dl:after{content:" ";display:table}
  .team_list_container .team_box dl:after{clear:both}
  .team_list_container .team_box dl.team_list dt{border-top:1px solid #ebebeb;padding:6px 0 5px}
  .team_list_container .team_box dl.team_list dd{border-top:1px solid #ebebeb;padding:6px 0 5px}
  .gallery_list_box_2_style .tmb-light.tmb-bordered.tmb-no-bg.tmb-media-first.tmb>.t-inside .t-entry-visual{border-width:0 0 1px 0}
  .main_image_banner .tmb .t-entry .t-entry-title{font-size:26px;line-height:32px;font-family:'LGSmHa'!important;font-weight:100!important}
  .main_image_banner .tmb .t-entry hr{width:32px;border-bottom:1px solid #fff;margin-bottom:15px;margin-top:15px}
  .main_image_banner .tmb .t-entry .t-entry-meta{}
  .main_image_banner .tmb .t-entry .t-entry-meta span{font-size:14px;font-weight:300;letter-spacing:-.5px;line-height:21px}
  .main_image_banner.main_banner_over_style .uncode-single-media-wrapper .t-entry-visual-cont a:after{display:block;font-size:29px;font-weight:500;color:#303133;font-family:'LGSmHa'!important;line-height:29px;position:absolute;left:0;top:50%;margin-top:-14.5px;width:100%;height:26px;text-align:center;z-index:10;zoom:1;filter: alpha(opacity=100);-webkit-opacity:1;-moz-opacity:1;opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1);transition: opacity 0.2s ease-in-out,-webkit-transform 0.2s ease-in-out,-moz-transform 0.2s ease-in-out,-o-transform 0.2s ease-in-out,transform 0.2s ease-in-out}
  .main_image_banner.main_banner_over_style .uncode-single-media-wrapper .t-entry-visual-cont a:hover:after{-webkit-transform:scale(.98);-moz-transform:scale(.98);-o-transform:scale(.98);-ms-transform:scale(.98);transform:scale(.98);filter: alpha(opacity=0);-webkit-opacity:0;-moz-opacity:0;opacity:0}
  .main_image_banner_1 .uncode-single-media-wrapper .t-entry-visual-cont a:after{content:"i?￢i??i??e³´"}
  .main_image_banner_2 .uncode-single-media-wrapper .t-entry-visual-cont a:after{content:"i±?i?ⓒi??e³´"}
  .main_image_banner_3 .uncode-single-media-wrapper .t-entry-visual-cont a:after{content:"i§€i†?e°€e?￥e²½i??";color:#fff!important}
  html:lang(en-US) .main_image_banner_1 .uncode-single-media-wrapper .t-entry-visual-cont a:after {content:"Investors"}
  html:lang(en-US) .main_image_banner_2 .uncode-single-media-wrapper .t-entry-visual-cont a:after {content:"Careers"}
  html:lang(en-US) .main_image_banner_3 .uncode-single-media-wrapper .t-entry-visual-cont a:after {content:"Sustainability";color:#fff!important}
  html:lang(zh-hans) .main_image_banner_1 .uncode-single-media-wrapper .t-entry-visual-cont a:after {content:"æ??eμ?a¿¡æ??"}
  html:lang(zh-hans) .main_image_banner_2 .uncode-single-media-wrapper .t-entry-visual-cont a:after {content:"aººæ‰?æ??e?? "}
  html:lang(zh-hans) .main_image_banner_3 .uncode-single-media-wrapper .t-entry-visual-cont a:after {content:"a??æŒ?c≫­c≫?e?￥";color:#fff!important}
  .main_icon_banner_wrap{width:100%;position:relative;height:auto;border:1px solid #ebebeb;background-color:#fff}
  .main_icon_banner_wrap a{display:block;width:100%;height:100%;padding:34px 34px 0}
  .main_icon_banner_wrap .banner_title{padding-bottom:0;margin-top:0px;margin-bottom:0;color:#000;font-size:20px!important;line-height:30px;font-weight:500!important;font-family:'LGSmHa'!important}
  .main_icon_banner_wrap .banner_title:after{width:32px;height:2px;content:"";display:block;background-color:#c2436b;margin:10px 0}
  .main_icon_banner_wrap .banner_text{color:#6e6e70;margin-bottom:34px;margin-top:0px;line-height:19px}
  .main_icon_banner_wrap .banner_icon{position:absolute;right:15px;top:17px;margin-top:0}
  .main_icon_banner_wrap .banner_icon img{width:64px;height:64px}
  .main_icon_banner_wrap_v2{width:100%;position:relative;height:auto;border:1px solid #ebebeb;background-color:#fff}
  .main_icon_banner_wrap_v2:hover a:after{content:"";display:block;width:100%;height:100%;background-color:rgba(45,180,0,.2);position:absolute;left:0;top:0}
  .main_icon_banner_wrap_v2 a{display:block;width:100%;height:100%;padding:18px 34px 35px}
  .main_icon_banner_wrap_v2 .banner_title{padding-bottom:0;margin-top:0px;margin-bottom:0;color:#000;font-size:20px!important;line-height:30px;font-weight:500!important;font-family:'LGSmHa','Noto Sans SC'!important}
  .main_icon_banner_wrap_v2 .banner_title:after{width:32px;height:2px;content:"";display:block;background-color:#c2436b;margin:10px 0}
  .main_icon_banner_wrap_v2 .banner_text{display:none;color:#6e6e70;margin-bottom:34px;margin-top:0px;line-height:19px}
  .main_icon_banner_wrap_v2 .banner_icon{position:absolute;right:0;bottom:-8px;margin-top:0}
  .main_icon_banner_wrap_v2 .banner_icon img{width:122px;height:auto}
  .gform_wrapper{margin:0;max-width:100%}
  .gform_wrapper .top_label input.large{width:100%}
  .gform_wrapper textarea.large{width:100%}
  .gform_wrapper .table_form_style .left_label ul.gfield_radio{margin-left:0!important}
  .gform_wrapper .table_form_style .left_label .gfield_label{width:100px;margin-right:0!important}
  .gform_wrapper .table_form_style .left_label .form_check .gfield_label{width:0!important}
  .gform_wrapper .table_form_style .left_label ul.gfield_checkbox{margin-left:0%!important;width:100%;max-width:100%}
  .gform_wrapper .table_form_style form .left_label li.gfield_html_formatted{margin-left:0%!important;width:100%;margin-right:0;max-width:100%}
  .gform_wrapper .table_form_style .left_label ul.gfield_checkbox,.gform_wrapper .table_form_style .right_label ul.gfield_checkbox,.gform_wrapper .table_form_style .left_label ul.gfield_radio,.gform_wrapper .table_form_style .right_label ul.gfield_radio{width:calc(100% - 100px);margin-left:0!important}
  .gform_wrapper .table_form_style .right_label input.large,.gform_wrapper .table_form_style .right_label select.large,.gform_wrapper .table_form_style .left_label input.large,.gform_wrapper .table_form_style .left_label select.large{width:calc(100% - 100px);margin:0!important}
  .gform_wrapper .table_form_style .left_label textarea.large{width:calc(100% - 100px);margin:0!important}


/* product detail 상세내용 */
.nwrite05 p { margin-bottom: 1px !important; }
.prodTit {
    border-bottom: 1px solid #e5e5e5;
    width: 980px;
    margin-bottom: 20px;
}
.prodTit p {
    display: inline-block;
    font-size: 14px;
    background: #a1a1a1;
    color: #fff;
    padding: 10px 20px;
}
table.nwrite05 {
    border: 1px solid #d4d4d4;
    background-color: #FFFFFF;
}
.gray02 {
    font-family: "굴림";
    font-size: 14px;
    color: #333333;
}
.gray02 strong { font-weight: bold; }

.gray08 {
    font-family: "굴림";
    font-size: 13px;
    color: #6e6e6e;
    line-height: 15px;
}
.oran {
    font-family: "굴림";
    font-size: 14px;
    color: #ea5c16;
    line-height: 16px;
}


/* 회원가입 분기 modal */
#myModal .modal-content { border: 0px solid rgba(0,0,0,.2); border-radius: 0rem; }
#myModal .modal-header { padding: 1.7rem; background-color: #3487e0; color: white; border-bottom: 0px solid #e9ecef; border-top-left-radius: 0rem; border-top-right-radius: 0rem; }
#myModal .modal-header h4 { font-size: 1.3rem; }
#myModal .modal-body .modal-area { padding: 2em; text-align: center; }
#myModal .modal-body .modal-area:nth-child(1) { padding-right: 0em; }
#myModal .modal-body .modal-area:nth-child(2) { padding-left: 0em; }
#myModal .modal-body .modal-area p { text-align: center; padding: 1.5em 1.5em 0 1.5em; font-size: 1.2rem; }

#myModal .modal-body .modal-area .modal-left { 
    width: 12em;
    height: 12em;
   /* background-color: black; */
    border: 1px solid #ccc;
    border-radius: 100%;
    padding: 20%;
    margin: 0 auto; 
    color: #3487e0;
}
#myModal .modal-body .modal-area a { display: block; }

#myModal .modal-body .modal-area a:hover {
    cursor: pointer;
    color: #fff !important;
    background-color: rgba(67, 70, 88, 1) !important;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

#myModal .modal-body .modal-area .modal-left i { font-size: 5em; }

#myModal .modal-body .modal-area .modal-right { 
    width: 12em;
    height: 12em;
   /* background-color: black; */
    border: 1px solid #ccc;
    border-radius: 100%;
    padding: 17%;
    margin: 0 auto; 
    color: #3487e0;
}

#myModal .modal-body .modal-area .modal-right i { font-size: 6em; }

.modal-header .close {
    padding: 1rem;
    margin: 0rem !important;
}

@media (min-width: 576px) {
  #myModal .modal-dialog {
      max-width: 620px;
      margin: 7.75rem auto;
  }
}


/* 공통사용 Modal */
.commodal .modal-content { border: 0px solid rgba(0,0,0,.2); border-radius: 0rem; }
.commodal .modal-header { background-color: #3487e0; color: white; border-bottom: 0px solid #e9ecef; border-radius: 0rem; padding: 0.8rem 1rem; }
.commodal .modal-header i { margin-right: 3px; /* color: yellow; font-size: unset; */ }
.commodal .modal-footer { padding: 0.5rem 1.5rem; }
.commodal .modal-footer .btn { margin: 0; }
.commodal .modal-footer #common-modal-cancel-btn { margin-right: 10px; }


.prodMore {
    text-align: center;
    padding: 20px 0;
}
 .prodMore .button {
    border-radius: 4px;
    background-color: rgba(36,132,206,0);
    border: 1px solid rgba(36,132,206,1);
    color: rgba(36,132,206,1);
    text-align: center;
    font-size: 16px;
    padding: 10px;
    width: 130px;
    /* transition: all 0.5s; */
    cursor: pointer;
    margin: 5px;
}
.prodMore .button:hover {
    background-color: rgba(36,132,206,1);
    color: rgba(255,255,255,1);
}


/* check box design */
.span_pseudo, .chiller_cb span:before, .chiller_cb span:after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 0;
  height: 0.2rem;
  position: absolute;
  transform-origin: 0% 0%;
}

.chiller_cb {
  position: relative;
  height: 2rem;
  display: flex;
  align-items: center;
}
.chiller_cb input {
  display: none; 
}
.chiller_cb input:checked ~ span {
  background: #2196F3;
  border-color: #2196F3;
}
.chiller_cb input:checked ~ span:before {
  width: 1rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.3s;
}
.chiller_cb input:checked ~ span:after {
  width: 0.4rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.2s;
}
.chiller_cb input:disabled ~ span {
  background: #ececec;
  border-color: #dcdcdc;
}
.chiller_cb input:disabled ~ label {
  color: #dcdcdc;
}
.chiller_cb input:disabled ~ label:hover {
  cursor: default;
}
.chiller_cb label {
  padding-left: 2rem;
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin-bottom:0;
}
.chiller_cb span {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid #ccc;
  position: absolute;
  left: 0;
  transition: all 0.2s;
  z-index: 1;
  box-sizing: content-box;
  top: 7px;
}
.chiller_cb span:before {
  transform: rotate(-55deg);
  top: 1rem;
  left: 0.37rem;
}
.chiller_cb span:after {
  transform: rotate(35deg);
  bottom: 0.35rem;
  left: 0.2rem;
}

