/*Font: Montserrat*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* Arita-dotum */
@font-face {
    font-family: 'Arita-dotum-Medium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Arita-dotum-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*Font: Roboto*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*Font: Pretendard*/
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

/* ONE-Mobile */
@font-face {
    font-family: 'ONE-Mobile-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*body*/
.body {
	font-family: 'Pretendard', 'malgun gothic', Arial, sans-serif !important;
    letter-spacing: -0.04em;
}
div, h1, h2, h3, h4, h5, h6, p {
    letter-spacing: -0.04em;
    font-family: inherit;
    font-family: 'ONE-Mobile-Regular';
}

/* íŒì—…ë ˆì´ì–´ */
#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 only screen and (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;
	}
}

/*font*/
.f_mon {
	font-family: 'Montserrat';
    letter-spacing: 0px;
}
.f_at {
    font-family: 'Arita-dotum-Medium';
    letter-spacing: 0px;
}
.f_pt {
	font-family: 'Pretendard';
    letter-spacing: 0px;
}
.tra_ty {
	font-family: "Malgun Gothic";
}
/*color*/
.c_gry {
    color: #636466 !important;
}
.c_lgr {
    color: #ddd !important;
}
.c_org {
    color: #f04e33 !important;
}
.c_pt {
    color: #ed174d !important;
}
/*Common*/
img {
	max-width: 100%;
}
strong {
    font-weight: 600;
}
.row {
	margin: 0 -10px;
}
.row > div,
.row > li {
	padding: 0 10px;
}
.owl-carousel .owl-dots {
	margin-top: 20px !important;
}
.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #5e8fff;
}
@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:768px){
    .row {
        margin: 0 -5px;
    }
    .row > div,
    .row > li {
        padding: 0 5px;
    }
}



/*parallax*/
.page-header.parallax {
    padding: 0px;
	position: relative;
}
.page-header.parallax .para_img {
    padding: 60px 0 0;
}
.page-header.parallax.bo_h {
    padding: 50px 0 0;
}
.txt_in h2{
	margin-bottom: 10px;
    color: #fff;
    font-weight: 600;
}
.page-header.parallax .txt_wrp h2 {
	font-size: 30px;
    line-height: 1em;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 0 0;
    margin-bottom: 0px;
    text-transform: uppercase;
	margin-top: 0px;
}
.page-header.parallax .txt_wrp h5 {
	font-size: 18px;
    line-height: 1.4em;
    color: #fff;
    font-weight: 300;
    text-shadow: 0 0 0;
    margin-top: 15px;
    text-transform: none;
    letter-spacing: 0px;
    text-transform: uppercase;
	margin-bottom: 20px;
}
.page-header.parallax .txt_wrp .lined span {
	display: inline-block;
	height: 20px;
	width: 1px;
	background-color: #fff;
	margin: 10px 0;
}
.page-header.parallax .para_img {
	background-size: cover !important;
	background-position: center center !important;
	height: 100%;
}
.page-header h1 {
	display: inline-block;
    position: relative;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
.page-header .breadcrumb{
	float: right;
	background-color: transparent;
	position: relative !important;
	top: initial;
	right: initial;
	width: 100%;
	text-align: left;
}
.page-header .breadcrumb > li + li:before {
    color: inherit;
    opacity: 0.5;
    font-family: FontAwesome;
    content: "\f105";
    padding: 0 7px 0 5px;
}
.page-header .breadcrumb.breadcrumb-valign-mid li.active {
    color: #FFF;
    opacity: 1;
}
.page-header .bright_img{
	position: absolute;
    width: 100%;
    height: 180px;
    left: 0;
    bottom: 0;
    background: url(../img/sub_header_bright.png) no-repeat 90% 0px;
}
@media (min-width:769px){
    .page-header.parallax {
        overflow: hidden;
    }
}
@media (max-width:768px){
	.page-header.parallax.bo_h {
		height: 80px;
	}
    .page-header.parallax .para_img {
        padding: 30px 0 0;
    }
	.page-header.parallax .txt_wrp {
		margin-top: 0;
	}
	.page-header.parallax .txt_wrp h2 {
		font-size: 20px;
	}
	.page-header.parallax .txt_wrp h3 {
		font-size: 15px;
	}
	.page-header.parallax .txt_wrp h5 {
		font-size: 12px;
		margin-bottom: 30px;
	}
	.page-header.parallax .txt_wrp .lined span {
		height: 10px;
	}
}

/*sub_menu*/
#sub_menu {
	margin-top:50px;
	border-bottom: 1px solid #ddd;
}
#sub_menu ul li a {
	display: block;
    font-size: 22px;
    color: #222;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
	padding: 15px;
	letter-spacing: -0.05em;
	opacity: 0.5;
	position: relative;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#sub_menu ul li:not(:first-child) a:before {
	content: "";
    width: 1px;
    height: 30%;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 35%;
}
#sub_menu ul li a span {
	position: relative;
	display: inline-block;
}
#sub_menu ul li:hover a,
#sub_menu ul li.active a {
	opacity: 1;
}
#sub_menu ul li.active a span:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 7px;
	width: 100%;
	background-color: #f9d839;
}
#sub_menu ul li a strong {
	position: relative;
	z-index: 3;
}
#sub_menu ul li a span {
	position: relative;
	z-index: 3;
}
@media (max-width:768px) {
	#sub_menu ul li a {
		font-size: 15px;
	}
}

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

/*setting*/
img {
	max-width: 100%;
}
:focus {
    outline: -webkit-focus-ring-color auto 0;
}
.transAct {
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
@media (max-width:1170px){
    .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;
    }
}
/* header */
#header {
    z-index: 1000;
}
#header .header-body {
    padding: 10px 0;
    border-top: 0px;
}
@media (min-width:992px){
    #header .header-body {
        border-bottom: 1px solid rgba(0,0,0,0.2) !important;
        background-color: #fff !important;
    }
    #header.header-transparent .header-body {
        background-color: rgba(0,0,0,0.2) !important;
        border-bottom: 1px solid rgba(255,255,255,0.2) !important;
    }
    html #header.header-transparent .header-body:before {
        background-color: #000 !important;
		border-bottom: none;
    }
}	
@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: transparent !important;
        padding: 10px 0px;
	}	
    html #header.header-transparent .header-body:before {
        background-color: transparent !important;
        opacity: 1;
        /* border-bottom: 1px solid #333 */
		
		border-bottom: none;
    }
}	
/* 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: 19px;
    font-weight: 400;
    padding: 30px 35px;
    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: #ed174d  !important;
}
html.sticky-header-active .header-shape nav > #mainNav > li > a {
    padding: 20px 35px;
}
/* .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: 17px;
	text-align: center;
    color: #666;
    font-weight: 400;
}
.header-shape nav > #mainNav > li > .dropdown-menu li a:hover {
    background-color: transparent;
    color: #000 !important;
}
html .header-shape.sub-header nav > #mainNav > li a,
html.sticky-header-active .header-shape nav > #mainNav > li a {
    /*color: #000;*/
}

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

