/* 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 (min-width:1370px){
    .container {
        width: 1200px;
    }
}
@media (max-width:1370px) and (min-width:990px){
    .container {
        width: 1000px;
    }
}
@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;
    }
}

/* 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;
}
.conbox.conbox_xxxs {
    margin-top: 10px;
}
@media (max-width:992px){
    .conbox {
        margin-top: 30px;
    }
    .conbox.conbox_lg {
        margin-top: 50px;
    }
    .conbox.conbox_xlg {
        margin-top: 80px;
    }
    .conbox.conbox_xxlg {
        margin-top: 100px;
    }
	.conbox.conbox_mini {
		margin-top: 20px;
	}
	.conbox.conbox_xs {
		margin-top: 15px;
	}
    .conbox.conbox_xxs {
        margin-top: 8px;
    }
    .conbox.conbox_xxxs {
        margin-top: 4px;
    }
}
/*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: 50px 0;
}
.sec_dvd.sec_dvd_xs {
    padding: 80px 0;
}
.sec_dvd.sec_dvd_xxs {
    padding: 60px 0;
}
.sec_dvd.sec_dvd_xxxs {
    padding: 40px 0;
}
@media (max-width:992px){
    .sec_dvd {
        padding: 50px 0;
    }
    .sec_dvd.sec_dvd_lg {
        padding: 70px 0;
    }
    .sec_dvd.sec_dvd_xlg {
        padding: 100px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 30px 0;
    }
    .sec_dvd.sec_dvd_xs {
        padding: 40px 0;
    }
    .sec_dvd.sec_dvd_xxs {
        padding: 30px 0;
    }
    .sec_dvd.sec_dvd_xxxs {
        padding: 20px 0;
    }
}
/*c_wrp*/
.v_t > li,
.v_t > div {
    vertical-align: top;
}
.v_m > li,
.v_m > div {
    vertical-align: middle;
}
.v_bt > li,
.v_bt > div {
    vertical-align: bottom;
}
@media (min-width:768px) {
    .c_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .c_wrp.t_fx {
        table-layout: fixed;
    }
    .c_wrp > li,
    .c_wrp > div {
        display: table-cell;
    }
}
/*m_wrp*/
@media (max-width:768px) {
    .m_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .m_wrp.t_fx {
        table-layout: fixed;
    }
    .m_wrp > li,
    .m_wrp > div {
        display: table-cell;
    }
}
/*c_wrp_lg*/
@media (min-width:992px) {
    .c_wrp_lg {
        display: table;
        width: 100%;
        height: 100%;
    }
    .c_wrp_lg.t_fx {
        table-layout: fixed;
    }
    .c_wrp_lg > li,
    .c_wrp_lg > div {
        display: table-cell;
    }
}
/*m_wrp_lg*/
@media (max-width:768px) {
    .m_wrp_lg {
        display: table;
        width: 100%;
        height: 100%;
    }
    .m_wrp_lg.t_fx {
        table-layout: fixed;
    }
    .m_wrp_lg > li,
    .m_wrp_lg > div {
        display: table-cell;
    }
}
/*color*/
.c_bei {
    color: #99977f !important;
}
.c_gd {
    color: #b6a679 !important;
}
.c_org {
    color: #ff7427 !important;
}
.c_lorg {
    color: #ffb526 !important;
}
.c_yl {
    color: #e6fa2a !important;
}
.c_rd {
    color: #ef3f41 !important;
}
.c_pk {
    color: #e30e87 !important;
}
.c_pp {
    color: #37018d !important;
}
.c_sky {
    color: #04a6e1 !important;
}
.c_lsky {
    color: #51e4ff !important;
}
.c_lgray {
    color: #999 !important;
}
.c_gray {
    color: #666 !important;
}
.c_bw {
    color: #967440 !important;
}
.c_pt {
    color: #a1cb5e !important;
}

/*modal*/
.privacy .modal-dialog {
    margin: 0;
    display: table;
    width: 100%;
    height: 100%;
}
.privacy .modal-dialog > div {
    display: table-cell;
    vertical-align: middle;
}
.privacy .modal-dialog > div .modal-content {
    max-width: 700px;
    margin: 20px auto;
    overflow: hidden;
}
.privacy .modal-header {
    padding: 25px 15px;
    background-color: #f7f7f7;
}
.privacy h4 {
    color: #222;
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
    text-transform: uppercase;
}
.privacy #privacy {
    height: 80vh;
    overflow-y: scroll;
}
@media (max-width:768px){
    .privacy .modal-header {
        padding: 20px 15px;
    }
    .privacy .modal-dialog > div .modal-content {
        max-width: 90%;
    }
}


