@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/subsets/Paperlogy-dynamic-subset.css");

/* root */
:root{
  --color-pramary: #ED6C00;
  --color-orange: #F37002;
  --color-purple: #9000FF;
  --color-redorange: #FF4A09;
  --color-kakao: #fff100;
  --color-naver: #35CC08;
  --color-facebook: #0866FF;
  --color-mzblack: #110800;
  --color-insta-gra: linear-gradient(90deg, #FFD600, #FF7A00, #FF0069, #D300C5, #7638FA);
  --color-bg-opacity40: #11080040;
  --font-primary: "Paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI",Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

/* 초기화 */
html {overflow-y:scroll}
body {
  margin:0;
  padding:0;
  font-size:1rem;
  font-family: "Paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI",Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  background:#fff;
  word-break: keep-all;
}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
img{width: 100%;}
h1, h2, h3, h4, h5, h6 {font-family: "Paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI",Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;}
h1{font-size: 2.5rem;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {margin:0;padding:0;list-style:none;}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-family: "Paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI",Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;font-size:1rem;}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {font-family: "Paperlogy", -apple-system, BlinkMacSystemFont, "Segoe UI",Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;font-size:1rem}
select {margin:0;}
p {margin:0;padding:0;word-break:keep-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}

*, :after, :before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

input[type=text],input[type=password], textarea {
-webkit-transition:all 0.30s ease-in-out;
-moz-transition:all 0.30s ease-in-out;
-ms-transition:all 0.30s ease-in-out;
-o-transition:all 0.30s ease-in-out;
outline:none;
}

input[type=text]:focus,input[type=password]:focus,input[type=tel]:focus, textarea:focus,select:focus {
-webkit-box-shadow:0 0 2px var(--color-bg-opacity40);
-moz-box-shadow:0 0 2px var(--color-bg-opacity40);
box-shadow:0 0 2px var(--color-bg-opacity40);
border:1px solid var(--color-pramary) !important;
}

.placeholdersjs {color:#aaa !important}

/* 레이아웃 크기 지정 */

.centerbox{
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
}
.center_90{
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}
#wrapper{
  min-height: calc(100vh - 130px - 270px);
}

/* 헤더 */
#hd{
  background-color: transparent;
  width: 100%;
  height: auto;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
#hd_wrapper, .mobile_hd{
  width: 100%;
}
#hd_wrapper .center_90{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#hd_wrapper .h_menubox{
  background-color: #00000008;
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 6px #11080010;
}
/* 헤더스크롤 */
#hd.on #hd_wrapper .h_menubox{
  background-color: #ffffff;
}
#hd.on #logo a > img.logo_ori{
  display: block;
}
#hd.on #logo a > img.logo_w{
  display: none;
}
#hd.on #hd_wrapper .menu .gnb_1dli > a{
  color: #000;
}
#hd.on .mh_wrapper{
  background-color: #fff;
}
#hd.on .mobile_hd label[for="ham"] span, 
#hd.on .mobile_hd label[for="ham"] span::before, 
#hd.on .mobile_hd label[for="ham"] span::after{
  background-color: #000;
}
#hd.on #ham:checked ~ label[for="ham"] span{
  background-color: transparent;
}
#hd.on #hd_wrapper .center_90 .menu a:hover{
  font-weight: 800;
  color: var(--color-pramary);
}

#logo{
  z-index: 20;
  display: flex;
  align-items: center;
}
#logo a{
  display: block;
  height: 30px;
}
#logo a > img{
  width: auto;
  height: 100%;
}
#logo a > img.logo_ori{
  display: none;
}
.h_company{
  width: 100%;
  background-color: var(--color-orange);
  color: #fff;
}
.h_company .center_90{
  height: 50px;
}
.h_company dl{
  display: flex;
  align-items: center;
  gap: 10px;
}
.h_company dt{
  font-size: 1.15rem;
  font-weight: 600;
}
.h_company dd{
  font-size: 1rem;
  text-align: center;
  font-weight: 400;
}
#hd_wrapper .center_90 .menu{
  flex: 1;
  height: 80px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  font-size: 1rem;
  font-weight: 600;
}
#hd_wrapper .center_90 .menu .gnb_1dli{
  text-align: center;
  padding: 10px 30px;
  position: relative;
  font-weight: 500;
  height: 100%;
  align-content: center;
}
#hd_wrapper .center_90 .menu .gnb_1dli > a{
  color: #fff;
}
#hd_wrapper .center_90 .menu .gnb_1dli:last-child{
  padding-right: 0;
}
#hd_wrapper .center_90 .menu .gnb_1dli:hover .gnb_2dul{
  display: block;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
