<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* @import url("https://cdn.jsdelivr.net/gh/moonspam/NanumBarunGothic@latest/nanumbarungothicsubset.css"); */
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

@font-face {
  font-family: 'gyeonggititle_bold';
  src: url('font/gyeonggititle_bold.woff');
  src:
    url('font/gyeonggititle_bold.woff') format('woff'),
}


/* font-family:'Nanum Gothic', 'malgun gothic';*/

* {
  margin: 0;
  padding: 0;
  font-family: 'NanumBarunGothic', sans-serif;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-size: 12px;
}

body {
  color: #444444;
  -webkit-text-size-adjust: none;
  word-break: keep-all;
}

legend,
caption,
figcaption,
hr {
  display: none;
}

p,
ul,
ol,
li,
dl,
dt,
dd,
form {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  border: 0px;
  word-break: break-all;
}

img,
fieldset,
frameset,
frameborder,
frame {
  border: 0;
}

a,
img,
b,
input,
select,
em,
textarea,
label,
strong {
  vertical-align: middle;
  outline-style: none;
}

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

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  color: #444444;
}

a:hover {
  text-decoration: none
}

input[type="text"],
input[type="password"] {
  height: 24px;
  padding: 0 5px;
  border: 1px solid #b0b0b0;
}

input[type="file"] {
  height: 24px;
}

textarea {
  height: 80px;
  padding: 5px;
  border: 1px solid #b0b0b0;
}

select {
  height: 26px;
  padding-left: 5px;
  border: 1px solid #b0b0b0;
}

button {
  cursor: pointer;
}


/******************************************************************************
 *** layout *******************************************************************
 ******************************************************************************/
/* body{min-width:1100px;} */
.header {
  position: relative;
  display: table;
  width: 100%;
  z-index: 10
}

.header .inner {
  display: table-cell;
  position: relative;
  width: 1000px;
  height: 115px;
  background: url("../images/bg_header.png") no-repeat 0 0;
}

.header:before {
  display: table-cell;
  content: '';
  height: 116px;
  background: url("../images/bg_header_left.png") repeat-x 0 0;
}

.header:after {
  display: table-cell;
  content: '';
  height: 116px;
  background: url("../images/bg_header_right.png") repeat-x 0 0;
}

.header h1 {
  padding-top: 12px;
}

.header h1 img {
  vertical-align: top;
}

.topLink {
  position: absolute;
  top: 10px;
  right: 0;
}

.topLink li {
  display: inline-block;
  font-size: 12px;
  margin-left: 18px;
}

.topLink li:before {
  display: inline-block;
  content: '';
  width: 2px;
  height: 2px;
  margin-right: 5px;
  vertical-align: middle;
  font-weight: bold;
  background: #031c66;
}

.topLink li a {
  font-size: 12px;
  color: #031c66;
  font-weight: bold;
}

.gnbArea {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  height: 100px;
}

#gnb {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  z-index: 15;
  z-index: 25;
}

#gnb&gt;ul {
  position: absolute;
  top: 0;
  right: 15px;
}

#gnb&gt;ul&gt;li {
  float: left;
  margin-left: 85px;
}

#gnb&gt;ul&gt;li a {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 15px;
}

.gnbArea .gnbSub {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  padding: 28px 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 15;
}

.gnbArea .gnbSub .inner {
  display: table;
  width: 1000px;
  margin: 0 auto;
  padding-left: 240px;
  box-sizing: border-box;
}

.gnbArea .gnbSub .inner:after {
  display: block;
  content: '';
  clear: both;
}

.gnbArea .gnbSub .inner&gt;ul {
  display: table-cell;
  width: 25%;
  padding-left: 27px;
  border-left: 1px solid #555d69;
}

.gnbArea .gnbSub .inner&gt;ul:first-child {
  border-left: none;
}

.gnbArea .gnbSub .inner&gt;ul&gt;li {
  padding-top: 20px;
}

.gnbArea .gnbSub .inner&gt;ul&gt;li:first-child {
  padding-top: 0;
}

.gnbArea .gnbSub .inner&gt;ul&gt;li&gt;a,
.gnbArea .gnbSub .inner&gt;ul&gt;li&gt;strong {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.gnbArea .gnbSub .inner&gt;ul&gt;li&gt;ul {
  margin-top: 7px;
}

.gnbArea .gnbSub .inner&gt;ul&gt;li&gt;ul li {
  margin-top: 3px;
}

.gnbArea .gnbSub .inner&gt;ul&gt;li&gt;ul li a {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  color: #bebebe;
  font-size: 13px;
}

.gnbArea .gnbSub .inner&gt;ul&gt;li&gt;ul li a:before {
  display: block;
  width: 6px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  background: #bebebe;
}

.gnbArea .gnbSub .inner&gt;ul&gt;li&gt;ul li a.newwindow:after {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  margin-left: 5px;
  vertical-align: baseline;
  background: url("../images/ico_newwindow.png") no-repeat 0 0;
}

.gnbArea .gnbSub .inner ul li a:hover {
  text-decoration: underline
}

.viSub {
  text-align: center;
  margin-top: -40px;
}

.viSub .inner {
  width: 1000px;
  margin: 0 auto;
}

#container {
  position: relative;
  background: #fff;
}

#container .path {
  height: 45px;
  border-bottom: 1px solid #bcc9d3;
}

#container .path .inner {
  width: 1000px;
  margin: 0 auto;
}

#container .path .inner&gt;* {
  float: left;
  height: 45px;
  font-size: 13px;
  line-height: 45px;
  width: 180px;
  border-right: 1px solid #bcc9d3;
  text-align: center;
}

#container .path .inner .home {
  width: 45px;
  text-indent: -9999%;
  border-left: 1px solid #bcc9d3;
  background: url("../images/ico_home.png") no-repeat 50% 50%;
}

#container .path .inner .selc {
  position: relative;
}

#container .path .inner .selc&gt;a {
  display: block;
  line-height: 45px;
}

#container .path .inner .selc&gt;a:after {
  display: inline-block;
  margin-left: 8px;
  content: '';
  width: 8px;
  height: 7px;
  background: url("../images/ico_path_arr.png") no-repeat 0 0;
}

#container .path .inner .selc&gt;.layer {
  display: none;
  position: absolute;
  top: 45px;
  left: -1px;
  width: 100%;
  border: 1px solid #ccc;
  border-top: none;
  background: #fff;
  z-index: 10
}

#container .path .inner .selc&gt;.layer li a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  text-align: left;
  border-top: 1px solid #ccc;
}

#container .path .inner .selc:last-child&gt;a {
  font-weight: bold;
}

#content {
  width: 1200px;
  background: #fff;
  margin: 0 auto;
}

#content .contTit {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  padding-top: 50px;
}

#content .titType1 {
  margin-top: 90px;
}

#content .titType1:first-child {
  margin-top: 0;
}

#content .titType1:after {
  display: block;
  content: '';
  clear: both
}

#content .titType1:before {
  float: left;
  display: inline-block;
  content: '';
  height: 33px;
  width: 34px;
  background: url("../images/ico_titType1.png") no-repeat 0 0;
}

#content .titType1&gt;span {
  float: left;
  padding: 0 10px;
  color: #333333;
  font-size: 19px;
  border-bottom: 1px solid #333333;
}

#content .titType2 {
  position: relative;
  padding-top: 18px;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}

#content .titType2:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 25px;
  height: 4px;
  background: #3d86ff;
}

#content .titType2+.titType4 {
  margin-top: 20px;
}

#content .listType1 .titType2 {
  margin-top: 0;
  color: #333333;
}

#content .titType3 {
  padding-left: 7px;
  margin-top: 35px;
  color: #284f86;
  font-size: 14px;
}

#content h5.titType3 {
  margin-top: 25px;
}

.titType3+.dataType4 {
  margin-top: 8px;
}

.titType3+.listType3 {
  margin-top: 8px;
}

.titType3+.img1 {
  margin-top: 8px !important;
}

#content .titType4 {
  margin-top: 50px;
  font-size: 15px;
  color: #333333;
}

#content .titType4+.txt1 {
  margin-top: 5px;
}

.titType4+.listType3 {
  margin-top: 10px;
}


#footer .footerMenu {
  border-top: 1px solid #cfcfcf;
}

#footer .footerMenu .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 8px 0;
}

#footer .footerMenu .inner a {
  color: #555555;
}

#footer .footerMenu .inner a:before {
  display: inline-block;
  content: '';
  width: 2px;
  height: 12px;
  margin: 0 9px;
  background: #8c8c8c;
  vertical-align: middle;
}

#footer .footerMenu .inner a:first-child:before {
  display: none;
}

#footer .footerinfo {
  background: #2b405a;
}

#footer .footerinfo .inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 37px 0 37px 170px;
  box-sizing: border-box
}

#footer .footerinfo .inner .footerLogo {
  position: absolute;
  top: 30px;
  left: 0;
  text-indent: -9999px;
  overflow: hidden;
  width: 102px;
  height: 50px;
  background: url("../images/logo_footer.png") no-repeat 0 0;
}

#footer .footerinfo .inner .address {
  color: #9fa5ac;
}

#footer .footerinfo .inner .address span:before {
  display: inline-block;
  content: '';
  width: 1px;
  height: 11px;
  margin: 0 9px;
  background: #939aa3;
  vertical-align: middle;
}

#footer .footerinfo .inner .address span:first-child:before {
  display: none;
}

#footer .footerinfo .inner .copyright {
  margin-top: 5px;
  color: #9fa5ac;
}

#footer .footerinfo .inner .familySite {
  position: absolute;
  top: 20px;
  right: 0;
}

#footer .footerinfo .inner .familySite select {
  width: 135px;
  height: 28px;
  padding-left: 5px;
  color: #c6ccd5;
  font-size: 11px;
  border: 1px solid #4d6787;
  background: #4d6787;
}

/******************************************************************************
 *** home contents***********************************************************
 *************************************************************************/
/* #container.mainContainer{padding-bottom:40px;margin-top:-40px;padding-top:50px;background:#edf1f5} */
.section1 {
  width: 1110px;
  margin: 0 auto;
}

.section1:after {
  display: block;
  content: '';
  clear: both;
}

.section1 .visual {
  float: left;
  width: 1110px;
  height: 500px;
  background: #fff;
}

.section1 .section_title {
  position: absolute;
  margin-top: 170px;
  margin-left: 170px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

.suContant {
  width: 1110px;
  margin: 0 auto;
  margin-top: 20px;
}

.section2 {
  width: 1110px;
  margin: 0 auto;
  margin-top: 12px;
}

.section2:after {
  display: block;
  content: '';
  clear: both;
}

.section2 .photoList {
  float: left;
  height: 236px;
  width: 730px;
}

.section2 .photoList li {
  position: relative;
  float: left;
  width: 235px;
  padding: 5px 6px;
  margin-left: 12px;
  box-shadow: 5px 5px 2px #c3c5cd;
  box-sizing: border-box;
  background: #fff;
}

.section2 .photoList li:first-child {
  margin-left: 0px;
}

.section2 .photoList li .label {
  position: absolute;
  top: 160px;
  left: 0;
}

.section2 .photoList li .img img {
  width: 224px;
  height: 170px;
}

.section2 .photoList li p {
  padding: 12px 0 5px 10px;
}

.section2 .photoList li p .tit {
  display: block;
  color: #2c4984;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.section2 .photoList li p .txt {
  display: block;
  color: #9a9a9a;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  letter-spacing: -1px;
}

.warehouse {
  float: left;
  width: 234px;
  height: 236px;
  margin-left: 12px;
  background: #fff url("../images/bg_warehouse.png") no-repeat 0 0;
  box-shadow: 5px 5px 2px #c3c5cd;
  box-sizing: border-box;
}

.warehouse dt {
  height: 34px;
  line-height: 34px;
  font-weight: bold;
  font-weight: bold;
  color: #fff;
  font-size: 19px;
  text-align: center;
}

.warehouse dd {
  padding-top: 30px;
}

.warehouse dd strong {
  display: block;
  color: #2c5ac3;
  font-size: 17px;
  padding-left: 42px;
}

.warehouse dd .number {
  padding: 0 11px;
  padding-top: 33px;
}

.warehouse dd .number span {
  margin: 0 4px;
}

.warehouse2 {
  float: right;
  width: 119px;
  height: 236px;
  margin-left: 12px;
  background: #fff;
  box-shadow: 5px 5px 2px #c3c5cd;
  box-sizing: border-box;
}

.section3 {
  height: 181px;
  width: 1110px;
  margin: 0 auto;
  margin-top: 20px;
}

.section3:after {
  display: block;
  content: '';
  clear: both;
}

.section3 .warehouseStatus {
  float: left;
  width: 235px;
  height: 181px;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 5px 5px 2px #c3c5cd;
  background: url("../images/bg_warehouseStatus.png") no-repeat 0 0;
}

.section3 .warehouseStatus dl dt {
  font-size: 19px;
  color: #fff;
  font-weight: bold;
}

.section3 .warehouseStatus dl dd .tab {
  margin-top: 14px;
  display: inline-block;
  height: 22px;
  border: 1px solid #22407b;
  border-radius: 2px;
}

.section3 .warehouseStatus dl dd .tab a {
  float: left;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  border-left: 1px solid #22407b;
  text-align: center;
  width: 56px;
  color: #d1d5e0;
  background: #385287;
}

.section3 .warehouseStatus dl dd .tab a.on {
  color: #22407b;
  font-weight: bold;
  background: url("../images/bg_gradient_1.png") repeat-x 0 0;
}

.section3 .warehouseStatus dl dd .tab a:first-child {
  border-left: none;
}

.section3 .selc {
  position: relative;
  margin-top: 10px;
}

.section3 .selc&gt;a {
  display: block;
  line-height: 27px;
  padding: 0 20px;
  color: #0c4197;
  border-bottom: 1px solid #123a7a;
  background: #ffffff;
}

.section3 .selc&gt;a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -3px;
  display: inline-block;
  margin-left: 20px;
  content: '';
  width: 6px;
  height: 6px;
  background: url("../images/ico_warehouseStatus_arr.png") no-repeat 0 0;
}

