/* POPUP */
#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;
	margin:0 auto;
	height:0;
}
.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;
	}
}


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.3;
    visibility: visible;
    z-index: 30;
}
#header .h_nav {
    text-align: right;
}
@media (min-width:1601px){
    #header .lo_wrp {
        width: 20%;
    }
    #header .mn_wrp {
        width: 60%;
    }
    #header .h_nav {
        width: 20%;
    }
    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 20px !important;
        font-size: 17px;
    }
    html.sticky-header-active #header .header-nav-main nav > ul > li > a {
        padding: 25px 20px !important;
    }
    #header .lo_wrp {
        width: 20%;
    }
    #header .mn_wrp {
        width: 60%;
    }
    #header .h_nav {
        width: 20%;
    }
}
@media (max-width:1200px) and (min-width:991px){
    #header .lo_wrp {
        width: 20%;
    }
    #header .mn_wrp {
        width: 60%;
    }
    #header .h_nav {
        width: 20%;
    }
    html #header .header-nav-main nav > ul > li > a {
        padding: 35px 12px !important;
        font-size: 16px;
    }
    html.sticky-header-active #header .header-nav-main nav > ul > li > a {
        padding: 25px 12px !important;
    }
}
@media (max-width:992px){
    #header .header-logo {
        float: none;
    }
    #header .lo_wrp {
        text-align: center;
        width: 40%;
    }
    #header .h_nav {
        width: 60%;
        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 #header:hover .fo_wrp a,
    html.add-header #header .fo_wrp a {
        color: #333;
    }
}
/*font*/
.tra_ty {
	font-family: "Malgun Gothic";
}
.f_play {
	font-family: 'Play' !important;
}
/*Common*/
img {
	max-width: 100%;
}
@media (min-width:1270px){
    .container {
        width: 1270px;
    }
}
@media (max-width:1270px){
    .hid-max {
        display: none;
    }
}
@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 (max-width:500px){
    .only-pc {
        display: none;
    }
}
@media (min-width:500px){
    .only-mobile {
        display: none;
    }
}
/*font*/
.f_lib {
	font-family: 'Libre Baskerville' !important;
}
.f_pop {
	font-family: 'Poppins' !important;
}
.tra_ty {
	font-family: "Malgun Gothic";
}

/*scroll-to-top*/
html .scroll-to-top.visible {
    right: 0;
    top: auto;
    bottom: 30px;
}

/*sticky*/
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: 400;
    color: #000 !important;
    border-radius: 0px;
    text-transform: none;
    vertical-align: middle;
    position: relative;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	font-size: 18px;
    font-weight: 400;
	color: #fff;
	border-color: #ffe400;
    word-break: keep-all;
}
@media (min-width:1601px) {	
    html #header .header-nav-main nav > ul > li > a {
        padding: 40px 20px !important;
        font-size: 18px;
    }
    html.sticky-header-active #header .header-nav-main nav > ul > li > a {
        padding: 20px 20px !important;
    }
}
@media (max-width:1601px) {	
    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);
    }
}
@media (max-width:992px) {
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
		font-size: 17px;
		padding: 2px 0px;
        color: #666;
	}
	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
	}
}
/*#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;
}
/* linkBox */
#header .linkBox {
    text-align: right;
}
#header .linkBox .links {
    display: inline-block;
}
#header .linkBox .links li {
    display: inline-block;
    position: relative;
    margin: 0px;
}
#header .linkBox .links li:not(:last-child):after {
    content: "";
    position: absolute;
    right: -2px;
    top: 20%;
    height: 60%;
    width: 1px;
    background-color: #ddd
}
#header .linkBox .links li a {
    text-decoration: none;
    display: inline-block;
    color: #999;
    font-size: 16px;
    line-height: 1em;
    padding: 0 8px;
    font-weight: 400;
}
@media (max-width:768px){
    #header .linkBox .links li a {
        font-size: 14px;
        padding: 0 4px;
    }
}
/*#  - 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.act > a {
    color: #612683 !important;
	font-weight: 600;
	position: relative;
}
#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.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;
}
#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-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: 280px !important;
    }
    #header .header-nav-main nav > ul > li > a:before {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 0%;
        background-color: #2272d1;
        height: 1px;
        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.act > a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #612683;
		bottom: -2px;
		left: 0;
	}
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu li a {
        font-size: 16px;
        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: #2272d1 !important;
    }
}
@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);
	}	
}
/* linkBox */
#header .header-body .topcon {
    background-color: #f4f4f4;
}
#header .telBox a {
    text-decoration: none;
    display: inline-block;
    background-color: #2272d1;
    color: #fff;
    font-size: 20px;
    padding: 6px 15px;
}
#header .telBox a span {
    display: inline-block;
    vertical-align: middle;
}
#header .telBox a .icon {
    margin-right: 4px;
    width: 21px;
    height: 19px;
    background: url(../img/tel_icon.png) center center no-repeat;
}
#header .telBox a strong {
    color: #fffb32;
    margin-left: 4px;
    vertical-align: middle;
}
#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 .telBox a {
        font-size: 14px;
        padding: 6px 15px;
    }
    #header  .links li a {
        font-size: 14px;
        padding: 0 4px;
    }
}
/*#  - HeaderTop mobile*/
#header .header-btn-collapse-nav {
    float: none;
	margin: 15px 0;
    width: 47px;
	background-color: transparent;
	color: #111;
	padding: 4px 8px !important;
	line-height: 22px !important;
	font-size: 26px !important;
    display: inline-block;
}
html #header:hover .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;
}

