@charset "UTF-8";

.top { position: relative; }
.top .top_btn { position: absolute; bottom: 10px; left: calc(50% - 67px); z-index: 10; padding: 5px 15px; border-radius: 500px; background: rgba(0, 0, 0, 0.3); color: #fff; font-size: 12px; font-weight: 300;
                display: flex; align-items: center; gap: 5px; }
    .top .top_btn > div { display: flex; align-items: center; gap: 5px; line-height: 1em; }
    .top .top_btn button { height: auto; background: none; }
    .top .top_btn button svg{ width: 15px; height: 15px; }
.mob { display: none; }
@media (max-width:991px) {
    .web { display: none; }
	.mob { display: block; }
}

.box01 { display: flex; justify-content: center; align-items: center; gap: 5px 50px; position: relative; text-align: center; padding: 5% 0; border-radius: 0 0 10px 10px;
    box-shadow: 0px 0px 8px #cbcbcb; }
.box01:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 10px; background: -webkit-gradient(linear, left top, right top, color-stop(0, #2ba8c4), color-stop(1, #1b3e97));
	background: -moz-linear-gradient(left, #2ba8c4 0%, #1b3e97 100%);
	background: -webkit-linear-gradient(left,  #2ba8c4 0%, #1b3e97 100%);
	background: -o-linear-gradient(left,  #2ba8c4 0%, #1b3e97 100%);
	background: -ms-linear-gradient(left,  #2ba8c4 0%, #1b3e97 100%);
	background: linear-gradient(left,  #2ba8c4 0%, #1b3e97 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ba8c4', endColorstr='#1b3e97', gradientType=1);}
    .box01 .tt { font-size: 34px; }
    .box01 .tt p { line-height: 1.2em; }
    .box01 .day p { padding: 10px 20px; font-size: 30px; line-height: 1em; font-weight: 500; color: #fff; border-radius: 500px; background: #f07300; }
    .box01 .day span { display: block; padding: 5px 0 0 0; font-size: 20px; font-weight: 500; }
    .box01 .green { color: #44a80a; }
    .box01 .blue { color: #1b3e97; }
    .box01 .img { position: absolute; top: -2px; right: 0; }
    @media (max-width:991px) {
        .box01 { flex-direction: column; }
        .box01 .img { width: 60px; }
        .box01 .tt { font-size: 2em; }
        .box01 .day p { padding: 5px 10px; font-size: 1.5em; }
        .box01 .day span { font-size: 1em; }
    }

.box02 { position: relative; padding: 80px 0; }
    .box02 .tt { position: relative; text-align: center; }
    .box02 .tt a { position: absolute; right: 0; top: calc(50% - 15px); }

.box02 .bt_box { display: flex; flex-wrap: wrap; gap: 10px; padding: 50px 0; }
    .box02 .bt_box button { width: calc(14.2% - 8px); height: auto; padding: 5px 0; font-size: 14px; letter-spacing: -1px; border: 1px solid #e5e5e5; border-radius: 50px; background: #fff; }
    .box02 .bt_box.w02 button { width: calc(20% - 8px); }
    .box02 .bt_box button:hover,
    .box02 .bt_box button.on { color: #fff; border-color: var(--main); background-color: var(--main); box-shadow: 0 5px 10px rgba(0, 0, 0, .10); }

    .box02 .main_list .img { border-radius: 20px; overflow: hidden; }
    .box02 .main_list p { padding: 15px 0 0 0; text-align: center; font-weight: 600; 
                          text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; /* 라인수 */ -webkit-box-orient: vertical; word-wrap:break-word; line-height: 1.2em; max-height: 3.4em; overflow: hidden; }

    .box02 .sw_btn { display: flex; justify-content: center; gap: 50px; padding: 30px 0 0 0; }
    
    .box02 .swiper-button-next, .box02 .swiper-button-prev { position: relative; width: fit-content; margin-top: 0; }
    .box02 .swiper-button-next:after, .box02 .swiper-button-prev:after { display: none; }

@media (max-width: 991px) {
.box02 { padding: 30px 0; }

.box02 .tt { text-align: left; }
    .box02 .tt h2 { font-size: 1.2em; }

.box02 .bt_box { gap: 5px; flex-wrap: nowrap; overflow-x: auto; margin: 10px; padding: 0; border-bottom: 1px solid #e5e5e5; }
    .box02 .bt_box button,
    .box02 .bt_box.w02 button { flex: 0 0 auto; width: auto; padding: 5px 10px; font-size: 1em; border: 0; border-radius: 0; }
    .box02 .bt_box button:hover,
    .box02 .bt_box button.on { color: #266ea8; box-shadow: none; border-bottom: 1px solid #266ea8; background: none; }

.box02 .main_list p { padding: 5px 0 0 0; }

.box02 .sw_btn { gap: 50px; padding: 10px 0 0 0; }
}

.box03 { padding: 80px 0; background: #f8f8f8; }
    .box03 > div { display: flex; }
    .box03 > div::before, .box03 > div::after { display: none; }
    .box03 .tt { display: flex; justify-content: space-between; align-items: center; padding: 0 0 30px 0; }
    .box03 th, .box03 td { font-weight: 400; font-size: 0.8em; }
    .box03 td { text-align: right; }
    .box03 th a { display: block; width: 100%; text-align: left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .box03 .inbox02 { margin: 0 30px; padding: 0 30px; border-left: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; }

    @media (max-width:991px) {
        .box03 { padding: 20px 0; }
        .box03 > div { flex-direction: column; gap: 20px; }
        .box03 .tt { padding: 0 0 5px 0; }
        .box03 .inbox02 { margin: 10px 0; padding: 10px 0; border: 1px solid #e5e5e5; border-left: 0; border-right: 0; }
        .box03 th, .box03 td { font-size: 1em; }
    }
    
.box04 { padding: 80px 0; }
    .box04 > div { display: flex; gap: 30px; }
    .box04 > div:before, .box04 > div:after { display: none; }
    .box04 .inbox01, .box04 .inbox02 { position: relative; width: 25%; padding: 30px 20px 30px 0; border-radius: 15px; overflow: hidden; }
    .box04 .inbox01 .img, .box04 .inbox02 .img { position: absolute; bottom: -12px; right: 5px; display: none; }
    .box04 .inbox01 h4, .box04 .inbox02 h4 { padding: 0 0 10px 0; }
    .box04 .inbox01 h4, .box04 .inbox02 h4 { padding-left: 20px; font-weight: 800; color: #fff; }
    .box04 .inbox01 ul, .box04 .inbox02 ul { border-top: 1px solid rgba(255, 255, 255, 0.3); }
    .box04 .inbox01 li, .box04 .inbox02 li { border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    .box04 .inbox01 li a, .box04 .inbox02 li a { display: block; padding: 5px 0 5px 20px; font-size: 16px; }
    .box04 .inbox01 { background: url(../../img/00_main/document.png) no-repeat 98% 107%, var(--sub); }
    .box04 .inbox02 { background: url(../../img/00_main/edit.png) no-repeat 98% 107%, var(--point); }

    .box04 .inbox03 { width: 30%; }
    .box04 .inbox03 .tel { margin-bottom: 10px; background: url(../../img/00_main/icon_tel.png) no-repeat 98% 7px; }
    .box04 .inbox03 .tel h5 { font-weight: 800; }
    .box04 .inbox03 .tel h4 { font-size: 40px; font-weight: 800; color: #256ea8; }
    .box04 .inbox03 .tel p { font-size: 16px; line-height: 1.2em; color: #666666; }
    .box04 .inbox03 .chat a { display: flex; justify-content: center; gap: 20px; padding: 10px 20px 0 20px; border-radius: 15px; align-items: center;
                              background: -webkit-gradient(linear, left top, right top, color-stop(0, #2ba8c4), color-stop(1, #1b3e97)); }
    .box04 .inbox03 .chat p { color: #fff; text-align: center; }
    .box04 .inbox03 .chat span { display: block; color : #dadada; font-size: 16px; }

.box04 .inbox04 { width: 20%; color: #666666; }
    .box04 .inbox04 ul { border-top: 1px solid #e5e5e5; }
    .box04 .inbox04 li { border-bottom: 1px solid #e5e5e5; }
    .box04 .inbox04 a { display: block; padding: 20px; }
    .box04 .inbox04 .img { display: inline-block; padding-right: 10px; }
    @media (max-width:991px) {
        .box04 { padding: 20px 0; }
        .box04 > div { flex-wrap: wrap; gap: 20px 10px; }
        .box04 .inbox01, .box04 .inbox02 { width: calc(50% - 5px); padding: 10px 10px 10px 0; }
        .box04 .inbox01 li a, .box04 .inbox02 li a { padding: 5px 0 5px 10px; font-size: 1em; }
        .box04 .inbox01 { background-size: 35%; }
        .box04 .inbox02 { background-size: 40%; }
        .box04 .inbox03 { width: 100%; display: flex; gap: 10px; }
        .box04 .inbox03 .tel { margin-bottom: 0; padding: 15px; border: 1px solid #e5e5e5; border-radius: 15px; background-position: 98% 88%; }
        .box04 .inbox03 .tel h4 { font-size: 2em; }
        .box04 .inbox03 .tel p { font-size: 1em; }

        .box04 .inbox03 .chat span { font-size: 1em; }
        .box04 .inbox03 .chat a { flex-direction: column; gap: 5px; padding: 15px 0 0 0; }
        .box04 .inbox03 .chat a img { order: 2; }

        .box04 .inbox03 .tel, .box04 .inbox03 .chat { width: 50%; }
        .box04 .inbox04 { width: 100%; }
        .box04 .inbox04 ul { display: flex; justify-content: space-between; align-items: center; border-top: 0; }
            .box04 .inbox04 li { position: relative; border-bottom: 0; }
            .box04 .inbox04 li:nth-child(2) { width: 40%; border-left: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; }
            .box04 .inbox04 a { padding: 0; text-align: center; }
            .box04 .inbox04 .img { padding-right: 2px; }
    }
    @media (max-width:640px) {
        .box04 .inbox03 .tel { background: none; }
    }
    
    .banner_wraper { position: relative; overflow: hidden; width: 100%; height: 54px; box-sizing: border-box; margin: 0 auto; border-top: 1px solid #e5e5e5; }
        .banner_wraper ul { position: relative; display: flex; }
        .banner_wraper ul li { margin-right: 70px; vertical-align: middle; height: 35px; line-height: 35px; padding: 10px 0; }
        .banner_wraper ul li img { position: absolute; width: auto; height: 35px; display: block; }