/* Popup Layer */
#hd_pop {
	z-index:1000;
	position:relative;
	margin:0 auto;
	height:0;
}
#hd_pop .hd_pops .hd_pops_con img{
	width: 100%;
}
#hd_pop h2 {
	position:absolute;
	font-size:0;
	line-height:0;
	overflow:hidden
}
.hd_pops {
	position:absolute;
	border: 0px;
	background:#fff
}
.hd_pops_con {
	overflow: hidden;
}
.hd_pops_footer {
	padding:8px 0;
	background:#393939;
	color:#fff;
	text-align:right;
	border-bottom: 0px;
	width: 100%;
	position: absolute;
	border-right: 1px solid rgba(238, 238, 238, 0.1);
}

.hd_pops_footer button {
	margin-right:5px;
	padding: 0px 7px;
	border:0;
	background:#282828;
	color:#fff;
	border-radius: 4px;
	font-size: 12px;
    font-weight: 300;
	margin: 3px 5px 3px 0px;
}
@media (max-width:992px){
	#hd_pop .hd_pops{
		left: 0 !important;
		width: 80% !important;
	}
	#hd_pop .hd_pops .hd_pops_con{
		width: 100% !important;
		overflow: scroll;
        height: auto !important;
	}
	.hd_pops_footer button {
		font-size: 10px;
	}
}

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

/*setting*/
img {
	max-width: 100%;
}
:focus {
    outline: -webkit-focus-ring-color auto 0;
}
.transAct {
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
@media (max-width:500px){
    .only-pc {
        display: none !important;
    }
}
@media (min-width:500px){
    .only-mobile {
        display: none !important;
    }
}
@media (min-width:1300px){
    .container {
        width: 1270px;
    }
}
@media (max-width:1300px){
    .hid-max {
        display: none;
    }
}
/*row*/
@media (max-width:768px){
    .row {
        margin: 0 -5px;
    }
    .row > li,
    .row > div {
        padding: 0 5px;
    }
}
/* header */

#header #logo a,
#header #logo a svg {
    vertical-align: middle;
}
#header #menuBox {
    text-align: center;
}
#header #menuBox nav li {
    float: none;
    display: inline-block;
}
#header #menuBox nav li a {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    padding: 20px 35px;
}
#header #menuBox nav li a span {
    display: inline-block;
    position: relative;
    line-height: 1em;
    padding: 10px 0;
}
#header #menuBox nav li a > span:after {
    content: "";
    position: absolute;
    left: 0%;
    top: 100%;
    width: 0;
    height: 3px;
    background-color: #f39800;
}
#header #menuBox nav li a,
#header #menuBox nav li a span,
#header #menuBox nav li a span:after {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
#header #globalBox {
    text-align: right;
    position: relative;
}
#header #globalBox {
    text-align: right;
}
#header #globalBox .global {
    display: inline-block;
    position: relative;
}
#header #globalBox .global a {
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    background-color: transparent;
    text-decoration: none;
    padding: 0 0 0 25px;
    vertical-align: middle;
    border-bottom: 2px solid #fff;
    cursor: pointer;
    letter-spacing: 0;
    text-align: left;
    position: relative;
    background: url(../img/gl.png) left center no-repeat;
}
#header:hover .header-body .ch_wrp .global a,
#header.sub-header .header-body .ch_wrp .global a {
    color: #fff;
    border-color: #333;
}
#header #globalBox .global ul {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #333;
    border-radius: 15px;
    padding: 10px;
    width: 100%;
    text-align: center;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
    opacity: 0;
    z-index: -1;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#header #globalBox .global:hover ul,
