@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');

* {
  margin: 0;
  padding: 0;
}

a>* {
  line-height: 0;
}

img {
  border: medium none;
}

body {
  font-family: 'Spoqa Han Sans', '나눔고딕', 'NanumGothic', '돋움', 'Dotum', 'Arial', 'Helvetica', 'sans-serif';
  font-size: 13px
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #2773ae;
}

.fade {
  position: relative;
}

.fade2 {
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  margin: 0;
}

li {
  list-style: none;
}

.clearfix {
  clear: both;
}

.bold {
  font-weight: bold;
}

.pd10 {
  padding: 10px;
}

.pd15 {
  padding: 15px;
}

.pd20 {
  padding: 20px;
}

.pd30 {
  padding: 30px;
}

.pd40 {
  padding: 40px;
}

.pd50 {
  padding: 50px;
}

.pd100 {
  padding: 100px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb100 {
  padding-bottom: 100px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt100 {
  padding-top: 100px;
}

.pr10 {
  padding-right: 10px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.pr50 {
  padding-right: 50px;
}

.pr100 {
  padding-right: 100px;
}

.pl10 {
  padding-left: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pl100 {
  padding-left: 100px;
}

.mg10 {
  margin: 10px;
}

.mg15 {
  margin: 15px;
}

.mg20 {
  margin: 20px;
}

.mg30 {
  margin: 30px;
}

.mg40 {
  margin: 40px;
}

.mg50 {
  margin: 50px;
}

.mg100 {
  margin: 100px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt100 {
  margin-top: 100px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.mr100 {
  margin-right: 100px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.ml100 {
  margin-left: 100px;
}

.per5 {
  width: 5%;
}

.per10 {
  width: 10%;
}

.per15 {
  width: 15%;
}

.per20 {
  width: 20%;
}

.per25 {
  width: 25%;
}

.per30 {
  width: 30%;
}

.per35 {
  width: 35%;
}

.per40 {
  width: 40%;
}

.per45 {
  width: 45%;
}

.per50 {
  width: 50%
}

.per55 {
  width: 55%;
}

.per60 {
  width: 60%
}

.per65 {
  width: 65%;
}

.per70 {
  width: 70%
}

.per75 {
  width: 75%;
}

.per80 {
  width: 80%
}

.per85 {
  width: 85%;
}

.per90 {
  width: 90%
}

.per95 {
  width: 95%;
}

.per100 {
  width: 100%;
}

.px10 {
  width: 10px;
}

.px20 {
  width: 20px;
}

.px30 {
  width: 30px;
}

.px40 {
  width: 40px;
}

.px50 {
  width: 50px;
}

.px60 {
  width: 60px;
}

.px70 {
  width: 70px;
}

.px80 {
  width: 80px;
}

.px90 {
  width: 90px;
}

.px100 {
  width: 100px;
}

.px150 {
  width: 150px;
}

.px200 {
  width: 200px;
}

.px250 {
  width: 250px;
}

.px300 {
  width: 300px;
}

.px350 {
  width: 350px;
}

.px400 {
  width: 400px;
}

.px450 {
  width: 450px;
}

.px500 {
  width: 500px;
}

.px550 {
  width: 550px;
}

.px600 {
  width: 600px;
}

.px650 {
  width: 650px;
}

.px700 {
  width: 700px;
}

.btn-primary {
  color: #fff;
  background-color: #348fe2;
  border-color: #348fe2;
  background-image: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #2670b7;
  border-color: #2670b7;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #348fe2;
  border-color: #348fe2;
}

.btn-primary .badge {
  color: #348fe2;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #ff5c57;
  border-color: #ff5c57;
  background-image: none;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #ce4741;
  border-color: #ce4741;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #ff5c57;
  border-color: #ff5c57;
}

.btn-danger .badge {
  color: #ff5c57;
  background-color: #fff;
}

.btn-turquoise {
  color: #fff;
  background-color: #00acac;
  border-color: #00acac;
  background-image: none;
}

.btn-turquoise:hover,
.btn-turquoise:focus,
.btn-turquoise:active,
.btn-turquoise.active,
.open .dropdown-toggle.btn-turquoise {
  color: #fff;
  background-color: #008a8c;
  border-color: #008a8c;
}

.btn-turquoise.disabled,
.btn-turquoise[disabled],
fieldset[disabled] .btn-turquoise,
.btn-turquoise.disabled:hover,
.btn-turquoise[disabled]:hover,
fieldset[disabled] .btn-turquoise:hover,
.btn-turquoise.disabled:focus,
.btn-turquoise[disabled]:focus,
fieldset[disabled] .btn-turquoise:focus,
.btn-turquoise.disabled:active,
.btn-turquoise[disabled]:active,
fieldset[disabled] .btn-turquoise:active,
.btn-turquoise.disabled.active,
.btn-turquoise[disabled].active,
fieldset[disabled] .btn-turquoise.active {
  background-color: #00acac;
  border-color: #00acac;
}

.btn-turquoise .badge {
  color: #00acac;
  background-color: #fff;
}

.btn-royalblue {
  color: #fff;
  background-color: #717bb6;
  border-color: #717bb6;
  background-image: none;
}

r .btn-royalblue:hover,
.btn-royalblue:focus,
.btn-royalblue:active,
.btn-royalblue.active,
.open .dropdown-toggle.btn-royalblue {
  color: #fff;
  background-color: #464a6f;
  border-color: #464a6f;
}

.btn-royalblue.disabled,
.btn-royalblue[disabled],
fieldset[disabled] .btn-royalblue,
.btn-royalblue.disabled:hover,
.btn-royalblue[disabled]:hover,
fieldset[disabled] .btn-royalblue:hover,
.btn-royalblue.disabled:focus,
.btn-royalblue[disabled]:focus,
fieldset[disabled] .btn-royalblue:focus,
.btn-royalblue.disabled:active,
.btn-royalblue[disabled]:active,
fieldset[disabled] .btn-royalblue:active,
.btn-royalblue.disabled.active,
.btn-royalblue[disabled].active,
fieldset[disabled] .btn-royalblue.active {
  background-color: #717bb6;
  border-color: #717bb6;
}

.btn-royalblue .badge {
  color: #717bb6;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f49b1b;
  border-color: #f49b1b;
  background-image: none;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #c57e00;
  border-color: #c57e00;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f49b1b;
  border-color: #f49b1b;
}

.btn-warning .badge {
  color: #f49b1b;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #49b6d5;
  border-color: #49b6d5;
  background-image: none;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #3492ac;
  border-color: #3492ac;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #49b6d5;
  border-color: #49b6d5;
}

.btn-info .badge {
  color: #49b6d5;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5db75d;
  border-color: #5db75d;
  background-image: none;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #409e3e;
  border-color: #409e3e;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5db75d;
  border-color: #5db75d;
}

.btn-success .badge {
  color: #5db75d;
  background-color: #fff;
}


.btn-silver {
  color: #fff;
  background-color: #b7c2c8;
  border-color: #b7c2c8;
  background-image: none;
}

.btn-silver:hover,
.btn-silver:focus,
.btn-silver:active,
.btn-silver.active,
.open .dropdown-toggle.btn-silver {
  color: #fff;
  background-color: #929ba2;
  border-color: #929ba2;
}

.btn-silver.disabled,
.btn-silver[disabled],
fieldset[disabled] .btn-silver,
.btn-silver.disabled:hover,
.btn-silver[disabled]:hover,
fieldset[disabled] .btn-silver:hover,
.btn-silver.disabled:focus,
.btn-silver[disabled]:focus,
fieldset[disabled] .btn-silver:focus,
.btn-silver.disabled:active,
.btn-silver[disabled]:active,
fieldset[disabled] .btn-silver:active,
.btn-silver.disabled.active,
.btn-silver[disabled].active,
fieldset[disabled] .btn-silver.active {
  background-color: #b7c2c8;
  border-color: #b7c2c8;
}

.btn-silver .badge {
  color: #b7c2c8;
  background-color: #fff;
}

.btn-black {
  color: #fff;
  background-color: #2c353c;
  border-color: #2c353c;
  background-image: none;
}

.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active,
.open .dropdown-toggle.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-black.disabled,
.btn-black[disabled],
fieldset[disabled] .btn-black,
.btn-black.disabled:hover,
.btn-black[disabled]:hover,
fieldset[disabled] .btn-black:hover,
.btn-black.disabled:focus,
.btn-black[disabled]:focus,
fieldset[disabled] .btn-black:focus,
.btn-black.disabled:active,
.btn-black[disabled]:active,
fieldset[disabled] .btn-black:active,
.btn-black.disabled.active,
.btn-black[disabled].active,
black fieldset[disabled] .btn-black.active {
  background-color: #2c353c;
  border-color: #2c353c;
}

.btn-black .badge {
  color: #2c353c;
  background-color: #fff;
}



.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  background-color: #3498db !important;
  color: #fff;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a {
  transition: all 0.2s ease-in-out 0s;
}


.container h3 {
  font-size: 18px;
  display: block;
  width: 100%;
  padding-bottom: 5px;
  margin-bottom: 20px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

.view-all {
  float: right;
  width: 75px;
  position: absolute;
  top: 10px;
  right: 0;
}

.form-control {
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #e5e6e7;
  border-radius: 5px;
  color: inherit;
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  vertical-align: middle;
}

.panel-heading {
  font-size: 14px;
}

/* header */
header {
  background: #082a47;
  color: #fff;
  display: block;
  clear: both;
  width: 100%;
}

header .header-top-menu {
  float: right;
  height: 30px;
  line-height: 40px;
}

header .header-top-menu .fa {
  color: #ccc;
}

header .header-top-menu li {
  float: left;
  padding: 0 10px;
  color: #ccc;
  font-size: 12px;
}

header .header-top-menu li a {
  color: #ccc;
  font-size: 12px;
}

header .fa {
  padding-right: 5px;
}

header .badge {
  margin-left: 5px;
  font-size: 10px;
}

.header_line {
  background: #082a47;
  height: 3px;
  line-height: 3px;
  clear: both;
  width: 100%;
}

.notifications {
  position: relative;
  cursor: pointer;
}

.notifications-list {
  color: #060606;
  border-bottom: 1px solid #ededed;
  display: block;
  overflow: hidden;
  line-height: 25px;
}

.notifications-list a:link {
  color: #060606;
}

.notifications-list a:active,
.notifications-list a:hover {
  color: #2773ae;
}

.notifications-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  display: none;
  width: 330px;
  background-color: #f5f5f6;
  -webkit-border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
  -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, .05);
  -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 0px rgba(0, 0, 0, .05);
  border: 1px solid #f8f8f8;
  padding: 5px 15px;
}

.notifications-menu .external {
  background-color: #FFF;
  display: block;
}

.notifications-menu .external a {
  background-color: #fff;
  color: #e9423f;
}

.notifications-list .point {
  color: #ec5956 !important;
  text-align: center;
}

.notifications-list span {
  padding-top: 10px;
  font-size: 11px;
}

.m_nav {
  padding: 8px 10px 0 0;
}

nav,
.pagination {
  text-align: center;
}

#side_menu {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 9999;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none
}

#side_menu .side_wr {
  width: 250px;
  background: #222222;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: 0 0 10px #000;
  overflow-x: hidden;
  height: 100%;
  overflow-y: auto
}

/* #side_menu .side_wr.add_side_wr{} */
#side_menu .side_wr .side_inner_rel {
  position: relative;
  height: 100%;
  display: block;
  overflow: hidden
}

#side_menu .side_wr .side_inner_abs {
  position: absolute;
  width: 100%;
  display: block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none
}

#side_menu .side_wr {
  -webkit-overflow-scrolling: touch
}

