* {
    font-family: 'Nanum Barun Gothic', 나눔 바른 고딕, 나눔바른고딕, 'Roboto', 나눔고딕, "NanumGothic", "맑은 고딕", "Malgun Gothic", "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", Ngothic, sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

html {
    font-size: 62.5%;
}

body,
html {
    width: 100%;
    padding: 0;
    margin: 0;
}

body {
    width: 100%;
    min-width: 120rem;
    /*추후삭제*/
    font-size: 1rem;
}

img {
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    image-rendering: auto;
    -ms-interpolation-mode: bicubic;
}

img[src$=".png"] {
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
}

a {
    text-decoration: none;
    display: inline-block;
}

li {
    list-style: none;
}

input {
    border: 0;
    outline: none;
    outline-style: none;
    /*-moz-appearance: none;*/
    /*appearance: none;*/
}

:-ms-input-placeholder,
::-moz-placeholder,
::-webkit-input-placeholder,
::placeholder {
    color: #a0a0a0;
}

:placeholder-shown {
    color: #333;
}

input[type=text]::-webkit-input-placeholder {
    color: #a0a0a0;
    opacity: 1;
}

input[type=text]:-ms-input-placeholder {
    color: #a0a0a0;
    opacity: 1;
}

input[type=text]::-moz-input-placeholder {
    color: #a0a0a0;
    opacity: 1;
}

input[type=text]::-ms-input-placeholder {
    color: #a0a0a0;
    opacity: 1;
}

input[type=text]::placeholder {
    color: #a0a0a0;
    opacity: 1;
}

input[type=text]:focus::-webkit-input-placeholder {
    color: #a0a0a0;
}

input[type=text]:focus:-ms-input-placeholder {
    color: #a0a0a0;
}

input[type=text]:focus::-moz-input-placeholder {
    color: #a0a0a0;
}

input[type=text]:focus::placeholder {
    color: #a0a0a0;
}

.right {
    float: right;
}

.left {
    float: left;
}

.clear {
    clear: both;
}

.wrap {
    width: 100%;
    margin: 0;
    padding: 0;
    z-index:1;
    position:relative;
}

.h_gruop {
    width: 100%;
    max-width: 120rem;
    padding: 0;
    margin: 0;
}

.logo_member {
    position: relative;
    margin: 0 auto;
    width: 120rem;
    height: 6rem;
}

.logo {
    position: absolute;
    left: 0;
    height: 100%;
}

.logo,
.logo>a,
.logo>img {
    display: inline-block;
}

.logo>a {
    width: 8.7rem;
    height: 1.9rem;
    padding: 2.05rem 0;
}

.logo>img {
    vertical-align: middle;
    width: 100%;
}

.member {
    position: absolute;
    right: 0;
    height: 100%;
}

.member ul {
    padding: 0;
    margin: 0;
    height: 100%;
}

.member ul::after {
    clear: both;
    content: '';
    display: block;
}

.member ul li {
    float: left;
    line-height: 6rem;
    margin-right: 2.5rem;
}

.member ul li>strong {
    color: #333;
}

.member ul li,
.member ul li a {
    font-size: 1.4rem;
    color: #656565;
}

.member ul li:last-child {
    margin-right: 0;
}

.h_group>h1 {
    margin: 3rem auto 2rem;
    text-align: center;
    font-size: 3.2rem;
    line-height: 1.4;
}

.local_store_search {
    text-align: center;
    margin: 0 auto;
}

.local-s-box {
    display: none;
    position: absolute;
    top: 4.2rem;
    left: -.1rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 29.4rem;
    font-size: 1.4rem;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #fff;
    z-index: 999;
    color: #656565;
    text-align: left;
}

.local_store_search input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #2e2e2e;
    padding: 1rem;
    height: 4.2rem;
    width: 100%;
    display: inline-block;
}

.local_store_search input+div {
    position: absolute;
}