/* 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: #2272d1;
}
/*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:768px){
	.mn_header .logobox {
		padding: 20px 0;
		text-align: left;
	}
	.mn_header .logobox a img {
		width: 120px;
	}
}

/*mmenu btn*/
.mmenu-toggle-btn {
	display: block;
    height: auto;
    text-align: center;
    padding: 6px;
    float: right;
    font-size: 18px;
    line-height: 20px;
    min-width: 25px;
    background-color: transparent;
    color: #333;
}
@media (min-width: 992px) {
	.mmenu-toggle-btn {
		display: none;
	}
}
/*Mobile Navigation*/
.mobile-nav {
	display: block !important;
	position: fixed;
	top: 0;
	left: -80%;
	z-index: 1999;
	width: 80%;
	height: 100%;
	overflow-y: scroll;
	padding: 60px 20px 40px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #fff;
}
.mobile-nav::-webkit-scrollbar {
    display: block;
    visibility: visible;
    width: 2px;
}
.mobile-nav .mobile-nav-wrapper {
    position: relative;
}
.mobile-nav .mobile-nav-wrapper .mmenu-toggle-btn {
    position: absolute;
    right: -6px;
    margin: 0px;
    top: -60px;
}
.mobile-nav .mobile-nav-wrapper .header-logo img {
    max-width: 70%;
}

.mobile-side-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.mobile-side-menu > .mmenu-toggle-btn {
	position: absolute;
    right: -5px;
    top: -20px;
    padding: 0px;
    display: inline-block;
    font-weight: 300;
    font-size: 17px;
    color: #ccc;
	cursor: pointer;
}
.mobile-side-menu #mainNav > li {
    border-bottom: 1px solid #ddd;
}
.mobile-side-menu #mainNav > li+li {
    margin-left: 0px;
}
.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: 30px;
}
.mobile-side-menu li a {
	display: block;
	font-size: 17px;
	line-height: 1.2em;
	font-weight: 500;
	background-color: transparent;
	color: #111;
	border: 0;
	padding: 10px;
	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 ul {
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
}
.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 li a {
	margin-left: 20px;
}
.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 li .mmenu-toggle:after {
	content: "\f196";
	font-family: 'FontAwesome';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor: pointer;
	width: 19px;
	height: 19px;
	font-size: 19px;
	line-height: 19px;
	display: block;
	position: absolute;
	left: 10px;
	top: 11px;
}
.mobile-side-menu li.open > .mmenu-toggle:after {
	content: "\f147";
}


.mobile-side-menu .dropdown-menu {
    border: 0px;
    box-shadow: 0 0 0;
    position: relative;
    min-width: 100%;
    background-color: transparent;
}
.mobile-side-menu  .dropdown-menu a {
    font-size: 15px;
    background-color: transparent !important;
}
.mobile-side-menu  .dropdown-menu a svg {
    width: 12px !important;
}
.mobile-side-menu .log_nav {
	position: relative;
	margin-top: 15px;
	padding-top: 15px;
}
.mobile-side-menu .log_nav li a {
	font-size: 16px;
    color: #989898;
    font-weight: 400;
}
#mobile-menu-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 1998;
	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;
}
.mmenu-open .mobile-nav {
	left: 0;
}