#side_menu .m_menu li {
  display: block;
  line-height: 40px;
  border-top: 1px solid #323232;
  position: relative;
  padding-left: 20px;
}

#side_menu .m_menu li a.text_link {
  display: inline-block;
  width: 65%;
  white-space: nowrap
}

#side_menu .m_menu li a:hover {
  color: #7080b1;
}

#side_menu .m_menu span {
  position: absolute;
  right: 20px;
  top: 15px;
}

#side_menu li,
#side_menu li>a,
#side_menu li.active>a,
#side_menu li>a:hover,
#side_menu li>a:focus {
  color: #fff;
}

#side_menu .dropdown-custom-menu {
  background: #222222;
  overflow: hidden;
  width: 100%;
  display: none;
}

#side_menu .dropdown-custom-menu li {
  height: 40px;
  line-height: 40px;
  border: none !important;
  padding-left: 10px;
  background: none;
}

#side_menu .dropdown-custom-menu li a {
  color: #888;
}

#side_menu .dropdown-custom-menu li a:hover {
  color: #7080b1;
}

#side_menu .m_login {
  text-align: center;
  margin: 10px;
}

#side_menu .m_login span {
  padding: 0 5px;
}

#side_menu .m_board {
  background: #000;
  clear: both;
  margin: 0;
}

#side_menu .m_board li {
  display: block;
  line-height: 40px;
  position: relative;
  padding-left: 35px;
}

#side_menu .m_board li a:hover {
  color: #7080b1;
}

#side_menu .m_board span {
  position: absolute;
  top: 13px;
  left: 10px;
  padding-right: 10px;
}

#side_menu .m_search {
  margin: 0 auto;
  padding: 20px 0 0;
  width: 100%;
  text-align: center;
}

body.over_hidden {
  overflow: hidden
}

.news_wrap {
  padding: 0;
  background-color: #000
}

.news_wrap .container {
  overflow: hidden;
  width: 100%;
  max-width: 1440px;
  padding: 50px 60px
}

.news_title {
  float: left;
  width: 20%;
  margin-top: 2px;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  line-height: 30px
}

.news_title .btn_news {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-top: 5px;
  margin-left: 3px;
  vertical-align: top
}

.news_title .btn_news:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  width: 100%;
  height: 3px;
  background-color: #999
}

.news_title .btn_news:after {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  width: 100%;
  height: 3px;
  background-color: #999;
  transform: rotate(90deg)
}

.news {
  float: left;
  width: 40%
}

.news a {
  display: block;
  overflow: hidden
}

.news a img {
  float: left;
  width: 50%;
  max-width: 210px
}

.notice {
  float: left;
  width: 40%
}

.notice a {
  display: block;
  overflow: hidden
}

.notice a img {
  float: left;
  width: 50%;
  max-width: 210px
}

.txt_contents {
  float: left;
  width: 50%;
  padding: 6px 22px 0;
  line-height: 1em
}

.txt_contents strong {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  line-height: 22px
}

.txt_contents span {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 22px
}

