/*
  Theme Name: Flattern
  Theme URL: https://bootstrapmade.com/flattern-multipurpose-bootstrap-template/
  Author: BootstrapMade.com
  Author URL: https://bootstrapmade.com
*/

/* === prettify === */

@import url('../js/google-code-prettify/prettify.css');
/* === fontawesome === */

@import url('font-awesome.css');
/* === custom icon === */

@import url('custom-fonts.css');
/* ==== overwrite bootstrap standard ==== */

@import url('overwrite.css');
@import url('animate.css');
/* Table of content */

/*===================================
1. General
2. layout
3. Responsive media
4. Header
5. Section: Featured
6. Sliders
7. Intro
8. Section: Content
9. Section: Bottom
10. Inner - Section: page headline
11. Forms
12. Portfolio
13. Elements
14. Blog & article
15. Aside, sidebar
16. Footer
17. Divider, Line & Misc
18. Position & alignment
19. More icon from custom font icon
20. Spacer, margin
21. Media queries
==================================== */

/* ===================================
1. General
==================================== */
html, body, form { margin:0px; padding:0px;height:100%}

body {
  font-family: 'Noto Sans KR', sans-serif;
  letter-spacing: -.6px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6em;
  color: #1a1a1a;
  overflow-x:hidden;
}

a:active {
  outline: 0;
}

.clear {
  clear: both;
}

/* ===================================
2. layout
==================================== */

.container {
  padding: 0 20px 0 20px;
  position: relative;
}

#wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
}

#wrapper.boxed {
  width: 1230px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  background: #fff;
}

.row, .row-fluid {
  margin-bottom: 30px;
}

.row .row, .row-fluid .row-fluid {
  margin-bottom: 30px;
}
.row.nomargin, .row-fluid.nomargin {
  margin-bottom: 0;
}

/* ===================================
3. Responsive media
==================================== */

.video-container, .map-container, .embed-container {
  position: relative;
  margin: 0 0 15px 0;
  padding-bottom: 51%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border: none;
}

.embed-container iframe, .embed-container object, .embed-container embed, .video-container iframe, .map-container iframe, .map-container object, .map-container embed, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

iframe {
  border: none;
}

img.img-polaroid {
  margin: 0 0 20px 0;
}

.img-box {
  max-width: 100%;
}

/* ===================================
4. Header
==================================== */

/* --- hidden top area --- */

.hidden-top {
  height: 0;
  color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.hidden-top-inner ul {
  list-style: none;
  margin-top: 30px;
  margin-left: 0;
  text-align:center 
}

.hidden-top-inner ul li {
  display: inline;
  margin: 0 20px 0 0;
}

.hidden-top.toggle-link-open {
  padding: 10px 0;
}

.hidden-top a {
  color: #ffffff;
}

#header-hidden-link {
  position: absolute;
  right: 60px;
  top: 0px;
}

#header-hidden-link a.toggle-link, #header-hidden-link a.top-link {
  outline: 0;
  font-size: 0;
  line-height: 1;
  padding: 5px 10px;
  height: 20px;
  display: block;
  text-align: center;
  color: #fefefe;
  text-decoration: none;
  margin-right:13px;
}

#header-hidden-link a.toggle-link:active, #header-hidden-link a.toggle-link:focus, #header-hidden-link a.toggle-link:hover {
  outline: 0;
}

#header-hidden-link a.toggle-link i, #header-hidden-link a.top-link i {
  font-size: 16px;
  line-height: 1;
}

#header-hidden-link a.toggle-link:hover, #header-hidden-link a.top-link:hover {
  text-decoration: none;
  color: #ffffff;
}

#header-hidden-link a.toggle-link>i:before {
  content: "\f067";
  font-family: 'FontAwesome';
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
}

#header-hidden-link a.toggle-link.open {
  text-decoration: none;
}

#header-hidden-link a.toggle-link.open>i:before {
  content: "\f068";
}

/*.row > .span6.m_intro>h2 {
    word-break: keep-all
}*/
.toggle-link-open {
  height: auto !important;
  min-height: 40px;
  max-height: 40000px;
}

.toggle-link-close {
  height: 0;
  overflow: hidden;
}

/* --- modal signup & signin form --- */

/* modal styled */

.modal.styled .modal-header h4 {
  color: #fff;
}

#sunlight .modal-header h4{
    text-align: center;
    margin-bottom: 0;
    padding: 5px 0;
    font-size: 25px
    
}

/* --- header -- */

header {
  background: #fff;
  margin: 0;
  padding: 0;
  position: relative;
  box-shadow: 0px 1px 5px #27272780;
  -webkit-box-shadow: 0px 1px 5px #27272780;
  -moz-box-shadow: 0px 10px 5px #27272780;
  z-index: 1
}

header .logo {
  margin: -10px 0 0 0;
  float: left;
}

header .logo img {
  margin-bottom: 10px;
}

header .logo h1 {
  font-size: 14px;
  margin: 0;
}

/* --- headnav menu : signup & signin --- */

.headnav {
  float: right;
  margin: 35px 0 0 0;
  /*border-bottom: 1px dotted #e6e6e6;*/
}

.headnav ul {
  margin-left: 0;
  list-style: none;
  margin: 0 20px 10px 25px;
}

.headnav ul li {
  display: inline;
  margin-left: 10px;
}

.headnav ul li a {
  outline: 0;
  font-size: 12px;
  font-weight: 500;
}

.headnav ul li a:hover, .headnav ul li a:focus, .headnav ul li a:active {
  outline: 0;
}

.about-author h4 {
    font-size:20px;
    font-weight: 400;
    margin-bottom: 10px
}

.about-author h3 {
    font-size: 17px;
    margin-bottom: 10px;
}

.about-author .align-left {
    margin: 0 15px 0 0;
}

/* --- menu --- */

@media (min-width: 768px) {
  header .navigation {
    float: right;
  }
}

header ul.nav li {
  border: none;
  margin: 0;
}

header ul.nav li a {
  font-size: 13px;
  border: none;
  font-weight: 300;
  text-transform: uppercase;
}

.navbar .nav>li>a {
  color: #111;
  text-shadow: none;
}

.navbar .nav a:hover {
  background: none;
}

.navbar .nav>.active>a, .navbar .nav>.active>a:hover {
  background: none;
  font-weight: 600;
}

.navbar .nav>.active>a:active, .navbar .nav>.active>a:focus {
  background: none;
  outline: 0;
  font-weight: 600;
}

.navbar .nav li .dropdown-menu {
  z-index: 2000;
}

header ul.nav li ul {
  margin-top: 1px;
}

header ul.nav li ul li ul {
  margin: 1px 0 0 1px;
}

.dropdown-menu .dropdown i {
  position: absolute;
  right: 0;
  margin-top: 3px;
  padding-left: 20px;
}

.navbar .nav>li>.dropdown-menu:before {
  display: inline-block;
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-bottom-color: none;
  content: none;
}

.navbar .nav>li>.dropdown-menu:after {
  display: inline-block;
  border-right: none;
  border-bottom: none;
  border-left: none;
  content: '';
}

ul.nav li.dropdown a {
  z-index: 1000;
  display: block;
}

select.selectmenu {
  display: none;
}

/* ===================================
5. Section: Featured
==================================== */

#featured {
  background: #fcfcfc;
  position: relative;
  margin: 0;
  padding: 0;
}

/* ===================================
6. Sliders
==================================== */

/* --- slit slider --- */

/* --- flexslider --- */

#featured .flexslider {
  padding: 0;
  margin: 30px 0 30px;
  background: #fff;
  position: relative;
  zoom: 1;
}

#featured .flexslider .slide-caption {
  background: #333;
}

#featured .flexslider .slide-caption {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
  zoom: 1;
}

#featured .flexslider .slide-caption {
  width: 30%;
  padding: 2%;
  position: absolute;
  left: 10px;
  bottom: -30px;
  background: rgba(0, 0, 0, .5);
  z-index: 99;
}

#featured .flexslider .slide-caption p {
  font-size: 14px !important;
  line-height: 22px;
  font-weight: 300;
  color: #f0f0f0 !important;
  margin-bottom: 15px;
}

#featured .flexslider .slide-caption h3 {
  font-weight: 700;
  color: #f4f4f4;
  font-size: 22px;
}

#featured .flexslider .slide-caption span a {
  padding: 7px 15px;
  float: left;
}

#featured .flexslider .slide-caption span a:hover {
  opacity: .9;
}
/*main banner styles*/

#main_banner .m_bnr{
  position:relative;
  background:url(../img/pattern.jpg) no-repeat center;
  height: auto;
  width:auto;
  max-height:700px;
}

#main_banner .m_bnr .text_sec{
  position:inherit;
  background: rgba(250,250,250,0.5);
  padding: 30px 100px 30px;
  top: 0;
}

#main_banner .m_bnr .text_sec h1,#main_banner .m_bnr .text_sec p{
  color:#000
}

#main_banner .m_bnr .text_sec h1{
  font-size:50px;
  font-weight: 600;
}

.btn_3 .on {
    background: #fff2f0
}

.btn_3 {
    text-align: right;
    position: absolute;
    top: 17%;
    right: 20px;
    display: flex;
    border: 1px solid #ef3823
}

.btn_3 a {
    padding:3px 10px;
    border-right:1px solid #ef3823
}

.btn_3 a:focus {
    text-decoration:none;
}

.btn_3 a:nth-child(2){
    border-right:none;
}

.btn_3 a:hover{
    text-decoration:none;
}
.span8.chart {
    position:relative
}
.span8.chart h2 {
    font-size: 27px;
    font-weight: 600;
    margin-bottom:35px;
}
.chart_title {
    float:left;
    width:32%;
    font-size:16px
}

.chart_title p{
    font-size:16px;
    color:#333;
    font-weight:500;
    display:inline;

}

.chart_title span{
    font-size:15px;
    color:#1a1a1a;
    margin-left:10px   
}

.chart_title h3 {
    font-weight:500;
    font-size:32px;
    margin-bottom: 20px;
}
.chart_title h3>span{
    font-size:15px;
    margin-left:5px;
}

.chart_title h3 > .color {
    color:#ef3823
}

.widget.insight input {
    padding: 10px;
    width: 90%;
    margin-bottom:20px
}

