/* 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*/
ul, ol {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
img {
	max-width: 100%;
    height: auto;
}
: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;
}
.max_h {
    max-height: 1080px;
}
.max_half {
    max-width: 1000px;
}
.max_half.left {
    margin-left: auto;
}
.max_half.right {
    margin-right: auto;
}
/* only */
@media (max-width:500px){
    .only-pc {
        display: none;
    }
}
@media (min-width:500px){
    .only-mobile {
        display: none;
    }
}
/*row*/
@media (max-width:768px){
    .row {
        margin: 0 -5px;
    }
    .row > li,
    .row > div {
        padding: 0 5px;
    }
}
/* Header */
#header {
    z-index: 1500;
}
#header .header-body {
    padding: 0 30px;
    border-top: 0px;
}	
@media (max-width:992px){
    #header .header-body {
        padding: 10px 15px;
    }	
}	
/* mainNav :: Global Navigation */
.header-shape nav > #mainNav {
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.header-shape nav > #mainNav > li {
    float: none;
    display: inline-block;
}
.header-shape nav > #mainNav > li a {
    color: #8B8B8B;
    font-family: "MiloOT-Light";
    font-size: 16px;
}
.header-shape nav > #mainNav > li > a {
    padding: 20px 10px;
    text-align: left;
}
.header-shape nav > #mainNav > li a:hover {
    color: #000;
}
.header-shape nav > #mainNav > li > .dropdown-menu li a {
    padding: 0 10px;
}
.header-shape nav > #mainNav > li > .dropdown-menu li a:hover {
    background-color: transparent;
    color: #000;
}
/* Header Layout */
#header .logoBox {
    width: 30%;
}
#header .mnBox {
    width: 35%;
}
#header .linkBox {
    width: 35%;
}
@media (max-width:992px) {	
    #header .logoBox {
        width: 85%;
    }
    #header .linkBox {
        width: 15%;
    }
}
/* logoBox */
#header .logoBox a {
    text-decoration: none;
}
#header .logoBox a p {
    display: inline-block;
    margin-left: 10px;
    padding-left: 25px;
    background: url(../img/swiss.png) left center no-repeat;
    background-size: 18px;
}
@media (max-width:768px){
    #header .logoBox a p {
        margin-left: 0;
        font-size: 10px;
        padding-left: 16px;
        background-size: 12px;
    }
}
/* linkBox */
.linkBox {
    text-align: right;
}
.linkBox .global,
.linkBox .globalWrp,
.linkBox .links,
.linkBox .schBox {
    display: inline-block;
    text-align: left;
}
.linkBox .schBox .mobile-search-form {
    position: relative;
}
.linkBox .schBox .mobile-search-form #sch_stx {
    border: 0px;
    border-bottom: 1px solid #8B8B8B;
    line-height: 25px;
    padding: 0px;
    padding-right: 25px !important;
    background-color: transparent;
    box-shadow: 0 0 0;
    border-radius: 0;
    font-weight: 400;
    font-size: 14px;
}
.linkBox .schBox .mobile-search-form .search-btn {
    position:absolute;
    width: 13px;
    height: 100%;
    right: 0;
    top: 0;
    background: url(../img/sch_i.png) center center no-repeat;
    border: 0px;
    background-size: 13px !important;
}
.linkBox .links li {
    display: inline-block;
}
.linkBox .links li a {
    color: #8B8B8B;
    display: inline-block;
    text-decoration: none;
    font-family: "MiloOT-Light";
    padding: 0 14px;
    font-size: 16px;
}
.linkBox .links li a:hover {
    color: #000;
}
.linkBox .global a {
    text-decoration: none;
}
.linkBox .global span {
    display: inline-block;
    width: 24px;
    height: 22px;
    vertical-align: middle;
}
.linkBox .global .global_k {
    background: url(../img/global_k.png) center center no-repeat;
    background-size: 100%;
}
@media (max-width:1600px){
    .linkBox .links li a {
        padding: 0 5px;
    }
}
@media (max-width:1600px){
    .linkBox .schBox .mobile-search-form .search-btn {
        background-image: url(../img/sch_i_big.png);
    }
    .linkBox .global .global_k {
        background-image: url(../img/global_k_big.png);
    }
}
/* Header Drop Menu */	
#header nav > ul > .dropdown i {
    display: none;
}
@media (min-width:992px) {	
    #header nav > ul > li.dropdown > .dropdown-menu {
        transform: translate3d(0, 0, 0);
        opacity: 0;
        padding: 0;
        min-width: 150px;
        display: block;
        padding: 10px 0;
        top: 20%;
        box-shadow: 0 0 0;
        border-radius: 0px;
        border: 0;
        max-height: 0;
        overflow: hidden;

        transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
	#header nav > ul > li.dropdown:hover > .dropdown-menu {
        border-top: 0px;
        opacity: 1;
        background-color: #fff;
        top: 90%;
        max-height: 1000px;
	}
	#header nav > ul > li.dropdown:hover > .dropdown-menu {
		transform: translate3d(0, 0, 0);
	}
}
/*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: #333;
}
.lines_bar:before,
.lines_bar:after {
    display: inline-block;
    width: 30px;
    height: 3px;
    transition: 0.3s;
    position: absolute;
    background-color: #333;
    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);
}
/*mn_header*/
.mn_header {
	background-color: #f2f2f2;
}
.mn_header .logobox {
	padding: 25px 0;
}
.mn_header .logobox a {
	text-decoration: none;
	display: block;
}
.mn_header .h_nav {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.mn_header .h_nav a {
	text-decoration: none;
	display: block;
	padding: 15px 0;
	color: #333;
}
@media (max-width:992px){
	.mn_header .logobox {
		padding: 20px 0;
		text-align: left;
	}
	.mn_header .logobox a img {
		width: 120px;
	}
}

/*Mobile Navigation*/
.mobile-nav {
	left: 0;
	width: 100%;
	display: block !important;
	position: fixed;
	top: 0;
    z-index: -1;
	height: 100%;
	padding: 10px 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: rgba(255,255,255,0.9);
    opacity: 0;
}
.mmenu-open .mobile-nav {
	z-index: 3999;
    opacity: 1;
}
.mobile-nav .mmenu-toggle-btn {
    position: absolute;
    right: 15px;
    top: 11px;
}
.mobile-nav .linkBox {
    text-align: center;
    margin-top: 60px;
}
.mobile-nav .linkBox .schBox {
    margin-bottom: 10px;
}
.mobile-nav .linkBox {
    display: flex;
    flex-wrap: wrap;
}
.mobile-nav .linkBox > .schBox,
.mobile-nav .linkBox > .globalWrp {
    width: 100%;
}
.mobile-nav .linkBox .schBox {
    order: 2;
    text-align: left;
    margin-top: 40px;
    margin-bottom: 30px;
}
.mobile-nav .linkBox .globalWrp {
    order: 1;
    text-align: right;
}
.mobile-side-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
    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: 15px;
}
.mobile-side-menu li a {
	display: block;
    text-align: left;
    font-size: 35px;
    line-height: 1.2em;
    font-weight: 500;
    background-color: transparent;
    color: #666;
    border: 0;
    padding: 20px 15px;
    white-space: normal;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "MiloOT-Light";
    -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: 30px;
}
.mobile-side-menu li.dropdown > a:before {
	position: absolute;
	font: normal normal 16px/16px "FontAwesome";
	text-decoration: inherit;
	content: "\f107";
	top: 22px;
	right: 0;
	display: block;
	color: #636363;
	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%;
    margin-top: -20px;
}
.mobile-side-menu  .dropdown-menu a {
    font-size: 15px;
}
.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;
}
@media (max-width:768px) {
    .mobile-nav {
        /* left: -300px;
        width: 300px; */
        overflow-y: scroll;
    }
    .mobile-side-menu > .mmenu-toggle-btn {
        top: 0px;
        left: 0;
        line-height: 20px;
    }
    .mobile-side-menu li a {
        font-size: 25px;
        padding: 15px 15px;
    }
    .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;
}
/*conbox*/
.conbox {
    margin-top: 60px;
}
.conbox.conbox_lg {
    margin-top: 100px;
}
.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_mini {
		margin-top: 20px;
	}
	.conbox.conbox_xs {
		margin-top: 15px;
	}
    .conbox.conbox_xxs {
        margin-top: 8px;
    }
}
/*sec_dvd*/
.sec_dvd {
    padding: 130px 0;
}
.sec_dvd.sec_dvd_xxlg {
    padding: 300px 0;
}
.sec_dvd.sec_dvd_md {
    padding: 170px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 100px 0;
}
.sec_dvd.sec_dvd_xs {
    padding: 60px 0;
}
.sec_dvd.sec_dvd_xxs {
    padding: 40px 0;
}
@media (max-width:992px){
    .sec_dvd {
        padding: 60px 0;
    }
    .sec_dvd.sec_dvd_xxlg {
        padding: 200px 0;
    }
    .sec_dvd.sec_dvd_md {
        padding: 70px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 40px 0;
    }
    .sec_dvd.sec_dvd_xs {
        padding: 20px 0;
    }
    .sec_dvd.sec_dvd_xxs {
        padding: 10px 0;
    }
}
@media (max-width:768px){
    .sec_dvd.sec_dvd_xxlg {
        padding: 80px 0;
    }
    .sec_dvd.sec_dvd_md {
        padding: 50px 0;
    }
}

