/*
Theme Name: 
Author: 
Description: 
Version:1.0
Theme URI: -
Author URI: -
*/

/* common css tag */
@import url("https://fonts.googleapis.com/css2?family=Black+Han+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital@1&family=Montserrat:wght@600&display=swap");
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text&display=swap');
html{
    scroll-behavior: smooth;
}
body::-webkit-scrollbar{    
    width: 15px;
}
body::-webkit-scrollbar-track{    
    background-color: #F1F1F1;
    border-left: 1px solid #ddd;
}
body::-webkit-scrollbar-thumb{    
    background-color: #C1C1C1;
    border-left: 1px solid #ddd;
}
body{
    transition: .2s;
}
html {
  /* scroll-behavior: smooth; */
  /* max-width: 1920px;
  margin: 0 auto; */
}
.border {
  border: 1px red solid;
}
.width {
  width: 80%;
  margin: 0 auto;
  max-width: calc(1920 * 0.8px);
}
.width70 {
  width: 70%;
  max-width: calc(1920 * 0.7px);
  margin: 0 auto;
}
.width60 {
  width: 60%;
  max-width: calc(1920 * 0.6px);
  margin: 0 auto;
}
.title {
  line-height: 1.5;
  font-family: "SF Pro KR","Noto Sans KR","AppleSDGothicNeo",sans-serif;
  font-weight: 600;
  word-break: keep-all;
}
.text {
  line-height: 1.5;
  font-family: "SF Pro KR","Noto Sans KR","AppleSDGothicNeo",sans-serif;
  font-weight: 400;
  word-break: keep-all;
}
.text-background {
  background: #111;
  color: #fff;
  padding: 2px 3px;
  margin-right: 1px;
  display: inline-block;
}
.text-line {
  position: relative;
  z-index: 0;
}
.text-line::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  background-color: #f5cd1e;
  width: 100%;
  height: 50%;
}
.font-eb {
  font-family: "EB Garamond";
}
.font-an {
  font-family: "Anton";
}
.font-dm{
    font-family: 'DM Serif Text', serif;
}
.font-black{
    font-family: "Black Han Sans"
}
.font-roboto{
    font-family: "Roboto"
}
.font-josun{
    font-family: 'Chosunilbo_myungjo';
}
.bg-black{
    background-color: #111;
}
.font-bold{
    font-weight: bold;
}
.mouse-circle-box{
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    background-color: red;
    z-index: 999999;
    border-radius: 50%;
    transition: .5s;
    display: none;
}
/* .mouse-circle-box.active{
    width: 100px;
    height: 100px;
} */

/* footer -------------------------------------------------- */

/* FOOTER */
footer{
    padding: 50px 0;
    min-height: 100vh;
    padding-top: 120px;
    background-color: #111 !important;
    position: relative;
    display: flex !important;
    align-items: center;
}
footer .empty{
    display: flex;
    flex-direction: column;
}
footer .footer-box{
    color: #aaa;
    
    padding-top: 30px;
    border-top: 1px solid #444;
}
footer .footer-box .footer-logo{

}
footer .footer-box .footer-logo svg{
    width: 100px;
    margin-bottom: 15px;
}
footer .footer-box .footer-logo svg .footer-logo-cls-1,
footer .footer-box .footer-logo svg .footer-logo-cls-2,
footer .footer-box .footer-logo svg .footer-logo-cls-3,
footer .footer-box .footer-logo svg .footer-logo-cls-4,
footer .footer-box .footer-logo svg .footer-logo-cls-5,
footer .footer-box .footer-logo svg .footer-logo-cls-6 {
    stroke: #aaa;
}
footer .footer-box .footer-logo svg .footer-logo-cls-1,
footer .footer-box .footer-logo svg .footer-logo-cls-7{
    fill:#aaa;
}
footer .footer-box .footer-logo svg .footer-logo-cls-1,
footer .footer-box .footer-logo svg .footer-logo-cls-2,
footer .footer-box .footer-logo svg .footer-logo-cls-6 {
    stroke-miterlimit: 10;
}
footer .footer-box .footer-logo svg .footer-logo-cls-2,
footer .footer-box .footer-logo svg .footer-logo-cls-3,
footer .footer-box .footer-logo svg .footer-logo-cls-4,
footer .footer-box .footer-logo svg .footer-logo-cls-5,
footer .footer-box .footer-logo svg .footer-logo-cls-6 {
    fill: none;
}
footer .footer-box .footer-logo svg .footer-logo-cls-2{
    /* fill: #f5cd1e; */
}
footer .footer-box .footer-logo svg .footer-logo-cls-2,
footer .footer-box .footer-logo svg .footer-logo-cls-3,
footer .footer-box .footer-logo svg .footer-logo-cls-5 {
    stroke-width: 4px;
}

footer .footer-box .footer-logo svg .footer-logo-cls-3,
footer .footer-box .footer-logo svg .footer-logo-cls-4,
footer .footer-box .footer-logo svg .footer-logo-cls-5 {
    stroke-linejoin: round;
}

footer .footer-box .footer-logo svg .footer-logo-cls-4 {
    stroke-width: 2px;
}

footer .footer-box .footer-logo svg .footer-logo-cls-5 {
    stroke-linecap: round;
}

footer .footer-box .footer-logo svg .footer-logo-cls-6 {
    stroke-width: 2.15px;
}

