@import url('https://fonts.googleapis.com/css2?family=Exo:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');


/* �ʱ�ȭ */
html, body{height:100%;}
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:12px;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0;}

h1, h2, h3, h4, h5, h6, p, td {     font-family: 'Noto Sans KR', sans-serif;}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, ol, li{margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle}
input, button {margin:0;padding:0;font-family:dotum;font-size:1em;font-family: 'Noto Sans KR', sans-serif;}
button {cursor:pointer}

textarea, select {font-family:dotum;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a:link, a:visited {color:#000;text-decoration:none;}
a:hover, a:focus, a:active {color:#000; text-decoration:none;  outline: none;}

* { margin: 0; padding: 0; }


table{width: 100%;
border-spacing: 0;
border-collapse: collapse;
display:table;
}
tbody {
display: table-row-group;
vertical-align: middle;
border-color: inherit;
}
tr {
display: table-row;
vertical-align: inherit;
border-color: inherit;
}

img {
	max-width: 100%;
	height: auto;
	width: auto;
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
font-family: 'Noto Sans KR', sans-serif;
  color: #444444;
}

a {
  color: #3f8cff;
  text-decoration: none;
}

a:hover {
  color: #1266f1;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
 font-family: 'Noto Sans KR', sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #3f8cff;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #0f57cd;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #3f8cff;
  border-top-color: #ffe9e3;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding:30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#header:after{content:'';position:absolute;z-index:-1;top:0;left:0;width:100%;height:160px;background:-webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.27)), color-stop(39%, rgba(0, 0, 0, 0.27)), to(rgba(0, 0, 0, 0)));background:-webkit-linear-gradient(top, rgba(0, 0, 0, 0.27) 0, rgba(0, 0, 0, 0.27) 39%, rgba(0, 0, 0, 0) 100%);background:-o-linear-gradient(top, rgba(0, 0, 0, 0.27) 0, rgba(0, 0, 0, 0.27) 39%, rgba(0, 0, 0, 0) 100%);background:linear-gradient(to bottom, rgba(0, 0, 0, 0.27) 0, rgba(0, 0, 0, 0.27) 39%, rgba(0, 0, 0, 0) 100%);background: url('/img/header-bg2.png');}
#header.header-scrolled, #header.header-inner-pages {color:#000;
  background: rgba(256, 256, 256, 1);
  padding: 20px 0;box-shadow: 0 2px 5px 0 rgb(0 0 0 / 1%), 0 2px 10px 0 rgb(0 0 0 / 3%)
}
#header.header-scrolled:after {background:#fff;color:#000;height:auto;}
#header.header-scrolled .navbar a:hover, #header.header-scrolled .navbar .active, #header.header-scrolled .navbar #header.header-scrolled .active:focus, #header.header-scrolled .navbar li:hover > a {color:#000;} 
#header.header-scrolled .navbar a, #header.header-scrolled .navbar a:focus {color:#000;}
#header.header-scrolled .mobile-nav-toggle {color:#000;}

#header .logo { height:42px;  background:url('/img/logo_white.svg') no-repeat;     position: absolute;  transition: 0.3s;width: 200px;
    margin: 0 0 0 3.125rem;top:30px;z-index:99
}
#header.header-scrolled .logo { height:42px;  background:url('/img/logo.svg') no-repeat; top:20px;z-index:11;
}
#header .logo a {display:block;cursor: pointer; height:40px; 
  color: #fff; font-size: 1.1rem;
}
#header.header-scrolled .logo a {color:#000}
#header .logo img {
  max-height: 40px;
}
.header-scrolled .bi-x {color:#fff;}

#header .logo_m {display:none;}

#header .t_menu {    position: absolute;
    transition: 0.3s;
    margin: 0 3.125rem 0 0;
    top: 40px;
    z-index: 99;right:0;display:flex}


.navbar-mobile .t_menu_m a, .navbar-mobile .t_menu_m a:focus {font-size:16px}



#header .t_menu a {color:#fff;display:block;padding: 5px 8px; border: 1px solid rgba(255, 255, 255, 0.5);border-radius: 0;}
#header .t_menu a:hover {background:#3f8cff;border:1px solid #3f8cff;     transition: 0.1s;;}
#header .t_menu > div {margin-left:5px;}
#header.header-scrolled .t_menu a {color:#000;border:1px solid #d1d1d1;}
#header.header-scrolled .t_menu a:hover {color:#fff;border:1px solid #3f8cff;}
#header.header-scrolled .t_menu {top:30px}



.show-991 {display:none;}







/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
 justify-content: center;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  white-space: nowrap;
  padding: 8px 24px;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 1.16rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  transition: 0.3s;
  margin:0 10px;
font-family: 'Exo', sans-serif;
    font-weight: 700;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar > ul > li > a:before {
/*   content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #3f8cff;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s; */
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 100%;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #fff;
}
.navbar .getstarted, .navbar .getstarted:focus {
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
  border: 2px solid #fff;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #fff;
  background: #fd3800;
  border-color: #3f8cff;
}
.navbar > ul > li > .getstarted:before {
  visibility: hidden;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 0.9rem;
  text-transform: none;
  color: #15222b;
  font-weight: 600;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #3f8cff;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}


@media (max-width: 1366px) {

.navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
.navbar > ul > li {padding:8px 12px;}

}



/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;    margin: 0 1.1rem 0 0;
}


.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
 /*  background: rgba(4, 7, 9, 0.9); */
  transition: 0.3s;
  z-index: 999;
}
#header .navbar-mobile ul .logo_m {display:block;}
#header .navbar-mobile ul .logo_m > a {font-size: 1.1rem;
    padding: 0;
    margin: 0;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;}
#header .navbar-mobile .mobile-nav-toggle {display:block;}

#header .navbar-mobile ul .logo_m {    display: block;
    color: #000;
    z-index: 999;
    width: 140px;
    background-size: contain;
    height: 61px;
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    line-height: 61px;
    padding: 0 0 0 20px;}

#header .navbar-mobile ul .logo_m > a {font-size: 1.1rem;
    padding: 0;
    margin: 0;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 500;}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 0;
