@charset "utf-8";

/* common */
.sub {
    padding-bottom:140px;
}
.col1 {
    float:left;
}
.sub .inner {}
.visual_ttl_box {
    position: relative;
    top: 60%;
    transform: translateY(-50%);
    text-align: center;
}
.sub .visual_ttl_box h3 {
    font-size:46px;
    font-weight:700;
    color:#fff;
    margin-bottom: 7px;
}
.sub .visual_ttl_box strong {
    font-size:18px;
    font-weight:350;
    color:#fff;
    line-height:1.75;
}

.breadcrumb {
    line-height:78px;
}
.breadcrumb li {
    display: inline-block;
}
.breadcrumb li:nth-child(1) span {
    margin-lefT:0;
}
.breadcrumb li img {
    vertical-align: middle;
}
.breadcrumb li.on span {
    color:#dd2125;
    font-weight: 700;
}
.breadcrumb li span {
    font-size:12px;
    font-weight:400;
    color:#555555;
    display:inline-block;
    margin:0 18px;
    font-family: 'Nanum Gothic';
}
.sub h4.sub_ttl {
    font-size:30px;
    font-weight:500;
    color:#000;
    line-height: 1;
    text-align: center;
    margin-bottom:40px;
}


/* 레이아웃 common*/
.sub .top_inner  {
    max-width:1920px;
    width:100%;    
    height:360px;
    margin:0 auto;
}
.sub .inner  {
    position:relative;
    max-width:1920px;
    width:100%;
    margin:0 auto;
}
.sub .inner_moreless {
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
}
.sub .sub_tab  {
    text-align: center;
    border-bottom:1px solid #ccc;
    font-size:0;
    margin-bottom:20px;
}
.sub .sub_tab li {
    display: inline-block;
    box-sizing: border-box;
}
.sub .sub_tab li.on a {
    border-bottom:4px solid #ffcb07;
    font-weight:700;
    color:#222222;
} 
.sub .sub_tab li a {
    font-size: 18px;
    font-weight: 350;
    color: #444444;
    line-height: 68px;
    display: block;
    text-align: center;
    height: 68px;
    box-sizing: border-box;

}
.sub .event_board {
    margin: 0px auto 30px;
    border-top: 2px solid #222222;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}
.sub .event_board .board_more2, 
.sub .event_board .board_more3 {
    display:none;
}
.sub .event_board .board_more2.on, 
.sub .event_board .board_more3.on {
    display:block;
}
.sub .view_board .inner_less {
    margin: 0 auto 30px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding-bottom: 60px;
}
.sub .btn_more_box {
    border: 1px solid #ddd;
    width: 300px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}
.sub .btn_more_box .btn_more_txt {
    display:block;
    font-size: 18px;
    color: #222;
    font-weight: 500;
}
.sub ul.pager_btn {
    text-align:center;
}
.sub ul.pager_btn li{
    display: inline-block;
}
.sub ul.pager_btn li.on a {
    background-color:#ffcb07;
}
.sub ul.pager_btn li a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    margin: 0 3px;
    font-size: 16px;
    font-weight: 500;
    color: #555;
    background-color: #eeeeee;
}
/* //레이아웃 common */


/* 할인&이벤트 */
/* common*/
.sub.event .top_inner  {
    background:url('../img/sub/sub_visual_event.jpg') no-repeat center center;
}
.sub.event .sub_tab li {
    width: 33.333%;
}
.sub.event .event_board {

}
/* //common */

.sub.event .event_board .col1 {
    float:left;
    width:calc(50% - 12px);
    margin:30px 0 0;
}
.sub.event .event_board .col1:nth-child(even) {
    float:right;
    margin-left:24px;
}
.sub.event .event_board .ico_event {
    width:100%;
    margin-top:20px;
}
.sub.event .event_board .ico_event strong {
    display:inline-block;
    width:130px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -1px;
    text-align: center;
    border-radius: 2px;
}
.sub.event .event_board strong.event_insta {
    background-color:#ad3fc5;
}
.sub.event .event_board strong.event_facebook {
    background-color:#2d56bd;
}
.sub.event .event_board strong.event-bg {
    background: #ea1c60;
}
.sub.event .event_board .txt_ttl  {
    display:inline-block;
    width:100%;
    font-size:20px;
    color:#222;
    font-weight:700;
    margin:10px 0;
    display: inline-block;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal !important;
}
.sub.event .event_board .txt_date {
    font-size:18px;
    font-weight:400;
    color:#888888;
}


.sub.view {

}
.sub.view .event_board .board_col1 {
    width:100%;
}
.sub.view .event_board .board_col1 + .board_col1 {
    border-top:1px solid #ddd;
}
.sub.view .event_board .view_ttl_box .view_ttl {
    color:#222;
    font-weight:700;
    font-size:20px;
    line-height:70px;
}
.sub.event .event_board .view_ttl_box strong + strong {
    display:inline-block;
    width:130px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -1px;
    text-align: center;
    margin-left:20px;
}
.sub.view .event_board .view_ttl_box .sns_box {
    float:right;
}
.sub.view .event_board .view_ttl_box .sns_box a {
    display: inline-block;
    margin:20px 6px 0 6px;
}
.sub.view .date_box {
    line-height:50px;
} 

.sub.view .contents {
    
}
.sub.view .contents {
    padding:40px 0px 20px;
    box-sizing: border-box;
}


/* 피자 */
/* common */
.sub.pizza {
    padding-bottom:90px;
}
.sub.pizza .top_inner {
    background: url('../img/sub/sub_visual_pizza.jpg') no-repeat center center;
}
.sub.pizza .sub_tab li {
    width:16.666%;
}
.sub.pizza .menu_list {
    overflow: hidden;
}
.sub.pizza .popup {
    width:auto;
}
.sub.pizza .popup .popup_ttl_box {
    position:relative;
    text-align: center;
}
.sub.pizza .popup .popup_ttl_box .popup_ttl {
    padding-left:0;
}
.sub.pizza .popup .popup_ttl_box .btn_closed {
    position: absolute;
    right: 0;
    top: 0;
    margin: 20px;
}
.sub.pizza .popup .popup_body {
    padding: 20px;
    max-height: 640px;
    overflow-y:auto;
    box-sizing: border-box;
}
.sub.pizza .popup.allegic .popup_body  {
    padding: 20px;
}
.sub.pizza .popup.ingredient .popup_body  {
    width:100%;
    min-width:600px;
}
.sub.pizza .popup .popup_body img {
    display:block;
    margin:0 auto;
    /* max-height: 550px; */
}
/* //common */