/*visual*/
#visual_wrp {
    position: relative;
}
#visual_wrp .arr {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 3vw;
    z-index: 10;
    font-size: 20px;

    -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 {
    position: relative;
}
#visual .slick-slide img {
    display: inline-block;
}
#visual .bg.bg1 {
    background: url(../img/visual_bg1.jpg) center center no-repeat;
    background-size: cover;
}
#visual .bg.bg2 {
    background: url(../img/visual_bg2.jpg) center center no-repeat;
    background-size: cover;
}
#visual h1 {
    line-height: 1.2em;
}
#visual .contxt {
    display: flex;
    align-items: center;
    height: 100%;
}
#visual_wrp #arr_next,
#visual_wrp #arr_prev {
    position: absolute;
    top: calc(50% - 37px);
    width: 39px;
    height: 74px;
    background: url(../img/v_arr.png) center center no-repeat;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
}
#visual_wrp #arr_prev {
    left: 7%;
}
#visual_wrp #arr_next {
    right: 7%;
    transform: rotate(180deg);
}
#visual .txt1,
#visual .txt2,
#visual .txt3,
#visual .txt4 {
    opacity: 0;
}
#visual .ply .txt1 {
    -webkit-animation: fadeMove 4s linear infinite;
    -moz-animation: fadeMove 4s linear infinite;
    -ms-animation: fadeMove 4s linear infinite;
    -o-animation: fadeMove 4s linear infinite;
    animation: fadeMove 4s linear infinite;
}
@keyframes fadeMove {
    5% {
        transform: translate3d(0, 30px, 0);
        opacity: 0;
    }
    20% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

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

#visual .ply .txt3 {
    -webkit-animation: fadeMove3 4s linear infinite;
    -moz-animation: fadeMove3 4s linear infinite;
    -ms-animation: fadeMove3 4s linear infinite;
    -o-animation: fadeMove3 4s linear infinite;
    animation: fadeMove3 4s linear infinite;
}
@keyframes fadeMove3 {
    35% {
        transform: translate3d(0, 30px, 0);
        opacity: 0;
    }
    50% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
#visual .ply .txt4 {
    -webkit-animation: fadeMove4 4s linear infinite;
    -moz-animation: fadeMove4 4s linear infinite;
    -ms-animation: fadeMove4 4s linear infinite;
    -o-animation: fadeMove4 4s linear infinite;
    animation: fadeMove4 4s linear infinite;
}
@keyframes fadeMove4 {
    50% {
        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:1600px){
    #visual_wrp #arr_prev {
        left: auto;
        right: calc(5% + 90px);
    }
    #visual_wrp #arr_next {
        right: 5%;
        transform: rotate(180deg);
    }
}
@media (min-width:992px){
    #visual .bg {
        height: 900px;
    }
    #visual .bg img {
        opacity: 0;
    }
}
@media (max-width:992px){
    #visual .bg {
        height: 350px;
    }
}
@media (max-width:767px){
    #visual .contxt {
        text-align: center;
    }
    #visual_wrp #arr_next,
    #visual_wrp #arr_prev {
        display: none !important;
    }
    #visual h1 {
        font-size: 25px;
    }
    #visual h5 {
        line-height: 1.2em;
    }
}

/*fullpage_navigation*/
#fp-nav.fp-left {
    left: 30px;
}
#fp-nav ul li, .fp-slidesNav ul li {
    height: 20px;
    margin: 20px 7px;
}
#fp-nav ul li .fp-tooltip {
    width: auto;
    opacity: 1;
    color: #9fa0a4;
    font-family: "Manrope" !important;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: bold;
}
#fp-nav ul li a.active > .fp-tooltip {
    color: #a1cb5e;
}
#fp-nav ul li a span, 
.fp-slidesNav ul li a span,
#fp-nav ul li:hover a span, 
.fp-slidesNav ul li:hover a span {
	background: #a1cb5e;
    margin: -3px 0 0 -1px;
    height: 7px;
    width: 7px;
    background-color: #9fa0a4;
}
#fp-nav ul li a.active span, 
.fp-slidesNav ul li a.active span, 
#fp-nav ul li:hover a.active span, 
.fp-slidesNav ul li:hover a.active span {
    margin: -3px 0 0 -1px;
    height: 7px;
    width: 7px;
    background-color: #a1cb5e;
}
@media (min-width:992px){
    #wrapper:before {
        content: "";
        position: fixed;
        left: 116px;
        height: 100vh;
        width: 1px;
        top: 0;
        z-index: 3;
        background-color: rgba(255,255,255,0.2);
    }
}
@media (max-width:1600px){
    #fp-nav.fp-left {
        left: 0px;
    }
    #wrapper:before {
        left: 16px;
    }
}
@media (max-width:1300px){
    #wrapper:before,
    #fp-nav {
        display: none !important;
    }
}
/*Slider - navigation*/
#slider_bt {
    position: absolute;
    bottom: 20%;
    width: 100%;
    left: 0;
    z-index: 100;
}
#slider_bt .con {
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 15px;
}
#slider_bt .slider-nav .slick-track {
    width: auto !important;
	text-align: center;
}
#slider_bt .slider-nav .slick-track .slick-slide {
    display: inline-block;
    width: auto !important;
    float: none;
}
#slider_bt .slider-nav .slick-track .slick-slide span {
    display: inline-block;
    width: 9px;
    height: 9px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    margin: 0 5px;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
}
#slider_bt .slider-nav .slick-track .slick-slide.is-active span {
    background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width:992px){
    #slider_bt .slider-nav .slick-track .slick-slide {
        float: none;
    }
    #slider_bt .slider-nav .slick-track .slick-slide h3 {
        font-size: 20px;
    }
    #slider_bt .slider-nav .slick-track .slick-slide:last-child h3 {
        max-width: 0px;
    }
    #slider_bt .slider-nav .slick-track .slick-slide:not(:last-child) h3:after {
        top: 14px;
    }
}
@media (max-width:992px){
    #slider_bt .slider-nav .slick-track {
        text-align: center;
    }
}
@media (max-width:767px){
    #slider_bt {
        bottom: 10%;
    }
}


