@charset "utf-8";


/********************
// tablet 분기점
********************/
@media only screen and (max-width: 1200px) {
.inner{width:calc(100dvw - 120px)}
.aboutBgTxt {bottom:0; right:10%; font-size: 160px;}
.tFnw {white-space:nowrap;}
.contactBgTxt {font-size: 200px;}
.contactImg2 {bottom:-4%; right:-10%;}
.contactImg1 {top:24%; left:-20%;}
.menuBgTxt {font-size: 200px;}
}
  

/********************
// 모바일 분기점
********************/
@media only screen and (max-width: 768px) {
.inner{width:calc(100dvw - 40px)}
.aboutBgTxt {bottom:0; right:4%; font-size: 120px;}
.mFnw {white-space:nowrap;}
.reviewBgTxt1 {font-size:80px;}
.reviewBgTxt2 {font-size:80px;}
.contactBgTxt {font-size: 160px;}
.contactImg1 {top:24%; left:-40%;}
.contactImg2 {bottom:-4.5%; right:-20%;}
.menuBgTxt {font-size: 160px;}
#policy {width: 16px;height: 16px;}  
.reviewBox1 {top:0;}
.reviewBox2 {top:130px;}
.reviewBox3 {top:260px;}
.reviewBox4 {top:390px;}
}