#header #globalBox .global:active ul,
#header #globalBox .global:focus ul {
    top: 90%;
    opacity: 1;
    z-index: 3;
}
#header #globalBox .global ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 30px;

    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#header #globalBox .global ul li a:hover {
    color: #f39800;
}
#header #menuBox nav li a:visited,
#header #menuBox nav li a:focus {
    color: #fff;
}
#header #menuBox nav li a:hover {
    background-color: transparent;
    color: #f39800;
}
@media (min-width: 992px) {
    #header #logo {
        width: 20%;
    }
    #header #globalBox {
        width: 20%;
    }
    #header #menuBox {
        width: 60%;
        text-align: center;
    }
    #header #menuBox nav li:hover a span:after {
        width: 100%;
    }
}
@media (min-width: 1520px) {
    #header .container {
        width: 1550px;
    }
}
@media (max-width: 1200px) {
    #header #menuBox nav li a {
        padding: 20px 20px;
    }
}
@media (max-width: 992px) {
    #header {
        background-color: rgba(0,0,0,0.9);
    }
    #header .header-body {
        padding: 15px 0;
    }
    #header #logo {
        width: 20%;
    }
    #header #menuBox {
        /* width: 80%;
        text-align: right; */
    }
    #header #logo {
        text-align: left;
        height: auto;
        position: relative !important;
        width: auto;
    }
    #header #logo a svg {
        width: 120px;
    }
    #header #menuBox nav li a {
        padding: 20px 15px;
        line-height: 1em;
        font-size: 17px;
    }
}
@media (max-width: 768px) {
    #header #menuBox nav {
        margin: 0 -5px;
    }
    #header #menuBox nav li a {
        padding: 10px 5px;
        font-size: 15px;
    }
}
@media (max-width: 500px) {
    #header .container {
        padding: 0 15px;
    }
    #footer svg,
    #header #logo a svg {
        width: 130px;
    }
    #header #globalBox .global span {
        font-size: 15px;
    }
}
/* sticky-header-active==================== */
html  #header.sub-header .header-body,
html.sticky-header-active #header.header-transparent .header-body:before {
    background-color: #222;
    border-color: #222;
}
/* //sticky-header-active==================== */


/* logo svg */
#header .logoWrp .cls-1,
#header .logoWrp .cls-2 {
    fill:#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;
}
.logoWrp .cls-3{
    fill:none;
}
/*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;
}
.mobileNavBtn {
    display: inline-block;
    margin-left: 15px;
    cursor: pointer;
}
.lines_bar {
    display: inline-block;
    width: 40px;
    height: 4px;
    transition: 0.3s;
    position: relative;
    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: -600px;
	width: 600px;
	display: block !important;
	position: fixed;
	top: 0;
	z-index: 999;
	height: 100%;
	padding: 20px 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #222;
}

.mobile-nav-wrapper {
    display: table;
    height: 100%;
    width: 100%;
}
.mobile-side-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
    padding-top: 20%;
    vertical-align: middle;
}
.mobile-side-menu .header-logo img {
    width: 190px;
}
.mobile-side-menu > .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: 0;
    padding: 0;
    position: absolute;
    left: 15px;
}
.mobile-side-menu > li > a {
	text-transform: uppercase;
}
.mobile-side-menu li {
	display: block;
	position: relative;
	width: 100%;
}
.mobile-side-menu li:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu #mainNav {
	margin-top: 30px;
}
.mobile-side-menu li a {
	display: block;
    font-size: 35px;
    line-height: 1.2em;
    font-weight: 500;
    background-color: transparent;
    color: #eee;
    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 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: #f3b531;
    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: 0.3;
}
.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;
	right: 0;
	display: block;
	color: #636363;
	background-color: transparent;
	cursor: pointer;
	font-size: 0;
	width: 40px;
	height: 40px;
    z-index: 100;
	margin-top: 1px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.mobile-side-menu li .mmenu-toggle:after {
	content: "\f196";
	font-family: 'FontAwesome';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor: pointer;
	width: 19px;
	height: 19px;
	font-size: 19px;
	line-height: 19px;
	display: block;
	position: absolute;
	left: 10px;
	top: 11px;
}
.mobile-side-menu li.open > .mmenu-toggle:after {
	content: "\f147";
}


.mobile-side-menu .dropdown-menu {
    border: 0px;
    box-shadow: 0 0 0;
    position: relative;
    min-width: 100%;
}
.mobile-side-menu  .dropdown-menu a {
    font-size: 13px;
}
.mobile-side-menu .log_nav {
	position: relative;
	margin-top: 15px;
	padding-top: 15px;
}
.mobile-side-menu .log_nav:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	width: 30px;
	height: 1px;
	background-color: #ddd;
}
.mobile-side-menu .log_nav li a {
	font-size: 16px;
    color: #989898;
    font-weight: 400;
    padding: 5px;
}
.mobile-side-menu .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;
}
.mmenu-open .mobile-nav {
	left: 0;
}
@media (max-width:768px) {
    .mobile-nav {
        left: -300px;
        width: 300px;
        overflow-y: scroll;
    }
    .mobile-side-menu > .mmenu-toggle-btn {
        top: 0px;
        right: 0;
        line-height: 20px;
        left: auto;
    }
    .mobile-side-menu li a {
        font-size: 25px;
        padding: 15px 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: 20px;
}
@media (max-width:992px){
    .conbox {
        margin-top: 30px;
    }
    .conbox.conbox_lg {
        margin-top: 50px;
    }
    .conbox.conbox_xlg {
        margin-top: 80px;
    }
    .conbox.conbox_xxlg {
        margin-top: 100px;
    }
	.conbox.conbox_mini {
		margin-top: 15px;
	}
	.conbox.conbox_xs {
		margin-top: 10px;
	}
    .conbox.conbox_xxs {
        margin-top: 5px;
    }
}
/*sec_dvd*/
.sec_dvd {
    padding: 130px 0;
}
.sec_dvd.sec_dvd_lg {
    padding: 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: #fb6b12 !important;
}
.c_lorg {
    color: #f59a23 !important;
}
.c_yl {
    color: #f8b300 !important;
}
.c_rd {
    color: #ef3f41 !important;
}
.c_pk {
    color: #e30e87 !important;
}
.c_pp {
    color: #37018d !important;
}
.c_bl {
    color: #2f35b6 !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: #007346 !important;
}

