@charset "utf-8";

@import url(notosanskr.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosanssc.css);
@font-face {
    font-family: 'TmoneyRoundWindExtraBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/TmoneyRoundWindExtraBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TmoneyRoundWindRegular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/TmoneyRoundWindRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* { box-sizing: border-box; }
img { vertical-align: top; }
body { font-family: 'Noto Sans KR', 'Noto Sans SC'; font-size: 30px; color: #444; background-color: #fff; }
@media(max-width:700px) { body { font-size: 27px; } }
@media(max-width:320px) { body { font-size: 23px; } }

.ui-datepicker { font-size: 0.6em; }
.mob_view { display: none; }
#wrap { position: relative; width: 100%; margin: 0 auto; min-width: 320px; max-width: 2000px; overflow-x: hidden; }
.guide { position: relative; width: 90%; max-width: 1200px; height: 100%; margin: 0 auto; }
.tmoney_b { font-family: 'TmoneyRoundWindExtraBold'; }
.tmoney_r { font-family: 'TmoneyRoundWindRegular'; }

.abxct { left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); }
.abyct { top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.abct { top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); }

.section { padding: 3.33em 0; }
.com_tit { font-family: 'TmoneyRoundWindExtraBold'; font-size: 1.33em; line-height: 1.3; color: #e67683; }
.com_desc { font-size: 0.5em; line-height: 1.55; word-break: keep-all; }

/* 상담신청 */
.wrapper { position: relative; height: 100%; }
.wrapper:after { content: ''; position: absolute; left: 0; top: 0; width: 0; height: 0; background: rgba(0, 0, 0, 0.4); opacity: 0; transition: opacity 0.3s; z-index: 10; }
.wrapper.side-panel-push:after { opacity: 1; width: 100%; height: 100%; }


.side-panel { overflow: hidden; position: fixed; width: 300px; height: 100%; background-color: #eee; right: -300px; z-index: 399; }
.side-panel .close-panel { position: absolute; top: 0; right: 0; z-index: 100; }
.side-panel .close-panel i { cursor: pointer; display: block; width: 40px; height: 40px; font-size: 18px; font-weight: bold; line-height: 40px; color: #252525; text-align: center; background-color: rgba(0, 0, 0, 0.1); border-radius: 0 0 0 2px; }
.side-panel .side-panel-wrap { height: 100%; padding: 30px; overflow-y: auto; }
.side-panel .side-panel-wrap .logo a { display: block; width:60%; max-width: 145px; padding: 15px; margin: 0 auto; }


/* header */
.header { position: relative; width: 100%; line-height: 80px; background-color: #fff; transition: all .4s ease-in-out; box-shadow: 0 0.3em 1em rgb(0 0 0 / 6%); }
.header.fixed { position: fixed; left: 0; top: 0; }
.header .logo { float: left; width: 17%; height: 80px; min-width: 140px; }
.header .logo a { position: relative; display: block; width: 100%; height: 100%; }
.header .logo a img { position: absolute; width: 90%; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.header .gnb { float: right; width: 70%; margin-left: 2%; transition: all .1s ease-in-out; }
.header .gnb a { display: block; font-size: 15px; text-align: center; white-space: nowrap; }
.header .gnb > ul > li { position: relative; float: left; width: calc( 20% - 6px ); margin-left: 6px; }
.header .gnb > ul > li > a { position: relative; }
.header .gnb > ul > li > a::after { content: ''; display: block; position: absolute; left: 0; bottom: 0; z-index: 10; width: 100%; height: 3px;  background-color: #e67683; opacity: 0; transform: scaleX(0); transition: all 0.3s; }
.header .gnb > ul > li.select > a::after, .header .gnb > ul > li:hover > a::after { opacity: 1; transform: scaleX(1); }
.header .gnb > ul > li > ul { display: none; position: absolute; width: 100%; line-height: 4; left: 0; top: 100%; z-index: 10; background-color: rgba(255,255,255,0.8); box-shadow: 0 0.3em 1em rgb(0 0 0 / 6%); }
.header .gnb > ul > li > ul li:hover a { transition: all .1s ease-in-out;  }
.header .gnb > ul > li > ul li:hover a { color: #edaca6; }
@media (max-width: 1200px) {
    .header .gnb { width: 80%; }
}
@media (max-width: 1099px) {
  .header {height: auto; line-height: inherit; }
  .header .logo { float: none; width: 45%; height: 100%; max-width: 200px; min-width: inherit; }
  .header .logo a img { position: initial; transform: initial; display: inline-block; padding: 0.3em 0; }
  .header .gnb { display: none; }
  .header .gnb_right { display: none; }
}


/* footer */
.footer { padding: 0.8em 0; background-color: #444; }
.footer .info_wrap { float: left; font-size: 0.4em; color: #c1c1c1; line-height: 1.5; }
.footer .info_wrap .tit { color: #edaca6; }
.footer .info_wrap > br { display: none; }

.footer .navi_site_wrap { float: right; display: inline-block; position: relative; font-size: 0.4em; line-height: 3.3; border: solid 0.17em #a8a8a8; cursor: pointer; transition: background 0.3s ease; width: 12.9em; margin-top: 0.6em; margin-right: 1.5em; }
.footer .navi_site_wrap.select { }
.footer .navi_site_wrap > p { color: #fff; position: relative; padding: 0 40px 0 10px; text-align: left; }
.footer .navi_site_wrap > p::after { content: '\e930'; font-family: 'xeicon'; position: absolute; color: #fff; top: 0; right: 10px; font-size: 1.5em; line-height: 2.2; }
.footer .navi_site_wrap.select > p::after { content: '\e936'; }
.footer .navi_site_wrap .navi_site { display: none; position: absolute; width: calc(100% + 0.35em); left: -2px; bottom: 100%; color: #333; background-color: #fff; }
.footer .navi_site_wrap .navi_site > li { text-align: left; }
.footer .navi_site_wrap .navi_site > li > a { display: block; padding: 0 10px; }
.footer .navi_site_wrap .navi_site > li:hover > a { background-color: #edaca6; color: #fff; }
.footer .navi_site_wrap.select .navi_site { display: block; }

@media(max-width:1030px){
    .footer { text-align: center; }
    .footer .info_wrap { float: none; text-align: center; }
    .footer .info_wrap > div { display: none; }
    .footer .info_wrap > div.mob_view { display: block; }
    .footer .navi_site_wrap { float: none; margin-top: 1.3em; width: 50%; max-width: 200px; margin-right: 0; }
}