.section3 .selc&gt;.layer {
  display: none;
  position: absolute;
  top: 28px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #ccc;
  border-top: none;
  background: #fff;
  z-index: 10
}

.section3 .selc&gt;.layer li a {
  display: block;
  height: 25px;
  line-height: 25px;
  padding-left: 10px;
  text-align: left;
  border-top: 1px solid #ccc;
}

.section3 .noticeList {
  margin-left: 12px;
  float: left;
  height: 181px;
  position: relative;
  box-shadow: 5px 5px 2px #c3c5cd;
  box-sizing: border-box;
  background: #fff;
}

.section3 .noticeList .more {
  position: absolute;
  top: 0;
  right: 0;
}

.section3 .noticeList .tit {
  padding: 9px 0;
  font-weight: bold;
  font-size: 19px;
  color: #474747;
  border-bottom: 2px solid #86b666;
}

.section3 .noticeList .list ul {
  padding: 10px 20px;
}

.section3 .noticeList .list li {
  padding: 6px 0;
  color: #595858;
}

.section3 .noticeList .list li a {
  position: relative;
  display: block;
  padding-left: 8px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #595858;
}

.section3 .noticeList .list li a:before {
  display: block;
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 1px;
  height: 1px;
  background: #595858;
}

.section3 .noticeList .more {
  position: absolute;
  top: 12px;
  right: 14px;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999%;
  width: 19px;
  height: 19px;
  background: url("../images/bg_more.png") no-repeat 0 0;
}

.section3 .noticeList.type1 {
  width: 482px;
  background: #fff url("../images/bg_notice_1.png") no-repeat 100% 100%;
}

.section3 .noticeList.type1 .tit {
  padding-left: 56px;
  background: url("../images/bg_notice_ico1.png") no-repeat 15px 50%;
}

.section3 .noticeList.type2 {
  float: right;
  width: 367px;
  background: #fff url("../images/bg_notice_2.png") no-repeat 100% 100%;
}

.section3 .noticeList.type2 .tit {
  padding-left: 36px;
  border-bottom: 2px solid #af76c4;
  background: url("../images/bg_notice_ico2.png") no-repeat 17px 50%;
}

.section3 .noticeList.type2 .list li {
  border-top: 1px solid #d1d1d1;
}

.section3 .noticeList.type2 .list li:first-child {
  border-top: none;
}


/******************************************************************************
 *** map contents***********************************************************
 ******************************************************************************/
/* .mapContainer{position:absolute;top:75px;left:0;right:0;bottom:0;overflow:hidden;} */
.mapMenu {
  height: 100px;
  padding-top: 35px;
  box-sizing: border-box;
  background: #555555;
}

.mapMenu dl {
  padding: 0 0 0 25px;
}

.mapMenu dl dt {
  float: left;
  padding-top: 10px;
  padding-right: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.mapMenu dl dd {
  float: left;
}

.mapMenu dl dd span {
  display: inline-block;
  width: 44px;
  height: 54px;
  margin-left: 2px;
  font-size: 37px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: url("../images/bg_num.png") no-repeat 0 0;
}

.mapSearch {
  float: left;
  height: 50px;
  margin-top: 5px;
  margin-left: 20px;
  padding-left: 60px;
  background: url("../images/ico_map.png") no-repeat 0 0;
}

.mapSearch .selc {
  display: inline-block;
  position: relative;
  min-width: 115px;
  margin-right: 20px;
}

.mapSearch .selc&gt;a {
  display: block;
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 10px;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.mapSearch .selc&gt;a:after {
  position: absolute;
  top: 50%;
  right: 5px;
  display: inline-block;
  width: 100%;
  margin-left: 8px;
  margin-top: -3px;
  content: '';
  width: 9px;
  height: 7px;
  background: url("../images/ico_mapSearch_arr.png") no-repeat 100% 0;
}

.mapSearch .selc&gt;.layer {
  display: none;
  position: absolute;
  top: 38px;
  left: 0;
  width: 100%;
  border-top: none;
  color: #fff;
  background: #555555;
  z-index: 10
}

.mapSearch .selc&gt;.layer li a {
  display: block;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  text-align: left;
  color: #fff;
  border-top: 1px solid #a8a5a5;
}

.mapSearch .selcSearch {
  display: inline-block;
  width: 180px;
  padding: 12px 0 4px 0;
  border-bottom: 1px solid #ffffff;
}

.mapSearch .selcSearch input {
  color: #fff;
  font-size: 12px;
  width: 140px;
  border: 1px solid #555555;
  background: #555555;
}

.mapSearch .selcSearch a {
  overflow: hidden;
  display: inline-block;
  width: 13px;
  height: 13px;
  text-indent: -9999%;
  background: url("../images/ico_search.png") no-repeat 0 0;
}

.mapAside {
  position: absolute;
  top: 100px;
  ;
  right: 0;
  bottom: 0;
  width: 255px;
  border-left: 5px solid #555555;
  background: #fff;
  z-index: 10;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5)
}

.mapAside .btn {
  display: block;
  width: 23px;
  height: 55px;
  position: absolute;
  top: 50%;
  left: -28px;
  margin-top: -27px;
  background: url("../images/btn_mapAside.png") no-repeat 0 0;
}

.mapAside dl {
  position: relative;
  height: 50%;
}

.mapAside dl dt {
  height: 36px;
  line-height: 36px;
  padding-left: 36px;
  font-size: 14px;
  color: #fff;
}

.mapAside dl.first dt {
  border-bottom: 5px solid #ffc258;
  background: #333333 url("../images/ico_speaker_red.png") no-repeat 9px 50%;
}

.mapAside dl.last dt {
  border-bottom: 5px solid #ffc258;
  background: #7b7b7b url("../images/ico_speaker_org.png") no-repeat 9px 50%;
}

.mapAside dl dd {
  position: absolute;
  top: 41px;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: auto
}

.mapAside dl dd ul li {
  border-top: 1px solid #e1d8ca;
}

.mapAside dl dd ul li a {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 23px;
  color: #ff4201;
  font-size: 12px;
  background: #fffdf9;
}

.mapAside dl dd ul li a:hover {
  background: #f6f1e7;
}

.mapAside.off .btn {
  background-position: -23px 0;
}

.mapArea {
  position: absolute;
  top: 100px;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.mapArea .map {
  position: relative;
  width: 100%;
  height: 100%;
}

/*
.mapArea .map img{width:100%;height:100%;}
.mapArea .map img{width:100%;height:100%;}
*/
.mapArea .indicators&gt;div {
  position: relative;
}

.mapArea .indicators .view {
  position: absolute;
  top: 0;
  left: 40px;
  width: 247px;
  padding: 10px 10px 28px 10px;
  box-sizing: border-box;
  border: 2px solid #1b55b2;
  background: #fff;
  z-index: 10
}

.mapArea .indicators .view .photo img {
  width: 223px;
  height: 143px;
}

.mapArea .indicators .view .thumb {
  display: table;
  width: 100%;
  margin-top: 5px;
  border-collapse: separate;
  border-spacing: 2px;
}

.mapArea .indicators .view .thumb span {
  display: table-cell;
  width: 20%;
  border: 1px solid #bfbfbf;
  background: #eaeaea;
}

.mapArea .indicators .view .thumb img {
  width: 100%;
  height: 30px;
}

.mapArea .indicators .view .viewconts dt {
  padding: 15px 0 6px 0;
  border-bottom: 1px solid #1b55b2;
  font-weight: bold;
  color: #1b55b2;
  font-size: 12px;
}

.mapArea .indicators .view .viewconts dd ul li {
  display: none;
  padding: 5px 0;
  border-top: 1px solid #d9dfe9;
  font-size: 11px;
  letter-spacing: -1px;
}

.mapArea .indicators .view .viewconts dd ul li:first-child {
  display: block;
}

.mapArea .indicators .view .viewconts dd ul li:first-child {
  border-top: none;
}

.mapArea .indicators .view .viewconts dd ul li strong {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  color: #000;
}

.mapArea .indicators .view .viewconts dd ul li strong:before {
  position: absolute;
  top: 6px;
  left: 7px;
  display: inline-block;
  content: '';
  width: 3px;
  height: 3px;
  background: #1b55b2;
}

.mapArea .indicators .view .viewconts dd ul li span {
  color: #666666;
}

.mapArea .indicators .view .btn {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 25px;
  box-sizing: border-box;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  background: #1b55b2;
}

.mapArea .indicators .view .btn:after {
  display: inline-block;
  content: '';
  width: 10px;
  height: 6px;
  margin: 0 5px;
  background: url("../images/bg_arr_indicators.png") no-repeat 0 0;
}

.mapArea .indicators .view .btn&gt;span {
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
}

.mapArea .indicators .view.on .viewconts dd ul li {
  display: block;
}

.mapArea .indicators .view.on .btn:after {
  background-position: 0 -6px;
}

.mapArea .indicators .view.on .btn&gt;span {
  text-indent: 0;
}


/******************************************************************************
 *** contents***********************************************************
 ******************************************************************************/


/*로그인*/
#login_box {
  width: 630px;
  margin: 0 auto;
  padding: 53px 0 135px
}

#login_box .tit {
  font-size: 36px;
  color: #000;
  margin-bottom: 52px;
  text-align: center;
}

#login_box .login_input {
  font-size: 18px;
  width: 100%;
  height: 65px;
  border: 1px solid #ccc;
  padding-left: 35px;
}

#login_box .login_input#login_id {
  margin-bottom: 15px;
}

#login_box .login_input::placeholder {
  color: #999;
}

#login_box .btn_submit {
  width: 100%;
  height: 68px;
  line-height: 68px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-color: #9da0a8;
  border-radius: 5px;
  border: 0
}

#login_box .login_info {
  margin-top: 25px;
  text-align: center;
}

#login_box .login_info a {
  font-size: 16px;
  color: #333;
  display: inline-block;
}

#login_box .login_info a::after {
  content: '·';
  display: inline-block;
  color: #ccc;
  vertical-align: middle;
  margin: 0 15px;
  font-size: 40px;
  position: relative;
  top: 3px
}

#login_box .login_info a:last-child::after {
  display: none;
}

#login_box .banner_adv {
  width: 100%;
  height: 250px;
  margin-top: 40px;
  background-color: #ccc;
}

#login_box .id_save_box {
  text-align: left;
  font-size: 16px;
  color: #333;
  margin: 14px 0 25px;
  border: 0;
  background-color: transparent;
  display: block;
}

#login_box .id_save_box img {
  margin-right: 8px;
}

#login_box #id_save {
  display: none;
}

#login_box .id_save_box .on {
  display: none;
}

#login_box .id_save_box input[type='checkbox']:checked~.on {
  display: inline-block;
}

#login_box .id_save_box input[type='checkbox']:checked~.off {
  display: none;
}

#login_search #login_box {
  width: 100%
}

#login_search #login_box .tit_sub_bar {
  border-left: 5px solid #0066cc;
  margin-right: 5px;
}

#login_search #login_box .tit_sub {
  font-size: 28px;
  color: #000;
  margin-bottom: 10px;
}

#login_search #login_box #inquiry1 {
  margin-bottom: 15px;
}

#login_search #login_box #mb_id {
  margin-bottom: 15px;
}

#login_search #login_box .idpwInput {
  display: table;
  width: 100%;
}

#login_search #login_box dl {
  display: table-cell;
  width: 50%;
}

#login_search #login_box .btn_submit {
  margin-top: 20px;
}

#login_search #login_box .dl_st {
  padding-right: 3%;
}

#login_search #login_box .dl_ed {
  padding-left: 3%;
}

/*회원가입*/
.register {
  width: 100%;
  padding-bottom: 110px;
}

.register .main_tit {
  font-size: 36px;
  color: #000;
  margin-bottom: 52px;
  text-align: center;
  padding: 50px 0;
  border-bottom: 1px solid #ccc;
}

#fregisterform .tit {
  width: 100%;
  border-bottom: 2px solid #104b9f;
  font-size: 18px;
  font-weight: bold;
  color: #999;
  padding-bottom: 8px;
}

#fregisterform .tit span {
  font-size: 22px;
  color: #333;
  display: inline-block;
  margin-right: 20px;
}

#fregisterform .tit span b {
  color: #ff6600;
}

#fregisterform .tit span img {
  margin-right: 6px;
}

#register_form {
  width: 100%;
}

#register_form table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

#register_form th {
  width: 230px;
  font-size: 18px;
  font-weight: normal;
  padding-left: 48px;
  background-color: #eff3f9;
}

#register_form th span {
  color: #ff6600;
  display: inline-block;
  margin-right: 5px;
}

#register_form th,
#register_form td {
  border-bottom: 1px solid #ccc;
  text-align: left;
}

#register_form td {
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#register_form td input[type='text'] {
  width: 380px;
  height: 45px;
  border: 1px solid #ccc;
  padding-left: 28px;
  font-size: 18px;
  display: inline-block;
}

#register_form td input[type='password'] {
  width: 380px;
  height: 45px;
  border: 1px solid #ccc;
  padding-left: 28px;
  font-size: 18px;
  display: inline-block;
}

#register_form td.hp_td input[type='text'] {
  width: 148px;
  margin-left: 5px;
}

#register_form td input::placeholder {
  color: #999;
}

#register_form td .resi_btn {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #a0a0a0;
  width: 110px;
  height: 45px;
  line-height: 45px;
  border: 0;
  margin-left: 5px;
}

#register_form td span {
  font-size: 16px;
  color: #ff6600;
  margin-left: 10px;
}

#register_form td input#mb_email {
  width: 100%;
}

#register_form .hp_select {
  width: 148px;
  height: 45px;
  border: 1px solid #ccc;
  font-size: 18px;
  padding-left: 28px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('../../images/select_ico.png');
  background-position: 90% 15px;
  background-repeat: no-repeat;

}

#register_form .hp_select::placeholder {
  color: #999;
}

#register_form .hp_select::-ms-expand {
  display: none;
}


.user_txt_box {
  margin-top: 110px;
}

.user_txt_box .txt_box {
  margin-top: 32px;
}

.user_txt_box .box_tit {
  font-weight: bold;
  color: #0066cc;
  font-size: 20px;
  margin-bottom: 8px;
}

