/* Popup Layer */
#hd_pop {
	z-index:1000;
	position:relative;
	margin:0 auto;
	height:0;
}
#hd_pop .hd_pops .hd_pops_con img{
	width: 100%;
}
#hd_pop h2 {
	position:absolute;
	font-size:0;
	line-height:0;
	overflow:hidden
}
.hd_pops {
	position:absolute;
	border: 0px;
	background:#fff
}
.hd_pops_con {
	overflow: hidden;
}
.hd_pops_footer {
	padding:8px 0;
	background:#393939;
	color:#fff;
	text-align:right;
	border-bottom: 0px;
	width: 100%;
	position: absolute;
	border-right: 1px solid rgba(238, 238, 238, 0.1);
}

.hd_pops_footer button {
	margin-right:5px;
	padding: 0px 7px;
	border:0;
	background:#282828;
	color:#fff;
	border-radius: 4px;
	font-size: 12px;
    font-weight: 300;
	margin: 3px 5px 3px 0px;
}
@media (max-width:992px){
	#hd_pop .hd_pops{
		left: 0 !important;
		width: 80% !important;
	}
	#hd_pop .hd_pops .hd_pops_con{
		width: 100% !important;
		overflow: scroll;
        height: auto !important;
	}
	.hd_pops_footer button {
		font-size: 10px;
	}
}


/*Common*/
img {
	max-width: 100%;
}
@media (min-width:1370px){
    .container {
        width: 1370px;
    }
    .hid-min {
        display: none;
    }
}
@media (max-width:1370px){
    .hid-max {
        display: none;
    }
}
@media (min-width:1370px){
    .container.container2 {
        width: 1370px;
    }
}
@media (max-width:992px){
    .owl-carousel .owl-nav [class*="owl-"],
    .owl-carousel .owl-nav [class*="owl-"]:active, 
    .owl-carousel .owl-nav [class*="owl-"]:focus, 
    .owl-carousel .owl-nav [class*="owl-"]:hover, 
    .owl-carousel .owl-nav [class*="owl-"]:active:hover, 
    .owl-carousel .owl-nav [class*="owl-"]:active:focus {
        border: 1px solid #fff;
        border-radius: 0px;
        border-collapse: #fff;
        background-color: rgba(0,0,0,0.3);
        font-size: 12px;
        padding-top: 2px;
    }
}
@media (min-width:500px){
    .only-mobile {
        display: none;
    }
}
@media (max-width:500px){
    .only-pc {
        display: none;
    }
}
/*scroll-to-top*/
html .scroll-to-top.visible {
    right: 0;
    top: auto;
    bottom: 30px;
}


/*bt_wrp*/
#header .bt_wrp .bar_i {
    display: inline-block;
}
#header .bt_wrp .bar_i_bk {
    display: none;
}
#header .bt_wrp .bar_i_bk3 {
    position: relative;
    margin-top: 3px;
    padding: 12px 15px 9px 5px;
}
#header .bt_wrp .bar_i_bk3 span {
    position: absolute;
    right: 7px;
    top: 10px;
    z-index: 10;
    color: #fff;
    background-color: #f70000;
    display: block !important;
    width: 18px;
    line-height: 18px;
    font-size: 8px;
    font-weight: 700;
    border-radius: 50%;
}
#header .ch_wrp {
    position: relative;
    z-index: 1;
}
#header .ch_wrp a {
    margin-right: 8px;
    display: inline-block;
    text-decoration: none;
}
#header .ch_wrp h2{
      padding: 20px;
    color: #ec6800;
	
    -webkit-animation: test-animation 2s linear infinite;
    -moz-animation: test-animation 2s linear infinite;
    -ms-animation: test-animation 2s linear infinite;
    -o-animation: test-animation 2s linear infinite;
    animation: test-animation 2s linear infinite;
}
@keyframes test-animation {
  0% 
  {
	color:  #fabf02;;
  }
  25%
  {
	color:   #fdd212;
  }
  50%
  {
	color:   #fabf02;
  }
 75%
  {
	color:   #ec6800;
  }
  100%
  {
	color: #fabf02;
  }
}
#header .ch_wrp a .img {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
}
#header .ch_wrp a .img {
    background: url(../img/schIcon.png) center center no-repeat;
}
#header .schbox {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 60px 0 70px;
    border-top: 1px solid #eee;
    z-index: 1000;
}
#header .schbox form {
    position: relative;
}
#header .schbox form .clsbtn {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/clsbtn.png) center center no-repeat;
    cursor: pointer;
}
html.add-header #header .schbox{
    display: block;
}
html.add-header #nav-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
html.add-header .header-body {
    z-index: 1000;
}
html.add-header #nav-overlay {
    opacity: 0.5;
    visibility: visible;
    z-index: 30;
}
#header .schbox h2 {
    text-transform: uppercase;
}
#header .schbox .sch {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 15px;
    position: relative;
    padding-right: 65px;
}
#header .schbox .sch > .icon {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    right: 0;
    top: 0;
    background: url(../img/schIcon.png) center center no-repeat;
    border: 0px;
    background-color: #111;
}
#header .schbox .sch .form-control {
    border: 3px solid #111;
    padding: 0 20px;
    padding-right: 45px;
    background-color: transparent;
    height: 60px;
    width: 100%;
    font-size: 20px;
    color: #666;
    border-radius: 10px;
}
@media (min-width:1601px){
    #header .lo_wrp {
        width: 20%;
        padding-left: 100px;
    }
    #header .mn_wrp {
        width: 60%;
    }
    #header .ch_wrp {
        width: 20%;
    }
    #header .bt_wrp {
        width: 25%;
        text-align: right;
        padding-right: 30px;
    }
    html #header .header-nav-main nav > ul > li > a {
        padding: 35px 15px !important;
        font-size: 18px;
    }
}
@media (max-width:1600px) and (min-width:1201px){
    html #header .header-nav-main nav > ul > li > a {
        padding: 35px 10px !important;
        font-size: 15px;
    }
    #header .lo_wrp {
        width: 20%;
        padding-left: 15px;
    }
    #header .mn_wrp {
        width: 60%;
    }
    #header .bt_wrp {
        width: 20%;
    }
}
@media (max-width:1200px) and (min-width:991px){
    #header .lo_wrp {
        width: 20%;
    }
    #header .mn_wrp {
        width: 70%;
    }
    #header .bt_wrp {
        width: 10%;
    }
    html #header .header-nav-main nav > ul > li > a {
        padding: 35px 10px !important;
        font-size: 14px;
    }
    #header .ch_wrp a {
        font-size: 14px;
        padding: 11px 20px 9px;
    }
}
@media (max-width:992px){
    #header .header-logo {
        float: none;
    }
    #header .bt_wrp {
        text-align: right;
        width: 35%;
    }
    #header .lo_wrp {
        text-align: center;
        width: 50%;
    }
    #header .ch_wrp {
        width: 40%;
        text-align: right;
    }
    #header .ch_wrp a .img {
        width: 25px;
        height: 25px;
        background-size: 100% !important;
    }
    #header .ch_wrp a {
        font-size: 13px;
        padding: 5px 
    }
    #header .h_nav {
        width: 10%;
        text-align: right;
    }
    #header .fo_wrp a {
        text-decoration: none;
        color: #fff !important;
        display: inline-block;
        padding: 12px 15px 10px;
        line-height: 1em;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        border-radius: 80px;
        vertical-align: middle;
        background-color: #009900;
    }
    #header .fo_wrp a img {
        width: 20px;
        vertical-align: middle;
    }
    html [class*="fp-viewing-white_bg"] #header .fo_wrp a,
    html #header:hover .fo_wrp a,
    html.add-header #header .fo_wrp a,
    html.sticky-header-active #header.header-transparent .fo_wrp a {
        color: #333;
    }
}
@media (max-width:768px){
    #header .schbox {
        padding: 30px 0 40px;
    }
    #header .schbox form .clsbtn {
        width: 20px;
        height: 20px;
        background-size: 15px;
    }
    #header .schbox .sch {
        padding-right: 40px;
    }
    #header .schbox .sch > .icon {
        width: 25px;
        height: 40px;
        background-size: 20px;
    }
    #header .schbox .sch .form-control {
        height: 40px;
        font-size: 15px;
    }
}
/*sticky*/
html #header.header-sub {
    border-bottom: 1px solid #eee;
}
html #header .default {
    display: none;
}
html #header .default-c {
    display: inline-block;
}
html #header.header-transparent .default {
    display: inline-block;
}
html #header.header-transparent .default-c {
    display: none;
}
html #header:hover .default,
html [class*="fp-viewing-white_bg"] #header .default,
html.add-header #header .default,
html.sticky-header-active #header .default {
    display: none;
}
html #header:hover .default-c,
html.add-header #header .default-c,
html [class*="fp-viewing-white_bg"] #header .default-c,
html.sticky-header-active #header .default-c {
    display: inline-block;
}
html.add-header #header .header-body:before,
html [class*="fp-viewing-white_bg"] #header .header-body:before {
    background: transparent;
    opacity: 1;
}
html #header:hover .header-body:before {
    background: #fff;
    opacity: 1;
}
html #header .header-nav-main nav > ul > li a {
    letter-spacing: -0.02em;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