.txt_contents span.txt_content {
  display: -webkit-box;
  overflow: hidden;
  width: 100%;
  height: 44px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.txt_contents span.news_date,
.txt_contents span.notice_date {
  display: block;
  margin-top: 11px;
  font-size: 12px
}

.news_wrap+footer {
  border-top: 1px solid rgba(255, 255, 255, 0.3)
}


.media {
  clear: both;
}

.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}

.media-left,
.media>.pull-left {
  padding-right: 10px;
}

.media-right,
.media>.pull-right {
  padding-left: 10px;
}

.media-heading {
  font-size: 14px;
  overflow: hidden;
}

.media-body .media-info {
  font-size: 11px;
  color: #666;
}

.media-body .media-info span {
  padding-right: 10px;
}


/* sidebar */
.sidebar {
  border: 1px solid #e5e5e5;
  padding: 20px;
}

.sidebar .headline {
  border-bottom: 1px dotted #ccc;
  display: block;
  margin-bottom: 15px;
}

.sidebar .headline h3 {
  border-bottom: 2px solid #3498db;
  display: inline-block;
  margin: 0 0 -2px;
  padding-bottom: 5px;
  font-size: 15px;
}

.sidebar .loginbox {
  overflow: hidden;
}

.sidebar .loginbox .text {
  padding-top: 7px;
}

.sidebar .loginbox .text li {
  float: left;
  padding-right: 7px;
}

.sidebar .welcome {
  overflow: hidden;
}

.sidebar .welcome ul {
  overflow: hidden;
}

.sidebar .welcome li {
  float: left;
  padding-right: 5px;
  padding-bottom: 5px;
}

.sidebar .sidebar_latest li {
  padding-bottom: 10px;
}

.sidebar .tag-clouds {
  overflow: hidden;
}

.sidebar .tag-clouds ul li {
  float: left;
  padding-right: 10px;
}

/* modal */
.modal .modal-body .number {
  padding-bottom: 10px;
}

.modal .modal-body .profile-info {
  overflow: hidden;
}


.help-inline {
  display: inline-block;
  color: #737373;
  margin-left: 10px;
  padding-top: 7px;
  vertical-align: middle;
}

.nopost {
  text-align: center;
  padding: 120px 0 !important;
}

textarea.dhtmleditor {
  width: 100%;
  height: 350px;
}

.latest_comment_count {
  font-size: 11px;
  color: #FF7700;
  margin-left: 5px;
  font-weight: bold;
}

.highlight {
  font-weight: bold;
  color: #7519FF
}

/* Sideview */
#nameContextMenu {
  background: #000;
  color: #fff;
  padding: 4px 8px 6px;
  z-index: 10000;
}

#nameContextMenu a {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  display: block;
}

#nameContextMenu a:hover {
  color: #ff0000;
}

#nameContextMenu td {
  border: 0px !important;
}


.popup_layer {
  z-index: 100
}


/* S 재정의 */
.ol,
ul,
dl {
  margin: 0
}

dd,
dt {
  line-height: 1em
}

/* S 데탑
  Description:
  - 여백 padding:100px 60px
 */
/* S > COMMON */
.wrapper {
  margin: 0 auto;
  overflow: hidden;
  width: 100%
}

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 60px
}

/* S > NAV */
.navbar {
  min-width: 320px;
  min-height: 60px;
  margin-bottom: 0;
  background-color: transparent;
  background-image: none;
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
  border-radius: 0;
  z-index: 8;
  box-shadow: none
    /*box-shadow:0 1px 3px rgba(0, 0, 0, 0.12);*/
}

.navbar-default .navbar-header {
  float: none;
  position: relative;
  height: 60px
}

.navbar-default .navbar-header .navbar-toggle {
  display: block;
  margin: 12px 50px 12px 0;
  padding: 9px 10px;
  border: none
}

.navbar-default .navbar-header .navbar-toggle:focus,
.navbar-default .navbar-header .navbar-toggle:hover {
  background-color: transparent
}

.navbar-default .navbar-header .navbar-toggle .icon-bar {
  width: 24px;
  background-color: #fff
}

.navbar-default .navbar-header .navbar-toggle .icon-bar+.icon-bar {
  margin-top: 6px
}

.navbar-default .navbar-header .navbar-brand {
  height: 60px;
  margin-left: 45px;
  padding: 20px 15px;
  font-size: 0
}

.navbar-default .navbar-header .navbar-brand:before {
  content: '';
  display: inline-block;
  width: 58px;
  height: 20px;
  background: transparent url('./../../../../assets/images/common/header_CI.svg') left top scroll no-repeat
}

.navbar-default .navbar-collapse {
  display: block;
  float: left;
  width: calc(100% - 227px);
  padding: 0;
  border: none;
  box-shadow: none
}

.navbar-default .navbar-nav {
  width: 100%;
  margin: 0
}

.navbar-default .navbar-nav>li {
  display: inline-block;
  float: none;
  margin-left: 5vw;
  vertical-align: top
}

.navbar-default .navbar-nav>li:first-child {
  margin-left: 0
}

.navbar-default .navbar-nav>li>a {
  margin: 12px 0;
  padding: 6px 0 8px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  text-transform: uppercase
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  font-weight: 700;
  color: #fff;
  background-color: transparent
}

.navbar-default .navbar-nav>li.header_search {
  float: right;
  margin-left: 0
}

.navbar-default .navbar-nav>li .lang_btnWrap {
  overflow: hidden;
  float: left;
  margin: 12px 0
}

.navbar-default .navbar-nav>li .lang_btnWrap a {
  float: left;
  position: relative;
  width: 36px;
  margin-left: 1px;
  padding: 7px 10px;
  font-weight: 400;
  font-size: 11px;
  color: #fff;
  line-height: 22px;
  opacity: .4
}

.navbar-default .navbar-nav>li .lang_btnWrap a:before {
  content: '';
  display: block;
  position: absolute;
  left: -1px;
  top: 12px;
  width: 1px;
  height: 11px;
  background-color: rgba(255, 255, 255, 0.4)
}

.navbar-default .navbar-nav>li .lang_btnWrap a:first-child {
  margin-left: 0
}

.navbar-default .navbar-nav>li .lang_btnWrap a:first-child:before {
  content: none
}

.navbar-default .navbar-nav>li .lang_btnWrap a.active {
  font-weight: 700;
  opacity: 1
}

.navbar-default .navbar-nav>li .lang_btnWrap a.active:before {
  opacity: .4
}

.navbar-default .navbar-nav>li .lang_btnWrap a:hover {
  opacity: 1
}

.navbar-default .navbar-nav>li .lang_btnWrap a:hover:before {
  opacity: .4
}

.navbar-default .navbar-nav>li .btn_search {
  float: left;
  width: 36px;
  height: 36px;
  margin: 12px 0;
  padding: 6px 9px 8px;
  font-size: 0;
  background: transparent url('./../../../../assets/images/common/btn/btn_search.svg') center scroll no-repeat;
  background-size: 18px
}

.navbar-default .navbar-nav>li .btn_youtube {
  float: left;
  width: 36px;
  height: 36px;
  margin: 12px 0;
  padding: 6px 9px 8px;
  font-size: 0;
  background: transparent url('./../../../../assets/images/common/btn/btn_youtube_white.svg') center scroll no-repeat;
  background-size: 28px
}