.user_txt_box .txt {
  width: 100%;
  height: 208px;
  border: 1px solid #ccc;
  overflow-y: scroll;
  white-space: pre-line;
  padding: 0 20px;
}

.user_txt_box .chd_box {
  background-color: #f5f5f5;
  padding: 34px 40px;
  font-size: 18px;
  position: relative;
}

.user_txt_box .radio_box {
  position: absolute;
  right: 40px;
  top: 32px;
}

.user_txt_box .radio_box span {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #333;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
}

.user_txt_box .radio_box input[type='radio'] {
  display: none;
}

.user_txt_box .radio_box label:last-child {
  margin-left: 56px;
}

.user_txt_box .radio_box input[type='radio']:checked~span {
  border: 1px solid #ff6600;
  background-color: #ff6600;
}

.user_txt_box .radio_box input[type='radio']:checked~span::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 50%;
  margin-top: -5px;
}

.register .btn_wrap {
  margin-top: 77px;
  text-align: center;
}

.register .btn_wrap button {
  width: 340px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #a0a0a0;
  font-size: 24px;
  font-weight: bold;
  color: #666;
}

.register .btn_wrap button#submit_btn {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  margin-right: 10px;
}



.stepBystep {
  margin-top: 40px;
  padding: 17px 0;
  text-align: center;
  border: 1px solid #eeeeee;
  background: #fbfbfb;
}

.stepBystep ol {
  display: table;
  width: 564px;
  margin: 0 auto;
}

.stepBystep ol li {
  display: table-cell;
  width: 112px;
  height: 62px;
  text-align: center;
  padding-left: 114px;
  background: url("../images/bg_stepBystep_arr.png") no-repeat 41px 50%;
}

.stepBystep ol li:first-child {
  padding-left: 0;
}

.stepBystep ol li&gt;div {
  display: table-cell;
  width: 112px;
  height: 62px;
  border: 1px solid #d2d2d2;
  background: #e5e5e5;
  vertical-align: middle;
}

.stepBystep ol li.on&gt;div {
  border: 1px solid #4477cb;
  background: #4477cb;
}

.stepBystep ol li span {
  display: block;
  font-size: 20px;
  color: #aeaeae;
}

.stepBystep ol li span.num {
  font-size: 14px;
}

.stepBystep ol li.on span {
  color: #fff;
}

.joinTxt {
  margin-top: 40px;
  padding: 17px 0;
  text-align: center;
  border: 1px solid #eeeeee;
  background: #fbfbfb;
}

.joinTxt .txt1 {
  font-size: 19px;
  font-weight: bold;
  color: #2b65c4;
}

.joinTxt .txt2 {
  margin-top: 3px;
  font-size: 13px;
  font-weight: bold;
  color: #3b5889;
}

.joinRule {
  padding-top: 30px;
  padding-bottom: 120px;
}

.joinRule dl {
  margin-top: 30px;
}

.joinRule dt {
  float: left;
  padding-bottom: 9px;
  margin-right: 15px;
  color: #505e76;
  font-weight: bold;
  font-size: 24px;
  border-bottom: 1px solid #333333;
}

.joinRule dd {
  overflow: auto;
  padding-top: 5px;
}

.joinRule dd .rule {
  height: 165px;
  padding: 20px;
  font-size: 13px;
  border: 1px solid #b0b0b0;
  overflow: auto
}

.joinRule dd&gt;p {
  margin-top: 8px;
}

.joinRule .ruleBox {
  height: 345px;
  padding: 20px;
  font-size: 13px;
  border: 1px solid #b0b0b0;
  overflow: auto
}

.joinForm {
  margin-top: 38px;
}

.joinComplete {
  margin-top: 60px;
  padding-bottom: 35px;
  border: 1px solid #c8c8c8;
}

.joinComplete .completeTxt {
  padding-top: 175px;
  text-align: center;
  background: url("../images/bg_joinComplete.png") no-repeat 50% 47px;
}

.joinComplete .completeTxt strong {
  display: block;
  color: #3b5889;
  font-size: 27px;
}

.joinComplete .completeTxt span {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #5d6a81;
  font-size: 14px;
}

.searchBox {
  padding: 20px 0;
  text-align: center;
  border: 1px solid #f6f6f6;
  background: #fafafa;
}

.searchBox select {
  width: 100px;
  height: 44px;
  color: #777777;
  border: 1px solid #d3d3d3;
  font-size: 13px;
}

.searchBox input[type="text"] {
  color: #777;
  height: 44px;
  width: 360px;
  padding: 0 10px;
  margin-left: 3px;
  border: 1px solid #d3d3d3;
  font-size: 13px;
}

.searchBox button {
  width: 88px;
  height: 44px;
  font-size: 13px;
  font-weight: bold;
  vertical-align: middle;
  margin-left: 5px;
  border: 1px solid #40649d;
  color: #fff;
  background: #5e80b7;
}

.searchBox button .icoSearch {
  margin-left: 2px;
}

.noticeArea {
  margin-top: 50px;
  padding-bottom: 50px;
}

.location {
  padding-top: 50px;
}

.location .locationMap {
  margin-top: 30px;
  border: 1px solid #b0b0b0;
}

.location .dataType3 {
  width: 644px;
  margin: 0 auto;
}

.menuSection1,
.menuSection3 {
  padding-top: 50px;
  padding-bottom: 10px;
}

.menuSection3:after {
  content: "";
  display: block;
  clear: both;
}

.consulting2 {
  margin-top: 10px;
}

.consulting2 .txt {
  margin-top: 35px;
}

.consulting2 strong {
  position: relative;
  display: block;
  padding-bottom: 30px;
  text-align: center;
  color: #4d6682;
  font-size: 32px;
}

.consulting2 strong:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 2px;
  margin-left: -30px;
  background: #4d6682;
}

.consulting2 p {
  margin-top: 30px;
  font-size: 19px;
  color: #888888;
  font-weight: bold;
  line-height: 1.45em;
  text-align: center;
}

.consulting3 {
  margin-top: 30px;
}

.inquiry {
  margin-top: 30px;
  text-align: right;
}

.inquiry:after {
  display: block;
  content: '';
  clear: both;
}

.inquiry ul {
  display: inline-block;
  width: 150px;
  border-top: 1px solid #ccc;
  vertical-align: middle;
}

.inquiry ul li {
  height: 25px;
  line-height: 25px;
  padding-left: 30px;
  color: #666666;
  border-bottom: 1px solid #cccccc;
  text-align: left;
}

.inquiry ul li.tel {
  background: url("../images/ico_tel.png") no-repeat 7px 50%;
}

.inquiry ul li.email {
  background: url("../images/ico_email.png") no-repeat 7px 50%;
}

.inquiry .btn {
  display: inline-block;
  width: 151px;
  height: 51px;
  margin-left: 10px;
  line-height: 51px;
  font-size: 23px;
  text-align: center;
  color: #fff;
  background: #0c4197;
}

.storageWarehouse .range {
  margin-top: 20px;
  padding: 30px;
  border: 1px solid #d1dcde;
  box-shadow: 3px 3px 0 #e3eaf6
}

.storageWarehouse .range:after {
  content: "";
  display: block;
  clear: both;
}

.storageWarehouse .range .list {
  float: left;
  width: 470px;
}

.storageWarehouse .range .list li {
  margin-top: 4px;
  color: #777777;
  font-size: 13px;
}

.storageWarehouse .range .list li:first-child {
  margin-top: 0px;
}

.storageWarehouse .range .list li.star {
  position: relative;
  padding-left: 10px;
}

.storageWarehouse .range .list li.star:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "*";
  display: inline-block;
}

.storageWarehouse .range .list&gt;li {
  margin-top: 30px;
}

.storageWarehouse .range .list ul {
  margin-top: 7px;
}

.storageWarehouse .range .img {
  float: left;
}

.storageWarehouse .item {
  margin-top: 20px;
  padding-left: 10px;
}

.storageWarehouse .item .tit {
  padding: 2px 0;
  padding-left: 30px;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  background: url("../images/ico_circleCheck.png") no-repeat 0 50%;
}

.storageWarehouse .item table {
  margin-top: 12px;
}

.storageWarehouse .item table th {
  padding: 5px 0;
  vertical-align: middle;
}

.storageWarehouse .item table th&gt;div {
  position: relative;
  display: inline-block;
  width: 58px;
  height: 26px;
  line-height: 26px;
  color: #fff;
  font-size: 13px;
  background: #df8285;
}

.storageWarehouse .item table th&gt;div:after {
  position: absolute;
  top: 28px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  clear: both;
  background: #df8285;
}

.storageWarehouse .item table td {
  padding: 5px 10px;
  color: #888888;
  font-size: 13px;
}

.WarehouseCharac {
  position: relative;
  margin-top: 20px;
}

.WarehouseCharac table {
  margin-top: 20px;
}

.WarehouseCharac table th {
  padding: 10px 0;
  color: #aecc44;
  font-size: 44px;
  font-weight: bold;
  vertical-align: top;
}

.WarehouseCharac table td {
  padding: 10px;
  color: #777777;
  font-size: 13px;
  vertical-align: middle;
}

.WarehouseCharac .img {
  position: absolute;
  top: 80px;
  right: 0;
}

.WarehouseView {
  margin-top: 20px;
}

.WarehouseView&gt;.img {
  padding: 20px 0 30px 0;
  text-align: center;
}

.WarehouseView .box {
  padding: 20px 40px;
  border: 1px solid #d1dcde;
  box-shadow: 3px 3px 0 #e3eaf6
}

.WarehouseView .box:after {
  content: "";
  display: block;
  clear: both;
}

.WarehouseView .box .txt1 {
  margin-top: 5px;
  font-size: 13px;
  color: #333333;
}

.WarehouseView .box .txt1:first-child {
  margin-top: 0px;
}

.WarehouseView .box .txt1 strong {
  vertical-align: baseline;
}

.WarehouseView .box .txt2 {
  margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
}

.WarehouseView .box .photoList {
  float: left;
  margin-top: 20px;
}

.WarehouseView .box .photoList li {
  position: relative;
  float: left;
  width: 280px;
  padding: 5px 0;
  margin-left: 9px;
  box-sizing: border-box;
  background: #fff;
}

.WarehouseView .box .photoList li:first-child {
  margin-left: 0px;
}

.WarehouseView .box .photoList li .label {
  position: absolute;
  top: 160px;
  left: 0;
}

.WarehouseView .box .photoList li .img img {
  width: 280px;
  height: 180px;
}

.WarehouseView .box .photoList li p {
  padding: 10px 0 5px 0;
}

.WarehouseView .box .photoList li p .tit {
  display: block;
  color: #333333;
  font-size: 11px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.WarehouseView .box .photoList li p .txt {
  display: block;
  margin-top: 2px;
  color: #888888;
  font-size: 11px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  letter-spacing: -1px;
}

.chartMap {
  position: relative;
  float: left;
}

.chartMap .map_pop_blank {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}

.chartMap .map_pop_over {
  position: absolute;
  top: 0;
  left: 0;
}

.chartMap area {
  outline: none;
}

.chartArea {
  float: right;
  margin-top: 60px;
}

.equimentArea .txt1 {
  margin-top: 20px;
  color: #666666;
  font-size: 13px;
  line-height: 1.5em;
}

.equimentArea .txt2 {
  margin-top: 20px;
  color: #666666;
  font-size: 13px;
}

.equimentArea .txt2 {
  position: relative;
  padding-left: 15px;
  margin-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  color: #666666;
}

.equimentArea .txt2:before {
  position: absolute;
  top: 7px;
  left: 5px;
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: #9daec9;
}

.equimentArea .img1 {
  position: relative;
  margin-top: 25px;
  border: 1px solid #dbdbdb;
  padding: 20px 0;
  text-align: center;
  background: #fdfcfc;
}

.equimentArea .img1 .label {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 14px;
  color: #333333;
}

.equimentArea .img2 {
  padding: 12px 0 0 25px;
}

.cellBox {
  display: table;
}

.cellBox .cell {
  display: table-cell;
  padding-right: 75px;
}

.cellBox2 {
  display: table;
  width: 100%;
  margin-top: 20px;
}

.cellBox2 .cell {
  display: table-cell;
  vertical-align: top;
}

.cellBox2 .cell:first-child {
  padding-right: 30px;
}

.cellBox2 .cell:last-child {
  width: 320px;
}

.cellBox2 .cell .txt1 {
  margin-top: 0;
}

.cellBox2 .cell .img1 {
  margin-top: 0;
}



/* txtType */
.txtType1 span {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #d1dcde;
  font-size: 13px;
  color: #333333;
  box-shadow: 3px 3px 0 #e3eaf6;
}

/* listType */
.titType1+.listType1 {
  margin-top: 30px;
}

.listType1:after {
  display: block;
  content: '';
  clear: both;
}

.listType1 {
  margin-left: -20px;
}

.listType1&gt;li {
  float: left;
  box-sizing: border-box;
  padding-left: 20px;
}

.listType1&gt;li .img {
  margin-top: 20px;
  border: 1px solid #b7c6d7;
}

.listType1&gt;li .img img {
  width: 100%;
}

.listType1.w4&gt;li {
  width: 25%;
}

.listType1&gt;li ul.list {
  border-top: 1px solid #5485d1;
  margin-top: 20px;
}

.listType1&gt;li ul.list li {
  height: 31px;
  line-height: 31px;
  font-weight: bold;
  border-top: 1px solid #1b4c83;
  color: #fff;
  background: #5485d1;
}

.listType1&gt;li ul.list li:before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 4px;
  height: 4px;
  margin: 0 5px 0 14px;
  border-radius: 2px;
  background: #fff;
}

.listType1&gt;li ul.list li:first-child {
  border-top: none;
}

.listType3 {
  margin-top: 25px;
  padding-left: 8px;
}

.listType3&gt;li {
  position: relative;
  padding-left: 15px;
  margin-top: 3px;
  font-size: 13px;
  color: #666666;
}

.listType3&gt;li:before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: #9daec9;
}

.listType3&gt;li ul {
  padding: 5px 0;
  padding-left: 15px;
}

