@import url('font.css');
html,
body {
    margin: 0px;
    padding: 0px;
    position: relative;
    height: 100%;
    background-color: #fff;
    color:#333;
}

ul,
li,
dl,
dd,
dt {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
img {
    max-width: 100%;
    height:auto;
}
:focus {
    outline: none !important;
}
.wrap {
    padding-top:10px;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
}
.container {
    width:1200px;
    margin:0 auto;
}
.main {
    background:url("../img/main_bg.jpg")no-repeat center;
    height:1033px;
}
.mainCoupon {
    position:relative;
    top:100px;
    left:54%;
    transform:translateX(-46%);
    width:849px;
}
.mainCoupon span {
    position:absolute;
    color:#fff;
    font-family: 'GmarketSans', sans-serif;
    font-size:76px;
    letter-spacing: -4.5px;
    font-weight:900;
    top:408px;
    left:77px;
    width:354px;
    text-align:center;
}
.mainBtnArea {
    width:566px;
    margin:0 auto;
    position: relative;
    top:-90px;
}
.mainBtnArea .mainBtn {
    background-color:#ffd619;
    line-height:86px;
    border-radius:50px;
    color:#302825;
    font-family: 'GmarketSans', sans-serif;
    font-size:32px;
    letter-spacing: -1.5px;
}
.mainBtnArea .mainBtn b {
    font-weight:900;
    font-family: 'GmarketSans', sans-serif;
}
.mainBtnArea .mainBtn_sub {
    font-family: 'GmarketSans', sans-serif;
    font-weight:300;
    font-size:26px;
    position: absolute;
    width: 459px;
    line-height: 28px;
    left: 6px;
    top:-48px;
    background: #fff;
    color:#302825;
    padding: 12px 12.8px;
    border-radius: 50px;
    box-shadow: rgba(239, 115, 27, 0.25) 0px 54px 55px, rgba(239, 115, 27, 0.12) 0px -12px 30px, rgba(239, 115, 27, 0.12) 0px 4px 6px, rgba(239, 115, 27, 0.09) 0px -3px 5px;
    letter-spacing: -1.5px;
}

.mainBtnArea .mainBtn_sub:after {
    border-top: 27px solid #fff;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 0px solid transparent;
    content: "";
    position: absolute;
    bottom:-16px;
    left:34px;
}
.mainBtnArea .mainBtn_sub b {
    font-weight:900;
    color:#302825;
    font-family: 'GmarketSans', sans-serif;
}
.mainBtnArea .mainBtn_sub span {
    color:#ef731b;
}
.bg1 {
    background-color:#fffbf6;
}
.bg2 {
    background-color:#fff;
}
.bg3 {
    background-color:#feb544;
}
.bg4 {
    background:url("../img/bg4.jpg")no-repeat center;
    height:497px;
}
.bg4 img {
    margin-top:120px;
}
.info {
    padding:50px 0px;
    color:#8c8c8c;
}
.info .container {
    text-align:left;
}
.info .info_title {
    font-size:26px;
    font-weight:900;
    font-family: 'GmarketSans', sans-serif;
}
.info .info_title:before {
    content:url("../img/info_icon.png");
    vertical-align: middle;
    padding-right:10px;
}
.info ul {
    font-family: 'SUIT', sans-serif;
    padding-top:30px;
}
.info ul li {
    padding-bottom:20px;
}
.info ul li span {
    display:block;
    line-height:1.5;
}
.info ul li span:first-child::before {
    content:"·";
    vertical-align: middle;
    padding-right:10px;
}
.popupArea {
    display: none;
    z-index: 99999999;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    bottom: 0;
}
.popup {
    z-index: 100000000;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    width: 364px;
    max-width: 100%;
    display: none;
    top: 50px;
    padding:42px;
    font-family: 'SUIT',sans-serif;
}
.popupArea::-webkit-scrollbar,
.popup::-webkit-scrollbar {
    display: none;
}
.popupArea,
.popup {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.popupTop {
    padding-bottom:20px;
    font-family: "SBAggro", sans-serif;
    font-size:20px;
    font-weight:500;
    color:#232323;
    letter-spacing: -1.5px;
}
.popup_sns  {
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:40px;
}
.popup_sns a {
    color:#232323;
    font-size:12px;
    font-weight:800;
    width:33%;
    text-align:center;
}
.popup_sns a li {
    border:1px solid #e5e5e5;
    padding:20px 0px;
}
.popup_sns img {
    width:40px;
    height:40px;
    margin:0 auto 10px;
    display:block;
}
.popuptxt {
    text-align: center;
}
.popup_form {
    overflow-y: scroll;
    margin-bottom: 20px;
    max-height: 100%;
}
.popup_close {
    position:absolute;
    right:0px;
    top:0px;
}
.popupForm,
.popupForm li {
    list-style:none;
    padding:0px;
    margin:0px;
}
.popupForm {
    text-align:left;
}
.popupForm li  {
    padding-bottom:10px;
}
.popupForm li:last-child {
    padding-bottom:0px;
}
.popupForm li dl {
    display:flex;
    align-items: center;
}
.popupForm li dl dt {
    width:25%;
    font-size:13px;
}
.popupForm li dl dd {
    width:75%;
}
.popupForm li dl dt a {
    font-size:14px;
    color:#878787;
}
.popupForm input[type="text"],
.popupForm input[type="password"],
.popupForm input[type="email"],
.popupForm select {
    border:1px solid #e5e5e5;
    font-size:13px;
    font-family: 'SUIT',sans-serif;
    height:30px;
    padding:5px 10px;
    width:90%;
}
.popupForm input[type="checkbox"] {
    border:1px solid #e5e5e5;
    width:20px;
    height:20px;
    vertical-align: middle;
}
.popupForm .complate {
    text-align:center;
}
.popupForm input[type="submit"] {
    width:90%;
    margin:10px;
    background-color:#ffd619;
    border:1px solid #e5e5e5;
    color:#232323;
    font-family: "SBAggro", sans-serif;
    border:0;
    padding:15px 0;
    font-size:18px;
    font-weight:900;
    cursor: pointer;
}
.popupForm .chk {
    display:flex;
    justify-content: center;
    align-items: center;
    border-top:1px solid #e5e5e5;
    padding:15px 0px;
    margin-top:10px;
}
.popupForm .chk div:first-child {
    margin-right:30px;
}
.popupForm .chk a {
    color:#232323;
    font-weight:800;
    letter-spacing: -1.5px;
    font-size:13px;
    text-decoration: underline;
}
.account {
    color:#fff;
    background-color:#232323;
    font-size:13px;
    width:133px;
    line-height:38px;
    text-align:center;
    display:inline-block;
}
.account_txt {
    color:#00c300;
    font-size:13px;
    padding-left:10px;
}
.main_pc {
    display:block;
}
.main_m {
    display:none;
}
.mainBtnArea2 {
    margin-top:10px;
}
.mainBtnArea2 .mainBtn {
    background-color:transparent;
    color:#bd9281;
    border:3px solid #f7ddd3;
}
@media (max-width:1200px) {
    .container {
        width:100%;
    }
    .info {
        padding:40px;
    }
    .info .container {
        padding:0px;
    }
}
@media (max-width:900px) {
    
    .main_pc {
        display:none;
    }
    .main_m {
        display:block;
        background-color:#fffbf6;
    }
    .main_m img {
        margin-bottom:-3px;
        width:100%;
    }
}
@media (max-width: 768px) {
    .main {
        background:url("../img/main_m_bg.jpg")no-repeat center;
        height:auto;
        background-size: 100% auto;
        background-position:center top;
    }
    .main_pc {
        display:none;
    }
    .mainCoupon {
        left:11%;
        transform: translateX(0);
    }
    .mainCoupon {
        width:100%;
    }
    
    .mainCoupon span {
        width:auto;
        top:47%;
        font-size:4rem;
        left:18%;
    }
    .mainBtnArea {
        max-width:90%;
        top:0px;
    }
    .mainBtnArea .mainBtn_sub {
        max-width:86%;
        font-size:22px;
    }
    .mainBtnArea .mainBtn {
        font-size:27px;
    }
}
@media (max-width: 670px) {
    .mainCoupon span {
        font-size:3.5rem;
    }
}
@media (max-width: 600px) {
    .mainCoupon span {
        font-size:3.2rem;
    }
}
@media (max-width: 550px) {
    .mainCoupon span {
        font-size:3rem;
    }
    .main_m {
        padding-top:70px;
    }
}

@media (max-width: 490px) {
    .mainCoupon span {
        font-size:2rem;
        letter-spacing:-1.5px;
    }
    .mainBtnArea {
        top:50px;
    }
    .mainBtnArea .mainBtn {
        font-size:22px;
        line-height:60px;
    }
    .mainBtnArea .mainBtn_sub {
        font-size:18px;
        top:-60px;
    }
    .info .info_title {
        font-size:20px;
    }
    .info ul li {
        padding-bottom:10px;
        font-size:14px;
    }
    .popup {
        width:300px;
        padding:40px 20px;
    }
    .popupTop {
        padding-bottom:20px;
        font-size:18px;
    }
    .popup_sns a li {
        padding:16px 0px;
    }
    .account {
        width:105px;
    }
}
@media (max-width: 400px) {
    .popup {
        width:290px;
    }
}