@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  padding: 0;
  margin: 0;
  text-rendering: optimizelegibility;
  font-size: 100%;
}

body {
  font-weight: 300;
  color: #000;
  letter-spacing: 0px;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: 'Noto Sans Korean';
}

.clearBoth {
  clear: both;
}

.text-left {
  text-align: left;
}

button {
  letter-spacing: -1.5px;
}

textarea {
  font-family: 'Noto Sans Korean';
}

textarea::-webkit-input-placeholder {
  /* Edge */
  color: #b5b5b5;
  letter-spacing: -1.5px;
  font-family: 'Noto Sans Korean';
}

textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b5b5b5;
  letter-spacing: -1.5px;
  font-size: 1.1rem;
  font-family: 'Noto Sans Korean';
}

textarea::-ms-input-placeholder {
  color: #b5b5b5;
  letter-spacing: -1.5px;
  font-family: 'Noto Sans Korean';
}

textarea::placeholder {
  color: #b5b5b5;
  letter-spacing: -1.5px;
  font-family: 'Noto Sans Korean';
}

input,
select {
  outline: none !important;
  font-family: 'Noto Sans Korean';
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  /* Edge */
  color: #b5b5b5;
  letter-spacing: -1.5px;
}

input:-ms-input-placeholder,
select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b5b5b5;
  letter-spacing: -1.5px;
}

input::-ms-input-placeholder,
select::-ms-input-placeholder {
  color: #b5b5b5;
  letter-spacing: -1.5px;
}

input::placeholder,
select::placeholder {
  color: #b5b5b5;
  letter-spacing: -1.5px;
}

textarea:focus,
input:focus {
  outline-color: #416720;
}

@media (max-width: 516px) {
  html,
  body {
    font-size: 90.6%;
  }
}

@media (max-width: 414px) {
  html,
  body {
    font-size: 90.6%;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 80.6%;
  }
}

@media (max-width: 335px) {
  html {
    font-size: 75.6%;
  }
}

@media (max-width: 990px) {
  html,
  body {
    font-size: 80.6%;
  }
}

body {
  min-width: 360px;
}

.wrapper {
  position: relative;
  min-width: 1140px;
}

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

.wrapper-m {
  margin: 0 auto;
  max-width: 952px;
}

.wrapper-s {
  margin: 0 auto;
  max-width: 814px;
}

.container {
  position: relative;
  width: 1440px;
  margin: 0 auto;
  border: 0px solid #000;
}

@media (max-width: 1100px) {
  .container {
    width: 100%;
    padding: 0 1rem;
  }
}