margin: 0 1.1rem 0 0;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: 0px 0 20px 0;
  border-radius: 0px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 28px;
  color: #15222b;
  font-weight:900;

}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #3f8cff;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {background:#efefef;
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #3f8cff;
}
.navbar-mobile .dropdown > .dropdown-active {box-shadow: none;
/*     margin: 0; */
  display: block;background: #efefef;
}
.bi-x {color:#000;}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

.section-bg {
  background-color: #f0f4f8;
}

.section-title {
  padding-bottom: 40px;
}
.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #5c8eb0;
  font-family: "Poppins", sans-serif;
}
.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #ff8664;
  margin: 4px 10px;
}
.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #263d4d;
}

/* Start Section Styles */
section {
    width: 100%;    position: relative;
}

#home {
   min-height: auto;padding:0;
}

#one {
    background-color: #f1f1f1;
}

#two {background:  #4d72ff;color: #cfd9ff;background-position: 130% 0;
}
#two .main_con .main-hgroup h4 {color: #fff;}
#two .main_con .main-hgroup h3 {color: #afebff;}
#two  .box_wrap .text .tit {color: #fff;}
#three {   background-color: #fff;
   
}

#four {background:  #efefef;
}
#five {
    background-color: #fff ;
}

/* End Section Styles */


#main {font-size:17px}


/* Start Nav Styles */
.con-navbar {
    position: fixed;
    z-index: 999;
    top: 50%;
    right:1%;
    transform: translateY(-50%);
}

.con-navbar .nav-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.con-navbar .nav-menu li {
    position: relative;
    min-width: 0px;
    text-align: right;
}

.con-navbar .nav-menu li .dot {
    display: block;
    color: #fff;
}

.con-navbar .nav-menu li .dot::before,
.con-navbar .nav-menu li .dot::after {
    display: block;
    position: absolute;
    content: '';
    top: 50%;
    transition: all .3s ease;
}

.con-navbar .nav-menu li .dot::before {
    width: 4px;
    height: 40px;
    right: 1%;
    background: rgba(0, 0, 0, 0.1); ;
    transform: translateY(-50%);
}


.con-navbar .nav-menu li .dot.active::before,
.con-navbar .nav-menu li:hover .dot::before {
    background: #3f8cff;
    border-color: #3f8cff;
}

.con-navbar .nav-menu li .dot.active::after,
.con-navbar .nav-menu li:hover .dot::after {
    transform: translateY(-50%) scale(1);
}

.con-navbar .nav-menu li .dot span {
    display: none;
    opacity: 0;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: capitalize;
    background-color: #f44336;
    border-radius: 3px;
    margin-right: 30px;
    transform: translateX(20px);
    transition: all .3s ease;
}

.con-navbar .nav-menu li .dot span::before {display:none;
    position: absolute;
    content: '';
    border-left: 7px solid #f44336;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    top: 50%;
    transform: translate(7px, -50%);
    right: 0;
    transition: all .3s ease;
}

.con-navbar .nav-menu li .dot.active span,
.con-navbar .nav-menu li:hover .dot span {
    transform: translateX(0px);
    opacity: 1;
}

.con-navbar .nav-menu li .dot::before, .con-navbar .nav-menu li .dot::after {    border-radius: 0%;position:relative}





/* End Nav Styles */







