/**
 * Common
*/
html {
    width:100%; 
    height:100%; 
    box-sizing: border-box;
}
*, *::before, *::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,img { margin:0; padding:0; }
body,code { font-size:13px; font-family:"Pretendard Variable",Apple SD Gothic Neo,Malgun Gothic,맑은 고딕,sans-serif; background:#fff; }
body { min-width:360px;}
body#popup { min-width:0; }
img,fieldset { border:none; vertical-align:top; }
table { width:100%; border:0; border-spacing:0; border-collapse:collapse; }
caption { display:none; }
th,td { border:0; vertical-align:top; }
input,select,textarea { font-size:100%; font-family:"Pretendard Variable","Apple SD Gothic Neo","맑은 고딕","malgun gothic","돋움","dotum",sans-serif; vertical-align:middle; border-radius:0; box-sizing:border-box; }
button { font-family:"Pretendard Variable","Apple SD Gothic Neo","맑은 고딕","malgun gothic","돋움","dotum",sans-serif; overflow:visible; padding:0; margin:0; border:0; cursor:pointer; background:none; }
hr.layout { display:none; }
audio,canvas,img,svg,video {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}
a { color: inherit; text-decoration:none; }
a:active { text-decoration:none; }
ul, ol {
    list-style: none;
}
a {
    text-decoration: none;
    color: inherit;
}
select {
    max-width: 100%;
    height: 40px;
    padding: 0 30px 0 15px;
    font-size: 13px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    background: #fff url(../images/ico_select.png) no-repeat right 10px center;
    background-size: 14px 8px;
}

input[type="button"], input[type="text"], input[type="password"], input[type="tel"], input[type="image"], textarea, select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
#wrap { 
    position: relative;
    width: 100%;
    margin: 0 auto;
    min-height: 550px;
    overflow: hidden;
}
.path {
    display: none;
}
.container-wide {
	width: 1800px;
    max-width: 96%;
    margin: 0 auto;
}
.container-fit {
	width: 1400px;
    max-width: 96%;
    margin: 0 auto;
}
.common-page-header {
    position: relative;
    display: flex;
    height: 575px;
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
}
.common-page-header .page-header-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center / cover;
}
.common-page-header .page-header-caption {
    position: relative;
    display: flex;
    flex: 1;
    padding-top: 110px;  
    color: #fff;
    align-content: center;
    align-items: center;
    z-index: 3;
}
.common-page-header .page-header-caption .caption-desc {
    margin-bottom: 15px;
}
.common-page-header .page-header-caption .caption-desc span {
    font-size: 20px;
    opacity: 0.5;
}
.common-page-header .page-header-caption .caption-title span {
    font-size: 52px;
    font-weight: 700;
}
.common-page-header .page-header-nav {
    position: relative;
    z-index: 3;
}
.common-page-header .page-header-nav ul {
    display: flex;
    justify-content: center;
}
.common-page-header .page-header-nav .nav-item {
    flex: 1;
    max-width: 200px;
}
.common-page-header .page-header-nav .nav-item > a {
    position: relative;
    display: flex;
    height: 100%;
    padding: 30px 0;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}
.common-page-header .page-header-nav .nav-item.active > a,
.common-page-header .page-header-nav .nav-item > a:hover {
    background-color: #fff;
    color: #294aa7;
}

#product-list .common-page-header .page-header-nav {
    
}

#product-list .page-header-nav .category-swiper {
    position: relative;
    margin-bottom: -20px;
    padding-bottom: 20px;
}

#product-list .common-page-header .page-header-nav ul {
    position: relative;
    display: flex; 
    justify-content: flex-start !important;
    flex-wrap: nowrap !important; 
}

#product-list .common-page-header .page-header-nav .nav-item {
    width: auto !important;
    max-width: none !important;
    flex: 1 1 auto; 
}

#product-list .common-page-header .page-header-nav .nav-item > a {
    padding: 30px 25px;
    white-space: nowrap;
}
#product-list .common-page-header .page-header-nav .nav-item > a br {
    display: none;
}
#product-list .common-page-header .page-header-nav .nav-item:not(.active) .sub-menu {
    display: none;
}
#product-list .common-page-header .page-header-nav .nav-item .sub-menu {
    display: flex;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 10px 10px;
    z-index: 11;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .05);
}
#product-list .common-page-header .page-header-nav .nav-item .sub-menu li {
    flex: 1;
    position: relative;
}
#product-list .common-page-header .page-header-nav .nav-item .sub-menu li a {
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 36px;
    color: #aaa;
    font-size: 18px;
    font-weight: 500;
    transition: .35s;
}
#product-list .common-page-header .page-header-nav .nav-item .sub-menu li:hover a,
#product-list .common-page-header .page-header-nav .nav-item .sub-menu li.active a {
    color: #333;
    font-weight: 700;
}
#product-list .common-page-header .page-header-nav .nav-item .sub-menu li > a:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 1em;
    transform: translateX(-50%);
    background: #294aa7;
    width: 0;
    height: 2px;
    opacity: 0;
    transition: .3s;
}
#product-list .common-page-header .page-header-nav .nav-item .sub-menu li:hover a:before,
#product-list .common-page-header .page-header-nav .nav-item .sub-menu li.active a:before {
    width: 50%;
    opacity: 1;
}

#product-list .swiper-scrollbar {
    background: #eee;
    height: 8px;
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
    border-radius: 3px;
}

#product-list .swiper-scrollbar-drag {
    background: #294aa7;
    border-radius: 3px;
}

/* Empty Result Styles */
.empty-result {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    text-align: center;
}

.empty-result-icon {
    font-size: 80px;
    color: #ccc;
    margin-bottom: 24px;
    opacity: 0.6;
}

.empty-result-icon i {
    display: block;
}

.empty-result-message {
    font-size: 20px;
    color: #888;
    margin: 0;
    font-weight: 500;
}

@media (max-width: 768px) {
    .empty-result {
        padding: 60px 20px;
    }
    
    .empty-result-icon {
        font-size: 60px;
        margin-bottom: 20px;
    }
    
    .empty-result-message {
        font-size: 18px;
    }
}


.common-layout #contents {
    padding: 100px 0;
}

.common-page-body .page-body-upper {
    text-align: center;
}
.common-page-body .page-body-upper .breadcrumbs {
    padding: 40px 0 60px;
}
.common-page-body .page-body-upper .breadcrumbs ol {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 30px;
}
.common-page-body .page-body-upper .breadcrumbs ol li {
    position: relative;
    color: #888;
    font-size: 16px;
}
.common-page-body .page-body-upper .breadcrumbs ol li:first-child {
    font-size: 18px;
}
.common-page-body .page-body-upper .breadcrumbs ol li.current {
    color: #333;
    font-weight: 600;
}
.common-page-body .page-body-upper .breadcrumbs ol li a {
    color: inherit;
}
.common-page-body .page-body-upper .breadcrumbs ol li + li::before {
    content: "\ea6e";
    position: absolute;
    top: 50%;
    left: -23px;
    color: #888;
    font-size: 18px;
    font-weight: 400;
    font-family: remixicon;
    transform: translateY(-50%);
}
.common-page-body .page-body-upper .page-body-title {
    font-size: 40px;
    font-weight: 700;
}
.common-page-body .page-body-lower {
    padding: 60px 0 120px;
}
[class^='btnNormal']:not(.disabled):hover, [class^='btnNormal']:not(.disabled).selected {
    border-color: #000;
}
[class^='btnNormal'], a[class^='btnNormal'] {
    border: 1px solid #D6D6D6;
}

[class^='btnNormal'], a[class^='btnNormal'] {
    display: inline-block;
    padding: 12px 20px;
    height: 40px;
    font-size: 13px;
    box-sizing: border-box;
    border: 1px solid #bcbcbc;
    line-height: 1;
    font-weight: normal;
    text-decoration: none;
    vertical-align: middle;
    word-spacing: -0.5px;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
    color: #000;
    background-color: #fff;
}


/**
 * Header
*/
#header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(0,0,0,0);
    overflow: hidden;
    transition: 0.3s;
    z-index: 999;
}
#header::after {
    content: '';
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0,0,0,0.1);
    opacity: 0;
}
#header .inner-wrap {
    display: flex;
  	justify-content: space-between;
}
#header .logo {
    display: flex;
    height: 100px;
    align-items: center;
    transition: 0.2s;
    filter: brightness(0) invert(1);
}
#header .logo h1 {
    max-width: 286px; 
    font-size: 0;
}
#header .logo .custom-logo-link {
    display: block;
    max-width: 100%;
}
#header .logo .custom-logo-link img,
#header .logo img {
    max-width: 100%;
    height: auto;
    display: block;
}

