@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Pretendard Variable", Pretendard, 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

ul, li, dl, dt, dd, ol {
    list-style: none;
}

p {
    word-break: keep-all;
}

a {
    text-decoration: none;
}

body {
    width: 100%;
    overflow-x: hidden;
}

body, a {
    font-weight: 400;
    font-style: normal;
    line-height: 1.3;
    color: #000;
}

button {
    border: 0;
    background: 0;
    cursor: pointer;
}

img, video {
    border: 0;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    width: 100%;
}

.wrap {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
}

input, input[type="submit"] {
    appearance: none;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

input[type="radio"],
input[type="checkbox"] {
    appearance: auto;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none;
}

button,
label {
    cursor: pointer
}

b {
    font-weight: 800;
}

img, video {
    max-width: 100%;
}

:root {
    --mainColor: #c29e64;
}

/* common */

html {
    font-size: 20px
}

.tt span {
    color: #fff;
    display: block;
    margin-bottom: 0.5rem;
}

.tt h3 {
    font-size: 3rem;
}

.tt p {
    margin-top: 1.3rem;
    color: #span;
}

.flex {
    display: flex;
}

.flexSb {
    display: flex;
    justify-content: space-between;
}
.viewMore {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 11.5rem;
    height: 3.4rem;
    justify-content: center;
    border:1px solid #fff;
    color: #fff;
    font-size:0.9rem
}
.viewMore span {
    display: inline-block;
    width: 2.3rem;
    height: 1px;
    position: relative;
    background: #fff;
}
.viewMore span:after {
    content: "";
    display: block;
    width: 0.6rem;
    height: 1px;
    position: absolute;
    background: #fff;
    right: 0;
    transform: rotate(26deg);
    bottom: 3px;
}
.viewMore:hover {
    border:1px solid var(--color);
    color: var(--color);
}
.viewMore:hover span , .viewMore:hover span:after {
    background: var(--color);
}

/* header
nav, .gnb, .head_right {
    display: flex;
    align-items: center;
}
h1 img {
    display: block;
}

header {
    padding: 1rem 160px 0rem 5rem;
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    z-index: 10;
    width: 100%;
    color: #fff;
    transition: 0.3s;
}

header a {
    color: #fff;
    font-size:0.9rem
}
.gnb {
    gap: 5rem
}
.head_right {
    margin-left: 3.75rem;
    gap: 2rem;
}
.head_right a {
    font-size:20px
}
header.on {
    /*background: #000;
    transform: translateY(-150%);
} */

#bar {
display: none;
    width: 26px;
    height: 16px;
    cursor: pointer;
    position: fixed;
    z-index: 12;
    top: 1.4rem;
    right: 100px;
}

#bar span {
    display: block;
    width: 100%;
    height: 2px;
    background: #333 !important;
}

#bar span:nth-child(2) {
    margin: 4px 0;
    width: 20px
}
#bar.active span , #bar.bk span {

    background: #333 !important;
}


aside {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff;
    top: 0;
    right: 0;
    z-index: 11;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 2rem;
    transform: translateX(100%);
}

aside.active {
    transform: translateX(0);
}
aside ul {
    display: flex;
    flex-direction: column;
    gap: 2rem
}
aside ul a {
    font-size:20px
}








/*포인트글자 밑줄*/

.text-highlight{
position: relative;
z-index: 1;
}

.point {
    bottom: 2px;
 height: 10px !important;
    display: inline-block;
    left: -2px;
    position: absolute;
    z-index: -1;
    width: calc(100% + 6px);
    background-color:  var(--mainColor);
	    opacity: .4;
}















/* main */

#sec1 {
    width: 100%;
    height: 100vh;
}

#sec1 .swiper-slide {
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
}
#sec1 .swiper-slide .wrap {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

#sec1 .sec1_tt {
    position: absolute;
    top:60%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    padding-bottom: 130px;
	        text-align: center;
}


#sec1 .swiper-slide h2 {
    font-size:105px;
    font-weight: 400;
    font-family: "Abril Fatface" !important;
    line-height: 1;
	  text-shadow: 2px 2px 0 #000;
  color: #fff;
}
#sec1 .swiper-slide p {
    font-size: 1rem;
    line-height: 1.75;
    margin-top: 3rem;
    transition: 0.5s 0.6s;
    transform: translateY(2rem);
    opacity: 0;
	    font-weight: 600;
    color: #262434;

}

