/* reset */
html {
    --window-w: 100vw;
    --window-h: 100vh
}

:root {
    --base-ratio: 0.75;
    --base-size: 1920;
    --base-percent: 100vw;
	--swiper-navigation-color: #fff;
	--swiper-pagination-bullet-size: 8px;
	--swiper-pagination-color: #fff;
	--swiper-pagination-bullet-horizontal-gap: 6px;
	--swiper-pagination-bullet-inactive-color: #fff;
	--swiper-pagination-bullet-inactive-opacity: 1;
	--swiper-pagination-bottom: 45px;
}
*{padding:0;margin:0;-webkit-text-size-adjust:none;}
body {font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote, th, td{margin:0;padding:0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary{display:block;}
fieldset, img{border:0 none;vertical-align:middle;}
dl, ul, ol, menu, li{list-style:none;list-style-type:none;}
ul:after,
ol:after{display:block;height:0;content:"";float:none;clear:both;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;}
address, caption, cite, code, dfn, em, var{font-style:normal;}
a{color:inherit;text-decoration:none;background:transparent;}
a:focus,
a:active,
a:hover{text-decoration:none;}
a, input, textarea, select, button{}
table{border-collapse:collapse;border-spacing:0;width:100%;}
th, td{padding:0;word-break:break-all;}
img{border:0 none;vertical-align:middle;max-width:100%;}
caption{overflow:hidden;width:0;height:0;font-size:0;line-height:0;}
body {background-color:#fff;}

.clear:after{content:'';display:block;clear:both;}
.pc_none {display: none;}
.pc_on {display: block;}
.fp-watermark {display:none;}
.row_wrap {
    padding: 0 max(calc(80px * var(--base-ratio)),calc(calc(80 / var(--base-size)) * var(--base-percent)));
}
.row_wrap.noMargin {
    padding: 0;
}
.hide {
	overflow:hidden;
	position:absolute;
	left:-9999px;
	width:0 !important;
	height:0 !important;
	font-size:0 !important;
	line-height:0 !important;
	margin:0 !important;
	padding:0 !important;
}
.blind {
    display: none;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    clip: rect(0,0,0,0);
    border: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
@media (min-width: 1025px) {
    .col-1 {
        flex:0 0 auto;
        flex-basis: 8.3333333333%;
        width: 8.3333333333%;
        padding: 0 calc(max(calc(20px*var(--base-ratio)),calc(calc(20/var(--base-size))*var(--base-percent)))*.5);
        box-sizing: border-box;
        position: relative
    }

    .offset-1 {
        margin-left: 8.3333333333%;
        position: relative
    }

    .col-2 {
        flex: 0 0 auto;
        flex-basis: 16.6666666667%;
        width: 16.6666666667%;
        padding: 0 calc(max(calc(20px*var(--base-ratio)),calc(calc(20/var(--base-size))*var(--base-percent)))*.5);
        box-sizing: border-box;
        position: relative
    }

    .offset-2 {
        margin-left: 16.6666666667%;
        position: relative
    }

    .col-3 {
        flex: 0 0 auto;
        flex-basis: 25%;
        width: 25%;
        padding: 0 calc(max(calc(20px*var(--base-ratio)),calc(calc(20/var(--base-size))*var(--base-percent)))*.5);
        box-sizing: border-box;
        position: relative
    }

    .offset-3 {
        margin-left: 25%;
        position: relative
    }

    .col-4 {
        flex: 0 0 auto;
        flex-basis: 33.3333333333%;
        width: 33.3333333333%;
        padding: 0 calc(max(calc(20px*var(--base-ratio)),calc(calc(20/var(--base-size))*var(--base-percent)))*.5);
        box-sizing: border-box;
        position: relative
    }

    .offset-4 {
        margin-left: 33.3333333333%;
        position: relative
    }

    .col-5 {
        flex: 0 0 auto;
        flex-basis: 41.6666666667%;
        width: 41.6666666667%;
        padding: 0 calc(max(calc(20px*var(--base-ratio)),calc(calc(20/var(--base-size))*var(--base-percent)))*.5);
        box-sizing: border-box;
        position: relative
    }

    .offset-5 {
        margin-left: 41.6666666667%;
        position: relative
    }

    .col-6 {
        flex: 0 0 auto;
        flex-basis: 50%;
        width: 50%;
        padding: 0 calc(max(calc(20px*var(--base-ratio)),calc(calc(20/var(--base-size))*var(--base-percent)))*.5);
        box-sizing: border-box;
        position: relative
    }

    .offset-6 {
        margin-left: 50%;
        position: relative
    }

    .col-7 {
        flex: 0 0 auto;
        flex-basis: 58.3333333333%;
        width: 58.3333333333%;
        padding: 0 calc(max(calc(20px*var(--base-ratio)),calc(calc(20/var(--base-size))*var(--base-percent)))*.5);
        box-sizing: border-box;
        position: relative
    }

    .offset-7 {
        margin-left: 58.3333333333%;
        position: relative
    }

    .col-8 {
        flex: 0 0 auto;
        flex-basis: 66.6666666667%;
        width: 66.6666666667%;
        padding: 0 calc(max(calc(20px*var(--base-ratio)),calc(calc(20/var(--base-size))*var(--base-percent)))*.5);
        box-sizing: border-box;
        position: relative
    }

    .offset-8 {
        margin-left: 66.6666666667%;
        position: relative
    }

    .col-9 {
        flex: 0 0 auto;
        flex-basis: 75%;
        width: 75%;
        padding: 0 calc(max(calc(20px*var(--base-ratio)),calc(calc(20/var(--base-size))*var(--base-percent)))*.5);
        box-sizing: border-box;
        position: relative
    }

    .offset-9 {
        margin-left: 75%;
        position: relative
    }

    .col-10 {
        flex: 0 0 auto;
        flex-basis: 83.3333333333%;
        width: 83.3333333333%;
        padding: 0 calc(max(calc(20px*var(--base-ratio)),calc(calc(20/var(--base-size))*var(--base-percent)))*.5);
        box-sizing: border-box;
        position: relative
    }

    .offset-10 {
        margin-left: 83.3333333333%;
        position: relative
    }

    .col-11 {
        flex: 0 0 auto;
        flex-basis: 91.6666666667%;
        width: 91.6666666667%;
        padding: 0 calc(max(calc(20px*var(--base-ratio)),calc(calc(20/var(--base-size))*var(--base-percent)))*.5);
        box-sizing: border-box;
        position: relative
    }

    .offset-11 {
        margin-left: 91.6666666667%;
        position: relative
    }

    .col-12 {
        flex: 0 0 auto;
        flex-basis: 100%;
        width: 100%;
        padding: 0 calc(max(calc(20px*var(--base-ratio)),calc(calc(20/var(--base-size))*var(--base-percent)))*.5);
        box-sizing: border-box;
        position: relative
    }

    .offset-12 {
        margin-left: 100%;
        position: relative
    }
}

#header {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    clear: both;
    height: 100px;
    line-height: 100px;
    position: fixed;
    z-index: 60;
	transition:top 0.5s;
    top: 0px;
}
#header.sub {background-color:#fff;}
#header.header_hidden { top: -100px; }
#header .logo {
	margin-left:10%;
	width:150px;
	height:auto;
	z-index:100;
}
#header.sub .logo img { content:url("/images/logo.png"); }
#brands_sticky.header_hidden { top: 0; }
#brands_sticky {
	transition:top 0.5s;
}
#nav {
    position: absolute;
    top: 0;
    height: 100px;
    z-index: 50;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

#nav.on {
	background-color:#fff;
}
#mainnav {
    display: table;
    margin-left: auto;
    margin-right: auto;
}
#mainnav > li {
    float: left;
    font-weight: 600;
    text-align: center;
    padding: 0 50px;
    position: relative;
}

