/*
===================
Made by MarvelWorks
site : http://marvelworks.kr
* One  domain, One server, One license
* License Inquiry : info@marvelworks.kr
===================
*/

/*
===================
기본 스타일
===================
*/
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-dynamic-subset.min.css");

:root {
  --logo-top: 25px;
  --logo-left: 80px;
  --logo-max-width: 260px;
  --mob-logo-width: 200px;
  --quick-top: 25px;
  --quick-right: 80px;
  --point-color: #002257;
  --font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  --bar-height: 90px;
  --menu-width: 220px;
  --menu-height: 280px;
  --container-width: 1280px;
}

html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.05em;
  font-size: 18px;
}

body,
body * {
  word-break: keep-all;
}

body,
*,
textarea {
  font-family: var(--font-family);
}

*,
html,
body,
div,
table,
nav {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=file][title]:hover::after {
  content: attr(title);
  position: absolute;
  bottom: -100%;
  left: 0;
  background: #333;
  width: 100%;
  padding: 5px 20px;
  font-size: 14px;
  color: #fff;
  z-index: 9999;
}



.fl-left {
  float: left;
}

.w-100 {
  width: 100%;
}

/*padding. margin*/
.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.navheader {
  position: fixed;
  top: 0;
  text-align: center;
  padding: 20px 0 15px 0;
  background: transparent;
  _rgba(0, 0, 0, 0.3);
  color: #fff;
  z-index: 999;
  text-align: center;
  width: 100%;
  transition: all 0.5s;
}

.navheader.min {
  background: rgba(255, 255, 255, 1);
  padding: 15px 0 5px 0;
  transition: all 0.5s;
}

.navheader.min .logo img {
  width: 95px;
  margin-top: 3px;
  transition: all 0.5s;
}

.slideropc {
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  position: absolute;
  z-index: 99;
  color: #fff !important;
  height: 100%;
  text-align: center;
}

/*.slidertxt {position:absolute;  bottom:0; z-index:100; color:#fff !important; text-align:center; margin: auto;height:100%; width:100%; top:85%;}*/
.slidertxt {
  position: absolute;
  z-index: 100;
  color: #fff !important;
  text-align: left;
  width: 100%;
  max-width: 1200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
}

.slidertxt .bigtxt {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
}

.slidertxt .smalltxt {
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}

.slidertxt p {
  margin: 0;
}

.slide-circle-image p {
  position: absolute;
  width: 220px;
  top: 43%;
  font-size: 1.4rem;
  line-height: 2.2rem;
  text-shadow: 0 0px 5px #484848;
  font-weight: bold;
}

.slide-circle-image img {
  margin-top: 0px;
  border-radius: 50%;
  -webkit-animation: zoomIn 5s infinite;
  -ms-animation: zoomIn 5s infinite;
  animation: zoomIn 5s infinite;
}

.subslider .slideropc {
  background: radial-gradient(rgba(48, 48, 48, 0.3), rgba(48, 48, 48, 0.1));
}

.subslider .slidertxt {
  top: 50%;
  margin-top: 0;
  text-align: center;
}

.subslider .slidertxt .bigtxt {
  font-size: 2.5rem;
}

.subslider .slidertxt .smalltxt {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 500;
  margin-left: 5px;
}

.subslider .slidertxt p {
  margin: 0;
}

.contentbox {
  float: left;
  width: 100%;
  padding: 0;
  position: relative;
}

.botfooter {
  float: left;
  width: 100%;
  background: #000;
  color: #bdbdbd;
  text-align: left;
  padding: 40px 0;
  font-size: 14px;
  line-height: 1.6rem;
}

.botfooter .bar {
  color: #868686;
  margin: 0 5px;
}

.botfooter a {
  color: #bdbdbd;
}

.pagetit {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 20px;
  margin-bottom: 30px;
}

.subpagetit {
  text-align: center;
  color: #777;
  margin: 30px 0 50px 0;
}

.subpagetit h2 {
  font-size: 2.2rem;
  color: #191919;
  font-weight: 700;
}

.subpagetit p {
  font-size: 17px;
  color: #666666;
  max-width: 90%;
  margin: 0 auto;
  line-height: 1.6;
  word-break: keep-all;
  padding: 0 20px;
}

.subpagetit p strong {
  color: #004085;
  font-weight: 700;

}

.subpagetit .subbar {
  display: table;
  margin: 15px auto 25px auto;
  border-top: 2px solid #ccc;
  width: 50px;
}

.subpagetit i {
  font-size: 2rem;
  color: #d7d7d7;
}

.ver_line {
  display: table;
  margin: 0 auto;
  width: 1px;
  height: 80px;
  background: #ddd;
}

.ver_line_sub {
  display: table;
  margin: 0 auto;
  width: 0;
  height: 60px;
  background: #ddd;
}

.about {
  float: left;
  width: 100%;
  background: #eaeff1;
}

.about .sc1 {
  float: left;
  width: 50%;
  padding: 67px 0;
  font-size: 18px;
  line-height: 36px;
}

.about .sc2 {
  float: left;
  width: 50%;
  min-height: 100%;
  height: 100%;
}

.opc {
  display: none;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  width: 100%;
  position: absolute;
  z-index: 99;
  color: #fff !important;
  height: 350px;
  text-align: center;
  color: #fff;
  animation: opacity 1s;
  padding: 120px 0;
  font-size: 1.7rem;
  font-weight: 500;
}

@keyframes opacity {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.about_2 {
  background: #fff;
  margin-top: 35px;
}

.about .sc1:hover .opc,
.about .sc2:hover .opc {
  display: block !important;
}

.opc .layout_btn2 {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
}

.opc .layout_btn2:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #444;
}

.fac_tab {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-top: 30px;
}

.fac_tab li {
  float: left;
  background: #1a5bbb;
  color: #fff;
  padding: 10px 40px;
  min-width: 160px;
  text-align: center;
  font-weight: 500;
}

.fac_info {
  float: left;
  border: 1px solid #ccc;
  border-top: 0;
  width: 100%;
  padding: 20px;
}

.layout_cont {
  padding: 20px 0 0 0;
  line-height: 1.4rem;
}

.layout_page {
  padding: 0;
  color: #777;
}

.layout_page h2 {
  font-size: 34px;
  color: #333333;
  line-height: 34px;
  text-align: center;
  font-weight: 500;
}

.layout_box {
  float: left;
  width: 100%;
  text-align: center;
  padding: 60px 0;
  background: #f7f7f7;
}

.layout_box i {
  color: #e0e0e0;
  font-size: 3rem;
}

.layout_box span {
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #555;
}

.layout_box p {
  color: #777;
  margin-top: 20px;
  word-break: keep-all;
}

.layout_box .left {
  float: left;
  width: 33.3%;
}