/* Header Layout */
#header .logoBox,
#header .linkBox {
    position: relative;
    z-index: 100;
}
#header .logoBox {
    width: 30%;
}
#header .linkBox {
    width: 70%;
}
/* #header .logBox {
    width: 20%;
} */
#header .headerCon {
	padding: 0 100px;
}
@media (max-width:1200px){
	#header .headerCon {
		padding: 0 15px;
	}
}
@media (max-width:768px) {
    #header .logoBox {
        width: 70%;
    }
    #header .linkBox {
        width: 30%;
    }
}
/* logBox */
.header-shape .logBox .nav > li {
    margin-right: -1px;
	float: right;
}
.header-shape .logBox .nav > li > a {
    line-height: 40px;
    border: 1px solid #ddd;
    color: #fff;
    font-size: 16px;
    width: 85px;
    padding: 0px;
    text-align: center;
    border-radius: 0px;
    display: block;
}
html.sticky-header-active .header-shape .logBox .nav > li > a {
	color: #333;
}
/* 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: 130px;
    }
    #header .logoBox a .default {
       /* display: none !important;*/
    }
    #header .logoBox a .default_hv {
        display: block !important;
    }
}
/* linkBox */
#header .linkBox {
    text-align: center;
}
#header .linkBox .navWrp {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
/* Header Drop Menu */	
#header nav > ul > li 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;
        min-width: auto;
        display: block;
        padding: 10px 0;
        top: 50%;
        border-radius: 0px;
        border: 1px solid #ddd;
        max-height: 0;
        overflow: hidden;

        transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -webkit-transition: all 0.4s;
    }
	#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);
	}
}
@media (max-width:992px) {	
    #header .linkBox {
        text-align: right;
    }
}
/*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: #fff;
    }
    
    .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: 150px;
}
.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%;
    line-height: 0px;
}
.mobile-side-menu li:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu #mainNav {
	margin-top: 55px;
}
.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: 20px;
}
.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: #ddd;
	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: 15px;
}
.mobile-side-menu  .dropdown-menu a:hover {
    background-color: transparent;
    color: #fff;
}
.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;
    }
    .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;
}
/*sub_top*/
.sub_top {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.sub_top h1 {
	font-size: 32px;
    line-height: 1em;
    font-weight: 600;
    color: #1e1e1e;
    word-break: keep-all;
	margin-bottom: 20px;
}
@media (max-width:768px){
	.sub_top {
		margin-bottom: 5px;
	}
	.sub_top .text-right {
        text-align: left;
	}	
	.sub_top h1 {
		font-size: 20px;
		margin-bottom: 10px;
	}	
}
/*siteconfig*/
.siteconfig {
	display: inline-block;
	padding: 8px 15px;
}
.siteconfig .home_box a,
.siteconfig .home_box {
	color: #636363;
	display: inline-block;
	padding: 0 3px;
	position: relative;
	font-size: 12px;
}
.siteconfig .home_box:after {
	content: "\f105";
	font: normal normal normal 12px/1 FontAwesome;
	display: inline-block;
	padding-left: 3px;
	color: #aaa;
}
.siteconfig .home_box.home_box3:after {
	content: "";
}
@media (max-width:768px){
	.siteconfig {
		display: inline-block;
		padding: 2px 0px;
	}
	.siteconfig .home_box a,
	.siteconfig .home_box {
		position: relative;
		font-size: 10px;
		padding: 0;
	}	
}
/*subtab*/
#subtab {
	margin-top: 50px;
}
#subtab a {
	display: inline-block;
    width: 33%;
    margin-left: -4px;
	padding: 15px 0;
	font-size: 16px;
    line-height: 1.1em;
    font-weight: 600;
	text-decoration: none;
	background-color: #393738;
	color: #fff;
}
#subtab a.active {
	background-color: #ffed24;
	color: #333333;
}
#subtab a .img_wrp {
	margin-bottom: 8px;
}
#subtab a .b_on {
	display: none;
}
#subtab a .b_off {
	display: inline-block;	
}
#subtab a.active .b_on {
	display: inline-block;
}
#subtab a.active .b_off {
	display: none;	
}
@media (min-width:1200px){	
	#subtab a {
		max-width: 165px;
	}
}
@media (max-width:1199px) and (min-width:991px){	
	#subtab a {
		max-width: 135px;
	}
}
@media (max-width:992px) and (min-width:769px){	
	#subtab a {
		max-width: 120px;
		font-size: 13px;
	}
	#subtab a .img_wrp img {
		width: 50px;
	}
}
@media (max-width:768px){	
	#subtab {
		margin-top: 30px;
	}
	#subtab a {
		padding: 10px 5px;
	}
	#subtab a span {
		display: block;
		font-size: 11px;
		word-break: keep-all;
		line-height: 1.3em;
		overflow: hidden;
	}
	#subtab a .img_wrp {
		display: none;
	}
}

/*parallax*/
.page-header.parallax {
    padding: 0px;
	position: relative;
}
.page-header.parallax .para_img {
    padding: 60px 0 0;
}
.page-header.parallax.bo_h {
    padding: 50px 0 0;
}
.page-header.parallax .txt_wrp h2 {
	font-size: 30px;
    line-height: 1em;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 0 0;
    margin-bottom: 0px;
    text-transform: uppercase;
	margin-top: 0px;
}
.page-header.parallax .txt_wrp h5 {
	font-size: 18px;
    line-height: 1.4em;
    color: #fff;
    font-weight: 300;
    text-shadow: 0 0 0;
    margin-top: 15px;
    text-transform: none;
    letter-spacing: 0px;
    text-transform: uppercase;
	margin-bottom: 20px;
}
.page-header.parallax .txt_wrp .lined span {
	display: inline-block;
	height: 20px;
	width: 1px;
	background-color: #fff;
	margin: 10px 0;
}
.page-header.parallax .para_img {
	background-size: cover !important;
	background-position: center center !important;
	height: 100%;
}
.page-header h1 {
	display: inline-block;
    position: relative;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
.page-header .breadcrumb{
	float: right;
	background-color: transparent;
	position: relative !important;
	top: initial;
	right: initial;
	width: 100%;
	text-align: left;
}
.page-header .breadcrumb > li + li:before {
    color: inherit;
    opacity: 0.5;
    font-family: FontAwesome;
    content: "\f105";
    padding: 0 7px 0 5px;
}
.page-header .breadcrumb.breadcrumb-valign-mid li.active {
    color: #FFF;
    opacity: 1;
}
.page-header .bright_img{
	position: absolute;
    width: 100%;
    height: 180px;
    left: 0;
    bottom: 0;
    background: url(../img/sub_header_bright.png) no-repeat 90% 0px;
}
@media (min-width:769px){
    .page-header.parallax {
        overflow: hidden;
    }
    .page-header h2 {
        margin-top: 40px;
    }
}
@media (max-width:768px){
	.page-header.parallax.bo_h {
		height: 80px;
	}
    .page-header.parallax .para_img {
        padding: 30px 0 0;
    }
	.page-header.parallax .txt_wrp {
		margin-top: 0;
	}
	.page-header.parallax .txt_wrp h2 {
		font-size: 20px;
	}
	.page-header.parallax .txt_wrp h3 {
		font-size: 15px;
	}
	.page-header.parallax .txt_wrp h5 {
		font-size: 12px;
		margin-bottom: 30px;
	}
	.page-header.parallax .txt_wrp .lined span {
		height: 10px;
	}
}
/*all-content-wrp*/
@media (min-width:991px){
	#all-content-wrp {
		padding: 60px 0px 0;
	}
}
@media (max-width:992px){
	#all-content-wrp {
		padding: 30px 0px 0;
	}	
}
/*bo_bt*/
@media (min-width:991px){
	.bo_bt {
		padding-bottom: 60px;
	}
}
@media (max-width:992px){
	.bo_bt {
		padding-bottom: 30px;
	}
}

