@charset "utf-8";
:root {
  --min-width: 320px;
  --min-width-calc: 320;
  --min-width2: 768px;
  --min-width2-calc: 768;
  --max-width: 1580px;
  --max-width-calc: 1580;
  --max-width-sub: 1440px;
  --max-width-sub-calc: 1440;
  
  --main-color-0: rgba(0, 0, 102, 1.0);
  --main-color-1: rgba(0, 0, 102, 0.9);
  --main-color-2: rgba(0, 0, 102, 0.8);
  --main-color-3: rgba(0, 0, 102, 0.7);
  --main-color-4: rgba(0, 0, 102, 0.6);
  --main-color-5: rgba(0, 0, 102, 0.5);
  --main-color-6: rgba(0, 0, 102, 0.4);
  --main-color-7: rgba(0, 0, 102, 0.3);
  --main-color-8: rgba(0, 0, 102, 0.2);
  --main-color-9: rgba(0, 0, 102, 0.1);
  
  --sub-color-0: rgba(2, 148, 230, 1.0);
  --sub-color-1: rgba(51, 51, 51, 1.0);
  
  --font-size-14: clamp(13px, calc(13px + (14 - 13) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), 14px);
  --font-size-15: clamp(14px, calc(14px + (15 - 14) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), 15px);
  --font-size-16-10: clamp(10px, calc(10px + (16 - 10) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), 16px);
  --font-size-16: clamp(15px, calc(15px + (16 - 15) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), 16px);
  --font-size-18: clamp(16px, calc(16px + (18 - 16) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), 18px);
  --font-size-20: clamp(18px, calc(18px + (20 - 18) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), 20px);
  --font-size-20-16: clamp(16px, calc(16px + (20 - 16) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), 20px);
  --font-size-24: clamp(19px, calc(19px + (24 - 19) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), 24px);
  --font-size-24-16: clamp(16px, calc(16px + (24 - 16) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), 24px);
  --font-size-30: clamp(20px, calc(20px + (30 - 20) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), 30px);
  --font-size-36: clamp(24px, calc(24px + (36 - 24) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), 36px);
  --font-size-40: clamp(25px, calc(25px + (40 - 25) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), 40px);
  --font-size-50: clamp(20px, calc(20px + (50 - 20) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), 50px); 
  
  --symbols-font-size-35: clamp(25px, calc(25px + (35 - 25) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), 35px);  
  
  --width-2: clamp(1px, calc(1px + (2 - 1) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), 2px);
  --min-width-10: clamp(5px, calc(5px + (10 - 5) * ((100vw - var(--min-width2)) / (var(--max-width-calc) - var(--min-width2-calc)))), 10px);
  --min-width-14: clamp(7px, calc(7px + (14 - 7) * ((100vw - var(--min-width2)) / (var(--max-width-calc) - var(--min-width2-calc)))), 14px);
  --min-width-30: clamp(15px, calc(15px + (30 - 15) * ((100vw - var(--min-width2)) / (var(--max-width-calc) - var(--min-width2-calc)))), 30px);
  --width-65: clamp(50px, calc(50px + (65 - 50) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), 65px);
  
  --line-height-30: clamp(25px, calc(25px + (30 - 25) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), 30px);
  --line-height-40: clamp(30px, calc(30px + (40 - 30) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), 40px);
  
  --height-55: clamp(45px, calc(45px + (55 - 45) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), 55px);
  --height-65: clamp(50px, calc(50px + (65 - 50) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), 65px);
  --height-70-10: clamp(10px, calc(10px + (70 - 10) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), 70px);
  --height-130-35: clamp(35px, calc(35px + (130 - 35) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), 130px);
  --height-66: clamp(-50px, calc(-50px + (-65 - -50) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), -65px);
  --height-150: clamp(50px, calc(50px + (150 - 50) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), 150px);
  --height-150-25: clamp(25px, calc(25px + (150 - 25) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), 150px);
  --height-470: clamp(350px, calc(350px + (470 - 350) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), 470px);
  --height-600: clamp(400px, calc(400px + (600 - 400) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), 600px);
  --height-650: clamp(400px, calc(400px + (650 - 400) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), 650px);
  
  --margin-4: clamp(2px, calc(2px + (4 - 2) * ((100vw - var(--min-width)) / (var(--max-width-sub-calc) - var(--min-width-calc)))), 4px);
  --margin-8: clamp(4px, calc(4px + (8 - 4) * ((100vw - var(--min-width)) / (var(--max-width-sub-calc) - var(--min-width-calc)))), 8px);
  --margin-10: clamp(5px, calc(5px + (10 - 5) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), 10px);
  --margin-20: clamp(10px, calc(10px + (20 - 10) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), 20px);
  --margin-20-15: clamp(-15px, calc(-15px + (-20 - 15) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), -20px);
  --margin-30: clamp(15px, calc(15px + (30 - 15) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), 30px);
  --margin-20-5: clamp(5px, calc(5px + (20 - 5) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), 20px);
  --margin-25: clamp(0px, calc(0px + (25 - 0) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), 25px);
  --margin-40: clamp(20px, calc(20px + (40 - 20) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), 40px);
  --margin-50-5: clamp(5px, calc(5px + (25 - 5) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), 50px);
  --margin-60: clamp(30px, calc(30px + (60 - 30) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), 60px);
  --margin-80: clamp(40px, calc(40px + (80 - 40) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), 80px);
  --margin-80-20: clamp(20px, calc(20px + (80 - 20) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), 80px);
  --margin-120: clamp(60px, calc(60px + (120 - 60) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), 120px);
  
  --padding-10: clamp(5px, calc(5px + (10 - 5) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), 10px);
  --padding-20: clamp(10px, calc(10px + (20 - 10) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), 20px);
  --padding-20-15: clamp(15px, calc(15px + (20 - 15) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), 20px);
  --padding-30: clamp(15px, calc(15px + (30 - 15) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), 30px);
  --padding-40: clamp(20px, calc(20px + (40 - 20) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), 40px);
  --padding-60: clamp(30px, calc(30px + (60 - 30) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), 60px);
  --padding-80: clamp(40px, calc(40px + (80 - 40) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), 80px);  
  --padding-120: clamp(60px, calc(60px + (120 - 60) * ((100vw - var(--min-width)) / (var(--max-width-calc) - var(--min-width-calc)))), 120px);  
  
  --gap-20: clamp(10px, calc(10px + (20 - 10) * ((100vw - var(--min-width2)) / (var(--max-width-calc) - var(--min-width2-calc)))), 20px);
  --gap-40: clamp(20px, calc(20px + (40 - 20) * ((100vw - var(--min-width2)) / (var(--max-width-calc) - var(--min-width2-calc)))), 40px);
  --gap-60: clamp(30px, calc(30px + (60 - 30) * ((100vw - var(--min-width2)) / (var(--max-width-calc) - var(--min-width2-calc)))), 60px);
  --gap-80: clamp(40px, calc(40px + (80 - 40) * ((100vw - var(--min-width2)) / (var(--max-width-calc) - var(--min-width2-calc)))), 80px);
}

/* 초기화 */
html {overflow-y:scroll;min-width: 320px;}
body {min-width: 320px;margin:0;padding:0;font-size:var(--font-size-16);font-family:'Noto Sans KR', dotum, sans-serif;background:#fff}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:var(--font-size-16);font-family:'Noto Sans KR', dotum, sans-serif}
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:var(--font-size-16);}
input, button {margin:0;padding:0;font-family:'Noto Sans KR', dotum, sans-serif;font-size:var(--font-size-16);}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {font-family:'Noto Sans KR', dotum, sans-serif;font-size:var(--font-size-16);}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:var(--font-size-16);}
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, textarea:focus,select:focus {
-webkit-box-shadow:0 0 5px #9ed4ff;
-moz-box-shadow:0 0 5px #9ed4ff;
box-shadow:0 0 5px #9ed4ff;
border:1px solid #558ab7 !important;
}
input::placeholder, textarea::placeholder {
  color: var(--sub-color-1);
}

.placeholdersjs {color:#aaa !important}
html.hidden, body.hidden {height:100%; min-height:100%; overflow:hidden !important; touch-action:none;}
/* 레이아웃 크기 지정 */


/* 아이콘 요소를 공간은 차지하되 보이지 않게 설정 */
.material-icons, .material-symbols-outlined {
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

/* 폰트 로드 완료 시점에 opacity를 1로 변경 */
body.material-icons-loaded .material-icons,
body.material-icons-loaded .material-symbols-outlined {
    opacity: 1;
}

.mo-none {display:block;}
.mo-block {display:none;}

#fullpage.fullpage-wrapper {
	padding-right: 100px;
}

#hd, #wrapper, #ft {
    width: 100%;
    height: 100px;
	padding: 0;
	padding-right: 100px;
}

#hd_pop,
#hd_wrapper,
#tnb .inner,

#gnb .gnb_wrap,
#container_wr,
#ft_wr {
	width: 100%;
	max-width: var(--max-width);
}

/* 공통 - display none/block */
.is-hidden { display: none !important; }
.is-visible { display: block !important; }