footer .footer-box .footer-top{
    display: flex;
    margin-top: 30px;
}
footer .footer-box .footer-top .left{
    flex: 1 1 0%;
    padding-right: 10px;
}
footer .footer-box .footer-top .left .text-box{
    
}
footer .footer-box .footer-top .left .text-box li{
    line-height: 1.5;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
footer .footer-box .footer-top .left .text-box li p{
    font-size: 1.1rem
}
footer .footer-box .footer-top .left .text-box li .text{
    color: #aaa;
    display: block;
    margin-top: 5px;
    text-decoration: underline;
}
footer .footer-box .footer-top .left .text-box li .download-text{
    font-size: 1.2rem;
    border: 3px solid;
    text-decoration: none;
    padding: 5px 10px;
    background-color: #f5cd1e;
    color: #111;
}
footer .footer-box .footer-top .right{
    flex: 2 1 0%;
    display: flex;
    flex-wrap: wrap;
}
footer .footer-box .footer-top .right li{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 1 0%;
    /* width: calc(1/3 * 100%); */
    line-height: 1.5;
    margin-bottom: 20px;
}
footer .footer-box .footer-top .right li .title{
    font-size: 20px;
    margin-bottom: 10px;
    color: #aaa;
}
footer .footer-box .footer-top .right li a.title{
    text-decoration: underline;
}
footer .footer-box .footer-top .right li .text{
    font-size: 15px;
    color: #aaa;
    text-decoration: underline;
}

footer .footer-box .footer-bottom{
    display: flex;
}
footer .footer-box .footer-bottom .left{
    flex: 1 1 0%;
    padding-right: 10px;
}
footer .footer-box .footer-bottom .left .text-box{
    line-height: 1.5;
}
footer .footer-box .footer-bottom .left .text-box .text{

}
footer .footer-box .footer-bottom .left .text-box .address{
    margin-top: 10px;
}
footer .footer-box .footer-bottom .left .text-box .address address{
    white-space: pre-line;
}
footer .footer-box .footer-bottom .right{
    flex: 2 1 0%;
}
footer .footer-box .footer-bottom .right p{
    line-height: 1.5;
    white-space: pre-line;
    font-size: .9rem;
    color: #666;
}


/* footer-contact-------------------------------------------- */
#contact-banner{
    /* height: 100vh;
    background: url("./images/footer-contact.webp") center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-start; */
}
#contact-banner .content-box{
    color: #f5f5f5;
    margin-bottom: 80px;
}
#contact-banner .content-box .empty-wrap{
    width: 50%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#contact-banner .content-box .title-box{

}
#contact-banner .content-box .title-box .sub-text{
    font-size: 1.2rem;
    color: #ddd;
}
#contact-banner .content-box .title-box .main-title{
    font-size: 4rem;
    color: transparent;
    text-align: center;
    line-height: 1.3;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    background-clip: text;
    -webkit-background-clip: text;
    animation: gradient 15s ease infinite;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

#contact-banner .content-box .text-box{
    margin-top: 50px;
    color: #6e6e6e;
}
#contact-banner .content-box .text-box .main-text{
    font-size: 1.5rem;
    white-space: pre-line;
    text-align: center;
}
#contact-banner .content-box .text-box .sub-text{
    margin-top: 50px;
    font-size: 1.2rem;
    white-space: pre-line;
}
#contact-banner .content-box .button-box{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    min-width: 13vw;
    min-height: 7vh;
    border: 1px #fff solid;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    transition: .2s;
    cursor: pointer;
    padding: 0 10px;
}
#contact-banner .content-box .button-box::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #fff;
    transform: translateY(-100%);
    opacity: 0;
    transition: .2s;
}
#contact-banner .content-box .button-box:hover::before{
    opacity: 1;
    transform: translateY(0%);
}
#contact-banner .content-box .button-box .link-text{
    font-size: 1.3rem;
    color: #fff;
    z-index: 0;
    transition: .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    
    position: relative;
    width: 100%;
    height: 100%;
}
#contact-banner .content-box .button-box:hover .link-text{
    color: #111;
}



/*media query*/
@media all and (max-width: 1440px) {
    html{
        font-size: 14px;
    }
    .width60{
        width: 70%;
    }
    .width70{
        width: 80%;
    }
}
@media all and (max-width: 1024px) {
    
    html{
        font-size: 13px;
    }
    #contact-banner .content-box .text-box .main-text{
        font-size: 1.3rem;
    }
    footer .footer-box .footer-top .right li{
        width: calc(1/3 * 100%);
        flex: none;
    }
    footer .footer-box .footer-bottom .right p{
        font-size: 1rem;
    }
    footer .footer-box .footer-logo svg{
        
    }
}
@media all and (max-width: 767px) {
    .width60{
        width: 75%;
    }
    .width70{
        width: 85%;
    }
    .width{
        width: 90%;
    }
    html{
        font-size: 12px;
    }
    footer .footer-box .footer-top{
        flex-direction: column;
    }
    footer .footer-box .footer-bottom{
        flex-direction: column;
    }
    footer .footer-box .footer-bottom .right{
        margin-top: 30px;
    }
    footer .footer-box .footer-bottom .right p,
    footer .footer-box .footer-bottom .left .text-box,
    footer .footer-box .footer-top .left .text-box li{
        font-size: 1.1rem;
    }
    #contact-banner .content-box .empty-wrap{
        width: 100%;
    }

}
@media all and (max-width: 479px) {
    html{
        font-size: 11px;
    }
    .width{
        width: 90%;
    }
    #contact-banner .content-box .title-box .main-title{
        font-size: 3rem;
    }
    #contact-banner .content-box .title-box .main-title svg{
        width: 20px;
        margin-bottom: -5px;
    }
    #contact-banner .content-box .title-box .sub-text{
        margin-bottom: 10px;
    }
    footer .footer-box .footer-top .right li{
        width: 50%;
    }
    footer .footer-box .footer-top .right li .title{
        font-size: 1.5rem;
    }
    footer .footer-box .footer-top .right li .text{
        font-size: 1.4rem;
    }
}