/*visual*/
#visual_wrp {
    position: relative;
}
/* #visual_wrp:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 15%;
    left: 0;
    background: linear-gradient(to top, #083288, transparent);
} */
#visual {
    position: relative;
    line-height: 0px !important;
}
#visual .bg {
    line-height: 1em;
}
#visual .bg:after {
    content: "";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index: 0;

    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
	/* -webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-ms-transform:scale(1.05);
	-o-transform:scale(1.05);
	transform:scale(1.05);   
	transition-duration:5s; */
}
#visual .bg video {
    object-fit:cover;
}
#visual .slick-slide {
    line-height: 0px !important;
}
#visual .ply .slick-current.bg:after,
#visual .slick-current.bg:after {
	/* -webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
	-webkit-transition:transform 3s;
	-moz-transition:transform 3s;
	-ms-transition:transform 3s;
	-o-transition:transform 3s;
	transition:transform 3s; */
}
#visual .tcon {
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 5;
}
#visual .tcon .topTxt {
    line-height: 1.1em;
    font-size: 90px;
    font-weight: 900;
    color: #fff;
}
#visual .tcon h4 {
    font-weight: 500;
    line-height: 1.2em;
}
#visual .tcon img {
    display: inline-block;
}
#visual .tcon .lined {
    display: inline-block;
    width: 2px;
    height: 0;
    position: relative;
    margin-bottom: 10px;  
}
#visual .tcon .lined:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    bottom: 0;
    background-color: #fff;
}

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

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

#visual .ply .txt3 {
    -webkit-animation: fadeMove3 3s linear infinite;
    -moz-animation: fadeMove3 3s linear infinite;
    -ms-animation: fadeMove3 3s linear infinite;
    -o-animation: fadeMove3 3s linear infinite;
    animation: fadeMove3 3s linear infinite;
}
@keyframes fadeMove3 {
    45% {
        transform: translate3d(0, 30px, 0);
        opacity: 0;
    }
    65% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@media (max-width:992px){
    #visual .bg {
        height: 700px;
    }
    #visual .tcon .topTxt {
        font-size: 40px;
    }
}
@media (min-width:768px){
	/* #visual .bg.bg1:after {
		background: url(../img/pc_visual1_new.gif) center center no-repeat;
		background-size: cover;
	}
	#visual .bg.bg2:after {
		background: url(../img/pc_visual2.gif) center center no-repeat;
		background-size: cover;
	}
	#visual .bg.bg3:after {
		background: url(../img/pc_visual3.jpg) center center no-repeat;
		background-size: cover;
	}
	#visual .bg.bg4:after {
		background: url(../img/visual_bg4.jpg) center center no-repeat;
		background-size: cover;
	} */
	#visual .bg:before {
		content: "";
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;
		z-index: 1;
		/*background-color: rgba(0,0,0,0.1);*/
		mix-blend-mode: color-burn;
	}
}
@media (max-width:768px){
    @keyframes lineMove {
        0% {
            height: 0;
        }
        10% {
            height: 25px;
        }
        100% {
            height: 25px;
        }
    }
    #visual {
        line-height: 0px !important;
    }
    #visual .bg {
        height: auto;
        line-height: 0px !important;
    }
    #visual .bg .tcon {
        margin: 0 auto;
        margin-bottom: 30px;
    }
    #visual .bg .tcon .topTxt {
        font-size: 30px;
    }
}

/* scroll_msc */
#visual_wrp {
    position: relative;
}
#visual_wrp .scroll_msc {
    position: absolute;
    left: 0;
    bottom: 80px;
    width: 100%;
    text-align: center;
    z-index: 5;
}
#visual_wrp .scroll_msc a {
    text-decoration: none;
    display: inline-block;
    height: 45px;
    width: 27px;
    border: 2px solid #fff;
    border-radius: 30px;
    position: relative;
}
#visual_wrp .scroll_msc a:after {
    content: "";
    position: absolute;
    left: 10px;
    width: 3px;
    top: 8px;
    height: 6px;
    background-color: #fff;
    border-radius: 30px;
    
    -webkit-animation: arr 0.9s linear infinite;
    -moz-animation: arr 0.9s linear infinite;
    -ms-animation: arr 0.9s linear infinite;
    -o-animation: arr 0.9s linear infinite;
    animation: arr 0.9s linear infinite;
}
@keyframes arr {
	0% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
        transform: translateY(0px);
	}
	70% {
		-webkit-transform: translateY(6px);
		-moz-transform: translateY(6px);
		-ms-transform: translateY(6px);
		-o-transform: translateY(6px);
        transform: translateY(6px);
	}
	100% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
        transform: translateY(0px);
	}  
}
#visual_wrp .scroll_msc h6 {
    font-size: 11px;
    font-weight: 700;
}
@media (max-width:768px){
    #visual_wrp .scroll_msc {
        bottom: 20px;
		display: none;
    }
    #visual_wrp .scroll_msc h6 {
        margin-bottom: 2px;
        font-size: 12px;
    }
    #visual_wrp .scroll_msc a {
        height: 35px;
        width: 21px;
    }
    #visual_wrp .scroll_msc a:after {
        left: 7px;
        width: 3px;
        top: 7px;
        height: 4px;
    }
}
/* slider_bt */
#slider_bt {
    position: absolute;
    width: 100%;
    left: 0;
    height: 60px;
    top: calc(50% - 30px);
}
#slider_bt .container {
    position: relative;
}
#slider_bt .arrBtn {
    position: absolute;
    top: calc(50% - 30px);
    width: 100%;
    z-index: 5;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url(../img/arrBtn.png) center center no-repeat;
    border-radius: 50%;
    
    -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 #arr_prev {
    transform: rotate(180deg);
    left: 0;
}
#slider_bt #arr_next {
    right: 0;
}
#slider_bt .arrBtn:hover {
    opacity: 0.8;
}
@media (max-width:768px){
    #slider_bt {
        bottom: 50px;
    }
}
/*conbox*/
.conbox {
    margin-top: 60px;
}
@media (max-width:768px){
    .conbox {
        margin-top: 25px;
    }
}
/*sec_dvd*/
.sec_dvd {
    padding: 100px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 50px 0;
}
.sec_dvd.sec_dvd_xs {
    padding: 20px 0;
}
@media (max-width:768px){
    .sec_dvd {
        padding: 40px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 20px 0;
    }
    .sec_dvd.sec_dvd_xs {
        padding: 10px 0;
    }
}

