@charset "utf-8";
@import url(GDbg.css);
@import url(GDset.css);

.roll {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-repeat: no-repeat;
    background-position: center center;
}
.r1 {
    background-image: url(../images/banner/2020-map-open-PC2.jpg);
    background-color: #d7d7d7;
}
.r2 {
    background-image: url(../images/banner/2020-Mar-survey.jpg);
    background-color: #ADAEB3;
}
.r3 {
    background-image: url(../images/banner/2020-Feb-survey-end.jpg);    
    background-color: #eae8eb;
}

.roll.active {
    z-index: 1;
}
.bantxt {
    position: absolute;
    z-index: 2;

    font-size: 24px;
    font-weight: 500;
    /*opacity: 0;*/

    opacity: 1;
}
.bantxt1 {
    top: 23%;

    padding-left: 230px;
    /*top: 30%;*/

    font-weight: 400;

    color: #979797;
}
.bantxt2 {
    top: 35%;

    padding-left: 230px;
    /*top: 40%;*/

    font-size: 30px;
}

.bannerBox {
    position: relative;

    height: 300px;
    /*background: url(../images/main_banner1.jpg) no-repeat -400px -50px;
	background-color: #d5e3e6;*/
}
.banner_txt_box {
    padding-top: 80px;
    padding-left: 230px;
}
.banner_txt_box > span.banner_small_txt {
    display: block;

    font-size: 24px;
    font-weight: 500;

    color: #999;
}
.banner_txt_box > span.banner_big_txt {
    display: block;
    /*text-align: center;*/

    font-size: 30px;
    font-weight: 500;

    color: #303030;
}
.orange_color {
    color: #f05a28;
}
.fw300 {
    font-weight: 300;
}
.fw700 {
    font-weight: 500;
}
.f12 {
    font-size: 12px;
}
.mt50 {
    margin-top: 50px;
}
.banner_txt_box > span.banner_big_txt.orange_color {
    font-weight: 500;

    color: #f05a28;
}
.keyword_search_box {
    position: relative;

    width: 100%;
    padding-top: 27px;
}
.keyword_input_box {
    position: relative;

    width: 500px;
    height: 46px;
    margin: 0 auto;
}
#keyword_search {
    display: block;
    width: 100%;
    height: 100%;

    border: none;
    border-radius: 5px;
}
#keyword_search::placeholder {
    font-size: 16px;

    color: #777;
}
#main_keyword_search_btn {
    position: absolute;
    top: 0;
    right: 0;

    width: 62px;
    height: 46px;

    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #f05a28;
    background-position: -544px -2px;
}
.w500 {
    font-weight: 500;
}


/* 검색 창 */
.h30 {
    height: 30px;
}
.main_bar_searchBox {
    z-index: 1;

    height: 250px;
    /*box-shadow: 0px 1px 2px #ccc;*/

    background-color: #fafafa;

    widows: 100%;
}
.main_search_ul_box {
    padding: 30px 40px;

    transform: translateY(-68px);

    border-radius: 35px;
    background-color: #fff;
    box-shadow: 1px 3px 7px #ccc;
}

