@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;
}

/* lora폰트 */
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&display=swap');
.font02 {
  font-family: "Nanum Myeongjo", serif;
  font-optical-sizing: auto;
  font-weight:400;
  font-style: normal;
}

/* Pretendard 폰트  */
@font-face {
    font-family: 'MICEGothic';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2206-01@1.0/MICEGothic.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'MICEGothic';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2206-01@1.0/MICEGothic Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

* { box-sizing: border-box; }
img { vertical-align: top; }
body { font-family: 'MICEGothic'; 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: 'MICEGothic'; }
.tmoney_r { font-family: 'MICEGothic'; }

.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: 'MICEGothic'; font-size: 1.33em; line-height: 1.3; color: #ffffff; }
.com_desc { font-size: 0.5em; line-height: 1.55; word-break: keep-all; }
.com_desc_L { font-family: 'MICEGothic'; color: #fff; text-shadow: 0 0 10px rgba(132, 100, 79, 0.8); background-color: #cc8469; padding: 5px 10px; display: inline-block;}

/* 상담신청 */
.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: 145px; padding: 15px; margin: 0 auto; }


/* header */ 
/* 211124 Y mod, add */
.header { position: absolute; width: 100%; top: 0; left: 0; line-height: 80px; background-color: #fff; transition: all 0.2s; box-shadow: 0 0.3em 1em rgb(0 0 0 / 6%); z-index: 400; }
.header .logo { float: left; width: 12%; height: 80px; min-width: 140px; }
.header .logo a { position: relative; display: block; width: 100%; height: 100%; }
.header .logo a img { position: absolute; width: 100%; 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; font-family: TmoneyRoundWindRegular; font-weight: 600;}
.header .gnb > ul { display: flex; list-style: none; padding: 0; width: 100%;}
.header .gnb > ul > li { flex: 1; position: relative; float: left; width: calc( 20% - 6px ); margin-left: 6px; }
.header .gnb > ul > li:first-child { margin-left: 0;}
.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: #cc8469; 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: #cc8469; }

.header.fixed { position: fixed; min-width: 320px; animation: headerFixed 0.7s; -webkit-animation: headerFixed 0.7s; }
@keyframes headerFixed{
	0% { top: -100px; }
	100% { top: 0; }
}

.main_visual_wrap, .sub_visual_wrap { margin-top: 80px; }

@media (max-width: 1200px) {
    .header .gnb { width: 80%; }
}

@media (max-width: 1099px) {
  .header {height: 70px; line-height: 70px; }
  .header .logo { float: none; width: 30%; height: 100%; max-width: 140px; min-width: inherit; }
  .header .logo a img { }
  .header .gnb { display: none; }
  .header .gnb_right { display: none; }

.main_visual_wrap, .sub_visual_wrap { margin-top: 70px; }
}
@media (max-width: 400px) {
    .header {height: 60px; line-height: 60px; }
    .main_visual_wrap, .sub_visual_wrap { margin-top: 60px; }
}
/* 211124 Y mod, add : end */





/* footer */
.footer { padding: 0.8em 0; background-color: #d4b5aa; }
.footer .info_wrap { float: left; font-size: 0.4em; color: #292828; line-height: 1.5; }
.footer .info_wrap .tit { color: #201f1e; }
.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; z-index: 10; }
.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: #c89663; 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; }
}