.widget.insight label{
    font-size:15px;
    margin-bottom:10px

}
.widget.insight label span{
    color:#1a1a1a;
    font-weight:400;
    margin-left:5px
}

.widget.insight .form-group.btn_gr button:nth-child(1){
    margin-right:20px
}

.widget.insight .form-group.btn_gr{
    margin-top:10px
}
.widget.insight .form-group.btn_gr button {
    background-color: #fff;
    border: 1px solid #999;
    width: 45%;
    padding: 15px 0;
    color:#999;
    font-size:15px;
}

.widget.insight .form-group.btn_gr .on{
    border:1px solid #ef3823;
    background-color:#ef3823;
    color:#fff
}
.widget.insight .form-group{

}

.widget.insight .form-group .result{
    text-align:right;
    font-size:30px;
    margin-right:6px;
    font-weight:500;
    margin-bottom:0
}
.widget.insight .form-group .result>span{
    color:#353535;
    margin-right:5px
}

.widget.insight dl {
    margin-bottom: 0;
    font-weight:500
}

.widget.insight dl > .title {
    float: left;
    font-weight: 400
}

.widget.insight dl > .vl {
    text-align:right;
    font-weight: 400
}
/* The Nivo Slider styles */
#nivo-slider {
    position: relative;
}

#featured #nivo-slider .row, #featured #nivo-slider .row-fluid {
  margin-bottom: 0;
}

.nivo-slider {
  background: #fbfbfb;
}

.slides {
  margin: 0;
  overflow: hidden;
}

.slides li {
  list-style-type: none;
}

.nivoSlider, .nivo-slider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
}

.nivo-slider img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: none;
}

.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
}

/* If an image is wrapped in a link */

.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  background: white;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* The slices and boxes in the Slider */

.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0;
}

.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden;
}

.nivo-box img {
  display: block;
}

/* Caption styles */

.nivo-caption {
  position: absolute;
  left: 80px;
  bottom: 20px;
  background: #000;
  color: #fff;
  width: 30%;
  z-index: 8;
  padding: 20px;
  opacity: 0.8;
  overflow: hidden;
  display: none;
  -moz-opacity: 0.8;
  filter: alpha(opacity=8);
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.nivo-caption h2 {
  color: #fff;
  font-size: 26px;
  line-height: 1em;
}

.nivo-caption p {
  margin-bottom: 20px;
}

.nivo-caption a {
  display: inline !important;
}

.nivo-html-caption {
  display: none;
}

/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
  position: absolute;
  bottom: 0px;
  z-index: 9;
  cursor: pointer;
}

.nivo-prevNav {
  right: 0px;
}

.nivo-nextNav {
  right: 0px;
}

/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
  text-align: center;
  padding: 20px 0;
}

.nivo-controlNav a.active {
  background-position: 0 -22px;
}

.nivo-directionNav a {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
  margin: 0;
  display: inline-block !important;
  text-align: center !important;
  color: #fff;
  width: 18px;
  height: 18px;
  padding: 3px;
  font-size: 12px;
  line-height: 18px;
  text-shadow: none;
  cursor: pointer;
  background-color: #444;
  right: 15px;
}

.nivo-directionNav a {
  opacity: 1;
}

a.nivo-nextNav {
  right: 0px;
}

a.nivo-nextNav:before {
  content: "\f105";
  color: #fff;
}

a.nivo-prevNav {
  right: 25px;
}

a.nivo-prevNav:before {
  content: "\f104";
  color: #fff;
}

.nivo-controlNav.nivo-thumbs-enabled {
  width: 100%;
}

.nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px;
}

.nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto;
}

.nivo-controlNav a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../img/nivo-bullets.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  margin: 0 2px;
}

.nivo-control.active {
  background-position: 0 0;
}

/* ===================================
7. Section: call action
==================================== */

section.callaction {
  background: url(../img/step_img.png) no-repeat right; 
  padding: 30px 0 0 0;
}

section.callaction._alt4 {
  background: url(../img/sunshine_dark.jpg) no-repeat right; 
  padding: 30px 0 0 0;
  height:200px     
}

section.callaction._alt4.battery{
    background: url(../img/battery.jpg) no-repeat right;
}

.heading._step strong{
    font-weight: 600
}

.heading._step.alt4 strong{
    font-weight: 500;
    font-size: 30px;
    word-break: keep-all
}

.heading._step strong:before{
    content:'';
    display: inline-block;
    width: 20px;
    height: 25px;
    background-color:#ff9900;
    margin-right: 5px;
    
}

.heading._step.alt4 strong:before{
    display:none;
}

/*.heading._step._2 strong:after{
    content:'';
    display: inline-block;
    width: 20px;
    height: 25px;
    background-color:#ff9900;
    margin-left: 5px  
}*/

/* ===================================
8. Section: Content
==================================== */

#content {
  position: relative;
  background: #fff;
  padding: 50px 0 0 0;
}

#content.coperat {
    padding: 110px 0 31px 0;
}

#content.disposal{
    background: #fff2f0;
    margin-top:50px
}
#content img {
  max-width: 100%;
  height: auto;
}

.btn.btn-theme {
  float:right;
  margin-bottom:10px;
}

#content .koz{
    text-align: center;
    font-size: 16px;
    font-weight: 400
}

#content .koz.cop{
    /*box-shadow: 1px 1px 3px -0.7px*/
}
#content .koz img{
  height: 262px;
  margin-bottom: 5px;
}

#content .koze {
  margin-left: 30px
}

#content .koz.cop img{
  height: 90px
}

#content .his_img{
  margin-bottom: 80px;
}

.span6.m_intro{
    float:right;
    margin-top: 132px;
}
.span6.m_intro h2{
    line-height: 54px;
    margin-bottom: 50px;
}

.span6.m_intro b{
  background:#F03C02;
  color: #fff;
  padding: 5px;
  font-size: 36px;
}

.span6.m_intro p{
    font-size: 17px;
    line-height: 30px;
    font-weight: normal
}

.span6.qa {
    width:97.5%
}

.span12.mission{
  text-align:center;
  margin-left: 0
}

.row.mv_content{
  border-radius: 10px;
  padding: 10px;
  margin-left: 0px;    
}

.span6.m_intro_img {
    margin-bottom:50px
}
/* --- Call to action --- */
.cta-text {
    /*float: left;*/
    margin-top: 10px;
    color: #fff !important;
}

.cta-text h3{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
    margin:0 auto;
    
}

.cta-text._alt4 h3{
    font-size: 40px;
    padding: 20px
}

.cta-text._alt4._1 h3 {
    margin-top: 40px;
}

.cta-text._alt4 button{
    border:none;
    background: #ef3823;
    font-size: 15px;
    padding: 10px 0px;
}

.cta-text._alt4 a>button{
    color: #fff;
    padding: 10px 30px;
}

.cta-text._alt4 button>a:hover{
    text-decoration: none;
}

.cta-text._alt4 button>a:focus{
    text-decoration: none;
}

#sunlight .form-horizontal .sub_title{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #ef3823
}

#sunlight .modal-body{
    max-height: 560px
}



.big-cta .cta {
  margin-top: 10px;
}

/* ===================================
9. Section: Bottom
==================================== */
    #bottom {
    background: #fcfcfc;
    padding: 50px 0 0;
}

/* twitter */

#twitter-wrapper {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}

#twitter em {
  font-style: normal;
  font-size: 13px;
}

#twitter em.twitterTime a {
  font-weight: 600;
}

#twitter ul {
  padding: 0;
  list-style: none;
}

#twitter ul li {
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 300;
  margin-bottom: 20px;
  position: relative;
  word-break: break-word;
}

/* ===================================
10. Inner - Section: page headline
==================================== */

#inner-headline {
  background: #252525;
  position: relative;
  margin: 0;
  padding: 0;
  color: #fefefe;
}

#inner-headline .inner-heading h2 {
  color: #fff;
  margin: 20px 0 0 0;
}

/* --- breadcrumbs --- */

#inner-headline ul.breadcrumb {
  margin: 20px 0 0;
  float: right;
}

#inner-headline ul.breadcrumb li {
  margin-bottom: 0;
  padding-bottom: 0;
}

#inner-headline ul.breadcrumb li {
  font-size: 13px;
  color: #ddd;
}

#inner-headline ul.breadcrumb li i {
  color: #dedede;
}

#inner-headline ul.breadcrumb li a {
  color: #fff;
}

ul.breadcrumb li a:hover {
  text-decoration: none;
}

/* ============================
11. Forms
============================= */

/* --- contact form  ---- */

.contactForm input[type="text"], .contactForm input[type="email"], .contactForm input[type="tel"] {
  width: 100%;
  min-height: 40px;
  padding-left: 20px;
  font-size: 13px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.contactForm textarea {
  width: 100%;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 13px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.validation {
  color: #ef3823;
  display:none;
  margin: 0 0 20px;
  font-weight:400;
  font-size:13px;
}

#sendmessage {
  color: green;
  border:1px solid green;
  display:none;
  text-align:center;
  padding:15px;
  font-weight:600;
  margin-bottom:15px;
}

#errormessage {
  color: red;
  display:none;
  border:1px solid red;
  text-align:center;
  padding:15px;
  font-weight:600;
  margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

/* Google Map */
#google-map {
  height: 400px;
  margin-bottom: 40px;
}

/* --- comment form ---- */

form#commentform input[type="text"] {
  width: 100%;
  min-height: 40px;
  padding-left: 20px;
  font-size: 13px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}

form#commentform textarea {
  width: 100%;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 13px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
}

/* --- search form --- */

.search {
  float: right;
  margin: 35px 0 0;
  padding-bottom: 0;
}

#inner-headline form.input-append {
  margin: 0;
  padding: 0;
}

/* ===============================
12. Portfolio
================================ */

.work-nav #filters {
  margin: 0;
  padding: 0;
  list-style: none;
}

.work-nav #filters li {
  margin: 0 10px 30px 0;
  padding: 0;
  float: left;
}

.work-nav #filters li a {
  color: #7F8289;
  font-size: 16px;
  display: block;
}

.work-nav #filters li a:hover {}

.work-nav #filters li a.selected {
  color: #DE5E60;
}

#thumbs {
  margin: 0;
  padding: 0;

}

#thumbs.mn {
    margin: 0;
    padding: 0;
    display: table;
    border-spacing: 20px;
    margin:0 auto
}