/*c_wrp*/
.v_t > li,
.v_t > div {
    vertical-align: top;
}
.v_m > li,
.v_m > div {
    vertical-align: middle;
}
.v_bt > li,
.v_bt > div {
    vertical-align: bottom;
}
@media (min-width:768px) {
    .c_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .c_wrp.t_fx {
        table-layout: fixed;
    }
    .c_wrp > li,
    .c_wrp > div {
        display: table-cell;
    }
}
/*m_wrp*/
@media (max-width:768px) {
    .m_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .m_wrp.t_fx {
        table-layout: fixed;
    }
    .m_wrp > li,
    .m_wrp > div {
        display: table-cell;
    }
}
/*c_wrp_lg*/
@media (min-width:992px) {
    .c_wrp_lg {
        display: table;
        width: 100%;
        height: 100%;
    }
    .c_wrp_lg.t_fx {
        table-layout: fixed;
    }
    .c_wrp_lg > li,
    .c_wrp_lg > div {
        display: table-cell;
    }
}
/*m_wrp_lg*/
@media (max-width:768px) {
    .m_wrp_lg {
        display: table;
        width: 100%;
        height: 100%;
    }
    .m_wrp_lg.t_fx {
        table-layout: fixed;
    }
    .m_wrp_lg > li,
    .m_wrp_lg > div {
        display: table-cell;
    }
}
/*color*/
.c_bei {
    color: #99977f !important;
}
.c_gd {
    color: #b6a679 !important;
}
.c_org {
    color: #ff7427 !important;
}
.c_lorg {
    color: #f59a23 !important;
}
.c_yl {
    color: #fffc02 !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_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: 50vh;
    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;
	border-top: 0px;
	padding: 60px !important;
    background-color: #BEBEBE;
    position: relative;
    z-index: 1105;
}
#footer p {
    color: #8B8B8B;
    margin-top: 20px;
}
#footer .dropdown-menu {
    position: relative;
    transform: translate3d(0, 0, 0);
    opacity: 0;
    padding: 0;
    min-width: 150px;
    display: block;
    padding: 0;
    box-shadow: 0 0 0;
    border-radius: 0px;
    border: 0;
    max-height: 0;
    overflow: hidden;
    border-top: 0px;
    opacity: 1;
    background-color: transparent;
    top: auto;
    max-height: 1000px;
}
@media (min-width:992px) {
    #footer .left {
        width: 70%;
        padding-left: 20%;
    }
}
@media (max-width:992px) {
    #footer {
        padding: 30px 15px !important;
        text-align: center;
    }
    #footer p {
        margin-top: 5px;
    }
}