/* 공통 - 뷰포트 (pc / mobile) 별 display none/block */
.pc-only { display: none; }
@media (min-width: 769px) { .pc-only { display: block !important; }}
.mobile-only { display: block; }
@media (min-width: 769px) { .mobile-only { display: none !important; }}

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops img {max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject {background:#000;text-align:left}
.hd_pops_footer .hd_pops_close {background:#393939;position:absolute;top:0;right:0}

/* 상단 레이아웃 */
#hd {background:#ffffff;overflow: hidden;position: fixed;border-bottom: solid 1px rgba(0, 0, 0, 0.2); z-index: 1000;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.header-area-bg-border {
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    display: block;
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#tnb {border-bottom:1px solid #383838;margin:0 auto}
#tnb:after {display:block;visibility:hidden;clear:both;content:""}
#tnb .inner {margin:0 auto}

#hd_wrapper_area {
    position: relative;
    margin: 0 auto;
    width: 100%;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
#hd_wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    zoom: 1;
    z-index: 9;
    display: flex;
    justify-content: space-between;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding-left: clamp(0.9375rem, 0.7247rem + 0.5319vw, 1.25rem);
    padding-right: clamp(0.9375rem, 0.7247rem + 0.5319vw, 1.25rem);
}

#logo {
    width: 100px;
    height: auto;
    padding: 0 0;
    display: flex;
    align-items: center;
}
#logo img {
    width: 100px;
    height: auto;
}
#sns {
    width: auto;
    height: auto;
    padding: 0 0;
    display: flex;
    align-items: center;
}
#sns ul {
    display: flex;
    gap: 20px;
}
#sns .facebook {
    width: 40px;
    height: 40px;
    display: flex;
    background-color: #2a569c;
    padding: 10px 10px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
#sns .twitter {
    width: 40px;
    height: 40px;
    display: flex;
    background-color: #30a6df;
    padding: 10px 10px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
#sns a {
    font-size: 18px;
    color: #ffffff;
}

.hd_sch_wr {float:left;padding:30px 0;width:445px;margin-left:65px}
#hd_sch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_sch {border-radius:30px;overflow:hidden}
#hd_sch #sch_stx {float:left;width:385px;height:45px;padding-left:10px;border-radius:30px 0 0 30px;background:#2c2c2c;border:0;border-right:0;font-size:1.25em;color:#fff}
#hd_sch #sch_submit {float:left;width:60px;height:45px;border:0;background:#2c2c2c;color:#fff;border-radius:0 30px 30px 0;cursor:pointer;font-size:16px}

#hd_define {float:left}
#hd_define:after {display:block;visibility:hidden;clear:both;content:""}
#hd_define li {float:left;font-size:1.083em;line-height:14px;border-right:1px solid #4a4a4a;position:relative;text-align:center;margin:15px 10px 15px 0;padding-right:10px}
#hd_define li:last-child {padding-right:0;margin-right:0;border-right:0}
#hd_define li a {display:inline-block;color:#919191}
#hd_define li.active a {color:#fff}

#hd_qnb {float:right;text-align:right}
#hd_qnb:after {display:block;visibility:hidden;clear:both;content:""}
#hd_qnb li {float:left;font-size:1.083em;line-height:14px;border-right:1px solid #4a4a4a;position:relative;text-align:center;margin:15px 10px 15px 0;padding-right:10px}
#hd_qnb li:last-child {padding-right:0;margin-right:0;border-right:0}
#hd_qnb li span {display:block;margin-top:5px;font-size:0.92em}
#hd_qnb li a {display:inline-block;color:#919191}
#hd_qnb .visit .visit-num {display:inline-block;line-height:16px;padding:0 5px;margin-left:5px;border-radius:10px;background:#da22f5;color:#fff;font-size:10px}


.hd_login {position:absolute;right:0;top:60px}
.hd_login li {float:left;margin:0 5px;border-left:1px solid #616161;padding-left:10px;line-height:13px}
.hd_login li:first-child {border-left:0}
.hd_login a {color:#fff}


/* 메인메뉴 */
#gnb {
    width: 100%;
    position: relative;
}
#gnb > h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#gnb .gnb_wrap {
    margin: 0 auto;
    position: relative;
    padding: 0 1vw 0 10vw;
}
#gnb .gnb_wrap:hover, #gnb .gnb_wrap:focus, #gnb .gnb_wrap:active{z-index:3}
#gnb #gnb_1dul {
    font-size: 1.083em;
    padding: 0;
    zoom: 1;
    position: relative;
    z-index: 99;
    display: grid;
    grid-template-columns:20% 22% 22% 19% 17%;
    gap: 0px;
}
#gnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb .gnb_1dli {
    width: 100%;
    float: left;
    line-height: 55px;
    padding: 0px;
    position: relative;
}
#gnb .gnb_1dli a {
	position: relative;
    height: 100px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
	color: #333333;
    justify-content: center;
}
#gnb .gnb_1dli a:after {
    content: '';
    width: 0;
    height: 3px;
    background-color: rgba(0, 0, 102, 1.0);
    position: absolute;
    transition: all 0.2s ease-in-out;
    z-index: 1;
    left: 50%;
    bottom: 0;
}
#gnb .gnb_1dli:hover > a:after {
	width: 100%;
	left:0%;
}
#gnb .gnb_1dli .dropdown.sub {
    width: 100%;
    height: 320px;
    display: inline-block;
    color: #000;
    opacity: 1;
    padding: 30px 0 0 0;
    border-left: solid 1px rgba(0, 0, 0, 0.2);
    position: absolute;
}
#gnb .gnb_1dli:last-child .dropdown.sub {
    border-right: solid 1px rgba(0, 0, 0, 0.2);
}
#gnb .gnb_1dli .dropdown.sub li {
	margin: 0 0 0 0;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    padding: 6px 0;
}
#gnb .gnb_1dli .dropdown.sub li:hover {	
	background-color: rgba(0, 0, 102, 1.0);
}
#gnb .gnb_1dli .dropdown.sub li a {
    font-size: 14px;
    font-weight: 400;
    height: auto;
    line-height: 140%;
	text-align: center;
}
#gnb .gnb_1dli .dropdown.sub li:hover a {
    color: #fff;
}
#gnb .gnb_1dli:hover > a {color:rgba(35, 41, 136, 1.0);
-webkit-transition:background-color 2s ease-out;
-moz-transition:background-color 0.3s ease-out;
-o-transition:background-color 0.3s ease-out;
transition:background-color 0.3s ease-out}

.gnb_1dli .bg {position:absolute;top:24px;right:8px;display:inline-block;width:10px;height:10px;overflow:hidden;background:url('./images/gnb_bg2.gif') no-repeat 50% 50%;text-indent:-999px}
.gnb_1da {display:block;font-weight:bold;padding:0 15px;color:#080808;text-decoration:none}
.gnb_1dli.gnb_al_li_plus .gnb_1da{padding-right:25px}
.gnb_2dli:first-child {border:0}
.gnb_2dul {display:none;position:absolute;top:54px;min-width:140px;padding-top:2px}
.gnb_2dul .gnb_2dul_box {border:1px solid #e0e2e5;border-top:0;padding:0;
-webkit-box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2);
-moz-box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2);
box-shadow:0px 1px 5px rgba(97, 97, 97, 0.2)}
.gnb_2da {display:block;padding:0 10px;line-height:40px;background:#fff;color:#080808;text-align:left;text-decoration:none}
a.gnb_2da:hover {color:#3a8afd;background:#f7f7f8;
-moz-transition:all 0.3s ease-out;
-o-transition:all 0.3s ease-out;
transition:all 0.3s ease-out}

.gnb_1dli_air .gnb_2da {}
.gnb_1dli_on .gnb_2da {}
.gnb_2da:focus, .gnb_2da:hover {color:#fff}
.gnb_1dli_over .gnb_2dul {display:block;left:0}
.gnb_1dli_over2 .gnb_2dul {display:block;right:0}
.gnb_wrap .gnb_empty {padding:10px 0;width:100%;text-align:center;line-height:2.7em;color:#080808}
.gnb_wrap .gnb_empty a {color:#3a8afd;text-decoration:underline}
.gnb_wrap .gnb_al_ul .gnb_empty, .gnb_wrap .gnb_al_ul .gnb_empty a {color:#555}

#gnb .gnb_menu_btn {background:#4158d1;color:#fff;width:50px;height:55px;border:0;vertical-align:top;font-size:18px}
#gnb .gnb_close_btn {background:#fff;color:#b6b9bb;width:50px;height:50px;border:0;vertical-align:top;font-size:18px;position:absolute;top:0;right:0}
#gnb .gnb_mnal {float:right;padding:0}

#gnb_all {display:none;position:absolute;border:1px solid #c5d6da;width:100%;background:#fff;z-index:1000;-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.2);
-moz-box-shadow:0 2px 5px rgba(0,0,0,0.2);
box-shadow:0 2px 5px rgba(0,0,0,0.2)}
#gnb_all h2 {font-size:1.3em;padding:15px 20px;border-bottom:1px solid #e7eeef}
#gnb_all .gnb_al_ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb_all .gnb_al_ul > li:nth-child(5n+1) {border-left:0}
#gnb_all .gnb_al_li {float:left;width:20%;min-height:150px;padding:20px;border-left:1px solid #e7eeef}
#gnb_all .gnb_al_li .gnb_al_a {font-size:1.2em;display:block;position:relative;margin-bottom:10px;font-weight:bold;color:#3a8afd}
#gnb_all .gnb_al_li li {line-height:2em}
#gnb_all .gnb_al_li li a {color:#555}
#gnb_all_bg {display:none;background:rgba(0,0,0,0.1);width:100%;height:100%;position:fixed;left:0;top:0;z-index:999}

/* 중간 레이아웃 */
.main_slide {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
}
#mainVisual {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

/* 텍스트 */
#mainVisual{}
#mainVisual .main_txt2 {
    display: flex;
    flex-flow: column;
    position: absolute;
    top: 57%;
    z-index: 10;
    color: #fff;
    width: 100%;
    padding: 0 20px;
}
#mainVisual .main_txt {
    display: flex;
    flex-flow: column;
    position: absolute;
    top: 37%;
    z-index: 10;
    color: #fff;
    width: 100%;
    padding: 0 20px;
}
#mainVisual .main_txt .stxt {
    margin-top: 30px;
    font-size: clamp(1rem, 0.8298rem + 0.4255vw, 1.25rem);
	font-weight: 500;
    line-height: 1.8;
    white-space: pre-line;
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
}
#mainVisual .main_txt .stxt2 {
    margin-top: 30px;
    font-size: clamp(0.9375rem, 0.8098rem + 0.3191vw, 1.125rem);
    font-weight: 400;
    line-height: 1.8;
    white-space: pre-line;
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
}
#mainVisual .main_txt .btxt {
    font-size: clamp(1.25rem, -0.5372rem + 4.4681vw, 3.875rem);
    font-weight: 700;
    line-height: 1.15;
    white-space: pre-line;
    width: 100%;
    max-width: var(--max-width);
    margin: 10px auto 30px;
}

