@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}
@keyframes spread-out {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  70% {
    transform: scale(2);
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
.spread-out {
  animation: spread-out 2s infinite;
}
.text-shadow {
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
li {
  list-style: none;
}
.s_s54 svg {
  width: 54px;
  height: 54px;
  min-width: auto;
}
.icon-unfold {
  position: relative;
  bottom: 2px;
}
.about-sidebar {
  z-index: 100000;
  position: fixed;
  left: -260px;
  padding: 0px;
  background: #38414b;
  display: none;
  height: 100%;
  top: 0;
  bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  width: 260px;
  color: #efefef;
}
.about-sidebar ul a {
  padding: 12px 0;
  padding-left: 20px;
  border-bottom: 1px solid #333;
}
.about-sidebar a {
  color: #efefef;
  display: block;
}
.about-sidebar a.active {
  background-color: #4c5662;
}
.about-sidebar.open {
  left: 0;
  display: inherit;
}
.about-sidebar_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  min-width: auto;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
}
.about-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 100;
}
.about-position-marker {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 20px;
  left: 20px;
  background-color: #188eff;
  border-radius: 23px;
  opacity: 0.73;
  border: none;
}
.history-wrap:before,
.download-wrap:before,
.history-wrap:after,
.download-wrap:after {
  content: " ";
  display: table;
}
.history-wrap:after,
.download-wrap:after {
  clear: both;
}
.about-career-header,
.about-service-header {
  width: 100%;
  position: relative;
}
.about-flitto-header {
  background: url('/fcp/src/resource/img/about/about/main_about_flitto2.png');
  background-size: cover;
  background-position: center;
}
.about-service-header {
  background: url('/fcp/src/resource/img/about/service/main_service2.png') no-repeat;
  background-size: cover;
  background-position: center;
}
.about__contents__elem {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .about-desktop {
    display: none !important;
  }
  .about-tablet {
    display: none !important;
  }
  .about-map-wrap {
    margin-bottom: 40px;
  }
  section.about-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about__contents__elem {
    width: 100%;
  }
  .about__contents__elem .about__contents__link--button {
    margin-left: 20px;
  }
  #about-navigation .about-mobile-tablet {
    padding: 0 10px;
  }
  .about-map {
    width: 100%;
    height: 180px;
  }
  .about-map-description {
    padding: 20px 20px 0;
  }
  .about-flitto-header {
    height: 457px;
  }
  .about-career-header,
  .about-service-header {
    height: 200px;
  }
  footer ul.corp-info {
    list-style: none;
  }
  footer ul.corp-info li {
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about-desktop {
    display: none !important;
  }
  .about-mobile {
    display: none !important;
  }
  .about-leadership-header {
    background: url('/fcp/src/resource/img/about/leadership/main_leadership_2022.png') no-repeat;
    background-size: auto 280px;
    background-position: right bottom;
    background-color: #f0f1f3;
  }
  section.about-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .about__contents__elem {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
  #about-navigation .about-mobile-tablet {
    padding: 0 40px;
  }
  .about-map-wrap {
    padding: 0 54px;
  }
  .about-map {
    height: 280px;
    width: 100%;
    border-radius: 5px;
  }
  .about-map-description {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .flitto-info {
    width: 30%;
    margin-top: 80px;
  }
  .about-flitto-header {
    height: 420px;
  }
  .about-career-header,
  .about-service-header {
    height: 200px;
  }
  footer ul.corp-info {
    list-style: none;
  }
  footer ul.corp-info li {
    margin-top: 5px;
  }
}
@media screen and (max-width: 1023px) {
  #about-navigation .about-navigation__menu a {
    border: none;
  }
  #about-navigation .about-navigation__menu.active {
    background-color: #4c5562;
  }
  #about-navigation .about-navigation__menu:hover {
    background-color: #4c5562;
  }
  #about-navigation .about-navigation__dropdown {
    background: none;
    border: none;
    display: block;
    padding: 12px 0 12px 20px;
    width: 100%;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .about-tablet {
    display: none !important;
  }
  .about-mobile {
    display: none !important;
  }
  .about-mobile-tablet {
    display: none !important;
  }
  .about-sidebar {
    display: none !important;
  }
  .about-leadership-header {
    background: url('/fcp/src/resource/img/about/leadership/main_leadership_2022.png') no-repeat;
    background-size: 1024px auto;
    background-position: 55% center;
    background-color: #f0f1f3;
  }
  section.about-section {
    padding: 100px 0;
  }
  .about__contents__elem {
    max-width: 1024px;
    width: 1024px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .flitto-info {
    width: 321px;
    margin-top: 80px;
  }
  .about-flitto-header {
    height: 603px;
  }
  .about-map-wrap {
    position: relative;
    margin-bottom: 50px;
  }
  .about-map-wrap:before,
  .about-map-wrap:after {
    content: " ";
    display: table;
  }
  .about-map-wrap:after {
    clear: both;
  }
  .about-map {
    display: inline-block;
    vertical-align: middle;
    width: 560px;
    height: 280px;
    border-radius: 5px;
  }
  .about-map-description {
    display: inline-block;
    vertical-align: middle;
    margin-left: 50px;
    width: 387px;
  }
  .about-service-header,
  .about-career-header {
    height: 530px;
  }
  .about-navigation__main {
    position: relative;
  }
  .about-navigation__main:hover .flitto-header-h1 {
    font-weight: bold;
    border-bottom: 2px solid #1880ff;
  }
  .about-navigation__main:hover .about-navigation__sub {
    display: block;
  }
  .about-navigation__main .about-navigation__sub {
    display: none;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 12px;
    width: 160px;
    box-shadow: 0 1px 5px 0 rgba(153, 153, 153, 0.5);
  }
  .about-navigation__main .about-navigation__sub a {
    color: #333;
    display: block;
    padding: 20px 10px;
    border-top: solid 1px #dcdcdc;
  }
  .about-navigation__main .about-navigation__sub a.active {
    color: #1880ff;
  }
  .about-navigation__main .about-navigation__sub a:hover {
    color: #1880ff;
  }
  .about-navigation__main .about-navigation__sub li:first-child a {
    border: none;
  }
}
.wrap.about {
  max-width: 1024px;
}
#info_nav {
  width: 150px;
}
#info_nav li {
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin-bottom: 5px;
  font-size: 14px;
  display: table;
  padding-left: 10px;
}
#info_nav li a {
  color: #257dc1;
  display: table-cell;
  vertical-align: middle;
  word-wrap: break-word;
  word-break: break-word;
  margin: 0;
  padding: 5px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  line-height: 15px;
}
#info_nav li.select,
#info_nav li.select:hover {
  padding-left: 5px;
  border-left: 5px solid #257dc1;
  cursor: default;
}
#info_nav li.select a,
#info_nav li.select:hover a {
  cursor: default;
}
#content-about {
  color: #555555;
}
#content-about hr {
  border-color: #ccc;
}
#content-about strong {
  color: #555555;
}
#content-about .directory {
  clear: both;
  padding-left: 20px;
}
#content-about .directory.fun {
  padding-top: 10px;
}
#content-about .directory h2 {
  font-size: 14px;
  font-weight: bold;
}
#content-about .directory h3 {
  font-size: 14px;
}
#content-about .directory ul {
  list-style: none;
  margin-top: 5px;
}
#content-about .directory ul li {
  min-width: 200px;
  max-width: 200px;
  float: left;
  font-size: 9px;
}
#content-about .directory ul li a {
  font-size: 12px;
}
#content-about .text p {
  font-size: 14px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #info_nav {
    width: auto;
    display: block;
    padding: 30px 25px;
  }
  #info_nav li {
    width: 50%;
    float: left;
  }
  #content-about {
    padding: 30px 25px;
  }
}
@media screen and (min-width: 768px) {
  #info_nav {
    position: fixed;
    top: 120px;
  }
  #content-about {
    padding-top: 20px;
    padding-left: 180px;
    padding-right: 25px;
    padding-bottom: 50px;
  }
}
html.app #content-about {
  padding: 0 25px;
}
.notices {
  /*드랍다운박스 관련*/
  /*검색 폼 관련*/
  /*공지 리스트 관련*/
  /*모바일에서 적용*/
}
.notices .dropdown-toggle {
  height: 40px;
  width: 150px !important;
  border-color: #DCDCDC;
}
.notices .form-wrapper {
  margin-bottom: 30px;
  height: 40px;
}
.notices .input-group {
  width: 200px;
}
.notices .input-group-addon {
  background-color: white;
  border-color: #DCDCDC;
  height: 100%;
  width: 40px;
}
.notices .addon-left {
  position: relative;
  right: -20px;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
.notices .addon-right {
  cursor: pointer;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.notices .addon-right:hover {
  background-color: #F9F9F9;
}
.notices .form-control {
  height: 40px;
  border-left: none;
  border-right: none;
  border-color: #DCDCDC;
  background-color: white;
  -webkit-appearance: none;
  box-shadow: none !important;
}
.notices .form-control:focus {
  background-color: white;
  border-color: #DCDCDC;
  box-shadow: none;
}
.notices table {
  table-layout: fixed;
}
.notices th {
  font-weight: normal;
}
.notices .notice-pick-list .tr-style {
  border: 1px solid #DCDCDC;
  border-left: none;
  border-right: none;
}
.notices .notice-list .tr-style:first-child {
  border-top: 1px solid #DCDCDC;
}
.notices .notice-list .tr-style:nth-child(odd) {
  border-bottom: 1px solid #DCDCDC;
}
.notices .notice-list .tr-style:nth-child(odd) .td-style {
  background-color: #F9F9F9;
}
.notices .notice-list .tr-style:nth-child(even) {
  border-bottom: 1px solid #DCDCDC;
}
@media (max-width: 767px) {
  .notices {
    padding: 10px;
    /*공지사항 리스트*/
  }
  .notices #content {
    padding-left: 0;
    padding-right: 0;
  }
  .notices header {
    padding-left: 10px;
  }
  .notices .form-wrapper {
    margin-bottom: 20px;
  }
  .notices .dropdown-toggle {
    max-width: 100px;
  }
  .notices .input-group {
    max-width: 160px;
  }
  .notices .title {
    padding-left: 10px;
  }
  .notices.detail-padding {
    padding: 20px;
  }
}
.notices-detail {
  /*모바일에서 적용*/
}
.notices-detail.detail-padding {
  padding: 50px 50px 20px 50px;
}
.notices-detail .title {
  color: #333;
  margin: 0;
}
.notices-detail .r0 {
  right: 0;
}
.notices-detail .button-wrapper {
  height: 40px;
}
@media (max-width: 767px) {
  .notices-detail.detail-padding {
    padding: 20px;
  }
}
.disclosure__content {
  width: 1024px;
}
.disclosure__item:first-child {
  border-top: 1px solid #DCDCDC;
}
.disclosure__item:nth-child(odd) {
  background-color: #f9f9f9;
  border-bottom: 1px solid #DCDCDC;
}
.disclosure__item:nth-child(even) {
  border-bottom: 1px solid #DCDCDC;
}
.disclosure__item__link {
  color: #333;
}
.disclosure__item__link:hover {
  color: #1880ff;
  text-decoration: underline;
}
/*페이지네이션 관련 css*/
.pagination {
  padding: 0;
  margin: 0;
}
.pagination .hide-on-screen {
  display: none;
}
.pagination .prev-page,
.pagination .next-page {
  color: #666;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 28px;
  margin-right: 20px;
}
.pagination .disabaled-page {
  color: #DCDCDC;
}
.pagination .disabaled-page:hover,
.pagination .disabaled-page:focus {
  cursor: default;
  background-color: white;
}
.pagination .page a {
  border: none;
  color: #333;
  height: 30px;
}
.current-page {
  font-weight: bold;
}
.newsroom {
  /*드랍다운박스 관련*/
  /*검색 폼 관련*/
  /*뉴스 리스트 관련*/
  /*페이지네이션 관련 css*/
  /*모바일에서 적용*/
}
.newsroom .dropdown-toggle {
  height: 40px;
  width: 150px !important;
  border-color: #DCDCDC;
}
.newsroom .form-wrapper {
  margin-bottom: 30px;
  height: 40px;
}
.newsroom .input-group {
  width: 200px;
}
.newsroom .input-group-addon {
  background-color: white;
  border-color: #DCDCDC;
  height: 100%;
  width: 40px;
}
.newsroom .addon-left {
  position: relative;
  right: -20px;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
.newsroom .addon-right {
  cursor: pointer;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.newsroom .addon-right:hover {
  background-color: #F9F9F9;
}
.newsroom .form-control {
  height: 40px;
  border-left: none;
  border-right: none;
  border-color: #DCDCDC;
  background-color: white;
  -webkit-appearance: none;
  box-shadow: none;
}
.newsroom .form-control:focus {
  background-color: white;
  border-color: #DCDCDC;
  box-shadow: none;
}
.newsroom .form-control:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
.newsroom table {
  table-layout: fixed;
}
.newsroom th {
  font-weight: normal;
}
.newsroom .sc-notice-text {
  font-weight: bold;
  font-size: 14px;
}
.newsroom .odd-line {
  border-left: none;
  border-right: none;
}
.newsroom .pagination {
  padding: 0;
  margin: 0;
}
.newsroom .pagination .hide-on-screen {
  display: none;
}
.newsroom .pagination .prev-page,
.newsroom .pagination .next-page {
  color: #666;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 28px;
}
.newsroom .pagination .disabaled-page {
  color: #DCDCDC;
}
.newsroom .pagination .disabaled-page:hover,
.newsroom .pagination .disabaled-page:focus {
  cursor: default;
  background-color: white;
}
.newsroom .pagination .page a {
  border: none;
  color: #333;
  height: 30px;
}
.newsroom .posted-at {
  width: 130px;
}
.newsroom .current-page {
  font-weight: bold;
}
@media (max-width: 767px) {
  .newsroom {
    /*뉴스 리스트*/
  }
  .newsroom #content {
    padding-left: 0;
    padding-right: 0;
  }
  .newsroom section {
    padding: 10px;
  }
  .newsroom header {
    padding-left: 10px;
  }
  .newsroom .form-wrapper {
    margin-bottom: 20px;
  }
  .newsroom .dropdown-toggle {
    max-width: 100px;
  }
  .newsroom .input-group {
    max-width: 160px;
  }
  .newsroom .title {
    padding-left: 10px;
  }
  .newsroom .posted-at {
    min-width: 90px;
    padding-left: 0;
    padding-right: 10px;
  }
}

.main-slider {
  width: 100%;
  height: 530px;
}
.main-slider .main-slider__item--fist {
  background: url('/fcp/src/resource/img/about/career/20200120/main_career_01.png') no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #F0F4F5;
}
.main-slider .main-slider__item--second {
  background: url('/fcp/src/resource/img/about/career/20200120/main_career_02.png') no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #F0F4F5;
}
.main-slider .main-slider__item--third {
  background: url('/fcp/src/resource/img/about/career/20200120/main_career_03.png') no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #F0F4F5;
}
.carrer-btn:focus,
.carrer-btn:active {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .main-slider {
    height: 200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main-slider {
    height: 200px;
  }
}