.navbar-default .navbar-nav>li .pop_search {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.navbar-default .navbar-nav>li .pop_search:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .9)
}

.navbar-default .navbar-nav>li > ul {
  height: 0;
  overflow: hidden;
}

.btn_closeSearch {
  position: absolute;
  right: 30px;
  top: 20px;
  width: 36px;
  height: 36px;
  font-size: 0
}

.btn_closeSearch:before {
  content: '';
  display: block;
  position: absolute;
  left: 9px;
  top: 18px;
  width: 18px;
  height: 1px;
  transform: rotate(45deg);
  background-color: #fff
}

.btn_closeSearch:after {
  content: '';
  display: block;
  position: absolute;
  left: 9px;
  top: 18px;
  width: 18px;
  height: 1px;
  transform: rotate(135deg);
  background-color: #fff
}

.form-group {
  position: relative;
  display: inline-block;
  width: 38%;
  margin: 102px 0 0;
  border-bottom: 3px solid #fff
}

.form-group input[type="text"] {
  width: 100%;
  height: auto;
  padding: 0 50px 12px 12px;
  font-size: 24px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  background-color: transparent;
  border: none;
  border-radius: 0
}

.form-group input[type="text"]+.btn_popSearch {
  position: absolute;
  right: 11px;
  top: 1px;
  padding: 9px;
  background-color: transparent;
  border: none
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  font-weight: 700;
  color: #0058a7;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  pointer-events: none
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  color: #fff;
  background-color: #3498db;
}

.navbar-default {
  transition: All 0.3s ease-in-out;
}

.navbar-default.fixed {
  background-color: rgba(255, 255, 255, 1);
  transition: 0.3s
}

.navbar-default.hover {
  background-color: rgba(255, 255, 255, 1);
  transition: 0.3s;
  padding-bottom: 40px;
}

.navbar-default.fixed .navbar-header .navbar-brand:before,
.navbar-default.hover .navbar-header .navbar-brand:before {
  background: transparent url('./../../../../assets/images/common/header_CI_sub.svg')
}

.navbar-default.fixed .navbar-nav>li>a,
.navbar-default.hover .navbar-nav>li>a {
  color: #000
}

.navbar-default.fixed .navbar-nav>li .lang_btnWrap a,
.navbar-default.hover .navbar-nav>li .lang_btnWrap a {
  color: #000
}

.navbar-default.fixed .navbar-nav>li .lang_btnWrap a:before,
.navbar-default.hover .navbar-nav>li .lang_btnWrap a:before {
  background-color: rgba(0, 0, 0, 0.4)
}

.navbar-default.fixed .navbar-nav>li .btn_search,
.navbar-default.hover .navbar-nav>li .btn_search {
  background: transparent url('./../../../../assets/images/common/btn/btn_search_sub.svg') center scroll no-repeat
}

.navbar-default.fixed .navbar-nav>li .btn_youtube,
.navbar-default.hover .navbar-nav>li .btn_youtube {
  background: transparent url('./../../../../assets/images/common/btn/btn_youtube_black.svg') center scroll no-repeat;
  background-size: 28px
}

.navbar-default.fixed .navbar-header .navbar-toggle .icon-bar,
.navbar-default.hover .navbar-header .navbar-toggle .icon-bar {
  background-color: #000
}

.navbar .inner_menu {
  transition: all 0.3s ease-in-out;
}

.navbar .inner_menu li a {
  display: block;
  font-size: 12px;
  line-height: 24px;
  color: #000000;
}

.navbar .dropdown-menu {
  min-width: 190px;
  margin: 0;
  padding: 0;
  background-color: #444;
  border: none
}

.navbar .dropdown-menu li a {
  padding: 9px 20px;
  font-weight: 400;
  font-size: 12px;
  color: #ccc;
  text-transform: uppercase;
  background-color: #444;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

/* S >> SideMenu */
.sideMenu_wrap {
  position: fixed;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}

.sideMenu_wrap:before {
  content: '';
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s;
  background-color: #000
}

.sideMenu_wrap.active {
  cursor: pointer;
  z-index: 9
}

.sideMenu_wrap.active:before {
  opacity: 0.8
}

.sideMenu_wrap .btn_closeSideMenu {
  position: absolute;
  right: 31px;
  top: 21px;
  width: 36px;
  height: 36px;
  font-size: 0;
  z-index: 2
}

.sideMenu_wrap .btn_closeSideMenu:before {
  content: '';
  display: block;
  position: absolute;
  left: 8px;
  top: 17px;
  width: 22px;
  height: 1px;
  transform: rotate(45deg);
  background-color: #000
}

.sideMenu_wrap .btn_closeSideMenu:after {
  content: '';
  display: block;
  position: absolute;
  left: 8px;
  top: 17px;
  width: 22px;
  height: 1px;
  transform: rotate(135deg);
  background-color: #000
}

.sideMenu_wrap .sideMenu_inner_wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 88.764%;
  height: 100%;
  padding: 0;
  cursor: auto;
  background-color: #fff;
  z-index: 1
}

.sideMenu {
  display: flex;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: calc(100% - 165px);
  justify-content: space-evenly
}

.sideMenu>li {
  margin-top: 122px
}

.sideMenu>li>a {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.011em;
  line-height: 29px;
  pointer-events: none
}

.sideMenu .sideMenu_sub>li {
  margin-top: 20px
}

.sideMenu .sideMenu_sub>li:first-child {
  margin-top: 36px
}

.sideMenu .sideMenu_sub>li>a {
  font-size: 14px;
  letter-spacing: -0.016em;
  line-height: 16px
}

.sideMenu_third>li {
  margin-top: 11px
}

.sideMenu_third>li:first-child {
  margin-top: 11px
}

.sideMenu_third>li>a {
  font-size: 12px;
  letter-spacing: -0.018em;
  color: #999;
  line-height: 14px
}

.sideMenu_footer {
  position: absolute;
  left: 117px;
  bottom: 0;
  width: calc(100% - 172px)
}

.sideMenu_footer .news_sideMenu_wrap {
  overflow: hidden;
  padding-bottom: 50px;
  background-color: transparent
}

.sideMenu_footer .news_sideMenu_wrap .news_title {
  width: 100%;
  color: #000
}

.sideMenu_footer .news_sideMenu_wrap .news_title .btn_news {
  margin-left: 10px
}

.sideMenu_footer .news_sideMenu_wrap .news_title .btn_news:before,
.sideMenu_footer .news_sideMenu_wrap .news_title .btn_news:after {
  background-color: #ccc
}

.sideMenu_footer .news_sideMenu_wrap .news {
  overflow: hidden;
  width: auto;
  margin-top: 22px
}

.sideMenu_footer .news_sideMenu_wrap .news a {
  float: left
}

.sideMenu_footer .news_sideMenu_wrap .news a img {
  width: auto
}

.sideMenu_footer .news_sideMenu_wrap .news a .txt_contents {
  max-width: 175px;
  padding: 5px 21px 0;
  font-size: 14px;
  color: #000
}

.sideMenu_footer .news_sideMenu_wrap .news a .txt_contents strong {
  display: block;
  font-size: 14px;
  color: #000
}

.sideMenu_footer .news_sideMenu_wrap .news a .txt_contents .txt_content {
  font-size: 14px;
  color: #000
}

.sideMenu_footer .news_sideMenu_wrap .news a .txt_contents .news_date {
  margin-top: 11px;
  font-size: 12px;
  color: #aaa;
  line-height: 16px
}