.sub.pizza .category {
    float:right;
    margin-top: -60px;
}
.sub.pizza .category li {
    float:left;
}
.sub.pizza .category li + li {
    margin-left:8px;
}
.sub.pizza .category li a {
    /* color: #555555; */
    /* border: 1px solid #d9d9d9; */
    /* 20220822 수정 */
    font-size: 15px;
    font-weight: 400;
    color: #222;
    background-color: #ffcb07;
    width: 250px;
    display: block;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
}
.sub.pizza .menu_list {
    /* 2022년 2월 22일 추가 */
    position: relative;
    left: -60px;
    width: 110%;
}
.sub.pizza .menu_list .col1:nth-child(1),
.sub.pizza .menu_list .col1:nth-child(2),
.sub.pizza .menu_list .col1:nth-child(3)  {
    margin-top:0;
}
/* .sub.pizza .menu_list .col1:nth-child(3),
.sub.pizza .menu_list .col1:nth-child(4) {
    margin-top:0;
} */
/* .sub.pizza .menu_list .col1 {
    position:relative;   
    float:left;
    width: calc(25% - 15px);
    margin-right: 20px;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    margin-top:20px;
    border-radius: 5px;
} */
.sub.pizza .menu_list .col1 {
    position:relative;   
    float:left;
    width: calc(33% - 10px);
    margin-right: 20px;
    /* border: 1px solid #e9e9e9; */
    box-sizing: border-box;
    margin-top:20px;
    border-radius: 10px;
}
.sub.pizza .menu_list .col1 .lab_img_menu {
    width:100%;
    overflow: hidden;
}
.sub.pizza .menu_list .col1 .lab_img_menu .lab_img_menu_box1 {
    position: relative;
    height: 297px;
}
.sub.pizza .menu_list .col1 .lab_img_menu .lab_img_menu_box2 {
    position: relative;
    width: 100%;
    height: 155.5px;
    top: 142px;
    background-color: #EEEEEE;
    border-radius: 10px 10px 0 0;
}
.sub.pizza .menu_list .col1 .img_menu {
    width:100%;
    /* padding-top: 100%; */
    /* height: 270px; */
    height: 400px;
    position: relative;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    /* 2022년 2월 24일 추가
	피자 이미지 마우스오버기능 */
    transition: all 0.2s linear;
    bottom: 150px;
    z-index: 1;
}
/* 2022년 2월 24일 추가
	피자 이미지 마우스오버기능 */
.sub.pizza .menu_list .col1 .lab_img_menu:hover .img_menu {
    transform: scale(1.2);
}
/* /* .sub.pizza .menu_list .col1 {
    position:relative;   
    float:left;
    width: calc(33% - 10px);
    margin-right: 20px;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    margin-top:20px;
    border-radius: 5px;
} */
/* .sub.pizza .menu_list .col1 .img_menu {
    width:100%;
    height: 297px;
    position: relative;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
} */
.sub.pizza .menu_list .col1:nth-child(3n) {
    margin-right:0;
}
/* .sub.pizza .menu_list .col1  img + img {
    width:100%;
    min-height: 270px;
} */