html #header .header-nav-main nav > ul > li > a {
    font-weight: 500;
    color: #fff !important;
    border-radius: 0px;
    text-transform: none;
    vertical-align: middle;
    position: relative;
}
html #header.header-sub .header-nav-main nav > ul > li > a {
    color: #111 !important;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	font-size: 18px;
    font-weight: 600;
	color: #fff;
	border-color: #ffe400;
    word-break: keep-all;
}
@media (min-width:1600px) {	
    html #header .header-nav-main nav > ul > li > a {
        padding: 0 3vw !important;
        line-height: 100px;
        font-size: 23px;
    }
}
@media (max-width:1600px) {	
    html #header .header-nav-main nav > ul.act:after,
    html #header .header-nav-main nav > ul:after {
        content: "";
        position: absolute;
        width: 10000px;
        top: 100%;
        background-color: rgba(255, 255, 255, 0.2);
        height: 0px;
        left: -600px;
        transform: translate3d(0, 0, 0);
        clear: none;
        display: block;
        border-top: 1px solid rgba(255,255,255,0.3);
    }
    html.add-header #header .header-nav-main.act  nav > ul:after,
    html.add-header #header .header-nav-main nav > ul:after,
    html.sticky-header-active #header .header-nav-main.act  nav > ul:after,
    html.sticky-header-active #header .header-nav-main nav > ul:after {
        background-color: rgba(255,255,255, 0.95);
        border-top: 1px solid rgba(0,0,0,0.3);
    }
    html #header .header-nav-main nav > ul > li > a {
        padding: 0 3vw !important;
        line-height: 80px;
        font-size: 18px;
    }
}
@media (max-width:992px) {
	html.add-header #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a,
	html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        color: #636363
	}
    html.sticky-header-active #header .header-body:before {
        background: #fff;
        opacity: 1;
    }
}
/*#header-t*/
#header .header-body .c_wrp {
    position: relative;
    z-index: 3;
}
#header .header-body .header-t {
    background-color: #070d21;
    position: relative;
    z-index: 10;
}
#header .header-body .header-t a {
    text-decoration: none;
    display: inline-block;
    padding: 8px;
    color: #fff;
    font-size: 12px;
}
#header .header-body .header-t a strong {
    color: #2664ab;
}
/*#  - Header*/
#header .header-body {
	padding-bottom: 0;
	border-top: 0px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
	padding: 0;
    background-color: #fff;
}
html.add-header #header .header-body {
    border-bottom: 1px solid #ddd;
}
#header.bbt .header-body {
	border-bottom: 2px solid #e1e1e1;
}
#header .header-nav-main {
    margin: 0;
    float: none;
}
#header .header-nav-main nav > ul > li {
    position: relative;
    float: none;
    display: inline-block;
    margin: 0px !important;
}
#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
	margin-top: 0px;
	margin-bottom: 10px;
    border: 0px;
    border-radius: 0px;
	background-color: transparent;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    white-space: normal;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #ffe400;
	background-color: transparent;
}
#header .header-nav-main nav > ul > li.open > a, 
#header .header-nav-main nav > ul > li:hover > a {
    color: #fff !important;
	background: transparent;
}
html [class*="fp-viewing-white_bg"] #header .header-nav-main nav > #mainNav > li a,
html.add-header #header .header-nav-main nav > #mainNav > li a,
html.sticky-header-active #header .header-nav-main nav > #mainNav > li a,
#header:hover .header-nav-main nav > #mainNav > li a,
#header .header-nav-main nav > #mainNav > li a:hover {
    color: #000 !important;
	text-decoration: none;
}
/* html.sticky-header-active #header .header-nav-main nav > #mainNav > li:hover > a,
#header:hover .header-nav-main nav > #mainNav > li:hover > a,
#header .header-nav-main nav > #mainNav > li:hover a {
    color: #156ad6 !important;
} */
#header .header-nav-main nav > ul > li > a.dropdown-toggle:after,
#header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after, 
html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
	border: 0px;
}
@media (min-width:991px) and (max-width:1200px) {	
	#header .header-nav-main nav > ul > li > a {
		padding: 35px 15px !important;
	}
}
@media (min-width:991px) {	
    #header.header-narrow .header-logo img {
        margin: 0px !important;
    }
    #header .header-body:after {
        content: "";
        background-color: rgba(250, 250, 250, 0.95);
        position: absolute;
        width: 100%;
        left: 0%;
        height: 0px;
        z-index: 1;

        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    #header.actPc .header-body:after {
        height: 210px !important;
    }
    #header .header-nav-main nav > ul > li > a:before {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 0%;
        background-color: #156ad6;
        height: 2px;
        z-index: 3;

        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    #header .header-nav-main nav > ul > li:hover > a:before {
        width: 100%;
    }
    #header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
        transform: translate3d(0, 0, 0) !important;
    }
    #header .header-nav-main nav > ul.act > li.dropdown > .dropdown-menu,
    #header .header-nav-main nav > ul:hover > li.dropdown > .dropdown-menu,
    #header .header-nav-main nav > ul > li.dropdown:hover  > .dropdown-menu {
        transform: translate3d(0, 0, 0) !important;
        top: auto;
        display: block;
        opacity: 1;
    }
	#header .header-nav-main nav > ul > li > a > i {
		font-size: 10px;
		vertical-align: middle;
		margin-top: -3px;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		border-top: 0px;
		min-width: 0px;
		box-shadow: 0 0 0;
		padding: 25px 5px;
		min-width: 100%;
        height: 200px;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
        background-color: transparent;
	}
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu li a {
        font-size: 18px;
        border-bottom: 0px;
        padding: 9px 0;
        line-height: 1.2em;
        text-align: center;

        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

	html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown > .dropdown-menu li a,
	#header .header-nav-main nav > #mainNav > li.dropdown > .dropdown-menu li a:hover {
        color: #156ad6 !important;
    }
}
@media (max-width:1200px) {
	html #header.header-transparent .header-body {
		background: #fff;
	}
    #header .header-body {
        padding: 0 15px;
    }
}
@media (max-width:992px) {
    #header .header-logo {
        padding: 0px !important;
        /*text-align: left;*/
    }
	#header .header-nav-main {
		margin-bottom: 0px !important;
		padding: 0px !important;
		background-color: transparent !important;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		background-color: #fff;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu:before {
		display: none;
	}
	#header .header-nav-main nav > ul > li.open > a, 
	#header .header-nav-main nav > ul > li:hover > a {
    	color: #2664ab !important;
		border-color: #fff;
	}
    #header .header-nav-main nav > ul > li > a {
        line-height: inherit;
		color: #333 !important;
        padding: 7px 8px 3px 8px !important;
		font-size: 18px;
    }
    #header .header-nav-main nav > ul li a .fa-caret-down {
        width: 100%;
        text-align: right;
    }
	#header .header-nav-main nav > ul > li > .dropdown-menu > li {
		border: 0px;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu > li > a:hover {
		color: #2664ab !important;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		border-bottom: 0px;
	}
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
        background-color: transparent !important;
    }
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
		color: rgba(255,255,255,0.8);
	}	
	#header.header-narrow .header-logo img {
		 margin: 15px;
	}
	
	.header-logo img {
        width: 120px;
    }
	#header .header-body {
		padding: 0px;
	}
	#header .header-body .nav-pills {
		background: #ef7c00;
		position: sticky;
		z-index: 1;
	}
	#header .header-body .nav-pills>li {
		width:20%;                             /* ¸ð¹ÙÀÏ ¸Þ´º¹Ù */
	}
	#header .header-body .nav-pills>li a{
		 padding: 10px 5px;
		 color:#fff;
	 
		  text-align: center;
	}
	#header .header-body .nav-pills>li+li {
		margin-left: 0px;
	}
}
/* linkBox */
#header .links {
    display: inline-block;
}
#header .links li {
    display: inline-block;
    position: relative;
    margin: 0px;
}
#header .links li:not(:last-child):after {
    content: "";
    position: absolute;
    right: -2px;
    top: 30%;
    height: 40%;
    width: 1px;
    background-color: #ddd
}
#header .links li a {
    text-decoration: none;
    display: inline-block;
    color: #ddd;
    font-size: 15px;
    line-height: 1em;
    padding: 0 8px;
    font-weight: 600;
}
@media (max-width:768px){
    #header  .links li a {
        font-size: 14px;
        padding: 0 4px;
    }
}
/*#  - HeaderTop mobile*/
#header .header-btn-collapse-nav.focus, 
#header .header-btn-collapse-nav.active:focus, 
#header .header-btn-collapse-nav.focus, 
#header .header-btn-collapse-nav:active.focus, 
#header .header-btn-collapse-nav:active:focus, 
#header .header-btn-collapse-nav:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}
#header .header-btn-collapse-nav {
    float: none;
    margin: 0;
    color: #111;
    padding: 0px !important;
    font-size: 26px !important;
    display: inline-block;
    background-color: transparent;
    width: 100px;
    line-height: 100px;
    z-index: 100;
    position: fixed;
    border-radius: 0;
    top: 0;
    right: 0;
}
html [class*="fp-viewing-white_bg"] .header-btn-collapse-nav,
html #header:hover .header-btn-collapse-nav,
html.add-header #header .header-btn-collapse-nav,
html.sticky-header-active #header .header-btn-collapse-nav {
    color: #111;
}
@media (max-width:1600px) {	
    #header .header-btn-collapse-nav {
        width: 80px;
        line-height: 80px;
    }
}
@media (max-width:992px) {	
    #header .header-btn-collapse-nav {
        width: 66px;
        line-height: 66px;
    }
}
@media (max-width: 768px) {	
    #header .header-btn-collapse-nav {
        width: 57px;
        line-height: 57px;
    }
}

