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

/*setting*/
.body {
    overflow: hidden;
}
img {
	max-width: 100%;
}
:focus {
    outline: -webkit-focus-ring-color auto 0;
}
.transAct {
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
@media (max-width: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;
    }
}
/* Header */
#header {
    min-height: auto !important;
    position: fixed;
    width: 100%;
}
#header .header-body {
    border-top: 0px;
    padding: 0px;
    border-bottom: 0px !important;
    box-shadow: 0 0 0 !important;
    background-color: #033076;

    -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;
}
@media (max-width:992px){
    #header {
        border-bottom: 1px solid #ddd;
    }
    #header .header-body {
        border-bottom: 1px solid #ddd;
    }
}
/* mainNav :: Global Navigation */
.header-shape nav > #mainNav {
    width: 100%;
    margin: 0 auto;
    text-align: right;
}
.header-shape nav > #mainNav > li {
    float: none;
    display: inline-block;
}
.header-shape nav > #mainNav > li a {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    position: relative;
    padding: 20px 20px;
    text-align: left;
}
html.sticky-header-active #header .logoBox {
    padding: 15px 0;
}
.header-shape nav > #mainNav > li a:hover {
    color: #7cafff;
}
.header-shape nav > #mainNav > li:hover a::before {
    width: 100%;
}
.header-shape nav > #mainNav > li > .dropdown-menu  {
    padding: 15px !important;
    border-radius: 10px !important;
    box-shadow: 5px 5px 25px rgb(0 0 0 / 7%) !important;
    border: 1px solid #ddd !important;
}
.header-shape nav > #mainNav > li:nth-child(1) > .dropdown-menu {
    left: -26px;
}
.header-shape nav > #mainNav > li:nth-child(3) > .dropdown-menu {
    left: -34px;
}
.header-shape nav > #mainNav > li > .dropdown-menu li a {
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #111;
}
.header-shape nav > #mainNav > li > .dropdown-menu li a:hover {
    background-color: transparent;
    color: #033076;
}
/* Header Layout */
#header .logoBox,
#header .linkBox {
    position: relative;
    z-index: 100;
    padding: 5px 0;
}
#header .logoBox {
    padding: 15px 0;
}
#header .linkBox {
    width: 33.33333%;
}
@media (max-width:992px){
    #header .c_wrp > div {
        width: 50%;
    }
    #header .c_wrp > .logoBox {
        padding-left: 0;
        width: 50%;
    }
}
@media (max-width:768px){
    #header .logoBox, 
    #header .linkBox {
        padding: 15px 0;
    }
}
/* logoBox */
#header .logoBox a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}
#header .logoBox a svg {
    display: inline-block;
    vertical-align: middle;
}
#header .logoBox a .cls-1 {
    fill: #8b8b8b;
}
@media (max-width:768px){
    #header .logoBox a {
        margin-left: 10px;
    }
    #header .logoBox a svg {
        width: 110px;
    }
}
/* 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 Drop Menu */	
#header nav > ul > .dropdown i {
    display: none;
}
@media (min-width:992px) {	
    #header nav > ul > li.dropdown > .dropdown-menu {
        transform: translate3d(0, 0, 0);
        opacity: 0;
        padding: 0;
        min-width: 150px;
        display: block;
        padding: 10px 0;
        top: 20%;
        box-shadow: 0 0 0;
        border-radius: 0px;
        border: 0;
        max-height: 0;
        overflow: hidden;

        transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
	#header nav > ul > li.dropdown:hover > .dropdown-menu {
        border-top: 0px;
        opacity: 1;
        background-color: #fff;
        top: 90%;
        max-height: 1000px;
	}
	#header nav > ul > li.dropdown:hover > .dropdown-menu {
		transform: translate3d(0, 0, 0);
	}
}
/* navPc */
#navPc {
    background-color: #033076;
}
/*lines_bar*/
.mmenu-toggle-btn {
    display: inline-block;
    width: 40px;
    cursor: pointer;
    margin: 0;
    line-height: 35px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    z-index: 5;
}
.lines_bar {
    display: inline-block;
    width: 40px;
    height: 4px;
    transition: 0.3s;
    position: relative;
    top: -3px;
    background-color: #fff;
}
.lines_bar:before,
.lines_bar:after {
    display: inline-block;
    width: 40px;
    height: 4px;
    transition: 0.3s;
    position: absolute;
    background-color: #fff;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.26rem center;
    transform-origin: 0.26rem center;
}
.lines_bar:before {
    top: 14px;
}
.lines_bar:after {
    top: -14px;
}
.mmenu-open .lines_bar {
    background-color: transparent !important;
}
.mmenu-open .lines_bar:before,
.mmenu-open .lines_bar:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    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:768px) {
    .lines_bar,
    .lines_bar:before,
    .lines_bar:after {
        width: 30px;
        height: 3px;
    }
    .lines_bar:before {
        top: 9px;
    }
    .lines_bar:after {
        top: -9px;
    }
}
/*mn_header*/
.mn_header {
	background-color: #f2f2f2;
}
.mn_header .logobox {
	padding: 25px 0;
}
.mn_header .logobox a {
	text-decoration: none;
	display: block;
}
.mn_header .h_nav {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.mn_header .h_nav a {
	text-decoration: none;
	display: block;
	padding: 15px 0;
	color: #333;
}
@media (max-width:992px){
	.mn_header .logobox {
		padding: 20px 0;
		text-align: left;
	}
	.mn_header .logobox a img {
		width: 120px;
	}
}

/*Mobile Navigation*/
.mobile-nav {
	left: 0;
	width: 100%;
	display: block !important;
	position: fixed;
	top: 0;
    z-index: -1;
	height: 100%;
	padding: 10px 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #033076;
    opacity: 0;
}
.mmenu-open .mobile-nav {
	z-index: 999;
    opacity: 1;
}
.mobile-nav .mmenu-toggle-btn {
    position: absolute;
    right: 5px;
}
.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: 80px;
}
.mobile-nav .header-logo img {
    width: 190px;
}
.mobile-nav .mmenu-toggle-btn {
    border-radius: 4px;
    font-weight: 300;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    top: auto;
    border: 0px;
    color: #fff;
    font-weight: 500;
    margin-left: 0;
    margin-top: 0px !important;
    top: 10px;
    padding: 0;
    position: absolute;
}
.mobile-side-menu > li > a {
	text-transform: uppercase;
}
.mobile-side-menu li {
	display: block;
	position: relative;
	width: 100%;
    line-height: 1em;
}
.mobile-side-menu li:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu #mainNav {
	margin-top: 10vh;
}
.mobile-side-menu li a {
	display: block;
    text-align: left;
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 500;
    background-color: transparent;
    color: #fff;
    border: 0;
    padding: 10px 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: 25px;
}
.mobile-side-menu li.dropdown > a:before {
	position: absolute;
	font: normal normal 16px/16px "FontAwesome";
	text-decoration: inherit;
	content: "\f107";
	top: 16px;
	right: 0;
	display: block;
	color: #fff;
	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%;
}
.mobile-side-menu  .dropdown-menu a {
    font-size: 18px;
}
.mobile-nav .log_nav {
	position: relative;
	margin-top: 15px;
	padding-top: 15px;
}
.mobile-nav .log_nav:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	width: 30px;
	height: 1px;
	background-color: #ddd;
}
.mobile-nav .log_nav li a {
	font-size: 16px;
    color: #989898;
    font-weight: 400;
    padding: 8px 0;
}
.mobile-nav .snsbox .sns_i {
    display: inline-block;
    margin: 0 5px;
    width: 40px;
    cursor: pointer;
}
#mobile-menu-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 998;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.mmenu-open #mobile-menu-overlay {
	opacity: .15;
	visibility: visible;
}

