/*-------------------------------------------------
File        : main.css
Author      : COMMIN
Create date : 2023-05-19
-------------------------------------------------*/
#main {
    font-size: 10px;
}
#main .visual {
    background: url(../images/main/visual_bg.jpg) no-repeat center center/cover;
}
#main .visual .inner {
    max-width: 166em;
    width: 100%;
    margin: 0 auto;
    padding: 9.5em 2em;
    display: flex;
    justify-content: space-between;
}
#main .visual .inner .visual_slide_img {
    width: 58%;
    max-width: 94em;
}
#main .visual .inner .visual_slide_img li a {
    display: block;
    border-radius: 1em;
    overflow: hidden;
}
#main .visual .inner .visual_slide_img li a img {
    display: block;
    width: 100%;
}
#main .visual .inner .visual_slide_cont {
    width: 41%;
    max-width: 62em;
}
#main .visual .inner .visual_slide_cont .visual_slide_list .item {
    background-color: transparent;
    margin-top: 1.5em;
}
#main .visual .inner .visual_slide_cont .visual_slide_list .item a {
    display: block;
    height: 100%;
    width: 100%;
}
#main .visual .inner .visual_slide_cont .visual_slide_list .item a dl {
    border-radius: 1.5em;
    display: flex;
    align-items: center;
    background-color: #fff;
    overflow: hidden;
    font-weight: 400;
    height: 9.5em;
}
#main .visual .inner .visual_slide_cont .visual_slide_list .item a dl dt {
    font-size: 2em;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15rem;
    position: relative;
}
#main .visual .inner .visual_slide_cont .visual_slide_list .item a dl dt::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 10;
    display: block;
    background-color: #c1c1c1;
    width: 1px;
    height: 1.5rem;
}
#main .visual .inner .visual_slide_cont .visual_slide_list .item a dl dd {
    width: calc(100% - 15rem);
    font-size: 2em;
    padding: 0 4rem 0 3rem;
    height: 100%;
    position: relative;
    display: flex;
    align-content: center;
}
#main .visual .inner .visual_slide_cont .visual_slide_list .item a dl dd::after {
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
    content: "+";
    font-weight: 500;
    color: #333;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2.5rem;
    z-index: 10;
    font-size: 1.6rem;
    display: block;
}
#main .visual .inner .visual_slide_cont .visual_slide_list .item a dl dd span {
    padding: 3rem 0;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#main .visual .inner .visual_slide_cont .visual_slide_list .item.slick-current a dl {
    font-weight: bold;
    border: 2px solid #0088bf;
}
#main .visual .inner .visual_slide_cont .visual_slide_list .item.slick-current a dl dt {
    background-color: #0088bf;
    color: #fff;
}
#main .visual .inner .visual_slide_cont .visual_slide_list .item.slick-current a dl dt::after {
    display: none;
}
#main .visual .inner .visual_slide_cont .visual_slide_util {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 3.5em;
}
#main .visual .inner .visual_slide_cont .visual_slide_util .visual_slide_progress {
    position: relative;
    width: 42em;
    margin-right: 1em;
    height: 6px;
    border-radius: 3px;
    background-color: #fff;
    overflow: hidden;
}
#main .visual .inner .visual_slide_cont .visual_slide_util .visual_slide_progress span {
    width: 100%;
    height: 6px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #0088bf;
    display: block;
    max-width: 0;
}
#main .visual .inner .visual_slide_cont .visual_slide_util .visual_slide_progress.active span {
    max-width: 100%;
}
#main .visual .inner .visual_slide_cont .visual_slide_util .visual_slide_cotroll {
    display: flex;
    align-items: flex-start;
}
#main .visual .inner .visual_slide_cont .visual_slide_util .visual_slide_cotroll > a i {
    font-size: 3.2em;
}
#main .visual .inner .visual_slide_cont .visual_slide_util .visual_slide_cotroll .visual_slide_cnt {
    margin: 0 1.5rem;
    width: 6em;
}
#main .visual .inner .visual_slide_cont .visual_slide_util .visual_slide_cotroll .visual_slide_cnt ul li {
    font-size: 2.6em;
    display: none;
    text-align: center;
}
#main .visual .inner .visual_slide_cont .visual_slide_util .visual_slide_cotroll .visual_slide_cnt ul li span {
    font-size: 1.8rem;
    color: #aaa;
}
#main .visual .inner .visual_slide_cont .visual_slide_util .visual_slide_cotroll .visual_slide_cnt ul li.slick-active {
    display: block;
}
#main .visual .inner .visual_slide_cont .visual_slide_util .visual_slide_cotroll .visual_slide_prev {
    margin-right: 0.5em;
}
#main .visual .inner .visual_slide_cont .visual_slide_util .visual_slide_cotroll .visual_slide_next {
    margin-right: 1.5em;
}
#main .visual .inner .visual_slide_cont .visual_slide_util .visual_slide_cotroll .visual_slide_play {
    display: none;
}
#main .notice {
    background-color: #f7f7f7;
    overflow: hidden;
}
#main .notice .inner {
    max-width: 166em;
    width: 100%;
    margin: 0 auto;
    padding: 0 2em;
    display: flex;
    align-items: center;
    height: 7em;
}
#main .notice .inner p {
    font-size: 2em;
    padding-right: 4em;
    font-weight: bold;
    display: flex;
    align-items: center;
    background-color: #333;
    white-space: nowrap;
    color: #fff;
    height: 100%;
    position: relative;
}
#main .notice .inner p i {
    color: #fff;
    font-size: 1em;
    margin-right: 0.5em;
}
#main .notice .inner p::before {
    content: "";
    display: block;
    height: 7em;
    background-color: #333;
    position: absolute;
    top: 0;
    left: -100vw;
    width: 100vw;
}
#main .notice .inner .notice_slide {
    width: calc(100% - 17.7em);
    padding-left: 4em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#main .notice .inner .notice_slide .notice_slide_list {
    width: calc(100% - 5em);
}
#main .notice .inner .notice_slide .notice_slide_list .item {
    display: flex;
    align-items: center;
}
#main .notice .inner .notice_slide .notice_slide_list .item span {
    white-space: nowrap;
    border: 1px solid #1e3678;
    border-radius: 15px;
    display: inline-block;
    line-height: 1;
    color: #0b3e4b;
    font-size: 1.8em;
    padding: 0.5rem 1rem;
    margin-right: 2rem;
}
#main .notice .inner .notice_slide .notice_slide_list .item strong {
    font-size: 1.8em;
}
#main .notice .inner .notice_slide .notice_slide_list .item a:hover {
    text-decoration: underline;
}
#main .notice .inner .notice_slide .notice_slide_list .item small {
    white-space: nowrap;
    font-size: 1.8em;
    font-weight: 200;
    margin-left: 2em;
}
#main .notice .inner .notice_slide .notice_slide_btn {
    display: flex;
    align-items: center;
}
#main .notice .inner .notice_slide .notice_slide_btn li {
    margin-left: 10px;
}
#main .notice .inner .notice_slide .notice_slide_btn li a i {
    font-size: 2em;
}
#main .quick .inner .quick_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 132em;
    width: 100%;
    margin: 0 auto;
    padding: 5em 2em 11em;
}
#main .quick .inner .quick_menu li {
    width: 1px;
    height: 3.4em;
    background-color: #c1c1c1;
}
#main .quick .inner .quick_menu .item {
    width: auto;
    height: auto;
    background-color: transparent;
}
#main .quick .inner .quick_menu .item a {
    display: flex;
    align-items: center;
    position: relative;
}
#main .quick .inner .quick_menu .item a::before {
    content: "";
    width: 100%;
    max-width: 0;
    transition: 0.45s all;
    height: 2.5em;
    position: absolute;
    border-radius: 5px;
    display: block;
    left: 0.8em;
    top: 2em;
    z-index: -1;
}
#main .quick .inner .quick_menu .item a:hover::before {
    max-width: 100%;
}
#main .quick .inner .quick_menu .item a i {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    margin-right: 5px;
}
#main .quick .inner .quick_menu .item a span {
    font-weight: bold;
    color: #333333;
    font-size: 2em;
}
#main .quick .inner .quick_menu .item .ci_quick01 {
    background-image: url(../images/main/quick01.png);
    width: 4.3em;
    height: 4.7em;
}
#main .quick .inner .quick_menu .item .ci_quick02 {
    background-image: url(../images/main/quick02.png);
    width: 6em;
    height: 5em;
}
#main .quick .inner .quick_menu .item .ci_quick03 {
    background-image: url(../images/main/quick03.png);
    width: 4.9em;
    height: 4.9em;
}
#main .quick .inner .quick_menu .item .ci_quick04 {
    background-image: url(../images/main/quick04.png);
    width: 4.9em;
    height: 4.6em;
}
#main .quick .inner .quick_menu .item .ci_quick05 {
    background-image: url(../images/main/quick05.png);
    width: 5.6em;
    height: 4.6em;
}
#main .quick .inner .quick_menu .item:nth-of-type(1) a:hover::before {
    background-color: #9cf4eb;
}
#main .quick .inner .quick_menu .item:nth-of-type(3) a:hover::before {
    background-color: #97c0f5;
}
#main .quick .inner .quick_menu .item:nth-of-type(5) a:hover::before {
    background-color: #ffef8e;
}
#main .quick .inner .quick_menu .item:nth-of-type(7) a:hover::before {
    background-color: #90cff2;
}
#main .quick .inner .quick_menu .item:nth-of-type(9) a:hover::before {
    background-color: #ffb08f;
}
#main .contents {
    padding: 0 2rem 10rem 2rem;
}
#main .contents .inner {
    max-width: 162em;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#main .contents .inner .cont_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-flow: row wrap;
    padding-bottom: 2.5em;
}
#main .contents .inner .cont_title h3 {
    font-size: 2.2em;
    font-weight: 600;
}
#main .contents .inner .cont_title .more_view {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border: 1px solid #989898;
    color: #606060;
    border-radius: 0.5rem;
}
#main .contents .inner .cont_title .more_view b {
    font-weight: 800;
    margin-right: 0.5rem;
}
#main .contents .inner .cont_title .more_view:hover, #main .contents .inner .cont_title .more_view:focus {
    transition: 0.35s all;
    background-color: #333333;
    border-color: #333333;
    color: #ffffff;
}
#main .contents .inner .ask_area {
    width: 50%;
    max-width: 69em;
}
#main .contents .inner .ask_area .ask_title .ask_title_head {
    display: flex;
    align-items: center;
}
#main .contents .inner .ask_area .ask_title .ask_title_head span {
    width: 5.5em;
    height: 5.5em;
    border-radius: 5px;
    background-color: #0088bf;
    display: flex;
    justify-content: center;
    align-items: center;
}
#main .contents .inner .ask_area .ask_title .ask_title_head span i {
    background: url(../images/main/ci_ask.png) no-repeat center center/contain;
    display: block;
    width: 2.9em;
    height: 3.3em;
}
#main .contents .inner .ask_area .ask_title .ask_title_head strong {
    font-size: 4em;
    color: #000000;
    display: block;
    margin: 0 1.5rem 0 1rem;
}
#main .contents .inner .ask_area .ask_title .ask_title_head small {
    font-size: 1.8em;
    color: #0088bf;
}
#main .contents .inner .ask_area .ask_title .ask_title_tail {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    margin: 1em 0 3em 0;
}
#main .contents .inner .ask_area .ask_title .ask_title_tail p {
    font-size: 2.4em;
    font-weight: 700;
    margin-right: 2em;
}
#main .contents .inner .ask_area .ask_title .ask_title_tail span {
    display: block;
    color: #ff3727;
    font-size: 1.5em;
}
#main .contents .inner .ask_area .ask_survey {
    margin-bottom: 5em;
    height: 45em;
}
#main .contents .inner .ask_area .ask_survey .ask_survey_slide {
    margin-bottom: 1.5rem;
}
#main .contents .inner .ask_area .ask_survey .ask_survey_slide .item {
    display: flex;
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 0.5rem;
}
#main .contents .inner .ask_area .ask_survey .ask_survey_slide .item > span {
    width: 34em;
    height: 35em;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#main .contents .inner .ask_area .ask_survey .ask_survey_slide .item ul {
    padding: 4em;
    max-width: calc(100% - 34em);
}
#main .contents .inner .ask_area .ask_survey .ask_survey_slide .item ul li:nth-of-type(1) {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}
#main .contents .inner .ask_area .ask_survey .ask_survey_slide .item ul li:nth-of-type(2) {
    font-size: 1.4rem;
    color: #606060;
    margin-bottom: 0.5rem;
}
#main .contents .inner .ask_area .ask_survey .ask_survey_slide .item ul li:nth-of-type(3) {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    color: #0088bf;
}
#main .contents .inner .ask_area .ask_survey .ask_survey_slide .item ul li:nth-of-type(3) i {
    margin-right: 0.5rem;
    color: #0088bf;
}
#main .contents .inner .ask_area .ask_survey .ask_survey_slide .item ul li:nth-of-type(4) {
    font-size: 1.4rem;
    border-radius: 0.5rem;
    display: inline-block;
    padding: 0.6rem 1.3rem;
    background-color: #0088bf;
    color: #fff;
    font-weight: bold;
    transition: 0.4s all;
    margin-top: 1rem;
}
#main .contents .inner .ask_area .ask_survey .ask_survey_slide .item ul li:nth-of-type(4):hover, #main .contents .inner .ask_area .ask_survey .ask_survey_slide .item ul li:nth-of-type(4):focus {
    border-radius: 0.5rem;
    background-color: #31C3FF;
    box-shadow: 0 0 0.8rem rgba(22, 99, 192, 0.3);
}
#main .contents .inner .ask_area .ask_survey .ask_survey_btn {
    display: flex;
}
#main .contents .inner .ask_area .ask_survey .ask_survey_btn li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 6rem;
    height: 6rem;
    border: 1px solid #777;
}
#main .contents .inner .ask_area .ask_survey .ask_survey_btn li a i {
    font-size: 4rem;
    color: #777;
}
#main .contents .inner .ask_area .ask_survey .ask_survey_btn li a:hover i {
    color: #0088bf;
    font-weight: 300;
}
#main .contents .inner .ask_area .ask_survey .ask_survey_btn li:first-child a {
    border-right: none;
}
#main .contents .inner .ask_area .ask_result .item {
    border-top: 1px solid #dddddd;
    padding: 2em 0;
    display: flex;
    align-items: center;
}
#main .contents .inner .ask_area .ask_result .item:last-child {
    border-bottom: 1px solid #dddddd;
}
#main .contents .inner .ask_area .ask_result .item > a {
    width: 100%;
    max-width: 20rem;
    min-width: 20rem;
    /*height: 12rem;*/
    margin-right: 2rem;
    border-radius: 0.5rem;
    overflow: hidden;
    display: block;
}
#main .contents .inner .ask_area .ask_result .item > a img {
    display: block;
    width: 100%;
    transition: 0.15s all;
}
#main .contents .inner .ask_area .ask_result .item > a:hover + ul li a {
    text-decoration: underline;
}
#main .contents .inner .ask_area .ask_result .item > a:hover img {
    transform: scale(1.08);
    transition: 0.35s all;
}
#main .contents .inner .ask_area .ask_result .item ul li:first-child {
    margin-bottom: 0.5em;
}
#main .contents .inner .ask_area .ask_result .item ul li:first-child a {
    font-size: 1.8em;
    font-weight: bold;
    height: 2.5em;
    display: -webkit-box;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#main .contents .inner .ask_area .ask_result .item ul li:first-child a:hover {
    text-decoration: underline;
}
#main .contents .inner .ask_area .ask_result .item ul li:nth-of-type(2) {
    display: block;
    margin-bottom: 1em;
    font-size: 1.4em;
}
#main .contents .inner .ask_area .ask_result .item ul li span {
    font-size: 1.4em;
}
#main .contents .inner .ask_area .ask_result .item ul li strong {
    font-size: 1.4em;
}
#main .contents .inner .ask_area .ask_result .item ul li i {
    font-size: 1.4em;
}
#main .contents .inner .hear_area {
    width: 50%;
    max-width: 86em;
}
#main .contents .inner .hear_area .hear_title {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    align-items: flex-end;
    margin-bottom: 3em;
}
#main .contents .inner .hear_area .hear_title .hear_title_head {
    display: flex;
    align-items: center;
}
#main .contents .inner .hear_area .hear_title .hear_title_head span {
    width: 5.5em;
    height: 5.5em;
    border-radius: 5px;
    background-color: #529a00;
    display: flex;
    justify-content: center;
    align-items: center;
}
#main .contents .inner .hear_area .hear_title .hear_title_head span i {
    background: url(../images/main/ci_hear.png) no-repeat center center/contain;
    display: block;
    width: 2.9em;
    height: 3.3em;
}
#main .contents .inner .hear_area .hear_title .hear_title_head strong {
    font-size: 4em;
    color: #000000;
    display: block;
    margin: 0 1.5rem 0 1rem;
}
#main .contents .inner .hear_area .hear_title .hear_title_head small {
    font-size: 1.8em;
    color: #529a00;
}
#main .contents .inner .hear_area .hear_title .hear_title_tail {
    display: flex;
    align-items: center;
    margin: 1em 0 0 0;
}
#main .contents .inner .hear_area .hear_title .hear_title_tail p {
    font-size: 2.4em;
    font-weight: 700;
}
#main .contents .inner .hear_area .hear_title .hear_title_tab {
    display: flex;
    align-items: center;
    margin: 0;
}
#main .contents .inner .hear_area .hear_title .hear_title_tab li:first-child a {
    margin-left: 0;
}
#main .contents .inner .hear_area .hear_title .hear_title_tab li a {
    border: none;
    position: relative;
    padding: 0;
    margin-left: 1rem;
    color: #777;
    font-weight: bold;
    font-size: 1.4em;
}
#main .contents .inner .hear_area .hear_title .hear_title_tab li a::before {
    display: block;
    position: absolute;
    bottom: -0.3rem;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #6BC800;
    max-width: 0;
    content: "";
    transition: 0.35s all;
}
#main .contents .inner .hear_area .hear_title .hear_title_tab li:hover a, #main .contents .inner .hear_area .hear_title .hear_title_tab li:focus a, #main .contents .inner .hear_area .hear_title .hear_title_tab li.active a {
    color: #529a00;
    font-weight: bold;
}
#main .contents .inner .hear_area .hear_title .hear_title_tab li:hover a::before, #main .contents .inner .hear_area .hear_title .hear_title_tab li:focus a::before, #main .contents .inner .hear_area .hear_title .hear_title_tab li.active a::before {
    max-width: 100%;
}
#main .contents .inner .hear_area .hear_offer {
    margin-bottom: 5em;
    height: 45em;
    transform: translateY(-1.5em);
}
#main .contents .inner .hear_area .hear_offer .hear_offer_slide {
    margin-bottom: 1.5rem;
}
#main .contents .inner .hear_area .hear_offer .hear_offer_slide .slick-list {
    padding-top: 1.5em;
    margin-right: -1em;
}
#main .contents .inner .hear_area .hear_offer .hear_offer_slide .item {
    padding: 1.5em;
    border-radius: 0.5em;
    border: 1px solid #dddddd;
    margin-right: 1em;
    width: 100%;
    box-sizing: border-box;
}
#main .contents .inner .hear_area .hear_offer .hear_offer_slide .item .offer_tag {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #529a00;
    color: #ffffff;
    margin-bottom: 1.8em;
    font-size: 1.4em;
}
#main .contents .inner .hear_area .hear_offer .hear_offer_slide .item .offer_title {
    display: block;
    width: 100%;
    display: -webkit-box;
    white-space: normal;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: bold;
    font-size: 1.8em;
    margin-bottom: 3rem;
    min-height: 6rem;
}
#main .contents .inner .hear_area .hear_offer .hear_offer_slide .item .offer_title:hover, #main .contents .inner .hear_area .hear_offer .hear_offer_slide .item .offer_title:focus {
    text-decoration: underline;
}
#main .contents .inner .hear_area .hear_offer .hear_offer_slide .item .offer_info {
    margin-bottom: 3.5em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#main .contents .inner .hear_area .hear_offer .hear_offer_slide .item .offer_info ul {
    font-size: 1.4em;
}
#main .contents .inner .hear_area .hear_offer .hear_offer_slide .item .offer_info ul li:first-child {
    font-weight: bold;
    margin-bottom: 0.5em;
}
#main .contents .inner .hear_area .hear_offer .hear_offer_slide .item .offer_info span {
    font-size: 1.4em;
    display: flex;
    align-items: center;
    color: #529a00;
}
#main .contents .inner .hear_area .hear_offer .hear_offer_slide .item .offer_info span i {
    color: #529a00;
    margin-right: 0.5em;
}
#main .contents .inner .hear_area .hear_offer .hear_offer_slide .item .offer_social {
    display: flex;
    align-items: center;
    margin-bottom: 6em;
}
#main .contents .inner .hear_area .hear_offer .hear_offer_slide .item .offer_social li {
    margin-right: 1.5em;
}
#main .contents .inner .hear_area .hear_offer .hear_offer_slide .item .offer_social li span:first-child {
    cursor: default;
    font-size: 1.4em;
}
#main .contents .inner .hear_area .hear_offer .hear_offer_slide .item .offer_social li span:first-child i {
    cursor: default;
    margin-right: 0.5em;
    color: #529a00;
}
#main .contents .inner .hear_area .hear_offer .hear_offer_slide .item .offer_social li span:last-child {
    font-size: 1.4em;
}
#main .contents .inner .hear_area .hear_offer .hear_offer_slide .item .offer_social li:last-child a i {
    color: #000000;
    font-size: 1.4em;
}