.layout_box .center {
  float: left;
  width: 33.3%;
  border: 1px solid #e0e0e0;
  border-top: 0;
  border-bottom: 0;
  padding: 0 30px;
}

.layout_box .right {
  float: left;
  width: 33.3%;
}

.col-2 {
  float: left;
  width: 100%;
}

.col-2 .one {
  float: left;
  width: 49%;
  border: 0;
  margin-right: 2%;
}

.col-2 .one:nth-child(2n) {
  margin-right: 0;
}

.col-2 img {
  width: 100%;
}

.col-3 {
  float: left;
  width: 100%;
}

.col-3 .one {
  float: left;
  width: 32%;
  border: 0;
}

.col-3 .one:nth-child(2n) {
  margin: 0 2%;
}

.col-3 img {
  width: 100%;
}

.innerwrap {
  width: 100%;
  margin: 0 auto;
  max-width: var(--container-width);
}

.innerwrap2 {
  width: 100%;
  max-width: var(--container-width);
  margin: 0 auto;
}

.innerwrap2 * {
  word-break: keep-all;
}

.innerwrap img,
.innerwrap2 img {
  max-width: 100%;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}


.styletbl {
  float: left;
  width: 100%;
  border-top: 2px solid #111;
}

.styletbl th,
.styletbl td {
  padding: 15px 20px;
  text-align: left;
}

.styletbl th {
  background: #f5f5f5;
  font-weight: 700;
  border-bottom: 1px solid #e9e9e9;
  color: #444;
  text-align: center;
}

.styletbl td {
  color: #4c4c4c;
  border-bottom: 1px solid #e9e9e9;
}

.styletbl strong {
  font-weight: 400;
}

.styletbl.overview {
  width: 100%;
  font-size: .94rem;
}

.styletbl.overview th {
  min-width: 120px;
}

.styletbl.designspec {
  border: 0;
}

.styletbl.designspec tr th,
.styletbl.designspec tr td {
  margin: 10px 0;
}