.sub.pizza .menu_list .col1 .ico_box {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 40px;
    z-index:2;
    /* z-index:2; */
}
.sub.pizza .menu_list .col1 .ico_new,
.sub.pizza .menu_list .col1 .ico_best {
    position:relative;
    width: 40px;
    height: 46px;
    margin-bottom: 10px;
}
.sub.pizza .menu_list .col1 .ico_best {
}
.sub.pizza .menu_list .col1 .pizza_desc {
    padding:20px 20px 15px;
    box-sizing: border-box;   
    /* 0828 추가 */
    border-radius: 0 0 10px 10px;
    background-color: #EEEEEE;
}
.sub.pizza .menu_list .col1 .pizza_desc .pizza_desc_in {
    height:61px;
    text-align: center;
}
.sub.pizza .menu_list .col1 .pizza_desc strong {
    box-sizing: border-box;   
    display:inline-block;
    width:100%;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal !important;
    font-size:27px;
    font-weight:400;
    text-align: center;
}
.sub.pizza.combo .menu_list .col1 .pizza_desc strong {
    white-space: normal;
    display: -webkit-box;
    max-height: 48px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.sub.pizza.combo .menu_list .col1 .pizza_desc .set_strong {
    font-size:22px;
}

.sub.pizza .menu_list .col1 .pizza_desc .pizza_price {

}
.sub.pizza .menu_list .col1 .pizza_desc .pizza_price strong {
    display:block;
    font-size:18px;
    font-weight:700;
    color:#222;   
}
.sub.pizza .menu_list .col1 .pizza_desc .pizza_price .ico {
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border-radius: 2px;
    vertical-align: middle;
}
.sub.pizza .menu_list .col1 .pizza_desc .pizza_price .ico.re {
    background: #ff784e;
}
.sub.pizza .menu_list .col1 .pizza_desc .pizza_price .ico.la {
    background: #e75253;
}
.sub.pizza .menu_list .col1 .pizza_desc .pizza_price span {
    display:inline-block;
    font-size:20px;
    font-weight:400;
    color:#222;
    line-height: 1.75;
    vertical-align: middle;
}
/* //2022년 8월 29일 추가 */
.sub.pizza .menu_list .col1 .pizza_desc .pizza_price span + span {

}
.sub.pizza .menu_list .col1 .pizza_desc .pizza_price_r {
    
}
/* .sub.pizza .menu_list .col1 .pizza_desc .pizza_price_r span:first-child { */
    /* background:url('../img/ico/ico_r.png') no-repeat left 4px;
    padding-left:30px; */
    /* margin-top:5px; */
/* } */
.sub.pizza .menu_list .col1 .pizza_desc .pizza_price_l {
    
}
.sub.pizza .menu_list .col1 .pizza_desc .pizza_price_l span:first-child {
    /* background:url('../img/ico/ico_l.png') no-repeat left 4px;
    padding-left:30px; */
}
.sub.pizza .menu_list .col1 .pizza_desc .pizza_order_box {
    margin-top:15px;
}
.sub.pizza .menu_list .col1 .pizza_desc .pizza_order_box a {
    width: 48.8%;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #222;
    color: #222;
    font-size: 14px;
    font-weight:500;
}
.sub.pizza .menu_list .col1 .pizza_desc .pizza_order_box a + a {
    border: 1px solid #ffcb07;
    background-color:#ffcb07;
    float:right;
}

/* 뷰페이지 */
.sub.pizza_view .visual_pizza_view  {
    position:relative;
    max-width:1920px;
    margin:0 auto;
}
.sub.pizza_view .visual_pizza_view .visual_view_slider {}
.sub.pizza_view .visual_pizza_view .visual_view_slider .slick-prev {
    position:absolute;
    top:50%;
    left:50px;
    background:url('../img/btn/btn_arrows_left.png') no-repeat 0 0; 
    width:63px;
    height:114px;
    z-index: 1;
    text-indent: -9999px;
}
.visual_view_slider .visual_view_img {
    display: block;
    width: 100%;
    height: 800px;
    background-position: left 30% center;
    background-repeat: no-repeat;
}
.sub.pizza_view .visual_pizza_view .visual_view_slider .slick-next {
    position:absolute;
    top:50%;
    right:50px;
    background:url('../img/btn/btn_arrows_right.png') no-repeat 0 0; 
    width:63px;
    height:114px;
    z-index: 1;
    text-indent: -9999px;
}
.sub.pizza_view .visual_pizza_view .visual_order_box {
    position: absolute;
    width: 482px;
    height: auto;
    max-height: 700px;
    background-color: #222222;
    top: 50%;
    left: 1194px;
    padding: 50px 50px;
    box-sizing: border-box;
    transform: translateY(-44%);
}
.sub.pizza_view .visual_pizza_view .visual_order_box .ttl_en {
    font-size:22px;
    font-weight:400;
    color:#fff;
}
.sub.pizza_view .visual_pizza_view .visual_order_box .ttl_ko {
    font-size:28px;
    font-weight:700;
    color:#fff;
    margin: 5px 0 40px;

}
.sub.pizza_view .visual_pizza_view .visual_order_box .pizza_desc {
    border-top: 1px solid #444;
    padding-top: 10px;
}
.sub.pizza_view .visual_pizza_view .visual_order_box .pizza_desc span:nth-child(1) {
    color:#ffcb07;
}
.sub.pizza_view .visual_pizza_view .visual_order_box .pizza_desc span {
    width:100%;
    display: inline-block;
    font-size:16px;
    font-weight:300;
    color:#a9a9a9;
    letter-spacing: -0.5px;
    margin-bottom:15px;
}
.sub.pizza_view .visual_pizza_view .visual_order_box .pizza_desc .topping {
    display: inline-block;
    font-size:16px;
    font-weight:700;
    color:#fff;
    margin: 10px 0 5px;
    letter-spacing: -0.5px;
}
.sub.pizza_view .visual_pizza_view .visual_order_box .pizza_desc .dough {
    display: inline-block;
    font-size:16px;
    font-weight:700;
    color:#fff;
    margin: 0 0 5px;
    letter-spacing: -0.5px;
}
.sub.pizza_view .visual_pizza_view .visual_order_box .price_desc .pizza_price_r {
    margin-bottom:12px;
}
.sub.pizza_view .visual_pizza_view .visual_order_box .price_desc .pizza_price_r span{
    font-size:20px;
    font-weight:500;
    color:#fff;
    margin-bottom:10px;
}
.sub.pizza_view .visual_pizza_view .visual_order_box .price_desc .pizza_price_r span:first-child {
    /* background: url(../img/ico/ico_visual_r.png) no-repeat left 5px;
    padding-left: 35px; */
    margin-top: 15px;
}
.sub.pizza_view .visual_pizza_view .visual_order_box .price_desc .pizza_price_l {


}
.sub.pizza_view .visual_pizza_view .visual_order_box .price_desc .pizza_price_l span {
    font-size:20px;
    font-weight:500;
    color:#fff;
}
.sub.pizza_view .visual_pizza_view .visual_order_box .price_desc .pizza_price_l span:first-child {
    /* background: url(../img/ico/ico_visual_l.png) no-repeat left 5px;
    padding-left: 35px; */
    margin-top: 15px;
}
.sub.pizza_view .visual_pizza_view .visual_order_box .price_desc .pizza_price i {
    font-weight:300;
}
.sub.pizza_view .visual_pizza_view .visual_order_box .price_desc .pizza_price i.yellow {
    color:#ffcb07;
}
.sub.pizza_view .visual_pizza_view .visual_order_box .order_btn_box {
    margin: 15px auto 12px;
}
.sub.pizza_view .visual_pizza_view .visual_order_box .order_btn_box a {
    display:inline-block;
    width:100%;
    height:60px;
    line-height:60px;    
    text-align:center;
    font-size:20px;
    font-weight:700;
    color:#222;
    background-color:#ffcb07;
    letter-spacing: -0.5px;
}
.sub.pizza_view .visual_pizza_view .visual_order_box em {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    color: #666666;
    line-height: 1.3;
}
.sub.pizza_view .visual_pizza_view .visual_order_box em i {

}
.sub.pizza_view .breadcrumb {

}
.sub.pizza_view .category {
    margin-top:-60px;
}
/* .sub.pizza_view .view_board .inner_less {
    margin: 0 auto 30px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding-bottom: 60px;
} */
.sub.pizza_view .view_board  h4 {
    display: inline-block;
    font-size:20px; 
    font-weight:700;
    color:#222222; 
    margin-right: 5px;
}
.sub.pizza_view .view_board  span {
    font-size:15px;
    font-weight:350;
    color:#555555;
    vertical-align: text-top;
}
.sub.pizza_view .view_board .view_board_desc {
    padding:50px 0;
    background:none;
    background-color:#f8f8f8;
}
.sub.pizza_view .view_board .view_board_desc .inner_less{
    margin: 0 auto;
    overflow: hidden;
    border-bottom: none;
    padding-bottom: 0px;
}
.sub.pizza_view .view_board .ingredient {

}
.sub.pizza_view .view_board .ingredient_table {
    border-top:2px solid #222222;
    width:100%;
    margin:15px 0 50px;
}
.sub.pizza_view .view_board .ingredient_table th {
    font-size:15px;
    font-weight:500;
    color:#222222;
    line-height:50px;
    border-bottom:1px solid #ccc;
}
.sub.pizza_view .view_board .ingredient_table td {
    font-size:15px;
    font-weight:350;
    color:#555555;
    line-height:50px;
    border-bottom:1px solid #ccc;
    text-align: center;
}
.sub.pzzia_view .view_board .allegic {
}
.sub.pizza_view .view_board .view_banner  {
    margin-top:60px;
}

/* //피자 */


/* 세트메뉴 */
.sub.sidemenu .top_inner {
   
}
.sub.combo .sub_tab li {
    width: 33.333%;
}
/* //세트메뉴 */


/* 사이드&음료 */
/* common */
.sub.sidemenu .top_inner {
   
}
.sub.sidemenu  .sub_tab li {
    width:100%;
}
/* //common */

/* //사이드&음료 */


/* 매장안내 */
/* //common */
.sub.store .top_inner {
    background: url('../img/sub/sub_visual_store.jpg') no-repeat 0 0;
}
.sub.store .sub_tab li {
    width:100%;
}
/* //common */

.sub.store {

}
.sub .inquiry_board {
    margin: 0px auto 30px;
    border-top: 2px solid #222222;
}
.sub.store .col4 {}
.sub.store .col4 .col1:nth-child(1) {
    margin-left:0;
}
.sub.store .col4 .col1:nth-child(4) {
    margin-right:0;
}
.sub.store .col4 .col1 {
    float: left;
    width: calc(25% - 30px);
    margin: 0px 20px 40px;
    padding: 45px 40px;
    box-sizing: border-box;
    background-color: #f8f8f8;
}
.sub.store .col4 .col1 .store_name {

}
.sub.store .col4 .col1 .store_name strong {
    display:block;
    font-size:20px;
    font-weight:500;
    color:#222222;
}
.sub.store .col4 .col1 .store_name span {
    display:block;
    font-size:20px;
    font-weight:700;
    color:#222222;   
    line-height:2;
}
.sub.store .col4 .col1 .store_name em {
    display:block;
    font-size:15px;
    font-weight:400;
    color:#555555;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    word-wrap:break-word; 
    line-height: 1.5em;
    height: 3em; 
}
.sub.store .col4 .col1 .contact_box {
    margin-top:35px;
}
.sub.store .col4 .col1 .contact_box img {
    float: left;
    margin:0 5px;
    cursor: pointer;
}
.sub.store .event_board {
    margin-bottom: 0;
    border-bottom: none;
}
.sub.store .store_board th {
    height:100px;
    background-color:#f8f8f8;
}
.sub.store .store_board  tr.store_search {
    border-bottom:none;
}
.sub.store .store_board  tr.store_search th {
    
}
.sub.store .store_board  tr.store_search th select {
    width:160px;
    height:38px;
    border:1px solid #d9d9d9;
    padding-left:10px;
    box-sizing:border-box;
    margin:0 2px;
    font-size:15px;
    font-weight:400;
    color:#555555;
}
.sub .store_board  tr.store_search th input {
    width: 330px;
    border: 1px solid #d9d9d9;
    height: 38px;
    padding-left: 10px;
    box-sizing: border-box;
    margin-left:10px;
    font-size:15px;
    font-weight:400;
    color:#555555;
}
.sub .store_board tr.store_search th button {
    width:120px;
    height:38px;
    background-color:#222;
    font-size: 15px;
    font-weight:500;
    color:#fff;
    margin-left:5px;
}
.sub .store_board tr {
    border-bottom:1px solid #ccc;    
}
.sub .store_board td {
    line-height: 1.5;
    color:#555;
    font-size:15px;
    font-weight:400;
    text-align: center;
    padding:18px 0;
    box-sizing: border-box;
}
.sub .store_board td.store_ttl {
    font-size:20px;
    font-weight:500;
    color:#222222;
}
.sub .store_board td.store_mob {
    font-size:20px;
    font-weight:700;
    color:#222222;
}
.sub .store_board td.store_addr {
    text-align: left;
    padding-left:40px !important;
}
.sub.store .store_board td.store_icon {}
.sub.store .store_board td.store_icon img {
    vertical-align: middle;
    margin: 0 3px;
    cursor: pointer;
}

/* 지도 */
.sub.store_view {}
.sub.store_view .store_board td {
    padding:25px 0;
}
.sub .store_board .view_map .map_box {
    padding:40px 0 60px;
    border-bottom:1px solid #ccc;
}

.sub .store_board .view_map .map_box .root_daum_roughmap .wrap_controllers {
    display:none;
}
.sub .store_board .view_map .map_box .title {
    margin-top: -70px;
    display: block;
    color: #222;
    font-weight: 700;
    line-height: 2;
    font-size: 20px;
    width: 70px;
    height: 60px;
    text-indent: -9999px;
}

/* //매장안내 */


/* 피자에땅story */
/* common */
.sub.story {
    min-width: 1200px;
}
.sub.story .top_inner {
    background: url('../img/sub/sub_visual_story.jpg') no-repeat center center;
}
.sub.story .sub_tab li {
    width:20%;
}
.sub.story .inquiry_srch_box {
    background-color:#f8f8f8;
    padding:30px 0;  
    margin-bottom: 30px;  
}
.sub.story .inquiry_srch_box div {
    text-align: center;
}
.sub.story .inquiry_srch_box div input {
    width:463px;
    height:38px;
    border:1px solid #d9d9d9;
    padding:0 10px;
    box-sizing: border-box;
}
.sub.story .inquiry_srch_box div input::placeholder {
    font-size:15px;
    font-weight:350;
    color:#555555;
}
.sub.story .inquiry_srch_box div button {
    font-size:15px;
    font-weight:500;
    color:#fff;
    background-color: #333333;
    width:120px;
    line-height:38px;
    text-align: center;
    margin-left: 8px;
}
.sub.story .event_board {
    padding-top:30px;
    padding-bottom:0;
}
/* //common */

/* 브랜드소개 & 창업안내 */
/* common */
.sub.s_brand .inner, 
.sub.s_guide .inner {
    padding:0;
}
.sub.s_brand .story_container,
.sub.s_guide .guide_container {
    padding-top:20px;
}
.sub.s_brand .story_container h3,
.sub.s_guide .guide_container h3 {
    font-size:60px;
    line-height:60px;
    font-weight:350;
    color:#222222;
    text-align: center;
    margin-bottom:40px;
}
.sub.s_brand .story_container i,
.sub.s_guide .guide_container i {
    color:#f9c608;
}
.sub.s_brand .story_container span,
.sub.s_guide .guide_container span {
    display:block;
    font-size:18px;
    font-weight:350;
    color:#333;
    line-height:1.666;
}
.sub.s_brand article, 
.sub.s_guide article {
    padding:140px 0;
}
.sub.story article.brand_who, 
.sub.story article.brand_desc,
.sub.s_guide article.guide_inquiry01,
.sub.s_guide article.guide_inquiry02 {
    padding:0;
}
.sub.story .brand_who {
    position:relative;
}
.sub.story .brand_desc .fl {
    position:relative;
    width:50%;
    max-width:960px;
}
.sub.story .brand_desc .fr {
    position:relative;
    width:50%;
    max-width:960px;
}
.sub.story .brand_who .txt_box {
    position: absolute;
    /* left: 360px; */
    left: 18.7%;
    top: 50%;
    transform: translateY(-50%);
}

.sub.story .brand_who .txt_box h3 {
    font-weight:500;    
    text-align: left;
}
.sub.story .brand_who .txt_box span {
    font-size:24px;
    font-weight:350;
    color:#000;
    line-height: 1.75;
}
.sub.story.brand_desc .brand_desc_details01, 
.sub.story.brand_desc .brand_desc_details02 {
    position:relative;
} 
.sub.story .guide_desc .guide_desc_details02 {
    position:relative;
    background-color:#f8f8f8;
}
.sub.story .brand_desc .fl_bg {
    background-color:#f8f8f8;
}
.sub.story .brand_desc .desc_txt_box {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 39%;
    box-sizing: border-box;
}
.sub.story .brand_desc .desc_txt_box div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 575px;
}

