버킷 변경에 따른 코드 수정

This commit is contained in:
root
2026-07-23 18:37:15 +09:00
parent 914fe039f9
commit e6c45240d9
5 changed files with 121 additions and 122 deletions
+110 -110
View File
@@ -170,19 +170,19 @@ i {
} }
i.egbim.k, i.egbim.k,
font.egbim.k { font.egbim.k {
background-image: url(/egbim/img/egbim_k.svg); background-image: url(https://cdn.eg-bim.com/egbim_k.svg);
} }
i.egbim.w, i.egbim.w,
font.egbim.w { font.egbim.w {
background-image: url(/egbim/img/egbim_w.svg); background-image: url(https://cdn.eg-bim.com/egbim_w.svg);
} }
i.egbim_obj.w { i.egbim_obj.w {
background-image: url(/egbim/img/egbim_obj_w.svg); background-image: url(https://cdn.eg-bim.com/egbim_obj_w.svg);
width: 77px; width: 77px;
min-height: 12px; min-height: 12px;
} }
i.egbim_obj.k { i.egbim_obj.k {
background-image: url(/egbim/img/egbim_obj_k.svg); background-image: url(https://cdn.eg-bim.com/egbim_obj_k.svg);
width: 77px; width: 77px;
min-height: 12px; min-height: 12px;
} }
@@ -341,7 +341,7 @@ header.is-scrolled:not(:has(.sitemap.open)) {
header.is-scrolled h1 a { header.is-scrolled h1 a {
width: 140px; width: 140px;
height: 34px; height: 34px;
background: url(/egbim/img/egbim_k.svg) center no-repeat; background: url(https://cdn.eg-bim.com/egbim_k.svg) center no-repeat;
background-size: contain; background-size: contain;
background-position: left center; background-position: left center;
} }
@@ -364,7 +364,7 @@ header h1 a {
display: block; display: block;
width: 190px; width: 190px;
height: 36px; height: 36px;
background: url(/egbim/img/egbim_w.svg) center no-repeat; background: url(https://cdn.eg-bim.com/egbim_w.svg) center no-repeat;
background-size: contain; background-size: contain;
} }
@@ -378,7 +378,7 @@ header .language::before {
width: 16px; width: 16px;
height: 16px; height: 16px;
margin-top: 4px; margin-top: 4px;
background-image: url(/egbim/img/ico_language.svg); background-image: url(https://cdn.eg-bim.com/ico_language.svg);
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
translate: 0 2px; translate: 0 2px;
@@ -466,7 +466,7 @@ header .menu_my_list li a {
} }
header .menu_my_list::before { header .menu_my_list::before {
content: ""; content: "";
background: url(/egbim/img/tri_img.svg) no-repeat; background: url(https://cdn.eg-bim.com/tri_img.svg) no-repeat;
background-size: cover; background-size: cover;
width: 12px; width: 12px;
height: 10px; height: 10px;
@@ -509,7 +509,7 @@ header .menu_ham a div:nth-child(3) {
top: 96px; top: 96px;
right: 0px; right: 0px;
z-index: 20; z-index: 20;
background: url("/egbim/img/floating_bg_4.png"); background: url("https://cdn.eg-bim.com/floating_bg_4.png");
background-size: cover; background-size: cover;
padding: 52px 0 44px; padding: 52px 0 44px;
} }
@@ -549,28 +549,28 @@ header .menu_ham a div:nth-child(3) {
margin: 0 auto; margin: 0 auto;
} }
.floating_menu li.floating_buy a i { .floating_menu li.floating_buy a i {
background-image: url(/egbim/img/ico_floating_buy.svg); background-image: url(https://cdn.eg-bim.com/ico_floating_buy.svg);
} }
.floating_menu li.floating_faq a i { .floating_menu li.floating_faq a i {
background-image: url(/egbim/img/ico_floating_faq.svg); background-image: url(https://cdn.eg-bim.com/ico_floating_faq.svg);
} }
.floating_menu li.floating_download a i { .floating_menu li.floating_download a i {
background-image: url(/egbim/img/ico_floating_download.svg); background-image: url(https://cdn.eg-bim.com/ico_floating_download.svg);
} }
.floating_menu li.floating_guide a i { .floating_menu li.floating_guide a i {
background-image: url(/egbim/img/ico_floating_book.svg); background-image: url(https://cdn.eg-bim.com/ico_floating_book.svg);
} }
.floating_menu li.floating_download a:hover i { .floating_menu li.floating_download a:hover i {
background-image: url(/egbim/img/ico_floating_download_on.svg); background-image: url(https://cdn.eg-bim.com/ico_floating_download_on.svg);
} }
.floating_menu li.floating_buy a:hover i { .floating_menu li.floating_buy a:hover i {
background-image: url(/egbim/img/ico_floating_buy_on.svg); background-image: url(https://cdn.eg-bim.com/ico_floating_buy_on.svg);
} }
.floating_menu li.floating_faq a:hover i { .floating_menu li.floating_faq a:hover i {
background-image: url(/egbim/img/ico_floating_faq_on.svg); background-image: url(https://cdn.eg-bim.com/ico_floating_faq_on.svg);
} }
.floating_menu li.floating_guide a:hover i { .floating_menu li.floating_guide a:hover i {
background-image: url(/egbim/img/ico_floating_book_on.svg); background-image: url(https://cdn.eg-bim.com/ico_floating_book_on.svg);
} }
/* 공통적용 - 푸터 footer */ /* 공통적용 - 푸터 footer */
@@ -707,7 +707,7 @@ footer .footer_sitemap .family_btn {
footer .footer_sitemap .family_btn i { footer .footer_sitemap .family_btn i {
width: 12px; width: 12px;
aspect-ratio: 1/1; aspect-ratio: 1/1;
background-image: url(/egbim/img/ico_angle.svg); background-image: url(https://cdn.eg-bim.com/ico_angle.svg);
background-size: contain; background-size: contain;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
@@ -1239,7 +1239,7 @@ footer .address em.tel {
display: none; display: none;
} }
.main footer .footer_close { .main footer .footer_close {
background: url("/egbim/img/ico_footer_close.svg") no-repeat; background: url("https://cdn.eg-bim.com/ico_footer_close.svg") no-repeat;
background-size: cover; background-size: cover;
background-position: center; background-position: center;
position: absolute; position: absolute;
@@ -1293,7 +1293,7 @@ footer .address em.tel {
/* TOVA소개 value */ /* TOVA소개 value */
/* --------------------------------- */ /* --------------------------------- */
.value .intro { .value .intro {
background-image: url(/egbim/img/value_introbg.png); background-image: url(https://cdn.eg-bim.com/value_introbg.png);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center top; background-position: center top;
background-size: cover; background-size: cover;
@@ -1351,7 +1351,7 @@ footer .address em.tel {
} }
.value .intro .dia_element:nth-child(1) .dia_tit { .value .intro .dia_element:nth-child(1) .dia_tit {
background: linear-gradient(180deg, #fde0c080 0%, #b0917000 100%), background: linear-gradient(180deg, #fde0c080 0%, #b0917000 100%),
url(/egbim/img/dia_valuebg01.png), url(https://cdn.eg-bim.com/dia_valuebg01.png),
linear-gradient(180deg, #583c1c 0%, #583c1c 100%); linear-gradient(180deg, #583c1c 0%, #583c1c 100%);
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;
@@ -1359,7 +1359,7 @@ footer .address em.tel {
} }
.value .intro .dia_element:nth-child(2) .dia_tit { .value .intro .dia_element:nth-child(2) .dia_tit {
background: linear-gradient(180deg, #48d7ac80 0%, #86b6a800 100%), background: linear-gradient(180deg, #48d7ac80 0%, #86b6a800 100%),
url(/egbim/img/dia_valuebg02.png), url(https://cdn.eg-bim.com/dia_valuebg02.png),
linear-gradient(180deg, #119d49 0%, #119d49 100%); linear-gradient(180deg, #119d49 0%, #119d49 100%);
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;
@@ -1367,7 +1367,7 @@ footer .address em.tel {
} }
.value .intro .dia_element:nth-child(3) .dia_tit { .value .intro .dia_element:nth-child(3) .dia_tit {
background: linear-gradient(180deg, #92929280 0%, #92929280 100%), background: linear-gradient(180deg, #92929280 0%, #92929280 100%),
url(/egbim/img/dia_valuebg03.png), url(https://cdn.eg-bim.com/dia_valuebg03.png),
linear-gradient(180deg, #ed7d31 0%, #ed7d31 100%); linear-gradient(180deg, #ed7d31 0%, #ed7d31 100%);
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;
@@ -1452,14 +1452,14 @@ footer .address em.tel {
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: 50% bottom; background-position: 50% bottom;
background-size: contain; background-size: contain;
background-image: url(/egbim/img/value_arc.svg); background-image: url(https://cdn.eg-bim.com/value_arc.svg);
text-align: center; text-align: center;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
} }
.value .intro .dia_appendix .app_bg:nth-child(2) { .value .intro .dia_appendix .app_bg:nth-child(2) {
background-image: url(/egbim/img/value_arc_r.svg); background-image: url(https://cdn.eg-bim.com/value_arc_r.svg);
} }
.value .intro .dia_appendix .app_etc { .value .intro .dia_appendix .app_etc {
background: linear-gradient(90deg, #583c1c 0%, #015e42 100%); background: linear-gradient(90deg, #583c1c 0%, #015e42 100%);
@@ -1589,7 +1589,7 @@ footer .address em.tel {
overflow: hidden; overflow: hidden;
scroll-snap-align: center; scroll-snap-align: center;
scroll-snap-stop: always; scroll-snap-stop: always;
background-image: url(/egbim/img/value_feature_bg.png); background-image: url(https://cdn.eg-bim.com/value_feature_bg.png);
background-position: center; background-position: center;
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;
@@ -1683,28 +1683,28 @@ footer .address em.tel {
color: #ffffff; color: #ffffff;
} }
.value .features .interface::before { .value .features .interface::before {
background-image: url(/egbim/img/value_feature_interface_bg.png); background-image: url(https://cdn.eg-bim.com/value_feature_interface_bg.png);
} }
.value .features .tool::before { .value .features .tool::before {
background-image: url(/egbim/img/value_feature_tool_bg.png); background-image: url(https://cdn.eg-bim.com/value_feature_tool_bg.png);
} }
.value .features .floorplan::before { .value .features .floorplan::before {
background-image: url(/egbim/img/value_feature_floorplan_bg.png); background-image: url(https://cdn.eg-bim.com/value_feature_floorplan_bg.png);
} }
.value .features .bim::before { .value .features .bim::before {
background-image: url(/egbim/img/value_feature_bim_bg.png); background-image: url(https://cdn.eg-bim.com/value_feature_bim_bg.png);
} }
.value .features .interface i { .value .features .interface i {
background-image: url(/egbim/img/ico_value_interface_w.svg); background-image: url(https://cdn.eg-bim.com/ico_value_interface_w.svg);
} }
.value .features .tool i { .value .features .tool i {
background-image: url(/egbim/img/ico_value_tool_w.svg); background-image: url(https://cdn.eg-bim.com/ico_value_tool_w.svg);
} }
.value .features .floorplan i { .value .features .floorplan i {
background-image: url(/egbim/img/ico_value_floorplan_w.svg); background-image: url(https://cdn.eg-bim.com/ico_value_floorplan_w.svg);
} }
.value .features .bim i { .value .features .bim i {
background-image: url(/egbim/img/ico_value_bim_w.svg); background-image: url(https://cdn.eg-bim.com/ico_value_bim_w.svg);
} }
.value .features .lines { .value .features .lines {
position: absolute; position: absolute;
@@ -1870,7 +1870,7 @@ footer .address em.tel {
content: ""; content: "";
width: 100%; width: 100%;
height: 1200px; height: 1200px;
background-image: url(/egbim/img/value_system_bg.png); background-image: url(https://cdn.eg-bim.com/value_system_bg.png);
background-position: center bottom; background-position: center bottom;
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;
@@ -2095,7 +2095,7 @@ footer .address em.tel {
line-height: 1.4em; line-height: 1.4em;
} }
.interface .intro .top { .interface .intro .top {
background-image: url(/egbim/img/interface_intro_bg.png); background-image: url(https://cdn.eg-bim.com/interface_intro_bg.png);
} }
.interface .route { .interface .route {
@@ -2112,7 +2112,7 @@ footer .address em.tel {
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
padding: 0px 120px; padding: 0px 120px;
background: url(/egbim/img/interface_route_bg.png); background: url(https://cdn.eg-bim.com/interface_route_bg.png);
background-size: contain; background-size: contain;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center bottom; background-position: center bottom;
@@ -2221,7 +2221,7 @@ footer .address em.tel {
display: flex; display: flex;
justify-content: center; justify-content: center;
position: relative; position: relative;
background: url(/egbim/img/interface_route_screen.png); background: url(https://cdn.eg-bim.com/interface_route_screen.png);
background-size: contain; background-size: contain;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center top; background-position: center top;
@@ -2382,7 +2382,7 @@ footer .address em.tel {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
background-image: url(/egbim/img/interface_dual_bg.png); background-image: url(https://cdn.eg-bim.com/interface_dual_bg.png);
background-size: contain; background-size: contain;
background-position: top center; background-position: top center;
background-repeat: no-repeat; background-repeat: no-repeat;
@@ -2468,14 +2468,14 @@ footer .address em.tel {
letter-spacing: -0.04em; letter-spacing: -0.04em;
} }
.primary .intro .top { .primary .intro .top {
background-image: url(/egbim/img/primary_intro_bg.png); background-image: url(https://cdn.eg-bim.com/primary_intro_bg.png);
} }
.primary .intro .diagram_wrap { .primary .intro .diagram_wrap {
width: 480px; width: 480px;
aspect-ratio: 1/1; aspect-ratio: 1/1;
margin: 0 auto; margin: 0 auto;
position: relative; position: relative;
background-image: url(/egbim/img/atom_obj.svg); background-image: url(https://cdn.eg-bim.com/atom_obj.svg);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: top center; background-position: top center;
background-size: contain; background-size: contain;
@@ -2487,7 +2487,7 @@ footer .address em.tel {
aspect-ratio: 1/1; aspect-ratio: 1/1;
top: -6px; top: -6px;
left: 0; left: 0;
background-image: url(/egbim/img/atom_line.svg); background-image: url(https://cdn.eg-bim.com/atom_line.svg);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
background-size: contain; background-size: contain;
@@ -2588,13 +2588,13 @@ footer .address em.tel {
text-align: left; text-align: left;
} }
.primary .intro .diagram_wrap .e01 i { .primary .intro .diagram_wrap .e01 i {
background-image: url(/egbim/img/ico_pripary_my.svg); background-image: url(https://cdn.eg-bim.com/ico_pripary_my.svg);
} }
.primary .intro .diagram_wrap .e02 i { .primary .intro .diagram_wrap .e02 i {
background-image: url(/egbim/img/ico_pripary_command.svg); background-image: url(https://cdn.eg-bim.com/ico_pripary_command.svg);
} }
.primary .intro .diagram_wrap .e03 i { .primary .intro .diagram_wrap .e03 i {
background-image: url(/egbim/img/ico_pripary_civil.svg); background-image: url(https://cdn.eg-bim.com/ico_pripary_civil.svg);
} }
.primary .route { .primary .route {
@@ -2670,7 +2670,7 @@ footer .address em.tel {
height: 80%; height: 80%;
top: 10%; top: 10%;
left: -25%; left: -25%;
background-image: url(/egbim/img/primary_route_bg.png); background-image: url(https://cdn.eg-bim.com/primary_route_bg.png);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
background-size: cover; background-size: cover;
@@ -2688,7 +2688,7 @@ footer .address em.tel {
justify-content: center; justify-content: center;
align-items: center; align-items: center;
gap: 4px; gap: 4px;
background: url(/egbim/img/primary_menu_bg.png); background: url(https://cdn.eg-bim.com/primary_menu_bg.png);
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;
margin-right: -2px; margin-right: -2px;
@@ -2822,15 +2822,15 @@ footer .address em.tel {
} }
.primary .process .left .bg:nth-child(1) { .primary .process .left .bg:nth-child(1) {
background-image: linear-gradient(90deg, #00000000 0, #00000080 100%), background-image: linear-gradient(90deg, #00000000 0, #00000080 100%),
url(/egbim/img/primary_style_bg.png); url(https://cdn.eg-bim.com/primary_style_bg.png);
} }
.primary .process .left .bg:nth-child(2) { .primary .process .left .bg:nth-child(2) {
background-image: linear-gradient(90deg, #00000000 0, #00000080 100%), background-image: linear-gradient(90deg, #00000000 0, #00000080 100%),
url(/egbim/img/primary_block_bg.png); url(https://cdn.eg-bim.com/primary_block_bg.png);
} }
.primary .process .left .bg:nth-child(3) { .primary .process .left .bg:nth-child(3) {
background-image: linear-gradient(90deg, #00000000 0, #00000080 100%), background-image: linear-gradient(90deg, #00000000 0, #00000080 100%),
url(/egbim/img/primary_print_bg.png); url(https://cdn.eg-bim.com/primary_print_bg.png);
} }
.primary .process .left .bg.on { .primary .process .left .bg.on {
transform: scale(1); transform: scale(1);
@@ -2954,7 +2954,7 @@ footer .address em.tel {
top: 50%; top: 50%;
left: 50%; left: 50%;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
background-image: url(/egbim/img/block_img_ico.svg); background-image: url(https://cdn.eg-bim.com/block_img_ico.svg);
box-shadow: 0 2px 8px #000000aa; box-shadow: 0 2px 8px #000000aa;
} }
.primary .process .right .sub_figs .text { .primary .process .right .sub_figs .text {
@@ -3012,10 +3012,10 @@ footer .address em.tel {
height: 400px; height: 400px;
} }
.primary .process .right .block .sub_figs .imgs .fig01 { .primary .process .right .block .sub_figs .imgs .fig01 {
background-image: url(/egbim/img/block_img_01.png); background-image: url(https://cdn.eg-bim.com/block_img_01.png);
} }
.primary .process .right .block .sub_figs .imgs .fig02 { .primary .process .right .block .sub_figs .imgs .fig02 {
background-image: url(/egbim/img/block_img_02.png); background-image: url(https://cdn.eg-bim.com/block_img_02.png);
} }
.primary .process .right .print_area .sub_figs { .primary .process .right .print_area .sub_figs {
height: fit-content; height: fit-content;
@@ -3025,10 +3025,10 @@ footer .address em.tel {
height: 240px; height: 240px;
} }
.primary .process .right .print_area .sub_figs .imgs .fig01 { .primary .process .right .print_area .sub_figs .imgs .fig01 {
background-image: url(/egbim/img/printarea_img_01.png); background-image: url(https://cdn.eg-bim.com/printarea_img_01.png);
} }
.primary .process .right .print_area .sub_figs .imgs .fig02 { .primary .process .right .print_area .sub_figs .imgs .fig02 {
background-image: url(/egbim/img/printarea_img_02.png); background-image: url(https://cdn.eg-bim.com/printarea_img_02.png);
} }
/* --------------------------------- */ /* --------------------------------- */
@@ -3038,7 +3038,7 @@ footer .address em.tel {
align-items: center; align-items: center;
} }
.floorplan .intro .top { .floorplan .intro .top {
background-image: url(/egbim/img/floorplan_intro_bg.png); background-image: url(https://cdn.eg-bim.com/floorplan_intro_bg.png);
} }
.floorplan .intro::before { .floorplan .intro::before {
position: absolute; position: absolute;
@@ -3093,13 +3093,13 @@ footer .address em.tel {
background-repeat: no-repeat; background-repeat: no-repeat;
} }
.floorplan .intro .dia_element01 i { .floorplan .intro .dia_element01 i {
background-image: url(/egbim/img/ico_floorplan_dia_01.svg); background-image: url(https://cdn.eg-bim.com/ico_floorplan_dia_01.svg);
} }
.floorplan .intro .dia_element02 i { .floorplan .intro .dia_element02 i {
background-image: url(/egbim/img/ico_floorplan_dia_02.svg); background-image: url(https://cdn.eg-bim.com/ico_floorplan_dia_02.svg);
} }
.floorplan .intro .dia_element03 i { .floorplan .intro .dia_element03 i {
background-image: url(/egbim/img/ico_floorplan_dia_03.svg); background-image: url(https://cdn.eg-bim.com/ico_floorplan_dia_03.svg);
} }
.floorplan .intro .dia_element01 { .floorplan .intro .dia_element01 {
top: -50%; top: -50%;
@@ -3305,7 +3305,7 @@ footer .address em.tel {
} }
.floorplan .find .left .mid_tit { .floorplan .find .left .mid_tit {
background-image: url(/egbim/img/floorplan_01.png); background-image: url(https://cdn.eg-bim.com/floorplan_01.png);
} }
.floorplan .find .find01 .sub_figs .imgs .apx { .floorplan .find .find01 .sub_figs .imgs .apx {
top: -2%; top: -2%;
@@ -3357,7 +3357,7 @@ footer .address em.tel {
} }
} }
.floorplan .info .left .mid_tit { .floorplan .info .left .mid_tit {
background-image: url(/egbim/img/floorplan_02.png); background-image: url(https://cdn.eg-bim.com/floorplan_02.png);
left: calc(176px - 12px); left: calc(176px - 12px);
width: calc(100vw - 176px); width: calc(100vw - 176px);
max-width: 1744px; max-width: 1744px;
@@ -3376,7 +3376,7 @@ footer .address em.tel {
right: 10%; right: 10%;
} }
.floorplan .print .left .mid_tit { .floorplan .print .left .mid_tit {
background-image: url(/egbim/img/floorplan_03.png); background-image: url(https://cdn.eg-bim.com/floorplan_03.png);
} }
.floorplan .print .right .print02 .sub_figs .imgs img { .floorplan .print .right .print02 .sub_figs .imgs img {
object-fit: cover; object-fit: cover;
@@ -3393,13 +3393,13 @@ footer .address em.tel {
padding-bottom: 0; padding-bottom: 0;
} }
.forbim .intro .top { .forbim .intro .top {
background-image: url(/egbim/img/forbim_intro_bg.png); background-image: url(https://cdn.eg-bim.com/forbim_intro_bg.png);
} }
.forbim .intro .visual { .forbim .intro .visual {
width: 100%; width: 100%;
height: 500px; height: 500px;
text-align: center; text-align: center;
background: url(/egbim/img/forbim_visual_bg.png); background: url(https://cdn.eg-bim.com/forbim_visual_bg.png);
background-size: contain; background-size: contain;
background-position: center bottom; background-position: center bottom;
background-repeat: no-repeat; background-repeat: no-repeat;
@@ -3418,7 +3418,7 @@ footer .address em.tel {
justify-content: center; justify-content: center;
align-items: center; align-items: center;
gap: 80px; gap: 80px;
background-image: url(/egbim/img/forbim_theorys_bg.png); background-image: url(https://cdn.eg-bim.com/forbim_theorys_bg.png);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
background-size: cover; background-size: cover;
@@ -3540,7 +3540,7 @@ footer .address em.tel {
border: 2px solid transparent; border: 2px solid transparent;
} }
.forbim .theorys .diagram_wrap .dia_circles_wrap .circle_bim .circle_core i { .forbim .theorys .diagram_wrap .dia_circles_wrap .circle_bim .circle_core i {
background-image: url(/egbim/img/forbim_theorys_bim.svg); background-image: url(https://cdn.eg-bim.com/forbim_theorys_bim.svg);
} }
.forbim .forbim
.theorys .theorys
@@ -3577,7 +3577,7 @@ footer .address em.tel {
.circle_floorplan .circle_floorplan
.circle_core .circle_core
i { i {
background-image: url(/egbim/img/forbim_theorys_plan.svg); background-image: url(https://cdn.eg-bim.com/forbim_theorys_plan.svg);
} }
@keyframes dot-rotate-modal { @keyframes dot-rotate-modal {
0% { 0% {
@@ -3613,11 +3613,11 @@ footer .address em.tel {
padding-left: 280px; padding-left: 280px;
} }
.forbim .process .left .bg:nth-child(1) { .forbim .process .left .bg:nth-child(1) {
background-image: url(/egbim/img/forbim_process_bg.png); background-image: url(https://cdn.eg-bim.com/forbim_process_bg.png);
background-size: cover; background-size: cover;
} }
.forbim .process .left .bg:nth-child(2) { .forbim .process .left .bg:nth-child(2) {
background-image: url(/egbim/img/forbim_process_bg02.png); background-image: url(https://cdn.eg-bim.com/forbim_process_bg02.png);
background-size: cover; background-size: cover;
} }
.forbim .process .left .bg.on { .forbim .process .left .bg.on {
@@ -3727,19 +3727,19 @@ footer .address em.tel {
.forbim .process .link .sub_figs .fig01 { .forbim .process .link .sub_figs .fig01 {
top: 0; top: 0;
left: 0; left: 0;
background-image: url(/egbim/img/forbim_process_01_1.png); background-image: url(https://cdn.eg-bim.com/forbim_process_01_1.png);
} }
.forbim .process .link .sub_figs .fig02 { .forbim .process .link .sub_figs .fig02 {
top: 0; top: 0;
left: 43%; left: 43%;
background-image: url(/egbim/img/forbim_process_01_2.png); background-image: url(https://cdn.eg-bim.com/forbim_process_01_2.png);
} }
.forbim .process .link .sub_figs .fig03 { .forbim .process .link .sub_figs .fig03 {
width: 24%; width: 24%;
aspect-ratio: 1/1.25; aspect-ratio: 1/1.25;
bottom: 0; bottom: 0;
right: 0; right: 0;
background-image: url(/egbim/img/forbim_process_01_3.png); background-image: url(https://cdn.eg-bim.com/forbim_process_01_3.png);
box-shadow: 0px 2px 8px #00000055; box-shadow: 0px 2px 8px #00000055;
} }
.forbim .process .link .sub_figs .fig04 { .forbim .process .link .sub_figs .fig04 {
@@ -3793,7 +3793,7 @@ footer .address em.tel {
.forbim .process .info .sub_figs div { .forbim .process .info .sub_figs div {
width: 100%; width: 100%;
height: 100%; height: 100%;
background-image: url(/egbim/img/forbim_process_02.png); background-image: url(https://cdn.eg-bim.com/forbim_process_02.png);
background-position: top center; background-position: top center;
} }
.forbim .process .info .sub_figs div span { .forbim .process .info .sub_figs div span {
@@ -3809,7 +3809,7 @@ footer .address em.tel {
padding: 0; padding: 0;
} }
.faq .intro .top { .faq .intro .top {
background-image: url(/egbim/img/faq_intro_bg.png); background-image: url(https://cdn.eg-bim.com/faq_intro_bg.png);
} }
.faq .sub_tab { .faq .sub_tab {
display: flex; display: flex;
@@ -4241,10 +4241,10 @@ footer .address em.tel {
color: #fff; color: #fff;
} }
.faq #bo_list #fqalist .pg_wrap .pg_start { .faq #bo_list #fqalist .pg_wrap .pg_start {
background-image: url(/egbim/img/ico_pg_left.svg); background-image: url(https://cdn.eg-bim.com/ico_pg_left.svg);
} }
.faq #bo_list #fqalist .pg_wrap .pg_end { .faq #bo_list #fqalist .pg_wrap .pg_end {
background-image: url(/egbim/img/ico_pg_right.svg); background-image: url(https://cdn.eg-bim.com/ico_pg_right.svg);
} }
.faq #bo_list #fqalist .bo_fx { .faq #bo_list #fqalist .bo_fx {
grid-column: span 3; grid-column: span 3;
@@ -4834,11 +4834,11 @@ footer .address em.tel {
} }
.faq .pagination .prev { .faq .pagination .prev {
background-image: url(/egbim/img/ico_pg_left.svg); background-image: url(https://cdn.eg-bim.com/ico_pg_left.svg);
} }
.faq .pagination .next { .faq .pagination .next {
background-image: url(/egbim/img/ico_pg_right.svg); background-image: url(https://cdn.eg-bim.com/ico_pg_right.svg);
} }
.faq .search-box .faq .btn-area { .faq .search-box .faq .btn-area {
@@ -5131,7 +5131,7 @@ footer .address em.tel {
/* 구매하기 buy */ /* 구매하기 buy */
/* --------------------------------- */ /* --------------------------------- */
.buy .intro .top { .buy .intro .top {
background-image: url(/egbim/img/buy_intro_bg.png); background-image: url(https://cdn.eg-bim.com/buy_intro_bg.png);
} }
.buy .intro { .buy .intro {
padding-bottom: 0; padding-bottom: 0;
@@ -5242,14 +5242,14 @@ footer .address em.tel {
aspect-ratio: 1/1; aspect-ratio: 1/1;
} }
.buy .contents_wrap .ask_area a.btn_ask i { .buy .contents_wrap .ask_area a.btn_ask i {
background-image: url(/egbim/img/ico_buy_ask.svg); background-image: url(https://cdn.eg-bim.com/ico_buy_ask.svg);
width: 32px; width: 32px;
} }
.buy .contents_wrap .ask_area a.btn_brochure i { .buy .contents_wrap .ask_area a.btn_brochure i {
background-image: url(/egbim/img/ico_buy_brochure.svg); background-image: url(https://cdn.eg-bim.com/ico_buy_brochure.svg);
} }
.buy .contents_wrap .ask_area a.btn_manual i { .buy .contents_wrap .ask_area a.btn_manual i {
background-image: url(/egbim/img/ico_buy_manual.svg); background-image: url(https://cdn.eg-bim.com/ico_buy_manual.svg);
} }
.buy .contents_wrap .ask_area .mid_tit::after { .buy .contents_wrap .ask_area .mid_tit::after {
@@ -5276,7 +5276,7 @@ footer .address em.tel {
left: 0; left: 0;
width: 20px; width: 20px;
aspect-ratio: 1/1; aspect-ratio: 1/1;
background-image: url(/egbim/img/ico_buy_alarm.svg); background-image: url(https://cdn.eg-bim.com/ico_buy_alarm.svg);
background-position: center; background-position: center;
background-size: contain; background-size: contain;
background-repeat: no-repeat; background-repeat: no-repeat;
@@ -5337,10 +5337,10 @@ footer .address em.tel {
aspect-ratio: 1/1; aspect-ratio: 1/1;
} }
.buy .contents_wrap .contact_area ul li.tel i { .buy .contents_wrap .contact_area ul li.tel i {
background-image: url(/egbim/img/ico_buy_tel.svg); background-image: url(https://cdn.eg-bim.com/ico_buy_tel.svg);
} }
.buy .contents_wrap .contact_area ul li.mail i { .buy .contents_wrap .contact_area ul li.mail i {
background-image: url(/egbim/img/ico_buy_mail.svg); background-image: url(https://cdn.eg-bim.com/ico_buy_mail.svg);
} }
/* --------------------------------- */ /* --------------------------------- */
@@ -5376,34 +5376,34 @@ footer .address em.tel {
background-size: contain; background-size: contain;
} }
.popup_wrap i.id { .popup_wrap i.id {
background-image: url(/egbim/img/ico_id.svg); background-image: url(https://cdn.eg-bim.com/ico_id.svg);
} }
.popup_wrap i.pw { .popup_wrap i.pw {
background-image: url(/egbim/img/ico_pw.svg); background-image: url(https://cdn.eg-bim.com/ico_pw.svg);
} }
.popup_wrap i.arrow_r { .popup_wrap i.arrow_r {
width: 16px; width: 16px;
height: 16px; height: 16px;
margin-left: 8px; margin-left: 8px;
background-image: url(/egbim/img/arrow_r.svg); background-image: url(https://cdn.eg-bim.com/arrow_r.svg);
} }
.popup_wrap i.signout { .popup_wrap i.signout {
background-image: url(/egbim/img/ico_signout.svg); background-image: url(https://cdn.eg-bim.com/ico_signout.svg);
} }
.popup_wrap i.phone { .popup_wrap i.phone {
background-image: url(/egbim/img/ico_phone.svg); background-image: url(https://cdn.eg-bim.com/ico_phone.svg);
} }
.popup_wrap i.email { .popup_wrap i.email {
background-image: url(/egbim/img/ico_email.svg); background-image: url(https://cdn.eg-bim.com/ico_email.svg);
} }
.popup_wrap i.company { .popup_wrap i.company {
background-image: url(/egbim/img/ico_company.svg); background-image: url(https://cdn.eg-bim.com/ico_company.svg);
} }
.popup_wrap i.send { .popup_wrap i.send {
background-image: url(/egbim/img/ico_send_email.svg); background-image: url(https://cdn.eg-bim.com/ico_send_email.svg);
} }
.popup_wrap i.complete { .popup_wrap i.complete {
background-image: url(/egbim/img/ico_complete.svg); background-image: url(https://cdn.eg-bim.com/ico_complete.svg);
} }
.popup_in { .popup_in {
width: 100%; width: 100%;
@@ -5418,7 +5418,7 @@ footer .address em.tel {
width: 107px; width: 107px;
height: 48px; height: 48px;
background: transparent; background: transparent;
background-image: url("/egbim/img/bg_close.png"); background-image: url("https://cdn.eg-bim.com/bg_close.png");
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;
border: none; border: none;
@@ -5465,7 +5465,7 @@ footer .address em.tel {
flex-direction: column; flex-direction: column;
padding: 120px 0 90px 48px; padding: 120px 0 90px 48px;
position: relative; position: relative;
background-image: url("/egbim/img/bg_pop.png"); background-image: url("https://cdn.eg-bim.com/bg_pop.png");
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: top left; background-position: top left;
@@ -6261,25 +6261,25 @@ footer .address em.tel {
.mypage .my_qna i.answer { .mypage .my_qna i.answer {
width: 18px; width: 18px;
height: 18px; height: 18px;
background-image: url(/egbim/img/ico_answer.svg); background-image: url(https://cdn.eg-bim.com/ico_answer.svg);
margin-right: 0; margin-right: 0;
margin-bottom: 10px; margin-bottom: 10px;
} }
.mypage .my_qna i.lock { .mypage .my_qna i.lock {
width: 18px; width: 18px;
height: 18px; height: 18px;
background-image: url(/egbim/img/ico_lock.svg); background-image: url(https://cdn.eg-bim.com/ico_lock.svg);
margin-left: 0; margin-left: 0;
} }
.mypage .my_qna button.btn_prev { .mypage .my_qna button.btn_prev {
width: 18px; width: 18px;
height: 18px; height: 18px;
background-image: url(/egbim/img/ico_pg_left.svg); background-image: url(https://cdn.eg-bim.com/ico_pg_left.svg);
} }
.mypage .my_qna button.btn_next { .mypage .my_qna button.btn_next {
width: 18px; width: 18px;
height: 18px; height: 18px;
background-image: url(/egbim/img/ico_pg_right.svg); background-image: url(https://cdn.eg-bim.com/ico_pg_right.svg);
} }
.mypage .my_qna .pagination { .mypage .my_qna .pagination {
display: flex; display: flex;
@@ -6366,7 +6366,7 @@ footer .address em.tel {
background-repeat: no-repeat; background-repeat: no-repeat;
z-index: 9; z-index: 9;
background-color: #00000003; background-color: #00000003;
background-image: url("/egbim/img/bg_pop.png"); background-image: url("https://cdn.eg-bim.com/bg_pop.png");
overflow: hidden; overflow: hidden;
} }
.privacy .tab_wrap { .privacy .tab_wrap {
@@ -6845,19 +6845,19 @@ footer .address em.tel {
white-space: pre; white-space: pre;
} }
.sitemap .menu1 { .sitemap .menu1 {
background-image: url(/egbim/img/sitemap_menu01.png); background-image: url(https://cdn.eg-bim.com/sitemap_menu01.png);
} }
.sitemap .menu2 { .sitemap .menu2 {
background-image: url(/egbim/img/sitemap_menu02.png); background-image: url(https://cdn.eg-bim.com/sitemap_menu02.png);
} }
.sitemap .menu3 { .sitemap .menu3 {
background-image: url(/egbim/img/sitemap_menu03.png); background-image: url(https://cdn.eg-bim.com/sitemap_menu03.png);
} }
.sitemap .menu4 { .sitemap .menu4 {
background-image: url(/egbim/img/sitemap_menu04.png); background-image: url(https://cdn.eg-bim.com/sitemap_menu04.png);
} }
.sitemap .menu5 { .sitemap .menu5 {
background-image: url(/egbim/img/sitemap_menu05.png); background-image: url(https://cdn.eg-bim.com/sitemap_menu05.png);
} }
.sitemap div[class*="menu"]:hover { .sitemap div[class*="menu"]:hover {
width: 60%; width: 60%;
@@ -7382,7 +7382,7 @@ footer .address em.tel {
width: 46px; width: 46px;
height: 150px; height: 150px;
padding: 26px 0 30px 0; padding: 26px 0 30px 0;
background: url("/egbim/img/m_floating_bg_4.png") center top / 100% auto no-repeat; background: url("https://cdn.eg-bim.com/m_floating_bg_4.png") center top / 100% auto no-repeat;
} }
.floating_menu .floating_guide, .floating_menu .floating_guide,
@@ -7574,7 +7574,7 @@ footer .address em.tel {
content: ""; content: "";
width: 100%; width: 100%;
height: 100vh; height: 100vh;
background-image: url(/egbim/img/value_feature_bg.png); background-image: url(https://cdn.eg-bim.com/value_feature_bg.png);
background-position: center bottom; background-position: center bottom;
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;
@@ -10463,9 +10463,9 @@ footer .address em.tel {
} }
.pagination .prev { .pagination .prev {
background-image: url("/egbim/img/ico_pg_left.svg"); background-image: url("https://cdn.eg-bim.com/ico_pg_left.svg");
} }
.pagination .next { .pagination .next {
background-image: url("/egbim/img/ico_pg_right.svg"); background-image: url("https://cdn.eg-bim.com/ico_pg_right.svg");
} }
+2 -6
View File
@@ -5,13 +5,9 @@ if (!function_exists('egbim_img_url')) {
function egbim_img_url($path = '') function egbim_img_url($path = '')
{ {
$baseUrl = '/egbim/img'; $baseUrl = '/egbim/img';
// Cloudflare 대시보드 URL이 아니라 실제 공개 호스트를 넣어야 합니다. $cdnOrigin = 'https://cdn.eg-bim.com';
// 예: https://cdn.eg-bim.com $cdnPathPrefix = '';
$cdnOrigin = '';
$cdnPathPrefix = '/egbim_img/egbim';
// 현재 버킷 디렉토리 구성은 egbim/img/* 와 동일하므로
// 공개 호스트만 정해지면 /egbim_img/egbim/<파일명> 으로 바로 매핑합니다.
if ($cdnOrigin !== '') { if ($cdnOrigin !== '') {
$baseUrl = rtrim($cdnOrigin, '/') . $cdnPathPrefix; $baseUrl = rtrim($cdnOrigin, '/') . $cdnPathPrefix;
} }
+2 -1
View File
@@ -1,6 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<?php include_once __DIR__ . '/asset_urls.php'; ?>
<!-- Google tag (gtag.js) --> <!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-STZ2R5Q7HG"></script> <script async src="https://www.googletagmanager.com/gtag/js?id=G-STZ2R5Q7HG"></script>
<script> <script>
@@ -75,7 +76,7 @@
</div> </div>
<div class="video_area" data-aos="fade-right" data-aos-duration="1000"> <div class="video_area" data-aos="fade-right" data-aos-duration="1000">
<div class="vod_wrap"><video autoplay muted loop playsinline><source src="../img/EGBIM_buy.mp4"></video></div> <div class="vod_wrap"><video autoplay muted loop playsinline><source src="<?php echo egbim_img_url('EGBIM_buy.mp4'); ?>"></video></div>
<div class="contact_area"> <div class="contact_area">
<p> <p>
<span class="mid_tit">구매 상담</span> <span class="mid_tit">구매 상담</span>
@@ -1,5 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
include_once __DIR__ . '/asset_urls.php';
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 // add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
add_stylesheet('<link rel="stylesheet" href="'.$member_skin_url.'/style.css">', 0); add_stylesheet('<link rel="stylesheet" href="'.$member_skin_url.'/style.css">', 0);
@@ -48,11 +49,11 @@ add_stylesheet('<link rel="stylesheet" href="'.$member_skin_url.'/style.css">',
<!-- Header --> <!-- Header -->
<header class="header"> <header class="header">
<h1> <h1>
<img src="../img/logo_w.svg" alt=""> <img src="<?php echo egbim_img_url('logo_w.svg'); ?>" alt="">
</h1> </h1>
<div class="menu_wrap"> <div class="menu_wrap">
<div class="menu_my"><img src="../img/ico_my.svg" alt=""></div> <div class="menu_my"><img src="<?php echo egbim_img_url('ico_my.svg'); ?>" alt=""></div>
<div class="menu_ham"><img src="../img/ico_ham.svg" alt=""></div> <div class="menu_ham"><img src="<?php echo egbim_img_url('ico_ham.svg'); ?>" alt=""></div>
</div> </div>
</header> </header>
<!-- //Header --> <!-- //Header -->
@@ -64,7 +65,7 @@ add_stylesheet('<link rel="stylesheet" href="'.$member_skin_url.'/style.css">',
<hgroup> <hgroup>
<div class="pop_close_wrap"> <div class="pop_close_wrap">
<button class="btn_close"> <button class="btn_close">
<div class="close_div"><img src="../img/ico_close.svg" alt=""></div> <div class="close_div"><img src="<?php echo egbim_img_url('ico_close.svg'); ?>" alt=""></div>
</button> </button>
</div> </div>
</hgroup> </hgroup>
+2 -1
View File
@@ -1,5 +1,6 @@
<?php <?php
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
include_once __DIR__ . '/asset_urls.php';
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 // add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
add_stylesheet('<link rel="stylesheet" href="'.$member_skin_url.'/style.css">', 0); add_stylesheet('<link rel="stylesheet" href="'.$member_skin_url.'/style.css">', 0);
@@ -36,7 +37,7 @@ add_stylesheet('<link rel="stylesheet" href="'.$member_skin_url.'/style.css">',
<!--popup_in--> <!--popup_in-->
<div class="popup_in"> <div class="popup_in">
<button class="btn_close"> <button class="btn_close">
<div class="close_div"><img src="../img/ico_close.svg" alt=""></div> <div class="close_div"><img src="<?php echo egbim_img_url('ico_close.svg'); ?>" alt=""></div>
</button> </button>
<!--popup_content--> <!--popup_content-->
<div class="popup_container mypage"> <div class="popup_container mypage">