.grand_about_sec{
  width:100%;
  padding:150px 0;
  background:#fff;
  overflow:hidden;
}

.grand_about_inner{
  max-width:1480px;
  margin:0 auto;
  padding:0 40px;
  display:grid;
  grid-template-columns:480px 1fr;
  gap:120px;
  align-items:center;
}

.grand_about_text{
  padding-left:20px;
}

.grand_about_label{
  margin:0 0 35px;
  font-size:18px;
  font-weight:800;
  color:#f36f21;
  letter-spacing:-.02em;
}

.grand_about_text h2{
  margin:0;
  font-size:60px;
  line-height:1.32;
  font-weight:900;
  color:#111;
  letter-spacing:-.07em;
}

.grand_about_desc{
  margin:42px 0 0;
  font-size:21px;
  line-height:1.75;
  font-weight:500;
  color:#111;
  letter-spacing:-.05em;
}

.grand_about_btn{
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  width:270px;
  height:72px;
  margin-top:90px;
  padding:0 32px;
  border:1px solid #f36f21;
  background:#fff;
  color:#111 !important;
  font-size:19px;
  font-weight:800;
  letter-spacing:-.05em;
  text-decoration:none !important;
  box-sizing:border-box;
  transition:all .35s ease;
}

.grand_about_btn em{
  font-style:normal;
  font-size:22px;
  font-weight:400;
  transition:transform .35s ease;
}

.grand_about_btn:hover{
  background:#f36f21;
  color:#fff !important;
}

.grand_about_btn:hover em{
  transform:translateX(7px);
}

.grand_about_imgs{
  display:grid;
  grid-template-columns:1.6fr 1fr;
  gap:20px;
  height:530px;
}

.grand_about_big,
.grand_about_small > div{
  overflow:hidden;
  background:#eee;
}

.grand_about_big img,
.grand_about_small img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .6s ease;
}

.grand_about_big:hover img,
.grand_about_small > div:hover img{
  transform:scale(1.06);
}

.grand_about_small{
  display:grid;
  grid-template-rows:1fr 1fr;
  gap:20px;
}

/* 1024 */
@media(max-width:1024px){
  .grand_about_sec{
    padding:110px 0;
  }

  .grand_about_inner{
    grid-template-columns:390px 1fr;
    gap:60px;
    padding:0 30px;
  }

  .grand_about_text{
    padding-left:0;
  }

  .grand_about_label{
    margin-bottom:25px;
    font-size:15px;
  }

  .grand_about_text h2{
    font-size:46px;
  }

  .grand_about_desc{
    margin-top:30px;
    font-size:18px;
  }

  .grand_about_btn{
    width:220px;
    height:62px;
    margin-top:58px;
    padding:0 25px;
    font-size:17px;
  }

  .grand_about_imgs{
    height:430px;
    gap:14px;
  }

  .grand_about_small{
    gap:14px;
  }
}

/* 768 */
@media(max-width:768px){
  .grand_about_sec{
    padding:80px 0;
  }

  .grand_about_inner{
    display:block;
    padding:0 20px;
  }

  .grand_about_label{
    margin-bottom:18px;
    font-size:13px;
  }

  .grand_about_text h2{
    font-size:38px;
    line-height:1.28;
  }

  .grand_about_desc{
    margin-top:24px;
    font-size:16px;
    line-height:1.7;
  }

  .grand_about_desc br{
    display:none;
  }

  .grand_about_btn{
    width:190px;
    height:56px;
    margin-top:38px;
    padding:0 22px;
    font-size:16px;
  }

  .grand_about_imgs{
    margin-top:55px;
    display:grid;
    grid-template-columns:1fr;
    height:auto;
    gap:14px;
  }

  .grand_about_big{
    height:300px;
  }

  .grand_about_small{
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-template-rows:auto;
    gap:14px;
  }

  .grand_about_small > div{
    height:180px;
  }
}

@media(max-width:480px){
  .grand_about_text h2{
    font-size:32px;
  }

  .grand_about_big{
    height:240px;
  }

  .grand_about_small{
    grid-template-columns:1fr;
  }

  .grand_about_small > div{
    height:210px;
  }
}






.grand_philosophy_sec{
  position:relative;
  width:100%;
  padding:150px 0;
  background:#f6f2ec;
  overflow:hidden;
}

.grand_philosophy_sec:before{
  content:'';
  position:absolute;
  right:-150px;
  top:-230px;
  width:470px;
  height:470px;
  border-radius:50%;
  background:#f5dfcf;
  opacity:.9;
}

.grand_philosophy_inner{
  position:relative;
  z-index:2;
  max-width:1510px;
  margin:0 auto;
  padding:0 40px;
  display:grid;
  grid-template-columns:620px 1fr;
  gap:62px;
  align-items:center;
}

.grand_philosophy_img{
  width:100%;
  height:700px;
  overflow:hidden;
  background:#ddd;
}

.grand_philosophy_img img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .7s ease;
}

.grand_philosophy_img:hover img{
  transform:scale(1.05);
}

.grand_philosophy_label{
  margin:0 0 26px;
  font-size:16px;
  font-weight:900;
  color:#f36f21;
  letter-spacing:-.02em;
}