#mainnav > li .depth1_title {
    letter-spacing:-0.5px;
	text-transform:uppercase;
}

#mainnav > li .depth1_title a {
    display: block;
    color: #fff;
    font-size:  max(calc(20px * var(--base-ratio)), calc(calc(22 / var(--base-size)) * var(--base-percent)));
}
#mainnav > li.active .depth1_title a {
    color: #ab7444 !important;
}
#header.sub #mainnav > li .depth1_title a, #nav.on #mainnav > li .depth1_title a {
    color: #333;
}
#mainnav > li .line {
    width: 0%;
    height: 3px;
    background: #ab7444;
    display: block;
    margin: auto;
    position: relative;
    z-index: 10;
}
#mainnav > li .depth1_title:after {
    content: '';
    width: 0%;
    height: 1px;
    background: #ab7444;
    display: block;
}

#mainnav .depth2 {
	height: 347px;
	padding-top: 0px; padding-bottom: 0px;
	margin-top: 0px;  margin-bottom: 0px;
    position: absolute;
    top: 100px;
    display: none;
    z-index: 10;
    width: 100%;
    left: 0;
}
#mainnav .depth2 ul {
    height: 344px;
    margin-top: 3px;
    box-sizing: border-box;
    padding-top: 30px;
}
#mainnav > li:hover .depth2 ul {background-color: #fffcf2;opacity : 1;}

#mainnav .depth2 > ul > li {
    line-height: 2.3;
    text-align: center;
}

#mainnav .depth2 > ul > li > a {
    font-size: 16px;
    color: #666;
    font-weight: normal;
}
#mainnav .depth2 > ul > li.active > a {
    font-weight: 800;
}
#mainnav .depth2 > ul > li > a:hover {
    font-weight: bold;
}
#nav .bg_box {
	display: none; height: 348px;
	padding-top: 0px; margin-top: 0px;
	padding-bottom: 0px; margin-bottom: 0px;
	border-TOP: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    position: absolute;
    background: #fff;
	opacity : 1;
    top: 100px;
    left: 0px;
    height: 348px;
    z-index: 5;
    width: 100%;
}
.swiper-pagination-bullet-active {
	width:14px;
	height:14px;
}

.swiper-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
}
#scrollToTopBtn {
	position: fixed;
	bottom: 20%;
	right: 5%;
	z-index: 999;
	border: none;
	outline: none;
	color: white;
	cursor: pointer;
	opacity: 0;
	transition: opacity 0.3s ease;
	width:50px;
	height:50px;
	background-color:transparent;
}
#scrollToTopBtn.show {
	opacity: 1;
}
  
#footer {
    width: 100%;
    overflow: hidden;
    position: relative;
}
#footer .footer_con {
    background-color: #333;
}
#footer .ft_inner {
    padding: 130px 0;
    width: 90%;
	max-width:1200px;
    margin: 0 auto;
    overflow: hidden;
	display:flex;
}
#footer .ft_left {
    text-align: left;
	width:20%;
	margin-right:100px;
}
#footer .ft_left img {
    width:160px;
	height:auto;
}

#footer .ft_right {
	text-align:left;
}

#footer .ft_right .ft_txt {
    line-height: 15px;
}
#footer .ft_right .ft_txt p {
    color: #a1a1a1;
    font-weight: 500;
	margin-bottom:23px;
}
#footer .ft_right .ft_txt p:last-child {
	margin-bottom:0;
}
#footer .ft_right .ft_txt span {
    margin-right: 30px;
}

#footer select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 200px;
    height: 36px;
	font-size:14px;
    color: #bbb;
    box-sizing: border-box;
    padding: 0 20px;
    vertical-align: middle;
    box-sizing: border-box;
    border: 1px solid #999;
    border-radius: 10px;
    background: transparent url(/images/select_arrow.png) no-repeat 90% 50%;
	margin:20px 2px;
}
#footer .ft_right select:focus {outline:none;}
#footer .sns {
	color: #555;
	font-size:32px;
}

#main {
    width: 100%;
    margin: 0 auto
}
section.title {
    position: relative;
    width: 100%;
    height: 200vh;
}
section.nonAnimeTitle {
    position: relative;
    width: 100%;
	padding-top:100px;
	height: 300px;
}
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: max(calc(calc(calc(1 / var(--base-size)) * var(--base-percent)) * -1));
    left: 0;
    width: 100%;
    height: calc(100vh + max(calc(2px * var(--base-ratio)),calc(calc(2 / var(--base-size)) * var(--base-percent))));
    overflow: hidden;
}

section.title .title_wrap, section.nonAnimeTitle .title_wrap {
    position: absolute;
    top: max(calc(170px * var(--base-ratio)),calc(calc(170 / var(--base-size)) * var(--base-percent)));
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
}
section.title .title_wrap .title, section.nonAnimeTitle .title_wrap .title {
    position: relative;
    z-index: 9;
}
section.title .title_wrap .title h1, section.nonAnimeTitle .title_wrap .title h1 {
    padding-bottom: max(calc(8px * var(--base-ratio)),calc(calc(8 / var(--base-size)) * var(--base-percent)));
    font-size: max(calc(52px * var(--base-ratio)),calc(calc(52 / var(--base-size)) * var(--base-percent)));
    line-height: 1.25;
    letter-spacing: -.02em;
    font-weight: 700;
    color: #1c1c1c;
}
section.title .title_wrap .title p, section.nonAnimeTitle .title_wrap .title p {
    font-size: max(calc(18px * var(--base-ratio)),calc(calc(18 / var(--base-size)) * var(--base-percent)));
    line-height: 1.25;
    letter-spacing: -.02em;
    font-weight: 500;
    color: #696969;
}
section.title .bg_wrap {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    --clip: 45% 13% 0 13%;
    -webkit-clip-path: inset(var(--clip));
    clip-path: inset(var(--clip));
}
section.title .bg_wrap .bg {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 8;
    transform: translate(0,30%);
}

.row .con {
	padding-top:150px;
	padding-bottom:150px;
	text-align:center;
	width:100%;
}

.row .con > img {
	margin-bottom:100px;
}

.row .con .title {
	font-size:60px;
	font-weight:700;
	margin-bottom:90px;
}
.row .con p {
	margin-bottom:20px;
	line-height:1.8;
}


/* index */
section.index.top .index_top {
	position: absolute;
	bottom:20%;
	left:10%;
	z-index:100;
	color:#fff;
}
section.index.top .swiper-slide {
	height:100vh;
	background-position: center;
	background-size: cover;
}
section.index.top .swiper-slide#swipe-slide-01 {
	background-image:url('/images/bg_index_top_01.jpg');
}
section.index.top .swiper-slide#swipe-slide-02 {
	background-image:url('/images/bg_index_top_02.jpg');
}
section.index.top .swiper-slide#swipe-slide-03 {
	background-image:url('/images/bg_index_top_03.jpg');
}