/*dft*/
.dft {
    word-break: keep-all;
}
h1.dft {
    font-size: 55px;
    color: #222;
    font-weight: 600;
    line-height: 1em;
    text-transform: none;
}
h2.dft {
    font-size: 45px;
    color: #222;
    font-weight: 600;
    line-height: 1.7em;
    text-transform: none;
}
h3.dft {
    font-size: 30px;
    color: #222;
    font-weight: 600;
    line-height: 1.7em;
    text-transform: none;
}
h4.dft {
    font-size: 24px;
    color: #222;
    font-weight: 400;
    line-height: 1.7em;
    text-transform: none;
}
h5.dft {
    font-size: 22px;
    color: #222;
    font-weight: 400;
    line-height: 1.7em;
    text-transform: none;
}
h6.dft {
    font-size: 14px;
    color: #222;
    font-weight: 400;
    line-height: 1.7em;
    text-transform: none;
}
p.dft {
    font-size: 17px;
    line-height: 1.7em;
    color: #222;
    font-weight: 400;
}
@media (max-width:768px){
    h1.dft {
        font-size: 28px;
    }
    h2.dft {
        font-size: 24px;
    }
    h3.dft {
        font-size: 17px;
    }
    h4.dft {
        font-size: 16px;
    }
    h5.dft {
        font-size: 15px;
    }
    h6.dft {
        font-size: 12px;
    }
    p.dft {
        font-size: 14px;
    }
}
/*mtit*/
.mtit h2 {
    font-size: 35px;
    line-height: 1em;
    font-weight: 300;
    word-break: keep-all;
}
.mtit h2 strong {
    font-weight: 700;
    color: #29308b;
}
.mtit h4 {
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 300;
    color: #636363;
    margin-top: 15px;
    word-break: keep-all;
}
@media (max-width:768px){
    .mtit h2 {
        font-size: 17px;
    }
    .mtit h4 {
        font-size: 11px;
        margin-top: 10px;
    }
}
@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;
    }
}
/*c_wrp*/
@media (min-width:769px) {
    .c_wrp {
        display: table;
        width: 100%;
    }
    .c_wrp.t_fx {
        table-layout: fixed;
    }
    .c_wrp > div {
        display: table-cell;
        vertical-align: middle;
    }
}
/*m_wrp*/
@media (max-width:768px) {
    .m_wrp {
        display: table;
        width: 100%;
    }
    .m_wrp.t_fx {
        table-layout: fixed;
    }
    .m_wrp > div {
        display: table-cell;
        vertical-align: middle;
    }
}

