@charset "utf-8";
@import url(../../../fonts/S_Core_Dream/S_Core_Dream.css);

/* ------ common ------ */
* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    font-family: "Noto Sans KR";
    color: #333333;
    -webkit-text-size-adjust : none;
    -ms-text-size-adjust : none;
    -moz-text-size-adjust : none;
    -o-text-size-adjust : none;
}

ul,
ol,
li {
    list-style: none;
}

select,
a {
    color: #000;
    text-decoration: none;
}

a[href^=tel] {
    text-decoration: inherit;
    color: inherit;
}

#landing_container {
    width: 100%;
    box-sizing: border-box;
}

.container {
    position: relative;
}

.container_wrap {
    width: 750px;
    max-width:750px;
    margin: auto;
    text-align: center;
    position:relative;
}
.hidden{
    display:none;
}
.section{
    position:relative;
    text-align: center;
}

button{
    cursor: pointer;
}
 
.request{
    padding:70px 50px;
    box-sizing: border-box;
}

.request .input_container .action_btn{
    margin-top:86.27px;
    background: transparent;
}
.info_text{    
    padding: 40px 50px 135px !important;
}

.info_text > ul > li > ul > li:before {
    content: "-" !important;
    position: absolute;
    top: 4px;
    left: 0;
}
.info_text span{
    text-align: left;
    margin-top:20px;
    font-weight: 500;
    font-size: 18.5px;
    line-height: 20px;
    letter-spacing: -0.04em;
    color: #F16BE4;
    display: block;
}

.move_btn {
    width: 750px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
    background-color: #5070ed;
}