#hd_wrapper .center_90 .menu .gnb_1dli .gnb_2dul{
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0; 
  background-color: #fff;
  display: none;
}
#hd_wrapper .center_90 .menu .gnb_1dli .gnb_2dul .gnb_2da{
  display: block;
  padding: 8px 20px;
  text-align: center;
}
#hd_wrapper .center_90 .menu a:hover{
  font-weight: 700;
  color: var(--color-pramary);
}
.mobile_hd{
  display: none;
  box-sizing: border-box;
}
.mh_wrapper{
  box-shadow: 0 2px 6px #11080010;
}
.mobile_hd .center_90{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile_hd input[id="ham"]{
  display: none;
}
.mobile_hd label[for="ham"]{
  top: 30px;
  width: 30px;
  height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  position: absolute;
  right: 0;
  margin-right: 5%;
  z-index: 99;
}
.mobile_hd label[for="ham"] span, .mobile_hd label[for="ham"] span::before, .mobile_hd label[for="ham"] span::after{
  content: '';
  display: block;
  height: 3px;
  width: 30px;
  background: #fff;
  transition: 0.2s;
  position: absolute;
  border-radius: 1px;  
}
.mobile_hd label[for="ham"] span::before{
  bottom: 10px;
}
.mobile_hd label[for="ham"] span::after{
  top: 10px;
}
.mh_wrapper:has(#ham:checked){
  background-color: #fff;
}
.mh_wrapper:has(#ham:checked) #logo a > img.logo_ori{
  display: block;
}
.mh_wrapper:has(#ham:checked) #logo a > img.logo_w{
  display: none;
}
#ham:checked ~ label[for="ham"] span::after{
  top: 0;
  transform: rotate(-45deg);
  background-color: #000;
}
#ham:checked ~ label[for="ham"] span{
  background-color: rgba(0, 0, 0, 0);
}
#ham:checked ~ label[for="ham"] span::before{
  bottom: 0;
  transform: rotate(45deg);
  background-color: #000;
}
#ham:checked ~ #nav{
  top: 60px;
  transition: all 0.4s;
  display: block;
}
#nav{
  left: 0;
  position: absolute;
  width: 100%;
  height: calc(100vh - 110px);
  background: var(--color-pramary);
  display: none;
  justify-content: center;
  align-items: center;
}
#nav .menu{
  float: right;
  width: 45%;
  height: 100%;
  background-color: #fff;
  padding-top: 50px;
  font-size: 1.4rem;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
#nav .menu .gnb_1dli > a{
  display: block;
  padding: 10px;
}
#nav .menu .gnb_1dli > .gnb_2dul{
  font-size: 0.8em;
  font-weight: 400;
  text-align: center;
}
#nav .menu .gnb_1dli > .gnb_2dul a{
  display: block;
  padding: 8px 10px;
}
#nav .nav_menu_bg{
  width: 55%;
  float: left;
  height: 100%;
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#nav .nav_menu_bg > img{
  width: 80%;
}

/* 푸터 */
footer{
  padding: 30px 0;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
}
div.privercy{
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  background-color: var(--color-pramary);
  gap: 30px;
}
div.privercy > a{
  color: #fff;
  font-weight: 500;
}
footer .footer_content{
  display: flex;
  padding: 0;
  justify-content: space-between;
}
.footer_logo{
  width: 300px;
}
footer .f_left{
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 60%;
  max-width: 800px;
}
footer .f_right{
  width: 35%;
  max-width: 500px;
}
footer .f_right .fawn_info{
  list-style: initial;
  line-height: 1.3em;
  font-weight: 400;
}
footer .f_right .fawn_info > li{
  margin-left: 20px;
}
footer .f_right .fawn_info > li:not(:last-child){
  margin-bottom: 5px;
}
footer .f_left .company{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
footer .f_copyright{
  margin-top: 20px;
  font-size: 14px;
}

/* 퀵메뉴 */
#quick_menu{
  width: 120px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: -2px 4px 4px rgba(0, 0, 0, 0.05);
  z-index: 100;
}
#quick_menu ul{
  display: flex;
  flex-direction: column;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
#quick_menu ul li:first-child{
  padding: 15px;
  background-color: var(--color-purple);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  word-break: keep-all;
}
#quick_menu ul li.quick_kakao a{
  background-color: var(--color-kakao);
}
#quick_menu ul li.quick_tell a{
  color: #fff;
  background-color: var(--color-orange);
}
#quick_menu ul li a{
  width: 100%;
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
  padding: 18px 0;
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#quick_menu ul li a .quick_icon{
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
}