/*msec1*/
.border-top .lt_wrp {
	position: relative;
	z-index: 3;
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #eee;
}
#msec1 .ltbox {
    background-color: #fff;
	box-shadow: 2px 2px 20px #f1eeee;
	border-radius: 15px;
	padding: 30px;
    border-radius: 5px;
    /* border: 1px solid #eee; */
}
#msec1 .bs_latest {
	position: relative;
	z-index: 3;
	padding: 10px 0;
	color: #fff;
    background-color: #333;
	padding: 15px;
}
#msec1 .bs_latest .lt_hd h4 {
	color: #fff;
	padding-right: 30px;
}
#msec1 #nt_sec {
	background-color: #333;
	padding: 15px 40px;
}
@media (min-width: 769px) {
	#msec1 #latest_current {
		padding: 0;
	}
}
@media (max-width: 768px) {
	#msec1 {
        padding-top: 5px;
    }
	#msec1 #latest_current {
        margin: 0 -15px;
        width: auto;
	}
	#msec1 .lt_wrp > li:first-child {
		border-bottom: 1px solid #ddd;
	}
	#msec1 .ltbox {
		padding: 0;
        box-shadow: 0 0 0;
	}
	#msec1 .ltbox .ltbox_wrp .bd_tit {
        padding: 7px 0;
    }
	#msec1 #nt_sec {
		background-color: #333;
		padding: 15px 20px;
	}
    #msec1 .lt_wrp ul li:not(:last-child) {
        padding: 2px;
    }
    #msec1 .lt_wrp ul li:not(:last-child) {
        border-bottom: 1px solid #eee;
    }
}
/* latest_current */
#latest_current {
    position: relative;
}
#latest_current::before {
    z-index: 5;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(to bottom, #fff, transparent);
}
#latest_current::after {
    z-index: 5;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(to top, #fff, transparent);
}
#latest_current .slick-list li {
    border-bottom: 1px dashed #ddd;
}
#latest_current .fBox {
	display: flex;
	align-items: center;
    padding: 4px 0;
}
@media (max-width: 768px) {
    #latest_current::before,
    #latest_current::after {
        display: none;
    }
    #latest_current .fBox {
        padding: 0;
    }
}
/* bd_tit */
.bd_tit {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.toggleBoxWrp .bd_tit {
    padding-bottom: 0;
}
.bd_tit .titIcon {
    width: 60px;
    padding-right: 10px;
}
.bd_tit .titIcon span {
    display: inline-block;
    background-color: #f7f7f7;
    width: 50px;
    line-height: 50px;
    border-radius: 10px;
    vertical-align: middle;
    text-align: center;
}
.bd_tit .titCon {
    width: calc(100% - 60px);
}
.bd_tit.hasMore .titCon {
    width: calc(100% - 120px);
}
.bd_tit .titCon p {
    font-weight: 500;
    line-height: 1em;
    font-size: 17px;
    color: #000;
}
.bd_tit .titCon p i {
    display: inline-block;
    background-color: #ed174d;
    line-height: 17px;
    width: 17px;
    border-radius: 50%;
    color: #fff;
    vertical-align: middle;
}
.bd_tit.active .titCon p i:before {
    content: "\EA56";
}
.bd_tit .titCon h6 {
    font-weight: 200;
    color: #aaa;
    font-size: 14px;
    line-height: 1em;
    margin-top: 5px;
}
.bd_tit .more {
    width: 60px;
    padding-left: 10px;
}
.bd_tit .more a {
    display: inline-block;
    font-size: 20px;
    color: #cacaca;
    border: 2px solid #ddd;
    width: 40px;
    line-height: 35px;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.bd_tit .more a:hover {
    color: #ed174d;
    border-color: #ed174d;
}
.bd_tit .more a i {
    display: inline-block;
    vertical-align: middle;
}
@media (max-width:768px){
    .bd_tit .titIcon {
        width: 50px;
        padding-right: 5px;
    }
    .bd_tit .titIcon span {
        width: 40px;
        line-height: 40px;
    }
    .bd_tit .titIcon span img {
        width: 25px;
    }
    .bd_tit .titCon {
        width: calc(100% - 50px);
    }
    .bd_tit .more {
        padding-left: 10px;
        text-align: right;
    }
    .bd_tit .more a {
        font-size: 15px;
        width: 30px;
        line-height: 25px;
    }
}
@media (max-width:500px){
    .bd_tit .titCon p {
        font-size: calc(100vw * (20 / 500));
    }
    .bd_tit .titCon h6 {
        font-size: calc(100vw * (15 / 500));
    }
}
/*slk_body*/
.slk_body ul li > .c_wrp {
    line-height: 1.1em;
    font-weight: 400;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    color: #666;
}
.slk_body.slk_faq ul li > .c_wrp {
	padding: 0 15px;
	height: 54px;
}
.slk_body ul li > div {
    color: #616774;
    font-size: 15px;
}
.slk_body ul li .subject {
	width: 80%;
	position: relative;
    line-height: 1.1em;
}
.slk_body ul li .subject .sub {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slk_body ul li .subject .sub .ii {
	width: 50px;
	height: 50px;
    padding: 8px;
    background-color: #f8f8f8;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slk_body ul li .subject .sub .subTxt {
    width: calc(100% - 60px);
    word-break: keep-all;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 4px;
}
.slk_body ul li .subject .sub .subTxt .topCon {
    font-size: 15px;
    color: #000;
    width: 100%;
    line-height: 1.3em;
}
.slk_body ul li .subject .sub .subTxt .btCon {
    font-size: 15px;
    color: #000;
    display: flex;
    gap: 8px;
    width: 100%;
}
.slk_body ul li .subject .sub .subTxt .btCon .bankIc {
    display: inline-block;
    border-radius: 4px;
    background-color: #f7f7f7;
    padding: 4px;
}
.slk_body ul li .subject .sub .subTxt .btCon .bankIc img {
    width: 20px;
    border-radius: 8px;
}
.slk_body ul li .date {
    font-size: 14px;
    color: #999;
	width: 20%;
    text-align: center;
}
.slk_body ul li .date span,
.slk_body ul li .date i {
    display: inline-block;
    vertical-align: middle;
}
.slk_body ul li .hd {
	width: 20%;
    font-size: 14px;
}
.slk_body ul li  strong.crr {
	display: inline-block;
	padding: 12px 20px 10px;
	color: #fff;
	font-weight: 400;
	font-size: 12px;
	line-height: 1em;
	margin-bottom: 5px;
	text-align: center;
    border-radius: 50px;
	min-width:80px;
}
.slk_body ul li  strong.crr:after {
    content: "";
    position: absolute;
}


.slk_body ul li  strong.st01 {
	background-color: #2975b3;
}
.slk_body ul li  strong.st02 {
	background-color: #08C119;
}
.slk_body ul li  strong.st03 {
	background-color: #ed7a00;
}
.slk_body ul li  strong.st04 {
	background-color: #1186e5;
}
.slk_body ul li  strong.st05 {
	background-color: #f99d9f;
}
.slk_body ul li  strong.st06 {
	background-color: #b47cf8;
}
.slk_body ul li  strong.st07 {
	background-color: #ffcd65;
}
.slk_body ul li  strong.crr.done {
	background-color: #ec83f0;
}

.basicLatest .slk_body ul li > .c_wrp {
    color: #000 !important;
    display: flex;
    align-items: center;
}
.basicLatest .slk_body ul li .subject {
    width: calc(100% - 100px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.basicLatest .slk_body ul li .date {
    width: 100px;
    text-align:center;
}
.basicLatest .slk_body ul li:hover .subject {
    color: #ed174d;
}
@media (max-width:500px){
    
	.slk_body_tit,
	.slk_body ul li > .c_wrp {
		font-size: 13px;
        color: #000 !important;
	}
    .slk_body ul li > div {
       font-size: 12px;
    }
	.slk_body ul li  strong.crr {
        white-space: nowrap;
        padding: 9px 15px 7px;
    }
	.slk_body ul li  .subject {
		width: calc(100% - 100px);
        order: 1;
	}
    .slk_body ul li .subject .ii {
        width: 30px;
        height: 30px;
        background-size: 35px !important;
        border-radius: 5px;
    }
    .slk_body ul li .subject p {
        padding: 5px 0;
    }
	.slk_body ul li  .hd {
		width: 100px;
        order: 3;
	}
    .slk_body ul li .subject .sub .subTxt {
        font-size: 1.8vw;
        line-height: 1em;
        display: block;
        width: calc(100% - 50px);
        padding-left: 4px;
    }
    .slk_body ul li .subject .sub .subTxt .topCon {
        font-size: calc(100vw * (15 / 500));
    }
    .slk_body ul li .subject .sub .subTxt .btCon {
        font-size: calc(100vw * (13 / 500));
        margin-top: 2px;
        gap: 4px;
    }
    .slk_body ul li .subject .sub .subTxt .btCon .bankIc {
        border-radius: 2px;
        padding: 2px;
    }
    .slk_body ul li .subject .sub .subTxt .btCon .bankIc img {
        width: 17px;
        border-radius: 3px;
    }
    .slk_body ul li .date {
        display: none;
    }
    .slk_body ul li .hd {
        font-size: 2.5vw;
        line-height: 1em;
    }

}


/*latest-form*/
.dvLine {
    display: block;
    border-bottom: 1px dashed #ddd;
    margin-top: 10px;
    margin-bottom: 10px;
}
.dvLine.lg {
    margin-top: 20px;
    margin-bottom: 20px;
}
.pinFrom {
	background-color: #fff;
	box-shadow: 2px 2px 20px #ededed;
	padding: 30px;
	border-radius: 15px;
}
#latest-form .table {
    border-top: 0px solid #1c1c1c;
    border-bottom: 0px solid #1c1c1c;
}
#latest-form .table tr.dv {
    border-top: 1px dashed #ddd;
    padding-top: 10px;
}
#latest-form .table tr th,
#latest-form .table tr td {
    border: 0px solid #ddd;
    font-size: 14px;
    font-weight: 300;
    color: #222;
    vertical-align: middle;
    padding: 5px;
}
#latest-form .table tr td {
    padding-left: 0;
    padding-right: 0;
}
#latest-form .table tr th {
    font-size: 13px;
    color: #444;
}
#latest-form .table tr th {
    font-weight: 400;
}
#latest-form .table tr th .c_rd {
    color: #ff4343;
}
#latest-form .table tbody tr td .radio-custom {
    margin-bottom: 0px;
    margin: 8px 0;
    padding: 0px;
    width: 100%;
}
#latest-form .table tbody tr td .radio-custom input[type="radio"] + label {
    border: 1px solid #f4f4f4;
    background-color: #fff;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.05);
    padding: 0 20px;
    border-radius: 10px;
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    height: 90px;
    gap: 15px;
}
#latest-form .table tbody tr td .radio-custom input[type="radio"]:checked + label {
    border-color: #ee3a68;
    background-color: #fff;
}
#latest-form .table tbody tr td .radio-custom input[type="radio"] + label:before,
#latest-form .table tbody tr td .radio-custom input[type="radio"] + label:after {
    display: none !important;
}
#latest-form .table tbody tr td .radio-custom label .img {
    width: 140px;
    align-items: center;
    display: flex;
    justify-content: center;
}
#latest-form .table tbody tr td .radio-custom label .img > img {
    width: 50%;
}
#latest-form .table tbody tr td .radio-custom label .rtTxt {
    width: calc(100% - 140px);
    padding-left: 10px;
    line-height: 1.4em;
}
#latest-form .table tbody tr td input[type="password"] {
    font-family:"Pretendard";
}
#latest-form .table tbody tr td .form-control {
    display: inline-block;
    border-radius: 0;
    box-shadow: 0 0 0;
    border-radius: 4px;
    background-color: #f7f7f7;
    height: 38px;
    border-color: #ddd;
}
#latest-form .table tbody tr td .form-control.ln_4 {
    width: 80px;
}
#latest-form .table tbody tr td .form-control.ln_6 {
    width: 120px;
}
#latest-form .table tbody tr td .form-control.ln_8 {
    width: 160px;
}
#latest-form .table tbody tr td .form-control.ln_10 {
    width: 100%;
    max-width: 400px;
}
#latest-form .table tbody tr td .form-control.ln_half {
    width: 50%;
}
#latest-form .btn_wrp input {
    display: block;
    background-color: #111;
    color: #fff;
    font-size: 15px;
    line-height: 1em;
    padding: 20px 15px;
    width: 100%;
    border: 1px solid #111;
    font-weight: 500;
    border-radius: 10px;
}
#latest-form .table tbody tr th .tipRt {
    color: #bac4ce;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2em;
}
#latest-form .table tbody tr td .pls_btn {
	display: inline-block;
    background-color: #f32559;
    color: #fff;
    text-decoration: none;
    line-height: 36px;
    border-radius: 4px;
    border: 1px solid #f32559;
    padding: 0px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 0 6px 6px 0;
    width: 71px;
    text-align: center;
}
#latest-form .table tbody tr td .pls_btn strong  {
    display: inline-block;
    margin-right: 5px;
}
#latest-form  .codeBox {
	position: relative;
    display: flex;
    align-items: flex-start;
}
#latest-form  .codeBox .tip_box .form-control {
    width: 100%;
    max-width: 400px;
}
#latest-form  .tip_box {
    position: relative;
}
#latest-form  .tip_box1 {
    position: relative;
    width: calc(100% - 71px);
    max-width: 400px;
}
#latest-form  .tip_box1 input + input {
    margin-top: 5px;
}
#latest-form  .tip_box .form-control {
    border-radius: 4px 0 0 4px !important;
}
#latest-form span.tip {
    position: absolute;
    left: 0;
    bottom: 95%;
    padding: 7px 8px 5px;
    color: #fff;
    line-height: 1em;
    background-color: #000;
    font-size: 12px;
    word-break: keep-all;
    border-radius: 4px;
    z-index: 3;
    text-align: center;
    font-weight: 400;
    white-space: nowrap;
	margin-left: -10px;
    
    -webkit-animation: arr 0.9s linear infinite;
    -moz-animation: arr 0.9s linear infinite;
    -ms-animation: arr 0.9s linear infinite;
    -o-animation: arr 0.9s linear infinite;
    animation: arr 0.9s linear infinite;
}
#latest-form span.tip.tip1 {
    animation-delay: 0.1s;
}
#latest-form span.tip.tip2 {
    left: auto;
    right: 20px;
}
#latest-form span.tip:before {
	top: auto;
	left: 10px;
    bottom: -10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #000;
    border-width: 5px;
    margin-top: -5px;
}
@media (min-width:768px){
    #latest-form .table tr td.cent {
        text-align:left;
    }
}
@media (max-width:768px){
	
    .pinFrom {
        padding: 20px 15px;
        border-radius: 5px;
    }
    #latest-form .table tr th,
    #latest-form .table tr td {
        font-size: 12px;
        padding: 0;
        margin-top: -1px;
        display: block;
        width: 100%;
    }

	
    #latest-form .table .chk_ul {
        padding: 10px;
    }

    #latest-form .table tr td.cent {
        text-align:center;
    }
    #latest-form .table tr th {
        padding: 10px 0 3px;
    }
    #latest-form .table tbody tr td .radio-custom {
        margin-bottom: 0px;
        margin: 4px 0;
    }
    #latest-form .table tbody tr td .radio-custom label {
        word-break: keep-all;
        display: block;
    }
    #latest-form .table tbody tr td .radio-custom input[type="radio"] + label {
        gap: 6px;
        padding: 0 10px;
        height: 80px;
    }
    #latest-form .table tbody tr td .radio-custom label .img {
        width: 90px;
        order: 2;
    }
    #latest-form .table tbody tr td .radio-custom label .rtTxt {
        width: calc(100% - 90px);
        order: 1;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px;
    }
    #latest-form .table tbody tr td .radio-custom label .rtTxt br {
        display: none;
    }
    #latest-form .table tbody tr td .form-control {
        margin: 0;
    }
    #latest-form .table tbody tr td .form-control.ln_4 {
        max-width: 60px;
    }
    #latest-form .table tbody tr td .form-control.ln_6 {
        max-width: 80px;
    }
    #latest-form .table tbody tr td .form-control.ln_8 {
        max-width: 100px;
    }
    #latest-form .table tbody tr td .tip_box .form-control.ln_8 {
        max-width: 100%;
        width: 100%;
        border-radius: 6px !important;
        margin-top: 5px;
    }
    #latest-form .table tbody tr td .form-control.ln_half {
        width: 100%;
    }
    #latest-form .btn_wrp input {
        font-size: 14px;
        padding: 12px 8px 9px;
        height: auto;
    }
}


