/* 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 (min-width:1530px){
    .container.container_lg {
        width: 1500px;
    }
}
@media (min-width:1140px){
    .hid-min {
        display: none;
    }
}
@media (max-width:1140px){
    .hid-max {
        display: none;
    }
}
@media (max-width:500px){
    .only-pc {
        display: none !important;
    }
}
@media (min-width:500px){
    .only-mobile {
        display: none !important;
    }
}
/*row*/
@media (max-width:768px){
    .row {
        margin: 0 -5px;
    }
    .row > li,
    .row > div {
        padding: 0 5px;
    }
}


/* maxW */
.maxW10 { max-width: 10px; }
.maxW20 { max-width: 20px; }
.maxW30 { max-width: 30px; }
.maxW40 { max-width: 40px; }
.maxW50 { max-width: 50px; }
.maxW60 { max-width: 60px; }
.maxW70 { max-width: 70px; }
.maxW80 { max-width: 80px; }
.maxW90 { max-width: 90px; }
.maxW100 { max-width: 100px; }
.maxW150 { max-width: 150px; }
.maxW180 { max-width: 180px; }
.maxW200 { max-width: 200px; }
.maxW250 { max-width: 250px; }
.maxW300 { max-width: 300px; }
.maxW400 { max-width: 400px; }
.maxW500 { max-width: 500px; }
.maxW600 { max-width: 600px; }
.maxW700 { max-width: 700px; }
.maxW800 { max-width: 800px; }
.maxW820 { max-width: 820px; }
.maxW900 { max-width: 900px; }
.maxW1000 { max-width: 1000px; }
.maxW1100 { max-width: 1100px; }
.maxW1200 { max-width: 1200px; }
.maxW1260 { max-width: 1260px; }
.maxW1300 { max-width: 1300px; }
.maxW1400 { max-width: 1400px; }

/* 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;
    }
}
/* header */
#header {
    z-index: 1000;
}
#header .header-body {
    padding: 10px 0;
    border-top: 0px;
}
@media (min-width:992px){
    #header .header-body {
        border-bottom: 0px solid rgba(255,255,255,0.2) !important;
    }	
    html #header.header-transparent:hover .header-body:before {
        /* background-color: #fff;
        opacity: 1; */
    }
}	
@media (max-width:992px){
	html #header.header-transparent,
	html #header.header-transparent .header-body {
		position: relative !important;
	}
	html.sticky-header-active #header.header-transparent .header-body {
		position: fixed !important;
	}
	#header .header-body {
		background-color: #fff !important;
	}	
	html.sticky-header-active #header.header-transparent .header-body:before {
        background-color: #fff;
        opacity: 1;
        /* border-bottom: 1px solid #333 */
    }
}	
/* mainNav :: Global Navigation */
.header-shape nav > #mainNav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}
.header-shape nav > #mainNav > li {
    float: none;
    display: inline-block;
}
.header-shape nav > #mainNav > li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 40px 25px;
    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;
}
.header-shape nav > #mainNav > li a:hover {
    color: #d9121b !important;
}
html.sticky-header-active .header-shape nav > #mainNav > li > a {
    padding: 20px 25px;
}
/* .header-shape:hover nav > #mainNav > li a, */
.header-shape nav > #mainNav > li a:hover {
    color: #000;
}
html .header-shape nav > #mainNav > li > .dropdown-menu li a {
    padding: 8px 10px;
	font-size: 16px;
	text-align: center;
    color: #666;
    font-weight: 400;
}
.header-shape nav > #mainNav > li > .dropdown-menu li a:hover {
    background-color: transparent;
    color: #111;
}
html .header-shape.sub-header nav > #mainNav > li a,
html.sticky-header-active .header-shape nav > #mainNav > li a {
    color: #333;
}

@media (max-width:1600px) {
    .header-shape nav > #mainNav > li > a {
        padding: 30px 15px;
    }
    html.sticky-header-active .header-shape nav > #mainNav > li > a {
        padding: 20px 15px;
    }
}