#header .main-nav > ul {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#header .main-nav .main-menu > .menu-item {
    position: relative;
    min-width: 120px;
    height: 100px;
    transition: height 0.2s, background-color 0.2s;
}
#header .main-nav .main-menu > .menu-item::after {
    content: '';
    position: absolute;
    top: 98px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #294aa7;
    opacity: 0;
    transform: scale(0);
    filter: brightness(0) invert(1);
    transition: transform .3s;
}
#header .main-nav .main-menu > .menu-item:hover::after {
    opacity: 1;
    transform: scale(0.8);
}
#header .main-nav .main-menu > .menu-item > a {
    position: relative;
    display: flex;
    height: 100px;
    padding: 0 20px;
    color: #fff;
    font-size: 18px;
    align-content: center;
    align-items: center;
    justify-content: center;
    transition: height .2s, color .3s;
}
#header .main-nav .main-menu > .menu-item > a:hover {
  color: #294aa7;
}
#header .main-nav .main-menu > .menu-item > .sub-menu {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
    transition: 0.6s;
}
#header .main-nav .main-menu > .menu-item> .sub-menu > li > a {
    position: relative;
    display: block;
    padding: 12px;
    font-size: 17px;
}
#header .main-nav .main-menu > .menu-item> .sub-menu >li > a::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #294aa7;
    opacity: 0;
    transform: scale(0);
    transition: transform .3s;
}
#header .main-nav .main-menu > .menu-item> .sub-menu > li > a:hover::after {
    opacity: 1;
    transform: scale(1);
}
#header .main-nav .main-menu > .menu-item.menu-product {
    max-width: 400px;
}
#header .main-nav .main-menu > .menu-item.menu-product > .sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    display: flex;
    z-index: 1111;
    transition: .3s;
    padding: 32px 0;
    background: #f5f5f5;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    flex-direction: column;
    white-space: nowrap;
}
#header.prodOn .main-nav .main-menu > .menu-item.menu-product > .sub-menu > li.act .sub-menu,
#header .main-nav .main-menu > .menu-item.menu-product > .sub-menu > li.act .sub-menu {
    opacity: 1;
    visibility: visible;
}
#header .main-nav .main-menu > .menu-item.menu-product > .sub-menu .sub-menu li a {
    display: flex;
    padding: 12px;
    font-size: 16px;
    align-content: center;
    align-items: center;
    justify-content: center;
}
#header .main-nav .main-menu > .menu-item.menu-product > .sub-menu .sub-menu > li.act {
    background: #ddd;
}
#header .main-nav .main-menu > .menu-item.menu-product > .sub-menu > li.act .sub-menu > li > a {
    position: relative;
    padding: 12px 8px;
}
#header .main-nav .main-menu > .menu-item.menu-product > .sub-menu > li > a {
    padding: 12px 8px;
}
#header.prodOn .main-nav .main-menu > .menu-item:not(.menu-product) > .sub-menu {
    opacity: 0;
    visibility: hidden;
}

#header .header-icons {
    display: flex;
    min-width: 312px;
    height: 100px;
    align-items: center;
    justify-content: flex-end;
    transition: 0.2s;
}
#header .header-icons .buttons {
    display: flex;
    align-items: center;
    gap: 22px;
}

#header .util_search{ position:fixed; top:0; left:0; width:100%; z-index:99; opacity:0; visibility:hidden; pointer-events:none;}
#header .util_search .wrap_con{ position:absolute; top:0; left:0; width:100%; padding:6em 0; background:#fff; box-shadow:0 .5em 1em rgba(0,0,0,.2); text-align:center; color:#000;}
#header .util_search .wrap_con .wrap_in{ width:800px; margin: 0 auto;}
#header .util_search .wrap_con .wrap_in form { width: 100%; }
#header .util_search .wrap_con .tit .tt{ font-size:2.500em;}
#header .util_search .wrap_con .search{ position:relative;}
#header .util_search .wrap_con .search .inp{ width:3.5em; height:3.5em; box-sizing:border-box; border:none; font-size:1.375em;}
#header .util_search .wrap_con .search .inp.txt{ flex:1; padding:0 1em; background:#f5f5f5;}
#header .util_search .wrap_con .search .inp.btn{ background:#006838; color:#fff;}
#header .util_search .search-header-wrapper legend {
    position: static;
    width: auto;
    height: auto;
    margin-bottom: 32px;
    font-size: 40px;
    line-height: 1;
    visibility: visible;
    text-align: center;
}
#header .util_search .search-header-wrapper .searchForm {
    display: flex;
}
#header .util_search .search-header-wrapper .searchForm input,
#header .util_search .search-header-wrapper .searchForm .search-field {
    width: calc(100% - 77px);
    height: 77px;
    padding: 0 22px;
    background-color: #f5f5f5;
    border: 0;
    font-size: 22px;
}
#header .util_search .search-header-wrapper .searchForm .searchSubmit {
    width: 77px;
    height: 77px;
    background-color: #294AA7;
    color: #fff;
    font-size: 28px;
}
#header .util_search .search-header-wrapper .btnClose {
    position: absolute;
    top: 20px;
    right: 60px;
    font-size: 40px;
}
#header .util_search .search-header-wrapper .hotKeyword {
    margin-top: 32px;
}
#header .util_search .search-header-wrapper .hotKeyword ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
#header .util_search .search-header-wrapper .hotKeyword ul li a {
    display: block;
    padding: 0 15px;
    border: 1px solid #eee;
    border-radius: 20px;
    color: #555;
    font-size: 16px;
    line-height: 38px;
    transition: 0.2s;
}
#header .util_search .search-header-wrapper .hotKeyword ul li a:hover {
    background-color: #294AA7;
    color: #fff;
}
#header .util_search .hot_keyword{ gap:.25em;}
#header .util_search .hot_keyword > li{}
#header .util_search .hot_keyword > li .in{ padding:0 1em; height:2.5em; border:1px solid #eee; border-radius:6em; color:#555; transition:.2s;}
#header .util_search .hot_keyword > li .in:hover{ background:#006838; border-color:#006838; color:#fff;}

#header.searchOpen .logo{ z-index:999; filter:none;}
#header.searchOpen .logo > .in img{ transform:scale(1) !important;}
#header.searchOpen .side_wrap{ position:relative;}
#header.searchOpen .util_wrap .search_btn{ position:absolute; z-index:999; top:2em; right:3vw; color:#000;}
#header.searchOpen .util_wrap .search_btn .ico{ font-size:2.500em; transition:.4s;}
#header.searchOpen .util_wrap .search_btn .ico:before{ content:"\e921";}
#header.searchOpen .util_wrap .search_btn:hover .ico{ transform:rotate(180deg);}
#header.searchOpen .util_search{ opacity:1; visibility:visible; pointer-events:auto;}

#header .icon-btn {
    display: flex;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 23px;
    gap: 4px;
    align-items: center;
}
#header .icon-btn:hover {
    opacity: 0.8;
}
#header .icon-btn .btn-text {
    font-size: 13px;
}
#header .translate {
    margin: 0 22px;
}
#header .translate .goog-te-gadget img {
    width: auto;
}
#header .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: none;
    border: none;
    cursor: pointer;
}
#header .menu-toggle i {
    color: #fff;
    font-size: 23px;
}
#header.scrolled,
#header.menu-open,
#header.active,
.common-layout #header {
    background-color: #fff;
    box-shadow: 0 10px 8px rgba(0, 0, 0, 0.05);
}
#header.scrolled .menu-toggle span,
#header.menu-open .menu-toggle span,
#header.active .menu-toggle span,
.common-layout #header .menu-toggle span {
    background-color: #000;
}
#header.scrolled .main-menu > .menu-item > a,
#header.scrolled .icon-btn,
#header.scrolled .menu-toggle i,
#header.menu-open .icon-btn,
#header.menu-open .main-menu >.menu-item > a,
#header.menu-open .menu-toggle i,
#header.active .main-menu > .menu-item > a,
#header.active .icon-btn,
#header.active .menu-toggle i,
.common-layout #header .main-menu > .menu-item > a,
.common-layout #header .icon-btn,
.common-layout #header .menu-toggle i {
    color: #000;
} 
#header.scrolled .main-menu > .menu-item,
#header.scrolled .main-menu > .menu-item > a,
#header.scrolled .header-icons,
#header.scrolled .logo {
    height: 80px;
}
#header.scrolled .logo,
#header.menu-open .logo,
#header.active .logo,
.common-layout #header .logo,
#header.searchOpen .logo {
    filter: none;
}
#header.menu-open .main-menu > .menu-item {
    height: auto;
}
#header.menu-open::after {
    opacity: 1;
}
#header.menu-open .main-menu > .menu-item::after {
    filter: none;
}
#header.scrolled .main-menu > .menu-item::after {
    top: 78px;
}
#header.scrolled.menu-open::after {
    top: 80px
}