.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;
}
@media (min-width:992px){
    .mobile-side-menu .dropdown-menu {
        display: block;
    }
    .mobile-side-menu #mainNav {
        margin: 5% auto;
    }
    .mobile-side-menu #mainNav > li {
        border-bottom: 0;
        float: left;
        width: 20%;
        text-align: center;
        padding: 0 15px;
    }
    .mobile-side-menu li .mmenu-toggle {
        display: none;
    }
    .mobile-side-menu li a {
        font-size: 28px;
        text-align: center;
        padding: 15px;
    }
    .mobile-side-menu li a.dropdown-toggle {
        font-weight: 700;
    }
    .mobile-side-menu .dropdown-menu a {
        font-size: 20px;
        font-weight: 400;
    }
    .mobile-side-menu .dropdown-menu a:hover {
        color: #ffe400;
    }
    .mobile-side-menu .dropdown-menu a > span {
        position: relative;
        padding: 0 15px;
        display: inline-block;
        position: relative;
    }
    .mobile-side-menu .dropdown-menu a > span:after {
        content: "";
        background-color: rgba(4, 166, 225, 0.2);
        position: absolute;
        left: 0;
        top: 30%;
        height: 60%;
        width: 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 .dropdown-menu a:hover > span:after {
        width: 100%;
    }
    .mobile-side-menu .dropdown-menu a > span > span {
        position: relative;
        z-index: 3;
    }
}
@media (max-width:992px){
    .mobile-nav {
        left: -300px;
        width: 300px;
        padding: 80px 20px 20px;
    }
    .mobile-side-menu li li a {
        margin-left: 10px;
        font-size: 15px;
    }
    .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;
    }
}
/*lines_bar*/
.mmenu-toggle-btn {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.lines_bar {
    display: inline-block;
    width: 30px;
    height: 3px;
    transition: 0.3s;
    position: relative;
    top: -2px;
    background-color: #111;
}
.lines_bar:before,
.lines_bar:after {
    display: inline-block;
    width: 30px;
    height: 3px;
    transition: 0.3s;
    position: absolute;
    background-color: #111;
    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 .mobile-nav .lines_bar:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    background-color: #111;
}
.mmenu-open .mobile-nav .lines_bar:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    background-color: #111;
}
.mmenu-open .mobile-nav .lines_bar:before,
.mmenu-open .mobile-nav .lines_bar:after {
    background-color: #111;
}
/*conbox*/
.conbox {
    margin-top: 60px;
}
.conbox.conbox_mini {
    margin-top: 40px;
}
.conbox.conbox_xs {
    margin-top: 20px;
}
.conbox.conbox_xxs {
    margin-top: 10px;
}
@media (max-width:992px){
    .conbox {
        margin-top: 30px;
    }
	.conbox.conbox_mini {
		margin-top: 20px;
	}
	.conbox.conbox_xs {
		margin-top: 10px;
	}
    .conbox.conbox_xxs {
        margin-top: 5px;
    }
}
/*sec_dvd*/
.sec_dvd {
    padding: 130px 0;
}
.sec_dvd.sec_dvd_lg {
    padding: 200px 0;
}
.sec_dvd.sec_dvd_md {
    padding: 100px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 60px 0;
}
.sec_dvd.sec_dvd_xs {
    padding: 40px 0;
}
@media (max-width:992px){
    .sec_dvd {
        padding: 60px 0;
    }
    .sec_dvd.sec_dvd_lg {
        padding: 90px 0;
    }
    .sec_dvd.sec_dvd_md {
        padding: 50px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 30px 0;
    }
    .sec_dvd.sec_dvd_xs {
        padding: 15px 0;
    }
}

/*c_wrp*/
.v_m > li,
.v_m > div {
    vertical-align: middle;
}
@media (min-width:991px) {
    .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:992px) {
    .m_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .m_wrp.t_fx {
        table-layout: fixed;
    }
    .m_wrp > li,
    .m_wrp > div {
        display: table-cell;
    }
}

/*row*/
@media (max-width:768px){
    .row {
        margin: 0 -5px;
    }
    .row > li,
    .row > div {
        padding: 0 5px;
    }
}
/*color*/
.c_org {
    color: #ff8400 !important;
}
.c_yl {
    color: #ffe117 !important;
}
.c_rd {
    color: #f70000 !important;
}
.c_sky {
    color: #1fc8f2 !important;
}
.c_gray {
    color: #666 !important;
}
.c_lgray {
    color: #999 !important;
}
.c_navy {
    color: #0b2b51 !important;
}
.c_pt {
    color: #2272d1 !important;
}
.c_ybl{
    color: #5075a1 !important;
   
}
/*btn_wrp*/
.btn_wrp a {
    display: inline-block;
    font-size: 17px;
    line-height: 1em;
    padding: 15px 30px;
    border-radius: 4px;
    min-width: 200px;
    position: relative;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    background-color: #ffe400;
}
.btn_wrp a:after {
    content: "";
    position: absolute;
    right: 30px;
    height: 100%;
    top: 0;
    width: 8px;
    background: url(../img/arr_w.png) center center no-repeat;
    background-size: 100%;
}
@media (max-width:768px){
    .btn_wrp a {
        font-size: 15px;
        padding: 10px 20px;
        min-width: 150px;
    }
    .btn_wrp a:after {
        width: 5px;
    }
}
/*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: 0 auto;
}
.privacy h4 {
    color: #222;
    font-size: 18px;
    line-height: 1em;
    font-weight: 700;
    text-transform: uppercase;
}
.privacy #privacy {
    height: 50vh;
    overflow-y: scroll;
}
@media (max-width:768px){
    .privacy h4 {
        font-size: 13px;
    }
    .privacy .modal-dialog > div .modal-content {
        max-width: 90%;
    }
}

/* footerTop */
#footerTop {
    border-top: 1px solid #ddd;
    padding: 15px 0;
}
#footerTop .lft .sp {
    display: inline-block;
    width: 1px;
    height: 13px;
    background-color: #ccc;
    margin: 0 5px;
}
#footerTop .lft span,
#footerTop .lft a,
#footerTop .goLink {
    font-size: 17px;
    line-height: 20px;
    color: #b1b1b1;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}