.styletbl.designspec th {
  width: 330px;
  height: 75px;
  background: linear-gradient(to right, #0c19b3 0%, #007fca 50%, #007cfc 100%);
  color: #fff;
  border: 1px solid #c1d5e4;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background-size: 200% 100%;
}

.styletbl.designspec th p {
  color: #dedede;
  font-size: .9rem;
  margin-top: -5px;
}

.styletbl.designspec td {
  border: 1px solid #fff;
}

.styletbl.designspec tr:hover th {
  background: linear-gradient(to right, #0c19b3 0%, #007fca 50%, #007cfc 100%);
  background-position: 100% 0;
  color: #fff;
}

.styletbl.designspec tr:hover th p {
  color: #ddd;
  transition: all .2s;
}

.styletbl.designspec tr:hover td {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.styletbl.designspec td {
  border: 0;
}

.styletbl.designspec2 {
  border: 1px solid #ddd;
  width: 49.5%;
  margin-right: 1%;
  border-radius: 10px;
  box-shadow: 0 0px 5px #ddd;
}

.styletbl.designspec2.last {
  margin-right: 0;
}

.styletbl.designspec2 th,
.styletbl.designspec2 td {
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

.styletbl.designspec2 th {
  text-align: center;
  background: #f7f7f7;
  color: #333;
}

.styletbl.designspec2 .tit {
  text-align: center;
  font-weight: 400;
  color: #fff;
  background: linear-gradient(to right, #0c19b3 0%, #007fca 50%, #007cfc 100%);
  border-radius: 10px 10px 0 0;
  padding: 15px 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background-size: 200% 100%;
}

.styletbl.designspec2:hover .tit {
  background-position: 100% 0;
}

.styletbl.designspec2 tr:last-child th,
.styletbl.designspec2 tr:last-child td {
  border-bottom: 0;
}

.styletbl.designspec2 tr:last-child th {
  border-radius: 0 0 0 10px;
}

.styletbl.designspec2 .point {
  background: #ececec;
  color: #6b6b6b;
  border: 1px solid #ddd;
  font-size: .7rem;
  padding: 2px 5px;
  vertical-align: top;
  font-weight: 400;
}

.table02 {
  float: left;
  width: 100%;
}

.table02 th {
  padding: 10px;
  background: #bfddfb;
  text-align: center;
  font-weight: 500;
  border-left: 0px solid rgba(255, 255, 255, 0.5);
}

.table02 th:first-child {
  border-left: 0;
}

.table02 td:first-child {
  border-left: 0;
}

.table02 td {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.alarm {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 30px;
  font-size: .94rem;
  letter-spacing: -0.5px;
  color: #0a26b6;
  font-weight: 400;
  background: #f7fbff;
  border: 1px solid #dbeefd;
  border-radius: 20px;
  padding: 10px 0;
}

.tbltit {
  float: left;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 30px 0 20px 0;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  color: #4a4a4a;
  text-align: center;
}

.tbltit i {
  font-size: 1rem;
  margin-right: 5px;
  color: #017bc9;
}

.sloganbox {
  width: 100%;
  height: 336px;
  padding: 140px 50px 0 100px;
  text-align: left;
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
}

.sloganbox.company_slogan {
  background: url('../img/company_1.jpg') center center;
  background-size: cover;
}

.sloganbox.tech_slogan {
  background: url('/theme/mt-02/img/tech.jpg') 0 55%;
  background-size: cover;
}

.sloganbox .slogan {
  font-size: .9rem;
  font-weight: 300;
  margin-top: 10px;
  line-height: 1.2rem;
}

.layout_btn1 {
  background-color: transparent;
  color: #333;
  font-size: 14px;
  border: 1px solid #333;
  padding: 10px 20px;
  font-weight: 600;
}

.layout_btn1:hover {
  background: #333;
  color: #fff;
  transition: all 0.5s;
}

.layout_btn2 {
  background-color: #333;
  color: #fff;
  font-size: 14px;
  border: 1px solid #333;
  padding: 10px 20px;
  font-weight: 600;
}

.layout_btn2:hover {
  background: transparent;
  color: #333;
  transition: all 0.5s;
}

.layout_btn3 {
  background-color: #d13f4a;
  color: #fff;
  font-size: 14px;
  border: 1px solid #d13f4a;
  padding: 10px 20px;
  font-weight: 600;
}

.layout_btn3:hover {
  background: transparent;
  color: #d13f4a;
  transition: all 0.5s;
}

.layout_btn4 {
  background-color: #fff;
  color: #333;
  font-size: 14px;
  border: 1px solid #fff;
  padding: 10px 20px;
  font-weight: 600;
}

.layout_btn4:hover {
  background: transparent;
  color: #fff;
  transition: all 0.5s;
}

.layout_admbtn {
  background: #fff;
  color: #333;
  border: 1px solid #ccc;
  padding: 2px 8px;
  font-size: 10px;
  font-weight: 500;
}

.layout_admbtn:hover {
  background: #ccc;
  color: #fff;
  transition: all .5s;
}

.pconly {
  display: inline-block !important;
}

.mobonly {
  display: none !important;
}

.pconly2 {
  display: block !important;
}

.mobonly2 {
  display: none !important;
}

.pconly3 {
  display: table-cell !important;
}

.mobonly3 {
  display: none;
}

.contit {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 10px;
  background: linear-gradient(to right, #432392 0%, #7046d8 50%, #a181ec 100%);
  float: left;
  padding: 4px 25px 5px 25px;
  color: #fff;
  border-radius: 20px;
}

.contit:before {
  float: left;
  content: "\e62f";
  font-family: 'themify';
  font-size: 1rem;
  margin-right: 10px;
  color: #fff;
}

.contit i {
  color: #11ceec;
  margin-right: 5px;
}

.consqr {
  float: left;
  width: 100%;
  border: 1px solid #c4b6e6;
  border-left: 0;
  border-right: 0;
  background: #fbfbfb;
  padding: 30px;
  margin-top: 10px;
  margin-bottom: 40px;
}

.consqr li:before {
  content: '\f00c';
  font: normal normal normal 14px/1 FontAwesome;
  font-weight: 700;
  margin-right: 10px;
  color: #6e44d5;
  -webkit-text-stroke: 0.5px #f7f7f7;
}

.tpoint {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}

.tpoint:before {
  display: inline-block;
  border-left: 4px solid #db1d17;
  width: 0;
  height: 20px;
  vertical-align: middle;
  content: " ";
  margin-right: 10px;
}

.listup ul {
  list-style-type: disc;
  list-style-position: inside;
}

/*
===================
메인
===================
*/
.sec1 {
  float: left;
  width: 100%;
  padding: 150px 0;
}

.sec2 {
  float: left;
  background: #f3f3f3;
  width: 100%;
  padding-top: 130px;
}

.main-col-4 {
  width: 100%;
  float: left;
  text-align: center;
  background: #144896;
  padding: 55px 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 0;
}

.main-col-4 .one {
  float: left;
  width: 33.3%;
  font-size: .86rem;
  line-height: 1.4rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  color: #f7f7f7;
}

.main-col-4 .one:first-child {
  border-left: 0;
}

.main-col-4 .one i {
  font-size: 2rem;
  color: #fff;
}

.main-col-4 .one p {
  font-size: 1.4rem;
  margin: 20px 0 15px 0;
  font-weight: 500;
  color: #f7f7f7;
}

.main-col-4 .one a {
  color: #d2d2d2;
}

.main-pr-left {
  width: 50%;
  float: left;
  height: 470px;
  padding: 110px 0;
  background: #3178b7;
  color: #fff;
}

.main-pr-left .box {
  width: 550px;
  float: right;
  text-align: left;
}

.main-pr-left .tit {
  font-size: 2.4rem;
  font-weight: bold;
}

.main-pr-left .subtit {
  font-size: 2rem;
  margin-top: 15px;
}

.main-pr-left .info {
  font-size: 1.1rem;
  margin-top: 15px;
}

.main-pr-right {
  width: 50%;
  float: left;
  height: 470px;
  padding-top: 30px;
  background: url('/theme/mt-02/img/main_col_water.jpg') no-repeat;
  background-size: cover;
  background-position: 0 30%;
}

.main-pr-right img {
  position: absolute;
  bottom: 0;
}

.overview {
  float: left;
  width: 100%;
}

.overview_1 {
  position: relative;
  float: left;
  width: 420px;
  height: 460px;
  color: #333;
  padding: 40px 30px;
  overflow: hidden;
}

.overview_2 {
  position: relative;
  float: left;
  width: 730px;
  height: 220px;
  margin-left: 20px;
  color: #333;
  padding: 40px 30px;
  padding: 40px 30px;
  overflow: hidden;
}

.overview_3 {
  position: relative;
  float: left;
  width: 730px;
  height: 220px;
  margin-left: 20px;
  margin-top: 20px;
  color: #333;
  padding: 40px 30px;
  overflow: hidden;
}

.overview_1_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/main_2.jpg');
  background-position: 35% 100%;
  background-size: cover;
  transition: all .5s;
  transform: scale(1);
}

.overview_2_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/theme/mt-02/img/overview_2.jpg') 0 35%;
  background-size: cover;
  transition: all .5s;
  transform: scale(1);
}

.overview_3_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/theme/mt-02/img/overview_3.jpg') 0% 30%;
  background-size: cover;
  transition: all .5s;
  transform: scale(1);
}

.overview span {
  position: absolute;
  top: 40px;
  font-weight: 500;
  font-size: 1.1rem;
  color: #fff;
  z-index: 10;
}

.overview p {
  position: absolute;
  top: 75px;
  font-weight: normal;
  font-size: .84rem;
  letter-spacing: 0;
  line-height: 1.2rem;
  color: #d6d6d6;
  z-index: 10;
  transition: width 2s, left 2s, bottom 2s;
}

.overview_opc {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  margin: -40px -30px;
  z-index: 9;
}

.overview_1:hover .overview_1_bg {
  transform: scale(1.07);
  transition: all .5s;
}

.overview_2:hover .overview_2_bg {
  transform: scale(1.07);
  transition: all .5s;
}

.overview_3:hover .overview_3_bg {
  transform: scale(1.07);
  transition: all .5s;
}

.product_box {
  float: left;
  width: 295px;
  height: 269px;
  color: #333;
  padding: 50px 35px;
  border: 1px solid #ddd;
  border-right: 0;
}

.product_box .tit {
  font-size: 1.4rem;
  color: #333;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.product_box .info {
  font-size: .9rem;
  color: #666;
  line-height: 1.4rem;
  margin-top: 20px;
}

.product_box2 {
  float: left;
  width: 885px;
  border: 1px solid #ddd;
  border-left: 0;
}

/*
===================
회사소개
===================
*/
.introkey {
  float: none;
  width: auto;
  display: table;
  margin: 0 auto;
}

.introkey .circle {
  float: left;
  width: 120px;
  height: 120px;
  padding: 45px 0;
  border-radius: 50%;
  background: black;
  color: #fff;
  margin-right: 20px;
  font-size: 1.1rem;
  font-weight: 400;
  text-align: center;
}

.introkey .circle:last-child {
  margin: 0;
}

.company-col-2 {
  float: left;
  width: 100%;
}

.company-col-2 .left {
  float: left;
  width: 42%;
}

.company-col-2 .right {
  float: left;
  width: 58%;
  padding-left: 5%;
}

.company-col-2 .introtit {
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: 500;
  color: #555;
}

.company-col-2 .introsubtit {
  color: #4e6b83;
  margin-top: 20px;
  font-weight: 400;
}

.company-col-2 .sign {
  margin-top: 30px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #666;
}

.company_info {
  padding: 65px 0;
  margin-bottom: 50px;
  text-align: left;
  line-height: 2;
  font-size: 1rem;
  width: 100%;
}

.company_info .point {
  font-weight: 500;
  color: #424242;
}

.company_info p {
  margin: 0;
  font-weight: 400;
}

.company_info .tit {
  font-weight: 700;
  font-size: 1.7rem;
  line-height: initial;
  padding-bottom: 15px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 15px !important;
  margin: 0;
}

.company_info .sign {
  font-size: 1.2rem;
  margin-top: 20px;
}

.location {
  float: left;
  width: 500px;
}

/*
===================
히스토리
===================
*/
.history-tl-container {
  width: 50%;
  margin: auto;
  display: block;
  position: relative;
}

.history-tl-container ul.tl {
  margin: 20px 0;
  padding: 0;
  display: inline-block;

}

.history-tl-container ul.tl li {
  list-style: none;
  margin: auto;
  margin-left: 200px;
  min-height: 50px;
  /*background: rgba(255,255,0,0.1);*/
  border-left: 1px dashed #86D6FF;
  padding: 0 0 50px 30px;
  position: relative;
}

.history-tl-container ul.tl li:last-child {
  border-left: 0;
}

.history-tl-container ul.tl li::before {
  position: absolute;
  left: -18px;
  top: -5px;
  content: " ";
  border: 8px solid rgba(255, 255, 255, 0.74);
  border-radius: 500%;
  background: #258CC7;
  height: 20px;
  width: 20px;
  transition: all 500ms ease-in-out;
  padding: 10px;
}

.history-tl-container ul.tl li:hover::before {
  border-color: #258CC7;
  transition: all 1000ms ease-in-out;
}

ul.tl li .item-title {
  color: #696969;
}

ul.tl li .item-detail {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
}

ul.tl li .timestamp {
  color: #8D8D8D;
  position: absolute;
  width: 100px;
  left: -50%;
  text-align: right;
  font-size: 12px;
}

/*
===================
네비게이션
===================
*/
nav {
  padding: 0;
  margin: 0 auto;
}

nav .logo {
  float: left;
  width: 20%;
  text-align: left;
  font-size: 23px;
}

nav .logo img {
  width: 95px;
  margin-top: 3px;
  transition: all 0.5s;
}

nav .nav-container {
  float: left;
  width: 61%;
}

nav ul {
  display: inline-block;
  margin: 0;
}

.submenu {
  display: none;
  position: absolute;
  z-index: 9999;
  padding: 20px 0;
  border-radius: 5px;
  left: 50%;
  margin-left: 0;
  transform: translateX(-50%);
  min-width: 150px;
  margin-top: 0px;
}

.submenu li {
  float: none;
  display: block;
  text-align: center;
  margin-left: 0 !important;
}

.submenu li a {
  font-size: 16px;
  color: #333;
  padding: 5px 20px;
}

nav .lang {
  float: right;
  width: 19%;
  margin-top: 7px;
}

nav .lang li {
  float: right;
  margin-left: 20px !important;
}

nav .lang a {
  color: #efefef;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  height: 35px;
  width: 70px;
  margin-top: 0px;
}

nav .lang a:hover {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 1);
}

nav ul li {
  display: inline-block;
  float: left;
  position: relative;
  padding: 5px;
}

nav ul li:not(:first-child) {
  margin-left: 0;
}

nav ul li a {
  display: inline-block;
  outline: none;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: -0.01em;
}

nav ul li a:hover {
  color: #cbcbcb;
  text-decoration: none;
}

#nav:checked+.nav-open {
  transform: rotate(45deg);
}

#nav:checked+.nav-open i {
  background: #fff;
  transition: transform 0.2s ease;
}

#nav:checked+.nav-open i:nth-child(1) {
  transform: translateY(6px) rotate(180deg);
}