.sideMenu_footer .sideMenu_link_wrap {
  overflow: hidden;
  width: 100%;
  padding: 50px 0 82px;
  border-top: 1px solid rgba(0, 0, 0, 0.2)
}

.sideMenu_footer .sideMenu_link_wrap a {
  float: left;
  margin-left: 40px;
  font-size: 14px;
  letter-spacing: -0.018em;
  line-height: 32px
}

.sideMenu_footer .sideMenu_link_wrap a:first-child {
  margin-left: 0
}

.sideMenu_footer .sideMenu_link_wrap a.btn_linkPharos {
  float: right;
  margin-left: 0;
  padding: 3px 36px 3px 19px;
  font-weight: 700;
  font-size: 14px;
  color: #999;
  letter-spacing: -0.018em;
  line-height: 24px;
  background: #fff url('./../../../../assets/images/common/ico_arrowR.png') calc(100% - 19px) scroll no-repeat;
  border: 1px solid #c7c7c7
}

.sideMenu_footer .sideMenu_link_wrap a.btn_linkPharos:hover {
  padding: 4px 37px 4px 20px;
  color: #fff;
  text-decoration: none;
  background: #0058a7 url('./../../../../assets/images/common/ico_arrowR_over.png') calc(100% - 20px) scroll no-repeat;
  border: none
}

section.sc_sec {
  width: 100%;
  position: relative;
  padding: 100px 0;
}

section.sc_sec#section0 {
  padding: 0;
}

section.sc_sec#section1 {
  padding: 0;
}

/* section.sc_sec#section2 {
  padding: 100px 0;
} */

section.sc_sec#section2>div {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 60px;
}

section.sc_sec#section3 {
  padding: 100px 60px;
}

section.sc_sec#section4>div {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 60px;
  font-size: 0;
}

.with_header {
  padding-top: 60px;
}




/* S > MAIN */
@keyframes progressbar {
  0% {
    width: 0%
  }

  100% {
    width: 100%
  }
}

.page_spacer {
  position: fixed;
  top: -100%;
  left: -100%;
  width: 100%;
  height: 100%;
}

.main_top {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  background-color: #000;
}

.main_top::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.main_top .clip {
  width: 100%;
  height: 100%;
  position: relative;
}

.main_top .clip>div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main_top .clip>div iframe {
  width: 100%;
  height: 100%;
}



.main .container-fluid {
  padding: 0
}

.main .container-fluid .row {
  margin: 0
}

.main_visual {
  position: relative;
  height: 100vh;
  z-index: 7
}

.progressWrap {
  max-width: 1440px;
  height: 10px !important;
  left: 50% !important;
  top: 250px !important;
  text-align: center !important;
  transform: translate(-50%, 0) !important
}

.progress {
  display: none !important;
  position: absolute !important;
  right: 18.75%;
  width: 12vw !important;
  height: 1px !important;
  margin: 0;
  background-color: #999 !important;
  opacity: 1 !important
}

.progress.progress0 {
  width: 23% !important
}

.progress.progress1 {
  width: 21% !important
}

.progress.progress2 {
  width: 29% !important
}

.progress.progress3 {
  width: 50% !important
}

.progress.swiper-pagination-bullet-active {
  display: inline-block !important;
  position: relative
}

.progress.swiper-pagination-bullet-active:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  background-color: #fff;
  animation: progressbar 4s forwards
}

.main_visual>.swiper-wrapper>.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.main_visual_txt_wrap {
  position: absolute;
  left: 50%;
  top: 220px;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 60px;
  transform: translate(-50%, 0)
}

.main_visual_txt_wrap h1 {
  display: flex;
  padding: 14px 0 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 72px;
  color: #fff;
  line-height: 1em;
  align-items: flex-end
}

.main_visual_txt_wrap h1 strong {
  word-break: keep-all
}

.main_visual_txt_wrap h1 strong em {
  display: block;
  position: absolute;
  top: -12px;
  padding-left: 5px;
  font-size: 16px;
  font-style: normal;
  line-height: 23px;
  opacity: .6
}

.main_visual_txt_wrap h1 strong br {
  display: none
}

.main_visual_txt_wrap h2 {
  margin-top: 22px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  line-height: 23px
}

.main_visual_txt_wrap .main_visualSlideMore {
  display: block;
  width: 103px;
  margin-top: 41px;
  padding: 4px 0;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 15px
}

.main_visual_txt_wrap .main_visualSlideMore:hover {
  color: #000;
  background-color: #fff
}

/* S >> NEWSROOM */
/* .newsroom_wrap{overflow:hidden; position:absolute; bottom:40px; left:50%; width:100%; max-width:1440px; margin:0 auto; padding:0 60px; transform:translate(-50%, 0); z-index:1} */
/* .newsroom_wrap strong{position:relative; top:0; font-weight:700; font-size:12px; color:#fff; line-height:18px; z-index:11} */

.newsroom_slider {
  display: flex;
  flex: 1;
  height: 100%;
  overflow: hidden;
}

.newsroom_slider>.swiper-wrapper div {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.newsroom_slider>.swiper-wrapper>.swiper-slide>a {
  display: inline-block;
  overflow: hidden;
  max-width: 518px;
  font-size: 16px;
  color: #fff;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap
}

.newsroom_wrap .nav {
  position: absolute;
  top: 50%;
  height: 22px;
  transform: translateY(-50%);
  right: 200px;
  z-index: 5;
}

.newsroom_wrap .newsroom_next {
  display: block;
  width: 10px;
  height: 6px;
  margin-top: 10px;
  background: transparent url('./../../../../assets/images/main/btn_newRoom_arrow.svg') left top scroll no-repeat;
  opacity: 0.4;
  z-index: 1
}

.newsroom_wrap .newsroom_prev {
  display: block;
  width: 10px;
  height: 6px;
  transform: rotate(180deg);
  background: transparent url('./../../../../assets/images/main/btn_newRoom_arrow.svg') left top scroll no-repeat;
  opacity: 0.4;
  z-index: 2
}

.newsroom_wrap>.newsroom_next:hover,
.newsroom_wrap>.newsroom_prev:hover {
  opacity: 1
}

.newsroom_wrap {
  width: calc(100% - 200px);
  height: 76px;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.49);
  z-index: 6;
}

.newsroom_wrap strong {
  display: flex;
  flex: 180px 0 0;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  padding-left: 60px;
}

/* S >> 기술서비스 영역 */

.technicalServiceTitle {
  display: block;
  font-weight: 700;
  font-size: 22px;
  color: #000;
  line-height: 32px;
  margin-bottom: 93px;
}

.technicalService_list {
  position: relative;
  width: 100%;
  text-align: right;
}

.technicalService_list a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: all 0.3s;
}

.technicalService_list a + a {
  margin-left: 24px;
}

.technicalService_list a:nth-child(2) {
  margin-top: -190px;
  
}

.technicalService_list a:nth-child(3) {
  margin-top: 83px;
}

.technicalService_list a:nth-child(4) {
  margin-top: -83px;
}


.technicalService_list a:hover {
  transform: scale(1.1);
}

.technicalService_list a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.technicalService_list a strong {
  position: absolute;
  left: 25px;
  bottom: 53px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}