.local-s-wrap, .store-s-wrap {
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    margin-right: .6rem;
    font-size: 1.4rem;
    width: 29.4rem;
    height: 4.4rem;
    border: 1px solid #eee;
    border-radius: 0.2rem;
}

.local-s-wrap .local_s {
    width: 23rem;
    vertical-align: middle;
}

.current-location {
    display: inline-block;
    cursor: pointer;
    padding: 1.8rem;
    height: 4.2rem;
    width: 4.2rem;
    vertical-align: middle;
    background: url('/img/v2/loca.png') center center no-repeat;
}


.local-s-box.show {
    display: block;
}

.local-s-box-list ul {
    list-style: none;
}

.local-s-box-list ul li {
    padding: .6rem 1rem;
}

.local-s-box-list ul li:hover {
    background: #f6f6f6;
}

.local_s {

    margin-right: 1.2rem;
}

.store_s {
    margin-right: 0.6rem;
}

.store_s_btn {
    cursor: pointer;
    background: #f9cf00;
    color: #2e2e2e;
    border-radius: 0.2rem;
    font-size: 1.4rem;
    padding: 0 4rem;
    height: 4.4rem;
}

.menu {
    border-top: 1px solid #eee;
    border-bottom: 2px solid #333;
    width: 100%;
    margin: 4rem auto;
}

.nav-wrap {
    height: 100%;
}

.all-menu-view02>div::after,
.nav-wrap::after {
    clear: both;
    content: '';
    display: block;
}

.nav-wrap {
    height: 5.6rem;
    width: 118rem;
    margin: 0 auto;
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
}

.all-menu-view01,
.all-menu-view02 {
    float: left;
}

.all-menu-view01 {
    width: 10.7rem;
}

.all-menu-view02 {
    width: 107.3rem;
}

#w-mmenu {
    width: 107.3rem;
    padding: 0 3rem;
}

.mmenu {
    z-index: 999;
    line-height: 5.6rem;
    float: left;
}

.mmenu a {
    display: block;
    transition: 0.15s ease-in-out;
    -ms-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    -webkit-transition: 0.15s ease-in-out;
    -moz-transition: 0.15s ease-in-out;
}

.mmenu:hover a,
.mmenu.on a {
    color: #f9cf00;
}

.mmenu>a {
    font-weight: 400;
    color: #333;
    font-size: 1.4rem;
    padding: 0 1.43rem;
    position: relative;
}

.mmenu>a::before,
.mmenu.on a::before {
    z-index: 999;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -3px;
    height: 4px;
    background: transparent;
    z-index: 1000;
    width: 0;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: 0.25s linear;
    -webkit-transition: 0.25s linear;
    -moz-transition: 0.25s linear;
    -ms-transition: 0.25s linear;
}

.mmenu>a:hover::before,
.mmenu:hover a::before,
.mmenu.on a::before {
    background: #f9cf00;
    width: 100%;
}

.mmenu>a.w_all_menu {
    z-index: 999;
    font-weight: 700;
    width: 4.6rem;
    padding: 0 0 0 6rem;
    border-right: solid 1px #eee;
    background: url("/img/v2/wmenu.png") 2rem center no-repeat;
}

.mmenu a.w_all_menu:hover {
    background: url("/img/v2/wmenu_on.png") 2rem center no-repeat;
}


/*슬라이더 시작*/
#w-mmenu .slick-slide {
    height: 61px;
}

#w-mmenu .slick-next,
#w-mmenu .slick-prev {
    font-size: 0;
    line-height: 0;
    z-index: 9;
    position: absolute;
    top: 50%;

    display: block;
    visibility: visible;

    width: 30px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;
    background: #fff;
    color: transparent;
    border: none;
    outline: none;
}

#w-mmenu .slick-next:focus,
#w-mmenu .slick-next:hover,
#w-mmenu .slick-prev:focus,
#w-mmenu .slick-prev:hover {
    color: transparent;
    outline: none;
}

