:root {
--main-color: #ffa70d;
--sub-color: #f1c84d;
--main-banner-background-color: #fee157;

}

/* 슬라이더 */
.swiper { width: 100%; height: 100%;}
.swiper-slide {text-align: center;font-size: 18px;background: #fff; overflow:hidden; display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}

.swiper-slide img {  display: block; width: 100%; height: 100%; object-fit: cover;}

.swiper-pagination > .swiper-pagination-bullet { width: 20px !important; height: 20px !important; text-align: center; line-height: 20px; font-size: 12px; color: #bbb !important; opacity: 1 !important; background: none !important; font-size:13px; font-weight:600;}
.swiper-container-autoheight { overflow:hidden; position:relative; }

.swiper-pagination > .swiper-pagination-bullet-active2 { color: #fff !important; text-decoration:underline;text-underline-position:under;}
.swiper-pagination > .swiper-pagination-bullet-active4 { color: #fff !important; text-decoration:underline;text-underline-position:under;}


.swiper-pagination {  bottom:30px !important; }
.swiper-container-horizontal>.swiper-scrollbar { bottom:0 !important; width:100% !important; left:0 !important; }
.swiper-scrollbar-drag { background:#00954d !important; border-radius:0 !important; }
.swiper-pagination-bullet-active3 { background:#67a785 !important; opacity:1 !important; }
.swiper-pagination_gallery { margin-top:15px; }


/* 메인 visual 영역 시작 */
.phantom_main_visual { width:100%; display:flex; align-items: center; padding:100px 0; padding-top:30px; max-height:100%; min-height:100%;  background:url('../img/phantomdesign/bb01.png') no-repeat center center; background-size:cover;  }
.pmv02 { background:url('../img/phantomdesign/bb13.png') no-repeat center center; background-size:cover; }
.pmv03 { background:url('../img/phantomdesign/bb08.png') no-repeat center center; background-size:cover; }


.pmv_wrapper { width:100%; max-width:800px; padding:0 64px; margin:0 auto; text-align:left; color:#000;}
.pmv_wrapper h1 { font-size:46px; line-height:50px; letter-spacing:-3px; font-weight:300;}
.pmv_wrapper h1 b { font-weight:600; display:inline-block; margin-top:4px;}
.pmv_wrapper p.content01 { position:relative; padding-top:40px; font-size:18px; color:#000; }
.pmv_wrapper p.content02 { position:relative; padding-top:10px; font-size:13px; color:#565656; }
.pmv_wrapper h3 { font-size:28px; letter-spacing:-0.3px; margin-bottom:15px; color:#fc8787; font-weight:600;}


/* Solaris 섹션 1 [S] */
#Solaris_Section01 { width:100%; height:100%; background:#f9f9f9; display:inline-block; margin-top:71px; }
#Solaris_Section01 .wrap { width:100%; max-width:1200px; margin:0 auto; display:flex; padding:60px 0; }
#Solaris_Section01 .wrap .leftSection { width:100%; max-width:800px; margin-right:40px; }
#Solaris_Section01 .wrap .rightSection { width:100%; max-width:360px; }
#Solaris_Section01 .wrap .rightSection .mainSideMenu { display:flex; flex-wrap: wrap; }
#Solaris_Section01 .wrap .rightSection .mainSideMenu > a { width:calc(100% / 3 - 12px); background:#fff; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06); padding:16px; color:#000; display:flex; margin-right:18px; align-items: center; justify-content: center; margin-bottom:18px; border:1px solid transparent; transition:0.1s ease all; }
#Solaris_Section01 .wrap .rightSection .mainSideMenu > a:nth-of-type(3n) { margin-right:0; }
#Solaris_Section01 .wrap .rightSection .mainSideMenu > a:nth-of-type(n+4) { margin-bottom:0; }
#Solaris_Section01 .wrap .rightSection .mainSideMenu > a > li { display:flex; letter-spacing:-1px; flex-wrap: wrap; font-weight:400; font-size:13px; align-items: center; justify-content: center; }
#Solaris_Section01 .wrap .rightSection .mainSideMenu > a > li > img { margin-bottom:8px; max-height:36px; width:auto;  }
#Solaris_Section01 .wrap .rightSection .mainSideMenu > a > li > p { text-align:center; display:block; width:100%;  }
#Solaris_Section01 .wrap .rightSection .mainSideMenu > a:hover { background:#fffbf0; transition:0.1s ease all; border:1px solid #f5c43c; }
#Solaris_Section01 .wrap .rightSection .mainSideMenu > a:hover > li { font-weight:500; }
#Solaris_Section01 .wrap .rightSection .mainSideMenu > a:hover > li > img {animation: _solaris_icon 0.3s linear alternate; }
#Solaris_Section01 .wrap .rightSection .popupSection .popupTitle { margin-top:30px; margin-bottom:15px; font-size:min(18px, 5vw); font-weight:900; letter-spacing:0px; display:flex; justify-content: space-between;}
#Solaris_Section01 .wrap .rightSection .popupSection .mRSS { max-height:220px; }
#Solaris_Section01 .wrap .rightSection .popupSection .popup_wrap { display:flex;align-items: center; justify-content: center; }
#Solaris_Section01 .wrap .rightSection .popupSection .popup_wrap .swiper-pagination-mRSS { margin-right:8px; font-weight:500; font-size:14px; width:auto !important; }
#Solaris_Section01 .wrap .rightSection .popupSection .popup_wrap .mRSS_button { width:16px; height:16px; font-weight:300; background:#888; color:#fff; display:flex; align-items:center; justify-content:center; font-size:6px; border-radius:50%; cursor:pointer; }
#Solaris_Section01 .wrap .rightSection .popupSection .popup_wrap .mRSS_button:hover { transition:0.3s ease all; background:#222; }

@keyframes _solaris_icon {
    from {
        transform:rotateY(0deg);
    }
    to {
        transform:rotateY(360deg);
    }
}
/* Solaris 섹션 1 [E] */


/* Solaris 섹션 2 [S] */

#Solaris_Section02 { width:100%; height:100%; background:var(--main-banner-background-color); display:inline-block; margin-bottom:110px; 
background-image:url('../img/phantomdesign/mS2bg01.png'), url('../img/phantomdesign/mS2bg02.png'), url('../img/phantomdesign/mS2bg03.png');
background-size:353px 353px, 250px 260px, 511px 511px; 
background-position:-120px -150px, 35% 120%, 100% 170%;
background-repeat:no-repeat;
}
#Solaris_Section02 .wrap { width:100%; max-width:1200px; margin:0 auto; display:flex; flex-wrap:wrap; padding:60px 0; max-height:360px; height:100%; }
#Solaris_Section02 .wrap .bPwrap { position:relative; width:100%; line-height:1; }  
#Solaris_Section02 .wrap .bPwrap .bestProduct { display:block; margin-bottom:15px; font-size:32px; font-weight:500; color:#432c06; letter-spacing:-0.5px; }
#Solaris_Section02 .wrap .bPwrap .bestProduct b { font-weight:900; }
#Solaris_Section02 .wrap .bPwrap .bestProductContent { width:100%; line-height:1.4em; font-size:18px; font-weight:400; color:#432c06; letter-spacing:0px; }
#Solaris_Section02 .wrap .bPwrap .mS2s_wrap { display: flex; align-items: center; justify-content: flex-end; position: absolute; right: 0; bottom: 0;}
#Solaris_Section02 .wrap .bPwrap .mS2s_wrap .swiper-pagination-mS2s {  display:flex; align-items:center; justify-content:center; background:#362405; color:#fff; border-radius:4px; padding:4px 10px; font-size:14px; width:auto; height:24px; margin-right:8px;  }
#Solaris_Section02 .wrap .bPwrap .mS2s_wrap .swiper-button-prev-mS2s { display:flex; align-items:center; justify-content:center; background:#362405; color:#fff; border-radius:4px; padding:4px; font-size:16px; width:24px; height:24px; margin-right:4px; cursor:pointer;}
#Solaris_Section02 .wrap .bPwrap .mS2s_wrap .swiper-button-next-mS2s { display:flex; align-items:center; justify-content:center; background:#362405; color:#fff; border-radius:4px; padding:4px; font-size:16px; width:24px; height:24px; cursor:pointer; }
#Solaris_Section02 .wrap .mS2s { padding:20px 0; }
#Solaris_Section02 .wrap .mS2s .swiper-wrapper > .swiper-slide { flex-wrap:wrap; padding:30px; background-size:50px; background-position:calc(100% - 30px) calc(100% - 30px); background-color:#fff; justify-content:flex-start; box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.05);}
#Solaris_Section02 .wrap .mS2s .swiper-wrapper > .swiper-slide.swiper-slide-active { background-color:#fffdf2; }
/* 메인 PRODUCT 슬라이드 배경 이미지 변경부 [S] */
#Solaris_Section02 .wrap .mS2s .swiper-wrapper > .swiper-slide.active01 { background-image:url('../img/phantomdesign/icon/mS2icon01.png'); background-repeat:no-repeat;}
#Solaris_Section02 .wrap .mS2s .swiper-wrapper > .swiper-slide.active02 { background-image:url('../img/phantomdesign/icon/mS2icon02.png'); background-repeat:no-repeat;}
#Solaris_Section02 .wrap .mS2s .swiper-wrapper > .swiper-slide.active03 { background-image:url('../img/phantomdesign/icon/mS2icon03.png'); background-repeat:no-repeat;}
/* 메인 PRODUCT 슬라이드 배경 이미지 변경부 [E] */
#Solaris_Section02 .wrap .mS2s .swiper-wrapper > .swiper-slide p { width:100%; text-align:left; }
#Solaris_Section02 .wrap .mS2s .swiper-wrapper > .swiper-slide .mS2s_category { width:auto; text-align:left; display:inline-block; padding:4px 8px; font-size:10px; color:#fff; background:var(--sub-color); font-weight:500; margin-bottom:8px; border-radius:2px;}
#Solaris_Section02 .wrap .mS2s .swiper-wrapper > .swiper-slide .mS2s_Title { font-size:20px; color:#432c06; letter-spacing:-1px; font-weight:600; }
#Solaris_Section02 .wrap .mS2s .swiper-wrapper > .swiper-slide .mS2s_content { font-size:14px; color:#432c06; letter-spacing:-0.2px; font-weight:400; line-height:20px; margin-top:10px; margin-bottom:30px; }
#Solaris_Section02 .wrap .mS2s .swiper-wrapper > .swiper-slide .mS2s_accent { font-size:18px; color:#432c06; letter-spacing:0px; font-weight:900; }
/* Solaris 섹션 2 [E] */



/* Solaris 섹션 3 [S] */
#Solaris_Section03 { width:100%; height:100%; background:#fff; display:inline-block; margin-bottom:50px; }
#Solaris_Section03 .wrap { width:100%; max-width:1200px; margin:0 auto; display:flex; flex-wrap:wrap; height:100%; }
#Solaris_Section03 .wrap .leftSection { width:100%; max-width:790px; margin-right:30px; }
#Solaris_Section03 .wrap .leftSection > .subBanner { width:100%; display:flex; flex-wrap:wrap; align-items:center; justify-content:center; line-height:1; background:url('../img/phantomdesign/mainSubBanner.png') no-repeat center center; background-size:cover; padding:40px; }
#Solaris_Section03 .wrap .leftSection > .subBanner p { width:100%; color:#432c06; }
#Solaris_Section03 .wrap .leftSection > .subBanner p.sbTitle { font-size:14px; font-weight:500; letter-spacing:-0.2px; }
#Solaris_Section03 .wrap .leftSection > .subBanner p.sbContent { font-size:20px; margin-top:16px; font-weight:500; letter-spacing:-1px; }

#Solaris_Section03 .wrap .leftSection > .subLatest { width:100%; display:flex;  margin-top:30px; }

#Solaris_Section03 .wrap .leftSection .pL_list { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 30px; }
#Solaris_Section03 .wrap .leftSection .pL_list a { position: relative; width: calc(100% / 2 - 10px); border: 1px solid #e1e1e1; padding: 20px 25px; border-radius: 0px; letter-spacing: -0.5px; background: #fff; }
#Solaris_Section03 .wrap .leftSection .pL_list a::before { position: absolute; right: 25px; top: calc(50% - 42.5px); content: ''; width: 85px; height: 85px; border-radius: 50%; background: url('../img/phantomdesign/sec03Icon01.png') no-repeat center center; background-color: #fbfbfb; background-size:60%;}
#Solaris_Section03 .wrap .leftSection .pL_list a:nth-child(2)::before { background: url('../img/phantomdesign/sec03Icon02.png') no-repeat center center; background-color: #fbfbfb; background-size:60%;}
#Solaris_Section03 .wrap .leftSection .pL_list a:hover { border:1px solid #999; transition:0.3s ease all;}
#Solaris_Section03 .wrap .leftSection .pL_list a:hover::before { background-color:#ffefd3; transition:0.5s ease all; transform:rotateY(360deg); }

#Solaris_Section03 .wrap .leftSection .pL_list a .pL_list_check { position: relative; font-size: 12px; color: #999; font-weight: 300; }
#Solaris_Section03 .wrap .leftSection .pL_list a:hover .pL_list_check { font-weight: 500; color: #000; animation: left-to-right .1s linear alternate; }
#Solaris_Section03 .wrap .leftSection .pL_list a .pL_list_check > i { margin-left: 8px; }
#Solaris_Section03 .wrap .leftSection .pL_list a .pL_list_title { line-height: 1; margin: 10px 0; font-size: 20px; font-weight: 600; color: #000; }
#Solaris_Section03 .wrap .leftSection .pL_list a .pL_list_content { font-size: 14px; font-weight: 400; margin-bottom:10px; }
#Solaris_Section03 .wrap .leftSection .pL_list a .pL_list_called { font-size:20px; font-weight:600; }


#Solaris_Section03 .wrap .rightSection { width:100%; max-width:380px; }
#Solaris_Section03 .wrap .rightSection .realTime { padding:30px; padding-bottom:20px; background:#f8f8f8;}
#Solaris_Section03 .wrap .rightSection .realTime .rTtitle { font-size:20px; font-weight:600; letter-spacing:-0.4px; display: flex; justify-content: space-between; align-items: center; }
#Solaris_Section03 .wrap .rightSection .realTime .rTtitle a i { color:#666; font-weight:100; font-size:14px; }
#Solaris_Section03 .wrap .rightSection .realTime .rTsubTitle { font-size:14px; font-weight:400; color:#777; }

#Solaris_Section03 .wrap .rightSection .realTime .rTcontent { display:inline-block; overflow:hidden; width:100%; margin-top:12px;  }
#Solaris_Section03 .wrap .rightSection .realTime .rTcontent a { background:#fff; padding:10px 15px; border:1px solid #dcdcdc; display:block; }
#Solaris_Section03 .wrap .rightSection .realTime .rTcontent a > li { width:100%; display: flex; justify-content: space-between; align-items: center; }
#Solaris_Section03 .wrap .rightSection .realTime .rTcontent a > li .category { width:auto; max-width:20%; background:#b3b3b3; color:#fff; font-size:11px; padding:2px 4px; border-radius:2px;}
#Solaris_Section03 .wrap .rightSection .realTime .rTcontent a > li .subject { width:100%; max-width:60%; color:#000; font-weight:500; letter-spacing:-0.4px; font-size:13px; }
#Solaris_Section03 .wrap .rightSection .realTime .rTcontent a > li .datetime { width:auto; max-width:20%; color:#000; font-weight:300; letter-spacing:-0.4px; font-size:11px; }

#Solaris_Section03 .wrap .rightSection .consultingSubmit { width:100%; display:inline-block; font-size:16px; color:#fff; background:#353646; font-weight:600; letter-spacing:-0.5px; border-radius:4px; text-align:center; padding:20px 0; margin-top:10px; border:2px solid transparent; transition:0.3s ease all; }
#Solaris_Section03 .wrap .rightSection .consultingSubmit:hover { border:2px solid #353646; background:#fff; color:#353646; transition:0.3s ease all; }


/* Solaris 섹션 3 [E] */


#sub_background { width:100%; display:inline-block; background-size:cover; color:#fff; text-align:center; padding-top: 200px; padding-bottom: 150px; max-height:500px; }
#sub_background > h1 { font-size:40px; letter-spacing:-1.5px; }
#sub_background > h2 { font-size:16px; letter-spacing:0px; margin-top:10px;}

.l10 {background:url('../img/phantomdesign/sub_bg_01.png') no-repeat center center; }
.l20 {background:url('../img/phantomdesign/sub_bg_02.png') no-repeat center center; }
.l30 {background:url('../img/phantomdesign/sub_bg_03.png') no-repeat center center; }
.l40 {background:url('../img/phantomdesign/sub_bg_04.png') no-repeat center center; }
.l50 {background:url('../img/phantomdesign/sub_bg_05.png') no-repeat center center; }


#sub_menu { width:100%; max-width:1200px; margin:0 auto; background:#fff; border-radius: 10px; border:1px solid #e1e1e1; position:relative; top:-30px; }
#sub_menu .wrap { width:100%; box-shadow:2px -3px 12px 3px rgba(0,0,0, 0.05); border-radius: 10px;}
#sub_menu .wrap .depth01 { display:flex; }
#sub_menu .wrap .depth01 > li { position:relative; letter-spacing:-1px; font-size:14px;cursor:pointer; width:calc(100% / 3); max-width:240px; height:60px; line-height:60px; padding:0px 30px;} 
#sub_menu .wrap .depth01 > li::before { font-family: FontAwesome; content: "\f105"; position: absolute; top: 0; right: 0; font-size: 16px; color: #ddd; transition: 0.3s ease all; }
#sub_menu .wrap .depth01 > li:hover::before { transform: rotate(90deg); transition: 0.3s ease all;}
#sub_menu .wrap .depth01 > li:nth-child(1) { width:inherit; padding:0 30px; }
#sub_menu .wrap .depth01 > li i { vertical-align:middle; font-size:18px; }
#sub_menu .wrap .depth01 > li img { margin-left:50px; vertical-align:middle; }
#sub_menu .wrap .depth01 > li.on {font-weight:600; }

/* 2차메뉴 시작 */
#sub_menu .wrap .depth01 > li > ul { display:none; cursor:pointer; position:absolute; z-index:1; background:#fff; border:1px solid #dcdcdc; border-bottom:0; width:calc(100% + 2px); left:-1px; }
#sub_menu .wrap .depth01 > li > ul > a > li { position:relative; border-bottom:1px solid #dcdcdc; line-height:50px; padding:0px 30px;}
#sub_menu .wrap .depth01 > li > ul > a > li:hover { background-color:#f9f9f9; transition:0.2s ease all; }

#sub_menu .wrap .depth01 > li > ul > a > li::before { font-family: FontAwesome; content: "\f105"; position: absolute; top: 0; right: 20px; font-size: 16px; color: #ddd; transition: 0.3s ease all; }
#sub_menu .wrap .depth01 > li > ul > a > li:hover::before { transform: rotate(90deg); transition: 0.3s ease all;}


/* 콘텐츠 css 시작 */

#phantom_content { width:100%; display:inline-block; margin-top:100px; }
#phantom_content .wrap { width:100%; text-align:center; max-width:1200px; margin:0 auto; }
#phantom_content .wrap > h1 { display:inline-block; position:relative; font-size:40px; letter-spacing:-1px; padding-bottom:50px; margin-bottom:50px;}
#phantom_content .wrap > h1 b { color:var(--main-color); }
#phantom_content .wrap > h1::after { content:''; position:absolute; width:50px; height:1px; background:#e1e1e1; left:calc(50% - 25px); bottom:0; }

#phantom_content .wrap > .wrap_content { display:block; margin-bottom:60px;}
#phantom_content .wrap > .wrap_content > h1 { font-size:30px; margin-bottom:30px; letter-spacing:-1px; color:#333; }
#phantom_content .wrap > .wrap_content > p { font-size:16px; letter-spacing:-0.5px; color:#999; font-weight:400; }
#phantom_content .wrap > .wrap_content > p b { color:#000; }


#phantom_content_eco { width:100%; display:inline-block; background:#f9f9f9; padding:100px 0; margin-top:150px; }
#phantom_content_eco .wrap { width:100%; text-align:center; max-width:1200px; margin:0 auto; display:flex;}
#phantom_content_eco .wrap .subject { width:calc(100% / 3); text-align:left; font-size:40px; letter-spacing:-1px; color:#333; }
#phantom_content_eco .wrap .subject b { color:var(--sub-color); letter-spacing:-1px; } 


#phantom_content_eco .wrap .num_box { display:flex; width:calc(100% / 3); text-align:left; }
#phantom_content_eco .wrap .num_box p {font-size:16px; color:#999; margin-top:30px;}
#phantom_content_eco .wrap .num_box h1 { font-size:24px; color:#c0c0c0; line-height:24px;}
#phantom_content_eco .wrap .num_box h2 { font-size:30px; color:#222; line-height:30px;}

#phantom_content_eco .wrap .num_box .flex_box { margin-left:30px; letter-spacing:-1px; }


#phantom_content_company { width:100%; display:inline-block; background:url('../img/phantomdesign/company_bg.png') no-repeat center center; background-size:cover; padding:100px 0;  }
#phantom_content_company .wrap { width:100%; text-align:center; max-width:1200px; margin:0 auto; }
#phantom_content_company .wrap > h1 { font-size:40px; color:#fff;}
#phantom_content_company .wrap > h1 b { color:var(--sub-color);}
#phantom_content_company .wrap > h2 { font-size:16px; color:#999; font-weight:400; letter-spacing:-1px; margin-top:20px;}
#phantom_content_company .wrap > ul { width:100%; margin-top:50px; display:flex;justify-content:space-between;  align-items: stretch;}
#phantom_content_company .wrap > ul > li { background:#fff; margin-right:30px; }
#phantom_content_company .wrap > ul > li:nth-last-child(1) { margin-right:0; } 
#phantom_content_company .wrap > ul > li .content { display:block; padding:30px; }
#phantom_content_company .wrap > ul > li .content h1 { font-size:24px; letter-spacing:-1px; color:#222; line-height:24px; }
#phantom_content_company .wrap > ul > li .content p { font-size:16px; letter-spacing:-1px; color:#666; font-weight:400; margin-top:15px; }



#phantom_content_ceo_title { width:100%; display:inline-block; margin-top:100px; background:url('../img/phantomdesign/ceo_bg.png') no-repeat center center; background-size:cover; padding:50px 0;  }
#phantom_content_ceo_title .wrap { width:100%; text-align:center; max-width:1200px; margin:0 auto; }
#phantom_content_ceo_title .wrap > h1 { font-size:40px; color:#fff; letter-spacing:-1px; padding-bottom:40px; margin-bottom:40px; position:relative;}
#phantom_content_ceo_title .wrap > h1::after { content:''; position:absolute; width:50px; height:1px; background:#e1e1e1; left:calc(50% - 25px); bottom:0; }
#phantom_content_ceo_title .wrap > h1 b { color:var(--main-color);}
#phantom_content_ceo_title .wrap > h2 { font-size:24px; color:#fff; font-weight:400; letter-spacing:-1px; margin-top:20px;}


#phantom_content_ceo_content { width:100%; display:inline-block; margin:100px 0; }
#phantom_content_ceo_content .wrap { width:100%; text-align:center; max-width:1200px; margin:0 auto; display:flex; }
#phantom_content_ceo_content .wrap .ceo_content h1.subject { text-align:left; font-size:40px; letter-spacing:-1px; color:#333; }
#phantom_content_ceo_content .wrap .ceo_content h1.subject b { color:var(--sub-color); letter-spacing:-1px; } 
#phantom_content_ceo_content .wrap img { margin-right:100px; }

#phantom_content_ceo_content .wrap .ceo_content { text-align:left; }
#phantom_content_ceo_content .wrap .ceo_content h3 { font-size:16px; color:#444; font-weight:600; margin-top:50px; letter-spacing:-1px; }
#phantom_content_ceo_content .wrap .ceo_content h3 img { margin-left:15px; vertical-align:middle; }
#phantom_content_ceo_content .wrap .ceo_content .explain { text-align:left; }
#phantom_content_ceo_content .wrap .ceo_content .explain h1 { margin:50px 0; margin-bottom:20px; font-size:30px; font-weight:500; letter-spacing:-1.5px; color:#000; }
#phantom_content_ceo_content .wrap .ceo_content .explain p { font-size:16px; color:#999; font-weight:400; letter-spacing:-1px; }



#phantom_history { width:100%; display:inline-block; margin:100px 0; }
#phantom_history .wrap { width:100%; text-align:center; max-width:1200px; margin:0 auto; }
#phantom_history .wrap > h1 { font-size:40px; color:#000;}
#phantom_history .wrap > h1 b { color:var(--sub-color);}
#phantom_history .wrap > ul { width:100%; max-width:600px; margin:0 auto; margin-top:50px; display:inline-block; }
#phantom_history .wrap > ul > li { width:100%; position:relative; display:flex; line-height:12px; float:left; padding:40px 20px; padding-top:0; align-items: flex-start; justify-content: flex-start;}
#phantom_history .wrap > ul > li::before { content:''; position:absolute; height:100%; width:1px; background:#dcdcdc; left:0; top:0;}
#phantom_history .wrap > ul > li::after { content:''; position:absolute; width:16px; height:16px; background:var(--main-color); border-radius:50%; left:-8px; top:0px; border:2px solid #fff; box-shadow: 0px 0px 3px 2px rgba(204, 144, 18, .3);}
#phantom_history .wrap > ul > li > h1 { margin-left:10px; line-height:24px; font-size:24px; letter-spacing:-1px; color:#000; }
#phantom_history .wrap > ul > li > h2 { min-width:50px; text-align:left;font-size:20px; line-height:24px; margin:0 20px; letter-spacing:-1px; color:#444; }
#phantom_history .wrap > ul > li > p { font-size:16px; line-height:24px; letter-spacing:-1px; color:#999; word-break:keep-all; text-align:left;}


#phantom_location { width:100%; display:inline-block; margin:100px 0; }
#phantom_location .wrap { width:100%; text-align:center; max-width:1200px; margin:0 auto; }
#phantom_location .wrap > h1 { font-size:40px; color:#000; margin-bottom:50px;}
#phantom_location .wrap > h1 b { color:var(--sub-color);}
#phantom_location .wrap .root_daum_roughmap_landing { width:100%; }

#phantom_location .wrap .location_info { width:100%; display:flex; margin-top:30px;justify-content: space-between; }
#phantom_location .wrap .location_info li { list-style:none; display:flex; align-items: center;}
#phantom_location .wrap .location_info li h1 { padding-left:40px; font-size:20px; font-weight:500; letter-spacing:-1px; position:relative;}
#phantom_location .wrap .location_info li h1::before { content:''; position:absolute; left:0; top:calc(50% - 2px); width:30px; height:4px; background:#52d78e; }
#phantom_location .wrap .location_info li p { font-size:16px; color:#999; letter-spacing:-0.8px; margin-left:10px; font-weight:400; }

#cont { width:100%; display:inline-block; margin:100px 0; text-align:center;}
#cont > h1 { display:block; position:relative; font-size:40px; font-weight:600; letter-spacing:-1px; margin-bottom:10px;}
#cont > h1 b {color:var(--main-color); }
#cont > h2 { display:block; position:relative; font-size:18px; letter-spacing:-1px;  margin-bottom:50px;}
#cont .wrap { width:100%; display:flex; flex-direction:row; flex-wrap:wrap; max-width:1200px; margin:0 auto; }
#cont .wrap li { width:calc(100% / 3 - 20px); letter-spacing:-1px; margin-right:30px; border-bottom:1px solid #dcdcdc; margin-bottom:50px;margin-top:50px; }
#cont .wrap li:nth-child(3n) { margin-right:0; }
#cont .wrap li h1 { margin-top:15px; font-size:20px; margin-bottom:5px; }
#cont .wrap li p { padding-bottom:20px; font-size:13px; line-height:1.5em; border-bottom:1px solid #dcdcdc; }
#cont .wrap li a { border:1px solid #000; font-size:13px; background:#000; color:#fff; padding:10px 30px; margin-top:15px; margin-bottom:15px; display:inline-block; }
#cont .wrap li img { width:auto; max-width:100%; height:auto; max-height:250px;}
#cont .wrap li:hover p { border-bottom:1px solid #000; transition:0.3s ease all; }
#cont .wrap li:hover { border-bottom:1px solid #000; transition:0.3s ease all; }
#cont .wrap li:hover a { cursor:pointer; background:#fff; border:1px solid #000; color:#000; transition:0.3s ease all; } 
#cont .wrap li:hover h1 { color:var(--main-color); transition:0.3s ease all;}


/* 간편상담신청 */
#consulting { width:100%; background: #fff; float:left; text-align:center; margin:60px 0px; margin-bottom:0;}
#consulting h1 { display:block; font-size:32px;line-height:30px; color:#000; margin-bottom:30px;font-weight:500; letter-spacing:-1px;  } 
#consulting .wrapper { width:100%; max-width:1200px; margin:0 auto; text-align:left;} 
#consulting .wrapper ul { width:100%; display:inline-block; border:1px solid #dcdcdc; border-radius:5px;}
#consulting .wrapper ul li { width:50%; float:left;  padding:30px 50px;}
#consulting .wrapper ul li:nth-last-child(1) { width:50%; float:left;  padding:30px 50px; border-left:1px solid #dcdcdc;}
#consulting .wrapper ul li img { vertical-align:middle; padding-top:5px; }
#consulting .wrapper ul li .mb_cont { display:inline-block; padding-top:5px; font-size:20px; letter-spacing:-1px; vertical-align:middle; margin:0px 10px;}
#consulting .wrapper ul li .submitbox { float:right; font-size:16px; color:var(--main-color); font-weight:500; padding:8px 60px; letter-spacing:-1px; box-shadow: 0px 1px 7px 0 rgba(0, 60, 55, 0.3); border-radius:30px;} 
#consulting .wrapper ul li:nth-last-child(1) .submitbox { float:right; font-size:16px; color:#fff; background: var(--main-color); background: -webkit-linear-gradient(to right, var(--main-color), #2dc97a); background: linear-gradient(to right, var(--main-color), var(--sub-color)); font-weight:500; padding:8px 60px; letter-spacing:-1px; box-shadow: 0px 1px 7px 0 rgba(0, 60, 55, 0.3); border-radius:30px;} 
.consulting_form {border-radius:5px; width:100%; text-align:center; display:inline-block;}
.consulting_form h1 { font-size:24px; letter-spacing:-1px; color:#000; font-weight:500; line-height:48px;} 
.consulting_form h2 { font-size:16px; letter-spacing:-1px; color:#999; font-weight:350; line-height:24px; margin-bottom:50px;} 
.consulting_form .wrapper { width:100%; max-width:1200px; margin:60px auto; background:#f9f9f9; border:1px solid #dcdcdc; padding:50px;}
#consulting .wrapper ul li object {
    max-width: 30px;
    vertical-align: middle;
    padding-top: 5px;
}
.svg_fill {
    fill: var(--main-color);
}

/* FAQ */
#phantom_qna { width:100%; max-width:1200px; margin:70px auto; padding:0 20px;}
.faq_title { width:100%; text-align:center; display:inline-block; margin-bottom:30px;}
.qna_title { display:inline-block; font-size:36px; letter-spacing:-1px; font-weight:600;  }
.qna_sub_title { display:inline-block; margin-bottom:20px;font-size:16px; color:#666; font-weight:350; letter-spacing:-1px; margin-left:10px; }
.que:first-child { border-top: 2px solid #41bb78; }
.que { position: relative; padding: 25px 0; cursor: pointer; font-size: 14px; border-bottom: 1px solid #e1e1e1; }
.que::before { display: inline-block; content: 'Q'; font-size: 14px; color: #41bb78; font-weight:600; margin-right: 5px;}
.que.on>span { font-weight: bold; color: #41bb78;  }
.anw {position:relative; display: none;overflow: hidden;font-size: 14px;background-color: #f4f4f2;padding: 27px 0; padding-left:20px; }
.anw::before {display: inline-block;content: 'A'; margin-top:5px; font-size: 14px;font-weight: bold; background:#41bb78; width:24px; text-align:center; line-height:24px; height:24px; border-radius:50%; color: #fff;margin-right: 5px;}
.anw span { padding-left:10px; line-height:30px; letter-spacing:-0.5px; color:#555; font-weight:400; }
.anw[style*='display: block']{	display:flex !important;}


.modal {display: none; position: fixed; z-index: 1000; left: 0;top: 0;width: 100%; height: 100%; overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4); }
.modal-content {background-color: #fefefe;z-index:99;margin: 8% auto; padding: 40px;max-width:700px;border: 1px solid #888;position:relative;width: 50%;-webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.4);-moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.4);box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.4);-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;}
.modal-content .subject { width:100%; text-align:left; border-bottom:2px solid #000; font-size:24px; letter-spacing:-1px; color:#222; font-weight:600; padding:15px 0px; padding-top:0; }
.modal-content .content { position:relative; width:100%; font-size:14px; letter-spacing:-0.5px;}
.modal-content .content .service_content { border:none; resize:none; overflow-y:scroll; overflow-x:hidden; width:100%; height:auto; padding:15px; background:#f9f9f9; height:400px; clear:both; }
.modal-content .content .privacy_content { border:none; resize:none; overflow-y:scroll; overflow-x:hidden; width:100%; height:auto; padding:15px; background:#f9f9f9; height:400px; clear:both; }
.modal-content .pop_bt { position:absolute; top:35px; right:40px; font-weight:100; font-size:24px; }
.modal-content .pop_bt i:hover { cursor:pointer;}

.provision, .privacy { cursor:pointer; }



.phantom_slide {pointer-events: none; position: relative; height: 100%; overflow: hidden; } 
#visual { position: relative; height: 100%; overflow: hidden; margin: 100px 60px 100px 60px; } 
.phantom_slide .swiper-container { overflow: hidden; width: 100%; height: 100%; position: relative; } 
.phantom_slide .swiper-slide { display: flex; align-items: center; justify-content: center; width: 100% !important; } 
.swiper-progress-bar { width: 100%; left: 64px; max-width: 200px; height: 4px; position: absolute; margin: 0px auto; z-index: 999; background: #f2f2f2; bottom: 100px; } 
.swiper-progress-bar .progress { height: inherit; left: 0; top: 0; position: absolute; background: #fb828b; z-index: 1; } 
.swiper-progress-bar .progress-sections { left: 0; top: 0; position: absolute; height: inherit; width: inherit; z-index: 2; display: flex; flex-direction: row; } 
.swiper-progress-bar .progress-sections span { flex: 1; height: inherit; border-right: 2px solid #eee; position: relative; } 

.swiper-progress-bar .progress-sections span::after { position:absolute; content:''; top:-5px; right:-7px; width:14px; height:14px; border-radius:50%; background:#dbdbdb; border:1px solid #fff; }
.swiper-progress-bar .progress-sections span.active { position:relative; }
.swiper-progress-bar .progress-sections span.active::after { background:#fb828b; }
.swiper-progress-bar .progress-sections span.active::before { background:#fb828b; }
.swiper-progress-bar .progress-sections span:last-child { border-right-width: 0; } 


.active_ri {top: -5px; display: inline-block; width: 14px; height: 14px; z-index:-1; border-radius: 50%; position: absolute; right: -7px; background: #fb828b; }
.active_ri::before {content: ""; position: absolute; width: 100%; height: 100%; right: 0; top: 0; background-color: inherit; border-radius: 50%; z-index: -1; animation: ripple 1.2s ease-out infinite;}
@keyframes ripple {
  from {
    opacity: 1;
    transform: scale(0);
  }
  to {
    opacity: 0;
    transform: scale(3);
  }
}


/* 푸터시작 */
footer#pd_footer { width:100%; display:inline-block; background:#f6f6f6; position:relative; bottom:0; font-family:'Noto Sans KR'; }
footer#pd_footer .wrapper { width:100%; max-width:1200px; border-bottom:1px solid #dcdcdc; margin:40px auto; font-size:0; padding-bottom:10px;}
footer#pd_footer .wrapper .ft_left { width:50%; font-size:14px; color:#ddd; display:inline-block; }
footer#pd_footer .wrapper .ft_left p { display:block; font-weight:350; color:#666; letter-spacing:0px; line-height:24px; margin-bottom:30px; }
footer#pd_footer .wrapper .ft_left p b { margin:0px 10px; font-size:1px; border-right:1px solid #777;}
footer#pd_footer .wrapper .ft_right { width:50%; display:inline-block; text-align:right;vertical-align:top;}
footer#pd_footer .wrapper .ft_right .ft_box { display:inline-block; text-align:left; position:relative; background:#fff; color:#222; font-weight:600; letter-spacing:-1px; font-size:15px; padding:12px 20px; min-width:205px; border:1px solid #dcdcdc; }
footer#pd_footer .wrapper .ft_right .ft_box img { vertical-align:middle; position:absolute; right:20px; top:20px; }
footer#pd_footer .wrapper .ft_right .ft_tbox { display:inline-block; text-align:left; position:relative; color:#303030; background:#e9e9e9; font-weight:600; letter-spacing:-1px; margin-top:10px; min-width:205px; font-size:15px; padding:12px 20px; border:1px solid #dcdcdc; }
footer#pd_footer .wrapper .ft_right .ft_tbox img { vertical-align:middle; position:absolute; right:20px; top:17px; }
footer#pd_footer .ft_copyright {width:100%; max-width:1200px; margin:40px auto; font-weight:600; color:#6b6b6b; padding:0px}
footer#pd_footer .ft_copyright .left_copy {display:inline-block; text-align:left; letter-spacing:0px;  font-size:12px;}
footer#pd_footer .ft_copyright .right_copy {float:right; font-size:11px; font-weight:500; letter-spacing:-0.5px;}
footer#pd_footer .wrapper .ft_left .ft_top { font-size:16px; font-weight:400; letter-spacing:-1px;}
footer#pd_footer .wrapper .ft_left .ft_top strong { margin:0px 12px; font-size:1px;}

strong.line { display:inline-block; width:1px; height:14px; background:#dcdcdc; margin:0 4px; font-size:0; vertical-align:middle; }

footer#pd_footer_style { width:100%; border-top:1px solid #dcdcdc; }
footer#pd_footer_style .footer_menu { width:100%; border-bottom:1px solid #dcdcdc; }
footer#pd_footer_style .footer_menu > ul { width:100%; max-width:1200px; margin:0 auto; padding:20px 0; font-size:13px; color:#6a6a6a; line-height:20px; text-align:center; }
footer#pd_footer_style .footer_menu > ul > li { display:inline-block; position:relative; margin-right:20px; padding-right:10px; }
footer#pd_footer_style .footer_menu > ul > li::before { position:absolute; content:'/'; right:-10px; font-size:14px; }
footer#pd_footer_style .footer_menu > ul > li:nth-last-child(1) { margin-right:0; padding-right:0;}
footer#pd_footer_style .footer_menu > ul > li:nth-last-child(1)::before { content:''; }


footer#pd_footer_style .footer_content { width:100%; background:#f5f5f5; }
footer#pd_footer_style .footer_content .wrapper { width:100%; display:flex; max-width:1200px; margin:0 auto; text-align:left; padding:30px 0;}
footer#pd_footer_style .footer_content .wrapper .firstSection { width:100%; max-width:25%; display:inline-block; }
footer#pd_footer_style .footer_content .wrapper .firstSection .fStitle { font-size:13px; font-weight:600; color:#000; }
footer#pd_footer_style .footer_content .wrapper .firstSection .fScontent { font-size:11px; letter-spacing:-0.25px; margin-top:8px; font-weight:400; color:#6a6a6a; }

footer#pd_footer_style .footer_content .wrapper .secondSection { width:100%; max-width:45%; display:inline-block; }
footer#pd_footer_style .footer_content .wrapper .secondSection .sStitle { font-size:13px; font-weight:600; color:#000; }
footer#pd_footer_style .footer_content .wrapper .secondSection .sScontent { font-size:10px; letter-spacing:-0.25px; margin-top:8px; font-weight:400; color:#6a6a6a; }

footer#pd_footer_style .footer_content .wrapper .thirdSection { width:100%; max-width:35%; padding-left:30px; display:flex; }
footer#pd_footer_style .footer_content .wrapper .thirdSection .halfBox { display:inline-block; width:50%; }
footer#pd_footer_style .footer_content .wrapper .thirdSection .halfBox .tStitle { font-size:13px; font-weight:400; color:#000; }
footer#pd_footer_style .footer_content .wrapper .thirdSection .halfBox .tScontent { font-size:24px; letter-spacing:-0.25px; margin-top:8px; font-weight:600; color:#000; }

footer#pd_footer_style .footer_content .wrapper .thirdSection .halfBox a { display:inline-block; width:100%; font-size:13px; letter-spacing:-0.25px; font-weight:600; padding:10px 0; text-align:center; }
footer#pd_footer_style .footer_content .wrapper .thirdSection .halfBox a.consultingBox { background:#ffe70d; color:#000; }
footer#pd_footer_style .footer_content .wrapper .thirdSection .halfBox a.comapnyBox { margin-top:8px; background:#353646; color:#fff;}
footer#pd_footer_style .footer_content .fc_wrap { width:100%; display:inline-block; border-top:1px solid #dcdcdc; }
footer#pd_footer_style .footer_content .fc_copyright .fc_wrap { width:100%; max-width:1200px; margin:0 auto; display:flex; justify-content:space-between; font-size:10px; color:#6a6a6a; padding:15px 0;  }