/* fbox */
.fbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (min-width:768px) {
    .fbox.fx > div {
        width: 50%;
    }
    .fbox > .txt.lft {
        padding-right: 30px;
    }
    .fbox > .txt.rt {
        padding-left: 30px;
    }
    .fbox.short > .txt.lft {
        padding-right: 5px;
    }
    .fbox.short > .txt.rt {
        padding-left: 5px;
    }
    .fbox.long > .txt.lft {
        padding-right: 60px;
    }
    .fbox.long > .txt.rt {
        padding-left: 60px;
    }
}
@media (max-width:767px) {
    .fbox {
        flex-wrap: wrap;
    }
}
/* ms1 */
#ms1 {
    background: url(../img/ms1_bg.jpg) center center no-repeat;
    background-size: cover;
}
@media (max-width:768px){
    #ms1 .fbox .lft {
        order: 2;
        padding-top: 30px;
        width: 100%;
    }
    #ms1 .fbox .rt {
        order: 1;
        text-align: center;
        width: 100%;
    }
}
/* ms2 */
#ms2 {
    background-color: #f7f7f7;
}
#ms2 ul li {
    position: relative;
}
#ms2 ul li:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    top: 0%;
    height: 100%;
    width: 1px;
    background-color: #eee;
}
#ms2 .item {
    padding: 0 20px;
}
#ms2 .item h1 {
    color: #e7e9e3;
    font-size: 65px;
}
@media (max-width:768px){
    #ms2 ul li:not(:last-child) {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    #ms2 ul li:not(:last-child):after {
        height: 1px;
        width: 100%;
        top: auto;
        bottom: 0px;
    }
    #ms2 .item h1 {
        font-size: 35px;
    }
}
/* ms4 */
#ms4 {
    background: url(../img/ms4_bg.png) center center no-repeat;
    position: relative;
    background-size: cover;
}
#ms4 .leaf1 {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 15vw;
}
#ms4 .leaf2 {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 15vw;
}
#ms4 .prdItem {
    text-decoration: none;
}
#ms4 .prdItem .lft {
    width: 40%;
}
#ms4 .prdItem .rt {
    width: 60%;
}
#ms4 .prdItem .btnItem {
    display: inline-block;
    line-height: 32px;
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 0 20px;
    font-weight: 400;
    color: #999;
}
@media (max-width:768px){
    #ms4 .prdItem {
        padding: 20px 0;
        align-items: flex-start;
    }
    #ms4 .prdItem .lft {
        width: 40%;
        order: 2;
    }
    #ms4 .prdItem .rt {
        width: 60%;
        padding-right: 10px;
        order: 1;
    }
}

/* btnWrp */
.btnWrp .btnItem {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 15px 20px;
    border-radius: 50px;
    margin: 5px 0;
    background-color: #000;
    width: 100%;
    border: 0px;
    text-align: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.btnWrp .btnItem.w {
    background-color: #fff;
    color: #333;
}
.btnWrp .btnItem.inline-btn {
    width: 300px;
    justify-content: space-between;
}
.btnWrp.text-center .btnItem.inline-btn {
    margin: 0 auto;
}
.btnWrp .btnItem i,
.btnWrp .btnItem img,
.btnWrp .btnItem span,
.btnWrp .btnItem strong{
    display: inline-block;
}
.btnWrp .btnItem.icon {
    text-align: left;
}
.btnWrp .btnItem.icon i {
    width: 20px;
    text-align: center;
}
.btnWrp .btnItem.icon img {
    width: 23px;
    text-align: center;
}
.btnWrp .btnItem.icon span {
    width: calc(100% - 43px);
    padding-left: 15px;
}

/* ms3 */
#ms3 img {
    width: 100%;
}
/* ms5 */
#ms5 {
    height: 480px;
    background: url(../img/ms5_bg.jpg) center center no-repeat;
    background-size: cover;
}
@media (max-width:768px){
    #ms5 {
        height: 250px;
    }
}
/* ms6 */
#ms6 .fbox .lft img {
    width: 100%;
}
#ms6 .fbox .rt {
    padding-left: 60px;
}
#ms6 .btnWrp .btnItem.icon1 {
    background-color: #ffe21e;
    color: #362b0b;
}
@media (max-width:768px){
    #ms6 .fbox .rt {
        width: 100%;
        padding: 30px 15px;
        text-align: center;
    }
    #ms6 .btnWrp .btnItem {
        margin: 0 auto;
    }
}

/* footer */
#footer {
    padding: 50px 0 !important;
}
#footer h6 {
    font-size: 15px;
}