#footerTop .goLink span {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../img/more_links.png) center center no-repeat;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.15);
    text-align: center;
    vertical-align: middle;
}
@media (min-width:768px) {
    #footerTop .rt {
        text-align: right;
    }
    #footerTop .goLink {
        margin-left: 25px;
    }
}
@media (max-width:768px) {
    #footerTop .lft,
    #footerTop .rt {
        text-align: center;
    }
    #footerTop .goLink {
        margin-right: 8px;
    }
    #footerTop .lft .sp {
        height: 8px;
    }
    #footerTop .lft span,
    #footerTop .lft a,
    #footerTop .goLink {
        font-size: 14px;
    }
    #footerTop .goLink span {
        width: 18px;
        height: 18px;
        background-size: 18px;
    }
}
/* footer */
#footer {
    margin-top: 0px !important;
    background-color: #fff;
    border-top: 1px solid #ddd;
    padding: 40px 0 !important;
}
#footer .fWrp {
    position: relative;
}
#footer .flogo {
    position: absolute;
    right: 0;
    top: calc(50% - 31px);
}
#footer h6 {
    line-height: 1.7em;
    color: #333;
}
#footer h6 strong {
    display: inline-block;
    margin-right: 10px;
    font-weight: 600;
}
@media (max-width:768px){
    #footer {
        padding: 25px 0 100px !important;
    }
}

/* subtop */
#subtop {
    background-size: cover !important;
}
#subtop .c_wrp {
    height: 350px;
    text-align: center;
}
#subtop .c_wrp h1 {
    font-size: 60px;
    line-height: 1em;
    letter-spacing: -0.03em;
    color: rgba(255,255,255,1);
}
#subtop .c_wrp h1 strong {
    color: #fff;
}
@media (max-width:992px) {
    #subtop .c_wrp {
        height: 250px;
    }
    #subtop .c_wrp h1 {
        font-size: 40px;
    }
}
@media (max-width:768px) {
    #subtop {
        background-size: cover !important;
    }
    #subtop .c_wrp {
        height: 150px;
    }
    #subtop .c_wrp h1 {
        font-size: 30px;
    }
}

/* site_config */
#site_config {
    position: relative;
    z-index: 30;
    margin-top: -1px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}
#site_config .site .home {
    float: left;
    line-height: 60px;
    position: relative;
    font-size: 17px;
    color: #838789;
    letter-spacing: -0.02em;
    -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;
}
#site_config .site .home:hover {
    background-color: #f7f7f7;
}
#site_config .site .home.home2,
#site_config .site .home.home3 {
    position: relative;
    border-right: 1px solid #ddd;
}
#site_config .site .home.home2:after,
#site_config .site .home.home3:after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 0;
    width: 22px;
    height: 100%;
    background: url(../img/site_arr.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;
}
#site_config .site .home.act:before {
    content: "";
    position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid #333;
    border-bottom: 0px;
}
#site_config .site .home.act:after {
    transform: rotate(180deg);
}
#site_config .site .home.home1 {
    width: 60px;
    text-align: center;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
#site_config .site .home > span {
    display: block;
    padding: 0px 20px;
    cursor: pointer;
    position: relative;
    z-index: 3;
    color: #666;
    padding-right: 65px;
}
#site_config .site .home > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    border: 1px solid #333;
    border-top: 0px;
    background-color: #fff;
}
#site_config .site .home > ul li {
    border-top: 1px solid #eee;
}
#site_config .site .home > ul li a {
    display: block;
    text-decoration: none;
    font-size: 17px;
    padding: 15px 20px;
    color: #666;
    position: relative;
    -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;
}
#site_config .site .home > ul li a.act {
    color: #0940be;
}
#site_config .site .home > ul li a:hover{
    background-color: #0940be;
    color: #fff;
}
#site_config .site .home > ul li:hover a:after {
    width: 100%;
    left: 0%;
}
#site_config .site .link_icon svg {
    width: 14px;
}
#site_config .site .link_icon .cls-1 {
    stroke:#666;
    stroke-width:5px;
}
#site_config .site .home > ul li a:hover .link_icon .cls-1{
    stroke:#fff;
}
@media (min-width:992px) {
    #site_config .site .home.home2,
    #site_config .site .home.home3 {
        min-width: 200px;
    }
}
@media (max-width:992px) {
    #site_config .site .home {
        line-height: 50px;
        font-size: 15px;
    }
}
@media (max-width:768px) {
    #site_config .site .home {
        line-height: 40px;
        font-size: 12px;
    }
    #site_config .site .home.home1 {
        width: 40px;
    }
    #site_config .site .home.home1 img {
        width: 11px;
    }
    #site_config .site .home.home2,
    #site_config .site .home.home3 {
        min-width: 120px;
    }
    #site_config .site .home.home2:after,
    #site_config .site .home.home3:after {
        right: 10px;
        width: 10px;
        background-size: 100%;
    }
    #site_config .site .home > span {
        padding: 0px 15px;
        padding-right: 25px;
    }
    #site_config .site .home > ul li a {
        font-size: 12px;
        padding: 5px 15px;
    }
    #site_config .site .link_icon svg {
        width: 9px;
    }
}

