/* 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;
	}
}

/*scroll-to-top*/
html .scroll-to-top.visible {
    display: none;
}

/*setting*/
img {
	max-width: 100%;
}
:focus {
    outline: -webkit-focus-ring-color auto 0;
}
.transAct {
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
@media (max-width:1340px){
    .hid-max {
        display: none;
    }
}
@media (max-width:500px){
    .only-pc {
        display: none !important;
    }
}
@media (min-width:500px){
    .only-mobile {
        display: none !important;
    }
}

/* quick_tel */
.quick_tel {
    text-decoration: none !important;
    position: fixed;
    right: 35px;
    bottom: 35px;
    z-index: 10;
    border-radius: 50px;
    text-align: center;
    color: #fff !important;
    line-height: 1.1em;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.15);
    background-color: #333;
    -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;
}
.quick_tel:hover {
    background-color: #004e90;
}
.quick_tel .show_info {
    opacity: 0;
    position: absolute;
    right: 50%;
    background-color: #f7f7f7;
    border-radius: 4px;
    line-height: 30px;
    width: 160px;
    text-align: center;
    color: #333;
    top: calc(50% - 15px);
    overflow: hidden;

    -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;
}
.quick_tel:hover .show_info {
    opacity: 1;
    right: 105%;
}
@media (max-width:768px){
    .quick_tel { 
        right: 15px;
        bottom: 15px;
        width: 75px;
        height: 75px;
    }

}
/*row*/
@media (max-width:768px){
    .row {
        margin: 0 -5px;
    }
    .row > li,
    .row > div {
        padding: 0 5px;
    }
}
/* Header */
#header .header-body {
    padding: 10px 0;
    border-top: 0px;
}
html:not(.sticky-header-active) #header .header-body {
    border-bottom: 1px solid rgba(255,255,255,0.5) !important;
}	
html:not(.sticky-header-active) #header.subhaed .header-body {
    border-bottom: 0px !important;
}	
html #header.header-transparent:hover .header-body:before {
    background-color: #fff;
    opacity: 1;
}
/* mainNav :: Global Navigation */
.header-shape nav > #mainNav {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.header-shape nav > #mainNav > li {
    float: none;
    display: inline-block;
}
.header-shape nav > #mainNav > li a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.header-shape nav > #mainNav > li > a {
    padding: 30px 25px;
    text-align: left;
}
.header-shape:hover nav > #mainNav > li a,
.header-shape nav > #mainNav > li a:hover {
    color: #000;
}
.header-shape nav > #mainNav > li > .dropdown-menu li a {
    padding: 5px 15px;
    color: #838789;
    font-size: 17px;
}
.header-shape nav > #mainNav > li > .dropdown-menu li a:hover {
    background-color: transparent;
    color: #004e90;
}


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: #004e90;
}
/* Header Layout */
#header .logoBox,
#header .linkBox {
    position: relative;
    z-index: 100;
}
#header .logoBox {
    width: 30%;
}
#header .linkBox {
    width: 70%;
}
@media (max-width:768px){
    #header .logoBox {
        width: 50%;
    }
    #header .linkBox {
        width: 50%;
    }
}
/* logoBox */
#header .logoBox a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    padding-top: 2px;
}