#sec1 .swiper-slide2 p,
#sec1 .swiper-slide3 p {
    color: #fff;

}


#sec1 .swiper-slide.swiper-slide-active h2 , #sec1 .swiper-slide.swiper-slide-active p {
    opacity: 1;
    transform: translateY(0);
}

#sec1 .swiper-slide1 {
    background-image: url(/img/main_bg01.jpg);
}

#sec1 .swiper-slide2 {
    background-image: url(/img/main_bg01_1.jpg);
}

#sec1 .swiper-slide3 {
    background-image: url(/img/main_bg01_2.jpg);
}

.scroll {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    color: #262434;
    font-size: 0.7rem;
    display: flex;
    flex-direction: column;
    gap:0.5rem;
    align-items: center;
    letter-spacing: 0.05em;
}
.scroll-icon {
    width: 1.5rem;
    height: 2.5rem;
    border: 3px solid #262434;
    border-radius: 15px;
    position: relative;
}
.scroll-icon::after {
    content:"";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #262434;
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    animation: scroll 1.5s infinite linear;
}

@keyframes scroll {
    0% {
        top: 0.5rem
    }
    50% {
        top: 1.5rem
    }
    100% {
        top: 0.5rem
    }

}


 #sec2 { background: url("/img/main_bg02.jpg") no-repeat center center / cover;}

.sec02_swiper {
    width: 564px !important;
    overflow: hidden;
}
#sec2 .flex {
    gap:1.5rem;
    justify-content: space-between;
	  
}


#sec2 .tt {
    color: #fff;
}
#sec2 .swiper-pagination {
    position: static;
    display: flex;
    flex-direction: column;
    gap:1rem;
    align-items: baseline;
    width: 265px
}
#sec2 .swiper-pagination-bullet {
    height: auto;
    background: none;
    border-radius: 0;
    text-align: left;
    opacity: 1;
    color: #fff;
    margin: 0;
    padding-right: 5rem;
    width: 100%;
    position: relative;
    transition: 0.5s;
}
#sec2 .swiper-pagination-bullet span {
    width: max-content;
    display: inline-block;
	    font-size:1rem;
}
#sec2 .swiper-pagination-bullet.swiper-pagination-bullet-active span {
    color: var(--mainColor);
    font-size:1.5rem;
	font-weight:600;
    border-bottom: 1px solid var(--mainColor);
}
#sec2 .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    content:"";
    display: block;
    width: 3rem;
    height: 1.25rem;
    background: url("/img/arrow_r.png") no-repeat center center / 100% auto;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.sec02_tit {
    margin-top: 5rem;
}
.sec02_con > div:not(:first-child) {
    display: none;
}
.sec02_con {
    width: 330px;
}
.sec02_con h4 {
font-size:2rem;
    margin-bottom: 1.5rem;
    line-height: 1;
    color: #fff;
}
.sec02_con p {
    color: #fff;
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}
.swiper-button-next, .swiper-button-prev {
    position: static;
    color: #000;
    font-size:1.5rem
}
.swiper_arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    background: none;
    z-index: 5;
    display: flex;
}
.swiper_arrow > div {
 color:#fff;
    width: 4.25rem;
    height: 4.25rem;
    display: flex;
    background: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.sec0202 {border-radius: 12px;
    overflow: hidden;
     background: rgba(255, 255, 255, 0.3);
}








#sec3 {
    color: #fff;
    background: url("/img/main_bg03.jpg") no-repeat center center / cover;
	    text-align: center;
		
}
#sec3 .tt p , #sec3 .tt span {
  color: #ddd;
  font-size: 1rem;
}

 .section3:not(#section01):not(#footer) .fp-tableCell {
    display: flex;
    align-items: center;
    justify-content: center;
}
#sec3 .fp-tableCell .tt {
    margin-bottom: 100px;
}
#sec3 ul {
    display: flex;
    justify-content: space-between;
    gap:100px;
}
#sec3 ul li {
    flex: 1;
	width:350px;
    color: #fff;
}
#sec3 ul li b {
    display: block;
    font-size:30px;
}
#sec3 ul li p {
    font-size: 16px;
    white-space: pre-line;
    line-height: 1.7;
}
#sec3 ul li .img {
    height: 235px;
    display: flex;
    align-items: center;
    justify-content: center;
}