/*modal*/
.privacy .modal-dialog {
    margin: 0;
    display: table;
    width: 100%;
    height: 100%;
}
.privacy .modal-dialog > div {
    display: table-cell;
    vertical-align: middle;
}
.privacy .modal-dialog > div .modal-content {
    max-width: 700px;
    margin: 20px auto;
    overflow: hidden;
}
.privacy .modal-header {
    padding: 25px 15px;
    background-color: #f7f7f7;
}
.privacy h4 {
    color: #222;
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
    text-transform: uppercase;
}
.privacy #privacy {
    height: 80vh;
    overflow-y: scroll;
}
@media (max-width:768px){
    .privacy .modal-header {
        padding: 20px 15px;
    }
    .privacy .modal-dialog > div .modal-content {
        max-width: 90%;
    }
}
/* footer */
#footer {
    margin-top: 0px !important;
    background-color: #303030;
    border-top: 0px solid #eee;
    padding: 60px 0 !important;
}
#footer .scd h6 {
	color: #999;
	line-height: 1.8em;
}
#footer .thd .c_wrp {
	padding: 20px;
	background-color: #f4f4f4;
	max-width: 390px;
	margin-left: auto;
}
#footer h6 span {
    display: inline-block;
    margin-right: 15px;
}
#footer .lnk span {
	display: inline-block;
	cursor: pointer;
}
#footer .lnk .sp {
    display: inline-block;
    height: 13px;
    width: 1px;
    margin: 0 10px;
    background-color: #aaa;
    vertical-align: middle;
}
@media (min-width:768px) {	
	#footer ul {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	#footer .fst {
		width: 20%;
	}
	#footer .scd {
		width: 35%;
	}
	#footer .thd {
		width: 40%;
	}
}
@media (max-width:768px) {	
	#footer {
		padding: 30px 0 !important;
	}
	#footer ul li {
		margin: 10px 0;
	}
	#footer .thd .c_wrp {
		max-width: 100%;
	}
	#footer .thd .c_wrp img {
		width: 80px;
	}
}
/* btnWrp */
.btnWrp {
	margin-top: 25px;
}
.btnWrp .btnItem {
	text-decoration: none;
	display: inline-block;
	width: 200px;
	line-height: 55px;
	border-radius: 4px;
	text-align: center;
	font-size: 20px;
    border: 2px solid #333;
    color: #333;
}
.btnWrp .btnItem.bl {
	background-color: #2f35b6;
	color: #fff;
	font-weight: 400;
}
.btnWrp .btnItem.org {
	border-color: #f3791f;
	color: #f3791f;
	font-weight: 400;

    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.btnWrp .btnItem.org:hover {
	background-color: #f3791f;
	color: #fff;
}
.btnWrp .btnItem.brw {
	background-color: #563d05;
	color: #fff;
	font-weight: 400;
}
.btnWrp .btnItem.sky {
	background-color: #46a7db;
	color: #fff;
	font-weight: 400;
}
@media (max-width:768px){
	.btnWrp {
		margin-top: 15px;
	}
	.btnWrp .btnItem {
		width: 150px;
		line-height: 40px;
		font-size: 16px;
	}
}

/* visual */
#visual {
    background: url(../img/visual.jpg) 10% center no-repeat;
    background-size: cover;
    height: 890px;
    position: relative;
}
#visual .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 15px;
}
#visual .mainTxt {
    padding: 20px 0;
    background: linear-gradient(to left, rgba(0,0,0,0) 0%, #000 50%, rgba(0,0,0,0) 100%);
}
#visual .txt h1 {
    margin-top: 15px;
    letter-spacing: 0.5em;
}
@media (min-width: 1400px) {
    #visual {
        background-attachment: fixed;
    }
}
@media (max-width: 992px) {
    #visual {
        height: 600px;
    }
}
@media (max-width: 768px) {
    #visual {
        height: 400px;
    }
}

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