.grand_philosophy_cont h2{
  margin:0;
  font-size:55px;
  line-height:1.28;
  font-weight:900;
  color:#111;
  letter-spacing:-.075em;
}

.grand_philosophy_desc{
  margin:38px 0 0;
  font-size:20px;
  line-height:1.75;
  font-weight:500;
  color:#111;
  letter-spacing:-.05em;
}

.grand_philosophy_cards{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:22px;
  margin-top:50px;
}

.grand_philosophy_card{
  min-height:185px;
  padding:32px 28px;
  background:#fff;
  box-shadow:0 12px 35px rgba(0,0,0,.04);
  transition:transform .35s ease, box-shadow .35s ease;
}

.grand_philosophy_card:hover{
  transform:translateY(-8px);
  box-shadow:0 18px 45px rgba(0,0,0,.08);
}

.grand_philosophy_card span{
  display:block;
  margin-bottom:24px;
  font-size:17px;
  font-weight:900;
  color:#f36f21;
}

.grand_philosophy_card h3{
  margin:0;
  font-size:23px;
  line-height:1.35;
  font-weight:700;
  color:#111;
  letter-spacing:-.06em;
}

.grand_philosophy_card p{
  margin:24px 0 0;
  font-size:16px;
  line-height:1.75;
  font-weight:500;
  color:#222;
  letter-spacing:-.05em;
}

.grand_philosophy_btn{
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  width:190px;
  height:60px;
  margin-top:35px;
  padding:0 26px;
  border:1px solid #f36f21;
  background:transparent;
  color:#111 !important;
  font-size:17px;
  font-weight:700;
  letter-spacing:-.05em;
  text-decoration:none !important;
  box-sizing:border-box;
  transition:all .35s ease;
}

.grand_philosophy_btn em{
  font-style:normal;
  font-size:20px;
  font-weight:400;
  transition:transform .35s ease;
}

.grand_philosophy_btn:hover{
  background:#f36f21;
  color:#fff !important;
}

.grand_philosophy_btn:hover em{
  transform:translateX(6px);
}

/* 1024 */
@media(max-width:1024px){
  .grand_philosophy_sec{
    padding:110px 0;
  }

  .grand_philosophy_sec:before{
    right:-190px;
    top:-260px;
    width:430px;
    height:430px;
  }

  .grand_philosophy_inner{
    grid-template-columns:1fr;
    gap:55px;
    padding:0 30px;
  }

  .grand_philosophy_img{
    height:500px;
  }

  .grand_philosophy_cont h2{
    font-size:46px;
  }

  .grand_philosophy_desc{
    margin-top:28px;
    font-size:18px;
  }

  .grand_philosophy_cards{
    gap:16px;
    margin-top:40px;
  }

  .grand_philosophy_card{
    padding:28px 22px;
  }

  .grand_philosophy_card h3{
    font-size:22px;
  }

  .grand_philosophy_card p{
    font-size:15px;
  }
}

/* 768 */
@media(max-width:768px){
  .grand_philosophy_sec{
    padding:80px 0;
  }

  .grand_philosophy_sec:before{
    right:-180px;
    top:-180px;
    width:330px;
    height:330px;
  }

  .grand_philosophy_inner{
    padding:0 20px;
    gap:42px;
  }

  .grand_philosophy_img{
    height:320px;
  }

  .grand_philosophy_label{
    margin-bottom:18px;
    font-size:13px;
  }

  .grand_philosophy_cont h2{
    font-size:37px;
    line-height:1.3;
  }

  .grand_philosophy_desc{
    margin-top:24px;
    font-size:16px;
    line-height:1.7;
  }

  .grand_philosophy_desc br{
    display:none;
  }

  .grand_philosophy_cards{
    grid-template-columns:1fr;
    gap:14px;
    margin-top:34px;
  }

  .grand_philosophy_card{
    min-height:auto;
    padding:26px 24px;
  }

  .grand_philosophy_card span{
    margin-bottom:16px;
    font-size:15px;
  }

  .grand_philosophy_card h3{
    font-size:22px;
  }

  .grand_philosophy_card p{
    margin-top:14px;
    font-size:15px;
  }

  .grand_philosophy_card p br{
    display:none;
  }

  .grand_philosophy_btn{
    width:180px;
    height:56px;
    margin-top:30px;
    padding:0 22px;
    font-size:16px;
  }
}






.grand_treatment_sec{
  width:100%;
  padding:130px 0 150px;
  background:#fff;
  overflow:hidden;
}

.grand_treatment_inner{
  max-width:1460px;
  margin:0 auto;
  padding:0 40px;
}

.grand_treatment_title{
  text-align:center;
}

.grand_treatment_title p{
  margin:0 0 22px;
  font-size:15px;
  font-weight:900;
  color:#f36f21;
  letter-spacing:-.02em;
}

.grand_treatment_title h2{
  margin:0;
  font-size:52px;
  line-height:1.28;
  font-weight:900;
  color:#111;
  letter-spacing:-.07em;
}

.grand_treatment_title span{
  display:block;
  margin-top:32px;
  font-size:18px;
  line-height:1.75;
  font-weight:500;
  color:#111;
  letter-spacing:-.04em;
}

