@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 

#skipToContent a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skipToContent a:focus, 
#skipToContent a:active {width:200px;height:50px;background:#21272e;color:#fff;font-size:14px;font-weight:bold;text-align:center;text-decoration:none;line-height:50px}

/* html {overflow-x:hidden;} */

.contain {width:100%; max-width:1340px; padding-left:30px; padding-right:30px; margin:0 auto;}
.contain:after {content:""; display:block; clear:both;}

.only-desktop {display:block;}
.only-desktop-tablet {display:block;}
.only-tablet-mobile {display:none;}
.only-tablet {display:none;}
.only-mobile {display:none;}

/* header */
#header {top:0; left:0; width:100%;z-index:90; background:#fff;}
#header .contain {position:relative; max-width: 1540px;}

.sitelogo {position:absolute; top:50%; left:30px; margin-top:-32px; z-index:2;}
.sitelogo a {display: block;}

#gnb {text-align:center; margin-left: 70px;}
#gnb > ul {display:flex;justify-content:center;}
#gnb > ul > li {position:relative; padding:0 50px; text-align:center;}
#gnb > ul > li > a {display:block; font-size:20px; font-weight:500; line-height:100px; letter-spacing: -.025em;}
#gnb > ul > li.active > a {color: #c26e00;}

#gnb .submenu {display:none; position:absolute; left:50%; margin-left: -97px; width:194px; z-index: 51; text-align: left;}
#gnb .submenu ul {position: relative; background: #fff; padding: 20px 40px; border-radius:0 0 20px 20px;}
#gnb .submenu ul li {position: relative;}
#gnb .submenu ul li a {display:block; padding: 3px 0; color: #888; line-height: 1.5em; letter-spacing: -.025em;}
#gnb .submenu ul li a:hover {color: #c26e00;}