.listType3&gt;li ul li {
  position: relative;
  padding-left: 8px;
  margin-top: 2px;
}

.listType3&gt;li ul li:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 2px;
  height: 2px;
  background: #666;
}

.listType3 .ex {
  position: relative;
  padding: 3px 0;
  padding-left: 25px;
}

.listType3 .ex&gt;span {
  position: absolute;
  top: 3px;
  left: 0;
}

/* dlType */
.listType1+.dlType1 {
  margin-top: 30px;
}

.dlType1 {
  padding: 20px;
  border: 1px solid #e2e2e2;
  background: #ffffff;
}

.dlType1 dt {
  position: relative;
  font-weight: bold;
  margin-top: 25px;
  color: #333333;
  font-size: 14px;
  padding-left: 10px;
}

.dlType1 dt:first-child {
  margin-top: 0px;
}

.dlType1 dt:before {
  position: absolute;
  top: 7px;
  left: 0;
  display: inline-block;
  content: '';
  width: 4px;
  height: 4px;
  background: #333333;
}

.dlType1 dd {
  padding-left: 9px;
}

.dlType1 dd ul li {
  margin-top: 5px;
  color: #808080;
  font-size: 13px;
}

.dlType2 dl {
  position: relative;
  min-height: 90px;
}

.dlType2 dl:after {
  position: absolute;
  left: 0;
  top: 52px;
  bottom: 0;
  width: 140px;
  display: block;
  content: '';
  background: url("../images/arr_dlType2.png") no-repeat 50% 50%;
}

.dlType2 dl:last-child:after {
  background: none;
}

.dlType2 dt {
  position: relative;
  float: left;
  width: 140px;
  clear: both;
}

.dlType2 dt strong {
  display: block;
  height: 50px;
  line-height: 50px;
  border: 1px solid #2b65c4;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  background: #4477cb;
}

.dlType2 dd {
  overflow: auto;
  padding-bottom: 30px;
  padding-left: 54px;
}

.dlType2 dd ul li {
  margin-top: 5px;
  color: #000;
  font-size: 14px;
}

.dlType2 dd .img {
  margin-top: 15px;
}

/* tabType */
.tabType1 {
  width: 100%;
  margin: 30px 0;
  border: 1px solid #2069e1;
}

.tabType1:after {
  display: block;
  content: '';
  clear: both;
}

.tabType1 li {
  float: left;
}

.tabType1 li a {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #666666;
  font-size: 15px;
  font-weight: bold;
  border-left: 1px solid #2069e1;
  text-align: center;
  background: #fff;
}

.tabType1 li.on a {
  color: #fff;
  background: #3f84f5;
}

.tabType1.tab5 li {
  width: 20%;
}

.tabType1.tab6 li {
  width: 16.6%;
}

.tabType2 ul {
  height: 38px;
  border: 1px solid #2069e1;
}

.tabType2 ul:after {
  content: "";
  display: block;
  clear: both;
}

.tabType2 li {
  float: left;
  line-height: 38px;
  height: 38px;
  text-align: center;
  color: #666666;
  font-size: 15px;
}

.tabType2 li a {
  display: block;
  height: 100%;
  border-left: 1px solid #2069e1;
  line-height: 38px;
}

.tabType2 li:first-child a {
  border-left: none;
}

.tabType2 li.on a {
  color: #fff;
  background: #3f84f5;
}

.tabType2.tab3 li {
  width: 33.33333%;
}

.tabType3 {
  margin-top: 13px;
  position: relative;
  padding: 15px 0;
  text-align: center;
  border: 1px solid #d3d7df;
  background: #fafafa;
}

.tabType3 .arr {
  position: absolute;
  top: -11px;
  left: 0;
  content: "";
  display: block;
  width: 20px;
  height: 11px;
  background: url("../images/arr_tabType3.png") no-repeat 0 0;
}

.tabType3 .arr.pos1 {
  left: 148px;
}

.tabType3 .arr.pos2 {
  left: 459px;
}

.tabType3 .arr.pos3 {
  left: 772px;
}

.tabType3 li {
  position: relative;
  display: inline-block;
  padding: 0 15px;
}

.tabType3 li:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  display: inline-block;
  width: 1px;
  height: 13px;
  background: #7b7b7b;
}

.tabType3 li:first-child:before {
  display: none;
}

.tabType3 li a {
  display: inline-block;
  color: #333333;
}

.tabType3 li.on a,
.tabType3 li:hover a {
  border-bottom: 1px solid #000000;
}

/* dataType */
.dataTop {
  padding-bottom: 5px;
}

.dataTop:after {
  display: block;
  content: '';
  clear: both;
}

.dataTop .rSide {
  float: right;
}

.dataTop .searchNum span {
  color: #666666;
  font-size: 11px;
}

.dataTop .searchNum em {
  font-size: 11px;
  color: #ff0000;
  font-weight: bold;
  font-style: normal;
  font-weight: bold;
}

.dataBtm {
  margin-top: 7px;
}

.dataBtm:after {
  display: block;
  content: '';
  clear: both;
}

.dataBtm .lSide {
  float: left;
}

.dataBtm .rSide {
  float: right;
}

.dataTopTxt {
  margin: 5px 0;
}

.dataTopTxt.right {
  text-align: right;
}

.dataType1 {
  border-top: 2px solid #0c4197;
}

.dataType1 th {
  height: 60px;
  text-align: center;
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #d6d6d6;
  background: #fff;
  width: 186px;
}

.dataType1 td {
  height: 60px;
  padding: 7px 0 7px 20px;
  border-bottom: 1px solid #d6d6d6;
}

.dataType1 .tbltxt1 {
  font-size: 11px;
}

.dataType1 td .dataView {
  padding: 30px 25px;
  text-align: left;
  line-height: 1.45em;
  font-size: 13px;
}

.dataType1 td a:hover {
  text-decoration: underline;
}

.dataType1.type2 {
  border-top: 1px solid #d6d6d6;
}

.dataType1.type3 {
  border-top: 1px solid #d6d6d6;
}

.dataType1.type3 th {
  background: #fff;
}

.dataType1 td input[type="text"] {
  width: 350px;
  height: 45px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.dataType1 td input[type="password"] {
  width: 350px;
  height: 45px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.dataType1 td input[type="file"] {
  display: none;
}

.dataType1 td .file_btn {
  width: 154px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #a0a0a0;
  color: #fff;
  font-size: 18px;
  border: 0;
  vertical-align: middle;
  margin-left: 3px;
}

.dataType1 td .file_btn img {
  margin-right: 10px;
}

.dataType1 td textarea {
  width: 100%;
  height: 165px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.dataType2 {
  border-top: 2px solid #0c4197;
  margin-top: 48px;
}

.dataType2 th {
  height: 44px;
  border-bottom: 1px solid #d6d6d6;
  font-size: 13px;
  color: #000000;
  background: #f9f9f9;
  background-color: #e5ebf1;
}

.dataType2 td {
  height: 40px;
  padding: 0 10px;
  text-align: center;
  border-bottom: 1px solid #d6d6d6;
  color: #333333;
}

.dataType2 td a:hover {
  text-decoration: underline;
}

.dataType3 th {
  height: 40px;
  border: 1px solid #8b9ebd;
  color: #2b405a;
  font-size: 13px;
  background: #dfe5ef;
}

.dataType3 td {
  height: 40px;
  padding: 0 12px;
  color: #444444;
  border: 1px solid #8b9ebd;
  font-size: 13px;
}

.dataType3 td a:hover {
  text-decoration: underline;
}

.dataType4 th {
  height: 34px;
  color: #fff;
  font-size: 13px;
  border-left: 1px solid #b4bdca;
  border-right: 1px solid #b4bdca;
  font-weight: bold;
  background: #728096;
}

.dataType4 td {
  padding: 12px 14px;
  border: 1px solid #b4bdca;
  font-size: 12px;
  text-align: center;
}

.dataType4 td:first-child {
  color: #333333;
}

.dataType4 .list li {
  display: inline-block;
  margin-left: 30px;
}

.dataType4 .list li:first-child {
  margin-left: 0px;
}

.dataType4 .dash {
  position: relative;
  padding-left: 10px;
}

.dataType4 .dash:before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  background: #666666;
}

.listType3+.dataType4 {
  margin-top: 15px;
}

.dataType5 {
  padding: 2px 0 1px 0;
  border-top: 1px solid #9daec9;
  border-bottom: 1px solid #9daec9;
}

.dataType5+.dataType5 {
  margin-top: 30px;
}

.dataType5 th {
  color: #fff;
  background: #4477cb;
  font-size: 13px;
}

.dataType5 td.tit {
  color: #333333;
  font-weight: bold;
  border: 1px solid #fff;
  background: #dde4ee;
}

.dataType5 td {
  padding: 12px 10px 12px 25px;
  border-top: 1px solid #e8e8e8;
  background: #fff;
  font-size: 13px;
}

.dataType5 tr:first-child td {
  border-top: none;
}

.dataType5 td .list&gt;li {
  position: relative;
  display: inline-block;
  margin-left: 30px;
  padding-left: 12px;
}

.dataType5 td .list&gt;li:first-child {
  margin-left: 0px;
}

.dataType5 td .list&gt;li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  background: #4477cb;
}

.dataType5 .tooltipLayer {
  position: absolute;
  top: -25px;
  left: 0;
  padding: 7px 14px;
  border: 1px solid #0054dd;
  background: #ffffff;
  z-index: 10
}

.dataType5 .tooltipLayer:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -11px;
  width: 11px;
  height: 22px;
  margin-top: -11px;
  background: url("../images/arr_tooltipLayer.png") no-repeat 0 0;
}

.dataType5 .tooltipLayer ul li {
  margin-top: 3px;
  color: #666666;
  font-size: 11px;
  white-space: nowrap;
}

.dataType5 .tooltipLayer ul li:first-child {
  margin-top: 0px;
}

.dataType5 .tooltipLayer ul li strong {
  color: #0c5cdf;
}

.dataPs {
  text-align: right;
  margin-top: 8px;
  font-size: 13px;
  color: #728096;
}

/* ico */
.icoStar {
  color: #ff0000;
  font-weight: bold;
}

.icoFile {
  color: #ff0000;
  font-weight: bold;
  vertical-align: baseline;
}

.icoSearch {
  vertical-align: baseline;
}

.icoList {
  vertical-align: baseline;
}

.icoRock {
  vertical-align: baseline;
}

/* pagination */
.pagination {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 35px;
}

.pagination a {
  display: inline-block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  color: #fff;
  background-color: #999999;
  text-align: center;
  vertical-align: top;
  font-size: 14px;
}

.pagination span {
  display: inline-block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  background-color: #fff;
  border: 1px solid #c5c7cc;
  vertical-align: top;
}

.pagination span a {
  position: relative;
  width: auto;
  padding: 0;
  margin: 0;
  background: none;
  line-height: 37px;
}

.pagination .page_on {
  background-color: #006bce;
}

.pagination .pagePre {
  margin-right: 10px;
}

.pagination .pageNext {
  margin-left: 10px;
}

.pagination img {
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5.5px;
  margin-top: -7px;
}

/* .btnBox +  .pagination{margin-top:-50px;} */

/* btn */
.btnBox {
  padding-top: 30px;
}

.btnBox.center {
  text-align: center;
}

.btnBox.right {
  text-align: right;
}

.btnBox.center a {
  margin: 0 2px;
}

.btnBox.right a {
  margin-left: 3px;
  position: relative;
  z-index: 10;
}

.btnBox button {
  border: 0;
  background-color: transparent
}

.btnType1 {
  display: inline-block;
  width: 136px;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  vertical-align: top;
  border-radius: 5px;
}

.btnType1.btn1 {
  background: #999999;
}

.btnType1.btn2 {
  background: #6699cc;
}

.btnType2 {
  display: inline-block;
  padding: 0 8px;
  height: 26px;
  line-height: 26px;
  color: #fff;
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
}

.btnType2.btn1 {
  border: 1px solid #6d7684;
  background: #6d7684;
}

.btnType3 {
  display: inline-block;
  width: 50px;
  height: 20px;
  line-height: 21px;
  color: #fff;
  font-family: 'Dotum';
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
}

.btnType3.btn1 {
  color: #4477cb;
  border: 1px solid #4477cb;
}

.btnType3.btn2 {
  color: #767676;
  border: 1px solid #767676;
}

.btnType4.btn1 {
  font-size: 11px;
  padding: 3px 7px;
  color: #fff;
  border-radius: 3px;
  background: #848484;
}

.btnType5.btn1 {
  display: inline-block;
  font-size: 16px;
  height: 33px;
  line-height: 33px;
  padding: 0 44px 0 25px;
  color: #fff;
  background: #0c4197 url("../images/arr_btnType5.png") no-repeat 100% 50%;
}

/* etc */
.line {
  border-bottom: 1px solid #aaa;
}

/* color */
.blue {
  color: #315185 !important;
}

.blue2 {
  color: #1f63d2 !important;
}

.red {
  color: #cc2031 !important;
}

/* align */
.alignC {
  text-align: center !important;
}

.alignL {
  text-align: left !important;
}

.alignR {
  text-align: right !important;
}


/* layerPop */
.layerPop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}

.layerPop .popup {
  min-width: 200px;
  min-height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: #fff;
}

.layerPop .popup .close {
  position: absolute;
  top: 8px;
  right: 15px;
  display: inline-block;
  overflow: hidden;
  width: 18px;
  height: 18px;
  text-indent: -9999%;
  background: url("../images/btn_close.png") no-repeat 0 0;
}

.layerPop .popup .popHeader {
  padding: 8px 20px;
  background: #333333;
}

.layerPop .popup .popHeader strong {
  color: #fff;
  font-size: 15px;
}

.layerPop .popup .popContent {
  padding: 15px;
}

.layerPop .contentTxt span,
.layerPop .contentTxt a {
  display: inline-block;
  padding-left: 20px;
  color: #666666;
  font-size: 13px;
  font-weight: bold;
}

.layerPop .contentTxt .tel {
  background: url("../images/ico_tel.png") no-repeat 0 50%;
}

