@charset "utf-8";
@import url(../../fonts/NotoSansCJK/NotoSansCJK.css);

/* ------ common ------ */
* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    font-family: "Noto Sans CJK KR";
    color: #333333;
    -webkit-text-size-adjust : none;
    -ms-text-size-adjust : none;
    -moz-text-size-adjust : none;
    -o-text-size-adjust : none;
    color: #161718;
}

ul,
ol,
li {
    list-style: none;
}

select,
a {
    color: #000;
    text-decoration: none;
}

a[href^=tel] {
    text-decoration: inherit;
    color: inherit;
}

#gnb_wrap {
    max-width:800px !important;
}

#landing_container {
    width: 100%;
    box-sizing: border-box;
}

.container {
    position: relative;
}

.container_wrap {
    width: 800px;
    max-width:800px;
    margin: auto;
    text-align: center;
    position:relative;
}
.hidden{
    display:none;
}
.section{
    position:relative;
    text-align: center;
}

.section01 {
    background: url("images/main_bg.png") no-repeat 0 0;
}

button{
    cursor: pointer;
}
.request li input[type="radio"] {
  position: absolute;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}
.intro{
    width: 800px;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: #FF7C3C;
    padding: 20px;
    box-sizing: border-box;
}
.intro .main {
    background: #fff;
    border-radius: 40px;
    padding: 80px 0;
    box-sizing: border-box;
}
.intro .main img{
    text-align: center;    
}
.intro .main .img01{
    margin-bottom:40px;
}
.intro .main .img03{
    margin:60px 0;
}
.request{
    background: #fff;
    box-sizing: border-box;      
    padding-top: 100px;  
}

.request .request_info{
    text-align: center;
    margin-bottom:-35px;
}
.request .request_info p {
    margin-top:25px;
    text-align: center;
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
}

.request .agree_box {
    padding:0 50px;
    box-sizing: border-box;
}

input[type=text]:focus,
input[type=number]:focus {
    border: 2px solid #ED4130 !important;
    outline: none;
}

.request .privacy_wrap input[type='checkbox']:checked, 
.request .privacy_wrap_single input[type='checkbox']:checked {
    background-color: #ED4130;
    border: 2px solid #ED4130;
}
.action_btn {
    margin-top:60px;
    width: 100%;
    height: 100px;
    font-weight: 700;
    font-size: 42px;
    letter-spacing: -1px;
    background-color: #ED4130;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.content_list > div {
    position:relative;
    text-align: center;
}


.input_container{
    padding: 0 50px;
}
.input_wrap {
    width: 700px;
    margin: 60px 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    gap: 52px;
}
.input_wrap li{
    position: relative;
}
.label-text{
    font-size: 36px;
    font-weight: 500;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom:16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.desc-text{
    font-size: 21px;
    font-weight: 300;
    color: #ED4130;
    letter-spacing: -0.02em;
}

.answer_list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.answer_list label{
    flex:1;
    border:2px solid #c8c8c8;
    border-radius: 15px;
    background: #fafafa;
    font-size: 32px;
    font-weight:500;
    cursor: pointer;
    box-sizing: border-box;
    height:90px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.answer_list.age_select label{
    flex-grow: 0;  
    flex-shrink: 0;  
    flex-basis: auto;
    min-width: 122px;
    padding: 0 24px;
}

.answer_list input[type=radio]:checked + label{
    border: 2px solid #ED4130;
    background:#FFF4F3; 
}
