/* ------ common ------ */
@import url(../../fonts/SpoqaHanSansNeo/SpoqaHanSansNeo.css);

* {margin:0; padding:0; list-style:none; border:0; font-family: "SpoqaHanSansNeo";}
body {width: 750px; margin: 0 auto; position: relative;}
ul, ol, li {list-style: none;}
a {text-decoration:none;}

.hidden {display: none;}


/* ------ header/gnb ------ */
/* #gnb_wrap {
    width: 750px;
    height: 95px;
    background-color: #fff;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}
#gnb_wrap .gnb_logo {
    margin: 19px 0 0 21px;
    float: left;
}
#gnb_wrap .gnb_logo a {
    display: block;
}
#gnb_wrap .gnb_menu {
    margin: 15px 20px 0 0;
    float: right;
}
#gnb_wrap .gnb_menu > div {
    display: flex;
    align-items: center;
    align-content: center;
}
#gnb_wrap .gnb_menu > div .gnb_menu_icon {
    margin-left: 21px;
} */


/* ------ contents ------ */
#landing_container {
   /* margin-top: 95px;*/
}

/* ------ section01 ------ */
.section01 {
    position: relative;
    background: #F4F4F4;
}
.section01 .main_text {
    width: 750px;
    height: 1078px;
    background: url(./img/main_visual.png) center no-repeat;
    font-size: 0;
    text-indent: -9999px;
}
.section01 .page_btn {
    width: 750px;
    height: 230px;
    background: url(./img/btn_next_page.gif) center no-repeat;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 100;
    display: none;
    cursor:pointer;
}
.section01 .page_btn a {
    display: block;
    font-size: 0;
    text-indent: -9999px;
}
.section01 .con {
    text-align: center;
    padding: 89px 0 332px;
}
.section01 .con p {
    width: 567px; 
    height: 153px;
    background: url(./img/title01.png) center no-repeat;
    margin: 0 auto 81px;
    font-size: 0;
    text-indent: -9999px;
}
.section01 .con ul {
    width: 650px;
    margin: 0 auto;
}
.section01 .con ul li {
    border: 1px solid #0025B0;
    border-radius: 2px; 
    overflow: hidden;
    margin-bottom: 42px;
}
.section01 .con ul li:last-child {
    margin-bottom: 0;
}
.section01 .con ul li dl {
    padding: 28px 0 46px;
    background: #fff;
}
.section01 .con ul li dl dd {
    font-size: 40px;
    letter-spacing: -0.07em;
    color: #000000;
    font-weight: 300;
}