/* 이미지 */
#mainVisual .swiper-wrapper{z-index:1;height:100%}
#mainVisual .swiper-wrapper .swiper-slide{overflow:hidden;height:100%}
#mainVisual .swiper-wrapper .swiper-slide .bg{width:100%;height:100%;}
#mainVisual .swiper-wrapper .swiper-slide .bg01{
	background-image:url(/img/section1-2.jpg);
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#mainVisual .swiper-wrapper .swiper-slide .bg01:after{
	display:block;
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.20)
}
#mainVisual .swiper-wrapper .swiper-slide .bg02{
	background-image:url(/img/section1-1.jpg);
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#mainVisual .swiper-wrapper .swiper-slide .bg02:after{
	display:block;
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.20)
}
#mainVisual .swiper-wrapper .swiper-slide .bg03{
	background-image:url(/img/section1-3.jpg);
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#mainVisual .swiper-wrapper .swiper-slide .bg03:after{
	display:block;
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.20)
}

/* 컨트롤 */
#mainVisual .controls {
    display: flex;
    align-items: center;
    gap: 35px;
    width: 100%;
    max-width: var(--max-width);
    margin: 60px auto 0;
}
#mainVisual .circle{position:relative}
#mainVisual .circle .autoplay-progress{display:flex;align-items:center;justify-content:center;position:relative;width:60px;height:60px}
#mainVisual .circle .autoplay-progress svg{z-index:10;width:100%;height:100%;stroke-width:2px;stroke:#fff;fill:none;stroke-dashoffset:calc(125.6 * (1 - var(--progress)));stroke-dasharray:125.6;transform:rotate(-90deg)}
#mainVisual .circle .autoplay-progress .bg{position:absolute;width:54px;height:54px;border-radius:50%;border:3px solid rgba(255,255,255,.5)}
#mainVisual .circle .play div{position:absolute;left:50%;top:50%;z-index:10;transform:translate(-50%,-50%)}
#mainVisual .circle .play span{cursor:pointer;font-variation-settings:'FILL' 1,'wght' 300,'GRAD' 0,'opsz' 40;font-size:18px}
#mainVisual .circle .play div.swiper-pause{display:block;cursor: pointer;}
#mainVisual .circle .play div.swiper-play{display:none}
#mainVisual .circle .play.on div.swiper-pause{display:none}
#mainVisual .circle .play.on div.swiper-play{display:block}
#mainVisual .arrow{display:flex;align-items:center;gap:25px}
#mainVisual .arrow > span{display:flex;font-size: 18px;cursor: pointer;}
#mainVisual .arrow i{cursor:pointer;width:40px;opacity:.6;transition:all .2s}
#mainVisual .arrow .pager{display:flex;align-items:center;justify-content:center;gap:10px;width:43px;font-size:15px;font-weight:600}
#mainVisual .arrow .i:hover{opacity:1}

/* 스크롤다운 */
#mainVisual .scroll {
    position: absolute;
    z-index: 10;
    left: 50%;
    margin-left: -43.33px;
    bottom: 80px;
    padding: 40px 0 0 0;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}
#mainVisual .scroll span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -2.5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    transition: all .2s;
    animation: scr_down 3s infinite;
}
@keyframes scr_down{0%{top:0;opacity:0}20%{opacity:1}100%{top:65%;opacity:0}}


.main_img1 {
	width:100%;
	height:100vh;
	background-repeat: no-repeat; 
	background-size: cover;
	background-position: 50% center;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
	transition: all 6s ease 0s;
}
#section2 {
    background-image: url("/img/section2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#section3 {
    background-image: url("/img/section3.jpg");
    background-repeat: no-repeat;
    background-position: 30%;
    background-size: cover;
}
#section4 {
}
#section5 {
    background-image: url("/img/section5.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#section6 {
}
#section7 {
}
#wrapper {}
#container_wr:after {display:block;visibility:hidden;clear:both;content:""}
#container_wr {margin:0 auto;zoom:1}
#aside {
    position: fixed;
    top: 0;
    right: 0;
    width: 100px;
    padding: 0;
    height: 100%;
    margin: 0;
    background-color: var(--main-color-0);
	z-index: 9999;
}
.m_menu_btn_pc, .m_menu_btn_pc:hover {
    width: 100px;
    height: 100px;
    color: #ffffff;
    font-size: 36px;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
	font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 24;
}
.m_menu_btn_mo {
    display: none;
}
.top_nav_m {
    display: none;
}
.all_menu_pc {
    position: fixed;
    opacity: 0;
    z-index: -1;
    top: 0;
    right: -1050px;
    width: 50%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: opacity 0.5s ease 0s;
    padding: 100px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 0;
}
.all_menu_pc_ov {
    opacity: 1;
    z-index: 999999;
    width: 100%;
    right: 0px;
}
.all_menu_pc_btn {
    position: absolute;
    top: 100px;
    right: 100px;
    z-index: 9;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.all_menu_pc_btn .material-symbols-outlined {
    font-size: 58px;
    color: #ffffff;
}
.all_menu_pc_btn .material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 200,
  'GRAD' -25,
  'opsz' 24
}
.all_menu_pc_title {
    text-align: left;
    width: 200px;
    line-height: 60px;
    margin-left: 0px;
    border-bottom: 0px solid #CCC;
}
.all_menu_pc_title img {
    width: 140px;
    height: auto;
}
.all_menu_pc_in_wrap {
    padding: 80px 0px 50px 0px;
    border-left: 0px solid #CCC;
    border-right: 0px solid #CCC;
    margin-left: -20px;
    margin-right: -20px;
}
.all_menu_pc_in {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    padding: 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    white-space: nowrap;
}
.all_menu_pc_in_title {
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.01em;
    padding-left: 0px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 20px;
}
.all_menu_pc_in a {
    color: #fff;
}
.all_menu_pc_in_sub {
    display: block;
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    line-height: 30px;
    padding: 5px 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.all_menu_pc_in2 {
    width: 100%;
    font-size: 14px;
	font-weight: 300;
    color: rgba(255,255,255,0.6);
    padding: 0 0 0 0;
    border-top: 0px solid #CCC;
    margin-left: 0px;
}
.footer_add1>span {
    padding-right: 15px;
    text-align: left;
}
.footer_add2 {
    margin-bottom: 10px;
    text-align: left;
}
.footer_add2>span {
    padding-right: 15px;
    text-align: left;
}
.footer_copy2 {
    text-align: left;
}


#container {position:relative;float:left;height:auto !important;margin:0;height:500px;font-size:1em;width:100%;zoom:1}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {font-size:1.333em;margin:0 auto;font-weight:bold}
#container_title span {margin:0 auto 10px;display:block;line-height:30px}

.lt_wr {width:32%}
.lt_wr:nth-child(3n+1) {clear:both}
.latest_wr {margin-bottom:20px}
.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}
.latest_top_wr {margin:0 -10px 20px}
.latest_top_wr:after {display:block;visibility:hidden;clear:both;content:""}