section.index.top .index_top h1 {
	font-size:max(calc(52px * var(--base-ratio)),calc(calc(120 / 1920) * var(--base-percent)));
	font-family:"Sofia Sans Extra Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight:700;
}
section.index.top .index_top p {
	font-size:max(calc(16px * var(--base-ratio)),calc(calc(30 / 1920) * var(--base-percent)));
	font-weight:300;
	padding-left:5px;
}

section.index.sec01 .content {
	height:100%;
	background: url(/images/bg_index_sec01_01.jpg) center no-repeat;
	background-size: cover;
	display:flex;
	flex-direction:column;
	justify-content: center;
    align-items: center;
	color:#fff;
	transition:background 0.5s;
}

section.index.sec01 .content .infra_wrap  {
	display:flex;
	justify-content: center;
    align-items: center;
	width:90%;
}

section.index.sec01 .content .infra_wrap > div  {
	width:660px;
	aspect-ratio:660/480;
	display:flex;
	flex-direction:column;
	justify-content: center;
    align-items: center;
	cursor:pointer;
	position: relative;
}
section.index.sec01 .content .infra_wrap > div:hover .blur {
    border: 2px solid rgba(255,255,255,.35);
    background-color: rgba(255,255,255,.3);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
section.index.sec01 .content .arrow {
	font-size:max(calc(30px * var(--base-ratio)),calc(calc(50 / 1920) * var(--base-percent)));
	text-align:center;
	visibility:hidden;
}
section.index.sec01 .content .infra_wrap > div:hover .arrow {
    visibility:visible;
	z-index:10;
}
section.index.sec01 .content .infra_wrap .blur {
    width: calc(100% - max(calc(40px * var(--base-ratio)),calc(calc(40 / var(--base-size)) * var(--base-percent))));
    transition-duration: .6s;
    border: 2px solid transparent;
    border-radius: max(calc(8px * var(--base-ratio)),calc(calc(8 / var(--base-size)) * var(--base-percent)));
	position:absolute;
	width:90%;
	height:100%;
	z-index:1;
}

section.index.sec01 .content .infra_wrap .icon {
	font-size:max(calc(45px * var(--base-ratio)),calc(calc(70 / 1920) * var(--base-percent)));
	margin-bottom:40px;
	z-index:10;
}
section.index.sec01 .content h1 {
	font-size:max(calc(30px * var(--base-ratio)),calc(calc(48 / 1920) * var(--base-percent)));
	margin-bottom:55px;
}
section.index.sec01 .content h2 {
	font-size:max(calc(20px * var(--base-ratio)),calc(calc(36 / 1920) * var(--base-percent)));
	text-align:center;
	margin-bottom:20px;
	z-index:10;
}
section.index.sec01 .content p {
	font-size:max(calc(15px * var(--base-ratio)),calc(calc(20 / 1920) * var(--base-percent)));
	text-align:center;
	margin-bottom:35px;
	z-index:10;
}

section.index.sec02 {
	text-align:center;
	overflow-x:hidden;
}
section.index.sec02 ul {
	width:100%;
	height:200px;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:100px;
}

section.index.sec02 ul li {
	display:flex;
	flex-direction:column;
	opacity:20%;
	cursor:pointer;
	font-size:max(calc(15px * var(--base-ratio)),calc(calc(20 / 1920) * var(--base-percent)));
	font-weight:700;
}
section.index.sec02 ul li img {
	height:calc(calc(68 / 1920) * var(--base-percent));
	width:auto;
	margin-bottom:10px;
}
section.index.sec02 ul li:before {
	display:inline-block;
	vertical-align:middle;
	content:'';
	height:100%;
}
section.index.sec02 ul li.active, section.sec02 ul li:hover {
	opacity:100%;
}
section.index.sec02 ul li:first-child {
	margin-right:max(calc(50px * var(--base-ratio)),calc(calc(145 / 1920) * var(--base-percent)));
}
section.index.sec02 .content {
	width:200%;
	height:calc(100% - 300px);
	transition: transform 0.5s ease-in-out;
	display:flex;
}
section.index.sec02 .content > div {
	width:50%;
	height:100%;
	flex-shrink: 0;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:flex-start;
}
section.index.sec02 .content .banolim {
	background: center / cover no-repeat url(/images/bg_index_sec02_01.jpg);
}
section.index.sec02 .content .ogu {
	background: center / cover no-repeat url(/images/bg_index_sec02_02.jpg)
}
section.index.sec02 .content .logo {
	width:100%;
	height:max(calc(80px * var(--base-ratio)),calc(calc(150 / 1920) * var(--base-percent)));
	margin-bottom:50px;
	text-align:left;
}
section.index.sec02 .content .logo img{
	width:auto;
	height:100%;
	margin-left:max(calc(50px * var(--base-ratio)),calc(calc(310 / 1920) * var(--base-percent)));
	filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.3));
}
section.index.sec02 .content .text {
	font-size:max(calc(15px * var(--base-ratio)),calc(calc(22 / 1920) * var(--base-percent)));
	font-weight:700;
	line-height:1.6;
	margin-bottom:110px;
	text-align:justify;
	color:white;
	margin-left:max(calc(50px * var(--base-ratio)),calc(calc(310 / 1920) * var(--base-percent)));
	filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.3));
	margin-right:max(calc(50px * var(--base-ratio)),calc(calc(310 / 1920) * var(--base-percent)));
	filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.3));
}
section.index.sec02 .content .button button {
	width:max(calc(150px * var(--base-ratio)),calc(calc(175 / 1920) * var(--base-percent)));
	aspect-ratio:175/45;
	background-color:transparent;
	font-weight:700;
	color:white;
	font-size:max(calc(15px * var(--base-ratio)),calc(calc(22 / 1920) * var(--base-percent)));
	border:1px solid #fff;
	cursor:pointer;
	margin-left:max(calc(50px * var(--base-ratio)),calc(calc(310 / 1920) * var(--base-percent)));
	filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.3));
}
section.index.sec02 .content .button button:hover {
	background-color:#fff;
	color:#999;
}

