@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@font-face {
    font-family: 'NanumSquareRound';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {padding: 0; margin: 0; border: 0; box-sizing: border-box;}
li {list-style: none;}
a {text-decoration: none; color: inherit;}
img {vertical-align: top; max-width: 100%; filter: none;}
button {background-color: inherit; cursor: pointer;}
body {font-family: 'Noto Sans KR', sans-serif; color: #000; overflow-x: hidden;}


.title {width: 280px; height: 50px; border-radius: 15px; font-size: 24px; line-height: 50px; font-weight: 900; background-color: #f7cd00; color: #000; text-align: center; margin: 0 auto; font-family: 'NanumSquareRound', sans-serif;}
.black_title {color: #f7cd00; background-color: #000;}


/* header */
header {position: fixed; top: 0; left: 0; width: 100%; height: 80px; background-color: #000; display: flex; justify-content: space-between; align-items: center; padding: 0 30px; box-shadow: 0px 5px 5px rgba(0,0,0,0.25); z-index: 1000;}
header .left {display: flex; align-items: center; gap: 20px;}
header .left a {display: flex; justify-content: center; align-items: center;}
header .left a img {width: 30px;}
header .center {display: flex;}
header .center > img {cursor: pointer;}
header .center .gnb {display: flex; gap: 80px;}
header .center .gnb a {font-size: 18px; line-height: 18px; color: #fff;}
header .ham {cursor: pointer; width: 30px;}


/* aside */
aside {position: fixed; top: 80px; right: -360px; width: 340px; height: calc(100vh - 80px); background-color: #333 ; padding: 35px 45px 35px 25px; box-shadow: -7px 7px 15px rgba(0,0,0,0.25); z-index: 9999;}
aside > img {display: block; margin: 0 0 30px auto; cursor: pointer;}
aside .gnb {display: flex; flex-direction: column;}
aside .gnb a {display: flex; justify-content: flex-end; align-items: center; width: 100%; height: 60px; border-bottom: 2px solid #fff; font-size: 21px; color: #fff;}
aside .bottom {position: absolute; bottom: 120px; left: 0; width: 100%;}
aside .bottom p {font-size: 14px; line-height: 14px; color: #fff; margin-bottom: 10px; text-align: right; padding-right: 45px;}
aside .bottom i {display: block; font-size: 14px; line-height: 14px; color: #fff; text-align: right; padding-right: 45px; font-style: normal; cursor: pointer;}
aside span {position: absolute; bottom: 35px; left: 25px; width: 130px; height: 40px; border: 2px solid #fff; font-size: 14px; line-height: 36px; font-weight: 700; color: #fff; text-align: center; cursor: pointer;}
.aside_bg {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; opacity: 0.5; z-index: 9998; display: none;}


/* main_banner */ 
.main_banner {position: relative; width: 100%; height: 600px; background-color: #fff; margin-top: 80px;}
.main_banner .inner {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 1200px; width: 100%;}
.main_banner .inner img {display: block;}
.main_banner .inner img:nth-child(2) {margin-top: 30px; margin-bottom: 30px;}
.main_banner .inner h2 {font-size: 48px; line-height: 48px; font-weight: 900;}


/* intro */
#intro {width: 100%; padding: 80px 0;}
.intro_contents {max-width: 1200px; margin: 0 auto 100px; display: flex; justify-content: space-between; align-items: flex-start;}
.intro_contents .left {display: flex; align-items: center; gap: 50px; width: 300px;}
.intro_contents .left h2 {width: 50px; height: 50px; border-radius: 50%; background-color: #f6cc00; font-size: 24px; line-height: 48px; font-weight: 900; text-align: center;}
.intro_contents .left p {font-size: 24px; line-height: 24px; font-weight: 300;}

.intro_contents .right {max-width: 680px; width: 100%; position: relative; top: 12px;}
.intro_contents .right .right_title {font-size: 21px; line-height: 24px; font-weight: 300; letter-spacing: -1px; word-break: keep-all;}
.intro_contents .right .right_contents h2 {font-size: 21px; line-height: 21px; margin-top: 60px;}

.intro_contents .label_contents03 {display: flex; flex-direction: row; flex-wrap: wrap;}
.intro_contents .label_contents03 label {display: flex; align-items: center; width: 33.33%; margin-top: 30px; gap: 5px;}
.intro_contents .label_contents03 label input[type="radio"] {appearance: none; width: 14px; height: 14px; border: 1px solid #000; position: relative; top: 1px;}
.intro_contents .label_contents03 label input[type="radio"]:checked {border: 7px solid #000;}
.intro_contents .label_contents03 label span {font-size: 16px; line-height: 16px;}

#siteLink {width: 100%; height: 40px; border: 1px solid #b2b2b2; border-radius: 15px; padding-left: 10px; outline: none; margin-top: 30px;}

.right_box_contents {margin-top: 40px; display: flex; gap: 150px; align-items: flex-start;}
.right_box h2 {font-size: 21px; line-height: 21px;}
.right_box label {display: flex; align-items: center; gap: 7px; margin-top: 30px;}
.right_box label input[type="radio"] {appearance: none; width: 14px; height: 14px; border: 1px solid #000; position: relative; top: 1px;}
.right_box label input[type="radio"]:checked {border: 7px solid #000;}
.right_box label span {font-size: 16px; line-height: 16px;}
.right_box label span:last-child {margin-left: 10px;}
.right_box_contents > div:last-child span {width: 142px; display: block;}
.right_box label div {display: flex; align-items: center;}

.basic_title {margin-top: 40px;}
.basic_title h2 {font-size: 21px; line-height: 21px;}
.basic_contents {display: flex; flex-direction: row; flex-wrap: wrap;}
.basic_contents label {display: flex; align-items: center; gap: 7px; margin-top: 30px; width: 50%;}
.basic_contents label input[type="checkbox"] {appearance: none; width: 14px; height: 14px; border: 1px solid #000; position: relative; top: 1px;}
.basic_contents label input[type="checkbox"]:checked {border: 7px solid #000;}
.basic_contents label span {font-size: 16px; line-height: 16px;}

.spe_title {display: flex; align-items: flex-end; gap: 30px; margin-top: 40px;}
.spe_title h2 {font-size: 21px; line-height: 21px;}
.spe_title p {font-size: 16px; line-height: 16px; word-break: keep-all;}

.sep_label label {display: flex; align-items: center; gap: 7px; margin-top: 30px;}
.sep_label label input[type="checkbox"] {appearance: none; width: 14px; height: 14px; border: 1px solid #000; position: relative; top: 1px;}
.sep_label label input[type="checkbox"]:checked {border: 7px solid #000;}
.sep_label div {display: flex; align-items: center; gap: 30px;}
.sep_label div span {display: block; font-size: 16px; line-height: 16px;}
.sep_label div span:nth-child(1) {width: 160px;}
.sep_label div span:nth-child(2) {width: 85px;}
.sep_label div span:nth-child(3) {width: 70px;}

.input_box_contents {margin-top: 50px;}
.input_box {margin-top: 20px;}
.input_box p {font-size: 21px; line-height: 21px; font-weight: 300; letter-spacing: -1px;}
.input_box > div {display: flex; align-items: center; gap: 30px;}
.input_box > div div {display: flex; align-items: center; gap: 7px;}
.input_box > div div input[type="checkbox"] {appearance: none; width: 14px; height: 14px; border: 1px solid #000; position: relative; top: 1px;}
.input_box > div div input[type="checkbox"]:checked {border: 7px solid #000;}

.input_box > input {width: 100%; height: 40px; border: 1px solid #b2b2b2; border-radius: 15px; padding-left: 10px; outline: none; margin-top: 15px;}

.final_h2 {font-size: 21px; line-height: 21px; margin: 50px 0 30px;}
#final_type {font-size: 18px; line-height: 18px;}

.choice_box h2 {font-size: 21px; line-height: 21px; margin-top: 40px;}

.choice_box .contents {display: flex; flex-wrap: wrap; flex-direction: row;}
.choice_box .contents div {margin-top: 30px; width: 50%;}
.choice_box .contents div input[type="checkbox"] {appearance: none; width: 14px; height: 14px; border: 1px solid #000; position: relative; top: 1px;}
.choice_box .contents div input[type="checkbox"]:checked {border: 7px solid #000;}

.spe_box {margin-top: 80px;}
.spe_box h2 {font-size: 21px; line-height: 21px; margin-bottom: 40px;}
.spe_box_contents {display: flex; flex-direction: column; gap: 20px;}
.spe_box_contents div {align-items: center;}
.spe_box_contents div div {display: flex; align-items: center; gap: 7px;}
.spe_box_contents div div input[type="checkbox"] {appearance: none; width: 14px; height: 14px; border: 1px solid #000; position: relative; top: 1px;}
.spe_box_contents div div input[type="checkbox"]:checked {border: 7px solid #000;}

.spe_box_contents div > p.price {width: 85px; margin-left: 80px; margin-right: 30px;}
.spe_box_contents div > p:nth-child(3) {width: 70px;}
.spe_box_contents div div > p {width: 160px;}

.line {max-width: 1200px; width: 100%; height: 1px; margin: 60px auto; background-color: #989898;}

.order_btn {max-width: 1200px; width: 100%; margin: 0 auto; display: flex; justify-content: center; align-items: center; flex-direction: column; gap: 30px;}
.order_btn div {display: flex; justify-content: center; align-items: center; gap: 5px;}
.order_btn input[type="checkbox"] {appearance: none; width: 14px; height: 14px; border: 1px solid #000; position: relative; top: 1px;}
.order_btn input[type="checkbox"]:checked {border: 7px solid #000;}
.order_btn a {font-size: 16px; line-height: 16px;}
.order_btn button {width: 280px; height: 50px; border-radius: 15px; background-color: #000; font-size: 24px; color: #f6cc00; font-weight: 900;}

.final_amount {max-width: 1200px; width: 100%; margin: 0 auto; display: flex; justify-content: flex-end;}
.final_amount > div {padding-right: 120px; max-width: 580px; width: 100%;}
.final_amount > div > div {display: flex; justify-content: space-between;}
.final_amount > div > div h2 {font-size: 21px; line-height: 21px;}

.final_amount .first_amount {margin-bottom: 40px; align-items: center;}
.final_amount .first_amount div {font-size: 36px; line-height: 36px; display: flex;}
.final_amount .first_amount div p {font-size: 36px; line-height: 36px;}

.final_amount .second_amount div {position: relative; top: -10px;}
.final_amount .second_amount div p {font-size: 21px; line-height: 36px; text-align: right;}
.final_amount .second_amount div span {display: block; font-size: 21px; line-height: 36px; text-align: right; cursor: pointer;}


.basic_none {display: none;}
.spe_none {display: none;}









.news-view{width: 100%; height:50px; line-height: 50px; box-sizing: border-box; border-top: 1px solid #999; border-bottom: 1px solid #ccc;  padding-left: 15px; color: #666;font-size: 14px;margin-top: 25px;}
.news-view::after{clear: both;content: '';display: block;}
.news-view .title{float: left; width: 70%; font-weight: 900; font-size: 14px; color: #1a1a1a; background-color: inherit; margin-bottom: 0; line-height: 50px; text-align: left;}
.info_wrap01{text-align: left; width: 650px;height: 605px; position: fixed;margin-left: -325px;margin-top: -300px;top: 50%;left: 50%;background: #fff;padding: 5px 15px;border-radius: 25px;z-index: 9999;background: #fff;display: none;border: 1px solid #333;box-sizing: border-box;}
.info_wrap02{text-align: left; width: 650px;height: 605px; position: fixed;margin-left: -325px;margin-top: -300px;top: 50%;left: 50%;background: #fff;padding: 5px 15px;border-radius: 25px;z-index: 9999;background: #fff;display: none;border: 1px solid #333;box-sizing: border-box;}
.info_wrap03{text-align: left; width: 650px;height: 605px; position: fixed;margin-left: -325px;margin-top: -300px;top: 50%;left: 50%;background: #fff;padding: 5px 15px;border-radius: 25px;z-index: 9999;background: #fff;display: none;border: 1px solid #333;box-sizing: border-box;}
.view-detail {width: 100%}
.info_close_btn {width: 20px; height: 20px; position: absolute; right: 25px; top: 47px; cursor: pointer;}
.info_close_btn img{ display: block;}















/* 반응형 시작 */
@media(max-width:1600px){

    

}

@media(max-width:1500px){

    

}

@media(max-width:1440px){

    

}

@media(max-width:1350px){

    header {padding: 0 16px;}
    header .left {gap: 25px;}
    header .center > img {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
    header .center .gnb {display: none;}

}

@media(max-width:1240px){

    .main_banner {height: 400px;}
    .main_banner .inner {padding: 0 16px;}

    .intro_contents {padding: 0 16px;}

}

@media(max-width:1200px){

    

}

@media(max-width:1100px){

    

}

@media(max-width:1024px){

    .intro_contents {flex-direction: column;}
    .intro_contents .left {max-width: 680px; width: 100%; margin: 0 auto 40px; gap: 20px;}
    .esti_none {display: none;}
    .intro_contents .right {top: 0; margin: 0 auto;}

}

@media(max-width:930px){

    

} 

@media(max-width:854px){

    

}

@media(max-width:810px){

    

}

@media(max-width:768px){

    .info_wrap01 {width: 343px; margin: 0; transform: translate(-50%, -50%);}
    .info_wrap02 {width: 343px; margin: 0; transform: translate(-50%, -50%);}
    .info_wrap03 {width: 343px; margin: 0; transform: translate(-50%, -50%);}

    header {height: 80px;}
    header .left {gap: 15px;}
    header .left a img {width: 20px;}
    header .center > img {transform: translate(-50%, -50%) scale(60%);}
    header .ham {width: 20px;}

    aside {top: 0px; height: 100vh;}
    aside .gnb a {height: 50px; font-size: 18px;}

    .main_banner {height: 320px;}
    .main_banner .inner h2 {font-size: 30px; line-height: 30px;}

    #intro {padding: 40px 0;}

    .basic_none {display: block;}
    .spe_none {display: block;}

    .intro_contents .label_contents03 label {width: 50%;}

    .right_box_contents {gap: 0; justify-content: space-between;}
    .right_box_contents > div:first-child {width: 150px;}
    .right_box_contents > div:last-child {width: calc(100% - 200px);}

    .spe_title {flex-direction: column; gap: 10px; align-items: flex-start;}

    .final_amount {padding: 0 16px;}
    .final_amount > div {padding-right: 0px;}

}

@media(max-width:710px){

    

}

@media(max-width:676px){

    .main_slide .swiper-pagination {bottom: 25px;}

}

@media(max-width:600px){

    

}

@media(max-width:540px){

    .intro_contents .left {margin: 0 auto 20px;}

    .right_box_contents {flex-direction: column;}
    .right_box_contents > div:last-child {margin-top: 40px; width: 100%;}

}

@media(max-width:500px){

    .esti_none {display: block;}

}

@media(max-width:480px){

    .main_banner {height: 280px;}
    .main_banner .inner img:nth-child(2) {margin-top: 20px; margin-bottom: 20px;}
    .main_banner .inner h2 {font-size: 24px; line-height: 24px;}

    .intro_contents .right .right_title {font-size: 18px; line-height: 21px;}
    .intro_contents .right .right_contents h2 {margin-top: 40px;}

    .sep_label div {gap: 10px;}

    .input_box_contents {margin-top: 35px;}
    .input_box > div {gap: 20px;}
    .input_box p {font-size: 18px; line-height: 18px;}

    .final_h2 {margin: 40px 0 20px;}

    .final_amount > div > div h2 {font-size: 18px; line-height: 18px;}
    .final_amount .second_amount div {top: -8px;}
    .final_amount .second_amount div p {font-size: 18px; line-height: 32px;}
    .final_amount .second_amount div span {font-size: 18px; line-height: 32px;}

    .spe_box_contents div > p.price {margin-left: 20px; margin-right: 20px;}

}

@media(max-width:440px){

    .spe_box_contents div > p.price {margin-left: 10px; margin-right: 10px;}

}

@media(max-width:390px){



}