#w-mmenu .slick-prev:focus:before,
#w-mmenu .slick-prev:hover:before {
    opacity: 1;
    background: url("/img/v2/scr-l-on.png") center center no-repeat;
}

#w-mmenu .slick-next:focus:before,
#w-mmenu .slick-next:hover:before {
    opacity: 1;
    background: url("/img/v2/scr-r-on.png") center center no-repeat;
}

#w-mmenu .slick-next.slick-disabled:before,
#w-mmenu .slick-prev.slick-disabled:before {
    opacity: 1;
}

#w-mmenu .slick-next:before,
#w-mmenu .slick-prev:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: 1;
    color: #000;
    height: 18px;

    width: 26px;
    position: absolute;
    left: 0;
    top: 11px;
    padding: 2px;

    display: block;
    visibility: visible;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}

#w-mmenu .slick-prev {
    left: 0;
}

[dir='rtl'] #w-mmenu .slick-prev {
    right: 0;
    left: auto;
}

#w-mmenu .slick-prev:before {
    content: '';
    background: url("/img/v2/scr-l.png") center center no-repeat;

}

[dir='rtl'] #w-mmenu .slick-prev:before {
    content: '';
    background: url("/img/v2/scr-r.png") center center no-repeat;
}

#w-mmenu .slick-next {
    right: 0;
}

#w-mmenu [dir='rtl'] .slick-next {
    right: auto;
    left: 0;
}

#w-mmenu .slick-next:before {
    right: 0;
    content: '';
    background: url("/img/v2/scr-r.png") center center no-repeat;
}

#w-mmenu [dir='rtl'] .slick-next:before {
    content: '';
    background: url("/img/v2/scr-l.png") center center no-repeat;
}

/* @@@@@@@@@@@@@@@ 전체메뉴 @@@@@@@@@@@@@@@@*/
.all-mmenu {
    position: absolute;
    overflow-y: auto;
    height: 80%;
    top: 10%;
    bottom: 10%;
}

.cate-list {
    min-height: 681px;
    height: 100%;
}

.all-mmenu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    min-width: 120rem;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: transparent;
}

.all-mmenu-overlay.open {
    display: block;
    background: url("/img/v2/open-bg.png") left top repeat;
}

.all-mmenu-overlay.open+div.wrap {
    height: 100%;
    overflow: hidden;
}

.all-mmenu-overlay .wrap {
    height: 100%;
    overflow: scroll;
}

.all-mmenu {
    display: none;
    position: fixed;
    top: 10%;
    left: 50%;
    margin-left: -60rem;
    z-index: 10000;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 3px solid #333;
    background: #fff;
    width: 120rem;
    min-width: 120rem;
}

.all-mmenu.open {
    display: block;
}

.all-mmenu-wrap {
    position: relative;
}

.all-mmenu-header {
    border-bottom: solid 1px #d9d9d9;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 11rem;
    padding: 2.2rem 0;
    line-height: 1.6;
    text-transform: uppercase;
}

.all-mmenu-header>h2,
.all-mmenu-header>p {
    text-align: center;
}

.all-mmenu-header>h2 {
    font-size: 2.5rem;
    color: #2e2e2e;
}

.all-mmenu-header>p {
    font-size: 1.6rem;
    font-weight: 400;
}

.all-mmenu-close {
    cursor: pointer;
    position: absolute;
    right: 3rem;
    top: 2.8rem;
    width: 5.4rem;
    height: 5.4rem;
    background: #f9cf00;
}

.all-mmenu-close span {
    background: #fff;
    position: absolute;
    display: inline-block;
    width: 2.6rem;
    height: 0.3rem;
    left: 1.4rem;

    transition: 0.15s cubic-bezier(0.47, 0, 0.745, 0.715);
    -ms-transition: 0.15s cubic-bezier(0.47, 0, 0.745, 0.715);
    -moz-transition: 0.15s cubic-bezier(0.47, 0, 0.745, 0.715);
    -webkit-transition: 0.15s cubic-bezier(0.47, 0, 0.745, 0.715);
}