/* Company > 회사 소개 */
section.title.about .bg_wrap {
    z-index:1;
}
section.title.about .bg_wrap .bg {
    background: url(/images/bg_company_about.jpg) center no-repeat;
    background-size: cover;
}
section.about.sec01 {
	height:300vh;
}
section.about .row_wrap {
	position:sticky;
	height:100%;
	height: calc(100vh + max(calc(2px * var(--base-ratio)),calc(calc(2 / var(--base-size)) * var(--base-percent))));
}
section.about .row_wrap .front_content {
	position:absolute;
	width:100%;
	height:100%;
}
section.about .row_wrap .front_content .cont_wrap {
	position:absolute;
	width:100%;
	height:100%;
	top:0;left:0;
	z-index:4;
}
section.about .row_wrap .front_content .cont_wrap .section {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    transition: visibility 1s cubic-bezier(.42,0,.13,1);
	display:flex;
}
section.about .row_wrap .front_content .cont_wrap .section.sec02 {
    flex-direction:row-reverse;
}
section.about .row_wrap .front_content .cont_wrap .sec01 {
    --txtClip: 0 100% 0 0;
    --bgClip: 0 0 100% 0;
}
section.about .row_wrap .front_content .cont_wrap .sec02 {
    --txtClip: 0 0 0 100%;
    --bgClip: 100% 0 0 0;
}
section.about .row_wrap .front_content .cont_wrap .sec03 {
    --txtClip: 0 100% 0 0;
    --bgClip: 0 0 100% 0;
}
section.about .row_wrap .front_content .cont_wrap .section .txt_area {
	clip-path: inset(var(--txtClip));
	transition: clip-path 1s cubic-bezier(.42,0,.13,1),-webkit-clip-path 1s cubic-bezier(.42,0,.13,1);
	width:50%;
	display:flex;
	justify-content:center;
	flex-direction:column;
}
section.about .row_wrap .front_content .cont_wrap .section .txt_area h1 {
	margin: 0 20% 50px;
	font-size:max(calc(28px * var(--base-ratio)),calc(calc(48 / 1920) * var(--base-percent)));
}
section.about .row_wrap .front_content .cont_wrap .section .txt_area h2 {
	margin: 0 20% 40px;
	font-size:max(calc(25px * var(--base-ratio)),calc(calc(38 / 1920) * var(--base-percent)));
}
section.about .row_wrap .front_content .cont_wrap .section .txt_area p {
	margin: 0 20% 40px;
	font-size:max(calc(15px * var(--base-ratio)),calc(calc(22 / 1920) * var(--base-percent)));
	line-height:1.5;
}
section.about .row_wrap .front_content .cont_wrap .section .img_area {
	clip-path: inset(var(--bgClip));
	transition: clip-path 1s cubic-bezier(.42,0,.13,1),-webkit-clip-path 1s cubic-bezier(.42,0,.13,1);
	width:50%;
	height:100%;
}
section.about .row_wrap .front_content .cont_wrap .section .img_area .img {
	width:100%;
	height:100%;
}

section.about .row_wrap .front_content .cont_wrap .sec01 .txt_area{
    background-color:#fffcf2;
}
section.about .row_wrap .front_content .cont_wrap .sec02 .txt_area{
    background-color:#000;
	color:#fff;
}
section.about .row_wrap .front_content .cont_wrap .sec03 .txt_area{
    background-color:#fff;
}
section.about .row_wrap .front_content .cont_wrap .sec01 .img_area{
    background: url(/images/img_about_01.jpg) center no-repeat;
	background-size: cover;
}
section.about .row_wrap .front_content .cont_wrap .sec02 .img_area{
   background: url(/images/img_about_02.jpg) center no-repeat;
   background-size: cover;
}
section.about .row_wrap .front_content .cont_wrap .sec03 .img_area{
   background: url(/images/img_about_03.jpg) center no-repeat;
   background-size: cover;
}

section.about .row_wrap .front_content .cont_wrap .sec01.active {
    --txtClip: 0 0% 0 0;
    --bgClip: 0 0 0% 0;
    visibility: visible;
}
section.about .row_wrap .front_content .cont_wrap .sec02.active {
    --txtClip: 0 0 0 0%;
    --bgClip: 0% 0 0 0;
    visibility: visible;
}
section.about .row_wrap .front_content .cont_wrap .sec03.active {
    --txtClip: 0 0% 0 0;
    --bgClip: 0 0 0% 0;
    visibility: visible;
}

/* Company > 회사 소개 > Core Values */
section.about.sec02 {
	display: flex;
	flex-direction:column;
	align-items: center;
	padding: 150px 20%;
	background-color:#fffcf2;
	overflow:hidden;
}
section.about.sec02 .title {
	display: flex;
	flex-direction:column;
	width:100%;
}
section.about.sec02 .title h1{
	font-size:max(calc(33px * var(--base-ratio)),calc(calc(55 / 1920) * var(--base-percent)));
	font-weight:700;
	line-height:1.2;
	text-align:left;
	margin-bottom:40px;
}
section.about.sec02 .title h2{
	font-family: "Noto Sans KR", sans-serif;
	font-size:max(calc(25px * var(--base-ratio)),calc(calc(38 / 1920) * var(--base-percent)));
	font-weight:700;
	margin-bottom:55px;
}
section.about.sec02 .title p{
	font-size:max(calc(15px * var(--base-ratio)),calc(calc(22 / 1920) * var(--base-percent)));
	font-weight:500;
	line-height:1.7;
}
section.about.sec02 .columns {
	display: flex;
	flex-direction:row;
	gap:calc(calc(90 / 1920) * var(--base-percent));
}
section.about.sec02 .column {
	display: flex;
	flex-direction: column;
	gap: 50px;
	flex: 1;
	margin-top:20px;
}
section.about.sec02 .column:first-child {
	justify-content: flex-end;
	padding-top:120px;
}
section.about.sec02 .column .card {
	background: white;
	border-radius: 16px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	display: flex;
	flex-direction:column;	
}
section.about.sec02 .column .card .img {
	aspect-ratio:544/368;
}
section.about.sec02 .column .card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section.about.sec02 .column .card .card-content {
	padding: 20px;
}
section.about.sec02 .column .card h3 {
	font-family: "Noto Sans KR", sans-serif;
	font-size:max(calc(25px * var(--base-ratio)),calc(calc(40 / 1920) * var(--base-percent)));
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing:-1px;
}
section.about.sec02 .column .card h3 span {
	font-size:max(calc(15px * var(--base-ratio)),calc(calc(22 / 1920) * var(--base-percent)));
}

section.about.sec02 .column .card p {
	font-size:max(calc(15px * var(--base-ratio)),calc(calc(21 / 1920) * var(--base-percent)));
	line-height: 1.4;
	font-weight:500;
}

/* Company > 회사 소개 > History */
section.about.sec03 {
	padding: 150px 20%;
	background-color:#fff;
}
section.about.sec03 .title {
	width:100%;
	position:relative;
	margin-bottom:190px;
}
section.about.sec03 .timeline-line {
	position:absolute;
	top:calc(50% - 9px);
	left:-60px;
	width:2px;
	height:1000%;
	background: linear-gradient(to bottom, black 0%, transparent 100%);
}
section.about.sec03 .timeline-line:before {
	content:'';
	position:absolute;
	top:0;
	left:50%;
	transform: translateX(-50%);
	width:18px;
	height:18px;
	background-color:#000;
	border-radius:50%;
}
section.about.sec03 .title h1{
	font-size:max(calc(33px * var(--base-ratio)),calc(calc(55 / 1920) * var(--base-percent)));
	font-weight:700;
	line-height:1.2;
	text-align:left;
	margin-bottom:50px;
}
section.about.sec03 .title h2{
	font-family: "Noto Sans KR", sans-serif;
	font-size:max(calc(25px * var(--base-ratio)),calc(calc(38 / 1920) * var(--base-percent)));
	font-weight:600;
	margin-bottom:30px;
}
section.about.sec03 .title p{
	font-size:max(calc(15px * var(--base-ratio)),calc(calc(22 / 1920) * var(--base-percent)));
	font-weight:500;
	line-height:1.7;
	margin-bottom:55px;
}
section.about.sec03 .title .img{
	width:80%;
}
section.about.sec03 .title img{
	width:100%;
	width:auto;
}
section.about.sec03 .middle {
	width:100%;
	margin-bottom:210px;
}
section.about.sec03 .middle p {
	font-size:max(calc(15px * var(--base-ratio)),calc(calc(22 / 1920) * var(--base-percent)));
	line-height:1.7;
}
section.about.sec03 .finale {
	width:100%;
	display:flex;
	flex-direction:row-reverse;
	gap:calc(calc(120 / 1920) * var(--base-percent));
}
section.about.sec03 .finale .column {
	flex:1;
	position:relative;
}
section.about.sec03 .finale h1{
	font-size:max(calc(33px * var(--base-ratio)),calc(calc(55 / 1920) * var(--base-percent)));
	font-weight:700;
	line-height:1.2;
	text-align:right;
	margin-bottom:40px;
}
section.about.sec03 .finale p {
	font-size:max(calc(15px * var(--base-ratio)),calc(calc(22 / 1920) * var(--base-percent)));
	line-height:1.7;
	text-align:right;
}
section.about.sec03 .finale .timeline-line {
	position:absolute;
	top:5px;
	left:calc( calc(-60 / 1920) * var(--base-percent));;
	width:2px;
	height:100%;
	background: linear-gradient(to bottom, black 0%, transparent 100%);
}
section.about.sec03 .finale .timeline-line:before {
	content:'';
	position:absolute;
	top:0;
	left:50%;
	transform: translateX(-50%);
	width:18px;
	height:18px;
	background-color:#000;
	border-radius:50%;
}