.mmenu-open.body {
	left: 250px;
}
.mmenu-open #mobile-menu-overlay {
	opacity: 0.3;
	visibility: visible;
}
@media (max-width:768px) {
    .mobile-nav {
        /* left: -300px;
        width: 300px; */
        overflow-y: scroll;
    }
    .mobile-side-menu li a {
        font-size: 25px;
        padding: 10px 15px 10px 0;
    }
    .mobile-side-menu li a > span:after {
        right: -20px;
        width: 30px;
        height: 30px;
    }
}
/*f_wrp*/
.mobile-side-menu .row {
    margin: 0 -2px;
}
.mobile-side-menu .row > div{
    padding: 0 2px;
}
.mobile-side-menu .f_wrp {
    margin-top: 20px;
}
.mobile-side-menu .f_wrp a {
    text-decoration: none;
    color: #333;
    display: inline-block;
    padding: 12px 10px 9px;
    line-height: 1em;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    vertical-align: middle;
    border: 2px solid #333;
}
.mobile-side-menu .f_wrp .actbtn {
    border-color: #009900;
    background-color: #009900;
    color: #fff;
}
.mobile-side-menu .f_wrp a img {
    width: 15px;
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: 0;
}
/* width */
.w1000 {
    max-width: 1000px;
    margin: 0 auto;
}
.w1200 {
    max-width: 1200px;
    margin: 0 auto;
}
.w1400 {
    max-width: 1400px;
    margin: 0 auto;
}
/*conbox*/
.conbox {
    margin-top: 60px;
}
.conbox.conbox_lg {
    margin-top: 100px;
}
.conbox.conbox_xlg {
    margin-top: 150px;
}
.conbox.conbox_xxlg {
    margin-top: 200px;
}
.conbox.conbox_mini {
    margin-top: 40px;
}
.conbox.conbox_xs {
    margin-top: 30px;
}
.conbox.conbox_xxs {
    margin-top: 15px;
}
@media (max-width:992px){
    .conbox {
        margin-top: 30px;
    }
    .conbox.conbox_lg {
        margin-top: 50px;
    }
    .conbox.conbox_xlg {
        margin-top: 80px;
    }
    .conbox.conbox_xxlg {
        margin-top: 100px;
    }
	.conbox.conbox_mini {
		margin-top: 20px;
	}
	.conbox.conbox_xs {
		margin-top: 15px;
	}
	.conbox.conbox_xxs {
		margin-top: 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: 60px 0;
}
@media (max-width:992px){
    .sec_dvd {
        padding: 60px 0;
    }
    .sec_dvd.sec_dvd_lg {
        padding: 70px 0;
    }
    .sec_dvd.sec_dvd_xlg {
        padding: 100px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 40px 0;
    }
    .sec_dvd.sec_dvd_xs {
        padding: 20px 0;
    }
}

/*c_wrp*/
.v_t > li,
.v_t > div {
    vertical-align: top;
}
.v_m > li,
.v_m > div {
    vertical-align: middle;
}
.v_bt > li,
.v_bt > div {
    vertical-align: bottom;
}
@media (min-width:768px) {
    .c_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .c_wrp.t_fx {
        table-layout: fixed;
    }
    .c_wrp > li,
    .c_wrp > div {
        display: table-cell;
    }
}
/*m_wrp*/
@media (max-width:768px) {
    .m_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .m_wrp.t_fx {
        table-layout: fixed;
    }
    .m_wrp > li,
    .m_wrp > div {
        display: table-cell;
    }
}
/*c_wrp_lg*/
@media (min-width:992px) {
    .c_wrp_lg {
        display: table;
        width: 100%;
        height: 100%;
    }
    .c_wrp_lg.t_fx {
        table-layout: fixed;
    }
    .c_wrp_lg > li,
    .c_wrp_lg > div {
        display: table-cell;
    }
}
/*m_wrp_lg*/
@media (max-width:768px) {
    .m_wrp_lg {
        display: table;
        width: 100%;
        height: 100%;
    }
    .m_wrp_lg.t_fx {
        table-layout: fixed;
    }
    .m_wrp_lg > li,
    .m_wrp_lg > div {
        display: table-cell;
    }
}
/*color*/
.c_bei {
    color: #99977f !important;
}
.c_gd {
    color: #b6a679 !important;
}
.c_org {
    color: #ff7427 !important;
}
.c_lorg {
    color: #f59a23 !important;
}
.c_yl {
    color: #e6fa2a !important;
}
.c_rd {
    color: #ef3f41 !important;
}
.c_pk {
    color: #e30e87 !important;
}
.c_pp {
    color: #37018d !important;
}
.c_sky {
    color: #04a6e1 !important;
}
.c_lsky {
    color: #51e4ff !important;
}
.c_lgray {
    color: #999 !important;
}
.c_gray {
    color: #666 !important;
}
.c_bw {
    color: #967440 !important;
}
.c_pt {
    color: #0a1c38 !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%;
    }
}