#thumbs.mn >li {
  list-style-type: none;
  cursor:default;
  float: none;
  display:table-cell;
  width: 23%;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px 0px;
  height: 400px;

}

#thumbs li {
  list-style-type: none;
  cursor:default;
}

#thumbs.mn >.item-thumbs.span3._01{
  background:url(../img/works/thumbs/main_img1-1.jpg) no-repeat center;
  background-size: cover;
  background-position: 30%;
  width: 450px;
}

#thumbs.mn >.item-thumbs.span3._02{
  background:url(../img/works/thumbs/main_img2-1.jpg) no-repeat center;
  background-size: cover;
  width: 450px;
}

#thumbs.mn >.item-thumbs.span3._03{
  background:url(../img/works/thumbs/main_img3-1.jpg) no-repeat center;
  background-size: cover;
  background-position: 58%;
  width: 450px;
}

#thumbs.mn >.item-thumbs.span3._04{
  background:url(../img/works/thumbs/main_img4-1.jpg) no-repeat center;
  background-size: cover;
  width: 450px;
  background-position: 3%
}

#thumbs.mn >li {
  list-style-type: none;
  cursor:default;
  float: none;
  display:table-cell;
  width: 23%;
  background:url(../img/works/thumbs/main_img1-1.jpg) no-repeat center;
  background-size: cover;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 8px 0px;
}
/*추가*/
/*#thumbs li>b{
 margin-top:10px;
 font-size:20px;
 line-height: 1.6em;
 margin: 10px 10px 0 10px;
 font-weight: 500
}*/

#thumbs li>.thumbs_tx{
    position: absolute;
    bottom:0;
    background: rgba(26,26,26,0.3);
    color:#fff;
    padding:10px 10px 20px 10px
}

#thumbs li>.thumbs_tx .bold{
    margin-top: 0;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

#thumbs li>.thumbs_tx p{
  word-break: break-all;
  margin: 5px 0 0 0;
  line-height: 1.6em;
  font-size:15px;
}
.item-thumbs {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  cursor: pointer;
}

.item-thumbs a+img {
  width: 100%;
  /*margin-bottom:15px;*/
}
.accordion-inner._notice h1{
    font-size:22px;
    font-weight:600;
    margin-bottom:30px
}
.f_section01 {
    margin-bottom: 30px;
}
.f_section01 h2 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px
}

.fit_table.score {
    overflow-x:scroll;
    margin-top:20px
}

.fit_table.score img {
    height: 180px !important;
    max-width: inherit !important;
}
/*채용절차*/
.row._step_content {
    margin-left: 30px;
    margin-bottom: 0
}

.row._step_content._2._6{
    margin-left: 0
}

#content.disposal .alt4 img{
    width: 65%;
    margin-bottom: 10px;
}
#content.disposal .alt4 img:nth-child(4){
    margin-bottom: 50px
}

.row._step_content._2.alt4, .row._step_content.alt4{
    margin-left: 0
}
.row._step_content h4{
    text-align: left;
    margin-bottom: 0
}

.row._step_content.alt4 h4{
    text-align: center;
    margin-bottom: 40px
}

.row._step_content.alt4.disposal h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 23px;
    font-weight: 500
}

.row._step_content._2 h4{
    text-align: left;
    margin-top: 40px
}

.row._step_content._2.road h4 {
    margin-bottom:20px
}

.row._step_content._2 .heading_sub{
    text-align: left;
    font-size: 18px;
    margin: 20px 0 40px 0;
    font-weight: 500
}

.step_content{
    text-align: center;
}

.step_content._alt4{
    text-align: left;
}

.step_content._alt4 ul{
    width: 590px;
    margin:0 auto;
}

.step_content._alt4 li{
    list-style: none;
    font-size: 18px;
    line-height: 2.3em;
    font-weight: 500;
    position:relative;
    padding-left: 33px
    
}

.step_content._alt4 li:before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background:url(../img/check_icon.png) no-repeat center;
    background-size: 20px auto;
    vertical-align: middle;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 10px;
}

.close_btn {
    width: 100px;
    height: 100px;
    position: fixed;
    top:0;
    right:0;
    border-radius:50%;
    border:none;
    background-color:red
}

.span4.sns{
    float:left;
}

@media (max-width:840px) {

    .layer .layer_area .fit_table {
        width: 100%
    }

    .layer .layer_area {
        margin-left: -250px !important;
        margin-top: -208.5px !important;
    }

    #fitdetail {
        max-width: 500px !important;
    }
}

@media (max-width: 550px) {
    #fitdetail {
        max-width: 350px !important;
    }

    .layer .layer_area {
        margin-left: -185px !important;
        margin-top: -154.5px !important;
    }
}

.step_content._alt4.module ul{
    width: 634px;
}


.step_content._alt4.module li{
    display: inline-block;
    text-align: center;
    font-size: 15px;
    line-height: 1.3em;
    vertical-align: top;
    padding-left: 100px
    
}

.step_content._alt4.module li:before{
    position: inherit
}

.step_content._alt4.module li:before{
    content:'';
    display:block;
    width: 140px;
    height: 120px;
    background:url(../img/module_icon.png) no-repeat center;
    margin:0 auto;
    margin-bottom: 20px;
    background-size:410px auto
}

.step_content._alt4.module .module_i1{
    padding-left: 0
}
.step_content._alt4.module .module_i1:before{
    background-position: 3px 0px
}

.step_content._alt4.module .module_i2:before{
    background-position: -132px 0px;
    
}

.step_content._alt4.module .module_i3:before{
    background-position: -275px 0px
}


#content.content_alt4{
    background: #fff2f0;
    padding-bottom: 50px;
    margin-top: 50px;
}
.step_content._2{
    display: table;
    margin:0 auto;
    border-spacing: 10px 5px;
}

.step_content._2._3 {
    margin-bottom:50px
}

.step_content._map{
    background:#f2f2f2;
    width: 100%;
    height: 400px;
    margin-top: 40px;
    position: relative
}

.step_content._map .map_marker{
    background:url(../img/map_marker.png) no-repeat center;
    width:30px;
    height: 35px;
    background-size: 25px;
    position:absolute;
    top: 20%;
    left: 30%
}

.step_content._2 .step{
    display: table-cell;
    width: 18%;
    padding: 60px 60px 40px 60px;
    background: #fff;
    box-shadow: 0px 1px 3px 0px;
    border-radius: 10px
}

.step_content._2._6 .step {
    border-radius:0;
    width:350px;
    padding:40px 10px 40px 10px;
}

.step_content._2 .step.alt4{
    width: 20%;

}

  .step_content._2.alt4 .step{
      padding:20px 15px 20px 15px
  }

.step_content._2 .step h1{
    font-size: 20px;
    font-weight: 500;
    color: #ff8943;
}

.step_content._2._6 .step h1{
    color: #ef3823;
}


.step_content._2._6 .alt4 .step h1{
    color: #ef3823
}

.step_content._2.alt4 .step h1>strong{
    font-size: 20px;
    font-weight: 600
}

.step_content .step{
    display:inline-block;
    font-size:20px;
    margin-top:15px;
    font-weight: 400
}


.step_content .step._end:after{
    content:'';
    display: inline-block;
    border:solid #ff9900;
    border-width: 0 4px 4px 0;
    padding:3px;
    transform: rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    position:absolute;
    left: 27%;
    top: 24%

}

.step_content .step._end._2:after{
    display: none;
}

.step_content .step._fir._2:after{
    display: none;
}

.step_content .step._sec:after{
    content:'';
    display: inline-block;
    border:solid #ff9900;
    border-width: 0 4px 4px 0;
    padding:3px;
    transform: rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    position:absolute;
    left: 50%;
    top: 24%

}

.step_content .step._sec._2:after{
    display:none
}

.step_content .step._thr:after{
    content:'';
    display: inline-block;
    border:solid #ff9900;
    border-width: 0 4px 4px 0;
    padding:3px;
    transform: rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    position:absolute;
    right: 25%;
    top: 24%
   
}

.step_content .step._thr._2:after{
    display: none
}

.step_content .step li{
    list-style: none;
}

.step_content._2 .step ul{
    overflow: hidden;
}

.step_content._2 .step li{
   text-align: left;
   font-weight: 400;
   font-size: 17px;
}

.step_content._2 .step li:before{
    content: '';
    display:inline-block;
    width: 5px;
    height: 5px;
    background:#ff894a;
    margin-right:12px;
    vertical-align: middle;
}

.step_content._2.alt4 .step li:before{
    content: '-';
    display:inline-block;
    width: auto;
    height: auto;
    background:none;
    vertical-align: middle;
    position: absolute;
    left: 0
}

.step_content._2.alt4 .step li{
    font-weight: 400;
    position: relative;
    padding-left: 12px;
}



.table._step{
    margin-top: 40px;
    border:1px solid #ddd;
    border-top: 3px solid #ff9900;
    
}

.table._step th{
    padding:35px;
    border-right: 1px solid #dddddd;
    vertical-align:middle;
}

.table._step a{
    color:#1a1a1a
}

.table._step a:hover{
    text-decoration: none
}

.table._step._map th{
    border:none
}

.table._step td{
    padding: 30px;
    vertical-align: middle;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 400 
}

.table._step th{
    width: 30%;
    font-size: 16px
}

.table._step._map th{
    width: 10%
}
.step_content .step ul{
    margin: 60px
}

.step_content._2 .step ul{
    margin:0
}

.step_content._2._6 .step h1{
    margin-bottom: 0
}
.step_content._2 .step._2 .step_img{
    width:125px;
    height:125px !important;
    float:left;
    margin-right: 70px
}

.step_content._2._6 .step._2 .step_img{
    width:80px;
    height:80px !important;
}

.step_content._2._6 .step._2 .step_img{
    float:none;
    margin-right: 0
}

.step_content._2.alt4 .step._2.alt4.module .step_img{
    width: auto;
    height: auto;
}

.step_content._2.alt4 .step._2.alt4 .step_img{
    float: none;
    margin: 0 auto;
    width: 80px;
    height: 80px !important;
    margin-bottom: 10px
}


.step_content .step ul:before{
    content: '';
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 100px;
    border:4px solid #ff9900;
    background:url(../img/step_icon.png) no-repeat center;
    background-size: 600px auto;
    margin-bottom: 15px
}

.step_content._2 .step._2 ul:before{
    display: none;
}