/* Company > CI소개 */
section.title.ci .bg_wrap .bg {
    background: url(/images/bg_company_ci.jpg) center no-repeat;
    background-size: cover;
}
.ci .row_wrap {
	padding-top:150px;
	padding-bottom:150px;
}
.ci .row_wrap .row {
	min-width:1024px;
	max-width:1141px;
	margin:0 auto;
	width:100%;
}
.ci .row_wrap .row .logo {
	width:100%;
	text-align:center;
	margin:0 auto;
	padding-bottom:100px;
	border-bottom:2px solid #999;
}
.ci .row_wrap .row .logo img {
	width:37%;
	height:auto;
}
.ci .row_wrap .row h1 {
	width:100%;
	font-weight:700;
	text-align:left;
	display:block;
	line-height:1.5;
	padding-bottom:40px;
	margin:50px auto 0;
	font-size:max(calc(25px * var(--base-ratio)),calc(calc(38 / 1920) * var(--base-percent)));
}
.ci .row_wrap .row p {
	width:100%;
	margin: 0 auto max(calc(25px * var(--base-ratio)),calc(calc(45 / 1920) * var(--base-percent)));
	font-size:max(calc(15px * var(--base-ratio)),calc(calc(20 / 1920) * var(--base-percent)));
	line-height:1.55;
}

.ci.sec02 {
	background-color:#fffcef;
}
.ci.sec02 .row_wrap .row {
	display:flex;
	justify-content:space-between;
}
.ci.sec02 .row_wrap .row .column {
	width:30%;
	text-align:left;
}
.ci.sec02 .row_wrap .row .column .color_sub {
	color:#999;
	font-size:15px;
}
.ci.sec02 .row_wrap .row .column .color_name {
	font-size:30px;
	font-weight:600;
	margin-bottom:25px;
}
.ci.sec02 .row_wrap .row .column .color_box {
	width:100%;
	aspect-ratio:323/176;
	margin-bottom:25px;
}
.ci.sec02 .row_wrap .row .column.black .color_box {
	background-color:#000;
}
.ci.sec02 .row_wrap .row .column.gray .color_box {
	background-color:#757982;
}
.ci.sec02 .row_wrap .row .column.white .color_box {
	background-color:#fff;
	border:1px solid #d9d9d9;
}
.ci.sec02 .row_wrap .row .column .color_pantone,
.ci.sec02 .row_wrap .row .column .color_rgb,
.ci.sec02 .row_wrap .row .column .color_cmyk {
	font-size:20px;
	margin-bottom:25px;
}
.ci.sec02 .row_wrap .row h2 {
	text-align:left;
	font-size:35px;
	font-weight:600;
	padding-top:35px;
	margin-bottom:20px;
	border-top:1px solid #d9d9d9;
	width:100%;
}
.ci.sec02 .row_wrap .row p {
	text-align:left;
	font-size:20px;
}


.ci.sec03 {
	background-color:#fff;
}
.ci.sec03 .row_wrap .row {
	display:flex;
	justify-content:space-between;
	margin:0 auto;
}
.ci.sec03 .row_wrap .row.title {
	margin-top:0;
	margin-bottom:0;
}
.ci.sec03 .row_wrap .row .column {
	width:30%;
	text-align:left;
}
.ci.sec03 .row_wrap .row .column .color_box {
	width:100%;
	aspect-ratio:323/176;
	margin-bottom:25px;
	display:flex;
	align-items: center;
    justify-content: center;
}
.ci.sec03 .row_wrap .row .column.black .color_box {
	background-color:#000;
}
.ci.sec03 .row_wrap .row .column.gray .color_box {
	background-color:#757982;
}
.ci.sec03 .row_wrap .row .column.white .color_box {
	background-color:#fff;
	border:1px solid #d9d9d9;

}
.ci.sec03 .row_wrap .row .column .color_box img{
	width:70%;
	height:auto;
	vertical-align:middle;
}

.ci.sec03 .row_wrap .row h2 {
	text-align:left;
	font-size:35px;
	font-weight:600;
	padding-top:35px;
	margin-bottom:20px;
	width:100%;
}
.ci.sec03 .row_wrap .row p {
	text-align:left;
	font-size:20px;
}

/* Company > 투명 경영 */
section.title.ethics .bg_wrap .bg {
    background: url(/images/bg_company_ethics.jpg) center no-repeat;
    background-size: cover;
}
.ethics .row_wrap .row {
	min-width:1024px;
	max-width:1141px;
	margin:150px auto;
	width:100%;
}
.ethics .row_wrap .row h1 {
	width:85.5%;
	font-weight:700;
	text-align:left;
	display:block;
	line-height:1.5;
	padding-bottom:40px;
	margin:0 auto;
	font-size:max(calc(25px * var(--base-ratio)),calc(calc(38 / 1920) * var(--base-percent)));
}
.ethics .row_wrap .row p {
	width:85.5%;
	margin: 0 auto calc(calc(45 / 1920) * var(--base-percent));
	font-size:max(calc(15px * var(--base-ratio)),calc(calc(22 / 1920) * var(--base-percent)));
	line-height:1.55;
}

.ethics .row_wrap .row div {
	width:100%;
	background: url(/images/bg_ethics_quotes.png) 40px 0 no-repeat;
	margin: 0 auto calc(calc(45 / 1920) * var(--base-percent));
	padding-top:50px;
}
.ethics .row_wrap .row div p {
	font-size:max(calc(15px * var(--base-ratio)),calc(calc(22 / 1920) * var(--base-percent)));
	font-weight:700;
}
.ethics .row_wrap .row h2 {
	width:85.5%;
	font-size:max(calc(20px * var(--base-ratio)),calc(calc(30 / 1920) * var(--base-percent)));
	margin: 0 auto calc(calc(45 / 1920) * var(--base-percent));
}
.ethics .row_wrap .row h2 img {
	width:200px;
	height:auto;
	margin-left:20px;
}