/* logoBox */
/* #header .logoBox a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    padding-top: 2px;
}
#header .logoBox a img {
    display: inline-block;
    vertical-align: middle;

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
} */
/* logoBox */
#header .logoBox a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    padding-top: 2px;
}
#header .logoBox a img {

    -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;
    
    display: inline-block;
    vertical-align: middle;
}
#header .logoBox a .default {
    display: block;
}
#header .logoBox a .default_hv {
    display: none;
}
#header .logoBox a .default {
    display: block;
}
#header .logoBox a .default_hv {
    display: none;
}
#header:hover .logoBox a .default,
html.sticky-header-active #header .logoBox a .default {
    display: none;
}
#header:hover .logoBox a .default_hv,
html.sticky-header-active #header .logoBox a .default_hv {
    display: block;
}
@media (max-width:768px){
    #header .logoBox a svg {
        width: 150px;
    }
}
@media (max-width:992px){
    #header .logoBox a img,
    html.sticky-header-active #header .logoBox a img {
        width: 100px;
    }
    /* #header .logoBox a .default {
        display: none !important;
    }
    #header .logoBox a .default_hv {
        display: block !important;
    } */
}
/* linkBox */
#header .linkBox {
    text-align: right;
}
#header .linkBox .global li {
    display: inline-block;
    position: relative;
}
#header .linkBox .global li:not(:first-child):after {
    content: "";
    position: absolute;
    left: -2px;
    top: 20%;
    height: 60%;
    width: 1px;
    background-color: #ccc;
}
#header .linkBox .global li a {
    color: #8B8B8B;
    display: inline-block;
    text-decoration: none;
    padding: 5px 14px;
    font-size: 24px;
    font-weight: 700;
    opacity: 0.6;

    -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;
}
#header .linkBox .global li a.act,
#header .linkBox .global li a:hover {
    opacity: 1;
}
#header .linkBox .global a {
    text-decoration: none;
}
#header .linkBox .global span {
    display: inline-block;
    width: 24px;
    height: 22px;
    vertical-align: middle;
}
#header .linkBox .global .global_k {
    background: url(../img/global_k.png) center center no-repeat;
    background-size: 100%;
}
@media (max-width:1600px){
    #header .linkBox .links li a {
        padding: 0 5px;
    }
}
@media (max-width:768px){
    #header .linkBox .global li a {
        padding: 0 5px;
        font-size: 18px;
    }
    #header .linkBox .global li:not(:first-child):after {
        top: 30%;
        height: 40%;
    }
}
/* Header Drop Menu */	
#header nav > ul > .dropdown i {
    display: none;
}
@media (min-width:992px) {	
    #header nav > ul > li.dropdown > .dropdown-menu {
        transform: translate3d(0, 0, 0);
        opacity: 0;
        padding: 0;
        min-width: 150px;
        display: block;
        padding: 10px 0;
        top: 20%;
        box-shadow: 0 0 0;
        border-radius: 0px;
        border: 0;
        max-height: 0;
        overflow: hidden;

        transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
	#header nav > ul > li.dropdown:hover > .dropdown-menu {
        border-top: 0px;
        opacity: 1;
        background-color: #fff;
        top: 90%;
        max-height: 1000px;
        box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
        border-radius: 5px;
	}
	#header nav > ul > li.dropdown:hover > .dropdown-menu {
		transform: translate3d(0, 0, 0);
	}
}
/*lines_bar*/
.mmenu-toggle-btn {
    display: inline-block;
    display: inline-block;
    width: 30px;
    cursor: pointer;
    margin: 10px 0;
    margin-left: 10px;
}
.lines_bar {
    display: inline-block;
    width: 30px;
    height: 3px;
    transition: 0.3s;
    position: relative;
    top: -2px;
    background-color: #fff;
}
.lines_bar:before,
.lines_bar:after {
    display: inline-block;
    width: 30px;
    height: 3px;
    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: 10px;
}
.lines_bar:after {
    top: -10px;
}
.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;
    width: 30px;
}
.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 #header .lines_bar,
.mmenu-open #header .lines_bar:before,
.mmenu-open #header .lines_bar:after,
html.add-header #header .lines_bar,
html.add-header #header .lines_bar:before,
html.add-header #header .lines_bar:after,
html.sticky-header-active #header .lines_bar,
html.sticky-header-active #header .lines_bar:before,
html.sticky-header-active #header .lines_bar:after,
#header:hover .lines_bar,
#header:hover .lines_bar:before,
#header:hover .lines_bar:after,
.mobile-nav .lines_bar,
.mobile-nav .lines_bar:before,
.mobile-nav .lines_bar:after {
    background-color: #333;
}
/*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;
	}
}

/*Mobile Navigation*/
.mobile-nav {
	left: 0;
	width: 100%;
	display: block !important;
	position: fixed;
	top: 0;
    z-index: -1;
	height: 100%;
	padding: 10px 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: rgba(255,255,255,0.9);
    opacity: 0;
}
.mmenu-open .mobile-nav {
	z-index: 999;
    opacity: 1;
}
.mobile-nav .mmenu-toggle-btn {
    position: absolute;
    right: 15px;
}
.mobile-nav .linkBox {
    text-align: center;
    margin-top: 60px;
}
.mobile-nav .linkBox .schBox {
    margin-bottom: 10px;
}
.mobile-side-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
    vertical-align: middle;
}
.mobile-nav .header-logo {
	margin-top: 40px;
}
.mobile-nav .header-logo svg {
    width: 190px;
}
.mobile-nav .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: 20px;
    padding: 0;
    position: absolute;
}
.mobile-side-menu > li > a {
	text-transform: uppercase;
}
.mobile-side-menu li {
	display: block;
	position: relative;
	width: 100%;
}
.mobile-side-menu li:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu #mainNav {
	margin-top: 15px;
}
.mobile-side-menu li a {
	display: block;
    text-align: left;
    font-size: 35px;
    line-height: 1.2em;
    font-weight: 500;
    background-color: transparent;
    color: #666;
    border: 0;
    padding: 20px 15px;
    white-space: normal;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none !important;
}
.mobile-side-menu li a:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu li.dropdown > a {
    display: inline-block;
    padding-right: 30px;
}
.mobile-side-menu li.dropdown > a:before {
	position: absolute;
	font: normal normal 16px/16px "FontAwesome";
	text-decoration: inherit;
	content: "\f107";
	top: 22px;
	right: 0;
	display: block;
	color: #636363;
	background-color: transparent;
	cursor: pointer;
	z-index: 100;
	margin-top: 1px;

    -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;
}
.mobile-side-menu li.dropdown.open > a:before {
    transform: rotate(-180deg);
}
.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 li a > span:after {
    content: "";
    position: absolute;
    right: -25px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e6fa2a;
    z-index: 0;
    top: -10px;
    opacity: 0;

    -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;
} */
.mobile-side-menu li:hover a > span:after {
    opacity: 1;
}
.mobile-side-menu li a > span > span:after {
    content: "";
    position: absolute;
    width: 0;
    top: 100%;
    height: 3px;
    left: 0;
    background-color: #666;

    -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;
}
.mobile-side-menu li:hover a > span > span:after {
    width: 100%;
}
.mobile-side-menu li ul {
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
    background-color: transparent;
}
.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 li a {
	margin-left: 10px;
	font-size: 12px;
}
.mobile-side-menu li li a:before {
	font: normal normal 16px/16px "FontAwesome";
	text-decoration: inherit;
	content: "\f105";
	-webkit-font-smoothing: antialiased;
	float: left;
	margin-right: 10px;
}
.mobile-side-menu li li li a {
	margin-left: 20px;
}
.mobile-side-menu li .mmenu-toggle {
	position: absolute;
	top: 0;
    left: 0;
	display: block;
	color: #636363;
	background-color: transparent;
	cursor: pointer;
	font-size: 0;
	width: 100%;
	height: 100%;
    z-index: 100;
	margin-top: 1px;
    background-size: 13px;

	-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;
    position: relative;
    min-width: 100%;
    margin-top: -10px;
}
.mobile-side-menu  .dropdown-menu a {
    font-size: 15px;
}
.mobile-nav .log_nav {
	position: relative;
	margin-top: 15px;
	padding-top: 15px;
}
.mobile-nav .log_nav:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	width: 30px;
	height: 1px;
	background-color: #ddd;
}
.mobile-nav .log_nav li a {
	font-size: 16px;
    color: #989898;
    font-weight: 400;
    padding: 8px 0;
}
.mobile-nav .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.body {
	left: 250px;
}
.mmenu-open #mobile-menu-overlay {
	opacity: 0.3;
	visibility: visible;
}
@media (max-width:768px) {
    .mobile-nav {
        /* left: -300px;
        width: 300px; */
        overflow-y: scroll;
    }
    .mobile-side-menu li a {
        font-size: 25px;
        padding: 12px 15px 12px 0;
    }
    .mobile-side-menu li a > span:after {
        right: -20px;
        width: 30px;
        height: 30px;
    }
}
/*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 .actbtn {
    border-color: #009900;
    background-color: #009900;
    color: #fff;
}
.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;
}
/* alingCenter */
.alingCenter {
    margin-left: auto;
    margin-right: auto;
}
/* fBox */
.fBox {
    display: flex;
}
.fBox.fBoxCenter {
    flex-wrap: nowrap;
    align-items: center;
    height: 100%;
}
.fBox.fBoxCenter > div {
    width: 100%;
}
.fBox.fBoxhalf {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.fBox.fBoxhalf > div {
    width: 50%;
}
@media (max-width:768px){
    .fBox.noMobile {
        display: block;
    }
    .fBox.noMobile > div {
        width: 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: 20px;
}
@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: 8px;
    }
}
/*sec_dvd*/
.sec_dvd {
    padding: 120px 0;
}
.sec_dvd.sec_dvd_lg {
    padding: 150px 0;
}
.sec_dvd.sec_dvd_xlg {
    padding: 200px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 100px 0;
}
.sec_dvd.sec_dvd_xs {
    padding: 60px 0;
}
.sec_dvd.sec_dvd_xxs {
    padding: 40px 0;
}
@media (max-width:992px){
    .sec_dvd {
        padding: 60px 0;
    }
    .sec_dvd.sec_dvd_lg {
        padding: 70px 0;
    }
    .sec_dvd.sec_dvd_xlg {
        padding: 100px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 40px 0;
    }
    .sec_dvd.sec_dvd_xs {
        padding: 30px 0;
    }
    .sec_dvd.sec_dvd_xxs {
        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: #a18845 !important;
}
.c_org {
    color: #ff7427 !important;
}
.c_lorg {
    color: #f59a23 !important;
}
.c_yl {
    color: #ddae4e !important;
}
.c_rd {
    color: #cd3e47 !important;
}
.c_pk {
    color: #e30e87 !important;
}
.c_pp {
    color: #37018d !important;
}
.c_bl {
    color: #004e90 !important;
}
.c_sky {
    color: #04a6e1 !important;
}
.c_lsky {
    color: #51e4ff !important;
}
.c_lgray {
    color: #999 !important;
}
.c_gray {
    color: #666 !important;
    opacity: 0.4;
}
.c_bw {
    color: #967440 !important;
}
.c_pt {
    color: #004e90 !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: 700px;
    margin: 20px auto;
    overflow: hidden;
}
.privacy .modal-header {
    padding: 25px 15px;
    background-color: #f7f7f7;
}
.privacy h4 {
    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%;
    }
}
/* footer */