#main .contents .inner .hear_area .hear_offer .hear_offer_slide .item .offer_social li:nth-child(2) span i {
    color:#e15d14;
}

#main .contents .inner .hear_area .hear_offer .hear_offer_slide .item .offer_progress {
    position: relative;
}
#main .contents .inner .hear_area .hear_offer .hear_offer_slide .item .offer_progress span {
    display: block;
}
#main .contents .inner .hear_area .hear_offer .hear_offer_slide .item .offer_progress .prog_bg {
    height: 1rem;
    border-radius: 0.5rem;
    width: 100%;
    background-color: #DDDDDD;
}
#main .contents .inner .hear_area .hear_offer .hear_offer_slide .item .offer_progress .prog_bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1rem;
    max-width: 0;
    border-radius: 0.5rem;
    background-color: #529a00;
    transition: 0.8s;
}
#main .contents .inner .hear_area .hear_offer .hear_offer_slide .item .offer_progress .prog_bar2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1rem;
    max-width: 0;
    border-radius: 0.5rem;
    background-color: #e15d14;
    transition: 0.8s;
}
#main .contents .inner .hear_area .hear_offer .hear_offer_slide .item .offer_progress .prog_vlaue {
    position: absolute;
    z-index: 2;
    top: -2.4rem;
    padding: 0.3rem 0.5rem;
    margin-left: 0.5rem;
    background-color: #529a00;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.4rem;
    border-radius: 0.5rem;
}
#main .contents .inner .hear_area .hear_offer .hear_offer_slide .item .offer_progress .prog_vlaue::before {
    content: "";
    position: absolute;
    top: 2rem;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 8px 0 0;
    border-color: #529a00 transparent transparent transparent;
}
#main .contents .inner .hear_area .hear_offer .hear_offer_slide .item .offer_progress .prog_vlaue2 {
    position: absolute;
    z-index: 2;
    top: -2.4rem;
    padding: 0.3rem 0.5rem;
    margin-left: 0.5rem;
    background-color: #e15d14;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.4rem;
    border-radius: 0.5rem;
}
#main .contents .inner .hear_area .hear_offer .hear_offer_slide .item .offer_progress .prog_vlaue2::before {
    content: "";
    position: absolute;
    top: 2rem;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 8px 0 0;
    border-color: #e15d14 transparent transparent transparent;
}
#main .contents .inner .hear_area .hear_offer .hear_offer_slide .item .offer_progress .prog_total {
    position: absolute;
    top: -1.8rem;
    right: 0;
    font-size: 1.4rem;
    color: #7c7c7c;
}
#main .contents .inner .hear_area .hear_offer .hear_offer_slide .item:hover {
    transition: 0.35s;
    border-color: #6BC800;
    transform: translateY(-0.5rem);
}
#main .contents .inner .hear_area .hear_offer .hear_offer_btn {
    display: flex;
}
#main .contents .inner .hear_area .hear_offer .hear_offer_btn li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 6rem;
    height: 6rem;
    border: 1px solid #777;
}
#main .contents .inner .hear_area .hear_offer .hear_offer_btn li a i {
    font-size: 4rem;
    color: #777;
}
#main .contents .inner .hear_area .hear_offer .hear_offer_btn li a:hover i {
    color: #0088bf;
    font-weight: 300;
}
#main .contents .inner .hear_area .hear_offer .hear_offer_btn li:first-child a {
    border-right: none;
}
#main .contents .inner .main_table_list_custom {
    font-size: 1.6em;
}
#main .contents .inner .main_table_list_custom dl {
    display: flex;
    width: 100%;
}
#main .contents .inner .main_table_list_custom dl dt,
#main .contents .inner .main_table_list_custom dl dd {
    padding: 1.96rem;
    text-align: center;
}
#main .contents .inner .main_table_list_custom dl dt {
    border-top: 1px solid #dddddd;
    background-color: #F8F8F8;
    font-weight: bold;
}
#main .contents .inner .main_table_list_custom dl dt:nth-of-type(1) {
    width: 20%;
}
#main .contents .inner .main_table_list_custom dl dt:nth-of-type(2) {
    width: 50%;
}
#main .contents .inner .main_table_list_custom dl dt:nth-of-type(3) {
    width: 20%;
}
#main .contents .inner .main_table_list_custom dl dt:nth-of-type(4) {
    width: 10%;
}
#main .contents .inner .main_table_list_custom dl dd {
    border-bottom: 1px solid #dddddd;
}
#main .contents .inner .main_table_list_custom dl dd:nth-of-type(1) {
    width: 20%;
    white-space: nowrap;
}
#main .contents .inner .main_table_list_custom dl dd:nth-of-type(2) {
    width: 50%;
}
#main .contents .inner .main_table_list_custom dl dd:nth-of-type(3) {
    width: 20%;
}
#main .contents .inner .main_table_list_custom dl dd:nth-of-type(4) {
    width: 10%;
}
#main .contents .inner .main_table_list_custom dl dd a {
    font-weight: bold;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
