/*// @use "vuetify/styles" with (*/
/*//   $body-font-family: "DM Sans",*/
/*//   $border-radius-root: 5px*/
/*// );*/
/*//@use "vuetify";*/
/*//@import "vuetify/styles";*/
/*//@import "vuetify/src/styles/styles.sass";*/
/*//@import "vue3-perfect-scrollbar/dist/vue3-perfect-scrollbar.css";*/
/*//@import "./variables";*/
/*//@import "./override";*/
/*//@import "./layout/container";*/
/*//@import "./layout/sidebar";*/
/*//@import "./layout/topbar";*/
/*//@import "./layout/horizontal";*/
/*//@import "./layout/dark";*/
/*//@import "./pages/dashboards";*/
/*//@import "@/assets/fonts/font.css";*/
/*//@import '@sweetalert2/themes/material-ui/material-ui';*/
/*//@import '@sweetalert2/themes/borderless/borderless';*/

@charset "utf-8";

/*//@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css");*/
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard-dynamic-subset.css");
/* Fontawesome 4.7 */
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');


.vue-treeselect__list-item:nth-child(n+2) .vue-treeselect__option {padding:0 0 0 25px}
/*//@import "vue-select/dist/vue-select.css";*/

/*리셋*/

*{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none}

/*//body{width:100%;height:100%;margin: 0;padding: 0;font-weight: 400;font-size:100%;letter-spacing:0em;!*word-break:break-all;word-break:keep-all;-ms-word-break:break-all*!;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;font-kerning:none;}*/
html,body{width:100%;height:100%;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;font-kerning:none; /*overflow-x:hidden;*/}



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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video, input, button, select, textarea
{margin: 0;padding: 0;vertical-align: middle;  -webkit-tap-highlight-color: rgba(255,255,255,0);letter-spacing: -0.5px}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block;
}
caption {display: none}
header,section,footer{margin: 0}
ul, body, h4, h3, h2, h1 {margin:0;padding:0;color:#333;box-sizing: border-box;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,article,aside,canvas,details,figcaption,figure,main,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {border:0;outline:0;background:transparent;font-size:100%}
table,caption,tbody,tfoot,thead,tr,th,td {outline:0;background:transparent;font-size:100%;box-sizing: border-box;}
article,aside,canvas,details,figcaption,figure,main,footer,header,hgroup,menu,nav,section,summary {display:block}
span, p, a, li, div, em, b, strong, dt, dd, i {line-height: 1.5;box-sizing: border-box;}
nav, ul , li {list-style:none;padding:0;margin:0;box-sizing: border-box;}

button,input {border-radius: 0;}
button {cursor: pointer;}
button,input,select {vertical-align: middle;}
fieldset,img {border: 0}
ol,ul {list-style: none;}
address,em {font-style: normal; font-weight: 400;}
a {text-decoration: none; color: #313131;transition: 0.2s ease-in-out}
iframe {overflow: hidden;margin: 0;padding: 0;border: 0;}


.blind {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  width: 1px;
  height: 1px
}

table {border-collapse: collapse;border-spacing: 0;
}

h1,h2,h3,h4,h5,h6 {font-weight: 600; font-size: 100%; letter-spacing: -1.5px;}

body {line-height: 1.5;position: relative}
textarea {resize: none; background: #fff; border: 1px solid #d5d3d6; padding: 10px;}
#app{overflow-y: auto}
html {}
body,input,select,textarea,button,table {font-family: 'Pretendard',sans-serif; font-size: 16px;color: #313131; font-weight: 400;}
button {background: rgba(255,255,255,0) ;border:0;outline: none;}

/* 브랜드 메인 스타일 적용*/
.center_banner_all.banner {}
.center_banner_all.banner .content_title{}

/*메인 스타일 적용*/
.main_pick_all {display: flex;align-items: center;justify-content: center;flex-wrap: wrap;text-align: center;word-break: keep-all;}

/*제목 타이틀*/
.main_pic1 {font-size:60px;line-height:75px;letter-spacing: -0.5px;font-weight: bold;}
.main_pic2 {font-size:36px;line-height:54px;letter-spacing: -0.5px;font-weight: bold}

/*설명 텍스트*/
.main_span1 {font-size:18px;line-height:27px;letter-spacing: -0.5px;font-weight: 400;}
.main_span2 {font-size:13px;line-height:18px;letter-spacing: -0.5px;font-weight: 400;}




@media screen and (max-width:1200px) {

  /*제목 타이틀*/
  .main_pic1 {font-size:40px;line-height:50px;letter-spacing: -0.5px;}
  .main_pic2 {font-size:16px;line-height:24px;letter-spacing: -0.5px;font-weight: bold}

  /*설명 텍스트*/
  .main_span1 {font-size:14px;line-height:20px;letter-spacing: -0.5px;font-weight: 400;}
  .main_span2 {font-size:11px;line-height:14px;letter-spacing: -0.5px;font-weight: 400;}

  /* 브랜드 메인 스타일 적용*/
  .center_banner_all.banner {}
  .center_banner_all.banner .content_title{width:80%;margin:0 auto}
  .center_banner_all.banner .content_title b {font-size:20px!important;word-break: keep-all}
  .center_banner_all.banner .content_title span {font-size:16px!important;word-break: keep-all}

}

@media screen and (max-width:768px) {

  /*제목 타이틀*/
  .main_pic1 {font-size:30px;line-height:40px;letter-spacing: -0.5px;}
  .main_pic2 {font-size:16px;line-height:24px;letter-spacing: -0.5px;font-weight: bold}

  /*설명 텍스트*/
  .main_span1 {font-size:12px;line-height:18px;letter-spacing: -0.5px;font-weight: 400;}
  .main_span2 {font-size:11px;line-height:14px;letter-spacing: -0.5px;font-weight: 400;}


  /* 브랜드 메인 스타일 적용*/
  .center_banner_all.banner {}
  .center_banner_all.banner .content_title{width:80%;margin:0 auto}
}

@media screen and (max-width:400px) {

  /*제목 타이틀*/
  .main_pic1 {font-size:26px;line-height:40px;letter-spacing: -0.5px;}
  .main_pic2 {font-size:16px;line-height:24px;letter-spacing: -0.5px;font-weight: bold}

  /*설명 텍스트*/
  .main_span1 {font-size:12px;line-height:18px;letter-spacing: -0.5px;font-weight: 400;}
  .main_span2 {font-size:11px;line-height:14px;letter-spacing: -0.5px;font-weight: 400;}


}

/*헤더팝업 이나 메뉴들 모음*/
/*//.serch_pop_all .v-dialog .v-overlay__content {max-height: calc(100% - 48px);*/
/*//  width: calc(100% - 48px);*/
/*//  max-width: calc(100% - 48px);*/
/*//  margin: 24px;*/
/*//  display: flex;*/
/*//  flex-direction: column;}*/

.dialog-top-transition-enter-active,
.dialog-top-transition-leave-active {
  transition: transform .2s ease-in-out;
}

.serch_pop_box {}
.serch_pop_all {width:100%;margin:0 auto;top:100px;box-shadow: none !important;height:350px;border-top:#D3D0D0 solid 1px;border-radius:0}
.serch_pop_all .v-toolbar__content, .serch_pop_all .v-toolbar__extension {justify-content: flex-end}
.serch_pop_all .serch_all {width:80%;margin:0 auto}
.serch_pop_all .v-card-text {padding:30px 24px 60px !important}
.serch_pop_all input:focus {border:none;outline: none;box-shadow: none}
.serch_pop_all button:focus {border:none;outline: none;box-shadow: none}
.serch_pop_all .serch_box {min-width:655px;width:655px;max-width:calc(100% - 20px);height:60px;margin:0 auto;background:#fff;font-size:26px;color:#000;outline: none;border: 0;border-bottom: 1px solid #E9530C;padding: 5px;}
.serch_pop_all .serch_box .iText{border:none;width:calc(100% - 50px);height:calc(100% - 2px);font-size:17px;}
.serch_pop_all .serch_box .iText:focus{border-color: #fff;}
.serch_pop_all .serch_box .iText::placeholder{font-size:17px;color:#9FA0A5;transition: 0.3s ease-in}
.serch_pop_all .serch_box .iText:focus::placeholder ,.serch_pop_all .serch_box .iText:active::placeholder  {opacity: 0.2;}
.serch_pop_all .serch_box button {background: url("/web/resources/app/img/top_serch_icon.png") no-repeat center top;text-indent: -9999em;overflow: hidden;width: 18px;height: 19px;background-size: 100%; border: 0;margin-left:10px;}
.serch_pop_all .close_btn {}
.serch_pop_all .close_btn .v-btn__content {width: 23px;height: 23px;}
.top_serch_box  .v-dialog { background-color: #5E9F6D}
.serch_pop_all .serch_txt {width:525px;max-width:calc(100% - 20px);margin:0 auto; }
.serch_pop_all .serch_txt ul {display: flex ;margin-top:25px;flex-wrap: wrap;margin-left:10px}
.serch_pop_all .serch_txt ul li {margin-right: 10px;margin-top:10px}
.serch_pop_all .serch_txt ul li a {display:block;border:1px solid #E5E5E5;font-size:14px;padding:9px;color:#545454;border-radius: 5px}
.serch_pop_all .serch_txt ul li a:hover {background-color: #f1f1f1}
.v-btn--variant-text .v-btn__overlay {visibility: hidden}
.v-card-actions {justify-content: flex-end}
.v-dialog .v-overlay__content > .v-card, .v-dialog .v-overlay__content > .v-sheet {border-radius:0 !important}
.v-dialog .v-overlay__content {
  /*//max-height: calc(100% - 48px);*/
  /*//width: calc(100% - 48px);*/
  /*//max-width: calc(100% - 48px);*/
  top:0;
  max-height: calc(100% - 48px);
  width: calc(100%);
  max-width: calc(100%);
  margin: 0px;
  display: flex;
  flex-direction: column;

}

.top-serch .v-overlay__content {
  /*//max-height: calc(100% - 48px);*/
  /*//width: calc(100% - 48px);*/
  /*//max-width: calc(100% - 48px);*/
  top:0;
  left: 50%;
  transform: translate(-50%,0);
  max-height: calc(100% - 48px);
  width: calc(100%);
  max-width: calc(100%);
  margin: 0px;
  display: flex;
  flex-direction: column;

}
.lang_txt .v-btn__content{font-size: 20px;font-weight: 600;display: inline-block;/*margin-bottom:2px*/}
.lang_menu {position:relative;z-index: 999999 !important;height:auto;width:auto}
.v-list-item:hover > .v-list-item__overlay {opacity: 0}
.v-menu .v-overlay__content > .v-card, .v-menu .v-overlay__content > .v-sheet, .v-menu .v-overlay__content > .v-list {box-shadow:rgba(0,0,0,0.2) 0px 1px 10px -1px }
.v-select__content {box-shadow:rgba(0,0,0,0.2) 0px 1px 10px -1px }

.v-menu {box-shadow:rgba(0,0,0,0.2) 0px 1px 10px -1px ;z-index: 999999!important;}
.v-field--variant-filled .v-field__outline::before, .v-field--variant-underlined .v-field__outline::before {border:none}



/*//.v-field--active .v-label.v-field-label {visibility: visible}*/

/*헤더 만 */
/*//.header {position: fixed; left: 0; top: 0; z-index: 100; width: 100%; height: auto; background: #fff; transition: all 0.3s;!*box-shadow: 0 1px 12px rgba(0 ,0, 0, 0.2);*!border-bottom:1px solid rgba(211,208,208,0.3);z-index: 999}*/

.header {position: absolute; left: 0; top: 0; z-index: 100; width: 100%; height: auto; background: #fff; transition: all 0.3s;/*box-shadow: 0 1px 12px rgba(0 ,0, 0, 0.2);*/border-bottom:1px solid rgba(211,208,208,0.3);z-index: 999}

.top_header {/*overflow: hidden;height:100%*/}
.top_header .gnb_btn {float: right;height:80px}
.gnb_btn .menu_btn {width:38px;height:36px;  margin-top:20px; border: none; outline: none;}
.top_header .util {float: right; margin-right: 10px;}
/*//.top_header .util_1 li {float: left; width: 45px;}*/
/*//.top_header .util li a {display: block; line-height: 50px; text-align: center;}*/
/*//.top_header .util img {height: 20px;}*/
/*//.top_header .eng_site img {width: 30px; height: 12px; margin: 0; vertical-align: middle;}*/
/*sticky*/
/*//.header.sticky {background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.3);}*/
/*//.header.sticky .gnb_btn .menu_btn {background: #25b9b4}*/
/*//.header.sticky .gnb>li>a {color: #333;}*/
.top_header .util_all {margin: 0; display: flex;height: 100px;align-items: center;z-index: 9999;position: static}
.top_header .util_1 {display: flex;align-items: center;}
.top_header .util_1>li {position: relative;width: auto; float: left; margin-right: 30px;font-size:15px;font-weight: 600;/*line-height:38px*/}
.top_header .util_1>li:last-child:after {content: "";position: absolute;width:1px;height:15px;right:-30px;top:50%;transform:translateY(-50%);background: #707070}
.top_header .util>li:first-child {margin-left: 0;}
.top_header .util>li a {line-height: inherit; padding: 0;}
.top_header .util img {width:100%;height: auto;}
.top_header .util_all button.top-serch_btn {background: rgba(255,255,255,0);border:0;outline: none;padding:0;margin:0;}
.top_header .util_all .v-btn--size-default {min-width: auto;height:auto}
.top_header .util_all button:hover,.top_header .util_all button:active, .top_header .util_all button:focus {background: rgba(255,255,255,0);border:0;outline: none;}
.top_header .util_all .top_serch_box {margin-left:30px;margin-right:30px}
.top_header .util_all .top_serch_box .v-btn__content {width:18px;height:18px;padding:0}
.top_header .util_all .top_menu_box .v-btn__content {width:23.19px;height:19.18px}

.top_header .util_all .top_toggle {width:23px;height:19px}
/* Toggle Trigger */
.toggle {
  position: fixed;
  top: 20px;
  left: 20px;
  cursor: pointer;
  z-index: 100;
}
/* Overlay */
.overlay {
  position: fixed;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 20px;
  right: 20px;
  transition: 0.3s;
  opacity: 0;
  z-index: 10;
}
.overlay.active {
  transform: scale(130);
  opacity: 1;
}

.top_ment_siteMap {
  position: fixed;
  /*top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
  top:0;left:0;width:100%;height:100%;
  z-index: 99999;
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 0;
  /* visibility: hidden; */
  pointer-events: none;
  transition: 0.5s;
  overflow: hidden;

}

.top_ment_siteMap ul {


}
.top_ment_siteMap.active {  opacity: 1;
  /* visibility: visible; */
  pointer-events: all;}
.top_ment_siteMap button {display:block;width:25px;height:25px;position:absolute;right:40px;top:40px;transition: 0.1s ease-out;border:0px solid #ddd;border-radius: 50%;}
.top_ment_siteMap button img {width:20px !important;height:auto !important}

/*사이트맵*/
.site_all {display: flex;height: inherit;}
/*.site_bb {width:calc(100% - 1344px);background-color:#E9530C; position:relative}*/
.site_bb {width:calc(24%);background-color:#E9530C; position:relative}
.site_bb>img {width:249px !important;height: auto;position:absolute;top:50px;left:80px;}
.site_bb .txt_box {position:absolute;bottom:50px;left:80px;}
.site_bb .txt_box .more_btn_box {display:inline-block;position: relative;width:133px;height:41px;line-height:31px;padding:5px 18px;border:0;font-size:12px;background-color:#fff;color:#111111;border-radius: 39px;/*position:absolute;bottom:20px;left:20px;*/margin-top:25px;}
.site_bb .txt_box .more_btn_box:after {content: "";position: absolute;right:30px;top: 15px;width: 5px;height: 8px;background: url("/web/resources/app/img/right_ico.png") no-repeat;background-size: cover;}
.site_bb .txt_box p {font-size:35px;font-weight: 500;color:#fff;line-height: 41px;}

.site_gnb {/*width:1344px;*/width:calc(76%);/*padding:90px 120px;*/display: flex;overflow: scroll;align-items: center;justify-content: center;
  -webkit-box-align: center;-webkit-box-pack: center;}
.site_gnb .bx {width:1000px;    padding: 20px 0 20px 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);}
.deps {}
.deps li p>a {font-size:30px;font-weight: 500;line-height: 35px;color:#E9530C;}
.deps2>li {margin-bottom:20px;margin-top:20px}
.deps2>li>a {font-size:18px;font-weight: 600;line-height: 30px;color:#000}
.deps3>li>a {font-size:18px;font-weight: 400;line-height: 30px;color:#616161}
.deps-item4>li:first-child {margin-bottom:100px}

@media screen and (max-width:1700px) {
  .site_bb {width:270px}
  .site_gnb {width:calc(100% - 270px);;padding:5% 10%;}
  .site_bb>img {width:149px !important;top:5%;left:50%;transform: translateX(-50%)}
  .site_bb .txt_box {bottom:5%;left:50%;transform: translateX(-50%)}
  .site_bb .txt_box p {font-size:20px;font-weight: 500;color:#fff;line-height: 25px;letter-spacing: -1px}
  .site_bb .txt_box .more_btn_box {width:90px;height:31px;line-height:21px;margin-top:15px;}
  .site_bb .txt_box .more_btn_box:after {right: 17px;top: 11px;}
}

@media screen and (max-width:1600px) {

}




.v-ripple__container {display:none}
.webshow {display:none;}
.webhide {display:block;}
.util_1 li:last-child {width:34px;}
.util_1 .title {
cursor: pointer;
  text-transform: uppercase;
  position: relative;
  padding-right:13px;
}
.util_1 .title:after {
  content: '\f107';font-family: fontawesome;position: absolute;right: 0px;transition: 0.2s ease-in;
  /*//content: '';position: absolute; right: 0px;background: url("../assets/images/down_ico.png") no-repeat;width:7px;height:100%;background-size:100% ;*/
}
.util_1 .title.active:after {
  transform: rotate(180deg);
}
.sub-navi {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  left: 0;

  top: 100%;
  width: 34px;
  height:0px;
  overflow: hidden;
  z-index: 9999;
  background-color: #fff;
	transition: 0.2s ease-in;
}
.sub-navi:after {content: "";overflow: hidden;position: absolute;width:inherit;background-color: #fff;height:inherit;top:0;left:0;border:1px solid #ddd; border-radius: 3px;cursor: pointer;z-index: -1}

.util_1 .sub-navi li {}
.util_1 .sub-navi li a {
  width: 100%;
  display: block;
  padding: 7px 0 0px 0;
  text-align: center;
	transition: 0.2s ease-in;
	font-size:14px;
	color:#3E3E3E;
}
.util_1 .sub-navi li a:last-child {

}
.util_1 .sub-navi li a:hover {
	color:#000;
  text-decoration: underline;
}

.util_1 .sub-navi li div {
  width: 100%;
  display: block;
  padding: 7px 0 0px 0;
  text-align: center;
  transition: 0.2s ease-in;
  font-size:14px;
  color:#3E3E3E;
}
.util_1 .sub-navi li div:last-child {

}
.util_1 .sub-navi li div:hover {
  color:#000;
  text-decoration: underline;
}

@media screen and (min-width:1201px) {
  .top_header .util_all button:hover,.top_header .util_all button:active, .top_header .util_all button:focus {background: rgba(255,255,255,0);border:0;outline: none;}

  .webhide {display: none;}
  .webshow {display:block;}

  .header {transition: inherit;}
  .header_warp {padding:0 40px;height: 100px !important; transition: all 0.3s;  position: relative;background: #fff;/*overflow: hidden*/}
  .header_warp:before {content: ''; position: absolute; left: 0; top: 99px; width: 100%; height: 1px; border-bottom: 1px solid #e8e8e8;}
  .header_warp.on {height: 400px !important;}
  .header_warp.on top_header {overflow: auto}
  .top_header {max-width: 100%; margin: 0 auto; padding: 0 15px; display: flex; justify-content: space-between; position: relative;}
  .top_header .gnb_btn {line-height: 0;}
  .web_logo {width:120px; height: 100%;}
  .web_logo>a {display: inline-block; position: relative;width: 100%;margin-top:10px}
  .web_logo>a>img {width: 100%;vertical-align: middle}
  .gnb_btn .menu_btn {padding: 0; width: 39px; height: 23px; background-size: 39px 23px;}

  .top-serch .v-btn__overlay, .top-serch .v-btn__underlay,.top-serch .v-overlay__scrim {opacity: 0;background:rgba(0,0,0,0)}

}





/*메뉴 헤더*/
.gnb_wrap {overflow-y: auto; position: fixed; width: 50%; background: #fff; height: 100%; z-index: 999; right: -50%; top: 0;}
.gnb_top {text-align: center; padding: 45px 40px; position: relative; background: #fff;}
/*.gnb_top:after {content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 6px; background: #E9530C; background-size: 6px;}*/
.gnb_top .logo {width:200px;height:auto;margin:0 auto;}
.gnb_top .logo a {display: block;}
.gnb_top .logo img {width: 80%;}

.gnb_top2 {position:absolute;left:20px;top:50%;transform: translateY(-50%)}

.gnb_top2 .logo {width:100px;height:auto;}
.gnb_top2 .logo a {display: block;}
.gnb_top2 .logo img {width:93px;max-width: 100%;}


.gnb_close {width: 40px; height: 40px; border: none;  display: block; position: absolute; right: 20px; top: 20px; }
.gnb_close img {object-fit: cover;object-position: center;width:18px;height:18px}

.gnb {padding: 0px 0; background: #fff;}

.gnb>li {padding-left: 30px; transition: all 0.5s; margin-bottom: 10px;}
.gnb>li>a {position:relative;color: #333; font-size: 19px; display: block;  font-weight: 600;padding-left:50px;}

/*.gnb>li>a:after {*/
/*  content:"";background: url("/web/resources/app/img/select_icon.png") no-repeat;width:11px;height:7px;position:absolute;left:10px;top:50%;transform: translateY(-50%);*/
/*}*/
.mo_dselect {width: 80px; height: 40px; border: none;  display: block; position: absolute; right: 70px; top: 28px;}
.mo_dselect img {width: 18px;height:auto;}
.mo_dselect select {background-color: #fff;width:auto;margin-left:5px;padding-right:10px}
.mo_dselect option {/*padding-right:10px*/}

.mo_d{width: 80px; height: 40px; border: none;  display: block; position: absolute; right: 70px; top: 28px; }
.mo_d .title {
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  padding-right:13px;
  margin-left:10px
}
.mo_d .title:after {
  content: '\f107';font-family: fontawesome;position: absolute;right: 0px;transition: 0.2s ease-in;
  /*//content: '';position: absolute; right: 0px;background: url("../assets/images/down_ico.png") no-repeat;width:7px;height:100%;background-size:100% ;*/
}
.mo_d .title {display: inline-block;font-size: 15px}
.mo_d .title.active:after {
  transform: rotate(180deg);
}
.mo_d .sub-navi {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  left: 70%;
  transform: translateX(-60%);
  top: 80%;
  width: 34px;
  height:0px;
  overflow: hidden;
  z-index: 9999;
  background-color: #fff;
  transition: 0.2s ease-in;
}
/* s on,active*/

  .header.on .gnb_wrap {
    box-shadow: 3px 0 10px rgba(0, 0, 0, 0.3);
  }
@media screen and (max-width:1220px) {
  .gnb > li.active {
    /*background: #FF580C;*/
    /*position: relative;*/
    /*padding-top: 15px*/
  }
  .gnb > li:first-child.active > a {border-top:solid 0px #eeeeee;}
}

  .gnb > li.active:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50px;
    width: calc(100%);
    height: 1px;
    /*background: rgba(255, 255, 255, 0.3);*/
    /*background: #E9530C;*/
  }

/* e on,active*/

.dep2>li>a {color:#313131; display: block; padding: 3px 0; letter-spacing: 0; transition: all 0.3s; font-size: 19px;padding-left:50px}
.dep2>li>a:hover, .dep2>li>a:focus {color: rgba(255,255,255,1);}
.dep3 {display: none;}
 .overay,  .overay2 {position: fixed; display: none; left: 0; top: 0; bottom: 0; width: 100%; height: 100%; background: rgba(0,0,0,.8); z-index: 100; transition: all 0.3s;}
 .overay.active,  .overay2.active {height: auto; opacity: 1;pointer-events: none;}

@media screen and (max-width:1200px) {
  .dep2 {padding: 15px 0 15px 0px; display: none;}

}

@media screen and (min-width:1201px) {
	.gnb_wrap {/*flex-basis: 870px; */width: 870px;margin:0 auto;transform: translateX(0); position: static;  background: none;}
  .gnb_wrap_all {position: absolute;right:auto;left:50%;overflow-y: hidden;transform: translateX(-50%);}
	.gnb_top {padding: 51px 0;}
	.gnb_top .logo img {width: 155px;}
	.gnb {padding: 0; display: flex; justify-content: center; overflow: hidden; background: none;}
	.gnb>li {padding-left: 0; margin: 0; width: 20%; text-align: center; transition: inherit;}
	.gnb>li>a {padding: 0 0 3px; line-height:100px; color: #313131; font-size: 20px;font-weight: 700; transition: all 0.3s; position: relative;overflow: hidden}
	.dep2 { position: relative; left: 0; top: 0;height:0;/* display: none;*/}
	.dep2>li>a {padding: 3px 0; color: #313131; font-size: 16px;}
	.dep2>li>a:hover, .dep2>li>a:focus {color: #333; text-decoration: underline;}
	.gnb_close {display: none;}
  @keyframes dely {

    0% {opacity: 0; }
   50% {opacity: 1; }
    100% {opacity: 1;}

  }
	/* header active */

  .header.active .dep2 {height:100%;padding: 10px 0 35px;animation: dely 0.5s alternate ease-in-out;opacity: 1}
	.gnb>li.on>a {color: #E9530C !important;font-weight: 800}
	.gnb>li.on>a:before {content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background: #E9530C;}
	.gnb>li:hover>a {color: #E9530C !important;font-weight: 800}
	.gnb>li:hover>a:before {content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background: #E9530C;}
	/*//.header.active .gnb>li {border-left: 1px solid #eee;}*/
	/*//.header.active .gnb>li:last-child {border-right: 1px solid #eee;}*/
	/*//.header .gnb>li {border-left: 1px solid #eee;}*/
	/*//.header .gnb>li:last-child {border-right: 1px solid #eee;}*/
	/*//.header .gnb>li>a:after {content: ''; position: absolute; left: -1px; top: 0; width: 100%; height: calc(100% - 2px); border-left: 1px solid #fff; border-right: 2px solid #fff;}*/

	/*//.header.active .gnb>li>a:after {content: ''; position: absolute; left: -1px; top: 0; width: 100%; height: calc(100% - 2px); border-left: 1px solid #fff; border-right: 2px solid #fff;}*/
}

@media screen and (max-width:1600px) {.gnb>li {width: 17%; }}
@media screen and (max-width:1481px) {
  .gnb>li {width: 14%; }
	.top_header .util_1 li {}
	.util_1 li:last-child {width:44px}
	.top_header {padding:0 20px;position: relative}
	.lang_txt .v-btn__content {font-size:16px;}

}
@media screen and (max-width:1360px) {.gnb>li {width: 10%; }}

/*모바일 버튼 나옴*/
@media screen and (max-width:1200px) {

  .gnb > li.active > a {
    color: #E9530C;
    height:60px;
    line-height: 60px;
  }
  .gnb>li.active>a:before {
    content:"";background: #ddd;width:100%;height:1px;position:absolute;left:0;bottom:0;
  }
  .gnb>li>a:after {
    content:"";background: url("/web/resources/app/img/select_icon1.png") no-repeat;width:14px;height:7px;position:absolute;left:10px;top:50%;transform: translateY(-50%);
  }
  .gnb>li.active>a:after {
    background: url("/web/resources/app/img/select_icon2.png") no-repeat;
  }
  .gnb>li.active>a:before {
    background: #E9530C;
  }

  .header_warp {height:60px !important}
  .top_header {height:60px;padding:0 0 0 20px;border-bottom: 1px solid #EEEEEE;}
  .top_header .gnb_btn {height:60px;width:60px;background-color: #E9530C;text-align: center}
  .top_header .util_all {height:60px}
  .gnb_btn .menu_btn {margin-top:21px;width:20px;height:16px;}
  .gnb_btn .menu_btn img {width: 100%}
  .gnb_top2 .logo {width:auto}
    /*//.gnb>li:nth-child(1) {padding-top:20px}*/
  .serch_pop_all {top:60px;height:auto}
  .serch_pop_all .serch_box {widht:100%;min-width: 80%;}
  .top_header .util_all .top_serch_box .v-btn__content {width:20px;height:auto;padding:0}

  .gnb > li > a {border-bottom:solid 0px #eeeeee;height:60px;line-height: 60px;border-top:solid 1px #eeeeee;}
  .gnb > li:first-child a {border-top:solid 0px #eeeeee;}
  .gnb > li:last-child>a {border-bottom:solid 1px #eeeeee;}
  .gnb > li {
width:100% !important;
    transition: all 0.5s;
    margin-bottom: 0px;
    /*border-bottom:solid 1px #eeeeee;*/
    padding:0px 30px 0px 30px;

  }
  /*//.gnb_wrap {width:100% !important}*/
  .top_menu_box {display: none}
  .top_header .util_all .top_serch_box {margin-left: 20px;margin-right: 30px;}

	.header {/*background: rgba(0,0,0,0.2);*/border-bottom:none}
	.top_header .util_1 {display: none}
	.top_header .util_all button:hover,.top_header .util_all button:active, .top_header .util_all button:focus {background: rgba(255,255,255,0)}


  .mo_baner {}
  .mo_baner .banner_box {display: flex;flex-wrap: wrap;justify-content: center;padding: 30px 0 0 0;flex-direction: column;align-content: center;}
  .mo_baner .banner_box .mb01 { cursor: pointer;display: flex;align-items: center;background:#fff url("/web/resources/app/img/mo_b1.png") no-repeat; background-size:67px;background-position: 30px center;width:261px;height:101px;margin-bottom:18px;border-radius: 10px;box-shadow: 0 0 30px 0 rgba(112,111,111,0.16)}
  .mo_baner .banner_box .mb02 {cursor: pointer;display: flex;align-items: center;background:#fff url("/web/resources/app/img/mo_b2.png") no-repeat;background-size:67px ;background-position: 30px center;width:261px;height:101px;border-radius: 10px;box-shadow: 0 0 30px 0 rgba(112,111,111,0.16)}
  .mo_baner .banner_box p {font-size:17px;font-weight: 600;}
  .mo_baner .banner_box span {display:inline-block;font-size:13px;line-height: 14px}
  .mo_baner .banner_box .all {padding:0 30px 0 110px;}
}

@media screen and (max-width:768px) {
  .gnb_wrap {width:100% !important;right:-100% }
  .top_header .util_1 li {font-size:14px;margin-right:20px}
  .top_header .util_1 li:last-child:after {right:-20px}



}

/******end//헤더 만 */



/*메인 비쥬얼만*/
.main_bg_all {width:100%;height:100%;margin-top:0;position: relative;overflow: hidden}
.main_bg_all .swiper {width:100%;height:100%;}
.main_bg_all .swiper-slide .img_box {width:100%;height:100%;}
.main_bg_all .swiper-slide .img_box p {width:98% !important;}
.main_bg_all .swiper-slide .img_box  img {position:relative;width:auto;height:auto;/*max-height: 937px;*/max-width: 100%;min-width:100%;max-height: 100%;min-height: 100%;/*min-height: 937px;*/object-fit: cover;object-position: center}
.main_bg_all  .video_box {display:block;width: 100%; height: 100%; background: #42325B}
.main_bg_all  .video_box video{display:block;width: 100%;height:auto;max-width:100%;min-width:100%; max-height: 100%;min-height: 100%;object-fit: cover;object-position: center;}
.main_bg_all .content_title {position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);}

@media screen and (max-width:1480px) {
  .main_bg_all .swiper-slide img {min-height:100%;}
}
@media screen and (max-width:768px) {
  .main_bg_all .video_box  {
    width: auto !important;
    height: auto!important;
    position: absolute;
    max-height: 100%;
    min-height: 100%;
    max-width: 100%;
    min-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: center;
  }
}
/******end//메인 비쥬얼만 */




/*메인 섹션 공통*/
.h100 {width:100%;height:100%;}

.main_title {width:1620px;margin:0 auto/*margin:0 200px;*/;max-width:100%}
.main_title.center {text-align: center}
.main_title h2 {position:relative;font-size:65px;font-weight: 800;color:#000;display:inline-block;padding-right:20px}
.main_title h2:after {position:absolute;content:"";right:0px;bottom:24px;width:15px;height:15px;border-radius: 50%;background-color:#E9530C}
.main_title p {font-size:17px;color:#313131}

/*  main-section2 */

.swiper2 {overflow: visible !important;margin-top:50px;height:100%}
.swiper2 .swiper-slide {background: #fff;width:72% ;/*height:calc(100% - 200px)*//*width:1160px;padding-top:34%;*/}

.swiper2 .swiper-slide .slide_box { position:absolute;top:0;left:0; display: flex;flex-wrap: wrap;width:100%;height:537px;}
.swiper2 .swiper-slide .img_box {width:calc(100% - 30%);height:100%;overflow: hidden}
.swiper2 .swiper-slide .explain_box {width:calc(30%) ;background: #fdefe9;border-radius: 0 42px 0 0;padding:17% 5% 5% 5%; height:537px}
.swiper2 .swiper-slide .explain_box p {font-size:31px;font-weight: 800;color:#000;letter-spacing:-0.5px;}
.swiper2 .swiper-slide .explain_box span {display:block;font-size:19px;font-weight: 400;color:#313131;letter-spacing:-1px;margin-top:10%;
  word-break: keep-all;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:4;-webkit-box-orient: vertical;overflow: hidden}
.swiper2 .swiper-slide .explain_box a {display:inline-block;font-size:13px;color:#313131;position:relative;margin-top:13%}
.swiper2 .swiper-slide .explain_box a:after {content: "";position:absolute;right:-40px;top:5px;width:27px;height:8.2px;background: url("/web/resources/app/img/more_arrow.png");background-size:cover }
.main-section2  .main-content-box {width:1620px;margin:0 auto;max-width:100%;height:537px/*height:calc(100% - 200px);height:500px;margin:50px 0 0 0px;width:1520px;*/}
.main-section2 .img_box img {width: auto;height: auto;max-width: 100%;min-width: 100%;min-height: 540px;object-fit: cover;object-position: center;/*border-radius: 0 42px 0 0;*/}
.main-section2 .swiper-wrapper {/*padding:0 0 0 220px*/}
.main-section2 .swiper-pagination {
  position: absolute;
  left:0 !important;top:0 !important;width:118px !important;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  display:flex;
  flex-direction: column;
  z-index: 10;
margin-top:100px
}

.main-section2 .swiper-slide-prev {visibility: hidden}
.main-section2 .swiper-slide-next {position:relative;opacity: 0.77;overflow: hidden}
.main-section2 .swiper-slide-next:after { position: absolute;content:"";left:0;top:0;width:100%;height:537px;max-height:100%;background: rgba(49,49,49,0.77) ; }
.main-section2 .swiper-pagination-bullet {position:relative;width:100%;height:50px;border-radius: 0;margin-bottom:15px !important;padding-bottom:10px;text-align:left}
.main-section2 .swiper-pagination-bullet:after{content: attr(data_name)}
/*//.main-section2 .swiper-pagination-bullet:nth-child(1):after{content: "회사소개"}*/
/*//.main-section2 .swiper-pagination-bullet:nth-child(2):after{content: "상품소식"}*/
/*//.main-section2 .swiper-pagination-bullet:nth-child(3):after{content: "판매채널"}*/
/*//.main-section2 .swiper-pagination-bullet:nth-child(4):after{content: "물류센터"}*/

.main-section2 .swiper-pagination-bullet-active {position:relative;color:#E9530C!important;background:rgba(255,255,255,0)!important;opacity: 1;/*border:1px solid*/ }
.main-section2 .swiper-pagination-bullet-active:before {position:absolute;content:"";bottom:0;left:0;width:100%;height:2px;background-color:#E9530C }
.main-section2 .swiper-pagination-bullet {font-size:34px;font-weight: 600;color:#D3D0D0;background: #fff;background:rgba(255,255,255,0) !important;opacity: 1!important;}




@media screen and (max-width:1620px) {
  /*//.main-section-all.main-section2 {width:100%;height:100%;overflow:hidden;padding:120px 100px 50px 70px}*/

}

@media screen and (max-width:1480px) {
  .main_title h2 {font-size:42px}
  .main_title h2:after {bottom:15px}
  .main-section2 .swiper-slide {height: auto}

  /*//.main-section-all.main-section2 {padding-right:14%;padding-left:14%;padding-top:calc(140px);padding-bottom:calc(60px);}*/
  .main-section2 .swiper-pagination {width:100px!important;}
  .main-section2 .swiper-pagination-bullet {margin-bottom:0 !important}
  /*//.main-section2 .swiper2 .swiper-slide {height: calc(100% - 140px);}*/
  .main-section2 .swiper-pagination-bullet {font-size:28px}
  .main-section2 .swiper-pagination-bullet-active:before {bottom:6px}
  /*//.swiper2 .swiper-slide {padding-top:33%}*/
  .main-section2 .img_box img {min-height:100%;min-width: 100%;width:auto;height:auto;max-height: 100%;max-width: 100%;}
  .swiper2 .swiper-slide .explain_box p {font-size:25px}
  .swiper2 .swiper-slide .explain_box span {font-size:15px}
  .swiper2 .swiper-slide .img_box {width:66%;}
  .swiper2 .swiper-slide .explain_box {width:34%}

}
@media screen and (max-width:1200px) {

  .swiper2 .swiper-slide .explain_box {position:relative;  /*padding: 0 5% 5% 0;*/display:flex;    justify-content: center;align-items: center;overflow: hidden}


  .swiper2 {margin-top:100px}
  .swiper2 .swiper-wrapper {margin-top:100px}
  .main-section2 .swiper-pagination {width:100% !important;min-width:100% !important;/*max-width:400px;*/flex-direction: row;margin-top:0;height:58px;top:-70px !important;overflow-x:auto }
  .main-section2 .swiper-pagination-bullet {flex-shrink: 0;text-align: center;width:117px;font-size:20px;height:40px;line-height:38px;border-radius:30px;border:1px solid #D3D0D0;}
  .main-section2 .swiper-pagination-bullet-active {color:#fff !important;background: #E9530C !important;border:1px solid #E9530C;}
  .main-section2 .swiper-pagination-bullet-active:before {display: none}
  .main-section2 .main-content-box {height:534px !important;}

  .main-section2 .swiper-pagination::-webkit-scrollbar{width:4px;background:rgba(0,0,0,0);}
  .main-section2 .swiper-pagination::-webkit-scrollbar-thumb{background:rgba(0,0,0,0);}
  /*.main-section2 .swiper-pagination {-webkit-overflow-scrolling: touch;-moz-tap-highlight-color:rgba(233, 83, 12, 0.3);*/
  /*  -webkit-tap-highlight-color:rgba(233, 83, 12, 0.3);}*/


  }

@media screen and (max-width:768px) {

  .main_title h2 {font-size:28px}
  .main_title p {font-size:13px}
  .main-section2 .swiper-pagination-bullet {font-size:16px;width:91px;height:35px;line-height:35px;text-align: center}

  .main_title h2:after {bottom:10px;width:10px;height:10px}
	.main-section2 .main-content-box {height:536px !important;}
		.swiper2 .swiper-wrapper {
    margin-top: 80px;}
	.swiper2 .swiper-slide .slide_box {align-content: flex-start;height:auto;}
  .swiper2 .swiper-slide .img_box {width:100%;/*height:calc(100% - 120px);*/height:300px;overflow: hidden;border-radius: 15px;padding-top:0;margin-bottom:16px;}
	.swiper2 .swiper-slide .img_box img {overflow: hidden;border-radius: 15px;position: relative;object-position:top}
  .swiper2 .swiper-slide .explain_box {width:100%;height:220px;padding: 26px 40px 28px 40px;overflow: hidden;border-radius: 15px;}
  .swiper2 .swiper-slide .explain_box span {margin-top:7px}
  .swiper2 .swiper-slide .explain_box {}
  .swiper2 .swiper-slide .explain_box p {/*font-size:18px*/}
  .swiper2 .swiper-slide .explain_box span {/*font-size:14px;*/line-height:25px;display: block}
  .swiper2 .swiper-slide .explain_box a {margin-top:15px}
  .main-section-all.main-section2 {/*padding-right:8%;padding-left:8%;*/padding-top:calc(60px);padding-bottom:calc(68px);}

}

@media screen and (max-width:640px) {
  .main-section-all.main-section2 {padding-right:0;padding-left:35px;/*padding-top:calc(26%);padding-bottom:calc(10%);*/}
  .main-section2 .brand_title_box li {margin-right:0px;width:calc((100% / 2) - 0px);text-align: center;flex:1 auto}
  .swiper2 .swiper-slide .slide_box {padding-right: 35px}

}
@media screen and (max-width:500px) {

  .main-section-all {
    padding-right: 20px;
    padding-left: 20px;
  }
	.main_title.center {text-align: left !important}
  .main_title h2 {font-size:34px}
  .main_title p {font-size:15px;word-break: keep-all}

	.main-section4 .main_title.center {text-align: center!important;}
	.main-section4 .main_title h2 {font-size:34px !important}
	.main-section4 .main_title p {font-size:15px !important;word-break: keep-all}

  .swiper2 .swiper-wrapper {margin-top:70px}
  .swiper2 .swiper-slide .img_box {
    /*//width: 100%;*/
    /*//height: calc(100% - 227px);*/
    /*//overflow: hidden;*/
  }
  .swiper2 .swiper-slide .explain_box a:after {
    right: -25px;
    top: 6px;
    width: 19px;
    height: 6.2px;
    background-size: 100%;}


  .swiper-pagination-bullet-active:before {bottom:10px}

  }

@media screen and (max-width:480px) {

  /*//.main-section-all.main-section2 {padding-right:10%;padding-left:10%;padding-top:calc(90px);padding-bottom:calc(25%);}*/
  .main-section2 .brand_title_box li {margin-right:0px;width:calc((100% / 2) - 0px);text-align: center;flex:1 auto}

	.main-section2 .main-content-box {height:530px !important;}

	.swiper2 .swiper-slide .img_box {height:300px;}
}
@media screen and (max-width:400px) {
  .swiper2 .swiper-slide .explain_box span {
    margin-top: 0px
  }

  .swiper2 .swiper-slide .explain_box a {
    margin-top: 5px
  }
}

/*  main-section3 */
.full3 {background: #F5F5F5}
.main-section-all.main-section3 {}

.main-section3 .main_title p {position:relative}
.main-section3 .main_title a {position:absolute;right:0;font-size:13px;color:#313131;float:right;padding-right:40px}
.main-section3 .main_title a:after {content: "";position:absolute;right:0px;top:5px;width:27px;height:8.2px;background: url("/web/resources/app/img/more_arrow.png");background-size:cover }
.main-section3 .brand_title_box {width:100%;margin-top:30px;}
.main-section3 .brand_title_box ul {display:flex;align-items: center;justify-content: center;margin-right:-90px;margin-bottom:30px}
.main-section3 .brand_title_box li {margin-right:90px;height:38px}
.main-section3 .brand_title_box li a {position:relative;font-size:25px;font-weight:500;color:#313131}
.main-section3 .brand_title_box li a.on {color:#E9530C;font-weight: 600; }
.main-section3 .brand_title_box li a:active ,.main-section3 .brand_title_box li a:focus, .brand_title_box li a:hover {color:#E9530C; }
.main-section3 .brand_title_box li a.on:after, .brand_title_box li a:hover:after {content:"";position:absolute;left:0;bottom:-10px;width:100%;height:2px;background:#E9530C }

.main-section3 .brand_title_box li div {position:relative;font-size:25px;font-weight:500;color:#313131}
.main-section3 .brand_title_box li div.on {color:#E9530C;font-weight: 600; }
 .main-section3 .brand_title_box li div:active ,.main-section3 .brand_title_box li div:focus, .brand_title_box li div:hover {color:#E9530C; }
.main-section3 .brand_title_box li div.on:after, .brand_title_box li div:hover:after {content:"";position:absolute;left:0;bottom:-10px;width:100%;height:2px;background:#E9530C }

.main-section3 .main-content-box {position:relative;width: 1620px;margin: 0 auto;max-width: 100%;/*height:100%;height:calc(100% - 200px);height:calc(100% - 240px)}*/height:500px}
.main-section3 .main-content-box .swiper3 {margin:20px 10px 0 10px;/*overflow: visible;height:100%;height:90% height:100%*/}
/*//.main-section3 .main-content-box .swiper3 {height:calc(100% - 250px)}*/
.main-section3 .main-content-box .swiper3 .box {/*height:100%*/}
.main-section3 .main-content-box .swiper3 .img_box {height: calc(100% - 210px);}
.main-section3 .main-content-box .swiper3 .img_box .img1 {height: 100%}


.main-section3 .main-content-box .swiper-wrapper {}
.main-section3 .main-content-box .swiper3 .img_box {position:relative;/*height:calc(100% - 130px);*/height:300px;overflow: hidden}
.main-section3 .main-content-box .swiper3 .box { }
.main-section3 .main-content-box .swiper3 .box .img_box {}
.main-section3 .main-content-box .swiper3 .box .img_box:after {content:"";position:absolute;top:0;left:0;width:100%;height:100%;background: rgba(0,0,0,0.30);z-index: 1}
.main-section3 .main-content-box .swiper3 .box .img_box .img2 {position:absolute;top:50%;left:50%;transform: translate(-50%,-50%);z-index: 2 }
.main-section3 .main-content-box .swiper3 .box .img_box img {position:relative;width:auto;height:auto;max-width: 100%;max-height:100%;min-height:100%;min-width:100%;object-fit: cover;object-position: center;margin:0 auto;left:auto;top:auto;right:auto;bottom:auto}
.main-section3 .main-content-box .swiper3 .box .name_box {height:130px;background: #fff;text-align: center;padding:18px 16% 10px 16%;}
.main-section3 .main-content-box .swiper3 .box .name_box p {font-size:21px;color:#403E3E ;font-weight:700;word-break: keep-all;margin-bottom:5px}
.main-section3 .main-content-box .swiper3 .box .name_box span {font-size:18px;color:#7A7777;font-weight:400 ;word-break: keep-all;line-height:1.2
;-webkit-box-orient: vertical;white-space: normal;overflow: hidden;-webkit-line-clamp:2;  -webkit-box-orient: vertical;display: -webkit-box;
  /*display:block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis*/}
.main-section3 .main-content-box .swiper-pagination {/*bottom:180px !important*/bottom:0;font-weight: 800;color:#9E9E9E}
.main-section3 .main-content-box .swiper-pagination .swiper-pagination-current {color:#313131}
.main-section3 .main-content-box .swiper-button-prev {left:-50px;top:calc(50% - 50px) !important;bottom:auto !important;transform: translateY(-50%);color:#313131}
.main-section3 .main-content-box .swiper-button-next {right:-50px;top:calc(50% - 50px) !important;bottom:auto;transform: translateY(-50%);color:#313131}
.main-section3 .swiper-pagination-total {
  color: #7a7777;
}
/*//.main-section3 .main-content-box .swiper3 .swiper-button-prev {left:-50px;bottom:0 !important;top:auto;color:#313131;background: #fff;width:20px;height:20px;border:1px solid #ddd;border-radius: 50%}*/
/*//.main-section3 .main-content-box .swiper3 .swiper-button-next {right:-50px;bottom:0 !important;top:auto;color:#313131;background: #fff;width:20px;height:20px;border:1px solid #ddd;border-radius: 50%}*/
/*//.swiper-button-prev:after, .swiper-button-next:after {font-size:16px}*/
.main-section3 .foot_btn {position: absolute;width:50px;margin:0 auto;bottom:-10px;left:50%;transform: translateX(-50%);    z-index: 12;}
.main-section3 .foot_btn>.swiper-button-prev {width:33px;height:34px;background-color: #fff;border:1px solid #D3D0D0;border-radius: 50%;top:auto !important;bottom:auto !important}
.main-section3 .foot_btn>.swiper-button-next {width:33px;height:34px;background-color: #fff;border:1px solid #D3D0D0;border-radius: 50%;top:auto !important;bottom:auto !important}
.main-section3 .foot_btn>.swiper-button-prev:after, .main-section3 .foot_btn>.swiper-button-next:after
{font-size:12px !important;font-weight: 600;color:#707070}
.main-section3 .foot_btn .swiper-button-lock {display: block !important}
@media screen and (max-width: 1620px){

 /*//.main-section-all.main-section3 {*/
 /*//  width: 100%;*/
 /*//  height: 100%;*/
 /*//  overflow: hidden;*/
 /*//  padding: 140px 100px 50px 100px;*/
 /*//}*/
}
@media screen and (max-width: 1480px) {
  /*//.main-section-all.main-section3 {*/
  /*//  padding-right: 14%;*/
  /*//  padding-left: 14%;*/
  /*//  padding-top: 140px;*/
  /*//  padding-bottom: 60px;*/
  /*//}*/
  .main-section3 .foot_btn .swiper-button-prev, .main-section3 .foot_btn .swiper-button-next {opacity: 1;visibility:visible}
  .main-section3 .swiper-button-prev, .main-section3 .swiper-button-next {opacity: 0;visibility: hidden}
  .main-section3 .brand_title_box ul {margin-right:-50px;margin-bottom:0}
  .main-section3 .brand_title_box li {margin-right:50px;}
  .main-section3 .brand_title_box li a {font-size:18px}
  .main-section3 .brand_title_box li div {font-size:18px}

}

@media screen and (max-width: 1200px){
 /*//.main-section-all.main-section3 {*/
 /*//  padding-right: 14%;*/
 /*//  padding-left: 14%;*/
 /*//  padding-top: 140px;*/
 /*//  padding-bottom: 60px;*/
 /*//}*/
  .main-section3 .brand_title_box {margin-top:20px;overflow-y: hidden}
  .main-section3 .brand_title_box::-webkit-scrollbar{width:4px;backtxtBox03ground:rgba(0,0,0,0);}
  .main-section3 .brand_title_box::-webkit-scrollbar-thumb{background:rgba(0,0,0,0);}
  .main-section3 .brand_title_box::-webkit-scrollbar-button:start:decrement,.scrollbars::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent}

  .main-section3 .brand_title_box ul {justify-content: flex-start;margin-right:-8px}
  .main-section3 .brand_title_box li {height:40px;font-weight: 600;margin-right:8px;
    /*min-width: 117px;*/text-align:center;/*flex-shrink: 0;*/border-radius: 30px;white-space: nowrap;}
  .main-section3 .brand_title_box li a {color: #D3D0D0;font-size: 20px;line-height: 38px;width:100%;height:100%;display:block;padding:0 20px;border-radius: 30px;border: 1px solid #D3D0D0;}
  .main-section3 .brand_title_box li a.on:after, .brand_title_box li a:hover:after {display: none}
  .main-section3 .brand_title_box li a.on, .main-section3 .brand_title_box li a:active, .main-section3 .brand_title_box li a:focus, .brand_title_box li a:hover
  {color:#fff;background-color: #E9530C;border: 1px solid #E9530C;}

  .main-section3 .brand_title_box li div {color: #D3D0D0;font-size: 20px;line-height: 38px;width:100%;height:100%;display:block;padding:0 20px;border-radius: 30px;border: 1px solid #D3D0D0;}
  .main-section3 .brand_title_box li div.on:after, .brand_title_box li div:hover:after {display: none}
  .main-section3 .brand_title_box li div.on, .main-section3 .brand_title_box li div:active, .main-section3 .brand_title_box li div:focus, .brand_title_box li div:hover
  {color:#fff;background-color: #E9530C;border: 1px solid #E9530C;}

  .main-section3 .main-content-box {height:auto !important}
  .main-section3 .main-content-box .swiper3 .box .name_box {height:122px;padding: 16px 16% 10px 16%;}
  .main-section3 .main-content-box .swiper3 .box .name_box p {font-size:18px;margin-bottom:15px}
  .main-section3 .main-content-box .swiper3 .box .name_box span {font-size:15px;line-height:1.1;display: block}
  /*//.main-section3 .main-content-box .swiper-pagination {display: none}*/
  .main-section3 .main_title a {display: none}
  .main-section3 .main-content-box .swiper3 {margin:20px 10px 0 10px;/*overflow: visible;height:100%*/padding-bottom:50px; }
.main-section3 .main-content-box .swiper3 {height:calc(100% - 200px);}
.main-section3 .main-content-box .swiper3 .box {height:100%}
.main-section3 .main-content-box .swiper3 .img_box {/*height: calc(100% - 100px);*/height:350px}
  .main-section3 .main-content-box .swiper-pagination {bottom:0px}
  .main-section3 .foot_btn {bottom:-10px;}
  }
@media screen and (max-width:768px) {
  .main-section3 .brand_title_box li {height:35px}
  .main-section3 .brand_title_box li a {font-size:16px}

  .main-section3 .brand_title_box li div {font-size:16px;line-height: 35px;padding:0 17px}

  /*//.main-section-all.main-section3 {*/
  /*//  padding-right: 14%;*/
  /*//  padding-left: 14%;*/
  /*//  padding-top: calc(16%);*/
  /*//  padding-bottom: calc(10%);*/
  /*//}*/
	.main-section3 .main-content-box .swiper3 {margin:20px 0 0 0 }
	.main-section3 .brand_title_box {margin-bottom:30px;margin-top:30px}
	.main-section3 .main-content-box .swiper-button-prev {display: none}
	.main-section3 .main-content-box .swiper-button-next {display: none}
	.main-section3 .foot_btn {transform: translateX(-75%);left:48%}
	.main-section3 .foot_btn .swiper-button-prev {display: block!important;text-align: center;line-height: 28px;}
	.main-section3 .foot_btn .swiper-button-next {display: block!important;text-align: center;line-height: 28px;}
	.main-section3 .main-content-box {padding-right: 35px;}
	.main-section-all.main-section3 {
		padding-right: 0%;
		padding-left: 35px;
		padding-top: 60px;
		padding-bottom: 68px;}
}
@media screen and (max-width:640px) {
  /*//.main-section3 .brand_title_box li {margin-right:0px;width:calc((100% / 2) - 0px);text-align: center;flex:1 auto}*/
  /*//.main-section3 .brand_title_box li a {font-size:14px;}*/
  /*//.main-section-all.main-section3 {*/
  /*//  padding-right: 10%;*/
  /*//  padding-left: 10%;*/
  /*//  padding-top: calc(26%);*/
  /*//  padding-bottom: calc(10%);*/
  /*//}*/
  .swiper-pagination-fraction{font-size:15px}
}

@media screen and (max-width:480px) {
  /*.main-section3 .brand_title_box {margin-bottom:10px;}*/
	.main-section3 .foot_btn {transform: translateX(-66%);}
	.main-section3 .main-content-box .swiper3 {
		margin: 0
	}
	/*//.main-section-all.main-section3 {padding-right:10%;padding-left:10%;padding-top:calc(90px);padding-bottom:calc(25%);}*/
	.main-section3 .main-content-box .swiper3 {
		height: calc(100% - 240px)
	}
	/*//.main-section-all.main-section3 .swiper-button-prev:after, .swiper-button-next:after {*/
	/*//	font-size: 28px*/
	/*//}*/
	/*//  .main-section3 .main-content-box .swiper-button-next {*/
	/*//    right: -26px;*/
	/*//    top: calc(50% - 60px) !important;}*/
	/*//  .main-section3 .main-content-box .swiper-button-prev {*/
	/*//    left: -26px;*/
	/*//    top: calc(50% - 60px) !important;}*/
	/*//}*/
}

/*  main-section4 */
.full4 {position: relative}
.full4:before {content:"";position: absolute;top:0;left:0;width:100%;height:100%;background: rgba(233,83,12,1) ;opacity: 0.89;z-index: -1}
.full4:after {content:"";position: absolute;top:0;left:0;width:100%;height:100%;background: rgba(233,83,12,0.89) url("/web/resources/app/img/main-section3_bg.png") no-repeat;background-size: cover;background-position: center;z-index: -2}


.main-section-all {width:100%;height:auto;overflow:hidden;/*padding:120px 0 70px 0*/;padding:100px 0;position:relative;top:50%;transform: translateY(-50%)}
.main-section-all.main-section4 {position:relative;}
.main-section-all.main-section4{}
.main-section4 .main_title {z-index: 5}
.main-section4 .main_title {width:1620px;margin:0 auto/*margin:0 200px;*/;max-width:100%}
.main_title.center {text-align: center}
.main-section4 .main_title h2 {position:relative;font-size:65px;font-weight: 800;color:#fff;display:inline-block;padding-right:20px}
.main-section4 .main_title h2:after {position:absolute;content:"";right:0px;bottom:24px;width:15px;height:15px;border-radius: 50%;background-color:#fff}
.main-section4 .main_title p {font-size:17px;color:#fff}

.main-section4 .main-content-box {width: 1620px;margin: 0 auto;max-width: 100%;/*height: calc(100% - 200px);height:630px*/}
.main-section4 .v_box {position:relative;padding:30px 5%;/*margin:40px 8% ;*/margin:30px 0 0 0;justify-content: center;border-radius:0 76px  0 0;background: #fff;height:calc(600px); display:flex;   flex-wrap: wrap;}
.main-section4 .v_tab {}
.main-section4 .v_tab ul {display:flex;height:67px;overflow: hidden;}
.main-section4 .v_tab ul li {padding:0 30px;overflow: hidden;}
.main-section4 .v_tab ul li .boxx {height:65px}
.main-section4 .v_tab ul li button {position:relative;font-size:25px;color:#313131;padding:0 5px 5px 5px;    white-space: nowrap;height:63px;overflow: hidden}
.main-section4 .v_tab ul li button:before {position:absolute;content: "";opacity: 0;left:0;bottom:10px;background-color: #E9530C;height:3px;width:100%;transition: 0.3s ease-in}
.main-section4 .v_tab ul li .boxx.active button
{opacity: 1;color:#E9530C;transition: 0.3s ease-in;font-weight: 500;}
.main-section4 .v_tab ul li button:hover,
.main-section4 .v_tab ul li button:active {
  opacity: 1;color:#E9530C;transition: 0.3s ease-in;font-weight: 500;
}
.main-section4 .v_tab ul li .boxx.active button:before,
.main-section4 .v_tab ul li button:hover:before,
.main-section4 .v_tab ul li button:active:before
{opacity: 1;font-weight:500;}




.main-section4 .main-content-box .swiper-pagination {/*bottom:180px !important*/bottom:0;font-weight: 800;color:#9E9E9E;}
.main-section4 .main-content-box .swiper-pagination .swiper-pagination-current {color:#313131}
.main-section4 .main-content-box .swiper-button-prev {left:0px;top:calc(50% - 50px) !important;bottom:auto !important;transform: translateY(-50%);color:#313131}
.main-section4 .main-content-box .swiper-button-next {right:0px;top:calc(50% - 50px) !important;bottom:auto;transform: translateY(-50%);color:#313131}


.main-section4 .foot_btn {position: absolute;width:160px;margin:0 auto;bottom:20px;left:50%;transform: translateX(-50%);    z-index: 12;display:none}
.main-section4 .foot_btn>.swiper-button-prev {width:33px;height:34px;background-color: #fff;border:1px solid #D3D0D0;border-radius: 50%;top:auto !important;bottom:auto !important}
.main-section4 .foot_btn>.swiper-button-next {width:33px;height:34px;background-color: #fff;border:1px solid #D3D0D0;border-radius: 50%;top:auto !important;bottom:auto !important}
.main-section4 .foot_btn>.swiper-button-prev:after, .main-section4 .foot_btn>.swiper-button-next:after
{font-size:12px !important;font-weight: 600;color:#707070}

@media screen and (max-width:1620px) {
  .main-section4 .v_tab ul li {padding:0 2%}

}

@media screen and (max-width:1480px) {
  .main-section4 .v_tab {overflow-x: auto;height:40px}
  .main-section4 .v_tab ul li button {font-size:18px}

}


@media screen and (max-width:1200px) {
  .main-section4 .v_tab {display: none}
  .main-section4 .main-content-box .swiper-pagination {display: block;bottom:40px}
  .main-section4 .foot_btn {display: block;bottom:30px}

}
@media screen and (max-width:768px) {

  .main-section4 .foot_btn {bottom:25px}

}

.main-section4 .v-tabs {margin:0px 0 0 0;}
.main-section4 .v-tab.v-tab {min-width: 90px;margin:0 20px}
.main-section4 .v-window__container {/*justify-content: centermargin:3% 0*/flex-direction: row}
.main-section4 .v-window {height:100%}
.main-section4  .v-slide-group .v_txt {font-size:25px;font-weight:400;color:#313131;letter-spacing: -0.5px}
.main-section4  .v-slide-group .v-slide-group-item--active {font-size:25px;font-weight:700;color:#E9530C}
.main-section4 .v-slide-group__content {justify-content: space-between;}
.main-section4  .v_texts {height:calc(100% - 70px);width:100%}
.main-section4  .v_text { display: flex;width:100%;}
.main-section4  .v_text .vt { /*width:calc(100% / 2);*/padding:0% 2% 0 0;}
.main-section4  .v_text .img_box {display: flex;overflow:hidden;/*align-items: center;width:450px;*/width:60%;flex-shrink: 0;/*height:calc(100% - 50px);*/height:450px;/*max-width: 50%;border:1px solid #f1f1f*/}
.main-section4  .v_text .img_box img {width:auto;height:auto;max-width: 100%;max-height:450px;margin:0 auto;object-position: center;object-fit: cover;}
.main-section4  .v_text .content_txt {max-height:450px;overflow:hidden;/*height:420px;width:calc(100% - 450px);*/width:calc(100% - 60%);position:relative;    display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;flex-direction: column;align-items: center}

.main-section4  .v_text .content_txt .txt_box {display: flex;flex-wrap: wrap;flex-direction: column;justify-content: center;align-items: center;}
.main-section4  .v_text .content_txt .txt_box .box {height:auto;overflow: hidden;text-align: center}
.main-section4  .v_text .content_txt .txt_box .box p {font-size:36px;font-weight: bolder;
  letter-spacing: 0.5625px;}
.main-section4  .v_text .content_txt .txt_box .box span {display:block;font-size:18px;color:#636363;padding:0 6%;word-break: keep-all;margin:20px 0}
  /*//.main-section4  .v_text .content_txt .txt_box p:first-child {font-size:51px;color:#313131;font-weight: 800;line-height:1.1;word-break: keep-all;margin:20px 0;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;overflow: hidden}*/
/*//.main-section4  .v_text .content_txt .txt_box p:last-child {display: block;font-size:20px;color:#707070;font-weight: 400;line-height:1.1;word-break: keep-all;margin-top:50px;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;overflow: hidden}*/
/*//*/



.main-section4  .v_text .content_txt .txt_box a {display:inline-block;position: relative;padding:14px 80px 14px 30px;border:1px solid #707070;font-size:14px;color:#111111;border-radius: 39px;/*position:absolute;bottom:20px;left:20px;*/margin-top:30px;}
.main-section4  .v_text .content_txt .txt_box a:after {content: "";position: absolute;right:30px;top: 15px;width: 30px;height: 9.2px;background: url("/web/resources/app/img/more_arrow.png") no-repeat;background-size: cover;}
.main-section4  .v_text .logo_content {display: flex;;width:200px;height:auto;max-height:74px;margin-bottom:10px;align-items: flex-start;/*align-items: center*/justify-content: center}
.main-section4  .v_text .logo_content img {width:auto;height:auto;max-width:100%;max-height:100%;min-height:auto;object-position: center;object-fit: cover}

.qna_box .v-btn .v-tab__slider {}
@media screen and (max-width:1620px) {
  .main-section4 .v-tab.v-tab {margin:0 0}

}

@media screen and (max-width:1480px) {
  .main-section4 .main_title h2 {font-size:42px}
  .main-section4 .main_title h2:after {bottom:15px}
  .main-section4 .v-tabs {width:80%;margin: 10px auto 0 auto}
  .main-section4 .v-slide-group .v-slide-group-item--active {font-size:18px}
  .main-section4 .v-slide-group .v_txt {font-size:18px}
  .main-section4 .v_box {padding: 20px 5% 0 5%;margin: 40px 0%;}
  /*//.main-section4 .v_text .content_txt .txt_box p {font-size:26px}*/
  .main-section4 .v_text .logo_content {width:150px;align-items: center;}
  /*//.main-section4 .v_text .content_txt .txt_box span {margin-top:30px;}*/

  .main-section4 .v_text .content_txt .txt_box .box p {font-size:26px}
  .main-section4 .v_text .content_txt .txt_box .box span {font-size:16px}
}

@media screen and (max-width:1200px) {
  /*//.main-section4 .v_text {align-items: center;}*/
  /*//.main-section4 .v_text .img_box {width:calc(50% + 20px);max-width:100%;!*min-width:350px;*!height:327px;}*/
  /*//.main-section4 .v_text .content_txt {height:327px;width:100%}*/
  /*//.main-section4 .v_text .logo_content {width:150px;height:60px;}*/
  /*//.main-section4 .v_text .content_txt .txt_box a {padding:0px 30px 0px 0px;margin-top:20px;border:none;float:right}*/
  /*//.main-section4 .v_text .content_txt .txt_box a:after {background-size: 50%;background-position: center 0;height:100%;right:0;top:7px}*/
  /*//*/
  /*//*/
  .main-section4 .v-btn__overlay,.main-section4 .v-btn__underlay {opacity: 0;display: none !important}
  .v-btn:hover > .v-btn__overlay {opacity: 0}
  .qna_box .v-btn .v-tab__slider {height:1px;background-color: rgba(158,158,158,0.53)}
  .qna_box .v-tab--selected .v-btn__content .v-tab__slider {background-color: #E9530C}

  .main-section4 .v_box {height:auto}
  .main-section4 .v_text { flex-direction: column;align-items: center; }
  .main-section4 .v_text .img_box {position:relative;width:100%;height:350px;padding-top:50%;/*height:auto;*/margin-top:10px;/*background-color: yellow*/}
  /*.main-section4 .v_text .img_box img {position:absolute;top:50%;left:50%;transform: translate(-50%,-50%);width:auto;height:auto;max-height: 286px;max-width:100%;min-width:auto;min-height:auto;z-index: -1;}*/
  .main-section4 .v_text .img_box img {position:absolute;top:50%;left:50%;transform: translate(-50%,-50%);width:auto;height:auto;max-height: 100%;max-width:100%;min-width:auto;min-height:350px;z-index: -1;}
  .main-section4 .v_text .logo_content {justify-content: center;}
  .main-section4 .v_text .content_txt {width:100%;flex-direction: column;padding:1% 2% 8% 2%;margin-bottom:40px}
  .main-section4 .v_text .content_txt .txt_box .box {width:100%}
  .main-section4 .v_text .content_txt .txt_box a {/*display: none;*/margin-top:0;}
  .main-section4 .v_text .content_txt {}
}

@media screen and (max-width:768px) {
  .swiper-pagination-main3 {font-weight: 700;color:#313131;font-size:15px !important;}
  .swiper-pagination-main4 {font-weight: 700;color:#313131;font-size:15px !important;}
  .swiper-pagination-total {color:#7a7777}

  .main-section4 .v_box {height:auto}
  .main-section4 .v_text .img_box {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 100%;
  }

  .main-section4 .main_title h2 {font-size:28px}
  .main-section4 .main_title p {font-size:13px}
  .main-section4 .main_title h2:after {bottom:10px;width:10px;height:10px}

  .main-section4 .v_text .img_box img {}
  .main-section4 .v_text .content_txt .txt_box .box p {/*height:66px;*/font-size:29px;line-height: 33px;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;overflow: hidden;padding:0 2%;word-break: keep-all}
  .main-section4 .v_text .content_txt .txt_box .box span {font-size:14px;margin:10px 0 10px 0;line-height: 16px;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;overflow: hidden}
  .main-section4 .v_text .content_txt .txt_box a {display: none;margin-bottom:10px;padding: 10px 60px 10px 20px;font-size:12px}
  .main-section4 .v_text .content_txt .txt_box a:after {right: 13px;top: 15px;width: 17px;background-size: 100%;}
	.main-section-all.main-section4 {
		padding-right: 0%;
		padding-left: 35px;
		padding-top: 60px;
		padding-bottom: 68px;}
	.main-section4 .main-content-box {padding-right:35px}
	.main-section4 .v_box {border-radius: 15px;margin-top:20px}
	.main-section4 .v-tabs {width:90%;}
	.main-section4 .v-tab.v-tab {min-width: 70px;}

  .main-section4 .v-slide-group .v_txt {padding-right:5px;padding-left:5px}
  .main-section4 .v_texts {padding:0 0 1rem 0}
  .main-section4 .v_text .content_txt {;margin-bottom:50px}
}

@media screen and (max-width:640px) {
  /*.main-section4 .v_text .img_box {height:640px}*/
  .main-section4 .v_text .img_box img {position:absolute;top:50%;left:50%;transform: translate(-50%,-50%);width:auto;height:auto;max-height: 100%;max-width:100%;min-width:auto;min-height:auto;z-index: -1;}

}
@media screen and (max-width:440px) {

}
@media screen and (max-width:420px) {
  .main-section4 .v_text .logo_content {width:120px;min-height: 50px;max-height: 50px;height: auto;margin:5px 0}
  .main-section4 .v_text .content_txt .txt_box .box p {font-size:26px;line-height: 34px}
  .main-section4 .v_text .content_txt .txt_box .box span {font-size:13px;margin:10px 0 10px 0;line-height: 16px}
}

/*  //end***********main-section4 */



  /*  main-section5 */

.main-section-all.main-section5 {position:relative;}
.main-section-all.main-section5 .main-content-box {}
.main-section5 .item .more_btn  {position:relative;right:0;font-size:13px;color:#313131;float:right;padding-right:40px}
.main-section5 .item .more_btn:after {content: "";position:absolute;right:0px;top:5px;width:27px;height:8.2px;background: url("/web/resources/app/img/more_arrow.png");background-size:cover }

.main-section-all.main-section5 .main-content-box .items {display: flex;flex-wrap: wrap;align-items: center;height:100%;align-items: flex-start;}
.main-section-all.main-section5 .main-content-box .item {width: calc(100% / 2);position:relative}
.main-section-all.main-section5 .main-content-box .item img {position:relative;width:auto;height:auto;max-width: 100%;max-height:100%;/*min-height:100%;*/min-width:100%;object-fit: cover;object-position: center;margin:0 auto;left:auto;top:auto;display:block;right:auto;bottom:auto}
.main-section5 .main-content-box {width: 1620px;margin: 0 auto;max-width: 100%;height: calc(100% - 200px)}
.main-section-all.main-section5 .main-content-box .item01 {padding-right:40px;position: relative;padding-top:28%;margin-top:50px;}
.main-section-all.main-section5 .main-content-box .item01 .box {width:100%;height:100%;cursor: pointer;background-color: #f2f2f2;position:absolute;top:0;left:0}
.main-section-all.main-section5 .main-content-box .item02 {padding-left:80px;height:100%}
.main-section-all.main-section5 .main-content-box .item .news {margin-bottom:20px }
.main-section-all.main-section5 .main-content-box .item .news li {border-bottom:1px solid  rgba(203,197,197, 0.72)}
.main-section-all.main-section5 .main-content-box .item .news li:first-child {border-bottom:1px solid  rgba(203,197,197, 0.72) !important}
.main-section-all.main-section5 .main-content-box .item .news li:last-child {border:none}
.main-section-all.main-section5 .main-content-box .item .news li a {display: flex;flex-wrap: wrap;padding:20px 10px 30px 10px;transition: 0.3s ease-in}
.main-section-all.main-section5 .main-content-box .item .news li a:hover  {background: #f1f1f1}
.main-section-all.main-section5 .main-content-box .item .news li p {width:90px;}
.main-section-all.main-section5 .main-content-box .item .news li .notify  {display: block;color:#E9530C;font-weight:500;font-size:20px }
.main-section-all.main-section5 .main-content-box .item .news li .num  {display: block;color:#9E9E9E;font-weight:500;font-size:20px }
.main-section-all.main-section5 .main-content-box .item .news li span {width:calc(100% - 90px);display:block;}
.main-section-all.main-section5 .main-content-box .item .news li span strong {display: block;font-weight:500;font-size:25px;color:#000000}
.main-section-all.main-section5 .main-content-box .item .news li span em {display: block;font-weight:400;font-size:20px;color:#9E9E9E;text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;}

@media screen and (max-width:1620px) {


}

@media screen and (max-width:1480px) {
  .main-section-all.main-section5 .main-content-box .item .news li .notify {font-size:16px;}
  .main-section-all.main-section5 .main-content-box .item .news li span strong {font-size:20px;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:1;-webkit-box-orient: vertical;overflow: hidden}
  .main-section-all.main-section5 .main-content-box .item .news li span em {font-size:15px}
  .main-section-all.main-section5 .main-content-box .item02 {padding-left:20px}
  .main-section-all.main-section5 .main-content-box .item01 {padding-right:20px}
}

@media screen and (max-width:1200px) {
  .main-section-all.main-section5 .main-content-box .item .news li a:hover {background-color: #fff}

  .main-section-all.main-section5 .main-content-box .item .news li span strong {font-size: 17px}
  .main-section-all.main-section5 .main-content-box .item .news li span em {font-size:14px}
	.main-section-all.main-section5 .main-content-box .items {height:100%}
	.main-section-all.main-section5 .main-content-box .item {width:100%;}
	/*//.main-section-all.main-section5 .main-content-box .item .news li:nth-child(n+4) { display: none}*/
	/*//.main-section-all.main-section5 .main-content-box .item .news li:nth-child(3) { border:none}*/
	.main-section5 .main-content-box {height:calc(100% - 90px);margin-top:20px;}
	/*//.main-section-all.main-section5 .main-content-box .item01 {padding:0;height:300px;margin-bottom:50px;}*/
	.main-section-all.main-section5 .main-content-box .item02 {padding:0;padding-top:10px;}
  .main-section-all.main-section5 .main-content-box .item01 {padding-top:56%;margin-bottom:20px;margin-top:22px}
	/*//.main-section-all.main-section5 .main-content-box .item01 .box {padding:5% 0%;height:100%;text-align: center;display: flex;align-items: center}*/
  /*//.main-section-all.main-section5 .main-content-box .item01 .box {background-color: #ddd;height:100%;margin-top:0}*/
  .main-section-all.main-section5 .main-content-box .item img {/*min-width: auto;min-height: auto*/}
	.main-section-all.main-section5 .main-content-box .item .news li a {padding:10px 5px}
	.main-section-all.main-section5 .main-content-box .item .news li p {margin-top:5px;font-size: 14px !important}
  .main-section-all.main-section5 .main-content-box .item .news li .notify {font-size: 14px !important}
  .main-section5 .item .more_btn {display: none}

}

@media screen and (max-width:768px) {
	.main-section-all.main-section5 {
		padding-right: 35px;
		padding-left:35px;
		padding-top: 60px;
		padding-bottom: 68px;}

}

@media screen and (max-width:640px) {

  .main-section-all.main-section5 .main-content-box .item .news li p {width:auto;min-width:70px;padding-left:10px;margin-top:2px}
}

@media screen and (max-width:480px) {


}

/*  main-section6 */

.main-section-all.main-section6 {position:relative;background: #FDEFE9;}
.main-section-all.main-section6 .quick_all {width:1600px;margin: 30px auto 0 auto;max-width: 100%;}

.main-section-all.main-section6 .main-content-box {height: calc(100% - 180px);}
.main-section-all.main-section6 .main-content-box .quick_box {display: flex;flex-wrap: wrap;align-items: center;margin-right:-30px;}
.main-section-all.main-section6 .main-content-box .quick_box li {position:relative;width:calc((100% / 3) - 30px);height:24vh;margin-right:30px;background: #fff;border-radius: 27px;margin-bottom:30px}
.main-section-all.main-section6 .main-content-box .quick_box li:hover:before {opacity: 1}
.main-section-all.main-section6 .main-content-box .quick_box li:before {content:"";width:100%;height:inherit;border:3px solid #E9530C;position: absolute;top:0;left:0;box-sizing: border-box;border-radius: 27px;opacity: 0;transition: 0.3s ease-in}
.main-section-all.main-section6 .main-content-box .quick_box li a {position:absolute;padding-right:65px;top:0;left:0;width:100%;height:100%;text-align: left;display: flex;justify-content: center;flex-direction: column;word-break: keep-all}
.main-section-all.main-section6 .main-content-box .quick_box li a p {position:relative;font-size:28px;color:#111111;font-weight: 700;padding-left:210px;}
.main-section-all.main-section6 .main-content-box .quick_box li a span {font-size:21px;color:#313131;font-weight: 400;letter-spacing: -0.5px;padding-left:210px;}
.main-section-all.main-section6 .main-content-box .quick_box li:after {content:"";position:absolute;top:50%;transform:translateY(-50%);left:65px;width:115px;height:115px;}
.main-section-all.main-section6 .main-content-box .quick_box li:nth-child(1):after  {background:#FDEFE9 url("/web/resources/app/img/quick1.png") no-repeat;background-position: center ;background-size: 58px 48px;border-radius: 50% }
.main-section-all.main-section6 .main-content-box .quick_box li:nth-child(2):after  {background:#FDEFE9 url("/web/resources/app/img/quick2.png") no-repeat;background-position: center ;background-size: 63px 47px ;border-radius: 50%}
.main-section-all.main-section6 .main-content-box .quick_box li:nth-child(3):after  {background:#FDEFE9 url("/web/resources/app/img/quick4.png") no-repeat;background-position: center ;background-size: 58px 48px ;border-radius: 50%}
.main-section-all.main-section6 .main-content-box .quick_box li:nth-child(4):after  {background:#FDEFE9 url("/web/resources/app/img/quick3.png") no-repeat;background-position: center  ;background-size: 50px 49px;border-radius: 50%}
.main-section-all.main-section6 .main-content-box .quick_box li:nth-child(5):after  {background:#FDEFE9 url("/web/resources/app/img/quick5.png") no-repeat;background-position: center ;background-size: 38px 50px;border-radius: 50% }
.main-section-all.main-section6 .main-content-box .quick_box li:nth-child(6):after {background:#FDEFE9 url("/web/resources/app/img/quick6.png") no-repeat;background-position: center  ;background-size: 40px 48px ;border-radius: 50%}

@media screen and (max-width:1600px) {
  .main-section-all.main-section6 .main-content-box .quick_box li a {padding-right:10%}
  .main-section-all.main-section6 .main-content-box .quick_box li a p {position:relative;font-size:22px;padding-left:calc(115px + 13%)}
  .main-section-all.main-section6 .main-content-box .quick_box li a span {font-size:18px;padding-left:calc(115px + 13%)}
  .main-section-all.main-section6 .main-content-box .quick_box li:after {left:10%}
}

@media screen and (max-width:1480px) {

  .main-section-all.main-section6 .main-content-box .quick_box li {position:relative;width:calc((100% / 2) - 30px);}

}

@media screen and (max-width:1200px) {

  /*//.main-section-all.main-section6 .main-content-box .quick_box {margin-right:-30px;padding:0 14%}*/
	/*//.main-section-all.main-section6 .main-content-box .quick_box li a p {padding-top:100px}*/
	/*//.main-section-all.main-section6 .main-content-box .quick_box li {!*width:166px;height:166px;*!height:auto;padding-top:46%}*/
	/*//.main-section-all.main-section6 .main-content-box .quick_box li a span {display:none}*/
	/*//.main-section-all.main-section6 .main-content-box .quick_box li {position:relative;width:calc((100% / 2) - 30px);margin-right:30px; margin-bottom: 30px;}*/

}

@media screen and (max-width:900px) {
.main-section-all.main-section6 .quick_all {max-width: 100%;display: flex;justify-content: center}
.main-section-all.main-section6 .main-content-box .quick_box {justify-content: center;margin-right: -20px;}
.main-section-all.main-section6 {/*min-height: 1000px !important;*/height:auto}

.main-section-all.main-section6 .main-content-box .quick_box li {width: 240px;height:240px;margin-right: 20px;margin-bottom:20px}
  .main-section-all.main-section6 .main-content-box .quick_box li a {text-align: center;padding-right:0}
  .main-section-all.main-section6 .main-content-box .quick_box li a p {padding-left:0;padding-top:100px}
  .main-section-all.main-section6 .main-content-box .quick_box li a span {padding-left:0;display: none}
  .main-section-all.main-section6 .main-content-box .quick_box li:after {left:50%;transform: translateX(-50%);top:26px}

}
@media screen and (max-width:768px) {
  /*.main-section-all.main-section6 .main-content-box .quick_box li {position:relative;width:calc((100% / 1) - 30px);}*/
	/*//.main-section-all.main-section6 .main-content-box .quick_box {margin-right:-16px;padding:0 3%}*/
	/*//.main-section-all.main-section6 .main-content-box .quick_box li {position:relative;width:calc((100% / 2) - 16px);margin-right:16px; margin-bottom: 16px;}*/
	.main-section-all.main-section6 {
		padding-right: 35px;
		padding-left: 35px;
		padding-top: 60px;
		padding-bottom: 68px;}

		.main-section-all.main-section6 .main_title.center {padding-right: 0 !important;text-align: center !important}
  /*.main-section-all.main-section6 .main-content-box .quick_box li a p {position:relative;font-size:22px;padding-left:calc(115px + 19%)}*/
  /*.main-section-all.main-section6 .main-content-box .quick_box li a span {font-size:18px;padding-left:calc(115px + 19%)}*/
}


@media screen and (max-width:640px) {


  .main-section-all.main-section6 .main-content-box .quick_box li {width: 180px;height:180px;margin-right: 20px;margin-bottom:20px}
  .main-section-all.main-section6 .main-content-box .quick_box li a p {/*position: absolute;top:0;left:0*/font-size:13px}
  .main-section-all.main-section6 .main-content-box .quick_box li:after {width:95px;height:95px;}
  }

@media screen and (max-width:480px) {
  .main-section-all.main-section6 {height:auto;min-height: auto}
  .main-section-all.main-section6 .main-content-box {height:auto}
  .main-section-all.main-section6 .main-content-box .quick_box li a p {padding-top:90px}
  .main-section-all.main-section6 .main-content-box .quick_box {width: 100%;margin-right:-10px}
  .main-section-all.main-section6 .main-content-box .quick_box li {/*width: calc(50% - 20px);height:180px;*/width:115px;height:150px;border-radius: 15px;margin-right:10px}
  .main-section-all.main-section6 .main-content-box .quick_box li:before {border-radius: 15px;}
  .main-section-all.main-section6 .main-content-box .quick_box li:after {width:70px;height:70px;}
  .main-section-all.main-section6 .main-content-box .quick_box li:nth-child(1):after {background-size: 46%}
  .main-section-all.main-section6 .main-content-box .quick_box li:nth-child(2):after {background-size: 50%}
  .main-section-all.main-section6 .main-content-box .quick_box li:nth-child(3):after {background-size: 50%}
  .main-section-all.main-section6 .main-content-box .quick_box li:nth-child(4):after {background-size: 40%}
  .main-section-all.main-section6 .main-content-box .quick_box li:nth-child(5):after {background-size: 33%}
  .main-section-all.main-section6 .main-content-box .quick_box li:nth-child(6):after {background-size: 40%}
  /*.main-section-all.main-section6 .main-content-box .quick_box li {height:24vh}*/
  /*  .main-section-all.main-section6 .main-content-box .quick_box li:after {width:96px;height:96px;}*/
  /*.main-section-all.main-section6 .main-content-box .quick_box li:nth-child(1):after {background-size: 50% ;}*/
  /*.main-section-all.main-section6 .main-content-box .quick_box li:nth-child(2):after {background-size: 50% ;}*/
  /*.main-section-all.main-section6 .main-content-box .quick_box li:nth-child(3):after {background-size: 50% ;}*/
  /*.main-section-all.main-section6 .main-content-box .quick_box li:nth-child(4):after {background-size: 40% ;}*/
  /*.main-section-all.main-section6 .main-content-box .quick_box li:nth-child(5):after {background-size: 33% ;}*/
  /*.main-section-all.main-section6 .main-content-box .quick_box li:nth-child(6):after {background-size: 36% ;}*/
  /*.main-section-all.main-section6 .main-content-box .quick_box li a p {position:relative;font-size:20px;padding-left:calc(115px + 9%)}*/
  /*.main-section-all.main-section6 .main-content-box .quick_box li a span {font-size:18px;padding-left:calc(115px + 9%)}*/
	/*//.main-section-all.main-section6 .main-content-box .quick_box li a p {padding-top:73px;font-size:15px}*/
	/*//.main-section-all.main-section6 .main-content-box .quick_box li:nth-child(1) p:after {background-size: 55.03px}*/
	/*//.main-section-all.main-section6 .main-content-box .quick_box li:nth-child(2) p:after {background-size: 59.18px}*/
	/*//.main-section-all.main-section6 .main-content-box .quick_box li:nth-child(3) p:after {background-size: 48.88px}*/
	/*//.main-section-all.main-section6 .main-content-box .quick_box li:nth-child(4) p:after {background-size: 61.97px;top: -14px;}*/
	/*//.main-section-all.main-section6 .main-content-box .quick_box li:nth-child(5) p:after {background-size: 40.46px}*/
	/*//.main-section-all.main-section6 .main-content-box .quick_box li:nth-child(5) p:after {background-size: 44.34px}*/
}
@media screen and (max-width:430px) {
  .main-section-all.main-section6 .main-content-box .quick_box {width: 100%}
  /*.main-section-all.main-section6 .main-content-box .quick_box li {width: calc(50% - 20px);height:160px;}*/
  .main-section-all.main-section6 .main-content-box .quick_box li {width: calc((100% / 3) - 10px );}

  }
@media screen and (max-width:400px) {
  .main-section-all.main-section6 .main-content-box .quick_box {width:100%}
  /*.main-section-all.main-section6 .main-content-box .quick_box li {width: 100%;height:180px;}*/
  .main-section-all.main-section6 .main-content-box .quick_box li {width: calc((100% / 2) - 10px );}
}
/*  //**********************end **************main-section6 */


/* main-section2   ~  main-section6 공통 */


@media screen and (max-width:1620px) {


}

@media screen and (max-width:1480px) {

  .main-section-all {padding-right:14%;padding-left:14%;padding-top:calc(80px);padding-bottom:calc(80px);top:auto;transform: translateY(0)}

}

@media screen and (max-width:1200px) {
  /*.main-section-all {padding-right:14%;padding-left:14%;padding-top:calc(50px);padding-bottom:calc(50px);}*/
  .main-section-all {padding-right:35px;padding-left:35px;padding-top:calc(60px);padding-bottom:calc(68px);}
}

@media screen and (max-width:768px) {

  .main-section-all {/*padding-right:14%;padding-left:14%;padding-top:calc(50px);padding-bottom:calc(50px);*/min-height:auto;height:auto !important }
  /*.swiper2 {padding-right:8% !important}*/
  .main_title {padding-right:8% !important}
	.main_title.center {padding-right: 8% !important}
}

@media screen and (max-width:640px) {

  .main-section-all {padding-right:0%;padding-left:35px;padding-top:calc(60px);padding-bottom:calc(68px);}
  /*//.swiper2 {padding-right:10% !important}*/
  /*//.main_title {padding-right:10% !important}*/
}

@media screen and (max-width:480px) {
  .main-section-all {height:100%;min-height: 700px}

}
/* *****************end***************   main-section2   ~  main-section6 공통 */



/*footer*/
.footer {position:relative;width:100%;height: 100%;background-color: #fff}
.footer .top {width: 1620px;margin: 0 auto;max-width: 100%;padding:50px 10px 40px 10px; display: flex;/*flex-wrap: wrap;*/justify-content: space-between;}
.footer .top .left_box {width:35%;}
.footer .top .left_box h3 {font-size: 16px;/*font-weight:600*/font-weight:700}
.footer .top .left_box .txt {overflow: hidden}
.footer .top .left_box .txt .spanAll {margin-bottom:50px;margin-top:10px;}
.footer .top .left_box span {display:inline-block;font-size: 16px;font-weight:400;/*font-weight:400;margin-bottom:50px;*/margin-right:10px;line-height:2}
.footer .top .left_box span:nth-child(4){}
.footer .top .left_box span.copyr {display: none}
.footer .top .right_box {display:flex;width:calc(100% - 600px);justify-content: flex-end}
.footer .top .right_box dl {margin-left:7%;}
.footer .top .right_box dl:first-child {margin-left:0%;}
.footer .top .right_box dt {font-size: 16px;/*font-weight:600;*/margin-bottom:5px;font-weight:700;}
.footer .top .right_box dd {font-size: 16px;font-weight:300;margin: 0px 0 5px 0;}

.footer .bottom {/*width: 1620px;margin: 0 auto;*/max-width: 100%;border-top:1px solid rgba(158,158,158,0.35)}
.footer .bottom .txt {width: 1620px;margin: 0 auto;max-width: 100%;padding:20px 0;display: flex;flex-wrap: wrap;justify-content: space-between}
.footer .bottom ul {display: flex}
.footer .bottom ul li {margin-right:90px;}
.footer .bottom ul li:last-child {margin-right:0px;}
.footer .bottom ul li a {font-size: 16px;font-weight:600}
.footer .bottom .copylight {font-size: 16px;font-weight:400}

@media screen and (max-width:1620px) {

}

@media screen and (max-width:1480px) {
  .footer .top {padding-right:14%;padding-left:14%;/*padding-top:calc(140px);padding-bottom:calc(60px);*/}
  .footer .top .left_box h3 {font-size: 15px;font-weight:600}
  .footer .top .left_box span {font-size: 15px;font-weight:400;}
  .footer .top .left_box img {width:120px}
  .footer .top .right_box {display:flex;width:calc(100% - 400px);}
  .footer .top .right_box dl {margin-left:4%;}
  .footer .top .right_box dt {font-size: 15px;font-weight:800}
  .footer .top .right_box dd {font-size: 15px;font-weight:400;margin: 5px 0 0 0;letter-spacing: -0.5px}
  .footer .bottom ul li a {font-size: 15px;font-weight:600}
  .footer .bottom .copylight {font-size: 15px;font-weight:400}
  .footer .bottom .txt {padding-right:14%;padding-left:14%;/*padding-top:calc(140px);padding-bottom:calc(60px);*/}
}

@media screen and (max-width:1200px) {
  .sections-menu {display: none}
  .footer .top .left_box img {display: none}
  .footer .top .left_box {width:100%;}
  .footer .top .left_box span {float:left}
  .footer .top .right_box {display: none;}
  .footer .bottom ul li {margin-right:20px}
}

@media screen and (max-width:768px) {
  .footer .top .left_box h3 {color:#454444;font-size:13px}
  .footer .top .left_box .txt .spanAll {margin-top:0;margin-bottom:0}
  .footer .top {padding-right:14%;padding-left:14%;padding-top:20px;padding-bottom:20px;}
  .footer .top .left_box span {word-break: keep-all;color:#7b7b7b;margin-bottom:0;line-height: 1.5;letter-spacing: -1px;font-size:13px;color:#454444}
  .footer .top .left_box span {float:none}
  .footer .top .left_box span.copyr {display: block;margin-top: 20px;color:#B3B4BB}
  .footer .top .left_box img {display:none;float:none;margin-bottom:10px}
  .footer .bottom .txt {/*padding-right:14%;padding-left:14%;*/padding:10px 14%}
  /*//.fullpage:nth-child(4) {height:760px !important}*/
  .footer .bottom ul li a {color:#B3B4BB;font-size:13px;}
  .footer .bottom .copylight {display: none}
  .footer .bottom ul li:last-child {display: none}

}

@media screen and (max-width:640px) {
  /*.footer .top {padding-right:10%;padding-left:10%;}*/
  .footer .top {padding-right:4%;padding-left:4%;}

  .footer .bottom .txt {padding-right:4%;padding-left:4%;}

}

@media screen and (max-width:480px) {
  .footer .bottom ul {width:100%;justify-content: space-between}
  .footer .bottom ul li {margin-right:0}
  /*//.footer .top .left_box h3 {font-size: 13px;}*/
  /*//.footer .top .left_box span {font-size: 13px;letter-spacing: -0.5px}*/
  /*//.footer .bottom ul li a {font-size: 13px;font-weight:600;letter-spacing: -0.5px}*/
  /*//.footer .bottom .copylight {font-size: 13px;font-weight:400;letter-spacing: -0.5px}*/
  /*//.footer .top {padding-right:10%;padding-left:10%;}*/
  /*//.footer .bottom .txt {padding-right:10%;padding-left:10%;}*/

}


/* 테이블 */
.gu_tbl_wrap {max-width:100%/*;margin:120px auto 0 auto;*/;text-align:center;;margin:60px auto 0 auto;}
.gu_tbl_wrap .gu_tbl_inner {}
.gu_tbl_wrap .gu_tbl_inner table {width:100%;}
.gu_tbl_wrap .gu_tbl_inner table tr {border-bottom: 1px solid #dddddd;}
.gu_tbl_wrap .gu_tbl_inner table tr.no_post {border-bottom: 0;}
.gu_tbl_wrap .gu_tbl_inner table thead tr {border-top: 1px solid #000;}
.gu_tbl_wrap .gu_tbl_inner table thead tr th {font-size: 14px;padding: 15px; line-height: 20px;}
.gu_tbl_wrap .gu_tbl_inner table thead tr th.text_left {text-align: left;}
.gu_tbl_wrap .gu_tbl_inner table tbody tr:hover {background-color: #fbfbfb; transition: all 0.2s;}
.gu_tbl_wrap .gu_tbl_inner table tbody tr td {font-size: 14px; padding: 25px 10px; line-height: 26px;}
.gu_tbl_wrap .gu_tbl_inner table tbody tr td a {display: inline-block;width:auto;}
.gu_tbl_wrap .gu_tbl_inner table tbody tr.no_post:hover {background-color: #fff;}
.gu_tbl_wrap .gu_tbl_inner table tbody tr.no_post td {color:#888; padding: 52px 0;}
.gu_tbl_wrap .gu_tbl_inner table tbody tr td.tbl_tit {position: relative; padding-left: 30px;padding-right: 50px; text-align: left; font-size: 16px;}
.gu_tbl_wrap .gu_tbl_inner table tbody tr td.tbl_tit > .new {position: absolute; top: 50%; margin-top: -10px; margin-left: 10px;font-size: 12px; color:#E9530C;font-weight: 700}
.gu_tbl_wrap .gu_tbl_inner table tbody tr td.tbl_tit a span:before {content: ''; position: absolute; width: 100%; height: 1px; background: #666; bottom: 3px; left: 0; visibility: hidden;opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;}
.gu_tbl_wrap .gu_tbl_inner table tbody tr td.tbl_tit a:hover span:before {visibility: visible;opacity:1}
.gu_tbl_wrap .gu_tbl_inner table tbody tr td.tbl_loc {color:#666;}
.gu_tbl_wrap .gu_tbl_inner table tbody tr td.tbl_date {color:#888;}
.gu_tbl_wrap .gu_tbl_inner table tbody tr td.tbl_tit a span {position: relative;color:#000; display: inline-block;max-width:560px;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;    word-wrap: normal !important;
}
.w01 {width:100px;}
.w02 {width:auto;}
.w03 {width:155px;}

.gu_tbl_wrap .gu_tbl_inner table tbody tr td.tbl_state { padding: 10px;}
.gu_tbl_wrap .gu_tbl_inner table tbody tr td.tbl_state > span {display: inline-block; width: 60px; line-height: 28px; color: #fff; font-size: 12px;}
.gu_tbl_wrap .gu_tbl_inner table tbody tr td.tbl_state > span.btn_state_ok {background: #2d2d2d;color:#fff;}
.gu_tbl_wrap .gu_tbl_inner table tbody tr td.tbl_state > span.btn_state_yet {background: #eee;color:#666;}

@media screen and (max-width:1200px) {
  .gu_tbl_wrap .gu_tbl_inner table tbody tr td.tbl_tit a span {max-width: 400px; }
	.gu_tbl_wrap {margin: 50px auto 0 auto;}
}
@media screen and (max-width:900px) {
  .gu_tbl_wrap .gu_tbl_inner table tbody tr td.tbl_tit a span {max-width: 300px; }

}
@media screen and (max-width:768px) {
  .gu_tbl_wrap {margin-top:20px;}
  .gu_tbl_wrap .gu_tbl_inner table tbody tr td.tbl_tit a span {max-width: 300px; }
}
@media screen and (max-width:580px) {
  .w01 {width:60px;}
  .w02 {width:auto;}
  .w03 {width:110px;}
  .gu_tbl_wrap .gu_tbl_inner table tbody tr td.tbl_tit a span {max-width: 200px; }

}

@media screen and (max-width:580px) {
  .w01 {display: none}
  .gu_tbl_wrap .gu_tbl_inner table thead tr th:first-child {display: none}
  .gu_tbl_wrap .gu_tbl_inner table tbody tr td:first-child {display: none}
  .gu_tbl_wrap .gu_tbl_inner table tbody tr td.tbl_tit { padding-left: 10px;padding-right: 40px;}
  .gu_tbl_wrap .gu_tbl_inner table tbody tr td.tbl_tit > .new {margin-left:0}
}


/*뉴스 앨범*/

.news .news_box {margin: 120px 0 0px 0;}
.news .content_boxs {display: flex;flex-wrap: wrap;margin-right:-30px;}
.news .content_box {position: relative;display: block; margin-top: 0; margin-bottom: 30px; width:calc((100% / 3 ) - 30px);margin-right:30px;vertical-align: top;box-sizing:border-box;/*border: 1px solid #ddd;*/overflow: hidden}
.news.content_box:nth-child(2n) { margin-left: 19px;}
/*//.news .content_box:nth-child(1), #SERVICE_INFO_PROGRAMS .inner .content_box:nth-child(2) { height:530px;}*/
/*//.news .content_box:nth-child(3), #SERVICE_INFO_PROGRAMS .inner .content_box:nth-child(4) { height:605px;}*/
/*//.news .content_box:nth-child(5), #SERVICE_INFO_PROGRAMS .inner .content_box:nth-child(6) { height:630px;}*/
/*//.news .content_box:nth-child(7) { height:610px;}*/

.news .content_box a>ul {padding: 15px 30px 20px;width:100%; text-align: left; word-break: keep-all;}
.news .content_box a ul>li.p_title {margin: 10px 0 10px;width:100%;height:67px;font-size: 28px; line-height: 32px;letter-spacing:-0.5px;color:#000;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;overflow: hidden}
.news .content_box a ul>li.story {color:#616161;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;overflow: hidden;font-szie:18px;margin-bottom:10px}

.news .content_box a ul li.p_text {font-size: 15px; line-height: 20px;color:#666;margin-top:10px; margin-bottom: 18px;
white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;overflow: hidden}
.news .content_box a ul li.p_day {color:#999;}
.news .content_box a ul li.hilight { position: relative;font-size: 12px; line-height: 20px;text-align: left; color:#f22c2d; margin-bottom: 5px;}
.news .content_box .img_box {position: relative;padding-top:63.2%;background-color: #c9c9c9;border-radius: 0;/*20px*/;overflow: hidden/*border-bottom:1px solid #ddd*/}
.news .content_box .img_box img {position:absolute;top:50%;left:50%;transform: translate(-50%,-50%);/*bottom:auto;right:auto;*/width:auto;height:auto;max-width: 100%;max-height:100%;min-height:100%;min-width:100%;object-fit: cover;object-position: center;margin:0 auto;}
.contsT1 {display: flex;align-items: center;justify-content: space-between;margin-bottom:30px;/*justify-content: center*/}
.contsT2 {display: flex;align-items: center;margin-bottom:50px;justify-content: center;margin-top:30px;}

.contsT1 .serch_basic {max-width:370px;border-bottom:2px solid #979797;padding-bottom:10px;display: block}

.contsT1 .serch_basic input {margin-right: 5px;}
.contsT1 .serch_basic input::placeholder {color:#999;font-size:16px;}
.contsT1 .serch_basic button img {width:24px;height:24px;}
.contsT1 span {font-size:24px;color:#403E3E;font-weight: 400}
.contsT1 .serch_basic2 {max-width:370px;border-bottom:2px solid #979797;padding-bottom:10px;display: none}
.contsT2 .serch_box {background-color:#F7F7F7; border-radius: 10px;padding:20px 108px;display: flex;align-items: center;justify-content: space-between;}
.contsT2 .serch_box img {width:17px;height:17px;}
.contsT2 .serch_box input {background-color:#F7F7F7;width:100%;margin:0 30px;font-size:20px;}
.contsT2 .serch_box input::placeholder {color:#9E9E9E;transition: 0.3s ease-in;opacity: 1;}
.contsT2 .serch_box input:hover::placeholder{opacity: 0.2}
.contsT2 .serch_box .s_btn { position:relative; font-size:15px;color:#fff;background-color: #E9530C;width:164px;height:52px;min-width: 100px;border-radius: 10px;flex-shrink: 0}
.contsT2 .serch_box .s_btn:after {content: "검색하기";position: absolute;top:0;left:0;text-align:center;width:100%;height:100%;line-height: 52px;}
.contsT1 .select_all {display: flex;margin-right:-20px;}

.serch_basic {position: relative}
@media screen and (max-width: 1200px){
  .contsT2 .serch_box {padding: 20px 50px;}
  .contsT2 .serch_box input {font-size: 18px}
}

@media screen and (max-width:768px) {
  .news .news_box {margin: 20px 0 0 0 !important}
  .sns_box {margin:20px 0 50px 0!important;}
	.contsT1 .serch_basic {border-bottom:1px solid #979797;}
  .contsT2 .serch_box {width: 100%}
  .contsT2 .serch_box .s_btn  {width: 83px;min-width: 0;white-space: nowrap;padding: 5px 10px;height: 32px;border-radius: 5px;}
  .contsT2 .serch_box .s_btn:after {line-height: 32px;}
  .news .content_box a>ul {padding: 15px 10px 20px;}
  .news .content_box a ul>li.p_title {font-size: 15px; line-height: 18px;height:38px}
  .news .content_box a ul>li.story {line-height: 14px;font-size: 12px}
  .news .content_box a ul li.p_day{font-size: 11px;}

  .contsT1 button img {width:16px;height:16px;}
  .contsT1 input {font-size:12px !important;}
  .contsT1 input::placeholder {color:#999;font-size:12px;}
  .news .content_boxs {margin-right:-10px;}
  .news .content_box {width:calc((100% / 2 ) - 10px);margin-right:10px}

}
@media screen and (max-width:640px) {
  .news .content_box {width:calc((100% / 1 ) - 10px);}
  .news .content_box a > ul {padding:10px 10px 0px}
  .contsT1 span {font-size:18px}
  .contsT1 input {width:calc(100% - 30px)}
  .contsT1 .serch_basic {max-width:300px;width: 230px;display: flex;}
  .contsT2 .serch_box {padding:12px 5%}
  .contsT2 .serch_box input {margin: 0 10px 0 10px}
  .contsT2 {margin-top:40px;margin-bottom:30px}
}

@media screen and (max-width:480px) {
  .news .content_box a ul > li.p_title {}
  .news .content_box a ul>li.p_title{margin: 5px 0 5px;height:auto}
}

@media screen and (max-width:440px) {
  .contsT2 .serch_box .s_btn {font-size:12px}
  .contsT2 .serch_box {padding:10px 10px 10px 30px}
  .contsT2 .serch_box input {font-size:14px}
}

@media screen and (max-width:400px) {
  .contsT2 .serch_box {padding:10px 10px 10px 10px}
  .contsT2 .serch_box  img {display:none}
}



  /*//******************end footer*/

html,body,#app {scroll-behavior: smooth;}
  body {
    min-height: 100vh;
  }
  @media screen and (max-width:1200px) {
    body {
      min-height: 100%;
    }

  }
  .sections-menu {z-index: 998}
  .swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    z-index: 11000 !important;

  }

  .jstree-contextmenu {
    z-index: 9999;}



/*Pagination*/
.Pagination {margin:100px 0 150px 0;width:100%;overflow: hidden;clear: both;}
.Pagination ul.pag_box {display: flex;width:100%;justify-content: center}
.Pagination ul{}
.Pagination ul li {}
.Pagination ul li a {width:37px;height:37px;display: block;text-align: center;line-height: 37px;font-weight: 400;color:#403E3E;font-size: 16px;}
.Pagination ul li.prev02 a {background: url('/web/resources/app/img/p-prev.png') no-repeat;background-position: center;border:none;background-size: auto;}
.Pagination ul li.prev01 a {background: url('/web/resources/app/img/p-next2.png') no-repeat;background-position: center;border:none;margin:0 10px;background-size: auto;}
.Pagination ul li.next02 a {background: url('/web/resources/app/img/p-next.png') no-repeat;background-position: center;border:none;;background-size: auto;}
.Pagination ul li.next01 a {background: url('/web/resources/app/img/p-next2.png') no-repeat;background-position: center;border:none;margin:0 10px;background-size: auto;transform: rotate(-180deg);}
.Pagination ul li a:hover,.Pagination ul li a:active,.Pagination ul li a:focus {background-color: #f7f7f7}
.Pagination ul li a.active {background-color: #f7f7f7}
.disabled {pointer-events: none;opacity: 0.5;}

.mo_Pagination {display: none;justify-content: space-between;margin:60px 0 60px 0;text-align:center}
.mo_Pagination>button {position:relative;padding: 15px 10px;width:100%;background-color: #fff;color: #000;font-size: 13px;border-radius: 5px;border:1px solid #E0E0E0 !important}
.mo_Pagination>button:after {content:"";position:absolute;margin-left:10px;top:50%;transform: translateY(-50%);background: url('/web/resources/app/img/down_ico.png') no-repeat;width:10px;height:6px;background-size: 100%;background-position: center}
/*.mo_Pagination>button:last-child {margin-left:15px}*/
.mo_Pagination>button:hover {background-color: #f6f6f6;}

.mob_Pagination {display: none;justify-content: space-between;margin:60px 0 60px 0;text-align:center}
.mob_Pagination>button:first-child {position:relative;margin-right:10px;width:80px;padding: 12px 10px 10px 20px;background-color: #fff;color: #000;font-size: 13px;border-radius: 5px;border:1px solid #E0E0E0 !important}
.mob_Pagination>button:last-child {position:relative;width:80px;padding: 12px 20px 10px 10px;background-color: #fff;color: #000;font-size: 13px;border-radius: 5px;border:1px solid #E0E0E0 !important}

.mob_Pagination>button:first-child:after {content:"";position:absolute;margin-left:10px;left:6px;top:50%;transform: translateY(-50%) rotate(90deg);background: url('/web/resources/app/img/down_ico.png') no-repeat;width:6px;height:6px;background-size: 100%;background-position: center;}
.mob_Pagination>button:last-child:after {content:"";position:absolute;margin-left:10px;top:50%;transform: translateY(-50%) rotate(-90deg);background: url('/web/resources/app/img/down_ico.png') no-repeat;width:6px;height:6px;background-size: 100%;background-position: center;}
/*.mo_Pagination>button:last-child {margin-left:15px}*/
.mob_Pagination>button:hover {background-color: #f6f6f6;}

.mobb_Pagination {display:block;justify-content: space-between;margin:60px 0 60px 0;text-align:center}
.mobb_Pagination>button:first-child {position:relative;margin-right:10px;width:80px;padding: 12px 10px 10px 20px;background-color: #fff;color: #000;font-size: 13px;border-radius: 5px;border:1px solid #E0E0E0 !important}
.mobb_Pagination>button:last-child {position:relative;width:80px;padding: 12px 20px 10px 10px;background-color: #fff;color: #000;font-size: 13px;border-radius: 5px;border:1px solid #E0E0E0 !important}

.mobb_Pagination>button:first-child:after {content:"";position:absolute;margin-left:10px;left:6px;top:50%;transform: translateY(-50%) rotate(90deg);background: url('/web/resources/app/img/down_ico.png') no-repeat;width:6px;height:6px;background-size: 100%;background-position: center;}
.mobb_Pagination>button:last-child:after {content:"";position:absolute;margin-left:10px;top:50%;transform: translateY(-50%) rotate(-90deg);background: url('/web/resources/app/img/down_ico.png') no-repeat;width:6px;height:6px;background-size: 100%;background-position: center;}
/*.mo_Pagination>button:last-child {margin-left:15px}*/
.mobb_Pagination>button:hover {background-color: #f6f6f6;}


@media screen and (max-width:1200px) {
  .mo_Pagination {display: block;width: 100%}
  .mob_Pagination {display: block}
  .Pagination {display: none;}
}
@media screen and (max-width:768px) {
	.mob_Pagination {margin: 20px 0 60px 0;}
}

/*서브*/
.brands_search button,input,select {box-shadow:none;border:0;outline: 0}
.brands_search button:active,
.brands_search button:focus,
.brands_search input:focus,
.brands_search input:active
{box-shadow:none;border:0;outline: 0}

/*동일 메인*/
.main_all {position:relative;width:100%;margin-top:100px;}
.same_main .img-box {position:relative;width:100%;height:calc(100vh - 100px);}
.same_main .img-box:after {content:"";position: absolute;top:0;left:0;background: rgba(0,0,0,0.33);width:100%;height:100%;}
.same_main .img-box img {position: relative;width:auto;height:auto;max-width: 100%;max-height:100%;min-width:100%;min-height:100%;object-fit: cover;object-position: center;}
.same_main .txt_all {position:absolute;top:50%;left:50%;transform: translate(-50%,-50%);text-align: center;width: 100%}
.same_main .txt_all ul {display: flex;justify-content: center}
.same_main .txt_all li {position: relative;padding-right:40px;}
.same_main .txt_all li a {font-size:14px;color:#fff}
.same_main .txt_all li::after {position: absolute;content:"";right:15px;top:55%;transform: translateY(-50%);width:7px;height:11px;background:url("/web/resources/app/img/nav-right-ico.png") ;}
.same_main .txt_all li:last-child:after {display: none;}
.same_main .txt_all li:last-child {padding-right:0}
.same_main .txt_all h4.txt_title {color:#fff;font-size:65px;font-weight: 800;margin:10px 0 20px 0;letter-spacing: 4px;}
.same_main .txt_all span {font-size:22px;color:#fff}

.sub_serch_all {padding:0 200px;text-align: center;margin:140px 0 0px 0}
.sub_serch_all p {font-size:38px;color:#3E3E3E;font-weight: 500;letter-spacing: -0.5px;margin-bottom:40px;line-height: 1.1;word-break: keep-all;padding:0 20%}
.sub_serch_all .serch_box {background-color:#F7F7F7; border-radius: 10px;padding:20px 108px;display: flex;align-items: center;justify-content: space-between;margin-bottom:30px}
.sub_serch_all .serch_box img {width:17px;height:17px;}
.sub_serch_all .serch_box input {background-color:#F7F7F7;width:100%;margin:0 30px;font-size:20px;}
.sub_serch_all .serch_box input::placeholder {color:#9E9E9E;transition: 0.3s ease-in;opacity: 1;}
.sub_serch_all .serch_box input:hover::placeholder{opacity: 0.2}
.sub_serch_all .serch_box .s_btn { position:relative; font-size:15px;color:#fff;background-color: #E9530C;width:164px;height:52px;min-width: 100px;border-radius: 10px;flex-shrink: 0}
.sub_serch_all .serch_box .s_btn:after {content: "검색하기";position: absolute;top:0;left:0;text-align:center;width:100%;height:100%;line-height: 52px;}
.sub_serch_all .select_all {display: flex;margin-right:-20px;}
.sub_serch_all .select_all .box {position: relative;width:calc((100% / 3) - 20px );margin-right:20px;}
.sub_serch_all .select_all .box  .v-label {font-size:1.25rem;color:#3E3E3E;line-height: 1.2;/*visibility: visible ;transform: scale(1) !important;opacity: 1!important*/}
.sub_serch_all .select_all .box  .v-field__input {font-size:20px;color:#3E3E3E;padding: 13px 15px;}
.sub_serch_all .select_all .box  .v-field__input>input {opacity: 0 !important; top: 0;left: 0;height: 100%;}
.sub_serch_all .select_all .box  .v-field__overlay {opacity: 0}
.sub_serch_all .select_all .box  .v-field {border-radius: 10px;border:1px solid #ddd;background-color: #fff;outline:0 !important;outline-color:#fff}
/*//.sub_serch_all .select_all .box  .v-label.v-field-label--floating {visibility: hidden;display: none}*/
.v-list-item-title {color:#000 }
.v-list-item__overlay {opacity: 0 !important}
.v-list-item--active {background-color: #ccc !important;}
.v-list-item:focus {background-color: #ccc !important}
.v-list-item:active {background-color: #ccc !important}
.sub_serch_all .select_all .box .v-field__outline {display:none}
.v-overlay {height:100%;box-shadow: none}
  .sub_serch_all .select_all .v-field--active .v-label.v-field-label {visibility: visible}
/*//.sub_serch_all .select_all .v-select--active-menu .v-label.v-field-label {visibility: hidden}*/
/*//v-input v-input--horizontal v-input--density-default v-input--dirty v-input--readonly v-text-field v-select v-select--single v-select--selected box*/

.sub_serch_all .select_all .vue-treeselect__label {font-size:14px;line-height: 20px;padding:5px}
.vue-treeselect__option-arrow-container svg{ background: url("/web/resources/app/img/select_icon.png") no-repeat;background-position: center;z-index: 999}
.vue-treeselect__option-arrow-container svg {}
.vue-treeselect svg {fill:none !important}
.sub_serch_all .select_all .v-select--selected .v-label.v-field-label {visibility: hidden}
.sub_serch_all .select_all .mdi-menu-down::before {content:" " ; background: url("/web/resources/app/img/select_icon.png");width:11px;height:7px; background-size: cover}
.vue-treeselect__option--highlight {background-color: #ffffff!important;}
.vue-treeselect__option-arrow {color:#ffffff !important}

.sub_serch_all .select_all .box .title {border-radius: 10px;border:1px solid #E0E0E0;min-width:310px;max-width:100%;width:100%;padding:15px 25px;text-align: left}

.sub_serch_all .select_all .box .title {cursor: pointer;text-transform: uppercase;position: relative;padding-right:13px;font-size: 20px;color:#3E3E3E}
.sub_serch_all .select_all .box .title:after {content: '';position: absolute; right: 25px;top:50%;transform:translateY(-50%);background: url("/web/resources/app/img/down_ico.png");width:11px;height:7px;}
/*//.brands_search .content_all .select_all .box .title.active:after {transform: rotate(180deg);}*/
.sub_serch_all .select_all .sub-navi {position: absolute;z-index:99;list-style: none;padding: 0;border:1px solid #E0E0E0;background:#fff;margin: 0;left: 0;top: 100%;width: 100%;display: none;padding:15px 25px;text-align: left;margin-top:-1px;border-radius: 10px;}
.sub_serch_all .select_all .sub-navi li {}
.sub_serch_all .select_all .sub-navi li a {display: block;padding: 7px;}
.sub_serch_all .select_all.sub-navi li a:last-child {border: none;}
.sub_serch_all .select_all .sub-navi li a:hover {background-color: #f6f6f6;}




/*새로운 트리거 셀렉트*/
.sub_serch_all .select_all .box .vue-treeselect__control {padding:13px;height:56px;border-radius: 10px;font-size:20px;color:#3E3E3E;padding: 13px 15px;}
.sub_serch_all .select_all .box .vue-treeselect__control-arrow-container svg {background:#ffffff url("/web/resources/app/img/down_ico.png");width:11px;height:7px;}
.sub_serch_all .select_all .box .vue-treeselect__control-arrow-container .vue-treeselect__control-arrow {color:rgba(255,255,255,0)}
.vue-treeselect__control-arrow:hover {color:rgba(255,255,255,0)}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow {color:rgba(255,255,255,0) !important}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow {}
.vue-treeselect__placeholder, .vue-treeselect__single-value {line-height: 33px}
.vue-treeselect__placeholder {color:#313131 !important;top:-2px}

.sub_serch_all .select_all .box .vue-treeselect__menu-container {margin-top:-7px}

@media screen and (max-width:1420px) {
  .sub_serch_all {padding:0 10%}
  .content_all {padding:0 4%}
  .same_main .img-box {height:700px}
}

@media screen and (max-width:1200px) {
  /*//.main_all {margin-top: 64px;}*/
  .main_all {margin-top: 60px;}
  .same_main {height:calc(700px);/*padding-top:64px*/padding-top:0px}
  .same_main .txt_all h4.txt_title {font-size:44px;line-height:1.0}
  .same_main .txt_all span {font-size:18px}
  .sub_serch_all {margin:80px 0 0 0}
  .sub_serch_all .serch_box {    padding: 20px 50px;}
  .sub_serch_all p {font-size: 30px;padding:0 15%}
  .sub_serch_all .select_all {margin-right:-10px;}
  .sub_serch_all .select_all .box {width:calc((100% / 3) - 10px );margin-right:10px;}
  .sub_serch_all .select_all .box .title {font-size: 18px}
  .sub_serch_all .serch_box input {font-size: 18px}

}

@media screen and (max-width:768px) {
  .same_main {height:calc(545px);}
  .same_main .img-box {height:545px;overflow: hidden}
  .same_main .img-box img {    max-width: 130%;max-height: 130%;min-width: 130%;min-height: 130%;top:50%;transform: translateY(-50%)}
  .sub_serch_all {
    padding: 0 0;}
  .sub_serch_all .select_all .box .vue-treeselect__control {height:48px;font-size:14px;color:#616161;padding: 6px 15px;border-radius: 5px;}
  .sub_serch_all .select_all .box {margin-bottom:15px}
  .sub_serch_all .vue-treeselect__placeholder {color:#616161 !important}
  .same_main .txt_all h4.txt_title {letter-spacing: -1px;font-size:36px}
  .same_main .txt_all span {font-size:12px}
  .sub_serch_all .serch_box .s_btn { width:83px;min-width: 0;white-space: nowrap;padding:5px 10px;height:32px;border-radius: 5px}
  .sub_serch_all .serch_box .s_btn:after {line-height: 32px;}
  .sub_serch_all .select_all {flex-wrap: wrap;}
  .sub_serch_all .select_all .box {width:100%;}
  .sub_serch_all .select_all .box .title {min-width:100%;margin-bottom:5px;padding:10px 15px}
  .sub_serch_all .select_all .sub-navi {top:94%}

  .same_main .txt_all ul {display: none}
  }

@media screen and (max-width:640px) {
  .sub_serch_all .serch_box {padding:12px 5%}
  /*.sub_serch_all .serch_box img {display:none}*/
  .sub_serch_all .serch_box input {margin: 0 10px 0 10px}
  .sub_serch_all {}
}

@media screen and (max-width:440px) {
  .sub_serch_all p {font-size: 23px;padding:0 30px}
  .sub_serch_all .serch_box .s_btn {font-size:12px}
  .sub_serch_all .serch_box {padding:10px 10px 10px 30px}
  .sub_serch_all .serch_box input {font-size:14px}
}

@media screen and (max-width:400px) {
  .sub_serch_all .serch_box {padding:10px 10px 10px 10px}
  .sub_serch_all .serch_box img {display:none}
}

/*#######end ./////동일 메인*/


/*브랜드 검색페이지*/
.brands_search .content_all {max-width: 100%;width: 1420px;margin:0 auto}

.brands_search .pick_all {width: 100%;height:100%;text-align: center}
.brands_search .pick_all ul {display: flex;margin-right:-20px;flex-wrap: wrap}
.brands_search .pick_all ul li {width:calc((100% / 3) - 20px );margin-right:20px;margin-top:130px;}
.brands_search .pick_all .img_box {position: relative;padding-top:73.915%;border-radius: 20px;background-color: #f6f6f6;overflow: hidden}
.brands_search .pick_all .img_box img {position:absolute;top:0;left:0;width:auto;height:auto;max-width: 100%;max-height:100%;min-width: 100%;min-height:100%;object-fit: cover;object-position: center;transform: scale(1);transition: 0.3s ease-out}
.brands_search .pick_all ul li a:hover .img_box img {transform: scale(1.05)}
.brands_search .pick_all .txt_box {position: relative;}
.brands_search .pick_all .txt_box p {font-size:22px;color:#3D3C3C;font-weight: 800;margin:30px 0 0 0}
.brands_search .pick_all .txt_box span {font-size:18px;color:#707070;display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis}

/*.brands_search .all_all {margin-top:100px;}*/
.brands_search .all_all {margin-top:120px;}
/*.brands_search .all_all .sub_title {font-size:56px;color:#000000;font-weight: 800}*/
.brands_search .all_all .sub_title {font-size:36px;color:#000000;font-weight: 800}
.brands_search .all_all span {vertical-align:middle;font-size:18px;color:#707070;font-weight: 500}
.brands_search .all_all span strong {color:rgba(233,83,12,0.72);font-weight: 500;vertical-align:baseline;}
.brands_search .all_all .brand_name_box {display: flex;flex-wrap: wrap;margin-right:-10px;margin-top:-30px;}
.brands_search .all_all .brand_name_box li {width:calc((100% / 5) - 10px );margin-right:10px;margin-top:70px;}
.brands_search .all_all .brand_name_box li a  {}
.brands_search .all_all .brand_name_box li a .img_box {position: relative;padding-top:99%;border:1px solid #E4E4E4;border-radius: 10px;overflow: hidden;}
.brands_search .all_all .brand_name_box li a .img_box img {position:absolute;top:0;left:0;width:auto;height:auto;max-width: 100%;max-height:100%;min-width: 100%;min-height:100%;object-fit: cover;object-position: center;transform: scale(1);transition: 0.3s ease-out}
.brands_search .all_all .brand_name_box li a:hover .img_box img {}
.brands_search .all_all .brand_name_box li a p {font-size: 19px;text-align: center;color:#616161;margin-top:20px;}


@media screen and (max-width:1420px) {

}

@media screen and (max-width:1200px) {
  .brands_search .all_all {margin-top:120px;margin-bottom:60px}
  .brands_search .pick_all ul li {margin-top:60px}
  .brands_search .pick_all .txt_box p {margin: 10px 0 0 0;font-size:18px}
  .brands_search .pick_all .txt_box span {font-size:16px}
  .brands_search .all_all .sub_title {font-size: 44px}
}

@media screen and (max-width:768px) {
  .brands_search .all_all {margin-top:30px;margin-bottom:60px}
  .brands_search .all_all .brand_name_box li a p {font-size: 13px;margin-top:5px}
  .brands_search .pick_all .txt_box p {font-size: 13px}
  .brands_search .pick_all .txt_box span{font-size: 13px;line-height: 18px;display: block}
  .brands_search .pick_all .img_box {border-radius: 10px}
  .brands_search .all_all span {font-size: 13px}
  .brands_search .all_all .sub_title {font-size: 28px}
  .brands_search .pick_all ul { margin-right:-10px;}
  .brands_search .pick_all ul li {width:calc((100% / 2) - 10px ); margin-right:10px;margin-top:36px}
  .brands_search .all_all .brand_name_box {margin-top:18px}
  .brands_search .all_all .brand_name_box li {width:calc((100% / 3) - 10px );margin-right:10px;margin-top:15px}



}

@media screen and (max-width:640px) {


}

@media screen and (max-width:480px) {


}

/*제품 검색  및 제품 페이지*/
.product_search .content_all {
  max-width: 100%;
  width: 1400px;
  margin: 0 auto;
}
.product_title_name {font-size:36px;font-weight:700;color:#000;margin-bottom:30px }

.pro_all {margin:120px 0;}
/*//.pro_all ul {display: flex}*/
/*//.pro_all ul li {width:calc((100% / 4) - 20px );margin-right:20px;margin-top:30px;}*/
.pro_all .ul .img_box {position: relative;padding-top:100%;border-radius: 20px;background-color: #f6f6f6;overflow: hidden}
.pro_all .ul .img_box img {position:absolute;top:0;left:0;width:auto;height:auto;max-width: 100%;max-height:100%;min-width: 100%;min-height:100%;object-fit: cover;object-position: center;transform: scale(1);transition: 0.3s ease-out}
.pro_all .ul a:hover .img_box img {transform: scale(1.05)}
.pro_all .ul .txt_box {position: relative;white-space: pre-wrap;}
.pro_all .ul .txt_box p {font-size:19px;color:#000;font-weight: 700;margin:30px 0 0 0;letter-spacing: 0.25px}
.pro_all .ul .txt_box span {font-size:19px;color:#616161;font-weight: 400;letter-spacing: 0.25px}
.pro_all .swiper {padding-bottom:60px;}
.pro_all .swiper-pagination {margin-top:60px;top:auto;bottom:-0px !important}
.pro_all .swiper-pagination-bullet-active {background-color: #E9530C!important;}

.all_pro_all {}
.all_pro_all .box ul {display: flex;flex-wrap: wrap;margin-top:30px;}
.all_pro_all .box ul li {width:calc((100% / 4) - 20px );margin-right:20px;}
.all_pro_all .box ul li:nth-child(n+5) {margin-top:100px}
.all_pro_all .box ul .img_box {position: relative;padding-top:100%;border-radius: 20px;background-color: #f6f6f6;overflow: hidden}
.all_pro_all .box ul .img_box img {position:absolute;top:0;left:0;width:auto;height:auto;max-width: 100%;max-height:100%;min-width: 100%;min-height:100%;object-fit: cover;object-position: center;transform: scale(1);transition: 0.3s ease-out}
.all_pro_all .box ul a:hover .img_box img {transform: scale(1.05)}
.all_pro_all .box ul .txt_box {position: relative;white-space: pre-wrap;}
.all_pro_all .box ul .txt_box p {font-size:19px;color:#000;font-weight: 700;margin:30px 0 0 0;letter-spacing: -0.25px}
.all_pro_all .box ul .txt_box span {font-size:19px;color:#616161;font-weight: 400;letter-spacing: -0.25px}
.all_pro_all .conts {display: flex;align-items: center;justify-content: space-between;}
.all_pro_all .conts span {font-size:18px;color:#000;font-weight: 500}
.all_pro_all .select_basic {position: relative}
.all_pro_all .select_basic select {border-radius: 8px;border:1px solid #E0E0E0;font-size:17px;color:#757272;height:51px;width:141px;padding:0 30px;-webkit-appearance: none;
  -moz-appearance: none;appearance: none;background:#fff url("/web/resources/app/img/select_basic_ico.png") no-repeat;background-position: 110px 50% }
/*//.all_pro_all .select_basic select:after {position: absolute;content: "";right:4px;top:50%;transform:translateY(-50%);background:#fff url("../assets/images/select_basic_ico.png") no-repeat;width:25px;height:8px;background-position: 0 0px}*/


@media screen and (min-width:320px) {
  .all_pro_all .box ul {margin-right:-10px}
  .all_pro_all .box ul li {width:calc((100% / 2) - 10px ); margin-right:10px}
  .pro_all .ul .txt_box {padding:0 5px;white-space: pre-wrap;}


}
@media screen and (max-width:1419px) {

  .all_pro_all .box ul li:nth-child(n+4){margin-top:100px}

}
@media screen and (max-width:1199px) {

  .all_pro_all .box ul li:nth-child(n+3){margin-top:100px}

}
@media screen and (max-width:768px) {
  .product_title_name {font-size: 21px}
  .pro_all .ul .txt_box p {font-size:13px;  letter-spacing: -0.5px;  margin: 10px 0 0 0;}
  .pro_all .ul .txt_box span {font-size:13px;line-height: 18px;display: block;letter-spacing: -0.5px}

  .all_pro_all .box ul .img_box {border-radius: 10px}
  .pro_all .ul .img_box {border-radius: 10px}
  .all_pro_all .box ul li:nth-child(n+3)  {margin-top:20px}
  .all_pro_all .conts span {font-size: 13px}
  .all_pro_all .select_basic select {font-size: 13px;height:31px;background-position: 87px 50%;width: 116px;border-radius: 3px}
  .pro_all .swiper {padding-bottom:0}
  .all_pro_all .box ul .txt_box {height:55.5px}
  .all_pro_all .box ul .txt_box p {font-size:13px;letter-spacing: -0.5px;margin: 10px 0 0 0;}
  .all_pro_all .box ul .txt_box span {font-size:13px;letter-spacing: -0.5px;line-height: 18px;display: block;}

}


@media screen and (min-width:640px) {

  .all_pro_all .box ul {margin-right:-10px}
  .all_pro_all .box ul li {width:calc((100% / 2) - 10px ); margin-right:10px}

}

@media screen and (min-width:1200px) {
  .all_pro_all .box ul {margin-right:-20px}
  .all_pro_all .box ul li {width:calc((100% / 3) - 20px );margin-right:20px}

}
@media screen and (max-width:1200px) {
  .product_search .pro_all .swiper-pagination {display:none;}
}
@media screen and (min-width:1420px) {
  .all_pro_all .box ul {margin-right:-20px}
  .all_pro_all .box ul li {width:calc((100% / 4) - 20px );margin-right:20px}

}


/*브랜드 메인*/
.brands_main .img-box {position:relative;width:100%;height:calc(100vh - 100px);}
.brands_main .img-box img {position: relative;width:auto;height:auto;max-width: 100%;max-height:100%;min-width:100%;min-height:100%;object-fit: cover;object-position: center;}
.inner1420 {max-width: 100%;width:1400px;margin:0 auto;  overflow-x: scroll; white-space: nowrap; -ms-overflow-style: none; scrollbar-width: none;}
.inner1420::-webkit-scrollbar {
    display: none; /* 웹킷 브라우저에서 스크롤바 숨김 */
}
.inner80 {max-width: 100%;width:1200px;margin:0 auto}
.brand_introduce {position:relative;width:100%;border-bottom:1px solid #C4C3C3;padding:35px 35px;margin-top:40px;display: flex;
  align-items: center;}
.brand_introduce .logo_img_box {position:relative;display: inline-block;border-radius: 10px;background: #fefefe;width:217px;height:134px;overflow: hidden;vertical-align: top;flex-shrink: 0;line-height: 134px;}
.brand_introduce .logo_img_box img {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:auto}
.brand_introduce .logo_txt_box{display: inline-block;margin-left:35px;}
.brand_introduce .logo_txt_box p {font-size:43px;color:#000;font-weight: 700;}
.brand_introduce .logo_txt_box span {font-size:20px;color:#403E3E}
.brand_introduce .link_sns_box {position: absolute;right:0;bottom:24px;}
.get_all {width:100%;margin: 100px 0 120px 0;}
.get_all .txt_box {position: relative;}
.get_all .txt_box p {font-size:19px;color:#000;font-weight: 700;margin:30px 0 0 0;letter-spacing: 0.25px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis}
.get_all .txt_box span {font-size:19px;color:#616161;font-weight: 400;letter-spacing: 0.25px;display:block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis}
.get_all ul {display: flex;margin-right:-60px;}
.get_all ul li {width:calc((100% / 2) - 60px );margin-right:60px;margin-top:30px;}
.get_all ul .img_box {position: relative;padding-top:50%;border-radius: 20px;background-color: #f6f6f6;overflow: hidden}
.get_all ul .img_box img {position:absolute;top:0;left:0;width:auto;height:auto;max-width: 100%;max-height:100%;min-width: 100%;min-height:100%;object-fit: cover;object-position: center;transform: scale(1);transition: 0.3s ease-out}
.get_all ul a:hover .img_box img {transform: scale(1.05)}

@media screen and (max-width:1200px) {
  .brands_main .img-box {/*height: calc(100vh - 64px);*/height:calc(700px);}
  .brands_main .video_box {/*height: calc(100vh - 64px);*/height:calc(700px);}
  .brands_main .video_box video{display:block;width: auto;height:auto;max-width:100%;min-width:100%; max-height: 100%;min-height: 100%;object-fit: cover;object-position: center}

  .get_all ul {display: flex;margin-right:-20px;flex-wrap: wrap}
  .get_all ul li {width:calc((100% / 2) - 20px );margin-right:20px;}
  .brand_introduce .logo_img_box {width:150px;}
  .brand_introduce .logo_txt_box p {font-size:33px;color:#000;font-weight: 700;}
  .brand_introduce .logo_txt_box span {font-size:16px;color:#403E3E}
}
@media screen and (max-width:768px) {
  .get_all {    margin: 50px 0 50px 0;}
  .brands_main .img-box {height:calc(500px);}
  .get_all .txt_box span {font-size:13px;line-height: 18px;letter-spacing: -0.5px}
  .brand_introduce .logo_img_box {width:110px;margin-right:10px;height:110px}
  .brand_introduce {padding:0 10px;margin-top:0}
  .brand_introduce .logo_txt_box p {font-size:21px}
  .brand_introduce .logo_txt_box span {font-size:14px}
  .get_all .txt_box p {font-size:13px;margin:10px 0 0 0}
  .get_all ul .img_box {border-radius: 10px}
  /*.brand_introduce {align-items: flex-start;flex-direction: column;padding: 35px 10px;}*/
  .brand_introduce .logo_img_box {line-height:normal;margin-bottom:10px;}
  .brand_introduce .logo_txt_box {margin-left:0}

}
@media screen and (max-width:480px) {
  .get_all ul {display: flex;margin-right:0px;}
  .get_all ul li {width:calc(100%);margin-right:0px;}
  .get_all ul li:first-child {margin-top:0}
}

.center_banner_all {width:100%;height:630px;margin:50px 0;overflow: hidden}
.center_banner_all .img_box {position:relative;width:100%;height: inherit}
.center_banner_all .img_box img {position: absolute;top:0;left:50%;transform: translateX(-50%);width:auto;height:100%;/*max-width: 100%;max-height:auto;*/min-width:100%;min-height:100%;object-fit: cover;object-position: center;}
.center_banner_all .img_box .content_title {position: absolute;top:50%;left:50%;transform: translate(-50%,-50%)}

.brands .all_all {margin-top:100px;margin-bottom:150px}
.brands .all_all .sub_title {font-size:56px;color:#000000;font-weight: 800;text-align: center}
.brands .all_all span {vertical-align:middle;font-size:18px;color:#707070;font-weight: 500}
.brands .all_all span strong {color:rgba(233,83,12,0.72);font-weight: 500;vertical-align:baseline;}
.brands .all_all .brand_name_box {display: flex;flex-wrap: wrap;margin-right:-10px;margin-top:-30px;}
.brands .all_all .brand_name_box li {width:calc((100% / 5) - 10px );margin-right:10px;margin-top:70px;}
.brands .all_all .brand_name_box li:nth-child(n+6){margin-top:10px;}
.brands .all_all .brand_name_box li a .img_box {position: relative;padding-top:99%;border:1px solid #E4E4E4;border-radius: 10px;overflow: hidden;}
.brands .all_all .brand_name_box li a .img_box img {position:absolute;top:0;left:0;width:auto;height:auto;max-width: 100%;max-height:100%;min-width: 100%;min-height:100%;object-fit: cover;object-position: center;transform: scale(1);transition: 0.3s ease-out}
.brands .all_all .brand_name_box li a:hover .img_box img {}
.brands .all_all .brand_name_box li a p {font-size: 19px;text-align: center;color:#616161;margin-top:20px;}

@media screen and (max-width:768px) {
  .brands .all_all {margin-top:50px;margin-bottom:50px}
  .brands .all_all .sub_title {font-size: 21px}
  .brands .all_all .brand_name_box li {width:calc((100% / 3) - 10px )}
  .brands .all_all .brand_name_box li:nth-child(-n+3){margin-top:50px;}
  .brands .all_all .brand_name_box li:nth-child(n+4){margin-top:10px !important;}
  .center_banner_all {width:100%;height:430px;margin:50px 0}
}

  /******************end ///////////////브랜드 메인*/



/*서브 메인 상단*/
.sub_main {}
.sub_main .img-box {position:relative;width:100%;height:310px;}
.sub_main.img-box:after {content:"";position: absolute;top:0;left:0;background: rgba(0,0,0,0.33);width:100%;height:100%;}
.sub_main .img-box img {position: relative;width:auto;height:auto;max-width: 100%;max-height:100%;min-width:100%;min-height:100%;object-fit: cover;object-position: center;}
.sub_main .txt_all {position:absolute;width:100%;top:50%;left:50%;transform: translate(-50%,-50%);text-align: center;}
.sub_main .txt_all ul {display: flex;justify-content: center}
.sub_main .txt_all li {position: relative;padding-right:40px;}
.sub_main .txt_all li a {font-size:14px;color:#fff}
.sub_main .txt_all li::after {position: absolute;content:"";right:15px;top:50%;transform: translateY(-50%);width:7px;height:11px;background:url("/web/resources/app/img/nav-right-ico.png") ;}
.sub_main .txt_all li:last-child:after {display: none;}
.sub_main .txt_all li:last-child {padding-right:0}
.sub_main .txt_all h4.txt_title {color:#fff;font-size:57px;font-weight: 700;margin:10px 0 20px 0;letter-spacing: 0px;}
.sub_main .txt_all span {font-size:22px;color:#fff}

@media screen and (max-width:1200px) {
  .sub_main .txt_all h4.txt_title {font-size:44px;letter-spacing: -0.5px}

}
@media screen and (max-width:768px) {
  .sub_main .txt_all ul {display: none}
  .sub_main .img-box {height:125px;}
  .sub_main .txt_all h4.txt_title {font-size: 28px;letter-spacing: -0.5px}

  .prdc_detail_table .box p b {font-size:24px !important;line-height: 28px;line-height:1.2 !important}
  .prdc_detail_table .box p span{/*font-size:calc(2vh + 2vw + 5px)*/font-size:16px !important;line-height:1.2 !important }
}


/*제품 브랜드 메인*/
.sub_brands_main .img-box {position:relative;width:100%;height:600px;}
.sub_brands_main .img-box img {position: relative;width:auto;height:auto;max-width: 100%;max-height:100%;min-width:100%;min-height:100%;object-fit: cover;object-position: center;}
.brand_about {margin-top:50px;width:100%;}
.brand_about p {font-size:29px;color:#000;font-weight: 800;margin-bottom:20px;}
.brand_about span {font-size:20px;color:#403E3E;font-weight: 300;display: block;letter-spacing: -0.5px;white-space: normal;}


@media screen and (max-width:1200px) {
  .brand_about p {font-size:22px;}
  .brand_about span {font-size:16px;}
}
@media screen and (max-width:768px) {
  .sub_brands_main .img-box {height:500px}
}


/*상품 상세 보기 view*/

.product_view_top {margin:220px 0 140px 0;display: flex;flex-wrap: wrap}
.product_view_top .product_img_box {display: flex;flex-wrap: wrap}
.product_view_top .product_img_box .b_img_box img {position: absolute;top:0;left:0;width:auto;height:auto;max-width: 100%;max-height:100%;min-width:100%;min-height:100%;object-fit: cover;object-position: center;}
.product_view_top .product_img_box .b_img_box {position: relative;overflow:hidden;width:584px;/*height:586px;*/padding-top:82%;border:1px solid #E4E4E4;border-radius: 20px;}
.product_view_top .product_img_box .right_bx {margin-left:25px}
.product_view_top .product_img_box .right_bx .s_img_box {width:97px;height:97px;border:1px solid #E0E0E0;border-radius: 10px;cursor: pointer}
.product_view_top .product_img_box .right_bx .s_img_box:active,
.product_view_top .product_img_box .right_bx .s_img_box:focus,
.product_view_top .product_img_box .right_bx .s_img_box.active
{border:1px solid #707070}
.product_view_top .product_img_box .right_bx .s_img_box:nth-child(n+1) {margin-bottom:12px;}
.product_view_top .product_img_box .right_bx .s_img_box:last-child {margin-bottom:0px;}
.product_view_top .product_img_box .s_img_box {overflow:hidden;}
.product_view_top .product_img_box .s_img_box img {position: relative;top:0;left:0;width:auto;height:auto;max-width: 100%;max-height:100%;min-width:100%;min-height:100%;object-fit: cover;object-position: center;}

.product_txt_box {position:relative;display: flex;/*flex-wrap: wrap;*/flex-direction: column;width:calc(100% - 706px);padding-left:88px;}
.product_txt_box .site {display: flex;flex-wrap: wrap;align-items: center;height:auto;margin-bottom:20px}
.product_txt_box .site li {position: relative;padding-right:40px;}
.product_txt_box .site li a {font-size:14px;color:#9E9E9E}
.product_txt_box .site li::after {position: absolute;content:"";right:15px;top:54%;transform: translateY(-50%);width:7px;height:11px;background:url("/web/resources/app/img/nav-right-ico2.png") ;}
.product_txt_box .site li:last-child::after {display: none;}
.product_txt_box .site li:last-child {padding-right:0}
.product_subjext_box {position:relative;white-space: pre-wrap;border-bottom:1px solid rgba(196, 195, 195, 0.32);padding-bottom:20px;}
.product_subjext_box p {font-size: 30px;color:#000000;font-weight: 500;letter-spacing: -0.5px;width:90%;word-break: keep-all;line-height: 1.2}
.product_subjext_box .bookmark {margin-top:10px;}
.product_subjext_box .bookmark li {display: inline-block;margin-right:5px;}
.product_subjext_box .bookmark li a {font-size: 15px;color: #757272;letter-spacing: -0.5px;}
.product_subjext_box .bookmark li a:hover {font-weight: 600;}
.product_subjext_box .link_sns_box {position: absolute;right:0;top:10px;}
.product_list_box {position:relative;padding:20px 0}
.product_list_box dt {font-size:16px;color:#000;clear:both;float:left;width:110px;padding-right:10px;margin-bottom:16px}
.product_list_box dd {font-size:16px;color:#757272;font-weight: 300;float:left;}
.product_list_box .brend_link {position: absolute;right:0;top:20px;}
.product_list_box .brend_link a {display: block;border:1px solid #9E9E9E;font-size:13px;color:#9E9E9E;padding:5px;}
.product_list_box .brend_link a img {width:4.8px;height:auto;margin-left:5px}

.product_btn_box {display: flex;flex-wrap: wrap;justify-content: space-between}
.product_btn_box button {/*width:299px;*/width:calc((100% / 2) - 10px);height:71px;border-radius:10px; display: block }
.product_btn_box button:first-child {background-color:  #E9530C;color:#fff;font-size:20px; font-weight: 500;}
.product_btn_box button:nth-child(2) {border:1px solid  #E9530C;color:#E9530C;font-size:20px; font-weight: 500;}

.prdc_detail_table {overflow: hidden;}
.prdc_detail_table .box {margin: 60px 0 140px 0;background-color: #ffffff;min-height:350px;}
.prdc_detail_table .box p {word-break: keep-all;text-wrap: none !important;}
.prdc_detail_table .box span {word-break: keep-all;text-wrap: wrap !important;}
.view_title_name {font-size: 25px;font-weight: 700;color: #000;margin-bottom: 30px;}


@media screen and (max-width:1400px) {
  .product_txt_box {padding-left:50px}
  .product_view_top .product_img_box .b_img_box {width:calc(100% - 124px);margin-bottom:50px}
  .product_view_top .product_img_box {width:calc(100% - 540px)}
  .product_txt_box {width:540px}

}

@media screen and (max-width:1200px) {
  .prdc_detail_table .box img {width:100% !important;}
  .prdc_detail_table .box P {width:100% !important;}
  .product_view_top {flex-direction: column;margin: 100px 0 60px 0;}
  .product_view_top .product_img_box {width:calc(100%);flex-direction: column;}
  .product_view_top .product_img_box .b_img_box {width:calc(60%);margin:0 auto 0 auto;padding-top:60%;}
  .product_view_top .product_img_box .right_bx {margin:20px 0 40px 0;padding:0 20px}
  .product_view_top .product_img_box .right_bx .s_img_box {display: inline-block;}
  .product_view_top .product_img_box .right_bx .s_img_box:nth-child(n+1){margin-bottom:0;margin-left:5px}
  .product_view_top .product_img_box .right_bx .s_img_box:first-child {margin-left:0px}
  .product_txt_box {width:100%;padding-left:0}



}

@media screen and (max-width:640px) {
  .pro_all {margin:50px 0}
  .product_list_box dt {width:75px}
  .product_list_box dd {letter-spacing: -0.6px}
  .product_list_box {padding:20px 0 40px 0}
  /*.product_list_box .brend_link {top:auto;bottom:20px;right:10px}*/
  .product_view_top .product_img_box .b_img_box {width:calc(100%);margin:0 auto 0 auto;padding-top:100%;}

}

@media screen and (max-width:440px) {
  .view_title_name {font-size: 21px;}
  .product_txt_box .site li a {font-size:11px}
  .product_txt_box .site li a img {width:10px}
  .product_subjext_box p {font-size:21px}
  .product_list_box dt  {font-size:15px;color:#888888;margin-bottom:10px}
  .product_list_box dd  {font-size:15px;color:#000000}
  .product_list_box .brend_link a {font-size:10px;padding:3px 5px}
  .product_view_top .product_img_box .b_img_box {margin-bottom:40px}
  .product_view_top .product_img_box .right_bx {display: none}
  .product_btn_box button {height:55px;border-radius: 5px}
  .product_btn_box button:first-child {font-size:18px;}
  .product_btn_box button:nth-child(2) {font-size:18px;}
  .product_btn_box button:last-child {font-size:18px;}
  .prdc_detail_table .box {border-bottom:1px solid #E5E5E5;padding-bottom:50px;margin: 5px 0 40px 0;}
  .product_list_box {padding:20px 0 20px 0}
  .product_view_top {    margin: 100px 0 30px 0;}
  .prdc_detail_table {margin-top:30px}
  .product .content_all {border-bottom:8px solid #F6F6F6;}
  .product .pro_all {margin: 20px 0 60px 0;}
  .product_search .all_pro_all {/*border-bottom: 8px solid #F6F6F6;*/}
}












/*푸터 광고 배너*/

.foot_baner {position: relative;background:url("/web/resources/app/img/foot_b_bg.png") no-repeat;height:150px;background-position: center}
.foot_baner:after {content: "";position:absolute;left:0;top:0;background-color:#fe5000 /*rgba(233,83,12,1)*/ ;width:100%;height:100%;z-index: 1}
.foot_baner .bg {position: relative;width:1420px;height:100%;margin:0 auto;max-width: 100%;padding:0 65px;z-index: 3;display: flex;align-items: center;justify-content: space-between}
.foot_baner .bg p {font-size: 37px;font-weight: 500;color:#fff}
.foot_baner .bg span {font-size: 16px;font-weight: 500;color:#fff}
.foot_baner .bg a {position: relative;display: inline-block;padding:11px 70px 11px 20px;background-color: #fff;font-size:12px;color:#000;border-radius:27px;font-weight: 500; }
.foot_baner .bg a:after {content: "";position:absolute;background:url("/web/resources/app/img/right_ico.png") no-repeat;width:6px;height:9px;right:20px;top:15px;background-size: 100%;}


@media screen and (max-width:1420px) {

}

@media screen and (max-width:1200px) {
  .foot_baner .bg {align-items: center;justify-content: center;/*flex-direction: column;*/padding:0 5%}
  .foot_baner .bg p {font-size: 26px;margin-bottom:0px;margin-right:20px;letter-spacing: 1.5}
  .foot_baner .bg span {display: none}
  /*.foot_baner .bg a {margin-top:10px;background-color: rgba(255,255,255,0.3)}*/

}
@media screen and (max-width:768px) {

  .foot_baner {height:85px;background-position: 90% 0}
  .foot_baner .bg a {padding: 6px 36px 6px 16px;font-size:10px;}
  .foot_baner .bg a:after {width:5.4px;height:5.7px;background-size: contain;top:11px;right:16px}
  .foot_baner .bg p {font-size: 20px;margin-bottom:0px}
  .foot_baner .bg span {font-size:13px}
  /*.foot_baner .bg a {padding:3px 70px 3px 12px;margin-top:5px}*/
  /*.foot_baner .bg a:after {top:9px;background-size:70%}*/
}

@media screen and (max-width:480px) {
  /*.foot_baner .bg p {font-size: 18px;}*/
  /*.foot_baner .bg span {font-size:15px;font-weight: 300}*/
}



/**************************
	View
**************************/
.sb-view{margin: 120px 0 150px 0;}
.sb-view .titWrap{position: relative;border-top: 2px solid #000000;border-bottom: 1px solid #ddd;padding: 20px;}
.sb-view .titWrap .sbj{font-size: 20px;line-height: 24px;color: #000000;display: block;padding-right: 220px;font-weight: normal;}
.sb-view .titWrap .info{text-align: right;position: absolute;top: 23px;right: 20px;}
.sb-view .titWrap .info li{position: relative;display: inline-block;vertical-align: top;padding: 0 10px;font-size: 14px;line-height: 16px;font-weight: normal;}
.sb-view .titWrap .info li:last-child{padding-right: 0;}
.sb-view .titWrap .info li:after{position: absolute;top: 50%;left: 0;margin-top: -7px;content: '';display: block;width: 1px;height: 14px;background: #dddddd;}
.sb-view .titWrap .info li:first-child:after{display: none;}
.sb-view .titWrap .info li em{margin-right: 5px;font-style: normal;font-weight: normal;}
.sb-view .memoWrap{padding: 50px 10px;min-height: 300px;word-break:break-all;/*border-bottom: 1px solid #ddd;*/}
.sb-view .memoWrap img {max-width:100%;height: auto;}
.sb-view .file li{position: relative;display:flex;border-bottom: 1px solid #ddd;}
.sb-view .file li strong{display: flex;flex-shrink: 0;align-items: center;padding-top:20px;padding-bottom:20px;justify-content: center;width: 150px;font-weight: normal;text-align: center;background: #f3f4f7;}
.sb-view .file li .all_box {padding:20px 20px;display: flex;flex-wrap: wrap}
.sb-view .file li .file_box {/*width:calc(100% - 150px);*/padding:0px 5px 0px 0px}
.sb-view .file li .filename{position:relative;padding:0 5px 0px 24px;display: inline-block;vertical-align: middle;color: #313131;margin-right: 15px;font-size:14px;}
.sb-view .file li .filename em {display: inline-block;max-width: 190px;vertical-align: middle;color: #313131;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.sb-view .file li a:after {position: absolute;content:"";left:0;top:5px;background: url("/web/resources/app/img/downloda_ico.png") no-repeat;width:14px;height:14px;background-size: 100%;}
.sb-view .file li a:hover {text-decoration: underline}
.period {display: flex;border-bottom:1px solid #ddd }
.period li {display: flex;flex-wrap: wrap;width:calc(100% / 2);}
.period li strong {display: flex;flex-shrink: 0;align-items: center;padding-top:20px;padding-bottom:20px;justify-content: center;width: 150px;font-weight: normal;text-align: center;background: #f3f4f7;}
.period li span {display: inline-block;padding-top:20px;padding-bottom:20px;padding-left:20px}

.sb_btn {margin:20px 0;}
.sb_btn .sb_view_list {display:block;border:1px solid #ddd;border-radius:50px;width:110px;height:56px;line-height:56px;font-size:20px;margin:0 auto;text-align: center}
.sb_btn>.box {width:100%;border-top:1px solid #b2b2b2;border-bottom:1px solid #b2b2b2;display: flex;margin-bottom:55px;flex-wrap: wrap}
.sb_btn .box1 {display: flex;width:100%;flex-wrap: wrap;padding:20px 0 ; }
.sb_btn .box .sb_view_next ,  .sb_btn>.box .sb_view_prev {width:110px;font-size: 18px;text-align: center}
.sb_btn .box .sb_view_text  {width:calc(100% - 110px);font-size: 18px;padding-left:20px;}
.sb_btn .box1:first-child {border-bottom:1px solid #ddd;}
.sb_btn>.box a {opacity: 1;display:block;}
.sb_btn>.box a:hover {opacity: 1}
.sb_btn .sb_view_list:hover {background-color:#f2f2f2}
.sb_btn>.box {}
.sb_btn .sb_view_prev {}
.sb_btn .sb_view_prev img {display:inline-block;transform:rotateY(180deg);margin-bottom:3px;margin-right:10px;}
.sb_btn .sb_view_next img {display:inline-block;margin-bottom:3px;margin-right:10px;}

@media screen and (max-width: 1200px) {
  .sb-view{margin: 20px 0 50px 0;}
  .period li {width:auto;}
  .period li:first-child {width:36%;}
  .period li:last-child {width:64%;}
}
@media screen and (max-width: 768px) {
	.sb-view .memoWrap{padding: 10px 10px;}
  .sb-view .titWrap{padding: 20px 10px 5px;}
  .sb-view .titWrap .sbj{font-size: 16px;line-height: 18px;padding-right: 0;margin-bottom: 10px;}
  .sb-view .titWrap .info{text-align: left;position: static;}
  .sb-view .titWrap .info li{font-size: 11px;line-height: 13px;}
  .sb-view .file li .file_box {width:100%;}
  .sb-view .titWrap .info li:first-child{padding-left: 0;}
  .sb-view .file > li{line-height: 18px;padding: 15px 10px;}
  .sb-view .file > li > strong{display: none;}
  .sb-view .file li .filename em {max-width:98%}
  .sb-view .file li a:after {width:13px;height:13px;top:4px;}
  .sb-view .file > li .filename{display: block;padding: 0 5px 0px 20px;width: 100%;max-width: 100%;margin-right: 0;margin-bottom:5px;font-size: 12px;}
  .sb_btn .sb_view_list {font-size:16px;height:50px;line-height:50px;}
  .period {flex-wrap: wrap;}
  .period li strong {font-size:14px;width:110px}
  .period li span {font-size:14px;padding-left:10px;letter-spacing: -0.5px}
  .period li:first-child {width:100%;/*border-bottom:1px solid #ddd*/}
  .period li:last-child {width:100%;}
  .sb_btn .sb_view_next img {width:10px;height:auto}
  .sb_btn .sb_view_prev img {width:10px;height:auto}
  .sb_btn .box .sb_view_next, .sb_btn > .box .sb_view_prev {font-size:12px;width: 60px;}
  .sb_btn .box .sb_view_text {font-size:12px;width: calc(100% - 60px);}
}
@media screen and (max-width: 480px) {
  .period li strong {font-size:14px;width:90px}
}



/*/!*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none}*/
/*//*/
/*//*/
/*//html,body{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;font-kerning:none;}*/
/*//html{-webkit-text-size-adjust:none;-moz-text-size-adjust:none;-ms-text-size-adjust:none}*/

/*회사 개요 연혁*/
.sb_txt_box3 {overflow: hidden;padding:35px 0;display: flex ;flex-wrap: wrap;justify-content: space-between/*margin-right:-70px*/}
.sb_txt_box3 em {display:block;font-size:15px;color:#757272;text-align: right;width:100%;flex-shrink: 0;/*margin-right:-70px*/margin-bottom:20px}
.sb_txt_box3 .box1 {border-bottom:1px solid #E9530C;display: inline-block;width:415px/*width:calc((100% / 3) - 70px);margin-right:70px*/}
.sb_txt_box3 .box1 span {display:block;font-size:25px;font-weight:500;color:#000;}
.sb_txt_box3 .box1 .count_bx {display: flex;justify-content: space-between;align-items: center}
.sb_txt_box3 .box1 .count_bx p {display: inline-block;font-size:26px;color:#E9530C;font-weight:500;letter-spacing: -0.25px}
.sb_txt_box3 .box1 .count_bx p>div {font-size:90px;font-weight: 800;display: inline-block;vertical-align: sub;margin-right:10px;}
/*.sb_txt_box3 .box1 .count_bx img {width:auto;height:auto}*/
.sb_txt_box3 .box1:nth-of-type(1) .count_bx img{width:60px}
.sb_txt_box3 .box1:nth-of-type(2) .count_bx img{width:65px}
.sb_txt_box3 .box1:nth-of-type(3) .count_bx img{width:58px}
.sb_txt_box4 {}
.sb_txt_box4 ul {display: flex;flex-wrap: wrap;margin-right:-32px;}
.sb_txt_box4 ul li {width: calc(( 100% / 4) - 32px);margin-right:32px;margin-top:32px;}
.sb_txt_box4 ul li .box {/*padding-top:88.9%;*/height:290px;position:relative;background-color: #F7F7F7;border-radius: 10px}
.sb_txt_box4 ul li .box img {position:absolute;top:80px;text-align: cente;left:50%;transform: translateX(-50%)}
.sb_txt_box4 ul li .box p {position:absolute;top:140px;font-size:20px;font-weight: 600;color:#000;width: 100%;text-align: center}
.sb_txt_box4 ul li .box span {position:absolute;top:176px;font-size:18px;font-weight: 500;color:#757272;width: 100%;text-align: center;letter-spacing: -0.5px;line-height: 20px;padding:0 14%}

.sb_txt_box4 ul li:first-child .box img {width:66px}
.sb_txt_box4 ul li:nth-child(2) .box img {width:63px}
.sb_txt_box4 ul li:nth-child(3) .box img {width:30px}
.sb_txt_box4 ul li:nth-child(4) .box img {width:56px}
.sb_txt_box4 ul li:nth-child(5) .box img {width:54px}
.sb_txt_box4 ul li:nth-child(6) .box img {width:59px}
.sb_txt_box4 ul li:nth-child(7) .box img {width:35px}
.sb_txt_box4 ul li:nth-child(8) .box img {width:52px}

.sb_txt_box5 {overflow: hidden}
.sb_txt_box5>p {font-size:56px;color:#E9530C;font-weight: 300;line-height: 66px;letter-spacing: -0.25px;margin-top:10px;}
.sb_txt_box5>p strong{font-weight: 700;}
.history_bx {width:100%;position: relative;height:220px;margin-top:100px;margin-bottom:50px;}
.history_bx:after {position: absolute;content:"";width:100%;height:1px; left:0;top:50%;transform: translateY(-50%);background-color: #E9530C;z-index: 1}
.history_bx .box {max-width:100%;width:1400px;margin:0 auto;height:100%;overflow-y: hidden;overflow-x:auto;white-space:nowrap;}
.history_bx ul {position: relative;max-width:100%;height:100% }
.history_bx .box::-webkit-scrollbar {
  height:5px;
  /*background-color: rgba(255,255,255,0.2);*/
  background-color: rgba(255,255,255,0);

}
.history_bx .box::-webkit-scrollbar-thumb {
  background-color:rgba(233,83,12,0);

}


.history_bx ul li {position: absolute;text-align: center;}
.history_bx ul li span:first-child {display:block;font-size:28px;font-weight: 500;color:#E9530C}
.history_bx ul li span:last-child {position: relative;display:block;font-size:20px;font-weight: 500;color:#3E3E3E}
.history_bx ul li:after {position: absolute;content:"";width:9px;height:9px;border:8px solid #E9530C;left:50%;transform: translateX(-50%);border-radius: 50%;background-color: #fff;z-index: 2}

.history_bx ul li:nth-child(even):after {top:-39px;}
.history_bx ul li:nth-child(odd):after {top:81px;}
.history_bx ul li:nth-child(1) {position:absolute;left:0;top:16px;}
.history_bx ul li:nth-child(2) {position:absolute;left:170px;top:136px;}
.history_bx ul li:nth-child(3) {position:absolute;left:340px;top:16px;}
.history_bx ul li:nth-child(4) {position:absolute;left:510px;top:136px;}
.history_bx ul li:nth-child(5) {position:absolute;left:680px;top:16px;}
.history_bx ul li:nth-child(6) {position:absolute;left:850px;top:136px;}
.history_bx ul li:nth-child(7) {position:absolute;left:1020px;top:16px;}
.history_bx ul li:nth-child(8) {position:absolute;left:1150px;top:136px;}

@media screen and (max-width: 1400px) {

  .sb_txt_box3 .box1 {width:30%}
	.history_bx .box {height:140%;padding-left:50px;}
  /*.history_bx ul li:nth-child(6) {padding-right:50px}*/
  .history_bx ul {max-width: 100%;margin:0 auto;padding:0 50px}
}

@media screen and (max-width: 1200px) {
  .sb_txt_box3 {flex-direction: column;}
  .sb_txt_box3 .box1 {width:90%;margin:5px auto}
  .sb_txt_box3 .box1 .count_bx p > div {font-size:60px;}
  .sb_txt_box4 ul {display: flex;flex-wrap: wrap;margin-right:-10px;}
  .sb_txt_box4 ul li {width: calc(( 100% / 3) - 10px);margin-right:10px;margin-top:10px;flex:1 2 auto}
  .sb_txt_box4 ul li .box {height:240px;}
  .sb_txt_box4 ul li .box img {top:20%}
  .sb_txt_box4 ul li .box p {top:46%;}
  .sb_txt_box4 ul li .box span {top:60%;font-size:16px;line-height: 19px}
	.sb_txt_box5 > p {font-size:40px;line-height:50px}
  .history_bx ul li:nth-child(6) {padding-right:50px}
  .history_bx ul li:nth-child(6):after {left:35%}

  }
@media screen and (max-width: 768px) {
  .sb_txt_box3 em {font-size: 12px}
  .history_bx .box {height:100%}
  .sb_txt_box4 ul li .box p {font-size: 18px;margin-top:10px;}
  .sb_txt_box4 ul li .box span {font-size: 14px;top:62%}
  .history_bx ul li span:first-child {font-size:18px;}
  .history_bx ul li span:last-child {font-size:14px;}
  .sb_txt_box3 .box1 span {font-size:16px;}
  .sb_txt_box3 .box1 .count_bx p>div {font-size:50px}
  .sb_txt_box3 .box1 .count_bx p  {font-size:18px;}
  .sb_txt_box4 ul li {width: calc(( 100% / 2) - 10px);}
  .history_bx {margin-top:50px;margin-bottom:20px}
  .sb_txt_box5 > p {font-size:21px;line-height: 24px;word-break: keep-all}

  .history_bx ul li:nth-child(1) {position:absolute;left:0;top:16px;}
  .history_bx ul li:nth-child(2) {position:absolute;left:150px;top:136px;}
  .history_bx ul li:nth-child(3) {position:absolute;left:300px;top:16px;}
  .history_bx ul li:nth-child(4) {position:absolute;left:450px;top:136px;}
  .history_bx ul li:nth-child(5) {position:absolute;left:600px;top:16px;}
  .history_bx ul li:nth-child(6) {position:absolute;left:750px;top:136px}
  .history_bx ul li:nth-child(7) {position:absolute;left:900px;top:16px}
  .history_bx ul li:nth-child(8) {position:absolute;left:1050px;top:136px;padding-right:50px}
  .history_bx ul li:nth-child(8):after {left:35%}
}
@media screen and (max-width: 480px) {
  .sb_txt_box4 ul li .box img {
    top: auto;
   /* bottom: 55%;*/bottom: 60%;}
  .sb_txt_box4 ul li .box span {top:60%;font-size:13px;line-height: 15px}
  .sb_txt_box4 ul li .box {/*height:165px*/height:165px}
  .sb_txt_box4 ul li .box p {margin: 10px 0;top:34%;}
  .sb_txt_box4 ul li:first-child .box img {width:46px}
  .sb_txt_box4 ul li:nth-child(2) .box img {width:43px}
  .sb_txt_box4 ul li:nth-child(3) .box img {width:25px}
  .sb_txt_box4 ul li:nth-child(4) .box img {width:43px}
  .sb_txt_box4 ul li:nth-child(5) .box img {width:40px}
  .sb_txt_box4 ul li:nth-child(6) .box img {width:43px}
  .sb_txt_box4 ul li:nth-child(7) .box img {width:32px}
  .sb_txt_box4 ul li:nth-child(8) .box img {width:39px}

}
@media screen and (max-width: 380px) {.sb_txt_box4 ul li {width: calc(( 100% / 1) - 10px);}}











/*사업소개*/
.sb_txt_box6 {}
.sb_txt_box6 .box ul {display: flex;flex-wrap: wrap;margin-right:-57px;margin-top:20px;}
.sb_txt_box6 .box ul li {width:calc((100% / 3) - 57px );margin-right:57px;margin-top:30px;}
.sb_txt_box6 .box ul .img_box {position: relative;padding-top:73%;border-radius: 20px;background-color: #f6f6f6;overflow: hidden}
.sb_txt_box6 .box ul .img_box img {position:absolute;top:0;left:0;width:auto;height:auto;max-width: 100%;max-height:100%;min-width: 100%;min-height:100%;object-fit: cover;object-position: center;transform: scale(1);transition: 0.3s ease-out}
/*//.sb_txt_box6 .box ul a:hover .img_box img {transform: scale(1.05)}*/
.sb_txt_box6 .box ul a {cursor: default;pointer-events: none}
.sb_txt_box6 .box ul .txt_box {position: relative;}
.sb_txt_box6 .box ul .txt_box p {font-size:35px;color:#000;font-weight: 700;margin:30px 0 15px 0;letter-spacing: 0.25px}
.sb_txt_box6 .box ul .txt_box span {font-size:22px;color:#757272;font-weight: 400;letter-spacing: -0.25px}

.sb_txt_box7 {}
.sb_txt_box7 .box1 {display:flex;flex-wrap: wrap;justify-content: space-between;padding:0 40px;margin:35px 0 50px 0}
.sb_txt_box7 .box1 li {width:202px;height:auto;}
.sb_txt_box7 img {width:100%}
.sb_txt_box7 .box2 {margin:35px 0 50px 0;display:flex;flex-wrap: wrap;}
.sb_txt_box7 .box2 .lists>li:first-child {width:202px;height:auto;margin:35px auto 50px auto}
.sb_txt_box7 .box2 .lists {width:calc(100% / 5)}
.sb_txt_box7 .box2 .lists p {height:73px;background-color: #E9530C;color:#fff;font-size:20px;font-weight: 600;text-align: center;line-height: 73px}
.sb_txt_box7 .box2 .lists ul.list {border-right:1px solid rgba(233,83,12,0.25)}
.sb_txt_box7 .box2 .lists:last-child ul.list {border-right:0px solid rgba(233,83,12,0.25)}
.sb_txt_box7 .box2 .lists ul>li {height:73px;line-height: 26px;justify-content: center;
  align-items: center;/*min-height:73.5px;*/display:flex;border-bottom:1px solid rgba(233,83,12,0.25);font-size:19px;color:#E9530C;text-align: center;}
/*.sb_txt_box7 .box2 .lists ul>li:last-child {border-bottom:0px solid #E9530C;}*/

.sb_txt_box8 {margin-top:120px;text-align: center;margin-bottom:40px}
.sb_txt_box8 img {width: 100%}

@media screen and (max-width: 1200px) {
  .sb_txt_box6 .box ul {margin-right:-10px}
  .sb_txt_box6 .box ul li {width:calc((100% / 3) - 10px );margin-right:10px}
  .sb_txt_box6 .box ul .txt_box p {font-size:21px;}
  .sb_txt_box6 .box ul .txt_box span {font-size:18px;}
  .sb_txt_box7 .box2 .lists p {font-size:22px;}
  .sb_txt_box7 .box2 .lists ul>li {font-size:20px;}
  .sb_txt_box7 {overflow-x: auto;}
  .sb_txt_box7 .box2 {width:1200px;}
  .sb_txt_box7 .box2 .lists {/*width:212px*/}
  .sb_txt_box7::-webkit-scrollbar {
    height:5px;
    background-color: rgba(255,255,255,0.2);

  }
  .sb_txt_box7::-webkit-scrollbar-thumb {
    background-color:rgba(233,83,12,0.5);

  }

  /*.sb_txt_box7 .box2 .lists {width:calc(100% / 3);flex: 1 2 auto;}*/
}

@media screen and (max-width: 768px) {
  .sb_txt_box7 .box2 .lists p {font-size: 13px;height:34px;line-height: 34px}
  .sb_txt_box7 .box2 .lists ul>li {font-size: 12px;height:34px;line-height: 34px}
  .sb_txt_box7 .box2 .lists ul.list {border-right:0}
  .sb_txt_box8 {margin-top:40px;}
  .sb_txt_box6 .box ul .txt_box p {font-size:18px}
  .sb_txt_box6 .box ul .txt_box span {font-size:13px;line-height: 1.4;display: block}
  .sb_txt_box7 .box2 {margin: 35px 0 0px 0;}
  .sb_txt_box7 .box2 {width:768px;}
  .sb_txt_box7 .box2 .lists {width:20%}
  .sb_txt_box7 .box2 .lists>li:first-child {width:180px;max-width:90%;display: none}
  .sb_txt_box6 .box ul .img_box {border-radius: 10px}
  /*.sb_txt_box7 .box2 .lists {width:calc(100% / 3);flex:0 auto}*/
  /*.sb_txt_box7 .box2 .lists:nth-child(4),.sb_txt_box7 .box2 .lists:nth-child(5) {margin-top:40px}*/
}

@media screen and (max-width:480px) {
  .sb_txt_box6 .box ul li {width:calc((100% / 1) - 20px );margin-top:10px;}
  .sb_txt_box6 .box ul li:first-child {margin-bottom:30px}
  .sb_txt_box6 .box ul li:nth-child(2) {margin-bottom:30px}

}
@media screen and (max-width:400px) {
  /*.sb_txt_box7 .box2 .lists {width:calc(100% / 2);flex:1 2 auto}*/
  /*.sb_txt_box7 .box2 .lists:nth-child(3) {margin-top:40px}*/

}


/*파트너사*/
.sb_txt_box9 {}

.all_tab_box {width:100%;min-height:474px;background-color:#fff;margin-top:70px;}


.all_tab_box .tab_btn_box {text-align:center;padding:20px 0 0 0;display: flex;flex-wrap: wrap}
.all_tab_box .tab_btn_box a {position:relative;display:inline-block;width:calc(100% / 8);padding:23px 0;height:80px;background-color:#fff;border:1px solid #e5e5e5 ;color:#616161 ;font-size:21px;margin-right:-1px;
  letter-spacing:-1px;transition:ease-in .3s}
.all_tab_box .tab_btn_box a.active {color:#E9530C}
.all_tab_box .tab_btn_box a:hover:after,
.all_tab_box .tab_btn_box a.active:after {position:absolute;content: "";top:0;left:0;width:100%;height:100%; border-top:3px solid #E9530C;}


.all_tab_box .tab_list_box {height:calc(100% - 79px);}
.all_tab_box .tab_list_box .boxs {display: flex;flex-wrap: wrap;margin-right:-19px;}
.all_tab_box .tab_list_box .boxs li {width:calc((100% / 4) - 19px );margin-right:19px;margin-top:40px;overflow: hidden}
.all_tab_box .tab_list_box .boxs li .box {position:relative;border:1px solid #E4E4E4;padding-top:50%;overflow:hidden;}
.all_tab_box .tab_list_box .boxs li .box img {position: absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:auto;height:auto;}
.all_tab_box .tab_list_box .boxs span {font-size:18px;letter-spacing: -0.25px;color:#616161;display: block;margin-top:20px;text-align: center}
.all_tab_box .tab_list_box .list {display: none;}
.all_tab_box .tab_list_box .list.active {display: block;}
.all_tab_box .tab_list_box .list02 {height:100%;}
.all_tab_box .tab_list_box .list03 {height:100%;}
.all_tab_box .tab_list_box .list01 {height:100%;}


.sb_txt_box10 {padding:35px 0 0 0;display: flex ;flex-wrap: wrap;justify-content: space-between/*margin-right:-70px*/;margin-top:85px}
.sb_txt_box10 .Pagination {margin: 100px 0 -50px 0}
.sb_txt_box10 .box1 {display: inline-block;width:240px;/*width:calc((100% / 3) - 70px);margin-right:70px*/}
.sb_txt_box10 .box1 span {display:inline-block;font-size:25px;font-weight:700;color:#000;}
.sb_txt_box10 .box1 .count_bx {display: flex;border-bottom:1px solid #E9530C;justify-content: space-between;align-items: center;}
.sb_txt_box10 .box1 .count_bx p {display: inline-block;font-size:26px;color:#E9530C;font-weight:500;letter-spacing: -0.25px}
.sb_txt_box10 .box1 .count_bx p>div {font-size:90px;font-weight: 800;display: inline-block;vertical-align: sub;margin-right:10px;}
.sb_txt_box10 .box1 .count_bx img {width:auto;height:auto}

.sb_txt_box10 ul {display: flex;align-items: center;width: 100%;flex-direction: row;justify-content: space-between;}
.sb_txt_box10 .map_wrap {position:relative;width:calc(100% - 330px);height:100%;display: grid}
.sb_txt_box10 .map_wrap .map_bg {/*position:absolute;left:0;top:-50px;z-index: -1*/}
.sb_txt_box10 .map_wrap button {position:absolute;z-index: 2}
.sb_txt_box10 .map_wrap .map1 {top:20%;right:27%}/*아시아*/
.sb_txt_box10 .map_wrap .map2 {top:12%;left:50%}/*유럽*/
.sb_txt_box10 .map_wrap .map3 {bottom:20%;left:20%}/*남아메리카*/
.sb_txt_box10 .map_wrap .map4 {top:10%;left:10%}/*북아메리카*/
.sb_txt_box10 .map_wrap .map5 {top:40%;left:10%}/*아메리카*/
.sb_txt_box10 .map_wrap .map6 {bottom:20%;right:13%}/*오세아니아*/
.sb_txt_box10 .map_wrap .map7 {top:40%;right:50%}/*아프리카*/


.in04_all_all {margin-top:120px;margin-bottom:0px;width:100%;}
.in04_all_all .sub_title {/*font-size:48px;c*/font-size:36px;color:#000000;font-weight: 800;}
.in04_all_all span {vertical-align:middle;font-size:18px;color:#707070;font-weight: 500;margin-bottom: 15px;
  display: inline-block;}
.in04_all_all span strong {color:rgba(233,83,12,0.72);font-weight: 500;vertical-align:baseline;}
.in04_all_all .brand_name_box {display: flex;flex-wrap: wrap;margin-right:-10px;margin-top:0px;justify-content: flex-start;flex-direction: row}
.in04_all_all .brand_name_box li {width:calc((100% / 8) - 10px );margin-right:10px;margin-top:10px;}
.in04_all_all .brand_name_box li a  {}
.in04_all_all .brand_name_box li a .img_box {position: relative;padding-top:99%;border:1px solid #E4E4E4;border-radius: 5px;overflow: hidden;}
.in04_all_all .brand_name_box li a .img_box img {position:absolute;top:0;left:0;width:auto;height:auto;max-width: 100%;max-height:100%;min-width: 100%;min-height:100%;object-fit: cover;object-position: center;transform: scale(1);transition: 0.3s ease-out}
.in04_all_all .brand_name_box li a:hover .img_box img {}
.in04_all_all .brand_name_box li a p {font-size: 19px;text-align: center;color:#616161;margin-top:20px;}
.in04_all_all .brand_name_box li:nth-child(n+9) {margin-top:50px}




@media screen and (max-width:1400px) {
  .all_tab_box .tab_list_box .boxs li .box {overflow: hidden}
  .all_tab_box .tab_list_box .boxs li .box img {width:calc(100% - 90px)}
  .sb_txt_box10 ul img {width:100%}
  .sb_txt_box10 .map_wrap .map6 {bottom:20%;right:9%}/*오세아니아*/

}
@media screen and (max-width:1200px) {
  .in04_all_all {margin-top:80px;}
  .in04_all_all .brand_name_box li a p {font-size:15.5px}
  .all_tab_box .tab_btn_box a {width:calc(100% / 4);flex:1 2 auto}
	.all_tab_box .tab_btn_box a:nth-child(5) {margin-top:-1px}
	.all_tab_box .tab_btn_box a:nth-child(6) {margin-top:-1px}
	.all_tab_box .tab_btn_box a:nth-child(7) {margin-top:-1px}
	.all_tab_box .tab_btn_box a:nth-child(8) {margin-top:-1px}
  .all_tab_box .tab_list_box .boxs {margin-right:-10px}
  .all_tab_box .tab_list_box .boxs li {width:calc((100% / 4) - 10px );margin-right:10px;}
  .sb_txt_box10 .box1 span {font-size:18px;}
  .sb_txt_box10 .box1 .count_bx p > div {font-size:60px}

  .sb_txt_box10 {margin-top:10px}
  .sb_txt_box10 ul {flex-direction: column;align-items:normal}
  .sb_txt_box10 ul {width:100%;}
  .sb_txt_box10 .box1 .count_bx p > div {font-size:40px;}
  .sb_txt_box10 .box1 .count_bx p {font-size:18px;}
  .sb_txt_box10 .box1 {display: flex;width:auto;margin-right:-30px;margin-bottom:50px;flex-wrap: wrap}
  .sb_txt_box10 .box1 .count_bx {flex-shrink: 0;width:calc((100% / 3) - 30px );margin-right:30px;}
  .sb_txt_box10 .map_wrap {width: 100%}
}

@media screen and (max-width:768px) {
  .in04_all_all .brand_name_box li a p {
    font-size: 13px;
    margin-top: 5px;
  }
  .in04_all_all .sub_title {font-size:26px}
  .in04_all_all span {font-size: 13px}
  .in04_all_all .brand_name_box li {width:calc((100% / 4) - 10px );}
  .brands .all_all .sub_title {font-size: 21px}
  .brands .all_all .brand_name_box li {width:calc((100% / 3) - 10px )}

  .in04_all_all .brand_name_box li:nth-child(n+5) {margin-top:20px}

  .all_tab_box {min-height:200px;margin-top: 40px}
  .all_tab_box .tab_btn_box {padding:0px 0 10px 0}
  .all_tab_box .tab_list_box .boxs span {margin-top:10px}
  .all_tab_box .tab_list_box .boxs span {font-size:12px}
  .all_tab_box .tab_btn_box a {font-size:15px;height:40px;padding: 10px 0;}
  .all_tab_box .tab_list_box .boxs li{ width:calc((100% / 3) - 10px );margin-top: 15px;}
  .all_tab_box .tab_list_box .boxs li .box img {width:calc(100% - 10vw)}
  .sb_txt_box10 .map_wrap {overflow-y: hidden;max-width: 100%}
  .sb_txt_box10 .map_wrap button {height:50px}
  .sb_txt_box10 .map_wrap button img {height: 100%;width:auto}
  .sb_txt_box10 .map_wrap .map_all {position: relative; width:620px;width:42rem}
  .sb_txt_box10 .map_wrap  .map-point {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .sb_txt_box10 .map_wrap::-webkit-scrollbar{width:4px;background:rgba(0,0,0,0);}
  .sb_txt_box10 .map_wrap::-webkit-scrollbar-thumb{background:rgba(0,0,0,0);}
}
@media screen and (max-width:480px) {
	.sb_txt_box10 .box1 {margin-right:0px;}
	.sb_txt_box10 .box1 .count_bx{margin-right:0px;}
	.sb_txt_box10 .map_wrap .map_all {width:36rem}
  .sb_txt_box10 .box1 {justify-content: center}
  .sb_txt_box10 .box1 .count_bx {width:calc((80% / 1) - 30px );}


}







/*물류센터*/

.sb_txt_box11 {    overflow: hidden;}
.sb_txt_box11 .items01 {display: flex;margin-right:-29px;margin-top:70px;}
.sb_txt_box11 .items01 li {width:calc((100% / 2) - 29px);margin-right:29px}
.sb_txt_box11 .items01 li>p {position:relative;padding-top:59.5%;border-radius: 30px;overflow: hidden}
.sb_txt_box11 .items01 li p img {position:absolute;top:-30px;left:0;width: 100%;object-fit: cover;object-position: center}
.sb_txt_box11 .center-txt {margin-top:120px;margin-bottom:100px;font-size:39px;font-weight: 500;text-align: center;padding:0 13%;word-break: keep-all;line-height: 54px;letter-spacing:-0.5px;}
.sb_txt_box11 .items02 {display: flex;margin-right:-29px;margin-bottom:70px;flex-wrap: wrap}
.sb_txt_box11 .items02 li {width:calc((100% / 2) - 29px);margin-right:29px;padding:30px 10px;background-color: #FEF3ED;letter-spacing:-0.5px;border-radius: 17px;font-size:25px;font-weight: 500;word-break: keep-all;text-align: center;margin-bottom:29px}
@media screen and (max-width:1200px) {
  .sb_txt_box11 .items01 li p img {position:absolute;top:-10px;}
  .sb_txt_box11 .center-txt {margin-top: 60px;
    margin-bottom: 60px;font-size:30px}
  .sb_txt_box11 .items02 li {font-size:20px;}
}

@media screen and (max-width:768px) {
  .sb_txt_box11 .items01 li>p {border-radius: 10px}
  .sb_txt_box11 .center-txt {line-height: 25px;font-size:19px;margin-top: 30px;margin-bottom: 30px;}
  .sb_txt_box11 .items02 {margin-bottom:0}
  .sb_txt_box11 .items02 li {font-size:15px;letter-spacing: -0.5px;border-radius: 5px;padding:15px 10px}
}
@media screen and (max-width:480px) {
  .sb_txt_box11 .items01 {flex-wrap: wrap;margin-top:30px}
  .sb_txt_box11 .items01 li {width:calc((100%));margin-bottom:10px;}
  .sb_txt_box11 .items01 li>p {padding-top:47%}
  .sb_txt_box11 .items02 {margin-right:-10px}
  .sb_txt_box11 .items02 li {width:calc((100% / 1) - 10px);margin-right:10px;margin-bottom:10px}

  }

/*오시는길 */

.sb_txt_box12 {}
.sb_txt_box12 .map_inner {width:100%;height:573px}
.sb_txt_box12 .map_inner img {width:auto;height:auto;max-width: 100%;height:100%;object-position: center;object-fit: cover}
.sb_txt_box12 .box1 {margin-top:30px;}
.sb_txt_box12 .box1 p {font-size:29px;font-weight: 800;color:#000000}
.sb_txt_box12 .box1 span {font-size:20px;color:#9E9E9E;}
.sb_txt_box12 .box2 {margin-top:50px;display:flex;flex-wrap: wrap;justify-content: space-between;margin-bottom:170px;}
.sb_txt_box12 .box2 p {width: 100%;font-size:29px;font-weight: 800;color:#000000;padding:0 0 10px 0;border-bottom:2px solid #000000;}
.sb_txt_box12 .box2 dl {width:calc(50% - 30px);border-bottom:1px solid #9E9E9E;flex:0 2 auto}
.sb_txt_box12 .box2 dl dt {font-size:26px;color:#000000;font-weight: 700;margin-top:40px}
.sb_txt_box12 .box2 dl dd {font-size:18px;color:#757272;padding:20px 0;letter-spacing: -0.5px}
.sb_txt_box12 .box3 {margin-top:50px;display:flex;flex-wrap: wrap;justify-content: space-between;margin-bottom:170px;}
.sb_txt_box12 .box3 p {width: 100%;font-size:29px;font-weight: 800;color:#000000;padding:0 0 10px 0;border-bottom:2px solid #000000;}
.sb_txt_box12 .box3 dl {width:calc(100%);border-bottom:1px solid #9E9E9E;flex:0 2 auto}

@media screen and (max-width:768px) {
  .sb_txt_box12 .box2 dl {width:100%}
  .sb_txt_box12 .map_inner {width:100%;height:400px}
  .sb_txt_box12 .box1 p {font-size: 19px}
  .sb_txt_box12 .box1 span {font-size: 15px}
  .sb_txt_box12 .box2 p {font-size: 19px}
  .sb_txt_box12 .box2 dl dt {font-size: 15px;margin-top:18px;padding:0 5px}
  .sb_txt_box12 .box2 dl dd {font-size: 15px;padding: 10px 5px 18px 5px;}
  .sb_txt_box12 .box2 {margin-bottom:0px;}
}



  /**
	회사소개 공통  - 탭1
	**************************/
.mt200 {margin-top:200px;}
.mt100 {margin-top:100px;}
  .intro .content_all {margin-top:0px;margin-bottom:0;}
  .tab_ver01 {display: flex;margin-top:100px;justify-content: center;flex-wrap: wrap}
  .intro .tab_ver01 li {width:calc(100% / 5);border-bottom:2px solid rgba(158,158,158,0.53);padding:0 0 15px 0;text-align: center}
  .intro .tab_ver01 li a {font-size:25px;font-weight: 700;/*color:rgba(158,158,158,0.53);*/color:#616161;}
  .intro .tab_ver01 li.tab ,.intro .tab_ver01 li:active ,.intro .tab_ver01 li:focus ,.intro .tab_ver01 li:hover {border-bottom:3px solid rgba(233,83,12,1);}
  .intro .tab_ver01 li.tab a , .intro .tab_ver01 li:active a ,.intro .tab_ver01 li:focus a ,.intro .tab_ver01 li:hover a {color:rgba(233,83,12,1);}


  .map .tab_ver01 li {width:calc(100% / 3);border-bottom:2px solid rgba(158,158,158,0.53);padding:0 0 15px 0;text-align: center}
  .map .tab_ver01 li a {font-size:25px;font-weight: 700;/*color:rgba(158,158,158,0.53);*/color:#616161;}
  .map .tab_ver01 li.tab ,.map .tab_ver01 li:active ,.map .tab_ver01 li:focus ,.map .tab_ver01 li:hover {border-bottom:3px solid rgba(233,83,12,1);}
  .map .tab_ver01 li.tab a , .map .tab_ver01 li:active a ,.map .tab_ver01 li:focus a ,.map .tab_ver01 li:hover a {color:rgba(233,83,12,1);}

  .esg .tab_ver01 li {width:calc(100% / 3);border-bottom:2px solid rgba(158,158,158,0.53);padding:0 0 15px 0;text-align: center}
  .esg .tab_ver01 li a {font-size:25px;font-weight: 700;/*color:rgba(158,158,158,0.53);*/color:#616161;}
  .esg .tab_ver01 li.tab ,.esg .tab_ver01 li:active ,.esg .tab_ver01 li:focus ,.esg .tab_ver01 li:hover {border-bottom:3px solid rgba(233,83,12,1);}
  .esg .tab_ver01 li.tab a , .esg .tab_ver01 li:active a ,.esg .tab_ver01 li:focus a ,.esg .tab_ver01 li:hover a {color:rgba(233,83,12,1);}

  .employ .tab_ver01 li {width:calc(100% / 4);border-bottom:2px solid rgba(158,158,158,0.53);padding:0 0 15px 0;text-align: center}
  .employ .tab_ver01 li a {font-size:25px;font-weight: 700;/*color:rgba(158,158,158,0.53);*/color:#616161;}
  .employ .tab_ver01 li.tab ,.employ .tab_ver01 li:active ,.employ .tab_ver01 li:focus ,.employ .tab_ver01 li:hover {border-bottom:3px solid rgba(233,83,12,1);}
  .employ .tab_ver01 li.tab a , .employ .tab_ver01 li:active a ,.employ .tab_ver01 li:focus a ,.employ .tab_ver01 li:hover a {color:rgba(233,83,12,1);}

/*홍보센터*/
.tab_ver01.public li {width:calc(100% / 3);border-bottom:2px solid rgba(158,158,158,0.53);padding:0 0 15px 0;text-align: center}
.tab_ver01.public li a {font-size:25px;font-weight: 700;color:#616161;}
.tab_ver01.public li.tab ,.intro .tab_ver01 li:active ,.intro .tab_ver01 li:focus ,.intro .tab_ver01 li:hover {border-bottom:3px solid rgba(233,83,12,1);}
.tab_ver01.public li.tab a , .intro .tab_ver01 li:active a ,.intro .tab_ver01 li:focus a ,.intro .tab_ver01 li:hover a {color:rgba(233,83,12,1);}


@media screen and (max-width: 1400px) {
  .intro .tab_ver01 li a {font-size:17px;}
  .map .tab_ver01 li a {font-size:17px;}
  .esg .tab_ver01 li a {font-size:17px;}
  .employ .tab_ver01 li a {font-size:17px;}
  }
  @media screen and (max-width: 1200px) {
    .mt200 {margin-top:80px;}
    .mt100 {margin-top:80px;}

    .intro .tab_ver01 li {width:calc(100% / 5);padding-top:20px;flex:1 2 auto;border-bottom:1px solid rgba(158,158,158,0.53);}
    .employ .tab_ver01 li {border-bottom:1px solid rgba(158,158,158,0.53)}
    .esg .tab_ver01 li {border-bottom:1px solid rgba(158,158,158,0.53)}
    .map .tab_ver01 li {border-bottom:1px solid rgba(158,158,158,0.53)}
    /*//.intro .tab_ver01 li a {font-size:16px;}*/
  }
  @media screen and (max-width: 768px) {
		.tab_ver01.public li {border-bottom:1px solid rgba(158,158,158,0.53);}
    .mt200 {margin-top:50px}
    .mt100 {margin-top: 0}
    .intro .content_all {margin-top:0}

    .tab_ver01 {margin-top:10px!important;justify-content: flex-start;height:76px;}
    .tab_ver01 li {padding: 0 0 15px 0 !important;display: flex;align-items: flex-end;justify-content: center;}
    .tab_ver01 li a {font-size:17px!important;letter-spacing: 0;font-weight: 700;color:#616161}
      .tab_ver01 {width: 120%;display: flex;margin-top:100px;justify-content: center;flex-wrap: wrap; overflow-x: scroll; white-space: nowrap; -ms-overflow-style: none; scrollbar-width: none;}
      .tab_ver01::-webkit-scrollbar {
          display: none; /* 웹킷 브라우저에서 스크롤바 숨김 */
      }
  }

@media screen and (max-width: 640px) {
  .intro .tab_ver01 {flex-wrap: nowrap;overflow-x: auto;margin-top:10px;margin:10px auto 0 auto}
  .intro .tab_ver01 li {width:auto;padding: 0 16px 15px 16px !important;flex-shrink: 0;}
  .intro .tab_ver01 li a {}
  .intro .tab_ver01::-webkit-scrollbar {
    height:5px;
    background-color: rgba(255,255,255,1);

  }
  .intro .tab_ver01::-webkit-scrollbar-thumb {
    background-color:rgba(233,83,12,0)
  }
}

@media screen and (max-width: 480px) {
  /*.employ .tab_ver01 li {width:calc(100% / 4);}*/
  /*.employ .tab_ver01 li:nth-child(n+3) {padding-top:20px}*/
  /*.employ .tab_ver01 li {width: auto;}*/

}





.item_box1400 {width:1400px;margin:0px auto 0px auto;max-width: 100%}
  .item_boxA11 {width:100%;margin:0px auto 0 auto}
  .sb_title {font-size:56px;font-weight: 800;color:#000;}
  .product .sb_title {padding-top: 100px;}
  .sb_title_ {font-size:22px;word-break: keep-all}
  .sb_title p {position:relative;display:inline-block;padding-right:20px;}
  .sb_title.center {text-align: center}
  .sb_title p:after {position:absolute;content:"";right:0px;bottom:18px;width:15px;height:15px;border-radius: 50%;background-color:#E9530C}

  .sb_txt_box1 {padding:70px 0 0 0;display: flex;justify-content: space-between}
  .sb_txt_box1 .box1 {color:#000;padding-right:50px;}
  .sb_txt_box1 .box1 p {font-size:39px;font-weight:700;word-break: keep-all;line-height: 54px;}
  .sb_txt_box1 .box1 span {display:block;margin-top:60px;}
  .sb_txt_box1 .box1 span strong {font-size:28px;}
  .sb_txt_box1 .box2 {width:calc(100% - 670px);padding-right:120px;white-space: pre-line !important;}
  .sb_txt_box1 .box2 p {font-size:18px;color:#757272;margin-bottom:30px;word-wrap: normal;line-height: 30px}

  .sb_txt_box1 .box2 .mo_hidn {display: none;font-size:11px}
  .sb_txt_box1 .box2 .mo_hidn strong {font-size:18px}


  .item_boxAll.backRgb {padding:100px 0 130px 0;display: flex; flex-wrap: wrap;flex-direction: column}
  .item_boxAll {display: flex; }
  .item_boxAll.backRgbE9530C {padding:130px 0 150px 0;display: flex;background-color:rgba(233,83,12,0.05);flex-wrap: wrap }

  .sb_txt_box2 p {font-size:39px;font-weight: 700;text-align: center;width:900px;max-width: 90%;margin:70px auto 70px auto;letter-spacing: -0.5px;white-space: pre-line}
  .sb_txt_box2 ul {display: flex;justify-content: center;flex-wrap: wrap;width:1280px;max-width:100%;margin:0 auto}
  .sb_txt_box2 ul li {width:calc(100% / 5);/*width:255px;height:255px;*/}
  .sb_txt_box2 ul li .dx {position:relative;padding-top:100%;border:1px solid #F06829;font-size:43px;font-weight: 800;color:#E9530C;border-radius: 50%;text-align: center;}
  .sb_txt_box2 ul li span {position:absolute;font-size:43px;width:100%;height:auto;top:50%;transform:translateY(-50%);left:0;font-weight: 800;color:#E9530C;border-radius: 50%;text-align: center;}





@media screen and (max-width: 1400px) {

    .sb_txt_box1 .box1 {padding-right:3%;width:50%}
    .sb_txt_box1 .box2 {padding-right:3%;width:50%}
    .sb_txt_box1 .box2 p {width:100%;line-height: 24px;word-break: keep-all}
    .sb_txt_box1 .box1 p {font-size:30px;line-height:40px}

    .sb_txt_box2 p {font-size:29px;word-break: keep-all}
    .sb_txt_box2 ul {padding:0 4%;transition: 0.3s ease-out;}
    .sb_txt_box2 ul li  span {font-size:33px;}

  }
  @media screen and (max-width: 1200px) {
    .sb_title {font-size:44px;}
    .sb_title p:after {bottom:13px;}
    .sb_txt_box1 {    flex-wrap: wrap;}
    .sb_txt_box1 .box1 {padding-right:3%;width:100%}
    .sb_txt_box1 .box2 {padding-right:3%;width:100%;margin-top:50px;}
    .sb_txt_box2 p {width: 70%;word-break: keep-all}
    .sb_txt_box2 ul {padding:0 20%}
    .sb_txt_box2 ul li {width:calc(100% / 3);}
    .sb_txt_box2 ul li:nth-child(4) {margin-top:-4.4%}
    .sb_txt_box2 ul li:nth-child(5) {margin-top:-4.4%}
    .sb_txt_box1 .box1 span {display: none;}
    .sb_txt_box1 .box2 .mo_hidn {display: block;}
    .sb_txt_box1 .box2 .mo_hidn strong {margin-left:10px;vertical-align: baseline;}
  }
  @media screen and (max-width: 768px) {
    .product .sb_title {padding-top:20px !important}
    .news .sb_title {padding-top:20px !important}
    .sns .sb_title {padding-top:20px !important}
    .item_boxAll.backRgbE9530C {padding: 50px 0 50px 0;}
    .item_boxAll.backRgb {padding:20px 0 50px 0;}
    .sb_txt_box1 .box1 span strong {font-size:24px}
    .sb_txt_box1 {padding:30px 0 0 0}
    .sb_txt_box1 .box2 p {font-size:13px;line-height:20px}
    .sb_txt_box1 .box1 p {font-size:20px;line-height:28px}
    .sb_txt_box2 p {font-size:21px;margin:30px auto 30px auto}
    .sb_txt_box2 ul {padding:0 7%}
    .sb_txt_box2 ul li span {font-size: calc(1.2vh + 1.2vw + 5px);}
    .sb_title p {font-size:28px;}
    .sb_title p:after {bottom:8px;width:10px;height:10px;right:8px}
    .sb_title_ {font-size:13px;line-height: 18px}

  }
  @media screen and (max-width: 480px) {


    .sb_txt_box2 p {width: 80%}

  }

@media screen and (max-width: 400px) {


  .sb_txt_box2 p {width: 80%}
  /*.sb_txt_box2 ul li {width:calc(100% / 2);}*/
  /*.sb_txt_box2 ul li:nth-child(4) {margin-top:0%}*/
  /*.sb_txt_box2 ul li:nth-child(5) {margin-top:-7%}*/
}

/*셀렉트 커스텀*/
/* ///  DECORATION CSS ///  */
.cont_select_center {
  position: absolute;
  left: 50%;
  top:50%;
  margin-top: -30px;
  margin-left: -150px;
}

.cont_heg_50 {
  position: absolute;
  height: 50%;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fd7b52;
}
/* ///  END DECORATION CSS  ///  */

.icon_select_mate {
  position: absolute;
  top:20px;
  right: 2%;
  font-size: 16px;
  height: 22px;
  transition: all 275ms;
}

.select_mate {
  position: relative;
  float: left;
  min-width: 300px;
  width: 300px;
  min-height: 60px;
  font-family: 'Roboto';
  color: #777;
  font-weight: 300;
  background-color: #fff;
  box-shadow: 1px 2px 10px -2px rgba(0,0,0,0.3);
  border-radius: 3px;
  transition: all 375ms ease-in-out;
  /* Oculto el elemento select */
}

.select_mate select {
  position: absolute;
  overflow: hidden;
  height: 0px;
  opacity: 0;
  z-index: -1;
}

.cont_list_select_mate {
  position: relative;
  float: left;
  width: 100%;
}

.cont_select_int {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999;
  overflow: hidden;
  height: 0px;
  width: 100%;
  background-color: #fff;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  border-radius: 0px 0px 3px 3px;
  box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.2);
  transition: all 375ms ease-in-out;
}

.content_select_int .active {
  background-color: #EEEEEE;
}

.cont_select_int li {
  position: relative;
  float: left;
  width: 96%;
  border-bottom:1px solid #E0E0E0;
  background-color: #F5F5F5;
  list-style-type: none;
  padding: 10px 2%;
  margin: 0px;
  transition: all 275ms ease-in-out;
  display: block;
  cursor:pointer;
}

.cont_select_int li:last-child {
  border-radius: 3px;
  border-bottom:0px;

}
.cont_select_int li:hover {
  background-color: #EEEEEE;
}

/* etiqueta <p> con la opcion selecionada  */
.selecionado_opcion {
  padding: 20px 2%;
  width: 96%;
  display: block;
  margin: 0px;
  cursor: pointer;
}


/*esg*/
.esg_box1 {}
.esg_box3 .img_inner:after {content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color: rgba(0,0,0,0.38);z-index: 1}
.esg_box .img_inner {position:relative;border-radius: 20px;overflow: hidden;margin-top:60px;}
.esg_box .img_inner em {position: absolute;z-index:2;top:50%;left:50%;transform: translate(-50%,-50%);font-size:65px;font-weight: 800;color:#fff;text-shadow: 0px 0px 30px  rgba(0,0,0,0.16);letter-spacing: -0.25px}
.esg_box .img_inner img {width:auto;height:auto;max-width:100%;max-height:100%;object-fit: cover;object-position: center;}
.esg_box .txt_inner {margin-top:80px;text-align: center;padding:0 20%}
.esg_box .txt_inner p {font-size:43px;color:#000;word-break: keep-all;line-height: 60px}
.esg_box1 .box_inner {margin-top:70px;margin-bottom:50px;}
.esg_box1 .box_inner ul {display: flex;flex-wrap: wrap;margin-right:-35px;}
.esg_box1 .box_inner ul li {position:relative;width:calc((100% / 3) - 35px );border-radius:27px;margin-right:35px;padding-top:32.4%;background: #fff;box-shadow: 0px 8px 30px 0px rgba(112,111,110,0.16);display: flex;align-items: center;justify-content: center}
.esg_box1 .box_inner ul li .box {position:absolute;top:0;left:0;height: 100%;width:100%;display: flex;flex-wrap: wrap;padding:60px 0;align-items: center;flex-direction: column;}
.esg_box1 .box_inner ul li .icon {width:135px;height:135px;border-radius: 50%;background-color: #FEF3ED;display:flex;justify-content: center;
  align-items: center;}
.esg_box1 .box_inner ul li .box .all {display: flex;flex-wrap: wrap;justify-content: center;}
.esg_box1 .box_inner ul li .icon img {}
.esg_box1 .box_inner ul li p {font-size:32px;color:#000;font-weight: 700;margin:20px 0;letter-spacing: 0.25px;line-height: 1.2;}
.esg_box1 .box_inner ul li span {font-size:20px;color:#616161;font-weight: 400;padding:0 16%;display: block;word-break: keep-all;text-align: center;line-height: 28px;letter-spacing: 0.25px}

.esg_box2 .box_inner {margin-top:70px;margin-bottom:50px;}
.esg_box2 .box_inner ul {display: flex;flex-wrap: wrap;margin-right:-35px;}
.esg_box2 .box_inner ul li {position:relative;width:calc((100% / 3) - 35px );border-radius:27px;margin-right:35px;padding-top:28.4%;background: #fff;box-shadow: 0px 8px 30px 0px rgba(112,111,110,0.16);display: flex;align-items: center;justify-content: center}
.esg_box2 .box_inner ul li .box {width:100%;position:absolute;top:0;left:0;height: 100%;display: flex;flex-wrap: wrap;justify-content: center;/*align-items: center;flex-direction: column;*/align-content: center}
.esg_box2 .box_inner ul li .icon {text-align: center;/*padding-bottom:20px;border-bottom:1px solid #E4E4E4*/height:calc(100% - 160px);display: flex;
  align-items: center}
.esg_box2 .box_inner ul li:nth-child(n+4) {margin-top:55px;}
/*//.esg_box2 .box_inner ul li .icon:after {content: "";position: absolute;width:80%;height:1px; background-color: #E4E4E4;left:50%;transform: translateX(-50%);top:calc(100% - 140px)}*/
.esg_box2 .box_inner ul li .icon img {width:auto;object-fit: cover}
.esg_box2 .box_inner ul li .text {position:relative;height:160px;width:100%;padding:0 24px;text-align: center;padding-top:10px}
.esg_box2 .box_inner ul li .text:after {content: "";position: absolute;width:80%;height:1px; background-color: #E4E4E4;top:0;left:50%;transform: translateX(-50%);/*left:50%;transform: translateX(-50%);top:calc(100% - 140px)*/}
.esg_box2 .box_inner ul li p {font-size:25px;color:#000;font-weight: 700;margin:20px 0 0 0;letter-spacing: 0.25px}
.esg_box2 .box_inner ul li span {font-size:20px;color:#616161;font-weight: 400;padding:0 16%;display: block;word-break: keep-all;line-height: 28px;letter-spacing: 0.25px}

.esg_box3 .box_inner {margin-top:70px;margin-bottom:50px;}
.esg_box3 .box_inner ul {display: flex;flex-wrap: wrap;margin-right:-25px;}
.esg_box3 .box_inner ul li {position:relative;width:calc((100% / 4) - 25px );border-radius:27px;margin-right:25px;padding-top:32.4%;background: #fff;box-shadow: 0px 8px 30px 0px rgba(112,111,110,0.16);display: flex;align-items: center;justify-content: center}

/*.esg_box3 .box_inner ul li .box {position:absolute;top:0;left:0;height: 100%;width:100%;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;flex-direction: column;}*/
.esg_box3 .box_inner ul li .box {    position: absolute;top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  padding: 70px 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;justify-content: flex-start}
.esg_box3 .box_inner ul li .box .all {display: flex;flex-wrap: wrap;justify-content: center;}

.esg_box3 .box_inner ul li .icon {width:135px;height:135px;border-radius: 50%;background-color: #FEF3ED;display:flex;justify-content: center;
  align-items: center;}
.esg_box3 .box_inner ul li .icon img {}
.esg_box3 .box_inner ul li p {font-size:32px;color:#000;font-weight: 700;margin:20px 0;letter-spacing: 0.25px}
.esg_box3 .box_inner ul li span {font-size:20px;color:#616161;font-weight: 400;padding:0 16%;display: block;word-break: keep-all;text-align: center;line-height: 28px;letter-spacing: 0.25px}



@media screen and (max-width:1400px) {
  .esg_box .img_inner em  {font-size: calc(2.6vh + 2.6vw + 3px);}
  .esg_box .txt_inner p {font-size: calc(1.7vh + 1.7vw + 3px);line-height: 1.4}

  .esg_box1 .box_inner ul li p {margin:10px 0;font-size: calc(1.4vh + 1.4vw + 3px);}
  .esg_box1 .box_inner ul li .icon {width:calc(6vw + 60px);height:calc(6vw + 60px);}
  .esg_box1 .box_inner ul li span {font-size:17px;line-height: 20px}

  .esg_box2 .box_inner ul li p {margin:10px 0;font-size: calc(1vh + 1vw + 3px);}
  .esg_box2 .box_inner ul li .icon {width:calc(6vw + 185px);}
  .esg_box2 .box_inner ul li .icon img {width:100%}

  .esg_box3 .box_inner ul li p {margin:10px 0;font-size: calc(1.4vh + 1.4vw + 3px);}
  .esg_box3 .box_inner ul li .box {padding:50px 0}
  .esg_box3 .box_inner ul li .icon {width:calc(6vw + 60px);height:calc(6vw + 60px);}
  .esg_box3 .box_inner ul li span {font-size:17px;line-height: 20px}
  /*.esg_box3 .box_inner ul li p {margin:10px 0;font-size: calc(1.4vh + 1.4vw + 3px);}*/
  /*.esg_box3 .box_inner ul li .icon {width:calc(6vw + 60px);height:calc(6vw + 60px);}*/
  /*.esg_box3 .box_inner ul li span {font-size:17px;line-height: 20px}*/

}
@media screen and (max-width:1200px) {

  .esg_box1 .box_inner ul {display: flex;flex-wrap: wrap;margin-right:-10px;justify-content: center}
  .esg_box1 .box_inner ul li {position:relative;width:calc((100% / 2) - 10px );margin-right:10px;padding-top: 45.4%;}
  .esg_box1 .box_inner ul li:last-child {margin-top:10px;}
  .esg_box1 .box_inner ul li .icon img {width:6vw}
  .esg_box1 .box_inner ul li span {font-size: 15px}

  .esg_box2 .box_inner ul {display: flex;flex-wrap: wrap;margin-right:-10px;justify-content: center}
  .esg_box2 .box_inner ul li {position:relative;width:calc((100% / 2) - 10px );margin-right:10px;padding-top: 45.4%;}
  .esg_box2 .box_inner ul li {margin-top:10px !important;}
  .esg_box2 .box_inner ul li .icon {width:calc(6vw + 185px);height:calc(100% - 45%)}
  .esg_box2 .box_inner ul li .text {height:36%}
  .esg_box2 .box_inner ul li span {font-size: 18px}

  .esg_box3 .box_inner ul {display: flex;flex-wrap: wrap;margin-right:-10px;justify-content: center}
  .esg_box3 .box_inner ul li {position:relative;width:calc((100% / 2) - 10px );margin-right:10px;padding-top: 45.4%;}
  .esg_box3 .box_inner ul li {margin-top:10px !important;}
  .esg_box3 .box_inner ul li .box .all {display: flex;flex-wrap: wrap;justify-content: center;margin-top:calc(50px + 19%)}
  .esg_box3 .box_inner ul li .icon {width:132px;height:132px;position: absolute;top:18%}
  .esg_box3 .box_inner ul li .icon img {width:6vw}
  .esg_box3 .box_inner ul li .box {
    padding: 18% 0;
  }
  .esg_box3 .box_inner ul li:nth-child(2) .icon img {width:4.6vw}
  .esg_box3 .box_inner ul li span {font-size: 15px}

  }

@media screen and (max-width:768px) {
  .esg_box .img_inner {height:170px;border-radius: 10px !important;margin-top:30px}
  .esg_box .img_inner img {width:100%;height:100%;}
  .esg_box .txt_inner {padding:0 14%;margin-top:40px !important}
  .esg_box .img_inner em {font-size:23px !important;white-space: nowrap}
  .esg_box .txt_inner p {font-size:19px !important;line-height: 25px!important;}
  .esg_box1 .box_inner {margin-top:40px;margin-bottom: 0 !important}
  .esg_box1 .box_inner ul li .box {flex-direction: row;flex-wrap: nowrap;padding:0 35px;}
  .esg_box1 .box_inner ul li .icon {width:85px;height:85px;flex-shrink: 0;}
  .esg_box1 .box_inner ul li {width:calc((100% / 1) - 10px );height:110px;padding-top:0;border-radius:10px}
  .esg_box2 .box_inner {margin-top:40px;margin-bottom: 0 !important}
  .esg_box2 .box_inner ul li p {margin:10px 0 0 0;font-size:20px}
  .esg_box1 .box_inner ul li:nth-child(2) {margin-top:15px}
  .esg_box1 .box_inner ul li:last-child {margin-top:15px}
  .esg_box1 .box_inner ul li .box .all {justify-content: flex-start;margin-left:35px;flex-wrap: wrap;
    justify-content: center;flex-direction: column;align-items: flex-start;}
  .esg_box1 .box_inner ul li p {font-size:15px;margin: -5px 0 7px 0;}
  .esg_box1 .box_inner ul li span {text-align: left;padding: 0;font-size:13px;line-height: 14px}

  .esg_box2 .box_inner ul li {border-radius: 10px}
  /*.esg_box3 .box_inner ul li {padding-top:200px;border-radius:10px}*/
  /*.esg_box3 .box_inner {margin-top:40px;margin-bottom: 0 !important}*/

  .esg_box3 .box_inner {margin-top:40px;margin-bottom: 0 !important}
  .esg_box3 .box_inner ul li .box {flex-direction: row;flex-wrap: nowrap;padding:0 35px;justify-content: flex-start;}
  .esg_box3 .box_inner ul li .icon {width:85px;height:85px;flex-shrink: 0;top:50%;transform: translateY(-50%)}
  .esg_box3 .box_inner ul li {width:calc((100% / 1) - 10px );height:110px;padding-top:0;border-radius:10px}
  .esg_box3 .box_inner ul li:nth-child(2) {margin-top:15px}
  .esg_box3 .box_inner ul li:last-child {margin-top:15px}
  .esg_box3 .box_inner ul li .box .all {justify-content: flex-start;margin-left:110px;flex-wrap: wrap;margin-top:0}
  .esg_box3 .box_inner ul li p {font-size:15px;margin: -5px 0 7px 0;width:100%;text-align: left !important}
  .esg_box3 .box_inner ul li span {text-align: left;padding: 0;font-size:13px;line-height: 14px}

  .esg_box3 .box_inner ul li:nth-child(2) .icon img {width:4.3vw}
}


@media screen and (max-width:600px) {

  .esg_box2 .box_inner ul li {padding-top:41%}
  .esg_box2 .box_inner ul li .icon {padding:0 20px;width:100%;height:100px;justify-content: center}
  .esg_box2 .box_inner ul li p {margin:0px 0 0 0;font-size:12px;}
  .esg_box2 .box_inner ul li span {font-size:10px;line-height: 14px}
  .esg_box2 .box_inner ul li:nth-child(4) .icon img {width:99px;margin-top: 5px;}
  .esg_box2 .box_inner ul li:nth-child(5) .icon img {width:90px;}
  .esg_box2 .box_inner ul li:nth-child(6) .icon img {width:107px;}


  .esg_box3 .box_inner ul li .icon img {width:8vw}
  .esg_box3 .box_inner ul li:nth-child(2) .icon img {width:5.3vw}
  .esg_box3 .box_inner ul li p {font-size: 15px;/*margin:7px 0 0 0*/}
  .esg_box3 .box_inner ul li span {font-size: 12px;line-height: 14px/*padding:0 10%*/}
}
@media screen and (max-width:480px) {
  .esg_box1 .box_inner ul li .icon img {width:10vw}
  .esg_box .txt_inner {padding:0 5% !important;}
  .esg_box3 .box_inner ul li:nth-child(1) .icon img {width:8.2vw}
  .esg_box3 .box_inner ul li:nth-child(2) .icon img {width:6.6vw}

  /*.esg_box1 .box_inner ul li {position:relative;width:calc((100% / 1) - 10px );}*/
  /*.esg_box1 .box_inner ul li:first-child {margin-bottom:10px}*/
  /*.esg_box1 .box_inner ul li .icon img {width:36px}*/

  /*.esg_box2 .box_inner ul li {position:relative;width:calc((100% / 1) - 10px );}*/
  /*.esg_box2 .box_inner ul li .icon {padding-bottom:0}*/

  /*.esg_box3 .box_inner ul li {position:relative;width:calc((100% / 1) - 10px );}*/
  /*.esg_box3 .box_inner ul li:first-child {margin-bottom:10px}*/
  /*.esg_box3 .box_inner ul li .icon img {width:36px}*/
}

/*인재상*/
.employ_box1 {}
.employ_box1 .img_inner {position:relative;border-radius: 20px;overflow: hidden;margin-top:60px;padding-top:33.4%}
.employ_box1 .img_inner:after {content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color: rgba(0,0,0,0.38);z-index: 1}
.employ_box1 .img_inner em {position: absolute;z-index:2;top:50%;left:50%;transform: translate(-50%,-50%);font-size:65px;font-weight: 800;color:#fff;text-shadow: 0px 0px 30px  rgba(0,0,0,0.16);letter-spacing: -0.25px}
.employ_box1 .img_inner img {position:absolute;top:50%;left:50%;transform: translate(-50%,-50%);width:auto;height:auto;max-width:100%;max-height:100%;min-width: 100%;object-fit: cover;object-position: center;}
.employ_box1 .txt_inner {margin-top:80px;text-align: center;padding:0 20%}
.employ_box1 .txt_inner p {position:relative;font-size:43px;color:#000;word-break: keep-all;line-height: 60px;font-weight: 500}
.employ_box1 .box_inner {margin-top:70px;margin-bottom:50px;}
.employ_box1 .box_inner dl {border-top:2px solid #000;display:flex;flex-wrap: wrap;}
.employ_box1 .box_inner dt {display:flex;align-items: center;padding-left:170px;width:550px;height:130px;border-bottom:1px solid rgba(158,158,158,0.50);font-size:35px;text-align: center;color:#000;font-weight: 800;}
.employ_box1 .box_inner dt strong {color:#E9530C}
.employ_box1 .box_inner dd {display:flex;align-items: center;width:calc(100% - 550px);height:130px;border-bottom:1px solid rgba(158,158,158,0.50);font-size:22px;color:#616161}

.employ_box2 {}
.employ_box2 .box_inner {margin-top:70px;margin-bottom:50px;}
.employ_box2 .box_inner .items {}
.employ_box2 .box_inner .items p {display:inline-block;background-color: #E9530C;border-radius: 30px;color:#fff;padding:5px 27px;font-weight: 600;font-size:29px;}
.employ_box2 .box_inner .items ul {display:flex;flex-wrap: wrap;border-radius: 27px;height:300px;padding:40px 0;background-color: #fff;box-shadow: 0px 8px 30px 0px rgba(112, 111, 110, 0.16);margin-top:40px;}
.employ_box2 .box_inner .items ul li {position:relative;width:calc((100% / 4));border-right:1px solid #E9E9E9;text-align: center}
.employ_box2 .box_inner .items ul li .img_inr {margin-top:60px;}
.employ_box2 .box_inner .items ul li span {position:absolute;top:170px;white-space:nowrap;left:50%;transform:translateX(-50%);font-size:22px;color:#616161;display:inline-block;}
.employ_box2 .box_inner .items:last-child {margin-top:140px;}
.employ_box2 .box_inner .items ul li:last-child{border:0}

.employ_box3 {display: flex;flex-wrap: wrap;margin-right:-96px;margin-top:60px;}
.employ_box3 .boxs {width:calc((100% / 2) - 96px );min-height:515px;margin-right:96px;padding:35px;border-radius: 27px;border:1px solid #e5e5e5;margin-bottom:90px;}
.employ_box3 .boxs p {font-size:35px;font-weight: 800;border-bottom:1px solid #e5e5e5 /*#DBDBDB*/;color:#000;padding-bottom:10px;}
.employ_box3 .boxs .bx_inr {padding: 0 30px }
.employ_box3 .boxs .bx_inr span {font-size:25px;font-weight: 800;display:block; color:#000;padding:30px 0 20px 0;}
.employ_box3 .boxs .bx_inr em {font-size:22px;font-weight: 400;display:block; color:#616161;line-height: 33px;letter-spacing:-0.25px}
.employ_box3 .boxs .bx_inr ul {display: flex;flex-wrap: wrap;margin-top:30px;}
.employ_box3 .boxs .bx_inr ul li {border:1px solid #E9530C;color:#E9530C;padding:5px 25px;border-radius: 6px;font-size:22px;font-weight: 500;margin-right:15px;margin-bottom:15px;}
.employ_box3 .boxs:last-of-type{margin-bottom:0}

.employ_box4 {margin-top: 60px;}
.employ_box4 ul {border-top:2px solid #000;}
.employ_box4 ul li {border-bottom:1px solid #9E9E9E;}
.employ_box4 ul li a {padding:28px 23px;display: flex;flex-wrap: wrap;position: relative;align-items: center}
.employ_box4 ul li .subx1 {/*min-width:144px;height:58px;line-height:57px;*/min-width:120px;height:46px;line-height:45px;font-size:20px;color:#fff;text-align:center;letter-spacing:-0.25px;border-radius: 33px; background-color:#9E9E9E;}
.employ_box4 ul li .subx2 {font-size:24px;text-align: left;color:#403E3E;width:70%;padding:0 40px 0 40px;line-height:57px;letter-spacing:-0.25px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.employ_box4 ul li .subx3 {position:absolute;right:23px;font-size:20px;color:#9E9E9E;letter-spacing:-0.25px;}
.employ_box4 ul li.progress .subx1 {background-color:#E9530C; }
.employ_box4 ul li.progress .subx1.num {background-color:#f6f6f6;color:#767676 }
.employ_box4 ul li .subx2 span {    position: absolute;
  top: 50%;
  margin-top: -10px;
  margin-left: 10px;
  font-size: 12px;
  color: #E9530C;
  font-weight: 700;}
@media screen and (max-width:1400px) {
  .esg_box .img_inner em {font-size: calc(2.6vh + 2.6vw + 3px);}
  .esg_box .txt_inner p {font-size: calc(1.7vh + 1.7vw + 3px);line-height: 1.4;}
  .employ_box1 .box_inner dt {width:400px;padding-left:80px}
  .employ_box1 .box_inner dd {width: calc(100% - 400px);}
  .employ_box3 {display: flex;flex-wrap: wrap;margin-right:-30px;margin-top:60px;}
  .employ_box3 .boxs {width:calc((100% / 2) - 30px );min-height:515px;margin-right:30px;}

}
@media screen and (max-width:1200px) {
  .employ_box1 .box_inner dt {width:300px;padding-left:50px;font-size:25px}
  .employ_box1 .box_inner dd {width: calc(100% - 300px);font-size:18px;padding-right:50px;}
  .employ_box2 .box_inner .items p {font-size:25px;}
  .employ_box2 .box_inner .items ul li .img_inr {margin-top:30px}
  .employ_box2 .box_inner .items ul {height:250px}
  .employ_box2 .box_inner .items ul li span {font-size:18px;letter-spacing: -1px;top:120px;white-space: normal;line-height: 20px}
  .employ_box3 .boxs p {font-size: 25px;}
  .employ_box3 .boxs .bx_inr span {font-size: 22px;}
  .employ_box3 .boxs .bx_inr ul li {font-size: 22px;}
  .employ_box3 .boxs {width:calc((100% / 1) - 30px );min-height: 400px}
  .employ_box4 ul li .subx1 {font-size: 18px;min-width: 120px}
  .employ_box4 ul li .subx2 {font-size: 20px;padding: 0 120px 0 40px;width:60%}
  .employ_box4 ul li .subx3 {font-size: 18px}
}

@media screen and (max-width:768px) {

  .employ_box1 .txt_inner {margin-top:40px;}
  .employ_box1 .box_inner {margin-top:40px;margin-bottom:0}
  .employ_box1 .img_inner {margin-top:30px;}
  /*.employ_box1 .img_inner img {min-width: 100%;position: relative;left:50%;transform: translateX(-50%)}*/
  .employ_box1 .box_inner dt {font-size:15px;width:120px;padding-left:15px;height:71px}
  .employ_box1 .box_inner dd {font-size:13px;width:calc(100% - 120px);height:71px;padding-right:0}
  /*.employ_box1 .box_inner dt {border-bottom:0;height:80px;align-items: flex-end;padding-left:20px;}*/
  .employ_box1 .box_inner dd {/*width: calc(100%);padding-left:20px;padding-bottom:50px;height:auto;align-items: flex-start;padding-right:20px;*/}
  .employ_box2 .box_inner {margin-top:30px;margin-bottom: 0}
  .employ_box2 .box_inner .items ul li .img_inr {margin: 50px auto 0 auto}
  .employ_box2 .box_inner .items ul li .img_inr img {width: 100%}
  .employ_box2 .box_inner .items:nth-child(1)  ul li:nth-child(1) .img_inr {width:33px;}
  .employ_box2 .box_inner .items:nth-child(1)  ul li:nth-child(2) .img_inr {width:51px}
  .employ_box2 .box_inner .items:nth-child(1)  ul li:nth-child(3) .img_inr {width:43px}
  .employ_box2 .box_inner .items:nth-child(1)  ul li:nth-child(4) .img_inr {width:48px}

  .employ_box2 .box_inner .items:nth-child(2)  ul:nth-child(2)  li:nth-child(1) .img_inr {width:44px;}
  .employ_box2 .box_inner .items:nth-child(2)  ul:nth-child(2)  li:nth-child(2) .img_inr {width:40px}
  .employ_box2 .box_inner .items:nth-child(2)  ul:nth-child(2)  li:nth-child(3) .img_inr {width:48px}
  .employ_box2 .box_inner .items:nth-child(2)  ul:nth-child(2)  li:nth-child(4) .img_inr {width:42px}

  .employ_box2 .box_inner .items:nth-child(2)  ul:nth-child(3)  li:nth-child(1) .img_inr {width:60px;}
  .employ_box2 .box_inner .items:nth-child(2)  ul:nth-child(3)  li:nth-child(2) .img_inr {width:43px}
  .employ_box2 .box_inner .items:nth-child(2)  ul:nth-child(3)  li:nth-child(3) .img_inr {width:49px}
  .employ_box2 .box_inner .items:nth-child(2)  ul:nth-child(3)  li:nth-child(4) .img_inr {width:46px}


  .employ_box2 .box_inner .items:nth-child(2)  ul:nth-child(4)  li:nth-child(1) .img_inr {width:48px;}
  .employ_box2 .box_inner .items:nth-child(2)  ul:nth-child(4)  li:nth-child(2) .img_inr {width:50px}
  .employ_box2 .box_inner .items:nth-child(2)  ul:nth-child(4)  li:nth-child(3) .img_inr {width:46px}
  .employ_box2 .box_inner .items:nth-child(2)  ul:nth-child(4)  li:nth-child(4) .img_inr {width:48px}

  .employ_box2 .box_inner .items p {font-size: 16px}
  .employ_box2 .box_inner .items ul {height:auto;padding:30px;margin-top:20px}
  .employ_box2 .box_inner .items ul li {width:calc((100% / 2));height:200px;}
  .employ_box2 .box_inner .items ul li:nth-child(odd){padding:0 30px 30px 0}
  .employ_box2 .box_inner .items ul li:nth-child(even){padding:0 0px 30px 30px}
  .employ_box2 .box_inner .items ul li:nth-child(2) {border-right:0}
  .employ_box2 .box_inner .items ul li:nth-child(n+3) {border-top: 1px solid #E9E9E9;}
  .employ_box2 .box_inner .items ul li span {word-break: keep-all;font-size:15px;width:100%;left:auto !important}
  .employ_box3 {margin-top:35px}
  .employ_box3 .boxs {min-height:auto;padding:20px;margin-bottom:50px;border-radius:10px}
  .employ_box3 .boxs p {font-size: 19px;padding-bottom:5px;padding-left:10px}
  .employ_box3 .boxs .bx_inr em {font-size:13px;line-height: 18px}
  .employ_box3 .boxs .bx_inr span {font-size: 14px;    padding: 20px 0 10px 0;}
  .employ_box3 .boxs .bx_inr ul {margin-right:-10px;margin-top:20px}
  .employ_box3 .boxs .bx_inr ul li {font-size: 12px;margin-right:10px;min-width:62px;padding: 5px 15px;margin-bottom:10px}
  .employ_box3 .boxs .bx_inr {padding:0 10px}
  /*.employ_box4 ul li a {flex-direction: column;align-content: flex-start;align-items: flex-start;padding: 10px 23px;}*/
  .employ_box4 {margin-top:20px}
  .employ_box4 ul li a {padding:0;margin: 17px 23px 40px 23px;position: relative}
  .employ_box4 ul li .subx1 {height:30px;line-height: 30px;font-size: 12px;min-width: 60px}
  .employ_box4 ul li .subx2 {font-size: 15px;padding: 7px 20px 0 10px;width:calc(100% - 80px);line-height:19px;}
  .employ_box4 ul li .subx3 {font-size: 11px;height:auto;position: absolute;bottom:-22px;left:0px;line-height: 1.2;text-align: left}

  }


@media screen and (max-width:480px) {
  .employ_box2 .box_inner .items:last-child {margin-top:70px}
  .employ_box1 .txt_inner {padding: 0 5%;}
  /*.employ_box2 .box_inner .items ul {padding:0px 30px 0 30px}*/
  .employ_box2 .box_inner .items ul li .img_inr {margin-top:50px}

}
@media screen and (max-width:400px) {
  .employ_box2 .box_inner .items ul li .img_inr {margin-top:40px}
  .employ_box2 .box_inner .items ul li {width:calc((100% / 2));height:170px}
  /*.employ_box3 .boxs .bx_inr ul li {width:100%;text-align: center}*/
  /*.employ_box3 .boxs .bx_inr em {font-size:18px}*/
  /*.employ_box3 .boxs .bx_inr ul li {font-size:18px}*/
  /*.employ_box2 .box_inner .items ul li {width:calc((100% / 1));height:220px}*/
  /*.employ_box2 .box_inner .items ul li:nth-child(1) {border-right:0}*/
  /*.employ_box2 .box_inner .items ul li:nth-child(3) {border-right:0}*/
  /*.employ_box2 .box_inner .items ul li:nth-child(n+2):nth-child(-n+4) {border-top: 1px solid #E9E9E9;}*/
  /*.employ_box2 .box_inner .items ul li span {top:150px}*/
  /*.employ_box4 ul li .subx1 {min-width: 100px;}*/
  /*.employ_box4 ul li .subx3 {font-size: 15px}*/
}




/*상담내용처리과정*/

.qna .tab_ver01 li {width:calc(100% / 4);border-bottom:2px solid rgba(158,158,158,0.53);padding:0 0 15px 0;text-align: center}
.qna .tab_ver01 li a {font-size:25px;font-weight: 700;color:rgba(158,158,158,0.53);}
.qna .tab_ver01 li.tab ,.qna .tab_ver01 li:active ,.qna .tab_ver01 li:focus ,.qna .tab_ver01 li:hover {border-bottom:3px solid rgba(233,83,12,1);}
.qna .tab_ver01 li.tab a , .qna .tab_ver01 li:active a ,.qna .tab_ver01 li:focus a ,.qna .tab_ver01 li:hover a {color:rgba(233,83,12,1);}
@media screen and (max-width: 1400px) {
  .qna .tab_ver01 li a {font-size:20px;}
}
@media screen and (max-width: 480px) {
  .qna .tab_ver01 li {width:calc(100% / 2);}
  .qna .tab_ver01 li:nth-child(n+3) {padding-top:20px}
}


.qna .sb_title {margin-bottom:20px}
.qna .q_box {margin-bottom: 140px}
.qna .q_box1 {}
.qna .q_box1 ul {display:flex;margin-right:-58px;}
.qna .q_box1 ul li {position:relative;width:calc((100% / 4) - 58px );margin-right:58px;border-radius: 26px;border:1px solid #E9530C;padding-top:21%;}
.qna .q_box1 ul li:after {content:"";position:absolute;right:-38px;top:50%;transform:translateY(-50%);width:14px;height:23px;background: url("../../assets/images/qna_next.png") no-repeat;}
.qna .q_box1 ul li:last-child:after {background: none}
.qna .q_box1 ul li .img_inr {position:absolute;top:30%;left:50%;transform: translateX(-50%);}
.qna .q_box1 ul li .img_inr img {width:auto;max-width: 100%;}
.qna .q_box1 ul li p {position:absolute;top:60%;left:50%;transform: translateX(-50%);font-size:25px;font-weight: 700;color:#E9530C;white-space: nowrap}

.qna .q_box2 {}
.qna .q_box2 .top {position:relative}
.qna .q_box2 .top p {font-size:29px;font-weight: 800;color:#000;letter-spacing: -0.5px;}
.qna .q_box2 .top span {display:block;font-size:18px;font-weight: 300;color:#403E3E;letter-spacing: -0.5px;}
.qna .q_box2 .top button {position:absolute;right:0;bottom:-10px;display:block;font-size:13px;color:#9E9E9E;border:1px solid #9E9E9E;padding:5px 8px;background-color: #fff;}
.qna .q_box2 .top button img {width:5px;display: inline-block;margin:0 0px 2px 5px }
.qna .q_box2 .top button:hover {background-color: #f7f7f7}
.qna .q_box2 .table_bx {margin-top:36px;}
.qna .q_box2 .table_bx table {width:100%;border:1px solid #DEDEDE}
.qna .q_box2 .table_bx table th {height:56px;background-color: #F9F9F9;border-bottom:1px solid #DEDEDE;border-right:1px solid #DEDEDE;font-size: 20px;font-weight: 500;text-align: center}
.qna .q_box2 .table_bx table td {padding:40px 70px;border-bottom:1px solid #DEDEDE;border-right:1px solid #DEDEDE;font-size:18px;color:#403E3E;text-align: left;letter-spacing: -0.5px;line-height: 29px;}

.qna .q_box3 {}
.qna .q_box3 .top {position:relative}
.qna .q_box3 .top p {font-size:29px;font-weight: 800;color:#000;letter-spacing: -0.5px;}
.qna .q_box3 .text-area {width:100%;height:237px;border:1px solid #E9E9E9;padding:36px 40px;overflow-y: auto;margin-top:20px}
.qna .q_box3 .text-area>div {font-size:16px;font-weight: 300;letter-spacing: -0.5px;line-height: 29px;}
.qna .q_box3 .che_bx {margin-top:30px;}
.qna .q_box3 .che_bx .v-label {font-size:16px !important;text-align: center}
.qna .q_box3 .che_bx .v-input__control {justify-content: center; }
.qna .q_box .btn_bx {text-align: center;margin-top:27px;}
.qna .q_box .btn_bx button {border-radius: 10px;width:299px;height:71px;color:#fff;font-weight: 500;font-size: 20px;background-color: #E9530C;}
.qna .q_box3 .v-selection-control__input:hover::before {opacity: 0}

/* 접수내역창*/
.receipt {}
.receipt .v-overlay__content {width:100%;height:100%;padding:50px 0}
.receipt_card .v-card--variant-tonal .v-card__underlay {opacity: 0!important;}

.receipt_card {position: absolute;left:50%;transform: translateX(-50%);width:460px;max-width:100%;background-color: #fff;z-index: 3000}
.receipt_card  .table_bx {margin-top:0px;}
.receipt_card  .table_bx ul {width:100%;border:1px solid #DEDEDE;margin-bottom:5px;border-bottom:2px solid #DEDEDE;border-top:2px solid #DEDEDE;}
.receipt_card  .table_bx ul li {background-color: #ffffff;padding:10px;border-bottom:1px solid #DEDEDE;font-size: 16px;font-weight: 500;text-align: center}
.receipt_card  .table_bx ul input {border-radius: 5px;border:1px solid #E9E9E9;padding:10px 10px; width:100%}
.receipt_card  .table_bx ul input::placeholder {font-size:16px;color:#757272;}
.receipt_card  .table_bx .cap_img {height:41px;margin-bottom:5px}
.receipt_card  .table_bx .cap_img img {height:100%;}



.qna .q_box3 .table_bx {margin-top:36px;}
.qna .q_box3 .table_bx .wtab01 {width:20%}
.qna .q_box3 .table_bx .wtab02 {width:30%}
.qna .q_box3 .table_bx table {width:100%;border:1px solid #DEDEDE;margin-bottom:50px}
.qna .q_box3 .table_bx table th {height:56px;background-color: #ffffff;border-bottom:1px solid #DEDEDE;border-right:1px solid #DEDEDE;font-size: 20px;font-weight: 500;text-align: center}
.qna .q_box3 .table_bx table td {padding:40px 40px;border-bottom:1px solid #DEDEDE;border-right:1px solid #DEDEDE;font-size:18px;color:#403E3E;text-align: left;letter-spacing: -0.5px;line-height: 29px;}
.qna .q_box3 .table_bx table input {border-radius: 5px;border:1px solid #E9E9E9;padding:18px 10px; width:100%}
.qna .q_box3 .table_bx table input::placeholder {font-size:16px;color:#757272;}
.qna .q_box3 .table_bx .cap_img {height:41px;margin-bottom:5px}
.qna .q_box3 .table_bx .cap_img img {height:100%;}

.customer_box {
  margin: 120px 0 150px 0
}

.customer_box .v-tab.v-tab {
  min-width: 269px;
}

.customer_box .v-btn .v-btn__content {
  font-size: 25px;
  color: rgba(158, 158, 158, 0.53);
  font-weight: 700;
}

.customer_box .v-tab--selected .v-tab__slider {
  height: 3.6px;
  bottom: -10px
}

.customer_box .v-btn .v-tab__slider {
  opacity: 1;
  bottom: -10px
}

.customer_box .v-tabs {
  height: 60px
}

.customer_box .v-tab--selected .v-btn__content {
  color: #E9530C
}

@media screen and (max-width: 1200px) {
  .qna .q_box1 ul {margin-right:-5%;}
  .qna .q_box1 ul li {padding-top:19%;margin-right:5%;width: calc((100% / 4) - 5% );}
  .qna .q_box1 ul li .img_inr img {max-width: 50px;max-height:50px}
  .qna .q_box1 ul li p {font-size:18px}
  .qna .q_box1 ul li:after {right:-16%}



  .customer_box .v-tab.v-tab {
    min-width: 0;
    width: calc(80% / 3)
  }

  .customer_box .v-btn .v-btn__content {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {

  .qna .q_box3 .table_bx .wtab01 {width:100%}
  .qna .q_box3 .table_bx .wtab02 {width:100%}
  .qna .q_box3 .table_bx tr {display: flex;flex-direction: column}
  .qna .q_box3 .table_bx th {line-height: 57px}
}

@media screen and (max-width: 768px) {

  .qna .q_box1 ul li p {margin-top:10px}
  .qna .q_box2 .top p {font-size: 20px}
  .qna .q_box2 .top span {font-size:16px}
  .qna .q_box2 .top button {bottom:-40px}
  .qna .q_box2 .table_bx table {margin-top:45px}
  .qna .q_box2 .table_bx table td {padding:10px 20px;font-size: 16px}
  .qna .q_box2 .table_bx table th {font-size: 18px}

  .qna .q_box1 {overflow-x: auto;/*padding-bottom:50px*/}
  .qna .q_box1 ul {width:768px;margin-right:px;justify-content: space-around}
  .qna .q_box1 ul li {margin-right:0px}
  .qna .q_box1 ul li:after {right:-25px}
  .qna .q_box1::-webkit-scrollbar {
    height:5px;
    background-color: rgba(255,255,255,0);

  }
  .qna .q_box1::-webkit-scrollbar-thumb {
    background-color:rgba(233,83,12,0);

  }

  .qna .q_box1 ul li .img_inr img {width: 100%}
  .qna .q_box1 ul li .img_inr {top:23%}
  .qna .q_box3 .top p {font-size: 20px}
  .qna .q_box {margin-bottom:50px}
}
@media screen and (max-width: 480px) {
  .qna .q_box1 ul {flex-wrap:wrap ;width:600px;justify-content: space-between}
  .qna .q_box1 ul li {padding-top:0;height:129px;width: calc(129px);}
  /*.qna .q_box1 ul li:nth-child(n+3) {margin-top:10px}*/
  .qna .q_box1 ul li:after {right:-16px;width:10px;background-size: 100%}
  /*.qna .q_box1 ul li:nth-child(2):after  {display: none}*/
  /*.qna .q_box1 ul li:nth-child(4):after  {display: none}*/
  .qna .q_box1 ul li .img_inr {width:47px}
  .qna .q_box1 ul li:nth-child(1) .img_inr {width:43px}
  .qna .q_box1 ul li:nth-child(2) .img_inr {width:43px}
  .qna .q_box1 ul li:nth-child(3) .img_inr {width:33px}
  .qna .q_box1 ul li:nth-child(4) .img_inr {width:47px}
  .qna .q_box1 ul li p {font-size:14px;}


  .customer_box .v-tab.v-tab {
    min-width: 0;
    width: calc(100% / 3)
  }

  .qna .q_box2 .top button {font-size: 9px;border: 1px solid #E0DFDF;}
  .qna .q_box2 .top p {font-size:15px}
  .qna .q_box2 .top span {font-size:11px}
  .qna .q_box3 .top p {font-size:15px}
  .qna .q_box3 .text-area {height:170px;padding:10px 20px;}
  .qna .q_box3 .text-area>div {font-size:13px;line-height: 20px}
  .qna .q_box3 .che_bx .v-selection-control__wrapper {width:30px;height:30px}
  .qna .q_box3 .che_bx .v-label {letter-spacing: -1px;word-spacing: -2.5px;font-size:13px !important}
  .qna .q_box3 .table_bx table input {font-size:15px;}
  .qna .q_box3 .table_bx table input::placeholder {font-size:14px;}
  .mdi:before, .mdi-set {font-size:16px}
  .qna .q_box2 .table_bx table th {font-size:13px}
  .qna .q_box2 .table_bx table td {font-size:13px;line-height: 20px}


  .qna .q_box .btn_bx {margin-top:0}
  .qna .q_box .btn_bx button {font-size: 15px;width:194px;height:48px;border-radius: 5px}
  .qna .q_box3 .table_bx {margin-top:10px}
  .qna .q_box3 .table_bx table {border:0}
  .qna .q_box3 .table_bx table th {border:0;font-size:14px;color:#000;text-align: left;height:46px}
  .qna .q_box3 .table_bx table td {border:0;padding:0}
  .qna .q_box3 .table_bx table td div {font-size:13px;}
  .qna .q_box3 .table_bx table input {padding:13px 10px}
}



/*자주묻는질문*/


.desc {
  padding: 0 4.1%;
}

.desc2 {
  /*border-top: 1px solid #fdbda1;*/
  border-top:1px solid rgba(158,158,158,0.5);
  padding: 30px 8% 50px 6%;
  font-size: 20px;
}
.desc2>p {margin-left: 0px !important;}
.accordion { border-top:2px solid #000;
}

.accordion .ac_box {
  /*background-color: #fef6f3;*/
  /*border-radius: 20px;*/
  /*margin-bottom: 20px;*/
  border-bottom:1px solid rgba(158,158,158,0.5);
}

.accordion .subject_name {
  position: relative;


  /*border-bottom: 1px solid #ddd;*/
  height: 108px;
  cursor: pointer;
  /* position: relative; */
  transition: 0.3s;
}

.accordion .subject_name p {
  position: absolute;
  align-items: center;
  display: flex;
  font-size: 25px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
  padding: 0 58px
}

.accordion .subject_name p span:first-child {
  display: inline-block;
  font-weight: 800;
  color: #000;
  margin-right: 30px;
  font-size:35px
}


.accordion .subject_name p span:last-child {
  display: inline-block;
  color: #616161;
  font-weight: 400;
  width: calc(100% - 125px);
  word-break: keep-all;
  /*transform: rotate(0.028deg);*/
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*.accordion .subject_name:after {*/
/*  content: '+';*/
/*  position: absolute;*/
/*  right: 50px;*/
/*  top: 50%;*/
/*  transform: translateY(-50%);*/
/*  transition: 0.3s;*/
/*  border-radius: 50%;*/
/*  font-size: 26px;*/
/*  height: 30px;*/
/*  width: 30px;*/
/*  background-color: #E9530C;*/
/*  text-align: center;*/
/*  color: #fff;*/
/*  line-height: 26px;*/
/*}*/
.accordion .subject_name:after {
  content: '';
  position: absolute;
  background: url("/web/resources/app/img/select_icon1.png") no-repeat;width:14px;height:7px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;

  text-align: center;

  line-height: 26px;
}
.accordion .subject_name.active2:after {

}

@media screen and (max-width: 1200px) {
  .qna_box .v-tab.v-tab {
    min-width: 0;
    width: calc(80% / 3)
  }

  .qna_box .v-btn .v-btn__content {
    font-size: 20px;
  }

  .desc2 {
    font-size: 15px;padding: 30px 0% 50px 0%;
  }

  .accordion .subject_name {
    height: 70px
  }

  .accordion .subject_name p {
    font-size: 16px;
    padding: 0 10px;
  }

  .accordion .subject_name p span:first-child {
    margin-right: 20px;
    font-size:15px;
  }

  .accordion .subject_name p span:last-child {
    width: calc(100% - 76px);
    font-size:16px;letter-spacing: -0.25px;color:#000;
  }

  .accordion .subject_name:after {
    width: 8px;
    height: 20px;
    background-size: 100%;
    background-position: center;
    /*font-size: 16px;*/
    /*line-height: 18px;*/
    /*right: 30px*/
  }
}

/*카달로그팝업*/
.v-card-actions .v-btn~.v-btn {
  -webkit-margin-start: 0rem;
  margin-inline-start: 0rem;
}
.vuPdf .v-item-group .v-btn--size-default {
  --v-btn-height: 5px;
}
.v-dialog .v-overlay__content {}
.vuPdf .v-overlay__content {
  /*//max-height: calc(100% - 48px);*/
  /*//width: calc(100% - 48px);*/
  /*//max-width: calc(100% - 48px);*/
  top:0;
  max-height: 100% !important;
  width: calc(100%);
  max-width: calc(100%);
  margin: 0px;
  display: flex;
  flex-direction: column;
  height:100%

}

.vuPdf .v-overlay__content>button {z-index: 10}
.vuPdf .mdi-chevron-left:before {font-size: 42px}
.vuPdf .mdi-chevron-right:before {font-size: 42px}
.vuPdf .mdi-record:before {font-size: 10px}
/*.vuPdf  .v-overlay {background-color: rgba(33,33,33,1)}*/
.vuPdf .v-card {margin:0px 0 0 0;height:100%}
.vuPdf .v-window {height:100%}
.vuPdf button {z-index: 10}
.vuPdf .text-h2 {display: inline-block;margin-top:20px;overflow-y: auto;}
.pdf_st {width:600px;min-height:800px;position: relative;padding:10px;max-height: 600px}
.pdf_st canvas {width:100% !important;position: relative;top:0;left:0;max-width:100%;}
@media screen and (max-width:580px) {
  .pdf_st {width:100%;}
  .vuPdf .v-card-actions .v-item-group {display: none}
  .pdf_st canvas {width:auto !important;height:100% !important;position: relative;top:0;left:0;max-width:100%;}

}

.pro_all2 {padding:80px 0}
.all_tab_menu {margin-bottom:80px;}
.all_tab_menu>ul{display: flex;flex-wrap: wrap}
.all_tab_menu>ul li
{width:calc(100% / 5);text-align:center;margin-left: 0px;margin-top:-1px;}
.all_tab_menu>ul li a {display: block;cursor: pointer;position:relative;border:1px solid #e5e5e5;font-size: 16px;padding:23px 0;height:80px;color:#616161 ;font-size:21px; letter-spacing:-1px;transition:ease-in .3s}
.all_tab_menu>ul li a.active {color:#E9530C}
.all_tab_menu>ul li a:hover:after,
.all_tab_menu>ul li a.active:after {position:absolute;content: "";top:0;left:0;width:100%;height:100%; border-top:3px solid #E9530C;}
.all_tab_menu>ul li strong {font-weight: 600}
.all_tab_menu>ul li:nth-child(n+10) {pointer-events: none}
@media screen and (max-width:1200px) {
  .all_tab_menu>ul li a{font-size: 15px;height: 40px;padding: 10px 0;}
}
@media screen and (max-width:768px) {
  .pro_all2 {padding:38px 0}
  .all_tab_menu {margin-bottom:30px}
  .all_tab_menu>ul {display: flex;margin-top:0px;justify-content: flex-start;overflow-x: auto;flex-wrap: nowrap;overflow-y: hidden}
  .all_tab_menu>ul li {width:auto;flex-shrink: 0;}
  .all_tab_menu>ul li a {border:0;border-bottom:1px solid rgba(158,158,158,0.53);color:#616161;font-size: 17px;letter-spacing:0;font-weight:700;text-align: center;height:auto;padding:5px 17px 16px 17px;height:48px;}

  .all_tab_menu>ul li a:hover:after,
  .all_tab_menu>ul li a.active:after {position:absolute;content: "";bottom:-2px;top:auto;left:0;width:100%;height:3px;background-color:#E9530C;  /*border-bottom:3px solid #E9530C;*/border-top:0}
  .all_tab_menu>ul li:nth-child(n+10) {display: none}
  .all_tab_menu>ul::-webkit-scrollbar {
    height:5px;
    background-color: rgba(255,255,255,0);

  }
  .all_tab_menu>ul::-webkit-scrollbar-thumb {
    background-color:rgba(233,83,12,0);

  }

}
@media screen and (max-width:768px) {
  /*.pro_all2 {padding:30px 0}*/
  /*.all_tab_menu {margin-bottom:30px}*/
  /*.all_tab_menu>ul {margin-top:10px;}*/
  /*.all_tab_menu>ul li a {font-size: 13.5px!important;font-weight: 700;color: rgba(158,158,158,0.53);height:37px;border-bottom:1px solid rgba(158,158,158,0.53);padding:5px 16px}*/
  /*.all_tab_menu>ul li a:hover:after,*/
  /*.all_tab_menu>ul li a.active:after {bottom:-1px;}*/
}