.sanum_box {    
    padding-left: 30px;
}
.sanum_box > span {
    display: block;
    padding-bottom: 15px;
}
input:focus,
select:focus {
    outline: none;
}
.tagyeong {
    padding: 0 10px;

    line-height: 30px;

    color: #777;
}
#case_num_number {
    width: 90px;
}
.case_num_number_li {
    position: relative;
}
#sanum_submit {
    width: 55px;
    height: 32px;
    margin-left: 5px;

    cursor: pointer;

    color: #fff;
    border: none;
    border-radius: 4px;
    /*background: #f05a28 url(../images/mag_white_mini.png) no-repeat center;*/
    background-color: #f05a28;
}
.bubwon_box {
    padding-right: 30px;

    border-right: 1px solid #eee;
}
.bubwon_box > span {
    display: block;
    padding-bottom: 15px;
}
.sojaeji_box {
    padding-right: 30px;
    padding-left: 30px;    
}
.sojaeji_box > span {
    display: block;
    padding-bottom: 15px;
}
.sojaeji_sido_li,
.sojaeji_gugun_li,
.sojaeji_dong_li,
.sojaeji_mt_li,
.sojaeji_mb_li {
    margin-right: 15px;
}
.main_bunji {
    width: 100px;
}
.wave_mark {
    padding: 0 20px;

    line-height: 30px;

    text-align: center;
}
.lowp_box {
    padding-left: 30px;
}
.lowp_box > span {
    display: block;
    padding-bottom: 15px;
}
.main_search_yongdo_box {
    padding-top: 40px;
}
.main_search_yongdo_box > span {
    display: block;
    padding-bottom: 15px;
}
.main_search_yongdo_ul > li {
    position: relative;

    margin-right: 50px;

    text-align: center;
}
.main_search_yongdo_ul > li:last-child {
    margin-right: 0;
}
input[name=m_use_type] {
    position: absolute;
    top: 50%;
    left: -30px;

    transform: translateY(-50%);
}
.yongdo_img {
    right: 0;

    display: inline-block;
    width: 40px;
    padding-bottom: 10px;
}
.main_search_yongdo_ul > li > label {
    cursor: pointer;
}
.main_search_yongdo_ul > li > img {
    cursor: pointer;
    transition: all .2s;
}
.main_search_yongdo_ul > li:hover > img {
    transform: scale(1.1);
}
.yongdo_checked {
    position: absolute;
    top: 0;
    right: -10px;

    width: 17px;
    height: 17px;

    line-height: 17px;

    color: #fff;
    border-radius: 50%;
    background-color: #f05a28;
}
#main_search_submit_btn {
    width: 120px;
    height: 65px;

    font-size: 16px;

    cursor: pointer;
    transition: all .1s;

    color: #fff;
    border: none;
    border-radius: 8px;
    background-color: #f05a28;
}
#main_search_submit_btn:hover {
    transform: scale(1.03);

    box-shadow: 1px 1px 3px #999;
}

/*쉬운 검색*/
.one_click_search {
    position: relative;
    z-index: 2;

    min-height: 300px;
    padding-bottom: 50px;

    background-color: #fafafa;
}
.theme_bgtit {
    position: absolute;
    bottom: -50px;
    left: -100px;

    font-size: 300px;

    color: #f3eee9;
}
.easy-search {
    display: flex;
    height: 150px;
    max-width: 1125px;
    margin-top: 30px;

    align-items: center;
    justify-content: center;
}
.one_click_search_box {
    padding: 30px 40px;
    margin-bottom: 50px;

    border-radius: 35px;
    background-color: #fff;
    box-shadow: 1px 3px 7px #ccc;
}
.one_click_search_list_box {
    width: 100%;
    padding-top: 30px;
}
.swiper_box {
    position: relative;

    margin-bottom: 60px;
}
.one_click_search_div {
    position: relative;

    display: inline-block;
    width: 17%;
    height: 100%;
    margin: 15px;

    cursor: pointer;
    text-align: center;

    border: 2px solid #ececec;
    border-radius: 15px;
    background-color: #fff;
}
.one_click_search_div:hover {
    box-shadow: 1px 2px 5px #999;
}
.one_click_search_div > span {
    position: relative;

    display: block;
    padding: 4% 0;

    color: #f05a28;
}
.one_click_search_div > span::before {
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;
    width: 100%;
    height: 1px;

    content: "";

    background-color: #ccc;
}
.one_click_search_div > p {
    display: flex;
    height: 73%;
    padding: 10px;

    font-size: 14px;
    line-height: 23px;

    word-break: keep-all;

    color: #777;

    align-items: center;
    justify-content: center;
}
.one_click_search_div.on {
    border: 4px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(0deg, rgb(250,123,16) 0%, rgb(251,162,87) 100%) border-box;
    box-shadow: none;
}
.one_click_search_div.on > span {
    color: #f05a28;
}
.one_click_search_div.on > p {
    font-weight: 300;

    color: #f05a28;
}
.one_click_search_div.on > span::before {
    opacity: .7;
    background-color: #f05a28;
}
.easy_search_right,
.easy_search_left {
    top: 40%;
}
.swiper-button-next:focus,
.swiper-button-prev:focus {
    outline: none;
}
.easy_search_right {
    width: 56px;
    height: 56px;

    background: url(../images/arrow_next_m.png) no-repeat;
}
.easy_search_left {
    width: 56px;
    height: 56px;

    background: url(../images/arrow_prev_m.png) no-repeat;
}
.easy_search_right:hover {
    background: url(../images/arrow_next_m_on.png) no-repeat;
}
.easy_search_left:hover {
    background: url(../images/arrow_prev_m_on.png) no-repeat;
}