.step_content .step._fir ul:before{
    background-position: 3px;
}

.step_content .step._sec ul:before{
    background-position: -149px;
}

.step_content .step._thr ul:before{
    background-position: -299px;
}

.step_content .step._end ul:before{
    background-position: -456px;
}

.step_content .step ul:after{
    content: '';
    display: inline-block;
    width: 50px;
    height: auto;
    background:url(../img/step_icon.png) no-repeat center;
}




.item-thumbs._6 .hover-wrap {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 450ms ease-out 0s;
  -moz-transition: all 450ms ease-out 0s;
  -o-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;
  -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
  -moz-transform: rotateY(180deg) scale(0.5, 0.5);
  -ms-transform: rotateY(180deg) scale(0.5, 0.5);
  -o-transform: rotateY(180deg) scale(0.5, 0.5);
  transform: rotateY(180deg) scale(0.5, 0.5);
}

.item-thumbs._6:hover .hover-wrap, .item-thumbs._6.active .hover-wrap {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1, 1);
  -moz-transform: rotateY(0deg) scale(1, 1);
  -ms-transform: rotateY(0deg) scale(1, 1);
  -o-transform: rotateY(0deg) scale(1, 1);
  transform: rotateY(0deg) scale(1, 1);
}

.item-thumbs._6 .hover-wrap .overlay-img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.80;
  filter: alpha(opacity=80);
}

.item-thumbs._6 .hover-wrap .overlay-img-thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  color: #fff;
  font-size: 32px;
  line-height: 1em;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* --- Portolio filter --- */

ul.portfolio-categ {
  margin: 10px 0 30px 0;
  padding: 0;
  float: left;
  list-style: none;
}

ul.portfolio-categ li {
  margin: 0;
  padding: 0 20px 0 0;
  float: left;
  list-style: none;
  font-size: 13px;
  font-weight: 600;
}

ul.portfolio-categ li a {
  display: block;
  padding: 35x 0 35x 0;
  color: #353535;
}

ul.portfolio-categ li.active a:hover, ul.portfolio-categ li a:hover, ul.portfolio-categ li a:focus, ul.portfolio-categ li a:active {
  text-decoration: none;
  outline: 0;
}

/* --- portfolio detail --- */

.top-wrapper {
  margin-bottom: 20px;
}

/* ===============================
13. Elements
================================ */

/* --- blockquote --- */

blockquote {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Noto Serif', serif;
  font-style: italic;
  padding-left: 0;
  color: #a2a2a2;
  line-height: 1.6em;
  border: none;
}

blockquote cite {
  display: block;
  font-size: 12px;
  color: #666;
  margin-top: 10px;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
  color: #555;
}

/* --- pullquotes --- */

.pullquote-left {
  display: block;
  color: #a2a2a2;
  font-family: 'Noto Serif', serif;
  font-size: 14px;
  line-height: 1.6em;
  padding-left: 20px;
}

.pullquote-right {
  display: block;
  color: #a2a2a2;
  font-family: 'Noto Serif', serif;
  font-size: 14px;
  line-height: 1.6em;
  padding-right: 20px;
}

/* --- list style --- */

ul.general {
  list-style: none;
  margin-left: 0;
}

ul.link-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.link-list li {
  margin: 0;
  padding: 2px 0 2px 0;
  list-style: none;
}

footer ul.link-list li a {
  color: #919191;
}

/* --- Heading style --- */

h3.heading {
  font-weight: 300;
}
/*추가*/
.span12>.heading, .heading {
  font-weight: 400;
  text-align: center;
  font-size: 28px;
  margin-top: 50px;
  margin-bottom: 20px
}

.span12 .plus_btn{
  float:right;
  border:none;
  background: none;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 15px;
}

.span12.list{
    position:relative
}

.span3.list>.text>h6{
    font-size: 15px; !important
}

.heading.list{
    text-align: center;
    margin-bottom: 50px;
}
h4.heading strong {
  font-weight: 500;
}

.heading {
  margin-bottom: 10px;
}

.heading {
  position: relative;
}

.widgetheading {
  width: 100%;
  padding: 0;
}

.aligncenter.icon.fir:before{
    display:none;
}

#bottom .widgetheading {
  position: relative;
  border-bottom: #e6e6e6 1px solid;
  padding-bottom: 9px;
}

aside .widgetheading {
  position: relative;
  border-bottom: #e9e9e9 1px solid;
  padding-bottom: 9px;
}

footer .widgetheading {
  position: relative;
  text-align: left
}

footer .span3{
    width:auto
}

footer .widget .social-network {
  position: relative;
}

/*.kakaotalk_btn .kakaotalk {
  position: fixed;
  bottom: 4%;
  right: 1%;
  width: 80px;
  height: auto;
  color:#4c4c4c;
  font-weight: 600;
  text-align: center
}  */

#bottom .widget .widgetheading span, aside .widget .widgetheading span, footer .widget .widgetheading span {
  position: absolute;
  width: 60px;
  height: 1px;
  bottom: -1px;
  right: 0;
}

/* --- testimonial --- */

.testimonial {
  background: #fff;
  padding: 20px;
  border: 1px solid #e6e6e6;
}

.testimonial .author img {
  float: left;
  margin: 0 10px 0;
}

.testimonial p.text {
  color: #b2b2b2;
  font-family: 'Noto Serif', sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 1.6em;
  margin-bottom: 30px;
}

.testimonial .author p.name {
  font-weight: bold;
}

/* --- Clients style --- */

