/* ÃÊ±âÈ­ */
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%;
font: inherit;
vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu,
nav, section {
display: block;
}

body {
line-height: 1;
}

ol,
ul {
list-style: none;
}

blockquote,
q {
quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

input:focus {
outline: none;
}

a {
color: inherit;
text-decoration: none;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, select, textarea, p, blockquote, th, td, span, button {
margin: 0;
padding: 0;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

table th, td {
line-height: 20px;
}

caption {
display: none;
}

fieldset, img {
border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
font-weight: normal;
}

ol,
ul {
list-style: none;
}

caption, th {
text-align: left;
}

h1, h2, h3, h4, h5, h6 {
font-size: 100%;
font-weight: normal;
}

q:before, q:after {
content: '';
}

abbr, acronym {
border: 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, select, textarea, p, blockquote, th, td, span {
margin: 0;
padding: 0;
}

a:link, a:visited {
text-decoration: none;
}

a:active, a:hover {
text-decoration: none;
}

/* ÀÌ¿¢½º¸¶·ç Ãß°¡ */
*, *::after, *::before {
-webkit-box-sizing: border-box;
        box-sizing: border-box;
}

input {
border: 0;
}

button {
border: 0;
cursor: pointer;
}

.msg_sound_only, .sound_only {
    display: inline-block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0;
    line-height: 0;
    border: 0 !important;
    overflow: hidden !important;
}

#hd_login_msg {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

/* css ½ÃÀÛ */
.container{
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.section_1 img{
    width: 100%;
}
.section_2 .title{
    font-size: 60px;
    font-weight: 200;
    text-align: left;
    margin: 100px 0;
}
.section_2 .title span{
    font-size: 60px;
    font-weight: 800;
    display: block;
    position: relative;
    margin-top: 10px;
}
.section_2 .title span::after{
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 200px;
    height: 1px;
    background: #707070;
}
.section_2 .list{
    width: 100%;
    padding: 50px 40px;
    border: 1px dashed #3C9088;
    border-radius: 50px;
    position: relative;
}
.section_2 .list img{
    position: absolute;
    bottom: -25px;
    right: -25px;
    width: 120px;
}
.section_2 .list ul li{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.section_2 .list ul li:last-child{
    margin-bottom: 0;
}
.section_2 .list ul li em{
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #7D5CD8;
    color: #fff;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Lato';
}
.section_2 .list ul li p{
    font-family: 'Lato';
    font-size: 25px;
    color: #000;
    margin-left: 10px;
}
.section_2 .description{
    padding: 60px 0 30px 0;
}
.section_2 .description p{
    font-size: 20px;
    font-family: 'Lato';
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
}
.section_2 .description p span{
    font-size: 20px;
    font-weight: 700;
    font-family: 'Lato';
}
.section_2 .description p span.point{
    position: relative;
}
.section_2 .description p span.point::before{
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 15px;
    background: yellow;
    z-index: -1;
}
.dot_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}
.dot_wrap em{
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #333;
    display: block;
    margin: 0 6px;
}
.section_3{
    position: relative;
}
.section_3 .text{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.section_3 .text span{
    font-size: 40px;
    color: #FFEB3B;
    font-weight: 800;
    display: block;
    margin-bottom: 15px;
}
.section_3 .text p{
    font-size: 30px;
    color: #fff;
}
.request_section{
    background: #F9F8F5;
    padding: 120px 0;
    width: 100%;
    margin: 0 auto;
}
.request_section h2{
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    color: #555;
    padding-bottom: 25px;
    margin: 0 auto;
    width: 50%;
    display: block;
}
.request_section .card{
    width: 50%;
    background: #fff;
    padding: 70px 50px 180px 50px;
    box-shadow: 0 3px 6px #00000029;
    margin: 0 auto;
    position: relative;
}
.input_wrap{
    margin: 30px 0;
}
.input_wrap .title{
    display: block;
    font-size: 20px;
    color: #212529;
    font-weight: 700;
}
.input_wrap .form_input{
    background: transparent;
    border: 0;
    border-bottom: 1px solid #E0E0E0;
    padding: 6px 0;
    font-size: 16px;
    font-family: 'Lato';
    color: #333;
    width: 100%;
    margin-top: 5px;
}
.input_wrap .form_input::placeholder{
    font-size: 16px;
    font-family: 'Lato';
    color: #B9B9B9;
}
.input_wrap .form_input:focus{
    outline: none;
}
.input_wrap .form_input::-webkit-outer-spin-button,.input_wrap .form_input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.input_wrap span.hp1 {padding: 6px 0;font-family: 'Lato';color: #333;margin-top: 5px;width:35px;display: inline-block;}
.input_wrap .form_input.hp2 {width: calc(100% - 40px);}
.new-reg-pop {font-weight: 500;font-size: 20px;margin-bottom: 15px;}
.pop-privacy-con {font-size: 14px;font-family: 'Lato';line-height: 1.4;}
.radio{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.radio_wrap{
	width:16.5%; 
    display: left;
    align-items: center;
}
.radio_wrap label{
    margin-left: 2px;
    font-family: 'Lato';
    font-size: 16px;
}
.agree_wrap{
    display: flex;
    align-items: center;
}
.agree_wrap label{
    font-size: 16px;
    font-family: 'Lato';
    margin-left: 8px;
}
.agree_wrap button.detail {background-color: #efefef;padding: 1px 5px;margin-left: 5px;border: 1px #cacaca;border-radius: 3px;}
.request_btn{
    width: 100%;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    background: #FFC13D;
    position: absolute;
    bottom: 0;
    left: 0;
}
.section_5{
    background: #F9F8F5;
}
.section_5 .wrap{
    background: linear-gradient(to bottom,#B56EA1,#7D5CD8);
    border-top-left-radius: 150px;
    border-bottom-right-radius: 150px;
    padding: 10%;
}
.section_5 .wrap > img{
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
}
.section_5 .title{
    font-size: 60px;
    color: #fff;
    font-weight: 200;
    padding: 30px 0;
}
.section_5 .title span{
    color: #FFEB3B;
    font-weight: 700;
    display: block;
    margin-top: 5px;
}
.section_5 .text{
    text-align: center;
    padding: 50px 0;
}
.section_5 .text h3{
    font-size: 70px;
    color: #FFEB3B;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
}
.section_5 .text p{
    font-size: 50px;
    color: #fff;
    font-weight: 200;
}
.section_5 .text span{
    font-size: 50px;
    font-weight: 200;
    color: #FFEB3B;
}
.section_5 .review{
    width: 80%;
    margin: 0 auto;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #707070;
    box-shadow: 0 10px 6px #00000029;
    padding: 30px 70px;
}
.section_5 .review p{
    font-size: 22px;
    color: #333;
    line-height: 30px;
    font-weight: 200;
    word-break: keep-all;
}
.section_5 .review p span{
    font-weight: 400;
    color: #333;
}
.section_5 .review em{
    font-weight: 700;
    text-align: right;
    display: block;
    padding-top: 5px;
    font-size: 20px;
}
.section_5 .wrap > p{
    font-size: 26px;
    color: #fff;
    text-align: center;
    margin: 50px 0;
    font-family: 'Lato';
    font-weight: 700;
}
.section_6{
    background: #F9F8F5;
    border-bottom-left-radius: 150px;
    padding: 10%;
    position: relative;
}
.info_wrap.bottom{
    padding-top: 80px;
    border-top: 1px solid #707070;
    text-align: right;
}
.info_wrap.bottom .title p{
    justify-content: flex-end;
}
.info_wrap > img{
    width: 100%;
}
.info_wrap .title p{
    font-size: 60px;
    font-weight: 200;
    display: flex;
    align-items: center;
}
.info_wrap .title img{
    width: 43px;
    display: block;
    margin-left: 5px;
}
.info_wrap .title span{
    font-size: 60px;
    font-weight: 800;
    line-height: 85px;
}
.info_wrap .desc{
    margin: 80px 0 30px 0;
}
.info_wrap .desc p{
    font-size: 24px;
    font-family: 'Lato';
    line-height: 32px;
}
.info_wrap .desc p span{
    font-weight: 700;
}
.info_wrap .contents{
    width: 100%;
    text-align: left;
    margin: 100px 0 0 0;
}
.info_wrap .contents p{
    font-size: 30px;
    line-height: 40px;
}
.info_wrap .contents span{
    font-size: 30px;
    font-weight: 700;
    color: #333;
}
.info_wrap .contents span em{
    font-size: 30px;
    font-weight: 700;
    color: #7D5CD8;
}
.section_6 .hands{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55%;
}
.section_7{
    margin: 100px auto;
    width: 70%;
}
.chart_wrap{
    padding: 55px 0;
}
.chart_wrap .title{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.chart_wrap .title em{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    padding: 20px 35px;
    background: #333;
    border-radius: 30px;
    border-bottom-left-radius: 0;
    white-space: nowrap;
}
.chart_wrap .title p{
    font-size: 30px;
    line-height: 35px;
    margin-left: 20px;
    word-break: keep-all;
}
.chart_wrap .title p span{
    font-weight: 700;
}
.chart_wrap .card{
    width: 100%;
    padding: 5%;
    background: #fff;
    box-shadow: 0 3px 6px #0000001A;
    border-radius: 10px;
}
.chart_wrap .card img{
    width: 100%;
}
.section_8{
    background: linear-gradient(to bottom, #A168B4, #7D5CD8);
    border-top-right-radius: 150px;
    padding: 5%;
}
.section_8 .title{
    font-size: 60px;
    font-weight: 200;
    color: #fff;
    text-align: center;
    margin-top: 100px;
}
.section_8 .title span{
    font-weight: 700;
    font-size: 60px;
    color: #FFEB3B;
    position: relative;
    display: block;
    margin-top: 10px;
}
.section_8 .title span::after{
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 1px;
    background: #707070;
}
.section_8 .contents{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.section_8 .contents ul{
    margin-top: 100px;
    width: 99%;
    flex-direction: column;
}
.section_8 .contents ul:first-child{
    margin-right: 1%;
}
.section_8 .contents ul li{
    background: #fff;
    padding: 10%;
    border-radius: 30px;
    width: 97%;
    margin-bottom: 20px;
    height: fit-content;
}
.section_8 .contents ul li strong{
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    display: block;
}
.section_8 .contents ul li em{
    font-size: 18px;
    font-family: 'Lato';
    text-align: right;
    display: block;
    padding: 20px 0;
}
.section_8 .contents ul li p{
    font-size: 13px;
    line-height: 21px;
    font-family: 'Lato';
}
.request_section.second{
    background: #7D5CD8;
    padding: 0;
    width: 100%;
}
.request_section.second .wrap{
    background: #F9F8F5;
    padding: 120px 0;
    width: 100%;
    margin: 0 auto;
    border-top-right-radius: 150px;
}



/* ¸ð¹ÙÀÏ */
@media only screen and (max-width: 769px) {
    .section_2{
        padding: 0 20px;
    }
    .section_2 .title{
        font-size: 30px;
        margin: 50px 0;
    }
    .section_2 .title span{
        font-size: 30px;
    }
    .section_2 .title span::after{
        width: 80px;
        bottom: -15px;
    }
    .section_2 .list{
        padding: 20px 15px;
        border-radius: 20px;
    }
    .section_2 .list ul li{
        margin-bottom: 15px;
    }
    .section_2 .list ul li em{
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    .section_2 .list ul li p{
        font-size: 13px;
        margin-left: 5px;
        width: 80%;
        line-height: 16px;
    }
    .section_2 .list img{
        right: 0;
        bottom: -20px;
        width: 80px;
    }
    .section_2 .description {
        padding: 30px 0;
    }
    .section_2 .description p{
        font-size: 14px;
        line-height: 22px;
    }
    .section_2 .description p span{
        font-size: 14px;
    }
    .section_3 .text span{
        font-size: 22px;
    }
    .section_3 .text p{
        font-size: 16px;
    }
    .request_section{
        padding-top: 50px;
    }
    .request_section h2{
        width: 100%;
        font-size: 28px;
        line-height: 40px;
    }
    .request_section .card{
        width: 100%;
        padding: 0 20px 30% 20px;
        box-shadow: none;
        background: #F9F8F5;
    }
    .section_5 .wrap{
        border-top-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }
    .section_5 .text{
        padding: 25px 0;
    }
    .section_5 .title{
        font-size: 35px;
    }
    .section_5 .wrap > img{
        margin-top: 15px;
    }
    .section_5 .text h3{
        font-size: 28px;
    }
    .section_5 .text p , .section_5 .text span{
        font-size: 18px;
        line-height: 24px;
    }
    .section_5 .review{
        width: 100%;
        border-radius: 25px;
        padding: 10%;
    }
    .section_5 .review p{
        font-size: 16px;
        line-height: 22px;
    }
    .section_5 .review em{
        font-size: 16px;
        padding-top: 10px;
    }
    .section_5 .wrap > p{
        font-size: 20px;
        line-height: 24px;
        word-break: keep-all;
    }
    .section_6{
        border-bottom-left-radius: 50px;
        padding: 10% 20px;
    }
    .info_wrap .title p{
        font-size: 25px;
        margin-bottom: 10px;
    }
    .info_wrap .title img{
        width: 30px;
    }
    .info_wrap .title span{
        font-size: 25px;
        line-height: 32px;
    }
    .info_wrap.bottom{
        padding-top: 40px;
    }
    .info_wrap .desc{
        margin: 30px 0 20px 0;
    }
    .info_wrap .desc p{
        font-size: 17px;
        line-height: 23px;
    }
    .info_wrap .contents{
        margin-top: 30px;
        width: 70%;
    }
    .info_wrap .contents p{
        font-size: 15px;
        line-height: 22px;
    }
    .info_wrap .contents span{
        font-size: 15px;
    }
    .info_wrap .contents span em{
        font-size: 15px;
    }
    .section_6 .hands{
        width: 60%;
        bottom: 40px;
    }
    .section_7{
        width: 100%;
        padding: 0 20px;
        margin: 50px auto;
    }
    .chart_wrap{
        padding: 30px 0;
    }
    .chart_wrap .title em{
        font-size: 18px;
        padding: 15px 20px;
    }
    .chart_wrap .title p{
        font-size: 15px;
        line-height: 20px;
        margin-left: 10px;
    }
    .section_8{
        border-top-right-radius: 50px;
        padding: 0 20px;
        padding-top: 20px;
    }
    .section_8 .title{
        font-size: 30px;
        margin-top: 80px;
    }
    .section_8 .title span{
        font-size: 30px;
    }
    .section_8 .title span::after{
        width: 100px;
    }
    .section_8 .contents{
        flex-direction: column;
        margin-top: 50px;
    }
    .section_8 .contents ul{
        width: 100%;
        margin-top: 0;
    }
    .section_8 .contents ul:first-child{
        margin-right: 0;
    }
    .section_8 .contents ul li{
        width: 100%;
    }
    .section_8 .contents ul li em{
        font-size: 16px;
        padding: 15px 0;
        font-weight: 700;
    }
    .request_section.second .wrap{
        border-top-right-radius: 50px;
        padding-top: 50px;
    }
    .request_section h2{
        padding-left: 20px;
    }
    .radio_wrap label{
        margin-left: 5px;
        font-size: 14px;
    }
    .request_btn{
        border-radius: 35px;
        width: 95%;
        left: 50%;
        transform: translateX(-50%);
        font-size: 20px;
    }
}
@media only screen and (max-width: 321px) {
    .section_2 .title{
        font-size: 25px;
    }
    .request_section h2{
        font-size: 25px;
        line-height: 35px;
        padding-bottom: 0;
    }
    .input_wrap .title{
        font-size: 16px;
    }
    .radio_wrap label{
        font-size: 12px;
        margin-left: 2px;
    }
    .section_5 .text p, .section_5 .text span{
        font-size: 14px;
        line-height: 20px;
    }
    .section_5 .review em{
        font-size: 12px;
    }
    .info_wrap .title span{
        font-size: 22px;
    }
    .section_6 .hands{
        bottom: 85px;
    }
    .chart_wrap .title em{
        font-size: 14px;
        padding: 10px 15px;
    }
    .chart_wrap .title p{
        word-break: initial;
    }
    .section_8 .contents ul li em{
        font-size: 14px;
    }
}

.title span { line-height:160%; }
.section_3 .text span  { line-height:110%; }

.section_5 .text h3 { line-height:160%; }
.section_5 .text span { line-height:170%; }


body { width:100%; height:100%; line-height:100%; color:#333; font-size:1em; font-family: 'Noto Sans KR', sans-serif; overflow-y:visible!important; box-sizing:border-box; }
img { vertical-align:middle; border:none; }
a { text-decoration:none; cursor:pointer; }
p { }

div, input, button { vertical-align:middle; border:none; font-family: 'Noto Sans KR' ; }
.red {color:#ee0000; font-weight:600; }

/* PC 
------------------------------------------------------------------------------------------------------------*/
 

#wrap .scroll_banner { position:absolute; top:200px; right:100px; z-index:1000; text-align:center; }
#wrap .scroll_banner .close { position:absolute; top:10px; right:80px; color:#fff; line-height:30px; font-weight:400; font-size:1.4em; cursor: pointer; display: inline-block; }

@media screen and (max-width:1400px)  {
#wrap > .scroll_banner {display:none;}
}




/*form */

#wrap .form1 { padding-bottom:30px; text-align:center; }
#wrap .form1 .inner { width:600px; margin:0 auto; }

#wrap .form1 .formArea { width:100%; margin:0 auto; overflow: hidden; padding:20px 50px 40px 50px; background-color:#fff; box-shadow: 0 3px 6px #00000029; }
#wrap .form1 .formGroup { text-align:center; }

#wrap .form1 .form_table { width:100%; border-collapse:collapse; font-size:1em; border-top:1px solid #d7d7d7; }
#wrap .form1 .form_table tbody tr:nth-child(2n) { border-bottom:1px solid #d7d7d7; }
#wrap .form1 .form_table tbody th { padding:18px 5px 5px 5px; vertical-align:middle; text-align:left; line-height:100%; font-size:20px; font-weight:600;  letter-spacing:-2px; }
#wrap .form1 .form_table tbody td { padding:5px 5px 18px 5px; vertical-align:middle; text-align:left; line-height:100%; font-size:20px; }

#wrap .form1 .input_style:focus, #wrap .sel_style:focus, #wrap .textarea_style:focus { border-color:#303f99; -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff; box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff;}


#wrap .form1 .input_style { width:100%; padding-left:10px; height:38px; border:1px solid #ccc; font-size:16px; }
#wrap .form1 .sel_style { width:100%; padding-left:10px; height:38px; border:1px solid #ccc; font-size:16px; vertical-align:middle;}
#wrap .form1 .textarea_style { width:100%; padding:10px; height:90px; border:1px solid #ccc; font-size:16px; }

#wrap .form1 .submit_box { width:100%; padding-top:10px; }
#wrap .form1 .submit_box .btn01 { width:100%; text-align:center; font-weight:500; font-size:34px; line-height:100%; letter-spacing:-2px; margin-top:10px; cursor:pointer; background-color:#FFC13D; padding:15px 0; color:#fff; font-family: 'Noto Sans KR', sans-serif;}



/* MOBILE
------------------------------------------------------------------------------------------------------------*/

.m_wrap { width:100%; overflow:hidden; max-width:640px; min-width:320px; text-align:center; margin:0 auto;}
.m_wrap .contents img { width:100%; }

.m_wrap .quick { position: relative; width: 100%; top:0; z-index:99; max-width:640px;}
.m_wrap .quick.on { transition: all 0.5s; position: fixed; margin-top: 0; }
.m_wrap .quick nav { width: 100%; margin: 0 auto; }
.m_wrap .quick nav ul { overflow: hidden; }


/*form */


.formGroup:before, .formGroup:after { content: " "; display:table; }
.formGroup:after { clear:both; }

.m_wrap .form1 {  }
.m_wrap .form1 .inner { width:100%; padding:10px 10px 20px 10px; }

.m_wrap .form1 .formArea {  margin:0 auto; overflow: hidden; background-color:#fff; padding:0 10px 20px 10px; }
.m_wrap .form1 .formGroup { margin-bottom:12px; text-align:center; }


.m_wrap .form1 .form_table { width:100%; padding:0; border-collapse:collapse; border-top:1px solid #d7d7d7;}
.m_wrap .form1 .form_table tbody th { padding:12px 4px 4px 4px; vertical-align:middle; text-align:left; line-height:100%; font-size:16px; font-weight:500; letter-spacing:-2px; }
.m_wrap .form1 .form_table tbody td { padding:4px 4px 12px 4px; vertical-align:middle; text-align:left; line-height:100%; font-size:14px; }
.m_wrap .form1 .form_table tbody tr:nth-child(2n) {border-bottom:1px solid #d7d7d7;}


.m_wrap .form1 .input_style:focus, .m_wrap .sel_style:focus, .m_wrap .textarea_style:focus { border-color:#303f99; -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff; box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff;}

.m_wrap .form1 .input_style { padding-left:5px; height:36px; border:1px solid #ccc; font-size:14px; }
.m_wrap .form1 .sel_style { width:100%; height:36px; border:1px solid #ccc; font-size:14px; vertical-align:middle; background-color:#fff;}
.m_wrap .form1 .textarea_style { width:100%; padding:6px; height:60px; border:1px solid #ccc; font-size:14px; resize:none;}

.m_wrap .form1 .submit_box { width:100%; text-align:center;  }
.m_wrap .form1 .submit_box button { width:100%; font-weight:500; font-size:22px; line-height:100%; letter-spacing:-2px; cursor:pointer; color:#fff; max-width:500px; margin-top:10px; background-color:#FFC13D; padding:15px 0; font-family: 'Noto Sans KR', sans-serif;}


/* popup CSS */
.complete_wrap { position: fixed;top: 0;left: 0;width: 100%;height: 100vh;z-index: 10000; display:none;} 
.complete_wrap .bg { position: fixed;top: 0;left: 0;width: 100%;height: 100vh;background: rgba(0,0,0,0.8);z-index: 10001; }
.complete_wrap .inner { position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%); height: 365px; max-height: 90vh;background: #fff;z-index: 10002; }
.complete_wrap .inner { width:90%; overflow:hidden; border-bottom:0px solid #000; background-color:none;color:#fff; font-size:14px; line-height:0; max-width:500px; margin:0 auto;}
.complete_wrap .inner .close { position: absolute;top: 20px;right: 20px; width:20px; font-weight:600; }
.complete_wrap .inner .close img { width: 100%;height: 100%; }
.complete_wrap .inner .iframe { height:100%;width:100%;border:0; overflow:hidden;}