@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
body{font-family: 'Noto Sans KR', sans-serif;font-size:16px;color:#424242;}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0;}
ul,ol,li{list-style:none}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
fieldset,img{border:0}
hr{height:0;}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}
address,caption,em,var{font-style:normal;font-weight:normal}
a{text-decoration:none;cursor:pointer;color:#424242;}
a[href^="tel"]{font-style:normal}
a:hover,a:active,a:focus{text-decoration:none;}
b,strong{font-weight:bold}
dfn{font-style:italic}
img{border:0;vertical-align:top}
pre{overflow:auto}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
table{border-spacing:0;border-collapse:collapse}
td,th{padding:0;}
legend, caption{overflow:hidden;text-indent:-9999999px; height:0 !important; width:0 !important;line-height:0 !important;margin:0;padding:0;}
input{vertical-align:middle;margin:0;padding:0;}
input[type="text"],input[type="password"],input[type="email"]{-webkit-appearance:none;border-radius:0;}
input:checked[type="checkbox"]{-webkit-appearance:checkbox}
button,input[type="button"],input[type="submit"],input[type="reset"],input[type="file"]{-webkit-appearance:button;border: none;cursor: pointer;}
button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}
button{overflow:visible;border:none;cursor:pointer;margin:0;padding:0;}
button,select{text-transform:none}
optgroup{font-weight:bold}
textarea{border:1px solid #bcbcbc;overflow:auto;-webkit-appearance:none}
input::-ms-clear{display:none;}
.fl_l {float:left !important;}
.fl_r {float:right !important;}
.cl_b{clear:both !important;} 
.fl_txt {text-align:left !important;}
.disN{display:none;}
.disN2{display:none !important;}
.disB{display:block;}
.txC{text-align:center;}
.W_Auto{width:auto;}
.rel{position:relative;}
.ovH{overflow: hidden;}

*{
    box-sizing: border-box;
    outline: none;
    letter-spacing: -1px;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video{
    line-height: 100%;
}
.disN{
	display:none;
}
.visiH{
	visibility:hidden;
}
.wd100{
    width: 100%;
}



/*loader*/
body{
	overflow-x:hidden;
	position:relative;
}


/*start*/
body,html{
    width:100%;
    height:100%;
}

.container {
	max-width: 1200px;
	margin: 5% auto;
	margin-bottom: 10%;
}
.subVisual{
	overflow: hidden;
	clear: both;
	position: relative;
	width: 100%;
	height: 500px;
	padding-top: 0;
	box-sizing: border-box;
	text-align: center;
	background: #5287c0;
	z-index: 0;
	margin-top: 90px;
}
.subVisual .bg {
	background: url(../images/product_bg.jpg) center center / cover no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
	transform: scale(1.3);
	animation: zoom_in 2s forwards;
}
.subVisual .text {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.subVisual .text .slogan {
	font-size: 45px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-style: italic;
	padding-bottom: 1.5%;
    letter-spacing: 10px;
	animation: font_letter 1s forwards;
	opacity:0;
}
.subVisual .text .explain {
	font-family: 'Pretendard', sans-serif;
	line-height: 180%;
	font-size: 18px;
	transform: translateY(50%);
	opacity:0;
	font-weight: 300;
	 letter-spacing: -.5px;
	animation: fadeUp2 1s .5s forwards;
}

.subVisual.about .bg {
	background: url(../images/about_bg.jpg) center center / cover no-repeat;
}

.subVisual.careers .bg {
	background: url(../images/career_bg.jpg) center center / cover no-repeat;
}

@keyframes font_letter {
    0% {
		letter-spacing: 10px;
		opacity:0;
    }
	100% {
		letter-spacing: -1px;
		opacity:1;
    }
}

@keyframes fadeUp2 {
    0% {
		transform: translateY(50%);
		opacity:0;
    }
	100% {
		transform: translateY(0%);
		opacity:1;
    }
}

@keyframes zoom_in {
    0% {
		transform: scale(1.3);
    }
	100% {
		transform: scale(1);
    }
}

.product img {width:100%;}
.product {/* padding-bottom:5%; */}
.product .topmenu{
	/* display: flex; */
	width: 100%;
	margin-bottom:15%;
}

.product .tab-content{
	/* padding-bottom: 8%; */
}
.product .sub-top{
	width: 33.3333333%;
	float: left;
}
.product .sub-top.mg_b20 {margin-bottom: 20px;}
.product .topmenu.wd20 .sub-top{
	width: 20%;
}
.product .topmenu.wd33 .sub-top{
	width: 33.33333333%;
}
.product .topmenu.wd50 .sub-top{
	width: 50%;
}
.product .topmenu.wd100 .sub-top{
	width: 100%;
}

.product .sub-top a{
	color: #333333;
	text-align: center;
	display: inline-block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-family: 'Pretendard', sans-serif;
	font-weight: 500;
	font-size: 17px;
	border: 0;
	border-bottom: 1px solid #ddd;
	background: transparent;
	transition: all 0.5s ease-out;
	position: relative;
}
.product .sub-top.active a:before{
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px  6px 6px 6px;
	border-color: transparent transparent #28395e transparent;
	position: absolute;
	bottom:0;
	left:50%;
	transform: translateX(-50%);
}


.product .sub-top.active a,
.product .sub-top:hover a{
	border-bottom: 1px solid #28395e;
	color: #28395e;
}

.product .title{
	font-size: 35px;
	color: #202020;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	display: block;
	padding: 0 0 50px;
	transition: all 0.5s ease-out;
	text-align: center;
}

.product .sub_title{
	color: #202020;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    position: relative;
    padding-bottom: 40px;
	text-align: center;
}

.product .sub_heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
}
.product .sub_heading.pd10 {
	padding-bottom:10px;
}
.product .sub_heading .con {
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 32px;
}
.product .sub_heading .msds {
    width: 150px;
    /* height: 45px; */
    /* line-height: 45px; */
    padding: 12px;
    color: #333333;
    display: block;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    /* background: #29395d; */
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    border-radius: 0;
    /* box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5); */
    text-align: center;
    transition: all 0.5s;
}
.product .sub_heading .msds:hover {
	background: #29395d;
	color: #fff;
}


.product .sub_title_main {
	color: #29395d;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 32px;
	 padding-bottom: 20px;
}
.product .sub_heading_title{
	color: #333333;
	display: block;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 22px;
	padding-bottom: 40px;
}
.product .sub_title_explain{
	color: #29395d;
    display: block;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 40px;
	line-height: 140%;
}
.product .sub_heading_explain {
	color: #29395d;
    display: block;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 40px;
	line-height: 140%;
} 
.product .tabmenu {/* display: flex; */}
.product .tabmenu .sub-tab02,
.product .tabmenu .sub-tab03,
.product .tabmenu .sub-tab{
	color: #333333;
	text-align: center;
	width: 25%;
	float: left;
	height: 60px;
	line-height: 60px;
	font-family: 'Pretendard', sans-serif;
	font-weight: 500;
	font-size: 17px;
	border: 0;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	background: transparent;
	transition: all 0.3s;
	cursor: pointer;
	/* margin-bottom: 2px; */
	position:relative;
}
.product .tabmenu .sub-tab02 a,
.product .tabmenu .sub-tab03 a,
.product .tabmenu .sub-tab a{color:#fff;}

.product .tabmenu .sub-tab02:hover,
.product .tabmenu .sub-tab03:hover,
.product .tabmenu .sub-tab:hover{
	background: #29395d;
	color: #fff;
	    border: 1px solid #28395e;
}
.product .tabmenu .sub-tab03.active,
.product .tabmenu .sub-tab02.active ,
.product .tabmenu .sub-tab.active {
	background: #28395e;
    color: #fff;
    border: 1px solid #28395e;
}
.product .tabmenu .sub-tab03.active:before,
.product .tabmenu .sub-tab02.active:before,
.product .tabmenu .sub-tab.active:before {
	content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 6px 6px 6px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}	
.product .tabmenu .sub-tab03.bd_r_n,
.product .tabmenu .sub-tab02.bd_r_n,
.product .tabmenu .sub-tab.bd_r_n {
	border-right: none;
}
.product .tabmenu .sub-tab03.bd_b_n,
.product .tabmenu .sub-tab02.bd_b_n,
.product .tabmenu .sub-tab.bd_b_n {
	border-bottom: none;
}
.product .tabmenu.wd100 .sub-tab03,
.product .tabmenu.wd100 .sub-tab02,
.product .tabmenu.wd100 .sub-tab {
	width: 100%;
}
.product .tabmenu.wd50 .sub-tab03,
.product .tabmenu.wd50 .sub-tab02,
.product .tabmenu.wd50 .sub-tab {
	width: 50%;
}
.product .tabmenu.wd33 .sub-tab03,
.product .tabmenu.wd33 .sub-tab02,
.product .tabmenu.wd33 .sub-tab {
	width: 33.333333%;
}
.product .tabmenu.wd25 .sub-tab03,
.product .tabmenu.wd25 .sub-tab02,
.product .tabmenu.wd25 .sub-tab {
	width: 25%;
}
.product .tabmenu.wd20 .sub-tab03,
.product .tabmenu.wd20 .sub-tab02,
.product .tabmenu.wd20 .sub-tab {
	width: 20%;
}

.product .tabmenu .sub-tab.wd50,
.product .tabmenu .sub-tab03.wd50{width: 50%;}
.product .tabmenu .sub-tab.wd100,
.product .tabmenu .sub-tab03.wd100{width: 100%;}

.product .tabmenu.tabmenu03 {
    background: #28395e;
    border-radius: 36px;
    padding: 8px 16px;
    color: #fff;
}

.product .tabmenu.tabmenu03 .sub-tab02 {
	border: 0;
	border-radius: 36px;
	color: #fff;
	transition: .5s all;
}
.product .tabmenu.tabmenu03 .sub-tab02.active {
	color: #28395e;
	background: #fff;
	border: 0;
	width: 50%;
	border-radius: 36px;
}

.product .tabmenu.tabmenu03 .sub-tab02.active:before {
	content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 6px 6px 6px;
    border-color: transparent transparent #28395e transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}	
.product .tabmenu.tabmenu03 .sub-tab02:hover::before {
	content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 6px 6px 6px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.product .tabmenu.tabmenu03 .sub-tab02.active:hover::before {
    border-color: transparent transparent #28395e transparent;
}



.product .tableBox{
	border-top: 5px solid #29395d;
}
.product .tableBox .sub{
	background: #fafafa;
    border-right: 1px solid #b7b7b7;
    border-left: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    box-sizing: border-box;
    color: #5a5a5a;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    padding: 15px;
	vertical-align: middle;
}
.product .tableBox .con{
	border-right: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
	border-left: 1px solid #b7b7b7;
    box-sizing: border-box;
    color: #5a5a5a;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5em;
    text-align: left;
	padding: 15px 25px;
	vertical-align: middle;
    text-align: center;
}
.product .tableBox.pd_w .con {
	padding: 15px 10px;
}

.product .tableBox .con.bg_c {
	background: #fafafa;
	text-align: left;
}
.product .tableBox .con.bb_n{}

.product .contact_info {
	color: #1e2874;
    display: block;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 22px;
    padding-bottom: 40px;
}


.product  .value_btn {
	width: 200px;
    background: transparent;
    border: 1px solid #dddddd;
    color: #333333;
    font-family: 'Pretendard', sans-serif;
    padding: 10px;
	transition: all 0.3s;
}

.product  .value_btn:hover {
	background: #28395e;
    border: 1px solid #28395e;
	color: #fff;
}
.product .layerBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
   display: none;
}
.product .layerBox.active {
	display:block;
}
.product .layerBox .back_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #00000075;
	opacity:0;
	transition: all 0.5s;
}
.product .layerBox.active  .back_bg {
	opacity:1;
}
.product .view_layer {
    max-width: 1100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -80%);
	transition: all 1s;
}
.product .layerBox.active  .view_layer {
	transform: translate(-50%, -50%);
}
.product .view_layer .top_menu {
    display: flex;
    justify-content: space-between;
    padding: 10px 10px;
    background: #263960;
    align-items: center;
    margin-bottom: -1px;
}
.product .view_layer .top_menu .text {
    color: #fff;
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
}
.product .view_layer .top_menu .close {
    color: #fff;
    font-family: 'Pretendard', sans-serif;
    font-size: 28px;
    padding: 5px 10px;
    cursor: pointer;
}
.product .view_layer .image{}
.product .view_layer .image img {width: 100%;}


.container.about {
	max-width: 100%;
}

.container .subpage_title {
	font-size: 45px;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	padding-bottom: 3.5%;
	letter-spacing: -2px;
	text-align: center;
}

.container .subpage_explain {
    font-family: 'Pretendard', sans-serif;
    line-height: 150%;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #000;
    margin-bottom: 8%;
}
.container .text{padding: 5% 0; max-width:1200px; margin: 0 auto;}
.container .text.pd_t{
	padding: 0 0 5%;
}
.container .text.pd_b{
	padding: 5% 0 0%;
}
.container .text .subpage_title {
	font-size: 36px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	padding-bottom: 3.5%;
	text-align: left;
	transform: translateY(30%);
    opacity: 0;
	transition: 1s all;
}
.container .text .subpage_slogan {
	font-family: 'Pretendard', sans-serif;
    color: #28395e;
    font-weight: 600;
    padding-bottom: 3.5%;
    font-size: 22px;
	text-align: left;
	transform: translateY(30%);
    opacity: 0;
	transition: 1s all;
	transition-delay: .25s;
}

.container .text .subpage_explain {
	font-family: 'Pretendard', sans-serif;
	font-size: 17px;
	line-height: 160%;
	text-align: left;
	color: #333333;
	padding-bottom: 4%;
	margin-bottom: 0;
	opacity:0;
	transform: translateY(20%);
	transition: 1s all;
	transition-delay: .3s;
}
.container .text .subpage_explain:last-child {
	padding-bottom: 0%;
}
.container .text .subpage_small_title {
	font-size: 24px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	color: #333;
	padding-bottom: 1%;
	opacity:0;
	transform: translateY(20%);
	transition: 1s all;
	transition-delay: .25s;
}

.container .text.bg {
	max-width:100%;
	position: relative;
	background: url(../images/about_bg2.jpg) center center / cover no-repeat fixed;
}
.container .text.bg .box{
	max-width:1200px;
	margin:0 auto;
	    position: relative;
}

.container .text.aos-animate .subpage_title {
	transform: translateY(0%);
    opacity: 1;
}
.container .text.aos-animate .subpage_slogan {
	transform: translateY(0%);
    opacity: 1;
}
.container .text.aos-animate .subpage_explain {
	transform: translateY(0%);
	opacity: 1;
}
.container .text.aos-animate .subpage_small_title { 
	transform: translateY(0%);
	opacity: 1;
}

.container .text.bg .box .logo{
	position: absolute;
    bottom: 0;
    right: -100px;;

}

.container .tabmenu2 {}
.container .tabmenu2 .sub-tab{
	color: #333333;
	text-align: center;
	width: 33.3333%;
	float: left;
	height: 60px;
	line-height: 60px;
	font-family: 'Pretendard', sans-serif;
	font-weight: 500;
	font-size: 17px;
	border: 0;
	background: transparent;
	transition: all 0.3s;
	cursor: pointer;
	position:relative;
	border-bottom: 1px solid #ddd;
}
.container .tabmenu2 .sub-tab a{color:#fff;}
.container .tabmenu2 .sub-tab:hover{
	background: transparent;
	color: #28395e;
	border: 0;
	border-bottom: 1px solid #28395e;
}
.container .tabmenu2 .sub-tab.active {
	background: transparent;
	color: #28395e;
	border: 0;
	border-bottom: 1px solid #28395e;
}

.container .tabmenu2 .sub-tab.active:before {
	content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 6px 6px 6px;
    border-color: transparent transparent #28395e transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.container .tabmenu2 .sub-tab.bd_r_n {
	border-right: none;
}
.container .tabmenu2 .sub-tab.bd_b_n {
	border-bottom: none;
}


.container .tabmenu2.wd100 .sub-tab {
	width: 100%;
}
.container .tabmenu2.wd50 .sub-tab {
	width: 50%;
}
.container .tabmenu2.wd33 .sub-tab {
	width: 33.333333%;
}
.container .tabmenu2.wd25 .sub-tab {
	width: 25%;
}
.container .tabmenu2.wd20 .sub-tab {
	width: 20%;
}

.container .tabmenu2 .sub-tab.wd50 {width: 50%;}
.container .tabmenu2 .sub-tab.wd100 {width: 100%;}


.container .tab-content.second {

}
.container .tab-content.second .image {text-align: center;position: relative;margin-bottom: 5%;}

.container .tab-content.second .image img {
	width: 100%;
	border-radius: 16px;
}

.container .tab-content.second .image .slogan {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	width: 100%;
}

.container .tab-content.second .image .slogan .title{
	padding-bottom: 3%;
}

.container .tab-content.second .image .explain {

}

.container .tab-content.second .image .slogan .sub_title {
    padding-bottom: 3%;
}
.container .tab-content.second .image .explain {
	font-size: 16px;
	font-family: 'Pretendard', sans-serif;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.5px;
}

.container .tab-content.second .sub_footer {
	text-align: left;
}
.container .tab-content.second .sub_footer .title {
	font-size: 36px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	padding-bottom: 4.5%;
}
.container .tab-content.second .sub_footer .sub_title {
	font-family: 'Pretendard', sans-serif;
	color: #28395e;
	font-weight: 600;
	padding-bottom: 3.5%;
	font-size: 22px;
}
.container .tab-content.second .sub_footer .explain {
	font-family: 'Pretendard', sans-serif;
	font-size: 17px;
	line-height: 150%;
}








.footer {
    background: #1b1b1b;
    padding: 5%;
    font-family: 'Pretendard', sans-serif;
	position: relative;
}
.footer .wrap {
	
}
.footer .wrap .company {
	padding-bottom: 2.5%;
	width: 203px;
}
.footer .wrap .company img {width:100%;}
.footer .wrap .info {
	padding-bottom: 1.5%;
}
.footer .wrap .info_con {
	color: #cdcdcd;
	padding-bottom: 0.5%;
	font-size: 14px;
}
.footer .wrap .info_con:last-child {
	padding-bottom: 0%;
}
.footer .wrap .copy {
	color: #cdcdcd;
	font-size: 14px;
}

/* mainWrap */

@media(max-width:1350px){
   

}
    
@media (max-width:1080px) {
	.product .sub-top {
		width: 100%;
	}
	.product .topmenu {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	.product .tabmenu .sub-tab {
		 width: 50%;
	}
	.product .tableBox {
		overflow-x: scroll;
	}

}

@media (max-width:850px) {
    
}

@media (max-width:550px) {
    


}