/* logoBox */
#header .lo_wrp a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    padding-top: 2px;
}
#header .lo_wrp a svg {
    display: inline-block;
    vertical-align: middle;
}
@media (max-width:768px){
    #header .lo_wrp a svg {
        width: 180px;
    }
}
/* logo svg */
.logoWrp .b{fill:#fff;}
.logoWrp .c{fill:#33a3dc;}
.logoWrp .d{fill:#7cc366;}
.logoWrp .e{fill:#faa64a;}


.mobile-nav .logoWrp .b,
.mobile-side-menu .logoWrp .b,
#header:hover .lo_wrp .b,
html.sticky-header-active #header .lo_wrp .b {
    fill:#221e1f;
}


/* sticky-header-active==================== */
html.sticky-header-active .header-shape nav > #mainNav > li a {
    color: #333;
}
html.sticky-header-active .header-shape nav > #mainNav > li > a  {
    padding: 20px 25px;
}
html.sticky-header-active .header-shape nav > #mainNav > li > .dropdown-menu li a {
    color: #838789;
}
html.sticky-header-active .header-shape nav > #mainNav > li > .dropdown-menu li:hover a {
    color: #156ad6;
}
/*lines_bar*/
.mmenu-toggle-btn {
    display: inline-block;
    width: 40px;
    cursor: pointer;
    margin: 0;
    line-height: 35px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    z-index: 5;
}
.lines_bar {
    display: inline-block;
    width: 40px;
    height: 2px;
    transition: 0.3s;
    position: relative;
    top: -2px;
    background-color: #fff;
    vertical-align: middle;
}
.lines_bar:before,
.lines_bar:after {
    display: inline-block;
    width: 40px;
    height: 2px;
    transition: 0.3s;
    position: absolute;
    background-color: #fff;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.26rem center;
    transform-origin: 0.26rem center;
}
.lines_bar:before {
    top: 14px;
}
.lines_bar:after {
    top: -14px;
}
.mmenu-open .lines_bar {
    background-color: transparent !important;
}
.mmenu-open .lines_bar:before,
.mmenu-open .lines_bar:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
}
.mmenu-open .lines_bar:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.mmenu-open .lines_bar:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}
.mmenu-open .lines_bar,
.mmenu-open .lines_bar:before,
.mmenu-open .lines_bar:after {
    background-color: #666;
}


html #header.header-sub .lines_bar,
html #header.header-sub .lines_bar:before,
html #header.header-sub .lines_bar:after,
html [class*="fp-viewing-white_bg"] .lines_bar,
html [class*="fp-viewing-white_bg"] .lines_bar:before,
html [class*="fp-viewing-white_bg"] .lines_bar:after,
html #header:hover .lines_bar,
html #header:hover .lines_bar:before,
html #header:hover .lines_bar:after,
html.add-header .lines_bar,
html.add-header .lines_bar:before,
html.add-header .lines_bar:after,
html.sticky-header-active .lines_bar,
html.sticky-header-active .lines_bar:before,
html.sticky-header-active .lines_bar:after{
    background-color: #666;
}
@media (max-width:768px) {
    .lines_bar,
    .lines_bar:before,
    .lines_bar:after {
        width: 30px;
        height: 3px;
        background-color: #fff;
    }
    html.sticky-header-active .lines_bar,
    html.sticky-header-active .lines_bar:before,
    html.sticky-header-active .lines_bar:after{
        background-color: #666;
    }
    .lines_bar:before {
        top: 9px;
    }
    .lines_bar:after {
        top: -9px;
    }
}

/*mn_header*/
.mn_header {
	background-color: #f2f2f2;
}
.mn_header .logobox {
	padding: 25px 0;
}
.mn_header .logobox a {
	text-decoration: none;
	display: block;
}
.mn_header .h_nav {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.mn_header .h_nav a {
	text-decoration: none;
	display: block;
	padding: 15px 0;
	color: #333;
}
@media (max-width:992px){
	.mn_header .logobox {
		padding: 20px 0;
		text-align: left;
	}
	.mn_header .logobox a img {
		width: 120px;
	}
}

/* Header */
.mo-header-body {
    padding: 20px 100px;
    border-top: 0px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}	
@media (max-width:992px){
    .mo-header-body {
        padding: 10px 15px;
    }	
}	
/*Mobile Navigation*/
.mobile-nav {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	padding: 20px 0 20px;
	background-color: #fff;
	display: block !important;
    /* opacity: 1; */
	/* z-index: 999; */
    opacity: 0;
    z-index: -4;

    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.mmenu-open .mobile-nav {
    opacity: 1;
	z-index: 999;
}
.mobile-nav-wrapper {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.mobile-side-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.mobile-side-menu > .mmenu-toggle-btn {
    border-radius: 4px;
    font-weight: 300;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    top: auto;
    border: 0px;
    color: #fff;
    font-weight: 500;
    margin-left: 0;
    margin-top: 0px !important;
    top: 0;
    padding: 0;
    position: absolute;
    left: 15px;
}
.mobile-side-menu > li > a {
	text-transform: uppercase;
}
.mobile-side-menu li {
	display: block;
	position: relative;
	width: 50%;
}
.mobile-side-menu li:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu #mainNav > li > a {
    position: relative;
	display: inline-block;
    font-size: 4vw;
    line-height: 1.1em;
    font-weight: 900;
    background-color: transparent;
    color: #eee;
    border: 0;
    padding: 15px 50px 15px 0;
    white-space: normal;
    word-break: keep-all;
    text-overflow: ellipsis;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none !important;
}
.mobile-side-menu #mainNav > li > a span {
    position: absolute;
    width: 19px;
    height: 100%;
    right: 0;
    top: 0;
    opacity: 0.2;
    background: url(../img/arrMn.png) center center no-repeat;
}
.mobile-side-menu #mainNav > li:focus > a,
.mobile-side-menu #mainNav > li:active > a,
.mobile-side-menu #mainNav > li:hover > a {
    color: #156ad6;
}
.mobile-side-menu li a:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu li a > span {
    display: inline-block;
    position: relative;
}
.mobile-side-menu li a > span > span {
    display: inline-block;
    position: relative;
    z-index: 5;
}
.mobile-side-menu .dropdown-menu {
	display: none;
	padding: 20px 0;
	margin: 0;
	list-style: none;
    background-color: transparent;
    position: absolute;
    left: 100%;
    top: 0;
    width: 50%;
}
.mobile-side-menu .dropdown-menu li a {
    font-size: 28px;
    display: inline-block;
    color: #000;
    font-weight: 700;
    padding: 20px 50px 20px 0;
    line-height: 1em;
    text-decoration: none;
    background-color: transparent !important;

    transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.mobile-side-menu .dropdown-menu:hover li a:hover {
    opacity: 1;
    color: #156ad6;
}
.mobile-side-menu .nav .open>a, 
.mobile-side-menu .nav .open>a:focus, 
.mobile-side-menu .nav .open>a:hover{
    background-color: transparent;
}
.mobile-side-menu li .mmenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	color: #636363;
	background-color: transparent;
	cursor: pointer;
	font-size: 0;
	width: 40px;
	height: 40px;
    z-index: 100;
	margin-top: 1px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.mobile-side-menu .dropdown-menu {
    border: 0px;
    box-shadow: 0 0 0;
    min-width: 100%;
}
.mobile-side-menu  .dropdown-menu a {
    font-size: 13px;
}
.mobile-side-menu .log_nav {
	position: relative;
	margin-top: 15px;
	padding-top: 15px;
}
.mobile-side-menu .log_nav:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	width: 30px;
	height: 1px;
	background-color: #ddd;
}
.mobile-side-menu .log_nav li a {
	font-size: 16px;
    color: #989898;
    font-weight: 400;
    padding: 5px;
}
.mobile-side-menu .snsbox .sns_i {
    display: inline-block;
    margin: 0 5px;
    width: 40px;
    cursor: pointer;
}
#mobile-menu-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 998;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.mmenu-open #mobile-menu-overlay {
	opacity: .15;
	visibility: visible;
}

