@charset "utf-8";
@import url(reset.css);

/**common**/
.blind {
  font-size:0;
  text-indent: -9999px;
  overflow: hidden;
  width:0px;
  height:0px;
}
.clearfix:after {
  content:'';
  clear:both;
  display:block;
}
.dim {
  position:fixed;
  width:100%;
  height:100%;
  left:0;
  top:0;
  background:rgba(0,0,0,.7);
  z-index: 100;
  opacity:0;
  z-index: -99;
  -webkit-transition:opacity 0.5s;
  -ms-transition:opacity 0.5s;
  -moz-transition:opacity 0.5s;
  -o-transition:opacity 0.5s;
  transition:opacity 0.5s;
}
.dim.on {
  opacity:1;
  z-index: 600;
}
.tab-wrap {
  width:100%;
  text-align:center;
}
.tab-wrap .tab-btns {
  display:inline-block;
  border:1px solid #b71a30;
  background:#fff;
  margin:68px 0 35px;
}
.tab-wrap .tab-btns a {
  display:inline-block;
  color:#b71a30;
  line-height:63px;
  min-width:290px;
  font-size:20px;
  font-weight:700;
  border-right:1px solid #b71a30;
}
.tab-wrap .tab-btns a:last-child {
  border-right:0;
}
.tab-wrap .tab-btns a.active {
  background:#b71a30;
  color:#fff;
}
.tab-contents .content {
  display:none;
}
.tab-contents .content.active {
  display:block;
}

/** header S **/
header {
  position:fixed;
  width:100%;
  min-width:1122px;
  padding:0 80px;
  box-sizing: border-box;
  z-index: 500;
  -webkit-transition:all 0.5s;
  -ms-transition:all 0.5s;
  -moz-transition:all 0.5s;
  -o-transition:all 0.5s;
  transition:all 0.5s;
}
header .logo {
  display:block;
  float:left;
  margin-top:17px;
}
header .logo a {
  display:block;
  font-size:0;
  text-indent: -9999px;
  overflow: hidden;
  width:193px;
  height:40px;
  background:url(../_imgs/logo.png) no-repeat center center;
  -webkit-transition:all 0.5s;
  -ms-transition:all 0.5s;
  -moz-transition:all 0.5s;
  -o-transition:all 0.5s;
  transition:all 0.5s;
}
header .inquiry-btn {
  display:block;
  float:right;
  line-height:50px;
  padding:0 30px;
  background:#b71a30;
  color:#fff;
  font-size:18px;
  font-family: 'GyeonggiBatang','Noto Sans KR', sans-serif;
  font-weight:700;
  margin:10px 0;
}
header .gnb {
  position:absolute;
}
header .gnb {
  position:absolute;
  left:50%;
  -webkit-transform:translate(-50%, 0);
  -ms-transform:translate(-50%, 0);
  -moz-transform:translate(-50%, 0);
  -o-transform:translate(-50%, 0);
  transform:translate(-50%, 0);
}
header .gnb li {
  float:left;
  margin: 26px 13px 0px;
}
header .gnb li.on a,
header .gnb li:hover a {
  border-bottom:2px solid #aa2a2b;
}
header .gnb li a {
  position: relative;
  color:#fff;
  font-size:1rem;
  font-weight: 700;
  padding:0px 9px 23px;
}
header .gnb li.cscenter a:after {
  content:'';
  position: absolute;
  display:block;
  width:25px;
  height:25px;
  background:url(../_imgs/arrow_more.png) no-repeat center center;
  right:-25px;;
  top:-4px;
}
header.on .gnb li.cscenter a:after,
header.sub-head .gnb li.cscenter a:after {
  background:url(../_imgs/arrow_more2.png) no-repeat center center;
}
header.on, header.sub-head {
  background: #fff;
  border-bottom:1px solid #ab2b28;
  -webkit-transition:all 0.5s;
  -ms-transition:all 0.5s;
  -moz-transition:all 0.5s;
  -o-transition:all 0.5s;
  transition:all 0.5s;
}
header.on .logo a, header.sub-head .logo a {
  background:url(../_imgs/logo2.png) no-repeat center center;
  -webkit-transition:all 0.5s;
  -ms-transition:all 0.5s;
  -moz-transition:all 0.5s;
  -o-transition:all 0.5s;
  transition:all 0.5s;
}
header.on .gnb li a,header.sub-head .gnb li a {
  color:#212020;
}
/* header E */