/*footer*/
#footer {
    margin-top: 0px;
    background-color: #333;
    border-top: 0px;
    padding: 80px 0 !important;
}
#footer p {
	font-size: 15px;
	line-height: 1.4em;
	font-weight: 300;
    color:#adadad;
    margin-top: 20px;
}
#footer .copy_bt {
    margin-top: 20px;
}
@media (max-width:768px){
    #footer {
        padding: 40px 0 !important;
    }
	#footer p {
		font-size: 12px;
	}
}


/*visual*/
#visual_wrp {
    position: relative;
}
#visual {
    position: relative;
}
#visual .bg {
    height: 890px;
}
#visual .bg.bg1 {
    background: url(../img/visual_bg1.jpg) center center no-repeat;
    background-size: cover;
}
#visual .bg.bg2 {
    background: url(../img/visual_bg2.jpg) center center no-repeat;
    background-size: cover;
}
#visual .bg.bg3 {
    background: url(../img/visual_bg3.jpg) center center no-repeat;
    background-size: cover;
}
#visual .bg.bg4 {
    background: url(../img/visual_bg4.jpg) center center no-repeat;
    background-size: cover;
}
#visual .tcon {
    text-align: left;
}
#visual .tcon h1 {
    font-size: 55px;
    font-weight: 900;
    line-height: 1.2em;
}
#slider_bt {
    position: absolute;
    bottom: 120px;
    width: 100%;
    left: 0;
    z-index: 5;
}
#slider_bt .con {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
#slider_bt .slider-nav .slick-track {
    width: auto !important;
}
#slider_bt .slider-nav .slick-track .slick-slide {
    display: inline-block;
    width: auto !important;
}
#slider_bt .slider-nav .slick-track .slick-slide h3 {
    font-size: 28px;
    color: #fff;
    padding: 0 15px 0 0;
    position: relative;
    font-weight: 900;
    margin-right: 15px;
}
#slider_bt .slider-nav .slick-track .slick-slide:not(:last-child) h3:after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    right: -3px;
    top: 17px;
    background-color: rgba(255,255,255,0.4);
}
#slider_bt .slider-nav .slick-track .slick-slide h3 span {
    cursor: pointer;
    display: inline-block;
    line-height: 1em;
    padding: 5px 0;
    opacity: 0.5;

    -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;
}
#slider_bt .slider-nav .slick-track .slick-slide h3:hover span {
    opacity: 1;
}
#slider_bt .slider-nav .slick-track .slick-slide.is-active h3 span {;
    opacity: 1;
}
@media (min-width:769px){
    #visual .txt1 {
        position: relative;
        bottom: -100px;
        opacity: 0;

        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        transition-delay: 0.5s;
    }
    #visual .slick-current .txt1 {
        bottom: 0;
        opacity: 1;
    }
    #visual .txt2 {
        position: relative;
        bottom: -100px;
        opacity: 0;

        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        transition-delay: 1s;
    }
    #visual .slick-current .txt2 {
        bottom: 0;
        opacity: 1;
    }
    #visual .txt3 {
        position: relative;
        bottom: -100px;
        opacity: 0;

        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        transition-delay: 1.5s;
    }
    #visual .slick-current .txt3 {
        bottom: 0;
        opacity: 1;
    }
    #visual .txt4 {
        position: relative;
        bottom: -100px;
        opacity: 0;

        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        transition-delay: 2s;
    }
    #visual .slick-current .txt4 {
        bottom: 0;
        opacity: 1;
    }
    #visual .txt5 {
        position: relative;
        bottom: -100px;
        opacity: 0;

        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        transition-delay: 2s;
    }
    #visual .slick-current .txt5 {
        bottom: 0;
        opacity: 1;
    }
}
@media (max-width:992px){
    #visual .tcon h1 {
        font-size: 30px;
        list-style: none;
    }
    #slider_bt .slider-nav .slick-track {
        text-align: center;
    }
    #slider_bt .slider-nav .slick-track .slick-slide {
        float: none;
    }
    #slider_bt .slider-nav .slick-track .slick-slide h3 {
        font-size: 20px;
    }
    #slider_bt .slider-nav .slick-track .slick-slide:last-child h3 {
        max-width: 0px;
    }
    #slider_bt .slider-nav .slick-track .slick-slide:not(:last-child) h3:after {
        top: 14px;
    }
}
@media (max-width:768px){
    #visual .bg {
        height: 500px;
    }
    #visual .bg .tcon {
        margin: 0 auto;
        text-align: center;
    }
    #slider_bt {
        bottom: 20px;
    }
}
/* vosual arrow */
#arr_prev,
#arr_next {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 87px;
    margin-top: calc(-1 * 100 / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: url(../img/v_arr.png) center center no-repeat;
}
#arr_prev {
    left: 60px;
}
#arr_next {
    transform: rotate(180deg);
    right: 60px;
}
@media (max-width: 768px){
    #arr_prev,
    #arr_next {
        display: none !important;
    }
}