#nav:checked+.nav-open i:nth-child(2) {
  opacity: 0;
}

#nav:checked+.nav-open i:nth-child(3) {
  transform: translateY(-6px) rotate(90deg);
}

#nav:checked~.nav-container {
  z-index: 9990;
  opacity: 1;
  display: block;
}

#nav:checked~.nav-container ul li a {
  opacity: 1;
  transform: translateY(0);
}

#nav:checked~.nav-container ul li a i {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.3);
  margin-right: 10px;
}

.hidden {
  display: none;
}

/* 상단메뉴 적용  190710 추가 */
.menuBox {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  top: 0px;
  left: 0;
  height: var(--bar-height);
  z-index: 999;
  background: rgba(0, 0, 0, 0.1);
  border-bottom: 0px solid rgba(255, 255, 255, 0.2);
}

.menuBox UL {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.menuBox .menu {
  position: relative;
  float: left;
  height: var(--bar-height);
  line-height: var(--bar-height);
  transition: all .5s;
}

.menuBox .menu:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 80%;
  height: 3px;
  background: var(--point-color);
  display: none;
  animation: menubars 0.5s;
}

.menuBox .menu.now:before {
  display: block;
}

@keyframes menubars {
  0% {
    width: 0;
  }

  100% {
    width: 80%;
  }
}

.menuBox .menu>LI {
  float: left;
  color: #fff;
  width: var(--menu-width);
  text-align: center;
  font-size: 1.14rem;
  font-weight: normal;
  cursor: pointer;
}

.menuBox .menu>LI a {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 700;
}

.menuBox .submenuBox {
  display: none;
  float: left;
  top: 0;
  margin-top: 0;
  height: var(--menu-height);
  width: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 0;
  border-right: 0;
}

.menuBox .submenulist:first-child {
  border-left: 0px solid rgba(0, 0, 0, 0.1);
}

.menuBox .submenulist {
  float: left;
  width: var(--menu-width);
  height: var(--menu-height);
  border-right: 0px solid rgba(0, 0, 0, 0.1);
  padding-top: 30px;
}

.menuBox .submenulist>LI {
  width: 100%;
  padding: 7px;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
}

.menuBox .submenulist>LI a {
  color: #333;
}

.menuBox .submenulist>LI a:hover {
  color: var(--point-color);
}

.menuBox .centerbox {
  display: table;
  margin: 0 auto;
}

.menuBox.min,
.menuBox.new {
  background: #fff !important;
  border-bottom: 1px solid #ddd;
}

.menuBox.min .menu,
.menuBox.new .menu {}

.menuBox.min .menu>LI a,
.menuBox.new .menu>LI a {
  color: #333;
}

.menuBox .menu.now>LI a {
  color: var(--point-color);
}

.menuBox.min .submenuBox,
.menuBox.new .submenuBox {}