.technicalService_list a span {
  overflow: hidden;
  display: block;
  position: absolute;
  left: 24px;
  bottom: 29px;
  font-size: 16px;
  line-height: 21px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}

/* S >> 융합서비스 슬라이드 영역 */
@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.convergenceServiceSlideTitle {
  display: block;
  padding: 0;
  font-weight: 700;
  font-size: 22px;
  color: #000;
  line-height: 32px;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.convergenceServiceSlide_list {
  position: relative;
  display: block;
  margin-top: 51px;
  padding-bottom: 38px;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 40px;
}

.convergenceServiceSlide_list .swiper-wrapper .swiper-slide {
  display: flex;
  overflow: hidden;
  width: 100%;
  position: relative;
  font-weight: 700;
  color: #fff;
  font-size: 0;
  transition: all 0.3s ease-in-out;
  padding-left: 66%;
  height: 555px;
}

.convergenceServiceSlide_list .swiper-wrapper .swiper-slide.active {
  opacity: 1;
}

/* .convergenceServiceSlide_list .swiper-wrapper .swiper-slide.swiper-slide-prev .img_wrap {
  animation: fadeIn 1s forwards
} */

.convergenceServiceSlide_list .swiper-wrapper .swiper-slide .img_wrap {
  width: 66%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

.convergenceServiceSlide_list .swiper-wrapper .swiper-slide .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.convergenceServiceSlide_list .swiper-wrapper .swiper-slide .text_wrap {
  flex: 1;
  padding: 60px 0 0 60px;
  transition: all 0.3s ease-in-out;
}

.convergenceServiceSlide_list .swiper-wrapper .swiper-slide .text_wrap strong {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 28px;
  color: #000;
  line-height: 37px
}

.convergenceServiceSlide_list .swiper-wrapper .swiper-slide .text_wrap strong:before {
  content: '';
  position: absolute;
  left: -39%;
  bottom: -17px;
  display: block;
  width: 51.475%;
  height: 2px;
  background-color: #000
}

.convergenceServiceSlide_list .swiper-wrapper .swiper-slide .text_wrap span {
  display: block;
  margin-top: 42px;
  font-weight: 700;
  font-size: 14px;
  color: #000;
  line-height: 22px;
  word-break: keep-all
}

.convergenceServiceSlide_list .swiper-wrapper .swiper-slide .text_wrap .convergenceServiceSlideMore {
  display: block;
  width: 103px;
  margin-top: 40px;
  padding: 4px 0;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #000;
  border-radius: 15px
}

.convergenceServiceSlide_list .swiper-wrapper .swiper-slide .text_wrap .convergenceServiceSlideMore:hover {
  color: #fff;
  background-color: #000
}

.convergenceServiceSlide_list .swiper-wrapper .swiper-slide.swiper-slide-prev .text_wrap,
.convergenceServiceSlide_list .swiper-wrapper .swiper-slide.swiper-slide-next .text_wrap {
  opacity: 0;
}

.convergenceServiceSlide_list .swiper-wrapper .swiper-slide.swiper-slide-prev .img_wrap,
.convergenceServiceSlide_list .swiper-wrapper .swiper-slide.swiper-slide-next .img_wrap {
  width: 100%;
}

.convergenceServiceSlide_list.swiper-container-horizontal .convergenceServiceSlide-pagination {
  bottom: 0px;
  z-index: 7
}

.convergenceServiceSlide_list.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
  background-color: #000;
  opacity: .3
}

.convergenceServiceSlide_list.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #000;
  opacity: 1
}

/* S */
.convergenceService_wrap {
  display: flex;
  align-items: flex-start;
}

.convergenceServiceTitle {
  font-weight: 700;
  font-size: 22px;
  color: #000;
  line-height: 32px;
  flex: 350px 0 0;
}

.convergenceService_list {
  flex: 1;
}

.convergenceService_list li {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 24px) / 2 - 0.1px);
}

.convergenceService_list li + li {
  margin-left: 24px;
}

.convergenceService_list li:nth-child(n+3) {
  margin-top: 36px;
}

.convergenceService_list li:nth-child(2n+1) {
  margin-left: 0;
}

.convergenceService_list li img { 
  display: block;
  width: 100%;
  margin-bottom: 32px;
}

.convergenceService_list li strong {
  display: block;
  font-size: 28px;
  line-height: 34px;
  color: #000000;
  margin-bottom: 12px;
}

.convergenceService_list li span {
  display: block;
  font-size: 12px;
  color: #000000;
  line-height: 18px;
}

.convergenceService_list li a {
  display: inline-block;
  margin-top: 24px;
  border: 1px solid #000000;
  font-size: 12px;
  color: #000000;
  line-height: 30px;
  width: 104px;
  border-radius: 30px;
  text-align: center;
}


/* S > FOOTER */
footer {
  color: #fff;
  background-color: #000
}

footer .container {
  padding: 50px 60px 80px
}

.footer_wrap {
  overflow: hidden
}

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

.footer_company_info_wrap strong {
  display: block;
  margin-top: 24px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px
}

.footer_company_info_wrap address {
  display: block;
  margin-top: 10px;
  font-weight: 400;
  font-size: 10px;
  line-height: 18px
}

.footer_company_info_wrap dl {
  overflow: hidden;
  margin-bottom: 0;
  font-size: 10px;
  line-height: 18px
}

.footer_company_info_wrap dl dt {
  clear: both;
  float: left;
  font-weight: 400;
  line-height: 18px
}

.footer_company_info_wrap dl dt:after {
  content: ':';
  margin: 0 2px
}

.footer_company_info_wrap dl dd {
  float: left;
  font-weight: 400;
  color: #fff;
  line-height: 18px
}

.footer_company_info_wrap span {
  display: block;
  margin-top: 18px;
  font-weight: 400;
  font-size: 10px;
  line-height: 18px
}

.footer_link_wrap {
  float: right;
  overflow: hidden;
  text-align: left
}

.footer_link_wrap li {
  float: left;
  width: 117px
}

.footer_link {
  overflow: hidden
}

.footer_link dt {
  display: block;
  margin-top: 1px
}

.footer_link dt a {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  line-height: 22px
}

.footer_link dt+dd {
  margin-top: 26px
}

.footer_link dd {
  display: block
}

.footer_link dd a {
  font-weight: 700;
  font-size: 10px;
  color: #999;
  line-height: 18px
}

/* anchor */

.anchor {
  position: fixed;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  z-index: 50;
}

.anchor .inner ul li + li {
  margin-top: 10px;
}

.anchor .inner ul li a {
  display: block;
  text-align: right;
  padding-right: 30px;
  position: relative;
  pointer-events: none;
}

.anchor .inner ul li div {
  width: 30px;
  height: 30px;
  position: absolute;  
  top: 0;
  right: 0;
  pointer-events: visible;
}

.anchor .inner ul li div::after {
  content: "";
  border: none;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0.4;
  pointer-events: visible;
  transform: translate(-50%, -50%) scale(0.8);
  transition: All 0.3s ease-in-out;
}

.anchor .inner ul li.active div::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.anchor .inner ul li a i {
  display: inline-block;
  vertical-align: top;
  background-color: #000;
  padding: 0 12px;
  line-height: 30px;
  color: #fff;
  font-style: normal;
  font-size: 12px;
  border-radius: 4px;
  position: relative;
  transform: translateX(20px);
  opacity: 0;
  pointer-events: none;
  transition: All 0.3s ease-in-out;
}

