@charset "utf-8";

/* mobile gnb ani */
@-webkit-keyframes fade {
  0% { opacity: 0;}
  100% { opacity: 1;}
}
@keyframes fade {
  0% { opacity: 0;}
  100% { opacity: 1;}
}


/* layout */
.inner {	width: 100%; max-width:1780px;	position:relative;	margin-left:auto;	margin-right:auto;}
.m-inner {	width:94%; max-width:1780px;	position:relative;	margin-left:auto;	margin-right:auto;}
.s-inner {	width:94%; max-width:1600px;	position:relative;	margin-left:auto;	margin-right:auto;}
.b-inner {	width:94%; max-width:1400px;	position:relative;	margin-left:auto;	margin-right:auto;}

@media all and (max-width:1280px) {
   body#wrap { font-size: 16px; }
}

@media all and (max-width:976px) {
	body#wrap { font-size: 15px; }
}

/* 타블렛 가로 미만 ~ 모바일 */
@media all and (max-width:767px) {
	body#wrap { font-size: 14px; }
}

@media all and (max-width:640px) {
	body#wrap { font-size: 1rem; }
}



/*Header*/
#header {position:absolute; width:100%; height:100px; box-sizing:border-box; z-index:300; }
#header #logo {position:absolute; left:40px; top:0; line-height: 100px;   }
#header #logo img{ vertical-align:top;  }

#header .member { position: absolute; right:100px; top:0;  line-height: 100px;}
#header .member li { position: relative; float: left; padding: 0 10px; }
#header .member li::before { content:''; width: 1px; height: 12px; background: rgba(255,255,255,0.6);
                                            position: absolute; left:0; top: 50%; margin-top: -6px;  }
#header .member li:first-child::before { display: none; }
#header .member li a { color:#fff; font-size: 0.875em; }

#gnb_pc { width:50%; float: right;  }
#gnb_pc > ul > li { float: left; position:relative;}
#gnb_pc > ul > li > div {display:block; font-size:1.05em; color:#fff; line-height:100px; position:relative; width: auto; margin-right: 50px; cursor: pointer;  }
#gnb_pc > ul > li > div > a { position: relative; color:#fff; padding: 10px 0; }
#gnb_pc > ul > li > div > span { position: relative; padding: 10px 0;}
#gnb_pc > ul > li > div > a:after,
#gnb_pc > ul > li > div > span:after{display:block; content:''; width:100%; height:3px; position:absolute; left:0%; bottom:0px; background:#c71025; transition:all .3s; transform:scaleX(0);}
#gnb_pc > ul > li > ul { display: none; width:160px; position: absolute; left:-20px; background:rgba(0, 0, 0, 0.7); padding: 15px 0; }
#gnb_pc > ul > li > ul > li > a {display:block; width:100%; font-size:0.95em; color:#fff; padding:0 12px; line-height: 2.2em; box-sizing: border-box; }
#gnb_pc > ul > li > ul > li:last-child > a {border-bottom:0;}
#gnb_pc > ul > li > ul > li > a:hover { color:#c71025; font-weight: 700; }

#gnb_pc > ul > li:hover > div > a:after,
#gnb_pc > ul > li:hover > div > span:after{ transform:scaleX(1);}

#gnb_pc > ul > li.last > a { line-height: 100px; }
#gnb_pc > ul > li.last > a > div > span {  background: #c71025 url("/images/common/quick3.png") no-repeat left center; background-size: 45px auto; padding: 10px 15px 10px 40px; border-radius: 5px;}
#gnb_pc > ul > li.last > a > div > span { color:#fff; }

/*프랜차이즈 메뉴*/
#gnb_pc > ul > li > a  {display:block; font-size:1.05em; color:#fff; line-height:100px; position:relative; width: auto; margin-right: 50px; cursor: pointer;  }