/* subC */
.subC {
    margin-top: 20px;
    font-weight: 300;
}
@media (max-width:768px){
    .subC {
        margin-top: 10px;
    }
}

/*visual*/
#visual_wrp {
    position: relative;
}
#visual {
    position: relative;
}
#visual img {
    display: inline-block;
}
#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) 80% center no-repeat;
    background-size: cover;
}
#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(51, 51, 51, 0.1);
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
}
#visual_wrp #arr_prev {
    left: 10%;
}
#visual_wrp #arr_next {
    right: 10%;
    transform: rotate(180deg);
}
@media (max-width:1600px){
    #visual_wrp #arr_prev {
        left: auto;
        right: calc(5% + 90px);
    }
    #visual_wrp #arr_next {
        right: 5%;
        transform: rotate(180deg);
    }
}
@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: auto;
    }
}
@media (max-width:768px){
    #visual_wrp #arr_next,
    #visual_wrp #arr_prev {
        display: none !important;
    }
}
/* cList */
.cList > li {
    position: relative;
    padding-left: 15px;
}
.cList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 13px ;
    width: 6px;
    height: 1px;
    background-color: #aaa;
}
.cList > li a{
    text-decoration: none;
    font-size: 20px;
    color: #000;
    line-height: 1.6em;
    text-transform: none;
}
/* pList */
.pList > li {
    position: relative;
    padding-left: 15px;
}
.pList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px ;
    width: 4px;
    height: 4px;
    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;
}
.hList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 13px ;
    width: 4px;
    height: 4px;
    background-color: #aaa;
}
.hList > li h5{
    font-weight: 300;
}
@media (max-width:768px){
    .pList > li:after {
        top: 9px ;
    }
}

/*nList*/
.nList > li {
    position: relative;
    word-break: keep-all;
    text-align: left;
    padding-left: 35px;
}
.nList > li span {
    position: absolute;
    left: 0;
    top: 3px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #2272d1;
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    font-size: 0.8em;
}
@media (max-width:768px){
    .nList > li {
        padding-left: 25px;
    }
    .nList > li span {
        width: 22px;
        line-height: 22px;
        top:0;
    }
}

/*notice*/
#notice {
    position: relative;
    z-index: 70;
    margin-top: -64px;
}
#notice .c_wrp {
    box-shadow: 20px 20px 20px rgba(0,0,0,0.1);
    background-color: #fff;
}
#notice .hd {
    background-color: #2272d1;
    text-align: center;
    padding: 15px;
    width: 250px;
}
#notice .hd img {
    width: 35px;
    margin-bottom: 10px;
}
#notice .ct ul li:not(:last-child){
    border-bottom: 1px solid #ddd;
}
#notice .ct ul li a {
    display: block;
    font-size: 17px;
    line-height: 1em;
    padding: 20px 0 20px 145px;
    position: relative;
    color: #666;
    text-decoration: none;
}
#notice .ct ul li a .date {
    position: absolute;
    left: 35px;
    color: #333;
    font-weight: 700;
}
#notice .tl {
    width: 115px;
    text-align: center;
    background-color: #00a6cf;
}

@media (max-width:768px){
    #notice {
        margin-top: 0px;
    }
    #notice .container{
        padding: 0;
    }
    #notice .hd {
        width: 30%;
    }
    #notice .hd img {
        width: 25px;
        margin-bottom: 5px;
    }
    #notice .ct {
        width: 50%;
    }
    #notice .ct ul li a {
        font-size: 13px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 300px;
        padding: 15px 15px 15px 90px;
    }
    #notice .ct ul li a .date {
        left: 15px;
    }
    #notice .tl {
        width: 20%;
    }
    #notice .tl img {
        width: 25px;
    }
}
@media (max-width:500px){
    #notice .ct ul li a {
        max-width: 200px;
    }
}

.notice_slk .slick-arrow {
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 15px;
	border: 0px;
	background: url("../img/slik_arr.png") center center no-repeat;
	text-indent: -99999em;
	overflow: hidden;
	z-index: 10;
	background-size: cover;
}
.notice_slk .slick-prev{
	left:40px;
	background-position: 0 100%;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}


@media (max-width: 768px) {
	.notice_slk .slick-arrow{
		width: 16px;
		height: 16px;
        left: 10px;
        top: 0px;
	}
	.notice_slk .slick-prev{
		left:28px;
	}
}

