@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@font-face {
    font-family: 'Chosunilbo_myungjo';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Chosunilbo_myungjo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "IM_Hyemin-Bold";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2106@1.1/IM_Hyemin-Bold.woff2")
      format("woff");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "IM_Hyemin-Regular";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2106@1.1/IM_Hyemin-Regular.woff2")
      format("woff");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "Katuri";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_13@1.0/Katuri.woff")
      format("woff");
    font-weight: normal;
    font-style: normal;
  }
/* Global */
:root {
/* Color */
--color-white: #ffffff;
--color-light-white: #eeeeee;
--color-dark-white: #bdbdbd;
--color-pink: #fe918d;
--color-dark-pink: #ff6863;
--color-black: #4d4d4d;
--color-dark-grey: #4d4d4d;
--color-grey: #616161;
--color-light-grey: #7c7979;
--color-blue: #73aace;
--color-yellow: #f284a9;
--color-orange: #feb546;
--color-black: #2E2E2E;
--color-title: #f26683;

/* Font size */
--font-big: 60px;
--font-large: 48px;
--font-medium: 28px;
--font-regular: 18px;
--font-small: 16px;
--font-micro: 14px;

/* Font family */


/* Font weight */
--weight-bold: 700;
--weight-semi-bold: 600;
--weight-regular: 400;

/* Size */
--size-border-radius: 4px;

/* Annimation */
--animation-duration: 300ms;
}

/* Universal tags */
* {
box-sizing: border-box;
}

body {
margin: 0;
font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

button {
background-color: transparent;
cursor: pointer;
border: none;
outline: none;
padding: 0;
}
.rnb .main-menu li a{font-size: 1.3rem; color: #333;}
a {
text-decoration: none;
}

ul {
padding-left: 0;
}

li {
list-style: none;
}

button {
background-color: transparent;
cursor: pointer;
border: none;
outline: none;
}

/* Typography */
h1 {
font-size: var(--font-big);
font-weight: var(--weight-bold);
color: var(--color-title);
margin: 40px 0px;
font-family: var(--family-ka);
}

h2 {
font-size: var(--font-medium);
font-weight: var(--weight-semi-bold);
color: var(--color-black);
margin: 8px 0;
font-family: var(--family-bold);
}

h3 {
font-size: var(--font-regular);
font-weight: var(--font-regular);
color: var(--color-black);
margin: 8px 0;
}

p {
font-size: var(--font-regular);
font-weight: var(--font-regular);
color: var(--color-black);
margin: 4px 0;
}

/* Navbar */
#navbar {
    top: 0;
position: fixed;
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
background-color: transparent;
transition: all var(--animation-duration) ease-in-out;
flex-direction: column;
z-index: 1;
}

#navbar.navbar--dark {
padding: 8px;
z-index: 10;
background: #fff;
}

#navbar.navbar--dark .navbar__logo{display: none;}

.navbar__logo {
font-size: var(--font-medium);
font-weight: var(--weight-semi-bold);
color: white;
padding: 30px 0;
}

.navbar__menu {
display: flex;
}

.navbar__menu__item {
padding: 8px 30px;
margin: 0 4px;
color: #A87F72;
cursor: pointer;
font-size: 18px;
font-weight: 600;
}



/*rnd*/

.rnb {
    position: fixed;
    top: 0;
    right: -100%;
    width: 50%;
    height: 100%;
    background: #fff;
    z-index: 10;
    transition: right .6s ease;
    opacity: .96;
    overflow-y: auto
  }
  
  ::-webkit-scrollbar {
    width: .8rem
  }
  
  ::-webkit-scrollbar-thumb {
    background: hsla(0,0%,77.3%,.5)
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #9fbfd4
  }
  
  .rnb.open {
    right: 0
  }
  
  .rnb-wrap {
    padding: 8% 10%
  }
  
  .rnb-wrap h2{margin-bottom: 15px;}
  
  .rnb-wrap h2 a{font-weight: 300; font-size: 1.625rem;}
  
  .nav-title1 {
    margin-bottom: 15px;
    font-size: 1.188rem;
    color:#2C3D5A;
  }
  
  .rnb .main-menu {
    color: #151515;
    font-size: 1.3rem;
    margin-bottom: 60px;
  }
  
  .rnb strong{font-weight: 400;}
  
  .rnb .main-menu li {
    margin-bottom: .4rem;
  }
  
  .rnb .main-menu li a {
    padding: .3rem 0;
    display: block;
    font-size: 1.5rem;
  }
  
  .rnb .sub-menu {
    color: #151515;
    font-size: 1.188rem;
    font-weight: 300
  }
  
  .rnb .sub-menu li {
    margin-bottom: .5rem
  }
  
  .rnb .sub-menu li a {
    padding: .5rem 0;
    display: block;
  }
  
  .rnb .sub-menu li strong {
    font-size: 1.438rem
  }
  
  .rnb li.active a {
    color: #2C3D5A
  }
  
  .rnb li.active a {
    color: #2C3D5A
  }

  .bg_bk.open {
    opacity: 1;
    right: 0
  }.bg_bk {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    opacity: 0;
    transition: opacity .4s;
    z-index: 9
  }


.navbar__toggle-btn {
position: absolute;
top: 24px;
right: 32px;
font-size: 24px;
color: var(--color-white);
display: none;
}

/* Home */
    .visual-sec{
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-top: 207px;
    background: #ddd;
}


section{min-height: 500px;}



.visual-sec .txt-box {
	box-sizing: border-box;
	width: auto;
	z-index: 10;
    text-align: center;
}
.visual-sec .txt-box > h3 {
	color: #fff;
	font-size: 60px;
	font-weight: 400;
	line-height: 1.4;
	word-break: keep-all;
	transform: translateY(20px);
	opacity: 0;
	transition: 1s 0.2s;
    font-family: 'Chosunilbo_myungjo';
}
.visual-sec .txt-box > p {
	color: #fff;
	margin-top: 1.6em;
	font-size: 1.5rem;
	transform: translateY(20px);
	opacity: 0;
	word-break: keep-all;
	transition: 1s 0.4s;
    line-height: 145%;
}
.visual-sec .swiper-slide-active .txt-box > h3,
.visual-sec .swiper-slide-active .txt-box > p {
	transform: translateY(0);
	opacity: 1;
}


