@font-face {
    font-family: 'mbc1961-medium';
    src: url('/landing_s/font/MBC1961M.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');


@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
body {}

/* ------ common ------ */
* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    font-family: "Noto Sans KR";
    /* font-size: 49px;
           font-size: 38px; */
}

ul,
ol,
li {
    list-style: none;
}

select,
a {
    color: #000;
    text-decoration: none;
}

a[href^=tel] {
    text-decoration: inherit;
    color: inherit;
}

img {
    max-width: 750px
}

.section {
    display: none;
}


.landing_container {
    width: 100%;
    box-sizing: border-box;
}

.container_wrap {
    width: 750px;
    margin: auto;
}

/* input box */
.input_wrap {
    box-sizing: border-box;
    padding-top: 14px;
    text-align: center;
    padding: 40px 40px;
    background-color: transparent;
}

.result_btn {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);
    background: transparent;
}



.request .input_wrap {
    padding: 0 60px 60px 60px;
}


/* 이름 input */
#name {
    width: 100%;
    height: 80px;
    border: 1px solid #707070;
    box-sizing: border-box;
    font-size: 32px;
    padding: 23px 0 23px 28px;
    font-family: "Noto Sans KR";
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

#age {
    width: 100%;
    height: 80px;
    border: 1px solid #707070;
    box-sizing: border-box;
    font-size: 32px;
    padding: 23px 0 23px 28px;
    margin-bottom: 30px;
    font-family: "Noto Sans KR";
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

#tel {
    width: 100%;
    height: 80px;
    border: 1px solid #707070;
    box-sizing: border-box;
    font-size: 32px;
    padding: 23px 0 23px 28px;
    margin-bottom: 30px;
    font-family: "Noto Sans KR";
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

#gift {
    width: 100%;
    height: 100px;
    border: 1px solid #707070;
    box-sizing: border-box;
    font-size: 33px;
    padding: 23px 0 23px 28px;
    margin-bottom: 30px;
    font-family: "Noto Sans KR";
    margin-top: 30px;
}

/* 전화번호 input */
.tel_wrap {
    width: 100%;
    height: 80px;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
    margin-top: 40px;
}

.tel_wrap .select_box {
    width: 31%;
    float: left;
    position: relative;
    z-index: 10;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
}

.select_box_type {
    width: 100%;
    position: relative;
    background-color: #fff;
    z-index: 10;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 10px;

    box-sizing: border-box;
    margin-bottom: 30px;
}

.select_box_type #etc1 {
    width: 100%;
    padding: 23px 0 23px 28px;
}

.select_box_type .etc1 {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #707070;
    font-size: 36px;
    padding-left: 28px;
    z-index: 100;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.tel_wrap .select_box #tel_1 {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #707070;
    font-size: 32px;
    padding-left: 22px;
    z-index: 100;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    -webkit-appearance: none;
    /* 크롬 화살표 없애기 */
    -moz-appearance: none;
    /* 파이어폭스 화살표 없애기 */
    appearance: none
        /* 화살표 없애기 */
}

.select_box_type img {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(-50%, -30%);
    z-index: -1;
}

.tel_wrap .select_box img {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(-50%, -30%);
    z-index: -1;
    width: 10px;
}

.select_box_type select {
    background-color: transparent;
}

.tel_wrap #tel_2 {
    width: 31%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #707070;
    max-width: 230px;
    padding-left: 22px;
    font-size: 32px;
    display: inline-block;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.tel_wrap #tel_3 {
    width: 31%;
    height: 100%;
    float: right;
    box-sizing: border-box;
    border: 1px solid #707070;
    max-width: 230px;
    padding-left: 22px;
    font-size: 32px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.input_wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input_wrap select::-ms-expand {
    display: none;
}

/* 개인정보 */
input[type="checkbox"] {
    width: 35px;
    height: 35px;
    vertical-align: middle;
    margin-right: 6px;
}

.text_label span {
    font-size: 28px !important;
    vertical-align: middle !important;
    opacity: 0.8 !important;
}

.text_label {
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 30px !important;
    margin-top: 12px !important;
    text-align: left;
}

.text_label a {
    display: inline-block;
    font-size: 18px;
    background-color: #fff;
    border: 1px solid #3F3F3F;
    color: #3F3F3F;
    vertical-align: middle;
    padding: 8px;
    margin-left: 10px;
    margin-top: 0 !important;
    float: right;
}

/* 주의사항 */
.att_box {
    background-color: #ececec;
    box-sizing: border-box;
    padding: 32px 30px 30px 30px;
}

.att_box ul li {
    font-size: 16px;
    color: #676566;
    margin-bottom: 2px;
    letter-spacing: -1px;
}

.hidden{
    display: none;
}

.next-btn{
    background-color: transparent;

}
.section01,.section02{
    position: relative;
}
.obj01{
    position: absolute;
    top: 740px;
    z-index: 1;
    right: 160px;
}

.show-btn{
    position: absolute;
    top: 336px;
    right: 40px;
    font-size: 20px;
    padding: 4px 14px;
    border-radius: 50px;
    background: #fff;
    color: #ff1a4d;
}

.next-container{
    position: absolute;
    display: flex;
    top: 430px;
    left: 50%;
    transform: translate(-50%,0);
}
.next-container button{
    background-color: transparent;
}

.animate__animated{
    /* opacity: 0; */
}

.section03{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 700px;
    height: auto;
background-color: transparent;
    transform: translate(-50%,-50%);
    z-index: 1000;
}

.open_back {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 100;
}

.tt{
    opacity: 0;
}

.aniblock{
    background-color: #fff;
    border: 3px solid transparent;
    border-radius: 10px;
    background-image: linear-gradient(#fff, #fff), 
    linear-gradient(to right, red 0%,  orange 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.input-title-img{
    display: none;
    margin: auto;
}
.input-title-text{
    font-family: 'mbc1961-medium';
    margin: 40px auto 0px;
    font-size: 48px;
    letter-spacing: -2px;
}



  ._number span {
    background: linear-gradient(to bottom, #FF3651, #FF3651);
    -webkit-background-clip: text;
    color: transparent !important;
    font-weight: 600;
  }