.grand_treatment_tabs{
  display:grid;
  grid-template-columns:repeat(5, 1fr);
  gap:10px;
  max-width:1050px;
  margin:65px auto 0;
}

.grand_treatment_tabs button{
  height:64px;
  border:1px solid #d6d6d6;
  background:#fff;
  color:#111;
  font-family:inherit;
  font-size:18px;
  font-weight:700;
  letter-spacing:-.05em;
  cursor:pointer;
  transition:all .3s ease;
}

.grand_treatment_tabs button:hover,
.grand_treatment_tabs button.on{
  border-color:#f36f21;
  background:#f36f21;
  color:#fff;
}

.grand_treatment_content{
  margin-top:80px;
}

.grand_treatment_panel{
  display:none;
  grid-template-columns:1.18fr 1fr;
  min-height:560px;
  background:#f6f2ec;
}

.grand_treatment_panel.on{
  display:grid;
}

.grand_treatment_img{
  overflow:hidden;
  background:#eee;
}

.grand_treatment_img img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .7s ease;
}

.grand_treatment_panel.on .grand_treatment_img img{
  animation:treatImgZoom .7s ease forwards;
}

.grand_treatment_info{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:70px 82px;
}

.grand_treatment_info h3{
  margin:0;
  font-size:40px;
  line-height:1.35;
  font-weight:900;
  color:#111;
  letter-spacing:-.07em;
}

.grand_treatment_info h3 strong{
  color:#f36f21;
}

.grand_treatment_info > p{
  margin:30px 0 0;
  font-size:18px;
  line-height:1.75;
  font-weight:500;
  color:#111;
  letter-spacing:-.04em;
}

.grand_treatment_info ul{
  margin:38px 0 0;
  padding:0;
  list-style:none;
}

.grand_treatment_info li{
  position:relative;
  padding-left:18px;
  margin-bottom:16px;
  font-size:18px;
  line-height:1.5;
  font-weight:700;
  color:#111;
  letter-spacing:-.05em;
}

.grand_treatment_info li:before{
  content:'';
  position:absolute;
  left:0;
  top:.65em;
  width:6px;
  height:6px;
  border-radius:50%;
  background:#f36f21;
}

.grand_treatment_info a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:36px;
  width:210px;
  height:60px;
  margin-top:42px;
  background:#f36f21;
  color:#fff !important;
  font-size:16px;
  font-weight:800;
  letter-spacing:-.05em;
  text-decoration:none !important;
  transition:all .35s ease;
}

.grand_treatment_info a span{
  transition:transform .35s ease;
}

.grand_treatment_info a:hover{
  background:#111;
}

.grand_treatment_info a:hover span{
  transform:translateX(6px);
}

@keyframes treatImgZoom{
  from{
    opacity:.35;
    transform:scale(1.05);
  }
  to{
    opacity:1;
    transform:scale(1);
  }
}

/* 1024 */
@media(max-width:1024px){
  .grand_treatment_sec{
    padding:110px 0 120px;
  }

  .grand_treatment_inner{
    padding:0 30px;
  }

  .grand_treatment_title h2{
    font-size:44px;
  }

  .grand_treatment_title span{
    margin-top:24px;
    font-size:17px;
  }

  .grand_treatment_tabs{
    grid-template-columns:repeat(3, 1fr);
    margin-top:50px;
  }

  .grand_treatment_tabs button{
    height:58px;
    font-size:16px;
  }

  .grand_treatment_content{
    margin-top:55px;
  }

  .grand_treatment_panel{
    grid-template-columns:1fr;
  }

  .grand_treatment_img{
    height:430px;
  }

  .grand_treatment_info{
    padding:55px 50px;
  }

  .grand_treatment_info h3{
    font-size:36px;
  }

  .grand_treatment_info > p,
  .grand_treatment_info li{
    font-size:16px;
  }
}

/* 768 */
@media(max-width:768px){
  .grand_treatment_sec{
    padding:80px 0 90px;
  }

  .grand_treatment_inner{
    padding:0 20px;
  }

  .grand_treatment_title p{
    margin-bottom:16px;
    font-size:13px;
  }

  .grand_treatment_title h2{
    font-size:36px;
    line-height:1.32;
  }

  .grand_treatment_title span{
    margin-top:20px;
    font-size:15px;
    line-height:1.7;
  }

  .grand_treatment_title span br{
    display:none;
  }

  .grand_treatment_tabs{
    display:flex;
    gap:8px;
    margin-top:40px;
    overflow-x:auto;
    padding-bottom:8px;
  }

  .grand_treatment_tabs button{
    flex:0 0 auto;
    min-width:145px;
    height:52px;
    padding:0 18px;
    font-size:15px;
  }

  .grand_treatment_content{
    margin-top:36px;
  }

  .grand_treatment_img{
    height:280px;
  }

  .grand_treatment_info{
    padding:38px 24px;
  }

  .grand_treatment_info h3{
    font-size:28px;
    line-height:1.35;
  }

  .grand_treatment_info > p{
    margin-top:22px;
    font-size:15px;
  }

  .grand_treatment_info > p br,
  .grand_treatment_info h3 br{
    display:none;
  }

  .grand_treatment_info ul{
    margin-top:28px;
  }

  .grand_treatment_info li{
    margin-bottom:12px;
    font-size:15px;
  }

  .grand_treatment_info a{
    width:190px;
    height:54px;
    margin-top:30px;
    gap:24px;
    font-size:15px;
  }
}