#sec4 {
  background: url("/img/main_bg04.jpg") no-repeat center center / cover;
  text-align: center;
  color: #fff;
}
/* fullpage.js 사용 시 */
#sec4 .fp-tableCell {
  display: flex;
  flex-direction: column;
  align-items: center;      /* 가로 중앙 정렬 */
  justify-content: flex-start; /* 제목을 위쪽에 붙이기 */
  padding: 100px 0;         /* 섹션 여백 */
}

/* 제목 스타일 */
#sec4 .tt h3 {
  font-size: 3rem;
  margin: 0;
  line-height: 1;
}
#sec4 .tt p {
  color: #ddd;
  font-size: 1rem;
    margin-top: 1.8rem;
}

/* 인증서 & 버튼 리스트 */
#sec4 .cert-list {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  align-items: flex-end; /* 버튼 높이 맞추기 */
  padding-left:400px;
  padding-top:120px;
}

/* 인증서 이미지 */
#sec4 .cert-item img {
  display: block;
  width: 200px;       /* 필요시 조정 */
  height: auto;
  box-shadow: 2px 2px 10px rgba(255,255,255,0.3);
}

/* “더보기” 버튼 */
#sec4 .cert-more {
  width: 200px;       /* 인증서 이미지와 같은 너비 */
  height: 280px;      /* 이미지 높이에 맞춰 조정 */
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  box-sizing: border-box;
  transition: background 0.3s;
}

#sec4 .cert-more:hover {
  background: rgba(255,255,255,0.4);
}

#sec4 .cert-more a {
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
}

#sec4 .cert-more a span {
  display: block;
  margin-top: 8px;
  font-size: 1.5rem;
}

#sec5 {
    background: url("/img/main_bg05.jpg") no-repeat center center / cover;
    color: #fff;
}

#sec5 .tt {
    text-align: center;
}




.partner-slider-box {
  background: #fff;
  border-radius: 12px;
  padding: 20px 10px;
  margin-top: 40px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  overflow: hidden;
}

.partner-slider-box .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}


.partner-slider-box img {
  width: 100% !important;    /* 가로 100% */
  height: 100% !important;   /* 세로 비율 유지 */
  object-fit: contain;       /* 잘림 없이 비율 유지 */
   max-width: none !important;   /* Swiper, .wrap 등에서 걸어둔 max-width 해제 */
  object-fit: contain !important; /* 비율 유지하며 빈공간 없이 보여줌 */
}















#sec6 {
    width: 100%;
    background: url("/img/main_bg06.jpg") no-repeat center center / cover;
}
#sec6 .flex > div {
    flex: 1;
}
#sec6 .sec6Tt {
    padding: 140px 20px 140px calc((100% - 1400px)/2) ;
}
#sec6 .sec6Con {
    padding: 140px 75px;
    border-radius: 100px 0 0 0;
}
#sec6 .tt span {
    color: #b5b5b5;
    margin-bottom: 8px;}
#sec6 .tt h3 {
    color: #c29e64;
    font-size:60px;
    font-weight: 800;
}
#sec6 .sec05Tt ul {
    padding: 45px 0;
    margin-bottom: 35px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
#sec6 .sec05Tt ul li a{
    display: flex;
    align-items: center;
    gap: 15px;
    font-size:50px;
    color: #fff;
    font-family: "Poppins", serif;
}
#sec6 .sec05Tt ul li + li {
    margin-top: 15px;
}

.csCenter h4 {
    color: #c29e64;
    font-weight: 800;
    font-size:22px;
    margin-bottom: 10px;
}

.csCenter p {
    color: #fff;
    font-size:18px;
    line-height: 1.8;
    font-weight: 600;
}

#sec6 .sec6Con .inputBox {
    display: flex;
}
#sec6 .sec6Con .inputBox input , #sec6 .sec6Con textarea {
    background: transparent;
    padding: 15px 0;
    font-size:20px;
    border:0;
    border-bottom: 1px solid rgba(255,255,255,0.48);
    flex: 1;
	color:#fff;
}
#sec6 .sec6Con .flex > div {
    flex: 1;
    width: 50%;
}
#sec6 .sec6Con .con {
    margin: 45px 0;
}
#sec6 .sec6Con .con .flex {
    gap:35px
}
#sec6 .sec6Con .con > div + div{
    padding-top: 35px;
}
.telInput {
    align-items: center;
}
#sec6 .sec6Con .con .flex.emailInput {
    gap:0;
    align-items: center;
}
#sec6 .sec6Con span {
    color: #fff;
    font-size:16px;
    padding: 0 8px;
    display: block;
}
.telInput input {
    width: 33.333%;
}