.sub.story .brand_desc  {
    position:relative;
    text-align: center;
}   
.sub.story .brand_desc h3 {
    font-size:72px;
    font-weight:350;
    text-align: left;
    line-height:1.15;
    margin-bottom:30px;
}
.sub.story .brand_desc span {
    text-align: left;
}
.sub.story .brand_desc h3 i {
    font-weight:500;
}
/* //common */

.sub.s_brand {
    padding-bottom:0;
}
.sub.s_brand .event_board {
    padding-top: 0px;
    border-bottom: none;
    margin-bottom: 0;
}
article.brand_history {background-color:#222;}
article.brand_reason {background-color:#f8f8f8;}
article.brand_contact {background-color:#f8f8f8;}

.sub.s_brand .brand_desc span.moto {
    display:block;
    font-size:24px;
    font-weight:700;
    color:#333333;
    line-height:1.666;
    margin-bottom:18px;
}
.sub.s_brand .brand_reason {}
.sub.s_brand .brand_reason h3 {}
.sub.s_brand .brand_reason .col5 {}
.sub.s_brand .brand_reason .col5 .col1 {
    background-color: #fff;
    min-width:224px;
    /* max-width:304px;
    width: calc(20% - 16px); */
    max-width:380px;
    width: calc(25% - 16px);
    height:700px;
    margin-right:20px;
}
.sub.s_brand .brand_reason .col5 .col1:last-child {
    margin-right:0;
}
.sub.s_brand .brand_reason .col5 .col1 img {
    display:block;
    width:100%;
}
.sub.s_brand .brand_reason .col5 .col1 b {
    font-size:34px;
    font-weight:700;
    display:block;
    line-height:28px;
}
.sub.s_brand .brand_reason .col5 .col1:nth-child(odd) b {
    color:#ffcb07;
}
.sub.s_brand .brand_reason .col5 .col1:nth-child(even) b {
    color:#3d3c38;
}
.sub.s_brand .brand_reason .col5 .col1 strong {
    display:block;
    font-size:48px;
    font-weight:700; 
    display:block;
    line-height:42px;
    margin:30px 0;
}
.sub.s_brand .brand_reason .col5 .col1:nth-child(odd) strong {
    color:#ffcb07;
}
.sub.s_brand .brand_reason .col5 .col1:nth-child(even) strong {
    color:#3d3c38;
}
.sub.s_brand .brand_reason .col5 .col1 .reason_desc {
    padding:40px 18px;
    box-sizing: border-box;
}
.sub.s_brand .brand_reason .col5 span {
    letter-spacing: -0.5px;
}
.sub.s_brand .brand_history h3 {
    color: #ffcb07;
    font-size: 52px;
    font-weight: 700;
}
.sub.s_brand .brand_history .fl_left {
    position:relative;
    width:412px;
    float:left;
}
.sub.s_brand .brand_history .fl_left:before {
    display: block;
    clear: both;
    content: '';
    position: absolute;
    top: 0;
    left: 233px;
    height: 240px;
    width: 2px;
    background-color: #888;
    z-index: 0;
}
.sub.s_brand .brand_history .fl_left li {
    margin-left:210px;
    margin-bottom: 50px;
}
.sub.s_brand .brand_history .fl_left li a {
    display:block;
}
.sub.s_brand .brand_history .fl_left li a b {
    position: relative;
    width: 50px;
    height: 50px;
    float:left;
    background-color: #888;
    border-radius: 50%;
    display: block;
}
.sub.s_brand .brand_history .fl_left li a b:after {
    display: block;
    clear: both;
    content: '';
    position: absolute;
    background: url(../img/ico/ico_history.png) no-repeat center center;
    width: 50px;
    height: 50px;
}
.sub.s_brand .brand_history .fl_left li.on a b {
    background-color:#ffcb07;
}
.sub.s_brand .brand_history .fl_left li a b img {

}
.sub.s_brand .brand_history .fl_left li a strong {
    font-size: 30px;
    font-weight: 700;
    color: #888;
    text-align: right;
    letter-spacing: -1.5px;
    margin-left: 12px;
}
.sub.s_brand .brand_history .fl_left li.on a strong {
    color:#ffcb07;
}
.sub.s_brand .brand_history .fl_right {
    position:relative;
    float: left;
    height: 760px;
    padding: 10px 60px;
    box-sizing: border-box;
    overflow: hidden;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */  
    /* border: 1px solid red; */
    overflow-y: auto;  
}
.sub.s_brand .brand_history .fl_right::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}
.sub.s_brand .brand_history .fl_right .history_desc {
    position:relative;
}
.sub.s_brand .brand_history .fl_right .history_desc li {
    width:100%;
}
.sub.s_brand .brand_history .fl_right .history_desc li.desc1 {
    /* margin-bottom:120px; */
}
/* .sub.s_brand .brand_history .fl_right .history_desc li.desc1 {border:1px solid red;}
.sub.s_brand .brand_history .fl_right .history_desc li.desc2 {border:1px solid blue;}
.sub.s_brand .brand_history .fl_right .history_desc li.desc3 {border:1px solid white;} */

.sub.s_brand .brand_history .fl_right .history_desc li strong {
    display: block;
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}
.sub.s_brand .brand_history .fl_right .history_desc li + li strong {
    margin-top:25px;
}
.sub.s_brand .brand_history .fl_right .history_desc li span {
    font-size:18px;
    font-weight:350;
    color:#aaa;
}
.sub.s_brand .brand_history .fl_right .history_desc li span.months {
    font-family:'Malgun Gothic';
    display:inline-block;
    letter-spacing: -1px;
    vertical-align: top;
    line-height: 32px;
    width:10px;
}
.sub.s_brand .brand_history .fl_right .history_desc li span.details {
    padding-left: 20px;
    display: inline-block;
    line-height:1.7;
    margin:2px 0;
}
.sub.s_brand .brand_history .fl_right .history_desc li span.details br {

}
.sub.s_brand .brand_history .fl_right .history_desc li span em {}

.sub.s_brand .brand_bi h3 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom:100px;
}
.sub.s_brand .brand_bi .bi_ttl {
    font-size: 24px;
    font-weight: 500;
    color: #222222;
    letter-spacing: -1px;
    background: url(../img/ico/ico_line.png) no-repeat left center;
    padding-left: 27px;
    width: 100%;
    margin-bottom: 20px;
    display: block;
    background-size: 14px 3px;
}
.sub.s_brand .brand_bi div + div .bi_ttl {
    margin-top:110px;
}
.sub.s_brand .brand_bi .txt_box {
    position:relative;
    margin-top:25px;
}
.sub.s_brand .brand_bi .txt_box .file_download {
    position: absolute;
    top:5px;
    right:0;
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #ffcb07;
    border-radius: 4px;
}

.sub.s_brand .brand_bi .txt_box .file_download span {
    display: inline-block;
    font-weight: 700;
    letter-spacing: -0.5px;
}
.sub.s_brand .brand_bi .img_box {
    overflow: hidden;
}
.sub.s_brand .brand_bi .img_box img {
    float:left;
}
.sub.s_brand .brand_bi .img_box img + img {
    margin-left:20px;
}
.sub.s_brand .brand_bi .bi_ttl span {
    font-size:18px;
    font-weight:500;
    color:#222222;
    display:inline-block;
    letter-spacing: 0;
}

.sub.s_brand .brand_contact  {
    font-size: 52px;
}
.sub.s_brand .brand_contact h3 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom:62px;
}
.sub.s_brand .brand_contact .brand_map_menu {
    text-align: center;
    font-size: 0;
    margin-bottom: 60px;
}
.sub.s_brand .brand_contact .brand_map_menu li {
    display:inline-block;
    width:400px;   
}
.sub.s_brand .brand_contact .brand_map_menu li a {
    display:block;
    border:1px solid #d9d9d9;
    color:#555;
    font-size:15px;
    font-weight:350;
    line-height:40px;
}
.sub.s_brand .brand_contact .brand_map_menu li.on a {
    background-color:#ffcb07;   
    color:#222222;
    border:1px solid #ffcb07;
    font-weight:500;
} 
.sub.s_brand .brand_contact .brand_map_menu li + li a {
    border-left:none;
}
.sub.s_brand .brand_contact .brand_map_con {
    position:relative;
    height: 800px;
    background-color:#f8f8f8;
}
.sub.s_brand .brand_contact .brand_map_con li {
    /* display: none; */
    opacity:0;
    visibility: hidden;
    z-index:-1;
    position:absolute;
}
.sub.s_brand .brand_contact .brand_map_con li.on {
    /* display: block; */
    opacity:1;
    visibility: visible; 
    z-index:1;
}
.sub.s_brand .brand_contact .brand_map_con h4 {
    
}
.sub.s_brand .store_board td.store_ttl {
    text-align: center;
} 
.sub.s_brand .store_board td.store_ttl02 {
    text-align: right;
} 
.sub.s_brand .store_board td.store_mob {
    text-align: left;
}
.sub.s_brand .store_board td.store_mob02 {
    text-align: center;
}
.sub.s_brand .store_board td.store_addr {
    text-align: left;
}
.sub.s_brand .store_board .view_map .map_box {
    width:1200px;
    height:600px;
    padding-bottom: 0;
}