/* ms1 */
#ms1 {
    background: linear-gradient(to left, #062447, #062346);
    padding: 10px 0;
}
#ms1 .formQuick {
    display: flex;
    align-items: center;
}
#ms1 .formQuick .formQuickTit {
    padding: 20px 0;
    background: url(../img/formQuickTit.png) left center no-repeat;
    padding-left: 110px;
    min-width: 350px;
}
#ms1 .formQuick .formQuickTit h6 {
    color: #90a4bc;
    margin-top: 5px;
    line-height: 1.1em;
}
#ms1 .formQuick .checkbox-custom {
    display: inline-block;
}
#ms1 .formQuick .checkbox-custom .vw {
    display: inline-block;
    border-bottom: 1px solid #fff;
    margin-left: 5px;
    line-height: 1.1em;
    cursor: pointer;
}
#ms1 .formQuick .row {
    margin: 0 -5px;
}
#ms1 .formQuick .row > div {
    padding: 0 5px;
}
#ms1 .formQuick ul .smt .smtBtn {
    display: block;
    width: 130px;
    line-height: 80px;
    background-color: #00a6cf;
    color: #fff;
    text-align: center;
    font-size: 20px;
    border: 0px;
    border-radius: 10px;
}
@media (min-width:992px){
    #ms1 .formQuick ul {
        position: relative;
        padding-right: 150px;
    }
    #ms1 .formQuick ul .smt {
        position: absolute;
        right: 0;
        top: 0;
    }
}
@media (max-width:1200px){
    #ms1 {
        padding: 20px 0 30px;
    }
    #ms1 .formQuick {
        display: flex;
        flex-wrap: wrap;
    }
    #ms1 .formQuick > div {
        width: 100%;
    }
    #ms1 .formQuick .formQuickTit {
        padding: 10px 0;
        padding-left: 60px;
        background-size: 50px;
    }
}
@media (max-width:992px){
    #ms1 .formQuick ul .smt {
        margin-top: 5px;
    }
    #ms1 .formQuick ul .smt .smtBtn {
        width: 100%;
        line-height: 50px;
        font-size: 17px;
    }
}