/**
 * Footer
*/
#footer {
    padding: 80px 0;
	background-color: #000;
    color: #fff;
}
#footer .footer-top {
    margin-bottom: 32px;
}
#footer .footer-top .logo {
    max-width: 286px;
    filter: brightness(0) invert(1);
}
#footer .footer-bottom .footer-nav {
    padding-top: 45px;
	border-top: 1px solid rgba(255,255,255,0.2); 
}
#footer .footer-bottom .footer-nav ul::after {
	content: '';
    display: block;
    clear: both;
}
#footer .footer-bottom .footer-nav li {
	float: left;
}
#footer .footer-bottom .footer-nav li + li {
    position: relative;
    margin-left: 24px;
	padding-left: 24px;
}
#footer .footer-bottom .footer-nav li + li::before {
	content:'';
    position:absolute;
    top: 50%;
    left: 0;
    width:1px;
    height: 19px;
    background-color: rgba(255,255,255,0.3);
    transform: translateY(-50%);
}
#footer .footer-bottom .footer-nav li a {
	color: #fff;
    font-size: 17px;
    font-weight: 600;
}
#footer .footer-bottom .footer-nav li a:hover {
	color: #294aa7;
}
#footer .footer-bottom .footer-info {
	margin-top: 40px
}
#footer .footer-bottom .footer-info .info::after {
	content:'';
    display: block;
    clear: both;
}
#footer .footer-bottom .footer-info .info li {
	float:left;
    margin-right: 38px;
    margin-bottom: 10px;
    font-size: 15px;
}
#footer .footer-bottom .footer-info .info li.clear {
	clear: left;
}
#footer .footer-bottom .footer-copyrights {
	margin-top: 20px;
}
#footer .footer-bottom .footer-copyrights p {
    color: rgba(255,255,255,0.6);
	font-size: 13px;
    font-weight: 300;
}


/**
 * Layer
 */
.fullmenu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.3s ease;
    opacity: 0;
}
.fullmenu-overlay.active {
    display: flex;
    opacity: 1;
}
.close-fullmenu {
    position: absolute;
    top: 30px;
    right: 45px;
    background: none;
    border: none;
    color: #000;
    font-size: 50px;
    cursor: pointer;
    z-index: 99;
}
.fullmenu-overlay .fullmenu-inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
}
.fullmenu-overlay .fullmenu-inner .fullmenu-bg {
    display: flex;
    width: 40%;
    padding: 4vw 4vw;
    flex-direction: column;
}
.fullmenu-overlay .fullmenu-inner .fullmenu-bg .bg-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fullmenu-overlay .fullmenu-inner .fullmenu-bg .bg-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fullmenu-overlay .fullmenu-inner .fullmenu-nav {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding: 15vh 8em 4vw;
    overflow: hidden;
}
.fullmenu-nav > ul {
    padding-bottom: 48px;
}
.fullmenu-nav .nav-item + .nav-item {
    margin-top: 64px;
}
.fullmenu-nav .nav-item .label {
    color: #15275c;
    font-size: 32px;
    font-weight: 600;
}
.fullmenu-nav .nav-item .inner-nav {
    display: flex;
    margin-top: 24px;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px 0;
}
.fullmenu-nav .nav-item .inner-nav .inner-nav-item {
    position: relative;
    margin-right: 24px;
    padding-right: 24px;
}
.fullmenu-nav .nav-item .inner-nav .inner-nav-item::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 16px;
    background-color: rgba(0,0,0,0.2);
    transform: translateY(-50%);
}
.fullmenu-nav .nav-item .inner-nav .inner-nav-item:last-child::after {
    display: none;
}
.fullmenu-nav .nav-item .inner-nav .inner-nav-item a {
    font-size: 17px;
}
.fullmenu-nav .nav-item .inner-nav .inner-nav-item a:hover {
    text-decoration: underline;
}
.fullmenu-nav .tel {
    margin-top: 120px;
    font-size: 22px;
    font-weight: 700;
}
.fullmenu-nav .tel .colored {
    color: #15275c;
}

/**
 * Main
*/
.main .section-header {
	text-align: center;
}
.main .section-header .header-upper {
    color: #294aa7;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}
.main .section-header .header-title {
    margin-top: 20px;
    color: #000;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.2;
}
.main .section-header .header-title strong {
    font-weight: 700;
}
.main .content-inner {
    display: flex;
    height: 100vh;
    transform: translateY(50%);
    opacity: 0;
    transition: 1s;
}
.main .fp-section.active .content-inner,
.main .fp-section.fix .content-inner {
    transform: translateY(0);
    opacity: 1;
}

/* Hero Section */
.section-hero .hero-slider-wrapper {
    position: relative;
}
.section-hero .hero-slider-wrapper .hero-slider-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 10;
}
.section-hero .hero-slider-wrapper .hero-slider-nav .nav-btn {
    pointer-events: all;
    background: no-repeat center / cover;
    width: 36px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.2s;
}
.section-hero .hero-slider-wrapper .hero-slider-nav .nav-btn:hover {
    opacity: 1;
}
.section-hero .hero-slider-wrapper .hero-slider-nav .nav-btn.next {
    margin-right: 40px;
    background-image: url('../images/hero-nav_right.png');
}
.section-hero .hero-slider-wrapper .hero-slider-nav .nav-btn.prev {
    margin-left: 40px;
    background-image: url('../images/hero-nav_left.png');
}
.section-hero .hero-slider-item {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.section-hero .hero-slider-item .item-vid .vod {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-hero .hero-slider-item .item-vid::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}
.section-hero .hero-slider-item .item-caption {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -2em;
    z-index: 10;
    color: #fff;
    text-align: center;
}
.section-hero .hero-slider-item .item-caption .caption-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-hero .hero-slider-item .item-caption .caption-lead { 
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 11px;
    white-space: nowrap; 
    opacity: 0; 
}
.section-hero .hero-slider-item .item-caption .caption-title { 
    margin-top: 52px;
    font-size: 60px;
    font-weight:700;
}
.section-hero .hero-slider-item .item-caption .caption-desc {
    margin-top: 52px;
    font-size: 23px; 
    line-height: 1.5;
    opacity: 0;
}
.section-hero .hero-slider-item .item-caption .caption-line { 
    height: 1.125em;
    display: block; 
    overflow: hidden; 
    margin-bottom: 15px; 
    line-height: 1
}
.section-hero .hero-slider-item .item-caption .caption-line .line-in { 
    display: inline-block; 
    font-style: normal;
    transform: translateY(150%)
}
.section-hero .swiper-slide-active .hero-slider-item .item-caption .caption-lead { transition:2s; opacity:.6; letter-spacing:0;}
.section-hero .swiper-slide-active .hero-slider-item .item-caption .caption-desc { transition:2s; opacity:1; transition-delay:1s}
.section-hero .swiper-slide-active .hero-slider-item .item-caption .caption-line .line-in { transition:1.5s; transform:translateY(0)}
.section-hero .swiper-slide-active .hero-slider-item .item-caption .caption-line:nth-child(2) .line-in { transition-delay:.6s}
.section-hero .hero-slider-item .item-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% + 4em);
    height: 100%;
    background: no-repeat center / cover;
    opacity: 0;
    transition: 3s, opacity 5s;
    filter: brightness(50%);
}
.section-hero .swiper-slide-active .item-bg,
.section-hero .swiper-slide-duplicate-active .item-bg {
    left: -4em;
    opacity: 1;
    transition: 5s, opacity 1s;
}