/* chk_li */
.chk_li {
    display: flex;
    align-items: center;
    background-color: #fcfcfc;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
}
.chk_li + .chk_li {
    margin-top: 5px;
}
.chk_li .icon {
    width: 60px;
    padding-right: 10px;
}
.chk_li .del {
    width: 60px;
    padding-left: 10px;
}
.chk_li .del a {
    text-decoration: none;
    display: inline-block;
    width: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #aaa;
    background-color: #f7f7f7;
    border-radius: 5px;
    text-align: center;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.chk_li .del a:hover {
    background-color: #ed174d;
    color: #fff;
}
.chk_li .del a i {
    display: inline-block;
    vertical-align: middle;
}
.chk_li .infoCon {
    width: calc(100% - 120px);
}
.chk_li .infoCon h6 {
    font-size: 13px;
    color: #999;
}
.chk_li .infoCon h5 {
    font-size: 600;
    margin-top: 2px;
    font-size: 17px;
}
.chk_li .infoCon h5 span,
.chk_li .infoCon h5 strong {
    display: inline-block;
    vertical-align: middle;
}
.chk_li .infoCon h5 span {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    background-color: #000;
    line-height: 1em;
    padding: 6px 8px 4px;
    font-weight: 300;
    border-radius: 4px;
}
.chk_li .icon span {
    display: inline-block;
    background: url(../img/ii1.png) center center no-repeat;
    background-size: 35px;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background-color: #f7f7f7;
    vertical-align: middle;
}
.chk_li .icon.icon2 span {
    background-image: url(../img/ii2.png);
}
.chk_li .icon.icon3 span {
    background-image: url(../img/ii3.png);
}
.chk_li .icon.icon4 span {
    background-image: url(../img/ii4.png);
}
.chk_li .icon.icon5 span {
    background-image: url(../img/ii5.png);
}
@media (max-width:768px){
    .chk_li {
        position: relative;
        padding: 10px;
        border-radius: 4px;
    }
    .chk_li .icon {
        width: 40px;
    }
    .chk_li .icon span {
        width: 30px;
        height: 30px;
        background-size: 25px !important;
    }
    .chk_li .del {
        position: absolute;
        right: 8px;
        top: 8px;
        width: auto;
    }
    .chk_li .del a {
        width: 25px;
        line-height: 25px;
        font-size: 15px;
    }
    .chk_li .infoCon {
        width: calc(100% - 40px);
    }
    .chk_li .infoCon h5 {
        font-size: 13px;
    }
}

/* autoPin */
.bd_tit.active + .toggleCon .autoPin {
    margin-top: 20px;
}
.autoPin .form-control {
    display: inline-block;
    border-radius: 0;
    box-shadow: 0 0 0;
    border-radius: 4px;
    background-color: #f7f7f7;
    border-color: #ddd;
}
.autoPin .btnBt {
    margin: 0 -2px;
}
.autoPin .btnBt > div {
    padding: 0 2px;
}
.autoPin .btnBt span {
    display: block;
    line-height: 40px;
    font-size: 13px;
    background-color: #f7f7f7;
    color: #777;
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.autoPin .btnBt span:hover {
    background-color: #ed174d;
    color: #fff;
}


/*wanning_info*/
.wanning_info {
	background-color: #fff;
	box-shadow: 2px 2px 20px #ededed;
	padding: 30px;
	border-radius: 15px;
}
.wanning_info p {
    cursor: pointer;
    position: relative;
    color: #333;
}
.wanning_info > p:not(.no):after {
    content: "\EA50";
    color: #8e95a3;
    font-family: remixicon!important;
    position: absolute;
    right: 0;
    top: 0px;
    
	-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;
}
.wanning_info h4.active:after {
    content: "\EA50";
    color: #8e95a3;
    font-family: remixicon!important;
}
.wanning_info .info_s {
    margin-top: 40px;
}
.wanning_info .info_s h5 {
    font-size: 16px;
    line-height: 1em;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}
.wanning_info .info_s h5 i {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.wanning_info .info_s .t_list > li {
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 300;
    color: #666;
    position: relative;
    padding-left: 20px;
}
.wanning_info .info_s .t_list.mini > li {
    padding-left: 10px;
}
.wanning_info .info_s .t_list > li > span {
    position: absolute;
    left: 0;
}
.wanning_info .info_s .stat_box > li {
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 300;
    color: #333;
    position: relative;
    margin: 5px 0;
    padding-left: 70px;
}
.wanning_info .info_s .stat_box > li > span {
    position: absolute;
    left: 0;
    line-height: 1em;
    font-weight: 500;
    color: #fff;
    font-size: 12px;
	border-radius: 4px;
    padding: 6px;
    width: 60px;
    text-align: center;
}
.wanning_info .info_s .stat_box > li > span.st01 {
    background-color: #0c72de;
}
.wanning_info .info_s .stat_box > li > span.st02 {
    background-color: #f02558;
}
.wanning_info .info_s .stat_box > li > span.st03 {
    background-color: #2accd1;
}
.wanning_info .info_s .stat_box > li > span.st04 {
    background-color: #4a4c58;
}

@media (max-width:768px){
    .wanning_info {
        padding: 20px 15px;
        border-radius: 5px;
        margin-top: 20px;
    }
    .wanning_info h4 {
        font-size: 15px;
    }
    .wanning_info .info_s {
        margin-top: 20px;
    }
    .wanning_info .info_s h5 {
        font-size: 13px;
    }
    .wanning_info .info_s .t_list > li {
        font-size: 12px;
        padding-left: 15px;
    }
    .wanning_info .info_s .t_list.mini > li {
        padding-left: 5px;
    }
    .wanning_info .info_s .stat_box > li {
        font-size: 12px;
        padding-left: 60px;
    }
    .wanning_info .info_s .stat_box > li > span {
        font-size: 11px;
        padding: 4px;
        width: 50px;
    }
}

/* toggleBoxWrp */
.toggleBoxWrp .toggleTarget {
    cursor: pointer;
}

/* slk_tick */
.slk_tick .slick-slide {
    padding: 0 10px;
}


/*foot_top*/
.foot_top {
    padding: 15px 0;
    border-top: 1px solid #eee;
    font-weight: 300;
    line-height: 1em;
    background-color: #fff;
}
.foot_top a {
    text-decoration: none;
    display: inline-block;
    padding: 5px 15px;
    color: #aaa;
    font-weight: 300;
    line-height: 1em;
}
.foot_top a:hover {
    font-weight: 500;
}
@media (max-width:768px){
    .foot_top {
        padding: 10px 0;
    }
    .foot_top a {
        font-size: 12px;
    }
}

/*footer*/
#footer {
	margin-top: 0px !important;
	border-top: 0px !important;
	background-color: #333;
	padding: 40px 0 !important;
    text-align: center;
}
#footer p {
	margin-top: 0px !important;
	font-size: 14px;
	color: #aaa;
	line-height: 1.4em;
    margin-bottom: 15px;
}
#footer p strong {
    font-weight: 500;
    opacity: .7;
}
#footer .footcon {
	position: relative;
}
@media (min-width:991px){
	#footer .logo_wrp {
		position: absolute;
		right: 0;
		top: 0;
	}
}
@media (max-width:768px){
	#footer {
		text-align: center;
		padding: 20px 0 !important;
	}
	#footer .logo_wrp {
		margin-bottom: 5px;
	}
	#footer .logo_wrp img {
		width: 120px;
	}
	#footer p {
		font-size: 11px;
	}
}