.visual-sec .img-box {
    display: block;
      width: 100%;
      height: 100vh;
      overflow: hidden;
      cursor: pointer;
  }
  .visual-sec img {
      transform: scale(1.05);
      transition: 1.5s 0.1s;
      height: 21px;
  }
  .visual-sec .swiper-slide-active img {
      transform: scale(1.0);
  }
  .visual-sec .all-box {
      position: absolute;
      display: inline-flex;
      width: 90%;
      height: 50px;
      left: 50%;
      bottom: 10px;
      box-sizing: border-box;
      padding: 0 20px;
      transform: translate(-50%, -50%);
      z-index: 20;
  }
  .visual-sec .progress-box {
      position: relative;
      width: 170px;
      height: 50px;
      z-index: 11;
  }
  .autoplay-progress {
      position: absolute;
      left: 30px;
      top: 10px;
      z-index: 10;
      width: 100px;
      height: 3px;
      background-color: rgba(0, 0, 0, 0.1);
  }
  
  .autoplay-progress svg {
      --progress: 0;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 10;
      width: 100%;
  /*	height: 100%;*/
      stroke-width: 4px;
      stroke: #fff;
      fill: none;
      stroke-dashoffset: calc(100 * (1 - var(--progress)));
      stroke-dasharray: 100;
  }
  
  .visual-sec{box-sizing: border-box; width: 100%; height: 100vh; padding: 0;}
  
  
  .visual-sec .swiper-pagination {
      display: flex;
      color: #fff;
      justify-content: space-between;
      position: static;
      text-align: left;
      font-size: 21px;
  }
  .visual-sec .arrow-box {
      position: relative;
      width: 80px;
      height: 50px;
  }
  
  .visual-sec .swiper-button-next,
  .visual-sec .swiper-button-prev {
      width: 21px;
      height: 21px;
      top: 0;
      margin-top: 0;
      background: url(../images/arrows1.svg) no-repeat center / 100%;
  }
  
  .visual-sec .swiper-button-next {
      background-image: url(../images/arrows2.svg);
  }
  .visual-sec .swiper-button-next::after,
  .visual-sec .swiper-button-prev::after {
      font-size: 21px;
  }
  
  .new_txts{width: 100%; display: flex; flex-direction: column; gap: 20px; margin-top: 70px;}
  .list_seo{display: flex;     box-shadow: 2px 2px 6px #00000036; min-height: 79px;}
  .left_seo,.right_seo{width: 50%; text-align: center; background: #fff; padding: 22px 33px; display: flex; align-items: center; justify-content: center; line-height: 145%;}
  .left_seo{background: #fff url(../images/section3_Rectangl.png) no-repeat right; background-size: cover; width: 55%;}
  .right_seo{width: 45%;}
  

    .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    }

    .swiper.mySwiper3 {height: auto; padding: 100px 0;}
    
    .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
    
    
    .visual-sec .swiper{height: 100vh;}
    
    .swiper-slide {
    background-size: cover;
    background-position: center;
    cursor: pointer;
    }
    

  
  
  @media screen and (max-width: 1230px) {
      .visual-sec .txt-box > h3{font-size: 2rem;}
      .visual-sec .txt-box > p{font-size: 1.2rem;}
      .visual-sec .txt-box > p{margin-top: 1em;}
  }
  
  @media screen and (max-width: 900px) {
  .visual-sec .txt-box{width: 100%;}
  
  
  @media screen and (max-width: 500px) {
      .new_txts{margin-top: 20px;}
      .left_seo, .right_seo{font-size: 14px; padding: 15px;}
      .left_seo br, .right_seo br{display: none;}
      .foot_link ul li:first-of-type{ border-left: 1px solid #ddd;}
      .visual-sec .all-box{padding: 0;}
    .visual-sec .txt-box {
      left: 0;
    }
    .visual-sec .txt-box > p{font-size: 1.1rem;}
    .visual-sec .txt-box > p br{display: none;}
    .visual-sec .txt-box > h3 {
        font-size: 18px;
    }
    .visual-sec .txt-box > p {
      font-size: 0.8rem
    }
    .visual-sec .all-box {
      bottom: 0;
      height: 30px;
    }
  
    .fixed_meu{bottom: 0; top: auto; right: 0; width: 100%;
      flex-direction: row; padding: 0; border-radius: 0;
      transform: translateY(0);
    }
  
  .fixed_meu ul{gap: 12px; width: 100%;
      justify-content: space-around;
      align-items: center;
      flex-direction: row;
      border-radius: 0;
      padding: 15px;
      flex-wrap: wrap
    }
    .fixed_meu ul li{width: calc(100% / 3 - 12px);}
    .fixed_meu a img{width: 20px;}
  
  
    .progress-bar .steps {
      flex-wrap: wrap; 
      justify-content: flex-start; 
    }
    .progress-bar .steps li {
      flex: 0 0 33.33%;
      max-width: 33.33%;
      min-height: 121px;
      box-sizing: border-box
  
    }
    .line {
      top: 6px;
    }
    .line2 {
      top: 128px;
      height: 8px;
    }
  
    .line-background2 {
      position: absolute;
      top: 128px;
      left: 0;
      right: 0;
      height: 8px;
      background-color: #f0e6c9;
      display: block;
      }
  }


}

.inner{max-width: 1400px; width: 100%; margin: 0 auto;}

/* Navbar */


#navbar {
    position: fixed;
    width: 100%;
    background-color: transparent;
    transition: all 0.5s ease-in-out;
    z-index: 9;
    top: 0;
    display: flex;
  }
  
  
  
  
  #navbar .inner{
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
  }
  
  
  #navbar.navbar--dark {
    background-color: #fff;
  }
  
  .navbar__logo a{
    text-align: center;
    display: block;
      width: 100%;
      height: 100%;
  }
  
  .navbar__logo a img{width: 100%;}
  

  
  
  #navbar.navbar--dark .navbar__menu__item {
  color: #A87F72;
  }
  
  
  .menu_item{
    font-weight: 500;
  }
  
  .navbar__menu__item.active {
  
  }
  
  .navbar__menu__item:hover {
    /* background-color: ;,
    color : ; */
  }
  
  .navbar__toggle-btn {
    position: absolute;
    top: 50%;
    right: 3%;
    z-index: 10;
    transform: translateY(-50%);
  }
  
  .bg_bk {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    opacity: 0;
    transition: opacity .4s;
    z-index: 9
  }
  
  .bg_bk.open {
    opacity: 1;
    right: 0
  }
  
  
  .hamberger {
    width: 3.625rem;
    height: 2.25rem;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  
  .hamberger span {
    display: block;
    position: absolute;
    height: .213rem;
    width: 100%;
    background: #666;
    border-radius: 5px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out
  }
  
  .hamberger.open span{background: #666;}
  
  
  #navbar.navbar--dark .hamberger span{
    background: #666;
  }
  
  
  #navbar.navbar--dark .hamberger.open span{
    background: #666
  }
  
  
  .hamberger span:first-child {
    top: 0;
    transform-origin: left center
  }
  
  .hamberger span:nth-child(2) {
    top: 1rem;
    transform-origin: left center
  }
  
  .hamberger span:nth-child(3) {
    top: 2rem;
    left: 1rem;
    width: 70%;
    transform-origin: left center
  }
  
  .hamberger.open span:first-child {
    transform: rotate(45deg);
    top: -.188em;
    left: .5rem
  }
  
  .hamberger.open span:nth-child(2) {
    width: 0;
    opacity: 0
  }
  
  .hamberger.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 2.375rem;
    left: .5rem;
    width: 100%
  }
  
  
  /*rnd*/
  
  .rnb {
    position: fixed;
    top: 0;
    right: -100%;
    width: 50%;
    height: 100%;
    background: #fff;
    z-index: 10;
    transition: right .6s ease;
    opacity: .96;
    overflow-y: auto
  }
  
  ::-webkit-scrollbar {
    width: .8rem
  }
  
  ::-webkit-scrollbar-thumb {
    background: hsla(0,0%,77.3%,.5)
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #9fbfd4
  }
  
  .rnb.open {
    right: 0
  }
  
  .rnb-wrap {
    padding: 8% 10%
  }
  
  .rnb-wrap h2{margin-bottom: 15px;}
  
  .rnb-wrap h2 a{font-weight: 300; font-size: 1.625rem;}
  
  .nav-title1 {
    margin-bottom: 15px;
    font-size: 1.188rem;
    color:#2C3D5A;
  }
  
  .rnb .main-menu {
    color: #151515;
    font-size: 1.3rem;
    margin-bottom: 60px;
  }
  
  .rnb strong{font-weight: 400;}
  
  .rnb .main-menu li {
    margin-bottom: .4rem;
  }
  
  .rnb .main-menu li a {
    padding: .3rem 0;
    display: block;
    font-size: 1.5rem;
  }
  
  .rnb .sub-menu {
    color: #151515;
    font-size: 1.188rem;
    font-weight: 300
  }
  
  .rnb .sub-menu li {
    margin-bottom: .5rem
  }
  
  .rnb .sub-menu li a {
    padding: .5rem 0;
    display: block;
  }
  
  .rnb .sub-menu li strong {
    font-size: 1.438rem
  }
  
  .rnb li.active a {
    color: #2C3D5A
  }
  
  .rnb li.active a {
    color: #2C3D5A
  }
  
  #gnb,.gnb-foot-address,.gnb-foot-top {
    padding: 3% 2% 3% 4%
  }
  
  .gnb-foot-top {
    text-align: center;
    display: flex
  ;
    justify-content: space-evenly;
  }
  
  .gnb-foot-top a{
    color: #773809;
    margin-left:0;
  }
  
  
  
  .gnb-foot-address {
    border-top: 2px solid #773809;
    display: flex;
    justify-content: space-between;
  }
  
  .gnb-foot-address .call-num,.gnb-foot-address address {
    width: 50%
  }
  
  .adress_p{margin-bottom: 12px; color: #151515; line-height: 1.5;}
  .copy_lighs{font-size: 1rem; line-height: 1.5;}
  
  
  body.open {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    box-sizing: border-box
  }
  
  @media all and (max-width:1450px) {
    .inner{width: 100%; box-sizing: border-box; padding: 0 50px;}
  }
  
  
  
  @media all and (max-width:1080px) {
    #navbar{height: 100px;}
    .navbar__menu{display: none;}
    .hamberger{display: block;}
    
    .quick{
      display: none;
    }
  
    .m_quick,.naver-res {
      display: block;width: 95%;
    }
    .rnb {
      width:90%;
      max-width: 360px
    }
  
    #gnb>h2 {
        margin-bottom: 1.2rem
    }
  
    .rnb-wrap h2 a{font-size: 1.2rem;}
    .rnb .main-menu li a{font-size: 1.3rem;}
    .rnb .sub-menu{font-size: 1rem;}
    .rnb .sub-menu li strong{font-size: 0.9rem;}
    .gnb-foot-address{display: block;}
    .gnb-foot-address .call-num, .gnb-foot-address address{width: 100%;}
    .gnb-foot-address,.copy_lighs{font-size: 14px;}
  
    .rnb .main-menu,.rnb .sub-menu {
        margin-bottom: 2rem
    }
  
    .rnb .main-menu li,.rnb .sub-menu li {
        margin-bottom: 0.8rem
    }
    .mobile-content {
      display: block;
    }
    .navbar__logo a img{
      width: 177px !important;
    }
    .hamberger{
      width: 36px;
      height: 24px;
    }
    .hamberger span {
        height: .15rem
    }
  
    .hamberger span:first-child {
        top: 0
    }
  
    .hamberger span:nth-child(2) {
        top: .5rem
    }
  
    .hamberger span:nth-child(3) {
        top: 1rem;
        left: 0;
        width: 75%
    }
  
    .hamberger.open span:first-child {
        top: -.15rem
    }
  
    .hamberger.open span:nth-child(3) {
        top: 1.45rem
    }
  
  }
  
  @media all and (max-width:800px) {
    .inner{padding: 0 30px;}
  }
  
  
  @media all and (max-width:500px) {
    .navbar__logo{padding: 0;}
    section{padding: 60px 0;}
    .navbar__logo a img {
      width: 120px !important;
    }
    .inner{padding: 0 15px;}
    #navbar {
        height: 70px;
        display: flex;
        justify-content: center;
    }
    .rnb-wrap h2 a{font-size: 15px;}
    .rnb .main-menu li a{font-size: 16px;}
    .gnb-foot-top{gap: 20px;}
    .gnb-foot-top a{margin-left: 0;}
    .call-num{margin-top: 20px;}
  }
  