ul.clients {
  list-style: none;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

ul.clients li {
  position: relative;
  float: left;
  width: 292.5px;
  margin: 0;
  border: 4px solid #e9e9e9;
}

ul.clients li:hover {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

ul.clients li img {
  margin: 0;
  opacity: 0.8;
}

ul.clients li img:hover {
  opacity: 1;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

/* --- Map --- */

.map {
  position: relative;
  margin-top: -50px;
  margin-bottom: 40px;
}

.map iframe {
  width: 100%;
  height: 450px;
  border: none;
}

.map-grid iframe {
  width: 100%;
  height: 350px;
  border: none;
  margin: 0 0 -5px 0;
  padding: 0;
}

/* --- our team --- */

ul.team-detail {
  margin: -10px 0 0 0;
  padding: 0;
  list-style: none;
}

ul.team-detail li {
  border-bottom: 1px dotted #e9e9e9;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  list-style: none;
}

ul.team-detail li label {
  font-size: 13px;
}

ul.team-detail li h4, ul.team-detail li label {
  margin-bottom: 0;
}

ul.team-detail li ul.social-network {
  border: none;
  margin: 0;
  padding: 0;
}

ul.team-detail li ul.social-network li {
  border: none;
  margin: 0;
}

ul.team-detail li ul.social-network li i {
  margin: 0;
}

/* --- Pricing box --- */

.pricing-title {
  background: #fff;
  text-align: center;
  padding: 10px 0 10px 0;
}

.pricing-title h3 {
  font-weight: 600;
  margin-bottom: 0;
}

.pricing-offer {
  background: #fcfcfc;
  text-align: center;
  padding: 40px 0 40px 0;
  font-size: 18px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.pricing-box.special .pricing-offer {
  color: #fff;
}

.pricing-offer strong {
  font-size: 78px;
  line-height: 89px;
}

.pricing-offer sup {
  font-size: 28px;
}

.pricing-content {
  background: #fff;
  text-align: center;
  font-size: 14px;
}

.pricing-content strong {
  color: #353535;
}

.pricing-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing-content ul li {
  border-bottom: 1px solid #e9e9e9;
  list-style: none;
  padding: 15px 0 15px 0;
  margin: 0 0 0 0;
}

.pricing-action {
  margin: 0;
  background: #fcfcfc;
  text-align: center;
  padding: 20px 0 30px 0;
}

.pricing-wrapp {
  margin: 0 auto;
  width: 100%;
  background: #fd0000;
}

/* --- pricing box alt 1 --- */

.pricing-box-alt {
  border: 1px solid #e6e6e6;
  background: #fcfcfc;
  position: relative;
  margin: 0 0 20px 0;
  padding: 0;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pricing-box-alt .pricing-heading {
  background: #fcfcfc;
  text-align: center;
  padding: 40px 0 0px 0;
  display: block;
}

.pricing-box-alt.special .pricing-heading {
  background: #fcfcfc;
  text-align: center;
  padding: 40px 0 1px 0;
  border-bottom: none;
  display: block;
  color: #fff;
}

.pricing-box-alt.special .pricing-heading h3 {
  color: #fff;
}

.pricing-box-alt .pricing-heading h3 strong {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1px;
}

.pricing-box-alt .pricing-heading h3 {
  font-size: 32px;
  font-weight: 300;
  letter-spacing: -1px;
}

.pricing-box-alt .pricing-terms {
  text-align: center;
  background: #333;
  display: block;
  overflow: hidden;
  padding: 30px 0 20px;
}

.pricing-box-alt .pricing-terms h6 {
  font-style: italic;
  margin-top: 10px;
  color: #fff;
  font-family: 'Noto Serif', serif;
}

.pricing-box-alt .icon .price-circled {
  margin: 10px 10px 10px 0;
  display: inline-block !important;
  text-align: center !important;
  color: #fff;
  width: 68px;
  height: 68px;
  padding: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 68px;
  text-shadow: none;
  cursor: pointer;
  background-color: #888;
  border-radius: 64px;
  -moz-border-radius: 64px;
  -webkit-border-radius: 64px;
}

.pricing-box-alt .pricing-action {
  margin: 0;
  text-align: center;
  padding: 30px 0 30px 0;
}

/* --- Custom carousel --- */

.custom-carousel-nav {
  outline: 0;
  color: #ffffff;
  text-align: center;
}

a.custom-carousel-nav {
  outline: 0;
}

a.custom-carousel-nav:hover {
  outline: 0;
  text-decoration: none;
}

.icon-control {
  margin: 0 0 0 140px;
}

/* ===============================
14. Blog & article
================================ */

article {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

article .post-heading h3 {
  margin-bottom: 20px;
}

article .post-heading h3 a {
  font-weight: 700;
  color: #353535;
}

article .post-heading h3 a:hover {
  text-decoration: none;
}

/* --- post meta --- */

.post-meta {
  background: #fcfcfc;
  border: 1px solid #e6e6e6;
  border-top: none;
  text-align: center;
}

.post-meta .format {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0 10px;
}

.post-meta i {
  margin: 0;
}

.post-meta .date {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0 10px;
}

.post-meta .date span {
  text-align: center;
  color: #999;
  font-size: 12px;
  font-weight: 600;
}

.post-meta .comments {
  padding: 10px 0 10px;
}

.post-meta .comments a {
  color: #999;
  font-size: 12px;
  font-weight: 700;
}

.post-meta .comments a:hover {
  text-decoration: none;
}

/* --- post format --- */

.post-image {
  margin-bottom: 20px;
}

.post-quote {
  margin-bottom: 20px;
}

.post-video {
  margin-bottom: 20px;
}

.post-audio {
  margin-bottom: 20px;
}

.post-link {
  margin-bottom: 20px;
}

.post-slider {
  margin-bottom: 20px;
}

.post-quote blockquote {
  font-size: 16px;
  color: #999;
  font-family: 'Noto Serif', serif;
  font-style: italic;
  line-height: 1.6em;
}

.post-image img:hover {
  -webkit-box-shadow: 0 0 2px #979797;
  -moz-box-shadow: 0 0 2px #979797;
  box-shadow: 0 0 2px #979797;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

ul.meta-post {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.meta-post li {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
  border-right: 1px dotted #e9e9e9;
  padding-right: 10px;
}

ul.meta-post li i {
  float: left;
  font-size: 12px;
  margin: 2px 5px 0 0;
}

ul.meta-post li a {
  color: #999;
  float: left;
  font-size: 12px;
  font-weight: 600;
}

/* --- single post --- */

.bottom-article {
  float: left;
  width: 100%;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding: 10px 0 10px 0;
  margin-top: 20px;
}

/* --- author info --- */

.about-author {
  border: 1px solid #d5d5d5;
  padding: 20px;
  float: left;
  margin-bottom: 5px;
}

.about-author h5 {
  margin-bottom: 10px;
}

/* --- Comment --- */

.comment-area {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.media-content {
  overflow: hidden;
  margin-left: 12px;
  border-bottom: 1px dotted #d5d5d5;
  padding-bottom: 20px;
}

.media-content h6 {
  font-size: 14px;
  font-weight: 700;
}

.media-content span {
  color: #a9a9a9;
  font-size: 14px;
  font-weight: 300;
}

.comment-area .thumbnail>img {
  display: block;
  width: 60px;
  height: 60px;
}

.filter-list {
  margin-top: 20px;
}

/* --- pagination --- */

#pagination a, #pagination span {
  display: block;
  float: left;
  margin: 0 7px 0 0;
  padding: 7px 10px 6px 10px;
  font-size: 12px;
  line-height: 12px;
  color: #888;
  font-weight: 600;
}

#pagination a:hover {
  color: #fff;
  text-decoration: none;
}

#pagination span.current {
  background: #333;
  color: #fff;
  font-weight: bold;
}

/* ===============================
15. Aside, sidebar
================================ */

aside {
  position: relative;
  margin-bottom: 40px;
}

.sidebar-nav {
  float: left;
  width: 100%;
}

.right-sidebar {
  border-left: 1px solid #e9e9e9;
  padding: 0 0 0 30px;
  -webkit-box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, .01);
  box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, .01);
}

.left-sidebar {
  border-right: 1px solid #e9e9e9;
  padding: 0 30px 0 0;
  -webkit-box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, .01);
  box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, .01);
}

.left-sidebar .widget h3, .left-sidebar .widget .widget-content {
  padding-right: 20px;
}

aside .widget {
  margin:20px 0 
}

ul.cat, ul.recent, ul.folio-detail, ul.contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.cat li, ul.recent li, ul.folio-detail li, ul.contact-info li {
  margin: 0 0 15px 0;
  list-style: none;
}

ul.cat li a, ul.folio-detail li a {
  color: #;
}

ul.folio-detail li label {
  display: inline;
  cursor: default;
  color: #353535;
  font-weight: bold;
}

.widget ul.recent li {
  margin-bottom: 20px;
}

ul.recent li h6 {
  margin: 0 0 10px 0;
}

ul.recent li h6 a {
  color: #353535;
  font-size: 16px;
  font-weight: 600;
  line-height: 0
}

ul.recent.sns li h6 a {
  font-weight: 400;
  word-break:keep-all
}

.widget ul.tags {
  list-style: none;
  margin: 0;
}

.widget ul.tags li {
  margin: 0 5px 15px 0;
  display: inline-block;
}

.widget ul.tags li a {
  background: #e6e6e6;
  color: #333;
  padding: 5px 10px;
  pointer-events:none;
  cursor:default
}

.widget ul.tags li:hover {
  text-decoration: none;
  color: #fff;
}

/* ===== Widgets ===== */

/* --- flickr --- */

.widget .flickr_badge {
  width: 100%;
}

.widget .flickr_badge img {
  margin: 0 9px 20px 0;
}

footer .widget .flickr_badge {
  width: 100%;
}

footer .widget .flickr_badge img {
  margin: 0 9px 20px 0;
}

.flickr_badge img {
  width: 50px;
  height: 50px;
  float: left;
  margin: 0 9px 20px 0;
}

/* --- latest tweet widget --- */

.twitter ul {
  margin-left: 0;
  list-style: none;
}

.twitter img {
  float: left;
  margin-right: 15px;
}

.twitter span.tweet_time {
  display: block;
  padding-bottom: 5px;
}

.twitter li {
  border-bottom: 1px dashed #efefef;
  padding-bottom: 20px;
  margin-bottom: 20px;
  list-style: none;
}

.twitter li:last-child {
  border: none;
}

/* --- Recent post widget --- */

.recent-post {
  margin: 20px 0 0 0;
  padding: 0;
  line-height: 18px;
}

.recent-post h5 a:hover {
  text-decoration: none;
}

.recent-post .text h5 a {
  color: #353535;
}

ul.time-post {
  float: left;
  width: 120px;
  padding: 0;
  list-style: none;
  margin: 0 20px 0 0;
  text-align: center;
  color: #0e0f0f;
}

ul.time-post li {
  float: none;
  background: #f8f8f8;
  list-style: none;
  margin: 0 0 2px 0;
  padding: 0;
}

ul.time-post li a img:hover {
  opacity: 0.8;
  /* For IE 5-7 */
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  /* For IE 8 8 */
  -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

ul.time-post li.time {
  float: none;
  padding: 5px 0 5px 0;
  text-shadow: none;
}

.recent-post ul.time-post li.time {
  color: #121214;
}

.post-meta {
  margin-bottom: 20px;
}

.post-meta span {
  padding: 0 10px 0 10px;
  margin-bottom: 10px;
}

.post-meta span a {
  color: #919191;
}

.post-meta strong {
  font-weight: 200px;
  color: #c7c7c7;
}

.item .text {
  margin-left: 140px;
  margin-bottom: 20px;
}

/* ===============================
16. Footer
================================ */

footer {
  background: #111;
  color: #bbb;
}

footer a {
  color: #eee;
}

#sub-footer .widget>p>a {
  color: #5d5d5d;
}

#sub-footer .widget>p>a:hover {
  text-decoration: none
}


footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  color: #eee;
}

footer address {
  line-height: 1.6em;
}

footer address strong i{
    font-weight: 600;
    font-style: normal;
    color:#5d5d5d
}

footer address strong i a{
    color: #5d5d5d
}

footer h5 a:hover, footer a:hover {
  text-decoration: none;
}

ul.social-network {
  list-style: none;
  margin: 0;
}

ul.social-network li {
  display: inline;
}

#sub-footer {
  text-shadow: none;
  color: #5d5d5d;
  padding: 0;
  padding-top: 30px;
  margin: 20px 0 0 0;
}

#sub-footer p {
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

#sub-footer span {
  color: #c7c7c7;
}

#sub-footer .row{
    position:relative
}

.copyright {
  text-align: right;
  font-size: 12px;
  color: #ddd;
  width:100%; 
  position: absolute;
  top:35%;
  right: 0
}

.copyright .download{
    padding: 5px 10px;
    margin-bottom: 10px;
    background: none;
    color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    text-decoration: none;
}

#sub-footer ul.social-network {
  float: right;
}

#sub-footer ul.social-network img{
    width: 2.5em; 
}

#sub-footer ul.social-network li:nth-child(2){
    margin:0 10px;
}

#sub-footer ul.social-network {
  float: right;
}

/* ===============================
 Live preview purpose
================================ */

/* --- buttons --- */

.bs-docs-example {
  margin: 0 0 10px 0;
}

.demobtn a.btn {
  margin: 0 10px 10px 0;
}

section.demogrid .span1, section.demogrid .span2, section.demogrid .span3, section.demogrid .span4, section.demogrid .span5, section.demogrid .span6, section.demogrid .span7, section.demogrid .span8, section.demogrid .span9, section.demogrid .span10, section.demogrid .span11 {
  background: #f6f6f6;
  text-align: center;
  padding: 20px 0 20px;
}

section.demogrid .show-grid .row, section.demogrid .show-grid .row-fluid {
  margin-bottom: 0;
}

section.demogrid .show-grid .nest {
  background: #ddd;
  text-align: center;
  padding: 20px 0 20px;
}

section.demogrid .span12.nest {
  background: #f6f6f6;
  text-align: center;
  padding: 20px 0 0;
}

.demoinline p {
  display: inline;
  margin-right: 20px;
}

/* --- demo animations --- */

.demo a.btn {
  margin: 0 10px 10px 0;
}

/* ===============================
17. Divider, Line & Misc
================================ */

.solidline {
  border-top: 1px solid #e6e6e6;
  margin: 0 0 30px;
}

.span12.his_solid .solidline {
  display: block
}

/*추가*/

.span12.sub_span{
  width:100%;
  overflow: hidden
}

.sub_bnr.fir{
    background:url(../img/sub_bnr1.jpg) no-repeat center;
    display: none;
}

.sub_bnr{
    width: 100%;
    height: 200px;
    margin-bottom: 40px;
    margin-top: 50px
    /*width:50%;
    float: left*/
}

.sub_bnr.sec{
    background-color:#142c52;
    background: url(../img/sub_bnr2.jpg) no-repeat center;

}