.close1,
.close2 {
    top: 2.45rem;
}

.all-mmenu-close:hover .close1 {
    transform: rotate(45deg);
}

.all-mmenu-close:hover .close2 {
    transform: rotate(-45deg);
}

.cate-list {
    margin: 0;
    padding: 0;
    background: #fff;
}

.cate-list ul {
    margin: 0;
    padding: 0;
}

.cate-list ul::after {
    clear: both;
    content: '';
    display: block;
}

.cate-list ul li {
    float: left;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 19.5rem;
    border-right: solid 1px #d9d9d9;

    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
}

.cate-list ul li:last-child {
    border-right: none;
}

.cate-list ul>li {
    background-position: 9rem bottom;
    background-repeat: no-repeat;
}

.cate-list-top li.cate1 {
    background-image: url("/img/v2/mc100000.png");
}

.cate-list-top li.cate2 {
    background-image: url("/img/v2/mc100700.png");
}

.cate-list-top li.cate3 {
    background-image: url("/img/v2/mc100500.png");
}

.cate-list-top li.cate4 {
    background-image: url("/img/v2/mc100100.png");
}

.cate-list-top li.cate5 {
    background-image: url("/img/v2/mc900000.png");
}

.cate-list-top li.cate6 {
    background-image: url("/img/v2/mc100900.png");
}

.cate-list-bottom li.cate7 {
    background-image: url("/img/v2/mc100200.png");
}

.cate-list-bottom li.cate8 {
    background-image: url("/img/v2/mc100600.png");
}

.cate-list-bottom li.cate9 {
    background-image: url("/img/v2/mc100300.png");
}

.cate-list-bottom li.cate10 {
    background-image: url("/img/v2/mc101000.png");
}

.cate-list-bottom li.cate11 {
    background-image: url("/img/v2/mc100800.png");
}

.cate-list-bottom li.cate12 {
    background-image: url("/img/v2/mc100400.png");
}

.cate-list-top li.cate1:hover {
    background-image: url("/img/v2/cate1on.png");
}

.cate-list-top li.cate2:hover {
    background-image: url("/img/v2/cate2on.png");
}

.cate-list-top li.cate3:hover {
    background-image: url("/img/v2/cate3on.png");
}

.cate-list-top li.cate4:hover {
    background-image: url("/img/v2/cate4on.png");
}

.cate-list-top li.cate5:hover {
    background-image: url("/img/v2/cate5on.png");
}

.cate-list-top li.cate6:hover {
    background-image: url("/img/v2/cate6on.png");
}

.cate-list-bottom li.cate7:hover {
    background-image: url("/img/v2/cate7on.png");
}

.cate-list-bottom li.cate8:hover {
    background-image: url("/img/v2/cate8on.png");
}

.cate-list-bottom li.cate9:hover {
    background-image: url("/img/v2/cate9on.png");
}

.cate-list-bottom li.cate10:hover {
    background-image: url("/img/v2/cate10on.png");
}

.cate-list-bottom li.cate11:hover {
    background-image: url("/img/v2/cate11on.png");
}

.cate-list-bottom li.cate12:hover {
    background-image: url("/img/v2/cate12on.png");
}

.cate-list-top {
    height: 35.7rem;
}

.cate-list-bottom {
    border-top: solid 1px #d9d9d9;
    height: 32.3rem;
}

.cate-list ul li div {
    padding: 1.6rem;
}

.cate-list ul li div h4 {
    cursor: pointer;
    font-weight: 700;
    color: #f9cf00;
    font-size: 1.5rem;
    margin-bottom: 1.3rem;
}

.cate-list ul li div span {
    display: block;
}

.cate-list ul li div span>a {
    font-weight: 400;
    display: inline-block;
    padding: 0.5rem;
    font-size: 1.2rem;
    color: #656565;
}

