@charset "utf-8";

/*gmarket sans*/
@font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 700;
	src: local('Gmarket Sans Bold'), local('GmarketSans-Bold'),
	url('//script.gmarket.com/fonts/GmarketSansBold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('//script.gmarket.com/fonts/GmarketSansBold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 500;
	src: local('Gmarket Sans Medium'), local('GmarketSans-Medium'),
	url('//script.gmarket.com/fonts/GmarketSansMedium.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('//script.gmarket.com/fonts/GmarketSansMedium.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 300;
	src: local('Gmarket Sans Light'), local('GmarketSans-Light'),
	url('//script.gmarket.com/fonts/GmarketSansLight.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('//script.gmarket.com/fonts/GmarketSansLight.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.scale-up-center {
	-webkit-animation: scale-up-center 1s ease-out infinite alternate both;
	        animation: scale-up-center 1s ease-out infinite alternate both;
}


/* 입력 form */
html.firefox fieldset {display:table-cell !important;}
fieldset{ border: none;}
button, input[type='button'], input[type='reset'], input[type='submit'] {overflow:visible;} /* ie6 ~ ie7 버튼 길어짐 해결 css */
button:hover, input[type='button']:hover, input[type='reset']:hover, input[type='submit']:hover {text-decoration:none;}
button:hover span {text-decoration:none;}
input, select, textarea, input[type='number']{width:100%; color:#a4a9aa; border: 1px solid #ffffff; background-color: #ffffff; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
input{text-align:left; padding:15px 5px 14px 15px; font-size: 13px}
select{padding:8px 5px 7px 5px; background-image: url("http://appdata.hungryapp.co.kr/images/mobitalk/sub/select_arrow_gray02.png"); background-repeat: no-repeat; background-size:18px; background-position: right center; -webkit-appearance: none; -moz-appearance: none; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
textarea{height:130px; padding:8px; border: 1px solid #dcdcdc;}
input[type='number']{padding:9px 5px 8px 5px; text-align:right;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color : #747474; font-weight:400;}
label{color:#747474; }
input::placeholder {color: #dadbd6; opacity: 1; /* Firefox */}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #727272;}
input::-ms-input-placeholder { /* Microsoft Edge */ color: #727272;}
label.radio_img {float:left; width:30px; height:30px; background:url('//appdata.hungryapp.co.kr/images/Events/chosun2m2/radio_off.png') no-repeat; background-size:30px 30px;}
input[type="radio"]:checked.radio_img + label.radio_img {background:url('//appdata.hungryapp.co.kr/images/Events/chosun2m2/radio_on.png') no-repeat; background-size:30px 30px;}

:after, :before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body, main{
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.5px;
    width: 100%;
    height: 100%;
    font-family: 'Gmarket Sans', "Malgun Gothic", "맑은 고딕", helvetica, "Apple SD Gothic Neo", sans-serif  !important;
    background: #000;
}

section{
    padding: 0;
    margin: 0;
}

a{
    text-decoration: none;
    color: #fff;
}

img{
    max-width: 100%;
    display: block;   
}

li{
    list-style: none; 
}

button{
    border: none;
    cursor: pointer;
    background: none;
}

/* form_box */
.form_box{
    overflow: hidden; 
    width:100%; 
    display: flex; 
    justify-content: space-between;
    right:1%; 
    margin-bottom: 3px;
}
.form_box input{
    width:calc(100% - 150px); 
    float: left; 
    color:#838383; 
    height: 60px; 
    margin-right: 3px; 
    border-radius: 0; 
    border: 1px solid #9a8c7d;
    background-color: #fff; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}

.M_599{
    display: none;
}
.PC_1280 img{
    margin: 0 auto;
}

/* header */
header {
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    position: fixed;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;;
    z-index: 90;
}

header.scroll {
    padding: 5px;
}

header.scroll h1 img {
    width: 80%;
}

header h1 {
    margin-left: 100px;
}

header h1 img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
}

header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header nav ul li {
      font-size: 20px;
      color: #fff;
}

header nav ul li a {
    padding: 6px 30px;
}

header nav ul li a:hover {
      color: #e10a00;
}

header .out-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    margin-right: 100px;
}

header .out-btn li:first-child {
    margin-right: 10px;
}

header .hamburger {
    display: none;
}

/* bg */
.main{
    background: url(//appdata.hungryapp.co.kr/images/Events/chosun2m2/bg_01.jpg)no-repeat;
    position: relative;
    background-position: center top;
}

.reserve{
    background: url(//appdata.hungryapp.co.kr/images/Events/chosun2m2/bg_02.jpg)no-repeat;
    position: relative;
    background-position: center top;
}

.update1{
    background: url(//appdata.hungryapp.co.kr/images/Events/chosun2m2/bg_04.jpg)no-repeat;
    position: relative;
    background-position: center top;
}

.update2{
    background: url(//appdata.hungryapp.co.kr/images/Events/chosun2m2/bg_05.jpg)no-repeat;
    position: relative;
    background-position: center top;
}

.update3{
    background: url(//appdata.hungryapp.co.kr/images/Events/chosun2m2/bg_06.jpg?ver=2)no-repeat;
    position: relative;
    background-position: center top;
}


/* 메인 */
.main_wrap{
    padding: 210px 0 90px;;
}

.main_btn{
    text-align: center;
    padding: 920px 0 50px;;
}

/* 사전예약 */
.margin{
    padding: 150px 0;
}

.reserve_wrap{
    padding: 70px 40px;
    width: 980px;
    margin: 0 auto;
}

.form_wrap{
    margin: 0 auto;
    padding-top: 0px;
}

.re_item img{
    margin: 0 auto;
    padding-top: 85px;
}

.radio_txt{
    font-size: 17px;
}

.radio ul{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.radio ul li{
    margin-right: 20px;
    color: #efc6bd;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.radio ul li span{
    margin-left: 5px;
}

button.input_btn1{
    background: #6a1717;
    color: #fff;
    padding: 0 30px;
    width: 170px;
    font-size: 17px;
}

button.input_btn2{
    background: #6a1717;
    color: #fff;
    padding: 0 30px;
    width: 170px;
    font-size: 17px;
}

.input_btn2 img{
    width: 153px;
    height: 60px;
}

.checkbox1{
    display: flex;
    justify-content: space-between;
}

.checkbox1 input{
    overflow: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
}

.checkbox2{
    display: flex;
    justify-content: space-between;
}

.checkbox2 input{
    overflow: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
}

span.chk_img{
    position: relative;
    width: 32px;
    height: 32px;
}

span.chk_img:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    margin: -7px 0 0 -7px;
    border: 1px solid #80070f;
    background-color: #fff;
    transform: rotate(45deg);
}

span.chk_img:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    margin: -7px 0 0 -7px;
    border: none;
    background-color: #80070f;
    transform: rotate(45deg) scale(.5);
    opacity: 0;
    transition: opacity .3s;
}

.checkbox1 input:checked+.chk_img:after{
	opacity:1;
}

.checkbox2 input:checked+.chk_img:after{
	opacity:1;
}

label.chk_agree{
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: -.54px;
    color: #efc6bd;
}

button.chk_more{
    background: none;
    color: #ab8d87;
    text-decoration: underline;
    font-family: 'Gmarket Sans';
    font-weight: 300;
}

.re_btn{
    text-align: center;
    padding: 20px 0 0px 0;
}


/* footer */
.footer{
    background: #000;
    font-weight: 300;
}

.footer_wrap{
    width: 960px;
    margin: 0 auto;
    padding: 60px 0;
    line-height: 25px;
    text-align: center
}

p.footer_bold{
    font-size: 19px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #d7d7d7;
}
.footer_txt1{
    font-size: 15px;
    color: #d7d7d7;
}
.footer_txt2{
    color: #999999;
    margin-top: 20px;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
}
p.copyright{
    margin-top: 20px;
}

/* responsive */
@media (max-width: 1280px) {
    /*header*/
    header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    header.scroll {
        padding: 6px 20px;
    }
    header.scroll h1 img {
        width: 140px;
    }
    header.scroll .hamburger {
        top: 33px;
    }
    header h1 {
        margin-left: 0;
    }
    header h1 img {
        width: 100px;
    }
    header nav {
        margin-top: 10px;
        display: none;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        width: 100%;
    }
    header nav.open {
        display: block;
    }
    header nav.open ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        /*background: rgba(0, 0, 0, 0.9);*/
    }
    header nav.open ul li {
        width: 100%;
        text-align: center;
    }
    header .out-btn {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 0;
        position: fixed;
        bottom: 70px;
        right: 10px;
        width: 50px;
    }
    header .out-btn li:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }
    header .hamburger {
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        cursor: pointer;
        display: block;
        position: absolute;
        right: 20px;
        top: 14px;
        width: 40px;
        height: 40px;
        text-align: right;
    }
    header .hamburger span {
        display: block;
        width: 40px;
        height: 2px;
        background: #fff;
        position: absolute;
        right: 0;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    header .hamburger span:nth-child(1) {
        top: 0;
    }
    header .hamburger span:nth-child(2) {
        top: 13px;
    }
    header .hamburger span:nth-child(3) {
        top: 26px;
    }
    header .hamburger.open span:nth-child(1) {
        opacity: 0;
    }
    header .hamburger.open span:nth-child(2) {
        -webkit-transform: rotate(-40deg);
        transform: rotate(-40deg);
    }
    header .hamburger.open span:nth-child(3) {
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
        top: 16px;
    }
 
     /* bg */
    .main{
        background: url(//appdata.hungryapp.co.kr/images/Events/chosun2m2/bg_1280_01.jpg)no-repeat;
        background-size: cover;
        width: 100%;
        background-position: center top;
    }
    #contents2{
        background-color: #0c0401;
    }
    .reserve{
        background: url(//appdata.hungryapp.co.kr/images/Events/chosun2m2/bg_1280_02.jpg)no-repeat;
        background-size: 100%;
        width: 100%;
    }

    .update1{
        background: url(//appdata.hungryapp.co.kr/images/Events/chosun2m2/bg_1280_04.jpg)no-repeat;
        background-size: 100%;
        width: 100%;
    }

    .update2{
        background: url(//appdata.hungryapp.co.kr/images/Events/chosun2m2/bg_1280_05.jpg)no-repeat;
        background-size: 100%;
        width: 100%;
    }

    .update3{
        background: url(//appdata.hungryapp.co.kr/images/Events/chosun2m2/bg_1280_06.jpg)no-repeat;
        background-size: 100%;
        width: 100%;
    }

    /* 메인 */
    .main_txt{
        margin: 0 16px;
    }
    
    .main_wrap{
        padding: 16% 0 0;
    }
    
    .main_txt img{
        width: 100%;
    }
    
    .main_btn{
        width: 100%;
        padding: 73% 0 10%;;
        margin: 0 auto;
    }
    
    .main_btn img{
        width: 70%;
        margin: 0 auto;
    }
    
    /* 사전예약 */
    .margin{
        padding: 10% 0;
    }

    .reserve_wrap{
        padding: 7% 0px;
        width: 100%;
    }
    .re_item img{
        padding-top: 8%;
    }
    
    .form_wrap {
        width: 95%;
        padding-top: 0%
    }
    .form_box input{
        width:calc(100% - 170px); 
        height: 60px;
    }
    .radio_txt{
        font-size: 1.4vh;
    }
    button.input_btn1{
        padding: 0 10px;
        font-size: 1.4vh;
    }
    
    button.input_btn2{
        padding: 0 10px;
        font-size: 1.4vh;
    }
    
    .re_btn{
        width: 80%;
        padding: 5% 16px 0;
        margin: 0 auto;
    }
     
    /* footer */
    .footer_wrap{
        width: 90%;
        padding: 6% 16px;
    }

    p.footer_bold{
        font-size: 1.9vw;
        margin-bottom: 2%;
    }
    .footer_txt1{
        font-size: 1.5vw;
        line-height: 2.5vw;
    }
    .footer_txt2{
        margin-top: 3%;
        font-size: 1.2vw;
        line-height: 1.9vw;
    }
    p.copyright{
        margin-top: 3%;
    }
    
}

@media screen and (max-width: 599px) { 
    /*
    .PC_1280{
        display: none;
    }
    .M_599{
        display: block;
        text-align: center;
        margin: 0 auto;
    }*/
    
    header {
        padding: 5px 15px;
    }
    header .hamburger {
        top: 20px;
    }
    header.scroll {
        padding: 8px 20px;
    }
    header.scroll h1 img {
        width: 90px;
    }
    header.scroll .hamburger {
        top: 20px;
    }

    header .hamburger span:nth-child(1) {
        top: 0;
    }
    header .hamburger span:nth-child(2) {
        top: 13px;
    }
    header .hamburger span:nth-child(3) {
        top: 26px;
    }

    /* 메인 */
    
    .main_wrap{
        padding: 18% 0 0;
    }
    
    .main_btn{
        width: 100%;
        padding: 80% 0 10%;
    }
    .main_btn img{
        width: 90%;
    }
    
    /* 사전예약 */
    label.radio_img {float:left; width:15px; height:15px; background:url('//appdata.hungryapp.co.kr/images/Events/chosun2m2/radio_off.png') no-repeat; background-size:15px 15px;}
    input[type="radio"]:checked.radio_img + label.radio_img {background:url('//appdata.hungryapp.co.kr/images/Events/chosun2m2/radio_on.png') no-repeat; background-size:15px 15px;}
    .form_box input{
        width:calc(100% - 120px); 
        height: 40px;
    }
    .reserve_wrap{
        padding: 7% 0;
        width: 100%;
    }
    .form_wrap {
        width: 95%;
    }
    button.main_button{
        width: 70%;
    }
    button.input_btn1{
        width: 120px;
        font-size: 1.3vh
    }
    button.input_btn2{
        width: 120px;
        font-size: 1.3vh
    }
    .radio_txt{
        font-size: 1.3vh;
    }
 
    label.chk_agree{
        font-size: 1.1vh;
    }
    
    button.chk_more{
        font-size: 0.9vh;
}
    span.chk_img{
        width: 20px;
        height: 20px;
    }

    span.chk_img:before{
        width: 10px;
        height: 10px;
    }

    span.chk_img:after{
        width: 10px;
        height: 10px;
    }
    
    .re_btn{
        width: 85%;
        padding: 5% 0px 0;

    }

    button.re_button{
        width: 95%;
    }
    
    /* footer */
    .footer_wrap{
        width: 100%;
        padding: 7% 16px;
    }

    p.footer_bold{
        font-size: 2.7vw;
        margin-bottom: 1%;
    }
    .footer_txt1{
        font-size: 2.1vw;
        line-height: 3.1vw;
    }
    .footer_txt2{
        margin-top: 3%;
        font-size: 1.8vw;
        line-height: 2.6vw;
    }
    p.copyright{
        margin-top: 3%;
    }

    
}
    