/* visual */
#visual {
    position: relative;
}
#visual .c_wrp {
    height: 100vh;
    max-height: 900px;
}
#visual .video-parallax {
    -webkit-transition-position: fixed;
    position: fixed;
}
#visual video {
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
}
#visual .txt h1 {
    font-size: 70px;
    line-height: 1em;
}
#visual .txt p {
    margin-top: 15px;
    max-height: 900px;
}
@media (min-width:992px){
    #visual {
        background-attachment: fixed;
    }
}
@media (max-width:992px){
    #visual .txt h1 {
        font-size: 40px;
    }
    #visual .txt p {
        margin-top: 10px;
    }
}
@media (max-width:768px){
    #visual .txt h1 {
        font-size: 25px;
    }
    #visual .c_wrp {
        max-height: 500px;
    }
    #visual video {
        height: 500px;
    }
}
@media (max-width:500px){
    #visual .c_wrp {
        max-height: 400px;
    }
    #visual video {
        height: 400px;
    }
}
/* dvdSection */
.dvdSection .bg {
    position: relative;
    overflow: hidden;
}
.dvdSection .txt {
    padding: 0 30px 80px 80px;
    background-color: #fff;
}
@media (min-width:992px) and (max-height:800px){
    .dvdSection .txt {
        padding: 80px 30px 80px 80px;
    }
    .dvdSection .bg .bg_con {
        height: 900px;
    }
}
@media (min-width:992px) and (min-height:800px){
    .dvdSection {
        height: 100vh;
        max-height: 900px;
    }
    .dvdSection .bg .bg_con {
        height: 100vh;
    }
}
@media (min-width:992px){
    .dvdSection .bg.leftBg {
        width: 60%;
    }
    .dvdSection .bg.rightBg {
        width: 40%;
    }
    .dvdSection .bg .bg_con {
        content: "";
        width: 100%;
        left: 0;
        top: 0;
        position: absolute;
        background-size: cover !important;
    }
}
@media (max-width:992px){
    .dvdSection .c_wrp_lg {
        display: flex;
        flex-wrap: wrap;
    }
    .dvdSection .c_wrp_lg > div {
        width: 100%;
    }
    .dvdSection .bg {
        height: 200px;
        width: 100%;
        background-size: fixed !important;
        /* background-attachment: fixed !important; */
        order: 2;
    }
    .dvdSection .txt {
        padding: 30px 15px;
        order: 1;
    }
}