/* scr_fixed */
.scr_fixed {
    position: absolute;
    left: 0;
    bottom: 100px;
    z-index: 2;
    width: 100%;
    text-align: right;
}
.scr_fixed span {
    display: block;
    width: 12px;
    height: 30px;
    position: relative;
    margin-bottom: 10px;
    margin-left: auto;
}
.scr_fixed span::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 30px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.15);
}
.scr_fixed span:after {
    content: "";
    position: absolute;
    left: 4px;
    width: 5px;
    top: 10px;
    height: 6px;
    background-color: #fff;
    border-radius: 10px;
    
    -webkit-animation: arr 0.9s linear infinite;
    -moz-animation: arr 0.9s linear infinite;
    -ms-animation: arr 0.9s linear infinite;
    -o-animation: arr 0.9s linear infinite;
    animation: arr 0.9s linear infinite;
}
@keyframes arr {
	0% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
        transform: translateY(0px);
	}
	70% {
		-webkit-transform: translateY(8px);
		-moz-transform: translateY(8px);
		-ms-transform: translateY(8px);
		-o-transform: translateY(8px);
        transform: translateY(8px);
	}
	100% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
        transform: translateY(0px);
	}  
}
@media (max-width:768px){
    .scr_fixed {
        left: 10px;
        bottom: 20px;
    }
    .scr_fixed span,
    .scr_fixed img {
        width: 8px;
    }
    .scr_fixed span:after {
        left: 2px;
    }
}
/* mtit */
.mtit h1 span {
    display: inline-block;
    background: url(../img/mchk.png) left center no-repeat;
    padding-left: 60px;
}
@media (max-width: 992px){
    .mtit h1 span {
        background-size: 43px;
        padding-left: 50px;
    }
}
@media (max-width: 768px){
    .mtit h1 span {
        background-size: 30px;
        padding-left: 32px;
    }
}
/* msec1 */
#msec1 {
    background: url(../img/msec1_bg.png) right top no-repeat;
    background-color: #f7f7f7;
}
#msec1 .tbox h1 {
    line-height: 1.2em;
}
#msec1 .tbox .txt {
    padding-left: 45px;
}
#msec1 .tbox .txt h4 {
    position: relative;
}
#msec1 .tbox .txt h4:after {
    content: "";
    position: absolute;
    left: -45px;
    height: 1px;
    width: 30px;
    top: 50%;
    background-color: #a18845;
}
@media (min-width:992px){
    #msec1 .img_wrp{
        background: url(../img/msec1_img.png) 100% center no-repeat;
        background-size: 50%;
    }
    #msec1 .tbox {
        padding: 40px 20px 40px 0;
    }
}
@media (max-width:992px){
    #msec1 .tbox .txt {
        padding: 30px 0 30px 45px;
    }
}
@media (max-width: 768px){
    #msec1 .tbox .txt {
        padding: 0 0 20px;
        text-align: center;
    }
    #msec1 .tbox .txt h4:after {
        display: none;
    }
    #msec1 .tbox h1 {
        font-size: 24px;
        text-align: center;
    }
}
/* stit */
.stit {
    border-bottom: 2px solid #222;
    padding-bottom: 10px;
}
/* msec2 */
#msec2 .com1 .tbox p {
    margin-top: 10px;
}
#msec2 .com1 .tbox ul {
    border: 1px solid #ddd;
    padding: 25px 15px;
    border-radius: 10px;
    text-align: center;
    max-width: 450px;
    margin-top: 10px;
}
#msec2 .com1 .tbox ul li {
    position: relative;
}
#msec2 .com1 .tbox ul li:not(:last-child):after {
    content: "";
    position: absolute;
    top: 0%;
    right: 0;
    height: 100%;
    width: 1px;
    background-color: #ddd;
}
#msec2 .com1 .tbox ul li h3 {
    font-weight: 900;
    line-height: 1em;
}
#msec2 .com1 .tbox ul li p {
    line-height: 1em;
}
#msec2 .com3 .tbox ul li .item {
    max-width: 400px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#msec2 .com3 .tbox ul li .item h3 {
    font-weight: 900;
}
@media (min-width:768px){
    #msec2 .com1 .tbox {
        padding-left: 20px;
    }
    #msec2 .com3 .tbox ul li .item.item2 {
        margin-left: 60px;
    }
    #msec2 .com3 .tbox ul li .item.item3 {
        margin-left: 120px;
    }
}
@media (max-width:768px){
    #msec2 .com1 .tbox {
        margin-top: 20px;
    }
    #msec2 .com1 .tbox ul {
        padding: 25px 0;
    }
    #msec2 .com2 .tbox ul li {
        margin-top: 20px;
    }
    #msec2 .com3 .tbox ul li .item {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}