/* 인기 물건 */
.hot_mul_box {
    position: relative;

    min-height: 450px;

    background-color: #fff;
}
.bgtit {
    position: absolute;

    font-size: 300px;

    color: #fafafa;
}
.font36 {
    font-size: 36px;
}
.font32 {
    font-size: 32px;
}
.main_cont_title_box > span.font32 {
    /*display: block;*/
    font-weight: 500;
}
.main_cont_title_box > span.font16 {
    padding-left: 20px;

    font-weight: 400;

    color: #999;
}
.hot_mul_cont_box {
    padding: 50px 0;
}
.hot_mul_img_box {
    width: 365px;
    height: 260px;

    opacity: 1;
}
.hot_mul_img_box > ul {
    position: relative;

    width: 100%;
    height: 100%;
}
.main_list_img_box {
    position: relative;

    width: 100%;
    height: 65%;
    overflow: hidden;

    text-align: center;
}
.main_list_txt_box {
    width: 100%;
    height: 40%;
}
.main_list_yongdo {
    position: absolute;
    top: 0;
    left: 0;

    padding: 2px 14px;

    font-size: 12px;
    font-weight: 300;

    color: #fff;
    background-color: rgba(70,73,75,.85);
}
.main_list_pyeong {
    position: absolute;
    right: 0;
    bottom: 0;

    padding: 2px 10px;

    font-size: 12px;
    font-weight: 300;

    color: #fff;
    background-color: rgba(70,73,75,.85);
}
.main_list_d_day {
    position: absolute;
    left: 0;

    width: 30%;
    padding: 1px 0;

    font-size: 12px;
    font-weight: 400;

    text-align: center;

    color: #ea6946;
    border: 1px solid #ea6946;
    border-radius: 2px;
}
.main_list_uchal {
    position: absolute;
    left: 31%;

    width: 30%;
    padding: 1px 0;

    font-size: 12px;
    font-weight: 400;

    text-align: center;

    color: rgba(119,119,119,.8);
    border: 1px solid rgba(119,119,119,.8);
    border-radius: 2px;
}
.main_list_more_view {
    position: absolute;
    top: -40px;
    right: 0;

    padding: 3px 15px;

    font-size: 13px;

    cursor: pointer;
    transition: all .2s;
    /*color: #fff;*/

    color: #f05a28;
    /*background-color: #f05a28;*/
    border: 1px solid #f05a28;
    border-radius: 8px;
}
.main_list_more_view:hover {
    color: #fff;
    background-color: #f05a28;
}
.hot_mul_img {
    width: 100%;
    height: 100%;

    text-align: center;
}
.main_err_img {
    width: 100%;

    text-align: center;
}
.hot_mul_img_box.swiper-slide-active {
    /*box-shadow: 1px 5px 10px #666;*/
    opacity: 1 !important;
}
.hot_mul_img_box.swiper-slide-next {
    opacity: 1;
}
.hot_mul_img_box.swiper-slide-prev {
    opacity: 1;
}
.main_mul_dot {
    position: relative;
    bottom: 0;

    margin-top: 30px;
}
.main_mul_dot > .swiper-pagination-bullet {
    margin: 0 3px;
}
.main_mul_dot > .swiper-pagination-bullet-active {
    background-color: #f05a28;
}

.swiper-arrow-next {
    top: 125px;

    width: 56px;
    height: 56px;

    background: url(../images/arrow_next_m.png) no-repeat;
}
.swiper-arrow-next:hover {
    background: url(../images/arrow_next_m_on.png) no-repeat;
}
.swiper-arrow-prev {
    top: 125px;

    width: 56px;
    height: 56px;

    background: url(../images/arrow_prev_m.png) no-repeat;
}
.swiper-arrow-prev:hover {
    background: url(../images/arrow_prev_m_on.png) no-repeat;
}
/* mul_black_box */
.hot_mul_info_box {
    position: absolute;
    bottom: 0;
    left: -50%;
    z-index: 2;

    width: 220px;
    height: 220px;

    border-radius: 20px;
    background-color: #303030;
    box-shadow: rgba(0,0,0,.5) 1px 5px 10px;
}
.black_inbox {
    position: relative;

    padding: 10px 20px;
}
.main_use_type {
    position: absolute;
    top: 0;
    left: 0;

    padding: 2px 7px;

    font-size: 12px;

    color: #fff;
    background-color: #1cbbb4;
}
.main_sa_num {
    display: block;

    font-weight: 500;
}
.main_mul_juso {
    display: inline-block;
    padding-top: 3px;

    font-size: 14px;

    word-break: keep-all;

    color: rgba(51,51,51,.8);
}
.main_mul_num {
    display: inline-block;
    padding-top: 3px;

    font-size: 14px;

    color: rgba(51,51,51,.8);
}
.eval_money,
.low_money {
    padding-top: 7px;
}
.eval_icon {
    padding: 0 5px 0 3px;

    font-size: .89em;

    color: #fff;
    background-color: #f05a28;
}
.eval_money_txt {
    width: 100%;

    font-size: 12px;

    color: rgba(153,153,153,.8);
}
.low_icon {
    padding: 0 5px 0 3px;

    font-size: .89em;

    color: #fff;
    background-color: #1cbbb4;
}
.low_money_txt {
    width: 100%;
    margin-bottom: 3px;

    font-size: 14px;

    color: rgba(119,119,119,.8);
}
.low_money_orange_txt {
    font-weight: 500;

    color: #ea6946;
}
.caution_mul {
    padding-top: 10px;
}
.caution_mul_icon {
    position: relative;
}
.caution_mul_icon > img {
    position: absolute;
    bottom: 0;
    left: 0;
}
.caution_mul_txt {
    display: inline-block;
    padding-left: 25px;

    color: #fff;
}