/* ms1 */
#ms1 .txt .txtCon {
    max-width: 410px;
}
@media (min-width:992px){
    #ms1 {
        background: url(../img/ms1_bg.jpg) left center no-repeat;
        background-size: 60% !important;
        background-attachment: fixed;
    }
}
@media (max-width:992px){
    #ms1 .bg {
        background: url(../img/ms1_bg.jpg) left center no-repeat;
    }
    #ms1 .c_wrp_lg {
        display: flex;
        flex-wrap: wrap;
    }
    #ms1 .c_wrp_lg > div {
        width: 100%;
    }
    #ms1 .c_wrp_lg > .bg {
        order: 1;
    }
    #ms1 .c_wrp_lg > .txt {
        order: 2;
    }
}
/* ms2 */
#ms2 .txt .txtCon {
    max-width: 820px;
}
#ms2 .bg {
    position: relative;
    background-color: #fff;
}
#ms2 video {
    left: 0;
    top: 0;
    position: absolute;
    background-size: cover !important;
}
@media (min-width:992px) and (max-height:800px){
    #ms2 video {
        height: 900px;
    }
}
@media (min-width:992px) and (min-height:800px){
    #ms2 video {
        height: 100vh;
    }
}
@media (min-width:992px){
    #ms2 .bg .bg_con {
        background: url(../img/ms2_bg.jpg) 10% center no-repeat;
        background-attachment: fixed;
    }
}
@media (max-width:992px){
    #ms2 .bg {
        background: url(../img/ms2_bg.jpg) left center no-repeat;
    }
    #ms2 video {
        height: 70vh;
    }
    #ms2 .c_wrp_lg {
        display: flex;
        flex-wrap: wrap;
    }
    #ms2 .c_wrp_lg > div {
        width: 100%;
    }
    #ms2 .c_wrp_lg > .bg {
        order: 1;
    }
    #ms2 .c_wrp_lg > .txt {
        order: 2;
    }
}

/* m3 */
#m3 {
    background-color: #007346;
    padding: 60px 0;
}
#m3 ul > li .item{
    width: 100%;
}
#m3 ul li p {
    margin-top: 30px;
    color: #fff;
    max-width: 290px;
    word-break: break-all;
}
@media (min-width:1200px){
    #m3 ul {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #m3 ul > li {
        width: 330px;
        margin: 60px 0;
    }
}
@media (max-width:1200px) and (min-width:768px){
    #m3 ul {
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #m3 ul > li {
        width: 330px;
        margin: 60px 0;
    }
}
@media (min-width:992px){
    #m3 {
        height: 100vh;
        max-height: 900px;
        position: relative;
    }
    #m3 .con {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
}
@media (max-width:768px){
    #m3 {
        padding: 30px 15px;
    }
    #m3 ul li {
        margin: 25px 0;
    }
    #m3 ul li p {
        margin-top: 5px;
    }
}
/* ms4 */
@media (min-width:992px){
    #ms4 {
        background: url(../img/ms4_bg.jpg) left center no-repeat;
        background-size: 60% !important;
        background-attachment: fixed;
    }
    #ms4 .txt ul li:not(:first-child){
        margin-top: 110px;
    }
}
@media (min-width:992px) and (min-height:800px){
    #ms4 {
        min-height: 1080px !important;
        height: 1080px;
        max-height: auto;
    }
}
@media (max-width:992px){
    #ms4 .bg .bg_con {
        background: url(../img/ms4_bg.jpg) left center no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
}
@media (min-width:768px){
    #ms4 .f_box {
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-end;
        flex-direction: row;
    }
    #ms4 .f_box .tbox {
        width: 250px;
    }
    #ms4 .f_box .ibox {
        width: 250px;
    }
}
@media (max-width:992px){
    #ms4 .f_box .ibox img {
        height: 200px;
    }
    #ms4 .bg {
        display: none;
    }
}
@media (max-width:768px){
    #ms4 .bg {
        background: url(../img/ms4_bg.jpg) left center no-repeat;
    }
    #ms4 ul li:not(:last-child) {
        margin-bottom: 20px;
    }
    #ms4 .f_box {
        text-align: center;
    }
    #ms4 .f_box .tbox h4 {
        margin-top: 10px;
        margin-bottom: 0px;
        display: none;
    }
    #ms4 .f_box .ibox img {
        height: 150px;
    }
}