.mmenu-open #mobile-menu-overlay {
	opacity: 0.3;
	visibility: visible;
}
@media (min-width:992px) and (max-height:800px){
    .btContacWrp {
        margin-top: 30px !important;
    }
    .mobile-side-menu #mainNav > li > a {
        font-size: 2.5vw;
        padding: 10px 50px 10px 0;
    }
    .mobile-side-menu .dropdown-menu {
        padding: 0px;
    }
}
@media (min-width:768px) {
    .mobile-side-menu #mainNav > li:hover .dropdown-menu {
        display: block;
    }
    .mobile-side-menu .dropdown-menu:hover li a {
        opacity: .2;
    }
}
@media (max-width:768px) {
    .mobile-nav {
        padding-top: 80px;
    }
    .mobile-nav .mobile-nav-wrapper {
        overflow-y: scroll;
        display: block;
    }
    .mobile-side-menu > .mmenu-toggle-btn {
        top: 0px;
        left: 0;
        line-height: 20px;
    }
    .mobile-side-menu li {
        width: 100%;
    }
    .mobile-side-menu #mainNav > li > a {
        font-size: 30px;
        -webkit-text-stroke: 0px rgba(155,155,155,0.4);
        color: #111;
        font-weight: 700;
        line-height: 1em;
        padding: 13px 35px 13px 0;
    }
    .mobile-side-menu #mainNav > li > a span {
        background-size: 10px;
        top: -2px;
        width: 100%;
        background-position-x: 95%;
    }
    .mobile-side-menu .dropdown-menu {
        left: 0;
        position: relative;
        padding: 0 0 25px;
        width: 100%;
    }
    .mobile-side-menu .dropdown-menu li a {
        font-size: 24px;
        padding: 6px 0;
        color: #aaa;
        font-weight: 500;
    }
}
/* btContac */
.btContacWrp {
    border-top: 1px solid #ccc;
    margin-top: 60px;
    padding-top: 30px;
}
.btContac {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
}
.btContac li {
    padding: 0 15px;
}
.btContac li h5 i,
.btContac li h5 span {
    display: inline-block;
    vertical-align: middle;
}
@media (max-width:768px) {
    .btContacWrp {
        margin-top: 30px;
        padding-top: 10px;
    }
    .btContac {
        display: block;
        margin: 0;
    }
    .btContac li {
        padding: 0;
        margin-top: 15px;
    }
}
/* header-logo */
.header-logo img {
    margin: 12px 0 ;
}
@media (max-width:768px) {
    .header-logo img {
        width: 120px;
    }
	#header .header-body {
		padding: 0px;
	}
}
/*f_wrp*/
.mobile-side-menu .row {
    margin: 0 -2px;
}
.mobile-side-menu .row > div{
    padding: 0 2px;
}
.mobile-side-menu .f_wrp {
    margin-top: 20px;
}
.mobile-side-menu .f_wrp a {
    text-decoration: none;
    color: #333;
    display: inline-block;
    padding: 12px 10px 9px;
    line-height: 1em;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    vertical-align: middle;
    border: 2px solid #333;
}
.mobile-side-menu .f_wrp a img {
    width: 15px;
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: 0;
}
/* width */
.w1000 {
    max-width: 1000px;
    margin: 0 auto;
}
.w1200 {
    max-width: 1200px;
    margin: 0 auto;
}
.w1400 {
    max-width: 1400px;
    margin: 0 auto;
}
/*conbox*/
.conbox {
    margin-top: 60px;
}
.conbox.conbox_lg {
    margin-top: 100px;
}
.conbox.conbox_xlg {
    margin-top: 150px;
}
.conbox.conbox_xxlg {
    margin-top: 200px;
}
.conbox.conbox_mini {
    margin-top: 40px;
}
.conbox.conbox_xs {
    margin-top: 30px;
}
.conbox.conbox_xxs {
    margin-top: 15px;
}
@media (max-width:992px){
    .conbox {
        margin-top: 30px;
    }
    .conbox.conbox_lg {
        margin-top: 50px;
    }
    .conbox.conbox_xlg {
        margin-top: 80px;
    }
    .conbox.conbox_xxlg {
        margin-top: 100px;
    }
	.conbox.conbox_mini {
		margin-top: 20px;
	}
	.conbox.conbox_xs {
		margin-top: 15px;
	}
    .conbox.conbox_xxs {
        margin-top: 5px;
    }
}
/*sec_dvd*/
.sec_dvd {
    padding: 130px 0;
}
.sec_dvd.sec_dvd_lg {
    padding: 150px 0;
}
.sec_dvd.sec_dvd_xlg {
    padding: 300px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 100px 0;
}
.sec_dvd.sec_dvd_xs {
    padding: 80px 0;
}
.sec_dvd.sec_dvd_xxs {
    padding: 60px 0;
}
@media (max-width:992px){
    .sec_dvd {
        padding: 60px 0;
    }
    .sec_dvd.sec_dvd_lg {
        padding: 70px 0;
    }
    .sec_dvd.sec_dvd_xlg {
        padding: 150px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 40px 0;
    }
    .sec_dvd.sec_dvd_xs {
        padding: 30px 0;
    }
    .sec_dvd.sec_dvd_xs {
        padding: 20px 0;
    }
}
/*c_wrp*/
.v_t > li,
.v_t > div {
    vertical-align: top;
}
.v_m > li,
.v_m > div {
    vertical-align: middle;
}
.v_bt > li,
.v_bt > div {
    vertical-align: bottom;
}
@media (min-width:768px) {
    .c_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .c_wrp.t_fx {
        table-layout: fixed;
    }
    .c_wrp > li,
    .c_wrp > div {
        display: table-cell;
    }
}
/*m_wrp*/
@media (max-width:768px) {
    .m_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .m_wrp.t_fx {
        table-layout: fixed;
    }
    .m_wrp > li,
    .m_wrp > div {
        display: table-cell;
    }
}
/*c_wrp_lg*/
@media (min-width:992px) {
    .c_wrp_lg {
        display: table;
        width: 100%;
        height: 100%;
    }
    .c_wrp_lg.t_fx {
        table-layout: fixed;
    }
    .c_wrp_lg > li,
    .c_wrp_lg > div {
        display: table-cell;
    }
}
/*m_wrp_lg*/
@media (max-width:768px) {
    .m_wrp_lg {
        display: table;
        width: 100%;
        height: 100%;
    }
    .m_wrp_lg.t_fx {
        table-layout: fixed;
    }
    .m_wrp_lg > li,
    .m_wrp_lg > div {
        display: table-cell;
    }
}
/*color*/
.c_bei {
    color: #99977f !important;
}
.c_gd {
    color: #b6a679 !important;
}
.c_org {
    color: #f08100 !important;
}
.c_dorg {
    color: #f15922 !important;
}
.c_lorg {
    color: #f59a23 !important;
}
.c_yl {
    color: #e6fa2a !important;
}
.c_rd {
    color: #ef3f41 !important;
}
.c_pk {
    color: #e30e87 !important;
}
.c_pp {
    color: #37018d !important;
}
.c_sky {
    color: #04a6e1 !important;
}
.c_lsky {
    color: #51e4ff !important;
}
.c_lgray {
    color: #999 !important;
}
.c_gray {
    color: #666 !important;
}
.c_bw {
    color: #967440 !important;
}
.c_pt {
    color: #156ad6 !important;
}

/*modal*/
.privacy .modal-dialog {
    margin: 0;
    display: table;
    width: 100%;
    height: 100%;
}
.privacy .modal-dialog > div {
    display: table-cell;
    vertical-align: middle;
}
.privacy .modal-dialog > div .modal-content {
    max-width: 900px;
    margin: 20px auto;
}
.privacy .modal-header {
    padding: 25px 15px;
    background-color: #f7f7f7;
}
.privacy h4.tt {
    color: #222;
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
    text-transform: uppercase;
}
.privacy #privacy {
    height: 80vh;
    overflow-y: scroll;
}
@media (max-width:768px){
    .privacy .modal-header {
        padding: 20px 15px;
    }
    .privacy .modal-dialog > div .modal-content {
        max-width: 90%;
    }
}