/* 하단 레이아웃 */
.ft {
    background: #282d34;
    text-align: center;
    width: 100%;
    padding: 0;
}
.ft h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ft_logo {
    width: 90px;
    height: auto;
}
#ft_logo {
    width: 90px;
    height: auto;
    opacity: 0.3;
}
#ft_wr {
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding-top: 50px;	
    padding-bottom: 50px;	
	padding-left: clamp(0.9375rem, 0.7247rem + 0.5319vw, 1.25rem);
	padding-right: clamp(0.9375rem, 0.7247rem + 0.5319vw, 1.25rem);
    position: relative;
    display: flex;
    justify-content: space-between;
}
#ft_wr:after {display:block;visibility:hidden;clear:both;content:""}
#ft_wr .ft_cnt {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#ft_link {
	text-align:left;
	float:right;
}
#ft_link a {
    font-size: clamp(0.875rem, 0.7813rem + 0.25vw, 1rem);
    font-weight: 400;
    color: #888888;
    padding: 15px 50px;
    background-color: #222222;
    display: flex;
    align-items: center;
    gap: 10px;
}
#ft_link a span {
    font-size: 20px;
    color: #888888;
}
#ft_company h2 {
    margin-bottom: 8px;
    font-size: clamp(0.9375rem, 0.8098rem + 0.3191vw, 1.125rem);
    font-weight: 500;
    color: rgba(255,255,255,0.6);
}
#ft_company p:first-of-type {
    margin-bottom: 40px;
}
.ft_info {
    font-size: clamp(0.875rem, 0.8281rem + 0.125vw, 0.9375rem);
    font-weight: 400;
    color: #888888;
    text-align: left;
    display: flex;
    gap: 0px 20px;
    flex-wrap: wrap; 
	word-break: keep-all;
}
#ft_company {
    font-weight: normal;
    color: #e3e3e3;
    line-height: 2em;
    flex: 1;
    margin-right: 20px;
}
#ft_catch {margin:20px 0 10px}
#ft_copy_area {
    text-align: center;
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding-top: 20px;	
    padding-bottom: 40px;	
	padding-left: clamp(0.9375rem, 0.7247rem + 0.5319vw, 1.25rem);
	padding-right: clamp(0.9375rem, 0.7247rem + 0.5319vw, 1.25rem);
    color: #646567;
    font-size: clamp(0.75rem, 0.6563rem + 0.25vw, 0.875rem);
    border-top: 1px solid #383838;
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.aside-b {
    width: 100px;
    bottom: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
}
.aside-b #top_btn1 {
    width: 100px;
    height: 100px;
    border: 0px;
    color: #ffffff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: rgba(255,255,255,0.0);
	margin-bottom: 0px;
}
.aside-b #top_btn2 {
    width: 100px;
    height: 100px;
    border: 0px;
    color: #ffffff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: rgba(255,255,255,0.0);
	margin-bottom: 0px;
}
.aside-b #top_btn3 {
    width: 100px;
    height: 100px;
    border: 0px;
    color: #ffffff;
    font-size: 14px;
    background: rgba(255,255,255,0.0);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	margin-bottom: 0px;
}
.aside-b #top_btn4 {
    width: 100px;
    height: 100px;
    border: 0px;
    color: #ffffff;
    font-size: 14px;
    background: rgba(255,255,255,0.0);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	margin-bottom: 0px;
}
.aside-b #top_btn5 {
    width: 100px;
    height: 100px;
    border: 0px;
    color: #ffffff;
    font-size: 14px;
    background: rgba(255,255,255,0.0);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	margin-bottom: 40px;
}
.aside-b #top_btn6 {
    width: 100px;
    height: 100px;
    border: 0px;
    color: #333;
    font-size: 14px;
    background: rgba(255,255,255,1.0);
}

.aside-b #top_btn1 i, .aside-b #top_btn2 i, .aside-b #top_btn3 i, .aside-b #top_btn4 i {
    font-size: 24px;
	margin-bottom: 5px;
}
.arrow .material-symbols-outlined {
    font-size: 24px !important;
}
.aside-b .material-symbols-outlined {
    font-size: 32px !important;
	font-variation-settings:
	'FILL' 0,
	'wght' 300,
	'GRAD' 0,
	'opsz' 24
}
#aside-b:hover {border-color:#3059c7;background:#3059c7;color:#fff}

/* 게시물 선택복사 선택이동 */
#copymove {}
#copymove .win_desc {text-align:center;display:block}
#copymove .tbl_wrap {margin:20px}
#copymove .win_btn {padding:0 20px 20px}
.copymove_current {float:right;background:#ff3061;padding:5px;color:#fff;border-radius:3px}
.copymove_currentbg {background:#f4f4f4}

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

/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;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;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:5px 0 0;font-size:var(--font-size-16);}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block}
#captcha.m_captcha #captcha_reload {position:static;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}
#captcha.m_captcha #captcha_reload span {display:none}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../img/captcha2.png') no-repeat 0 0 ; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc {display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.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:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* 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}

/* 버튼 */
a.btn,.btn {line-height:35px;height:35px;padding:0 10px;text-align:center;font-weight:bold;border:0;font-size:1.4em;
-webkit-transition:background-color 0.3s ease-out;
-moz-transition:background-color 0.3s ease-out;
-o-transition:background-color 0.3s ease-out;
transition:background-color 0.3s ease-out}

a.btn01 {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;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;padding:7px;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:right} /* 서식단계 진행 */