.cate-list ul li div span>a:hover {
    color: #f9cf00;
    font-weight: 700;
    text-decoration: underline;
}

/* @@ 푸터 @@ */

.footer {
    position: relative;
    width: 100%;
    border-top: solid 1px #2e2e2e;
    padding: 8rem 0;
}

.footer-terms::after,
.footer-txt::after,
.footer-wrap::after {
    clear: both;
    display: block;
    content: '';
}

.footer-wrap {
    width: 120rem;
    margin: 0 auto;
}

.footer-terms a {
    display: block;
    color: #333;
    font-weight: 700;
    font-size: 1.4rem;
}

.footer-terms span {
    display: inline-block;
    padding-right: 1.6rem;
    margin-right: 1.2rem;

    background: url("/img/v2/footer-line.jpg") right center no-repeat;
}

.footer-terms span:last-child {
    background: none;
}

.footer-txt .left p {
    margin-top: 4rem;
}

.footer-txt .left .footer-info {
    color: #656565;
    font-size: 1.3rem;
    line-height: 2.2;
    white-space: pre-line;
}

.footer-info__margin {
margin-top:35px;
}

.footer-info a {
    color: #656565;
}

.footer-fa {
    width: auto;
    position: relative;
    margin: 2rem 0 1rem;
    background: #fff;
}

.fa-site {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    width: 28rem;
    height: 3.8rem;
    line-height: 3.8rem;
    padding: 0 1.6rem;
    font-size: 1.4rem;
    color: #656565;
    background: url("/img/v2/fa-btn.png") 24.5rem center no-repeat;
    border: solid 1px #eee;
}

.fa-site-list {
    position: absolute;
    top: -11.4rem;
    box-sizing: border-box;
    width: 28rem;
    font-size: 1.2rem;
    color: #656565;
    background: #fff;
    z-index: 4;
    box-shadow: 0 -1rem 3rem #eee;
}

.fa-site-list li {
    padding: 1.2rem 1.6rem;
}

.fa-site-list li a {
    display: block;
    color: #a0a0a0;
}

/*.fa-site-list li:hover {*/
    /*background: #f6f6f6;*/
/*}*/



.fa-site-open {
    display: none;
}

.fa-site-open.click {
    display: block;
}

.footer-copy {
    color: #a0a0a0;
    font-weight: 700;
    font-size: 1.2rem;
}

.footer-appdown {
    position: relative;
    width: 51rem;
    height: 30rem;
    background: url("/img/v2/appdown.jpg") right bottom no-repeat;
}

.footer-appdown .app-down-wrap {
    position: absolute;
    right: 4rem;
    bottom: 13rem;
}

.app-down-wrap span {
    background: #f6f6f6;
    display: inline-block;
    width: 6rem;
    height: 6rem;
    margin-right: 0.6rem;

    transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition-delay: 0.1s;
}

.app-down-wrap span a {
    width: 100%;
    height: 100%;
    display: block;

    transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
}

.app-down-wrap span.app-down1 a {
    background: url("/img/v2/and.png") center center no-repeat;
}

.app-down-wrap span.app-down2 a {
    background: url("/img/v2/apple.png") center center no-repeat;
}

.app-down-wrap span:hover {
    background: #f9cf00;
}

.app-down-wrap span.app-down1:hover a {
    background: url("/img/v2/andon.png") center center no-repeat;
}

.app-down-wrap span.app-down2:hover a {
    background: url("/img/v2/appleon.png") center center no-repeat;
}

.tb_btn {
    display: none;
    cursor: pointer;
    z-index: 999;
    position: fixed;
    right: 2rem;
    width: 6rem;
    height: 6rem;
    background: #f9cf00;
}

.tb_btn:hover {
    background: #333;
}