/* 제품소개 */
.section-products {
	background-color: #f4f4f4;
}
.section-products .section-header {
	margin-bottom: 50px;
}
.section-products .section-body .products-slider-wrapper {
    position: relative;
    padding: 0 80px;
}
.section-products .section-body .products-slider-wrapper .ProductsSwiper-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 10;
}
.section-products .section-body .products-slider-wrapper .ProductsSwiper-nav .nav-btn {
    pointer-events: all;
    background: no-repeat center / cover;
    width: 16px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.section-products .section-body .products-slider-wrapper .ProductsSwiper-nav .nav-btn.next {
    background-image: url('../images/slide-nav_right.png');
}
.section-products .section-body .products-slider-wrapper .ProductsSwiper-nav .nav-btn.prev {
    background-image: url('../images/slide-nav_left.png');
}
.section-products .item-wrapper {

}
.section-products .item-wrapper a {
    display: block;
	background-color: #555;
    border-radius: 30px;
  	overflow: hidden;
    transform: translateZ(0);
    transition: 0.25s ease;
}
.section-products .item-wrapper a:hover {
    background-color: #15275c;
}
.section-products .item-wrapper .item-thumb {
	aspect-ratio: 0.865;
}
.section-products .item-wrapper .item-thumb img {
    display: block;
    width:100%;
    height:100%;
    border-radius: 0 0 30px 30px;
    object-fit: cover;
    transition: 0.25s ease;
}
.section-products .item-wrapper .item-info {
    padding: 20px 12px;
	text-align: center;
}
.section-products .item-wrapper .item-info .info-title {
	color: #fff;
    font-size: 18px;
    font-weight: 500;
}

/* 파트너스 */
.section-partners {
    position: relative;
	background-color: #f4f4f4;
}
.section-partners::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 39vh;
    background-color: #15275c;
}
.section-partners .section-header {
    margin-bottom: 120px;
}

.partners-slider-wrapper .swiper {
    width: 100%;
    overflow: visible;
}
.partners-slider-wrapper .swiper .swiper-wrapper{
    transition-timing-function: linear !important;
}
.section-partners .item-wrapper {
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ddd;
    overflow: hidden;
}
.section-partners .item-wrapper .item-thumb {
    position: relative;
    padding-top: 100%;
}
.section-partners .item-wrapper .item-thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: 60%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

/* Brand */
.section-brand {
    background: url('../images/main-brand_bg.jpg') no-repeat center / cover;
}
.section-brand .content-inner {
    padding-top: 16vh;
    padding-bottom: 100px;
}

.section-brand .section-body {
    display: flex;
    margin-top: 35px;
    flex-direction: column;
    align-items: center;
    row-gap: 60px;
}
.section-brand .section-body .body-desc {
    color: #6c6c6c;
    font-size: 22px;
    text-align: center;
}
.section-brand .section-body .image-wrapper {
    position: relative;
    max-width: 1000px;
    font-size: 0;
}
.section-brand .section-body .image-wrapper .marker-list {}
.section-brand .section-body .image-wrapper .marker-list .marker {
    position: absolute;
}
.section-brand .section-body .image-wrapper .marker-list .marker.denmark {
    top: 17%;
    left: 47.5%;
}
.section-brand .section-body .image-wrapper .marker-list .marker.italy {
    top: 28.2%;
    left: 50.5%;
}
.section-brand .section-body .image-wrapper .marker-list .marker.spain {
    top: 30%;
    left: 45.2%;
}
.section-brand .section-body .image-wrapper .marker-list .marker img {
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.5s;
}
.section-brand .section-body .image-wrapper .marker-list .marker.show img {
    transform: scale(1);
}

.section-contact {
    background-color: #f4f4f4;
}
.section-contact .contact-outer {
    display: flex;
    flex-wrap: wrap;
}
.section-contact .contact-bg {
    position: relative;
    display: flex;
    width: 30%;
    height: 100vh;
    background: url('../images/main-contact_bg2.jpg') no-repeat center / cover;
    align-content: center;
    align-items: center;
    transform: translateX(-10%);
    opacity: 0;
    transition: 1s;
}
.section-contact.active .contact-bg,
.section-contact.fix .contact-bg {
    transform: translateX(0);
    opacity: 1;
}
.section-contact .contact-bg .bg-inner {
    padding: 0 65px;
}
.section-contact .contact-bg .bg-title {
    margin-bottom: 56px;
    font-size: 42px;
    font-weight: 400;
    color: #fff;
}
.section-contact .contact-bg .bg-title strong {
    font-weight: 700;
}
.section-contact .contact-bg .bg-btn {
    position: relative;
    display: inline-flex;
    gap: 0 15px;
    padding: 8px 30px;
    height: 60px;
    min-width: 190px;
    background: #15275c;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    align-items: center;
}
.section-contact .contact-bg .bg-btn i {
    font-size: 20px;
}

.section-contact .contact-content {
    display: flex;
    height: 100vh;
    padding-top: 110px;
    flex: 1;
    align-content: center;
    align-items: center;
    transform: translateX(10%);
    opacity: 0;
    transition: 1s;
}
.section-contact.fix .contact-content,
.section-contact.active .contact-content {
    transform: translateX(0);
    opacity: 1;
}
.section-contact .content-header {
    margin-bottom: 60px;
    text-align: center;
}
.section-contact .content-header .header-upper {
    color: #15275c;
    font-size: 28px;
    font-weight: 700;
}
.section-contact .content-header .header-title {
    margin-top: 20px;
    font-size: 32px;
    font-weight: 700;
}
.section-contact .content-header .header-desc {
    margin-top: 15px;
    font-size: 18px;
}
.section-contact .content-header .header-desc strong {
    font-weight: 900;
}
.section-contact .contact-content .inner-wrap {
    position: relative;
    flex: 1;
    padding: 0 64px 60px;
}
.section-contact .contact-content .content-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.section-contact .contact-content .content-item {
    display: flex;
    flex: 1;
    flex-direction: column;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    overflow: hidden;
}
.section-contact .contact-content .content-item .inner {
    padding: 24px 32px;
}
.section-contact .contact-content .content-item span {
    display: block;
}
.section-contact .contact-content .content-item .label {
    font-size: 18px;
}
.section-contact .contact-content .content-item .value {
    margin-top: 15px;
    color: #15275c;
    font-size: 22px;
    font-weight: 700;
    word-break: keep-all;
}



/* Fullpage - Nav */
#pageNav {
    position: fixed;
    left: 3vw;
    bottom: 45px;
    display: flex;
    width: auto;
    z-index: 10;
}

#pageNav::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: calc(100% - 80px);
    height: 1px;
    background: #fff;
    opacity: 0.2;
}

#pageNav li * {
    display: inline-block;
    vertical-align: middle;
}

#pageNav li a {
    color: #fff;
    width: 80px;
    position: relative;
    opacity: 0.6;
}

#pageNav li a .mark {
    position: relative;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    font-style: normal;
    transform: translateX(-50%);
}

#pageNav li a .mark::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    transform: translate(-50%, -50%) scale(2);
    border-radius: 50%;
    opacity: 0;
}

#pageNav li a .label {
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateX(-50%);
    margin-top: 12px;
    width: 100%;
    text-align: center;
    opacity: 0;
}

#pageNav li a .label i {
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
}

/* hover / active 상태 */
#pageNav li:hover a,
#pageNav li.active a,
#pageNav li:hover a .mark::after,
#pageNav li.active a .mark::after,
#pageNav li:hover a .label,
#pageNav li.active a .label {
    opacity: 1;
    transition: 0.3s;
}

#pageNav.dim {
    opacity: 0.7;
}
.dim {
    filter: brightness(0) invert(0);
}
#pageNav.hide {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}


/**
 * Shopinfo - CEO
 */
.ceo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
}
.ceo-photo {
    min-width: 420px;
    width: 30%;
}
.ceo-photo .inner-wrap {
    position: relative;
}
.ceo-photo .inner-wrap::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 30px;
    width: 100%;
    height: 100%;
    background-color: #eee;
    z-index: -1;
}
.ceo-caption { }
.ceo-caption .caption-upper {
    position: relative;
    margin-bottom: 35px;
    padding: 50px 0 0;
}
.ceo-caption .caption-upper::before {
    content: 'WELCOME';
    position: absolute;
    top: 0;
    left: -20px;
    color: rgba(58,58,57,0.1);
    font-size: 82px;
    font-weight: 900;
    line-height: 1;
}
.ceo-caption .caption-upper .upper-title {
    color: #294aa7;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.6;
    word-break: keep-all;
}
.caption-lower p {
    color: #555;
    font-size: 22px;
    line-height: 1.6;
    word-break: keep-all;
}


/**
 * Shopinfo - Organization
 */
.organization-wrapper .image-wrapper {
    text-align: center;
}
.organization-wrapper .image-wrapper img {
    max-width: 1200px;
    width: 100%;
}


