

@font-face {
    font-family: 'WAGURITTF';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2403@1.0/WAGURITTF.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'KakaoSmallSans-Bold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2503@1.0/KakaoSmallSans-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

.wgF {font-family: 'WAGURITTF';}

.SdGulimF {font-family: 'SDGdGulim';}

.KakaoF {font-family: 'KakaoSmallSans-Bold';}

#hd {
    background: none!important;
    min-width: unset!important;
    width: 100%;
    position: fixed;
}

header {
    width:100%;
    height: auto;
}

.headerInner {
    width: 100%;
    max-width: 174rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:3rem 1rem;
}

.logo {
    width:20.6rem;
    height: auto;
}

.logo img {width:100%; height: auto;}

.gnb_wrap {
    width: 100%;
    max-width: 66.6rem;

}
.gnb_ul {
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gnb_ul li {
    font-size:2rem;
    font-weight: 800;
    letter-spacing: -0.025em;
    color:#433735;
}


.inqBtn {
    font-size:2.4rem;
    letter-spacing: -0.025em;
    color:#433735;
    width:28.1rem;
    height: auto;
}

.inqBtn img {
    width:100%;
    height: auto;
}

@media (max-width:768px) {
    .gnb_wrap {display: none;}
    .inqBtn {display: none;}
    .logo {
        /* width: 20.0000vw; */
        width: 26vw;   
    }
    .boxBtn {
        width: 9.3333vw;
        height: 9.3333vw;
        background: #433735;
        position: relative;
        padding: 1rem;
    }

.boxBtn span {
    width: 60%;
    background: #FFF;
    position: absolute;
    top: 0;
    height: 2px;
    top: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.2s ease-in-out;
}

    .boxBtn span:nth-child(1) {
        top: 30%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .boxBtn span:nth-child(2) {
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .boxBtn span:nth-child(3) {
        top: 70%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .headerInner {
        width: 100%;
        max-width: 174rem;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 2.6667vw 4.0000vw;
    }
}

.moMenu {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.9);
    z-index: -1;
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
}
.moMenuList {
    padding: 16.6667vw 5.3333vw 6.0000vw;
}
.moMenuList li {
    font-family: "Pretendard";
    font-weight: 700;
    letter-spacing: -0.025em;
    font-size: 5.3333vw;
    line-height: 1;
    color: #433735;
    text-align: center;
    padding: 6.0000vw 0;
}

.moMenuList li:hover {
    color:#b25648;
}
.headerInner.open {
    background: #f3ede8;
}

.moMenu.open {
    transform: translateY(0%);
}

.boxBtn.open span:nth-child(2) {display: none;}

.boxBtn.open span:nth-child(1) {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    -moz-transform: translate(-50%,-50%) rotate(45deg);
    -ms-transform: translate(-50%,-50%) rotate(45deg);
    -o-transform: translate(-50%,-50%) rotate(45deg);
}
.boxBtn.open span:nth-child(3) {
    top: 70%;
    left: 53%;
    transform-origin: left;
    transform: translate(-40%,-50%) rotate(-45deg);
}
/*==================== footer start ~ ==================== */

#footer {
    background: #222;
    color: #cbcbcb;
    font-size: 1.6rem;
    line-height: 2.4em;
    padding: 4rem 0 8rem;
}
#footer .inner {
    width: 100%;
    display: flex;
    max-width: 113rem;
    padding: 0 2rem;
    margin: 0 auto;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.footerCont {
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
	display: flex;
}

.footerContLeft {
	width: 70%;
}

.footerContRight {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

#footer .inner .cleft {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#footer .inner .cleft li {
    color:#858585;
    font-size:1.6rem;
    line-height: 3rem;
    letter-spacing: -0.05em;
    font-family: "Pretendard";
    padding-right:1rem;
}

#footer .inner .right {
    margin-bottom: 20px;
    height: auto;
    display: inline-block;
    margin-bottom: 0;
}


ul.private {
    display: flex;
    flex-direction: row;
    align-items: center;
}
#footer .private li {
    font-size: 1.6rem;
    line-height: 3.4rem;
    letter-spacing: -0.05em;
    color: #cacaca;
    font-family: "Pretendard";
}
#footer .private li:first-child {
    color: #f1e6b2;
    padding-right:2rem;
    position: relative;
}