.btn_submit {border:0;background:#3a8afd;color:#fff;cursor:pointer;border-radius:3px}
.btn_submit:hover {background:#2375eb}
.btn_close {border:1px solid #dcdcdc;cursor:pointer;border-radius:3px;background:#fff}
a.btn_close {text-align:center;line-height:50px}

a.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
.btn_cancel:hover {background:#aaa}
a.btn_frmline, button.btn_frmline {display:inline-block;width:128px;padding:0 5px;height:40px;border:0;background:#434a54;border-radius:3px;color:#fff;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;color:#bababa;text-decoration:none;vertical-align:middle;border:0;background:transparent}
.btn_b01:hover, .btn_b01:hover {color:#000}
a.btn_b02,.btn_b02 {display:inline-block;background:#253dbe;padding:0 10px;color:#fff;text-decoration:none;border:0;vertical-align:middle}
a.btn_b02:hover, .btn_b02:hover {background:#0025eb}
a.btn_b03, .btn_b03 {display:inline-block;background:#fff;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {background:#ebedf6}
a.btn_b04, .btn_b04 {display:inline-block;background:#fff;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle}
a.btn_b04:hover, .btn_b04:hover {color:#333;background:#f9f9f9}
a.btn_admin,.btn_admin {display:inline-block;color:#d13f4a;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {color:#ff3746}


/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0 5px;background:#fff;border-top:2px solid var(--main-color-0);border-bottom:1px solid var(--main-color-0);} 
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:var(--padding-20) 0;font-size:var(--font-size-16);font-weight:400;text-align:center;border-bottom:1px solid var(--main-color-0);}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-bottom:1px solid #e8e8e8}
.tbl_head01 td {font-size:var(--font-size-16);color:#666;padding:var(--padding-20) 5px;border-top:1px solid #ecf0f1;border-bottom:1px solid #ecf0f1;line-height:1.4em;word-break:break-all}
.tbl_head01 tbody tr:hover td {background:#fafafa}
.tbl_head01 a:hover {text-decoration:underline}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.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, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}
#bo_list tbody tr td {border-bottom:1px solid rgba(0,0,102,0.10);}
#bo_list tbody tr:last-child td {border-bottom:1px solid rgba(0,0,102,0.30);}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:70px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {border:1px solid #d0d3db;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;
-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:40px}

.full_input {width:100%}
.half_input {width:49.5%}
.twopart_input {width:385px;margin-right:10px}
.tbl_frm01 textarea, .write_div textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}
.frm_info.add_info { margin-top: 10px !important; padding: 8px 12px; background: #fff; border: 1px solid #ddd; border-radius: 6px; line-height: 1.6; }
.btn_info_toggle { display: block; margin: 5px 0 0 21px; font-size: 12px; color: #3f51b5; background: none; border: none; cursor: pointer; text-decoration: underline; }

/*기본 리스트*/
.list_01 ul {border-top:1px solid #ececec}
.list_01 li {border-bottom:1px solid #ececec;background:#fff;padding:10px 15px;list-style:none;position:relative}
.list_01 li:nth-child(odd) {background:#f6f6f6}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover {background:#f9f9f9}
.list_01 li.empty_li {text-align:center;padding:20px 0;color:#666}

/*폼 리스트*/
.form_01 h2 {font-size:1.167em}
.form_01 li {margin-bottom:10px}
.form_01 ul:after,
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 .left_input {float:left}
.form_01 .margin_input {margin-right:1%}
.form_01 textarea {height:100px;width:100%}
.form_01 .frm_label {display:inline-block;width:130px}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;color:#666;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:80px;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:110px;text-align:center}
.td_group {width:80px;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:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {position:relative}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.3em;height:50px;line-height:30px;padding:10px 20px;background:#fff;color:#000;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);
-moz-box-shadow:0 1px 10px rgba(0,0,0,.1);
box-shadow:0 1px 10px rgba(0,0,0,.1)}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin-bottom:15px;padding:0 20px}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;background:#fff;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
.new_win .win_ul li:first-child {margin-left:0}
.new_win .win_ul li a {display:block;padding:8px 0;color:#6794d3}
.new_win .win_ul .selected {background:#3a8afd;border-color:#3a8afd;position:relative;z-index:5}
.new_win .win_ul .selected a {color:#fff;font-weight:bold}
.new_win .win_desc {position:relative;margin:10px;border-radius:5px;font-size:1em;background:#f2838f;color:#fff;line-height:50px;text-align:left;padding:0 20px}
.new_win .win_desc i {font-size:1.2em;vertical-align:baseline}
.new_win .win_desc:after {content:"";position:absolute;left:0;top:0;width:4px;height:50px;background:#da4453;border-radius:3px 0 0 3px}
.new_win .frm_info {font-size:0.92em;color:#919191}
.new_win .win_total {float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#3a8afd;background:#f6f6f6;padding:0 10px;border-radius:5px}
.new_win .new_win_con {margin:20px 0;padding:20px}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .new_win_con2 {margin:20px 0}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn {text-align:center}
.new_win .cert_btn {margin-bottom:30px;text-align:center}
.new_win .btn_close {padding:0 20px;height:45px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:45px;font-weight:bold;font-size:1.083em}

/* 검색결과 색상 */
.sch_word {color:#fff;background:#ff005a;padding:2px 5px 3px;line-height:18px;margin:0 2px}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;font-size:0.92em;background:#333;
-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;margin:0;padding:0 10px;line-height:30px;width:100px;font-weight:normal;color:#bbb}
.sv_wrap .sv a:hover {background:#000;color:#fff}
.sv_member {color:#333}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;float:left;display:inline-block}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {text-align:center}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#eee;border:1px solid #eee}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#959595;font-size:1.083em;height:30px;line-height:28px;padding:0 5px;min-width:30px;text-decoration:none;border-radius:3px}
.pg_page:hover {background-color:#fafafa}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {background-color:#fafafa}

.pg_current {display:inline-block;background:#3a8afd;border:1px solid #3a8afd;color:#fff;font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px;border-radius:3px}

/* cheditor 이슈 */
.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before {
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}


/* INTRODUCTION */
#section2 H1 {
    width: 100%;
    display: flex;
    justify-content: center;
	text-align: center;
    font-size: clamp(1.125rem, 1.0399rem + 0.2128vw, 1.25rem);
	line-height: 20px;
    font-weight: 900;
    color: #0294e6;   
	margin-top: clamp(2.5rem, 0.7979rem + 4.2553vw, 5rem);
}
#section2 H2 {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: clamp(1.5rem, 0.9894rem + 1.2766vw, 2.25rem);
    line-height: clamp(1.625rem, 0.9867rem + 1.5957vw, 2.5625rem);
    font-weight: 800;
    color: #343435;
    margin: 0;
    margin-top: clamp(1.25rem, 0.8245rem + 1.0638vw, 1.875rem);
    margin-bottom: clamp(1.875rem, 1.0239rem + 2.1277vw, 3.125rem);
    padding-left: clamp(0.9375rem, 0.7247rem + 0.5319vw, 1.25rem);
    padding-right: clamp(0.9375rem, 0.7247rem + 0.5319vw, 1.25rem);
}
#section2 H3 {
    width: 100%;
    display: flex;
    justify-content: center;
	text-align: center;
    font-size: clamp(0.875rem, 0.7899rem + 0.2128vw, 1rem); 
	line-height: clamp(1.1875rem, 1.1024rem + 0.2128vw, 1.3125rem);
    font-weight: 400;
    color: #777777;
    padding-left: clamp(0.9375rem, 0.7247rem + 0.5319vw, 1.25rem);
    padding-right: clamp(0.9375rem, 0.7247rem + 0.5319vw, 1.25rem);
}
#section2 .ul-area {
    width: 100%;
    max-width: 1280px;
    display: flex;
	flex-wrap: wrap;
    justify-content: center; 
    align-items: center;
	margin: auto;
    margin-top: clamp(2.5rem, 0.7979rem + 4.2553vw, 5rem);
    padding-left: clamp(0.9375rem, 0.7247rem + 0.5319vw, 1.25rem);
    padding-right: clamp(0.9375rem, 0.7247rem + 0.5319vw, 1.25rem);
}
#section2 .ul-area-group {
    width: 25%;
}
#section2 .ul-area .M-icon {
    width: 100%;
    display: flex;
    justify-content: center;
}
#section2 .ul-area .M-icon .M-icon-list {
    display: flex;
    justify-content: center;
    width: 25%;
}
#section2 .ul-area .M-icon span {
    font-size: clamp(1.5625rem, 0.7114rem + 2.1277vw, 2.8125rem);
    color: #a1a1a1;
}
#section2 .ul-area .T-ani {
    width: 100%;
    display: flex;
    justify-content: center;
}
#section2 .ul-area .T-ani #progress-num-1, 
#section2 .ul-area .T-ani #progress-num-2, 
#section2 .ul-area .T-ani #progress-num-3, 
#section2 .ul-area .T-ani #progress-num-4 {
    display: flex;
    justify-content: center;
    width: 25%;
    font-size: clamp(1.875rem, 0.5984rem + 3.1915vw, 3.75rem);
    font-weight: 700;
    color: #151515;
    margin: 0;
	margin-top: clamp(0.625rem, -0.6516rem + 3.1915vw, 2.5rem);
	margin-bottom: clamp(0.625rem, -0.6516rem + 3.1915vw, 2.5rem);
}
#section2 .ul-area .T-txt {
    width: 100%;
    display: flex;
    justify-content: center;
}
#section2 .ul-area .T-txt span {
    width: 25%;
    font-size: 15px;
    font-weight: 600;
    color: #a1a1a1;
    display: flex;
    justify-content: center;
}
#section2 .button-area {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: clamp(2.5rem, 0.7979rem + 4.2553vw, 5rem);
}
#section2 .button-area .button-txt {
    display: flex;
    gap: clamp(0.9375rem, 0.7247rem + 0.5319vw, 1.25rem);
    border: solid 1px rgba(48,166,223,1.0);
    color: rgba(48,166,223,1.0);
    border-radius: 40px;
    padding-top: clamp(0.625rem, 0.4122rem + 0.5319vw, 0.9375rem);
    padding-bottom: clamp(0.625rem, 0.4122rem + 0.5319vw, 0.9375rem);
    padding-left: clamp(1.25rem, 0.3989rem + 2.1277vw, 2.5rem);
    padding-right: clamp(1.25rem, 0.3989rem + 2.1277vw, 2.5rem);
    align-items: center;
	background: linear-gradient(to right, rgba(48,166,223,1.0) 50%, transparent 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all .3s ease-out;
}
#section2 .button-area .button-txt:hover {
	background-position: left bottom;
	color: #ffffff;
}
#section2 .button-area .button-txt span {
    font-size: clamp(0.8125rem, 0.7274rem + 0.2128vw, 0.9375rem);
    font-weight: 600;
    display: flex;
    align-items: center;
}
#section2 .button-area .button-txt .material-symbols-outlined {
    font-size: clamp(1.125rem, 0.8697rem + 0.6383vw, 1.5rem);
    display: flex;
    align-items: center;
	font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}


/* PRODUCT */
#section3 .wrapper {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
	/*overflow: hidden;*/
}
#section3 .product-area {
    width: 100%;
    display: flex;
    gap: 60px;
    margin: 0 auto;
}
#section3 .left-area {
    display: flex;
    flex-direction: column;
    padding-right: 80px;
    width: 45%;
	padding-left: clamp(0.9375rem, 0.7247rem + 0.5319vw, 1.25rem);
	padding-right: clamp(0.9375rem, 0.7247rem + 0.5319vw, 1.25rem);
}
#section3 .left-area.animate {
}    
#section3 .swiper-slide-active .left-area h1 {
  opacity: 1;
  transform: none;
}    
#section3 .swiper-slide-active .left-area h2 {
  opacity: 1;
  transform: none;
  transition-delay: 0.3s;
}    
#section3 .swiper-slide-active .left-area h3 {
  opacity: 1;
  transform: none;
  transition-delay: 0.5s;
}  
#section3 .swiper-slide-active .left-area hr {
  opacity: 1;
  transform: none;
  transition-delay: 0.7s;
}
#section3 .swiper-slide-active .left-area .button-area {
  opacity: 1;
  transform: none;
  transition-delay: 0.9s;
  display: flex;
}
#section3 .swiper-slide-active .right-area .button-area {
  opacity: 1;
  transform: none;
  transition-delay: 0.9s;
  display: none;
}
#section3 .right-area {
    display: flex;
	flex-direction: column;
    width: 55%;
	padding-left: clamp(0.9375rem, 0.7247rem + 0.5319vw, 1.25rem);
	padding-right: clamp(0.9375rem, 0.7247rem + 0.5319vw, 1.25rem);
}
#section3 H1 {
    width: 100%;
    display: flex;
    font-size: clamp(1.125rem, 1.0399rem + 0.2128vw, 1.25rem);
	line-height: 20px;
    font-weight: 900;
    color: #ffffff;   
	margin-top: clamp(2.5rem, -1.7553rem + 10.6383vw, 8.75rem);
	opacity: 0;
	transform: translateX(-100px);
	transition: all 1.5s;  
}
#section3 H2 {
    width: 100%;
    display: flex;
    font-size: clamp(1.5rem, 0.9894rem + 1.2766vw, 2.25rem);
    line-height: 36px;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    margin-top: clamp(0.625rem, -0.2261rem + 2.1277vw, 1.875rem);
    margin-bottom: clamp(0.3125rem, -0.3258rem + 1.5957vw, 1.25rem);
	opacity: 0;
	transform: translateX(-100px);
	transition: all 1.5s;  
}
#section3 H3 {
    width: 100%;
    display: flex;
    font-size: clamp(1rem, 0.8298rem + 0.4255vw, 1.25rem);
    line-height: clamp(1.25rem, 0.8245rem + 1.0638vw, 1.875rem);
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 40px;
	opacity: 0;
	transform: translateX(-100px);
	transition: all 1.5s;  
}
#section3 hr {
    display: flex;
    border: 0;
    border-top: solid 1px rgba(255, 255, 255, 0.3);
    margin: 40px 0;
	opacity: 0;
	transform: translateX(-100px);
	transition: all 1.5s;  
}
#section3 .button-area {
    display: flex;
	opacity: 0;
	transform: translateX(-100px);
	transition: all 1.5s;  
}
#section3 .button-area .button-txt {
	position: relative;
    display: flex;
    gap: clamp(0.9375rem, 0.7247rem + 0.5319vw, 1.25rem);
    border: solid 1px rgba(255,255,255,1.0);
    color: rgba(255,255,255,1.0);
    border-radius: 40px;
    padding-top: clamp(0.625rem, 0.4122rem + 0.5319vw, 0.9375rem);
    padding-bottom: clamp(0.625rem, 0.4122rem + 0.5319vw, 0.9375rem);
    padding-left: clamp(1.25rem, 0.3989rem + 2.1277vw, 2.5rem);
    padding-right: clamp(1.25rem, 0.3989rem + 2.1277vw, 2.5rem);
    align-items: center;  	
	background: linear-gradient(to right, rgba(255,255,255,1.0) 50%, transparent 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all .3s ease-out;
}
#section3 .button-area .button-txt:hover {
	background-position: left bottom;
	color: #151515;
}
#section3 .button-area .button-txt span {
    font-size: clamp(0.8125rem, 0.7274rem + 0.2128vw, 0.9375rem);
    font-weight: 500;
    display: flex;
    align-items: center;
}
#section3 .button-area .button-txt .material-symbols-outlined {
    font-size: clamp(1.125rem, 0.8697rem + 0.6383vw, 1.5rem);
    display: flex;
    align-items: center;
	font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}