/**
 * Shopinfo - Contact
 */
#contact .common-page-body .page-body-lower {
    padding-bottom: 0;
}
.contact-wrapper .map-wrapper {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.contact-wrapper .map-wrapper > div {
    margin: -1px !important;
}
.contact-wrapper .map-wrapper #map {
    width: 100%;
    height: 450px;
}
.contact-wrapper .address-wrapper {
    margin-top: 60px;
    padding: 100px 0;
    background-color: #f5f5f5;
}
.address-item-list { }
.address-item-list .item {
    padding: 50px 80px;
    border-bottom: 1px solid #7c7c7c;
}
.address-item-list .item:last-child {
    border-bottom: none;
}
.address-item-list .item-title {
    float: left;
    width: 180px;
    margin: 0;
    padding: 0;
}
.address-item-list .item-title h4 {
    color: #1a1a1a;
    font-size: 28px;
    font-weight: 700;
}
.address-item-list .item-content {
    margin-left: 180px;
    display: flex;
    gap: 100px;
}
.address-item-list .content-box {
    flex: 1;
}
.address-item-list .content-box dt {
    margin-bottom: 10px;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}
.address-item-list .content-box dd {
    margin: 0;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    word-break: keep-all;
}
.item:nth-child(2) .item-content {
    flex-direction: column;
    gap: 0;
}
.item:nth-child(2) .item-content .content-box + .content-box  {
    margin-top: 20px;
}
.item:nth-child(2) .content-box dt {
    margin-bottom: 8px;
}
.address-item-list .item::after {
    content: "";
    display: table;
    clear: both;
}


/**
 * Shopinfo - History
 */
#history .history-upper {
    margin-bottom: 120px;
    text-align: center;
}
#history .history-upper .sub {
    color: #294aa7;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.4;
}
#history .history-upper .upper-title {
    margin-top: 12px;
    color: #1b1b1b;
    font-size: 48px;
    font-weight: 400;
}
#history .history-upper .upper-title strong {
    font-weight: 800;
}
#history .history-lower {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
}
#history .history-lower::before,
#history .history-lower .bar {
    content: "";
    position: absolute;
    left: 30%;
    top: 50%;
    width: 2px;
    height: calc(100% - 40px);
    background: #d1d1d1;
    transform: translateY(-50%);
}
#history .history-lower .bar {
    top: 20px;
    height: 0;
    background-color: #2a4aa5;
    transform: none;
    transition: 0.3s;
}
#history .histories .histories-item {
    display: flex;
    justify-content: space-between;
}
#history .histories .histories-item + .histories-item {
    margin-top: 120px;
}
#history .histories .histories-item .years {
    display: flex;
    width: 28%;
    overflow: hidden;
    justify-content: flex-end;
}
#history .histories .histories-item .years span {
    display: block;
    padding: 0 24px;
    color: #1a1a1a;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -3px;
}
#history .histories .histories-item .histories-detail {
    position: relative;
    width: 70%;
    margin-top: 16px;
}
#history .histories .histories-item .histories-detail::before {
    content: '';
    position: absolute;
    top: 4px;
    left: -8px;
    width: 18px;
    height: 18px;
    border: 4px solid #2a4aa5;
    border-radius: 50%;
    background-color: #fff;
    box-sizing: border-box;
}
#history .histories .histories-item .histories-detail .detail-item + .detail-item {
    margin-top: 24px;
}
#history .histories .histories-item .histories-detail .detail-item .detail-inner {
    display: flex;
    padding: 0 32px;
    margin-left: 32px;
}
/* #history .histories .histories-item .histories-detail .detail-item .month {
    flex: 0 0 60px;
    color: #d1d1d1;
    font-size: 20px;
} */
#history .histories .histories-item .histories-detail .detail-item .desc {
    position: relative;
    padding-left: 14px;
    color: #1a1a1a;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    word-break: keep-all;
}
#history .histories .histories-item .histories-detail .detail-item .desc::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #d1d1d1;
    border-radius: 50%;
}


/**
 * Shopinfo - Ci
 */
#ci .common-page-body .page-body-lower {
    padding: 40px 0 120px;
}
#ci .ci-content .ci-title {
    font-size: 28px; 
    font-weight: 900;
    text-align: center;
}
#ci .ci-content .ci-content-upper {
    display: flex;
    margin-top: 80px;
    align-items: stretch;
}
#ci .ci-content .ci-content-upper .image-wrapper {
    display: flex;
    flex: 1;
    padding: 44px;
    text-align: center;
    align-items: center;
    justify-content: flex-end;
}
#ci .ci-content .ci-content-upper .caption-wrapper {
    display: flex;
    flex: 1;
    padding: 32px 44px 40px;
    border-left: 2px solid #f0f0f0;
    align-items: center;
}
#ci .ci-content .ci-content-upper .caption-wrapper .caption-title {
    font-size: 32px;
    font-weight: 900;
}
#ci .ci-content .ci-content-upper .caption-wrapper .caption-desc {
    margin-top: 40px;
    color: #353434;
    font-size: 22px;
    line-height: 1.65;
}
#ci .ci-content .ci-content-upper .caption-wrapper .caption-download {
    margin-top: 40px;
}
#ci .ci-content .ci-content-upper .caption-wrapper .caption-download .label {
    display: block;
    font-size: 20px;
    font-weight: 700;
}
#ci .ci-content .ci-content-upper .caption-wrapper .caption-download .downloads {
    display: flex;
    margin-top: 16px;
    gap: 64px;
}
#ci .ci-content .ci-content-upper .caption-wrapper .caption-download .downloads a {
    display: block;
    color: #353434;
    font-size: 17px;
    transition: all .3s;
}
#ci .ci-content .ci-content-upper .caption-wrapper .caption-download .downloads a:hover {
    opacity: 0.7;
}
#ci .ci-content .ci-content-upper .caption-wrapper .caption-download .downloads a i {
    color: #4b4a4a
}

#ci .ci-content-middle {
    margin-top: 80px;
}
#ci .ci-content-middle .color-chips {
    display: flex;
    gap: 50px;
    justify-content: center;
}
#ci .ci-content-middle .color-chip-item {
    display: flex;
    gap: 12px;
    align-items: center;
}
#ci .ci-content-middle .color-chip-item .color-circle {
    width: 84px;
    height: 84px;
    border-radius: 50%;
}
#ci .ci-content-middle .color-chip-item .color-info .info-row {
    display: table-row;
}
#ci .ci-content-middle .color-chip-item .color-info .info-row span {
    display: table-cell;
    color: #353434;
    font-size: 16px;
    line-height: 1.6;
}
#ci .ci-content-middle .color-chip-item .color-info .info-row span.info-label {
    padding-right: 9px;
    font-weight: 700;
}
#ci .ci-content-middle .color-chips-caption {
    margin-top: 48px;
    color: #353434;
    font-size: 24px;
    line-height: 1.6;
    text-align: center;
}

#ci .ci-content-lower {
    margin-top: 130px;
}
#ci .ci-content-lower .slogan-title {
    color: #294aa7;
    font-size: 26px;
    font-weight: 900;
    text-align: center;
}
#ci .ci-content-lower .inner-wrap {
    display: flex;
    margin-top: 32px;
    align-items: stretch;
}
#ci .ci-content-lower .inner-wrap .image-wrapper {
    display: flex;
    flex: 1;
    padding: 44px;
    text-align: center;
    align-items: center;
    justify-content: flex-end;
}
#ci .ci-content-lower .inner-wrap .caption-wrapper {
    display: flex;
    flex: 1;
    padding: 32px 44px 40px;
    border-left: 2px solid #f0f0f0;
    align-items: center;
}
#ci .ci-content-lower .inner-wrap .caption-wrapper .caption-desc {
    color: #353434;
    font-size: 22px;
    line-height: 1.65;
}
#ci .ci-content-lower .inner-wrap .caption-wrapper .caption-desc strong {
    font-weight: 700;
}


/**
 * Product - List
 */
