/*Reset*/
img {
    max-width: 100%;
}
ul, ol {
    padding-left: 0;
}
.mb-none {
    margin-bottom: 0px !important;
}
.pb-none {
    padding-bottom: 0px !important;
}
h3.mb-none:not(:last-child), .h3.mb-none:not(:last-child) {
    margin-bottom: 0px;
}
@media (min-width:1230px){
    .container {
        width: 1230px;
    }
}

/* hid */
@media (min-width:1270px){
    .hid-min {
        display: none;
    }
}
@media (max-width:1270px){
    .hid-max {
        display: none;
    }
}

/* header */
#header {
    width: 100%;
    top: -100%;
    left: 0;
    height: auto;
    line-height: auto;

    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -ms-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}
#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: 17px;
    font-weight: 600;
    color: #fff;
    padding: 20px 15px;
}
#header #menuBox nav li .book span {
    border: 2px solid #fff;
    padding: 8px 15px;
    border-radius: 10px;
}
#header #menuBox nav li a span {
    display: inline-block;
    position: relative;
    line-height: 1em;
    padding: 10px 0;
}
#header #menuBox nav li a:not(.book) span:after {
    content: "";
    position: absolute;
    left: 0%;
    top: 100%;
    width: 0;
    height: 3px;
    background-color: #f9f625;
}
#header #menuBox nav li .book:hover span {
    border-color: #f9f625;
}
#header #menuBox nav li .book span,
#header #menuBox nav li a,
#header #menuBox nav li a span,
#header #menuBox nav li a span:after {
    -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 {
    text-align: right;
    position: relative;
}
#header #globalBox {
    text-align: right;
}
#header #globalBox .global {
    display: inline-block;
    position: relative;
}
#header #globalBox .global span {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    background-color: transparent;
    text-decoration: none;
    padding: 0 20px 0 0;
    vertical-align: middle;
    border-bottom: 2px solid #fff;
    cursor: pointer;
    letter-spacing: 0;
    width: 100px;
    text-align: left;
    position: relative;
}
#header:hover .header-body .ch_wrp .global span,
#header.sub-header .header-body .ch_wrp .global span {
    color: #fff;
    border-color: #333;
}
#header #globalBox .global span .fa {
    position: absolute;
    right: 0;
    top: -2px;
    line-height: 30px;
    font-size: 11px;
}
#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: #f9f625;
}
#header #menuBox nav li a:visited,
#header #menuBox nav li a:focus {
    background-color: transparent;
    color: #fff;
}
#header #menuBox nav li a:hover {
    background-color: transparent;
    color: #f9f625;
}
@media (min-width: 991px) {
    #header #logo {
        width: 40%;
    }
    /* #header #globalBox {
        width: 20%;
    } */
    #header #menuBox {
        width: 60%;
        text-align: right;
    }
    #header #menuBox nav li:hover a span:after {
        width: 100%;
    }
}
@media (max-width: 1200px) {
    #header #menuBox nav li a {
        padding: 20px 20px;
    }
}
@media (max-width: 992px) {
    #header {
        background-color: #6f6d6a;
    }
    body.fp-viewing-0 #header {
        background-color: transparent;
    }
    body:not(.fp-viewing-0) #header {
        background-color: rgba(0, 0, 0, 1);
    }
    #header #logo {
        width: 50%;
    }
    #header #menuBox {
        width: 50%;
        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: 768px) {
    body {
        padding-top: 80px;
    }
    #header {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
    }
}
@media (max-width: 500px) {
    #header #globalBox .global span {
        font-size: 15px;
    }
}
/* header sticky */
#header {
    background-color: rgba(0,0,0,1);
}
#header.sticky-active {
    position: fixed;
    top: 0;
}
#header.sticky-active #menuBox nav li a {
    padding-top: 0;
    padding-bottom: 0;
}
/* mobilefixed menu */
@media (max-width: 992px) {
    #header #menuBox nav {
        opacity: 0;
        top: 100%;
        display: none;

        -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 #menuBox.act nav {
        opacity: 1;
        top: 0;
    }
    #header #menuBox .mobileNavBtn {
        background-color: #222;
        border-radius: 50%;
        width: 60px;
        line-height: 60px;
        display: inline-block;
        cursor: pointer;
    }
    #header #menuBox nav li {
        display: block;
    }
    #header #menuBox nav li a {
        padding: 3px 15px;
        background-color: rgba(0,0,0,0.5);
        /* color: #38a9a0 !important; */
        color: #fff;
        height: auto;
        line-height: 20px;
        font-size: 14px;
        margin: 8px 0;
        border-radius: 50px;
    }
} 