.consultingContent label {
    display: block;
    font-sizE:18px;
    color: rgba(255,255,255,0.48);
}

#sec6 .sec6Con .inputBox input::placeholder {
    color: rgba(255,255,255,0.48);
}
.consultingContent textarea {
    height: 80px;
    margin-top: 15px;
    width: 100%;
}
.checkItem {
    display: flex;
    align-items: center;
    gap:16px;
    color: #fff;
    font-sizE:18px;
}


#sec6 .sec6Con button {
    background: var(--mainColor);
    border-radius: 39.5px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;

    width: 250px;
    height: 80px;
    font-size:20px;
    font-weight: 600;
    transition: 0.5s;
    margin: 0 auto;
}










/* footer */

footer {
    background: #000;
    color: #a4a4a4;
    font-size:0.7rem;
}
.fnb {
padding-bottom: 50px;
}

/* 회사개요 */
.topImg {
    width: 100%;
    height: 327px;
    background: url(/img/top_img.jpg) no-repeat center / cover;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 105px 0 0 0;
}
.topImg strong {
    font-size: 20px;
}
.topImg h2 {
    font-size: 54px;
    padding: 20px 0 0 0;
}
.com_wrap {
    width: 100%;
    background: url(/img/img_bg01.png) repeat right;
}


#ceo  {
    width: 100%;
    background: url(/img/img_bg01_1.png) no-repeat right  !important;
}



.navSub {
    padding: 0 0 0px 0;
	   text-align: center; /* ul을 가운데 정렬하기 위한 부모 텍스트 정렬 */
 background-color:#fff;
}
.navSub ul {
   display: inline-block;  /* 너비가 내부 li 만큼만 */
    padding: 100px 0px;
    list-style: none;
    margin: 0 auto;
}