/* ------ section02 ------ */
.section02 {
    padding-top: 101px;
}
.section02 .main_text {
    margin: 0 auto 114px;
}
.section02 .main_text > img{
    margin:auto;
    display:block;
}
.section02 .con .input_wrap01 {
    width: 650px;
    margin: 0 auto 89px;
    padding: 45px 47px 60px;
    background: #EEF6FF;
    border: 2px solid #0025B0;
    border-radius: 10px;
    box-sizing: border-box;
    position: relative;
}
.section02 .con .input_wrap01::before {
    content:'';
    width: 281px;
    height: 371px;
    background: url(./img/model.png) center no-repeat;
    position: absolute;
    top: -41px;
    right: 26px;
    z-index: 10;
}
.section02 .con .input_wrap01 p {
    margin: 122px 0 62px;
    font-weight: 700;
    font-size: 44px;
    line-height: 50px;
    letter-spacing: -0.05em;
    color: #000000;
    position: relative;
}
.section02 .con .input_wrap01 p::before {
    content:'';
    width: 83px;
    height: 60px;
    background: url(./img/icon_question.png) center no-repeat;
    position: absolute;
    top: -122px;
    left: 0;
}
.section02 .con .input_wrap01 ul {
    border-top: 1px solid #000000;
    padding-top: 42px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.section02 .con .input_wrap01 ul li {
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}
.section02 .con .input_wrap01 ul li:nth-child(3),.section02 .con ul li:nth-child(4) {
    margin-bottom: 0;
}
.section02 .con .input_wrap01 ul li label{
    cursor: pointer;
}
.section02 .con .input_wrap01 ul li label > div {
    border-radius: 16px;
    margin-bottom: 15px;
    border: 4px solid rgba(0, 0, 0, 0);
}
.section02 .con .input_wrap01 ul li input {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 13px;
    left: 12px;
    cursor: pointer;
}
.section02 .con .input_wrap01 ul li input[type=radio]:checked + label > div {
    border: 4px solid #277BDA;
}
.section02 .con .input_wrap01 ul li span {
    font-size: 30px;
    letter-spacing: -0.07em;
    color: #000000;
}


.section02 .con .input_wrap02 .info_event dl {
    margin-left: 95px;
}
.section02 .con .input_wrap02 .info_event dl:first-child {
    margin-bottom: 14px;
}
.section02 .con .input_wrap02 .info_event dl dt {
    font-weight: 700;
    font-size: 27px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    background: linear-gradient(180deg, #277BDA 0%, #0025B0 100%);
    border-radius: 20px;
    display: inline-block;
    width: 175px;
    height: 42px;
    margin-right: 17px;
}
.section02 .con .input_wrap02 .info_event dl dd {
    display: inline-block;
    font-weight: 500;
    font-size: 33px;
    line-height: 37px;
    letter-spacing: -0.02em;
    color: #000000;
}
.section02 .con .input_wrap02 .info_event p {
    text-align: center;
    margin-top: 41px;
    font-size: 27px;
    line-height: 39px;
    letter-spacing: -0.05em;
    color: #3C4141;
}
.section02 .con .input_wrap02 .input_inner {
    width: 650px;
    margin: 0 auto 53px;
    padding: 62px 0 60px;
    border-bottom: 1px solid #ADADAD;
}
.section02 .con .input_wrap02 .input_inner #name, #tel_1, #age {
    width: 100%;
    background: #EEF6FF;
    border: 1px solid #277BDA;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-size: 32px;
    box-sizing: border-box;
    padding: 32.5px 0 32.5px 30px;
}
.section02 .con .input_wrap02 .input_inner #age {
    margin-top: 10px;
}

.section02 .con .input_wrap02 .input_inner ul {
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section02 .con .input_wrap02 .input_inner ul li {
    width: 319px;
    background: #EEF6FF;
    border: 1px solid #277BDA;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    font-size: 32px;
    box-sizing: border-box;
    /* padding: 32.5px 0 32.5px 30px; */
}
.section02 .con .input_wrap02 .input_inner ul > li > label{
    display: block;
    padding: 32.5px 0 32.5px 30px;
    cursor: pointer;
}
.section02 .con .input_wrap02 .input_inner ul li input {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    cursor: pointer;
}
.section02 #name::placeholder, #tel_1::placeholder, #age::placeholder {
    color: #A2BBD7;
}

.section02 .con .input_wrap02 .tail_privacy {
    width: 650px;
    margin: 0 auto;
}
.section02 .con .input_wrap02 .tail_privacy .text_label {
    margin-bottom: 20px ;
}
.section02 .con .input_wrap02 .tail_privacy .text_label:last-of-type {
    margin-bottom: 0 ;
}

.section02 .con .input_wrap02 .tail_privacy a {
    margin: 0;
    box-shadow: 0px 4px 8px rgba(44, 39, 56, 0.04);
    border-radius: 50px;
    padding: 8px 20px;
    box-sizing: border-box;
}
.section02 .con .input_wrap02 .tail_privacy .result_btn{
    width: 100%;
    height: 134px;
    background: linear-gradient(132.55deg, #39C9CE 2.5%, #0025B0 100%);
    border-radius: 10px;
    font-weight: 700;
    font-size: 45px;
    letter-spacing: -0.04em;
    color: #FFFFFF;
    margin: 84px 0 89px;
    cursor: pointer;
}

.section02 .footer {
    width: 750px;
    height: 360px;
    margin: 0 auto;
    background: url(./img/footer.png) center no-repeat;
}
.section02 .footer .footer_inner {
    font-size: 0;
    text-indent: -9999px;
}
.info_text {
    background: #e9e9e9;
    padding: 40px 50px 35px;
    box-sizing: border-box;
    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";
}

.info_text ul li{
    position: relative;
    padding-left: 15px;
    word-break: break-all;
    font-size:20px !important;
}
.info_text ul li:before{
    content:"*";
    position:absolute;
    top:4px;
    left: 0;
}

.alert-div {color:red; font-size:15px}