.sub_bnr.revenue{
    background: #ffe9e5; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffe9e5 0%, #ffffff 65%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffe9e5 0%,#ffffff 65%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffe9e5 0%,#ffffff 65%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe9e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    height: 300px;
}

.sub_bnr.revenue ul li{
    position: inherit;
    width: auto;
}

.sub_bnr.revenue .reven_left1{
    text-align: left;
    float: left;
    margin-left: 18%;
    margin-top: 8%
}

.sub_bnr.revenue .reven_left1 button{
    padding: 1.2rem 6rem;
    font-size: 18px;
    margin-top: 30px;
    border-radius: 0.5rem;
    border:none;
    background-color: #ff6250;
    color: #fff;
    box-shadow: 0px 5px #ffbfb2
}

.sub_bnr.revenue .reven_right1{
    float: right;
    margin-top: 10px;
}

.sub_bnr.revenue .reven_right1 img{
    width: 320px;
    height: auto
}
.sub_bnr ul {
  position: relative;
    margin: 0 auto
}
.sub_bnr ul li {
  position: absolute;
  top:0;
  list-style: none;
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 26px;
  margin-top: 40px;
  color: #353535;
  font-weight: 500
}

.sub_bnr ul li span{
    background:#ef3823;
    color:#fff;
    padding:2px 3px;
} 

.sub_bnr ul .call_btn,.sub_bnr ul .kakaotalk_btn{
    width: 47%;
    margin-top: 110px;
}
.sub_bnr ul .kakaotalk_btn{
    text-align: left
}

.sub_bnr ul .call_btn{
    text-align: right
}
.sub_bnr ul .call_btn button,.sub_bnr ul .kakaotalk_btn button{
    width:200px;
    height: 47px;
    border:none;
    font-size: 17px;
    font-weight: 500;
    color:#1a1a1a;
    background: rgba(255,255,255,0.8);
    border-radius: 5px;
    box-shadow: 2px 6px 5px -6px;

    /*box-shadow:1px 3px 5px rgba(101,101,101,0.7);*/
}

    .sub_bnr ul .call_btn button > a, .sub_bnr ul .kakaotalk_btn button > a {
        color: #353535;
    }

.sub_bnr ul .call_btn button>a:hover{
    text-decoration: none
}

.sub_bnr ul .call_btn button img,.sub_bnr ul .kakaotalk_btn button img{
    width: 22px;
    height: auto;
    margin-right: 10px;
    margin-bottom:0; 
}
.sub_bnr ul .kakaotalk_btn{
    right: 0
}


.dottedline {
  border-top: 1px dotted #e6e6e6;
  margin: 0 0 30px;
}

.dashedline {
  border-top: 1px dotted #e6e6e6;
  margin: 0 0 30px;
}

.blankline {
  height: 1px;
  margin: 0 0 30px;
}

.icon-download-alt:before{
    font-size: 15px;
    margin-left: 5px;
}
/* scroll to top */
.scrollup, .kakao {
    position: fixed;
    width: 32px;
    height: 32px;
    bottom: 0px;
    right: 37px;
    z-index: 9999
}

.kakao{
    bottom: 32px;
}

.icon-comment.active {
    background-color: #fbe300 !important;
    color: #3b1e1e
}

a.scrollup, a.kakao {
  outline: 0;
}

a.scrollup:hover, a.scrollup:active, a.scrollup:focus {
  opacity: 1;
  text-decoration: none;
}

a.kakao:hover, a.kakao:active, a.kakao:focus {
  opacity: 1;
  text-decoration: none;
}

a.kakao i:hover {
  text-decoration: none;
}

a.scrollup i:hover {
  text-decoration: none;
}

/* =============================
18. Position & alignment
============================= */

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.aligncenter {
  text-align: center;
}

.aligncenter p {
    font-size: 16px;
    font-weight: 500
}

.aligncenter .line-he {
    line-height: 2px;
    color:#909090;
    font-weight: 300;
    font-size: 14px
}

.aligncenter span {
  margin-left: 0;
}

.floatright {
  float: right;
}

.floatleft {
  float: left;
}

.floatnone {
  float: none;
}

.aligncenter {
  text-align: center;
}

/* --- Image allignment style --- */

img.pull-left, .align-left {
  float: left;
  margin: 0 15px 15px 0;
}

.widget img.pull-left {
  float: left;
  margin: 0 15px 15px 0;
}

img.pull-right, .align-right {
  float: right;
  margin: 0 0 15px 15px;
}

article img.pull-left, article .align-left {
  float: left;
  margin: 5px 15px 15px 0;
}

article img.pull-right, article .align-right {
  float: right;
  margin: 5px 0 15px 15px;
}

/* =============================
19. Custom icon from custom font icon
============================= */

/* ==================================================
   Icons Example
================================================== */

.icons-example ul {
  margin: 0 0 0 -20px;
  padding: 0;
  text-align: center;
}

.icons-example ul li {
  display: inline-block;
  margin: 0 0 10px 20px;
  list-style: none;
  cursor: pointer;
}

.icons-example ul li a {
  display: inline;
  -webkit-transition: all 400ms ease-out 0s;
  -moz-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}

.icons-example ul li a span {
  display: inline-block;
  margin: 0;
  color: #111;
  font-size: 32px;
  line-height: 70px;
}

/* =============================
20. Spacer, margin
============================= */

.clear-marginbot {
  margin-bottom: 0;
}

.marginbot10 {
  margin-bottom: 10px;
}

.marginbot20 {
  margin-bottom: 20px;
}

.marginbot30 {
  margin-bottom: 30px;
}

.marginbot40 {
  margin-bottom: 40px;
}

.clear-margintop {
  margin-top: 0;
}

.margintop10 {
  margin-top: 10px;
}

.margintop20 {
  margin-top: 20px;
}

.margintop30 {
  margin-top: 30px;
}

.margintop40 {
  margin-top: 40px;
}

#either-gif-or-video {
    position: relative;
    height: inherit;
    /*border:1px solid red;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%, -50%);
    max-width: 1644px;
    max-height: 924px;
    width:100%


}

.video_btn {
    width: 50px;
    height: 50px;
    right: 0;
    position: fixed;
    border: none;
    top: 0;
    background: rgba(0,0,0,0.3);
    z-index: 99999;
    text-indent: -10000px
}

.video_btn li {
    list-style: none;
    background-color: rgba(255,255,255,0.7);
    width: 26px;
    height: 2px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    text-indent: -999px;
    left: 23%;
    top: 48%
}

.video_btn li:after {
    content: "";
    display: inline-block;
    background-color: rgba(255,255,255,0.7);
    width: 26px;
    height: 2px;
    position: absolute;
    top: 1.9%;
    right: 0px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    }

video {
    /*height: -moz-available;
    height: -webkit-fill-available;*/
    /*max-width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    max-height:100%;
    position: inherit;*/
    /*max-height: 100%*/
    position:inherit;
    height:700px;
    width: auto;
    left: 50%;
    transform: translate(-50%)


}

    video.vdo {
        top: 0;
        left: 0;
        transform: none;
        -webkit-transform: none;
    }

.info-title {
    display: block;
    background: #50627F;
    color: #fff;
    text-align: center;
    height: 24px;
    line-height: 22px;
    border-radius: 4px;
    padding: 0px 10px;
}
    /* =============================
21. Media queries
============================= */

