@charset "utf-8";
:root {
	--primary: #2F9B59;
	--primary-200: #298C40;
	--primary-hover: #0054D1;
	--light: #F6F6F6;
	--light-hover:#EEEEEE;
	--dark: #343a40;
	--main: #F7AD00;
	--border-50: #F6F6F6;
	--border: #E3E3E3;
	--border-200: #CCCCCC;
	--border-300: #BBBBBB;
	--gray-50: #F6F6F6;
	--gray-100: #E3E3E3;
	--gray-200: #CCCCCC;
	--gray-300: #BBBBBB;
	--gray-400: #AAAAAA;
	--gray-500: #999999;
	--gray: #999999;
	--gray-600: #777777;
	--gray-700: #666666;
	--gray-800: #555555;
	--gray-900: #171719;
	--breakpoint-xs: 0;
}
/* 초기화 */
html {overflow-y:scroll;height:100%;min-width:320px; overflow-x: hidden;}
body {margin:0;padding:0;font-size:0.813em;;height:100%;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;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
legend {position:absolute;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
input, button {margin:0;padding:0;font-size:1em}
button {cursor:pointer}
input[type=text], input[type=password], input[type=submit], input[type=image], button {font-size:1em;-webkit-appearance:none}
textarea, select,button {font-size:1em;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;}
textarea {border-radius:0;-webkit-appearance:none}
select {margin:0;background:none}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}
a:hover{color:var(--primary);}
ul,li,dl,dt,dd{padding:0;margin:0}
ul{list-style:none;}
br{display:none;}
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
 *{transition: all 0.2s ease-in;}
.moblie{display:none !important;}
/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:100%;height:0}
#hd_pop h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff;}
.hd_pops img{max-width:100%;height:auto}
.hd_pops_con{}
.hd_pops_footer {padding:10px 0;background:#000;color:#fff;text-align:right}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}
.hd_popups {position: fixed;  width: 100%;  max-width: 450px; z-index: 99; left: 2%;  top: 90px;  /*transform: translate(-50%, -50%);*/}
.hd_popups .popups_box{width: 100%; background-color: #333;}
.hd_popups .popups_box ul li{width: 100%; aspect-ratio: 9 / 10;}
.hd_popups .popups_box ul li img{width: 100%; aspect-ratio: 9 / 10; object-fit: cover;}
.hd_popups .popup_pagination{display: inline-block; width: auto; color: #fff; left: 15px; bottom: 12px;}


/* 상단 레이아웃 */
#hd{position:fixed;top:0;left:0;width:100%;z-index:99;background:#fff;transition: all ease .3s;}
#hd:after {display:block;visibility:hidden;clear:both;content:""}
#hd:before{content:'';position:absolute;bottom:0;left:0;background:#fff;background:rgba(255,255,255,0.0);width:100%;height:1px}
#hd_h1 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#hd_wrapper {margin: 0 auto; max-width: 1340px; display: flex; align-items: center; justify-content: space-between;	padding-left: 20px; padding-right: 20px;}
#logo {width:135px;}
#logo img{vertical-align:middle;max-height:100%;width:100%;}
#gnb_empty {padding:20px 0;color:#fff;text-align:center;line-height:2em}
#gnb_empty a {display:inline;text-decoration:underline}
#hd:after{content:'';display:block;width:100%;height:1px;position:absolute;top:80px;left:0;background:#fff;z-index:6;opacity:0;}
#logo {padding:22px 0px;align-self: flex-start;}
#tnb{background:#363636;line-height:40px}
#tnb ul {max-width:1340px;margin:0 auto;padding-left: 20px;padding-right: 20px;}
#tnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#tnb li{float:left}
#tnb .right{float:right}
#tnb li a{color:#c7c2bc;display:block;padding: 0 13px}
#tnb li a:hover{background:#2a2a2a}

#gnb {display:block;float:right;}
#gnb:after {display:block;visibility:hidden;clear:both;content:"";background:rgba(255,255,255,1);height: 0;}
.gnb_wr{max-width:1340px;padding-right:200px;margin:0 auto;position:relative;}
#gnb a {display:block; white-space: nowrap;}

#gnb_1dul{display:flex; align-items: center; gap: 30px; transition: all ease .3s;}
.gnb_1dli{position:relative;line-height:40px;width:auto; transition: all ease .3s;}
.gnb_1dli:after {display:block;visibility:hidden;clear:both;content:""}
.gnb_1dli button{display:none;float:left;border:0;width:20px;height:80px;overflow:hidden;border:0;background:url(../img/mobile/gnb_bg2.png) no-repeat 50% 50%;background-size:10px ;text-indent:-9999px}
.gnb_1da {padding:0;color:#000;line-height:80px;font-size:16px;font-weight:500;}
.gnb_2dul {position:absolute;top:80px;left:0;min-width:100%;z-index:99; opacity: 0; transition: none;display: none; width: 210px; height: 240px;}
.gnb_1dli:hover > a{color:#000;}
.gnb_2da {color:#222;font-weight:300;white-space: nowrap;font-size: 16px;}

.hd_sch_btn{float:right;width:50px;border:0;background:0;height:80px;color:#fff;font-size:18px;}
#hd_sch{z-index:10;display:none;position:absolute;top:40px;left:0;background:#4a4a4a;width:100%;height:80px}
#hd_sch .sch_wr{margin:0 auto;max-width:1340px;position:relative;}
#hd_sch #sch_stx {background:none;border:0;width:100%;height:80px;padding:0 50px;color:#fff;font-size:1.385em}
#hd_sch #sch_stx:focus{outline:0;border-bottom:2px solid var(--primary-200)}
#hd_sch #sch_submit{background:none;border:0;position:absolute;top:0;left:0;color:#fff;height:80px;width:50px;font-size:18px;}
#hd_sch .btn_close{background:none;border:0;position:absolute;top:0;right:0;width:50px;height:80px;color:#aaa;font-size:18px}
#hd_sch .btn_close:hover{color:#fff}
.m_side_menu{display:block;}
.m_view{display:none !important}


#hd.hover{height:320px;}
#hd.hover .m_side_menu{background:#ffffff00;}
#hd.hover:after{opacity:1;}
#hd.hover #gnb:after {}
#hd.hover #gnb{}
#hd.hover .gnb_2dul {opacity: 1;display: block;}
#hd.hover #gnb_1dul{gap:100px;}


/* 텍스트 크기 조절 */
#text_size {margin:0 0 10px;text-align:center;display:inline-block;padding:7px 20px;background:#e6e7e9;border-radius:25px;height:48px;}
#text_size button {margin:0 5px;border:0;background:none;height:35px;width:35px;border-radius:50%}
#text_size button.select{background:#fff;border-bottom:1px solid #bbb;
-webkit-box-shadow:0 0 5px  rgba(100,80,100,0.2);
-moz-box-shadow:0 0 5px  rgba(100,100,100,0.2);
box-shadow: 0 0 5px  rgba(100,100,100,0.2);}
.ts_up {font-size:1.167em !important}
.ts_up2 {font-size:1.3em !important}

/* 중간 레이아웃 */
#wrapper {position:relative;}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}
#container {position:relative;min-height:300px; overflow: hidden;}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {background:#fff; padding-top:80px;z-index:9;}
.h_line{
	content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    max-height: 1px;
    min-height: 1px;
    background-color: #E3E3E3;
    top: 272px;
	left: calc((100% - 1400px)/2 - 40px - 50px + 410px);
	opacity: 0;
    animation: hrznt_point_load 1s .5s forwards;
}
@keyframes hrznt_point_load {
    0% {
		top: 0;
        left: calc((100% - 1400px)/2 - 40px - 50px + 410px);
        opacity: 0;
    }

    100% {
		top: 272px;
        left:0;
        opacity: 1;
    }
}
.v_line {
    width: 1px;
    height: 100%;
    animation: vtcl_load 1s .5s ease-out forwards;
    position: absolute;
	top: 0;
	right:calc((100% - 1280px) / 2 - 50px);
	opacity: 0;
	background-color: #E3E3E3;
}

@keyframes vtcl_load {
    0% {
        top: -340px;
        right: 400px;
		opacity: 0;
    }

    100% {
        top: 0;
        right: calc((100% - 1280px) / 2 - 50px);
		opacity: 1;
    }
}
#container_title .snb{max-width:1340px;margin:0 auto;padding:70px 20px 40px;}
#container_title .sub_top_tit{font-size:70px;color:#000;font-weight:600;text-align: left;line-height: 120%;}
#container>p{display:none;}
#container02{max-width:1320px;margin-left:auto;margin-right:auto; padding: 0 20px 200px; min-height: 400px;display: flex; padding-top:40px; position: relative; align-items: flex-start;}
#container03{max-width:1320px;margin-left:auto;margin-right:auto; padding: 0 20px 200px; min-height: 400px;padding-top:40px;}
#container02 .submenu{position: sticky;top: 150px;width: 20%;max-width:300px;text-align: right; padding-left: 20px; order: 2; height: fit-content;}
#container03 .snb2dul{display:flex; margin-bottom:30px; flex-wrap: wrap;}
#container03 #snb > li > ul > li{margin-bottom:0;}
#container03 #snb > li > ul > li a{padding:14px 20px;border-bottom:3px solid #fff;font-size:18px;}
#container03 #snb > li > ul > li.active a{border-color:var(--primary);}
.idx_con{margin: 0 auto;max-width:1320px;text-align:center;padding-left: 20px;padding-right: 20px;}
.idx_con ul:after {display:block;visibility:hidden;clear:both;content:""}
.idx_con li{float:left;width:33.333%;padding:7% 20px}
.idx_con li h2 i{font-size:25px;background:#a8a8a8;color:#fff;width:70px;line-height:70px;border-radius:50px;margin-bottom:5px}
.idx_con li:hover i{background:var(--primary-200)}
.idx_con li h2 span{display:block;font-size:1.385em }
.idx_con li:hover span{color:var(--primary-200)}
.idx_con li p{margin:20px 0;color:#494949;font-size:1.154em   }
.idx_con li a{display:inline-block;color:#a9a9a9;text-decoration:underline}

.idx_lt{background:#f6f6f6;padding:80px 0}
.idx_lt_wr{margin:0 auto;max-width:1320px;padding-left: 20px;padding-right: 20px;}
.idx_lt_wr:after {display:block;visibility:hidden;clear:both;content:""}
.idx_lt_wr .lt{float:left;width:33.333%}



/*********** 메인 **********/
.black_bg{position:absolute; width:100%; height:100%; z-index: 2;}
.video_bg {position: relative; width: 100%; height: 100vh;  overflow: hidden;}
.video-foreground {position: absolute; top: 50%; left: 50%; width: 130vw; min-height: 100%; min-width: 177.77vh; /* 9:16 대응 */ transform: translate(-50%, -50%); pointer-events: none; /* 클릭 차단 */}
.video-foreground iframe { position: absolute; top: 0; left: 0; width: 100%;height: 100%;}
.video_bg {height: 100vh;width: 100%;overflow: hidden;}
.video_bg video {width: 100%;height: 100%;object-fit: cover;display: block;}
.mainslide-bottom{position: absolute; padding:30px 20px; bottom: 0;  width: 100%;  left: 0;  border-top: 1px solid rgba(255, 255, 255, 0.3); z-index: 3;}
.mainslide-bottom .mainslide-bottom-container{max-width:1280px; margin:auto; display: flex; align-items: center;  justify-content: space-between;}
.mainslide-bottom .mainslide-bottom-container .left{max-width:330px;}
.mainslide-bottom .mainslide-bottom-container .left p{color:#fff; font-size:18px; font-weight:700;}
.mainslide-bottom .mainslide-bottom-container .left p:nth-child(2){white-space: normal; overflow: hidden; text-overflow: ellipsis;word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;word-break: break-all;}
.mainslide-bottom .left p {
  opacity: 0;                 /* 처음에는 안 보이게 */
  transform: translateY(-20px); /* 약간 위에서 시작 */
  transition: opacity 3s ease, transform 3s ease; /* 애니메이션 */
  transition-delay: 0.5s;
}

.mainslide-bottom .left p.active {
  opacity: 1;                  /* 보여지게 */
  transform: translateY(0);    /* 원래 자리로 이동 */
}
.mainslide-bottom .mainslide-bottom-container .right button{width: 200px; font-size:16px; font-weight:700; color:#fff; padding: 11px 20px; display: flex; align-items: center; justify-content: center;  gap: 10px; border-radius:50px; border: 2px solid #fff;  background-color: transparent;}
.main_swiper .main-swiper-button{display: flex; align-items: center;  position: absolute;  bottom: 0;  height: 115px;  left: 50%;  transform: translateX(-50%);  z-index: 3; gap:10px;}
.main_swiper .main-swiper-button .swiper-pagination{position: unset; width: auto; color:#fff; font-size:18px; font-weight:700; white-space: nowrap;}
.main_swiper .main-swiper-button .swiper-pagination.main-line{width:130px;margin-left: 15px; margin-right: 5px;}
.swiper-pagination-progressbar.main-line .swiper-pagination-progressbar-fill{background:#fff;}
.main_swiper .main-swiper-button .button-prev-next{display: flex; align-items: center;}
.main_swiper .main-swiper-button .button-prev-next .swiper-button-prev{position: unset;height: auto; margin-top: auto;}
.main_swiper .main-swiper-button .button-prev-next .swiper-button-next{position: unset;height: auto; margin-top: auto;}
.main_swiper .swiper-button-prev:after, .main_swiper .swiper-button-next:after, .main-sub .swiper-button-prev:after, .main-sub .swiper-button-next:after{display:none;}
.sd_main_line {position: relative; width:150px !important; height: 4px; margin-left:5px;}
.idx_con_slide{margin-bottom:250px;}
.main-sub{margin-top:200px;}
.main-sub-top{max-width:1280px; margin:auto;display: flex; align-items: center; justify-content: space-between; margin-bottom:60px;}
.main-sub .swiper-horizontal>.main-sub-pagination, .main-sub .main-sub-pagination.swiper-pagination-horizontal{max-width: 1280px;  bottom: 0;  top: auto;  left: 50%; background-color: #E3E3E3; transform: translateX(-50%);}
.main-sub .main-sub-pagination .swiper-pagination-progressbar-fill{background-color:#2F9B59;}
.main-sub-top h3{position: relative; font-size:70px; font-weight:600; color:rgba(0, 0, 0, .2)}
.main-sub-top .b_txt {position: relative;  width: max-content;  background: linear-gradient(to right, #000, #000) no-repeat;  -webkit-background-clip: text;  background-clip: text;  background-size: 0%;  transition: background-size cubic-bezier(.1,.5,.5,1) 0.5s}
.main-sub-top span{width:40%; height:1px; background-color:#E3E3E3; display:inline-block;}
.main-sub-top .main-sub-title{text-align:right;}
.main-sub-top .main-sub-title p:nth-child(1){font-size:30px; font-weight:700; color:#000;}
.main-sub-top .main-sub-title p:nth-child(2){font-size:18px; font-weight:500; color:#555;}
.main-sub-bottom ul li{max-width: 1280px;}
.main-sub-bottom ul li > .swiper .swiper-slide{width:100%;  aspect-ratio: 2 / 1;}
.main-sub-bottom ul li > .swiper .swiper-slide img{width:100%;  aspect-ratio: 2 / 1; object-fit: cover;}
.main-sub .main-sub-bottom {padding-left: 30px; padding-right:30px;}
.main-sub .main-sub-bottom ul li{padding:0 15px;}
.main-sub .main-sub-bottom ul:hover{ cursor: url(../../../img/cursor.svg) 16 16, auto !important;}
.main-sub-info{display: flex; gap:20px; padding: 40px 20px;}
.main-sub-info .left{min-width:240px;}
.main-sub-info .left p:nth-child(1){font-size:24px; font-weight:700;}
.main-sub-info .left p:nth-child(2){font-size:18px; font-weight:500; color:#555555;}
.main-sub-info .right{width:100%;}
.main-sub-info .right > p{margin-bottom:20px; font-size:16px; line-height:150%; color:#555; white-space: normal; overflow: hidden; text-overflow: ellipsis;word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;word-break: break-all;}
.main-sub-info .right button{border: 0; background-color: transparent; font-size:20px; font-weight:700; color:#2F9B59; gap:10px; display: flex; align-items: center;}
.inner-pagination .swiper-pagination-bullet {border:2px solid rgba(255,255,255,0.8); opacity:1; width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px)); height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));  display: inline-block; border-radius: var(--swiper-pagination-bullet-border-radius, 50%);  background: transparent;}
.inner-pagination .swiper-pagination-bullet-active {opacity: var(--swiper-pagination-bullet-opacity, 1);  background: #fff;}
.main-sub .main-sub-prev img, .main-sub .main-sub-next img{width:100%;}
.main-sub .main-sub-prev{background-color: #fff; width: 44px;  height: 44px;  aspect-ratio: 1 / 1;  border-radius: 50%; right: auto; left: 30px;}
.main-sub .main-sub-next{background-color: #fff; width: 44px;  height: 44px;  aspect-ratio: 1 / 1;  border-radius: 50%;  right: 30px;  left: auto;}
.about_us_box{background: url(../../../img/about_us.jpg) no-repeat;  background-size: cover; width: 100%; height: 480px; display: flex; justify-content: center; align-items: center; flex-direction: column; margin-bottom:250px;}
.about_us_box h3{font-size:60px; font-weight:700; color:#fff;}
.about_us_box p{font-size:18px; font-weight:500;  color:#fff;}
.about_us_box button{display: flex;  align-items: center;  justify-content: center;  gap: 10px;  padding: 11px;  width: 200px;  border: 2px solid #fff;  border-radius: 50px; background-color: transparent;  margin-top: 30px;}
.mb_80{margin-bottom:80px;}
.office_box{margin-bottom:250px;}
.office_box .office1{display: flex; align-items: center; justify-content: space-between; gap: 60px; margin-bottom:50px;}
.office_box .office2{display: flex; align-items: center; justify-content: space-between; gap: 60px;}
.office_box .office1 .text_box{max-width: 50%; width: 100%; text-align: left;}
.office_box .office2 .text_box{max-width: 50%; width: 100%; text-align: right;}
.office_box .text_box p{font-size:18px; color:#555555;}
.office_box .text_box p:nth-child(1){font-size:24px; font-weight:600; color:#000; margin-bottom:15px;}
.play_btn img{display:none; cursor: pointer;}
.play_btn img.on{display:block;}

/**********sub0101**********/
.tit_h4{font-size:24px; font-weight:500;}
.body_16{font-size:16px; line-height:180%;}
.sub0101_text{margin-bottom:40px;}
.sub0101_text h4{margin-bottom:15px;}
.sub0101_text p{color:#666; font-weight: 400;  white-space: pre-line;  word-break: keep-all;}
.sub0101_img{max-width:980px;}
.sub0101_img img{width:100%;}

/********** history **********/
.tit_h5{font-size:20px; font-weight:700;}
.tit_h3{font-size:30px; font-weight:700;}
.history{display: flex;  gap: 100px;  align-items: start;}
.history_left{max-width:400px; width:100%; position: sticky; top: 90px;}
.history_left h5{color:#2F9B59;}
.history_left h3{white-space: pre-line;  word-break: keep-all; line-height:150%; margin-bottom:15px;}
.history_left p{white-space: pre-line; color:#666666; font-weight:400;  line-height:180%;}
.history_img_box{margin-top:30px;}
.history_img_box img{width:100%;}
.history_line{position:relative;width:2px; background-color:#E3E3E3; min-height:80px;}
.history_line span{width: 18px; height: 18px;  display: inline-block;  position: absolute;  background-color: #fff;  border: 6px solid #eee; border-radius: 50%; top: 15px; left: -7.5px;}

/**********sub0103**********/
.sub0103 h4{margin-bottom:15px;}
.sub0103 p{color:#666666;}
.sub0103_img{margin-top:100px; max-width:980px;}
.sub0103_img img{width:100%;}

/**********sub0202**********/
.sub0202_text h4{margin-bottom:15px;}
.sub0202_text p{color:#666; font-weight: 400;  white-space: pre-line;  word-break: keep-all;}
.sub0202_box{display: flex; flex-wrap: wrap; align-items: start; margin-top: 50px; gap: 30px 0;}
.sub0202_box .info_box{max-width: 158px;  width: 100%; min-width: 158px;}
.sub0202_box .info_box .gn-circle{width: 100%;  aspect-ratio: 1 / 1;  display: flex;  align-items: center;  justify-content: center;  flex-direction: column;  border: 1px solid #2f9b59;  border-radius: 50%;}
.sub0202_box .info_box .gn-circle p{font-size:16px; font-weight:700; color:#2F9B59; white-space: pre-line; text-align:center;}
.sub0202_box .info_box .gn-circle.fill{background-color:#2F9B59; }
.sub0202_box .info_box .gn-circle.fill p{ color:#fff;}
.sub0202_box .info_box .info{margin-top: 20px;}
.sub0202_box .info_box .info .tit_h4{padding-bottom: 7px; color: #2F9B59; border-bottom: 2px solid #2F9B59;}
.sub0202_box .info_box .info ul{padding-top: 20px;}
.sub0202_box .info_box .info ul li{display: flex; align-items: flex-start; gap: 10px; padding-bottom: 10px;}
.sub0202_box .info_box .info ul li .g-dot{width: 4px; height: 4px; display: inline-block; border-radius: 50%; background-color: #666666; margin-top: 8px;}
.sub0202_box .info_box .info ul li p{word-break: keep-all; color: #666;}
.sub0202_box .gn-line{max-width: 40px; position:relative; width: 100%; background-color: #429b56; height: 1px;margin-top: 79px;}
.sub0202_box .gn-line span{position: absolute;  display: inline-block; width: 9px;  height: 9px;  border: 2px solid #2F9B59;  border-radius: 50%;  top: 50%;  left: 50%;  transform: translate(-50%, -50%);  background-color: #fff;}
.sub0202_box .gn-line.last{max-width: 20px;}
.sub0202_box .gn-line.last span{background-color: #429b56; left: 100%;}

/**********sub0401**********/
.sub0401_text .tap_btn{display: flex; gap: 30px; justify-content: space-between; align-items: center; margin-bottom: 30px;}
.sub0401_text .tap_btn button{width: 100%; padding: 16px 0; border: 0; font-size: 18px; font-weight: 500; background-color: #F6F6F6;}
.sub0401_text .tap_btn button.on{ background-color: #000; color:#fff;}
.sub0401_text .root_daum_roughmap .cont{display:none;}
.map_info{margin-top:50px;}
.locaition_flex{margin-top:20px; display:flex;  align-items: center; gap:10px;}
.locaition_flex p{font-size: 18px; font-weight: 500;}
.sub0401_flex{ display:flex;  align-items: center; gap:30px; margin-top:10px;}
.sub0401_flex .flex{ display:flex;  align-items: center; gap:10px;}
.sub0401_flex .flex p{font-size: 18px; font-weight: 500;}

/*메뉴*/
.left_menu {}
#snb{width:100%;}
#snb {width:100%;}
#snb > li.snb{width:100%;display:none;}
#snb > li.snb.active{display:block;}
#snb > li > h2{display: none;}
#snb > li > h2 a {
    display: block;
    background: #111;
    padding: 25px 20px;
    color: #fff;
}
#snb > li > h2 a b{display:block;font-size:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#snb > li > h2 a sub{display:block;padding-top:10px;font-family:vardana;font-size:12px;letter-spacing:0.05em;font-weight:normal;filter:Alpha(opacity=50); opacity:0.5; -moz-opacity:0.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#snb > li .snb2dDown{display:none;}


#snb > li > ul{display:inline-block;}
#snb > li > ul > li{position: relative;word-break: keep-all;margin-bottom:10px;}
#snb > li > ul > li a {
    display: block;
    color: #fff;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}

#snb > li > ul > li a b { font-size: 20px;font-weight: 700; color: #CCC; line-height: 150%;}
#snb > li > ul > li.active a b {color: var(--primary);}
#snb > li > ul > li a:hover{color:#fff;}
#snb > li > ul > li.snb2d.active a{color:#fff; position: relative;}
#snb > li > ul > li a{overflow:hidden;}
#snb > li > ul > li a i{float:right; display: none;}

.sub_page {
    flex: 1 1 auto;
}

/* 하단 레이아웃 */
#ft {background:#171719;}
.ft_wr{margin:0 auto;max-width:1340px;padding:80px 10px;padding-left: 20px;padding-right: 20px;}
.ft_wr:after {display:block;visibility:hidden;clear:both;content:""}
#ft h1 {width:0;height:0;font-size:0;line-height:0;overflow:hidden}
#ft p {margin:0;}

#ft_copy {display: flex; justify-content: space-between; align-items: start;}
#ft_copy #ft_company {}
#ft_copy #ft_company a {display:inline-block;padding:0 10px;line-height:1em;border-left:1px solid #575757;color:#fff;font-weight:bold}
#ft_copy #ft_company a:first-child{border:0;padding-left:0}
#ft_copy b {color:inherit}
#ft_copy a {color:inherit;text-decoration:none}
#ft_contact{float:right;width:50%;color:#fff;}
#ft_contact ul:after {display:block;visibility:hidden;clear:both;content:""}
#ft_contact li{float:left;width:33.3333%;text-align:center;padding:0 10px}
#ft_contact li i{display:inline-block;border:1px solid #555;color:#cbcaca;width:50px;line-height:50px;border-radius:50%;text-align:center}
#ft_contact li:hover i{font-size:15px;
-webkit-box-shadow:0 0 15px  rgba(255,255,255,0.1);
-moz-box-shadow: 0 0 15px  rgba(255,255,255,0.1);
box-shadow: 0 0 15px  rgba(255,255,255,0.1);}
#ft_contact li span {display:block;margin-top:10px}
#ft_contact li a{color:#fff}
#ft_contact li a:hover{color:#e32464}

#top_btn {position:fixed;bottom:10px;right:10px;width:40px;height:40px;background:#4a4a4a;border-radius:30px;color:#fff;text-align:center;font-size:15px;z-index:99;border:0}
#top_btn:hover{background:var(--primary-200)}
#device_change {display:block;line-height:40px;border:1px solid #3a3a3a;border-radius:2em;color:#777;font-size:1em;text-decoration:none;text-align:center}
.copy_left{max-width: 840px; width: 100%;}
.footer_info{display: flex; flex-wrap: wrap; gap: 15px; margin-bottom:30px;}
.footer_info .flex{display: flex; flex-wrap: wrap; gap: 15px;}
.footer_info p{color: #BBBBBB;padding-right: 15px; line-height: normal; border-right: 1px solid #bbb;}
.footer_info > p:nth-child(3){border:0; padding-right:0;}
.footer_info .flex p:last-child{border:0; padding-right:0;}
.copyright p{color: #BBBBBB;}



/* 체크박스 */
.all_chk,.bo_chk {position:relative}
.all_chk label .chk_img, .bo_chk label .chk_img{margin-top:2px;display:inline-block;height:15px;text-indent:-9999px;width:15px;background:#fff;border:1px solid #aab3c1;border-radius:3px;;vertical-align:top;
-webkit-box-shadow:inset 5px 5px 3px #f0f0f3;
-moz-box-shadow:inset 5px 5px 3px #f0f0f3;
box-shadow:inset 5px 5px 3px #f0f0f3}

.bo_chk label.click_on .chk_img, .all_chk label.click_on .chk_img{background:url('../img/input_chk.png') 50% 50% no-repeat var(--primary-200);border-color:var(--primary-200);
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none}


.bo_chk input, .all_chk input {position:absolute;top:0;left:0;width:1px;height:1px;opacity:0;outline:0;z-index:9}

/* 게시물 선택복사 선택이동 */
#copymove {}
.copymove_current {float:right;color:#ff3061}
.copymove_currentbg {background:#f4f4f4}
#copymove .tbl_head01{margin-top:10px}
#copymove td{background:#fff}
#copymove .win_btn{margin:10px}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;width:0;height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;width:1px !important;height:1px !important;font-size:0 !important;line-height:0 !important;overflow:hidden}

/* 본문 바로가기 */
.to_content a {z-index:100000;position:absolute;top:0;left:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden}

/* 이미지 등비율 리사이징 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;}
#captcha #captcha_img {height:40px;border:1px solid #898989;;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;width:40px;height:40px;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat  0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:3px 0 5px ;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px}

/* 구글리캡챠 크기 조정 scale */
#captcha.recaptcha{width:213px;height:55px;overflow:hidden}
#rc-imageselect, .g-recaptcha {transform:scale(0.7);-webkit-transform:scale(0.7);transform-origin:0 0;-webkit-transform-origin:0 0;}

/* ckeditor 태그 기본값 */
#bo_v_con ul{display: block;list-style-type: disc;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con ol{display: block;list-style-type: decimal;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con li{display: list-item;}

/*단축키일람 */
.cke_sc{text-align:right}
.btn_cke_sc{background:#333;color:#fff;padding:5px;border:none}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl{margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:50%;font-weight:bold}
.cke_sc_def dd {width:50%}
.btn_cke_sc_close{background:#333;padding:5px;border:none;color:#fff}

/* 버튼 */
.btn{display:inline-block;padding:0 5px;height:40px;line-height:40px;border-radius:33px;padding: 0 15px}
a.btn01 {display:inline-block;background:#eee;color:#444;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}
.btn_confirm {text-align:center} /* 서식단계 진행 */
.btn_submit {border:0;background:var(--primary);color:#fff;cursor:pointer}
.btn_submit:hover{background:var(--primary-200)}
a.btn_cancel {display:inline-block;background:#ddd;color:#444;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;;border:1px solid #ccc;background:#fafafa;color:#000;vertical-align:top;text-decoration:none}
a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;background:#eee;border:0;color:#6b6b6b;text-decoration:none;vertical-align:middle}
.btn_b01:hover, .btn_b01:hover {background:#f8f8f8;color:#000}
a.btn_b02 ,.btn_b02{display:inline-block;background:var(--primary);color:#fff;text-decoration:none;vertical-align:middle;border:0}
a.btn_b02:hover, .btn_b02:hover {background:var(--primary-200)}
a.btn_b03, .btn_b03 {display:inline-block;line-height:28px;border:1px solid #ed6478;color:#ed6478;background:none;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {}
a.btn_admin {display:inline-block;background:#000;color:#fff;font-size:16px;text-decoration:none;vertical-align:middle;border-radius:30px;line-height:40px;width:40px;text-align:center;padding: 0 10px;} /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover  {transform: rotate( -45deg );color:#fff;}

/* 기본테이블 */
.tbl_wrap {margin:0 10px 10px}
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_wrap caption {padding:10px 0;color:#4b8b99;font-weight:bold;text-align:left}
.tbl_head01 {}
.tbl_head01 caption {padding:0 0 10px;color:#777;text-align:left}
.tbl_head01 thead th {padding:12px 0;border:1px solid #cacaca;background:#d9d9da;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head01 thead a {color:#383838}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.tbl_head01 tfoot td {border-color:#e3e3e5;background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head01 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head01 td {padding:5px;border:1px solid #e3e3e5;line-height:1.5em;word-break:break-all}
.tbl_head02 {}
.tbl_head02 caption {padding:0 0 10px;color:#777;text-align:left}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.tbl_head02 tfoot td {background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.4em;word-break:break-all}

/* 기본리스트 */
.list_01{padding:0 10px;}
.list_01 li{background:#fff;border-radius:3px;padding:10px 0px;border-bottom:1px solid #eee;}

/* 기본폼 */
.form_01{margin:10px}
.form_01 .write_div{margin:5px 0;position:relative}
.form_01 li{margin:5px 0;position:relative;list-style:none}
 textarea, .frm_input {border:1px solid #d0d4df;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:0 10px;height:40px;
 -webkit-box-shadow: inset 2px 2px 2px #f3f3f3;
-moz-box-shadow: inset 2px 2px 2px #f3f3f3;
box-shadow:inset 2px 2px 2px #f3f3f3}
textarea {width:100%;height:200px;padding:10px}
textarea:focus, .frm_input:focus{outline:none;border-bottom:2px solid var(--primary-200)}
.frm_input {height:40px;}
.full_input{width:100%}
.form_01 .frm_file {display:block;margin-bottom:5px;width:100%}
.form_01 select{height:40px;border-radius:3px;background-color:#fff}
.form_01 .frm_info{font-size:0.92em;color:#4162ff;text-align:left;margin:3px 0 10px;display:block;line-height:1.3em}

/* 자료 없는 목록 */
.empty_table {padding:100px 0 !important;color:#777;text-align:center}
.empty_list {padding:20px 0 !important;text-align:center}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png')  !important;background-repeat:no-repeat   !important;background-position:right top  !important;}

/* 테이블 항목별 정의 */
.td_board {width:120px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:150px;text-align:center}
.td_group {width:100px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#999}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {}
.new_win #win_title {font-size: 1.2em;font-weight: bold;height: 50px;padding: 10px;line-height: 30px;
-webkit-box-shadow:  2px 2px 5px #eee;
-moz-box-shadow:  2px 2px 5px #eee;
box-shadow: 2px 2px 5px #eee
}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win_con{margin:20px}

.new_win .win_ul {margin:20px}
.new_win .win_ul li {display:inline-block;}
.new_win .win_ul li a {display: block;line-height: 24px;padding: 0 10px;}
.new_win .win_ul li .selected {background: #4162ff;color: #fff;border-radius: 13px;
-webkit-box-shadow: 0 0 5px rgba(65,98,255,0.8);
-moz-box-shadow: 0 0 5px rgba(65,98,255,0.8);
box-shadow: 0 0 8px rgba(65,98,255,0.8);}

.new_win .win_desc {margin:5px 0;font-size:0.92em;color:#4162ff}
.new_win .win_btn {clear:both;margin:10px 0;text-align:center}
.new_win .win_btn a {display:inline-block;height:40px;line-height:40px;font-weight:bold}
.new_win .win_btn .btn_close {display:inline-block;padding:0 10px;border:0;background:#c6c6d2;color:#666;text-decoration:none;font-weight:bold;height:40px;margin:10px 0}
.new_win .win_btn .btn_submit {width:100%;height:40px;line-height:40px;;margin:0 0 20px;display:inline-block;font-weight:bold}

/* 검색결과 색상 */
.sch_word {color:#00c4ac}

/* 사이드뷰 */
.sv_wrap {display:inline-block;position:relative;font-weight:normal;line-height:20px}
.sv_wrap .sv {z-index:1000;width:100px;display:none;margin:5px 0 0;font-size:0.92em;background:#333;text-align:left;
-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);}
.sv_wrap .sv:before{content: "";position: absolute;top: -6px;left: 15px;width: 0;height: 0;border-style: solid;border-width: 0 6px 6px 6px;border-color: transparent transparent #333 transparent;}
.sv_wrap .sv a {display:inline-block;width:100px;margin:0;padding:0  10px;line-height:30px;font-weight:normal;color:#bbb }
.sv_wrap .sv a:hover{background:#000;color:#fff}
.sv_member{color:#333;font-weight:bold;}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:30px 0;text-align:center}
.pg {display:inline-block }
.pg_page, .pg_current {display:inline-block;padding:0 13px;height:35px;color:#959595;line-height:35px;vertical-align:middle}
.pg a:focus, .pg a:hover {text-decoration:none;background-color:#f8f8f8; }
.pg_page {background:#eee;}
.pg_start {background:url(../img/btn_first.gif) no-repeat 50% 50% #eee;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_prev {background:url(../img/btn_prev.gif) no-repeat 50% 50% #eee;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_next {background:url(../img/btn_next.gif) no-repeat 50% 50% #eee;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_end {background:url(../img/btn_end.gif) no-repeat 50% 50% #eee;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_current {display:inline-block;background:#494949;color:#fff;font-weight:normal;line-height:35px;}


 @media (max-width: 1400px){
 	.v_line, .h_line{display:none;}
	.main-sub {margin-top: 100px;}
	.idx_con_slide, .about_us_box {margin-bottom: 120px;}
	.office_box{margin-bottom:60px;}
	.main-sub-top{padding:0 30px}
	.history {gap: 50px;}
 }

 @media (max-width: 1200px){
	.main-sub-top span{display:none;}
	.history_left {max-width: 290px;}
  }

 @media (max-width: 969px){
 	#hd:after{display:none;}
    #m_hd{padding:0px;height: 56px;border-bottom: 1px solid #E3E3E3;}
	.m_logo {height: auto;position: absolute;top: 17px; left: 20px;}
    .m_logo img{width: 89px;display:block;}
    #m_hd #gnb_open{position:absolute;top:0;right:0;background:none;border:0;width:56px;height:56px;color:#fff;font-size:20px;border-left: 1px solid #E3E3E3;}
    #m_hd #gnb_open img{width:24px;filter: invert(50%) sepia(1%) saturate(2424%) hue-rotate(57deg) brightness(93%) contrast(84%);}
    .m_side_menu{display:none;position:fixed;top:0;left:0;background:#fff;width:100%;height:100%;overflow-y:auto;z-index:999}
    .m_side_menu .btn_close {position:absolute;top:0;right:0;margin:0;height:56px;width:56px;border:0;background:none;color:#6b6b6b;font-size:16px}
    .m_side_menu .btn_close img{width:24px;}
	.m_side_menu .m_logo img{filter:none;}

	.m_side_menu {
	  display: none;
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  opacity: 0;
	  transition: opacity 0.4s ease;
	  z-index: 999;
	  align-items: start;
	}

	.m_side_menu.show {
	  display: flex;
	  opacity: 1;
	}

    #tnb{background:#2b2b2b;padding:20px}
    #tnb ul:after {display:block;visibility:hidden;clear:both;content:""}
    #tnb li{float:left;}
    #tnb li a{color:#c7c2bc;display:block}
    #tnb .tnb_sns{width:40px;line-height:40px;border:1px solid #565656;border-radius:50%;display:inline-block;margin-top:20px;text-align:center;margin-right:10px}
    #tnb .right{padding:0 10px;border-left:1px solid #434345}
    #tnb .clear{clear:both;border-left:0;padding-left:0}

    #gnb{padding:60px 0 20px;float: none; width: 100%;}
    #gnb .gnb_bg{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;background:rgba(255,255,255,0.5)}
    #gnb .gnb_wr{position:absolute;top:0;left:0;width:300px;height:100%;background:#1c1827;}
    #gnb .gnb_wr:after {display:block;visibility:hidden;clear:both;content:""}
    .gnb_login{background:#211c32;height:50px;padding:10px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.8);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.8);
    box-shadow: 0 0 10px rgba(0,0,0,0.8);}
    .gnb_1dli {
        position: relative;
        line-height: 50px;
        float: none;
        width: 100% !important;
		padding: 0;
    }
	#hd.hover .gnb_2dul {display:none;}
    .gnb_2dul {
        line-height: 40px;
        position: static;
		opacity: 1;
		height:0;
		overflow:hidden;
	}
	.gnb_1dli .gnb_2dul{display: block;}
    #hd .gnb_2dul.show{}
	.btn_gnb_cl + .gnb_2dul {}
    .gnb_1da {color:#000 !important; pointer-events: none; font-weight:600;font-size:18px;float: none; line-height: 64px;}
    .gnb_1dli button{width: 100%; z-index: 2; position:absolute;top:7px;right:0;border:0;height:50px;overflow:hidden;border:0;background:url(../img/mobile/gnb_bg.png) no-repeat right 50%;text-indent:-9999px;outline:none;display: block;}
    .gnb_1dli button.btn_gnb_cl{background:url(../img/mobile/gnb_bg2.png) no-repeat right 50% }
    #hd_sch{margin: 20px 20px 0;position:relative}
    #hd_sch #sch_stx {;border:0;width:100%;height:50px;padding:0 50px;color:#fff;background:#2b2b2b;border-radius:5px}
    #hd_sch #sch_stx:focus{outline:0;border-bottom:2px solid var(--primary-200)}
    #hd_sch #sch_submit{background:none;border:0;position:absolute;top:0;left:0;color:#fff;height:50px;width:50px;font-size:18px;}

    .pc_view{display:none !important}
	.m_view{display:block !important}


    .idx_con{padding:0}
    .idx_con li{width:100%;padding:20px }
    .idx_con li h2 i{width:50px;line-height:50px;font-size:20px;}
    .idx_lt_wr .lt{width:100%}
    .idx_lt{padding:30px 0}

	#container_title {padding-top: 56px;}
	#container_title .snb {padding: 40px 20px 0;}
	#container_title .sub_top_tit {font-size: 50px;}
	#container02 { padding-top: 20px; padding-bottom: 100px; display: block;}
	#container03 { padding-top: 20px; padding-bottom: 50px;}

	#container02 .submenu {display:none;}
	#container03 .snb2dul {margin-bottom: 20px;gap: 10px;  flex-wrap: nowrap;  overflow-x: auto;}
	#snb > li > ul > li a b { font-size: 15px;}
	#container03 #snb > li > ul > li a {padding: 10px 4px;}

    .ft_wr{padding:30px 20px 20px}
    #ft_copy{width:100%;}
    #ft_contact{width:100%;margin-top:20px}
    #ft_contact li{width:100%;padding:10px 0;text-align:left}
    #ft_contact li span{display:inline-block}
    #ft_contact li i{margin-right:10px}


	br{display:block;}
	.tit_h4{font-size: 20px;}
	.tit_h3{font-size: 24px;}
	.body_16{font-size:14px;}

	/*메인*/
	.moblie{display:block !important;}
	.pc{display:none !important;}
	.main-sub-top{margin-bottom: 30px; display: block; padding: 0 20px;}
	.main-sub .main-sub-bottom{ padding: 0 20px;}
	.main-sub-top h3{font-size:50px;}
	.main-sub-top .main-sub-title{text-align: left;}
	.main-sub-top .main-sub-title p:nth-child(1){font-size:20px;}
	.main-sub-top .main-sub-title p:nth-child(2){font-size:16px;}
	.about_us_box h3{font-size:45px; font-size:500;}
	.about_us_box p {font-size:16px; font-weight: 700;}
	.about_us_box{height:400px;}
	.office_box .office1{flex-wrap: wrap; padding: 0; gap: 20px;}
	.office_box .office2{flex-wrap: wrap; padding: 0; gap: 20px;}
	.office_box .img_box{padding-left:20px;  height: 180px;  width: 100%;}
	.office_box .img_box img{height: 100%; width: 100%; object-fit: cover;}
	.office_box .text_box{padding:0 20px;}
	.office_box .office2 .img_box{order:1}
	.office_box .office2 .text_box{order: 2; max-width:100%; text-align: left;}
	.office_box .office1 .text_box{max-width:100%;}
	.office_box .text_box p:nth-child(1){font-size: 20px;}
	.office_box .text_box p{font-size:16px; word-break: keep-all;}
	.main-sub-info{flex-wrap: wrap; gap: 15px; padding: 20px 10px 40px;}
	.main-sub-info .left p:nth-child(1){font-size:20px; }
	.main-sub-info .left p:nth-child(2), .main-sub-info .right > p{font-size: 16px;}
	.main-sub-info .right button{font-size:18px;}
	.mainslide-bottom .mainslide-bottom-container{flex-wrap: wrap; gap: 50px;}
	.mainslide-bottom .mainslide-bottom-container .right button{width:160px;}
	.main_swiper .main-swiper-button{justify-content: flex-start; height:auto;  width: 100%; bottom: 85px;  padding: 0 20px;}
	.mainslide-bottom .mainslide-bottom-container .left{max-width: 100%; width:100%;}
	.history {gap: 0px; flex-wrap: wrap;}
	.history_left {max-width: 100%; position: unset; display: flex; justify-content: space-between;}
	.history_img_box {margin-top: 0px;}
	.sub0103_img{margin-top:30px; max-width:980px;}
	.main-sub .main-sub-bottom ul li{padding:0;}
	#gnb_1dul{gap: 0; flex-wrap: wrap;}


	/**********sub0401**********/
	.sub0401_text .tap_btn{gap: 15px; margin-bottom: 15px;}
	.sub0401_text .tap_btn button{width: 100%; padding: 14px 0;font-size: 16px;}
	.map_info{margin-top:30px;}
	.locaition_flex{margin-top:15px; display:flex; align-items: start; gap:10px;}
	.locaition_flex img{margin-top: 3px;}
	.locaition_flex p{font-size: 16px; word-break: keep-all;}
	.sub0401_flex{gap:10px 20px; flex-wrap: wrap;}
	.sub0401_flex .flex p{font-size: 16px;}
}


 @media (max-width: 901px){
	.footer_info > p:nth-child(2){border-right:1px solid transparent;}
}
 @media (max-width: 768px){
	.main-sub-bottom ul li > .swiper .swiper-slide{aspect-ratio: 2 / 1.8;}
	.main-sub-bottom ul li > .swiper .swiper-slide img{aspect-ratio: 2 / 1.8;}
	.main-sub .main-sub-prev{width: 36px; height: 36px; left: 10px;}
	.main-sub .main-sub-next{width: 36px; height: 36px; right: 10px;}
	.ft_wr {padding: 40px 20px 70px;}
	#ft_copy{flex-wrap: wrap; gap: 30px;}
	.footer_info p{padding-right:0; border-right:0; word-break: keep-all;}
	.copy_left{order:2;}
	#ft_copy #ft_logo{order: 1;}
	.sub0101_text p{color:#666; white-space: normal;}
	.history_left{gap:30px; flex-wrap: wrap;}
	.p_box{gap: 35px;}
	.history_line span{top:7px;}
	.history_txt {padding-top: 9px;}
	.p_box .history_img span{font-size: 20px;}
    
 }

 @media (max-width: 567px){
	.sub0101_img {width:100%; aspect-ratio: 2 / 1.5;;}
	.sub0101_img img{aspect-ratio: 2 / 1.5; object-fit: cover;}
	.sub0202_box{flex-direction: column; align-items: center;}
	.sub0202_box .info_box {
    max-width: 100%;}
	.sub0202_box .gn-line{display:none;}
	.sub0202_box .info_box .gn-circle{max-width:158px;   margin: auto;}
	.hd_popups {left: 50%;  top: 50%;  transform: translate(-50%, -50%)}
	 .sub0202_box [data-aos][data-aos][data-aos-delay="2300"].aos-animate{
         transition-delay: 0s;
     }
	 .sub0202_box [data-aos][data-aos][data-aos-delay="2400"].aos-animate{
         transition-delay: 0s;
     }
	 .sub0202_box [data-aos][data-aos][data-aos-delay="2500"].aos-animate{
         transition-delay: 0s;
     }
	 .sub0202_box [data-aos][data-aos][data-aos-delay="2600"].aos-animate{
         transition-delay: 0s;
     }
 }


 @media (max-width: 450px){
	#container_title .sub_top_tit {font-size: 36px;}

 }