.menuToggle {display:none; float:right; width:26px; height:19px; position:relative; margin:26px 2% 0 0; cursor:pointer;}
.menuToggle span {display:block; width:100%; height:2px; background:#fff; position:absolute; left:0; transition:all 0.5s}
.menuToggle span.t {top:0;}
.menuToggle span.m {top:50%; margin-top:-1px;}
.menuToggle span.b {bottom:0;}


#gnb_mo { display:none; position:fixed; top:70px; left:0; width:100%; height:100%; background:rgba(199, 16, 37, 0.95); overflow-y:scroll; padding-bottom:100px; -ms-overflow-style:none; z-index:9999;}
#gnb_mo > ul > li > div {display:block; width:100%; font-size:1.05em; color:#fff; line-height:50px; border-bottom:1px solid rgba(255,255,255,0.2); box-sizing:border-box; padding:0 3%; position:relative; cursor: pointer; }
#gnb_mo > ul > li > div:after {content:''; display:block; width:11px; height:1px; background:#fff; position:absolute; right:10px; top:50%; margin-top:-1px;}
#gnb_mo > ul > li > div:before {content:''; display:block; width:1px; height:11px; background:#fff; position:absolute; right:15px; top:50%; margin-top:-6px; transition:all 0.5s;}
#gnb_mo > ul > li > ul { display:none; }
#gnb_mo > ul > li > ul > li > a {display:block; width:100%; font-size:1em; color:#4b4b4b; line-height:50px; padding:0 3%; border-bottom:1px solid #e1e1e1; background:#f9f9f9; box-sizing:border-box; }

#gnb_mo > ul > li.last > a { display:block; width:100%; font-size:1.05em; color:#fed300; line-height:50px; border-bottom:1px solid rgba(255,255,255,0.2); box-sizing:border-box; padding:0 3%; position:relative; cursor: pointer; font-weight: 700; }
#gnb_mo > ul > li.last > a:after {content:''; display:block; width:11px; height:1px; background:#fff; position:absolute; right:10px; top:50%; margin-top:-1px;}
#gnb_mo > ul > li.last > a:before {content:''; display:block; width:1px; height:11px; background:#fff; position:absolute; right:15px; top:50%; margin-top:-6px; transition:all 0.5s;}

#gnb_mo > ul > li > div > a { color:#fff; }
#gnb_mo > ul > li > div.active:before {transform:rotate(90deg)}

#header.mo_on .menuToggle span.t {transform:translateY(8.5px) rotate(45deg)}
#header.mo_on .menuToggle span.m {width:0;}
#header.mo_on .menuToggle span.b {transform:translateY(-8.5px) rotate(-45deg)}

#header.mo_on #gnb_mo {display:block;}

/*메인 섹션별 메뉴색*/
.fp-viewing-secondPage #gnb_pc > ul > li > div > a, .fp-viewing-secondPage #header .member li a,
.fp-viewing-4Page #gnb_pc > ul > li > div > a, .fp-viewing-4Page #header .member li a,
.fp-viewing-5Page #gnb_pc > ul > li > div > a, .fp-viewing-5Page #header .member li a,
.fp-viewing-6Page #gnb_pc > ul > li > div > a, .fp-viewing-6Page #header .member li a { color:#212121; }
.fp-viewing-secondPage #header .member li::before, .fp-viewing-4Page #header .member li::before,
.fp-viewing-5Page #header .member li::before, .fp-viewing-6Page #header .member li::before { background: #e5e5e5; }
.fp-viewing-secondPage #allmenu, .fp-viewing-4Page #allmenu, .fp-viewing-5Page #allmenu, .fp-viewing-6Page #allmenu,
.fp-viewing-secondPage .menuToggle, .fp-viewing-4Page .menuToggle, .fp-viewing-5Page .menuToggle,.fp-viewing-6Page .menuToggle { border-color:#212121; }
.fp-viewing-secondPage #navtoggler span, .fp-viewing-4Page #navtoggler span, .fp-viewing-5Page #navtoggler span, .fp-viewing-6Page #navtoggler span,
.fp-viewing-secondPage .menuToggle span, .fp-viewing-4Page .menuToggle span, .fp-viewing-5Page .menuToggle span, .fp-viewing-6Page .menuToggle span { background: #212121; }



@media screen and (max-width:1900px){
   #gnb_pc { width:48%; }
}
@media screen and (max-width:1800px){
   #gnb_pc { width:52%; }
}

@media screen and (max-width:1680px){
   #gnb_pc { width:60%; }
}

@media screen and (max-width:1480px){
   #gnb_pc { margin-right: 100px; }
}

@media screen and (max-width:1280px){
	#header { height:70px; }
   #header #logo {  height:70px; line-height: 70px; left: 3%; }
	#header #logo img { height: 100%; }

   #header .member { line-height: 70px; right:50px; }

	#gnb_pc {display:none;}
	.menuToggle {display:block;}
  #allmenu { display: none; }


   #header.mo_on::before { content:''; width: 100%; height: 70px; background:rgba(199, 16, 37, 0.95); position: absolute; left:0; top:0; }
   #header.mo_on .member li a { color:#fff; }
   #header.mo_on .menuToggle span { background: #fff; }
}

@media screen and (max-width:568px){

}



.bt-quick { overflow: hidden; border-bottom: 1px solid rgba(255,255,255,0.1); padding: 2% 0; text-align: center;  }
.bt-quick li { float: left; width: 33.33%; border-left: 1px solid rgba(255,255,255,0.1); }
.bt-quick li:first-child { border-left:0; }
.bt-quick li img { max-width: 60%; }
.bt-quick li a p { color:#fff; margin-bottom: 2%;  }

.bt-info { color:#fff; padding: 2% 3%;  }
.bt-info dl dt {  font-size: 1.3em; font-weight: 600; margin: 1em 0 0.4em;  }
.bt-info .all-sns a { border-color: rgba(255,255,255,0.5);}

#Quick { position: fixed; right: 40px; top: 35%;  text-align: center; }
#Quick li { margin-bottom: 15px; }
#Quick li a .ico { width: 60px; background: rgba(0,0,0,0.6); border-radius: 60px; margin: 0 auto 3px; }
#Quick li a .ico img { width: 100%; }
#Quick li a p { color:#ababab; font-size: 0.81em; }
#Quick li a:hover .ico { background: #c71025; }
#Quick li a:hover p { color:#c71025; }

@media screen and (max-width:1280px){
   #Quick  { right: 2%; }
}

@media screen and (max-width:976px){
   #Quick li a .ico { width: 50px; }
}

@media screen and (max-width:767px){
   #Quick li a .ico { width: 40px; }
}

@media screen and (max-width:568px){
   #Quick { display: none; }
}

#footer { background: #221814;  }
#footer .f-link { border-bottom: 1px solid rgba(255,255,255,0.15); overflow: hidden; line-height: 80px; color:#fff;}

.link-l { float: left; }
.link-l li { float: left; margin-right: 15px; }
.link-l li a { color:#fff; }
.link-r { float: right; }
.link-r a,
.link-r dl,
.link-r dl dt,
.link-r dl dd { float:left; }
.link-r dl { margin-left: 10px; }
.link-r dl dt { font-size: 1.125em; margin-right: 5px; }
.link-r dl dd { color:#c71025; font-size: 1.5em; font-weight: 700; }
.f-sns { display: inline-block; border:1px solid rgba(255,255,255,0.2); border-radius: 100px; width: 40px; height: 40px;  margin: 20px 3px;}
.f-sns img { width: 100%; }


.intranet span { background: #c71025; border-radius: 30px; width: 100%; height: 35px; padding: 8px 15px;}

#footer .f-info { padding: 2% 0 150px; overflow: hidden; }
#footer .f-info h1 { float: left; margin-right: 2%;  }
#footer .f-info ul { float: left; max-width: 50%; }
#footer .f-info ul li { float: left; margin-right: 10px; color:rgba(255,255,255,0.6); font-size: 0.875em; line-height: 1.8em; }

#footer .f-award { float: right;  }
#footer .f-award img { margin-bottom: 10px;}

#footer .f-award ul{ display:flex; flex-wrap:wrap; position: absolute; top: -20px; right: 0; justify-content: space-between;max-width: 40%;}
#footer .f-award ul li:nth-child(2){margin-right: 25px;}
#footer .f-award ul li:nth-child(3){margin-left: 3px;}

@media all and (max-width:1630px){
    #footer .f-info h1 img { width: 80px; }
    #footer .f-info ul { max-width: 55%; }
    #footer .f-award ul {max-width: 35%; margin-top: 10px;}
    #footer .f-award img { height: 50px; }
}

@media all and (max-width:1400px){
    #footer .f-award img { height: 45px; margin-top: 5px;}
}

@media all and (max-width:1280px){
   #footer .f-info h1 img { width: 80px; }
   #footer .f-info ul { max-width: 55%; }
   #footer .f-award { width: calc(38% - 80px);  }
   #footer .f-award img { height: 50px; }
   #footer .f-award ul {max-width: 45%;}
}


@media all and (max-width:1180px){
#footer .f-award img { height: 4vw; }
}

@media all and (max-width:1024px){
    #footer .f-link { font-size: 0.9em; }
    #footer .f-award ul {max-width: 42%;}
    #footer .f-award img { height: 40px;}
}

@media all and (max-width:976px){
   #footer .f-link  { line-height: 60px; font-size: 0.85em; }
   #footer .link-r a { width: 35px; height: 35px; margin: 12.5px 2px;}
   #footer .f-info ul { max-width: calc(98% - 80px); }
   #footer .f-award { width: 100%; margin-top: 2%;}
   #footer .f-award ul{top: 7vh;}
   #footer .f-award img { height: 35px; margin-left: 0; margin-right: 10px;  }
}

@media all and (max-width:840px){
   #footer .link-l,
   #footer .link-r { width: 100%; }
   #footer .f-link { line-height: 30px; padding: 3% 0; }
   #footer .link-r a {  width: 30px; height: 30px; margin: 0 2px; }
   #footer .f-info {padding: 2% 0 170px;}
}

@media all and (max-width:824px){
    #footer .f-award ul{flex-wrap:nowrap; position: relative; top: 0; max-width: 100%;}
    #footer .f-award img{height: 5vw;}
}

@media all and (max-width:568px){
   #footer .f-link { padding: 0; }
   #footer .f-link .s-inner { width: 100%; }
   #footer .f-link .link-l { line-height: 1.4em; border-bottom: 1px solid rgba(255,255,255,0.15); padding: 3%;}
   #footer .link-l li { margin-right: 10px; }
   #footer .link-r { padding: 5px 2%; }
	#footer .f-info{padding: 2% 0 210px;}
   #footer .f-info h1 img { width: 50px; }
   #footer .f-info ul { max-width: calc(98% - 50px); }
   #footer .f-info ul li { font-size: 0.8em; }
   /* #footer .f-award { float: left; width: 70%; padding: 2% 0; } */
}

@media all and (max-width:480px){
#footer .f-award img { height: 30px; margin-right: 5px;}
}



#go_top {  position:fixed; z-index:9999; bottom:-70px; right:40px; width:70px; height:70px;
  box-shadow:3px 0 8px rgba(0,0,0,0.2); background: #fff; border-radius: 100px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#go_top.show { bottom: 40px; }
#go_top:hover { background:#221814; }
#go_top img { width: 100%; }

@media screen and (max-width:1280px){
  #go_top  { right: 2%; }
}

@media screen and (max-width:976px) {
  #go_top { width:55px; height:55px; }
}


@media screen and (max-width:568px) {
	#go_top { display: none !important; }
}


.pop_vid{width: 150px; position: fixed; right: 50px; bottom: 30px; cursor: pointer;}
.pop_vid img{position: absolute;transform:translate(-50%, -50%); top: 50%; left: 50%;}
.pop_vid video{width: 100%;border: 2px solid #000;}
.v_close{position: absolute; width: 20px; height: 20px; border-radius: 50%; background-color: #000; top: 10px; right: 10px; cursor: pointer; text-align: center; color:#fff; font-size: 13px; line-height: 20px; font-weight: bold;}
#pop_ytb{width: 600px; position: fixed; top: 500px; left: 50%; transform:translate(-50%, -50%); display: none;}
#pop_ytb.on{display: block; }
#pop_ytb video{width: 100%; border: 3px solid #000;}
#pop_ytb .video{width: 100%;height: 600px;border: 3px solid #000; position: relative;}
#pop_ytb iframe{width: 100%; height: 100%;position: absolute;}
.y_close{position: absolute; width: 30px; height: 30px; border-radius: 50%; background-color: #000; top: 10px; right: 10px; cursor: pointer; text-align: center; color:#fff; font-size: 15px; line-height: 30px; font-weight: bold;}

@media screen and (max-width:1280px){
    .pop_vid{width: 150px; position: fixed; right: 30px; bottom: 30px; cursor: pointer;}
}
@media screen and (max-width:640px){
    .pop_vid{width: 100px; right: 20px;}
    .pop_vid img{width: 30px;}
    #pop_ytb{width: 90%;top: 400px;}
    #pop_ytb .video{height: 90vw;}
    }