.sub.s_guide {
    padding-bottom:0;
}
.sub.s_guide .brand_who .txt_box h3 {
    font-weight:350;  
    color:#ffcb07;
    margin-bottom: 20px;
}
.sub.s_guide .brand_who .txt_box span {
    color:#ffcb07;
}
.sub.s_guide .guide_container h3.guide_subttl {
    font-size:52px;
    line-height:52px;
    font-weight:350;
}
.sub.s_guide .guide_container h3.guide_subttl i {
    font-weight:700;
}
.sub.s_guide .guide_interier {}
.sub.s_guide .guide_interier h3 {}
.sub.s_guide .guide_interier .interier_slider li {}
.sub.s_guide .guide_interier .interier_slider li img {}
.sub.s_guide .guide_interier .interier_slider button.slick-prev {
    background:url('../img/btn/btn_arrows_prev.png') 0 0;
    width:60px;
    height:60px;
    position: absolute;
    left: -30px;
    top: 50%;
    z-index: 1;
    text-indent: -9999px;
}
.sub.s_guide .guide_interier .interier_slider button.slick-next {
    background:url('../img/btn/btn_arrows_next.png') 0 0;
    width:60px;
    height:60px;
    position: absolute;
    right: -30px;
    top: 50%;
    z-index: 1;
    text-indent: -9999px;
}