/* visual */
#visual {
    background: url(../img/visual_bg.jpg) center center no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
#visual .v_dot {
    content: "";
    position: absolute;
    left:-2.5%;
    top:-2.5%;
    width:105%;
    height:105%;
    background-size: cover !important;
    background: url(../img/bg_dot.png) center center no-repeat;
}
#visual .container {
    position: relative;
}
#visual .v_dot2 {
    content: "";
    position: absolute;
    left:-2.5%;
    top:-2.5%;
    width:105%;
    height:105%;
    background-size: cover !important;
    background: url(../img/bg_dot2.png) center center no-repeat;
}
#visual .fcon {
    height: 100vh;
    min-height: 890px;
    position: relative;
    z-index: 5;
    padding: 40px 0 130px;
}
#visual .fcon .visualCon {
    position: relative;
    height: 100%;
}
#visual .fcon .visualCon .tbox {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 60px 60px;
    background-color: rgba(0, 0, 0, 0.4);
}
@media (max-width:768px){
    #visual .fcon {
        min-height: 500px;
    }
    #visual .fcon .visualCon .logo {
        width: 200px;
    }
    #visual .fcon .visualCon .tbox {
        padding: 30px 15px;
        text-align: center;
    }
    #visual .fcon .visualCon .tbox h1 {
        font-size: 22px;
    }
    #visual .fcon {
        padding: 40px 0 40px;
    }
}
/* mainGnb */
.mainGnb {
    position: absolute;
    right: 0;
    top: 130px;
    width: 100%;
    z-index: 20;
}
.mainGnb .container {
    position: relative;
}
#visual .mainGnb .gnbItem {
    position: absolute;
    right: 0;
     top: 0 !important;
}
.mainGnb .gnbItem {
    position: absolute;
    right: 0;
    top: 100px;
}
.mainGnb ul li {
    float: none;
    text-align: right;
}
.mainGnb ul li a {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    padding: 15px 0;
    text-decoration: none;
    position: relative;
    opacity: 0.7;

    -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;
}
.mainGnb ul li:hover a {
    padding-right: 20px;
    opacity: 1;
}
.mainGnb ul li a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 1px;
    background-color: #fff;
    -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;
}
.mainGnb ul li:hover a:after {
    width: 10px;
}
@media (max-width:768px){
    .mainGnb .gnbItem {
        right: 15px;
    }
    .mainGnb ul {
        margin-top: -10px;
    }
    .mainGnb ul li a {
        font-size: 17px;
        padding: 10px 0;
    }
}