.visual-sec .inner {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    height: 100%;
    align-items: center;
}
#skills .progress-box {
	position: relative;
	width: 170px;
	height: 50px;
	z-index: 11;
  display: flex; align-items: center;
}

#skills .swiper-pagination{display: flex; align-items: center;}

#skills .all-box {
	position: absolute;
	display: inline-flex;
	width: 100%;
	height: 50px;
	left: 50%;
	bottom: 10px;
	box-sizing: border-box;
	transform: translate(-50%, -50%);
	z-index: 20;
  color: #2E2E2E;
  gap:10px;
}
.autoplay-progress {
	position: absolute;
	left: 30px;
	top: 10px;
	z-index: 10;
	width: 150px;
	height: 5px;
	background-color: #EDEDED;
  overflow: hidden;
}

.controls{display: flex; align-items: center; margin-right: 10px;}
.controls img{height: 19px; filter: invert(0) brightness(0.5);}

#skills .swiper-pagination{position: relative; top: auto; left: auto; bottom: auto; width: auto; margin-right: 10px;}
.autoplay-progress{position: relative; top: auto; left: auto; bottom: auto;}

.autoplay-progress svg {
	--progress: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
/*	height: 100%;*/
	stroke-width: 10px;
	stroke: #CFCBCB;
	fill: none;
	stroke-dashoffset: calc(100 * (1 - var(--progress)));
	stroke-dasharray: 100;
}
.back_one_cc1{background: url(../img/vis.png) no-repeat; background-size: cover;}
.back_one_cc2{background: url(../img/vis2.png) no-repeat; background-size: cover;}
.back_one_cc3{background: url(../img/vis3.png) no-repeat; background-size: cover;}