#section3 .swiper-slide-active .product-img-area {
	animation: 1.5s 1 product-img;
	-webkit-animation: 1.5s 1 product-img;
	transition-delay: 1.6s;
    opacity: 1;
}
@keyframes product-img {
  from {
    transform: translateX(120px);
    opacity: 0;
  }
  to {
    transform: translateX(0px);
    opacity: 1;
  }
}
#section3 .product-img-area {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
	margin-top: clamp(1.25rem, -3.8564rem + 12.766vw, 8.75rem);
	opacity: 0;
	transform: translateX(0px);
	transition: all 1.5s;
}
#section3 .product-img-list {
	position: relative;
    display: flex;
    align-items: center;
    width: calc(50% - 20px);
    height: auto;
    border: solid 0px #cccccc;
    border-radius: 15px;
    padding: 30px 30px;
    justify-content: center;
    background: radial-gradient( circle, #a0a7b1, #374a6e );
}
#section3 .product-img-list img {
    width: auto;
    height: 100%;
	max-height: 140px;
}
#section3 .product-img-list span {
    position: absolute;
    display: flex;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    padding: 8px 0;
    font-size: clamp(0.6875rem, 0.5598rem + 0.3191vw, 0.875rem);
    font-weight: 500;
    color: #ffffff;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 0 0 15px 15px;
}
#section3 .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 20px);
    right: auto;
}
#section3 .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 20px);
    left: auto;
}
#section3 .wrapper .material-symbols-outlined.swiper-button-prev, #section3 .wrapper .material-symbols-outlined.swiper-button-next {
    height: auto;
    width: auto;
    color: #ffffff;
    font-size: clamp(2.5rem, 1.8617rem + 1.5957vw, 3.4375rem);
    font-variation-settings: 'FILL' 0, 'wght' 100, 'GRAD' -25, 'opsz' 24;
}
#section3 .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '';
}

/* INTRODUCTION2 */
#section4 H1 {
    width: 100%;
    display: flex;
    justify-content: center;
	text-align: center;
    font-size: clamp(1.125rem, 1.0399rem + 0.2128vw, 1.25rem);
	line-height: 20px;
    font-weight: 900;
    color: #0294e6;   
	margin-top: clamp(2.5rem, 0.7979rem + 4.2553vw, 5rem);
}
#section4 H2 {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: clamp(1.5rem, 0.9894rem + 1.2766vw, 2.25rem);
    line-height: clamp(1.625rem, 0.9867rem + 1.5957vw, 2.5625rem);
    font-weight: 800;
    color: #343435;
    margin-top: clamp(1.25rem, 0.8245rem + 1.0638vw, 1.875rem);
    margin-bottom: clamp(1.25rem, 0.8245rem + 1.0638vw, 1.875rem);
    padding-left: clamp(0.9375rem, 0.7247rem + 0.5319vw, 1.25rem);
    padding-right: clamp(0.9375rem, 0.7247rem + 0.5319vw, 1.25rem);
}
#section4 H3 {
    width: 100%;
    display: flex;
    justify-content: center;
	text-align: center;
    font-size: clamp(0.875rem, 0.7899rem + 0.2128vw, 1rem); 
	line-height: clamp(1.1875rem, 1.1024rem + 0.2128vw, 1.3125rem);
    font-weight: 400;
    color: #777777;
    padding-left: clamp(0.9375rem, 0.7247rem + 0.5319vw, 1.25rem);
    padding-right: clamp(0.9375rem, 0.7247rem + 0.5319vw, 1.25rem);
}
#section4 .ul-area {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: clamp(0.0625rem, -3.2992rem + 8.4043vw, 5rem);
    flex-direction: column;
	align-items: center;
	padding-left: clamp(0.9375rem, 0.7247rem + 0.5319vw, 1.25rem);
	padding-right: clamp(0.9375rem, 0.7247rem + 0.5319vw, 1.25rem);
}
#section4 .ul-area .M-icon {
    width: 100%;
    max-width: 1480px;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
#section4 .ul-area .M-icon .M-icon-list {
    display: flex;
    justify-content: center;
    flex-direction: column; 
	justify-content: space-between;
    width: calc(25% - 12px);
    background-color: #f7f7f7;
    border-radius: 20px;
    border: solid 1px #ccc;
    padding: clamp(1.25rem, -0.0266rem + 3.1915vw, 3.125rem);
}
#section4 .ul-area .M-icon .M-icon-list .li-tit {
    font-size: clamp(1rem, 0.5745rem + 1.0638vw, 1.625rem);
    line-height: 30px;
    font-weight: 700;
    color: #151515;
    letter-spacing: -1.1px;
}
#section4 .ul-area .M-icon .M-icon-list .li-txt { 
	height: 100%;
    font-size: clamp(0.875rem, 0.7899rem + 0.2128vw, 1rem);
    line-height: clamp(1rem, 0.7872rem + 0.5319vw, 1.3125rem);
    font-weight: 400;
    color: #777777;
    margin-top: clamp(1.25rem, 0.8245rem + 1.0638vw, 1.875rem);
}
#section4 .ul-area .M-icon .M-icon-list .li-button-area {
    display: flex;
    justify-content: space-between;
    margin-top: clamp(2.5rem, 0.7979rem + 4.2553vw, 5rem);
    align-items: center;
}
#section4 .ul-area .M-icon .M-icon-list .li-button {
    gap: 15px;
    color: #555;
    display: flex;
    align-items: center;
}
#section4 .ul-area .M-icon .M-icon-list .li-button:hover {
    color: rgba(48,166,223,1.0)
}
#section4 .ul-area .M-icon .M-icon-list .li-button span {
    font-size: clamp(0.75rem, 0.6649rem + 0.2128vw, 0.875rem);
    font-weight: 500;
    display: flex;
    align-items: center;
}
#section4 .ul-area .M-icon .M-icon-list .li-button .material-symbols-outlined {
    font-size: clamp(1.125rem, 0.9548rem + 0.4255vw, 1.375rem);
    display: flex;
    align-items: center;  
	font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}
#section4 .ul-area .M-icon .M-icon-list .li-icon img {
    width: clamp(2.8125rem, 1.7487rem + 2.6596vw, 4.375rem);
    height: clamp(2.8125rem, 1.7487rem + 2.6596vw, 4.375rem);
}

/* NOTICE MEDIA */
#section5 .media-area {
    width: 100%;
    max-width: 1480px;
    display: flex;
	flex-wrap: wrap;
    gap: clamp(0.0625rem, -2.4481rem + 6.2766vw, 3.75rem);
    margin: 0 auto;
	padding-left: clamp(0.9375rem, 0.7247rem + 0.5319vw, 1.25rem);
	padding-right: clamp(0.9375rem, 0.7247rem + 0.5319vw, 1.25rem);
}
#section5 .left-area {
    display: flex;
	flex-direction: column;
    width: calc(50% - 30px);
}
#section5 .right-area {
    display: flex;
	flex-direction: column;
    width: calc(50% - 30px);
}
#section5 H1 {
    width: 100%;
    display: flex;
    font-size: clamp(1.125rem, 1.0399rem + 0.2128vw, 1.25rem); 
	line-height: 20px;
    font-weight: 900;
    color: #0294e6;   
	margin-top: clamp(2.5rem, 0.7979rem + 4.2553vw, 5rem);
}
#section5 H2 {
    width: 100%;
    display: flex;
    font-size: clamp(1.5rem, 0.9894rem + 1.2766vw, 2.25rem);
    line-height: clamp(1.625rem, 0.9867rem + 1.5957vw, 2.5625rem);
    font-weight: 800;
    color: #343435;
    margin:  0;
    margin-top: clamp(1.25rem, 0.8245rem + 1.0638vw, 1.875rem);
    margin-bottom: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
}
#section5 H3 {
    width: 100%;
    display: flex;
    font-size: clamp(0.875rem, 0.7899rem + 0.2128vw, 1rem); 
	line-height: clamp(1.1875rem, 1.1024rem + 0.2128vw, 1.3125rem);
    font-weight: 400;
    color: #777777;
    margin-bottom: clamp(1.25rem, 0.3989rem + 2.1277vw, 2.5rem);
}
#section5 .tit-area {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#section5 .right-area .youtube {
    width: 100%;
	height: 100%;
	min-height: 405px;
}
#section5 .button-area {
    display: flex;
}
#section5 .button-area .button-txt {
	position: relative;
    display: flex;
    gap: clamp(0.9375rem, 0.7247rem + 0.5319vw, 1.25rem);
    border: solid 1px rgba(48,166,223,1.0);
    color: rgba(48,166,223,1.0);
    border-radius: 40px;
    padding-top: clamp(0.625rem, 0.4122rem + 0.5319vw, 0.9375rem);
    padding-bottom: clamp(0.625rem, 0.4122rem + 0.5319vw, 0.9375rem);
    padding-left: clamp(1.25rem, 0.3989rem + 2.1277vw, 2.5rem);
    padding-right: clamp(1.25rem, 0.3989rem + 2.1277vw, 2.5rem);
    align-items: center;  	
	background: linear-gradient(to right, rgba(48,166,223,1.0) 50%, transparent 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all .3s ease-out;
}
#section5 .button-area .button-txt:hover {
	background-position: left bottom;
	color: #ffffff;
}
#section5 .button-area .button-txt span {
    font-size: clamp(0.75rem, 0.6223rem + 0.3191vw, 0.9375rem);
    font-weight: 500;
    display: flex;
    align-items: center;
}
#section5 .button-area .button-txt .material-symbols-outlined {
    font-size: clamp(1.125rem, 0.8697rem + 0.6383vw, 1.5rem);
    display: flex;
    align-items: center;
	font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}

