html { scroll-behavior: smooth; }
* { margin: 0; padding: 0; vertical-align: top; box-sizing: border-box; }
body { max-width: 800px; min-width: 320px; margin: 0 auto; font-family: 'Pretendard-Regular'; }
li { list-style: none; }
a { text-decoration: none;}
img { max-width: 100%; border: none; }
p { color: #333; word-break: keep-all; }
select { -webkit-appearance: none; appearance: none; color: #333; background-image: url(https://land.withusmk.co.kr/assets/etc/file/selct_arrow.png);
background-repeat: no-repeat; background-position: center right 5px;}
section {font-size:18px}
textarea {
border: 1px solid #efefef; outline: none; font-family: inherit; font-size: inherit; color: #333;
resize: none; box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; appearance: none;        
}
button { all: unset; cursor: pointer; padding: 0; margin: 0; font: inherit; color: inherit; }
h1, h2, h3, h4, h5, h6, p { line-height: 120%; letter-spacing: -.05em; color: #333; }
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
  font-family: 'Pretendard-Black';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url('https://cdn.jsdelivr.net/gh/fonts-archive/Pretendard/Pretendard-Black.woff2') format('woff2'),
       url('https://cdn.jsdelivr.net/gh/fonts-archive/Pretendard/Pretendard-Black.woff') format('woff');
}
@font-face {
    font-family: 'Pretendard-Bold';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
/* form */
.form_wrap p { color: #333; font-size: 1.4em; }
.form_wrap { padding: 0 0 20% 0; background: #fff; }
.form_tit { text-align: center; margin-bottom: 2em; font-size: 1.2em !important; font-weight: bolder; line-height: 150%; }
.form_tit .tcolor { color: red; }
.form_wrap .inner { width: 95%; margin: 0 auto; padding: 0; }
.form_wrap ul li { margin-bottom: 20px; }
.form_wrap .form_policy { margin-bottom: 2em; display: flex; flex-wrap: wrap; align-items: center; }
.form_wrap .form_policy input { margin-right: 5px; cursor: pointer; }
.form_wrap .form_policy label { cursor: pointer; margin-right: 5px; }
.form_wrap ul li p:first-child { margin-bottom: 5px; font-size: 18px; font-weight: 600; }
.form_wrap ul li p:nth-child(2) { font-size: 1em; margin-bottom: 10px; color: #666; }
.form_wrap ul li input, .form_wrap ul li select { padding: 15px 10px; border-radius: 10px; border: 1px solid #e5e5e5; background-color: #fff; }
.form_wrap ul li input[type="text"] { width: 100%; box-sizing: border-box; }
.form_wrap .form_tel input, .form_wrap .form_tel select { width: 100% !important; }
.form_wrap .form_select02 select { width: 100%; }
.region_wrap .select_box { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1%; }
.form_wrap .form_text textarea { width: 100%; height: 80px; border-radius: 10px; }
.form_wrap .form_policy, .form_wrap .form_policy a { font-size: 14px; }
.phone { display: flex; align-items: center; gap: 5px; }
.form_wrap button { width: 100%; padding: .7em 0; color: #fff; background: #0011A2; text-align: center;
border-radius: .5em; font-size: 1.7em; font-weight: bolder; border: none; cursor: pointer; }
input[type="radio"] { appearance: none; -webkit-appearance: none; -moz-appearance: none; }
.radio_wrap { display: flex; gap: 5px; }
.radio_box { width: 100%; display: flex; align-items: center; height: 50px; }
.radio_box input[type="radio"] { width: 100%; position: absolute; left: 50%; transform: translateX(-50%); transition: .3s;
padding: 0; height: 50px; z-index: -1; cursor: pointer; }
.radio_box label { position: relative; width: 100%; text-align: center; line-height: 50px; z-index: 1;
color: #666; cursor: pointer; }
.radio_box input[type="radio"]:checked { background: #0011A2; }
.radio_box input[type="radio"]:checked + span { color: #fff; }
#show-Box { cursor: pointer; }
.form_wrap input::placeholder { color: #c5c5c5; }
.form_btm { width: 95%; margin: 0 auto; text-align: center; padding-top: 2em; font-weight: normal; line-height: 150%; }
.form_wrap .no_choice { color: #999 !important; }
/* top_fix */
.top_fix { width: 100%; max-width: 800px; min-width: 320px; position: fixed; bottom: 0; z-index: 9999; }
.top_fix a { display: flex; justify-content: space-between; align-items: center; padding: 1em; background: #0011A2; }
.top_fix a h2 { color: #fff; }
.top_fix a h4 { color: #0011A2; background: #fff; font-size: 2em; padding: .1em .4em; }
/* con1 */
.con1 { background: #000; }
/* con2 */
.con2 .con_tit h2 { font-size: 3em; }
.con2_box { display: flex; align-items: center; padding: 1em; border-radius: 5em; border: 2px solid #0011A2; margin-bottom: 1em; }
.con2_box:last-child { margin-bottom: 0; }
.con2_box p { font-size: 2em; margin-right: .4em; }
.con2_box h4 { font-size: 1.3em; }
/* con3 */
.con3 { background: #e9e9e9; padding: 15% 0; }
.con3 .con_tit p { margin-bottom: .5em; font-size: 1.8em; }
.con3 .con_tit h2 { font-size: 2.5em; }
/* swiper css */
.con3_contents_wrap { overflow-x: hidden; overflow-y: hidden; }
.con3_box { transition: .3s; width: 100%; }
.con3 .swiper-wrapper { transition-timing-function: ease !important; }
.con3 .swiper-slide img { transform: scale(0.9); }
.con3 .swiper-slide.active-slide { transform: scale(1.1); }
/* con4 */
.con4 { padding: 15% 0; }
/* swiper css */
.con4_contents_wrap { padding-left: 1em; overflow-x: hidden; overflow-y: hidden; }
/* form */
.form_wrap .con_tit h2 { font-size: 2.5em; }
/* num_ */
.form_count { margin-bottom: 3.5em; }
.count_box { padding: 2em 1em; background: #fff; box-shadow: 2px 2px 5px 2px #00000015; margin-bottom: 1em; }
.count_box:last-child { margin-bottom: 0; }
.count_box em { font-style: normal; }
.count_box p { font-size: 1.7em; }
.count_box h2 { font-size: 2.5em; }
/* col */
.col_wrap { margin-bottom: 4.5em; box-shadow: 2px 2px 3px 3px #00000025; border-radius: .5em; }
.col_wrap h4 { text-align: center; color: #fff; background: #0011A2; padding: .5em 0; border-top-left-radius: .3em; border-top-right-radius: .3em;
font-size: 2em; }
.col_label { border-radius: 15px; overflow: hidden; padding: 0 1em; }
.col_box { width: 100%; height: auto; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #E4E4E4;
padding: 2em 0 2em 1em; }
.col_box p { color: #333; font-size: 1.2em; letter-spacing: -.05em; text-align: center; }
.col_box p:nth-child(odd) { width: 30%; text-align: left; }
.col_box p:nth-child(2) { text-align: left; }
.col_box p:nth-child(2n) { width: 20%; }
.form_wrap .swiper { width: 100%; height: 300px; }
.form_wrap .swiper, .form_wrap .swiper-wrapper { touch-action: auto !important; }
.con7_name { width: 100%; display: flex; justify-content: space-between; padding: 1em 2em; background: #EAEAEA; }
.con7_name p { width: 25%; font-size: 1.5em; text-align: center; color: #0011A2; font-family: 'Pretendard-Bold'; }
.con7_name p:nth-child(odd) { width: 30%; text-align: left; }
.con7_name p:nth-child(2) { text-align: left; }
.con7_name p:nth-child(2n) { width: 20%; }
.con7_name p:nth-child(1) { text-indent: 1em; }
.con7_name p:nth-child(2) { text-indent: .3em; }
.con7_name p:nth-child(3) { text-indent: 1.5em; }
.con7_name p:nth-child(4) { text-indent: 1.2em; }
/* all */
.con_tit p { font-size: 2em; }
.bg { width: 100%; position: relative; overflow: hidden; }
.bg > img { width: 100%; object-fit: contain; }
.tcolor { color: #0011A2; }
.bg_inner { width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: flex; flex-direction: column; justify-content: center; padding: 0 1em; }
.inner { width: 95%; margin: 0 auto; padding: 15% 0; }
h2 { font-size: 2em; letter-spacing: 0; font-family: 'Pretendard-Black'; font-weight: 100; }
h3 { font-size: 1.5em; letter-spacing: -.05em; font-family: 'Pretendard-Black'; font-weight: 100; }
h4, h5, h6 { font-family: 'Pretendard-Bold'; }
.con_tit { text-align: center; margin-bottom: 3.5em; }
/* animation */
.form_wrap button { animation: form_btn 2s infinite forwards; }
@keyframes form_btn {
0% { border-bottom: 5px solid #000535; box-sizing: border-box; color: #FFFF00; margin-top: -5px; }
50% { border-bottom: 5px solid #000535; box-sizing: border-box; color: #FFFF00; margin-top: -5px; }
50.01% { border-bottom: none; box-sizing: content-box; color: #fff; margin-top: 0; }
100% { border-bottom: none; box-sizing: content-box; color: #fff; margin-top: 0; }
}
.top_fix a h4 { animation: top_fix 1.5s infinite forwards; }
@keyframes top_fix {
    0% { color: #fff; background: #000; }
    50% { color: #fff; background: #000; }
    50.01% { color: #0011A2; background: #fff; }
    1000% { color: #0011A2; background: #fff; }
}
.con2_box { animation: con2_box 4s infinite forwards; }
.con2_box:nth-child(1) { animation-delay: 0s; }
.con2_box:nth-child(2) { animation-delay: 1s; }
.con2_box:nth-child(3) { animation-delay: 2s; }
.con2_box:nth-child(4) { animation-delay: 3s; }
@keyframes con2_box {
    0% { background: #0010a231; }
    25% { background: #0010a231; }
    25.01% { background: #fff; }
    100% { background: #fff; }
}
/* media screen */
@media screen and (max-width: 600px) {
body { font-size: 15px; }
}
@media screen and (max-width: 480px) {
body { font-size: 10px; }
.radio_box span { font-size: 12px; }   
}




.privacy-layer {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}
.privacy-layer.active {
    display: block;
}

/* dim */
.privacy-dim {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}

/* popup */
.privacy-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(92vw, 640px);
    max-height: 85vh;
    background: #fff;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* header */
.privacy-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    border-bottom: 1px solid #eee;
}
.privacy-head h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

/* close */
.privacy-close {
    background: none;
    border: 0;
    font-size: 24px;
    cursor: pointer;
}

/* body */
.privacy-body {
    padding: 20px;
    overflow-y: auto;
    font-size: 14px;
    line-height: 1.6;
}
.privacy-body h3 {
    margin: 18px 0 8px;
    font-size: 15px;
}
.privacy-body ul {
    padding-left: 18px;
}

.radio-btn-group {
    display: flex;
    gap: 14px;
}

.radio-btn {
    position: relative;
    flex: 1;
    cursor: pointer;
}

.radio-btn input {
    position: absolute;
    opacity: 0;
}

.radio-btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    border: 1px solid #ddd;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 600;
    background: #fff;
    transition: all 0.25s ease;
}

/* 선택 */
.radio-btn input:checked + span {
    border-color: #111;
    background: #111;
    color: #fff;
}

/* hover */
.radio-btn:hover span {
    border-color: #555;
}

/* 모바일 */
@media (max-width: 768px) {
    .radio-btn span {
        height: 56px;
        font-size: 17px;
    }
}