html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}


body,
button,
input,
select,
optgroup,
textarea {
  color: #101010;
  /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; */
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  word-break: keep-all;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
/* Alignments
--------------------------------------------- */



/*************************************
   Site Header 
*************************************/
header {
    top: 0px;
    left: 0px;
    width: 100%;
    position: fixed;
    z-index: 200;
    height: 95px;
    overflow: hidden;
    transition: height 0s .6s;
	
	background: rgba(255, 255, 255, 0.7);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    transition: opacity .5s ease;
}

header .logo {
    transform: translateY(-50%);
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 65px;
    width: 101px;
    height: 40px;
    transition: top .3s ease;
}
header .logo a {
    display: block;
    width: 100%;
    height: 100%;
    background: url('/public/img/logo/taeha_logo2.png') 0px 0px no-repeat;
}
@media screen and (max-width: 1600px) {
	header .logo {
		left: 45px;
	}
}
@media screen and (max-width: 991px) {
	header {
		height: 80px;
	}
	header .logo {
		left: 20px;
	}
}
@media screen and (max-width: 767px) {
	header {
		height: 60px;
	}
}
/*************************************
   Site Footer 
*************************************/
.section.footer {
	z-index: 101;
    position: relative;
    background: #4a443e;
    padding: 50px 0 85px;
    box-sizing: border-box;
}
.section .fp-tableCell {
    position: relative;
}
.section.footer .inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.section.footer .inner .copy {
    width: auto;
}
.copy {
    font-size: 14px;
    color: #fff;
    /* font-family: 'Lovelace'; */
    text-align: center;
    font-weight: 300;
    z-index: 5;
    line-height: 1.5;
}
.section.footer .inner .flex {
    display: flex;
    width: 100%;
}
.section.footer .inner .copy .persner {
    margin-right: 20px;
}
.copy .persner {
    margin-bottom: 20px;
}
.copy .persner li {
    display: inline-block;
    list-style: none;
    color: #fff;
    line-height: 2;
}
.section.footer .inner .copy .persner li:last-child a::before{content:none;}
.section.footer .inner .copy .persner li a {
    position: relative;
    color: rgba(255,255,255, 0.7);
}
.section.footer .inner .copy .persner li a::before {
    content: '';
    position: absolute;
    right: 0;
    top: 8px;
    width: 1px;
    height: 12px;
    background: rgba(255,255,255, 0.3);
}
.copy .persner li a {
    display: block;
    padding: 0px 20px;
    color: #fff;
}


.section.footer .inner ul.sns {
    display: flex;
    list-style: normal;
    margin-top: -5px;
}
.section.footer .inner ul.sns li {
    list-style: none;
    margin-right: 15px;
}
.section.footer .inner ul li img {
    width: 38px;
}


.section.footer .inner .flex {
    display: flex;
    width: 100%;
}
.section.footer .inner .flex p b {
    font-weight: 500;
}
.section.footer .inner .flex .left.pdl20 {
    padding-left: 20px;
}
.section.footer .inner .flex .left {
    text-align: left;
}

.section.footer .inner .flex .left.type1 {
    margin-left: 190px;
}

.section.footer .inner .flex .left.type2 {
    margin-top: -22px;
}
.section.footer .inner .flex .left.pdl20 {
    padding-left: 20px;
}
@media screen and (max-width: 991px) {
    .section.footer .inner .flex {
        flex-direction: column;
        align-items: flex-start;
    }
	
	.section.footer .inner ul.sns {
        margin-top: 0;
        margin-left: 20px;
    }
	
	.section.footer .inner .flex .left.type1 {
        margin-left: 20px;
        margin-top: 20px;
    }
	
	.section.footer .inner .flex .left.type2 {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
	.section.footer .inner .copy {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
		letter-spacing: -0.05em;
        word-spacing: -1px;
    }
	
	.copy {
        width: 100%;
        left: auto;
        text-align: center;
        font-size: 12px;
    }
	.section.footer .inner .copy .persner {
        margin-right: 0;
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 15px;
    }
	.section.footer .inner .copy .persner li a {
        padding: 0;
    }
	.section.footer .inner .copy .persner li a::before{content:none;}
	
	
	.section.footer .inner ul.sns {
        margin-left: 0;
        margin-bottom: 15px;
    }
	
	
	.section.footer .inner .flex .left.pdl20 {
        padding-left: 0;
    }
	.section.footer .inner .flex .left.type1 {
        margin-left: 0;
    }
}