.layerPop .contentTxt .email {
  margin-left: 22px;
  background: url("../images/ico_email.png") no-repeat 0 60%;
}

/**/
.drop_menu {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 94px;
  z-index: 9999;
  display: none;
}

.in_drop {
  padding: 20px 0 30px;
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}

.in_drop&gt;li {
  display: inline-block;
  vertical-align: top;
  width: 14.28%;
  text-align: center;
}

.in_drop&gt;li&gt;p {
  display: none;
}

.in_drop ul.in_menu li {
  line-height: 50px;
}

.in_drop ul li a {
  color: #fff;
  font-size: 15px;
}


.mv_br {
  display: none;
}

#wrap {
  position: relative;
}

.m_menu_btn {
  display: none;
}

#hd.re_hd {
  position: relative;
  background-color: #0C4197;
}

#hd {
  position: absolute;
  top: 0;
  height: 94px;
  line-height: 94px;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

#hd .main_menu {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

#hd .logo {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
}

#hd .right {
  position: absolute;
  right: 46px;
  top: 50%;
  transform: translateY(-50%);
}

#hd ul li {
  display: inline-block;
  vertical-align: top;
}

#hd ul li a {
  color: #fff;
  font-weight: bold;
  line-height: 94px;
}

#hd ul {
  font-size: 0;
}

#hd ul.main_menu li a {
  font-size: 20px;
}

#hd ul.right li a {
  font-size: 13px;
}

/* #hd ul.main_menu li{margin-right: 56px;} */
#hd ul.main_menu {
  font-size: 0;
}

#hd ul.main_menu li {
  width: 14.28%;
}

#hd ul.main_menu li:last-child {
  margin-right: 0
}

#hd ul.right li {
  margin-right: 30px;
}

#hd ul.right li:last-child {
  margin-right: 0
}

#sub_banner {
  height: 300px;
  width: 100%;
  background-size: cover;
  background-image: url('../images/sub_banner.png');
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  box-sizing: border-box;
  padding-top: 130px;
}

.sub_b_wrap {
  width: 1200px;
  margin: 0 auto;
}

#sub_banner .tit {
  padding-left: 50px;
  padding-top: 65px;
  position: relative;
}

#sub_banner .tit img {
  position: absolute;
  left: 0;
  top: 0;
}

#sub_banner .tit p:first-child {
  font-size: 44px;
}

#sub_banner .tit p:last-child {
  font-size: 24px;
  font-weight: 300;
}

#sub_banner .tit p {
  line-height: 40px;
}

#sub_menu {
  width: 100%;
  background-color: #f5f5f5;
  border-bottom: 1px solid #dcdcdc;
}

#sub_menu .sub_m_wrap {
  width: 1200px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  font-size: 0
}

#sub_menu .sub_m_wrap .sub_home {
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  width: 60px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  position: relative;
}

#sub_menu .sub_m_wrap .sub_home img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#sub_menu .sub_m_wrap .meun_box {
  display: inline-block;
  vertical-align: top;
  position: relative;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #666;
  width: 306px;
  z-index: 9
}

#sub_menu .sub_m_wrap .meun_box img {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}

#sub_menu .sub_m_wrap .menu_txt {
  width: 100%;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
}

#sub_menu .sub_m_wrap .meun_box_b {
  background-color: #104b9f;
}

#sub_menu .sub_m_wrap .meun_box_b .menu_txt {
  color: #fff
}

#sub_menu .sub_m_wrap .meun_box ul {
  font-size: 16px;
  background-color: #fff;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  display: none;
}

#sub_menu .sub_m_wrap .meun_box ul li {
  padding-left: 24px;
  border-bottom: 1px solid #dcdcdc
}

#sub_menu .sub_m_wrap .meun_box ul li:first-child {
  border-top: 1px solid #dcdcdc;
}

#ft {
  width: 100%;
  background-color: #222;
}

#ft .ft_wrap {
  font-size: 0;
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}

#ft .ft_wrap ul {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-right: 60px;
}

#ft .ft_wrap ul:last-child {
  margin-right: 0
}

#ft .ft_wrap ul li a {
  font-size: 16px;
  color: #ccc;
}

#ft .ft_wrap ul li:first-child a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

#ft .ft_wrap ul li {
  margin-bottom: 28px;
}

#ft .ft_wrap ul li:last-child {
  margin-bottom: 0;
}

#ft .u_info {
  text-align: center;
  font-size: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 12px;
  padding-bottom: 12px;
}

#ft .u_info li {
  display: inline-block;
  vertical-align: top;
}

#ft .u_info li a {
  color: #999;
  font-size: 15px;
  font-weight: bold;
  color: #999;
}

#ft .u_info li a::after {
  content: '|';
  display: inline-block;
  font-weight: 300;
  margin: 0 15px;
  vertical-align: middle;
}

#ft .u_info li:last-child a::after {
  display: none;
}

#ft .ft_bottom {
  text-align: center;
  padding: 30px 0 50px;
  color: #999;
  font-size: 15px;
}

#ft .ft_bottom p span::after {
  content: '|';
  display: inline-block;
  font-weight: 300;
  margin: 0 15px;
  vertical-align: middle;
}

#ft .ft_bottom p:last-child span::after {
  display: none;
}

#ft .ft_bottom p {
  line-height: 26px;
}
#ft .ft_bottom a{
  color: #999;
  font-size: 15px;
}

#ft .ft_bottom img {
  margin-bottom: 12px;
}

/*메인*/
#main_banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.slide_wrap {
  width: 100%;
  height: 100%;
}

.slide_con {
  height: 938px;
}

.slide_wrap .slide {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/main_banner1.png');
  padding-top: 94px;
  position: relative;
}

.slide_wrap .slide02 {
  background-image: url('../images/main_banner2.png');
}

.slide_wrap .slide03 {
  background-image: url('../images/main_banner3.png');
}

.slide_wrap .slide04 {
  background-image: url('../images/main_banner4.png');
}

.slide_wrap .slide .tit {
  position: absolute;
  left: 100px;
  top: 385px;
  color: #fff;
  padding-top: 124px;
  padding-left: 105px;
}

.slide_wrap .slide .tit img {
  position: absolute;
  top: 0;
  left: 0;
}

.slide_wrap .slide .p_wrap p:first-child {
  font-size: 60px;
  line-height: 70px;
  font-weight: 300;
  text-shadow: 5px 0 10px rgba(0, 0, 0, 0.5);
}

.slide_wrap .slide .p_wrap p:first-child b {
  font-weight: bold;
}

.slide_wrap .slide .p_wrap p:last-child {
  font-size: 24px;
  margin-top: 45px;
  font-weight: 300;
  text-shadow: 5px 0 5px rgba(0, 0, 0, 0.5);
}

.stor_box {
  position: absolute;
  width: 475px;
  height: 340px;
  right: 0;
  bottom: 207px;
  z-index: 99;
  background-color: #11459d;
  padding: 25px 30px;
}

.warehouseStatus {
  text-align: right;
}

.warehouseStatus .tit {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
}

.warehouseStatus .tab {
  font-size: 0;
  width: 100%;
  margin-top: 18px;
}

.warehouseStatus a {
  display: inline-block;
  border-radius: 10px;
  text-align: center;
  width: 49.5%;
  line-height: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.5);
  color: #000;
}

.warehouseStatus a:last-child {
  margin-left: 1%;
}

.warehouseStatus a.on {
  background-color: #fff
}

.warehouseStatus .selectbox {
  margin-top: 30px;
}

.warehouseStatus select {
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: 96% 15px;
  background-repeat: no-repeat;
  background-image: url('../images/w_arrow.png');
}

.warehouseStatus select#cate2 {
  margin-top: 18px;
}

.warehouseStatus #sch_btn {
  border: 0;
  background-color: transparent;
  margin-top: 20px;
}

.warehouseStatus select::-ms-expand {
  display: none;
}

.con {
  width: 1200px;
  margin: 0 auto;
}

.layer1 {
  width: 100%;
  background-color: #f2f2f2;
  padding: 104px 0 114px;
  text-align: center;
}

.layer1 .tit {
  font-size: 46px;
  font-weight: bold;
  color: #000;
}

.layer1 .tit p:last-child {
  font-size: 24px;
  color: #999;
  margin-top: 13px;
}

.count_layer .icon_boxs {
  display: table;
  margin-top: 80px;
  width: 100%;
  font-size: 0;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.count_layer .icon_boxs .icon_box {
  width: 50%;
  vertical-align: top;
  display: table-cell;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}

.count_layer .icon_boxs .icon_box p {
  font-size: 22px;
}

.count_layer .icon_boxs .icon_box img {
  margin-bottom: 24px;
}

.count_layer .icon_boxs .icon_box .num {
  margin-top: 60px;
  font-size: 80px;
  font-weight: bold;
  font-family: 'gyeonggititle_bold';
}

.layer2 {
  width: 100%;
  padding: 95px 0;
  overflow: hidden;
}

.layer2 button {
  border: 0;
  position: absolute;
  z-index: 9
}

.layer2 button.prev_btn {
  left: 468px;
  top: 417px;
}

.layer2 button.next_btn {
  right: 273px;
  top: 417px
}

.n_slide_con {
  text-align: right;
}

/* .n_slide_con img{width: 100%;} */
.n_slide_wrap {
  position: relative;
}

.lat_layer ul {
  margin-top: 50px;
  font-size: 0;
  width: 100%;
}

.lat_layer ul li {
  display: inline-block;
  width: 23%;
  margin-right: 2.5%;
  font-size: 15px;
  vertical-align: top;
  text-align: left;
  height: 330px;
  position: relative;
}

.lat_layer ul li:last-child {
  margin-right: 0
}

.lat_layer li .date {
  border-bottom: 1px solid #000;
  font-size: 40px;
  padding-bottom: 22px;
  margin-bottom: 24px;
  line-height: 40px;
}

.lat_layer li .tit {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}

.lat_layer li .txt {
  font-size: 14px;
  color: #999;
  line-height: 18px;
  font-weight: bold;
}

.lat_layer li img {
  position: absolute;
  left: 0;
  bottom: 0;
}

.cate_layer {
  padding: 80px 0;
}

.cate_layer a {
  width: 100%;
  display: table;
}

.cate_layer a&gt;div {
  display: table-cell;
  width: 50%;
}

.cate_layer .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/cate_img.png');
}

.cate_layer .img2 {
  background-image: url('../images/cate_img2.png');
}

.cate_layer .img3 {
  background-image: url('../images/cate_img3.png');
}

.cate_layer .img4 {
  background-image: url('../images/cate_img4.png');
}

.cate_layer .txt {
  padding-left: 60px;
  padding-top: 52px;
  padding-bottom: 45px;
}

.cate_layer .txt .tit {
  margin-bottom: 22px;
}

.cate_layer .txt .tit p:first-child {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.5px;
}

.cate_layer .txt .tit p:last-child {
  font-size: 20px;
  color: #999;
  font-weight: bold;
}

.cate_layer .txt .info {
  font-size: 20px;
  line-height: 28px;
}

.contact_layer {
  padding: 90px 0 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/contact_img.png');
  color: #fff;
  text-align: center;
}

.contact_layer .tit p:first-child {
  font-size: 46px;
  font-weight: bold;
}

.contact_layer .tit p:last-child {
  font-size: 24px;
  margin: 24px 0 30px;
}

.contact_layer a {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 250px;
  height: 54px;
  line-height: 54px;
  display: inline-block;
  ;
}

.noticeArea .tit {
  text-align: center;
  font-size: 36px;
  margin-bottom: 45px;
}

.info_view {
  width: 100%;
  border-top: 2px solid #243d6c;
  margin-top: 45px;
}

.info_view .con_tit {
  background-color: #e5ebf1;
  font-size: 22px;
  text-align: center;
  height: 70px;
  line-height: 70px;
}

.info_view .top {
  border-bottom: 1px solid #e1e4e6;
  line-height: 42px;
  height: 42px;
  text-align: right
}

.info_view .top ul li {
  display: inline-block;
  font-size: 16px;
  color: #666;
  margin-left: 60px;
}

.info_view .top ul li:last-child {
  margin-right: 35px;
}

.info_view .view_txt {
  min-height: 480px;
  border-bottom: 1px solid #e1e4e6;
  padding: 40px 45px;
  font-size: 18px;
}

.go_list {
  width: 140px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  display: block;
  margin: 0 auto;
  color: #fff;
  background-color: #6699cc;
  border-radius: 5px;
  margin-top: 30px;
  font-size: 18px
}

.dataType2 td {
  font-size: 18px;
  color: #666;
  height: 60px;
}

.dataType2 th {
  font-size: 18px;
  color: #333;
  height: 50px;
}

/*포트폴리오*/
.port_box {
  border-top: 2px solid #243d6c;
  padding: 0 0 0
}

.port_ul {
  font-size: 0;
  width: 100%;
}

.port_ul li {
  width: 33.3333%;
  margin-bottom: 0%;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  text-align: center;
  padding: 0 1%;
  position: relative;
  padding-bottom: 0;
  padding-top: 35px;
  height: 380px;
}

.port_ul li:nth-child(3n+1)::after {
  position: absolute;
  left: 0;
  width: 300%;
  display: block;
  height: 1px;
  background-color: #e1e4e6;
  bottom: 0;
  content: ''
}

.port_ul li:nth-child(3n) {
  margin-right: 0;
}

.port_ul li a {
  display: block;
}

.port_ul li .img {
  width: 100%;
  height: 100%;
}

.port_ul li .no_img {
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  padding-bottom: 70.8%
}

.port_ul li .img img {
  width: 100%;
}

.port_ul li p {
  text-align: left;
  margin-top: 10px;
  font-size: 18px;
  color: #666;
}
/*240709 - 신규*/
#quick_menu{
  position: fixed;
  bottom: 50px;
  right: 9%;
  z-index: 9;
}
.quick{
  background-color: #fff;
  border-radius: 100px;
  border: 5px solid #11459d;
  position: relative;
  overflow: hidden;
  height: 130px;
  padding-left: 120px;
  width: 130px;
  display: block;
  transition: all 0.3s ease 0s;
  background-image: url("../images/quick_ico.png");
  background-repeat: no-repeat;
  background-position: 22px 20px;
}
.quick:hover{
  transition: all 0.3s ease 0s;
  width: 324px;
}