/* msec3 */
#msec3 {
    background: url(../img/msec3_bg.jpg) center center no-repeat;
    background-size: cover;
}

@media (min-width:992px){
    #msec3 {
        background-attachment: fixed;
    }
}

/* hisTit */
.hisTit {
    text-align: center;
}
.hisTit h3 {
    display: inline-block;
    width: 120px;
    line-height: 120px;
    border-radius: 50%;
    position: relative;
    background-color: transparent;
    z-index: 3;
}
.hisTit h3:before {
    content: '';
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: rgba(1, 115, 255, 0.8);
    border-radius: 100%;
    -webkit-animation: circlani 3s infinite ease-out;
    animation: circlani 3s infinite ease-out;
}
.hisTit h3:after {
    content: '';
    display: block;
    z-index: -1;
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: #004e90;
    border-radius: 100%;
}
@-webkit-keyframes circlani {
    0% {
        opacity: 1;
    }
    100% { 
        width:150%; 
        height:150%; 
        opacity:0;
    }
}
@keyframes circlani {
    0% {
        opacity: 1;
    }
    100% { 
        width:150%; 
        height:150%; 
        opacity:0;
    }
}
/* hisTopList */
.hisTopList {
    position: relative;
    padding: 40px 0;
}
.hisTopList:after {
    content: "";
    position: absolute;
    left: calc(50% - 1px);
    background: url(../img/his_bg.png) center top no-repeat;
    background-attachment: fixed;
    background-color: #eee;
    top: 0;
    height: 100%;
    width: 2px;
}
.hisTopList > li {
    margin: 40px 0;
    padding-left: 40px;
    position: relative;
    z-index: 3;
}
.hisTopList > li > h3 {
    position: relative;
    letter-spacing: -0.04em;
}
.hisTopList > li > h3:after {
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    left: -50px;
    height: 20px;
    width: 20px;
    border: 5px solid #ddae4e;
    background-color: #fff;
    border-radius: 50%;
}
.hisTopList > li ul {
    margin-top: 20px;
}
.hisTopList > li ul li {
    margin: 15px 0;
}
.hisTopList > li ul li h4 {
    position: relative;
    word-break: keep-all;
    color: #fff;
    font-weight: 300;
    line-height: 1.3em;
}
.hisTopList > li ul li h4 .yy {
    display: inline-block;
    padding-right: 5px;
    color: #ddae4e;
    font-weight: 900;
}
.hisTopList > li ul li h4 span {
    display: inline-block;
    font-weight: 600;
    padding-right: 10px;
}
@media (min-width:768px){
    .hisTopList > li {
        width: 50%;
    }
    .hisTopList > li:nth-child(odd) {
        margin-left: 50%;
    }
    .hisTopList > li:nth-child(even) {
        padding-left: 0;
        padding-right: 40px;
        text-align: right;
    }
    .hisTopList > li:nth-child(even) > h3:after {
        left: auto;
        right: -50px;
    }
    /* .hisTopList > li:nth-child(even) ul li h4 {
        padding-right: 80px;
        padding-left: 0;
    }
    .hisTopList > li:nth-child(even) ul li h4 > strong {
        left: auto;
        right: 0;
    } */
}
@media (max-width:768px){
    .hisTopList {
        padding: 0;
    }
    .hisTopList:after {
        background: #eee;
        left: -2px;
    }
    .hisTopList > li {
        margin: 40px 0;
        padding-left: 20px;
    }
    .hisTopList > li > h3:after {
        left: -30px;
    }
    .hisTopList > li ul {
        margin-top: 10px;
    }
    .hisTopList > li ul li h4 {
        padding-left: 60px;
    }
}
/* msec4 */
#msec4 {
    background: url(../img/msec4_bg.png) center center no-repeat;
    background-size: cover;
}
/* msec5 */
#msec5 {
    background: url(../img/msec5_bg.png) center center no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