.navSub ul li {    margin: 0 auto;
    display: inline-block;
    margin: 20px; /* 탭 간 간격 */
}
.navSub ul li a {
    display: block;
    padding: 10px 25px;
    font-weight: bold;
    font-size: 20px;
    color: #777777; /* 비활성 탭 글자색 */
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px 8px 0px 0px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.navSub ul li a:hover {
    color: #1864ab;
    border-color: #1864ab;
}
.navSub ul li a.active,
.navSub ul li a span.blackT {
    color: #fff !important;
    background-color: #2F78BC;
    border-color: #ccc;
    text-decoration: none;
}
.navSub h3 {
    width: 100%;
    font-size: 50px;
    font-weight: 600;
    line-height: 68px;
    margin: 80px 0;
}












.navSub2 {
    padding: 0 0 0px 0;
	   text-align: center; /* ul을 가운데 정렬하기 위한 부모 텍스트 정렬 */
 background-color:#fff;
}
.navSub2 ul {    display: inline-block;
    padding: 100px 0px;
    list-style: none;
    margin: 0 auto;
}

.navSub2 ul li {    margin: 0 auto;
    display: inline-block;
    margin: 20px; /* 탭 간 간격 */
}
.navSub2 ul li a {
    display: block;
    padding: 10px 25px;
    font-weight: bold;
    font-size: 20px;
    color: #777777;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px 8px 0px 0px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.navSub2 ul li a:hover {
    color: #1864ab;
    border-color: #1864ab;
}
.navSub2 ul li a.active,
.navSub2 ul li a span.blackT {
    color: #fff !important;
    background-color: #2F78BC;
    border-color: #ccc;
    text-decoration: none;
}
.navSub2 h3 {
    width: 100%;
    font-size: 50px;
    font-weight: 600;
    line-height: 68px;
    margin: 80px 0;
}



    .navSub2 {
        padding: 0 0 90px 0;
    }
    .navSub2 ul {
        width: 100%;
        padding: 50px 0 100px 0;
    }

    .navSub2 h3 {
        font-size: 30px;
        line-height: 48px;
        margin: 50px 0;
    }

/*CEO 인사말*/
.ceo_wrap {
    width: 100%;
}
.ceo_img {
    width: 100%;
    background: url(/img/ceo_bg.jpg) no-repeat right / cover;
    padding: 80px 70px 70px 70px;
}
.ceo_img .com_img02 {
    height: 72px;
    width: 86px;
}
.ceo_img h4 {
    width: 68%;
    font-size: 34px;
    font-weight: 600;
    color: #000;
    line-height: 50px;
    letter-spacing: -1.8px;
    margin-top: 20px;
}
.ceo_img span {
    color: #ed1c24;
    font-weight: 900;
}
.ceo_con {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    padding: 90px 0 0 300px;
    line-height: 28px;
}
.ceo_con span {
    color: #000;
    font-weight: bold;
    font-size: 18px;
}
.ceo_con strong {
    color: #000;
    font-weight: bold;
    font-size: 24px;
    padding: 0 0 0 20px;
}

/*연혁*/
.history_img {
    width: 100%;
    padding: 30px 0;
}

/*사업영역*/
.m_business {
    display: none;
}

.business_con {
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-bottom: 80px;
    width: 100%;
}

.business_con .sTxt {
    align-content: center;
    text-align: left;
    width: 560px;
}
.business_con .sTxt:nth-child(n+2) {
    margin-left: 100px;
}
.business_con .sTxt h4 {
    font-size: 40px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.business_con .sTxt p {
    font-size: 20px;
    color: #6f6f6f;
    font-weight: 300px;
    line-height: 36px;
}
.business_con .sImg {
    width: 830px;
    border: 1px solid #eb1d1f;
    padding: 50px;
    align-content: center;
    text-align: center;
    box-shadow: 10px 10px 0 #e8e8e8;
}

/*인증현황*/
.certify_con {
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-bottom: 40px;
    width: 100%;
    border-bottom: 1px solid #dadada;
    padding-bottom: 39px;
}
.certify_con .sTxt {
    box-sizing: border-box;
    align-content: center;
    text-align: left;
    width: 1120px;
    padding: 0 80px 0 40px;
    font-size: 16px;
    color: #585858;
    line-height: 26px;
}
.certify_con .sImg {
    width: 280px;
    height: 150px;
    padding: 20px;
    border: 1px solid #dadada;
    border-radius: 20px;
    align-content: center;
    text-align: center;
}


/*글로벌마케팅*/

.globalImg {
    background: #f8f8f8;
    padding: 78px 0 44px;
    text-align: center;
    width: 100%;
}
.global_wrap {
    display: flex;
    flex-direction: column;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
}
.global_wrap .country01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: center;
}
.global_wrap .country02 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: center;
}
.global_wrap .country {
    width: 48%;
    margin: 100px 0 0 0;
    display: flex;
    flex-direction: column;
    align-content: center;
}
.global_wrap .country .tit {
    height: 80px;
}
.global_wrap .country .tit h3 {
    font-size: 40px;
    font-weight: bold;
}
.global_wrap .country .tit h3 span {
    font-size: 30px;
    color: #aaaaaa;
    padding-left: 20px;
}
.global_wrap .country .con_table table {
    color: #585858;
    margin: 0;
}
.global_wrap .country .con_table tr {
    border-bottom: 1px solid #dadada;
    padding: 26px 0;
}
.global_wrap .country .con_table tr:first-child {
    border-top: 2px solid #000;
}
.global_wrap .country .con_table th {
    text-align: left;
    width: 40%;
    padding: 0 0 0 45px;
    font-weight: bold;
    font-size: 20px;
}
.global_wrap .country .con_table td {
    width: 60%;
    text-align: left;
    padding: 20px 0;
    line-height: 26px;
    font-size: 16px;
}








/*오시는길*/
.map {
    margin: 0 0 30px 0;
}
.map_con {
    display: flex;
    justify-content: space-between;
    align-content: center;
    width: 100%;
    border-bottom: 1px solid #dadada;
    padding-bottom:150px ;
}


.map_con h3 {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -0.5px;
    width: 280px;
}
.map_con .address {
    width: 70%;
    margin: 15px 0 0 0;
}
.map_con .address p {
    display: flex;
    justify-content: space-between;
    align-content: center;
    font-size: 20px;
    margin-bottom: 35px;
    line-height: 36px;
}
.map_con .address p:last-child {
    margin-bottom: 0;
}
.map_con .address p span.tit {
    font-weight: bold;
    width: 150px;
	text-align:left;
}

