@charset "utf-8"; @import url(base.css); /* main contents */
@font-face { font-family: 'Godo'; font-style: normal; font-weight: 400; src: url('//fastly.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoM.woff2') format('woff2'), url('//fastly.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoM.woff') format('woff'); } 
 @font-face { font-family: 'Godo'; font-style: normal; font-weight: 700; src: url('//fastly.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoB.woff2') format('woff2'), url('//fastly.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoB.woff') format('woff'); } 
/* swipe option */
#main_Swiper_wrap01 { width:100%; height:100%; } 
#main_Swiper_wrap01 .swiper_box { width:100%; height:100%; position:relative; } 
#main_Swiper_wrap01 .swiper_box.count01 { background: url("/base/img/work_custom/img/main_bg_01.png")right center/cover no-repeat; } 
#main_Swiper_wrap01 .swiper-button-box { position: absolute; z-index: 1; top: 50%; width: 100%; max-width: 1200px; left: 50%; transform: translateX(-50%); } 
#main_Swiper_wrap01 .swiper-button-prev,
#main_Swiper_wrap01 .swiper-button-next { color:#fff; width: 80px; height: 80px; border-radius: 80px; background: rgb(0 0 0 / 30%); transition: top .2s ease-in-out; } 
#main_Swiper_wrap01 .swiper-button-prev:hover,
#main_Swiper_wrap01 .swiper-button-next:hover { top: calc(50% - 10px); } 
#main_Swiper_wrap01 .swiper-button-prev:after, 
#main_Swiper_wrap01 .swiper-rtl .swiper-button-next:after,
#main_Swiper_wrap01 .swiper-button-next:after, 
#main_Swiper_wrap01 .swiper-rtl .swiper-button-prev:after { font-size: 21px; } 
#main_Swiper_wrap01 .swiper-button-prev, 
#main_Swiper_wrap01 .swiper-rtl .swiper-button-next { left:0; } 
#main_Swiper_wrap01 .swiper-button-next,
#main_Swiper_wrap01 .swiper-rtl .swiper-button-prev { right:0; } 
#main_Swiper_wrap01 .swiper_box .count_box { position: absolute; left: 200px; top: calc(50% - 195px); display: flex; flex-direction: column; align-items: flex-start; } 
#main_Swiper_wrap01 .swiper_box.count01 img { width: auto; height: 30px; margin-bottom: 15px; } 
#main_Swiper_wrap01 .swiper_box.count01 span { width: 315px; text-align: center; height: 60px; font-size:28px; font-weight: 500; color: #fff; padding: 8px 30px 10px; border: 1px solid #FFFFFF; border-radius: 30px; margin-bottom: 10px; } 
#main_Swiper_wrap01 .swiper_box.count01 p { font-size: 40px; color: #fff; text-align: center; font-weight: 400; line-height: 58px; background: #cb2b1f; border-radius: 1000px; padding: 0 20px; display: flex; align-items: center; } 
#main_Swiper_wrap01 .swiper_box.count01 p b { font-weight: 600; font-family: 'Godo'; display: inline-block; line-height: 1.2; margin-top: 8px; margin-left: 4px; } 
#main_Swiper_wrap01 .swiper_box.count01 p b:nth-of-type(1) { margin-right:10px; } 
#main_Swiper_wrap01 .swiper_box.count01 h1 { font-family: 'Godo'; font-size: 60px; margin-top: 10px; color: #fff; font-weight: 600; letter-spacing: 0; text-shadow: 3px 4px 6px #0000009c; } 
#main_Swiper_wrap01 .swiper_box.count01 h1 small { font-weight: 400; font-size: 40px; } 
#main_Swiper_wrap01 .swiper_box.count01 h2 { color: #fff; display: flex; flex-direction: column; font-weight: 300; font-size: 45px; margin-top: 20px; line-height: 1; gap: 9px 0; text-shadow: 3px 4px 6px #0000009c; } 
#main_Swiper_wrap01 .swiper_box.count01 h2 b { font-weight: 600; font-family: 'Godo'; } 
#main_Swiper_wrap01 .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal { bottom:140px; } 