/*lines_bar*/
.mmenu-toggle-btn {
    display: inline-block;
    width: 40px;
    cursor: pointer;
    margin: 0;
    line-height: 35px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    z-index: 5;
}
.lines_bar {
    display: inline-block;
    width: 40px;
    height: 4px;
    transition: 0.3s;
    position: relative;
    top: -3px;
    background-color: #fff;
}
.lines_bar:before,
.lines_bar:after {
    display: inline-block;
    width: 40px;
    height: 4px;
    transition: 0.3s;
    position: absolute;
    background-color: #fff;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.26rem center;
    transform-origin: 0.26rem center;
}
.lines_bar:before {
    top: 14px;
}
.lines_bar:after {
    top: -14px;
}
.mmenu-open .lines_bar {
    background-color: transparent !important;
}
.mmenu-open .lines_bar:before,
.mmenu-open .lines_bar:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 30px;
}
.mmenu-open .lines_bar:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.mmenu-open .lines_bar:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}
@media (max-width:768px) {
    .lines_bar,
    .lines_bar:before,
    .lines_bar:after {
        width: 25px;
        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: 1999;
	height: 100%;
	padding: 20px 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #000;
}

.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: 150px;
}
.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;
    text-align: center;
    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 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:992px) {
    .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: 18px;
        padding: 15px 0;
        background-color: transparent !important;
    }
    .mobile-side-menu li a:hover {
        background-color: transparent !important;
    }
    .mobile-side-menu li a > span:after {
        right: -20px;
        width: 30px;
        height: 30px;
    }
}
/*snswrp*/
.snswrp .snsa {
    padding: 6px !important;
    display: inline-block;
}
.snswrp .sns {
    display: inline-block;
    width: 60px;
    height: 60px;
}
.snswrp .sns.sns1 {
    background: url(/imgs/sns_ist.png) center center no-repeat;
    background-size: 60px !important;
}
.snswrp .sns.sns2 {
    background: url(/imgs/sns_tt.png) center center no-repeat;
    background-size: 60px !important;
}
.snswrp .sns.sns3 {
    background: url(/imgs/sns_tw.png) center center no-repeat;
    background-size: 60px !important;
}
/*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;
}
/*conbox*/
.conbox {
    margin-top: 60px;
}
.conbox.conbox_mini {
    margin-top: 40px;
}
.conbox.conbox_xlg {
    margin-top: 200px;
}
.conbox.conbox_xs {
    margin-top: 20px;
}
@media (max-width:992px){
    .conbox {
        margin-top: 30px;
    }
	.conbox.conbox_mini {
		margin-top: 30px;
	}
    .conbox.conbox_xlg {
        margin-top: 150px;
    }
    .conbox.conbox_xs {
        margin-top: 15px;
    }
}
/*sec_dvd*/
.sec_dvd {
    padding: 120px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 60px 0;
}
.sec_dvd.sec_dvd_lg {
    padding: 130px 0;
}
.sec_dvd.sec_dvd_xlg {
    padding: 200px 0;
}
@media (max-width:992px){
    .sec_dvd {
        padding: 70px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 50px 0;
    }
    .sec_dvd.sec_dvd_lg {
        padding: 100px 0;
    }
    .sec_dvd.sec_dvd_xlg {
        padding: 150px 0;
    }
}

/*c_wrp*/
.v_m > li,
.v_m > div {
    vertical-align: middle;
}
@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:992px) {
    .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;
    }
}

/* scroll fixed */
#wrapper {
    position: relative;
}
/*fullpage_navigation*/
#fp-nav.fp-left {
    left: auto;
    right: 100px;
}
#fp-nav ul li, .fp-slidesNav ul li {
    height: auto;
    margin: 10px 7px;
    width: auto;
}
#fp-nav ul li .fp-tooltip {
    width: auto;
    opacity: 1;
    color: #7c7b7b;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    max-width: 100%;
    left: auto;
    text-align: center;
    top: auto;
}
#fp-nav ul li .fp-tooltip.fp-left {
    left: 0;
}
#fp-nav ul li a {
    width: 100px;
    text-align: center;
    font-weight: 700;
    padding: 5px 0;
}
#fp-nav ul li a.active {
    background-color: #000;
    padding: 5px 0;
    border-radius: 50px;
}
#fp-nav ul li a.active > .fp-tooltip {
    color: #fff;
    top: auto;
    font-weight: 700;
}
#fp-nav ul li a span, #fp-nav ul li a span:after, .fp-slidesNav ul li a span:after {
    display: none;
}
@media (max-width:1600px){
    #fp-nav.fp-left {
        right: 10px;
    }
}
@media (max-width:1470px){
    #wrapper:before,
    #fp-nav {
        display: none !important;
    }
}