.grand_doctor_sec{
  position:relative;
  width:100%;
  padding:165px 0;
  background:#0f1618;
  overflow:hidden;
}

.grand_doctor_sec:before{
  content:'';
  position:absolute;
  left:-260px;
  bottom:-330px;
  width:560px;
  height:560px;
  border-radius:50%;
  background:rgba(95,47,22,.32);
}

.grand_doctor_sec:after{
  content:'';
  position:absolute;
  right:-160px;
  top:-210px;
  width:470px;
  height:470px;
  border-radius:50%;
  background:rgba(255,255,255,.035);
}

.grand_doctor_inner{
    position:relative;
  z-index:2;
  max-width:1480px;
  margin:0 auto;
  padding:0 40px;
  display:grid;
  grid-template-columns:390px 450px 1fr;
  gap:70px;
  align-items:start;
}

.grand_doctor_title{
  padding-top:10px;
}

.grand_doctor_title p{
  margin:0 0 40px;
  font-size:16px;
  font-weight:900;
  color:#f36f21;
  letter-spacing:-.02em;
}

.grand_doctor_title h2{
  margin:0;
  font-size:52px;
  line-height:1.33;
  font-weight:900;
  color:#fff;
  letter-spacing:-.075em;
}

.grand_doctor_title span{
  display:block;
  margin-top:42px;
  font-size:19px;
  line-height:1.85;
  font-weight:500;
  color:rgba(255,255,255,.82);
  letter-spacing:-.05em;
}

.grand_doctor_img{
  width:100%;
  height:560px;
  overflow:hidden;
  background:#d5c5bb;
}

.grand_doctor_img img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .7s ease;
}

.grand_doctor_img:hover img{
  transform:scale(1.04);
}

.grand_doctor_info{
  padding-left:10px;
}

.grand_doctor_info > p{
  margin:0 0 12px;
  font-size:20px;
  font-weight:900;
  color:#f36f21;
  letter-spacing:-.05em;
}

.grand_doctor_info h3{
  margin:0 0 45px;
  font-size:38px;
  line-height:1.2;
  font-weight:900;
  color:#fff;
  letter-spacing:-.06em;
}

.grand_doctor_info ul{
  margin:0;
  padding:0;
  list-style:none;
}

.grand_doctor_info li{
  position:relative;
  margin-bottom:18px;
  padding-left:14px;
  font-size:18px;
  line-height:1.55;
  font-weight:500;
  color:rgba(255,255,255,.9);
  letter-spacing:-.05em;
}

.grand_doctor_info li:before{
  content:'';
  position:absolute;
  left:0;
  top:.72em;
  width:4px;
  height:4px;
  border-radius:50%;
  background:#fff;
}

/* 1024 */
@media(max-width:1024px){
  .grand_doctor_sec{
    padding:120px 0;
  }

  .grand_doctor_inner{
    padding:0 30px;
    grid-template-columns:1fr 420px;
    gap:55px;
  }

  .grand_doctor_title{
    grid-column:1 / -1;
  }

  .grand_doctor_title p{
    margin-bottom:24px;
    font-size:15px;
  }

  .grand_doctor_title h2{
    font-size:46px;
  }

  .grand_doctor_title span{
    margin-top:28px;
    font-size:17px;
  }

  .grand_doctor_img{
    height:520px;
  }

  .grand_doctor_info h3{
    margin-bottom:32px;
    font-size:34px;
  }

  .grand_doctor_info li{
    margin-bottom:14px;
    font-size:17px;
  }
}

/* 768 */
@media(max-width:768px){
  .grand_doctor_sec{
    padding:85px 0;
  }

  .grand_doctor_sec:before{
    left:-220px;
    bottom:-260px;
    width:420px;
    height:420px;
  }

  .grand_doctor_sec:after{
    right:-180px;
    top:-170px;
    width:350px;
    height:350px;
  }

  .grand_doctor_inner{
    display:block;
    padding:0 20px;
  }

  .grand_doctor_title p{
    margin-bottom:18px;
    font-size:13px;
  }

  .grand_doctor_title h2{
    font-size:36px;
    line-height:1.35;
  }

  .grand_doctor_title span{
    margin-top:24px;
    font-size:15px;
    line-height:1.75;
  }

  .grand_doctor_title span br{
    display:none;
  }

  .grand_doctor_img{
    margin-top:46px;
    height:430px;
  }

  .grand_doctor_info{
    padding-left:0;
    margin-top:42px;
  }

  .grand_doctor_info > p{
    font-size:17px;
  }

  .grand_doctor_info h3{
    margin-bottom:28px;
    font-size:32px;
  }

  .grand_doctor_info li{
    margin-bottom:12px;
    font-size:15px;
    line-height:1.65;
  }
}

@media(max-width:480px){
  .grand_doctor_img{
    height:360px;
  }

  .grand_doctor_title h2{
    font-size:32px;
  }
}