#msec5 .gr_logo {
    position: absolute;
    top: 10%;
    right: 0px;
}

/* CiListWrp */
#CiListWrp {
    position: relative;
}
#CiListWrp .vs_arr {
    position: absolute;
    top: calc(50% - 31px);
    cursor: pointer;
    z-index: 10;
}
#CiListWrp .vs_arr.vs_prev {
    left: -40px;
}
#CiListWrp .vs_arr.vs_next {
    right: -40px;
}
#CiListWrp #CiList a {
    display: block;
    text-decoration: none;
    max-width: 850px;
    margin: 0 auto;
}
@media (max-width:768px){
    #CiListWrp .vs_arr {
        display: none !important;
    }
}

/* slick-dots */
.slick-dots {
    text-align: center;
    padding: 0px;
    margin-top: 40px;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 0px;
    background-color: #8c9091;
    border-radius: 50%;
    margin: 0 8px;
    padding: 0;
    color: transparent;
    opacity: 0.3;
}
.slick-dots li.slick-active button {
    border-radius: 50px;
    opacity: 1;
}
@media (max-width:768px){
    .slick-dots {
        text-align: center;
        padding: 0px;
        margin-top: 10px;
    }
    .slick-dots li button {
        width: 8px;
        height: 8px;
        margin: 0 4px;
    }
}