/* btnWrp */
.btnWrp .btn_dft {
    text-decoration: none;
    background-color: #007346;
    width: 140px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    font-weight: 200;
    color: #fff;
    border: 1px solid #007346;

    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.btnWrp .btn_dft:hover {
    background-color: #fff;
    color: #007346;
}
.btnWrp .btn_dft.btn_w {
    color: #000;
    border-color: #fff;
    background-color: #fff;
}
.btnWrp .btn_dft.btn_green {
    color: #fff;
    border-color: #36B542;
    background-color: #36B542;
}
.btnWrp .btn_dft.btn_gr {
    color: #fff;
    border-color: #8B8B8B;
    background-color: #8B8B8B;
}
.btnWrp .btn_dft.btn_gr:hover {
    border-color: #B2B2B2;
    background-color: #B2B2B2;
}
@media (max-width:768px){
    .btnWrp .btn_dft {
        width: 120px;
        line-height: 30px;
    }
}
/* ms5 */
#ms5 {
    background-color: #fff;
}
#ms5 .right .float #topImg {
    display: block;
    width: 100%;
    position: relative;
}
#ms5 .right #topImg .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/targetImg0.jpg) center center no-repeat;
    background-size: cover;
    opacity: 0;

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#ms5 .right #topImg .bg0 {
    background-image: url(../img/targetImg0.jpg);
    opacity: 1;
}
#ms5 .right #topImg .bg1 {
    background-image: url(../img/targetImg1.jpg);
}
#ms5 .right #topImg .bg2 {
    background-image: url(../img/targetImg2.jpg);
}
#ms5 .right #topImg .bg3 {
    background-image: url(../img/targetImg3.jpg);
}
#ms5 .right #topImg .bg4 {
    background-image: url(../img/targetImg4.jpg);
}
#ms5 .right #topImg .bg5 {
    background-image: url(../img/targetImg5.jpg);
}
#ms5 .right #topImg .bg6 {
    background-image: url(../img/targetImg6.jpg);
}
#ms5 .right #topImg .bg.act {
    opacity: 1;
}
@media (min-width:992px){
    #ms5 .left {
        width: 60%;
    }
    #ms5 .right {
        width: 60%;
        position: relative;
    }
    #ms5 .right .float {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    #ms5 .right .float #topImg {
        height: 66.6666%;
    }
    #ms5 .right .tbox {
        padding: 40px 50px;
    }
    #ms5 .right .tbox p {
        max-width: 570px;
    }
}
@media (max-width:992px){
    #ms5 .right .float #topImg {
        height: 200px;
    }
    #ms5 .right .tbox {
        padding: 20px 15px;
    }
    #ms5 .c_wrp_lg {
        display: flex;
        flex-wrap: wrap;
    }
    #ms5 .c_wrp_lg > div {
        width: 100%;
    }
    #ms5 .c_wrp_lg > .right {
        order: 1;
    }
    #ms5 .c_wrp_lg > .left {
        order: 2;
    }
}
/* hiscom */
#hiscom {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
@media (min-width:992px){
    #hiscom {
        display: flex;
        flex-wrap: wrap;
        background-color: #007346;
        align-items: center;
    }
    #hiscom > li {
        width: 50%;
    }
    #hiscom > li.first {
        padding: 40px 50px;
    }
    #hiscom .hisItem {
        position: relative;
        cursor: pointer;
    }
    #hiscom .hisItem img {
        width: 100%;
    }
    #hiscom .hisItem > .tbox {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 40px 50px;
        background-color: #fff;
        opacity: 0;

        transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    #hiscom .hisItem.act > .tbox,
    #hiscom .hisItem:hover > .tbox {
        opacity: 1;
    }
}
@media (max-width:992px){
    #hiscom .hisItem > img {
        width: 100%;
    }
    #hiscom .hisItem > .tbox {
        padding: 20px 15px;
    }
}
/* slick-dots */
.slick-dots {
    text-align: center;
    padding: 0px;
    margin-top: 0;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    display: inline-block;
    width: 7px;
    height: 7px;
    border: 0px;
    background-color: #ddd;
    border-radius: 50%;
    margin: 5px;
    line-height: 7px;
    padding: 0;
    color: transparent;
}
.slick-dots li.slick-active button {
    width: 20px;
    border-radius: 50px;
    background-color: #007346;
}
@media (max-width:768px){
    .slick-dots {
        text-align: center;
        padding: 0px;
        margin-top: 20px;
    }
}