/* Company > 사회 공헌 */
section.title.csr .bg_wrap .bg {
    background: url(/images/bg_company_csr.jpg) center no-repeat;
    background-size: cover;
}
.csr.sec01 .row_wrap .row {
	display:flex;
	justify-content:space-between;
	flex-direction: row-reverse;
	margin-top:150px;
	padding:0 10%;
}
.csr.sec01 .item {
	width:50%;
}
.csr.sec01 .row_wrap .row.row01 .item:last-child {
	text-align:center;
}
.csr.sec01 .row_wrap .row.row01 .item:last-child img {
	width:80%;
	height:auto;
}
.csr.sec01 .row_wrap .row.row02 {
	flex-direction: row;
}
.csr.sec01 .row_wrap .row.row02 .item:last-child {
	text-align:right;
}
.csr.sec01 .row_wrap .row.row02 .item:last-child img {
	width:100%;
	height:auto;
}
.csr.sec01 .row_wrap .row.row02 .item:first-child h1 {
	width:80%;
	margin-left:10%;
}
.csr.sec01 .row_wrap .row.row02 .item:first-child p {
	width:80%;
	margin-left:10%;
}
.csr.sec01 .row_wrap .row.row03 {
	flex-direction: column;
	margin:150px 0 0;
	padding:0;
}

.csr.sec01 .row_wrap .row.row03 .column {
	display:flex;
	flex-direction:column;
}

.csr.sec01 .row_wrap .row.row03 .item {
	width:100%;
}
.csr.sec01 .row_wrap .row.row03 .item h1 {
	padding:0 10%;
	width:80%;
}
.csr.sec01 .row_wrap .row.row03 .item p {
	padding:0 10%;
	width:80%;
	margin-bottom:80px;
}
.csr.sec01 .row_wrap .row.row03 .item .img {
	aspect-ratio:1920/720;
	overflow:hidden;
}
.csr.sec01 .item h1 {
	font-size:max(calc(30px * var(--base-ratio)),calc(calc(48 / 1920) * var(--base-percent)));
	font-weight:700;
	display:block;
	margin-bottom:calc(calc(50 / 1920) * var(--base-percent));
}
.csr.sec01 .item p {
	line-height:155%;
	font-size:max(calc(15px * var(--base-ratio)),calc(calc(22 / 1920) * var(--base-percent)));
	margin-bottom:25px;
	width:80%;
}
.csr.sec01 .item p:last-child {
	margin-bottom:0;
}



/* Company > 오시는 길 */
section.title.location .bg_wrap .bg {
    background: url(/images/bg_company_location.jpg) center no-repeat;
    background-size: cover;
}
.location.sec01 {
    padding: max(calc(120px*var(--base-ratio)),calc(calc(120/var(--base-size))*var(--base-percent)))0 max(calc(180px*var(--base-ratio)),calc(calc(180/var(--base-size))*var(--base-percent)));
}
.location.sec01 .location_items {
    border-top: max(calc(2px*var(--base-ratio)),calc(calc(2/var(--base-size))*var(--base-percent))) solid #1c1c1c;
}
.location.sec01 .location_items li {
    display: flex;
    padding: max(calc(50px*var(--base-ratio)),calc(calc(50/var(--base-size))*var(--base-percent)))0;
    border-bottom: max(calc(1px*var(--base-ratio)),calc(calc(1/var(--base-size))*var(--base-percent))) solid #cfcfcf;
}
.location.sec01 .location_items li>div {
    width: 50%;
}
.location.sec01 .location_items li>div.desc_area {
    width: 30%;
}
.location.sec01 .location_items li>div.map_area {
    width: 70%;
}
.location.sec01 .desc_area {
    display: flex;
    gap: max(calc(10px*var(--base-ratio)),calc(calc(10/var(--base-size))*var(--base-percent)));
}
.location.sec01 .desc_area h4 {
    flex: 2;
    font-size: 34px; /* max(calc(36px*var(--base-ratio)),calc(calc(36/var(--base-size))*var(--base-percent)));*/
    line-height: 1.25;
    letter-spacing: -.02em;
    font-weight: 700;
    color: #1c1c1c;
	margin-bottom:80px;
}
.location.sec01 .desc_area .detail_list {
    flex: 3;
}
.location.sec01 .desc_area .detail_list dl {
    margin-bottom: max(calc(30px*var(--base-ratio)),calc(calc(30/var(--base-size))*var(--base-percent)));
}
.location.sec01 .desc_area .detail_list dt {
    margin-bottom: max(calc(8px*var(--base-ratio)),calc(calc(8/var(--base-size))*var(--base-percent)));
    font-weight: 700;
    color: #1c1c1c;
}
.location.sec01 .desc_area .detail_list dd>span {
    margin-right: max(calc(4px*var(--base-ratio)),calc(calc(4/var(--base-size))*var(--base-percent)));
    color: #696969;
    font-weight:700; transition: opacity .5s;
}
.location.sec01 .desc_area .detail_list dd>span, .location.sec01 .desc_area .detail_list dt,.location.sec01 .desc_area .detail_list dd {
    font-size: 21px;
    line-height: 1.25;
    letter-spacing: -.02em;
}
.location.sec01 .desc_area .detail_list dd .text_copy_btn {
    width: max(calc(16px*var(--base-ratio)),calc(calc(16/var(--base-size))*var(--base-percent)));
    height: max(calc(16px*var(--base-ratio)),calc(calc(16/var(--base-size))*var(--base-percent)));
    _background: url(/resources/kr/images/icon/ic_copy.svg)100% 100% no-repeat;
    background-size: cover;
    vertical-align: middle;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s;
}
.location.sec01 .map_area {
    position: relative;
    border: max(calc(1px*var(--base-ratio)),calc(calc(1/var(--base-size))*var(--base-percent))) solid #e8e8e8;
}
.location.sec01 .map_area::before {
    content: "";
    display: block;
    padding-bottom: 74.6%;
}
.location.sec01 .map_area .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.location.sec01 .map_area .map .mapTitle {
    font-weight:700;
	padding-top:2px;
}

section.title.ethics .bg_wrap .bg {
    background: url(/images/bg_company_ethics.jpg) center no-repeat;
    background-size: cover;
}
section.title.csr .bg_wrap .bg {
    background: url(/images/bg_company_csr.jpg) center no-repeat;
    background-size: cover;
}




/* Brands  */
section.title.brands .bg_wrap .bg {
    background: url(/images/bg_brands.jpg) center no-repeat;
    background-size: cover;
}
#brands_sticky {
	position:absolute;
	top:100px;
	width:100%;
	z-index:18;
	background-color:#fff;
}
#brands_sticky .tabs {
	text-align:center;
	line-height:200px;
}
#brands_sticky .tabs button {
	width:max(calc(150px * var(--base-ratio)),calc(calc(200 / 1920) * var(--base-percent)));
	font-size:max(calc(15px * var(--base-ratio)),calc(calc(20 / 1920) * var(--base-percent)));
	color:#000;
	font-weight:700;
	padding:0;
	background:transparent;
	border:0;
	cursor:pointer;
	opacity:20%;
	vertical-align:middle;
}
#brands_sticky .tabs button.active {
	opacity:100%;
}
#brands_sticky .tabs button:first-child {
	margin-right:100px;
}
#brands_sticky .tabs button img {
	margin-bottom:20px;
}