#product-list .common-page-header .page-header-bg.swiper-container,
#product-list .common-page-header .page-header-bg .swiper-wrapper,
#product-list .common-page-header .page-header-bg .swiper-slide {
    width: 100%;
    height: 100%;
}
#product-list .common-page-header .page-header-bg .swiper-slide {
    background-size: cover;
    background-position: center;
}
#product-list .common-page-body {
    padding: 120px 0 160px;
}
#product-list .procut-list ul {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    gap: 60px 30px;
}
#product-list .procut-list .procut-list-item {
    flex: 1 1 calc(20% - 30px);
    max-width: calc(20% - 1.65em);
    transition: .3s;
}
#product-list .procut-list .procut-list-item .box {
    display: block;
}
#product-list .procut-list .procut-list-item .box .product-image {
    position: relative;
    aspect-ratio: 9 / 10;
    border-radius: 30px;
    border: 1px solid #ddd; 
    overflow: hidden;
}
#product-list .procut-list .procut-list-item .box .product-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}
#product-list .procut-list .procut-list-item .box .product-content {
    display: flex;
    margin-top: 15px;
    padding: 15px;
    border-radius: 25px;
    background-color: #555;
    align-items: center;
    justify-content: center;z
    transition: 0.3s;
}
#product-list .procut-list .procut-list-item .box .product-content .content-name {
    color: #fff;
    font-weight: 500;
    line-height: 1;
}
#product-list .procut-list .procut-list-item .box:hover .product-image img {
    transform: scale(1.05);
}
#product-list .procut-list .procut-list-item .box:hover .product-content {
    background-color: #294aa7;
}


/**
 * Contact - Form
 */
#order-form .form-wrapper {
    max-width: 800px;
    margin: 0 auto;
}
#order-form .form-field table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
#order-form .form-field table tr {}
#order-form .form-field table th {
    width: 120px;
    padding: 15px 0;
    color: #3a3a39;
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
    text-align: left;
}
#order-form .form-field table th .essential {
    margin-left: 3px;
    color: #e02121;
    font-weight: 400;
}
#order-form .form-field table td {
    width: calc( 100% - 180px );
    padding: 15px 0;
}
#order-form .form-field table td input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #7c7c7c;
    font-size: 14px;
    padding: 8px 12px;
    box-sizing: border-box;
}
#order-form .form-field table td select {
    border-color: #7c7c7c;
}
#order-form .form-field table td textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #7c7c7c;
    font-size: 14px;
    padding: 8px 12px;
    box-sizing: border-box;
    resize: vertical;
}
#order-form .form-field table .captcha td input {
    width: 250px;
}
#order-form .form-field table .captcha td img + img {
    cursor: pointer;
}
#order-form .form-notice {
    margin-top: 60px;
    text-align: center;
}
#order-form .form-notice p {
    color: #3a3a39;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
}
#order-form .form-notice p.required {
    color: #e02121;
    font-weight: 400;
}
#order-form .form-buttons {
    margin-top: 60px;
    text-align: center;
}
#order-form .form-buttons .form-button {
    display: inline-block;
    padding: 15px 60px;
    background-color: #969696;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    vertical-align: middle;
    transition: 0.3s;
}
#order-form .form-buttons .form-button:hover {
    background-color: #294aa7;
}


/**
 * FAQ
 */
#faq .board-search-wrapper {
    max-width: 100%;
    margin: 0 0 24px;
}
#faq .board-search-wrapper .form {
    justify-content: flex-end;
}
#faq .board-search-wrapper .form select {
    height: 55px;
    padding: 8px 16px;
    border: 1px solid #ddd;
    color: #000;
    font-size: 16px;
}
#faq .board-search-wrapper .form select#search_date {
    width: 100px;
}
#faq .board-search-wrapper .form #search {
    height: 55px;
    padding: 8px 16px;
    border: 1px solid #ddd;
    color: #000;
    font-size: 16px;
}
#faq .board-search-wrapper .form .btnNormal {
    display: flex;
    height: 55px;
    margin-right: 0;
    padding: 8px 16px;
    border-color: #000;
    color: #000;
    font-size: 16px;
    align-items: center;
}
 
#faq .board-list .ec-base-table.typeList table {
     border-top: 1px solid #111;
}
#faq .board-list .ec-base-table.typeList tr {
    border-bottom: 1px solid #ddd;
}
#faq .board-list .ec-base-table.typeList th {
    background-color: transparent;
    font-weight: 500;
    vertical-align: middle;
}
#faq .board-list .ec-base-table.typeList th,
#faq .board-list .ec-base-table.typeList td {
    height: 60px;
    padding: 8px;
    color: #000;
    font-size: 17px;
    text-align: center;
}
#faq .board-list .ec-base-table.typeList td {
    font-size: 15px;
    vertical-align: middle;
}
#faq .board-list .ec-base-table.typeList td.subject {
    font-size: 17px;
    text-align: left;
}
#faq .board-list .ec-base-table.typeList td.subject a {
    display: block;
    color: #000;
}
#faq .board-list .ec-base-table.typeList .no {
    width: 100px;
}
#faq .board-list .ec-base-table.typeList .author,
#faq .board-list .ec-base-table.typeList .view {
    width: 110px;
}
#faq .board-list .ec-base-table.typeList .date {
    width: 140px;
}


/**
 * 상담문의
 */
#inquiry .page-body-lower {
    position: relative;
}
#inquiry .page-body-lower::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 13vw;
    background-color: #15275c;
    z-index: -1;
}
#inquiry .inquiry-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
#inquiry .inquiry-list .inquiry-item {
    display: flex;
    flex: 1;
    flex-direction: column;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    overflow: hidden;
}
#inquiry .inquiry-list .inquiry-item .item-thumb {
    position: relative;
    aspect-ratio: 112 / 100;
}
#inquiry .inquiry-list .inquiry-item .item-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
/* #inquiry .inquiry-list .inquiry-item .item-thumb::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21,39,92,0.6);
    z-index: 2;
} */
#inquiry .inquiry-list .inquiry-item .item-thumb .icon {
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 60px;
    height: 60px;
    background-color: #15275c;
    border-radius: 50%;
    color: #fff;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    transform: translateX(-50%);
    z-index: 3;
}
#inquiry .inquiry-list .inquiry-item .inner {
    padding: 54px 32px 24px;
    text-align: center;
}
#inquiry .inquiry-list .inquiry-item span {
    display: block;
}
#inquiry .inquiry-list .inquiry-item .value {
    color: #15275c;
    font-size: 22px;
    font-weight: 700;
    font-style: normal;
    word-break: keep-all;
}

/**
 * Search Results
 */
.search .product-list-wrapper {
    margin-top: 80px;
}
.search #product-list .common-page-body {
    padding-top: 0;
}


/* @media all and ( max-width: 1440px ) {
    #header .main-nav,
    #pageNav { display: none; }
} */
@media all and ( max-width: 1024px ) {
    #header .main-nav,
    #pageNav { display: none; }
    #container #contents { width: 100%; }
    .common-layout #container #contents { width: 92%; }
    .container-fit,
    .container-wide { max-width: 92%; }

    .section-hero .hero-slider-item .item-caption .caption-title {
        margin-top: 40px;
        font-size: 45px;
    }
    .section-hero .hero-slider-item .item-caption .caption-desc {
        margin-top: 40px;
        font-size: 18px;
    }
    .main .section-header .header-upper {
        font-size: 26px;
    }
    .main .section-header .header-title {
        margin-top: 18px;
        font-size: 30px;
    }
    .section-products .section-body .products-slider-wrapper {
        padding: 0 30px;
    }
    .section-products .item-wrapper .item-thumb {
        aspect-ratio: 1 / 1;
    }
    .section-brand .section-body .body-desc {
        font-size: 20px;
        line-height: 1.6;
    }
    .common-page-header {
        height: 540px;
    }
    .common-page-header .page-header-caption {
        padding-top: 100px;
    }
    .common-page-header .page-header-caption .caption-desc span {
        font-size: 18.5px;
    }
    .common-page-header .page-header-caption .caption-title span {
        font-size: 34px;
        line-height: 1.6;
    }
    .common-page-header .page-header-nav {
        background-color: rgba(0, 0, 0, 0.3);
    }
    .common-page-header .page-header-nav .nav-item {
        min-width: fit-content;
    }
    .common-page-header .page-header-nav .nav-item a {
        padding: 26px 22px;
        background-color: rgba(0,0,0,0);
    }
    .ceo-wrapper {
        align-items: flex-start;
        gap: 100px;
        flex-direction: column;
    }
    .ceo-wrapper .ceo-caption {
        order: 1;
    }
    .caption-lower p {
        font-size: 18px;
    }
    .ceo-wrapper .ceo-photo {
        display: flex;
        width: 50%;
        margin: 0 auto;
        order: 2;
    }
    #ceo .common-page-body .page-body-lower {
        padding-top: 100px;
    }
    #history .history-upper .sub {
        font-size: 22px;
    }
    #history .history-upper .upper-title {
        font-size: 36px;
    }
    .contact-wrapper .address-wrapper {
        padding: 60px 0;
    }
    .address-item-list .item {
        padding: 40px 60px;
    }
    #product-list .procut-list ul {
        gap: 45px 15px;
    }
    #product-list .procut-list .procut-list-item {
        flex: 1 1 calc(25% - 15px);
        max-width: calc(25% - 0.75em);
    }
    .section-contact {
        height: auto !important
    }
    .section-contact .contact-outer {
        flex-direction: column-reverse;
    }
    .section-contact .contact-bg {
        width: 100%;
        height: auto;
        padding: 80px 0;
        justify-content: center;
        text-align: center;
    }
    .section-contact .contact-bg .bg-title {
        font-size: 30px;
    }
    .section-contact .contact-content .inner-wrap {
        padding: 0 35px 80px;
    }
    .section-contact .contact-content .content-item .inner {
        padding: 20px 30px;
    }
    .section-contact .contact-content .content-item .value {
        font-size: 18px;
    }
    #inquiry .page-body-lower::before {
        height: 50vw;
    }
    #inquiry .inquiry-list .inquiry-item {
        flex: 0 1 calc(50% - 15px);
    }
    .fullmenu-overlay {
        overflow-y: scroll
    }
    .fullmenu-overlay .fullmenu-inner {
        overflow: visible
    }
    .fullmenu-overlay .fullmenu-inner .fullmenu-bg {
        width: 100%;
        height: 30vh;
    }
    .fullmenu-overlay .fullmenu-inner .fullmenu-nav {
        padding: 3vh 8em 12vh;
    }
    .fullmenu-nav .tel {
        margin-top: 0;
    }
}