.sub.s_guide .guide_process {
    background:url('../img/sub/guide_process_bg.jpg') no-repeat center center;
    width:100%;
    height: 840px;
    margin:0 auto;
    box-sizing: border-box;
}
.sub.s_guide .guide_process .inner_less {
    position:relative;
    overflow: hidden;
    top:50px;
    height: 450px;
}
.sub.s_guide .guide_process .box_left {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.sub.s_guide .guide_process .box_left h3 {
    font-size:72px;
    font-weight:350;
    line-height: 1.1;
    color:#fff;
    text-align: left;
}
.sub.s_guide .guide_process .box_left h3 i {
    font-weight:700;
}
.sub.s_guide .guide_process em {
    font-size:16px;
    font-weight:300;
    color:#fff;
}
.sub.s_guide .guide_process strong {
    display:block;
    font-size:30px;
    font-weight:700;
    color:#f9c608;
    margin: 10px 0 18px;
}
.sub.s_guide .guide_process span {
    font-size:18px;
    font-weight:350;
    color:#fff;
    line-height:1.6;
}
.sub.s_guide .guide_process span.note {
    margin-top:18px;
}
.sub.s_guide .guide_process .box_right {
    margin-left: 515px;
    height:460px;
    overflow-y: auto;
}
.sub.s_guide .guide_process .box_right {
}
.sub.s_guide .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color:#f9c608;
}
.sub.s_guide .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color:#888;
}
.sub.s_guide .guide_process .box_right > div + div {
    margin-top:60px;
    margin-bottom:5px;
}
.sub.s_guide .guide_process .box_right .txt_box {
    margin-left:130px;
    padding:0 35px;
    box-sizing: border-box;
}
.sub.s_guide .guide_price {}
.sub.s_guide .guide_price span {
    color:#555;
}
.sub.s_guide .table_layout {
    display:table;
    table-layout: fixed;
    width:100%;
    margin-bottom:30px;
}
.sub.s_guide .table_layout thead {
    border-top:2px solid #222222;
}
.sub.s_guide .table_layout tfoot {
    background-color:#fafafa;
}
.sub.s_guide .table_layout tfoot td.total_txt,
.sub.s_guide .table_layout tfoot td.total_num {
    color:#555;
    font-weight:500;
}
.sub.s_guide .table_layout tr {
    text-align: center;
    border-bottom:1px solid #cccccc;  
}
.sub.s_guide .table_layout th {
    font-size:18px;
    font-weight:500;
    color:#222222;
    height:54px;
    line-height:54px;    

}
.sub.s_guide .table_layout th + th {
    border-left:1px solid #ccc;
}
.sub.s_guide .table_layout td {
    font-size:17px;
    font-weight:350;
    color:#555555;
    height:54px;
    line-height:54px;
}
.sub.s_guide .table_layout td + td {
    border-left:1px solid #ccc;
}
.sub.s_guide .guide_container .table_note {
    letter-spacing: -0.5px;
    color:#555;
}
.sub.s_guide .guide_container .table_note i {
    display: inline-block;
    padding-left: 20px;
}

.sub.s_guide .guide_inquiry01 {
    background:url('../img/sub/guide_inquiry01_bg.jpg') repeat-x 0 0;
}
.sub.s_guide .guide_inquiry01 .inner_less {
    position:relative;
    padding:58px 0;
    box-sizing: border-box;
}
.sub.s_guide .guide_inquiry01 h3.guide_subttl {
    display:inline-block;
    color:#fff;
    font-size:52px;
    font-weight:700;
}
.sub.s_guide .guide_inquiry01 strong {
    display: block;
    color: #fff;
    font-size: 20px;
    width: 100%;
    font-weight: 500;
    margin-left: 220px;
}
.sub.s_guide .guide_inquiry01 span {
    display:inline-block;
    color:#fff;
    font-size:18px;
    font-weight:350;
    margin-right:10px;
}
.sub.s_guide .guide_inquiry01 a.btn_inquiry {
    position:absolute;
    right:0;
    /* float:right; */
    width:172px;
    height:46px;
    line-height: 46px;
    background-color:#d92016;
    border-radius: 5px;
    margin-top: -23px;
}
.sub.s_guide .guide_inquiry01 a.btn_inquiry span {
    background:url('../img/ico/ico_tele.png') no-repeat 20px center;
    padding-left: 45px;
    letter-spacing: -1px;
}