/* pList */
.pList > li {
    position: relative;
    padding-left: 15px;
}
.pList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px ;
    width: 4px;
    height: 4px;
    background-color: #aaa;
}
.pList > li p {
    font-weight: 300;
}
@media (max-width:768px){
    .pList > li:after {
        top: 8px ;
    }
}
/* hList */
.hList > li {
    position: relative;
    padding-left: 10px;
}
.hList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 9px ;
    width: 3px;
    height: 3px;
    background-color: #aaa;
}
.hList > li h5{
    font-weight: 300;
}
@media (max-width:768px){
    .pList > li:after {
        top: 9px ;
    }
}
/* mtit */
.mtit .lined {
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #aaa;
}
.mtit .enTop {
    font-size: 700;
    color: #b9b9b9;
    margin-bottom: 20px;
}
@media (max-width:992px){
    .mtit {
        margin-bottom: 40px;
    }
}
@media (max-width:768px){
    .mtit {
        margin-bottom: 20px;
        text-align: center;
        word-break: keep-all;
    }
    .mtit .enTop {
        margin-bottom: 5px;
    }
}

/* layList */
.layList > li {
    position: relative;
}
@media (min-width:1300px){
    .layList > li {
        padding-left: 360px;
    }
    .layList > li > .mtit {
        position: absolute;
        left: 0;
        top: 0;
        width: 320px;
    }
}
/* toDo7 */
#toDo7 {
    background-color: #f7f7f7;
}
#toDo7 .mtit .word-rotate {
    max-height: 40px;
    line-height: 40px;
}
#toDo7 .career .pList li {
    margin: 15px 0;
}
#toDo7 .career .pList li p {
    color: #333;
    font-weight: 500;
}
#toDo7 .career .pList li h6 {
    color: #666;
    font-weight: 300;
}
@media (max-width:768px){
    #toDo7 .career .pList li {
        margin: 7px 0;
    }
    #toDo7 .layList .infi {
        width: 30px;
    }
}

/* toBusiness */
#toBusiness .item .txt h4 {
    font-weight: 600;
}
#toBusiness .item .txt h6 {
    margin-top: 10px;
}
@media (min-width:768px){
    #toBusiness .item .txt {
        height: 180px;
        max-width: 250px;
        margin: 0 auto;
        word-break: keep-all;
    }
    #toBusiness .item .txt h4 {
        margin-top: 15px;
    }
}
@media (max-width:768px){
    #toBusiness .mtit,
    #toBusiness .conbox {
        margin: 0;
    }
    #toBusiness li {
        padding: 20px 0 !important;
        border-bottom: 1px solid #ddd;
    }
    #toBusiness .item {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }
    #toBusiness .item .icon {
        width: 30%;
        padding-right: 15px;
        order: 1;
    }
    #toBusiness .item .icon img {
        width: 120px;
        text-align: center;
    }
    #toBusiness .item .txt {
        width: 70%;
        text-align: left;
        order: 2;
    }
    #toBusiness li:nth-child(even) .item .icon {
        order: 2;
        padding-left: 15px;
        padding-right: 0;
    }
    #toBusiness li:nth-child(even) .item .txt {
        order: 1;
    }
    #toBusiness .item .txt h6 {
        word-break: keep-all;
    }
}
/* toContact */
#toContact {
    background-color: #f7f7f7;
}
#toContact .conMail {
    margin: 0 -5px;
}
#toContact .conMail > li {
    padding: 0 5px;
}
#toContact .conMail > li .item {
    background-color: #fff;
    padding: 60px 10px;
    text-align: center;
}
#toContact .conList > li {
    margin: 10px 0;
    text-align: left;
}
@media (max-width:768px) {
    #toContact .conMail > li {
        margin: 10px 0;
    }
    #toContact .conMail > li .item {
        padding: 20px 10px;
    }
}