.tb_btn span {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.tb_btn01>span {
    background: url("/img/v2/top.png") center center no-repeat;
}

.tb_btn02>span {
    background: url("/img/v2/bottom.png") center center no-repeat;
}

.tb_btn01 {
    bottom: 18rem;
}

.tb_btn02 {
    bottom: 10rem;
}

.yellow {
    color: #f9cf00;
}

/**/

.zone-address-item {
    cursor:pointer;
}

.zone-address-item__selected {
    background-color:#f6f6f6;
}


.cs-nologin {
    height: 100%;
    margin: 4rem 0 6rem;
    min-height: 40rem;
}

.cs-nologin-img {
    width: 8rem;
    height: 50%;
    margin: 0 auto;
}

.cs-nologin-img.img01 {
    background: url('/img/csNologin.png') center bottom no-repeat;
}

.cs-nologin-txt {
    white-space: pre-line;
    margin-top: 1.8rem;
    font-size: 1.3rem;
    line-height: 1.6;
}

.yellow {
    color: #f9cf00;
}

@media all and (min-width: 1279px) {

    .tb_btn {
        display: none;
        cursor: pointer;
        z-index: 999;
        position: fixed;
        right: 2rem;
        width: 6rem;
        height: 6rem;
        background: #f9cf00;
    }

    .tb_btn:hover {
        background: #333;
    }

    .tb_btn span {
        display: inline-block;
        width: 100%;
        height: 100%;
    }

    .tb_btn01 > span {
        background: url("/img/v2/top.png") center center no-repeat;
    }

    .tb_btn02 > span {
        background: url("/img/v2/bottom.png") center center no-repeat;
    }

    .tb_btn01 {
        bottom: 18rem;
    }

    .tb_btn02 {
        bottom: 10rem;
    }
}

.left.video{
    margin-top:54px;
}
/*마이크로 모달*/
.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:1rem;
}

.modal__container {
    background-color: #fff;
    /*padding: 30px;*/
    /*max-width: 800px;*/
    padding:3px;
    padding-bottom:0;
    max-height: 100vh;
    border-radius: 4px;
    overflow-y: auto;
    box-sizing: border-box;
}

.modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #00449e;
    box-sizing: border-box;
}
.modal__footer{
    text-align: center;
    margin-top:5px;
    margin-bottom:5px;
}
.modal__close {
    background: transparent;
    border: 0;
}

.modal__header .modal__close:before { content: "\2715"; }

.modal__content {
    /*margin-top: 2rem;*/
    /*margin-bottom: 2rem;*/
    line-height: 1.5;
    color: rgba(0,0,0,.8);
    font-size:2rem;
}

.modal__btn {
    font-size: .875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #e6e6e6;
    color: rgba(0,0,0,.8);
    border-radius: .25rem;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    line-height: 1.15;
    margin: 0;
    will-change: transform;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.modal__btn-primary {
    background-color: #00449e;
    color: #fff;
}



/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes mmfadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes mmslideIn {
    from { transform: translateY(15%); }
    to { transform: translateY(0); }
}

@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}

.micromodal-slide {
    display: none;
}

.micromodal-slide.is-open {
    display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
    animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
    animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
    will-change: transform;
}

.micromodal-custom-button {
    display:inline-block;
    cursor: pointer;
    background: #f9cf00;
    color: #2e2e2e;
    border-radius: 0.2rem;
    font-size: 1.4rem;
    padding: 0 4rem;
    height: 4.4rem;
}

#popup-image{
    max-width:500px;
}

.section-1__video{
    margin-top:1rem;
}

.modal__button-group{
    text-align:center;
}
.modal__button-group>label{
    margin-right:50px;
    padding-right:5px;
    font-size:1.3rem;
}

.modal__button-group>label{
    margin-right:50px;
    padding-right:5px;
    font-size:1.3rem;
}

.modal__button-group input{
    font-size:2rem;
    width:20px;
    height:20px;
    vertical-align: middle;
}

.modal__button-group span{
    padding-left:5px;
    vertical-align: middle;
    display:inline-block;
    padding-top:2px;
}
.micromodal-custom-button{
    vertical-align: middle;
}