/* .fix_guide {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.fix_guide .guide_inquiry02 {
    background-color:#ffcb07;
}
*/
/* .fix_guide .guide_inquiry02 .inner_less {
    padding:25px 0;
}
.fix_guide .guide_inquiry02 h3.guide_subttl {
    float:left;
    font-size:30px;
    font-weight:700;
    color:#222222;
    line-height: 2.25;
}
.fix_guide .guide_inquiry02 form {
    margin-left:220px;
}
.fix_guide .guide_inquiry02 form input {
    line-height:54px;
    border:1px solid #aaaaaa;;
    padding:0 10px;
    box-sizing: border-box;
    width:236px;

}
.fix_guide .guide_inquiry02 form input::placeholder {
    font-size:18px;
    font-weight:350;
    color:#888;
}
.fix_guide .guide_inquiry02 form input[type="name"] {
    margin-right:25px;
}
.fix_guide .guide_inquiry02 form input[type="tel"] {
    width:135px;
}
.fix_guide .guide_inquiry02 form .hypen {
    display:inline-block;
    font-size:36px;
    font-weight:400;
    color:#222;
    vertical-align: sub;
    padding:0 8.5px;
}
.fix_guide .guide_inquiry02 form .btn_apply {
    width: 200px;
    line-height: 56px;
    background-color: #222;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin-left: 30px;
} */


/* start09 */
#start09{
    position: fixed;
    left: 0;
    right: 0;
    bottom: -10px;
	padding:20px 0;
	color:#fff;
    background-color:#ffcb07;
    z-index: 10000;
}
#start09 .container{width:1460px;}
#start09 .container *{
	display:inline-block;
	vertical-align:middle;
}
#start09 h4{
	font-size:30px;
	line-height:1;
	font-weight:500;
}
.inquiry_name, .inquiry_tel{
	padding:15px 10px;
	background:#fff;
	border-radius:3px;
	line-height:1;
	color:#555;
}
.inquiry_name{margin-left:40px;}
.inquiry_tel{margin-left:30px;width:470px;}
.inquiry_name label, .inquiry_tel label{
	font-size:18px;
	font-weight:350;
}
.inquiry_name label{width:50px;}
.inquiry_name input, .inquiry_tel input{
	border:0 none;
}
.inquiry_name input{
    margin:0 10px;
	width:100px;
    line-height: 40px;
}
.inquiry_tel input{
	margin:0 10px;
	width:100px;
    line-height: 40px;
}
.inquiry_tel .line{
	display:block;
	width:10px;
	height:1px;
	background:#000;
}
#start09 label{
	font-size:14px;
	font-weight:400;
	letter-spacing:-0.5px;
}
#start09 label a{
	margin-left:10px;
	padding:0 1px;
	vertical-align:top !important;
	color:#fff;
	border-bottom:1px solid #fff;
}
#start09 input[type="checkbox"]{display:none;}
#start09 input[type="checkbox"] + label span.checkbox{
	margin-left:40px;
	position:relative;
	width:16px;
	height:16px;
	background:#fff;
	border-radius:2px;
}
#start09 input[type="checkbox"]:checked + label span.checkbox:after{
	content:'v';
	position:absolute;
	left:3px;
	top:1px;
	color:#000;
	line-height:1;
}
#start09 a.btn{
	margin-left:22px;
	padding:15px 0;
	width:200px;
	border-radius:3px;
	background:#333333;
	font-size:24px;
	font-weight:500;
	line-height:1;
	color:#fff;
	text-align:center;
}
.inquiry_name, #start09 input[type="checkbox"] + label span.checkbox, #start09 a.btn{margin-left:20px;}


#start09 {
    padding:0;
}
#start09 .container {
    width: 95%; height: 100px;
}
#start09 .container:after {
    content:""; display:block; clear:both;
}
#start09 .container .inquiry_header { 
    float:left; width: 15%;
    height:100px; line-height:100px;
    text-align:center;
}
#start09 .container h4 { 
    font-weight:400;
}
#start09 .container .inquiry_wrap {
    float:right; width: calc(100% - 17.5%);
    position:relative;
    padding-bottom:10px;
}
#start09 .container .inquiry_wrap select {
    display:inline-block;
}
#start09 .container .inquiry_wrap input {
    color: #333;
    font-size: 18px;
    font-weight: 350;
}
#start09 .container .inquiry_name label,
#start09 .container .inquiry_tel label,
#start09 .container .inquiry_region select,
#start09 .container .inquiry_address select {
    color:#333; font-size:18px; font-weight:350;
    line-height:42px; height:42px;
}
#start09 .inquiry_form {
    width:100%;
    padding-top:10px;
}
#start09 .inquiry_form p {
    font-size: 20px;
    letter-spacing: -0.04em;
    width:23.838%;
    margin-right:40px;
    font-weight:600;
}
#start09 .inquiry_form label {
    font-size: 20px;
    letter-spacing: -0.04em;
    font-weight:400;
    margin-right:40px;
}
#start09 .inquiry_form input {
    visibility:hidden;
    width:0;
}
#start09 .inquiry_form label {
    display:inline-block;
    position:relative;
    background:url('../img/ico/ico_radio.png') left center no-repeat;
    background-size:20px;
    padding-left:32px;
}
#start09 input[type="radio"]:checked + label {
    background:url('../img/ico/ico_radio_checked.png') left center no-repeat;
    background-size:20px;
}
#start09 .inquiry_name {
    margin-left:0;
}
#start09 .inquiry_name {
    width:13%;
}
#start09 .inquiry_name, #start09 .inquiry_tel {
    padding:0 10px; height:42px;
}
#start09 .inquiry_region, #start09 .inquiry_address {
    width: calc(10% + 20px);
}
#start09 .inquiry_region select, #start09 .inquiry_address select {
    width:100%; padding:0 10px; border-radius:3px; border:none;
    background: #fff url('../img/ico/ico_inquiry_down.png') no-repeat 95% 53%;
}
#start09 .inquiry_tel {
    width:calc(20% - 20px);
}
/* #start09 .inquiry_address {
    margin-left:20px;
} */
#start09 .agree_txt {
    margin-bottom: 25px;
}
.inquiry_name, .inquiry_tel {
    margin-top:13px; margin-bottom:13px;
}
#start09 .container .inquiry_wrap .sub_txt {
    vertical-align: bottom;
}
#start09 .container .inquiry_wrap .btn {
    position:absolute; top:53px;
}
#start09 a.btn {
    width:200px;
    height:42px; line-height:42px; padding:0;
}
#start09 a.fix_guide_close {
    float: right;
    position: relative;
    right: 10px;
}

/* /// 창업안내 end /// */
/*// 브랜드소개 & 창업안내 */



/* TV/CF/방송 */
.sub.s_commercial .event_board .col3 {
    width:100%;
}
.sub.s_commercial .event_board .col3 + .col3 {
    
}