/*fullpage_navigation*/
#fp-nav.fp-right {
    right: 41px;
}
/* #fp-nav.fp-left {
    left: 100px;
} */
#fp-nav ul li, .fp-slidesNav ul li {
    height: 20px;
    margin: 20px 7px;
}
#fp-nav ul li .fp-tooltip {
    width: auto;
    opacity: 1;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 600;
    opacity: 0;
}
/* #fp-nav ul li a.active > .fp-tooltip {
    color: #fff;
    opacity: 1;
} */
#fp-nav ul li a span, 
.fp-slidesNav ul li a span,
#fp-nav ul li:hover a span, 
.fp-slidesNav ul li:hover a span {
	background: #fff;
    margin: -2px 0 0 1px;
    height: 7px;
    width: 7px;
    background-color: #fff;
}
#fp-nav ul li a.active span, 
.fp-slidesNav ul li a.active span, 
#fp-nav ul li:hover a.active span, 
.fp-slidesNav ul li:hover a.active span {
    background: #fff;
    margin: -11px 0 0 1px;
    height: 25px;
    width: 7px;
    background-color: #fff;
    border-radius: 50px;
}
html [class*="fp-viewing-white_bg"] #fp-nav ul li a.active > .fp-tooltip {
    color: #aaa;
}
html [class*="fp-viewing-white_bg"] #fp-nav ul li a span, 
html [class*="fp-viewing-white_bg"] .fp-slidesNav ul li a span,
html [class*="fp-viewing-white_bg"] #fp-nav ul li:hover a span, 
html [class*="fp-viewing-white_bg"] .fp-slidesNav ul li:hover a span {
	background: #aaa;
    background-color: #aaa;
}
html [class*="fp-viewing-white_bg"] #fp-nav ul li a.active span, 
html [class*="fp-viewing-white_bg"] .fp-slidesNav ul li a.active span {
    background: #156ad6;
    background-color: #156ad6;
}
html [class*="fp-viewing-white_bg"] #fp-nav ul li .fp-tooltip {
    color: #156ad6;
}
@media (min-width:992px){
    html [class*="fp-viewing-white_bg"] #wrapper:before {
        background-color: rgba(170, 170, 170, 0.2);
    }
}
@media (max-width:1600px){
    #fp-nav.fp-right {
        right: 69px;
    }
}
@media (max-width:1300px){
    #fp-nav {
        display: none !important;
    }
}

/*visual*/
#visual_wrp {
    position: relative;
}
#visual {
    position: relative;
}
#visual .bg {
    height: 950px;
}
#visual .bg.bg1 {
    background: url(../img/visual1.jpg) center center no-repeat;
    background-size: cover;
}
#visual .bg.bg2 {
    background: url(../img/visual2.jpg) center center no-repeat;
    background-size: cover;
}
#visual .bg.bg3 {
    background: url(../img/visual3.jpg) center center no-repeat;
    background-size: cover;
}
/* #visual .bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #999999;
    mix-blend-mode: multiply;
} */
#visual .tcon {
    margin: 0 auto;
    position: relative;
    z-index: 5;
}
#visual .tcon h1 {
    line-height: 1.1em;
    font-size: 65px;
    font-weight: 800;
    color: #fff;
}
#visual .tcon p {
    font-weight: 400;
    line-height: 1.9em;
    color: rgba(255,255,255,0.6);
}
#visual .tcon img {
    display: inline-block;
}
#visual_wrp #arr_next,
#visual_wrp #arr_prev {
    position: absolute;
    top: calc(50% - 40px);
    width: 80px;
    height: 80px;
    background: url(../img/v_arr.png) center center no-repeat;
    background-color: rgba(255,255, 255, 0.1);
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
}
#visual_wrp #arr_prev {
    left: 6%;
}
#visual_wrp #arr_next {
    right: 6%;
    transform: rotate(180deg);
}

#visual .txt1,
#visual .txt2,
#visual .txt3 {
    opacity: 0;
}
@keyframes lineMove {
    0% {
        height: 0;
    }
    10% {
        height: 50px;
    }
    100% {
        height: 50px;
    }
}
#visual .ply .txt1 {
    -webkit-animation: fadeMove 6s linear infinite;
    -moz-animation: fadeMove 6s linear infinite;
    -ms-animation: fadeMove 6s linear infinite;
    -o-animation: fadeMove 6s linear infinite;
    animation: fadeMove 6s linear infinite;
}
@keyframes fadeMove {
    10% {
        transform: translate3d(0, 30px, 0);
        opacity: 0;
    }
    20% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

#visual .ply .txt2 {
    -webkit-animation: fadeMove2 6s linear infinite;
    -moz-animation: fadeMove2 6s linear infinite;
    -ms-animation: fadeMove2 6s linear infinite;
    -o-animation: fadeMove2 6s linear infinite;
    animation: fadeMove2 6s linear infinite;
}
@keyframes fadeMove2 {
    20% {
        transform: translate3d(0, 30px, 0);
        opacity: 0;
    }
    30% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

#visual .ply .txt3 {
    -webkit-animation: fadeMove3 6s linear infinite;
    -moz-animation: fadeMove3 6s linear infinite;
    -ms-animation: fadeMove3 6s linear infinite;
    -o-animation: fadeMove3 6s linear infinite;
    animation: fadeMove3 6s linear infinite;
}
@keyframes fadeMove3 {
    30% {
        transform: translate3d(0, 30px, 0);
        opacity: 0;
    }
    40% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@media (min-width:1920px){
    #visual .bg {
        height: 100vh;
    }
}
@media (max-width:1600px){
    #visual_wrp #arr_prev {
        left: auto;
        right: calc(5% + 90px);
    }
    #visual_wrp #arr_next {
        right: 5%;
        transform: rotate(180deg);
    }
}
@media (max-width:992px){
    #visual .bg {
        height: 700px;
    }
    #visual .tcon h1 {
        font-size: 40px;
    }
}
@media (max-width:768px){
    #visual .bg {
        height: 430px;
        background-size: cover !important;
    }
    #visual .bg .tcon {
        margin: 0 auto;
        text-align: center;
		
		margin-top: 32%;
    }
    #visual .bg .tcon h1 {
        font-size: 30px;
    }
    #visual_wrp #arr_next,
    #visual_wrp #arr_prev {
        display: none !important;
    }
}
/* scrolls */
#visual .scrolls {
    font-size: 20px;
    color: #fff;
    position: relative;
    font-weight: 500;
    margin-top: 60px;
}
#visual .scrolls span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
#visual .scrolls .bars {
    width: 150px;
    height: 1px;
    background-color: rgba(255,255,255,0.1);
    position: relative;
}
#visual .scrolls .bars .stateAct {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background-color: #fff;
}
#visual .scrolls .bars .stateAct.act {
    -webkit-animation: movBg 6s linear infinite;
    -moz-animation: movBg 6s linear infinite;
    -ms-animation: movBg 6s linear infinite;
    -o-animation: movBg 6s linear infinite;
    animation: movBg 6s linear infinite;
}
@keyframes movBg {
    0% {
        width: 0px;
    }
    25% {
        width: 0px;
    }
    100% {
        width: 100%;
    }  
}
#visual .scrolls .bars .stateAct {
    animation-play-state: running;
    width: 0px;
}
#visual .slickPause .scrolls .bars .stateAct {
    animation-play-state: paused;
}
#visual .scrolls .consWrp {
    display: inline-block;
}
#visual .scrolls .consWrp .pauseBtn {
    display: inline-block;
}
#visual .scrolls .consWrp .playBtn {
    display: none;
}
#visual .scrolls .consWrp.act .pauseBtn {
    display: none;
}
#visual .scrolls .consWrp.act .playBtn {
    display: inline-block;
}
#visual .scrolls .playBtn {
    font-size: 0.8em;
    cursor: pointer;
}
#visual .scrolls .pauseBtn {
    width: 10px;
    height: 12px;
    position: relative;
    cursor: pointer;
}
#visual .scrolls .pauseBtn:before,
#visual .scrolls .pauseBtn:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: #fff;
}
#visual .scrolls .pauseBtn:before {
    left: 0;
}
#visual .scrolls .pauseBtn:after {
    right: 0;
}
@media (max-width:768px){
    #visual .scrolls {
        font-size: 13px;
        margin-top: 40px;
    }
    #visual .scrolls .bars {
        width: 150px;
    }
}

/* mouse */
.mouse_wrp {
    position: absolute;
    left: 0;
    bottom: 80px;
    width: 100%;
    z-index: 5;
    text-align: center;
}
.mouse_wrp h6 {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-top: 20px;
}
.mouse {
    width: 25px;
    height: 40px;
    border-radius: 13px;
    border: 2px solid #fff;
    display: inline-block;
    position: relative;
}
.mouse::before {
    content: "";
    width: 3px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    animation: scrollDown 1.2s ease-in-out;
    animation-iteration-count: infinite;
}
.mouse__arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    width: 2px;
    height: 2px;
    animation: fading 1.2s ease;
    animation-iteration-count: infinite;
}
.mouse__arrow:last-child {
    width: 0;
    height: 0;
    background-color: transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 3px solid #fff;
}
.mouse__arrow:nth-child(1) {
    animation-delay: 0s;
    bottom: -8px;
}
.mouse__arrow:nth-child(2) {
    animation-delay: 0.4s;
    bottom: -14px;
}
.mouse__arrow:nth-child(3) {
    animation-delay: 0.8s;
    bottom: -20px;
}
  