section.brands.sec01 .row_wrap {
	padding-top:300px;
}			
section.brands .row_wrap .row {
	display:block;
	margin:0;
}		
section.brands.sec02 .row_wrap .row, section.brands.sec02 .row_wrap .row {
	background-color:#fffcef;
	padding-bottom:60px;
}
section.brands.sec04 .row_wrap .row, section.brands.sec02 .row_wrap .row {
	background-color:#fffcef;
	padding-bottom:60px;
}
section#banolimpizza .bg {
	background: url(/images/bg_brands_banolim.jpg) center no-repeat;
    background-size: cover;
}
section#ogupizza .bg {
	background: url(/images/bg_brands_ogu.jpg) center no-repeat;
    background-size: cover;
}
section.brands .item {
	aspect-ratio: 1920/710;
	margin:0 max(calc(50px * var(--base-ratio)), calc(calc(310 / 1920) * var(--base-percent)));
	justify-content: center;
	align-items: flex-start;
	display:flex;
	flex-direction:column;
}
section.brands .item .img {
	display:block;
	width:100%;
	height:max(calc(80px * var(--base-ratio)), calc(calc(150 / 1920) * var(--base-percent)));
	margin-bottom:50px;
	text-align:left;
}
section.brands .item .img img {
	width:auto;
	height:100%;
}
section.brands .item p {
	display:block;
	width:100%;
	font-size:max(calc(15px * var(--base-ratio)),calc(calc(22 / 1920) * var(--base-percent)));
	text-align:left;
	font-weight:700;
	margin-bottom:50px;
	line-height:1.7;
	color:white;
}
section.brands .item p:last-child {
	margin-bottom:0;
}
section.brands #banolimpizza .item > img {
	display:block;
	width:17.9%;
	height:auto;
	margin-bottom:40px;
}
section.brands #ogupizza .item > img {
	display:block;
	width:14.4%;
	height:auto;
	margin-bottom:40px;
}
section.brands .bestmenu {
	margin:0 16% 60px;
	padding-top:135px;
	position:relative;
}
section.brands .bestmenu h4 {
	font-size:max(calc(25px * var(--base-ratio)),calc(calc(38 / 1920) * var(--base-percent)));
	font-weight:600;
	position:relative;	
}
section.brands .bestmenu .more {
	font-size:max(calc(20px * var(--base-ratio)),calc(calc(24 / 1920) * var(--base-percent)));
	font-weight:400;
	color:#999;
	position:absolute;
	text-align:right;
	right:0;
	top:0;
	display:flex;
	align-items: center;
}
section.brands .bestmenu .more i {
	width: max(calc(20px * var(--base-ratio)),calc(calc(50 / 1920) * var(--base-percent)));
	height: auto;
	display:inline-block;
	margin-right:10px;
}
section.brands .bestmenu .more i img {
	margin-bottom:0;
}
section.brands .bestmenu ul.scroll-box {
	width:100%;
	overflow-x:auto;
	white-space: nowrap;
	overflow-y: hidden; 
	margin:0 auto;
	cursor: url(/images/handopen.svg) 16 16, grab;
	user-select: none;
	-webkit-user-drag: none;
	position:relative;
	-webkit-user-select: none;
}
section.brands .bestmenu ul.scroll-box .scroll-hint {
  position: absolute;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: rgba(0, 0, 0, 50%);
  color: white;
  aspect-ratio:1/1;
  width:100px;
  height:100px;
  border-radius: 50%;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 18px;
  font-weight:400;
  padding:15px;
  pointer-events: none;
  text-align:center;
  transition: opacity 0.5s ease;
  line-height:1;
}
section.brands .bestmenu ul.scroll-box .scroll-hint img {
  width:60px;
  height:auto;
  margin-bottom:10px;
}
section.brands .bestmenu ul.scroll-box .scroll-hint.hidden {
  opacity: 0;
}
.scroll-button-next, .scroll-button-prev {
    position: absolute;
    top: calc(50% + (135px / 2));
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a67243;
	background-color:#fff;
	opacity:.9;
}
.scroll-button-prev {
	left: 0;
	right: auto;
	padding:10px 10px 10px 5px;
	border-radius:0 5px 5px 0;
}
.scroll-button-next {
	right: 0;
	left: auto;
	padding:10px 5px 10px 10px;
	border-radius:5px 0 0 5px;
}
.scroll-button-prev:after {
    content: 'prev';
}
.scroll-button-next:after {
    content: 'next';
}
.scroll-button-next:after, .scroll-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}
section.brands .bestmenu ul.scroll-box::-webkit-scrollbar {
  height: 6px;
  background-color: #d9d9d9;
}
section.brands .bestmenu ul.scroll-box::-webkit-scrollbar-thumb {
  background: #999;
}
section.brands .bestmenu ul:active {
	cursor: url(/images/handgrabbing.svg) 16 16, grabbing;
}
section.brands .bestmenu ul li {
	display:inline-block;
	width:240px;
	text-align:center;
	margin:0 30px;
}
section.brands .bestmenu:not(.social) ul li {
	padding:75px 0 115px;
}
section.brands .social ul li {
	width:250px;
	aspect-ratio:4 / 5;
	margin:65px 50px;
	overflow:hidden;
}
section.brands .social ul li div {
	width:100%;
	aspect-ratio:1 / 1;
}
section.brands .bestmenu img {
	width:100%;
	height:auto;
	height:auto;
	margin-bottom:20px;
	user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
}
section.brands .social img {
	object-fit: cover;
	object-position: center top;
}
section.brands.sec04 .social img {
	object-fit: cover;
	object-position: center center;
}

/* Business Supprot  */
/* 제조공장  */
section.title.factory .bg_wrap .bg {
    background: url(/images/bg_support_factory.jpg) center no-repeat;
    background-size: cover;
}
.factory.sec01 .row_wrap .row {
	display:flex;
	justify-content:space-between;
	flex-flow: row wrap;
	margin:150px auto;
}
.factory.sec01 .item.sub01 .sub01_wrap {
    width: 67.7%;
    position: relative;
}
.factory.sec01 .column:first-child {
	width:51%;
	display:flex;
	flex-direction:column;
	align-items: center;
}
.factory.sec01 .column:last-child {
	width:43%;
	display:flex;
	flex-direction:column-reverse;
}
.factory.sec01 .item h2 {
	font-size:max(calc(22px * var(--base-ratio)),calc(calc(36 / 1920) * var(--base-percent)));
	font-weight:400;
	display:block;
	margin-top:calc(calc(50 / 1920) * var(--base-percent));;
}
.factory.sec01 .item h1 {
	font-size:max(calc(23px * var(--base-ratio)),calc(calc(38 / 1920) * var(--base-percent)));
	font-weight:700;
	display:block;
	margin-bottom:calc(calc(50 / 1920) * var(--base-percent));
}
.factory.sec01 .item p {
	line-height:155%;
	font-size:max(calc(15px * var(--base-ratio)),calc(calc(22 / 1920) * var(--base-percent)));
	margin-bottom:calc(calc(40 / 1920) * var(--base-percent));;
}
.factory.sec01 p:last-child {
	margin-bottom:90px;
}
.factory.sec01 .item.sub01 {
	text-align:left;
	width:74.2%;
	float:right;
}
.factory.sec01 .item.sub01 .sub01_wrap {
	width:67.7%;
	position:relative;	
}
.factory.sec01 .item.sub01 img {
	width:100%;
	height:auto;
}
.factory.sec01 .item.sub01 .sub01_wrap img.haccp {
	width:36.9%;
	height:36.9%;
	position:absolute;
	top:68%;
	left:-18%;
}
.factory.sec01 .item.sub02 {
	margin-top:120px;
}
.factory.sec01 .item.sub03 img {
	width:100%;
	height:auto;
}
.factory.sec01 .item.sub04 {
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	padding-top:200px;
	aspect-ratio:1/1;
}
.factory.sec01 .item.sub04 p {
	font-size:max(calc(15px * var(--base-ratio)),calc(calc(22 / 1920) * var(--base-percent)));
	text-align:left;
}


