* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Malgun Gothic', sans-serif; max-width: 1024px; margin: 0 auto; /*background-color: #f5f5f5;*/ }
.header { background-color: white; text-align: center; padding: 15px 0; border-bottom: 1px solid #ddd; }
.header h1 { font-size: 18px; font-weight: bold; color: #333; line-height: 1.3; }
.nav-bar { background-color: #2E7BD6; display: flex; justify-content: space-around; padding: 12px 0; }
.nav-item { color: white; text-decoration: none; text-align: center; flex: 1; display: flex; flex-direction: column; align-items: center; gap: 5px; }
.nav-icon { width: 24px; height: 24px; border-radius: 3px; display: flex; align-items: center; justify-content: center; font-size: 16px; color: #2E7BD6; }
.nav-text { font-size: 12px; font-weight: bold; }
.main-content { min-height: 400px; position: relative; }
.content-inner { position:absolute;top:0px; padding: 40px 20px; width:100%;height:100%; }
.content-text { position: absolute;width:100%;top: 10%;text-align:center;margin:0 auto; z-index: 1; }
.service_details { position: absolute; bottom: 10px; right: 10px; text-align: right; }
.main-title { color: #E53E3E; font-size: 20px;letter-spacing: -1px; font-weight: bold; margin-bottom: 15px; line-height: 1.3; }
.subtitle { color: #666; font-size: 14px; font-weight:bold; margin-bottom: 30px; }
.service-info { background-color: #2E7BD6; color: white; padding: 20px; text-align: center; }
.service-title { font-size: 18px; font-weight: bold; margin-bottom: 10px; }
.service-title .highlight { color: #FFD700; }
.service-details { font-size: 13px; line-height: 1.5; margin-bottom: 15px; }
.contact-info { background-color: #1E5BA8; color: white; padding: 15px 20px; display: flex; justify-content: space-between; align-items: center; }
.contact-item { text-align: center; flex: 1; }
.contact-number { font-size: 16px; font-weight: bold; margin-bottom: 3px; }
.contact-label { font-size: 11px; background-color: #4CAF50; padding: 2px 6px; border-radius: 3px; display: inline-block; margin-bottom: 5px; }
.contact-fax { font-size: 12px; }
.bottom-nav { background-color: white; display: flex; justify-content: space-around; padding: 15px 0; border-top: 1px solid #ddd; }
.bottom-nav-item { text-align: center; text-decoration: none; color: #666; display: flex; flex-direction: column; align-items: center; gap: 5px; }
.bottom-icon { width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; color: white; }
.bottom-icon img{width:100%;}
/*.phone-icon { background-color: #2E7BD6; }
.message-icon { background-color: #666; }
.naver-icon { background-color: #00C73C; }
.pc-icon { background-color: #2E7BD6; }*/
.bottom-text { font-size: 11px; }
.footer { background-color: #f8f8f8; padding: 10px 20px; font-size: 12px; color: #666; text-align: center; line-height: 1.4; }

.container .inner{padding:20px 10px;}
.container .inner .subheder{font-weight:bold;font-size:1.2rem;border-bottom:2px solid #cbcbcb;padding-bottom:5px;margin-bottom:25px;}
.visual {padding:80px 0;text-align:center;}
.visual h2{font-size:1.6rem;}
.visual p{font-size:1.3rem;}
.visual p span{font-size:1.4rem;color:#2585fb;font-weight:bold;}
.service{display:inline-block;text-align:center;}
.service dt{font-size:2rem;font-weight:bold;color:#0050bb;letter-spacing: -4px;}
.service dt, .service dd{border-bottom:2px dotted #ccc;padding:5px 0;}
.service dt span{font-size:2.5rem;color:#db0000;letter-spacing: -4px;}
.service dd{font-size:1.34rem;}
.gallery-desc{text-align:center;font-size:1.34rem;font-weight:bold;margin-bottom:30px;}
.gallery-desc .blue{color:#0050bb;}

.gallery-item { margin-bottom: 20px; }
.gallery-item img { width: 100%; height: auto; display: block; }
.gallery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 20px; }
.gallery-grid-item { background: white; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.1); transition: transform 0.3s ease; }
.gallery-grid-item:hover { transform: translateY(-5px); }
.gallery-grid-item img { width: 100%; /*height: 200px;*/ object-fit: cover; }
.gallery-caption { padding: 10px; font-size: 12px; color: #333; text-align: center; font-weight: bold; background-color: #f8f9fa; }
.gallery_desc{font-size:1.1rem;}
.gallery_desc h2{font-size:1.2rem;font-weight:bold;color:#0053bd;margin:20px 0;}
.gallery_desc p{margin-bottom:20px;}
.telbox{font-size:2.5rem;text-align:center;font-weight:bold;margin:50px 0;}
.telbox p{line-height:1.5;}
.telbox p.red{color:#ff0000;}
.telbox p.green{color:#008d1e;}
.telbox p.blue{color:#0750e5;}
.telbox p.puple{color:#8500b6;}

.telbox p.blue span{background:#0750e5;color:#fff;border-radius:30px;font-size:1.2rem;padding:5px 10px;}