@media (max-width:1250px) {
    #main_banner .m_bnr {
        background: none;
    }
    
}
    @media (max-width:1200px) {
        .span6.m_intro {
            margin-top: 0
        }

        .span6.m_intro p {
            line-height: 1.8em;
        }

        .step_content._2 {
            margin-left: 0
        }

        .step_content._2._6 {
            margin: 0 auto
        }

        .step_content._2 .step._2 .step_img {
            margin-right: 20px
        }

        #content.disposal .alt4 img {
            width: 80%;
        }

        video {
            width: 100%;
            height: auto;
            /*position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);*/
        }

        video.vdo {
            top: 0;
            left: 0;
            transform: none;
            -webkit-transform: none;
        }

        select.selectmenu {
            display: block;
            width: 100%;
            margin-bottom: 20px;
            color: #111;
            margin-right: 20px;
            line-height: 30px;
            font-size: 13px;
        }

        div nav ul {
            display: none;
        }

        nav ul li {
            display: none;
        }


    }

    @media (min-width: 979px) and (max-width: 1200px) {
        #wrapper.boxed {
            width: 1000px;
            margin: 0 auto;
        }

        .step_content .step ul {
            margin: 20px;
        }

        .step_content .step._fir:after {
            left: 30%;
            top: 18%
        }

        .step_content .step._sec:after {
            left: 51%;
            top: 18%
        }

        .step_content .step._thr:after {
            right: 27.5%;
            top: 18%
        }

        .step_content .step._end:after {
            left: 30%;
            top: 18%
        }

        #thumbs li > .thumbs_tx {
            height: 140px;
        }

    }

    @media (max-width:980px) {
        #chartcontainer {
            width: 700px !important
        }

        .span4.chart_span4 {
            width: 100%
        }

        .span4.chart_span4 .right-sidebar {
                border-left: none;
        }

        .chart_span8.chart_span8 {
            width: 100%
        }

        .chart_span8.chart_span8 .span8.chart {
                width: 100%
        }

        .widget.insight input {
            width: 97%;
        }

        .widget.insight .form-group.btn_gr button {
            width: 48.3%
        }

        .about-author .align-left {
            float: none;
            margin: 0
        }

        .about-author h5, .about-author h4, .about-author h3, .about-author p {
            word-break: keep-all
        }
        .about-author h5 {
            margin-top: 10px;
            font-size: 20px
        }

        .about-author h4 {
            font-size: 18px
        }

        .about-author h3 {
            font-size: 16px
        }

        #thumbs li > .thumbs_tx {
            height: 170px;
        }


    }



    @media (min-width: 768px) and (max-width: 979px) {
        #wrapper.boxed {
            width: 784px;
            margin: 0 auto;
        }

        .navbar .nav {
            border: none;
        }

            .navbar .nav li a {
                border: none;
            }

        a.detail {
            background: none;
            width: 100%;
        }

        .nivo-caption {
            width: 50%;
        }
        /* slitslider */
        .sl-slider h2 {
            font-size: 72px;
        }

        ul.clients li {
            width: 250px;
            margin: 0 20px 0 0;
        }

            ul.clients li .client-hover {
                width: 104px;
            }

        .span6.m_intro_img {
            margin-top: 20px;
        }

            .span6.m_intro_img .introdu_img {
                width: 50%;
                margin: 0 auto
            }

        footer .widget form input#appendedInputButton {
            display: block;
            width: 91%;
            -webkit-border-radius: 4px 4px 4px 4px;
            -moz-border-radius: 4px 4px 4px 4px;
            border-radius: 4px 4px 4px 4px;
        }

        footer .widget form .input-append .btn {
            display: block;
            width: 100%;
            padding-right: 0;
            padding-left: 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            margin-top: 10px;
        }

        ul.related-folio li {
            width: 156px;
            margin: 0 20px 0 0;
        }

        #bottom {
            padding: 0
        }

        footer .span6 {
            width: 100%
        }

        footer .span3 {
            width: 100%;
            text-align: center;
            margin-bottom: 14px
        }

        footer .widgetheading {
            text-align: center
        }

        footer .copyright {
            position: inherit;
            text-align: center;
            margin-left: 20px;
        }
        #sub-footer ul.social-network {
            float: none;
            text-align: center;
            margin-left: 40px;
            margin-top: 15px;
        }

        footer .widgetheading > img {
            max-width: 100%;
        }

    }

    @media (max-width: 979px) {
        .sub_bnr.fir {
            display: none
        }

        .sub_bnr.sec {
            width: 100%
        }

        .step_content .step._fir:after {
            display: none;
        }

        .step_content .step._sec:after {
            display: none;
        }

        .step_content .step._thr:after {
            display: none;
        }

        .step_content .step._end:after {
            display: none;
        }

        .cta-text h3 {
            background: rgba(76,76,76,0.5);
            font-size: 15px
        }

        .cta-text._alt4 h3 {
            background: none
        }

        .span6.m_intro, .span6.m_intro_img {
            float: none;
            width: 100%
        }

        .step_content._2 .step._2 .step_img {
            float: none
        }

        .step_content._2 .step ul {
            margin-top: 10px
        }

        .step_content._2 .step li {
            padding-left: 10%;
            font-size: 16px
        }

        .container.alt4 {
            width: auto;
            margin: 0 auto
        }

        .step_content._alt4 li {
            font-size: 15px
        }

        .step_content._alt4 li:before {
                width: 15px;
                height: 15px;
                background-size: 15px auto
        }

        #either-gif-or-video {
            max-height: 500px;
        }
        .sub_bnr.revenue .reven_right1 img {
            width: 200px;
        }

        .sub_bnr.revenue .reven_left1 {
            font-size: 20px;
            margin-left:10%
        }

        .sub_bnr.revenue .reven_left1 button{
            padding: 1rem 4rem;
        }

        .sub_bnr.revenue {
            margin-bottom: 0
        }

        #thumbs li > .bold {
            font-size: 18px;
        }
    }

    @media (max-width: 767px) {
        #inner-headline .row {
            margin-bottom: 10px
        }

        #inner-headline ul.breadcrumb {
            margin: 10px 0 0;
        }

        #main_banner .m_bnr {
            position: relative;
            /*background:url(../img/m_main_banner.png) no-repeat center ;*/
            /* height: 400px;*/
            width: auto;
        }

        #main_banner .m_bnr .text_sec {
             padding: 20px;
        }

                #main_banner .m_bnr .text_sec h1, #main_banner .m_bnr .text_sec p {
                    color: #fff;
                    word-break: keep-all
                }

            #main_banner .m_bnr .text_sec {
                position: initial;
            }

                #main_banner .m_bnr .text_sec h1 {
                    font-size: 30px;
                    font-weight: 600
                }

        body {
            padding-right: 0;
            padding-left: 0;
        }

        #wrapper.boxed {
            width: 90%;
            margin: 0 auto;
        }

        .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
            margin-right: 0;
            margin-left: 0;
        }

        .navbar .nav {
            margin-top: 40px;
            border-bottom: 1px solid #2d2d2d;
        }

        select.selectmenu .bold {
            font-weight: bold;
        }

        .box {
            border-bottom: 1px solid #e9e9e9;
            padding-bottom: 20px;
        }

        .solidline {
            display: none;
        }

        #content .his_img {
            margin-bottom: 50px
        }

        .row.his_solid {
            margin-bottom: 10px;
        }

        .sub_bnr {
            height: 180px
        }

            .sub_bnr ul li {
                font-size: 20px;
                margin-top: 40px;
            }

            .sub_bnr ul .call_btn, .sub_bnr ul .kakaotalk_btn {
                margin-top: 92px
            }

                .sub_bnr ul .call_btn button, .sub_bnr ul .kakaotalk_btn button {
                    width: 170px;
                    height: 45px;
                    font-size: 14px
                }

        .row.intro {
            margin-bottom: 0;
        }

        #featured .flexslider .slide-caption {
            width: 90%;
            padding: 2%;
            position: absolute;
            left: 0;
            bottom: -40px;
        }
        /* slitslider */
        .sl-slider h2 {
            font-size: 60px;
        }
        /* nivo slider */
        .nivo-caption {
            left: 0;
            bottom: 0;
            width: 100%;
            padding: 10px;
        }

        #inner-headline .breadcrumb {
            float: left;
            clear: both;
            width: 100%;
        }

        #inner-headline .search {
            float: left;
            margin-top: 20px;
        }

        .breadcrumb > li {
            font-size: 13px;
        }

        ul.portfolio li article a i.icon-48 {
            width: 20px;
            height: 20px;
            font-size: 16px;
            line-height: 20px;
        }

        .left-sidebar {
            border-right: none;
            padding: 0 0 0 0;
            border-bottom: 1px dotted #e6e6e6;
            padding-bottom: 10px;
            margin-bottom: 40px;
        }

        .right-sidebar {
            margin-top: 30px;
            border-left: none;
            padding: 0 0 0 0;
        }

        footer .span1, footer .span2, footer .span3, footer .span4, footer .span5, footer .span6, footer .span7, footer .span8, footer .span9, footer .span10, footer .span11, footer .span12 {
            margin-bottom: 20px;
        }

        #sub-footer ul.social-network {
            float: left;
        }

        [class*="span"] {
            margin-bottom: 20px;
        }

        #bottom {
            padding: 0
        }

        .heading._step strong {
            font-size: 23px;
        }

        .step_content .step ul {
            margin-bottom: 10px;
        }

        .step_content._2 .step {
            padding: 30px 30px 20px 30px
        }

        .step_content._2 .step h1 {
            font-size: 20px;
            margin-bottom: 10px;
        }

        .step_content._2._6 .step h1 {
            margin-bottom: 5px;
        }

        .step_content._2 .step p {
            font-size: 17px;
        }

        .cta-text._alt4 h3 {
            font-size: 30px
        }

        .step_content._2 .step._2 .step_img {
            width: 100px;
            height: 100px !important
        }

        .heading._step.alt4 strong {
            font-size: 25px
        }

        .step_content._2.alt4 {
            display: inherit
        }

            .step_content._2.alt4 .step {
                display: block;
                width: 90%;
                margin: 0 auto;
                margin-top: 10px
            }

                .step_content._2.alt4 .step ul {
                    width: 260px;
                    margin: 0 auto
                }

        .step_content._alt4 ul {
            width: auto
        }

        .step_content._alt4 li {
            padding-left: 23px
        }

        .step_content._alt4.module li {
            display: block;
            padding-left: 0;
            margin-bottom: 20px
        }

            .step_content._alt4.module li:before {
                margin-bottom: 10px
            }

        .step_content._alt4.module._5 ul {
            width: 100%;
        }

        #content.disposal .alt4 img {
            width: 90%;
        }

        .span6.qa {
            width: 100%
        }

        footer .span6 {
            width: 100%
        }

        footer .span3 {
            width: 100%;
            text-align: center;
        }

        footer .widgetheading {
            text-align: center
        }

        footer .copyright {
            position: inherit;
            text-align: center;
        }



        #sub-footer ul.social-network {
            float: none;
            text-align: center
        }

        .span4.logo {
            margin-bottom: 0;
        }

        footer .row, .row-fluid {
            margin-bottom: 0
        }

        /*.kakaotalk_btn .kakaotalk{
    width: 60px;
  } */

        .widget.insight .form-group.btn_gr button {
            width: 49%
        }

        .widget.insight .form-group.btn_gr button:nth-child(1) {
                margin-right: 0
        }

        .widget.insight input {
            width: 94%
        }

        #chartcontainer {
            width: 100% !important
        }

        .btn_3 {
            top: 30%
        }
    }
    @media (min-width: 601px) and (max-width: 767px) {
        .widget ul.recent.sns li {
            padding-bottom: 20px
        }
    }

    @media (max-width: 768px) {
        section.callaction {
            padding: 50px 0 0 0;
        }

        .table._step td, .table._step th {
            padding: 20px;
        }

        .step_content._map {
            height: 300px;
        }

        .row._step_content._2 {
            margin-left: 0
        }
        .video_btn {
            width: 30px;
            height: 30px;
            right: 0;
            position: fixed;
            border: none;
            top: 0;
            background: transparent;
            z-index: 99999;
            text-indent: -99999px
        }

        .video_btn li {
                list-style: none;
                background-color: rgba(255,255,255,0.7);
                width: 15px;
                height: 2px;
                position: absolute;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                text-indent: -999px;
                left: 25%;
                top: 48%
        }

        .video_btn li:after {
                content: "";
                display: inline-block;
                background-color: rgba(255,255,255,0.7);
                width: 15px;
                height: 2px;
                position: absolute;
                top: 1.9%;
                right: 0px;
                -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
        }

        #either-gif-or-video {
            max-height: 400px;
        }

        #thumbs.mn{
            display: block;
        }

        #thumbs.mn > .item-thumbs.span3._01,
        #thumbs.mn > .item-thumbs.span3._02,
        #thumbs.mn > .item-thumbs.span3._03,
        #thumbs.mn > .item-thumbs.span3._04 {
            display: block;
            width: 100%
        }

        #thumbs li > .thumbs_tx{
            width: 100%
        }

        #thumbs li > .thumbs_tx{
            padding:0
        }

        #thumbs li>.thumbs_tx .bold{
            padding-top: 20px;
            padding-bottom: 0

        }

        #thumbs li>.thumbs_tx p{
            margin: 0;
            padding:0 20px 20px 20px
        }

        #thumbs li > .thumbs_tx{
            height: auto;
        }
    }

        @media (max-width: 650px) {

        .sub_bnr.revenue .reven_right1 img {
            width: 200px;
        }
        .sub_bnr.revenue .reven_right1{
            float:none;
            margin-top: 20px
        }

        .sub_bnr.revenue .reven_left1 {
            font-size: 20px;
            margin-left: 0;
            float:none;
            text-align:center
        }

        .sub_bnr.revenue .reven_left1 button {
             padding: 1rem 4rem;
        }

        .sub_bnr.revenue{
            height: 450px;
        }

    }


    @media (max-width: 620px) {
        #content .koze {
            margin-left: 0
        }

        .chart_title {
            width: 100%
        }

        #content.coperat {
            padding: 50px 0 31px 0;
        }

        .sub_bnr.revenue .reven_right1 img {
            width: 200px;
        }

        .sub_bnr.revenue .reven_left1 {
            font-size: 20px;
            margin-left: 0;
            font-size: 18px
        }

        .sub_bnr.revenue .reven_left1 button {
            padding: 0.8rem 3rem;
            font-size: 15px;
            margin-top: 20px;
        }



    }

    @media (max-width: 480px) {
        header .logo {
            margin: 0 auto;
            text-align: center;
            margin-top: 20px;
            float: none;
        }

        header .logo img {
             margin-bottom: 10px;
        }

        header .logo h1 {
             font-size: 14px;
             margin: 0;
        }

        #main_banner .m_bnr .text_sec h1 {
            font-size: 25px;
            margin-bottom: 15px
        }

        #main_banner .m_bnr .text_sec p {
            font-size: 13px
        }

        #main_banner .m_bnr .text_sec {
            top: 13%
        }

        .row > .span6.m_intro > h2 {
            font-size: 25px;
        }

        .bottom-article a.pull-right {
            float: left;
            margin-top: 20px;
        }

        .navbar .nav {
            margin-top: 40px;
            border-bottom: 1px solid #2d2d2d;
        }

        .search {
            float: left;
        }

        .sub_bnr ul li {
            font-size: 14px
        }

        .sub_bnr ul .call_btn button, .sub_bnr ul .kakaotalk_btn button {
            width: 125px;
            font-size: 11px;
            height: 35px
        }

        .sub_bnr ul .call_btn, .sub_bnr ul .kakaotalk_btn{
            margin-top: 75px;
        }

        .sub_bnr {
            height: 140px;
            margin:0
        }

        .span6.history h4 {
            font-size: 22px
        }

        .row.chart .span6 h4 {
            font-size: 23px
        }

        footer .widgetheading > img {
            min-width: 53%
        }

        .sub_bnr ul .call_btn button img, .sub_bnr ul .kakaotalk_btn button img {
            width: 16px;
        }

        .row._step_content._2 .heading_sub {
            font-size: 15px
        }

        .step_content .step ul {
            margin-bottom: 10px;
        }

        .step_content._2 {
            display: block;
        }

        .step_content._2 .step {
             display: block;
             width: auto;
             box-shadow: none
        }

        .step_content._2 .step li {
            padding: 0 20% 0 20%;
        }

        .step_content._map {
            height: 200px
        }

        #content.disposal .alt4 img {
            width: 100%;
        }

        .step_content._2._6 .step {
            width: auto;
            padding: 20px 10px 20px 10px;
        }

        .step_content._2._6 .step:nth-child(1){
            padding-top:0
        } 

        .span6.m_intro b {
            font-size: 30px;
            line-height: 65px
        }

        .span6.m_intro h2 {
            margin-bottom: 20px
        }

        .row > .span6.m_intro > h2 {
            font-size: 23px
        }

        .span6.m_intro h2 {
            line-height: 36px
        }

        .row._step_content {
            margin-left: 0
        }

        .btn_3 {
            position: inherit;
            text-align: center;
            top: -13px;
            right: 0
        }

        .btn_3 a {
             width: 100%;
        }

        .span8.chart h2 {
            margin-bottom: 20px
        }

        #thumbs.mn > .item-thumbs.span3._01, 
        #thumbs.mn > .item-thumbs.span3._02, 
        #thumbs.mn > .item-thumbs.span3._03, 
        #thumbs.mn > .item-thumbs.span3._04{
            height: 200px;
        }

        .span12 > .heading, .heading{
            font-size: 25px
        }
    }
    /* nivo slider */
    .nivo-caption {
        background: none;
    }

        .nivo-caption p {
            display: none;
        }

    .da-slide .da-img .video-container {
        margin-top: 50%;
    }

    .da-slide h2 {
        color: #fff;
        position: relative;
        font-size: 20px;
        width: auto;
    }

    .cta-text {
        margin: 0 auto;
        text-align: center;
    }

    .cta.floatright {
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .jcarousel-skin-tango .jcarousel-next-horizontal, .jcarousel-skin-tango .jcarousel-prev-horizontal {
        margin-top: -30px;
    }

    #twitter-wrapper {
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }

    ul.portfolio li article a i.icon-48 {
        width: 20px;
        height: 20px;
        font-size: 14px;
    }


    @media (max-width: 360px) {
        .step_content._2 .step li {
            padding: 0 14% 0 14%;
        }

        .heading._step.alt4 strong {
            font-size: 20px
        }

        .row._step_content.alt4.disposal h3 {
            font-size: 19px;
        }
    }


    /* ============== options panel for live preview ======================= */

    #t_options {
        position: fixed;
        top: 30px;
        left: -230px;
        width: 230px;
        background: #111;
        color: #fff;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
        box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
        -o-box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
        z-index: 5000;
        font-size: 11px;
        font-family: 'Open Sans', arial, sans-serif;
    }

        #t_options hr {
            margin: 20px 0;
            border: 0;
            border-top: none;
            border-bottom: 1px dotted #999;
        }

        #t_options h6 {
            color: #fff;
            font-size: 14px;
        }

        #t_options input {
            width: 60px;
        }

        #t_options .col {
            width: 50px;
            margin: 0 10px 0;
        }

    .colorpicker {
        z-index: 5001;
    }

    .options_inner {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .options_box {
        margin: 0 14px;
        padding: 10px 0 20px;
        overflow: hidden;
    }

        .options_box .solidline {
            margin-bottom: 10px;
        }

        .options_box h6 {
            text-align: center;
            font-weight: bold;
        }

        .options_box .full {
            width: 100%;
            overflow: hidden;
            padding-bottom: 10px;
        }

        .options_box .halfcol {
            width: 90px;
            float: left;
            margin: 0 5px;
        }

        .options_box .fourcol {
            width: 30px;
            float: left;
            margin: 0 5px;
        }

            .options_box .fourcol.color a {
                width: 30px;
                height: 30px;
                display: block;
                margin-bottom: 5px;
            }

        .options_box .halfcol .wideboxed h6 {
            font-size: 11px;
            font-weight: 600;
        }

    .options_toggle_holder {
        position: absolute;
        right: -40px;
    }

    .options_toggle {
        margin: 6px 0 0 4px;
        width: 40px;
        height: 40px;
        cursor: pointer;
        border: 1px solid #111;
        border-left: none;
        display: block;
        background: #111;
    }

        .options_toggle span .icon {
            margin: 10px 0 0 7px;
            display: block;
        }

        .options_toggle:hover, .options_toggle:focus, .options_toggle:active {
            outline: 0;
            text-decoration: none;
        }

    .options_heading {
        color: #fff;
        margin-top: 5px;
        margin-bottom: 20px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 2px;
        padding-bottom: 10px;
        border-bottom: 1px dotted #888;
    }

    /* colors */

    .options_box a.t_default {
        background: #ef5523;
    }

    .options_box a.t_kissme {
        background: #6D0C1F;
    }

    .options_box a.t_lime {
        background: #C6DF45;
    }

    .options_box a.t_rose {
        background: #9E001D;
    }

    .options_box a.t_amethyst {
        background: #9b59b6;
    }

    .options_box a.t_asphalt {
        background: #34495e;
    }

    .options_box a.t_pomegranate {
        background: #c0392b;
    }

    .options_box a.t_pumpkin {
        background: #d35400;
    }

    .options_box a.t_lightorange {
        background: #f39c12;
    }

    .options_box a.t_red {
        background: #cb1103;
    }

    .options_box a.t_green {
        background: #9AC43C;
    }

    .options_box a.t_sand {
        background: #BFB372;
    }

    .options_box a.t_purple {
        background: #c81dbe;
    }

    .options_box a.t_yellow {
        background: #FFD053;
    }

    .options_box a.t_blue {
        background: #5C9CC7;
    }

    .options_box a.t_pink {
        background: #FF439E;
    }

    .bgr .bg {
        width: 28px;
        height: 28px;
        border: 1px solid #e6e6e6;
    }

        .bgr .bg.bg1 {
            background: url(../img/bodybg/bg1.png) repeat left top;
        }

        .bgr .bg.bg2 {
            background: url(../img/bodybg/bg2.png) repeat left top;
        }

        .bgr .bg.bg3 {
            background: url(../img/bodybg/bg3.jpg) repeat left top;
        }

        .bgr .bg.bg4 {
            background: url(../img/bodybg/bg4.png) repeat left top;
        }

        .bgr .bg.bg5 {
            background: url(../img/bodybg/bg5.png) repeat left top;
        }

        .bgr .bg.bg6 {
            background: url(../img/bodybg/bg6.png) repeat left top;
        }

        .bgr .bg.bg7 {
            background: url(../img/bodybg/bg7.png) repeat left top;
        }

        .bgr .bg.bg8 {
            background: url(../img/bodybg/bg8.jpg) repeat left top;
        }

        .bgr .bg.bg9 {
            background: url(../img/bodybg/bg9.png) repeat left top;
        }

        .bgr .bg.bg10 {
            background: url(../img/bodybg/bg10.png) repeat left top;
        }

    #accent_color {
        color: #fff;
        background: #ef5523;
        border: none;
        text-transform: uppercase;
        margin-left: 2px;
        text-align: center;
        outline: 0;
    }

    #bodybg_color {
        color: #fff;
        background: #ccc;
        border: none;
        text-transform: uppercase;
        margin-left: 2px;
        text-align: center;
        outline: 0;
    }

    /* Theme Styler :: End */
