@charset "UTF-8"; 
body{position: relative}
.pc{display: block}
.mobile{display: none}
.center{width:1200px; margin: 0 auto; position: relative;}
.center100{width:1200px; margin: 0 auto; position: relative;}
.pc_top_center{display: flex; justify-content: space-between;} /*헤더수정_1101*/
.color_blue{color: #2e69cd}
.color_pt{color: #25abda}
.color_bk{color: #000}
.color_yw{color: #ffffdf; font-weight: 700;}
.left{float: left}
.right{float: right}
.clearb{clear:both}
button{cursor: pointer}
a{text-decoration:none;cursor: pointer}
a:hover{text-decoration:none;color: none}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder,
input::-ms-input-placeholder, textarea::-ms-input-placeholder,
input::-moz-placeholder, textarea::-moz-placeholder{ color:#666; }
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none; margin:0}
input{border-radius:0px; -webkit-appearance:none; -moz-appearance:none; appearance:none}
button,input[type='button'],input[type='submit'],input[type='reset'],input[type='file'] {-webkit-appearance:button;border-radius:0}
.undera{text-decoration: underline}
.select {
background : url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z'/%3E%3C/svg%3E") right no-repeat #fff;/* 네이티브 화살표를 커스텀 화살표로 대체 */
  border: 1px solid #dedede;width: 150px;height: 32px;border: 1px solid #dedede;display: inline-block;float: left;font-size: .8em;
    padding-left: 20px;border-radius: 5px;-webkit-appearance: none; /* 네이티브 외형 감추기 */ 
  -moz-appearance: none;appearance: none;color: #777;    padding-top: 2.5px;}
/**************검색**************/
.move_Box{position:relative;width:150px;height:32px;border:1px solid #dedede;background-color:#fff;display: inline-block;border-radius:5px;}
.move_Box input{    position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 0 20px;border: none;font-size: .8em;font-weight: 400;background-color: transparent;color: #333;letter-spacing: -1px;outline: none;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizng: border-box;float: left;padding-top: 1px}

.search_Box{position:relative;width:300px;height:38px;border:1px solid #dedede;background-color:#fff;display: inline-block;border-radius:5px;float:left}
.search_Box input{    position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 0 20px;border: none;font-size: .9em;font-weight: 400;background-color: transparent;color: #333;letter-spacing: -1px;outline: none;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizng: border-box;float: left;}
.search_Box .input_comm{width:446px}
.search_Boxlabel{display:block;margin-top:15px;margin-left:22px;font-size:1.2em;font-weight:400;color:#888;letter-spacing:-1px}
.search_Box .btn_form{position: absolute;top: 3px;right: 3px;height: 30px;font-size: .8em;letter-spacing: -.5px;line-height: 35px;color: #fff;background-color: #03aff5;padding: 0 15px;border-radius: 5px;cursor: pointer}
.search_Box.active label{display:none}
.search_Boxfocus{border:1px solid #dedede}
.search_Box.focus .btn_form{background-color:#0072bc;}

/************버튼*************/
.btn_question{background: #25abda; border-radius: 5px; border: 0; color: #fff; padding: 5px 20px 3px; font-size: .95em;font-family:'GmarketSansMedium';}
.btn_question_1{background: #fff; border-radius: 50px; border: 1px solid #000; color: #000; padding: 5px 15px 4px; font-size: .8em;font-family:'GmarketSansMedium';}
.btn_part{background: #fff; border-radius: 5px; border: 0; color: #000; font-size: 1.0em; border: 1px solid #a6a6a6;font-family:'GmarketSansMedium';padding: 7px 35px 4px;}
.btn_top_m{background: #fff; border-radius: 20px; border: 0; color: #0994ef; padding: 4px 12px 3px;font-size: .85em;}
.btn_untact{border-radius: 10px; border: 0; color: #fff; padding: 10px 18px ;font-size: .85em; background: #25abda}
.btn_contact{border-radius: 30px; border: 0; color: #fff; padding: 15px 30px ;font-size:.85em; background: #2e69cd; margin-top: 28px;}


/****** 전체 메뉴 ********/
.menu-icon{
            display: inline-block;
            width: 30px;
            height: 30px;
            top:3.5px;
            background-image: url('../image/sub/icon-menu-gray.svg');
            background-size: 20px 20px;
            background-repeat: no-repeat;
            background-position: center;
            cursor: pointer;
            position: relative;
        }/*헤더수정_1101*/
        /*************************************
            Menu Area
        *************************************/
        .fmenu_logo {
            width: 100%;
            margin-bottom: 1em;
            display: block;
        }
        .fmenu_logo img{margin: 0 0 5px 0;}
        .fmenu_logo span{
            color:#666666;
            font-size: 1.5em;
            padding: 10px 10px 0 13px;
        }
        
        
        .menu-area {
            display: none;
            width: 100vw;
            height: 100vh;
            overflow-y:hidden;
            position: fixed;
            top: 0;
            left: 0;
            background-color: #fff;
            z-index: 3600;
        }

        .menu-area .inner {
            width: 1200px;
            margin: 70px auto 0;
            height: 100%;
            position: relative;
        }

        .menu-area .inner span.close-icon {
            width: 35px;
            height: 35px;
            background-image: url('../image/sub/icon-close-gray.svg');
            background-size: 35px 35px;
            display: block;
            position: absolute;
            top:30px;
            right:70px;
            cursor: pointer;
        }

        .menu-area .inner strong {
            display: inline-block;
            width: 100%;
            float: left;
            font-size: 30px;
            line-height: 45px;
            margin: 0 0 40px 0;
            color:#666666;
        }

        #sitemap {
            width: 1200px;
            height: auto;
            float: left;
        }

        #sitemap a {
            text-decoration: none;
        }

        #sitemap ul {
            width: 100%;
            float: left;
            margin: 0;
            padding: 0;
        }

        #sitemap>ul>li {
            width: 20%;
            height:170px; 
            float: left;
            border-left: 1px solid #E4E4E4;
            padding: 0 20px 0 15px;
            margin: 20px 0 35px 0;
        }

        #sitemap>ul>li.main-beyond-build>ul.sub-menu>li {
            line-height: 1.36;
            margin: 0;
        }
        /** 
        #sitemap>ul>li:first-child {
            border-left: none;
        }
        **/

        #sitemap>ul>li>a {
            display: inline-block;
            width: 100%;
            float: left;
            color: #00A5E5;
            font-size: 1em;
            font-weight: 500;
            margin: 0 0 10px 0;
        }

        #sitemap ul.sub-menu>li>a {
            font-size: .95em;
            line-height: 35px;
            letter-spacing: -0.03em;
            color:#878787;
        }

        #sitemap ul.sub-menu>li>ul.sub-menu>li>a {
            font-size: 12px;
            font-weight: 300;
            color: #666666;
            padding: 0 0 0 5px;
        }

        #sitemap ul.sub-menu>li>ul.sub-menu>li>a::before {
            content: "·";
            margin: 0 2px 0 0;
        }




/*************************메뉴********************/
#menu_wrap{padding: 27px 0 0; border-bottom:2px solid #25abda;z-index: 900}
#menu_wrap > .menu_floor01{border-bottom:1px solid #d6d6d6;padding-bottom: 15px; padding-bottom: 25px;height: 58px;}
#menu_wrap > .menu_floor01   .logoN{display: inline-block; width: 220px;}/*헤더수정_1101*/
#menu_wrap > .menu_floor01   .logoN > span{font-size: 1.3em; margin-left: 16px;padding-top: 2px;display: inline-block;vertical-align: top; font-family:'GmarketSansMedium'; color: #666}
#menu_wrap > .menu_floor01 .menu01{display: inline-block;overflow: hidden; transform: rotate(-0.03deg); top:5px; position: relative;} /*헤더수정_1101*/
#menu_wrap > .menu_floor01 .menu01 li{display: inline-block; font-family:'GmarketSansBold'; } /*헤더수정_1101*/

#menu_wrap > .menu_floor01 button.login {
    border-radius: 50px;
    margin: 0 0 0 7px;
    height: 30px;
    font-size: .8em;
    padding: 0px 16px;
    background-color: #666;
    border: 0;
    color: #fff;
}
#menu_wrap > .menu_floor01 button.login > a{vertical-align: text-top;}
#menu_wrap > .menu_floor01 button.login span{
    margin: 0 2px 2px 0;
    vertical-align: middle;
}

#menu_wrap > .menu_floor01 .btn_know{display: inline-block;vertical-align: top;float:left;transform: rotate(-0.03deg);}
#menu_wrap > .menu_floor01 .btn_know > p{display: inline-block}
#menu_wrap > .menu_floor01 .clean_fast {
    padding: 10px 5px 5px;
    height: 30px;
    transform: rotate(-0.03deg);
    text-align: center;
    box-sizing: border-box;
    position: relative;
    } /*헤더수정_1101*/
#menu_wrap > .menu_floor01 .clean_fast .clean01{color: #00a49a; display: inline-block;vertical-align: top;}
#menu_wrap > .menu_floor01 .clean_fast .clean02{ display: inline-block;width:20px;vertical-align: top;}
#menu_wrap > .menu_floor01 .clean_fast .clean03{ display: inline-block; color: #000;vertical-align: top; font-size: .9em;} /*헤더수정_1101*/
#menu_wrap > .menu_floor01 .clean_fast .clean03 > span{/*background: url(../../NEW/image/main_N/clean_icon1.png) no-repeat;*/ margin: 0 0 0 5px;}


@keyframes blink{ 
    0% {color:#232323; opacity:0%;}
    50% {color:#03b1f7;} 
    100% {color:#2f68c8;} 
    }

    

#menu_wrap > .menu_floor01 .story{
    position: absolute;
    top: 5px;
    right: 85px;
    text-align: right;
    width: 90px;
    cursor: pointer;
    font-family:'GmarketSansBold'; color:#000; font-size: .9em;
    background: url(../image/main_N/story.png) 10% 0% no-repeat;
    animation:blink 1s ease-in-out infinite alternate;
}

#menu_wrap > .menu_floor01 .voc{
/*    position: absolute;
    top: 5px;	*/
    right: 85px;
    text-align: right;
    width: 90px;
    cursor: pointer;
    font-family:'GmarketSansBold'; color:#000; font-size: .9em;
    background: url(../image/main_N/story.png) 10% 0% no-repeat;
    animation:blink 1s ease-in-out infinite alternate;
}


/*	.right_menu{position: relative;  width:70%;} /*헤더수정_1101*/
.right_menu{position: relative;  width:50%;} /*헤더수정_1101*/
.right_menu .right_menu_list{display: flex; justify-content: space-between; align-items: center;}  /*헤더수정_1101*/
/************로그인 부분 추가*************/
#menu_wrap .menu_floor01 .mypage{
    background: #4472c4;
    border-radius: 50px;
    border: 0;
    color: #fff;
    padding: 5px 10px;
    font-size: 0.75em;
    font-family: 'GmarketSansMedium';
    position: relative;
    width: 6em;
    margin: 0 0 0 10px;
}

#menu_wrap .menu_floor01 .mypage p{display:inline-block;}
.mypage::after{
    position: absolute;
    top:12px;
}

.mymenu .dropdown-item{line-height: 1em; display: block;}
.mymenu .dropdown-item .fas{
    margin: 5px;
}




#menu_wrap > .menu_floor02{padding: 10px 0 5px; box-sizing: border-box; font-family:'GmarketSansMedium';color: #666; margin: 0 auto; width: 1150px;font-size: .95em;transform: rotate(-0.03deg); display: flex; align-items: center; justify-content: space-between;}
#menu_wrap > .menu_floor02>ul{display: flex; align-items: center; justify-content: center;}
#menu_wrap > .menu_floor02>ul>li{padding: 0 20px;}
#menu_wrap > .menu_floor02>span{font-size: 1.2rem; color:#d6d6d6; font-weight: 300;}
#menu_wrap > .menu_floor02 .service_text{text-align: center;font-size: 11px;letter-spacing: 2.5px;}
#menu_wrap > .menu_floor02 .service_num{text-align: center; color:#1977f3; font-size: 24px;line-height: 20px;}
/* #menu_wrap > .menu_floor02 .left_menu {overflow: hidden;display: inline-block;float: left;}
#menu_wrap > .menu_floor02 .left_menu li{float: left; display: inline-block; margin-right: 25px;}
#menu_wrap > .menu_floor02 .left_menu li:last-child{margin-right: 0px; padding-right: 25px; border-right: 1px solid #d6d6d6}
#menu_wrap > .menu_floor02 .middle_menu {overflow: hidden;display: inline-block;float: left;margin-left: 30px; border-right: 1px solid #d6d6d6}
#menu_wrap > .menu_floor02 .middle_menu li{float: left; display: inline-block;padding-right:40px;}
#menu_wrap > .menu_floor02 .middle_drop{margin-left: 28px;display: inline-block;float: left; border-right: 1px solid #d6d6d6}
#menu_wrap > .menu_floor02 .middle_drop > li{float: left; display: inline-block;margin-right:40px;}

#menu_wrap > .menu_floor02 .menu_main{width: 200px;overflow: hidden; font-family:'GmarketSansMedium'; color: #666;float: left;margin-left: 18px}
#menu_wrap > .menu_floor02 .menu_main li{float: left;display: inline-block;width: calc((100%)/4);}
#menu_wrap > .menu_floor02 .menu_tip{overflow: hidden; font-family:'GmarketSansMedium'; color: #666; float: right;margin-right: 0px; display: flex; align-items: center;}
#menu_wrap > .menu_floor02 .menu_tip li:nth-of-type(2){border-right:1px solid #d6d6d6;}
#menu_wrap > .menu_floor02 .menu_tip li{float:left; display: inline-block;padding-right: 30px;}
#menu_wrap > .menu_floor02 .menu_tip li:nth-of-type(3){padding-right: 0px;padding-left: 20px}
#menu_wrap > .menu_floor02 .menu_tip li:nth-of-type(3) span{display: block;} */

/********************메인배너**********************/
#banner_visual{overflow: hidden ; margin: 40px auto;width: 1200px;}
/* 1101 배너수정 */
#banner_visual > ul {display: flex; justify-content: space-between;}
#banner_visual > ul > li {width:49%; display:inline-block; box-sizing: border-box; border: 1px solid #dedede; border-radius: 12px;}
#banner_visual > ul > li img{display: block; width: 100%;}


/********************간편이사견적**********************/
#simply_move{border: 1px solid #3fb4dd; border-radius: 10px; padding: 10px 30px 7px;overflow: hidden;box-sizing: border-box;}
#simply_move .box01{display: inline-block;float: left; width: 190px ; border-right: 1px solid #ddd;padding-right: 20px;padding-top: 5px;
margin-top: 10px;}
#simply_move  .box01 > h2{font-size: 1.3em;font-family:'GmarketSansBold';}
#simply_move  .box01 > p{font-size: .8em; color: #a8a8a8;letter-spacing: -.5px; margin-top: 3px}

#simply_move  .box02{width: 500px;overflow: hidden;float: left;padding-left: 25px;margin-top: 10px;}
#simply_move  .box02 > li{float: left; display: inline-block;width: calc((100%)/2);}
#simply_move  .box02 > li > span{display: inline-block;font-size: .9em;vertical-align: top;width: 60px;line-height: 32px;}
#simply_move  .box03{overflow: hidden;display: inline-block;height: 85px;}
.btn_simply{font-family: 'Pretendard'; background: #25abda;border-radius: 10px;border: 0;color: #fff;padding:20px 40px;float: right;font-size: 1em;line-height: 22px;margin-top:5px}
/**************체크박스****************/
.checks {position: relative;font-size: .95em; color: #666;font-family:'GmarketSansMedium';height: 19px;}
.checks input[type="checkbox"] {position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip:rect(0,0,0,0);border: 0}

.checks input[type="checkbox"] + label {display: inline-block;position: relative;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;vertical-align: sub;}
.checks input[type="checkbox"] + label:before {  content: ' ';display: inline-block;width: 16px;height: 16px;  line-height: 21px;  margin: -2px 8px 0 0;text-align: center; vertical-align: middle;background: #fafafa;border: 1px solid #cacece;border-radius : 3px;box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);}
.checks input[type="checkbox"] + label:active:before,
.checks input[type="checkbox"]:checked + label:active:before {
box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);}
.checks input[type="checkbox"]:checked + label:before {  content: '\2714';  color: #99a1a7;text-shadow: 1px 1px #fff;background: #e9ecee;border-color: #adb8c0;box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);}
.checks.small input[type="checkbox"] + label {font-size: 12px;}
.checks.small input[type="checkbox"] + label:before {width: 17px;height: 17px;line-height: 17px;font-size: 11px;}
.checks.etrans input[type="checkbox"] + label {padding-left: 30px;}
.checks.etrans input[type="checkbox"] + label:before {position: absolute;left: 0;top: 0;margin-top: 0;opacity: .6;box-shadow: none;border-color: #25abda;-webkit-transition: all .12s, border-color .08s;transition: all .12s, border-color .08s;}
.checks.etrans input[type="checkbox"]:checked + label:before {position: absolute;content: "";width: 10px;top: -5px;left: 5px;border-radius: 0;
opacity:1; background: transparent;border-color:transparent #6cc0e5 #25abda transparent;border-top-color:transparent;border-left-color:transparent;-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.no-csstransforms .checks.etrans input[type="checkbox"]:checked + label:before {
/*content:"\2713";*/content: "\2714";top: 0;left: 0;width: 21px;line-height: 21px;color: #25abda;text-align: center;border: 1px solid #25abda;}
.checks p{margin-left: 30px;margin-top: -12px;line-height: 20px;font-size: .75em;cursor: pointer}

/*인푹박스*/

.form_Box{position:relative;width:99%;height:44px;border:1px solid #dedede;background-color:#fff;display: inline-block;border-radius: 10px;}
.form_Box1{position:relative;width:100%;height:100px;border:1px solid #dedede;background-color:#fff;display: inline-block;border-radius: 10px; box-sizing: border-box}
.form_Box .input_comm{width:446px}
.form_Box label{display:block;margin-top:15px;margin-left:22px;font-size:1.2em;font-weight:400;color:#888;letter-spacing:-1px}
.form_Box .btn_form{position: absolute;top: 3px;right: 3px;height: 38px;font-size: .8em;letter-spacing: -.5px;line-height: 40px;color: #fff;background-color: #373737;padding: 0 15px;border-radius: 10px;cursor: pointer}
.form_Box.active label{display:none}
.form_Box.focus{border:1px solid #dedede}
.form_Box.focus .btn_form{background-color:#0072bc;}

/******************이사종류**********************/  
.move_kind {overflow: hidden; margin: 30px auto} 
.move_kind > .left_Box{float: left; border: 1px solid #dedede; padding: 45px 35px; box-sizing: border-box; width: 49%;position: relative;height: 265px; border-radius: 12px;}
.move_kind > .left_Box h2{font-size: 1.3em;font-family:'GmarketSansBold';}
.move_kind > .left_Box h4{font-size: .95em;font-family:'GmarketSansMedium';margin-top: 3px; width: 260px;line-height: 23px;transform: rotate(-0.03deg);}
.move_kind > .left_Box .txt{ color: #999999;margin-top: 3px;width: 260px;font-size: .8em;margin-bottom: 10px;}
.move_kind > .left_Box .img{position: absolute;right: 30px;top: 35px;}

.move_kind > .right_Box{float: right;border: 1px solid #dedede; padding: 45px 35px; box-sizing: border-box  ;width: 49%;position: relative;height: 265px;}
.move_kind > .right_Box h2{font-size: 1.3em;font-family:'GmarketSansBold';}
.move_kind > .right_Box h3{color: #333333;font-size: .95em;margin-top: 10px;width: 200px;line-height: 23px;font-family: 'GmarketSansMedium';    margin-bottom: 23px;transform: rotate(-0.03deg);}
.move_kind > .right_Box .img{position: absolute;right: 30px;bottom: 0px;}

/* 1101_이사간편견적_추가(수정) */
.move_kind > .left_Box, .move_kind > .right_Box{padding: 25px;  border-radius: 12px;}
.move_kind > .left_Box .box_wrap .box2_left .box02{display: flex; flex-wrap: wrap; justify-content: space-between;}
.move_kind > .left_Box .box_wrap .box2_left .box02>li{width: 46%; display: flex; justify-content: space-between; align-items: center;}
.move_kind > .left_Box .box_wrap .box2_left .box02>li:nth-child(3), .move_kind > .left_Box .box_wrap .box2_left .box02>li:nth-child(4) {margin-top: 5px;}
.move_kind > .left_Box .box_wrap .box3_right{display: flex; justify-content: space-between; align-items: center; margin-top: 16px;}
.move_kind > .left_Box .box_wrap .box3_right .box03{position: relative; top: -10px;}
.move_kind > .left_Box .box_wrap .box3_right .btn_simply{padding:14px 40px; margin-top: -22px; width: 40%;}

/******************모두이사 칭찬후기**********************/ 
.good_ct_after{background:#f8f8f8;clear: both; margin:100px auto 0px; padding: 50px 0 60px;}
.good_ct_after h3{font-size: 1.3em; font-family:'GmarketSansBold'}
.good_ct_after .gd_title{font-size:1.5em;font-family:'GmarketSansBold';text-align: center;}
.good_ct_after .more{text-align: right;cursor: pointer;margin-bottom: 30px;display: inline-block;float: right;}
.good_ct_after .review{display: inline-block;background: #fff;border: 3px solid #fff;text-align: center;padding: 70px 0;vertical-align: top;font-family: 'GmarketSansLight'!important;}
.good_ct_after .review:hover{border: 3px solid #24abda}
.good_ct_after .review li{width: calc((100% - 13px)/3);    display: inline-block;background: #f7f7f7;text-align: center;padding: 70px 0;vertical-align: top;}
.good_ct_after .review dl{margin-top: 20px}    
.good_ct_after .review dl dt{display: inline-block}
.good_ct_after .review dl dd{display: inline-block}    
.good_ct_after .review dl dd .num{font-size: 2.5rem;line-height: 30px;}
.good_ct_after .review dl dd .numtxt{font-size: 0.8rem;display: block;color: #585858;margin-top: 7px;} 
.good_ct_after .review .review_txt{margin: 25px auto;width: 80%;min-height: 38px;line-height: 25px;max-height: 30px;font-size: 1em;} 
.good_ct_after .review .review_date{font-size: 13px; text-align: right;width: 80%;margin: 0 auto;display: block;color: #ababab;padding-top: 20px;}
.fas {color: #1e9af9}
.far {
    font-weight: 400;
    color: #1e9af9}
.modal-review-point-row-title {margin-top: 7px;}
.modal-review-star_wrap{padding-bottom: 10px}
#navbtns{ position: relative}
#navbtns .previous{ ;position: absolute;top: 250px;left:0px;z-index: 10;}
#navbtns .next{position: absolute;top: 250px;z-index: 8; right: 0px }
#navbtns .previous:hover ,#navbtns .next:hover{background-color: rgba(115, 115, 115, 0.3);  } 


/*****************이사지식인검색*****************/
.search_wrap{border-bottom: 1px solid #d6d6d6; margin-top:70px; margin-bottom: 50px; overflow: hidden;padding-bottom: 13px;}
.search_wrap h2{font-size: 1.5em; text-align: center;margin-bottom: 15px;border-bottom: 1px solid #d6d6d6;padding-bottom: 15px;}
.search_wrap .left_box{float:left;width: 50%;border-right: 1px solid #ddd;transform: rotate(-0.03deg);}
.search_wrap .left_box i{display: inline-block;float: left;margin: 5px;}
.search_wrap .left_box h5{display: inline-block;font-family:'GmarketSansBold';font-size: 1em;float: left;margin-top: 13px;margin-right: 10px;}
.search_wrap .left_box .fa-search{display:none;}
.search_wrap .faq_box{float:right;float: left;padding-left: 40px;float: left;}
.search_wrap > .faq_box > i{display: inline-block;margin-right: 20px;vertical-align: top; font-size: 2em; color: #dfdfdf;}
.search_wrap > .faq_box > a{display: inline-block}
.search_wrap > .faq_box > a >h3{font-size: 1em;font-family:'GmarketSansMedium';line-height: 20px;margin-bottom: 3px;}
.search_wrap > .faq_box > a >h4{font-size: .8em;color: #666;}
.search_wrap .jstitle{font-size: 1.2em;margin-bottom: 5px}
.search_wrap .jstitle_sm{font-size: .95em; color: #999}

/****************커뮤니티 박스 ******************/
.community_wrap{clear: both;overflow: hidden; margin-top: 80px}
.community_wrap > h2{font-size: 1.5em;font-family:'GmarketSansBold';text-align: center}
.community_wrap > ul{margin-top: 30px;overflow: hidden;}
.community_wrap > ul > li{float: left; display: inline-block;width: 360px; margin-right: 55px; box-sizing: border-box }
.community_wrap > ul > li:last-child{margin-right: 0px;}
/*.community_wrap > ul > li{float: left; display: inline-block;width: calc((100% - 40px)/3); margin-right: 10px; box-sizing: border-box }*/
.community_wrap > ul > li > h4{font-family:'GmarketSansBold';padding: 10px 0 10px 0;font-size: 1em;border-bottom: 1px solid #dedede;}
.community_wrap > ul > li > h4 > .plus{color: #000; text-align: center;float: right;    font-family: 'Pretendard' !important;font-size: 26px;line-height: 10px;}
.community_wrap > ul > li > .know_list{overflow: hidden; margin-top: 5px; font-size: .85em; margin-left: 3px}
.community_wrap > ul > li > .know_list li{border-bottom: 1px dashed #c2c2c2; padding-bottom: 10px ;margin-top:10px;line-height: 20px;color: #666;}
.community_wrap > ul > li > .know_list li:last-child{border-bottom: 0; }

.community_wrap > ul > li > .know_list li a div:first-child {position: relative; color:#333333; overflow:hidden;text-overflow: ellipsis;-webkit-line-clamp: 1;-webkit-box-orient: vertical;display: -webkit-box;line-height: 21px;max-height: 30px;word-break: break-all;min-height: 23px; font-weight: bold;}
.community_wrap > ul > li > .know_list li a div:last-child {position: relative;overflow:hidden; font-size:0.9em; text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;display: -webkit-box;line-height:16px;max-height: 42px;word-break: break-all;min-height:21px; margin-top: 3px;}
.community_wrap > ul > li > .fun_list{overflow: hidden; margin-top: 5px; font-size: .85em; margin-left: 3px;color: #666;}
.community_wrap > ul > li > .fun_list > li {clear: both;width: 90%;margin: 13px auto;overflow: hidden;border-bottom: 1px dashed #c2c2c2;padding-bottom: 14px;font-size: .95em;}
.community_wrap > ul > li > .fun_list > li:last-child{border-bottom: 0;}
.community_wrap > ul > li > {display: inline-block;float: left; margin-right: 10px}
.fun_list > li > a > .fun_pic {float: left;display: inline-block;margin-right: 5%; width:80px; background: url(../image/main_N/no_image_w.png) #ddd center;background-size: cover; height:80px; border-radius: 10px; border: 1px solid #dedede;}
.fun_list > li > a > .fun_pic img{border-radius: 10px}
.fun_list > li > a > .fun_txt{float:left; display:inline-block; width:65%;}
.fun_list > li > a > .fun_txt .fun_title{position: relative;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;display: -webkit-box; font-size:15px; font-weight:400; line-height:21px; max-height: 42px;word-break: break-all;min-height: 42px;}
.fun_list > li > a > .fun_txt .item-desc-sub{display: flex;justify-content: flex-end;margin-top: 10px;font-size: 1em;color: #999}
.fun_list > li > a > .fun_txt .item-desc-sub > div{margin-right: 5px}
.community_wrap > ul > li > .huney_list{width: 80%;text-align: center;margin: 20px auto 0;}
.community_wrap > ul > li > .huney_list li{width: 49%;display: inline-block;text-align:center; margin-bottom:8px;}
.community_wrap > ul > li > .huney_list li a div{float: left;display: inline-block;margin-right: 10%;width: 100%;background: url(../image/main_N/no_image_w.png) no-repeat #ddd center;background-size:cover;height: 140px;border-radius: 10px;}


/****************생활정보 꿀팁 섹션 ******************/
.living_wrap{clear: both;overflow: hidden; margin-top: 80px}
.living_wrap > div > h2{font-size: 1.5em;font-family:'GmarketSansLight';text-align: center}
.living_wrap > div .living_pic_list li{width: calc((100% - 40px)/3);float: left; display: inline-block;margin-right: 10px;margin-bottom: 10px;}
.living_wrap > .living_pic_box {width: 600px; float: left;display: inline-block;}
.living_wrap > .living_pic_box .living_pic_list ,.living_wrap > .living_tip_box .living_pic_list{margin-top: 30px}
.living_wrap > .living_pic_box .living_pic_list li a img{border-radius: 5px; width: 95%}
.living_wrap > .living_tip_box{width: 500px; float: right;display: inline-block;}
.living_wrap > .living_tip_box > ul {margin-top: 20px}
.living_wrap > .living_tip_box > ul > li {overflow: hidden; border-top:1px solid #e5e5e5;padding: 15px 0 9px 0; }
.living_wrap > .living_tip_box > ul > li:last-child{border-bottom:1px solid #e5e5e5;}
.living_wrap > .living_tip_box > ul > li > a > .left_img{display: inline-block;float: left;margin-right: 15px;margin-left: 10px;}
.living_wrap > .living_tip_box > ul > li > a > .left_txt{display: inline-block;float: left;width: 350px;font-size: .9em;}
.living_wrap > .living_tip_box > ul > li > a > .left_txt h4{font-size: 1.1em;font-family:'GmarketSansBold';margin-bottom: 12px;margin-bottom: 7px;transform: rotate(-0.03deg);}
.living_wrap > .living_tip_box > ul > li > a > .left_txt p{font-size: .9em;color: #666;}

/****************파트너 문의 고객센터  ******************/
.customer_wrap{background: #f8f8f8; padding:65px 0 80px 0; overflow: hidden;margin-top: 70px;}


.customer_wrap > div > .customer_box > dl{width: 240px; margin-left:70px}
.customer_wrap > div > .customer_box > dl > .pn_title{font-size:1em; font-family:'GmarketSansBold' }
.customer_wrap > div > .customer_box > dl > .pn_tel{font-size: 1.5em;font-family:'GmarketSansBold'}
.customer_wrap > div > .customer_box > dl > .pn_txt{margin-bottom: 8px; cursor:pointer; font-size:15px;}
.customer_wrap > div > .customer_box > dl > dd ul {margin-top: 5px}
.customer_wrap > div > .customer_box > dl > dd ul li{font-size: .95em}


/*	.customer_wrap > div > .customer_box{display:inline-block; width:33%; height: 110px; vertical-align:top;}	*/
.customer_wrap > div > .customer_box{display:inline-block; width:33%; height: 110px; vertical-align:top; margin-left: 11.5%; }
.customer_wrap > div > .cusbg1{background: url(https://www.modoo24.net/v1/image/main_N/part_img04.png) 100% 85% no-repeat;}
.customer_wrap > div > .cusbg2{background: url(../image/main_N/part_img02.png) 87% 78% no-repeat;}
.customer_wrap > div > .cusbg3{background: url(https://www.modoo24.net/v1/image/main_N/part_img05.png) 100% 5% no-repeat;}

/*.customer_wrap > div > .cusbg1 > p{background: url(../image/main_N/part_arrow.png) 44% 76% no-repeat;}
.customer_wrap > div > .cusbg2 > p{background: url(../image/main_N/part_arrow.png) 35% 76% no-repeat;}
.customer_wrap > div > .cusbg3 > dl > .pn_txt{background: url(../image/main_N/part_arrow.png) 65% 76% no-repeat;} */



.customer_wrap > div > .customer_box> h2{font-family:'GmarketSansBold';font-size: 1.5em; padding-left: 14%; margin-top:26px;}
.customer_wrap > div > .customer_box> p{
    margin-top: 1px;margin-bottom: 10px; padding-left: 14%; cursor:pointer; font-size:15px;
}


/**************** 앱나열 회사 소개 아이콘  ******************/
.company_wrap{clear: both;overflow: hidden; padding:70px; background:#f8f8f8;}
.company_wrap ul li{float: left; display: inline-block;width: calc((100% - 40px)/8);text-align: center}
.company_wrap ul li a span{margin-top: 7px; display: block;font-size: .85em;color: #666;}

/**************** 푸터 ******************/
footer{background: #333333; overflow: hidden; padding: 80px 0; color: #ccc; font-size: .85em; clear: both}
footer .ft_link {overflow: hidden}
footer .ft_link > li{float: left; display: inline-block;margin-right: 20px;border-right: 1px solid #999;padding-right: 15px;line-height: 16px;font-family:'GmarketSansBold';cursor: pointer;}
/*	footer .ft_link > li:nth-of-type(5),.ft_link > li:nth-of-type(5){border-right:0}	*/
footer .ft_link > li:nth-of-type(4),.ft_link > li:nth-of-type(4){border-right:0}
footer .addr{clear: both;padding: 10px 0;padding-top: 20px;}
footer .tel{margin: 10px 0 10px 0;overflow: hidden}
footer .tel li{float: left; display: inline-block;margin-right: 30px; }
.foot_sns_set{position:absolute; right:0}
.foot_sns_set ul li{float: left;margin-right: 6px;}

.foot_sns_set ul .blog{background: url(../image/main_N/sns_icon.png) 0% 0% no-repeat;width:41px; height: 45px;cursor: pointer;display:block;}

.foot_sns_set ul .instagram{background: url(../image/main_N/sns_icon.png) 33% 0% no-repeat;width:41px; height: 45px;cursor: pointer;display:block;}
.foot_sns_set ul .facebook{background: url(../image/main_N/sns_icon.png) 66% 0% no-repeat;width:41px; height: 45px;cursor: pointer;display:block;}
.foot_sns_set ul .kakaoch{background: url(../image/main_N/sns_icon.png) 100% 0% no-repeat;width:41px; height: 45px;cursor: pointer;display:block;}



/**********************타쿠추가css*************************/
 

/* 간편이사견적 수정*/
#simply_move{border: 1px solid #3fb4dd; border-radius: 10px; padding: 10px 30px 7px;overflow: hidden;box-sizing: border-box;}
#simply_move .box01{display: inline-block;float: left; width: 190px ; border-right: 1px solid #ddd;padding-right: 20px;padding-top: 5px;
margin-top: 10px;}
#simply_move  .box01 > h2{font-size: 1.2em;font-family:'GmarketSansBold';}
#simply_move  .box01 > p{font-size: .8em; color: #a8a8a8;letter-spacing: -.5px; margin-top: 3px}

#simply_move  .box02{width: 500px;overflow: hidden;float: left;padding-left: 25px;margin-top: 10px;}
#simply_move  .box02 > li{float: left; display: inline-block;width: calc((100%)/2);}
#simply_move  .box02 > li > span{display: inline-block;font-size: .9em;vertical-align: top;width: 60px;line-height: 32px;}
#simply_move  .box03{overflow: hidden;display: inline-block}
.btn_simply{font-family: 'Pretendard'; background: #00b7f7;border-radius: 30px;border: 0;color: #fff;padding:20px 40px;float: right;font-size: 1em;line-height: 22px;margin-top:5px}

/* TEMPORARY font for https  뎌기 지울게요
@font-face {
		font-family: 'GmarketSansMedium';
		src: url('../../gh/projectnoonnu/noonfonts_2001-1.1/GmarketSansMedium.woff') format('woff');
		font-weight: normal;
		font-style: normal;
}
@font-face {
	font-family: 'GmarketSansLight';
	src: url('../../gh/projectnoonnu/noonfonts_2001-1.1/GmarketSansLight.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'GmarketSansBold';
	src: url('../../gh/projectnoonnu/noonfonts_2001-1.1/GmarketSansBold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
} */
.datepicker {opacity: 100 !important;transform: scale(1) !important;}
.datepicker-title{text-align:right !important;}
.div-sonclass{display:flex;justify-content: end;}
.span-sonclass-title{font-size : 10px !important;padding-top: 2px;}
.span-sonclass {display:inline-block;width: 16px;height:16px;background-color: rgb(91 192 222 / 41%);border-radius: 50px !important;font-size : 10px !important;}
.son-active{background-color: rgb(91 192 222 / 41%);border-radius: 50px !important;}
.simplyregSuccessWrap, .loaderWrap{position: absolute;top: 0;bottom: 0;right: 0;left: 0;background-color: #66666673;display: flex;justify-content: center;}
.simplyregSuccessinner, .loaderWrapInner{display: flex;}
.simplyregSuccessinner > span{margin: auto;display: block;width: 300px;text-align: center;background-color: white;height: 60px;line-height: 60px;border-radius: 10px;box-shadow: 0 3px 8px 0 rgb(0 0 0 / 60%);font-weight: 800;
font-size: 16px;color: black;}

/* swiper */
.center.event_wrap{overflow-x: hidden;overflow-y: hidden;}
.swiper-button-next, .swiper-button-prev {box-shadow: 1px 2px 5px 0 rgb(0 0 0 / 32%);background-color: rgb(170 170 170 / 15%);
border-radius: 5px;color:black;}
.modal-header .close.abs-top {margin-top: -2px;position: absolute;top: 14px;right: 14px;}
.s-col{position: relative;min-height: 1px;padding-right: 15px;padding-left: 15px;float: left;}
.modal-review-point-row-title{min-width: 94px;}.move_review_more_wrap{text-align: right;padding: 10px;margin-bottom: 10px;margin-top: 10px;}

/* event_swiper 수정을 위해 아래 한줄 주석처리 */
/*
.swiper-button-next:after, .swiper-button-prev:after {font-family: swiper-icons;font-size: 30px;font-weight: bold;}
*/
#event_swiper > .swiper-button-prev {}
#event_swiper > .swiper-button-next { }
#event_swiper > .swiper-button-prev:after, #event_swiper > .swiper-button-next:after {font-family: swiper-icons;font-size: 20px; color:#b2b2b2; font-weight: bold; }
#event_swiper > .swiper-pagination { }

#move_review_slider{height : 410px;width: 100%;overflow-x: hidden;}
.move_review_item_inner{padding: 34px 7px 0; background-color: white;display: flex;flex-direction: column;height: 350px;
/* justify-content: space-between; */border-radius: 10px;box-shadow: 0 3px 8px 0 rgb(0 0 0 / 32%);}
.move_review_item_header{text-align: center;margin-bottom: 20px;}
.move_review_item_header h4{color: #666}
.move_review_item_header h3{display: block;padding-bottom: 5px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.move_review_item_star_wrap {display:flex;justify-content: center;}
.move_review_item_point_wrap{display: flex;/* justify-content: center; */flex-direction: column;margin-left: 10px;}
.move_review_item_point{font-size: 38px;line-height: 38px;text-align: center;}
.move_review_item_point_desc{font-size: 12px;}
.move_review_item_txt{padding: 20px 35px 10px;max-height: 140px;font-size: .95em;height: 140px;
word-break: break-all;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;line-height: 25px; color: #999;font-family: 'GmarketSansMedium'}
.move_review_item_txt p{
    text-overflow: ellipsis;
    width:100%;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    font-size: 0.9em;
    -webkit-line-clamp: 1;
}
.move_review_item_txt p br{display:none;}

.move_review_item_txt p img{width:100%;}


.modal-review-contents p img{
  width:95%;
  display: block;
  margin: 0 auto;    
}


.move_review_item_date{text-align: right;padding: 15px 20px 0;font-size: 12px;color: #999; display: none}
.modal-review-contents{max-height: 25vh;overflow-y: auto; padding-top: 14px}

.modal-review-contents p{color: #999 ;font-family: 'GmarketSansMedium'}
.swal2-styled.swal2-confirm {background-color: #25abda}
.modal-review-company {font-family: 'GmarketSansBold';font-size: 1.2em; margin-bottom: 7px}
.modal-review-company-title{font-size: 1.2em;margin-bottom: 7px; color: #666}
.move_review_item_inner {box-shadow: 0 3px 8px 0 rgb(0 0 0 / 5%);cursor: pointer}
.swiper-button-next,.swiper-button-prev {box-shadow: 1px 2px 5px 0 rgb(0 0 0 / 0%);color: #000;background-color: rgba(115, 115, 115, 0); }
.swiper-button-next:hover,.swiper-button-prev:hover {background-color: rgba(115, 115, 115, 0);color: #25abda}
#event_swiper > .swiper-wrapper > .swiper-slide img{width:100%;}

/*팝업*/
.popup_common { position:absolute; z-index: 1200; border:2px solid #ccc; max-width: 70vw;/*max-height:70vh;*/overflow:visible;
    }
.pop_btn_area { position:absolute;  bottom:0; padding:10px 0;font-size:0.9em; overflow:hidden;right: 5px;}
.pop_btn_area span { float:right; text-align:right;}
.btn_today_close {padding: 10px 20px;border-radius: 2px;background: #333;color: #fff; }
.btn_today_close:hover{color: #fff}
.btn_now_close { margin-right:10px; padding:5px 10px; border-radius:2px; background:#2b4e88; color:#fff; }
.popup_title {position: absolute;right: 10px;top: 10px; }
.popup_title span { float:right; cursor:pointer; }
.popup_title > span > i{color: #000; font-size: 2em ;margin-right: 10px}
.popup_img {width:100%;}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
모바일 스타일
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 959px) {
/*팝업*/
.popup_common{max-width: 97%;z-index: 1200;}
.btn_today_close {font-size: .8em }
    
.m-nav{height: 100%;}
.navbar .dropdown.show .dropdown-menu, .navbar .dropdown .dropdown-menu {height: 170px;}
.navbar .navbar-nav .nav-item .nav-link {line-height: 10px;}
    
    
.m-login{background:#e3f3ff;}
.center{width:90%}	
.center100{width:100%}
.btn_part {font-size: .8em;padding: 7px 20px;}
.btn_question {padding: 10px 15px 8px 15px;font-size: .8em;}    
.btn_question_1{padding: 4px 15px 0;font-size: .9em;line-height: 25px;padding: 4px 13px 2px;line-height: 22px;} 

@keyframes blink{ 
    0% {color:#232323; opacity:0%;}
    50% {color:#03b1f7;} 
    100% {color:#2f68c8;} 
    }

    
.story{
    margin-right: 20px !IMPORTANT;
    text-align: right;
    width:100px;
    cursor: pointer;
    font-family:'GmarketSansBold'; color:#000; font-size: 1em !IMPORTANT;
    background: url(../image/main_N/story.png) 20% 40% no-repeat;
    animation:blink 1s ease-in-out infinite alternate;
}
    
.mtop_btn_set{display: inline-block;float: right;position: absolute; right:22%;}
.mtop_btn_set .btn_info{border-radius:20px; padding: 7px 15px; background:#006fb7; font-size:0.7em;display: none}
.mtop_btn_set .btn_info:active{background:#0078c6;}    
.mtop_btn_set .btn_info span.infortxt01{color:#99ccff;}
.mtop_btn_set .btn_info span.infortxt02{color:#fff; font-family:'GmarketSansMedium';}
.mtop_btn_set .btn_info span.infortxt03{color:#fff; font-family:'GmarketSansLight';} 
    
.navbar-inverse .navbar-nav>li>a {color: #e6f5ff ;}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {color: #e6f5ff ;}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {border-color: #e6f5ff;}    

#blue_menu_wrap{background: #0994ef; border: 0;border-radius: 0; position: fixed;z-index: 999}
#m_menu_wrap {border-bottom: 2px solid #03aff5;overflow: hidden; margin: 0 auto;text-align: center;}
#m_menu_wrap > .m_floor2 .left_menu {overflow: hidden;display: inline-block;float: left; border-right: 1px solid #cccccc;width: auto;margin-left: 5%;font-size: .85em;line-height: 20px;margin-top: 7px}    
#m_menu_wrap > .m_floor2 .left_menu li {float: left;  display: inline-block;margin-right: 10px;} 
#m_menu_wrap > .m_floor2 {width: 100%;margin: 0 auto;overflow: hidden;border-bottom: 1px solid #ccc;padding-bottom: 10px;margin-top: 74px;
line-height: 34px;}    
#m_menu_wrap > .m_floor2 ,#m_menu_wrap .m_floor3{font-family:'GmarketSansMedium'; }
#m_menu_wrap > .m_floor2 .right_menu_m {overflow: hidden;display: inline-block;  float: right;font-size: .9em}
#m_menu_wrap > .m_floor2 .right_menu_m li {float: left;  display: inline-block; margin-right: 10px;font-size: .9em;}     
#m_menu_wrap > .m_floor3  {padding: 15px 0;clear: both;font-size: .85em; width: 100%;text-align: center;display: inline-block;}
#m_menu_wrap > .m_floor3 li{color: #666666;margin-right:8%;display: inline-block; }     
#m_menu_wrap > .m_floor3 li:hover{color: #000}   
#m_menu_wrap > .m_floor3 li:last-child{margin-right: 0}    
/********메인배너*******/
/* 1101 메인배너 수정 */
#banner_visual {margin: 30px auto; width:90%}    
#banner_visual > ul > li {border-radius: 7px;}
#banner_visual > ul > li img{width:100%}


/********이벤트 스와이퍼*******/  
/*	#event_swiper{margin-bottom: 30px;}	*/
/*#event_swiper .swiper-pagination{
    bottom: -35px;
}*/

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px; height: 8px;
}

#event_swiper .swiper-button-prev{
    display: none;
}
 #event_swiper .swiper-button-next{
    display: none;    
}    
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {bottom: 0px!important;text-align: right;padding-right: 10px;}
        
    
/*********모두이사칭찬후기********/ 
    
.move_review_item_point {
    margin-top: 1px !important;
}    
    
#move_review_slider {height: 280px;}    
.good_ct_after {margin:30px 0 0 0; padding: 50px 0;}    
.good_ct_after .review{padding: 50px 0}
.good_ct_after .review .review_txt {font-size: .8em;}    
.good_ct_after .more {margin-top: 7px;margin-bottom: 5px;font-size: .8em;} 
.move_review_item_header h4{font-size: .9em}    
.good_ct_after .gd_title {font-size: 1.2em;}
.move_review_item_star img{width: 60%}    
.move_review_item_point {font-size:1.5em}
.move_review_item_point_desc{display: none}
.move_review_item_txt {font-size: .8em; -webkit-line-clamp: 3;height: 90px;}
.move_review_item_date{font-size: .5em;padding:15px 0}
.modal-review-point-row-pointwrap{padding-top: 5px}    
.move_review_item_header h3{font-size: .95em}
 .modal-review-contents p {font-size: .9em}
.move_review_item_inner{height: 280px}
.s-col {font-size: .9em}    
.modal-review-company-title ,.modal-review-company{font-size: 1em}
.move_review_item_txt{padding: 20px 10px 10px;}    
/*********이사지식인검색********/
    
.search_Box{width: 100%;}
.search_wrap h2{font-size: .95em;padding: 0 20% 0; border-bottom: 1px solid #fff; margin-bottom:10px;}    
.search_wrap {height: auto; border-bottom: 0; margin-top: 40px}    
.search_wrap .left_box{	width:100%; border-right:0; padding: 10px 0 17px 0; text-align: center; border-radius: 7px;overflow: hidden;float: none;}
.search_wrap .left_box i {display:contents !important; color:#cef1fd;}
    
.search_wrap .left_box .m_color_pt{
    color: #fff;
    margin-left: 5px;
}
.search_Box .btn_form {padding: 6px 15px 4px;line-height:unset;height: unset}    
    
.event_wrap{overflow: hidden}    
.event_wrap img{width:100%; }
.search_wrap .left_box h5{float:left;margin-top: 10px;margin-right: 10px;margin-left: 10%;margin-bottom: 3px; color: #fff;}	

.know_m_info{position: relative; width:100%;}
.know_m_info > h4{margin-bottom: 5px;font-size: .95em;}
.know_m_info > h4 .plus {color: #b6b6b6;text-align: center;float: right; font-size:1.5em; color:#25abda;}
.know_m_info > div{font-size: .8em; width: 65%;margin-bottom: 7px;line-height: 23px;}    
.know_m_info > p{position: absolute; top: -20px; width: 120px;right: 5px;}
.know_m_info > p img{width: 90%; margin-top: 30px;}
/***********커뮤니티**************/
/*	.community_wrap{ border-radius:10px;padding: 0 ;margin-top: 40px;}	*/
.community_wrap{ border-radius:10px;padding: 0 ;margin-top: 0;}
.community_wrap > ul > li {width:100%}	
.community_wrap > ul > li > .bgg {background:#fff!important;font-size:1.2em;padding-bottom: 5px;border-bottom: 0;}
.community_wrap > ul > li > .fun_list > li {width: 100%;border-bottom: 0}
.community_wrap > ul > li > .fun_list > li:nth-of-type(2){display:none}	
.community_wrap > ul > li > .fun_list {margin-top:0}
.community_wrap > ul > li > h4 {padding: 0}
.community_wrap > h2 {display:none}	

.community_wrap > ul > li > .huney_list {
    margin-bottom: 1.3em;
}    
    

    
.huney_list li img {
    width: 100%;
}
.community_wrap > ul > li > .huney_list {width: 100%;margin-bottom: 50px;}    
.fun_list > li > a > .fun_pic{}  
.fun_list > li > a > .fun_txt{width: 67%}    
.fun_list > li > a > .fun_txt .fun_title {font-size: 1em}
.fun_list > li > a > .fun_txt .item-desc-sub{font-size: 1.1em;}  
.fun_list > li > a > .fun_txt{width:70%;} 
/***********생활정보**************/	
.living_wrap{border:1px solid #cfcfcf; border-radius:10px;padding: 40px 20px;margin-top: 15px;}
.living_wrap > .living_pic_box {float:none; width:100%}	
.living_wrap > div .living_pic_list li {width: calc((100% - 30px)/3);}		
.living_wrap > .living_tip_box {float:none; width:100%; border-top:1px solid #cfcfcf;margin-top: 30px;padding-top: 30px;}
.living_wrap > .living_tip_box > ul > li:nth-of-type(2) ,.living_wrap > .living_tip_box > ul > li:nth-of-type(3) {display:none}
.living_wrap > .living_tip_box > ul {margin-top: 10px;}	
.living_wrap > .living_tip_box > ul > li {border-top:0}	
.living_wrap > div > h2 { text-align: left;font-size:1.05em}	
.living_wrap > .living_pic_box .living_pic_list{margin-top:10px}
.living_wrap > .living_tip_box > ul > li > a > .left_img {margin-left: 0px;}	
.living_wrap > .living_tip_box > ul > li > a > .left_txt {width:60%}
.community_wrap > ul > li > .huney_list li {margin-bottom: 0}    

/****************파트너 문의 고객센터  ******************/
.customer_wrap {padding: 40px 10px 40px 10px;margin-top: 50px;}
.customer_wrap > div > .customer_box {width:100%;  border:1px solid #e1e1e1; margin-bottom: 15px; height:130px; border-radius:15px; padding: 3% 8%;}
/*	.customer_wrap > div > .cusbg1{background:#fff url(../image/main_N/part_img01.png) 90% 50% no-repeat;}	*/
.customer_wrap > div > .cusbg1{background:#fff url(https://www.modoo24.net/v1/image/main_N/part_img04.png) 90% 50% no-repeat; margin-left: 0;background-size: 90px;}
.customer_wrap > div > .cusbg2{background:#fff url(https://www.modoo24.net/v1/image/main_N/part_img05.png) 88% 50% no-repeat;}
/*.customer_wrap > div > .cusbg3{background:#fff url(../image/main_N/part_img03.png) 90% 50% no-repeat; margin-bottom:0;}	*/
.customer_wrap > div > .cusbg3{background:#fff url(https://www.modoo24.net/v1/image/main_N/part_img05.png) 90% 50% no-repeat; margin-bottom:0; margin-left: 0;background-size: 80px;}
.customer_wrap > div > .customer_box> h2 {font-size:1em; padding-left:0; margin-top:20px;} 
.customer_wrap > div > .customer_box> p {font-size:.85em; padding-left:0;}    
.customer_wrap > div > .customer_box > dl {margin-left: 36px;float: left;}
.customer_wrap > div > .customer_box > p {margin-top:0.5em;}
.customer_wrap > div > .customer_box > dl {margin-left: 0px}
.customer_wrap > div > .customer_box > dl > .pn_title {font-size: .8em;margin-top: 10px!important;color: #999;font-family: 'GmarketSansLight';margin-bottom: 1px; }
.customer_wrap > div > .customer_box > dl > .pn_tel {font-size: 1em;margin-bottom: 4px;}
.customer_wrap > div > .customer_box > dl > dd ul li {font-size: .85em} 
.customer_wrap > div > .customer_box > dl > .pn_txt {font-size: .85em}
    
/***.customer_wrap > div > .cusbg1 > p{background: url(../image/main_N/part_arrow.png) 36% 76% no-repeat;}
.customer_wrap > div > .cusbg2 > p{background: url(../image/main_N/part_arrow.png) 26% 76% no-repeat;}
.customer_wrap > div > .cusbg3 > dl > .pn_txt{background: url(../image/main_N/part_arrow.png) 59% 76% no-repeat;}*/

 
/**************** 앱나열 회사 소개 아이콘  ******************/
.company_wrap {margin:0px auto; padding: 50px 0 20px 0;}    
.company_wrap ul li {width: calc((100% - 0px)/4);margin-bottom: 30px;}
.company_wrap ul li a span {font-size: .7em;}    

/**************** 푸터  ******************/
footer {padding: 40px 0 60px 0;}
footer .ft_link > li {border-right:0;  padding-right: 0px; margin-bottom:10px ;}


/* Accordion styles */
.tabs {overflow: hidden;}
.tab {width: 100%;overflow: hidden;}
.tab-label {display: flex;justify-content: space-between;cursor: pointer;}
/* Icon */
.tab-label::after {content: "❯";transform: rotate(90deg);width: 1em;height: 1em;text-align: center;transition: all 0.35s;}
.tab-content {max-height: 0;padding: 0 1em;color: #9f9f9f;transition: all 0.35s;font-size: .8em;line-height: 1.3em;}
.tab-close {display: flex;justify-content: flex-end;cursor: pointer;}
input:checked+.tab-label::after {content: "×";}
input:checked~.tab-content { max-height: 100vh;font-size: .8em; line-height: 1.3em; }


/*************간편견적이사***************/
#toggle {position: absolute;appearance: none;cursor: pointer;left: -100%; bottom: -100%;}
#toggle + label {position: fixed;cursor: pointer;padding: 10px;background: #25abda;width: 100%;border-radius: 10px 10px 0 0;padding: 12px 10px;color: #FFF;line-height: 20px;text-align: center;-webkit-font-smoothing: antialiased;cursor: pointer;bottom:-10px;transition: all 500ms ease;}
#toggle + label:after {content: "간편이사견적 ^"  ;}
.slidecontainer {transition: margin 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);padding: 5em 3em;}
#toggle:checked ~ .message {bottom: 0; display: block}
#toggle:checked ~ .slidecontainer {margin-top: 250px;}
#toggle:checked + label:after {position: fixed;cursor: pointer;padding: 10px;background: #25abda;width: 100%;border-radius: 10px 10px 0 0;padding: 8px 10px;color: #FFF;line-height: 20px;text-align: center;-webkit-font-smoothing: antialiased;
cursor: pointer;bottom:-5px;}
#toggle:checked + label:after {content: "간편이사견적 ˅ " ;bottom:300px;left:0;}
#toggle + label  {background: #25abda;width: 100%;border-radius: 10px 10px 0 0;}


.message {background: #f3fcff none repeat scroll 0 0;box-sizing: border-box;color: #fff;height: 300px;left: 0;overflow: hidden;
padding: 1em;position:fixed;bottom: -250px;transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94) 0s;width: 100%; display: none}

/* 1101 간편견적신청 반응형 수정 */
.message{height: 250px;}
#toggle:checked + label:after {bottom:250px;left:0;}
.message .box02{display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center;}
.message .box02 li{width: 48%; display: flex; justify-content: space-between; align-items: center;}
.message .box02 > li > span{display: block; color: #999}
.message .box02 li:nth-child(3), .message .box02 li:nth-child(4) {margin-top: 10px;}
.message .box02 li div, .message .box02 li select{width: 180px;}
.message .message_box03{display: flex; justify-content: space-between; align-items: center; margin-top: 16px;}
.message .message_box03 button{width: 48%;}

    
/* Mobile Menu Area */

.menu-area {display:none !important;}
.btn_untact{color: #999; background: #fff ; padding-left: 0; padding-right: 0}
.btn_contact{color: #999; background: #fff;padding-left: 0; padding-right: 0}

}

/* 1101 간편견적신청 반응형 수정 */
@media only screen and (max-width: 545px) {
    .message{height: 350px;}
    #toggle:checked + label:after {bottom:350px;left:0;}
    .message .box02 li{width: 100%; margin-top: 10px;}
    .message .box02 li div{width: 60%;}
    .message .box02 li select{width: 100%;}
    .message .message_box03 ul, .message .message_box03 button{width: 48%;}
    .foot_sns_set{position:relative;display: inline-block;}
    footer .ft_link {clear: both;margin-top: 20px;}
}


@media only screen and (max-width: 380px) {
.mtop_btn_set{display: none}
.living_wrap > .living_tip_box > ul > li > a > .left_txt {width: 50%;}
#m_menu_wrap > .m_floor2 .right_menu {width: 60%;}    
#m_menu_wrap > .m_floor2 .right_menu li {margin-right: 3%;} 
#m_menu_wrap > .m_floor2 .left_menu {width: auto }
#m_menu_wrap > .m_floor2 .right_menu li:nth-child(1) {display: none} 
.move_Box {width: 95%;}
.checks {line-height: 10px; height: auto
}


@media only screen and (max-width: 1400px) {
  #simpleorder {display:none !important;}
}