@charset "utf-8";
@-webkit-keyframes slide-top{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(-15%);transform:translateY(-15%)}}@keyframes slide-top{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(-15%);transform:translateY(-15%)}}
@-webkit-keyframes slide-top2{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(-5%);transform:translateY(-5%)}}@keyframes slide-top{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(-5%);transform:translateY(-5%)}}


@keyframes twirling{
    100% {
        transform: rotate(360deg);
    }
}

.scroll-effect { opacity:0; -webkit-transition:0.8s all; transition:0.8s all; }
.effect-active { opacity:1; -webkit-transform:translate(0%) !important; transform:translate(0%) !important; }


/****************************************************************
	Slider Common Style
****************************************************************/

.goto-control {display:block; position:absolute; width:100%; height:0; overflow:hidden; bottom:0; left:0; right:0; z-index:-1000; background:#2292e9; text-align:center; color:#fff !important; opacity:0; box-sizing:border-box;}
.goto-control:focus {z-index:9999; opacity:1; height:auto; padding:10px;}



/****************************************************************
 Common Style
****************************************************************/

#m_cont { color: var(--black); }


/*탭 공통*/
.tab-group { display: flex; align-items: flex-start; justify-content: space-between; }
.tab-group .tabs { width: 20%; font-family: 'WavvePADO';  }
.tab-group .tabs ul li { position: relative; width: calc(100% - 20px); border-bottom: 1px solid #E5E5E5;  }
.tab-group .tabs ul li:first-child { border-top: 1px solid #e5e5e5; }
.tab-group .tabs ul li.tab-active { width: 100%; border:0;  }
.tab-group .tabs ul li button { display: block; width: 100%; text-align: left; padding: 0 1.2em; font-size: 2.6rem; line-height: 8rem; height: 8rem; cursor: pointer; white-space: nowrap; }
.tab-group .tabs ul li.tab-active button { color:#fff; background: var(--blue); background: var(--gradient); }
.tab-group .tabs ul li.tab-active::after { content:''; width: 16px; height: 100%; background: url('../img/common/arrow_right.svg') no-repeat center; background-size: 100% auto; position: absolute; right:1.5em; top: 0; z-index:10; }
.tab-group .tab-content { width: 75%; }

.tab-group .tabs li button .selected {display:none; position:absolute; top:0; left:0; z-index:-999; overflow:hidden; width:0; height:0; opacity:0;}
.tab-group .tabs li button.on .selected {display:block;}
.tab-group .tab-con {display:none;}
.tab-group .tab-con.on {display:block;}

@media all and (max-width:1480px) {
    .tab-group .tabs ul li button { font-size: 2.2rem; line-height: 6.5rem; height: 6.5rem; }
}

@media all and (max-width:1280px) {
    .tab-group .tabs { width: 25%; margin-left: -3%;  }
    .tab-group .tabs ul li { width: calc(100% - 40px); }
}


@media all and (max-width:1024px) {
    .tab-group { flex-direction: column; }
    .tab-group .tabs { width: 100%; margin-left:0;  }
    .tab-group .tabs ul { display: flex; }
    .tab-group .tabs ul li,
    .tab-group .tabs ul li.tab-active  { width: auto; }
    .tab-group .tabs ul li button { padding-right: 3.8em; }
    .tab-group .tabs ul li { border:1px solid #e5e5e5; background:#fff; margin-left: -1px; }
    .tab-group .tab-content { width: 100%; }
}

@media all and (max-width:767px) {
	.tab-group .tabs ul li { width: calc(100% / 3) !important;  }
	.tab-group .tabs ul li button { font-size: 2rem; padding-right: 1.2em; text-align: center; }
	.tab-group .tabs ul li::after { display: none; }
}

@media all and (max-width:568px) {
	.tab-group .tabs ul li button { font-size: 1.8rem; line-height: 1.1em; white-space: normal; }
}


@media all and (max-width:400px) {
    .tab-group .tabs ul { flex-direction: column; }
    .tab-group .tabs ul li { width: 100% !important; }
    .tab-group .tabs ul li button { height: 3em; }
}



.m-section { position: relative; width: 100%; min-height: calc(var(--vh, 1vh) * 100); padding: 5% 0;  background: #fff; display: flex; align-items: center; }
.m-txt h2 { font-family: 'WavvePADO'; font-size: 6rem; color:var(--black); }
.m-txt.fc-wh *:not(em) { color:#fff; }
.m-txt p { font-size: 2.4rem; line-height: 1.7em; margin-top: 1em; }

@media all and (max-width:1480px) {
    .m-section { padding: 8em 0; }
    .m-txt h2 { font-size: 5.2rem; }
    .m-txt p { font-size: 2.2rem; }
}

@media all and (max-width:1280px) {
    .m-txt h2 { font-size: 4.8rem; }
    .m-txt p { font-size: 2rem; }
}


@media all and (max-width:1024px) {
    .m-section { min-height: auto; }
}

@media all and (max-width:767px) {
    .m-section { padding: 6em 0; }
    .m-txt h2 { font-size: 4.2rem; }
}

@media all and (max-width:568px) {
    .m-section { padding: 5em 0; }
}

@media all and (max-width:480px) {
    .m-section { padding: 4.5em 0; }
    .m-txt h2 { font-size: 3.5rem; }
    .m-txt p { font-size: 1.9rem; line-height: 1.4em; }
}


#mVisual { background: url('../img/main/m_visual_01.png') no-repeat center; background-size: cover; min-height: calc(var(--vh, 1vh) * 100); }
#mVisual .txt { position: absolute; left: 5%; bottom: 9%; color:#fff; }
#mVisual .txt p { font-weight: 500; font-size: 2.4rem; line-height: 1.5em; }
#mVisual .txt .typo { font-size: 9rem; font-family: "Bowlby One", sans-serif; letter-spacing: 0; margin-bottom: 0.3em; line-height: 1.0em; }

@media all and (max-width:767px) {
    #mVisual::before { content: ''; width: 100%; height: 100%; background: rgba(0,0,0,0.3); top:0; left:0; position: absolute;}
    #mVisual .txt { top: 50%; bottom: inherit; transform: translateY(-50%); box-shadow: 0px 3px 20px rgba(0,0,0,0.2);  }
    #mVisual .txt .typo { font-size: 7rem; }
    #mVisual .txt p  { font-size: 1.9rem; }
}

@media all and (max-width:568px) {
    #mVisual .txt .typo { font-size: 5.2rem; }
}

@media all and (max-width:380px) {
    #mVisual .txt .typo { font-size: 4rem; }
    #mVisual .txt p  { font-size: 1.7rem; }
}




#mCompany { background: url('../img/main/company_BG.png') no-repeat 103% -1%; }
#mCompany .img { position: relative; width: 840px; max-width: 45%; }
#mCompany .img .img-logo { padding: 1.5em 3em; max-width: 52%; background: #fff; border-radius: 8rem 0 0 0; position: absolute; bottom:0; right: -7%;}
#mCompany .m-txt { padding: 4% 9%; width: 1030px; max-width: 55%; }
#mCompany .m-txt h2 + p { margin-top: 1.5em; }

@media all and (max-width:1480px) {
    #mCompany { background-size: 60% auto;}
}

@media all and (max-width:1280px) {
    #mCompany .m-txt { padding: 3% 7%;}
}

@media all and (max-width:1024px) {
 #mCompany { flex-wrap: wrap; padding: 7em 0; background-size: 65% auto; }
 #mCompany .img, 
 #mCompany .m-txt { max-width: 100%; }
 #mCompany .m-txt { padding: 6em 4em 0; }
 #mCompany .img { padding-right: 5%; }
 #mCompany .img .img-logo { padding: 1.5em 2em 1em; max-width: 36%; border-radius: 4.5rem 0 0 0; right: 0;  }
}

@media all and (max-width:767px) {
    #mCompany .m-txt { padding: 5em 3em 0; }
    #mCompany .img .img-logo { border-radius: 3rem 0 0 0; }
}


@media all and (max-width:480px) {
    #mCompany { padding: 4.5em 0; }
    #mCompany .m-txt { padding: 4em 2em 0; }
}


#mNotice { background: url('../img/main/notice_BG.png') no-repeat center; background-size: cover; }
#mNotice .m-txt { margin-bottom: 3em; }
#mNotice .noticeSlide { position: relative; }
#mNotice .noticeSlide .control button { position: absolute; top: 50%; width: 60px; height: 60px; background-position: center; background-repeat: no-repeat; background-size: 100% auto; cursor: pointer; }
#mNotice .noticeSlide .control .prev { left:0; transform: translate(-150%, -50%); background-image: url('../img/common/arrow_prev.svg'); }
#mNotice .noticeSlide .control .next { right:0; transform: translate(150%, -50%); background-image: url('../img/common/arrow_next.svg'); }

#mNotice .noticeSlide .swiper-wrapper .swiper-slide {  background: #fff; border-radius: 15px; overflow: hidden; }
#mNotice .noticeSlide .item-board { color: var(--black); }
#mNotice .noticeSlide .item-board .thumb { position: relative; width: 100%; height: 0; padding-top: 65%; overflow: hidden; }
#mNotice .noticeSlide .item-board .thumb img { position: absolute; top:0; left:0; width: auto; height: 100%; }
#mNotice .noticeSlide .item-board .cont { position: relative; padding: 2.5em 2em; }
#mNotice .noticeSlide .item-board .cont .subj { font-size: 2.4rem; font-weight: 700; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#mNotice .noticeSlide .item-board .cont .txt { margin: 1em 0; line-height: 1.5em; height: 4.5em;  overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
#mNotice .noticeSlide .item-board .cont .date { font-size: 1.3rem; color:#979797; }
#mNotice .noticeSlide .item-board .cont .more { position: absolute; right:0; bottom:0; width: 50px; height: 50px; border-radius: 15px 0 0 0; background: var(--gradient1); background: var(--gradient2); }
#mNotice .noticeSlide .item-board .cont .more::before { content:''; display: block; width: 100%; height: 100%; background: url('../img/common/btn_more.svg') no-repeat center; background-size: 100% auto; transition: all 0.5s linear; }
#mNotice .noticeSlide .item-board:hover .cont .more::before { transform: rotate( 720deg ); }

@media all and (max-width:1600px) {
    #mNotice .noticeSlide .control button { width: 50px; height: 50px; background-size: 80% auto; }
    #mNotice .noticeSlide .control .prev { transform: translate(-100%, -50%); }
    #mNotice .noticeSlide .control .next { transform: translate(100%, -50%); }
}

@media all and (max-width:1024px) {
    #mNotice .noticeSlide .control button { width: 40px; height: 40px; }
    #mNotice .noticeSlide .item-board .cont { padding: 1.5em; }
}

@media all and (max-width:767px) {
    #mNotice .noticeSlide .control .prev { left: 1%; }
    #mNotice .noticeSlide .control .next { right: 1%; }
    #mNotice .noticeSlide .item-board .cont .subj { font-size: 2.2rem; }
}

@media all and (max-width:480px) {
    #mNotice .noticeSlide .control button { width: 34px; height: 34px; }
}




#mBusiness { align-items: flex-end; padding-bottom:0 !important; }
#mBusiness .deco { position: absolute; right: 4%; top: 12%; width: 244px; height: 241px; background: url('../img/main/business_deco_symbol.svg') no-repeat center; }
#mBusiness .deco::before { content:''; width: 182px; height: 180px; position: absolute; left:0; top:0; transform: translate(75%, -25%); background: url('../img/main/business_deco_BG.png') no-repeat center;  }
#mBusiness .deco .twirling { width: 100%; animation: twirling 6s linear infinite; transform-origin: 50% 50%; }
#mBusiness .m-txt { display: flex; align-items: center; justify-content: flex-start; margin-bottom: 4em; }
#mBusiness .m-txt h2 { width: 20%; }
#mBusiness .m-txt p { width: 60%; margin-top:0; margin-left: 5%; }
#mBusiness .tab-group { position: relative; padding: 5% 0; width: 100%; }
#mBusiness .tab-group::before { content:''; width: 100%; height: 100%; background:#F1FBFF; border-radius: 4rem 0 0 0; position: absolute; left: calc(20% - 20px); top:0;  }
#mBusiness .tab-group > div { position: relative; }
#mBusiness .tab-con .tab-tit h4 { font-size: 3.4rem; font-family: 'WavvePADO'; line-height: 1.25em;  }
#mBusiness .tab-con .tab-tit p { font-size: 2rem;  margin-top: 0.7em; line-height: 1.7em; }
#mBusiness .tab-con .ico-box { --gap: 30px; margin-top: 4em; display: flex; align-items: stretch; justify-content: space-between; text-align: center;  }
#mBusiness .tab-con .ico-box .box { border-radius: 5rem; background: #fff; width: calc((100% - var(--gap)*2) / 3); padding: 3.5em 2.2em; 
    box-shadow: 8px 8px 20px rgba(0,52,99,0.07); max-height: 340px; display: flex; flex-direction: column; justify-content: center; }
#mBusiness .tab-con .ico-box .box dl dt { margin: 0.3em 0 0.5em; font-size: 2.2rem; font-weight: 800; line-height: 1.25em; }
#mBusiness .tab-con .ico-box .box dl dd { line-height: 1.6em; color:#555; }

@media all and (max-width:1480px) {
    #mBusiness .tab-con .tab-tit h2 { font-size: 2rem;  line-height: 1.5em; max-width: 80%; }

    #mBusiness .tab-con .ico-box .box { padding: 2.8em 1.5em; }

    #mBusiness .deco { width: 15vw; height: 15vw; background-size: 30% auto; right: 2%;  }
    #mBusiness .deco::before { width: 10vw; height: 10vw; background-size: 100% auto; ;}
}


@media all and (max-width:1280px) {
    #mBusiness .tab-con .tab-tit { margin: 2em 0; }
    #mBusiness .tab-con .ico-box { --gap: 20px; margin-top: 3em;  }
    #mBusiness .tab-con .ico-box .box {  padding: 1.5em 1.2em; justify-content: flex-start; }
    #mBusiness .tab-con .ico-box .box img { height: 65px; }
    #mBusiness .tab-con .ico-box .box dl dt { font-size: 2rem; }
}


@media all and (max-width:1024px) {
    #mBusiness .m-txt { flex-direction: column; align-items: flex-start; }
    #mBusiness .m-txt h2 { width: 100%; }
    #mBusiness .m-txt p { width: 80%; margin-left: 0; margin-top: 1em;  }
    #mBusiness .tab-group { padding-bottom:0; }
    #mBusiness .tab-group::before { display: none; }
    #mBusiness .tab-group .tabs { z-index: 2; }
    #mBusiness .tab-con { padding: 3em 0 5em; }
    #mBusiness .tab-con::before { content:''; background:#F1FBFF; position: absolute; width: 110%; height:calc(100% + 3.25rem); left: -5%; top:-3.25rem; border-radius: 4rem 0 0 0; }
    #mBusiness .tab-con * { position: relative; }
}

@media all and (max-width:767px) {
	#mBusiness .m-txt { margin-bottom: 2em; }
	#mBusiness .tab-con .tab-tit h4 { font-size: 3rem; }
	#mBusiness .tab-con .tab-tit p { line-height: 1.4em; }
	#mBusiness .tab-con .ico-box { --gap: 15px; flex-direction: column; margin-top: 2em; }
	#mBusiness .tab-con .ico-box .box { border-radius: 3rem; flex-direction: row; width: 100%; justify-content: space-between;  }
	#mBusiness .tab-con .ico-box .box + .box { margin-top: var(--gap); }
	#mBusiness .tab-con .ico-box .box i { width: 80px; }
	#mBusiness .tab-con .ico-box .box i img { max-width: 100%; height: auto; }
	#mBusiness .tab-con .ico-box .box dl { text-align: left; width: calc(100% - 80px);  }

}

@media all and (max-width:480px) {
	#mBusiness .m-txt p { width: 100%; }
	#mBusiness .deco { top: 2%;  width: 25vw; height: 25vw; }
	#mBusiness .deco::before { width: 14vw; height: 14vw; }
    #mBusiness .tab-con { padding: 1.5em 0 4em; }
    #mBusiness .tab-con .ico-box .box i { width: 70px; }
    #mBusiness .tab-con .ico-box .box dl { width: calc(100% - 70px);  }
}

@media all and (max-width:380px) {
    #mBusiness .tab-con .ico-box .box { flex-direction: column; justify-content: center; align-items: center; }
    #mBusiness .tab-con .ico-box .box dl { width: 100%; text-align: center;  }
}






#mContact { background: url('../img/main/contactus_BG.png') no-repeat center; background-size: cover; }
#mContact .inner { display: flex; align-items: stretch; justify-content: space-between; }
#mContact .inner .txt-area { width: 43%; display: flex; flex-direction: column; justify-content: space-between; }
#mContact .inner .txt-area .info { --icoW: 110px; width: 100%; margin-top: 4em; }
#mContact .inner .txt-area .info > div { display: flex; align-items: stretch; margin: 20px 0; }
#mContact .inner .txt-area .info > div .ico { width: var(--icoW); min-height: var(--icoW); background: var(--blue); background: var(--gradient); }
#mContact .inner .txt-area .info > div .ico::before { content:''; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; display: block; }
#mContact .inner .txt-area .info > div.tel .ico::before { background-image: url('../img/main/ico_tel.svg'); }
#mContact .inner .txt-area .info > div.mail .ico::before { background-image: url('../img/main/ico_mail.svg'); }
#mContact .inner .txt-area .info dl { width: calc(100% - var(--icoW)); border: 1px solid rgba(255,255,255,0.3); color:#fff; border-left:0; padding: 2em 2.4em;  }
#mContact .inner .txt-area .info dl dt { font-size: 1.8rem; font-weight: 800; margin-bottom: 0.3em; }
#mContact .inner .txt-area .info dl dd { font-size: 2rem; line-height: 1.25em; }
#mContact .inner .txt-area .info dl dd span { margin-right: 0.5em; }
#mContact .inner .txt-area .info dl dd a { color:#fff; cursor: none; }

#mContact .inner .map-area { width: 50%; overflow: hidden; border-radius: 0 4rem; box-shadow: 8px 8px 20px rgba(0,0,0,0.07); }
#mContact .inner .map-area .root_daum_roughmap .wrap_map  { height: 540px !important; }
#mContact .inner .map-area .wrap_controllers  { display: none; }
#mContact .inner .map-area .map_border {  display: none; }


@media all and (max-width:1024px) {
    #mContact .inner { flex-direction: column; }
    #mContact .inner .txt-area,
    #mContact .inner .map-area { width: 100%; }
    #mContact .inner .map-area { margin-top: 4em; }

    #mContact .inner .map-area .root_daum_roughmap .wrap_map  { height: 55vw !important; }
}

@media all and (max-width:767px) {
    #mContact .inner .txt-area .info { --icoW: 90px; }
    #mContact .inner .txt-area .info > div .ico::before { background-size: 30% auto; }
    #mContact .inner .txt-area .info dl { padding: 1.5em 1.8em; }
}

@media all and (max-width:568px) {
    #mContact .inner .txt-area .info { --icoW: 80px; margin-top: 3em; }
    #mContact .inner .txt-area .info > div { margin: 10px 0; }
    #mContact .inner .txt-area .info dl { height: var(--icoW); padding: 1.5em; }
    #mContact .inner .txt-area .info dl dt { font-size: 1.5rem; margin-bottom: 0.5em; }
    #mContact .inner .txt-area .info dl dd { font-size: 1.7rem; }

    #mContact .inner .map-area { margin-top: 1em; }
}

@media all and (max-width:480px) {
    #mContact .inner .txt-area .info {  --icoW: 70px; margin-top: 1em; }
    #mContact .inner .txt-area .info dl { padding: 0 1.5em; display: flex; align-items: center; }
    #mContact .inner .txt-area .info dl dt { display: none; }
    #mContact .inner .txt-area .info dl dd span { display: block;  }
}

@media all and (max-width:340px) {
    #mContact .inner .m-txt p br { display: none; }
}




/****************************************************************
	Modal Style
****************************************************************/
.modal { display:block; position: fixed; top:0; left:0; right:0; bottom:0; background-color:rgba(0, 0, 0, 0.8); z-index:99999; overflow:auto; --btnX: 50px; }
.modal-content { display:block; position:fixed; top:50%; left:50%; -webkit-transform:translate(calc(-50% + 0.5px), calc(-50% + 0.5px)); -ms-transform:translate(calc(-50% + 0.5px), calc(-50% + 0.5px)); transform:translate(-50%, -50%); border-radius:30px; margin:auto; max-width:86vw; min-height:200px; max-height:calc(var(--vh, 1vh) * 100 - 5vh); padding: 4rem 0 3rem; overflow: visible; background: #fff; border-radius: 2em 0 2em 0; }
.modal-pannel { position: relative; max-height: calc(var(--vh, 1vh) * 100 - 14vh); overflow-y: auto; padding: 0 3rem; }
.modal-close { position: absolute; right: 2rem; top: 2rem; width: var(--btnX); height: var(--btnX); border-radius:100%; background: var(--blue); background:var(--gradient); box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.3); }
.modal-close img { vertical-align: middle; transition: all 0.5s linear; }
.modal-close:hover img { transform: rotate( 720deg ); }

.modal-btn { border-top: 1px solid #ddd; padding-top: 1.5em; }
.modal-btn .btn { margin: 0 1.5px; width: 140px; text-align: center; border: 1px solid #9BABBB; font-weight: 700; border-radius: 2.8em; line-height: 2.8em; -webkit-transition:0.3s all; transition:0.3s all; font-family: 'WavvePADO'; }
.modal-btn .btn.point { color:#fff; background: var(--blue); border-color:var(--blue);  }
.modal-btn .btn:hover { border-color:#042E54; }
.modal-btn .btn.point:hover { background: #024F96; border-color:#024F96;  }

.modal-btn.taR .btn:last-child { margin-right: 0; }

@media all and (max-width:767px) {
    .modal-btn .btn { width: 120px; }
}

@media all and (max-width:480px) {
    .modal { --btnX: 40px;  }
    .modal-close { top: 1rem; right: 1rem; }
    .modal-close img { max-width: 70%; }
    .modal-content { border-radius: 1.4em 0 1.4em 0;  }
    .modal-pannel { padding: 0 2rem; }
    .modal-btn .btn { width: 100px; }
}

@media all and (max-width:380px) {
    .modal { --btnX: 34px;  }
    .modal-btn .btn { width: 90px; line-height: 2.6em; }
}


#noticePop .modal-content { width: 800px; }
#noticePop .modal-content .modal-pannel .view_tit .subject { font-size: 2.8rem; font-weight: 700; color: var(--black); margin-bottom: 0.7em; letter-spacing: -0.05em; max-width: calc(100% - var(--btnX)); line-height: 1.2em; }
#noticePop .modal-content .modal-pannel .view_tit .view_info { font-size: 1.4rem; border-top: 1px solid var(--black); border-bottom: 1px solid #ddd; padding: 1em 0.5em; color:#979797; }
#noticePop .modal-content .modal-pannel .view_cont { padding: 2em 1.5em; color:#555; line-height: 1.7em; }

@media all and (max-width:480px) {
    #noticePop .modal-content .modal-pannel .view_tit .subject { font-size: 2.3rem; }
    #noticePop .modal-content .modal-pannel .view_cont { padding: 1.5em 0; }
}

#contactPop .modal-content { width: 600px; }
#contactPop .modal-tit { text-align: center; font-size: 3.2rem; font-weight: 700; color: var(--black); margin-bottom: 0.7em; letter-spacing: -0.05em; padding-bottom: 1em; border-bottom: 1px solid #e5e5e5; font-family: 'WavvePADO'; }
#contactPop .contactForm fieldset label { display: block; font-weight: 700; padding: 0.8em 0; }
#contactPop .contactForm fieldset input,
#contactPop .contactForm fieldset select,
#contactPop .contactForm fieldset textarea { width: 100%; border-radius: 5px; padding: 1rem; border-color:#dedede; }
#contactPop .contactForm fieldset + fieldset { margin-top: 0.5em; }


#contactPop .contactForm .privacy-guide { background: #EEFAFF; border: 0px solid #cfdee7; padding: 1.5em; margin: 1.5em 0; border-radius: 0.5rem; line-height: 1.7em; }
#contactPop .contactForm .privacy-guide .tit { font-weight: 700; font-size:1.8rem; font-family: 'WavvePADO'; }
#contactPop .contactForm .privacy-guide ul { margin: 1em 0; }
#contactPop .contactForm .privacy-guide ul li { padding-left: 0.7em; position: relative; }
#contactPop .contactForm .privacy-guide ul li::before { content:''; width: 5px; height: 5px; border-radius: 100%; background: var(--blue); position: absolute; left:0; top: 0.75em; display: block; }
#contactPop .contactForm .privacy-guide .privacy-agree { position: relative; display: block; padding: 1em 0 0; margin-top: 1em;  text-align: center; border-top: 1px solid #cfdee7; }


@media all and (max-width:480px) {
    #contactPop .modal-tit { font-size: 2.8rem; }

    #contactPop .contactForm fieldset label { padding: 0.6em 0; }
    #contactPop .contactForm fieldset + fieldset { margin-top: 0.4em; }

    #contactPop .contactForm .privacy-guide { line-height: 1.4em; }
    #contactPop .contactForm .privacy-guide ul li { line-height: 1.25em; margin: 0.25em 0; }
    #contactPop .contactForm .privacy-guide ul li::before { top: 0.52em; }
}