.quick p{
  width: 324px;
  height: 100%;
  display: flex;
  align-items: center;
  color: #3578c0;
  font-size: 18px;
  line-height: 1.4;
  padding-right: 20px;
}

.pg_title{
  font-size: 36px;
  margin-bottom: 40px;
  margin-top: 50px;
  text-align: center;
}
.partner_slide_wrap{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 120px 0;

}
.partner_info_slide_box{
  position: relative;
  padding: 0 40px;
}
.partner_info_slide{
  overflow: hidden;
}

.partner_info_slide&gt;ul li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px;
}
.partner_info_slide&gt;ul li&gt;div:first-child{
  margin-right: 60px;
}
.partner_info_slide&gt;ul li .pi_slide_tit{
  font-size: 48px;
  line-height: 1.2;
}
.partner_info_slide&gt;ul li .pi_slide_txt{
  font-size: 22px;
  line-height: 1.4;
  color: #666666;
  word-break: keep-all;
  margin-top: 30px;
}
.partner_info_slide&gt;ul li .pi_slide_tit span{
  color: #0066cc;
}
.partner_slide_point{
  margin-top: 100px;
  padding: 0 100px;
}
.partner_slide_point ul{
  display: flex;
  justify-content: space-between;
}
.partner_slide_point ul li{
  width: calc(33.3333% - 35px);
  margin-right: 35px;
  cursor: pointer;
  text-align: center;
  background-color: #fff;
  border: 2px solid #6699cc;
  border-radius: 50px;
  padding: 15px 0;
  position: relative;
}
.partner_slide_point ul li:last-child{
  margin-right: 0;
}
.partner_slide_point ul li p{
  font-size: 20px;
  font-weight: bold;
  color: #6699cc;
  margin-top: 5px;
}
.partner_slide_point ul li span{
  font-size: 24px;
  font-weight: bold;
  color: #336699;
}
.partner_slide_point ul li.swiper-slide-thumb-active span,
.partner_slide_point ul li.swiper-slide-thumb-active p{
  color: #fff;
}
.partner_slide_point ul li.swiper-slide-thumb-active{
  background-color: #3a71b5;
  border-color: #3a71b5;
}
.partner_slide_point ul li.swiper-slide-thumb-active::after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 20px solid #3a71b5;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.partner_logos{
  background-color: #f5f5f5;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 114px 0 80px;
}
.partner_logos&gt;div{
  border-radius: 5px;
  border:1px solid #cccccc;
  width: calc(33.333% - 7px);
  background-color: #ffff;
  text-align: center;
  position: relative;
  height: 95px;
}
.partner_logos&gt;div a{
  display: block;
}
.partner_logos&gt;div img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.partner_logos&gt;div:last-child{
  margin-right: 0;
}
.partner_txt{
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  color: #000;
  word-break: keep-all;
  margin-bottom: 180px;
}
.partner_arrow{
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.partner_arrow.right{
  right: 0;
}
.partner_arrow.left{
  left: 0;
}
.partner_book_ui{
  padding: 80px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.partner_book_ui&gt;div ul{
  display: flex;
  min-height: 578px;
}
.partner_book_ui&gt;div ul li{
  border-radius: 5px;
  background-color: #e9eef5;
  text-align: center;
  padding: 88px 15px 75px;
  margin-right: 30px;
  cursor: pointer;
  transition: all 0.5s ease 0s;
}
.partner_book_ui&gt;div ul li:last-child{
  margin-right: 0;
}
.partner_book_ui&gt;div ul li .desc{
  display: none;
}
.partner_book_ui&gt;div ul li .title p:first-child{
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.partner_book_ui&gt;div ul li .title{
  margin-top: 42px;
}
.partner_book_ui&gt;div ul li .title p:last-child{
  font-size: 22px;
  color: #666666;
  font-weight: bold;
  margin-top: 38px;
  word-break: keep-all;
}
.partner_book_ui&gt;div ul li .img{
  background-color: #fff;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  border: 1px solid #d6e1ec;
  position: relative;
  margin: 0 auto;
}
.partner_book_ui&gt;div ul li .img img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.partner_book_ui&gt;div ul li.on .desc{
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 30px;
  word-break: keep-all;
}
.partner_book_ui&gt;div ul li.on{
  background-color: #104b9f;
  box-shadow: 7px 8px 10px #104b9f59;
  padding: 88px 70px 75px;
}
.partner_book_ui&gt;div ul li.on .title p{
  color: #fff;
}
.partner_book_ui&gt;div ul li.on .title p:first-child{
  font-size: 45px;
}
.partner_book_ui&gt;div ul li.on .title p:last-child{
  margin-top: 15px;
  font-size: 36px;
  font-weight: normal;
}
.partner_book_ui&gt;div ul li.on .title p:last-child br{
  display: none;
}
.patent_ul{
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 30px;
}
.patent_ul .img{
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 325px;
  overflow: hidden;
}
.patent_ul .img a{
  display: block;
}
.patent_ul .img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.patent_ul li p{
  color: #666;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  word-break: keep-all;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient :vertical;
  overflow: hidden;
}
.realty_banner{
  background-image: url("../images/realty_bg.png");
  background-position: center;
  background-size: cover;
  padding: 40px 55px;
  margin-bottom: 100px;
}
.realty_banner&gt;div{
  background-color: rgba(0, 27, 83, 0.85);
  padding: 30px;
  display: inline-block;
  border-radius: 5px;
}
.realty_banner&gt;div p:first-child{
  color: #fff;
  opacity: 0.32;
  font-size: 24px;
  line-height: 1.2;

}
.realty_banner&gt;div p:last-child{
  font-size: 40px;
  font-weight: 300;
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.2);
  text-decoration-thickness: 2px;
  text-underline-position : under;
  margin-top: 15px;
  line-height: 1.5;
}
.realty_desc{
  background-color: #efefef;
  text-align: center;
  padding: 55px 0;
  color: #666;
  font-size: 22px;
  line-height: 1.5;
}
.realty_desc p:last-child{
  font-weight: bold;
  color: #000;
  font-size: 30px;
}
.realty_table&gt;li{
  display: flex;
  padding: 75px 0;
}
.realty_table&gt;li .rt_title{
  font-size: 40px;
  line-height: 1.5;
  width: 35%;
  color: #000;
}
.realty_table&gt;li .rt_con{
  flex: 1;

}
.realty_table&gt;li .rt_con .img img{
  max-width: 100%;
}
.realty_table&gt;li:first-child{
  border-bottom: 3px solid #efefef;
}
.structure_wrap{
  display: grid;
  grid-template-columns: repeat(3 , 1fr);
  margin-top: 50px;
  gap: 40px 10px;
}
.structure_wrap li{
  line-height: 1.2;
}
.structure_wrap li p:first-child{
  font-weight: bold;
  font-size: 24px;
  color: #006bce;
  margin-bottom: 5px;
}
.structure_wrap li p:not(:first-child){
  color: #666;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  padding-left: 12px;
}
.structure_wrap li p:not(:first-child)::after{
  content: "·";
  position: absolute;
  left: 0;
  top: 1px;
}
.rt_step li{
  display: flex;
  align-items: baseline;
  margin-bottom: 30px;
}
.rt_step li:last-child{
  margin-bottom: 0;
}
.rt_step li span{
  display: inline-block;
  width: 140px;
  margin-right: 15px;
  font-size: 30px;
  color: #0066cc;
}
.rt_step li span b{
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
}
.rt_step li&gt;div{
  flex: 1;
}
.rt_step li&gt;div p:first-child{
  font-weight: bold;
  font-size: 24px;
  color: #0066cc;
  margin-bottom: 6px;
}
.rt_step li&gt;div p:last-child{
  color: #666;
  font-size: 18px;
  word-break: keep-all;
  line-height: 1.5;
}
.rt_con_desc{
  margin-top: 45px;
  background-color: #e6ebf2;
  border-radius: 5px;
  padding: 20px 70px;
}
.rt_con_desc p{
  font-weight: bold;
  font-size: 16px;
  color: #666;
  line-height: 1.4;
  position: relative;
  padding-left: 10px;
  word-break: keep-all;
}
.rt_con_desc p b{
  position: absolute;
  left: 0;
  top: 0;
}
.go_penggo{
  text-align: center;
  padding: 85px 0 90px;
}
.go_penggo p{
  font-size: 30px;
  font-weight: bold;
  color: #0066cc;
  margin-bottom: 30px;
}
.go_penggo a{
  display: inline-block;
  background-color: #0066cc;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 20px 70px;
  border-radius: 50px;
}
.go_penggo a img {
  margin-right: 10px;
}
.pop_bg{
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 999;
}
.img_pop{
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-color: #fff;
  z-index: 9999;
  padding: 45px 15px 15px;
}

.img_pop button{
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 15px ;
  top: 15px;
}

.img_pop_sub{
  text-align: center;
  background-color: rgb(255, 246, 246);
}
.pop_img_sub{
  width: 60%;
}

@media(max-width:1700px) {

  /* #hd ul.main_menu li{margin-right: 30px;} */
  #hd ul.main_menu li a {
    font-size: 18px;
  }

  #hd ul.right li {
    margin-right: 20px;
  }

  .slide_con {
    height: 100%;
  }

  .slide_wrap .slide {
    padding-bottom: 50%;
  }

  .slide_wrap .slide .tit {
    top: 57%;
    transform: translateY(-50%);
  }

  .slide_wrap .slide .p_wrap p:first-child {
    font-size: 50px;
    letter-spacing: -0.5px;
    line-height: 60px;
  }

  .slide_wrap .slide .tit img {
    width: 216px;
  }

  .slide_wrap .slide .p_wrap p:last-child {
    font-size: 20px;
    margin-top: 5px;
  }

  .slide_wrap .slide .tit {
    padding-left: 85px;
    padding-top: 65px;
  }

  .warehouseStatus .tit {
    font-size: 25px;
  }

  .warehouseStatus a {
    font-size: 18px;
  }

  .warehouseStatus select {
    font-size: 16px;
  }

  .warehouseStatus #sch_btn {
    width: 35px;
  }

  .warehouseStatus #sch_btn img {
    width: 100%;
  }

  .stor_box {
    height: auto;
    width: 24%;
  }

  .slide_wrap .slide .tit {
    left: 100px;
  }

  .n_slide_wrap .n_slide img {
    width: 90%;
  }

  .layer2 button.next_btn {
    right: 14.1%;
    top: 72.8%;
    width: 5.2%
  }

  .layer2 button.prev_btn {
    left: 22%;
    top: 72.8%;
    width: 5.2%
  }

  .layer2 button img {
    width: 100%;
  }


}

@media(max-width:1600px) {
  .slide_wrap .slide .p_wrap p:first-child {
    font-size: 40px;
    line-height: 52px;
  }

  .slide_wrap .slide .tit img {
    width: 180px;
  }

  .warehouseStatus .tit {
    font-size: 22px;
  }

  .warehouseStatus .selectbox {
    margin-top: 10px;
  }

  .stor_box {
    padding: 25px 20px;
  }

  .slide_wrap .slide .tit {
    left: 60px;
  }

  #hd ul.main_menu li {
    width: 11.28%;
  }

  .in_drop&gt;li {
    width: 11.28%;
  }
}

@media(max-width:1500px) {

  /* #hd ul.main_menu li{margin-right: 20px;} */
  #hd ul.right li {
    margin-right: 10px;
  }

  #hd .right {
    right: 20px
  }

  #hd .logo {
    left: 25px;
  }

  #hd ul.main_menu li a {
    letter-spacing: -0.8px;
  }

  #hd ul.main_menu li {
    width: 10.28%;
  }

  .in_drop&gt;li {
    width: 10.28%;
  }

}