.anchor .inner ul li.active a i,
.anchor .inner ul li a:hover i {
  transform: translateX(0px);
  opacity: 1;
  pointer-events: visible;
}

.anchor .inner ul li a i::after {
  content: "";
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 6px solid #000;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}


@media only screen and (max-width: 1500px) {
  .section.sc_sec {
    height: auto;
    min-height: 100vh;
  }
}

@media only screen and (max-width: 1439px) {

  /* S > COMMON */
  .container {
    padding: 60px
  }

  /* S > NAV */
  .navbar-default .navbar-nav>li.dropdown {
    display: none
  }

  .form-group {
    width: 56%
  }

  /* S >> SideMenu */
  .sideMenu_wrap .btn_closeSideMenu {
    right: 18px;
    top: 18px
  }

  .sideMenu_wrap .btn_closeSideMenu:before {
    left: 12px;
    top: 17px;
    width: 14px
  }

  .sideMenu_wrap .btn_closeSideMenu:after {
    left: 12px;
    top: 17px;
    width: 14px
  }∂

  .sideMenu_wrap .sideMenu_inner_wrap {
    width: 80.2469%;
    padding: 0 60px 0 48px
  }

  .sideMenu {
    display: block;
    height: calc(100% - 101px);
    padding: 62px 0 30px;
    flex-direction: column;
    justify-content: flex-start
  }

  .sideMenu>li {
    overflow: hidden;
    margin-top: 19px
  }

  .sideMenu>li:first-child {
    margin-top: 0
  }

  .sideMenu>li>a {
    float: left;
    min-width: 135px;
    width: 30%;
    font-weight: 400;
    pointer-events: auto
  }

  .sideMenu .sideMenu_sub {
    display: none;
    float: left
  }

  .sideMenu .sideMenu_sub>li {
    margin-top: 7px
  }

  .sideMenu .sideMenu_sub>li:first-child {
    margin-top: 7px
  }

  .sideMenu .sideMenu_sub>li a {
    font-weight: 700;
    line-height: 19px
  }

  .sideMenu_footer {
    left: 48px;
    width: calc(100% - 108px)
  }

  .sideMenu_footer .news_sideMenu_wrap {
    padding-bottom: 30px
  }

  .sideMenu_footer .sideMenu_link_wrap {
    padding: 26px 0 42px
  }

  .sideMenu_footer .sideMenu_link_wrap a {
    margin-left: 12px
  }

  .sideMenu_footer .news_sideMenu_wrap .news a~a {
    display: none
  }

  .sideMenu_footer .news_sideMenu_wrap .news a img {
    width: 50%
  }

  /* S > MAIN */
  .progressWrap {
    top: auto !important;
    bottom: 56px !important
  }

  .progress {
    display: inline-block !important;
    right: auto !important;
    left: auto !important
  }

  .progress.progress0,
  .progress.progress1,
  .progress.progress2,
  .progress.progress3 {
    position: relative !important;
    width: 100px !important;
    margin: 0 9px !important
  }

  .main_visual>.swiper-wrapper>.swiper-slide .main_visual_txt_wrap h1:before,
  .main_visual>.swiper-wrapper>.swiper-slide .main_visual_txt_wrap h1 strong:before {
    content: none !important
  }

  /* .newsroom_wrap{bottom:90px}
    .newsroom_wrap > .swiper-wrapper > .swiper-slide > a{max-width:64%}
    .newsroom_wrap > .newsroom_next,
    .newsroom_wrap > .newsroom_prev{left:64%} */

  /* S >> 기술서비스 영역 */
  .technicalServiceTitle {
    width: 100%;
  }

  /* S >> 융합서비스 슬라이드 영역 */
  .convergenceServiceSlide_list .swiper-wrapper .swiper-slide .img_wrap {
    width: 48%;
  }

  .convergenceServiceSlide_list .swiper-wrapper .swiper-slide {
    padding-left: 48%;
  }

  /* S */
  /* .convergenceService_wrap{padding:60px !important} */
  .convergenceServiceTitle {
    position: static
  }

  .convergenceService_list {
    overflow: hidden;
    width: 100%;
    margin: 1px 0 0
  }


  /* S > FOOTER */
  footer .container {
    padding: 40px 60px 95px
  }

  .footer_company_info_wrap address {
    margin-bottom: 0
  }

  .footer_link_wrap {
    display: none
  }
}

@media only screen and (max-width: 1300px) {
  section.sc_sec#section2 {
    display: block;
  }
  section.sc_sec#section3 {
    display: block;
  }
}

@media only screen and (max-width: 1279px) {
  .newsroom_wrap {
    width: calc(100% - 60px);
  }

  .newsroom_wrap .nav {
    right: 60px;
    bottom: 0;
  }

  .newsroom_wrap strong {
    font-size: 14px;
  }

  .newsroom_slider>.swiper-wrapper>.swiper-slide>a {
    font-size: 14px;
    max-width: calc(100% - 60px);
  }

  .technicalService_list > div {
    font-size: 0;
  }

  .technicalService_list a {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 18px) / 2);
    padding-top: 33.0434%;
  }

  .technicalService_list a img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .technicalService_list a:nth-child(2n+1) {
    margin-left: 0;
  }

  .technicalService_list a:nth-child(n+3) {
    margin-top: 18px;
  }

  .technicalService_list a + a {
    margin-left: 18px;
  }

  .technicalService_list a:nth-child(2) {
    margin-top: 114px;
    
  }
  
  .technicalService_list a:nth-child(3) {
    margin-top: -96px;
  }
  
  .technicalService_list a:nth-child(4) {
    margin-top: 18px;
  }

  .convergenceService_wrap {
    display: block;
  }
  .convergenceServiceTitle {
    display: block;
    margin-bottom: 50px;
  }
  .convergenceService_list li span {
    text-align: justify;
  }
  .convergenceService_list li span br {
    display: none;
  }
  .anchor {
    display: none;
  }
}