@keyframes scrollDown {
    0% {
        transform: translate(-50%, 0);
    }
    70%, 90% {
        transform: translate(-50%, 100%);
    }
    100% {
        transform: translate(-50%, 0);
    }
}
@keyframes fading {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}
@media (max-width:768px){
    .mouse_wrp {
        bottom: 30px;
    }
}
/* pList */
.pList > li {
    position: relative;
    padding-left: 15px;
}
.pList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px ;
    width: 3px;
    height: 3px;
    background-color: #aaa;
}
.pList > li p {
    font-weight: 300;
}
@media (max-width:768px){
    .pList > li:after {
        top: 8px ;
    }
}
/* hList */
.hList > li {
    position: relative;
    padding-left: 15px;
    margin: 3px 0;
}
.hList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 15px ;
    width: 4px;
    height: 4px;
    background-color: #aaa;
}
.hList > li h4 {
    font-weight: 300;
}
@media (max-width:768px){
    .pList > li:after {
        top: 10px ;
    }
}
/* mouse */
.mouse_wrp {
   /* position: fixed;
    right: 0;*/
	left:50%;
    bottom: 80px;
    width: 100px;
    z-index: 1;
    text-align: center;
}
.mouse_wrp .txt {
    display: block;
    margin-bottom: 25px;
    line-height: 1em;
}
.mouse_wrp .txt h6 {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 4px;
    margin: 0;
    color: #ccc;
    transform: rotate(-90deg);
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: left;
    white-space: nowrap;
}
.mouse {
    width: 25px;
    height: 40px;
    border-radius: 13px;
    border: 2px solid #ccc;
    display: inline-block;
    position: relative;
}
.mouse::before {
    content: "";
    width: 3px;
    height: 5px;
    background: #ccc;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    animation: scrollDown 1.2s ease-in-out;
    animation-iteration-count: infinite;
}
.mouse__arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ccc;
    width: 2px;
    height: 2px;
    animation: fading 1.2s ease;
    animation-iteration-count: infinite;
}
.mouse__arrow:last-child {
    width: 0;
    height: 0;
    background-color: transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 3px solid #ccc;
}
.mouse__arrow:nth-child(1) {
    animation-delay: 0s;
    bottom: -8px;
}
.mouse__arrow:nth-child(2) {
    animation-delay: 0.4s;
    bottom: -14px;
}
.mouse__arrow:nth-child(3) {
    animation-delay: 0.8s;
    bottom: -20px;
}
  
@keyframes scrollDown {
    0% {
        transform: translate(-50%, 0);
    }
    70%, 90% {
        transform: translate(-50%, 100%);
    }
    100% {
        transform: translate(-50%, 0);
    }
}
@keyframes fading {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}
@media (max-width:1600px){
    .mouse_wrp {
        width: 80px;
    }
}
@media (max-width:768px){
    .mouse_wrp {
        bottom: 30px;
        display: none;
    }
}


/* msec1 */
#msec1 {
	background: url(../img/msec1_bg.jpg) center center no-repeat;
	position: relative;
}
#msec1 > span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
}
#msec1 > span > span {
	display: block;
	width: 100%;
	height: 100%;
	border: 2px dashed #fff;
}
#msec1 .tbox .lined {
	display: inline-block;
	margin-bottom: 30px;
	width: 50px;
	height: 3px;
	background-color: #fff;
}
@media (min-width:992px) {	
	#msec1 {
		background-attachment: fixed;
	}
	#msec1 .tbox {
		/*margin-top: 150px;*/
	}
	#msec1 .titbox {
		    padding: 0px 200px;
	}
}
@media (max-width:992px) {	
	#msec1 {
		background-size: cover;
	}
	#msec1 .tbox {
		padding: 10px;
		text-align: center;
	}
	#msec1 .titbox h1{
		        font-size: 22px;
	}
}



/* btnItem */
.btnItem a {
	text-decoration: none;
    display: inline-block;
    line-height: 1em;
    padding: 14px 20px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    width: 300px;
    position: relative;
}
.btnItem.dk a {
    border:1px solid #999999;
    color: #616161;
}
@media (max-width:768px){
    .btnItem a {
        padding: 8px 15px;
        border-width: 2px;
        font-size: 17px;

		
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
    }
}

@media (min-width: 768px){
	.btnItem a:after {
		content: "";
		position: absolute;
		right: 100px;
		top: calc(50% - 4px);
		width: 20px;
		height: 8px;
		opacity: .5;
        opacity: 0;
		background: url(../img/ltst_arr_w.png) center center no-repeat;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	.btnItem.dk a:after {
		background: url(../img/ltst_arr.png) center center no-repeat;
	}
    .btnItem  a:hover:after {
        opacity: 1;
        right: 90px;
    }
}

/* defaultSetting */
.wBox {
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 5px 5px 20px rgb(169 ,154 ,133, 0.2);
}
.wBox.btm {
    margin-top: 20px;
}
.wBox .topTit {
    padding: 15px 25px;
    border-bottom: 1px solid #e9eceb;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(to top, #fcfcfc, transparent);
}
.wBox .topTit .titAr {
    /*padding-left: 30px;*/
    position: relative;
}
.wBox .topTit .titAr h5 {
    font-weight: 600;
    /*color: #f15922;*/
}
.wBox .topTit .titAr h5 i {
    position: absolute;
    left: 0;
    font-weight: 500;
}
.wBox .topTit .bookMark {
    text-align: right;
}
.wBox .topTit .bookMark .mk {
    display: inline-block;
    padding: 0 11px;
    border-radius: 5px;
    line-height: 28px;
    font-size: 15px;
    color: #666;
    vertical-align: middle;
    cursor: pointer;
    background-color: #eee;
}
.wBox .topTit .bookMark .mk i,
.wBox .topTit .bookMark .mk span {
    display: inline-block;
    vertical-align: middle;
    color: rgb(180, 180, 180);
}
.wBox .topTit .bookMark .mk i {
    color: #ccc;
}
.wBox .topTit .bookMark .mk span {
    font-size: 13px;
    font-weight: 500;
}
.wBox .topTit .bookMark.act .mk {
    background-color: #00a5ba;
}
.wBox .topTit .bookMark.act .mk i,
.wBox .topTit .bookMark.act .mk span {
    color: #fff;
}
.wBox .hasPd {
    padding-left: 15px;
    padding-right: 15px;
	
    height: 370px;
}
.wBox .hasPd2 {
    padding-left: 30px;
    padding-right: 30px;
}
@media (min-width:992px){
    .wBox .topTit h4 {
        font-size: 22px;
    }
}
@media (max-width:768px){
    .wBox {
        border-radius: 10px;
		margin-bottom: 30px;
    }
    .wBox .topTit {
        border-radius: 10px 10px 0 0;
        padding: 10px 15px;
    }
    .wBox .topTit .titAr {
        /*padding-left: 22px;*/
        background-size: 17px !important;
    }
    .wBox .topTit .bookMark .mk {
        padding: 0 6px;
        line-height: 20px;
        font-size: 12px;
    }
    .wBox .topTit .bookMark .mk i,
    .wBox .topTit .bookMark .mk span {
        font-size: 11px;
    }
	
	.wBox .topTit .titAr img {
		width:30px;
	}

	.wBox .hasPd {
		height: auto;
	}
	
	.wBox .banLatest p {
		font-size: 12px;
	}
}


.hasPd h6.sns {
    width: 100%;
    background: #10cb48;
    color: #fff;
    border-radius: 40px;
    text-align: center;
    padding: 10px;
}
.hasPd h6.sns.kakao {
    background: #ffdc00;
	color:#000;
	
    margin-bottom: 15px;
    display: inline-block;
}
@media (max-width:768px){
.hasPd h6.sns.kakao {
	
    margin-bottom: 15px;
}

}

/* btnAr */
.btnAr {
    text-align: right;
} 
.btnAr button,
.btnAr input,
.btnAr a {
    text-decoration: none;
    display: inline-block;
    padding: 0 20px;
    font-size: 15px;
    line-height: 32px;
    background-color: #14273f;
    border-radius: 100px;
    color: #fff;
    border: 1px solid #14273f;
    margin-left: 2px;
}
.btnAr a span {
    display: inline-block;
    width: 9px;
    height: 9px;
    vertical-align: middle;
    background: url(../img/btnArMr.png) center center no-repeat;
    margin: 0 0 3px 3px;
}
.btnAr .cancle {
    background-color: #c3c4cd;
    border-color: #c3c4cd;
}
@media (max-width:768px){
    .btnAr button,
    .btnAr input,
    .btnAr a {
        padding: 0 10px;
        line-height: 26px;
        font-size: 12px;
    }
    .btnAr a span {
        width: 5px;
        height: 5px;
    }
	.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
		border-top: 0px;
		padding:3px;
	}
	
}