@media(max-width:1240px) {
  .go_penggo a{
    font-size: 20px;
    padding: 15px 50px;
  }
  .go_penggo a img{
    width: 30px;
  }
  .realty_banner&gt;div p:last-child{
    font-size: 30px;
  }
  .realty_banner&gt;div p:first-child{
    font-size: 20px;
  }
  .realty_banner{
    padding: 30px 35px;
  }
  .realty_desc{
    font-size: 18px;
  }
  .realty_desc p:last-child{
    font-size: 22px;
  }
  .realty_table&gt;li .rt_title{
    font-size: 30px;
  }
  .structure_wrap li p:first-child{
    font-size: 20px;
  }
  .structure_wrap li p:not(:first-child){
    font-size: 16px;
  }
  .rt_step li span b{
    font-size: 40px;
  }
  .rt_step li span{
    font-size: 25px;
  }
  .rt_step li&gt;div p:first-child{
    font-size: 20px;
  }
  .rt_step li&gt;div p:last-child{
    font-size: 16px;
  }
  .go_penggo p{
    font-size: 25px;
  }
  .partner_book_ui&gt;div ul li.on .desc{
    font-size: 16px;
    margin-top: 20px;
  }
  .partner_book_ui&gt;div ul li.on{
    padding: 68px 30px 45px;
  }
  .partner_book_ui&gt;div ul li{
    padding: 68px 10px 45px;
  }
  .partner_book_ui&gt;div ul li .img{
    width: 120px;
    height: 120px;
  }
  .partner_book_ui&gt;div ul li .img img{
    width: 60%;
    height: 60%;
    object-fit: contain;
  }
  .partner_book_ui&gt;div ul li .title p:first-child{
    font-size: 25px;
  }
  .partner_book_ui&gt;div ul li .title p:last-child{
    font-size: 18px;
    margin-top: 30px;
  }
  .partner_book_ui&gt;div ul li.on .title p:first-child{
    font-size: 35px;
  }
  .partner_book_ui&gt;div ul li.on .title p:last-child{
    font-size: 25px;
  }
  .partner_info_slide&gt;ul li .pi_slide_tit{
    font-size: 34px;
  }
  .partner_info_slide&gt;ul li .pi_slide_txt{
    font-size: 18px;
  }
  .partner_circle img{
    width: 300px;
  }
  .partner_slide_point ul li span{
    font-size: 20px;
  }
  .partner_slide_point ul li p{
    font-size: 16px;
  }
  .partner_arrow img{
    width: 30px;
  }
  .partner_txt{
    font-size: 25px;
  }
  .quick p{
    width: 265px;
    font-size: 15px;
  }
  .pg_title{
    font-size: 30px;
  }
  #quick_menu{
    right: 4%;
  }
  .quick:hover{
    width: 265px;
  }
  .quick{
    background-size: 50px;
    padding-left: 90px;
    width: 100px;
    height: 100px;
    background-position: 20px;
  }
  #content .contTit {
    font-size: 25px;
  }

  .noticeArea .tit {
    margin-bottom: 30px;
    font-size: 25px;
  }

  .dataType2 {
    margin-top: 0
  }

  .in_drop {
    width: 100%;
    padding: 20px 30px 30px;
  }

  .in_drop&gt;li {
    width: 14.28%;
  }

  #content {
    width: 100%;
    padding: 0 50px 110px;
  }

  .sub_b_wrap {
    width: 100%;
    padding: 0 50px;
  }

  #sub_menu .sub_m_wrap {
    width: 100%;
    position: relative;
  }

  #hd .main_menu {
    width: 100%;
    display: none
  }

  #hd .right {
    right: 90px;
    ;
  }

  .hd_wrap {
    padding: 0 50px;
  }

  .con {
    width: 100%;
    padding: 0 50px;
  }

  #ft .ft_wrap {
    width: 100%;
    padding: 50px 50px
  }

  #ft .ft_wrap ul li a {
    font-size: 14px;
  }

  #ft .ft_wrap ul li:first-child a {
    font-size: 16px;
  }

  #ft .ft_wrap ul li {
    margin-bottom: 18px;
  }

  #ft .u_info li a {
    font-size: 14px;
  }

  #ft .ft_bottom {
    font-size: 13px;
  }

  #ft .ft_wrap ul {
    margin-right: 40px;
  }

  .layer1 .tit {
    font-size: 35px;
  }

  .layer1 .tit p:last-child {
    font-size: 18px;
  }

  .layer1 .tit p:last-child {
    margin-top: 8px;
  }

  .count_layer .icon_boxs .icon_box p {
    font-size: 20px;
  }

  .count_layer .icon_boxs .icon_box .num {
    margin-top: 40px;
    font-size: 60px;
  }

  .count_layer .icon_boxs {
    margin-top: 60px;
  }

  .layer1 .tit img {
    width: 30px;
  }

  .lat_layer li .date {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 15px;
  }

  .lat_layer li .tit {
    font-size: 16px;
    word-break: keep-all;
  }

  .lat_layer ul li {
    height: 300px;
  }

  .cate_layer .txt .tit p:first-child {
    font-size: 25px;
  }

  .cate_layer .txt .tit p:last-child {
    font-size: 16px;
  }

  .cate_layer .txt .info {
    font-size: 18px;
    line-height: 22px;
  }

  .cate_layer .txt .tit {
    margin-bottom: 12px;
  }

  .contact_layer {
    padding: 60px 0 50px;
  }

  .contact_layer .tit p:first-child {
    font-size: 32px;
  }

  .contact_layer .tit p:last-child {
    font-size: 20px;
    margin: 20px 0 25px;
  }

  .contact_layer a {
    font-size: 20px;
    width: 190px;
  }

  .stor_box {
    bottom: 0;
    padding: 20px 15px;
  }

  .warehouseStatus .tit {
    font-size: 20px;
  }

  .warehouseStatus .tab {
    margin-top: 15px;
  }

  .warehouseStatus a {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    border-radius: 5px;
  }

  .warehouseStatus select {
    font-size: 15px;
  }

  .warehouseStatus select#cate2 {
    margin-top: 14px;
  }

  .slide_wrap .slide .p_wrap p:first-child {
    font-size: 30px;
    line-height: 38px;
  }

  .slide_wrap .slide .tit img {
    width: 160px;
  }

  .slide_wrap .slide .tit {
    padding-top: 55px;
    padding-left: 60px;
  }

  .slide_wrap .slide .p_wrap p:last-child {
    font-size: 18px;
    letter-spacing: -0.5px;
  }

  .slide_wrap .slide .tit {
    left: 40px;
  }

  .m_menu_btn {
    display: block;
    width: 30px;
    border: 0;
    background-color: transparent;
    position: absolute;
    right: 50px;
    top: 50%;
    margin-top: -13px;
  }

  .m_menu_btn i {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin-bottom: 10px;
  }

  .m_menu_btn i:last-child {
    margin-bottom: 0;
  }

  #register_form td span {
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }

  #fregisterform .tit span {
    font-size: 20px;
  }

  #fregisterform .tit {
    font-size: 16px;
  }

  .register .main_tit {
    font-size: 25px;
    padding: 50px 0 20px;
  }

  #login_box .tit {
    font-size: 25px;
    margin-bottom: 25px;
  }

  #login_search #login_box .tit_sub {
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
  }

}

@media(max-width:1500px) {
  .pop_img_sub{
    width: 75%;
  }
}

@media(max-width:1100px) {
  .pop_img_sub{
    width: 100%;
  }
}


@media(max-width:1000px) {
  .realty_banner&gt;div p:last-child{
    font-size: 25px;
  }
  .realty_banner&gt;div p:first-child{
    font-size: 18px;
  }
  .realty_table&gt;li .rt_title{
    font-size: 25px;
  }
  .structure_wrap li p:first-child{
    font-size: 18px;
    word-break: keep-all;
  }
  .rt_step li&gt;div p:first-child{
    font-size: 18px;
  }
  .rt_step li&gt;div p:last-child{
    font-size: 14px;
  }
  .go_penggo p{
    font-size: 20px;
  }
  .structure_wrap li p:not(:first-child){
    font-size: 14px;
  }
  .rt_con_desc{
    padding: 20px;
  }
  .go_penggo a{
    font-size: 16px;
  }
  .patent_ul{
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 10px ;
  }
  .partner_info_slide&gt;ul li{
    padding: 0 20px;
  }
  .partner_circle img{
    width: 250px;
  }
  .partner_info_slide&gt;ul li .pi_slide_txt br{
    display: none;
  }
  .partner_info_slide&gt;ul li .pi_slide_tit{
    font-size: 28px;
  }
  .partner_slide_point ul li{
    margin-right: 15px;
  }
  .partner_slide_point{
    padding: 0 60px;
  }
  .partner_arrow img{
    width: 25px;
  }
  .partner_slide_wrap{
    padding: 100px 0;
  }
  .partner_txt{
    font-size: 20px;
    margin-bottom: 100px;
  }
  #content {
    padding: 0 30px 100px;
  }

  .con {
    padding: 0 30px;
  }

  #ft .ft_wrap {
    padding: 50px 30px 0;
    text-align: left;
  }

  .stor_box {
    position: relative;
    width: 100%;
    bottom: 0;
  }

  .layer1 {
    padding: 70px 0 80px;
  }

  .count_layer .icon_boxs .icon_box .num {
    margin-top: 30px;
    font-size: 52px;
  }

  .count_layer .icon_boxs .icon_box img {
    margin-bottom: 15px;
  }

  .layer1 .tit {
    font-size: 30px;
  }

  .layer1 .tit p:last-child {
    font-size: 16px;
    margin-top: 6px;
  }

  .layer2 {
    padding: 65px 0;
  }

  .cate_layer .txt {
    padding-left: 40px;
    padding-top: 35px;
    padding-bottom: 30px
  }

  .cate_layer .txt .info {
    font-size: 15px;
    line-height: 20px;
  }

  .cate_layer .txt .tit p:first-child {
    font-size: 22px;
  }

  .cate_layer .txt .tit p:last-child {
    font-size: 14px;
  }

  .contact_layer .tit p:first-child {
    font-size: 25px;
  }

  .contact_layer .tit p:last-child {
    font-size: 18px;
    margin: 12px 0 15px;
  }

  .contact_layer a {
    height: 40px;
    line-height: 40px;
  }

  #ft .ft_wrap ul {
    width: 25%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 50px;
  }

  .m_menu_btn {
    right: 30px;
  }

  #sub_banner .tit p:first-child {
    font-size: 30px;
  }

  #sub_banner .tit p:last-child {
    font-size: 18px;
  }

  #sub_banner .tit p {
    line-height: 32px;
  }

  #sub_banner .tit img {
    width: 110px;
  }

  #sub_banner .tit {
    padding-left: 40px;
    padding-top: 45px
  }

  #sub_banner {
    padding-top: 140px;
  }

  .noticeArea {
    margin-top: 50px;
  }

}

@media(max-width:900px) {
  .cate_layer .txt .info br {
    display: none;
  }

  .cate_layer .txt .info {
    word-break: keep-all;
  }
}