/* commonCon */
@media (max-height:1100px) and (min-width:768px){
    .commonCon {
        height: 100vh;
    }
}
/*modal*/
.modal {
    z-index: -1;
}
body.modal-open,
.modal-open .modal {
    padding: 0px !important;
}
.modal-open .modal.in {
    display: table !important;
    z-index: 11111;
}
.priv {
    padding: 30px 0;
}
.priv.modal {
    margin: 0 auto;
    height: 100vh;
}
.priv.modal .modal-dialog {
    display: table-cell;
    vertical-align: middle;
}
.priv .modal-content {
    background-color: #111;
}
.priv .modal-header .close {
    color: #fff;
    text-shadow: 0 0 0;
}
.priv .modal-body {
    padding-bottom: 50px;
}
.priv .modal-body ol {
    font-size: 17px;
    line-height: 1.8em;
    color: #1e1e1e;
    font-weight: 300;
    letter-spacing: 0;
    list-style: none;
}
.priv .modal-body ol > li {
    position: relative;
    padding-left: 20px;
}
.priv .modal-body ol > li p {
    margin-top: 5px;
}
.priv .modal-body ol > li .hd {
    position: absolute;
    left: 0;
}
.priv .modal-body > ol > li {
    font-weight: 600;
}
.priv .modal-body > ol > li .weight-light {
    font-weight: 300;
}

/* footer */
#footer {
    background-color: #373737;
    position: relative;
}
#footer:after {
    content: "";
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    height: 1px;
    background-color: rgba(255,255,255,0.2);
}
#footer .fbox {
    display: flex;
    flex-wrap: wrap;
}
#footer .fbox .privBox {
    width: 100%;
    padding: 20px 0;
}
#footer .fbox .privBox a {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    font-size: 15px;
    text-decoration: none;
}
#footer .fbox .privBox span:not(.sp) {
    cursor: pointer;
}
#footer .fbox .privBox .sp {
    display: inline-block;
    vertical-align: middle;
    height: 12px;
    width: 1px;
    margin: 0 8px;
    background-color: #fff;
}
#footer .fbox .logoBox,
#footer .fbox .infoBox,
#footer .fbox .snsBox {
    padding: 40px 0;
}
#footer .fbox .logoBox {
    width: 20%;
}
#footer .fbox .infoBox {
    width: 60%;
    padding: 40px 30px;
}
#footer .fbox .infoBox p {
    font-size: 14px;
    line-height: 2em;
    font-weight: 400;
}
#footer .fbox .infoBox .copyright {
    color: #929292;
    font-size: 13px;
}
#footer .fbox .snsBox {
    width: 20%;
}
#footer .fbox .snsBox a {
    text-decoration: none;
    display: inline-block;
    margin-left: 5px;
}
@media (min-width: 768px) {
    #footer .fbox .infoBox span {
        display: inline-block;
        margin-right: 10px;
    }
}
@media (max-width: 768px) {
    #footer .fbox .privBox {
        width: 70%;
        padding: 20px 0;
    }
    #footer .fbox .privBox a {
        font-size: 3.5vw;
    }
    #footer .fbox .snsBox {
        width: 30%;
        padding: 13px 0;
    }
    #footer .fbox .infoBox,
    #footer .fbox .logoBox {
        width: 100%;
    }
    #footer .fbox .privBox {
        order: 1;
    }
    #footer .fbox .snsBox {
        order: 2;
        text-align: center;
    }
    #footer .fbox .logoBox {
        order: 3;
        padding: 40px 20px 0;
        text-align: center;
    }
    #footer .fbox .infoBox {
        order: 4;
        padding: 0 20px 40px;
        text-align: center;
    }
    #footer .fbox .infoBox span {
        display: block;
    }
    #footer .fbox .infoBox p {
        font-size: 3vw;
    }
    #footer .fbox .infoBox .copyright {
        font-size: 2.5vw;
    }
    #footer .fbox .logoBox img {
        margin-bottom: 20px;
        width: 130px;
    }
}
/* mtit */
.mtit h1 {
    font-weight: 800;
}
/* visual */
#visual {
    background: url(/imgs/visual_bg.png) center center no-repeat;
    background-size: cover;
}
#visual .c_wrp {
    position: relative;
    height: 740px;
}
#visual h1 {
    font-size: 80px;
    color: #fff;
    margin-bottom: 0px;
    word-break: keep-all;
    font-weight: 700;
}
#visual h5 {
    margin-bottom: 0px;
    margin-top: 20px;
}
#visual h5 span {
    display: inline-block;
    padding: 0 5px;
    color: #c5c5c5;
    background-color: rgba(0,0,0,0.7);
    letter-spacing: 10px;
    font-weight: bold;
}
#visual h3 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 60px;
	font-weight: 500;
}
@media (max-width: 768px) {
    #visual .c_wrp {
        min-height: auto;
        height: 70vh;
    }
    #visual h1 {
        font-size: 60px;
    }
    #visual h3 {
        font-size: 25px;
    }
}
@media (max-width: 500px) {
    #visual h1 {
        font-size: 10vw;
        line-height: 1.2em;
    }
    #visual h5 {
        font-size: 3.5vw;
    }
    #visual h3 {
        margin-top: 40px;
        font-size: 3.5vw;
    }
}