.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	border-top: 0px;
}
/* infoList */
.infoList > li {
    position: relative;
    padding-left: 22px;
    margin: 4px 0;
	    font-size: 16px;
}
.infoList > li::before {
      content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 12px;
    height: 2px;
    background-color: #f16529;
}
.infoList.h > li::before {
    top: 14px;
}
@media (max-width:768px){
    .infoList > li::before {
        top: 10px;
        width: 3px;
        height: 3px;
    }
    .infoList.h > li::before {
        top: 11px;
    }
}

/* latest_current */
#latest_current {
    position: relative;
}
#latest_current::before {
    z-index: 5;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(to bottom, #fff, transparent);
}
#latest_current::after {
    z-index: 5;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(to top, #fff, transparent);
}
#latest_current .slick-list li {
    border-bottom: 1px dashed #ddd;
}
#latest_current .fBox {
	display: flex;
	align-items: center;
    padding: 7px 0;
	
    font-size: 16px;
}
@media (max-width: 768px) {
    #latest_current .fBox {
        padding: 5px 0;
    }
}

/*slk_body*/
.slk_body ul li > .c_wrp {
    line-height: 1.1em;
    font-weight: 400;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    color: #666;
}
.slk_body.slk_faq ul li > .c_wrp {
	padding: 0 15px;
	height: 54px;
}
.slk_body ul li > div {
    color: #616774;
    font-size: 15px;
}
.slk_body ul li .subject {
	width: 70%;
	position: relative;
    line-height: 1.1em;
}
.slk_body ul li .subject .sub {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slk_body ul li .subject .sub .ii {
	width: 40px;
	height: 40px;
    padding: 5px;
    background-color: #f8f8f8;
    border-radius: 10px;
}
.slk_body ul li .subject .sub .subTxt {
    width: calc(100% - 50px);
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 6px 0;
    color: #000;
}
.slk_body ul li .date {
    font-size: 14px;
    color: #999;
	width: 20%;
    text-align: center;
}
.slk_body ul li .date span,
.slk_body ul li .date i {
    display: inline-block;
    vertical-align: middle;
}
.slk_body ul li .hd {
	width: 30%;
}
.slk_body ul li  strong.crr {
	display: inline-block;
	padding: 9px 15px 7px;
	font-weight: 400;
	font-size: 12px;
	line-height: 1em;
	margin-bottom: 5px;
	text-align: center;
    border-radius: 50px;
	    width: 100px;
}
.slk_body ul li  strong.crr:after {
    content: "";
    position: absolute;
}


.slk_body ul li  strong.st01 {
	background-color: #2975b3;
}
.slk_body ul li  strong.st02 {
	background-color: #58bed9;
}
.slk_body ul li  strong.st03 {
	background-color: #f47878;
}
.slk_body ul li  strong.st04 {
	background-color: #787878;
}
.slk_body ul li  strong.st05 {
	background-color: #f99d9f;

}
.slk_body ul li  strong.st06 {
	background-color: #b47cf8;
}
.slk_body ul li  strong.st07 {
	background-color: #ffcd65;
}
.slk_body ul li  strong.crr.done {
	background-color: #ec83f0;
}

.basicLatest .slk_body ul li > .c_wrp {
    color: #000 !important;
    display: flex;
    align-items: center;
}
.basicLatest .slk_body ul li .subject {
    width: calc(100% - 100px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.basicLatest .slk_body ul li .date {
    width: 100px;
    text-align:center;
}
.basicLatest .slk_body ul li:hover .subject {
    color: #ed174d;
}
@media (max-width:768px){
    
	.slk_body_tit,
	.slk_body ul li > .c_wrp {
		font-size: 13px;
        color: #000 !important;
	}
    .slk_body ul li > div {
       font-size: 12px;
    }
	.slk_body ul li  strong.crr {
        white-space: nowrap;
        padding: 7px 10px 5px;
    }
	.slk_body ul li  .subject {
		width:50%;
	}
    .slk_body ul li .subject .ii {
        width: 30px;
        height: 30px;
        background-size: 35px !important;
        border-radius: 5px;
    }
    .slk_body ul li .subject p {
        padding: 5px 0;
    }
	.slk_body ul li  .date {
		width:30%;
		text-align:center;
	}
	.slk_body ul li  .hd {
		width:30%;
	}

    
    .slk_body ul li .subject .sub .subTxt {
        font-size: 12px;
    }
    .slk_body ul li .date {
        font-size: 12px;
    }
    .slk_body ul li .hd {
        font-size: 12px;
    }

	.slk_body ul li strong.crr {
		width: 70px;
		    font-size: 10px;
	}

}



.divider .fa, .divider .icons {
    text-align: center;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    background: #f17400;
    border-radius: 50px;
    color: #ee7400;
    display: inline-block;
    height: 5px;
    line-height: 53px;
    position: absolute;
    text-align: center;
    width: 200px;
    font-size: 0px;
    margin: 0 auto 0 -25px;
    top: -2px;
    left: 45%;
    z-index: 1;
}

@media (max-width:997px){
    
	.divider .fa, .divider .icons {
		/*left: 34%;*/
		  margin-left: -30px;
		  width: 120px;
		 display: inline-block;
		  transform: translateX(10px);
	}

}
@media (max-width:768px){
    
	.divider .fa, .divider .icons {
		/*left: 34%;*/
		  margin-left: -32px;
		  width: 120px;
		 display: inline-block;
		  transform: translateX(10px);
	}

}

@media (max-width:500px){
    
	.divider .fa, .divider .icons {
		/*left: 34%;*/
		  margin-left: -50px;
		  width: 120px;
		 display: inline-block;
		  transform: translateX(10px);
	}

}


/* msec3 */ 
.gellry_list ul li {
    position: relative;
}
.gellry_list ul li a {
    text-decoration: none;
}
.gellry_list .img img {
    border-radius: 0%;
}
.gellry_list .txt p {
    font-weight: 500;
}
.gellry_list .txt span {
    display: inline-block;
    color: #333;
    font-size: 15px;
    border: 1px solid #ddd;
    padding: 5px 15px;
    margin-top: 15px;
}
.gellry_list a:hover .txt span {
    border-color: #2c3541;
    background-color: #2c3541;
    color: #fff;
  
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}
.gellry_list .thumb-info {
/* display: inline-block;
    border-radius: 50% !important;*/
}

.gellry_list .thumb-info.nth2 {
  /*   border-radius: 50% !important;*/
}
@media (min-width:769px) {
    .gellry_list ul li a {
        display: block;
        text-align: center;
    }
    .gellry_list ul li:not(:last-child):after {
        content: "";
        position: absolute;
        top: 25%;
        right: 0;
        height: 50%;
        /*width: 1px;
        background-color: #ddd;*/
    }
    .gellry_list ul li:nth-child(2) .img img {
        /*   border-radius: 50%;*/
    }
    .gellry_list .txt {
           padding: 5px;
		background: #000;
    }
}
@media (max-width:768px){
    .gellry_list ul li:not(:last-child) {
        /*border-bottom: 1px solid #eee;*/
    }
    .gellry_list .img {
         .*   width: 50%;*/
        padding: 10px 15px;
    }
    .gellry_list .txt {
        padding-left: 15px;
    }
    .gellry_list .txt span {
        font-size: 12px;
        line-height: 1em;
        padding: 5px 10px;
        margin-top: 10px;
    }
}
.thumb-info.thumb-info-no-borders .thumb-info-wrapper:after {
    background: rgb(0, 0, 0, 0.5);
}




/* msec4 */ 
/* rfList */
.rfList > li {
    margin: 15px 0;
}
.rfList .rf {
    border: 5px solid #eee;
    background-color: #fff;
    border-radius: 10px;
}
.rfList .rf img{
    border-radius: 10px;
}




/* bottomBoxs */
#bottomBoxs .row {
    margin: 0 -10px;
}
#bottomBoxs .row > div {
    padding: 0 10px;
}
#bottomBoxs .wBox {
    margin-top: 20px;
}
/* mban1 */
#mban1 .bot {
    padding-top: 45px;
    padding-bottom: 45px;
}
#mban1 .bot img {
    border-radius: 20px;
    max-width: 470px;
    width: 100%;
}
@media (max-width:768px){
    #mban1 .bot {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    #mban1 .bot img {
        border-radius: 10px;
        max-width: 100%;
    }
}
/* bd_list */
.bd_list > li {
    padding: 25px;
    border: 2px dashed #ddd;
    border-radius: 20px;
    margin: 20px 0;
}
.bd_list > li .wBox {
    margin-top: 0px !important;
}
@media (max-width:768px) {
    .bd_list > li {
        padding: 0 10px;
        border: 2px dashed #ddd;
        border-radius: 10px;
        margin: 15px 0;
    }
    .bd_list > li .wBox {
        margin: 10px 0 !important;
    }
}
/* mban1 */
#mban4 .bot {
    padding-top: 25px;
    padding-bottom: 25px;
}
.mainMap .root_daum_roughmap {
	border: 0px !important;
	padding: 0px !important;
}
.mainMap .root_daum_roughmap .wrap_map,
.mainMap iframe {
    height: 450px !important;
}
@media (max-width:768px) {
	.mainMap .root_daum_roughmap .wrap_map,
	.mainMap iframe {
		height: 250px !important;
	}
}
/* banLatest */
.banLatest {
    padding-top: 30px;
  /*  padding-bottom: 30px;*/
}
@media (max-width:768px){
    .banLatest {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
/* bd_basic */
.bd_basic li {
    padding: 15px 17px;
    border: 1px solid #eee;
    margin-top: -1px;
}
.bd_basic .item {
    position: relative;
    line-height: 1.2em;
}
.bd_basic .item span {
    color: #9cadbb;
    font-weight: 600;
}
.smtBtn {
	width: 100%;
	background: #eb5f00;
	border: 0px;
	padding: 5px 0px;
	font-size: 15px;
	color: #fff;
}
@media (min-width:768px){
    .bd_basic .item {
        padding-left: 110px;
    }
    .bd_basic .item span {
        position: absolute;
        left: 0;
        width: 110px;
    }
    .bd_basic .item span:after {
        content: "";
        position: absolute;
        left: calc(100% - 20px);
        width: 1px;
        height: 70%;
        top: 15%;
        background-color: #9cadbb60;
    }

	
}

/*subtop*/
#subtop {
    /* border-bottom: 1px solid #eee; */
}
#subtop,
#subtop .container {
    position: relative;
}
#subtop .img {
    display: flex;
    width: 100%;
    height: 900px;
    align-items: center;
    justify-content: center;
    background-size: cover !important;
}
#subtop.subtop2 .img {
    height: 200px;
}
#subtop .subTabs li {
    display: inline-block;
    margin-right: 50px;
}
#subtop .subTabs li a {
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    line-height: 1.1em;
    display: inline-block;
    color: #b2b2b2;
    padding-bottom: 10px;
    border-bottom: 3px solid transparent;
    font-weight: 600;
}
#subtop .subTabs li.act a {
    color: #156ad6;
    border-color: #156ad6;
}
#subtop .subTabs li a span,
#subtop .subTabs li a i {
    vertical-align: middle;
}
@media (max-width:768px){
    #subtop {
        text-align: center;
    }
    #subtop .img {
        height: 150px;
    }
    #subtop .subTabs li {
        margin: 0 5px;
    }
    #subtop .subTabs li a {
        font-size: 14px;
        padding-bottom: 6px;
        border-bottom: 2px solid transparent;
    }
}
/*siteconfig*/
/* .siteconfig {
    padding: 5px 10px;
    background-color: #f7f7f7;
    border-radius: 10px;
} */
.siteconfig li {
	display: inline-block;
	padding: 5px 10px;
    vertical-align: middle;
    font-size: 17px;
    font-weight: 500;
    position: relative;
    color: #999;
}
.siteconfig li:first-child span {
    display: inline-block;
    vertical-align: middle;
    line-height: 15px;
    padding-top: 2px;
}
.siteconfig li:not(:last-child)::before {
    content: "";
    position: absolute;
    right: -2px;
    top: calc(50% - 2px);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #aaa;
}
.siteconfig .home_box a,
.siteconfig .home_box {
	color: #ddd;
	display: inline-block;
	padding: 1px 3px;
	position: relative;
	font-size: 12px;
	font-weight: 300;
}
.siteconfig .home_box.home_box3:after {
	content: "";
}
@media (min-width:768px){
    .siteconfig {
        position: absolute;
        right: 0;
        bottom: 0;
    }
}
@media (max-width:768px){
	.siteconfig {
		display: inline-block;
		padding: 0px;
	}
    .siteconfig li {
        font-size: 13px;
    }
	.siteconfig .home_box a,
	.siteconfig .home_box {
		position: relative;
		font-size: 10px;
		padding: 0;
	}	
}