@media all and ( max-width: 1023px ){
    #header .icon-btn .btn-text { 
        display: none; 
    }
    #faq .board-list .ec-base-table.typeList tr {
        padding: 14px 0 24px;
    }
    #faq .board-list .ec-base-table.typeList th, 
    #faq .board-list .ec-base-table.typeList td {
      height: auto;
      padding: 13px 0 0;
      font-size: 13px;
    }
    #faq .board-list .ec-base-table.typeList .no {
        display: none;
    }
    #faq .board-list .ec-base-table.typeList .author, 
    #faq .board-list .ec-base-table.typeList .view,
    #faq .board-list .ec-base-table.typeList .date {
        width: auto;
    }
    #faq .board-list .ec-base-table.typeList td.subject {
      font-size: 17px;
    }
    #faq .board-list .ec-base-table.typeList td:not(.subject){
        color: #888;
    }
    #faq .board-list .ec-base-table.typeList .author, 
    #faq .board-list .ec-base-table.typeList .date {
        position: relative;
    }
    #faq .board-list .ec-base-table.typeList .author::after, 
    #faq .board-list .ec-base-table.typeList .date::after {
        content: '·';
        margin: 0 6px;
        color: #888;
    }
    .section-contact .contact-outer {
        flex-wrap: nowrap;
    }
    .section-contact .contact-content {
        height: auto;
    }
    .section-contact .contact-content .content-list {
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .section-contact .contact-content .content-item .item-thumb {
        position: relative;
        aspect-ratio: 263/100;
    }
    .section-contact .contact-content .content-item .item-thumb img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #ci .ci-content .ci-content-upper {
        display: block;
    }
    #ci .ci-content .ci-content-upper .caption-wrapper {
        border-left: 0;
        justify-content: center;
    }
    #ci .ci-content-middle .color-chips {
        flex-direction: column;
        align-items: center;
    }
    #ci .ci-content-lower .inner-wrap {
        display: block;
    }
    #ci .ci-content-lower .inner-wrap .caption-wrapper {
        border-left: 0;
        justify-content: center;
    }
    #ci .ci-content .ci-content-upper .image-wrapper,
    #ci .ci-content-lower .inner-wrap .image-wrapper {
        justify-content: center;
    }
}


@media all and ( max-width: 768px ) {
    .container-wide,
    .container-fit {
        max-width: 92%;
    }
    #header.scrolled .header-icons,
    #header.scrolled .logo {
        height: 70px;
    }
    #header .header-icons .buttons {
        gap: 20px;
    }
    #header .icon-btn {
        padding: 0;
        font-size: 21px;
    }
    #header .translate {
        margin: 0 20px;
    }
    #header .translate .goog-te-gadget-simple {
        display: flex;
        height: 23px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        align-items: center;
        overflow: hidden;
    }
    #header .translate .goog-te-gadget-simple > span {
        display: none !important;
    }
    .section-products .section-header {
        margin-bottom: 30px;
    }
    .main .section-header .header-upper {
        font-size: 19px;
    }
    .main .section-header .header-title {
        margin-top: 18px;
        font-size: 21px;
    }
    .section-hero .hero-slider-item .item-caption .caption-lead {
        font-size: 16px;
    }
    .section-hero .hero-slider-item .item-caption .caption-title {
        margin-top: 20px;
        font-size: 24px;
    }
    .section-hero .hero-slider-item .item-caption .caption-desc {
        margin-top: 35px;
        font-size: 16px;
    }
    .section-hero .hero-slider-wrapper .hero-slider-nav .nav-btn {
        width: 24px;
        height: 45px;
        background-size: contain;
    }
    .section-hero .hero-slider-wrapper .hero-slider-nav .nav-btn.next {
        margin-right: 30px;
    }
    .section-hero .hero-slider-wrapper .hero-slider-nav .nav-btn.prev {
        margin-left: 30px;
    }
    .section-brand .section-body .image-wrapper .marker-list .marker img {
        width: 75%;
    }
    .section-products,
    .section-partners,
    .section-brand {
        height: auto !important;
        min-height: 0 !important;
        padding: 70px 0 90px;
    }
    .section-partners::before {
        height: 22vw;
    }
    .section-partners .section-header {
        margin-bottom: 55px;
    }
    .section-brand .content-inner {
        height: auto !important;
        padding-top: 0;
        padding-bottom: 0;
    }
    .section-brand .section-body {
        margin-top: 20px;
        row-gap: 20px;
    }
    .section-brand .section-body .body-desc {
        font-size: 16px;
    }
    #footer {
        padding: 60px 0;
    }
    #footer .footer-bottom .footer-nav li + li {
        margin-left: 20px;
        padding-left: 20px;
    }
    #footer .footer-bottom .footer-nav li + li::before {
        height: 16px;
    }
    #footer .footer-bottom .footer-nav li a {
        font-size: 15px;
    }
    #footer .footer-bottom .footer-info {
        margin-top: 30px;
    }
    #footer .footer-bottom .footer-info .info li {
        margin-right: 32px;
        margin-bottom: 8px;
        font-size: 13px;
    }
    #footer .footer-bottom .footer-copyrights p {
        font-size: 11px;
    }
    .common-page-header .page-header-caption .caption-title span {
        font-size: 30px;
    }
    .common-page-header .page-header-nav .nav-item a {
        font-size: 16px;
    }
    .common-page-body .page-body-upper .breadcrumbs {
        padding: 30px 0 40px;
    }
    .common-page-body .page-body-upper .breadcrumbs ol li {
        font-size: 14px;
    }
    .common-page-body .page-body-upper .page-body-title {
        font-size: 28px;
    }
    #ceo .common-page-body .page-body-lower {
        padding-top: 30px;
    }
    .ceo-caption .caption-upper {
        margin-bottom: 30px;
    }
    .ceo-caption .caption-upper .upper-title {
        font-size: 19px;
    }
    .caption-lower p {
        font-size: 16px;
    }
    #history .history-upper .sub {
        font-size: 17px;
    }
    #history .history-upper .upper-title {
        font-size: 28px;
    }
    #history .histories .histories-item .years {
        width: 40%;
        justify-content: flex-start;
    }
    #history .histories .histories-item .years span {
        font-size: 36px;
    }
    #history .history-lower::before, #history .history-lower .bar {
        left: 37%;
    }
    #history .histories .histories-item .histories-detail::before {
        top: 0;
        left: -4px;
    }
    /* #history .histories .histories-item .histories-detail .detail-item .month, */
    #history .histories .histories-item .histories-detail .detail-item .desc {
        font-size: 16px;
    }
    .contact-wrapper .address-wrapper {
        padding: 40px 0;
    }
    .address-item-list .item {
        padding: 30px 20px;
    }
    .address-item-list .item-title h4 {
        font-size: 22px;
    }
    .address-item-list .item-title {
        width: 120px;
    }
    .address-item-list .item-content {
        margin-left: 120px;
        gap: 60px;
    }
    #product-list .procut-list ul {
        gap: 40px 15px;
    }
    #product-list .procut-list .procut-list-item {
        flex: 1 1 calc(50% - 15px);
        max-width: calc(50% - 0.75em);
    }
    #product-list .procut-list .procut-list-item .box .product-content .content-name span {
        font-size: 17px !important;
    }
    #header .util_search .wrap_con .wrap_in {
        width: 92%;
    }
}