/* Work */
.bfafTabs {
    text-align: center;
    display: table;
    width: 100%;
}
.bfafTabs > .tab {
    text-decoration: none;
    display: table-cell;
    width: 33.3333%;
    font-size: 22px;
    text-align: center;
    line-height: 1em;
    padding: 20px 0;
    font-weight: 500;
    letter-spacing: -0.03em;
    border: 1px solid #004e90;
    color: #004e90;
    cursor: pointer;

    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.bfafTabs > .tab:not(:first-child){
    border-left: 0px;
}
.bfafTabs > .tab.act {
    color: #fff;
    background-color: #004e90;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.1);
}
@media (max-width:768px){
    .bfafTabs {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        display: none;
    }
    .bfafTabs > .tab {
        padding: 10px 0;
        font-size: 15px;
        width: 50%;
    }
}
/* map */
.map {
    height: 0px;
    overflow: hidden;
}
.map.act {
    height: auto;
}
/*mapbox*/
.mapbox {
    border: 1px solid #ddd !important;
    overflow: hidden;
}
.mapbox,
.mapbox .root_daum_roughmap .wrap_map {
    height: 550px !important;
}
.mapbox .root_daum_roughmap_landing .border1, 
.mapbox .root_daum_roughmap_landing .border2, 
.mapbox .root_daum_roughmap_landing .border3, 
.mapbox .root_daum_roughmap_landing .border4 {
    display: none !important;
}
@media (max-width:768px) {
    .mapbox,
	.mapbox .root_daum_roughmap .wrap_map {
		height: 250px !important;
	}
}
/* subtop */
#msec0.subtop {
    background: url(../img/visual_bg3.jpg) center center no-repeat;
    background-size: cover;
}
#msec7.subtop {
    background: url(../img/visual_bg2.jpg) center center no-repeat;
    background-size: cover;
}
#msec9.subtop {
    background: url(../img/parallax.jpg) center 85% no-repeat;
    background-size: cover;
}
.subtop .lined {
    display: inline-block;
    margin-bottom: 20px;
    width: 1px;
    height: 30px;
    background-color: #fff;
}
@media (max-width:768px){
    .subtop {
        padding-bottom: 40px;
        background-size: cover !important;
    }
    .subtop .lined {
        margin-bottom: 10px;
        height: 14px;
        display: none;
    }
}
/* msec8 */
#msec8 .bsnWrp {
    border-top: 2px solid #4c5256;
    border-bottom: 2px solid #4c5256;
}
#msec8 .bsnWrp2 {
    border-top: 0px;
}
#msec8 .bsnWrp > li {
    padding: 40px 0;
}
#msec8 .bsnWrp > li:not(:first-child) {
    border-top: 1px solid #ddd;
}
#msec8 .slick-dots {
    margin-top: 15px;
}
#msec8 .slick-dots li button {
    background-color: #ddd;
}
#msec8 .slick-dots li.slick-active button {
    background-color: #004e90;
}
@media (min-width:1430px){
    #msec8 .container {
        width: 1430px;
    }
}
@media (min-width:768px){
    #msec8 .fbox {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }
    #msec8 .fbox .img {
        width: 40%;
    }
    #msec8 .fbox .txt {
        width: 60%;
    }
    #msec8 .fbox.limg .img {
        padding-right: 30px;
    }
    #msec8 .fbox.limg .txt {
        padding-left: 30px;
    }
    #msec8 .fbox.rimg .img {
        padding-left: 30px;
    }
    #msec8 .fbox.rimg .txt {
        padding-right: 30px;
    }
}
@media (max-width:768px){
    #msec8 .bsnWrp > li {
        padding: 20px 0;
    }
    #msec8 .bsnWrp > li img {
        margin-top: 15px;
        margin-bottom: 0px;
    }
    #msec8 .bsnWrp > li:first-child img {
        margin-bottom: 15px;
        margin-top: 0px;
    }
}
/* msec10 */
#msec10 {
    background-color: #f7f7f7;
}
/* subMenuTabs */
#subMenuTabs li {
    border: 1px solid #ddd;
    background-color: #eee;
}
#subMenuTabs li:not(:first-child) {
    border-left: 0px;
}
#subMenuTabs li a {
    text-decoration: none;
    display: block;
    padding: 20px 10px;
    font-size: 22px;
    color: #999;
}
#subMenuTabs li.act {
    background-color: #fff;
    border-bottom-color: transparent;
}
#subMenuTabs li.act a {
    color: #111;
}