/* 초보자 가이드 */
.guide {
    position: relative;

    min-height: 350px;

    background-color: #f5f1ee;
}
.guide_bgtit {
    position: absolute;
    top: 0;
    right: 0;

    font-size: 300px;

    color: #f3eee9;
}
.guide_box {
    padding: 50px 0;
}
.guide_cont_title_box {
    max-width: 700px;
}
.guide_cont_title_box > ul {
    padding-top: 35px;
}
.guide_cont_title_box > ul > li:first-child {
    width: 55%;
}
.guide_cont_title_box > ul > li:last-child {
    width: 42%;
    margin-left: 3%;
}
.guide_cont_title_box > span.font36 {
    display: block;

    font-weight: 500;
}
.guide_cont_title_box > ul > li.font14 {
    display: inline-block;

    font-weight: 300;
    line-height: 1.7em;

    word-break: keep-all;

    color: #777;
}
.guide_btn_box {
    margin-top: 65px;
}
.guide_btn_box > a {
    position: relative;

    padding-right: 50px;
    padding-bottom: 7px;
    padding-left: 3px;

    border-bottom: 1px solid #303030;
}
.guide_btn_box > a::after {
    position: absolute;
    top: 7px;
    right: 10px;

    display: block;
    width: 28px;
    height: 9px;

    content: "";

    background: url(../images/arrow.png) no-repeat center center/100% 100%;
}
.sojaeji_add_btn {
    display: inline-block;
    height: 30px;
    padding: 0 10px;

    line-height: 30px;

    color: #fff;
    background-color: #f05a28;
}
.sojaeji_detail_search_btn {
    display: inline-block;
    height: 32px;
    padding: 0 10px;
    margin-left: 10px;

    line-height: 30px;

    cursor: pointer;

    color: #fff;
    border: none;
    border-radius: 4px;
    background-color: #4d606e;
}
.main_list_box {
    position: relative;

    max-width: 1070px;
    margin: 0 auto;
}






/* 희연님 소스 */

.main_list_more_view {
    position: absolute;
    top: -40px;
    right: 0;

    padding: 3px 15px;

    font-size: 13px;

    cursor: pointer;
    transition: all .2s;
    /*color: #fff;*/

    color: #f05a28;
    /*background-color: #f05a28;*/
    border: 1px solid #f05a28;
    border-radius: 10px;
}



/* 배너 */
#top_pop_up {
    position: relative;

    display: flex;
    width: 100%;
    height: 45px;

    background-color: #ececec;

    align-items: center;
    justify-content: center;
}
.banner_test {
    top: 10px;

    display: flex;

    align-items: center;
    justify-content: center;
}
.chrome_logo {
    display: inline-flex;
    height: 21px;
    margin-right: 5px;
}
.banner_str {
    position: relative;

    display: inline-flex;
    width: 80%;
}
.top_pop_txt {
    white-space: nowrap;
}
.down_butt {
    padding: 2px 10px;
    margin-left: 5px;

    font-size: 13px;

    text-align: center;
    white-space: nowrap;

    color: #fff;
    border-radius: 7px;
    background-color: #f05a28;
}
.popClose {
    position: absolute;
    top: 48%;
    right: 1%;

    display: inline-flex;
    padding: 1px 14px 2px 14px;

    cursor: pointer;
    transform: translateY(-50%);

    border-radius: 10px;
    background-color: #fff;
    box-shadow: 1px 3px 7px #ccc;
}
.btnClose {
    position: relative;
    top: 5px;

    display: inline-flex;
    height: 12px;
}
.popClose img {
    width: 11px;
    margin-left: 10px;
}