.map_con .address p span.con01 {
    color: #585858;
    width: 100%;
}
.map_con .address p span.con01 img {
    padding: 5px 0 0 0;
}



@media (max-width: 1360px) {
    html {
        font-size:16px
    }
    header {
        padding: 1rem 80px 1rem 20px;
    }

    #sec3 .flex {
        padding-left: 20px
    }
    #bar {
	display: block;
        right: 30px;
		color:#333;
    }
}


@media (max-width: 997px) {
    nav .gnb {
        display: none;
    }
    html {
        font-size:12px
    }
    #sec1 {
        position: relative;
    }
    #sec1 .swiper-slide ,#sec1{
        height: 100vh
    }


  #sec1 .sec1_tt {
    top:35%;
    left: 0;
    transform: translateY(0%);
		margin:0 auto;
		text-align: center;
		
		}
#sec1 .swiper-slide .wrap {
    height: 100vh;
	}

    #sec1 .swiper-slide h2 , .tt h3 {
        font-size:3rem;		text-align: center;
    }
    .tt p {
        margin-top: 1rem;
		        text-align: center;
    }
    #sec1 .swiper-slide p {
        margin-top: 2rem;
    }
    .section:not(#sec1):not(#footer) {
        padding: 50px 0
    }

    h1 img {
        width: 100px;
    }
    header.on {
        transform: translateY(0);
        background:#000;
    }
    #sec2 .swiper-pagination{
        width: 40%;}