/* subpage */
.subPage .container {
    position: relative;
}
.subPage .mainGnb {
    top: 0;
}
.subPage .mainGnb ul li a {
    color: #666;
}
.subPage .mainGnb ul li a:after {
    background-color: #888;
}
/* ----------------------------------------------------------------
GO TO TOP BUTTON
-----------------------------------------------------------------*/
#goToTop {
    position: fixed;
    text-align: center;
    line-height: 12px !important;
    right: 26px;
    color: #fff;
    cursor: pointer;
    border-radius: 100px;
    z-index: 999;
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity 0.3s, bottom 0.5s, box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.1s linear;
    background-color: rgba(30, 30, 30, 0.25) !important;
    overflow: hidden;
    bottom: 16px;
    opacity: 0;
}
html.sticky-header-active #goToTop {
    opacity: 1;
    bottom: 26px;
}
#goToTop i {
    line-height: 39px !important;
    width: 39px !important;
    height: 39px !important;
    font-size: 16px !important;
    top: 0px !important;
    left: 0px !important;
    text-align: center !important;
    position: relative;
    z-index: 10;
    background-color: transparent !important;
    transform: translate(0, 0px);
    transition: transform 0.2s ease; 
}
#goToTop:hover {
    transition: box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.05s linear 0.25s;
    background-color: transparent !important; 
}
#goToTop:hover i {
transform: translate(0, -39px) !important; 
}
#goToTop:after, #goToTop:before {
    display: block;
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #1f2f46;
    transform: scale(0);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    border-radius: 100px; 
}
#goToTop:before {
    background-color: rgba(255, 255, 255, 0.25);
    transform: scale(1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    z-index: 2; 
}
#goToTop:hover:after {
    transform: scale(1); 
}
#goToTop:active:before {
    opacity: 1; 
}
  