#footer .private li:first-child::before {
    content: '';
    width: 0.3rem;
    height: 0.3rem;
    background-color: #cacaca;
    border-radius: 999%;
    position: absolute;
    right: 0.46rem;
    top: 50%;
    transform: translate(-50%,-50%);
}

#footer .inner .cleft li span {
    font-weight: 500;
    color: #d5d5d5;
    padding-left: 0.5em;
}

.footerIcon {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.7rem;
}
.footerIconList {
	width:4.2rem;
	height:auto;
	margin-right:1.7rem;
}
.footerIconList:last-child {margin-right:0;}
.footerIconList img {
	width:100%;
	height:auto;
}

.copyright {
    width: 100%;
    margin-top: 3.3rem;
    font-size: 1.5rem;
    letter-spacing: -0.075em;
}

li.footerIconList a {
    display: inline-block;
}

select#familySites {
    padding: 1rem 4rem 1.2rem 1rem;
    background: none;
    color: #888;
    margin-top: 0;
    font-size: 1.6rem;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
	font-family:"Pretendard";
}

.family-select {
    position: relative;
	margin-top:2rem;
}


.family-select option {
  background: #fff;
  color: #000;
  padding: 3px 0; 
}


/* CSS */
.dropdown {
  position: relative;
  display: inline-block;
  font-family: inherit;
}
.dropdown__button {
    min-width: 160px;
    padding: 10px 40px 10px 12px;
    border: 1px solid #ddd;

    cursor: pointer;
    text-align: left;
    font-family: "Pretendard";
    border-radius: 10px;
	color:#000!important;
}
.dropdown__button::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 0; height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #333;
  transform: translateY(-50%);
}
.dropdown__menu {
  position: absolute;
  left: 0; right: 0;
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 10px 22px rgba(0,0,0,.08);
  display: none;
  max-height: 240px;
  overflow: auto;
  z-index: 1000;

}
.dropdown__menu[aria-hidden="false"] { display: block; }
.dropdown__item {
    display: block;
    padding: 0 10px;
    border-radius: 8px;
    text-decoration: none;
    color: #111;
    font-family: "Pretendard";
	background: none;
}
.dropdown__item:hover,
.dropdown__item:focus {
  outline: none;
  background: #f5f5f5;
}



@media (max-width:768px) {

    #footer {
        font-size:1.4rem;
        padding:3rem 0;
    }

	

	.footerCont {
		display: flex;
		flex-direction: column;
		width: 100%;
		justify-content: space-between;
		display: flex;
		align-items: center;
	}

    #footer .inner .cleft {
        width: 100%;
        justify-content: center;
    }


    #footer .inner .cleft {
        width: 100%;
        flex-direction: column;
        flex-wrap: wrap;
        text-align: center;
    }


    #footer .inner .cleft li {
        font-size: 1.3rem;
        line-height: 2.5rem;
        letter-spacing: -0.05em;
        padding-right: 0rem;
    }

.copyright {
    width: 100%;
    margin-top: 1.5rem;
    font-size: 1.2rem;
    letter-spacing: -0.075em;
    text-align: center;
}


    #footer .private li {
        font-size: 1.2rem;
        line-height: 3.4rem;
        letter-spacing: -0.05em;
        margin-bottom: 1rem;
    }
	
	#footer .inner .right {
	
		display: flex;
		justify-content: center;
	}
	
	.footerContLeft {
		width: 100%;
	}
	
	.footerContRight {
		width: 100%;
		    align-items: center;
	}
		
		
	
		
	.footerIcon {
		display: flex;
		justify-content: center;
		margin-top: 2.7rem;
	}
	
	.footerIconList {
		width: 3rem;
		height: auto;
		margin-right: 1.7rem;
	}
	
	select#familySites {
		align-items: center;
		display: flex;
		font-size: 3vw;
		padding-right:3rem;
	}

	.family-select::after {
		width:3vw;
		height:3vw;
	}
}

/*==================== ~ footer END ==================== */