/* pfList */
.pfList {
    margin: 0 -2px;
}
.pfList > li {
    padding: 0 2px;
    margin: 2px 0;
}
.pfList li .item {
    text-decoration: none;
    display: block;
    position: relative;
    overflow: hidden;
}
.pfList li .item .coming {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
}
.pfList li .item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
    z-index: 1;
    
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.pfList li:hover .item:after {
    background-color: rgba(0,0,0,0.5);
}
.pfList li img {
    width: 100%;
    z-index: 3;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.pfList li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.pfList li .txt {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
    text-align: center;
    
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.pfList li .item:hover .txt {
    opacity: 1;
}
.pfList li .txt p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pfList li .txt a {
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    padding: 0 8px;
    line-height: 28px;
    border: 2px solid #fff;
    border-radius: 4px;
    color: #fff;
    margin-top: 8px;
    letter-spacing: 0.01em;
}
@media (min-width:992px){
    .pfList li .txt {
        opacity: 0;
    }
}
@media (max-width:992px){
    .pfList li .item:after {
        background-color: rgba(0,0,0,0.5);
    }
}
/*mapbox*/
.mapbox .root_daum_roughmap .cont {
    display: none !important;
}
.mapbox .root_daum_roughmap .wrap_map {
    height: 550px !important;
}
@media (max-width:768px) {
	.mapbox .root_daum_roughmap .wrap_map {
		height: 250px !important;
	}
}

/* toSNS */
#toSNS .snsWrp {
    max-width: 670px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
#toSNS .snsWrp a {
    display: inline-block;
    width: 107px;
    height: 107px;
    position: relative;
    text-decoration: none;
}
#toSNS .snsWrp a::before,
#toSNS .snsWrp a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100% !important;

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#toSNS .snsWrp a::before {
    opacity: 1;
}
#toSNS .snsWrp a::after {
    opacity: 0;
}
#toSNS .snsWrp a:hover::before {
    opacity: 0;
}
#toSNS .snsWrp a:hover::after {
    opacity: 1;
}
#toSNS .snsWrp .sns1::before {
    background: url(../img/sns_1.png) center center no-repeat;
}
#toSNS .snsWrp .sns1::after {
    background: url(../img/sns_hv_1.png) center center no-repeat;
}
#toSNS .snsWrp .sns2::before {
    background: url(../img/sns_2.png) center center no-repeat;
}
#toSNS .snsWrp .sns2::after {
    background: url(../img/sns_hv_2.png) center center no-repeat;
}
#toSNS .snsWrp .sns3::before {
    background: url(../img/sns_3.png) center center no-repeat;
}
#toSNS .snsWrp .sns3::after {
    background: url(../img/sns_hv_3.png) center center no-repeat;
}
#toSNS .snsWrp .sns4::before {
    background: url(../img/sns_4.png) center center no-repeat;
}
#toSNS .snsWrp .sns4::after {
    background: url(../img/sns_hv_4.png) center center no-repeat;
}
#toSNS .snsWrp .sns5::before {
    background: url(../img/sns_5.png) center center no-repeat;
}
#toSNS .snsWrp .sns5::after {
    background: url(../img/sns_hv_5.png) center center no-repeat;
}
@media (max-width:768px){
    #toSNS .snsWrp {
        justify-content: space-around;
    }
    #toSNS .snsWrp a {
        width: 50px;
        height: 50px;
    }
}



