<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 이전 다음 재생버튼 */
.prev,
.next {border-radius:50%; top:42%; background-position:center center; position:absolute; width:60px; height:60px; display:block; text-indent:-9999px; cursor:pointer; z-index:10; border:2px solid #FFCE29; background-repeat: no-repeat;}
.prev { background-image:url('../../img/prev.png');left:-75px;}
.next { background-image:url('../../img/next.png'); right:-75px;}
@media screen  and (max-width:1024px) {
.prev {left:-55px;}
.next {right:-55px;}
.prev,
.next {width:45px; height:45px; background-size:25px;}
}
@media screen  and (max-width:767px) {
.prev {left:-20px;}
.next {right:-20px;}
.prev,
.next {width:33px; height:33px; background-size:20px;}
}





/*****************1.폰트와 기본 셋팅*******************/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&amp;display=swap');
@import url(https://fonts.googleapis.com/css?family=Satisfy); 
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,600;0,700;1,700&amp;family=Marcellus&amp;family=Oleo+Script&amp;family=Philosopher:ital,wght@0,400;0,700;1,700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gowun+Batang:wght@400;700&amp;family=Single+Day&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;700&amp;display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Fredericka+the+Great&amp;family=Tourney:wght@200&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jua&amp;family=Lilita+One&amp;family=Poetsen+One&amp;display=swap');
@import url(https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/variable/pretendardvariable-dynamic-subset.css);
@font-face {
  font-family: 'GmarketSansLight';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
 }
 @font-face {
  font-family: 'GmarketSansMedium';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
 }
 @font-face {
  font-family: 'GmarketSansBold';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
 }



@font-face { 
font-family: 'FS_black'; 
src: 
url('../../img/font/FreightSansProBlack-Regular.woff2') format('woff2'), 
url('../../img/font/FreightSansProBlack-Regular.woff') format('woff'); 
url('../../img/font/FreightSansProBlack-Regular.eot') format('eot'); 
}
@font-face { 
font-family: 'FS_bold'; 
src: 
url('../../img/font/FreightSansProBold-Regular.woff2') format('woff2'), 
url('../../img/font/FreightSansProBold-Regular.woff') format('woff'); 
url('../../img/font/FreightSansProBold-Regular.eot') format('eot'); 
}
@font-face { 
font-family: 'FS_medium'; 
src: 
url('../../img/font/FreightSansProMedium-Regular.woff2') format('woff2'), 
url('../../img/font/FreightSansProMedium-Regular.woff') format('woff'); 
url('../../img/font/FreightSansProMedium-Regular.eot') format('eot'); 
}

::-webkit-scrollbar {
width:4px;
}
::-webkit-scrollbar-track {
background:#FFC600;
}
::-webkit-scrollbar-thumb {
 background:#005AD5;  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 



*{margin:0;padding:0;}
html,body {width:100%;height:100%; min-width:320px;}
html, body, div, span, applet, object, iframe, p, blockquote, pre,abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small,
strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,figure,button
{margin:0;padding:0;border:0; vertical-align:baseline;  font-family: "Pretendard Variable", 'Pretendard', 'Noto Sans KR', '나눔고딕', 'NanumGothic', 'Nanum Gothic', '돋움', dotum, sans-serif; font-weight:400; letter-spacing:-0.03em; word-break: keep-all; list-style:none;  color:#000; }
i,em,address{font-style:normal}
label,button{cursor:pointer}
button{margin:0;padding:0}
a{color:#444;text-decoration:none}
a:hover{color:#111}
button *{position:relative}
button img{left:-3px;*left:auto}
html:first-child select{height:20px;padding-right:6px}
option{padding-right:6px;}
hr{display:none}
legend{*width:0}
table{border-collapse:collapse;border-spacing:0;width: 100%}
.blind{display: block;position: absolute;top: -9999em;left: 0;}
.skip a{display: block;position: absolute;left: 0;top: -9999em;z-index: 9999;width: 100%;background: lime;color: black;font: 1.8em/3em arial,sans-serif;}
.skip a:focus{top: 0}
.eg {font-family:'Archivo Black',sans-serif}
div { position:relative;}
.noScroll { overflow:hidden;}
.fR{float:right;}
.fL{float:left;}
ol, ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0; word-break:break-all;}
table th, table td{vertical-align:middle;}
caption{visibility:hidden;width:0;height:0;font-size:0;line-height:0;zoom:1;}
legend{overflow:hidden;width:0;height:0;font-size:0;visibility:visible;}
img,input {vertical-align:middle;}
header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption{display:block}
.floatBox:after {content:"";display:block;clear:both;}
.floatBox {*zoom:1;}
img {max-width:100%;}

/****pc/모바일 이미지 뷰교체***/
.img_w {text-align:center;}
.img_s {display:none; width:100%;}
.pc_br {width:100%; display:block;}
.mo_br {display:none;}
@media screen and (max-width:1024px){
.img_w {display:none; width:100%;}
.img_s {display:inline-block;}
.pc_br {display:none;}
.mo_br {width:100%; display:block;}
}
/****애니메이션 - 회전***/
@keyframes rotate
{
0%{} 50%{transform: rotate(180deg);} 100%{transform: rotate(360deg );}
}

/****애니메이션 - 깜박임***/
.flicker {animation:flicker 0.4s infinite;}

@keyframes flicker {
 0% {opacity:0.3;}
 50% {opacity:1;}
 100% {opacity:0.3;}
}


/****애니메이션 - 살짝 움직임***/
@keyframes move
{
0%{} 50%{transform: rotate(3deg); } 100%{transform: rotate(0deg );}
}

/****애니메이션 - 화살표 움직임***/
@keyframes arrow
{
0%{} 50%{margin-right:10px; opacity:0.7;} 100%{}
}

/****애니메이션 - 화살표 움직임***/
@keyframes arrow_down
{
0%{} 50%{margin-top:10px; opacity:0.7;} 100%{}
}


/**** 흐르는 텍스트***/
.m_tit {width:100%; position:relative; padding:5px 0; background:#FDF877;}
.m_tit .marquee { overflow: hidden; }
.m_tit .marquee p {gap:3rem;  letter-spacing:0;   display: flex; flex-wrap: nowrap;align-items: center;}
.m_tit .marquee p span { display: block; padding:0 10px; font-family: 'FS_black';  sans-serif; font-size:60px; opacity:0.5; font-style: normal;  line-height:110%;  padding-bottom:2px; color: #FECE52; }
@media screen and (max-width:1390px){
.m_tit {padding:5px 0 0;}
.m_tit .marquee p span { font-size:50px; }
}
@media screen and (max-width:1024px){
.m_tit .marquee p span { font-size:40px; }
}
@media screen and (max-width:767px){
.m_tit .marquee p {gap:1rem;}
.m_tit .marquee p span { font-size:30px; padding:0 3px 4px 3px; }
}




/* 탭버튼 메뉴 */ 
.sec3-tab{position:relative;  text-align:center;  width:100%;  margin:0 auto; display:flex;  justify-content: space-between;}
.sec3-tab a{position:relative; display:inline-block; background:#FFF1E6;  box-sizing: border-box; width:100%; margin-right:1px; text-align:center; padding:21px 0 14px; line-height:1.2; border-radius:15px 15px 0 0; 
font-size:23px; color:#F05423; transition:all .4s; font-family: 'GmarketSansBold'; }

.sec3-tab a.active{background-color:#F05423; color:#fff; z-index:2; }

.content_box {position:relative;}
.sec3-content{display:block;  position:absolute; left:0; top:0; z-index:1; opacity:0; width:100%;}
.sec3-content.active{display:block;  position:relative; opacity:1; z-index:2;}

@media screen and (max-width:1600px){ 
.sec3-tab a{ font-size:20px;}
}
@media screen and (max-width:1279px){ 
.sec3-tab a{ font-size:18px;}
}
@media screen and (max-width:1024px){ 
.sec3-tab a{ font-size:14px;}
}
@media screen and (max-width:767px){ 
.sec3-tab a{font-size:11px; padding:10px 0 7px;  font-family: 'GmarketSansMedium';}
.sec3-tab a span {width:100%; display:block;}
}

/* 탭버튼 메뉴 */ 
/*.st_type02 {border-bottom:1px solid #FAF87A;}
.st_type02 a{  border:1px solid #FAF87A;  background:none; border-bottom:none;  color:#FAF87A; } */ 
.st_type02 a.active{background-color:#FFFCD7; color:#4C1C0F;}
 


/*마우스 스크롤시 상단메뉴 작아지는 위치 조정*/
.menu_scroll {position:absolute; top:100px;}
#boxWrapp{width:100%;margin:0 auto;padding:0;position:relative;}
#contentwrap { position: relative; min-height:100%; width:100%; }
#contentwrap { position: relative; min-height:100%; width:100%; }
.split #boxWrapp  {  width:100%; height:100%; overflow:hidden;}
#boxWrapp .blocker { position:fixed; width:100%;  top:0px; left:0px;opacity:0; filter:alpha(opacity=80); background:#000; z-index:9999; height:100%; display:none;  cursor:handle; default; }



/* 우측 창업문의 온라인 상담 폼메일*/
.project_area {background:#F05523; z-index:1000000000; width:680px; margin-right:0px; height:100%; position: fixed; overflow-y:scroll; -webkit-overflow-scrolling:touch;  top:0px; z-index:99999999;  right:-100%; display:none; }
.project_area.fix { position:fixed !important}
.project_request { padding:40px;} 
.project_request .close { width:58px; height:58px; position:absolute; right:40px; top:30px; background:url(../../img/list_closeBtn.png) center no-repeat; cursor:pointer; z-index:10;}
.project_bg { width:100%; position:fixed;  opacity:0; filter:alpha(opacity=80); background:#000; z-index:999; height:100%; display:none; }
.project_request .project_header h2 {border-bottom:1px solid #fff; padding:0 0 15px 0;}
.project_request .project_header h2 b{font-family: 'GmarketSansBold';  display:block;  font-size:36px; font-weight:300; color:#fff;}
.project_request .project_header .tel {font-family: 'GmarketSansBold';     font-size:30px;   color:#FDF877; padding:20px 0 0 0;  }
.project_request .project_header .time {font-family: 'GmarketSansMedium';  font-size:17px;   color:#fff; padding:20px 0 20px 0;  }
.project_request .project_header .tel span,
.project_request .project_header .time span {font-family: 'GmarketSansMedium';display:inline-block; line-hieght:100%;  text-align:center; background:#FDF877; color:#000; font-size:16px; margin-bottom:6px; border-radius:4px; padding:3px 3px 0;}
.project_request .project_header p {font-size:15px; line-height:150%;   font-family: 'GmarketSansMedium'; color:#fff; padding-top:10px;  border-top:1px solid #fff;}
.project_request .project_part { width:100%; margin-top:30px;}
.Btn { margin-top:20px;}
.Btn input[type=submit] { width:190px; height:43px; color:#FFC600; border:2px #FFC600 solid; padding:0 20px; line-height:30px; box-sizing:border-box; cursor:pointer;font-family: 'GmarketSansMedium'; background: url(../../img/btn_check.png) right 10px center no-repeat; font-size:15px; border-radius:5px; text-align:left;  }
.Btn input:hover { background:#FFC600 url(../../img/btn_check.png) right 10px center no-repeat;; border:0px;  color:#fff;   border:2px #FFC600 solid;}
 
@media screen and (max-width:500px) {
.project_area {width:100%; margin-right:0px; z-index:99999999;}
.project_request { padding:20px;  } 
.project_request .close { right:15px; top:17px; width:30px; height:30px; background-size:20px; }
.project_request .project_header h2 b{font-size:23px;}
.project_request .project_header .tel {font-size:22px; padding:10px 0 0 0;  }
.project_request .project_header .time {font-size:14px; padding:10px 0;  }
.project_request .project_header .tel span,
.project_request .project_header .time span {font-size:13px;}
.project_request .project_header p {font-size:12px;}
.project_request .project_part {margin-top:15px;}
.Btn { margin-top:10px;}
.Btn input[type=submit] {width:150px; height:35px; padding:0 10px; line-height:25px; background-size:16px; font-size:13px;}
}




/*상단메뉴바*/
#header{width: 100%; position: fixed; z-index:9999;  top:0px; left:0;  -webkit-transition: all 0.6s; -moz-transition: all 0.6s; transition: all 0.6s ease-out 0.0s;  }
#header h1{padding-left:30px;float:left;}
/*메뉴*/
#header .pc_menu {top:5px; right:50%; position: absolute;  margin:0 -500px 0 0; width:1000px;  text-align:center; display:block;}
#header .pc_menu ul li  { display:inline-block; padding:30px;}
#header .pc_menu ul li a { font-size:19px; text-align:left;  display:inline-block; position:relative; color:#fff; font-family: 'GmarketSansMedium'; cursor:pointer; }
#header .pc_menu ul li a:hover,
#header .pc_menu ul li a:focus {color: #F6EEC7; }
#header .pc_menu .link:before { content: ''; position: absolute; top:100%; left: 0%; width: 100%; height:0px; margin: 0; background: #F6EEC7;  -webkit-transition: -webkit-transform 0.3s; transition: transform 0.3s; -webkit-transform: scale3d(0, 1, 1); transform: scale3d(0, 1, 1);}
#header .pc_menu .link:hover:before {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);height:2px;}

/*sns 링크*/
#header ul.sns{position:absolute; right:30px;  top:29px; }
#header ul.sns li a{display: inline-block; margin:3px; border-radius:50%;  line-height:0; font-size:0; width:35px; height:35px; display:block; background:#F05523; text-align:center; transition: all 0.35s ease-in-out; }
#header ul.sns li a:hover{background:#FFC817; border-radius:10px; }
#header ul.sns img{ width:27px; padding:4px; }
#header ul.sns li {float: left;}

/* 상단 버튼*/
#header .top_btn {text-align:center; position:absolute;  top:32px; right:160px; }
#header .top_btn a {padding:5px 3px 5px 12px; color:#fff; line-height:1; font-size:17px;  font-family: 'GmarketSansMedium';  transition: all 0.35s ease-in-out; display:inline-block; background:#FF4E00; border-radius:30px;}
#header .top_btn a b {width:25px; height:25px; margin-left:7px; line-height:30px; font-size:11px;font-family: 'GmarketSansMedium';  color:#FF4E00;   transition: all 0.35s ease-in-out; display:inline-block; background:#fff; border-radius:50%;}
#header .top_btn a:hover{background:#D03B0B; }

/*상단메뉴바 스크롤시 위치 조정 */
#header.show {background:rgba(0,0,0,0.6);}
#header.show h1{padding-left:20px;}
#header.show h1 img { width:230px;}
#header.show .pc_menu ul li  { padding:20px 30px;}
#header.show .pc_menu ul li a { font-size:17px; }
#header.show dl{padding-right: 0; padding-top:5px;}
#header.show ul.sns{position:absolute; right:20px; top:14px;}
#header.show .top_btn { top:17px; right:150px; }

@media screen and (max-width:1500px) {
#header h1{padding-left:20px; padding-top:7px;}
#header h1 img {width:260px;}
#header .pc_menu ul li a { font-size:18px; }
#header ul.sns{right:20px;}
#header.show h1 {padding-top:0;}
#header.show h1 img { width:220px;}
#header.show .pc_menu ul li  { padding:15px 30px;}
#header .top_btn {right:150px; }
}

@media screen and (max-width:1279px) {
#header{background:none;}
#header .pc_menu {display:none;}
}


@media screen and (max-width:767px) {
#header h1{padding-left:0px; padding-top:0px;}
#header h1 img {width:140px;}
#header ul.sns li a{margin:1px; width:22px; height:22px;}
#header ul.sns img{ width:18px; padding:2px;}
#header.show h1{padding-left:0px;}
#header.show h1 img {width:140px;}
#header ul.sns,
#header.show ul.sns{right:3px; top:12px;}

/* 상단 버튼*/
#header .top_btn { top:10px; right:77px;}
#header .top_btn a {padding:1px 1px 1px 6px;font-size:9px; line-height:1.6;}
#header .top_btn a b {width:18px; height:18px; margin-left:4px; line-height:1.9; font-size:7px;}
#header.show .top_btn { top:10px; right:77px; }
}
 
/* 온라인상담 버튼 */
.divpop  {display:block;  position:fixed; right:40px; bottom:140px; z-index:1000; animation:rotate 7s linear infinite; }
@media screen and (max-width:1339px) {
.divpop img {width:100px;} 
}
@media screen and (max-width:769px) {
.divpop  { right:10px;} 
.divpop img {width:65px;} 
}
@keyframes rotate
{0%{} 50%{transform: rotate(180deg);} 100%{transform: rotate(360deg );}}
@-moz-keyframes rotate
{0%{} 50%{transform: rotate(180deg);} 100%{transform: rotate(360deg );}}
@-webkit-keyframes rotate
{0%{} 50%{transform: rotate(180deg);} 100%{transform: rotate(360deg );}}
@-o-keyframes rotate
{0%{} 50%{transform: rotate(180deg);} 100%{transform: rotate(360deg );}} 
#custom_cursor, #custom_cursor_text {width: 106px;height: 106px;position: fixed;top: 0;left: 0;z-index: 15;pointer-events: none;}
.custom_cursor_inner {display: block;width: 100%;height: 100%;position: relative;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.custom_hover_circle, .custom_hover_text {display: block;width: 0;height: 0;position: absolute;top: 50%;left: 50%;margin-top: -106px;margin-left: -106px;overflow: hidden;opacity: 0;border-radius: 50%;}
.custom_hover_circle {z-index: 1;background: url(https://bdmp-004.cafe24.com/bizdemo137224/img/drag.png) no-repeat center center;}
.custom_hover_text {z-index: 2;}
.custom_hover_text &gt; span {display: block;width: 100%;height: 100%;padding-left: 0.1em;font-size: 14px;text-align: center;line-height: 125px;font-weight: 600;letter-spacing: 0.1em;color: #fff;}
.section {width:100%; height:100%;  overflow: hidden; display:block;}
.section_inner {position: relative;width:100%; height: 100%; margin:0 auto; display:block;}
@media screen and (max-width:1279px){
#custom_cursor, #custom_cursor_text {width: 106px;height: 106px;position: fixed;top: 0;left: 0;z-index: 15;pointer-events: none;display: none;}
}
@media screen and (max-width:1279px){
#custom_cursor, #custom_cursor_text {width: 106px;height: 106px;position: fixed;top: 0;left: 0;z-index: 15;pointer-events: none;display: none;}
}
@media screen and (max-width:767px){
.top_btn { bottom:10px; right:10px;}
}


/* ---- 회전하는 텍스트 ---- */
.rotate_txt { position: absolute; display:block; width:460px; height:460px;  z-index:1; animation:rotate 12s linear infinite;} 
.rblue {background:url(../../img/rotate_txt_blue.png) no-repeat 0 0;}
.rwhite{background:url(../../img/rotate_txt_white.png) no-repeat 0 0;}
@media screen  and (max-width:1279px) {
.rotate_txt {width:380px; height:380px;} 
.rblue,
.rwhite{background-size:cover;}
}
@media screen  and (max-width:1024px) {
.rotate_txt {width:300px; height:300px;} 
}
@media screen  and (max-width:767px) {
.rotate_txt {width:230px; height:230px;} 
}



  


/* ---- 각 배너 타이틀 부분---- */
.top_tit {width:100%; max-width:1600px; margin:0 auto; padding:5% 0 4%; text-align:center;  position:relative; }
.top_tit h2{color:#151412; font-family: 'FS_medium', 'Pretendard';   font-size:72px;  letter-spacing:0;   margin:17px 0; line-height:110%;}
.top_tit h2 b{font-family: 'FS_black','Pretendard'; font-weight:900;  }
.top_tit p {color:#151412;  font-family: 'GmarketSansLight'; font-size:22px; line-height:140%;}
.top_tit p b {color:#F05421;font-family: 'GmarketSansMedium';font-size:20px; }
.tt_w h2,
.tt_w h2 b,
.tt_w p {color:#fff;}
@media screen  and (max-width:1600px) {
.top_tit h2{font-size:66px;}
.top_tit p,
.top_tit p b {font-size:19px;}
}
@media screen  and (max-width:1279px) {
.top_tit h2{font-size:60px;}
.top_tit p,
.top_tit p b {font-size:18px;}
}
@media screen  and (max-width:1024px) {
.top_tit h2{font-size:57px; margin:7px 0;}
.top_tit p,
.top_tit p b {font-size:16px;}
}
@media screen  and (max-width:767px) {
.top_tit {padding:10% 0;}
.top_tit h2{font-size:35px;}
.top_tit p,
.top_tit p b {font-size:13px;}
}
 






/******************* 섹션1. 메인 영상과 이미지 롤링***********************/
.mainslide .main_prev {background:url(../../img/main_prev.png) no-repeat center / contain;margin-right: 45px;}
.mainslide .main_next {background:url(../../img/main_next.png) no-repeat center / contain;margin-left: 55px;}
.main_item {overflow:hidden;width: 100%;}
.main_item .bg {position: absolute; top:0; left:0; width:100%;  height:100% !important;}
.c_full .swiper-slide-active .text_g{opacity:1; transition:1.5s 0.9s;  }
.c_full {height:100vh; min-height:1020px; }
.c_full .section_inner {width:100%;  height:100%; }
.mainslide {position: relative;  width:100%; height:100% !important;}
.mainslide:before,
.mainslide:after {content:"";position: absolute;top: 0;width: 50%;height: 100%;background: #f3f3f3;z-index: 10;}
.mainslide:before {left: 0;}
.mainslide:after {right: 0;}
.mainslide:before,
.mainslide:after {width: 0;transition:width 0.9s;}
.mainslide .main_item.swiper-slide-active .bg {transition-delay:0.8s;}

/* 페이징*/
.mainslide .main_paging {position:absolute;bottom:20%;left:50%;transform: translate(-50%,-0%);display: flex;justify-content: center;align-items: center; margin-left:5px;z-index: 100; }
.mainslide .main_arrow {width:14px;height: 27px;cursor:pointer;}
.mainslide .slide_remote {margin-left:37px;}
.mainslide .slide_remote&gt;span {cursor:pointer;}
.mainslide .slide_remote span.pause {display:block;width:10px;height:12px;border:3px solid #fff;border-top:none;border-bottom:none;}

/* 원형버튼*/
.mainslide .main_pagination&gt;span.swiper-pagination-bullet {width:14px;height:14px;border:1px solid #fff;background:transparent;margin: 0 10px;opacity: 1; z-index: 100;}
.mainslide .main_pagination&gt;span.swiper-pagination-bullet-active {background:#fff;}
 
/* 중앙 문구 텍스트 이미지 */
.main_item .text_g {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);  z-index:100;  width:100%; text-align:center; }
.main_item .text_g .text_wrap {position:relative;}
.main_item img {width:100%;}

/* 첫번째 텍스트*/
.main_item .txt1  {position: absolute; top: 50%; left: 50%; max-width:1000px; width:57.8%; text-align:center; transition:0.5s; opacity:0; transform: translate(-50%,-60%);  }
.main_item.swiper-slide-active .txt1 {opacity:1;  transform: translate(-50%,-50%); transition:0.9s 0.6s;}

/* 두번째 텍스트*/
.main_item  .txt2  {position: absolute; top: 50%; left:8%; max-width:1000px; width:57.8%; text-align:center; transition:0.5s; opacity:0; transform: translateY(-50%);  }
.main_item.swiper-slide-active  .txt2 {opacity:1;  transform: translateY(-60%); transition:0.9s 0.6s;}

/* 세번째 텍스트*/
.main_item  .txt3  {position: absolute; top: 50%; left:13%; max-width:1000px; width:57.8%; text-align:center; transition:0.5s; opacity:0; transform: translateY(-50%);  }
.main_item.swiper-slide-active  .txt3 {opacity:1;  transform: translateY(-64%); transition:0.9s 0.6s;}

/* 우측 상단 도마*/
.main_item .img1  {position: absolute; right:-10%; top:-10%; width:44.5%; max-width:800px; transition:0.5s; opacity:0; }
.main_item.swiper-slide-active .img1 {opacity:1; transition:0.9s 0.1s; right:0; top:0;}
/* 좌측 위 빵*/
.main_item .img2  {position: absolute; left:13%; top:-10%;  width:31.55%; max-width:500px; transition:0.5s; opacity:0;}
.main_item.swiper-slide-active .img2 {opacity:1; transition:0.9s 0.4s;   top:-2%;  }
/* 좌측 아래 빵*/
.main_item .img3  {position: absolute; left:-10%;   width:31.55%; max-width:500px; transition:0.5s; opacity:0;}
.main_item.swiper-slide-active .img3 {opacity:1; transition:0.9s 0.7s; left:-1.6%; bottom:1.4%; }
/* 중앙 아래 빵 */
.main_item .img4  {position: absolute; left:32%; bottom:-10%;  width:31.55%; max-width:500px; transition:0.5s; opacity:0;}
.main_item.swiper-slide-active .img4 {opacity:1; transition:0.9s 1.0s;  bottom:-0.8%;  }
/* 우측 후추통*/
.main_item .img5  {position: absolute; right:-10%; bottom:-50%; max-width:300px; width:18.4%;  transition:0.5s; opacity:0; }
.main_item.swiper-slide-active .img5 {opacity:1; transition:0.9s 1.3s; right:3%; bottom:4%; }


/****애니메이션 - 살짝 움직임***/
@keyframes mmove
{
0%{transform:rotate(0deg); } 50%{transform:rotate(4deg); } 100%{transform:rotate(0deg); }
}
 
/** 동영상 **/
.mmovie_con {position:relative; background:#0D0D0A; overflow:hidden;  display: -webkit-box;  display: -webkit-flex;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;  -webkit-align-items: center;  -ms-flex-align: center;   align-items: center;  height:100%;  position: relative;  z-index:1; }
.mmovie_con video {border:0; opacity:1; padding:0; margin:0;  position: absolute;  top: 50%;  left: 50%;  min-width: 100%;  min-height: 100%;  width: auto;  height: auto; z-index: -100;  transform: translateX(-50%) translateY(-50%);  background-size: cover;  transition: 1s opacity;}
.mmovie_con .section_inner {width:100%;}

@media screen and (max-width:1024px){
.c_full {min-height:auto;  height:600px !important;}
.mainslide .main_paging {position:absolute;bottom:120px;left:50%;transform: translate(-50%,-0%);display: flex;justify-content: center;align-items: center; z-index: 100; }
.mainslide .main_arrow {width:14px;height: 27px;cursor:pointer;}
.mainslide .slide_remote {margin-left:37px;}
.mainslide .slide_remote&gt;span {cursor:pointer;}
.mainslide .slide_remote span.pause {display:block;width:10px;height:12px;border:3px solid #fff;border-top:none;border-bottom:none;}

/* 원형버튼*/
.mainslide .main_pagination&gt;span.swiper-pagination-bullet {width:10px;height:10px; margin: 0 8px; border:1px solid #fff;background:transparent; opacity: 1; z-index: 100;}
.mainslide .main_pagination&gt;span.swiper-pagination-bullet-active {background:#fff;}

/* 페이징*/
.mainslide .main_paging {bottom:50px;}
.mainslide .main_arrow {width: 10px;height:18px;}
.mainslide .main_prev {margin-right:30px;}
.mainslide .main_next {margin-left:30px;}
.mainslide .slide_remote {margin-left: 26px;}
.mainslide .slide_remote span.pause {display:block;width: 7px;height: 8px;border: 2px solid #fff;}
}



@media screen and (max-width:767px){
.c_full {height:550px !important;}
.main_item .text_g .txt1 { width:85%;}
.main_item .text_g .txt2,
.main_item .text_g .txt3  { width:95%;}

/* 두번째 텍스트*/
.main_item  .txt2  {margin-top:-20%; left:5%;  }
 
/* 세번째 텍스트*/
.main_item  .txt3  { top: 50%; left:13%; max-width:1000px; width:57.8%; text-align:center; transition:0.5s; opacity:0; transform: translateY(-50%);  }
.main_item.swiper-slide-active  .txt3 {opacity:1;  transform: translateY(-64%); transition:0.9s 0.6s; }

/* 우측 상단 도마*/
.main_item .img1  {width:53%; }
.main_item .img2,
.main_item .img3,
.main_item .img4  {width:43%;}

/* 좌측 아래 빵*/
.main_item.swiper-slide-active .img3 {bottom:20%; }

/* 우측 후추통*/
.main_item .img5  { width:25%;}
.main_item.swiper-slide-active .img5 { bottom:14%; }
}





/******************* 섹션2. NO1. 브랜드 (숫자카운터) ***********************/
.brand {width:100%; position:relative; text-align:center; background:url(../../img/brand_bg.jpg) no-repeat center / cover;}
.brand .inner { width:100%; height:100%; padding:5% 0 7%; }
.brand  img {width:100%;}

/* 상단 타이틀*/
.brand .brand_top {color:#000; text-align:center; font-size:80px;font-family: 'FS_black';   margin:40px 0; line-height:100%;}

.brand .brand_top .ss {display:block; width:100%; text-align:center;}
.brand .brand_top .ss .inner {color:#fff; font-size:33px;  font-family: 'GmarketSansMedium'; display:inline-block; width:auto; margin:0 auto;  margin:20px auto; line-height:100%; background:#F05523; border-radius:40px;  padding:5px 35px;} 
.brand .brand_top .ss .inner span {position:relative; display:inline-block; padding-top:10px; font-family: 'GmarketSansMedium'; margin-top:7px; color:#fff; }
.brand .brand_top .ss .inner span:after {content:"";position: absolute;  top:0%; right:49%; border-radius:50%;  display:block; width:3px; height:3px;  z-index:1;  background:#fff;}

/* 좌측상단 마카롱 이미지 */
.brand  .img1 {position:absolute; left:-3%;  top:3%; z-index:100; width:13%; animation:move 3s linear infinite;}
/* 우측 상단 라떼 회전 이미지 */
.brand  .img2 {position:absolute; right:-4%;  top:-4%;  z-index:100; width:20%; animation:rotate 13s linear infinite;}
/* 좌측 하단 라떼 회전 이미지 */
.brand  .img3 {position:absolute; left:-4%;  bottom:-4%;  z-index:100; width:20%; animation:rotate 13s linear infinite;}
.brand  .img3 img {width:100%;}
/* 우측 하단 커피콩 이미지 이미지 */
.brand  .img4 {position:absolute; right:-4%;  bottom:-4%;  z-index:100; width:20%; animation:move 2s linear infinite;}
/* 하단 텍스트 */
.brand p {font-size:22px; width:70%; margin:0 auto; line-height:1.6; font-family: 'GmarketSansMedium'; opacity:0.8; }
/* 숫자카운트 */
.m_count {width:80%; max-width:1200px; margin:0 auto;  margin-top:50px;  padding-top:50px; display:block;  border-top:2px solid  rgba(0,0,0,0.1); }
.m_count ul {display:flex; flex-wrap:wrap; width:94%; margin:1% auto;}
.m_count ul li {display:inline-block; float:left; width:33.33%;  }
.m_count ul li dl {text-align:left; }
.m_count ul li dl dt {display:inline-block; float:left; }
.m_count ul li dl dt .counter { font-family: 'GmarketSansBold';;  color:#F05523; font-size:170px; padding-right:7px; line-height:110%; }
.m_count ul li dl dd {display:inline-block; float:left; font-size:44px; color:#F05523; line-height:1.1;  font-family: 'GmarketSansMedium'; }
.m_count ul li dl dd b {font-family: 'GmarketSansBold';color:#F05523; }

@media screen and (max-width:1379px) {
/* 상단 타이틀*/
.brand .brand_top { font-size:70px; margin:30px 0;}
.brand .brand_top .ss .inner {font-size:30px;} 
/* 하단 텍스트 */
.brand p {font-size:20px;}
/* 숫자카운트 */
.m_count {margin-top:40px;  padding-top:40px; }
.m_count ul { width:98%;}
.m_count ul li dl dt .counter { font-size:150px; }
.m_count ul li dl dd {font-size:40px; }
}

@media screen and (max-width:1024px) {
/* 상단 타이틀*/
.brand .brand_top { font-size:60px; margin:20px 0;}
.brand .brand_top .ss .inner {font-size:27px;  margin:20px auto;} 
/* 하단 텍스트 */
.brand p {font-size:17px;}
/* 숫자카운트 */
.m_count {margin-top:30px;  padding-top:30px; }
.m_count ul { width:100%;}
.m_count ul li dl dt .counter { font-size:110px; }
.m_count ul li dl dd {font-size:29px; }
}

@media screen and (max-width:769px) {
.brand .inner { padding:7% 0 14%; }
.brand  .img1 {width:22%;}
.brand  .img2,
.brand  .img3,
.brand  .img4 { width:30%;}

/* 상단 타이틀*/
.brand .brand_top { font-size:40px;}
.brand .brand_top .ss .inner {font-size:15px;  margin:10px auto;  padding:0 25px 5px;} 


/* 하단 텍스트 */
.brand p {font-size:12px; width:90%;}
.brand .inner { padding:17% 0; }


/* 숫자카운트 */
.m_count ul {max-width:220px; margin:0 auto;}
.m_count ul li {display:block; margin:10px 0;  width:100% }
.m_count {padding-top:20px; margin-top:20px;}
.m_count ul li dl dt .counter { font-size:80px; line-height:90%; }
.m_count ul li dl dd {font-size:19px; }
}
 









/* 섹션3. 원두가 신선한 커피가 맛있는 다양한 베이글 */
.intro_tit p {background:#f05423; color:#fff; padding:10% 0; text-align:center; font-size:140px; font-family: 'GmarketSansMedium'; line-height:1.3;}
.intro_tit p b {color:#fbfe93; font-family: 'GmarketSansMedium';}
.intro_box {background:#FFEFE9; width:100%; padding:8% 0; display:flex;  flex-wrap :wrap;}
.intro_box .txt{width:52%; margin-left:9%;  float:left; }
.intro_box .img {width:39%; float:right; text-align:right;}
.intro_box .txt b {font-size:45px; line-height:1; padding:60px 0 45px; font-family: 'GmarketSansMedium';  color:#472300; display:block;}
.intro_box .txt b strong {font-size:100px; padding-top:10px; line-height:0.8;   font-family: 'FS_black'; color:#472300; display:block;}
.intro_box .txt p {font-size:25px; color:#472300; display:block; line-height:1.6;   font-family: 'GmarketSansLight'; font-weight:bold;}
.intro_box .txt p b {font-size:27px; padding:0; font-weight:600; display:inline-block;   font-family: 'GmarketSansMedium'; }
.intro_box .txt .dl_box { padding-top:90px;}
.intro_box .txt dl {display:flex;  flex-wrap :wrap; margin-bottom:15px;}
.intro_box .txt dl dt {font-size:25px; color:#7A5C41; font-family: 'GmarketSansMedium'; width:30%; float:left; display:inline-block;}
.intro_box .txt dl dd { width:70%; float:left; display:inline-block;}
.intro_box .txt dl dd ul li {font-size:25px; font-family: 'GmarketSansMedium'; color:#7A5C41; float:left; padding-right:14px; margin-right:10px; position:relative; line-height:1;}
.intro_box .txt dl dd ul li:after {content:"";position: absolute;  top:0%; right:0; display:block; width:1px; height:90%;  z-index:1;  background:#7A5C41;}
.intro_box .txt dl dd ul li:last-child:after {display:none;}
.intro_box .arrow {width:100%; text-align:center;}
.ib_type02 {background:#FFFDD9;}
.ib_type02  .txt{width:62%;}
.ib_type02  .img {width:29%; text-align:left;}
.ib_type02  .txt b,
.ib_type02  .txt b strong,
.ib_type02  .txt p { color:#F05523;}
.ib_type02  .txt dl dt,
.ib_type02  .txt dl dd ul li {color:#FF813C;}
.ib_type02  .txt dl dd ul li:after {background:#FF813C;}
.ib_type02  .txt dl dt { width:25%;}
.ib_type02  .txt dl dd { width:75%; }

@media screen  and (max-width:1600px) {
.intro_tit p {font-size:115px;}
.intro_box .txt b {font-size:38px; padding:50px 0 38px;}
.intro_box .txt b strong {font-size:85px;}
.intro_box .txt p {font-size:22px;}
.intro_box .txt p b {font-size:24px; }
.intro_box .txt .dl_box { padding-top:80px;}
.intro_box .txt dl dt,
.intro_box .txt dl dd ul li {font-size:23px; }
}

@media screen  and (max-width:1279px) {
.intro_tit p {font-size:80px;}
.intro_box .txt{width:56%; margin-left:5%; }
.ib_type02  .txt{width:66%; margin-left:5%; }
.intro_box .txt b {font-size:32px; padding:40px 0 20px;}
.intro_box .txt b strong {font-size:70px;}
.intro_box .txt .dl_box { padding-top:70px;}
.intro_box .txt p,
.intro_box .txt dl dt,
.intro_box .txt dl dd ul li {font-size:19px;}
.intro_box .txt p b {font-size:20px;}
}

@media screen  and (max-width:1024px) {
.intro_tit p {font-size:45px;}
.intro_box .txt b {font-size:25px;}
.intro_box .txt b strong {font-size:45px;}
.intro_box .txt dl dt,
.intro_box .txt dl dd { width:100%;}
.intro_box .txt dl dt {margin-bottom:5px;}
.intro_box .txt .dl_box { padding-top:60px;}
.intro_box .txt p,
.intro_box .txt dl dt,
.intro_box .txt dl dd ul li {font-size:15px;}
.intro_box .txt p b {font-size:16px; }
.intro_box .arrow img {width:30px;}
}

@media screen  and (max-width:767px) {
.intro_tit p {font-size:35px;}
.intro_box .txt{width:90%; margin:0 5%;}
.intro_box .img {width:93%; margin-left:7%; margin-top:30px;}
.ib_type02 .img {width:100%; margin:0 auto; text-align:center; margin-top:30px;}
.ib_type02 .img img {width:180px;}
.intro_box .txt b {font-size:19px;}
.intro_box .txt b strong {font-size:38px;}
.intro_box .txt .dl_box { padding-top:30px;}
.intro_box .txt p,
.intro_box .txt dl dt,
.intro_box .txt dl dd ul li {font-size:12px;  padding-right:8px; margin-right:7px; }
.intro_box .txt p b {font-size:13px;}
}
 
 







/******************* 섹션5. 3박스 블럭 ***********************/
.con_block3 {width:100%;  background:#fff; padding:2% 0 6%;}
.con_block3 ul {display:flex; flex-wrap:wrap; margin:0 auto; max-width:1600px; width:96%;}
.con_block3 ul li {width:30.33%; margin:1.5%; border-radius:20px; box-sizing: border-box;  border:3px solid #F05423; }
.con_block3 ul li dl {width:90%; margin:20px auto; padding:10px 0 40px;}
.con_block3 ul li dl dt {position:relative;  font-size:70px; font-family: 'FS_black';  color:#F05423; text-align:center; padding-bottom:15px; margin-bottom:35px;}
.con_block3 ul li dl dt:before {content:""; position:absolute; left:22%; width:56%; height:1px; opacity:0.4; bottom:0; display:block; z-index:10; background:#F05523;}
.con_block3 ul li dl dt .icon {font-size:21px; padding-top:65px; height:35px;  width:125px; font-family: 'GmarketSansMedium'; color:#fff; text-align:center; margin:0 auto;  background:url(../../img/cb_icon_bg.gif) no-repeat 0 0; background-size:100%;}
.con_block3 ul li dl dd {font-size:22px; font-family: 'GmarketSansLight'; text-align:center; line-height:1.4;}
@media screen  and (max-width:1600px) {
.con_block3 ul li dl dt { font-size:60px;}
.con_block3 ul li dl dd {font-size:20px;}
}
@media screen  and (max-width:1379px) {
.con_block3 ul li dl { padding:5px 0 20px;}
.con_block3 ul li dl dt { font-size:50px; padding-bottom:10px; margin-bottom:30px;}
.con_block3 ul li dl dt .icon {font-size:17px; padding-top:52px; height:30px;  width:100px;}
.con_block3 ul li dl dd {font-size:18px;}
}

@media screen  and (max-width:1024px) {
.con_block3 ul li dl dt { font-size:40px; margin-bottom:20px;}
.con_block3 ul li dl dt .icon {font-size:13px; padding-top:42px; height:25px;  width:80px;}
.con_block3 ul li dl dd {font-size:15px;}
}
@media screen  and (max-width:767px) {
.con_block3 ul li dl { padding:0px;}
.con_block3 ul li {width:94%; margin:3% auto;  max-width:310px; }
.con_block3 ul li dl dt {font-size:30px; margin-bottom:20px;}
.con_block3 ul li dl dt .icon {font-size:11px; padding-top:37px; width:75px;}
.con_block3 ul li dl dd {font-size:12px;}
}











/*******************섹션6 . 시그니처 메뉴 롤링배너 ***********************/
/* ----  배경 연한 큰 테스트 ---- */
.bg_txt {position:absolute; font-size:200px; line-height:1; color:#fff; opacity:0.2;  font-family:'FS_bold'; z-index:-1;}
.bt_gray { color:#fff; opacity:0.1; }
@media screen  and (max-width:1379px) {
.bg_txt {font-size:170px;}
}
@media screen  and (max-width:1379px) {
.bg_txt {font-size:140px;}
}
@media screen  and (max-width:1024px) {
.bg_txt {font-size:110px;}
}
@media screen  and (max-width:767px) {
.bg_txt {font-size:80px;}
}




.best_menu {position:relative;  text-align:center; padding:0; overflow:hidden; background:#F05523;}
.best_menu .mcount_txt {position:absolute; z-index:10; top:0; left:0; width:100%; text-align:center;}
.best_menu .mcount_txt b{font-size:80px; font-weight:600; color:#000; }
.best_menu .gb_arlim {position:relative; max-width:1700px; width:84%; margin:0 auto; z-index:13;}
.best_menu .gb_arlim .bg_txt {right:0; top:20%; width:100%; text-align:center;}
.best_menu dl:after {content:"";display:block;clear:both;}
.best_menu dl {width:90%; margin:0  5%;position:relative;}
.best_menu dl dd {width:100%;}
.best_menu dl dd .tit {display:block;  text-align:left; }
.best_menu dl dd .tit h2 {font-size:32px; color:#FAF87A; font-family: 'GmarketSansBold'; text-align:center; padding:10px 0; margin:0; line-height:100%;}
.best_menu dl dd p {text-align:center; font-size:19px; font-family: 'GmarketSansMedium'; color:#fff; line-height:140%; }
.best_menu .slick-dots {display:none !important;}



/* 메뉴 이미지 스타일 */
.best_menu dl dt {width:100%; height:100%; display:block; position:relative; text-align:center;}
.best_menu dl dt .menu_img {width:100%;  margin:0 auto;  position: relative;}
.best_menu dl dt a img {transform:scale(0.9);  transition: 0.3s 0.3s; }
.best_menu dl dt a:hover img { transform:scale(1); transition: 0.3s 0.3s; }
.menu-item {width: 100%;cursor: pointer; display: inline-block; position: relative; }


/* 팝업 창 (해당 이미지 위에서 뜨도록 설정) */
 .popup { display: none; position: absolute; top: 0px;  left:50%; width:100%;  transform: translateX(-50%);  z-index:10000000000; text-align:center;margin:0 auto; }
 .popup img {width:100%; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); margin:0 auto;  }

/* 닫기 버튼 */
.menu-item  .close-btn {position:absolute; right:7px; top:7px; z-index:10000000000000000;  cursor: pointer;  background:url(../../img/close.png) no-repeat center center; background-size:15px; font-size:0; display:block; width:25px; height:25px;}

 
@media screen  and (max-width:1024px) {


.best_menu dl dd .tit h2 {font-size:25px;}
.best_menu dl dd p {font-size:13px;}
}

@media screen  and (max-width:767px) {
.best_menu .top_tit {top:30px;}
.best_menu dl dd .tit h2 {font-size:21px;}
.best_menu dl dd p {font-size:11px;}
.best_menu dl dt img {max-width:300px;}
.popup {max-width:300px;}
}

 

.slick-slider{ position: relative;display: block;box-sizing: border-box; -webkit-user-select: none;-moz-user-select: none; -ms-user-select: none; user-select: none;  -webkit-touch-callout: none; -khtml-user-select: none;-ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent;}
.slick-list{position: relative; display: block; overflow: hidden; margin: 0; padding: 0;}
.slick-list:focus{ outline: none;}
.slick-list.dragging{ cursor: pointer;}
.slick-slider .slick-track,
.slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
.slick-track{ position: relative;top: 0; left: 0;display: block; margin-left: auto; margin-right: auto;}
.slick-track:before,
.slick-track:after{display: table;content: '';}
.slick-track:after{clear: both;}
.slick-loading .slick-track{ visibility: hidden;}
.slick-slide{display: none; float: left; height: 100%; min-height: 1px;}
[dir='rtl'] .slick-slide{float: right;}
.slick-slide img{ display: block;}
.slick-slide.slick-loading img{ display: none;}
.slick-slide.dragging img{ pointer-events: none;}
.slick-initialized .slick-slide{display: block;}
.slick-loading .slick-slide{ visibility: hidden;}
.slick-vertical .slick-slide{ display: block; height: auto; border: 1px solid transparent;}
.slick-arrow.slick-hidden { display: none;}
.slick-arrow,.slick-dots li button {  cursor:pointer;}
 


 
/******************* 섹션8. 창업강점  ***********************/
.value_section{position: relative; overflow: hidden;  background:#E2A82A;   text-align:left; overflow:hidden;}
.value_section .vsection  {width:100%; margin:0 auto;  overflow: hidden; display:block; height:780px !important; }
/*  타이틀*/
.value_section .top_tit {position:absolute; width:100%; top:100px; left:0; text-align:center; z-index:100000;}
.value_section .tab_box{display: none;}
.value_section .con_box{position: relative; z-index: 2; width: 100%; height: 100%; }
.value_section .con_box li{ float: left; width: 25%;  height:100%; padding:200px 1% 1% 1%;  border-right: 1px solid rgba(255, 255, 255, 0.3);transition: all 0.4s ease; box-sizing:border-box; background-color:transparent; transition: background-color 0.7s ease; -webkit-transition: background-color 0.7s ease; -ms-transition: background-color 0.7s ease; -moz-transition: background-color 0.7s ease; -o-transition: background-color 0.7s ease;}
.value_section .con_box li.active{background-color: rgba(0, 0,0, 0.5);}
.value_section .con_box li .txt_box,
.value_section .con_box li .more{opacity:0; text-align:center;  visibility:hidden; transform: translateY(-15px); transition: all 0.4s ease; }
.value_section .con_box li.active .txt_box,
.value_section .con_box li.active .more{opacity: 1; transform: translateY(0);   visibility: visible;}
.value_section .con_box li .con_wrap{display:block; vertical-align: middle; text-align:center; width:100%;}
.value_section .con_box li .con_wrap .title_box {transition: all 0.4s ease;}
.value_section .con_box li .con_wrap .title_box h3{font-size:24px; padding:13px 15px 7px;  font-family: 'GmarketSansMedium'; border-radius:30px; color: #F05423; background:#fff; line-height:100%; display:inline-block;  margin-bottom:40px;}
.value_section .con_box li .con_wrap .title_box h4{font-size:36px; font-family: 'GmarketSansMedium'; font-weight:bold; line-height:120%; color: #fff;  margin-bottom:20px; transition: all 0.4s ease; display:block;}
.value_section .con_box li .con_wrap .title_box h4 b{color: #F05423; font-weight:bold;  }
.value_section .con_box li .con_wrap .txt_box{margin-bottom:50px;}
.value_section .con_box li .con_wrap .txt_box p{font-size:17px; color:#fff; font-family: 'GmarketSansLight'; font-weight:bold;  line-height:1.4; width:96%; margin:0 auto;}
.value_section .con_box li .con_wrap .txt_box p b {background: #F05423; color:#FAF87A; padding:0 5px;}
.value_section .value_img{position: absolute; top:0; left: 0; z-index: 1; width:100%; height:100%;}
.value_section .value_img .bg_box{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-position: center center; background-size: cover; background-repeat: no-repeat; text-indent: -9999px; transform: scale(1.1); opacity: 0; transition: opacity 0.7s ease, transform 0.7s ease; }
.value_section .value_img .bg_box.active{opacity: 1; transform: scale(1);}
/**아이콘**/
.value_section .con_box li .more{width:90px; height:90px; border-radius:50%; display:block; position: relative; font-size:0; text-align: center; transition: all 0.1s ease-out; margin:0 auto;}
.value_section .con_box li .more .shape {position:absolute; left:15px; top:15px; width:60px; height:60px; background-size:contain; background-position:center center; background-repeat:no-repeat;}
.value_section .con_box li .more:before {content:"";position: absolute; top:0; right:0; width:90px; height:90px;  z-index:-1;  background:url(../../img/point_y_bg.png) no-repeat 0 0; animation:rotate 6s linear infinite;}
.value_section .con_box li:nth-child(1) .more .shape {background-image: url("../../img/why_icon1.png");}
.value_section .con_box li:nth-child(2) .more .shape {background-image: url("../../img/why_icon2.png");}
.value_section .con_box li:nth-child(3) .more .shape {background-image: url("../../img/why_icon3.png");}
.value_section .con_box li:nth-child(4) .more .shape {background-image: url("../../img/why_icon4.png");}
/**배경이미지 경로**/
.value_section .value_img .bg_box_01{background-image: url("../../img/why_bg_01.jpg");}
.value_section .value_img .bg_box_02{background-image: url("../../img/why_bg_02.jpg");}
.value_section .value_img .bg_box_03{background-image: url("../../img/why_bg_03.jpg");}
.value_section .value_img .bg_box_04{background-image: url("../../img/why_bg_04.jpg");}
 
@media screen and (max-width:1390px){
.value_section .con_box li .con_wrap .title_box h3{font-size:22px; margin-bottom:30px;}
.value_section .con_box li .con_wrap .title_box h4{font-size:33px;  margin-bottom:10px;}
.value_section .con_box li .con_wrap .txt_box{margin-bottom:40px;}
.value_section .con_box li .con_wrap .txt_box p{font-size:16px;}
}

@media screen and (max-width:1024px){
.value_section .vsection  {height:600px !important;}
.value_section .tab_box{display: block; width:100%; position:absolute; z-index:3; top:70px; left:50%; transform: translateX(-50%); }
.value_section .con_box li{padding-top:140px;}
.value_section .tab_box .tabMenu{max-width:800px; margin: 0 auto;}
.value_section .tab_box .tabMenu:after{content: ''; clear: both; visibility: hidden; display: block;}
.value_section .tab_box .tabMenu li{float:left; width: 25%;  text-align: center;  box-sizing: border-box; cursor: pointer; transition: color 0.3s ease;}
.value_section .tab_box .tabMenu li.active,
.value_section .tab_box .tabMenu li:hover{color: #fff; }
.value_section .tab_box .tabMenu li span{position: relative; padding-bottom: 5px; color: rgba(255, 255, 255, 0.5); font-size: 20px;font-family: 'GmarketSansMedium';}
.value_section .tab_box .tabMenu li.active span{color: rgba(255, 255, 255, 1);}
.value_section .tab_box .tabMenu li span:before,
.value_section .tab_box .tabMenu li span:after{display: block; content: ''; position: absolute;}
.value_section .tab_box .tabMenu li span:before{top: 10px; left: 50%; transform: translateX(-50%); width: 6px; height: 6px; border-radius: 50%; background-color: #fff; opacity: 0; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease;}
.value_section .tab_box .tabMenu li.active span:before{top: -10px; opacity: 1;}
.value_section .tab_box .tabMenu li span:after{bottom: 0; left: 0; width: 100%; height: 1px; transform: translate3d(0,0,0) scaleX(0); background-color: #fff; transition: transform 0.3s ease; -webkit-transition: transform 0.3s ease; -ms-transition: transform 0.3s ease; -moz-transition: transform 0.3s ease; -o-transition: transform 0.3s ease;}
.value_section .tab_box .tabMenu li.active span:after{transform: translate3d(0,0,0) scaleX(1);}
.value_section .con_box li,
.value_section .con_box li:last-child {width: 100%;  text-align:center; position: absolute; top: 0; left: 0; z-index: 1; opacity: 0; visibility: hidden; border-right: none;}
.value_section .con_box li.active{opacity: 1; visibility: visible; z-index: 2;  background-color: transparent;}
.value_section .con_box li .txt_box,
.value_section .con_box li .btn_box{opacity: 0; visibility: hidden; transform: translateY(-15px); transition: all 0.8s ease 0.6s; -webkit-transition: all 0.8s ease 0.6s; -ms-transition: all 0.8s ease 0.6s; -moz-transition: all 0.8s ease 0.6s; -o-transition: all 0.8s ease 0.6s;}
}

@media screen and (max-width:767px){
.value_section .vsection  {height:500px !important;}
.value_section .tab_box{ top:50px;} 
.value_section .con_box li{padding-top:120px;}
.value_section .top_tit div {width:100%; float:none; display:block;}
.value_section .top_tit h2 {font-size:25px;}
.value_section .top_tit p { text-align:left; padding:0;}
.value_section .tab_box .tabMenu li span{font-size:12px; }
.value_section .con_box li .con_wrap .title_box h3{font-size:14px;  padding:8px 10px 4px;  }
.value_section .con_box li .con_wrap .title_box h4{font-size:24px;}
.value_section .con_box li .con_wrap .txt_box{margin-bottom:20px;}
.value_section .con_box li .con_wrap .txt_box p{font-size:12px; width:90%; padding:0 5%;}
.value_section .con_box li .more{width:60px; height:60px;}
.value_section .con_box li .more .shape {left:10px; top:10px; width:40px; height:40px;}
.value_section .con_box li .more:before { width:60px; height:60px; background-size:cover;}
}
 

 




/*******************섹션 10,11 NEWS // OPEN STORE***********************/
.mstore { position:relative; text-align:center; padding:1% 0; overflow:hidden; background:#F05523;}
.mstore .store_li {position:inherit; padding:0; position:relative; margin:0 auto; width:84%; max-width:1800px;}
.mstore .store_li div { position:relative; text-align:center;}
.mstore .store_li div img {margin:4%; width:92%;  border-radius:20px;}


@media screen  and (max-width:500px) {
.mstore .store_li div img {margin:0 auto; max-width:260px;  border-radius:10px;}
}





/*******************섹션12.  오시는길***********************/
.b_map {width:100%;  margin:0 auto; position:relative; background:#F05523;}
.b_map_box {width:100%; display:flex; flex-wrap:wrap;}
.b_map_box .map {width:40%; float:left;}
.b_map_box .txt {width:54%; padding:0 3% 5%; text-align:left; float:right;}
.b_map .map iframe {width:100%; height:100%;}
.b_map dl {max-width:750px;}
.b_map dl dt {width:100%; text-align:left; margin:40px 0 15px;}
.b_map dl dt span {background:#FFF9AE; border-radius:40px;  padding:20px 35px 14px;  font-size:24px;  min-width:120px; display:inline-block; text-align:center; color:#5F2811; font-family: 'GmarketSansBold';line-height:90%;}
.b_map dl dd {width:96%; text-align:left;  padding:15px 2%;}
.b_map dl dd p {padding:0 2%; line-height:1.7; }
.b_map dl dd b {position: relative; display:block;  width:100%; padding-left:41px; border-bottom:1px solid rgba(255,255,255,0.2); padding-bottom:10px; margin-bottom:20px;}
.b_map dl dd b:before {content:""; position:absolute; left:15px; top:2px; display:block; z-index:10; width:16px; height:16px; background:#fff; border-radius:50%;}
.b_map dl dd ul li  {line-height:1.2; }
.b_map dl dd ul li b {width:auto;padding-right:10px; display:inline-block;  border:none; padding-bottom:0px;}
.b_map dl dd p,
.b_map dl dd b,
.b_map dl dd ul li,
.b_map dl dd ul li b {font-size:22px; color:#fff; font-family: 'GmarketSansMedium';}

@media screen and (max-width:1500px) {
.b_map dl dt span {  font-size:22px;}
.b_map dl dd b {margin-bottom:10px;}
.b_map dl dd p,
.b_map dl dd b,
.b_map dl dd ul li,
.b_map dl dd ul li b {font-size:21px;}
}

@media screen and (max-width:1279px) {
.b_map dl dt span { padding:15px 30px 9px; font-size:20px;}
.b_map dl dd p,
.b_map dl dd b, 
.b_map dl dd ul li,
.b_map dl dd ul li b {font-size:19px;}
}

@media screen and (max-width:1024px) {
.b_map dl dt span { font-size:17px; min-width:90px;}
.b_map dl dd b { padding-left:26px;}
.b_map dl dd b:before {left:9px; width:10px; height:10px;}
.b_map dl dd p,
.b_map dl dd b, 
.b_map dl dd ul li,
.b_map dl dd ul li b {font-size:15px;}
}

@media screen and (max-width:767px) {
.b_map_box .map {width:100%;}
.b_map .map iframe {height:250px;}
.b_map_box .txt {width:90%; padding:5%;}
.b_map dl dt { margin:20px 0 5px;}
.b_map dl dt span {padding:10px 20px 6px;  font-size:14px;}
.b_map dl dd p,
.b_map dl dd b, 
.b_map dl dd ul li,
.b_map dl dd ul li b {font-size:12px;}
}









/****************섹션 13 :: 매장찾기 게시판 아이프레임 *****************/
.store_board {background:#F05523;  padding:50px 0;}
.store_board iframe {height:930px;}

@media screen and (max-width:1024px) {
.store_board {padding:20px 0;}
.store_board iframe {height:720px;}
}





/****************게시판 리스트및 글쓰기 부분 공통*****************/
.board_style {width:96%; margin:0 auto; max-width:1400px;}
.board td {padding:15px 0; border-bottom:1px solid #fff; background:none; font-family: 'GmarketSansMedium';color:#fff;}
.board_style &gt; table{width:100%; border-top:2px solid #fff;}
.board font {font-family: 'GmarketSansMedium'; color:#fff; font-size:17px;  }
.att_title {background:#fff; padding:5px; min-width:40px; }
.board td.board_bgcolor {background:none;   border-right:1px solid rgba(255,255,255,0.3); } 
.board td.board_desc {padding-left:10px; background:none; }
.board_style .board,
.board_style .board .bbsnewf5 a {font-family: 'GmarketSansMedium'; color:#fff; letter-spacing:0; font-size:17px; }
.board_style .board .bbsnewf5 a:hover {color:#fff; }
  /* 게시판 상세페이지 항목 */
.board_desc{  height:40px; line-height:40px; background:#fafafa; border-bottom:1px solid #fff; }
.board_desc input {margin:0 0 0 10px;   }
.board_bgcolor span {color:#005AD5;}
.board_desc input {height:26px; border:0;}
.board_desc select {margin:0 0 0 10px;}
.board_description {max-width:1000px; width:100%;  height:auto; overflow:hidden;   word-break:break-all; border-bottom:1px solid #fff; padding:0; margin:0;  }
#post_area {word-spacing:0; background:none;word-break:break-all; padding:0; margin:0;  max-width:1000px; }
#post_area,#post_area a {color:#fff; font-family: 'GmarketSansMedium'; }
#post_area img {   max-width:1000px;  -moz-max-width:1000px%; -webkit-max-width:1000px; height:auto;}
#post_area embed {max-width:100%;}
@-moz-document url-prefix(){
#post_area img {max-width:1000px; }
} 
 
/*카테고리 간격 조정*/
.sul_menu {margin-bottom:20px;}
 
 
@media screen and (max-width: 1024px) {
.board td {padding:10px 0;}
.board input[type=text]{width:90%;}
.board textarea {width:90%; padding:5px 5%;}
.board input[name=mobile_no1],.board input[name=mobile_no2],.board input[name=mobile_no3]{width:20%;}
.board input[name=name]{width:50%;}
.bbsnewf5 td a img {vertical-align:top; max-width:100%; height:auto; border:0; }
.board font,
.board_style .board,
.board_style .board .bbsnewf5 a {font-size:14px;}
#post_area { width:100%;}
#post_area img {width:100%;}
@-moz-document url-prefix(){
#post_area img { width:100%; }
} 
}

@media screen and (max-width:767px) {
.board font,
.board_style .board,
.board_style .board .bbsnewf5 a {font-size:11px;}
}
 






/*****************하단(풋터)영역*******************/
#footer {position:relative; width:100%;  padding-bottom:65px; }
#footer:after {content:"";display:block;clear:both;}

/* 로고영역*/
.f_logo {width:96%;  max-width:1400px; padding:50px 0 10px; margin:0 auto;}
.f_logo_l {float:left; }
.f_logo_l div {vertical-align:bottom; }

/* 메뉴 */
.f_menu {width:96%; max-width:1400px;  margin:0 auto;  position:relative; padding-bottom:30px; border-bottom:1px solid #FF4E00;}
.f_menu ul {display:flex; flex-wrap:wrap;}
.f_menu ul li a { padding-right:21px; position:relative;  margin-right:19px; line-height:1; display:inline-block;  font-size:20px; color:#000; font-family: 'GmarketSansMedium'; }
.f_menu ul li a:after {content:""; position:absolute; right:0px; top:0%; height:85%; display:block; z-index:10; width:1px; background:#000;}
.f_menu ul li:last-child a:after {display:none;}

/* 버튼 */
.btn {text-align:center; position:absolute; right:0px; bottom:30px; }
.btn a {padding:6px 4px 6px 15px; color:#fff; line-height:1; font-size:20px; font-family: 'GmarketSansMedium';  transition: all 0.35s ease-in-out; display:inline-block; background:#FF4E00; border-radius:30px; }
.btn a b {width:30px; margin-left:7px; height:30px; line-height:35px; font-family: 'GmarketSansMedium';  color:#FF4E00; font-size:13px;  transition: all 0.35s ease-in-out; display:inline-block; background:#fff; border-radius:50%; }


/* 주소 텍스트 */
.f_text {width:96%; max-width:1400px; padding:30px 0; margin:0 auto;}
.f_text p{ padding:5px 0; font-size:20px;  font-family: 'GmarketSansMedium'; }
.f_text p span { padding-right:10px; font-size:20px; line-height:1.6; font-family: 'GmarketSansMedium'; }
#scrollbar { position:fixed; right:2px; height:50px; width:6px; background:#FBEB00; background:rgba(0,0,0,0.6); border:1px solid rgba(255,255,255,0.6); z-index:300; border-radius:3px;}
.skrollr-desktop #scrollbar {display:none;}

@media screen and (max-width:1379px){
.btn a,
.f_menu ul li a,
.f_text p,
.f_text p span { font-size:18px; }
}

@media screen and (max-width:1024px){
/* 로고영역*/
.f_logo { padding:40px 0 5px;}
.f_logo img {width:150px;}
#footer {padding-bottom:115px;}
/* 메뉴 */
.f_menu { padding-bottom:20px;}
.f_menu ul li a { padding-right:11px; margin-right:7px; }
.btn {bottom:20px; }
.btn a b {width:20px; height:20px; line-height:18px; font-size:8px; }
 
.f_text {padding:20px 0;}
.btn a,
.f_menu ul li a,
.f_text p,
.f_text p span { font-size:15px; }
}

@media screen and (max-width:767px) {
/* 로고영역*/
.f_logo { padding:20px 0 5px;}
.btn a {padding:5px; border-radius:7px; }
.btn a span {width:100%; display:block;}
.btn a b {display:block; margin:0 auto;}
.btn a,
.f_menu ul li a,
.f_text p,
.f_text p span { font-size:11px; display:block;}
}







/*위로*/
.TopScroll { position:fixed; right:30px; bottom:-40px; width:40px; height:40px; background:#000 url(../../img/top_icon.png) no-repeat center; border-radius:5px; text-align:center; z-index:99999999999; opacity: 0.6; filter:alpha(opacity=60); transition:all 200ms linear; -webkit-transition:all 200ms linear;   -moz-transition:all 200ms linear;   -ms-transition:all 200ms linear;}
.TopScroll a { text-indent:-99999em; display:block; overflow:hidden; width:40px; height:40px; }
.TopScroll:hover { opacity: 1; filter:alpha(opacity=100); display:block;}
::-moz-selection { color:#fff; background:#005ad5; }
::selection { color:#fff; background:#005ad5; }

@media screen and (max-width:1600px) {
.TopScroll {right:20px; width:30px; height:30px; background-size:16px;}
.TopScroll a { width:30px; height:30px;}
}




/* 모션 */
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn { -webkit-animation-name: bounceIn; animation-name: bounceIn;}


@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0);
visibility: visible;
opacity: 0;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(50%, 0, 0);
transform: translate3d(50%, 0, 0);
visibility: visible;
opacity: 0;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}s
}

@keyframes slideInBottom {
from {
-webkit-transform: translate3d(0, 50%, 0);
transform: translate3d(0, 50%, 0);
visibility: visible;
opacity: 0;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}

@keyframes slideInTop {
from {
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
visibility: visible;
opacity: 0;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}

@keyframes slideIn {
from {
visibility: visible;
opacity: 0;
}
to {
opacity: 1;
}
}

.slideInLeft { -webkit-animation-name: slideInLeft; animation-name: slideInLeft;}
.slideInRight { -webkit-animation-name: slideInRight; animation-name: slideInRight;}
.slideInBottom { -webkit-animation-name: slideInBottom; animation-name: slideInBottom;}
.slideInTop { -webkit-animation-name: slideInTop; animation-name: slideInTop;}
.slideIn { -webkit-animation-name: slideIn; animation-name: slideIn;}
/* 모션 */
.animated {-webkit-animation-duration: 1s;animation-duration: 1s; animation-delay: 0.4s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.animated2 {-webkit-animation-duration: 1s;animation-duration: 1s; animation-delay: 0.7s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.animated3 {-webkit-animation-duration: 1s;animation-duration: 1s; animation-delay: 1.0s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.animated4 {-webkit-animation-duration: 1s;animation-duration: 1s; animation-delay: 1.3s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.animated5 {-webkit-animation-duration: 1s;animation-duration: 1s; animation-delay: 1.6s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.animated6 {-webkit-animation-duration: 1s;animation-duration: 1s; animation-delay: 1.9s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.animated7 {-webkit-animation-duration: 1s;animation-duration: 1s; animation-delay: 2.2s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.animated8 {-webkit-animation-duration: 1s;animation-duration: 1s; animation-delay: 2.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.animated9 {-webkit-animation-duration: 1s;animation-duration: 1s; animation-delay: 2.8s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.animated10 {animation-duration:1.5s; animation-delay:2s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
/***** footer *****/
.fp-section { position: relative; -webkit-box-sizing: border-box; /* Safari&lt;=5 Android&lt;=3 */  -moz-box-sizing: border-box; /* &lt;=28 */ box-sizing: border-box;}
.fp-section.fp-table, .fp-slide.fp-table { display: table; table-layout:fixed; width: 100%;}
.fp-tableCell {display: table-cell; vertical-align: middle;  width: 100%; height: 100%;}
.fp-section.fp-table, .fp-slide.fp-table {height: auto !important;}
.fp-tableCell {height:auto !important; }</pre></body></html>