/* Header Layout */
#header .logoBox,
#header .linkBox {
    position: relative;
    z-index: 100;
}
#header .logoBox {
    width: 25%;
}
#header .linkBox {
    width: 75%;
}
@media (max-width:768px) {
    #header .logoBox {
        width: 60%;
    }
    #header .linkBox {
        width: 40%;
    }
}
/* 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;
}
/* html.sticky-header-active #header .logoBox a img {
    width: 100px;
} */

/* 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 .navWrp {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
/* 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;
		left: calc(50% - 100px) !important;
        width: 200px;
        display: block;
        padding: 10px 0;
        top: 20%;
        border-radius: 0px;
        border: 1px solid #ddd;
        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-radius: 10px;
        opacity: 1;
        background-color: #fff;
        top: 90%;
        max-height: 1000px;
	}
	#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);
}
@media (max-width:992px) {
    .lines_bar,
    .lines_bar:before,
    .lines_bar:after {
        background-color: #111;
    }
    
    .mobile-nav .lines_bar,
    .mobile-nav .lines_bar:before,
    .mobile-nav .lines_bar:after {
        background-color: #fff;
    }
}
/*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;
    max-width: 500px;
	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(0,0,0,0.95);
    opacity: 0;
}
.mmenu-open .mobile-nav {
	z-index: 9999;
    opacity: 1;
}
.mobile-nav .logoWrp {
    margin-top: 80px;
}
.mobile-nav .logoWrp svg {
    width: 80%;
}
.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: 25%;
}
.mobile-nav .header-logo img {
    width: 130px;
}
.mobile-nav .mmenu-toggle-btn {
    border-radius: 4px;
    font-weight: 300;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    border: 0px;
    color: #fff;
    font-weight: 500;
    margin-left: 0;
    margin-top: 0px !important;
    top: 19px;
    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: #fff;
    opacity: 0.8;
    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: 20px;
        padding: 12px 15px 12px 0;
        text-align: center;
    }
    .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;
}
/*conbox*/
.conbox {
    margin-top: 60px;
}
.conbox.conbox_lg {
    margin-top: 80px;
}
.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: 40px;
    }
    .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: 130px 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: 80px 0;
}
@media (max-width:992px){
    .sec_dvd {
        padding: 50px 0;
    }
    .sec_dvd.sec_dvd_lg {
        padding: 70px 0;
    }
    .sec_dvd.sec_dvd_xlg {
        padding: 80px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 40px 0;
    }
    .sec_dvd.sec_dvd_xs {
        padding: 30px 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: #ab053a !important;
}
.c_lorg {
    color: #f4670b !important;
}
.c_yl {
    color: #f8b300 !important;
}
.c_rd {
    color: #ef3f41 !important;
}
.c_pk {
    color: #ab053a !important;
}
.c_pp {
    color: #37018d !important;
}
.c_bl {
    color: #2f35b6 !important;
}
.c_navy {
    color: #14273f !important;
}
.c_sky {
    color: #04a6e1 !important;
}
.c_lsky {
    color: #51e4ff !important;
}
.c_lgray {
    color: #999 !important;
}
.c_gray {
    color: #aeaeae !important;
}
.c_bw {
    color: #967440 !important;
}
.c_pt {
    color: #ed1c24 !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 {
    margin-top: 0px !important;
    background-color: #f7f7f7;
    border-top: 0px solid #eee;
    padding: 0px !important;
    padding: 40px 0 !important;
}
/* fp-nav */
#fp-nav {
    left: auto !important;
    right: 5%;
    width: 20px;
}
#fp-nav ul li, .fp-slidesNav ul li {
    margin: 15px 7px;
}
#fp-nav ul li a span, 
.fp-slidesNav ul li a span {
    border-radius: 0px !important;
}
#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{
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 7px !important;
    width: 7px !important;
    border: 0;
    background: transparent;
    border: 1px solid rgba(170,170,170,0.4);
    left: 50%;
    top: 50%;
    margin: -4px 0 0 -4px !important;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#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-color: #aaa;
    border-color: #aaa;
}
#fp-nav ul li .fp-tooltip {
    font-size: 14px;
    font-family: "Poppins";
    top: -7px;
    font-size: 12px;
    color: #aaa;
}
@media (max-width:768px){
    #fp-nav {
        display: none !important;
        top: auto !important;
        bottom: 15px !important;
        transform: translateY(-0%);
        -ms-transform: translateY(-0%);
        -webkit-transform: translate3d(0,-0%,0);
    }
    #fp-nav ul li .fp-tooltip {
        display: none;
    }
}
/*visual*/
#visual_wrp {
    position: relative;
}
#visual {
    position: relative;
}
#visual .bg {
    height: 930px;
}
#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;
}
#visual .tcon {
    margin: 0 auto;
    text-align: left;
    position: relative;
}
#visual .tcon .pageNums {
    position: absolute;
    right: 0;
    top: calc(50% - 45px);
    width: 90px;
    height: 90px;
    font-size: 35px;
    font-weight: 400;
    color: #fff;
    overflow: hidden;
}
#visual .tcon .pageNums:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 150%;
    background-color: rgba(255,255,255,0.2);
    transform: rotate(45deg);
    top: -25%;
    right: 50%;
}
#visual .tcon .pageNums > span {
    position: absolute;
    line-height: 1em;
    width: 50px;
    line-height: 40px;
}
#visual .tcon .pageNums .current {
    left: 0;
    top: 0;
    text-align: left;
}
#visual .tcon .pageNums .total {
    right: 0;
    bottom: 0;
    opacity: 0.4;
    text-align: right;
}
#visual .tcon h1 {
    line-height: 1.1em;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
}
#visual .tcon p {
    font-weight: 400;
    line-height: 1.9em;
}
#visual .tcon img {
    display: inline-block;
}
@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 .bg {
        height: 700px;
    }
    #visual .tcon h1 {
        font-size: 40px;
    }
}
@media (max-width:768px){
    #visual .bg {
        height: 500px;
        background-size: cover !important;
    }
    #visual .bg .tcon {
        margin: 0 auto;
        padding-right: 100px;
        margin-bottom: 30px;
    }
    #visual .bg .tcon h1 {
        font-size: 30px;
    }
    #visual .tcon .pageNums {
        top: auto;
        width: 60px;
        height: 60px;
        font-size: 20px;
        bottom: 0;
    }
    #visual .tcon .pageNums:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 150%;
        background-color: rgba(255,255,255,0.2);
        transform: rotate(45deg);
        top: -25%;
        right: 50%;
    }
    #visual .tcon .pageNums > span {
        position: absolute;
        line-height: 1em;
        width: 30px;
        line-height: 30px;
    }
}
/* slider_bt */
#slider_bt {
    position: absolute;
    bottom: 150px;
    left: 0;
    width: 100%;
    z-index: 5;
}
#slider_bt .con {
    position: relative;
    padding-left: 130px;
}
#slider_bt .con .arrBox {
    position: absolute;
    left: 0;
    width: 130px;
    font-size: 15px;
    top: -2px;
}
#slider_bt .con .arrBox .dvder {
    display: inline-block;
    height: 3px;
    width: 3px;
    background-color: rgba(255,255,255,0.4);
    margin: 0 6px;
    vertical-align: middle;
    border-radius: 50px;
}
#slider_bt .con .arrBox .arrBtn {
    vertical-align: middle;
    color: #fff;
    opacity: 0.3;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    
    -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 .con .arrBox .arrBtn:hover {
    opacity: 0.8;
}
@media (max-width:768px){
    #slider_bt {
        bottom: 50px;
    }
}
/* controls */
#visual_wrp .controls {
    font-size: 24px;
    color: rgba(255,255,255,0.4);
    position: relative;
    font-weight: 400;
    margin-top: 60px;
}
#visual_wrp .controls span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}
#visual_wrp .controls .bars {
    width: 100%;
    height: 2px;
    background-color: rgba(166,166,166,0.2);
    position: relative;
    margin-right: 10px;
}
#visual_wrp .controls .bars .stateAct {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background-color: #d9121b;
}
#visual_wrp .controls .bars .stateAct.act {
    -webkit-animation: movBg 8s linear infinite;
    -moz-animation: movBg 8s linear infinite;
    -ms-animation: movBg 8s linear infinite;
    -o-animation: movBg 8s linear infinite;
    animation: movBg 8s linear infinite;
}
@keyframes movBg {
    0% {
        width: 0px;
    }
    100% {
        width: 100%;
    }  
}
#visual_wrp .controls .bars .stateAct {
    animation-play-state: running;
    width: 0px;
}
#visual_wrp .slickPause .controls .bars .stateAct {
    animation-play-state: paused;
}
@media (max-width:768px){
    #visual_wrp .controls {
        font-size: 13px;
        margin-top: 40px;
    }
}
/* 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 ;
    }
}
/* mtit */
.mtit h1 {
    margin-top: 10px;
    line-height: 1.4em;
}
/* About */
#About {
    background-color: #000;
    background: url(../img/about_bg.png) center top no-repeat;
    position: relative;
}
#About .about_con {
    position: relative;
}
#About .about_deco {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/about_deco.png) center bottom no-repeat;
}
#About .tcon {
    display: inline-block;
    text-align: left;
    position: relative;
    z-index: 3;
}
#About .tcon .txt {
    position: relative;
    padding-left: 180px;
}
#About .tcon .txt:after {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 110px;
    height: 1px;
    background-color: #fff;
}
#About .tcon .txt p {
    line-height: 2em;
}
#About .btimg {
    height: 400px;
    background: url(../img/about_img.jpg) center center no-repeat;
    position: relative;
    z-index: 3;
    background-size: cover;
}
@media (max-width:992px) {
    #About .btimg {
        height: 250px;
    }
}
@media (max-width:768px) {
    #About .btimg {
        height: 200px;
    }
}
@media (max-width:500px) {
    #About .btimg {
        height: 120px;
    }
    #About .tcon .txt {
        position: relative;
        padding-left:35px;
    }
    #About .tcon .txt:after {
        width: 20px;
        top: 11px;
    }
}
/* History */
#History {
    background: url(../img/history_bg.png) center top no-repeat;
}
#History .mtit h1 {
    margin-top: 10px;
    line-height: 1.4em;
}
#History .hisList {
    position: relative;
}
#History .hisList:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255,255,255,0.2);
}
#History .hisList ul {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}
#History .hisList li {
    width: 20%;
    position: relative;
    padding-top: 40px;
}
#History .hisList li:before {
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #000;
}
#History .hisList li p {
    color: #fff;
}
#History .hisList li p span {
    color: rgba(255,255,255,0.4);
    font-size: 0.9em;
    display: inline-block;
    margin: 8px 0 5px;
}
@media (max-width:768px) {
    #History .hisList:after {
        left: 15px;
        top: 0;
        width: 1px;
        height: 100%;
    }
    #History .hisList ul {
        display: flex;
        flex-wrap: wrap;
    }
    #History .hisList li {
        width: 100%;
        padding: 0px;
        padding-left: 20px;
        margin: 7px 0;
    }
    #History .hisList li:before {
        content: "";
        position: absolute;
        left: -4px;
        top: 7px;
    }
    #History .hisList li .hbox {
        padding: 20px 15px;
        background-color: rgba(255,255,255,0.07);
        border-radius: 10px;
    }
}
/* Mission */
#Mission .txt p {
    line-height: 2em;
}
#Mission .missindeco {
    position: relative;
    width: 100%;
    overflow: hidden;
}
#Mission .missindeco img {
    position: absolute;
    top: 0;
    left: 30%;
}
@media (min-width:1140px){
    #Mission .missindeco {
        height: 350px;
    }
}
@media (max-width:1140px){
    #Mission .missindeco {
        padding: 10%;
    }
}
/* Services */
#Services {
    background: url(../img/services_bg.png) center top no-repeat;
    background-size: cover;
    overflow: hidden;
}
@media (min-width:992px){
    #Services {
        background-attachment: fixed;
    }
}
/* svcList */
.svcList .item {
    padding: 20px 0 35px;
    border: 1px solid rgba(255,255,255,0.2);
}
.svcList .item .tbox ul li {
    margin: 4px 0;
    word-break: keep-all;
}
@media (min-width:992px){
    .svcList .item {
        min-height: 465px;
    }
    .svcList .item .icon,
    .svcList .item .tbox {
        max-width: 280px;
        margin: 0 auto;
    }
}
@media (min-width:768px){
    .svcList .item .icon {
        text-align: right;
        margin-bottom: 20px;
    }
    .svcList .item .tbox h4 {
        height: 80px;
    }
}
@media (max-width:992px){
    .svcList .item {
        padding: 20px 35px 35px;
    }
}
@media (max-width:768px){
    .svcList .item {
        padding: 30px 15px;
    }
    .svcList .item .icon {
        width: 20%;
        text-align: center;
    }
    .svcList .item .icon img {
        width: 50px;
    }
    .svcList .item .tbox {
        padding-left: 15px;
    }
    .svcList li:not(:first-child) .item {
        border-top: 0px;
    }
}
/* Work */
#Work .pfTabs {
    text-align: center;
}
#Work .pfTabs > span {
    display: inline-block;
    font-size: 18px;
    text-align: center;
    line-height: 1em;
    padding: 15px 0;
    border-radius: 55px;
    font-weight: 500;
    width: 200px;
    letter-spacing: -0.03em;
    background-color: #eee;
    color: #c5c5c5;
    margin: 0 8px;
    cursor: pointer;

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#Work .pfTabs > span.act {
    color: #111;
    background-color: #fff;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.1);
}
@media (max-width:768px){
    #Work .pfTabs > span {
        font-size: 15px;
        padding: 8px 15px;
        border-radius: 55px;
        margin: 2px 0;
        width: auto;
    }
}
/* workList */
.workList li {
    margin-bottom: 60px;
}
.workList .item {
    display: block;
    text-decoration: none;
}
.workList .item .img {
    overflow: hidden;
    position: relative;
    box-shadow: 15px 15px 35px rgba(0,0,0,0.3);
    border-radius: 15px;
}
.workList .item .img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, transparent 70%, transparent 100%);
    z-index: 1;
}
.workList .item .img img {
    transition: all 1.5s;
    -o-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
}
.workList .item:hover .img img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.workList .item .img .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 20px;
    z-index: 3;
}
.workList .item .img .txt h5 {
    color: #fff;
}
.workList .item .img .txt h6 {
    opacity: 0.3;
}
@media (min-width:1140px){
    .workList {
        margin: 0 -40px;
    }
    .workList > li {
        padding: 0 40px;
    }
}
@media (max-width:768px){
    .workList li {
        margin-bottom: 30px;
    }
}