#main .contents .inner .main_table_list_custom dl dd a:hover, #main .contents .inner .main_table_list_custom dl dd a:focus {
    text-decoration: underline;
}
#main .contents .inner .main_table_list_custom dl dd:nth-of-type(2) {
    text-align: left;
}
#main .contents .inner .main_table_list_custom dl .m_dt {
    position:absolute; overflow:hidden; width:1px !important; height:1px; padding:0; margin-top:-1px; font-size:0; line-height:0; text-indent:-9999px;
}
#main .contents .inner .main_table_list_custom dl:hover dd {
    background-color: #f4f4f4;
}

#main .contents .inner .main_table_list_custom_thead { display: flex; font-size: 1.6rem; width: 100%; }
#main .contents .inner .main_table_list_custom_thead li { padding:1.96rem; text-align: center; border-top:1px solid #ccc; background-color:#F8F8F8; font-weight: bold;}
#main .contents .inner .main_table_list_custom_thead li:nth-of-type(1){ width: 20%;}
#main .contents .inner .main_table_list_custom_thead li:nth-of-type(2){ width: 50%;}
#main .contents .inner .main_table_list_custom_thead li:nth-of-type(3){ width: 20%;}
#main .contents .inner .main_table_list_custom_thead li:nth-of-type(4){ width: 10%;}