.toplogo {
  position: fixed;
  top: var(--logo-top);
  left: var(--logo-left);
  z-index: 10000;
  transition: all .2s;
}

.toplogo img {
  max-width: var(--logo-max-width);
  filter: grayscale(1) brightness(100);
  transition: all .1s;
}

.toplogo.min,
.toplogo.new {
  transition: all .5s;
}

.toplogo.min img,
.toplogo.new img {
  filter: grayscale(0) brightness(1);
  transition: all .1s;
}

.topquick {
  position: fixed;
  top: var(--quick-top);
  right: var(--quick-right);
  height: initial;
  line-height: initial;
  text-align: center;
  z-index: 10000;
  transition: all .2s;
  color: rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0);
  padding: 0;
}

.topquick a {
  display: inline-block;
  color: rgba(255, 255, 255, 1);
  margin: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-weight: 700;
  background: transparent;
  color: #fff;
  vertical-align: middle;
  font-size: 0.9rem;
}

.topquick a i {
  margin-left: 10px;
  vertical-align: middle;
  font-size: 0.9rem;
}

.topquick.min,
.topquick.new {
  transition: all .2s;
}

.topquick.min a,
.topquick.new a {
  color: #969696;
  border-color: #ddd;
}

.topquick.min a:hover,
.topquick.new a:hover {
  color: #111;
}

/*
===================
빵조각
===================
*/
#minibar {
  display: none;
  position: absolute;
  top: 80px;
  width: 100%;
  z-index: 99;
}

.breadcrumb {
  position: absolute;
  top: 0;
  z-index: 99;
  float: right;
  width: 100%;
  border-bottom: 0px solid #d7e0e4;
}

.breadcrumb .innerwrap {
  max-width: 100%;
  padding: 0 100px;
}

.breadcrumb ul {
  display: table;
  float: right;
}

.breadcrumb li:nth-child(1) {
  border-left: 0;
}

.breadcrumb li {
  float: left;
  height: 47px;
  line-height: 47px;
  margin-left: 15px;
  border-right: 0;
  font-size: 14px;
  font-weight: 400;
  color: #cacaca;
}

.breadcrumb li i {
  font-size: 1.1rem;
}

.breadcrumb li a {
  color: gray;
}

.breadcrumb li:after {
  content: '|';
  margin-left: 15px;
  color: #909090;
}

.breadcrumb li:last-child {
  border-bottom: 0px solid #424242;
}

.breadcrumb li:last-child:after {
  display: none;
}

.quickmenu {
  position: absolute;
  margin-top: -65px;
  left: 50%;
  width: 100%;
  max-width: var(--container-width);
  transform: translate(-50%, 0);
  background: rgba(255, 255, 255, 1);
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  z-index: 8;
}

.quickmenu ul {
  display: table;
  margin: 0 auto;
}

.quickmenu ul li {
  position: relative;
  float: left;
  width: 160px;
  text-align: center;
  height: 65px;
  line-height: 65px;
  margin: 0 0 -1px 0;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 0px;
  transition: width .5s;
}

.quickmenu ul li a {
  position: relative;
  color: #989898;
  transition: width .5s;
}

.quickmenu ul li a:after {
  content: '';
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 3px;
  background: var(--point-color);
  display: none;
  animation: tabbar 0.5s;
}

.quickmenu ul li:hover:after {
  display: block;
  background: #ccc;
}

.quickmenu ul li:hover a {
  color: #111;
}

.quickmenu ul li.active a {
  color: var(--point-color);
}

.quickmenu ul li.active a:before {
  display: none;
  content: '';
  width: 7px;
  height: 7px;
  background: var(--point-color);
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: -10px;
}

.quickmenu ul li.active a:after {
  display: block;
  background: var(--point-color);
}

@keyframes tabbar {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}


#backbtn {
  position: absolute;
  top: 0px;
  left: 100px;
  color: #fff;
  z-index: 999;
  padding: 0 5px;
  height: 47px;
  line-height: 47px;
  font-size: 14px;
  border-bottom: 0px solid #424242;
}

#backbtn a {
  color: #cacaca
}

#minibar.min {
  position: fixed;
  top: 80px;
  background: #f7f7f7 !important;
  display: none;
}

#minibar.min .breadcrumb {
  background: #f7f7f7;
}

#minibar.min .breadcrumb li {
  color: gray;
}

#minibar.min #backbtn a {
  color: #424242;
}

/*
===================
슬라이더
===================
*/
.kenburn-slider {
  width: 100%;
  margin: 0;
  position: relative;
  background-color: #000 !important;
}

.kenburn-slider .slides {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.kenburn-slider .slides>li {
  float: left;
  margin-right: -100%;
  width: 100%;
  overflow: hidden;
  height: 100vh;
  position: relative;
  min-height: 500px;
}

.subslider .slides>li {
  height: 600px !important;
}

.kenburn-slider .flex-direction-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.kenburn-slider .flex-direction-nav .flex-prev,
.kenburn-slider .flex-direction-nav .flex-next {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 8;
  text-align: center;
  width: 70px;
  height: 70px;
  line-height: 70px;
  padding: 0;
}

.kenburn-slider .flex-direction-nav .flex-prev {
  left: 50px;
}

.kenburn-slider .flex-direction-nav .flex-next {
  right: 50px;
}

.slide-image {
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.flex-active-slide .slide-image {
  -webkit-animation: zoomOut 5s;
  animation: zoomOut 5s;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 0.6
  }

  100% {
    opacity: 1
  }
}

@-ms-keyframes zoomOut {
  0% {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }

  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@keyframes zoomOut {
  0% {
    opacity: 0.6;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0.8;
    filter: alpha(opacity=80);
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
  }

  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(2.3);
    -webkit-transform: scale(2.3);
    -moz-transform: scale(2.3);
    -ms-transform: scale(2.3);
    -o-transform: scale(2.3);
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  -ms-animation-name: zoomOut;
  animation-name: zoomOut
}

.backzoomOut {
  -webkit-animation-name: backzoomOut;
  -ms-animation-name: backzoomOut;
  animation-name: backzoomOut
}

.subslider .flex-direction-nav .flex-prev,
.subslider .flex-direction-nav .flex-next {
  display: none;
}

.kenburn-slider .flex-direction-nav .flex-prev:after {
  content: "\e629";
  font-size: 20px;
  font-family: 'themify';
  letter-spacing: 0;
  text-transform: uppercase;
  vertical-align: top;
}

.kenburn-slider .flex-direction-nav .flex-next:before {
  content: "\e628";
  font-size: 20px;
  font-family: 'themify';
  letter-spacing: 0;
  text-transform: uppercase;
  vertical-align: top;
}

.kenburn-slider .flex-direction-nav .flex-prev a:hover,
.kenburn-slider .flex-direction-nav .flex-next a:hover {
  color: #fff;
  transition: all .5s;
}

/*
===================
슬라이더 컨트롤
===================
*/
.scroll {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  bottom: 35px;
  left: 50%;
  margin-left: 0px;
  width: 120px;
  height: 40px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 99;
  opacity: .8;
  animation: scrollani 1.5s infinite;
}

@keyframes scrollani {
  0% {
    bottom: 25px;
  }

  50% {
    bottom: 35px;
  }

  100% {
    bottom: 25px;
  }
}


.scroll::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 40px;
  transform: translate(-50%, 0);
  border: 2px solid #fff;
  border-radius: 30px;
}

.scroll::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 52%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transform: translate(-50%, 0);
  background-color: #fff;
  animation: ani-mouse 2s linear infinite;
}