@media(max-width:800px) {
  .realty_banner&gt;div{
    width: 100%;
    text-align: center;
  }
  .realty_banner{
    padding: 25px;

  }
  .realty_banner&gt;div p:first-child{
    font-size: 15px;
  }
  .realty_banner&gt;div p:last-child{
    font-size: 18px;
  }
  .realty_desc p:last-child{
    font-size: 16px;
  }
  .realty_desc{
    font-size: 15px;
    padding: 30px 15px;

  }
  .realty_table&gt;li{
    flex-direction: column;
  }
  .realty_table&gt;li .rt_title{
    font-size: 20px;
    width: 100%;
    font-weight: bold;
    margin-bottom: 25px;
  }
  .realty_table&gt;li .rt_title br{
    display: none;
  }
  .rt_step li span b{
    font-size: 30px;
  }
  .rt_step li span{
    width: 100px;
    font-size: 20px;
  }
  .realty_desc p{
    word-break: keep-all;

  }
  .realty_desc br{
    display: none;
  }
  .go_penggo p{
    font-size: 18px;
    word-break: keep-all;
  }
  .go_penggo a img{
    width: 20px;
  }
  .go_penggo a{
    padding: 10px 20px;
  }
  .patent_ul{
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px ;
  }
  .patent_ul .img{
    height: 200px;
  }

  .patent_ul li p{
    word-break: break-all;
    font-size: 16px;
  }
  .partner_book_ui{
    padding: 70px 0;
  }
  .partner_book_ui&gt;div ul{
    flex-direction: column;
  }
  .partner_book_ui&gt;div ul li{
    margin-right: 0;
    margin-bottom: 15px;
  }
  .partner_book_ui&gt;div ul li:last-child{
    margin-bottom: 0;
  }
  .partner_book_ui&gt;div ul li.on{
    padding: 30px 20px;
  }
  .partner_book_ui&gt;div ul li{
    padding: 30px 20px;
  }
  .partner_book_ui&gt;div ul li .title{
    margin-top: 25px;
  }
  .partner_book_ui&gt;div ul li .title p:last-child{
    margin-top: 20px;
  }
  .partner_book_ui&gt;div ul li .title p:last-child br{
    display: none;
  }
  .partner_book_ui&gt;div ul li.on .title p:first-child{
    font-size: 30px;
  }
  .partner_book_ui&gt;div ul li.on .title p:last-child{
    font-size: 20px;
  }
  .partner_book_ui&gt;div ul li.on .desc{
    font-size: 14px;
  }
  .quick{
    width: 60px;
    height: 60px;
    padding-left: 50px;
    background-size: 35px;
    background-position: 8px;
  }
  .quick:hover{
    width: 165px;
  }
  .quick p{
    width: 165px;
    font-size: 10px;
    line-height: 1.1;
  }
  .partner_slide_point {
    padding: 0;
    margin-top: 40px;
  }
  .partner_slide_wrap{
    padding: 70px 0;
  }
  .partner_txt br{
    display: none;
  }
  .partner_txt{
    font-size: 16px;
    margin-bottom: 60px;
  }
  .partner_logos&gt;div img{
    width: calc(100% - 40px);
  }
  .partner_logos{
    margin: 64px 0 60px;
  }
  .partner_logos&gt;div{
    height: 60px;
    padding: 0 10px;
  }
  .partner_slide_point ul li {
    padding: 10px 0;
    margin-right: 0;
  }
  .partner_slide_point ul li p{
    font-size: 13px;
  }
  .partner_slide_point ul li span{
    font-size: 16px;
  }

  .partner_info_slide&gt;ul li{
    flex-direction: column-reverse;
  }
  .partner_circle img{
    width: 100%;
    max-width: 200px;
  }
  .partner_info_slide&gt;ul li&gt;div:first-child{
    margin-right: 0;
    margin-top: 20px;
  }
  .partner_info_slide&gt;ul li .pi_slide_tit{
    font-size: 22px;
  }
  .partner_info_slide&gt;ul li .pi_slide_txt{
    font-size: 15px;
    margin-top: 15px;
  }
  .partner_arrow img{
    width: 14px;
  }
  #content .contTit {
    font-size: 22px;
  }

  .joinRule {
    padding-bottom: 0
  }

  .con {
    padding: 0 20px;
  }

  #login_box .tit {
    font-size: 20px;
  }

  #login_search #login_box .tit_sub {
    font-size: 18px;
  }

  #hd .right {
    right: 60px;
  }

  #hd .right li:nth-child(2) {
    display: none;
  }

  #hd .right li:nth-child(3) {
    display: none;
  }

  #hd.black {
    background-color: #000;
  }

  .in_drop ul.in_menu {
    margin-top: 22px;
  }

  .in_drop ul.in_menu li {
    line-height: normal;
    margin-bottom: 20px;
  }

  .drop_menu {
    top: 60px;
    background-color: rgba(0, 0, 0, 1);
  }

  .in_drop {
    padding: 0px 20px 30px
  }

  .in_drop&gt;li {
    width: 100%;
    display: block;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 20px 15px;
  }

  .in_drop&gt;li&gt;p {
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    display: block;
  }

  .in_drop ul li a {
    font-size: 14px;
  }

  .in_drop .in_menu {
    display: none;
    ;
  }

  #sub_menu .sub_m_wrap .sub_home {
    position: absolute;
    left: 0
  }

  #sub_menu .sub_m_wrap {
    padding-left: 60px;
  }

  #sub_menu .sub_m_wrap .meun_box {
    width: 50%;
  }

  .mv_br {
    display: block;
  }

  ''

  .con {
    padding: 0 20px;
  }

  .slide_wrap .slide .tit img {
    display: none;
  }

  .slide_wrap .slide .tit {
    left: 0;
    text-align: center;
    padding: 0;
    width: 100%;
  }

  .count_layer .icon_boxs .icon_box {
    border-right: 0;
    border-left: 0;
  }

  .count_layer .icon_boxs .icon_box:last-child {
    border-left: 1px solid #d3d3d3;
  }

  .layer1 {
    padding: 50px 0
  }

  .layer1 .tit {
    font-size: 28px;
  }

  .count_layer .icon_boxs {
    margin-top: 40px;
  }

  .count_layer .icon_boxs .icon_box img {
    width: 30px;
    margin-bottom: 12px;
  }

  .count_layer .icon_boxs .icon_box p {
    font-size: 18px;
  }

  .count_layer .icon_boxs .icon_box .num {
    font-size: 45px;
    margin-top: 20px;
  }

  .layer2 button {
    display: none;
  }

  .layer2 {
    padding: 40px 0;
  }

  .layer1 .tit img {
    width: 20px;
  }

  .lat_layer ul li {
    width: 48.5%;
    height: 250px;
    margin-bottom: 40px;
  }

  .lat_layer ul li:nth-child(2n) {
    margin-right: 0;
  }

  .lat_layer li .date {
    font-size: 25px;
    line-height: 26px;
    margin-bottom: 15px;
  }

  .lat_layer li .tit {
    font-size: 15px;
  }

  .cate_layer a {
    display: block;
    position: relative;
    padding-top: 200px;
  }

  .cate_layer a&gt;div {
    display: block;
    width: 100%;
  }

  .cate_layer .img {
    height: 200px;
    position: absolute;
    top: 0;
  }

  .cate_layer .txt {
    padding: 20px 0 30px;
    ;
  }

  .cate_layer .txt .tit p:first-child {
    font-size: 20px;
  }

  .slide_wrap .slide .p_wrap p:first-child {
    font-size: 25px;
    line-height: 31px;
  }

  .slide_wrap .slide .p_wrap p:last-child {
    font-size: 15px;
  }

  #ft .ft_wrap {
    padding: 50px 20px 0
  }

  #hd .logo {
    width: 80px;
    left: 20px;
  }

  #hd .logo img {
    width: 100%;
  }

  .cate_layer {
    padding: 40px 0
  }

  #hd {
    height: 60px;
    line-height: 60px;
  }

  .m_menu_btn {
    right: 20px;
    width: 25px;
    margin-top: -10px;
  }

  .m_menu_btn i {
    margin-bottom: 7px;
  }

  #sub_menu .sub_m_wrap .meun_box {
    font-size: 16px;
    line-height: 40px;
  }

  #sub_menu .sub_m_wrap {
    height: 40px;
    line-height: 40px;
  }

  #sub_menu .sub_m_wrap .sub_home {
    line-height: 40px;
    height: 40px;
  }

  #sub_menu .sub_m_wrap .meun_box ul {
    font-size: 14px;
  }

  #sub_menu .sub_m_wrap .sub_home {
    width: 50px;
  }

  #sub_menu .sub_m_wrap {
    padding-left: 50px;
  }

  #sub_banner {
    padding-top: 90px;
    height: 210px;
  }

  #sub_banner .tit p:first-child {
    font-size: 24px;
  }

  #sub_banner .tit p:last-child {
    font-size: 15px;
  }

  #sub_banner .tit p {
    line-height: 25px;
  }

  #sub_banner .tit img {
    width: 90px
  }

  #sub_banner .tit {
    padding-left: 33px;
    padding-top: 38px;
  }

  .noticeArea .tit {
    font-size: 22px;
  }

  #content {
    padding: 0 20px 80px;
  }

  .dataType1 th {
    font-size: 16px;
    width: 86px;
    height: auto
  }

  .dataType1 td {
    height: auto;
  }

  .dataType1 td input[type="text"] {
    width: 100%;
    height: 35px;
  }

  .dataType1 td .file_btn {
    width: 100%;
    margin-left: 0%;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    margin-top: 7px;
  }

  .dataType1 td .file_btn img {
    width: 20px;
    margin-right: 7px;
  }

  .dataType1 td input[type="password"] {
    width: 100%;
    height: 35px;
  }

  .sub_b_wrap {
    padding: 0 20px;
  }

  .btnBox {
    padding-top: 20px;
  }

  .dataType2 {
    margin-top: 0
  }

  .dataType2 th {
    font-size: 16px;
    height: 40px;
  }

  .dataType2 td {
    font-size: 15px;
    height: 50px;
  }

  .info_view {
    margin-top: 0;
  }

  .info_view .con_tit {
    height: auto;
    padding: 15px 5px;
    line-height: normal;
    ;
    font-size: 16px;
  }

  .info_view .top ul li {
    margin-left: 10px;
    font-size: 12px;
  }

  .info_view .top ul li:first-child {
    margin-left: 0;
  }

  .info_view .top ul li:last-child {
    margin-right: 0;
  }

  .info_view .view_txt {
    min-height: 300px;
    padding: 20px 10px;
    font-size: 16px;
  }

  .btnType1 {
    font-size: 15px;
    width: 86px;
    line-height: 35px;
  }

  .noticeArea {
    padding-bottom: 10px
  }

  .register .main_tit {
    margin-bottom: 30px;
  }

  #register_form th {
    padding-left: 20px;
    font-size: 16px;
    width: 160px;
  }

  #register_form td input[type='text'] {
    vertical-align: top;
    width: 100%;
    height: 35px;
    font-size: 16px;
    padding-left: 10px;
  }

  #register_form td input[type='password'] {
    width: 100%;
    height: 35px;
    font-size: 16px;
    padding-left: 10px;
  }

  #register_form td input[type='text']#mb_id {
    width: 70%;
  }

  #register_form td .resi_btn {
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    width: 28%;
    margin-left: 1%;
  }

  #register_form .hp_select {
    height: 35px;
  }

  #register_form td span {
    font-size: 12px;
  }

  #register_form td {
    font-size: 0;
    padding-left: 10px;
  }

  #register_form .hp_select {
    font-size: 16px;
    width: 33%;
    background-position: 90% 9px;
    padding-left: 10px;
  }

  #register_form td.hp_td input[type='text'] {
    width: 32%;
    margin-left: 1%;
  }

  #fregisterform .tit span {
    display: block;
    margin-bottom: 5px
  }

  #fregisterform .tit {
    font-size: 15px;
  }

  .user_txt_box .box_tit {
    font-size: 18px;
  }

  .user_txt_box .txt {
    height: 170px;
  }

  .user_txt_box .chd_box {
    padding: 14px 10px;
    font-size: 15px;
  }

  .user_txt_box .radio_box {
    top: 14px;
    right: 20px;
  }

  .register .btn_wrap {
    font-size: 0;
    margin-top: 35px;
  }

  .register .btn_wrap button {
    width: 49%;
    font-size: 18px;
    line-height: 50px;
    height: 50px;
  }

  .user_txt_box {
    margin-top: 50px;
  }

  #fregisterform .tit span {
    font-size: 18px;
  }

  .register .btn_wrap button#submit_btn {
    margin-right: 1%;
  }

  .user_txt_box .radio_box label:last-child {
    margin-left: 16px;
  }

  .user_txt_box .radio_box span {
    margin-right: 3px;
    width: 16px;
    height: 16px
  }

  #login_box {
    width: 100%;
  }

  #login_box .login_input {
    height: 50px;
    padding-left: 20px;
    font-size: 16px;
  }

  #login_box .login_input#login_id {
    margin-bottom: 10px;
  }

  #login_box .id_save_box img {
    width: 22px;
    margin-right: 5px;
  }

  #login_box .btn_submit {
    height: 50px;
    line-height: 50px;
    font-size: 18px
  }

  #login_box .login_info a {
    font-size: 14px;
  }

  #login_box .login_info a::after {
    margin: 0 4px;
  }

  #login_box .login_info {
    margin-top: 10px;
  }

  #login_box {
    padding: 30px 0 0
  }



  /*portfolio*/
  .port_ul li {
    width: 49%;
    height: auto;
    padding: 0;
    margin-right: 2%;
    margin-top: 30px;
  }

  .port_ul li:nth-child(3n) {
    margin-right: 2%;
  }

  .port_ul li:nth-child(2n) {
    margin-right: 0;
  }

  .port_ul li:nth-child(3n+1)::after {
    display: none;
  }

  .port_ul li p {
    font-size: 15px;
  }

  .info_view .view_txt img {
    width: 100%;
  }
}

@media(max-width:600px) {
  #ft .ft_wrap ul {
    width: 33.3333%;
  }

  #ft .ft_bottom {
    padding: 30px 20px 50px;
  }

  .slide_wrap .slide .tit {
    padding: 0 20px;
  }

  .slide_wrap .slide .p_wrap p:first-child {
    font-size: 20px;
    line-height: 24px;
  }

  .slide_wrap .slide .p_wrap p:last-child br {
    display: none;
  }

  .slide_wrap .slide .p_wrap p:last-child {
    word-break: keep-all;
  }

  #login_search #login_box dl {
    display: block;
    width: 100%;
  }

  #login_search #login_box .dl_st {
    padding-right: 0px;
  }

  #login_search #login_box .dl_ed {
    padding-left: 0px;
    margin-top: 40px;
  }

}

@media(max-width:500px) {
  .realty_banner{
    margin-bottom: 50px;
  }
  .realty_banner&gt;div{
    padding: 20px;
  }
  .pg_title{
    font-size: 25px;
    margin-bottom: 20px;
  }
  .partner_logos{
    flex-wrap: wrap;
  }
  .partner_logos&gt;div img{
    height: calc(100% - 28px);
    object-fit: contain;
  }
  .go_penggo p{
    font-size: 16px;
  }
  .rt_step li span {
    width: auto;
  }
  .structure_wrap li p:first-child{
    font-size: 16px;
  }
  .rt_step li span b{
    font-size: 20px;
  }
  .structure_wrap{
    grid-template-columns: repeat(2 , 1fr);
  }
  .realty_table&gt;li{
    padding: 45px 0;
  }
  .go_penggo{
    padding: 65px 0 70px;
  }
  .rt_con_desc p{
    font-size: 14px;
  }
  .partner_logos&gt;div{
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .partner_logos&gt;div:last-child{
    margin-bottom: 0;
  }
  .partner_slide_point{
    overflow: hidden;
    padding-top: 25px;
    margin-top: 15px;
  }
  .partner_slide_point ul li{
    width: 100%;
    height: 63px !important;
    margin-bottom: 10px;
  }
  .partner_slide_point ul li:last-child{
    margin-bottom: 0;
  }
  .partner_info_slide_box{
    padding: 0;
  }
  .partner_info_slide&gt;ul li{
    padding: 0;
  }
  .partner_slide_point ul li:last-child{
    /* margin-bottom: 0; */
  }
  .partner_slide_point ul li.swiper-slide-thumb-active::after{
    display: none;
  }

  .partner_arrow{
    display: none;
  }
  #sub_menu .sub_m_wrap .meun_box {
    font-size: 14px
  }

  #sub_menu .sub_m_wrap .menu_txt {
    padding-left: 15px;
  }

  #sub_menu .sub_m_wrap .meun_box ul li {
    padding-left: 15px;
  }

  #sub_menu .sub_m_wrap .meun_box img {
    right: 15px;
  }

  .slide_wrap .slide {
    padding-bottom: 250px;
  }

  .lat_layer ul li {
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  .lat_layer li img {
    display: none;
  }

  .lat_layer ul {
    margin-top: 30px;
  }

  .contact_layer .tit p:first-child {
    font-size: 20px;
  }

  .contact_layer .tit p:last-child {
    font-size: 16px;
  }

  .contact_layer a {
    font-size: 16px;
    width: 110px;
  }

  #ft .u_info {
    padding: 12px 20px;
  }

  #ft .u_info li a {
    font-size: 12px;
  }

  #ft .u_info li a::after {
    margin: 0 5px;
  }

  #ft .ft_bottom {
    text-align: left;
  }

  #ft .ft_bottom p span {
    display: block;
  }

  #ft .ft_bottom p span::after {
    display: none;
  }

  #ft .ft_wrap ul li a {
    font-size: 13px;
  }

  #ft .ft_wrap ul li:first-child a {
    font-size: 14px;
  }

  #ft .ft_wrap ul li {
    margin-bottom: 12px;
  }

  #ft .ft_wrap ul {
    margin-bottom: 40px;
  }

  .layer1 .tit {
    font-size: 22px;
  }

  .layer1 .tit p:last-child {
    font-size: 14px;
  }

  .count_layer .icon_boxs .icon_box .num {
    font-size: 30px;
  }

  .count_layer .icon_boxs .icon_box p {
    font-size: 15px;
  }

  .cate_layer .txt .info {
    font-size: 13px;
  }

  .cate_layer .txt .tit p:first-child {
    font-size: 18px;
  }

  .cate_layer .txt .tit p:last-child {
    font-size: 13px;
  }

  .cate_layer .img {
    height: 160px;
  }

  .cate_layer a {
    padding-top: 160px;
  }

  #register_form table {
    display: block;
  }

  #register_form tbody {
    display: block;
  }

  #register_form tr {
    display: block;
  }

  #register_form th {
    display: block;
    width: 100%;
    line-height: 40px;
    height: 40px;
  }

  #register_form td {
    display: block;
    padding: 15px 0;
  }

  .user_txt_box .radio_box {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 10px;
    font-size: 14px;
  }

  #fregisterform .tit span {
    font-size: 16px;
  }

  #fregisterform .tit {
    font-size: 13px;
  }

  .user_txt_box .box_tit {
    font-size: 16px;
  }

  .register .main_tit {
    padding: 40px 0 20px;
  }

  .pop_img_sub{
    width: 300px;
  }

  @media(max-width:370px) {
    .pop_img_sub{
      width: 250px;
    }
  }

}
</pre></body></html>