@media only screen and (max-width: 809px) {

  /* S > COMMON */
  .container {
    padding: 30px 24px 60px
  }

  .news_wrap .container {
    padding: 50px 24px
  }

  .news_title {
    width: 100%;
    margin-top: 0;
    font-size: 18px;
    line-height: 22px
  }

  .news_title .btn_news {
    float: right;
    width: 16px;
    height: 16px
  }

  .news_title .btn_news:before {
    height: 2px
  }

  .news_title .btn_news:after {
    height: 2px
  }

  .news {
    width: 100%;
    margin-top: 12px
  }

  .notice {
    width: 100%;
    margin-top: 20px
  }

  .txt_contents {
    padding: 11px 12px 0 12px
  }

  .txt_contents strong {
    font-size: 12px;
    line-height: 16px
  }

  .txt_contents span.txt_content {
    height: 32px;
    font-size: 12px;
    line-height: 16px
  }

  .txt_contents span.news_date,
  .txt_contents span.notice_date {
    margin-top: 7px;
    color: #999;
    line-height: 16px
  }

  /* S > NAV */
  .navbar {
    min-height: 48px
  }

  .navbar>.navbar-header .navbar-toggle {
    margin-right: 14px
  }

  .navbar-default .navbar-collapse {
    width: calc(100% - 149px)
  }

  .navbar-default .navbar-header .navbar-brand {
    margin-left: 9px
  }

  .navbar-default .navbar-header {
    height: 48px
  }

  .navbar-default .navbar-header .navbar-brand {
    height: 48px;
    padding: 15px
  }

  .navbar-default .navbar-nav>li .lang_btnWrap {
    margin: 6px 0
  }

  .navbar-default .navbar-nav>li .btn_search {
    width: 32px;
    height: 32px;
    margin: 8px 0;
    padding: 6px 0 8px;
    background-size: 12px
  }

  .navbar-default .navbar-nav>li .btn_youtube {
    width: 32px;
    height: 32px;
    margin: 8px 0;
    padding: 6px 0 8px;
    background-size: 26px
  }

  .form-group {
    width: 86%
  }

  .form-group input[type="text"] {
    font-size: 16px
  }

  .btn_closeSearch:before {
    left: 11px;
    width: 14px
  }

  .btn_closeSearch:after {
    left: 11px;
    width: 14px
  }

  .navbar-default .navbar-header .navbar-toggle {
    margin: 8px 14px 8px 0
  }

  .navbar-default .navbar-header .navbar-toggle .icon-bar {
    width: 18px
  }

  .navbar-default .navbar-header .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
  }

  .sub_nav_wrap {
    padding-top: 48px
  }

  .sub_nav_wrap .sub_nav_inner_wrap .home {
    display: none
  }

  .sub_nav>li {
    flex: 1 1;
    float: none;
    width: auto;
    max-width: none;
    margin-left: 0;
    border-right: 0
  }

  .sub_nav>li:first-child {
    border-left: 0
  }

  /* S >> SideMenu */
  .sideMenu_wrap .sideMenu_inner_wrap {
    width: 78.3333%;
    padding: 0 12px 0 30px
  }

  .sideMenu_wrap .sideMenu_inner_wrap .sideMenu {
    height: calc(100% - 186px);
    margin-top: 78px;
    padding: 0 0 32px
  }

  .sideMenu_wrap .sideMenu_inner_wrap .sideMenu .sideMenu_sub {
    clear: both
  }

  /* .sideMenu_wrap .sideMenu_inner_wrap .sideMenu > li{overflow:visible} */
  .sideMenu_wrap .sideMenu_inner_wrap .sideMenu>li>a {
    position: relative;
    width: 100%
  }

  .sideMenu_wrap .sideMenu_inner_wrap .sideMenu>li>a:after {
    content: '';
    display: block;
    position: absolute;
    right: 18px;
    top: 8px;
    width: 23px;
    height: 13px;
    background: transparent url('./../../../../assets/images/common/ico_dropDown.png') right center scroll no-repeat
  }

  .sideMenu_wrap .sideMenu_inner_wrap .sideMenu>li.active>a:after {
    transform: rotate(180deg)
  }

  .sideMenu_footer {
    left: 30px;
    width: calc(100% - 60px)
  }

  .sideMenu_footer .news_sideMenu_wrap {
    display: none
  }

  .sideMenu_footer .sideMenu_link_wrap {
    padding-top: 0;
    padding-bottom: 20px;
    border-top: none
  }

  .sideMenu_footer .sideMenu_link_wrap a {
    clear: both;
    margin-left: 0;
    margin-top: 5px;
    font-size: 12px;
    line-height: 16px;
  }

  .sideMenu_footer .sideMenu_link_wrap a.btn_linkPharos {
    width: 100%;
    margin-top: 12px;
    padding: 8px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    background-image: none
  }

  .sideMenu_footer .sideMenu_link_wrap a.btn_linkPharos:hover {
    padding: 9px;
    background-image: none
  }

  /* S > MAIN */
  .progressWrap {
    bottom: 30px !important
  }

  .progress.progress0,
  .progress.progress1,
  .progress.progress2,
  .progress.progress3 {
    width: 42px !important;
    margin: 0 6px !important
  }


  /* S > FOOTER */
  footer {
    overflow-x: auto;
    overflow-y: hidden;
    min-width: 360px;
  }

  footer .container {
    padding: 30px 24px 60px
  }

  .footer_company_info_wrap address {
    font-size: 12px
  }

  .footer_company_info_wrap dl {
    font-size: 12px
  }

  .footer_company_info_wrap span {
    font-size: 12px
  }
}

@media only screen and (max-width: 767px) {
  .newsroom_wrap {
    width: 100%;
    display: block;
    padding: 26px 24px;
    height: 90px;
  }

  .newsroom_wrap strong {
    font-size: 12px;
    display: block;
    width: 100%;
    padding-left: 0;
    line-height: 20px;
  }

  .newsroom_slider {
    overflow: hidden;
    height: 22px;
  }

  .newsroom_slider>.swiper-wrapper>.swiper-slide>a {
    font-size: 12px;
    max-width: calc(100% - 20px);
    line-height: 22px;
  }

  .newsroom_wrap .nav {
    right: 24px;
  }
  .main_visual_txt_wrap {
    padding: 0 20px;
    top: 110px;
  }
  .main_visual_txt_wrap h1 strong {
    font-size: 42px;
    line-height: 1em;
  }
  .main_visual_txt_wrap h2 {
    font-size: 12px;
    line-height: 18px;
  }
  .with_header {
    padding: 0;
  }
  section.sc_sec#section2 {
    padding: 60px 0;
  }
  section.sc_sec#section2>div {
    padding: 0 20px;
  }
  .technicalServiceTitle {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 24px;
  }
  .technicalService_list a {
    padding-top: 60.2564%;
  }
  .technicalService_list a strong {
    bottom: 47px;
    left: 16px;
    font-size: 12px;
  }
  .technicalService_list a span {
    bottom: 24px;
    left: 16px;
    font-size: 14px;
  }
  section.sc_sec#section3 {
    padding: 60px 20px;
  }
  .convergenceServiceSlideTitle {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 24px;
  }
  .convergenceServiceSlide_list {
    padding-bottom: 30px;
  }
  .convergenceServiceSlide_list .swiper-wrapper .swiper-slide {
    display: block;
    padding: 0;
    height: auto;
  }
  .convergenceServiceSlide_list .swiper-wrapper .swiper-slide .img_wrap {
    width: 100%;
    height: 150px;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
  }
  .convergenceServiceSlide_list .swiper-wrapper .swiper-slide .text_wrap {
    width: 100%;
    padding: 0;
  }
  .convergenceServiceSlide_list .swiper-wrapper .swiper-slide .text_wrap strong {
    font-size: 22px;
    line-height: 32px;
    display: block;
    margin-top: 26px;
  }
  .convergenceServiceSlide_list .swiper-wrapper .swiper-slide .text_wrap strong:before {
    content:none;
  }
  .convergenceServiceSlide_list .swiper-wrapper .swiper-slide .text_wrap span {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
    font-weight: 400;
    text-align: justify;
    word-break: break-all;
  }
  section.sc_sec#section4 {
    padding: 60px 0;
  }
  section.sc_sec#section4>div {
    padding: 0 20px;
  }
  .convergenceServiceTitle {
    font-size: 18px;
    line-height: 22px;
  }
  .convergenceService_list li {
    width: 100%;
  }
  .convergenceService_list li:nth-child(n+3),
  .convergenceService_list li + li {
    margin-top: 30px;
    margin-left: 0;
  }
  .convergenceService_list li img {
    margin-bottom: 16px;
  }
  .convergenceService_list li strong {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .convergenceService_list li span {
    font-size: 12px;
    line-height: 18px;
  }
}