/* slk_theme */
.slk_theme {
    padding: 0 60px;
}
.slk_theme .slick-slide {
    padding: 0 30px;
}
.slk_theme .slick-slide .txt {
    padding: 20px 0;
}
.slk_theme .slick-slide .txt h3 {
    font-weight: 700;
}
.slk_theme .slick-slide .txt h5 {
    margin-top: 20px;
}
.slk_theme .slick-list {
    margin: 0 -30px;
}
.slk_theme .slick-arrow {
    position: absolute;
    top: calc(50% - 21px);
    width: 26px;
    height: 42px;
    background: url(/imgs/arrBtn_dk.png) center center no-repeat;
    border: 0px;
    color: transparent;
    background-color: #fff;
}
.slk_theme .slick-arrow.slick-prev {
    left: 0px;
}
.slk_theme .slick-arrow.slick-next {
    right: 0px;
    transform: rotate(180deg);
}
@media (max-width: 768px) {
    .slk_theme {
        padding: 0 15%;
    }
    .slk_theme .slick-slide {
        padding: 0 30px;
    }
    .slk_theme .slick-slide .txt {
        padding: 25px 0;
    }
    .slk_theme .slick-slide .txt h5 {
        margin-top: 10px;
    }
    .slk_theme .slick-list {
        margin: 0 -30px;
    }
    .slk_theme .slick-arrow {
        top: calc(50% - 16px);
        width: 20px;
        height: 32px;
        background-size: 20px !important;
    }
}

/* btnWrp */
.btnWrp .btnItem {
    display: inline-block;
    line-height: 40px;
    border: 1px solid #333;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    padding: 0 40px;

    -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:hover {
    background-color: #333;
    color: #fff;
}

/* ms2 */
#ms2 {
    background: url(/imgs/ms2_bg.jpg) center center no-repeat;
    background-size: cover;
}
/* ms3 */
#ms3 {
    background: #1a1a1a;
}
#ms3 ul li .txt h4{
	font-weight: 600 !important;
}
#ms3 ul li .txt h6,
#ms3 ul li .txt h4 {
    font-weight: 300;
	font-family: 'Noto sans kR';
}
#ms3 ul li .txt .c_wrp {
    height: 100px;
}
#ms3 ul li .txt .c_wrp h6 {
    color: #d6d6d6;
}
@media (max-width: 768px) {
    #ms3 ul li {
        margin: 15px 0;
    }
    #ms3 ul li .icon img {
        width: 70px;
    }
}

/* privacy */
#privacy .prTit {
    position: relative;
    padding-left: 15px;
    letter-spacing: -0.04em;
}
#privacy .prTit:after {
    content: "";
    position: absolute;
    left: 0;
    top: 15%;
    height: 70%;
    width: 5px;
    background-color: #f1ea0c;
}
#privacy .prConTop {
    font-weight: 400;
    padding-left: 30px;
    margin-top: 20px;
    letter-spacing: -0.04em;
}
#privacy .prCon {
    font-weight: 400;
    padding-left: 60px;
    margin-top: 20px;
    letter-spacing: -0.04em;
}
#privacy .prConTop + .prCon {
    margin-top: 10px;
}
@media (max-width: 768px) {
    #privacy .prTit:after {
        top: 2%;
        height: 96%;
    }
    #privacy .prConTop {
        padding-left: 20px;
    }
    #privacy .prCon {
        padding-left: 40px;
    }
    #privacy .prConTop + .prCon {
        margin-top: 5px;
    }
}