/* ms6 */
#ms6 {
    background-color: #fff;
}
#ms6 #topImgMs6 {
    position: relative;
    width: 100%;
}
#ms6 #topImgMs6 span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/ms6_img1.jpg) center center no-repeat;
    background-size: cover;
    opacity: 0;

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#ms6 #topImgMs6 .topImg1 {
    background-image: url(../img/ms6_img1.jpg);
}
#ms6 #topImgMs6 .topImg2 {
    background-image: url(../img/ms6_img2.jpg);
}
#ms6 #topImgMs6 .topImg3 {
    background-image: url(../img/ms6_img3.jpg);
}
#ms6 #topImgMs6 .topImg4 {
    background-image: url(../img/ms6_img4.jpg);
}
#ms6 #topImgMs6 .topImg.act{
    opacity: 1;
}
#ms6 #txtHover {
    display: flex;
    flex-wrap: nowrap;
}
#ms6 #txtHover > li {
    width: 25%;
}
#ms6 #txtHover > li .item {
    padding: 45px 15px 15px 60px;
    cursor: pointer;
}
#ms6 #txtHover > li .item p {
    max-width: 300px;
    margin-top: 40px;
}
@media (min-width:992px){
    #ms6 #topImgMs6 {
        height: 793px;
    }
    #ms6 #txtHover > li .item {
        min-height: 300px;
    }
    #ms6 #txtHover > li .item:hover {
        background-color: #007346;
    }
    #ms6 #txtHover > li .item:hover h4,
    #ms6 #txtHover > li .item:hover p {
        color: #fff !important;
    }
}
@media (max-width:992px){
    #ms6 #topImgMs6 {
        height: 400px;
    }
    #ms6 #txtHover {
        flex-wrap: wrap;
    }
    #ms6 #txtHover > li {
        width: 50%;
        min-height: 200px;
    }
    #ms6 #txtHover > li .item {
        padding: 20px 15px;
        height: 100%;
    }
    #ms6 #txtHover > li .item p {
        margin-top: 10px;
    }
    #ms6 #txtHover > li:nth-child(3) .item,
    #ms6 #txtHover > li:nth-child(2) .item {
        background-color: #007346;
    }
    #ms6 #txtHover > li:nth-child(3) .item h4,
    #ms6 #txtHover > li:nth-child(3) .item p,
    #ms6 #txtHover > li:nth-child(2) .item h4,
    #ms6 #txtHover > li:nth-child(2) .item p {
        color: #fff !important;
    }
}
@media (max-width:768px){
    #ms6 #topImgMs6 {
        height: 250px;
    }
    #ms6 #txtHover > li {
        min-height: 220px;
    }
    #ms6 #txtHover > li .item {
        padding: 20px 15px 0;
        height: 100%;
    }
}

/* ms7 */
#ms7 .bg {
    position: relative;
    overflow: hidden;

    /* 임시 */
    /* background: url(../img/video3.jpg) center center no-repeat;
    background-size: cover; */
}
#ms7 .txt {
    position: absolute;
    left: 50%;
    bottom: 20%;
    z-index: 5;
}
#ms7 .txt p {
    max-width: 575px;
}
#ms7 .vdo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
}
#ms7 .vdo video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
@media (min-width:1800px) {
    #ms7 video {
        width: 100%;
    }
}
/* @media (min-width:992px) {
    #ms7 .bg {
        background-attachment: fixed;
    }
} */
@media (min-width:992px) and (max-height:800px){
    #ms7 .bg {
        height: 900px;
    }
}
@media (min-width:992px) and (min-height:800px){
    #ms7 .bg {
        height: 100vh;
    }
}
@media (max-width:992px) {
    #ms7 .bg {
        height: 500px;
    }
    #ms7 .txt {
        left: 0;
        padding: 30px 15px;
        bottom: 10%;
    }
}
@media (max-width:768px) {
    #ms7 .bg {
        height: 550px;
    }
}
@media (max-width:500px) {
    #ms7 .bg {
        height: 400px;
    }
}

/* ms8 */
#ms8 {
    background-color: #fff;
}
/* prdSlick */
#prdSlick .slick-slide a:hover {
    background-color: #007346;
}
#prdSlick .slick-slide a .ibox img {
    display: inline-block;
    margin: 0 auto;
}
#prdSlick .slick-slide a .tbox {
    min-height: 250px;
    position: relative;
}
#prdSlick .slick-slide a .tbox p {
    display: inline-block;
    max-width: 330px;
    text-align: left;
}
#prdSlick .slick-slide a:hover .tbox p {
    color: #fff;
}
#prdSlick .slick-slide a .tbox .btnWrp {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}
#prdSlick .slick-slide a:hover .btnWrp .btn_dft {
    background-color: #fff;
    color: #007346;
}
@media (min-width:992px) and (max-height:800px){
    #prdSlick .slick-slide {
        height: 900px;
    }
}
@media (min-width:992px) and (min-height:800px){
    #prdSlick .slick-slide {
        height: 100vh;
        max-height: 1080px;
    }
}
@media (max-width:992px) {
    #prdSlick .slick-slide a {
        padding: 30px;
    }
    #prdSlick .slick-slide a .tbox {
        min-height: 70px;
    }
    #prdSlick .slick-slide a .tbox p {
        display: none;
    }
}