/* btnWrp */
.btnWrp a {
    text-decoration: none;
    display: inline-block;
    line-height: 50px;
    padding: 0 50px;
    border: 1px solid #050505;
    color: #050505;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
}
.btnWrp a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background-color: #050505;
    z-index: 1;

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.btnWrp a span {
    position: relative;
    z-index: 3;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.btnWrp a:hover:after {
    top: 0;
}
.btnWrp a:hover span {
    color: #fff;
}
@media (max-width:768px){
    .btnWrp a {
        line-height: 35px;
        padding: 0 30px;
        font-size: 14px;
    }
}
/* Contact */
#Contact {
    background: url(../img/contact_bg.png) center bottom no-repeat;
    background-color: #000;
}
#Contact .conBox {
    border: 2px solid rgba(95, 95, 95, 0.5);
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
#Contact .conBox > div {
    width: 50%;
}
#Contact .lft {
    padding: 30px 15px;
}
#Contact .lft .mtit {
    max-width: 450px;
    margin: 0 auto;
}
#Contact .pList li {
    margin: 5px 0;
}
#Contact .pList p strong {
    display: inline-block;
    margin-right: 10px;
    font-weight: 600;
}
@media (max-width:992px){
    #Contact .conBox {
        flex-wrap: wrap;
    }
    #Contact .conBox > div {
        width: 100%;
    }
}
/*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 */
#subtop .c_wrp {
    height: 450px;
    text-align: center;
}
#subtop .c_wrp h1 {
    font-size: 60px;
    line-height: 1em;
    letter-spacing: -0.03em;
    color: rgba(255,255,255,0.5);
}
#subtop .c_wrp h1 strong {
    color: #fff;
}
@media (min-width:992px) {
    #subtop .c_wrp h1 {
        margin-top: 100px;
    }
}
@media (max-width:992px) {
    #subtop .c_wrp {
        height: 250px;
    }
    #subtop .c_wrp h1 {
        font-size: 40px;
        margin-top: 20px;
    }
}
@media (max-width:768px) {
    #subtop {
        background-size: cover !important;
    }
    #subtop .c_wrp {
        height: 150px;
    }
    #subtop .c_wrp h1 {
        font-size: 30px;
        margin-top: 0;
    }
}