/* pfBoard */
.pfBoard > li {
    margin: 15px 0;
}
.pfBoard li .item {
    text-decoration: none;
    display: block;
}
.pfBoard li .item .img {
    text-decoration: none;
    display: block;
    position: relative;
    overflow: hidden;
}
.pfBoard li .item .img::before{
    content: "";
    position: absolute;
    background-color: transparent;
    background: url(../img/pls.png) center center no-repeat;
    left: 50%;
    top: 50%;
    width: 0px;
    height: 0px;
    opacity: 1;

    transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.pfBoard li .item:hover .img::before{
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.pfBoard li .item .img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
    z-index: 1;
    
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.pfBoard li:hover .item .img:after {
    background-color: rgba(0,0,0,0.5);
}
.pfBoard li .img img {
    z-index: 3;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.pfBoard li:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.pfBoard li .txt {
    padding: 20px 0;
}
.pfBoard li .txt p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pfBoard li .txt .contxt {
    margin-top: 10px;
}
.pfBoard li .txt .date {
    margin-top: 20px;
}
@media (min-width:768px){
    .pfBoard li .txt .contxt {
        height: 42px;
        overflow: hidden;
    }
}

/* pagination_wrp */
.pagination_wrp {
    margin: 10px 0;
}
.pagination_wrp .pagination {
    display: inline-block;
}
.pagination_wrp .pagination li a {
    border: 0px;
    color: #bbb;
    font-size: 15px;
    display: inline-block;
    line-height: 38px;
    padding: 0 15px;
    background-color: transparent;
}
.pagination_wrp .pagination li a.first,
.pagination_wrp .pagination li a.last,
.pagination_wrp .pagination li a.next,
.pagination_wrp .pagination li a.pre {
    height: 38px;
    width: 38px;
    border: 1px solid #c9ccd1;
    border-radius: 6px;
    padding: 0px;
    background: url(../img/arr_des.png) center center no-repeat;
}
.pagination_wrp .pagination.ligter li a.next,
.pagination_wrp .pagination.ligter li a.pre {
    border-color: #dfe1e5;
}
.pagination_wrp .pagination li a.next {
    margin-left: 15px;
}
.pagination_wrp .pagination li a.pre {
    transform: rotate(180deg);
    margin-right: 15px;
}
.pagination_wrp .pagination li a.last {
    margin-left: 5px;
}
.pagination_wrp .pagination li a.first {
    transform: rotate(180deg);
    margin-right: 5px;
}
.pagination_wrp .pagination li.active a {
    color: #111;
    background-color: transparent !important;
}
@media (max-width: 768px) {
    .pagination_wrp {
        margin-top: 10px;
    }
    .pagination_wrp .pagination li a {
        font-size: 13px;
        line-height: 28px;
        padding: 0 10px;
    }
    .pagination_wrp .pagination li a.next,
    .pagination_wrp .pagination li a.pre {
        height: 28px;
        width: 28px;
        background: url(../img/arr_des_big.png) center center no-repeat;
        background-size: 8px !important;
    }
}

/* viewTit */
.view_wrp {
    overflow: hidden;
    padding-bottom: 10px;
    background-color: #fff;
}
.viewTit {
    border: 1px solid #ddd;
    padding: 70px 15px 60px;
    position: relative;
}
.viewTit h6 span {
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}
.viewTit p {
    margin-top: 30px;
}
.viewCon {
    padding: 60px;
    background-color: #fff;
}
.btTagTop {
    border-top: 2px solid #333;
    margin-top: 40px;
    padding-top: 40px;
}
.btTag span {
    display: inline-block;
    border: 1px solid #ddd;
    line-height: 1em;
    padding: 10px 20px;
    border-radius: 100px;
    color: #666;
    font-size: 20px;
}
@media (max-width:768px) {
    .viewTit {
        padding: 30px 15px;
    }
    .viewTit:before {
        top: calc(100% - 4px);
        height: 9px;
        width: 9px;
    }
    .viewTit p {
        margin-top: 20px;
    }
    .viewCon {
        padding: 30px 15px;
    }
    .btTagTop {
        border-top: 1px solid #333;
        margin-top: 20px;
        padding-top: 20px;
    }
    .btTag span {
        padding: 5px 10px;
        font-size: 15px;
    }
}


/* boardBtn */
.boardBtn {
    margin-top: 20px;
}
.boardBtn input,
.boardBtn a,
.boardBtn button {
    display: inline-block;
    text-decoration: none;
    border-radius: 0px;
    font-size: 14px;
    line-height: 38px;
    font-weight: 600;
    padding: 0px 13px;
    border: 1px solid #666;
    border-radius: 5px;
    color: #999;
    min-width: 100px;
    cursor: pointer;
    text-align: center;
}
.boardBtn.boardBtn_sm input,
.boardBtn.boardBtn_sm a,
.boardBtn.boardBtn_sm button {
    min-width: auto;
}
.boardBtn.w100 input,
.boardBtn.w100 a,
.boardBtn.w100 button {
    width: 100px;
}
.boardBtn.boardBtn_xs input,
.boardBtn.boardBtn_xs a,
.boardBtn.boardBtn_xs button {
    min-width: auto;
    line-height: 25px;
    font-size: 13px;
}
.boardBtn .chkStu3,
.boardBtn .writeBtn {
    border-color: #3977e1;
    background-color: #3977e1;
    color: #fff;
}
.boardBtn .delBtn {
    color: #fff;
    border-color: #474747;
    background-color: #474747;
}
.boardBtn .toListBtn {
    color: #626875;
    border-color: #b0b6c3;
    background-color: transparent;
}
.boardBtn .chkStu1 {
    border-color: #15a965;
    background-color: #15a965;
    color: #fff;
}
.boardBtn .chkStu2 {
    border-color: #dd4b39 ;
    background-color: #dd4b39 ;
    color: #fff;
}
.boardBtn .toListBtn span {
    display: inline-block;
    width: 17px;
    line-height: 16px;
    height: 16px;
    margin-bottom: 3px;
    background: url(../img/revert_icon.png) center center no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}
.boardBtn .toListBtn span.checkLog {
    background: url(../img/icon_checkLog.png) center center no-repeat;
}
.boardBtn .toListBtn span.icon_downAll {
    background: url(../img/icon_downAll.png) center center no-repeat;
}
.boardBtn .toListBtn span.icon_list {
    background: url(../img/icon_list.png) center center no-repeat;
}
.boardBtn .toListBtn span.icon_renew {
    background: url(../img/icon_renew.png) center center no-repeat;
}
.boardBtn .toListBtn span.icon_photo {
    background: url(../img/icon_photo.png) center center no-repeat;
}

@media (max-width:768px){
    .boardBtn input,
    .boardBtn a,
    .boardBtn button {
        font-size: 13px;
        line-height: 32px;
        min-width: 80px;
    }
    .boardBtn .toListBtn span.checkLog {
        background: url(../img/icon_checkLog_big.png) center center no-repeat;
        background-size: 100%;
        width: 14px;
        line-height: 13px;
        height: 13px;
        margin-bottom: 3px;
    }
    .boardBtn .toListBtn span.icon_downAll {
        background: url(../img/icon_downAll_big.png) center center no-repeat;
        background-size: 100%;
        width: 14px;
        line-height: 13px;
        height: 13px;
        margin-bottom: 3px;
    }
    .boardBtn .toListBtn span.icon_list {
        background: url(../img/icon_list_big.png) center center no-repeat;
        background-size: 100%;
        width: 14px;
        line-height: 13px;
        height: 13px;
        margin-bottom: 3px;
    }
    .boardBtn .toListBtn span.icon_renew {
        background: url(../img/icon_renew_big.png) center center no-repeat;
        background-size: 100%;
        width: 14px;
        line-height: 13px;
        height: 13px;
        margin-bottom: 3px;
    }
    .boardBtn .toListBtn span.icon_photo {
        background: url(../img/icon_photo_big.png) center center no-repeat;
        background-size: 100%;
        width: 14px;
        line-height: 13px;
        height: 13px;
        margin-bottom: 3px;
    }
}

/* nextAndPre */
.nextAndPre {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 30px 40px;
    justify-content: center;
    background-color: #f8f8f8;
}
.nextAndPre > div {
    width: 33.33333%;
}
.nextAndPre > div a {
    text-decoration: none;
    display: block;
}
.nextAndPre > div .pre {
    padding-right: 15p;
}
.nextAndPre > div .next {
    padding-left: 15p;
}
.nextAndPre > div a p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nextAndPre .boardBtn a {
    border: 0px;
}
@media (max-width:768px){
    .nextAndPre {
        padding: 5px 15px;
    }
}

/* ----------------------------------------------------------------
GO TO TOP BUTTON
-----------------------------------------------------------------*/
html #goToTop {
    bottom: 16px; opacity: 0;
}
html.sticky-header-active #goToTop {
    bottom: 26px; opacity: 1;
}
#goToTop {
    opacity: 0;
    position: fixed;
    text-align: center;
    line-height: 12px !important;
    right: 26px;
    bottom: 0;
    color: #fff;
    cursor: pointer;
    border-radius: 100px;
    z-index: 999;
    height: 40px;
    width: 40px;
    background-color: rgba(0, 0, 0, 0.25);
    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(0, 0, 0, 0.25) !important;
    overflow: hidden; }
#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: #f2982a;
    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; }
  