.grand_space_sec{
  position:relative;
  width:100%;
  padding:145px 0 150px;
  background:#f6f2ec;
  overflow:hidden;
}

.grand_space_sec:before{
  content:'';
  position:absolute;
  right:-155px;
  top:-250px;
  width:470px;
  height:470px;
  border-radius:50%;
  background:#f5dfcf;
  opacity:.95;
}

.grand_space_inner{
  position:relative;
  z-index:2;
  max-width:1450px;
  margin:0 auto;
  padding:0 40px;
}

.grand_space_head{
  margin-bottom:90px;
}

.grand_space_head p{
  margin:0 0 28px;
  font-size:15px;
  font-weight:900;
  color:#f36f21;
  letter-spacing:-.02em;
}

.grand_space_head h2{
  margin:0;
  font-size:52px;
  line-height:1.3;
  font-weight:900;
  color:#111;
  letter-spacing:-.075em;
}

.grand_space_head span{
  display:block;
  margin-top:38px;
  font-size:18px;
  line-height:1.8;
  font-weight:500;
  color:#111;
  letter-spacing:-.05em;
}

.grand_space_cont{
  display:grid;
  grid-template-columns:1.12fr .88fr;
  gap:35px;
  align-items:stretch;
}

.grand_space_photo{
  position:relative;
  height:606px;
  overflow:hidden;
  background:#ddd;
}

.grand_space_photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:opacity .35s ease, transform .55s ease;
}

.grand_space_photo img.is-changing{
  opacity:.35;
  transform:scale(1.04);
}

.grand_space_caption{
  position:absolute;
  left:48px;
  bottom:48px;
  z-index:3;
  color:#111;
}

.grand_space_caption p{
  margin:0 0 8px;
  font-size:16px;
  font-weight:900;
  color:#f36f21;
  letter-spacing:-.03em;
}

.grand_space_caption h3{
  margin:0;
  font-size:30px;
  line-height:1.2;
  font-weight:800;
  color:#111;
  letter-spacing:-.07em;
}

.grand_space_arrows{
  position:absolute;
  right:40px;
  bottom:40px;
  z-index:4;
  display:flex;
  gap:8px;
}

.grand_space_arrows button{
  width:58px;
  height:58px;
  border:0;
  background:rgba(0,0,0,.48);
  color:#fff;
  font-size:34px;
  font-weight:300;
  line-height:1;
  cursor:pointer;
  transition:all .3s ease;
}

.grand_space_arrows button:hover{
  background:#f36f21;
}

.grand_space_list{
  display:flex;
  flex-direction:column;
  gap:20px;
}

.grand_space_item{
  width:100%;
  min-height:122px;
  padding:20px 38px;
  border:0;
  background:#fff;
  color:#111;
  text-align:left;
  font-family:inherit;
  box-shadow:0 10px 30px rgba(0,0,0,.03);
  cursor:pointer;
  transition:all .35s ease;
}

.grand_space_item em{
  display:block;
  margin-bottom:10px;
  font-style:normal;
  font-size:16px;
  font-weight:900;
  color:#f36f21;
  letter-spacing:-.03em;
}

.grand_space_item strong{
  display:block;
  margin-bottom:14px;
  font-size:24px;
  line-height:1;
  font-weight:700;
  color:#111;
  letter-spacing:-.07em;
}

.grand_space_item span{
  display:block;
  font-size:16px;
  line-height:1.55;
  font-weight:600;
  color:#111;
  letter-spacing:-.05em;
}

.grand_space_item.on,
.grand_space_item:hover{
  background:#f36f21;
  color:#fff;
}

.grand_space_item.on em,
.grand_space_item:hover em,
.grand_space_item.on strong,
.grand_space_item:hover strong,
.grand_space_item.on span,
.grand_space_item:hover span{
  color:#fff;
}

/* 1024 */
@media(max-width:1024px){
  .grand_space_sec{
    padding:110px 0 120px;
  }

  .grand_space_sec:before{
    right:-190px;
    top:-240px;
    width:420px;
    height:420px;
  }

  .grand_space_inner{
    padding:0 30px;
  }

  .grand_space_head{
    margin-bottom:60px;
  }

  .grand_space_head h2{
    font-size:44px;
  }

  .grand_space_head span{
    margin-top:28px;
    font-size:17px;
  }

  .grand_space_cont{
    grid-template-columns:1fr;
    gap:25px;
  }

  .grand_space_photo{
    height:500px;
  }

  .grand_space_list{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:16px;
  }

  .grand_space_item{
    min-height:130px;
    padding:26px 28px;
  }

  .grand_space_item strong{
    font-size:23px;
  }
}