@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 15px;
  }

  15% {
    opacity: 1;
    top: 20px;
  }

  50% {
    opacity: 0;
    top: 20px;
  }

  100% {
    opacity: 0;
    top: 15px;
  }
}

@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 15px;
  }

  15% {
    opacity: 1;
    top: 20px;
  }

  50% {
    opacity: 0;
    top: 20px;
  }

  100% {
    opacity: 0;
    top: 15px;
  }
}

@keyframes mob-slide {
  0% {
    transform: scale(2);
    -webkit-transform: scale(2);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.scroll__text {
  position: absolute;
  top: 5px;
  left: -2px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.5px;
}

.scroll__text2 {
  position: absolute;
  top: 5px;
  right: 2px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.5px;
}

/*
===================
푸터
===================
*/

.qbanner {
  float: left;
  width: 100%;
  height: 250px;
  position: relative;
  background: url('../img/tail.jpg');
  background-size: cover;
  background-position: 50% 40%;
  margin: 150px 0 0 0;
}

.qbanner:before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  color: #fff !important;
  animation: opacity 1s;
}

.qbanner .txtbox {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  color: #fff;
  text-align: center;
  margin: 55px 0;
  padding: 40px;
  z-index: 3;
}

.qbanner .txtbox .tit {
  font-size: 1.8rem;
  font-weight: bold;
}

.qbanner .txtbox .txt {
  font-size: 1.1rem;
  color: #f7f7f7;
  word-break: keep-all;
}

.qbanner .txtbox .opc {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9;
}

#footer {
  float: left;
  width: 100%;
  background: #fff;
  color: #444;
  padding: 20px 0 40px 0;
  font-size: .83rem;
  text-align: center;
  margin-top: 10px;
}

#footer a {}

#footer p {}

#footer .copylink a {
  font-size: .87rem;
  margin-right: 10px;
}

#footer .copylink a:after {
  content: '|';
  color: #dedede;
  margin-left: 13px;
}

#footer .copylink a:last-child {
  margin-right: 0;
}

#footer .copylink a:last-child:after {
  display: none;
}

#footer .topbar {
  position: relative;
  border-top: 1px solid #cecece;
  font-size: .76rem;
  padding-top: 40px;
  margin-top: 40px;
}

#footer .gototop {
  position: absolute;
  font-size: 10px;
  top: 0;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  width: 42px;
  height: 42px;
  padding-top: 6px;
  line-height: 14px;
  border-radius: 50%;
  border: 1px solid #ccc;
  color: #ccc;
  background: #fff;
}

#footer .gototop i {
  font-size: 13px;
}

#footer .gototop a {
  color: #888;
}

#footer .gototop:hover {
  background: #000;
  border: 1px solid #000;
  transition: all .5s;
}

#footer .gototop:hover a {
  color: #fff;
}

#footer .bar {
  color: #efefef;
  margin: 0 2px;
  font-size: .68rem;
}

#footer .rights {
  font-size: .8rem;
  padding-top: 5px;
  color: #444;
}

#footer .mworks,
#footer .mworks a {
  color: #f9f9f9;
}

/*푸터블랙*/
#footer.black {
  background: #2a2a2a;
  padding: 60px 0;
  margin-top: 0;
}

#footer.black .topbar {
  border-top: 1px solid #525252;
}

#footer.black .gototop {
  background: #2a2a2a;
  border: 1px solid #525252;
}

.black .layout_admbtn {
  background: #2a2a2a;
  color: #828282;
  border: 1px solid #525252;
}

#footer.black .copylink a {
  color: #fff;
}

#footer.black .copylink a:after {
  color: #6d6d6d;
}

#footer.black .footcont,
#footer.black .rights {
  color: #bbb;
}

#footer.black .footcont .bar {
  color: #6f6f6f;
}

#footer.black .mworks,
#footer.black .mworks a {
  color: #323232;
}

.swiper-navigation-icon {
  display: none !important;
}

/*
===================
모바일 레이아웃
===================
*/

@media (max-width:480px) {

  /*메인*/
  .main-pr-right img {
    width: 100% !important;
    height: auto !important;
    left: 0 !important;
    margin-left: 0 !important;
  }

  /*슬라이드 서클*/
  .slide-circle-image {
    width: 180px;
    height: 180px;
    padding: 60px 0;
  }

  .slide-circle-image p {
    width: 180px;
    font-size: 1.5rem;
  }

  .slide-circle-image img {
    margin-top: -50px;
  }

  /*슬라이드 화살표*/
  .kenburn-slider .flex-direction-nav .flex-prev,
  .kenburn-slider .flex-direction-nav .flex-next {
    top: 50%;
    height: 1em;
    margin-top: -15%;
    padding: 0 !important;
  }

  /*슬라이드 포지션*/
  .kenburn-slider .slides li:nth-child(1) .slide-image {
    background-position: 52% 0;
  }

  .kenburn-slider .slides li:nth-child(2) .slide-image {
    background-position: 70% 0;
  }

  .kenburn-slider .slides li:nth-child(3) .slide-image {
    background-position: 73% 0;
  }
}

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

  /*슬라이드 화살표*/
  .kenburn-slider .flex-direction-nav .flex-prev,
  .kenburn-slider .flex-direction-nav .flex-next {
    top: 50%;
    height: 1em;
    margin-top: -16%;
  }
}

@media (min-width:1101px) and (max-width:1499px) {
  .menuBox .menu>LI {
    width: 150px;
  }

  .menuBox .submenulist {
    width: 150px;
  }
}