.top-height {
  height: 162px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

@media (max-width: 1100px) {
  .top-height {
    height: 78px;
  }
}

.top-height-smaller {
  height: 86px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

@media (max-width: 1100px) {
  .top-height-smaller {
    height: 78px;
  }
}

.pc {
  display: block;
}

@media (max-width: 1100px) {
  .pc {
    display: none;
  }
}

.moblie {
  display: none;
}

@media (max-width: 1100px) {
  .moblie {
    display: block;
  }
}

.fixed-menu {
  position: fixed;
  width: 100%;
  z-index: 10012313;
  background-color: transparent;
  top: 0px;
}

@media (max-width: 1140px) {
  .fixed-menu {
    display: none;
  }
}

.con-hide {
  position: fixed;
  width: 100%;
  z-index: 10012313;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  background-color: white;
  border-bottom: 1px solid #e0e0e0;
  top: 0px;
}

@media (max-width: 1140px) {
  .con-hide {
    display: none;
  }
}

.con-visible {
  position: fixed;
  width: 100%;
  z-index: 10012313;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  top: 0px;
  background-color: #fff;
}

@media (max-width: 1140px) {
  .con-visible {
    display: none;
  }
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}

@media (max-width: 1140px) {
  .header-top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header-top.bottom-line {
  border-bottom: 2px solid #000;
}

.header-top.header-top-wrapper {
  border-bottom: 0px solid #000;
}

.header-top .header-gnb {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 0 auto;
  border: 0px solid #000;
  margin-left: 87px;
}

@media (max-width: 1100px) {
  .header-top .header-gnb {
    margin-left: 87px;
  }
}

.header-top .header-gnb .mainmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.header-top .header-gnb .mainmenu > li {
  display: block;
  position: relative;
  z-index: 11111;
}

.header-top .header-gnb .mainmenu > li > a {
  display: block;
  padding: 70px 00px 70px 0px;
  width: 223px;
  margin: 0 0px;
  font-size: 21px;
  font-weight: 700;
  position: relative;
  color: #000;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.header-top .header-gnb .mainmenu > li > a.font-small {
  padding: 30px 0px 30px 0px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.header-top .header-gnb .mainmenu > li > a.font-normal {
  padding: 70px 0px 70px 0px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.header-top .header-gnb .mainmenu > li > a:hover {
  color: #000;
}

.header-top .header-gnb .mainmenu > li > a.active {
  color: #000;
}

.header-top .header-gnb .mainmenu > li > a.padding {
  padding: 30px 0px 30px 0px;
}

.header-top .header-logo {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  border: 0px solid #000;
}

.header-top .header-logo .logo {
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  width: 107px;
  height: 62px;
  background-size: 100%;
  display: inline-block;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.header-top .header-logo .logo-small {
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  width: 80px;
  height: 46px;
  background-size: 100%;
  display: inline-block;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.header-member {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.header-member li {
  position: relative;
  display: inline-block;
  border: 0px solid #000;
}

.header-member li a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 0px 21px;
  display: block;
}

.header-member li a.mb-login {
  position: relative;
}

.header-member li a.mb-join {
  padding-right: 0px;
}

.header-member li.mb-hamburger {
  padding-right: 0px;
}

/* SUBMENU */
.bg-submenu {
  display: none;
  position: absolute;
  top: 120px;
  left: 0px;
  width: 100%;
  background-color: white;
  color: #fff;
  height: 150px;
  z-index: 10;
  border-top: 0px solid #e0e0e0;
}

.bg-sub {
  top: 120px;
}

.bg-submenu-smaller {
  display: none;
  position: absolute;
  top: 83px;
  left: 0px;
  width: 100%;
  background-color: white;
  color: #fff;
  height: 150px;
  z-index: 10;
  border-top: 0px solid #e0e0e0;
}

.submenu {
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  color: #fff;
  height: 220px;
  z-index: 14;
  border: 0px solid #000;
}

.submenu.submenu-smaller {
  top: 54px;
}

.submenu ul {
  margin-top: 30px;
  margin-left: 0px;
  width: 223px;
  margin-left: 0px;
}

.submenu ul li {
  display: block;
  padding: 0px;
  margin-bottom: 10px;
}

.submenu ul li a {
  display: block;
  color: #666;
  font-size: 15px;
  font-weight: 400;
  padding: 0px 21px;
  letter-spacing: -1px;
}

.submenu ul li a:hover {
  color: #666;
  text-decoration: none;
}

#sub-1 {
  margin-left: 0;
}

.submenu-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 1440px;
  margin: 0 auto;
  position: relative;
}

.empty-space {
  width: 173px;
  height: 62px;
}

.empty-space-smaller {
  width: 143px;
  height: 62px;
}

.header-bg-suuply {
  background-image: url("../images/bg/header-bg-supply.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 320px;
  display: block;
}

.header-bg-info {
  background-image: url("../images/bg/header-bg-info.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 320px;
  display: block;
}

.header-bg-about {
  background-image: url("../images/bg/header-bg-vision.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 320px;
  display: block;
}

.header-bg-support {
  background-image: url("../images/bg/header-bg-support.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 320px;
  display: block;
}

.header-line {
  background-color: #000;
  height: 2px;
}

.bg-main-only {
  background-image: url("../images/bg/bg-main.png");
  background-repeat: no-repeat;
  background-position: top center;
}

/**
	2010 New Header Style
**/
.site-header-holder {
  height: 190px;
}

@media (max-width: 1100px) {
  .site-header-holder {
    display: none;
  }
}

.site-header {
  position: fixed;
  left: auto;
  top: 0;
  width: 100%;
  height: 190px;
  background-color: #106eb4;
  z-index: 1000;
}

.site-logo {
  padding: 2em 0 0 2em;
}

@media (max-width: 1280px) {
  .site-logo {
    padding-top: 34px;
  }
}

.site-logo img {
  width: 14.2em;
}

.site-header-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1500px;
}

.site-header-sub-bg {
  position: absolute;
  top: -200px;
  width: 100%;
  height: 392px;
  background: #22cbe9 url("../images/site-header-sub-bg.png") 100% 350px no-repeat;
  border-bottom-left-radius: 130px;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity .3s, top .3s;
  transition: opacity .3s, top .3s;
}

.site-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1440px;
  color: #fff;
  font-size: 10px;
}

@media (max-width: 1280px) {
  .site-header-content {
    font-size: 8.5px;
  }
}

.site-header-content .content-wrapper {
  width: 100%;
}

.site-header-wrapper.open .site-header-sub-bg {
  top: 0;
  opacity: 1;
}

.site-header-wrapper.open .site-header-content {
  color: #000;
}

.site-header-wrapper.open .sub-container {
  margin-top: 0;
}

.site-header-wrapper.open .sub-list {
  top: 0;
  opacity: 1;
}

.global-nav {
  margin-left: 40px;
  margin-right: 80px;
  padding-top: 10px;
}

.global-nav .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.global-nav .sub-container {
  position: relative;
  margin-top: -1000px;
}

.global-nav .sub-list {
  position: absolute;
  top: -20px;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.global-nav .menu-item .main-tit {
  height: 55px;
}

.global-nav .menu-item .main-link {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  color: #fff;
  font-size: 2.5em;
  font-weight: 300;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.global-nav .menu-item .main-link:hover {
  color: #fee408 !important;
  border-bottom-color: #fee408;
}

.site-header-wrapper.open .global-nav .menu-item .main-link {
  color: #000;
}

.global-nav .menu-item .main-link sup {
  top: -.3em;
  font-size: .9em;
  font-weight: 400;
}

.global-nav .menu-item .main-link b {
  font-weight: 600;
}

.global-nav .sub-item {
  height: 45px;
  font-size: 2em;
  font-weight: 350;
  letter-spacing: -1px;
}

.global-nav .sub-item a {
  display: inline-block;
  padding-bottom: 1px;
  border-bottom: 1px solid transparent;
  color: #292929;
  white-space: nowrap;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.global-nav .sub-item a:hover {
  color: #fee408;
  border-bottom-color: #fee408;
  font-weight: 500;
}

.site-header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 20px;
}

.site-header-menu {
  display: none;
  margin-right: 2em;
  color: #fff;
}

.site-header-wrapper.open .site-header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-header-menu li {
  position: relative;
  padding: 0 2em;
}

.site-header-menu li + li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -5px;
  width: 1px;
  height: 14px;
  background-color: currentColor;
}

.site-header-menu a {
  color: currentColor;
  font-size: 2em;
  font-weight: 300;
}

.site-header-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.site-header-login li {
  position: relative;
  padding: 0 2em;
}

.site-header-login li + li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -5px;
  width: 1px;
  height: 14px;
  background-color: currentColor;
}

.site-header-login a {
  color: currentColor;
  font-size: 2em;
  font-weight: 400;
}

.hamburger-menu {
  width: 4em;
  height: 21px;
  position: relative;
  margin: 5px 0 0 4em;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  cursor: pointer;
  z-index: 5000;
  display: inline-block;
}

.hamburger-menu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: currentColor;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s;
  transition: .25s;
}

.hamburger-menu span:nth-child(1) {
  opacity: 1;
}

.hamburger-menu span:nth-child(2),
.hamburger-menu span:nth-child(3) {
  top: 9px;
}

.hamburger-menu span:nth-child(4) {
  top: 18px;
  opacity: 1;
}

.hamburger-menu.open span:nth-child(1) {
  width: 0%;
  left: 50%;
  opacity: 0;
}

.hamburger-menu.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburger-menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger-menu.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
  opacity: 0;
}

/* Mobile Header */
.m-site-header-holder {
  display: none;
  height: 108px;
}

@media (max-width: 1100px) {
  .m-site-header-holder {
    display: block;
  }
}

.m-site-header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 108px;
  background: #106eb4;
  z-index: 1000;
}

.m-site-header .m-site-logo {
  margin-top: 16px;
  margin-left: 24px;
  width: 75px;
  z-index: 1002;
}

.m-site-header .m-site-logo img {
  width: 100%;
}

.m-site-header .m-menu {
  margin-top: 33px;
  margin-left: auto;
  margin-right: 16px;
  width: 24px;
  height: 24px;
  color: #fff;
}

.m-site-header .m-menu.open {
  color: #000;
  opacity: .8;
}

.m-site-header .m-menu span {
  height: 2px;
}

.m-site-header .m-menu span:nth-child(2),
.m-site-header .m-menu span:nth-child(3) {
  top: 6px;
}

.m-site-header .m-menu span:nth-child(4) {
  top: 12px;
}

body.side-open {
  overflow: hidden;
}

.m-side-bar {
  position: absolute;
  top: 0;
  left: 100%;
  padding-left: 3px;
  padding-bottom: 120px;
  width: 100%;
  height: 100vh;
  z-index: 1001;
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.m-side-bar.open {
  left: 0;
}

.side-bar-content {
  position: relative;
  padding: 120px 20px 80px;
  height: 100%;
  background-color: #22cbe9;
  border-bottom-left-radius: 60px;
}

.side-nav .menu-item.active .main-link {
  border-bottom: 2px solid currentColor;
}

.side-nav .main-tit {
  height: 40px;
  color: #000;
  font-size: 21px;
  font-weight: 350;
}

.side-nav .main-tit sup {
  top: -.2em;
  font-size: 20px;
}

.side-nav .main-tit b {
  font-weight: 600;
}

.side-nav .sub-container {
  height: 0;
  overflow: hidden;
  -webkit-transition: height .3s;
  transition: height .3s;
}

.side-nav .sub-list {
  padding: 12px 12px 12px 20px;
}

.side-nav .sub-item {
  height: 36px;
}

.side-nav .sub-item a {
  color: #666;
  font-size: 18px;
  font-weight: 350;
  letter-spacing: -1px;
}

.side-bar-menu {
  position: absolute;
  bottom: 30px;
}

.side-bar-menu .menu-item {
  height: 36px;
  font-size: 18px;
  font-weight: 400;
}

/* Toggle Button */
#mobile-header {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 100;
  display: none;
}

@media (max-width: 1140px) {
  #mobile-header {
    display: block;
  }
}

.mobile-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.0625rem 0.9375rem;
  /* Icon 3 */
}

.mobile-menu-wrapper .m-header-logo {
  width: 50%;
}

.mobile-menu-wrapper .m-header-logo img {
  width: 5.375rem;
  height: auto;
}

.mobile-menu-wrapper .m-header-hamburger {
  width: 50%;
  text-align: right;
}

.mobile-menu-wrapper .hamburger {
  width: 2.5rem;
  height: 1.5rem;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 5000;
  display: inline-block;
}

.mobile-menu-wrapper .hamburger span {
  display: block;
  position: absolute;
  height: 0.21rem;
  width: 100%;
  background: #000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.mobile-menu-wrapper .open-menu span:nth-child(1) {
  top: 0px;
}

.mobile-menu-wrapper .hamburger span:nth-child(2),
.mobile-menu-wrapper .hamburger span:nth-child(3) {
  top: 0.625rem;
}

.mobile-menu-wrapper .hamburger span:nth-child(4) {
  top: 1.25rem;
}

.mobile-menu-wrapper .hamburger.open span:nth-child(1) {
  top: 1.125rem;
  width: 0%;
  left: 50%;
}

.mobile-menu-wrapper .hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-menu-wrapper .hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mobile-menu-wrapper .hamburger.open span:nth-child(4) {
  top: 1.125rem;
  width: 0%;
  left: 50%;
}

.gnb-wrapper {
  position: fixed;
  background-color: #fff;
  z-index: 100;
  height: 100%;
  width: 70%;
  top: 69px;
  right: -500px;
}

@media (max-width: 1140px) {
  .gnb-wrapper {
    position: fixed;
    height: 100%;
    width: 100%;
  }
}

.mnb {
  padding: 0;
  background-color: #fff;
  position: relative;
  z-index: 10000;
}

.mnb > ul {
  display: block;
}

.mnb > ul > li {
  display: block;
}

.mnb > ul > li.has_children > a {
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 11px 11px;
}

.mnb > ul > li.opens > a {
  background-color: #fff;
  color: #000;
  background-size: 11px 2px;
  background-repeat: no-repeat;
  background-position: 96% center;
  color: #000;
}

.mnb > ul > li > a {
  display: block;
  position: relative;
  color: #000;
  text-align: left;
  padding: 12px 12px;
  border: 0;
  font-size: 1.5625rem;
  font-weight: 700;
  border-bottom: 0px solid #ddd;
  text-transform: uppercase;
  padding-left: 1.25rem;
}

.mnb > ul > li > a span {
  display: inline-block;
  padding-bottom: 5px;
}

.mnb > ul > li > a span.active {
  border-bottom: 3px solid #000;
}

/* 2단계메뉴 */
.mnb > ul > li > ul {
  display: none;
  background-color: #fff;
  margin-top: 1px;
  padding: 9px 0px 15px 0;
  margin-left: 20px;
}

.mnb > ul > li > ul > li {
  display: block;
  position: relative;
  width: 100%;
  border-bottom: 0px solid #ddd;
}

.mnb > ul > li > ul > li:first-child {
  padding-top: 0px;
}

.mnb > ul > li > ul > li:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}

.mnb > ul > li > ul > li > a {
  display: block;
  padding: 7px 0;
  font-size: 1.5625rem;
  font-weight: 400;
  padding-left: 20px;
  color: #666666;
}

.mnb > ul > li > ul > li > a:active {
  color: #7c7373;
}

.mnb > ul > li > ul > li > a:hover {
  text-decoration: none;
}

.toggle-nav {
  display: block;
  float: right;
  margin-right: 10px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  background: url(../images/toggle-nav-icon.png) top no-repeat;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.toggle-header {
  display: none;
  position: relative;
  height: 60px;
  background-color: #000;
}

.gnb-btn_close {
  border-bottom: 6px solid #197be6;
  background-color: #fff;
  text-align: right;
  height: 74px;
  line-height: 74px;
  padding-right: 25px;
}

.gnb-line {
  height: 1px;
  background-color: #ccc;
}

.gnb-last {
  padding: 0 12px;
}

.layer-mask {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  top: 0px;
}

.bg-header {
  border-bottom: 0px solid #eeeeee;
  position: relative;
  z-index: 10000;
  background-color: #fff;
}

.footer {
  background-color: #fff;
}

.footer .footer-inner {
  padding: 50px 0 100px 0;
  border-top: 2px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}

@media (max-width: 1100px) {
  .footer .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.5rem 0 3rem 0;
  }
}

.footer .footer-addr {
  width: 800px;
}

@media (max-width: 1100px) {
  .footer .footer-addr {
    width: auto;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.footer .footer-addr .txt {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  letter-spacing: -0.3;
}

@media (max-width: 1100px) {
  .footer .footer-addr .txt {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.footer .footer-addr .txt.t-1 {
  margin-top: 30px;
}

.footer .footer-addr .txt.t-1 a {
  color: #666;
}

.footer .footer-addr .txt.copy {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.1;
  color: #000;
  margin-top: 80px;
}

@media (max-width: 1100px) {
  .footer .footer-addr .txt.copy {
    font-size: 1rem;
    margin-top: 2rem;
  }
}

.footer .footer-q-menu {
  width: 15%;
}

@media (max-width: 1100px) {
  .footer .footer-q-menu {
    width: auto;
  }
}

.footer .footer-q-menu a {
  display: block;
  font-size: 21px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

@media (max-width: 1100px) {
  .footer .footer-q-menu a {
    font-size: 1.3125rem;
    line-height: 1.3125rem;
    font-weight: 500;
  }
}

.footer .footer-sns-menu {
  width: 15%;
}

@media (max-width: 1100px) {
  .footer .footer-sns-menu {
    width: auto;
    margin: 0 0 1.6rem 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.footer .footer-sns-menu a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  margin-bottom: 17px;
}

@media (max-width: 1100px) {
  .footer .footer-sns-menu a {
    font-size: 0.9375rem;
    line-height: 0.7375rem;
    margin-bottom: 1rem;
  }
}

.footer .footer-laws-menu {
  width: 15%;
}

@media (max-width: 1100px) {
  .footer .footer-laws-menu {
    width: auto;
    margin: 1.6rem 0;
  }
}

.footer .footer-laws-menu a {
  display: block;
  text-align: right;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  margin-bottom: 15px;
}

@media (max-width: 1100px) {
  .footer .footer-laws-menu a {
    text-align: left;
  }
}

.footer-logo {
  font-size: 21px;
  font-weight: 500;
}

@media (max-width: 1100px) {
  .footer-logo {
    font-size: 1.3125rem;
  }
}

.join {
  border-top: 2px solid #000;
  margin-bottom: 230px;
}

@media (max-width: 1100px) {
  .join {
    margin-bottom: 10rem;
  }
}

.join h1 {
  font-size: 48px;
  font-weight: 700;
  margin: 130px 0 70px 0;
  text-align: center;
}

@media (max-width: 1100px) {
  .join h1 {
    font-size: 2.3rem;
    margin: 4rem 0 2.5rem 0;
  }
}

.join .join-wrapper {
  padding: 0px 122px;
}

@media (max-width: 1100px) {
  .join .join-wrapper {
    padding: 0px 0px;
  }
}

.join .join-wrapper .join-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}

.join .join-wrapper .join-tab a {
  display: block;
  text-align: center;
  width: 50%;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 4px solid #dfdfdf;
  padding: 20px 0;
}

@media (max-width: 1100px) {
  .join .join-wrapper .join-tab a {
    font-size: 1.25rem;
  }
}

.join .join-wrapper .join-tab a.active {
  border-bottom: 4px solid #007795;
}

.join .join-wrapper .join-form {
  width: 960px;
  text-align: left;
  margin: 0 auto;
  margin-top: 120px;
}

@media (max-width: 1100px) {
  .join .join-wrapper .join-form {
    width: 100%;
    text-align: left;
    margin-top: 3rem;
  }
}

.join .join-wrapper .join-form .join-tb {
  border-top: 1px solid #dfdfdf;
  display: table;
  width: 100%;
}

@media (max-width: 1100px) {
  .join .join-wrapper .join-form .join-tb {
    display: block;
  }
}

.join .join-wrapper .join-form .join-tb .join-tr {
  display: table-row;
}

@media (max-width: 1100px) {
  .join .join-wrapper .join-form .join-tb .join-tr {
    display: block;
    border-bottom: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
    padding: 2rem 0;
  }
}

.join .join-wrapper .join-form .join-tb .join-tr .join-td {
  display: table-cell;
  border-bottom: 1px solid #dfdfdf;
  vertical-align: middle;
}

@media (max-width: 1100px) {
  .join .join-wrapper .join-form .join-tb .join-tr .join-td {
    display: block;
    border-bottom: 0px solid #dfdfdf;
  }
}

.join .join-wrapper .join-form .join-tb .join-tr .join-td.lt {
  width: 190px;
  padding: 40px 0;
  font-size: 21px;
  font-weight: 500;
}

@media (max-width: 1100px) {
  .join .join-wrapper .join-form .join-tb .join-tr .join-td.lt {
    width: 100%;
    font-size: 1.3125rem;
    padding: 0rem 0 0.8rem 0;
  }
}

.join .join-wrapper .join-form .join-tb .join-tr .join-td.rt .join-input {
  width: 100%;
  height: 54px;
  background-color: #f5f5f5;
  padding-left: 20px;
  border: 0px solid #dfdfdf;
  font-size: 16px;
  font-weight: 300;
  color: #000;
}

@media (max-width: 1100px) {
  .join .join-wrapper .join-form .join-tb .join-tr .join-td.rt .join-input {
    font-size: 1rem;
    padding-left: 1rem;
    height: 3.375rem;
  }
}

.join .join-wrapper .join-form .join-tb .join-tr .join-td.rt .join-input.j-email {
  width: 640px;
  margin-right: 10px;
}

@media (max-width: 1100px) {
  .join .join-wrapper .join-form .join-tb .join-tr .join-td.rt .join-input.j-email {
    width: 60%;
  }
}

.join .join-wrapper .join-form .join-tb .join-tr .join-td.rt .join-input.j-password {
  background-color: #fff;
  border: 1px solid #dfdfdf;
}

.btn-join-check-id {
  border: none;
  background-color: #666666;
  text-align: center;
  display: inline-block;
  width: 120px;
  height: 54px;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  font-size: 16px;
}

@media (max-width: 1100px) {
  .btn-join-check-id {
    font-size: 1rem;
    height: 3.375rem;
    margin-left: 0.2rem;
  }
}

.checkbox-t-a {
  display: none;
}

.checkbox-t-a + label {
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  height: 33px;
  margin-right: 10px;
  cursor: pointer;
  vertical-align: middle;
  padding-left: 35px;
  margin-right: 20px;
  background-position: 0px 0px;
  background-size: 24px;
  background-repeat: no-repeat;
}

@media (max-width: 1100px) {
  .checkbox-t-a + label {
    width: 40%;
  }
}

.checkbox-t-a + label span {
  position: relative;
  top: 2px;
}

.checkbox-t-a + label {
  background: url(../images/common/checkbox-off.png) no-repeat;
}

.checkbox-t-a:checked + label {
  background: url(../images/common/checkbox-on.png) no-repeat;
}

.radio-t-a {
  display: none;
}

.radio-t-a + label {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  height: 33px;
  margin-right: 10px;
  cursor: pointer;
  vertical-align: middle;
  padding-left: 35px;
  margin-right: 20px;
  background-position: 0px 0px;
  background-size: 24px;
  background-repeat: no-repeat;
}

.radio-t-a + label span {
  position: relative;
  top: 4px;
}

.radio-t-a + label {
  background: url(../images/common/radio-off.png) no-repeat;
}

.radio-t-a:checked + label {
  background: url(../images/common/radio-on.png) no-repeat;
}

.join-btn-area {
  margin-top: 80px;
  text-align: center;
}

@media (max-width: 1100px) {
  .join-btn-area {
    height: 1.875rem;
  }
}

.join-btn-area .btn-join-confirm {
  border: 1px solid #dfdfdf;
  background-color: #fafafa;
  text-align: center;
  display: inline-block;
  width: 241px;
  height: 62px;
  color: #000;
  font-weight: 700;
  cursor: pointer;
  font-size: 16px;
}

@media (max-width: 1100px) {
  .join-btn-area .btn-join-confirm {
    font-size: 1rem;
    width: 100%;
    height: 3.875rem;
  }
}

.join-btn-area .btn-join-confirm .j-chk {
  display: inline-block;
  background-size: 19px 15px;
  width: 19px;
  height: 15px;
  background: url(../images/common/button-confirm-check.png) no-repeat;
  background-repeat: no-repeat;
  margin-left: 10px;
}

.join-agree .j-tit {
  font-size: 21px;
  font-weight: 700;
  margin-top: 61px;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .join-agree .j-tit {
    font-size: 1.3125rem;
  }
}

.join-agree .j-box {
  border: 1px solid #dfdfdf;
  padding: 32px 26px 10px 26px;
  height: 155px;
  overflow-y: scroll;
}

@media (max-width: 1100px) {
  .join-agree .j-box {
    padding: 1rem 1rem 0.7rem 1rem;
    line-height: 1.625rem;
  }
}

.join-agree-cbox {
  text-align: right;
  padding-top: 20px;
}

.join-agree-cbox.j-aaa label {
  margin-right: 0px;
}

.login {
  border-top: 2px solid #000;
  margin-bottom: 230px;
  position: relative;
}

@media (max-width: 1100px) {
  .login {
    border-top: 0px solid #000;
  }
}

.login h1 {
  font-size: 48px;
  font-weight: 700;
  margin: 130px 0 70px 0;
  text-align: center;
}

@media (max-width: 1100px) {
  .login h1 {
    font-size: 3rem;
    margin: 3.75rem 0 1.875rem 0;
  }
}

.login .login-wrapper .login-form {
  width: 650px;
  margin: 0 auto;
  margin-top: 140px;
}

@media (max-width: 1100px) {
  .login .login-wrapper .login-form {
    width: 100%;
    margin-top: 5.125rem;
  }
}

.login .login-wrapper .login-form .login-box .tit {
  font-size: 21px;
  color: #000;
  font-weight: 500;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .login .login-wrapper .login-form .login-box .tit {
    font-size: 1.3125rem;
  }
}

.login .login-wrapper .login-form .login-box .login-input {
  width: 100%;
  height: 54px;
  background-color: #f5f5f5;
  padding-left: 20px;
  border: 0px solid #dfdfdf;
  font-size: 21px;
  font-weight: 700;
  color: #000;
}

@media (max-width: 1100px) {
  .login .login-wrapper .login-form .login-box .login-input {
    font-size: 1.3125rem;
  }
}

.login .login-wrapper .login-form .login-box .warn {
  font-size: 21px;
  color: #666666;
  font-weight: 500;
  margin-top: 20px;
}

@media (max-width: 1100px) {
  .login .login-wrapper .login-form .login-box .warn {
    font-size: 1.3125rem;
  }
}

.login .login-wrapper .login-form .login-btn-area {
  margin-top: 90px;
}

@media (max-width: 1100px) {
  .login .login-wrapper .login-form .login-btn-area {
    margin-top: 3.3125rem;
  }
}

.login .login-wrapper .login-form .login-btn-area .btn-login {
  border: 0px solid #dfdfdf;
  background-color: #000;
  text-align: center;
  display: inline-block;
  width: 100%;
  height: 62px;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  font-size: 18px;
}

.find-account {
  margin-top: 55px;
  text-align: center;
}

.find-account a {
  color: #666666;
  font-size: 18px;
  display: inline-block;
  position: relative;
  font-weight: 500;
}

.find-account a.find-acc-id {
  margin-right: 40px;
}

.find-account a span {
  width: 100%;
  position: absolute;
  bottom: -10px;
  left: 0px;
  height: 2px;
  background-color: #666666;
}

.privacy {
  width: 960px;
  margin: 0 auto;
  position: relative;
  word-break: keep-all;
}

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

.privacy li {
  display: block;
  line-height: 30px;
  color: #000;
  font-size: 16px;
  letter-spacing: -0.3px;
  font-weight: 300;
}

@media (max-width: 1100px) {
  .privacy li {
    line-height: 1.875rem;
    font-size: 1rem;
    letter-spacing: -0.3px;
  }
}

.privacy .tit {
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  font-size: 21px;
  margin-top: 80px;
  margin-bottom: 34px;
}

@media (max-width: 1100px) {
  .privacy .tit {
    font-size: 1.23125rem;
    padding-bottom: 0.625rem;
    margin-top: 3.125rem;
    margin-bottom: 2.125rem;
  }
}

.privacy .bold {
  font-weight: 700;
}

.rules {
  width: 960px;
  margin: 0 auto;
  position: relative;
  word-break: keep-all;
}

@media (max-width: 1100px) {
  .rules {
    width: 96%;
  }
}

.rules li {
  display: block;
  line-height: 30px;
  color: #000;
  font-size: 16px;
  letter-spacing: -0.3px;
  font-weight: 300;
}

@media (max-width: 1100px) {
  .rules li {
    line-height: 1.875rem;
    font-size: 1rem;
    letter-spacing: -0.3px;
  }
}

.rules .tit {
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  font-size: 24px;
  margin-top: 80px;
  margin-bottom: 34px;
  color: #007795;
}

@media (max-width: 1100px) {
  .rules .tit {
    line-height: 1.875rem;
    font-size: 1.5rem;
    margin-top: 3.125rem;
    margin-bottom: 1.875rem;
  }
}

.rules .tit span {
  width: 30px;
  display: inline-block;
}

@media (max-width: 1100px) {
  .rules .tit span {
    width: 1.875rem;
  }
}

.rules .tit.mt150 {
  margin-top: 150px !important;
}

@media (max-width: 1100px) {
  .rules .tit.mt150 {
    margin-top: 5rem !important;
  }
}

.rules .s-tit {
  font-weight: 700;
  font-size: 18px;
  margin: 40px 0 20px 0;
}

@media (max-width: 1100px) {
  .rules .s-tit {
    font-size: 1.125rem;
    margin: 2.5rem 0 1.25rem 0;
  }
}

.rules .s-tit span {
  width: 20px;
  display: inline-block;
}

@media (max-width: 1100px) {
  .rules .s-tit span {
    width: 1.25rem;
  }
}

.rules .bold {
  font-weight: 700;
}

.rules ol {
  display: block;
  padding: 0 0 0 20px;
  list-style: none;
  counter-reset: numList;
}

.rules ol li {
  display: block;
  position: relative;
  left: 20px;
}

.rules ol li:before {
  counter-increment: numList;
  content: counter(numList);
  display: inline-block;
  position: absolute;
  font-size: 11px;
  text-align: center;
  color: #000;
  line-height: 16px;
  width: 18px;
  height: 18px;
  left: -36px;
  top: 8px;
  background: #fff;
  border-radius: 999px;
  border: 1px solid #000;
}

@media (max-width: 1100px) {
  .rules ol li:before {
    font-size: 0.6875rem;
    line-height: 1rem;
    width: 1.125rem;
    height: 1.125rem;
    left: -2.25rem;
    top: 0.5rem;
  }
}

a.btn-close-layer-popup {
  display: none;
}

@media (max-width: 1100px) {
  a.btn-close-layer-popup {
    display: block;
    background-image: url("../images/common/btn-close.png");
    background-position: 98% center;
    background-size: 1.8rem 1.8rem;
    background-repeat: no-repeat;
    padding: 1.8rem 0;
    width: 100%;
    margin-top: 2rem;
  }
}

.header-bg-suuply .txt-wrapper {
  padding-top: 90px;
  color: #fff;
}

@media (max-width: 1100px) {
  .header-bg-suuply .txt-wrapper {
    padding-top: 3rem;
  }
}

.header-bg-suuply .txt-wrapper .t-w {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 1100px) {
  .header-bg-suuply .txt-wrapper .t-w {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.header-bg-suuply .txt-wrapper .txt-1 {
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 1100px) {
  .header-bg-suuply .txt-wrapper .txt-1 {
    font-size: 1rem;
  }
}

.header-bg-suuply .txt-wrapper .t-line {
  position: relative;
  top: 5px;
  width: 122px;
  height: 1px;
  margin: 0 50px 0 20px;
  background-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1100px) {
  .header-bg-suuply .txt-wrapper .t-line {
    width: 3.5rem;
    margin: 1.2rem 0px 2rem 0px;
  }
}

.header-bg-suuply .txt-wrapper .txt-2 {
  font-size: 54px;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .header-bg-suuply .txt-wrapper .txt-2 {
    font-size: 2.375rem;
    letter-spacing: 0rem;
  }
}

.header-bg-suuply .txt-wrapper .txt-3 {
  font-size: 15px;
  font-weight: 400;
  margin-top: 25px;
  color: rgba(255, 255, 255, 0.5);
  width: 720px;
  letter-spacing: -0.2px;
  line-height: 24px;
}

@media (max-width: 1100px) {
  .header-bg-suuply .txt-wrapper .txt-3 {
    font-size: 1rem;
    width: 80%;
    line-height: 1.425rem;
    margin-top: 1.425rem;
  }
}

.supply-company {
  padding: 0 270px;
}

@media (max-width: 1100px) {
  .supply-company {
    padding: 0;
  }
}

.supply-company .title-area {
  border-bottom: 2px solid #000;
  padding-bottom: 30px;
  margin-top: 100px;
}

@media (max-width: 1100px) {
  .supply-company .title-area {
    border-bottom: 0px solid #000;
  }
}

.supply-company .title-area .t-1 {
  font-size: 36px;
  color: #000;
  margin-right: 107px;
  font-weight: 700;
  display: inline-block;
}

@media (max-width: 1100px) {
  .supply-company .title-area .t-1 {
    font-size: 1.8rem;
    margin-right: 0px;
  }
}

.supply-company .title-area .t-2 {
  font-size: 16px;
  color: #888;
  display: inline-block;
  font-weight: 400;
}

@media (max-width: 1100px) {
  .supply-company .title-area .t-2 {
    font-size: 1;
    margin-top: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 2px solid #000;
  }
}

.supply-company .supply-btn-area {
  margin: 60px 0 90px 0;
  text-align: center;
}

@media (max-width: 1100px) {
  .supply-company .supply-btn-area {
    margin: 2rem 0;
  }
}

.supply-company .supply-btn-area .btn-supply-download {
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  width: 360px;
  height: 81px;
  line-height: 81px;
  display: inline-block;
}

@media (max-width: 1100px) {
  .supply-company .supply-btn-area .btn-supply-download {
    font-size: 1.3125rem;
    display: block;
    height: 81px;
    width: 100%;
  }
}

.supply-company .supply-btn-area .btn-supply-download .icon-download {
  background-image: url("../images/common/icon-download.png");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 18px;
  position: relative;
  top: 3px;
}

.supply-company .join-form {
  margin-top: 60px;
}

.supply-company .join-form .join-tb {
  border-top: 1px solid #dfdfdf;
  display: table;
  width: 100%;
}

@media (max-width: 1100px) {
  .supply-company .join-form .join-tb {
    display: block;
  }
}

.supply-company .join-form .join-tb .join-tr {
  display: table-row;
}

@media (max-width: 1100px) {
  .supply-company .join-form .join-tb .join-tr {
    display: block;
  }
}

.supply-company .join-form .join-tb .join-tr .join-td {
  display: table-cell;
  border-bottom: 1px solid #dfdfdf;
  vertical-align: middle;
}

@media (max-width: 1100px) {
  .supply-company .join-form .join-tb .join-tr .join-td {
    display: block;
    border-bottom: 0px solid #dfdfdf;
  }
}

.supply-company .join-form .join-tb .join-tr .join-td.lt {
  width: 240px;
  padding: 40px 0;
  font-size: 21px;
  font-weight: 500;
}

@media (max-width: 1100px) {
  .supply-company .join-form .join-tb .join-tr .join-td.lt {
    font-size: 1.3125rem;
    width: 100%;
    padding: 2.5rem 0 0.8rem 0;
  }
}

.supply-company .join-form .join-tb .join-tr .join-td.rt {
  padding: 20px 0;
}

@media (max-width: 1100px) {
  .supply-company .join-form .join-tb .join-tr .join-td.rt {
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #dfdfdf;
  }
}

.supply-company .join-form .join-tb .join-tr .join-td.rt .join-input {
  width: 100%;
  height: 54px;
  background-color: #f5f5f5;
  padding-left: 20px;
  border: 0px solid #dfdfdf;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  vertical-align: middle;
}

@media (max-width: 1100px) {
  .supply-company .join-form .join-tb .join-tr .join-td.rt .join-input {
    font-size: 1rem;
  }
}

.supply-company .join-form .join-tb .join-tr .join-td.rt .join-input.j-email {
  width: 640px;
  margin-right: 10px;
}

@media (max-width: 1100px) {
  .supply-company .join-form .join-tb .join-tr .join-td.rt .join-input.j-email {
    width: 80%;
  }
}

.supply-company .join-form .join-tb .join-tr .join-td.rt .join-input.j-password {
  background-color: #fff;
  border: 1px solid #dfdfdf;
}

.supply-company .join-form .join-tb .join-tr .join-td.rt .join-input.j-file {
  width: 526px;
  margin-right: 10px;
  vertical-align: middle;
}

@media (max-width: 1100px) {
  .supply-company .join-form .join-tb .join-tr .join-td.rt .join-input.j-file {
    width: 65%;
  }
}

.supply-btn-area {
  margin-top: 60px;
  text-align: center;
}

.supply-btn-area .btn-join-confirm {
  border: 1px solid #dfdfdf;
  background-color: #fafafa;
  text-align: center;
  display: inline-block;
  width: 241px;
  height: 62px;
  color: #000;
  font-weight: 700;
  cursor: pointer;
  font-size: 16px;
}

@media (max-width: 1100px) {
  .supply-btn-area .btn-join-confirm {
    font-size: 1rem;
    width: 100%;
  }
}

.supply-btn-area .btn-join-confirm .j-chk {
  display: inline-block;
  background-size: 19px 15px;
  width: 19px;
  height: 15px;
  background: url(../images/common/button-confirm-check.png) no-repeat;
  background-repeat: no-repeat;
  margin-left: 10px;
}

.filebox input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.filebox label {
  border: none;
  background-color: #666666;
  text-align: center;
  display: inline-block;
  width: 120px;
  height: 54px;
  line-height: 54px;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  font-size: 16px;
}

@media (max-width: 1100px) {
  .filebox label {
    font-size: 1rem;
  }
}

.btn-file-upload {
  border: none;
  background-color: #666666;
  text-align: center;
  display: inline-block;
  width: 120px;
  height: 54px;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  font-size: 16px;
}

@media (max-width: 1100px) {
  .btn-file-upload {
    font-size: 1rem;
  }
}

.join-textarea {
  height: 150px;
  width: 100%;
  background-color: #f5f5f5;
  padding-left: 20px;
  border: 0px solid #dfdfdf;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  margin: 20px 0;
}

.header-bg-info .txt-wrapper {
  padding-top: 90px;
  color: #fff;
}

@media (max-width: 1100px) {
  .header-bg-info .txt-wrapper {
    padding-top: 3rem;
  }
}

.header-bg-info .txt-wrapper .t-w {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 1100px) {
  .header-bg-info .txt-wrapper .t-w {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.header-bg-info .txt-wrapper .txt-1 {
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 1100px) {
  .header-bg-info .txt-wrapper .txt-1 {
    font-size: 1rem;
  }
}

.header-bg-info .txt-wrapper .t-line {
  position: relative;
  top: 5px;
  width: 122px;
  height: 1px;
  margin: 0 50px 0 20px;
  background-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1100px) {
  .header-bg-info .txt-wrapper .t-line {
    width: 3.5rem;
    margin: 1.2rem 0px 2rem 0px;
  }
}

.header-bg-info .txt-wrapper .txt-2 {
  font-size: 54px;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .header-bg-info .txt-wrapper .txt-2 {
    font-size: 2.375rem;
    letter-spacing: 0rem;
  }
}

.header-bg-info .txt-wrapper .txt-3 {
  font-size: 15px;
  font-weight: 400;
  margin-top: 25px;
  color: rgba(255, 255, 255, 0.5);
  width: 720px;
  letter-spacing: -0.2px;
  line-height: 24px;
}

@media (max-width: 1100px) {
  .header-bg-info .txt-wrapper .txt-3 {
    font-size: 1rem;
    width: 80%;
    line-height: 1.425rem;
    margin-top: 1.425rem;
  }
}

.info {
  display: block;
}

.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1250px;
  margin: 100px auto;
}

@media (max-width: 1100px) {
  .product-list {
    width: 100%;
    margin: 3rem auto;
  }
}

.product-list li {
  width: 266px;
  margin: 22.5px;
  display: inline-block;
  cursor: pointer;
}

@media (max-width: 1100px) {
  .product-list li {
    width: 44%;
    margin: 3%;
  }
}

.product-list li .thumb {
  width: 266px;
  height: 320px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 1100px) {
  .product-list li .thumb {
    width: 100%;
    height: 250px;
  }
}

.product-list li .t-1 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-top: 25px;
  line-height: 24px;
  height: 50px;
  border: 0px solid #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}

@media (max-width: 1100px) {
  .product-list li .t-1 {
    font-size: 1.125rem;
    margin-top: 1.5625rem;
    line-height: 1.5625rem;
    height: 2.9875rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
  }
}

.product-list li .t-2 {
  font-size: 16px;
  font-weight: 500;
  color: #888888;
  margin-top: 25px;
}

@media (max-width: 1100px) {
  .product-list li .t-2 {
    font-size: 1rem;
    margin-top: 1.3625rem;
  }
}

.paging {
  text-align: center;
  padding-bottom: 100px;
}

.paging .num {
  color: #888888;
  font-size: 16px;
  display: inline-block;
  margin: 10px 20px;
  font-weight: 500;
  position: relative;
  text-align: center;
}

@media (max-width: 1100px) {
  .paging .num {
    font-size: 1rem;
    margin: 0.75rem 1.25rem;
  }
}

.paging .num.active {
  font-weight: 700;
  color: #000;
  position: relative;
  padding: 10px 1px;
}

.paging .num.active:before {
  content: '';
  position: absolute;
  bottom: 5px;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.icon-paging {
  background-repeat: no-repeat;
  background-image: url("../images/common/icon-paging.png");
  display: inline-block;
  width: 20px;
  height: 25px;
  vertical-align: middle;
}

.icon-rwd {
  background-position: 0px 0px;
}

.icon-prev {
  background-position: -20px 0px;
}

.icon-next {
  background-position: -42px 0px;
}

.icon-fwd {
  background-position: -58px 0px;
  width: 25px;
}

.header-top-line {
  background-color: #000;
  height: 2px;
}

.product-view {
  width: 965px;
  margin: 0px auto;
  margin-top: 70px;
}

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

.product-view .title {
  font-size: 48px;
  color: #000;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .product-view .title {
    font-size: 2rem;
  }
  .product-view .title br {
    display: none;
  }
}

.product-view .info-txt-wrapper {
  margin-top: 30px;
}

.product-view .info-txt-wrapper span {
  font-size: 16px;
  color: #777;
  display: inline-block;
}

@media (max-width: 1100px) {
  .product-view .info-txt-wrapper span {
    font-size: 1rem;
  }
}

.product-view .info-txt-wrapper span.t-1 {
  margin-right: 20px;
}

.product-view .info-txt-wrapper span.t-2 {
  margin-right: 20px;
}

.product-view .p-detail-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 500px;
  height: 706px;
  margin: 0 auto;
  margin-top: 80px;
}

@media (max-width: 1100px) {
  .product-view .p-detail-img {
    margin-top: 40px;
    max-width: 100%;
    max-height: 100%;
  }
}

.product-view .p-detail-txt {
  margin: 100px 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

@media (max-width: 1100px) {
  .product-view .p-detail-txt {
    font-size: 3.125rem;
    margin: 3.125rem 0 5rem 0;
  }
}

@media (max-width: 1100px) {
  .product-view .p-detail-txt {
    font-size: 1rem;
    line-height: 1.6875rem;
  }
}

.product-view .p-attatched-file {
  margin-top: 10px;
  position: relative;
}

@media (max-width: 1100px) {
  .product-view .p-attatched-file {
    margin-top: 2.75rem;
  }
}

.product-view .p-attatched-file a {
  font-size: 18px;
  font-weight: 700;
  color: #007795;
  display: inline-block;
  position: relative;
}

@media (max-width: 1100px) {
  .product-view .p-attatched-file a {
    font-size: 1.125rem;
    display: block;
  }
}

.product-view .p-attatched-file a:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -10px;
  background-color: #007795;
  width: 100%;
  height: 2px;
}

.product-view .btn-product-view-area {
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
}

@media (max-width: 1100px) {
  .product-view .btn-product-view-area {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
}

.product-view .btn-product-view-area .btn-product-list {
  border: 1px solid #dfdfdf;
  background-color: #fafafa;
  text-align: center;
  display: inline-block;
  width: 241px;
  height: 62px;
  line-height: 62px;
  color: #000;
  font-weight: 700;
  cursor: pointer;
  font-size: 16px;
  vertical-align: middle;
}

@media (max-width: 1100px) {
  .product-view .btn-product-view-area .btn-product-list {
    font-size: 1rem;
    display: block;
    width: 100%;
    height: 3.875rem;
    line-height: 3.875rem;
    margin: 5rem 0 5rem 0;
  }
}

.product-view .btn-product-view-area .btn-product-list:hover {
  color: #000;
}

.product-view .btn-product-view-area .icon-product-list {
  display: inline-block;
  background-size: 16px;
  width: 16px;
  height: 16px;
  background: url(../images/common/icon-product-list.png) no-repeat;
  margin-left: 10px;
  vertical-align: middle;
}

@media (max-width: 1100px) {
  .product-view .btn-product-view-area .icon-product-list {
    font-size: 1rem;
  }
}

.tech-list {
  width: 1200px;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .tech-list {
    width: auto;
    padding: 0 15px;
  }
}

.tech-list .tech-select {
  margin-top: 80px;
  margin-left: 130px;
}

@media (max-width: 1100px) {
  .tech-list .tech-select {
    margin-top: 3.125rem;
    margin-left: 0px;
  }
}

.tech-list .tech-select select {
  background-color: #fafafa;
  border: 1px solid #dfdfdf;
  display: inline-block;
  width: 450px;
  height: 60px;
  line-height: 60px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  padding: 0 32px;
}

@media (max-width: 1100px) {
  .tech-list .tech-select select {
    font-size: 1.125rem;
    width: 100%;
    display: block;
  }
}

.tech-list table {
  margin-top: 45px;
  margin-bottom: 80px;
  width: 100%;
}

.tech-list table th {
  border-bottom: 1px solid #ddd;
  padding: 17px 0;
  font-size: 14px;
  color: #888888;
  font-weight: 400;
}

.tech-list table th.no {
  text-align: left;
  width: 130px;
}

.tech-list table th.tit {
  text-align: left;
}

.tech-list table th.name {
  text-align: center;
  width: 120px;
}

.tech-list table th.date {
  width: 160px;
  text-align: right;
}

.tech-list table th.hit {
  width: 90px;
  text-align: right;
}

.tech-list table td {
  border-bottom: 1px solid #ddd;
  padding: 17px 0;
  font-size: 16px;
  font-weight: 400;
  color: #888888;
  text-align: center;
}

@media (max-width: 1100px) {
  .tech-list table td {
    font-size: 1rem;
  }
}

.tech-list table td.no {
  text-align: left;
  width: 130px;
}

.tech-list table td.tit {
  color: #000000;
  font-size: 18px;
  text-align: left;
}

.tech-list table td.name {
  text-align: center;
  width: 120px;
}

.tech-list table td.date {
  width: 160px;
  text-align: right;
}

.tech-list table td.hit {
  width: 90px;
  text-align: right;
}

.tech-list table td a {
  display: block;
  border: 0px solid #000;
  width: 670px;
}

.tech-list table td a:hover {
  color: #000000;
}

.info-table {
  margin-top: 60px;
}

.info-table.mt100 {
  margin-top: 5rem !important;
}

.info-table .tit {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 25px;
}

@media (max-width: 1100px) {
  .info-table .tit {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}

.info-table table {
  width: 100%;
  border-top: 2px solid #000;
}

.info-table table th {
  font-weight: 700;
  font-size: 16px;
  color: #000;
  border-bottom: 1px solid #dfdfdf;
  padding: 20px 0;
  text-align: left;
  width: 120px;
}

@media (max-width: 1100px) {
  .info-table table th {
    font-size: 1rem;
    padding: 0.8rem 0;
  }
}

.info-table table td {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  border-bottom: 1px solid #dfdfdf;
  padding: 20px 0;
  text-align: left;
}

@media (max-width: 1100px) {
  .info-table table td {
    font-size: 1rem;
    padding: 0.8rem 0;
  }
}

.info-table table td a.file-attach {
  font-size: 16px;
  font-weight: 500;
  color: #007795;
  display: inline-block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (max-width: 1100px) {
  .info-table table td a.file-attach {
    font-size: 1rem;
  }
}

.info-table table td a.file-attach:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -10px;
  background-color: #007795;
  width: 100%;
  height: 2px;
}

.video-area {
  margin-top: 80px;
  margin-left: 0px;
  position: relative;
  border: 0px solid #000;
}

@media (max-width: 1100px) {
  .video-area {
    margin-top: 0rem;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.video-area .btn-play-movie {
  background-repeat: no-repeat;
  background-image: url("../images/info/icon-play.png");
  width: 122px;
  height: 122px;
  display: inline-block;
  position: absolute;
  background-position: 0;
  background-size: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}

.tech-list-mb-mobile {
  display: none;
}

@media (max-width: 1100px) {
  .tech-list-mb-mobile {
    display: block;
  }
}

.tech-list-mb-mobile li {
  margin-bottom: 1.875rem;
}

.tech-list-mb-mobile li:first-child {
  margin-top: 3.75rem;
}

.tech-list-mb-mobile .txt-wrapper {
  padding: 0px;
}

.tech-list-mb-mobile .txt-wrapper .tit a {
  display: block;
  border: 0px solid #000;
  width: 100%;
  color: #000000;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: left;
}

.tech-list-mb-mobile .txt-wrapper .t-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-bottom: 1px solid #ddd;
  font-size: 1rem;
  margin-top: 1.25rem;
}

.tech-list-mb-mobile .txt-wrapper .t-r .date {
  width: 30%;
  padding-bottom: 1rem;
}

.tech-list-mb-mobile .txt-wrapper .t-r .name {
  width: 70%;
  border-left: 1px solid #ddd;
  padding-left: 1.25rem;
  padding-bottom: 1rem;
}

.info-copytights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 20px 0 80px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info-copytights .t-1 {
  margin-right: 30px;
}

.info-copytights .t-2 {
  font-size: 18px;
  color: #000;
}

@media (max-width: 1100px) {
  .info-copytights .t-2 {
    font-size: 1rem;
  }
}

.header-bg-about .txt-wrapper {
  padding-top: 90px;
  color: #fff;
}

@media (max-width: 1100px) {
  .header-bg-about .txt-wrapper {
    padding-top: 3rem;
  }
}

.header-bg-about .txt-wrapper .t-w {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 1100px) {
  .header-bg-about .txt-wrapper .t-w {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.header-bg-about .txt-wrapper .txt-1 {
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 1100px) {
  .header-bg-about .txt-wrapper .txt-1 {
    font-size: 1rem;
  }
}

.header-bg-about .txt-wrapper .t-line {
  position: relative;
  top: 5px;
  width: 122px;
  height: 1px;
  margin: 0 50px 0 20px;
  background-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1100px) {
  .header-bg-about .txt-wrapper .t-line {
    width: 3.5rem;
    margin: 1.2rem 0px 2rem 0px;
  }
}

.header-bg-about .txt-wrapper .txt-2 {
  font-size: 54px;
  font-weight: normal;
}

.header-bg-about .txt-wrapper .txt-2 sup {
  top: -15px;
}

@media (max-width: 1100px) {
  .header-bg-about .txt-wrapper .txt-2 {
    font-size: 2.375rem;
  }
  .header-bg-about .txt-wrapper .txt-2 sup {
    top: -9px;
  }
}

.header-bg-about .txt-wrapper .txt-3 {
  font-size: 15px;
  font-weight: 400;
  margin-top: 25px;
  color: rgba(255, 255, 255, 0.5);
  width: 720px;
  letter-spacing: -0.2px;
  line-height: 24px;
}

@media (max-width: 1100px) {
  .header-bg-about .txt-wrapper .txt-3 {
    font-size: 1rem;
    width: 80%;
    line-height: 1.425rem;
    margin-top: 1.425rem;
  }
}

.about-wraaper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (max-width: 1100px) {
  .about-wraaper {
    width: 100%;
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
}

.about-wraaper .about-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.about-wraaper .about-tab a {
  display: block;
  text-align: center;
  width: 50%;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 4px solid #dfdfdf;
  padding: 20px 0;
  word-break: keep-all;
}

@media (max-width: 1100px) {
  .about-wraaper .about-tab a {
    font-size: 1.5rem;
    padding: 1.25rem 0;
  }
}

.about-wraaper .about-tab a.active {
  border-bottom: 4px solid #004895;
  font-weight: bold;
}

.about-wraaper .vision-landscape-area {
  position: relative;
  margin-top: 80px;
}

@media (max-width: 1100px) {
  .about-wraaper .vision-landscape-area {
    margin-top: 3rem;
    background-image: url("../images/about/bg-vision-landscape-mobile.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 420px;
  }
}

.about-wraaper .vision-landscape-area .vis-img-pc {
  display: block;
}

@media (max-width: 1100px) {
  .about-wraaper .vision-landscape-area .vis-img-pc {
    display: none;
  }
}

.about-wraaper .vision-landscape-area .vis-img-mobile {
  display: none;
}

@media (max-width: 1100px) {
  .about-wraaper .vision-landscape-area .vis-img-mobile {
    display: none;
    position: relative;
  }
}

.about-wraaper .vision-landscape-area .txt-wrapper {
  color: #fff;
  position: absolute;
  top: 190px;
  width: 630px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  z-index: 2;
}

@media (max-width: 1100px) {
  .about-wraaper .vision-landscape-area .txt-wrapper {
    color: #fff;
    position: relative;
    top: 7rem;
    width: 100%;
    left: 0%;
    -webkit-transform: none;
            transform: none;
  }
}

.about-wraaper .vision-landscape-area .txt-wrapper .t-1 {
  font-weight: 200;
  font-size: 20px;
}

@media (max-width: 1100px) {
  .about-wraaper .vision-landscape-area .txt-wrapper .t-1 {
    font-size: 1rem;
    font-weight: 100;
  }
}

.about-wraaper .vision-landscape-area .txt-wrapper .t-2 {
  margin-top: 50px;
  font-weight: 500;
  font-size: 24px;
  line-height: 48px;
}

@media (max-width: 1100px) {
  .about-wraaper .vision-landscape-area .txt-wrapper .t-2 {
    margin-top: 0px;
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 300;
    width: 80%;
    margin: 0 auto;
    margin-top: 2rem;
    word-break: keep-all;
  }
}

.about-wraaper .vision-landscape-area .txt-wrapper .t-3 {
  margin-top: 106px;
  font-weight: 300;
  font-size: 12px;
  line-height: 48px;
}

@media (max-width: 1100px) {
  .about-wraaper .vision-landscape-area .txt-wrapper .t-3 {
    margin-top: 0;
    font-size: 0.75rem;
    line-height: 1rem;
    width: 90%;
    margin: 0 auto;
    margin-top: 3rem;
    line-height: 1.6rem;
  }
}

.about-wraaper .vision-landscape-area .vis-wrapper {
  position: absolute;
  bottom: -140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

@media (max-width: 1100px) {
  .about-wraaper .vision-landscape-area .vis-wrapper {
    position: relative;
    bottom: 0px;
    left: 0%;
    -webkit-transform: none;
            transform: none;
    z-index: 3;
    top: 9rem;
    width: 90%;
    margin: 0 auto;
  }
}

.about-wraaper .vision-landscape-area .vis-wrapper li {
  width: 490px;
  padding: 50px;
  display: inline-block;
  background-color: #fff;
  text-align: left;
}

@media (max-width: 1100px) {
  .about-wraaper .vision-landscape-area .vis-wrapper li {
    width: 100%;
    padding: 0;
    padding: 1rem;
  }
}

.about-wraaper .vision-landscape-area .vis-wrapper li:last-child {
  margin-left: 20px;
}

@media (max-width: 1100px) {
  .about-wraaper .vision-landscape-area .vis-wrapper li:last-child {
    margin-left: 0px;
  }
}

.about-wraaper .vision-landscape-area .vis-wrapper li .t-1 {
  font-weight: 500;
  font-size: 24px;
  color: #004895;
}

@media (max-width: 1100px) {
  .about-wraaper .vision-landscape-area .vis-wrapper li .t-1 {
    font-size: 1.2rem;
    font-weight: 500;
  }
}

.about-wraaper .vision-landscape-area .vis-wrapper li .t-2 {
  margin-top: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #000;
}

@media (max-width: 1100px) {
  .about-wraaper .vision-landscape-area .vis-wrapper li .t-2 {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: 300;
  }
  .about-wraaper .vision-landscape-area .vis-wrapper li .t-2 br {
    display: none;
  }
}

.about-wraaper .vision-landscape-area img {
  width: 100%;
}

.about-wraaper .vision-i-v {
  text-align: center;
  margin-top: 210px;
}

.about-wraaper .vision-i-v .vision-i-v-img-pc {
  display: block;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .about-wraaper .vision-i-v .vision-i-v-img-pc {
    display: none;
  }
}

.about-wraaper .vision-i-v .vision-i-v-img-mobile {
  display: none;
}

@media (max-width: 1100px) {
  .about-wraaper .vision-i-v .vision-i-v-img-mobile {
    display: block;
  }
}

@media (max-width: 1100px) {
  .about-wraaper .vision-i-v {
    margin-top: 7.125rem;
  }
  .about-wraaper .vision-i-v img {
    width: 100%;
  }
}

.about-wraaper .c-role {
  width: 1040px;
  margin: 0 auto;
  margin-top: 100px;
}

@media (max-width: 1100px) {
  .about-wraaper .c-role {
    width: 100%;
    margin-top: 4rem;
  }
}

.about-wraaper .c-role .tit {
  font-size: 30px;
  font-weight: 700;
  color: #000;
}

@media (max-width: 1100px) {
  .about-wraaper .c-role .tit {
    font-size: 2.075rem;
    width: 90%;
    word-break: keep-all;
  }
}

.about-wraaper .c-role ul {
  margin-top: 70px;
}

.about-wraaper .c-role ul li {
  display: inline-block;
  vertical-align: top;
  width: 190px;
  margin-right: 15px;
}

@media (max-width: 1100px) {
  .about-wraaper .c-role ul li {
    width: 45%;
    margin-bottom: 4rem;
  }
}

.about-wraaper .c-role ul li.t-wrapper .tit-2 {
  color: #004895;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .about-wraaper .c-role ul li.t-wrapper .tit-2 {
    font-size: 1.3rem;
  }
}

.about-wraaper .c-role ul li.t-wrapper .t-div-line {
  height: 1px;
  background-color: #dddddd;
  margin: 25px 0;
}

.about-wraaper .c-role ul li.t-wrapper .t-1 {
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 1100px) {
  .about-wraaper .c-role ul li.t-wrapper .t-1 {
    font-size: 1rem;
    line-height: 1.3rem;
  }
}

.about-wraaper .c-role ul li.t-wrapper .t-2 {
  font-size: 16px;
  line-height: 26px;
  margin-top: 17px;
}

@media (max-width: 1100px) {
  .about-wraaper .c-role ul li.t-wrapper .t-2 {
    font-size: 1rem;
    line-height: 1.3rem;
  }
}

.about-wraaper .purpose-landscape-area {
  position: relative;
  margin-top: 80px;
}

@media (max-width: 1100px) {
  .about-wraaper .purpose-landscape-area {
    margin-top: 3rem;
    background-image: url("../images/about/bg-purpose-landscape.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 420px;
  }
}

.about-wraaper .purpose-landscape-area img {
  width: 100%;
}

@media (max-width: 1100px) {
  .about-wraaper .purpose-landscape-area img {
    display: none;
  }
}

.about-wraaper .purpose-landscape-area .txt-wrapper {
  color: #fff;
  position: absolute;
  top: 190px;
  text-align: center;
  width: 100%;
}

@media (max-width: 1100px) {
  .about-wraaper .purpose-landscape-area .txt-wrapper {
    color: #fff;
    position: relative;
    top: 3.125rem;
    width: 80%;
    margin: 0 auto;
    word-break: keep-all;
  }
  .about-wraaper .purpose-landscape-area .txt-wrapper br {
    display: none;
  }
}

.about-wraaper .purpose-landscape-area .txt-wrapper .t-1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 48px;
}

@media (max-width: 1100px) {
  .about-wraaper .purpose-landscape-area .txt-wrapper .t-1 {
    font-size: 1.1875rem;
    line-height: 2.5rem;
  }
}

.about-wraaper .pur-wrapper {
  position: relative;
  top: -140px;
  text-align: center;
}

@media (max-width: 1100px) {
  .about-wraaper .pur-wrapper {
    top: 0;
    text-align: left;
    width: 90%;
    margin: 0 auto;
    margin-top: -7.5rem;
  }
}

.about-wraaper .pur-wrapper li {
  vertical-align: top;
  width: 490px;
  padding: 50px;
  display: inline-block;
  background-color: #fff;
  text-align: left;
}

@media (max-width: 1100px) {
  .about-wraaper .pur-wrapper li {
    width: 100%;
    padding: 1.25rem;
  }
  .about-wraaper .pur-wrapper li br {
    display: none;
  }
}

.about-wraaper .pur-wrapper li:last-child {
  margin-left: -10px;
}

@media (max-width: 1100px) {
  .about-wraaper .pur-wrapper li:last-child {
    margin-left: 0px;
  }
}

.about-wraaper .pur-wrapper li .t-1 {
  font-weight: 800;
  font-size: 16px;
  color: #000;
}

@media (max-width: 1100px) {
  .about-wraaper .pur-wrapper li .t-1 {
    font-size: 1rem;
  }
}

.about-wraaper .pur-wrapper li .t-2 {
  position: relative;
  margin-top: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #000;
}

@media (max-width: 1100px) {
  .about-wraaper .pur-wrapper li .t-2 {
    font-size: 1rem;
    margin-top: 1.25rem;
    line-height: 1.875rem;
  }
}

.about-wraaper .c-i-d {
  position: relative;
  top: -100px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 60px;
}

@media (max-width: 1100px) {
  .about-wraaper .c-i-d {
    top: 2.5rem;
  }
}

.about-wraaper .c-i-d img {
  max-width: 100%;
}

.about-wraaper .c-i-d .c-i-d-img-pc {
  display: block;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .about-wraaper .c-i-d .c-i-d-img-pc {
    display: none;
  }
}

.about-wraaper .c-i-d .c-i-d-img-mobile {
  display: none;
}

@media (max-width: 1100px) {
  .about-wraaper .c-i-d .c-i-d-img-mobile {
    display: block;
  }
}

@media (max-width: 1100px) {
  .about-wraaper .purpose-txt-area {
    margin-top: 7.125rem !important;
  }
}

.about-wraaper .purpose-txt-area.mt100 {
  margin-top: 120px !important;
}

@media (max-width: 1100px) {
  .about-wraaper .purpose-txt-area.mt100 {
    margin-top: 4.125rem !important;
  }
}

.about-wraaper .purpose-txt-area .tit span {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  color: #000;
  z-index: 10;
  display: inline-block;
  background-color: #fff;
  padding-right: 20px;
}

@media (max-width: 1100px) {
  .about-wraaper .purpose-txt-area .tit span {
    font-size: 1.4375rem;
    padding-right: 1.25rem;
  }
}

.about-wraaper .purpose-txt-area .line-2px {
  background-color: #ddd;
  height: 2px;
  width: 100%;
  display: block;
  margin-top: -5px;
}

.about-wraaper .purpose-txt-area .txt-wrapper {
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 16px;
  color: #000;
}

.about-wraaper .purpose-txt-area .txt-wrapper .tit-2 {
  margin-top: 80px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #004895;
}

@media (max-width: 1100px) {
  .about-wraaper .purpose-txt-area .txt-wrapper .tit-2 {
    margin-top: 3rem;
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
  }
}

.about-wraaper .purpose-txt-area .txt-wrapper .tit-2.p-t-sec {
  margin-top: 0px;
}

.about-wraaper .purpose-txt-area .txt-wrapper .t-1 {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 30px;
}

@media (max-width: 1100px) {
  .about-wraaper .purpose-txt-area .txt-wrapper .t-1 {
    line-height: 1.875rem;
    font-size: 1rem;
  }
}

.about-wraaper .purpose-txt-area .txt-wrapper .img-core-tech {
  text-align: center;
  margin: 100px 0;
}

.about-wraaper .purpose-txt-area .txt-wrapper .img-core-tech img {
  max-width: 100%;
}

.organization {
  width: 1000px;
  margin: 0 auto;
  margin-top: 100px;
}

@media (max-width: 1100px) {
  .organization {
    width: 100%;
    margin-top: 3.125rem;
  }
}

.organization .org-top {
  text-align: center;
}

.organization .org-itp-logo {
  display: inline-block;
  border: 8px solid #dfdfdf;
  padding: 27px 36px;
}

@media (max-width: 1100px) {
  .organization .org-itp-logo {
    display: block;
    border: 8px solid #dfdfdf;
    padding: 1rem 1rem;
    width: 80%;
    margin: 0 auto;
  }
  .organization .org-itp-logo img {
    max-width: 80%;
  }
}

.organization .title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 100px;
}

@media (max-width: 1100px) {
  .organization .title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.4375rem;
    margin-bottom: 50px;
  }
}

.organization .org-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}

@media (max-width: 1100px) {
  .organization .org-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.organization .org-txt-wrapper {
  width: 220px;
  margin-top: 100px;
  position: relative;
  z-index: 12;
}

@media (max-width: 1100px) {
  .organization .org-txt-wrapper {
    width: 45%;
  }
  .organization .org-txt-wrapper.o-t-w-2 {
    margin-left: 20px !important;
  }
  .organization .org-txt-wrapper.o-t-w-3 {
    margin-top: 0px;
    margin-right: 20px !important;
  }
  .organization .org-txt-wrapper.o-t-w-4 {
    margin-top: 0px;
    margin-right: 0px !important;
  }
}

.organization .org-txt-wrapper .t-box {
  height: 190px;
  position: relative;
}

@media (max-width: 1100px) {
  .organization .org-txt-wrapper .t-box {
    height: 130px;
  }
}

.organization .org-txt-wrapper .t-box .t-1 {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  padding: 0px 0px;
  padding-top: 30px;
  padding-left: 34px;
}

@media (max-width: 1100px) {
  .organization .org-txt-wrapper .t-box .t-1 {
    font-size: 1rem;
    padding-top: 10px;
    padding-left: 0px;
  }
}

.organization .org-txt-wrapper .t-box .t-1 span:before {
  display: inline-block;
  content: '- ';
  position: absolute;
  top: 28px;
  left: 20px;
}

@media (max-width: 1100px) {
  .organization .org-txt-wrapper .t-box .t-1 span:before {
    top: 0px;
    left: 0px;
    position: relative;
  }
}

.organization .org-txt-wrapper .t-box .t-2 {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  padding-left: 34px;
  margin-top: 20px;
}

@media (max-width: 1100px) {
  .organization .org-txt-wrapper .t-box .t-2 {
    font-size: 1rem;
    padding-left: 0px;
    margin-top: 0.625rem;
  }
}

.organization .org-txt-wrapper .t-box .t-2 span:before {
  display: inline-block;
  content: '- ';
  position: absolute;
  top: -2px;
  left: 20px;
}

@media (max-width: 1100px) {
  .organization .org-txt-wrapper .t-box .t-2 span:before {
    top: 0px;
    left: 0px;
    position: relative;
  }
}

.organization .org-txt-wrapper.ml-25 {
  margin-left: 25px;
}

@media (max-width: 1100px) {
  .organization .org-txt-wrapper.ml-25 {
    margin-left: 0px;
    margin-right: 0.625rem;
  }
}

.organization .org-txt-wrapper .tit {
  width: 100%;
  background-color: #004895;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding: 20px 22px;
}

@media (max-width: 1100px) {
  .organization .org-txt-wrapper .tit {
    font-size: 1.315rem;
    padding-top: 0.625rem;
    padding: 0.625rem 0.625rem;
  }
}

.organization .org-txt-wrapper .t-3 {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  padding-top: 30px;
  padding-left: 34px;
  border-top: 1px solid #ddd;
  height: 130px;
  line-height: 22px;
  margin-bottom: 100px;
  letter-spacing: -1px;
}

@media (max-width: 1100px) {
  .organization .org-txt-wrapper .t-3 {
    font-size: 1rem;
    padding-left: 0.625rem;
    height: 70px;
    margin-bottom: 0.625rem;
    padding-left: 0;
    padding-top: 0.625rem;
  }
}

.organization .org-txt-wrapper .t-3 span:before {
  content: '- ';
  position: absolute;
  top: 27px;
  left: 20px;
  display: inline-block;
}

@media (max-width: 1100px) {
  .organization .org-txt-wrapper .t-3 span:before {
    top: 0px;
    left: 0px;
    position: relative;
  }
}

.organization .org-txt-wrapper .t-5 {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  padding: 0px 0px;
  margin-top: 5px;
  padding-left: 34px;
}

@media (max-width: 1100px) {
  .organization .org-txt-wrapper .t-5 {
    font-size: 1rem;
    padding-left: 0.625rem;
    height: auto;
  }
}

.organization .org-txt-wrapper .t-5 span:before {
  display: inline-block;
  content: ' ';
  position: absolute;
  width: 2px;
  height: 2px;
  background-color: #000;
  top: 8px;
  left: 27px;
}

@media (max-width: 1100px) {
  .organization .org-txt-wrapper .t-5 span:before {
    top: 0px;
    left: 0px;
    position: relative;
  }
}

.org-line-pc {
  display: block;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .org-line-pc {
    display: none;
  }
}

.org-line-mobile {
  display: none;
}

@media (max-width: 1100px) {
  .org-line-mobile {
    display: block;
    max-width: 70%;
    margin: 0 auto;
  }
}

/* 20210409 4차 산업혁명+ 인천 */
.t-16 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .t-16 {
    font-size: 13px;
  }
}

.t-18 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  word-break: keep-all;
}

@media (max-width: 1100px) {
  .t-18 {
    font-size: 14px;
  }
}

.t-20 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  word-break: keep-all;
}

@media (max-width: 1100px) {
  .t-20 {
    font-size: 14px;
  }
}

.t-23 {
  font-size: 23px;
  font-weight: normal;
}

@media (max-width: 1100px) {
  .t-23 {
    font-size: 16px;
  }
}

.t-24 {
  font-size: 24px;
  font-weight: normal;
}

@media (max-width: 1100px) {
  .t-24 {
    font-size: 15px;
  }
}

.t-30 {
  font-size: 30px;
}

@media (max-width: 1100px) {
  .t-30 {
    font-size: 18px;
  }
}

.gray-0 {
  color: #ccc;
}

.gray-1 {
  color: #999;
}

.blue {
  color: #004895;
  font-weight: 500;
}

.i-icon {
  display: inline-block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  font-style: normal;
}

.br-lg {
  display: block;
}

@media (max-width: 1100px) {
  .br-lg {
    display: inline;
  }
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.btn-down {
  position: relative;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.2em calc(1.375em + 1em) 1.375em 0;
  width: 369px;
  height: 60px;
  background-color: #fb416d;
  border: 1px solid #fb416d;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btn-down::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1.375em;
  display: inline-block;
  margin-top: -.5em;
  width: 1em;
  height: 1em;
  background: url("../images/common/icon-tile-white.png") 0 0 no-repeat;
  background-size: contain;
}

.btn-down:hover {
  color: #fff;
}

@media (max-width: 1100px) {
  .btn-down {
    display: block;
    padding-top: 12px;
    font-size: 13px;
    width: auto;
    height: 40px;
    max-width: 369px;
  }
}

.about-overview {
  margin-top: 80px;
}

@media (max-width: 1100px) {
  .about-overview {
    margin-top: 40px;
  }
}

.about-ov-header {
  height: 600px;
  background: url("../images/about/bg-about-01.jpg") 50% 50% no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  word-break: keep-all;
}

.about-ov-header .tit {
  padding: 2.7em 0 2.29em;
  font-weight: bold;
}

.about-ov-header .content {
  line-height: 1.45833;
}

@media (max-width: 1100px) {
  .about-ov-header {
    padding: 0 25px;
    height: 320px;
    font-size: 15px;
  }
}

.about-ov-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -150px auto 0;
  padding: 45px 0 55px;
  max-width: 960px;
  background-color: #fff;
  font-weight: normal;
  line-height: 1.875;
  word-break: keep-all;
  z-index: 2;
}

.about-ov-box .col {
  padding: 0 40px;
  width: 50%;
}

.about-ov-box .btn-down {
  margin-top: 30px;
}

@media (max-width: 1100px) {
  .about-ov-box {
    display: block;
    margin: 0;
    padding: 25px 0;
  }
  .about-ov-box .col {
    padding: 0;
    width: auto;
  }
  .about-ov-box .btn-down {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.about-ov-graphic {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -113px;
  padding-top: 113px;
  height: 490px;
  background: url("../images/about/bg-about-02.jpg") 50% 50% no-repeat;
  background-size: cover;
  z-index: 1;
}

.about-ov-graphic img {
  max-width: 100%;
}

@media (max-width: 1100px) {
  .about-ov-graphic {
    margin: 0;
    padding: 50px 25px;
    height: auto;
  }
}

/* 인천광역시 개요 */
.section-header {
  margin-top: 120px;
  margin-bottom: 70px;
}

@media (max-width: 1100px) {
  .section-header {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}

.section-header .tit span {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  color: #000;
  z-index: 10;
  display: inline-block;
  background-color: #fff;
  padding-right: 20px;
}

@media (max-width: 1100px) {
  .section-header .tit span {
    font-size: 1.4375rem;
    padding-right: 1.25rem;
  }
}

.section-header .line-2px {
  background-color: #ddd;
  height: 2px;
  width: 100%;
  display: block;
  margin-top: -5px;
}

.ic-intro .row-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding-bottom: 5rem;
}

.ic-intro .col-logo {
  width: 280px;
}

.ic-intro .col-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ic-intro .col-content::before {
  content: '';
  display: inline-block;
  margin-right: 45px;
  width: 1px;
  height: 33px;
  background-color: currentColor;
}

@media (max-width: 1100px) {
  .ic-intro .row-logo {
    display: block;
    padding-bottom: 30px;
  }
  .ic-intro .col-content {
    margin-top: 20px;
  }
  .ic-intro .col-content::before {
    display: none;
  }
}

.ic-intro-list li {
  padding-left: 1.5em;
  line-height: 1.5;
  word-break: keep-all;
}

.ic-intro-list li::before {
  content: "-";
  margin-left: -1em;
  margin-right: .5em;
}

.ic-intro-list li + li {
  margin-top: 0.7em;
}

/* about icons */
.info-icon-01 {
  width: 69px;
  height: 66px;
  background-image: url("../images/about/ic-info-icon-01.png");
}

.info-icon-02 {
  width: 99px;
  height: 55px;
  background-image: url("../images/about/ic-info-icon-02.png");
}

.info-icon-03 {
  width: 108px;
  height: 80px;
  background-image: url("../images/about/ic-info-icon-03.png");
}

.info-icon-04 {
  width: 67px;
  height: 64px;
  background-image: url("../images/about/ic-info-icon-04.png");
}

.info-icon-05 {
  width: 68px;
  height: 64px;
  background-image: url("../images/about/ic-info-icon-05.png");
}

.info-icon-06 {
  width: 63px;
  height: 74px;
  background-image: url("../images/about/ic-info-icon-06.png");
}

.info-icon-07 {
  width: 72px;
  height: 63px;
  background-image: url("../images/about/ic-info-icon-07.png");
}

@media (max-width: 1100px) {
  .info-icon-01 {
    width: calc(69px / 1.5);
    height: calc(66px / 1.5);
  }
  .info-icon-02 {
    width: calc(99px / 1.5);
    height: calc(55px / 1.5);
  }
  .info-icon-03 {
    width: 1calc 5.33333px;
    height: calc(80px / 1.5);
  }
  .info-icon-04 {
    width: calc(67px / 1.5);
    height: calc(64px / 1.5);
  }
  .info-icon-05 {
    width: calc(68px / 1.5);
    height: calc(64px / 1.5);
  }
  .info-icon-06 {
    width: calc(63px / 1.5);
    height: calc(74px / 1.5);
  }
  .info-icon-07 {
    width: calc(72px / 1.5);
    height: calc(63px / 1.5);
  }
}

.ic-intro .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px;
}

.ic-intro .row > .col {
  padding: 15px;
  width: 50%;
}

@media (max-width: 1100px) {
  .ic-intro .row {
    display: block;
    margin: 0;
  }
  .ic-intro .row > .col {
    padding: 5px 0;
    width: auto;
  }
}

.ic-info-card {
  height: 276px;
  background-color: #888;
  border-bottom-left-radius: 2rem;
  color: #fff;
}

.ic-info-card .tit {
  padding: 1.25rem 2rem 1rem;
}

.ic-info-card .card-body {
  padding: 0 2rem 2rem;
}

.ic-info-card .single-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 1rem;
}

.ic-info-card.bgc-01 {
  background-color: #4898af;
}

.ic-info-card.bgc-02 {
  background-color: #2082b2;
}

.ic-info-card.bgc-03 {
  background-color: #186388;
}

.ic-info-card.bgc-04 {
  background-color: #0b5377;
}

@media (max-width: 1100px) {
  .ic-info-card {
    height: 200px;
  }
}

@media (max-width: 1100px) {
  .ic-info-list {
    margin: 0 auto;
    max-width: 300px;
  }
}

.ic-info-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ic-info-list .img-container {
  margin-left: -20px;
  padding: .7rem 0;
  width: 120px;
  text-align: center;
}

.ic-info-list.iil-school .img-container {
  width: 150px;
}

.ic-info-list.iil-grdp .img-container {
  width: 110px;
}

.ic-info-list .content {
  letter-spacing: -1px;
}

.ic-info-list .content strong {
  font-size: 2rem;
  font-weight: bold;
}

.ic-info-list .gray {
  font-weight: 300;
}

/* 인천의 4차 산업혁명 역량 */
.ic-capa .tit-center {
  position: relative;
  margin: 3.5rem auto 2.5rem;
  max-width: 470px;
  text-align: center;
}

.ic-capa .tit-center::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

.ic-capa .tit-center span {
  position: relative;
  padding: 0 .5em;
  background-color: #fff;
}

.ic-capa-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1100px) {
  .ic-capa-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ic-capa-item {
  display: block;
  margin: 7px;
  width: 149px;
  height: 149px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ic-capa-item-01 {
  background-image: url("../images/about/ic-capa-01.png");
}

.ic-capa-item-02 {
  background-image: url("../images/about/ic-capa-02.png");
}

.ic-capa-item-03 {
  background-image: url("../images/about/ic-capa-03.png");
}

.ic-capa-item-04 {
  background-image: url("../images/about/ic-capa-04.png");
}

.ic-capa-item-05 {
  background-image: url("../images/about/ic-capa-05.png");
}

@media (max-width: 1100px) {
  .ic-capa-item {
    width: 130px;
    height: 130px;
  }
}

/* 인천광역시 4차 산업혁명 위원회 */
.ic-com .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ic-com .col-left {
  padding-right: 60px;
}

.ic-com .col-right {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 392px;
}

@media (max-width: 1100px) {
  .ic-com .row {
    display: block;
  }
  .ic-com .col-left,
  .ic-com .col-right {
    width: auto;
    padding: 0;
  }
}

.i-ic-comm {
  width: 56px;
  height: 56px;
}

@media (max-width: 1100px) {
  .i-ic-comm {
    width: 45px;
    height: 45px;
  }
}

.i-ic-comm-01 {
  background-image: url("../images/about/ic-comm-01.png");
}

.i-ic-comm-02 {
  background-image: url("../images/about/ic-comm-02.png");
}

.i-ic-comm-03 {
  background-image: url("../images/about/ic-comm-03.png");
}

.i-ic-comm-04 {
  background-image: url("../images/about/ic-comm-04.png");
}

.i-ic-comm-05 {
  background-image: url("../images/about/ic-comm-05.png");
}

.ic-comm-list {
  margin-top: 2.5em;
}

.ic-comm-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ic-comm-list li + li {
  margin-top: 10px;
}

.ic-comm-list .i-ic-comm {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.ic-comm-list .content {
  padding-left: .7em;
}

.ic-comm-card {
  height: 440px;
}

@media (max-width: 1100px) {
  .ic-comm-card {
    margin-top: 40px;
    width: auto;
    height: auto;
  }
}

.ic-info-card.bg-img {
  background: #0eb0c6 url("../images/about/bg-info-card.jpg") 50% 100% no-repeat;
  background-size: cover;
}

.ic-info-card.bg-img .card-tit {
  padding-top: 1.6em;
  padding-bottom: .8em;
  padding-left: 1em;
  padding-right: 1em;
  font-weight: bold;
  text-align: center;
  word-break: keep-all;
}

.ic-info-card.bg-img .tit-line-center {
  position: relative;
  margin: 0 auto 1.1em;
  text-align: center;
}

.ic-info-card.bg-img .tit-line-center::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1100px) {
  .ic-info-card.bg-img .tit-line-center::before {
    height: 1px;
  }
}

.ic-info-card.bg-img .tit-line-center span {
  position: relative;
  background-color: #0eb0c6;
  color: #f8fb04;
  font-weight: 500;
}

.ic-info-card.bg-img .tit-line-center span::before, .ic-info-card.bg-img .tit-line-center span::after {
  content: '';
  display: inline-block;
  margin-top: -0.4rem;
  width: .4em;
  height: .4em;
  border: 2px solid #fff;
  vertical-align: middle;
}

@media (max-width: 1100px) {
  .ic-info-card.bg-img .tit-line-center span::before, .ic-info-card.bg-img .tit-line-center span::after {
    border-width: 1.5px;
  }
}

.ic-info-card.bg-img .tit-line-center span::before {
  margin-right: .7em;
}

.ic-info-card.bg-img .tit-line-center span::after {
  margin-left: .7em;
}

.ic-comm-step-list {
  text-align: center;
}

.ic-comm-step-list .step-arrow-down {
  margin: 5px auto;
}

.list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.75rem;
  border-radius: .8rem;
  overflow: hidden;
}

.list-box .label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 6.25rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.list-box .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background-color: #fff;
  color: #000;
  line-height: 1.3;
  overflow: hidden;
}

.list-box .content small {
  font-weight: normal;
}

.list-box.color-1 {
  background-color: #0940a7;
}

.list-box.color-2 {
  background-color: #026a9a;
}

.list-box.color-3 {
  background-color: #09a769;
}

.list-box.color-4 {
  background-color: #b410d2;
}

.step-arrow-down {
  width: 1.875rem;
  height: 1.125rem;
  background-image: url("../images/about/step-arrow-down.png");
}

/* 인천의 주요 사업 */
.overflow-x-auto {
  overflow-x: auto;
}

@media (max-width: 768px) {
  .n-page-margin {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.table-tit {
  margin-top: 4rem;
  margin-bottom: 1.1875rem;
  font-weight: 500;
}

.table-tit .label {
  margin-right: 0.7em;
}

.table-data {
  min-width: 100%;
}

@media (max-width: 768px) {
  .table-data {
    margin-left: 1rem;
  }
}

.table-data thead th {
  height: 3.375rem;
  border-top: 1px solid #000;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  vertical-align: middle;
  white-space: nowrap;
}

.table-data tbody td {
  padding: 0.625rem 1rem;
  border-bottom: 1px solid #ddd;
  color: #000;
  font-size: 1rem;
  font-weight: 350;
  white-space: nowrap;
}

.table-data.header-blue thead th {
  background-color: rgba(51, 102, 153, 0.77);
}

.table-data.header-purple thead th {
  background-color: rgba(102, 51, 153, 0.77);
}

.table-data .th-no {
  width: 60px;
}

.table-data .th-tit {
  width: 470px;
}

.table-data .th-key {
  width: 200px;
}

@media (max-width: 768px) {
  .table-data thead th {
    width: auto !important;
  }
}

.td-tit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bt-xs {
  display: inline-block;
  margin: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: .25rem;
  width: 3.4375rem;
  height: 1.375rem;
  border-radius: 0.3125rem;
  font-size: 0.75rem;
  font-weight: 350;
  text-align: center;
  vertical-align: middle;
}

.bt-xs.bt-blue {
  background-color: #0066ff;
  color: #fff;
}

.bt-xs.bt-purple {
  background-color: #b731ee;
  color: #fff;
}

/* 추진과정 */
.indus-history-list {
  margin-top: 2.5em;
  margin-left: 1em;
}

.indus-history-list .date {
  display: inline-block;
  width: 5em;
}

.indus-history-list li + li {
  margin-top: 1em;
}

.indus-history-list .i-ic-comm {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.indus-history-list .content {
  padding-left: .7em;
}

.ic-vision-card {
  height: auto;
  text-align: center;
}

@media (max-width: 1100px) {
  .ic-vision-card {
    margin-top: 40px;
  }
}

.list-new-deal li {
  padding: .9rem 0;
}

.step-arrow-top {
  margin-top: .7rem;
  width: 4.3125rem;
  height: 1.125rem;
  background-image: url("../images/about/step-arrow-up-3.png");
}

.circle-plus {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2rem;
  height: 2rem;
  background-color: #f39800;
  border: 2px solid #fff;
  border-radius: 50%;
}

.circle-plus::after {
  content: "+";
  margin-top: -2px;
  color: #fcff00;
  font-size: 1.75rem;
  font-weight: 400;
}

.header-bg-support .txt-wrapper {
  padding-top: 90px;
  color: #fff;
}

@media (max-width: 1100px) {
  .header-bg-support .txt-wrapper {
    padding-top: 3rem;
  }
}

.header-bg-support .txt-wrapper .t-w {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 1100px) {
  .header-bg-support .txt-wrapper .t-w {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.header-bg-support .txt-wrapper .txt-1 {
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 1100px) {
  .header-bg-support .txt-wrapper .txt-1 {
    font-size: 1rem;
  }
}

.header-bg-support .txt-wrapper .t-line {
  position: relative;
  top: 5px;
  width: 122px;
  height: 1px;
  margin: 0 50px 0 20px;
  background-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1100px) {
  .header-bg-support .txt-wrapper .t-line {
    width: 3.5rem;
    margin: 1.2rem 0px 2rem 0px;
  }
}

.header-bg-support .txt-wrapper .txt-2 {
  font-size: 54px;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .header-bg-support .txt-wrapper .txt-2 {
    font-size: 2.375rem;
    letter-spacing: 0rem;
  }
}

.header-bg-support .txt-wrapper .txt-3 {
  font-size: 15px;
  font-weight: 400;
  margin-top: 25px;
  color: rgba(255, 255, 255, 0.5);
  width: 720px;
  letter-spacing: -0.2px;
  line-height: 24px;
}

@media (max-width: 1100px) {
  .header-bg-support .txt-wrapper .txt-3 {
    font-size: 1rem;
    width: 80%;
    line-height: 1.425rem;
    margin-top: 1.425rem;
  }
}

.biz-wrapper {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (max-width: 1100px) {
  .biz-wrapper {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}

.biz-wrapper .biz-title {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  border-bottom: 2px solid #000;
  padding-bottom: 20px;
  letter-spacing: 0px;
}

@media (max-width: 1100px) {
  .biz-wrapper .biz-title {
    font-size: 1.5625rem;
    padding-bottom: 1.25rem;
  }
}

.biz-tb {
  display: table;
  width: 100%;
}

@media (max-width: 1100px) {
  .biz-tb {
    display: block;
  }
}

.biz-tb .biz-tr {
  display: table-row;
}

@media (max-width: 1100px) {
  .biz-tb .biz-tr {
    display: block;
  }
}

.biz-tb .biz-tr .biz-td {
  display: table-cell;
  padding: 50px 0 40px 0;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}

@media (max-width: 1100px) {
  .biz-tb .biz-tr .biz-td {
    display: block;
    padding: 1.875rem 0 1.25rem 0;
    border-bottom: 0px solid #ddd;
  }
}

.biz-tb .biz-tr .biz-td.bdBN {
  border-bottom: none;
}

@media (max-width: 1100px) {
  .biz-tb .biz-tr .biz-td.bdBN {
    border-bottom: none;
  }
}

.biz-tb .biz-tr .biz-td.lt {
  width: 250px;
  font-size: 20px;
  font-weight: 700;
  color: #017567;
}

@media (max-width: 1100px) {
  .biz-tb .biz-tr .biz-td.lt {
    width: 100%;
    font-size: 1.25rem;
  }
}

.biz-tb .biz-tr .biz-td.rt {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

@media (max-width: 1100px) {
  .biz-tb .biz-tr .biz-td.rt {
    font-size: 1.125rem;
    border-bottom: 1px solid #ddd;
    padding-top: 0px;
  }
  .biz-tb .biz-tr .biz-td.rt.bdBN {
    border-bottom: none;
  }
}

@media (max-width: 1100px) and (max-width: 1100px) {
  .biz-tb .biz-tr .biz-td.rt.bdBN {
    border-bottom: none;
  }
}

.biz-tb .biz-tr .biz-td.rt .t-1 {
  letter-spacing: -0.25px;
  margin-top: 15px;
}

@media (max-width: 1100px) {
  .biz-tb .biz-tr .biz-td.rt .t-1 {
    margin-top: 0.9375rem;
  }
}

.main-news-h2 {
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 60px;
  margin-top: 140px;
  color: #000;
}

@media (max-width: 1100px) {
  .main-news-h2 {
    font-size: 1.625rem;
    padding-bottom: 1.875rem;
    margin-top: 4.375rem;
  }
}

.main-news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  width: 100%;
}

@media (max-width: 1100px) {
  .main-news-list {
    margin: 0 -5px;
    width: auto;
    overflow: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.main-news-list li {
  display: block;
  margin-bottom: 1rem;
  padding: 0 10px;
  width: 25%;
  cursor: pointer;
}

@media (max-width: 1100px) {
  .main-news-list li {
    padding: 0 5px;
    width: 50%;
    margin-top: 0px;
  }
}

@media (max-width: 768px) {
  .main-news-list li {
    width: 100%;
  }
}

.main-news-list li .thumb {
  padding-top: 105.26%;
  height: 0;
  background-color: #000;
  background-position: center center;
  background-size: cover;
}

.main-news-list li .txt-wrapper {
  margin-top: -40px;
  margin-right: 42px;
  background-color: #fff;
  position: relative;
  padding: 20px;
  font-weight: 350;
}

.main-news-list li .txt-wrapper .t-1 {
  margin-top: 1.2em;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 1100px) {
  .main-news-list li .txt-wrapper .t-1 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (max-width: 1140px) {
  .main-news-list li .txt-wrapper .t-1 {
    margin-top: 10px;
  }
}

.main-news-list li .txt-wrapper .t-2 {
  font-size: 14px;
  color: #888888;
  margin-top: 30px;
}

@media (max-width: 1100px) {
  .main-news-list li .txt-wrapper .t-2 {
    font-size: 0.875rem;
    margin-top: 10px;
    line-height: 1.5rem;
  }
}

.bg-main-info {
  background-image: url("../images/main/main-info-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 480px;
}

@media (max-width: 1100px) {
  .bg-main-info {
    height: 465px;
    background-image: url("../images/main/main-info-bg-mobile.jpg");
  }
}

.main-info-h2 {
  font-size: 36px;
  font-weight: 700;
  padding-top: 60px;
  color: #fff;
}

@media (max-width: 1100px) {
  .main-info-h2 {
    font-size: 1.4375rem;
    padding-top: 2.5rem;
  }
}

.main-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 70px;
}

@media (max-width: 1100px) {
  .main-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 1.875rem;
  }
}

.main-info li {
  width: 342px;
  height: 240px;
  position: relative;
  background-color: #fff;
  display: block;
  margin-bottom: 14px;
}

@media (max-width: 1100px) {
  .main-info li {
    width: 48%;
    height: 160px;
  }
}

.main-info li .bg-icon {
  position: absolute;
  bottom: 35px;
  right: 25px;
  display: inline-block;
}

@media (max-width: 1100px) {
  .main-info li .bg-icon {
    bottom: 15px;
    right: 15px;
  }
}

@media (max-width: 1100px) {
  .main-info li .bg-icon img {
    width: 90px;
  }
}

.main-info li .txt-wrapper {
  padding: 40px;
}

@media (max-width: 1100px) {
  .main-info li .txt-wrapper {
    padding: 1rem;
  }
}

.main-info li .txt-wrapper .t-1 {
  margin-top: 00px;
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .main-info li .txt-wrapper .t-1 {
    font-size: 1.5rem;
  }
}

.main-info li .txt-wrapper .t-2 {
  font-size: 14px;
  color: #888888;
  margin-top: 14px;
}

@media (max-width: 1100px) {
  .main-info li .txt-wrapper .t-2 {
    font-size: 1.1rem;
    margin-top: 5px;
  }
}

.main-notice h2 {
  font-size: 36px;
  font-weight: 700;
  padding-top: 60px;
  color: #000;
  padding-bottom: 50px;
}

@media (max-width: 1100px) {
  .main-notice h2 {
    font-size: 1.625rem;
    padding-bottom: 1.875rem;
    margin-top: 3rem;
    padding-top: 0px;
  }
}

.main-notice .tab-area {
  margin-bottom: 60px;
}

@media (max-width: 1100px) {
  .main-notice .tab-area {
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 1.875rem;
  }
}

.main-notice .tab-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}

@media (max-width: 1100px) {
  .main-notice .tab-area ul {
    width: 800px;
  }
}

.main-notice .tab-area ul li {
  display: block;
  position: relative;
  margin-right: 33px;
}

.main-notice .tab-area ul li a {
  display: block;
  font-size: 16px;
  color: #888;
  padding-bottom: 6px;
}

.main-notice .tab-area ul li a.active {
  color: #000;
  border-bottom: 2px solid #000;
  font-weight: 700;
}

.main-notice .main-notice-list ul {
  overflow: hidden;
  margin-bottom: 40px;
}

.main-notice .main-notice-list ul li {
  float: left;
  width: 345px;
  height: 389px;
  position: relative;
  margin-right: 20px;
  border: 1px solid #eeeeee;
  padding: 30px;
  background-color: #fff;
  cursor: pointer;
}

.main-notice .main-notice-list ul li .m-n-thumb-img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 7;
  display: none;
}

.main-notice .main-notice-list ul li .m-arrow-right {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.main-notice .main-notice-list ul li .txt-wrapper {
  color: #000;
}

.main-notice .main-notice-list ul li .txt-wrapper .t-1 {
  font-size: 15px;
  font-weight: 400;
}

.main-notice .main-notice-list ul li .txt-wrapper .t-2 {
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 20px;
  letter-spacing: -1px;
}

.main-notice .main-notice-list ul li .txt-wrapper .t-3 {
  margin-top: 40px;
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  letter-spacing: -0.5px;
  line-height: 24px;
  padding-bottom: 90px;
}

.main-notice .main-notice-list ul li .txt-wrapper .t-4 {
  margin-top: 90px;
  font-size: 15px;
  font-weight: 400;
  color: #888888;
  letter-spacing: 0px;
  position: absolute;
  bottom: 40px;
}

.scrollbar {
  margin: 0 0 40px 0;
  height: 2px;
  background: #f4f4f4;
  line-height: 0;
  margin-top: 40px;
}

.scrollbar .handle {
  width: 100px;
  height: 100%;
  background: #000;
  cursor: pointer;
}

.scrollbar .handle .mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px;
}

/* Pages */
.pages {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  text-align: center;
  display: none;
}

.pages li {
  display: inline-block !important;
  width: 14px !important;
  height: 14px !important;
  margin: 0 4px !important;
  text-indent: -999px;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.pages li:hover {
  background: #aaa;
}

.pages li.active {
  background: #666;
}

/* Controls */
.controls {
  margin: 25px 0;
  text-align: center;
}

@media (max-width: 1100px) {
  .controls {
    display: none;
  }
}

.main-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 20px;
}

@media (max-width: 1100px) {
  .main-visual {
    display: block;
    width: 1000px;
    padding-left: 0px;
  }
}

.main-visual li {
  display: inline-block;
  width: 350px;
  padding: 0px 0;
  position: relative;
  line-height: 25px;
  border-left: 1px solid #ddd;
}

@media (max-width: 1100px) {
  .main-visual li {
    line-height: 20px;
    float: left;
  }
}

.main-visual li a {
  display: block;
  padding-left: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 1100px) {
  .main-visual li a {
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.main-visual li .txt-1 {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  color: #888888;
}

@media (max-width: 1100px) {
  .main-visual li .txt-1 {
    font-size: 0.9rem;
    border-left: 0px solid #ddd;
    line-height: 20px;
  }
}

.main-visual li .txt-1.active {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  position: relative;
}

@media (max-width: 1100px) {
  .main-visual li .txt-1.active {
    font-size: 0.9rem;
  }
  .main-visual li .txt-1.active:before {
    content: '';
    position: absolute;
    bottom: 0px;
    height: 2px;
    width: 150px;
    background-color: #000;
  }
}

.main-visual-wrapper {
  height: 810px;
  width: 100%;
  margin-bottom: 180px;
  position: relative;
}

@media (max-width: 1100px) {
  .main-visual-wrapper {
    height: auto;
    margin-top: 0px;
    margin-bottom: 20px;
  }
}

.main-video-area {
  position: relative;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

@media (max-width: 1100px) {
  .main-video-area {
    position: relative;
    margin-top: 0px;
    width: 100%;
    height: auto;
  }
}

.arrowSlider {
  position: absolute;
  width: 100%;
  top: 0px;
}

#aro1_prev {
  background-color: #fff;
  background-image: url("../images/footer/icon-arrow-left.png");
  background-repeat: no-repeat;
  background-size: 15px 26px;
  border: none;
  display: inline-block;
  width: 15px;
  height: 26px;
  position: absolute;
  border: 0px solid #000;
  left: 0px;
  text-indent: -9999px;
  cursor: pointer;
}

#aro1_next {
  background-color: #fff;
  background-image: url("../images/footer/icon-arrow-right.png");
  background-repeat: no-repeat;
  background-size: 15px 26px;
  border: none;
  display: inline-block;
  width: 15px;
  height: 26px;
  position: absolute;
  border: 0px solid #000;
  right: 0px;
  text-indent: -9999px;
  cursor: pointer;
}

#aro1_prev:before,
#aro1_next:before {
  content: "";
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  /* color: white; */
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#aro1_prev:hover {
  background-image: url("../images/footer/icon-arrow-left.png");
}

#aro1_next:hover {
  background-image: url("../images/footer/icon-arrow-right.png");
}

.slick-slide {
  margin-right: 50px;
}

.slick-list {
  margin-right: -50px;
}

.notice-slider-prev {
  background-image: url("../images/main/notice-slider-prev.png");
  background-repeat: no-repeat;
  background-size: 60px;
  border: none;
  display: inline-block;
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #fff;
  left: -30px;
  top: 60%;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  border-radius: 60px;
}

.notice-slider-prev:hover {
  background-image: url("../images/main/notice-slider-prev-over.png");
  cursor: pointer;
}

.notice-slider-prev:focus {
  outline: none;
}

.notice-slider-next {
  background-image: url("../images/main/notice-slider-next.png");
  background-repeat: no-repeat;
  background-size: 60px;
  border: none;
  display: inline-block;
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #fff;
  right: -30px;
  top: 60%;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  border-radius: 60px;
}

.notice-slider-next:hover {
  background-image: url("../images/main/notice-slider-next-over.png");
  cursor: pointer;
}

.notice-slider-next:focus {
  outline: none;
}

.partners {
  margin: 0 auto;
  margin-bottom: 80px;
  width: 1250px;
}

#partner-slider {
  display: block;
  margin-top: 60px;
}

@media (max-width: 1100px) {
  #partner-slider {
    display: none;
  }
}

#partner-select {
  display: none;
  margin-top: 20px;
  margin-bottom: 40px;
}

@media (max-width: 1100px) {
  #partner-select {
    display: block;
  }
}

/* Custom Select */
.custom-select {
  position: relative;
  display: block;
  width: 100%;
}

.custom-select select {
  position: relative;
  z-index: 10;
  padding-left: 20px;
  width: 100%;
  height: 60px;
  font-size: 16px;
}

.custom-select .alt-select {
  display: block;
  padding-top: 19px;
  padding-left: 20px;
  padding-right: 60px;
  height: 60px;
  background-color: #fff;
  border: 1px solid #eeeeee;
  border-radius: 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 3rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
  white-space: nowrap;
  z-index: 1;
}

.custom-select .alt-select::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  margin-top: -7px;
  width: 25px;
  height: 14px;
  background: url("../images/main/chevron-v-25.png") 0 0 no-repeat;
  background-size: contain;
}

.custom-select select:disabled + .alt-select {
  color: #999;
}

.custom-select select:disabled + .alt-select::after {
  opacity: 0.4;
}

@media (max-width: 1100px) {
  .m-scroll-area {
    width: 100%;
    overflow-x: scroll;
    border-bottom: 1px solid #ddd;
  }
}

/*
  20210326 New Style
*/
/* Hero Banner Section */
.hero-section {
  position: relative;
  margin-top: 7px;
}

@media (max-width: 1100px) {
  .hero-section {
    margin-top: 4px;
  }
}

.hero-text-item .page,
.hero-banner-item .page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
}

.hero-text-item .page i,
.hero-banner-item .page i {
  margin: 0 18px;
  font-size: 12px;
  font-style: normal;
}

.hero-text-item {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.hero-text-item .tit-wrapper {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  width: calc(723px - 80px);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.hero-text-item .tit {
  position: absolute;
  width: calc(50% - 20px);
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  word-break: keep-all;
}

.hero-text-item .page {
  position: absolute;
  bottom:0;
  right: 0;
  display: block;
}

.slick-center .hero-text-item .tit-wrapper,
.slick-center .hero-text-item .page {
  display: none;
}



.slick-center ~ .slick-slide .hero-text-item .tit-wrapper {
  left: 0;
}

.slick-center ~ .slick-slide .hero-text-item .tit {
  left: 0;
  bottom: 0;
  text-align: left;
}

.slick-center ~ .slick-slide .hero-text-item .page {
  left: 0;
  right: auto;
}




.hero-text-slick-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media (max-width: 1440px) {
  .hero-text-slick-container {
    display: none;
  }
}

.hero-text-slick {
  margin: 0 auto;
  height: 100%;
  max-width: 2520px;
}

.hero-text-slick .slick-list,
.hero-text-slick .slick-track {
  height: 100%;
}

.hero-text-slick .slick-slide {
  padding: 40px 20px;
  width: 270px;
  height: 100%;
  border-right: 1px solid #d0d0d0;
  outline: none;
}

.hero-text-slick .slick-slide > div {
  width: 100%;
  height: 100%;
}

.hero-text-slick .slick-active,
.hero-text-slick .slick-center,
.hero-text-slick .slick-current {
  position: relative;
  width: 1140px;
  border-right: none;
}

.hero-text-slick .slick-center ~ .slick-slide {
  border-left: 1px solid #d0d0d0;
  border-right: 0;
}

/* hero banner */
.hero-banner-item {
  position: relative;
  display: block !important;
}

.hero-banner-item .img-container {
  position: relative;
}

.hero-banner-item .img-container img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-banner-item .img-container .page {
  position: absolute;
  top: 20px;
  right: 40px;
  color: #fff;
}

.hero-banner-item .num {
  position: absolute;
  top: 0;
  left: 30px;
  color: rgba(255, 255, 255, 0.2);
  font-size: 150px;
  font-weight: 900;
  -webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: transparent;
}

.hero-banner-item .content {
  position: absolute;
  bottom: 60px;
  right: 30px;
  color: #fff;
  text-align: right;
}

.hero-banner-item .tit {
  font-size: 57px;
  font-weight: bold;
}

.hero-banner-item .tit small {
  font-size: 45px;
}

.hero-banner-item .desc {
  margin-top: 10px;
  font-size: 28px;
  font-weight: normal;
}

@media (max-width: 1100px) {
  .hero-banner-item .page {
    display: none;
  }
  .hero-banner-item .num {
    left: 15px;
    font-size: 75px;
  }
  .hero-banner-item .content {
    right: 10px;
    bottom: 30px;
  }
  .hero-banner-item .tit {
    font-size: 27px;
  }
  .hero-banner-item .tit small {
    font-size: 22px;
  }
  .hero-banner-item .desc {
    margin-top: 5px;
    font-size: 14px;
  }
}

.hero-banner-slick-container {
  position: relative;
  margin: 0 auto;
  max-width: 1140px;
  background-color: #fff;
  z-index: 2;
}

.hero-banner-slick-container .slick-wrapper {
  border-bottom-left-radius: 65px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  /* ios hack */
}

@media (max-width: 1100px) {
  .hero-banner-slick-container .slick-wrapper {
    margin: 0 4px;
  }
}

.hero-banner-slick .slick-slide {
  margin-right: 0;
}

/* Slick Page Bar */
.slick-page-bar-container {
  display: none;
  margin-top: 15px;
  padding-left: 18px;
}

@media (max-width: 1440px) {
  .slick-page-bar-container {
    display: block;
  }
}

.slick-page-bar {
  height: 2px;
  background-color: #f4f4f4;
}

.slick-page-bar .bar {
  width: 0;
  height: 100%;
  background-color: #000000;
  -webkit-transition: width 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: width 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}

/* Main Heading */
.main-section-header {
  padding-top: 80px;
  padding-bottom: 40px;
}

.section-tit {
  color: #000000;
  font-size: 36px;
  font-weight: 400;
}

@media (max-width: 1100px) {
  .main-section-header {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .section-tit {
    font-size: 21px;
    font-weight: 600;
  }
}

.hr-dot {
  display: block;
  margin: 70px 0;
  padding: 0;
  height: 21px;
  background: url("../images/main/hr-dot.png") 50% 0 no-repeat;
  background-size: auto 100%;
  border: none;
}

@media (max-width: 1100px) {
  .hr-dot {
    margin: 40px 0;
    height: 10px;
  }
}

/* Notice */
.main-notice-section {
  font-size: 10px;
  font-weight: 400;
}

@media (max-width: 1100px) {
  .main-notice-section {
    font-size: 8px;
  }
}

.main-notice-section .main-section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 1100px) {
  .main-notice-section .main-section-header {
    display: block;
  }
}

.main-notice-section .section-tit {
  margin-right: 40px;
}

@media (max-width: 1100px) {
  .main-notice-section .section-tit {
    margin-right: 0;
  }
}

.main-notice-menus li {
  display: inline-block;
  padding-right: 4em;
  padding-bottom: 6px;
}

.main-notice-menus li a {
  color: #888;
  font-size: 1.8em;
}

.main-notice-menus li.active a,
.main-notice-menus li a:hover {
  color: #000;
  border-bottom: 2px solid #000;
}

@media (max-width: 1100px) {
  .main-notice-menus {
    margin-top: 10px;
  }
  .main-notice-menus li {
    margin-top: 10px;
    padding-right: 20px;
  }
}

.main-notice-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 3em 3.5em 3.5em;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #454545;
  border-bottom-left-radius: 3em;
  color: #fff;
  font-size: 10px;
}

.main-notice-item:hover {
  color: #fff;
}

.main-notice-item .category {
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: 350;
}

.main-notice-item .tit {
  font-size: 2.1em;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: calc(30/21);
  word-break: keep-all;
}

.main-notice-item .date {
  font-size: 1.5em;
  font-weight: 350;
}

.main-notice-item footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-notice-item footer .icon {
  margin-left: auto;
}

@media (max-width: 1100px) {
  .main-notice-item {
    padding: 15px;
    height: 220px;
    font-size: 8px;
  }
  .main-notice-item .tit {
    height: 60px;
    font-size: 14px;
    word-break: break-all;
  }
}

.chevron-h-14-white {
  width: 1.4em;
  height: 2.5em;
  background: url("../images/main/chevron-h-14-white.png") 0 0 no-repeat;
  background-size: contain;
}

@media (max-width: 1100px) {
  .chevron-h-14-white {
    width: 7px;
    height: 12.5px;
  }
}

.notice-icon {
  margin: 0 auto;
  width: 120px;
  height: 120px;
  background-position: center center;
  background-size: contain;
}

.notice-icon-01 {
  background-image: url("../images/main/main-notice-icon-01.png");
}

.notice-icon-02 {
  background-image: url("../images/main/main-notice-icon-02.png");
}

.notice-icon-03 {
  background-image: url("../images/main/main-notice-icon-03.png");
}

.notice-icon-04 {
  background-image: url("../images/main/main-notice-icon-04.png");
}

.notice-icon-05 {
  background-image: url("../images/main/main-notice-icon-05.png");
}

.notice-icon-06 {
  background-image: url("../images/main/main-notice-icon-06.png");
}

@media (max-width: 1100px) {
  .notice-icon {
    width: 60px;
    height: 60px;
  }
}

.main-notice-slick-container .slick-wrapper {
  margin: 0 auto;
  max-width: 2170px;
}

@media (max-width: 2170px) {
  .main-notice-slick-container .slick-wrapper {
    max-width: 1440px;
  }
}

@media (max-width: 1100px) {
  .main-notice-slick-container .slick-wrapper {
    overflow: hidden;
  }
}

.main-notice-slick {
  margin: 0 -10px;
}

.main-notice-slick .slick-slide {
  margin: 0;
  padding: 0 10px;
}

@media (max-width: 1100px) {
  .main-notice-slick {
    margin: 0 -1px;
  }
  .main-notice-slick .slick-slide {
    padding: 0 5px;
  }
}

.slick-nav-container {
  position: relative;
  margin: 0 auto;
  max-width: 1440px;
}

.slick-nav-container .holder {
  position: absolute;
  top: -200px;
  width: 100%;
  height: 0;
}

@media (max-width: 1100px) {
  .slick-nav-container .holder {
    top: -100px;
  }
}

.slick-prev,
.slick-next {
  float: right;
  margin-top: -3em;
  width: 6em;
  height: 6em;
  background: url("../images/main/notice-slider-next-over.png") 0 0 no-repeat;
  background-size: contain;
  cursor: pointer;
}

@media (max-width: 1100px) {
  .slick-prev,
  .slick-next {
    width: 40px;
    height: 40px;
  }
}

.slick-prev {
  float: left;
  margin-left: -3em;
  background-image: url("../images/main/notice-slider-prev-over.png");
}

.slick-next {
  margin-right: -3em;
}

@media (max-width: 1520px) {
  .slick-prev {
    margin-left: 12px;
  }
  .slick-next {
    margin-right: 12px;
  }
}

@media (max-width: 1100px) {
  .slick-prev {
    margin-left: 4px;
  }
  .slick-next {
    margin-right: 4px;
  }
}

/* 4차산업 핵심기술 정보 안내 */
.core-info-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 4em;
  max-width: 1440px;
  background-color: #29a2bf;
  border-radius: 5em;
  font-size: 10px;
}

@media (max-width: 1900px) {
  .core-info-section {
    font-size: 8px;
  }
}

@media (max-width: 1100px) {
  .core-info-section {
    display: block;
    margin: 0 4px;
    padding: 20px 0;
    min-width: 0;
    border-radius: 15px;
    font-size: 8.5px;
  }
}

.core-info-header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 34em;
  padding-right: 5em;
  color: #fff;
  word-break: keep-all;
}

.core-info-header .tit {
  margin-bottom: .5em;
  font-size: 3.6em;
  font-weight: 600;
  line-height: 1.2;
}

.core-info-header .desc {
  position: relative;
  padding-left: 16px;
  font-size: 1.8em;
  font-weight: 400;
  line-height: calc(28/18);
}

.core-info-header .desc::before {
  content: '';
  position: absolute;
  top: .5em;
  left: 0;
  display: block;
  width: 7px;
  height: 7px;
  background-color: #fee408;
  border-radius: 50%;
}

@media (max-width: 1100px) {
  .core-info-header {
    margin-bottom: 25px;
    padding: 0 15px;
    width: auto;
  }
  .core-info-header .tit {
    font-size: 21px;
  }
  .core-info-header .desc {
    padding-left: 0;
    font-size: 14px;
  }
  .core-info-header .desc::before {
    display: none;
  }
}

.core-info-content {
  width: 100%;
  border-left: 1px solid #fee408;
  overflow: hidden;
}

@media (max-width: 1900px) {
  .core-info-content {
    font-size: 10px;
  }
}

@media (max-width: 1100px) {
  .core-info-content {
    border-left: none;
    font-size: 5px;
  }
}

.core-info-scroll {
  margin-bottom: -20px;
  padding-bottom: 20px;
  overflow-x: auto;
}

.core-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.core-info-list .divider-slash {
  display: block;
  width: 1px;
  height: 4em;
  background-color: #fff;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

@media (max-width: 1100px) {
  .core-info-list {
    min-width: 740px;
  }
  .core-info-list .divider-slash {
    margin-top: 53px;
  }
}

.core-info-item {
  text-align: center;
}

.core-info-item .tit {
  margin-bottom: .8em;
  color: #fff;
  font-size: 1.8em;
  font-weight: 400;
}

.core-info-icon {
  display: block;
  width: 12em;
  height: 8.4em;
  background-size: contain;
}

.core-info-icon-01 {
  background-image: url("../images/main/core-info-icon-01.png");
  background-repeat: no-repeat;
}

.core-info-icon-02 {
  background-image: url("../images/main/core-info-icon-02.png");
  background-repeat: no-repeat;
}

.core-info-icon-03 {
  background-image: url("../images/main/core-info-icon-03.png");
  background-repeat: no-repeat;
}

.core-info-icon-04 {
  background-image: url("../images/main/core-info-icon-04.png");
  background-repeat: no-repeat;
}

.core-info-icon-05 {
  background-image: url("../images/main/core-info-icon-05.png");
  background-repeat: no-repeat;
}

.core-info-icon-06 {
  background-image: url("../images/main/core-info-icon-06.png");
  background-repeat: no-repeat;
}

/* 4차산업 핵심기술 영상물 정보 */
.vod-info-slick-container {
  margin: 0 auto;
  max-width: 1440px;
  overflow: hidden;
}

.vod-info-slick {
  margin: 0 -10px;
}

.vod-info-slick .slick-slide {
  margin-right: 0;
  padding: 0 10px;
}

@media (max-width: 1100px) {
  .vod-info-slick {
    margin: 0 -5px;
  }
  .vod-info-slick .slick-list {
    padding-left: 16px;
  }
  .vod-info-slick .slick-slide {
    padding: 0 5px;
  }
}

.vod-info-item {
  font-size: 10px;
  display: block;
}

.vod-info-item .img-container {
  padding-top: 56.25%;
  height: 0;
  background-position: 50% 50%;
  background-size: cover;
}

.vod-info-item .detail {
  padding: 2.8em 1.5em 0;
}

.vod-info-item .tit {
  height: 48px;
  color: #000;
  font-size: 1.5em;
  font-weight: 350;
  line-height: calc(24/15);
  overflow: hidden;
}

.vod-info-item .date {
  margin-top: 1em;
  color: #888;
  font-size: 1.4em;
  font-weight: 350;
}

@media (max-width: 1100px) {
  .vod-info-item {
    font-size: 8.6px;
  }
  .vod-info-item .detail {
    padding: 10px 7px;
  }
  .vod-info-item .tit {
    height: 60px;
    word-break: break-all;
  }
}
/*# sourceMappingURL=styles.css.map */