.top-contact {position: absolute; right: 30px; top: 50%; transform:translateY(-50%); padding-left: 70px; font-family: 'GmarketSans'; font-size: 20px; line-height: 1.5; letter-spacing: -.025em; font-weight: 700; color: #531e03;}
.top-contact:before {content:''; position: absolute; top: 50%; left: 0; margin-top: -29px; width: 57px; height: 57px; background: no-repeat url("../images/common/icon_top_tel.png") center center / contain;}

/* for mobile */
.btn-m-menu {display: none; position:absolute; top:50%; right:30px; width:28px; height:32px; margin-top:-19px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear;}
.btn-m-menu span {position:absolute; left:0; right:0; top:50%; margin-top:0px; height:2px; background:#2c2c2c;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0px; right:0; height:2px; background:#2c2c2c; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.btn-m-menu span:before {top:-11px; transition-property:top, transform;}
.btn-m-menu span:after {bottom:-11px; transition-property:bottom, transform;}

.mobile-navigation {position:fixed; top:0; right:0; width:250px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {max-height:60px; padding: 19px 20px;}
.mobile-navigation .home a {display: block;  color: #000; font-size: 18px; font-weight: 700; line-height: 1.3em;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:13px 20px; display:block; color:#2c2c2c; font-size:18px; font-weight:700; line-height:1.3em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:12px; height:12px; border-right:2px solid #454545; border-bottom:2px solid #454545;}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#e56c00;}
.mobile-navigation .nav-menu .submenu {display:none; background:#e56c00; padding: 10px 0;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:8px 20px; color:#fff; font-size:16px; line-height:1.3em;}
.mobile-navigation .nav-menu .submenu ul li a br {display: none;}
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:101;}

.mobile-navigation .close {position:absolute; right:15px; top:18px; width:22px; height:22px;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {position:absolute; left:11px; content:""; height:25px; width:2px; background-color:#333;transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.mobile-navigation .close:before {transform:rotate(90deg); transition-property:transform;}
.mobile-navigation .close:after {transform:rotate(-90deg); transition-property:transform;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}
html.menu-opened .btn-m-menu span {background:none;}
html.menu-opened .btn-m-menu span:before,
html.menu-opened .btn-m-menu span:after {transition-delay:0s, 0.3s; background:#1191d0; height:2px;}
html.menu-opened .btn-m-menu span:before {top:0; transform:rotate(45deg);}
html.menu-opened .btn-m-menu span:after {bottom:2px; transform:rotate(-45deg);}
html.menu-opened .close:before {transform:rotate(45deg);}
html.menu-opened .close:after {transform:rotate(-45deg);}

/* main */
.main-visual {position:relative;}
.main-visual .item {}
.main-visual .item img {width: 100%;}

.main-visual .slick-arrow {position:absolute; top:50%; width:38px; height:68px; margin-top:-34px; z-index:50; background-size: contain; background-color:transparent; opacity:.4; background-position:50% 50%; background-repeat:no-repeat; border:0; overflow:hidden; text-indent:-9999em;}
.main-visual .slick-arrow:hover {opacity:1;}
.main-visual .slick-prev {background-image:url("../images/main/slide_prev.png"); left:4.9%;}
.main-visual .slick-next {background-image:url("../images/main/slide_next.png"); right:4.9%}

.main-visual .slick-dots {position:absolute; bottom:20px; left:0; width: 100%; text-align: center;}
.main-visual .slick-dots li {display:inline-block; margin: 0 5px;}
.main-visual .slick-dots button{width:16px; height:16px; border-radius:100%; background:transparent; border: 1px solid #ddd; text-indent:-999em; font-size:0; line-height:0;}
.main-visual .slick-dots li.slick-active button {background:#e56c00; border-color: #e56c00;}

.m-sec {padding: 135px 0;}
.m-sec.bg {background-color: #f2ecdf;}
.m-sec .contain {max-width: 1540px;}

.m-sec .slider {position: relative;}
.m-sec .slick-arrow {position:absolute; top:50%; width:66px; height:66px; margin-top:-33px; z-index:50; background-size: 21px; background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; border:1px solid #232731; border-radius:100%; overflow:hidden; text-indent:-9999em;}
.m-sec .slick-prev {background-image:url("../images/main/mg_slide_prev.png"); left:-93px}
.m-sec .slick-next {background-image:url("../images/main/mg_slide_next.png"); right:-93px}

.m-head {text-align: center; margin-bottom: 18px;}
.m-head h2 {font-family: 'SCoreDream'; font-weight: 800; font-size: 60px; line-height: 1.3;}

.main-gallery {}
.main-gallery .txt {font-family: 'SCoreDream'; font-weight: 900; font-size: 42px; line-height: 1.3; letter-spacing: -.025em; margin-bottom: 65px;}
.main-gallery .txt p {text-shadow:rgba(0,0,0,.15) 3px 3px 8px;}
.main-gallery .txt strong {font-size: 1.190em;}
.main-gallery .txt .c1 {color: #673114;}
.main-gallery .txt .c2 {color: #d19c36;}
.main-gallery .txt .c3 {color: #ff8400;}
.main-gallery .txt .c4 {color: #a31506;}

.main-gallery .slider .items {margin: 0 -30px;}
.main-gallery .slider .item {padding: 0 30px;}
.main-gallery .slick-arrow {background-color:#fff;}


.main-why {}
.main-why .contain {display: flex;}
.main-why .left {width: 50%;}
.main-why .left .tab-content {position: relative;}
.main-why .left .tab-content .num {display: table; position: absolute; top: 55px; left: -43px; width: 125px; height: 117px; padding: 20px 15px; background: #fcb01d; text-align: right; color: #fff; font-family: 'GmarketSans'; font-weight: 300; font-size: 50px;}
.main-why .left .tab-content .num:before {content:''; position: absolute; top: 20px; left: 15px; width: 26px; height: 1px; background: #fff;}
.main-why .left .tab-content .num p {display: table-cell; vertical-align: bottom;}
.main-why .right {width: 50%; margin-left: 20px;}
.main-why .right .ttl {text-align: right; margin-bottom: 100px;}
.main-why .why-list {max-width: 501px; margin: 0 0 0 auto;} 
.main-why .why-list ul {display: flex;flex-wrap:wrap; margin: -12px;} 
.main-why .why-list ul li {padding: 12px;} 
.main-why .why-list ul li a {display: block; width: 151px; height: 151px; padding: 25px 4px 50px 12px; border: 1px solid #ddd; background-color: #fff; background-position:right 15px bottom 15px; background-repeat:no-repeat; background-size:58px;} 
.main-why .why-list ul li.list1 a {background-image:url("../images/main/icon_why1.png");}
.main-why .why-list ul li.list2 a {background-image:url("../images/main/icon_why2.png");}
.main-why .why-list ul li.list3 a {background-image:url("../images/main/icon_why3.png");}
.main-why .why-list ul li.list4 a {background-image:url("../images/main/icon_why4.png");}
.main-why .why-list ul li.list5 a {background-image:url("../images/main/icon_why5.png");}
.main-why .why-list ul li.list6 a {background-image:url("../images/main/icon_why6.png");}
.main-why .why-list ul li .tit {position: relative; padding-left: 24px; font-size: 22px;} 
.main-why .why-list ul li .tit .num {position: absolute; top: 0; left: 0; font-family: 'SCoreDream'; font-weight: 300; font-size: 1.364em;} 

.main-why .why-list ul li a:hover,
.main-why .why-list ul li.active a {background-color: #fcb01d; border-color:#fcb01d; color: #fff; }
.main-why .why-list ul li.active a {box-shadow:rgba(0,0,0,.15) 9px 9px 9px;}
.main-why .why-list ul li.list1 a:hover,
.main-why .why-list ul li.list1.active a {background-image:url("../images/main/icon_why1_on.png");}
.main-why .why-list ul li.list2 a:hover,
.main-why .why-list ul li.list2.active a {background-image:url("../images/main/icon_why2_on.png");}
.main-why .why-list ul li.list3 a:hover,
.main-why .why-list ul li.list3.active a {background-image:url("../images/main/icon_why3_on.png");}
.main-why .why-list ul li.list4 a:hover,
.main-why .why-list ul li.list4.active a {background-image:url("../images/main/icon_why4_on.png");}
.main-why .why-list ul li.list5 a:hover,
.main-why .why-list ul li.list5.active a {background-image:url("../images/main/icon_why5_on.png");}
.main-why .why-list ul li.list6 a:hover,
.main-why .why-list ul li.list6.active a {background-image:url("../images/main/icon_why6_on.png");}

.main-about {background: no-repeat url("../images/main/bg_main_about.jpg") right center;}
.main-about .head {font-family: 'SCoreDream'; font-weight: 700; font-size: 40px; line-height: 1.3; color: #333; text-align: center; margin-bottom: 55px;}
.main-about .head .c1 {color: #992d36;}
.main-about .head .c2 {color: #e56c00;}
.main-about .body {display: flex;align-items:center;}
.main-about .body .img {width: 53%; padding-right: 30px;}
.main-about .body .txt {flex: 1 1 auto; min-width: 0; width: 1%;}
.main-about .body .txt p {color: #333; font-size: 1.111em; line-height: 1.65; letter-spacing: -.025em; margin-bottom: 1.5em;}
.main-about .body .txt p:last-child {margin-bottom: 0;}

.main-system {}
.main-system .m-head {margin-bottom: 25px;}
.main-system .m-head .txt {color: #050704; font-size: 36px; line-height: 1.25;}
.main-system .m-head .txt .c1 {color: #ff6000;}
.main-system .wrap {display: flex;flex-wrap:wrap;}
.main-system .wrap .box {position: relative; width: 50%; color: #fff; padding: 45px 32px 55px; background-position:right 60px bottom 30px; background-repeat:no-repeat; z-index: 1;}
.main-system .wrap .box.box1 {background-color: #ff9250; background-image:url("../images/main/icon_main_system1.png");}
.main-system .wrap .box.box2 {background-color: #050704; background-image:url("../images/main/icon_main_system2.png");}
.main-system .wrap .box.box3 {width: 100%; text-align: center; padding: 130px 32px 40px;}
.main-system .wrap .tit {font-size: 30px; font-weight: 500; line-height: 1.5; letter-spacing: -.04em; margin-bottom: 10px;}
.main-system .wrap .tit .en {display: block; font-size: 14px; font-weight: 300; line-height: 1.3; letter-spacing: .2em;}
.main-system .wrap .desc {font-size: 1.222em; font-weight: 300; line-height: 1.545; letter-spacing: -.04em;}
.main-system .wrap .box3 {position: relative;}
.main-system .wrap .box3 .bg {position: absolute; top: 0; width: 50%; height: 100%; background-position:50% 50%; background-repeat:no-repeat; background-size:cover; z-index: -1;}
.main-system .wrap .box3 .bg1 {left: 0; background-image:url("../images/main/bg_system_process1.jpg");}
.main-system .wrap .box3 .bg2 {left: 50%; background-image:url("../images/main/bg_system_process2.jpg");}
.main-system .wrap .process {overflow:hidden;}
.main-system .prd-system-process ul li:after {right: -20px; margin-top: -20px; width: 41px; height: 41px; background: no-repeat url("../images/main/arrow.png") center center / contain;}

.prd-system-process ul {display: flex;flex-wrap:wrap;justify-content: center; margin: -20px -55px;}
.prd-system-process ul li {position: relative; padding: 20px 55px;}
.prd-system-process ul li:after {content:''; position: absolute; top: 50%; right: -13px; margin-top: -13px; width: 27px; height: 27px; background: no-repeat url("../images/sub/arrow2.png") center center / contain;}
.prd-system-process ul li:last-child:after {display: none;}
.prd-system-process .txt {text-align: center; font-size: 28px; font-weight: 500; line-height: 1.429em; letter-spacing: -.025em; margin-top: 55px;}

.main-feature .feature-list ul {display: flex;flex-wrap:wrap; margin: 0 -17px -75px; text-align: center;}
.main-feature .feature-list ul li {width: 33.3333333%; padding: 0 17px; margin-bottom: 75px;}

.feature-list ul li .txt {margin-top: 12px;}
.feature-list ul li strong {display: block; margin-bottom: 10px; font-size: 36px; font-weight: 800; line-height: 1.3; letter-spacing: -.025em;}
.feature-list ul li strong .c1 {color: #e0980c;}
.feature-list ul li strong .c2 {color: #b55332;}
.feature-list ul li strong .c3 {color: #a96317;}
.feature-list ul li strong .c4 {color: #e86624;}
.feature-list ul li strong .c5 {color: #7f8821;}
.feature-list ul li strong .c6 {color: #d79008;}
.feature-list ul li p {font-size: 26px; line-height: 1.3;}

.main-interior {background: #0b0402 no-repeat url("../images/main/bg_main_interior.png") center top; background-size: 100% auto;}
.main-interior .head {margin-bottom: 55px;}

.interior {text-align: center;}
.interior .head {font-size: 40px; color: #fff;}
.interior .head .t1 {font-size: 0.9em; font-weight: 800; line-height: 1.2; letter-spacing: -.05em;}
.interior .head .t1 strong {display: block; font-size: 2em; font-weight: 900;}
.interior .head .t1 .c1 {color: #fcb034;}
.interior .head .t1 .c2 {color: #fb5d10;}
.interior .head .t2 {font-weight: 200; line-height: 1.5; letter-spacing: -.05em; margin: 35px 0;}
.interior .head .t3 {font-size: 0.9em; font-weight: 300; line-height: 1.5; letter-spacing: -.05em;}
.interior .head .t3 .color-palette {margin-top: 20px; color: #fff;}
.interior .head .t3 .color-palette .one {display: inline-block; width: 128px; height: 128px; border-radius:100%; margin: 0 18px;}
.interior .head .t3 .color-palette .one.bg1 {background-color: #000; border: 1px solid #5e5e5e;}
.interior .head .t3 .color-palette .one.bg2 {background-color: #d31010; border: 1px solid #d31010;}
.interior .head .t3 .color-palette .one.bg3 {background-color: #818181; border: 1px solid #818181;}
.interior .head .t3 .color-palette .one .in {display: flex;justify-content: center;align-items: center; height: 100%; font-size: .9em; font-weight: 700; letter-spacing: -.05em; line-height: 1.3;}

.main-menu {text-align: center;}
.main-menu h2 {margin-bottom: 100px;}
.main-menu .list .row {margin-bottom: 50px;}
.main-menu .list .row:last-child {margin-bottom: 0;}
.main-menu .list ul {display: flex;flex-wrap:wrap;justify-content: center; margin: 0 -15px -50px; text-align: center;}
.main-menu .list ul li {width: 20%; padding: 0 15px; margin-bottom: 50px;}
.main-menu .list ul li .tit {display: table; width: 100%; min-height: 70px; border-radius:50vh; margin-top: 15px; color: #fff; font-size: 24px; font-weight: 500; line-height: 1.2; letter-spacing: -.05em;}
.main-menu .list ul li .tit.bg1 {background-color: #fcb034;}
.main-menu .list ul li .tit.bg2 {background-color: #992d36;}
.main-menu .list ul li .tit.bg3 {background-color: #e56c00;}
.main-menu .list ul li .tit.bg4 {background-color: #d0aa68;}
.main-menu .list ul li .tit.bg5 {background-color: #82993b;}
.main-menu .list ul li .tit p {display: table-cell; vertical-align:middle; }
.main-menu .list ul li .tit p span {display: block; font-size: 0.833em;}

.main-review {text-align: center;}
.main-review .slider .items {margin: 0 -23px;}
.main-review .slider .item {padding: 0 23px;}

.main-review .txt {font-size: 40px; line-height: 1.4; letter-spacing: -.05em;}
.main-review .t1 {margin-bottom: 100px;}
.main-review .t1 .apps {margin-top: 25px;}
.main-review .t2 {margin-top: 58px;}
.main-review .t2 b {color: #fa5200; font-weight: 800;}
.main-review .t2 strong {display: block; font-size: 1.250em; line-height: 1.2; color: #ff2a6e;}

.main-video .slider {max-width: 1200px; margin: 0 auto;}
.main-video .video-wrap {max-width: 1120px;}
.main-video .slick-arrow {background-color:#fff;}

.main-franchise {background: #f3e1c8;}
.main-franchise .m-head {text-align: left; margin-bottom: 35px;}
.main-franchise .m-head h2 {display: inline-block;}
.main-franchise .m-head p {display: inline-block; vertical-align: baseline; line-height: 1.444em;}
.main-franchise .wrap {display: flex;flex-wrap:wrap;justify-content: space-between;}
.main-franchise .formArea {width: 42.0945%;}
.main-franchise .formArea .form-input {}
.main-franchise .formArea .form-input .row {margin-bottom: 6px;}
.main-franchise .formArea .form-input label {display: none;}
.main-franchise .formArea .form-input .input {border-radius:6px; height: 56px;}
.main-franchise .formArea .form-agree {margin: 30px 0 10px; font-size: 1.125em; line-height: 1.5; letter-spacing: -.02em;}
.main-franchise .formArea .form-agree a {display: inline-block; margin: 0 15px;}
.main-franchise .formArea .form-agree a:hover {text-decoration: underline;}
.main-franchise .formArea .btns {}
.main-franchise .formArea .btns .btn-pack {min-width: 192px; line-height: 74px; font-size: 24px; font-weight: 500; border-radius:10px; background-color: #33241a; border-color:#33241a; color: #fff;}

.main-franchise .linksArea .cnt1:after {content:''; position: absolute; bottom: 0; right: 17.7941%; width: 19.1176%; height: 126.4705%; /* padding-bottom: 165.38%; */ background-image:url("../images/main/franchise_link_model.png");
background-position:50% 100%; background-repeat:no-repeat; background-size:contain;}

.main-franchise .linksArea {width: 45.9459%;}
.main-franchise .linksArea a {position: relative; display: table; width: 100%; min-height: 170px; padding: 15px 42% 15px 40px; color: #fff; margin-bottom: 28px; background-position:80% 50%; background-repeat:no-repeat; background-size:cover;}
.main-franchise .linksArea .cnt1 {background-image:url("../images/main/main_franchise_link1.jpg");}
.main-franchise .linksArea .cnt2 {background-image:url("../images/main/main_franchise_link2.jpg");}
.main-franchise .linksArea .cnt3 {background-image:url("../images/main/main_franchise_link3.jpg");}
.main-franchise .linksArea a .cell {display: table-cell; vertical-align:middle;}
.main-franchise .linksArea a .tit {font-size: 30px; font-weight: 500; line-height: 1.3; margin-bottom: 8px;}
.main-franchise .linksArea a .txt {line-height: 1.333em;}

/* sub */
.sub-visual {display:table; table-layout:fixed; width:100%; height:300px; overflow:hidden; background-color:#eee; background-position:50% 50%; background-attachment:scroll; background-repeat:no-repeat; background-size:cover;}
.sub-visual .cell {display:table-cell; vertical-align:middle;}
.sub-visual h2 {color: #e56c00; font-size:50px; font-weight: 700; line-height:1.3em; letter-spacing: -.025em;}

.sub-visual.bg1 {background-image:url("../images/common/sv1.jpg")}
.sub-visual.bg2 {background-image:url("../images/common/sv2.jpg")}
.sub-visual.bg3 {background-image:url("../images/common/sv3.jpg")}
.sub-visual.bg4 {background-image:url("../images/common/sv4.jpg")}
.sub-visual.bg5 {background-image:url("../images/common/sv5.jpg")}

.lnb {text-align:center; background: #fcb034;}
.lnb .contain {max-width:1280px !important; padding: 0;}
.lnb ul {display:flex; box-sizing:border-box;}
.lnb ul li {position: relative; flex:1; width:auto; position:relative; border-right: 1px solid #fff;}
.lnb ul li:first-child {border-left: 1px solid #fff;}
.lnb ul li a {display:block; padding:0 15px; font-size: 18px; color:#fff; line-height:65px; white-space:nowrap; transition:none;}
.lnb ul li.active {background: #992d36;}

#contArea {max-width:1340px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width: 100%; padding-left: 0; padding-right: 0;}

.sub-title {padding: 45px 0 65px; text-align:center;}
.sub-title h2 {color: #333; font-size:30px; line-height:1.5em; letter-spacing: -.05em;}

.real-cont {min-height:300px; padding-bottom:150px;}

/* side-cs */
#sub .side-cs {display: none;}
.side-cs {position: absolute; top: 205px; right: 15px; width: 212px; transition:all .6s; z-index: 100;}
.side-cs .toggle {display: none; position:absolute; top:10px; left:-46px; width:46px; height:95px; overflow:hidden; border-radius:6px 0 0 6px; background:#33241a; color:#fff; font-size:17px; line-height:1em;}
.side-cs .toggle span {position:absolute; top:50%; left:50%;  transform:translate(-50%,-50%) /*rotate(90deg)*/;  margin-top:-.04em;}
.side-cs.hidden {transform:translateX(100%);}
.side-cs.active {transform:translateX(0);}

.side-cs .wrap {border-radius:6px; padding:20px 18px; margin: 10px 0;}
.side-cs .wrap .submit {display:block; width:100%; line-height: 45px; color:#fff; font-size:1.111em; font-weight:500; letter-spacing:-.04em; border:0; border-radius:6px; background:#33241a;}

.side-cs .cs-wrap {border: 1px solid #ddd; background:#f1f2f2;}
.side-cs .franchise-wrap {background:#e56c00;}

.side-cs .cs-wrap .tit {font-size:1.111em; font-weight:700; line-height:1.4em; letter-spacing:-.075em; margin:-5px 0 15px;}
.side-cs .cs-wrap .tit i {display: inline-block; vertical-align:middle; margin: -.2em 8px 0 2px; width: 23px; height: 23px; background: no-repeat url("../images/common/icon_cs.png") center center / contain;}
.side-cs .cs-wrap .group {margin: 8px 0;}
.side-cs .cs-wrap .group label {display: none;}
.side-cs .cs-wrap .group .input {width: 100%; padding:4px 10px; color:#888; line-height:1.3em; letter-spacing:-.075em; border-radius:6px;}
.side-cs .cs-wrap .check {margin:8px 0 10px;}
.side-cs .cs-wrap .check .checkbox label:before {border-radius:4px; background-color:#fff;}
.side-cs .cs-wrap .check .checkbox input:checked + label:before {background-color:#33241a;}
.side-cs .cs-wrap .check a {color:#e56c00; font-size:0.889em; font-weight:300; letter-spacing:-.04em;}
.side-cs .cs-wrap .check a:hover {text-decoration:underline;}

.side-cs .franchise-wrap {text-align: center;}
.side-cs .franchise-wrap .tit {color: #ffc80d; font-size: 24px; font-weight: 700; line-height: 1.4; letter-spacing: -.025em;}
.side-cs .franchise-wrap .num {margin: 0 -7px 10px; font-family: 'SCoreDream'; font-weight: 700; line-height: 1.3; letter-spacing: -.025em; color: #fff; font-size: 36px;}

/* footer */
#footer {background:#1d1310; font-size: 16px; line-height:1.5; color: #aaa;}
#footer .contain {max-width: 1540px;}
#footer address {font-style:normal;}

.foot-nav {padding: 32px 0; border-bottom: 1px solid #473530;}
.foot-nav .contain {position: relative;}
.foot-nav ul {display:flex;flex-wrap: wrap; margin: 0 -22px;}
.foot-nav ul li {position: relative; padding: 0 22px;}
.foot-nav ul li:after {content:''; position: absolute; right: -1px; top: 50%; margin-top: -5px; width: 1px; height: 12px; background: #fff; opacity: .2;}
.foot-nav ul li:last-child:after {display: none;}
.foot-nav ul li a {display: block;}

.foot-info {padding: 50px 0 55px;}
.foot-info .contain {display: flex;}

.foot-logo {width: 195px;}

.foot-info address {flex: 1 1 auto; min-width: 0; width: 1%;}
.foot-info address span {display:inline-block; margin-right:20px;}
.foot-info address .copyright {display: block; margin-top: 8px;}
.foot-info address .copyright a {display: inline-block; color: #3a2b27; font-size: 12px;}

.foot-contact {order: 3; position: relative; display: table; color: #fff; font-size: 24px; padding-left: 112px;}
.foot-contact .cell {display: table-cell; vertical-align:middle;}
.foot-contact strong {display: block; font-family: 'GmarketSans';  font-weight: 700; font-size: 1.5em;}
.foot-contact:before {content:''; position: absolute; top: 6px; left: 0; width: 88px; height: 88px; background: no-repeat url("../images/common/icon_foot_tel.png") center center / contain;}

.scroll-top {position:absolute; top: 50%; margin-top: -17px; right:30px; padding:5px 22px 5px 0;}
.scroll-top:after {content:""; position:absolute; right: 0; top:16px; display:inline-block; width:8px; height:8px; border-right:2px solid #aaa; border-bottom:2px solid #aaa; transform:rotate(-135deg);}