/* main contents S */

/* main slider S */
.slider-wrap, .slick-slide {
  position: relative;
}
.slider-wrap .img {
  position:relative;
  font-size:0;
  min-width:1122px;
  min-height:473px;
  height:42.18vw;
  overflow:hidden;
}
.slider-wrap .img.video video{
  width:100%;
}
.slider-wrap .img img {
  width:100%;
}
.slider-wrap .slick-arrow {
  position:absolute;
  top:50%;
  margin-top:-33px;
  display:block;
  text-indent: -9999px;
  overflow:hidden;
  width:67px;
  height:67px;
  border-radius: 100%;
  background-color:rgba(255,255,255,.2);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 100;
}
.slider-wrap .slick-prev{
  left:50%;
  margin-left:-695px;
  background-image: url(../_imgs/arrow_prev.png);
}

.slider-wrap .slick-next {
  right:50%;
  margin-right:-695px;
  background-image: url(../_imgs/arrow_next.png);
}
.slider .item-wrap {
  position: relative;
}
.slider .txt-box {
  position:absolute;
  top:50%;
  left:50%;
  width:1122px;
  -webkit-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  color:#fff;
}
.slider .txt-box h3 {
  font-size:40px;
  padding-bottom:30px;
  text-shadow:1px 1px 2px rgba(0,0,0,.6)
}
.slider .txt-box p {
  font-size:22px;
  line-height:1.6;
  font-weight:400;
  text-shadow:1px 1px 2px rgba(0,0,0,.6)
}
/* main slider E */

.main .ban-wrap {
  width:100%;
  margin-top:-6px;
  text-align:center;
  background:url(../_imgs/ban_bg.png) no-repeat center center;
  background-size:cover;
  padding-bottom:50px;
}
.main .ban-wrap h2 {
  font-size:28px;
  color:#000;
  padding:80px 0 60px;
}
.main .ban-wrap h2 img {
  display:block;
  margin:20px auto 0;
}
.main .ban-wrap .btn-wrap {
  width:1122px;
  margin:0 auto;
}
.main .ban-wrap .btn-wrap li {
  width:550px;
  height:320px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  float:left;
  margin-bottom:40px;
}
.main .ban-wrap .btn-wrap li:nth-of-type(1) {
  background-image: url(../_imgs/ban01.jpg);
  margin-right:20px;
}
.main .ban-wrap .btn-wrap li:nth-of-type(2) {
  background-image: url(../_imgs/ban02.jpg);
}
.main .ban-wrap .btn-wrap li:nth-of-type(3) {
  background-image: url(../_imgs/ban03.jpg);
  margin-right:20px;
}
.main .ban-wrap .btn-wrap li:nth-of-type(4) {
  background-image: url(../_imgs/ban04.jpg);
}
.main .ban-wrap .btn-wrap a{
  display:block;
  position: relative;
  width:100%;
  height:100%;
  color:#fff;
  text-align:left;
  box-sizing: border-box;
  padding:60px 40px;
}
.main .ban-wrap .btn-wrap h3 {
  font-size:30px;
  padding: 0 0 20px;
}
.main .ban-wrap .btn-wrap span {
  display:block;
  line-height:1.4;
}
.main .ban-wrap .btn-wrap .more {
  position: absolute;
  left:40px;
  bottom:36px;
  border-bottom:1px solid #fff;
}
/* main contents E */