/* CLIENTS */
#section6 .client-area {
    width: 100%;
    max-width: 1480px;
    display: flex;
	flex-wrap: wrap;
    gap: clamp(0.0625rem, -2.4481rem + 6.2766vw, 3.75rem);
    margin: 0 auto;
	padding-left: clamp(0.9375rem, 0.7247rem + 0.5319vw, 1.25rem);
	padding-right: clamp(0.9375rem, 0.7247rem + 0.5319vw, 1.25rem);
	margin-top: clamp(2.5rem, 0.7979rem + 4.2553vw, 5rem)
}
#section6 .left-area {
    display: flex;
	flex-direction: column;
    width: calc(40% - 30px);
}
#section6 .right-area {
    display: flex;
	flex-direction: column;
    width: calc(60% - 30px);
}
#section6 .right-area .pc-block {
    display: block;
}
#section6 .right-area .mo-block {
    display: none;
}
#section6 H1 {
    width: 100%;
    display: flex;
    font-size: clamp(1.125rem, 1.0399rem + 0.2128vw, 1.25rem); 
	line-height: 20px;
    font-weight: 900;
    color: #0294e6;   
}
#section6 H2 {
    width: 100%;
    display: flex;
    font-size: clamp(1.25rem, 0.5691rem + 1.7021vw, 2.25rem);
    line-height: clamp(1.25rem, 0.5691rem + 1.7021vw, 2.25rem);
    font-weight: 800;
    color: #343435;
    margin:  0;
    margin-top: clamp(1.25rem, 0.8245rem + 1.0638vw, 1.875rem);
    margin-bottom: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
}
#section6 H3 {
    width: 100%;
    display: flex;
    font-size: clamp(1rem, 0.8298rem + 0.4255vw, 1.25rem);
    line-height: clamp(1.25rem, 0.8245rem + 1.0638vw, 1.875rem);
    font-weight: 400;
    color: #777777;
    margin-bottom: clamp(1.25rem, 0.3989rem + 2.1277vw, 2.5rem);
}
#section6 .left-area .button-area {
    display: flex;
}
#section6 .right-area .button-area {
    display: none;
}
#section6 .button-area .button-txt {
	position: relative;
    display: flex;
    gap: clamp(0.9375rem, 0.7247rem + 0.5319vw, 1.25rem);
    border: solid 1px rgba(48,166,223,1.0);
    color: rgba(48,166,223,1.0);
    border-radius: 40px;
    padding-top: clamp(0.625rem, 0.4122rem + 0.5319vw, 0.9375rem);
    padding-bottom: clamp(0.625rem, 0.4122rem + 0.5319vw, 0.9375rem);
    padding-left: clamp(1.25rem, 0.3989rem + 2.1277vw, 2.5rem);
    padding-right: clamp(1.25rem, 0.3989rem + 2.1277vw, 2.5rem);
    align-items: center;  	
	background: linear-gradient(to right, rgba(48,166,223,1.0) 50%, transparent 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all .3s ease-out;
}
#section6 .button-area .button-txt:hover {
	background-position: left bottom;
	color: #ffffff;
}
#section6 .button-area .button-txt span {
    font-size: clamp(0.75rem, 0.6223rem + 0.3191vw, 0.9375rem);
    font-weight: 500;
    display: flex;
    align-items: center;
}
#section6 .button-area .button-txt .material-symbols-outlined {
    font-size: clamp(1.125rem, 0.8697rem + 0.6383vw, 1.5rem);
    display: flex;
    align-items: center;
	font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}
#section6 .client-img-area {  
	height: 510px;
    display: flex;
    row-gap: clamp(0.9375rem, 0.2992rem + 1.5957vw, 1.875rem);
	column-gap: clamp(1.25rem, 0.3989rem + 2.1277vw, 2.5rem);
}
#section6 .client-img-list {
	display: flex;
    align-items: center;
    width: 100%;
    height: auto !important;
    justify-content: center;
    gap: clamp(0.9375rem, 0.2992rem + 1.5957vw, 1.875rem);
}
#section6 .client-img-list a.Innomotics {
    background: #08191f;
}
#section6 .client-img-list a {
    border: solid 1px #cccccc;
    padding: 10px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#section6 .client-img-list img {
    width: 90%;
    height: 90%;
}


/* DIRECTION */
#section7 .direction-area { 
	position: relative;
    width: 100%;
    /*max-width: 1480px;*/
    display: flex;
    margin: 0 auto;
}
#section7 .left-area {
	position: relative;
    display: flex;
	flex-direction: column;
	align-items: flex-end;
    width: 100%;
    height: 100%;
	background-image:url(/img/section7-left.jpg);
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#section7 .left-area-bg {
    background-color: rgba(19, 41, 87, 0.85);
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
	top: 0;
    left: 0;
}
#section7 .left-area .in-area {
	width: 100%;
    max-width: 790px;
	margin: 0;
	margin-top: clamp(2.5rem, 0.7979rem + 4.2553vw, 5rem);
	margin-bottom: clamp(2.5rem, 0.7979rem + 4.2553vw, 5rem);
	padding-left: clamp(0.9375rem, 0.7247rem + 0.5319vw, 1.25rem);
}
#section7 .right-area {
	position: relative;
    display: flex;
	flex-direction: column;
	align-items: flex-start;
    width: 100%;
    height: 100%;
	background-image:url(/img/section7-right.jpg);
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#section7 .right-area-bg {
    background-color: rgba(48, 166, 223, 0.85);
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
	top: 0;
    right: 0;
}
#section7 .right-area .in-area {
	width: 100%;
    max-width: 790px;
	padding-left: 120px;
	margin: 0;
	margin-top: clamp(2.5rem, 0.7979rem + 4.2553vw, 5rem);
	margin-bottom: clamp(2.5rem, 0.7979rem + 4.2553vw, 5rem);
	padding-right: clamp(0.9375rem, 0.7247rem + 0.5319vw, 1.25rem);
}
#section7 .direction-area H1 {
    display: flex;
    font-size: clamp(1.125rem, 0.8697rem + 0.6383vw, 1.5rem); 
	line-height: 34px;
    font-weight: 900;
    color: #ffffff;   
	position: relative;
    z-index: 1;
}
#section7 .direction-area H2 {
    display: flex;
    font-size: clamp(0.875rem, 0.7899rem + 0.2128vw, 1rem);
    line-height: 16px;
    font-weight: 400;
    color: #ffffff;   
    margin: 0;
	margin-top: clamp(0.625rem, 0.1995rem + 1.0638vw, 1.25rem);
	margin-bottom: clamp(1.875rem, 0.5984rem + 3.1915vw, 3.75rem);
	position: relative;
    z-index: 1;
}
#section7 .direction-area H3 {
    display: flex;
    font-size: clamp(0.875rem, 0.7899rem + 0.2128vw, 1rem);
    line-height: 16px;
    font-weight: 300;
    color: #ffffff;   
    margin-bottom: clamp(0.625rem, 0.4122rem + 0.5319vw, 0.9375rem);
	position: relative;
    z-index: 1;
}

#section7 .button-area {
    display: flex;
    position: relative;
    z-index: 1;
	margin-top: clamp(1.25rem, -0.4521rem + 4.2553vw, 3.75rem);
}
#section7 .button-area .button-txt {
	position: relative;
    display: flex;
    gap: clamp(0.9375rem, 0.7247rem + 0.5319vw, 1.25rem);
    border: solid 1px #ffffff;
    color: #ffffff;
    border-radius: 40px;
    padding-top: clamp(0.625rem, 0.4122rem + 0.5319vw, 0.9375rem);
    padding-bottom: clamp(0.625rem, 0.4122rem + 0.5319vw, 0.9375rem);
    padding-left: clamp(1.25rem, 0.3989rem + 2.1277vw, 2.5rem);
    padding-right: clamp(1.25rem, 0.3989rem + 2.1277vw, 2.5rem);
    align-items: center;  	
	background: linear-gradient(to right, rgba(255,255,255,1.0) 50%, transparent 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all .3s ease-out;
}
#section7 .button-area .button-txt:hover {
	background-position: left bottom;
	color: #151515;
}
#section7 .button-area .button-txt span {
    font-size: clamp(0.8125rem, 0.7274rem + 0.2128vw, 0.9375rem);
    font-weight: 500;
    display: flex;
    align-items: center;
}
#section7 .button-area .button-txt .material-symbols-outlined {
    font-size: clamp(1.125rem, 0.8697rem + 0.6383vw, 1.5rem);
    display: flex;
    align-items: center;
	font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}