/* shop 0530 ~ ===================================== */
#tableBoxWrp .tableClean thead tr th,
#tableBoxWrp .tableClean thead tr td,
#tableBoxWrp .tableClean tbody tr th,
#tableBoxWrp .tableClean tbody tr td {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    padding: 15px 0;
}
#tableBoxWrp .tableClean thead tr th,
#tableBoxWrp .tableClean thead tr td {
    color: #999;
    text-align: center;
}
#tableBoxWrp .tableClean tbody tr th,
#tableBoxWrp .tableClean tbody tr td {
    text-align: center;
    vertical-align: middle;
}
#tableBoxWrp .tableClean tbody tr td.td_chk {
    padding-bottom: 0px;
    text-align: left;
}
@media (min-width:768px){
    #tableBoxWrp .tableClean thead tr th,
    #tableBoxWrp .tableClean thead tr td,
    #tableBoxWrp .tableClean tbody tr th,
    #tableBoxWrp .tableClean tbody tr td {
        border-bottom: 1px solid #ddd;
    }
}
@media (max-width:768px){
    #tableBoxWrp .tableClean tbody tr th,
    #tableBoxWrp .tableClean tbody tr td {
        text-align: right;
    }
    #tableBoxWrp .tableClean tbody tr td.td_chk {
        height: 0px;
        overflow: visible;
        z-index: 3;
        position: relative;
    }
}
/* itemInfo */
#itemInfoThum {
    display: flex;
    align-items: center;
}
#itemInfoThum .sod_name {
    text-align: left;
    padding-left: 15px;
}





/*tableOrder*/
.table.tableOrder {
    margin: 0px;
}
.table.tableOrder tbody tr th,
.table.tableOrder tbody tr td {
    vertical-align: middle;
    padding: 10px !important;
    line-height: 40px !important;
    border: 0px
}
.tbl_head01 .table.tableOrder tbody tr th,
.table.tableOrder.tbl_frm01 tbody tr th {
    width: 115px !important;
}
.table.tableOrder tbody tr td {}
.table.tableOrder tbody tr th,
.table.tableOrder tbody tr td,
.table.tableOrder tbody tr th label,
.table.tableOrder tbody tr td label {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    position: relative;
    margin: 0px;
}
.table.tableOrder tbody tr th {
    font-weight: 400;
}
.table.tableOrder tbody tr th.required_form label:after {
    content: "*";
    position: absolute;
    left: -10px;
    top: 2px;
    color: #d42222;
    font-weight: 600;
}
.table.tableOrder tbody tr td .frm_input  {
    border-radius: 0;
    box-shadow: 0 0 0;
    color: #333;
    font-size: 14px;
    padding: 0 10px;
    font-weight: 400;
    top: 0;
    border: 1px solid #B2B2B2;
    line-height: 40px;
    color: #8B8B8B;
    font-family: 'malgun gothic';
    vertical-align: middle;
}
.table.tableOrder tbody tr td textarea.frm_input  {
    width: 100%;
}
.table.tableOrder tbody tr td .addWrp input,
.table.tableOrder tbody tr td .addWrp select {
    margin-top: 5px;
}
.table.tableOrder tbody tr td .btn_address  {
    background-color: #111 !important;
    border-radius: 0px !important;
    width: 90px !important;
    font-size: 13px;
    font-weight: 400;
    line-height: 40px;
    color: #fff;
    border: 0px;
    vertical-align: middle;
}
.table.tableOrder tbody tr td p.dft {
    display: inline-block;
    font-weight: 300;
}
.table.tableOrder tbody tr td p.dft strong {
    font-weight: 500;
}
.table.tableOrder tbody tr td p.dft .c_pk {
    color: #d42222 !important;
}
@media (max-width:768px){
    .table.tableOrder.tbl_frm01 tbody tr th {
        width: 95px !important;
    }
    .table.tableOrder tbody tr th,
    .table.tableOrder tbody tr td {
        padding: 5px 0 !important;
        line-height: 30px !important;
    }
    .table.tableOrder tbody tr td {}
    .table.tableOrder tbody tr th,
    .table.tableOrder tbody tr td,
    .table.tableOrder tbody tr th label,
    .table.tableOrder tbody tr td label {
        font-size: 14px;
    }
}
@media (max-width:500px){
    .table.tableOrder tbody tr td {}
    .table.tableOrder tbody tr th,
    .table.tableOrder tbody tr td,
    .table.tableOrder tbody tr th label,
    .table.tableOrder tbody tr td label {
        font-size: 12px;
    }
    .table.tableOrder.tbl_frm01 tbody tr th {
        width: 90px !important;
    }
    .table.tableOrder tbody tr td .frm_input {
        font-size: 13px;
    }
}