/* footer S */
footer {
  width:100%;
  background:#222222;
  color:#fff;
  padding-top:90px;
  position: relative;
}
footer .bottom-box {
  position: fixed;
  bottom:0;
  z-index: 100;
  width:100%;
  height:90px;
  background:#b71a30;
}
footer .bottom-box.static {
  position: absolute;
  left:0;
  top:0;
  z-index:10;
}
footer .bottom-box .contents {
  width:1122px;
  margin:0 auto;
}
footer .bottom-box h2 {
  line-height: 90px;
  font-weight:400;
  font-size:24px;
  float: left;
}
footer .bottom-box h2 .num {
  display: inline-block;
  font-weight:400;
  font-size:30px;
  padding-left:10px;
  vertical-align: bottom;
}
footer .bottom-box .btn-wrap {
  float:right;
  line-height: 90px;
}
footer .bottom-box .btn-wrap a {
  display: inline-block;
  width:186px;
  border:1px solid #fff;
  box-sizing: border-box;
  text-align:center;
  line-height:55px;
  margin:4px;
}
.foot-wrap {
  position: relative;
  font-family: 'Noto Sans KR','Arial',sans-serif;
  font-weight:400;
}
.foot-wrap h2 {
  position: absolute;
  left:80px;
  top:50px;
}
.foot-wrap .address {
  width:1122px;
  margin:0 auto;
  padding:45px 0;
  font-size:13px;
}
.foot-wrap .address > a {
  display: inline-block;
  padding: 0 0 18px;
  font-weight:400;
}
.foot-wrap .address span {
  display:inline-block;
  border-right:1px solid #fff;
  padding-right:13px;
  margin-right:13px;
  font-weight:200;
  line-height:1;
  margin-bottom:10px;
}
.foot-wrap .address span.last {
  border:0;
}
.foot-wrap .address strong {
  font-weight:400;
}
.foot-wrap .address .copy {
  font-weight:200;
}
.foot-wrap .family {
  position: absolute;
  right:80px;
  top:50px;
}
.foot-wrap .family label {
  display: block;
  width:197px;
  line-height:39px;
  box-sizing: border-box;
  border:1px solid rgba(255,255,255,.5);
  text-align:center;
  font-size:14px;
  font-weight:200;
}
.foot-wrap .family label:after {
  content:'';
  display:inline-block;
  width: 0px;
  height: 0px;
  border-top:10px solid #fff;
  border-bottom:10px solid none;
  border-right: 5px solid transparent;
  border-left: 5px solid  transparent;
  margin-left:10px;
}
.foot-wrap .family select {
  cursor: pointer;
  position: absolute;
  left:0;
  top:0;
  width:197px;
  height:39px;
  opacity: 0;
}
/* footer E */
@media all and (max-width:1720px) {
  .foot-wrap h2 {
    position: static;
    margin-bottom:20px;
  }
}
@media all and (max-width:1420px) {
  .slider .txt-box {
    left:60px;
    -webkit-transform:translate(0%,-50%);
    -ms-transform:translate(0%,-50%);
    -moz-transform:translate(0%,-50%);
    -o-transform:translate(0%,-50%);
    transform:translate(0%,-50%);
    color:#fff;
  }
  .slider-wrap .slick-prev {
    margin-left:0;
    left:10px;
  } 
  .slider-wrap .slick-next {
    margin-right:0;
    right:10px;
  }
}

/* sub page S */
.sub {
  padding-top:71px;
}
.sub-top {
  width:100%;
  overflow: hidden;
}
.sub-top img {
  max-width: 100%;
  min-width:1122px;
}
.sub.style2 {
  width:100%;
  padding-bottom:170px;
  background:url(../_imgs/ban_bg.png) repeat-y center center; 
  text-align:center;
}
.sub.style2 h2 {
  font-size:40px;
  padding:70px 0 24px;
  background:url(../_imgs/title_bg.png) no-repeat center bottom;
}
.sub.style2 .sub-title {
  padding:20px 0 0;
}
.sub.style2 .sub-title a {
  display:inline-block;
  font-size:22px;
  color:#000;
  font-weight:700;
  margin: 0 40px;
}
.sub.style2 .sub-title a.on {
  color:#b71a30;
}

/* brand S */
.brand {
  text-align:center;
  width:1122px;
  margin:0 auto;
  padding:70px 0 157px;
}
.brand h2 {
  font-size:24px;
}
.brand > strong {
  display:block;
  font-size: 40px;
  padding:10px 0 30px;
}
.brand > strong .red {
  color:#b71a30;
}
.brand > p {
  font-size:20px;
  font-weight:bold;
  line-height: 1.6;
  padding-bottom:35px;
}
.brand > p strong {
  color:#000;
  font-weight:bolder;
}
.brand .img-box {
  margin:0 0 60px;
}
/* brand E */