.sub.s_commercial .event_board .col3 .col1 {
    float:left;
    width:calc(33.333% - 16.777px);
    margin-right:25px;
}
.sub.s_commercial .event_board .col3 .col1:nth-child(3n) {
    margin-right:0;
}
/* .sub.s_commercial .event_board .col3 .col1:nth-child(2) {
    margin: 0 25px 25px;
} */
.sub.s_commercial .event_board .col3 .col1 .img_box {
    position:relative;
    width:386px;
    height:220px;

}
.sub.s_commercial .event_board .col3 .col1 .img_box::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display:block;
    clear:both;
    content:'';
    background:url('../img/btn/btn_play.png') no-repeat center center;
    width:82px;
    height:82px;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility:hidden;
    z-index: 1;
}
.sub.s_commercial .event_board .col3 .col1 .img_box:hover::before {
    opacity: 1;
    visibility:visible; 
}
.sub.s_commercial .event_board .col3 .col1 .img_box::after {
    display:block;
    clear:both;
    content:'';
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-color: rgba(0, 0, 0, 0);
    transition: all .6s ease;
    z-index: 0;
}
.sub.s_commercial .event_board .col3 .col1 .img_box:hover::after {
    background-color: rgba(0, 0, 0, 0.4);
    
}
.sub.s_commercial .event_board .col3 .col1 .img_box img {

}
.sub.s_commercial .event_board .col3 .col1 strong {
    display:inline-block;
    font-size:20px;
    font-weight:700;
    color:#222222;
    line-height:50px;
    width:100%;
    display: inline-block;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal !important;
}

.popup {
    display:none;
    position: fixed;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    background-color:#fff;
    width:1200px;    
    z-index: 9999;
}
.popup.on {
    display:block;
}
.popup .popup_ttl_box {
    width:100%;
    height:70px;
    background-color:#ffcb07;
}
.popup .popup_ttl_box .popup_ttl {
    color:#222;
    font-size:20px;
    font-weight:700;
    line-height:70px;
    padding-left:40px;
}
.popup .popup_ttl_box .btn_closed {
    display:block;
    float:right;
    margin: 20px 40px;
}
.popup .popup_body {
    padding:40px;
    box-sizing: border-box;
}
.sub.s_commercial .popup .popup_body  .video_wrapper {}

/* //TV/CF/방송 */

/* 자주하는 질문 */
.sub.s_inquiry {}
.sub.s_inquiry .inquiry_tab_menu {
    overflow: hidden;
    margin:30px 0;
}
.sub.s_inquiry .inquiry_tab_menu li {
    float:left;
    width:25%;
    box-sizing: border-box;
}
.sub.s_inquiry .inquiry_tab_menu li.on {
    background-color:#ffcb07;
    border:none;
}
.sub.s_inquiry .inquiry_tab_menu li a {
    display:block;
    font-size:14px;
    font-weight:500;
    line-height:38px;
    text-align: center;
    color:#555555;
    border:1px solid #d9d9d9;
}
.sub.s_inquiry .inquiry_tab_menu li  + li a {
    border-left:none;
}
.sub.s_inquiry .inquiry_tab_menu li.on a {
    color:#222222;
    border:1px solid #ffcb07;
}

.sub.s_inquiry .inquiry_board {
    width:100%;
    /* height:80px; */
}
.sub.s_inquiry .inquiry_board .inquiry_qna {
    border-bottom:1px solid #cccccc;

}
.sub.s_inquiry .inquiry_board .inquiry_qna .qna_q {
    display:block;
    position:relative;
    height:80px;
    line-height:80px;
}
.sub.s_inquiry .inquiry_board li {
    display:none;
}
.sub.s_inquiry .inquiry_board li.on {
    display:block;
}
.sub.s_inquiry .inquiry_board .inquiry_qna .qna_q.active {
    border-bottom:1px solid #ccc;
}
.sub.s_inquiry .inquiry_board .inquiry_qna .qna_q strong, 
.sub.s_inquiry .inquiry_board .inquiry_qna .qna_a strong {
    font-size:15px;
    font-weight:500;
    color:#222222;
    display: inline-block;
    width: 160px;
    text-align: center;
}
.sub.s_inquiry .inquiry_board .inquiry_qna .qna_q span {
    display:inline-block;
    font-size:15px;
    font-weight:350;
    color:#555555;
    background: url(../img/ico/ico_q.png) no-repeat 5px center;
    padding-left: 100px;
}
.sub.s_inquiry .inquiry_board .inquiry_qna .qna_q em {
    position: absolute;
    right: 50px;
    top: 50%;
    margin-top: -5px;
    background: url(../img/ico/ico_arrows_down.png) no-repeat;
    width: 29px;
    height: 15px;
}
.sub.s_inquiry .inquiry_board .inquiry_qna .qna_q.active em {
    background: url(../img/ico/ico_arrows_up.png) no-repeat;
}
.sub.s_inquiry .inquiry_board .inquiry_qna .qna_a {
    display:none;   
    padding: 25px 20px 25px 0;
    background-color: #f8f8f8;
}
.sub.s_inquiry .inquiry_board .inquiry_qna .qna_a strong {
    display: none;
}
.sub.s_inquiry .inquiry_board .inquiry_qna .qna_a span {
    display: block;
    margin-left: 164px;
    min-height: 45px;
    font-size:15px;
    font-weight:350;
    color:#555555;
    /* background: url(../img/ico/ico_a.png) no-repeat 5px top; */
    padding-left: 100px;
}
/* 2022년 2월 25일 추가 */
.sub.s_inquiry .inquiry_board .inquiry_qna .qna_a #qna_icon {
    margin-left: 180px;
    background: url(../img/ico/ico_a.png) no-repeat 5px top;
}

/* 공지사항 */

.sub.s_notice .event_board {
    padding-top:0;
    margin-bottom:60px; 
}
.sub.s_notice.view .event_board {
    padding-top:0;
    padding-bottom:30px;
    margin-bottom:30px;
}
.sub.s_notice .event_board {
   
}
.sub.s_notice .event_board .qna_list {
    width: 100%;
    table-layout: fixed;
}
.sub.s_notice .event_board .qna_list th {
    font-size:15px;
    font-weight:500;
    color: #222;
    line-height:52px;
}
.sub.s_notice .event_board .qna_list td {
    font-size:15px;
    font-weight:350;
    color:#555;
    text-align: center;
    padding:22px 0;
    border-top:1px solid #cccccc;
}
.sub.s_notice .event_board .qna_list td a {
    color: #000;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    line-height:1.65;

}
.sub.s_notice .event_board .qna_list td span {
}
.sub.s_notice .event_board .qna_list td.qna_subject {
    font-weight:500;
    color: #000;
}
.sub.s_notice .event_board .qna_list td.qna_subject {
    text-align: left;
}
/* //공지사항 */



/* //피자에땅story */

@media screen and (max-width:1920px) {
    .sub.pizza_view .visual_pizza_view .visual_view_slider .slick-next {
        right: 0;
        left: calc(100vw - 110px);
    }
}

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

    .sub.pizza_view .visual_pizza_view .visual_order_box {
        left: 55vw;
    }

}