@media (max-width: 1024px) {

    #main .contents .inner .main_table_list_custom_thead { display: none;}

}
@media (max-width: 1440px) {
    #main .visual .inner {
        align-items: flex-start;
    }
    #main .visual .inner .visual_slide_cont .visual_slide_list .item a dl {
        height: 8em;
    }
    #main .notice .inner .notice_slide .notice_slide_list .item a {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    #main .contents .inner {
        flex-flow: row wrap;
    }
    #main .contents .inner .ask_area .ask_survey .ask_survey_slide .item {
        flex-flow: column;
    }
    #main .contents .inner .ask_area .ask_survey .ask_survey_slide .item > span {
        width: 100%;
        height: 20em;
    }
    #main .contents .inner .ask_area .ask_survey .ask_survey_slide .item ul {
        max-width: 100%;
        padding: 2em 3em;
    }
    #main .contents .inner .ask_area .ask_survey .ask_survey_slide .item ul li:nth-of-type(1) {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media (max-width: 1024px) {
    #main {
        font-size: 9px;
    }
    #main .visual .inner {
        flex-flow: row wrap;
        padding: 2.5em 2em;
    }
    #main .visual .inner .visual_slide_img {
        width: 100%;
        max-width: 100%;
    }
    #main .visual .inner .visual_slide_img li a {
        border-radius: 1em 1em 0 0;
    }
    #main .visual .inner .visual_slide_cont {
        width: 100%;
        max-width: 100%;
    }
    #main .visual .inner .visual_slide_cont .visual_slide_list {
        background-color: #fff;
        border-radius: 0 0 1rem 1rem;
        box-shadow: 3px 0 24px rgba(11, 62, 75, 0.15);
    }
    #main .visual .inner .visual_slide_cont .visual_slide_list .item {
        margin-top: 0;
    }
    #main .visual .inner .visual_slide_cont .visual_slide_list .item a dl {
        height: auto;
        min-height: 3em;
    }
    #main .visual .inner .visual_slide_cont .visual_slide_list .item a dl dd {
        line-height: 1;
        padding: 2rem;
        min-height: 3em;
        width: calc(100% - 11rem);
    }
    #main .visual .inner .visual_slide_cont .visual_slide_list .item a dl dt {
        width: 12rem;
    }
    #main .visual .inner .visual_slide_cont .visual_slide_list .item a dl dd span {
        padding: 0;
    }
    #main .visual .inner .visual_slide_cont .visual_slide_list .item.slick-current a dl dt::after {
        display: block;
    }
    #main .visual .inner .visual_slide_cont .visual_slide_list .item.slick-current a dl {
        border: none;
    }
    #main .visual .inner .visual_slide_cont .visual_slide_list .item.slick-current a dl dt {
        background-color: #fff;
        color: #000;
    }
    #main .visual .inner .visual_slide_cont .visual_slide_util .visual_slide_progress {
        width: calc(100% - 22em);
    }
    #main .contents .inner .hear_area,
    #main .contents .inner .ask_area {
        margin-bottom: 5em;
        width: 100%;
        max-width: 100%;
    }
    #main .contents .inner .ask_area .ask_survey {
        height: auto;
    }
    #main .notice .inner p {
        display: none;
    }
    #main .notice .inner .notice_slide {
        width: 100%;
        padding-left: 0;
    }
    #main .notice .inner .notice_slide .notice_slide_btn {
        display: none;
    }
    #main .notice .inner .notice_slide .notice_slide_list {
        width: 100%;
    }
    #main .notice .inner .notice_slide .notice_slide_list .item small {
        margin-left: 1.5em;
    }
    #main .quick .inner .quick_menu {
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
        padding: 5em 1.5em 1em 1.5em;
    }
    #main .quick .inner .quick_menu li {
        display: none;
    }
    #main .quick .inner .quick_menu .item {
        display: block;
        width: 33%;
        margin-bottom: 4em;
        position: relative;
    }
    #main .quick .inner .quick_menu .item a {
        flex-flow: column;
    }
    #main .quick .inner .quick_menu .item a i {
        margin-right: 0;
        margin-bottom: 1em;
    }
    #main .quick .inner .quick_menu .item a::before {
        display: none;
    }
    #main .quick .inner .quick_menu .item::after {
        content: "";
        height: 100%;
        width: 1px;
        background-color: #ccc;
        position: absolute;
        right: 0;
        top: 0;
        display: block;
    }
    #main .quick .inner .quick_menu .item:nth-of-type(7),
    #main .quick .inner .quick_menu .item:nth-of-type(9) {
        width: 40%;
    }
    #main .quick .inner .quick_menu .item:nth-of-type(5)::after,
    #main .quick .inner .quick_menu .item:nth-of-type(9)::after {
        display: none;
    }
    #main .quick .inner .quick_menu .item .ci_quick03 {
        transform: translateX(2em);
    }
    #main .contents .inner .main_table_list_custom dl {
        flex-flow: row wrap;
        border-top: 1px solid #adaaaa;
    }
    #main .contents .inner .main_table_list_custom dl:first-child {
        display: none;
    }
    #main .contents .inner .main_table_list_custom dl:last-child {
        border-bottom: 1px solid #adaaaa;
    }
    #main .contents .inner .main_table_list_custom dl dt,
    #main .contents .inner .main_table_list_custom dl dd {
        padding: 0;
        text-align: center;
        border: none;
    }
    #main .contents .inner .main_table_list_custom dl dt{
        border-bottom:1px dashed #ddd; padding:8px 0;
    }  

    #main .contents .inner .main_table_list_custom dl dt:nth-of-type(1), 
    #main .contents .inner .main_table_list_custom dl dt:nth-of-type(2), 
    #main .contents .inner .main_table_list_custom dl dt:nth-of-type(3), 
    #main .contents .inner .main_table_list_custom dl dt:nth-of-type(4) {
        width: 20%;
    }
    #main .contents .inner .main_table_list_custom dl dt:nth-of-type(1) {
        padding-top: 1rem;
    }
    #main .contents .inner .main_table_list_custom dl dt:nth-of-type(4) {
        padding-bottom: 1rem; border-bottom:none;
    }
    #main .contents .inner .main_table_list_custom dl dd {
        border-bottom: 1px dashed #ddd;
        padding: 8px 2rem;
    }
    #main .contents .inner .main_table_list_custom dl dd:nth-of-type(1), 
    #main .contents .inner .main_table_list_custom dl dd:nth-of-type(2), 
    #main .contents .inner .main_table_list_custom dl dd:nth-of-type(3), 
    #main .contents .inner .main_table_list_custom dl dd:nth-of-type(4) {
        width: 80%;
        text-align: left;
    }
    #main .contents .inner .main_table_list_custom dl dd:nth-of-type(1) {
        padding-top: 1rem;
    }
    #main .contents .inner .main_table_list_custom dl dd:nth-of-type(4) {
        padding-bottom: 1rem; border-bottom:none;
    }
    #main .contents .inner .main_table_list_custom dl dd:nth-of-type(2) {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    #main .contents .inner .main_table_list_custom dl .m_dt {
        display: block;
    }
    #main .contents .inner .main_table_list_custom dl:hover dd {
        background-color: #f4f4f4;
    }
}
@media (max-width: 768px) {
    #main .notice .inner {
        height: 6em;
        padding: 0 1.5em;
    }
    #main .notice .inner .notice_slide .notice_slide_list .item span {
        margin-right: 0.5em;
    }
}
@media (max-width: 425px) {
    #main {
        font-size: 8px;
    }
    #main .visual .inner {
        padding: 2em 1.5em;
    }
    #main .contents {
        padding: 0 1.5rem 0 1.5rem;
    }
    #main .contents .inner .ask_area .ask_title .ask_title_head span i {
        width: 2.4em;
    }
    #main .contents .inner .hear_area .hear_title .hear_title_head span,
    #main .contents .inner .ask_area .ask_title .ask_title_head span {
        width: 5em;
        height: 5em;
    }
    #main .contents .inner .ask_area .ask_survey .ask_survey_btn li a,
    #main .contents .inner .hear_area .hear_offer .hear_offer_btn li a {
        width: 5rem;
        height: 5rem;
    }
    #main .notice .inner .notice_slide .notice_slide_list .item small {
        margin-left: 0.5em;
    }
    #main .quick .inner .quick_menu .item:nth-of-type(7), #main .quick .inner .quick_menu .item:nth-of-type(9) {
        width: 50%;
    }
    #main .contents .inner .hear_area .hear_title .hear_title_tab {
        margin-top: 1em;
    }
    #main .contents .inner .main_table_list_custom,
    #main .contents .inner .hear_area .hear_title .hear_title_tab li a {
        font-size: 1.8em;
    }
    #main .contents .inner .ask_area .ask_result .item > a {
        height: auto;
        max-width: 16rem;
        min-width: 16rem;
    }
    #main .contents .inner .hear_area .hear_offer .hear_offer_slide .item .offer_title,
    #main .contents .inner .ask_area .ask_result .item ul li:first-child a {
        font-size: 2em;
    }
    #main .contents .inner .hear_area .hear_offer .hear_offer_slide .item .offer_social {
        font-size: 1.2em;
    }
    #main .contents .inner .hear_area .hear_offer .hear_offer_slide .item .offer_info {
        margin-bottom: 1.5em;
    }
    #main .contents .inner .ask_area .ask_result .item ul li strong,
    #main .contents .inner .ask_area .ask_result .item ul li span,
    #main .contents .inner .ask_area .ask_result .item ul li i,
    #main .contents .inner .hear_area .hear_offer .hear_offer_slide .item .offer_info span,
    #main .contents .inner .hear_area .hear_offer .hear_offer_slide .item .offer_info ul,
    #main .contents .inner .ask_area .ask_result .item ul li:nth-of-type(2) {
        font-size: 1.6em;
    }
    #main .visual .inner .visual_slide_cont .visual_slide_list .item a dl dt {
        width: 5em;
    }
    #main .visual .inner .visual_slide_cont .visual_slide_list .item a dl dd {
        width: calc(100% - 5em);
        padding: 2rem 3.5rem 2rem 1rem;
    }
    #main .visual .inner .visual_slide_cont .visual_slide_util .visual_slide_cotroll > a i {
        font-size: 2.8em;
    }
    #main .visual .inner .visual_slide_cont .visual_slide_util .visual_slide_progress {
        width: calc(100% - 17em);
    }
    #main .visual .inner .visual_slide_cont .visual_slide_util .visual_slide_cotroll .visual_slide_cnt {
        margin: 0 1rem;
    }
    #main .visual .inner .visual_slide_cont .visual_slide_util .visual_slide_cotroll .visual_slide_cnt ul li {
        font-size: 2.2em;
    }
}

.slick-track li a:focus {
    outline: 5px auto; outline-offset: -2px
}