@media (max-width:768px){
    #goToTop {
        bottom: 96px;
    }
    html.sticky-header-active #goToTop {
        bottom: 20px;
        right: 15px;
    }
}


/* 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;
    font-family: 'Pretendard';
}
@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: #0a1c38;
}
.hList > li h5 {
    font-family: 'Pretendard';
}
@media (max-width:768px){
    .hList > li:after {
        top: 10px ;
    }
}


/* subTop */
#subTop {
    /* border-bottom: 1px solid #dedede; */
    padding: 60px 0;
}
#subTop .fbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#subTop .fbox .rt {
    margin-top: 15px;
}
#subTop .site li {
    display: inline-block;
    position: relative;
}
#subTop .site li:not(:last-child) {
    margin-right: 8px;
    padding-right: 21px;
}
#subTop .site li:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: url(../img/siteArr.png) center center no-repeat;
}
#subTop .site .home {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../img/home.png) center center no-repeat;
}
#subTop .site li:last-child {
    font-weight: 600;
    color: #033076;
}
@media (max-width:768px){
    #subTop {
        padding: 20px 0;
    }
    #subTop .fbox {
        flex-wrap: wrap;
    }
    #subTop .fbox > div {
        width: 100%;
    }
}
/* subTabs */
#subTabs {
    /* border-bottom: 1px solid #dedede; */
    /* background-color: #f7f7f7; */
}
#subTabs .tabInner {
    border-bottom: 1px solid #dedede;
}
#subTabs a {
    display: inline-block;
    margin-right: 25px;
    position: relative;
    padding: 15px 0;
    line-height: 1em;
    font-size: 17px;
    color: #a6a6a6;
    text-decoration: none;
}
#subTabs a.act {
    color: #111;
}
#subTabs a.act:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background-color: #111;
}
@media (min-width:992px){
    .subPage .conEmpty {
        padding-right: 200px;
    }
}
@media (max-width:768px){
    #subTabs a {
        margin-right: 15px;
        padding: 10px 0;
        font-size: 13px;
    }
}
/* quickLinkTabs */
.quickLinkTabs {
    text-align: center;
}
.quickLinkTabs li {
    display: inline-block;
    margin: 0 5px;
}
.quickLinkTabs li a {
    display: inline-block;
    padding: 0 20px;
    border-radius: 100px;
    background-color: #f7f7f7;
    color: #999;
    font-size: 15px;
    text-decoration: none;
    line-height: 35px;

    -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;
}
.quickLinkTabs li a:hover {
    background-color: #033076;
    color: #fff;
}
@media (max-width:768px){
    .quickLinkTabs li {
        margin: 3px;
    }
    .quickLinkTabs li a {
        padding: 0 15px;
        font-size: 13px;
        line-height: 30px;
    }
}
/* ppTit */
.ppTit h3 {
    position: relative;
    padding-left: 15px;
}
.ppTit h3:after {
    content: "";
    position: absolute;
    top: -2px;
    height: 7px;
    width: 7px;
    left: 0;
    border-radius: 50%;
    background-color: #033076;
}