/* 콘텐츠 */
section{
  padding: 120px 0;
}
section .title{
  color: var(--color-pramary);
}
section .t_left{
  text-align: left;
}
section .t_center{
  text-align: center;
}
section .t_right{
  text-align: right;
}
section .sec_title{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
section .sec_title > p{
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 300;
  text-align: center;
}
h1{
  font-size: 60px;
  line-height: 1.5em;
  font-weight: 600;
}
h3{
  font-size: 1.1rem;
  font-weight: 600;
}
.contents li{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* margin-bottom: 20px; */
}
.contents li div{
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: contain;
  margin-bottom: 15px;
}
.contents li div img{
  max-width: fit-content;
  max-height: 100%;
}
button{
  background-color: var(--color-pramary);
  border: 0;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 20px;
  box-sizing: border-box;
  width: 135px;
  height: 40px;
  color: #fff;
}
button a{
  display: block;
  color: #fff;
  padding: 10px 35px;
}
button:hover{
  background-color: #fff;
  border: var(--color-pramary) 2px solid;
  color: var(--color-pramary);
  box-sizing: border-box;
}
button a:hover{
  color: var(--color-pramary);
}
button[type="submit"]{
  padding: 10px 35px;
}
button[type="submit"]:hover{
  background-color: #fff;
  border: var(--color-pramary) 2px solid;
  color: var(--color-pramary);
}
input, textarea{
  box-sizing: border-box;
  padding: 5px;
}


/* 메인 섹션1/배너 */
section.main_banner{
  height: 100vh;
  overflow: hidden;
  position: relative;
}
section.main_banner .banner_swiper{
  width: 100%;
  height: 100%;
}
section.main_banner .banner_swiper::before{
  content: '';
  width: 100%;
  height: 100%;
  background-color: var(--color-bg-opacity40);
  backdrop-filter: blur(1px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
} 
section.main_banner .banner_swiper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.main_banner .banner_text{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  word-break: keep-all;
}
section.main_banner .banner_text h2{
  margin-bottom: 30px;
  font-size: 2.5rem;
  font-weight: 500;
}
section.main_banner .banner_text .banner_logo{
  width: 80%;
  max-width: 1000px;
  display: inline-block;
  padding-bottom: 30px;
  margin-bottom: 40px;
  position: relative;
}
section.main_banner .banner_text .banner_logo::before{
  content: '';
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
section.main_banner .banner_text p{
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5em;
}
section#content_1{
  padding: 0;
}


/* 메인 섹션2 */
section.content_2{
  background: url(/theme/basic/img/main_bg_01.jpg) no-repeat;
  background-attachment: fixed;
}
section.content_2 .company_wrap01, 
section.content_2 .company_wrap02{
  display: flex;
  flex-direction: column;
  gap: 60px;
}
section.content_2 .company_wrap01{
  margin-bottom: 120px;
}
section.content_2 h1.title > .point{
  color: var(--color-purple);
  font-size: 1.2em;
  font-weight: 700;
}
section.content_2 .main_company_info{
  position: relative;
  width: 100%;
}
section.content_2 .main_company_info > div{
  width: 40%;
  height: 320px;
}
section.content_2 .main_company_info > div img{
  height: 100%;
  object-fit: cover;
}
section.content_2 .main_company_info > p{
  width: 80%;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, .9);
  backdrop-filter: blur(2px);
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  right: 0;
  top: 20%;
  box-shadow: 3px 3px 16px #00000010;
  line-height: 1.5em;
}

section.content_2 .company_wrap02{
  margin-bottom: 120px;
}
section.content_2 .company_wrap02 .item_swiperbox{
  position: relative;
}
section.content_2 .company_wrap02 .item_swiper{
  width: 90%;
  margin: 0 auto;
}
section.content_2 .company_wrap02 .item_info{
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
section.content_2 .company_wrap02 .item_info .item_img{
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  overflow: hidden;
}
section.content_2 .company_wrap02 .item_info .item_img > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.content_2 .company_wrap02 .item_info .item_text{
  text-align: center;
  padding: 0 10px;
  line-height: 1.5em;
}
section.content_2 .company_wrap02 .item_info .item_text > b{
  display: block;
  font-size: 1.2em;
  margin-bottom: 10px;
}
section.content_2 .company_wrap02 .swiper-button-next:after, 
section.content_2 .company_wrap02 .swiper-button-prev:after{
  font-size: 24px !important;
  color: #000;
}

section.content_2 .use_info h1{
  margin-bottom: 60px;
}
.use_infobox{
  display: flex;
  gap: 30px;
}
.use_infobox > li{
  flex: 1;
  background: linear-gradient(135deg, var(--color-orange), var(--color-redorange));
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
  position: relative;
  overflow: hidden;
}
.use_infobox > li b{
  display: block;
  font-size: 28px;
  font-weight: 700;
}
.use_infobox > li::before{
  width: fit-content;
  height: fit-content;
  font-size: 5rem;
  font-weight: 700;
  color: #fff;
  opacity: .3;
  position: absolute;
  left: -3px;
  top: 19px;
}
.use_infobox > li:nth-child(1)::before{
  content: '01';
}
.use_infobox > li:nth-child(2)::before{
  content: '02';
}
.use_infobox > li:nth-child(3)::before{
  content: '03';
}
.use_infobox > li:nth-child(4)::before{
  content: '04';
}

/* 메인 섹션3 */
section.content_3{
  background: #f9c871 url(/theme/basic/img/sub_b_bg.png) no-repeat;
  background-position: calc(100% + 100px) bottom;
  background-size: contain;
  padding: 100px 0;
  position: relative;
}
section.content_3::before{
  content: '';
  width: 100%;
  height: 100%;
  background-color: #ffffff10;
  position: absolute;
  top: 0;
  left: 0;
}
section.content_3 .centerbox{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 10;
}
section.content_3 .centerbox > h1{
  font-size: 70px;
  color: var(--color-redorange);
}
section.content_3 .centerbox > h1 span{
  color: #ff0073;
  font-size: 1.3em;
  font-weight: 700;
}
section.content_3 .centerbox > div{
  width: 70%;
}
section.content_3 .centerbox > div img{
  filter: invert(39%) sepia(92%) saturate(3026%) hue-rotate(353deg) brightness(98%) contrast(107%);
}

/* 메인 섹션4 */
section.content_4{
  background: url(/theme/basic/img/main_bg_04.png) no-repeat;
  background-attachment: fixed;
  position: relative;
}
section.content_4::before{
  content: '';
  width: 100%;
  height: 50%;
  background-color: var(--color-orange);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
section.content_4 .sec_title{
  margin-bottom: 80px;
}
section.content_4 .certifi_box{
  display: flex;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  gap: 30px;
}
section.content_4 .certifi_box > li{
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  color: #fff;
  text-align: center;
}
section.content_4 .certifi_box .certifi_img{
  box-shadow: 1px 2px 10px #11080010;
}

/* 메인 섹션5 */
section.content_5{
  background: url(/theme/basic/img/main_bg_05.jpg) no-repeat;
  background-size: cover;
}
section.content_5 .sec_title{
  color: #fff;
  flex-direction: row;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 50px;
}
section.content_5 .sec_title > h1{
  color: #fff;
}
section.content_5 .sec_title p{
  text-align: left;
}
section.content_5 .main_contact_wrapper{
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 30px;
}
section.content_5 .main_contact_content{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
section.content_5 .main_contact_content > div{
  border-radius: 20px;
}
section.content_5 .main_contact_content .main_contact_location{
  background-color: #fff;
  padding: 30px;
}

/* 카카오지도 */
.root_daum_roughmap_landing{
  width: 100% !important;
  height: 300px;
}
.root_daum_roughmap .wrap_map{
  height: 100% !important;
}
.root_daum_roughmap .wrap_controllers{
  display: none;
}
.root_daum_roughmap .cont{
  display: none;
}
.root_daum_roughmap .wrap_btn_zoom{
  display: none !important;
}

section.content_5 .main_contact_content .main_contact_location .main_map{
  margin-bottom: 20px;
}
section.content_5  .main_contact_location .main_location_info{
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
section.content_5  .main_contact_location .main_location_info > dl{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
}
section.content_5  .main_contact_location .main_location_info > dl dt{
  font-weight: 600;
  width: 80px;
}
section.content_5  .main_contact_location .main_location_info > dl dd{
  flex: 1;
}

section.content_5 .main_contact_content .main_contact_form{
  padding: 50px;
  background-color: #00000020;
  backdrop-filter: blur(5px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
  color: #fff;
}
section.content_5 .main_contact_form .main_form_title{
  padding-bottom: 20px;
  border-bottom: 2px solid #fff;
  width: 100%;
}
section.content_5 .main_contact_form .main_form_title > h4{
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}
section.content_5 .main_contact_form .main_form{
  flex: 1;
  width: 100%;
}
section.content_5 .main_contact_form .main_form form{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
section.content_5 .main_contact_form .main_form form > ul{
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.content_5 .main_contact_form .main_form li{
  display: flex;
  gap: 10px;
}
section.content_5 .main_contact_form .main_form label{
  display: inline-block;
  width: 80px;
  margin-top: 5px;
}
section.content_5 .main_contact_form .main_form input,
section.content_5 .main_contact_form .main_form textarea
{
  width: calc(100% - 90px);
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
}
section.content_5 .main_contact_form .main_form input[type="file"]{
  border: 0;
  font-size: 0.9rem;
  font-weight: 300;

}
input[type=file]::file-selector-button{
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: transparent;
  font-size: 0.9rem;
  font-weight: 300;
  color: #fff;
  padding: 5px 10px;
  font-family: var(--font-primary);
  cursor: pointer;
}
section.content_5 .main_contact_form .main_form form > button{
  margin-bottom: 0;
  color: #fff;
  background-color: transparent;
  border: #fff 1px solid;
  font-weight: 300;
}

section.content_5 .main_contact_wrapper .main_contact_sns{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
section.content_5 .main_contact_wrapper .main_contact_sns > li a{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 15px 10px;
  border-radius: 20px;
  color: #fff;
}
section.content_5 .main_contact_wrapper .main_contact_sns > li .sns_icon{
  width: 60px;
  height: 60px;
}
section.content_5 .main_contact_wrapper .main_contact_sns > li:nth-child(1) a{
  background: var(--color-naver);
}
section.content_5 .main_contact_wrapper .main_contact_sns > li:nth-child(2) a{
  background: var(--color-insta-gra);
}
section.content_5 .main_contact_wrapper .main_contact_sns > li:nth-child(3) a{
  background: var(--color-facebook);
}
section.content_5 .main_contact_wrapper .main_contact_sns > li .sns_text b{
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
section.content_5 .main_contact_wrapper .main_contact_sns > li .sns_text p{
  font-weight: 300;
}

/* 팝업 */
.popup-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  user-select: none;
  z-index: 1000;
  display: block;
  background-color: #00000020;
  backdrop-filter: blur(3px);
  display: none;
}

.popup-container .wrapper {
  position: absolute;
  width: 90%;
  max-width: var(--w);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: all;
  user-select: all;
}

.popup-container .wrapper .actions {
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-container .wrapper .actions button {
  background: none;
  border: none;
  color: #fff;
  font-weight: 500;
  padding: 5px 5px;
  cursor: pointer;
  font-size: 1rem;
  margin-bottom: 0;
}

.popup-container .wrapper img {
  width: 100%;
}

/* 서브페이지 */
#container_title{display: none;}
#wrapper:has(.sub_content){
  padding-top: 130px;
}
.sub_title > h3{
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.sub_title > .point{
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 1.3em;
  margin-bottom: 20px;
  color: var(--color-pramary);
}

/* 페이지네비 */
.page_nav_wrapper{
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.page_nav_wrapper .page_navbox{
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
}
.page_nav_wrapper .page_navbox img{
  height: 100%;
  object-fit: contain;
}
.page_nav_wrapper .page_navbox .home_icon{
  width: 18px;
  aspect-ratio: 1 / 1;
}
.page_nav_wrapper .page_navbox span{
  display: inline-block;
  width: 0.9rem;
  aspect-ratio: 1 / 1;
}
.page_nav_wrapper .page_navbox li.active{
  color: var(--color-orange);
  font-weight: 500;
}

/* 인사말 */
section#info_wrap{
  background: url(/theme/basic/img/main_bg_01.jpg) no-repeat;
  background-attachment: fixed;
}
section#info_wrap .info_wrap{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
section#info_wrap .info_wrap .info_text{
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 1.2rem;
  line-height: 1.5em;
  font-weight: 300;
  padding: 30px;
}
section#info_wrap .info_wrap .sub_title .point{
  margin-bottom: 20px;
}
section#info_wrap .info_wrap .info_img{
  position: relative;
}
section#info_wrap .info_wrap .info_img::before{
  content: '';
  width: 100%;
  height: 100%;
  top: -50px;
  right: -50px;
  background-color: var(--color-pramary);
  position: absolute;
  z-index: -1;
}
section#info_wrap .info_wrap .info_img img{
  height: 100%;
  object-fit: cover;
}

/* 오시는길 */
section.location_wrap{
  padding-top: 60px;
  background: var(--color-orange) url(/theme/basic/img/sub_01_bg.png) no-repeat;
  background-size: cover;
  position: relative;
}
section.location_wrap::before{
  content: '';
  width: 100%;
  height: 100%;
  background-color: #11080020;
  backdrop-filter: blur(1px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
section.location_wrap > .centerbox{
  position: relative;
  z-index: 2;
}
section.location_wrap .sub_title{
  margin-bottom: 40px;
  color: #fff;
}
section.location_wrap .sub_title > .point{
  color: var(--color-kakao);
}
.mz_location .root_daum_roughmap_landing{
  height: 100%;
  min-height: 450px;
}
.mz_location{
  display: flex;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.mz_location .map_wrap{
  flex: 1;
}
.mz_location .mz_location_info > div{
  padding: 20px 40px;
}
.mz_location .mz_location_info .cs_number_wrap{
  background-color: var(--color-redorange);
  color: #fff;
}
.mz_location .mz_location_info .cs_number_wrap > span{
  display: block;
  font-size: 1.15rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.mz_location .mz_location_info .cs_number > p{
  white-space: nowrap;
  margin-top: 5px;
  letter-spacing: 1px;
  font-size: 2.2rem;
  font-weight: 700;
}
.mz_location .mz_location_info .mz_location_text{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mz_location .mz_location_info .mz_location_text dl{
  padding: 10px 5px;
  padding-bottom: 20px;
}
.mz_location .mz_location_info .mz_location_text dl:not(:last-child){
  border-bottom: 1px solid #ccc;
}
.mz_location .mz_location_info .mz_location_text dt{
  font-weight: 500;
  color: var(--color-mzblack);
  margin-bottom: 8px;
  font-size: 1.05rem;
}
.mz_location .mz_location_info .mz_location_text dd{
  color: #272624;
}

/* 이용안내 */
section.service_wrap{
  padding-top: 50px;
  background: url(/theme/basic/img/main_bg_04.png) no-repeat;
  background-size: cover;
}
section.service_wrap .sub_title{
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
section.sub_content .item_wrapper{
  padding: 50px 0;
}
section.sub_content h4.con_title{
  font-size: 1.8rem;
  color: var(--color-pramary);
  margin-bottom: 40px;
}
section.sub_content .item_wrapper .con_wrapper{
  height: 500px;
  overflow: hidden;
  display: flex;
}
section.sub_content .item_wrapper .con_wrapper .item_content{
  flex: 1;
  width: auto;
  padding: 30px;
  background-size: cover;
  cursor: pointer;
  position: relative;
}
section.sub_content .item_wrapper .con_wrapper .item_content::before{
  content: '';
  width: 100%;
  height: 100%;
  background-color: #00000040;
  position: absolute;
  top: 0;
  left: 0;
}
section.sub_content .item_wrapper .con_wrapper .item_content:hover{
  flex: auto;
  width: 60%;
}
section.sub_content .item_wrapper .con_wrapper .item_content:hover::before{
  display: none;
}
section.sub_content .item_wrapper .con_wrapper .item_content:hover .item_text_wrap{
  display: block;
}
section.sub_content .item_wrapper .con_wrapper .item_content:nth-of-type(1){
  background: url(/theme/basic/img/item_01.jpg) no-repeat center;
}
section.sub_content .item_wrapper .con_wrapper .item_content:nth-of-type(2){
  background: url(/theme/basic/img/item_02.jpg) no-repeat center;
}
section.sub_content .item_wrapper .con_wrapper .item_content:nth-of-type(3){
  background: url(/theme/basic/img/item_03.jpg) no-repeat center;
}
section.sub_content .item_wrapper .con_wrapper .item_content:nth-of-type(4){
  background: url(/theme/basic/img/item_04.jpg) no-repeat center;
}
section.sub_content .item_wrapper .con_wrapper .item_content:nth-of-type(5){
  background: url(/theme/basic/img/item_05.jpg) no-repeat center;
}
.item_wrapper .con_wrapper .item_content .item_text_wrap{
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .8);
  backdrop-filter: blur(2px);
  border-radius: 20px;
  padding: 20px;
  display: none;
}
.con_wrapper .item_content .item_text_wrap > h5{
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.con_wrapper .item_content .item_text_wrap > div{
  font-size: 1.05rem;
  line-height: 1.4em;
}
.con_wrapper .item_content .item_text_wrap > div dl{
  display: flex;
  gap: 10px;
}
.con_wrapper .item_content .item_text_wrap > div dl:not(:first-child){
  margin-top: 5px;
}
.con_wrapper .item_content .item_text_wrap > div dl dt{
  font-weight: 600;
}
.con_wrapper .item_content .item_text_wrap > div span.notice{
  display: block;
  margin-top: 15px;
  font-weight: 600;
  color: red;
}

/* 상담문의 */
#wrapper:has(#contact_wrap){
  background: url(/theme/basic/img/main_bg_01.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
#wrapper:has(#contact_wrap)::before{
  content: '';
  width: 100%;
  height: 400px;
  background: url(/theme/basic/img/contact_bg.jpg) no-repeat bottom right;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  bottom: 0;
  left: 0;
}
#wrapper:has(#contact_wrap) .page_nav_wrapper{
  position: relative;
  z-index: 2;
  border-color: #110800;
}
section#contact_wrap{
  position: relative;
  z-index: 2;
  padding-top: 50px;
}
section#contact_wrap > .centerbox{
  display: flex;
  gap: 50px;
}
section#contact_wrap > .centerbox > div{
  flex: 1;
}
section#contact_wrap .contact_form{
  padding: 30px;
  background-color: #ffffff20;
  border-radius: 20px;
  backdrop-filter: blur(3px);
  box-shadow: 0 0 10px #11080010;
}
section#contact_wrap .contact_form form{
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
section#contact_wrap .contact_form form > ul{
  width: 100%;
}
section#contact_wrap .contact_form form > ul > li{
  background-color: #fff;
  border: 1px #11080010 solid;
  border-radius: 3px;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 8px;
  box-shadow: 0 0 4px #11080010;
}
section#contact_wrap .contact_form form > ul > li:not(:last-child){
  margin-bottom: 15px;
}
section#contact_wrap .contact_form form > ul > li:has(#qa_content){
  align-items: flex-start;
}
section#contact_wrap .contact_form form > ul > li label{
  width: 60px;
  font-weight: 500;
}
section#contact_wrap .contact_form form > ul > li input,
section#contact_wrap .contact_form form > ul > li textarea,
section#contact_wrap .contact_form form > ul > li select{
  flex: 1;
}
section#contact_wrap .contact_form form > ul > li input,
section#contact_wrap .contact_form form > ul > li select
{
  border: 0;
}
section#contact_wrap .contact_form form > ul > li select{
  padding: 5px;
  border-radius: 5px;
}
section#contact_wrap .contact_form form > ul > li textarea{
  border-color: #11080030;
  border-radius: 5px;
  height: 100px;
}
section#contact_wrap .contact_form form > ul > li input[type="file"]{
  border: 1px dashed #11080030;
  border-radius: 5px;
  width: 100%;
}
section#contact_wrap .contact_form form > button[type="submit"]{
  margin-bottom: 0;
}


