@charset "utf-8";

/* CSS Reset */
html, body, div , span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%;-webkit-text-size-adjust:none;}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}
body {font-family: "Noto Sans KR"; font-size: 16px; color: #1F1F1F; }
ol, ul, li {list-style: none;}
table {border-collapse: collapse; border-spacing: 0;}
address {font-style: normal;}
a {color: #333; text-decoration: none;}
img {border: 0; /*vertical-align: top;pointer-events : none;*/}

.hidden {display: none;}

body {
    min-height: 100vh;
    /* mobile viewport bug fix */
    min-height: -webkit-fill-available;
    -webkit-touch-callout:none;
}

/* content */
#landing_container {
    width: 100%;
    box-sizing: border-box;
}

.container_wrap {
    width:100%;
    max-width: 800px;
    margin: auto;
    box-sizing: border-box;
    position:relative;
}

#landing_container .top{
    overflow:hidden;
}

.intro {
    width: 100%;
    position:relative;
}

.request {
    padding: 140px 60px 150px;
    background: #FBFBFB;
}
.request .request_info {
    margin-bottom:28px;
}
.request .request_info img,
.request .action_btn{
    display:block;
    margin:auto;
}
.request .input_container {
    width: 680px;
    margin: 0 auto;
}
.request .input_container .input_wrap {
    margin-bottom: 50px;
}
.request .input_container .input_wrap::after{
    content:"";
    display:block;
    clear:both;
}
.request input, .request select {
    height: 105px;
    box-sizing: border-box;
    padding: 30px;
    font-size: 32px;
    font-family:Note Sans KR;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}
.request input[type='text']:focus, .request input[type='number']:focus, .request select:focus {
    border: 2px solid #6E3BA8 !important;
    outline: none;
}
.request input::placeholder {
    color: #000;
}
.request #name {
    width: 400px;
    float: left;
    margin-right: 10px;
}
.request #age {
    width: 270px;
    -webkit-appearance:none; /* 크롬 화살표 없애기 */
    -moz-appearance:none; /* 파이어폭스 화살표 없애기 */
    appearance:none /* 화살표 없애기 */
}
.request .tel_wrap {
    clear: both;
    margin-top: 10px;
}
.request .tel_wrap #tel {
    width: 680px;
}

.request .text_label {
    width: 100%;
    margin-bottom: 35px;
    position: relative;
}
.request .text_label input[type='checkbox'] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    appearance: none;
    border: 2px solid #898989;
    background: #E8E8E8;
    transition: all .1s;
    vertical-align: top;
}
.request .text_label input[type='checkbox']::before {
    content: "";
    display: block;
    width: 16px;
    height: 12px;
    background: url(./images/check.png);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 100;
}
.request .text_label input[type='checkbox']:checked {
    border-color: #000000;
    background: #6E3BA8;
}
.request .text_label input[type='checkbox']:checked::before {
    content: "";
    display: block;
    width: 16px;
    height: 12px;
    background: url(./images/check_on.png);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 100;
}
.request .action_btn {
    padding:42px 0 0 0;
    margin:auto;
    cursor: pointer;
    border: 0;
    background: transparent;
}

.diet_story,
.real_review {
    position:relative;
}
.diet_story > iframe{
    position:absolute;
    bottom:151px;
    left:50%;
    transform:translateX(-50%);
}
.real_review > img:last-of-type{
    position:absolute;
    bottom:149px;
    left:50%;
    transform:translateX(-50%);
    cursor: pointer;
}
.warning_info{
    background-color: #EEEEEE;
    padding: 55px;
}
.warning_info > li{
    font-size: 17px;
    color: #818181;
    text-align: left;
    line-height: 1.7em;
    text-align: justify;
    padding-left:20px;
    position:relative;
    margin-top:5px;
}
.warning_info > li:first-child{
    margin-top:0;
}
.warning_info > li:before{
    content:"*";
    display:block;
    position:absolute;
    left:0;
    top: 4px;
}

/*.intro > img,*/
.request_info > img,
.diet_story > img,
.real_review > img:first-of-type,
.daeatdiet_info > img {
    pointer-events : none;
}

.info_text {
    background: #e9e9e9;
    padding: 40px 40px 35px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color:#3C4141;
    line-height: 170%;
    display: block;
    letter-spacing: -1.5px;
    text-align: left;
    /* height:330px; */
}

.info_text::before {
    /* content:"유의사항"; */
    font-size: 25px;
    font-weight: 700;
    color: #000;
    clear: both;
    display: block;
    line-height: 35px;
    margin-bottom: 10px;
    font-family: "Noto Sans KR";
}