/* prof */
.prof {
    border-radius: 30px;
    background-color: #fcfcfc;
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    padding: 60px;
}
.prof .ibox {
    width: 30%;
}
.prof .tbox {
    width: 70%;
}
@media (max-width:992px){
    .prof {
        flex-wrap: wrap;
        padding: 20px 0;
        border-radius: 10px;
        box-shadow: 0 0 0;
        background-color: #fff;
    }
    .prof .ibox,
    .prof .tbox {
        width: 100%;
    }
    .prof .ibox {
        text-align: center;
        padding-bottom: 20px;
    }
    .prof .ibox img {
        max-width: 60%;
    }
}
/* extBx */
.extBx {
    border-top: 1px solid #333;
}
.extBx > li {
    padding: 40px 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
}
.extBx .ibox {
    width: 25%;
}
.extBx .tbox {
    width: 75%;
}
@media (max-width:992px){
    .extBx > li {
        flex-wrap: wrap;
        padding: 20px 0;
    }
    .extBx .ibox,
    .extBx .tbox {
        width: 100%;
    }
    .extBx .ibox {
        text-align: center;
        padding-bottom: 20px;
    }
    .extBx .ibox img {
        max-width: 60%;
    }
}

/* prCon */
.prCon .prTit {
    color: #0a1c38;
}
.prCon .prTit span {
    font-size: 0.7em;
}

/* iconList */
.iconList li {
    display: flex;
    align-items: center;
    margin: 5px 0;
}
.iconList .iconBx .icon {
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/list_icon1.png) center center no-repeat;
}
.iconList .iconBx .icon2 {
    background-image: url(../img/list_icon2.png);
}
.iconList .iconBx .icon3 {
    background-image: url(../img/list_icon3.png);
}
.iconList .iconBx .icon4 {
    background-image: url(../img/list_icon4.png);
}
.iconList .subBx {
    position: relative;
    padding-left: 100px;
}
.iconList .subBx .subTit {
    position: absolute;
    left: 5px;
    font-weight: 600;
}
@media (max-width:768px){
    .iconList .subBx {
        padding-left: 70px;
    }
    .iconList .iconBx .icon {
        width: 25px;
        height: 25px;
        background-size: 25px !important;
    }
}

/* footer */
#footer {
    background-color: #666;
    padding: 40px 0 !important;
    text-align: center;
    border-top: 0px;
}


/* link */
a.link {
    color: #51b8de !important;
}

/* rscList1 */
.rscList1 {
    border-top: 1px solid #333;
}
.rscList1 > li {
    display: flex;
    border-bottom: 1px solid #333;
    padding: 50px 20px;
}
.rscList1 > li .ibox {
    width: 40%;
}
.rscList1 > li .tbox {
    padding: 15px;
    width: 60%;
    padding-left: 40px;
}
@media (max-width:992px){
    .rscList1 > li {
        flex-wrap: wrap;
        padding: 15px;
    }
    .rscList1 > li .ibox,
    .rscList1 > li .tbox {
        width: 100%;
    }
    .rscList1 > li .tbox {
        order: 1;
        padding: 0px;
    }
    .rscList1 > li .ibox {
        order: 2;
        padding-top: 20px;
    }
}
/* rscList2 */
.rscList2 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.rscList2 > li {
    padding: 0 20px;
    width: 50%;
    margin-bottom: 40px;
}
.rscList2 .con {
    padding: 30px;
    background-color: #f4f4f4;
}
@media (max-width:768px){
    .rscList2 > li {
        width: 100%;
        margin-bottom: 30px;
    }
    .rscList2 .con {
        padding: 15px;
    }
}
/* owl-theme */
.owl-theme .owl-nav [class*='owl-'] ,
.owl-theme .owl-nav [class*='owl-']:active,
.owl-theme .owl-nav [class*='owl-']:focus,
.owl-theme .owl-nav [class*='owl-']:hover {
    background: url(../img/crArr.png) center center no-repeat !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
    border: 0px;
    border-radius: 0px;
    background-size: 100% !important;
    padding: 0px;
    margin: 0px;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
}
.owl-theme .owl-nav [class*='owl-']:before {
    display: none;
}
.owl-carousel .owl-nav .owl-prev {
    left: 0;
}
.owl-carousel .owl-nav .owl-next {
    right: 0;
    transform: rotate(180deg);
}