/*form*/
.form {
    max-width: 1000px;
    margin: 0 auto;
}
.form .form_item {
    position: relative;
}
.form .form_item label {
    position: absolute;
    left: 15px;
    font-size: 17px;
    color: #ddd;
    margin: 0;
    line-height: 50px;
}
.form .form_item .form-control {
    background-color: transparent;
    border-color: transparent;
    border: 0px;
    border-radius: 0px;
    box-shadow: 0 0 0;
    color: #fff;
    border-radius: 4px;
    border: 1px solid rgba(255,255,255,0.3);
    font-size: 17px;
}
.form .form_item input.form-control {
    padding-left: 75px;
}
.form .form_item select option {
    background-color: #111;
}
.form .form_item input:valid + label {
    display: none;
}
.form .form_item .form-control:focus {
    border-color: #00a6cf;
}
.form .form_item .form-control:not(textarea) {
    height: 50px;
}
.form .form_item textarea.form-control {
    padding-top: 60px;
}
@media (max-width:768px){
    .form {
        border: 0px;
    }
    .form .form_item {
        margin-bottom: 10px;
    }
    .form > ul > li .checkbox-custom{
        margin: 0px 0 10px;
    }
    .form .form_item label {
        line-height: 50px;
    }
    .form .form_item .form-control:not(textarea) {
        height: 50px;
    }
    .form input[type="submit"] {
        line-height: 50px;
        font-size: 17px;
    }
}
/* ms2 */
#ms2 {
    background: url(../img/ms2_bg.jpg) center center no-repeat;
    background-size: cover;
}
#ms2 .row {
    margin: 0 -5px;
}
#ms2 .row > li {
    padding: 0 5px;
}
#ms2 ul li {
    margin: 5px 0;
}
#ms2 .ban {
    text-decoration: none;
    display: block;
    background-color: rgba(73, 73, 73, 0.1);
    padding: 30px 20px 20px;
    border-color: 1px solid rgba(73, 73, 73, 0.1);
}
#ms2 .ban .tit p {
    line-height: 1.2em;
    margin-top: 5px;
    font-weight: 300;
}
#ms2 .ban .tit .pls {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(../img/pls.png) center center no-repeat;
    margin-top: 20px;
}
#ms2 .ban .icon {
    margin-top: -40px;
}
#ms2 .ban .icon span {
    display: inline-block;
    width: 100px;
    height: 100px;
    position: relative;
}
#ms2 .ban .icon span img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    -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;
}
#ms2 .ban .icon span .ic_hv {
    opacity: 0;
}
@media (min-width:768px){
    #ms2{
        margin-top: -68px;
        padding-top: 170px;
    }
    #ms2 .ban,
    #ms2 .ban h3,
    #ms2 .ban p {
        -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;
    }
    #ms2 .ban:hover {
        background: #1d2b94;
        box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.15);
    }
    #ms2 .ban:hover h3,
    #ms2 .ban:hover p {
        color: #fff !important;
    }
    #ms2 .ban:hover .icon span .ic {
        opacity: 0;
    }
    #ms2 .ban:hover .icon span .ic_hv {
        opacity: 1;
    }
}
@media (max-width:992px){
    #ms2 .ban .tit {
        padding-right: 10px;
        width: 75%;
    }
    #ms2 .ban .icon {
        text-align: right;
    }
    #ms2 .ban .icon span {
        width: 80px;
        height: 80px;
    }
    #ms2 .ban .tit .pls {
        margin-top: 10px;
    }
}
@media (max-width:768px){
    #ms2 {
        padding: 30px 0 20px;
    }
    #ms2 .row {
        margin: 0px;
    }
    #ms2 .ban {
        display: flex;
        align-items: center;
    }
    #ms2 .ban .tit .pls {
        width: 12px;
        height: 12px;
        background-size: 12px !important;
    }
}
/* ms3 */
#ms3 {
    background: url(../img/ms3_bg.jpg) center center no-repeat;
    background-size: cover;
}
#ms3 a {
    display: inline-block;
    border: 1px solid #fff;
    padding: 20px 0;
    border-radius: 5px;
    width: 300px;
    margin: 0 5px;
    text-decoration: none;
}
#ms3 .tel {
    background-color: #00a6cf;
    border-color: #00a6cf;
}
#ms3 p,
#ms3 h3 {
    line-height: 1.1em;
}
#ms3 h3 {
    margin-top: 5px;
}
@media (min-width:992px){
    #ms3 {
        background-attachment: fixed;
    }
}
@media (max-width:768px){
    #ms3 a {
        margin: 0 2px;
        padding: 10px 0;
        width: 48%;
    }
}
/* ms4 */
#ms4 .linkList li a {
    text-decoration: none;
    background-color: #f7f7f7;
    padding: 20px 40px;
    border: 1px solid #eee;
}
#ms4 .linkList li a h6 {
    display: inline-block;
    line-height: 1em;
    padding: 5px 15px;
    border: 1px solid #aaa;
    border-radius: 50px;
}
@media (max-width:768px){
    #ms4 .linkList li:first-child {
        margin-bottom: 10px;
    }
    #ms4 .linkList li a {
        padding: 25px 15px;
    }
    #ms4 .linkList li a h5 {
        line-height: 1.2em;
        margin-top: 10px;
    }
    #ms4 .linkList li a .txt {
        padding-right: 15px;
        width: 70%;
    }
}
/* slider-inq */
.slider-inq {
    margin: 0 -10px;
}
.slider-inq .slick-slide {
    padding: 0 10px;
}
.slider-inq .slick-slide a {
    display: block;
    border: 2px solid #aaa;
    padding: 30px 20px;
    text-decoration: none;
}
.slider-inq .slick-slide .cate {
    display: inline-block;
    background-color: #1c314d;
    color: #fff;
    line-height: 1em;
    padding: 8px 15px;
    font-weight: 600;
    margin-bottom: 15px;
}
.slider-inq .slick-slide h5 {
    margin-top: 15px;
    height: 64px;
    overflow: hidden;
}
.slider-inq .slick-slide .bt {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.slider-inq .slick-slide .bt > div {
    width: 50%;
}
.slider-inq .slick-slide .bt .crrt {
    text-align: right;
}
.slider-inq .slick-slide .bt .crrt span {
    display: inline-block;
    border: 1px solid #aaa;
    padding: 5px 10px;
    border-radius: 50px;
    line-height: 1em;
    color: #666;
}
.slider-inq .slick-slide .bt .crrt.wait span {
    border-color: #eee;
    background-color: #eee;
    color: #aaa;
}
.slider-inq .slick-arrow {
    position: absolute;
    top: calc(50% - 20px);
    background: url(../img/arrItem.png) center center no-repeat;
    width: 40px;
    height: 40px;
    border: 0px;
    color: transparent;
    border-radius: 50%;
    background-color: #fff;
}
.slider-inq .slick-arrow.slick-prev {
    left: -60px;
}
.slider-inq .slick-arrow.slick-next {
    right: -60px;
    transform: rotate(180deg);
}
.slider-inq .slick-slide .img {
    overflow: hidden;
    position: relative;
}
.slider-inq .slick-slide .img img {
    transition: all 1.5s;
    -o-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
}
.slider-inq .slick-slide a:hover .img img {
    transform: scale(1.1);
}
@media (max-width:992px){
    .slider-inq .slick-arrow {
        display: none !important;
    }
    .slider-inq .slick-slide h5 {
        margin-top: 10px;
        height: 52px;
    }
}

/* 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;
    border: 0px;
    border-radius: 50%;
    padding: 0;
    color: transparent;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #999999;
}
.slick-dots li.slick-active button {
    background-color: #2272d1;
    opacity: 1;
}
#nv-slide .slick-dots li.slick-active button {
    background-color: #fff;
    opacity: 1;
}
@media (max-width:768px){
    .slick-dots {
        text-align: center;
        padding: 0px;
        margin-top: 10px;
    }
}
/* ms5 */
#ms5 .mapWrp {
    display: flex;
    background-color: #0e1f35;
    align-items: center;
}
#ms5 .mapWrp > div {
    width: 50%;
}
#ms5 .mapWrp > .lft {
    text-align: right;
}
#ms5 .mapWrp > .lft .item {
    text-align: left;
    width: 100%;
    max-width: 650px;
    display: inline-block;
    padding-right: 30px;
    padding-left: 30px;
}
#ms5 .mapWrp .table {
    margin: 10px 0;
}
#ms5 .mapWrp .table tr th,
#ms5 .mapWrp .table tr td {
    font-size: 20px;
    line-height: 1em;
    padding: 20px 15px;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.3);
    border-left: 0px;
    border-right: 0px;
}
#ms5 .mapWrp .table tr td {
    border-left: 1px solid rgba(255,255,255,0.3);
}
#ms5 .mapbox .root_daum_roughmap {
	border: 0px !important;
	padding: 0px !important;
}
#ms5 .mapbox .root_daum_roughmap .wrap_map,
#ms5 .mapbox iframe {
    height: 650px !important;
}
@media (min-width:992px) {
    #ms5 .mapWrp {
        flex-wrap: wrap;
    }
    #ms5 .mapWrp > .lft .item h1 {
        font-size: 65px;
    }
}
@media (max-width:768px) {
    #ms5 .mapWrp {
        flex-wrap: wrap;
    }
    #ms5 .mapWrp > div {
        width: 100%;
    }
    #ms5 .mapWrp > .lft {
        text-align: left;
    }
    #ms5 .mapWrp > .lft .item {
        padding-right: 15px;
        padding-left: 15px;
    }
    #ms5 .mapWrp .table tr th,
    #ms5 .mapWrp .table tr td {
        font-size: 15px;
        padding: 15px 10px;
    }
	#ms5 .mapbox .root_daum_roughmap .wrap_map,
	#ms5 .mapbox iframe {
		height: 250px !important;
	}
}

