@charset "utf-8";

/* 메인슬라이드 */
#main_banner_wrap{overflow:hidden;position:relative;min-width:1400px;width:100%;height:800px;padding:50px 0;border-top:1px solid #e1e1e1;font-family:'Pretendard'}
#main_banner_wrap:before{position:absolute;width:75%;height:100%;left:480px;top:0;content:'';background:#f1f2f4}
.main_wrap{display:flex;max-width:1400px;height:490px;margin:0 auto}
.cost_area{position:relative;width:62%}
.cost_area .m_tit{display:flex;align-items:center;gap:10px;padding-bottom:20px;font-size:24px;font-weight:600}
.cost_area .m_tit span{color:#666;font-size:15px}
.cost_area .modify{display:flex;align-items:center;gap:10px;position:absolute;right:0;top:0;font-size:15px}
.cost_area .tb_wrap{width:100%}
.cost_area .tb_wrap table{width:100%;text-align:center;border-collapse:collapse;box-shadow:8px 8px 20px rgba(0, 0, 0, .08);background-color:#fff;border-radius:10px}
.cost_area .tb_wrap table thead th{padding:20px;background:#e1b130;color:#fff;font-size:18px}
.cost_area .tb_wrap table thead th:first-child{border-radius:10px 0 0 0}
.cost_area .tb_wrap table thead th:last-child{border-radius:0 10px 0 0}
.cost_area .tb_wrap table tbody tr > *{border-bottom:1px solid #e1e1e1}
.cost_area .tb_wrap table tbody tr:last-child td{border-bottom:none}
.cost_area .tb_wrap table tbody tr label b{padding-bottom:4px;color:#222;font-size:18px;padding-right:4px}
.cost_area .tb_wrap table tbody tr label span{margin-top:4px;color:#777;font-size:14px}
.cost_area .tb_wrap table tbody td{padding:30px;border-left:1px dotted #e1e1e13d}
.cost_area .tb_wrap table tbody td .price_box{padding:13px;font-size:18px;font-weight:700;color:#222}
.cost_area .current_price{font-size:16px;font-weight:700}
.cost_area .diff_view .fa-caret-up{color:red}
.cost_area .diff_view {display:inline-block;min-width:40px;font-size:12px;color:#666}
.cost_area .diff_view .fa-caret-down{color:blue}
.cost_area .modify button{padding:10px 24px;border:none;background:#111;color:#fff;border-radius:50px;font-weight:700;font-size:15px;font-family:'Pretendard'}
.cost_area .price_box .box{display:flex;align-items:center}
.cost_area .price_box .price_tag{color:#777;font-size:14px;width:max-content;margin-left:10px}
.cost_area .now_cost{width:150px;padding:0 10px;margin-right:10px;border:1px solid #e1e1e1;font-family:'Pretendard';font-weight:600}
caption{display:none}

#main_banner_wrap .l_cont{padding:22px 30px;background:#fff;border-radius:10px}
#main_banner_wrap .info{display:flex;align-items:center;gap:20px;padding-bottom:14px}
#main_banner_wrap .info img{width:100px}
#main_banner_wrap .info > div{width:100%}
#main_banner_wrap .bot_inr span{display:block;padding-bottom:12px;color:#666;font-size:15px;font-weight:400}
#main_banner_wrap .info p{display:flex;align-items:center;font-size:26px;font-weight:700;font-family: 'Pretendard';color: #111;letter-spacing:0;padding-bottom:0}
#main_banner_wrap .info p:nth-child(1){padding-bottom:6px;font-size:17px}
#main_banner_wrap .info span{color:rgba(255,255,255,.5)}
#main_banner_wrap .info i{margin-right:10px}
#main_banner_wrap .tel{padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.2)}
#main_banner_wrap .num{width:100%;padding:10px 0;border-radius:4px;color:#fff;text-align:center;background:var(--second);font-weight:600;font-size:15px}

/* 메인컨텐츠 */
.main_cont{z-index:10;display:flex;flex-flow:column;justify-content:center;width:calc(100% - 860px);padding-left:50px;margin-top:200px}
.main_cont .cont_tit{text-align:center;font-size:37px;line-height:1.2;font-weight:700;font-family:'Pretendard'}
.main_cont .cont_tit span{color:var(--second)}
.main_cont .cont_tit ul{display:flex;justify-content:center;margin-top:30px}
.main_cont .cont_tit ul li{width:6px;height:6px;border-radius:100%;background:#ddd}
.main_cont .cont_tit ul li:nth-child(2){margin:0 15px;background:var(--primary)}
.main_cont .icon_links{display:flex;justify-content:center;margin:35px 0 40px}
.main_cont .icon_links a+a{margin-left:28px}
.main_cont .icon_links a{font-size:18px;font-weight:600;color:#222;text-align:center}
.main_cont .icon_links a .icon{display:flex;align-items:center;justify-content:center;width:84px;height:84px;margin-bottom:22px;border-radius:10px;background:#fff;box-shadow:8px 8px 20px rgba(0,0,0,.08);transition:all .2s}
.main_cont .icon_links a:hover .icon{transform:translate(-5px,-5px);box-shadow:8px 8px 20px rgba(0,0,0,.12)}
.main_cont .cont_txt{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding:28px 20px 0 20px;border-top:1px solid #e1e1e1;font-size:17px;color:#777}
.main_cont .cont_txt p span{display:block;position:relative;width:max-content;font-size:20px;line-height:2;color:#111;font-weight:700;font-family:'Pretendard'}
.main_cont .cont_txt p span:before{position:absolute;right:-13px;top:5px;width:6px;height:6px;border-radius:100%;content:'';background:#e00000}
.main_cont .cont_txt .go_btn{width:40px;height:40px;border-radius:100%;text-align:center;line-height:40px;color:#fff;background:var(--primary);transition:all .2s}
.main_cont .cont_txt:hover .go_btn{background:var(--primary-r)}