@media (max-width:1100px) {

  .sec1 {
    padding: 80px 0;
  }

  .sec2 {
    padding-top: 80px;
  }

  .history-tl-container {
    width: 100%;
  }

  .history-tl-container ul.tl li {
    width: 70%;
    margin-left: 100px !important;
    font-size: 14px;
    padding: 0 0 30px 30px;
  }

  ul.tl li .timestamp {
    left: -65%;
  }

  .pconly {
    display: none !important;
  }

  .mobonly {
    display: inline-block !important;
  }

  .pconly2 {
    display: none !important;
  }

  .mobonly2 {
    display: block !important;
  }

  .pconly3 {
    display: none !important;
  }

  .mobonly3 {
    display: inline-block !important;
  }

  .innerwrap {
    width: 100%;
    padding: 0 20px;
  }

  .navheader {
    padding: 15px 0 15px 0;
    transition: none;
  }

  nav {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }

  nav .logo {
    padding-left: 0
  }

  .mainmenu li:after {
    padding: 0;
    height: 0;
  }

  .menudown {
    background: none;
    border: 0;
    color: #e6e6e6;
    width: 30px;
    font-size: 1.3rem;
    margin-top: -7px;
    z-index: 99;
  }

  .submenu {
    display: none;
    position: relative !important;
    margin: 0 !important;
    padding: 0;
  }

  .submenu li {
    background: transparent;
    padding: 0 32px !important;
  }

  .submenu li a {
    font-size: 17px !important;
    padding: 0 15px !important;
    min-height: 35px !important;
  }

  .nav-container {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100% !important;
    z-index: -1;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    transition: all 0.2s ease;
    display: none;
  }

  .nav-container ul {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    margin: 0;
  }

  .nav-container ul li {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    padding: 0 40px;
  }

  .nav-container ul li:nth-child(1) a {
    transition-delay: 0.2s;
  }

  .nav-container ul li:nth-child(2) a {
    transition-delay: 0.3s;
  }

  .nav-container ul li:nth-child(3) a {
    transition-delay: 0.4s;
  }

  .nav-container ul li:nth-child(4) a {
    transition-delay: 0.5s;
  }

  .nav-container ul li:not(:first-child) {
    margin-left: 0;
  }

  .nav-container ul li a {
    padding: 10px 15px;
    opacity: 0;
    color: #f3f3f3;
    font-size: 24px;
    font-weight: 500;
    transform: translateY(-20px);
    transition: all 0.2s ease;
    min-width: 85%;
  }

  .nav-open {
    position: fixed;
    right: 10px;
    top: 10px;
    display: block;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 9999;
    border-radius: 50%;
    transition: all .1s;
  }

  .nav-open i {
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    margin-left: 14px;
  }

  .navheader.min .nav-open i {
    background: #333;
  }

  .nav-open i:nth-child(1) {
    margin-top: 16px;
  }

  .nav-open i:nth-child(2) {
    margin-top: 4px;
    opacity: 1;
    width: 13px;
    margin-left: 20px;
  }

  .nav-open i:nth-child(3) {
    margin-top: 4px;
  }

  nav .mlang {
    margin-top: 40px;
  }

  nav .mlang a {
    float: left;
    width: 50% !important;
    min-width: initial !important;
    font-size: 18px !important;
    border: 1px solid #666;
  }

  nav .mlang a:nth-child(2) {
    border-left: 0;
  }

  nav .mlang a:hover {
    background: #666;
    color: #fff;
    transition: all .5s;
  }

  /*상단 레이아웃*/
  nav .logo {
    width: 50%;
  }

  nav .logo img {
    width: 110px;
    margin-top: 3px;
    filter: grayscale(1) brightness(100);
    transition: all .1s;
  }

  .navheader.min {
    height: 50px;
    line-height: 50px;
    transition: none;
  }

  .navheader.min ul li {
    height: auto;
    line-height: initial;
  }

  .navheader.min .logo img {
    width: var(--mob-logo-width);
    margin-top: -35px;
    filter: grayscale(0) brightness(1);
    transition: all .1s;
  }

  .navheader.min .nav-open {
    top: 3px;
    transition: all .1s;
  }

  #minibar {
    display: none;
    top: 60px;
    transition: none;
  }

  #minibar.min {
    top: 50px;
    transition: none;
  }

  #backbtn {
    top: 0;
    left: 20px;
    margin-left: 0;
    height: 40px;
    line-height: 40px;
  }

  /*슬라이더*/
  .slideropc {
    background: rgba(0, 0, 0, 0.1);
  }

  .slidertxt {
    transform: translate(-50%, -50%);
    padding: 0 20px;
    text-align: center;
  }

  .slidertxt p {
    word-break: keep-all;
  }

  .slidertxt .smalltxt {
    font-size: 1.1rem;
    padding: 0;
    margin-bottom: 20px;
    font-weight: 400;
  }

  .slidertxt .bigtxt {
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .subslider .slides>li {
    height: 400px !important;
  }

  .subslider .slidertxt {
    top: 48%;
    text-align: center;
  }

  .subslider .slidertxt .smalltxt {
    font-size: .9rem;
    margin-bottom: 5px !important;
  }

  .subslider .slidertxt .bigtxt {
    font-size: 2.2rem;
    font-weight: 700
  }

  .subslider .slide-image {
    background-position: 50% 40% !important;
  }

  /*슬라이드 화살표*/
  .kenburn-slider .flex-direction-nav .flex-prev,
  .kenburn-slider .flex-direction-nav .flex-next {
    display: none;
    -webkit-transform: scale(0.72);
    transform: scale(0.72);
    font-weight: 300;
    opacity: 0.2;
  }

  .kenburn-slider .flex-direction-nav .flex-prev:after,
  .kenburn-slider .flex-direction-nav .flex-next:before {
    vertical-align: middle;
  }

  /*슬라이더 컨트롤*/
  .wrap-scrolldownhoney {
    bottom: 30px;
  }

  /*페이지*/
  .ver_line_sub {
    height: 40px;
  }

  .contentbox {
    padding: 0;
    overflow-x: hidden;
    overflow-y: hidden;
  }

  .breadcrumb {
    padding-top: 0;
  }

  .breadcrumb .innerwrap {
    max-width: 100%;
    padding: 0 20px;
  }

  .breadcrumb li {
    padding: 0 5px;
    margin-left: 0;
    font-size: .8rem;
    height: 40px;
    line-height: 40px;
    max-width: 120px;
    overflow: hidden;
  }

  .breadcrumb li i {
    font-size: .9rem;
  }

  .breadcrumb li:after {
    margin-left: 10px;
  }

  .quickmenu {
    left: 20px;
    margin-left: 0;
    transform: none;
    width: calc(100% - 40px);
    margin-top: -58px;
  }

  .quickmenu ul li {
    padding: 0;
    width: 85px;
    line-height: 58px;
    height: 58px;
    font-size: .94rem;
  }

  .pagetit {
    font-size: 17px;
  }

  .about {
    padding: 40px 0;
  }

  .about .sc1 {
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
    font-size: 15px;
  }

  .about .sc2 {
    float: left;
    width: 100%;
    padding: 0;
  }

  .about_2 {
    padding: 0;
  }

  .fac_info {
    padding: 15px;
    font-size: 15px;
  }

  .layout_page h2 {
    font-size: 22px;
  }

  .layout_page p {
    font-size: 14.8px;
  }

  .layout_box {
    padding: 50px 0 40px 0;
  }

  .layout_box .left {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
  }

  .layout_box .center {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ddd;
    padding: 30px 0;
  }

  .layout_box .right {
    width: 100%;
    padding-top: 30px;
  }

  .mini_info {
    font-size: 15px;
    padding: 25px;
  }

  .mini_info .tit {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .qbanner {
    margin-top: 50px;
    height: 200px;
  }

  .qbanner .txtbox {
    width: 100%;
    left: 0;
    margin-top: 75px;
    padding: 0 15px;
    height: 125px;
  }

  .qbanner .txtbox .tit {
    font-size: 1.3rem;
  }

  .qbanner .txtbox .txt {
    font-size: .9rem;
    line-height: 1.25rem;
    margin-top: 10px;
  }
}

@media (max-width:1024px) {

  /*페이지*/
  .innerwrap2 {
    padding: 0 20px;
  }

  .subpagetit {
    margin: 30px 0;
  }

  .subpagetit h2 {
    font-size: 1.8rem;
  }

  .subpagetit p {
    font-size: .8rem;
    margin-top: 15px;
  }

  .subpagetit .subbar {
    margin-top: -5px;
  }

  .contit {
    background: linear-gradient(to right, #432392 0%, #7046d8 50%, #a181ec 100%);
    padding: 6px 15px 7px 15px;
    font-size: 1.1rem;
    line-height: 1.4rem;
    width: 100%;
    border-radius: 0;
  }

  .consqr {
    padding: 15px;
  }

  .col-2 .one {
    width: 100%;
    margin: 0 0 2% 0;
  }

  /*메인*/
  .main-col-4 {
    padding: 20px 0;
  }

  .main-col-4 .one {
    float: none;
    display: table;
    margin: 0 auto;
    width: 70%;
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    border-left: 0;
  }

  .main-col-4 .one:last-child {
    border-bottom: 0;
  }

  .main-pr-left {
    width: 100%;
    height: 350px;
    padding: 60px 0;
  }

  .main-pr-left .box {
    width: 100%;
    padding: 0 20px;
  }

  .main-pr-left .tit {
    font-size: 1.5rem;
    font-weight: bold;
  }

  .main-pr-left .subtit {
    font-size: 1.3rem;
    margin-top: 15px;
  }

  .main-pr-left .info {
    font-size: 1rem;
    margin-top: 15px;
  }

  .main-pr-right {
    width: 100%;
    height: 350px;
    position: relative;
  }

  .main-pr-right img {
    width: auto;
    height: 100%;
    left: 50%;
    margin-left: -35%;
  }

  .overview_1 {
    width: 100%;
    height: 180px;
  }

  .overview_2 {
    width: 100%;
    height: 180px;
    margin-top: 20px;
    margin-left: 0;
  }

  .overview_3 {
    width: 100%;
    height: 180px;
    margin-top: 20px;
    margin-left: 0;
  }

  .overview_1 span {
    color: #fff !important;
  }

  .overview_1 p {
    color: #e7e7e7 !important;
  }

  .overview_1:before,
  .overview_2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    background: rgba(0, 0, 0, 0.3);
  }

  .overview p {
    font-weight: 400;
  }

  .overview_1_bg {
    background-position: center 0%;
  }

  .overview_2_bg {
    background-position: center 0;
  }

  .overview_3_bg {
    background-position: 10% 30%;
  }

  .product_box {
    width: 100%;
    height: auto;
    padding: 35px;
    border-right: 1px solid #ddd;
    border-bottom: 0;
  }

  .product_box2 {
    width: 100%;
    border: 1px solid #ddd;
  }

  .product_box .tit {
    font-size: 1.3rem;
    padding-bottom: 15px;
  }

  .product_box .info {
    font-size: .84rem;
    margin-top: 15px;
  }

  /*회사소개*/
  .introkey {
    margin: 40px auto;
  }

  .introkey .circle {
    width: 105px;
    height: 105px;
    padding: 40px 0;
    margin-right: 10px;
  }

  .company-col-2 .left {
    width: 100%;
  }

  .company-col-2 .left img {
    width: 100%;
  }

  .company-col-2 .right {
    padding-left: 0;
    width: 100%;
  }

  .company-col-2 .right .txt br {
    content: ' ';
  }

  .company-col-2 .right .txt br:after {
    content: ' ';
  }

  .company-col-2 .introtit {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-top: 20px;
    text-align: center;
  }

  .company-col-2 .introsubtit {}

  .sloganbox {
    padding: 55px 30px;
    height: 155px;
    font-size: 1.3rem;
    margin-bottom: 40px;
  }

  .sloganbox.company_slogan {
    background-position: right center !important;
    background-size: cover;
  }

  .sloganbox.tech_slogan {
    background-position: 50% 30%;
    background-size: 1024px;
  }

  .company_info {
    padding: 30px 0;
    text-align: left;
  }

  .styletbl.overview {
    width: 100%;
  }

  /*페이지*/
  .styletbl.overview th {
    min-width: 90px;
  }

  .styletbl th,
  .styletbl td {
    padding: 7px 10px;
  }

  .styletbl.designspec th,
  .styletbl.designspec td {
    float: left;
    width: 100%;
  }

  .styletbl.designspec th {
    height: auto !important;
  }

  .styletbl.designspec th,
  .styletbl.designspec td {
    margin: 0 !important;
  }

  .styletbl.designspec2 {
    margin: 10px 0;
    width: 100%;
    margin-right: 0;
  }

  .styletbl.designspec2:first-child {
    margin-top: 0;
  }

  .styletbl.designspec2 th {
    width: 120px;
    font-size: .9rem;
  }

  .styletbl.designspec2 .point {
    display: inline-block;
    clear: both;
    padding: 1px 5px;
  }

  .alarm {
    margin-top: 15px;
    padding: 5px 0;
  }

  .location {
    width: 100%;
  }

  .consqr img {
    width: 100%;
  }

  #footer .footcont,
  #footer .rights {
    padding: 0 20px;
  }

  #footer .footcont *,
  #footer .right * {
    word-break: keep-all;
  }

}

@media (min-width:769px) {
  .mainmenu li:hover .submenu {
    display: block;
  }
}

@media (min-width:769px) and (max-width:1024px) {
  .innerwrap {
    max-width: 100%;
  }
}

@media (min-width:1025px) and (max-width:1399px) {
  .innerwrap {
    max-width: 980px;
  }
}

@media (min-width:1400px) and (max-width:1600px) {
  .innerwrap {
    max-width: 1180px;
  }
}