/* 768 */
@media(max-width:768px){
  .grand_space_sec{
    padding:80px 0 90px;
  }

  .grand_space_sec:before{
    right:-170px;
    top:-170px;
    width:320px;
    height:320px;
  }

  .grand_space_inner{
    padding:0 20px;
  }

  .grand_space_head{
    margin-bottom:40px;
  }

  .grand_space_head p{
    margin-bottom:18px;
    font-size:13px;
  }

  .grand_space_head h2{
    font-size:36px;
    line-height:1.35;
  }

  .grand_space_head span{
    margin-top:24px;
    font-size:15px;
    line-height:1.7;
  }

  .grand_space_head span br{
    display:none;
  }

  .grand_space_photo{
    height:330px;
  }

  .grand_space_caption{
    left:24px;
    bottom:28px;
  }

  .grand_space_caption p{
    font-size:13px;
  }

  .grand_space_caption h3{
    font-size:24px;
  }

  .grand_space_arrows{
    right:18px;
    bottom:18px;
  }

  .grand_space_arrows button{
    width:46px;
    height:46px;
    font-size:28px;
  }

  .grand_space_list{
    grid-template-columns:1fr;
    gap:12px;
  }

  .grand_space_item{
    min-height:auto;
    padding:24px 22px;
  }

  .grand_space_item em{
    margin-bottom:9px;
    font-size:14px;
  }

  .grand_space_item strong{
    margin-bottom:10px;
    font-size:22px;
  }

  .grand_space_item span{
    font-size:14px;
  }
}





.grand_location_sec{
  position:relative;
  width:100%;
  padding:135px 0 150px;
  background:#fff;
  overflow:hidden;
}

.grand_location_circle{
  position:absolute;
  left:-210px;
  top:-250px;
  width:520px;
  height:520px;
  border-radius:50%;
  background:#f5dfcf;
  opacity:.8;
}

.grand_location_inner{
  position:relative;
  z-index:2;
  max-width:1400px;
  margin:0 auto;
  padding:0 40px;
}

.grand_location_head{
  margin-bottom:75px;
}

.grand_location_head p{
  margin:0 0 28px;
  font-size:15px;
  font-weight:900;
  color:#f36f21;
  letter-spacing:-.02em;
}

.grand_location_head h2{
  margin:0;
  font-size:55px;
  line-height:1.2;
  font-weight:900;
  color:#111;
  letter-spacing:-.075em;
}

.grand_location_head span{
  display:block;
  margin-top:36px;
  font-size:19px;
  line-height:1.7;
  font-weight:500;
  color:#111;
  letter-spacing:-.05em;
}

.grand_location_cont{
  display:grid;
  grid-template-columns:1.04fr 1fr;
  gap:28px;
  align-items:start;
}

/* 지도 */
.grand_location_left{
  width:100%;
}

.grand_location_map{
  width:100%;
  height:520px;
  background:#f1f1f1;
  overflow:hidden;
}

/* 카카오맵 소스가 들어갔을 때 꽉 차게 */
.grand_location_map iframe,
.grand_location_map .root_daum_roughmap,
.grand_location_map .wrap_map{
  width:100% !important;
  height:100% !important;
}

.grand_location_btns{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:10px;
}

.grand_location_btns a{
  display:flex;
  align-items:center;
  justify-content:center;
  height:64px;
  background:#303030;
  color:#fff !important;
  font-size:18px;
  font-weight:800;
  letter-spacing:-.05em;
  text-decoration:none !important;
  transition:all .3s ease;
}

.grand_location_btns a:hover{
  background:#f36f21;
}