/* footer */
#footer {
    margin-top: 0px !important;
    background-color: #404041;
    padding: 60px 0 !important;
    border-top: 1px solid #ddd;
}
#footer .time {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #aaa;
}
#footer .private {
    margin: 20px 0;
}
#footer .private .dvd {
    display: inline-block;
    width: 2px;
    height: 13px;
    background-color: #aaa;
    margin: 0 5px;
}
#footer .private span {
    display: inline-block;
    cursor: pointer;;
}


#footer h6.sns {
    width: 200px;
    background: #10cb48;
    color: #fff;
    border-radius: 40px;
    text-align: center;
}
#footer h6.sns.naver {
    background: #10cb48;
}
#footer h6.sns.insta {
   background: radial-gradient(circle farthest-corner at 32% 106%,#ffe17d 0%,#ffcd69 10%,#fa9137 28%,#eb4141 42%,transparent 82%) , linear-gradient(135deg,#234bd7 12%,#c33cbe 58%);
}
#footer h6.sns.kakao {
    background: #ffdc00;
	color:#000;
}
@media (max-width:997px){

	#footer h6.sns {
		
    width: 170px;
    background: #10cb48;
    color: #fff;
    border-radius: 40px;
    text-align: center;
    display: inline-block;
	}
}


#footer h6 {
    color: #999;
    font-size: 15px;
}
#footer h6 span {
    font-weight: 400;
    display: inline-block;
    margin: 0px 7px;
    position: relative;
}
#footer h6 strong {
    display: inline-block;
    margin-right: 5px;
    color: #d1d1d1;
}
#footer h6 span:after {
    content: "";
    position: absolute;
    right: -7px;
    top: 25%;
    height: 50%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.5);
}
#footer .snsfoot {
    margin-top: 20px;
}
#footer .snsfoot li {
    /*order: 1px solid #ddd;*/
}
#footer .snsfoot li:not(:last-child) {
    border-right: 0px;
}
#footer .snsfoot li a {
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 15px 0;
}
#footer .snsfoot li a h6 {
    font-weight: 600;
    margin-top: 5px;
}
@media (max-width:992px){
    #footer {
        padding: 20px 0 100px !important;
    }
    #footer .footList > li:not(:first-child) {
        margin-top: 20px;
    }
    #footer h6 {
        font-size: 13px;
    }
    #footer .private {
        margin: 10px 0;
    }
    #footer .time {
        padding-top: 10px;
        margin-top: 10px;
    }
    #footer .snsfoot {
        margin-top:10px;
    }
    #footer .snsfoot li a {
        text-decoration: none;
        display: block;
        text-align: center;
        padding: 10px 0;
    }
    #footer .snsfoot li a img {
        width: 25px;
    }
    #footer .snsfoot li a h6 {
        font-size: 11px;
        margin-top: 5px;
    }
}
#footer .private a {
    color: #b9b9b9;
	    padding: 0px 20px;
}
@media (max-width:992px){
	#footer .private a {
		padding: 0px 5px;
	}
}



/*process*/
#process .prc_wrp li {
    margin-bottom: 30px;
    position: relative;
}
#process .prc_wrp li:not(:first-child) .item {
    position: relative;
}
#process .prc_wrp li:not(:first-child) .item:after {
    content: "";
    position: absolute;
    left: -33px;
    top: -12%;
    height: 100%;
    width: 33px;
    background: url(../img/arr.png) center center no-repeat;
}
#process .prc_wrp .item .icon {
    position: relative;
    display: inline-block;
    border: 3px dashed #ddd;
    border-radius: 50%;
	    padding: 30px;
}
#process .prc_wrp .item .icon .num {
    position: absolute;
    width: 100%;
    top: -20px;
	width: 110%;
    top: -13px;
}
#process .prc_wrp .item .icon .num span {
    display: inline-block;
    text-align: center;
    line-height: 40px;
    background-color: #fff;
    width: 40px;
    font-size: 20px;
    color: #111;
    font-weight: 700;
}
#process .prc_wrp .item .txt {
    min-height: 100px;
}
#process .prc_wrp .item .txt p {
    font-weight: 700;
    margin-top: 10px;
}
@media (max-width:768px){
    #process .prc_wrp .item .icon img {
        width: 100px;
    }
    #process .prc_wrp .item .icon .num {
          top: -5px;
    width: 10px;
    }
    #process .prc_wrp .item .icon .num span {
        line-height: 20px;
        width: 20px;
        font-size: 15px;
    }
    #process .prc_wrp li:not(:first-child) .item:after {
        width: 15px;
        background-size: 100%;
        left: -20px;
    }
    #process .prc_wrp li:nth-child(odd) .item:after {
        display: none;
    }
    #process .prc_wrp .item .txt {
        min-height: 80px;
    }
}


.m_kakao {
    display: none;
  }
  @media (max-width:991px){
    .m_kakao {
        display: block;
        position: fixed;
        z-index: 100000;
        right: 5px;
        bottom: 76px;
      }
    .m_kakao img {
        width: 60px;
        height: 60px;
      }
  }