/* 반응형 */
@media screen and (max-width: 1440px) {
  /* 메인페이지 */
  h1{
    font-size: 50px;
  }
  section .sec_title > p{
    font-size: 1.3rem;
  }
  /* 배너 */
  section.main_banner .banner_text h2{
    font-size: 2rem;
  }
  section.main_banner .banner_text .banner_logo{
    max-width: 800px;
  }
  section.main_banner .banner_text p{
    font-size: 1.2rem;
  }
  /* 띠배너 */
  section.content_3 .centerbox > h1{
    font-size: 60px;
  }
  section.content_3 .centerbox > div{
    width: 80%;
    max-width: 800px;
  }
  /* 방문안내 */
  section.content_5 .main_contact_content{
    gap: 30px;
  }
  section.content_5 .main_contact_wrapper .main_contact_sns > li .sns_icon{
    width: 50px;
    height: 50px;
  }
}
/* 작은노트북, 테블릿가로 */
@media screen and (max-width: 1280px) {
  /* 메인페이지 */
  /* 회사소개 */
  section.content_2 .company_wrap01,
  section.content_2 .company_wrap02{
    margin-bottom: 100px;
  }
  section.content_2 .main_company_info > p{
    width: 70%;
    font-size: 18px;
  }
  /* 이용안내 */
  .use_infobox > li{
    font-size: 1rem;
  }
  .use_infobox > li b{
    font-size: 1.5rem;
  }
  /* 띠배너 */
  section.content_3{
    padding: 80px 0;
  }
  section.content_3 .centerbox > h1{
    font-size: 3rem;
  }
  section.content_3 .centerbox > div{
    width: 80%;
    max-width: 800px;
  }
  /* 방문안내 */
  section.content_5 .main_contact_wrapper{
    gap: 30px;
  }
  section.content_5 .main_contact_location .main_location_info{
    padding: 0;
  }
  section.content_5 .main_contact_location .main_location_info > dl{
    font-size: 1rem;
  }
  section.content_5 .main_contact_location .main_location_info > dl dt{
    width: 70px;
  }
  section.content_5 .main_contact_wrapper .main_contact_sns > li a{
    padding: 15px;
    gap: 10px;
  }
  section.content_5 .main_contact_wrapper .main_contact_sns > li .sns_icon{
    width: 45px;
    height: 45px;
  }
  section.content_5 .main_contact_wrapper .main_contact_sns > li .sns_text b{
    font-size: 1rem;
  }
  section.content_5 .main_contact_wrapper .main_contact_sns > li .sns_text{
    font-size: 14px;
  }
  section.content_5 .main_contact_form .main_form form > ul{
    gap: 10px;
  }
  section.content_5 .main_contact_wrapper .main_contact_sns{
    gap: 15px;
  }

  /* 서브페이지 */
  /* 인사말 */
  section#info_wrap .info_wrap .info_text{
    padding: 0;
  }
  /* 오시는길 */
  .mz_location .mz_location_info{
    width: 380px;
  }

}
@media screen and (max-width: 1024px) {
  /* 퀵메뉴 */
  #quick_menu{
    width: 100px;
  }
  #quick_menu ul li:first-child{
    font-size: 1rem;
  }
  #quick_menu ul li a .quick_icon{
    width: 40px;
    height: 40px;
  }
  /* 메인페이지 */
  section{
    padding: 100px 0;
  }
  h1{
    font-size: 2.5rem;
  }
  section .sec_title > p{
    font-size: 1.2rem;
  }
  /* 회사소개 */
  section.content_2 .main_company_info > div{
    width: 60%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  section.content_2 .main_company_info > p{
    top: 10%;
    font-size: 1rem;
  }
  /* 취급품목 */
  .swiper-button-prev, .swiper-rtl .swiper-button-next{
    left: 0 !important;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: 0 !important;
  }
  /* 이용안내 */
  .use_infobox{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
  }
  /* 방문안내 */
  section.content_5 .sec_title{
    gap: 10px;
    flex-direction: column;
    margin-bottom: 40px;
  }
  section.content_5 .sec_title > h1,
  section.content_5 .sec_title p{
    width: 100%;
    text-align: left;
  }
  section.content_5 .main_contact_wrapper{
    padding: 10px;
  }
  section.content_5 .main_contact_content{
    grid-template-columns: 1fr;
  }
  section.content_5 .main_contact_wrapper .main_contact_sns > li a{
    flex-direction: column;
  }
  section.content_5 .main_contact_wrapper .main_contact_sns > li .sns_text{
    text-align: center;
  }
  
  /* 푸터 */
  footer .footer_content{
    flex-direction: column;
    gap: 20px;
  }
  footer .footer_content > div{
    width: 100%;
  }
  footer .f_left{
    align-items: center;
  }
  footer .f_left .company{
    justify-content: center;
  }
  footer .f_right{
    max-width: none;
  }
  footer .f_copyright{
    text-align: center;
  }

  /* 서브페이지 */
  /* 인사말 */
  section#info_wrap .info_wrap{
    grid-template-columns: 1fr;
  }
  section#info_wrap .info_wrap .info_text{
    order: 2;
  }
  section#info_wrap .info_wrap .info_img{
    order: 1;
  }
  /* 오시는길 */
  .mz_location{
    display: grid;
  }
  .mz_location .mz_location_info{
    width: 100%;
  }
  .mz_location .mz_location_info .cs_number{
    display: flex;
    gap: 20px;
  }
  /* 이용안내 */
  section.sub_content .item_wrapper .con_wrapper{
    flex-direction: column;
    min-height: 500px;
    height: auto;
  }
  section.sub_content .item_wrapper .con_wrapper .item_content:hover{
    width: 100%;
  }
  /* 상담문의 */
  section#contact_wrap > .centerbox{
    flex-direction: column;
    gap: 30px;
  }
  #wrapper:has(#contact_wrap)::before{
    height: 40vh;
    background-position-y: 100px;
  }
}
/* 테블릿(세로버전) */
@media screen and (max-width: 800px){
  html{
    font-size: 15px;
  }
  /* 헤더 */
  #hd_wrapper{
    display: none;
  }
  .mobile_hd{
    display: block;
  }
  .mh_wrapper{
    height: 60px;
    position: relative;
    display: flex;
    align-items: center;
    background-color: #00000008;
    backdrop-filter: blur(10px);
  }
  .mobile_hd label[for="ham"]{
    top: 50%;
    transform: translateY(calc(-50% + 10px));
  }
  #nav{
    height: calc(100vh - 120px);
  }
  /* 헤더상단고정정보 */
  .h_company .center_90{
    height: 60px;
  }
  .h_company dl{
    flex-direction: column;
    gap: 5px;
  }
  .h_company dl:first-child{
    align-items: flex-start;
  }
  .h_company dl:nth-child(2){
    align-items: flex-end;
  }
  /* 퀵메뉴 */
  #quick_menu{
    top: auto;
    transform: translate(0);
    bottom: 0;
    width: 100%;
  }
  #quick_menu ul{
    flex-direction: row;
    border-radius: 0;
    width: 100%;
  }
  #quick_menu ul li{
    flex: 1;
    height: 70px;
  }
  #quick_menu ul li:first-child{
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
  }
  #quick_menu ul li a{
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    aspect-ratio: auto;
    padding: 10px;
    height: 100%;
    font-size: 1.1rem;
  }

  /* 푸터 */
  footer{
    margin-bottom: 70px;
  }

  /* 메인페이지 */
  .centerbox{
    width: 85%;
  }
  h1{
    font-size: 2.3rem;
  }
  h3 {
    font-size: 1rem;
  }
  section .t_left, section .t_center, section .t_right{
    text-align: center;
  }
  /* 배너 */
  section.main_banner{
    height: 80vh;
    padding-top: 60px;
  }
  section.main_banner .banner_text .centerbox{
    margin-top: 30px;
    text-align: center;
  }
  section.main_banner .banner_text h2{
    line-height: 1.5em;
  }
  section.main_banner .banner_text .banner_logo{
    width: 90%;
  }
  section.main_banner .banner_text .banner_logo::before{
    width: 20%;
    left: 50%;
    transform: translateX(-50%);
  }
  section.main_banner .banner_text p{
    font-size: 1.1rem;
  }
  /* 띠배너 */
  section.content_3{
    padding: 50px 0;
  }
  section.content_3 .centerbox{
    gap: 20px;
  }
  section.content_3 .centerbox > h1{
    font-size: 2.5rem;
  }
  /* 방문안내 */
  section.content_5 .main_contact_wrapper .main_contact_sns > li .sns_text p{
    display: none;
  }
  

  /* 푸터 */
  footer .centerbox{
    justify-content: center;
    flex-direction: column;
  }
  footer .centerbox .company{
    margin: 20px 0;
  }
  footer > p{
    margin-top: 20px;
  }

  /* 서브페이지 */
  .page_nav_wrapper .page_navbox .home_icon{
    width: 16px;
  }
  /* 인사말 */
  section#info_wrap .info_wrap .info_img{
    width: 95%;
  }
  section#info_wrap .info_wrap .info_img::before{
    top: -35px;
    right: -35px;
  }
  section#info_wrap .info_wrap .info_text{
    font-size: 1.1rem;
  }
  /* 오시는길 */
  section.location_wrap .sub_title > .point{
    line-height: 1.4em;
  }
  .mz_location .mz_location_info .cs_number_wrap{
    display: flex;
    justify-content: space-between;
  }
  .mz_location .mz_location_info .cs_number{
    flex-direction: column;
    gap: 5px;
  }
  .mz_location .mz_location_info .cs_number > p{
    margin-top: 0;
  }
  .mz_location .mz_location_info .cs_number_wrap > span{
    margin-bottom: 0;
  }
  /* 이용안내 */
  section.sub_content .item_wrapper .con_wrapper .item_content::before{
    display: none;
  }
  .item_wrapper .con_wrapper .item_content .item_text_wrap{
    display: block;
  }
  /* 상담문의 */
  section#contact_wrap > .centerbox{
    gap: 30px;
  }
  #wrapper:has(#contact_wrap)::before{
    height: 35vh;
  }
}
/* 모바일 */
@media screen and (max-width: 500px) {
  html{
    font-size: 14px;
  }
  /* 헤더 */
  #logo a{
    height: 25px;
  }
  /* 헤더싱단고정정보 */
  .h_company .center_90{
    flex-direction: column;
    justify-content: center;
    gap: 5px;
  }
  .h_company dl{
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .h_company dt{
    font-size: 1rem;
  }
  
  /* 퀵메뉴 */
  #quick_menu ul{
    display: grid;
    grid-template-columns: 50% 1fr 1fr;
  }
  #quick_menu ul li a{
    gap: 10px;
  }
  #quick_menu ul li a .quick_icon{
    width: 35px;
    height: 35px;
  }
  #quick_menu ul li a > p{
    display: none;
  }

  /* 메인페이지 */
  section{
    padding: 80px 0;
  }
  h1 {
    font-size: 2rem;
  }
  #wrapper{
    padding-top: 60px;
  }
  /* 배너 */
  section.main_banner{
    height: 60vh;
  }
  section.main_banner .banner_text h2{
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  section.main_banner .banner_swiper div.img_right img{
    object-position: right;
  }
  section.main_banner .banner_text .banner_logo{
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  section.main_banner .banner_text .banner_logo::before{
    height: 3px;
  }
  /* 회사소개 */
  section.content_2 .company_wrap01, 
  section.content_2 .company_wrap02{
    margin-bottom: 80px;
  }
  section.content_2 .company_wrap01, 
  section.content_2 .company_wrap02{
    gap: 40px;
  }
  section.content_2 h1.title > .point{
    display: block;
    font-size: 1.35em;
  }
  section.content_2 .main_company_info{
    box-shadow: 3px 3px 16px #00000010;
    border-radius: 10px;
    overflow: hidden;
  }
  section.content_2 .main_company_info > div{
    width: 100%;
  }
  section.content_2 .main_company_info > p{
    position: initial;
    width: 100%;
    border-radius: 0;
  }
  /* 취급품목안내 */
  .swiper-button-prev, .swiper-rtl .swiper-button-next{
    left: -15px !important;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: -15px !important;
  }

  /* 메인 이용안내 */
  section.content_2 .use_info h1{
    margin-bottom: 40px;
  }
  .use_infobox{
    gap: 10px;
  }
  /* 띠배너 */
  section.content_3{
    background-position: -30px 10px;
  }
  section.content_3::before{
    background-color: #ffffff15;
  }
  section.content_3 .centerbox{
    gap: 10px;
  }
  section.content_3 .centerbox > h1{
    font-size: 2rem;
    text-align: center;
  }
  section.content_3 .centerbox > div{
    width: 100%;
  }
  /* 인증서 */
  section.content_4::before{
    display: none;
  }
  section.content_4 .sec_title{
    margin-bottom: 60px;
  }
  section.content_4 .certifi_box{
    flex-direction: column;
    width: 70%;
  }
  section.content_4 .certifi_box{
    gap: 40px;
  }
  section.content_4 .certifi_box > li{
    gap: 20px;
    color: #000;
  }
  /* 방문안내 */
  section.content_5 .main_contact_wrapper{
    padding: 0;
  }
  .root_daum_roughmap_landing{
    height: 250px;
  }
  section.content_5 .main_contact_location .main_location_info > dl dt{
    width: 60px;
  }
  section.content_5 .main_contact_content .main_contact_form{
    padding: 30px;
    font-size: 1rem;
  }
  section.content_5 .main_contact_form .main_form label{
    width: 60px;
  }
  section.content_5 .main_contact_wrapper .main_contact_sns{
    grid-template-columns: 1fr;
  }
  section.content_5 .main_contact_wrapper .main_contact_sns > li a{
    flex-direction: row;
    gap: 15px;
  }
  section.content_5 .main_contact_wrapper .main_contact_sns > li .sns_icon{
    width: 35px;
    height: 35px;
  }
  /* 푸터 */
  .footer_logo{
    width: 250px;
  }
  footer .centerbox .company{
    margin-top: 10px;
  }
  footer .f_left .company{
    gap: 8px 15px;
    text-align: center;
  }
 
  /* 서브페이지 */
  #wrapper:has(.sub_content){
    padding-top: 120px;
  }
  .sub_title > h3{
    font-size: 1.2rem;
  }
  .sub_title > .point{
    font-size: 1.6rem;
    line-height: 1.45em;
  }
  .page_nav_wrapper .page_navbox{
    gap: 5px;
  }
  .page_nav_wrapper .page_navbox .home_icon{
    width: 1rem;
  }
  /* 인사말 */
  section#info_wrap .info_wrap .info_img::before{
    top: -25px;
    right: -25px;
  }
  section#info_wrap .info_wrap .info_text{
    font-size: 1rem;
  }
  /* 오시는길 */
  .mz_location .root_daum_roughmap_landing{
    min-height: auto;
    height: 300px;
  }
  .mz_location .mz_location_info > div{
    padding: 20px 25px;
  }
  .mz_location .mz_location_info .cs_number_wrap{
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
  .mz_location .mz_location_info .cs_number{
    flex-direction: column;
    gap: 5px;
  }
  .mz_location .mz_location_info .cs_number > p,
  .mz_location .mz_location_info .cs_number_wrap > span{
    text-align: center;
  }
  .mz_location .mz_location_info .cs_number_wrap > span{
    
  }
  
  /* 이용안내 */
  section.service_wrap{
    padding-top: 30px;
  }
  section.service_wrap .sub_title{
    padding-bottom: 10px;
  }
  section.sub_content .item_wrapper .con_wrapper .item_content{
    padding: 20px;
  }
  .item_wrapper .con_wrapper .item_content .item_text_wrap{
    padding: 20px 15px;
    border-radius: 10px;
  }
  /* 상담문의 */
  section#contact_wrap{
    padding-top: 40px;
  }
  section#contact_wrap .sub_title > .point{
    margin-bottom: 0;
  }
  #wrapper:has(#contact_wrap)::before{
    height: 365px;
    background-position-y: -50px;
  }
  section#contact_wrap .contact_form{
    padding: 20px;
  }

}
@media screen and (max-width: 375px) {
  /* 서브 - 오시는길 */
  .mz_location .mz_location_info .cs_number > p{
    font-size: 2rem;
  }
}


.sound_only{
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}


.pg_wrap{
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}
.pg_wrap a{
  border:1px #ddd solid;
}
.pg_wrap strong{
  background-color: var(--color-pramary);
}
.pg_wrap a,
.pg_wrap strong{
  display: inline-block;
  padding: 3px 5px;
  border-radius: 3px;
  min-width: 1em;
}