/* notice */
.noticeWrap{
  display: flex;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.noticeWrap > a{
  /* padding: 115px 0 85px; */
  width: 50%;
  height: 320px;
  color: #fff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.noticeWrap>a:hover .notice__bg{
  transform: scale(1.1);
}

.recruitBox .notice__bg{
  background: url(/img/boardImage02.png) no-repeat center;
}
.contactBox .notice__bg{
   background: url(/img/boardImage03.png) no-repeat center;
}

.notice__bg{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: all ease 1.5s;
  z-index: 1;
}


.notice__tit{
  font-size: 40px;
  font-family: 'Exo', sans-serif;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.notice__desc{
  font-size: 16px;
  margin-bottom: 35px;
  color: #eeeeee;
  position: relative;
  z-index: 2;
}
.notice__arrow {
  margin: 0 auto;
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 2;
}


.notice__arrow .arr{bottom:-1px;right:-1px;width:50px;height:40px;background:url("/img/moreBtn.png") no-repeat right bottom;display:block;}
.notice__arrow:before:hover {background:#000;}



.exo {    font-family: 'Exo', sans-serif;}
.nav-pills .nav-link {font-size:18px;padding:20px 0;font-weight:800;margin:1px;border-radius: 0;}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer {
  padding: 50px 0;
  background-color: #f9f9f9;
  font-size: 14px;
}

footer .w_1320 {
  display: flex;
}

.footer__info {
  display: flex;
  flex-direction: column;
  width: 800px;

}

.footer__link {
  display: flex;
  margin-bottom: 45px;
}

.footer__link li:not(:last-child)::after {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #bbbbbb;
  margin: 0px 11px 0;
  transform: translateY(-3px);

}

.footer__link a {
  color: #555;
  font-size: 16px;
  line-height: 1.6;
}

.footer__company {
  font-size: 14px;
  line-height: 1.6;

}
.footer__company .name {/*display:block;float:none*/}
.footer__company li {    display: inline-block;
    float: left;margin-bottom: 3px;}
.footer__company li:not(.noline)::after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 11px;
  background: #cccccc;
  margin: 4px 9px 0;
}

.footer__copyright {
  font-size: 12px;
  color: #b3b3b3;
  margin-top: 17px;
  line-height: 1.6;
}

.footer__logobox {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.footer__sns {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 45px;
}

.footer__sns a {
  margin-left: 20px;
}

.footer__logo {
  width: 196px;
  height: 47px;
  background: url(/image/common/f-logo.png) no-repeat center;
  margin-left: auto;
}

.footer__logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -99999px;
}
.footer__link {display: flex;
    margin-bottom: 45px;}

.inner {
  max-width: 1760px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.mt15 {margintop}

.w_1320 {
  max-width: 1320px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}


/*! ���� - ����1 - ���־� ���� */
.main-visual-container {height: 100vh;}
.main_con {width:100%;max-width:1320px; margin:0 auto;text-align:center;padding:120px 0 100px 0;}
.main-visual-info{width:100%;text-align:center;position:absolute;top:60%;left:0;z-index:1;margin-top:-180px;}
.main-visual-txt .txt01{font-size:58px;font-size:4.8em;font-weight:700;color:#fff;line-height:1.4;font-family: 'Exo', sans-serif;
    font-weight: 700;    transition: 0.3s;}
.main-visual-txt .txt02{font-size:58px;font-size:4.8em;font-weight:700;color:#fff;margin-left:20px;line-height:1.4;display:block !important;font-family: 'Exo', sans-serif;
    font-weight: 700;    transition: 0.3s;}
.main-visual-txt .txt03{display:block;font-size:58px;font-size:1.6em;font-weight:400;color:#fff;line-height:2;}
.main_con .main-hgroup h3 {font-size:30px;font-family: 'Exo', sans-serif;
    font-weight:900;    COLOR: #a7a7a7;margin-bottom:16px;    transition: 0.3s;}
.main_con .main-hgroup h4 {font-size:50px}
.main-visual-container video {}

@media (min-width: 1921px) {
.main-visual-container {height:1080px}
.main-visual-container video {width:100%;}
}

@media (max-width: 1920px) {
.main-visual-container {height: 100vh;}
.main-visual-container video {width:auto;}

}

@media (max-width: 768px) {
.main-visual-container video {display: none;}

}

.main-title .txt {
display: inline-block;
position: relative;
font-size: 56px;
font-size: 3.6rem;
font-weight: 700;
color: #333;
line-height: 1;
}

.main-container .main-title .s_tit {    font-size: 16px;
margin-top: 20px;
font-weight: 300;
line-height: 1.4;}
.main_con .btn_wrap {padding:30px 0; width:140px; margin:0 auto;}
.main_con .btn_wrap a:link, .main_con .btn_wrap a:visited {color: #fff;}
.Icon__Wrap {position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translate(-50%, 0);
    font-family: 'Exo', sans-serif;
    color: #fff;
    font-size: 10px;
    text-align: center;
    animation: upDown 3s linear infinite;}
.main_con .btn_wrap_c {padding:30px 0; width:140px;}
.main_con .btn_wrap_c .btn-lg {font-size: .875rem;}
.main_con .btn_wrap_r {padding:30px 0; width:140px;float:right}
.main_con .btn_wrap_r .btn-lg {font-size: .875rem;}
.main_con .btn_wrap_c a:link, .main_con .btn_wrap_c a:visited {color: #fff;}
.main_con .btn_wrap_r a:link, .main_con .btn_wrap_r a:visited {color: #fff;}
.main_con .box_wrap {display: flex;padding: 80px 0;}
.main_con .box_wrap .box {width: 50%;}
.main_con .box_wrap .rgt {padding-left: 60px;}
.main_con .box_wrap .text {text-align: left;}
.main_con .box_wrap .text .tit {font-size:26px; margin-bottom: 30px;letter-spacing: -1px;}



@media (max-width: 1320px) {
.main_con .box_wrap {padding:80px 50px ;}

}

/*sub_page*/

.sub__visual {
  position: relative;
  height: 510px;
}

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

.sub__visualTitle {
  line-height: 1.5;
  font-size: 55px;
  color: #fff;
  font-weight: 700;
  font-family: 'Exo', sans-serif;
  padding: 230px 0 0px;
}

.sub__Path {
  display: flex;
  margin-top: 20px;
}

.sub__Path li:first-child {
  width: 14px;
  height: 14px;
  background: url('/img/sub/home_ico.png') no-repeat center;
  margin-top: 1px;
}

.sub__Path li {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  margin-right: 10px;
}

.sub__Path li:not(:first-child):before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  margin-bottom: 4px;
  margin-right: 10px;

}

.sub__lnb {
  border-bottom: 1px solid #ddd;
    width: 100%;
    overflow: scroll;
    overflow: auto;
    white-space: nowrap;

}

.sub__lnb {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.sub__lnb::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}



.sub__lnb a {
  font-size: 18px;
  color: #222;
  margin-right: 55px;
  display: inline-block;
  box-sizing: border-box;
  height: 70px;
  line-height: 67px;
  font-family: 'Exo','Noto Sans KR', sans-serif; font-weight:700;
}

.sub__lnb a:last-child {
  margin-right: 0;
}

.sub__lnb a.active {
  font-weight: bold;
  color: #208eff;
  border-bottom: 3px solid #208eff;

}

.sub_tit {
  font-size: 62px;
  letter-spacing: -2px;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 150px;
  color: #000;

}

.sub_bg {
  margin: -37px auto 0;
  margin-bottom: 50px;
}

.about_tit {
  color: #ff8b00;
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 40px;
  letter-spacing: -1px;
}

.about_content {
  display: flex;
  color: #444;
  font-size: 18px;
  line-height: 1.8;margin-bottom:100px;
  justify-content: space-between;
}

#container {  font-size: 18px;
  line-height:1.8}

.hide-default {display:none !important;}




/*sub_�����丮*/
.historyWrap {
  margin-bottom: 150px;
}

.history {
  position: relative;

}

.history .years {
  font-size: 60px;
  font-weight: bold;
  font-family: 'Exo', sans-serif;
  letter-spacing: -1px;
  line-height: 1.1;
  width: 300px;
  position: absolute;
  top: 120px;
  left: 0;
  color: #333;
}

.history_content {
  padding-left: 300px;
  padding-top: 120px;
  position: relative;
}

.history_content:before {
  content: '';
  position: absolute;
  top: 134px;
  left: 300px;
  width: 1px;
  height:70%;
  background: #ddd;
}

.history_content>li {
  position: relative;
  padding-bottom: 50px;
  display: flex;
}

.history_content>li:before {
content: '';
    background: #ddd;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
    position: absolute;
    top: 8px;
}

.history_content>li .year {
  font-size: 24px;
  color: #ff8b00;
  margin-left: 45px;
  width: 60px;
}
.history_content>li .year b {    display: inline-block;
    position: absolute;    font-family: 'Exo', sans-serif;font-weight:700;
    top: -9px;}
.history_content ul.txt {
  display: inline-block;
  font-size: 18px;
  width: 100%;
}

.history_content ul.txt li {
  display: flex;
  flex: 1;
  margin-left: 45px;
  margin-bottom:20px;
}

.history_content ul.txt li>p {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  color: #333;
  line-height: 1.4;

}

.history_content ul.txt li>p.description {
  flex: 1;
  margin-left: 20px;
  color: #000;
  font-weight: 400;line-height: 1.6;
}

/* organazation */
.orga_tit {
  font-size: 45px;
  font-family: 'Exo', sans-serif;
  font-weight: 600;
  letter-spacing: -2px;
  line-height: 1;
  margin-bottom: 50px;
}

.space {
  height: 150px;
}




/* �����̵� ȿ�� */
.slide-in-up {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: opacity ease 1s, -webkit-transform ease 1s;
  transition: opacity ease 1s, -webkit-transform ease 1s;
  transition: opacity ease 1s, transform ease 1s;
  transition: opacity ease 1s, transform ease 1s, -webkit-transform ease 1s;

}

.slide-in-up.on {

  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition-delay: .1s;
}

.slide-in-up.delay01 {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

.slide-in-up.delay02 {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.slide-in-up.delay03 {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.slide-in-up.delay04 {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

.slide-in-up.delay05 {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.slide-in-up.delay06 {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

.slide-in-up.delay07 {
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}

.slide-in-up.delay08 {
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
}

.slide-in-up.delay09 {
  -webkit-transition-delay: .9s;
  transition-delay: .9s;
}

.slide-in-up.delay10 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}


.sub_tit {
    font-size: 56px;
    letter-spacing: -2px;
    line-height: 1.3;
    font-weight: bold;
    margin-top: 50px;
    color: #444;
}

#container {
    width: 100%;
    position: relative;
    margin: 0 auto;
}






@media all and (max-width:1800px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}


@media all and (max-width: 1320px) {

  .w_1320 {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.about_contentL, .about_contentR {width:48%;}


#container {padding:10px 0; transition: all 0.4s}
 h2 { transition: all 0.4s;

font-size: 52px;
    letter-spacing: -1px;
    line-height: 1.5;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 60px;
	font-family: 'Exo', 'Noto Sans KR', sans-serif;
	}
 h2.noto { letter-spacing: -2px;}
#container h3 {font-size: 30px;
    color: #333;
    font-weight: bold;
    margin-bottom: 35px;}




/*form*/

.sec_board_write {}
.sec_board_write .head {border-top:2px solid #000;border-bottom:1px solid #d1d1d1;padding:16px 0 24px 0;}
.sec_board_write .head .date {margin-top: 0.3em;    font-family: "Montserrat", sans-serif;margin-bottom:6px;}

.sec_board_write .head h3 {margin: 0 0 0px 0;    font-size: 20px;
    color: #000;
    font-weight: 500;}
.sec_board_write .cont {padding:0;
    color: #788395;}



.w_container .tit {    font-size: 28px;
    letter-spacing: -1px;
    color: black;
    font-weight: 500;margin-bottom:14px;}
.w_container .tit span {font-size: 1rem;
    font-weight: 400;}

.w_container .table_comm + .tit {margin-top:50px;}
.w_container .agree {     margin-bottom: 1em;
    padding: 1em;
    border: 1px solid #E4E4E4;
    border-top: 2px solid #000;
    border-radius: 0;
    font-size: 15px;
    resize: none;
    background: #f8f8f8;color:#000;}
.btn_box {    text-align: center;
    width: 220px;
    margin: 30px auto;}
a.btn_ok {
    display: inline-block;
    height: 52px;
    padding-left: 1em;
    padding-right: 1em;
    border-radius:30px;
    vertical-align: top;
    font-size: 1.07rem;
    line-height: 52px;
    color: #fff;
    text-align: center;
    white-space: nowrap;min-width: 284px;background:#6045f6;cursor: pointer;}
}

/*table*/
dl, ul, ol, menu, li {list-style: none;padding:0;}
dl, ol, ul {padding:0; margin:0;}
#sub_con {margin-top:120px;margin-bottom:80px;}
#sub_con .sub_wrap {position: relative;
width: 100%;
max-width: 1140px;
margin: 0 auto;}
.sub_wrap .sec_board_list .table_head{border-top: 2px solid #333;}
.table_body > li {}
#sub_con .sub_wrap h1 {color:#000;
    font-size: 44px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -.06em;}
.table_head {display:flex;}
.table_head li {padding: 1em 1em;
    border-bottom: 1px solid #333;
    font-weight: 500;
    text-align: center;position:relative;color:#000;}
.table_head li + li::before {    content: '';
    display: block;
    position: absolute;
    top: 1em;
    bottom: 1em;
    left: 0;
    border-left: 1px solid #eee;}
.table_respon .w15 {width:15%;}
.table_respon .w70 {width:70%;}
.table_respon_body.tc div {text-align:center;}
.table_respon_body a {color:#000;}
.table_respon_body  li {display: flex;}
.table_respon_body  li .date {color:#898989;font-family: "Montserrat", sans-serif;}
.table_respon_body  li > a {/* display: flex;
    width: 100%;
    align-items: center; */}
.table_respon_body .tit { overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.table_respon_body  li > div, .table_respon_body a  li  > div { padding: 1.6em 1.3em; color: #333;}
.table_respon_body  li {display: flex;
    align-items: center;
    border-bottom: 1px solid #ebebeb;}
.table_respon_body div.left_tit {text-align:left;}

.table_comm .w10 {width:10%;}
.table_comm {width:100%;border-top:2px solid ;font-size:16px}
.table_comm tbody th {padding: 1.3em 1.3em 1.3em 0;
    border-bottom: 1px solid #ebebeb;
    color: #757575;
    text-align: left;
    vertical-align: top;
    font-weight: 400;}
.table_comm tbody td {    color: #333;    padding-top:0.5em;padding-bottom:0.5em;
    border-bottom: 1px solid #ebebeb;}
.table_comm .required::after, .w_container .tit .required::after {content: '';
    display: inline-block;
    position: relative;
    top: -1px;
    width: 5px;
    height: 5px;
    margin-left: 5px;
    border-radius: 50%;
    background: #ff8b00;
    vertical-align: middle;}
.table_comm .input_comm {width: 50%;}
.table_comm .title .input_comm {width:100%;}
.table_comm .textarea_comm {width:100%;}

.input_comm{display:inline-block; box-sizing:border-box; height:48px; padding-left:1em !important; padding-right:1em !important; border:1px solid #e4e4e4; border-radius:4px; font-size:1rem; line-height:46px; background-color:#fff !important; width:100%;}
.select_comm{display:inline-block; position:relative; height:48px; padding-left:1em !important; padding-right:2.5em !important; font-size:1rem; border:1px solid #e4e4e4; border-radius:4px; -webkit-appearance:none; background:url(/img/bul_select.svg) calc(100% - 1em) center no-repeat;}
.textarea_comm{display:inline-block; min-height:48px; padding:1em !important; border:1px solid #e4e4e4; border-radius:4px; font-size:1rem; resize:none;}
.en .select_comm {font-family: "Montserrat", sans-serif;}


input[type='text'], input[type='file'], input[type='password'], input[type='number'], input[type='tel'] {/* border:1px solid #e4e4e4; */ background:transparent; padding:0; -webkit-appearance:none;}
textarea {padding:5px; border:1px solid #e4e4e4; background:transparent;}
select {border:1px solid #e4e4e4; border-radius:0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; outline: none; background:transparent; cursor:pointer;}


.check_comm{display:inline-block; position:relative; line-height:24px; padding-left:32px;font-size:15px }
.check_comm input{display:inline-block; position:absolute; left:0; -webkit-appearance:none;}
.check_comm input::before{content:''; display:inline-block; position:absolute; top:3px; left:0; width:20px; height:20px; border-radius:4px; vertical-align:middle; background:#e8e8e8; transition:.2s;}
.check_comm input::after{content:''; display:inline-block; position:absolute; top:3px; left:0; width:20px; height:20px; border-radius:4px; vertical-align:middle; background:url(/img/ico_check.svg) center center no-repeat;}
.check_comm input:checked::before{content:''; display:inline-block; position:absolute; top:3px; left:0;width: 20px;
    height: 20px;
    border-radius: 4px; vertical-align:middle; background:#208eff;}
.radio_comm{display:inline-block; position:relative; line-height:24px; padding-left:32px; }
.radio_comm input{display:inline-block; position:absolute; left:0; -webkit-appearance:none;}
.radio_comm input::before{content:''; display:inline-block; position:absolute; top:1px; left:0; width:24px; height:24px; border:2px solid #d6d9df; border-radius:50%; vertical-align:middle;}
.radio_comm input::after{content:''; display:inline-block; position:absolute; top:1px; left:0; width:24px; height:24px;  border-radius:50%; vertical-align:middle; background:#d6d9df; transform:scale(0); transform-origin:center; transition:.2s;}
.radio_comm input:not(:disabled):hover::after{transform:scale(.5);}
.radio_comm input:checked::before{border-color:#788395;}
.radio_comm input:checked::after{transform:scale(.5); background-color:#788395;}
.radio_comm input:disabled::before{border-color:#efefef; background:#efefef;}
.btn_comm {padding-top: 56px;
    text-align: center;}



.mt20 {margin-top:20px;}

/*�α���*/

.login_bg {background:#efefef; height:100vh;
}
.login_wrap {    padding: 10% 0;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    border-radius: 4px;}
.login_wrap .logo {width: 280px;margin:0 auto;padding-bottom: 30px;}
.login_box {
    padding: 30px;    background: #fff;}
.log_btn_box {padding:20px 0;    border-radius: 4px;}
.log_btn_box .sj {    width: 100%;
    font-size: 16px;padding:14px 0;
    color: rgb(255, 255, 255);    line-height: normal;
    height: auto;}
.log2 {float: right;
    font-size: 14px;
    display:flex;}
.log2 > div a {color:#959595;}
.log2 > div {margin-left:8px;}
.log2 > div.join a{color:#1266f1;}
.login_wrap .back_home a{text-align:center;display:block;color: #757575; font-size:14px}
.login_wrap .tit {font-size:24px}
.login_wrap .tit b{    font-size:36px;margin-right:7px;font-weight:800;}
.btn-group-lg>.btn, .btn-lg {    border-radius: 4px;}

/*ȸ������_Ŀ����*/
.register {font-size:15px;padding:100px 0;}
.register h1{    font-size: 30px;
    color: #333;
    font-weight: bold;
    margin-bottom: 35px;}
#fregister p {color: #000;
    font-weight: normal;
    background: #efefef;
    text-align: left;
    padding: 14px 40px;
    line-height: inherit;}

.info {margin-left:10px;position:relative;margin-left:10px;}
.info {position:absolute; contents:""; background:url('/img/ico_info.png') no-repeat;width:16px;height:16px;top:20px;left:8px}
.process {    display: flex;
    width:100%; max-width:1000px;
    margin:30px auto;padding-bottom:80px;}
.process > div {    flex-wrap: wrap;width:100%;text-align:center;}
.process .cl-txt {    padding-left: 110px;margin-left:55px;
    text-align: left;
    vertical-align: inherit;    position: relative;}
.process .cl-txt.on:before {
    background-color: #1266f1;}

.process .cl-txt:before {content: "";
    position: absolute;
    display: inline-block;
    left: 0px;
    top: -12px;
    width: 90px;
    height: 90px;
    background-repeat: no-repeat;
    background-color: #d1d1d1;
    background-position: center;
    border-radius: 9999px;background-size: 80%;}

.process .step01 .cl-txt:before {    background-image: url('/img/ico_step_01.svg');}
.process .step02 .cl-txt:before {    background-image: url('/img/ico_step_02.svg');}
.process .step03 .cl-txt:before {    background-image: url('/img/ico_step_03.svg');}


.process .ico_info {display:block;font-size:20px;    color: #a7a7a7;}
.process .cl-txt .exo {font-weight:800;font-size:15px;color:#a7a7a7;}
.process .cl-txt.on span{color:#000;}
.process .cl-txt.on .ico_info {font-weight:600;}
.process .cl-txt:after {
	content: "";
    position: absolute;
    background-image: url(/img/ico_step_arrow_on.png);
    background-size: auto;
    left: calc(100% - 17px);
    top: calc(50% - 7px);
    width: 8px;
    height: 14px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;}
.process .cl-txt.last:after {display:none;}
.register .btn_confirm {    width: 100%;max-width:600px;display:flex;
    margin: 50px auto;}
.register .btn_confirm > div {margin:0 5px; width:50%;}
.register .btn_confirm .btn_close {width:100%;}
.register .btn_confirm .btn_close:hover {background:#f9f9f9; color:#000;}


.register .btn_confirm .btn-primary {box-shadow: 0 0 0 0}
#register_form h2{font-size: 30px;
    color: #333;
    font-weight: bold;
    margin-bottom: 35px;margin-top: 50px;}
#register_form h2 span {    font-size: 1rem;
    font-weight: 400;}
#register_form .required::after {content: '';
    display: inline-block;
    position: relative;
    top: -1px;
    width: 5px;
    height: 5px;
    margin-left: 5px;
    border-radius: 50%;
    background: #ff8b00;
    vertical-align: middle;}


/*�� ����Ʈ*/
.form_01 li {
border-bottom: 1px solid #ebebeb;
}
#fregisterform .form_01 div {margin:0 0 10px;}
.register_form_inner label {line-height:45px;margin-bottom:0;}
#fregisterform .form_01 div ul{padding-top: 12px;
    border-top: 2px solid;}

.result_wrap {width:100%;max-width:600px;margin:0 auto;text-align:center;}
.btn_confirm_reg .btn-primary  {color:#fff !important; 
    font-weight: 300;
    font-size: 16px}


.show-640 {
display:none;
}

/*������ �Խ���*/
	.list-news ul {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0 -24px;
    padding-bottom: 15px;
}

.list-news li {
    width: 33.333%;
    margin-top: 60px;
    padding-left: 24px;
    box-sizing: border-box;
}

.list-news figure {
    padding-top: 61.618%;
    background: #f0f2f5;
    background-image: url("/img/bg-no-article-image.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.list-news a {border: 1px solid #efefef;
    position: relative;
    display: block;
    color: #000;font-weight:300;font-size: 17px;
}

.list-news a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: inset 0 0 0 0 #00baf2;
    opacity: 0;
    transition-property: box-shadow, opacity;
    transition-duration: 300ms;
    transition-timing-function: ease;
    transition-delay: 0ms;
}

.hoverable .list-news a:hover:before {
    box-shadow: inset 0 0 0 3px #00baf2;
    opacity: 1;
}

.list-news .text {
    padding: 10px 34px 27px;
}

 .list-news .date {
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-family: "exo", sans-serif;
}

.list-news em {
    font-weight: 700;
}

.list-news em span + span:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    margin: 0 6px 1px 5px;
    border-radius: 2px;
    background-color: #00baf2;
    vertical-align: middle;
}

.list-news strong {
    display: block;
    margin-top: 19px;
    height: 3.1em;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.list-news .date {/* 
    margin-top: 31px; */
}
.list-news .new_icon {
       display: inline-block;
    width: 16px;
    line-height: 16px;
    font-size: 0.65em;
    color: #fff;
    background: #ff8b00;
    text-align: center;
    border-radius: 2px;
    margin-left: 2px;
    font-weight: normal;
    vertical-align: middle;
}



/*������ �Խ���2*/
	.list-award ul {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0 -24px;
    padding-bottom: 15px;
}

.list-award li {
    width:25%;
    margin-bottom:60px;
    padding-left: 24px;
    box-sizing: border-box;
}

.list-award figure {height: 439px;
    background: #f0f2f5;
    background-position: 0 0;
    background-repeat: no-repeat;
   background-size: 100%;
    background-position: 50% 50%;
}

.list-award a {
    position: relative;
    display: block;
    color: #000;font-weight:300;font-size: 17px;
}

.list-award a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: inset 0 0 0 0 #00baf2;
    opacity: 0;
    transition-property: box-shadow, opacity;
    transition-duration: 300ms;
    transition-timing-function: ease;
    transition-delay: 0ms;
}
.list-award a.tit {text-align: center;
    padding: 20px;
    font-weight: 500;    word-break: keep-all;}

.list-award a.tit:hover:before {display: none;}
 .list-award a:hover:before {
    height: auto;
    box-shadow: 20px 20px 30px 0 rgb(0 0 0 / 10%);
    border: 2px solid #3f8cff;
    transition: 0.2s;
    opacity: 1;
}

.list-award .text {
    padding: 10px 34px 27px;
}

 .list-award .date {
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-family: "exo", sans-serif;
}

.list-award em {
    font-weight: 700;
}

.list-award em span + span:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    margin: 0 6px 1px 5px;
    border-radius: 2px;
    background-color: #00baf2;
    vertical-align: middle;
}

.list-award strong {
    display: block;
    margin-top: 19px;
    height: 3.1em;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.list-award .date {/* 
    margin-top: 31px; */
}
.list-award .new_icon {
       display: inline-block;
    width: 16px;
    line-height: 16px;
    font-size: 0.65em;
    color: #fff;
    background: #ff8b00;
    text-align: center;
    border-radius: 2px;
    margin-left: 2px;
    font-weight: normal;
    vertical-align: middle;
}

/*cs center form*/
.f-file input {width: 100%;
    height: 100%;
    opacity: 0.001;
    cursor: pointer;}

.f-file {
    height: 50px;
    margin-left: -100%;
    background-image: url(/img/icon-file.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;}


.cs .w50{width:50%;}
.cs .nice-select {border: 1px solid #e4e4e4;
    border-radius: 4px;
    font-size: 1rem;
    line-height: 46px;
	height:46px;
	}

.cs .nice-select .option {line-height:44px;height:44px;}

.show-768 {display:none;}
.show-1320 {display:none;}

.con1_2 .show-pc {display:block;}


@media all and (max-width: 1320px) {
.con1_2 .show-pc {display:none;}
.show-1320  {display:block;}

}



/*sub1_1 company*/

.red {color:#ff0000 !important;}
.c_wrap {padding:80px 0 100px 0;}
.pb150 {padding: 0 0 150px 0;}
.con1_1 {margin-bottom: 120px;}
.con1_1 .c1 {margin-left: 400px;}
.con1_3 {margin-top:50px;}
.con1_3 ol{display:flex;height:700px;}
.con1_3 ol li {    padding-top: 10%;
    width: 33.3%;
    height: 100%;
    counter-increment: num;
    vertical-align: top;
    background-position: 50% 50%;
    background-size: cover;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;text-align:center;
	    flex-wrap: wrap;    color: #fff;
}
.con1_3 ol li .s_tit {font-family: 'Exo', sans-serif;
    font-weight: 700;font-size:36px;padding:30px 0;    display: block;}
.con1_3 ol li p {line-height: 1.5;}
.con1_3 ol li:nth-child(1) {background:url('/img/sub/con1_13_img01.jpg');}
.con1_3 ol li:nth-child(2) {background:url('/img/sub/con1_13_img02.jpg');}
.con1_3 ol li:nth-child(3) {background:url('/img/sub/con1_13_img03.jpg')}


@media (max-width: 1320px) {
.con1_1 .c1 {margin-left: 0;}
}

/*sub1_1 ceo*/

.con2_1 .flex-wrap {display: flex;    justify-content: space-between;}
.con2_1 .flex-wrap > div {width:40%}
.con2_1 .flex-wrap > div.txt {width:55%}
.con2_1 .pic_wrap{}
.con2_1 .pic_wrap img {
    overflow: hidden;
    border-radius: 0 70px 0 0;}

.greeting_img {max-width: 100%;
    height: auto;}
.con2_1 .txt {   align-self: center;word-break: keep-all;}
.con2_1 .text-medium {margin-top:26px;}
.con2_1 .text-medium:first-child {margin-top:5px;}
.con2_1 .sign {margin-top:45px; text-align:right;}
.con2_1 .position{font-size:18px; font-weight:500; color:#aaa;}
.con2_1 .name {margin-top:5px; font-size:19px; font-weight:500; }
.con2_1 .greeting__text-wrap{padding-top: 30px;
    margin-top: 25px;
    border-top: 1px solid #e5e5e5;}
.con2_1 .txt b {color: #208eff;font-size: 28px;line-height: 1.4;font-weight: 600;}
.con2_1 .greeting__text-wrap p {word-break: keep-all;letter-spacing: -0.5px;}
.con2_1 .title_s {font-size:26px;}

.con2_1_wrap:before {/* 
    content: "";
    position: absolute;
    top: -150px;
    right: -200px;
    background: url('/img/sub/greeting_bg.png') 50% 50% no-repeat;
    background-size: cover;
    width: 800px;
    height: 800px;
    z-index: -1; */
}



/*sub2 tech*/
.p2010 .con1, .p2010 .con2  {margin-bottom: 120px;}
.p2010 .box {display: flex;}
.p2010 .box > div {width: 50%;}
.p2010 .box .left {margin-right: 20px;}
.p2010 .box .rigth {margin-left: 20px;}


.p2020 .con1, .p2020 .con2, .p2020 .con3, .p2020 .con4 {margin-bottom:120px;}
.gray_box {background: #efefef;padding: 20px;border: 1px solid #d1d1d1;margin: 30px 0;text-align: center;}
.blue {color: #208eff;}
.p2030 .con1 {padding-bottom: 120px;}	
.p2030 .con2 {}
.p2030 .box_wrap {display: flex;}
.p2030 .box_wrap .box {width: 50%;}
.p2030 .box_wrap .box img {    overflow: hidden;    border-radius: 0 30px 0 30px;}
.p2030 .box_wrap .rgt {padding-left: 60px;}
.p2030 .box_wrap .text {text-align: left;}
.p2030 .box_wrap .text .tit {font-size:30px; margin-bottom: 30px;font-weight: bold}
.p2030 .box_wrap .text .desc .point {color: #ff8b00;    font-weight: bold;}
.p2030 .box_wrap .text .desc > ul > li {border-bottom: 1px solid #ddd;padding-bottom: 8px;margin-bottom: 8px;position:relative;padding-left: 10px;}
.p2030 .box_wrap .text .desc > ul > li:before {position:absolute;left:0;top:16px; content:"";background: #b0b0b0;width: 4px;height: 4px;    border-radius: 50%;}
.p2030 .box_wrap .text .desc > ul > li > ul > li {font-size:16px;text-indent: 20px;}
.p2030 .box_wrap .text .desc > ul > li > ul {margin:10px 0;}
.p2030 .box_wrap .text .desc .p2 {margin-top: 20px;}
.p2030 .box_wrap .text .desc .p2 > ul > li {position:relative;padding-left: 10px;}
.p2030 .box_wrap .text .desc .p2 > ul > li:before {position:absolute;left:0;top:16px; content:"";background: #b0b0b0;width: 4px;height: 4px;    border-radius: 50%;}




.p2050 .con1 {padding-bottom:50px;}	
.p2050 .con2 {}
.p2050 .con1.box_wrap {display: flex;}
.p2050 .con1.box_wrap .box {width: 50%;}
.p2050 .con1.box_wrap .box img {overflow: hidden;border-radius: 0 30px 0 30px;}
.p2050 .con1.box_wrap .rgt {padding-left: 60px;}
.p2050 .con1.box_wrap .text {text-align: left;}
.p2050 .con1.box_wrap .text .tit {font-size:30px; margin-bottom: 30px;font-weight: bold}
.p2050 .con1.box_wrap .text .tit span {font-size:20px;font-weight: normal;}
.p2050 .con1.box_wrap .text .desc .point {color: #ff8b00;    font-weight: bold;}
.p2050 .con1.box_wrap .text .desc > ul > li {border-bottom: 1px solid #ddd;padding-bottom: 8px;margin-bottom: 8px;position:relative;padding-left: 10px;}
.p2050 .con1.box_wrap .text .desc > ul > li:before {position:absolute;left:0;top:16px; content:"";background: #b0b0b0;width: 4px;height: 4px;    border-radius: 50%;}
.p2050 .con2 .box_wrap {display: flex;flex-wrap: wrap;text-align: center;padding: 50px 0;}
.p2050 .con2 .box {width: calc(100% / 3);margin: 20px 0;}
.p2050 .con2 > ul > li {position:relative}
.p2050 .con2 > ul > li:after {position:absolute; width: 52px;height: 52px;background: url('/img/sub/arr.png') no-repeat;content:'';top: 78px;right: -5%;}
.p2050 .con2 > ul > li:nth-child(3):after, .p2050 .con2 > ul > li:nth-child(6):after {content:none}
.p2050 .con2 > ul > li:nth(3)-child {padding-right: 0;}
.p2050 .con2 img {    overflow: hidden;border-radius: 0 30px 0 30px;}

.p3020 .con1, .p3020 .con2, .p3020 .con3 {padding-bottom:120px;}


.p3030 .box_wrap .box {margin-bottom: 50px;border: 1px solid #ddd;padding: 20px;}
.p3030 .box_wrap .box .txt {padding: 20px 0;font-size:20px;text-align: center;background: #efefef;}
.p3030 .box_wrap.c50 {display: flex;justify-content: space-between;}
.p3030 .box_wrap.c50 .box {}
.p3030 .box_wrap.c50 .img {max-width: 604px;width: 100%;}
.p3030 .box_wrap.c33 {display: flex;justify-content: space-between;}
.p3030 .box_wrap.c33 .img  {max-width: 382px;width: 100%;}
.p3030 .box_wrap.c33 .box {}
.p3030 .box_wrap.c33 .box.last {}



.p3070 h5 {font-size:26px;margin-bottom: 20px;text-align: center;    border-radius: 0 30px 0 30px;
    color: #ffff;
    height: 60px;
    line-height: 60px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%), 0 2px 10px 0 rgb(0 0 0 / 10%);
    background: #1266f1;}
.p3070 .box_wrap {display: flex;}
.p3070 .box_wrap .box { width:360px; padding-right: 30px;}
.p3070 .box_wrap .box ul li {position: relative;    padding-left: 10px;margin-bottom: 6px;}
.p3070 .box_wrap .box ul li a {font-size:16px}
.p3070 .box_wrap .box ul li:before {    position: absolute;
    left: 0;
    top: 16px;
    content: "";
    background: #b0b0b0;
    width: 4px;
    height: 4px;
    border-radius: 50%;}

.p3070 .box_wrap.c50 {display: flex;justify-content: space-between;}
.p3070 .box_wrap.c50 .box {}
h3 span {font-size:20px;}
.p3070 .con1 {margin-bottom: 120px;}
.p3070 .c1 {width: 100%; max-width:860px;  margin: 0 auto;}
.p3070 .con2 .gray_box, .p3070  .gray_box .c1 {padding:60px 0;}
.p3070 .con2 .box_wrap {width: 100%; max-width:860px;margin: 0 auto;}

@media all and (max-width: 1320px) {

}



/*sub5_2 contact*/

.con5_02 .flex {display: flex;}
.con5_02 .flex > div {width: 50%;}
.con5_02 .flex .pic1 {background: url('/img/sub/c5_2_img01.jpg') no-repeat;background-size:cover ;    background-position: 50% 50%;;height: 400px;}
.con5_02 .flex .pic2 {background: url('/img/sub/c5_2_img02.jpg') no-repeat;background-size:cover ;    background-position: 50% 50%;;height: 400px;}
#container .con5_02 .info-box h3 {margin-top: 50px;border-bottom: 1px #000 solid;display: block;padding-bottom:30px}
.con5_02 .info-box dl{display: flex; margin-top: 20px;}
.con5_02 .info-box dt{position: relative; padding: 0 20px 0 40px; min-width: 160px; font-size: 18px; font-weight: 500; color: #424242; letter-spacing: -.25px; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.con5_02 .info-box dt.add {background: url('/img/sub/add_ico.png') no-repeat;width: 16px; height: 36px; background-position: 10px 10px;}

.con5_02 .info-box dt.call {background: url('/img/sub/call_ico.png') no-repeat;width: 16px;height: 36px; background-position: 10px 10px;}
.con5_02 .info-box dt.fax {background: url('/img/sub/fax_ico.png') no-repeat;width: 16px;height: 36px; background-position: 10px 10px;}
.con5_02 .info-box dd{font-size: 18px; font-weight: 300; letter-spacing: -.25px;}



@media all and (max-width: 1160px) {

#header {padding:18px 0 ;}
#header .logo {width:140px;background-size: contain; margin: 0 0 0 1.1rem;  transition: 0.3s; top:13px}
#header.header-scrolled .logo {width:140px; background-size: contain; margin: 0 0 0 1.1rem;top: 13px;}
#header.header-scrolled, #header.header-inner-pages {padding:16px 0;}

#header .t_menu {display:none;}
.show-991 {display:block;}
.con-navbar {display:none;}
.navbar { justify-content: right; }

  .mobile-nav-toggle {
    display: block;
  }
#header.header-scrolled, #header.header-inner-pages {height:61px;}
.navbar ul {display: none;}
.navbar-mobile > ul{display:block !important;}
.main-visual-txt {width:90%;margin:0 auto;word-break: keep-all;}

}

.bus9 .mb20 {
    margin-bottom: 20px; font-size: 20px; font-weight:500;
}

.bus9 .con1 .c1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.bus9 .con1 .c1 img {
    width:430px;
}
.bus9 .con2 .c1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.bus9 .con1,
.bus9 .con2 {
    margin-bottom: 120px;
}