/* 정보 박스 */
.grand_location_info{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.grand_location_box{
  min-height:145px;
  padding:25px 46px;
  border:1px solid #e2d8ce;
  background:#f7f2ee;
  box-sizing:border-box;
}

.grand_location_box p{
  margin:0 0 18px;
  font-size:15px;
  font-weight:900;
  color:#b99b73;
  letter-spacing:-.02em;
}

.grand_location_box h3{
  margin:0;
  font-size:25px;
  line-height:1.2;
  font-weight:800;
  color:#f36f21;
  letter-spacing:-.065em;
}

.grand_address_row{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:18px;
  margin-top:14px;
}

.grand_address_row span{
  font-size:18px;
  line-height:1.5;
  font-weight:700;
  color:#111;
  letter-spacing:-.05em;
}

.grand_address_row em{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:39px;
  padding:0 18px;
  background:#f36f21;
  color:#fff;
  font-size:16px;
  font-style:normal;
  font-weight:900;
  letter-spacing:-.05em;
}

.grand_call_box h3{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:18px;
}

.grand_call_box h3 a{
  color:#f36f21 !important;
  text-decoration:none !important;
}

.grand_call_box h3 em{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:35px;
  padding:0 14px;
  background:#f36f21;
  color:#fff;
  font-size:16px;
  font-style:normal;
  font-weight:900;
  letter-spacing:-.04em;
}

.grand_time_box{
  min-height:300px;
}

.grand_time_cont{
  display:flex;
  align-items:flex-start;
  gap:42px;
}

.grand_time_cont h3{
  flex:0 0 auto;
  font-size:31px;
}

.grand_time_cont ul{
  margin:0;
  padding:0;
  list-style:none;
  flex:1;
}

.grand_time_cont li{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:24px;
  position:relative;
  margin-bottom:6px;
  font-size:17px;
  line-height:1.45;
  color:#111;
  letter-spacing:-.05em;
}

.grand_time_cont li:before{
  content:'';
  position:absolute;
  left:-14px;
  top:.65em;
  width:5px;
  height:5px;
  border-radius:50%;
  background:#c9974b;
}

.grand_time_cont li span{
  font-weight:700;
}

.grand_time_cont li strong{
  font-weight:800;
}

.grand_time_notice{
  margin-top:22px;
  font-size:16px;
  line-height:1.5;
  font-weight:700;
  color:#111;
  letter-spacing:-.05em;
}

/* 1024 */
@media(max-width:1024px){
  .grand_location_sec{
    padding:110px 0 120px;
  }

  .grand_location_circle{
    left:-230px;
    top:-260px;
    width:460px;
    height:460px;
  }

  .grand_location_inner{
    padding:0 30px;
  }

  .grand_location_head{
    margin-bottom:55px;
  }

  .grand_location_head h2{
    font-size:46px;
  }

  .grand_location_head span{
    margin-top:28px;
    font-size:17px;
  }

  .grand_location_cont{
    grid-template-columns:1fr;
    gap:32px;
  }

  .grand_location_map{
    height:460px;
  }

  .grand_location_box{
    padding:34px 36px;
  }

  .grand_time_cont{
    gap:34px;
  }
}

/* 768 */
@media(max-width:768px){
  .grand_location_sec{
    padding:80px 0 90px;
  }

  .grand_location_circle{
    left:-170px;
    top:-180px;
    width:330px;
    height:330px;
  }

  .grand_location_inner{
    padding:0 20px;
  }

  .grand_location_head{
    margin-bottom:40px;
  }

  .grand_location_head p{
    margin-bottom:18px;
    font-size:13px;
  }

  .grand_location_head h2{
    font-size:38px;
    line-height:1.25;
  }

  .grand_location_head span{
    margin-top:22px;
    font-size:15px;
    line-height:1.65;
  }

  .grand_location_map{
    height:330px;
  }

  .grand_location_btns a{
    height:54px;
    font-size:16px;
  }

  .grand_location_info{
    gap:14px;
  }

  .grand_location_box{
    min-height:auto;
    padding:28px 24px;
  }

  .grand_location_box p{
    margin-bottom:13px;
    font-size:13px;
  }

  .grand_location_box h3{
    font-size:26px;
  }

  .grand_address_row{
    display:block;
    margin-top:12px;
  }

  .grand_address_row span{
    display:block;
    font-size:15px;
  }

  .grand_address_row em{
    height:34px;
    margin-top:14px;
    padding:0 13px;
    font-size:13px;
  }

  .grand_call_box h3{
    display:block;
  }

  .grand_call_box h3 em{
    height:32px;
    margin-top:12px;
    padding:0 12px;
    font-size:13px;
  }

  .grand_time_cont{
    display:block;
  }

  .grand_time_cont h3{
    margin-bottom:20px;
    font-size:26px;
  }

  .grand_time_cont li{
    grid-template-columns:100px 1fr;
    gap:16px;
    margin-bottom:10px;
    font-size:15px;
  }

  .grand_time_cont li:before{
    left:-10px;
  }

  .grand_time_notice{
    margin-top:20px;
    font-size:14px;
  }
}

@media(max-width:480px){
  .grand_location_btns{
    grid-template-columns:1fr;
  }

  .grand_time_cont li{
    grid-template-columns:1fr;
    gap:2px;
  }
}



.grand_copy_sec{
  width:100%;
  padding:120px 0 100px;
  background:#0f1618;
  color:#fff;
  overflow:hidden;
}

.grand_copy_inner{
  max-width:1480px;
  margin:0 auto;
  padding:0 40px;
}

.grand_copy_top{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:60px;
}

.grand_copy_title p{
  margin:0 0 34px;
  font-size:17px;
  font-weight:900;
  color:#f36f21;
  letter-spacing:-.03em;
}

.grand_copy_title h2{
  margin:0;
  font-size:45px;
  line-height:1.28;
  font-weight:800;
  color:#fff;
  letter-spacing:-.075em;
}

.grand_copy_btns{
  display:flex;
  align-items:center;
  gap:16px;
  padding-bottom:10px;
}

.grand_copy_btn{
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  width:220px;
  height:68px;
  padding:0 28px;
  color:#fff !important;
  font-size:18px;
  font-weight:900;
  letter-spacing:-.05em;
  text-decoration:none !important;
  box-sizing:border-box;
  transition:all .35s ease;
}

.grand_copy_btn em{
  font-style:normal;
  font-size:22px;
  font-weight:400;
  transition:transform .35s ease;
}

.grand_copy_btn.kakao{
  background:#f5c400;
}

.grand_copy_btn.naver{
  background:#18c400;
}

.grand_copy_btn:hover{
  transform:translateY(-6px);
}

.grand_copy_btn:hover em{
  transform:translateX(6px);
}

.grand_copy_line{
  width:100%;
  height:1px;
  margin:78px 0 60px;
  background:rgba(255,255,255,.14);
}

.grand_copy_bottom{
  display:grid;
  grid-template-columns:360px 1fr 160px 260px;
  gap:60px;
  align-items:start;
}

.grand_copy_logo img{
  max-width:330px;
  width:100%;
  height:auto;
}

.grand_copy_info h3{
  margin:0 0 32px;
  font-size:28px;
  font-weight:900;
  color:#fff;
  letter-spacing:-.04em;
}

.grand_copy_info p{
  margin:0;
  font-size:18px;
  line-height:1.75;
  font-weight:600;
  color:rgba(255,255,255,.84);
  letter-spacing:-.05em;
}

.grand_copy_contact{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:35px;
  margin-top:42px;
}

.grand_copy_contact a,
.grand_copy_contact strong{
  font-size:25px;
  line-height:1.2;
  font-weight:900;
  color:#fff !important;
  letter-spacing:-.05em;
  text-decoration:none !important;
}

.grand_copy_info address{
  display:block;
  margin-top:25px;
  font-size:17px;
  line-height:1.6;
  font-style:normal;
  font-weight:600;
  color:rgba(255,255,255,.82);
  letter-spacing:-.05em;
}

.grand_copy_menu h4,
.grand_copy_time h4{
  margin:0 0 42px;
  font-size:18px;
  font-weight:900;
  color:#f36f21;
  letter-spacing:-.03em;
}

.grand_copy_menu ul,
.grand_copy_time ul{
  margin:0;
  padding:0;
  list-style:none;
}

.grand_copy_menu li{
  margin-bottom:22px;
}

.grand_copy_menu a{
  font-size:17px;
  font-weight:700;
  color:rgba(255,255,255,.55) !important;
  text-decoration:none !important;
  letter-spacing:-.05em;
  transition:color .3s ease;
}

.grand_copy_menu a:hover{
  color:#fff !important;
}

.grand_copy_time li{
  display:grid;
  grid-template-columns:110px 1fr;
  gap:26px;
  margin-bottom:18px;
  font-size:17px;
  line-height:1.45;
  letter-spacing:-.05em;
}

.grand_copy_time li span{
  color:rgba(255,255,255,.55);
  font-weight:700;
}

.grand_copy_time li strong{
  color:rgba(255,255,255,.82);
  font-weight:800;
}

.grand_copy_time p{
  margin:20px 0 0;
  font-size:17px;
  line-height:1.5;
  font-weight:700;
  color:rgba(255,255,255,.82);
  letter-spacing:-.05em;
}

/* 1024 */
@media(max-width:1024px){
  .grand_copy_sec{
    padding:100px 0 85px;
  }

  .grand_copy_inner{
    padding:0 30px;
  }

  .grand_copy_top{
    display:block;
  }

  .grand_copy_title p{
    margin-bottom:24px;
    font-size:15px;
  }

  .grand_copy_title h2{
    font-size:46px;
  }

  .grand_copy_btns{
    margin-top:45px;
    padding-bottom:0;
  }

  .grand_copy_line{
    margin:60px 0 50px;
  }

  .grand_copy_bottom{
    grid-template-columns:1fr 1fr;
    gap:50px 60px;
  }

  .grand_copy_logo img{
    max-width:310px;
  }

  .grand_copy_info{
    grid-column:2 / 3;
  }

  .grand_copy_contact a,
  .grand_copy_contact strong{
    font-size:30px;
  }
}

/* 768 */
@media(max-width:768px){
  .grand_copy_sec{
    padding:78px 0 70px;
  }

  .grand_copy_inner{
    padding:0 20px;
  }

  .grand_copy_title p{
    margin-bottom:18px;
    font-size:13px;
  }

  .grand_copy_title h2{
    font-size:36px;
    line-height:1.35;
  }

  .grand_copy_btns{
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
    margin-top:36px;
  }

  .grand_copy_btn{
    width:100%;
    height:58px;
    padding:0 22px;
    font-size:16px;
  }

  .grand_copy_line{
    margin:48px 0 42px;
  }

  .grand_copy_bottom{
    display:block;
  }

  .grand_copy_logo{
    margin-bottom:38px;
  }

  .grand_copy_logo img{
    max-width:270px;
  }

  .grand_copy_info{
    margin-bottom:45px;
  }

  .grand_copy_info h3{
    margin-bottom:22px;
    font-size:24px;
  }

  .grand_copy_info p{
    font-size:15px;
  }

  .grand_copy_contact{
    display:block;
    margin-top:30px;
  }

  .grand_copy_contact a,
  .grand_copy_contact strong{
    display:block;
    font-size:28px;
  }

  .grand_copy_contact strong{
    margin-top:8px;
  }

  .grand_copy_info address{
    margin-top:24px;
    font-size:15px;
  }

  .grand_copy_menu,
  .grand_copy_time{
    margin-top:42px;
  }

  .grand_copy_menu h4,
  .grand_copy_time h4{
    margin-bottom:22px;
    font-size:15px;
  }

  .grand_copy_menu ul{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:12px 20px;
  }

  .grand_copy_menu li{
    margin-bottom:0;
  }

  .grand_copy_menu a{
    font-size:15px;
  }

  .grand_copy_time li{
    grid-template-columns:105px 1fr;
    gap:14px;
    margin-bottom:12px;
    font-size:15px;
  }

  .grand_copy_time p{
    margin-top:18px;
    font-size:14px;
  }
}

@media(max-width:480px){
  .grand_copy_title h2{
    font-size:31px;
  }

  .grand_copy_logo img{
    max-width:240px;
  }

  .grand_copy_menu ul{
    grid-template-columns:1fr;
  }

  .grand_copy_time li{
    grid-template-columns:1fr;
    gap:2px;
  }
}