* {
    outline: none;
}
[class$=button] { cursor: pointer; }

.textarea_single_row {
    height: 40px;
}

/*
        COMMON
                     */
.mcard_button {
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
    border: 1px solid #666666;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.mcard_button_confirm {
    color: #fd4976;
    width: 100%;
}
.mcard_button_02 {
    border-radius: 0;
    padding-left: 18px; padding-right: 18px;
}
.mcard_back_button {
    height: 19px;
    margin-right: 10px;
    vertical-align: middle;
    width: auto;
}
.mcard_block_title {
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
    border-bottom: 1px solid #dddddd;
    color: #333333;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    padding-right: 15px;
}
.mcard_block_notice {
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
    background-color: #edf2fc;
    color: #5674b9;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    height: 72px;
    line-height: 72px;
}

.mcard_block_partition {
    background-image: url('/m/img/mcard_block_partition_bg.png');
    background-size: 1px auto;
    background-repeat: repeat-x;
    clear: both;
    height: 15px;
}







/*
    ·¹ÀÌ¾Æ¿ô °øÅë
                    */
input[type='text'], input[type='tel'], input[type='password'], select {
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
    background-color: #f8f8f8;
    border: 1px solid #dddddd;
    height: 40px;
}

.layout_text_input, .layout_check_row {
    padding: 15px;
}
.layout_text_input > ul, .layout_check_row > ul  {
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
    border-top: 1px solid #dddddd;
    font-size: 13px;
    height: 54px;
    line-height: 53px;
    list-style: none;
    width: 100%;
}
.layout_text_input > ul:last-child, .layout_check_row > ul:last-child {
    border-bottom: 1px solid #dddddd;
}


/*
    °¡ÀÔ, ½ÅÃ»µî Æû ·¹ÀÌ¾Æ¿ô
                                */
.layout_text_input > ul > li, .layout_check_row > ul > li {
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
    float: left;
    position: relative;
}
.layout_text_input > ul > li:first-child {
    width: 25%;
} 
.layout_text_input > ul > li:last-child {
    width: 75%;
}


/*
     Ã¼Å©¹Ú½º°¡ µé¾îÀÖ´Â ÇüÅÂ
                                */
.layout_check_row > ul > li:first-child {
    width: 80%;
    background-color: red;
} 
.layout_check_row > ul > li:last-child {
    float: right;
    text-align: right;
    width: 20%;
    vertical-align: center;
}
.layout_check_row_checkbox_img {
    height: 20px;
    position: absolute;
    right: 0;
    top: 16px;
    width: 20px;
}





/*
ÀÌ¿ë¾à°ü
*/
#term_row {
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
    background-color: #f4f4f6;
    color: #333333;
    font-size: 13px;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    padding-left: 15px;
    position: relative;
}
#agree1_txt_arrow {
    height: 12px;
    position: absolute;
    right: 15px;
    top: 20px;
    width: auto;
}
#agree1_txt {
    font-size: 11px;
    display: none;
}









/*
        TOP-ROW
                    */
#mcard_top_row {
    background-color: #1c2732;
}
#mcard_top_back_button_wrapper {
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
    float: left;
    height: 50px;
    line-height: 50px;
    padding-left: 18px;
    padding-right: 18px; 
}
#mcard_top_back_button {
    cursor: pointer;
    height: 19px;
    vertical-align: middle;
}
.mcard_top_img {
    float: left;
    height: 50px;
}
.mcard_top_img:last-of-type {
    float: right;
}





/*
        PHOTO LIST
                         */

#photo_list_wrapper {
    overflow: hidden; display: inline-block; margin: auto; padding-left: 2px;
}

.photo_wrapper {
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
    float: left; display: inline; position: relative; line-height: 0px; padding-right: 2px; margin-bottom: 2px;
}
.photo_image { cursor: pointer; min-width: 92px; min-height: 92px; }

#photo_more_row {
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
    border: 1px solid #e7e7e7;
    border-left: 0;
    border-right: 0;
    cursor: pointer;
    height: 43px;
    margin-top: 20px;
    padding-top: 9px;
    text-align: center;
}
#photo_more_img {
    height: 20px;
    width: auto;
}
#photo_list_br_upload_row {
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
    border: 1px solid #e7e7e7;
    border-left: 0;
    border-right: 0;
    cursor: pointer;
    height: 43px;
    margin-top: 20px;
    padding-top: 9px;
    text-align: center;
}
#photo_list_br_upload_button {
    height: 20px;
    width: auto;
}

.photo_video_play_button {
    height: 28px;
    width: auto;
}





.form_layer {
    display: none;
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
    border: 1px solid #ececec;
    border-left: 0;
    border-right: 0;
    position: fixed; z-index: 11; top: 50px; background-color: #ffffff;
    padding: 20px;
}

.form_title {
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
    background-image: url('./img/photo_view_reply_box_icon.png');
    background-size: 45px 45px;
    background-repeat: no-repeat;
    padding-left: 60px;
    height: 45px;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #666666;
}

.form_close_button {
    cursor: pointer;
    height: 17px;
    position: absolute; right: 15px; top: 17px;
}








.reply {
    clear: both;
    background-image: url('./img/guest_icon_reply.png');
    background-repeat: no-repeat;
    background-size: 9px 11px;
    background-position: 16px 12px;
    padding-left: 30px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.msg_block_top {}

.msg_block_bottom {
    margin-top: 3px;
}
.msg_name, .msg_croot_name {
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    vertical-align: top;
    padding-top: 10px;
}
.msg_croot_name {
    color: #5674b9;
    margin-right: 4px;
    font-weight: 100;
}
.msg_memo {
    word-break: break-all;
    hyphens: auto;
    color: #666666;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin-left: 5px;
    padding-top: 8px;
}

.guest_msg_memo {
    word-break: break-all;
    hyphens: auto;
    clear: both;
    color: #666666;
    font-size: 12px;
    line-height: 18px;
    padding-top: 10px;
}

.guest_article {
    position: relative;
}

.msg_icon_wrapper {
    background-image: url('./img/guest_emo_bg.png');
    background-size: 45px 45px;
    display: inline-block;
    float: left;
    height: 45px;
    margin-right: 20px;
    position: relative;
    width: 45px;
}
.msg_icon_img {
    height: 23px;
    left: 11px;
    position: absolute;
    top: 11px;
    width: 24px;
}
/*
.msg_icon_img {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    vertical-align: middle;
}
*/



.msg_date, .msg_button {
    padding-top: 5px;
}











#map_navi_row {
    padding-bottom: 20px;
}
.insbox { line-height: 0; font-size: 0; padding-top: 20px; padding-bottom: 10px; }
.inss { line-height: 0; font-size: 0; display: none; text-align: center; }






/*
     ¿À½Ã´Â±æ
                */
#map_memo {
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
    border: 1px solid #ececec;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px;
}

#map_not_registrated_txt {
    font-size:14px!important;font-weight:bold;margin-left:15px;color:#fff;
}