@media all and ( max-width: 767px ){
    #header .logo h1 {
        max-width: 120px;
    }
    #header .header-icons {
        min-width: 0;
    }
    .section-hero .hero-slider-item .item-caption .caption-inner {
        max-width: 92%;
        margin: 0 auto;
    }
    .section-hero .hero-slider-item .item-caption .caption-line {
        height: auto;
        line-height: 1.35;
        word-break: keep-all;
    }
    .section-hero .hero-slider-item .item-caption .caption-desc {
        word-break: keep-all;
    }
    .main .section-header .header-title {
        word-break: keep-all;
    }
    .section-partners::before {
        height: 44vw;
    }
    .section-brand .section-body .image-wrapper .marker-list .marker img {
        width: 45%;
    }
    .section-brand .section-body .image-wrapper .marker-list .marker.denmark {
        top: 13%;
        left: 46.8%;
    }
    .section-brand .section-body .image-wrapper .marker-list .marker.italy {
        top: 25.8%;
        left: 49.8%;
    }
    .section-brand .section-body .image-wrapper .marker-list .marker.spain {
        top: 28%;
        left: 44.5%;
    }
    #footer .footer-top .logo {
        max-width: 120px;
    }
    #footer .footer-bottom .footer-nav li + li {
        margin-left: 10px;
        padding-left: 10px;
    }
    .common-page-header .page-header-caption .caption-desc span {
        font-size: 17.5px;
    }
    .common-page-header .page-header-caption .caption-title span {
        font-size: 24.5px;
        line-height: 1.35;
    }
    .common-page-header .page-header-nav ul {
        justify-content: flex-start;
        overflow-x: scroll;
    }
    #product-list .common-page-header .page-header-nav ul {
        overflow-x: visible;
    }
    .ceo-caption .caption-upper::before {
        top: 0px;
        left: 0;
        font-size: 52px;
    }
    .ceo-caption .caption-upper .upper-title br {
        display: none;
    }
    .caption-lower p {
        font-size: 15px;
    }
    .caption-lower p br:not(.mb-visible) {
        display:none;
    }
    .ceo-wrapper .ceo-photo {
        width: 80%;
        min-width: auto;
    }
    #history .history-upper {
        margin-bottom: 80px;
    }
    #history .history-upper .upper-title {
        font-size: 24px;
    }
    #history .histories .histories-item .histories-detail {
        margin-top: 12px;
    }
    #history .histories .histories-item .histories-detail .detail-item .detail-inner {
        padding: 0;
    }
    /* #history .histories .histories-item .histories-detail .detail-item .month {
        flex: 0 0 45px;
    } */
    .contact-wrapper .map-wrapper .root_daum_roughmap .wrap_map {
        height: 300px !important;
    }
    .address-item-list .item-title {
        width: 100px;
    }
    .address-item-list .item-content {
        margin-left: 100px;
        flex-direction: column;
        gap: 20px;
    }
    .address-item-list .content-box dt {
        margin-bottom: 5px;
    }
    .address-item-list .content-box dd {
        font-size: 14px;
    }
    #product-list .procut-list .procut-list-item .box .product-content {
        padding: 8px;
    }
    #product-list .procut-list .procut-list-item .box .product-content .content-name span {
        font-size: 14px !important;
    }
    #product-list .common-page-body {
        padding: 40px 0 80px;
    }
    #header .util_search .search-header-wrapper .btnClose {
        right: 3%;
        font-size: 35px;
    }
    #header .util_search .search-header-wrapper legend {
        margin-bottom: 28px;
        font-size: 35px;
    }
    #header .util_search .search-header-wrapper .hotKeyword {
        margin-top: 28px;
    }
    #header .util_search .search-header-wrapper .searchForm input,
    #header .util_search .search-header-wrapper .searchForm .search-field {
        width: calc( 100% - 67px );
        height: 67px;
    }
    #header .util_search .search-header-wrapper .searchForm .searchSubmit {
        width: 67px;
        height: 67px;
    }
    #header .util_search .search-header-wrapper .hotKeyword ul li a {
        font-size: 14px;
        line-height: 33px;
    }
    #faq .board-search-wrapper .form {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px;
    }
    #faq .board-search-wrapper .form select {
        margin-left: 0;
        flex: 1;
    }
    #faq .board-search-wrapper .form #search {
        width: calc( 100% - 88px );
        margin-left: 0;
    }
    #faq .board-search-wrapper .form .btnNormal {
        width: 80px;
        margin-left: 0;
    }
    #faq .board-search-wrapper .form #search,
    #faq .board-search-wrapper .form select,
    #faq .board-search-wrapper .form .btnNormal {
        height: 46px;
        font-size: 14px;
    }
    .section-contact .contact-content {
        padding-top: 60px;
    }
    .section-contact .content-header .header-upper {
        font-size: 18px;
    }
    .section-contact .content-header .header-title {
        font-size: 28px;
    }
    .section-contact .content-header .header-desc {
        font-size: 15px;
    }
    .section-contact .contact-content .content-item .item-thumb {
        aspect-ratio: 28 / 25;
    }
    .section-contact .contact-bg .bg-inner {
        padding: 0 30px;
    }
    .section-contact .contact-bg .bg-title {
        font-size: 21px;
    }
    #inquiry .inquiry-list .inquiry-item {
        flex: 1 1 100%;
    }
    #inquiry .page-body-lower::before {
        height: 100vw;
    }
    .fullmenu-overlay .fullmenu-inner {
        width: 100%;
    }
    .fullmenu-overlay .fullmenu-inner .fullmenu-nav {
        padding: 25px 55px 120px;
    }
    .fullmenu-nav .nav-item .label {
        font-size: 24px;
    }
    .fullmenu-nav .nav-item .inner-nav {
        padding-left: 20px;
        align-items: flex-start;
        flex-direction: column;
        gap: 20px 0;
    }
    .fullmenu-nav .nav-item .inner-nav .inner-nav-item {
        margin-right: 0;
        padding-right: 0;
    }
    .fullmenu-nav .nav-item .inner-nav .inner-nav-item::after {
        display: none;
    }
    .fullmenu-overlay .fullmenu-inner .fullmenu-bg .bg-wrapper img {
        object-position: center 60%;
    }
    #ci .ci-content .ci-title {
        font-size: 18px;
    }
    #ci .ci-content .ci-content-upper {
        margin-top: 40px;
    }
    #ci .ci-content .ci-content-upper .image-wrapper {
        padding: 20px;
    }
    #ci .ci-content .ci-content-upper .caption-wrapper {
        padding: 0;
    }
    #ci .ci-content .ci-content-upper .caption-wrapper .caption-title {
        font-size: 20px;
        text-align: center;
    }
    #ci .ci-content .ci-content-upper .caption-wrapper .caption-desc {
        margin-top: 20px;
        font-size: 15px;
    }
    #ci .ci-content .ci-content-upper .caption-wrapper .caption-download .label {
        font-size: 18px;
    }
    #ci .ci-content .ci-content-upper .caption-wrapper .caption-download .downloads {
        gap: 20px;
    }
    #ci .ci-content .ci-content-upper .caption-wrapper .caption-download .downloads a {
        font-size: 15px;
    }
    #ci .ci-content-middle .color-chips-caption {
        font-size: 18px;
        word-break: keep-all;
    }
    #ci .ci-content-middle .color-chips-caption br {
        display: none;
    }
    #ci .ci-content-lower {
        margin-top: 80px;
    }
    #ci .ci-content-lower .slogan-title {
        font-size: 20px;
    }
    #ci .ci-content-lower .inner-wrap {
        margin-top: 0;
    }
    #ci .ci-content-lower .inner-wrap .caption-wrapper {
        padding: 0;
    }
    #ci .ci-content-lower .inner-wrap .caption-wrapper .caption-desc {
        font-size: 15px;
    }
}