/*ms6*/
#ms6 {
    border-top: 1px solid #ddd;
}
#ms6 .owl-carousel {
    padding: 0 50px;
}
#ms6 .owl-theme .owl-nav {
    left: 0;
    top: 0;
    margin: 0;
    height: 100%;
}
#ms6 .owl-theme .owl-nav [class*='owl-'] {
    margin: 0px;
    background-color: #eee;
    height: 100% !important;
    line-height: 100%;
    height: auto;
    color: #999;
    border-radius: 0px;
    width: 40px;
    font-size: 20px;
    text-align: center;
}
#ms6 .owl-carousel .owl-nav .owl-prev:before,
#ms6 .owl-carousel .owl-nav .owl-next:before {
    top: calc(50% - 8px);
}
#ms6 .owl-carousel .owl-stage-outer {
    z-index: 5;
}
#ms6 a {
    text-decoration: none;
    display: block;
    border: 1px solid #ddd;
    padding: 3px 0;
    margin: 1px;
    text-align: center;
}
#ms6 a img {
    display: inline-block;
    width: auto;
}


/* sideQuick */
#sideQuick {
    position: fixed;
    z-index: 1000;
    background-color: #333;
    text-align: center;
}
#sideQuick li a{
    background-color: #fff;
}
#sideQuick li a {
    text-decoration: none;
    display: block;
    padding: 20px 25px;
}
#sideQuick li:last-child a {
    background-color: #111;
    padding: 10px;
}
#sideQuick li a p {
    font-weight: 600;
    margin-top: 5px;
    line-height: 1.1em;
}
@media (min-width:992px){
    #sideQuick {
        right: 0;
        top: 20%;
        border: 1px solid #ddd;
    }
    #sideQuick li a {
        border-bottom: 1px solid #ddd;
    }
}
@media (max-width:992px){
    #sideQuick {
        left: 0;
        bottom: 0;
        width: 100%;
        border-top: 1px solid #ddd;
    }
    #sideQuick li {
        float: left;
        width: 20%;
    }
    #sideQuick li:not(:first-child) a {
        border-left: 1px solid #ddd;
    }
    #sideQuick li a {
        padding: 8px 5px;
    }
    #sideQuick li a img {
        width: 30px;
        margin-bottom: 2px;
    }
    #sideQuick li a p {
        font-size: 13px;
    }
}
@media (max-width:768px){
    #sideQuick li a img {
        width: 30px;
        margin-bottom: 2px;
    }
    #sideQuick li a p {
        font-size: 15px;
    }
}

/*quick_fix*/
#quick_fix {
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1000;
	position: fixed;
}
#quick_fix .clsTopCon{
    position: absolute;
    top: 50%;
    margin-top:-17px;
    right: 5%;
    cursor: pointer;
}
@media (max-width:992px){
    #quick_fix .clsTopCon{
        right: 3%;
    }
}
@media (max-width:768px){
    #quick_fix{
        display: none;
    }
}