/* infoCompany */
.infoCompany {
    background-color: #f7f6f2;
    padding: 40px 0;
}
.infoCompany .fbox .lt h2 {
    font-weight: 700;
    line-height: 1em;
}
.infoCompany .fbox .lt p strong,
.infoCompany .fbox .lt p span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}
.infoCompany .fbox .lt p span {
    width: 100px;
}
.infoCompany .fbox .lt .linkto {
    margin-top: 10px;
}
.infoCompany .fbox .lt .linkto a {
    display: inline-block;
    margin: 3px 1px;
    text-decoration: none;
    font-size: 16px;
    background-color: #393939;
    border-radius: 50px;
    color: #fff;
    line-height: 1em;
    min-width: 160px;
    text-align: center;
    padding: 10px 0;
}
.infoCompany .fbox .lt .linkto a.kakao {
    background-color: #fae100;
    color: rgb(53, 11, 11);
}
.infoCompany .fbox .lt .linkto a i {
    display: inline-block;
    vertical-align: middle;
}
@media (min-width:768px){
    .infoCompany .fbox {
        display: flex;
        align-items: center;
    }
    .infoCompany .fbox .lt {
        width: 33.33333%;
    }
    .infoCompany .fbox .rt {
        width: 66.66666%;
    }
}
@media (max-width:768px){
    .infoCompany .fbox .lt {
        text-align: center;
        padding-bottom: 20px;
    }
    .infoCompany .fbox .lt .linkto a {
        font-size: 13px;
        border-radius: 50px;
        min-width: 40%;
        padding: 10px 0;
    }
}