.sec02_tit {margin: 5rem;}

    .sec02_con {
        width: 60%;
    }
    #sec2 .wrap> .flex {
        display: block;
    }
    .sec02_swiper {
        width: 100% !important;
        margin-top: 30px;
    }
    #sec3 .flex {
        display: block;
        padding: 0 20px;
        height: auto;
        min-height: inherit;
    }
    .sec03_swiper {
        margin-top: 30px;
    }
    .sec03_swiper .swiper-slide {
        width: 80%;
    }
    .sec03_swiper .swiper-slide img {
        height: 100px;
        margin-bottom: 10px;
    }
    #sec5 ul {
        flex-wrap: wrap;
    }
    #sec5 ul li {
        width: 50%;
        padding-bottom: 0;
    }
    #sec5 ul li a {
        position: relative;
        padding: 20px;
    }
    #sec5 ul li.on:after {
        display: none;
    }
    #sec5 ul li.on a b {
        color: #fff;
    }
    .fnb {
        flex-direction: column;
        gap:10px;
        height: auto;
        align-items: baseline;
        padding: 20px 0;
    }
    .fnb_right ul a {
        height: 2rem;
    }
    .fnb_left {
        overflow-x: auto;
        width: 100%;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .fnb_left ul {
        width: max-content;
    }
    .fnb_left::-webkit-scrollbar {
        display: none;
    }


	#sec3 ul {  margin: 50px auto;
        /* flex-direction: column; */
        gap: 20px;}
  
    #sec3 ul li b{   font-size: 1.8rem}

   
	#sec3 ul li p {   font-size: 1rem;
     line-height: 1.3;}
    


	#sec3 ul li .img {    height: 150px;}




  #sec4 .cert-list {
     /*flex-direction: column;   세로 배치 */
    align-items: center;      /* 가운데 정렬 */
    gap: 20px;                /* 간격 조금 줄임 */
    padding-left: 0;          /* 왼쪽 여백 제거 */
    padding-top: 40px;        /* 위쪽 여백 줄이기 */
  }

  #sec4 .cert-item img {
    width: 90%;   /* 화면 폭 기준 크기 조절 */
    height: auto; /* 높이는 자동 */
  }


  #sec4 .cert-more{    
  width: 40%;   /* 화면 폭 기준 크기 조절 */

    height: auto; /* 높이는 자동 */
	}

	#sec4 .cert-more a {
 margin:10px;
  color: #fff;
  font-size: 1.5rem; 
  text-align: center;
  }







    #sec6 > .flex {
        flex-direction: column;

    }
    #sec6 .sec6Tt {
        padding: 70px 20px 35px
    }
    #sec6 .sec6Con {
        padding: 35px 20px 70px;
        border-radius: 30px;
    }
    #sec6 .tt span {
        font-size:14px;
			 text-align:center;
        margin-bottom: 4px;
		color:#c29e64;
    }
    #sec6 .tt h3 {
        font-size:32px;
    }
    #sec6 .sec6Tt ul {
        padding: 25px 0;
        margin-bottom: 20px;
    }
    #sec6 .sec6Tt ul li a{
        gap: 12px;
        font-size:24px;
        font-weight: 600;
    }
    #sec6 .sec6Tt ul li a img {
        width: 40px;
    }
    #sec6 .sec6Tt ul li + li {
        margin-top: 8px;
    }
    .csCenter h4 {
        font-size:14px;
        margin-bottom: 5px;
    }
    .csCenter p {
        font-size:12px;
				 text-align:center;
    }
    #sec6 .sec6Con .inputBox input , #sec6 .sec6Con textarea {

        padding: 8px 0;
        font-size:14px;
    }
    #sec6 .sec6Con .flex > div {
        flex: 1;
        width: 100%
    }

    #sec6 .sec6Con .con {
        margin: 25px 0;
    }
    #sec6 .sec6Con .con .flex {
        gap:15px;
        flex-direction: column;
    }
    #sec6 .sec6Con .con .flex.emailInput {
        flex-direction: row;
    }
    #sec6 .sec6Con .con > div + div{
        padding-top: 15px;
    }
    .telInput {
        align-items: center;
    }
    #sec6 .sec6Con span {
        font-size:14px;
				 text-align:center;
    }
    .consultingContent label {
        font-sizE:12px;
    }
    .consultingContent textarea {
        height: 60px;
    }
    .checkItem {
        gap:8px;
        font-sizE:14px;
    }
    #sec6 .sec6Con button {
        border-radius: 39.5px;
        gap: 15px;
        width: 180px;
        height: 50px;
        font-size:14px;
    }
    #sec6 .sec6Con button:hover {
        gap:15px
    }


   #sec6 .flex {
    display: flex;
    flex-direction: column; }





    /*회사개요*/

    .topImg {
        height: 327px;
        padding: 120px 0 0 0;
    }
    .topImg strong {
        font-size: 14px;
        
    }
    .topImg h2 {
        font-size: 34px;
        padding: 16px 0 0 0;
    }
    .com_wrap {
        width: 100%;
     
    }
    .navSub {
        padding: 0 0 90px 0;
    }
    .navSub ul {
        width: 100%;
        padding: 50px 0 100px 0;
    }
    .navSub ul li a { 
        font-size: 14px;
        line-height: 28px;
    }
    .navSub h3 {
        font-size: 30px;
        line-height: 48px;
        margin: 50px 0;
    }
    .com_cont .cont_wrap {
        flex-direction: column;
        width: 100%;
        text-align: center;
    }
    .com_cont .cont_wrap h3 {
        font-size: 30px;
        padding: 90px 0 46px 0;
        text-align: left;
    }
    .com_cont .cont_wrap .left {
        width: 100%;
        text-align: center;
    }
    .com_cont .cont_wrap .left .com_goal {
        margin: 30px 0 0 0;
    }
    
    .com_cont .cont_wrap .left .com_goal strong {
        text-align: left;
        font-size: 22px;
        width: 50px;
        padding-right: 14px;
    }
    .com_cont .cont_wrap .left .com_goal img {
        text-align: left;
        width: 56px;
        height: 4px;
        margin: 13px 0 0 0;
    }
    .com_cont .cont_wrap .left .com_goal p {
        width: 100%;
        text-align: left;
        padding: 4px 0 0 20px;
        font-size: 16px;
    }
    
    .com_cont .cont_wrap .right {
        width: 100%;
    }
    .com_cont .cont_wrap .right table {
        font-size: 12px;
        margin: 90px 0 100px 0;   
    }
    .com_cont .cont_wrap .right tr {
        padding: 16px 0;
    }
    .com_cont .cont_wrap .right th {
        padding: 0 20px 0 35px;
    }
    .com_cont .cont_wrap .right td {
        padding: 16px 0;
        line-height: 24px;
    }
    .com_cont .cont_wrap .right td a {
        color: #fff;
        font-weight: 100;
    }

    /*CEO 인사말*/
    
    .ceo_img {
        width: 100%;
        background: url(/img/ceo_bg.jpg) no-repeat center / cover;
        padding: 60px 50px 30px 50px;
        margin: 50px 0 0 0;
    }
    .ceo_img .com_img02 {
        height: 52px;
        width: 66px;
    }
    .ceo_img h4 {
        width: 70%;
        font-size: 26px;
        font-weight: 600;
        color: #000;
        line-height: 38px;
        letter-spacing: -1.8px;
        margin: 20px 0 20px 0;
    }
    .ceo_img span {
        color: #ed1c24;
        font-weight: 900;
    }
    .ceo_con {    
        font-size: 12px;
        padding: 50px 0 0 0;
        line-height: 20px;
    }
    .ceo_con span {
        font-size: 14px;
        font-weight: 900;
    }
    .ceo_con strong {
        font-size: 20px;
        padding: 0 0 0 20px;
    }

    /*연혁*/
    .history_img {
        padding: 0;
        margin: 50px 0;
    }


    /*사업영역*/