/*버튼*/
#sod_ws_act .btn_submit,
#sod_ws_act .btn01 {
    height: 50px;
    padding: 0 10px;
    width: 160px;
    font-weight: bold;
    font-size: 1.25em;
    border: 1px solid #ddd;
}
#sod_ws_act .btn_submit {
    border-radius: 0px;
    font-size: 17px;
    height: 60px;
    line-height: 60px;
    font-weight: 400;
    padding: 0px;    
    border-color: #007346;
    background-color: #007346;
    color: #fff;
}
#sod_ws_act .btn01 {
    border: 1px solid #bababa;
    background: #fff;
    border-radius: 0px;
    font-size: 17px;
    height: 60px;
    line-height: 60px;
    font-weight: 400;
    padding: 0px;
    color: #999;
    border-color: #aaa;
}
@media (max-width: 768px) {
    #sod_ws_act .btn_submit,
    #sod_ws_act .btn01 {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        width: 130px;
    }
}

/* wishlist wish_info */
.wish_info {
    position: relative;
}


/* coupon_zone */
.coupon_zone > li {
    margin-bottom: 30px;
}
.coupon_zone a {
    text-decoration: none;
    display: block;
}
.coupon_zone a.unable {
    cursor: default;
}
.coupon_zone a {
    text-decoration: none;
    display: block;
}
.coupon_zone a .img {
    text-align: center;
    padding: 15px;
    border: 1px solid #ddd;
    border-bottom: 0px;
}
.coupon_zone a .txt {
    border: 1px solid #ddd;
    border-bottom: 0px;
    padding: 15px;
    background-color: #fcfcfc;
	    height: 170px;
}
.coupon_zone .txt .cp_tit {
    font-weight: 600;
}
.coupon_zone .txt ul {
    margin-top: 10px;
}
.coupon_zone .txt ul li {
    color: #333;
    font-weight: 400;
    font-size: 13px;
}
.coupon_zone .txt ul li > span {
    display: inline-block;
    line-height: 1em;
    padding: 4px;
    border: 1px solid #ddd;
    background-color: #fff;
    margin-right: 5px;
}
.coupon_zone .btnbox {
    background-color: #d42222;
    text-align: center;
    color: #fff;
    padding: 10px;
    line-height: 1em;
    font-size: 15px;
}
.coupon_zone .unable .btnbox {
    background-color: #999;
}
@media (max-width: 824px) {
    .coupon_zone > li {
        margin-bottom: 20px;
    }
    .coupon_zone .txt ul li {
        font-size: 12px;
    }
}
/* coupon_zone_table */
.table.coupon_zone_table {
    border-top: 2px solid #333;
}
.table.coupon_zone_table thead tr th,
.table.coupon_zone_table tbody tr td {
    background: #fff;
    padding: 15px;
    border-left: 0px;
    border-right: 0px;
    line-height: 1.4em;
    color: #333;
    font-weight: 500;
    border-bottom: 1px solid #d3d3d3;
    vertical-align: middle;
    word-break: keep-all;
}
.table.coupon_zone_table thead tr th {
    background-color: transparent;
    font-weight: 500;
    font-size: 15px;
}
.table.coupon_zone_table tbody tr td {
    font-weight: 400;
    font-size: 14px;
}
.table.coupon_zone_table thead tr th:not(:first-child),
.table.coupon_zone_table tbody tr td:not(:first-child) {
    text-align: center;
}
.table.coupon_zone_table tbody tr td .cond {
    display: inline-block;
    font-size: 0.9em;
    border: 1px solid #ddd;
    line-height: 1em;
    padding: 6px;
    cursor: pointer;
}
@media (max-width: 824px) {
    .table.coupon_zone_table thead tr th,
    .table.coupon_zone_table tbody tr td {
        padding: 8px;
    }
    .table.coupon_zone_table thead tr th {
        font-size: 14px;
    }
    .table.coupon_zone_table tbody tr td {
        font-weight: 400;
        font-size: 13px;
        word-break: keep-all;
    }
}

@media (max-width: 824px) {
	.peopleinfo{
		 border-top: 1px solid #ddd;
		padding: 10px 0px !important;
	}
}