/* Large Devices, Wide Screens : ~ 1200px */
@media only screen and (max-width : 1200px) {
	.mo-none {display:none;}
	#fullpage.fullpage-wrapper {
		padding-right: 0px;
	}
	#hd, #wrapper, #ft {
		padding-right: 0px;
		height: 60px !important;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	#hd_wrapper {
		height: 60px !important;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.header-area-bg-border {
		height: 60px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	#gnb {
		display: none;
		opacity: 0;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	#sns .facebook, #sns .twitter {
		display: none;
		opacity: 0;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	#aside {
		display: none;
		opacity: 0;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	#logo img {
		width: 80px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.m_menu_btn_mo {
		display: block;
        font-size: 32px;
        cursor: pointer;
		color: var(--main-color-0);
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.top_nav_m {
		position: fixed;
        right: -1280px;
		top: 0;
        display: block;
    }
	.m_menu_all {
		position: fixed;
		right: -1280px;
		background-color: #eee;
		height: 100%;
		width: 90%;
		z-index: 99;
		overflow-y: scroll;
		-webkit-transition: all 1.5s;
		-moz-transition: all 1.5s;
		-ms-transition: all 1.5s;
		-o-transition: all 1.5s;
		transition: all 1.5s;
	}
	.m_menu_bg_sliding {
		right: 0 !important;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	.m_menu_all_top {
		height: 60px;
		background-color: rgba(0, 0, 102, 1.0);
		border-bottom: 1px solid #eee;
		padding-left: 20px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.m_menu_all_top>a {
		display: block;
		height: auto;
		width: 80px;
	}
	.m_menu_all_top>p {
		position: relative;
		top: 0;
		right: 15px;
		cursor: pointer;
	}
	.m_menu_all_top>p .material-symbols-outlined {
		color: #fff;
		font-variation-settings: 'FILL' 0,
		  'wght' 300,
		  'GRAD' 0,
		  'opsz' 24;
	}
	.m_menu_all_name {
		background-color: #eeeeee;
		padding-top: 5px;
	}
	.m_menu_all_name>ul {
		padding: 10px 20px 10px 20px;
	}
	.m_menu_all_name>ul>.main {
		padding: 4px 10px 0 0;
		line-height: 40px;
		font-size: 15px;
		font-weight: 500;
		color: var(--main-color-0);
		display: flex;
		align-items: center;
	}
	.m_menu_all_name>ul>.main>span {
		margin-right: 10px;
	}
	.m_menu_all_name>ul>.main .material-symbols-outlined {
	  font-size: 18px;
	  font-variation-settings:
	  'FILL' 1,
	  'wght' 400,
	  'GRAD' 0,
	  'opsz' 24
	}
	.m_menu_all_name>ul>.main5 a {
		color: var(--main-color-0);
		font-weight: 600;
	}
	.m_menu_all_name>ul>.sub {
		padding: 0 10px 20px 20px;
		font-size: 13px; 
		display: flex;
        flex-wrap: wrap;
	}
	.m_menu_all_name>ul>.sub:not(:last-child) {
		border-bottom: 1px solid #cccccc;
	}
	.m_menu_all_name>ul>.sub>a {
		padding: 0 8px;
		position: relative;
	}
	.m_menu_all_name>ul>.sub>a:not(:last-child)::after {
		content: "";
        width: 1px;
        height: 12px;
        position: absolute;
        top: 60%;
        right: 0;
        transform: translateY(-50%);
        background-color: #999;
	}
	.m_menu_all_tel {
		width: 100%;
		padding: 20px 0 20px 20px;
		font-size: 14px;
		display: inline-flex;
		font-weight: 500;
		background-color: rgba(0, 0, 102, 0.8);
		align-items: center;
	}
	.m_menu_all_tel span {
		margin-right: 5px;
	}
	.m_menu_all_tel a {
		margin-right: 20px;
		
	}
	.m_menu_all_tel .material-symbols-outlined {
		padding: 0 5px 0 0;
		color: #fff;
		font-variation-settings:
		'FILL' 0,
		'wght' 300,
		'GRAD' -25,
		'opsz' 24
	}	
	.m_menu_all_tel .material-symbols-outlined {
		padding: 0 5px 0 0;
		color: #fff;
		font-variation-settings:
		'FILL' 0,
		'wght' 300,
		'GRAD' -25,
		'opsz' 24
	}
	.m_menu_all_tel a {
		color: #fff;
		display: flex;
        align-items: center;
	}
	#ft_wr {
		flex-direction: column;
	}
	#ft_link {
		margin-top: 20px;
	}
	#mainVisual .main_txt .btxt {
		margin: 10px auto 10px;
		text-align: center;
	}
	#mainVisual .main_txt .stxt2 {
		line-height: 1.5;
		letter-spacing: -0.3px;
		text-align: center;
	}
	#mainVisual .circle .autoplay-progress .bg {
		width: 35px;
		height: 35px;
		border: 2px solid rgba(255,255,255,.5);
	}
	#mainVisual .circle .autoplay-progress {
		width: 40px;
		height: 40px;
	}
	.arrow .material-symbols-outlined {
		font-size: 20px !important;
	}
	#mainVisual .arrow .pager {
		gap: 5px;
		width: 10px;
		font-size: 14px;
	}
	#mainVisual .controls {
		gap: 10px;
		justify-content: center;
		flex-direction: column;
	}
	#mainVisual .scroll {
		font-size: 11px;
	}
	#ft_logo {
		width: 80px;
		margin-bottom: 10px;
	}
	#ft_copy_area {
		flex-direction: column;
		align-items: center;
	}
	#ft_company {
		margin-right: 0;
	}
	#ft_wr .ft_cnt {
		align-items: center;
	}
	.ft_info {
		justify-content: center;
	}
	.ft_info span {
		text-align: center;
	}
	#mainVisual .main_txt .stxt {
		text-align: center;
	}
	#ft_link a {
		padding: 10px 40px;
	}	
	#section7 .direction-area {
		display: flex;
		flex-direction: column;
	}
	#section7 .left-area {
		width: 100%;
	}
	#section7 .left-area .in-area {  
		max-width: 100%;
		padding-right: clamp(0.9375rem, 0.7247rem + 0.5319vw, 1.25rem);
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#section7 .right-area .in-area {
		max-width: 100%;
		padding-left: clamp(0.9375rem, 0.7247rem + 0.5319vw, 1.25rem);
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#section3 .button-area {
		transform: translateX(-100px);
		transform: translateY(0px);
		transition: all 1.0s;  
	}
}


/* Medium Devices, Desktops : ~ 992px */
@media only screen and (max-width : 992px) {

}


/* Small Devices, Tablets : ~ 768px */
@media only screen and (max-width : 768px) {
	.ft_info span:first-child, .ft_info span:last-child {
		display:block;
		width: 100%;
	}	
	#section2 .ul-area {
		gap: 30px 0px;
	}
	#section2 .ul-area-group {
		width: 50%;
	}
	#section2 .button-area {
		margin-bottom: clamp(2.5rem, 0.7979rem + 4.2553vw, 5rem);
	}

	#section3 .wrapper {
		overflow: hidden;
	}
	#section3 H3 {
		display: none;
	}
	#section3 .product-area {
		flex-direction: column;
		gap: 0px;
	}
	#section3 .left-area, #section3 .right-area {
		width: 100%;
		align-items: center;
	}
	#section3 hr {
		display: none;
	}
	#section3 H1 {
		width: auto;
	}
	#section4 H3 {
		display: none;
	}
	#section3 .product-img-area {
		gap: 10px 10px;
	}
	#section3 .product-img-list {
		width: calc(50% - 5px);
	}
	#section3 .product-img-list img {
		width: 100%;
		height: 160px;
		object-fit: contain;
	}
	#section3 .swiper-slide .left-area .button-area {
	  display: none;
	}
	#section3 .swiper-slide .right-area .button-area {
		display: flex;
		position: relative;
		margin-top: 20px;
		margin-bottom: 40px;
	}
	#section3 .swiper-button-prev, .swiper-rtl .swiper-button-next {
		left: var(--swiper-navigation-sides-offset, 5px);
	}
	#section3 .swiper-button-next, .swiper-rtl .swiper-button-prev {
		right: var(--swiper-navigation-sides-offset, 5px);
	}
	#section4 .ul-area .M-icon .M-icon-list {
		width: calc(50% - 8px);
	}
	#section4 .ul-area {
		margin-bottom: 40px;
	}
	#section4 .ul-area .M-icon .M-icon-list .li-button {
		gap: 10px;
	}
	#section4 .ul-area .M-icon .M-icon-list .li-button span {
		letter-spacing: -0.2px;
		line-height: 14px;
	}
	
	#section5 .left-area {
		width: 100%;
	}
	#section5 .right-area {
		width: 100%;
	}
	#section5 H3 {
		display: none;
	}
	#section5 .right-area .youtube {
		margin-bottom: 40px;
	}	
	#section6 .left-area {
		width: 100%;
	}
	#section6 .right-area {
		width: 100%;
	}	
	#section6 .right-area .pc-block {
		display: none;
	}
	#section6 .right-area .mo-block {
		display: block;
	}
	#section6 H1 {
		justify-content: center;
	}
	#section6 H2 {
		justify-content: center;
	}
	#section6 H3 {
		display: none;
	}	
	#section6 .client-img-list {
		width: 100%;
	}
	#section6 .left-area .button-area {
		display: none;
	}
	#section6 .right-area .button-area {
		display: flex;
		justify-content: center;
		margin-top: 20px;
		margin-bottom: 40px;
	}
	#section6 .client-img-area {
		height: 345px;
	}
	
	#bo_list .th_name, #bo_list .td_name {
		display: none;
	}
	#bo_list .th_num, #bo_list .td_num {
		display: none;
	}
	.sub-h-txt {
		margin-left: -15px;
		margin-right: -15px;
	}
}


/* Extra Small Devices, Phones : ~ 480px */
@media only screen and (max-width : 480px) {
	.mo-block {display:block;}
	.m_menu_all_tel {
		letter-spacing: -0.2px;
	}
}


/* Custom, iPhone Retina : ~ 320px */
@media only screen and (max-width : 320px) {

}