#main_Swiper_wrap02 { width:100%; overflow: initial; } 
#main_Swiper_wrap02 .swiper-slide { opacity:0; transform:scale(.9); overflow:hidden; transition:all .3s ease-in-out; } 
#main_Swiper_wrap02 .swiper-slide-prev,
#main_Swiper_wrap02 .swiper-slide-next,
#main_Swiper_wrap02 .swiper-slide-active { opacity:1; } 
#main_Swiper_wrap02 .swiper-slide-active { transform:scale(1); box-shadow: 0px 10px 20px #00000030; } 
.swiper-pagination-bullet { background:#fff; opacity:.2; transition:all .2s linear; } 
.swiper-pagination-bullet-active { background:#fff; opacity:1; } 
.swiper-slide[class*="active"] span { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; } 




/* main visual */
.visual_wrap { display: flex; flex: 1; height: 100%; padding: 120px 20px 140px; position: relative; flex-direction: column; flex-wrap: nowrap; justify-content: center; } 
.half_box { position:absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); height: calc(50vh + 210px); } 
.full_box { position: relative; width: 100%; left: 0; } 
.title_box { text-align: center; margin-bottom: 20px; position: relative; } 
.title_box h2 { font-size: 32px; line-height: 44px; margin-bottom: 10px; color: var(--set08); } 
.title_box p { font-size:18px; line-height:28px; color: var(--set08); } 
.title_box.w,
.title_box.w h2,
.title_box.w p { color:#fff; position: relative; word-break: keep-all; } 




.section:nth-child(2) .fp-tableCell { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; width: 100%; height: 100%; justify-content: space-between; } 
.section:nth-child(2) .visual_wrap:first-child { background:url(/base/img/work_custom/img/main_bg_half_01.png) no-repeat center/cover; } 
.section:nth-child(2) .visual_wrap:last-child { background:url(/base/img/work_custom/img/main_bg_half_02.png) no-repeat center/cover; } 
.section:nth-child(2) .visual_wrap:first-child .cont_box { position: relative; width: 100%; } 
.section:nth-child(2) .visual_wrap:last-child .cont_box { position:relative; top: calc(50% - 120px); transform: translateY(-50%); text-align: center; } 
.section:nth-child(2) .cont_box ul { display: flex; width: 100%; min-width: 480px; margin: 0 auto; flex-direction: row; flex-wrap: wrap; gap: 20px; justify-content: center; } 
.section:nth-child(2) .cont_box ul li { flex: 1; width: 50%; min-width: 220px; height: 100%; max-height: 220px; padding: 30px; background: #fff; text-align: center; border-radius: 0 30px 0 30px; box-shadow: 0px 5px 12px #00000017; } 
.section:nth-child(2) .cont_box ul li img { margin-bottom: 10px; } 
.section:nth-child(2) .cont_box ul li p { font-size: 20px; line-height: 29px; } 
.section:nth-child(2) .cont_box ul li span { font-size: 16px; line-height: 24px; } 
.section:nth-child(2) .cont_box .inq_box span { display: inline-block; margin-bottom: 30px; word-break: keep-all; } 
.section:nth-child(2) .cont_box .inq_box a { display: block; font-size: 18px; line-height: 28px; margin: 0 auto; width: 100%; max-width: 250px; background: #8F0817; padding: 16px 20px; color: #fff; border-radius: 5px; } 




.section:nth-child(3) { background:url(/base/img/work_custom/img/main_bg_02.png)no-repeat center/cover; } 
.section:nth-child(3) .cont_box ul { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: flex-start; max-width: 1240px; padding: 0 20px; gap: 0 10px; margin: 0 auto; justify-content: space-between; } 
.section:nth-child(3) .cont_box ul li { position:relative; width: 16.66%; } 
.section:nth-child(3) .cont_box ul li > div { width: 100%; height: 190px; margin-bottom: 10px; top: 0; background: transparent; border-radius: 0 30px 0 30px; position: relative; border: 1.5px solid #fff; transition:all .2s linear; } 
.section:nth-child(3) .cont_box ul li > div:hover { background:var(--set02); border:none; top: -10px; } 
.section:nth-child(3) .cont_box ul li > div img { position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); } 
.section:nth-child(3) .cont_box ul li p { font-size: 20px; line-height: 29px; text-align: center; color: #fff; margin-bottom: 5px; } 
.section:nth-child(3) .cont_box ul li span { color: var(--set05); font-size: 15px; line-height: 21px; display: inline-block; width: 100%; text-align: center; } 




.section:nth-child(4) { background:var(--set09); } 
.section:nth-child(4) .tab_menu_area { width: 100%; max-width: 1240px; padding: 0 20px; position: absolute; top: calc(50% - 10px); height: calc(55vh + 80px); left: 50%; transform: translate(-50%, -50%); } 
.section:nth-child(4) .tab_menu_area .tab { position: absolute; z-index: 99; top: 20px; } 
.section:nth-child(4) .tab_menu_area .tab li { width:175px; background:#fff; text-align:center; padding: 8px 0; margin-left: -20px; margin-bottom:10px; transition:all .2s linear; } 
.section:nth-child(4) .tab_menu_area .tab li a { font-size:18px; line-height:34px; color:#bbb; font-family: 'roboto'; transition:all .2s linear; width: 100%; display: inline-block; height: 100%; } 
.section:nth-child(4) .tab_menu_area .tab li.on { background:var(--set02); } 
.section:nth-child(4) .tab_menu_area .tab li.on a { color:#fff; } 
.section:nth-child(4) .tab_menu_area .tab_box { position: absolute; top: 0; height: 100%; width: calc(100% - 40px); overflow: hidden; opacity: 0; transition:all .2s linear; } 
.section:nth-child(4) .tab_menu_area .tab_box.on { opacity: 1; z-index: 1; } 
.interior_info { position:absolute; bottom: 0; background: rgb(255 255 255 / 85%); padding: 40px 30px; width: 100%; max-width: 540px; text-align: center; transition: all .4s ease-in-out; z-index: 100; } 
.interior_info img { position: absolute; right: 20px; top: 20px; z-index: 1; cursor: pointer; transition: all .4s ease-in-out; } 
.interior_info.hide { bottom: -272px; display: inline-block !important; opacity: 1 !important; } 
.interior_info.hide img { transform: rotate(180deg); } 
.interior_info p { font-size:18px; line-height:28px; color: var(--set07); margin-bottom:25px; } 
.interior_info h2 { display: inline-block; font-size: 28px; line-height: 34px; margin-bottom: 5px; font-weight: 600; color: var(--set07); } 
.interior_info a { line-height:60px; display: inline-block; width:190px; color: #fff; background:var(--set02); border-radius: 5px; } 




.section:nth-child(5) { background: var(--set09) url(/base/img/work_custom/img/main_bg_03.png)no-repeat center -365px/cover; overflow: hidden; } 
.section:nth-child(5) #main_Swiper_wrap02 .swiper-slide > img { width: 100%; } 
.section:nth-child(5) .full_box,
.section:nth-child(3) .full_box { position:relative; max-width: 1200px; left: 50%; transform: translateX(-50%); } 
.section:nth-child(5) .full_box a,
.section:nth-child(3) .full_box a { color: #fff; font-size: 20px; position: absolute; right: 0; bottom: 10px; } 
.section:nth-child(5) .title_box { position: relative; } 
.section:nth-child(5) .swiper-button-next.setup01,
.section:nth-child(5) .swiper-rtl .swiper-button-prev.setup01 { right: -40p; top: 50%; } 
.section:nth-child(5) .swiper-button-prev.setup01,
.section:nth-child(5) .swiper-rtl .swiper-button-next.setup01 { left: 0; right: initial; top: 50%; } 
.section:nth-child(5) .full_box .cont_box { width: 100%; margin: 0 auto; } 
.fran_info { background: #fff; margin-top: -5px; min-height: 150px; padding: 30px; } 
.fran_info p { text-align: center; font-size: 14px; line-height: 20px; margin-bottom: 5px; } 
.fran_info p:first-child { font-size: 20px; color: var(--set02); font-weight: 500; } 
.fran_info p:first-child::after { content:""; display: block; text-align: center; width: 18px; height: 2px; background: var(--set02); margin: 10px auto 5px; } 
.fran_info p:last-child { margin-bottom:0; } 




.section:nth-child(6) { background:url(/base/img/work_custom/img/main_bg_04.png)no-repeat center/cover; } 
.section:nth-child(6) .tab_promotion { width: 100%; max-width: 1240px; padding: 0 20px; position: relative; height: calC(55vh - 60px); margin: 0 auto; } 
.section:nth-child(6) .title_box h2 { font-weight:500; font-size:50px; line-height:59px; } 
.section:nth-child(6) .title_box h2:first-child { color: #fff; } 
.section:nth-child(6) .title_box h2:last-child { font-weight:600; color: #FFD28F; } 
.tab_promotion .tab { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-around; } 
.tab_promotion .tab li { flex: 1; text-align: center; background: #fff; border: 3px solid #fff; } 
.tab_promotion .tab li.on { background: none; border-bottom: 3px solid transparent; } 
.tab_promotion .tab li a { font-size: 32px; line-height: 78px; width: 100%; color: var(--set02); display: inline-block; font-weight: 500; transition: .2s linear; } 
.tab_promotion .tab li.on a { color: #fff; } 
.tab_promotion .tab_box { width: calc(100% - 40px); height: calc(100% - 85px); opacity: 0; transition: .2s linear; z-index: 0; } 
.tab_promotion .tab_box.on { opacity: 1; z-index: 1; } 
.tab_promotion .tab_box ul { display: flex; flex-direction: row; height: 100%; flex-wrap: nowrap; justify-content: space-around; align-items: center; } 
.tab_promotion .tab_box ul li:first-child { flex: 1; } 
.tab_promotion .tab_box ul li:last-child { flex: 2; } 
.tab_promotion .tab_box ul li h3 { text-align: center; color: #fff; font-size: 48px; line-height: 70px; } 
.tab_promotion .tab_box ul li p { font-size: 30px; line-height: 40px; color: #fff; padding-left: 10px; position: relative; margin: 10px 0; margin-left: 10px; } 
.tab_promotion .tab_box ul li p::before { content:"- "; position: absolute; left: -10px; } 
.tab_promotion .tab_box ul li p small { font-size: .6em; line-height: 1; } 




/* swipe img */
[class*="tab_box_swipe"] { width:100%; height:100%; overflow: hidden; } 
[class*="tab_box_swipe"] .swiper-slide { width:100%; height:100%; font-size:0; } 
.tab_box_swipe01 .swiper-slide[data-swiper-slide-index="0"] { background:url(/base/img/work_custom/img/modern_w/md_w06.jpg)no-repeat center/cover; } 
.tab_box_swipe01 .swiper-slide[data-swiper-slide-index="1"] { background:url(/base/img/work_custom/img/modern_w/md_w01.jpg)no-repeat center/cover; } 
.tab_box_swipe01 .swiper-slide[data-swiper-slide-index="2"] { background:url(/base/img/work_custom/img/modern_w/md_w02.jpg)no-repeat center/cover; } 
.tab_box_swipe01 .swiper-slide[data-swiper-slide-index="3"] { background:url(/base/img/work_custom/img/modern_w/md_w03.jpg)no-repeat center/cover; } 
.tab_box_swipe01 .swiper-slide[data-swiper-slide-index="4"] { background:url(/base/img/work_custom/img/modern_w/md_w04.jpg)no-repeat center/cover; } 
.tab_box_swipe01 .swiper-slide[data-swiper-slide-index="5"] { background:url(/base/img/work_custom/img/modern_w/md_w05.jpg)no-repeat center/cover; } 
.tab_box_swipe01 .swiper-slide[data-swiper-slide-index="6"] { background:url(/base/img/work_custom/img/modern_w/md_w06.jpg)no-repeat center/cover; } 
.tab_box_swipe01 .swiper-slide[data-swiper-slide-index="7"] { background:url(/base/img/work_custom/img/modern_w/md_w07.jpg)no-repeat center/cover; } 
.tab_box_swipe01 .swiper-slide[data-swiper-slide-index="8"] { background:url(/base/img/work_custom/img/modern_w/md_w08.jpg)no-repeat center/cover; } 
.tab_box_swipe01 .swiper-slide[data-swiper-slide-index="9"] { background:url(/base/img/work_custom/img/modern_w/md_w09.jpg)no-repeat center/cover; } 
.tab_box_swipe01 .swiper-slide[data-swiper-slide-index="10"] { background:url(/base/img/work_custom/img/modern_w/md_w10.jpg)no-repeat center/cover; } 
.tab_box_swipe01 .swiper-slide[data-swiper-slide-index="11"] { background:url(/base/img/work_custom/img/modern_w/md_w11.jpg)no-repeat center/cover; } 




.tab_box_swipe02 .swiper-slide[data-swiper-slide-index="0"] { background:url(/base/img/work_custom/img/neo_c/neo_c06.jpg)no-repeat center/cover; } 
.tab_box_swipe02 .swiper-slide[data-swiper-slide-index="1"] { background:url(/base/img/work_custom/img/neo_c/neo_c01.jpg)no-repeat center/cover; } 
.tab_box_swipe02 .swiper-slide[data-swiper-slide-index="2"] { background:url(/base/img/work_custom/img/neo_c/neo_c02.jpg)no-repeat center/cover; } 
.tab_box_swipe02 .swiper-slide[data-swiper-slide-index="3"] { background:url(/base/img/work_custom/img/neo_c/neo_c03.jpg)no-repeat center/cover; } 
.tab_box_swipe02 .swiper-slide[data-swiper-slide-index="4"] { background:url(/base/img/work_custom/img/neo_c/neo_c04.jpg)no-repeat center/cover; } 
.tab_box_swipe02 .swiper-slide[data-swiper-slide-index="5"] { background:url(/base/img/work_custom/img/neo_c/neo_c05.jpg)no-repeat center/cover; } 
.tab_box_swipe02 .swiper-slide[data-swiper-slide-index="6"] { background:url(/base/img/work_custom/img/neo_c/neo_c06.jpg)no-repeat center/cover; } 
.tab_box_swipe02 .swiper-slide[data-swiper-slide-index="7"] { background:url(/base/img/work_custom/img/neo_c/neo_c07.jpg)no-repeat center/cover; } 
.tab_box_swipe02 .swiper-slide[data-swiper-slide-index="8"] { background:url(/base/img/work_custom/img/neo_c/neo_c08.jpg)no-repeat center/cover; } 
.tab_box_swipe02 .swiper-slide[data-swiper-slide-index="9"] { background:url(/base/img/work_custom/img/neo_c/neo_c09.jpg)no-repeat center/cover; } 
.tab_box_swipe02 .swiper-slide[data-swiper-slide-index="10"] { background:url(/base/img/work_custom/img/neo_c/neo_c10.jpg)no-repeat center/cover; } 
.tab_box_swipe02 .swiper-slide[data-swiper-slide-index="11"] { background:url(/base/img/work_custom/img/neo_c/neo_c11.jpg)no-repeat center/cover; } 
.tab_box_swipe02 .swiper-slide[data-swiper-slide-index="12"] { background:url(/base/img/work_custom/img/neo_c/neo_c12.jpg)no-repeat center/cover; } 
.tab_box_swipe02 .swiper-slide[data-swiper-slide-index="13"] { background:url(/base/img/work_custom/img/neo_c/neo_c13.jpg)no-repeat center/cover; } 
.tab_box_swipe02 .swiper-slide[data-swiper-slide-index="14"] { background:url(/base/img/work_custom/img/neo_c/neo_c14.jpg)no-repeat center/cover; } 
.tab_box_swipe02 .swiper-slide[data-swiper-slide-index="15"] { background:url(/base/img/work_custom/img/neo_c/neo_c15.jpg)no-repeat center/cover; } 
.tab_box_swipe02 .swiper-slide[data-swiper-slide-index="16"] { background:url(/base/img/work_custom/img/neo_c/neo_c16.jpg)no-repeat center/cover; } 
.tab_box_swipe02 .swiper-slide[data-swiper-slide-index="17"] { background:url(/base/img/work_custom/img/neo_c/neo_c17.jpg)no-repeat center/cover; } 
.tab_box_swipe02 .swiper-slide[data-swiper-slide-index="18"] { background:url(/base/img/work_custom/img/neo_c/neo_c18.jpg)no-repeat center/cover; } 
.tab_box_swipe02 .swiper-slide[data-swiper-slide-index="19"] { background:url(/base/img/work_custom/img/neo_c/neo_c19.jpg)no-repeat center/cover; } 
.tab_box_swipe02 .swiper-slide[data-swiper-slide-index="20"] { background:url(/base/img/work_custom/img/neo_c/neo_c20.jpg)no-repeat center/cover; } 
.tab_box_swipe02 .swiper-slide[data-swiper-slide-index="21"] { background:url(/base/img/work_custom/img/neo_c/neo_c21.jpg)no-repeat center/cover; } 
.tab_box_swipe02 .swiper-slide[data-swiper-slide-index="22"] { background:url(/base/img/work_custom/img/neo_c/neo_c22.jpg)no-repeat center/cover; } 
.tab_box_swipe02 .swiper-slide[data-swiper-slide-index="23"] { background:url(/base/img/work_custom/img/neo_c/neo_c23.jpg)no-repeat center/cover; } 
.tab_box_swipe02 .swiper-slide[data-swiper-slide-index="24 "] { background:url(/base/img/work_custom/img/neo_c/neo_c24.jpg)no-repeat center/cover; } 




/*** resposive ***/
/** Tablet **/
@media (max-width:1200px) { /* fullpage */
div.section.fp-section, div.section.fp-section .fp-tableCell { height: auto !important; } 
/* title */
.title_box h2 { font-size: 24px; line-height: 32px; } 
.title_box p { font-size: 14px; line-height: 22px; word-break: keep-all; } 




/* main cont 01 */
#main_Swiper_wrap01 .swiper_box { height:630px; } 
#main_Swiper_wrap01 .swiper_box .count_box { top: calc(50% - 130px); width: 100%; left:50px; } 
#main_Swiper_wrap01 .swiper_box.count01 span { font-size: 20px; padding: 8px 17px 9px; height: initial; width: auto; } 
#main_Swiper_wrap01 .swiper_box.count01 p { font-size: 40px; line-height: 1.2; } 


/* main cont 02 */
.section:nth-child(2) .fp-tableCell { display:inline-block; width:100%; height:auto; } 
.section:nth-child(2) .visual_wrap:first-child .cont_box { position: initial; transform: initial; } 
.section:nth-child(2) .cont_box ul { min-width: initial; } 
.section:nth-child(2) .cont_box ul li { width: 25%; min-width: initial; max-height: initial; height: auto; min-height: auto; } 
.section:nth-child(2) .cont_box ul li span { display: inline-block; word-break:keep-all; font-size: 15px; line-height: 1.3; margin-top: 9px; } 
.section:nth-child(2) .cont_box ul li br { display:none; } 
.section:nth-child(2) .visual_wrap:last-child .cont_box { top: initial; transform: initial; } 
.section:nth-child(2) .cont_box .inq_box span { margin-top: 50px; margin-bottom: 20px; } 
.visual_wrap { display: flex; height: 630px; width: 100%; position: initial; padding: 50px 20px; flex-direction: column; justify-content: center; } 
.half_box { width:100%; position: initial; transform: initial; height: initial; } 
/* main cont 03 */
.section:nth-child(3) .visual_wrap { height:auto; } 
.section:nth-child(3) .cont_box ul { padding: 0; display: flex; flex-direction: row; flex-wrap: wrap; gap: 20px; } 
.section:nth-child(3) .cont_box ul li { width: calc(50% - 10px); } 
.section:nth-child(3) .cont_box ul li > div:hover { top:initial; background:transparent; border:1.5px solid #fff; } 
.section:nth-child(3) .cont_box ul li p { word-break:keep-all; } 
.section:nth-child(3) .cont_box ul li span { word-break: keep-all; } 
.section:nth-child(3) .cont_box ul li span br { display:none; } 
/* main cont 04 */
.section:nth-child(4) .tab_menu_area { height: 100%; position: relative; left: 0; top: 0; transform: initial; padding: 0; } 
.section:nth-child(4) .tab_menu_area .tab_box { width:100%; } 
.interior_info { max-width: 450px; padding: 30px 20px; } 
.interior_info h2 { font-size:20px; line-height: 1.5; } 
.interior_info p { font-size:14px; line-height: 1.5; margin-bottom: 15px; } 
.interior_info.hide { bottom: -218px; } 
/* main cont 06 */
.section:nth-child(6) { background: url(/base/img/work_custom/img/main_bg_04.png)no-repeat top center/cover; } 
.section:nth-child(6) .visual_wrap { height: 630px; } 
.section:nth-child(6) .title_box { display:none; } 
.section:nth-child(6) .tab_promotion { height: 430px; padding: 0; } 
.tab_promotion .tab_box { height: auto; } 
.tab_promotion .tab li a { font-size:20px; } 
.tab_promotion .tab_box ul li:first-child,
.tab_promotion .tab_box ul li:last-child { width: 100%; flex: initial; } 
.tab_promotion .tab_box ul { padding-top: 45px; flex-direction: column; display: flex; gap: 40px 0; justify-content: flex-start; } 
.tab_promotion .tab_box ul li h3 { font-size:32px; line-height: 1.3; } 
.tab_promotion .tab_box ul li p { font-size:20px; word-break: keep-all; line-height: 1.5; } 
.tab_promotion .tab_box ul li p br { display:none; } 
 }


 @media (max-width:1024px){
 #main_Swiper_wrap01 .swiper_box .count_box { top: 120px; left: 50%; width: max-content; transform: translateX(-50%); text-align: center; align-items: center; } 
 #main_Swiper_wrap01 .swiper_box.count01 p { font-size: 22px; line-height: 1; padding: 0 13px; } 
 #main_Swiper_wrap01 .swiper_box.count01 p b { margin-top: 6px; } 
 #main_Swiper_wrap01 .swiper_box.count01 p b:nth-of-type(1) { margin-right: 5px; } 
 #main_Swiper_wrap01 .swiper_box.count01 h1 { font-size: 40px; text-shadow: none; } 
 #main_Swiper_wrap01 .swiper_box.count01 h1 small { font-size: 25px; } 
 #main_Swiper_wrap01 .swiper_box.count01 h2 { margin-top: 7px; font-size: 34px; text-shadow: none; } 
 #main_Swiper_wrap01 .swiper_box.count01 h2 b { } 
 #main_Swiper_wrap01 .swiper_box.count01 { background: url("/base/img/work_custom/img/main_bg_01_m.png")center center/cover no-repeat; } 
 }
/* Mobile */
@media (max-width:768px){
 .title_box { margin-bottom:25px; } 
 .title_box p br { display:none; } 
 .title_box.w img { height:27px; width:auto; margin-bottom: 10px; } 
/* main cont 01 */
#main_Swiper_wrap01 .swiper_box { height:620px; } 
#main_Swiper_wrap01 .swiper_box.count01 img { height:22px; margin-bottom:10px; } 
/* main cont 02 */
.section:nth-child(2) .visual_wrap:last-child { height: 430px; } 
.section:nth-child(2) .cont_box ul { display: flex; flex-direction: row; gap: 10px; flex-wrap: wrap; } 
.section:nth-child(2) .cont_box ul li { flex: initial; width: calc(50% - 5px); max-width: 155px; max-height: 155px; box-shadow: 0px 10px 20px #00000029; border-radius: 0px 30px; background: rgb(255 255 255 / 80%); } 
.section:nth-child(2) .cont_box ul li span { display:none; } 
.section:nth-child(2) .cont_box ul li img { width: auto; height: 60px; } 
.section:nth-child(2) .cont_box ul li p { font-size:16px; line-height:24px; } 
.section:nth-child(2) .cont_box .inq_box span { font-size:14px; line-height:22px; } 
.section:nth-child(2) .cont_box .inq_box span br { display:none; } 
.section:nth-child(2) .cont_box .inq_box a { font-size:14px; max-width: 170px; padding: 9px 15px; } 
/* main cont 03 */
.section:nth-child(5) .full_box a, .section:nth-child(3) .full_box a { display: inline-block; position: initial; font-size: 18px; margin-top: 20px; line-height: 17px; } 
.section:nth-child(3) .cont_box ul { display: flex; flex-direction: column; flex-wrap: nowrap; align-items: center; gap: 25px 0; } 
.section:nth-child(3) .cont_box ul li { width:100%; } 
.section:nth-child(3) .cont_box ul li > div { max-width: 180px; height: 180px; margin: 0 auto 10px; } 
.section:nth-child(3) .cont_box ul li > div img { height:50px; } 
.section:nth-child(3) .cont_box ul li p { font-size:16px; line-height:24px; } 
.section:nth-child(3) .cont_box ul li span { font-size:13px; line-height:19px; } 
/* main cont 04 */
.section:nth-child(4) .visual_wrap { height: 565px; } 
.section:nth-child(4) .tab_menu_area .tab { top: 40px; } 
[class*="tab_box_swipe"] { height:260px; position: relative; } 
.section:nth-child(4) .tab_menu_area .tab_box { display: flex; overflow: initial; flex-direction: column-reverse; flex-wrap: nowrap; justify-content: center; } 
.section:nth-child(4) .tab_menu_area .tab li { width:130px; padding: 0; margin-bottom: 5px; } 
.section:nth-child(4) .tab_menu_area .tab li a { font-size:13px; line-height: 40px; } 
.interior_info { position: initial; width: 100%; max-width: initial; background: transparent; padding: 20px 0; } 
.interior_info h2 { line-height: 34px; } 
.interior_info p { line-height: 22px; word-break: keep-all; } 
.interior_info p br { display: none; } 
.interior_info img { display:none; } 
.interior_info a { width: 170px; font-size: 14px; line-height: 45px; } 
/* main cont 05 */
.section:nth-child(5) { background: var(--set09) url(/base/img/work_custom/img/main_bg_03.png)no-repeat center -200px/cover; } 
.section:nth-child(5) .visual_wrap { height:685px; } 
.section:nth-child(5) .swiper-button-next.setup01,
.section:nth-child(5) .swiper-button-prev.setup01 { display: none; } 
.section:nth-child(5) .full_box .cont_box { width: calc(100% + 40px); height: 340px; margin-left: -20px; } 
.section:nth-child(5) #main_Swiper_wrap02 .swiper-slide > img { height:225px; width:auto; } 
#main_Swiper_wrap02 .swiper-slide { width:250px; } 
#main_Swiper_wrap02 .swiper-slide-active { width:250px; } 
.fran_info { padding: 20px 10px 25px; min-height: initial; height: 135px; } 
.fran_info p { font-size: 13px; line-height: 18px; } 
.fran_info p:first-child { font-size: 16px; line-height: 24px; } 
.fran_info p:first-child::after { height: 1px; width: 15px; margin: 10px auto; } 
/* main cont 06 */
.section:nth-child(6) .visual_wrap { height: auto; display: inline-block; } 
.tab_promotion .tab_box { width:100%; } 
.tab_promotion .tab_box ul { width:100%; padding-top: 25px; gap: 20px 0; } 
.tab_promotion .tab_box ul li p { font-size: 16px; margin-bottom: 10px; padding-left: 0px; } 
.tab_promotion .tab li { padding: 5px 10px; min-height: 60px; display: flex; align-items: center; } 
.tab_promotion .tab li a { line-height:22px; font-size: 14px; word-break: keep-all; } 
 }
@media (min-width: 1025px){
 .fullpage_wrap { min-height: 700px; margin: 0 auto; } 
 }