.back_one_cc4{background: url(../img/vis.png) no-repeat; background-size: cover;}
.back_one_cc5{background: url(../img/vis2.png) no-repeat; background-size: cover;}
.back_one_cc6{background: url(../img/vis3.png) no-repeat; background-size: cover;}


.main-swiper .inner h3{font-size: 30px; font-weight: 600; margin-bottom: 20px; color: #2E2E2E;}
.main-swiper .inner p{font-size: 20px; line-height: 145%; color: #2E2E2E;}






.back_one_cc2 .inner{justify-content: flex-end;}
.back_one_cc3 .inner{justify-content: center;}


#skills{text-align: center; background: #FCF8F4; margin-top: 150px; padding: 150px 0;}
.main-swiper .inner{display: flex; text-align: left; justify-content: space-between;}
#skills .swiper-slide{background: transparent;}

.main-swiper{margin-top: 100px;}

/* header */
.quick_right {position:fixed; 
    -webkit-transform: translateZ(0); /* 하드웨어 가속 활성화 */
    transform: translateZ(0); /* 하드웨어 가속 활성화 */
    top:50%; right:20px; transform:translateY(-50%); z-index:90999;}
 
 .quick_right > div > a {text-align:center;}
 .quick_right > div > a .icon_box {margin-bottom:7px;}
 .quick_right > div > a p {font-size:14px; color:#666; font-weight:400; color: #fff; margin-top: 10px;}
 .quick_right > div:last-child > a p {border-bottom:none; margin-bottom:0;}
 
 @media(max-width:600px) {
    .quick_right {display:none;}
 }


/*quick_menu*/
.quick_right{display: flex; gap: 20px; flex-direction: column; }
.quick_right div:nth-of-type(1) a,.quick_right div:nth-of-type(2) a{} 


.quick_right div > a{background: #2B201A; width: 92px; height: 92px; border-radius: 10px; box-sizing: border-box; padding: 10px; display: flex; align-items: center; justify-content: center;
    flex-direction: column;
}
.quick_right div > a img{width: 40px; height: 40px;}


.quick_right .item {
   position: relative;
}

.quick_right .hover-box {
   position: absolute;
   top: 50%;
   right: 120%;
   transform: translateY(-50%);
   background-color: #FFFBED;
   color: #000;
   border-radius: 30px; 
   width: 365px; 
   height: 88px;
   display: flex; 
   align-items: center;
   justify-content: center;
   font-weight: 600;
   font-size: 24px; 
   opacity: 0;
   visibility: hidden; 
   transition: opacity 0.3s ease, visibility 0.3s ease; 
}


.quick_right .hover-box a{color: #2B201A; font-weight: 700;}
.quick_right .item:hover .hover-box {
   opacity: 1;
   visibility: visible; 
}





.mySwiper3 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 20px;
    flex-direction: column;
    transition: transform 0.3s, opacity 0.3s;
    
}
.txt_zone_sli{opacity: 0;}

.mySwiper3 .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.mySwiper3 .swiper-slide.swiper-slide-active {
    transform: scale(1.1);
    opacity: 1;
    
}

.mySwiper3 .swiper-slide.swiper-slide-active .txt_zone_sli{opacity: 1;}

.mySwiper3 .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.5;
}

.txt_zone_sli span{font-size: 26px; font-weight: 600; margin-top: 47px; display: inline-block;}
.txt_zone_sli p{font-size: 20px; font-weight: 400; line-height: 145%; margin-top: 20px;}


#home{text-align: center; padding: 200px 0;}

#home ul{display: flex; justify-content: center; margin-top: 80px;}
#home ul li{padding: 0 30px; border-right: 1px solid #000; font-size: 30px; color: #2e2e2e;}
#home ul li:last-of-type{border-right: 0;}

.tit_ma1{font-size: 35px; color: #2e2e2e; font-family: 'Chosunilbo_myungjo';}
.tit_ma2{font-size: 50px; color: #2e2e2e; margin-top: 10px;}
.tit_ma2 b{font-weight: 700; color: #2e2e2e;}


#about .bg_zone_abt{background: url(../img/backaabg.png) no-repeat bottom right; background-size: cover;}

.bg_zone_abt .inner{display: flex; align-items: flex-end; position: relative; min-height: 866px;}



.ul_zone{display: flex; color: #444; gap: 15px;}
.ul_zone ul{display: flex; flex-direction: column; gap: 15px; font-size: 20px; font-family: 'Chosunilbo_myungjo'; margin: 0;}
.txt_zone{margin-bottom: 115px;}

.txt_zone h4{color: #fff; font-size: 30px; font-weight: 500; margin: 0; margin-bottom: 58px;}
.txt_zone span{color: #fff; font-size: 50px; font-family: 'Chosunilbo_myungjo'; margin-left: 30px;}

.people_zone{position: absolute; right: 0; bottom: 0;}


#work{text-align: center; padding: 150px 0;}
.tab{display: flex; font-size: 30px; font-weight: 600; gap: 85px;  justify-content: flex-end; margin-top: 180px;}
.tab li a{display: flex; align-items: center;}
.tab li a.selected{border-bottom: 2px solid #A87F72;}
.tab li a p{font-size: 30px;}

.img_box_tab{width: 50%;}
.img_box_tab img{width: 100%;}
.txt_box_tab{width: 50%;}

.tab_con li .inner{display: flex; gap: 30px;}

.tab_all_list_tit{display: flex; align-items: center; gap: 30px; color: #2E2E2E;}
.tab_all_list_tit span{width: 58px; height: 58px; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 30px; background: #A87F72; border-radius: 100%;}
.tab_all_list_tit h3{font-size: 26px; font-weight: 500;}
.tab_all_list{margin-top: 30px; text-align: left; font-size: 20px; padding-left: 88px; display: flex; flex-direction: column; gap: 10px;}

.num1_tab{padding: 40px 0;}

.bottom_solid_ne{border-bottom: 1px dotted #ddd;}

.tab_con .up_box_re{position: relative;}
.tab_con .up_box_re::after{position: absolute; left: 0; height: 547px; background: #D9D9D9; width: 50vw; content: ""; top: 50%; transform: translateY(-50%); z-index: -1;
  border-top-right-radius: 574px;
  border-bottom-right-radius: 574px;
}

.new_progress_line{background: #ECE8E4; display: flex; justify-content: flex-end; margin-top: 150px;}

.nemo_r_s{width: 538px; height: 538px; display: flex; align-items: center; background: #A87F72; color: #fff; justify-content: center; border-radius: 90px;}
.right_solution{width: 80vw; display: flex; margin-top: -97px; padding-bottom: 97px;}

.line_progess{display: flex; width: calc(100% - 538px); align-items: center; position: relative;}

.arrow_bar_s{position: absolute; right: 0; width: 100%; height: 3px; background: #fff; top: 50%; transform: translateY(-50%); overflow: hidden;}

.bar{
  width: 0%;
  height: 100%;
  background: #A87F72;
  animation: fillBar 5s linear infinite;
}
.circle_tive_zone.active {
  background: #A87F72;
}



.tive_zone{width: calc(100%/3); position: relative;}
.txt_zone_abuso{position: absolute; top: 50%; left: 50%; transform: translateX(-50%);}

.circle_tive_zone{width: 24px; height: 24px; border-radius: 100%; background: #fff; margin: 0 auto; transition: background 0.3s ease-in-out;}
.tive_zone p{margin-top: 69px; font-size: 18px; font-weight: 600;}
.tive_zone span{margin-top: 11px; font-size: 16px; font-weight: 400; display: inline-block; color: #2E2E2E;}

.nemo_r_s h4{font-size: 30px; font-weight: 600;}
.nemo_r_s p{font-size: 20px; font-weight: 400; color: #fff; line-height: 145%;}

@keyframes fillBar {
  0% { width: 0%; }
  100% { width: 100%; }
}

#testimonials{padding: 150px 0; text-align: center;}


#testimonials ul{display: flex; justify-content: center; margin-top: 80px;}
#testimonials ul li{padding: 0 30px; border-right: 1px solid #000; font-size: 30px; color: #2e2e2e; cursor: pointer;}
#testimonials ul li:last-of-type{border-right: 0;}



.container {
  position: relative;
  width: 1100px;
  height: 1100px;
  margin: 0 auto;
  margin-top: 101px;
}

.circle4 {
  width: 427px;
  height: 427px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  color: #fff;
  position: absolute;
}

.circle4 h3{
  font-size: 30px; font-weight: 600; color: #333;
}

.circle4 p {
  font-size: 20px;
  font-weight: 400;
  line-height: 145%;
  margin-top: 50px;
  color: #333;
}
.border-circle {
  width: 572px;
  height: 572px;
  border: 55px solid #fff7ef;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circle-top {
  background: #ECE8E4;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #333 !important;
}


.circle-left {
  background: #ECE8E4;
  bottom: 15%;
  left: 0;
  color: #333 !important;
}

.circle-right {
  background: #ECE8E4;
  bottom: 15%;
  right: 0;
  color: #333 !important;
}
 

.bg_line_sub_txa{height: 712px; width: 100%; position: relative;}
.bg_imf_txa{position: absolute; top: 0; width: 100%; height: 604px; background: url(../img/vbf13.png) no-repeat center; background-size: cover; z-index: -1;}

.bg_shadow_txa{position: absolute; bottom: 0; right: 0; width: 60vw; color: #fff; display: flex; align-items: center; height: 410px; border-top-left-radius: 410px;
  background: rgb(65,55,52,0.5); border-bottom-left-radius: 410px;
  background: linear-gradient(90deg, rgba(65,55,52,0.9) 40%, rgba(168,127,114,0.9) 81%); justify-content: center;
  padding: 0 5%;
}

.bg_shadow_txa h4{font-size: 30px; font-weight: 600;}
.bg_shadow_txa p{font-size: 20px; font-weight: 400; line-height: 145%; color: #fff;}



#dosu{padding: 120px 0; text-align: center;}

#dosu ul{display: flex; justify-content: center; margin: 0 auto; margin-top: 82px; max-width: 1000px; margin-bottom: 131px;}
#dosu ul li{width: calc(100% / 4); box-sizing: border-box; padding: 0 10px; color: #2E2E2E;}
#dosu ul li h6{font-size: 20px; padding: 0; margin: 0;}
#dosu ul li p{font-size: 16px; margin-top: 15px; line-height: 135%;}


.flex_box_dosu{display: flex; background: #ECE8E4; border-top-right-radius: 150px; margin-bottom: 20px;}
.flex_box_dosu.reverse_dosu{display: flex; background: #ECE8E4; border-top-right-radius: 0; border-top-left-radius: 150px;}

.img_f_dosu{width: 45%;}
.img_f_dosu img{width: 100%;}
.txt_f_dosu{width: 55%; display: flex; align-items: center;}

.txt_f_dosu h6{font-size: 30px; font-weight: 600; margin: 0; margin-bottom: 22px;}
.txt_f_dosu p{font-size: 20px; font-weight:400; line-height: 145%; margin-top: 22px;}
.txt_f_dosu{padding: 100px;}


#suyaek{background: #ddd url(../img/suyak_bg.png) no-repeat center; padding: 50px 0; background-size: cover;}
#suyaek .inner{display: flex;}
.img_suyaek{width: 50%; text-align: center;}
.txt_suyaek{width: 50%; display: flex; align-items: center; padding: 50px; box-sizing: border-box; text-align: center; color: #fff;}

.txt_suyaek .tit_ma1,.txt_suyaek .tit_ma2 b{color: #fff;}

.txt_suyaek p{margin-top: 70px; color: #fff; font-size: 20px;}



@media screen and (max-width: 1300px) {
  .circle4{width: 250px; height: 250px;}
  .circle4 h3{font-size: 16px;}
  .circle4 p{font-size: 14px; margin-top: 15px;}
  .container{width: 100%; aspect-ratio: 1 / 1; height: auto;}
  .border-circle{width: 50vw; aspect-ratio: 1 / 1; height: auto;}
  .bg_shadow_txa{width: 95vw;}

  .txt_f_dosu{padding: 20px;}
  .txt_f_dosu h6{font-size: 20px;}
  .txt_f_dosu p{font-size: 16px;}

  #suyaek .inner {
    display: flex;
      flex-direction: column;
      align-items: center;
  }
  .img_suyaek,
  .txt_suyaek{width: 100%; justify-content: center}
  #suyaek{background-position: right;}
  .txt_suyaek p{font-size: 18px; margin-top: 40px;}
}




@media (max-width: 700px) {
   .quick_right div > a{width: 50px; height: 50px; padding: 10px !important;}
   .quick_right .hover-box {
      position: absolute;
      width: 180px;
      height: 50px;
      align-items: center;
      justify-content: center;
      font-size: 15px;
  }

}

@media screen and (max-width: 1480px) {
    .ul_zone {
        flex-direction: column;
    }
}


@media screen and (max-width: 1440px) {
  .right_solution{width: 95vw;}
}


@media screen and (max-width: 1400px) {
    .inner{width: 100%; max-width: 100%; box-sizing: border-box; padding: 0 50px;}
}

@media screen and (max-width: 1200px) {
  .img_box_tab{position: relative;}
  .img_box_tab::after{position: absolute; bottom: 0; width: 100%; height: 60%; background: #ddd; z-index: -1; content: ""; left: 0; border-radius: 50px;}
  .tit_ma2{font-size: 43px;}
  .tab{margin-top: 50px;}
  .tab_con li .inner {
    flex-direction: column;
  }
  .img_box_tab{width: 100%;}
  .txt_box_tab{width: 100%;}
  .tab_con .up_box_re::after{display: none;}
  .right_solution {
    width: 100%;
    flex-direction: column;
    padding-bottom: 160px;
  }
  .right_solution{align-items: center;}
  .line_progess{width: 100%; margin-top: 30px;}
  .nemo_r_s{padding: 100px; width: auto; height: auto; border-radius: 15%;}
}

@media screen and (max-width: 1080px) {
    .navbar__menu{display: none;}
    .navbar__toggle-btn {display: block;}
    #navbar.navbar--dark .navbar__logo{display: block;}
    .visual-sec{margin-top: 100px;}
    .tit_ma1{font-size: 30px;}
    .tit_ma2{font-size: 40px;}
    #home ul li{font-size: 22px;}
    .bg_zone_abt .inner{flex-direction: column; align-items: flex-start}
    .people_zone{position: relative;}
    .people_zone img{width: 100%;}
    #about .bg_zone_abt{background-size: cover; padding: 50px 0;}
    .txt_zone{margin-bottom: 30px;}
}

@media screen and (max-width: 800px) {
  .txt_suyaek p{font-size: 16px; margin-top: 20px;}
  #dosu ul{flex-wrap: wrap; gap: 16px;}
  #dosu ul li {
    width: calc(100% / 2 - 8px);}
  .flex_box_dosu {
    flex-direction: column;
  }
  .img_f_dosu{width: 100%;}
  .txt_f_dosu{width: 100%;}
  .txt_f_dosu {
    justify-content: center;
  }
  .flex_box_dosu.reverse_dosu {
    flex-direction: column-reverse;
  }
    .inner{width: 100%; max-width: 100%; box-sizing: border-box; padding: 0 30px;}
    .quick_right > div > a p{display: none;}
    .tit_ma1{font-size: 21px;}
    .tit_ma2{font-size: 27px;}
    #home ul{margin-top: 35px;}
    #home ul li{padding: 0 10px; font-size: 16px;}
    .swiper.mySwiper3{padding: 60px 0;}
    .txt_zone_sli span{font-size: 18px; margin-top: 25px;}
    .txt_zone_sli p{font-size: 14px;}

    #home{padding: 100px 0;}
    .nemo_r_s{padding: 50px;}
    .tab li a p{font-size: 20px;}
    .tab{justify-content: center}
    .tab_all_list_tit h3{font-size: 22px;}
    .tab_all_list{font-size: 16px;}
    .tab_all_list{margin-top: 10px;}
    .tab_all_list_tit span{height: 35px; width: 35px; font-size: 16px;}
    #testimonials ul li {
      padding: 0 10px;
      font-size: 16px;
    }
    #testimonials ul{margin-top: 40px;}
    .circle4{width: 40vw; height: auto; aspect-ratio: 1 / 1;}
    .bg_shadow_txa h4{font-size: 22px;}
    .bg_shadow_txa p{font-size: 16px;}
    .bg_shadow_txa p br{display: none;}



}

@media screen and (max-width: 500px) {
  .txt_suyaek{padding: 20px;}
  .img_suyaek img{width: 100%;}
  .txt_suyaek p{font-size: 14px; margin-top: 10px; line-height: 145%;}
  .bg_line_sub_txa{height: 500px;}
  .bg_shadow_txa{height: auto; padding: 50px;}
  .border-circle{width: 55vw; border-width: 11px;}
  .container{margin-top: 40px;}
  #work{padding: 50px 0;}
  #testimonials{padding: 50px 0;}
  #testimonials ul li{padding: 0 4px;}
  .circle4 h3{font-size: 14px;}
  .circle4 p{font-size: 12px;}
  .container{height: 500px;}
  .circle4{width: 42vw; border-radius: 15px;}
  #home{padding: 50px 0;}
  #about{padding: 0;}
  .bg_zone_abt .inner{min-height: auto; padding-bottom:0;overflow: hidden;}
  #about .bg_zone_abt{padding-bottom: 0;}
  .txt_zone span{font-size: 24px; margin-left: 15px;}
  .txt_zone h4{font-size: 18px; margin-bottom: 25px;}
    .quick_right{right: 10px;}
    .quick_right div > a img{width: 30px; height: 30px;}
    .visual-sec{margin-top: 70px;}
    .inner{width: 100%; max-width: 100%; box-sizing: border-box; padding: 0 15px;}
    .tit_ma1{font-size: 14px;}
    .tit_ma2{font-size: 18px;}
    #home ul{margin-top: 20px;}
    #home ul li{font-size: 14px; padding: 0 4px;}
    .txt_zone_sli span{font-size: 14px; margin-top: 15px;}
    .txt_zone_sli p{font-size: 12px;}
    .txt_zone_sli p br{display: none;}
    .ul_zone ul{font-size: 14px;}
    .people_zone img{margin-bottom: -10px;}
}


@media screen and (max-width: 1350px) {
  .main-swiper .inner {
    flex-direction: column-reverse;
}
.main-swiper .txt-box{text-align: center;}
#skills .all-box{bottom: 0; transform: translateX(-50%); justify-content: center;position: relative; margin-top: 50px;}
}

@media screen and (max-width: 500px) {
  .txt_f_dosu h6{font-size: 16px;}
  .txt_f_dosu p{font-size: 14px;}
  .txt_f_dosu p br{display: none;}
  .bg_shadow_txa h4{font-size: 18px;}
  #dosu ul li h6{font-size: 16px;}
  #dosu ul li p{font-size: 14px;}
  #dosu ul li{padding: 0;}
  #dosu ul li br{display: none;}
  #dosu ul {
    margin-top: 42px;
    margin-bottom: 54px;
  }

  #dosu{padding: 100px 0;}
  #skills{padding: 50px 0;}
  .main-swiper .inner h3{font-size: 18px;}
  .main-swiper .inner p{font-size: 14px;}
  .main-swiper .inner p br{display: none;}
  .main-swiper{margin-top: 30px;}
  #skills{margin-top: 100px;}

  .tab li a p{font-size: 18px;}
  .tab_all_list_tit h3{font-size: 18px;}
  .tab_all_list_tit{gap: 15px;}
  .tab_all_list{padding-left: 50px; font-size: 14px; line-height: 145%;}
  .nemo_r_s{padding: 20px; border-radius: 20px;}
  .nemo_r_s h4{font-size: 18px;}
  .nemo_r_s p{font-size: 16px;}
  .new_progress_line{margin-top: 90px;}
  .tive_zone p{margin-top: 30px;}
  .tive_zone p{font-size: 14px;}
  .tive_zone span{font-size: 12px;}
  .txt_zone_abuso{width: 98%;}
  .nemo_r_s h4{margin-top: 0;}
  
}









.placezone{padding: 150px 0; text-align: center; margin-top: 200px; background: url(./img/section10/allbg.png) no-repeat top; background-size: 90vw 100vh; background-position: 0 0;}
.placezone .inner{max-width: 1316px;}
.placezone .swiper {
width: 100%;
height: 100%;
}

.placezone .swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
}

.placezone .swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}

.placezone .swiper {
width: 100%;
height: 300px;
margin-left: auto;
margin-right: auto;
}


.placezone .swiper-slide {
background-size: cover;
background-position: center;
cursor: pointer;
}

.placezone .mySwiper7 {
height: 80%;
width: 100%;
margin-top: 70px;
}


.placezone .mySwiper7 .swiper-slide{height: 842px;}

.mySwiper7 {
height: 20%;
box-sizing: border-box;
padding: 10px 0;
margin-top: 30px;
}

.mySwiper6{margin-top: 50px;}

.mySwiper6 .swiper-slide {
width: 25%;
height: 131px;
opacity: 0.4;
}

.mySwiper6 .swiper-slide-thumb-active {
opacity: 1;
}

.placezone .swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}

.placezone .title_ex p{color: #666;}


.placezone .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none !important;
}
.placezone .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background-image: none !important;
}
.placezone .swiper-button-next:after,.placezone .swiper-button-prev:after{color: #fff;}

@media screen and (max-width: 1400px) {
    .placezone {
        padding: 150px 0;
        text-align: center;
    }
    .location_gulid{padding: 150px 0;}
    .placezone .inner{max-width: 100%; padding: 0 30px;}
    .placezone .mySwiper7 .swiper-slide{height: auto;}
    .placezone .swiper{height: auto;}
    .placezone{background-size: contain;}
    .placezone{padding: 50px 0;}
    
}

@media screen and (max-width: 900px) {
    
    .placezone .swiper-slide img{height: auto;}
    .mySwiper7 .swiper-slide{height: auto;}
    .mySwiper6 .swiper-slide{height: auto;}
    .mySwiper6{margin-top: 10px;}
    .placezone{margin-top: 50px;}
    .placezone .mySwiper7{margin-top: 20px;}
}

@media screen and (max-width: 500px) {
    .location_gulid{padding: 50px 0;}
    .placezone{padding: 50px 0;}
    .placezone .inner{padding: 0 10px;}
    .mySwiper7{margin-top: 25px;}
    .placezone .swiper-button-next:after,.placezone .swiper-button-prev:after{font-size: 22px !important;}
}

#map, #daumRoughmapContainer1739343849114 {
  width: 100%;
  height: 100%;
}

.maps_tx{font-size: 30px; margin-top: 78px;}


.mapinfo .inner{text-align: center; margin-bottom: 30px; max-width: 1140px;}

.mapinfo .flex_box{display: flex; align-items: center;  flex-direction: column;}
.left_road{width: 100%; padding: 50px 30px; }
.left_road ul{display: flex;}

.right_road{width: 100%; text-align: center; background: #ddd; height: 777px;}

.left_road h3{font-size: 30px; font-weight: 400; color: #2c2c2c; text-align: center;}
.left_road h4{font-size: 20px; font-weight: 400; color: #2c2c2c; margin:0; line-height: 145%; text-align: center;}
.left_road .list_dd{font-size: 20px; display: flex; justify-content: space-between; width: 100%;}
.left_road h5{font-size: 18px;}
.left_road h6{font-size: 30px; font-weight: 700; position: relative;}

.left_road ul{ display: flex; gap: 12px;}
.left_road ul li{width: calc(100% / 3 - 8px); display: flex; flex-direction: column; align-items: center; gap: 30px;
  padding:  0 15px;
}
.right_txt_road{width: 50%; text-align: right;}
.left_road ul li .flex_wrap_cushel{text-align: center;}
.left_road h5{margin: 0;}
.left_road h6{margin: 0; color: #A87F72;}
.left_txt_road{width: 85px; display: flex; justify-content: space-between;}
.left_road h3:last-of-type{margin-top: 20px;}

.flex_wrap_cushel{width: 203px; height: 56px; background: #A87F72; color: #fff; display: flex; align-items: center; justify-content: center; border-radius: 56px;}
.flex_wrap_cushel a{color: #fff;}


@media screen and (max-width: 1200px) {
  .left_road ul {
    flex-direction: column;
    justify-content: center;
    gap: 50px;
}
.left_road ul li{width: calc(100%); max-width: 500px; margin: 0 auto;}
.maps_tx{font-size: 22px;}
.maps_tx{margin-top: 30px;}
.wrap_map{height: 482px !important;}
.right_road{height: auto;}
}


@media screen and (max-width: 500px) {
  .maps_tx{font-size: 14px; margin-top: 15px; line-height: 145%;}
  .wrap_map{height: 202px !important;}
  .left_road{padding: 15px;}
  .left_road ul li{gap: 10px; padding: 0;}
  .left_road h3{font-size: 20px; margin-top: 10px;}
  
}


.footer{background: #413734 url(../img/footer_bg.png) no-repeat; color: #fff; width: 100%; font-size: 18px; font-weight: 300; text-align: center; border-top: 1px solid #000;
  padding: 70px 0; background-size: contain;
  }
  .footer a{color: #fff;}
  .foot_link{ width: 100%; box-sizing: border-box;}
  
  .flex_box_zone{display: flex; gap: 30px;}
  
  
  .footer h6{position: relative;}
  
  .foot_link ul{display: flex; justify-content: center;padding: 20px 0; margin: 0;}
  .foot_link ul li{padding: 0 30px; box-sizing: border-box; border-left: 1px solid #fff;}
  .foot_link ul li:first-of-type{padding-left: 0; border-left: 0;}
  
  .foot_label ul{width: 100%; display: flex; gap: 10px; flex-direction: column; }
  .foot_label li{display: flex; align-items: center; justify-content: center; font-size: 16px;}
  .list_a{padding: 0 20px; border-right: 1px solid #fff;}
  .list_a:last-of-type{border-right:0;}

  .foot_label li p{color: #fff;}
  
  .footer{position: relative;}
  .sns_link_zone{position: absolute ;right: 0; top: 0;}
  
  .mapinfo{overflow: hidden;}
  @media screen and (max-width: 1685px) {
      .left_road {padding: 70px;}
      .left_road ul{
          flex-wrap: wrap;
          flex-direction: column;
          gap: 10px;
      }
      .left_road ul li{width: calc(100%);}
      .left_road ul{gap: 30px;}
      .left_road .list_dd{max-width: 250px;}
      .left_road ul li{gap: 12px;}
  }
  
  @media screen and (max-width: 1450px) {
      .footer .inner{max-width: 100%; padding: 0 30px;}
  }
  
  
  
  @media screen and (max-width: 800px) {
  .back_one_cc1{background-position: 50%;}
  .back_one_cc2{background-position: 100%;}
  .right_road{height: auto;}
  .sns_link_zone{position: relative; top: auto; left: auto;}
  .flex_box_zone{justify-content: center; padding-top: 15px;}
  .mapinfo .flex_box {
      display: flex;
      align-items: center;
      flex-direction: column-reverse;
  }
  .left_road{width: 100%;}
  .right_road{width: 100%;}
  .left_road h3:last-of-type{margin-top: 0;}
  .left_road h4{margin-bottom: 10px;}
  .mapinfo{padding-bottom: 0}
  .foot_link{padding: 0;}
  .footer{padding: 30px 0; background: #413734 ;}
  .foot_link ul li:first-of-type{border-left: 1px solid #fff;}
  }
  
  
  @media screen and (max-width: 500px) {
      .footer .inner{max-width: 100%; padding: 0 10px;}
      .foot_label ul li{font-size: 14px; line-height: 145%;}
  
      .foot_link ul {
          display: flex;
          flex-direction: column;
          gap: 10px;
          text-align: center;
      }
      .foot_link ul li {
          border: 1px solid #ddd;
          padding: 10px 0;
      }
      .left_road{padding: 20px;}
      .left_road h3{font-size: 20px;}
      .left_road h4{font-size: 14px; margin-top: 10px;}
      .left_road ul li div{font-size: 16px;}
      .left_road ul li span{width: 63px;}
  
      .foot_label li {
          align-items: center;
          justify-content: center;
          flex-direction: column;
          border: 0;
      }
      .list_a{border: 0;}
      .foot_link ul{padding: 15px 0; font-size: 14px;}
      .flex_box_zone{gap: 40px;}
      .footer{padding-bottom: 50px;}
      .foot_label li p{font-size: 14px; line-height: 145%;}
  
  }
  .foot_label ul li b{padding: 0 10px; display: inline-block;}
  
  