/* slk_info */
.slk_info .slick-slide {
    padding: 0 5px;
}
.slk_info .slick-slide .item {
    background-color: #fff;
    padding: 40px 10px;
    border-radius: 30px;
    text-align: center;
}
.slk_info .slick-slide .item img {
    display: inline-block;
    margin: auto;
    margin-bottom: 10px;
}
@media (max-width:768px){
    .slk_info .slick-slide .item {
        padding: 20px 10px;
        border-radius: 10px;
    }
    .slk_info .slick-slide .item img {
        width: 35px;
    }
}

/* banArea */
#banArea {
    background-color: #111;
}
#banArea li {
    position: relative;
}
#banArea li:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 10%;
    height: 80%;
    width: 1px;
    left: 0;
    background-color: rgba(255,255,255,0.2);
}
#banArea li a {
    text-decoration: none;
    padding: 15px 0;
    display: block;
}
#banArea li a h6 {
    font-weight: 400;
    line-height: 1.1em;
    color: #ffe481;
}
#banArea li a .icon {
    margin-bottom: 10px;
}
#banArea li a .icon img {
    max-width: 40%;
}
@media (max-width:768px){
    #banArea {
        padding: 0px;
    }
    #banArea li {
        padding: 0px;
    }
    #banArea li a {
        padding: 8px 0 8px;
    }
    #banArea li a h6 {
        font-size: calc(100vw * (13 / 500));
    }
    #banArea li a .icon {
        margin-bottom: 2px;
    }
    #banArea li a .icon img {
        max-width: 25%;
    }
}
/* sInfo */
.sInfo h6 span {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    background-color: #000;
    line-height: 1em;
    padding: 6px 8px 4px;
    font-weight: 300;
    border-radius: 4px;
}


/* searchQeen */
#searchQeen {
    background-color: #c3d9f1;
}
#searchQeen .searchQeen,
#searchQeen .searchQeen .lft {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-around;
}
#searchQeen .searchQeen .lft {
    gap: 20px;
}
#searchQeen .searchQeen .lft .chek {
    display: flex;
    color: #333;
    align-items: center;
    gap: 8px;
}
#searchQeen .searchQeen .lft .chek i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #fff;
    color: #4b82f3;
    font-weight: 700;
    font-size: .7em;
}
#searchQeen .searchQeen .lft .chek .per {
    color: #124bbf;
    font-weight: 700;
    font-size: 1.2em;

	animation: bk .5s linear infinite;
}
@keyframes bk{
	0%{
        opacity: 0;
	}
	29%{
        opacity: 0;
	}
	30%{
        opacity: 1;
	}
	100%{
        opacity: 1;
	}
}
#searchQeen .searchQeen .rt h3 {
    line-height: 1.2em;
    font-size: 18px;
}
#searchQeen .searchQeen .rt .sharch {
    display: inline-block;
    width: 300px;
    border-radius: 5px;
    background-color: #fff;
    border: 3px solid #13b61f;
    padding: 5px 40px 5px 12px;
    position: relative;
    margin-top: 10px;
    max-width: 60vw;
    text-align: left;
}
#searchQeen .searchQeen .rt .sharch i {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #13b61f;
}
@media (min-width:768px) {
    #searchQeen .searchQeen .lft .chek span {
        font-weight: 600;
    }
}
@media (max-width:768px) {
    #searchQeen .searchQeen,
    #searchQeen .searchQeen .rt {
        text-align: center;
    }
    #searchQeen .searchQeen .lft {
        width: 65%;
        gap: 2px;
    }
    #searchQeen .searchQeen .lft .img {
        width: 40%;
    }
    #searchQeen .searchQeen .lft .txt {
        width: 60%;
    }
    #searchQeen .searchQeen .rt {
        width: 35%;
    }
    #searchQeen .searchQeen .lft .chek {
        gap: 3px;
        display: block;
        text-align: left;
    }
    #searchQeen .searchQeen .lft .chek i {
        width: 20px;
        height: 20px;
        display: none;
    }
    #searchQeen .searchQeen .rt .sharch {
        width: 100%;
    }
    #searchQeen .searchQeen .rt .sharch i {
        right: 0;
    }
    #searchQeen .searchQeen .lft .chek {
        font-size: calc(100vw * (17 / 768));
    }
    #searchQeen .searchQeen .rt h3 {
        font-size: calc(100vw * (13 / 768));
    }
}
@media (max-width:500px) {
    #searchQeen .searchQeen .rt h3 strong {
        display: inline-block;
    }
    #searchQeen .searchQeen .rt .sharch {
        padding: 6px 15px;
        margin-top: 3px;
        font-size: calc(100vw * (14 / 500));
        line-height: 1em;
    }
    #searchQeen .searchQeen .rt .sharch i {
        width: 30px;
    }
    #searchQeen .searchQeen .lft .chek {
        gap: 4px;
        text-align: left;
        margin-top: 0px !important;
    }
    #searchQeen .searchQeen .lft .chek {
        font-size: calc(100vw * (11 / 500));
    }
    #searchQeen .searchQeen .rt h3 {
        font-size: calc(100vw * (9 / 500));
    }
}



/* typeTxt */
.typeTxt {
    font-size: 3rem;
    padding: 0.5rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    text-align: center;
    overflow: hidden;
}
.typeTxt a.typed-text {
    text-decoration: none;
    font-weight: Bold;
    color: #2d73ff;
}
.typeTxt span.cursorSpan {
    display: inline-block;
    background-color: #ccc;
    margin-left: 4px;
    width: 2px;
    animation: blinkcs 1s infinite;
}
.typeTxt span.cursorSpan.typing {
  animation: none;
}
@keyframes blinkcs {
    0%  { background-color: #ccc; }
    49% { background-color: #ccc; }
    50% { background-color: transparent; }
    99% { background-color: transparent; }
    100%  { background-color: #ccc; }
}