/* store S */
.store .sort {
  display:inline-block;
  padding:40px 0 0;
  font-size:14px;
  color:#666666;
}
.store .sort .box {
  position: relative;
  text-align: left;
  float:left;
  background:#fff;
  border:1px solid #aaaaaa;
  min-width:126px;
  height:50px;
  box-sizing: border-box;
  padding:15px 18px;
  border-radius: 45px;
  margin:0 5px;
}
.store .sort .box:after {
  content:'';
  display:block;
  width:11px;
  height:7px;
  background:url(../_imgs/icons.png) no-repeat -33px -9px;
  position:absolute;
  right:20px;
  top:22px;
}
.store .sort .box select {
  position: absolute;
  left:0;
  top:0px;
  width:100%;
  padding:15px 18px;
  height:100%;
  border-radius: 45px;
  opacity: 0;
  line-height: 1.6;
}
.store .sort .box03 {
  width:240px;
}
.store .sort .box03:after {
  display:none;
}
.store .sort .box03 input[type="text"] {
  position: absolute;
  left:0;
  top:0px;
  width:100%;
  height:100%;
  border-radius: 45px;
  padding:0 50px 0 10px;
  border:0;
  background:transparent
}
.store .sort .box03 button {
  position: absolute;
  right:0;
  top:0;
  width:50px;
  height:50px;
  padding:15px;
  box-sizing: border-box;
  border-radius: 100%;
  background:#b71a30;
}
.store .sort .box03 button i {
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  width:21px;
  height:21px;
  background:url(../_imgs/icons.png) no-repeat -1px -1px;
}
.store > div { 
  max-width:1122px; 
  margin:0 auto;
  font-family:'Noto Sans KR', arial, sans-serif;
 }