/* 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: #d9121b;
}
.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;
    }

}

/*subtop*/
#subtop {
    border-bottom: 1px solid #eee;
}
#subtop,
#subtop .container {
    position: relative;
}
#subtop .mainTit {
    margin-bottom: 50px;
}
#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 .subTabs2 li a {
    font-size: 22px;
}
#subtop .subTabs2 li a:hover {
    color:#c70000
}
#subtop .subTabs li.act a {
    color: #d40707;
    border-color: #d40707;
}
#subtop .subTabs li a span,
#subtop .subTabs li a i {
    vertical-align: middle;
}
@media (max-width:768px){
    #subtop {
        text-align: center;
        padding: 30px 0;
    }
    #subtop .mainTit {
        margin-bottom: 15px;
    }
    #subtop .subTabs li {
        margin: 0 5px;
    }
    #subtop .subTabs li a {
        font-size: 14px;
        padding-bottom: 6px;
        border-bottom: 2px solid transparent;
    }
}

/* hisTopList */
.hisTopList {
    position: relative;
    padding: 40px 0;
}
.hisTopList:after {
    content: "";
    position: absolute;
    left: calc(50% - 2px);
    background: url(../img/his_bg.png) center top no-repeat;
    background-attachment: fixed;
    background-color: #eee;
    top: 0;
    height: 100%;
    width: 4px;
}
.hisTopList > li {
    margin: 40px 0;
    padding-left: 40px;
    position: relative;
    z-index: 3;
}
.hisTopList > li > h1 {
    position: relative;
    letter-spacing: -0.04em;
}
.hisTopList > li > h1:after {
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    left: -50px;
    height: 20px;
    width: 20px;
    border: 5px solid #ed1c24;
    background-color: #fff;
    border-radius: 50%;
}
.hisTopList > li ul {
    margin-top: 20px;
}
.hisTopList > li ul li {
    margin: 15px 0;
}
.hisTopList > li ul li p {
    position: relative;
    word-break: keep-all;
    color: #666;
    line-height: 1.3em;
}
@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) > h1: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: 20px 0;
        padding-left: 20px;
    }
    .hisTopList > li > h1:after {
        left: -30px;
    }
    .hisTopList > li ul {
        margin-top: 10px;
    }
    .hisTopList > li ul li h4 {
        padding-left: 60px;
    }
}

.partList li {
    margin-bottom: 30px;
}
.partList li a {
    text-decoration: none;
    display: block;
    border: 1px solid #ddd;
    text-align: center;
}
@media (max-width:768px){
    .partList li {
        margin-bottom: 10px;
    }
}