.business {
margin:0 auto;
text-align: center;
    }
   /* .m_business {
        display: block;
    }*/
    .business_con {
        flex-direction: column;
        width: 100%;
        text-align: center;
        margin: 50px 0 80px;
    }
    .business_con .sTxt {
        width: 100%;
        margin: 0 0 30px 0;
		        text-align: center;
    }
    .business_con .sTxt:nth-child(n+2) {
        margin-left: 0;
    }
    .business_con .sTxt h4 {
        font-size: 26px;
        margin-bottom: 24px;
    }
    .business_con .sTxt p {
        font-size: 16px;
        line-height: 28px;
    }
    .business_con .sImg {
        width: 100%;
        padding: 50px;
        box-shadow: 6px 6px 0 #e8e8e8;
    }

    /*인증현황*/
    .certify {
        margin: 50px 0 0 0;
    }
    .certify_con {
        margin-bottom: 30px;
        padding-bottom: 29px;
        flex-direction: column;
        width: 100%;
    }
    .certify_con .sTxt {
        width: 100%;
        padding: 30px 0 0 0;
        font-size: 12px;
        line-height: 22px;
    }
    .certify_con .sImg {
        width: 100%;
        height: 150px;
    }

    /*글로벌마케팅*/

    .global {
        margin: 50px 0 0 0;
    }
    .global_wrap {
        display: flex;
        flex-direction: column;
        max-width: 1360px;
        margin: 0 auto;
        padding: 0 20px;
    }
    .global_wrap .country01 {
        flex-direction: column;
    }
    .global_wrap .country02 {
        flex-direction: column;
    }
    .global_wrap .country {
        margin: 0;
        width: 100%;
    }

    .global_wrap .country .tit h3 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .global_wrap .country .tit h3 span {
        font-size: 24px;
        padding-left: 16px;
    }
    .global_wrap .country .con_table table {
        margin: 30px 0 0 0;
    }
    .global_wrap .country .con_table tr {
        padding: 20px 0;
    }

    .global_wrap .country .con_table th {
        width: 35%;
        padding: 0 0 0 30px;
        font-size: 16px;
    }
    .global_wrap .country .con_table td {
        width: 75%;
        padding: 20px 0;
        line-height: 20px;
        font-size: 12px;
    }

    /*오시는길*/

    .map_con {

        padding: 0 0 50px 0;
        box-sizing: border-box;
        flex-direction: column;
    }
    .map_con h3 {
        font-size: 26px;
        width: 100%;
        margin-bottom: 40px;
    }
    .map_con .address {
        width: 100%;
    }
    .map_con .address p {
        font-size: 16px;
        margin-bottom: 25px;
    }
    
    .map_con .address p img {
        width: 18px;
    }
    .map_con .address p span.tit {
        width: 80px;
    }
    .map_con .address p span.con01 {
        padding-left: 90px;
    }
    .map_con .address p span.con01 img {
        padding: 8px 0 0 0;
    }


}

@media (max-width: 768px) {
    .ceo_img h4 {
        width: 92%;
    }
}















/* 전역 스타일시트 또는 head.php 내 <style> 에 추가 */
.product-search {
  position: absolute;
  top: 100px;      /* 헤더 높이에 맞춰 조절하세요 */
  right: 160px;    /* 우측 여백 */
  z-index: 1;
}

.product-search form {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.product-search input {
  border: none;
  padding: 8px 12px;
  width: 200px;
  font-size: 14px;
}

.product-search input:focus {
  outline: none;
}

.product-search button {
  background: none;
  border: none;
  padding: 0 12px;
  cursor: pointer;
}

.product-search button i {
  font-size: 16px;
  color: #666;
}