@charset "utf-8";
@import url(../../fonts/Pretendard/pretendard.css);

/* ------ common ------ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    border: 0;
    font-family: "Pretendard";
}

html{
    -webkit-text-size-adjust:none;
    -moz-text-size-adjust:none;
    -ms-text-size-adjust:none;
}
body{
    background:#999;
    margin:auto;
}

ul,
ol,
li {
    list-style: none;
}

select,
a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

a[href^=tel] {
    text-decoration: inherit;
    color: inherit;
}

input[type="checkbox"], input[type="radio"], input[type="checkbox"] + label, input[type="radio"] + label, button {
    cursor: pointer;
}

#gnb_wrap{max-width:800px !important;}

.landing_container {
    width: 100%;
    box-sizing: border-box;
}

.container_wrap {
    width: 800px;
    max-width:800px;
    margin: auto;
    background:#FFF;
}
.hidden{
    display:none;
}

.intro{
    text-align: center;
}
.section {
    position:relative;
    display: block;
}
.content03 {
    background:#FFF4ED;

    /*
    margin:130px 0 127px;
    */
    overflow: hidden;
}
.content03 .content03_title {
    padding-top:80px;
    text-align: center;
}

.content03 .silde_list{
    margin-top:50px;
    padding:0 60px;
    box-sizing: border-box;
    width:100%;
    height:270px;
    /*
    height:534px;
    */
    position:relative;
    /*
    overflow: hidden;
     */
}
.content03 .silde_list ul li img{
    display: block;
    margin:auto;
}
.content03 .swiper-button-prev {
    position:absolute;
    top:calc(50% + 45px);
    left: 15px;
    transform: translateY(-50%);
    width:80px;
    height:80px;
    border:50%;
    cursor: pointer;
    color: #fff;
    background: #000;
    border-radius: 50%;
    box-shadow: 5px 5px 10px rgba(128, 128, 128, 0.5);
}

.content03 .swiper-button-next {
    position:absolute;
    top:calc(50% + 45px);
    right:15px;
    transform: translateY(-50%);
    width:80px;
    height:80px;
    border:50%;
    cursor: pointer;
    color: #fff;;
    background: #000;
    border-radius: 50%;
    box-shadow: 5px 5px 10px rgba(128, 128, 128, 0.5);
}
.content03 .silde_list .swiper-slide{
    opacity: 0 !important;
}
.content03 .silde_list .swiper-slide-active{
    opacity: 1 !important;
}
.content03 .popup_banner {
    text-align: center;
    display: block;
    margin:100px auto 0;
}
.content03 .dim {
    position:fixed;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 45%);
    z-index: 10001;
}
.content03 .popup {
    background: #fff;
    position: fixed;
    padding: 80px 50px;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 740px;
    border-radius: 20px;
}
.content03 .close {
    position: absolute;
    right: 5%;
    top: 5%;
}

.view_btn,
.action_btn {
    display: none;
    position: -webkit-sticky;
    position:sticky;
    bottom: 15px;
    background:#CB9C7B;
    width:100%;
    height:110px;
    color: #FFF50C;
    text-align: center;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 130px;
    z-index:10000;
}
.view_btn{
    z-index: 100;
}
.request .action_btn {
    display: block;
    position:relative;
}

.request {
    position:fixed;
    bottom:-1px;
    width:100%;
    max-width:800px;
    background:#FFF;
    z-index:10000;
}
.request .input_container{
    padding-top: 40px;
    box-sizing: border-box;
}
.request .input_container .request_info {
    text-align: center;
    font-size: 40px;
    color: #333;
    font-weight: 700;
    letter-spacing: -1px;
    display: block;
    line-height:50px;
}
.request .input_container .request_info span{
    display: block;
    font-size: 20px;
    line-height:25px;
    font-weight: 400;
}
.request .input_container .input_wrap {
    margin-top: 20px;
    padding: 0 50px;
    box-sizing: border-box;
}

/* 이름 input */
#name {
    width: 35%;
    height: 104px;
    padding: 32px;
    box-sizing: border-box;
    margin-bottom: 12px;
    line-height: 40px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}
#age{
    width: 100%;
    height: 100%;
    padding-left: 30px;
    box-sizing: border-box;
    background:url('./images/dropdown_icon.png') no-repeat center right 30px #FFF;
    cursor: pointer;
}
select#age {
    height: 104px;
}
.age_box{
    width: 36%;
    float: right;
    height: 104px;
}
.age_box > select{
        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: 64%;
    height: 104px;
    padding: 32px;
    box-sizing: border-box;
    margin-bottom: 12px;
    line-height: 40px;
    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;
}

.request{
    background:#CB9C7B;
}
.request .input_container .agree_box .privacy_wrap{
    background:#FFFFFF;
    margin-bottom:40px;
}
.request .input_container .agree_box .privacy_wrap a{
    background:#FFF;
}
.request .input_wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.request input[type=text]:focus,
.request input[type=number]:focus,
.request select:focus{
    border: 2px solid #3C4984 !important;
    outline: none;
}
.request .agree_box {
    margin: 0 50px;
}
.request .privacy_wrap input[type='checkbox']:checked{
    background-color: #3C4984;
    border-color:#3C4984;
}
.request .privacy_wrap .privacy_allchk {
    height: 55px;
}
.request .privacy_wrap > div:last-of-type{
    margin-bottom:0;
}
.request .privacy_wrap .label{
    vertical-align: middle;
}
.request .close_btn{
    position:absolute;
    right:280px;
    top:-60px;
    background:transparent;
    cursor: pointer;
}