@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Nanum+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap');

* {
    box-sizing: border-box;
}
html{
	scroll-behavior: smooth;
}
body{
	overflow-x:hidden;
}
.header{
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}
.header img{
	width:100%;
}
.bar {
	top:0;
    width: 100%;
    background: #006888;
    border-bottom: 5px solid #fff;
    padding: 15px;
    color: #fff;
    font-size: 22px;
    box-shadow:0px 0px 10px 2px rgba(0,0,0,0.15);
    font-weight: 600;
    position: fixed;
    height: 67px;
	z-index:2;
}
.row {
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
}
.content .row{
	margin-bottom:100px;
}
.title {
    display: inline-block;
    line-height: 100%;
    font-family: 'IBM Plex Sans KR', sans-serif;
    font-weight:700;
    letter-spacing:-2px;
}
.title img{
	height:22px;
	position:absolute;
	display:inline-block;
}
.title span{
	margin-left:40px;
}
.btn {
    float: right;
}
.btn i {
    padding-top: 2px;
    cursor: pointer;
    transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
}
.btn i:hover {
    color: #eee;
}
.menu {
    display: none;
}
.menu {
	z-index:5;
    list-style: none;
    margin: 0;
    padding: 0;
    position: fixed;
    width: 100%;
    top: 67px;
}
.menu li a {
    font-weight:bold;
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 15px 10px;
    font-family: 'NanumGothic', sans-serif;
    font-size: 17px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.menu li {
    text-align: center;
    background: #006888;
}
.menu li:nth-child(odd){
    background:#006888;
}
.menu li:last-child {
    border-bottom: solid 5px #fff;
}
.menu a:hover {
    opacity: 0.8;
}
.menu a.phone {
    font-size: 20px;
    padding: 30px 0;
    color: #fff;
    background:rgba(0,0,0,0.3);
}
.menu .phone span {
    display: block;
    font-size: 22px;
    color: #fff;
}
.menu i {
    margin-right: 1px;
    color: #eee;
}

.fix {
    position: fixed;
}

.header{
	z-index:-1;
	position:relative;
	margin-top:65px;
	display:block;
	width:100vw;
}

.header img{
	max-width:100%;
	max-height:100%;
}

.content {
    min-width: 100%;
	margin:0 auto;
    padding: 100px 0px 50px 0px;
}
h1 {
    font-family: "IBM Plex Sans KR", sans-serif;
    color: #333;
    font-weight: bold;
    padding: 10px;
}
h1 i {
    color: #bbb;
    margin-right: 10px;
}
.footer {
    width: 100%;
    background: #006888;
    padding: 30px 0;
    border-top: solid 5px #bbb;
}
.footer .row {
    padding: 20px;
    color: #fff;
    font-size: 17px;
    font-family: 'NanumGothic', serif;
    text-align: center;
}
.footer .title{
	font-size:26px;
}
.footer .title span{
	padding-left:10px;
}
.footer .title img{
	height:26px;
}
.footer .row p{
	line-height:80%;
	font-size:0.7em;
}
.footer .row a {
    font-weight:bolder;
    text-decoration: none;
    color: #aaa;
    font-size: 20px;
}
.footer .row a span {
    display: block;
    font-size: 20px;
    color: #aaa;
}
.footer .row div:last-child {
    font-size: 10px;
    line-height:160%;
    margin-top: 30px;
}
label {
    width: 100%;
    font-family: 'NanumGothic', sans-serif;
    display: block;
    padding: 10px;
    color: #333;
}
input[name="name"],
input[name="tel"],
input[name="email"],
input[name="datetime-local"] {
    padding: 5px;
    width: 100%;
    margin-top: 5px;
    border: 0;
    border: 1px dashed #bbb;
}
input[type="submit"] {
    border: 0;
    margin: 30px auto;
    background: #006888;
    color: #fff;
    width: 100%;
    border-radius: 5px;
    height: 70px;
    font-family: 'IBM Plex Sans KR', sans-serif;
    letter-spacing:3px;
    font-weight:600;
}
.float {
    background: #000;
    position: fixed;
    bottom: 15px;
    right: 15px;
    font-size: 17px;
    padding: 5px;
    border-radius: 5px;
}
.float a {
    text-decoration: none;
    color: #fff;
    font-family: "IBM Plex Sans KR", sans-serif;
    font-weight: bold;
}
.float i {
    color: #006888;
}
.content img {
	max-width:100%;
}

.section-desc {
    text-align: center;
    font-size: 1.3rem;
    color: #999;
    margin-bottom: 40px;
	line-height:140%;
	font-weight:700;
}

.section-desc span {
    color: #006888;
    font-weight: 700;
}
.row .section-img{
	text-align:center;
}
.row p{
	padding:0 20px;
}
@media (max-width: 449px) {
	.bar{
		font-size:20px;
		line-height:150%;
	}
	.title img{
		height:20px;
	}
	.title span{
	margin-left:35px;
	}
}


/* 히어로 섹션 */
.hero {
    position: relative;
    height: 100vh;
    min-height: 500px;
    margin-top: 60px;
    overflow: hidden;
	z-index:1;	
	width:100vw;
}

.hero-img {
	display:block;
	margin:0 auto;
    object-fit: cover;
	height:100%;
	width:100%;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color:#fff;
    width: 90%;
    max-width: 800px;
    z-index: 2;
}

.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
	color:#fff;
}
.hero h1 span{
	display:inline-block;
	background:#006888;
	padding:5px 15px;
}

.tagline {
    font-size: 1.5rem;
    margin-bottom: 30px;
    line-height: 1.4;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.cta-button {
    display: inline-block;
    padding: 15px 40px;
    background-color: #006888;
    color: white;
    font-weight: 700;
    font-size: 1.2rem;
    border-radius: 50px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	text-decoration:none;
}

.cta-button:hover {
    color: #999;
}
@media (max-width: 449px) {
	.hero h1{
    font-size: 2rem;
	}
	.tagline {
    font-size: 1.2rem;
}
}

.info-table {
	margin:0 auto;
    width: 95%;
    border-collapse: collapse;
    background-color: #f8f9fa;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.info-table th, .info-table td {
    padding: 12px 15px;
    text-align: left;
}

.info-table th {
    background-color: #333;
    color: white;
    width: 30%;
    font-weight: 500;
}

.info-table tr:nth-child(even) td {
    background-color: #f0f0f0;
}

.info-table tr:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.row form{
	width:95%;
	margin:0 auto;
}

.slide{
	height:240px;
	width:100%;
	display:block;
	background:url('../img/main.jpg')no-repeat center center;
	background-size:cover;
	margin-top:60px;
	border-bottom:5px solid #006888;
}
.slide-text{
	width:95%;
	max-width:1000px;	
	margin:0 auto;
	text-align:right;
	padding-top:80px;
    font-family: 'NanumGothic', sans-serif;
	font-weight:700;
}
.slide-text span{
	background:#006888;
	color:#fff;
	padding:0 10px;
	font-size:36px;
}
.slide-text span:first-child{
	background:none;
	font-size:1.2rem;
	color:#fff;
	background:#999;
	padding:0 10px;
}