/* 통합물류센터  */
section.title.logistics .bg_wrap .bg {
    background: url(/images/bg_support_logistics.jpg) center no-repeat;
    background-size: cover;
}
.logistics .row_wrap .row {
	display:flex;
	justify-content:space-between;
	flex-flow: row wrap;
	margin:150px auto;
}
.logistics.sec01 .row_wrap .row {
	flex-direction:row-reverse;
}
.logistics .row_wrap .row h1 {
	font-size:max(calc(25px * var(--base-ratio)),calc(calc(48 / 1920) * var(--base-percent)));
	letter-spacing:-1px;
	font-weight:700;
	display:block;
	margin-bottom:calc(calc(23 / 1920) * var(--base-percent));
}
.logistics .row_wrap .row h1 span {
	font-weight:400;
	width:64.4%;
}
.logistics .row_wrap .row h2 {
	font-size:max(calc(23px * var(--base-ratio)),calc(calc(38 / 1920) * var(--base-percent)));
	font-weight:700;
	display:block;
	margin-bottom:calc(calc(45 / 1920) * var(--base-percent));
	width:64.4%;
}
.logistics .row_wrap .row p {
	font-size:max(calc(15px * var(--base-ratio)),calc(calc(22 / 1920) * var(--base-percent)));
	width:64.4%;
	margin-bottom:calc(calc(40 / 1920) * var(--base-percent));
	line-height:1.55;
}

.logistics.sec01 .row_wrap .row .left {
	width:42.8%;
}
.logistics.sec01 .row_wrap .row .left img {
	width:100%;
	height:auto;
}
.logistics.sec01 .row_wrap .row .right {
	width:51.5%;

}
.logistics.sec02 .row_wrap .row .left {
	width:53.4%;
}
.logistics.sec02 .row_wrap .row .left .wrap {
	width:65.3%;
	float:right;
	text-align:left;
}
.logistics.sec02 .row_wrap .row .left p {
	width:100%;
}
.logistics.sec02 .row_wrap .row .right {
	width:43.5%;
}

/* R&D */
section.title.laboratory .bg_wrap .bg {
    background: url(/images/bg_support_laboratory.jpg) center no-repeat;
    background-size: cover;
}
.laboratory .row_wrap .row {
	/*min-width:1024px;
	max-width:1141px;*/
	width:75%;
	margin:150px auto;
	padding:0;
	background:url(/images/bg_laboratory_title.png) top center no-repeat;
	background-size:contain;
}
.laboratory .row_wrap .row h1 {
	width:85.5%;
	font-weight:700;
	text-align:center;
	display:block;
	background-color:white;
	padding-top:80px;
	padding-bottom:40px;
	margin:36% auto 0;
	font-size:max(calc(23px * var(--base-ratio)),calc(calc(38 / 1920) * var(--base-percent)));
}
.laboratory .row_wrap .row>p {
	width:75.5%;
	padding:0 5%;
	margin: 0 auto calc(calc(45 / 1920) * var(--base-percent));
	font-size:max(calc(15px * var(--base-ratio)),calc(calc(21 / 1920) * var(--base-percent)));
	line-height:1.55;
	background-color:white;
}
.laboratory .row_wrap .row .flex {
	display:flex;
	width:75%;
	margin: 0 auto;
	justify-content:space-between;
	font-size:max(calc(15px * var(--base-ratio)),calc(calc(21 / 1920) * var(--base-percent)));
	line-height:1.55;
}
.laboratory .row_wrap .row .flex .column:first-child {
	width:45%;
}
.laboratory .row_wrap .row .flex .column:first-child img {
	width:100%;
}
.laboratory .row_wrap .row .flex .column:last-child {
	width:48.2%;
}
.laboratory .row_wrap .row .flex .column:last-child p {
	font-size:max(calc(15px * var(--base-ratio)),calc(calc(19 / 1920) * var(--base-percent)));
	margin-bottom:calc(calc(45 / 1920) * var(--base-percent));
	text-align:justify;
}

/* 교육센터 */
section.title.education .bg_wrap .bg {
    background: url(/images/bg_support_education.jpg) center no-repeat;
    background-size: cover;
}
.education .row_wrap .row {
	margin:150px auto;
	width:85%;
	flex-direction:row-reverse;
}
.education .row_wrap .row .item.left {
	width:45%;
}
.education .row_wrap .row .item.right {
	width:55%;
}
.education .row_wrap .row .item h1, .education .row_wrap .row .item h2, .education .row_wrap .row .item p{
	width:70%;
	margin:0 auto;
	text-align:center;
}
.education .row_wrap .row .item h1 {
	font-size:max(calc(27px * var(--base-ratio)),calc(calc(45 / 1920) * var(--base-percent)));
	line-height:1.25;
	margin-bottom:calc(calc(30 / 1920) * var(--base-percent));
}
.education .row_wrap .row .item h2 {
	font-size:max(calc(22px * var(--base-ratio)),calc(calc(36 / 1920) * var(--base-percent)));
	font-weight:400;
	margin-bottom:calc(calc(30 / 1920) * var(--base-percent));
}
.education .row_wrap .row .item p {
	font-size:max(calc(14px * var(--base-ratio)),calc(calc(21 / 1920) * var(--base-percent)));
	line-height:1.55;
	margin-bottom:40px;
}
.education .row_wrap .row .item p span {
	font-size:max(calc(18px * var(--base-ratio)),calc(calc(29 / 1920) * var(--base-percent)));
	color:#949494;
	font-weight:700;
}

.education .row_wrap .row .item .vertical {
	width:1px;
	height:calc(calc(80 / 1920) * var(--base-percent));
	margin:calc(calc(65 / 1920) * var(--base-percent)) auto calc(calc(40 / 1920) * var(--base-percent));	
	background-color:#949494;
}

/* news */
section.notice_title {
	padding-top:100px;
	width:100%;
	text-align:center;
}
section.notice_title h1 {
	margin-top: 37px;
	text-align:center;
	padding-bottom: max(calc(8px * var(--base-ratio)),calc(calc(8 / var(--base-size)) * var(--base-percent)));
    font-size: max(calc(52px * var(--base-ratio)),calc(calc(52 / var(--base-size)) * var(--base-percent)));
    letter-spacing: -.02em;
    font-weight: 700;
    color: #1c1c1c;
}
section.notice.sec01 .row {
	padding-top:0;
}

@media (max-width: 1250px) {
	#header .logo { margin-left:8%; }
}
@media (max-width: 1150px) {
	#header .logo { margin-left:4%; }
}
@media (min-width: 1025px) {
	#mHeader { display: none; }
	#hamburger { display: none !important; }
	.row {
	    display: flex;
		flex-wrap: wrap;
	    margin: 0 calc(max(calc(20px * var(--base-ratio)),calc(calc(20 / var(--base-size)) * var(--base-percent))) * .5 * -1);
		position: relative;
	}
}