@media (max-width:768px){
    #subMenuTabs li a {
        padding: 10px 5px;
        font-size: 15px;
    }
}

/* bdtit */
.bdtit h3 {
    font-weight: 700;
    display: inline-block;
}
.bdtit p {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    opacity: 0.6;
}
/* arrowSlider */
.bdtit {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.bdtit .arrbox {
    text-align: right;
}
.bdtit .arrowSlider {
    display: inline-block;
}
.bdtit .arrowSlider span,
.bdtit .arrowSlider span,
.bdtit .arrowSlider a {
    cursor: pointer;
    text-decoration: none;
    display: block;
    float: left;
    margin-left: -1px;
}
@media (max-width:992px){
    .bdtit .arrowSlider {
        margin-bottom: 0;
    }
}
@media (max-width:768px){
    .bdtit {
        margin-bottom: 5px;
    }
    .bdtit .arrowSlider span,
    .bdtit .arrowSlider span,
    .bdtit .arrowSlider a {
        width: 25px;
    }
}

/* latestList */
.latestList {
    margin: 0 -5px;
}
.latestList .slick-slide {
    padding: 0 5px;
}
.latestList li .img {
    text-decoration: none;
    display: block;
    position: relative;
    overflow: hidden;
}
.latestList li .img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/hover_plus.png) center center no-repeat;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
    opacity: 0;
    
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.latestList li:hover .img:after {
    opacity: 1;
}
.latestList li .img img {
    z-index: 3;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.latestList li:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.latestList li a {
    text-decoration: none;
    display: block;
}
.latestList li a .txt {
    margin-top: 15px;
}
.latestList li a .txt p,
.latestList li a .txt h6 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.latestList .slick-dots {
    margin-top: 15px;
}
.latestList .slick-dots li button {
    background-color: #ddd;
}
.latestList .slick-dots li.slick-active button {
    background-color: #004e90;
}
@media (min-width:992px){
    .latestList .slick-dots {
        display: none;
    }
}
/* reqInfo */
.reqInfo {
    padding: 40px;
    border: 1px solid #ddd;
}
@media (max-width:768px){
    .reqInfo {
        padding: 40px 20px;
    }
    .reqInfo > ul > li:not(:first-child) {
        margin-top: 30px !important;
    }
}
/* pList */
.pList > li {
    position: relative;
    padding-left: 15px;
}
.pList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px ;
    width: 4px;
    height: 4px;
    background-color: #aaa;
}
.pList > li p {
    font-weight: 300;
}
@media (max-width:768px){
    .pList > li:after {
        top: 8px ;
    }
}

/* dwBtn */
a.dwBtn {
    display: inline-block;
    width: 245px;
    line-height: 60px;
    border: 2px solid #004e90;
    border-radius: 10px;
    color: #004e90 !important;
    text-decoration: none;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
}
a.dwBtn img {
    vertical-align: middle;
}
@media (max-width:768px){
    a.dwBtn {
        width: 180px;
        line-height: 40px;
        font-size: 14px;
        border-width: 1px;
        border-radius: 4px;
        margin-top: 20px;
    }
    a.dwBtn img {
        width: 15px;
    }
}

/* recrBox */
.recrBox {
    display: flex;
    flex-wrap: wrap;
}
.recrBox .item {
    padding: 40px 10px;
    width: 25%;
    border: 1px solid #909293;
    margin-top: -1px;
    margin-left: -1px;
}
.recrBox .item h5 {
    color: #000;
    font-weight: 900;
    line-height: 1.2em;
    margin-top: 10px;
}
.recrBox .item p {
    line-height: 1.2em;
    margin-top: 5px;
    font-weight: 400;
}
@media (max-width:768px){
    .recrBox .item {
        padding: 20px 15px;
        width: 50%;
    }
    .recrBox .item .icon img {
        width: 70px;
    }
}
@media (max-width:400px){
    .recrBox .item br {
        display: none;
    }
}

/* career1 */
#career1 ul {
    max-width: 950px;
    margin: 0 auto;
}
#career1 ul li {
    margin-top: 30px;
}
#career1 ul li h5 span {
    display: block;
    font-size: 0.8;
    opacity: 0.5;
}