/* btnItem */
.btnWrp .btnItem {
    text-decoration: none;
    display: inline-block;
    line-height: 41px;
    padding: 0 40px;
    border: 2px #ebfcff;
    background-color: #ebfcff;
    color: #51b8de;
    font-size: 17px;
    border-radius: 100px;
    text-decoration: none;
    cursor: pointer;
}
.btnWrp .btnItem.w {
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
}
@media (max-width:768px){
    .btnWrp .btnItem {
        line-height: 35px;
        font-size: 15px;
    }
}

/* achBoxsWrp */
.achBoxsWrp .img {
    text-align: center;
    overflow-x: scroll;
}
.achBoxsWrp .img::-webkit-scrollbar {
    height: 5px;
}
.achBoxsWrp .img::-webkit-scrollbar-track {
    background: #eee;
  }
.achBoxsWrp .img::-webkit-scrollbar-thumb {
  background: #0a1c38; 
  border-radius: 10px;
}
.achBoxsWrp .img img {
    max-width: 100000px;
}
/* achList */
.achList > li {
    margin: 15px 0;
}
.achList > li > p {
    position: relative;
    line-height: 24px;
    padding-left: 50px;
}
.achList > li > p strong {
    position: absolute;
    left: 0;
    top: 0;
    color: #04a6e1;
}


/* bntLink */
.bntLink {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}
/* linksList */
.linksList {
    border-top: 1px solid #333;
}
.linksList > li {
    padding: 40px;
    border-bottom: 1px solid #333;
}
.linksList > li p {
    word-break: break-all;
}
.linksList > li p img {
    margin-left: 5px;
}
@media (max-width:768px){
    .linksList > li {
        padding: 20px 0;
    }
}

/* actGall */
.actGall a {
    display: block;
    text-decoration: none;
    background-color: #f7f7f7;
    position: relative;
}
.actGall a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border: 1px solid #033076;

    -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;
}
.actGall a:hover:after {
    opacity: 1;
}
.actGall a .img {
    position: relative;
    overflow: hidden;
}
.actGall a .img img {
    -webkit-transition: all 1.5s ease-out;
    -moz-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
}
.actGall a:hover .img img {
    transform: scale(1.1);
}
.actGall a .img::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/pls.png) center center no-repeat;
    background-color: rgba(51,51,51,0.8);
    opacity: 0;

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.actGall a:hover .img::after{
    opacity: 1;
}
.actGall a .txt {
    padding: 20px 15px;
}

/* mapTop */
.mapTop {
    display: flex;
    align-items: center;
    background-color: #f4f4f4;
    padding: 30px;
}
.mapTop > div {
    width: 50%;
}
.mapTop .lft {
    padding-right: 60px;
}
.mapTop .lft .mapTit span {
    font-size: 0.7em;
    font-weight: 400;
}
@media (max-width:768px) {
    .mapTop {
        padding: 15px;
        flex-wrap: wrap;
    }
    .mapTop > div {
        width: 100%;
    }
    .mapTop .lft {
        padding: 15px 0;
    }
}
/*mapbox*/
.mapbox .root_daum_roughmap .wrap_map {
    height: 450px !important;
}
@media (max-width:768px) {
	.mapbox .root_daum_roughmap .wrap_map {
		height: 250px !important;
	}
}

/* contactBt */
.contactBt .contTit {
    background: url(../img/cont_i1.png) left center no-repeat;
    padding-left: 70px;
    line-height: 70px;
}
.contactBt .contTit2 {
    background-image: url(../img/cont_i2.png);
}
.contactBt .contTit3 {
    background-image: url(../img/cont_i3.png);
}
@media (min-width:992px) {	
    .contactBt {
        margin: 0 -30px;
    }
    .contactBt > li {
        padding: 0 30px;
    }
    .contactBt > li:not(:last-child) {
        min-height: 300px;
        border-right: 1px dashed #ddd;
    }
}
@media (max-width:768px) {
    .contactBt .contTit {
        background-size: 30px !important;
        padding-left: 35px;
        line-height: 30px;
    }
    .contactBt > li:not(:last-child) {
        border-bottom: 1px dashed #ddd;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

/* liList */
.liList {
    margin-bottom: 5px;
}
.liList li {
    margin-top: 5px;
}