.store .store_list { 
  border-top:2px solid #ab2b28;
  margin-top:30px;
  padding-bottom:30px; 
}
.store .store_list li:hover .title{
  background-color:#9e2428;
}
.store .store_list li:hover .title span{
  color:#fff;
}
.store .store_list li:hover .title span.name{
  color:#fff;
}
.store .store_list li:hover button.title:before {
  background-color:#fff; 
  background-position:24px 2px;
  transform: rotate(180deg);
}
.store .store_list li.open button.title:before,
.store .store_list li.open:hover button.title:before {
  background-color:#fff; 
  background-position:24px 2px;
  transform: rotate(0);
}
.store .store_list li button.title { 
  position:relative; 
  font-weight:400; 
}
.store .store_list li button.title:before { 
  position:absolute; 
  content:''; 
  width:30px;
  height:30px; 
  background-image:url(../_imgs/icons.png); 
  top:20px; 
  right:25px; 
  background-position:-49px 2px;
  background-color:#9e2428; 
  border-radius:100%; 
}
.store .store_list li .title { 
  display:block; 
  width:100%; 
  border-bottom:1px solid #e1e1e1;
  text-align:center; 
}
.store .store_list li .title span { 
  float:left; 
  padding:25px 10px 26px; 
  font-size:0.875em;
  color:#666; 
}
.store .store_list li .title span.area { 
  width:14.285%; 
}
.store .store_list li .title span.name { 
  width:14.285%; 
  color:#222222; 
}
.store .store_list li .title span.address { 
  width:50%; 
}
.store .store_list li .title span.tel { 
  width:21.43%; 
  padding-right:80px; 
}
.store .store_list li.open .title { 
  background-color:#9e2428; 
  border:none; 
}
.store .store_list li.open .title span {
  color:#fff;
}
.store .store_list li .cont {
  position:relative; 
  display:none; 
  width:100%; 
  padding:25px 30px; 
  background-color:#fff; 
  border-bottom:1px solid #e1e1e1;
}
.store .store_list li .cont .store_table { 
  display:table; 
  width:100%; 
}
.store .store_list li .cont .store_img {
  display:table-cell;
  position:relative; 
  width:40%; 
  vertical-align:middle; 
  table-layout: fixed;
}
.store .store_list li .cont .store_img .store_img_wrap {
  position: relative;
  width:100%;
  height:0;
  padding-top:68.526%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.store .store_list li .cont .store_img .store_img_wrap div {
  position:absolute;
  width:100%; 
  height:100%; 
  top:0; 
  background-size:cover; 
}
.store .store_list li .cont .store_info { 
  display:table-cell; 
  width:60%; 
  padding-left:80px; 
  vertical-align:middle; 
  table-layout: fixed;
  text-align:left;
}
.store .store_list li .cont .store_info tr:last-child th{
  padding-bottom:0;
}
.store .store_list li .cont .store_info tr:last-child td{
  padding-bottom:0;
}
.store .store_list li .cont .store_info th { 
  width:80px; 
  padding-bottom:20px; 
  color:#2a2a2a; 
  font-weight:500; 
}
.store .store_list li .cont .store_info td {
  padding-bottom:20px;
  color:#666;
  padding-left:30px;
  font-weight:300;
}
.store .pagination.mobile { 
  display:none; 
}
.store .pagination { 
  text-align:center; 
}
.store .pagination ul {
  display:inline-block;
}
.store .pagination li {
  position:relative; 
  float:left; 
  width:15px;
  line-height:29px;
  margin:0 10px; 
}
.store .pagination li a { 
  display:block; 
  width:100%;
  height:100%; 
  font-size:0.875em; 
  font-family:'Noto Sans KR', arial, sans-serif; 
  font-weight:300;
}
.store .pagination li.current a { 
  font-weight:700; 
}
.store .pagination li.ctrl {
  position: relative;
  width:29px; 
  height:29px;
  background:#fff;
  border-radius: 100%;
  border:1px solid #dcd6da;
}
.store .pagination li.ctrl a:after {
  position:absolute; 
  content:''; 
  width:5px;
  height:9px;
  top:50%;
  left:50%;
  margin: -4px 0 0 -2px;
  background:url(../_imgs/icons.png) no-repeat -7px -31px; 
}
.store .pagination li.prev a:after { 
  transform: rotate(180deg);
}
/* store E */

/* menu S */
.menu .sub-title a:nth-of-type(1) {
  margin-left:20px;
}
.franchise .sub-title a:nth-of-type(1) {
/*   margin-left:155px; */
}
.menu .circle-wrap {
  width:1122px; 
  margin:70px auto 0;
  text-align:left;
}
.menu .circle-wrap li {
  position: relative;
  display:inline-block;
  vertical-align: top;
  margin-right:22px;
  margin-bottom:45px; 
  text-align:center;
}
.menu .circle-wrap li:nth-of-type(4n) {
  margin-right:0;
}
.menu .circle-wrap li .img {
  position: relative;
  width:260px;
  height:260px;
  line-height:260px;
  border-radius: 100%;
  overflow: hidden;
  background:#fff;
}
.menu .circle-wrap li .img img {
  position:absolute;
  left:50%;
  top:50%;
  -webkit-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  max-width:200%;
}
.menu .circle-wrap li a:after {
  content:'';
  display:block;
  position:absolute;
  width:260px;
  height:260px;
  border-radius: 100%;
  left:0;
  top:0;
  box-shadow: 7px 7px 7px rgba(0,0,0,0.2);
  opacity:0;
  -webkit-transition:all 0.3s;
  -ms-transition:all 0.3s;
  -moz-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}
.menu .circle-wrap li a {
  display:block;
  position:relative;
}
.menu .circle-wrap li a:hover:after {
  opacity:1;
}
.menu .circle-wrap li strong {
  display: block;
  color:#000;
  font-size:20px;
  padding:10px 0 0px;
}
.menu .circle-wrap li[class*='item-']:after {
  content:'';
  position:absolute;
  left:0;
  top:12px;
  width:70px;
  height:70px;
  background-size:100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.menu .circle-wrap li.item-new:after {
  background-image: url(../_imgs/icon_new.png);
}
.menu .circle-wrap li.item-best:after {
  background-image: url(../_imgs/icon_best.png);
}
.menu .circle-wrap li.item-test:after {
  background-image: url(../_imgs/icon_test.png);
}
.menu .deli-wrap {
  /* width:1122px; */
  width:880px;
  margin:80px auto 30px;
}
.menu .deli-wrap .box {
  float:left;
}
.menu .deli-wrap h4 {
  min-width:125px;
  font-size:26px;
  color:#b71a30;
  display:inline-block;
  line-height:43px;
  border-top:1px solid #b71a30;
  border-bottom:1px solid #b71a30;
  margin-bottom:31px;

}
.menu .deli-wrap .box:nth-of-type(1) {
  padding-right:60px;
  background:url(../_imgs/menu_bar.png) no-repeat top right;
}
.menu .deli-wrap .box:nth-of-type(2) {
  /* padding-left:31px; */
  /* padding-right:50px; */
  width:580px;
  /* background:url(../_imgs/menu_bar.png) no-repeat top right; */
}
.menu .deli-wrap .box:nth-of-type(2) li {
  display:inline-block;
  vertical-align: top;
}
.menu .deli-wrap .box li {
  margin-bottom:55px;
}
.menu .deli-wrap .box .img {
  position: relative;
  width:240px;
  height:180px;
  line-height:180px;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  border-radius: 16px;
  overflow: hidden;
}
.menu .deli-wrap .box img {
  position:absolute;
  left:50%;
  top:50%;
  height:100%;
  width:auto;
  -webkit-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
}
.menu .deli-wrap .box strong {
  font-size:20px;
  color:#000;
  padding-top:20px;
  display:block;
}
.menu .s-txt {
  width:1122px;
  margin:0 auto;
  text-align:left;
  color:#000;
  font-weight:700;
  font-size:18px;
}
.menu .s-txt.small {
  width:880px;
}
.menu .menu-item .view-box {
  display:none;
  opacity:0;
  z-index:700;
  position:fixed;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  background:#fff;
  padding:40px;
  border-radius: 16px;
  -webkit-transition:opacity 0.5s;
  -ms-transition:opacity 0.5s;
  -moz-transition:opacity 0.5s;
  -o-transition:opacity 0.5s;
  transition:opacity 0.5s;
  max-width:600px;
}
.menu .menu-item .view-box.on {
  display:block;
  opacity:1;
}
.menu .menu-item .view-box .img2 {
  position: relative;
  width:520px;
  height:270px;
  overflow: hidden;
}
.menu .menu-item .view-box .img2 .txt {
  line-height:270px;
  font-size:2rem;
}
.menu .menu-item .view-box .img2 img {
  max-width:100%;
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
}
.menu .menu-item .view-box .img2 img.h100 {
	height:100%;
	min-width:auto;
}
.menu .menu-item .view-box h3 {
  font-size:24px;
  color:#000;
  padding:40px 0 20px;
}
.menu .menu-item .view-box p {
  font-size:18px;
  color:#000;
  font-weight:700;
}
.menu .menu-item .view-box .btn-close {
  position:absolute;
  right:-31px;
  top:-33px;
  font-size:0;
  overflow: hidden;
  width:60px;
  height:60px;
  text-align: center;
  border-radius: 100%;
  background:#b71a30;
}
.menu .menu-item .view-box .btn-close:after {
  content:'';
  display: inline-block;
  width:16px;
  height:22px;
  background:url(../_imgs/icons.png) no-repeat -81px -32px;
}
/* menu E */

/* franchise S */
.franchise .icon-box {
  width:100%;
  margin-top:37px;
  background:url(../_imgs/icon_box_bg.jpg) repeat center center;
  text-align:center;
}
.franchise .icon-box .title {
  padding:60px 0 45px;
  font-size:40px;
  color:#000;
  font-weight: 700;
}
.franchise .icon-box .title h4 {
  font-size:32px;
  padding:0 0 20px;
}
.franchise .icon-wrap {
  display:inline-block;
  padding: 0 0 78px;
}
.franchise .icon-wrap li{
  position: relative;
  float:left;
  background:#fff;
  width:260px;
  height:260px;
  border-radius: 100%;
  overflow: hidden;
  margin-right:23px;
  cursor: default;
}
.franchise .icon-wrap li:nth-last-child(1) {
  margin-right:0;
}
.franchise .icon-wrap li .hover {
  position:absolute;
  display: table;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(110,21,23,.8);
  color:#fff;
  opacity:0;
  -webkit-transition:opacity 0.3s;
  -ms-transition:opacity 0.3s;
  -moz-transition:opacity 0.3s;
  -o-transition:opacity 0.3s;
  transition:opacity 0.3s;
}
.franchise .icon-wrap li .hover span {
  display: table-cell;
  vertical-align: middle;
  font-size:20px;
  line-height:1.6;
}
.franchise .icon-wrap li:hover .hover {
  opacity:1;
}
.franchise .txt-box{
  width:1122px;
  margin:26px auto 0;
  text-align:left;
}
.franchise .txt-wrap li {
  float:left;
  width:540px;
  word-break: keep-all;
  letter-spacing: -0.05em;
}
.franchise .txt-wrap li:nth-child(2),
.franchise .txt-wrap li:nth-child(4) {
  float:right;
}
.franchise .txt-wrap h5 {
  font-size:30px;
  color:#000;
  padding:80px 0 20px;
}
.franchise .txt-wrap p {
  font-size:20px;
  font-weight:700;
  color:#000;
  line-height:1.6;
  padding:0 0 30px;
}
.franchise .shadow {
  width:1122px;
  margin:0 auto;
  padding:50px 0 80px;
  background:#fff;
  box-shadow: 0px 0px 10px rgba(0,0,0,.15);
}
.franchise .tab-contents h4 {
  font-size: 26px;
  padding: 0 0 15px;
  color:#000;
}
.franchise .tab-contents .s-txt {
  font-size:18px;
  font-weight: 700;
  color:#000;
}
.franchise .table-wrap {
  position: relative;
  width:800px;
  margin:65px auto 90px;
  font-family: 'Noto Sans KR','Arial',sans-serif;
}
.franchise .table-wrap .sort {
  font-size:14px;
  position: absolute;
  right:0;
  top:-25px;
  color:#000;
}
.franchise .table-wrap .po-left {
  font-size:14px;
  color:#777777;
  text-align:left;
  display: block;
  padding-top:5px;
}
.franchise .table-wrap table {
  border-top:2px solid #000;
  border-bottom:2px solid #000;
}
.franchise .table-wrap caption {
  display:none;
}
.franchise .table-wrap th {
  text-align:center;
  background:#f2f2f2;
  border-right:1px solid #dddddd;
  font-size:17px;
  font-weight:500;
  padding:17px 0;
}
.franchise .table-wrap td {
  text-align:center;
  border-right:1px solid #dddddd;
  border-top:1px solid #dddddd;
  font-size:17px;
  font-weight:400;
  padding:17px 30px;
}
.franchise .table-wrap th:last-child,
.franchise .table-wrap td:last-child {
  border-right:0px solid #000;
}
.franchise .table-wrap td.border {
  border-right:1px solid #dddddd;
}
.franchise .table-wrap .last td {
  border-right:0;
  border-top:1px solid #000;
  font-weight:500;
}
.franchise .icon-wrap2 {
  width: 880px;
  margin:0 auto;
}
.franchise .icon-wrap2 >  p.s-txt {
  text-align:left;
  font-size:14px;
  font-family: 'Noto Sans KR','Arial',sans-serif;
  margin: -10px 0 0 52px;
  padding-bottom:45px;
  font-weight:500;
  color:#333;
  white-space: nowrap;
}
.franchise .icon-wrap2 li {
  position: relative;
  float:left;
  width: 293px;
  padding:40px 0 35px;
  text-align:center;
  font-family: 'Noto Sans KR','Arial',sans-serif;
}
.franchise .icon-wrap2 .right li {
  float:right;
}
.franchise .icon-wrap2 li:after {
  content:'';
  display: block;
  position:absolute;
  right:-22px;
  top:120px;
  width:44px;
  height:35px;
  background:url(../_imgs/icons.png) no-repeat -2px -55px;
}
.franchise .icon-wrap2 .right li:after {
  right:auto;
  left:-22px;
  transform: rotate(180deg);
}
.franchise .icon-wrap2 li:last-of-type:after {
  right:50%;
  left:auto;
  margin-right:-22px;
  top:auto;
  left:auto;
  bottom:-20px;
  transform: rotate(90deg);
}
.franchise .icon-wrap2 li.last:after {
  display: none;
}
.franchise .icon-wrap2 li .icon-img {
  position: relative;
  width: 190px;
  height: 190px;
  border-radius: 100%;
  border:1px solid #e1e1e1;
  margin:0 auto;
  overflow: hidden;
}
.franchise .icon-img i {
  position: absolute;
  left:50%;
  top:50%;
  -webkit-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  width:194px;
  height:161px;
  background-image: url(../_imgs/franchise_icon.png);
  background-repeat: no-repeat;
}
.franchise .icon-img i.icon1 {
  background-position: 0 0;
}
.franchise .icon-img i.icon2 {
  background-position: -194px 0;
}
.franchise .icon-img i.icon3 {
  background-position: -388px 0;
}
.franchise .icon-img i.icon4 {
  background-position: -388px -161px;
}
.franchise .icon-img i.icon5 {
  background-position: -194px -161px;
}
.franchise .icon-img i.icon6 {
  background-position: 3px -161px;
}
.franchise .icon-img i.icon7 {
  background-position: 8px -322px;
}
.franchise .icon-img i.icon8 {
  background-position: -194px -322px;
}
.franchise .icon-img i.icon9 {
  background-position: -394px -322px;
}
.franchise .icon-wrap2 li span {
  display:block;
  font-weight:700;
  font-size:16px;
  color:#b71a30;
  padding-top:20px;
}
.franchise .icon-wrap2 li strong {
  font-weight:500;
  font-size:18px;
}
.franchise .icon-wrap2 li .s-txt {
  font-size:13px;
  color:#666;
  font-weight:400;
  padding-top:5px;
}
.franchise .btn { 
  display:block;
  line-height:60px;
  padding:0 44px;
  background:#b71a30;
  color:#fff;
  font-size:20px;
  font-family: 'GyeonggiBatang','Noto Sans KR', sans-serif;
  font-weight:700;
  margin:55px auto 0;
}
.franchise03 .shadow {
  padding-top:0;
  margin-top:74px;
}
.franchise03 .title {
  width:100%;
  height:180px;
  background:url(../_imgs/franchise_title_bg.jpg) no-repeat left top;
  background-size: cover;
  color:#fff;
  box-sizing: border-box;
  padding:55px 0 0;
}
.franchise03 .title h3 {
  font-size:26px;
  text-shadow: 1px 1px 10px rgba(0,0,0,0.2);
}
.franchise03 .title p {
  font-size:18px;
  text-shadow: 4px 4px 18px rgba(0,0,0,0.3);
  padding-top:15px;
}
.franchise03 .content {
  padding:78px 0 56px;
  background:url(../_imgs/franchise_bg.png) no-repeat center center;
}
.franchise03 .content dl{
  display: table;
  width:750px;
  margin:30px auto 0;
}
.franchise03 .content dt {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width:165px;
}
.franchise03 .content dt span {
  position: relative;
  display:block;
  color:#b71a30;
  font-size:18px;
  width:136px;
  line-height:44px;
  border:2px solid #b71a2f;
}
.franchise03 .content dt span:after {
  content:'';
  display:block;
  position: absolute;
  width:calc(100% - 8px);
  height:calc(100% - 8px);
  border:1px solid #b71a2f;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
}
.franchise03 .content dd {
  display: table-cell;
  vertical-align: middle;
  text-align:left;
  width:calc(100% - 165px);
  font-size:18px;
  color:#000;
  font-weight:700;
}
.franchise03 .content dd span {
  font-size:15px;
  color:#666666;
}
/* franchise E */

/* sub page E */

/* popup S */
.layer_wrap {
  width:100%; 
  max-width:900px; 
  margin-left:2px; 
  text-align:center; 
  position:absolute; 
  top:80px; 
  left:50%; 
  -webkit-transform:translateX(-50%); 
  -ms-transform: translateX(-50%); 
  -moz-transform:translateX(-50%); 
  transform:translateX(-50%); 
  z-index:400;
}
.layer {
  width:50%; 
  margin-left:-4px; 
  display:inline-block; 
  max-width:450px;  
}
.layer.hide { 
  display:none; 
}
.layer .img_wrap a {
  display:block;
}
.layer .img_wrap {
  width:100%;
  height:100%; 
  overflow-y: auto;
  overflow-x: hidden; 
  max-height: 630px;  
}
.layer .img_wrap img {
  width:100%;
}
.layer .btn_wrap .close { 
  min-height:60px; 
  width:50%; 
  float:left; 
  padding:18px 10px; 
  color:#fff; 
  font-weight:300; 
  background-color:#9d2328;   
}
.layer .btn_wrap .close.cookie { 
  background-color:#7c7c7c;   
}
/* popup E */